@import url(https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&family=Poppins:wght@100;300;400;500;600;700;800;900&family=Robert+Sans&family=Open+Sans&family=Montserrat:wght@100;300;400;500;600;700;800;900);
@import url(https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap);
:root {
  --default-green:#97B500;
}

.utter-modal {
  position: fixed;
  margin: auto;
  z-index: 1000;
  transition: 0.3s;
  height: -moz-max-content;
  height: -webkit-max-content;
  height: max-content;
  width: 60%;
}
.utter-modal.active {
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
}
.utter-modal .close-video-modal {
  position: absolute;
  right: 11px;
  top: 9px;
  font-size: 1.5rem;
  background: #97b500;
  color: #fff;
  border-radius: 100%;
  width: 30px;
  padding: 2px 5.5px;
  height: 30px;
  z-index: 30;
}
@media (min-width: 1024px) {
  .utter-modal .modal-holder {
    background-color: #fff;
    margin: auto;
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    border-radius: 20px;
  }
  .utter-modal .modal-holder video {
    border-radius: 20px;
    margin-bottom: -10px;
  }
  .utter-modal .modal-holder .modal-body {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .utter-modal .modal-holder {
    width: 100%;
    padding: 56px 10px 20px 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
  }
  .utter-modal.modal-video {
    width: 95%;
  }
}

.modal-share .modal-holder {
  padding: 45px 6px 2px 6px;
}

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

html, body {
  scroll-behavior: smooth;
  min-height: 100%;
}

body {
  line-height: 1.74;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  visibility: visible;
  font-family: "Poppins", serif;
  color: #172541;
  position: relative;
  background-color: #ffffff;
}
body.no-overflow {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #7C7C7C;
  font-family: "Poppins", serif;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.41;
}

h1 {
  font-size: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
  }
}

h2 {
  font-size: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h2 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 21px;
  }
}

h4 {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 17px;
  }
}

h5 {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 13px;
}

