:root {
  --primary-color: #a10003;
}

body {
  line-height: 28px;
}

*:not(i) {
  font-family: "Poppins", sans-serif !important;
}

.navbar.navbar-default {
  direction: ltr;
}

.wp-caption {
  max-width: 100%;
}

.videoFrame > iframe {
  width: 100%;
}

.newHead strong {
  font-weight: 900;
}
.modelPop .heading span {
  font-size: 17px;
}
.reverse {
  text-align: left;
}
.flat {
  text-align: right;
}
.refText .textImg p {
  font-size: 13px;
  line-height: 15px;
  margin-top: 10px;
  /* margin-bottom: 10px; */
}
.header-ref {
  font-size: 19px;
  color: white;
  text-decoration: underline;
  margin: 10px 0;
}
.modulItems a {
  font-size: 25px;
  background: white;
  padding: 0px 0px;
  margin: 6px 2px;
  display: inline-block;
}
.modulItems svg path:hover {
  fill: #a10003;
}
.modulItems svg path {
  fill: #5f5c5c;
}
.modul-divider {
  display: inline-block;
  width: 2px;
  height: 32px;
  background: #e0e0e0;
  margin: 0 12px;
  border-radius: 1px;
}
.modelPop .heading {
  display: flex;
  justify-content: space-between;
  color: white;
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  background: var(--primary-color);
  padding-left: 60px;
  height: 54px;
  align-items: center;
}

.modelPop .heading:before {
  width: 0;
  height: 0;
  border-top: 30px solid var(--primary-color);
  border-bottom: 24px solid var(--primary-color);
  border-left: 30px solid #ffffff;
  border-right: 0px solid #fff;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.modelPop .heading:after {
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-bottom: 25px solid #fff;
  border-left: 30px solid var(--primary-color);
  border-right: 0px solid #fff;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn:hover {
  background-color: #0069d9;
  border-color: #0062cc;
}

.wpb_single_image img {
  width: 100%;
}

/* An image within the caption (you might want to style other elements too). */

.aligncenter {
  text-align: center;
}

.alignleft {
  text-align: left;
}

.alignright {
  text-align: right;
}

aside > .widget * {
  max-width: 100%;
  height: auto;
}

/* Text meant only for screen readers. */

/* ================= Sticky post ================= */
.sticky {
  font-size: 16px;
  background-color: #ffffe0;
  border: 3px dotted #000;
  padding: 10px;
}

.sticky > article {
  background-color: transparent;
}

.mb-15 {
  margin-bottom: 15px;
}

.widget_archive select {
  width: 100%;
}

.page-title {
  font-size: 42px;
  line-height: 48px;
  margin-bottom: 40px;
}

table {
  border-width: 1px 1px 1px 0px;
  border-color: #ededed #ededed #ededed transparent;
  border-style: solid solid solid none;
  border-collapse: collapse;
  border-spacing: 0px;
  margin: 0px 0px 20px;
  width: 100%;
}

table th,
table td {
  border-top: 1px solid #ededed;
  border-left: 1px solid #ededed;
  padding: 8px;
  vertical-align: top;
  text-align: left;
}

table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0px none;
}

dd {
  margin-left: 10px;
}

.home-wrapper {
  background: #1a1a1a;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
}

.home-wrapper h3 {
  font-size: 58px;
  line-height: 68px;
  color: #fff;
}

.home-wrapper h3 span {
  font-weight: 300;
  display: block;
}

.parallax {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.parallax.image-bg {
  background-image: url(img/bg1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.parallax.polygon-bg {
  background-image: url(img/polygon.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-contain {
  padding: 160px 0 0 0;
  background: url(img/pattern.png) repeat 0 0;
}

.parallax.polygon-bg .home-contain {
  background: none;
}

.video-wrapper {
  color: #fff;
  padding: 160px 0 0 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.home-slider {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 40px 0 -325px 0 !important;
}

.slider-wrapper {
  position: absolute;
  overflow: hidden;
  z-index: 9999;
  width: 713px;
  height: auto;
  top: 33px;
  left: 33px;
}

/*
  Contain
  =========================== */
.contain {
  padding: 42px 0 0px 0;
}

.contain.desc-wrapp {
  padding-top: 360px;
  padding-bottom: 20px;
}

.gray-bg {
  background: #f9f9f9;
}

.feature-box p {
  margin-bottom: 10px;
}

/*
  Counter
  =========================== */
.counter_sec,
#counter-wrapper {
  background-image: url(img/bg2.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.counter-contain {
  padding: 60px 0 80px 0;
  background-color: rgba(26, 26, 26, 0.95);
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.counter-contain h3 {
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}

.counter-number {
  font-weight: 700;
  display: block;
  text-align: center;
  font-size: 72px;
  line-height: 72px;
  margin-top: 30px;
}

.counter-text {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #d3d3d3;
}

/*
  Testimoni
  =========================== */
.testimonials_sec,
#testimoni {
  display: block;
  width: 100%;
}

.testimonial {
  display: block;
  position: relative;
  background: #f9f9f9;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding: 30px 25px 10px 25px;
  margin: 80px 0 30px 0;
}

.testimoni-sparator {
  background: url(img/testimoni-sparator.png) no-repeat 0 0;
  display: block;
  position: absolute;
  width: 48px;
  height: 22px;
  z-index: 2;
  bottom: -22px;
  right: 15px;
}

.testimoni-author {
  float: right;
  text-align: right;
}

.testimoni-author h5,
.testimoni-author p {
  margin-bottom: 5px;
}

.testimoni-author .author-info {
  float: left;
  margin-top: 5px;
}

.testimoni-author img {
  float: left;
  border: 3px solid #e9e9e9;
  border-radius: 50%;
  margin: 0 0 20px 20px;
}

/*
  Screenshot
  =========================== */
.screenshot_sec,
#screenshot {
  padding: 80px 0 130px 0;
  margin: 0;
}

.screenshot-slider {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0 0 30px 0;
  padding: 0;
}

.screenshot-wrapper {
  position: absolute;
  z-index: 5;
  width: 755px;
  height: auto;
  top: 59px;
  left: 12px;
}

/*
  
  /*
  Contact
  =========================== */
.contact_sec,
#contact {
  float: left;
  width: 100%;
  background-image: url(img/bg4.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover !important;
  color: #fff;
}

#contactForm input {
  margin: 10px 0;
}

@media (max-width: 720px) {
  .elementor-widget-container table {
    border-collapse: collapse;
    width: 100%;
    overflow: auto;
    position: relative;
    display: block;
  }

  .tooltipRA .tooltipRAtext {
    display: none;
  }

  .learn {
    width: 100%;
  }

  .navbar-right.mobileLink {
    display: block !important;
  }

  .navbar-right.mobileLink a {
  }

  .page-header {
    padding: 0px !important;
  }

  #contact {
    background-position: center !important;
  }
}

.contact-contain {
  position: relative;
  float: left;
  width: 100%;
  padding: 60px 0 60px 0;
  background-color: rgba(26, 26, 26, 0.95);
}

ul.listForm {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.listForm li {
  position: relative;
  float: left;
  width: 50%;
  padding: 20px 15px 20px 15px;
  margin: 0;
  list-style: none;
}

ul.listForm li.push {
  width: 100%;
  padding-left: 30px;
}

ul.listForm li i {
  z-index: 1;
  background-color: #1a1a1a;
  position: absolute;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 36px;
  line-height: 60px;
  top: 10px;
  left: 0;
}

ul.listForm li .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

ul.listForm li .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

ul.listForm li .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

ul.listForm li .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

ul.listForm li .form-control {
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.6);
  height: 50px;
  padding: 10px 25px 10px 55px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  transition: none;
}

ul.listForm li textarea.form-control {
  height: 240px;
}

ul.listForm li.push .form-control {
  padding-left: 50px;
}

#sendmessage {
  display: none;
}

#sendmessage.show,
.show {
  display: block;
}

.validation {
  margin-top: 10px;
  font-style: italic;
}

/*
  Client
  =========================== */
ul.client-list {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

ul.client-list li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}

ul.client-list li.bottom-list {
  border-bottom: none;
}

ul.client-list li ul li {
  width: 12.5%;
  border-bottom: none;
  border-right: 1px solid #e2e2e2;
}

ul.client-list.clients-per-row-1 li ul li {
  width: 100%;
}

ul.client-list.clients-per-row-2 li ul li {
  width: 50%;
}

ul.client-list.clients-per-row-3 li ul li {
  width: 33.33%;
}

ul.client-list.clients-per-row-4 li ul li {
  width: 25%;
}

ul.client-list.clients-per-row-5 li ul li {
  width: 20%;
}

ul.client-list.clients-per-row-6 li ul li {
  width: 16.66%;
}

ul.client-list li ul li.last {
  border-right: none;
}

.client-link {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
}

.logo-hover {
  position: absolute;
  left: 50%;
  margin-left: -54px;
}

/*
  Download
  =========================== */
.download_sec,
#download {
  background-image: url(img/bg3.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}

.download_sec h3,
#download h3 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 48px;
  line-height: 56px;
  text-transform: uppercase;
}

.download-wrapper {
  background: rgba(26, 26, 26, 0.95);
  padding: 60px 0 60px 0;
}

.subscribe-form {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  width: 75%;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  padding: 5px;
  border-radius: 40px;
}

input.subscribe {
  position: relative;
  width: 100%;
  height: 60px;
  border: none;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 20px 10px 20px;
  border-radius: 40px;
  color: #444444;
  font-size: 18px;
  line-height: 18px;
}

input.subscribe:-moz-placeholder {
  color: #5c5c5c;
}

input.subscribe::-moz-placeholder {
  color: #5c5c5c;
}

input.subscribe:-ms-input-placeholder {
  color: #5c5c5c;
}

input.subscribe::-webkit-input-placeholder {
  color: #5c5c5c;
}

.subscribe-button {
  position: absolute;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  padding: 10px 40px;
  height: 60px;
  overflow: hidden;
  border: 3px solid;
  border-radius: 0 40px 40px 0;
  right: 5px;
  top: 5px;
}

/*
  Loginand register form
  =========================== */
#wrapper-fixed {
  background: url(img/bg1.jpg) no-repeat top center fixed;
  position: relative;
  width: 100%;
  height: 100%;
}

.login-register-wrapper {
  padding: 120px 0 120px 0;
  background-color: rgba(26, 26, 26, 0.6);
  position: relative;
  width: 100%;
  height: 100%;
}

.login-register {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  width: 420px;
  height: auto;
  margin: 0 auto;
  color: #494949;
  padding: 0;
}

.soscial-log,
.soscial-log:focus,
.soscial-log:active {
  color: #fff;
  padding: 0;
  display: inline-block;
  min-width: 268px;
}

.soscial-log i {
  float: left;
  display: inline-block;
  font-size: 22px;
  line-height: 42px;
  padding: 10px 0 10px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  width: 60px;
  height: 60px;
}

.soscial-log span {
  display: inline-block;
  padding: 10px 20px 10px 20px;
  line-height: 38px;
}

.soscial-log:hover {
  color: #fff;
}

.soscial-log.facebook,
.soscial-log.facebook:focus,
.soscial-log.facebook:active {
  background-color: #3a558c;
}

.soscial-log.twitter,
.soscial-log.twitter:focus,
.soscial-log.twitter:active {
  background-color: #00aeef;
}

.soscial-log.facebook:hover {
  background-color: #2a406d;
}

.soscial-log.twitter:hover {
  background-color: #0291c6;
}

.sparator {
  background: url(img/sparator-line.png) repeat-x 0 14px;
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  margin: 30px 0 30px 0;
}

.sparator span {
  display: inline-block;
  background: #fff;
  padding: 0 10px 0 10px;
}

.login-register .form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.login-register .form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.login-register .form-control:-ms-input-placeholder {
  color: #777;
}

.login-register .form-control::-webkit-input-placeholder {
  color: #777;
}

  .buroItem .text {
    font-size: 13px;
    color: #4A4A4A !important;
}

.buroItems p {
  font-size: 15px;
  padding: 10px;
}
/*
  Inner page
  =========================== */
.page-header {
  background: #f9f9f9;
  margin: 0;
  padding: 80px 0 0 0;
  border-bottom: 1px solid #eaeaea;
}

.breadcrumb {
  padding: 0;
  margin: 40px 0 20px 0;
  list-style: none;
  background: none;
  border-radius: 0;
  justify-content: center;
}
.modulItems a {
  padding: 5px;
  border-right: 2px solid #d5cfcf;
}

.modulItems a:last-child {
  border: none;
}
.breadcrumb > li {
  display: inline-block;
  font-size: 14px;
}

#inner-page {
  width: 100%;
  padding: 60px 0 40px 0;
}

article {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
  border-bottom: 1px solid #eaeaea;
}

article .article-media {
  margin: 0 0 20px 0;
}

article h4 a {
  color: #222222;
}

.meta-wrapper {
  float: left;
  width: 100%;
  border-top: 1px solid #eaeaea;
  margin-bottom: 20px;
}

ul.meta-post {
  border-bottom: 1px solid #eaeaea;
  float: left;
  width: 100%;
  margin: 0;
  padding: 10px 0 8px 0;
}

ul.meta-post li {
  float: left;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 15px;
}

ul.meta-post li:first-child {
  padding-left: 0;
}

/*
  Aside
  =========================== */
aside {
  float: left;
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 40px 0;
  padding: 0 0 0 30px;
  border-left: 1px solid #eaeaea;
}

aside .widget {
  float: left;
  width: 100%;
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
}

aside .widget .head {
  position: relative;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid #eaeaea;
  padding: 0 0 15px 0;
  margin: 0 0 020px 0;
}

aside .widget .head span {
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  left: 0;
  bottom: -1px;
}

.recent {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

.recent li {
  float: left;
  width: 100%;
  list-style: none;
  margin: 10px 0 20px 0;
  padding: 0;
  border-bottom: 1px solid #f5f5f5;
}

.recent li h6 {
  margin-bottom: 0;
}

.recent li a img {
  border-radius: 2px;
  width: 70px;
  margin-bottom: 0;
}

.recent li h6 a,
.recent li h6 a.alignleft,
.recent li h6 a.alignright {
  color: #444444;
  margin-bottom: 0;
}

/*
  Pagination
  =========================== */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 0;
  border-radius: 4px;
}

