
/*----------------------------------------*/
/*  01. Theme default CSS
/*----------------------------------------*/
/*-- Google Font --*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Sora:wght@100..800&display=swap");
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


@import css

<link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datepicker/1.3.0/css/datepicker.css" rel="stylesheet" type="text/css" />


.testimonials {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  
}

.testimonials .wrapper {
  width: 100%;
  padding: 0 15px;
}

.wrapper .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.wrapper .section-header .title {
  font-size: 32px;
  font-weight: 600;
  text-align: left;
  color: #333333;
  text-transform: capitalize;
  line-height: 1.2;
}

.wrapper .testimonial-item {
  background: #F1F9FF;
  border: 1px solid #CFD8DC;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.testimonial-item .info {
  display: flex;
  align-items: center;
}

.info img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
  margin-top: 30px;
}

.info .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: capitalize;
  margin-top: 30px;
}

.info .job {
  text-transform: capitalize;
}

.testimonial-item p {
  margin-top: 26px;
  font-size: 16px;
}

.testimonial-item .rating {
  margin-top: 15px;
  font-size: 24px;
  color: #FE9900;
}



body {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #333;
  outline: none;
  visibility: visible;
  /* overflow-X: hidden; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";
  text-align:justify;
}

body[dir="rtl"] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", sans-serif;
  color: #333333;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: left;
}

h1 {
  font-size: 44px;
}

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

h2 {
  font-size: 42px;
}

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

h3 {
  font-size: 24px;
}

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

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

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

a, button, img, input {
  transition: all 0.3s linear;
  outline: 0;
}

a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

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

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

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

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

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  float: left;
  width: 100%;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 40px;
  padding-bottom: 94px;
  padding-left: 10px;
}

@media only screen and (max-width: 1199px) {
  
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .hero
  {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .hero{
    padding-top: 100px !important;
    padding-bottom: 60px;
  }
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 145px;
}

@media only screen and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

.section-padding-03 {
  padding-top: 120px;
}

@media only screen and (max-width: 1199px) {
  .section-padding-03 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding-03 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-03 {
    padding-top: 60px;
  }
}

/*--Section Title--*/
.section-title {
  max-width: 690px;
  margin: 0 auto;
}

.section-title .title {
  font-size: 50px;
  line-height: 72px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 10%;
}

@media only screen and (max-width: 1199px) {
  .section-title .title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 28px;
    line-height: 36px;
  }
}

.section-title .sub-title {
  font-size: 14px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #FE9900;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

/*--Section Title Two--*/
.section-title2 {
  max-width: 690px;
  margin: 0 auto;
}

.section-title2 .title {
  font-size: 48px;
  line-height: 54px;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #333333;
}

.section-title2 .title span {
  color: #FE9900;
}

@media only screen and (max-width: 1199px) {
  .section-title2 .title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title2 .title {
    font-size: 28px;
    line-height: 36px;
  }
}

.section-title2 .sub-title {
  font-size: 12px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #a1a1a1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title2 p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #4c4d56;
  padding: 0 50px;
  margin-top: 20px;
}

/*--Section Title--*/
.section-title3 {
  max-width: 925px;
  margin: 0 auto;
}

.section-title3 .title {
  font-size: 48px;
  line-height: 72px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #333333;
}

@media only screen and (max-width: 1199px) {
  .section-title3 .title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title3 .title {
    font-size: 28px;
    line-height: 36px;
  }
}

.section-title3 .sub-title {
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  padding: 0 40px;
  border-radius: 35px;
  display: inline-block;
  background: #ffeeeb;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #ff5538;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.techmax-pagination .pagination .page-item {
  margin: 0 3px;
}

.techmax-pagination .pagination .page-item .page-link {
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 33px;
  font-size: 14px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  text-align: center;
  color: #6c7381;
  border: 0;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s linear;
}

.techmax-pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
}

.techmax-pagination .pagination .page-item .page-link:hover {
  background: #FE9900;
  color: #ffffff;
}

.techmax-pagination .pagination .page-item .page-link i {
  font-size: 12px;
}

.techmax-pagination .pagination .page-item.active .page-link {
  background: #FE9900;
  color: #ffffff;
}

/*--  Preloader Styles  --*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 999999;
}

#preloader .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
}

#preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FE9900;
  -webkit-animation: preloader 1.3s linear infinite;
          animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {
  border: 1px solid rgba(51, 51, 51, 0.3);
  box-shadow: none;
  color: #415674;
  border-radius: 8px;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 10px 16px;
  max-width: 100%;
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.3s linear;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
textarea:focus {
  outline: none;
  border-color: #FE9900;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #333333;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #333333;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #333333;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #333333;
  font-weight: 600;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* background-image: url(../images/icons/select-arrow-down.html); */
  background-position: calc(100% - 25px) 50%;
  background-repeat: no-repeat;
  font-family: "Roboto", sans-serif;
  width: 100%;
  border: none;
  background-color: #f7f7f7;
  line-height: 24px;
  font-weight: 300;
  height: 50px;
  padding: 10px 44px 10px 21px;
  color: #4c4d56;
  border-radius: 0;
  max-width: 500px;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.btn-wrap .btn {
  margin: 5px;
}







.btn-2 {
  height: 50px;
  line-height: 45px;
  font-size: 14px;
  padding: 0 45px;
}

.btn-3 {
  background: #ff5538;
  border: 2px solid #ff5538;
}

.btn-3:hover {
  color: #ff5538;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*="btn-icon-"] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}

.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}

.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-primary {
  background-color: #FE9900;
  border-color: #FE9900;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #FE9900;
  border-color: #FE9900;
}

.btn-secondary {
  background-color: #000c29;
  border-color: #000c29;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #000c29;
  border-color: #000c29;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #090d2f;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.btn-white::after {
  background: #FE9900;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  background: #030303;
  width: 100%;
  z-index: 999;
}

@media only screen and (max-width: 991px) {
  .transparent-header {
    padding: 15px 0;
  }
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo a img {
  width: 83px;
}

@media only screen and (max-width: 1199px) {
  .header-logo a img {
    width: 83px;
  }
}

.header-menu .main-menu {
  display: flex;
}

.header-menu .main-menu li {
  position: relative;
  padding: 16px 18px;
}

@media only screen and (max-width: 1199px) {
  .header-menu .main-menu li {
    padding: 20px 25px;
  }
}

.header-menu .main-menu li a {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
}
.active-menu
{
  border-bottom:3px solid #FE9900 ;
}



.header-menu .main-menu li.active-menu > .menu-icon::after {
  color: #FE9900;
}

.header-menu .main-menu li .menu-icon::after {
  content: '\f16c';
  font-family: "flaticon";
  font-size: 10px;
  color: #FE9900;
  margin-left: 5px;
  transition: all 0.3s linear;
}

.header-menu .main-menu li:hover > .menu-icon::after {
  color: #FE9900;
}

.header-menu .main-menu li:hover > a {
  color: #FE9900;
}
.sign-btn
{
  border: 1px solid #FE9900;
  border-radius: 8px;
  background-color: #FE9900;
  padding: 4px 15px;
  margin-right: -18px;
  color: #030303 !important;
  margin-top: -5px;
}

.header-menu .main-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-menu .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 270px;
  background: #ffffff;
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  padding: 20px 0;
  border-radius: 5px;
  border-top: 3px solid #FE9900;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  transition: all 0.3s linear;
}

.header-menu .main-menu li .sub-menu li {
  padding: 0;
}

.header-menu .main-menu li .sub-menu li a {
  padding: 5px 25px;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
  position: relative;
  z-index: 1;
}

.header-menu .main-menu li .sub-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FE9900;
  width: 10px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

.header-menu .main-menu li .sub-menu li.active > a {
  color: #FE9900;
  padding-left: 35px;
}

.header-menu .main-menu li .sub-menu li.active > a::before {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.header-menu .main-menu li .sub-menu li:hover > a {
  color: #FE9900;
  padding-left: 35px;
}

.header-menu .main-menu li .sub-menu li:hover > a::before {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-info {
  align-items: end;
}

.header-info .info-icon i {
  font-size: 25px;
  color: #FE9900;
}

.header-info .info-text {
  margin-left: 10px;
}

.header-info .info-text span {
  display: block;
  font-size: 10px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  color: #ababab;
}

.header-info .info-text .number {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Sora", sans-serif;
  color: #090d2f;
}

.header-search {
  margin-left: 25px;
}

.header-search .search-btn {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  color: #333333;
  border: 1px solid #ddd;
  transition: all 0.3s linear;
}

.header-search .search-btn:hover {
  color: #FE9900;
}

.search-wrap {
  width: 100%;
  height: 100%;
  /* overflow: hidden; */
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: rgba(0, 0, 0, 0.9);
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-inner .search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s linear;
}

.search-wrap .search-inner .search-close:hover {
  transform: rotate(90deg);
  color: #FE9900;
}

.search-wrap .search-inner .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}

.search-wrap .search-inner .search-cell .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 60%;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 80%;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  font-weight: 400;
  color: #ffffff;
  border-bottom: 2px solid #898989;
  text-align: center;
  letter-spacing: 2px;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    padding: 0 35px;
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    font-size: 16px;
    padding: 0 15px;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    font-size: 14px;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    font-size: 14px;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    font-size: 14px;
  }
}

.search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 25px;
  color: #ffffff;
  font-weight: 400;
}

@media only screen and (max-width: 1199px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 16px;
  }
}

@media only screen and (max-width: 575px) {
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    font-size: 14px;
  }
}

.header-cart {
  margin-left: 10px;
}

.header-cart .cart-btn {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  background: none;
  color: #333333;
  border: 1px solid #ddd;
  position: relative;
  transition: all 0.3s linear;
}

.header-cart .cart-btn:hover {
  color: #FE9900;
}

.header-cart .cart-btn .count {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #FE9900;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: -5px;
  right: -10px;
}

.dropdown-cart {
  max-width: 370px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  border: 0;
  transform: translateX(-50%) !important;
  left: 50% !important;
  top: 63px !important;
}

@media only screen and (max-width: 1399px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-85%) !important;
  }
}

@media only screen and (max-width: 991px) {
  .dropdown-cart {
    top: 56px !important;
  }
}

@media only screen and (max-width: 449px) {
  .dropdown-cart {
    left: 0 !important;
    transform: translateX(-72%) !important;
  }
}

.dropdown-cart .cart-items {
  height: 280px;
  overflow-y: auto;
}

.dropdown-cart .cart-items .single-cart-item {
  display: flex;
  align-items: center;
  position: relative;
}

