html {
  scroll-behavior: smooth;
}
#takeMeToTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #EE0D09;
  color: white;
  opacity: 0.4;
  padding: 10px 20px;
  z-index: 999;
}
#takeMeToTop:hover {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #EE0D09;
  color: white;
  opacity: 0.9;
  padding: 10px 20px;
  z-index: 999;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    color: #000;
}
.bg-red{
    background-color: #EE0D09;
}
.bg-blue{
    background-color: #08194A;
}
.text-red{
    color: #EE0D09;
}
.text-blue{
    color: #08194A;
}
.text-white{
    color: white;
}
.text-black{
    color: black;
}
.text-gray{
  color: #444444;
}
.border-white{
  border: 1px dashed #fff;
}
.font-inter{
    font-family: 'Inter', sans-serif;
}
.font-sm{
    font-size: 14px;
}
@media (max-width: 500px){
  .font-sm{
    font-size: 10px;
}
  .footer a 
  {
      font-size:10px !important;
  }
}
.font-md{
    font-size: 18px;
}
.font-lg{
    font-size: 22px;
}
.font-xl{
    font-size: 26px;
}
.font-xxl{
    font-size: 36px;
}
.font-head{
    font-size: 55px;
}
.font-big{
    font-size: 110px;
}
.font-regular{
    font-weight: normal;
}
.font-bold{
    font-weight: bold;
}
.font-bolder{
    font-weight: 900;
}
.banner-bg{
    width: 100%;
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.who-we-are-bg{
    width: 100%;
    background-image: url(../images/who-we-are-img1.png);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: right;
}
.custom-bg{
    width: 100%;
    background-image: url(../images/custom-img1.jpg);
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: top right;
}
.door-bg{
    background-image: url(../images/door.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.footer-bg{
    width: 100%;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.about-bg{
    width: 100%;
    background-image: url(../images/about-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.residential-banner{
    width: 100%;
    background-image: url(../images/residential-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.commercial-banner{
    width: 100%;
    background-image: url(../images/commercial-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-banner{
    width: 100%;
    background-image: url(../images/custom-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.gallery-banner{
    width: 100%;
    background-image: url(../images/gallery-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-banner{
    width: 100%;
    background-image: url(../images/contact-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.line{
    background-color: #e9e9e9;
    width: 100%;
    height: 1px;
    margin: 20px 0;
}
.social-icon-bg{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    color: #EE0D09;
    text-decoration: none;
}
.social-icon-bg:hover{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #EE0D09;
    color: #fff;
    text-decoration: none;
}
.footer-list ul{
    margin: 0px;
    padding: 0px;
}
.footer-list ul li{
    list-style-type: none;
    padding: 5px 0;
}
.footer-list ul li a{
    display: inline-block;
    padding: 0 3px 0 30px;
    text-decoration: none;
    background-image: url(../images/footer-arrow.png);
    background-repeat: no-repeat;
    font-size: 14px;
    color: #fff;
}
.footer-list ul li a:hover{
    color: #EE0D09;
}
.footer-line{
    background-color: #213264;
    width: 100%;
    height: 1px;
    margin: 12px 0;
}
.footer a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.footer a:hover{
    color: #EE0D09;
}
.btn-white{
    background-color: #fff;
    color: #EE0D09;
    text-decoration: none;
    padding: 14px 7px;
    border: 1px solid #EE0D09;
}
.btn-white:hover{
    background-color: #EE0D09;
    color: #fff;
    border: 1px solid #ffffff;
}
.btn-readmore-white{
    background-color: #fff;
    color: #EE0D09;
    border: 1px solid #EE0D09;
    text-decoration: none;
    padding: 10px 18px;
}
.btn-readmore-white:hover{
    background-color: #EE0D09;
    color: #fff;
}
.btn-readmore-red{
    background-color: #EE0D09;
    color: #fff;
    border: 1px solid #EE0D09;
    text-decoration: none;
    padding: 8px 18px;
}
.btn-readmore-red:hover{
    background-color: #fff;
    border: 1px solid #EE0D09;
    color: #EE0D09;
}
p{
    margin: 0px;
    padding: 0px;
    line-height: 24px;
    font-size: 15px;
}


/*******---Bootstrap css start---*******/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #EE0D09;
}
.nav-link:hover, .nav-link:focus {
    color: #EE0D09;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: white;
  background-color: #EE0D09;
}
.dropdown-item.active, .dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: #EE0D09;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 74px;
    border-radius: 0;
}
}
@media (min-width: 1200px){
h1, .h1 {
    font-size: 50px;
}
h3, .h3 {
    font-size: 36px;
}
}

/*******---Bootstrap css end---*******/

/*******---Skew Transform css start---*******/
.aag-skew-transform {
  background: #000;
  color: #fff;
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.aag-skew-transform-text {
  position: relative;
  z-index: 10;
}

.aag-skew-transform-right,
.aag-skew-transform-left {
  top: 0;
  height: 100%;
  width: 75%;
  position: absolute;
  overflow: hidden;
  -webkit-animation-name: outer;
          animation-name: outer;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transform: skew(-20deg, 0deg) translate(0, 0);
}

@-webkit-keyframes outer {
  0% {
    transform: skew(-20deg, 0deg) translate(0, 0);
  }
  33% {
    transform: skew(-20deg, 0deg) translate(-50px, 0);
  }
  66% {
    transform: skew(-20deg, 0deg) translate(50px, 0);
  }
  100% {
    transform: skew(-20deg, 0deg) translate(0, 0);
  }
}

@keyframes outer {
  0% {
    transform: skew(-20deg, 0deg) translate(0, 0);
  }
  33% {
    transform: skew(-20deg, 0deg) translate(-50px, 0);
  }
  66% {
    transform: skew(-20deg, 0deg) translate(50px, 0);
  }
  100% {
    transform: skew(-20deg, 0deg) translate(0, 0);
  }
}
.aag-skew-transform-left {
  left: -25%;
  background-color: rgba(238, 13, 9, 0.9);
}

.aag-skew-transform-right {
  right: -25%;
  background-color: rgba(8, 25, 74, 0.9);
}

.aag-skew-transform-left-inner,
.aag-skew-transform-right-inner {
  height: 100%;
  width: 125%;
  position: absolute;
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  -webkit-animation-name: inner;
          animation-name: inner;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  transform: skew(20deg, 0deg) translate(0, 0);
}

@-webkit-keyframes inner {
  0% {
    transform: skew(20deg, 0deg) translate(0, 0);
  }
  33% {
    transform: skew(20deg, 0deg) translate(50px, 0);
  }
  66% {
    transform: skew(20deg, 0deg) translate(-50px, 0);
  }
  100% {
    transform: skew(20deg, 0deg) translate(0, 0);
  }
}

@keyframes inner {
  0% {
    transform: skew(20deg, 0deg) translate(0, 0);
  }
  33% {
    transform: skew(20deg, 0deg) translate(50px, 0);
  }
  66% {
    transform: skew(20deg, 0deg) translate(-50px, 0);
  }
  100% {
    transform: skew(20deg, 0deg) translate(0, 0);
  }
}
.aag-skew-transform-left-inner {
  background-image: url(../images/red-bg.jpg);
  left: 0;
}

.aag-skew-transform-right-inner {
  background-image: url(../images/blue-bg.jpg);
  right: 0;
}
/*******---Skew Transform css end---*******/

/*******---Slide image css start---*******/
.aag-slide-box{
  display: flex;
  justify-content: center;
  margin-top: 20px;
  height: 533px;
  overflow: hidden;
  position: relative;
}
.aag-slide {
  position: absolute;
  animation: round 16s infinite;
  opacity: 0;
}

@keyframes round {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}
img:nth-child(1) {
  animation-delay: 12s;
}

img:nth-child(2) {
  animation-delay: 8s;
}

img:nth-child(3) {
  animation-delay: 4s;
}

img:nth-child(4) {
  animation-delay: 0s;
}
/*******---Slide image css end---*******/

/*******---Button animation css start---*******/
.more-btn a{
  background-color: #EE0D09;
  border: 2px solid#EE0D09;
  text-decoration:none;
  color: #fff;
   display:inline-block;
  font-size: 15px;
  font-weight: normal;
  padding: 9px 27px;
  border-radius: 5px;
   
}

a.more-hover {
    position: relative; 
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.5s;
    transition-property: color;
    vertical-align: middle;
}
a.more-hover::before {
    background: #fff;
    bottom: 0;
    color: #ffffff;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 50% 0;
    transition-duration: 0.5s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}
.read-more > a:hover::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  color:#EE0D09;
}
.read-more > a:hover {
  color: #EE0D09;
}
/*******---Button animation css end---*******/

/*******---Text Animation css start---*******/
.aag-fixedtext, .aag-firsttext, .aag-secondtext{
    display: inline-block;
    overflow:hidden;
}
.aag-firsttext, .aag-secondtext{
    color: #cfcfcf
}
.aag-firsttext {
    animation: txt1 20s infinite;
    animation-delay: -3000s;
    max-width: 0;
    white-space: nowrap;
}
.aag-secondtext {
    animation: txt2 20s infinite;
    animation-delay: -6000s;
    max-width: 0;
    white-space: nowrap;
}

@keyframes txt1 {
    0% {
    max-width: 100%;
  }
  
  25% {
    max-width: 0;
  }
  
  75% {
    max-width: 0;
  }
  
  90% {
    max-width: 100%;
  }
  
  100% {
    max-width: 100%;
  }
}

@keyframes txt2 {
    0% {
        max-width: 0;
    }

    25% {
        max-width: 0;
    }

    50% {
        max-width: 100%;
    }

    75% {
        max-width: 0;
    }

    100% {
        max-width: 0;
    }
}
/*******---Text Animation css end---*******/

/*******---Lightbox css start---*******/
.aag-wrapper {
  max-width: 960px;
  width: 100%;
  margin: 0 auto 22px auto;
  padding: 0 1em;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  grid-gap: 1.5em;
}
.aag-wrapper .aag-image 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;
}
.aag-wrapper .aag-image a:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.aag-wrapper .aag-image a img {
  width: 100%;
}

.aag-lightboxes .aag-image-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0ms ease-in-out;
}
.aag-lightboxes .aag-image-lightbox:target {
  opacity: 1;
  visibility: visible;
}
.aag-lightboxes .aag-image-lightbox:target .aag-image-lightbox-wrapper {
  opacity: 1;
  transform: scale(1, 1) translateY(0);
}
.aag-lightboxes .aag-image-lightbox .aag-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;
}
.aag-lightboxes .aag-image-lightbox .aag-image-lightbox-wrapper .aag-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;
}
.aag-lightboxes .aag-image-lightbox .aag-image-lightbox-wrapper .aag-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);
}
.aag-lightboxes .aag-image-lightbox .aag-image-lightbox-wrapper .aag-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);
}
.aag-lightboxes .aag-image-lightbox .aag-image-lightbox-wrapper .aag-arrow-left {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  left: 0;
}
.aag-lightboxes .aag-image-lightbox .aag-image-lightbox-wrapper .aag-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%);
}
.aag-lightboxes .aag-image-lightbox .aag-image-lightbox-wrapper .aag-arrow-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}
.aag-lightboxes .aag-image-lightbox .aag-image-lightbox-wrapper .aag-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%);
}
.aag-lightboxes .aag-image-lightbox .aag-image-lightbox-wrapper img {
  margin: 0 auto;
  max-height: 70vh;
}
/*******---Lightbox css end---*******/

