@charset "UTF-8";
/*
Theme Name: Project Name
Theme URI: https://www.project.com/
Author: the Project Team
Author URI: https://www.project.com/
Description: Project helps businesses like yours get found online through SEO, paid search and social media! Contact us for a free site review!
Requires at least: 5.3
Tested up to: 5.6
Requires PHP: 5.6
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techwyse
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Dr. Solomon Theme, (C) 2021 Techwyse.com
Dr. Solomon is distributed under the terms of the GNU GPL.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Helpers
	## Variables
	## Mixins
	## Flexbox
	## Media Queries
	## Font Kit
# Layout
	## Forms
	## Reset
# Base
	## Heading
	## List Styles
	## Tables
# Components
	## Buttons
	## Navigation
	## Plugins
	## Modal(bootsrap)
# Pages
	## Common Styles
	## Header
	## Footer
	## Banners
	## Home
--------------------------------------------------------------*/
.center {
  display: flex;
  -webkit-flex-align: center;
  align-items: center;
  justify-content: center;
}

/*.element {
  color: setcolor(primary);
  color: setcolor(blue, secondary);
}*/
@-moz-document url-prefix() {
  .form-elements {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
@font-face {
  font-family: "Droid Serif Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Droid Serif Regular"), url("assets/fonts/DroidSerif-Regular.woff") format("woff");
}
@font-face {
  font-family: "Droid Serif Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Droid Serif Italic"), url("assets/fonts/DroidSerif-Italic.woff") format("woff");
}
@font-face {
  font-family: "Droid Serif Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Droid Serif Bold"), url("assets/fonts/DroidSerif-Bold.woff") format("woff");
}
@font-face {
  font-family: "Droid Serif Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Droid Serif Bold Italic"), url("assets/fonts/DroidSerif-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Droid Sans Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Droid Sans Regular"), url("assets/fonts/DroidSans.woff") format("woff");
}
@font-face {
  font-family: "Droid Sans Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Droid Sans Bold"), url("assets/fonts/DroidSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "techwyse";
  src: url("assets/fonts/icons/techwyse.woff2?81429535") format("woff2"), url("assets/fonts/icons/techwyse.woff?81429535") format("woff"), url("assets/fonts/icons/techwyse.ttf?81429535") format("truetype");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "techwyse";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-call:before {
  content: "\e800";
} /* '' */
.icon-next-arrow:before {
  content: "\e801";
} /* '' */
.icon-prev-arrow:before {
  content: "\e802";
} /* '' */
.icon-menu-icon-3:before {
  content: "\e804";
} /* '' */
.icon-menu-icon-4:before {
  content: "\e805";
} /* '' */
.icon-menu-icon-1:before {
  content: "\e806";
} /* '' */
.icon-menu-icon-2:before {
  content: "\e807";
} /* '' */
.icon-down-open-big:before {
  content: "\e80a";
} /* '' */
.icon-left-open-big:before {
  content: "\e80b";
} /* '' */
.icon-right-open-big:before {
  content: "\e80c";
} /* '' */
.icon-up-open-big:before {
  content: "\e80d";
} /* '' */
.icon-search:before {
  content: "\e813";
} /* '' */
.icon-location-pin:before {
  content: "\e814";
} /* '' */
.icon-down-open:before {
  content: "\f004";
} /* '' */
.icon-up-open:before {
  content: "\f005";
} /* '' */
.icon-right-open:before {
  content: "\f006";
} /* '' */
.icon-left-open:before {
  content: "\f007";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-circle:before {
  content: "\f111";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-circle-thin:before {
  content: "\f1db";
} /* '' */
ul, ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.list-on-content {
  /* =====     Ordered List Items     ===== */
}
.list-on-content li a {
  color: #1a2945;
  display: inline;
  font-weight: 600;
  text-decoration: underline !important;
}
.list-on-content li a:hover {
  color: #f26725;
  text-decoration: none !important;
}
.list-on-content ul {
  display: block;
  margin: 0;
}
.list-on-content ul li {
  display: block;
  line-height: 1.6;
  padding-left: 20px;
  position: relative;
}
.list-on-content ul li + li {
  margin-top: 8px;
}
.list-on-content ul li:before {
  background-color: #f26725;
  border: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 8px;
}
@media (min-width: 1200px) {
  .list-on-content ul li:before {
    top: 9px;
  }
}
.list-on-content ul li a {
  color: #f26725;
  display: inline;
  text-decoration: none;
}
.list-on-content ul li a:hover {
  color: #1a293c;
  text-decoration: underline;
}
.list-on-content ol {
  margin: 0;
  counter-reset: item;
}
.list-on-content ol li {
  display: block;
  line-height: 1.6;
  padding-left: 30px;
  position: relative;
}
.list-on-content ol li + li {
  margin-top: 15px;
}
.list-on-content ol li:before {
  content: counters(item, ".") ".";
  counter-increment: item;
  display: inline-block;
  left: 0;
  position: absolute;
}
.list-on-content ol li a {
  color: #1a293c;
  display: inline;
}
.list-on-content ol li a:hover {
  color: #f26725;
}
.list-on-content.white ul li {
  color: #fff;
}
.list-on-content.white ul li:before {
  background-color: #fff;
}
.list-on-content.white ul li a {
  color: #fff;
}
.list-on-content.white ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

table {
  border-collapse: collapse;
  width: 100%;
}
table tr,
table th,
table td {
  vertical-align: middle;
}
table thead tr {
  background-color: #f26725;
  color: #fff;
}
table thead tr th {
  color: inherit;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  height: 46px;
  text-transform: uppercase;
}
table thead tr th a {
  color: inherit !important;
  text-decoration: underline !important;
}
table thead tr th a:hover {
  text-decoration: none !important;
}
@media (min-width: 1600px) {
  table thead tr th {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
table tbody tr {
  background-color: #fff;
}
table tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
table th {
  color: #f26725;
  font-weight: 600;
  height: 34px;
}
table td {
  font-size: 14px;
  font-size: 0.875rem;
  height: auto !important;
  padding: 12px 15px;
}
table td.none {
  height: 10px !important;
  padding: 0 10px;
}
table td a {
  color: #f26725 !important;
  display: inline;
}
table td a:hover {
  color: #1a293c !important;
  text-decoration: underline !important;
}
@media (min-width: 1600px) {
  table td {
    font-size: 16px;
    font-size: 1rem;
  }
}

table:not([class]),
table[class=""] {
  border-collapse: collapse;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
table:not([class]) td,
table[class=""] td {
  min-height: 30px;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 30px;
  padding-top: 30px;
}
.table-responsive table td, .table-responsive table th {
  border: 1px solid #dedbdb;
}
.table-responsive table th {
  padding-left: 15px;
}

.table-responsive > .table-bordered {
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--global--color-heading);
  display: block;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 !important;
  padding: 0px !important;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 0 0 10px !important;
  }
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  background-color: transparent;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--global--color-primary);
}
h1 + blockquote,
h2 + blockquote,
h3 + blockquote,
h4 + blockquote,
h5 + blockquote,
h6 + blockquote {
  margin-top: 20px !important;
}
@media (max-width: 1599px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding-bottom: 10px;
  }
  h1 + p, h1 + ul, h1 + ol,
  h2 + p,
  h2 + ul,
  h2 + ol,
  h3 + p,
  h3 + ul,
  h3 + ol,
  h4 + p,
  h4 + ul,
  h4 + ol,
  h5 + p,
  h5 + ul,
  h5 + ol,
  h6 + p,
  h6 + ul,
  h6 + ol {
    padding-top: 10px;
  }
  h1 + blockquote,
  h2 + blockquote,
  h3 + blockquote,
  h4 + blockquote,
  h5 + blockquote,
  h6 + blockquote {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding-bottom: 7px;
  }
}

h1 {
  line-height: 60px;
  font-size: 3.125rem;
}
@media (max-width: 1680px) {
  h1 {
    line-height: 60px;
    font-size: 3.125rem;
  }
}
@media (max-width: 1440px) {
  h1 {
    line-height: 55px;
    font-size: 2.813rem;
  }
}
@media (max-width: 1199px) {
  h1 {
    margin-bottom: 0px !important;
    font-size: 2.188rem;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  h1 {
    line-height: 40px;
    font-size: 1.875rem;
  }
}

h2 {
  line-height: 55px;
  font-size: 2.338rem;
}
@media (max-width: 1680px) {
  h2 {
    line-height: 55px;
    font-size: 2.338rem;
  }
}
@media (max-width: 1440px) {
  h2 {
    line-height: 50px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  h2 {
    margin-bottom: 0px !important;
    font-size: 1.75rem;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  h2 {
    line-height: 35px;
    font-size: 1.625rem;
  }
}

h3 {
  font-size: 1.75rem;
}
@media (max-width: 1600px) {
  h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 1200px) {
  h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  h3 {
    font-size: 1.375rem;
  }
}

@media (max-width: 1600px) {
  h4 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1200px) {
  h4 {
    font-size: 1.375rem;
  }
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.25rem;
  }
}

@media (max-width: 1600px) {
  h5 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1200px) {
  h5 {
    font-size: 1.188rem;
  }
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.188rem;
  }
}

.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
  margin-bottom: 20px !important;
}
.elementor-widget-text-editor p + h1,
.elementor-widget-text-editor p + h2,
.elementor-widget-text-editor p + h3,
.elementor-widget-text-editor p + h4,
.elementor-widget-text-editor p + h5,
.elementor-widget-text-editor p + h6,
.elementor-widget-text-editor ul + h1,
.elementor-widget-text-editor ul + h2,
.elementor-widget-text-editor ul + h3,
.elementor-widget-text-editor ul + h4,
.elementor-widget-text-editor ul + h5,
.elementor-widget-text-editor ul + h6,
.elementor-widget-text-editor ol + h1,
.elementor-widget-text-editor ol + h2,
.elementor-widget-text-editor ol + h3,
.elementor-widget-text-editor ol + h4,
.elementor-widget-text-editor ol + h5,
.elementor-widget-text-editor ol + h6 {
  margin-top: 30px !important;
}

.elementor-widget-heading {
  background-color: transparent;
  color: var(--global--color-black) !important;
  display: block;
  line-height: 1;
  position: relative;
  text-align: left;
  text-transform: capitalize;
}
.elementor-widget-heading.no-text-transform {
  text-transform: none;
}
.elementor-widget-heading h1,
.elementor-widget-heading h2 {
  color: inherit !important;
  font-weight: 700;
  line-height: 1.1;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
}
.elementor-widget-heading h1 small,
.elementor-widget-heading h2 small {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-wrap: nowrap;
  clear: both;
  color: var(--global--color-primary);
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: none;
}
.elementor-widget-heading h1 small:before,
.elementor-widget-heading h2 small:before {
  background-color: var(--global--color-primary);
  content: "";
  display: inline-block;
  height: 1px;
  margin-right: 15px;
  width: 30px;
}
.elementor-widget-heading h1 a,
.elementor-widget-heading h2 a {
  background-color: transparent;
  color: inherit;
  position: relative;
  text-decoration: none !important;
}
.elementor-widget-heading h1 a:hover,
.elementor-widget-heading h2 a:hover {
  color: var(--global--color-primary) !important;
}
.elementor-widget-heading.center {
  text-align: center;
}

.draw-border {
  box-shadow: inset 0 0 0 4px #58afd1;
  color: #58afd1;
  transition: color 0.25s 0.0833333333s;
  position: relative;
}
.draw-border::before, .draw-border::after {
  border: 0 solid transparent;
  box-sizing: border-box;
  content: "";
  pointer-events: none;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
}
.draw-border::before {
  border-bottom-width: 4px;
  border-left-width: 4px;
}
.draw-border::after {
  border-top-width: 4px;
  border-right-width: 4px;
}
.draw-border:hover {
  color: #fff;
}
.draw-border:hover::before, .draw-border:hover::after {
  border-color: #fff;
  transition: border-color 0s, width 0.25s, height 0.25s;
  width: 100%;
  height: 100%;
}
.draw-border:hover::before {
  transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after {
  transition-delay: 0s, 0.25s, 0s;
}

* {
  box-sizing: border-box;
}

.btn-hover {
  color: #fff;
  cursor: pointer;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  background-color: #a0ce4e;
  moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
}

.btn-hover:focus {
  outline: none;
}

.btn-hover.color-1 {
  background-color: #a0ce4e;
}

.btn, .elementor-button-wrapper .elementor-button,
.elementor-button-wrapper a {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.5px;
  background-color: #f26725;
  align-items: center;
  border: 0 !important;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.125rem !important;
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  padding: 15px 25px;
}
@media (max-width: 1680px) {
  .btn, .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    font-size: 1.063rem !important;
  }
}
@media (max-width: 1440px) {
  .btn, .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    padding: 13px 22px;
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 1366px) {
  .btn, .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 767px) {
  .btn, .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    padding: 10px 15px;
    font-size: 0.8125rem !important;
  }
}
.btn:active, .elementor-button-wrapper .elementor-button:active,
.elementor-button-wrapper a:active, .btn:focus, .elementor-button-wrapper .elementor-button:focus,
.elementor-button-wrapper a:focus, .btn:hover, .elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper a:hover, .btn:visited, .elementor-button-wrapper .elementor-button:visited,
.elementor-button-wrapper a:visited {
  border-color: #000;
  box-shadow: none;
  outline: none;
}
.btn:hover, .elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper a:hover, .btn:focus, .elementor-button-wrapper .elementor-button:focus,
.elementor-button-wrapper a:focus {
  background-color: #1a293c;
}
.btn:visited, .elementor-button-wrapper .elementor-button:visited,
.elementor-button-wrapper a:visited {
  color: #fff;
}

.elementor-button-wrapper .elementor-button,
.elementor-button-wrapper a {
  background-color: #f26725 !important;
  font-weight: 500 !important;
  font-size: 1.125rem !important;
  font-family: "Barlow", sans-serif !important;
  text-align: center;
  border: none;
  background-size: 300% 100%;
  background-color: #a0ce4e;
  moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1680px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    font-size: 1.063rem !important;
  }
}
@media (max-width: 1440px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    padding: 13px 22px;
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 1366px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    font-size: 0.875rem !important;
  }
}
@media (max-width: 767px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    padding: 10px 15px;
    font-size: 0.8125rem !important;
  }
}
.elementor-button-wrapper .elementor-button:hover,
.elementor-button-wrapper a:hover {
  background: #000 !important;
}
.elementor-button-wrapper .elementor-button:after,
.elementor-button-wrapper a:after {
  content: "\e801";
  font-family: "techwyse";
  display: none;
  font-size: 16px;
  font-size: 1rem;
  margin-left: 15px;
}
.elementor-button-wrapper .elementor-button + .elementor-button, .elementor-button-wrapper .elementor-button + a,
.elementor-button-wrapper a + .elementor-button,
.elementor-button-wrapper a + a {
  margin-left: 15px;
}
@media (min-width: 1200px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 13px;
    font-size: 0.8125rem;
    height: 36px;
  }
  .elementor-button-wrapper .elementor-size-xs:after {
    font-size: 18px;
    font-size: 1.125rem;
    display: none;
    margin-left: 10px;
  }
}
@media (min-width: 1600px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    font-size: 16px;
    font-size: 1rem;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 14px;
    font-size: 0.875rem;
    height: 40px;
  }
  .elementor-button-wrapper .elementor-size-xs:after {
    font-size: 18px;
    font-size: 1.125rem;
    display: none;
    margin-left: 15px;
  }
}
@media (min-width: 1850px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .elementor-button-wrapper .elementor-size-xs {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .elementor-button-wrapper .elementor-size-xs:after {
    font-size: 18px;
    font-size: 1.125rem;
    display: none;
    margin-left: 15px;
  }
}
@media (min-width: 2200px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    font-size: 23px;
    font-size: 1.4375rem;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .elementor-button-wrapper .elementor-button:after,
  .elementor-button-wrapper a:after {
    font-size: 27px;
    font-size: 1.6875rem;
    margin-left: 25px;
  }
}
@media (max-width: 1199px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    font-size: 11px;
    font-size: 0.6875rem;
    margin-top: 5px;
  }
  .elementor-button-wrapper .elementor-button + .elementor-button, .elementor-button-wrapper .elementor-button + a,
  .elementor-button-wrapper a + .elementor-button,
  .elementor-button-wrapper a + a {
    margin-left: 7px;
  }
}

.back-btn {
  align-items: center;
  background-color: #f26725;
  border: 0;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  bottom: 15%;
  color: #fff !important;
  display: inline-flex;
  font-size: 15px;
  font-size: 0.9375rem;
  height: 32px;
  min-width: 1px;
  border-radius: 0px !important;
  opacity: 0;
  padding: 0 10px 0 8px;
  position: fixed;
  right: -30px;
  text-transform: uppercase;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  z-index: 100;
}
.back-btn:before {
  border-bottom: 16px solid transparent;
  border-right: 10px solid #f26725;
  border-top: 16px solid transparent;
  content: "";
  display: block;
  left: -9px;
  position: absolute;
  top: 0;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  z-index: 2;
}
.back-btn.back-open {
  opacity: 1;
  right: 0;
}
@media (max-width: 1440px) {
  .back-btn {
    height: 30px;
    font-size: 0.8125rem !important;
  }
}
@media (max-width: 1199px) {
  .back-btn {
    display: none;
  }
}
.back-btn:hover {
  background-color: #1a293c;
}
.back-btn:hover:before {
  border-right: 10px solid #1a293c;
}

#back-to-top {
  align-items: center;
  background-color: #f26725;
  bottom: 30%;
  color: var(--global--color-white);
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  height: 50px;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  right: 15px;
  text-align: center;
  text-indent: -99999px;
  transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  width: 45px;
  z-index: 99;
}
#back-to-top:hover {
  background-color: #1a293c;
}
#back-to-top span {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  display: inline-block;
  height: 14px;
  margin-top: 8px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  width: 14px;
}
#back-to-top.visible {
  opacity: 1;
  transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  -webkit-transform: translateY(0);
}
@media (max-width: 1440px) {
  #back-to-top {
    height: 35px;
    width: 35px;
  }
  #back-to-top span {
    height: 10px;
    margin-top: 8px;
    width: 10px;
  }
}
@media (max-width: 1199px) {
  #back-to-top {
    display: none;
  }
}

