@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');



:root {
  --swiper-theme-color: #7c7c7c;
}

:root {
  --swiper-navigation-size: 34px;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 30px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 30px;
}

*,
.vts-check-list,
.vts-comments-frame,
.vts-simple-list,
:after,
:before,
body,
html {
  margin: 0;
  padding: 0
}

/* update on 09-08-25 */
.minetag img {
  position: relative;
  display: block;
  max-width: 140%;
}

.minetag ol li {
  color: #282828;
  font-size: 16px;
  line-height: 35px;

}


/* inner-pages */
p {
  color: #282828;
}

/* inner-pages */

.orange-border {
  border: 3px solid #ff9900;
  border-radius: 20px;
  background: #fcf8f3;
  padding: 24px;
}

.orange-border p {
  color: #000;
  font-size: 14px;
}

.orange-border ul li {
  color: #000;
  font-size: 14px;
}

.orange-head {
  color: #ff9900;
}

.arrow-img {
  width: 100px;
  display: block;
  margin: 0 auto;
}


/* device-box */
.device-box-wrapper .device-box {
  border: 2px solid #ff6f00;
  /* Orange border */
  border-radius: 10px;
  padding: 20px;
  min-height: 150px;
  background: #fff;
  position: relative;
}

.device-box-wrapper .arrow {
  font-size: 2rem;
  color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.device-box-wrapper .features-box {
  border: 2px solid #ff6f00;
  padding-top: 20px;
  margin-top: 40px;
  border-radius: 10px;
}

.device-box-wrapper .features-box ul {
  list-style: none;
  padding: 0;
}

.device-box-wrapper .features-box ul li {
  color: #282828
}

.device-box-wrapper .features-box ul li::before {
  content: "• ";
  color: #ff6f00;
  /* Orange bullets */
  font-weight: bold;
}

/* device-box */


/* vlt device */

.vlt-device-key {
  background: none;
  background-size: cover;
  background-color: #38281E;
  padding: 6rem 0rem;
}



.vlt-device-key .feature-item {
  display: flex;
  margin-bottom: 15px;
}

.vlt-device-key .feature-item h6 {
  font-weight: 700;
  min-width: 250px;
  /* fixed width for heading */
  margin: 0;
  color: #fff;
}

.vlt-device-key .feature-item p {
  margin: 0;
  font-size: 15px;
  color: #e0e0e0;
  flex: 1;
}




.vlt-device {
  background: none;
  background-size: cover;
  background-color: #FFFEF4;
  padding: 6rem 0rem;
}

.vlt-device .device-card {
  border: 3px solid orange;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fdfbf9;
  padding: 2rem;
  position: relative;
  height: 100%;
}

.vlt-device .device-card img {}

/* vlts */

/* about-us */

.feature-box {
  /* border: 2px solid orange; */
  border-radius: 15px;
  overflow: hidden;
  background-color: #fdfbf9;
}

.feature-box img {
  width: 100%;
  height: 225px;
  object-fit: cover;
  display: block;
}

.feature-text {
  text-align: center;
  margin-top: 30px;
  /* font-size: 15px; */
  line-height: 1.5;
  padding: 0 70px;
}


.inner .vts-simple-list {
  margin-left: 1.3rem;
}

.inner .vts-simple-list li:before {
  position: absolute;
  width: 1px;
  height: 12px;
  top: 100%;
  left: 50%;
  content: "";
  background: #f57c00;
}

.inner .vts-simple-list li:after {
  left: 50%;
  margin-left: -9px;
  top: calc(100% + 12px);
  position: absolute;
  width: 5px;
  height: 5px;
  content: "";
  background: #999;
  border: 4px solid #f57c00;
  border-radius: 50%;
}

.inner .vts-simple-list li:before {
  top: calc(100% - 20px);
  left: -13px;
  height: 16px;
  transform: rotate(90deg);
}

.inner .vts-simple-list li:after {
  left: -12px;
  top: calc(100% + -16px);
}

.vts-simple-list li a {
  color: #121820;
  margin-bottom: 10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 0rem;
  transition: all ease-in-out 0.2s;
  align-items: center;
}

.vts-simple-list li a:hover {
  transform-origin: center;
  transform: scale(1.1);
  transition: transform 0.4s ease-in-out;
}

.vts-simple-list li a:hover i {
  color: #fff;
}

.vts-simple-list li a .vts-light-soft:hover {
  color: #fff;
}

/* about-us */

.text-center {
  text-align: center;
}

.vts-dot-list li:before,
.vts-hover-link-list li a:before,
.vts-simple-list li:before,
.vts-suptitle.vts-suptitle-2:before {
  border-radius: 50%;
  background-color: #34d5ff
}

.vts-deco,
.vts-top-panel .vts-logo {
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  margin-top: -1rem;
}

.vts-deco,
.vts-top-panel .vts-logo img {
  height: 60px;
}

.vts-about {
  background: url(../img/sec1bg.png) no-repeat;
  background-size: cover;
  padding-bottom: 7rem !important;
}

.vts-about-illustration .vts-window .vts-window-bottom .vts-stars li.vts-empty i,
.vts-card .vts-description .vts-card-top .vts-stars ul li.vts-empty i,
.vts-rec-res li a i {
  color: rgba(18, 24, 32, .2)
}

.vts-box-center,
.vts-cta-frame,
.vts-icon-box.vts-center,
.vts-review.vts-text-center,
.vts-tabs-left-nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body,
html {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: rgba(18, 24, 32, .4);
  line-height: 170%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  scroll-behavior: smooth
}

p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 183%;
  letter-spacing: 0%;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #FAD480;
  --bs-btn-border-color: #FAD480;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #FAD480;
  --bs-btn-hover-border-color: #FAD480;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #FAD480;
  --bs-btn-active-border-color: #FAD480;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #FAD480;
  --bs-btn-disabled-border-color: #FAD480;
}

.btn-success {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #4CAF50;
  --bs-btn-border-color: #4CAF50;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #4CAF50;
  --bs-btn-hover-border-color: #4CAF50;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4CAF50;
  --bs-btn-active-border-color: #4CAF50;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4CAF50;
  --bs-btn-disabled-border-color: #4CAF50;
}

.table-dark {
  --bs-table-color: #3c3c3c;
  --bs-table-bg: #F4F5F7;
  --bs-table-border-color: #dee2e6;
  --bs-table-striped-bg: #dee2e6;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #dee2e6;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #dee2e6;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

table.dataTable thead>tr>th.dt-orderable-asc:hover,
table.dataTable thead>tr>th.dt-orderable-desc:hover,
table.dataTable thead>tr>td.dt-orderable-asc:hover,
table.dataTable thead>tr>td.dt-orderable-desc:hover {
  outline: 0px solid rgba(0, 0, 0, 0.05);
  outline-offset: 0px;
}

table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td {
  border-bottom: 1px solid rgb(222 226 230);
}

div.dt-container.dt-empty-footer tbody>tr:last-child>* {
  border-bottom: 1px solid rgb(222 226 230);
}

div.dt-container .dt-input {
  margin-right: 5px;
}

div.dt-container .dt-input:focus {
  outline: 0;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: #fff !important;
  border: 1px solid #00B7E6;
  background: none;
  background-color: #00B7E6;
}

div.dt-container .dt-paging .dt-paging-button {
  border: 1px solid rgb(0 0 0 / 19%);
}

div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: default;
  color: rgb(131 131 131 / 50%) !important;
  border: 1px solid rgb(169 169 169 / 19%);
  background: transparent;
  box-shadow: none;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  color: white !important;
  border: 1px solid #00b7e6;
  background-color: #00b7e6;
  background: #00b7e6;
  background: #00b7e6;
  background: #00b7e6;
  background: #00b7e6;
  background: #00b7e6;
  background: #00b7e6;
}

table.dataTable {
  margin: 20px 0px;
}

.integrated-swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

div.dt-container .dt-search input {
  border: 1px solid #dee2e6;
  height: 40px;
}

table.dataTable>tbody>tr>th,
table.dataTable>tbody>tr>td {
  font-size: 13px;
}

.centres-border {
  width: 300px;
  margin: auto;
  position: relative;
  right: 0px;
  left: 0px;
  top: 3.5rem;
  z-index: 1;
}

.centres-border form {
  padding: 0rem 0px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-fild {
  display: flex;
  align-items: center;
}

.select {
  width: 300px;
  margin-right: 8px;
}

.select .form-select {
  height: 40px;
  padding: 0px 20px;
}

.centres-border .filter-btn {
  padding: 7px 38px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background-color: #8BC34A;
  border: 0;
  text-align: center;
  height: 40px;
  line-height: 20px;
  transition: all .35s ease-Out;
  display: flex;
  align-items: center;
}

.centres-border .filter-btn:hover {
  background: #408a28;
  color: #fff;
}

div.dt-container select.dt-input {
  padding: 8px;
  height: 40px;
  border: 1px solid #dee2e6;
}

.vts-outcomes {
  width: 100%;
  height: 1px;
  background-color: transparent;
  position: relative;
}

.vts-outcomes:after,
.vts-outcomes:before {
  content: "";
  width: 10%;
  height: 100%;
  background-color: #A46DE6;
  position: absolute;
  top: 0;
  left: 0;
}

.vts-outcomes:after {
  left: auto;
  right: 6px;
  background-color: #ffffff;
  width: 80%;

}

.benefit-line:after {
  background-color: #ccc;
}

.taxt-dark {
  color: #000;
}

.outcomes {
  background: url(../img/Outcomes-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 60px 0px;
  padding-top: 80px;
}

.benefit {
  padding-bottom: 80px;
  padding-top: 90px;
  background-color: #EEF4FA;
}

.register-box {
  color: #fff;
}

.register-vehicles {
  padding: 4rem 7rem;
  padding-bottom: 4rem;
  background: url(../img/Register-bg.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 8rem;
  border-radius: 10px;
  margin-top: 4rem;
}

.vts-skills {
  background-color: #f7f7f7;

}

.register-vehicles-trak {
  position: absolute;
  right: 40px;
  top: -109px;
}

.register-vehicles-trak img {
  width: 90%;
  float: right;
}


.register-vehicles p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

:root {
  --jetly-font: "Poppins", sans-serif;
  --jetly-reey-font: "reeyregular";
  --jetly-gray: #79817c;
  --jetly-gray-rgb: 121, 129, 124;
  --jetly-white: #ffffff;
  --jetly-white-rgb: 255, 255, 255;
  --jetly-base: #000000;
  --jetly-base-rgb: 167, 145, 50;
  --jetly-black: #ffffff;
  --jetly-black-rgb: 18, 56, 33;
  --jetly-primary: #f8f7f1;
  --jetly-primary-rgb: 248, 247, 241;
  --jetly-letter-spacing: -0.04em;
}

.main-header-two__top {
  position: absolute;
  display: block;
  padding: 0px 0;
  height: 35px;
  z-index: 9999;
  width: 100%;
}

.main-header-two__top:before {
  position: absolute;
  top: 0;
  /* left: 0; */
  right: 0;
  bottom: 0;
  content: "";
  background-color: #5b5b5b;
  width: 630px;
}

.main-header-two__top::after {
  content: '';
  position: absolute;
  right: 630px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  border-top: 35px solid #5b5b5b;
  clear: both;
  top: 0px;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main-header-two__top-left {
  position: relative;
  display: block;
}

.main-header-two__contact-list {
  position: relative;
  padding: 6px 0;
  line-height: normal;
  display: flex;
}

.main-header-two__contact-list li {
  position: relative;
  display: inline-block;
}

.main-header-two__contact-list li+li {
  padding: 0px 0px;
}

.main-header-two__contact-list li:nth-child(4) {
  border-right: 1px solid #a7a7a7;
}

.main-header-two__contact-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__contact-list li .icon i {
  font-size: 14px;
  color: var(--jetly-base);
}

.main-header-two__contact-list li .text {
  margin-left: 0px;
}

.main-header-two__contact-list li .text a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 12px;
  border-right: 1px solid #e3e3e3;
  padding: 0px 14px;
  font-weight: 500;
}

.main-header-two__contact-list li .text a:hover {
  color: var(--jetly-black);
}

.main-header-two__top-right {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 0px 0px 0px 10px;
  padding-left: 1rem;
}

.page-change-sec {
  position: relative;
  padding: 0px;
  padding-left: 0px;
}

.page-change-sec .changefontsize {
  text-align: center;
  font-size: 14px;
  color: var(--jetly-black);
  display: inline;
  border-right: 1px solid #e3e3e3;
  padding: 0px 6px;
}

.page-change-sec .bgclscss {
  width: 20px;
  height: 20px;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  color: var(--jetly-white);
  margin-right: 5px;
}

.page-change-sec .bgclscss-light {
  width: 20px;
  height: 20px;
  line-height: normal;
  text-align: center;
  font-size: 14px;
  color: #000;
  margin-right: 5px;
  background-color: #fff;
}

.page-change-sec a {
  display: inline-block;
}

.language {
  padding: 0px 16px;
  color: var(--jetly-black);
  font-size: 12px;
  line-height: normal;
  display: inline;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-right: 0px;
  border-left: 1px solid #e3e3e3;
}

.marquee-title {
  position: absolute;
  z-index: 2;
  width: 100%;
  right: 0px;
  align-items: center;
  display: flex;
  margin-top: -28px;
  background: #fff;
  color: #000000;
  padding: 0px 0px;
  border-radius: 6px;
  /* border: 1px solid #e9e9e9; */
  box-shadow: 0px 7px 18px rgb(0 0 0 / 18%);
  z-index: 99;
  overflow: hidden;
  height: 60px;
}

.marquee-title a {
  color: #000;
}

.marquee-title>span {
  color: #ffffff;
  padding: 0px 0px;
  font-size: 16px;
  font-weight: 500;
  width: 160px;
  border-right: 1px solid #ccc;
  margin-right: 0rem;
  background-color: #F58109;
  text-align: center;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.marquee-scroll {
  color: #000;
  padding: 11px;
  font-size: 16px;
  font-weight: 400;
}


.fact-counter {
  background-color: #EFEFF1;
  border-radius: 10px;
  padding: 2rem 3rem;
  top: -75px;
  text-align: center;
  position: relative;
  margin-bottom: 3rem;
}

.fact-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 50px;
  list-style: none;
  margin: 0;
  padding: 10px 0px;
}

.fact-list ul li {
  width: calc(32% - 0px);
  line-height: 1.5em;
  color: var(--white-color);
  font-size: 25px;
  font-family: var(--accent-font);
  font-weight: 700;
  border-right: 1px solid rgb(255 255 255 / 35%);
}

.fact-list ul li:last-child {
  border-right: 0;
}

.fact-list ul li span {
  line-height: normal;
  color: var(--white-color);
  display: block;
  font-size: 13px;
  font-family: var(--default-font);
  font-weight: 300;
}

.fact-counter-list {
  display: flex;
  gap: 10px 60px;
  padding: 15px 0px;
}

.fact-counter-item {
  position: relative;
  width: calc(25% - 0px);
  border-right: 1px solid #ccc;
}

.fact-counter-item:last-child {
  border-right: 0
}

.fact-counter-item:after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  background: var(--dark-divider-color);
  width: 1px;
  height: 100%;
}

.fact-counter-item:last-child:after {
  display: none;
}

.fact-counter-item img {
  width: 100%;
  max-width: 50px;
  margin-bottom: 20px;
}

.fact-counter-item h2 {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  color: #262626;
  margin-bottom: 0px;
  font-weight: 700;
}

.fact-counter-item p {
  color: #1a1a1a;
  /* opacity: 90%; */
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  padding-right: 0rem;
}

.vts-search-icon .dropdown {
  margin-right: 1rem;
  cursor: pointer;
}

.vts-search-icon .right-logo {
  height: 60px;
  position: relative;
}

.vts-search-icon .dropdown .dropbtn {
  display: flex;
  border-radius: 100px;
  border: 1px solid #000000;
  padding: 6px 10px;
  color: #000000;
  align-items: center;
  background-color: transparent;
  margin-bottom: 0rem;
  position: relative;
  font-size: 14px;
  font-weight: 500;
}

.vts-search-icon .dropdown .dropbtn:hover {
  border: 1px solid #000000;
  color: #000;
  background-color: #ffffff;
}

.vts-search-icon .dropdown .dropbtn span {
  margin-right: 10px;
}

.vts-search-icon .dropdown .dropbtn i {
  margin-right: 0px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 124px;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  border-radius: 5px;
  margin-top: 0px;
}

.dropdown-content:before {
  content: "";
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ffffff;
  border-left: 10px solid transparent;
  width: 0;
  position: absolute;
  top: -9px;
  right: 37px;
}

.dropdown-content a {
  font-family: "Poppins", sans-serif;
  color: #333;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ededed;
  font-size: 14px;
  font-weight: 500;
}

.dropdown-content a:last-child {
  border-bottom: 0;
}

.dropdown-content a:hover {
  color: #000;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.vts-image-trak img {
  position: relative;
  display: block;
  max-width: 100%;
}

.vts-font-1,
.vts-suptitle {
  font-family: "Poppins", sans-serif;
}

.vts-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto
}

.vts-h1,
.vts-h12,
.vts-h3,
.vts-h4,
.vts-h5,
.vts-h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #121820;
  font-weight: 600;
  line-height: 140%
}

.vts-bold,
.vts-suptitle {
  font-weight: 500
}

