/*
#00007c
#005792
#FACF39
#00395F
#FBDB6B
#E8EBFE
site color
*/

/*
|----------------------------------------------------------------------
|       Body Main Css
|----------------------------------------------------------------------
*/

html {
  scroll-behavior: smooth;
}

:root {
  --chevron: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23080a0f" viewBox="-155 247 300 300" style="enable-background:new -155 247 300 300;"><polygon points="78.6356201,306.8178101 -5.0166931,390.4367371 -88.6356277,306.8178101 -137, 355.1821899 -5.0166931,487.1821899 127,355.1821899 "/></svg>');
  --tick: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="300px" height="300px" fill="%23fff" viewBox="0 0 300 300" style="enable-background:new 0 0 300 300;" xml:space="preserve"><polygon points="115.7434006,270.8831787 0,173.503006 21.3676376,148.106369 111.6297684,224.0477905 274.5331421,29.1168175 300,50.3998222"/></svg>');
}

/* ============ colors =============== */

/* ========= colors ============ */
:root {
  --orange: #ff7e15;

  --darkblue: #010030;

  --white: #fff;

  --lightblack: #232323;

  --black: #000;

  --yellow: #ff9900;

  --lightyellow: #fff2df;

  --grey: #676767;

  --dark: #0e0e0e;

  --purple: #e8ebfe;
}

/* ============ fonts ============== */

@font-face {
  font-family: "Poppins Bold";
  src: url("../webfonts/Poppins-Bold.ttf");
}

@font-face {
  font-family: "Poppins SemiBold";
  src: url("../webfonts/Poppins-SemiBold.ttf");
}

@font-face {
  font-family: "Poppins Regular";
  src: url("../webfonts/Poppins-Regular.ttf");
}

@font-face {
  font-family: "Poppins Italic";
  src: url("../webfonts/Poppins-Italic.ttf");
}

@font-face {
  font-family: "Poppins Medium";
  src: url("../webfonts/Poppins-Medium.ttf");
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  background-color: var(--white);
  color: var(--dark);
  font-size: 14px;
  font-family: "Poppins Regular";
  margin: 0;
  padding: 0;
  line-height: 1.6;
  word-break: break-word;
  transition: all ease 0.5s;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-flow: column;
}

body.flow {
  overflow: hidden !important;
}

::selection {
  background: var(--orange);
  color: var(--white);
}

::-moz-selection {
  background: var(--orange);
  color: var(--white);
}

body a {
  color: var(--lightblack);
  word-break: break-word;
}

body a,
body span {
  display: inline-block;
  text-decoration: none;
}

body a:hover {
  color: var(--orange);
}

body a:focus,
body a:hover {
  outline: none !important;
  text-decoration: none !important;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  display: inline-block;
}

ul li a {
  transition: all ease 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins Bold";
  line-height: 1.3;
  margin: 0;
  margin-bottom: 10px;
}

p {
  margin-bottom: 20px;
}

p:nth-last-child(1) {
  margin: 0;
}

.relative {
  position: relative;
}

.tableDv {
  display: table;
  width: 100%;
  height: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.toggle {
  position: absolute;
  top: 12px;
  right: 5px;
  display: flex;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 10px;
  transition: all ease 0.5s;
  z-index: 4;
}

.toggle span,
.toggle span:before,
.toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--lightblack);
  border-radius: 50px;
  transition: all ease 0.5s;
}

.toggle span {
  position: relative;
  display: block;
  width: 22px;
  margin: 8px auto;
}

.toggle span:before {
  top: -7px;
}

.toggle span:after {
  bottom: -7px;
}

.toggle.active span {
  width: 22px;
  background: transparent !important;
}

.toggle.active span:before,
.toggle.active span:after {
  top: 0;
}

.toggle.active span:before {
  transform: rotate(405deg);
}

.toggle.active span:after {
  transform: rotate(-45deg);
}

.blockquote {
  background: var(--white);
  color: var(--grey);
  padding: 10px 10px 10px 20px;
  border: 1px solid var(--white);
  border-left: 4px solid var(--grey);
}

/*
|----------------------------------------------------------------------
|       Body Main Button
|----------------------------------------------------------------------

/*  */

.webBtn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  height: 46px;
  background: var(--orange);
 border:1px solid var(--orange);
  background-position: 100% 0;
  background-size: 100% 100%;
  color: #fff;
  font-size: 14px;
  font-family: "Poppins Medium";
  text-align: center;
  padding: 0 30px;
  white-space: nowrap;
  /*text-transform: uppercase;
  */
/*   border: 0; */
  border-radius: 50px;
  outline: none !important;
  /*box-shadow: rgb(15 78 126 / 5%) 0 16px 48px 0;
  */
  /*box-shadow: rgb(81 24 24 / 20%) 0 5px 10px 0;
  */
  box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}
.webBtn.selected{
	background: transparent;
    color: #ff7e15;
}

/* .webBtn::before {
  content: "";
  height: 300px;
  width: 300px;
  background:  var(--dark);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
} */

.webBtn:hover {
  color: var(--orange);
  box-shadow: 0 7px 15px -2px var(--orange);
	  background: var(--white);
 border:1px solid var(--orange);
}

/* .webBtn:hover::before {
  transform: translateY(-50%) translateX(-50%) scale(1);
} */

.webBtn i {
  margin-left: 5px;
}

.webBtn span {
  margin-right: 5px;
}


/*  */


.smBtn {
  min-width: 40px;
  height: 30px;
  padding: 0px 10px;
  font-size: 14px;
}

.mdBtn {
  min-width: 80px;
  height: 40px;
}

.lgBtn {
  height: 54px;
  font-size: 16px;
  padding: 0 40px;
}

.blankBtn {
  background: transparent;
  color: var(--white);
  border: 1px solid var(--blue);
}

.blankBtn:hover {
  background: #00007c;
  color: #fff;
  border: 1px solid var(--blue);
}

.whiteBtn {
  background: var(--white);
  color: var(--lightblack);
}

.whiteBtn:hover {
  background: #0e0eca;
  color: var(--white);
}

.lightBtn {
  background-image: linear-gradient(to right, #f5b525, #e29115);
  color: var(--white);
}

.lightBtn:hover {
  background-position: 100% 0;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  color: #fff;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.arrowBtn {
  display: flex !important;
  width: 46px;
  min-width: 46px;
  padding: 0 5px;
}

.arrowBtn>i {
  font-weight: bold;
  margin: 0 !important;
}

.arrowBtn>img {
  width: 18px;
}

.icoBtn>img {
  width: 18px;
  margin-right: 10px;
  filter: brightness(0.2) invert(0.2);
}

.roundBtn {
  border-radius: 50px;
}

.blockBtn {
  width: 100%;
}

.blockBtn em {
  flex: 1;
  text-align: left;
}

.webBtn i {
  margin-right: 10px;
}

.webBtn i.fi-arrow-right,
.webBtn i.fi-arrow-left {
  font-size: 120%;
  font-weight: bold;
}

.webBtn i.fi-arrow-right {
  margin-left: 10px;
  margin-right: 0;
}

.webBtn i.fi-arrow-left {
  margin-left: 0;
  margin-right: 10px;
}

/*_____ webBtn spinner _____*/

.webBtn .spinner {
  width: auto;
  height: auto;
  background: inherit;
  border-radius: inherit;
  overflow: hidden;
}

.webBtn .spinner~i {
  visibility: hidden;
}

.webBtn .spinner,
.webBtn .spinner:before,
.webBtn .spinner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}