.pagination > li > a,
.pagination > li > span {
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #fcfcfc;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #a2a2a2;
  cursor: default;
  background-color: #fcfcfc;
  border-color: #dddddd;
}

/*
  Comments
  =========================== */
.comment-wrapper {
  background: #e7e7e7;
  padding: 0 1px 1px 1px;
  margin-bottom: 20px;
}

.comment-main {
  border: 1px solid #ffffff;
  background-color: #fefefe;
  *background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f9f9f9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fefefe),
    to(#f9f9f9)
  );
  background-image: -webkit-linear-gradient(top, #fefefe, #f9f9f9);
  background-image: -o-linear-gradient(top, #fefefe, #f9f9f9);
  background-image: linear-gradient(to bottom, #fefefe, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff9f9f9', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.comment-main img {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.comment-head {
  background: #e7e7e7;
  padding: 1px;
  border-top: 1px solid #ffffff;
}

.comment-head h4 {
  background: #f2f2f3;
  border-left: 1px solid #f7f7f8;
  border-right: 1px solid #f7f7f8;
  padding: 10px 20px 10px 20px;
  margin: 0;
  font-size: 16px;
  text-shadow: 0px 1px 1px #ffffff;
}

.form-label {
  color: #2c3945;
}

/*
  Media responsive
  =========================== */
.video-container,
.map-container,
.embed-container {
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 58%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  border: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.video-container iframe,
.map-container iframe,
.map-container object,
.map-container embed,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

iframe {
  border: none;
}

/*
  
  Heading
  =========================== */
.heading {
  font-size: 36px;
  line-height: 48px;
  position: relative;
  border-bottom: 1px solid #222222;
  padding: 0 30px 25px 30px;
  display: inline-block;
  margin-bottom: 60px;
}

.heading span {
  display: block;
  font-weight: 400;
}

#contact .heading {
  border-bottom: 1px solid #fff;
  color: #fff;
}

/*
  Pixeden icon setting
  =========================== */
.pe-feature {
  float: left;
  margin: 5px 20px 60px 0;
  width: 65px;
  height: 65px;
  font-size: 38px;
  line-height: 58px !important;
  text-align: center;
  border: 2px solid;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature-box:hover .pe-feature {
  color: #fff;
}

/*
  Ui to top
  ======================================= */
#toTop {
  display: none;
  text-decoration: none;
  z-index: 600;
  position: fixed;
  bottom: 85px;
  right: 25px;
  overflow: hidden;
  width: 45px;
  height: 45px;
  border: none;
  text-indent: -999px;
  background-image: url(img/ui.totop.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #2e2e2e;
  border-radius: 2px;
}

#toTopHover {
  background-image: url(img/ui.totop.png);
  background-repeat: no-repeat;
  background-position: 0 -45px;
  width: 49px;
  height: 49px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}

#toTop:active,
#toTop:focus {
  outline: none;
}

/*
  
  /* New in version 2.0*/
.tes-per-row-1 .col-md-4 {
  width: 100%;
}

.tes-per-row-2 .col-md-4 {
  width: 50%;
}

.tes-per-row-3 .col-md-4 {
  width: 33.33%;
}

.tes-per-row-4 .col-md-4 {
  width: 25%;
}

.tes-per-row-5 .col-md-4 {
  width: 20%;
}

.tes-per-row-6 .col-md-4 {
  width: 16.66%;
}

.tes-per-row-7 .col-md-4 {
  width: 14.285%;
}

.tes-per-row-8 .col-md-4 {
  width: 12.5%;
}

.testi-slide-wrapp {
  padding-left: 15px;
  padding-right: 15px;
}

/*
  Divider
  =========================== */
.divider {
  float: left;
  width: 100%;
  height: 1px;
  display: block;
  background: #3f4149;
  margin: 40px 0 40px 0;
}

/*
  Clear spacer
  =========================== */
.margin-clear {
  margin: 0;
}

.padding-clear {
  padding: 0;
}

.margintop-clear {
  margin-top: 0;
}

.paddingtop-clear {
  padding-top: 0;
}

.marginbot-clear {
  margin-bottom: 0;
}

.paddingbot-clear {
  padding-bottom: 0;
}

/*
  Custom responsive
  =========================== */
@media (min-width: 1200px) {
  .navbar-default .navbar-nav li a,
  .navbar-default .navbar-nav li a:focus {
    font-size: 13px;
    line-height: 18px;
    padding: 30px 15px 30px 15px;
  }

  .slider-wrapper {
    width: 867px;
    top: 38px;
    left: 38px;
  }

  .screenshot-wrapper {
    width: 917px;
    top: 73px;
    left: 14px;
  }
}

@media (max-width: 990px) {
  .tes-per-row-1 .col-md-4,
  .tes-per-row-2 .col-md-4,
  .tes-per-row-3 .col-md-4 {
    width: 100%;
  }

  .tes-per-row-4 .col-md-4,
  .tes-per-row-5 .col-md-4,
  .tes-per-row-6 .col-md-4,
  .tes-per-row-7 .col-md-4 {
    width: 50%;
  }

  .tes-per-row-8 .col-md-4 {
    width: 25%;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .slider-wrapper {
    width: 662px;
    top: 30px;
    left: 30px;
  }

  .navbar-default .navbar-nav li a,
  .navbar-default .navbar-nav li a:focus {
    padding: 35px 8px 35px 8px;
    font-size: 12px;
  }

  .navbar-right a.btn {
    font-size: 12px;
  }

  .navbar-brand {
    float: left;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .navbar-header {
    float: left;
    display: block;
    width: 100%;
    padding: 25px 0 10px 0;
    text-align: center;
  }

  .home-contain,
  .video-wrapper {
    padding: 240px 0 0 0;
  }

  .screenshot-wrapper {
    width: 699px;
    top: 55px;
    left: 10px;
  }

  .contain {
    padding-top: 140px;
  }

  .pricing-wrapper {
    margin-bottom: 30px;
  }

  .flex-direction-nav a {
    display: none;
    opacity: 1;
  }

  .flexslider:hover .flex-direction-nav a {
    display: block;
  }
}

@media (max-width: 767px) {
  .navbar-brand {
    float: none;
    margin: 0;
  }

  .navbar-header {
    float: right;
    width: 100%;
    padding: 5px 0px 5px 0px !important;
  }

  .navbar-default .navbar-collapse {
    clear: both;
    border-top: none;
    float: none;
    width: 100%;
    box-shadow: none;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    padding: 0 30px 0 30px;
  }

  .navbar-default .collapse li {
    width: 100%;
  }

  .navbar-default .navbar-nav li a,
  .navbar-default .navbar-nav li a:focus {
    padding: 10px 20px 10px 20px;
    margin: 5px 2px 5px 2px;
    border-radius: 2px;
    border: 1px solid #8b8b95;
  }

  .navbar-default .navbar-nav li a.selected,
  .navbar-default .navbar-nav .active a,
  .navbar-default .navbar-nav .dropdown.active a,
  .navbar-default .navbar-nav .active a:hover,
  .navbar-default .navbar-nav .dropdown.active a:hover,
  .navbar-default .navbar-nav .active a:focus,
  .navbar-default .navbar-nav .dropdown.active a:focus {
    background-image: none;
  }

  .navbar-default .navbar-nav li a:hover {
    border-top: 3px solid #fff;
  }

  .navbar-right {
    float: left;
    margin: 0 0 0 -18px;
    padding: 10px 0 30px 0;
  }

  .navbar-right a {
    margin-right: 5px;
    width: auto;
  }

  .slider-wrapper {
    width: 93%;
    top: 4%;
    left: 4%;
  }

  .screenshot-wrapper {
    width: 97%;
    top: 12.5%;
    left: 1.5%;
  }

  .pricing-wrapper {
    margin-bottom: 30px;
  }

  ul.client-list li {
    border: none;
  }

  ul.client-list li ul li,
  ul.client-list li ul li.last {
    width: 50%;
    border: 1px solid #e2e2e2;
    padding: 45px 0 45px 0;
    margin-bottom: 20px;
  }

  ul.client-list.clients-per-row-1 li ul li,
  ul.client-list.clients-per-row-2 li ul li,
  ul.client-list.clients-per-row-3 li ul li,
  ul.client-list.clients-per-row-4 li ul li,
  ul.client-list.clients-per-row-5 li ul li,
  ul.client-list.clients-per-row-6 li ul li {
    width: 100%;
  }

  .flex-direction-nav a {
    display: none;
    opacity: 1;
  }

  .flexslider:hover .flex-direction-nav a {
    display: block;
  }

  .tes-per-row-4 .col-md-4,
  .tes-per-row-5 .col-md-4,
  .tes-per-row-6 .col-md-4,
  .tes-per-row-7 .col-md-4,
  .tes-per-row-8 .col-md-4 {
    width: 100%;
  }
}

#myFeatures .feature-box p {
  margin-bottom: 10px;
  font-weight: 700;
  border: 1px solid #e8dada;
  border-radius: 35px;
  font-size: 12px;
}

#myFeatures .small-feature {
  margin-left: 9px;
  margin-top: 3px;
}

#myFeatures .feature-box p:hover {
  background: var(--primary-color);
  color: white;
}

#myFeatures .feature-box:hover.feature-box i {
  color: white !important;
}

#myFeatures {
  direction: ltr;
}

.featuresRow .feature-box p {
  display: flex;
}

.client-logo {
  filter: grayscale(0%) !important;
}

.featuresRow .heading span {
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  font-style: normal;
}

.counter-contain {
  background-color: rgba(19, 12, 12, 0.95) !important;
}

.customHeading1 {
  font-size: 30px;
  line-height: 30px;
}

.customHeading1 span {
  font-weight: 700;
  font-size: 34px;
}

.customPageH2 {
  text-align: center;
  color: #f55e25;
  font-size: 30px;
  margin-top: -100px !important;
}

.customslider img {
  max-width: 100% !important;
  height: auto !important;
}
.tnp-field.tnp-field-email {
  display: flex;
  flex-direction: column;
  margin-bottom: 5px;
}

.tnp-widget input.tnp-submit {
  background-color: #f55e25 !important;
  border-radius: 5px;
  border: unset;
}

.wpb_wrapper .customPageH2 {
  text-align: center;
  color: black !important;
  font-size: 50px;
  margin-top: -30px !important;
  padding: 5px 0px 0px 0px !important;
}

.meminz_sec {
  margin: 0px !important;
}

.meminz_sec h1 {
  color: black !important;
}

#sidebarmenu,
.sidebarmenu {
  padding-left: 0px;
}

.numberCust {
  background: #2e2e2e;
  color: #ffffff;
  font-size: 39px;
  margin-right: 10px;
  width: 70px;
  min-width: 70px;
  height: 80px;
  text-align: center;
  padding-top: 25px;
  border-radius: 5px;
  text-shadow: 1px 1px 1px #f55e25;
}

.rowtext {
  min-height: 141px;
  display: flex;
  vertical-align: middle;
  margin-bottom: 30px;
  box-shadow: -1px 1px 7px #929191;
  padding: 20px 5px 5px 19px;
}

#pricing {
  display: none;
}

.rowtext p {
  text-align: justify;
}

.rowtext:hover .numberCust {
  background: red;
  transition: 0.5s;
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}

.current_page_item {
  background: #f55f25 !important;
  color: white !important;
}

.adressHead {
  font-size: 30px;
  line-height: 42px;
  border: 2px solid #a79e92;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.adress {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  line-height: 28px;
  padding-left: 8px;

  /* margin-bottom: 0; */
  margin-bottom: 5px;
}

.current_page_item a {
  background: #f55f25 !important;
  color: white !important;
}

.navbar-default {
  box-shadow: 1px 4px 9px #d8d8d8;
  background: white;
  width: 100%;
  z-index: 100;
  top: 0;
}
.elektraButton.bottom-inside {
  position: absolute;
  right: 24px;
  bottom: -24px;
  z-index: 2;
  border-radius: 12px;
  padding: 5px 10px;
  font-size: 15px;
}
.elektraButton.bottom-inside:hover {
  background-color: white;
  color: #a10003;
}
.counter-contain,
.download-wrapper,
.contact-contain {
  background-color: #35343494 !important;
}

@media (max-width: 720px) {
  .adress .columad {
    width: 100% !important;
  }
}

.adress {
  flex-wrap: wrap;
}

.adresgrid {
  margin-top: 25px;
}

section#testimoni .heading {
  margin-bottom: 0;
}

section#myFeatures {
  padding-bottom: 50px;
}

.adresline a {
  color: white !important;
  text-decoration: none !important;
}

.sidebar-left {
  box-shadow: 0px 0px 30px #ececec;
  padding: 15px 15px 25px 15px;
}

.pageContent {
  background: white !important;
  padding: 15px;
  /* margin: 0px !important; */
  z-index: 100 !important;
  box-shadow: 0px 0px 30px #ececec;
  padding-top: 35px;
}

.vc_empty_space {
  height: 16px !important;
}

.facebookbar iframe {
  height: 50px !important;
}

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

.sharebar div {
  display: flex;
  gap: 5px;
  margin: 5px;
}

.linkedin {
  background: #0077b5;
  color: white;
  font-size: 12px;
  height: 20px !important;
  display: inherit;
  padding: 0px 5px 0px 5px;
  border-radius: 2px;
  align-items: center;
  vertical-align: middle;
  display: flex;
}

.sharebar {
  padding: 15px;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
  background: ghostwhite;
}

a {
  text-decoration: none !important;
}

