
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
}

*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  /* height: 100%; */
  width: 100%;
  overflow-x: hidden !important;
}


html {
  font-family: 'Space Grotesk', sans-serif  !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  color: #252525;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}



.main-body{
  /* color: #fff; */
  /* background-color: #0d0d0d; */
  position: relative;
}

/*header*/
.header {
  position: relative;
  /* position: fixed; */
  width: 100%;
  top: 0;
    left: 0%;
    z-index: 10;
    /* background: #fff; */
    width: 100%;
    /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  z-index: 99;
  /* padding: 0px 50px; */
  /* background: #f7f6f4; */
}

.header-main {
  /* background-color: #ffffff; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0;
  border-radius: 4px;
  margin-bottom: -20px;
  
}

.uk-navbar-right {
  margin-right: -12px;
}

.logo{
  max-width: 200px;
}
.logo img {
  /* width: 160px; */
  max-width: 100%;
}
.logo a{
  font-size: 30px;
  text-decoration: none;
  color: #fff;
  /* color: #7A4988; */
  font-weight: 700;
}


/* new code starts*/
.header-top{
padding: 20px 0px;
}
a {
  color: #222 !important;
  text-decoration: none !important;
}
.header-links{
  column-gap: 20px;
}
.header-links-inner{
  column-gap: 10px;

}
.header-info-text h3 span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #666;
  display: block;
  margin-bottom: 8px;
}
.header-info-text h3 {
  font-weight: 700;
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
  line-height: 1;
  margin-bottom: 0px;
}
.header-icon {
  font-size: 40px;
  color: #be123c;
  margin-right: 5px;
  line-height: 40px;
}
.header-main-inner{
  /* background: #be123c; */
  max-width: 80%;
  margin-left: auto;
  border-radius: 0px;
  padding-left: 30px;
  position: relative;
}
.header-main-inner .nav-menu:before {
  background-color: #be123c;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 1% 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.booking-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  z-index: 1;
}
.booking-form .form-field {
  position: relative;
}
.booking-form .niceSelect .current, .booking-form .form-field input {
  background-color: #333;
  color: #fff;
  border-radius: 2px;
  width: 100%;
  height: 50px;
  padding: 0 35px 0 20px;
  font-size: 17px;
  line-height: 50px;
  box-shadow: none;
  outline: none;
  border: 1px solid #333;
}
.booking-form .form-field i {
  color: #3e59a8;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.booking-form .niceSelect {
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
  font-size: 17px;
  color: #fff;
}
.booking-form .niceSelect {
  padding: 0;
  border: none;
  width: 100% !important;
  height: auto;
  font-size: 17px;
  color: #fff;
  background-color: #333;
  border-radius: 0px !important;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 40px;
  outline: 0;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left!important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.booking-form .niceSelect {
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
  font-size: 17px;
  color: #fff;
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0px);
}

.nice-select .list {
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  box-shadow: rgba(68, 68, 68, 0.11) 0px 0px 0px 1px;
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  transform-origin: 50% 0px;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25) 0s, opacity 0.15s ease-out 0s;
  z-index: 9;
}
.booking-form .niceSelect .list li:not(:last-of-type) {
  border-bottom: 1px solid #444;
}
.booking-form .niceSelect .list li {
  background-color: #444 !important;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #3e59a8 !important;
  font-weight: normal;
}