.webBtn .spinner:before,
.webBtn .spinner:after {
  content: "";
  width: 18px;
  height: 18px;
  border: 3px solid;
  animation: spinner 0.5s linear infinite;
  border-radius: 75%;
}

.webBtn .spinner:before {
  border-right-color: transparent;
  border-bottom-color: transparent;
}

.webBtn .spinner:after {
  border-top-color: transparent;
  border-left-color: transparent;
  opacity: 0.5;
}

.webBtn.smBtn .spinner:before,
.webBtn.smBtn .spinner:after {
  width: 14px;
  height: 14px;
}

.webBtn.lgBtn .spinner:before,
.webBtn.lgBtn .spinner:after {
  width: 20px;
  height: 20px;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

*[disabled] {
  cursor: not-allowed !important;
}

a[disabled],
button[disabled] {
  opacity: 0.8;
}

/*
|----------------------------------------------------------------------
|       Body Inner Css
|----------------------------------------------------------------------
*/

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

img {
  width: 100%;
  display: block;
}

em {
  font-style: normal;
}

strong {
  font-family: "Poppins Bold";
  font-weight: normal;
}

input,
button,
select,
textarea {
  text-decoration: none !important;
  outline: none !important;
}

.ease,
body a,
body button,
body .webBtn {
  transition: all ease 0.5s;
}

.contain,
.contain-fluid {
  position: relative;
  max-width: 1240px;
  padding: 0 15px;
  margin: auto;
  min-height: 1px;
  z-index: 1;
}

.contain-fluid {
  max-width: 1600px;
  padding: 0 15px;
}

.contain:before,
.contain:after,
.contain-fluid:before,
.contain-fluid:after {
  content: "";
  display: table;
}

.contain:after,
.contain-fluid:after {
  clear: both;
}

section {
  position: relative;
  padding: 70px 0;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.formRow {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}

.formRow>[class*="col-"],
.formRow>[class^="col-"] {
  padding: 10px;
}

.flexBox {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flexDv {
  width: 100%;
}

.flexRow {
  margin: -15px;
}

.flexRow>.col {
  padding: 15px;
}

.bTns {
  display: flex;
  flex-flow: wrap;
  gap: 16px;
}

.bTns.formBtn {
  margin-top: 20px;
}

.text-left.bTn,
.text-left .bTn {
  justify-content: flex-start;
}

.text-center.bTn,
.text-center .bTn {
  justify-content: center;
}

.text-right.bTn,
.text-right .bTn {
  justify-content: flex-end;
}

/* ======== error or spinner ========== */

input.error {
  border-color: Red !important;
  border-style: solid;
  border-width: 1px;
}

textarea.error {
  border-color: Red !important;
  border-style: solid;
  border-width: 1px;
}

select.error {
  border-color: Red !important;
  border-style: solid;
  border-width: 1px;
}

label.error {
  color: red;
  font-size: 11px;
}

input[type="“radio”"].error:after,
input[type="“checkbox”"].error:after {
  border-color: red;
}

/* ================= popup ================== */

.popup .inside {
  max-width: 700px;
  margin: 0 auto;
}

.tableDv {
  display: table;
  width: 100%;
  height: 100%;
}

.tableCell {
  display: table-cell;
  vertical-align: middle;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(25, 33, 37, 0.95);
  padding: 20px 0;
  overflow: auto;
  z-index: 99999;
  /* display: flex; */
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.popup ._inner {
  position: relative;
  max-width: 600px;
  /*background: #f7f8f9;*/
  background: #fff;
  padding: 20px;
  margin: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 7px 14px 0 rgba(59, 65, 94, 0.1),
    0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

.popup.big-popup ._inner {
  max-width: 800px;
}

.popup.small-popup ._inner {
  max-width: 420px;
}

.popup ._inner h3 {
  padding-right: 25px;
  margin-bottom: 20px;
}

.popup ._inner h4 {
  padding-right: 25px;
  margin-bottom: 15px;
}

.popBtn {
  cursor: pointer;
}

.crosBtn {
  position: absolute;
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 5px;
  width: 28px;
  height: 28px;
  color: #8b9593;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  z-index: 5;
}

.crosBtn:before {
  content: "\2715";
  line-height: 1;
}

.popup .list>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.popup .list>li>div:nth-child(1) {
  width: 120px;
  min-width: 120px;
  font-family: "Poppins Bold";
  margin-right: 10px;
}

.popup .list>li>div:nth-child(2) {
  width: 100%;
  color: #8b9593;
}

.popup .blockLst {
  margin: -15px;
}

/*
|----------------------------------------------------------------------
|       Dropdown
|----------------------------------------------------------------------
*/

.dropBtn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.dropBtn>i.chevron {
  display: inline-block;
  width: 10px;
  min-width: 10px;
  height: 10px;
  background-image: var(--chevron);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  margin-left: 5px;
  transition: inherit;
}

.dropDown {
  position: relative;
  z-index: 1;
}

.dropCnt {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 160px;
  max-width: 260px;
  background: #fff;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  /* border: 1px solid #eee; */
  border-radius: 7px;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transition: all ease 0.5s;
  overflow: hidden;
}

.dropCnt.right {
  left: initial;
  right: 0;
}

.dropCnt.active {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
}

.dropLst {
  /* border: 1px solid #eee; */
  padding: 6px 0;
  /* border-radius: 7px; */
}

.dropLst>li,
.dropLst>li>* {
  display: block;
}

/* .dropLst > li:nth-child(1) > * {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.dropLst > li:nth-last-child(1) > * {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}

.dropLst > li:not(:nth-last-child(1)) {
    border-bottom: 1px solid #eee;
} */

.dropLst>li>* {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 6px 15px;
  border: 0;
}

.dropLst>li>*:hover {
  background: #fafafa;
}

.dropLst>li>*>i {
  margin-right: 6px;
}

/*
|----------------------------------------------------------------------
|       Editor
|----------------------------------------------------------------------
*/

.ckEditor {
  /* Font */
  /* Emoji fonts are added to visualise them nicely in Internet Explorer. */
  font-family: "Poppins Regular", sans-serif, Arial, Verdana, "Trebuchet MS",
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;

  /* Text color */
  color: #333;
}

.ckEditor .cke_editable {
  font-size: 13px;
  line-height: 1.6;

  /* Fix for missing scrollbars with RTL texts. (#10488) */
  word-wrap: break-word;
}

.ckEditor blockquote {
  font-style: italic;
  font-family: "Poppins Regular", Times, "Times New Roman", serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
}

.ckEditor .cke_contents_ltr blockquote {
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

.ckEditor .cke_contents_rtl blockquote {
  padding-left: 8px;
  padding-right: 20px;
  border-right-width: 5px;
}

.ckEditor a {
  display: inline;
  color: #4a4f55;
}

.ckEditor ol,
.ckEditor ul,
.ckEditor dl {
  /* IE7: reset rtl list margin. (#7334) */
  margin-right: 0px;
  /* Preserved spaces for list items with text direction different than the list. (#6249,#8049)*/
  padding: 0 40px;
}

.ckEditor ul,
.ckEditor ol {
  padding: 0;
  padding-left: 20px;
  margin: 0 0 10px;
  list-style-position: inside;
}

.ckEditor ul>li,
.ckEditor ol>li {
  display: list-item;
  margin-bottom: 5px;
}

.ckEditor ul>li ul,
.ckEditor ol>li ol {
  margin: 5px 0 7px;
}

.ckEditor h1,
.ckEditor h2,
.ckEditor h3,
.ckEditor h4,
.ckEditor h5,
.ckEditor h6 {
  font-weight: normal;
  line-height: 1.2;
}

.ckEditor hr {
  border: 0px;
  border-top: 1px solid #ccc;
}

.ckEditor img.right {
  border: 1px solid #ccc;
  float: right;
  margin-left: 15px;
  padding: 5px;
}

.ckEditor img.left {
  border: 1px solid #ccc;
  float: left;
  margin-right: 15px;
  padding: 5px;
}

.ckEditor pre {
  white-space: pre-wrap;
  /* CSS 2.1 */
  word-wrap: break-word;
  /* IE7 */
  -moz-tab-size: 4;
  tab-size: 4;
}

.ckEditor .marker {
  background-color: #4a4f55;
}

.ckEditor span[lang] {
  font-style: italic;
}

.ckEditor figure {
  text-align: center;
  outline: solid 1px #ccc;
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin: 10px 20px;
  display: inline-block;
}

.ckEditor figure>figcaption {
  text-align: center;
  display: block;
  /* For IE8 */
}

.ckEditor a>img {
  padding: 1px;
  margin: 1px;
  border: none;
  outline: 1px solid #0782c1;
}

/* Widget Styles */
.ckEditor .code-featured {
  border: 5px solid #4a4f55;
}

.ckEditor .math-featured {
  padding: 20px;
  box-shadow: 0 0 2px #4a4f55;
  background-color: rgba(255, 0, 0, 0.05);
  margin: 10px;
}

.ckEditor .image-clean {
  border: 0;
  background: none;
  padding: 0;
}

.ckEditor .image-clean>figcaption {
  font-size: 0.9em;
  text-align: right;
}

.ckEditor .image-grayscale {
  background-color: white;
  color: #666;
}

.ckEditor .image-grayscale img,
.ckEditor img.image-grayscale {
  filter: grayscale(100%);
}

.ckEditor .embed-240p {
  max-width: 426px;
  max-height: 240px;
  margin: 0 auto;
}

.ckEditor .embed-360p {
  max-width: 640px;
  max-height: 360px;
  margin: 0 auto;
}

.ckEditor .embed-480p {
  max-width: 854px;
  max-height: 480px;
  margin: 0 auto;
}

.ckEditor .embed-720p {
  max-width: 1280px;
  max-height: 720px;
  margin: 0 auto;
}

.ckEditor .embed-1080p {
  max-width: 1920px;
  max-height: 1080px;
  margin: 0 auto;
}

.ckEditor i,
.ckEditor em {
  font-style: italic;
}

.ckEditor b,
.ckEditor strong {
  font-weight: bold;
}

.ckEditor u {
  text-decoration: underline;
}

.ckEditor span {
  display: initial;
  text-decoration: inherit;
}

/*_____ owl-nav _____*/
/*_____ owl-nav _____*/

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0;
}

.owl-nav [class*="owl-"] {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f58434 !important;
  color: #fff !important;
  font-size: 14px !important;
  margin: -20px 0 0;
  border-radius: 75%;
  box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
}

.owl-nav [class*="owl-"]:hover {
  color: #fff;
}

.owl-nav .owl-prev {
  left: -50px;
}

.owl-nav .owl-next {
  right: -50px;
}

.owl-nav [class*="owl-"]>i {
  font-weight: bold;
}

.owl-carousel .owl-stage-outer {
  height: 300px !important;
}

/*_____ owl-dots _____*/

.owl-dots {
  text-align: center;
  position: relative;
  margin-top: 20px;
  line-height: 0;
  z-index: 5;
}

.owl-dots .owl-dot {
  display: inline-block;
  padding: 0 2px !important;
}

.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 4px;
  margin: auto;
  border: none;
  background-color: #aaa;
  border-radius: 50px;
  transition: all ease 0.5s;
}

.owl-dots .owl-dot.active span {
  width: 24px;
  height: 4px;
  margin: auto;
  border: none;
  background-color: #00007c;
}

/*
|----------------------------------------------------------------------
|       Form
|----------------------------------------------------------------------
*/

label {
  display: block;
  font-weight: normal;
  cursor: pointer;
}

label>a {
  color: #3c9cdb;
}

label>a:hover {
  color: #4a4f55;
}

.txtGrp {
  position: relative;
}

.txtGrp:not(:nth-last-child(1)) {
  margin-bottom: 20px;
}

.infoHead {
  margin-top: 40px;
  margin-bottom: 20px;
}

form h5+p {
  margin: -10px 0 20px;
}

.txtBox {
  display: block;
  width: 100%;
  height: 46px;
  background: #f7f7f7;
  text-align: left;
  padding: 6px 12px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  outline: none !important;
  transition: all ease 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.txtGrp label~.txtBox:not(button) {
  padding: 16px 12px 6px;
}

.txtBox:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
}

textarea.txtBox {
  height: 190px;
  resize: none;
}

.txtGrp .txtBox.uploadImg:not([data-upload]) {
  background: #fff;
  color: #4a4f55;
  text-align: center;
  border-color: #4a4f55;
  box-shadow: inset 1px 1px 4px #fcfcfc;
}

.txtGrp .txtBox.uploadImg[data-upload] {
  display: flex;
  align-items: center;
  color: #8b9593;
}

.txtGrp .txtBox.uploadImg[data-upload]:before {
  content: attr(data-text);
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.txtGrp .txtBox.uploadImg[data-upload]:after {
  content: "Hochladen";
  color: #4a4f55;
  margin-left: 5px;
}

.txtGrp .txtBox.uploadImg[data-upload].uploaded:after {
  content: "Entfernen";
}

/* .txtGrp:not(.lblBtn)>label {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  min-height: 46px;
  color: #8b9593;
  line-height: 1;
  margin: 0;
  margin-left: 13px;
  pointer-events: none;
  transition: all ease 0.5s;
  z-index: 1;
}

.txtGrp:not(.lblBtn)>label.move {
  font-size: 10px;
  transform: translateY(-12px);
} */

.txtBox:disabled {
  background: #e3e8ee;
  cursor: not-allowed;
  border-color: #d8dee6 !important;
}

.txtBox::placeholder {
  color: #9c9c9c;
  font-family: "Poppins Regular";
}

.txtBox:focus::placeholder {
  opacity: 0.4;
}

.txtGrp .txtBox:focus::placeholder {
  opacity: 0;
}

.txtBox:hover,
.txtBox:focus {
  border-color: #4a4f55;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 0;
  cursor: pointer;
}

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

input[type="radio"]:before,
input[type="checkbox"]:before,
input[type="radio"]:after,
input[type="checkbox"]:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

input[type="checkbox"]:before,
input[type="checkbox"]:after {
  transition: all linear 0.3s;
}

input[type="radio"]:before,
input[type="checkbox"]:before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
  z-index: 1;
}

input[type="radio"]:after,
input[type="checkbox"]:after {
  background: #fff;
  border: 1px solid #d9dade;
  border-radius: 4px;
  box-shadow: inset 1px 1px 4px #f2f3f7;
}

input[type="radio"]:after {
  border-radius: 75%;
}

input[type="checkbox"]:checked:before {
  background-image: var(--tick);
}

input[type="radio"]:checked:after {
  border-color: #4a4f55;
  box-shadow: inset 0 0 0 4px #4a4f55;
}

input[type="checkbox"]:checked:after {
  background: #4a4f55;
  border-color: #4a4f55;
  box-shadow: none;
}

.lblBtn {
  display: flex;
  text-align: left;
}

.lblBtn>input[type="radio"],
.lblBtn>input[type="checkbox"] {
  margin-top: 2px;
}

.lblBtn label {
  align-self: center;
  font-family: "Poppins Bold";
  line-height: 1.5;
  cursor: pointer;
  margin: 0 0 0 10px;
}

input[type="file"].uploadFile {
  display: none;
}

.uploadImg {
  position: relative;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

select.txtBox {
  background-image: var(--chevron);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 10px;
  padding-right: 24px !important;
  -webkit-appearance: none;
  appearance: none;
}

/*
|----------------------------------------------------------------------
|       Page Loader
|----------------------------------------------------------------------
*/

#pageloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #f5f6f8;
  z-index: 999999;
}

.loader {
  width: 40px;
  height: 40px;
  border: 4px solid #00007c;
  border-right: 4px solid #f0f5f9;
  border-radius: 75%;
  animation: spin 0.5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

/* ================top nav============ */
.topNav {
  padding: 5px 0px;
  background-color: #010037;
}

.topNav .colL {
  width: 60%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topNav .colL a {
  color: #fff;
  display: flex;
}

.topNav .colL a i {
  margin-right: 10px;
  font-size: 19px;
  align-self: center;
}

.topNav .colL a {
  margin-right: 20px;
}

.topNav .colR {
  width: 40%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.topNav .social li a {
  font-size: 14px;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  color: #fff;
}

/*
|----------------------------------------------------------------------
|       Header
|----------------------------------------------------------------------
*/

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* height: 100px; */
  z-index: 50;
  /* padding: 20px 0; */
}

.logo {
  float: left;
  width: 255px;
  margin-top: 4px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.logo h2 {
  font-family: "Poppins Bold";
  margin-top: 25px;
  font-size: 25px;
}

.logo>a {
  display: block;
}

nav {
  /* float: right; */
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

nav {
  display: flex;
  align-items: center;
  height: 80px;
}

nav>ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
}

nav>#nav {
  margin: 0 auto;
}

nav>ul>li {
  position: relative;
  padding: 0 15px;
}

nav>ul>li>a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  color: var(--lightblack);
  text-align: center;
  font-family: "Poppins Regular";
}

nav>ul>li>a:hover {
  color: var(--orange);
}

#nav>li.drop>a {
  position: relative;
}

#nav>li.drop>a:after {
  content: "\e93d";
  font-size: 12px;
  font-family: "font-icon";
  font-weight: bold;
  margin-left: 6px;
  line-height: 1;
}

#nav>li>.sub-menu {
  position: absolute;
  top: 100%;
  left: 15px;
  width: 280px;
  background: var(--white);
  text-align: left;
  margin-top: 10px;
  visibility: hidden;
  opacity: 0;
  border-radius: 4px;
  transition: none;
  box-shadow: 0 15px 30px -5px rgb(0 0 0 / 7%);
  overflow: hidden;
	z-index:2;
}

#nav>li:hover>.sub-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition: all 0.2s ease-out;
}

#nav>li>.sub-menu>li,
#nav>li>.sub-menu>li>a {
  display: block;
}

