<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* Template Name: Green
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/green-free-one-page-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

:root,
[data-color] {
  --web-clr: #22195c;
  --web-clrtw:#281d6b; 
  --web-clrth: #2e217b;
  --web-clrfr: #3a2a9a;
  --web-clr-wh: #fff;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: math !important;
  color: #444444;
}

a {
  text-decoration: none;
  color: var(--web-clr);
}

a:hover {
  color: #80c792;
  text-decoration: none;
}
/* 
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
} */

.bg-1{
  background-color: var(--web-clr);
  transition: all .4s ;
}
.bg-hov:hover{
  background-color: var(--web-clrtw) !important;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--web-clr);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  box-shadow: 0 0 15px 0 #0006;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--web-clrtw);
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  font-size: 17px;
  padding: 10px 0;
  background: var(--web-clr);
}
#topbar a {
  color: var(--web-clr-wh) !important;
}

#topbar .contact-info a {
  transition: 0.3s;
  margin-right: 10px !important;
  display: inline-block;
  font-size: 14px;
}

#topbar .contact-info a:hover {
  color: var(--web-clr);
}

#topbar .contact-info i {
  line-height: 0;
  margin-right: 5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  font-size: 14px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: var(--web-clr);
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
section.tops {
  padding: 0;
  background-color: var(--web-clr-wh) !important;
  color: var(--web-clr);
}

section.tops a {
  color: var(--web-clr);
}
#header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background: #fff;
  box-shadow: 5px 0 5px 0 #706e6e1a;
}
#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(105, 105, 105, 0.1);
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#header .logo img {
  max-width: 100px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  color: var(--web-clr-wh);
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover&gt;a {
  color: var(--web-clr);
}

.navbar .getstarted,
.navbar .getstarted:focus {
  color: var(--web-clr);
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 4px;
  border: 2px solid var(--web-clr);
  transition: 0.3s;
  font-size: 14px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  background: var(--web-clr);
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover&gt;a {
  color: var(--web-clr);
}

.navbar .dropdown:hover&gt;ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover&gt;ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover&gt;ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover&gt;a {
  color: var(--web-clr);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover&gt;a {
  color: var(--web-clr);
}

.navbar-mobile .dropdown&gt;.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 70vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item::before {
  content: "";
  background-color: #22222275;
}

#heroCarousel {
  overflow: hidden !important;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}
.carousel-item.itm-1 {
  background: linear-gradient(45deg, black, transparent),url(../img/slide-1.jpg) !important;
  background-position: center !important;
  background-size: cover !important;
}
#hero p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 18px;
}
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--web-clr);
}

/* #hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: var(--web-clr);
} */

/* #hero .btn-get-started:hover {
  background: var(--web-clrtw);
} */

@media (max-width: 992px) {
  #hero {
    height: 70vh;
  }

  #hero .carousel-container {
    top: 66px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 20px;
  }
  #header .logo {
    font-size: 24px;
  }
  .section-title h2 {
    font-size: 24px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f8fcf9;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}