.dropdown-cart .cart-items .single-cart-item + .single-cart-item {
  margin-top: 30px;
}

.dropdown-cart .cart-items .single-cart-item .item-image img {
  border-radius: 50%;
}

.dropdown-cart .cart-items .single-cart-item .item-content {
  flex: 1;
  padding-right: 25px;
  padding-left: 20px;
}

.dropdown-cart .cart-items .single-cart-item .item-content .title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
}

.dropdown-cart .cart-items .single-cart-item .item-content .quantity {
  font-size: 14px;
  color: #FE9900;
  line-height: 1.75;
  display: block;
}

.dropdown-cart .cart-items .single-cart-item .btn-close {
  position: absolute;
  width: 5px;
  height: 5px;
  top: 0;
  right: 5px;
}

.dropdown-cart .cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.dropdown-cart .cart-total .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #000000;
}

.dropdown-cart .cart-total .value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #FE9900;
}

.dropdown-cart .cart-btns {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}

.dropdown-cart .cart-btns .btn {
  height: 50px;
  line-height: 46px;
  font-size: 16px;
  padding: 0 35px;
  width: 48%;
}

.dropdown-cart .cart-btns .btn.btn-2 {
  background: #000c29;
  border: 2px solid transparent;
  transition: all 0.3s linear;
}

.dropdown-cart .cart-btns .btn.btn-2:hover {
  color: #000c29;
}

.header-section-2 .header-wrap .header-menu-2 {
  position: relative;
  padding-left: 20px;
}

@media only screen and (max-width: 1399px) {
  .header-section-2 .header-wrap .header-menu-2 {
    padding-left: 10px;
  }
}

.header-section-2 .header-wrap .header-menu-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ebebeb;
  width: 1px;
  height: 44px;
}

.header-section-2 .header-wrap .header-menu-2 .main-menu > li {
  padding: 40px 25px;
}

@media only screen and (max-width: 1399px) {
  .header-section-2 .header-wrap .header-menu-2 .main-menu > li {
    padding: 40px 15px;
  }
}

.header-section-2 .header-wrap .header-meta .header-search {
  margin-left: 0;
}

.header-section-2 .header-wrap .header-meta .header-search .search-btn {
  border: none;
}

.header-section-2 .header-wrap .header-meta .header-cart {
  margin-left: 0;
}

.header-section-2 .header-wrap .header-meta .header-cart .cart-btn {
  border: none;
}

.header-section-2 .header-wrap .header-meta .header-cart .cart-btn .count {
  position: absolute;
  top: 0px;
  right: -2px;
}

.header-section-2 .header-wrap .header-meta .header-info {
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
}

@media only screen and (max-width: 1399px) {
  .header-section-2 .header-wrap .header-meta .header-info {
    padding-left: 20px;
    margin-left: 20px;
  }
}

.header-section-2 .header-wrap .header-meta .header-info::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ebebeb;
  width: 1px;
  height: 44px;
}

.header-section-2 .header-wrap .header-meta .header-btn-2 {
  margin-left: 30px;
}

@media only screen and (max-width: 1399px) {
  .header-section-2 .header-wrap .header-meta .header-btn-2 {
    margin-left: 20px;
  }
}

.header-section-2 .header-wrap .header-meta .header-btn-2 .btn {
  height: 50px;
  line-height: 46px;
  padding: 0 45px;
}

.header-logo-3 .logo-black {
  display: none;
}

.transparent-header-3 {
  background: transparent;
  border-bottom: 1px solid #b5b5b5;
}

.transparent-header-3.sticky {
  background: #ffffff;
  border-bottom: 0;
}

.transparent-header-3.sticky .header-wrap .header-logo-3 .logo-black {
  display: block;
}

.transparent-header-3.sticky .header-wrap .header-logo-3 .logo-white {
  display: none;
}

.transparent-header-3.sticky .header-wrap .header-menu-3 .main-menu li a {
  color: #090d2f;
}

.transparent-header-3.sticky .header-wrap .header-menu-3 .main-menu li .menu-icon::after {
  color: #94a0b9;
}

.transparent-header-3.sticky .header-wrap .header-meta .header-info .info-icon i {
  color: #ff5538;
}

.transparent-header-3.sticky .header-wrap .header-meta .header-info .info-text span {
  color: #ababab;
}

.transparent-header-3.sticky .header-wrap .header-meta .header-info .info-text .number {
  color: #090d2f;
}

.transparent-header-3.sticky .header-wrap .header-meta .header-search .search-btn {
  color: #333333;
  border: 1px solid #ddd;
}

.transparent-header-3.sticky .header-wrap .header-meta .header-search .search-btn:hover {
  color: #ff5538;
}

.transparent-header-3.sticky .header-wrap .header-meta .header-cart .cart-btn {
  color: #333333;
  border: 1px solid #ddd;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li a {
  color: #ffffff;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li.active-menu > a {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li.active-menu > .menu-icon::after {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li .menu-icon::after {
  color: #ffffff;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li:hover > .menu-icon::after {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li:hover > a {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li .sub-menu {
  border-top: 3px solid #ff5538;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li .sub-menu li a {
  color: #090d2f;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li .sub-menu li a::before {
  background: #ff5538;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li .sub-menu li.active > a {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-menu-3 .main-menu li .sub-menu li:hover > a {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-info .info-icon i {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-info .info-text span {
  color: #ffffff;
}

.header-section-3 .header-wrap .header-meta .header-info .info-text .number {
  color: #ffffff;
}