.vts-h1 .vts-font-3,
.vts-h12 .vts-font-3,
.vts-h3 .vts-font-3,
.vts-h4 .vts-font-3,
.vts-h5 .vts-font-3,
.vts-h6 .vts-font-3,
h1 .vts-font-3,
h2 .vts-font-3,
h3 .vts-font-3,
h4 .vts-font-3,
h5 .vts-font-3,
h6 .vts-font-3 {
  white-space: nowrap
}

.vts-h1,
h1 {
  font-size: 60px
}

@media screen and (max-width:992px) {

  .vts-h1,
  h1 {
    font-size: 42px
  }
}

.vts-h2,
h1 {
  font-size: 42px;
  font-weight: 700;
}

.vts-h2,
h2 {
  font-size: 35px;
}

@media screen and (max-width:992px) {

  .vts-h2,
  h2 {
    font-size: 32px
  }
}

.vts-h3,
h3 {
  font-size: 26px
}

.vts-h3.vts-up-font,
h3.vts-up-font {
  font-size: 36px
}

.vts-h4,
h4 {
  font-size: 22px
}

@media screen and (max-width:992px) {

  .vts-h3.vts-up-font,
  h3.vts-up-font {
    font-size: 26px
  }

  .vts-h4,
  h4 {
    font-size: 24px
  }
}

.vts-h5,
h5 {
  font-size: 18px
}

@media screen and (max-width:992px) {

  .vts-h5,
  h5 {
    font-size: 22px
  }
}

.vts-h6,
h6 {
  font-size: 16px
}

a {
  color: inherit;
  text-decoration: none
}

.vts-suptitle {
  font-size: 16px;
  display: block;
  color: #121820
}

.vts-suptitle.vts-suptitle-2 {
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  font-weight: 600;
}

.vts-suptitle.vts-suptitle-2:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  left: 0;
  top: 9px
}

.vts-about-illustration,
.vts-about-illustration-2,
.vts-add-page .container,
.vts-awards,
.vts-awards .vts-relative .vts-fake-container,
.vts-call-to-action,
.vts-divider,
.vts-footer-content,
.vts-icon-frame h3,
.vts-icon-frame img,
.vts-illustration-1 .vts-item .vts-plus,
.vts-menu-btn span,
.vts-relative,
.vts-sidebar-input-frame,
.vts-subscribe-form,
footer,
section {
  position: relative
}

.vts-font-2 {
  font-family: Sora, sans-serif
}

.vts-font-3 {
  font-family: Satisfy, cursive
}

.vts-uppercase {
  text-transform: uppercase
}

.vts-about-illustration .vts-window .vts-window-bottom .vts-stars li i,
.vts-accent,
.vts-additional-panel .vts-ap-list li a:hover,
.vts-attach-frame .vts-custom-file-input.vts-with-file,
.vts-attach-frame .vts-custom-file-input:hover,
.vts-attach-frame.vts-dark .vts-custom-file-input.vts-with-file,
.vts-attach-frame.vts-dark .vts-custom-file-input:hover,
.vts-breadcrumbs li a:hover,
.vts-card .vts-description .vts-card-top .vts-stars ul li i,
.vts-hover-link-list li a:hover,
.vts-post-sm:hover .vts-description h6,
.vts-review .vts-stars ul li i,
.vts-slider-nav .vts-slider-btn-next.vts-light:hover *,
.vts-slider-nav .vts-slider-btn-next:hover *,
.vts-slider-nav .vts-slider-btn-prev.vts-light:hover *,
.vts-slider-nav .vts-slider-btn-prev:hover *,
.vts-social-links li a:hover,
.vts-team-card:hover p,
.vts-top-panel .vts-navigation nav ul li a:hover,
.vts-top-panel .vts-navigation nav ul li.vts-has-children ul li a:hover,
.vts-top-panel.vts-top-panel-transparent .vts-navigation nav ul li a:hover {
  color: #f57b00;
}

.vts-button.vts-light,
.vts-light,
.vts-link.vts-light,
.vts-number-icon.vts-light span,
.vts-slider-nav .vts-slider-btn-next.vts-light i,
.vts-slider-nav .vts-slider-btn-next.vts-light span,
.vts-slider-nav .vts-slider-btn-prev.vts-light i,
.vts-slider-nav .vts-slider-btn-prev.vts-light span {
  color: #fff
}

.vts-attach-frame.vts-dark .vts-custom-file-input,
.vts-attach-frame.vts-dark i,
.vts-dark,
.vts-tab-buttons a.vts-active,
.vts-tab-buttons.vts-tab-buttons-2 a.vts-active h6,
.vts-tabs input[type=radio]:checked+label,
.vts-tabs-left-nav li a.vts-active.vts-h4,
.vts-top-panel .vts-navigation nav ul li.vts-has-children ul li a {
  color: #121820
}

.vts-light-soft {
  color: rgb(255, 255, 255)
}

.vts-dark-soft {
  color: rgba(18, 24, 32, .5)
}

.vts-text-sm {
  font-size: 14px;
}

.vts-text-lg {
  font-size: 17px;
  line-height: 220%
}

.vts-button,
.vts-link {
  font-size: 16px;
  white-space: nowrap;
  text-decoration: none
}

.vts-text-center {
  text-align: center
}

blockquote {
  background-color: rgba(18, 24, 32, .05);
  padding: 60px;
  border-radius: 10px;
  color: #121820;
  font-style: italic
}

.vts-simple-list li {
  color: #000000;
  margin-bottom: 10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  margin-right: 1rem;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.vts-about .vts-simple-list {
  margin-left: 1.3rem;
}

.vts-about .vts-simple-list li:before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: -18px;
  content: "";
  background: #f57c00;
}


.vts-simple-list {
  margin-left: 1.3rem;
}

.vts-simple-list li:before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: -18px;
  content: "";
  background: #f57c00;
}



.vts-simple-list li a {
  color: #121820;
  margin-bottom: 10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin-right: 0rem;
  transition: all ease-in-out 0.2s;
  align-items: center;
}

.vts-simple-list li a:hover {
  transform-origin: center;
  transform: scale(1.1);
  transition: transform 0.4s ease-in-out;
}

.vts-simple-list li a:hover i {
  color: #fff;
}

.vts-simple-list li a .vts-light-soft:hover {
  color: #fff;
}

@-webkit-keyframes glowing {
  0% {
    background-color: #f57c00;
  }

  50% {
    background-color: #0b6100;
  }

  100% {
    background-color: #f57c00;
  }
}


@-moz-keyframes glowing {
  0% {
    background-color: #f57c00;
  }

  50% {
    background-color: #0b6100;
  }

  100% {
    background-color: #f57c00;
  }
}

@-o-keyframes glowing {
  0% {
    background-color: #f57c00;
  }

  50% {
    background-color: #0b6100;
  }

  100% {
    background-color: #f57c00;
  }
}

@keyframes glowing {
  0% {
    background-color: #f57c00;
  }

  50% {
    background-color: #0b6100;
  }

  100% {
    background-color: #f57c00;
  }
}

#blinking-button {
  background-color: #0b6100;
  color: white;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

.vts-simple-list {}

.vts-simple-list li:last-child {
  margin-right: 0rem;
}

.vts-simple-list li .vts-accent {
  width: 40px;
  border: 1px solid rgb(204 204 204 / 24%);
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  margin-right: 10px;
}






.service__faq {
  padding: 6rem 0rem;
}

.service__faq__wrapper {
  text-align: center;
}

.faq__wrapper__inner {
  padding: 30px;
  background-color: #efefef;
  margin-bottom: 10px;
  border-radius: 10px;
}

.service__faq__wrapper__circle {
  color: #c1af61;
  font-size: 30px;
  background: #f2f1ec;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  border: 1px solid;
  border-radius: 50%;
  line-height: 50px;
  position: relative;
  top: -25px;
}

.service__faq__wrapper__title {
  color: #c1af61;
  font-size: 36px;
  margin: 0px 0px 30px 0px;
  padding: 0 15px;
  text-align: center;
  position: relative;
}

.service__faq__q {
  font-weight: 600;
  margin-bottom: 0rem;
  font-size: 20px;
  display: flex;

}

.faq__first-letter {
  color: #f57c00;
  font-weight: 600;
      width: 30px;
}

.faq__wrapper__inner h3 {
  font-size: 16px;
  margin-left: 28px;
  padding: 10px 0px;
  color: #4d4d4d;
  font-weight: 500;
  margin-bottom: 0px;
}

.faq__wrapper__inner h3 ul {
  margin-bottom: 0px;
}

.dgm-info {
  display: flex;
  clear: both;
  margin-bottom: 1rem;
}

.dgm-address {
  font-size: 14px;
  color: #007897;
  font-weight: 400;
  background-color: transparent;
  padding: 10px 20px;
  display: inline-block;
  line-height: normal;
  margin-bottom: 1.5rem;
  border: 1px solid #ccc;
  width: 30%;
  border-radius: 0px 5px 5px 0px;
}

.dgm-address:first-child {
  border-right: 0px;
  width: 80%;
  border-radius: 5px 0px 0px 5px;
}

.dgm-address span {
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: 600;
}

.mr-0 {
  margin-right: 0px !important;
}

.vts-check-list li.vts-empty {
  opacity: .2;
  text-decoration: line-through
}

.vts-check-list li.vts-empty:before {
  content: "";
  margin-left: 3px;
  width: 7px;
  height: 7px;
  background-color: rgba(18, 24, 32, .3);
  border-radius: 50%;
  left: 0;
  top: 0;
  margin-right: 20px
}

.vts-check-list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  color: #f57c00;
  border-radius: 50%;
  left: 0;
  top: 0;
  margin-right: 15px
}

.vts-about-illustration .vts-window .vts-window-bottom .vts-stars,
.vts-additional-panel .vts-ap-call-to-action,
.vts-breadcrumbs,
.vts-card .vts-description .vts-card-top .vts-bages,
.vts-card .vts-description .vts-card-top .vts-stars ul,
.vts-dot-list,
.vts-footer-links ul,
.vts-post-author,
.vts-review .vts-stars ul,
.vts-slider-nav,
.vts-social-links,
.vts-top-panel .vts-navigation nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.vts-dot-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px
}

.vts-dot-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 15px
}

.vts-breadcrumbs li:last-child:after,
.vts-card.vts-card-sm .vts-description h6,
.vts-divider.vts-divider-left:after,
.vts-dot-list li:first-child:before,
.vts-footer-links ul li.vts-adapt-links a:last-child,
.vts-tab-buttons.vts-tab-buttons-2 a:after,
.vts-tabs input[type=radio] {
  display: none
}

.vts-app-btn:last-child,
.vts-card-2 .vts-description .vts-speakers .vts-speaker:last-child,
.vts-dot-list li:last-child,
.vts-footer-links ul li:last-child,
.vts-pagination .vts-pagination-numbers li:last-child a {
  margin-right: 0
}

.vts-check-icon-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px
}

.vts-additional-panel .vts-ap-call-to-action .vts-icon-frame,
.vts-check-icon-list li img,
.vts-hori-box .vts-icon-frame,
.vts-icon-box-head .vts-icon-frame,
.vts-input-frame label span,
.vts-mr-15,
.vts-service-item .vts-service-text h5 span,
.vts-slider-nav .vts-slider-btn-prev i {
  margin-right: 15px
}

.vts-card.vts-card-sm.vts-reverse-sm .vts-cover-frame,
.vts-check-icon-list li:last-child,
.vts-hover-link-list li:last-child,
.vts-tabs-left-nav li:last-child,
.vts-top-panel .vts-navigation nav ul li.vts-has-children ul li:last-child {
  margin-bottom: 0
}

.vts-hover-link-list {
  display: block;
  margin-top: 2rem;
}

.vts-hover-link-list li {
  list-style-type: none;
  padding: 7px 5px;
  display: inline-block;
}

.vts-hover-link-list li:last-child {
  margin-bottom: 0px;
  padding-right: 0px
}

.vts-hover-link-list li a {
  display: block;
  color: #121820;
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1);
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 20px;
  border: 1px solid rgb(204 204 204 / 42%);
  border-radius: 5px;
}

.vts-hover-link-list li a:before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.vts-button,
.vts-social-links li a {
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  color: #121820;
  font-weight: 500
}

.vts-hover-link-list li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.vts-hover-link-list.vts-light a {
  color: #fff
}

.vts-awards .vts-relative,
.vts-card .vts-description .vts-card-top .vts-stars,
.vts-checbox-frame,
.vts-comments-frame .vts-comment .vts-comment-top-panel .vts-left,
.vts-flex-hori-center,
.vts-footer-content .vts-list-title,
.vts-icon-box-head,
.vts-list-title,
.vts-pagination .vts-pagination-numbers,
.vts-post-sm,
.vts-review .vts-author,
.vts-review .vts-stars,
.vts-vacancies-frame .vts-vacancy .vts-vacancy-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vts-adaptive-right,
.vts-button-with-label,
.vts-rec-res li a {
  display: -webkit-box;
  display: -ms-flexbox
}

.vts-footer-content .vts-list-title:before,
.vts-list-title:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 15px;
  background-color: #34d5ff
}

.vts-footer-content .vts-simple-list {
  margin: 0;
  padding: 0;
}

.vts-footer-content .vts-simple-list li:before {
  display: none;

}

.vts-footer-links ul li,
.vts-social-links li {
  list-style-type: none;
  margin-right: 30px
}

