.text-white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.cbg-primary {
  background-color: #910045 !important;
}

.cbg-secondary {
  background-color: #212938 !important;
}

.cbg-third {
  background-color: #231f20 !important;
}

.cbg-light-grey {
  background-color: #dddddd !important;
}

.cbg-light-primary {
  background-color: rgba(33, 41, 56, 0.2);
}

.cbg-light-pprimary {
  background-color: #73ada2;
}

.cbg-light-secondary {
  background-color: rgba(33, 41, 56, 0.2);
}

.btn-bg-secondary {
  background-color: #212938;
}
.btn-bg-secondary:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-bg-primary {
  background-color: #910045;
}
.btn-bg-primary:hover {
  color: #910045;
  border: 2px solid #910045;
  background-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-bg-three {
  background-color: #231f20;
}
.btn-bg-three:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-brd-primary {
  color: #910045 !important;
  border: 2px solid #910045 !important;
  background-color: transparent;
}
.btn-brd-primary:hover {
  color: #ffffff !important;
  background-color: #910045 !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-brd-sevondary {
  color: #212938 !important;
  border: 2px solid #212938 !important;
  background-color: transparent;
}
.btn-brd-sevondary:hover {
  color: #ffffff !important;
  background-color: #212938 !important;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.btn-brd-white {
  border: 2px solid #ffffff !important;
  background-color: transparent;
}
.btn-brd-white:hover {
  color: #231f20;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.angle-gradient {
  background: rgb(217, 78, 41);
  background: linear-gradient(90deg, rgb(217, 78, 41) 0%, rgb(163, 34, 0) 100%);
}

@font-face {
  font-family: Outfit-Regular;
  src: url(../fonts/Outfit-Regular.ttf);
}
@font-face {
  font-family: Outfit-Medium;
  src: url(../fonts/Outfit-Medium.ttf);
}
@font-face {
  font-family: Outfit-SemiBold;
  src: url(../fonts/Outfit-SemiBold.ttf);
}
@font-face {
  font-family: Outfit-Bold;
  src: url(../fonts/Outfit-Bold.ttf);
}
@font-face {
  font-family: Outfit-Regular;
  src: url(../fonts/Outfit-Regular.ttf);
}
@font-face {
  font-family: Outfit-Bold;
  src: url(../fonts/Outfit-Bold.ttf);
}
@font-face {
  font-family: BebasNeue-Regular;
  src: url(../fonts/BebasNeue-Regular.ttf);
}
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
@keyframes bt-bottomTop-40 {
  0% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 20px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.btn1 {
  font-size: 19px;
  font-family: Outfit-Bold;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 35px;
  border: 2px solid transparent;
  transition: 0.5s all;
}
@media (max-width: 575.98px) {
  .btn1 {
    font-size: 15px;
    padding: 9px 25px;
  }
}

.bline {
  min-height: 3px;
  width: 80px;
  border-radius: 10px;
  margin-bottom: 20px;
  background-color:#910045;
}
@media (max-width: 575.98px) {
  .bline {
    width: 80px;
  }
}

.bline2 {
  min-height: 3px;
  width: 40px;
  border-radius: 10px;
}

.bline3 {
  min-height: 0.3px;
  width: 100px;
  border-radius: 10px;
}
@media (max-width: 575.98px) {
  .bline3 {
    width: 80px;
  }
}

.header-strip {
  position: relative;
  z-index: 5;
}
.header-strip .strip {
  display: flex;
  align-items: center;
  justify-content: end;
}
.header-strip .strip .firstx {
  background-color: #910045;
}
.header-strip .strip .firstx:hover {
  background-color: #212938;
}
.header-strip .strip .secondx {
  background-color: #212938;
}
.header-strip .strip .secondx:hover {
  background-color: #910045;
}
.header-strip .strip .second {
  display: flex;
}
.header-strip .strip .second .call {
  color: white !important;
  transform: skew(-15deg);
}
.header-strip .strip .second a {
  padding: 10px 20px;
  margin-left: 10px;
  margin-bottom: 0;
  text-decoration: none;
  font-size: 16px;
  font-family: Outfit-Regular;
  color: #910045;
  display: flex;
  transition: all 1s linear;
}
.header-strip .strip .second a:hover {
  color: #212938;
}
@media (max-width: 992.98px) {
  .header-strip .strip .second a {
    margin-left: 5px;
  }
}
.header-strip .strip .second a .sh {
  transform: skew(15deg);
}
@media (max-width: 992.98px) {
  .header-strip .strip .second a .sh {
    display: none;
  }
}
.header-strip .strip .second a i {
  margin-right: 5px;
  color: #ffffff !important;
}
@media (max-width: 992.98px) {
  .header-strip .strip .second a i {
    margin-right: 0px;
  }
}

header {
  padding: 10px 0px;
  position: relative;
  z-index: 5;
}
header .cheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .cheader .logo {
  margin-top: -45px;
}
@media (max-width: 1399.98px) {
  header .cheader .logo {
    width: 250px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .logo {
    width: 200px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .logo {
    width: 130px;
    margin-top: -20px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    left: -200%;
    bottom: 0;
    right: 0;
    padding-top: 100px;
    background-color: rgba(33, 41, 56, 0.9);
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation {
    width: 100%;
  }
}
header .cheader .navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  /* Dropdown Button */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul {
    flex-direction: column;
  }
}
header .cheader .navigation ul .dropdown:hover a svg {
  color: #910045 !important;
}
header .cheader .navigation ul .dropdown {
  position: relative;
  display: inline-block;
  margin: 0px 15px;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown {
    text-align: center;
  }
}
header .cheader .navigation ul .dropdown:hover {
  border-bottom: none !important;
}
header .cheader .navigation ul .dropdown svg {
  transform: scale(0.8);
}
header .cheader .navigation ul .dropdown .dropdown-content {
  margin-top: 17px;
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown .dropdown-content {
    width: 100%;
    margin-left: 0px;
    text-align: center;
  }
}
header .cheader .navigation ul .dropdown .dropdown-content a {
  color: #231f20;
  text-align: left;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown .dropdown-content a {
    text-align: center;
  }
}
header .cheader .navigation ul .dropdown .dropdown-content a:hover {
  background-color: white;
}
header .cheader .navigation ul .dropdown .show {
  display: block;
}
header .cheader .navigation ul .dropbtn {
  background-color: transparent;
  border: none;
  font-size: 17px;
  font-family: Outfit-Regular;
  color: #ffffff;
  text-transform: uppercase;
  /* @media (max-width:992.98px) {
    margin: 0 auto;
    display: block;
  } */
}
header .cheader .navigation ul .dropbtn i {
  font-size: 15px;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropbtn {
    font-size: 17px;
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  header .cheader .navigation ul .dropbtn {
    font-size: 16px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .dropbtn:hover {
    color: #212938;
    border-bottom: 0px solid #212938;
  }
}
header .cheader .navigation ul .dropdown {
  position: relative;
  display: inline-block;
  padding: 13px 0px;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown {
    width: 100%;
    padding: 10px 0px;
  }
}
header .cheader .navigation ul .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 250px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding-top: 7px;
  margin-top: -2px !important;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown-content {
    top: 17px;
    border-top: 0px solid #910045;
    background-color: transparent;
    min-width: 100%;
    box-shadow: unset;
  }
}
header .cheader .navigation ul .dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-size: 17px;
  font-family: Outfit-Regular;
  color: #000000;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown-content a {
    font-size: 17px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .dropdown-content a {
    font-size: 14px;
    font-family: Outfit-Regular;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    border-top: 1px solid #ffffff;
  }
}
header .cheader .navigation ul .dropdown-content a:hover {
  background-color: rgba(145, 0, 69, 0.2);
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .dropdown-content a:hover {
    color: #910045;
    background-color: rgba(145, 0, 69, 0);
  }
}
header .cheader .navigation ul .dropdown:hover .dropdown-content {
  display: block;
}
header .cheader .navigation ul .up {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #292929;
  display: flex;
  justify-content: space-between;
  padding: 5px 20px;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .up {
    position: unset;
    background-color: unset;
    display: unset;
    justify-content: unset;
    padding: unset;
    text-align: center;
    margin-bottom: -10px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .up {
    margin-bottom: -25px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .navigation ul .up {
    margin-bottom: -30px;
  }
}
header .cheader .navigation ul .up li a {
  margin: 0px 20px;
  color: #b7b7b7 !important;
  text-transform: uppercase;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .up li a {
    margin: 10px 0px;
    color: #ffffff !important;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul .up li a {
    margin: 10px 0px;
  }
}
header .cheader .navigation ul .up li a:hover {
  color: #910045 !important;
  border-bottom: 0px solid #910045;
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul .up li a:hover {
    color: white !important;
  }
}
header .cheader .navigation ul li {
  list-style: none;
  margin: 0px 15px;
  /* &:last-child{
    font-family: $ob;
    color: $white;
    text-transform: uppercase;
    padding: 18px 30px;
    border-radius: 0px;
    border: 2px solid $secondary;
    @include btn-animation;
    background-color: $secondary;
    a{
      color: $white !important;

    }
    &:hover{
      a{
        color: $white !important;
      }
      background-color: $primary;
      border: 2px solid $primary;
    }
    @media (max-width: 1199.98px) {
       padding: 7px 25px;
      }
    @media (max-width: 575.98px) {
        font-size: 15px;
        padding: 9px 25px;
        background-color: transparent;
        &:hover{
          a{
            color: $primary !important;
          }
          background-color: transparent;
          border: 2px solid transparent;
        }
    }
  } */
}
@media (max-width: 1399.98px) {
  header .cheader .navigation ul li {
    margin: 0px 20px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li {
    margin: 0px 10px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li {
    margin: 10px 0px;
  }
}
header .cheader .navigation ul li a {
  text-decoration: none;
  font-size: 19px;
  font-family: Outfit-Regular;
  color: white;
  text-transform: uppercase;
  transition: background-color 1s linear;
  padding-bottom: 10px;
}
header .cheader .navigation ul li a:hover {
  color: white;
  border-bottom: 2px solid #910045;
}
@media (max-width: 1399.98px) {
  header .cheader .navigation ul li a {
    font-size: 17px;
  }
}
@media (max-width: 1199.98px) {
  header .cheader .navigation ul li a {
    font-size: 17px;
  }
}
@media (max-width: 992.98px) {
  header .cheader .navigation ul li a {
    font-size: 18px;
    color: #ffffff;
    border-bottom: 2px solid transparent;
  }
  header .cheader .navigation ul li a:hover {
    border-bottom: 2px solid transparent;
    color: #910045;
  }
}
header .cheader .active {
  left: 0%;
}
header .cheader .hamburger {
  display: none;
  position: absolute;
  top: 25px;
  right: 0;
  width: 60px;
  height: 60px;
  transition-duration: 0.5s;
}
@media (max-width: 992.98px) {
  header .cheader .hamburger {
    position: relative;
    z-index: 99999999999 !important;
    display: block;
    margin-top: -50px;
  }
}
@media (max-width: 575.98px) {
  header .cheader .hamburger {
    width: 10px;
    transform: scale(0.7);
  }
}
header .cheader .hamburger .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  width: 30px;
  top: 30px;
  background-color: #910045;
}
header .cheader .hamburger .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #910045;
  content: "";
  top: -10px;
}
header .cheader .hamburger .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 30px;
  height: 4px;
  background-color: #910045;
  content: "";
  top: 10px;
}
header .cheader .hamburger.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}
header .cheader .hamburger.open .icon:before {
  background-color: #910045 !important;
  transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
header .cheader .hamburger.open .icon:after {
  background-color: #910045 !important;
  transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}
header .cheader .hamburger:hover {
  cursor: pointer;
}

.active {
  left: 0% !important;
}

footer {
  min-height: 400px;
  padding-top: 50px;
  position: relative;
  background-color: #212938;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 992.98px) {
  footer {
    padding-bottom: 70px;
  }
}
footer .logo {
  margin-bottom: 20px;
  padding-top: 50px;
}
@media (max-width: 992.98px) {
  footer .logo {
    padding-top: 10px;
    width: 150px;
  }
}
footer p {
  font-size: 15px;
  font-family: Outfit-Regular;
  color: white;
  margin-bottom: 2px;
}
@media (max-width: 992.98px) {
  footer p {
    text-align: left;
  }
}
footer h5 {
  font-size: 30px;
  font-family: Outfit-Bold;
  color: white;
  border-left: 5px solid transparent;
  margin-left: -52px;
  padding-left: 45px;
}
@media (max-width: 992.98px) {
  footer h5 {
    margin-top: 30px;
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px;
  }
}
footer .fborder {
  border-left: 1px solid rgba(255, 255, 255, 0);
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 40px;
}
@media (max-width: 992.98px) {
  footer .fborder {
    border-left: 0px;
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
  }
}
footer ul {
  margin: 0;
  padding: 0;
  margin-top: 20px;
}
@media (max-width: 992.98px) {
  footer ul {
    margin-top: 0px;
  }
}
footer ul li {
  line-height: 1.8;
}
footer ul li a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 16px;
  font-family: Outfit-Regular;
  color: rgba(255, 255, 255, 0.7);
}
footer ul li a:hover {
  color: #910045;
}
@media (max-width: 992.98px) {
  footer .c-flex {
    justify-content: start;
  }
}
footer .d-flex {
  margin-top: 20px;
}
@media (max-width: 992.98px) {
  footer .d-flex {
    margin-top: 0px;
  }
}
footer .d-flex a i, footer .d-flex a svg {
  margin-right: 10px;
  font-size: 22px;
  font-family: Outfit-Bold;
  color: rgba(255, 255, 255, 0.7);
  transition: all 1s linear;
}
footer .d-flex a i:hover, footer .d-flex a svg:hover {
  color: #910045;
}
footer .d-flex .location {
  width: 20%;
}
@media (max-width: 992.98px) {
  footer .d-flex .location {
    width: 10%;
  }
}
footer .d-flex .location img {
  padding-right: 10px;
  width: 50px;
}
footer .d-flex .detail {
  width: 80%;
}
footer .d-flex .detail h6 {
  font-size: 15px;
  font-family: Outfit-Regular;
  color: white;
}
@media (max-width: 992.98px) {
  footer .d-flex .detail h6 {
    margin-top: 0px;
  }
}
footer .d-flex .detail a {
  margin-bottom: 0;
  text-decoration: none;
  font-size: 16px;
  font-family: Outfit-Regular;
  color: rgba(255, 255, 255, 0.7);
}
footer .d-flex .detail a:hover {
  color: #910045;
}

.upleft {
  background-color: #2c3649;
}

.copy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992.98px) {
  .copy {
    flex-direction: column;
  }
}
.copy p {
  text-align: center;
  margin-bottom: 0px;
  padding: 10px 0px;
  font-size: 16px;
  font-family: Outfit-Regular;
  color: white;
}
.copy .d-flex {
  margin-top: 0px;
}
@media (max-width: 992.98px) {
  .copy .d-flex {
    margin-top: 0px;
  }
}
.copy .d-flex a i, .copy .d-flex a svg {
  margin-right: 10px;
  font-size: 22px;
  font-family: Outfit-Bold;
  color: white;
  transition: all 1s linear;
}
.copy .d-flex a i:hover, .copy .d-flex a svg:hover {
  color: #910045;
}

.top #return-to-top {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  background: #910045;
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  transition: all 0.3s ease;
}
@media (max-width: 575.98px) {
  .top #return-to-top {
    right: 0px;
    transform: scale(0.7);
  }
}
.top #return-to-top i {
  position: relative;
  left: 3px;
  top: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -8px;
  margin-left: -5px;
  font-size: 19px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.top #return-to-top:hover i {
  color: #ffffff;
  top: 10px;
}