.header-section-3 .header-wrap .header-meta .header-info .info-text .number a:hover {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-search .search-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.header-section-3 .header-wrap .header-meta .header-search .search-btn:hover {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-search .search-wrap .search-inner .search-close:hover {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-search .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:focus {
  border-color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-cart .cart-btn {
  color: #ffffff;
  border: 1px solid #ffffff;
}

.header-section-3 .header-wrap .header-meta .header-cart .cart-btn:hover {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-cart .cart-btn .count {
  background: #ff5538;
  color: #ffffff;
}

.header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-items .single-cart-item .item-image img {
  border-radius: 50%;
}

.header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-items .single-cart-item .item-content .title a:hover {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-items .single-cart-item .item-content .quantity {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-total .value {
  color: #ff5538;
}

.header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-btns .btn {
  height: 50px;
  line-height: 46px;
  font-size: 16px;
  padding: 0 35px;
  width: 48%;
}

.header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-btns .btn.btn-2 {
  background: #000c29;
  border: 2px solid transparent;
  transition: all 0.3s linear;
}

.header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-btns .btn.btn-2:hover {
  color: #000c29;
}

.header-toggle {
  margin-left: 30px;
}

.header-toggle button {
  background: none;
  border: 0;
  padding: 0;
}

.header-toggle button span {
  width: 25px;
  height: 2px;
  background: #FE9900;
  margin: 5px 0;
  display: block;
}

.header-toggle button span:last-child {
  margin-bottom: 0;
}

.header-toggle-3 button span {
  background: #ff5538;
}

.header-section-4 .header-wrap .header-menu {
  margin-left: auto;
}

.header-section-4 .header-wrap .header-meta-4 {
  margin-left: 15px;
}

.header-section-4 .header-wrap .header-meta-4 .header-search {
  position: relative;
  margin-right: 5px;
  padding-right: 5px;
}

.header-section-4 .header-wrap .header-meta-4 .header-search::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #ebebeb;
  width: 1px;
  height: 30px;
}

.header-section-5 {
  background: rgba(0, 0, 0, 0.7);
}

.header-section-5 .header-wrap .header-logo .logo-black {
  display: none;
}

.header-section-5 .header-wrap .header-menu .main-menu li a {
  color: #ffffff;
}

.header-section-5 .header-wrap .header-menu .main-menu li.active-menu > a {
  color: #FE9900;
}

.header-section-5 .header-wrap .header-menu .main-menu li.active-menu > .menu-icon::after {
  color: #FE9900;
}

.header-section-5 .header-wrap .header-menu .main-menu li .menu-icon::after {
  color: #ffffff;
}

.header-section-5 .header-wrap .header-menu .main-menu li:hover > .menu-icon::after {
  color: #FE9900;
}

.header-section-5 .header-wrap .header-menu .main-menu li:hover > a {
  color: #FE9900;
}

.header-section-5 .header-wrap .header-menu .main-menu li .sub-menu {
  border-top: 3px solid #FE9900;
}

.header-section-5 .header-wrap .header-menu .main-menu li .sub-menu li a {
  color: #090d2f;
}

.header-section-5 .header-wrap .header-menu .main-menu li .sub-menu li a::before {
  background: #FE9900;
}

.header-section-5 .header-wrap .header-menu .main-menu li .sub-menu li.active > a {
  color: #FE9900;
}

.header-section-5 .header-wrap .header-menu .main-menu li .sub-menu li:hover > a {
  color: #FE9900;
}

.header-section-5 .header-wrap .header-meta .header-search .search-btn {
  color: #ffffff;
}

.header-section-5 .header-wrap .header-meta .header-cart .cart-btn {
  color: #ffffff;
}

.header-section-5.sticky {
  background: #ffffff;
}

.header-section-5.sticky .header-wrap .header-logo .logo-black {
  display: block;
}

.header-section-5.sticky .header-wrap .header-logo .logo-white {
  display: none;
}

.header-section-5.sticky .header-wrap .header-menu .main-menu li a {
  color: #ffffff;
}

.header-section-5.sticky .header-wrap .header-menu .main-menu li.active-menu > a {
  color: #FE9900;
}

.header-section-5.sticky .header-wrap .header-menu .main-menu li.active-menu > .menu-icon::after {
  color: #FE9900;
}

.header-section-5.sticky .header-wrap .header-menu .main-menu li .menu-icon::after {
  color: #ffffff;
}

.header-section-5.sticky .header-wrap .header-menu .main-menu li:hover > .menu-icon::after {
  color: #FE9900;
}

.header-section-5.sticky .header-wrap .header-menu .main-menu li:hover > a {
  color: #FE9900;
}

.header-section-5.sticky .header-wrap .header-menu .main-menu li .menu-icon::after {
  color: #94a0b9;
}

.header-section-5.sticky .header-wrap .header-meta .header-search .search-btn {
  color: #333333;
}

.header-section-5.sticky .header-wrap .header-meta .header-cart .cart-btn {
  color: #333333;
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
          animation: sticky 1s;
}

@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

/*--
/*  2.2 - Header Bottom CSS
/*----------------------------------------*/
/*--
/*  2.3 - Header Top CSS
/*----------------------------------------*/
.offcanvas {
  background: #030303;
  width: 320px;
}

@media only screen and (max-width: 575px) {
  .offcanvas {
    width: 100%;
  }
}

.offcanvas-header .close-btn {
  background: none;
  border: 0;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s linear;
}

.offcanvas-header .close-btn:hover {
  transform: rotate(90deg);
  color: #FE9900;
}

.offcanvas-logo a img {
  width: 130px;
}

.offcanvas-menu {
  padding: 30px 0;
}

.offcanvas-menu .main-menu li {
  position: relative;
}

.offcanvas-menu .main-menu li a {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  color: #ffffff;
  padding: 10px 0px;
  position: relative;
}

.offcanvas-menu .main-menu li .menu-expand {
  position: absolute;
  right: 20px;
  top: 14px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.offcanvas-menu .main-menu li .menu-expand::before {
  position: absolute;
  content: '';
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li .menu-expand::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  left: 50%;
  top: 50%;
  bottom: 0;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li:hover > a {
  color: #FE9900;
}

.offcanvas-menu .main-menu li.active > .menu-expand::after {
  height: 0;
}

.offcanvas-menu .main-menu li ul {
  padding-left: 6%;
  display: none;
}

/*----------------------------------------*/
/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  03 - Hero CSS
/*----------------------------------------*/
.tech-hero-section {
  height: 1120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  z-index: 1;
   margin-top:50px;
}

.tech-hero-section .shape-1 {
  width: 417px;
  height: 417px;
  background: linear-gradient(150deg, #FE9900 0%, #28b5a9 100%);
  opacity: 0.9;
  border-radius: 50%;
  position: absolute;
  top: 115px;
  left: 50px;
  z-index: -1;
}

.tech-hero-section .hero-content {
  padding-top: 290px;
  max-width: 520px;
}

.tech-hero-section .hero-content .sub-title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}

.tech-hero-section .hero-content .title {
  font-size: 72px;
  line-height: 92px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 10px;
}

.tech-hero-section .hero-content p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-top: 25px;
}

.tech-hero-section .hero-content .hero-btn {
  margin-top: 40px;
}

@media only screen and (max-width: 1399px) {
  .tech-hero-section {
    height: 920px;
  }
}

@media only screen and (max-width: 1199px) {
  .tech-hero-section {
    height: 920px;
  }
  .tech-hero-section .shape-1 {
    width: 350px;
    height: 350px;
    top: 115px;
    left: 170px;
  }
  .tech-hero-section .hero-content {
    padding-top: 250px;
  }
  .tech-hero-section .hero-content .title {
    font-size: 55px;
    line-height: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .tech-hero-section {
    height: 780px;
  }
  .tech-hero-section .hero-content {
    padding-top: 170px;
  }
}

@media only screen and (max-width: 767px) {
  .tech-hero-section .shape-1 {
    width: 250px;
    height: 250px;
    left: 30px;
  }
  .tech-hero-section .hero-content .title {
    font-size: 48px;
    line-height: 62px;
  }
  .tech-hero-section .hero-content .hero-btn .btn {
    padding: 0 45px;
  }
}

@media only screen and (max-width: 575px) {
  .tech-hero-section .hero-content .sub-title {
    font-size: 14px;
    line-height: 26px;
  }
  .tech-hero-section .hero-content .title {
    font-size: 36px;
    line-height: 48px;
  }
  .tech-hero-section .hero-content p {
    font-size: 16px;
  }
}

.tech-hero-section-2 {
  height: 955px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tech-hero-section-2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #00213a;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tech-hero-section-2 .shape-1 {
  width: 578px;
  height: 315px;
  background-image: linear-gradient(290deg, #54d6eb 0%, #FE9900 100%);
  transform: skewY(15deg);
  position: absolute;
  left: 7.5%;
  top: 25%;
  z-index: -1;
}

.tech-hero-section-2 .shape-2 {
  width: 578px;
  height: 315px;
  background-image: linear-gradient(290deg, #54d6eb 0%, #FE9900 100%);
  transform: skewY(15deg);
  position: absolute;
  left: 3.5%;
  top: 50%;
  z-index: -1;
}

.tech-hero-section-2 .shape-3 {
  width: 578px;
  height: 315px;
  background: #ffffff;
  opacity: 0.2;
  transform: skewY(15deg);
  position: absolute;
  left: 12%;
  top: 40%;
  z-index: -1;
}

.tech-hero-section-2 .shape-4 {
  width: 578px;
  height: 315px;
  background: linear-gradient(90deg, #54d6eb 0%, #FE9900 100%);
  opacity: 0.8;
  transform: skewY(15deg);
  position: absolute;
  right: -10%;
  top: 76%;
  z-index: -1;
}

.tech-hero-section-2 .shape-5 {
  width: 358px;
  height: 195px;
  background: linear-gradient(280deg, #54d6eb 0%, #FE9900 100%);
  opacity: 0.8;
  transform: skewY(15deg);
  position: absolute;
  right: -6%;
  top: 67%;
  z-index: -1;
}

.tech-hero-section-2 .hero-content {
  max-width: 630px;
}

.tech-hero-section-2 .hero-content .sub-title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}

.tech-hero-section-2 .hero-content .title {
  font-size: 60px;
  line-height: 78px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 10px;
}

.tech-hero-section-2 .hero-content .hero-btn {
  margin-top: 40px;
}

@media only screen and (max-width: 1199px) {
  .tech-hero-section-2 .shape-1 {
    width: 450px;
    height: 250px;
  }
  .tech-hero-section-2 .shape-2 {
    width: 450px;
    height: 250px;
    top: 46%;
  }
  .tech-hero-section-2 .shape-3 {
    width: 450px;
    height: 250px;
  }
  .tech-hero-section-2 .shape-4 {
    width: 450px;
    height: 250px;
    top: 81%;
  }
  .tech-hero-section-2 .shape-5 {
    width: 250px;
    height: 180px;
    top: 71%;
    right: -5%;
  }
  .tech-hero-section-2 .hero-content .title {
    font-size: 48px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .tech-hero-section-2 {
    height: 760px;
  }
}

@media only screen and (max-width: 767px) {
  .tech-hero-section-2 {
    height: 660px;
  }
  .tech-hero-section-2 .shape-1 {
    width: 350px;
    height: 190px;
  }
  .tech-hero-section-2 .shape-2 {
    width: 350px;
    height: 190px;
    top: 46%;
  }
  .tech-hero-section-2 .shape-3 {
    width: 350px;
    height: 190px;
    top: 37%;
  }
  .tech-hero-section-2 .shape-4 {
    width: 350px;
    height: 190px;
  }
  .tech-hero-section-2 .shape-5 {
    width: 220px;
    height: 150px;
    top: 71%;
    right: -5%;
  }
  .tech-hero-section-2 .hero-content .sub-title {
    font-size: 14px;
    line-height: 28px;
  }
  .tech-hero-section-2 .hero-content .title {
    font-size: 40px;
    line-height: 52px;
  }
}

@media only screen and (max-width: 575px) {
  .tech-hero-section-2 {
    height: 660px;
  }
  .tech-hero-section-2 .shape-1 {
    width: 350px;
    height: 190px;
  }
  .tech-hero-section-2 .shape-2 {
    width: 350px;
    height: 190px;
    top: 46%;
  }
  .tech-hero-section-2 .shape-3 {
    width: 350px;
    height: 190px;
    top: 37%;
  }
  .tech-hero-section-2 .shape-4 {
    display: none;
  }
  .tech-hero-section-2 .shape-5 {
    display: none;
  }
  .tech-hero-section-2 .hero-content .title {
    font-size: 32px;
    line-height: 46px;
  }
}

.tech-hero-section-3 {
  padding-top: 240px;
  padding-bottom: 135px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.tech-hero-section-3 .hero-content {
  max-width: 580px;
}

.tech-hero-section-3 .hero-content .sub-title {
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}

.tech-hero-section-3 .hero-content .title {
  font-size: 72px;
  line-height: 92px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 10px;
}

.tech-hero-section-3 .hero-content .btn {
  margin-top: 55px;
}

.tech-hero-section-3 .hero-content .hero-play-btn {
  margin-top: 80px;
}

.tech-hero-section-3 .hero-content .hero-play-btn .play-btn i {
  width: 70px;
  height: 70px;
  background: transparent;
  display: inline-block;
  line-height: 70px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.tech-hero-section-3 .hero-content .hero-play-btn .play-btn i:hover {
  color: #ff5538;
}

.tech-hero-section-3 .hero-content .hero-play-btn .play-btn span {
  font-size: 22px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #ffffff;
  margin-left: 10px;
}

.tech-hero-section-3 .hero-form {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  max-width: 460px;
}

.tech-hero-section-3 .hero-form .hero-form-wrap {
  padding: 45px;
  box-shadow: 0px 0px 40px 0px rgba(49, 48, 48, 0.81);
}

.tech-hero-section-3 .hero-form .hero-form-wrap .heading-wrap {
  margin-bottom: 5px;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .heading-wrap .title {
  font-size: 30px;
  line-height: 36px;
  color: #3c424c;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .single-form {
  margin-top: 20px;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  background: #f0f0f0;
  height: 55px;
  line-height: 55px;
  border: 0;
  padding-left: 15px;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #333333;
  font-family: "Sora", sans-serif;
  font-weight: 600;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #333333;
  font-family: "Sora", sans-serif;
  font-weight: 600;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #333333;
  font-family: "Sora", sans-serif;
  font-weight: 600;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #333333;
  font-family: "Sora", sans-serif;
  font-weight: 600;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .single-form textarea {
  height: 90px;
  background: #f0f0f0;
  border: 0;
  padding-left: 15px;
  resize: none;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #333333;
  font-family: "Sora", sans-serif;
  font-weight: 600;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #686f7a;
  font-family: "Sora", sans-serif;
  font-weight: 600;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #333333;
  font-family: "Sora", sans-serif;
  font-weight: 600;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #333333;
  font-family: "Sora", sans-serif;
  font-weight: 600;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .form-btn {
  margin-top: 20px;
}

.tech-hero-section-3 .hero-form .hero-form-wrap .form-btn .btn {
  font-size: 16px;
  width: 100%;
  height: 50px;
  line-height: 46px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .tech-hero-section-3 {
    padding-top: 210px;
    padding-bottom: 110px;
  }
  .tech-hero-section-3 .hero-content .title {
    font-size: 55px;
    line-height: 70px;
  }
}

@media only screen and (max-width: 991px) {
  .tech-hero-section-3 {
    padding-top: 190px;
  }
  .tech-hero-section-3 .hero-content .title {
    font-size: 48px;
    line-height: 60px;
  }
  .tech-hero-section-3 .hero-form {
    max-width: 100%;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .tech-hero-section-3 {
    padding-top: 170px;
    padding-bottom: 80px;
  }
  .tech-hero-section-3 .hero-content .sub-title {
    font-size: 15px;
    line-height: 28px;
  }
  .tech-hero-section-3 .hero-content .hero-play-btn .play-btn i {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .tech-hero-section-3 .hero-content .hero-play-btn .play-btn span {
    font-size: 18px;
  }
  .tech-hero-section-3 .hero-form .hero-form-wrap .heading-wrap .title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 575px) {
  .tech-hero-section-3 .hero-content .title {
    font-size: 35px;
    line-height: 48px;
  }
  .tech-hero-section-3 .hero-form .hero-form-wrap .heading-wrap .title {
    font-size: 22px;
  }
  .tech-hero-section-3 .hero-form .hero-form-wrap .form-btn .btn {
    padding: 0 45px;
  }
}

.tech-hero-section-4 {
  padding-top: 85px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.tech-hero-section-4 .hero-content {
  padding-top: 155px;
  max-width: 550px;
}

.tech-hero-section-4 .hero-content .sub-title {
  font-size: 14px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  height: 40px;
  line-height: 38px;
  background: #252239;
  padding: 0 25px;
  display: inline-block;
  border-radius: 35px;
  margin-bottom: 10px;
}

.tech-hero-section-4 .hero-content .title {
  font-size: 72px;
  line-height: 92px;
  color: #ffffff;
}

.tech-hero-section-4 .hero-content p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-top: 25px;
}

.tech-hero-section-4 .hero-content .btn {
  margin-top: 50px;
}

.tech-hero-section-4 .hero-images {
  padding-top: 50px;
  text-align: center;
  position: relative;
}

.tech-hero-section-4 .hero-images .shape-1 {
  position: absolute;
  top: 75px;
  left: -15px;
  -webkit-animation: rotate-style 50s linear infinite;
          animation: rotate-style 50s linear infinite;
}

.tech-hero-section-4 .hero-images .images {
  position: relative;
  bottom: -30px;
}

@media only screen and (max-width: 1199px) {
  .tech-hero-section-4 .hero-content .title {
    font-size: 55px;
    line-height: 72px;
  }
  .tech-hero-section-4 .hero-images .images {
    padding: 0 35px;
  }
}

@media only screen and (max-width: 991px) {
  .tech-hero-section-4 .hero-content {
    padding-top: 110px;
  }
  .tech-hero-section-4 .hero-content .sub-title {
    font-size: 12px;
    padding: 0 20px;
  }
  .tech-hero-section-4 .hero-content .title {
    font-size: 45px;
    line-height: 60px;
  }
  .tech-hero-section-4 .hero-images .images {
    padding: 0 0px;
  }
}

@media only screen and (max-width: 767px) {
  .tech-hero-section-4 .hero-content {
    padding-top: 80px;
  }
  .tech-hero-section-4 .hero-images .shape-1 {
    left: 0;
  }
  .tech-hero-section-4 .hero-images .images {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 575px) {
  .tech-hero-section-4 .hero-content .title {
    font-size: 35px;
    line-height: 48px;
  }
}

.tech-hero-section-5 {
  height: 960px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.tech-hero-section-5 .shape-1 {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: -1;
}

.tech-hero-section-5 .shape-2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.tech-hero-section-5 .hero-content {
  max-width: 880px;
  margin: 0 auto;
  padding-top: 60px;
}

.tech-hero-section-5 .hero-content .sub-title {
  font-size: 16px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 30px;
}

.tech-hero-section-5 .hero-content .title {
  font-size: 72px;
  line-height: 92px;
  color: #ffffff;
}

.tech-hero-section-5 .hero-content p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-top: 25px;
}

.tech-hero-section-5 .hero-content .btn {
  margin-top: 45px;
}

@media only screen and (max-width: 1199px) {
  .tech-hero-section-5 {
    height: 860px;
  }
  .tech-hero-section-5 .shape-1 img {
    width: 80%;
  }
  .tech-hero-section-5 .shape-2 {
    right: -140px;
  }
  .tech-hero-section-5 .shape-2 img {
    width: 80%;
  }
  .tech-hero-section-5 .hero-content .title {
    font-size: 55px;
    line-height: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .tech-hero-section-5 {
    height: 760px;
  }
  .tech-hero-section-5 .hero-content .title {
    font-size: 45px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .tech-hero-section-5 {
    height: 660px;
  }
  .tech-hero-section-5 .shape-1 img {
    width: 60%;
  }
  .tech-hero-section-5 .shape-2 {
    right: -280px;
  }
  .tech-hero-section-5 .shape-2 img {
    width: 60%;
  }
  .tech-hero-section-5 .hero-content .title {
    font-size: 40px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 575px) {
  .tech-hero-section-5 .hero-content .sub-title {
    font-size: 16px;
  }
  .tech-hero-section-5 .hero-content .title {
    font-size: 35px;
    line-height: 48px;
  }
}

.tech-hero-section-6 {
  padding-top: 85px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
}

.tech-hero-section-6::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-55deg, #54d6eb 0%, #FE9900 100%);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.tech-hero-section-6 .hero-content {
  padding-top: 140px;
  max-width: 620px;
}

.tech-hero-section-6 .hero-content .sub-title {
  font-size: 16px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

.tech-hero-section-6 .hero-content .title {
  font-size: 72px;
  line-height: 92px;
  color: #ffffff;
}

.tech-hero-section-6 .hero-content p {
  font-size: 18px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #ffffff;
  margin-top: 25px;
  padding-right: 35px;
}

.tech-hero-section-6 .hero-content .btn {
  margin-top: 50px;
}

.tech-hero-section-6 .hero-images {
  padding-top: 125px;
  text-align: right;
  position: relative;
  z-index: 1;
}

.tech-hero-section-6 .hero-images::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(-40deg, #54d6eb 0%, #FE9900 100%);
  opacity: 0.9;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  transform: translate(-35px, 40px);
  z-index: -1;
  -webkit-animation: animate-02 9s linear infinite;
          animation: animate-02 9s linear infinite;
}

@media only screen and (max-width: 1399px) {
  .tech-hero-section-6 .hero-content .title {
    font-size: 60px;
    line-height: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .tech-hero-section-6 .hero-content {
    padding-top: 110px;
  }
  .tech-hero-section-6 .hero-content .title {
    font-size: 55px;
    line-height: 72px;
  }
  .tech-hero-section-6 .hero-images::before {
    width: 480px;
    height: 480px;
    transform: translate(-30px, 80px);
  }
}

@media only screen and (max-width: 991px) {
  .tech-hero-section-6 .hero-content {
    padding-top: 70px;
  }
  .tech-hero-section-6 .hero-content .sub-title {
    font-size: 14px;
  }
  .tech-hero-section-6 .hero-content .title {
    font-size: 40px;
    line-height: 55px;
  }
  .tech-hero-section-6 .hero-content p {
    font-size: 14px;
    padding-right: 0;
  }
  .tech-hero-section-6 .hero-images::before {
    width: 380px;
    height: 380px;
    transform: translate(-25px, 80px);
  }
}

@media only screen and (max-width: 767px) {
  .tech-hero-section-6 .hero-content p {
    font-size: 16px;
  }
  .tech-hero-section-6 .hero-images::before {
    width: 430px;
    height: 430px;
    transform: translate(5px, 80px);
  }
  .tech-hero-section-6 .hero-images .images {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 575px) {
  .tech-hero-section-6 .hero-content .title {
    font-size: 35px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 449px) {
  .tech-hero-section-6 .hero-images {
    padding-top: 90px;
  }
  .tech-hero-section-6 .hero-images::before {
    width: 350px;
    height: 350px;
    transform: translate(-10px, 60px);
  }
  .tech-hero-section-6 .hero-images .images {
    padding: 0 15px;
  }
}

@-webkit-keyframes animate-02 {
  0%, 100% {
    border-radius: 50% 50% 50% 50% / 50% 35% 65% 50%;
  }
  34% {
    border-radius: 50% 50% 35% 65% / 50% 50% 50% 50%;
  }
  50% {
    border-radius: 50% 50% 50% 50% / 65% 50% 50% 35%;
  }
  67% {
    border-radius: 35% 65% 50% 50% / 50% 50% 50% 50%;
  }
}

@keyframes animate-02 {
  0%, 100% {
    border-radius: 50% 50% 50% 50% / 50% 35% 65% 50%;
  }
  34% {
    border-radius: 50% 50% 35% 65% / 50% 50% 50% 50%;
  }
  50% {
    border-radius: 50% 50% 50% 50% / 65% 50% 50% 35%;
  }
  67% {
    border-radius: 35% 65% 50% 50% / 50% 50% 50% 50%;
  }
}

/*--
/*  04 - Service CSS
/*----------------------------------------*/
.service-section .service-wrap {
  margin-top: -130px;
  margin-bottom: -30px;
  position: relative;
  z-index: 5;
}

.service-section .service-wrap .service-item {
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.09);
  padding: 50px 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1399px) {
  .service-section .service-wrap .service-item {
    padding: 50px 25px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-section .service-wrap .service-item {
    padding: 40px 20px;
  }
}

.service-section .service-wrap .service-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(148deg, #54d6eb 0%, #055fdd 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s linear;
  visibility: hidden;
}

.service-section .service-wrap .service-item .shape-1 {
  width: 235px;
  height: 235px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -80px;
  right: -80px;
  opacity: 0;
  transition: all 0.3s linear;
  visibility: hidden;
  z-index: -1;
}

.service-section .service-wrap .service-item .shape-2 {
  position: absolute;
  right: -135px;
  bottom: 55px;
  opacity: 0;
  transition: all 0.3s linear;
  visibility: hidden;
  z-index: -1;
}

.service-section .service-wrap .service-item .service-content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 12px;
  transition: all 0.3s linear;
}

.service-section .service-wrap .service-item .service-content .title a {
  color: #231e32;
}

@media only screen and (max-width: 1199px) {
  .service-section .service-wrap .service-item .service-content .title {
    font-size: 20px;
  }
}

.service-section .service-wrap .service-item .service-content p {
  font-size: 14px;
  line-height: 26px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #4c4d56;
  margin-top: 20px;
  transition: all 0.3s linear;
}

.service-section .service-wrap .service-item:hover::before {
  opacity: 1;
  visibility: visible;
}

.service-section .service-wrap .service-item:hover .shape-1 {
  opacity: 1;
  visibility: visible;
}

.service-section .service-wrap .service-item:hover .shape-2 {
  opacity: 1;
  visibility: visible;
}

.service-section .service-wrap .service-item:hover .service-content .title a {
  color: #ffffff;
}

.service-section .service-wrap .service-item:hover .service-content p {
  color: #ffffff;
}

.service-section-2 {
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 110px;
}

@media only screen and (max-width: 1199px) {
  .service-section-2 {
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 991px) {
  .service-section-2 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .service-section-2 {
    padding-bottom: 40px;
  }
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 {
  padding-top: 60px;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img a {
  display: block;
  position: relative;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img a img {
  width: 100%;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #FFFFFF00 0%, #010f31 100%);
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 0;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img .shape-1 {
  width: 355px;
  height: 205px;
  background: linear-gradient(90deg, #54d6eb 0%, #FE9900 100%);
  transform: skewY(15deg);
  position: absolute;
  right: -9%;
  top: 48%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  z-index: 1;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img .shape-2 {
  width: 355px;
  height: 120px;
  background: linear-gradient(280deg, #54d6eb 0%, #FE9900 100%);
  transform: skewY(15deg);
  position: absolute;
  right: -35%;
  top: 42%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
  z-index: 1;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img .service-img-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 50px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}

@media only screen and (max-width: 1199px) {
  .service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img .service-img-text {
    padding: 0 30px;
  }
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-img .service-img-text p {
  font-size: 16px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Sora", sans-serif;
  font-weight: 400;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 30px 40px 40px 35px;
}

@media only screen and (max-width: 1399px) {
  .service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-content {
    padding: 30px 25px 35px 25px;
  }
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-content .title {
  font-size: 24px;
  line-height: 30px;
  color: #231e32;
}

@media only screen and (max-width: 1399px) {
  .service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-content .title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-content .title {
    font-size: 17px;
  }
}

@media only screen and (max-width: 991px) {
  .service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-content .title {
    font-size: 20px;
  }
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item .service-content .read-more {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  background: #FE9900;
  color: #ffffff;
  display: inline-block;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item:hover .service-img .shape-1 {
  opacity: 0.8;
  visibility: visible;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item:hover .service-img .shape-2 {
  opacity: 0.8;
  visibility: visible;
}

.service-section-2 .service-wrap-2 .service-content-wrap-2 .service-item:hover .service-img .service-img-text {
  opacity: 1;
  visibility: visible;
  transform: translateY(-45px);
}







.service-section-3 {
  background: #fbfaff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.service-section-3 .service-wrap-3 .service-slider-wrap {
  margin-top: 70px;
}

@media only screen and (max-width: 991px) {
  .service-section-3 .service-wrap-3 .service-slider-wrap {
    margin-top: 50px;
  }
}

.service-section-3 .service-wrap-3 .service-slider-wrap .service-item {
  background: #ffffff;
  padding: 55px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
}

@media only screen and (max-width: 1199px) {
  .service-section-3 .service-wrap-3 .service-slider-wrap .service-item {
    padding: 40px;
  }
}

.service-section-3 .service-wrap-3 .service-slider-wrap .service-item .service-content .title {
  font-size: 22px;
  line-height: 30px;
  margin-top: 30px;
}

@media only screen and (max-width: 1199px) {
  .service-section-3 .service-wrap-3 .service-slider-wrap .service-item .service-content .title {
    font-size: 20px;
  }
}

.service-section-3 .service-wrap-3 .service-slider-wrap .service-item .service-content .title a {
  color: #231e32;
}

.service-section-3 .service-wrap-3 .service-slider-wrap .service-item .service-content .title a:hover {
  color: #ff5538;
}

.service-section-3 .service-wrap-3 .service-slider-wrap .service-item .service-content p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  color: #4c4d56;
  margin-top: 10px;
}

.service-section-3 .service-wrap-3 .service-slider-wrap .service-item .service-content .read-more {
  font-size: 16px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #ff5538;
  margin-top: 15px;
}

.service-section-3 .service-wrap-3 .service-slider-wrap .service-item .service-content .read-more i {
  position: relative;
  top: 2px;
  transform: translateX(10px);
  transition: all 0.3s linear;
}

.service-section-3 .service-wrap-3 .service-slider-wrap .service-item .service-content .read-more:hover i {
  transform: translateX(15px);
}




.service-section-4 .service-wrap-4 .service-left .title {
  font-size: 42px;
  line-height: 60px;
  font-weight: 800;
  color: #333333;
  padding-right: 10px;
}

@media only screen and (max-width: 1399px) {
  .service-section-4 .service-wrap-4 .service-left .title {
    font-size: 40px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .service-section-4 .service-wrap-4 .service-left .title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .service-section-4 .service-wrap-4 .service-left .title {
    font-size: 28px;
    line-height: 40px;
  }
}

.service-section-4 .service-wrap-4 .service-left .title span {
  color: #ff5538;
}

.service-section-4 .service-wrap-4 .service-left .service-list {
  margin-top: 50px;
}

.service-section-4 .service-wrap-4 .service-left .service-list li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
  padding-bottom: 25px;
}

.service-section-4 .service-wrap-4 .service-left .service-list li:last-child {
  margin-bottom: 0;
}

.service-section-4 .service-wrap-4 .service-left .service-list li a {
  font-size: 20px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #333333;
}

@media only screen and (max-width: 575px) {
  .service-section-4 .service-wrap-4 .service-left .service-list li a {
    font-size: 18px;
  }
}

.service-section-4 .service-wrap-4 .service-left .service-list li a:hover {
  color: #ff5538;
}

.service-section-4 .service-wrap-4 .service-left .service-list li a:hover i {
  transform: translateX(20px);
}

.service-section-4 .service-wrap-4 .service-left .service-list li a i {
  transform: translateX(15px);
  transition: all 0.3s linear;
}

.service-section-4 .service-wrap-4 .service-right {
  padding-left: 40px;
}

@media only screen and (max-width: 1199px) {
  .service-section-4 .service-wrap-4 .service-right {
    padding-top: 30px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .service-section-4 .service-wrap-4 .service-right .service-item {
    margin-top: 30px;
  }
}

.service-section-4 .service-wrap-4 .service-right .service-item .service-img {
  border-radius: 10px;
  overflow: hidden;
}

.service-section-4 .service-wrap-4 .service-right .service-item .service-img a {
  display: block;
}

.service-section-4 .service-wrap-4 .service-right .service-item .service-img a:hover img {
  transform: scale(1.1);
}

.service-section-4 .service-wrap-4 .service-right .service-item .service-img a img {
  width: 100%;
  transition: all 0.3s linear;
}

.service-section-4 .service-wrap-4 .service-right .service-item .service-content .title {
  font-size: 22px;
  line-height: 30px;
  margin-top: 30px;
}

.service-section-4 .service-wrap-4 .service-right .service-item .service-content .title a {
  color: #231e32;
}

.service-section-4 .service-wrap-4 .service-right .service-item .service-content .title a:hover {
  color: #ff5538;
}

.service-section-4 .service-wrap-4 .service-right .service-item .service-content p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  color: #4c4d56;
  margin-top: 10px;
}

.service-section-4 .service-wrap-4 .service-right .service-item .service-content .read-more {
  font-size: 16px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #ff5538;
  margin-top: 20px;
}

.service-section-4 .service-wrap-4 .service-right .service-item .service-content .read-more:hover i {
  transform: translateX(15px);
}

.service-section-4 .service-wrap-4 .service-right .service-item .service-content .read-more i {
  position: relative;
  top: 2px;
  transform: translateX(10px);
  transition: all 0.3s linear;
}

.service-section-5 .service-wrap {
  margin-top: 0;
  margin-bottom: -190px;
}

.service-section-5 .service-wrap .about-service-item {
  padding: 50px;
  margin-top: 30px;
  margin-bottom: 0;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1199px) {
  .service-section-5 .service-wrap .about-service-item {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .service-section-5 .service-wrap .about-service-item {
    padding: 40px 22px;
  }
}

.service-section-5 .service-wrap .about-service-item .service-icon {
  height: 135px;
  width: 135px;
  background: #e9f1fc;
  line-height: 130px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 25px;
}

.service-section-6 {
  background: #ffffff;
}

.service-section-6 .service-wrap-3 .service-slider-wrap {
  margin-top: -140px;
  position: relative;
  z-index: 1;
}

.service-section-6 .service-wrap-3 .service-slider-wrap .service-item {
  background: #ffffff;
  padding: 40px 50px 35px 150px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  background-repeat: no-repeat;
  background-position: center left;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1399px) {
  .service-section-6 .service-wrap-3 .service-slider-wrap .service-item {
    padding: 40px 30px 35px 120px;
  }
}

@media only screen and (max-width: 1199px) {
  .service-section-6 .service-wrap-3 .service-slider-wrap .service-item {
    padding: 40px 30px 35px 65px;
  }
}

@media only screen and (max-width: 767px) {
  .service-section-6 .service-wrap-3 .service-slider-wrap .service-item {
    padding: 40px 23px 35px 23px;
  }
}

@media only screen and (max-width: 575px) {
  .service-section-6 .service-wrap-3 .service-slider-wrap .service-item {
    padding: 40px 30px 35px 70px;
  }
}

.service-section-6 .service-wrap-3 .service-slider-wrap .service-item .service-content .title {
  margin-top: 0;
}

.service-section-6 .service-wrap-3 .service-slider-wrap .service-item .service-content .title a:hover {
  color: #FE9900;
}

.service-section-6 .service-wrap-3 .service-slider-wrap .service-item .service-content .read-more {
  color: #FE9900;
}


.hero{
  background-image: url(../image/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top:165px;
}

.fingertips
{
  background-image: url(../image/bg2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}



.fingertips-content .title
{
  color:#333333;
  font-size: 44px;
  margin-bottom: 16px;
}
.fingertips-content p
{
  color:#333333;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
}

/*--
/*  05 - About CSS
/*----------------------------------------*/
.about-section {
  overflow: hidden;
  
}

.about-section .about-wrap .about-thumb-wrap {
  position: relative;
  padding-right: 40px;
}

.about-section .about-wrap .about-thumb-wrap .about-thumb-small {
  border-radius: 5px;
  position: absolute;
  left: 0px;
  top: 0;
}

.about-section .about-wrap .about-thumb-wrap .about-thumb-small img {
  border-radius: 5px;
}

.about-section .about-wrap .about-thumb-wrap .about-thumb-big {
  text-align: right;
  z-index: 1;
  transform: translateY(135px) translateX(35px);
}

.about-section .about-wrap .about-thumb-wrap .about-thumb-big img {
  border-radius: 5px;
}

.about-section .about-wrap .about-thumb-wrap .about-thumb-shape {
  position: absolute;
  top: 235px;
  left: 65px;
  z-index: -1;
}

.about-section .about-wrap .about-thumb-wrap .play-btn {
  position: absolute;
  right: -55px;
  bottom: 8px;
}

.about-section .about-wrap .about-thumb-wrap .play-btn a {
  width: 105px;
  height: 105px;
  line-height: 105px;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  background: #FE9900;
  color: #ffffff;
  transition: all 0.3s linear;
}

.about-section .about-wrap .about-thumb-wrap .play-btn a::before {
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  -webkit-animation: zoombig 3.25s linear infinite;
          animation: zoombig 3.25s linear infinite;
  -webkit-animation-delay: .8s;
          animation-delay: .8s;
}

.about-section .about-wrap .about-thumb-wrap .play-btn a::after {
  content: "";
  border: 2px solid #ffffff;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 215px;
  height: 215px;
  border-radius: 50%;
  -webkit-animation: zoombig 3.25s linear infinite;
          animation: zoombig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.about-section .about-wrap .about-thumb-wrap .play-btn a:hover {
  background: #ffffff;
  color: #FE9900;
  box-shadow: 0px 0px 98px 0px rgba(0, 0, 0, 0.07);
}

.about-section .about-wrap .about-content {
  padding-left: 0px;
  padding-right: 0px;
}

@media only screen and (max-width: 1399px) {
  .about-section .about-wrap .about-content {
    padding-left: 0px;
  padding-right: 0px;
  }
}

.about-section .about-wrap .about-content p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #333;
  margin-top: 5px;
}

.about-section .about-wrap .about-content .about-author-list {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

.about-section .about-wrap .about-content .about-author-list .about-author {
  background: #ffffff;
  box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.08);
  padding: 35px 30px 35px 45px;
  border-radius: 5px;
  margin-right: 40px;
  margin-top: 25px;
  position: relative;
}

.about-section .about-wrap .about-content .about-author-list .about-author::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background: #FE9900;
  height: 3px;
  width: calc(100% - 30px);
}

.about-section .about-wrap .about-content .about-author-list .about-author .name {
  font-size: 16px;
  line-height: 20px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #090d2f;
  margin-top: 10px;
}

.about-section .about-wrap .about-content .about-author-list .about-author .designation {
  font-size: 12px;
  line-height: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #4c4d56;
}

.about-section .about-wrap .about-content .about-author-list .about-author .author-img {
  position: absolute;
  left: -25px;
  top: 35px;
}

.about-section .about-wrap .about-content .about-author-list .about-author .author-img img {
  border-radius: 50%;
}

.about-section .about-wrap .about-content .about-author-list .about-list {
  margin-top: 25px;
}

.about-section .about-wrap .about-content .about-author-list .about-list ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #090d2f;
}

.about-section .about-wrap .about-content .about-author-list .about-list ul li + li {
  margin-top: 15px;
}

.about-section .about-wrap .about-content .about-author-list .about-list ul li i {
  color: #FE9900;
  margin-right: 5px;
}

@media only screen and (max-width: 1199px) {
  .about-section .about-wrap .about-content {
    padding-left: 64px;
  }
  .about-section .about-wrap .about-content .about-author-list {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) {
  .about-section .about-wrap .about-thumb-wrap .play-btn {
    right: -40px;
  }
  .about-section .about-wrap .about-thumb-wrap .play-btn a {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .about-section .about-wrap .about-thumb-wrap .play-btn a::before {
    width: 180px;
    height: 180px;
  }
  .about-section .about-wrap .about-thumb-wrap .play-btn a::after {
    width: 180px;
    height: 180px;
  }
  .about-section .about-wrap .about-content {
    padding-left: 0px;
    
  }
}

@media only screen and (max-width: 575px) {
  
  .about-section .about-wrap .about-thumb-wrap {
    padding-right: 0;
  }
  .about-section .about-wrap .about-thumb-wrap .about-thumb-small {
    position: inherit;
    text-align: center;
  }
  .about-section .about-wrap .about-thumb-wrap .about-thumb-big {
    transform: translateY(30px) translateX(0px);
    text-align: center;
  }
  .about-section .about-wrap .about-thumb-wrap .about-thumb-shape {
    display: none;
  }
  .about-section .about-wrap .about-thumb-wrap .play-btn {
    bottom: -65px;
    right: 130px;
  }
  .about-section .about-wrap .about-content {
    padding-left: 0px;
    margin-top: 10px;
  }
  .about-section .about-wrap .about-content .about-author-list {
    display: block;
  }
  .about-section .about-wrap .about-content .about-author-list .about-author {
    margin-right: 25px;
    margin-left: 25px;
  }
}

@-webkit-keyframes zoombig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 3px;
  }
  65% {
    border-width: 2px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}

@keyframes zoombig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 3px;
  }
  65% {
    border-width: 2px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 2px;
  }
}

.about-section-2 {
  background: #fafbff;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
}

.about-section-2 .about-wrap-2 .about-img {
  text-align: center;
  position: relative;
  margin-top: 35px;
}

.about-section-2 .about-wrap-2 .about-img img {
  border-radius: 10px;
}

.about-section-2 .about-wrap-2 .about-img .about-img-text {
  text-align: left;
  background: linear-gradient(-48deg, #54d6eb 0%, #FE9900 100%);
  position: absolute;
  left: 0;
  top: -35px;
  padding: 90px 60px 65px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-section-2 .about-wrap-2 .about-img .about-img-text .number {
  font-size: 120px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #ffffff;
  display: block;
}

.about-section-2 .about-wrap-2 .about-img .about-img-text .text {
  font-size: 24px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  color: #ffffff;
  display: block;
  margin-top: 55px;
}

.about-section-2 .about-wrap-2 .about-content {
  padding-left: 65px;
  padding-right: 20px;
}

.about-section-2 .about-wrap-2 .about-content .section-title2 .title {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

.about-section-2 .about-wrap-2 .about-content .about-list {
  padding-top: 40px;
}

.about-section-2 .about-wrap-2 .about-content .about-list ul li {
  display: flex;
  align-items: flex-start;
  font-size: 16px;
  line-height: 24px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #333333;
}

.about-section-2 .about-wrap-2 .about-content .about-list ul li .about-icon {
  color: #5149f3;
  margin-right: 8px;
}

.about-section-2 .about-wrap-2 .about-content .about-list ul li + li {
  margin-top: 15px;
}

.about-section-2 .about-wrap-2 .about-content .about-btn {
  margin-top: 60px;
}

@media only screen and (max-width: 1199px) {
  .about-section-2 .about-wrap-2 .about-img .about-img-text {
    padding: 75px 55px 55px;
  }
  .about-section-2 .about-wrap-2 .about-img .about-img-text .number {
    font-size: 95px;
  }
  .about-section-2 .about-wrap-2 .about-img .about-img-text .text {
    font-size: 22px;
    margin-top: 40px;
  }
  .about-section-2 .about-wrap-2 .about-content {
    padding-left: 20px;
    padding-right: 0px;
    margin-top: 60px;
  }
  .about-section-2 .about-wrap-2 .about-content .section-title2 .title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 991px) {
  .about-section-2 .about-wrap-2 .about-content {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .about-section-2 .about-wrap-2 .about-content .section-title2 .title {
    font-size: 28px;
    line-height: 40px;
  }
}

.about-section-3 .about-wrap .about-content-wrap {
  margin-top: 70px;
}

.about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap {
  position: relative;
}

.about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-middle {
  position: relative;
  top: 75px;
}

.about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-middle img {
  border-radius: 10px;
}

.about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-bottom {
  position: absolute;
  right: 95px;
  bottom: -45px;
  z-index: 1;
}

.about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-bottom img {
  border-radius: 10px;
}

.about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-small {
  position: absolute;
  top: 0;
  right: 0;
}

.about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-small img {
  border-radius: 10px;
}

.about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-shape {
  text-align: right;
  position: relative;
  top: -65px;
  right: 5px;
  z-index: -1;
}

.about-section-3 .about-wrap .about-content-wrap .about-content {
  padding-left: 115px;
}

.about-section-3 .about-wrap .about-content-wrap .about-content .experience {
  display: flex;
}

.about-section-3 .about-wrap .about-content-wrap .about-content .experience .number {
  font-size: 180px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  color: #ff5538;
  margin-right: 10px;
}

.about-section-3 .about-wrap .about-content-wrap .about-content .experience span {
  font-size: 18px;
  line-height: 24px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #333333;
  margin-top: 5px;
}

.about-section-3 .about-wrap .about-content-wrap .about-content .title {
  font-size: 24px;
  line-height: 36px;
  color: #333333;
  margin-top: 40px;
}

.about-section-3 .about-wrap .about-content-wrap .about-content p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  color: #4c4d56;
  margin-top: 35px;
}

.about-section-3 .about-wrap .about-content-wrap .skill-bar-wrap .skill-item .bar-inner .progress-line {
  background: #ff5538;
}

@media only screen and (max-width: 1199px) {
  .about-section-3 .about-wrap .about-content-wrap .about-content {
    padding-left: 50px;
  }
  .about-section-3 .about-wrap .about-content-wrap .about-content .experience .number {
    font-size: 150px;
  }
}

@media only screen and (max-width: 991px) {
  .about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap {
    position: relative;
  }
  .about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-bottom {
    right: 140px;
  }
  .about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-small {
    right: 62px;
  }
  .about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-shape {
    right: 45px;
  }
  .about-section-3 .about-wrap .about-content-wrap .about-content {
    padding-left: 0;
    margin-top: 140px;
  }
}

@media only screen and (max-width: 575px) {
	.form-container.s-form {
    padding-right: 0px !important;
}
	
	.sup-box, .fup-box, .s-box {
    padding: 20px !important;
}
	.active-menu {
    border-bottom: 0px solid #FE9900 !important;
}
	.hero-about {
    padding-top: 10px !important;
    min-height: 200px !important;
    height: 200px !important;
}

.about-title {
    padding-top: 106px !important;
    font-size: 24px !important;
    line-height: 30px !important;
}
span.about-subtitle {
    font-size: 14px !important;
}
.marg83 {
    padding: 0px 30px !important;
}
.team-memb {
    margin-bottom: 30px;
}
.subscribe-form button {
    font-size: 12px !important;
    padding: 15px 10px !important;
}
  .about-section-3 .about-wrap .about-content-wrap {
    margin-top: 50px;
  }
  .about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-middle {
    text-align: center;
    top: 0;
  }
  .about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-middle img {
    width: 100%;
  }
  .about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-bottom {
    display: none;
  }
  .about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-small {
    display: none;
  }
  .about-section-3 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-shape {
    display: none;
  }
  .about-section-3 .about-wrap .about-content-wrap .about-content {
    margin-top: 90px;
  }
  .about-section-3 .about-wrap .about-content-wrap .about-content .experience .number {
    font-size: 120px;
  }
  .about-section-3 .about-wrap .about-content-wrap .about-content .experience span {
    font-size: 16px;
    margin-top: 0;
  }
}

.about-section-4 {
  padding-bottom: 270px;
}

.about-section-4 .about-wrap .section-title {
  max-width: 760px;
}

.about-section-4 .about-wrap .about-content-wrap {
  margin-top: 65px;
}

.about-section-4 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-middle {
  top: 0;
}

.about-section-4 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-bottom {
  bottom: -170px;
  right: 0;
}

.about-section-4 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-small {
  top: 35px;
  right: 14px;
}

.about-section-4 .about-wrap .about-content-wrap .about-thumb-wrap .about-thumb-shape {
  top: -170px;
  right: 60px;
}

.about-section-4 .about-wrap .about-content-wrap .about-content .about-author-list .about-list {
  margin-top: 25px;
}

.about-section-4 .about-wrap .about-content-wrap .about-content .about-author-list .about-list ul li {
  font-size: 16px;
  line-height: 24px;
  font-family: "Sora", sans-serif;
  font-weight: 700;
  color: #333333;
  display: flex;
}

.about-section-4 .about-wrap .about-content-wrap .about-content .about-author-list .about-list ul li + li {
  margin-top: 15px;
}

.about-section-4 .about-wrap .about-content-wrap .about-content .about-author-list .about-list ul li i {
  color: #FE9900;
  margin-right: 10px;
  position: relative;
  top: 4px;
}

.about-section-4 .about-wrap .about-content-wrap .about-content .about-author-list .about-author {
  border-top: 1px solid #ebebeb;
  display: flex;
  margin-top: 45px;
  padding-top: 30px;
}

.about-section-4 .about-wrap .about-content-wrap .about-content .about-author-list .about-author .author-text {
  margin-right: 30px;
}

.about-section-4 .about-wrap .about-content-wrap .about-content .about-author-list .about-author .author-text .name {
  color: #333333;
}

@media only screen and (max-width: 1199px) {
  .about-section-4 {
    padding-bottom: 205px;
  }
  .about-section-4 .about-wrap .about-content-wrap {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .about-section-4 {
    padding-bottom: 80px;
  }
  .about-section-4 .about-wrap .about-content-wrap {
    margin-top: 50px;
  }
  .about-section-4 .about-wrap .about-content-wrap .about-content {
    margin-top: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .about-section-4 {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 575px) {
  .about-section-4 .about-wrap .about-content-wrap .about-content {
    margin-top: 0px;
  }
}

.about-section-5 {
  padding-bottom: 320px;
  background: #09091d;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.about-section-5 .about-wrap .about-left {
  padding-right: 105px;
}

.about-section-5 .about-wrap .about-left .section-title .sub-title {
  color: #ffffff;
}

.about-section-5 .about-wrap .about-left .section-title .title {
  color: #ffffff;
}

.about-section-5 .about-wrap .about-right {
  padding-right: 140px;
}

.about-section-5 .about-wrap .about-right p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.about-section-5 .about-wrap .about-right .about-author {
  display: flex;
  margin-top: 50px;
}

.about-section-5 .about-wrap .about-right .about-author .author-text {
  margin-left: 40px;
}

.about-section-5 .about-wrap .about-right .about-author .author-text .name {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.about-section-5 .about-wrap .about-right .about-author .author-text .designation {
  font-size: 12px;
  line-height: 18px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .about-section-5 {
    padding-bottom: 235px;
  }
  .about-section-5 .about-wrap .about-left {
    padding-right: 0;
  }
  .about-section-5 .about-wrap .about-right {
    padding-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .about-section-5 .about-wrap .about-right {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .about-section-5 {
    padding-bottom: 195px;
  }
}

.about-section-6 {
  padding-bottom: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.about-section-6 .about-wrap .about-left {
  max-width: 460px;
}

.about-section-6 .about-wrap .about-right {
  margin-top: 35px;
}

@media only screen and (max-width: 991px) {
  .about-section-6 .about-wrap .about-right {
    margin-top: 65px;
  }
}

.about-section-6 .about-wrap .about-right .about-experience-award .single-item {
  display: flex;
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 40px;
}

.about-section-6 .about-wrap .about-right .about-experience-award .single-item:last-child {
  margin-top: 65px;
}

.about-section-6 .about-wrap .about-right .about-experience-award .single-item .number {
  font-size: 120px;
  line-height: 30px;
  font-weight: 800;
  color: #FE9900;
}

@media only screen and (max-width: 1199px) {
  .about-section-6 .about-wrap .about-right .about-experience-award .single-item .number {
    font-size: 90px;
  }
}

.about-section-6 .about-wrap .about-right .about-experience-award .single-item span {
  font-size: 24px;
  line-height: 30px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  color: #333333;
  margin-left: 25px;
}

@media only screen and (max-width: 1199px) {
  .about-section-6 .about-wrap .about-right .about-experience-award .single-item span {
    font-size: 20px;
    line-height: 28px;
  }
}





/*----------------------------------------*/
/*--
/*  5.1 - Sidebar Widget CSS
/*----------------------------------------*/
.sidebar-wrap {
  border-left: 1px solid #eeeeee;
  height: 100%;
}

@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .sidebar-wrap {
    border-left: none;
    height: auto;
    padding-top: 0;
  }
}

.widget {
  margin-bottom: 40px;
  color: #4c4d56;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget .widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 991px), only screen and (max-width: 767px) {
  .widget .widget-title {
    padding-left: 0;
  }
}

/*--
/*  25.1 - Footer Widget CSS
/*----------------------------------------*/
.footer-widget-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-widget {
  margin-top: 30px;
}

.footer-widget.footer-widget-info {
  background: #1f2428;
  padding: 40px 30px;
  border-radius: 5px;
}

.footer-widget.footer-widget-1 {
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .footer-widget.footer-widget-1 {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-widget.footer-widget-1 {
    padding-left: 0px;
  }
}

.widget-info {
  padding-top: 10px;
}

.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.widget-info ul li .info-icon i {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
  margin-top: 2px;
}
.mail-list {
 font-size: 24px !important;
 font-weight: 600 !important;
}
.widget-info ul li .info-text {
  font-size: 16px;
  line-height: 20px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #ffffff;
}

.footer-widget .footer-widget-title {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-top: 20px;
  color: #ffffff;
}

.subscribe-form {
  display: flex;
  align-items: center;
  background-color: #000;
  border-radius: 30px;
  overflow: hidden;
  /* border: 1px solid #fff; */
  max-width: 450px;
}
::placeholder
{
  font-size: 14px !important;
  color: #fff !important;
}
.subscribe-form input[type="email"] {
  border: none;
  font-size: 16px !important;
  color: #fff !important;
  padding: 15px 20px;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  outline: none;
  background-color: #000 !important;
  width: 300px;
  border: 0px !important;
}

.subscribe-form input[type="email"]::placeholder {
  color: #fff;
  
}
.subscribe-form button {
    border: none;
    background-color: #fff;
    color: #333;
    font-weight: bold;
    padding: 9px 7px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: background-color 0.3s;
    font-size: 14px;
    width: 60%;
}
.subscribe-form input{ padding: 5px 16px !important; height:42px;}
.subscribe-form button:hover {
  background-color: #fff;
}

.widget-link {
  padding-top: 22px;
}

.widget-link .link li {
  margin-top: 7px;
}

.widget-link .link li a {
  font-size: 14px;
  font-family: "Sora", sans-serif;
  font-weight: 400;
  color: #c4c5c7;
  transition: all 0.3s linear;
}

.widget-link .link li a:hover {
  color: #FE9900;
  padding-left: 10px;
}

.footer-widget-wrap-2 {
  padding-top: 80px;
}

.widget-info-2 ul li .info-icon i {
  color: #5149f3;
}

.widget-info-2 ul li .info-text {
  color: #666666;
}

.widget-info-2 ul li .info-text a:hover {
  color: #5149f3;
}

.footer-widget-2 .footer-widget-title {
  color: #5149f3;
}

.footer-widget-2 .widget-link .link li a {
  color: #666666;
}

.footer-widget-2 .widget-link .link li a:hover {
  color: #5149f3;
  padding-left: 10px;
}

.footer-widget-wrap-3 {
  padding-top: 80px;
}

.widget-info-3 ul li .info-icon i {
  color: #ff5538;
}

.widget-info-3 ul li .info-text {
  color: #666666;
}

.widget-info-3 ul li .info-text a:hover {
  color: #ff5538;
}

.footer-widget-3 .footer-widget-title {
  color: #ff5538;
}

.footer-widget-3 .widget-link .link li a {
  color: #666666;
}

.footer-widget-3 .widget-link .link li a:hover {
  color: #ff5538;
  padding-left: 10px;
}

.footer-widget-wrap-3 {
  padding-top: 290px;
}

@media only screen and (max-width: 767px) {
  .footer-widget-wrap-3 {
    padding-top: 270px;
  }
}

/*--
/*  25. Footer CSS
/*----------------------------------------*/
.footer-section {
  background: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-logo {
  max-width: 170px;
}

.footer-copyright-area {
  border-top: 1px solid #1a253f;
  padding-top: 15px;
  padding-bottom: 30px;
}

.copyright-text {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .copyright-text {
    text-align: center;
  }
}

.copyright-text p {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #fff;
}

.copyright-social {
  margin-top: 15px;
  text-align: left;
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .copyright-social {
    text-align: center;
  }
  
  .subscribe-form input {
    padding: 5px 16px !important;
    height: 50px;
}
}

.copyright-social .social li {
  display: inline-block;
  margin-right: 10px;
}

.copyright-social .social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #15203b;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s linear;
}

.copyright-social .social li a:hover {
  color: #FE9900;
}

.footer-section-2 {
  background: #f8f8fb;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-copyright-2 {
  border-top: 1px solid #c6c6c9;
}

.footer-copyright-2 .copyright-text p {
  color: #666666;
}

.footer-copyright-2 .copyright-text p a {
  font-weight: 700;
  color: #5149f3;
}

.footer-copyright-2 .copyright-social .social li a {
  background: #5149f3;
  color: #ffffff;
  transition: all 0.3s linear;
}

.footer-copyright-2 .copyright-social .social li a:hover {
  background: #FE9900;
  color: #ffffff;
}

.footer-section-3 {
  background: #f8f8fb;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-copyright-3 {
  border-top: 1px solid #c6c6c9;
}

.footer-copyright-3 .copyright-text p {
  color: #666666;
}

.footer-copyright-3 .copyright-text p a {
  font-weight: 700;
  color: #ff5538;
}

.footer-copyright-3 .copyright-social .social li a {
  background: #ff5538;
  color: #ffffff;
  transition: all 0.3s linear;
}

.footer-copyright-3 .copyright-social .social li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.progress-wrap {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  content: "\f108";
  font-family: flaticon !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: #FE9900;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #FE9900;
  stroke-width: 4;
  box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.progress-wrap-3 {
  box-shadow: inset 0 0 0 2px rgba(255, 85, 56, 0.2);
}

.progress-wrap-3::after {
  color: #ff5538;
}

.progress-wrap-3 svg.progress-circle path {
  stroke: #ff5538;
}


.sec-top{ margin-top:45px;}
.sec-bottom{ margin-top:145px;}

.case-study-text ul{ margin:0px; padding:0px;}
.case-study-text ul li{ list-style-type:square; color:#fff; font-size:16px;}

.features-content ul{ margin:20px 15px; padding:0px;}
.features-content ul li{ list-style-type:square;}
.features-section-3 .features-wrap-3 .features-content-wrap .single-item { height:600px;}


.about-content ul{ margin:20px 45px; padding:0px;}
.about-content ul li{ list-style-type:square;}

.about-content h3{ 
  margin:0px 0px 0px 0px;
}

.case-study-title p{ font-size:16px; color:#fff; margin:25px 0px;}

.features-section-3 .features-wrap-3 .features-content-wrap .single-item-1 {
	border: 1px solid #ebebeb;
	padding: 25px;	
	border-radius: 10px;
	margin-top: 30px;
}

.sec-p{ padding:100px 0px;}


.form-container {
  width: 100%;
  padding: 20px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 12px;
/*   box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
}
.form-control {
  background-color: #f8f9fa;
  color: #333;
  border: none;
  border-radius: 8px;
  height: 50px;
  padding-left: 36px;
  max-width: 100%;
    width: 100%;
}
.form-group{
  margin-bottom: 15px;
}
.form-control::placeholder {
  color: #333 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}
.em::placeholder {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}
.btn-custom {
  border: 1px solid #FE9900;
border-radius: 8px;
background-color: #FE9900;
padding: 4px 25px;
color: #030303 !important;

}
.btn-custom:hover {
  background-color: #e08800;
}

/* Icons inside inputs */
.icon {
  position: absolute;
  top: 15px;
  left: 92%;
  color: #777;
  font-size: 18px;
  z-index: 2;
}
.icons-green {
  position: absolute;
  top: 15px;
  left: 2%;
  color: green !important;
  font-size: 18px;
  z-index: 2;
}
.line-connector
{
  border-left: 1px solid red;
}
.icons-red {
  position: absolute;
  top: 15px;
  left: 2%;
  color: red !important;
  font-size: 18px;
  z-index: 2;
}
.icon-pickup {
  color: #939393; /* Light green for pickup icon */
}
.icon-drop {
  color: #939393; /* Red for drop icon */
}

.sign-btn2 {
    border: 1px solid #FE9900;
    border-radius: 8px;
    background-color: #FE9900;
    padding: 4px 25px;
    color: #030303 !important;
    margin-top: -5px;
    width: 100%;
	min-height:42px;
}
.f-label {
    position: absolute;
    top: -7px;
    background: #F9F9F9;
	left:16px;
  padding: 2px 4px;
}
.s-box{
  padding: 30px 140px;
  padding-right: 0px;
}
.sup-box{
  padding: 0px 0px 0px 140px;
}
.fup-box{
  padding: 40px 140px;
  padding-right: 0px;
}

.s-title{font-family: "Sora", sans-serif;
font-weight: 600;
font-size:30px;
color:#333333;}
.s-text{
  font-size:14px !important; color:#333333;
  text-align: left;
}
.back-text
{
  margin-bottom: 40px;
}
.ck-box{margin-right:10px !important;}
.f-password{float: right;
color: #000;}
.mtp-80{margin-top:80px;}
.bck-login{float: left;
    margin-right: 10px;
}
.f-arrow{
  float:left;
}
.otp-sec .m-2 {
    margin: .1rem !important;
}
.otp-sec input {
padding: 10px 10px !important;}
.u-line{text-decoration: underline;
}
.s-form .form-control {
    padding: 10px 36px !important;
}
.form-container.b-ride {
    width: 100%;
    padding: 0px;
}
.form-control::-webkit-input-placeholder {
  color: #333333 !important;
}

.f-left{float:left;}
.f-right{flaot:right;}
.l-icon {
    position: absolute !important;
    left: 10px;
    top: 16px;
    font-size: 18px;
    color: #939393;
    z-index: 99;
}
.b-ride .form-control {
    padding: 10px 36px !important;
}
.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top {
    background: #fff !important;
    z-index: 9999 !important;
}

.dt-sec{float: left !important;
margin: 0 auto;}
.p-rel{position:relative;}
.m-bot20{margin-bottom:20px;}
.ride-bx{min-height:600px;}

.icons-circ {
    position: absolute;
    top: 15px;
    left: 2%;
    color:#939393; !important;
    font-size: 18px;
    z-index: 2;
}

span.add-one {
    position: absolute;
    float: right;
    right: 9px;
    top: 14px;
}

.v1::after {
    content: "";
    position: absolute;
    background: #000;
    height: 52px;
    width: 4px;
    top: 30px;
    left: 12px;
    z-index: 99;
}

.v1 {
    position: relative;
}


.faq-header
{
  background-image: url(../image/faq-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 16px !important;
  padding: 60px !important;
}
.faq-header h2 {
  font-weight: bold;
}

.faq-header p {
  font-size: 1rem;
  color: #555;
}
.book-historys
{
  background-image: url(../image/book-history-bg.png);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  height: 141px;
  border-bottom-right-radius: 16px;
  border-top-right-radius: 16px;
}
.book-history h2 {
  font-weight: bold;
}

.book-history p {
  font-size: 1rem;
  color: #555;
}

.accordion-button {
  font-weight: bold;
  color: #333;
 
}
.accordion-item
{
  margin-bottom: 10px;
  border: 0px;
}
.accordion-header
{
  border-top: 1px solid #D6D6D6;
}


#pills-tab
{
  padding-left: 16px;
}
#pills-home-tab
{
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter",sans-serif;
}
#pills-profile-tab
{
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter",sans-serif;
}
.nav .nav-item button.active {
  background-color: transparent;
  color: #FE9900 !important;
}
.nav .nav-item button.active::after {
  content: "";
  border-bottom: 4px solid #FE9900;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius:0px;
}
.viewrecipt
{
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  background-color: #EBEBEB;
  padding: 4px 25px;
  color: #030303 !important;
  margin-bottom: 20px;
  
}

/* .v2::after
{
  content: "";
    position: absolute;
    background: #000;
    height: 92px;
    width: 2px;
    top: 20px;
    left: -4px;
    z-index: 99;
} */
.v2 {
  position: relative;
}
.v3 {
  position: relative;
}
.v3::after
{
  content: "";
    position: absolute;
    background: #757575;
    height: 48px;
    width: 3px;
    top: 32px;
    left: 16px;
    z-index: 99;
}
.profile-round
{
  border-radius: 100px;
  background-color: #595959;
  padding: 8px;
}

.form-container.s-form {
    padding-right: 200px;
}

.hero-about{
  background-image: url(../image/hero-about.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top:165px;
  min-height:640px;
}

.about-title {
  font-size: 44x;
  line-height: 54px;
  font-family: "Sora", sans-serif;
  font-weight: 600;
  color: #ffffff;
  padding-top:384px;
}
.about-subtitle{font-size: 24px !important;
    line-height: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #fff !important;
margin-top: 5px;}

.marg83{padding:0px 83px;}
.who-cnt p {margin-bottom: 16px;}
.section-padding2 {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.bl-box {
    background:#F1F9FF;
    text-align: center;
   
    padding: 20px 0px 0px 2px;
    min-height: 262px;
}
.gry-box {
    background: #EFEFEF;
}
.gry-box h2 {
    font-size: 20px;
    text-align: left;
    padding: 20px 0px 0px 20px;
}
.gry-box p {
    text-align: left;
    padding: 0px 0px 20px 20px;
}
p.team-memb {
    font-size: 16px;
    line-height: 30px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #333;
    margin-top: 30px;
    text-align: left;
}
.marg-100{margin-bottom:100px;}
.benifts-1 {
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    margin-top: 20px;
    border: 1px solid #cecece85;
}
.benifts-1 ul {
    margin: 5px 30px !important;
}
.benifts-1 p {
    font-size: 14px !important;
}

.b-ride{margin: 0 auto;
    float: left;}

.term-title {
    font-size: 18px;
}
.c-card::before {
    position: absolute;
    content: "";
    height: 28px;
    background-image: url(../image/icons-credit-card.png);
width: 28px;
    left: 6px;
    top: 11px;
    z-index: 9;
}
.c-card {
    position: relative;
    min-width: 200px;
 
}
.c-card select {
    padding: 0px 0px 0px 40px;
}
.card-btn {
    min-width: 180px;
}
.d1-menu.show {
    min-width: 180px;
}

 .icn1 {
    padding-right: 10px;
}
.whte{color:#fff !important;}
.subscribe-form input.form-control.em {
    background-color: #7a7a7a !important;
    border-radius: 0px !important;
}


.subscribe-form input.form-control::placeholder{color: #fff !important;
  opacity: 1; /* Firefox */
}
.app-str {
    float: left;
    margin-top: 30px;
    margin-right: 26px;
}
.app-str img {
    width: 164px;
   
}
.pic-loc {
    min-height: 100px;
}
.drp-loc {
    min-height: 100px;
}
.pic-dot::before {
    position: absolute;
    top: 8px;
    left: -10px;
}
.drp-dot{position:relative;}
.drp-dot::before {
    position: absolute;
    left: -10px;
    top: -55px;
}
.bts-1 {
    border: 0px !important;
width: 20px !important;}

.bts-3 {
    border: 0px !important;
width: 20px !important;}
.bts-2 {
    border: 0px !important;
    width: 50px !important;
	padding: 0px !important;
}
.suite-sm{float: left;
    position: absolute;
    top: 18px;
left: 34px;}

.sg1{border: 1px solid #cecece;
border-radius: 10px;}




.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

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