.category article {
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

a.post-transltation {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 25px;
}

a.post-transltation img {
  margin-left: 5px;
}

.feature-box p {
  display: flex;
}

.spaImg {
  border: 19px solid #e4e4e4;
  border-radius: 15px;
  box-shadow: 1px 1px 4px #000;
}

.feature-box.small-feature-box p {
  display: block;
}

.mynews .vc_gitem-post-data-source-post_title h4 {
  font-size: 14px;
  line-height: 25px;
}

.newsItem img {
  width: 100%;
  height: auto;
  max-height: 200px;
}

.item {
  padding: 5px;
}

.newsItem {
  border: 1px solid #e8e2e2;
  min-height: 320px;
  padding: 5px;
  border-radius: 5px;
  box-shadow: -1px 2px 7px #dad5d55c;
}

.newsItem h4 {
  line-height: 20px;
  min-height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #f3f3f3;
  text-align: left;
  font-size: 14px;
  color: brown;
  display: flex;
  justify-content: center;
  align-items: center;
}

.newslink {
  text-align: left;
}

.newslink a {
  background: red;
  color: white;
  padding: 5px;
}

.newslink a:hover {
  color: white;
}

#sidebarmenu > li > a,
.sidebarmenu > li > a {
  width: 100%;
  color: #000000;
}

.sidebarmenu > li.active {
  background-color: var(--primary-color);
  color: #fff;
}

.sidebarmenu > li:hover {
  background-color: var(--primary-color);
}

.sidebarmenu > li:hover > a {
  color: #fff;
}

.sidebarmenu > li.active > a {
  color: #fff !important;
}

.mynews {
  text-align: center;
}

@media (min-width: 900px) {
  .other-solutions .mega-sub-menu {
    margin-left: -230px !important;
  }

  .other-solutions .othersub {
    margin-left: 0px !important;
  }

  .media .mega-sub-menu {
    margin-left: -50px !important;
  }
}

.feature-box div {
  margin-left: 84px;
}

.buttonBar {
  text-align: center;
  padding: 0px;
}

#download {
  background-size: cover;
}

@media (max-width: 500px) {
  .buttonBar .btn-inline {
    display: grid;
    grid-template-columns: auto auto auto;
    justify-content: center;
  }
}

@media (min-width: 501px) and (max-width: 900px) {
  .buttonBar .btn-inline {
    display: grid;
    grid-template-columns: auto auto auto auto;
    justify-content: center;
  }
}

#openMenu {
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  right: 25px;
  font-size: 25px;
  color: black;
  z-index: 1;
}

.navbar-header {
  display: flex;
  align-items: center;
}

ul.mega-sub-menu a {
  font-size: 14px !important;
  border-bottom: 1px solid #ede6e6 !important;
  padding-left: 10px !important;
}

/* 
  a.mega-menu-link:hover {
    color: white !important;
  } */

/*menu Css*/
.ourmenu {
  float: left;
  display: flex;
  align-items: center;
}

.ourmenu ul {
  min-width: 300px;
  background: whitesmoke;
}

.ourmenu ul li {
  padding: 5px 10px;
  font-size: 14px;
}

.wpb_accordion_header a {
  font-size: 18px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 44px;
  }

  #sidebarmenu {
    display: none;
    padding: 0px;
  }

  .ourmenu {
    width: 100%;
    overflow: auto;
    height: 100vh;
    display: block;
  }

  .buttonMenu .textArea {
    width: 100% !important;
    margin-top: 15px !important;
    text-align: center;
    margin-top: 8px;
  }

  ul.client-list.clients-per-row-5 li ul li {
    width: 46% !important;
    border-radius: 0px;
    padding: 10px;
  }

  #openMenuCon {
    transition: 1s;
    margin-left: -3000px;
    padding: 10px;
    z-index: 1000;
    background: #760a0ade;
  }

  .navbar {
    float: none;
    position: relative;
    background: white;
    box-shadow: 3px -6px 20px white;
    position: relative !important;
  }

  .navbar-brand {
    display: flex;
    align-items: center;
    padding: 0px !important;
  }

  .navbar-right {
    margin: 0px !important;
  }

  #overlay {
    background: #1b1b1bd9;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    min-height: 750px;
    overflow-y: hidden !important;
    display: block;
  }

  #openMenu {
    display: block !important;
  }

  .collapse.navbar-collapse {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #ba1d1d7a;
    width: 80%;
    height: 100%;
    min-height: 750px;
    overflow: auto;
  }

  .mobileLangs,
  .mobileLogo {
    display: block !important;
  }
}

.mobileLangs {
  position: relative;
  width: fit-content;
  left: 0;
  border: 1px solid #fff;
  display: none;
  padding: 5px;
  border-radius: 15px;
  margin-bottom: 10px;
}

.mobileLogo,
#openMenu,
#overlay {
  display: none;
}

/*Menu Css End */

.adresgrid {
  margin-top: 0px;
  text-align: center;
}

.itemHead {
  font-size: 25px;
  border-bottom: 1px solid gray;
  width: 100%;
  display: inline-block;
  line-height: 35px;
  margin-bottom: 15px;
}

.itemadres {
  height: 205px;
}

.itemadres i {
  margin-right: 5px;
  width: 10px;
}

.csscontact {
  margin-top: 20px;
  border: 2px solid #a9a7a4;
  border-radius: 5px;
}

.itemadresCon iframe {
  height: 205px;
}

.feature-box {
  margin-bottom: 30px;
}

.slick-next:before,
.slick-prev:before {
  color: black !important;
}

.logo-img {
  height: auto;
}

.newsItem p {
  min-height: 120px;
  color: black;
  text-align: left;
  font-size: 12px;
  margin: 0 0 10px;
}

.buttonBar i {
  display: block;
  font-size: 25px;
  margin-bottom: 5px;
}

.buttonMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.buttonMenu .textArea {
  width: 100%;
  margin: auto;
  text-align: center;
}

.buttonMenu .btn-inline {
  margin: auto;
}

.buttonBar a {
  padding: 5px;
  min-width: 105px;
  border: 1px solid #ffffffc9;
  text-transform: none;
}

.small-feature {
  color: var(--primary-color) !important;
}

.buttonBar a:hover {
  background: white;
  color: var(--primary-color);
}

.textArea h1 {
  font-size: 20px;
  margin: 0;
  line-height: 30px;
  color: white;
}

.textArea span {
  color: white;
}

.linear {
  background: var(--primary-color);
  box-shadow: -2px 5px 8px #d4caca;
  direction: ltr;
  margin-left: -15px;
  margin-right: -15px;
}

h2.vc_custom_heading {
  font-size: 30px;
  text-align: center !important;
  border-bottom: 1px solid #dad7d7;
  line-height: 70px;
}

.homeVideoDiv {
  height: 150px;
  background-size: cover;
}

article.box i {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  /* margin-top: 80px; */
  background: var(--primary-color);
  width: fit-content;
  margin: auto;
  margin-top: 64px;
  padding: 12px;
  border-radius: 5px;
}

.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
  border: none !important;
}

.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none !important;
}

.borderpms {
  border: 12px solid gray !important;
  border-radius: 22px !important;
  box-shadow: none !important;
}

.box {
  position: relative;
  border: 1px solid #efefef;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 1px 1px 6px #dddddd;
}

.stickybar {
  position: fixed;
  z-index: 1000;
}

@media (min-width: 920px) {
  .stickybar {
    background: white !important;
    transition: 0.5s;
    box-shadow: 1px 1px 13px grey;
  }

  .stickybar .navbar-right .btn-bordered {
    color: black !important;
    border: 1px solid gray;
  }
}

.navbar-right a {
  margin-right: 5px;
  margin-left: 5px;
  /* animation: example 1s infinite; */
  background: linear-gradient(
    to bottom,
    #fb0a11 0%,
    #ff0e13 30%,
    #f71c20 70%,
    #fb0a11 100%
  );
  padding: 6px;
  font-weight: 700 !important;
  width: auto;
  font-size: 12px;
}

#sidebarColapse,
.collapse-trigger {
  background: whitesmoke;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: var(--primary-color);
  padding: 8px 20px;
  margin-bottom: 8px;
  border-radius: 5px;
  align-items: center;

  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.5px;
}

.adrescolor {
  background: #b9060a;
  text-align: center;
  margin-bottom: 8px;
}

.tnp-widget input.tnp-submit {
  background-color: var(--primary-color) !important;
}

.current_page_item {
  background: var(--primary-color) !important;
  color: #fff !important;
  border-radius: 5px;
}

.current_page_item a {
  background: transparent !important;
}

.nedenCss .wpb_accordion_content p,
.nedenCss .wpb_accordion_content div {
  font-size: 25px;
  line-height: 40px;
}

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

.meta-wrapper {
  display: none;
}

.blogPage article {
  text-align: justify;
  line-height: 30px !important;
}

.blogcontent {
  box-shadow: 1px 1px 12px #ededed !important;
}

.requestdemo input,
.requestdemo textarea {
  border: 1px solid #8a8989 !important;
  color: #8a8989 !important;
}

.requestdemo input::placeholder {
  color: gray !important;
}

.requestdemo textarea::placeholder {
  color: gray !important;
}

.requestdemo .wpcf7-submit {
  color: white !important;
}

.miniItems .Items {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  align-items: center;
}

.miniItems .Items .text {
  width: 75%;
  padding-right: 25px;
  font-size: 12pt;
  color: #444444;
}

.miniItems .Items .miniImg {
  width: 25%;
}

.minihead {
  font-weight: 700;
  color: #de080e;
  font-size: 14pt;
}

.ElektrawebFancy {
  margin-left: 5px;
  font-size: 11px;
  margin-top: 15px;
}

.nobottom h4 {
  line-height: normal !important;
  margin-bottom: 0px;
}

.nobottom {
  margin-bottom: 10px;
}

.textshadow {
  text-shadow: 4px 8px 7px #000;
}

/*Woocommerce*/

.woocommerce-Tabs-panel h2 {
  display: none;
}

ul.products.columns-4 {
  display: flex;
  justify-content: center;
}

ul.products.columns-4 li {
  width: 35% !important;
  border: 1px solid #efeded;
  padding: 5px !important;
  border-radius: 5px !important;
  box-shadow: 7px 7px 18px #f3f3f3;
}

.products.columns-4 li img {
  width: 200px !important;
  margin: auto !important;
}

.product .price {
  font-size: 40px !important;
  color: #fff !important;
  font-weight: 700 !important;
  text-shadow: 1px 1px 1px #000;
  background: linear-gradient(45deg, #a50609, #ff0000de);
  line-height: 55px;
  text-align: center;
}

.add_to_cart_button {
  display: block !important;
  text-align: center;
  background: #f8f8f8 !important;
  padding: 15px !important;
}

.added_to_cart {
  display: block !important;
  text-align: center;
  background: #b31a25;
  margin-top: 15px;
  padding: 5px !important;
  color: white;
  font-weight: 700;
}

.woocommerce-result-count,
.woocommerce-ordering {
  display: none !important;
}

h2.woocommerce-loop-product__title {
  text-align: center;
  font-size: 20px !important;
  color: #b31a24;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-radius: 5px;
  border: 1px solid #d2d1d1;
  padding: 4px;
}

#taksitler {
  display: none !important;
}

.cardInputs {
  font-size: 20px;
  text-indent: 10px;
}

.order_details {
  display: flex;
  justify-content: center;
  background: #555b65;
  padding: 20px;
  color: white;
}

/*Woocommerce*/

.client-link img {
  height: auto;
}

.navbar-brand > img {
  width: 200px;
}

a.phonecss .fa-whatsapp {
  background: green;
  border-radius: 50%;
  font-size: 20px;
  font-family: "FontAwesome";
}

.phonecss {
  font-size: 18px;
  border: none !important;
  font-weight: 700;
  text-shadow: 0px 2px 1px #000;
  align-items: center;
  padding-top: -15px !important;
  display: inline-block;
  padding: 2px;
  border-radius: 65px;
  margin: 3px;
}

.testimonial p {
  font-size: 16px !important;
}

.owl-prev,
.owl-next {
  margin-top: 10px !important;
}

.langbar {
  list-style: none;
  position: absolute;
  text-align: left;
  width: 160px;
  background: white;
  border-radius: 5px;
  z-index: 100;
  border: 1px solid #d0d0d0;
}

.langbar li {
  float: left;
  margin-right: 10px;
  width: 100%;
}

.langbar li a {
  color: black;
}

.langArea {
  display: inline-block;
  position: relative;
}

span.currentLang {
  color: white;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

.haberButton a {
  font-size: 20px;
  margin: 7px;
  display: inline-block;
  background: var(--primary-color);
  color: white;
  padding: 15px;
}

.haberButton a:hover {
  color: white;
}

.breadcrumb h1 {
  font-size: inherit;
  font-weight: 400;
  display: inline-block;
  margin: 0;
}

@media (max-width: 1000px) {
  .pageContent {
    display: inline-block;
    width: 100%;
  }
}

.vc_row {
  margin-left: -15px !important;
  margin-right: 0 !important;
}

ul.breadcrumb h1 {
  line-height: 25px;
}

@media (max-width: 720px) {
  ul.breadcrumb {
    margin: 5px;
  }
}

.menu-gdpr-container li a {
  color: white !important;
  float: left;
}

.column-1 img {
  width: 70px;
  height: 70px !important;
  margin-left: 33px;
  border-radius: 50%;
  object-fit: cover;
}

.tablepress {
  width: 100% !important;
}

a.VideoLink {
  color: white;
  font-size: inherit !important;
}

a.VideoLink:hover {
  color: black;
}

.customhtag {
  font-size: 14px;
  line-height: initial;
  margin: 0;
  display: inline;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.partnerHover {
  display: none;
}

.frontpartner {
  margin-bottom: 16px;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  padding: 5px;
  cursor: pointer;
}

.frontpartner .name {
  font-weight: 700;
}

.partnerHome:hover .partnerHover {
  display: block;
}

.partnerHome {
  position: relative;
}

.partnerHover {
  position: absolute;
  bottom: 0;
  background: whitesmoke;
  z-index: 1;
  padding: 5px;
  border: 1px solid #e7e7e7;
  width: 100%;
  cursor: pointer;
}

.otel-menu ul {
  height: 500px !important;
  overflow: auto !important;
}

@media (min-width: 920px) {
  .otel-menu .mega-sub-menu {
    display: grid !important;
    grid-template-columns: auto auto !important;
    min-width: 600px !important;
    left: 0px !important;
  }
}

ul#sidebarmenu li,
.sidebarmenu > li {
  /* font-size: 14px; */
  /* line-height: 25px; */
  /* display: flex; */
  /* align-items: center; */
  /* overflow: hidden; */
  /* margin-bottom: 8px; */
  /* list-style: none; */
  /* padding: 10px; */
  /* box-shadow: 1px 1px 7px #e4e3e3; */

  font-size: 14px;
  line-height: 25px;
  display: flex;
  align-items: center;
  overflow: hidden;
  list-style: none;
  padding: 5px 10px;
  border-bottom: solid 1px #dcdcdc;
}

ul#sidebarmenu li a:before,
.sidebarmenu li a:before {
  content: "\f054";
  font-family: "FontAwesome";
  padding-right: 5px;
}

ul#sidebarmenu li a {
  width: 100%;
  display: flex;
  /* align-items: center; */
}

ul#sidebarmenu li:hover {
  background: var(--primary-color);
}