.ori-btn-1 button {
  z-index: 1;
  font-size: 14px;
  display: block;
  font-weight: 700;
  height: 50px;
  width: 100%;
  text-align: center;
  /* padding: 20px 30px; */
  position: relative;
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif  !important;

  /* border-radius: 35px; */
  letter-spacing: 0.14em;
  background-color: rgba(255, 255, 255, 0.1);
border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #222 !important;
}
.ori-btn-1 button:hover {
  color: #fff;
}
.ori-btn-1 button:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 50%;
  content: "";
  height: 100%;
  position: absolute;
  /* border-radius: 100%; */
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #be123c;
}
/* .ori-btn-1 a:hover {
  border-radius: 35px;
} */
.ori-btn-1 button:hover:after {
  width: 100%;
  /* border-radius: 35px; */
}
.car-img{
  /* position: ab; */
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 2px);
    overflow: hidden;
}
.booking-car {
  /* background-image: url(../img/car-2.png); */
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  width: 530px;
  height: 320px;
  /* position: absolute; */
  /* left: -280px; */
  top: 50px;
  z-index: -1;
  /* background-size: 70%; */
    /* right: -130px; */
    /* top: 10px; */
}
.p-60{
  padding-right: 60px;
  /* background: #e2e8f0; */
}
.left-80{
  padding-left: 10%;
}
.bg-gr{
  background: url('../Images/map.jpg');
  /* background-color: rgb(0, 0, 0, .9); */
  background-position: center;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: left,center;
}
.bg-gr::after{
  content: '';
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  background: #e5e7eb;
  opacity: .9;
}
.feature-icon i{
font-size: 58px;
color: #fff;
}
.feature-icon{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-road{
  background: url('../Images/service_bg_1-1-1.jpg');
  /* background-color: rgb(0, 0, 0, .9); */
  background-position: center;
  position: relative;
  z-index: 1;

}
.bg-road::after{
  content: '';
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  /* background: rgb(34, 34, 34, .2); */
}
.feature-content h3 {
  color: #222;
  font-size: 22px;
text-transform: uppercase;
  margin: 0;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.feature-content p {
  margin: 0;
  color: #666;
  font-size: 17px;
}
.ori-section-title-1 h4{
color: #be123c;
font-size: 18px;
text-transform: uppercase;
font-family: 'Space Grotesk', sans-serif  !important;
}
.ori-section-title-1 h4 span{
  position: relative; 
}
.ori-section-title-1 h4 span::after{
  content: "";
  position: absolute;
  right: -60px;
  bottom: 7px;
  width: 50px;
  height: 2px;
  background: #be123c;
}
.ori-section-title-1 h4 span::before{
  content: "";
  position: absolute;
  right: -35px;
  top: 7px;
  width: 25px;
  height: 2px;
  background: #be123c;
}
.seats{
  position: absolute;
  right: 0px;
  top: 0px;
}
.seats span{
  background: #be123c;
padding: 10px 10px 10px 15px;
display: inline-block;
color: #fff;
font-size: 16px;
font-weight: 500;
font-family: 'Space Grotesk', sans-serif  !important;
clip-path: polygon(0 0, 100% 0, 100% 100%, 30% 100%, 0 70%);
/* clip-path: polygon(85% 0%, 100% 30%, 100% 100%, 0 100%, 0 0); */
}

.blurred-sec{
  background: url(../Images/blur-pexel-taxi.jpg);
  background-attachment: fixed;
  background-position: center;
  position: relative;
  z-index: 1;
}
.blurred-sec::after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(0, 0, 0, .5);
z-index: -1;

}
.app-img{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
}
.app-img img{
width: 70%;
}
.download-btn a {
  width: 170px;
  display: inline-block;
}
.blurred-sec .ori-section-title-1 h2{
  color: #fff;
}
.blurred-sec .ori-section-title-1 p{
  color: #fff;
  font-size:16px;
  font-weight: 500;
}
.download-btn a img{
  width: 100%;
}
@media (max-width: 768px){
.booking-form {
    grid-template-columns: 1fr;
}
}
/* new code ends */
@media(min-width: 991px) {
  .lg-hidden img {
    visibility: hidden;
  }
  
}

@media(max-width: 991px) {
  .uk-logo img {
    width: 260px;
    /* height:82px; */
  }
  
}

canvas,
img,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.header .nav-menu {
  padding: 0 15px;
}

.header .menu>.menu-item {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  margin-bottom: 0px;
  margin: 0px 15px;
}

.header .menu .menu-item a {
  display: block;
  padding: 15px 0px;
  font-size: 14px;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
  /* letter-spacing: 0.14em; */
  min-height: 40px;
  position: relative;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.ori-search-btn button {
  color: #fff;
  border: none;
  font-size: 25px;
  background-color: transparent;
}

.header .plus-cls {

  display: inline-block;
  position: relative;

  display: flex;

}

.header .plus-cls::after {
  content: "+";
  position: absolute;
  top: 50%;
  padding-left: 5px;
  right: 0px;
  font-weight: 600;
  left: 100%;
  font-size: 16px;
  color: #fff;
  transform: translate(-50%, -50%);

}

.btn-active .plus-cls::after {
  color: #153380 !important;
}

.header .menu-item:hover>.plus-cls::after {
  content: "-";
  color: #153380;
  /* transform: translate(-50%,-50%) rotate(-90deg); */
}

.header .menu>.menu-item>a .plus:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.header .menu>.menu-item>.sub-menu {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  min-width: 220px;
  position: absolute;
  left: 0;
  top: 80px;
  background-color: #ffffff;
  padding: 10px 0;
  text-decoration: none;
  /* border-top: 3px solid #e91e63; */
  transform: translateY(10px);
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 5;
  visibility: hidden;
}

/* .header .logo-dark,
.scrolling-active .logo-white {
  display: none;
}

.scrolling-active .logo-dark {
  display: block;
} */

/* .header:hover {
  background: #be123c;
  position: fixed;
  transition: .3s;
  padding: 0px;
  background-repeat: no-repeat;
  color: #000 !important;
  box-shadow: 0 0px 1rem rgb(0 0 0 / 50%);
} */

.scrolling-active {
  /* background: #fff; */
  position: fixed;
  transition: .3s;
  /* padding: 0px; */
  background-repeat: no-repeat;
  color: #000 !important;
  box-shadow: 0 0px 1rem rgb(0 0 0 / 50%);

  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  background-color: #fff;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
}


/* .scrolling-active.header .menu .menu-item a {
  color: #000;
} */

.header .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.header .menu>.menu-item:hover>a {
  color: #153380;
}

.scrolling-active .menu-item .plus-cls::after {
  color: #000;
}

.scrolling-active .menu>.menu-item>.sub-menu>.menu-item>a:hover,
.scrolling-active .menu>.menu-item:hover>a {
  color: #153380;
}
/* .ori-header-section.sticky-on {
  top: 0;
  width: 100%;
  z-index: 10;
  position: fixed;
  padding: 10px 100px;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  background-color: #171717;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
} */
@keyframes slideInDown {
0% {
  opacity: 0;
  -webkit-transform: translateY(-2000px);
  -ms-transform: translateY(-2000px);
  transform: translateY(-2000px);
}
100% {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
}
@media(min-width: 992px) {
  .header .menu>.menu-item-has-children:hover>.sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .header .menu>.menu-item-has-children:hover>a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }
}

.header .menu>.menu-item>.sub-menu>.menu-item {
  display: block;
}

.header .menu>.menu-item>.sub-menu>.menu-item>a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease;
  text-transform: capitalize;
  text-decoration: none;
}

.header .open-nav-menu {
  height: 34px;
  width: 40px;
  margin-right: 15px;
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.header .open-nav-menu span {
  display: block;
  height: 3px;
  width: 24px;
  background-color: #fff;
  position: relative;
}

.scrolling-active .open-nav-menu span {
  background-color: #000;
}

.header .open-nav-menu span:before,
.header .open-nav-menu span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-sizing: border-box;
}

.scrolling-active .open-nav-menu span:before,
.scrolling-active .open-nav-menu span:after {
  background-color: #000;
}

.header .open-nav-menu span:before {
  top: -7px;
}

.header .open-nav-menu span:after {
  top: 7px;
}

.header .close-nav-menu {
  height: 40px;
  width: 40px;
  /* background-color: #ffffff; */
  margin: 0 0 15px 15px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}

.header .close-nav-menu .fa-times {
  /* width: 16px; */
  color: #999 !important;
}

.header .menu-overlay {
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

/* responsive */

@media(max-width: 991px) {
  .header .menu-overlay.active {
    visibility: visible;
    opacity: 1;
  }

  .header .nav-menu {
    position: fixed;
    right: -280px;
    visibility: hidden;
    width: 280px;
    height: 100vh;
    top: 0;
    /* overflow-y: auto; */
    background-color: #000;
    z-index: 1000;
    padding: 15px 0;
    transition: all 0.5s ease;
  }

  .header .plus-cls {

    display: inline-block;
    position: relative;

    display: flex;

  }

  .header .plus-cls::after {
    content: "+";
    position: relative;
    /* position: absolute; */
    top: 35%;
    padding-left: 5px;

    font-weight: 600;
    /* left: 100%; */
    left: 0px;
    font-size: 16px;
    color: #fff;
    transform: translate(-50%, 0%);

  }

  .btn-active .plus-cls::after {
    color: #153380 !important;
  }

  .header .menu-item:hover>.plus-cls::after {
    content: "-";
    color: #153380;
    /* transform: translate(-50%,-50%) rotate(-90deg); */
  }

  .header .nav-menu.open {
    visibility: visible;
    right: 0px;
  }

  .header .menu>.menu-item {
    display: block;
    margin: 0;
  }

  .header .menu>.menu-item-has-children>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  

  /* .header .menu>.menu-item:first-child>a {
    border-top: 1px solid rgb(122, 122, 122);
  } */

  .header .menu>.menu-item>a .plus:before,
  .header .menu>.menu-item>a .plus:after {
    background-color: #ffffff;
  }

  .header .menu>.menu-item-has-children.active>a .plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .header .menu>.menu-item>.sub-menu {
    width: 100%;
    position: relative;
    opacity: 1;
    visibility: visible;
    border: none;
    background-color: transparent;
    box-shadow: none;
    transform: translateY(0px);
    padding: 0px;
    left: auto;
    top: 0px;
    max-height: 0;
    overflow: hidden;
  }

  .p-10-15 {
    padding: 10px 15px;
  }

  .header .menu>.menu-item>.sub-menu>.menu-item>a {
    padding: 12px 45px;
    color: #ffffff;
    border-bottom: 1px solid rgb(122, 122, 122);
  }

  .header .close-nav-menu,
  .header .open-nav-menu {
    display: flex;
  }

  .scrolling-active.header .menu .menu-item a {
    color: #fff;
  }
}

.uk-button:not(:disabled) {
  cursor: pointer;
}

.uk-button-primary {
  background-color: #4caf50;
  color: #fff !important;
  border: 1px solid transparent;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px !important;
  padding: 10px 20px !important;
  border-radius: 10px;
}


.uk-btn {
  font-size: 18px !important;
  line-height: 16px !important;
  text-align: right !important;
  font-weight: 500 !important;
  padding: 0.375rem 0.95rem !important;
}

.uk-btn span {
  font-size: 13px;
  display: block;
  margin-bottom: 0px;
  line-height: 14px;
}

.header .btncls a:hover {
  color: #fff !important;
}
.header .menu .menu-item a:after{
  content: "";
  position: absolute;
  bottom: -0px;
  left: 0px;
  width: 0;
  height: 2px;
  background: #fff;
  transition: .3s;
}

.header .menu .menu-item:hover a:after {
 width: 100%;
}

.btn-active a::after {
  position: relative;
  content: "";
  position: absolute;
  bottom: -22px;
  left: 0px;
  width: 100% !important;
  height: 2px;
  background: #be123c;
  /* background: #fff; */
}

.header:hover .btn-active a::after {
  background: #fff;
}

.btn-active:hover>a:after,
.scrolling-active .btn-active:hover>a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 2px;
  background: #be123c;
  /* color: gray !important; */
}

.scrolling-active .menu>.btncls>.uk-button-primary {
  color: #fff !important;
}

.btncls a {
  text-transform: uppercase !important;
  text-decoration: none;
}

.header .ul {
  margin-bottom: 0px !important;
}

.logo-name {
  color: #000;
  font-size: 32px;

  text-transform: capitalize;
  font-weight: 500;
  transition: all 0.3s ease;
  text-decoration: none;
}

.header .menu .menu-item a:hover {
  /* background-color: #f5f5f5; */
  color: #fff;
  border-radius: 5px;
}

.vh-120 {
  height: 200vh;
}

.modal-backdrop {
  background-color: #ccc;
}

.modal-backdrop.in {
  opacity: 0.2;
}

.loader-wrapper {
  width: 100%;
  height: 100vh;
  z-index: 10001;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;

}

.loading {
  background: url(../Images/ss.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100vh;
  z-index: 10005;
  position: fixed;
  top: 0px;
  left: 0px;
  overflow: hidden;

}

.loader-wrapper .loader-video {
  height: 100vh;
}

.loader-wrapper #myVideo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* .modal{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 10001;
    background-color: #000000;
}

#video1{
    width: 100%;
    height: 100%;
    object-fit: cover;
} */

.scrolling-active .header-top{
  display: none;
}
.scrolling-active .header-main-inner .nav-menu:before {

background: none;
}
.scrolling-active .logo{
  display: block !important;
}
.scrolling-active.header .menu .menu-item a {
color: #000 !important;
padding: 30px 0px !important;
}
.scrolling-active .header-main-inner {
  /* background: #be123c; */
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
}

.scrolling-active .header-main {
   margin-bottom: 0px;
}
@media(max-width: 991px) {
.header-top{
  display: none;
}
.header-main{
  margin-bottom: 0px;
}
.header-main-inner {
max-width: 100%;
padding-left: 0px;
display: flex;
justify-content: space-between;
align-items: center;
}

}
/* header ends */


/* hero starts */
.parallax-window {
  min-height: 100vh;
  background: transparent;
  position: relative;
}