#nav>li>.sub-menu>li>a {
  font-size: 14px;
  padding: 13px 18px;
  border-bottom: solid 1px #eee;
}

#nav>li>.sub-menu>li>a:hover {
  color: #4a4f55;
}

nav #cta {
  margin-left: 20px;
}

header .webBtn {
  color: var(--white);
}

header .webBtn a:hover{
	color:orange;
}

header.fix {
  background: #fff;
  box-shadow: 0px 0px 4px #ddd;
}

.menu-item-39 a {
  color: #fff;
}

.menu-item-39 a:hover {
  color: #fff;
}

/*
|----------------------------------------------------------------------
|       Footer
|----------------------------------------------------------------------
*/

footer {
  position: relative;
  background: linear-gradient(180deg, #fff, #ff7e1526);
  font-family: "Poppins Regular";
  padding-top: 70px;
  margin-top: 90px;
}

footer::before {
  position: absolute;
  content: "";
  top: -360px;
  left: 0;
  right: 0;
  bottom: 0;
  /* height: 751px; */
  /* background-image: url(../images/footergr.png); */
  background-repeat: no-repeat;
  background-size: cover;
}

.fg footer::before {
  position: absolute;
  content: "";
  top: -4px;
  left: 0;
  right: 0;
  bottom: 0;
  /* height: 751px; */
  background-image: url(../images/fg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

footer .flexRow {
  margin: -15px;
}

footer .flexRow {
  flex-flow: nowrap;
  margin: -25px -15px;
}

footer .flexRow>.col {
  flex: 1;
  padding: 25px 15px;
}

footer .flexRow>.col:nth-last-child(1),
footer .flexRow>.col:first-child {
  min-width: 300px;
}

footer .flexRow>.col:first-child {
  flex: 0.8;
}

footer .flexRow>.col.flex {
  align-items: flex-start;
  justify-content: flex-end;
}

footer h5 {
  position: relative;
  font-family: "Poppins SemiBold";
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 17px;
}

footer h5:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: var(--yellow);
}

footer .lst>li {
  display: flex;
  margin-bottom: 10px;
}

footer .lst>li:nth-last-child(1) {
  margin-bottom: 0 !important;
}

footer a {
  color: inherit;
  font-size: 14px;
}

footer a:hover {
  color: var(--orange);
}

footer .smLst {
  margin: 0 -10px;
}

footer .smLst>li {
  padding: 0 10px;
}

footer .infoLst>li {
  display: flex;
  margin-bottom: 20px;
}

footer .infoLst>li>img {
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 10px;
  /* filter: brightness(0) invert(1); */
}

footer form .txtGrp {
  display: flex;
  align-items: center;
  color: #080a0f;
  margin: 10px 0 30px;
}

footer form .txtBox {
  padding-right: 46px;
  border-radius: 50px;
  background: rgba(10, 10, 10, 0.86);
  border: none;
  color: #ffffff;
  height: 60px;
}

footer form ::placeholder {
  color: rgba(255, 255, 255, 0.69) !important;
}

footer form .webBtn {
  min-width: 100px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  margin: auto;
}


footer form>label {
  font-size: 13px;
  margin-bottom: 7px;
  font-family: "Poppins Regular";
}

footer .social {
  margin: 30px -3px -3px;
}

footer .social>li {
  padding: 3px;
}

footer .social>li>a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  background: var(--orange);
  padding: 8px;
  border-radius: 6px;
}
footer .social>li>a:hover{
	background: var(--dark);
}
footer .social>li>a img{
	height: 2rem;
    object-fit: contain;
}

footer .image {
  min-width: 19px;
  width: 19px;
  height: 19px;
  margin-right: 8px;
}

footer .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

footer .col .gap {
  gap: 30px;
}

/*_____ Copyright _____*/

.copyright {
  padding: 25px 0;
  margin-top: 60px;
  z-index: 1;
  border-top: 1px solid #67676712;
}

.copyright .inner {
  display: flex;
  justify-content: center;
  /* text-align: center; */
}

.copyright .inner ul {
  display: flex;
  gap: 40px;
}

.copyright p {
  flex: 1;
  margin: 0;
  text-align: center;
}

.copyright p>a {
  color: var(--yellow);
}

.copyright p>a:hover {
  color: var(--blue);
}


/* ================ banner ============= */

#banner .col ul {
  margin-left: 8px;
  margin-top: 20px;
}