ul#sidebarmenu li:hover a {
  color: white;
  transition: 0s !important;
}

div#sidebarColapse i {
  margin-left: 10px;
}

ul.medDesc li:before {
  font-family: "FontAwesome" !important;
}

a.medButton i:before {
  font-family: "FontAwesome";
}

.lineargraytop {
  background: rgb(217, 212, 212);
  background: -moz-linear-gradient(
    180deg,
    rgb(248 248 248) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
  background: -webkit-linear-gradient(
    180deg,
    rgb(248 248 248) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
  background: linear-gradient(
    180deg,
    rgb(248 248 248) 0%,
    rgba(255, 255, 255, 1) 30%,
    rgba(255, 255, 255, 1) 100%
  ) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9d4d4", endColorstr="#ffffff", GradientType=1);
}

.rightshadow {
  -webkit-box-shadow: 27px 6px 34px -25px #a0a0a0;
  box-shadow: 27px 6px 34px -25px #ddd5d5;
}

.tablepress tfoot th,
.tablepress thead th {
  background-color: #f3f3f3 !important;
}

.dataTables_wrapper {
  font-size: 14px;
}

.mega-current_page_item a:first-child {
  color: var(--primary-color) !important;
}

/***BreadCrumb Css */

ul.breadcrumb li a {
  color: white;
}

ul.breadcrumb h1 {
  color: white;
}

@keyframes opacity {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

a.videoButton span {
  font-weight: 700;
  /* background: linear-gradient(95deg, #000000c7, transparent);
    padding: 7px;
    font-size: 25px;
    border-radius: 5px; */
}

.videoImg {
  animation-name: opacity;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.shorts span strong {
  margin-right: 5px;
  font-family: "nexablack";
}

.textonebh {
  font-size: 3rem;
  color: white;
  line-height: 60px;
}

.textonein {
  font-size: 40px;
  line-height: 4rem;
  color: #ededed;
  margin: 20px 0px;

  display: flex;
  align-items: center;
}

.textonein > a {
  color: #fff;
  display: flex;
  align-items: center;
}

.textonein > a:hover {
  color: var(--primary-color);
}

.textonein > a > .fa-house {
  font-size: 25px;
}

.textonein > .fa-angle-right {
  font-size: 25px;
  margin: 0 10px 0 15px;
}

@media (min-width: 1400px) and (max-width: 1920px) {
  .bannerCon {
    display: flex;
    /* height: 430px; */
  }
}

@media (max-width: 1600px) {
  .bannerCon {
    /* height: 430px; */
  }
}

.notHaveBanner {
  height: 300px;
}

a.videoButton img {
  width: 72px;
  height: 72px;
  margin-right: 14px;
  margin-left: 40px;
}

a.videoButton {
  color: white;
  width: 100%;
}

.elektraButton {
  background: var(--primary-color);
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 17px;
}

.elektraButtonsArea a,
.elektraButtonsArea div {
  margin-right: 10px;
  display: inline;
  cursor: pointer;
}

.overlayButtons {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background: rgb(217, 212, 212);
  background: -moz-linear-gradient(
    90deg,
    rgba(217, 212, 212, 1) 0%,
    rgba(0, 0, 0, 0.9809173669467787) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -webkit-linear-gradient(
    90deg,
    rgba(217, 212, 212, 1) 0%,
    rgba(0, 0, 0, 0.9809173669467787) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    90deg,
    rgba(217, 212, 212, 1) 0%,
    rgba(0, 0, 0, 0.9809173669467787) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9d4d4", endColorstr="#ffffff", GradientType=1);
  right: 0;
  bottom: 0;
}

/* .overlay {
    background: #0000005c;
    width: 100%;
    height: 100%;
    position: absolute;
  } */

.bannerText .textone {
  color: #ededed;
  font-size: 28px;
  font-weight: 700;
  line-height: 3rem;
}
.textone {
  font-size: 2.5rem;
}
.bannerArea {
  position: relative;
  display: block;
  /* margin-bottom: 80px; */
}

.elementor-image img {
  box-shadow: none !important;
}

.bannerArea img {
  height: 100%;
  object-fit: cover !important;
  width: 100%;
  max-height: 300px;
}

.bannerText {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 2;
  margin-bottom: 25px;
}

.elektrawebShortcuts {
  display: flex;
  color: #fff;
  justify-content: space-between;
}

.bannerText .container {
  height: 100%;
  position: relative;
}

.two {
  position: absolute;
  left: 0;
  right: 0;
  /* bottom: -50px; */
  bottom: -25px;
  z-index: 1;
}

.shortcutItem {
  width: 24%;
  display: flex;
  flex-direction: column;
}

.shorts {
  width: 100%;
  display: flex;
  height: 50px;
  font-size: 18px;
  font-weight: bold;
  background-color: #b9b4b7;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  color: #000;
}

.shortcutItem span:first-child {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6a6568;
  border-radius: 0 0 10px 0;
}

.shortcutItem span:last-child {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.shortText > p {
  line-height: 20px;
  margin-bottom: 0;
  font-size: 12px;
}

.shorticon {
  font-size: 30px;
  color: black;
  font-weight: 700;
}

.shortText {
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #ededed;
  border-radius: 0 0 5px 5px;
  color: #000;

  display: none;
}

.one {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.shortcutItem:hover .shorts {
  background: rgb(181, 11, 15);
  background: -moz-linear-gradient(
    103deg,
    rgba(181, 11, 15, 1) 0%,
    rgba(0, 0, 0, 1) 100%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    103deg,
    rgba(181, 11, 15, 1) 0%,
    rgba(0, 0, 0, 1) 100%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    103deg,
    rgba(181, 11, 15, 1) 0%,
    rgba(0, 0, 0, 1) 100%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b50b0f", endColorstr="#000000", GradientType=1);
  color: #fff;
}

/*   .shortcutItem:hover span {
    background-color: #6e0709;
  } */

.shortcutItem:hover .shortText {
  background: rgb(224, 53, 56);
  background: -moz-linear-gradient(
    103deg,
    rgba(224, 53, 56, 1) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  background: -webkit-linear-gradient(
    103deg,
    rgba(224, 53, 56, 1) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  background: linear-gradient(
    103deg,
    rgba(224, 53, 56, 1) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e03538", endColorstr="#333333", GradientType=1);
  color: #fff;
}

.shortcutItem:hover .shorticon {
  color: #fff !important;
  background-color: #6e0608;
}

/* .shortcutItem.active span:first-child {
    background-color: #6e0709;
  } */

.shortcutItem.active .shortText {
  background: rgb(224, 53, 56);
  background: -moz-linear-gradient(
    103deg,
    rgba(224, 53, 56, 1) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  background: -webkit-linear-gradient(
    103deg,
    rgba(224, 53, 56, 1) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  background: linear-gradient(
    103deg,
    rgba(224, 53, 56, 1) 0%,
    rgba(51, 51, 51, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e03538", endColorstr="#333333", GradientType=1);
  color: #fff;
}

@media (max-width: 720px) {
  .textone {
    line-height: 3rem !important;
  }

  .headings {
    font-size: 25px !important;
    line-height: 30px !important;
  }

  a.videoButton img {
    width: 72px;
    margin-right: 14px;
    margin-left: 0;
  }

  .elektrawebShortcuts {
    flex-wrap: wrap !important;
  }

  .elektrawebShortcutsCon {
    padding: 0px;
  }

  .shortcutItem {
    width: 50% !important;
  }

  .shortcutItem a {
    padding: 5px;
  }

  .bannerArea {
    margin-bottom: 170px;
  }

  .shorts {
    font-size: 12px;
    line-height: 16px;
  }

  .shortText {
    height: 70px;
  }

  .buroItems,
  .refImg {
    box-shadow: none;
  }


  .flexColum5 {
    flex-wrap: wrap;
  }

  .randimg img {
    width: 100%;
  }

  .two {
    position: relative;
  }

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

  .elektraButtonsArea .elektraButton {
    margin-bottom: 10px;
  }

  .hotelItem {
    position: relative;
    margin-bottom: 20px;
  }
}

.promotionArea a {
  background: white;
  margin-right: 8px;
  padding: 4px 15px;
  border-radius: 5px 5px 5px 5px;
  text-align: center;
  display: flex;
  align-items: center;
  line-height: 19px;
  gap: 5px;
}

.promotionArea {
  margin: 10px 0;
  display: flex;
}

/**BreadCrumb Css */

/*Skins */

/*Color: #fa87a0*/
a,
a:focus,
a:hover,
a:active,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a.selected,
.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .dropdown.active a,
.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav .dropdown.active a:hover,
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .dropdown.active a:focus,
.icon-counter:hover,
.social-network a:hover,
.social-network a:focus,
.social-network a:active,
.pe-feature,
.accordion-heading a:hover i,
.wpb_accordion_header a:hover i,
.counter-number,
.pricing-head.popular .pricing-price,
.validation,
.widget_nav_menu > div > ul li a:hover,
.widget_rss > ul li a:hover,
.widget_recent_comments > ul li a:hover,
.widget_recent_entries > ul li a:hover,
.widget_meta > ul li a:hover,
.widget_archive > ul li a:hover,
.widget_pages > ul li a:hover,
.widget_categories > ul li a:hover,
.recent li h6 a:hover,
.pagination > li > a,
.pagination > li > a:hover,
.media h4.media-heading a:hover,
.wpt-tabs > li > a,
.wpt-tabs > li > a:hover,
.wpt_widget_content .tab-content li a:hover,
.meminz_main-nav > li.current-menu-parent > a,
.meminz_main-nav > .open > a.dropdown-toggle,
.meminz_main-nav > .open > a.dropdown-toggle:hover,
.meminz_main-nav > .open > a.dropdown-toggle:focus {
  color: #e30d18;
}

/*
  Background color
  =========================== */
#meminz_submit,
#meminz_submit:hover,
#meminz_submit:focus,
#meminz_submit:active,
#meminz_submit.active,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.subscribe-button,
.navbar-default .navbar-toggle:hover .icon-bar,
.feature-box:hover .pe-feature,
.accordion-heading a i,
.accordion-heading a:hover,
.wpb_accordion_header a:hover,
.wpb_accordion_header a i,
.flex-direction-nav .flex-next:hover,
.flex-direction-nav .flex-prev:hover,
.flex-control-paging li a:hover,
.flex-control-paging li a.flex-active,
.pricing-head.popular,
.owl-theme .owl-controls .owl-buttons div.owl-prev:hover,
.owl-theme .owl-controls .owl-buttons div.owl-next:hover,
#toTopHover,
.log-tabs li a,
.log-tabs li a:hover,
.log-tabs li a:focus,
.log-tabs li a:active,
.tagcloud a:hover {
  background-color: #e30d18;
}

.tagcloud > a:hover {
  text-decoration: none;
  color: #ffffff !important;
  background-color: #e30d18;
}

/*
  Border color
  =========================== */
#meminz_submit,
#meminz_submit:hover,
#meminz_submit:focus,
#meminz_submit:active,
#meminz_submit.active,
.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li a.selected,
.navbar-default .navbar-nav .active a,
.navbar-default .navbar-nav .dropdown.active a,
.navbar-default .navbar-nav .active a:hover,
.navbar-default .navbar-nav .dropdown.active a:hover,
.navbar-default .navbar-nav .active a:focus,
.navbar-default .navbar-nav .dropdown.active a:focus,
.subscribe-button,
.testimoni-avatar:hover,
.icon-counter:hover,
.form-control:focus,
ul.listForm li .form-control:focus,
.navbar-default .navbar-toggle:hover,
.pe-feature,
.accordion-heading a i,
.accordion-heading a:hover,
.wpb_accordion_header a i,
.wpb_accordion_header a:hover,
.tagcloud a:hover,
.meminz_main-nav > li.current-menu-parent > a,
.meminz_main-nav > .open > a.dropdown-toggle,
.meminz_main-nav > .open > a.dropdown-toggle:hover,
.meminz_main-nav > .open > a.dropdown-toggle:focus {
  border-color: #e30d18;
}

.commentItem img {
  width: 100%;
  object-fit: contain;
}

/*
  Color on mobile
  =========================== */
@media (max-width: 767px) {
  .navbar-default .navbar-nav li a:hover,
  .navbar-default .navbar-nav li a.selected,
  .navbar-default .navbar-nav .active a,
  .navbar-default .navbar-nav .dropdown.active a,
  .navbar-default .navbar-nav .active a:hover,
  .navbar-default .navbar-nav .dropdown.active a:hover,
  .navbar-default .navbar-nav .active a:focus,
  .navbar-default .navbar-nav .dropdown.active a:focus {
    background: #e30d18;
    border: 1px solid #e30d18;
    color: #fff;
  }
}

/*Skins */

/** Gdpr Css */

a#cookie_action_close_header_reject {
  background: #61a229 !important;
}

/* Gdprs Css */

/**Footer */

footer {
  color: white;
  padding: 70px 0;
  background-size: cover !important;
}
.menu .menu-item {
  margin-bottom: 10px;
}
.copright,
.newsletter .ftext,
.fhead,
.tnp-field-email label,
.fcall span,
.ftext {
  color: #cccccc;
  font-weight: 100;
}
input::placeholder {
  text-align: center;
  font-size: 15px;
}
.fhead {
  border-bottom: 1px solid #ffffff54;
  width: fit-content;
  font-weight: 700;

  font-size: 14px;
}
.fcall .phone a {
  color: white;
}
.newsletter .ftext {
  font-weight: 100;
  max-width: 190px;
}
.fcall {
  margin-bottom: 20px;
  display: flex;
  align-items: baseline;
}

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

.fcall .phone {
  font-family: "nexablack";
}

.flogo img {
  height: auto;
  width: 200px;
  margin-bottom: 20px;
}

footer .socialsBar i {
  color: #e10004;
  font-size: 20px;
}

.bottomFlex {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cbc9c9;
  padding: 10px 0;
  margin: 30px 0px;
}

.flinks ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.flinks ul li a {
  color: #cccccc;
}
.refTextcenter {
  width: 421px;
  height: 300px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.textcenter-ref img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.newsletter .ftext {
  margin-top: 25px;
  margin-bottom: 25px;
  /* line-height: 20px; */
}
.elektrareverse {
  background: var(--primary-color);
  padding: 7px 12px !important;
  border-radius: 12px !important;
}
.elektraflat {
  background: white;
  padding: 7px 12px !important;
  border-radius: 12px !important;
  color: black;
}
input.tnp-email {
  background: #8080808f !important;
  border-radius: 5px;
  border: 1px solid white !important;
  color: white !important;
  font-size: 12px;
  padding: 17px 4px;
  height: 26px !important;
}

input.tnp-submit {
  width: 100% !important;
  background: var(--primary-color) !important;
  border-radius: 5px;
  color: white;

  padding: 3px 4px;
  border: 1px solid var(--primary-color);
}

/**Foter End */

/*TopBar*/

.socialsBar.web i {
  color: #ababab !important;
}

@media (min-width: 721px) {
  .socialsBar.mobile {
    display: none;
  }
}

@media (max-width: 720px) {
  .socialsBar.web {
    display: none;
  }

  .socialsBar.mobile {
    width: fit-content;
    padding: 0px 30px 0;
  }

  .footerTop {
    flex-wrap: wrap;
    justify-content: center !important;
    text-align: center;
  }

  .elektraButton.freedomo {
    display: block !important;
  }

  .topBar {
    background: linear-gradient(
      0deg,
      rgb(119 119 119) 0%,
      rgba(200, 200, 200, 0) 110%
    ) !important;
  }
}

.topBar {
  padding: 0px;
  background: -moz-linear-gradient(
    29deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(200, 200, 200, 0.375875350140056) 59%
  );
  background: -webkit-linear-gradient(
    29deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(200, 200, 200, 0.375875350140056) 59%
  );
  background: linear-gradient(
    29deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(200, 200, 200, 0.375875350140056) 59%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#c8c8c8", GradientType=1);
}

.bottomBar {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  align-items: center;
  height: 75px;
}

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

.rightBar {
  display: flex;
}

.callArea,
.callArea a {
  color: white !important;
  font-size: 16px;
  font-family: "Be Vietnam Pro", sans-serif;
}

span.currentLang {
  color: #e30d18;
  font-size: 15px;
  margin-left: 25px;
}

.navbar-collapse {
  padding: 0;
}

.socialsBar a {
  color: gray;
  margin-left: 10px;
}

.citys {
  font-size: 20px;
  font-weight: 700;
}

.elektraButton:hover {
  color: white;
}

.demoButton {
  font-size: 14px !important;
  padding: 1px 8px !important;
  cursor: pointer;
}

.elektraButton.freedomo {
  position: absolute;
  padding: 0px 8px;
  right: 0;
  border-radius: 10px 0px 0px 10px;
  display: none;
  min-width: 135px;
  text-align: center;
}

.webDesignCampaign {
  position: absolute;
  right: 15px;
  top: 0;
  animation: webDesignCampaign-zoom-in-zoom-out 2s ease-out infinite;
  width: 170px;
  height: 150px;
  z-index: 1903;
}

/**TopBar End */

/* Contact */

.contactformCheckbox {
  display: flex;
  align-items: start;
  gap: 10px;
  margin: 10px 0;
}

.contactformCheckbox label {
  font-size: 12px;
  font-weight: 500;
  text-align: left;
  line-height: 18px;
}

.popupArea .row {
  margin-top: 20px;
}

.popupArea i {
  position: absolute;
  right: 20px;
  top: 4px;
  font-size: 28px;
  cursor: pointer;
}

.popupArea {
  position: relative;
  max-width: 600px;
  background: #ffffffed;
  padding: 20px;
  overflow: auto;
  min-height: 500px;
}

.emailpopup {
  position: fixed;
  top: 0;
  background: #000000db;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  align-items: center;
  justify-content: center;
  display: flex;
  left: 0px;
  display: none;
}

.contactusArea {
  font-size: 25px;
  background: white;
  text-align: center;
  margin: 15px 0px;
  cursor: pointer;
  display: flex;
  gap: 10px;
}

#contactus i {
  margin-right: 5px;
  padding: 10px;
  border-radius: 15%;
}

#contactus {
  width: 50%;
  background: #dddddd;
  padding: 9px;
}

a#contactus {
  display: inline-block;
  margin: 11px;
  color: currentColor;
}

.demo {
  background: whitesmoke !important;
}

.popupArea .form-control {
  margin-bottom: 15px;
}

.showPopUp {
  display: flex;
}

@media (max-width: 720px) {
  .contactusArea {
    flex-wrap: wrap;
  }

  #contactus {
    width: 100%;
  }
}

/*Contact End*/

/*Menu Css*/

.ourmenu li a {
  color: black;
}

.ourmenu {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.mainLi.haschildren > a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mainLi.haschildren > a i.fa-chevron-down {
  font-size: 0.7rem;
  margin-left: 8px;
  color: #666;
}

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

.ourmenu > li {
  position: relative;
}

.mainLi {
  display: flex;
  align-items: center;
  padding: 10px;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
}

.mainLi:hover {
  background: #ddd;
}

.children {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 200px;
  z-index: 25;
}

.children li {
  padding: 8px;
  border-bottom: 1px solid #eee;
}

.children li a {
  text-decoration: none;
  color: #333;
  display: block;
}

.children li:hover {
  background: #f1f1f1;
  position: relative;
}

.children li .children {
  position: absolute;
  left: 100%;
  top: 0;
}

.ourmenu li:hover > .children {
  display: block;
}

/*Menu Css end */

.pageContent img {
  width: 100%;
}

/*! elementor - v3.27.0 - 13-03-2025 */
.elementor-hidden {
  display: none;
}

.elementor-visibility-hidden {
  visibility: hidden;
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: -10000em;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.elementor-clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
}

.e-logo-wrapper {
  background: var(--e-a-bg-logo);
  border-radius: 50%;
  display: inline-block;
  line-height: 1;
  padding: 0.75em;
}

.e-logo-wrapper i {
  color: var(--e-a-color-logo);
  font-size: 1em;
}

.elementor *,
.elementor :after,
.elementor :before {
  box-sizing: border-box;
}

.elementor a {
  box-shadow: none;
  text-decoration: none;
}

.elementor hr {
  background-color: transparent;
  margin: 0;
}

.elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}

.elementor
  .elementor-widget:not(.elementor-widget-text-editor):not(
    .elementor-widget-theme-post-content
  )
  figure {
  margin: 0;
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
  border: none;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
  direction: ltr;
  inset: 0;
  overflow: hidden;
  position: absolute;
  z-index: 0;
}

.elementor .elementor-background-video-container {
  pointer-events: none;
  transition: opacity 1s;
}

.elementor .elementor-background-video-container.elementor-loading {
  opacity: 0;
}

.elementor .elementor-background-video-embed {
  max-width: none;
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.elementor .elementor-background-video {
  max-width: none;
}

.elementor .elementor-background-video-hosted {
  -o-object-fit: cover;
  object-fit: cover;
}

.elementor .elementor-background-overlay {
  inset: 0;
  position: absolute;
}

.elementor .elementor-background-slideshow {
  inset: 0;
  position: absolute;
  z-index: 0;
}

.elementor .elementor-background-slideshow__slide__image {
  background-position: 50%;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.e-con-inner > .elementor-element.elementor-absolute,
.e-con > .elementor-element.elementor-absolute,
.elementor-widget-wrap > .elementor-element.elementor-absolute {
  position: absolute;
}

.e-con-inner > .elementor-element.elementor-fixed,
.e-con > .elementor-element.elementor-fixed,
.elementor-widget-wrap > .elementor-element.elementor-fixed {
  position: fixed;
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
  max-width: 100%;
}

@media (max-width: 1024px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
  .elementor-widget-wrap
    .elementor-element.elementor-widget-tablet__width-initial {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
  .elementor-widget-wrap
    .elementor-element.elementor-widget-mobile__width-initial {
    max-width: 100%;
  }
}

.elementor-element {
  --flex-direction: initial;
  --flex-wrap: initial;
  --justify-content: initial;
  --align-items: initial;
  --align-content: initial;
  --gap: initial;
  --flex-basis: initial;
  --flex-grow: initial;
  --flex-shrink: initial;
  --order: initial;
  --align-self: initial;
  align-self: var(--align-self);
  flex-basis: var(--flex-basis);
  flex-grow: var(--flex-grow);
  flex-shrink: var(--flex-shrink);
  order: var(--order);
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
  z-index: 1;
}

.elementor-element:where(.e-con-full, .elementor-widget) {
  align-content: var(--align-content);
  align-items: var(--align-items);
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  gap: var(--row-gap) var(--column-gap);
  justify-content: var(--justify-content);
}

.elementor-invisible {
  visibility: hidden;
}

.elementor-align-center {
  text-align: center;
}

.elementor-align-right {
  text-align: right;
}

.elementor-align-left {
  text-align: left;
}

.elementor-align-center .elementor-button,
.elementor-align-left .elementor-button,
.elementor-align-right .elementor-button {
  width: auto;
}

.elementor-align-justify .elementor-button {
  width: 100%;
}

.elementor-custom-embed-play {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.elementor-custom-embed-play i {
  color: #fff;
  font-size: 100px;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}

.elementor-custom-embed-play svg {
  height: 100px;
  width: 100px;
  fill: #fff;
  filter: drop-shadow(1px 0 6px rgba(0, 0, 0, 0.3));
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
  opacity: 0.8;
  transition: all 0.5s;
}

.elementor-custom-embed-play.elementor-playing i {
  font-family: eicons;
}

.elementor-custom-embed-play.elementor-playing i:before {
  content: "\e8fb";
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
  animation: eicon-spin 2s linear infinite;
}

.elementor-tag {
  display: inline-flex;
}

.elementor-ken-burns {
  transition-duration: 10s;
  transition-property: transform;
  transition-timing-function: linear;
}

.elementor-ken-burns--out {
  transform: scale(1.3);
}

.elementor-ken-burns--active {
  transition-duration: 20s;
}

.elementor-ken-burns--active.elementor-ken-burns--out {
  transform: scale(1);
}

.elementor-ken-burns--active.elementor-ken-burns--in {
  transform: scale(1.3);
}

@media (min-width: -1) {
  .elementor-widescreen-align-center {
    text-align: center;
  }

  .elementor-widescreen-align-right {
    text-align: right;
  }

  .elementor-widescreen-align-left {
    text-align: left;
  }

  .elementor-widescreen-align-center .elementor-button,
  .elementor-widescreen-align-left .elementor-button,
  .elementor-widescreen-align-right .elementor-button {
    width: auto;
  }

  .elementor-widescreen-align-justify .elementor-button {
    width: 100%;
  }
}

@media (max-width: -1) {
  .elementor-laptop-align-center {
    text-align: center;
  }

  .elementor-laptop-align-right {
    text-align: right;
  }

  .elementor-laptop-align-left {
    text-align: left;
  }

  .elementor-laptop-align-center .elementor-button,
  .elementor-laptop-align-left .elementor-button,
  .elementor-laptop-align-right .elementor-button {
    width: auto;
  }

  .elementor-laptop-align-justify .elementor-button {
    width: 100%;
  }

  .elementor-tablet_extra-align-center {
    text-align: center;
  }

  .elementor-tablet_extra-align-right {
    text-align: right;
  }

  .elementor-tablet_extra-align-left {
    text-align: left;
  }

  .elementor-tablet_extra-align-center .elementor-button,
  .elementor-tablet_extra-align-left .elementor-button,
  .elementor-tablet_extra-align-right .elementor-button {
    width: auto;
  }

  .elementor-tablet_extra-align-justify .elementor-button {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .elementor-tablet-align-center {
    text-align: center;
  }

  .elementor-tablet-align-right {
    text-align: right;
  }

  .elementor-tablet-align-left {
    text-align: left;
  }

  .elementor-tablet-align-center .elementor-button,
  .elementor-tablet-align-left .elementor-button,
  .elementor-tablet-align-right .elementor-button {
    width: auto;
  }

  .elementor-tablet-align-justify .elementor-button {
    width: 100%;
  }
}

@media (max-width: -1) {
  .elementor-mobile_extra-align-center {
    text-align: center;
  }

  .elementor-mobile_extra-align-right {
    text-align: right;
  }

  .elementor-mobile_extra-align-left {
    text-align: left;
  }

  .elementor-mobile_extra-align-center .elementor-button,
  .elementor-mobile_extra-align-left .elementor-button,
  .elementor-mobile_extra-align-right .elementor-button {
    width: auto;
  }

  .elementor-mobile_extra-align-justify .elementor-button {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .elementor-mobile-align-center {
    text-align: center;
  }

  .elementor-mobile-align-right {
    text-align: right;
  }

  .elementor-mobile-align-left {
    text-align: left;
  }

  .elementor-mobile-align-center .elementor-button,
  .elementor-mobile-align-left .elementor-button,
  .elementor-mobile-align-right .elementor-button {
    width: auto;
  }

  .elementor-mobile-align-justify .elementor-button {
    width: 100%;
  }
}

:root {
  --page-title-display: block;
}

.elementor-page-title,
h1.entry-title {
  display: var(--page-title-display);
}

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

  to {
    transform: rotate(359deg);
  }
}

.eicon-animation-spin {
  animation: eicon-spin 2s linear infinite;
}

.elementor-section {
  position: relative;
}

.elementor-section .elementor-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media (max-width: 1024px) {
  .elementor-section .elementor-container {
    flex-wrap: wrap;
  }
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 1140px;
}

.elementor-section.elementor-section-stretched {
  position: relative;
  width: 100%;
}

.elementor-section.elementor-section-items-top > .elementor-container {
  align-items: flex-start;
}

.elementor-section.elementor-section-items-middle > .elementor-container {
  align-items: center;
}

.elementor-section.elementor-section-items-bottom > .elementor-container {
  align-items: flex-end;
}

@media (min-width: 768px) {
  .elementor-section.elementor-section-height-full {
    height: 100vh;
  }

  .elementor-section.elementor-section-height-full > .elementor-container {
    height: 100%;
  }
}

.elementor-bc-flex-widget
  .elementor-section-content-top
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: flex-start;
}

.elementor-bc-flex-widget
  .elementor-section-content-middle
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: center;
}

.elementor-bc-flex-widget
  .elementor-section-content-bottom
  > .elementor-container
  > .elementor-column
  > .elementor-widget-wrap {
  align-items: flex-end;
}

.elementor-widget-wrap {
  align-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  display: flex;
}

.elementor-widget-wrap > .elementor-element {
  width: 100%;
}

.elementor-widget-wrap.e-swiper-container {
  width: calc(
    100% -
      (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px))
  );
}

.elementor-widget {
  position: relative;
}

.elementor-widget:not(:last-child) {
  margin-bottom: var(--kit-widget-spacing, 20px);
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
  margin-bottom: 0;
}

.elementor-column {
  display: flex;
  min-height: 1px;
  position: relative;
}

.elementor-column-gap-narrow
  > .elementor-column
  > .elementor-element-populated {
  padding: 5px;
}

.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 10px;
}

.elementor-column-gap-extended
  > .elementor-column
  > .elementor-element-populated {
  padding: 15px;
}

.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
  padding: 20px;
}

.elementor-column-gap-wider > .elementor-column > .elementor-element-populated {
  padding: 30px;
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
  padding: 0;
}

/* @media (min-width: 768px) {
  .elementor-column.elementor-col-10,
  .elementor-column[data-col="10"] {
    width: 10%;
  }

  .elementor-column.elementor-col-11,
  .elementor-column[data-col="11"] {
    width: 11.111%;
  }

  .elementor-column.elementor-col-12,
  .elementor-column[data-col="12"] {
    width: 12.5%;
  }

  .elementor-column.elementor-col-14,
  .elementor-column[data-col="14"] {
    width: 14.285%;
  }

  .elementor-column.elementor-col-16,
  .elementor-column[data-col="16"] {
    width: 16.666%;
  }

  .elementor-column.elementor-col-20,
  .elementor-column[data-col="20"] {
    width: 20%;
  }

  .elementor-column.elementor-col-25,
  .elementor-column[data-col="25"] {
    width: 25%;
  }

  .elementor-column.elementor-col-30,
  .elementor-column[data-col="30"] {
    width: 30%;
  }

  .elementor-column.elementor-col-33,
  .elementor-column[data-col="33"] {
    width: 33.333%;
  }

  .elementor-column.elementor-col-40,
  .elementor-column[data-col="40"] {
    width: 40%;
  }

  .elementor-column.elementor-col-50,
  .elementor-column[data-col="50"] {
    width: 50%;
  }

  .elementor-column.elementor-col-60,
  .elementor-column[data-col="60"] {
    width: 60%;
  }

  .elementor-column.elementor-col-66,
  .elementor-column[data-col="66"] {
    width: 66.666%;
  }

  .elementor-column.elementor-col-70,
  .elementor-column[data-col="70"] {
    width: 70%;
  }

  .elementor-column.elementor-col-75,
  .elementor-column[data-col="75"] {
    width: 75%;
  }

  .elementor-column.elementor-col-80,
  .elementor-column[data-col="80"] {
    width: 80%;
  }

  .elementor-column.elementor-col-83,
  .elementor-column[data-col="83"] {
    width: 83.333%;
  }

  .elementor-column.elementor-col-90,
  .elementor-column[data-col="90"] {
    width: 90%;
  }

  .elementor-column.elementor-col-100,
  .elementor-column[data-col="100"] {
    width: 100%;
  }
} */

@media (max-width: 479px) {
  .elementor-column.elementor-xs-10 {
    width: 10%;
  }

  .elementor-column.elementor-xs-11 {
    width: 11.111%;
  }

  .elementor-column.elementor-xs-12 {
    width: 12.5%;
  }

  .elementor-column.elementor-xs-14 {
    width: 14.285%;
  }

  .elementor-column.elementor-xs-16 {
    width: 16.666%;
  }

  .elementor-column.elementor-xs-20 {
    width: 20%;
  }

  .elementor-column.elementor-xs-25 {
    width: 25%;
  }

  .elementor-column.elementor-xs-30 {
    width: 30%;
  }

  .elementor-column.elementor-xs-33 {
    width: 33.333%;
  }

  .elementor-column.elementor-xs-40 {
    width: 40%;
  }

  .elementor-column.elementor-xs-50 {
    width: 50%;
  }

  .elementor-column.elementor-xs-60 {
    width: 60%;
  }

  .elementor-column.elementor-xs-66 {
    width: 66.666%;
  }

  .elementor-column.elementor-xs-70 {
    width: 70%;
  }

  .elementor-column.elementor-xs-75 {
    width: 75%;
  }

  .elementor-column.elementor-xs-80 {
    width: 80%;
  }

  .elementor-column.elementor-xs-83 {
    width: 83.333%;
  }

  .elementor-column.elementor-xs-90 {
    width: 90%;
  }

  .elementor-column.elementor-xs-100 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .elementor-column.elementor-sm-10 {
    width: 10%;
  }

  .elementor-column.elementor-sm-11 {
    width: 11.111%;
  }

  .elementor-column.elementor-sm-12 {
    width: 12.5%;
  }

  .elementor-column.elementor-sm-14 {
    width: 14.285%;
  }

  .elementor-column.elementor-sm-16 {
    width: 16.666%;
  }

  .elementor-column.elementor-sm-20 {
    width: 20%;
  }

  .elementor-column.elementor-sm-25 {
    width: 25%;
  }

  .elementor-column.elementor-sm-30 {
    width: 30%;
  }

  .elementor-column.elementor-sm-33 {
    width: 33.333%;
  }

  .elementor-column.elementor-sm-40 {
    width: 40%;
  }

  .elementor-column.elementor-sm-50 {
    width: 50%;
  }

  .elementor-column.elementor-sm-60 {
    width: 60%;
  }

  .elementor-column.elementor-sm-66 {
    width: 66.666%;
  }

  .elementor-column.elementor-sm-70 {
    width: 70%;
  }

  .elementor-column.elementor-sm-75 {
    width: 75%;
  }

  .elementor-column.elementor-sm-80 {
    width: 80%;
  }

  .elementor-column.elementor-sm-83 {
    width: 83.333%;
  }

  .elementor-column.elementor-sm-90 {
    width: 90%;
  }

  .elementor-column.elementor-sm-100 {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-column.elementor-md-10 {
    width: 10%;
  }

  .elementor-column.elementor-md-11 {
    width: 11.111%;
  }

  .elementor-column.elementor-md-12 {
    width: 12.5%;
  }

  .elementor-column.elementor-md-14 {
    width: 14.285%;
  }

  .elementor-column.elementor-md-16 {
    width: 16.666%;
  }

  .elementor-column.elementor-md-20 {
    width: 20%;
  }

  .elementor-column.elementor-md-25 {
    width: 25%;
  }

  .elementor-column.elementor-md-30 {
    width: 30%;
  }

  .elementor-column.elementor-md-33 {
    width: 33.333%;
  }

  .elementor-column.elementor-md-40 {
    width: 40%;
  }

  .elementor-column.elementor-md-50 {
    width: 50%;
  }

  .elementor-column.elementor-md-60 {
    width: 60%;
  }

  .elementor-column.elementor-md-66 {
    width: 66.666%;
  }

  .elementor-column.elementor-md-70 {
    width: 70%;
  }

  .elementor-column.elementor-md-75 {
    width: 75%;
  }

  .elementor-column.elementor-md-80 {
    width: 80%;
  }

  .elementor-column.elementor-md-83 {
    width: 83.333%;
  }

  .elementor-column.elementor-md-90 {
    width: 90%;
  }

  .elementor-column.elementor-md-100 {
    width: 100%;
  }
}

@media (min-width: -1) {
  .elementor-reverse-widescreen > .elementor-container > :first-child {
    order: 10;
  }

  .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
    order: 9;
  }

  .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
    order: 8;
  }

  .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
    order: 7;
  }

  .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
    order: 6;
  }

  .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
    order: 5;
  }

  .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
    order: 4;
  }

  .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
    order: 3;
  }

  .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
    order: 2;
  }

  .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
    order: 1;
  }
}

@media (min-width: 1025px) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :first-child {
    order: 10;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: 9;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: 8;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: 7;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: 6;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: 5;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: 4;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: 3;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 2;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: 1;
  }
}

@media (min-width: -1) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :first-child {
    order: 10;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
    order: 9;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
    order: 8;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
    order: 7;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
    order: 6;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
    order: 5;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
    order: 4;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
    order: 3;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 2;
  }

  .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
    order: 1;
  }
}

@media (min-width: 1025px) and (max-width: -1) {
  .elementor-reverse-laptop > .elementor-container > :first-child,
  .elementor-reverse-laptop > .elementor-container > :nth-child(10),
  .elementor-reverse-laptop > .elementor-container > :nth-child(2),
  .elementor-reverse-laptop > .elementor-container > :nth-child(3),
  .elementor-reverse-laptop > .elementor-container > :nth-child(4),
  .elementor-reverse-laptop > .elementor-container > :nth-child(5),
  .elementor-reverse-laptop > .elementor-container > :nth-child(6),
  .elementor-reverse-laptop > .elementor-container > :nth-child(7),
  .elementor-reverse-laptop > .elementor-container > :nth-child(8),
  .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
    order: 0;
  }

  .elementor-reverse-tablet_extra > .elementor-container > :first-child {
    order: 10;
  }

  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
    order: 9;
  }

  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
    order: 8;
  }

  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
    order: 7;
  }

  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
    order: 6;
  }

  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
    order: 5;
  }

  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
    order: 4;
  }

  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
    order: 3;
  }

  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
    order: 2;
  }

  .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
    order: 1;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :first-child {
    order: 10;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: 9;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: 8;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: 7;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: 6;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: 5;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: 4;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: 3;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 2;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: 1;
  }
}