/* 
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--web-clr);
  bottom: 0;
  left: calc(50% - 20px);
} */

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
  padding: 0 10px;
}
h1,h2,h3,h4,h5,h6{
  text-transform: none;
}
@media (max-width: 768px) {
  section {
    padding: 30px 0;
  }
  .section-title h2 {
    font-size: 24px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/






















@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');


* {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
}

body {
    font-family: 'Rubik', sans-serif;
}


a {
    text-decoration: none !important;
}


.ct-boder {
  padding: 20px 0px;
}

.ct-boder h2.ct-boder-sape {
  position: relative;
} 

.ct-boder h2.ct-boder-sape:before  {
  background: #3d2998 !important;
}

.ct-boder h2.ct-boder-sape:before {
  content: "";
  bottom: 0;
  position: absolute;
  left: 0;
  width: 80px;
  border-radius: 10px;
  height: 5px;
  background: #00d9a6;
}

.ct-boder h2.ct-boder-sape:after {
  background-color: #8f84be !important;
}

.ct-boder h2.ct-boder-sape:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 8px;
  height: 5px;
  width: 7px;
  bottom: 0;
  display: inline-block;
  background-color: #ff0000;
}





.into button.top-btn {
  border: 2px solid;
  padding: 10px 40px;
  border-radius: 30px;
  transition: all 0.5s;
  border-color: #673AB7;
  box-shadow: 2px 2px 8px 0px;
}

button.top-btn a {
  color: #000;
}


.into button.top-btn:hover {
  background: #bda8e2; 
  box-shadow: none;

}


.into .top-text h2 {
  font-size: 40px;
  font-family: math , sans-serif;
  font-weight: 800;
  color: #3d2998;
}

.into .top-text h3 {
  font-size: 35px;
}

.color_frist {
  color: #F44336;
}

.into .top-text h3 span.color_frist {
  font-size: 40px;
  color: #F44336;
  font-family: -webkit-body;
  font-weight: 700;
}

.into .top-text h4 {
  font-size: 30px;
  color: #000;
  text-transform: none;
  font-family: math;
}   



.box-1 .icon-img   { 
  text-align: center;
}

.box-1 .icon-img img {
  width: 84px;
}

.into .box-1 {
  padding: 25px 0px;
  border: 2px solid;
  height: 160px;
}

.into .box-1 {
  padding: 25px 0px;
  border: 2px solid;
  height: 160px;
  box-shadow: 1px 1px 7px 1px;
}

section.into.py-5 .col-md-3 {
  padding: 0 5px;
}
.into .box-1 {
  padding: 25px 3px;
  border: 1px solid #3F51B5;
  height: 200px;
  box-shadow: 0px 0px 2px 0px;
  transition: all 0.5s;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* .into .box-1:hover {
  background: #bda8e2; 
  box-shadow: none;
  border-radius: 12px;

} */

.into .box-1:hover {
  background: #f4433661;
  box-shadow: none;
  border-radius: 12px;
  border-color: #F44336;
}

.into .box-1:hover h5 {
  color: #000;
}

.into .box-1 h5 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding-top: 20px;
  color: #3d2998;
}

.into .top-text {
  padding-top: 20px;
}

img.car_ranig {
  width: 150px;
}



marquee.brd {
  position: relative;
}

marquee.brd:before {
  content: "";
  position: absolute;
  border-bottom: 5px solid;
  border-bottom-style: dashed;
  color: #ddd;
  width: 100%;
  top: 50%;
}

.intop h2 {
  font-size: 40px;
  text-transform: none;
  font-family: math;
  font-weight: 700;
}

.intop h2 span {
  font-size: 40px;
  text-transform: none;
  font-family: math;
  font-weight: 700;
}

.hidn_text h4 {
    font-size: 28px;
    font-family: math;
    font-weight: 800;
    color: #3b2998;
}





.ourstarng button.top-btn:hover {
  background: #bda8e2; 
  box-shadow: none;

}

.ourstarng button.top-btn {
    border: 2px solid;
    padding: 10px 40px;
    border-radius: 30px;
    transition: all 0.5s;
    border-color: #673AB7;
    box-shadow: 2px 2px 8px 0px;
    width: auto;
    margin: auto;
}

.full_img .sqaed {
  text-align: center;
  color: rgb(255, 255, 255);
}

.full_img .sqaed h4 {
  font-size: 30px;
  font-family: math;
  font-weight: 700;
  text-transform: none;
  font-style: italic;
}

.full_img .sqaed h3 {
  font-size: 20px;
  font-weight: 400;
  color: #f6dc18;
}



#hero .btn-get-started:hover {
  background: #bda8e2; 
  box-shadow: none;
  color: #000000;


}

#hero .btn-get-started {
  border: 2px solid;
  padding: 15px 40px;
  border-radius: 30px;
  transition: all 0.5s;
  border-color: #673AB7;
  box-shadow: 2px 2px 8px 0px;
  width: 15%;
  margin: auto;
  font-weight: 500;
  color: #fff;
}




.we-ofr button.top-btn:hover {
  background: #bda8e2; 
  box-shadow: none;

}

.we-ofr button.top-btn {
  border: 2px solid;
  padding: 10px 40px;
  border-radius: 30px;
  transition: all 0.5s;
  border-color: #673AB7;
  box-shadow: 2px 2px 8px 0px;
  margin: auto;
}