#banner .col ul li a {
  width: 35px;
  height: 35px;
  margin-left: -8px;
  border-radius: 50%;
  display: inline-block;
  border: 2px solid #fff;
}

#banner .col ul li a img {
  border-radius: 50%;
}

#banner strong {
  font-family: "Poppins SemiBold";
  font-weight: normal;
  color: #e46341;
}

#banner {
  position: relative;
  /* background-image: url(../images/bannerbg1.jpg); */
  padding-top: 170px;
}

#banner:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/banner-shape-right-five.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50%;
  opacity: 0.2;
}

#banner h1 {
  /* text-shadow: 5px 5px 5px rgba(41, 41, 47, 0.091); */
  font-size: 55px;
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.9px;
  text-transform: capitalize;
}

#banner h1 em {
  color: #f58634;
}

#banner p {
  font-size: 16px;
}

#banner .col {
  width: 50%;
  align-self: center;
  padding-right: 60px;
}

#banner .colr {
  width: 50%;
  position: relative;
}

#banner .colr .image {
  position: relative;
  padding-bottom: 71%;
  overflow: hidden;
}

#banner .colr .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

/*  */
.title {
  text-transform: uppercase;
  font-family: "Poppins Medium";
  color: #f5821f;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

/*  */

.content-center {
  max-width: 600px;
  text-align: center;
  margin: 0 auto 30px;
}

/* ========== work =============== */

#work {
  padding-top: 0;
}