@media (min-width: -1) and (max-width: 1024px) {
  .elementor-reverse-tablet > .elementor-container > :first-child {
    order: 10;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
    order: 9;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
    order: 8;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
    order: 7;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
    order: 6;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
    order: 5;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
    order: 4;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
    order: 3;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 2;
  }

  .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
    order: 1;
  }
}

@media (min-width: 768px) and (max-width: -1) {
  .elementor-reverse-tablet > .elementor-container > :first-child,
  .elementor-reverse-tablet > .elementor-container > :nth-child(10),
  .elementor-reverse-tablet > .elementor-container > :nth-child(2),
  .elementor-reverse-tablet > .elementor-container > :nth-child(3),
  .elementor-reverse-tablet > .elementor-container > :nth-child(4),
  .elementor-reverse-tablet > .elementor-container > :nth-child(5),
  .elementor-reverse-tablet > .elementor-container > :nth-child(6),
  .elementor-reverse-tablet > .elementor-container > :nth-child(7),
  .elementor-reverse-tablet > .elementor-container > :nth-child(8),
  .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
    order: 0;
  }

  .elementor-reverse-mobile_extra > .elementor-container > :first-child {
    order: 10;
  }

  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
    order: 9;
  }

  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
    order: 8;
  }

  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
    order: 7;
  }

  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
    order: 6;
  }

  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
    order: 5;
  }

  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
    order: 4;
  }

  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
    order: 3;
  }

  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
    order: 2;
  }

  .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
    order: 1;
  }
}