.banner-text {
  /* position: absolute; */
  /* top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
  z-index: 2;
  margin: auto 0px;
  /* width: 800px;
  max-width: 800px; */
}
.banner .slide-1{
  /* background: url(../Images/dl.beatsnoop.com-3000-4MolWgjFeJ-1.jpg); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
.banner .slide1{
  background-image: url(../Images/Banner-background-01.jpg);
 
}
.banner .slide2{
  background-image: url(../Images/Banner-background-02.jpg);

}
.banner .slide3{
  background-image: url(../Images/ezgif.com-gif-maker-2-scaled.jpg);
}
.banner .slide-1::after{
content: "";
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background: rgb(13, 13, 13, .5);
z-index: -2;
}

.text {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  text-transform: uppercase;
  font-family: verdana;
  font-size: 12em;
  font-weight: 700;

}

.banner-text p,
.banner-text-2 p {
  font-family: 'Space Grotesk', sans-serif  !important;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: #5f5f5f;
}


.max-600 {
  max-width: 900px;
}

.banner-number {
  width: 100%;
  position: relative;
  bottom: 0px;
  left: 0px;
  z-index: 3;
  background: #be123c;
}

.banner-number .col-md-3 {
  width: 20%;
}

.banner-number h1 {
  font-family: 'Space Grotesk', sans-serif  !important;
  font-weight: 700;
  text-align: center;
  font-size: 38px;
  margin-bottom: 0px;
}

.banner-number h6 {
  font-family: 'Space Grotesk', sans-serif  !important;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0px;
}

.py-70 {
  padding: 70px 0px;
}

.contact-btn {
  width: auto;
  height: 55px;
  display: inline-block;
  line-height: 55px;
  padding: 0px 30px;
  text-transform: uppercase;
  background: #be123c;
  font-weight: 600;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-in-out;
  font-family: 'Space Grotesk', sans-serif  !important;
}

.contact-btn:hover {
  background: #be123c;
  color: #fff;
}

/* hero ends */

/* services starts */
.main-title h1 {
  font-family: 'Space Grotesk', sans-serif  !important;
  font-weight: 700;
  text-align: center;
  font-size: 48px;
  margin-bottom: 15px;
}
.modal-header h2{
  font-family: 'Space Grotesk', sans-serif  !important;
  font-weight: 700;
  text-align: center;
  font-size: 42px;
  margin-bottom: 0px;
  margin-top: 5px;
}
.light-bg {
  background-color: #F6F7F9;

}

.service-icon i {
  font-size: 70px;
}

.service-heading h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-heading p {
  font-family: 'Space Grotesk', sans-serif  !important;
  font-weight: 500;
  color: #5f5f5f;
  font-size: 16px;
  margin-bottom: 15px;
}

.mb-40 {
  margin-bottom: 50px;
}

.service-txt {
  position: relative;
  height: 100%;
}

.service-txt::after {
  content: " ";
  position: absolute;
  bottom: -5px;
  left: 0px;
  /* display: block; */
  width: 47px;
  left: 0px;
  background: #be123c;

  height: 3px;
}

.service-number span {
  color: #00000008;
  font-size: 70px;
  font-weight: 700;
  line-height: 70px;
}

/* .counter{
    font-size: 16px;
    color: #000;
} */
/* #banner-number{
   visibility: hidden;
   
} */
/* .page-content{
    display: none;
} */


/* services ends */




/* about section starts */
.about-img-1 {
  width: 100%;
  height: 377px;
  overflow: hidden;
  position: relative;
}

.about-img-1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img-2 {
  width: 60%;
  height: 377px;
  overflow: hidden;
  position: relative;
  margin: -25% 0% 0% 0%;

}

.about-img-2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-style: solid;
  border-width: 20px 20px 0px 0px;
  border-color: #FFFFFF;
  border-radius: 0px 0px 0px 0px;

}

.about-img-desc {
  width: 50%;
  background: rgb(183, 132, 167);
  border-style: solid;
  color: #fff;
  border-width: 20px 0px 0px 20px;
  border-color: #FFFFFF;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 40px 40px 40px 40px;
}

/* .about-img-desc .about-desc-heading h2 {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: 'Playfair Display', serif;
  line-height: 1.2em;
  margin-bottom: 0px;

} */

.about-desc-icon {
  margin-bottom: 19px;
  z-index: 2;
}

.about-desc-icon img {
  width: 50px;
  text-align: center;
}

.mt-55-per {
  margin-top: -255px;

  position: relative;

}

.about-list ul,
.about-list-2 ul {
  padding-left: 30px;
  list-style: none;
  color: #7a7a7a;
}

.about-list ul>li,
.about-list-2 ul .bullets {
  padding-bottom: calc(30px/2);
  position: relative;
  font-size: 17px;
  font-weight: 500;

}

.about-list ul>li::before,
.about-list-2 ul .bullets::before {

  content: '\f00c';

  font: var(--fa-font-solid);
  left: -30px;
  position: absolute;
  /* top: 5px; */
  font-size: 18px;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  padding-top: 5px;
  /* margin-left: -20px; */
  /* content: ""; */
  transition: transform 0.2s ease-in-out 0s;
  color: #be123c;
  /* font-weight: 400; */
}

.inner-bullets li {
  padding-bottom: calc(10px/2);
  position: relative;
  font-size: 17px;
  font-weight: 500;

}

.inner-bullets li::before {
  content: '\f111';

  font: var(--fa-font-solid);
  left: -20px;
  position: absolute;
  top: 7px;
  font-size: 7px;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  padding-top: 5px;
  /* margin-left: -20px; */
  /* content: ""; */
  transition: transform 0.2s ease-in-out 0s;
  color: #be123c;
}

.py-40 {
  padding: 80px 0px;
}

.main-title-2 h1 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  font-family: 'Hanken Grotesk', sans-serif;
  line-height: 1.3em;

}

/* .main-title-2 h1 {
  font-size: 36px;
} */

.main-title-2 h6 {
  color: #00bfb3;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  font-family: 'Hanken Grotesk', sans-serif;
  letter-spacing: 1.2px;
}

.about-desc p,
.blog-title p {
  color: #7a7a7a;
  font-family: 'Hanken Grotesk', sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.5em;
}

.dark-txt {
  color: #000;
  font-weight: 700;
}

/* .underline-txt{

  font-weight: 700;
  text-decoration: underline;
  display: block;
} */
@media(max-width: 1199px) {
  .mt-55-per {
    margin-top: -312px;

    position: relative;
  }
}

@media(max-width: 991px) {
  .mt-55-per {
    margin-top: -227px;

    position: relative;
  }
}

@media(max-width: 767px) {
  .about-img-2 {
    width: 100%;
    height: 377px;
    overflow: hidden;
    position: relative;
    margin: 0;

  }

  .about-img-desc {
    width: 100%;
  }

  .me-40 {
    margin-right: 20px;
  }

  .play-btn {
    height: 46px;
    width: 46px;
    line-height: 48px;
  }

  .mt-55-per {
    margin-top: 0px;


  }

  .about-sec .py-40 {
    padding: 80px 0px 0px 0px;
  }

  /* .nav-pills .nav-link {
    padding: 10px 20px !important;
  } */

  .about-img-2 img {

    border-width: 20px 0px 0px 0px;
  }

  .about-img-desc {

    border-width: 20px 0px 0px 0px;

  }
}


/* about section ends */

/* approach starts */

.cards .card-hidden {
  height: 260px;
  background: #be123c;
  color: #fff;
  padding: 10px;

}



.cards {
  border: 1px solid #333;
  height: 260px;
  position: relative;
  overflow: hidden;
}

.cards p {
  color: #fff;
  font-size: 20px;
}

.card-front {
  z-index: -1 !important;
}

.cards-hidden {

  z-index: 2 !important;



}

.cards .card-hidden {
  position: absolute;
  bottom: 250px;
  transition: all 0.6s ease;
  z-index: 3;
  /* display: none; */
}

.cards .card-heading {

  font-size: 26px;
  font-weight: 700;
  padding-top: 30px;
  padding-left: 20px;
}

.cards .card-number {
  font-size: 82px;
  font-weight: 900;
  padding-top: 20px;
  padding-left: 20px;
  position: absolute;
  bottom: 0;
  color: #e7e7e7;
  right: 20px;
  z-index: 0 !important;
}

.cards:hover .card-hidden {
  position: absolute;
  bottom: 0px;
  z-index: 3;
  cursor: pointer;
}





.menu-item a i {
  color: #000 !important;
}

.main-title p {
  font-family: 'Space Grotesk', sans-serif  !important;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  color: #5f5f5f;
}

.main-title-an p {

  font-size: 22px;

}

@media (max-width: 767px) {
  .card-hidden p {

    font-size: 18px;
  }

  .cards {
    border: 1px solid #333;
    height: 200px;
    position: relative;
    overflow: hidden;
  }

  .cards .card-hidden {
    position: absolute;
    bottom: 190px;
    transition: all 0.6s ease;
    /* display: none; */
  }

  .cards .card-hidden {
    height: 200px;
  }

}


/* approach ends */


/* logos starts */
.log {
  background: rgba(240, 241, 241, 1);

}

.logos-box {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 5.95px 8.6px;
  background: #fff;
  width: 100%;
  height: 105px;
  border-radius: 22px;
  overflow: hidden;

}