#work .content-center {
  margin-bottom: 50px;
}

#work .flex .col {
  width: calc(100% / 3);
  position: relative;
  text-align: center;
  padding: 0 20px;
}

#work .flex {
  justify-content: center;
}

#work .flex .col .icon {
  height: 80px;
  width: 80px;
  /* line-height: 120px; */
  text-align: center;
  background: #fef3ec;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
}

#work .flex .col .icon span {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  background: var(--orange);
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  font-family: "Poppins SemiBold";
  color: #fff;
}

#work .flex .col .arrow-img {
  position: absolute;
  top: 20px;
  right: -76px;
  width: 160px;

}

/* ============= intro =============== */

#intro {
  padding-top: 0;
}

#intro .col {
  width: 50%;
}

#intro .col .image {
  position: relative;
  padding-bottom: 80%;
  overflow: hidden;
}

#intro .col .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#intro .colr {
  width: 50%;
  align-self: center;
  padding-left: 30px;
}

#intro .colr ul {
  margin: 20px 0;
}

#intro .colr ul li {
  position: relative;
}

#intro .colr ul li::before {
  position: absolute;
  content: "\f061";
  font-family: "FontAwesome";
  top: 3px;
  left: 5px;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  background-color: #f58634;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  margin-right: 10px;
  font-size: 10px;
}

#intro .colr ul li {
  text-align: left;
  position: relative;
  width: 100%;
  padding: 0px 0 10px 35px;
}

.choose_shape {
  position: absolute;
  top: -486px;
  z-index: -1;
  right: 0px;
  opacity: 0.04;
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
  }
}

/* cars */

#cars .col {
  width: calc(100% / 2);
  padding: 10px;
}

#cars ul {
  margin-bottom: 10px;
	
}

/* #cars .col .inner {
  padding: 10px;
  box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
} */

#cars .col .inner .image {
    width: 80%;
    position: relative;
    padding-bottom: 44%;
    overflow: hidden;
}

#cars .col:nth-child(2) .inner .image{
	 padding-bottom: 38%;
	margin-bottom: 6.5rem;
}

#cars .col:nth-child(4) .inner .image{
	 padding-bottom: 37%;
	margin-top: 4.3rem;
}
#cars .col .inner .image  img{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	height:100%;
	object-fit:contain;
	object-position:left;
}

#cars .col .inner .text {
  width: 100%;
	margin-top: 3rem;
}

#cars .col .inner .text p {
  margin-bottom: 10px;
}
#cars .col .inner .text ul{
	display: flex;
	flex-wrap: wrap;
	margin: -1rem;
}
#cars .col .inner .text ul li{
	width: calc(100% / 3);
    padding:.5rem 1rem;
}
#cars .col .inner .text ul li i {
  color: #e8693c;
  margin-right: 10px;
}
#cars .col .inner .text h3{
	margin-bottom:2rem;
}

#cars .btns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

#cars .btns h2 {
  margin-bottom: 0;
  width: 450px;
}

#cars .flex {
  margin: 0 -10px;
}

#cars .text a {
  color: var(--orange);
  margin-top: 2rem;
}


/*  */

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.stroke-dotted {
  opacity: 0;
  stroke-dasharray: 4, 5;
  stroke-width: 1px;
  transform-origin: 50% 50%;
  animation: spin 4s infinite linear;
  transition: opacity 1s ease, stroke-width 1s ease;
}

.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 4px;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
}

.video_links .icon {
  transform-origin: 50% 50%;
  transition: transform 200ms ease-out;
}

.video_links {
  margin-top: 2rem;
  display: flex;
  gap: 1rem;
  position: relative;
  cursor: pointer;
}

.video_links p {
  margin-bottom: 0;
  align-self: center;
  color: #f5821f;
}

.video_links p em {
  display: block;
  color: #8f8f8f;
  font-size: 1.3rem;
}

.video_links:hover .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}

.video_links:hover .stroke-solid {
  opacity: 0;
  stroke-dashoffset: 300;
}

.video_links:hover .icon {
  transform: scale(1.05);
}

#play {
  cursor: pointer;
}