@media (max-width: 767px) {
  .elementor-reverse-mobile > .elementor-container > :first-child {
    order: 10;
  }

  .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
    order: 9;
  }

  .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
    order: 8;
  }

  .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
    order: 7;
  }

  .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
    order: 6;
  }

  .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
    order: 5;
  }

  .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
    order: 4;
  }

  .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
    order: 3;
  }

  .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
    order: 2;
  }

  .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
    order: 1;
  }

  .elementor-column {
    width: 100%;
  }
}

.elementor-grid {
  display: grid;
  grid-column-gap: var(--grid-column-gap);
  grid-row-gap: var(--grid-row-gap);
}

.elementor-grid .elementor-grid-item {
  min-width: 0;
}

.elementor-grid-0 .elementor-grid {
  display: inline-block;
  margin-bottom: calc(-1 * var(--grid-row-gap));
  width: 100%;
  word-spacing: var(--grid-column-gap);
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
  display: inline-block;
  margin-bottom: var(--grid-row-gap);
  word-break: break-word;
}

.elementor-grid-1 .elementor-grid {
  grid-template-columns: repeat(1, 1fr);
}

.elementor-grid-2 .elementor-grid {
  grid-template-columns: repeat(2, 1fr);
}

.elementor-grid-3 .elementor-grid {
  grid-template-columns: repeat(3, 1fr);
}

.elementor-grid-4 .elementor-grid {
  grid-template-columns: repeat(4, 1fr);
}

.elementor-grid-5 .elementor-grid {
  grid-template-columns: repeat(5, 1fr);
}

.elementor-grid-6 .elementor-grid {
  grid-template-columns: repeat(6, 1fr);
}

.elementor-grid-7 .elementor-grid {
  grid-template-columns: repeat(7, 1fr);
}

.elementor-grid-8 .elementor-grid {
  grid-template-columns: repeat(8, 1fr);
}

.elementor-grid-9 .elementor-grid {
  grid-template-columns: repeat(9, 1fr);
}

.elementor-grid-10 .elementor-grid {
  grid-template-columns: repeat(10, 1fr);
}

.elementor-grid-11 .elementor-grid {
  grid-template-columns: repeat(11, 1fr);
}

.elementor-grid-12 .elementor-grid {
  grid-template-columns: repeat(12, 1fr);
}