.first {
  background: linear-gradient(182deg, black, transparent) , url(../img/ABOUT_CAR.webp);
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.first h4.text-center span {
  font-size: 16px;
  color: #F44336;
}


.about_us  h2 {
  font-size: 40px;
  font-family: math , sans-serif;
  font-weight: 800;
  color: #3d2998;
}

.about_us h4.sub_heding {
  font-size: 24px;
  font-weight: 600;
  font-family: math;
}

.about_us .ct-boder {
  padding: 20px 0px  !important ;
}

.ab_ul li {
  list-style: none;
}


.mengent  .col-lg-3 {
  display: flex;
  margin-bottom: 20px;
}

.mengent  img.card-img-top {
  width: 150px;
  margin: auto ;
  height: auto;
}

.mengent   .card  {
  height: 100%;
}

.mengent   .card {
  height: 100%;
  overflow: hidden;
  transition: all 0.5s;
}

.mengent   .card:hover {
  background-color: #22195c;
  color: #fff;
  border-radius: 20px;
}

.mengent  img.card-img-top {
  width: 150px;
  margin: auto;
  height: auto;
  transition: all 0.5s;
}

.mengent .card:hover img.card-img-top {
  transform: scale(1.1);
}

.mengent  .ct-boder {
  padding: 20px 0px;
}






/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 100%; 
  height: 250px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
  background-color: #22195c;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: #22195c;
  color: white;
  transform: rotateY(180deg);
  padding: 20px 10px;
}

.flip-box-front h4.text-white {
  position: absolute;
  bottom: 20px;
  margin: auto;
  left: 0;
  right: 0;
  font-family: math;
  font-size: 22px;
}

.flip-box-back p {
  font-size: 14px;
}

.flip-box-back h2 {
  font-size: 22px;
  font-family: math;

}




/* just work start this flle for vtg */



.Objectives  .ct-boder {
  padding: 20px 0px;
}

.Objectives  ul {
  padding: 0;
  list-style: none;
}

.Objectives  .main {
  overflow: hidden;
}

.Objectives  .main {
  overflow: hidden;
}

.Objectives  .main img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}

.Objectives  .main:hover img {
  transform: scale(1.1);
}


.Objectives h4.sub_heding {
  font-size: 24px;
  font-weight: 600;
  font-family: math;
}







 

.gallery-wrapper { 
  width: 100%;
  margin: 0 auto;
  padding: 0 1em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 1em;
}
.gallery-wrapper .image-wrapper a {
  padding: 0.5em;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #333;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 200ms ease-in-out;
}
.gallery-wrapper .image-wrapper a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.gallery-wrapper .image-wrapper a img {
  width: 100%;
  min-height: 160px;
  object-fit: cover;
  max-height: 160px;
}
.gallery-lightboxes .image-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0ms ease-in-out;
  z-index: 99;
}

.gallery-lightboxes .image-lightbox:target {
  opacity: 1;
  visibility: visible;
}
.gallery-lightboxes .image-lightbox:target .image-lightbox-wrapper {
  opacity: 1;
  transform: scale(1, 1) translateY(0);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper {
  transform: scale(0.95, 0.95) translateY(-30px);
  transition: opacity 500ms ease-in-out, transform 500ms ease-in-out;
  opacity: 0;
  margin: 1em auto;
  max-width: 75%;
  padding: 0.5em;
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
  position: relative;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close {
  width: 1.5em;
  height: 1.5em;
  background: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white inset, 0 0 5px rgba(0, 0, 0, 0.5);
  position: absolute;
  right: -1em;
  top: -1em;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:before {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  transform: rotate(-45deg);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .close:after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #fff;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  transform: rotate(45deg);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-left:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-right: 0;
  border-radius: 4px 0 0 0;
  position: absolute;
  top: 50%;
  right: 100%;
  cursor: pointer;
  transform: rotate(-45deg) translateY(-50%);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper .arrow-right:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-bottom: 0;
  border-left: 0;
  border-radius: 0 4px 0 0;
  position: absolute;
  top: 50%;
  left: 100%;
  cursor: pointer;
  transform: rotate(45deg) translateY(-50%);
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper img {
  margin: 0 auto;
  max-height: 70vh;
}

.gallery .ct-boder {
  padding: 20px 0px;
}
section#recognize .gallery-wrapper .image-wrapper a img {
  max-height: 300px;
}


.gallery-lightboxes .image-lightbox .image-lightbox-wrapper img {
  max-height: 500px;
  min-height: 300px;
}
.gallery .image-title {
  font-size: 16px;
  padding: 10px 5px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #383838;
}








form.frm-cnt {
  width: 75%;
  margin: auto;
  box-shadow: 0 0 5px 0;
}
form.frm-cnt .row.g-3.form-row {
  padding: 20px;
  margin: 0;
  padding-top: 0;
}

.header-form {
  background: #22195c;
  padding: 20px;
  text-align: center;
  color: #ffff;
}


.input-group input {width: 50% !important;max-width: 49%;}

.input-group.d-flex.g-2 {
    justify-content: space-between;
}
textarea#txt-area {
  width: 100%;
  height: 80px;
  padding: 5px;
}
button.btn.btn-primary {
  border: 1px solid #22195c;
  background: #22195c;
  /* color: #22195c; */
  border-radius: 0;
  margin-left: auto;
  width: 25%;
  display: block;
}
label.form-label {
  display: none;
}

input.form-control,select.form-select,textarea#txt-area {
  border-radius: 0;
  border: 1px solid #22195c5e;
}

input.form-control:focus, input.form-control:active,select.form-select:focus,textarea#txt-area:focus,textarea#txt-area:active,textarea#txt-area:focus-visible {
  border-color: #22195c;
  box-shadow: 0 0px 3px 0 #22195c40;
  outline: none;
}