#shopping .col {
  width: 50%;
  padding-right: 40px;
}

#shopping .colr {
  width: 50%;
}

#shopping {
  padding-top: 0;
}

.choose_shape1 {
  position: absolute;
  top: 120px;
  z-index: -1;
  left: 0px;
  opacity: 0.04;
  animation-name: float-bob4;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes float-bob4 {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
  }

  50% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    -moz-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    -o-transform: translateY(-35px);
  }

  100% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
  }

}


/*  */
/* ============= counter ============== */

/* #counter::before {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  top: -2px;
  height: 65px;
  background-image: url(../images/shape3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#counter::after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  bottom: -2px;
  height: 65px;
  background-image: url(../images/shape4.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.content_center {
  max-width: 650px;
  margin: 0 auto 50px;
  text-align: center;
}

.shape6 {
  right: -20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shape6 img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

.shape7 {
  left: -30px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shape7 img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}

#counter {
  background-color: #f5821f;
  color: #fff;
}

/* #counter .content_center {
  color: #fff;
  margin-bottom: 50px;
} */

#counter .flexRow {
  /* margin: -15px -25px; */
  max-width: 1100px;
  margin: auto;
}

#counter .flexRow>.col {
  width: calc(100% / 4);
  padding: 15px 25px;
}

#counter .flexRow>.col .inner {
  position: relative;
  padding: 30px 0;
  text-align: center;
}

#counter .flexRow>.col .inner::before {
  width: 100px;
  height: 3px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
}

#counter .flexRow>.col .inner::after {
  width: 100px;
  height: 3px;
  background-color: #fff;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

#counter h1 {
  font-size: 40px;
}

/*  */
/* ============ get_free_quote ============== */

#get_free_quote {
  padding: 0px 0 5rem;
}

#get_free_quote .inner_blk {
  background-color: #f5821f;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 6rem;
  position: relative;
}

#get_free_quote .inner_blk:before {
  position: absolute;
  content: "";
  left: 2rem;
  right: 2rem;
  height: 4rem;
  bottom: -2rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #f5821f4f;
  z-index: -1;
}

#get_free_quote .inner_blk:after {
  position: absolute;
  content: "";
  left: 4rem;
  right: 4rem;
  height: 6rem;
  bottom: -4rem;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background-color: #f5821f4f;
  z-index: -1;
}

#get_free_quote .inner_blk .content_center {
  max-width: 550px;
  margin-bottom: 0;
}

#get_free_quote .inner_blk .content_center p,
#get_free_quote .inner_blk .content_center h2 {
  color: #fff;
}

#get_free_quote .inner_blk .webBtn {
  background-color: var(--white);
  color: var(--dark);
  width: 170px;
  margin: auto;
}

#get_free_quote .inner_blk .webBtn:hover {
  color: var(--orange);
}

/* =========== testimonialss =========== */

#testimonials {
  padding-top: 0;
}

#testimonials .inner {
  background-color: #fff;
  box-shadow: 0 0.6rem 2rem -0.3rem rgb(34 34 34 / 10%);
  padding: 10px;
  transition: all 0.3s;
  padding: 30px 15px;
  height: 100%;

}

#testimonials .content-center {
  margin-bottom: 50px;
}

#testimonials .inner .profile {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#testimonials .inner .profile .icon {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

#testimonials .inner .profile .icon img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

/* #testimonials .inner .profile .text h3 {
  color: #133240;
  font-family: "SemiBold";
} */

#testimonials .inner .profile .text .rating {
  display: flex;
  align-items: center;
}

#testimonials .inner .profile .text h3 {
  font-family: 'Poppins SemiBold';
  font-size: 18px;
  margin-bottom: 8px;
}

#testimonials .inner .profile .text .rating img {
  width: 18px;
}

#testimonials .inner .profile .text .rating h5 {
  font-family: "Poppins Regular";
  color: #808080;
  margin-bottom: 0;
  margin-left: 10px;
}

/* ============= small banner =============== */

#small-banner {
  background-image: url(../images/sm-banner.png);
  /* background-color: #fff9f5; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  /* height: 400px; */
  display: flex;
  justify-content: center;
  align-items: center;
}

#small-banner .content {
  text-align: center;
  max-width: 650px;
  padding-top: 70px;
}

#small-banner .content h1 {
  font-size: 32px;
}


#about-image {
  margin-top: 0px;
  padding-top: 0;
}

/* #about-image .image {
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  overflow: hidden;
  padding-bottom: 38%;
}

#about-image .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
} */

#about-image .text {
  padding-top: 40px;
}

#about-image .col {
  width: 50%;
}

#about-image .colr {
  width: 50%;
  align-self: center;
}

/* why choose us */


/* ============= choose =============== */

#choose .choose_shape1 {
  top: -220px;
}

#choose {
  padding-top: 0;
}

#choose .flex {
  margin: 0 -10px;
}

#choose .col {
  width: calc(100% / 2);
  padding: 10px;
}

#choose .col .inner {
  background-color: #fff;
  box-shadow: 0 0.6rem 2rem -0.3rem rgb(34 34 34 / 10%);
  padding: 10px;
  transition: all 0.3s;
  padding: 30px 15px;
  height: 100%;
  display: flex;
}

#choose .col .inner .icon {
  /* background-color: #fef3ec;
  min-width: 70px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  padding: 13px; */

  background-color: #ffead7;
  border-radius: 50%;
  font-size: 38px;
  height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #f5821f;
  margin-bottom: 20px;
}

#choose .col .inner .icon img {
  height: 50px;
  width: 50px;
  margin-left: 10px;
}

#choose .col .inner .text {
  padding-left: 20px;
}


/*  */

.testi {
  padding-top: 70px !important;
  padding-bottom: 0;
  margin-bottom: -60px;
}

.testimonial {
  padding-top: 70px !important;
}

.testimonial .col {
  width: calc(100%/3);
  padding: 10px;
}

.testimonial .flex {
  margin: 0 -10px;
}

.quote {
  padding-top: 30px !important;
}


/* why choose us  */


#inventory .outer2 .col {
  width: calc(100% / 3);
  padding: 10px;
}

#inventory .outer2 {
  margin: 0 -10px;
  margin-bottom: 30px;
}

#inventory .outer2 .col .inner {
  position: relative;
  background: #ffffff;
  box-shadow: 2px 2px 40px rgba(155, 155, 155, 0.25);
  border-radius: 18px;
  padding: 50px 30px;
  overflow: hidden;
  height: 100%;
}

#inventory .outer2 .col .inner .half_circle {
  position: absolute;
  top: 0px;
  right: -1px;
  content: "";
  background: #ffead7;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--orange);
  height: 68px;
  width: 72px;
  /* border-radius: 108px 0 0px 124px; */
  border-top-left-radius: 0px;
  border-top-right-radius: 18px;
  border-bottom-left-radius: 1000px;
  font-family: "Poppins SemiBold";
  font-size: 18px;
}

.inv_car {
  padding-top: 0 !important;


}
#inventory .outer2 .col .inner .image{
	width: 100%;
    padding-bottom: 70%;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}