@media (min-width: -1) {
  .elementor-grid-widescreen-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }

  .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }

  .elementor-grid-widescreen-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .elementor-grid-widescreen-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .elementor-grid-widescreen-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .elementor-grid-widescreen-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .elementor-grid-widescreen-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .elementor-grid-widescreen-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .elementor-grid-widescreen-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .elementor-grid-widescreen-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .elementor-grid-widescreen-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }

  .elementor-grid-widescreen-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }

  .elementor-grid-widescreen-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }

  .elementor-grid-widescreen-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: -1) {
  .elementor-grid-laptop-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }

  .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }

  .elementor-grid-laptop-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .elementor-grid-laptop-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .elementor-grid-laptop-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .elementor-grid-laptop-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .elementor-grid-laptop-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .elementor-grid-laptop-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .elementor-grid-laptop-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .elementor-grid-laptop-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .elementor-grid-laptop-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }

  .elementor-grid-laptop-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }

  .elementor-grid-laptop-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }

  .elementor-grid-laptop-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }

  .elementor-grid-tablet_extra-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }

  .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }

  .elementor-grid-tablet_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .elementor-grid-tablet_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .elementor-grid-tablet_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .elementor-grid-tablet_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .elementor-grid-tablet_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .elementor-grid-tablet_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .elementor-grid-tablet_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .elementor-grid-tablet_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .elementor-grid-tablet_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }

  .elementor-grid-tablet_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }

  .elementor-grid-tablet_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }

  .elementor-grid-tablet_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: 1024px) {
  .elementor-grid-tablet-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }

  .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }

  .elementor-grid-tablet-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .elementor-grid-tablet-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .elementor-grid-tablet-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .elementor-grid-tablet-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .elementor-grid-tablet-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .elementor-grid-tablet-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .elementor-grid-tablet-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .elementor-grid-tablet-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .elementor-grid-tablet-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }

  .elementor-grid-tablet-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }

  .elementor-grid-tablet-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }

  .elementor-grid-tablet-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: -1) {
  .elementor-grid-mobile_extra-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }

  .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }

  .elementor-grid-mobile_extra-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .elementor-grid-mobile_extra-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .elementor-grid-mobile_extra-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .elementor-grid-mobile_extra-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .elementor-grid-mobile_extra-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .elementor-grid-mobile_extra-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .elementor-grid-mobile_extra-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .elementor-grid-mobile_extra-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .elementor-grid-mobile_extra-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }

  .elementor-grid-mobile_extra-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }

  .elementor-grid-mobile_extra-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }

  .elementor-grid-mobile_extra-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: 767px) {
  .elementor-grid-mobile-0 .elementor-grid {
    display: inline-block;
    margin-bottom: calc(-1 * var(--grid-row-gap));
    width: 100%;
    word-spacing: var(--grid-column-gap);
  }

  .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
  }

  .elementor-grid-mobile-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .elementor-grid-mobile-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .elementor-grid-mobile-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .elementor-grid-mobile-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .elementor-grid-mobile-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .elementor-grid-mobile-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
  }

  .elementor-grid-mobile-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
  }

  .elementor-grid-mobile-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
  }

  .elementor-grid-mobile-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
  }

  .elementor-grid-mobile-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
  }

  .elementor-grid-mobile-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
  }

  .elementor-grid-mobile-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (min-width: 1025px) {
  #elementor-device-mode:after {
    content: "desktop";
  }
}

@media (min-width: -1) {
  #elementor-device-mode:after {
    content: "widescreen";
  }
}

@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "laptop";
    content: "tablet_extra";
  }
}

@media (max-width: 1024px) {
  #elementor-device-mode:after {
    content: "tablet";
  }
}

@media (max-width: -1) {
  #elementor-device-mode:after {
    content: "mobile_extra";
  }
}

@media (max-width: 767px) {
  #elementor-device-mode:after {
    content: "mobile";
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

.e-con {
  --border-radius: 0;
  --border-top-width: 0px;
  --border-right-width: 0px;
  --border-bottom-width: 0px;
  --border-left-width: 0px;
  --border-style: initial;
  --border-color: initial;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: min(100%, var(--container-max-width, 1140px));
  --width: 100%;
  --min-height: initial;
  --height: auto;
  --text-align: initial;
  --margin-top: 0px;
  --margin-right: 0px;
  --margin-bottom: 0px;
  --margin-left: 0px;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --position: relative;
  --z-index: revert;
  --overflow: visible;
  --gap: var(--widgets-spacing, 20px);
  --row-gap: var(--widgets-spacing-row, 20px);
  --column-gap: var(--widgets-spacing-column, 20px);
  --overlay-mix-blend-mode: initial;
  --overlay-opacity: 1;
  --overlay-transition: 0.3s;
  --e-con-grid-template-columns: repeat(3, 1fr);
  --e-con-grid-template-rows: repeat(2, 1fr);
  border-radius: var(--border-radius);
  height: var(--height);
  min-height: var(--min-height);
  min-width: 0;
  overflow: var(--overflow);
  position: var(--position);
  transition: background var(--background-transition, 0.3s),
    border var(--border-transition, 0.3s),
    box-shadow var(--border-transition, 0.3s),
    transform var(--e-con-transform-transition-duration, 0.4s);
  width: var(--width);
  z-index: var(--z-index);
  --flex-wrap-mobile: wrap;
  margin-block-end: var(--margin-block-end);
  margin-block-start: var(--margin-block-start);
  margin-inline-end: var(--margin-inline-end);
  margin-inline-start: var(--margin-inline-start);
  padding-inline-end: var(--padding-inline-end);
  padding-inline-start: var(--padding-inline-start);
  --margin-block-start: var(--margin-top);
  --margin-block-end: var(--margin-bottom);
  --margin-inline-start: var(--margin-left);
  --margin-inline-end: var(--margin-right);
  --padding-inline-start: var(--padding-left);
  --padding-inline-end: var(--padding-right);
  --padding-block-start: var(--padding-top);
  --padding-block-end: var(--padding-bottom);
  --border-block-start-width: var(--border-top-width);
  --border-block-end-width: var(--border-bottom-width);
  --border-inline-start-width: var(--border-left-width);
  --border-inline-end-width: var(--border-right-width);
}

body.rtl .e-con {
  --padding-inline-start: var(--padding-right);
  --padding-inline-end: var(--padding-left);
  --margin-inline-start: var(--margin-right);
  --margin-inline-end: var(--margin-left);
  --border-inline-start-width: var(--border-right-width);
  --border-inline-end-width: var(--border-left-width);
}

.e-con.e-flex {
  --flex-direction: column;
  --flex-basis: auto;
  --flex-grow: 0;
  --flex-shrink: 1;
  flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}

.e-con-full,
.e-con > .e-con-inner {
  padding-block-end: var(--padding-block-end);
  padding-block-start: var(--padding-block-start);
  text-align: var(--text-align);
}

.e-con-full.e-flex,
.e-con.e-flex > .e-con-inner {
  flex-direction: var(--flex-direction);
}

.e-con,
.e-con > .e-con-inner {
  display: var(--display);
}

.e-con.e-grid {
  --grid-justify-content: start;
  --grid-align-content: start;
  --grid-auto-flow: row;
}

.e-con.e-grid,
.e-con.e-grid > .e-con-inner {
  align-content: var(--grid-align-content);
  align-items: var(--align-items);
  grid-auto-flow: var(--grid-auto-flow);
  grid-template-columns: var(--e-con-grid-template-columns);
  grid-template-rows: var(--e-con-grid-template-rows);
  justify-content: var(--grid-justify-content);
  justify-items: var(--justify-items);
}

.e-con-boxed.e-flex {
  align-content: normal;
  align-items: normal;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: normal;
}

.e-con-boxed.e-grid {
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: legacy;
}

.e-con-boxed {
  gap: initial;
  text-align: initial;
}

.e-con.e-flex > .e-con-inner {
  align-content: var(--align-content);
  align-items: var(--align-items);
  align-self: auto;
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
}

.e-con.e-grid > .e-con-inner {
  align-items: var(--align-items);
  justify-items: var(--justify-items);
}

.e-con > .e-con-inner {
  gap: var(--row-gap) var(--column-gap);
  height: 100%;
  margin: 0 auto;
  max-width: var(--content-width);
  padding-inline-end: 0;
  padding-inline-start: 0;
  width: 100%;
}

:is(.elementor-section-wrap, [data-elementor-id]) > .e-con {
  --margin-left: auto;
  --margin-right: auto;
  max-width: min(100%, var(--width));
}

.e-con .elementor-widget.elementor-widget {
  margin-block-end: 0;
}

.e-con:before,
.e-con > .elementor-background-slideshow:before,
.e-con
  > .elementor-motion-effects-container
  > .elementor-motion-effects-layer:before,
:is(.e-con, .e-con > .e-con-inner)
  > .elementor-background-video-container:before {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  content: var(--background-overlay);
  display: block;
  height: max(
    100% + var(--border-top-width) + var(--border-bottom-width),
    100%
  );
  left: calc(0px - var(--border-left-width));
  mix-blend-mode: var(--overlay-mix-blend-mode);
  opacity: var(--overlay-opacity);
  position: absolute;
  top: calc(0px - var(--border-top-width));
  transition: var(--overlay-transition, 0.3s);
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}

.e-con:before {
  transition: background var(--overlay-transition, 0.3s),
    border-radius var(--border-transition, 0.3s),
    opacity var(--overlay-transition, 0.3s);
}

.e-con > .elementor-background-slideshow,
:is(.e-con, .e-con > .e-con-inner) > .elementor-background-video-container {
  border-block-end-width: var(--border-block-end-width);
  border-block-start-width: var(--border-block-start-width);
  border-color: var(--border-color);
  border-inline-end-width: var(--border-inline-end-width);
  border-inline-start-width: var(--border-inline-start-width);
  border-radius: var(--border-radius);
  border-style: var(--border-style);
  height: max(
    100% + var(--border-top-width) + var(--border-bottom-width),
    100%
  );
  left: calc(0px - var(--border-left-width));
  top: calc(0px - var(--border-top-width));
  width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
}

@media (max-width: 767px) {
  :is(.e-con, .e-con > .e-con-inner)
    > .elementor-background-video-container.elementor-hidden-mobile {
    display: none;
  }
}

:is(.e-con, .e-con > .e-con-inner)
  > .elementor-background-video-container:before {
  z-index: 1;
}

:is(.e-con, .e-con > .e-con-inner) > .elementor-background-slideshow:before {
  z-index: 2;
}

.e-con .elementor-widget {
  min-width: 0;
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
  width: 100%;
}

.e-con > .e-con-inner > .elementor-widget > .elementor-widget-container,
.e-con > .elementor-widget > .elementor-widget-container {
  height: 100%;
}

.e-con.e-con > .e-con-inner > .elementor-widget,
.elementor.elementor .e-con > .elementor-widget {
  max-width: 100%;
}

.e-con .elementor-widget:not(:last-child) {
  --kit-widget-spacing: 0px;
}

@media (max-width: 767px) {
  .e-con.e-flex {
    --width: 100%;
    --flex-wrap: var(--flex-wrap-mobile);
  }

  .e-con.e-flex .elementor-widget-archive-posts {
    width: 100%;
  }
}

.elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > input,
.elementor-form-fields-wrapper.elementor-labels-above
  .elementor-field-group
  > textarea {
  flex-basis: 100%;
  max-width: 100%;
}

.elementor-form-fields-wrapper.elementor-labels-inline
  > .elementor-field-group
  .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline
  > .elementor-field-group
  > input {
  flex-grow: 1;
}

.elementor-field-group {
  align-items: center;
  flex-wrap: wrap;
}

.elementor-field-group.elementor-field-type-submit {
  align-items: flex-end;
}

.elementor-field-group .elementor-field-textual {
  background-color: transparent;
  border: 1px solid #69727d;
  color: #1f2124;
  flex-grow: 1;
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}

.elementor-field-group .elementor-field-textual:focus {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  outline: 0;
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}

.elementor-field-group .elementor-field-textual::placeholder {
  color: inherit;
  font-family: inherit;
  opacity: 0.6;
}

.elementor-field-group .elementor-select-wrapper {
  display: flex;
  position: relative;
  width: 100%;
}

.elementor-field-group .elementor-select-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
  flex-basis: 100%;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding-inline-end: 20px;
  text-transform: inherit;
}

.elementor-field-group .elementor-select-wrapper:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  top: 50%;
  transform: translateY(-50%);
}

.elementor-field-group.elementor-field-type-select-multiple
  .elementor-select-wrapper:before {
  content: "";
}

.elementor-field-subgroup {
  display: flex;
  flex-wrap: wrap;
}

.elementor-field-subgroup .elementor-field-option label {
  display: inline-block;
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  padding-inline-end: 10px;
}

.elementor-field-subgroup:not(.elementor-subgroup-inline)
  .elementor-field-option {
  flex-basis: 100%;
}

.elementor-field-type-acceptance
  .elementor-field-subgroup
  .elementor-field-option
  input,
.elementor-field-type-acceptance
  .elementor-field-subgroup
  .elementor-field-option
  label,
.elementor-field-type-checkbox
  .elementor-field-subgroup
  .elementor-field-option
  input,
.elementor-field-type-checkbox
  .elementor-field-subgroup
  .elementor-field-option
  label,
.elementor-field-type-radio
  .elementor-field-subgroup
  .elementor-field-option
  input,
.elementor-field-type-radio
  .elementor-field-subgroup
  .elementor-field-option
  label {
  display: inline;
}

.elementor-field-label {
  cursor: pointer;
}

.elementor-mark-required .elementor-field-label:after {
  color: red;
  content: "*";
  padding-inline-start: 0.2em;
}

.elementor-field-textual {
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.4;
  min-height: 40px;
  padding: 5px 14px;
}

.elementor-field-textual.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  min-height: 33px;
  padding: 4px 12px;
}

.elementor-field-textual.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  min-height: 47px;
  padding: 6px 16px;
}

.elementor-field-textual.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
}

.elementor-field-textual.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  min-height: 72px;
  padding: 8px 24px;
}

.elementor-button-align-stretch
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button {
  flex-basis: 100%;
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
  flex-basis: 50%;
  flex-grow: 1;
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
  flex-basis: 100%;
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
  justify-content: center;
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
  justify-content: flex-start;
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
  justify-content: flex-end;
}

.elementor-button-align-center
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button,
.elementor-button-align-end
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button,
.elementor-button-align-start
  .elementor-field-type-submit:not(.e-form__buttons__wrapper)
  .elementor-button {
  flex-basis: auto;
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
  flex-grow: 0;
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
  flex-basis: auto;
}