section.about_us.terms_conditions ul li {
  padding-bottom: 20px;
}




h5.qusens.fw-bolder {
  font-family: math;
}


a.in_link {
  color: #000000c7;
  font-family: 'Raleway';
  transition: all 0.5s
}

a.in_link:hover {
  color: #22195c;
}

a.in_link.text-dark {
  font-family: math;
}

ul.last_ul li {
  list-style: auto;
  font-size: 16px;
}

a.fw-bolder.in_link.ins {
  font-size: 14px;
}

.first.disclaimer {
  background: linear-gradient(182deg, #00000085, #00000075) , url(../img/disclaimer_img.jpg);
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.first {
  background: linear-gradient(182deg, black, transparent) , url(../img/ABOUT_CAR.webp);
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}


.first.terms_conditions {
  background: linear-gradient(182deg, black, transparent) , url(../img/car_trems_condicens.jpg);
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.first.privacy_policy {
  background: linear-gradient(182deg, #000000c4, transparent) , url(../img/car_polic.jpg);
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.first.cancellation_refund_policy {
  background: linear-gradient(182deg, #000000c4, transparent) , url(../img/car\ image.jpg);
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}


.first.contact {
  background: linear-gradient(182deg, #000000c4, transparent) , url(../img/car_contact_demo.png);
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.first.service {
  background: linear-gradient(182deg, #000000c4, transparent) , url(../img/car_rental_serivs.jpg);
  width: 100%;
  height: 450px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}



section.about_us.disclaimer ul li {
  padding-bottom: 15px;
}



ul.our_offering.p-0 {
  list-style: none;
}


.Offerings  .card_img img {
  width: 80px;
  margin: auto;
  display: block;
}


.full_img.lts .sq_img img {
  border-radius: 50%;
  border: 5px solid;
  border-color: #3F51B5;
  width: 150px;
  margin-bottom: 20px;
}

.Offerings .card {
  background: none;
  padding-top: 15px;
  transition: all 0.5s ease-out;
  border: 1.5px solid #3F51B5;
}

.Offerings .card:hover {
  background: #22195c;
}

.Offerings  .card_img img {
  width: 65px;
  margin: auto;
  display: block;
  transition: all 0.5s;
}


.card_img {
  position: relative;
  background-color: #22195c;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  border-radius: 50% ;
}

.Offerings .card:hover .card_img {
  border: 1px solid #fff;
}

/* .Offerings .card_img:before {
  content: "";
  background: #22195c;
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  top: -70px;
  border-radius: 50%;
} */
.Offerings .card:hover .card_img:before {
  border: 1px solid #fff;
}

.Offerings  .card_img img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  margin: auto;
  display: block;
  transition: all 0.5s;
  filter: brightness(0) invert(1);
  transform: scale(.9);
}

.Offerings .card:hover h5.card-title {
  color: #fff;
}

/* .Offerings  h5.card-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 3;
  padding-top: 20px;
} */

.Offerings  h5.card-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  padding-top: 24px;
  height: 65px;
}



.Offerings .col-lg-2.mt-4 {
  padding: 0 5px;
}

.card-body {
  padding: 10px 0 !important;
}

.Offerings  h5.card-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 3;
}




.gps_trk_btn button:hover {
  background: #bda8e2; 
  box-shadow: none;

}

.gps_trk_btn button {
  border: 2px solid;
  padding: 10px 40px;
  border-radius: 30px;
  transition: all 0.5s;
  border-color: #673AB7;
  box-shadow: 2px 2px 8px 0px;
  margin: auto;
}

.gps_trk_btn button a {
  color: #000000;
}


ul.listing-style li i {
  color: #22195c;
  font-size: 24px;
  line-height: 31px;
  margin-right: 10px;
}

ul.listing-style {
  list-style: none;
  padding: 0;
}

.ser_img {
  overflow: hidden;
}


.ser_img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.ser_img img:hover {
  transform: scale(1.1);
}

.ser_vis h4.sub_heding {
  margin-top: 20px;
}

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: none !important;
}
.myoffer .swiper-slide img {
  width: 100% !important;
}
/* prem-new-section */

section.acces {
  background: url(../img/chori.png);
  color: #000;
  text-align: center;
  display: flex;
  align-items: center;
  border-top: 1px solid #000;
  background-size: auto;
  background-position: 3% 20%;
  /*margin: 24px 0;*/
}
.acces .boxes {
  box-shadow: 0 0 5px 2px #22195c1f;
  padding: 30px 0;
  height: 100%;
  background: white;
  color: #000;
  transition: all .4s ease-in;
}
.acces .boxes:hover {
  background: transparent;
  box-shadow: 0 0 3px 1px #fff;
  border-radius: 5px;
}
.acces .boxes h2 {
  font-size: 24px;
}
.acces .boxes p {
  margin-bottom: 0 !important;
}
.acces .boxes i {
  width: 50px;
  height: 50px;
  font-size: 24px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #22195c;
  margin-bottom: 15px;
  color: #fff;
  transition: all .4s ease-in;
  box-shadow: 0 0 0px 0px #fff;
}
.acces .boxes:hover i {
  box-shadow: 0 0 3px 1px #fff;
  transition-delay: .2s;
  border-radius: 5px;
}
/* .acces .boxes a {
  color: #fff;
} */
section.acces .work&gt;h5 {
  color: #fff;
  font-size: 24px;
  line-height: normal;
  text-align: center;
  width: 75%;
  margin-right: 0;
  margin-left: auto;
  margin-top: 50px;
}

section.acces .work&gt;h5 span.color_frist {
  font-size: 36px;
  display: block;
  padding-right: 40px;
  text-align: end;
}
.acces .boxes:hover&gt;a {
  color: #fff;
}
section.acces .row&gt;.qts-cnt{
  padding: 0 !important;
}



/* prem-media-responsive */
@media (max-width:767.98px) {
  #header {
    padding: 10px 0;
  }
  #header .logo img {
    max-width: 70px;
}
#topbar .contact-info a {
  font-size: 12px;
}
#hero {
  height: 420px;
}

#hero .carousel-container {
  left: 0;
  right: 0;
  top: 0;
}
.carousel-control-next, .carousel-control-prev {
  display: none;
}
#hero h2 {
  font-size: 18px;
}
#hero p {
  font-size: 15px;
  margin-bottom: 20px;
}
#hero .btn-get-started {
  border: 2px solid;
  padding: 10px 30px;
  width: auto;
}
.into .top-text {
  padding-top: 10px;
}

