<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: "Century Gothic";
  src: url("assets/font/GOTHIC.TTF");
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Century Gothic" !important;
}

#slider {
  padding-top: 105px;
}

footer {
  background-color: #001525;
}

footer li {
  color: white !important;
}

footer h5 {
  color: #ffffff;
}

#car {
  background-color: #001525;
}

#car .box-1 {
  border: 1px solid #004ea0;
  background-color: white;
  padding: 3px;
}

#car .cap {
  position: absolute;
  background: #fd734d;
  color: white;
  margin: 4px;
  padding: 3px;
}

h3 {
  color: #e68325;
}

.h2-h {
  font-size: 44px;
}

.h2-span {
  color: #e68325;
}

#slider h1 span {
  text-shadow: 0px 0px 15px #000000a6;
  color: white;
  font-size: 50px;
}

.head-line {
  border-top: 2px solid #001525;
  width: 140px;
  padding-bottom: 20px;
}

.head-line2 {
  border-top: 2px solid #ffffff;
  width: 140px;
  padding-bottom: 20px;
}

.ex-box {
  border: 1px solid #c8c8c9;
  box-shadow: 0px 0px 6px 1px #e7e4e4;
}

h2 {
  color: #001525;
}

.sl-span {
  background-color: #005ca6;
  padding: 8px;
}

#slider h1 {
  color: white;
}

.bt-nr {
  background-color: #001525;
  padding: 6px 9px 6px 9px;
  border-radius: 4px;
}

.bt-nr:hover {
  color: #ffffff !important;
  background-color: #fb734e;
}

#cta {
  padding: 50px 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0.85), rgb(0 21 37 / 71%)),
    url(../images/back/bt45.jpg);
  background-attachment: fixed !important;
}

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

@media (max-width: 992px) {
  .top-head-color {
    color: black;
  }
}

.box-2 {
  border: 1px solid #fd734d;
}

.btn:hover {
  background-color: #ffffff;
}

@media (min-width: 992px) {
  .top-head-color {
    background-color: #001525;
  }
  /* .top-head-color{background: linear-gradient(56deg, rgba(255,255,255,0) 25%, rgb(0 80 161) 25%);} */
  /* #header .navbar-brand{position: absolute;margin-top: -37px;} */
  h2 {
    font-size: 32px !important;
  }
}

#sy-whatshelp {
  right: 11px;
  bottom: 20%;
  position: fixed;
  z-index: 9999;
}

#sy-whatshelp .sywh-services {
  width: 55px;
  height: auto;
}

.fa-star {
  color: #ffb904;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ececec;
  /* box-shadow: 0 19px 38px rgba(0, 0, 0, 0.10), 0 15px 12px rgba(0, 0, 0, 0.02); */
}

.owl-carousel .owl-nav.disabled {
  display: block;
}

.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  left: 0px;
  zoom: 1;
  opacity: 0;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  color: rgb(0, 0, 0) !important;
  background-color: #fff;
  font-size: 18px !important;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav .owl-prev:hover {
  background-color: #fe9603 !important;
  color: rgb(255, 255, 255) !important;
}

.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  right: 0px;
  zoom: 1;
  opacity: 0;
  width: 36px;
  height: 36px;
  line-height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  color: rgb(0, 0, 0) !important;
  background-color: #fff;
  font-size: 18px !important;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-carousel .owl-nav .owl-next:hover {
  background-color: #fe9603 !important;
  color: rgb(255, 255, 255) !important;
}

.owl-carousel:hover .owl-next {
  opacity: 1;
}

.owl-carousel:hover .owl-prev {
  opacity: 1;
}

#rew .item {
  text-align: center;
  padding: 0px 0px 50px 0px;
  /* opacity: .2; */
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#rew .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

#rew img {
  transform-style: preserve-3d;
  /*max-width: 90px; */
  margin: 0 auto 17px;
  border-radius: 50%;
  margin-top: -60px;
  width: 150px;
  height: 150px;
}

#rew.owl-carousel .owl-dots .owl-dot.active span,
#rew.owl-carousel .owl-dots .owl-dot:hover span {
  background: #fe9603;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#rew.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#rew.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#rew.owl-carousel .owl-dots .owl-dot span {
  background: #fe9603;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

.heading-img-car {
  background-image: url(../images/slider/slider1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  margin-top: 91px;
}

.heading-img {
  background-position: center;
  background-repeat: no-repeat;
  /* background-attachment: fixed; */
  background-size: cover;
  margin-top: 98px;
}

.head-img-div {
  background-color: #00000061;
}

.head-text h1 {
  text-align: center;
  color: white !important;
}

.back-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.city-padd {
  padding: 100px 0px 100px 0px;
  text-align: center;
}

.city-div-color h3 {
  color: rgba(255, 255, 255, 0) !important;
}

.city-div-color:hover {
  background-color: #00000052;
  transition: all 0.5s ease-out 0s;
}

.city-div-color:hover h3 {
  color: white !important;
  transition: all 0.5s ease-out 0s;
}

.car-box {
  border: 1px solid #0056a0;
}

.contact-a {
  color: black;
}

.contact-box {
  background-color: #0097c6;
  padding: 15px;
  color: white;
  box-shadow: 0px 0px 7px 2px #bdb9b98c;
  border: 1px solid white;
}

a:hover {
  color: #ffb904 !important;
}

.p-nr {
  color: #787878;
  text-align: justify !important;
}

.fa-circle-check {
  color: #fd734d !important;
}

thead {
  background-color: #fd8362;
  color: white !important;
}

.table thead th {
  color: white !important;
}

.tab-tr {
  background-color: #f7f7f7;
}

.div-box {
  padding: 300px 15px 2px 15px;
}

.img-back {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.box-show:hover {
  box-shadow: 0px 0px 7px 5px #bbb8b852;
}

.text-show {
  background-color: #00000052;
}
.mt--30 {
  margin-top: -30px;
}

.blog a {
  color: #ffb904;
}

.blog h3 {
  color: #001525;
}

.blog .blog-img {
  border-radius: 10px;
  width: 100%;
  height: 50%;
}
</pre></body></html>