.vts-social-links li a {
  transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.vts-rec-res {
  border-top: 1px solid rgba(18, 24, 32, .1)
}

.vts-rec-res li {
  border-bottom: 1px solid rgba(18, 24, 32, .1);
  list-style-type: none
}

.vts-rec-res li a {
  padding: 15px 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.vts-rec-res li a span {
  max-width: 80%
}

.vts-rec-res li a i {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-rec-res li a:hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  color: #f57c00
}

.vts-adaptive-right {
  width: 100%;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}


@media screen and (max-width:1400px) {
  .vts-fake-container {
    width: 570px
  }
}

@media screen and (max-width:1200px) {
  .vts-fake-container {
    width: 100%;
    padding: 120px
  }

  .vts-deco-right:after {
    display: none
  }
}

.vts-button {
  cursor: pointer;
  height: 60px;
  padding: 0 30px;
  font-family: "Poppins", sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-shadow: inset 0 0 0 0 #f57c00;
  box-shadow: inset 0 0 0 0 #f57c00;
  border: 2px solid transparent;
  border-radius: 40px;
  transition: .2s cubic-bezier(0, 0, .3642, 1);
}

.vts-button.vts-button-sm {
  height: 50px;
  padding: 0 40px;
  font-size: 14px
}

.vts-button.vts-button-xs {
  height: 40px;
  padding: 0 30px;
  font-size: 12px
}

.vts-button.vts-border {
  border-color: #f57c00;
  background-color: transparent
}

.vts-button.vts-border:hover {
  -webkit-box-shadow: inset 0 0 0 1px #f57c00;
  box-shadow: inset 0 0 0 1px #f57c00;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

.vts-button.vts-border.vts-gray-border,
.vts-price-card .vts-button {
  border-color: rgba(18, 24, 32, .1)
}

.vts-button.vts-border.vts-gray-border:hover {
  -webkit-box-shadow: inset 0 0 0 1px rgba(18, 24, 32, .1);
  box-shadow: inset 0 0 0 1px rgba(18, 24, 32, .1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px)
}

.vts-button.vts-fw,
.vts-card .vts-description .vts-fw-descr,
.vts-card.vts-card-sm .vts-description .vts-card-text,
.vts-tab-buttons a.vts-active:before {
  width: 100%
}

.vts-button.vts-light-bg {
  background-color: #fff;
  border-color: transparent
}

.vts-button.vts-accent-bg {
  background-color: #34d4ff;
  border-color: transparent;
}

.vts-button.vts-accent-bg:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%)
}

.vts-button.vts-icon-button {
  padding: 0;
  width: 70px
}

.vts-button.vts-icon-button .fa-play {
  -webkit-transform: translateX(2px) translateY(1px);
  transform: translateX(2px) translateY(1px)
}

.vts-button-with-label {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500
}

.vts-button-with-label .vts-button {
  margin-right: 25px
}

.vts-buttons-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vts-buttons-frame .vts-button,
.vts-mr-30,
.vts-slider-nav .vts-slider-btn-prev {
  margin-right: 30px
}

.vts-buttons-frame.vts-buttons-frame-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.vts-link {
  font-family: "Poppins", sans-serif;
  color: #121820;
  font-weight: 600;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vts-attach-frame,
.vts-link i,
.vts-tabs {
  display: -webkit-box;
  display: -ms-flexbox
}

.vts-link.vts-link-sm {
  font-size: 14px
}

.vts-link i {
  font-size: 20px;
  color: #fff;
  margin-left: 15px;
  background-color: #00B7E6;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1);
}

.vts-link:hover i {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.vts-link.link-left i {
  margin-right: 15px;
  margin-left: 0
}

.vts-link.link-left:hover i {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px)
}

.vts-input-frame label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.vts-input-frame input,
.vts-input-frame textarea {
  width: 100%;
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-weight: 400;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  background-color: transparent
}

.vts-input-frame input {
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, .1);
  transition: .4s cubic-bezier(0, 0, .3642, 1);
  border: 1px solid rgba(18, 24, 32, .1);
}

.vts-input-frame input:hover,
.vts-input-frame textarea:hover {
  outline: inherit;
  border-bottom: 2px solid rgba(255, 255, 255, .2)
}

.vts-input-frame input:focus,
.vts-input-frame textarea:focus {
  outline: inherit;
  border-bottom: 2px solid rgba(255, 255, 255, .4)
}

.vts-input-frame input::-webkit-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-input-frame input::-moz-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-input-frame input:-ms-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-input-frame input::-ms-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-input-frame input::placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-input-frame textarea {
  padding-top: 30px;
  height: 318px;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, .1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-rounded-input,
.vts-sidebar-input-frame .vts-sidebar-input,
.vts-subscribe-form input {
  background-color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  width: 100%;
  font-weight: 400
}

.vts-sidebar-input-frame button,
.vts-top-position {
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-input-frame textarea::-webkit-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-input-frame textarea::-moz-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-input-frame textarea:-ms-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-input-frame textarea::-ms-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-input-frame textarea::placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-input-frame textarea.vts-shortened {
  height: 130px;
}

.vts-input-frame.vts-dark-input input,
.vts-input-frame.vts-dark-input textarea {
  border: 1px solid rgba(18, 24, 32, .1);
  color: #121820;
  padding: 14px 20px;
  border-radius: 5px;
  font-size: 12px;
}

.vts-input-frame.vts-dark-input input:hover,
.vts-input-frame.vts-dark-input textarea:hover {
  border-bottom: 2px solid rgba(18, 24, 32, .2)
}

.vts-input-frame.vts-dark-input input:focus,
.vts-input-frame.vts-dark-input textarea:focus {
  border-bottom: 2px solid rgba(18, 24, 32, .4)
}

.vts-subscribe-form {
  width: 100%
}

.vts-subscribe-form input {
  padding: 0 60px;
  height: 80px;
  border: none;
  border-radius: 40px;
  color: #121820
}

.vts-rounded-input:focus,
.vts-sidebar-input-frame .vts-sidebar-input:focus,
.vts-subscribe-form input:focus {
  outline: inherit
}

.vts-subscribe-form input::-webkit-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-subscribe-form input::-moz-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-subscribe-form input:-ms-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-subscribe-form input::-ms-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-subscribe-form input::placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-subscribe-form button {
  cursor: pointer;
  position: absolute;
  right: 12px;
  top: 10px;
}

.vts-rounded-input {
  height: 70px;
  padding: 0 30px;
  border: none;
  border-radius: 40px;
  color: #121820
}

.vts-rounded-input::-webkit-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-rounded-input::-moz-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-rounded-input:-ms-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-rounded-input::-ms-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-rounded-input::placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-sidebar-input-frame .vts-sidebar-input {
  height: 70px;
  padding: 0 30px;
  border: 2px solid rgba(18, 24, 32, .1);
  border-radius: 40px;
  color: #121820
}

.vts-sidebar-input-frame .vts-sidebar-input::-webkit-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-sidebar-input-frame .vts-sidebar-input::-moz-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-sidebar-input-frame .vts-sidebar-input:-ms-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-sidebar-input-frame .vts-sidebar-input::-ms-input-placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-sidebar-input-frame .vts-sidebar-input::placeholder {
  color: rgba(18, 24, 32, .3)
}

.vts-sidebar-input-frame button {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  color: #fff;
  background-color: #f57c00;
  border: none;
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-sidebar-input-frame button:hover {
  -webkit-filter: brightness(110%);
  filter: brightness(110%)
}

.vts-attach-frame,
.vts-tabs {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.vts-attach-frame i {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  font-size: 16px;
  color: #fff;
  margin-right: 15px
}

.vts-attach-frame .vts-custom-file-input {
  font-family: "Poppins", sans-serif;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.vts-attach-frame .vts-custom-file-input input[type=file] {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute
}

.vts-attach-frame .vts-text-sm {
  width: 100%;
  margin-left: 30px
}

.vts-checbox-frame label {
  line-height: 250%
}

.vts-checbox-frame .vts-checkbox {
  position: absolute;
  opacity: 0
}

.vts-checbox-frame .vts-checkbox+label {
  position: relative;
  cursor: pointer;
  padding: 0
}

.vts-checbox-frame .vts-checkbox+label:before {
  content: "";
  margin-top: -2px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: text-top;
  border: 1px solid #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.vts-checbox-frame .vts-checkbox:hover+label:before,
.vts-checbox-frame.vts-dark-input .vts-checkbox:hover+label:before {
  background: rgba(255, 255, 255, .1);
  border: 1px solid #f57c00
}

.vts-checbox-frame .vts-checkbox:checked+label:before,
.vts-checbox-frame.vts-dark-input .vts-checkbox:checked+label:before {
  background: #f57c00;
  border: 1px solid #f57c00
}

.vts-checbox-frame .vts-checkbox:disabled+label {
  color: #b8b8b8;
  cursor: auto
}

.vts-checbox-frame .vts-checkbox:disabled+label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd
}

.vts-checbox-frame .vts-checkbox:checked+label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 15px;
  background: #121820;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 #121820, 4px 0 0 #121820, 4px -2px 0 #121820, 4px -4px 0 #121820, 4px -6px 0 #121820, 4px -8px 0 #121820;
  box-shadow: 2px 0 0 #121820, 4px 0 0 #121820, 4px -2px 0 #121820, 4px -4px 0 #121820, 4px -6px 0 #121820, 4px -8px 0 #121820;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.vts-checbox-frame.vts-dark-input .vts-checkbox+label:before {
  border-color: rgba(18, 24, 32, .4)
}

.vts-divider {
  width: 100%;
  height: 2px;
  background-color: rgba(18, 24, 32, .1)
}

.vts-deco,
.vts-deco-right:after,
.vts-illustration-1 .vts-item,
.vts-menu-btn span:after,
.vts-menu-btn span:before,
.vts-top-position.vts-absolute {
  position: absolute
}

.vts-divider:after,
.vts-divider:before {
  content: "";
  width: 25px;
  border-right: 5px solid #fff;
  height: 100%;
  background-color: #34d4ff;
  position: absolute;
  top: 0;
  left: 0;
}

.vts-divider:after {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 5px solid #fff
}

.vts-divider.vts-light {
  background-color: rgba(255, 255, 255, .1)
}

.vts-divider.vts-light:after,
.vts-divider.vts-light:before {
  border-color: #121820
}

.vts-deco {
  background-image: url(../img/deco/deco-1.svg);
  z-index: -1;
  width: 220px;
  height: 140px
}

.vts-deco.vts-deco-accent {
  background-image: url(../img/deco/deco-2.svg);
  z-index: 1
}

.vts-deep-bg,
.vts-tab-buttons.vts-tab-buttons-2 a.vts-active .vts-icon-bg {
  background-color: rgba(18, 24, 32, .05)
}

.vts-dark-bg {
  background-color: #160c08
}


.vts-deco-right {
  overflow: hidden
}

.vts-deco-right:after {
  content: "";
  width: 350px;
  height: 350px;
  background-color: #f57c00;
  top: -150px;
  right: -150px;
  border-radius: 50%
}

.vts-mt-60-adapt,
.vts-mt-70-adapt {
  margin-top: 0px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin: 0;
  line-height: 30px;
}

.vts-mb-60-adapt {
  margin-bottom: 60px
}

.vts-mt-15 {
  margin-top: 15px !important
}

.vts-mt-30 {
  margin-top: 30px !important
}

.vts-mt-60 {
  margin-top: 60px !important
}

.vts-mb-10,
.vts-mb-5 {
  margin-bottom: 5px !important
}

.vts-mb-15 {
  margin-bottom: 15px !important
}

.vts-mb-20 {
  margin-bottom: 20px !important
}

.vts-card.vts-card-sm.vts-reverse-sm .vts-description,
.vts-mb-30-adapt,
.vts-review.vts-text-center .vts-author img {
  margin-bottom: 30px
}

.vts-mb-30 {
  margin-bottom: 30px !important
}

.vts-mb-50 {
  margin-bottom: 50px !important
}

.vts-mb-60 {
  margin-bottom: 60px !important
}

.vts-mb-90 {
  margin-bottom: 90px
}

.vts-mb-120 {
  margin-bottom: 120px
}

.vts-p-90-90,
.vts-partners-spaces {
  padding-top: 90px;
  padding-bottom: 90px
}

.vts-p-90-60 {
  padding-top: 90px;
  padding-bottom: 60px
}

.vts-p-120-120 {
  padding-top: 120px;
  padding-bottom: 120px
}

.vts-p-120-90 {
  padding-top: 120px;
  padding-bottom: 90px
}

.vts-p-120-60 {
  padding-top: 90px;
  padding-bottom: 60px
}

.vts-p-120-0 {
  padding-top: 120px;
  padding-bottom: 0
}

.vts-p-0-120 {
  padding-top: 0;
  padding-bottom: 120px
}

.vts-p-120-30 {
  padding-top: 120px;
  padding-bottom: 30px
}

.vts-p-90-120 {
  padding-top: 90px;
  padding-bottom: 120px
}

.vts-p-0-90 {
  padding-top: 0;
  padding-bottom: 90px
}

.vts-top-position {
  width: 100%;
  z-index: 999;
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-top-position.vts-fixed {
  position: fixed;
  -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
}

.vts-top-position.vts-hide-top {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px)
}

@media screen and (max-width:756px) {
  .vts-top-position.vts-hide-top {
    -webkit-transform: none;
    transform: none
  }
}

.vts-top-panel {
  padding: 0 10px;
  height: 100px;
  background-color: hsl(0deg 0% 100%);
  width: 100%;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1);
  margin-top: 0rem;
}

.vts-additional-panel .container,
.vts-additional-panel .container-fluid,
.vts-banner-nav .container,
.vts-pagination,
.vts-top-panel .container,
.vts-top-panel .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vts-top-panel-transparent .vts-top-panel .vts-logo {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: -10px;
}

.vts-top-panel-transparent .vts-top-panel .vts-logo img {
  height: 70px;

}

.vts-top-panel .vts-navigation nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  padding: 8px 30px;
}

.vts-top-panel .vts-navigation nav ul li {
  margin-right: 30px;
  list-style-type: none;
}

.vts-top-panel .vts-navigation nav ul li:last-child {
  margin-right: 0px;
}

.vts-top-panel .vts-navigation nav ul li a {
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  color: #222222;
  font-weight: 600;
  white-space: nowrap;
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1);
  font-size: 15px;
}

.vts-top-panel .vts-navigation nav ul li a i {
  font-size: 15px;
  color: #000;
  margin-left: 13px;
}

.vts-top-panel .vts-navigation nav ul li.vts-has-children {
  position: relative;
  padding-right: 0px
}

/*
.vts-top-panel .vts-navigation nav ul li.vts-has-children:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #f57c00
}
*/
.vts-top-panel .vts-navigation nav ul li.vts-has-children:after {
  content: "";
  width: 100%;
  height: 40px;
  background-color: transparent;
  position: absolute;
  bottom: -40px;
  left: 0
}

.vts-top-panel .vts-navigation nav ul li.vts-has-children ul {
  z-index: 1;
  opacity: 0;
  position: absolute;
  left: -17px;
  top: 57px;
  -webkit-transform: translateY(10px) scale(.98);
  transform: translateY(10px) scale(.98);
  pointer-events: none;
  display: block;
  min-width: 200px;
  padding: 8px 20px;
  -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1);
}

.vts-top-panel .vts-navigation nav ul li.vts-has-children ul li {
  position: relative;
  margin-bottom: 15px
}

.vts-top-panel .vts-navigation nav ul li.vts-has-children:hover ul {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1)
}

.vts-top-panel .vts-navigation nav .vts-search-icon svg path {
  fill: rgb(18, 24, 32);
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.vts-top-panel .vts-navigation nav .vts-search-icon:hover svg path,
.vts-top-panel.vts-top-panel-transparent .vts-navigation nav .vts-search-icon:hover svg path {
  fill: rgb(245, 124, 0)
}

.vts-banner-nav .vts-banner-button,
.vts-menu-btn {
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  cursor: pointer
}

.vts-top-panel.vts-top-panel-transparent {
  background-color: rgb(255 255 255);
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 2.5rem;
  height: 126px;
}

.vts-top-panel.vts-top-panel-transparent .vts-navigation nav ul li ul {
  border-radius: 5px
}

.vts-top-panel.vts-top-panel-transparent .vts-navigation nav .vts-search-icon svg path {
  fill: rgb(255, 255, 255)
}

.vts-top-panel.vts-top-panel-transparent .vts-menu-btn span,
.vts-top-panel.vts-top-panel-transparent .vts-menu-btn span:after,
.vts-top-panel.vts-top-panel-transparent .vts-menu-btn span:before {
  background: #fff
}

.vts-menu-btn {
  height: 24px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-menu-btn span,
.vts-menu-btn span:after,
.vts-menu-btn span:before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #ffffff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: inherit;
  transition: inherit;
}

.vts-menu-btn span:before {
  top: -6px
}

.vts-menu-btn span:after {
  top: 6px
}

.vts-menu-btn.vts-active span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.vts-menu-btn.vts-active span:before {
  -webkit-transform: translate(0, 6px) rotate(-90deg);
  transform: translate(0, 6px) rotate(-90deg)
}

.vts-menu-btn.vts-active span:after {
  width: 18px;
  -webkit-transform: translate(0, -6px) rotate(-90deg);
  transform: translate(0, -6px) rotate(-90deg);
}

.vts-menu-btn:hover span,
.vts-menu-btn:hover span:after,
.vts-menu-btn:hover span:before {
  background: #121820
}

.vts-additional-panel,
.vts-transparent-nav .vts-menu-btn span,
.vts-transparent-nav .vts-menu-btn span:after,
.vts-transparent-nav .vts-menu-btn span:before {
  background-color: #fff
}

.vts-additional-panel {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid rgba(18, 24, 32, .1);
  color: #121820;
  font-family: "Poppins", sans-serif;
  font-weight: 400
}

.vts-additional-panel .vts-ap-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 400px
}

.reg-dropbtn {
  background-color: #fe9000;
  padding: 8px 12px;
  margin-bottom: 0rem;
  position: relative;
  top: 0px;
  font-size: 14px;
  border-radius: 100px;
  margin-left: 2px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.reg-dropbtn:hover {
  background-color: #cf7703;
  color: #ffffff;
}

.reg-dropbtn-blue {
  background-color: #00b7e6;
}

a {
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1);
}

@media screen and (max-width:1400px) {
  .vts-additional-panel .vts-ap-list {
    width: auto
  }
}




.vts-additional-panel .vts-ap-list li {
  list-style-type: none;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(18, 24, 32, .1)
}

.vts-additional-panel .vts-ap-list li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0
}