.into .top-text h2,.into .top-text h3 span.color_frist,.intop h2,.intop h2 span,.hidn_text h4,.about_us h2 {
  font-size: 28px;
  text-align: center;
}
.hidn_text h4 {
    font-size: 22px;

}

.into .top-text h3 {
  font-size: 24px;
}
.into .top-text h4 {
  font-size: 20px;
}
.ct-boder {
  padding: 10px 0px;
}
section.into.py-5 {
  padding: 15px 0 !important;
}
.into button.top-btn {
  padding: 6px 30px;
  margin-bottom: 20px;
}
.col-md-4.mt-4 {
  margin-top: 0 !important;
}
.into .box-1 {
  margin-bottom: 15px;
}
section.into.py-5 .col-lg-4 {
  text-align: center;
}
.ct-boder h2.ct-boder-sape:before {
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
}
.ct-boder h2.ct-boder-sape:after{
  left: 0;
  right: 0;
  margin: auto;
}
.ourstarng button.top-btn {
  padding: 6px 30px;
  width: auto;
  margin: auto;
}
.full_img .sqaed h4 {
  font-size: 20px;
}
section.we-ofr {
  position: relative;
  padding-top: 65px;
  padding-bottom: 40px;
}
section.we-ofr:before {
  width: 70%;
  height: 25%;
  top: 5%;
  left: 7%;
}
section.we-ofr .main {
  text-align: center;
}