/*  ===============
  2. Navigation
===============  */
.mob_trigger {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 19px;
  padding: 0 !important;
  position: relative;
  transform-origin: center center;
  width: 24px;
  z-index: 1010;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.mob_trigger span {
  background-color: #f26725;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transform-origin: center center;
  width: 24px;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.mob_trigger span:first-child {
  top: 0;
}
.mob_trigger span:nth-child(2) {
  top: 8px;
}
.mob_trigger span:last-child {
  bottom: 0;
}
.mob_trigger.closed span {
  bottom: auto;
  left: 50%;
  top: 50%;
}
.mob_trigger.closed span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.mob_trigger.closed span:last-child {
  transform: translate(-50%, -50%) rotate(135deg);
}
.mob_trigger.closed span:nth-child(2) {
  display: none;
}

.main-menu ul li {
  position: relative;
}
.main-menu ul li i {
  background-color: transparent;
  color: #000;
  font-style: normal;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.main-menu ul li i:before {
  content: "\f004";
  display: block;
  font-family: "techwyse";
}
.main-menu ul li:hover i {
  color: #f26725;
}
@media (max-width: 1199px) {
  .main-menu ul li i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: #121d2a;
    border-left: 1px solid #22354e;
    color: #fff;
    height: 39px;
    width: 36px;
  }
  .main-menu ul li i:before {
    content: "\f004";
    display: block;
    font-family: "techwyse";
  }
}

.main-menu,
.ftr_menu {
  list-style: none;
}
.main-menu ul,
.ftr_menu ul {
  list-style: none;
}
.main-menu .sub-menu-toggle,
.ftr_menu .sub-menu-toggle {
  display: none !important;
}

@media (min-width: 1200px) {
  .main-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    *zoom: 1;
  }
  .main-menu:after, .main-menu:before {
    content: "";
    display: block;
  }
  .main-menu:after {
    clear: both;
  }
  .main-menu > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-menu > ul > li {
    padding-left: 20px;
    padding-right: 0;
  }
  .main-menu > ul > li a {
    height: 38px;
  }
  .main-menu li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
  }
  .main-menu li.submenu {
    position: relative;
  }
  .main-menu li.submenu > a {
    margin-right: 15px;
  }
  .main-menu li.submenu i {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    display: inline-block;
    height: 6px;
    position: absolute;
    right: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 17px;
    width: 6px;
  }
  .main-menu li.bg-nav a {
    background-color: #f26725;
    color: #fff;
    justify-content: center;
    width: 120px;
  }
  .main-menu li.bg-nav a:hover {
    color: #471a04;
  }
  .main-menu li a {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 500;
    line-height: 1;
    position: relative;
    text-decoration: none;
  }
  .main-menu li li a {
    justify-content: flex-start;
    flex-wrap: nowrap;
    height: auto !important;
    text-align: left;
  }
  .main-menu li ul {
    background-color: #f7f7f7;
    border: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
    left: 0;
    position: absolute;
    top: 38px;
    width: 300px;
    z-index: 9;
    *zoom: 1;
  }
  .main-menu li ul:after, .main-menu li ul:before {
    content: "";
    display: block;
  }
  .main-menu li ul:after {
    clear: both;
  }
  .main-menu li ul li {
    background-color: #f7f7f7;
    padding: 0;
  }
  .main-menu li ul li:last-child a {
    border-bottom: 0 !important;
  }
  .main-menu li ul li.submenu a {
    margin-right: 0;
  }
  .main-menu li ul li.submenu i {
    border-right: 1px solid #1a293c;
    border-top: 1px solid #1a293c;
    display: inline-block;
    height: 8px;
    position: absolute;
    right: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 16px;
    width: 8px;
  }
  .main-menu li ul li.submenu:hover i {
    border-right-color: #f26725;
    border-top-color: #f26725;
  }
  .main-menu li ul a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    color: #000;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    height: auto;
    line-height: 1.5;
    overflow: visible;
    padding: 12px 20px 10px;
    position: relative;
  }
  .main-menu li ul a:before {
    background-color: #1a293c;
    bottom: 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: 0;
  }
  .main-menu li ul a:hover {
    color: #f26725;
  }
  .main-menu li ul a:hover:before {
    width: 3px;
  }
  .main-menu li ul li {
    display: block;
    float: none;
    margin: 0;
    position: relative;
  }
  .main-menu li ul li:first-child {
    border-left: 0;
  }
  .main-menu li ul li ul {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 0;
  }
  .main-menu li ul li ul li {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  .main-menu li ul li ul ul {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right-width: 0;
  }
  .main-menu li ul li ul ul li {
    border-left: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
  .main-menu li:nth-last-child(2) ul, .main-menu li:last-child ul {
    left: auto;
    right: 0;
  }
  .main-menu li:hover a {
    color: #f26725;
  }
  .main-menu li:hover a:before {
    width: 100%;
  }
  .main-menu li:hover ul {
    animation: slide_Ups ease-in-out 0.3s;
    display: block;
  }
  .main-menu li:hover li a {
    color: #000;
  }
  .main-menu li:hover li a:before {
    width: 0;
  }
  .main-menu li:hover li ul {
    display: none;
    left: 100%;
    top: 0;
  }
  .main-menu li:hover li:hover a {
    color: #f26725;
  }
  .main-menu li:hover li:hover a:before {
    width: 3px;
  }
  .main-menu li:hover li:hover ul {
    animation: slide_Left ease-in-out 0.3s;
    display: block;
  }
  .main-menu li:hover li:hover ul li ul {
    display: none;
    left: auto;
    right: 100%;
    width: 200px;
  }
  .main-menu li:hover li:hover ul li:hover ul {
    animation: slide_Right ease-in-out 0.3s;
    display: block;
  }
  .main-menu li.current-page-ancestor a, .main-menu li.current-menu-ancestor a, .main-menu li.current-menu-item a, .main-menu li.current-page-parent a, .main-menu li.current_page_item a {
    color: #fff;
    font-weight: 700;
  }
  .main-menu li.current-page-ancestor a:before, .main-menu li.current-menu-ancestor a:before, .main-menu li.current-menu-item a:before, .main-menu li.current-page-parent a:before, .main-menu li.current_page_item a:before {
    width: 100%;
  }
  .main-menu li.current-page-ancestor.bg-nav a, .main-menu li.current-menu-ancestor.bg-nav a, .main-menu li.current-menu-item.bg-nav a, .main-menu li.current-page-parent.bg-nav a, .main-menu li.current_page_item.bg-nav a {
    color: #fff;
    font-weight: 700;
  }
  .main-menu li.current-page-ancestor li a, .main-menu li.current-menu-ancestor li a, .main-menu li.current-menu-item li a, .main-menu li.current-page-parent li a, .main-menu li.current_page_item li a {
    color: #000;
    font-weight: 400;
  }
  .main-menu li.current-page-ancestor li.current-page-ancestor a, .main-menu li.current-page-ancestor li.current-menu-ancestor a, .main-menu li.current-page-ancestor li.current-menu-item a, .main-menu li.current-page-ancestor li.current-page-parent a, .main-menu li.current-page-ancestor li.current_page_item a, .main-menu li.current-menu-ancestor li.current-page-ancestor a, .main-menu li.current-menu-ancestor li.current-menu-ancestor a, .main-menu li.current-menu-ancestor li.current-menu-item a, .main-menu li.current-menu-ancestor li.current-page-parent a, .main-menu li.current-menu-ancestor li.current_page_item a, .main-menu li.current-menu-item li.current-page-ancestor a, .main-menu li.current-menu-item li.current-menu-ancestor a, .main-menu li.current-menu-item li.current-menu-item a, .main-menu li.current-menu-item li.current-page-parent a, .main-menu li.current-menu-item li.current_page_item a, .main-menu li.current-page-parent li.current-page-ancestor a, .main-menu li.current-page-parent li.current-menu-ancestor a, .main-menu li.current-page-parent li.current-menu-item a, .main-menu li.current-page-parent li.current-page-parent a, .main-menu li.current-page-parent li.current_page_item a, .main-menu li.current_page_item li.current-page-ancestor a, .main-menu li.current_page_item li.current-menu-ancestor a, .main-menu li.current_page_item li.current-menu-item a, .main-menu li.current_page_item li.current-page-parent a, .main-menu li.current_page_item li.current_page_item a {
    color: #f26725;
    font-weight: 700;
  }
  .main-menu li.current-page-ancestor li.current-page-ancestor a:before, .main-menu li.current-page-ancestor li.current-menu-ancestor a:before, .main-menu li.current-page-ancestor li.current-menu-item a:before, .main-menu li.current-page-ancestor li.current-page-parent a:before, .main-menu li.current-page-ancestor li.current_page_item a:before, .main-menu li.current-menu-ancestor li.current-page-ancestor a:before, .main-menu li.current-menu-ancestor li.current-menu-ancestor a:before, .main-menu li.current-menu-ancestor li.current-menu-item a:before, .main-menu li.current-menu-ancestor li.current-page-parent a:before, .main-menu li.current-menu-ancestor li.current_page_item a:before, .main-menu li.current-menu-item li.current-page-ancestor a:before, .main-menu li.current-menu-item li.current-menu-ancestor a:before, .main-menu li.current-menu-item li.current-menu-item a:before, .main-menu li.current-menu-item li.current-page-parent a:before, .main-menu li.current-menu-item li.current_page_item a:before, .main-menu li.current-page-parent li.current-page-ancestor a:before, .main-menu li.current-page-parent li.current-menu-ancestor a:before, .main-menu li.current-page-parent li.current-menu-item a:before, .main-menu li.current-page-parent li.current-page-parent a:before, .main-menu li.current-page-parent li.current_page_item a:before, .main-menu li.current_page_item li.current-page-ancestor a:before, .main-menu li.current_page_item li.current-menu-ancestor a:before, .main-menu li.current_page_item li.current-menu-item a:before, .main-menu li.current_page_item li.current-page-parent a:before, .main-menu li.current_page_item li.current_page_item a:before {
    background-color: #f26725;
    width: 3px;
  }
  .main-menu li.current-page-ancestor li.current-page-ancestor i, .main-menu li.current-page-ancestor li.current-menu-ancestor i, .main-menu li.current-page-ancestor li.current-menu-item i, .main-menu li.current-page-ancestor li.current-page-parent i, .main-menu li.current-page-ancestor li.current_page_item i, .main-menu li.current-menu-ancestor li.current-page-ancestor i, .main-menu li.current-menu-ancestor li.current-menu-ancestor i, .main-menu li.current-menu-ancestor li.current-menu-item i, .main-menu li.current-menu-ancestor li.current-page-parent i, .main-menu li.current-menu-ancestor li.current_page_item i, .main-menu li.current-menu-item li.current-page-ancestor i, .main-menu li.current-menu-item li.current-menu-ancestor i, .main-menu li.current-menu-item li.current-menu-item i, .main-menu li.current-menu-item li.current-page-parent i, .main-menu li.current-menu-item li.current_page_item i, .main-menu li.current-page-parent li.current-page-ancestor i, .main-menu li.current-page-parent li.current-menu-ancestor i, .main-menu li.current-page-parent li.current-menu-item i, .main-menu li.current-page-parent li.current-page-parent i, .main-menu li.current-page-parent li.current_page_item i, .main-menu li.current_page_item li.current-page-ancestor i, .main-menu li.current_page_item li.current-menu-ancestor i, .main-menu li.current_page_item li.current-menu-item i, .main-menu li.current_page_item li.current-page-parent i, .main-menu li.current_page_item li.current_page_item i {
    border-right-color: #f26725;
    border-top-color: #f26725;
  }
  .main-menu li.current-page-ancestor li.current-page-ancestor li a, .main-menu li.current-page-ancestor li.current-menu-ancestor li a, .main-menu li.current-page-ancestor li.current-menu-item li a, .main-menu li.current-page-ancestor li.current-page-parent li a, .main-menu li.current-page-ancestor li.current_page_item li a, .main-menu li.current-menu-ancestor li.current-page-ancestor li a, .main-menu li.current-menu-ancestor li.current-menu-ancestor li a, .main-menu li.current-menu-ancestor li.current-menu-item li a, .main-menu li.current-menu-ancestor li.current-page-parent li a, .main-menu li.current-menu-ancestor li.current_page_item li a, .main-menu li.current-menu-item li.current-page-ancestor li a, .main-menu li.current-menu-item li.current-menu-ancestor li a, .main-menu li.current-menu-item li.current-menu-item li a, .main-menu li.current-menu-item li.current-page-parent li a, .main-menu li.current-menu-item li.current_page_item li a, .main-menu li.current-page-parent li.current-page-ancestor li a, .main-menu li.current-page-parent li.current-menu-ancestor li a, .main-menu li.current-page-parent li.current-menu-item li a, .main-menu li.current-page-parent li.current-page-parent li a, .main-menu li.current-page-parent li.current_page_item li a, .main-menu li.current_page_item li.current-page-ancestor li a, .main-menu li.current_page_item li.current-menu-ancestor li a, .main-menu li.current_page_item li.current-menu-item li a, .main-menu li.current_page_item li.current-page-parent li a, .main-menu li.current_page_item li.current_page_item li a {
    color: #000;
    font-weight: 400;
  }
  .main-menu li.current-page-ancestor li.current-page-ancestor li a:before, .main-menu li.current-page-ancestor li.current-menu-ancestor li a:before, .main-menu li.current-page-ancestor li.current-menu-item li a:before, .main-menu li.current-page-ancestor li.current-page-parent li a:before, .main-menu li.current-page-ancestor li.current_page_item li a:before, .main-menu li.current-menu-ancestor li.current-page-ancestor li a:before, .main-menu li.current-menu-ancestor li.current-menu-ancestor li a:before, .main-menu li.current-menu-ancestor li.current-menu-item li a:before, .main-menu li.current-menu-ancestor li.current-page-parent li a:before, .main-menu li.current-menu-ancestor li.current_page_item li a:before, .main-menu li.current-menu-item li.current-page-ancestor li a:before, .main-menu li.current-menu-item li.current-menu-ancestor li a:before, .main-menu li.current-menu-item li.current-menu-item li a:before, .main-menu li.current-menu-item li.current-page-parent li a:before, .main-menu li.current-menu-item li.current_page_item li a:before, .main-menu li.current-page-parent li.current-page-ancestor li a:before, .main-menu li.current-page-parent li.current-menu-ancestor li a:before, .main-menu li.current-page-parent li.current-menu-item li a:before, .main-menu li.current-page-parent li.current-page-parent li a:before, .main-menu li.current-page-parent li.current_page_item li a:before, .main-menu li.current_page_item li.current-page-ancestor li a:before, .main-menu li.current_page_item li.current-menu-ancestor li a:before, .main-menu li.current_page_item li.current-menu-item li a:before, .main-menu li.current_page_item li.current-page-parent li a:before, .main-menu li.current_page_item li.current_page_item li a:before {
    display: none;
  }
  .main-menu li.current-page-ancestor li.current-page-ancestor li a:hover, .main-menu li.current-page-ancestor li.current-menu-ancestor li a:hover, .main-menu li.current-page-ancestor li.current-menu-item li a:hover, .main-menu li.current-page-ancestor li.current-page-parent li a:hover, .main-menu li.current-page-ancestor li.current_page_item li a:hover, .main-menu li.current-menu-ancestor li.current-page-ancestor li a:hover, .main-menu li.current-menu-ancestor li.current-menu-ancestor li a:hover, .main-menu li.current-menu-ancestor li.current-menu-item li a:hover, .main-menu li.current-menu-ancestor li.current-page-parent li a:hover, .main-menu li.current-menu-ancestor li.current_page_item li a:hover, .main-menu li.current-menu-item li.current-page-ancestor li a:hover, .main-menu li.current-menu-item li.current-menu-ancestor li a:hover, .main-menu li.current-menu-item li.current-menu-item li a:hover, .main-menu li.current-menu-item li.current-page-parent li a:hover, .main-menu li.current-menu-item li.current_page_item li a:hover, .main-menu li.current-page-parent li.current-page-ancestor li a:hover, .main-menu li.current-page-parent li.current-menu-ancestor li a:hover, .main-menu li.current-page-parent li.current-menu-item li a:hover, .main-menu li.current-page-parent li.current-page-parent li a:hover, .main-menu li.current-page-parent li.current_page_item li a:hover, .main-menu li.current_page_item li.current-page-ancestor li a:hover, .main-menu li.current_page_item li.current-menu-ancestor li a:hover, .main-menu li.current_page_item li.current-menu-item li a:hover, .main-menu li.current_page_item li.current-page-parent li a:hover, .main-menu li.current_page_item li.current_page_item li a:hover {
    color: #f26725;
  }
  .main-menu li.current-page-ancestor li.current-page-ancestor li.current-page-ancestor a, .main-menu li.current-page-ancestor li.current-page-ancestor li.current-menu-ancestor a, .main-menu li.current-page-ancestor li.current-page-ancestor li.current-menu-item a, .main-menu li.current-page-ancestor li.current-page-ancestor li.current-page-parent a, .main-menu li.current-page-ancestor li.current-page-ancestor li.current_page_item a, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current-page-ancestor a, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current-menu-ancestor a, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current-menu-item a, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current-page-parent a, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current_page_item a, .main-menu li.current-page-ancestor li.current-menu-item li.current-page-ancestor a, .main-menu li.current-page-ancestor li.current-menu-item li.current-menu-ancestor a, .main-menu li.current-page-ancestor li.current-menu-item li.current-menu-item a, .main-menu li.current-page-ancestor li.current-menu-item li.current-page-parent a, .main-menu li.current-page-ancestor li.current-menu-item li.current_page_item a, .main-menu li.current-page-ancestor li.current-page-parent li.current-page-ancestor a, .main-menu li.current-page-ancestor li.current-page-parent li.current-menu-ancestor a, .main-menu li.current-page-ancestor li.current-page-parent li.current-menu-item a, .main-menu li.current-page-ancestor li.current-page-parent li.current-page-parent a, .main-menu li.current-page-ancestor li.current-page-parent li.current_page_item a, .main-menu li.current-page-ancestor li.current_page_item li.current-page-ancestor a, .main-menu li.current-page-ancestor li.current_page_item li.current-menu-ancestor a, .main-menu li.current-page-ancestor li.current_page_item li.current-menu-item a, .main-menu li.current-page-ancestor li.current_page_item li.current-page-parent a, .main-menu li.current-page-ancestor li.current_page_item li.current_page_item a, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current-page-ancestor a, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current-menu-ancestor a, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current-menu-item a, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current-page-parent a, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current_page_item a, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current-page-ancestor a, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current-menu-ancestor a, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current-menu-item a, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current-page-parent a, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current_page_item a, .main-menu li.current-menu-ancestor li.current-menu-item li.current-page-ancestor a, .main-menu li.current-menu-ancestor li.current-menu-item li.current-menu-ancestor a, .main-menu li.current-menu-ancestor li.current-menu-item li.current-menu-item a, .main-menu li.current-menu-ancestor li.current-menu-item li.current-page-parent a, .main-menu li.current-menu-ancestor li.current-menu-item li.current_page_item a, .main-menu li.current-menu-ancestor li.current-page-parent li.current-page-ancestor a, .main-menu li.current-menu-ancestor li.current-page-parent li.current-menu-ancestor a, .main-menu li.current-menu-ancestor li.current-page-parent li.current-menu-item a, .main-menu li.current-menu-ancestor li.current-page-parent li.current-page-parent a, .main-menu li.current-menu-ancestor li.current-page-parent li.current_page_item a, .main-menu li.current-menu-ancestor li.current_page_item li.current-page-ancestor a, .main-menu li.current-menu-ancestor li.current_page_item li.current-menu-ancestor a, .main-menu li.current-menu-ancestor li.current_page_item li.current-menu-item a, .main-menu li.current-menu-ancestor li.current_page_item li.current-page-parent a, .main-menu li.current-menu-ancestor li.current_page_item li.current_page_item a, .main-menu li.current-menu-item li.current-page-ancestor li.current-page-ancestor a, .main-menu li.current-menu-item li.current-page-ancestor li.current-menu-ancestor a, .main-menu li.current-menu-item li.current-page-ancestor li.current-menu-item a, .main-menu li.current-menu-item li.current-page-ancestor li.current-page-parent a, .main-menu li.current-menu-item li.current-page-ancestor li.current_page_item a, .main-menu li.current-menu-item li.current-menu-ancestor li.current-page-ancestor a, .main-menu li.current-menu-item li.current-menu-ancestor li.current-menu-ancestor a, .main-menu li.current-menu-item li.current-menu-ancestor li.current-menu-item a, .main-menu li.current-menu-item li.current-menu-ancestor li.current-page-parent a, .main-menu li.current-menu-item li.current-menu-ancestor li.current_page_item a, .main-menu li.current-menu-item li.current-menu-item li.current-page-ancestor a, .main-menu li.current-menu-item li.current-menu-item li.current-menu-ancestor a, .main-menu li.current-menu-item li.current-menu-item li.current-menu-item a, .main-menu li.current-menu-item li.current-menu-item li.current-page-parent a, .main-menu li.current-menu-item li.current-menu-item li.current_page_item a, .main-menu li.current-menu-item li.current-page-parent li.current-page-ancestor a, .main-menu li.current-menu-item li.current-page-parent li.current-menu-ancestor a, .main-menu li.current-menu-item li.current-page-parent li.current-menu-item a, .main-menu li.current-menu-item li.current-page-parent li.current-page-parent a, .main-menu li.current-menu-item li.current-page-parent li.current_page_item a, .main-menu li.current-menu-item li.current_page_item li.current-page-ancestor a, .main-menu li.current-menu-item li.current_page_item li.current-menu-ancestor a, .main-menu li.current-menu-item li.current_page_item li.current-menu-item a, .main-menu li.current-menu-item li.current_page_item li.current-page-parent a, .main-menu li.current-menu-item li.current_page_item li.current_page_item a, .main-menu li.current-page-parent li.current-page-ancestor li.current-page-ancestor a, .main-menu li.current-page-parent li.current-page-ancestor li.current-menu-ancestor a, .main-menu li.current-page-parent li.current-page-ancestor li.current-menu-item a, .main-menu li.current-page-parent li.current-page-ancestor li.current-page-parent a, .main-menu li.current-page-parent li.current-page-ancestor li.current_page_item a, .main-menu li.current-page-parent li.current-menu-ancestor li.current-page-ancestor a, .main-menu li.current-page-parent li.current-menu-ancestor li.current-menu-ancestor a, .main-menu li.current-page-parent li.current-menu-ancestor li.current-menu-item a, .main-menu li.current-page-parent li.current-menu-ancestor li.current-page-parent a, .main-menu li.current-page-parent li.current-menu-ancestor li.current_page_item a, .main-menu li.current-page-parent li.current-menu-item li.current-page-ancestor a, .main-menu li.current-page-parent li.current-menu-item li.current-menu-ancestor a, .main-menu li.current-page-parent li.current-menu-item li.current-menu-item a, .main-menu li.current-page-parent li.current-menu-item li.current-page-parent a, .main-menu li.current-page-parent li.current-menu-item li.current_page_item a, .main-menu li.current-page-parent li.current-page-parent li.current-page-ancestor a, .main-menu li.current-page-parent li.current-page-parent li.current-menu-ancestor a, .main-menu li.current-page-parent li.current-page-parent li.current-menu-item a, .main-menu li.current-page-parent li.current-page-parent li.current-page-parent a, .main-menu li.current-page-parent li.current-page-parent li.current_page_item a, .main-menu li.current-page-parent li.current_page_item li.current-page-ancestor a, .main-menu li.current-page-parent li.current_page_item li.current-menu-ancestor a, .main-menu li.current-page-parent li.current_page_item li.current-menu-item a, .main-menu li.current-page-parent li.current_page_item li.current-page-parent a, .main-menu li.current-page-parent li.current_page_item li.current_page_item a, .main-menu li.current_page_item li.current-page-ancestor li.current-page-ancestor a, .main-menu li.current_page_item li.current-page-ancestor li.current-menu-ancestor a, .main-menu li.current_page_item li.current-page-ancestor li.current-menu-item a, .main-menu li.current_page_item li.current-page-ancestor li.current-page-parent a, .main-menu li.current_page_item li.current-page-ancestor li.current_page_item a, .main-menu li.current_page_item li.current-menu-ancestor li.current-page-ancestor a, .main-menu li.current_page_item li.current-menu-ancestor li.current-menu-ancestor a, .main-menu li.current_page_item li.current-menu-ancestor li.current-menu-item a, .main-menu li.current_page_item li.current-menu-ancestor li.current-page-parent a, .main-menu li.current_page_item li.current-menu-ancestor li.current_page_item a, .main-menu li.current_page_item li.current-menu-item li.current-page-ancestor a, .main-menu li.current_page_item li.current-menu-item li.current-menu-ancestor a, .main-menu li.current_page_item li.current-menu-item li.current-menu-item a, .main-menu li.current_page_item li.current-menu-item li.current-page-parent a, .main-menu li.current_page_item li.current-menu-item li.current_page_item a, .main-menu li.current_page_item li.current-page-parent li.current-page-ancestor a, .main-menu li.current_page_item li.current-page-parent li.current-menu-ancestor a, .main-menu li.current_page_item li.current-page-parent li.current-menu-item a, .main-menu li.current_page_item li.current-page-parent li.current-page-parent a, .main-menu li.current_page_item li.current-page-parent li.current_page_item a, .main-menu li.current_page_item li.current_page_item li.current-page-ancestor a, .main-menu li.current_page_item li.current_page_item li.current-menu-ancestor a, .main-menu li.current_page_item li.current_page_item li.current-menu-item a, .main-menu li.current_page_item li.current_page_item li.current-page-parent a, .main-menu li.current_page_item li.current_page_item li.current_page_item a {
    color: #f26725;
    font-weight: 700;
  }
  .main-menu li.current-page-ancestor li.current-page-ancestor li.current-page-ancestor a:before, .main-menu li.current-page-ancestor li.current-page-ancestor li.current-menu-ancestor a:before, .main-menu li.current-page-ancestor li.current-page-ancestor li.current-menu-item a:before, .main-menu li.current-page-ancestor li.current-page-ancestor li.current-page-parent a:before, .main-menu li.current-page-ancestor li.current-page-ancestor li.current_page_item a:before, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current-page-ancestor a:before, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current-menu-ancestor a:before, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current-menu-item a:before, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current-page-parent a:before, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current_page_item a:before, .main-menu li.current-page-ancestor li.current-menu-item li.current-page-ancestor a:before, .main-menu li.current-page-ancestor li.current-menu-item li.current-menu-ancestor a:before, .main-menu li.current-page-ancestor li.current-menu-item li.current-menu-item a:before, .main-menu li.current-page-ancestor li.current-menu-item li.current-page-parent a:before, .main-menu li.current-page-ancestor li.current-menu-item li.current_page_item a:before, .main-menu li.current-page-ancestor li.current-page-parent li.current-page-ancestor a:before, .main-menu li.current-page-ancestor li.current-page-parent li.current-menu-ancestor a:before, .main-menu li.current-page-ancestor li.current-page-parent li.current-menu-item a:before, .main-menu li.current-page-ancestor li.current-page-parent li.current-page-parent a:before, .main-menu li.current-page-ancestor li.current-page-parent li.current_page_item a:before, .main-menu li.current-page-ancestor li.current_page_item li.current-page-ancestor a:before, .main-menu li.current-page-ancestor li.current_page_item li.current-menu-ancestor a:before, .main-menu li.current-page-ancestor li.current_page_item li.current-menu-item a:before, .main-menu li.current-page-ancestor li.current_page_item li.current-page-parent a:before, .main-menu li.current-page-ancestor li.current_page_item li.current_page_item a:before, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current-page-ancestor a:before, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current-menu-ancestor a:before, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current-menu-item a:before, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current-page-parent a:before, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current_page_item a:before, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current-page-ancestor a:before, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current-menu-ancestor a:before, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current-menu-item a:before, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current-page-parent a:before, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current_page_item a:before, .main-menu li.current-menu-ancestor li.current-menu-item li.current-page-ancestor a:before, .main-menu li.current-menu-ancestor li.current-menu-item li.current-menu-ancestor a:before, .main-menu li.current-menu-ancestor li.current-menu-item li.current-menu-item a:before, .main-menu li.current-menu-ancestor li.current-menu-item li.current-page-parent a:before, .main-menu li.current-menu-ancestor li.current-menu-item li.current_page_item a:before, .main-menu li.current-menu-ancestor li.current-page-parent li.current-page-ancestor a:before, .main-menu li.current-menu-ancestor li.current-page-parent li.current-menu-ancestor a:before, .main-menu li.current-menu-ancestor li.current-page-parent li.current-menu-item a:before, .main-menu li.current-menu-ancestor li.current-page-parent li.current-page-parent a:before, .main-menu li.current-menu-ancestor li.current-page-parent li.current_page_item a:before, .main-menu li.current-menu-ancestor li.current_page_item li.current-page-ancestor a:before, .main-menu li.current-menu-ancestor li.current_page_item li.current-menu-ancestor a:before, .main-menu li.current-menu-ancestor li.current_page_item li.current-menu-item a:before, .main-menu li.current-menu-ancestor li.current_page_item li.current-page-parent a:before, .main-menu li.current-menu-ancestor li.current_page_item li.current_page_item a:before, .main-menu li.current-menu-item li.current-page-ancestor li.current-page-ancestor a:before, .main-menu li.current-menu-item li.current-page-ancestor li.current-menu-ancestor a:before, .main-menu li.current-menu-item li.current-page-ancestor li.current-menu-item a:before, .main-menu li.current-menu-item li.current-page-ancestor li.current-page-parent a:before, .main-menu li.current-menu-item li.current-page-ancestor li.current_page_item a:before, .main-menu li.current-menu-item li.current-menu-ancestor li.current-page-ancestor a:before, .main-menu li.current-menu-item li.current-menu-ancestor li.current-menu-ancestor a:before, .main-menu li.current-menu-item li.current-menu-ancestor li.current-menu-item a:before, .main-menu li.current-menu-item li.current-menu-ancestor li.current-page-parent a:before, .main-menu li.current-menu-item li.current-menu-ancestor li.current_page_item a:before, .main-menu li.current-menu-item li.current-menu-item li.current-page-ancestor a:before, .main-menu li.current-menu-item li.current-menu-item li.current-menu-ancestor a:before, .main-menu li.current-menu-item li.current-menu-item li.current-menu-item a:before, .main-menu li.current-menu-item li.current-menu-item li.current-page-parent a:before, .main-menu li.current-menu-item li.current-menu-item li.current_page_item a:before, .main-menu li.current-menu-item li.current-page-parent li.current-page-ancestor a:before, .main-menu li.current-menu-item li.current-page-parent li.current-menu-ancestor a:before, .main-menu li.current-menu-item li.current-page-parent li.current-menu-item a:before, .main-menu li.current-menu-item li.current-page-parent li.current-page-parent a:before, .main-menu li.current-menu-item li.current-page-parent li.current_page_item a:before, .main-menu li.current-menu-item li.current_page_item li.current-page-ancestor a:before, .main-menu li.current-menu-item li.current_page_item li.current-menu-ancestor a:before, .main-menu li.current-menu-item li.current_page_item li.current-menu-item a:before, .main-menu li.current-menu-item li.current_page_item li.current-page-parent a:before, .main-menu li.current-menu-item li.current_page_item li.current_page_item a:before, .main-menu li.current-page-parent li.current-page-ancestor li.current-page-ancestor a:before, .main-menu li.current-page-parent li.current-page-ancestor li.current-menu-ancestor a:before, .main-menu li.current-page-parent li.current-page-ancestor li.current-menu-item a:before, .main-menu li.current-page-parent li.current-page-ancestor li.current-page-parent a:before, .main-menu li.current-page-parent li.current-page-ancestor li.current_page_item a:before, .main-menu li.current-page-parent li.current-menu-ancestor li.current-page-ancestor a:before, .main-menu li.current-page-parent li.current-menu-ancestor li.current-menu-ancestor a:before, .main-menu li.current-page-parent li.current-menu-ancestor li.current-menu-item a:before, .main-menu li.current-page-parent li.current-menu-ancestor li.current-page-parent a:before, .main-menu li.current-page-parent li.current-menu-ancestor li.current_page_item a:before, .main-menu li.current-page-parent li.current-menu-item li.current-page-ancestor a:before, .main-menu li.current-page-parent li.current-menu-item li.current-menu-ancestor a:before, .main-menu li.current-page-parent li.current-menu-item li.current-menu-item a:before, .main-menu li.current-page-parent li.current-menu-item li.current-page-parent a:before, .main-menu li.current-page-parent li.current-menu-item li.current_page_item a:before, .main-menu li.current-page-parent li.current-page-parent li.current-page-ancestor a:before, .main-menu li.current-page-parent li.current-page-parent li.current-menu-ancestor a:before, .main-menu li.current-page-parent li.current-page-parent li.current-menu-item a:before, .main-menu li.current-page-parent li.current-page-parent li.current-page-parent a:before, .main-menu li.current-page-parent li.current-page-parent li.current_page_item a:before, .main-menu li.current-page-parent li.current_page_item li.current-page-ancestor a:before, .main-menu li.current-page-parent li.current_page_item li.current-menu-ancestor a:before, .main-menu li.current-page-parent li.current_page_item li.current-menu-item a:before, .main-menu li.current-page-parent li.current_page_item li.current-page-parent a:before, .main-menu li.current-page-parent li.current_page_item li.current_page_item a:before, .main-menu li.current_page_item li.current-page-ancestor li.current-page-ancestor a:before, .main-menu li.current_page_item li.current-page-ancestor li.current-menu-ancestor a:before, .main-menu li.current_page_item li.current-page-ancestor li.current-menu-item a:before, .main-menu li.current_page_item li.current-page-ancestor li.current-page-parent a:before, .main-menu li.current_page_item li.current-page-ancestor li.current_page_item a:before, .main-menu li.current_page_item li.current-menu-ancestor li.current-page-ancestor a:before, .main-menu li.current_page_item li.current-menu-ancestor li.current-menu-ancestor a:before, .main-menu li.current_page_item li.current-menu-ancestor li.current-menu-item a:before, .main-menu li.current_page_item li.current-menu-ancestor li.current-page-parent a:before, .main-menu li.current_page_item li.current-menu-ancestor li.current_page_item a:before, .main-menu li.current_page_item li.current-menu-item li.current-page-ancestor a:before, .main-menu li.current_page_item li.current-menu-item li.current-menu-ancestor a:before, .main-menu li.current_page_item li.current-menu-item li.current-menu-item a:before, .main-menu li.current_page_item li.current-menu-item li.current-page-parent a:before, .main-menu li.current_page_item li.current-menu-item li.current_page_item a:before, .main-menu li.current_page_item li.current-page-parent li.current-page-ancestor a:before, .main-menu li.current_page_item li.current-page-parent li.current-menu-ancestor a:before, .main-menu li.current_page_item li.current-page-parent li.current-menu-item a:before, .main-menu li.current_page_item li.current-page-parent li.current-page-parent a:before, .main-menu li.current_page_item li.current-page-parent li.current_page_item a:before, .main-menu li.current_page_item li.current_page_item li.current-page-ancestor a:before, .main-menu li.current_page_item li.current_page_item li.current-menu-ancestor a:before, .main-menu li.current_page_item li.current_page_item li.current-menu-item a:before, .main-menu li.current_page_item li.current_page_item li.current-page-parent a:before, .main-menu li.current_page_item li.current_page_item li.current_page_item a:before {
    background-color: #f26725;
    display: block;
  }
  .mob_trigger {
    display: none;
  }
}
@media (max-width: 1199px) {
  .main-menu {
    background-color: #f26725;
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: -280px;
    text-align: left;
    top: 0;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    width: 280px;
    z-index: 1005;
  }
  .main-menu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .main-menu ul li {
    background-color: #d74e0d;
    border-bottom: 1px solid #bf450b;
    position: relative;
    text-align: left;
  }
  .main-menu ul li a {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    width: 100%;
  }
  .main-menu ul li a span {
    padding-left: 10px;
  }
  .main-menu ul li ul {
    display: none;
  }
  .main-menu ul li a {
    color: #fff;
    line-height: 1.3;
    padding: 10px 40px;
    position: relative;
    text-decoration: none;
    z-index: 1;
  }
  .main-menu ul li i {
    background-color: transparent;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    z-index: 3;
  }
  .main-menu ul li i:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    display: block;
    left: 9px;
    position: absolute;
    top: 17px;
  }
  .main-menu ul li ul a {
    padding-left: 50px;
  }
  .main-menu ul li ul a span {
    padding-left: 0;
  }
  .main-menu li.current-page-ancestor, .main-menu li.current-menu-ancestor, .main-menu li.current-menu-item, .main-menu li.current-page-parent, .main-menu li.current_page_item {
    background-color: #1a293c;
  }
  .main-menu li.current-page-ancestor li, .main-menu li.current-menu-ancestor li, .main-menu li.current-menu-item li, .main-menu li.current-page-parent li, .main-menu li.current_page_item li {
    background-color: #a73d0a;
    border-bottom-color: #8f3409;
  }
  .main-menu li.current-page-ancestor li.current-page-ancestor, .main-menu li.current-page-ancestor li.current-menu-ancestor, .main-menu li.current-page-ancestor li.current-menu-item, .main-menu li.current-page-ancestor li.current-page-parent, .main-menu li.current-page-ancestor li.current_page_item, .main-menu li.current-menu-ancestor li.current-page-ancestor, .main-menu li.current-menu-ancestor li.current-menu-ancestor, .main-menu li.current-menu-ancestor li.current-menu-item, .main-menu li.current-menu-ancestor li.current-page-parent, .main-menu li.current-menu-ancestor li.current_page_item, .main-menu li.current-menu-item li.current-page-ancestor, .main-menu li.current-menu-item li.current-menu-ancestor, .main-menu li.current-menu-item li.current-menu-item, .main-menu li.current-menu-item li.current-page-parent, .main-menu li.current-menu-item li.current_page_item, .main-menu li.current-page-parent li.current-page-ancestor, .main-menu li.current-page-parent li.current-menu-ancestor, .main-menu li.current-page-parent li.current-menu-item, .main-menu li.current-page-parent li.current-page-parent, .main-menu li.current-page-parent li.current_page_item, .main-menu li.current_page_item li.current-page-ancestor, .main-menu li.current_page_item li.current-menu-ancestor, .main-menu li.current_page_item li.current-menu-item, .main-menu li.current_page_item li.current-page-parent, .main-menu li.current_page_item li.current_page_item {
    background-color: #471a04;
  }
  .main-menu li.current-page-ancestor li.current-page-ancestor li, .main-menu li.current-page-ancestor li.current-menu-ancestor li, .main-menu li.current-page-ancestor li.current-menu-item li, .main-menu li.current-page-ancestor li.current-page-parent li, .main-menu li.current-page-ancestor li.current_page_item li, .main-menu li.current-menu-ancestor li.current-page-ancestor li, .main-menu li.current-menu-ancestor li.current-menu-ancestor li, .main-menu li.current-menu-ancestor li.current-menu-item li, .main-menu li.current-menu-ancestor li.current-page-parent li, .main-menu li.current-menu-ancestor li.current_page_item li, .main-menu li.current-menu-item li.current-page-ancestor li, .main-menu li.current-menu-item li.current-menu-ancestor li, .main-menu li.current-menu-item li.current-menu-item li, .main-menu li.current-menu-item li.current-page-parent li, .main-menu li.current-menu-item li.current_page_item li, .main-menu li.current-page-parent li.current-page-ancestor li, .main-menu li.current-page-parent li.current-menu-ancestor li, .main-menu li.current-page-parent li.current-menu-item li, .main-menu li.current-page-parent li.current-page-parent li, .main-menu li.current-page-parent li.current_page_item li, .main-menu li.current_page_item li.current-page-ancestor li, .main-menu li.current_page_item li.current-menu-ancestor li, .main-menu li.current_page_item li.current-menu-item li, .main-menu li.current_page_item li.current-page-parent li, .main-menu li.current_page_item li.current_page_item li {
    background-color: #772b07;
    border-bottom-color: #5f2206;
  }
  .main-menu li.current-page-ancestor li.current-page-ancestor li.current-page-ancestor, .main-menu li.current-page-ancestor li.current-page-ancestor li.current-menu-ancestor, .main-menu li.current-page-ancestor li.current-page-ancestor li.current-menu-item, .main-menu li.current-page-ancestor li.current-page-ancestor li.current-page-parent, .main-menu li.current-page-ancestor li.current-page-ancestor li.current_page_item, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current-page-ancestor, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current-menu-ancestor, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current-menu-item, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current-page-parent, .main-menu li.current-page-ancestor li.current-menu-ancestor li.current_page_item, .main-menu li.current-page-ancestor li.current-menu-item li.current-page-ancestor, .main-menu li.current-page-ancestor li.current-menu-item li.current-menu-ancestor, .main-menu li.current-page-ancestor li.current-menu-item li.current-menu-item, .main-menu li.current-page-ancestor li.current-menu-item li.current-page-parent, .main-menu li.current-page-ancestor li.current-menu-item li.current_page_item, .main-menu li.current-page-ancestor li.current-page-parent li.current-page-ancestor, .main-menu li.current-page-ancestor li.current-page-parent li.current-menu-ancestor, .main-menu li.current-page-ancestor li.current-page-parent li.current-menu-item, .main-menu li.current-page-ancestor li.current-page-parent li.current-page-parent, .main-menu li.current-page-ancestor li.current-page-parent li.current_page_item, .main-menu li.current-page-ancestor li.current_page_item li.current-page-ancestor, .main-menu li.current-page-ancestor li.current_page_item li.current-menu-ancestor, .main-menu li.current-page-ancestor li.current_page_item li.current-menu-item, .main-menu li.current-page-ancestor li.current_page_item li.current-page-parent, .main-menu li.current-page-ancestor li.current_page_item li.current_page_item, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current-page-ancestor, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current-menu-ancestor, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current-menu-item, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current-page-parent, .main-menu li.current-menu-ancestor li.current-page-ancestor li.current_page_item, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current-page-ancestor, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current-menu-ancestor, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current-menu-item, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current-page-parent, .main-menu li.current-menu-ancestor li.current-menu-ancestor li.current_page_item, .main-menu li.current-menu-ancestor li.current-menu-item li.current-page-ancestor, .main-menu li.current-menu-ancestor li.current-menu-item li.current-menu-ancestor, .main-menu li.current-menu-ancestor li.current-menu-item li.current-menu-item, .main-menu li.current-menu-ancestor li.current-menu-item li.current-page-parent, .main-menu li.current-menu-ancestor li.current-menu-item li.current_page_item, .main-menu li.current-menu-ancestor li.current-page-parent li.current-page-ancestor, .main-menu li.current-menu-ancestor li.current-page-parent li.current-menu-ancestor, .main-menu li.current-menu-ancestor li.current-page-parent li.current-menu-item, .main-menu li.current-menu-ancestor li.current-page-parent li.current-page-parent, .main-menu li.current-menu-ancestor li.current-page-parent li.current_page_item, .main-menu li.current-menu-ancestor li.current_page_item li.current-page-ancestor, .main-menu li.current-menu-ancestor li.current_page_item li.current-menu-ancestor, .main-menu li.current-menu-ancestor li.current_page_item li.current-menu-item, .main-menu li.current-menu-ancestor li.current_page_item li.current-page-parent, .main-menu li.current-menu-ancestor li.current_page_item li.current_page_item, .main-menu li.current-menu-item li.current-page-ancestor li.current-page-ancestor, .main-menu li.current-menu-item li.current-page-ancestor li.current-menu-ancestor, .main-menu li.current-menu-item li.current-page-ancestor li.current-menu-item, .main-menu li.current-menu-item li.current-page-ancestor li.current-page-parent, .main-menu li.current-menu-item li.current-page-ancestor li.current_page_item, .main-menu li.current-menu-item li.current-menu-ancestor li.current-page-ancestor, .main-menu li.current-menu-item li.current-menu-ancestor li.current-menu-ancestor, .main-menu li.current-menu-item li.current-menu-ancestor li.current-menu-item, .main-menu li.current-menu-item li.current-menu-ancestor li.current-page-parent, .main-menu li.current-menu-item li.current-menu-ancestor li.current_page_item, .main-menu li.current-menu-item li.current-menu-item li.current-page-ancestor, .main-menu li.current-menu-item li.current-menu-item li.current-menu-ancestor, .main-menu li.current-menu-item li.current-menu-item li.current-menu-item, .main-menu li.current-menu-item li.current-menu-item li.current-page-parent, .main-menu li.current-menu-item li.current-menu-item li.current_page_item, .main-menu li.current-menu-item li.current-page-parent li.current-page-ancestor, .main-menu li.current-menu-item li.current-page-parent li.current-menu-ancestor, .main-menu li.current-menu-item li.current-page-parent li.current-menu-item, .main-menu li.current-menu-item li.current-page-parent li.current-page-parent, .main-menu li.current-menu-item li.current-page-parent li.current_page_item, .main-menu li.current-menu-item li.current_page_item li.current-page-ancestor, .main-menu li.current-menu-item li.current_page_item li.current-menu-ancestor, .main-menu li.current-menu-item li.current_page_item li.current-menu-item, .main-menu li.current-menu-item li.current_page_item li.current-page-parent, .main-menu li.current-menu-item li.current_page_item li.current_page_item, .main-menu li.current-page-parent li.current-page-ancestor li.current-page-ancestor, .main-menu li.current-page-parent li.current-page-ancestor li.current-menu-ancestor, .main-menu li.current-page-parent li.current-page-ancestor li.current-menu-item, .main-menu li.current-page-parent li.current-page-ancestor li.current-page-parent, .main-menu li.current-page-parent li.current-page-ancestor li.current_page_item, .main-menu li.current-page-parent li.current-menu-ancestor li.current-page-ancestor, .main-menu li.current-page-parent li.current-menu-ancestor li.current-menu-ancestor, .main-menu li.current-page-parent li.current-menu-ancestor li.current-menu-item, .main-menu li.current-page-parent li.current-menu-ancestor li.current-page-parent, .main-menu li.current-page-parent li.current-menu-ancestor li.current_page_item, .main-menu li.current-page-parent li.current-menu-item li.current-page-ancestor, .main-menu li.current-page-parent li.current-menu-item li.current-menu-ancestor, .main-menu li.current-page-parent li.current-menu-item li.current-menu-item, .main-menu li.current-page-parent li.current-menu-item li.current-page-parent, .main-menu li.current-page-parent li.current-menu-item li.current_page_item, .main-menu li.current-page-parent li.current-page-parent li.current-page-ancestor, .main-menu li.current-page-parent li.current-page-parent li.current-menu-ancestor, .main-menu li.current-page-parent li.current-page-parent li.current-menu-item, .main-menu li.current-page-parent li.current-page-parent li.current-page-parent, .main-menu li.current-page-parent li.current-page-parent li.current_page_item, .main-menu li.current-page-parent li.current_page_item li.current-page-ancestor, .main-menu li.current-page-parent li.current_page_item li.current-menu-ancestor, .main-menu li.current-page-parent li.current_page_item li.current-menu-item, .main-menu li.current-page-parent li.current_page_item li.current-page-parent, .main-menu li.current-page-parent li.current_page_item li.current_page_item, .main-menu li.current_page_item li.current-page-ancestor li.current-page-ancestor, .main-menu li.current_page_item li.current-page-ancestor li.current-menu-ancestor, .main-menu li.current_page_item li.current-page-ancestor li.current-menu-item, .main-menu li.current_page_item li.current-page-ancestor li.current-page-parent, .main-menu li.current_page_item li.current-page-ancestor li.current_page_item, .main-menu li.current_page_item li.current-menu-ancestor li.current-page-ancestor, .main-menu li.current_page_item li.current-menu-ancestor li.current-menu-ancestor, .main-menu li.current_page_item li.current-menu-ancestor li.current-menu-item, .main-menu li.current_page_item li.current-menu-ancestor li.current-page-parent, .main-menu li.current_page_item li.current-menu-ancestor li.current_page_item, .main-menu li.current_page_item li.current-menu-item li.current-page-ancestor, .main-menu li.current_page_item li.current-menu-item li.current-menu-ancestor, .main-menu li.current_page_item li.current-menu-item li.current-menu-item, .main-menu li.current_page_item li.current-menu-item li.current-page-parent, .main-menu li.current_page_item li.current-menu-item li.current_page_item, .main-menu li.current_page_item li.current-page-parent li.current-page-ancestor, .main-menu li.current_page_item li.current-page-parent li.current-menu-ancestor, .main-menu li.current_page_item li.current-page-parent li.current-menu-item, .main-menu li.current_page_item li.current-page-parent li.current-page-parent, .main-menu li.current_page_item li.current-page-parent li.current_page_item, .main-menu li.current_page_item li.current_page_item li.current-page-ancestor, .main-menu li.current_page_item li.current_page_item li.current-menu-ancestor, .main-menu li.current_page_item li.current_page_item li.current-menu-item, .main-menu li.current_page_item li.current_page_item li.current-page-parent, .main-menu li.current_page_item li.current_page_item li.current_page_item {
    background-color: #170801;
  }
  .open .main-menu {
    display: block;
    right: 0px;
  }
  .open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
}
.project_breadcrumb {
  padding-bottom: 30px;
  padding-top: 20px;
  position: relative;
}
.project_breadcrumb ul {
  align-items: center;
  display: inline-flex;
  flex-wrap: wrap;
}
.project_breadcrumb ul li {
  color: #f26725;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 5px 0;
  padding: 0 3px;
}
.project_breadcrumb ul li a {
  color: #2a2a2a;
  font-size: inherit;
  font-weight: inherit;
  padding-right: 30px;
  position: relative;
}
.project_breadcrumb ul li a:before {
  background-color: #2a2a2a;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
  width: 0;
}
.project_breadcrumb ul li a:after {
  content: "\e80c";
  display: inline-block;
  font-family: "techwyse";
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  right: 9px;
  top: 3px;
}
.project_breadcrumb ul li a:hover:before {
  width: calc(100% - 20px);
}
.project_breadcrumb ul li:first-child {
  padding-left: 0;
}
@media (max-width: 1199px) {
  .project_breadcrumb {
    padding-bottom: 20px;
  }
  .project_breadcrumb ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .project_breadcrumb ul li a {
    padding-right: 20px;
  }
  .project_breadcrumb ul li a:after {
    right: 5px;
    top: 2px;
  }
}
@media (max-width: 767px) {
  .project_breadcrumb {
    padding-bottom: 15px;
  }
  .project_breadcrumb ul li {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.project_pagination {
  width: 100%;
  position: relative;
  margin-top: 40px;
  margin-bottom: 30px;
}
.project_pagination ol,
.project_pagination .wp-paginate {
  align-items: center;
  display: inline-flex;
}
.project_pagination ol li,
.project_pagination .wp-paginate li {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 0 3px;
}
.project_pagination ol li:first-child,
.project_pagination .wp-paginate li:first-child {
  display: none;
}
.project_pagination ol li + li,
.project_pagination .wp-paginate li + li {
  margin-top: 0;
}
.project_pagination ol li .page,
.project_pagination ol li .next,
.project_pagination ol li .prev,
.project_pagination .wp-paginate li .page,
.project_pagination .wp-paginate li .next,
.project_pagination .wp-paginate li .prev {
  align-items: center;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  display: inline-flex;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  height: 28px;
  justify-content: center;
  padding-left: 7px;
  padding-right: 7px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: auto;
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.project_pagination ol li .page,
.project_pagination .wp-paginate li .page {
  color: #bfbec0;
  min-width: 28px;
}
.project_pagination ol li .page:hover,
.project_pagination .wp-paginate li .page:hover {
  background-color: #1a293c;
  color: #fff;
}
.project_pagination ol li .next,
.project_pagination ol li .prev,
.project_pagination .wp-paginate li .next,
.project_pagination .wp-paginate li .prev {
  background-color: #f26725;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #fff;
  font-weight: 500;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
}
.project_pagination ol li .next:hover,
.project_pagination ol li .prev:hover,
.project_pagination .wp-paginate li .next:hover,
.project_pagination .wp-paginate li .prev:hover {
  background-color: #000;
  color: #fff;
}
@media (min-width: 1500px) {
  .project_pagination ol li .next,
  .project_pagination ol li .prev,
  .project_pagination .wp-paginate li .next,
  .project_pagination .wp-paginate li .prev {
    height: 45px;
    min-width: 90px;
  }
}
.project_pagination ol li .current,
.project_pagination .wp-paginate li .current {
  border: 0;
  color: #f26725;
  min-width: 28px;
}
.project_pagination ol li .current:hover,
.project_pagination .wp-paginate li .current:hover {
  background-color: transparent;
  color: #f26725;
}
@media (max-width: 1199px) {
  .project_pagination {
    margin-top: 15px;
  }
  .project_pagination ol li .page,
  .project_pagination .wp-paginate li .page {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .project_pagination ol li .next,
  .project_pagination ol li .prev,
  .project_pagination .wp-paginate li .next,
  .project_pagination .wp-paginate li .prev {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.project_sitemap ul {
  padding: 0 0 0 30px;
}
.project_sitemap ul li {
  display: block;
  position: relative;
}
.project_sitemap ul li.sitemap-home a {
  align-items: center;
  background-color: #f26725;
  color: #fff;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 500;
  height: 42px;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: uppercase;
  width: auto;
}
.project_sitemap ul li.sitemap-home li a {
  background-color: transparent;
  color: #f26725;
  height: auto;
  text-transform: capitalize;
}
.project_sitemap ul ul {
  padding-left: 20px;
  padding-top: 20px;
  position: relative;
}
.project_sitemap ul ul:before {
  border-left: 1px solid #f26725;
  content: "";
  display: block;
  height: 100%;
  left: 20px;
  position: absolute;
  top: 0;
  width: 2px;
}
.project_sitemap ul ul li:before {
  background-color: #f26725;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  color: #1a293c;
  content: "";
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 24px;
  left: -12px;
  position: absolute;
  top: 0;
  width: 24px;
}
.project_sitemap ul ul ul {
  padding-left: 40px;
}
.project_sitemap ul ul ul:before {
  left: 40px;
}
.project_sitemap ul ul ul li {
  margin-bottom: 15px;
}

.Absolute-Center {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.Childd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Content img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-content {
  position: relative;
}
.modal-content .close {
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: 36px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 36px;
  z-index: 9;
}
.modal-content .close:before, .modal-content .close:after {
  background-color: #1a293c;
  content: "";
  height: 20px;
  position: absolute;
  top: 8px;
  transform-origin: center center;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  width: 1px;
}
.modal-content .close:before {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.modal-content .close:after {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.modal-content .close:hover {
  box-shadow: 0 1px 10px rgba(255, 1, 0, 0.6);
  -webkit-box-shadow: 0 1px 10px rgba(255, 1, 0, 0.6);
}
.modal-content .close:hover:before, .modal-content .close:hover:after {
  background-color: #f26725;
}

.resp-tabs-list li {
  display: inline-block;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-active {
  margin-bottom: -1px !important;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #c1c1c1;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #9B9797;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #f26725;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(assets/images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(assets/images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(assets/images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(assets/images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

body.compensate-for-scrollbar {
  overflow: hidden;
  margin-right: 0;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.wp-paginate {
  display: inline-block;
  float: right;
  margin: 30px 0 !important;
}
@media (max-width: 1199px) {
  .wp-paginate {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .wp-paginate {
    float: left;
    text-align: left;
  }
}

.wp-paginate li {
  display: inline-block;
  padding: 5px !important;
  text-transform: uppercase;
  border: none !important;
  font-size: 0.9375rem;
  font-weight: 500;
  margin: 0 !important;
}
.wp-paginate li a {
  color: #2a2a2a;
}
.wp-paginate li a:hover {
  color: #f26725;
}
@media (max-width: 767px) {
  .wp-paginate li {
    padding: 0 !important;
  }
}

.wp-paginate .current {
  background: none !important;
  border: none !important;
}

.wp-paginate a {
  border: none !important;
  background: none !important;
  color: #000 !important;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (max-width: 767px) {
  .wp-paginate a {
    font-size: 13px;
  }
}

.wp-paginate li a:hover {
  color: #f26725 !important;
}

.wp-paginate li .page.current {
  background: none;
  color: #f26725;
  font-weight: 500;
  background: none !important;
}

.wp-paginate li:before {
  display: none;
}

.wp-paginate li .next,
.wp-paginate li .prev {
  background-color: #f26725;
  border: none;
  color: #fff !important;
  font-size: 0.9375rem;
  line-height: 35px;
  font-weight: 500;
  padding: 2px 20px !important;
  text-transform: none;
  border-radius: 0px !important;
  text-transform: uppercase;
  background: #f26725 !important;
}
@media (max-width: 767px) {
  .wp-paginate li .next,
  .wp-paginate li .prev {
    padding: 2px 10px !important;
    font-size: 13px;
  }
}

.wp-paginate li .next:hover,
.wp-paginate li .prev:hover {
  text-decoration: none;
  color: #fff !important;
  background: #161616 !important;
}

.alignnone {
  float: none;
  margin: 10px auto;
  display: block;
}

.alignright {
  float: right;
  margin: 5px 0px 0px 10px;
}

.alignleft {
  float: left;
  margin: 5px 10px 0px 0;
}

.aligncenter {
  float: none;
  display: block;
  margin: 10px auto;
}

/*===== IE Hack ======*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { /* ie10, ie11+ */
  select.sel {
    background-image: none !important;
  }
}
/* IE8/9 */
/*===== MOZ Hack ======*/
@-moz-document url-prefix() {}
/*===== MOZ Hack ======*/
.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
@media (max-width: 1199px) {
  .modal-content {
    width: 88%;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-backdrop.fade {
  opacity: 0.88;
}

.modal-backdrop.show {
  opacity: 0.88;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-header {
  padding-left: 30px;
}

.modal-title {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #1a293c;
  text-transform: uppercase;
}

@media (min-width: 1200px) and (max-width: 1449px) {
  .modal-content .close {
    height: 30px;
    top: 9px;
    width: 30px;
  }
  .modal-content .close:before, .modal-content .close:after {
    height: 16px;
    top: 7px;
  }
}
@-moz-document url-prefix() {
  ::-webkit-input-placeholder {
    opacity: 1;
  }
  :-moz-placeholder {
    opacity: 1;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  :-ms-input-placeholder {
    opacity: 1;
  }
  textarea ::-webkit-input-placeholder {
    line-height: 1;
  }
  textarea :-moz-placeholder {
    line-height: 1;
  }
  textarea ::-moz-placeholder {
    line-height: 1;
  }
  textarea :-ms-input-placeholder {
    line-height: 1;
  }
  .form-elements {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
/*pop form*/
.pop_overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.9);
  top: 0;
  z-index: 99999;
  overflow: auto;
  transition: all ease 1s;
}

.page_form {
  padding: 20px;
}

.pop_overlay button {
  font-size: 17px;
  background: #f26725;
  font-family: "Barlow", sans-serif;
  padding: 20px 30px;
}
.pop_overlay button:hover {
  background: black;
  color: #fff;
}

.pop_overlay input[type=text],
.pop_overlay input[type=email],
.pop_overlay input[type=tel],
.pop_overlay textarea {
  border: 1px solid #ccc !important;
  font-family: "Barlow", sans-serif;
  display: block;
  width: 100%;
  padding: 15px !important;
  font-size: 17px !important;
  resize: none;
}

.pop_overlay .close_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.pop_overlay .btn, .pop_overlay .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .pop_overlay .elementor-button,
.pop_overlay .elementor-button-wrapper a,
.elementor-button-wrapper .pop_overlay a {
  float: right;
}

.pop_overlay .page_form .input-holder {
  margin-bottom: 10px;
}

.pop_overlay .form_wrap {
  position: relative;
  max-width: 800px;
  background: #fff;
  margin: 0 auto;
  top: -100%;
  border-radius: 5px;
  transition: all ease 1s;
}

@media (max-width: 850px) {
  .pop_overlay .form_wrap {
    max-width: 600px;
  }
}
@media (max-width: 650px) {
  .pop_overlay .form_wrap {
    max-width: 400px;
  }
}
@media (max-width: 430px) {
  .pop_overlay .form_wrap {
    margin: 0 15px;
  }
}
.pop_overlay .form_wrap .form_title {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  text-align: left;
  padding: 15px 20px 14px 20px;
  line-height: 1;
  background: #f26725;
  font-family: "Barlow", sans-serif;
}

@media (max-width: 650px) {
  .pop_overlay .form_wrap .form_title {
    padding-left: 17px;
    font-size: 17px;
  }
}
@media (max-width: 360px) {
  .pop_overlay .form_wrap .form_title {
    font-size: 16px;
  }
}
.pop_overlay .form_wrap form {
  padding: 30px;
  display: block;
}

@media (max-width: 650px) {
  .pop_overlay .form_wrap form {
    padding: 20px;
  }
}
.pop_overlay .form_wrap .input-holder.textarea {
  width: 100%;
}
@media (max-width: 767px) {
  .pop_overlay .form_wrap .input-holder.textarea {
    width: 100%;
  }
}

.pop_overlay .form_wrap .input-holder {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .pop_overlay .form_wrap .input-holder {
    width: 100%;
  }
}

.pop_overlay .form_wrap .input-holder .error {
  position: absolute;
  left: 0;
  background: #f00;
  padding: 3px 5px;
  font-size: 13px;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
  bottom: 57px;
  line-height: 1.2;
}

.pop_overlay .form_wrap .input-holder .error:after {
  position: absolute;
  border-top: 6px solid #f00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -4px;
  left: 3px;
  content: "";
}

.pop_overlay .form_wrap {
  position: relative;
}

.pop_overlay .form_wrap .close_cta {
  position: absolute;
  right: 16px;
  top: 14px;
  color: #000;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.pop_overlay .form_wrap .close_cta svg {
  fill: #fff;
  width: 15px;
  height: 15px;
}

.pop_overlay .form_wrap .close_cta:hover svg {
  fill: #000;
}

.appear_form {
  display: block;
}

.appear_form .form_wrap {
  top: 15%;
  transition: all ease 0.2s;
}

/*end pop form*/
/*submit_wrap and captcha*/
.submit_wrap {
  display: flex;
  align-items: center;
}

.submit_wrap .google-captcha.input-holder {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .submit_wrap {
    align-items: end;
    flex-direction: column;
  }
}
@media (max-width: 649px) {
  .pop_overlay .submit_wrap {
    text-align: right;
  }
  .pop_overlay .submit_wrap .google-captcha {
    display: inline-block;
  }
}
@media (max-width: 456px) {
  .footform .submit_wrap {
    text-align: right;
  }
  .footform .submit_wrap .google-captcha {
    display: inline-block;
  }
}
.submit_wrap {
  padding-top: 0px;
}

.submit_wrap input[type=submit] {
  margin-left: auto;
}

.input-holder {
  position: relative;
}

.input-holder.textarea.error .error {
  top: -20px;
  bottom: auto !important;
}

.input-holder.type.error .error {
  top: 20px;
  bottom: auto !important;
}

.input-holder.serv.error .error {
  top: 0px;
  bottom: auto !important;
}

.input-holder .error,
.input-holder .newerror {
  position: absolute;
  left: 0;
  background: #f00;
  padding: 3px 5px;
  font-size: 13px;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
  bottom: 50px;
  line-height: 1.2;
}

.input-holder .error:after,
.input-holder .newerror:after {
  position: absolute;
  border-top: 6px solid #f00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -4px;
  left: 3px;
  content: "";
}

.textarea_field .error,
.textarea_field .newerror, .google-captcha .error,
.google-captcha .newerror {
  bottom: auto !important;
  top: -24px;
}

.input-holderr {
  position: relative;
}

.input-holderr .error,
.input-holderr .newerror {
  position: absolute;
  left: 35px;
  background: #f00;
  padding: 3px 5px;
  font-size: 13px;
  border-radius: 2px;
  color: #fff;
  font-weight: 400;
  bottom: 0px;
  line-height: 1.2;
}
@media (max-width: 1199px) {
  .input-holderr .error,
  .input-holderr .newerror {
    left: 20px;
  }
}
@media (max-width: 767px) {
  .input-holderr .error,
  .input-holderr .newerror {
    left: 0px;
  }
}

.input-holderr .error:after,
.input-holderr .newerror:after {
  position: absolute;
  border-top: 6px solid #f00;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -4px;
  left: 3px;
  content: "";
}

/*submit_wrap and captcha*/
.grecaptcha-badge {
  display: none !important;
}

@media (max-width: 767px) {
  .form_sec p.right {
    text-align: left;
  }
}
.input-holder input, .input-holder textarea {
  width: 100%;
  border: none;
  margin: 0 0 15px;
  padding: 15px;
}
.input-holder textarea {
  resize: noe;
  overflow: hidden;
  height: 100px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

.form-control {
  height: 38px;
  padding: 7px 8px;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  display: block;
  width: 100%;
  transition: all ease 0.1s;
}
.form-control.focus, .form-control:focus {
  border-color: #008995;
  box-shadow: 0 0 5px rgba(81, 167, 232, 0.5);
}

textarea {
  resize: none;
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

input.input-contrast,
.input-contrast {
  background-color: #fafafa;
}
input.input-contrast:focus,
.input-contrast:focus {
  background-color: #fff;
}

button:focus, button.focus, input[type=submit]:focus, input[type=submit].focus {
  outline: 0;
}

input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus, input[type=password]:focus {
  outline: 0;
  text-decoration: none;
  transition: all ease 0.5s;
}

textarea:focus, select:focus {
  text-decoration: none;
  transition: all ease 0.5s;
  outline: none;
}

textarea {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/carret.png) top 17px right 9px no-repeat;
}

/* == Checkbox == */
input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label {
  color: #292b2a;
  font-size: 14px;
}

input[type=checkbox] + label span {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 10px 10px 0;
  vertical-align: middle;
  border: solid 2px #86d49b;
}

input[type=checkbox]:checked + label span {
  background-color: #86d49b;
}

input[type=checkbox] + label span, input[type=checkbox]:checked + label span {
  transition: background-color 0.4s linear;
}

html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active {
  overflow-y: auto !important;
}

html.pum-open.pum-open-overlay.pum-open-scrollable body > [aria-hidden] {
  padding: 0 !important;
}

/*  ===============
  1. Reset
===============  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

input,
button,
textarea,
select {
  font-family: inherit;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !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) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
html {
  font-family: "Barlow", sans-serif;
  overflow: auto !important;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  color: #000;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0 !important;
  scroll-behavior: smooth;
  text-align: left;
  text-rendering: optimizeSpeed;
}
@media (max-width: 1920px) {
  body {
    font-size: 1.188rem !important;
  }
}
@media (max-width: 1600px) {
  body {
    font-size: 1rem !important;
  }
}
@media (max-width: 1200px) {
  body {
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 1rem !important;
  }
}

li {
  color: #2a2a2a;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
@media (max-width: 1920px) {
  li {
    font-size: 1.188rem !important;
  }
}
@media (max-width: 1600px) {
  li {
    font-size: 1rem !important;
  }
}
@media (max-width: 1200px) {
  li {
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 1199px) {
  li {
    font-size: 1rem !important;
  }
}

p {
  color: #2a2a2a;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  text-align: inherit;
  margin-bottom: 15px !important;
}
@media (max-width: 1920px) {
  p {
    font-size: 1.188rem !important;
  }
}
@media (max-width: 1600px) {
  p {
    font-size: 1rem !important;
  }
}
@media (max-width: 1200px) {
  p {
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 1199px) {
  p {
    font-size: 1rem !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  p {
    margin-bottom: 10px !important;
    line-height: 23px;
  }
}
p + p {
  padding-top: 10px;
}
p b,
p strong {
  font-weight: 700;
}
p a {
  color: #f26725;
  display: inline;
  font-weight: 400;
  text-decoration: none !important;
}
p a:hover {
  color: #1a293c;
}
p + blockquote {
  margin-top: 10px !important;
}
blockquote + p, blockquote + ul, blockquote + ol, blockquote + h1, blockquote + h2, blockquote + h3, blockquote + h4, blockquote + h5, blockquote + h6 {
  margin-top: 15px !important;
}

ul + blockquote,
ol + blockquote {
  margin-top: 10px !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after, .clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  clear: both;
}

svg {
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
svg :focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  outline: none;
}

a,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  text-shadow: none;
  -webkit-text-shadow: none;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
}
a:focus, a:hover,
button:focus,
button:hover,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=reset]:focus,
input[type=reset]:hover,
input[type=button]:focus,
input[type=button]:hover {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  outline: none;
  text-decoration: none;
}

button {
  border: 0;
}

a {
  border: none;
  color: inherit;
  display: inline-block;
}

a[href^=tel] {
  color: inherit;
  cursor: default;
  text-decoration: none !important;
}
a[href^=tel]:hover, a[href^=tel]:active, a[href^=tel]:focus {
  border: 0;
  box-shadow: none;
  outline: none;
}

b,
strong {
  font-weight: 700;
}

img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  z-index: 2;
}
img.alignright {
  display: inline;
  float: right;
  margin: 12px 0 12px 20px;
}
img.alignleft {
  display: inline;
  float: left;
  margin: 12px 20px 12px 0;
}
img.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}
img.alignnone {
  display: block;
  clear: both;
  display: block;
  margin: 10px auto;
}
@media (max-width: 1199px) {
  img.alignleft, img.alignright, img.aligncenter, img.alignnone {
    clear: both;
    display: block !important;
    float: none !important;
    margin: 10px auto !important;
    padding: 10px;
  }
}

article,
aside,
div,
main,
nav,
section,
figure,
summary,
picture {
  *zoom: 1;
}
article:after, article:before,
aside:after,
aside:before,
div:after,
div:before,
main:after,
main:before,
nav:after,
nav:before,
section:after,
section:before,
figure:after,
figure:before,
summary:after,
summary:before,
picture:after,
picture:before {
  content: "";
  display: block;
}
article:after,
aside:after,
div:after,
main:after,
nav:after,
section:after,
figure:after,
summary:after,
picture:after {
  clear: both;
}

.tw-logo {
  display: inline-block;
  margin-top: 10px;
}
.tw-logo svg {
  fill: #a8a8a8;
  height: 36px;
  width: 36px;
}
.tw-logo:hover svg {
  fill: #fff;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.fade.show {
  opacity: 1;
}

.modal-open {
  padding-right: 0 !important;
  overflow-y: auto;
  z-index: 9999;
}

.container,
.elementor-section.elementor-section-boxed > .elementor-container {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
}

.half-container,
.container-40,
.container-60 {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .half-container,
  .container-40,
  .container-60 {
    max-width: 540px !important;
  }
}
@media (min-width: 768px) {
  .half-container,
  .container-40,
  .container-60 {
    max-width: 720px !important;
  }
}
@media (min-width: 992px) {
  .half-container,
  .container-40,
  .container-60 {
    max-width: 960px !important;
  }
}
@media (max-width: 1199px) {
  .half-container,
  .container-40,
  .container-60 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) {
  .half-container {
    max-width: 560px !important;
  }
}
@media (min-width: 1600px) {
  .half-container {
    max-width: 750px !important;
  }
}

@media (min-width: 1200px) {
  .container-40 {
    max-width: 456px !important;
  }
}
@media (min-width: 1600px) {
  .container-40 {
    max-width: 608px !important;
  }
}

@media (min-width: 1200px) {
  .container-60 {
    max-width: 684px !important;
  }
}
@media (min-width: 1600px) {
  .container-60 {
    max-width: 912px !important;
  }
}

.container {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
@media (min-width: 576px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1180px !important;
  }
}
@media (min-width: 1360px) {
  .container {
    max-width: 1260px !important;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1300px !important;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1380px !important;
  }
}
@media (min-width: 1680px) {
  .container {
    max-width: 1450px !important;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1540px !important;
  }
}

@media (min-width: 576px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1180px !important;
  }
}
@media (min-width: 1360px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1260px !important;
  }
}
@media (min-width: 1440px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1300px !important;
  }
}
@media (min-width: 1600px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1380px !important;
  }
}
@media (min-width: 1680px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1450px !important;
  }
}
@media (min-width: 1920px) {
  .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1540px !important;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

[class*=tw-col-] {
  margin-bottom: 10px;
  margin-top: 10px;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  width: 100%;
}

/* // ie 11 & above
_:-ms-fullscreen,
:root .yourClass {
	property: value;
}

// ie 10 & above
_:-ms-lang(x),
.yourClass {
	property: value;
}*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select {
    padding-right: 0;
  }
  summary {
    display: block;
  }
  .hm_blog .hm_blog_cols {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
/*
// ie 10 only
_:-ms-lang(x),
.yourClass {
	property: value\9;
}*/
@media screen and (min-width: 0\0 ) {
  select {
    padding-right: 0\9 ;
  }
  .btn, .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    display: inline-block\9 ;
    line-height: 1\9 ;
    padding-top: 10px\9 ;
  }
  .modal-open {
    z-index: 99999\9 ;
  }
  .modal {
    z-index: 100001\9 ;
  }
  input[type=submit],
  input[type=reset],
  input[type=button],
  button[type=submit] {
    line-height: 1\9 ;
    padding-top: 0\9 ;
  }
  ::-webkit-input-placeholder {
    color: #2a2a2a \9 ;
    font-size: 1rem\9 ;
    font-weight: 400\9 ;
    opacity: 1\9 ;
  }
  :-moz-placeholder {
    color: #2a2a2a \9 ;
    font-size: 1rem\9 ;
    font-weight: 400\9 ;
    opacity: 1\9 ;
  }
  ::-moz-placeholder {
    color: #2a2a2a \9 ;
    font-size: 1rem\9 ;
    font-weight: 400\9 ;
    opacity: 1\9 ;
  }
  :-ms-input-placeholder {
    color: #2a2a2a \9 ;
    font-size: 1rem\9 ;
    font-weight: 400\9 ;
    opacity: 1\9 ;
  }
}
/* ================================================================*/
/*@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
	// IE9+ CSS
  	.yourClass {
  		property: value;
  	}
}*/
/* ================================================================*/
/* // ie 9 only
@media screen and (min-width:0\0) and (min-resolution: .001dpcm) { 
	// IE9 CSS
 	.yourClass {
 		property: value;
 	}
}

// ie 8,9 & 10
@media screen\0 {
	.yourClass {
		property: value;
	}
}

// IE 8 Standards Mode Only

.yourClass {
	property \*: value\9
}

// IE 8

html>body .yourClass {
	property: value;
}
@media \0screen {
	.yourClass {
		property: value;
	}
}

// IE 6, 7 and 8

@media \0screen\,screen\9 {
    .yourClass {
    	property: value;
    }
}

// IE 6 and 7

@media screen\9 {
    .yourClass {
    	property: value;
    }
}
.yourClass {
	*property: value;
}
.yourClass {
	#property: value;
}

// IE 7

*+html .yourClass {
	property: value;
}
*:first-child+html .yourClass {
	property: value;
}

// IE 6

* html .yourClass {
	property: value;
}
.yourClass {
	_property: value;
} */
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "techwyse";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-call:before {
  content: "\e800";
} /* '' */
.icon-next-arrow:before {
  content: "\e801";
} /* '' */
.icon-prev-arrow:before {
  content: "\e802";
} /* '' */
.icon-menu-icon-3:before {
  content: "\e804";
} /* '' */
.icon-menu-icon-4:before {
  content: "\e805";
} /* '' */
.icon-menu-icon-1:before {
  content: "\e806";
} /* '' */
.icon-menu-icon-2:before {
  content: "\e807";
} /* '' */
.icon-down-open-big:before {
  content: "\e80a";
} /* '' */
.icon-left-open-big:before {
  content: "\e80b";
} /* '' */
.icon-right-open-big:before {
  content: "\e80c";
} /* '' */
.icon-up-open-big:before {
  content: "\e80d";
} /* '' */
.icon-down-open:before {
  content: "\f004";
} /* '' */
.icon-up-open:before {
  content: "\f005";
} /* '' */
.icon-right-open:before {
  content: "\f006";
} /* '' */
.icon-left-open:before {
  content: "\f007";
} /* '' */
.icon-twitter:before {
  content: "\f099";
} /* '' */
.icon-facebook:before {
  content: "\f09a";
} /* '' */
.icon-linkedin:before {
  content: "\f0e1";
} /* '' */
.icon-circle:before {
  content: "\f111";
} /* '' */
.icon-youtube-play:before {
  content: "\f16a";
} /* '' */
.icon-instagram:before {
  content: "\f16d";
} /* '' */
.icon-circle-thin:before {
  content: "\f1db";
} /* '' */
/*[class^="icon-"], [class*=" icon-"] {
  font-family: 'techwyse';
  font-style: normal;
  font-weight: normal;

  /* fix buttons height */
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/*}

.icon-call { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe800;&nbsp;'); }
.icon-next-arrow { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe801;&nbsp;'); }
.icon-prev-arrow { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe802;&nbsp;'); }
.icon-menu-icon-3 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe804;&nbsp;'); }
.icon-menu-icon-4 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe805;&nbsp;'); }
.icon-menu-icon-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe806;&nbsp;'); }
.icon-menu-icon-2 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe807;&nbsp;'); }
.icon-down-open-big { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80a;&nbsp;'); }
.icon-left-open-big { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80b;&nbsp;'); }
.icon-right-open-big { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80c;&nbsp;'); }
.icon-up-open-big { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xe80d;&nbsp;'); }
.icon-down-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf004;&nbsp;'); }
.icon-up-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf005;&nbsp;'); }
.icon-right-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf006;&nbsp;'); }
.icon-left-open { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf007;&nbsp;'); }
.icon-twitter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf099;&nbsp;'); }
.icon-facebook { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf09a;&nbsp;'); }
.icon-linkedin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf0e1;&nbsp;'); }
.icon-circle { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf111;&nbsp;'); }
.icon-youtube-play { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16a;&nbsp;'); }
.icon-instagram { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf16d;&nbsp;'); }
.icon-circle-thin { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '&#xf1db;&nbsp;'); }*/
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.clinic .slick-dots {
  bottom: 40px;
}

.slick-dots {
  position: absolute;
  top: 43%;
  right: 100px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  z-index: 999;
  width: 2px;
}
@media (max-width: 1680px) {
  .slick-dots {
    top: 45%;
  }
}
@media (max-width: 1600px) {
  .slick-dots {
    top: 45%;
  }
}
@media (max-width: 1440px) {
  .slick-dots {
    top: 52%;
  }
}
@media (max-width: 1366px) {
  .slick-dots {
    top: 45%;
  }
}
@media (max-width: 1280px) {
  .slick-dots {
    top: 38%;
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .slick-dots {
    top: 42%;
    display: none !important;
  }
}
@media (max-width: 768px) {
  .slick-dots {
    top: 38%;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    top: 38%;
  }
}
.slick-dots li {
  position: relative;
  display: block;
  height: 8px;
  width: 8px;
  margin: 0 0 30px 0;
  padding: 0px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
}
.slick-dots li button {
  display: none !important;
  background: transparent;
  border-radius: 50%;
  display: inline-block;
  height: 7px;
  width: 7px;
  padding: 10px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  border: solid 1px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
  background: #f26725;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  display: none !important;
}
.slick-dots li:before {
  display: none !important;
}
.slick-dots li.slick-active {
  background: #f26725;
  width: 7px;
  height: 7px;
}
.slick-dots li.slick-active:after {
  content: "";
  position: absolute;
  left: -9px;
  top: -9px;
  width: 25px;
  height: 25px;
  background: transparent;
  border: solid 1px #fff;
  border-radius: 50%;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  top: 45%;
  background: transparent;
  border-radius: 0px;
  padding: 0;
  z-index: 99;
  outline: none;
}
@media (max-width: 1366px) {
  .slick-prev,
  .slick-next {
    top: 26%;
  }
}
@media (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: 20%;
  }
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 16%;
  }
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover,
.slick-next:hover {
  color: #f26725;
}

.slick-prev {
  left: -60px;
  z-index: 99;
}
@media (max-width: 1440px) {
  .slick-prev {
    left: 0px;
  }
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-prev:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  border-right: solid 3px #000;
  border-top: solid 3px #000;
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  left: 41%;
  top: 34%;
  border-radius: 3px;
}
[dir=rtl] .slick-prev:before {
  content: "→";
}
.slick-prev:hover:before {
  border-right: solid 3px #f26725;
  border-top: solid 3px #f26725;
}

.slick-next {
  right: -40px;
  z-index: 99;
}
@media (max-width: 1440px) {
  .slick-next {
    right: 0px;
  }
}
[dir=rtl] .slick-next {
  left: 0px;
  right: auto;
}
.slick-next:before {
  content: "";
  width: 17px;
  height: 17px;
  position: absolute;
  border-right: solid 3px #000;
  border-top: solid 3px #000;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: 30%;
  top: 34%;
  border-radius: 3px;
}
[dir=rtl] .slick-next:before {
  content: "←";
}
.slick-next:hover:before {
  border-right: solid 3px #f26725;
  border-top: solid 3px #f26725;
}

.resp-tabs-list li {
  font-weight: 600;
  font-size: 1.5rem !important;
  display: inline-block;
  padding: 10px 15px;
  margin: 0 30px 0 0;
  list-style: none;
  cursor: pointer;
  float: left;
}
@media (max-width: 1600px) {
  .resp-tabs-list li {
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1440px) {
  .resp-tabs-list li {
    font-size: 1.188rem;
  }
}
@media (max-width: 1199px) {
  .resp-tabs-list li {
    font-size: 1.188rem !important;
    margin: 0 10px 0 0;
    padding: 8px 13px;
  }
}
.resp-tabs-list li:hover {
  background: #ecebee;
}

.resp-tabs-container {
  padding: 0px;
  background: #f5f3f8;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 25px 15px;
  font-size: 1.188rem;
}
@media (max-width: 1600px) {
  .resp-tab-content {
    font-size: 1rem !important;
  }
}
@media (max-width: 1200px) {
  .resp-tab-content {
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 1199px) {
  .resp-tab-content {
    font-size: 1rem !important;
  }
}

.resp-tab-active {
  background: #ecebee;
  border-radius: 5px;
  position: relative;
}
.resp-tab-active:after {
  content: "";
  position: absolute;
  border-top: 20px solid #ecebee;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  left: 50%;
  transform: translate(-50%);
  bottom: -18px;
}
@media (max-width: 991px) {
  .resp-tab-active:after {
    display: none;
  }
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

h2.resp-accordion {
  font-size: 1.188rem;
  background: #ecebee;
  position: relative;
  margin-bottom: 10px !important;
  padding: 10px 30px 10px 15px !important;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #f26725;
  position: absolute;
  top: 15px;
  right: 20px;
}

h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #f26725;
  position: absolute;
  top: 10px;
  right: 20px;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: #ecebee !important;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #C1C1C1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}
@media only screen and (max-width: 767px) {
  h2.resp-tab-active span.resp-arrow {
    top: 17px;
  }
  .resp-arrow {
    top: 18px;
  }
}
/* ===========================
Header Section
=========================== */
.header .report-banner.hd-top {
  background: #f26725;
  text-align: center;
}
.header .report-banner.hd-top p a:first-child {
  padding: 0 !important;
  border: 0 !important;
}
@media (max-width: 767px) {
  .header .report-banner.hd-top p a:first-child {
    border-right: solid 0px #4c5867 !important;
    font-size: 0.8rem !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  transition: all ease 0.5s;
  border-bottom: solid 1px #ddd;
}
@media (max-width: 767px) {
  .header.stick_head .hd-top {
    display: none;
    transition: all ease 0.5s;
  }
}
.header.stick_head .head {
  transition: all ease 0.5s;
}
.header.stick_head .head .logo {
  max-width: 150px;
  flex: 0 0 150px;
  transition: all ease 0.5s;
}
.header.stick_head .head .logo figure img {
  max-width: 50%;
  transition: all ease 0.5s;
  max-height: 50%;
}
@media (max-width: 1199px) {
  .header.stick_head .head .logo figure img {
    max-width: 50%;
    max-height: 50%;
  }
}
@media (max-width: 767px) {
  .header.stick_head .head .logo figure img {
    max-width: 40%;
    max-height: 40%;
  }
}
.header .hd-top {
  padding: 7px 0;
  transition: all ease 0.5s;
  background: #1a293c;
}
@media (max-width: 767px) {
  .header .hd-top {
    padding: 4px 0;
  }
}
.header .hd-top .flex_bx {
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .header .hd-top .flex_bx {
    justify-content: center;
    text-align: center;
    align-items: center;
  }
}
.header .hd-top p {
  color: #fff;
  font-size: 1rem !important;
  position: relative;
  padding: 3px 0 !important;
  margin: 0 !important;
}
@media (max-width: 1366px) {
  .header .hd-top p {
    font-size: 0.8125rem;
  }
}
@media (max-width: 991px) {
  .header .hd-top p {
    font-size: 0.9rem !important;
  }
}
@media (max-width: 767px) {
  .header .hd-top p {
    padding-left: 20px;
    padding: 0 !important;
    font-size: 0.875rem !important;
  }
}
.header .hd-top p a {
  color: #fff;
  font-weight: 600;
  padding: 0 15px;
  border-right: solid 1px #4c5867;
}
@media (max-width: 767px) {
  .header .hd-top p a {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .header .hd-top p a:first-child {
    border-right: solid 1px #4c5867 !important;
  }
}
.header .hd-top p a:last-child {
  padding-right: 0;
  border-right: none;
}
@media (max-width: 767px) {
  .header .hd-top p a:nth-child(2) {
    display: block;
  }
}
@media (max-width: 375px) {
  .header .hd-top p a:nth-child(2) {
    display: inline-block;
  }
}
@media (max-width: 320px) {
  .header .hd-top p a:nth-child(2) {
    display: block;
  }
}
.header .hd-top p svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  position: absolute;
  top: 3px;
  left: -30px;
}
@media (max-width: 1366px) {
  .header .hd-top p svg {
    width: 15px;
    height: 15px;
    top: 4px;
    left: -25px;
  }
}
@media (max-width: 1199px) {
  .header .hd-top p svg {
    top: 7px;
  }
}
@media (max-width: 767px) {
  .header .hd-top p svg {
    display: none;
  }
}
@media (max-width: 375px) {
  .header .hd-top p svg {
    left: 0;
    width: 15px;
    height: 15px;
    top: 3px;
    display: none;
  }
}
@media (max-width: 320px) {
  .header .hd-top p svg {
    display: none;
  }
}
.header .head {
  padding: 10px 0;
  transition: all ease 0.5s;
}
@media (max-width: 1680px) {
  .header .head {
    padding: 5px 0;
  }
}
.header .head .container {
  display: flex;
}
.header .head .logo {
  max-width: 150px;
  flex: 0 0 150px;
  transition: all ease 0.5s;
}
.header .head .logo figure img {
  max-width: 100%;
  transition: all ease 0.5s;
  max-height: 100%;
}
@media (max-width: 1680px) {
  .header .head .logo figure img {
    max-width: 60%;
    max-height: 60%;
  }
}
@media (max-width: 1440px) {
  .header .head .logo figure img {
    max-width: 55%;
    max-height: 55%;
  }
}
@media (max-width: 1366px) {
  .header .head .logo figure img {
    max-width: 50%;
    max-height: 50%;
  }
}
@media (max-width: 767px) {
  .header .head .logo figure img {
    max-width: 40%;
    max-height: 40%;
  }
}
.header .head .hd-right {
  display: flex;
  justify-content: flex-end;
  max-width: 90%;
  flex: 0 0 90%;
  align-items: center;
}
@media (max-width: 1680px) {
  .header .head .hd-right {
    max-width: 89%;
    flex: 0 0 89%;
  }
}
@media (max-width: 1599px) {
  .header .head .hd-right {
    max-width: 88%;
    flex: 0 0 88%;
  }
}
@media (max-width: 1280px) {
  .header .head .hd-right {
    max-width: 87%;
    flex: 0 0 87%;
  }
}
@media (max-width: 1199px) {
  .header .head .hd-right {
    max-width: 75%;
    flex: 0 0 75%;
  }
}
@media (max-width: 991px) {
  .header .head .hd-right {
    max-width: 67%;
    flex: 0 0 67%;
  }
}
@media (max-width: 767px) {
  .header .head .hd-right {
    max-width: 42%;
    flex: 0 0 42%;
  }
}
@media (max-width: 320px) {
  .header .head .hd-right {
    max-width: 37%;
    flex: 0 0 37%;
  }
}
.header .head .hd-right ul {
  margin: 0;
  padding: 0;
}
.header .head .hd-right .btn, .header .head .hd-right .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .header .head .hd-right .elementor-button,
.header .head .hd-right .elementor-button-wrapper a,
.elementor-button-wrapper .header .head .hd-right a {
  flex: 0 0 200px;
  height: 50px;
  font-size: 16px !important;
}
@media (max-width: 1600px) {
  .header .head .hd-right .btn, .header .head .hd-right .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .header .head .hd-right .elementor-button,
  .header .head .hd-right .elementor-button-wrapper a,
  .elementor-button-wrapper .header .head .hd-right a {
    flex: 0 0 195px;
    height: 45px;
    font-size: 14px !important;
  }
}
@media (max-width: 1366px) {
  .header .head .hd-right .btn, .header .head .hd-right .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .header .head .hd-right .elementor-button,
  .header .head .hd-right .elementor-button-wrapper a,
  .elementor-button-wrapper .header .head .hd-right a {
    height: 40px;
    flex: 0 0 170px;
    font-size: 0.8125rem !important;
  }
}
@media (max-width: 1199px) {
  .header .head .hd-right .btn, .header .head .hd-right .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .header .head .hd-right .elementor-button,
  .header .head .hd-right .elementor-button-wrapper a,
  .elementor-button-wrapper .header .head .hd-right a {
    flex: 0 0 175px;
    height: 40px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .header .head .hd-right .btn, .header .head .hd-right .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .header .head .hd-right .elementor-button,
  .header .head .hd-right .elementor-button-wrapper a,
  .elementor-button-wrapper .header .head .hd-right a {
    flex: 0 0 145px;
    height: 30px;
    font-size: 0.8125rem !important;
    padding: 10px;
  }
}
.header .head .hd-right .top_search {
  position: relative;
  margin: 0 30px 0 25px;
}
.header .head .hd-right form {
  z-index: 999;
}
.header .head .hd-right .top_search_form {
  position: absolute;
  right: 0;
  bottom: -80px;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  display: flex;
  width: 400px;
  display: none;
  z-index: 999;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.14);
}
.header .head .hd-right .top_search_form.search_open {
  display: flex;
}
.header .head .hd-right .top_search_form .input-holder {
  width: calc(100% - 115px);
  margin-bottom: 0;
}
.header .head .hd-right .top_search_form input[type=text] {
  width: 100%;
  border: solid 1px #ddd;
  margin: 0 !important;
}
@media (max-width: 1366px) {
  .header .head .hd-right .top_search_form input[type=text] {
    padding: 10px;
  }
}
.header .head .hd-right .top_search_form input[type=submit] {
  width: 100px;
  flex: 0 0 100px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .header .head .hd-right .top_search_form input[type=submit] {
    height: 37px;
  }
}
@media (max-width: 767px) {
  .header .head .hd-right .top_search_form {
    right: -215px;
    width: 300px;
  }
}
@media (max-width: 320px) {
  .header .head .hd-right .top_search_form {
    right: -215px;
    width: 300px;
  }
}
.header .head .hd-right .search_ico {
  display: block;
}
.header .head .hd-right .search_ico svg {
  width: 15px;
  height: 15px;
  fill: #000;
  cursor: pointer;
  display: block;
}
.header .head .hd-right .search_ico svg.search_close_ico {
  display: none;
}
.header .head .hd-right .search_ico.search_btn_switch svg.search_open_ico {
  display: none;
}
.header .head .hd-right .search_ico.search_btn_switch svg.search_close_ico {
  display: block;
}

/* ===========================
Banner Section
=========================== */
.banner-wp {
  max-width: 100%;
  margin-top: 165px;
  position: relative;
}
@media (max-width: 1680px) {
  .banner-wp {
    margin-top: 185px;
  }
}
@media (max-width: 1440px) {
  .banner-wp {
    margin-top: 180px;
  }
}
@media (max-width: 1199px) {
  .banner-wp {
    margin-top: 174px;
  }
}
@media (max-width: 767px) {
  .banner-wp {
    margin-top: 186px;
  }
}
@media (max-width: 376px) {
  .banner-wp {
    margin-top: 163px;
  }
}
@media (max-width: 352px) {
  .banner-wp {
    margin-top: 195px;
  }
}
.banner-wp .social-top-icons {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 99;
  display: flex;
  background: #1a293c;
  padding: 10px;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 767px) {
  .banner-wp .social-top-icons {
    top: auto;
    bottom: 0;
    padding: 5px;
  }
}
.banner-wp .social-top-icons svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  transition: all ease 0.5s;
}
@media (max-width: 767px) {
  .banner-wp .social-top-icons svg {
    width: 15px;
    height: 15px;
  }
}
.banner-wp .social-top-icons svg:hover {
  fill: #f26725;
  transition: all ease 0.5s;
}
.banner-wp .social-top-icons ul li {
  padding: 5px 3px;
}
.banner-wp .banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
  height: 780px;
}
@media (max-width: 991px) {
  .banner-wp .banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}
@media (max-width: 1680px) {
  .banner-wp .banner {
    height: 650px;
  }
}
@media (max-width: 1600px) {
  .banner-wp .banner {
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .banner-wp .banner {
    height: 550px;
  }
}
@media (max-width: 1366px) {
  .banner-wp .banner {
    height: 490px;
  }
}
@media (max-width: 1199px) {
  .banner-wp .banner {
    background-position: 100% !important;
    height: 430px;
  }
}
@media (max-width: 991px) {
  .banner-wp .banner {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .banner-wp .banner {
    height: 375px;
  }
}
@media (max-width: 320px) {
  .banner-wp .banner {
    height: 330px;
  }
}
.banner-wp .banner .banner-txt {
  padding-top: 10%;
}
@media (max-width: 1600px) {
  .banner-wp .banner .banner-txt {
    padding-top: 9%;
  }
}
@media (max-width: 1366px) {
  .banner-wp .banner .banner-txt {
    padding-top: 7%;
  }
}
@media (max-width: 767px) {
  .banner-wp .banner .banner-txt {
    padding-top: 17%;
  }
}
@media (max-width: 375px) {
  .banner-wp .banner .banner-txt {
    padding-top: 15%;
  }
}
.banner-wp .banner .banner-txt .ban-tle {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 1680px) {
  .banner-wp .banner .banner-txt .ban-tle {
    font-size: 2.813rem;
    line-height: 55px;
  }
}
@media (max-width: 1440px) {
  .banner-wp .banner .banner-txt .ban-tle {
    font-size: 2.5rem;
    line-height: 50px;
  }
}
@media (max-width: 1366px) {
  .banner-wp .banner .banner-txt .ban-tle {
    font-size: 2.188rem;
    line-height: 45px;
  }
}
@media (max-width: 1199px) {
  .banner-wp .banner .banner-txt .ban-tle {
    line-height: 45px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .banner-wp .banner .banner-txt .ban-tle {
    font-size: 1.625rem;
    line-height: 30px;
  }
}
@media (max-width: 320px) {
  .banner-wp .banner .banner-txt .ban-tle {
    font-size: 1.5rem;
  }
}
.banner-wp .banner .banner-txt .ban-tle span {
  display: block;
  color: #f26725;
  font-size: 5rem;
  font-weight: 900;
  line-height: 80px;
}
@media (max-width: 1680px) {
  .banner-wp .banner .banner-txt .ban-tle span {
    font-size: 4.375rem;
    line-height: 70px;
  }
}
@media (max-width: 1440px) {
  .banner-wp .banner .banner-txt .ban-tle span {
    font-size: 4.063rem;
    line-height: 65px;
  }
}
@media (max-width: 1366px) {
  .banner-wp .banner .banner-txt .ban-tle span {
    font-size: 3.438rem;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .banner-wp .banner .banner-txt .ban-tle span {
    font-size: 1.75rem;
    line-height: 35px;
  }
}
@media (max-width: 320px) {
  .banner-wp .banner .banner-txt .ban-tle span {
    font-size: 1.625rem;
  }
}
.banner-wp .banner .banner-txt .ban-tle2 {
  color: #fff;
  font-size: 3.125rem;
  font-weight: 600;
}
@media (max-width: 1680px) {
  .banner-wp .banner .banner-txt .ban-tle2 {
    font-size: 2.813rem;
    line-height: 55px;
  }
}
@media (max-width: 1440px) {
  .banner-wp .banner .banner-txt .ban-tle2 {
    font-size: 2.5rem;
    line-height: 50px;
  }
}
@media (max-width: 1366px) {
  .banner-wp .banner .banner-txt .ban-tle2 {
    font-size: 2.188rem;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .banner-wp .banner .banner-txt .ban-tle2 {
    font-size: 1.625rem;
    line-height: 30px;
  }
}
@media (max-width: 320px) {
  .banner-wp .banner .banner-txt .ban-tle2 {
    font-size: 1.5rem;
  }
}
.banner-wp .banner .banner-txt .ban-tle3 {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 500;
  margin: 20px 0 30px;
}
@media (max-width: 1366px) {
  .banner-wp .banner .banner-txt .ban-tle3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .banner-wp .banner .banner-txt .ban-tle3 {
    font-size: 1rem;
    margin: 10px 0 15px;
  }
}
@media (max-width: 320px) {
  .banner-wp .banner .banner-txt .ban-tle3 {
    font-size: 0.8125rem;
    margin: 10px 0 15px;
  }
}
.banner-wp .banner .banner-txt .ban-tle3 span {
  display: block;
}
.banner-wp .banner .banner-txt .btn, .banner-wp .banner .banner-txt .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .banner-wp .banner .banner-txt .elementor-button,
.banner-wp .banner .banner-txt .elementor-button-wrapper a,
.elementor-button-wrapper .banner-wp .banner .banner-txt a {
  font-size: 1.5rem !important;
  padding: 22px 45px;
  margin-right: 15px;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .banner-wp .banner .banner-txt .btn, .banner-wp .banner .banner-txt .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .banner-wp .banner .banner-txt .elementor-button,
  .banner-wp .banner .banner-txt .elementor-button-wrapper a,
  .elementor-button-wrapper .banner-wp .banner .banner-txt a {
    font-size: 1.25rem !important;
    padding: 15px 30px;
  }
}
@media (max-width: 1366px) {
  .banner-wp .banner .banner-txt .btn, .banner-wp .banner .banner-txt .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .banner-wp .banner .banner-txt .elementor-button,
  .banner-wp .banner .banner-txt .elementor-button-wrapper a,
  .elementor-button-wrapper .banner-wp .banner .banner-txt a {
    font-size: 1rem !important;
    padding: 15px 25px;
  }
}
@media (max-width: 767px) {
  .banner-wp .banner .banner-txt .btn, .banner-wp .banner .banner-txt .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .banner-wp .banner .banner-txt .elementor-button,
  .banner-wp .banner .banner-txt .elementor-button-wrapper a,
  .elementor-button-wrapper .banner-wp .banner .banner-txt a {
    font-size: 0.8125rem !important;
    padding: 10px 15px;
    margin-right: 5px;
  }
}

.inner-banner {
  height: 490px;
  text-align: center;
  margin-top: 165px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 75px;
  background-size: cover !important;
  background-position: 100% !important;
  position: relative;
}
@media (max-width: 1680px) {
  .inner-banner {
    margin-top: 148px;
    height: 450px;
  }
}
@media (max-width: 1440px) {
  .inner-banner {
    margin-top: 125px;
    height: 325px;
  }
}
@media (max-width: 1199px) {
  .inner-banner {
    margin-top: 125px;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    height: 250px;
  }
}
.inner-banner.p80 {
  background-position: 80% !important;
}
.inner-banner.p70 {
  background-position: 70% !important;
}
.inner-banner.p60 {
  background-position: 60% !important;
}
.inner-banner.p50 {
  background-position: 50% !important;
}
.inner-banner.p40 {
  background-position: 40% !important;
}
.inner-banner.p30 {
  background-position: 30% !important;
}
.inner-banner.p25 {
  background-position: 25% !important;
}
.inner-banner.p20 {
  background-position: 20% !important;
}
.inner-banner.p10 {
  background-position: 10% !important;
}
.inner-banner .social-top-icons {
  position: absolute;
  top: 40%;
  right: 0;
  z-index: 99;
  display: flex;
  background: #1a293c;
  padding: 10px;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 767px) {
  .inner-banner .social-top-icons {
    top: auto;
    bottom: 0;
    padding: 5px;
  }
}
.inner-banner .social-top-icons svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  transition: all ease 0.5s;
}
@media (max-width: 767px) {
  .inner-banner .social-top-icons svg {
    width: 15px;
    height: 15px;
  }
}
.inner-banner .social-top-icons svg:hover {
  fill: #f26725;
  transition: all ease 0.5s;
}
.inner-banner .social-top-icons ul li {
  padding: 5px 3px;
}
.inner-banner .ban-tle {
  color: #fff;
  font-size: 4.063rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .inner-banner .ban-tle {
    font-size: 3.125rem;
  }
}
@media (max-width: 1440px) {
  .inner-banner .ban-tle {
    font-size: 2.813rem;
  }
}
@media (max-width: 1366px) {
  .inner-banner .ban-tle {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .inner-banner .ban-tle {
    line-height: 45px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .inner-banner .ban-tle {
    font-size: 1.625rem;
    line-height: 30px;
    padding: 0 10px;
  }
}
@media (max-width: 320px) {
  .inner-banner .ban-tle {
    font-size: 1.5rem;
  }
}
.inner-banner .ban-tle span {
  display: block;
  color: #f26725;
  font-size: 5rem;
  font-weight: 900;
}
@media (max-width: 1680px) {
  .inner-banner .ban-tle span {
    font-size: 3.438rem;
  }
}
@media (max-width: 1440px) {
  .inner-banner .ban-tle span {
    font-size: 3.125rem;
  }
}
@media (max-width: 1366px) {
  .inner-banner .ban-tle span {
    font-size: 2.688rem;
  }
}
@media (max-width: 767px) {
  .inner-banner .ban-tle span {
    font-size: 1.75rem;
  }
}
@media (max-width: 320px) {
  .inner-banner .ban-tle span {
    font-size: 1.625rem;
  }
}

@media (min-width: 1200px) {
  .inner-banner {
    margin-top: 185px !important;
  }
}
@media (min-width: 1550px) {
  .inner-banner {
    margin-top: 192px !important;
  }
}
@media (min-width: 1650px) {
  .inner-banner {
    margin-top: 217px !important;
  }
}
@media (max-width: 1199px) {
  .inner-banner {
    margin-top: 174px !important;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    margin-top: 185px !important;
  }
}
@media (max-width: 375px) {
  .inner-banner {
    margin-top: 162px !important;
  }
}

/* ===========================
Elementor styles over-riding
=========================== */
@media (max-width: 1199px) {
  body {
    overflow-x: hidden !important;
  }
}

.order-wrap {
  display: flex;
}
.order-wrap .order1-1199 {
  order: 1;
}
@media (max-width: 1199px) {
  .order-wrap .order1-1199 {
    order: 2;
  }
}
.order-wrap .order1 {
  order: 1;
}
@media (max-width: 1199px) {
  .order-wrap .order1 {
    order: 2;
    width: 100% !important;
  }
}
.order-wrap .order2-1199 {
  order: 2;
}
@media (max-width: 1199px) {
  .order-wrap .order2-1199 {
    order: 1;
  }
}
.order-wrap .order2 {
  order: 2;
}
@media (max-width: 1199px) {
  .order-wrap .order2 {
    order: 1;
    width: 100% !important;
  }
}
.order-wrap .order3 {
  order: 3;
}
@media (max-width: 1199px) {
  .order-wrap .order3 {
    order: 2;
  }
}

.flex_bx {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .common-flex .elementor-container {
    flex-flow: wrap !important;
  }
}

@media (max-width: 1199px) {
  .width100 {
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 991px) {
  .width100991 {
    max-width: 100% !important;
    width: 100% !important;
  }
}

.home_content .section-title.elementor-widget:not(:last-child) {
  margin-bottom: 10px !important;
}
.home_content .section-title.bottom h2 {
  display: inline-block;
}
.home_content .section-title.bottom h2:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  border-radius: 3px;
  background: #f26725;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1199px) {
  .home_content .section-title.bottom h2:after {
    left: 50%;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .home_content .section-title.bottom h2:after {
    display: none;
  }
}
.home_content .section-title.after h2 {
  display: inline-block;
}
.home_content .section-title.after h2:after {
  content: "";
  position: absolute;
  right: -50px;
  width: 50px;
  height: 4px;
  top: 50%;
  border-radius: 3px;
  background: #f26725;
}
@media (max-width: 1199px) {
  .home_content .section-title.after h2:after {
    right: -45px;
    width: 35px;
  }
}
@media (max-width: 767px) {
  .home_content .section-title.after h2:after {
    display: none;
  }
}
.home_content .section-title h1 {
  font-size: 3.75rem;
  font-family: "Barlow", sans-serif;
  line-height: 65px;
  margin: 0px !important;
  padding: 0 !important;
  color: #fff !important;
  font-weight: 400 !important;
}
.home_content .section-title h1 span {
  font-weight: 600 !important;
}
@media (max-width: 1680px) {
  .home_content .section-title h1 {
    line-height: 60px;
    font-size: 3.125rem;
  }
}
@media (max-width: 1440px) {
  .home_content .section-title h1 {
    line-height: 50px;
    font-size: 2.813rem;
  }
}
@media (max-width: 1199px) {
  .home_content .section-title h1 {
    margin-bottom: 0px !important;
    font-size: 2.188rem;
  }
}
@media (max-width: 767px) {
  .home_content .section-title h1 {
    line-height: 40px;
    font-size: 1.875rem;
  }
}
.home_content .section-title h1 a:hover {
  color: #f26725 !important;
}
.home_content .section-title h2,
.home_content .section-title .h2 {
  font-size: 3.688rem;
  font-family: "Barlow", sans-serif;
  line-height: 55px;
  font-weight: 400 !important;
  text-transform: capitalize;
  margin: 0px !important;
  padding: 0 !important;
  position: relative;
}
.home_content .section-title h2 span,
.home_content .section-title .h2 span {
  font-weight: 600 !important;
}
@media (max-width: 1680px) {
  .home_content .section-title h2,
    .home_content .section-title .h2 {
    line-height: 55px;
    font-size: 2.938rem;
  }
}
@media (max-width: 1440px) {
  .home_content .section-title h2,
  .home_content .section-title .h2 {
    line-height: 45px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .home_content .section-title h2,
    .home_content .section-title .h2 {
    margin-bottom: 0px !important;
    font-size: 2.188rem;
  }
}
@media (max-width: 767px) {
  .home_content .section-title h2,
    .home_content .section-title .h2 {
    line-height: 35px;
    font-size: 1.75rem;
  }
}
.home_content .section-title h2 a:hover,
.home_content .section-title .h2 a:hover {
  color: #f26725 !important;
}

html {
  scroll-behavior: smooth;
}

#section10 {
  position: relative;
  width: 100px;
  height: 100%;
  margin-top: -80px;
  color: #c8bfbb;
  font-size: 0.8125rem;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1366px) {
  #section10 {
    margin-top: -60px;
  }
}
@media (max-width: 991px) {
  #section10 {
    display: none;
  }
}

#section10:after {
  content: "";
  position: absolute;
  left: 48%;
  top: -100px;
  width: 2px;
  height: 80px;
  background: #aeb0b5;
}
@media (max-width: 1600px) {
  #section10:after {
    top: -80px;
    width: 2px;
    height: 60px;
  }
}
@media (max-width: 1600px) {
  #section10:after {
    top: -60px;
    width: 2px;
    height: 40px;
  }
}

#section10 {
  text-align: center;
}

#section10 a {
  padding-top: 60px;
}

#section10 a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
  border: 2px solid #aeb0b5;
  border-radius: 50px;
  box-sizing: border-box;
}

#section10 a span::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: "";
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #aeb0b5;
  border-radius: 100%;
  animation: sdb10 2s infinite;
  box-sizing: border-box;
}
@keyframes sdb10 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.home_form {
  margin: 80px 0 70px;
  display: flex;
}
@media (max-width: 1680px) {
  .home_form {
    margin: 50px 0 30px;
  }
}
@media (max-width: 1366px) {
  .home_form {
    margin: 30px 0 30px;
  }
}
@media (max-width: 1199px) {
  .home_form {
    margin: 15px 10px 15px;
  }
}
@media (max-width: 991px) {
  .home_form {
    margin: 15px 10px;
  }
}
.home_form .section-title-div .elementor-heading-title {
  font-size: 2.813rem;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 1600px) {
  .home_form .section-title-div .elementor-heading-title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1366px) {
  .home_form .section-title-div .elementor-heading-title {
    font-size: 1.875rem;
  }
}
.home_form .fm-mid {
  border-radius: 10px;
  overflow: hidden;
  background-size: contain !important;
}
@media (max-width: 767px) {
  .home_form .fm-mid {
    border-radius: 0px;
  }
}
.home_form .elementor-container {
  justify-content: flex-end;
}
.home_form .elementor-widget-wrap {
  justify-content: flex-end;
}
.home_form .fm {
  width: 78%;
  justify-content: flex-end;
  padding: 40px 50px 30px;
}
@media (max-width: 1600px) {
  .home_form .fm {
    padding: 30px 40px 20px;
  }
}
@media (max-width: 1440px) {
  .home_form .fm {
    padding: 20px 20px 10px;
  }
}
@media (max-width: 991px) {
  .home_form .fm {
    width: 100%;
    padding: 10px 10px 0px;
  }
}
.home_form .fm .top {
  display: flex;
  width: 100%;
}
@media (max-width: 767px) {
  .home_form .fm .top {
    flex-flow: wrap;
  }
}
.home_form .fm .top .input-holder {
  flex: 0 0 32.9%;
  margin-right: 7px;
}
@media (max-width: 1366px) {
  .home_form .fm .top .input-holder {
    flex: 0 0 32.8%;
  }
}
@media (max-width: 1199px) {
  .home_form .fm .top .input-holder {
    flex: 0 0 32.7%;
  }
}
@media (max-width: 767px) {
  .home_form .fm .top .input-holder {
    flex: 0 0 100%;
  }
}
.home_form .fm .top .input-holder input {
  border-radius: 3px;
  margin-bottom: 10px !important;
  font-size: 0.9375rem;
}
@media (max-width: 1600px) {
  .home_form .fm .top .input-holder input {
    padding: 13px;
  }
}
@media (max-width: 1366px) {
  .home_form .fm .top .input-holder input {
    padding: 10px;
    font-size: 0.875rem;
  }
}
.home_form .fm textarea {
  border-radius: 3px;
  width: 100%;
  height: 100px;
  font-size: 0.9375rem;
  margin: 0 0 5px !important;
}
@media (max-width: 1600px) {
  .home_form .fm textarea {
    padding: 13px;
    height: 80px;
  }
}
@media (max-width: 1366px) {
  .home_form .fm textarea {
    padding: 10px;
    height: 70px;
    font-size: 0.875rem;
  }
}
.home_form .fm input[type=submit] {
  background: #f26725;
  width: 120px;
  float: right;
  color: #fff;
  font-size: 1.188rem !important;
  text-transform: capitalize;
  border-radius: 7px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .home_form .fm input[type=submit] {
    width: 100px;
    font-size: 1.063rem !important;
    padding: 10px;
  }
}
@media (max-width: 1366px) {
  .home_form .fm input[type=submit] {
    width: 100px;
    font-size: 1rem !important;
    padding: 10px;
  }
}
.home_form .fm input[type=submit]:hover {
  background: #fff;
  color: #f26725;
}
.home_form .fm button {
  float: right;
  font-size: 1.188rem !important;
}
@media (max-width: 1600px) {
  .home_form .fm button {
    font-size: 1.063rem !important;
  }
}
@media (max-width: 1366px) {
  .home_form .fm button {
    font-size: 1rem !important;
  }
}
@media (max-width: 767px) {
  .home_form .fm button {
    font-size: 0.9375rem !important;
  }
}
.home_form .fm button:hover {
  background: #000 !important;
  color: #fff !important;
}
.home_form .fm ::-webkit-input-placeholder {
  color: #000;
  font-weight: 500;
}
.home_form .fm :-moz-placeholder {
  color: #000;
  font-weight: 500;
}
.home_form .fm ::-moz-placeholder {
  color: #000;
  font-weight: 500;
}
.home_form .fm :-ms-input-placeholder {
  color: #000;
  font-weight: 500;
}

.industries_wp {
  padding: 0 0 100px 0;
}
@media (max-width: 1600px) {
  .industries_wp {
    padding: 0 0 100px 0;
  }
}
@media (max-width: 1440px) {
  .industries_wp {
    padding: 0 0 80px 0;
  }
}
@media (max-width: 1199px) {
  .industries_wp {
    padding: 20px 0 0 0;
  }
}
@media (max-width: 767px) {
  .industries_wp {
    padding: 10px 0 0 0;
  }
}
.industries_wp .hm-industries-slider {
  padding: 20px 0;
  width: 100%;
}
@media (max-width: 767px) {
  .industries_wp .hm-industries-slider {
    display: none;
  }
}
.industries_wp .hm-industries-slider .slick-dots {
  top: auto;
  bottom: -40px;
  right: auto;
  left: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 35px 0 0;
  margin: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
}
@media (max-width: 1600px) {
  .industries_wp .hm-industries-slider .slick-dots {
    padding: 40px 0 0;
  }
}
.industries_wp .hm-industries-slider .slick-dots li {
  display: inline-block;
  background: #000;
  margin: 0 15px;
  padding: 0px;
  height: 6px;
  width: 6px;
}
.industries_wp .hm-industries-slider .slick-dots li.slick-active {
  background: #f26725;
  width: 6px;
  height: 6px;
}
.industries_wp .hm-industries-slider .slick-dots li.slick-active:after {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: solid 1px #000;
  border-radius: 50%;
}
.industries_wp .industries-wrap {
  display: flex;
  flex-flow: wrap;
}
.industries_wp .industries-wrap .ico-bx {
  flex: 0 0 25%;
  text-align: center;
  padding: 50px 0;
  border-right: dotted 1px #ddd;
  border-bottom: dotted 1px #ddd;
  max-width: 25%;
}
@media (max-width: 1366px) {
  .industries_wp .industries-wrap .ico-bx {
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .industries_wp .industries-wrap .ico-bx {
    border: none !important;
  }
}
.industries_wp .industries-wrap .ico-bx:nth-child(4) {
  border-right: none !important;
}
.industries_wp .industries-wrap .ico-bx:nth-child(8) {
  border-right: none !important;
}
.industries_wp .industries-wrap .ico-bx:nth-child(5) {
  border-bottom: none !important;
}
.industries_wp .industries-wrap .ico-bx:nth-child(6) {
  border-bottom: none !important;
}
.industries_wp .industries-wrap .ico-bx:nth-child(7) {
  border-bottom: none !important;
}
.industries_wp .industries-wrap .ico-bx:nth-child(8) {
  border-bottom: none !important;
}
.industries_wp .industries-wrap .ico-bx svg {
  width: 65px;
  height: 65px;
  min-height: 75px;
}
@media (max-width: 1366px) {
  .industries_wp .industries-wrap .ico-bx svg {
    width: 50px;
    height: 50px;
    min-height: 70px;
  }
}
.industries_wp .industries-wrap .ico-bx svg.ico1 {
  width: 75px;
}
@media (max-width: 1366px) {
  .industries_wp .industries-wrap .ico-bx svg.ico1 {
    width: 55px;
  }
}
.industries_wp .industries-wrap .ico-bx svg.ico4 {
  width: 75px;
}
@media (max-width: 1366px) {
  .industries_wp .industries-wrap .ico-bx svg.ico4 {
    width: 55px;
  }
}
.industries_wp .industries-wrap .ico-bx svg.ico5 {
  width: 75px;
}
@media (max-width: 1366px) {
  .industries_wp .industries-wrap .ico-bx svg.ico5 {
    width: 55px;
  }
}
.industries_wp .industries-wrap .ico-bx svg.ico8 {
  height: 75px;
}
@media (max-width: 1366px) {
  .industries_wp .industries-wrap .ico-bx svg.ico8 {
    width: 55px;
  }
}
.industries_wp .industries-wrap .ico-bx svg.ico8 .st0 {
  fill: #f26725;
}
.industries_wp .industries-wrap .ico-bx h3,
.industries_wp .industries-wrap .ico-bx .h3 {
  text-transform: capitalize;
  margin: 15px 0 0 !important;
  min-height: 70px;
  color: #000;
  font-size: 1.5rem;
}
@media (max-width: 1680px) {
  .industries_wp .industries-wrap .ico-bx h3,
  .industries_wp .industries-wrap .ico-bx .h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1600px) {
  .industries_wp .industries-wrap .ico-bx h3,
  .industries_wp .industries-wrap .ico-bx .h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .industries_wp .industries-wrap .ico-bx h3,
  .industries_wp .industries-wrap .ico-bx .h3 {
    font-size: 1.125rem;
  }
}
@media (max-width: 991px) {
  .industries_wp .industries-wrap .ico-bx h3,
  .industries_wp .industries-wrap .ico-bx .h3 {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .industries_wp .industries-wrap .ico-bx h3,
  .industries_wp .industries-wrap .ico-bx .h3 {
    min-height: 0px;
  }
}
.industries_wp .industries-wrap .ico-bx h3:hover,
.industries_wp .industries-wrap .ico-bx .h3:hover {
  color: #f26725;
}
.industries_wp .industries-wrap .ico-bx h3 span,
.industries_wp .industries-wrap .ico-bx .h3 span {
  display: block;
}
.industries_wp .hm-industries-slider-mobile {
  display: none;
  text-align: center;
}
@media (max-width: 767px) {
  .industries_wp .hm-industries-slider-mobile {
    display: block;
  }
  .industries_wp .hm-industries-slider-mobile .ico-bx {
    border-right: dotted 1px #ddd;
    border-bottom: dotted 1px #ddd;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .industries_wp .hm-industries-slider-mobile .ico-bx {
    width: 100%;
    border: none !important;
  }
}
@media (max-width: 767px) {
  .industries_wp .hm-industries-slider-mobile .ico-bx svg {
    width: 65px;
    height: 65px;
    min-height: 75px;
  }
  .industries_wp .hm-industries-slider-mobile .ico-bx svg.ico1 {
    width: 75px;
  }
  .industries_wp .hm-industries-slider-mobile .ico-bx svg.ico4 {
    width: 75px;
  }
  .industries_wp .hm-industries-slider-mobile .ico-bx svg.ico5 {
    width: 75px;
  }
  .industries_wp .hm-industries-slider-mobile .ico-bx svg.ico8 {
    height: 75px;
  }
  .industries_wp .hm-industries-slider-mobile .ico-bx svg.ico8 .st0 {
    fill: #f26725;
  }
}
@media (max-width: 767px) {
  .industries_wp .hm-industries-slider-mobile .ico-bx h3,
  .industries_wp .hm-industries-slider-mobile .ico-bx .h3 {
    text-transform: capitalize;
    margin: 15px 0 0 !important;
    min-height: 70px;
    color: #000;
    font-size: 1.5rem;
  }
  .industries_wp .hm-industries-slider-mobile .ico-bx h3 span,
   .industries_wp .hm-industries-slider-mobile .ico-bx .h3 span {
    display: block;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .industries_wp .hm-industries-slider-mobile .ico-bx h3,
    .industries_wp .hm-industries-slider-mobile .ico-bx .h3 {
    min-height: 0px;
    margin: 15px 0 !important;
    font-size: 1.188rem;
  }
}

.our_service_wp {
  padding: 50px 0;
  background: #f5f3f8;
}
@media (max-width: 1680px) {
  .our_service_wp {
    padding: 50px 0;
  }
}
@media (max-width: 1600px) {
  .our_service_wp {
    padding: 40px 0;
  }
}
@media (max-width: 1440px) {
  .our_service_wp {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .our_service_wp {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .our_service_wp {
    padding: 10px 0;
  }
}
.our_service_wp .hm-service-slider {
  margin: 40px 0 20px;
  width: 100%;
}
@media (max-width: 1366px) {
  .our_service_wp .hm-service-slider {
    margin: 20px 0 10px;
  }
}
@media (max-width: 767px) {
  .our_service_wp .hm-service-slider {
    margin: 0px;
  }
}
.our_service_wp .hm-service-slider .slick-prev {
  left: -45px;
}
@media (max-width: 1440px) {
  .our_service_wp .hm-service-slider .slick-prev {
    left: -40px;
  }
}
@media (max-width: 1366px) {
  .our_service_wp .hm-service-slider .slick-prev {
    top: 45%;
  }
}
.our_service_wp .hm-service-slider .slick-next {
  right: -45px;
}
@media (max-width: 1440px) {
  .our_service_wp .hm-service-slider .slick-next {
    right: -40px;
  }
}
@media (max-width: 1366px) {
  .our_service_wp .hm-service-slider .slick-next {
    top: 45%;
  }
}
.our_service_wp .hm-service-slider .slick-track {
  padding-top: 10px;
  padding-bottom: 2px;
}
.our_service_wp .hm-service-slider .ser_bx {
  margin-left: 3px;
  position: relative;
  box-shadow: rgba(255, 255, 255, 0.1) -15px 13px 2px 15px;
}
@media (max-width: 1680px) {
  .our_service_wp .hm-service-slider .ser_bx {
    margin-left: 5px;
  }
}
.our_service_wp .hm-service-slider .ser_bx:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  left: 0;
  top: 0;
  z-index: 9;
}
@media (max-width: 1680px) {
  .our_service_wp .hm-service-slider .ser_bx:before {
    width: 100%;
  }
}
.our_service_wp .hm-service-slider .ser_bx figure img {
  max-width: 100%;
}
.our_service_wp .hm-service-slider .ser_bx .txt {
  position: absolute;
  z-index: 99;
  width: 100%;
  text-transform: capitalize;
  font-weight: 600;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.our_service_wp .hm-service-slider .ser_bx .txt h3 {
  color: #fff;
  padding: 0 50px !important;
}
@media (max-width: 1680px) {
  .our_service_wp .hm-service-slider .ser_bx .txt h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .our_service_wp .hm-service-slider .ser_bx .txt h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1366px) {
  .our_service_wp .hm-service-slider .ser_bx .txt h3 {
    font-size: 1.188rem;
  }
}
.our_service_wp .hm-service-slider .ser_bx .txt h3 span {
  display: block;
}
.our_service_wp .hm-service-slider .ser_bx svg {
  display: none;
  transition: all ease 0.5s;
}
.our_service_wp .hm-service-slider .ser_bx:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -110%;
  width: 100%;
  height: 100%;
  background: rgba(242, 103, 37, 0.8);
  z-index: 9;
  transition: all ease 0.5s;
}
@media (max-width: 1680px) {
  .our_service_wp .hm-service-slider .ser_bx:after {
    width: 100%;
  }
}
.our_service_wp .hm-service-slider .ser_bx:hover {
  box-shadow: rgba(0, 0, 0, 0.1) -15px 13px 2px 15px;
}
.our_service_wp .hm-service-slider .ser_bx:hover:before {
  display: none;
}
.our_service_wp .hm-service-slider .ser_bx:hover:after {
  bottom: 0;
  transition: all ease 0.5s;
}
.our_service_wp .hm-service-slider .ser_bx:hover svg {
  display: block;
  width: 40px;
  height: 40px;
  fill: #fff;
  position: absolute;
  z-index: 99;
  margin-top: 50px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  transition: all ease 0.5s;
}
@media (max-width: 1366px) {
  .our_service_wp .hm-service-slider .ser_bx:hover svg {
    width: 30px;
    height: 30px;
    top: 45%;
  }
}

.track-technology {
  background: #fff;
  padding: 60px 0;
}
@media (max-width: 1440px) {
  .track-technology {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .track-technology {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .track-technology {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .track-technology .img_box img {
    max-width: 65% !important;
  }
}
@media (max-width: 991px) {
  .track-technology .img_box img {
    max-width: 75% !important;
    border-radius: 10px !important;
  }
}
@media (max-width: 767px) {
  .track-technology .img_box img {
    max-width: 100% !important;
  }
}
.track-technology .img-track {
  width: 60% !important;
}
@media (max-width: 1199px) {
  .track-technology .img-track {
    width: 100% !important;
  }
}
.track-technology .text-track {
  padding: 50px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px !important;
  position: absolute;
  top: 60px;
  width: 55% !important;
  right: 0;
  z-index: 999;
  background: #fff;
}
@media (max-width: 1440px) {
  .track-technology .text-track {
    top: 45px;
  }
}
@media (max-width: 1366px) {
  .track-technology .text-track {
    padding: 30px !important;
    top: 60px;
  }
}
@media (max-width: 1199px) {
  .track-technology .text-track {
    position: static;
    width: 100% !important;
    padding: 15px 5px !important;
    box-shadow: none !important;
  }
}
@media (max-width: 767px) {
  .track-technology .text-track {
    padding: 15px 5px !important;
  }
}
.track-technology .text-track h3 {
  color: #f26725;
  font-size: 1.875rem;
  font-weight: 500;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 1680px) {
  .track-technology .text-track h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 1600px) {
  .track-technology .text-track h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 1366px) {
  .track-technology .text-track h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .track-technology .text-track h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .track-technology .text-track h3 {
    font-size: 1.25rem;
  }
}
.track-technology .text-track .section-title.after h2 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start;
}
@media (max-width: 1199px) {
  .track-technology .text-track .section-title.after h2 {
    display: inline-flex;
  }
}
@media (max-width: 767px) {
  .track-technology .text-track .section-title.after h2 {
    flex-flow: wrap;
  }
}
.track-technology .text-track .section-title.after h2:after {
  right: -10px;
  width: 50px;
}
@media (max-width: 1199px) {
  .track-technology .text-track .section-title.after h2:after {
    right: 35px;
    width: 35px;
  }
}
@media (max-width: 1366px) {
  .track-technology .text-track .section-title.after h2 img.alignleft {
    margin: 10px 20px 12px 0;
    max-width: 40%;
  }
}
@media (max-width: 1199px) {
  .track-technology .text-track .section-title.after h2 img.alignleft {
    margin: 10px 0 !important;
    padding: 0px;
    max-width: 42% !important;
  }
}

.optimum-security-hm {
  padding: 60px 0 0;
  background: #f5f3f8;
}
@media (max-width: 1680px) {
  .optimum-security-hm {
    padding: 50px 0;
  }
}
@media (max-width: 1440px) {
  .optimum-security-hm {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .optimum-security-hm {
    padding: 20px 0 0;
  }
}
@media (max-width: 767px) {
  .optimum-security-hm {
    padding: 15px 0 0;
  }
}
.optimum-security-hm h3 {
  color: #f26725 !important;
  font-size: 1.875rem;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
@media (max-width: 1680px) {
  .optimum-security-hm h3 {
    font-size: 1.875rem;
  }
}
@media (max-width: 1600px) {
  .optimum-security-hm h3 {
    font-size: 1.625rem;
  }
}
@media (max-width: 1366px) {
  .optimum-security-hm h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .optimum-security-hm h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .optimum-security-hm h3 {
    font-size: 1.25rem;
  }
}
.optimum-security-hm h4 {
  font-weight: 600 !important;
  text-transform: none !important;
  padding-bottom: 0 !important;
  font-size: 1.5rem;
  line-height: 27px;
}
@media (max-width: 1366px) {
  .optimum-security-hm h4 {
    font-size: 1.25rem;
    line-height: 25px;
  }
}
@media (max-width: 767px) {
  .optimum-security-hm h4 {
    font-size: 1.188rem;
    line-height: 22px;
  }
}
.optimum-security-hm .optimum-img img {
  border-radius: 10px !important;
}
@media (max-width: 991px) {
  .optimum-security-hm .optimum-img img {
    max-width: 75% !important;
  }
}
@media (max-width: 767px) {
  .optimum-security-hm .optimum-img img {
    max-width: 100% !important;
  }
}
.optimum-security-hm .optimum-txt {
  padding: 30px !important;
}
@media (max-width: 1199px) {
  .optimum-security-hm .optimum-txt {
    padding: 20px 5px !important;
  }
}
@media (max-width: 767px) {
  .optimum-security-hm .btn-wp {
    flex-flow: wrap;
  }
}
@media (max-width: 767px) {
  .optimum-security-hm .btn-wp .btn, .optimum-security-hm .btn-wp .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .optimum-security-hm .btn-wp .elementor-button,
  .optimum-security-hm .btn-wp .elementor-button-wrapper a,
  .elementor-button-wrapper .optimum-security-hm .btn-wp a {
    font-size: 0.8125rem !important;
  }
}
.optimum-security-hm .btn-wp .btn.transparent, .optimum-security-hm .btn-wp .elementor-button-wrapper .transparent.elementor-button, .elementor-button-wrapper .optimum-security-hm .btn-wp .transparent.elementor-button,
.optimum-security-hm .btn-wp .elementor-button-wrapper a.transparent,
.elementor-button-wrapper .optimum-security-hm .btn-wp a.transparent {
  background: transparent !important;
  color: #000;
  position: relative;
}
.optimum-security-hm .btn-wp .btn.transparent:after, .optimum-security-hm .btn-wp .elementor-button-wrapper .transparent.elementor-button:after, .elementor-button-wrapper .optimum-security-hm .btn-wp .transparent.elementor-button:after,
.optimum-security-hm .btn-wp .elementor-button-wrapper a.transparent:after,
.elementor-button-wrapper .optimum-security-hm .btn-wp a.transparent:after {
  content: "";
  border-bottom: solid 1px #6c6868 !important;
  width: 88%;
  left: 25px;
  bottom: 10px;
  position: absolute;
}
@media (max-width: 767px) {
  .optimum-security-hm .btn-wp .btn.transparent:after, .optimum-security-hm .btn-wp .elementor-button-wrapper .transparent.elementor-button:after, .elementor-button-wrapper .optimum-security-hm .btn-wp .transparent.elementor-button:after,
  .optimum-security-hm .btn-wp .elementor-button-wrapper a.transparent:after,
  .elementor-button-wrapper .optimum-security-hm .btn-wp a.transparent:after {
    bottom: 0px;
    width: 100%;
    left: 0;
  }
}
.optimum-security-hm .btn-wp .btn.transparent:before, .optimum-security-hm .btn-wp .elementor-button-wrapper .transparent.elementor-button:before, .elementor-button-wrapper .optimum-security-hm .btn-wp .transparent.elementor-button:before,
.optimum-security-hm .btn-wp .elementor-button-wrapper a.transparent:before,
.elementor-button-wrapper .optimum-security-hm .btn-wp a.transparent:before {
  content: "";
  width: 10px;
  height: 10px;
  right: 10px;
  top: 20px;
  position: absolute;
  border-right: solid 2px #6c6868;
  border-top: solid 2px #6c6868;
  transform: rotate(45deg);
}
@media (max-width: 1440px) {
  .optimum-security-hm .btn-wp .btn.transparent:before, .optimum-security-hm .btn-wp .elementor-button-wrapper .transparent.elementor-button:before, .elementor-button-wrapper .optimum-security-hm .btn-wp .transparent.elementor-button:before,
  .optimum-security-hm .btn-wp .elementor-button-wrapper a.transparent:before,
  .elementor-button-wrapper .optimum-security-hm .btn-wp a.transparent:before {
    width: 9px;
    height: 9px;
    top: 15px;
  }
}
@media (max-width: 767px) {
  .optimum-security-hm .btn-wp .btn.transparent, .optimum-security-hm .btn-wp .elementor-button-wrapper .transparent.elementor-button, .elementor-button-wrapper .optimum-security-hm .btn-wp .transparent.elementor-button,
  .optimum-security-hm .btn-wp .elementor-button-wrapper a.transparent,
  .elementor-button-wrapper .optimum-security-hm .btn-wp a.transparent {
    font-size: 0.875rem;
    margin-top: 15px !important;
    padding: 0 !important;
  }
}
.optimum-security-hm .btn-wp .btn.transparent:hover, .optimum-security-hm .btn-wp .elementor-button-wrapper .transparent.elementor-button:hover, .elementor-button-wrapper .optimum-security-hm .btn-wp .transparent.elementor-button:hover,
.optimum-security-hm .btn-wp .elementor-button-wrapper a.transparent:hover,
.elementor-button-wrapper .optimum-security-hm .btn-wp a.transparent:hover {
  color: #f26725;
}
@media (max-width: 767px) {
  .optimum-security-hm .btn-wp .btn.transparent:hover, .optimum-security-hm .btn-wp .elementor-button-wrapper .transparent.elementor-button:hover, .elementor-button-wrapper .optimum-security-hm .btn-wp .transparent.elementor-button:hover,
  .optimum-security-hm .btn-wp .elementor-button-wrapper a.transparent:hover,
  .elementor-button-wrapper .optimum-security-hm .btn-wp a.transparent:hover {
    color: #fff;
  }
}

.hm-tab-section {
  background: #f5f3f8;
  padding: 50px 0;
}
@media (max-width: 1680px) {
  .hm-tab-section {
    padding: 0 0 30px 0;
  }
}
@media (max-width: 1199px) {
  .hm-tab-section {
    padding: 0 0 25px 0;
  }
}
@media (max-width: 767px) {
  .hm-tab-section {
    padding: 0 0 15px 0;
  }
}

.color-box-wp .section-title.after h2 {
  margin-bottom: 20px !important;
}
@media (max-width: 1440px) {
  .color-box-wp .section-title.after h2 {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 991px) {
  .color-box-wp .section-title.after h2 {
    margin-bottom: 10px !important;
  }
}
.color-box-wp .section-title.after h2:after {
  right: -75px;
  width: 55px;
}
@media (max-width: 1199px) {
  .color-box-wp .section-title.after h2:after {
    right: -45px;
    width: 35px;
  }
}
.color-box-wp .color-box {
  color: #fff !important;
}
@media (min-width: 2561px) and (max-width: 3000px) {
  .color-box-wp .color-box {
    padding: 100px 150px 100px 50px;
    padding-right: 40%;
  }
}
@media (min-width: 2201px) and (max-width: 2560px) {
  .color-box-wp .color-box {
    padding: 100px 150px 100px 50px;
    padding-right: 40%;
  }
}
@media (min-width: 1921px) and (max-width: 2200px) {
  .color-box-wp .color-box {
    padding: 100px 150px 100px 50px;
    padding-right: 28%;
  }
}
@media (max-width: 1920px) {
  .color-box-wp .color-box {
    padding: 100px 180px 100px 50px;
  }
}
@media (max-width: 1680px) {
  .color-box-wp .color-box {
    padding: 100px 110px 100px 50px;
  }
}
@media (max-width: 1600px) {
  .color-box-wp .color-box {
    padding: 60px 95px 60px 50px;
  }
}
@media (max-width: 1440px) {
  .color-box-wp .color-box {
    padding: 40px 30px 40px 50px;
  }
}
@media (max-width: 1199px) {
  .color-box-wp .color-box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .color-box-wp .color-box {
    padding: 15px;
  }
}
.color-box-wp .color-box p {
  color: #fff !important;
}
@media (min-width: 2561px) and (max-width: 3000px) {
  .color-box-wp .color-box.orange {
    padding: 100px 50px 100px 150px;
    padding-left: 40%;
  }
}
@media (min-width: 2201px) and (max-width: 2560px) {
  .color-box-wp .color-box.orange {
    padding: 100px 50px 100px 150px;
    padding-left: 40%;
  }
}
@media (min-width: 1921px) and (max-width: 2200px) {
  .color-box-wp .color-box.orange {
    padding: 100px 50px 100px 150px;
    padding-left: 28%;
  }
}
@media (max-width: 1920px) {
  .color-box-wp .color-box.orange {
    padding: 100px 50px 100px 180px;
  }
}
@media (max-width: 1680px) {
  .color-box-wp .color-box.orange {
    padding: 100px 50px 100px 110px;
  }
}
@media (max-width: 1600px) {
  .color-box-wp .color-box.orange {
    padding: 60px 50px 60px 95px;
  }
}
@media (max-width: 1440px) {
  .color-box-wp .color-box.orange {
    padding: 40px 50px 40px 60px;
  }
}
@media (max-width: 1199px) {
  .color-box-wp .color-box.orange {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .color-box-wp .color-box.orange {
    padding: 15px;
  }
}
.color-box-wp .color-box.orange .section-title.after h2 {
  margin-bottom: 20px !important;
}
@media (max-width: 1440px) {
  .color-box-wp .color-box.orange .section-title.after h2 {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 991px) {
  .color-box-wp .color-box.orange .section-title.after h2 {
    margin-bottom: 10px !important;
  }
}
.color-box-wp .color-box.orange .section-title.after h2:after {
  background: #1a293c;
}
.color-box-wp .color-box.orange .elementor-button-wrapper .elementor-button,
.color-box-wp .color-box.orange .elementor-button-wrapper a {
  background: #1a293c !important;
}
.color-box-wp .color-box.orange .elementor-button-wrapper .elementor-button:hover,
.color-box-wp .color-box.orange .elementor-button-wrapper a:hover {
  background: #000 !important;
}

.hm-blog {
  padding: 70px 0;
}
@media (max-width: 1680px) {
  .hm-blog {
    padding: 50px 0;
  }
}
@media (max-width: 1440px) {
  .hm-blog {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .hm-blog {
    padding: 40px 0 30px;
  }
}
@media (max-width: 991px) {
  .hm-blog {
    padding: 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .hm-blog {
    padding: 10px 0;
  }
}
.hm-blog .section-title.bottom h2:after {
  bottom: -20px;
}
.hm-blog .hm-blg {
  display: flex;
  margin: 50px 0;
}
@media (max-width: 1366px) {
  .hm-blog .hm-blg {
    margin: 40px 0;
  }
}
@media (max-width: 1199px) {
  .hm-blog .hm-blg {
    margin: 30px 0 20px;
  }
}
@media (max-width: 1199px) {
  .hm-blog .hm-blg {
    margin: 40px 0 15px;
  }
}
@media (max-width: 767px) {
  .hm-blog .hm-blg {
    margin: 15px 0;
  }
}
.hm-blog .hm-blg .blg-box {
  margin: 0 20px;
  flex: 0 0 31%;
}
@media (max-width: 1199px) {
  .hm-blog .hm-blg .blg-box {
    flex: 0 0 29.5%;
    margin: 0 10px;
  }
}
@media (max-width: 991px) {
  .hm-blog .hm-blg .blg-box {
    flex: 0 0 28%;
  }
}
.hm-blog .hm-blg .blg-box .blg-img {
  min-height: 325px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f0eef3;
}
@media (max-width: 1440px) {
  .hm-blog .hm-blg .blg-box .blg-img {
    min-height: 300px;
  }
}
@media (max-width: 1366px) {
  .hm-blog .hm-blg .blg-box .blg-img {
    min-height: 275px;
  }
}
.hm-blog .hm-blg .blg-box h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 15px 0 !important;
}
@media (max-width: 1600px) {
  .hm-blog .hm-blg .blg-box h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .hm-blog .hm-blg .blg-box h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .hm-blog .hm-blg .blg-box h3 {
    font-size: 1.188rem;
  }
}
@media (max-width: 767px) {
  .hm-blog .hm-blg .blg-box h3 {
    margin: 5px 0 0 !important;
  }
}
.hm-blog .hm-blg .blg-box h3 a {
  color: #000;
}
.hm-blog .hm-blg .blg-box h3 a:hover {
  color: #f26725;
}
.hm-blog .hm-blg .blg-box h3 span {
  display: block;
  font-size: 1.75rem;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .hm-blog .hm-blg .blg-box h3 span {
    font-size: 1.5rem;
  }
}
@media (max-width: 1440px) {
  .hm-blog .hm-blg .blg-box h3 span {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .hm-blog .hm-blg .blg-box h3 span {
    font-size: 1.188rem;
  }
}
@media (max-width: 1199px) {
  .hm-blog .hm-blg .blg-box h3 span {
    display: inline;
  }
}
.hm-blog .hm-blg .blg-box p {
  font-size: 1.188rem;
  font-weight: 500;
  padding: 0 !important;
}
@media (max-width: 1600px) {
  .hm-blog .hm-blg .blg-box p {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .hm-blog .hm-blg .blg-box p {
    font-size: 0.9375rem;
  }
}
.hm-blog .hm-blg .blg-box p a {
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
}
.hm-blog .hm-blg .blg-box p a:hover {
  color: #f26725;
}
.hm-blog .hm-blg .blg-box p span {
  font-size: 1.188rem;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .hm-blog .hm-blg .blg-box p span {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .hm-blog .hm-blg .blg-box p span {
    font-size: 0.9375rem;
  }
}
.hm-blog .hm-blg .blg-box p span a {
  text-transform: none;
  font-weight: 500;
}

.hm-tesimonials {
  padding: 0;
  background: #f8f6fc;
}
.hm-tesimonials .section-title h2 {
  font-size: 3.688rem;
  font-family: "Barlow", sans-serif;
  line-height: 55px;
  font-weight: 400 !important;
  text-transform: capitalize;
  margin: 0px !important;
  padding: 0 !important;
  position: relative;
}
.hm-tesimonials .section-title h2 span {
  font-weight: 600 !important;
}
@media (max-width: 1680px) {
  .hm-tesimonials .section-title h2 {
    line-height: 55px;
    font-size: 2.938rem;
  }
}
@media (max-width: 1440px) {
  .hm-tesimonials .section-title h2 {
    line-height: 45px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .hm-tesimonials .section-title h2 {
    margin-bottom: 0px !important;
    font-size: 2.188rem;
  }
}
@media (max-width: 767px) {
  .hm-tesimonials .section-title h2 {
    line-height: 35px;
    font-size: 1.75rem;
  }
}
.hm-tesimonials .section-title h2 a:hover {
  color: #f26725 !important;
}
.hm-tesimonials .width100 {
  position: relative;
}
.hm-tesimonials .width100 .elementor-widget-wrap.elementor-element-populated {
  padding: 0 10px !important;
}
@media (max-width: 1199px) {
  .hm-tesimonials .width100 {
    display: none;
  }
}
.hm-tesimonials .width100 .man-img-testi {
  margin-top: 175px;
}
@media (max-width: 1199px) {
  .hm-tesimonials .width100 img {
    max-width: 25% !important;
  }
}
.hm-tesimonials .hm-testi {
  width: 70%;
  padding: 100px 150px;
  position: relative;
}
@media (max-width: 1600px) {
  .hm-tesimonials .hm-testi {
    width: 75%;
    padding: 100px;
  }
}
@media (max-width: 1440px) {
  .hm-tesimonials .hm-testi {
    padding: 80px 90px;
  }
}
@media (max-width: 1280px) {
  .hm-tesimonials .hm-testi {
    padding: 60px 90px;
  }
}
@media (max-width: 1199px) {
  .hm-tesimonials .hm-testi {
    width: 100%;
    padding: 50px 50px 50px 150px;
  }
}
@media (max-width: 991px) {
  .hm-tesimonials .hm-testi {
    width: 100%;
    padding: 50px 50px 50px 120px;
  }
}
@media (max-width: 767px) {
  .hm-tesimonials .hm-testi {
    padding: 10px 5px;
  }
}
.hm-tesimonials .hm-testi:after {
  content: "";
  position: absolute;
  width: 99px;
  height: 81px;
  left: 0;
  top: 115px;
  background: url(assets/images/qtp.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1600px) {
  .hm-tesimonials .hm-testi:after {
    width: 79px;
    height: 61px;
  }
}
@media (max-width: 1199px) {
  .hm-tesimonials .hm-testi:after {
    left: 35px;
    top: 70px;
  }
}
@media (max-width: 767px) {
  .hm-tesimonials .hm-testi:after {
    display: none;
  }
}
.hm-tesimonials .hm-testi:before {
  content: "";
  position: absolute;
  width: 99px;
  height: 81px;
  right: 120px;
  bottom: 115px;
  background: url(assets/images/qtb.png) no-repeat;
  background-size: cover;
}
@media (max-width: 1600px) {
  .hm-tesimonials .hm-testi:before {
    width: 79px;
    height: 61px;
    right: 50px;
    bottom: 75px;
  }
}
@media (max-width: 991px) {
  .hm-tesimonials .hm-testi:before {
    bottom: 55px;
  }
}
@media (max-width: 767px) {
  .hm-tesimonials .hm-testi:before {
    display: none;
  }
}
.hm-tesimonials .hm-testi .test-slide {
  margin: 20px 0 0;
}
.hm-tesimonials .hm-testi p {
  font-size: 1.188rem;
  font-weight: 400;
}
.hm-tesimonials .hm-testi figure {
  display: flex;
  justify-content: baseline;
  align-items: baseline;
  margin-bottom: 15px !important;
}
.hm-tesimonials .hm-testi figure h4 {
  margin-left: 20px !important;
  color: #000;
}
@media (max-width: 1600px) {
  .hm-tesimonials .hm-testi figure h4 {
    font-size: 1.25rem;
  }
}
.hm-tesimonials .hm-testi .author {
  display: flex;
  margin: 50px 0 0 10px;
}
@media (max-width: 767px) {
  .hm-tesimonials .hm-testi .author {
    flex-flow: wrap;
    margin: 20px 0 0 10px;
  }
}
.hm-tesimonials .hm-testi .author .name {
  background: #f26725;
  margin-right: 40px;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .hm-tesimonials .hm-testi .author .name {
    margin: 0px 50px 10px 0;
  }
}
.hm-tesimonials .hm-testi .author .name:after {
  position: absolute;
  width: 75px;
  height: 75px;
  background: #eaeaea;
  border-radius: 50%;
  z-index: -1;
}
.hm-tesimonials .hm-testi .author h3 {
  color: #000;
}
@media (max-width: 1600px) {
  .hm-tesimonials .hm-testi .author h3 {
    font-size: 1.5rem;
  }
}
.hm-tesimonials .hm-testi .author h3 span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1600px) {
  .hm-tesimonials .hm-testi .author h3 span {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .hm-tesimonials .hm-testi .author h3 span {
    font-size: 1rem;
  }
}
.hm-tesimonials .hm-testi .slick-next {
  top: 35%;
}
@media (max-width: 1600px) {
  .hm-tesimonials .hm-testi .slick-next {
    right: -62px;
  }
}
.hm-tesimonials .hm-testi .slick-prev {
  top: 35%;
}
@media (max-width: 1600px) {
  .hm-tesimonials .hm-testi .slick-prev {
    left: -62px;
  }
}

.trust-box-wp {
  padding: 40px 0 50px 0;
  background: #fff;
  display: block;
}
@media (max-width: 991px) {
  .trust-box-wp {
    display: none;
  }
}
.trust-box-wp .section-title.elementor-widget:not(:last-child) {
  margin-bottom: 40px !important;
}
.trust-box-wp .section-title.bottom h2 {
  font-size: 3.688rem;
  font-family: "Barlow", sans-serif;
  line-height: 55px;
  font-weight: 400 !important;
  text-transform: capitalize;
  margin: 0px !important;
  padding: 0 !important;
  position: relative;
  display: inline-block;
}
.trust-box-wp .section-title.bottom h2 span {
  font-weight: 600 !important;
}
@media (max-width: 1680px) {
  .trust-box-wp .section-title.bottom h2 {
    line-height: 55px;
    font-size: 2.938rem;
  }
}
@media (max-width: 1440px) {
  .trust-box-wp .section-title.bottom h2 {
    line-height: 45px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .trust-box-wp .section-title.bottom h2 {
    margin-bottom: 0px !important;
    font-size: 2.188rem;
  }
}
@media (max-width: 767px) {
  .trust-box-wp .section-title.bottom h2 {
    line-height: 35px;
    font-size: 1.75rem;
  }
}
.trust-box-wp .section-title.bottom h2 a:hover {
  color: #f26725 !important;
}
.trust-box-wp .section-title.bottom:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  border-radius: 3px;
  background: #f26725;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1199px) {
  .trust-box-wp .section-title.bottom:after {
    left: 50%;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .trust-box-wp .section-title.bottom:after {
    display: none;
  }
}
.trust-box-wp .logo-bx .bxwp {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  margin: 15px 0 !important;
}

.trustedby {
  padding: 70px 0;
  background: #fff;
  display: block;
}
@media (max-width: 1680px) {
  .trustedby {
    padding: 50px 0 0;
  }
}
@media (max-width: 1440px) {
  .trustedby {
    padding: 30px 0 0;
  }
}

.trusted-slider-mb {
  display: block;
  padding: 20px 0;
  background: #fff;
  display: block;
}
.trusted-slider-mb .section-title.elementor-widget:not(:last-child) {
  margin-bottom: 40px !important;
}
@media (max-width: 1199px) {
  .trusted-slider-mb .section-title.elementor-widget:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
.trusted-slider-mb .section-title.bottom h2 {
  font-size: 3.688rem;
  font-family: "Barlow", sans-serif;
  line-height: 55px;
  font-weight: 400 !important;
  text-transform: capitalize;
  margin: 0px !important;
  padding: 0 !important;
  position: relative;
}
.trusted-slider-mb .section-title.bottom h2 span {
  font-weight: 600 !important;
}
@media (max-width: 1680px) {
  .trusted-slider-mb .section-title.bottom h2 {
    line-height: 55px;
    font-size: 2.938rem;
  }
}
@media (max-width: 1440px) {
  .trusted-slider-mb .section-title.bottom h2 {
    line-height: 45px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .trusted-slider-mb .section-title.bottom h2 {
    margin-bottom: 0px !important;
    font-size: 2.188rem;
  }
}
@media (max-width: 767px) {
  .trusted-slider-mb .section-title.bottom h2 {
    line-height: 35px;
    font-size: 1.75rem;
  }
}
.trusted-slider-mb .section-title.bottom h2 a:hover {
  color: #f26725 !important;
}
.trusted-slider-mb .section-title.bottom h2:after {
  bottom: -20px;
}
.trusted-slider-mb .trusted-slider {
  display: flex !important;
  flex-flow: wrap !important;
  justify-content: center;
  align-items: center;
  margin: 20px 0 50px;
}
@media (max-width: 1440px) {
  .trusted-slider-mb .trusted-slider {
    margin: 20px 0 20px;
  }
}
@media (max-width: 767px) {
  .trusted-slider-mb .trusted-slider {
    margin: 0;
  }
}
.trusted-slider-mb .trusted-slider figure {
  flex: 0 0 20% !important;
  margin: 25px 0 !important;
  text-align: center;
}
@media (max-width: 767px) {
  .trusted-slider-mb .trusted-slider figure {
    flex: 0 0 100% !important;
    margin: 15px 0 !important;
  }
}
@media (max-width: 767px) {
  .trusted-slider-mb .trusted-slider .slick-slide {
    background: #f5f3f8;
    padding: 10px !important;
    min-height: 130px !important;
    display: inline-flex !important;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .trusted-slider-mb .trusted-slider .slick-slide img {
    margin: 0 auto !important;
  }
}

.hm-faq-wp {
  padding: 70px 0;
  background: #f8f6fc;
}
@media (max-width: 1680px) {
  .hm-faq-wp {
    padding: 50px 0;
  }
}
@media (max-width: 1440px) {
  .hm-faq-wp {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .hm-faq-wp {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .hm-faq-wp {
    padding: 15px 0;
  }
}
.hm-faq-wp .section-title.after h2:after {
  right: -70px;
  width: 50px;
}
@media (max-width: 1199px) {
  .hm-faq-wp .section-title.after h2:after {
    right: -45px;
    width: 35px;
  }
}
.hm-faq-wp .container {
  display: flex;
}
.hm-faq-wp .man-img {
  width: 30%;
  border-radius: 5px;
  overflow: hidden;
}
.hm-faq-wp .man-img img {
  border-radius: 5px !important;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hm-faq-wp .man-img {
    display: none;
  }
}
.hm-faq-wp .faq-box {
  width: 70%;
  padding: 0 0 0 50px !important;
}
@media (max-width: 1199px) {
  .hm-faq-wp .faq-box {
    padding: 0 15px !important;
  }
}
@media (max-width: 991px) {
  .hm-faq-wp .faq-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hm-faq-wp .faq-box {
    padding: 0px !important;
  }
}
.hm-faq-wp .faq-box.inner {
  width: 100%;
  padding: 0px !important;
}

.home_form.bot {
  margin: 70px 0;
}
@media (max-width: 1600px) {
  .home_form.bot {
    margin: 50px 0;
  }
}
@media (max-width: 1440px) {
  .home_form.bot {
    margin: 50px 0 50px;
  }
}
@media (max-width: 1199px) {
  .home_form.bot {
    margin: 30px 0 30px;
  }
}
@media (max-width: 767px) {
  .home_form.bot {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  .home_form.bot .elementor-widget-wrap.elementor-element-populated {
    background-size: cover !important;
  }
}
.home_form .home_bot_form {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.home_form .home_bot_form .section-title-div .elementor-heading-title {
  color: #000;
}
.home_form .home_bot_form input {
  border-radius: 3px;
  border: solid 1px #ddd;
}
.home_form .home_bot_form textarea {
  border: solid 1px #ddd;
}
.home_form .home_bot_form input[type=submit]:hover {
  background: #000;
  color: #fff;
}

/* ===========================
Blog Styles
=========================== */
.blog-wrap {
  padding: 175px 0 0;
}
@media (max-width: 767px) {
  .blog-wrap {
    padding: 170px 0 0;
  }
}
.blog-wrap .container {
  display: flex;
}
.blog-wrap .blog-left-wrap {
  max-width: 70%;
  flex: 0 0 70.5%;
  margin-right: 20px;
}
@media (max-width: 1199px) {
  .blog-wrap .blog-left-wrap {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0px;
  }
}
.blog-wrap .blog-right-wrap {
  max-width: 30%;
  flex: 0 0 29%;
}
@media (max-width: 1199px) {
  .blog-wrap .blog-right-wrap {
    max-width: 50%;
    flex: 0 0 50%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .blog-wrap .blog-right-wrap {
    max-width: 70%;
    flex: 0 0 70%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .blog-wrap .blog-right-wrap {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 auto;
  }
}
.blog-wrap .blog-top-box {
  margin: 0 0 20px;
  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  border: solid 1px #ddd;
  padding: 20px;
}
@media (max-width: 767px) {
  .blog-wrap .blog-top-box {
    flex-flow: wrap;
  }
}
.blog-wrap .blog-top-box .top-featured-img {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-wrap .blog-top-box .blg-text {
  width: 100%;
  text-align: left;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .blog-wrap .blog-top-box .blg-text {
    position: static;
    padding: 10px;
  }
}
.blog-wrap .blog-top-box .blg-text h2 {
  font-weight: 500;
  margin: 15px 0 !important;
  padding: 0 !important;
  color: #000;
  font-size: 2.688rem;
  line-height: 40px;
}
@media (max-width: 1199px) {
  .blog-wrap .blog-top-box .blg-text h2 {
    font-size: 2.188rem;
  }
}
.blog-wrap .blog-top-box .blg-text h2 a {
  color: #000;
}
.blog-wrap .blog-top-box .blg-text h2 a:hover {
  color: #f26725;
}
.blog-wrap .blog-top-box .blg-text h2:before {
  display: none;
}
.blog-wrap .blog-top-box .blg-text .blg-tp {
  display: flex;
}
.blog-wrap .blog-top-box .blg-text .blg-tp .author {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 20px;
  font-weight: 500;
  color: #f26725;
}
.blog-wrap .blog-top-box .blg-text .blg-tp .author a {
  color: #f26725;
}
.blog-wrap .blog-top-box .blg-text .blg-tp .author a:hover {
  color: #000;
}
.blog-wrap .blog-top-box .blg-text .blg-tp .calender {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  font-weight: 500;
  color: #f26725;
}
.blog-wrap .blog-top-box .blg-text p {
  padding: 0 !important;
}
.blog-wrap .blog-top-box .blg-text a {
  font-weight: 600;
}
.blog-wrap .blog-text-box-wrap {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.blog-wrap .blog-box {
  width: 48%;
  margin: 0 10px 20px 0;
  flex: 0 0 49%;
}
@media (max-width: 1600px) {
  .blog-wrap .blog-box {
    flex: 0 0 48.9%;
  }
}
@media (max-width: 1366px) {
  .blog-wrap .blog-box {
    flex: 0 0 48.8%;
  }
}
@media (max-width: 1280px) {
  .blog-wrap .blog-box {
    flex: 0 0 48.7%;
  }
}
@media (max-width: 768px) {
  .blog-wrap .blog-box {
    flex: 0 0 100%;
  }
}
.blog-wrap .blog-box:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .blog-wrap .blog-box {
    width: 100%;
    margin: 0 0 20px;
  }
}
.blog-wrap .blog-box .blg-tp {
  display: flex;
}
.blog-wrap .blog-box .blg-tp .author {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 20px;
  font-weight: 500;
  color: #f26725;
}
.blog-wrap .blog-box .blg-tp .author a {
  color: #f26725;
}
.blog-wrap .blog-box .blg-tp .author a:hover {
  color: #000;
}
.blog-wrap .blog-box .blg-tp .calender {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  font-weight: 500;
  color: #f26725;
}
.blog-wrap .blog-box h3 {
  font-size: 2.5rem !important;
  font-weight: 500;
  line-height: 35px;
}
.blog-wrap .blog-box h3:hover {
  color: #f26725;
}
.blog-wrap .blog-box p {
  font-weight: 300;
}
.blog-wrap .blog-box p a {
  color: #000;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .blog-wrap .blog-box p a {
    display: block;
  }
}
.blog-wrap .blog-box p a:hover {
  color: #f26725;
}
.blog-wrap .blog-box figure img {
  width: 100%;
}
.blog-wrap .blog-box .blg-text {
  padding: 35px 35px 10px;
}
@media (max-width: 767px) {
  .blog-wrap .blog-box .blg-text {
    padding: 10px;
  }
}
.blog-wrap .blog-box .blg-text p {
  margin: 10px 0 15px;
  padding: 0;
  font-weight: 300;
}
.blog-wrap .blog-box .blg-text p a {
  font-weight: 600;
  color: #fff;
}
.blog-wrap .blog-box .blg-text p a:hover {
  color: #f26725;
}
.blog-wrap .sidebar-single {
  margin: 35% 0 0;
}
@media (max-width: 1440px) {
  .blog-wrap .sidebar-single {
    margin: 40% 0 0;
  }
}
@media (max-width: 1199px) {
  .blog-wrap .sidebar-single {
    margin: 55% 0 0;
  }
}
@media (max-width: 768px) {
  .blog-wrap .sidebar-single {
    margin: 20px 0 0;
  }
}
.blog-wrap aside {
  width: 100%;
  float: right;
}
@media (max-width: 1366px) {
  .blog-wrap aside {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .blog-wrap aside {
    width: 100%;
  }
}
.blog-wrap aside .blg-right {
  padding: 25px 35px;
  background: #161616;
}
@media (max-width: 1366px) {
  .blog-wrap aside .blg-right {
    padding: 25px 35px;
  }
}
.blog-wrap aside .h3 {
  border-bottom: solid 2px #5c5c5c;
  font-weight: 500;
  font-size: 2.5rem;
  padding: 0 0 10px;
  color: #fff;
}
.blog-wrap aside .h3 a {
  color: #fff;
}
@media (max-width: 1366px) {
  .blog-wrap aside .h3 {
    font-size: 1.625rem;
  }
}
.blog-wrap aside .h3 a {
  color: #000;
}
.blog-wrap aside .box {
  margin: 0 0 30px 10px;
  width: 100%;
}
@media (max-width: 1199px) {
  .blog-wrap aside .box {
    margin-left: 0;
  }
}
.blog-wrap aside .box.rss {
  margin: 20px 0 0 0;
}
.blog-wrap aside .box ul li {
  list-style: none;
  padding: 10px 20px 10px 20px;
  position: relative;
}
.blog-wrap aside .box ul li a {
  color: #c1c1c1;
  font-size: 1.188rem;
}
.blog-wrap aside .box ul li a:hover {
  color: #f26725;
}
.blog-wrap aside .box ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f26725;
  left: 0;
  top: 18px;
  position: absolute;
}
.blog-wrap aside .box .btns {
  width: 100%;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  background: url(assets/images/rss.png) 45px 20px no-repeat #f26725;
  text-align: left;
  padding: 25px 30px 25px 70px !important;
}
.blog-wrap aside .box .btns:hover {
  background-color: #000;
}
@media (max-width: 1440px) {
  .blog-wrap aside .box .btns {
    font-size: 1.188rem;
    text-align: left;
    padding-left: 70px;
    background: url(assets/images/rss.png) 35px 20px no-repeat #f26725;
  }
}
@media (max-width: 1280px) {
  .blog-wrap aside .box .btns {
    font-size: 1rem;
    text-align: left;
    padding-left: 70px;
    background: url(assets/images/rss.png) 35px 20px no-repeat #f26725;
  }
}
@media (max-width: 1199px) {
  .blog-wrap aside .box .btns {
    font-size: 1.188rem;
    width: 100%;
    background: url(assets/images/rss.png) 40px 15px no-repeat #f26725;
    background-size: 7%;
  }
}
@media (max-width: 768px) {
  .blog-wrap aside .box .btns {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-wrap aside .box .btns {
    max-width: 100%;
    background: url(assets/images/rss.png) 180px 15px no-repeat #f26725;
    background-size: 4%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .blog-wrap aside .box .btns {
    background: url(assets/images/rss.png) 40px 15px no-repeat #f26725;
    background-size: 7%;
  }
}
.blog-wrap .blog-left-wrap.details .blog-top-box {
  flex-flow: wrap;
  background: #000;
  justify-content: flex-start;
}
.blog-wrap .blog-left-wrap.details .blog-top-box .blg-text {
  position: static;
}
.blog-wrap .blog-left-wrap.details .blog-top-box .blg-text h1 {
  font-size: 3.125rem;
}
.blog-wrap .blog-left-wrap.details .blog-top-box .blg-text .author {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
  font-weight: 500;
  color: #fff;
  width: 19% !important;
}
.blog-wrap .blog-left-wrap.details .blog-top-box .blg-text .author:before {
  position: absolute;
  content: "";
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background: url(assets/images/author.png) no-repeat;
}
@media (max-width: 1366px) {
  .blog-wrap .blog-left-wrap.details .blog-top-box .blg-text .author {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .blog-wrap .blog-left-wrap.details .blog-top-box .blg-text .author {
    width: 40% !important;
  }
}
@media (max-width: 767px) {
  .blog-wrap .blog-left-wrap.details .blog-top-box .blg-text .author {
    width: 100% !important;
  }
}
.blog-wrap .blog-left-wrap.details .blog-top-box .blg-text .author a {
  color: #fff;
}
.blog-wrap .blog-left-wrap.details .blog-top-box .blg-text .author a:hover {
  color: #f26725;
}
.blog-wrap .blog-left-wrap.details .blog-top-box .blg-text .calender {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  font-weight: 500;
  color: #fff;
  width: 37%;
  text-align: left;
}
.blog-wrap .blog-left-wrap.details .blog-top-box .blg-text .calender:before {
  position: absolute;
  content: "";
  left: -15px;
  top: 3px;
  width: 17px;
  height: 17px;
  background: url(assets/images/calender.png) no-repeat;
}
@media (max-width: 1366px) {
  .blog-wrap .blog-left-wrap.details .blog-top-box .blg-text .calender {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .blog-wrap .blog-left-wrap.details .blog-top-box .blg-text .calender {
    width: 58%;
  }
}
@media (max-width: 767px) {
  .blog-wrap .blog-left-wrap.details .blog-top-box .blg-text .calender {
    width: 100% !important;
    margin: 5px 0 0 15px;
    padding: 0 0 0 15px;
  }
}
.blog-wrap .shre {
  width: 25%;
  text-align: right;
  font-weight: 500;
  font-size: 1.25rem;
  display: flex;
  float: right;
}
@media (max-width: 1440px) {
  .blog-wrap .shre {
    width: 30%;
  }
}
@media (max-width: 1199px) {
  .blog-wrap .shre {
    width: 35%;
    font-size: 1.188rem;
  }
}
@media (max-width: 767px) {
  .blog-wrap .shre {
    width: 80%;
    font-size: 1.188rem;
    float: left;
    margin: 10px 0 0;
  }
}
.blog-wrap .shre .social-box-bot {
  display: flex;
  margin: 5px 0 0;
}
.blog-wrap .shre .social-box-bot .sc-box {
  width: 25px;
  height: 25px;
  position: relative;
  margin: 0 8px 0;
}
.blog-wrap .shre .social-box-bot .sc-box:first-child {
  margin-left: 0;
}
.blog-wrap .shre .social-box-bot .sc-box svg {
  position: absolute;
  fill: #f26725;
  width: 20px;
  height: 20px;
}
.blog-wrap .shre .social-box-bot .sc-box svg:hover {
  fill: #000;
}

.leave-cmnt {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .leave-cmnt .container {
    margin: 0;
  }
}
.leave-cmnt .container .tw-row {
  margin-left: -15px;
  margin-right: -15px;
}
.leave-cmnt .tw-col-md-4.last {
  margin-right: 0;
}
.leave-cmnt .tw-col-md-4.last .input-holder {
  width: 100%;
}
.leave-cmnt h4 {
  color: #656d78;
  font-weight: 500;
  font-size: 1.25rem;
  margin: 0 0 20px;
}
.leave-cmnt .input-holder {
  width: 95%;
}
.leave-cmnt .input-holder.textarea {
  width: 100%;
}
@media (max-width: 768px) {
  .leave-cmnt .input-holder {
    width: 100%;
  }
}
.leave-cmnt input {
  border: solid 1px #ddd;
  padding: 10px 15px;
}
.leave-cmnt textarea {
  border: solid 1px #ddd;
  padding: 10px 15px;
}
.leave-cmnt input[type=submit] {
  float: right;
  text-transform: none;
  font-size: 1.625rem;
  text-transform: none;
  padding: 15px 40px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .leave-cmnt input[type=submit] {
    padding: 10px 30px;
    font-size: 1.063rem;
  }
}

.cmnts-wrap {
  margin: 30px 0;
}
.cmnts-wrap .cmts {
  color: #000;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
  font-size: 1.25rem;
  float: left;
}
.cmnts-wrap .cmts:after {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  background: url(../images/comment.png) no-repeat;
  width: 21px;
  height: 18px;
}
@media (max-width: 1366px) {
  .cmnts-wrap .cmts:after {
    top: 4px;
  }
}
.cmnts-wrap .cmts.bot {
  display: block;
  width: 100%;
  float: none;
}
.cmnts-wrap .avatar-post-wrp {
  list-style: none;
}
.cmnts-wrap .avatar-post-wrp li {
  display: block;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 15px;
  border-bottom: solid 1px #ddd;
}
.cmnts-wrap .avatar-post-wrp li:last-child {
  border-bottom: none;
}

.whyoptim {
  padding: 0px 0px 70px 0px;
}
@media (max-width: 991px) {
  .whyoptim {
    padding: 0px 0px 15px 0px;
  }
}
@media (max-width: 579px) {
  .whyoptim {
    padding: 0px 0px 15px 0px;
  }
}
.whyoptim h2 {
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.whyoptim h3 {
  color: #f26725 !important;
  font-weight: 500 !important;
  padding-bottom: 0px !important;
}
@media (max-width: 475px) {
  .whyoptim h3 {
    font-size: 16px;
  }
}
.whyoptim h5 {
  font-size: 26px !important;
  font-weight: 600 !important;
  padding-bottom: 15px !important;
}
@media (max-width: 1024px) {
  .whyoptim h5 {
    font-size: 19px !important;
  }
}
@media (max-width: 995px) {
  .whyoptim h5 {
    font-size: 15px !important;
  }
}
.whyoptim p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.team-left {
  padding: 0px;
}
@media (max-width: 991px) {
  .team-left {
    min-height: 515px;
  }
}
@media (max-width: 575px) {
  .team-left {
    min-height: 424px;
  }
}

.our-team {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.our-team h2 {
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.our-team h2:after {
  display: none !important;
}
.our-team h4 {
  font-weight: 500 !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
  color: #000 !important;
  text-transform: none;
  font-size: 1.5rem;
}
@media (max-width: 475px) {
  .our-team h4 {
    font-size: 1.1rem;
  }
}

@media (max-width: 2560px) {
  .conta-11 {
    width: 35% !important;
  }
}
@media (max-width: 1990px) {
  .conta-11 {
    width: 23% !important;
  }
}
@media (max-width: 1600px) {
  .conta-11 {
    width: 15% !important;
  }
}

@media (max-width: 2560px) {
  .conta-21 {
    width: 57% !important;
  }
}
@media (max-width: 1990px) {
  .conta-21 {
    width: 78.5% !important;
  }
}
@media (max-width: 1600px) {
  .conta-21 {
    width: 87.5% !important;
  }
}

.careers {
  padding: 213px 0px;
  background: #1a293c;
}
@media (max-width: 1024px) {
  .careers {
    padding: 130px 0px;
  }
}
@media (max-width: 991px) {
  .careers {
    padding: 18px 0px;
  }
}
@media (max-width: 2560px) {
  .careers .conta-1 {
    width: 40% !important;
  }
}
@media (max-width: 1990px) {
  .careers .conta-1 {
    width: 23% !important;
  }
}
@media (max-width: 1600px) {
  .careers .conta-1 {
    width: 13% !important;
  }
}
@media (max-width: 991px) {
  .careers .conta-1 {
    width: 5% !important;
  }
}
@media (max-width: 475px) {
  .careers .conta-1 {
    width: 100% !important;
  }
}
@media (max-width: 2560px) {
  .careers .conta-2 {
    width: 50% !important;
  }
}
@media (max-width: 1990px) {
  .careers .conta-2 {
    width: 78.5% !important;
  }
}
@media (max-width: 1600px) {
  .careers .conta-2 {
    width: 84.5% !important;
  }
}
@media (max-width: 475px) {
  .careers .conta-2 {
    width: 100% !important;
  }
}
.careers h2 {
  color: #fff !important;
  font-weight: 600 !important;
  padding-bottom: 0px;
}
.careers h2:after {
  display: none !important;
}
.careers p {
  color: #fff !important;
}

.career-right {
  padding: 0px;
}
@media (max-width: 991px) {
  .career-right {
    min-height: 515px;
  }
}
@media (max-width: 575px) {
  .career-right {
    min-height: 424px;
  }
}

.diversity h2 {
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.diversity h5 {
  font-weight: 500 !important;
  margin-bottom: 15px !important;
  padding-bottom: 0px !important;
  color: #000 !important;
  text-transform: none;
  font-size: 1.5rem;
}
@media (max-width: 475px) {
  .diversity h5 {
    font-size: 1.2rem;
  }
}

.costomized h2 {
  color: #fff !important;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.costomized h5 {
  color: #fff !important;
  font-size: 25px !important;
  font-weight: 500 !important;
}
@media (max-width: 991px) {
  .costomized h5 {
    font-size: 20px !important;
  }
}
@media (max-width: 557px) {
  .costomized h5 {
    margin-bottom: -25px !important;
    font-size: 12px !important;
  }
}
.costomized .butn-blue a {
  background: #1a293c !important;
}
.costomized .butn-blue a:hover {
  color: #000 !important;
  background: #fff !important;
}

.abot-faq h2:after {
  display: none !important;
}

@media (max-width: 2560px) {
  .mission .conta-1 {
    width: 47% !important;
  }
}
@media (max-width: 1990px) {
  .mission .conta-1 {
    width: 23% !important;
  }
}
@media (max-width: 1600px) {
  .mission .conta-1 {
    width: 17% !important;
  }
}
@media (max-width: 991px) {
  .mission .conta-1 {
    width: 5% !important;
  }
}
@media (max-width: 2560px) {
  .mission .conta-2 {
    width: 50% !important;
  }
}
@media (max-width: 1990px) {
  .mission .conta-2 {
    width: 78.5% !important;
  }
}
@media (max-width: 1600px) {
  .mission .conta-2 {
    width: 85% !important;
  }
}
@media (max-width: 991px) {
  .mission .conta-2 {
    width: 88% !important;
  }
}
.mission h2 {
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  padding-bottom: 0px !important;
}
.mission h2:after {
  display: none !important;
}

@media (max-width: 991px) {
  .misionvl {
    min-height: 350px;
  }
}

.srv-content ul {
  margin-top: 28px !important;
}
.srv-content ul li {
  font-size: 0.875rem;
  padding: 10px 0 0px 26px;
}
.srv-content ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  width: 21px;
  height: 22px;
}

.serv-li-ul ul {
  margin-bottom: 57px;
  margin: 0px 0px 31px;
}
.serv-li-ul ul li {
  background: #0070a1;
  padding: 33px 0px !important;
  display: inline;
  position: relative;
  margin: 12px 13px;
  border-radius: 5px;
}
.serv-li-ul ul li :hover {
  background: #000;
  border-radius: 5px;
}
.serv-li-ul ul li a {
  color: #fff !important;
  font-size: 22px;
  width: 22%;
  text-align: center;
  position: relative;
  padding: 29px 0px;
  font-weight: 500;
}
.serv-li-ul ul li a:before {
  position: absolute;
  content: "";
  width: 39px;
  height: 36px;
  left: auto;
  right: auto;
  /*top: 18px;*/
  margin: -3px -33px;
  background-size: 78%;
}
.serv-li-ul ul li:after {
  content: "";
  background: none !important;
}

@media only screen and (max-width: 1190px) {
  .serv-li-ul ul {
    /*margin-bottom: 53px;*/
    margin: 0px 11px 24px;
  }
  .serv-li-ul ul li {
    margin: 12px 12px;
    padding: 19px 0px !important;
  }
  .serv-li-ul ul li a {
    font-size: 15px;
    padding: 20px 0px;
  }
  .serv-li-ul ul li a:before {
    left: auto;
    margin: -2px -24px;
    background-size: 60%;
  }
}
@media only screen and (max-width: 920px) {
  .serv-li-ul ul {
    margin: 0px 0px 18px;
  }
  .serv-li-ul ul li {
    margin: 10px 7px;
    padding: 13px 0px 18px !important;
  }
  .serv-li-ul ul li a {
    font-size: 12px;
    padding: 18px 0px;
  }
  .serv-li-ul ul li a:before {
    margin: -2px -20px;
    background-size: 49%;
  }
}
@media only screen and (max-width: 720px) {
  .serv-li-ul ul {
    margin-bottom: 12px;
  }
  .serv-li-ul ul li {
    margin: 9px 4px;
    padding: 12px 0px 17px !important;
  }
  .serv-li-ul ul li a {
    font-size: 12px;
    padding: 18px 0px;
  }
  .serv-li-ul ul li a:before {
    left: auto;
    top: 19px;
    background-size: 63%;
    width: 25px;
    height: 27px;
  }
}
@media only screen and (max-width: 520px) {
  .serv-li-ul ul {
    margin-bottom: 11px;
  }
  .serv-li-ul ul li {
    margin: 9px 64px;
    padding: 0px 0px !important;
    display: block;
  }
  .serv-li-ul ul li a {
    font-size: 15px;
    width: 100%;
  }
  .serv-li-ul ul li a:before {
    left: auto;
    margin: 1px -20px;
    background-size: 60%;
  }
}
.testimons .testimonials-warp {
  display: block;
}
.testimons .testimonials-warp .test-box {
  max-width: 100%;
  margin-left: 0px;
  margin-top: 17px;
}
.testimons .testimonials-warp .test-box .author-wrap h5 {
  color: #403f3f;
}
.testimons .before-tle span:after {
  background: #0070a1;
}

.blog-wrap {
  padding: 190px 0 0 !important;
}
@media (min-width: 1200px) {
  .blog-wrap {
    padding: 185px 0 0 !important;
  }
}
@media (min-width: 1550px) {
  .blog-wrap {
    padding: 192px 0 0 !important;
  }
}
@media (min-width: 1650px) {
  .blog-wrap {
    padding: 217px 0 0 !important;
  }
}
@media (max-width: 1199px) {
  .blog-wrap {
    padding: 176px 0 0 !important;
  }
}
@media (max-width: 991px) {
  .blog-wrap {
    padding: 174px 0 0 !important;
  }
}
@media (max-width: 767px) {
  .blog-wrap {
    padding: 185px 0 0 !important;
  }
}
@media (max-width: 375px) {
  .blog-wrap {
    padding: 162px 0 0 !important;
  }
}
@media (max-width: 375px) {
  .blog-wrap {
    padding: 200px 0 0 !important;
  }
}
.blog-wrap .container {
  display: flex;
}
@media (max-width: 991px) {
  .blog-wrap .container {
    flex-wrap: wrap;
  }
}
.blog-wrap h2, .blog-wrap h3, .blog-wrap h4, .blog-wrap h5, .blog-wrap h6 {
  margin-top: 15px !important;
}
.blog-wrap h2 a, .blog-wrap h3 a, .blog-wrap h4 a, .blog-wrap h5 a, .blog-wrap h6 a {
  color: #f26725;
}
.blog-wrap h2 a:hover, .blog-wrap h3 a:hover, .blog-wrap h4 a:hover, .blog-wrap h5 a:hover, .blog-wrap h6 a:hover {
  color: #000;
}
.blog-wrap p {
  margin: 15px 0 0 !important;
}
@media (max-width: 575px) {
  .blog-wrap p {
    margin: 0px 0 0 !important;
  }
}
.blog-wrap p a {
  color: #f26725;
}
.blog-wrap p a:hover {
  color: #000;
}
.blog-wrap .blog-left-wrap {
  max-width: 70% !important;
  margin-right: 40px !important;
}
@media (max-width: 991px) {
  .blog-wrap .blog-left-wrap {
    max-width: 100% !important;
    margin-right: 0px !important;
  }
}
.blog-wrap .blog-left-wrap .navigation {
  text-align: right;
}
.blog-wrap h1 {
  margin-bottom: 15px !important;
  font-size: 2.8rem;
}
@media (max-width: 1600px) {
  .blog-wrap h1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .blog-wrap h1 {
    font-size: 1.8rem;
  }
}
.blog-wrap h2 {
  font-size: 2.2rem;
}
.blog-wrap .blog-top-box {
  width: 99% !important;
  margin-top: 0px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  -o-border-image: initial;
     border-image: initial;
  padding: 20px;
}
@media (max-width: 575px) {
  .blog-wrap .blog-top-box {
    padding: 10px;
    flex-wrap: wrap;
  }
}
.blog-wrap .blog-top-box .blg-text {
  width: 75%;
  padding-left: 30px;
}
@media (max-width: 1024px) {
  .blog-wrap .blog-top-box .blg-text {
    padding: 0 11px !important;
  }
}
@media (max-width: 527px) {
  .blog-wrap .blog-top-box .blg-text {
    padding: 0 3px !important;
    width: 98%;
  }
}
.blog-wrap .blog-top-box .blg-text h2 {
  font-size: 1.9rem !important;
  line-height: 1.2;
}
@media (max-width: 1600px) {
  .blog-wrap .blog-top-box .blg-text h2 {
    font-size: 1.6rem !important;
  }
}
@media (max-width: 1024px) {
  .blog-wrap .blog-top-box .blg-text h2 {
    font-size: 1.5rem !important;
    line-height: 26px;
    margin: 4px 0 !important;
  }
}
@media (max-width: 575px) {
  .blog-wrap .blog-top-box .blg-text h2 {
    line-height: 19px;
    font-size: 1.2rem !important;
  }
}
.blog-wrap .blog-top-box .blg-text h2 a {
  color: #1a293c;
}
.blog-wrap .blog-top-box .blg-text h2 a:hover {
  color: #f26725;
}
.blog-wrap .blog-top-box .blg-text .blg-tp {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center;
}
.blog-wrap .blog-top-box .blg-text .blg-tp .first {
  display: flex;
  height: 23px;
}
.blog-wrap .blog-top-box .blg-text .blg-tp .first .author {
  padding: 0 0px 0 0px !important;
}
@media (max-width: 575px) {
  .blog-wrap .blog-top-box .blg-text .blg-tp .first .author {
    padding: 0 0px 0 0px;
  }
}
.blog-wrap .blog-top-box .blg-text .blg-tp .first figure {
  padding-right: 8px;
}
@media (max-width: 1366px) {
  .blog-wrap .blog-top-box .blg-text .blg-tp .first figure {
    padding-right: 3px;
  }
}
@media (max-width: 475px) {
  .blog-wrap .blog-top-box .blg-text .blg-tp .first figure {
    display: none;
  }
}
@media (max-width: 1024px) {
  .blog-wrap .blog-top-box .blg-text .blg-tp .first a {
    font-size: 14px;
  }
}
.blog-wrap .blog-top-box .blg-text .blg-tp .secnd {
  display: flex;
  margin-left: 20px;
}
.blog-wrap .blog-top-box .blg-text .blg-tp .secnd span {
  color: #f26725;
  padding-left: 10px;
}
@media (max-width: 1024px) {
  .blog-wrap .blog-top-box .blg-text .blg-tp .secnd span {
    padding-left: 5px;
    font-size: 14px;
  }
}
@media (max-width: 475px) {
  .blog-wrap .blog-top-box .blg-text .blg-tp .secnd figure {
    display: none;
  }
}
.blog-wrap .blog-top-box .blg-text .blg-tp h2 {
  font-size: 2rem !important;
}
.blog-wrap .blog-top-box .blg-text .blg-tp p {
  margin-bottom: 12px !important;
}
.blog-wrap .blog-top-box .blg-text .blg-tp a {
  color: #f26725 !important;
}
.blog-wrap .blog-top-box .blg-text .blg-tp a:hover {
  color: #132124 !important;
}
.blog-wrap .blog-top-box .top-featured-img {
  max-width: 100% !important;
  background-color: #d3d3d3;
  height: 317px;
  align-items: center;
  display: flex;
  flex: 0 0 50%;
}
@media (max-width: 575px) {
  .blog-wrap .blog-top-box .top-featured-img {
    flex: 0 0 100%;
    height: 243px;
    margin-bottom: 20px;
  }
}
.blog-wrap .blog-top-box .top-featured-img img {
  width: 100% !important;
}
.blog-wrap .blog-text-box-wrap {
  width: 100% !important;
  display: flex !important;
  flex-flow: inherit !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.blog-wrap .blog-text-box-wrap .blog-box {
  width: 45% !important;
}
.blog-wrap .blog-text-box-wrap .blog-box .blg-featured-bot {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  background: #f1f1f1 !important;
  height: 280px !important;
  overflow: hidden !important;
}
.blog-wrap .blog-text-box-wrap .blog-box .blg-text {
  padding: 25px 25px 10px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  min-height: 365px;
}
.blog-wrap .blog-text-box-wrap .blog-box .blg-text .blg-tp {
  display: flex !important;
  justify-content: flex-start !important;
}
.blog-wrap .blog-text-box-wrap .blog-box .blg-text .blg-tp figure {
  height: 19px;
  width: 19px;
}
.blog-wrap .blog-text-box-wrap .blog-box .blg-text .blg-tp .first {
  display: flex;
  width: 50%;
}
@media (max-width: 475px) {
  .blog-wrap .blog-text-box-wrap .blog-box .blg-text .blg-tp .first figure {
    display: none !important;
  }
}
.blog-wrap .blog-text-box-wrap .blog-box .blg-text .blg-tp .first a {
  color: #f26725 !important;
}
.blog-wrap .blog-text-box-wrap .blog-box .blg-text .blg-tp .secnd {
  display: flex;
  width: 50%;
  justify-content: flex-end;
}
@media (max-width: 475px) {
  .blog-wrap .blog-text-box-wrap .blog-box .blg-text .blg-tp .secnd figure {
    display: none !important;
  }
}
.blog-wrap .blog-text-box-wrap .blog-box .blg-text .blg-tp h2 {
  font-size: 2rem !important;
}
.blog-wrap .blog-text-box-wrap .blog-box .blg-text .blg-tp p {
  margin-bottom: 12px !important;
}
.blog-wrap .blog-right {
  width: 30%;
}
@media (max-width: 991px) {
  .blog-wrap .blog-right {
    width: 100%;
    margin-bottom: 20px;
  }
}
.blog-wrap .blog-right .blog-sdbar .blg-right {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
  padding: 25px 35px !important;
  background: none !important;
}
.blog-wrap .blog-right .blog-sdbar .blg-right .blg-box ul li {
  list-style: none;
  padding: 10px 20px 10px 25px;
  position: relative;
}
.blog-wrap .blog-right .blog-sdbar .blg-right .blg-box ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f26725;
  left: 0;
  top: 18px;
  position: absolute;
}
.blog-wrap .blog-right .blog-sdbar .blg-right .blg-box ul li a {
  color: #132124 !important;
}
.blog-wrap .blog-right .blog-sdbar .blg-right .blg-box ul li a:hover {
  color: #f26725 !important;
}
.blog-wrap .blog-right .blog-sdbar .blg-right .blg-box h2 {
  margin-bottom: 15px !important;
}
.blog-wrap .blog-right .blog-sdbar .rss {
  margin-top: 18px;
}
.blog-wrap .blog-right .blog-sdbar .rss a {
  width: 100%;
  text-transform: none;
  font-size: 1.5rem;
  font-weight: 500;
  background: url(assets/images/rss.png) 30px 20px no-repeat #f26725;
  padding: 15px 30px 15px 64px;
  color: #fff;
}
.blog-wrap .blog-right .blog-sdbar .rss a:hover {
  background: url(assets/images/rss.png) 30px 20px no-repeat #000 !important;
}
@media (max-width: 1024px) {
  .blog-wrap .blog-right .blog-sdbar .rss a:hover {
    background: url(assets/images/rss.png) 13px 13px no-repeat #000 !important;
  }
}
@media (max-width: 1440px) {
  .blog-wrap .blog-right .blog-sdbar .rss a {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .blog-wrap .blog-right .blog-sdbar .rss a {
    padding: 15px 19px 15px 44px;
    font-size: 1.1rem;
    background: url(assets/images/rss.png) 16px 14px no-repeat #f26725;
  }
}
@media (max-width: 991px) {
  .blog-wrap .blog-right .blog-sdbar .rss a {
    font-size: 1.1rem;
  }
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (max-width: 1024px) {
  .row {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}

.blog_wrap .row {
  margin-left: 0px !important;
}
.blog_wrap .single-left {
  width: 65%;
  margin-right: 65px;
}
@media (max-width: 1440px) {
  .blog_wrap .single-left {
    margin-right: 53px;
  }
}
@media (max-width: 1024px) {
  .blog_wrap .single-left {
    margin-right: 32px;
  }
}
@media (max-width: 991px) {
  .blog_wrap .single-left {
    width: 100%;
    margin-right: 5px;
  }
}
@media (max-width: 571px) {
  .blog_wrap .single-left {
    width: 100%;
  }
}
.blog_wrap .single-left .blog-meta {
  display: flex;
}
@media (max-width: 475px) {
  .blog_wrap .single-left .blog-meta {
    flex-direction: column;
  }
}
.blog_wrap .single-left .blog-meta .left-author {
  margin-right: 20px;
}
.blog_wrap .single-left .blockWrapper .cnapper .featruredFig {
  background: #F0EEF3 !important;
  height: 308px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .blog_wrap .single-left .blockWrapper .cnapper .featruredFig {
    height: auto;
    margin-bottom: 20px;
  }
}
.blog_wrap .single-left .blockWrapper .cnapper p {
  margin: 15px 0px;
}
.blog_wrap .single-left .blockWrapper .cnapper h2 {
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .blog_wrap .single-left .blockWrapper .cnapper h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 1024px) {
  .blog_wrap .single-left .blockWrapper .cnapper h2 {
    font-size: 1.5rem;
  }
}
.blog_wrap .single-left .blockWrapper .cnapper ul li {
  list-style: none;
  padding: 10px 20px 10px 25px;
  position: relative;
}
.blog_wrap .single-left .blockWrapper .cnapper ul li:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f26725;
  left: 0;
  top: 21px;
  position: absolute;
}
.blog_wrap .single-left .blockWrapper .cnapper ul li a {
  color: #f26725 !important;
}
.blog_wrap .single-left .blockWrapper .cnapper ul li a:hover {
  color: #000 !important;
}
.blog_wrap .single-left .blockWrapper .cnapper ul li h2, .blog_wrap .single-left .blockWrapper .cnapper ul li h3, .blog_wrap .single-left .blockWrapper .cnapper ul li h4, .blog_wrap .single-left .blockWrapper .cnapper ul li h5, .blog_wrap .single-left .blockWrapper .cnapper ul li h6 {
  margin-top: 0px !important;
}
.blog_wrap .single-left .blockWrapper .cnapper ol li {
  padding: 10px 20px 10px 5px;
  position: relative;
  margin-left: 5px;
  list-style: auto;
}
.blog_wrap .single-left .blockWrapper .cnapper ol li a {
  color: #f26725 !important;
}
.blog_wrap .single-left .blockWrapper .cnapper ol li a:hover {
  color: #000 !important;
}
.blog_wrap .single-left .blg-form {
  padding: 40px;
  margin-top: 30px;
  border: 1px solid #ccc;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .blog_wrap .single-left .blg-form {
    padding: 20px;
  }
}
.blog_wrap .single-left .blg-form .input-holder {
  width: 100%;
}
.blog_wrap .single-left .blg-form h3 {
  margin-bottom: 15px !important;
}
.blog_wrap .single-left .blg-form textarea {
  width: 100%;
  margin-bottom: 0;
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 15px 15px 8px 15px;
  border-radius: 0;
  border: 1px solid #cccccc;
  height: 120px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  outline: none;
}
.blog_wrap .single-left .blg-form input[type=text], .blog_wrap .single-left .blg-form [type=email] {
  width: 100%;
  margin-bottom: 15px;
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 15px 8px 15px;
  border-radius: 0;
  border: 1px solid #cccccc;
  height: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  outline: none;
}
.blog_wrap .single-left .blg-form input[type=url] {
  width: 100%;
  margin-bottom: 15px;
  color: #272727;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 8px 15px 8px 15px;
  border-radius: 0;
  border: 1px solid #cccccc;
  height: 50px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  outline: none;
}
.blog_wrap .single-left .blg-form input[type=submit] {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.5px;
  background-color: #f26725;
  align-items: center;
  margin-top: 15px !important;
  border: 0 !important;
  box-shadow: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.125rem;
  display: inline-flex;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  padding: 15px 25px;
}
.blog_wrap .single-left .blg-form input[type=submit]:hover {
  background: #121f30;
}
@media (max-width: 991px) {
  .blog_wrap .single-left .blg-form input[type=submit] {
    font-size: 1rem;
  }
}
.blog_wrap .single-left .blg-form .comment-form-author {
  width: 50%;
  float: left;
}
@media (max-width: 571px) {
  .blog_wrap .single-left .blg-form .comment-form-author {
    width: 100%;
  }
}
.blog_wrap .single-left .blg-form .comment-form-email {
  width: 50%;
  float: left;
}
@media (max-width: 571px) {
  .blog_wrap .single-left .blg-form .comment-form-email {
    width: 100%;
  }
}
.blog_wrap .single-left .blg-form .form-submit {
  text-align: right;
  padding-right: 10px;
}
.blog_wrap .single-right {
  width: 30%;
}
@media (max-width: 991px) {
  .blog_wrap .single-right {
    width: 34px;
  }
}
@media (max-width: 571px) {
  .blog_wrap .single-right {
    width: 100px;
  }
}
.blog_wrap .single-right .blog-right {
  width: 100%;
}

.footer .container .boxes .ft-sc h6 {
  margin-top: 0px !important;
}

@media (min-width: 768px) {
  .elementor-1172 {
    margin-top: 40px !important;
  }
}
@media (min-width: 992px) {
  .elementor-1172 {
    margin-top: 42px !important;
  }
}
@media (max-width: 767px) {
  .elementor-1172 {
    margin-top: 30px !important;
  }
}
@media (max-width: 352px) {
  .elementor-1172 {
    margin-top: 60px !important;
  }
}

.footer {
  background: #121f30;
  padding: 70px 0 0;
}
@media (max-width: 1440px) {
  .footer {
    padding: 35px 0 0;
  }
}
@media (max-width: 1199px) {
  .footer {
    padding: 20px 0 0;
  }
}
.footer .container {
  display: flex;
}
@media (max-width: 1199px) {
  .footer .container {
    flex-flow: wrap;
  }
}
.footer .container .logo-ft {
  flex: 0 0 38%;
}
@media (max-width: 1199px) {
  .footer .container .logo-ft {
    flex: 0 0 100%;
    justify-content: center;
    text-align: center;
  }
}
.footer .container .logo-ft figure {
  margin: 0 0 20px;
}
@media (max-width: 1199px) {
  .footer .container .logo-ft figure {
    margin: 0 0 10px;
  }
}
@media (max-width: 1199px) {
  .footer .container .logo-ft figure img {
    max-width: 20%;
  }
  .footer .container .logo-ft .flex-cent figure img {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .footer .container .logo-ft figure img {
    max-width: 25%;
  }
  .footer .container .logo-ft .flex-cent figure img {
    max-width: 90%;
  }
}
@media (max-width: 768px){
.flex-cent figure {
    width: 80px;
}
.footer .container .logo-ft .flex-cent figure img {
  max-width: 25%;
}
}
@media (max-width: 767px) {
  .footer .container .logo-ft figure img {
    max-width: 40%;
  }
  .footer .container .logo-ft .flex-cent figure img {
    max-width: 40%;
  }
}
@media (max-width: 991px) {
  .footer .container .logo-ft figure + figure img {
    max-width: 80%;
  }
}
@media (max-width: 1199px) {
  .footer .container .logo-ft {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .flex-cent {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 40px !important;
  }
  .flex-cent figure {
    width: 100px !important;
  }
  .footer .container .logo-ft figure img {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .footer .container .logo-ft {
    flex-wrap: wrap !important;
  }
  .flex-cent {
    gap: 12px !important;
  }
}
.footer .container .boxes {
  color: #fff;
  flex: 0 0 22%;
}
@media (max-width: 1199px) {
  .footer .container .boxes {
    flex: 0 0 30%;
  }
}
@media (max-width: 767px) {
  .footer .container .boxes {
    flex: 0 0 100%;
  }
}
.footer .container .boxes h5 {
  padding: 0 !important;
  margin: 0 0 5px !important;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .footer .container .boxes h5 {
    font-size: 1.25rem !important;
    margin: 15px 0 10px !important;
  }
}
.footer .container .boxes .ft-sc {
  display: flex;
  margin: 15px 0 0;
}
.footer .container .boxes .ft-sc h6 {
  font-size: 1.063rem;
}
.footer .container .boxes .ft-sc .social-top-icons {
  display: inline;
  margin-left: 15px;
}
.footer .container .boxes .ft-sc .social-top-icons svg {
  fill: #fff;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.footer .container .boxes .ft-sc .social-top-icons svg:hover {
  fill: #f26725;
}
.footer .container .boxes p {
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.9375rem !important;
}
.footer .container .boxes p span {
  display: block;
}
.footer .container .boxes p a {
  color: #fff;
}
.footer .container .boxes ul li {
  padding: 5px 0;
  font-size: 0.9375rem !important;
}
.footer .container .boxes ul li.abt-bt {
  position: relative;
}
.footer .container .boxes ul li.abt-bt:after {
  position: absolute;
  content: "";
  right: 200px;
  top: 15px;
  width: 50px;
  height: 1px;
  background: #fff;
}
@media (max-width: 1680px) {
  .footer .container .boxes ul li.abt-bt:after {
    right: 160px;
  }
}
@media (max-width: 1440px) {
  .footer .container .boxes ul li.abt-bt:after {
    right: 140px;
    width: 40px;
  }
}
@media (max-width: 1199px) {
  .footer .container .boxes ul li.abt-bt:after {
    right: 160px;
    width: 40px;
  }
}
@media (max-width: 991px) {
  .footer .container .boxes ul li.abt-bt:after {
    right: 110px;
  }
}
@media (max-width: 767px) {
  .footer .container .boxes ul li.abt-bt:after {
    right: 230px;
  }
}
.footer .container .boxes ul li.abt-bt a {
  font-weight: 600;
}
.footer .container .boxes ul li.abt-bt a ul li a {
  font-weight: 400 !important;
}
.footer .container .boxes ul li.abt-bt ul li a {
  font-weight: 400;
}
.footer .container .boxes ul li a {
  color: #fff;
}
.footer .container .boxes ul li a:hover {
  color: #f26725;
}
.footer .container .boxes ul li ul {
  margin-top: 5px !important;
}
.footer .copy {
  padding: 40px 0;
  text-align: center;
  background: #091422;
  margin: 50px 0 0;
}
@media (max-width: 1440px) {
  .footer .copy {
    padding: 20px 0;
    margin: 30px 0 0;
  }
}
@media (max-width: 1199px) {
  .footer .copy {
    padding: 15px 0;
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .footer .copy {
    padding: 10px 0;
    margin: 15px 0 0;
  }
}
.footer .copy p {
  color: #fff;
  font-size: 0.9375rem !important;
}

@media (max-width: 767px) {
  .foot-mbnav ul li {
    position: relative;
  }
  .foot-mbnav ul li.submenu i {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 5px;
    cursor: pointer;
    transition: all ease 0.5s;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .foot-mbnav ul li.submenu i:after {
    content: "+";
    font-style: normal;
    font-size: 25px;
    font-weight: 500;
    line-height: 15px;
    transition: all ease 0.5s;
  }
  .foot-mbnav ul li ul {
    display: none;
  }
  .foot-mbnav.show-menu-ft ul li.submenu i:after {
    content: "-";
    font-style: normal;
    font-size: 25px;
    font-weight: 500;
    line-height: 15px;
    transition: all ease 0.5s;
  }
  .foot-mbnav.show-menu-ft ul li ul {
    display: block;
  }
}
.footer ul li.current_page_item a,
.footer ul li.current-menu-item a {
  color: #f26725 !important;
  font-weight: 600 !important;
}

.footer ul li.current_page_item ul li a,
.footer ul li.current-menu-item ul li a {
  color: #fff !important;
  font-weight: 400 !important;
}

.footer ul li.current-menu-ancestor a, .footer ul li.current-page-parent a, .footer ul li.current-page-ancestor a,
.footer ul li.current-page-parent a, .footer ul li.current_page_ancestor a {
  color: #f26725 !important;
  font-weight: 600 !important;
}

.footer ul li.current-menu-ancestor ul li a, .footer ul li.current-page-parent ul li a, .footer ul li.current-page-ancestor ul li a,
.footer ul li.current-page-parent ul li a, .footer ul li.current_page_ancestor ul li a {
  color: #fff !important;
  font-weight: 400 !important;
}

.footer ul li.current-menu-ancestor ul li.current-menu-item a, .footer ul li.current-page-parent ul li.current-menu-item a, .footer ul li.current-page-ancestor ul li.current-menu-item a,
.footer ul li.current-page-parent ul li.current-menu-item a, .footer ul li.current_page_ancestor ul li.current-menu-item a {
  color: #f26725 !important;
  font-weight: 600 !important;
}

/* ===========================
Inner Pages
=========================== */
@media (max-width: 1199px) {
  .common-flex .elementor-container {
    flex-flow: wrap !important;
  }
}

.common-space-top {
  padding: 70px 0 0 !important;
}
@media (max-width: 1366px) {
  .common-space-top {
    padding: 50px 0 0 !important;
  }
}
@media (max-width: 1199px) {
  .common-space-top {
    padding: 25px 0 0 !important;
  }
}
.common-space-top.bottom-space {
  padding-bottom: 70px !important;
}
@media (max-width: 1366px) {
  .common-space-top.bottom-space {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1199px) {
  .common-space-top.bottom-space {
    padding-bottom: 25px !important;
  }
}

.bottom-space {
  padding-bottom: 70px !important;
}
@media (max-width: 1366px) {
  .bottom-space {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1199px) {
  .bottom-space {
    padding-bottom: 25px !important;
  }
}

.blockk {
  display: block;
}
@media (max-width: 1440px) {
  .blockk {
    display: inline;
  }
}

.block {
  display: block;
}
@media (max-width: 1199px) {
  .block {
    display: inline;
  }
}

.left_img {
  margin: 0 40px 30px 0;
}
@media (max-width: 1199px) {
  .left_img {
    width: 100% !important;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 767px) {
  .left_img {
    width: 100% !important;
    margin: 0 0 10px 0;
  }
}

@media (max-width: 1199px) {
  .width100 {
    max-width: 100% !important;
    width: 100% !important;
  }
}

h2 {
  font-weight: 600 !important;
}

.section-title.bottom .elementor-heading-title {
  display: inline-block;
  font-weight: 400 !important;
  text-transform: capitalize;
  margin: 0 0 20px !important;
  padding: 0 !important;
  position: relative;
  line-height: 55px;
  font-size: 2.538rem;
}
@media (max-width: 1680px) {
  .section-title.bottom .elementor-heading-title {
    line-height: 55px;
    font-size: 2.338rem;
  }
}
@media (max-width: 1440px) {
  .section-title.bottom .elementor-heading-title {
    line-height: 50px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .section-title.bottom .elementor-heading-title {
    margin-bottom: 0px !important;
    font-size: 1.75rem;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .section-title.bottom .elementor-heading-title {
    line-height: 35px;
    font-size: 1.625rem;
  }
}
.section-title.bottom .elementor-heading-title:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 4px;
  border-radius: 3px;
  background: #f26725;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1199px) {
  .section-title.bottom .elementor-heading-title:after {
    left: 50%;
    width: 50px;
  }
}
@media (max-width: 767px) {
  .section-title.bottom .elementor-heading-title:after {
    display: none;
  }
}
.section-title.bottom .elementor-heading-title span {
  font-weight: 600 !important;
}
.section-title.after h2 {
  display: inline-block;
}
.section-title.after h2:after {
  content: "";
  position: absolute;
  right: -50px;
  width: 50px;
  height: 4px;
  top: 50%;
  border-radius: 3px;
  background: #f26725;
}
@media (max-width: 1199px) {
  .section-title.after h2:after {
    right: -45px;
    width: 35px;
  }
}
@media (max-width: 767px) {
  .section-title.after h2:after {
    display: none;
  }
}
.section-title h1 {
  font-size: 3.75rem;
  font-family: "Barlow", sans-serif;
  line-height: 70px;
  margin: 0px !important;
  padding: 0 !important;
  color: #1a293c !important;
  font-weight: 600 !important;
}
.section-title h1 span {
  font-weight: 600 !important;
}
@media (max-width: 1680px) {
  .section-title h1 {
    line-height: 60px;
    font-size: 3.125rem;
  }
}
@media (max-width: 1440px) {
  .section-title h1 {
    line-height: 55px;
    font-size: 2.813rem;
  }
}
@media (max-width: 1199px) {
  .section-title h1 {
    margin-bottom: 0px !important;
    font-size: 2.188rem;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    line-height: 40px;
    font-size: 1.875rem;
  }
}
.section-title h1 a:hover {
  color: #f26725 !important;
}
.section-title h2 {
  font-size: 2.338rem;
  font-family: "Barlow", sans-serif;
  line-height: 45px;
  font-weight: 600 !important;
  text-transform: capitalize;
  margin: 0px !important;
  padding: 0 !important;
  position: relative;
}
.section-title h2 span {
  font-weight: 600 !important;
}
@media (max-width: 1680px) {
  .section-title h2 {
    line-height: 55px;
    font-size: 2.338rem;
  }
}
@media (max-width: 1440px) {
  .section-title h2 {
    line-height: 50px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .section-title h2 {
    margin-bottom: 0px !important;
    font-size: 1.75rem;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    line-height: 30px;
    font-size: 1.5rem;
  }
}
.section-title h2 a:hover {
  color: #f26725 !important;
}
.section-title h2 {
  font-size: 2.338rem;
  font-family: "Barlow", sans-serif;
  line-height: 45px;
  font-weight: 600 !important;
  text-transform: capitalize;
  margin: 0px !important;
  padding: 0 !important;
  position: relative;
}
.section-title h2 span {
  font-weight: 600 !important;
}
@media (max-width: 1680px) {
  .section-title h2 {
    line-height: 55px;
    font-size: 2.338rem;
  }
}
@media (max-width: 1440px) {
  .section-title h2 {
    line-height: 50px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .section-title h2 {
    margin-bottom: 0px !important;
    font-size: 1.75rem;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    line-height: 30px;
    font-size: 1.5rem;
  }
}
.section-title h2 a:hover {
  color: #f26725 !important;
}

.brad-crump {
  margin: 15px 0;
  position: relative;
  z-index: 99;
}
.brad-crump ul li {
  display: inline;
  position: relative;
  color: #f26725;
  padding: 0 30px 0 0;
  font-size: 0.9375rem !important;
}
.brad-crump ul li a {
  color: #000;
}
.brad-crump ul li a:hover {
  color: #f26725;
}
.brad-crump ul li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: solid 1px #000;
  border-top: solid 1px #000;
  right: 12px;
  top: 7px;
  transform: rotate(45deg);
}
.brad-crump ul li:last-child:after {
  display: none;
}

@media (min-width: 1200px) {
  .site_map_wp {
    margin-top: 195px !important;
  }
}
@media (min-width: 1550px) {
  .site_map_wp {
    margin-top: 205px !important;
  }
}
@media (min-width: 1650px) {
  .site_map_wp {
    margin-top: 230px !important;
  }
}
@media (max-width: 1199px) {
  .site_map_wp {
    margin-top: 190px !important;
  }
}
@media (max-width: 767px) {
  .site_map_wp {
    margin-top: 200px !important;
  }
}
@media (max-width: 375px) {
  .site_map_wp {
    margin-top: 175px !important;
  }
}
@media (max-width: 366px) {
  .site_map_wp {
    margin-top: 205px !important;
  }
}
@media (max-width: 352px) {
  .site_map_wp {
    margin-top: 230px !important;
  }
}
.site_map_wp h1 {
  text-transform: capitalize;
  margin: 30px 0 !important;
  font-size: 3.75rem;
}
@media (max-width: 1680px) {
  .site_map_wp h1 {
    line-height: 60px;
    font-size: 3.125rem;
  }
}
@media (max-width: 1440px) {
  .site_map_wp h1 {
    line-height: 50px;
    font-size: 2.813rem;
  }
}
@media (max-width: 1199px) {
  .site_map_wp h1 {
    margin-bottom: 0px !important;
    font-size: 2.188rem;
  }
}
@media (max-width: 767px) {
  .site_map_wp h1 {
    line-height: 40px;
    font-size: 1.875rem;
  }
}

.search_page_wp {
  margin-top: 220px !important;
}
@media (max-width: 1199px) {
  .search_page_wp {
    margin-top: 170px !important;
  }
}
.search_page_wp h1 {
  margin: 15px 0 !important;
  font-size: 3.75rem;
}
@media (max-width: 1680px) {
  .search_page_wp h1 {
    line-height: 60px;
    font-size: 3.125rem;
  }
}
@media (max-width: 1440px) {
  .search_page_wp h1 {
    line-height: 50px;
    font-size: 2.813rem;
  }
}
@media (max-width: 1199px) {
  .search_page_wp h1 {
    margin-bottom: 0px !important;
    font-size: 2.188rem;
  }
}
@media (max-width: 767px) {
  .search_page_wp h1 {
    line-height: 40px;
    font-size: 1.875rem;
  }
}
.search_page_wp .search-result-wrap {
  margin-bottom: 20px !important;
  border-bottom: solid 1px #ddd;
  padding-bottom: 20px !important;
}
.search_page_wp .search-result-wrap h2 {
  margin-bottom: 15px !important;
}
@media (max-width: 1600px) {
  .search_page_wp .search-result-wrap h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 1200px) {
  .search_page_wp .search-result-wrap h2 {
    font-size: 2.188rem;
    margin-bottom: 5px !important;
  }
}
@media (max-width: 768px) {
  .search_page_wp .search-result-wrap h2 {
    font-size: 1.875rem;
  }
}
.search_page_wp .search-result-wrap h2 a {
  color: #000;
}
.search_page_wp .search-result-wrap h2 a:hover {
  color: #f26725;
}

ul.commonul {
  margin-bottom: 15px !important;
}
ul.commonul li {
  display: block;
  position: relative;
  color: #f26725;
  padding: 3px 30px 3px 35px;
  color: #000;
}
ul.commonul li a {
  color: #f26725;
}
ul.commonul li a:hover {
  color: #000;
}
ul.commonul li:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 12px;
  top: 12px;
  background: #f26725;
}
@media (max-width: 1366px) {
  ul.commonul li:after {
    top: 10px;
  }
}

ol {
  margin-left: 15px !important;
}
ol li {
  padding: 5px 10px 5px 20px;
  list-style: decimal;
}

.common-hover-box-listingpage {
  margin: 50px;
  display: flex;
  flex-flow: wrap;
  justify-content: start;
  align-items: center;
  align-content: center;
}
@media (max-width: 1680px) {
  .common-hover-box-listingpage {
    margin: 30px 0;
  }
}
.common-hover-box-listingpage .common-hover-box {
  flex: 0 0 32%;
  margin: 0 10px 20px 10px;
  max-width: 32%;
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 560px;
}
.common-hover-box-listingpage .common-hover-box:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
@media (max-width: 1680px) {
  .common-hover-box-listingpage .common-hover-box {
    flex: 0 0 32%;
    max-width: 32%;
    height: 445px;
  }
}
@media (max-width: 1440px) {
  .common-hover-box-listingpage .common-hover-box {
    height: 415px;
    flex: 0 0 31.9%;
    max-width: 31.9%;
  }
}
@media (max-width: 1366px) {
  .common-hover-box-listingpage .common-hover-box {
    height: 395px;
    flex: 0 0 31.8%;
    max-width: 31.8%;
  }
}
@media (max-width: 1280px) {
  .common-hover-box-listingpage .common-hover-box {
    height: 375px;
  }
}
@media (max-width: 1199px) {
  .common-hover-box-listingpage .common-hover-box {
    height: 300px;
    flex: 0 0 31.3%;
    max-width: 31.3%;
  }
}
@media (max-width: 991px) {
  .common-hover-box-listingpage .common-hover-box {
    height: 300px;
    flex: 0 0 47%;
    max-width: 47%;
  }
}
@media (max-width: 767px) {
  .common-hover-box-listingpage .common-hover-box {
    height: 300px;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 10px;
  }
}
.common-hover-box-listingpage .common-hover-box img {
  transform: scale(1);
  transition: all ease 0.5s;
}
.common-hover-box-listingpage .common-hover-box h2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  text-transform: capitalize;
  z-index: 99;
  font-size: 2.188rem;
  text-align: center;
  width: 100%;
  transition: all ease 0.5s;
  line-height: 40px;
}
.common-hover-box-listingpage .common-hover-box h2 span {
  display: block;
}
@media (max-width: 1680px) {
  .common-hover-box-listingpage .common-hover-box h2 {
    font-size: 1.875rem;
    line-height: 35px;
  }
}
@media (max-width: 1440px) {
  .common-hover-box-listingpage .common-hover-box h2 {
    font-size: 1.75rem;
  }
}
@media (max-width: 1366px) {
  .common-hover-box-listingpage .common-hover-box h2 {
    font-size: 1.625rem;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .common-hover-box-listingpage .common-hover-box h2 {
    font-size: 1.5rem;
  }
}
.common-hover-box-listingpage .common-hover-box:hover img {
  transition: all ease 0.5s;
  transform: scale(1.1);
}
.common-hover-box-listingpage .common-hover-box:hover h2 {
  color: #f26725;
  top: 48%;
  transition: all ease 0.5s;
}

.thq_title {
  padding-bottom: 0 !important;
  font-weight: 700;
  font-size: 65px;
}
.thq_title span {
  color: #f26725;
}

.thq_cont {
  font-weight: 400;
  font-size: 25px !important;
  color: black;
}

.error_title {
  padding-bottom: 0 !important;
  font-size: 65px;
  font-weight: 600;
}

.error_cont {
  font-size: 30px !important;
  font-weight: 400;
}

@media only screen and (max-width: 1190px) {
  .thq_title {
    font-size: 45px;
  }
  .thq_cont {
    font-size: 20px !important;
  }
  .error_title {
    font-size: 45px;
  }
  .error_cont {
    font-size: 25px !important;
  }
}
@media only screen and (max-width: 720px) {
  .thq_title {
    font-size: 35px;
  }
  .thq_cont {
    font-size: 18px !important;
  }
  .error_title {
    font-size: 35px;
  }
  .error_cont {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 520px) {
  .error_cont {
    font-size: 17px !important;
  }
}
.cnt {
  margin-top: 165px;
  margin-bottom: 50px;
}

.site-map {
  padding-left: 25px;
}
.site-map ul {
  padding: 0;
  margin: 0;
}
.site-map ul li {
  padding: 8px;
  margin: 0;
  list-style: none;
}
.site-map ul li ul {
  padding: 0;
  margin: 0 0 0 20px;
}
.site-map ul li a {
  padding: 0;
  margin: 0;
  color: #000;
  position: relative;
  font-size: 18px;
}
.site-map ul li a:before {
  position: absolute;
  left: -25px;
  top: 10px;
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #f26725;
  border-top: solid 2px #f26725;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .site-map ul li a:before {
    top: 8px;
  }
}
.site-map ul li a:hover {
  color: #f26725;
  padding-left: 5px;
}

ul.lists {
  margin-left: 0;
  margin-bottom: 0;
}
ul.lists li {
  position: relative;
  text-transform: none;
  margin: 10px 0;
  font-weight: 500;
  font-size: 16px !important;
}
ul.lists li a {
  color: #f26725;
}
ul.lists li:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #f26725;
  top: 10px;
  margin-left: -20px;
}
@media (max-width: 1199px) {
  ul.lists li:before {
    top: 5px;
  }
}

@media only screen and (min-width: 1200px) {
  ul.lists li {
    display: inline-block;
    padding-left: 50px;
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1400px) {
  ul.lists li {
    font-size: 17px !important;
  }
}
@media only screen and (min-width: 1680px) {
  ul.lists li {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 1199px) {
  ul.lists li {
    font-size: 16px !important;
    margin: 10px 25px;
  }
}
@media only screen and (max-width: 520px) {
  ul.lists li {
    font-size: 14px !important;
    margin: 10px 25px;
  }
}
.cont1 {
  font-weight: 500;
  font-size: 16px !important;
}

@media only screen and (min-width: 520px) {
  .cont1 {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .cont1 {
    font-size: 20px !important;
  }
}
@media only screen and (min-width: 1680px) {
  .cont1 {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 1920px) {
  .cont1 {
    font-size: 26px !important;
  }
}
ul.ind-sec-list {
  margin: 0 0 15px !important;
  padding: 0 !important;
}
ul.ind-sec-list li {
  position: relative;
  padding: 0;
  margin: 15px 20px;
  color: #000;
  text-transform: none;
  font-size: 22px !important;
  font-weight: 500;
  list-style: none;
}
ul.ind-sec-list li a {
  color: #000;
  font-weight: 500;
  font-size: 22px !important;
}
ul.ind-sec-list li a:hover {
  color: #f26725;
}
ul.ind-sec-list li:before {
  position: absolute;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #f26725;
  top: 10px;
  left: -20px;
}
@media (max-width: 767px) {
  ul.ind-sec-list li:before {
    top: 7px;
  }
}
ul.ind-sec-list.no-transform li {
  text-transform: none;
}
ul.ind-sec-list .uppercase {
  text-transform: uppercase !important;
}
@media (min-width: 1200px) {
  ul.ind-sec-list.two-columns {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
  ul.ind-sec-list.two-columns li {
    margin-bottom: 20px;
    margin-top: 0 !important;
  }
}
ul.ind-sec-list.linkTo li:before {
  background-color: transparent !important;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsOiNGMjY3MjU7IiBkPSJNMC44LDBDMC40LDAsMCwwLjQsMCwwLjh2MTguM0MwLDE5LjYsMC40LDIwLDAuOCwyMGgxOC4zYzAuNSwwLDAuOC0wLjQsMC44LTAuOHYtOS4xDQoJYzAtMC41LTAuNC0wLjgtMC44LTAuOGMtMC41LDAtMC44LDAuNC0wLjgsMC44djguM0gxLjdWMS43aDguM2MwLjUsMCwwLjgtMC40LDAuOC0wLjhjMC0wLjUtMC40LTAuOC0wLjgtMC44TDAuOCwweiBNMTQuMiwwDQoJYy0wLjUsMC0wLjgsMC40LTAuOCwwLjhjMCwwLjUsMC40LDAuOCwwLjgsMC44aDIuOWwtNi40LDYuNGMtMC4zLDAuMy0wLjMsMC45LDAsMS4yYzAuMiwwLjIsMC40LDAuMiwwLjYsMC4yYzAuMiwwLDAuNC0wLjEsMC42LTAuMg0KCWw2LjQtNi40djIuOWMwLDAuNSwwLjQsMC44LDAuOCwwLjhjMC41LDAsMC44LTAuNCwwLjgtMC44di01QzIwLDAuNCwxOS42LDAsMTkuMiwwTDE0LjIsMEwxNC4yLDB6Ii8+DQo8L3N2Zz4NCg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border-radius: 0;
  -webkit-border-radius: 0;
  height: 12px;
  outline: none;
  top: 5px !important;
  width: 12px;
}
@media (min-width: 1600px) {
  ul.ind-sec-list.linkTo li {
    margin-left: 40px;
    margin-right: 40px;
  }
  ul.ind-sec-list.linkTo li:before {
    background-size: 20px 20px;
    height: 20px;
    left: -40px;
    top: 5px !important;
    width: 20px;
  }
}

.text-white ul.ind-sec-list li a {
  color: #f26725;
}
.text-white ul.ind-sec-list li a:hover {
  color: #fff;
}

@media only screen and (max-width: 1680px) {
  ul.ind-sec-list li {
    font-size: 20px !important;
  }
  ul.ind-sec-list li a {
    font-size: 20px !important;
  }
}
@media only screen and (max-width: 1200px) {
  ul.ind-sec-list li {
    font-size: 18px !important;
  }
  ul.ind-sec-list li a {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 720px) {
  ul.ind-sec-list li {
    font-size: 16px !important;
  }
  ul.ind-sec-list li a {
    font-size: 16px !important;
  }
  ul.ind-sec-list li:last-child {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
  }
  ul.ind-sec-list {
    margin: 0 0 0px !important;
  }
}
ul.breadcrumb-s li {
  display: inline;
  position: relative;
  color: #f26725;
  padding: 0 30px 0 0;
  font-size: 0.9375rem !important;
}
ul.breadcrumb-s li:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-right: solid 1px #2f2928;
  border-top: solid 1px #2f2928;
  right: 10px;
  top: 7px;
  transform: rotate(45deg);
}
ul.breadcrumb-s li:last-child:after {
  display: none;
}
ul.breadcrumb-s a {
  color: #2f2928 !important;
}
ul.breadcrumb-s a:hover {
  color: #f26725 !important;
}

@media (min-width: 2561px) and (max-width: 3000px) {
  .box-pd {
    padding: 80px 150px 80px 50px;
    padding-right: 40%;
  }
}
@media (min-width: 2201px) and (max-width: 2560px) {
  .box-pd {
    padding: 80px 150px 80px 50px;
    padding-right: 40%;
  }
}
@media (min-width: 1921px) and (max-width: 2200px) {
  .box-pd {
    padding: 80px 150px 80px 50px;
    padding-right: 28%;
  }
}
@media (max-width: 1920px) {
  .box-pd {
    padding: 80px 110px 80px 50px;
    padding-right: 16%;
  }
}
@media (max-width: 1680px) {
  .box-pd {
    padding: 80px 110px 80px 50px;
  }
}
@media (max-width: 1600px) {
  .box-pd {
    padding: 60px 95px 60px 50px;
  }
}
@media (max-width: 1440px) {
  .box-pd {
    padding: 40px 30px 40px 50px;
  }
}
@media (max-width: 1199px) {
  .box-pd {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .box-pd {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 991px) {
  .vis-r {
    padding: 25px 0 25px 25px !important;
  }
}
@media only screen and (max-width: 720px) {
  .vis-r {
    padding: 10px 0 10px 10px !important;
  }
}
.ind-sec-pdg {
  padding: 65px 125px 75px 0;
}

@media only screen and (max-width: 1680px) {
  .ind-sec-pdg {
    padding: 65px 100px 75px 0;
  }
}
@media only screen and (max-width: 1400px) {
  .ind-sec-pdg {
    padding: 65px 70px 75px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .ind-sec-pdg {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .ind-sec-pdg {
    padding: 0px;
  }
}
@media only screen and (min-width: 1980px) {
  .wdt-r {
    width: 20% !important;
  }
}
@media only screen and (min-width: 2200px) {
  .wdt-r {
    width: 30% !important;
  }
}
@media only screen and (min-width: 2400px) {
  .wdt-r {
    width: 42% !important;
  }
}
@media only screen and (min-width: 1920px) {
  .wdt-l {
    width: 18% !important;
  }
}
@media only screen and (min-width: 1950px) {
  .wdt-l {
    width: 20% !important;
  }
}
@media only screen and (min-width: 2000px) {
  .wdt-l {
    width: 24% !important;
  }
}
@media only screen and (min-width: 2250px) {
  .wdt-l {
    width: 35% !important;
  }
}
@media only screen and (min-width: 2400px) {
  .wdt-l {
    width: 48% !important;
  }
}
@media (max-width: 1199px) {
  .team-left {
    min-height: 515px !important;
  }
}
@media (max-width: 1440px) {
  .top-t-e {
    padding: 140px 0 0 0;
  }
}
@media (min-width: 1441px) {
  .top-t-e {
    padding: 155px 0 0 0;
  }
}
@media (min-width: 1920px) {
  .top-t-e {
    padding: 165px 0 0 0;
  }
}
.thq-marg-btm {
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .thq-marg-btm {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .thq-marg-btm {
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .thq-marg-btm {
    margin-top: 54px;
  }
}

.wd-img img {
  max-width: 290px !important;
}

@media (max-width: 1600px) {
  .wd-img img {
    max-width: 175px !important;
  }
}
@media (max-width: 1024px) {
  .error-w-img img {
    max-width: 300px !important;
  }
}
.our-team h3 {
  margin-bottom: 15px !important;
}
@media (max-width: 767px) {
  .our-team h3 {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
    padding-bottom: 0 !important;
  }
}

img.alignright.mbimg {
  margin-top: -60px !important;
}
@media (max-width: 1199px) {
  img.alignright.mbimg {
    float: right !important;
  }
}
@media (max-width: 991px) {
  img.alignright.mbimg {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  img.alignright.mbimg {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .secondfld-img {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  ul.ind-sec-list li {
    margin: 10px 0 10px 20px !important;
  }
}

.indu-second-img .elementor-widget-container {
  text-align: left;
}
@media (max-width: 1199px) {
  .indu-second-img .elementor-widget-container {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .indu-second-img .elementor-widget-container {
    margin-bottom: 20px !important;
  }
}

.cities_we_serve .resp-tabs-container {
  background-color: transparent;
}
.cities_we_serve .resp-tab-content {
  background-color: transparent;
  padding: 30px 0 0;
}
.cities_we_serve .page_wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.cities_we_serve .page_wrapper a {
  align-items: center;
  background-color: #fff;
  border-radius: 6px;
  color: #2f2928;
  display: flex;
  flex: 0 0 calc(100% - 20px);
  font-size: 18px;
  font-weight: 400;
  height: 42px;
  justify-content: center;
  line-height: 1;
  margin: 10px;
  max-width: calc(100% - 20px);
  text-transform: capitalize;
}
.cities_we_serve .page_wrapper a svg {
  height: 18px;
  margin-right: 15px;
}
.cities_we_serve .page_wrapper a svg .primary-color {
  fill: #f26725;
}
.cities_we_serve .page_wrapper a svg .black-color {
  fill: #000;
}
.cities_we_serve .page_wrapper a:hover {
  background-color: #f26725;
  color: #fff;
}
.cities_we_serve .page_wrapper a:hover svg .primary-color,
.cities_we_serve .page_wrapper a:hover svg .black-color {
  fill: #fff;
}
@media (min-width: 575px) {
  .cities_we_serve .page_wrapper a {
    flex: 0 0 calc(50% - 20px);
    height: 46px;
    max-width: calc(50% - 20px);
  }
  .cities_we_serve .page_wrapper a svg {
    height: 18px;
  }
}
@media (min-width: 768px) {
  .cities_we_serve .page_wrapper a {
    flex: 0 0 calc(33.33333% - 20px);
    height: 50px;
    max-width: calc(33.33333% - 20px);
  }
  .cities_we_serve .page_wrapper a svg {
    height: 20px;
  }
}
@media (min-width: 1200px) {
  .cities_we_serve .page_wrapper a {
    flex: 0 0 calc(20% - 20px);
    height: 60px;
    max-width: calc(20% - 20px);
  }
  .cities_we_serve .page_wrapper a svg {
    height: 24px;
  }
}
@media (min-width: 769px) {
  .cities_we_serve ul.resp-tabs-list {
    border-bottom: 4px solid #1a293c;
    display: flex !important;
    margin: 0;
    padding: 0;
  }
  .cities_we_serve ul.resp-tabs-list li {
    background: transparent;
    flex: 1 1 0px;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
  .cities_we_serve ul.resp-tabs-list li:after {
    display: none;
  }
  .cities_we_serve ul.resp-tabs-list button {
    align-items: center;
    background-color: #fff;
    color: #000;
    display: flex;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    height: 50px;
    line-height: 1;
    position: relative;
    text-transform: capitalize;
    width: 100%;
  }
}
@media (min-width: 769px) and (min-width: 1200px) {
  .cities_we_serve ul.resp-tabs-list button {
    font-size: 24px;
    height: 54px;
  }
}
@media (min-width: 769px) and (min-width: 1600px) {
  .cities_we_serve ul.resp-tabs-list button {
    font-size: 28px;
    height: 75px;
  }
}
@media (min-width: 769px) {
  .cities_we_serve ul.resp-tabs-list li.resp-tab-active button {
    background-color: #1a293c;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .cities_we_serve ul.resp-tabs-list {
    display: none;
  }
  .cities_we_serve .resp-arrow {
    border-top-color: #000;
  }
  .cities_we_serve h2.resp-accordion {
    color: #000 !important;
    font-size: 24px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
  }
  .cities_we_serve h2.resp-accordion button {
    background-color: transparent;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: inherit;
  }
  .cities_we_serve h2.resp-accordion.resp-tab-active {
    background-color: #1a293c !important;
    color: #fff !important;
  }
  .cities_we_serve h2.resp-accordion.resp-tab-active span.resp-arrow {
    border-bottom-color: #fff;
  }
}

.text-white {
  color: #fff !important;
}
.text-white p,
.text-white li,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
  color: inherit !important;
}
.text-white p a:hover,
.text-white li a:hover,
.text-white h1 a:hover,
.text-white h2 a:hover,
.text-white h3 a:hover,
.text-white h4 a:hover,
.text-white h5 a:hover,
.text-white h6 a:hover {
  color: #fff;
}

@media (min-width: 1200px) {
  .two-cols-list {
    -moz-columns: 2 auto;
         columns: 2 auto;
  }
  .two-cols-list li {
    margin-bottom: 20px !important;
    margin-top: 0 !important;
  }
}

ul.ind-sec-list.mar-tp {
  margin-top: -30px !important;
}
@media (max-width: 1024px) {
  ul.ind-sec-list.mar-tp {
    margin-top: -10px !important;
  }
}
@media (max-width: 767px) {
  ul.ind-sec-list.mar-tp {
    margin-top: -25px !important;
  }
}

.trusted_new_des {
  margin: 50px 0 50px;
}
@media (max-width: 767px) {
  .trusted_new_des {
    margin: 30px 0;
  }
}
.trusted_new_des .section-title.elementor-widget:not(:last-child) {
  margin-bottom: 40px !important;
}
@media (max-width: 1199px) {
  .trusted_new_des .section-title.elementor-widget:not(:last-child) {
    margin-bottom: 20px !important;
  }
}
.trusted_new_des .section-title.bottom h2 {
  font-size: 2.338rem;
  font-family: "Barlow", sans-serif;
  line-height: 55px;
  font-weight: 400 !important;
  text-transform: capitalize;
  margin: 0 0 20px !important;
  padding: 0 !important;
  position: relative;
}
.trusted_new_des .section-title.bottom h2 span {
  font-weight: 600 !important;
}
@media (max-width: 1680px) {
  .trusted_new_des .section-title.bottom h2 {
    line-height: 55px;
    font-size: 2.338rem;
  }
}
@media (max-width: 1440px) {
  .trusted_new_des .section-title.bottom h2 {
    line-height: 45px;
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .trusted_new_des .section-title.bottom h2 {
    font-size: 2.188rem;
  }
}
@media (max-width: 767px) {
  .trusted_new_des .section-title.bottom h2 {
    line-height: 35px;
    font-size: 1.75rem;
  }
}
.trusted_new_des .section-title.bottom h2 a:hover {
  color: #f26725 !important;
}
.trusted_new_des .section-title.bottom h2:after {
  bottom: -20px;
}

.event-wrap ul {
  -moz-column-count: 4;
       column-count: 4;
  margin-top: 15px !important;
  margin-bottom: 0 !important;
}
@media (max-width: 1199px) {
  .event-wrap ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 767px) {
  .event-wrap ul {
    -moz-column-count: 1;
         column-count: 1;
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}
.event-wrap ul li {
  margin-top: 0;
}

.elementor-widget-text-editor h1,
.elementor-widget-text-editor h2,
.elementor-widget-text-editor h3,
.elementor-widget-text-editor h4,
.elementor-widget-text-editor h5,
.elementor-widget-text-editor h6 {
  text-transform: capitalize;
}
.elementor-widget-text-editor.transform-none h1,
.elementor-widget-text-editor.transform-none h2,
.elementor-widget-text-editor.transform-none h3,
.elementor-widget-text-editor.transform-none h4,
.elementor-widget-text-editor.transform-none h5,
.elementor-widget-text-editor.transform-none h6 {
  text-transform: none !important;
}

.custom_title {
  line-height: 1.3;
  font-size: 2.938rem;
  font-weight: 600 !important;
  text-transform: uppercase;
}
@media (max-width: 1680px) {
  .custom_title {
    font-size: 2.938rem;
  }
}
@media (max-width: 1440px) {
  .custom_title {
    font-size: 2.5rem;
  }
}
@media (max-width: 1199px) {
  .custom_title {
    margin-bottom: 0px !important;
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .custom_title {
    font-size: 1.625rem;
  }
}

/*faq sec*/
.faq_tab {
  padding: 0;
}

.faq_item {
  border-bottom: solid 1px #e7e5ea;
  padding: 20px 0;
}
@media (max-width: 1440px) {
  .faq_item {
    padding: 15px 0;
  }
}
@media (max-width: 1199px) {
  .faq_item {
    padding: 10px 0;
  }
}

.faq_tab .faq_item .acc_head {
  display: block;
  padding: 0 65px 0 0;
  font-size: 1.875rem;
  display: block;
  cursor: pointer;
  color: #000;
  margin: 10px 0;
  position: relative;
  font-weight: 600;
}
@media (max-width: 1600px) {
  .faq_tab .faq_item .acc_head {
    font-size: 1.5rem;
  }
}
@media (max-width: 1366px) {
  .faq_tab .faq_item .acc_head {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .faq_tab .faq_item .acc_head {
    font-size: 1.188rem !important;
  }
}

.faq_tab .faq_item .acc_head:hover {
  color: #f26725;
}

.faq_tab .faq_item .acc_head .icon {
  position: absolute;
  right: 0px;
  left: auto;
  top: 20px;
  width: 24px;
  height: 15px;
  transition: all ease 0.2s;
  background: url(assets/images/ar.png);
  background-size: cover;
}
@media (max-width: 1366px) {
  .faq_tab .faq_item .acc_head .icon {
    top: 10px;
    width: 20px;
    height: 11px;
  }
}
@media (max-width: 767px) {
  .faq_tab .faq_item .acc_head .icon {
    top: 15px;
  }
}

.faq_tab .faq_item .faq_txt {
  padding: 5px 60px 10px 0;
}
.faq_tab .faq_item .faq_txt p {
  font-size: 1.188rem;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
}
@media (max-width: 767px) {
  .faq_tab .faq_item .faq_txt p {
    line-height: 24px;
  }
}
.faq_tab .faq_item .faq_txt p a {
  font-weight: 500;
  color: #000 !important;
}
.faq_tab .faq_item .faq_txt p a:hover {
  color: #f26725 !important;
}

.faq_tab .faq_item.acc_active .acc_head .icon {
  transform: rotate(180deg);
}

@media (max-width: 1199px) {
  .faq_tab {
    padding-top: 20px;
  }
  .faq_tab .faq_item .acc_head {
    padding: 10px 50px 10px 0;
    margin: 0px;
  }
  .faq_tab .faq_item .acc_head svg {
    right: 20px;
    top: 24px;
    width: 14px;
    height: 8px;
  }
  .faq_tab .faq_item .faq_txt {
    padding: 10px 15px 10px 0;
  }
}
@media (max-width: 767px) {
  .faq_tab {
    padding-top: 0px;
  }
  h2.resp-accordion {
    line-height: 25px;
  }
}
/*end faq sec*/
.site_content.innner_content .faq_tab .faq_item .faq_txt p a {
  color: #f26725 !important;
}
.site_content.innner_content .faq_tab .faq_item .faq_txt p a:hover {
  color: #000 !important;
}

.contact-page-form {
  padding: 100px 0 50px;
  margin-top: -58px;
  margin-bottom: 0;
}
@media (max-width: 1680px) {
  .contact-page-form {
    margin-top: -58px;
    margin-bottom: 0;
  }
}
@media (max-width: 1366px) {
  .contact-page-form {
    margin-top: -58px;
    margin-bottom: 0;
    background-size: cover !important;
    background-position: 100% !important;
  }
}
@media (max-width: 1199px) {
  .contact-page-form {
    background-size: cover !important;
    background-position: 100% !important;
  }
}
@media (max-width: 767px) {
  .contact-page-form {
    background-size: cover !important;
    background-position: 90% !important;
  }
}
.contact-page-form .input-holder {
  margin: 0 7px;
}
.contact-page-form .top {
  display: flex;
  flex-flow: wrap;
}
.contact-page-form .top .input-holder {
  flex: 0 0 32.3%;
  margin: 0 7px 10px;
}
@media (max-width: 1366px) {
  .contact-page-form .top .input-holder {
    flex: 0 0 32.3%;
  }
}
@media (max-width: 1199px) {
  .contact-page-form .top .input-holder {
    flex: 0 0 32%;
  }
}
@media (max-width: 991px) {
  .contact-page-form .top .input-holder {
    flex: 0 0 31.7%;
  }
}
@media (max-width: 767px) {
  .contact-page-form .top .input-holder {
    flex: 0 0 100%;
    margin: 0 0 5px;
  }
}
.contact-page-form .top .input-holder:last-child {
  margin-right: 0;
}
.contact-page-form .top input {
  border-radius: 3px;
  margin-bottom: 10px !important;
  border: solid 1px #d7d7d7;
  padding: 20px;
}
@media (max-width: 1600px) {
  .contact-page-form .top input {
    padding: 15px;
  }
}
.contact-page-form .input-holder {
  margin: 0 7px 10px;
  width: 98.7%;
}
@media (max-width: 1680px) {
  .contact-page-form .input-holder {
    width: 98.8%;
  }
}
@media (max-width: 1440px) {
  .contact-page-form .input-holder {
    width: 98.9%;
  }
}
@media (max-width: 1366px) {
  .contact-page-form .input-holder {
    width: 99%;
  }
}
@media (max-width: 1199px) {
  .contact-page-form .input-holder {
    width: 98.8%;
  }
}
@media (max-width: 767px) {
  .contact-page-form .input-holder {
    width: 100%;
    margin: 0 0 5px;
  }
}
.contact-page-form textarea {
  border-radius: 3px;
  width: 100%;
  height: 120px;
  border: solid 1px #d7d7d7;
  padding: 20px;
  margin-bottom: 0 !important;
}
@media (max-width: 1600px) {
  .contact-page-form textarea {
    padding: 15px;
    height: 100px;
  }
}
.contact-page-form button {
  float: right;
}
.contact-page-form input[type=submit] {
  background: #f26725;
  width: 140px;
  float: right;
  color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: 500;
}
@media (max-width: 1600px) {
  .contact-page-form input[type=submit] {
    width: 100px;
    font-size: 1.063rem;
    padding: 10px;
  }
}
@media (max-width: 1366px) {
  .contact-page-form input[type=submit] {
    width: 100px;
    font-size: 1rem;
    padding: 10px;
  }
}
.contact-page-form input[type=submit]:hover {
  background: #000;
  color: #fff;
}
.contact-page-form ::-webkit-input-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .contact-page-form ::-webkit-input-placeholder {
    font-size: 0.9375rem;
  }
}
.contact-page-form :-moz-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .contact-page-form :-moz-placeholder {
    font-size: 0.9375rem;
  }
}
.contact-page-form ::-moz-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .contact-page-form ::-moz-placeholder {
    font-size: 0.9375rem;
  }
}
.contact-page-form :-ms-input-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .contact-page-form :-ms-input-placeholder {
    font-size: 0.9375rem;
  }
}

@media (min-width: 768px) {
  .ipad-clear {
    clear: both;
    display: block;
  }
}
@media (min-width: 1200px) {
  .desktop-clear {
    clear: both;
    display: block;
  }
  .tw-row.spacing-15 {
    margin-left: -15px;
    margin-right: -15px;
  }
  .tw-row.spacing-15 [class*=tw-col-] {
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #content_wrapper {
    padding-top: 115px;
  }
}
.sub-menu-toggle {
  display: none !important;
}

a[href^="tel:"] {
  cursor: default;
  text-decoration: none;
}
a[href^="tel:"]:hover {
  color: inherit !important;
}

.vCenter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tw-col-md-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
@media (max-width: 767px) {
  .tw-col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tw-col-md-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
@media (max-width: 767px) {
  .tw-col-md-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tw-col-md-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
@media (max-width: 767px) {
  .tw-col-md-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tw-col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 767px) {
  .tw-col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tw-col-md-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
@media (max-width: 767px) {
  .tw-col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.tw-col-md-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.tw-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.main-nav ul li.current_page_item:after,
.main-nav ul li.current-menu-item:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background: #f26725;
  left: 0;
  right: 0;
  bottom: -39px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .main-nav ul li.current_page_item:after,
  .main-nav ul li.current-menu-item:after {
    bottom: -28px;
  }
}
@media (max-width: 1600px) {
  .main-nav ul li.current_page_item:after,
  .main-nav ul li.current-menu-item:after {
    bottom: -29px;
  }
}
@media (max-width: 1440px) {
  .main-nav ul li.current_page_item:after,
  .main-nav ul li.current-menu-item:after {
    bottom: -23px;
  }
}
@media (max-width: 1366px) {
  .main-nav ul li.current_page_item:after,
  .main-nav ul li.current-menu-item:after {
    bottom: -20px;
  }
}

.main-nav ul li.current-menu-ancestor ul li.current-menu-item:after,
.main-nav ul li.current-page-ancestor ul li.current-menu-item:after,
.main-nav ul li.current-page-parent ul li.current-menu-item:after,
.main-nav ul li.current_page_ancestor ul li.current-menu-item:after {
  display: none !important;
}

.main-nav ul li.current-menu-ancestor:after, .main-nav ul li.current-page-parent:after, .main-nav ul li.current-page-ancestor:after,
.main-nav ul li.current-page-parent:after, .main-nav ul li.current_page_ancestor:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background: #f26725;
  left: 0;
  right: 0;
  bottom: -39px;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .main-nav ul li.current-menu-ancestor:after, .main-nav ul li.current-page-parent:after, .main-nav ul li.current-page-ancestor:after,
  .main-nav ul li.current-page-parent:after, .main-nav ul li.current_page_ancestor:after {
    bottom: -28px;
  }
}
@media (max-width: 1600px) {
  .main-nav ul li.current-menu-ancestor:after, .main-nav ul li.current-page-parent:after, .main-nav ul li.current-page-ancestor:after,
  .main-nav ul li.current-page-parent:after, .main-nav ul li.current_page_ancestor:after {
    bottom: -29px;
  }
}
@media (max-width: 1440px) {
  .main-nav ul li.current-menu-ancestor:after, .main-nav ul li.current-page-parent:after, .main-nav ul li.current-page-ancestor:after,
  .main-nav ul li.current-page-parent:after, .main-nav ul li.current_page_ancestor:after {
    bottom: -23px;
  }
}
@media (max-width: 1366px) {
  .main-nav ul li.current-menu-ancestor:after, .main-nav ul li.current-page-parent:after, .main-nav ul li.current-page-ancestor:after,
  .main-nav ul li.current-page-parent:after, .main-nav ul li.current_page_ancestor:after {
    bottom: -20px;
  }
}

.header.stick_head .main-nav ul li.current_page_item:after,
.header.stick_head .main-nav ul li.current-menu-item:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background: #f26725;
  left: 0;
  right: 0;
  bottom: -24px;
  margin: 0 auto;
  transition: all ease 0.5s;
}
@media (max-width: 1680px) {
  .header.stick_head .main-nav ul li.current_page_item:after,
  .header.stick_head .main-nav ul li.current-menu-item:after {
    bottom: -20px;
  }
}
@media (max-width: 1440px) {
  .header.stick_head .main-nav ul li.current_page_item:after,
  .header.stick_head .main-nav ul li.current-menu-item:after {
    bottom: -20px;
  }
}
@media (max-width: 1366px) {
  .header.stick_head .main-nav ul li.current_page_item:after,
  .header.stick_head .main-nav ul li.current-menu-item:after {
    bottom: -20px;
  }
}
.header.stick_head .main-nav ul li.current-menu-ancestor:after, .header.stick_head .main-nav ul li.current-page-parent:after, .header.stick_head .main-nav ul li.current-page-ancestor:after,
.header.stick_head .main-nav ul li.current-page-parent:after, .header.stick_head .main-nav ul li.current_page_ancestor:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 2px;
  background: #f26725;
  left: 0;
  right: 0;
  bottom: -24px;
  margin: 0 auto;
  transition: all ease 0.5s;
}
@media (max-width: 1680px) {
  .header.stick_head .main-nav ul li.current-menu-ancestor:after, .header.stick_head .main-nav ul li.current-page-parent:after, .header.stick_head .main-nav ul li.current-page-ancestor:after,
  .header.stick_head .main-nav ul li.current-page-parent:after, .header.stick_head .main-nav ul li.current_page_ancestor:after {
    bottom: -20px;
  }
}
@media (max-width: 1440px) {
  .header.stick_head .main-nav ul li.current-menu-ancestor:after, .header.stick_head .main-nav ul li.current-page-parent:after, .header.stick_head .main-nav ul li.current-page-ancestor:after,
  .header.stick_head .main-nav ul li.current-page-parent:after, .header.stick_head .main-nav ul li.current_page_ancestor:after {
    bottom: -20px;
  }
}
@media (max-width: 1366px) {
  .header.stick_head .main-nav ul li.current-menu-ancestor:after, .header.stick_head .main-nav ul li.current-page-parent:after, .header.stick_head .main-nav ul li.current-page-ancestor:after,
  .header.stick_head .main-nav ul li.current-page-parent:after, .header.stick_head .main-nav ul li.current_page_ancestor:after {
    bottom: -19px;
  }
}

.main-nav ul li.current_page_item a,
.main-nav ul li.current-menu-item a {
  color: #f26725 !important;
  font-weight: 700;
}

.main-nav ul li.current_page_item ul li a,
.main-nav ul li.current-menu-item ul li a {
  color: #fff !important;
  font-weight: 400;
}

.main-nav ul li.current-menu-ancestor a,
.main-nav ul li.current-page-parent a,
.main-nav ul li.current-page-ancestor a,
.main-nav ul li.current-page-parent a,
.main-nav ul li.current_page_ancestor a {
  color: #f26725 !important;
  font-weight: 600;
}

.main-nav ul li.current-menu-ancestor ul li.current-menu-item a,
.main-nav ul li.current-page-parent ul li.current-menu-item a,
.main-nav ul li.current-page-ancestor ul li.current-menu-item a,
.main-nav ul li.current-page-parent ul li.current-menu-item a,
.main-nav ul li.current_page_ancestor ul li.current-menu-item a {
  color: #fff !important;
  font-weight: 600;
  background: #000 !important;
}

.main-nav ul li.current-menu-ancestor ul li a,
.main-nav ul li.current-page-parent ul li a,
.main-nav ul li.current-page-ancestor ul li a,
.main-nav ul li.current-page-parent ul li a,
.main-nav ul li.current_page_ancestor ul li a {
  color: #fff !important;
  font-weight: 500 !important;
}

.main-nav ul li.current-menu-ancestor ul li.current-menu-item ul li a,
.main-nav ul li.current-page-parent ul li.current-menu-item ul li a,
.main-nav ul li.current-page-ancestor ul li.current-menu-item ul li a,
.main-nav ul li.current-page-parent ul li.current-menu-item ul li a,
.main-nav ul li.current_page_ancestor ul li.current-menu-item ul li a {
  color: #fff !important;
  font-weight: 500;
  background: #f26725 !important;
}

.main-nav ul li ul li ul li.current-menu-ancestor a,
.main-nav ul li ul li ul li.current-page-parent a,
.main-nav ul li ul li ul li.current-page-ancestor a,
.main-nav ul li ul li ul li.current-page-parent a,
.main-nav ul li ul li ul li.current_page_ancestor a {
  background: #000 !important;
}

@media (min-width: 1200px) {
  .main-nav {
    flex: 0 0 100%;
  }
  .main-nav ul {
    margin: 0;
    padding: 0;
    float: right;
  }
  .main-nav ul li {
    display: inline-block;
    position: relative;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 20px;
    font-size: 1.125rem !important;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 7px;
    height: 7px;
    top: 22px;
    right: 5px;
    border-bottom: solid 1px #000;
    border-right: solid 1px #000;
    cursor: pointer;
    transition: all ease 0.5s;
    transform: rotate(45deg);
  }
  .main-nav ul li.submenu:hover i {
    transform: rotate(45deg);
    transition: all ease 0.5s;
  }
  .main-nav ul li.last a {
    font-weight: 600;
    color: #000;
  }
  .main-nav ul li.last-child a {
    font-weight: 600;
  }
  .main-nav ul li a {
    color: #000;
  }
  .main-nav ul li a:hover {
    color: #f26725;
  }
  .main-nav ul li ul {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
  }
  .main-nav ul li ul li.submenu i {
    transform: rotate(-45deg) !important;
    right: 15px !important;
    top: 17px !important;
  }
  .main-nav ul li:hover ul {
    display: block;
    width: 280px;
    padding: 0;
    margin: 0;
    top: 50px;
    left: 30px;
    z-index: 99;
  }
  .main-nav ul li:hover ul li {
    font-size: 0.8125rem;
    display: block;
    border-bottom: solid 1px #f1f1f1;
    margin: 0;
    padding: 0;
  }
  .main-nav ul li:hover ul li a {
    padding: 10px;
    display: block;
    background: #f26725;
    font-size: 0.8125rem;
    color: #fff;
  }
  .main-nav ul li:hover ul li a:hover {
    background: #000;
    color: #fff;
    padding-left: 15px;
    font-size: 0.8125rem;
  }
  .main-nav ul li:hover ul li:last-child {
    border-bottom: none;
  }
  .main-nav ul li:hover ul li ul {
    top: 0px;
    left: 280px;
    display: none;
  }
  .main-nav ul li:hover ul li:hover ul {
    display: block;
  }
}
@media (max-width: 1600px) {
  .main-nav ul li {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1440px) {
  .main-nav ul li a {
    font-size: 0.875rem;
  }
  .main-nav ul li:hover ul li a {
    font-size: 0.75rem !important;
  }
  .main-nav ul li ul li a {
    font-size: 0.75rem !important;
  }
  .main-nav ul li.submenu i {
    right: -6px;
  }
}
@media (max-width: 1366px) {
  .main-nav ul li a {
    font-size: 0.8125rem;
  }
  .main-nav ul li:hover ul li a {
    padding: 5px 10px !important;
  }
}
@media (max-width: 1199px) {
  .main-nav ul li.current_page_item:after,
  .main-nav ul li.current-menu-item:after {
    display: none !important;
  }
  .main-nav ul li.current-menu-ancestor:after, .main-nav ul li.current-page-parent:after, .main-nav ul li.current-page-ancestor:after,
  .main-nav ul li.current-page-parent:after, .main-nav ul li.current_page_ancestor:after {
    display: none !important;
  }
  /*==== Menu ====*/
  .main-nav {
    position: fixed;
    top: 0px;
    right: -260px;
    height: 100%;
    transition: all ease 0.5s;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: auto;
    background: #1a293c;
  }
  .main-nav ul {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 0px;
  }
  .main-nav ul.mnav {
    margin-bottom: 30px;
  }
  .main-nav ul li {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    position: relative;
    padding: 0 !important;
    margin: 0;
  }
  .main-nav ul li span {
    display: none;
  }
  .main-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 1em;
    display: block;
    padding: 10px 15px;
    padding-right: 40px;
  }
  .main-nav ul li.submenu i {
    position: absolute;
    width: 25px;
    height: 34px;
    top: 3px;
    right: 2px;
    background: #f26725;
    cursor: pointer;
    transition: all ease 0.5s;
  }
  .main-nav ul li.submenu i:after {
    content: "";
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    width: 5px;
    height: 5px;
    transform: rotate(140deg);
    transition: all ease 0.5s;
    position: absolute;
    right: 8px;
    top: 15px;
    z-index: 10;
  }
  .main-nav ul ul {
    margin: 0;
    display: none;
  }
  .main-nav ul li ul li {
    background: #1a293c;
  }
  .main-nav ul li ul li:hover {
    background: #1a293c;
  }
  .main-nav ul ul li:last-child {
    border-bottom: 0;
  }
  .main-nav ul ul li:first-child {
    border-top: 1px solid #f1f1f1;
  }
  .main-nav ul ul li a {
    font-size: 12px;
    padding: 10px 15px !important;
  }
  .main-nav ul li:hover ul li a {
    padding: 10px 15px !important;
  }
  .main-nav ul ul li ul a {
    padding: 10px 15px;
  }
  .show-menu .main-nav {
    right: 0;
    width: 260px;
  }
  .show-menu .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1001;
  }
  .mob-btn {
    position: absolute;
    float: right;
    padding: 5px 7px;
    margin: 0px;
    background-color: transparent;
    top: 60px;
    transition: all ease 0.5s;
    cursor: pointer;
    right: 25px;
    top: 115px;
  }
  .mob-btn span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background: #f26725;
  }
  .mob-btn span + span {
    margin-top: 5px;
  }
  .main-nav ul li.current-menu-ancestor ul li.current-menu-item a, .main-nav ul li.current-page-ancestor ul li.current-menu-item a, .main-nav ul li.current-page-parent ul li.current-menu-item a, .main-nav ul li.current-page-parent ul li.current-menu-item a, .main-nav ul li.current_page_ancestor ul li.current-menu-item a {
    color: #f26725 !important;
    font-weight: 600;
  }
  .show-menu .mob-btn span:nth-child(2) {
    width: 25px;
    background: #1a293c;
  }
  .show-menu .mob-btn span:nth-child(3) {
    width: 20px;
  }
  /*==== Menu End ====*/
}
@media (max-width: 769px) {
  .mob-btn {
    right: 20px;
    top: 118px;
  }
}
@media (max-width: 768px) {
  .mob-btn {
    right: 20px;
    top: 118px;
  }
  .main-nav ul li a {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .mob-btn {
    right: 5px;
    top: 130px;
    z-index: 999;
    transition: all ease 0.5s;
  }
  .main-nav ul li a {
    text-align: left;
  }
  .main-nav {
    top: 0;
  }
}
@media (max-width: 399px) {
  .mob-btn {
    top: 135px;
  }
}
@media (max-width: 375px) {
  .mob-btn {
    right: 5px;
    top: 110px;
    z-index: 999;
    transition: all ease 0.5s;
  }
  .main-nav ul li a {
    text-align: left;
  }
  .main-nav {
    top: 0;
  }
}
@media (max-width: 366px) {
  .mob-btn {
    top: 134px;
  }
}
@media (max-width: 352px) {
  .mob-btn {
    top: 155px;
  }
}
@media (max-width: 320px) {
  .mob-btn {
    top: 156px;
  }
}
@media (max-width: 767px) {
  .header.stick_head .mob-btn {
    right: 5px;
    top: 25px;
    transition: all ease 0.5s;
  }
}

.test-slidee {
  margin: 70px 0;
}
@media (max-width: 1680px) {
  .test-slidee {
    margin: 50px 0;
  }
}
@media (max-width: 1440px) {
  .test-slidee {
    margin: 30px 0;
  }
}
@media (max-width: 1199px) {
  .test-slidee {
    margin: 25px 0;
  }
}
.test-slidee .slide {
  border-bottom: solid 2px #f26725;
  padding: 30px;
  margin: 0 0 50px;
  background: #f5f3f8;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 767px) {
  .test-slidee .slide {
    padding: 20px;
  }
}
.test-slidee p {
  font-size: 1.188rem;
  font-weight: 500;
}
.test-slidee figure {
  display: flex;
  justify-content: baseline;
  align-items: baseline;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .test-slidee figure {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.test-slidee figure h4 {
  margin-left: 20px !important;
  color: #000;
}
@media (max-width: 1600px) {
  .test-slidee figure h4 {
    font-size: 1.25rem;
  }
}
@media (max-width: 1199px) {
  .test-slidee figure h4 {
    font-size: 1.188rem;
  }
}
.test-slidee .author {
  display: flex;
  margin: 30px 0 0 10px;
}
@media (max-width: 991px) {
  .test-slidee .author {
    flex-flow: wrap;
    margin: 20px 0 0 10px;
  }
}
.test-slidee .author .name {
  background: #f26725;
  margin-right: 30px;
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .test-slidee .author .name {
    margin: 10px 0;
  }
}
.test-slidee .author .name:after {
  position: absolute;
  width: 75px;
  height: 75px;
  background: #eaeaea;
  border-radius: 50%;
  z-index: -1;
}
.test-slidee .author h3 {
  color: #000;
}
@media (max-width: 1600px) {
  .test-slidee .author h3 {
    font-size: 1.5rem;
  }
}
.test-slidee .author h3 span {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1600px) {
  .test-slidee .author h3 span {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .test-slidee .author h3 span {
    font-size: 1rem;
  }
}

.reviewpage {
  width: 80%;
  margin: 0 auto 50px;
}
@media (max-width: 767px) {
  .reviewpage {
    width: 100%;
  }
}
.reviewpage figure {
  margin-bottom: 15px !important;
}
.reviewpage h4 {
  margin-top: 15px !important;
}
.reviewpage .slick-prev {
  left: -60px !important;
}
.reviewpage .slick-next {
  right: -60px !important;
}

.our-taem-wrap {
  padding: 70px 0;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
@media (max-width: 1680px) {
  .our-taem-wrap {
    padding: 50px 0;
  }
}
@media (max-width: 1440px) {
  .our-taem-wrap {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .our-taem-wrap {
    padding: 20px 15px;
  }
}
.our-taem-wrap .our-tm {
  flex: 0 0 31%;
  margin: 0 50px 50px 0px;
  width: 32%;
}
@media (max-width: 1680px) {
  .our-taem-wrap .our-tm {
    flex: 0 0 31%;
    margin: 0 47px 50px 0px;
    width: calc(31% - 47px);
  }
}
@media (max-width: 1599px) {
  .our-taem-wrap .our-tm {
    margin: 0 44px 50px 0px;
    width: calc(31% - 44px);
  }
}
@media (max-width: 1366px) {
  .our-taem-wrap .our-tm {
    margin: 0 43px 50px 0px;
    width: calc(31% - 43px);
  }
}
@media (max-width: 1280px) {
  .our-taem-wrap .our-tm {
    margin: 0 40px 50px 0px;
    width: calc(31% - 40px);
  }
}
@media (max-width: 1199px) {
  .our-taem-wrap .our-tm {
    margin: 0 24px 50px 23px;
    width: calc(46% - 40px);
    flex: 0 0 45%;
  }
}
@media (max-width: 991px) {
  .our-taem-wrap .our-tm {
    flex: 0 0 43%;
  }
}
@media (max-width: 767px) {
  .our-taem-wrap .our-tm {
    flex: 0 0 100%;
    margin: 0 0 35px;
  }
}
.our-taem-wrap .our-tm:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .our-taem-wrap .our-tm:nth-child(3) {
    margin-right: 24px;
  }
}
.our-taem-wrap .our-tm:nth-child(6) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .our-taem-wrap .our-tm:nth-child(6) {
    margin-right: 24px;
  }
}
.our-taem-wrap .our-tm:nth-child(9) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .our-taem-wrap .our-tm:nth-child(9) {
    margin-right: 24px;
  }
}
.our-taem-wrap .our-tm:nth-child(12) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .our-taem-wrap .our-tm:nth-child(12) {
    margin-right: 24px;
  }
}
.our-taem-wrap .our-tm:nth-child(18) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .our-taem-wrap .our-tm:nth-child(18) {
    margin-right: 24px;
  }
}
.our-taem-wrap .our-tm:nth-child(21) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  .our-taem-wrap .our-tm:nth-child(21) {
    margin-right: 24px;
  }
}
.our-taem-wrap .our-tm figure.team-fig {
  position: relative;
  background: #f8f5fc;
}
.our-taem-wrap .our-tm figure.team-fig img {
  border-radius: 10px !important;
  overflow: hidden;
}
.our-taem-wrap .our-tm figure.team-fig .img-cnt-team {
  position: absolute;
  bottom: -20%;
  text-align: center;
  left: 50%;
  padding: 20px 20px 0px 20px;
  width: 80%;
  z-index: 9;
  transform: translate(-50%, 0px);
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  border: 2px solid #fff;
}
.our-taem-wrap .our-tm h4 {
  padding: 0 !important;
  margin: 0 0 5px !important;
}
@media (max-width: 767px) {
  .our-taem-wrap .our-tm h4 {
    font-size: 1.25rem;
  }
}
.our-taem-wrap .our-tm h5 {
  padding: 0 !important;
  margin: 0 0 7px !important;
}
@media (max-width: 767px) {
  .our-taem-wrap .our-tm h5 {
    font-size: 1.188rem;
  }
}
.our-taem-wrap .our-tm p {
  transition: all ease 0.5s;
  font-size: 0.9375rem !important;
  padding: 5px 0 0 !important;
  opacity: 0;
  display: block;
  height: 0;
  transition: all 0.45s ease;
  overflow: hidden;
}
.our-taem-wrap .our-tm p a {
  padding: 10px 0 0 !important;
  font-weight: 600;
}
.our-taem-wrap .our-tm:hover p {
  opacity: 1;
  display: block;
  height: 90px;
  transition: all 0.45s ease;
  transition: all ease 0.5s;
}
.our-taem-wrap .our-tm .btn-wrap {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .our-taem-wrap .our-tm .btn-wrap {
    margin-top: 60px;
  }
}
.our-taem-wrap .our-tm .btn-wrap .btn, .our-taem-wrap .our-tm .btn-wrap .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .our-taem-wrap .our-tm .btn-wrap .elementor-button,
.our-taem-wrap .our-tm .btn-wrap .elementor-button-wrapper a,
.elementor-button-wrapper .our-taem-wrap .our-tm .btn-wrap a {
  margin: 0 auto;
}

.career_wp {
  padding: 40px 0;
}
@media (max-width: 1680px) {
  .career_wp {
    padding: 30px 0;
  }
}
@media (max-width: 1440px) {
  .career_wp {
    padding: 20px 0;
  }
}
@media (max-width: 1199px) {
  .career_wp {
    padding: 20px 0;
  }
}

.carres-wrap {
  display: flex;
  flex-flow: wrap;
  margin: 30px 0;
}
.carres-wrap .caeer-wp {
  flex: 0 0 49%;
  background: #f5f3f8;
  padding: 30px;
  margin: 0 30px 30px 0;
  border-left: solid 2px #f26725;
}
@media (max-width: 1919px) {
  .carres-wrap .caeer-wp {
    flex: 0 0 48.8%;
  }
}
@media (max-width: 1366px) {
  .carres-wrap .caeer-wp {
    flex: 0 0 48.7%;
  }
}
@media (max-width: 1199px) {
  .carres-wrap .caeer-wp {
    flex: 0 0 48.5%;
  }
}
@media (max-width: 991px) {
  .carres-wrap .caeer-wp {
    flex: 0 0 100%;
    margin: 0 0 20px 0;
  }
}
.carres-wrap .caeer-wp:nth-child(even) {
  margin-right: 0;
}
.carres-wrap .caeer-wp h3 {
  margin-bottom: 0 0 15px !important;
  font-size: 1.875rem !important;
}
.carres-wrap .caeer-wp p {
  margin-top: 15px !important;
}

.carres-inner-wp {
  padding: 40px 0;
}
@media (max-width: 1680px) {
  .carres-inner-wp {
    padding: 30px 0;
  }
}
@media (max-width: 1199px) {
  .carres-inner-wp {
    padding: 20px 0;
  }
}

.career-fm {
  margin: 50px 0;
}
.career-fm .input-holder {
  margin: 0 7px;
}
.career-fm .top {
  display: flex;
  flex-flow: wrap;
}
.career-fm .top .input-holder {
  flex: 0 0 32.3%;
  margin: 0 7px 10px;
}
@media (max-width: 1366px) {
  .career-fm .top .input-holder {
    flex: 0 0 32.3%;
  }
}
@media (max-width: 1199px) {
  .career-fm .top .input-holder {
    flex: 0 0 32%;
  }
}
@media (max-width: 991px) {
  .career-fm .top .input-holder {
    flex: 0 0 100%;
    margin: 0 0 5px;
  }
}
@media (max-width: 767px) {
  .career-fm .top .input-holder {
    flex: 0 0 100%;
    margin: 0 0 5px;
  }
}
.career-fm .top .input-holder:last-child {
  margin-right: 0;
}
.career-fm .top select {
  border-radius: 3px;
  margin-bottom: 10px !important;
  border: solid 1px #d7d7d7;
  padding: 18px 40px 18px 20px;
  width: 100%;
  font-size: 1rem;
  color: #000;
  font-weight: 500;
  background: url(assets/images/sel.png) no-repeat top 22px right 15px;
}
@media (max-width: 767px) {
  .career-fm .top select {
    font-size: 0.875rem;
  }
}
.career-fm .top input {
  border-radius: 3px;
  margin-bottom: 10px !important;
  border: solid 1px #d7d7d7;
  padding: 20px;
}
.career-fm .input-holder {
  margin: 0 7px 10px;
  width: 98.7%;
}
@media (max-width: 1680px) {
  .career-fm .input-holder {
    width: 98.8%;
  }
}
@media (max-width: 1440px) {
  .career-fm .input-holder {
    width: 98.9%;
  }
}
@media (max-width: 1366px) {
  .career-fm .input-holder {
    width: 99%;
  }
}
@media (max-width: 1199px) {
  .career-fm .input-holder {
    width: 98.8%;
  }
}
@media (max-width: 767px) {
  .career-fm .input-holder {
    width: 100%;
    margin: 0 0 5px;
  }
}
.career-fm textarea {
  border-radius: 3px;
  width: 100%;
  height: 57px;
  border: solid 1px #d7d7d7;
  padding: 15px 20px 20px;
  margin-bottom: 0 !important;
}
.career-fm button {
  float: right;
}
.career-fm input[type=submit] {
  background: #f26725;
  width: 250px;
  color: #fff;
  font-size: 1.25rem;
  text-transform: uppercase;
  border-radius: 7px;
  font-weight: 500;
  display: block;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .career-fm input[type=submit] {
    width: 200px;
    font-size: 1rem;
    padding: 10px;
  }
}
.career-fm input[type=submit]:hover {
  background: #000;
  color: #fff;
}
.career-fm #file_upload_name {
  margin-bottom: 0 !important;
}
.career-fm input[type=file] {
  background: #177b2d none repeat scroll 0 0;
  border: 1px solid #177b2d;
  color: #fff;
  font: 15px "proxima_novalight";
  margin-bottom: 15px;
  width: 100%;
}
.career-fm .file-upload {
  height: 0.1px;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: 9;
}
.career-fm #uploadFile {
  opacity: 1;
  overflow: hidden;
  position: absolute;
  z-index: 9;
  border: none;
  width: 50%;
}
.career-fm .dummy-field {
  display: inline-block;
  height: 38px;
  left: 0;
  position: absolute;
  width: 70%;
}
.career-fm .file-upload.field + label {
  border: 1px solid #ddd;
  text-align: left;
  border-radius: 3px;
}
.career-fm .file-upload.field + label:hover span {
  background: #1a293c;
}
.career-fm .file-upload + label {
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  line-height: 55px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 57px;
}
@media (max-width: 1199px) {
  .career-fm .file-upload + label {
    height: 58px;
  }
}
.career-fm .file-upload.field + label span {
  background-color: #fff;
  cursor: text;
  display: inline-block;
  float: right;
  text-align: center;
  overflow: hidden;
  padding: 0 10px;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  width: 40%;
  background: #f26725;
  height: 55px;
}
@media (max-width: 1199px) {
  .career-fm .file-upload.field + label span {
    height: 56px;
  }
}
.career-fm .file-upload.field + label span:hover {
  background: #1a293c;
}
.career-fm .file-upload.field + label span svg {
  width: 35px;
  height: 35px;
  display: none;
}
.career-fm .file-upload.field + label strong {
  background: #1a293c none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  float: right;
  font-weight: 300;
  position: relative;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 30%;
}
.career-fm .file-upload.field + label strong:hover {
  background: #f26725 none repeat scroll 0 0;
}
.career-fm ::-webkit-input-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .career-fm ::-webkit-input-placeholder {
    font-size: 0.9375rem;
  }
}
.career-fm :-moz-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .career-fm :-moz-placeholder {
    font-size: 0.9375rem;
  }
}
.career-fm ::-moz-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .career-fm ::-moz-placeholder {
    font-size: 0.9375rem;
  }
}
.career-fm :-ms-input-placeholder {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .career-fm :-ms-input-placeholder {
    font-size: 0.9375rem;
  }
}
.career-fm input[type=file] {
  background: #fff none repeat scroll 0 0;
  color: #fff;
  width: 60%;
  margin-bottom: 15px;
  height: 55px;
  border: solid 1px #d7d7d7;
  display: none;
}
.career-fm #file_upload {
  display: none !important;
}

#menu-item-1032 ul.sub-menu {
    column-count: 3;
    width: initial;
    gap: 0;
    background-color:#f26725;
}

#menu-item-1032  ul.sub-menu li{
  min-width: 150px;
  margin-right: 1.5rem;
}

#menu-item-1017 ul.sub-menu,
#menu-item-1048 ul.sub-menu {
    column-count: 2;
    width: initial;
    gap: 0;
    background-color:#f26725;
}

#menu-item-1017 ul.sub-menu li,
#menu-item-1048 ul.sub-menu li{
  min-width: 325px;
  margin-right: 1.5rem;
}

#menu-item-1032  ul.sub-menu li:last-child{
  border-bottom: 1px solid #fff;
}
#menu-item-1017  ul.sub-menu li:last-child{
  border-bottom: 1px solid #fff;
}
#menu-item-1048  ul.sub-menu li:last-child{
  border-bottom: 1px solid #fff;
}
/*# sourceMappingURL=main.min.css.map */



@media (min-width: 1200px){
  .main-nav ul li ul li a{
    font-size: 13px!important;
  }
}


section.inner-banner {
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.banner-btn {
    display: block;
    margin: 20px;
}

section.inner-banner .ban-tle {
    margin-top: 50px;
}

.ti-widget.ti-goog{
  margin: 50px 0;
}


.container.footer-reviews .btn{
      margin: 0 auto 20px;
    display: block;
    width: fit-content;
}

.trusted-wrapper{

  padding-top: 55px;
}


 .form-bt-banner {
    margin-top: -213px;
}

.btm-frm{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.btm-frm .wth-sev{
  width: 75%;
  margin-right: 15px;
}

.btm-frm .wth-sev textarea {
  height: 50px;
}

.btm-frm .wth-thr{
  margin-left: auto;
}
.btm-frm .wth-thr button{
   height: 50px;
}


@media (max-width: 1199px){
  .btm-frm .wth-sev{
    width: 100%;
    margin-right: 0px;
  }
  .btm-frm .wth-thr button{
   height: inherit;
  }
  .form-bt-banner {
    margin-top: -200px;
}

}


@media only screen and (max-width: 600px) {
   .form-bt-banner {
    margin-top: -100px;
}
}