.logos .item {
  padding: 20px 10px;
}

.logos-img {
  /* margin: auto 0px; */
  width: 120px;
  /* line-height: 100px; */
}

/* .col-green {
  background: #095D5A;
} */

.mb-100 {
  margin-bottom: 140px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-99 {
  margin-bottom: 100px;
}

.footer-starts {
  background: url('../Images/contact-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

/* .social{
  height: ;
} */
.footer-socials .social a,
.in-touch .social a {
  /* display: inline-block; */
  /* width: 50px; */
  /* height: 50px; */
  font-size: 24px;
  /* margin-right: 10px;
  margin-left: 10px; */
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #fff;
  
  border-radius: 50%;
}
.modal .footer-socials .social a,
.in-touch .social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  font-size: 24px;
  margin-right: 10px;
  margin-left: 10px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color:#be123c;
  
  border-radius: 50%;
}

.footer-socials .social a:hover {
  cursor: pointer !important;
}

.team-desc{
  position: absolute;
  bottom: 80px;
  width: 100%;
}
.team-desc h3{
  opacity: 0;
font-size: 24px;
    font-weight: 700;
    font-family: 'Space Grotesk', sans-serif  !important;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.team-desc p{
  opacity: 0;
  font-size: 18px;
      font-weight: 400;
      font-family: 'Space Grotesk', sans-serif  !important;
      margin-bottom: 5px;
      text-align: center;
      color: #be123c;
      -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
  }
.team-social{
  padding: 10px 20px;
  background: #be123c;
  position: absolute;
  bottom: -80px;
  width: 100%;
  transition: 500ms all ease;
}
.team-social a {
  line-height: 40px !important;
  width: 140px !important;
  height: 40px !important;
  font-size: 22px !important;
  border-radius: 20px !important;
  padding: 0px 20px;
  font-weight: 500;
  color: #000;
  background: transparent !important;
  /* border: 1px solid #000; */
  text-decoration: none;
  -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}
.team-social a:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.team-social a:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.team-social a:nth-child(4) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.team-box:hover{
  cursor: pointer;
}
.team-box:hover .team-social{
  bottom: 0px;

}
.team-box:hover .team-desc h3, .team-box:hover .team-desc p{
opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}


.team-box:hover .team-social a{
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* .footer-address {
  font-family: 'Space Grotesk', sans-serif  !important;
  font-weight: 500;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.footer-address a {
  color: #fff;
}

.footer-address a:hover {
  color: #F6F7F9;
  cursor: pointer;
}

.footer-heading h3 {
  font-family: 'Space Grotesk', sans-serif  !important;
  font-weight: 600;
  text-align: center;
  font-size: 28px;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 30px;
} */

.test-bx {
  position: relative;
  background: #be123c;
  padding: 20px 0px;
}

.client-area {
  padding: 20px 0px;
}

.pad-20 {
  padding: 20px 0px;
}

.client-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.client-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.client-name h3 {
  font-family: 'poppins', sans-serif !important;
  font-weight: 600;
  /* text-align: center; */
  font-size: 24px;
  color: #fff;
  /* text-decoration: underline; */
  margin-bottom: 0px;
}

.client-name p {
  font-family: 'Playfair Display', serif;
  font-weight: 500;
  /* text-align: center; */
  font-size: 16px;
  color: #ecebeb;
  /* text-decoration: underline; */
  margin-bottom: 10px;
}

.client-text p {
  font-family: 'Space Grotesk', sans-serif  !important;
  font-weight: 500;
  /* text-align: center; */
  font-size: 15px;
  color: #fff;
  /* text-decoration: underline; */
  margin-bottom: 10px;
}

.divider-shape {
  display: inline-block;
  width: 100px;
  height: 1px;
  background: #fff;
  margin-bottom: 10px;
  position: relative;
}

.divider-shape::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 40px;
  height: 1px;
  bottom: 3px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-70 {
  margin-bottom: 70px;
}

/* .testimonial-carousel .owl-dots{
  display: inline-block !important;
  
} */
.testimonial-carousel .owl-dots {
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  width: 20px;
  height: 5px;
  background: rgb(0, 0, 0, .7);
  margin-right: 10px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  background: #be123c;
}

.test-bx .row::before {
  position: absolute;
  content: "";
  background-image: url(../Images/chat.png);
  background-repeat: no-repeat;
  height: 128px;
  width: 128px;
  right: 20px;
  z-index: 1;
  opacity: 0.1;
  top: 20px;
}

/* logos ends */




/* team starts */

.team-box{
  border-radius: 25px;
  overflow: hidden;
  position: relative;
}
.team-img {
  width: 100%;
  /* min-height: 450px; */
  overflow: hidden;
  position: relative;
}
.team-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.3);
}
.team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.p-team {
  padding: 0px 20px;
}

.team-inner {
  width: 100%;
  background: #f7f6f4;
  padding: 30px 0px;
  position: relative;
  margin-top: -60px;
}

.service-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.large-pic .service-image {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mb-70 {
  margin-bottom: 70px;
}

.testimonial-profile-name h3 {
  font-size: 24px;
  font-weight: 600;
  color: #000;
  font-family: 'Hanken Grotesk', sans-serif;
  line-height: 1.2em;
  margin-bottom: 10px;

}

.testimonial-profile-name p {
  color: #be123c;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  font-family: 'Hanken Grotesk', sans-serif;

  letter-spacing: 1.2px;
}

/* team  ends */

.serv-icon span {
  background: #be123c;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  line-height: 100px;
}

.serv-icon span i {
  font-size: 46px;
  color: #000;
}

.pt-70 {
  padding-top: 70px;
}
.pt-120 {
  padding-top: 120px;
}
.more {
  display: none;
}

.read-more {
  color: #be123c !important;
}

.client-area .read-more {
  color: #FFF !important;
}

/* serv -ind starts */




/* .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #be123c !important;
} */

/* .tab-area{
  border: 0.5px solid #153380 !important;
 
  border-radius: 50px;
} */
.pb-80 {
  padding-bottom: 80px;
}



.ind-serve-img {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.ind-serve-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.industry-bx {
  height: 100%;
  background: #fff;
  border-radius: 10px;
}

.head-txt h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
}

.industry-img {
  width: 100%;
  height: 210px;
  overflow: hidden;
  border-radius: 10px;
}

.industry-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fa-phone {
  transform: rotate(-270deg);
}

/* serv ind ends */

/* .banner-text img {
  height: 200px;
} */

.designed {
  font-size: 14px;
}

.pb-90 {
  padding-bottom: 120px;
}

.py-120 {
  padding: 120px 0px;
}

.pb-75 {
  padding-bottom: 50px;
}


/* banner mobile */

.app-hero-frame .holder-img{
  width: 280px;
  }
  .app-hero-frame{
      position: relative;
  }

  .pad-perc {
    padding: 0 0 0 25%;
}

.app-hero-mobile{
    position: absolute;
    width: 70%;
    height: 61.1%;
    top: 4%;
    left: 15%;
    z-index: -1;
}

.carousel-inner{
  height: 100vh;
  
}
.carousel-item{
  height: 100%;
  padding-top: 120px;
}
.carousel-item-inner{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-sec{
  background: url(../Images/bg-beat.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  /* background: rgb(183, 132, 167, .3); */
}
.hero-sec::after{
content: "";
position:absolute;
background: rgb(183, 132, 167);
left: 0;
top: 0;
width:100%;
height: 100%;
opacity: .9;
}
.carousel-control-prev, .carousel-control-next {
width: 8% !important;
}
.banner-text i{
  color: #be123c;
}
.services-inner{
  max-width: 1200px;
}
.service-title h1{
  color: #262420;
    font-size: 42px;
    font-weight: 600;
    padding-bottom: 20px;
}
.service-item{
  position: relative;
  padding-top: 45px;
  margin-bottom: 60px;
}

.service-img {
  left: 0;
    z-index: 2;
  top: 0;
  max-width: 580px;
  overflow: hidden;
    position: absolute;
    border-radius: 350px;
}
.service-img img{
  height: auto;
  max-width: 100%;
  width: 100%;
  transition: all 500ms ease;
}
.service-item:hover .service-img img{
transform: scale(1.06);
}
.service-txt{
  padding: 80px 110px 60px 30px;
}
.service-txt{
  display: flex;
  -webkit-box-pack: end;
  justify-content: end;
  z-index: 1;
    overflow: hidden;
    position: relative;
    border-radius: 350px;
}
.service-txt-inner{
  max-width: 370px;
}
.service-txt:before {
  top: 0;
  right: 0;
  width: 85%;
  z-index: -1;
  content: "";
  height: 100%;
  border-radius: 350px;
  position: absolute;
  background-color: rgb(183, 132, 167, .3);
}

.service-desc ul{
  margin-bottom: 30px;
  /* padding-left: 0px; */
}
.service-desc ul li {
  position: relative;
  padding-left: 0px;
  /* padding-left: 25px; */
  /* margin-bottom: 10px; */
}
.right-img-align .service-img {
left: auto;
right: 0px;
}
.right-img-align .service-txt{
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 80px 30px 60px 170px;
}
.right-img-align .service-txt:before {
  left: 0;
  right: auto;
}

/* .active-div {
  background: #000;
  width: 100px;
  height: 100px;
} */
/* .active-div.active{
  background: red;
} */



/* team starts */

.team-items {
  width: 100%;
  max-width: 495px;
  /* padding-bottom: 70px; */
  position: relative;
}
.team-items .team-image {
  z-index: 1;
  overflow: hidden;
  display: inline-block;
  border-bottom-left-radius: 300px;
  border-bottom-right-radius: 300px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
 
}
.team-items .team-text-area {
  bottom: 20px;
  opacity: 0;
  width: 100%;
  left: -50px;
  visibility: hidden;
  max-width: 330px;
  text-align: left;
  position: absolute;
  border-radius: 50px;
  padding: 45px 50px 25px;
  background-color: rgb(183, 132, 167, .3);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  min-height: 260px;
}
.team-items .team-image:before {
  left: 0;
  bottom: 0;
  width: 295px;
  content: "";
  z-index: -1;
  height: 295px;
  position: absolute;
  border-radius: 100%;
  background-color: #fff;
}
.team-items .team-image img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.team-items.active .team-image {
  -webkit-transform: translateX(90px);
  transform: translateX(90px);
}
.team-items.active .team-text-area {
  opacity: 1;
  left: -90px;
  visibility: visible;
}
.team-soc span{
  margin-right: 15px;
}
.team-soc span a{
  color: #be123c;
  font-size: 22px;
}

/* team ends */


/* abt starts */
.abt-images-bx{
  position: relative;
}
.abt-img{
  width: 100%;
  padding-right: 50px;
}
.abt-img img{
  width: 100%;
}
.abt-flt-img{
  width: 100%;
  position: absolute;
  bottom: -75px;
  text-align: end;
}
.abt-flt-img img{
height: 262px;
}
/* abt ends */



/* modal style starts */

.modal-content{
  background-color: #171717 !important;
  /* width: 60% !important; */
}
/* .modal{
display: flex !important;
align-items: center !important;
justify-content: center!important;
} */
.show .modal-dialog {
  display: flex !important;
  align-items: center !important;
  justify-content: start!important;
}
.modal-dialog {
  max-width: 900px !important;
}
.modal-title h1{
  color: #fff;
  /* font-weight: 600; */
  font-family: 'bodoniflf-roman';
}
.modal-title h2{
  color: #9D8A83;
  font-weight: 600;
  font-family: 'bodoniflf-roman';
}
.modal-title h2 span{
  text-decoration: underline;
}
.modal-title h6{
  color: #9D8A83;
  margin-bottom: 20px;
}
.modal-title-2 h6{
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}
.modal-input input{
  background: none!important;
  padding: 10px;
  border: none;
  border-radius: 0px !important;
  border-bottom: 1px solid #fff !important;
  outline: none !important;
}
.modal-input input:focus{
  box-shadow: none !important;
}
.modal-input textarea{
  background: none!important;
  padding: 10px;
  border: none;
  border-radius: 0px !important;
  border-bottom: 1px solid #fff !important;
  outline: none !important;
  width: 100%;
}
.modal-input input::placeholder{
  text-align: start;

}
.madal-new .modal-body{
  padding: 30px !important;
}
.btn-close{
  color: #fff;
  color: #000;
    background: transparent url('../Images/closeimg.svg') center/1.5em auto no-repeat !important;
}
.quote-input input{
  padding: 10px;
}
.custom-design label{
  /* font-family: 'bodoniflf-roman'; */
  color: #000;
  font-size: 16px;
  font-weight: 600;
  font-family: 'bodoniflf-roman';
}

.send-btn{
  border: none;
  background: #be123c;
  width: 100%;
  padding: 10px;
  color: #fff;
}
.no-thanks-link{
  display: block;
  color: #333;
}
.modal-header {
border-bottom: none !important;
}
.fixed-btns{
  position: fixed;
  bottom: 0px;
  z-index: 99;
  left: 0px;
  width: 100%;
  background-color: #AFD5D8;
  box-shadow: 0 0px 1rem rgb(0 0 0 / 30%);
}
.fixed-bx{
  padding: 10px 3px;
  height: 100%;
}
.fixed-bx p{
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
  font-size: 16px;
}
.fixed-bx p:nth-child(2){
  color: #333;
}
.fixed-bx p:nth-child(1){
  font-size: 20px;
}
.pt-80{
  padding-top: 80px;
}
.pb-80{
  padding-bottom: 80px;
}
/* .fixed-btns .col-3{
  border: .5px solid #fff;
} */

/* modal style ends */

/* footer starts */
 /* Footer starts */



/* .footer-sec-1{
  background-color: #444;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: -50px 0px 0px 0px;
  padding: 50px 40px 50px 40px;
  position: relative;
} */
/* .footer-logo img{
width: 180px;
} */
.footer-logo img{
width: 40px;
} 
.footer-logo-2 img{
  width: 200px;
  } 
.footer-desc p{
  color: #fff;
  font-family: 'Space Grotesk', sans-serif  !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.footer-address ul{
  padding-left: 25px;
  list-style: none;
  color: #fff;
}

.footer-address ul li{
  padding-bottom: calc(20px/2);
  position: relative;
  font-family: 'Space Grotesk', sans-serif  !important;
}

.footer-address ul li a{
  color: #fff;
  font-family: 'Space Grotesk', sans-serif  !important;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.5em;
  display: inline-block;
}
.footer-address ul li a:hover{
  text-decoration: underline;
  color: #be123c;
}
.footer-address ul li::before{
  
  left: -25px;
  position: absolute;
  /* top: 5px; */
  font-size: 20px;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  padding-top: 7px;
  /* margin-left: -20px; */
  /* content: ""; */
  transition: transform 0.2s ease-in-out 0s;
  color: #fff;
  /* font-weight: 400; */
}


.footer-address ul li.address-1::before{
  content: '\f3c5';

  font: var(--fa-font-solid);
}
.footer-address ul li.mail::before{
  content: '\f0e0';
  font: var(--fa-font-solid);
}
.footer-address ul li.phone::before{
  content: '\f095';
  top: 7px;
  font: var(--fa-font-solid);
  transform: rotate(90deg);
}

.footer-title h5{
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif  !important;
line-height: 1.5em;
margin-bottom: 15px;
}

.pt-50{
  padding-top: 70px;
}

.footer-links ul{
  padding-left: 25px;
  list-style: none;
  color: #fff;
}

.footer-links ul li{
  padding-bottom: calc(30px/2);
  position: relative;
  font-family: 'Space Grotesk', sans-serif  !important;

}

.footer-links ul li a{
  color: #fff;
  font-family: 'Space Grotesk', sans-serif  !important;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.5em;
  display: inline-block;
}
.footer-links ul li a:hover{

  color: #be123c;
}
.footer-links ul li::before{
  
  content: '\F285';
  font-family: "bootstrap-icons";
  /* font: var(--fa-font-solid); */
  left: -25px;
  position: absolute;
  /* top: 5px; */
  font-size: 14px;
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  padding-top: 2px;
  /* margin-left: -20px; */
  /* content: ""; */
  transition: transform 0.2s ease-in-out 0s;
  color: #fff;
  /* font-weight: 400; */
}

.footer-social a{
  text-decoration: none;
}
.footer-social a span{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #000;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all .3s ease;
}
.footer-social a:hover span{
  
  color: #be123c;
  background: #fff;
}
.footer-bottom{
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #A0AABA2B ;
}
.copyright p{
  color: #7a7a7a;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}
.mb-70{
margin-bottom: 120px;
}
.bord-bot{
  border-bottom: .5px solid #e5e5e5;
}

.ori-copyright-text a{
color: #fff !important;
}

.ori-footer-title:hover {
cursor: pointer;
}
/* footer ends */
@media(max-width: 991px) {
  .parallax-window {
    min-height: 60vh;
  }

  .banner-text {

    width: 100%;
    max-width: 100%;
  }

  /* .scrolling-active {
    
    position: fixed;
    
    transition: .3s;
    padding: 0px;
    background-repeat: no-repeat;
    color: #000 !important;
    box-shadow: 0 0px 1rem rgb(0 0 0 / 50%);
  } */
  .header .menu{
    background: #fff;
  }
  .scrolling-active .header-main-inner .nav-menu:before {
    background: #fff;
}

  .header .menu .menu-item a {
    color: #000 !important;
  }
  .header-main-inner .nav-menu:before {
    background-color: #fff;
  }
  .header:hover .btn-active a::after {
    background: none;
  }

  .header:hover .btn-active {
    background: #be123c;
  }

  .header .open-nav-menu span::before,
  .header .open-nav-menu span::after {

    background-color: #000;

  }

  .header .open-nav-menu span::before,
  .header .open-nav-menu span::after {

    background-color: #000;

  }

  .header .open-nav-menu span {

    background-color: #000;

  }
  .header .menu>.menu-item>a {
    
    padding: 12px 15px !important;
    
  }
  .scrolling-active.header .menu .menu-item a {
    color: #000 !important;
    padding: 12px 15px !important;
}
.left-80 {
  padding-left: 0;
}

.p-60 {
  padding-right: 20px;
  padding-left: 20px;
  /* background: #e2e8f0; */
}
.ori-btn-1 button{
  color: #fff !important;
}
.ori-btn-1 button:after{
  width: 100%;
}
.booking-form{
  background: #e5e7eb;
  padding: 15px;
}
}

@media(max-width: 767px) {

  .banner-text h1,
  .banner-text-2 h1 {

    font-size: 32px;
    margin-bottom: 40px;

    /* color: #f5f5f5; */
  }

  .ind-serve-img img {

    object-position: left;
  }

  .about-img-2 {
    display: none;
  }

  .banner-text img {
    height: 140px;
  }

  .banner-number .col-md-3 {
    width: 33.33%;
  }

 

  .banner-number h6 {
    font-family: 'Space Grotesk', sans-serif  !important;
    font-weight: 700;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0px;
  }

  .client-img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
  }

  .contact-map iframe {
    height: 300px !important;
  }
  .ori-testimonial-item-1 p {
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
}
}



/* banner starts */
.slider-content {
  z-index: 1;
  height: 600px;
  position: relative;
}
.ori-slider-text h1 i {
  color: #be123c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.ori-slider-img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  text-align: center;
  opacity: 0;
    /* z-index: -2; */
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
}
.ori-slider-img img{
margin: auto;
}

.tab-img{
  width: 100%;
  text-align: center;
  opacity: 0;
  margin-top: 20px;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}
.tab-img img{
  margin: auto;
  width: 420px;
}

.banner-text h1{
  font-family: 'Space Grotesk', sans-serif  !important;

  text-align: center;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 700;
  line-height: 92px;
  /* margin-bottom: 20px; */
  /* color: #7A4988; */
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);

}

.banner-text h1 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
/* .ori-slider-text h1 {
 
  font-size: 76px;
  font-weight: 700;
  line-height: 92px;
  
} */
.slider-content.slick-current.slick-active .ori-slider-text h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}
.slider-content.slick-current.slick-active .ori-slider-text .tab-img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.slider-content.slick-current.slick-active .ori-slider-img {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.banner-carousel .slick-dots {
  top: 55%;
  bottom: 0;
  left: auto;
  width: auto;
  right: 50px;
  right: 100px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner-carousel .slick-dots li {
  width: 70px;
  height: 70px;
  display: block;
  line-height: 70px;
  margin-bottom: 100px;
  border-radius: 100%;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: transparent;
}
.banner-carousel .slick-dots li a{
  color: #fff;
  text-decoration: none;
}
.banner-carousel .slick-dots li.slick-active {
  background-color: rgba(255, 255, 255, 0.1);
}
.banner-carousel.slick-dotted.slick-slider {
  margin-bottom: -5px !important;
}

/* banner ends */

/* service wrapper starts */

.service-wrapper-1{
  padding: 110px 0px 110px;

}
.ori-service-inner-item {
  z-index: 1;
  max-width: 410px;
  position: relative;
  /* padding-bottom: 100px;
  background: #e5e7eb; */
}
.ori-service-inner-item .ori-service-more {
  position: absolute;
  left: 0;
  top: 60%;
  right: 0;
  opacity: 0;
  z-index: 1;
  border-radius: 0px;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.position-relative {
  position: relative!important;
}
.ori-service-inner-item .ori-taxi-mg-title .ori-service-title {
  left: 0;
  right: 0;
  bottom: 35px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ori-service-inner-item .ori-taxi-mg-title .ori-service-title h3 {
  color: #222;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 25px;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.ori-service-inner-item:before {
  top: 0;
  right: 0;
  z-index: 1;
  width: 0%;
  content: "";
  left: auto;
  height: 100%;
  position: absolute;
  /* border-radius: 15px; */
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background: rgba(13, 13, 13, 0.85);
}
.ori-service-inner-item:after {
  top: 0px;
  left: -5px;
  width: 95%;
  z-index: -1;
  content: "";
  height: 93%;
  opacity: 0;
  position: absolute;
  border-radius: 15px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transform: skew(-5deg) rotate(-5deg);
  transform: skew(-7deg) rotate(-5deg);
  background-color: #be123c;
}
.ori-service-inner-item .ori-service-more a {
  font-size: 120px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #be123c;
}
.ori-service-inner-item .ori-service-more span {
  font-size: 120px;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  color: #be123c;
}
.ori-service-inner-item .ori-service-more div {
  font-size: 120px;
  /* display: block; */
  /* -webkit-transform: rotate(-45deg); */
  /* transform: rotate(-45deg); */
  color: #be123c;
  text-align: center;
  width: 100%;
  transform: translate(-25px, -25px);
}
.ori-service-inner-item:hover{
  cursor: pointer;
}


.ori-service-inner-item:hover:before {
  left: 0;
  width: 100%;
  right: auto;
}
.ori-service-inner-item:hover:after {
  top: 40px;
  opacity: 1;
}
.ori-service-inner-item:hover .ori-service-more {
  top: 50%;
  opacity: 1;
}
.ori-service-inner-item:hover .ori-service-title {
  opacity: 0;
  bottom: 30px;
}
.ori-service-inner-item .ori-taxi-mg-title .ori-taxi-mg img {
  border-radius: 15px;
}
.ori-taxi-mg{
  width: 100%;
  background: #e5e7eb;
  padding-bottom: 60px;
  background: #e5e7eb;
  height: 100%;
}
.ori-taxi-mg img{
  padding: 50px 40px 100px 40px;
}
/* .service-wrapper-1 .ori-section-title-1 {
  max-width: 535px;
} */

.ori-section-title-1 h2 {
  color: #222;
  font-size: 42px;
  font-family: 'Space Grotesk', sans-serif  !important;

  font-weight: 700;
  line-height: 60px;
}
.ori-section-title-1 h2 span {
  font-weight: 400;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #222;
}
.ori-btn-1 a {
  z-index: 1;
  font-size: 14px;
  display: block;
  font-weight: 700;
  padding: 20px 30px;
  position: relative;
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif  !important;

  /* border-radius: 35px; */
  letter-spacing: 0.14em;
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: #fff !important;
}

.book-now-btn {
  z-index: 1;
  font-size: 14px;
  display: inline-block;
  font-weight: 700;
  padding: 15px 30px;
  position: relative;
  display: inline-block;
  font-family: 'Space Grotesk', sans-serif  !important;

  /* border-radius: 35px; */
  letter-spacing: 0.14em;
  background-color: #be123c;
  text-decoration: none;
  color: #fff !important;
}
.ori-btn-1 a:hover {
  color: #fff;
}
.ori-btn-1 a:after {
  top: 0;
  left: 0;
  z-index: -1;
  width: 70px;
  content: "";
  height: 100%;
  position: absolute;
  /* border-radius: 100%; */
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #be123c;
}
/* .ori-btn-1 a:hover {
  border-radius: 35px;
} */
.ori-btn-1 a:hover:after {
  width: 100%;
  border-radius: 35px;
}
/* service wrapper ends */


/* sponsor section starts */
.sponsor-section-1 {
  z-index: 1;
  overflow: hidden;
  padding: 125px 0px 140px;
}
.sponsor-title {
  padding-bottom: 60px;
}
.sponsor-title h3 {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  font-size: 16px;
  font-weight: 700;
  /* -ms-flex-wrap: nowrap; */
  flex-wrap: nowrap;
  -webkit-box-align: center;
  /* -ms-flex-align: center; */
  align-items: center;
  letter-spacing: 0.14em;
  color: #be123c;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.sponsor-title h3 i {
  width: 100%;
  height: 1.1px;
  position: relative;
  display: inline-block;
  background-color: #181818;
}
.sponsor-title h3 span {
  margin: 0px 20px;
  white-space: nowrap;
  display: inline-block;
}
.sponsor-img{
  /* height: 50px; */

  display: flex;
  justify-content: center;
  align-items: center;
}
.sponsor-img img{
margin: auto;
height: auto;
width: 80% !important;
}
/* .sponsor-item{
  height: 100%;
} */
/* sponsor section ends */

/* marquee starts */
.text-scroll-section-1 {
  z-index: 1;
  overflow: hidden;
  padding: 65px 0px;
  border-top: 1px solid #1C1C1C;
  border-bottom: 1px solid #1C1C1C;
}
.text-scroll-content h3 {
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  display: inline;
}
.text-scroll-content marquee {
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
 height: 200px;
 
  /* display: inline-block; */
}
.text-scroll-icon {
  font-size: 75px;
  margin: 0px 25px;
  color: #be123c;
}



.scroll {
  position: relative;
  width: 100vw;
  /* height: 15%; */
  /* min-height: 150px; */
  /* background-color: #252525; */
  overflow: hidden;
  z-index: 1;
  margin: 0;
  padding: 0;
}

.m-scroll {
  overflow: hidden;
  height: 100%;
  white-space: nowrap;
  animation: scrollText 15s infinite linear;
  margin: 0;
  font-size: 0;
  display: inline-block;
}
.scroll .span-txt {
  /* font-size: 50px; */
  display: inline-block;
  min-width: 40vw;
  margin: 0;
  padding: 0;
  color: white;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
  display: inline;
}

@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.trans-text {
  background-image: url(../Images/sd1.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}


/* marquee ends */


/* testimonials starts */
.testimonial-section-1 {
  z-index: 1;
  overflow: hidden;
  padding: 205px 0px 130px;
}

.ori-vector-bg {
  position: absolute;
  right: 0;
  top: 115px;
  left: -15px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.testimonial-title {
  padding-bottom: 75px;
}
.testimonial-title h3 {
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.14em;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.ori-testimonial-item-1 p {
  font-size: 20px;
  line-height: 43px;
  padding-bottom: 70px;
  color: #222;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.pera-content p {
  margin-bottom: 0;
}
.ori-testimonial-item-1 {
  margin: 0 auto;
  max-width: 960px;
}
.ori-testimonial-item-1 .ori-testimonial-author h4 {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 3px;
  letter-spacing: 0.18em;
  color: #fff;
  margin: 0;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.ori-testimonial-item-1 .ori-testimonial-author span {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: #be123c;
}
.ori-testimonial-content-1 .slick-arrow {
  top: 50%;
  border: none;
  position: absolute;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  background-color: transparent;
}
.ori-testimonial-content-1 .slick-arrow.testi-left_arrow {
  left: 0;
}
.ori-testimonial-content-1 .slick-arrow.testi-right_arrow {
  right: 0;
}

/* testimonials  ends */

/* projects starts */
.ori-project-section-1 {
  z-index: 1;
  overflow: hidden;
  padding: 110px 0px 90px;
}
.ori-project-tab-btn {
  margin-top: 70px;
}
.ori-project-tab-btn .nav {
  display: inherit;
}
.ori-project-tab-btn li {
  width: 100%;
  max-width: 335px;
  margin-bottom: 10px;
  position: relative;
}

.ori-project-tab-btn li, .ori-project-tab-btn button {
  color: #fff !important;
  font-size: 18px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  border-radius: 80px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.ori-project-tab-btn button {
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  position: relative;
  padding: 20px 30px;
  overflow: hidden;
  background-color: transparent;
  z-index: 2;
}
.ori-project-tab-btn button:before {
  top: 50%;
  right: 10px;
  transform: translate(0,-50%);
  content: "\f105";
  font-weight: 900;
  position: absolute;
  font-family: "Font Awesome 5 Pro";
}
.ori-project-tab-btn button:after {
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  content: "";
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #be123c;
}
.ori-project-tab-btn .nav-pills .nav-link.active {
  border-radius: 80px;
  background-color: rgba(255, 255, 255, 0.1);
}
.ori-project-tab-btn button.active:after {
  width: 100%;
}
.ori-project-item-1 {
  overflow: hidden;
  max-width: 790px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.ori-project-item-1:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  /* background: -webkit-gradient(linear, left top, left bottom, color-stop(50.26%, rgba(9, 9, 9, 0)), color-stop(99.06%, #090909)); */
  background: linear-gradient(180deg, rgba(9, 9, 9, 0) 50.26%, #090909 99.06%);
}
.ori-project-item-1 .ori-project-text {
  left: 60px;
  bottom: 60px;
}
.ori-project-item-1 .ori-project-text h3 {
  opacity: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding-bottom: 15px;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ori-project-item-1 .ori-project-text h3 a{
  color: #fff !important;
  text-decoration: none;
}
.ori-project-item-1 .ori-project-text .project-category {
  opacity: 0;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 0.14em;
  color:  #be123c;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.ori-project-item-1 .ori-project-text .project-category a{
  color:  #be123c !important;
  text-decoration: none;
}
.ori-project-item-1 .ori-project-link {
  opacity: 0;
  bottom: 0px;
  right: 65px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.ori-project-item-1 .ori-project-link a {
  font-size: 65px;
  color: #be123c;
}
.ori-project-item-1 .ori-project-link a i {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--main-color);
}
.ori-project-item-1:hover .ori-project-text h3, .ori-project-item-1:hover .ori-project-text .project-category {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.ori-project-item-1:hover .ori-project-link {
  opacity: 1;
  bottom: 55px;
}
/* projects ends */
/* footer starts */
.ori-footer-section {
  padding-top: 100px;
  background-color: #171717;
}
.ori-footer-section .footer-shape {
  left: 0;
  bottom: 0;
  opacity: 0.5;
  position: absolute;
}
.ori-footer-title {
  border-radius: 20px;
  padding: 35px 0px 25px;
  border: 1px solid #292929;
}
.ori-footer-title h2 {
  color: #fff;
  font-size: 90px;
  font-weight: 700;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.ori-footer-title h2 span {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
}
.ori-footer-title h2 i {
  margin-left: 20px;
  color: #be123c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ori-footer-widget-wrapper {
  padding: 110px 0px 70px;
}
.ori-footer-widget .logo-text {
  margin-top: 25px;
  color: rgb(125, 125, 125);
  font-size: 16px;
}
.footer-item .widget-title {
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 38px;
  letter-spacing: 0.14em;
  color: #fff;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.ul-li-block ul {
  margin: 0;
  padding: 0;
}
.ori-footer-widget .menu-location-widget li {
  margin-bottom: 12px;
}

.ul-li-block ul li {
  display: block;
  list-style: none;
}
.ori-footer-widget .menu-location-widget li a {
  color: #7D7D7D;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.ori-footer-widget .contact-widget span, .ori-footer-widget .contact-widget a {
  color: #7D7D7D;
  display: block;
  margin-bottom: 12px;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}
.ori-footer-widget .newslatter-widget .newslatter-form input {
  width: 100%;
  border: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}
.ori-footer-widget .newslatter-widget .newslatter-form button {
  color: #fff;
  border: none;
  margin-top: 50px;
  font-weight: 600;
  font-family: 'Space Grotesk', sans-serif  !important;
  text-transform: uppercase;
  background-color: transparent;
}
.ori-footer-widget .newslatter-widget .newslatter-form button i {
  margin-left: 10px;
}
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}
.ori-footer-copyright {
  padding: 25px 0px;
  border-top: 1px solid #292929;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.ori-footer-copyright .ori-copyright-text {
  font-size: 14px;
}
/* footer ends */


/* blogs starts */
.ori-blog-inner-item .blog-inner-img {
  overflow: hidden;
  border-radius: 20px;
  margin-bottom: 30px;
}
.ori-blog-inner-item .blog-inner-img img {
  -webkit-transform: scale(1.1) rotate(5deg);
  transform: scale(1.1) rotate(5deg);
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.ori-blog-inner-item:hover .blog-inner-img img {
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.ori-blog-inner-item .blog-inner-text h3 {
  color: #fff !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 15px;
}
.ori-blog-inner-item .blog-inner-text h3 a {
  width: 100%;
  color: #fff !important;
  text-decoration: none;
  display: inline !important;
  background-position-y: -1px;
  background-repeat: no-repeat;
  background-size: 0 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-image: linear-gradient(transparent calc(100% - 2px), currentColor 1px);
  -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ori-blog-inner-item .blog-inner-text .read-more {
  color: #be123c !important;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;
}
.ori-blog-inner-item .blog-inner-text h3 a:hover {
  color: inherit;
  background-size: 100% 100%;
}
/* blogs ends */

.bg-gray{
  background: #d4d4d4;
}

/* new code starts */
.banner-carousel, .banner-carousel .slider-content{
  height: 600px !important;
}
.ori-slider-text{
  margin: auto;
  max-width: 800px;
}
.ori-slider-text p{
  color: #fff;
}

.banner-carousel .slick-arrow {
  top: 50%;
  border: none;
  position: absolute;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  background-color: transparent;
  z-index: 1;
}
.banner-carousel .slick-arrow.testi-left_arrow {
  left: 20px;
}
.banner-carousel .slick-arrow.testi-right_arrow {
  right: 20px;
}
.sec-shape2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.movingX {
  -webkit-animation: movingX 35s linear infinite;
  animation: movingX 35s linear infinite;
}

@keyframes movingX{
0% {
  -webkit-transform: translateX(0) rotateY(0deg);
  transform: translateX(0) rotateY(0deg);
}
50% {
  -webkit-transform: translateX(calc(100vw - 100%));
  transform: translateX(calc(100vw - 100%));
}
51% {
  -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
  transform: translateX(calc(100vw - 100%)) rotateY(180deg);
}

100% {
  -webkit-transform: translateX(0) rotateY(180deg);
  transform: translateX(0) rotateY(180deg);
}
}
/* new code ends */
/* I pad responsive starts */
@media screen and (max-width: 1024px){
.banner-text h1 {
    font-size: 70px;
    line-height: 80px;
}


.banner-carousel .slick-dots {
  left: 0;
  right: 0;
  top: auto;
  bottom: 80px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.banner-carousel .slick-dots li {
  width: 40px;
  height: 40px;
  font-size: 15px;
  margin-bottom: 0;
  line-height: 40px;
  display: inline-block;
}

.ori-service-wrapper-1 .ori-section-title-1 {
  max-width: 535px;
}
.ori-section-title-1 h2 {
  font-size: 38px;
}
.ori-service-inner-item {
  margin: 0 auto;
  margin-bottom: 30px;
}
.ori-testimonial-item-1 {
  max-width: 670px;
}
.ori-testimonial-item-1 p {
  font-size: 25px;
  line-height: 40px;
}
.ori-blog-inner-item {
  max-width: 410px;
  margin-bottom: 30px;
}
.ori-blog-inner-item .blog-inner-text h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 0px;
}
}

@media screen and (max-width: 991px){
  .ori-project-tab-btn {
    text-align: center;
    margin-bottom: 40px;
  }
  .ori-project-item-1, .ori-team-inner-item, .ori-blog-inner-item {
    margin: 0 auto 30px;
}
.ori-project-tab-btn li {
  margin: 0 auto;
}
.ori-project-tab-btn-content {
  text-align: center;
}
.ori-project-item-1, .ori-team-inner-item, .ori-blog-inner-item {
  margin: 0 auto 30px;
}
.ori-footer-widget-wrapper {
  padding-bottom: 40px;
}
.ori-footer-widget {
  margin-bottom: 40px;
}
.ori-footer-widget .widget-title {
  padding-bottom: 20px;
  margin-bottom: 0px;
}

}
@media screen and (max-width: 850px){
  /* .ori-testimonial-content-1 .slick-arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
} */
.ori-testimonial-content-1 .slick-arrow {
  /* position: static; */
  display: inline-block;
  margin: 0px 10px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.ori-testimonial-content-1 .slick-arrow.testi-right_arrow {
  right: auto;
  left: 60%;
  transform: translate(-55%, 0);
}
.ori-testimonial-content-1 .slick-arrow.testi-left_arrow {
  /* right: auto; */
  transform: translate(-40%, 0);
  left: 40%;
}
.testimonial-section-1 {
  padding: 205px 0px 170px;
}
.ori-testimonial-content-1 .slick-arrow {
top: auto;
bottom: -90px;
}
.ori-team-top-content-1 .ori-btn-1, .ori-service-top-content-1 .ori-btn-1, .ori-blog-top-content-1 .ori-btn-1 {
  margin-top: 30px;
}
.ori-team-top-content-1, .ori-service-top-content-1, .ori-blog-top-content-1 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
}
@media screen and (max-width: 767px){
  .ori-footer-title h2 {
    font-size: 80px;
}
}
@media screen and (max-width: 480px){
.slider-content {
    padding: 170px 0px 150px;
}
.ori-slider-text h1 {
  font-size: 50px;
  line-height: 60px;
}

.tab-img img {
  /* margin: auto; */
  width: auto;
}
.ori-slider-img img {
  width: auto;
  height: 240px;
}
header {
padding: 0px !important;
}  
.ori-section-title-1 h2 {
  font-size: 34px;
  line-height: 40px;
}
.service-wrapper-1 {
  padding: 95px 0px 50px;
}
.sponsor-section-1 {
  padding: 60px 0px;
}
.ori-project-tab-btn {
  margin-top: 40px;
}
.ori-project-item-1 .ori-project-text {
  left: 20px;
  bottom: 20px;
}
.ori-project-item-1 .ori-project-text h3 {
  font-size: 22px;
  padding-bottom: 5px;
}
.ori-project-item-1 .ori-project-link {
  bottom: 0px;
  right: 20px;
}
.scroll .span-txt {
  font-size: 48px;
  line-height: 55px;
}
.text-scroll-icon {
  font-size: 50px;
}
.ori-testimonial-content-1 .slick-arrow.testi-right_arrow {
  right: auto;
  left: 65%;
  transform: translate(-65%, 0);
}
.ori-testimonial-content-1 .slick-arrow.testi-left_arrow {
  /* right: auto; */
  transform: translate(-30%, 0);
  left: 30%;
}
.ori-footer-title h2 {
  font-size: 30px;
}
}

/* I pad responsiveness ends */

.ori-service-more i{
  color: #fff;
  font-size: 38px;
  transform: rotate(45deg);

}
.ori-service-more a{
display: inline-block;
margin: 20px;
}

.footer-top .brand:before {
  width: 200px;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  right: 0;
}
.footer-top-wrap{
  background: #be123c;
  border-bottom: 1px solid #444;
}
.footer-top .area-1{
  background: #222;
}
.px-80{
  width: 83%;
  margin: 0px auto;
}
.brand{
  padding-left: 120px;
  
}
.brand{
  color: #fff;
}



.footer-top .brand:before, .footer-top .brand:after {
  background-color: #222;
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
  content: "";
  width: 150%;
  height: 110%;
  position: absolute;
  right: 150px;
  bottom: -1px;
  z-index: -1;
}
.footer-top .brand:before {
  width: 200px;
  clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
  right: 0;
}
.footer-top-wrap {
  background-color: #be123c;
  overflow: hidden;
}
.footer-top .brand {
  display: grid;
  grid-template-columns: 180px 1fr;
  align-items: center;
  grid-gap: 20px;
  position: relative;
  padding: 30px 70px 30px 0px;
  z-index: 2;
}
.footer-top .brand p{
  position: relative;
  margin-bottom: 0px;
  font-family: 'Space Grotesk', sans-serif  !important;
  font-size: 16px;
}
.footer-top .brand p:before {
  background-color: #444;
  width: 2px;
  height: 100%;
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
}
.footer-call p a {
  color: #222;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  display: block;
}
.footer-call p span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #fafafa;
  margin-bottom: 5px;
}
.footer-call i {
  font-size: 45px;
  color: #fff;
}

.footer-mid-wrap{
  padding-top: 60px;
}
.footer-item .widget-title h3 {
  color: #fff;
}

.widget-title h3 {
  font-weight: 600;
  color: #222;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  margin: 0;
  line-height: 1;
  font-size: 20px;
}
.footer-contact li span {
  display: block;
  color: #be123c;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.footer-contact li:not(:last-of-type) {
  margin-bottom: 15px;
}

.footer-links li a, .footer-contact li {
  color: #fff;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.footer-mid-wrap{
  background: #222;
}
.footer-mid-wrap {
  background-color: #222;
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
  padding: 80px 0 140px 0;
  position: relative;
  z-index: 1;
}
ul{
  list-style: none;
  padding-left: 0px !important;
}
.widget-title h3:before {
  background-color: #be123c;
  width: 50%;
  height: 4px;
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
}
.running-taxi {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.running-taxi .taxi {
  background-image: url(../Images/truck-1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 110px;
  height: 40px;
  right: 0;
  bottom: 0;
  animation: running-anim 20s linear infinite;
}
.running-taxi .taxi-2 {
  background-image: url(../Images/truck-2.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 110px;
  height: 40px;
  right: 30%;
  bottom: 0;
  animation: running-anim 30s linear infinite;
}
.running-taxi .taxi-3 {
  background-image: url(../Images/truck-3.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  position: absolute;
  width: 100px;
  height: 100px;
  right: 70%;
  bottom: 0;
  animation: running-anim-left 35s linear infinite;
}
@keyframes running-anim{
  0% {
    right: -30%;
}
100% {
    right: 100%;
}
}
@keyframes running-anim-left{
0% {
  left: -30%;
}
100% {
  left: 100%;
}
}
.copyright-wrap {
  background-color: #222;
  background-image: url(../img/texture.png);
  background-repeat: repeat;
  background-size: cover;
  border-top: 1px solid #333;
  padding: 20px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.copyright-wrap p {
  color: #ccc;
  margin: 0;
  font-size: 16px;
  font-family: 'Space Grotesk', sans-serif  !important;
}
.footer-mid-wrap:before {
  background-image: url(../Images/kindpng_1000786.png);
  /* background-image: url(../Images/next.png); */
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}
.footer-top .footer-call {
  padding: 32px 0px;
  position: relative;
  z-index: 1;
}

.footer-top .footer-call {
  display: flex;
  align-items: center;
  gap: 20px;
}


@media(max-width: 991px) {
  .footer-top .brand {
display: block;
padding: 30px 30px 30px 0px;
  }
  .footer-top .brand:before {
    
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    right: -20px;
}
.brand .footer-logo-1 img{
width:70%;
margin-bottom: 20px;
}
}
/* background-color: #1E1015; */