section.we-ofr .main p {
  text-align: left;
}
#footer .footer-top h4 {
  font-size: 14px;
}
#footer .footer-top .footer-links ul li,ul.p-0 li.d-flex&gt;a {
  font-size: 14px;
}
.clients .swiper-slide img {
  width: 100%;
  max-width: 90px;
}
.navbar-mobile ul {
  height: 150px;
}

.registration .container.py-5 {
  padding: 0 !important;
}
.registration  h5.text-white {
  font-size: 22px;
  text-align: center;
}
.registration li.py-2 {
  font-size: 13px;
  padding: 2px !important;
}
.registration {
  background: linear-gradient(45deg, #0000009c, #0c09098f) ,url(https://rover360tracker.com/product/css/four-wheeler-tracking.jpg);
  background-size: cover;
  background-position: 65% 0%;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}
.registration .row .col-lg-4&gt;.card .card-header.bg-light {
  padding: 15px 0 !important;
}
textarea.form-control.mb-4 {
  margin-bottom: 15px !important;
  border-radius: 0;
}
.registration input.form-control {
  margin-bottom: 10px !important;
  border-radius: 0;
}
form.content {
  padding: 20px 10px;
}
.content input#btn {
  width: 85%;
  padding: 8px 0;
}
.registration .card.border-0 {
  background: none;
  box-shadow: 0 10px 10px 0 #eaebef3d;
}
section.first {
  height: 230px;
}
section.about_us.pb-3 {
  padding: 10px 0 !important;
}
.about_us .ct-boder {
  padding: 0px  !important;
  padding-bottom: 15px !important;
}
.our_parst .main {
  margin-bottom: 10px;
}
.mengent   .card {
  padding: 0px 15px !important;
}
section.ourstarng.py-5 {
  padding: 20px 0 !important;
}
section.mengent.py-5 {
  padding: 15px 0 !important;
}
section#award {
  padding: 0 !important;
}
.row {
  margin: 0;
}
.col-md-12,.col-lg-6,.col-lg-12 {
  padding: 0 !important;
}
section.ourstarng .main .text p {
  text-align: left;
  padding: 0 10px;
}
section.mengent .main .card p.card-text {
  text-align: center !important;
  font-size: 15px;
}
.mengent .col-lg-3 {
  padding: 0 !important;
}
.gallery-lightboxes .image-lightbox .image-lightbox-wrapper img {
  max-height: 175px !important;
  min-height: auto !important;
}
.gallery-wrapper .image-wrapper a img {
  width: 100%;
  min-height: auto;
  max-height: 300px;
}
section#recognize .gallery-wrapper .image-wrapper a img {
  max-height: 500px;
}
section#recognize .gallery-lightboxes .image-lightbox .image-lightbox-wrapper img {
  max-height: 250px !important;
  min-height: auto !important;
}



.Objectives:nth-child(odd) .row .col-lg-6:nth-child(3) {
  order: -1;
}

.Objectives .row .col-lg-12 {
  order: -2;
}
.Objectives h4.sub_heding {
  margin-top: 15px;
  font-size: 20px;
}
section.Objectives.py-5 {
  padding: 10px 0 !important;
}
.Objectives ul {
  margin-bottom: 0;
}
#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}
#footer .footer-top .footer-links {
    margin-bottom: 20px;
}
#footer .footer-top {
  padding: 30px 0 !important;
}
form.frm-cnt .col-md-6, form.frm-cnt .col-md-12, form.frm-cnt .col-12 {
  padding: 0 5px !important;
}
form.frm-cnt {
  width: 100%;
  margin: auto;
  box-shadow: 0 0 5px 0;
}
button.btn.btn-primary {
  width: 100%;
  margin: auto;
}
form.frm-cnt .row.g-3.form-row {
  padding: 10px;
}
form.frm-cnt .col-md-6, form.frm-cnt .col-md-12 {
  margin-top: 10px;
}
.header-form .heading-form h2 {
  font-size: 18px;
  margin: 0;
}
.first.contact {
  height: 180px;
  background-position: 80%;
}
form.frm-cnt .col-12:last-child {
  margin-top: 5px;
}
.first.contact {
  height: 230px;
  background-position: 80%;
  align-items: end;
}
.first.disclaimer,.first.cancellation_refund_policy,.first.terms_conditions,.first.privacy_policy{
  height: 230px;
  align-items: end;
}
section.about_us.disclaimer.py-5,section.about_us.terms_conditions.py-5,section.about_us.privacy_policy.py-5,section.about_us.cancellation_refund_policy.py-5 {
  padding: 15px 0 !important;
}
ul.last_ul {
  padding-left: 20px;
}