#inventory .outer2 .col .inner .image img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    object-fit: contain;
}

/*======== contact ============= */

#contact {
  padding-bottom: 0;
}

#contact .outer {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.13);
  padding: 60px;
  width: 1160px;
  margin: auto;
}

#contact .col {
  width: 40%;
  padding-right: 70px;
  padding-top: 36px;
}

#contact .col .icon {
  border-radius: 100px;
  background: var(--orange);
  padding: 7px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  min-height: 32px;
  color: #fff;
}

#contact .col ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

#contact .col ul li a {
  color: var(--grey);
}

#contact .colr {
  width: 60%;
}

#contact .colr .inner {
  background-color: #fff9f5;
  padding: 40px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

#contact .colr .inner .txtBox {
  border-radius: 10px;
  background: #fff;
  border: none;
}

#contact .colr .inner .txtBox::placeholder {
  color: #868686;
  font-size: 13px;
}

#contact .colr .inner form {
  /* margin-top: 20px; */
}

.formBtn {
  margin-top: 20px;
}

.formBtn img {
  padding-right: 10px;
}

#contact .webBtn {
  width: 166px;
}

/* interrest */

#interrest .col {
  width: 50%;
}

#interrest .colr {
  width: 50%;
  padding-left: 40px;
}


#interrest .col .image {
  position: relative;
  padding-bottom: 80%;
  overflow: hidden;
}

#interrest .col img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain
}

/*  */

#rate {
  padding-top: 0;
}

#rate .flex {
  margin: 0 -15px;
}

#rate .col {
  width: calc(100%/4);
  padding: 15px;
  flex: unset;
}

#rate .col .inner {
  /* border: 1px solid #b4c0e0; */
  padding: 15px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;

  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

#rate .flex .col .inner:hover {
  transform: translate3d(0, -10px, 0);
  transition: all .3s ease-in-out;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
}

#rate .col .inner .company {
  display: flex;
  align-items: center;
}

#rate .col .inner .image {
  width: 34%;
  margin-right: 20px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

#rate .col .inner .job-pay {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
  color: #1a1a1a;
  margin-top: 15px;
}

#rate .col .inner .job-pay li {
  display: flex;
  align-items: center;
  width: 50%;
}

#rate .col .inner .job-pay li a {
  color: var(--orange);
}

#rate .col .inner .v-2 {
  width: 10%;
  margin-right: 6px;
}

#rate .col .inner .job-pay li:nth-child(2) {
  padding-left: 23px;
}


/* =========sec_benefit========= */

#sec_benefit {
  padding-bottom: 0;
  margin-bottom: -40px;
  padding-top: 160px;
}

#sec_benefit .flex .col {
  width: calc(100%/2);
}

#sec_benefit .flex .col1 {
  display: flex;
  width: 50%;
}

#sec_benefit .flex .col1 .inside {
  width: 50%;
}

#sec_benefit .flex .col1 .inner {
  text-align: center;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
  transition: all 0.3s ease-in-out;
  padding: 40px 20px;
  margin-bottom: 20px;
}

#sec_benefit .flex .col1 .inner .image {
  width: 86px;
  height: 86px;
  position: relative;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation: one-animated 10s infinite;
  overflow: hidden;
  margin: auto;
  margin-bottom: 26px;
  background-color: #9680dd;
  color: #ffffff;
  padding: 16px;
  /* background-image: linear-gradient(-45deg, #9680dd 0%, #9680dd 100%); */
  background: var(--orange);
}

/* 
#sec_benefit .flex .col1 .inner .image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  object-fit: cover;
} */

#sec_benefit .flex .col1 .inner:hover {
  transform: translate3d(0, -10px, 0);
  transition: all .3s ease-in-out;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
}

#sec_benefit .flex .col1 .inside:nth-child(1) {
  margin-top: -82px;
  margin-right: 20px;
}

.sec_heading .sec_icon {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

#sec_benefit .flex .sec_heading .sec_icon {
  margin-left: 59px;
}

.sec_heading .sec_icon:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #1800ff none repeat scroll 0 0;
  top: 16px;
  left: -56px;
}

.sec_heading .sec_icon span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: 0 2px;
  background: #1800ff none repeat scroll 0 0;
  display: inline-block;
}

.sec_heading .sec_icon:after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  background: #1800ff none repeat scroll 0 0;
  top: 16px;
  right: -56px;
}

#sec_benefit .flex .col2 {
  padding-left: 70px;
  align-self: center;
}

#sec_benefit .flex .cta {
  margin-top: 25px;
}


/* story */

#story .col {
  width: 50%;
}

#story .colr {
  width: 50%;
}
#story .col .image {
  position: relative;
  padding-bottom: 80%;
  overflow: hidden;
}
#story .col .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#story .choose_shape {
  top: -86px;
}

#story {
  padding-bottom: 0;
}

#deal .colr ul {
  margin: 20px 0;
}

#deal .colr ul li {
  position: relative;
}

#deal .colr ul li::before {
  position: absolute;
  content: "\f061";
  font-family: "FontAwesome";
  top: 3px;
  left: 5px;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  border-radius: 50%;
  background-color: #f58634;
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  margin-right: 10px;
  font-size: 10px;
}
#deal .colr ul li {
  text-align: left;
  position: relative;
  width: 100%;
  padding: 0px 0 10px 35px;
}

#deal .col {
  width: 50%;
}

#deal .colr {
  width: 50%;
}
#deal .col .image {
  position: relative;
  padding-bottom: 80%;
  overflow: hidden;
}
#deal .col .image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#deal .choose_shape {
  top: -86px;
}

#deal {
  padding-bottom: 0;
}

#approved .col {
  width: 50%;
}

#approved .colr {
  width: 50%;
  padding-left: 40px;
}

#approved .colr .image {
  position: relative;
  padding-bottom: 80%;
  overflow: hidden;
}
#approved .colr img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#approved {
  padding-top: 0;
}

#eliminate .col {
  width: 50%;
  align-self: center;
}

#eliminate .colr {
  width: 50%;
  padding-left: 40px;
}

#eliminate .colr .image {
  position: relative;
  padding-bottom: 80%;
  overflow: hidden;
}
#eliminate .colr img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#eliminate {
  padding-top: 0;
}

/* ============= intro ============ */
#how {
  padding-top: 0rem !important;
}
.left_text {
  max-width: 650px;
  margin: 0 auto 50px;
}
#how .left_text h5 {
  color: #f5821f;
  text-transform: uppercase;
  font-family: "Poppins Medium";
}
#how .flex {
  margin: 0 -10px;
}

#how .col {
  width: calc(100% / 5);
  padding: 0 10px;
}

#how .col:nth-child(even) {
  margin-top: 50px;
}

#how .col .inner {
  background-color: #fff;
  box-shadow: 0px 2px 60px 0px rgb(0 0 0 / 10%);
  padding: 40px 16px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  /* height: 100%; */
}

#how .col .inner .cntnt {
  text-align: center;
}

#how .col .inner .cntnt p {
  margin-top: 10px;
}

