:root {
  --theme-color: #b42e29;
  --white-color:white;
  --theme-hover: #3a3285;
  --theme-dark:#000;
  --theme-color-3:#e85457;
  --heading-font: "Poppins", sans-serif;
  --theme-font: "Poppins", sans-serif;
  --nav-font: "Poppins", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
}

.search-btn {
  border-radius: 99px;
  border: 1px solid #000000;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  margin-right: 15px;
  transition: all 0.3s;
  justify-content: center;
}
.search-btn:hover {
  background-color: var(--theme-color);
  border: 2px solid var(--theme-color);
  color: white;
}

.common-heading {
  font-weight: 500;
  margin: 0;
  color: var(--theme-dark);
  position: relative;
  margin-bottom: 22px;
  font-size: 43px;
  font-family: var(--heading-font);
}
.common-heading span {
  color: var(--theme-color);
  font-family: var(--heading-font);
}

.sub-heading {
  font-weight: 500;
  color: var(--theme-color);
  font-family: var(--heading-font);
  font-size: 20px;
  font-style: italic;
  background-color: white;
  display: inline-block;
  padding: 10px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}

.common-btn {
  box-sizing: border-box;
  font-weight: 600;
  border-radius: 0;
  padding: 12px 28px;
  position: relative;
  font-size: 16px;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 400;
  background: var(--theme-color);
  color: white;
  border-radius: 5px;
}
.common-btn:hover {
  background-color: var(--theme-hover);
  color: white;
}

.common-space {
  padding: 70px 0;
}

a {
  list-style: none;
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: inherit;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: #000000;
}

body {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #000;
}

ul {
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 300;
  color: #000000;
}
ul li {
  list-style: none;
  text-decoration: none;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--heading-font);
}

span.header-top {
  padding: 7px 22px;
  border: 1px solid;
  border-radius: 36px;
  display: inline-block;
  margin-bottom: 10px;
}

.top-header-social {
  background-color: #ffffff;
  border-bottom: 1px solid #E4E4E4;
}
.top-header-social .col-12 {
  padding-left: 0;
  padding-right: 165px;
}
.top-header-social .content {
  display: flex;
  justify-content: space-between;
}
.top-header-social .content .mail {
  padding: 6px 90px 6px 12px;
}
.top-header-social .content .mail ul {
  margin-bottom: 0rem;
  padding-left: 0rem;
}
.top-header-social .content .mail ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  color: white;
}
.top-header-social .content .mail ul li i {
  color: rgb(0, 0, 0);
  margin-right: 10px;
  font-size: 14px;
}
.top-header-social .content .mail ul li a {
  color: #000000;
  font-size: 14px;
  transition: 0.3s;
  font-family: var(--theme-font);
}
.top-header-social .content .mail ul li a:hover {
  color: rgb(0, 0, 0);
}
.top-header-social .content .socials {
  display: flex;
  align-items: center;
}
.top-header-social .content .socials ul {
  margin-bottom: 0rem;
  padding-left: 0rem;
}
.top-header-social .content .socials ul li {
  list-style-type: none;
  display: inline-block;
}
.top-header-social .content .socials ul li a {
  color: var(--title-color);
  margin-left: 27px;
  font-size: 14px;
  transition: 0.3s;
}
.top-header-social .content .socials ul li a:hover {
  color: var(--theme-color);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--theme-color) !important;
}

.nav-link:focus, .nav-link:hover {
  color: var(--theme-color) !important;
}

.dropdown-item:focus {
  color: white !important;
  background-color: var(--theme-color);
}

.submenu {
  padding: 0 !important;
}
.submenu:hover .dropdown-menu-sub {
  display: block;
  position: absolute;
  left: 100%;
  top: 0%;
  background: white;
}
.submenu .dropdown-menu-sub .sub-item {
  padding: 10px 20px !important;
  transform: translateX(0px) !important;
  color: black !important;
}
.submenu .dropdown-menu-sub .sub-item:hover {
  color: var(--theme-color) !important;
  transform: translateX(10px) !important;
}