@media screen and (max-width: 1024px) {
  .elementor-tablet-button-align-stretch
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: 100%;
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }

  .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }

  .elementor-tablet-button-align-center .e-form__buttons,
  .elementor-tablet-button-align-center .elementor-field-type-submit {
    justify-content: center;
  }

  .elementor-tablet-button-align-start .e-form__buttons,
  .elementor-tablet-button-align-start .elementor-field-type-submit {
    justify-content: flex-start;
  }

  .elementor-tablet-button-align-end .e-form__buttons,
  .elementor-tablet-button-align-end .elementor-field-type-submit {
    justify-content: flex-end;
  }

  .elementor-tablet-button-align-center
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-tablet-button-align-end
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-tablet-button-align-start
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: auto;
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0;
  }

  .elementor-tablet-button-align-center .e-form__buttons__wrapper,
  .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper,
  .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper,
  .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto;
  }
}

@media screen and (max-width: 767px) {
  .elementor-mobile-button-align-stretch
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: 100%;
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
  }

  .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
  }

  .elementor-mobile-button-align-center .e-form__buttons,
  .elementor-mobile-button-align-center .elementor-field-type-submit {
    justify-content: center;
  }

  .elementor-mobile-button-align-start .e-form__buttons,
  .elementor-mobile-button-align-start .elementor-field-type-submit {
    justify-content: flex-start;
  }

  .elementor-mobile-button-align-end .e-form__buttons,
  .elementor-mobile-button-align-end .elementor-field-type-submit {
    justify-content: flex-end;
  }

  .elementor-mobile-button-align-center
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-mobile-button-align-end
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button,
  .elementor-mobile-button-align-start
    .elementor-field-type-submit:not(.e-form__buttons__wrapper)
    .elementor-button {
    flex-basis: auto;
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0;
  }

  .elementor-mobile-button-align-center .e-form__buttons__wrapper,
  .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper,
  .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper,
  .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto;
  }
}

.elementor-error .elementor-field {
  border-color: #d9534f;
}

.elementor-error .help-inline {
  color: #d9534f;
  font-size: 0.9em;
}

.elementor-message {
  font-size: 1em;
  line-height: 1;
  margin: 10px 0;
}

.elementor-message:before {
  content: "\e90e";
  display: inline-block;
  font-family: eicons;
  font-style: normal;
  font-weight: 400;
  margin-inline-end: 5px;
  vertical-align: middle;
}

.elementor-message.elementor-message-danger {
  color: #d9534f;
}

.elementor-message.elementor-message-danger:before {
  content: "\e87f";
}

.elementor-message.form-message-success {
  color: #5cb85c;
}

.elementor-form .elementor-button {
  border: none;
  padding-block-end: 0;
  padding-block-start: 0;
}

.elementor-form .elementor-button-content-wrapper,
.elementor-form .elementor-button > span {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}

.elementor-form .elementor-button.elementor-size-xs {
  min-height: 33px;
}

.elementor-form .elementor-button.elementor-size-sm {
  min-height: 40px;
}

.elementor-form .elementor-button.elementor-size-md {
  min-height: 47px;
}

.elementor-form .elementor-button.elementor-size-lg {
  min-height: 59px;
}

.elementor-form .elementor-button.elementor-size-xl {
  min-height: 72px;
}

.elementor-element .elementor-widget-container,
.elementor-element:not(:has(.elementor-widget-container)) {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s,
    transform var(--e-transform-transition-duration, 0.4s);
}

.elementor-heading-title {
  line-height: 1;
  margin: 0;
  padding: 0;
}

.elementor-button {
  background-color: #69727d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  line-height: 1;
  padding: 12px 24px;
  fill: #fff;
  text-align: center;
  transition: all 0.3s;
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
  color: #fff;
}

.elementor-button-content-wrapper {
  display: flex;
  flex-direction: row;
  gap: 5px;
  justify-content: center;
}

.elementor-button-icon svg {
  height: auto;
  width: 1em;
}

.elementor-button-icon .e-font-icon-svg {
  height: 1em;
}

.elementor-button-text {
  display: inline-block;
}

.elementor-button.elementor-size-xs {
  border-radius: 2px;
  font-size: 13px;
  padding: 10px 20px;
}

.elementor-button.elementor-size-md {
  border-radius: 4px;
  font-size: 16px;
  padding: 15px 30px;
}

.elementor-button.elementor-size-lg {
  border-radius: 5px;
  font-size: 18px;
  padding: 20px 40px;
}

.elementor-button.elementor-size-xl {
  border-radius: 6px;
  font-size: 20px;
  padding: 25px 50px;
}

.elementor-button span {
  text-decoration: inherit;
}

.elementor-element.elementor-button-info .elementor-button {
  background-color: #5bc0de;
}

.elementor-element.elementor-button-success .elementor-button {
  background-color: #5cb85c;
}

.elementor-element.elementor-button-warning .elementor-button {
  background-color: #f0ad4e;
}

.elementor-element.elementor-button-danger .elementor-button {
  background-color: #d9534f;
}

.elementor-widget-button .elementor-button .elementor-button-info {
  background-color: #5bc0de;
}

.elementor-widget-button .elementor-button .elementor-button-success {
  background-color: #5cb85c;
}

.elementor-widget-button .elementor-button .elementor-button-warning {
  background-color: #f0ad4e;
}

.elementor-widget-button .elementor-button .elementor-button-danger {
  background-color: #d9534f;
}

.elementor-view-stacked .elementor-icon {
  background-color: #69727d;
  color: #fff;
  padding: 0.5em;
  fill: #fff;
}

.elementor-view-framed .elementor-icon {
  background-color: transparent;
  border: 3px solid #69727d;
  color: #69727d;
  padding: 0.5em;
}

.elementor-icon {
  color: #69727d;
  display: inline-block;
  font-size: 50px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s;
}

.elementor-icon:hover {
  color: #69727d;
}

.elementor-icon i,
.elementor-icon svg {
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.elementor-icon i:before,
.elementor-icon svg:before {
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.elementor-icon i.fad {
  width: auto;
}

.elementor-shape-square .elementor-icon {
  border-radius: 0;
}

.elementor-shape-rounded .elementor-icon {
  border-radius: 10%;
}

.elementor-shape-circle .elementor-icon {
  border-radius: 50%;
}

.e-transform .elementor-widget-container,
.e-transform:not(:has(.elementor-widget-container)) {
  transform: perspective(var(--e-transform-perspective, 0))
    rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0))
    rotateY(var(--e-transform-rotateY, 0))
    translate(var(--e-transform-translate, 0))
    translateX(var(--e-transform-translateX, 0))
    translateY(var(--e-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-transform-flipX, 1) *
          var(--e-transform-scaleX, var(--e-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-transform-flipY, 1) *
          var(--e-transform-scaleY, var(--e-transform-scale, 1))
      )
    )
    skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
  transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.e-con.e-transform {
  transform: perspective(var(--e-con-transform-perspective, 0))
    rotate(var(--e-con-transform-rotateZ, 0))
    rotateX(var(--e-con-transform-rotateX, 0))
    rotateY(var(--e-con-transform-rotateY, 0))
    translate(var(--e-con-transform-translate, 0))
    translateX(var(--e-con-transform-translateX, 0))
    translateY(var(--e-con-transform-translateY, 0))
    scaleX(
      calc(
        var(--e-con-transform-flipX, 1) *
          var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1))
      )
    )
    scaleY(
      calc(
        var(--e-con-transform-flipY, 1) *
          var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1))
      )
    )
    skewX(var(--e-con-transform-skewX, 0))
    skewY(var(--e-con-transform-skewY, 0));
  transform-origin: var(--e-con-transform-origin-y)
    var(--e-con-transform-origin-x);
}

.animated {
  animation-duration: 1.25s;
}

.animated.animated-slow {
  animation-duration: 2s;
}

.animated.animated-fast {
  animation-duration: 0.75s;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.reverse {
  animation-direction: reverse;
  animation-fill-mode: forwards;
}

@media (prefers-reduced-motion: reduce) {
  .animated {
    animation: none;
  }
}

.elementor-post__thumbnail__link {
  transition: none;
}

@media (max-width: 767px) {
  .elementor .elementor-hidden-mobile,
  .elementor .elementor-hidden-phone {
    display: none;
  }
}

@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-mobile_extra {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .elementor .elementor-hidden-tablet {
    display: none;
  }
}

@media (min-width: -1) and (max-width: -1) {
  .elementor .elementor-hidden-laptop,
  .elementor .elementor-hidden-tablet_extra {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 99999px) {
  .elementor .elementor-hidden-desktop {
    display: none;
  }
}

@media (min-width: -1) {
  .elementor .elementor-hidden-widescreen {
    display: none;
  }
}

.modulPageHead {
  font-size: 2.5rem;
  font-weight: 300;
  font-family: "nexabook";
  margin-bottom: 0px;
}

/*Testiminiols */

.testiminoalsArea {
  display: flex;
  gap: 15px;
  width: 100%;
}

.testiminoalsArea img {
  width: 250px;
  object-fit: cover;
}

.commentItem {
  display: flex;
  gap: 15px;
  margin-bottom: 45px;
  max-width: 90%;
}

.commentItem img {
  width: 110px;
  object-fit: cover;
}

.commentItemDetail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.comentname {
  font-weight: 700;
  font-family: "nexablack";
}

.comentcompany {
  font-weight: 700;
}

.commnetbutton a {
  background: gray;
  width: fit-content;
  color: inherit;
  padding: 0px 5px;
  color: white;
  border-radius: 5px;
  margin: 20px 0;
}

.commnetbutton {
  display: flex;
  justify-content: end;
}

.commentItem:hover {
  color: var(--primary-color);
}

.commnetbutton a:hover {
  background: var(--primary-color);
}

/* Tesminials End */
form#newsletterForm {
  max-width: 210px;
}
@media (max-width: 920px) {
  .testiminoalsArea {
    flex-wrap: wrap;
  }

  .videoFrame iframe {
    width: 100%;
  }

  .mainLi.haschildren i {
    color: white !important;
  }

  .ourmenu li:hover > .children {
    position: relative;
  }

  .hideMobile {
    display: none;
  }

  .col-xs-6 {
    width: 50%;
  }

  footer {
    font-size: 10px;
    line-height: 16px;
    padding: 25px 10px !important;
  }

  .bottomFlex {
    flex-wrap: wrap;
    gap: 10px;
  }

  .bottomFlex i {
    color: #656364 !important;
    padding: 3px;
  }
}

.contactformed #submitContact {
  background: var(--primary-color) !important;
  color: white;
  min-width: 200px;
}

@media (max-width: 920px) {
  .textone {
    font-size: 25px !important;
    line-height: 38px !important;
  }

  .headContact {
    line-height: 40px;
    text-align: center;
  }

  .pageContent {
    margin-top: -38px !important;
    background-color: white;
    box-shadow: -1px 7px 19px black;
    padding: 0px;
    border-radius: 25px 25px 0px 0px;
    padding: 15px 0;
  }

  .ourmenu {
    display: block;
  }

  .ourmenu li {
    width: 100%;
  }

  .secondbar .ourmenu li a {
    color: white;
  }

  ul.children li a {
    color: black !important;
  }

  ul.children {
    width: 100%;
  }

  img.logo-img {
    width: 170px !important;
  }

  .mobileHeader,
  .mobileBread {
    display: block;
  }

  .elementor-image-carousel-wrapper {
    width: 100%;
    max-width: 350px;
  }

  .slider button {
    display: none !important;
  }

  ul.langbar {
    left: -72px;
  }

  #openMenu {
    color: #858384;
  }

  .firstbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 5px;
  }

  .secondbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #dedadb;
    padding: 0px 5px;
  }

  .secondbar * {
    color: white;
    font-weight: 400;
  }

  .firstIn {
    display: flex;
    gap: 5px;
  }

  .firstIn > a {
    padding: 0px 10px;
    font-size: 12px;
  }

  .firstIn .langBar * {
    color: black !important;
    margin: 0;
  }

  .langBar {
    display: flex;
    align-items: center;
  }

  .row {
    margin: 0px;
  }

  #inner-page * {
    word-break: break-all;
  }

  .hideMobile {
    display: none;
  }

  footer {
    font-size: 10px;
    line-height: 16px;
    padding: 25px 10px !important;
  }

  #inner-page > .container {
    padding: 0px;
  }

  .mobileHead {
    border-bottom: 1px solid;
    margin: auto;
    font-weight: 700;
    width: fit-content;
    font-size: 22px;
    line-height: 25px;
    padding: 5px;
  }

  .mobileBread {
    background: #a30005;
    text-align: center;
    color: white;
    padding-bottom: 50px;
  }

  .sidebar-left {
    display: none;
  }

  #inner-page {
    margin-top: -38px !important;
    background-color: white;
    box-shadow: -1px 7px 19px black;
    padding: 0px;
    border-radius: 25px 25px 0px 0px;
  }

  .pageContent {
    background: white;
    border-radius: 25px 25px 0px 0px;
    box-shadow: none;
  }

  .bottomFlex {
    margin: 0px;
    flex-wrap: wrap;
    gap: 10px;
  }

  .mobileBread .buroIconHead {
    font-size: 50px;
    padding: 15px 0;
  }

  ul.breadcrumb li {
    font-size: 10px;
  }

  ul.breadcrumb {
    padding: 5px;
  }

  .breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
  }

  .contactusArea {
    display: grid !important;
    grid-template-columns: auto auto;
    font-size: 13px;
  }

  .contactusArea .contactus {
    background: #a30005 !important;
    color: white;
    padding: 0px !important;
    font-size: 12px;
  }
}

@media (min-width: 921px) {
  .mobileHeader,
  .mobileBread {
    display: none;
  }

  .collapse {
    display: block !important;
  }
}

.editBar {
  z-index: 100;
  position: relative;
}
.mediaBar {
  display: flex;
}

.callyou {
  background: #a10003;
  color: white;
  padding: 15px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  border: 1px solid white;
  box-shadow: 1px 4px 7px #cfcfcf;
  cursor: pointer;
  display: flex;
  gap: 6px;
}

.callyouArea {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
}
