/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */

/*::selection {
  background-color: #42d1ff;
  color: #fff;
}*/

body, h1, h2, h3, p {
  margin: 0;
  padding: 0;
}
body {
  color: #777777;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
}

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

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

/**
 *  Typography
 *
 **/
.btn i {
  font-size: 1em;
  line-height: inherit;
}

h1, h2, h3,
h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  line-height: 1.2em !important;
  margin-bottom: 0;
  margin-top: 0;
 font-weight: 700;
    font-size: 26px;
    line-height: 1.25em;
    letter-spacing: -0.5px;
    text-transform: none;
    color: rgba(27, 28, 29, 1);
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #222222;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

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

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #222222;
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mr-20 {
  margin-right: 20px;
}

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

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

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

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

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-100 {
  padding-bottom: 100px;
}

.float-left {
  float: left;
}

.text-white {
  color: #fff;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

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

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.relative {
  position: relative;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-padding {
  padding: 0;
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b, i, sup, sub, u, del {
  color: #42d1ff;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em;
}

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 20px;
  margin-top: 10px;
margin-left:25px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 30px;
  padding: 0 40px;
  font-size: 1em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 12%;
 padding-left: 10px;
 padding-right: 10px;
 margin-left: 10px;
 margin-right: 10px;
 min-height: 80px!important;
      }
      @media only screen and (max-width: 600px) {
  .genric-btn {
    width: 100%;              /* Full width on mobile */
    min-width: unset;
    margin-left: 0;
    margin-right: 0;
    padding: 12px 20px;       /* Better touch target */
    line-height: 1.4em;
    font-size: 1em;           /* Slightly larger for readability */
    min-height: 60px !important;
    display: block;           /* Stack buttons vertically */
  }
}
@media only screen and (max-width: 900px) {
  .genric-btn {
    width: 45%;     /* Two buttons per row */
    margin: 8px 2.5%;
  }
}

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

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #000;
  background: #42d1ff;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #42d1ff;
  border: 1px solid #42d1ff;
  background: #fff;
}

.genric-btn.primary-border {
  color: #000;
  border: 1px solid #42d1ff;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #42d1ff;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #000;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #000;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #000;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #00be60;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #000;
  border: 1px solid #ccc;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #0098b4;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #222222;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #222222;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #222222;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #42d1ff;
}

.progress-table-wrap {
  overflow-x: scroll;
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
  color: #222222;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}


.header-btn {
  font-size: 20px;
  background-color: #ffffff;
  padding: 8px 40px;
  font-weight: 600;
  color: #0077b5;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 20px;

   width: 100%; /* Full width button on smaller screens */

}

.header-btn:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #42d1ff;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #42d1ff;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #42d1ff;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #777777;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #42d1ff;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #777777;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #42d1ff;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #42d1ff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked + label {
  left: 19px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked + label:after {
  left: 19px;
}

.primary-switch input:checked + label:before {
  background: #42d1ff;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked + label:after {
  left: 19px;
}

.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #42d1ff;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #42d1ff;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #42d1ff;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #42d1ff;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

@media (max-width: 992px) {
  .navbar-nav {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
  }
}

.default-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
   min-height: 100px; /* Adjust based on your header's final height */
 
}


.navbar-nav a {
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
  padding: 28px;
  font-size: 18px;
}

.navbar-nav a:hover {
  color: #ff8e4d;
}

@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 10px;
  }
  .navbar-nav a {
    padding: 0;
  }
  .navbar-nav li {
    padding: 15px 0;
  }
}

.section-gap {
  padding: 90px 0;
  margin-top: 0px;
}