.dropdown-menu-sub {
  display: none;
}

header {
  background-color: var(--white-color);
  width: 100%;
  z-index: 11;
  position: fixed;
}
header .container-fluid {
  flex-direction: column;
  align-items: normal !important;
}
header .navbar-brand {
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 5px 0px;
  gap: 15px;
  margin-right: 0;
}
header .navbar-brand h5 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 0;
  padding: 5px 0px 0px 0px;
  color: var(--theme-hover);
}
header .navbar-brand h5 span {
  display: block;
  line-height: 28px;
}
header .navbar-brand h3 {
  margin-bottom: 0;
  text-transform: uppercase;
  color: var(--theme-hover);
  font-size: 35px;
  font-weight: 700;
}
header .top-nav {
  background-color: aliceblue;
}
header .container .upper-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
  padding-bottom: 5px;
}
header .container .upper-nav .logo img {
  max-width: 186px;
  padding-left: 29px;
  position: absolute;
  z-index: 1;
}
header .container .upper-nav .soical-header {
  display: flex;
}
header .container .upper-nav .soical-header ul {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
}
header .container .upper-nav .soical-header ul a {
  width: 35px;
  height: 35px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: white;
  transition: 0.3s;
}
header .container .upper-nav .soical-header ul a:hover {
  background-color: var(--theme-hover);
}
header .navbar-expand-lg .navbar-collapse {
  justify-content: space-between;
  position: relative;
  z-index: 0;
  padding: 5px 0px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
header .navbar-expand-lg .navbar-collapse .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .nav-call {
  display: flex;
  align-items: center;
}
header .nav-call h6 {
  margin-bottom: 0;
}
header .nav-call ul {
  display: flex;
  gap: 20px;
  margin-bottom: 0;
  border-left: 1px solid #9b9b9b;
  padding-left: 15px;
}
header .nav-call ul a {
  width: 30px;
  height: 30px;
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  color: white;
  transition: 0.3s;
  font-size: 15px;
}
header .nav-call ul a:hover {
  background-color: var(--theme-hover);
}
header .call-no {
  display: flex;
  align-items: center;
  gap: 10px;
}
header .call-no a {
  font-size: 17px;
}
header .call-no .side {
  width: 1px;
  height: 32px;
  background: #000;
}
header .call-no .icon {
  transition: 0.3s;
  cursor: pointer;
}
header .call-no .icon:hover {
  background: var(--theme-color);
  color: white;
}
header .icon {
  width: 43px;
  height: 43px;
  background: #f6eff6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 21px;
  color: var(--theme-color);
  border-radius: 100px;
}
header .top-header {
  background-color: #00173C;
}
header .menu-bars-wrappeprs {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
header .right-header {
  display: flex;
  align-items: center;
  height: 100%;
}
header .right-header a {
  padding: 40px 10px;
  display: flex;
  font-weight: 500;
}
header .right-header i {
  display: flex;
}
header nav .navbar-brand img {
  max-width: 463px;
}
header nav .navbar-brand .side-logo {
  max-width: 150px;
}
header nav.navbar-expand-lg {
  padding: 0px 0 0 0 !important;
  box-shadow: rgba(99, 99, 99, 0.07) 0px 2px 8px 0px;
}
header nav.navbar-expand-lg .container {
  background-color: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
header nav .navbar-nav {
  padding: 0 18px 0px 0px;
  display: flex;
  flex-direction: row;
}
header nav .navbar-nav .nav-item {
  padding: 0px 8px;
  font-weight: 500;
  font-size: 16px;
  color: black;
  font-family: var(--nav-font);
}
header nav .navbar-nav .nav-item .dropdown-menu {
  display: none;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-bottom: 3px solid var(--theme-color2);
}
header nav .navbar-nav .nav-item .dropdown-menu li a {
  padding: 7px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2549019608);
}
header nav .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  transition: 0.3s;
  font-size: 16px;
  font-family: var(--nav-font);
  font-weight: 500;
}
header nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-item {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover {
  color: var(--theme-color);
}
header nav .navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}
header nav .navbar-nav .nav-item .nav-link {
  color: var(--dark-black);
  font-family: var(--nav-font);
  font-weight: 500;
  font-size: 16px;
  text-transform: uppercase;
}
header nav .navbar-nav .active {
  position: relative;
  color: var(--theme-color);
}
header nav .navbar-nav .active a {
  color: var(--theme-color);
}
header .navi-wrapper {
  display: inline-flex;
  justify-content: flex-start;
}
header .get-a-quote a {
  line-height: 15px;
  padding: 14px 18px;
  border: solid 3px var(--theme-color);
  border-radius: 39px;
}
header .get-a-quote a i {
  padding: 0 15px;
}
header .search-btn i {
  padding: 0 15px;
}
header .call-btn a i {
  font-size: 22px;
  padding-right: 8px;
  padding-left: 15px;
  color: var(--theme-color);
}

.banner-home .heading-top {
  font-size: 20px;
  color: white;
}
.banner-home .bnr-img-overlay {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(86deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.16));
  z-index: 10;
  position: absolute;
  top: 0;
  z-index: 0;
}
.banner-home .img-wrapper-bnr img {
  width: 100%;
  top: 0;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.banner-home .banner-content {
  position: absolute;
  top: 60%;
  z-index: 31;
  width: 100%;
  color: #fff;
  left: 0px;
  transform: translateY(-50%);
  text-align: center;
}
.banner-home .banner-content .more-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.banner-home .banner-content .more-btn .d-bn {
  background: var(--theme-hover);
}
.banner-home .banner-content .banner-cont {
  border-radius: 30px;
  padding-top: 0;
}
.banner-home .banner-content .banner-cont p {
  margin-bottom: 36px;
  text-shadow: 1px 1px 2px #000;
  font-size: 24px;
}
.banner-home .banner-content .banner-cont p a {
  color: var(--theme-color);
  text-decoration: underline;
  transition: 0.3s;
}
.banner-home .banner-content .banner-cont p a:hover {
  color: var(--theme-dark);
}
.banner-home .banner-content .common-heading {
  font-size: 70px;
  line-height: 1.2;
  margin-bottom: 20px;
  color: rgb(255, 255, 255);
  font-family: var(--heading-font);
  text-shadow: 1px 1px 2px #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700;
}
.banner-home .banner-content .common-heading span {
  display: block;
  color: var(--theme-color);
}
.banner-home .banner-content .common-btn {
  background: var(--theme-color);
  border-radius: 5px;
}
.banner-home .banner-content .common-btn:hover {
  background: white;
  color: var(--theme-color);
  border: 0;
}
.banner-home .banner-content p {
  line-height: 2rem;
  font-size: 22px;
  color: #ffffff;
}
.banner-home .banner-content p span {
  color: #e85457;
}
.banner-home .banner-content .break {
  display: block;
}
.banner-home .banner-btns {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
.banner-home .banner-btns a {
  transition: all 0.3s;
  border: solid var(--theme-colo2) 3px;
  font-size: 16px;
  line-height: 1.1;
  padding: 15px 30px;
  font-weight: 400;
  border-radius: 25px;
  text-transform: uppercase;
  background-color: var(--theme-colo2);
  border-color: transparent;
  color: #ffffff;
  display: inline-block;
  position: relative;
}
.banner-home .banner-btns a:hover {
  background-color: transparent;
  border: solid var(--theme-colo2) 3px;
}
.banner-home .banner-btns a:first-child {
  margin-right: 15px;
}
.banner-home .banner-btns a i {
  padding: 0 6px;
}
.banner-home .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: unset;
}
.banner-home button.owl-prev {
  position: absolute;
  left: 10px;
  top: 55%;
  transform: translateY(-50%);
}
.banner-home button.owl-prev span {
  font-size: 40px;
  border: solid 1px var(--theme-color);
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  color: var(--theme-color);
  padding-left: 1px;
  border-radius: 0px;
  transition: 0.3s;
}
.banner-home button.owl-prev span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
  color: white;
}
.banner-home button.owl-next {
  position: absolute;
  right: 10px;
  top: 55%;
  transform: translateY(-50%);
}
.banner-home button.owl-next span {
  font-size: 40px;
  border: solid 1px var(--theme-color);
  color: var(--theme-color);
  font-weight: 200;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  border-radius: 50px;
  padding-left: 1px;
  border-radius: 0px;
  transition: 0.3s;
}
.banner-home button.owl-next span:hover {
  background-color: var(--theme-color);
  border-color: transparent;
  color: white;
}