#how .col .inner .icon {
  /* height: 100px; */
  width: 60px;
  margin: 0 auto 20px;
}
#how .col:nth-child(2) .inner {
  background-color: #000000;
  color: #fff;
}
#how .col:nth-last-child(2) .inner {
  background-color: #000000;
  color: #fff;
}
#how .col:nth-child(2) .inner .icon,
#how .col:nth-last-child(2) .inner .icon {
  filter: brightness(0) invert(1);
}
.line {
  width: 30%;
  margin: 0 auto;
  background-color: #f5821f;
  min-height: 2px;
}

/*  */

/*========================================faq's==========*/
#faq .colL {
  width: 70%;
  padding-right: 10px;
}
#faq .colR {
  width: 30%;
  padding-left: 10px;
}
.ques:first-child .ans{
	display:block
}
.ques .top-ques {
  background: #fef3ec;
  padding: 16px 10px;
  border-radius: 5px;
  border-left: 2px solid #ff7e15;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.ques .top-ques:hover {
  transition: all 0.5s ease;
  border-left: 6px solid #ff7e15;
}
.ques .top-ques h3 {
  font-size: 16px !important;
  margin-bottom: 0;
}
.ques .ans {
  padding: 10px;
  display: none;
}
.askques {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  padding: 20px;
  background: #fef3ec;
  text-align: center;
}
.askques h3 {
  margin-bottom: 20px;
}
.askques .webBtn {
  width: 100%;
  margin-top: 10px;
}
.askques .image {
  width: 50px;
  margin: 0px auto 10px;
}

/* section#faq {
  padding-top: 0;
} */

/*  */
/* ========= process ============ */

#process .col {
  width: 50%;
  padding-right: 30px;
}

#process .col .image {
  height: 690px;
  position: relative;
}

#process .col .image::after {
  position: absolute;
  content: "";
  width: 540px;
  height: 701px;
  left: -27px;
  top: -28px;
  background: linear-gradient(
    180deg,
    #f0eeff 0%,
    rgba(44, 255, 0, 0.09) 53.12%,
    rgba(234, 8, 137, 0.58) 100%
  );
  border-radius: 30px;
  z-index: -1;
}

#process .col .image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
}

#process .colr {
  width: 50%;
}

/* #process .colr p {
  color: rgba(0, 0, 0, 0.5);
} */

#process .colr ul li {
  display: flex;
	margin-bottom:1.5rem;
}

#process .colr ul li .image {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
#process .colr ul li .text{
	flex:1;
}

/*  */

/* ======= hw======*/

#hw .flexBox {
  margin-top: 30px;
}

#hw .col {
  width: calc(100% / 2);
  position: relative;
  margin: 10px;
}

#hw .sec_heading {
  text-align: center;
}

#hw .sec_content {
  text-align: center;
  width: 54%;
  margin: 0 auto;
}

#hw .col .inner {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
  transition: all 0.3s ease-in-out;
  padding: 30px;
  margin-bottom: 20px;
}

#hw .col .inner .head {
  position: absolute;
  margin: 0;
  left: -10px;
  top: 14px;
  padding: 11px 20px 0px 20px;
  border-radius: 0px 3px 3px 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  /*line-height: 25px;
  */
  letter-spacing: 1px;
  background: linear-gradient(to right, #ff7e15 0%, #f16c00 100%);
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -ms-border-radius: 0px 3px 3px 0px;
  -o-border-radius: 0px 3px 3px 0px;
}

#hw .col .inner .head h4 {
  font-size: 14px;
  font-family: "Poppins Medium";
}

#hw .col .inner .head:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0px 10px 10px;
  border-color: rgba(0, 0, 0, 0.75) transparent transparent transparent;
}

#hw .col .inner .content {
  margin-top: 50px;
}

#hw .col .inner .content h3 {
  text-align: center;
}

#hw .col .inner .content h5 {
  text-align: center;
}

#hw .col .inner .content li {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px 0px;
  padding-left: 25px;
}

#hw .col .inner .content li:before {
  position: absolute;
  content: "\f058";
  top: 3px;
  left: 0px;
  font-family: "Font Awesome 6 Free";
  font-size: 13px;
  color: #ff7e15;
}

#hw .col .inner .price-plan {
  margin: 16px 0;
  background: #3118ff2e;
  padding: 28px;
  text-align: center;
}

#hw .col .inner .price-plan strong {
  font-weight: 700;
  font-size: 45px;
  color: #2b2944;
  line-height: 0.75;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

#hw .col .inner .price-plan sup {
  display: inline-block;
  vertical-align: top;
  margin-top: 11px;
  margin-right: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
}

#hw .col .inner .cta {
  text-align: center;
  margin-top: 20px;
}

#hw .col .inner .choose {
  margin-top: 20px;
}

#hw .col .inner .choose select {
  display: block;
  width: 100%;
  height: 46px;
  background: #fefefe;
  text-align: left;
  padding: 6px 12px;
  border: 1px solid #eee;
  border-radius: 6px;
  outline: none !important;
  transition: all ease 0.5s;
}

#hw .col .inner .vidBlk {
  position: relative;
  display: block;
  margin: 30px 0;
  margin-top: 40px;
  background: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 88%;
  max-width: 850px;
  cursor: pointer;
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
  box-shadow: 0 5px 20px rgb(18 15 56 / 7%);
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
}

/* #hw .col .inner .vidBlk:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 14%;
  min-width: 36px;
  max-width: 100px;
  background-image: url(../images/play-button.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  opacity: 0.9;
  z-index: 1;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
} */

#hw .col .inner:hover {
  transform: translate3d(0, -10px, 0);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
}

.vidBlk:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 14%;
  min-width: 36px;
  max-width: 100px;
  background-image: url(../images/play-me.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
  opacity: 0.9;
  z-index: 1;
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}

/* .right_grid:hover .videoBtn.fa-pause {
  opacity: 1;
} */

#hw {
  padding-top: 0;
}

#hw .choose_shape1 {
  position: absolute;
  top: -120px;
}

/* calculator */

.calculator {
  padding: 0;
}

.calculator .col {
  width: calc(100% / 2);
  padding: 20px;
}

.calculator .col .inner {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
  transition: all 0.3s ease-in-out;
  padding: 60px 30px;
  height: 100%;
}

.calculator .bTns {
  margin-top: 30px;
}

.calculator h1 {
  color: #333333;
}

.calculator .gap {
  /* width: calc(100% / 2); */
  /* padding: 25px; */
  gap: 25px;
  margin: 30px 0;
}

.mt {
  padding: 0;
}
footer .wpcf7-not-valid-tip {
  position: absolute;
  bottom: -23px;
  left: 24px;
}
footer .wpcf7-spinner{
    position: absolute;
    right:10px;
}

.wpcf7-response-output {
  border-radius: 25px;
  border-color: #f67e16;
}

.pt{
	padding-bottom:0;
}

section#privacy {
    /* padding-top: 0; */
    background: #fff;
    padding: 25px;
    /* margin-bottom: 15px; */
    border-radius: 10px;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 5%);
    transition: all ease 0.5s;
    max-width: 1080px;
    margin: auto;
}