.section-gap7 {
  padding: 170px 0;
  margin-top: 0px;
}
.section-gap1 {
  padding: 10px 0;
}


 .primary-btn, .cat-area .hb-facebook-inv:hover, .cat-area .hb-facebook-inv:hover::after, .cat-area .hb-facebook-inv:hover::before, .video-area .overlay-bg, .single-price:hover .bottom-sec, .single-price:hover .end-sec, .footer-area .primary-btn, .footer-area .primary-btn:hover, .footer-social a:hover, .generic-banner {
  background-image: -moz-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
  background-image: -webkit-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
  background-image: -ms-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
}
.generic-banner11{
  background-image: -moz-linear-gradient(0deg, #124938 0%, #124938 100%);
  background-image: -webkit-linear-gradient(0deg, #124938 0%, #124938 100%);
  background-image: -ms-linear-gradient(0deg, #124938 0%, #124938 100%);
}
.generic-banner{
  background-image: -moz-linear-gradient(0deg, #425792 0%, #425792 100%);
  background-image: -webkit-linear-gradient(0deg, #425792 0%, #425792 100%);
  background-image: -ms-linear-gradient(0deg, #425792 0%, #425792 100%);
  padding-top: 50px;
}


.banner-area
{
 /* margin-top:40px;*/
background-repeat:no-repeat;
background-size:contain;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;

}
  /*background-image:  url('img/bg.png');
  -moz-linear-gradient(0deg, #eadbc1 0%, #f98c89 100%);
  background-image: -webkit-linear-gradient(0deg, #eadbc1 0%, #f98c89 100%);
  background-image: -ms-linear-gradient(0deg, #eadbc1 0%, #f98c89 100%);*/


.call-to-action-area{
   background-image: -moz-linear-gradient(0deg, #a4c8e6 0%, #a4c8e6 100%);
  background-image: -webkit-linear-gradient(0deg, #a4c8e6 0%, #a4c8e6 100%);
  background-image: -ms-linear-gradient(0deg, #a4c8e6 0%, #a4c8e6 100%);

}
.call-to-action-area1{
   background-image: -moz-linear-gradient(0deg, #425792 0%, #425792 100%);
  background-image: -webkit-linear-gradient(0deg, #425792 0%, #425792 100%);
  background-image: -ms-linear-gradient(0deg, #425792 0%, #425792 100%);

}
.call-to-action-area2{
   background-image: -moz-linear-gradient(0deg, #ccd3e4 0%, #ccd3e4 100%);
  background-image: -webkit-linear-gradient(0deg, #ccd3e4 0%, #ccd3e4 100%);
  background-image: -ms-linear-gradient(0deg, #ccd3e4 0%, #ccd3e4 100%);

}
.call-to-action-area4{
   background-image: -moz-linear-gradient(0deg, #a8c1c1 0%,#a8c1c1 100%);
  background-image: -webkit-linear-gradient(0deg, #a8c1c1 0%, #a8c1c1 100%);
  background-image: -ms-linear-gradient(0deg, #a8c1c1 0%, #a8c1c1 100%);

}

}
 .counter-left h2 {
  background: -moz-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
  background: -webkit-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
  background: -ms-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.primary-btn {
  line-height: 42px;
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 25px;
  border: 1px solid transparent;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.primary-btn:hover {
  color: #222;
  background: transparent;
  border: 1px solid #222;
  box-shadow: 0px 20px 20px 0px rgba(157, 157, 157, 0.5);
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.default-header {
  background-color: #fff;
  width: 100% !important;
 /* background:linear-gradient(to left, green, #5b75c0,  white);*/ /* Green appears earlier */
margin-top: 0;
}

/*
.sticky-wrapper {
  height: 48px !important;
}*/

.is-sticky .default-header {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3);
}

.dropdown-item {
  font-size: 14px;
  width: auto !important;
  text-align: left;
}

@media (max-width: 767px) {
  .dropdown-item {
    text-align: left;
    padding: 0.25rem;
  }
}

.dropdown-item {
  font-size: 14px;
  width: auto !important;
  text-align: left;
}

@media (max-width: 767px) {
  .dropdown-item {
    text-align: left;
    padding: 0.25rem;
  }
}

@media (min-width: 768px) {
  .dropdown .dropdown-menu {
    
    display: block;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
  }
}
@media (min-width: 400px) {
  .dropdown .dropdown-menu {
     
     display: block;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
  }
   
}
@media screen and (min-width:300px) and (max-width:500px) {
  .banner-area {
    width: 100%;
    }
  .header-btn{
  font-size: 13px;
}
}
@media (max-width: 360px) {
  .dropdown .dropdown-menu {
     
     display: block;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
  }
  .header-btn{
  font-size: 14px;
}
}
@media (max-width: 300px) {
  .dropdown .dropdown-menu {
     
     display: block;
    z-index: 999;
    opacity: 0;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
  }
}


.dropdown-menu {
  border-radius: 0;
  margin-top: 15px;
  border: none;
}

.dropdown-menu a {
  padding: 5px 15px;
}

@media (max-width: 767px) {
  .dropdown-menu {
    margin-top: 0px;
  }
  

}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: transparent;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .banner-area .fullscreen {
    height: 500px !important;
  }

  .banner-area
{
background-repeat:no-repeat;
background-size:contain;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;

}
}

@media (max-width: 991px) {
  .banner-left {
    text-align: center;

  }
}

.banner-left h1 {
  color: #222;
  font-size: 60px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 20px;
}

.banner-left h1 span {
  font-weight: 700;
}

@media (max-width: 991px) {
  .banner-left h1 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .banner-left h1 br {
    display: none;
  }
}

@media (max-width: 1199px) {
  .banner-left h1 {
    font-size: 45px;
  }
}

@media (max-width: 414px) {
  .banner-left h1 {
    font-size: 30px;
  }
  .header-btn {
  font-size: 15px;
 
}
}

@media (max-width: 800px) {
  .banner-left {
    margin-top: 60px;
  }
}

@media (max-width: 800px) {
  .banner-right img {
    width: 55%;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
  }
}



.cat-area .single-cat {
  text-align: center;
}

.cat-area .single-cat p {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.cat-area .hb-sm {
  line-height: 40px;
  font-size: 28px;
}

.cat-area .hb-facebook-inv, .cat-area .hb-facebook-inv::after, .cat-area .hb-facebook-inv::before, .cat-area .hb-facebook:hover, .cat-area .hb-facebook:hover::after, .cat-area .hb-facebook:hover::before {
  border-color: #A7A7A7;
  color: #A7A7A7;
  background: 0 0;
}

.cat-area .hb-facebook-inv:hover, .cat-area .hb-facebook-inv:hover::after, .cat-area .hb-facebook-inv:hover::before {
  border-color: #A7A7A7;
  color: #fff;
}

.about-area {
  background-color: #f9f9ff;
}

.about-area .primary-btn {
  line-height: 28px;
}

@media (max-width: 800px) {
  .about-area .about-left {
    text-align: center;
  }
  .about-area .about-left br {
    display: none;
  }
  .about-area .about-right {
    margin-top: 100px;
  }
}

.single-service {
  text-align: center;
  background-color: #f9f9ff;
  padding: 70px 40px 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
   border-radius: 25px;
}

.single-service a {
  color: #222;
}

/*.single-service:hover {
  cursor: pointer;
  box-shadow: 0px 20px 20px 0px rgba(157, 157, 157, 0.5);
  color: #fff;
}*/

.single-service:hover a {
  color: #000;
}

.video-area {
  padding: 200px 0 60px 0;
  position: relative;
  background: url(../img/video-bg.jpg) no-repeat center center/cover;
}

.video-area .overlay-bg {
  opacity: .6;
}

.video-area .video-content {
  text-align: center;
  position: relative;
  z-index: 2;
}

.video-area .video-content a {
  display: inline-block;
  margin-bottom: 20px;
}

.video-area .video-content h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.video-area .video-content h4 {
  font-weight: 300;
  font-size: 14px;
}

.video-area .video-content .video-desc {
  margin-top: 120px;
  text-align: right;
  align-self: flex-end;
}

.feature-area .owl-controls {
  position: absolute;
  left: 110%;
  top: 42%;
}

@media (max-width: 1280px) {
  .header-btn {
  font-size: 15px;
}
  .feature-area .owl-controls {
    position: relative;
    text-align: center;
    left: 0;
    top: 20px;
  }
  .feature-area .owl-controls .owl-prev, .feature-area .owl-controls .owl-next {
    display: inline-block;
  }
}

.feature-area .lnr-arrow-up, .feature-area .lnr-arrow-down {
  background-color: white;
  box-shadow: -14.142px 14.142px 20px 0px rgba(157, 157, 157, 0.2);
  padding: 14px;
  color: #000;
  font-weight: 500;
  border: 1px solid #f5f5f5;
  display: inline-flex;
}

.single-carusel .image-wrap {
  display: inline-block;
}

.single-carusel .image-wrap .overlay-bg {
  background: #42d1ff;
}

.single-carusel .image-wrap .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 8px;
}

.single-carusel .image-wrap img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-carusel .image-wrap:hover {
  cursor: pointer;
}

.single-carusel .image-wrap:hover img {
  opacity: .3;
}

.price-area {
  /*background-color: #f9f9ff;*/
}
.price-area1 {
  background-color: #777777;
}


.single-price {
  background-color: #fff;
}

.single-price .top-sec, .single-price .bottom-sec {
  border-bottom: 1px solid #eeeeee;
  padding: 20px 20px 20px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-price .top-sec br, .single-price .bottom-sec br {
  display: none;
}

@media (max-width: 1024px) {
  .single-price .top-sec br, .single-price .bottom-sec br {
    display: block;
  }
}

.single-price .end-sec {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 20px 20px 22px 20px;
  margin-bottom: 30px;
}

.single-price .end-sec ul li {
  margin-bottom: 20px;
}

.single-price .price-btn {
  background: #222;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
}

/*.single-price:hover {
  cursor: pointer;
}

.single-price:hover .bottom-sec, .single-price:hover .end-sec {
  box-shadow: 0px 20px 20px 0px rgba(157, 157, 157, 0.5);
  color: #fff;
}

.single-price:hover .price-btn {
  background: #fff;
  color: #222;
}

.single-price:hover .price-btn .lnr {
  color: #222;
}*/

@media (max-width: 800px) {
  .single-price {
    margin-bottom: 30px;
  }
  .single-price .bottom-sec, .single-price .end-sec {
    text-align: center;
  }
}

.faq-area {
  background: #fff;
}

.counter-left {
  text-align: right;
}

.counter-left h2 {
  font-size: 48px;
  font-weight: 700;
}

.counter-left p {
  font-size: 14px;
  font-weight: 300;
  color: #222;
}

.counter-left .single-facts {
  margin-bottom: 26px;
}

@media (max-width: 768px) {
  .counter-left {
    text-align: center;
  }
}

.faq-content {
  padding-left: 10%;
  padding-right: 10%;
}

@media (max-width: 1199px) {
  .faq-content {
    padding-left: 2%;
    padding-right: 2%;
  }
}

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

.single-faq {
  margin-bottom: 30px;
}

.single-faq h2 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 25px;
}

.single-faq p {
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

@media (max-width: 768px) {
  .call-to-action-area .download-button {
    -webkit-box-direction: normal !important;
    -webkit-box-orient: vertical !important;
    -webkit-flex-direction: column !important;
    -moz-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
}

.buttons {
  padding: 20px 30px 0px 30px;
  margin: 20px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  color: #222;
}

.buttons i {
  font-size: 40px;
  padding-right: 20px;
  color: #42d1ff;
}

.buttons:hover {
  cursor: pointer;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
}

.buttons:hover i, .buttons:hover a {
  color: #fff !important;
}

.buttons a {
  color: #222;
}

.buttons p span {
  font-size: 24px;
  font-weight: 600;
}

.footer-area {
  padding-top: 0px;
  background-color: #000000;
}

.footer-area .footer-nav li {
  margin-top: 8px;
}

.footer-area .footer-nav li a {
  color: #fff;
}

.footer-area .footer-nav li a:hover {
  color: #42d1ff;
}

.footer-area .primary-btn {
  line-height: 42px;
  padding-left: 30px;
  padding-right: 60px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
}

.footer-area .primary-btn:focus {
  outline: none;
}

.footer-area .primary-btn span {
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-area .primary-btn:hover {
  box-shadow: none;
  color: #fff;
}

.footer-area .primary-btn:hover span {
  color: #fff;
  right: 20px;
}

h6 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 600;
}

.instafeed {
  margin: -5px;
}

.instafeed li {
  overflow: hidden;
  width: 25%;
}

.instafeed li img {
  margin: 5px;
}

.footer-social {
  text-align: life;
}

.footer-social a {
  background: #111111;
  width: 20px;
  width: 40px;
  display: inline-table;
  height: 40px;
  text-align: center;
  padding-top: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social a:hover i {
  color: #fff;
}

.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .footer-social {
    text-align: left;
    margin-top: 20px;
  }
}

.single-footer-widget {
  color: #fff;
}

.single-footer-widget input {
  line-height: 38px;
  border: none;
  background: #fff;
  font-weight: 300;
  border-radius: 20px;
  color: #777;
  padding-left: 20px;
  width: 100%;
}

@media (max-width: 800px) {
  .single-footer-widget .nw-btn {
    margin-top: 20px;
  }
  .single-footer-widget .newsletter {
    padding-bottom: 40px;
  }
}

.single-footer-widget .info {
  position: absolute;
  margin-top: 122px;
  color: #fff;
  font-size: 12px;
}

.single-footer-widget .info.valid {
  color: green;
}

.single-footer-widget .info.error {
  color: red;
}

.single-footer-widget ::-moz-selection {
  /* Code for Firefox */
  background-color: #42d1ff;
  color: #777777;
}

.single-footer-widget ::selection {
  background-color: #42d1ff;
  color: #777777;
}

.single-footer-widget ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300;
}

.single-footer-widget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

.single-footer-widget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300;
}

.single-footer-widget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300;
}

.single-footer-widget ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #777777;
  font-weight: 300;
}

@media (max-width: 991px) {
  .single-footer-widget {
    margin-bottom: 30px;
  }
}

.footer-bottom {
  padding-top: 40px;
}

.footer-text a, .footer-text i {
  color: #42d1ff;
}

.whole-wrap {
  background-color: #fff;
}

.generic-banner .height {
  height: 300px;
}

@media (max-width: 767px) {
  .generic-banner .height {
    height: 300px;
  }
}

.generic-banner .generic-banner-content h2 {
  line-height: 1.2em;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .generic-banner .generic-banner-content h2 br {
    display: none;
  }
}

.generic-banner .generic-banner-content p {
  text-align: center;
  font-size: 16px;
}

@media (max-width: 991px) {
  .generic-banner .generic-banner-content p br {
    display: none;
  }
}

.about-generic-area {
  background: #fff;
}

.about-generic-area .border-top-generic {
  border-top: 1px dotted #eee;
}
.about-generic-area .border-bottom-generic {
  border-top: 3px dotted #000;
}


.about-generic-area p {
  margin-bottom: 20px;
}

.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}

.switch-wrap {
  margin-bottom: 10px;
}

.switch-wrap p {
  margin: 0;
}


  .banner-left {
   margin-top:-300px;
  }
}

/* Additional CSS */
/* CSS */
.button-77 {
  align-items: center;
  appearance: none;
  background-clip: padding-box;
  background-color: #E6C4C5;
  background-image: none;
  border-style: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  flex-direction: row;
  flex-shrink: 0;
  font-family: Eina01,sans-serif;
  font-size: 16px;
  font-weight: 800;
  justify-content: center;
  line-height: 24px;
  margin: 0;
  min-height: 64px;
  outline: none;
  overflow: visible;
  padding: 9px 17px;
  pointer-events: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: auto;
  word-break: keep-all;
  z-index: 0;
}

@media (min-width: 768px) {
  .button-77 {
    padding: 7px 15px;
    background-color: #E6C4C5;
    /*background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);*/
  }
}

.button-77:before,
.button-77:after {
  border-radius: 40px;
}

/*.button-77:before {
  background-color: rgba(249, 58, 19, .32);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -2;
}

.button-77:after {
  background-color: initial;
  background-image: linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  bottom: 4px;
  content: "";
  display: block;
  left: 4px;
  overflow: hidden;
  position: absolute;
  right: 4px;
  top: 4px;
  transition: all 100ms ease-out;
  z-index: -1;
}*/

.button-77:hover:not(:disabled):after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  transition-timing-function: ease-in;
}

.button-77:active:not(:disabled) {
  color: #ccc;
}

.button-77:active:not(:disabled):after {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #ff7426 0, #f93a13 100%);
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
}

.button-77:disabled {
  cursor: default;
  opacity: .24;
}

/* Home page */
.plus {
        border: 2px dotted #89a5a5;
        background-color: #E6C4C5;
        height: 175px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
      }
       .plus1 {
        border: 2px dotted #89a5a5;
        background-color: #000;
        height: 120px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
      }
       .plus2 {
        border: 2px dotted #89a5a5;
        background-color: #fff;
        height: 120px;
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        max-width: 100%;
      }


      .plus-icon {
        color: #267db3;
        font-size: 24px;
        border: 2px solid #267db3;
        border-radius: 50%;
        padding: 5px 10px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        user-select: none;
      }

    @media (max-width: 600px) {
          .plus {
            height: 100px;
          }
          .plus1 {
            height: 100px;
          }
          .plus2 {
            height: 100px;
          }

          .plus-icon {
            font-size: 20px;
            padding: 4px 8px;
          }
        }
         .responsive {
          width: 100%;
      height: auto;
    }
    @media screen and (min-width:300px) and (max-width:500px) {
        .banner-area {
          width: 100%;
        
        }
      .header-btn{
        font-size: 12px;
      }

      .banner-left {
       margin-top:-150px;
      }
      .banner-left h1 {
            font-size: 15px;
        }
        .banner-left h6 {
            font-size: 10px;
        }
      .section-gap7 {
              padding: 100px 0;
            }

    }
    .load {
      background-color: #b7cdcb;
      padding: 20px;
      text-align: center;
    }

    .load h1 {
      color: #222;
      font-size: 3em;
      font-weight: bold;
    }

    .progress-bar {
      background-color: #4d4d4d;
      border-radius: 30px;
      margin-top: 15px;
      overflow: hidden;
      height: 40px;
      display: flex;
      align-items: center;
      justify-content: start;
      padding: 0 5px;

    }

    /*.progress-fill {
      background: repeating-linear-gradient(
        45deg,
        #7ecf42,
        #7ecf42 10px,
        #6ac03d 10px,
        #6ac03d 20px
      );
      color: white;
      font-weight: bold;
      text-align: center;
      padding: 8px 20px;
      border-radius: 20px;
      width: 80%;
      display: flex;
      justify-content: center;
      align-items: center;
     animation: progress-bar-stripes 3s 
    linear infinite;
    }*/

    .cardbox {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
     /* padding: 60px 100px;*/
      width: 100%;
    }

    .card {
      background-color: white;
      padding: 20px;
      min-height: 200px;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
      font-weight: 600;
      color: #333;
      font-size: 18px;

    }
    @media (max-width: 600px) {
      .cardbox {
        grid-template-columns: 1fr; /* Stack all cards in one column */
        gap: 16px; /* Slightly smaller gap */
        padding: 10px;
      }

      .card {
        height: 160px; /* Slightly smaller card height */
        font-size: 1rem; /* Slightly smaller font size */
        padding: 16px;
      }
    }

    .progress-bar {
      position: relative;
      height: 20px;
      width: 100%;
      background: white;
      border-radius: 25px;
      border: 2px solid black;
      /*background-color: blue;
      box-shadow: 0 0 32px blue;*/
    }

    /*.progress-fill {
      position: absolute;
      height: 20px;
      width: 100%;
      animation: progress-forward 3s infinite;
      background: rgb(34, 193, 195);
      background: linear-gradient(
        90deg,
        rgba(34, 193, 195, 1) 0%,
        rgba(45, 63, 253, 1) 100%
      );
      border-radius: 15px;
    }*/

    @keyframes progress-forward {
      0% {
        width: 0%;
      }
      25% {
        width: 50%;
      }
      50% {
        width: 75%;
      }
      75% {
        width: 85%;
      }
      100% {
        width: 100%;
      }
    } ;


      #header_placeholder {
          display: none; /* Initially hidden */
          height: 100px; /* Match header height */
      }

      /* When header is fixed, show placeholder */
      .fixed-header #header_placeholder {
          display: block;
      }
/* About page*/
/* CSS */
      .button-12 {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 6px 14px;
        font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
        border-radius: 6px;
        border: none;

        background: #6E6D70;
        box-shadow: 0px 0.5px 1px rgba(0, 0, 0, 0.1), inset 0px 0.5px 0.5px rgba(255, 255, 255, 0.5), 0px 0px 0px 0.5px rgba(0, 0, 0, 0.12);
        color: #DFDEDF;
        user-select: none;
        -webkit-user-select: none;
        touch-action: manipulation;
      }

      .button-12:focus {
        box-shadow: inset 0px 0.8px 0px -0.25px rgba(255, 255, 255, 0.2), 0px 0.5px 1px rgba(0, 0, 0, 0.1), 0px 0px 0px 3.5px rgba(58, 108, 217, 0.5);
        outline: 0;
      }
      .wp-card {
          border: 1px solid #e7e7e7;
          border-radius: 12px;
          background: #fff;
          padding: 14px;
          box-shadow: 0 2px 10px rgba(0, 0, 0, .04);
      }
      .flex-container {
        display: flex;
        column-gap: 15px;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        margin-top: 60px;
      }
      .space-between {
        justify-content: space-between;
      }
      .col {
        width: 50%;
      }
      .card {
        border: 1px solid #eee;
        border-radius: 15px;
        padding: 20px;
        background-color: #fff;
        display: flex;
        column-gap: 20px;
        box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.5);
      }
      .card img {
        max-width: 250px;
        transform: translateY(-15%);
      }
      .img-placeholder {
        position: relative;
        max-height: 200px;
        overflow: hidden;
        border-radius: 15px;
        box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.75);
        -webkit-box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 1px 1px 16px -6px rgba(0, 0, 0, 0.75);
      }
      .bg{
        box-shadow: 0px 50px 30px 0px rgba(214, 215, 216, 0.57);
          background-color: rgba(76, 195, 209, 1);
          width: 90%;
          border-radius: 10px 10px 10px 10px;
      }
      .plus {
          border: 2px #f4e9e2;
          background-color: #f4e9e2;
          height: 150px;
          margin-bottom: 20px;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          max-width: 100%;
        }
         .plus1 {
          border: 2px dotted #89a5a5;
          background-color: #000;
          height: 120px;
          margin-bottom: 20px;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          max-width: 100%;
        }
         .plus2 {
          border: 2px dotted #89a5a5;
          background-color: #fff;
          height: 120px;
          margin-bottom: 20px;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          max-width: 100%;
        }


        .plus-icon {
          color: #267db3;
          font-size: 24px;
          border: 2px solid #267db3;
          border-radius: 50%;
          padding: 5px 10px;
          cursor: pointer;
          display: flex;
          align-items: center;
          justify-content: center;
          user-select: none;
        }

        @media (max-width: 600px) {
          .section {
            height: 100px;
          }

          .plus-icon {
            font-size: 20px;
            padding: 4px 8px;
          }
        }
.section-gap4 {
  padding: 40px 0;
}

<!-- HTML !-->
<button class="button-87" role="button">Button 87</button>

/* CSS */
.button-87 {
  margin: 10px;
  padding: 15px 30px;
  text-align: center;
  text-transform: uppercase;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  border-radius: 10px;
  display: block;
  border: 0px;
  font-weight: 700;
  box-shadow: 0px 0px 14px -7px #f09819;
  background-image: linear-gradient(45deg, #FF512F 0%, #F09819  51%, #FF512F  100%);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-87:hover {
  background-position: right center;
  /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.button-87:active {
  transform: scale(0.95);
}


.hero {
  position: relative;
 /* background: url('frontend/img/leader.jpg') center center/cover no-repeat;*/
  /*height: 100vh;*/
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.45);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.hero-text {
  text-align: center;
  max-width: 700px;
}

.hero-text h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.hero-text p {
  font-size: 1.2rem;
  font-weight: 300;
}



/* =========================
   RESPONSIVE DESIGN
   ========================= */

/* Tablets */
@media (max-width: 992px) {
  .hero-text h1 {
    font-size: 2.4rem;
  }
  .hero-text p {
    font-size: 1rem;
  }
}

/* Mobile Devices */
@media (max-width: 768px) {
  .hero {
  /*  height: 70vh;*/
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .hero-text p {
    font-size: 0.95rem;
  }

  }
/* Very Small Screens */
@media (max-width: 480px) {
  .hero-text h1 {
    font-size: 1.6rem;
  }
  .hero-text p {
    font-size: 0.9rem;
  }
}
  
  /* ===========================
   TOP INFO SECTION
   =========================== */
.top-info {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #faf7f7;
  padding: 50px 5px;
  text-align: center;
  flex-wrap: wrap;
  
}

.info-box {
  
  min-width: 200px;
  padding: 10px;
}

.info-box:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.small {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #777;
}

.info-box h3 {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 3px 0;
}

.info-box p {
  font-size: 0.95rem;
  color: #555;
}

.ocean {
  color: #1b74e4;
  letter-spacing: 2px;
}

   =========================== */
.main-heading {
  text-align: center;
  padding: 60px 20px 30px;
}

.main-heading h2 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}

.main-heading p {
  font-size: 1.1rem;
  color: #777;
  text-align: center;
}

/* ===========================
   FEATURE BOXES
   =========================== */
.features {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  text-align: center;
  padding: 40px 20px 60px;
  border-bottom: 1px solid #eee;
}

.feature-box {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  padding: 30px 20px;
}

.feature-box:not(:last-child) {
  border-right: 1px solid #eee;
}

.feature-box i {
  font-size: 2rem;
  color: #d60000;
  margin-bottom: 15px;
}

.feature-box h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 0.95rem;
  color: #555;
}

/* ===========================
   RESPONSIVE DESIGN
   =========================== */

/* Tablets */
@media (max-width: 992px) {
  .main-heading h2 {
    font-size: 2rem;
  }
  .main-heading p {
    font-size: 1rem;
  }
}

/* Mobile Devices */
@media (max-width: 768px) {
  .top-info {
    flex-direction: column;
  }
  .info-box {
    border-right: none !important;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
  }
  .info-box:last-child {
    border-bottom: none;
  }

  .features {
    flex-direction: column;
  }

  .feature-box {
    border-right: none !important;
    border-bottom: 1px solid #eee;
  }

  .feature-box:last-child {
    border-bottom: none;
  }
}

/* Small Phones */
@media (max-width: 480px) {
  .main-heading h2 {
    font-size: 1.6rem;
  }
  .main-heading p {
    font-size: 0.9rem;
  }
  .feature-box i {
    font-size: 1.6rem;
  }
}

.career-section {
  padding: 50px 20px;
}

.career-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}

.career-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 10px;
  object-fit: cover;
}

.career-content {
  flex: 1;
  min-width: 300px;
}

.career-content h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #222;
}

.career-content p {
  font-size: 15px;
  margin-bottom: 20px;
  color: #555;
}

.career-content ul {
  list-style: none;
  margin-bottom: 25px;
}

.career-content ul li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #222;
}

.career-content ul li::before {
  content: "✔ ";
  color: #c00;
}

.query-btn {
  background-color: #d10000;
  color: #fff;
  border: none;
  padding: 12px 28px;
  border-radius: 25px;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.3s;
}

.query-btn:hover {
  background-color: #a80000;
}

.career-footer {
  text-align: center;
  margin-top: 50px;
}

.career-footer h3 {
  font-size: 20px;
  color: #222;
}

/* ✅ Responsive Styles */
@media (max-width: 768px) {
  .career-container {
    flex-direction: column;
    text-align: center;
  }

  .career-content ul {
    text-align: left;
    display: inline-block;
  }

  .career-content h2 {
    font-size: 24px;
  }

  .career-footer h3 {
    font-size: 18px;
  }
}
.register-section {
  width: 100%;
  padding: 20px;
}

.register-card {
  background-color: #fff;
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.register-card h2 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #222;
  font-family: 'Merriweather', Georgia, serif;
  font-weight: 400;
}

.register-card p {
  color: #777;
  font-size: 16px;
  margin-bottom: 25px;
  text-align: center;
}

.register-form {
  text-align: left;
}

.register-form label {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  display: block;
  margin-bottom: 5px;
}

.register-form input,
.register-form select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 18px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.register-form input:focus,
.register-form select:focus {
  border-color: #c00;
  outline: none;
}
.phone-field {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 18px;
  background-color: #fff;
}

.phone-field .flag {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  
}

.phone-field .flag img {
  width: 20px;
  height: 14px;
  border-radius: 2px;
}

.phone-field input {
  border: none;
  flex: 1;
  padding: 10px;
  font-size: 14px;
}

.phone-field input:focus {
  outline: none;
}


.submit-btn {
  
  background-color: #d10000;
  color: #fff;
  border: none;
  padding: 12px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s;
  text-align: center;
}

.submit-btn:hover {
  background-color: #a80000;
}

/* ✅ Responsive Design */
@media (max-width: 480px) {
  .register-card {
    padding: 30px 20px;
  }

  .register-card h2 {
    font-size: 22px;
  }

  .register-form input,
  .register-form select {
    font-size: 13px;
  }

  .phone-field .flag {
    padding: 8px 10px;
    font-size: 13px;
  }
}