/*******---Card css start---*******/
@media only screen and (max-width: 992px){
.aag-card {
  height:320px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.aag-card .aag-card-content {
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            z-index: 1;
            bottom: 0;
            padding: 20px 20px 20px 20px;
        }
}

@media only screen and (min-width: 992px){
.aag-card {
  height: 250px;
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.aag-card .aag-card-content {
            position: absolute;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            z-index: 1;
            bottom: 0;
            padding: 20px 20px 20px 34%;
        }
}

        .aag-card:before,
        .aag-card:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #EE0D09;
            opacity: 0.7;
        }
        .aag-card.aag-card-static:before {
            -webkit-transform: skew(30deg) translateX(30%);
            transform: skew(30deg) translateX(22%);
        }

        .aag-card.aag-card-static:after {
            -webkit-transform: skew(-30deg) translateX(20%);
            transform: skew(-30deg) translateX(16%);
        }

        .aag-card .aag-card-content:before,
        .aag-card .aag-card-content:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #08194A;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
            z-index: -1;
            border-left: 10px solid #fff;
        }

        .aag-card.aag-card-static .aag-card-content:before {
            -webkit-transform: skew(30deg) translateX(50%);
            transform: skew(30deg) translateX(32%);
			background-color: #263c7e;
        }

        @media only screen and (max-width: 992px){
        .aag-card.aag-card-static .aag-card-content:after {
            -webkit-transform: skew(-30deg) translateX(40%);
            transform: skew(-30deg) translateX(-40%);
        }
      }

        @media only screen and (min-width: 992px){
        .aag-card.aag-card-static .aag-card-content:after {
            -webkit-transform: skew(-30deg) translateX(40%);
            transform: skew(-30deg) translateX(25%);
        }
      }
/*******---Card css end---*******/

/*******---Card easing effect css start---*******/
.card_effect {
  &::before,
  &::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scale3d(0, 0, 1);
    transition: transform .3s ease-out 0s;
    background: rgba(255, 255, 255, .1);
    content: '';
    pointer-events: none;
  }

  &::before {
    transform-origin: left top;
  }

  &::after {
    transform-origin: right bottom;
  }

  &:hover,
  &:focus {
    &::before,
    &::after {
      transform: scale3d(1, 1, 1);
    }
  }
}
/*******---Card easing effect css end---*******/

/*******---Vendor logos css start---*******/
.aag-slider-innerbox img {
  width: 200px;
  height: 80px;
  animation: scroll 60s linear infinite;
}

.aag-slider-mainbox {
  padding: 20px 0px 50px 0px;
}

.aag-slider-innerbox {
  width: 100%;
  display: flex;
  gap: 12px;
  overflow: hidden;
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}
/*******---Vendor logos css end---*******/