/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@font-face {
font-family: "brandon-Grotesque-bold";
src: url("../fonts/brandon-Grotesque-bold.otf");
font-display: swap;
}
@font-face {
font-family: "brandon-Grotesque-black";
src: url("../fonts/brandon-Grotesque-black.otf");
font-weight: 700;
font-display: swap;
}
/*Common CSS*/
*+html {
  margin:0px;
  padding:0px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, header, footer, section, nav {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-weight:bold;
  margin:0px;
  padding:0px;
  font-optical-sizing: auto;
  font-style: normal;
}
img {
  border:0px;
  outline:none;
  max-width: 100%;
}
p {
  margin:0px;
}
ul li, ol li {
  margin:0px;
  padding:0px;
  list-style:none;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #000;
  margin: 1em 0;
  padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.text-center p{
  text-align: center;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
.hidden {
  display: none !important;
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited, a:hover, a:active {
    text-decoration: none;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
ul, ol{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
button:focus-within, button:focus, button:active, a:hover, a:active, a:focus, select:hover, select:active, select:focus, option:hover, option:active, option:focus {
  text-decoration: none;
  outline: 0;
}
ul{padding: 0; margin: 0;}
a{text-decoration: none; color: inherit;}
a:hover{color: inherit;}
b, strong {
  font-weight: bold;
}




/*Main CSS*/
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fafcfd;
  position: relative;
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  font-variation-settings: "wdth" 100;

  background-image: url(../images/page-bg.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
img{
  max-width: 100%;
  height: auto;
}


.flex-center{
  display: flex;
  justify-content: center;
  align-items: center;
}
.mb-30{
  margin-bottom: 30px;
}
#main-content {
  width: calc(100% - 40px);
  text-align: center;
  margin: 0 auto;
}
.container{
  margin: 0 auto;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width:1400px){
.container{
  max-width: 1320px;
}
}
@media (max-width:1399px){
.container{
  max-width: 1140px;
}
}
.top-logo a{
  display: block;
  transition: 0.3s;
}
.top-logo a:hover{
  transform: scale(1.05);
}
.top-logo img {
  max-width: 220px;
}
.heading{}
.heading h1 {
  font-family: "brandon-Grotesque-bold";
  max-width: 730px;
  font-size: 32px;
  margin-bottom: 20px;
}

.brands-area{}
.brands{}
.brands li{}
.brands li a{
  display: block;
  transition: 0.3s;
}
.brands li a:hover{
  transform: scale(1.1);
}
.brands li a img {
  max-width: 170px;
  margin: 0 30px;
}

.main-description p{
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
}
.main-description p.removals{
  font-family: "brandon-Grotesque-bold";
  color: #b00726;
  font-size: 24px;
  padding: 15px 0;
}
.removals a{
  text-decoration: underline;
}

.main-images{}
.main-images ul {
  display: flex;
}
.main-images ul li {
  overflow: hidden;
}
.main-images ul li a{
  position: relative;
  display: block;
  transition: 0.3s;
}
.main-images ul li a:hover img{
  transform: scale(1.07);
}
.main-images ul li a img{
  transition: 1s;
}

.main-images ul li a .img-title {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
  z-index: -1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.60);
  transform: scale(0);
  border-radius: 50%;
}
.main-images ul li a h2 {
  text-transform: uppercase;
  font-size: 25px;
  color: white;
}
.main-images ul li a:hover .img-title{
  opacity: 1;
  z-index: 2;
  transform: scale(1);
  border-radius: 0;
}








/* Preloader styles */
#main-content {
    opacity: 0;
    height: 0;
    overflow: hidden;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f8f2e7;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader {
  border: 8px solid #687566;
  border-top: 8px solid #f0a028;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 0.7s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}






/* Back to Top Button */
#backToTopBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: 1px solid transparent;
  outline: none;
  background-color: #64953f;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  font-size: 0;
  width: 35px;
  height: 35px;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
}
#backToTopBtn:hover {
  border: 1px solid #64953f;
  background-color: #c01f25;
  transform: scale(1.5);
  box-shadow: 0px 0px 10px rgba(1, 1, 1, 0.39);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2364953f' d='M233.4 105.4c12.5-12.5 32.8-12.5 45.3 0l192 192c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L256 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z'/%3E%3C/svg%3E");
}






/*Animation CSS*/
[data-aos="slide-up"] {
    transform: translate3d(0, 100%, 0);
}
[data-aos="slide-down"] {
    transform: translate3d(0, -100%, 0);
}
[data-aos="slide-right"] {
    transform: translate3d(-100%, 0, 0);
}
[data-aos="slide-left"] {
    transform: translate3d(100%, 0, 0);
}
[data-aos="fade-up"] {
    transform: translate3d(0, 30px, 0);
}
[data-aos="fade-down"] {
    transform: translate3d(0, -30px, 0);
}
[data-aos="fade-right"] {
    transform: translate3d(-30px, 0, 0);
}
[data-aos="fade-left"] {
    transform: translate3d(30px, 0, 0);
}
[data-aos^="slide"][data-aos^="slide"].aos-animate {
    transform: translateZ(0);
}
[data-aos^="fade"][data-aos^="fade"].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
@media (max-width: 768px) {
    .ofHie:not(header .ofHie) {
        overflow: hidden;
    }
}
[data-aos][data-aos][data-aos-easing="ease"],
body[data-aos-easing="ease"] [data-aos] {
    transition-timing-function: ease;
}
[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos^="fade"][data-aos^="fade"] {
    opacity: 0;
    transition-property: opacity, transform;
}
[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0;
}
[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: 0.2s;
}
[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: 0.3s;
}








/*Responsive CSS*/
@media(max-width:700px){
#main-content {
  width: calc(100% - 20px);
}
.top-logo img {
  max-width: 150px;
}
.brands li a img {
  max-width: 100px;
  margin: 0 5px;
}
.brands li a:hover {
  transform: scale(0.95);
}
.main-images ul {
  flex-direction: column;
}
.heading h1 {
  font-size: 28px;
  margin-bottom: 5px;
}
.main-description p {
  margin-bottom: 10px;
  font-size: 18px;
}
.main-description p.removals {
  padding-bottom: 0;
}


}
