#mySidenav a {
  position: absolute;
  position: fixed;
  left: -35px;
  transition: 0.3s;
  padding: 15px;
  width: 50px;
  text-decoration: none;
  font-size: 20px;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  z-index: 9;
}

#mySidenav a:hover {
  left: 0;
}

#fb {
  top: 340px;
  background-color: #910045;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#twt {
  top: 400px;
  background-color: #212938;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#ins {
  top: 460px;
  background-color: #910045;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#in {
  top: 520px;
  background-color: #212938;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#email {
  top: 580px;
  background-color: #910045;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#popup {
  top: 640px;
  background-color: #212938;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

.swiper-button-next,
.swiper-button-prev {
  background: -webkit-linear-gradient(#00286e, #00286e);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heading {
  font-size: 62px;
  font-family: BebasNeue-Regular;
  color: #ffffff;
  text-transform: uppercase;
}
.innerHeading {
  font-size: 62px;
  font-family: BebasNeue-Regular;
  color: #212938;
  text-transform: uppercase;
}

.heading span {
  font-family: Outfit-Regular;
}
@media (max-width: 575.98px) {
  .heading {
    font-size: 30px;
  }
}

.b-heading {
  font-size: 37px;
  font-family: Outfit-Bold;
  color: #231f20;
  text-transform: uppercase;
  /*   @media (max-width: 992.98px) {
    text-align: center;
  } */
}
@media (max-width: 575.98px) {
  .b-heading {
    font-size: 23px;
  }
}

.para {
  font-size: 18px;
  font-family: Outfit-Regular;
  color: #231f20;
  /*  @media (max-width: 992.98px) {
    text-align: center;
  } */
}

.inner {
  margin-bottom:30px;
}

@media (max-width: 575.98px) {
  .para {
    font-size: 16px;
  }
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
}

.banner {
  padding: 50px 0px;
  min-height: 920px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-top: -130px;
  padding-top: 200px;
  position: relative;
  z-index: 2;
}
@media (max-width: 992.98px) {
  .banner {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .banner {
    min-height: 750px;
    padding-top: 150px;
  }
}
.banner .content {
  text-align: center;
}
.banner .content h3 {
  font-size: 23px;
  font-family: Outfit-Regular;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .banner .content h3 {
    font-size: 15px;
  }
}
.banner .content h1 {
  display: flex;
  justify-content: center;
  font-size: 80px;
  font-family: BebasNeue-Regular;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 992.98px) {
  .banner .content h1 {
    display: unset;
  }
}
@media (max-width: 575.98px) {
  .banner .content h1 {
    font-size: 28px;
  }
}
.banner .content h1 .bgpink {
  background-color: #910045;
  padding: 0 5px;
}
@media (max-width: 992.98px) {
  .banner .content h1 .bgpink {
    display: inline;
  }
}
.banner .content p {
  font-size: 20px;
  font-family: Outfit-Regular;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .banner .content p {
    font-size: 14px;
  }
}
.banner .content button {
  margin-top: 10px;
}

.custom-website {
  display: flex;
  align-items: center;
  background-color: #212938;
  padding-bottom: 50px;
}
.custom-website .here {
  position: relative;
}
.custom-website .here .img1 {
  position: absolute;
  left: -70px;
  z-index: 1;
  bottom: -50px;
  opacity: 20%;
  transform: rotate(100deg);
}
@media (max-width: 992.98px) {
  .custom-website .here .img1 {
    display: none;
  }
}
.custom-website .here .img2 {
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 1;
}
@media (max-width: 992.98px) {
  .custom-website .here .img2 {
    display: none;
  }
}
.custom-website .here img {
  position: relative;
  z-index: 3;
}
.custom-website h3 {
  font-size: 22px;
  font-family: Outfit-Regular;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .custom-website h3 {
    font-size: 16px;
  }
}

.newbot {
  padding-bottom: 80px !important;
}

.cars {
  display: flex;
  flex-direction: row;
}
@media (max-width: 992.98px) {
  .cars {
    margin-top: 0px;
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .cars {
    margin-top: 0px;
  }
}
.cars .c-we {
  width: 100%;
  position: relative;
}
@media (max-width: 575.98px) {
  .cars .c-we img {
    min-height: 500px;
    -o-object-position: center center;
       object-position: center center;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cars .c-we .detail {
  position: absolute;
  width: 100%;
  padding-top: 600px !important;
  padding: 0px 50px;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 1199.98px) {
  .cars .c-we .detail {
    padding-top: unset !important;
    top: 50%;
  }
}
@media (max-width: 575.98px) {
  .cars .c-we .detail img {
    width: 70px !important;
    min-height: 70px !important;
  }
}
.cars .c-we .detail h6 {
  margin-top: 10px;
  font-size: 22px;
  font-family: Outfit-Regular;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .cars .c-we .detail h6 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .cars .c-we .detail h6 {
    font-size: 16px;
  }
}
.cars .c-we .detail h3 {
  font-size: 40px;
  font-family: BebasNeue-Regular;
  color: #ffffff;
  text-transform: capitalize;
}
@media (max-width: 767.98px) {
  .cars .c-we .detail h3 {
    font-size: 35px;
  }
}
@media (max-width: 575.98px) {
  .cars .c-we .detail h3 {
    font-size: 22px;
  }
}
.cars .c-we .detail p {
  margin-bottom: 0;
  width: 70% !important;
  margin: 0 auto;
  display: block;
  font-size: 20px;
  font-family: Outfit-Regular;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .cars .c-we .detail p {
    font-size: 19px;
  }
}
@media (max-width: 575.98px) {
  .cars .c-we .detail p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.1;
    width: 100% !important;
  }
}

.services {
  position: relative;
  padding-top: 110px !important;
  margin-top: -200px;
  z-index: 1;
  padding: 50px 0px;
  text-align: center;
  background-color: #212938;
}
@media (min-width: 1750px) {
  .services {
    margin-top: -250px;
  }
}
.services .img1 {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 250px;
  opacity: 10%;
}
@media (max-width: 992.98px) {
  .services .img1 {
    display: none;
  }
}
.services .img2 {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 1;
}
@media (max-width: 992.98px) {
  .services .img2 {
    display: none;
  }
}
.services .box {
  position: relative;
  overflow: hidden !important;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
}
.services .box:hover {
  transform: scale(1.1);
}
.services .box:hover .content {
  top: 0%;
  background-color: rgba(33, 41, 56, 0.9);
}
.services .box:hover .content p,
.services .box button {
  opacity: 100% !important;
}
.services .box .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .services .box .content {
    top: 68%;
  }
}
@media (max-width: 575.98px) {
  .services .box .content {
    top: 55%;
    padding: 10px;
  }
}
.services .box .content h5 {
  font-size: 22px;
  font-family: Outfit-Bold;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 10px;
}
@media (max-width: 575.98px) {
  .services .box .content h5 {
    font-size: 18px;
  }
}
.services .box .content p,
.services .box .content button {
  opacity: 0;
}

.services .box .content p {
  font-size: 14px;
}

.services2 {
  padding: 50px 0px;
  text-align: center;
  background-color: #212938;
  position: relative;
}
.services2 .img1 {
  position: absolute;
  left: 0;
  z-index: 1;
  top: 150px;
  opacity: 10%;
}
.services2 .box img {
  opacity: 0.4;
}
@media (max-width: 992.98px) {
  .services2 .img1 {
    display: none;
  }
}
.services2 .img2 {
  position: absolute;
  right: 0;
  bottom: 0px;
  z-index: 1;
}
@media (max-width: 992.98px) {
  .services2 .img2 {
    display: none;
  }
}
.services2 .box {
  position: relative;
  overflow: hidden !important;
  transition: all 0.5s ease-in-out;
  margin-bottom: 20px;
}
.services2 .box:hover {
  /* transform: scale(1.1); */
}
.services2 .box:hover .content {
  top: 0%;
  background-color: rgba(33, 41, 56, 0.9);
}
.services2 .box:hover .content p,
.services2 .box button {
  opacity: 100% !important;
}
.services2 .box .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1400px) {
  .services2 .box .content {
    top: 68%;
  }
}
@media (max-width: 575.98px) {
  .services2 .box .content {
    top: 55%;
    padding: 10px;
  }
}
.services2 .box .content h5 {
  font-size: 22px;
  font-family: Outfit-Bold;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 10px;
}
@media (max-width: 575.98px) {
  .services2 .box .content h5 {
    font-size: 18px;
  }
}
.services2 .box .content p,
.services2 .box .content button {
  opacity: 0;
}
.services2 .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0px;
  background: #ccc;
  opacity: 1;
  transition: background 0.3s;
  margin: 0 4px !important;
}
.services2 .swiper-pagination-bullet-active {
  background: #910045;
  /* active color */
}

.testimonials {
  padding: 80px 0px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 992.98px) {
  .testimonials {
    padding: 50px 0px;
  }
}
@media (max-width: 575.98px) {
  .testimonials {
    min-height: unset;
    margin-top: 20px;
  }
}
.testimonials h6 {
  text-align: center;
  font-size: 26px;
  font-family: Outfit-Regular;
  color: #910045;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .testimonials h6 {
    font-size: 20px;
  }
}
.testimonials .swiper-pagination {
  position: absolute;
  bottom: 5px !important;
  /* Position the dots below the slides */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
}
.testimonials .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  /* Default color of the dots */
  opacity: 1;
  width: 15px;
  height: 15px;
}
.testimonials .swiper-pagination-bullet-active {
  background-color: black;
  /* Color of the active dot */
}
.testimonials .review .content {
  margin-left: -150px;
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 10px;
  padding: 50px;
  background-color: white;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.testimonials .review .content::after {
  position: absolute;
  content: "";
  width: 8rem;
  height: 8rem;
  background: #01023b;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}
@media (max-width: 992.98px) {
  .testimonials .review .content {
    margin-left: 0px;
    margin-top: -50px;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 575.98px) {
  .testimonials .review .content {
    padding: 30px 10px;
  }
}
@media (max-width: 575.98px) {
  .testimonials .review .content img {
    width: 30px;
  }
}
.testimonials .review .content h5 {
  margin-top: 10px;
  font-size: 20px;
  font-family: Outfit-Bold;
  color: #212938;
}
@media (max-width: 575.98px) {
  .testimonials .review .content h5 {
    font-size: 15px;
  }
}
.testimonials .review .content p {
  margin-bottom: 20px;
  font-size: 21px;
  font-family: Outfit-Regular;
  color: #464646;
}
@media (max-width: 575.98px) {
  .testimonials .review .content p {
    font-size: 13px;
  }
}
.testimonials .review .content button {
  font-size: 14px;
}

.about-website {
  position: relative;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}
@media (max-width: 992.98px) {
  .about-website {
    background-image: unset !important;
    position: unset !important;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding: 50px 0px;
  }
}
.about-website .img {
  display: none !important;
}
@media (max-width: 992.98px) {
  .about-website .img {
    display: block !important;
    margin-top: 20px;
  }
}
.about-website h6 {
  font-size: 26px;
  font-family: Outfit-Regular;
  color: #910045;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  .about-website h6 {
    font-size: 20px;
  }
}
@media (max-width: 575.98px) {
  .about-website a button {
    margin-bottom: 10px;
  }
}

.lightboxOverlay {
  width: 100%;
  overflow: hidden !important;
}

.inner-banner {
  padding: 30px 0px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  margin-top: -130px;
  padding-top: 130px;
}
@media (max-width: 992.98px) {
  .inner-banner {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  .inner-banner {
    min-height: 150px;
    padding-top: 150px;
  }
}
.inner-banner .content {
  text-align: center;
}
.inner-banner .content h3 {
  font-size: 23px;
  font-family: Outfit-Regular;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 575.98px) {
  .inner-banner .content h3 {
    font-size: 15px;
  }
}
.inner-banner .content h1 {
  display: flex;
  justify-content: center;
  font-size: 60px;
  font-family: BebasNeue-Regular;
  color: #ffffff;
  text-transform: uppercase;
}
@media (max-width: 992.98px) {
  .inner-banner .content h1 {
    display: unset;
  }
}
@media (max-width: 575.98px) {
  .inner-banner .content h1 {
    font-size: 28px;
  }
}
.inner-banner .content h1 .bgpink {
  background-color: #910045;
  padding: 0 5px;
}
@media (max-width: 992.98px) {
  .inner-banner .content h1 .bgpink {
    display: inline;
  }
}
.inner-banner .content p {
  font-size: 20px;
  font-family: Outfit-Regular;
  color: #ffffff;
}
@media (max-width: 575.98px) {
  .inner-banner .content p {
    font-size: 14px;
  }
}
.inner-banner .content button {
  margin-top: 10px;
}

.contactus {
  padding: 80px 0px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px;
  position: relative;
  border-radius: 10px;
  min-height: 677px;
}
@media (max-width: 575.98px) {
  .contactus {
    padding: 50px 20px;
    min-height: unset;
  }
}
.contactus .heading {
  text-align: center;
  font-size: 80px !important;
  font-family: BebasNeue-Regular !important;
  color: #000 !important;
}
.contactus .heading span {
  font-family: BebasNeue-Regular !important;
}
@media (max-width: 575.98px) {
  .contactus .heading {
    font-size: 35px !important;
  }
}
.contactus .heading span {
  color: #910045;
}
.contactus .btn-bg-primary:hover {
  background-color: #212938 !important;
  color: #ffffff !important;
  border: 2px solid #212938 !important;
}
.contactus form textarea {
  min-height: 150px !important;
  padding-top: 5px;
}
.contactus form input,
.contactus form textarea {
  width: 100%;
  min-height: 50px;
  margin: 8px 0px !important;
  padding-left: 10px;
  font-size: 16px;
  font-family: Outfit-Regular;
  border: 1px solid #ffffff;
  background-color: white;
  color: #231f20;
  outline: none;
  opacity: 1;
}
.contactus form button {
  border-radius: 5px;
}/*# sourceMappingURL=style.css.map */

.customer-block {
  padding: 10px;
}

.customer-thumb {
  max-width: 200px;
  float: left;
  margin: 10px 15px 10px 0;
}

.customer-thumb:hover {
  opacity: 0.6;
}

@media (max-width: 575.98px) {
  .customer-thumb {
    display: none;
  }
}

.customer-block:nth-child(odd){
  background-color: #e6e6e6;
}

.customer-block h3 {
  color:#910045;
}

.services {
  margin-top: unset !important;
}

@media (min-width: 1750px) {
  .services {
    margin-top: unset !important;
  }
}

.banner {
  margin-bottom: -200px;
}

@media (min-width: 1750px) {
  .banner {
    margin-bottom: -250px;
  }
}