.vts-additional-panel .vts-ap-list li a {
  text-decoration: none;
  color: #121820;
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.vts-additional-panel .vts-ap-list:last-child {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.vts-banner {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden
}

.vts-banner.vts-top-space-100 {
  margin-top: 100px;
  height: calc(100vh - 100px)
}

.vts-banner.vts-top-space-140 {
  margin-top: 140px;
  height: calc(100vh - 140px)
}

.vts-banner .vts-deco {
  z-index: 2
}

.vts-banner .vts-banner-slideshow {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.vts-banner .vts-banner-slider {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden
}

.vts-banner .vts-background-image {
  /*
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
*/
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0
}

.vts-awards .vts-overlay,
.vts-banner .vts-overlay,
.vts-banner-sm-3 .vts-overlay,
.vts-call-to-action .vts-overlay {
  background-color: rgba(18, 24, 32, .8);
  width: 100%;
  height: 30%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.vts-banner .vts-banner-content,
.vts-banner .vts-banner-content-2 {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox
}

.vts-banner .vts-banner-content {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5%;
}

.vts-banner-content h1 {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}

.vts-banner-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width:992px) {
  blockquote {
    padding: 30px
  }

  .vts-adaptive-center {
    text-align: center
  }

  .vts-fake-container {
    width: 100%;
    padding: 60px 30px
  }

  .vts-input-frame textarea {
    height: 200px
  }

  .vts-mt-15 {
    margin-top: 0 !important
  }

  .vts-mb-30-adapt {
    margin-bottom: 0
  }

  .vts-mb-120,
  .vts-mb-90 {
    margin-bottom: 30px;
  }

  .vts-p-120-120,
  .vts-p-90-90 {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .vts-p-120-90,
  .vts-p-90-60 {
    padding-top: 60px;
    padding-bottom: 30px
  }

  .vts-p-120-0,
  .vts-p-120-30,
  .vts-p-120-60 {
    padding-top: 60px;
  }

  .vts-p-0-120 {
    padding-top: 0;
    padding-bottom: 60px
  }

  .vts-p-90-120 {
    padding-top: 30px;
    padding-bottom: 60px
  }

  .vts-p-0-90 {
    padding-top: 0;
    padding-bottom: 30px
  }


}

.vts-banner .vts-banner-content .vts-button-descr {
  font-size: 20px;
  padding-right: 10rem;
  line-height: 33px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.vts-banner .vts-banner-content-2 {
  padding-top: 40px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vts-banner-nav,
.vts-banner-nav .vts-banner-button,
.vts-banner-sm {
  display: -webkit-box;
  display: -ms-flexbox
}

.vts-banner-nav {
  position: absolute;
  top: calc(50% - 35px);
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vts-banner-nav .vts-banner-button {
  font-size: 12px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .1);
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(255, 255, 255, .5);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-banner-nav .vts-banner-button:hover,
.vts-tags li a:hover {
  background-color: #f57c00;
  color: #fff
}

.vts-banner-sm {
  height: 365px;
  position: relative;
  padding-top: 150px;
  padding-bottom: 0px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vts-banner-sm .vts-background-image {
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 80px;
  left: 0;
}

.vts-banner-sm .vts-banner-content {
  width: 100%;
  position: relative
}

.vts-banner-breadcrumbs {}

.vts-banner-breadcrumbs h2 {
  color: #fff
}

.vts-banner-breadcrumbs p {
  color: #fff;
  font-size: 22px
}

.vts-banner-sm-2 {
  height: 550px;
  position: relative
}

.vts-add-page .vts-background-image,
.vts-banner-sm-2 .vts-background-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0
}

.vts-banner-sm-2 .vts-overlay {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(24, 30, 38, .3)), to(#121820));
  background: linear-gradient(0deg, rgba(24, 30, 38, .3) 0, #121820 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0
}

.vts-banner-sm-3 {
  height: auto;
  position: relative
}

.vts-banner-sm-3 .vts-background-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0
}

.vts-banner-sm-3 .vts-banner-content {
  padding-top: 220px;
  height: 100%
}

.vts-banner-panel {
  background-color: rgba(18, 24, 32, .1);
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vts-illustration-1 {
  position: relative;
  height: 280px
}

.vts-icon-frame,
.vts-partners-frame {
  display: -webkit-box;
  display: -ms-flexbox
}

.vts-illustration-1 .vts-item.vts-item-1 {
  top: 0;
  left: 30px
}

.vts-illustration-1 .vts-item.vts-item-2 {
  top: 110px;
  right: 0
}

.vts-illustration-1 .vts-item.vts-item-3 {
  bottom: 0;
  left: 30%
}

.vts-illustration-1 .vts-item .vts-plus .vts-hover-window {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-10px) scale(.98);
  transform: translateY(-10px) scale(.98);
  bottom: 75px;
  left: -105px;
  -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  background-color: #fff;
  border-radius: 5px;
  width: 260px;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-illustration-1 .vts-item .vts-plus .vts-hover-window .vts-window-content {
  padding: 30px;
  position: relative;
  height: 100%;
  width: 100%
}

.vts-illustration-1 .vts-item .vts-plus .vts-hover-window .vts-window-content:before {
  content: "";
  width: 100%;
  height: 30px;
  background-color: transparent;
  position: absolute;
  bottom: -30px;
  left: 0
}

.vts-illustration-1 .vts-item .vts-plus .vts-hover-window .vts-window-content:after {
  content: "";
  width: 30px;
  height: 30px;
  background-color: #fff;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 15px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0 0 5px
}

.vts-illustration-1 .vts-item .vts-plus .vts-item-hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

.vts-illustration-1 .vts-item .vts-plus .vts-item-hover h6 {
  opacity: .8;
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.vts-illustration-1 .vts-item .vts-plus .vts-item-hover .vts-plus-icon {
  background-color: rgba(255, 255, 255, .1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 50px;
  margin-right: 15px;
  font-size: 32px;
  font-weight: 200;
  color: #fff;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-illustration-1 .vts-item .vts-plus:hover .vts-hover-window {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  pointer-events: all
}

.vts-illustration-1 .vts-item .vts-plus:hover .vts-item-hover h6 {
  opacity: 1;
  color: #f57c00
}

.vts-illustration-1 .vts-item .vts-plus:hover .vts-item-hover .vts-plus-icon {
  background-color: #f57c00;
  -webkit-animation: 1s linear infinite puls;
  animation: 1s linear infinite puls
}

@-webkit-keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3)
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent
  }
}

@keyframes puls {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3)
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px transparent;
    box-shadow: 0 0 0 20px transparent
  }
}

.vts-circle-illustration {
  margin-top: 0px;
  width: 100%;
  padding-bottom: 100%;
  position: relative
}

.vts-circle-illustration .vts-circle-bg {
  width: 100%;
  height: 100%;
  background-color: #f57c00;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%
}

.vts-circle-illustration .vts-image-frame {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  overflow: hidden;
}

.vts-circle-illustration .vts-image-frame img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: calc(100% + 60px)
}

.vts-circle-illustration.vts-with-dots:before {
  content: "";
  background-image: radial-gradient(#121820 15%, transparent 0);
  background-size: 20px 20px;
  width: 120px;
  height: 40px;
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: -200px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-circle-illustration.vts-with-dots-2:after,
.vts-circle-illustration.vts-with-dots:after {
  background-image: radial-gradient(#121820 15%, transparent 0);
  background-size: 20px 20px;
  width: 60px;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  content: "";
  position: absolute
}

.vts-circle-illustration.vts-with-dots:after {
  height: 60px;
  top: 0;
  left: -50px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-circle-illustration.vts-with-dots-2:after {
  height: 80px;
  top: 50px;
  right: -25px;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-icon-frame {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.vts-icon-frame:before {
  content: "";
  background-color: #f57c00;
  border-radius: 50%;
  position: absolute;
  bottom: 2px;
  right: -13px;
}

.vts-icon-frame.vts-icon-frame-md {}

.vts-icon-frame.vts-icon-frame-md img {
  width: 70px;
  height: 70px;
}

.vts-icon-frame.vts-icon-frame-md:before {
  width: 30px;
  height: 30px
}

.vts-icon-frame.vts-icon-frame-sm {
  width: 25px;
  height: 25px
}

.vts-icon-frame.vts-icon-bg,
.vts-number-icon {
  background-color: rgba(18, 24, 32, .05);
  height: 70px
}

.vts-icon-frame.vts-icon-frame-sm:before {
  width: 13px;
  height: 13px
}

.vts-icon-frame.vts-icon-bg {
  width: 70px;
  border-radius: 50%
}

.vts-icon-frame.vts-icon-bg:before {
  bottom: 10px;
  right: 12px
}

.vts-icon-box-head .vts-icon-frame.vts-light img,
.vts-icon-frame.vts-light img {
  -webkit-filter: invert(100%);
  filter: invert(100%)
}

.vts-partners-frame {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.vts-partners-frame a,
.vts-service-item {
  display: -webkit-box;
  display: -ms-flexbox
}

.vts-partners-frame a {
  width: 150px;
  position: relative;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 30px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}


.vts-icon-mission-box {
  text-align: left;
  margin-bottom: 20px;
}

.vts-icon-mission-box h2 {
  font-size: 25px;
  margin-bottom: 1rem;
}

.vts-icon-mission-box ul li {
  color: #000;
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 28px;
  font-weight: 500;
}

.vts-icon-mission-box h5 {
  font-size: 16px;
  margin-bottom: 0rem;
  line-height: 28px;
  font-weight: 500;
}

.vts-icon-mission {}

.vts-icon-mission img {
  height: 80px;
  margin-bottom: 0px;
}

.ask-query {
  position: fixed;
  left: -63px;
  z-index: 99;
  background: #88d965;
  color: #fff;
  top: 16rem;
  rotate: 270deg;
  padding: 7px 20px;
  border-radius: 0px 0px 10px 10px;
  padding-top: 20px;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
  font-size: 16px;
}

.ask-query:hover {
  left: -58px;
  background: #88d965;
  color: #fff;
}



:root {
  --sidebar-width: 360px;
  --transition: 300ms cubic-bezier(.2, .9, .3, 1);
  --bg: #0f1724;
  /* dark blue-ish */
  --accent: #ff7a18;
  --surface: #ffffff;
  --muted: #65707a;
  --backdrop: rgba(7, 12, 20, 0.45);
  --radius: 12px;
}

/* Floating Toggle Button */
.toggle-btn {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 1200;
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: linear-gradient(135deg, #00b3e1, #00c3f5);
  display: inline-grid;
  place-items: center;
  box-shadow: 0 6px 20px rgba(15, 20, 36, 0.24);
  cursor: pointer;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 35px;
}

.toggle-btn:focus {
  box-shadow: 0 6px 24px rgba(15, 20, 36, 0.32), 0 0 0 4px rgba(255, 122, 24, 0.12)
}

.toggle-btn .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: relative
}

.toggle-btn .bar:before,
.toggle-btn .bar:after {
  content: '';
  position: absolute;
  left: 0;
  width: 22px;
  height: 2px;
  background: #fff;
  border-radius: 2px
}

.toggle-btn .bar:before {
  top: -7px
}

.toggle-btn .bar:after {
  top: 7px
}

/* Hidden off-canvas sidebar */
.sidebar-wrap {
  position: fixed;
  bottom: 0;
  right: 0;
  width: var(--sidebar-width);
  transform: translateX(calc(var(--sidebar-width) + 24px));
  transition: transform var(--transition);
  z-index: 1250;
  display: flex;
  flex-direction: column;
  pointer-events: none
}

.sidebar {
  margin: 20px;
  flex: 0 0 auto;
  background: var(--surface);
  border-radius: var(--radius);
  width: calc(var(--sidebar-width) - 40px);
  height: calc(330px - 40px);
  box-shadow: 0 12px 40px rgba(9, 12, 20, 0.12);
  padding: 0px;
  overflow: auto;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sidebar.open {
  transform: none
}

/* Backdrop */
.backdrop {
  position: fixed;
  inset: 0;
  z-index: 1230;
  background: var(--backdrop);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition)
}

.backdrop.show {
  opacity: 1;
  pointer-events: auto
}

.close-btn {
  background: transparent;
  border: 0;
  font-size: 18px;
  cursor: pointer;
  padding: 6px;
  border-radius: 8px;
  position: absolute;
  right: 30px;
  top: 27px;
  color: #fff;
}

.close-btn:focus {
  outline: 2px solid rgba(0, 0, 0, 0.06)
}

/* Small popup inside sidebar (fixed to right side of sidebar) */
.mini-popup {
  position: sticky;
  bottom: 18px;
  align-self: flex-end;
  width: 220px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 8px 30px rgba(11, 18, 32, 0.08);
  border: 1px solid rgba(11, 18, 32, 0.04)
}

/* Slide-in behaviour when open */
.sidebar-wrap.open {
  transform: translateX(0);
  pointer-events: auto
}

.sidebar-call {
  background-color: #f57c00;
  padding: 15px;
  border-radius: 5px;
}

.sidebar-call p {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 5px;
}

.sidebar-call p svg {
  height: 20px;
  fill: #fff;
  margin-right: 14px;
}

.sidebar-call a {
  font-size: 23px;
  font-weight: 600;
  margin-left: 2rem;
}

.sidebar .contact_list {
  padding: 14px;
}

.sidebar .contact_list .list {
  display: flex;
  gap: 1rem;
  justify-content: start;
  align-items: center;
}

.sidebar .contact_list .list h2 svg {
  fill: #f58109;
  width: 22px;
  margin-right: 10px;
}

.sidebar .contact_list .list a {
  color: #f57c00;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.sidebar .contact_list .list a:hover {
  text-decoration: none;
  color: #000;
}

.sidebar .contact_list .list h2 {
  line-height: normal;
  font-size: 14px;
  margin: 0px;
}

.sidebar .contact_list p {
  margin-left: 35px;
  margin-top: 5px;
  font-size: 0.85rem;
  line-height: normal;
  font-size: 13px;
}

.contact_list_number {
  text-decoration: none;
  color: #000;
  margin-left: 33px;
}


@media screen and (max-width:1200px) {
  .vts-illustration-1 {
    display: none
  }

  .vts-partners-frame a {
    width: 33.333%
  }
}

.vts-partners-frame a img {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  width: 100%;
  cursor: pointer
}

@media screen and (max-width:1200px) {
  .vts-partners-frame a img {
    width: 160px
  }
}

.vts-partners-frame a:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  -webkit-transform: scale(0);
  transform: scale(0);
  border-radius: 50%;
  background-color: #f57c00;
  width: 30px;
  height: 30px;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-card-2:hover .vts-description .vts-speakers,
.vts-partners-frame a:hover,
.vts-post-image:hover,
.vts-project-cover:hover img,
.vts-review:hover .vts-author img,
.vts-team-card:hover .vts-image-frame img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.vts-partners-frame a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1)
}

.vts-service-item {
  padding: 30px 0;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.vts-service-item .vts-service-icon {
  width: 30%;
  padding-left: 30px
}

@media screen and (max-width:1200px) {
  .vts-service-item .vts-service-icon {
    padding: 0 40px 0 30px;
    width: auto
  }
}

.vts-service-item .vts-service-text {
  width: 70%;
  padding-right: 30px
}

.vts-service-item .vts-service-text h5 {
  margin-top: 10px
}

.vts-service-item.vts-without-lines {
  padding: 0
}

.vts-service-item.vts-without-lines .vts-service-icon {
  width: 20%;
  padding-left: 0
}

.vts-service-item.vts-without-lines .vts-service-text {
  width: 80%
}

.vts-card {
  display: block;
  text-decoration: none
}

.vts-card .vts-cover-frame {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  padding-bottom: 60%;
  margin-bottom: 30px
}

.vts-card .vts-cover-frame img,
.vts-card-2 .vts-cover-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-card:hover .vts-cover-frame img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.vts-addition-bottom .container,
.vts-addition-bottom .container-fluid,
.vts-card .vts-description .vts-card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.vts-card .vts-description .vts-card-title {
  width: 50%;
  padding-right: 30px
}

.vts-card .vts-description .vts-card-title a {
  text-decoration: none;
  margin-left: 5px
}

.vts-card .vts-description .vts-card-text {
  width: 100%;
  padding: 20px 0px;

}

.vts-card .vts-description .vts-card-text p {
  font-size: 16px;
  font-weight: 500;
}

.vts-card .vts-description .vts-card-top .vts-bages li {
  list-style-type: none;
  margin-right: 15px
}

.vts-about-illustration .vts-window .vts-window-bottom h3,
.vts-card .vts-description .vts-card-top .vts-stars span {
  padding-right: 15px
}

.vts-about-illustration .vts-window .vts-window-bottom .vts-stars li,
.vts-card .vts-description .vts-card-top .vts-stars ul li,
.vts-review .vts-stars ul li {
  list-style-type: none;
  margin-right: 5px
}

.vts-card.vts-card-sm .vts-cover-frame {
  padding-bottom: 100%
}

.vts-card.vts-card-sm .vts-description,
.vts-review.vts-text-center .vts-author {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.vts-card.vts-card-sm .vts-description .vts-card-title {
  width: 100%;
  padding-right: 0
}

.vts-card-2 .vts-cover-frame {
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  padding-bottom: 60%
}

.vts-card-2 .vts-cover-frame:after {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #f57c00;
  opacity: .9;
  position: absolute;
  z-index: 2;
  top: -150px;
  right: -150px;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-card-2 .vts-description {
  position: relative;
  padding: 30px 30px 35px;
  background-color: #fff;
  border-radius: 0 0 10px 10px
}

.vts-card-2 .vts-description .vts-speakers {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: -30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-hover-card,
.vts-hover-card .vts-deco {
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-card-2 .vts-description .vts-speakers .vts-speaker {
  margin-right: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 4px solid #fff
}

.vts-about-illustration .vts-window .vts-speakers .vts-speaker img,
.vts-card-2 .vts-description .vts-speakers .vts-speaker img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.vts-card-2 .vts-description .vts-category {
  color: #f57c00 !important;
  font-weight: 500
}

.vts-card-2:hover .vts-cover-frame img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-filter: grayscale(0);
  filter: grayscale(0)
}

.vts-card-2:hover .vts-cover-frame:after {
  top: -75px;
  right: -65px
}

.vts-hover-card {
  overflow: hidden;
  position: relative;
  padding: 60px;
  border: 2px solid rgba(18, 24, 32, .1);
  border-radius: 10px;
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-hover-card.vts-card-only-30,
.vts-window {
  padding: 20px 30px;
  padding-top: 8px;
}

.vts-hover-card.vts-card-only-30,
.vts-window ul li {
  color: #000;
  font-size: 14px;
  line-height: 22px;
}

.vts-hover-card.vts-card-only-30,
.vts-window p {
  color: #000000;
  margin: 0;
}

.vts-hover-card .vts-deco {
  opacity: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-hover-card .vts-link i {
  background-color: rgba(18, 24, 32, .2)
}

.vts-hover-card:hover {
  border-color: #f57c00;
  -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1)
}

.vts-banners-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.vts-hover-card:hover i {
  background-color: #f57c00
}

.vts-hover-card:hover .vts-deco {
  opacity: 1;
  -webkit-transform: translateY(5%);
  transform: translateY(5%)
}

.vts-slider-nav .vts-slider-btn-next i {
  margin-left: 15px
}

.vts-slider-nav .vts-slider-btn-next,
.vts-slider-nav .vts-slider-btn-prev {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-hori-box,
.vts-icon-box.vts-center {
  display: -webkit-box;
  display: -ms-flexbox
}

.vts-slider-nav .vts-slider-btn-next i,
.vts-slider-nav .vts-slider-btn-prev i {
  font-size: 14px;
  color: #fff;
}

.vts-footer-links ul li a,
.vts-post-sm .vts-description h6,
.vts-slider-nav .vts-slider-btn-next *,
.vts-slider-nav .vts-slider-btn-prev * {
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.vts-slider-nav .vts-slider-btn-next.swiper-button-disabled,
.vts-slider-nav .vts-slider-btn-prev.swiper-button-disabled {
  opacity: .2;
  cursor: not-allowed
}

.vts-slider-nav .vts-slider-btn-next.swiper-button-disabled:hover *,
.vts-slider-nav .vts-slider-btn-prev.swiper-button-disabled:hover * {
  color: inherit
}

.vts-icon-box.vts-center {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /* justify-content: center; */
  background-color: #fff;
  padding: 1.1rem 4rem;
  min-height: 195px;
  box-shadow: 0px 7px 10px rgb(204 204 204 / 43%);
  margin-bottom: 1.5rem;
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}

.vts-icon-box.vts-center h5 {
  font-size: 16px;
}




.vts-team-card .vts-image-frame:after,
.vts-team-card .vts-image-frame:before {
  background-image: radial-gradient(#121820 15%, transparent 0);
  background-size: 20px 20px
}

.vts-line-icon-box {
  padding: 60px 0 30px
}

.vts-hori-box {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.vts-box-center,
.vts-number-icon {
  display: -webkit-box;
  display: -ms-flexbox
}

.vts-number-icon {
  position: relative;
  overflow: hidden;
  width: 70px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vts-number-icon.vts-circle {
  border-radius: 50%
}

.vts-number-icon.vts-light.vts-lines,
.vts-number-icon.vts-lines {
  background-color: transparent
}

.vts-number-icon.vts-lines:after,
.vts-number-icon.vts-lines:before {
  background-color: rgba(18, 24, 32, .05);
  width: 100px;
  height: 30px;
  z-index: -1;
  position: absolute;
  content: ""
}

.vts-number-icon.vts-lines:before {
  top: 40px;
  right: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.vts-number-icon.vts-lines:after {
  top: 0;
  right: -25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.vts-number-icon span {
  display: block;
  font-size: 30px;
  color: #121820;
  z-index: 2
}

.vts-number-icon span:before {
  content: "";
  border-radius: 50%;
  background-color: #f57c00;
  width: 18px;
  height: 18px;
  z-index: -1;
  position: absolute;
  bottom: 18px;
  right: 10px
}

.vts-number-icon.vts-light {
  background-color: rgba(255, 255, 255, .05)
}

.vts-number-icon.vts-light.vts-lines:after,
.vts-number-icon.vts-light.vts-lines:before {
  background-color: rgba(255, 255, 255, .05);
  z-index: 1
}

.vts-box-center {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}

.vts-skill-frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.vts-skill-frame .vts-skill-track {
  width: 80%;
  height: 2px;
  background-color: rgba(18, 24, 32, .2)
}

.vts-skill-frame .vts-skill-track .vts-skill-prog {
  position: relative;
  background-color: #f57c00;
  height: 2px
}

.vts-skill-frame .vts-skill-track .vts-skill-prog:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  background-color: #f57c00;
  position: absolute;
  right: 0;
  border-radius: 50%;
  top: -6px
}

.vts-review .vts-stars img {
  margin-right: 20px
}

.vts-review .vts-author img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-review .vts-author .vts-name {
  padding-left: 20px
}

.vts-review .vts-author .vts-name .vts-text-sm {
  opacity: .6
}

.vts-review.vts-text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vts-review.vts-text-center p {
  padding: 0 60px
}

.vts-about-illustration .vts-image-frame,
.vts-about-illustration-2 .vts-image-frame {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%
}

.vts-about-illustration .vts-image-frame img,
.vts-about-illustration-2 .vts-image-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.vts-about-illustration .vts-image-frame:before {
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #f57c00;
  opacity: .9;
  position: absolute;
  z-index: 1;
  bottom: -150px;
  left: -145px;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

@media screen and (max-width:500px) {
  .vts-about-illustration .vts-image-frame {
    padding-bottom: 130%
  }

  .vts-about-illustration .vts-image-frame:before {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -65px
  }
}

.vts-about-illustration .vts-window {
  background-color: #fff;
  padding: 30px;
  position: absolute;
  bottom: 60px;
  right: -60px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1)
}

.vts-about-illustration .vts-window .vts-speakers {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  top: -30px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-about-illustration .vts-window .vts-speakers .vts-speaker {
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 3px solid #fff;
  margin-bottom: 15px
}

.vts-about-illustration .vts-window .vts-speakers .vts-speaker:first-child {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.vts-about-illustration .vts-window .vts-speakers .vts-speaker:nth-child(3) {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px)
}

.vts-about-illustration .vts-window .vts-speakers .vts-speaker:nth-child(4) {
  -webkit-transform: translateX(-45px);
  transform: translateX(-45px)
}

.vts-about-illustration .vts-window .vts-window-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.vts-about-illustration-2 .vts-image-frame:after,
.vts-banner-slide:after {
  content: "";
  width: 300px;
  height: 300px;
  background-color: #f57c00;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  bottom: -150px;
  left: -150px
}

.vts-about-illustration-2 .vts-play-button {
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background-color: #f57c00;
  -webkit-animation: 1s linear infinite puls;
  animation: 1s linear infinite puls
}



.vts-awards .vts-overlay.vts-gradient-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0
}

.vts-awards-list {
  margin: 0;
  padding: 0;
}

.vts-awards-list li {
  color: #CECECE;
  margin-bottom: 10px;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.vts-awards-list li:before {
  border-radius: 50%;
  background-color: #f57c00;
}

.vts-awards-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  left: 0;
  top: 0;
  margin-right: 15px;
}

.vts-awards .vts-overlay.vts-super-light {
  background-color: rgba(18, 24, 32, .6)
}

.vts-awards .vts-overlay.vts-with-deco:after {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  top: -120px;
  right: -120px;
  background-color: #f57c00;
  border-radius: 50%
}

.vts-faq-container {
  text-align: center;
  margin-bottom: 4rem;
}

.vts-breadcrumbs {
  margin: 0;
  padding: 0;
  display: -webkit-inline-box;
}

.vts-breadcrumbs li {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.vts-breadcrumbs li a {
  color: #FFF;
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1);
}

.vts-breadcrumbs li {
  color: #F58109;
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1);
  font-weight: 500;
}


.vts-breadcrumbs li a:hover {
  color: #f57c00;
}

.vts-breadcrumbs li::after {
  content: "/";
  margin: 0 5px;
}

.vts-breadcrumbs li:last-child {
  cursor: not-allowed
}

.vts-breadcrumbs li:last-child a {
  pointer-events: none;
  color: rgba(18, 24, 32, .5)
}

.vts-team-card {
  text-align: center;
  display: block
}

.vts-cta-frame,
.vts-timeline {
  display: -webkit-box;
  display: -ms-flexbox
}

.vts-team-card .vts-image-frame {
  width: 100%;
  padding-bottom: 100%;
  position: relative
}

.vts-team-card .vts-image-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-team-card .vts-image-frame .vts-team-circle,
.vts-team-card .vts-image-frame:before {
  width: 120px;
  right: 0;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  opacity: 0;
  position: absolute
}

.vts-team-card .vts-image-frame .vts-team-circle {
  background-color: #f57c00;
  height: 120px;
  -webkit-transform: scale(.5);
  transform: scale(.5);
  border-radius: 50%;
  bottom: 0;
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-team-card .vts-image-frame:before {
  content: "";
  height: 40px;
  top: 30px;
  z-index: 1;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-team-card .vts-image-frame:after {
  content: "";
  width: 60px;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 30px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-team-card p {
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-accordion,
.vts-tabs label {
  cursor: pointer;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-accordion h6 {
  color: #000;
  margin: 0px;
}

.vts-panel .vts-window p {
  font-size: 15px;
}

.vts-team-card:hover .vts-image-frame .vts-team-circle {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1
}

.vts-team-card:hover .vts-image-frame:after,
.vts-team-card:hover .vts-image-frame:before {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0)
}

.vts-call-to-action .vts-background-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center
}

.vts-call-to-action .vts-cta-content {
  padding: 60px 0;
  position: relative;
  text-align: center
}

.vts-cta-frame {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column
}

.vts-portrait-position {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  top: -90px;
  right: 30px;
  width: 100%
}

.vts-portrait-frame {
  width: 450px;
  margin-left: auto;
  height: 510px;
  position: relative;
  border-radius: 0 0 280px 280px;
  overflow: hidden
}

.vts-portrait-frame img {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top
}

.vts-portrait-frame:before {
  content: "";
  width: 100%;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #f57c00;
  position: absolute;
  bottom: 0;
  left: 0
}

.vts-timeline {
  padding-top: 60px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 2px solid rgba(18, 24, 32, .1);
  margin-bottom: 60px
}

.vts-accordion,
.vts-tab-buttons,
.vts-timeline li p {
  display: -webkit-box;
  display: -ms-flexbox
}

.vts-timeline li {
  position: relative;
  list-style-type: none;
  margin-right: 30px
}

.vts-timeline li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: -60px;
  width: 1px;
  border-right: 2px dotted rgba(18, 24, 32, .1);
  height: 175%
}

.vts-timeline li:after {
  content: "";
  position: absolute;
  left: -1px;
  top: -67px;
  width: 13px;
  height: 13px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #f57c00
}

.vts-accordion,
.vts-tab-buttons.vts-tab-buttons-2,
.vts-tabs label,
.vts-tabs label:after {
  border-bottom: 2px solid rgba(18, 24, 32, .1)
}

.vts-timeline li p {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vts-timeline li p:before {
  content: "";
  margin-right: 20px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(18, 24, 32, .1)
}

.vts-timeline li h5 {
  padding-left: 30px
}

.vts-price-card .vts-plan-price h3,
.vts-tags li {
  margin-right: 10px
}


.vts-faq {
  padding: 6rem 0rem;
}

.vts-accordion {
  position: relative;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 35px;
  width: 100%;
  transition: .4s cubic-bezier(0, 0, .3642, 1);
  background-color: #F5F5F5;
  border-bottom: 0;
  border-radius: 8px;
}

.vts-accordion:first-child {}

.vts-active {
  background-color: #F5F5F5;
  border-radius: 8px 8px 0px 0px;
  padding-bottom: 0px;
}

.vts-panel {
  padding: 0 6px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .2s ease-out;
  transition: max-height .2s ease-out;
  background-color: #F5F5F5;
  border-radius: 0px 0px 8px 8px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
}

.vts-accordion:after {
  content: "+";
  position: absolute;
  right: 18px;
  text-align: center;
  font-size: 30px;
  color: #000000;
  /* bottom: -13px; */
  width: 20px;
  /* background-color: #fff; */
  padding-right: 0px;
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1);
}

.vts-accordion.vts-active:after {
  content: "-"
}

.vts-tabs label {
  text-align: center;
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 25%;
  display: block;
  padding: 30px;
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-tab-buttons a,
.vts-tabs label:after {
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1)
}


.vts-tabs label:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-tabs .vts-tab {
  -webkit-box-ordinal-group: 100;
  -ms-flex-order: 99;
  order: 99;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding-top: 120px
}

.vts-tabs input[type=radio]:checked+label:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #f57c00
}

.vts-tabs input[type=radio]:checked+label+.vts-tab {
  display: block
}

.vts-tab-buttons {
  border-top: 2px solid rgba(18, 24, 32, .1);
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.vts-tabs-left-nav,
.vts-tabs-left-nav li a {
  display: -webkit-box;
  display: -ms-flexbox;
  position: relative
}

.vts-tab-buttons a {
  position: relative;
  width: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-tab-buttons a:after,
.vts-tab-buttons a:before {
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  position: absolute;
  content: ""
}

.vts-tab-buttons a span {
  z-index: 1
}

.vts-tab-buttons a:before {
  width: 0;
  height: 2px;
  background-color: #f57c00;
  top: -2px;
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-tab-buttons a:after {
  width: 100%;
  height: 0;
  background-color: #fff;
  bottom: 0;
  left: 0;
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-banner-slide .row,
.vts-tab-buttons a.vts-active:after {
  height: 100%
}

.vts-tab-buttons.vts-tab-buttons-2 {
  border-top: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.vts-tab-buttons.vts-tab-buttons-2 a {
  width: 200px;
  height: auto;
  padding-bottom: 30px
}

@media screen and (max-width:400px) {
  .vts-tab-buttons.vts-tab-buttons-2 a {
    width: calc(50% - 30px)
  }
}

.vts-tab-buttons.vts-tab-buttons-2 a .vts-icon-bg {
  background-color: transparent;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-tab-buttons.vts-tab-buttons-2 a h6 {
  color: rgba(18, 24, 32, .6);
  text-align: center;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-tab-buttons.vts-tab-buttons-2 a:before {
  top: auto;
  bottom: -2px
}

.vts-tabs-left-nav {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column
}

.vts-tabs-left-nav:before {
  content: "";
  position: absolute;
  left: 9px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgba(18, 24, 32, .1)
}

.vts-tabs-left-nav li {
  list-style-type: none;
  margin-bottom: 25px
}

.vts-tabs-left-nav li a {
  padding-left: 45px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-price-card .vts-plan-price,
.vts-tags,
.vts-tags li a {
  display: -webkit-box;
  display: -ms-flexbox
}

.vts-tabs-left-nav li a.vts-h4 {
  color: rgba(18, 24, 32, .3)
}

.vts-tabs-left-nav li a:before {
  content: "";
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 5px solid rgba(18, 24, 32, .1);
  margin-right: 30px;
  position: absolute;
  left: 0;
  top: 5px;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-tabs-left-nav li a.vts-active:before {
  border: 5px solid #f57c00
}

.vts-price-card .vts-plan-price {
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.vts-price-card .vts-button:hover,
.vts-price-card:hover .vts-button {
  border-color: #f57c00
}

.vts-vacancies-frame .vts-vacancy {
  list-style-type: none;
  padding: 60px 0 30px;
  border-top: 2px solid rgba(18, 24, 32, .1)
}

.vts-vacancies-frame .vts-vacancy:last-child {
  padding-bottom: 0
}

.vts-vacancies-frame .vts-vacancy .vts-vacancy-head .vts-badge {
  padding: 2px 15px 0;
  margin-right: 15px;
  background-color: #f57c00;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 12px
}

.vts-vacancies-frame .vts-vacancy .vts-vacancy-head .vts-badge.vts-badge-dark {
  color: #fff;
  background-color: rgba(18, 24, 32, .3)
}

.vts-banner-slide {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  height: 500px
}

.vts-banner-slide .vts-banner-bg {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.vts-banner-slide .vts-overlay {
  background: -webkit-gradient(linear, left top, right top, from(rgba(243, 243, 244, 0)), color-stop(50%, #f3f3f4));
  background: linear-gradient(90deg, rgba(243, 243, 244, 0) 0, #f3f3f4 50%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media screen and (max-width:1200px) {
  .vts-service-item .vts-service-text {
    width: auto
  }

  .vts-card .vts-description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .vts-card .vts-description .vts-card-title {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0
  }

  .vts-card .vts-description .vts-card-text {
    width: 100%
  }

  .vts-card.vts-card-sm.vts-reverse-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .vts-card.vts-card-sm.vts-reverse-sm .vts-cover-frame {
    margin-bottom: 30px
  }

  .vts-card.vts-card-sm.vts-reverse-sm .vts-description {
    margin-bottom: 0
  }

  .vts-card.vts-card-sm .vts-cover-frame {
    padding-bottom: 60%
  }

  .vts-card.vts-card-sm .vts-description h6 {
    display: block
  }

  .vts-banner-slide .vts-overlay {
    background: -webkit-gradient(linear, left top, right top, from(rgba(243, 243, 244, 0)), color-stop(30%, #f3f3f4));
    background: linear-gradient(90deg, rgba(243, 243, 244, 0) 0, #f3f3f4 30%)
  }
}

.vts-pagination .vts-button-all:hover,
.vts-pagination .vts-pagination-numbers li a:hover,
.vts-tags li a {
  background-color: rgba(18, 24, 32, .1)
}

.vts-sb-inner {
  padding: 60px
}

.vts-banners-pagination {
  text-align: center;
  margin-top: 30px
}

.vts-banners-pagination .swiper-pagination-bullet {
  background-color: rgba(18, 24, 32, .1);
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 15px !important;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-blog-slider .vts-slide-50 {
  width: calc(50% - 20px)
}

.vts-blog-slider .vts-slide-25 {
  width: calc(25% - 20px)
}

.vts-post-sm.vts-top-text {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.vts-post-sm .vts-cover-frame {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  overflow: hidden
}

.vts-post-sm .vts-cover-frame img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.vts-post-sm .vts-description {
  padding-left: 20px;
  width: calc(100% - 70px)
}

.vts-post-sm:hover .vts-cover-frame img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: scale(1.05);
  transform: scale(1.05)
}

.vts-post-author img {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.vts-post-author span {
  padding-left: 10px
}

.vts-tags {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px
}

.vts-tags li {
  list-style-type: none
}

.vts-tags li a {
  display: flex;
  margin-bottom: 10px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 20px;
  color: #121820;
  -webkit-transition: .2s cubic-bezier(0, 0, .3642, 1);
  transition: .2s cubic-bezier(0, 0, .3642, 1)
}

.vts-post-image {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-comments-frame li,
.vts-pagination .vts-pagination-numbers li {
  list-style-type: none
}

.vts-comments-frame .vts-comment .vts-comment-top-panel {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.vts-comments-frame .vts-comment .vts-comment-top-panel .vts-left img {
  margin-right: 30px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.vts-comments-frame .vts-comment .vts-comment-text {
  padding-left: 100px;
  margin-bottom: 60px
}

.vts-comments-frame .vts-comment .vts-sub-comments {
  padding-left: 100px
}

.vts-pagination .vts-pagination-numbers li a {
  padding-top: 3px;
  margin-right: 5px;
  font-weight: 500;
  color: #121820;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-pagination .vts-pagination-numbers li.vts-active a {
  color: #fff;
  background-color: #f57c00
}

.vts-pagination .vts-button-all {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #121820;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-event-form {
  margin: 0 15px;
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: calc(100% - 30px);
  background-color: #fff;
  border-radius: 10px;
  padding: 60px;
  -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1)
}

.vts-map-frame,
.vts-project-cover {
  position: relative;
  overflow: hidden
}

.vts-project-cover {
  padding-bottom: 65%;
  border-radius: 10px
}

.vts-project-cover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-item-card,
.vts-map-frame iframe {
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-project-cover:after {
  content: "";
  width: 30%;
  padding-bottom: 30%;
  background-color: #f57c00;
  position: absolute;
  bottom: -15%;
  left: -10%;
  border-radius: 50%
}

.vts-project-cover.vts-type-2:after {
  left: auto;
  right: -10%
}

.vts-project-info {
  border-radius: 10px;
  padding: 30px;
  -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1)
}

.vts-item-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  -webkit-box-shadow: 0 0 0 1px rgba(18, 24, 32, .1);
  box-shadow: 0 0 0 1px rgba(18, 24, 32, .1);
  margin-bottom: 30px;
  border-radius: 5px;
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-item-card:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
  background-color: #fff
}

.vts-map-frame {
  height: 60vh
}

.vts-map-frame iframe {
  -webkit-filter: grayscale(100%) brightness(110%);
  filter: grayscale(100%) brightness(110%);
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-map-frame:hover iframe {
  -webkit-transform: scale(1.03);
  transform: scale(1.03)
}

.vts-add-page .vts-map-bg,
.vts-footer-bg {
  position: absolute;
  top: 0px;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  width: 100%;
  height: 100%;
  opacity: .10;
  pointer-events: none;
}

.vts-footer-content .vts-logo {
  width: 70%;
}

.vts-app-btn {
  border-radius: 5px;
  padding: 10px 0;
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
  background-color: #121820;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
  transition: .4s cubic-bezier(0, 0, .3642, 1)
}

.vts-app-btn i {
  width: 60px;
  text-align: center;
  color: #fff;
  font-size: 32px
}

.vts-app-btn .vts-app-text {
  width: 130px;
  color: #fff;
  font-family: Sora, sans-serif
}

.vts-app-btn .vts-app-text .vts-h6 {
  color: #fff;
  font-family: Sora, sans-serif
}

.vts-app-btn:hover {
  -webkit-filter: brightness(180%);
  filter: brightness(180%)
}

.vts-footer-links {
  position: relative;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.vts-footer-links ul li:hover a {
  color: #f57c00 !important
}

.vts-bg-white {
  background-color: #fff;
}

.vts-more {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00B7E6;
  padding: 15px 40px;
  border-radius: 100px;
  padding-left: 40px;
  font-size: 16px;
}

.vts-more:hover {
  background-color: #f57c00;
  color: #ffffff;
}

.vts-box-content {
  background-color: #F3F5ED;
  padding: 1.5rem;
  border-radius: 10px;
  position: absolute;
  right: 30px;
  top: -42rem;
}

.vts-box-content iframe {
  border: 1px solid #a5a2a2;
  overflow: hidden;
  width: 99%;
  border-radius: 5px;
}

.vts-box-content h3 {
  padding: 10px 0px 0px 0px;
  font-size: 22px;
}

.vts-box-content p {
  padding: 0px 0px;
  margin-bottom: 1rem;
}

.vts-box-content ul {
  padding: 0px 0px;
}

.vts-box-content ul li {
  font-family: "Poppins", sans-serif;
  list-style: none;
  border: 1px solid #ccc;
  display: inline-block;
  position: relative;
  padding: 2px 10px;
  border-radius: 100px;
  color: #0c0c0c;
  font-size: 9px;
  line-height: normal;
}

.vts-box-content ul li:after {
  content: '';
  background-color: #cccccc;
  position: absolute;
  height: 1px;
  width: 5px;
  right: -6px;
  top: 7px;
}

.vts-box-content ul li:last-child:after {
  content: '';
  background-color: transparent;
  position: absolute;
  height: 0px;
  width: 5px;
  right: -6px;
  top: 7px;
}

.vts-box-content ul li:last-child {
  border: 1px solid #00B7E6;
  color: #fff;
  background-color: #00B7E6;
}

.vts-about p {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
}

.vts-about::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 210px;
  top: -50px;
  left: 0;
  background: url(../img/deco-1.png) no-repeat center right;
  background-size: contain;
  z-index: -1;
}

@media screen and (max-width:768px) {
  .vts-post-author img {
    width: 30px;
    height: 30px
  }

  .vts-comments-frame .vts-comment .vts-comment-top-panel .vts-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .vts-comments-frame .vts-comment .vts-comment-top-panel .vts-left img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px
  }

  .vts-comments-frame .vts-comment .vts-comment-text {
    padding-left: 0
  }

  .vts-comments-frame .vts-comment .vts-sub-comments {
    padding-left: 30px;
    border-left: 2px dotted rgba(18, 24, 32, .1)
  }

  .vts-footer-links ul li.vts-adapt-links a:first-child {
    display: none
  }

  .vts-footer-links ul li.vts-adapt-links a:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media screen and (max-width:992px) {
  .vts-banner-sm {
    height: auto;
    padding-top: 190px;
    padding-bottom: 90px
  }

  .vts-banner-sm-3 .vts-banner-content {
    padding-top: 160px
  }

  .vts-partners-frame a {
    width: 50%
  }

  .vts-partners-spaces {
    padding-top: 30px;
    padding-bottom: 30px
  }

  .vts-reviews-btns-space {
    margin-top: 60px
  }

  .vts-portrait-position {
    position: static;
    margin-top: 30px
  }

  .vts-portrait-frame {
    width: 50%;
    height: auto;
    padding-bottom: 55%;
    margin: 0 auto
  }

  .vts-timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: none;
    border-left: 2px solid rgba(18, 24, 32, .1);
    padding: 0
  }

  .vts-timeline li {
    position: relative;
    list-style-type: none;
    margin-right: 30px;
    margin-bottom: 30px
  }

  .vts-timeline li:last-child {
    margin-bottom: 0
  }

  .vts-banner-slide:after,
  .vts-pagination.vts-hidden-arrows .vts-slider-nav,
  .vts-pagination.vts-hidden-button .vts-button-all,
  .vts-timeline li p:before,
  .vts-timeline li:before {
    display: none
  }

  .vts-timeline li:after {
    top: 14%;
    left: -7px
  }

  .vts-timeline li p {
    padding-left: 30px
  }

  .vts-tabs .vts-tab {
    padding-top: 60px
  }

  .vts-tab-buttons {
    border: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 60px
  }

  .vts-tab-buttons a {
    height: 70px
  }

  .vts-tab-buttons.vts-tab-buttons-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 0
  }

  .vts-banner-slide,
  .vts-tab-buttons.vts-tab-buttons-2 a {
    height: auto
  }

  .vts-vacancies-frame .vts-vacancy {
    padding: 30px 0 0
  }

  .vts-banner-slide .vts-overlay {
    background: #f3f3f4
  }

  .vts-event-form,
  .vts-sb-inner {
    padding: 30px
  }

  .vts-pagination.vts-hidden-arrows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .vts-footer-links,
  .vts-footer-links .vts-additional-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .vts-footer-links .vts-social {
    margin-bottom: 30px
  }

  .vts-footer-links .vts-additional-links li {
    margin-bottom: 10px
  }
}

.vts-add-page,
.vts-footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center
}

.vts-footer-bottom {
  position: relative;
  height: 90px;
  border-top: 1px solid rgb(204 204 204 / 13%);
}

.vts-footer-bottom .container {
  height: 100%;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.vts-footer-bottom .container p {
  opacity: .7
}

.vts-404-number {
  font-size: 100px;
  font-family: Sora, sans-serif
}

@media screen and (max-width:1200px) {
  .vts-event-form {
    position: static;
    width: 100%;
    margin: 0 0 60px
  }

  .vts-404-text {
    text-align: center
  }
}

.vts-add-page {
  height: 100vh;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.vts-add-page .vts-overlay {
  background: rgba(18, 24, 32, .95);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0
}

.vts-addition-bottom {
  height: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.position-relative {
  position: relative;
}

.top-btn {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 100px;
  right: 29px;
  z-index: 99;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(245 124 0 / 71%);
  color: white;
  border: none;
}

.top-btn:hover {
  border-radius: 50%;
  background-color: rgb(245, 123, 0);
}

.integrated-card {
  display: block;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  padding: 16px 10px;
  background-color: #fff;
}

.integrated-card img {
  width: 80%;
}

.vts-reviews {
  margin-bottom: 6rem;
}

.vts-helpdesk {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 7rem;
  text-align: center;
}

.vts-helpdesk p {
  font-weight: 600;
  color: #000;
  padding: 0rem 8rem;
  margin: 0px;
  font-size: 20px;
  line-height: 30px;
}

.support-box {
  width: 590px;
  border-radius: 80px;
  font-family: "Poppins", sans-serif;
  justify-content: space-between;
  padding: 12px 30px;
  padding-right: 15px;
  margin: auto;
  position: absolute;
  right: 0px;
  left: 0px;
  bottom: -40px;
  background-color: rgb(243 243 244);
  display: flex;
  align-items: center;
  z-index: 1;
  border: 1px solid #919191;
}

.support-box b {
  color: #000000;
  font-size: 25px;
  font-weight: 500;
}

.support-box small {
  color: #000000;
  font-size: 25px;
  font-weight: 600;
}

.helpdesk-grid {
  margin-left: 1rem;
  display: flex;
  align-items: center;
  background-color: #f57c00;
  padding: 10px 30px;
  border-radius: 100px;
}

.helpdesk-grid i {
  font-size: 2rem;
  margin-right: 12px;
}

.helpdesk-grid span {
  color: #fff;
  font-size: 2.5rem;
  border-radius: 100px;
  font-weight: 600;
  display: block;
  line-height: normal;
}

.vts-p-60-40 {
  padding-top: 60px;
  padding-bottom: 40px;
}

.content {}

.content__title {
  margin-bottom: 8px;
  font-size: 24px;
  text-align: left;
}

.content__pera {
  margin-bottom: 40px;
  font-size: 16px;
  text-align: left;
  color: #959595;
}

.content__title--m-sm {
  margin-bottom: 10px;
}

.multisteps-form__progress {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  position: relative;
}

.multisteps-form__progress-btn {
  font-family: "Poppins", sans-serif;
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  position: relative;
  padding-top: 20px;
  color: #959595;
  text-indent: -9999px;
  border: none;
  background-color: transparent;
  outline: none !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
}

@media (min-width: 500px) {
  .multisteps-form__progress-btn {
    text-indent: 0;
  }
}

.multisteps-form__progress-btn:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 13px;
  height: 13px;
  content: "";
  transform: translateX(-50%);
  transition: all 0.15s linear 0s, transform 0.15s cubic-bezier(0.05, 1.09, 0.16, 1.4) 0s;
  border: 2px solid #E7E7E8;
  border-radius: 50%;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 3;
  transform: translateX(-50%) scale(1.2);
}

.multisteps-form__progress-btn:after {
  position: absolute;
  top: 5px;
  left: calc(-50% - 13px / 2);
  transition-property: all;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  transition-delay: 0s;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: currentColor;
  z-index: 1;
}

.multisteps-form__progress-btn:first-child:after {
  display: none;
}

.multisteps-form__progress-btn.js-active {
  color: rgb(245, 123, 0);
}

.multisteps-form__progress-btn.js-active:before {
  transform: translateX(-50%) scale(1.2);
  background-color: #fff;
  border: 2px solid currentColor;
}

.multisteps-form__form {
  position: relative;
}

.multisteps-form__panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.multisteps-form__panel.js-active {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.multisteps-form__panel[data-animation=scaleOut] {
  transform: scale(1.1);
}

.multisteps-form__panel[data-animation=scaleOut].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.multisteps-form__panel[data-animation=slideHorz] {
  left: 50px;
}

.multisteps-form__panel[data-animation=slideHorz].js-active {
  transition-property: all;
  transition-duration: 0.25s;
  transition-timing-function: cubic-bezier(0.2, 1.13, 0.38, 1.43);
  transition-delay: 0s;
  left: 0;
}

.multisteps-form__panel[data-animation=slideVert] {
  top: 30px;
}

.multisteps-form__panel[data-animation=slideVert].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  top: 0;
}

.multisteps-form__panel[data-animation=fadeIn].js-active {
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

.multisteps-form__panel[data-animation=scaleIn] {
  transform: scale(0.9);
}

.multisteps-form__panel[data-animation=scaleIn].js-active {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  transform: scale(1);
}

.js-btn-next {
  background-color: #00B7E6;
  border: 1px solid #00B7E6;
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
}

.js-btn-next:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

button:focus {
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
}

.js-btn-prev {
  background-color: transparent;
  border: 1px solid #D2D2D2;
  color: #333;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
  margin-right: 5px;
}

.js-btn-prev:hover {
  background-color: #333;
  border: 1px solid #D2D2D2;
  color: #fff;
}

.js-btn-submit {
  background-color: #007706;
  border: 1px solid #007706;
  color: #fff;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 100px;
}

.js-btn-submit:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

:root {
  --colorPrimaryNormal: #f37a00;
  --colorPrimaryDark: #f37a00;
  --colorPrimaryGlare: #f37a00;
  --colorPrimaryHalf: #34d5ff;
  --colorPrimaryQuarter: #bfecee;
  --colorPrimaryEighth: #dff5f7;
  --colorPrimaryPale: #f3f5f7;
  --colorPrimarySeparator: #f3f5f7;
  --colorPrimaryOutline: #dff5f7;
  --colorButtonNormal: #00b3bb;
  --colorButtonHover: #00cdd7;
  --colorLinkNormal: #00979f;
  --colorLinkHover: #00cdd7;
}

.upload_dropZone {
  color: #0f3c4b;
  background-color: var(--colorPrimaryPale, #c8dadf);
  outline: 2px dashed var(--colorPrimaryHalf, #c1ddef);
  outline-offset: -12px;
  transition: outline-offset 0.2s ease-out, outline-color 0.3s ease-in-out, background-color 0.2s ease-out;
  border-radius: 10px;
  padding: 2rem;
}

.upload_dropZone.highlight {
  outline-offset: -4px;
  outline-color: var(--colorPrimaryNormal, #0576bd);
  background-color: var(--colorPrimaryEighth, #c8dadf);
}

.upload_svg {
  color: #f37a00;
  font-size: 3rem;
}

.btn-upload {
  color: #fff;
  background-color: var(--colorPrimaryNormal);
}

.btn-upload:hover,
.btn-upload:focus {
  color: #fff;
  background-color: var(--colorPrimaryGlare);
}

.upload_img {
  width: auto;
  object-fit: contain;
  height: 120px;
}

.pagination {
  margin-top: 0 !important;
}


.vltd-wapper {
  background: url(../img/sec2bg.png) no-repeat right #0271b1;
  background-size: contain;
  padding: 6rem 0rem;
}

.vltd-wapper p {
  color: #ffffff;
  margin-bottom: 2rem;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  margin-right: 4rem;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
}

.tag-wapper {
  background: url(../img/sec3bg.png) no-repeat right #ffffff;
  background-size: cover;
  padding: 6rem 0rem;
}

.tag-wapper p {
  color: #000000;
  margin-bottom: 2rem;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  margin-right: 1rem;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
}

.Coding-wapper {
  background: none;
  background-size: cover;
  background-color: #282536;
  padding: 6rem 0rem;
}

.Coding-wapper p {
  color: #fff;
  margin-bottom: 2rem;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Poppins", sans-serif;
  margin-right: 1rem;
  align-items: center;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
}

.vts-news {
  background: #282536;
  position: relative;
  z-index: 99;
}

.wel-grid {
  padding: 5rem 0rem;
  overflow: hidden;
  background: url(../img/DGM-bg.png) no-repeat;
  background-size: cover;
}

.about-tax {
  margin-top: 2rem;
}

.about-tax h2 {
  font-size: 35px;
}

.about-tax .vts-suptitle.vts-suptitle-2 {
  display: block;
  margin: auto;
  width: 130px;
  text-align: center;
  margin-top: 2rem;
}

.about-tax>p {
  color: #181818;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-align: justify;
}

.about-tax>p>img {
  height: 160px;
  float: left;
  padding-right: 3rem;
  margin-bottom: 3rem;
  padding-top: 1rem;
}

.constructions {
  padding-top: 3rem;
}

.constructions .card-item {
  position: relative;
  margin-bottom: 0rem;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 40px -20px, rgba(0, 0, 0, 0.3) 0px 20px 30px -30px; */
  border-radius: 5px;
  overflow: hidden;
  margin-left: 2rem;
}

.constructions .card-item .card-bg {
  display: block;
  width: 110px;
  margin: auto;
  border-radius: 100px;
  overflow: hidden;
}
.constructions .card-item:first-child .card-bg{
width: 150px;
}

.constructions .card-item .card-bg img {
  background: #efc17d;
  width: 100%;
}

.constructions .card-item .card-body {
  text-align: center;
  height: auto;
  padding: 10px;
}

.constructions .card-item h4 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 3px;
  color: #000;

}

.constructions .card-item p {
  color: #000;
  margin: 0px;
  font-size: 12px;
  font-weight: 500;
  line-height: normal;
}

.constructions .card-animate {
  display: inline-block;
  width: 20%;
}


.know-more-btn {
  color: #000;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  background-color: #fff;
  padding: 15px 30px;
  border-radius: 100px;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
}

.know-more-btn:hover {
  color: #fff;
  background-color: #f57c00;
}

.specification-btn {
  padding: 15px 30px;
  border-radius: 100px;
  font-weight: 500;
  background-color: #f57c00;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
  font-size: 16px;
}

.specification-btn:hover {
  background-color: #00B7E6;
  color: #fff;
}


.shop-btn {
  padding: 15px 30px;
  border-radius: 100px;
  font-weight: 500;
  background-color: #fff;
  color: #000;
  margin-left: 10px;
  font-size: 16px;
}

.shop-btn:hover {
  background-color: #00B7E6;
  color: #fff;
}

.know-btn {
  padding: 15px 30px;
  border-radius: 100px;
  font-weight: 500;
  background-color: #00B7E6;
  color: #fff;
  margin-left: 10px;
  font-size: 16px;

}

.know-btn:hover {
  background-color: #f57c00;
  color: #fff;
}

.map-menu {
  /* text-transform: uppercase;





    background-color: #5F60E7 !important;





    border: 1px solid #5F60E7 !important;





    color: #fff !important; */
}

.vertical-tree {
  padding-top: 10px;
  padding-bottom: 10px;
}

.vertical-tree ul {
  padding-left: 45px;
}

.vertical-tree li {
  margin: 0px 0;
  list-style-type: none;
  position: relative;
  padding: 10px 5px 0px 4px;
}

.vertical-tree-span {
  font-weight: 700;
  color: #91abc5;
  text-align: center;
  font-size: 32px;
  position: absolute;
  top: 3px;
  left: -43px;
}

.vertical-tree li::before {
  content: '';
  position: absolute;
  top: 0;
  width: 1px;
  height: 100%;
  right: auto;
  left: -20px;
  border-left: 1px solid #f57f06;
  bottom: 50px;
}

.vertical-tree li::after {
  content: '';
  position: absolute;
  top: 26px;
  width: 24px;
  height: 20px;
  right: auto;
  left: -20px;
  border-top: 1px solid #f57f06;
}

.vertical-tree li a {
      display: inline-block;
    padding: 8px 20px;
    text-decoration: none;
    background-color: #f1f1f1;
    color: #000000;
    border: 1px solid #f57f06;
    font-size: 16px;
    border-radius: 4px;
    font-weight: 500;
}

.vertical-tree>ul>li::before,
.vertical-tree>ul>li::after {
  border: 0;
}

.vertical-tree li:last-child::before {
  height: 27px;
}

.vertical-tree li a:hover,
.vertical-tree li a:hover+ul li a {
  background-color: #f57f06;
  color: #ffffff;
  border: 1px solid #f57f06;
}

.vertical-tree li a:hover+ul li::after,
.vertical-tree li a:hover+ul li::before,
.vertical-tree li a:hover+ul::before,
.vertical-tree li a:hover+ul ul::before {
  border-color: #CCC;
}

.s22 {
  position: absolute;
  bottom: 90px;
  height: 24vw;
}

.s33 {
  position: absolute;
  right: 20rem;
  width: 770px;
  bottom: 0px;
}

.s44 {
  position: absolute;
  bottom: 15%;
  right: 0%;
  width: auto;
  height: 24vw;
}

.carousel-caption-home {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding-top: 6rem;
  padding-bottom: 0rem;
  width: 100%;
  margin: auto;
  /* background: linear-gradient( rgb(255 255 255 / 0%), rgb(0 0 0 / 80%) ); */
}

.carousel-caption-home::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(rgb(0 6 36 / 70%), rgb(27 38 98 / 0%));
  pointer-events: none;
  z-index: -1;
  left: 0px;
}

.carousel-caption-home h4 {
  font-size: 40px;
  line-height: normal;
  white-space: nowrap;
  font-weight: 700;
  text-align: center;
  position: relative;
  background-color: transparent;
  width: 490px;
  padding: 6px;
  border-radius: 5px;
  margin: auto;
  margin-bottom: 44px;
  text-transform: uppercase;
  border: 1px solid #fff;
  color: #fff;
}

.carousel-caption-home h4::after {
  position: absolute;
  top: 73px;
  left: 50%;
  margin-left: 0px;
  content: "";
  display: block;
  background-color: #fff;
  width: 1px;
  height: 45px;
}

.figure-carousel-components {}

.figure-carousel-components::after {
  position: absolute;
  top: 0px;
  left: auto;
  content: "";
  /* border-left: 20px solid transparent; */
  /* border-right: 20px solid transparent; */
  /* border-top: 20px solid #ffffff; */
  background-color: #fff;
  width: 75%;
  height: 1px;
  z-index: -1;
  margin: auto;
  left: 0px;
  right: 0px;
}

figure.carousel-components {
  position: relative;
  overflow: hidden;
  margin: 0px;
  height: 12vw;
  width: 12vw;
  border-radius: 100%;
  background: #fff;
  color: #ffffff;
  text-align: center;
  /* -webkit-transform: rotate(45deg); */
  /* transform: rotate(45deg); */
  /* -webkit-transform: translateY(20%) rotate(45deg); */
  /* transform: translateY(20%) rotate(45deg); */
  /* -webkit-transform-origin: center center; */
  /* transform-origin: center center; */
  border: 1px solid #fff;
  margin: auto;
}




figure.carousel-components * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

figure.carousel-components img {
  max-width: 100%;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  right: auto;
  height: 100%;
  top: auto;
  object-fit: cover;
}

figure.carousel-components figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  /* -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); */
}

figure.carousel-components h2 img {
  margin: 0;
  position: absolute;
  width: 100px;
  left: 0;
  right: 0px;
  margin: auto;
  opacity: 0;
  padding: 0 30px;
  font-weight: 400;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  height: auto;
}

figure.carousel-components a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.components-logos {
  font-size: 15px;
  /* background-color: rgb(255 255 255); */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 2rem;
  position: relative;
  width: auto;
  margin: auto;
  top: 0rem;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
}

.components-logos-box {
  position: relative;
  top: 0px;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 32px;
  z-index: -1;
  display: block;
  margin: auto;
}

.components-logos img {
  height: 40px;
  width: 100%;
  right: 0px;
  object-fit: contain;
}

.vlt-device-key .table-bordered>:not(caption)>*>* {
    background-color: transparent;
    color: #000000;
    font-weight: 500;
}

.vts-first-banner {
  position: relative;
  margin-top: -10rem;
}

.vts-first-banner .intro-link {
  text-decoration: none;
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  background-color: #55984b;
  padding: 10px 30px;
  border-radius: 10vw;
  line-height: normal;
  display: block;
  position: relative;
  transition: ease 0.3s;
  width: 480px;
  margin: 0px auto;
}

.vts-first-banner .intro-link:hover {
  background-color: #33692b;
}

.vts-first-banner .intro-link img {
  width: 3vw;
  margin-right: 1vw;
  position: relative;
  top: 7px;
}

.vts-first-banner h1 {
  font-size: 45px;
  font-weight: 700;
  color: #ef7e18;
  text-shadow: 2px 1px 0px #bd3e2b;
  margin-bottom: 1vw;
  /* text-shadow: 0 1px 0 #bd3e2b, 0 2px 0 #bd3e2b, 0 3px 0 #bd3e2b, 0 4px 0 #4a0a00, 0 5px 0 rgb(50 41 40 / 0%), 0 6px 1px rgb(0 0 0 / 0%), 0 1px 3px rgb(108 0 0 / 0%), 0 3px 5px rgb(110 19 19 / 0%), 0 5px 10px rgb(108 0 0 / 0%), 0 10px 10px rgb(137 0 0 / 0%), 0 20px 20px rgb(0 0 0 / 0%); */
  text-align: center;
}


.vts-first-banner .vts-first-para {
  font-size: 20px;
  padding-right: 0rem;
  line-height: 33px;
  margin-top: 20px;
}

.first-banner-left-img {
  position: absolute;
  bottom: -10px;
  height: 35vw;
  left: 10vw;
}

.first-banner-right-img {
  position: absolute;
  bottom: -10px;
  height: 28vw;
  right: 13vw;
}

.vts-news .card-news {
  width: 100%;
  border: 0px solid #ccc;
  padding: 0rem;
  background-color: #fff;
  overflow: hidden;
  display: block;
  border-radius: 5px;
}

.vts-news .card-news img {
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width:1200px) {
  .vts-top-panel {
    padding: 0;
    border-bottom: 0;
    height: 50px;
  }

  .vts-top-panel .vts-navigation {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
    box-shadow: 0 0 40px 0 rgba(18, 24, 32, .1);
    width: 100%;
    background-color: #fff;
    -webkit-transition: .4s cubic-bezier(0, 0, .3642, 1);
    transition: .4s cubic-bezier(0, 0, .3642, 1)
  }

  .vts-top-panel .vts-navigation.vts-active {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    border-radius: 10px;
    padding-left: 0px;
  }

  .vts-top-panel .vts-navigation nav {
    padding: 30px 0
  }

  .vts-top-panel .vts-navigation nav ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0px;
  }

  .vts-top-panel .vts-navigation nav ul li {
    text-align: center;
    width: 100%;
    margin: 0 0 15px
  }

  .vts-top-panel .vts-navigation nav ul li:last-child {
    margin-bottom: 0
  }

  .vts-top-panel .vts-navigation nav ul li a {
    position: relative;
    padding: 0 15px
  }

  .vts-top-panel .vts-navigation nav ul li.vts-has-children {
    overflow: hidden;
    height: auto;
    padding-right: 0
  }

  .vts-additional-panel .vts-ap-call-to-action,
  .vts-banner-sm-2 .vts-overlay,
  .vts-top-panel .vts-navigation nav .vts-search-icon,
  .vts-top-panel .vts-navigation nav ul li.vts-has-children:before {
    display: none
  }

  .vts-top-panel .vts-navigation nav ul li.vts-has-children>a:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #f57c00
  }

  .vts-top-panel .vts-navigation nav ul li.vts-has-children ul {
    position: static;
    margin-left: -1px;
    opacity: 1;
    width: calc(100% + 2px);
    max-height: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transform: none;
    transform: none;
    border-radius: 0 !important;
    background-color: rgba(18, 24, 32, .05);
    -webkit-box-shadow: inset 0 0 0 1px rgba(18, 24, 32, .1);
    box-shadow: inset 0 0 0 1px rgba(18, 24, 32, .1)
  }

  .vts-about-illustration {
    display: none;
  }

  .vts-top-panel .vts-navigation nav ul li.vts-has-children ul li:first-child {
    margin-top: 10px
  }

  .vts-top-panel .vts-navigation nav ul li.vts-has-children ul li:last-child {
    margin-bottom: 10px
  }

  .vts-top-panel .vts-navigation nav ul li.vts-has-children:hover ul {
    margin-top: 15px;
    max-height: 350px
  }

  .vts-top-panel.vts-top-panel-transparent {
    height: auto;
    padding: 12px 0px;
  }

  .vts-top-panel.vts-top-panel-transparent .vts-logo {}

  .vts-top-panel .vts-logo img {
    height: auto;
  }

  .vts-top-panel.vts-top-panel-transparent .vts-navigation nav ul li a {
    color: #121820
  }

  .vts-top-panel.vts-top-panel-transparent .vts-navigation nav ul li a:hover {
    color: #f57c00
  }

  .vts-top-panel.vts-top-panel-transparent .vts-navigation nav ul li ul {
    border-radius: 5px
  }

  .vts-top-panel.vts-top-panel-transparent .vts-navigation nav .vts-search-icon svg path {
    fill: rgb(18, 24, 32)
  }

  .vts-top-panel.vts-top-panel-transparent .vts-navigation nav .vts-search-icon:hover svg path {
    fill: rgb(245, 124, 0)
  }

  .vts-top-panel.vts-top-panel-transparent .vts-menu-btn span,
  .vts-top-panel.vts-top-panel-transparent .vts-menu-btn span:after,
  .vts-top-panel.vts-top-panel-transparent .vts-menu-btn span:before {
    background: #000
  }

  .vts-menu-btn span,
  .vts-menu-btn span:after,
  .vts-menu-btn span:before {
    width: 18px;
    height: 1px;
  }

  .vts-search-icon .dropdown .dropbtn span {
    margin-right: 3px;
  }

  .vts-menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
  }

  .vts-banner-nav {
    top: auto;
    bottom: 30px
  }

  .vts-box-content {
    position: relative;
    right: 0px;
    top: 0px;
    margin-top: -11rem;
  }

  .vts-box-content img {}

  .vts-box-content h3 {
    padding: 10px 0px 0px 0px;
    font-size: 16px;
  }

  .vts-box-content p {
    font-size: 12px;
  }

  .vts-search-icon .dropdown {
    margin-left: 0px;
    cursor: pointer;
  }



  .dropdown-content {
    min-width: auto;
    top: 40px;
  }

  .dropdown-content a {
    padding: 2px 15px;
    font-size: 10px;
    white-space: nowrap;
  }


  p {
    font-size: 12px;
  }

  .vts-simple-list li {
    white-space: normal;
    font-size: 12px;
  }

  .vts-more {
    padding: 4px 12px;
    padding-left: 12px;
  }

  .vts-more i {
    font-size: 16px;
    margin-left: 8px;
    width: 25px;
    height: 25px;
  }

  .vts-divider {
    margin: 2rem 0rem;
  }

  .fact-counter-list {
    display: block;
    padding: 0px 0px;
  }

  .fact-counter {
    padding: 1rem 1rem;
  }

  .fact-counter-item h2 {
    font-size: 22px;
    font-weight: 600;
  }

  .fact-counter-item p {
    font-size: 11px;
  }

  .fact-counter-item {
    position: relative;
    width: 100%;
    FONT-WEIGHT: 500;
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
  }

  .fact-counter-item:last-child {
    border-right: 1px solid #ccc;
  }

  .vts-icon-frame.vts-icon-frame-md {
    margin-bottom: 20px !important;
    display: block;
  }

  .vts-icon-box.vts-center {
    margin-bottom: 30px !important;
    display: block;
    text-align: left;
  }

  .vts-about::after {
    width: 180px;
    height: 210px;
    top: -50px;
    left: auto;
    right: 0px;
  }

  .vts-adaptive-right .vts-slider-nav {
    margin-bottom: 0px !important;
  }

  .outcomes {
    padding-bottom: 30px;
  }

  .vts-awards .vts-background-image {
    height: 40%;
    top: auto;
    right: 0;
    bottom: 0px;
  }

  .vts-awards-list li {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .vts-gradient-bg {
    padding: 20px !important;
  }

  .vts-active {
    padding-left: 20px;
  }

  .vts-accordion {
    padding-left: 20px;
  }

  .vts-hover-card.vts-card-only-30,
  .vts-window {
    padding-left: 15px;
  }

  .vts-accordion h6 {
    font-size: 14px;
  }

  .integrated-card {
    padding: 1rem 1rem;
  }

  .integrated-card img {
    width: 100%;
  }

  .support-box {
    width: 100%;
    border-radius: 10px;
    display: block;
    padding: 11px 11px;
    margin: auto;
    position: relative;
    left: 0px;
    top: -30px;
  }

  .support-box b {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 500;
    margin-left: 0rem;
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }

  .support-box span {
    color: #fff;
    font-size: 1.3rem;
    background-color: #2E3A44;
    padding: 12px 10px;
    border-radius: 10px;
    margin-left: 0rem;
    font-weight: 600;
    line-height: 0;
    display: block;
    text-align: center;
  }

  .vts-hover-link-list {
    display: block;
    margin-bottom: 0px;
  }

  .vts-hover-link-list li {
    padding: 5px 10px;
  }

  .vts-hover-link-list li a {
    font-size: 12px;
  }

  .vts-simple-list {
    display: block;
  }

  .vts-footer-bottom .container {
    display: block;
  }

  .vts-footer-bottom .container p {
    opacity: 2;
    font-size: 12px;
  }

  .vts-footer-bottom {
    height: auto;
    padding: 10px 0px;
  }

  .d-flex {
    display: flex;
    justify-content: left !important;
  }

  .container,
  .container-fluid,
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    --bs-gutter-x: 20px;
  }

  .vts-top-panel .vts-navigation nav ul li a {
    font-size: 12px;
  }

  .vts-search-icon .right-logo {
    height: 45px;
  }

  .reg-dropbtn {
    font-size: 12px;
    padding: 5px 10px;
  }

  .vts-search-icon .dropdown .dropbtn {
    font-size: 12px;
    padding: 5px 10px;
  }

  .main-header-two__top {
    position: relative;
  }

  .vts-top-position.vts-fixed {
    position: relative;
  }

  .vts-top-panel .vts-logo img {
    height: 50px;
  }

}

@media screen and (max-width:1400px) {
  .vts-text-sm {
    font-size: 12px;
  }

  .vts-search-icon .right-logo {
    height: 45px;
  }

  figure.carousel-components {
    height: 200px;
    width: 200px;
  }

  .vts-banner {
    height: 750px;
  }

  .carousel-caption-home h4 {
    font-size: 35px;
  }

  .s44 {
    height: 330px;
    width: auto;
  }

  .s22 {
    width: auto;
    height: 320px;
  }

  .s33 {
    right: 12rem;
    width: auto;
    height: 300px;
  }

  .vts-banner-content h1 {
    font-size: 40px;
  }

  .reg-dropbtn {
    font-size: 12px;
    padding: 5px 10px;
  }

  .vts-search-icon .dropdown .dropbtn {
    font-size: 12px;
    padding: 5px 10px;
  }

  .vts-deco,
  .vts-top-panel .vts-logo img {
    height: 60px;
  }

  .vts-top-panel .vts-navigation nav ul li a {
    font-size: 12px;
  }

  .vts-top-panel .vts-logo img {
    height: 50px;
  }

}


@media screen and (max-width:1300px) {

  .vts-top-panel .vts-logo img {
    height: 50px;
  }

  .vts-search-icon .dropdown .dropbtn {
    font-size: 12px;
    padding: 5px 10px;
  }

  .reg-dropbtn {
    font-size: 12px;
    padding: 5px 10px;
  }

  .vts-search-icon .right-logo {
    height: 60px;
  }

  .vts-banner-content h1 {
    font-size: 40px;
  }

  .s44 {
    height: 330px;
    width: auto;
  }

  .s22 {
    width: auto;
    height: 320px;
  }

  .s33 {
    right: 12rem;
    width: auto;
    height: 300px;
  }

  figure.carousel-components {
    height: 200px;
    width: 200px;
  }

  .vts-first-banner h1 {
    font-size: 40px;
  }

  .vts-first-banner .vts-first-para {
    font-size: 18px;
  }

  .carousel-caption-home h4 {
    font-size: 35px;
  }

  .carousel-caption-home h4::after {
    top: 64px;
  }

  .vts-banner {
    height: 750px;
  }

  .vts-top-panel .vts-logo img {
    height: 50px;
  }

  .vts-search-icon .right-logo {
    height: 45px;
    position: relative;
  }

  .vts-top-panel .vts-navigation nav ul li {
    margin-right: 20px;
  }

  .vts-top-panel .vts-navigation nav ul li a {
    font-size: 12px;
  }

  .vts-box-content {
    top: -36rem;
    display: none
  }

  .vts-hover-link-list.vts-light a {
    font-size: 12px;
    line-height: normal;
  }

  .vts-light-soft {
    font-size: 12px;
  }

  .vts-search-icon .dropdown {
    margin-left: 10px;
  }

  .vts-h1,
  h1 {
    font-size: 30px;
  }

  .vts-top-panel .vts-navigation nav ul {
    padding: 8px 20px;
  }


  .vts-search-icon .dropdown .dropbtn i {
    margin-right: 0px;
  }

  .big-heading {
    width: auto !important;
  }

  .sub-heading {
    font-size: 9pt !important;
    line-height: normal !important;
    letter-spacing: 0px !important;
  }

  .sub-heading-small {
    font-size: 10pt !important;
    line-height: normal !important;
    letter-spacing: 0px !important;
  }


}




@media screen and (max-width:1024px) {

  .vts-h1,
  h1 {
    font-size: 22px;
  }

  .vts-h2,
  h2 {
    font-size: 25px;
  }

  .vts-h4,
  h4 {
    font-size: 21px
  }

  .vts-h5,
  h5 {
    font-size: 14px;
  }

  .vts-buttons-frame,
  .vts-flex-hori-center,
  .vts-hori-box,
  .vts-icon-box-head.vts-long {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: normal;
    justify-content: center;
  }



  .vts-adaptive-right {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .vts-buttons-frame .vts-button {
    margin-right: 0;
    margin-bottom: 20px
  }

  .vts-subscribe-form input {
    text-align: center;
    padding: 0 30px;
    height: 70px
  }

  .vts-subscribe-form button {
    margin-top: 5px;
    position: static;
    width: 100%
  }

  .vts-additional-panel,
  .vts-deco {
    display: none
  }

  .vts-mt-60-adapt,
  .vts-mt-70-adapt {
    margin-top: 30px
  }

  .vts-mb-60-adapt {
    margin-bottom: 30px
  }

  .vts-banner,
  .vts-banner.vts-top-space-100 {
    height: 550px;
  }

  .vts-banner.vts-top-space-140 {
    margin-top: 100px;
    height: auto;
    padding-bottom: 0
  }

  .vts-banner .vts-banner-content {}

  .vts-banner .vts-banner-content .vts-button-descr {
    margin-top: 0px;
    padding: 0;
    width: auto;
    font-size: 12px;
    margin-bottom: 20px !important;
  }

  .vts-button,
  .vts-link {
    font-size: 12px;
  }

  .vts-link i {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
    background-color: #00B7E6;
    width: 25px;
    height: 25px;
  }

  .vts-button {
    height: auto;
    padding: 4px 10px;
  }

  .vts-banner .vts-banner-content-2 {
    padding: 60px 0
  }

  .vts-banner-nav {
    bottom: 75px
  }

  .vts-banner-sm-2 {
    height: 350px
  }

  .vts-partners-frame,
  .vts-review.vts-text-center p {
    padding: 0
  }

  .vts-partners-frame a img {
    width: 140px
  }

  .vts-post-info,
  .vts-service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .vts-service-item .vts-service-icon {
    padding: 0;
    margin-bottom: 30px
  }

  .vts-service-item .vts-service-text {
    padding-right: 0
  }

  .vts-service-item .vts-service-text h5 {
    margin-top: 0
  }

  .vts-hover-card {
    padding: 30px
  }

  .vts-icon-box-head.vts-long .vts-icon-frame {
    margin-right: 0;
    margin-bottom: 15px
  }

  .vts-icon-box-head.vts-mob-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .vts-awards-box {
    padding-left: 0px;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .vts-awards-box.vts-pb-60-adapt {
    padding-bottom: 60px
  }

  .vts-hori-box .vts-icon-frame {
    margin-right: 0;
    margin-bottom: 30px
  }

  .vts-about-illustration .vts-window {
    right: -30px
  }

  .vts-about-illustration-2 .vts-image-frame:after {
    width: 150px;
    height: 150px;
    bottom: -75px;
    left: -75px
  }

  .vts-tabs label {
    width: 50%
  }

  .vts-post-info li {
    margin-bottom: 15px
  }

  .vts-post-info li:last-child {
    margin-bottom: 0
  }

  .vts-top-panel .vts-logo {
    display: block;
    margin: 0px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .vts-menu-btn:hover span,
  .vts-menu-btn:hover span:after,
  .vts-menu-btn:hover span:before {
    background: #ffffff;
  }

  .main-header-two__contact-list li .text a {
    display: none;
  }

  .main-header-two__contact-list li .text a:last-child {
    display: block;
  }

  .vts-tabs label {
    width: 100%
  }


  .vts-banner-content h1 {
    font-size: 30px;
    font-weight: 600;
  }

  .vts-first-banner .vts-first-para {
    font-size: 12px;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 0px !important;
  }

  .reg-dropbtn {
    padding: 1px 5px;
    font-size: 8px;
    margin-left: 1px;
  }

  .vts-top-panel .container-fluid {

    display: block;
  }

  .page-change-sec .changefontsize {
    font-size: 11px;
  }

  .page-change-sec .bgclscss-light {
    height: 17px;
    line-height: normal;
    font-size: 11px;
  }

  .page-change-sec .bgclscss {
    height: 18px;
    line-height: normal;
    font-size: 11px;
  }

  .language {
    padding: 0px 10px;
    font-size: 12px;
  }

  .vts-top-panel.vts-top-panel-transparent {
    /* background-color: hsl(0deg 0% 0% / 91%); */
    height: auto;
    padding: 12px 0px;
    padding-top: 0.5rem;
  }

  .main-header-two__contact-list {
    padding: 2px 0;
    margin: 0px;
  }

  .main-header-two__top {
    height: 28px;
  }

  .vts-search-icon .right-logo {
    display: none;
  }

  .vts-top-panel .vts-logo img {
    height: 40px;
  }

  .vts-top-position.vts-fixed {
    position: relative;
  }

  .vts-search-icon .dropdown .dropbtn {
    padding: 0px 5px;
    font-size: 8px;
  }

  .vts-search-icon .dropdown .dropbtn span {
    margin-right: 5px;
    font-size: 11px;
    margin-left: 5px;
  }

  .vts-menu-btn {
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 1;
  }

  .main-header-two__contact-list li {
    display: flex;
    align-items: center;
  }

  .vts-menu-btn span,
  .vts-menu-btn span:after,
  .vts-menu-btn span:before {
    width: 18px;
    height: 2px;
  }

  .vts-top-panel .vts-navigation.vts-active {
    border-radius: 0px;
  }

  .vts-top-panel .vts-navigation nav ul li {
    margin-right: 0px;
  }

  .vts-banner-content h2 {
    font-size: 16px;
    font-weight: 600;
  }

  .vts-banner-content h1 {
    font-size: 20px;
    font-weight: 600;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .vts-first-banner .intro-link {
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    background-color: #55984b;
    padding: 6px 10px;
    border-radius: 100px;
    line-height: normal;
    display: block;
    position: relative;
    transition: ease 0.3s;
    width: 100%;
    margin: 0px auto;
  }

  .vts-banner .vts-banner-content .vts-button-descr {
    font-size: 11px;
    line-height: 18px;
    font-weight: 400;
  }

  .s22 {
    position: absolute;
    bottom: 20px;
    height: 180px;
    right: 70px;
  }

  .components-logos {
    padding: 10px 0px;
    /* display: none; */
    font-size: 10px;
    line-height: 16px;
    font-weight: 400;
  }

  .carousel-caption-home h4 {
    font-size: 18px;
    line-height: normal;
    white-space: nowrap;
    border: 0px solid #fff;
    color: #fff;
    width: auto;
    margin-bottom: 10px;
  }

  .components-logos-box {
    display: none;
  }

  figure.carousel-components {
    height: 90px;
    width: 90px;
  }

  figure.carousel-components img {
    height: 90px;
    width: 90px;
  }

  .carousel-caption-home h4::after {
    display: none;
  }

  .carousel-caption-home {
    padding-top: 0rem;
  }


  .figure-carousel-components::after {
    display: none;
  }

  .carousel-caption-home::after {
    display: none;
  }

  .know-more-btn {
    padding: 5px 10px;
    font-size: 10px;
  }

  .specification-btn {
    padding: 5px 10px;
    font-size: 10px;
  }

  .s33 {
    position: absolute;
    right: 10px;
    height: 200px;
    bottom: 0px;
    width: auto;
    max-width: none;
  }

  .vts-banner .vts-banner-content {
    align-items: normal;
    padding-top: 10%;
    justify-content: center;
    text-align: center;
  }

  .vts-first-banner {
    position: relative;
    margin-top: 0rem;
  }

  .vts-first-banner .intro-link img {
    width: 40px;
    margin-right: 10px;
    position: relative;
    top: 5px;
  }

  .first-banner-left-img {
    position: absolute;
    bottom: -10px;
    height: 240px;
    left: 0px;
  }

  .first-banner-right-img {
    position: absolute;
    bottom: 0px;
    height: 160px;
    right: 0px;
  }


  .marquee-title>span {
    display: none;
  }

  .marquee-scroll {
    color: #000;
    padding: 6px;
    font-size: 14px;
    font-weight: 400;
  }

  .marquee-title {
    margin-top: -20px;
    height: 40px;
  }

  .vts-h2,
  h2 {
    font-size: 18px;
  }

  .vts-about p {
    font-size: 14px;
    line-height: 26px;
  }

  .vts-simple-list li {
    white-space: normal;
    font-size: 14px;
    margin-right: 0rem;
  }

  .vts-more {
    font-size: 10px;
  }

  .register-vehicles {
    padding: 4rem 1rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
    margin-top: 7rem;
  }

  .register-vehicles p {
    font-size: 14px;
  }

  .about-tax {
    margin-top: 0rem;
  }

  .about-tax h2 {
    font-size: 18px;
  }

  .vts-mb-30 {
    margin-bottom: 10px !important;
  }

  .fact-counter {
    padding: 1rem 1rem;
    top: 0px;
  }

  .wel-grid {
    padding: 0rem 0rem;
  }

  .about-tax>p {
    font-size: 14px;
    line-height: 25px;
  }

  .dgm-info {
    display: block;
  }

  .dgm-address {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 12px;
  }

  .dgm-address:first-child {
    border-right: 0px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
  }

  .dgm-address span {
    font-size: 14px;
  }

  .constructions .card-item:first-child {
    margin-left: 0rem;
    margin-right: 0px;
  }

  .vts-icon-mission-box h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .vts-icon-mission-box h5 {
    font-size: 14px;
    line-height: 25px;
  }

  .vts-icon-box.vts-center {
    padding: 1.1rem 1rem;
    min-height: auto;
    margin-bottom: 10px !important;
    text-align: center;
  }

  .vts-icon-frame.vts-icon-frame-md {
    margin-bottom: 20px !important;
    display: inline-block;
  }

  .vts-icon-box.vts-center h5 {
    font-size: 14px;
  }

  .vts-about {
    padding-bottom: 3rem !important;
  }

  .outcomes {
    text-align: center;
  }

  .outcomes h2 {
    padding-bottom: 20px;
  }

  .vts-adaptive-right {
    justify-content: center;
  }

  .vts-card .vts-description .vts-card-text p {
    font-size: 14px;
  }

  .benefit {
    padding-bottom: 30px;
    padding-top: 50px;
    text-align: center;
  }

  .benefit h2 {
    padding-bottom: 20px;

  }

  .vltd-wapper {
    padding: 4rem 0rem;
  }

  .vltd-wapper p {
    margin-right: 0rem;
    font-size: 14px;
    line-height: 26px;
  }

  .tag-wapper {
    padding: 3rem 0rem;
  }

  .tag-wapper p {
    margin-right: 0rem;
    font-size: 14px;
    line-height: 26px;
  }

  .Coding-wapper {
    padding: 4rem 0rem;
  }

  .Coding-wapper p {
    margin-right: 0rem;
    font-size: 14px;
    line-height: 26px;
  }

  .vts-faq {
    padding: 0rem 0rem;
  }

  .vts-awards-box {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .vts-faq-container {
    margin-bottom: 2rem;
  }

  .vts-gradient-bg {
    padding: 0px !important;
  }

  .vts-reviews {
    margin: 2rem 0px;
  }

  .vts-reviews .vts-mb-60 {
    margin-bottom: 10px !important;
  }

  .integrated-card img {
    width: 70%;
  }

  .vts-helpdesk {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .vts-helpdesk p {
    padding: 0rem 0rem;
    margin: 0px;
    font-size: 14px;
    line-height: 21px;
  }

  .support-box {
    width: 100%;
    border-radius: 10px;
    display: block;
    padding: 11px 11px;
    margin: auto;
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 10px;
  }

  .support-box b {
    color: #000000;
    font-size: 20px;
  }

  .support-box small {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
  }

  .support-box span {
    color: #fff;
    font-size: 18px;
    background-color: #f57c00;
    padding: 12px 10px;
    border-radius: 10px;
    margin-left: 0rem;
    font-weight: 600;
    line-height: 0;
    display: block;
    text-align: center;
  }

  .helpdesk-grid i {
    font-size: 18px;
    margin-right: 2px;
  }

  .helpdesk-grid {
    margin-left: 0rem;
    padding: 10px 20px;
    justify-content: center;
  }

  .top-btn {
    bottom: 40px;
    left: 17px;
  }

  .toggle-btn {
    width: 46px;
    height: 46px;
    font-size: 25px;
    bottom: 34px;
  }

  .vts-banner-sm .vts-background-image {
    top: 0px;
  }

  .vts-banner-sm {
    padding-top: 20px;
    padding-bottom: 30px;
    height: auto;
  }

  .vts-banner-breadcrumbs p {
    font-size: 14px;
    line-height: normal;
  }

  .vts-breadcrumbs li {
    font-size: 10px;
  }

  .feature-text {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0px;
  }

  .service__faq {
    padding: 4rem 0rem;
  }

  .service__faq__q {
    font-size: 14px;
  }

  .faq__wrapper__inner {
    padding: 20px;
  }

  .faq__wrapper__inner h3 {
    font-size: 14px;
    margin-left: 16px;
  }

  .vts-p-120-0,
  .vts-p-120-30,
  .vts-p-120-60 {
    padding-top: 40px;
  }

  .vts-contact .vts-mb-60 {
    margin-bottom: 30px !important;
  }

  .vts-input-frame.vts-dark-input input,
  .vts-input-frame.vts-dark-input textarea {
    padding: 8px 10px;
    font-size: 12px;
  }

  .vts-button {
    height: auto;
    padding: 6px 10px;
    margin-top: 10px;
  }

  .vts-contact p {
    font-size: 14px;
  }

  .vlt-device .device-card {
    padding: 2rem;
  }

  .vlt-device-key {
    padding: 2rem 0rem;
  }

  .s44 {
    height: 160px;
  }

  .constructions .card-item {
    margin-left: 0rem;
  }

  .vts-news .card-news {
    height: auto;
    margin-bottom: 5px;
  }

  :root {
    --sidebar-width: 310px;
  }

  .ask-query {
    left: -58px;
    padding: 1px 10px;
    padding-top: 37px;
    font-size: 12px;
  }
}