p:last-child {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input, span {
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

*:focus {
  outline: none !important;
}

a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}

.btn.focus, .btn:focus {
  outline: none;
  box-shadow: none;
}

a:hover {
  text-decoration: none;
  color: #97B500;
}

.input-text[type=text], .input-text[type=email], .input-text[type=number] {
  border: 1px solid #777;
  outline: 0;
  padding: 0 8px;
  border-radius: 10px;
  line-height: 33px;
}

button, input[type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: not-allowed;
}

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

.mark, mark {
  padding: 0 0;
  background-color: transparent;
}

.font-weight--ex-bold {
  font-weight: 800;
}

.font-weight--bold {
  font-weight: 600;
}

.font-weight--reguler {
  font-weight: 500;
}

.font-weight--normal {
  font-weight: 400;
}

.font-weight--light {
  font-weight: 300;
}

.letter-space-1 {
  letter-spacing: 1px;
}

.letter-space-2 {
  letter-spacing: 2px;
}

.font-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

/*--
    Default Class
*/
.text-color-primary, .title--default {
  color: #7C7C7C;
}

.text-color-secondary {
  color: #97B500;
}

.text-black {
  color: #333333 !important;
}

.bg-white {
  background: #ffffff;
}

.bg-gray {
  background: #F8F8F8;
}

.bg-gray-2 {
  background: #f1f1f1;
}

.bg-gray-3 {
  background: #f6f2ed;
}

.theme-bg-default {
  background: #7C7C7C;
}

.theme-bg-secondary {
  background: #97B500;
}

.theme-bg-three {
  background: #707070;
}

.theme-bg-lt-grren {
  background: #EDF5E3;
}

.theme-color-default {
  color: #7C7C7C;
}

.theme-color-secondary {
  color: #97B500;
}

.theme-color-three {
  color: #707070;
}

.theme-color-four {
  color: #97B500;
}

.transparent-bg {
  background: rgba(255, 255, 255, 0.85);
}

.sub-heading {
  color: #E0E2DE;
}

.heading-title {
  color: #7C7C7C;
}

.black-bg {
  background: #000000;
}

.border-radus-5 {
  border-radius: 5px;
}

.text-green {
  color: #97B500;
}

.bg-gradient {
  background: -webkit-linear-gradient(top, #FFF 0, #F5F5F5 100%);
}

.x-index-1 {
  z-index: 1;
}

.overflow-hiden {
  overflow: hidden;
}

.box-shadow--default {
  box-shadow: 0px 0px 54px 0px rgba(39, 50, 114, 0.14);
}

.mgt-80 {
  margin-top: 80px !important;
}

.mgt-60 {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .mgt-60 {
    margin-top: -75px;
  }
}

.mgt-110 {
  margin-top: 80px !important;
}

.img-size {
  max-width: 90%;
}
@media only screen and (max-width: 767px) {
  .img-size {
    max-width: 100%;
  }
}

.img-size-1 {
  max-width: 80%;
}
@media only screen and (max-width: 767px) {
  .img-size-1 {
    max-width: 90%;
  }
}

.img-size-2 {
  max-width: 60%;
}
@media only screen and (max-width: 767px) {
  .img-size-2 {
    max-width: 90%;
  }
}

.img-size-3 {
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .img-size-3 {
    max-width: 70%;
  }
}

.img-size-4 {
  max-width: 60%;
}
@media only screen and (max-width: 767px) {
  .img-size-4 {
    max-width: 50%;
  }
}

.zinde1 {
  z-index: 1;
}

.zinde2 {
  z-index: 2;
}

.zinde10 {
  z-index: 10;
}

span {
  color: #97B500;
}

/*-- Tab Content & Pane Fix --*/
select {
  padding: 3px 20px;
  height: 56px;
  max-width: 100%;
  width: 100%;
  outline: none;
  border: 1px solid #f8f8f8;
  border-radius: 5px;
  background: #f8f8f8 url("../assets/images/icons/selector-icon.png") no-repeat center right 20px;
  background-color: rgb(248, 248, 248);
  -moz-appearance: none;
  -webkit-appearance: none;
}
select:focus {
  background: #f8f8f8 url("../assets/images/icons/selector-icon.png") no-repeat center right 20px !important;
}

.fixed-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/*------- Defauld Class --------*/
.text-black {
  color: #333;
}

.box-shadow-top {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.05);
}

.border {
  border: 1px solid #ededed !important;
}

.border-top {
  border-top: 1px solid #ededed !important;
}

.border-right {
  border-right: 1px solid #ededed !important;
}

.border-bottom {
  border-bottom: 1px solid #ededed !important;
}

.border-left {
  border-left: 1px solid #ededed !important;
}

.border-top-dash {
  border-top: 1px dashed #ddd !important;
}

.border-bottom-dash {
  border-bottom: 1px dashed #ddd !important;
}

.border-top-thick {
  border-top: 2px solid #ededed !important;
}

.border-bottom-thick {
  border-bottom: 2px solid #ededed !important;
}

.border-top-drak {
  border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.border-bottom-drak {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}

.section-title {
  color: #707070;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .section-title {
    font-size: 36px;
    letter-spacing: 0px;
  }
}

.section-title-srv {
  text-transform: uppercase;
  font-family: "Poppins", serif;
  font-weight: 900;
}
.section-title-srv__immigration {
  line-height: 65px !important;
  color: #E0E2DE !important;
  font-size: 54px;
  letter-spacing: 0px;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-srv__immigration {
    font-size: 50px;
    letter-spacing: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-srv__immigration {
    font-size: 54px;
    letter-spacing: -1px;
  }
}
.section-title-srv__immigration span {
  font-size: 54px;
}
.section-title-srv__student {
  line-height: 65px !important;
  color: #E0E2DE !important;
  font-size: 54px;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-srv__student {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-srv__student {
    font-size: 52px;
    letter-spacing: -3px;
  }
}
.section-title-srv__student span {
  font-size: 54px;
}
.section-title-srv__travel {
  line-height: 65px !important;
  color: #E0E2DE !important;
  font-size: 85px;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-srv__travel {
    font-size: 85px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-srv__travel {
    font-size: 59px;
    letter-spacing: -3px;
  }
}
.section-title-srv__travel span {
  font-size: 45px;
}
.section-title-srv__transit {
  line-height: 45px !important;
  color: #E0E2DE !important;
  font-size: 54px;
  letter-spacing: -1px;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-srv__transit {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-srv__transit {
    font-size: 59px;
    letter-spacing: -3px;
  }
}
.section-title-srv__transit span {
  font-size: 34px;
  display: block;
}
.section-title-srv__work {
  line-height: 65px !important;
  color: #E0E2DE !important;
  font-size: 54px;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-srv__work {
    font-size: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-srv__work {
    font-size: 60px;
    letter-spacing: -3px;
  }
}
.section-title-srv__work span {
  font-size: 54px;
}
.section-title-srv__pship {
  line-height: 55px !important;
  color: #E0E2DE !important;
  font-size: 54px;
  letter-spacing: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-srv__pship {
    font-size: 55px;
    letter-spacing: 6px;
    text-align: left !important;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-srv__pship {
    font-size: 47px;
    letter-spacing: 3px;
    text-align: left !important;
  }
}
.section-title-srv__pship span {
  font-size: 54px;
}

#des-svg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 50vmin;
  height: 15vmin;
}

.auto__right-slider {
  margin: 0 5%;
}

.section-sub-title {
  color: #7C7C7C;
  letter-spacing: 0px;
  line-height: 1.43;
  margin-top: -15px;
  margin-bottom: 30px;
  font-weight: 300;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .section-sub-title {
    letter-spacing: 0px;
    font-size: 15px;
  }
}
.section-sub-title .more-spacey {
  margin-top: -5px;
}
@media only screen and (max-width: 767px) {
  .section-sub-title h4 {
    letter-spacing: 0px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .section-sub-title h6 {
    letter-spacing: 0px;
  }
}
.section-sub-title strong {
  font-size: 25px;
}
@media only screen and (max-width: 767px) {
  .section-sub-title strong {
    font-size: 15px;
  }
}

.sec-title {
  margin-top: 50px;
}
.sec-title .about-us-content .fs-4 {
  font-size: 22px;
}
@media (max-width: 767px) {
  .sec-title .about-us-content .fs-4 {
    font-size: clamp(0.8rem, 13px, 1rem);
  }
}

@media only screen and (max-width: 767px) {
  .section-title-wrap .section-title-srv h6.text-right {
    text-align: left !important;
  }
}
.section-title-wrap h2 {
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title-wrap h2 {
    font-size: clamp(1.3rem, 20px, 1.5rem);
  }
}
.section-title-wrap small {
  font-size: 110%;
}
.section-title-wrap h3 {
  font-size: 26px;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap h3 {
    letter-spacing: 0px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .section-title-wrap h4 {
    letter-spacing: 1px;
    font-size: 16px;
  }
}
.section-title-wrap h6 {
  font-size: 17px;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap h6 {
    letter-spacing: 0px;
    font-size: 14px;
    line-height: 30px;
  }
}
.section-title-wrap p {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap p {
    letter-spacing: 0px;
    font-size: 16px;
  }
}
.section-title-wrap strong {
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap strong {
    font-size: 14px;
  }
}
.section-title-wrap .flags {
  width: 30px;
  height: 20px;
}
@media only screen and (max-width: 767px) {
  .section-title-wrap .flags {
    width: 15px;
    height: 10px;
  }
}

.op-map {
  opacity: 0.5;
  margin-bottom: -30px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .op-map {
    font-size: 14px;
    text-align: center;
  }
}

.un-bdr {
  padding-bottom: 0px;
  border-bottom: 1px dashed #333;
}

.unp-bdr {
  padding-bottom: 5px;
  border-bottom: 1px dashed #333;
}

.section-under-heading {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
}
.section-under-heading a {
  color: #7C7C7C;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.section-under-heading a::before {
  content: "";
  width: 0;
  height: 1px;
  bottom: -1px;
  position: absolute;
  left: auto;
  right: 0;
  z-index: 1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.section-under-heading a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.row-changers {
  flex-direction: column-reverse;
}
@media only screen and (max-width: 767px) {
  .row-changers {
    flex-direction: row-reverse;
  }
}

.img-width {
  width: 100%;
}

.title-dec-text {
  text-align: center;
  max-width: 760px;
  margin: auto;
}

::-moz-selection {
  color: #ffffff;
  background-color: #7C7C7C;
}

::selection {
  color: #ffffff;
  background-color: #7C7C7C;
}

form {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
form input:focus::-moz-placeholder {
  color: transparent;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  -moz-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
form input::placeholder, form textarea::placeholder {
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus, input[type=number]:focus, input[type=tel]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, textarea:focus, select:focus, select:focus, textarea:focus {
  color: #7C7C7C;
  border-color: #7C7C7C;
}

input[type=checkbox] {
  position: relative;
  background: 0 0;
  border-width: 0;
  box-shadow: none;
  margin: 0 10px 0 3px;
  cursor: pointer;
}

.input-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.input-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.input-col-5 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (max-width: 575px) {
  .input-col-5 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.input-col-3 {
  flex: 0 0 33%;
  max-width: 33%;
  padding-right: 15px;
  padding-left: 15px;
}

/* Overlay styles */
[data-overlay],
[data-secondary-overlay],
[data-black-overlay],
[data-white-overlay] {
  position: relative;
}

[data-overlay] > div,
[data-overlay] > *,
[data-secondary-overlay] > div,
[data-secondary-overlay] > *,
[data-black-overlay] > div,
[data-black-overlay] > *,
[data-white-overlay] > div,
[data-white-overlay] > * {
  position: relative;
  z-index: 2;
}

[data-overlay]:before,
[data-secondary-overlay]:before,
[data-black-overlay]:before,
[data-white-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

/*[data-overlay]:before {
	background-color: $theme-color--default;
}*/
[data-secondary-overlay]:before {
  background-color: #97B500;
}

[data-black-overlay]:before {
  background-color: #000000;
}

[data-white-overlay]:before {
  background-color: #ffffff;
}

[data-overlay="1"]:before,
[data-secondary-overlay="1"]:before,
[data-black-overlay="1"]:before,
[data-white-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before,
[data-secondary-overlay="2"]:before,
[data-black-overlay="2"]:before,
[data-white-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before,
[data-secondary-overlay="3"]:before,
[data-black-overlay="3"]:before,
[data-white-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before,
[data-secondary-overlay="4"]:before,
[data-black-overlay="4"]:before,
[data-white-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before,
[data-secondary-overlay="5"]:before,
[data-black-overlay="5"]:before,
[data-white-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before,
[data-secondary-overlay="6"]:before,
[data-black-overlay="6"]:before,
[data-white-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before,
[data-secondary-overlay="7"]:before,
[data-black-overlay="7"]:before,
[data-white-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before,
[data-secondary-overlay="8"]:before,
[data-black-overlay="8"]:before,
[data-white-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before,
[data-secondary-overlay="9"]:before,
[data-black-overlay="9"]:before,
[data-white-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before,
[data-secondary-overlay="10"]:before,
[data-black-overlay="10"]:before,
[data-white-overlay="10"]:before {
  opacity: 1;
}

/* swiper default styles */
.swiper-pagination {
  position: static;
  display: block;
  line-height: 1;
}
.swiper-pagination--vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  bottom: auto;
  left: auto;
}
.swiper-pagination--vertical .swiper-pagination-bullet {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  margin-right: 0;
}
.swiper-pagination--vertical .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  position: relative;
  outline: none;
  margin-right: 20px;
}
.swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  z-index: 1;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.swiper-pagination .swiper-pagination-bullet:hover:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #7C7C7C;
}
.swiper-pagination .swiper-pagination-bullet-active:before {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #7C7C7C;
}

.site-wrapper-reveal {
  background-color: #ffffff;
}

.swiper-nav-button {
  background-image: none;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
  width: 30px;
  height: 48px;
  font-size: 24px;
  color: #6d70a6;
  border: 0;
  margin: 0;
  bottom: 0;
  /*&::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      border-radius: inherit;
      color: #fff;
      background: #fff;
  }*/
}

/*===================================
    - Breadvrumb
=================================*/
.breadcrumb-area {
  padding-top: 260px;
  padding-bottom: 184px;
  background-color: #f6f2ed;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .breadcrumb-area {
    padding-top: 174px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb-area {
    padding-top: 174px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .breadcrumb-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.creative_breadcrumb-area {
  padding-top: 220px;
  padding-bottom: 120px;
  background-color: #fafdf8;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .creative_breadcrumb-area {
    padding-top: 174px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .creative_breadcrumb-area {
    padding-top: 174px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .creative_breadcrumb-area {
    padding-top: 0px;
    padding-bottom: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .inner-images .img-size-1, .features-images .img-size-1, .startup-features .img-size-1 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumb_box h2 {
    padding-top: 50px;
    padding-bottom: 10px;
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb_box h6 {
    line-height: 30px;
    font-size: 15px;
  }
}

.architecture_breadcrumb-area {
  padding-top: 350px;
  padding-bottom: 120px;
  background-color: #f6f2ed;
  background-repeat: no-repeat;
  background-position: center center;
  border-bottom-width: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .architecture_breadcrumb-area {
    padding-top: 174px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .architecture_breadcrumb-area {
    padding-top: 174px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .architecture_breadcrumb-area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.breadcrumb-list {
  margin-top: 20px;
}
.breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.58;
  text-transform: uppercase;
}
.breadcrumb-list li a {
  position: relative;
}
.breadcrumb-list li a::after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  z-index: -1;
  transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
  background: currentColor;
}
.breadcrumb-list li a:hover::after {
  width: 100%;
  left: 0;
  right: auto;
  z-index: 0;
}
.breadcrumb-list li.active {
  color: #6D70A6;
}

.page-pagination li {
  display: inline-block;
  color: #7C7C7C;
}
.page-pagination li a {
  font-weight: 500;
  padding: 0 7px;
  display: block;
  text-align: center;
  line-height: 25px;
  width: 25px;
  height: 25px;
  text-transform: uppercase;
  color: #7C7C7C;
  border-radius: 500px;
}
.page-pagination li a.current {
  background: #97B500;
  color: #ffffff;
}
.page-pagination li a:hover {
  color: #97B500;
}

/*=============================================
=                - Preloader                =
=============================================*/
.preloader-active {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 100vh;
  width: 100vw;
  z-index: 99999;
}
.preloader-active .preloader-area-wrap {
  background-color: #ffffff;
  position: absolute;
  left: 0;
  display: block;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
}
.preloader-active .preloader-area-wrap .spinner div {
  background-color: #7C7C7C;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.preloader-active .preloader-area-wrap .spinner div.bounce1 {
  animation-delay: -0.32s;
}
.preloader-active .preloader-area-wrap .spinner div.bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}

.preloader-area-wrap {
  display: none;
}

.open_tm_preloader {
  position: fixed;
  background-color: transparent;
  z-index: 9999;
  height: 100%;
  width: 100%;
  transition: 0.2s all ease;
  transition-delay: 0.5s;
}
.open_tm_preloader.loaded {
  opacity: 0;
  visibility: hidden;
}
.open_tm_preloader.loaded:before, .open_tm_preloader.loaded:after {
  width: 0%;
}
.open_tm_preloader:before, .open_tm_preloader:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}
.open_tm_preloader:before {
  top: 0;
  left: 0;
}
.open_tm_preloader:after {
  bottom: 0;
  right: 0;
}

/*=============================================
   - Scroll top
=============================================*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 999;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.03);
  display: block;
  padding: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  background-color: #7C7C7C;
  background-size: 200% auto;
  background-position: left center;
  color: #ffffff;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: hidden;
}
@media only screen and (max-width: 479px) {
  .scroll-top {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
}
.scroll-top.show {
  visibility: visible;
  opacity: 1;
  bottom: 60px;
}
.scroll-top i {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ffffff;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.scroll-top .arrow-top {
  transform: translate(-50%, -50%);
}
.scroll-top .arrow-bottom {
  transform: translate(-50%, 80px);
}
.scroll-top:hover {
  background-position: right center;
}
.scroll-top:hover .arrow-top {
  transform: translate(-50%, -80px);
}
.scroll-top:hover .arrow-bottom {
  transform: translate(-50%, -50%);
}

.ellipsis-1 {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-2 {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-3 {
  display: -webkit-box !important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-4 {
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.form-messege {
  margin-top: 20px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 100px;
}
.form-messege.success {
  background: #EDF5E3;
  color: #97B500;
}
.form-messege.error {
  background: red;
  color: #fff;
}

@media (min-width: 1024px) {
  .mobile-device {
    display: none !important;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 900;
  background-color: rgba(165, 165, 165, 0.3803921569);
  display: none;
}

.pointer {
  cursor: pointer;
}

#hs-eu-cookie-confirmation {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
  padding: 25px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin: 10px;
}
.gray-text {
  color: #7C7C7C;
}

.black-text {
  color: #000000;
}

span.v2 {
  color: #5A5FEF;
  font-weight: 500;
}
@media (max-width: 767px) {
  span.v2 {
    display: inline-block !important;
  }
}

span.v3 {
  color: #D650D1;
}
@media (max-width: 767px) {
  span.v3 {
    display: inline-block !important;
  }
}

span.vgray {
  color: #999;
}

.w-fit {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

.badge-theme-blue {
  background-color: #5A5FEF;
  padding: 4px 13px;
  color: #fff;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
}

.badge-theme-green {
  background-color: #97B500;
  padding: 4px 13px;
  color: #fff;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
}

.badge-theme-gray {
  background-color: #707070;
  padding: 4px 13px;
  color: #fff;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
}

.circle-shape {
  min-width: 50px;
  min-height: 50px;
  border-radius: 100%;
  position: absolute;
}
.circle-shape.bg-gray {
  background-color: #9C9C9C;
}
.circle-shape.bg-green {
  background-color: #CBE54B;
}
.circle-shape.bg-light-gray {
  background-color: rgba(243, 243, 243, 0.92);
  box-shadow: 0 0px 30px rgba(112, 112, 112, 0.14), inset 0 10px 153px rgba(112, 112, 112, 0.14);
}
.circle-shape.bg-light-green {
  background-color: #E7F2D9;
}
.circle-shape.bg-blue {
  background-color: #5A5FEF;
}
.circle-shape.bg-light-blue {
  background-color: #585DE7;
}
.circle-shape.bg-light-pink {
  background-color: #CEADD6;
}
.circle-shape.bg-black {
  background-color: #000000;
}

.btn-theme-blue {
  color: #fff;
  background-color: #5A5FEF;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 0px;
  transition: 0.3s;
}
.btn-theme-blue:hover {
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 0px;
  background-color: #accc02;
}
.btn-theme-blue:hover i {
  background-color: transparent !important;
}

.btn.btn-theme-black {
  color: #fff;
  background-color: #000000;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 0px;
  transition: 0.3s;
}
.btn.btn-theme-black:hover {
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 0px;
  background-color: #accc02;
}
.btn.btn-theme-black:hover i {
  background-color: transparent !important;
}
.btn.btn-theme-black:has(svg) svg {
  background-color: #CEADD6;
  color: #000;
  margin-right: 15px;
}

.btn-theme-pink {
  color: #fff;
  background-color: #CEADD6;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 0px;
}
.btn-theme-pink:hover {
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 0px;
  background-color: #accc02;
}
.btn-theme-pink:hover i {
  background-color: transparent !important;
}

.btn-theme-white {
  color: #000 !important;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.btn-theme-white:hover {
  color: #000;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #accc02;
}

.btn-theme-green {
  color: #000 !important;
  background-color: #accc02;
  border-color: #accc02;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.btn-theme-green:hover {
  background-color: #ffffff;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.btn-theme-light-green {
  color: #000 !important;
  background-color: rgb(231, 242, 217);
  border-color: rgb(231, 242, 217);
  box-shadow: rgba(60, 64, 67, 0.3) 0px 0px 0px 0px, rgba(60, 64, 67, 0.15) 0px 0px 0px 0px;
}
.btn-theme-light-green:hover {
  background-color: #ffffff;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.btn-theme-border {
  color: #707070 !important;
  background-color: transparent;
  border-color: #707070;
}
.btn-theme-border:hover {
  background-color: #accc02;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.btn-theme-simple {
  color: #7c7c7c !important;
  background-color: transparent;
  transition: 0.3s;
}
.btn-theme-simple:hover {
  color: #accc02 !important;
}

.btn.btn-icon-mode {
  height: 60px;
  padding: 5px 2px 2px 40px;
  font-size: 30px;
}
.btn.btn-icon-mode i {
  transition: 0.3s;
  border-radius: 100%;
  padding: 28px;
  width: 10px;
  margin-bottom: 3px;
  height: 10px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #accc02;
}
@media only screen and (max-width: 575px) {
  .btn.btn-icon-mode i {
    border-radius: 100%;
    padding: 24px;
    width: 10px;
    height: 10px;
    margin-right: 4px;
  }
}
.btn.btn-icon-mode i::before {
  margin-left: 6px;
}
.btn:hover i {
  background-color: #accc02;
  color: #ffffff;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}
.notifications-container {
  max-width: 350px;
  animation: fadeIn 0.5s ease;
}

.notification {
  border-radius: 8px;
  padding: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  animation: slideUp 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.btn-close-notification {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
}

.hero-spacer {
  margin-top: 15vh;
}

.rating {
  color: #ccc;
  cursor: pointer;
}
.rating .star {
  transition: color 0.2s;
  color: gold;
}
.rating .star.active {
  position: relative;
}
.rating .star.active::after {
  content: "\f005";
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  color: gold;
}
.rating .star.half {
  position: relative;
}
.rating .star.half::after {
  content: "\f123";
  position: absolute;
  left: 0;
  width: 100%;
  overflow: hidden;
  color: gold;
}

.admin-bar {
  position: -webkit-sticky;
  position: sticky;
  z-index: 100;
  top: 0;
  background-color: #000;
  padding: 3px 0;
  color: #fff;
}
.admin-bar p {
  font-size: 11px;
}

section .btn:has(svg, i) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 5px 5px 10px;
}
section .btn:has(svg, i) svg, section .btn:has(svg, i) i {
  background-color: #fff;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  color: #5A5FEF;
  padding: 7px;
  margin-left: 20px;
  margin-right: 8px;
}

.balls .ball {
  z-index: -2;
}

.floating-label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.floating-label input {
  font-size: 12px;
  outline: none;
  padding: 0.5rem;
  border-radius: 4px;
  background: none;
  width: 100%;
}
.floating-label input:not(:-moz-placeholder) + label {
  transform: translateY(-1.75rem);
  font-size: 12px;
  color: #accc02;
  background: #fff;
  padding: 0 5px;
  border-radius: 10px;
  top: 40%;
}
.floating-label input:focus + label, .floating-label input:not(:placeholder-shown) + label, .floating-label input:not([value=""]) + label {
  transform: translateY(-1.75rem);
  font-size: 12px;
  color: #accc02;
  background: #fff;
  padding: 0 5px;
  border-radius: 10px;
  top: 40%;
}
.floating-label:has(i):has(input) input {
  width: 100%;
}
.floating-label:has(i):has(input) i {
  width: 30px;
}
.floating-label select {
  font-size: 12px;
  outline: none;
  border-radius: 4px;
  width: 100%;
  background: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 40px;
  padding: 0 0.5rem;
}
.floating-label select:focus {
  border-color: #accc02;
}
.floating-label select:valid + label, .floating-label select:not([value=""]) + label {
  transform: translateY(-1.75rem);
  font-size: 0.75rem;
  color: #accc02;
  background: #fff;
  top: 40%;
  padding: 0 5px;
  border-radius: 10px;
}
.floating-label label {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  font-size: 12px;
  color: #aaa;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  background-color: transparent;
}
.floating-label .arrow-icon {
  position: absolute;
  right: 9px;
  top: 0px;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}

.floating-label-container {
  width: 300px;
}

.floating-label-container .floating-label input {
  padding-top: 1.25rem;
}

.otp-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin: 1rem 0;
  position: relative;
}
.otp-wrapper .otp-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.otp-wrapper .otp-input input {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  text-align: center;
  border: 2px solid #ccc;
  border-radius: 0.5rem;
  background: #f9f9f9;
  transition: all 0.3s ease;
}
.otp-wrapper .otp-input input:focus {
  border-color: #007bff;
  background: white;
  outline: none;
  transform: scale(1.05);
}
.otp-wrapper .otp-input input::-webkit-outer-spin-button, .otp-wrapper .otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-wrapper .otp-input input[type=number] {
  -moz-appearance: textfield;
}
.otp-wrapper .otp-timer {
  font-size: 1.1rem;
  color: #555;
}
.otp-wrapper .message {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
.otp-wrapper .otp-resend {
  display: none;
}
.otp-wrapper.error .otp-input input {
  border-color: #cc0000;
}
.otp-wrapper.error .message {
  display: block;
  color: #cc0000;
}
.otp-wrapper.otp-expired .otp-input input {
  background: #cdcaca;
  pointer-events: none;
  cursor: not-allowed;
  border-color: #ddd;
}
.otp-wrapper.otp-expired .otp-resend {
  display: block;
}
.otp-wrapper.otp-expired .otp-timer {
  display: none;
}
.otp-wrapper.otp-expired .otp-verify {
  display: none;
}

.weave {
  position: relative;
  width: 100%;
  height: 80px;
}
.weave > * {
  position: absolute;
  margin: 0;
}
.weave .first {
  color: #000;
}
.weave .second {
  color: #838EEB;
  -webkit-text-stroke: 2px #838EEB;
  animation: waves 4s ease-in-out infinite;
}

@keyframes waves {
  0%, 100% {
    clip-path: polygon(0% 45%, 16% 44%, 33% 50%, 54% 60%, 70% 61%, 84% 59%, 100% 52%, 100% 100%, 0% 100%);
  }
  50% {
    clip-path: polygon(0% 60%, 15% 65%, 34% 66%, 51% 62%, 67% 50%, 84% 45%, 100% 46%, 100% 100%, 0% 100%);
  }
}
/*=====  End of Default CSS  ======*/
@keyframes transform-horizental {
  5% {
    transform: translateX(-25%) translateY(30%);
  }
  15% {
    transform: translateX(0) translateY(10%);
  }
  18% {
    transform: translateX(25%) translateY(10%);
  }
  20% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(35%) scale(1) rotate(180deg);
  }
  65% {
    transform: translateX(0) scale(1) rotate(180deg);
  }
  75% {
    transform: translateX(-30%) translateY(80%) scale(1) rotate(180deg);
  }
  85% {
    transform: translateX(-20%) translateY(40%) scale(1) rotate(180deg);
  }
  95% {
    transform: translateX(-10%) translateY(15%) scale(1) rotate(180deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(180deg);
  }
}
@keyframes transform-vertical {
  5% {
    transform: translateY(-25%) translateY(20%);
  }
  15% {
    transform: translateY(-75%) translateX(0);
  }
  20% {
    transform: translateY(-45%) translateX(-20%) scale(1);
  }
  25% {
    transform: translateY(-10%) translateX(-45%) scale(1);
  }
  50% {
    transform: translateY(0) scale(1) rotate(180deg);
  }
  65% {
    transform: translateY(25%) scale(1) rotate(180deg);
  }
  75% {
    transform: translateX(-20%) translateY(-20%) scale(1) rotate(180deg);
  }
  85% {
    transform: translateX(-45%) translateY(-80%) scale(1) rotate(180deg);
  }
  95% {
    transform: translateX(-10%) translateY(-45%) scale(1) rotate(180deg);
  }
  100% {
    transform: translateX(0) translateY(0) scale(1) rotate(180deg);
  }
}
.hero-section .circle-shape.bg-blue:nth-child(1) {
  right: 93%;
  width: 115px;
  height: 115px;
  background-color: rgba(90, 95, 239, 0.7411764706);
  animation: transform-horizental 35s infinite ease-in-out both;
}
.hero-section .circle-shape.bg-blue:nth-child(2) {
  height: 30px;
  left: 0%;
  bottom: -50%;
  width: 30px;
  background-color: rgba(131, 142, 235, 0.3);
  animation: transform-horizental 20s infinite ease-in-out both;
}
.hero-section .circle-shape.bg-gray:nth-child(4) {
  height: 110px;
  left: 10px;
  bottom: -75%;
  width: 110px;
  background-color: rgba(198, 244, 3, 0.5);
  animation: transform-horizental 30s infinite ease-in-out both;
}
.hero-section .circle-shape.bg-green {
  height: 150px;
  right: 19%;
  top: 7%;
  width: 150px;
  z-index: 3;
  background-color: rgba(198, 244, 3, 0.5);
  animation: transform-vertical 20s infinite ease-in-out both;
}
.hero-section .circle-shape.bg-gray:nth-child(5) {
  height: 45px;
  right: -10%;
  top: 93%;
  width: 45px;
  background-color: rgba(131, 142, 235, 0.3);
  animation: transform-vertical 70s infinite ease-in-out both;
}
.hero-section .hero-holder {
  height: 76vh;
  padding-top: 20px;
  margin-top: 100px;
}
.hero-section .hero-holder .content-holder .left-side {
  padding-top: 223px;
}
.hero-section .hero-holder .content-holder .left-side .tlt-we {
  font-size: 16rem;
  color: #CEADD6;
  letter-spacing: -5px;
  font-weight: 100;
  font-family: "Robert Sans";
}
.hero-section .hero-holder .content-holder .left-side .navi-ul {
  margin-top: -3rem;
}
.hero-section .hero-holder .content-holder .left-side .navi-ul li {
  list-style: none;
  padding-left: 15px;
  letter-spacing: -1px;
  font-size: 1.1em;
  margin-bottom: 5px;
}
.hero-section .hero-holder .content-holder .left-side .navi-ul li i {
  font-size: 1.6rem;
  padding-right: 15px;
  margin-bottom: 5px;
}
.hero-section .hero-holder .content-holder .right-side {
  padding-top: 300px;
  text-align: center;
}
.hero-section .hero-holder .content-holder .right-side .shapes {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: -5%;
}
.hero-section .hero-holder .content-holder .right-side .shapes .circle-shape-flip {
  transform: scaleX(-1);
  width: 34vw;
}
@media only screen and (min-width: 992px) {
  .hero-section .hero-holder .content-holder .right-side .shapes .circle-shape-flip {
    width: auto;
  }
}
.hero-section .hero-holder .content-holder .right-side .tlt-sub-top {
  font-size: 20px;
  color: #f5f5f5;
  letter-spacing: 0;
  font-weight: 300;
  line-height: 20px;
  position: relative;
  z-index: 2;
  text-align: left;
  margin-right: 8%;
}
.hero-section .hero-holder .content-holder .right-side .tlt-sub-top span {
  color: #CFFF03;
}
.hero-section .hero-holder .content-holder .right-side .tlt-are-here {
  color: #fff;
  font-size: 57px;
  font-weight: 100;
  letter-spacing: -3px;
  line-height: 83px;
  position: relative;
  z-index: 2;
  text-align: left;
}
.hero-section .hero-holder .content-holder .right-side .tlt-sub-bottom {
  color: #fff;
  font-size: 1.7rem;
  margin-right: 32%;
  margin-top: 30%;
  position: relative;
  z-index: 2;
  text-align: right;
}

body {
  height: -moz-fit-content !important;
  height: -webkit-fit-content !important;
  height: fit-content !important;
}

.footer-area {
  display: none;
}

.hero-section {
  min-height: 100vh;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.forms {
  padding: 50px 0;
}
.forms .heading-tlt {
  margin: 50px auto;
  text-align: center;
}
.forms .heading-tlt h3 {
  font-size: 2.6rem;
  color: #000;
  letter-spacing: -1px;
  font-weight: 100;
  line-height: 50px;
  position: relative;
}
.forms .heading-tlt h3 strong {
  font-weight: 700;
}
.forms .heading-tlt small {
  font-size: 1.3rem;
}

.form {
  position: absolute;
  width: 94%;
  padding: 80px 60px;
  border-radius: 20px;
  background: rgb(246, 246, 246);
  border: 1px solid #eee;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.16), 0 8px 6px -6px rgba(0, 0, 0, 0.1), inset 0 6px 5px 0 hsla(0, 0%, 93%, 0.93);
}
.form span {
  color: #222;
}
.form .field {
  position: relative;
  height: 50px;
  width: 100%;
  margin-top: 20px;
  border-radius: 60px;
}
.form a {
  color: #0171d3;
  text-decoration: none;
}
.form .button-field {
  margin-top: 50px;
}
.form .button-field-v2 {
  margin-top: 20px;
}

.form.signup {
  opacity: 0;
  pointer-events: none;
}

.form.email-login {
  opacity: 0;
  pointer-events: none;
}

.forms.show-signup .form.signup {
  opacity: 1;
  pointer-events: auto;
}
.forms.show-signup .form.login {
  opacity: 0;
  pointer-events: none;
}

.forms.show-email-login .form.email-login {
  opacity: 1;
  pointer-events: auto;
}

header {
  font-size: 28px;
  font-weight: 600;
  color: #232836;
  text-align: center;
}

form {
  margin-top: 30px;
}

.field input {
  height: 100%;
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 60px;
  outline: none;
  padding: 0 15px;
  border: 1px solid #f5f5f5;
  color: #b9b9b9;
}
.field input:focus {
  border-bottom-width: 2px;
}
.field button {
  height: 100%;
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 400;
  border-radius: 60px;
  color: #fff;
  background-color: rgb(151, 181, 0);
  transition: all 0.3s ease;
  cursor: pointer;
}

.eye-icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-size: 18px;
  color: #b9b9b9;
  cursor: pointer;
  padding: 5px;
}

.form-link {
  text-align: center;
  margin-top: 60px;
}
.form-link span {
  font-size: 14px;
  font-weight: 400;
  color: #232836;
}
.form-link a {
  font-size: 14px;
  font-weight: 400;
  color: #5a5fef;
}

.form-link-sign-in {
  text-align: center;
  margin-top: 30px;
}
.form-link-sign-in span {
  font-size: 14px;
  font-weight: 400;
  color: #232836;
}
.form-link-sign-in a {
  font-size: 14px;
  font-weight: 400;
  color: #5a5fef;
}

.form-content a:hover {
  text-decoration: underline;
}

.line {
  position: relative;
  height: 1px;
  width: 100%;
  margin: 36px 0;
  background-color: #d4d4d4;
}
.line::before {
  content: "Or";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #FFF;
  color: #8b8b8b;
  padding: 0 15px;
}

.login-control {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
}
.login-control .caption {
  position: relative;
  color: #888;
  font-size: 14px;
  font-weight: 300;
}

.login-control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
  border-radius: 4px;
}

.control--radio .control__indicator {
  border-radius: 50%;
}

.login-control:hover input ~ .control__indicator,
.login-control input:focus ~ .control__indicator {
  background: #ccc;
}

.login-control input:checked ~ .control__indicator {
  background: #97b500;
}

.login-control:hover input:not([disabled]):checked ~ .control__indicator,
.login-control input:checked:focus ~ .control__indicator {
  background: rgb(172.273480663, 206.5, 0);
}

.login-control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.9;
  pointer-events: none;
}

.control__indicator:after {
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
  display: none;
  font-size: 16px;
  transition: 0.3s all ease;
}

.login-control input:checked ~ .control__indicator:after {
  display: block;
  color: #fff;
}

.control--checkbox .control__indicator:after {
  top: 50%;
  left: 50%;
  margin-top: -1px;
  transform: translate(-50%, -50%);
}

.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.control--checkbox input:disabled:checked ~ .control__indicator {
  background-color: #7e0cf5;
  opacity: 0.2;
}

.forgot-pass {
  position: relative;
  font-size: 14px;
  font-weight: 300;
}

.media-options a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.contact {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #070707;
  background: rgba(255, 255, 255, 0.8);
}
a.contact .mail-icon {
  height: 40px;
  width: 40px;
  color: #070707;
  font-size: 35px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.apple {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #070707;
  background: rgba(255, 255, 255, 0.8);
}
a.apple .apple-icon {
  height: 48px;
  width: 48px;
  color: #070707;
  font-size: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*
a.google {
    color: #070707;
    border: 1px solid #CACACA;
    .google-icon {
        height: 48px;
        width: 48px;
        color: #070707;
        font-size: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.apple-icon,
.mail-icon,
.google-icon,
img.google-img{
    position: absolute!important;
    top: 50%!important;
    right: 15px!important;
    transform: translateY(-50%)!important;
}
*/
.apple-icon,
.mail-icon,
img.google-img {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

img.google-img {
  height: 35px;
  width: 35px;
  -o-object-fit: cover;
     object-fit: cover;
}

a.google {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #070707;
  background: rgba(255, 255, 255, 0.8);
}
a.google span {
  font-weight: 500;
  opacity: 0.6;
  color: #232836;
}

form .text-danger {
  font-size: 12px;
}

button[data-spinner=true] .original {
  display: none;
}
button[data-spinner=true] .spinner-border {
  display: inline-block;
}

button[data-spinner=false] .original {
  display: block;
}
button[data-spinner=false] .spinner-border {
  display: none;
}

@media screen and (max-width: 400px) {
  .form {
    padding: 20px 10px;
  }
}

/*# sourceMappingURL=login.min.css.map*/