.cancellation_refund_policy h2.heding {
  padding-bottom: 10px;
}

.we-ofr .swiper-slide img {
  width: 100% !important;
}


.gps_trk_btn button { 
  margin: auto;
  width: 100%;
  margin-top: 25px;
}


.flip-box {
  background-color: transparent;
  width: 100%;
  height: 425px;
  border: 1px solid #f1f1f1;
}
.flip-box-inner {
  position: relative;
  width: 100%;
  text-align: center;
  height: 100%;
  top: 0px;
}
.flip-box-front {
  width: 100% !important;
  height: 180px !important;
}

.flip-box-back {
  background-color: #22195c;
  color: white;
  padding: 20px 10px;
  position: absolute;
  height: 245px;
  bottom: 0;
}
.flip-box-back {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.flip-box-back {
  transform: rotateY(0deg);
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(0deg);
}

.flip-box-front h4.text-white { 
  visibility: hidden; 
}

.our_parst .container {
  padding: 0 !important;
}

section.acces {
  background-size: cover;
  background-position: 14% 75% !important;
}

section.acces .work&gt;h5 {
  width: 100%;
  margin: 0;
}

section.acces .work&gt;h5 span.color_frist {
  font-size: 25px;
  text-align: center;
  padding-right: 0;
}
.col-md-12.mt-3.p-md-0 {
  padding: 0 12px !important;
}
.Offerings h5.card-title {
  height: 60px;
  line-height: 1;
}
.Offerings .col-lg-2.col-6.mt-4 {
  margin-top: 60px !important;
}
.col-md-4.col-6.pss {
  padding-left: 0;
  padding-right: 6px;
}

.col-md-4.col-6.pee {
  padding-right: 0px;
  padding-left: 6px;
}
section.first.service {
  height: 230px;
}

section.about_us.cancellation_refund_policy.py-5 h5.qusens {
    font-size: 16px;
    font-family: sans-serif;
}
.registration  h4 {
    font-size: 18px;
}
.clients .swiper-slide img {
    opacity: 1;
    transition: 0.3s;
}

}

/*&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;&lt;!------------------------- prem responsive 375px -------------------------&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt; */

@media (max-width:374.98px) {
  section.Objectives.centralized.py-5 .intop h2 {
    font-size: 26px;
}
.Objectives h4.sub_heding {
  margin-top: 15px;
  font-size: 17px;
}
section.mengent .main .card p.card-text {
  text-align: center !important;
  font-size: 14px;
}
.mengent .card h5.card-title.text-center {
  font-size: 18px;
}
#footer .footer-top .footer-contact span.ms-2 {
  font-size: 15px;
}
.frist_text h2.text-center.text-white.fw-bolder {
  font-size: 20px;
}

.cancellation_refund_policy h2.heding {
  font-size: 22px;
}
h5.qusens.fw-bolder {
  font-size: 18px;
}


section.ser_vis:nth-child(odd) .col-lg-6:last-child {
  order: -1;
}

section.ser_vis:nth-child(odd) .col-lg-12 {
  order: -1;
}

section.ser_vis.rs.py-5 .col-lg-6,section.ser_vis.rs.py-5 .col-lg-12 {
  order: 0;
}

.ser_vis .secion-title {
  text-align: center;
}

.Offerings  .col-lg-2.mt-4 {
  margin-top: 4em !important;
}

.into .box-1 {
  height: 160px;
}
.into .box-1 {
  height: 100%;
  min-height: 170px;
  justify-content: center;
}
.into .box-1 h5 {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding-top: 20px;
  color: #3d2998;
}



}





</pre></body></html>