.about-home {
  background-color: #f3f7fe;
  margin-top: -10px;
}
.about-home .btns {
  display: flex;
  gap: 20px;
}
.about-home .btns .sec {
  background-color: var(--theme-color);
}
.about-home .btns .sec:hover {
  background-color: var(--theme-orange);
}
.about-home .notice-board {
  width: 100%;
  border: 4px solid #b6dcf9;
  background: #eefaff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}
.about-home .notice-board h2 {
  text-align: center;
  font-size: 16px;
  padding: 12px;
  margin: 0;
  color: #0b3b73;
  font-weight: bold;
  background-color: #eefaff;
  border-bottom: 1px solid #b6dcf9;
}
.about-home .notice-board .notice-wrapper {
  height: 428px;
  overflow: hidden;
  position: relative;
}
.about-home .notice-board .notice-wrapper .scrolling-text {
  display: inline-block;
  animation: scroll-up 12s linear infinite;
}
.about-home .notice-board .notice-wrapper .scrolling-text .notice {
  padding: 10px 20px;
  box-sizing: border-box;
}
.about-home .notice-board .notice-wrapper .scrolling-text .notice strong {
  display: block;
  color: #10356f;
  margin-bottom: 5px;
}
@keyframes scroll-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}
.about-home .img-box {
  position: relative;
  height: 100%;
}
.about-home .img-box .first-img {
  border: 0px solid var(--theme-color);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.about-home ul li {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.about-home ul li::before {
  content: "\f00c";
  left: 0;
  color: var(--theme-hover);
  font-family: fontawesome;
  position: absolute;
}
.about-home .sec-img {
  position: absolute;
  bottom: -25px;
  right: -25px;
  max-width: 250px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.modiji-text .modiji {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.modiji-text .modiji p {
  font-weight: 600;
  font-size: 22px;
  text-align: center;
}
.modiji-text .modiji p span {
  color: var(--theme-hover);
}

footer {
  background-image: linear-gradient(161deg, #000000, rgba(0, 0, 0, 0.7882352941)), url(img/2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #ffffff;
  background-color: #000;
}
footer .inner p {
  display: flex;
  gap: 10px;
  align-items: center;
}
footer .inner p a {
  transition: 0.3s;
}
footer .inner p a:hover {
  color: var(--theme-color);
}
footer .footer-widget-contact-info i {
  background: white;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-color);
}
footer * {
  font-size: 15px;
  color: #ffffff;
}
footer p {
  color: #ffffff;
  font-size: 15px;
}
footer .menu li {
  list-style: 1.7rem;
  margin-bottom: 0px;
}
footer .menu li a {
  transition: 0.3s;
}
footer .menu li a:hover {
  color: var(--theme-color);
}
footer .middle-footer {
  padding: 4rem 0;
  padding: 3rem 0 2rem;
}
footer .single-footer-widget .title h6 {
  font-size: 18px;
  color: var(--theme-color);
  font-weight: 600;
}
footer .single-footer-widget .title h5 {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 0;
  padding: 0px 0px 10px 0px;
  color: var(--theme-color);
  font-weight: 600;
}
footer .single-footer-widget .title h5 span {
  line-height: 28px;
  font-size: 20px;
  color: var(--theme-color);
  font-weight: 600;
}
footer .single-footer-widget .title h3 {
  color: var(--theme-color);
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 1.5rem;
  text-transform: capitalize;
}
footer .single-footer-widget .title img {
  max-width: 110px;
  margin-bottom: 15px;
}
footer .single-footer-widget .our-company-info .text-box p {
  color: #ffffff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
footer .single-footer-widget .footer-social-link ul {
  margin-top: 1.5rem;
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
footer .single-footer-widget .footer-social-link ul li a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  background: var(--heading-color);
  border-radius: 50%;
  color: #ffffff;
  font-size: 15px;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .single-footer-widget .footer-social-link ul li:nth-child(1) a {
  background: #1877F2;
}
footer .single-footer-widget .footer-social-link ul li:nth-child(2) a {
  background-image: linear-gradient(45deg, #e14930, #ff9900);
}
footer .single-footer-widget .footer-social-link ul li:nth-child(3) a {
  background: #E60023;
}
footer .single-footer-widget .footer-social-link ul li:nth-child(4) a {
  background: #000;
}
footer .bot-footer {
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .top-footer form {
  display: flex;
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1019607843);
}
footer .top-footer form input {
  height: 45px;
  line-height: 45px;
  background-color: transparent;
  border: unset;
  color: #fff;
  border-radius: 0;
  height: 45px;
  line-height: 45px;
}
footer .top-footer form input::-moz-placeholder {
  color: #fff;
}
footer .top-footer form input::placeholder {
  color: #fff;
}
footer .top-footer form button {
  background-color: transparent;
  color: #fff;
  box-shadow: unset;
  border: 0;
  width: 70px;
  height: 45px;
  line-height: 45px;
}

.bredcrumb {
  padding-top: 14.5rem;
  background-color: var(--theme-color);
  padding-bottom: 2.5rem;
  text-align: center;
}
.bredcrumb h1 {
  color: #fff;
  font-size: 46px;
}
.bredcrumb ul {
  padding-left: 0;
}
.bredcrumb ul li {
  display: inline;
  padding-right: 20px;
  color: #fff;
  position: relative;
  margin-right: 10px;
}
.bredcrumb ul li a {
  color: #fff;
}
.bredcrumb ul li::after {
  content: "\f105";
  font-family: "fontawesome";
  color: #fff;
  right: 0;
  position: absolute;
}
.bredcrumb ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.bredcrumb ul li:last-child::after {
  display: none;
}

.gall-page .gal-page-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.gall-page .gal-page-wrapper a {
  display: flex;
  height: 100%;
}
.gall-page .gal-page-wrapper .img-wrapper {
  overflow: hidden;
}
.gall-page .gal-page-wrapper .img-wrapper img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.gall-page .gal-page-wrapper .img-wrapper:hover img {
  transform: scale(1.08);
}

.about-p .row {
  padding: 10px;
  background: aliceblue;
  margin-top: 15px;
  align-items: center;
  border-radius: 10px;
}

.form-wrapper {
  background-color: var(--theme-color);
  padding: 30px 25px;
}
.form-wrapper .result-fo {
  display: flex;
  gap: 20px;
  align-items: end;
}
.form-wrapper .result-fo div {
  width: 100%;
}
.form-wrapper input, .form-wrapper select {
  margin-bottom: 0rem !important;
  padding: 12px 10px;
}
.form-wrapper input *, .form-wrapper select * {
  color: #000;
}
.form-wrapper * {
  color: white;
}
.form-wrapper p {
  margin-bottom: 1.5rem;
}
.form-wrapper .common-btn {
  background: white;
  color: #000;
  margin-top: 20px;
}
.form-wrapper .common-btn:hover {
  background: var(--theme-hover);
  color: #fff;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.approval-12 .app {
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 40px 0px;
}
.approval-12 .app .img {
  text-align: center;
}
.approval-12 .app h4 {
  text-align: center;
  margin: 30px 0px;
  font-size: 20px;
}/*# sourceMappingURL=style.css.map */