body {
    color: #515151 !important;
    font-size: 18px !important;
    font-family: 'Poppins', sans-serif !important;
    margin: 0;
    padding: 0;
    outline: 0;
}

a {
    outline: 0;
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
    color: #b01e22;
}

img {
    max-width: 100%;
    height: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif
}

p {
    padding: 0;
    margin: 0;
    font-weight: 500;
}

section {
    overflow: hidden;
}
.header_area{
    position: absolute;
}
.scrolled{
    position: sticky;
 }

/* Header*/
.header-call-bg {
    width: 100%;
    display: inline-block;
    background: #e7a74a;
    padding: 8px 0;
}

.sub-call-text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: end;
}

.sub-call-text a {
    color: #3b3a42;
    font-weight: 600;
    margin: 0 15px 0 0;
}

.sub-call-text a i {
    margin: 0 5px 0 0;
}

.sub-call-text a:hover {
    color: #ffffff;
}

header {
    width: 100%;
    background: #fbfbfb;
    padding: 0;
    position: sticky;
    top: 0;
    z-index: 9;
    /*box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgb(0 0 0 / 0.25);*/
}

/* Header End*/

/* Header Slider */
.header-slider {
    position: relative;
    top: 0;
}

.header-slider .carousel-caption {
    max-width: 650px;
    display: block;
    bottom: 38%;
    text-align: left;
    padding: 30px;
    left: 10%;
}

/*.header-slider .carousel-caption{max-width: 650px; display: block; bottom: 38%; text-align: left; padding: 30px; background: rgba(255, 255, 255, 0.8); box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
        border-radius: 6px; left: 10%;}*/
.header-slider .carousel-caption h1 {
    width: 100%;
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    display: inline-block;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    margin: 0;
}

.header-slider .carousel-caption p {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
}

.header-slider {
    width: 100%;
    display: inline-block;
}

.header-slider video {
    width: 100%;
    display: inline-block;
}

.header-slider .carousel-indicators {
    z-index: 1;
}

.header-slider .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
}

.header-slider .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
}

.header-slider .carousel-indicators [data-bs-target] {
    background-color: #000;
}

/* Header Slider End */

/* Welcome About */
.sub-welcome-pt-pb {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 85px 0;
    margin: -8px 0 0 0;
}

/* .description, .link {
  font-family: 'Amatic SC', cursive;
  text-align: center;
} */

/* .description {
	font-size: 35px;
} */
  
.btn {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  background-color: #222;
  padding: 17px 60px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

.btn span {
  position: relative; 
  z-index: 1;
}

.btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  background: #78c7d2;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

.btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.link {
  font-size: 20px;
  margin-top: 30px;
}

.link a {
  color: #000;
  font-size: 25px; 
}

/* end */

.sub-welcome-about-content {
    width: 100%;
    display: inline-block;
    padding: 0 30px 0 0;
}

.sub-welcome-about-content h1 {
    text-transform: capitalize;
    color: #D10000;
    font-size: 42px;
    font-weight: 600;
    
   
}
.sub-welcome-about-content h1 span {
    text-transform: capitalize;
    color: #A30000;
    font-size: 42px;
    font-weight: 600;
    
}
.sub-welcome-about-content p {
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    text-align: justify;
    padding: 0;
}
.sub-welcome-about-img img{
    width: auto;
    border-radius: 0 100px;
}

.sub-btn {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0 0;
}
.sub-welcome-about-content .sub-btn .btn{
    padding: 12px 0px;
}

.sub-btn .btn a {
    color: #ffffff !important;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 8px 35px !important;
    border-radius: 0;
    position: relative;
    transition: all 0.3s linear;
    z-index: 1;
}

.btn:focus {
    color: #ffffff;
}

.btn a:hover {
    color: #b01e22 !important;
    background: #fbfbfb;
}

.btn:before,
.btn:after {
    content: "";
    background: #b01e22;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.3s ease;
}

.btn:after {
    top: auto;
    bottom: 0;
}

.btn:hover:before,
.btn:hover:after {
    height: 0;
}

/* Welcome About End */

/* Our Products */
.sub-product-title h3{
    color: #000000;
    font-size: 65px;
    line-height: 85px;
    font-weight: 500;
    margin-top: 35px;
}
.sub-product-title h3 span{
    color: #ad1727;
    font-size: 52px;
    line-height: 50px;
    font-weight: 600;
   
}
.title_underline {
    background-color: #c41e3a;
    border-radius: 20px;
    display: block;
    height: 4px;
    margin: 0 auto;
    position: relative;
    width: 100px;
    padding-bottom: 10px; /* Ensures spacing for the dot */
    left: 49%;
    transform: translate(-40px, 0px);
}
.title_underline::before {
    content: "";
    position: absolute;
    bottom: 0; /* Position the dot at the bottom of the underline */
    left: 0;
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
    animation: move_dot 5s linear infinite;
}

@keyframes move_dot {
    0% {
        transform: translateX(100px); /* Start at the left edge */
    }
    50% {
        transform: translateX(calc(100% - 10px)); /* Move to the right edge */
    }
    100% {
        transform: translateX(100px); /* Move back to the left edge */
    }
}

.sub-product-pt-pb {
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 85px 0 55px 0;
    padding-top: 0;
}

.sub-product-pt-pb::after {
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    center: 0;
    /* content: ''; */
    z-index: -1;
    /* background-color: #b01e22; */
}

.sub-product-title {
    width: 100%;
    display: inline-block;
    padding: 0 0 30px 20px;
    position: relative;
}

.sub-product-title span {
    color: #000000;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 0 0 10px 0;
}

.sub-product-title h2 {
    color: #000000;
    font-size: 46px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
}


/* .sub-product-title span::before {
    content: "";
    position: absolute;
    -index: -1;
    bottom: 10px;
    background: #000000;
    width: 265px;
    height: 1px;
} */

.about-us-title .sub-product-title {
    padding: 0 0 10px 0px;
}

.about-us-title .sub-product-title span {
    color: #8b0d0f;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 0 0 15px 0;
}

.about-us-title .sub-product-title h2 {
    color: #8b0d0f;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}

.about-us-title .sub-product-title span::before {
    content: "";
    position: absolute;
    -index: -1;
    bottom: 10px;
    background: #8b0d0f;
    width: 265px;
    height: 1px;
}

.owl-carousel .owl-nav button.owl-next {
    margin: 0 -15px 0 0;
    display: none;
}

.owl-carousel .owl-nav button.owl-prev {
    margin: 0 0 0 -15px;
    display: none;
}

.owl-nav button {
    position: absolute;
    top: 60%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
    display: none;
}

.owl-dots button.owl-dot.active {
    background-color: #0b0b0b;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    width: 30px;
    height: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #1a1a1a !important;
    border-radius: 4px;
}

.owl-nav button span {
    color: #ffffff;
    font-size: 52px;
    position: relative;
    top: -20px;
}

.owl-nav button:focus {
    outline: none;
}

.carousel-control-prev {
    left: 30px !important;
    width: 4% !important;
}

.carousel-control-next {
    right: 60px !important;
    width: 4% !important;
}

.service-media-bx {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 6px 6px 35px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0 0 30px 0;
}

.dlab-box {
    position: relative;
}

.dlab-media,
.dlab-media,
.dlab-post-media {
    overflow: hidden;
    background-color: #FFF;
    position: relative;
}

.service-media-bx .dlab-info {
    padding: 35px 0 0 0;
}

.service-media-bx .dlab-title {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 34px;
}

.service-media-bx .dlab-title a {
    color: #1a1a1a;
}

.service-media-bx:after {
    content: "";
    height: 4px;
    width: 0;
    background-color: #b01e22;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    -webkit-transform-origin: left;
    -o-transform-origin: left;
    transition: all 0.8s;
    -moz-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.service-media-bx:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    transform-origin: right;
    -moz-transform-origin: right;
    -ms-transform-origin: right;
    -webkit-transform-origin: right;
    -o-transform-origin: right;
}

.service-media-bx:hover {
    transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}

/* Our Products End */

/* Count Number */
.sub-count-pt-pb {
    width: 100%;
    display: inline-block;
    padding: 85px 0 55px 0;
    position: relative;
    /* background: url(../images/Count-number-bg.jpg); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 0;
}

/* .sub-count-pt-pb::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */

.sub-count-number-title {
    width: 100%;
    display: inline-block;
    padding: 0;
}

.sub-count-number-title span {
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}

.sub-count-number-title h4 {
    color: #c41e3a;
    font-size: 42px;
    font-weight: 500;
    line-height: 52px;
    padding: 10px 0 30px 0;
    margin: 0;
}

.sub-count-number {
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 8;
    text-align: center;
    border-radius: 10px;
    padding: 30px;
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.sub-num-right {
    width: 100%;
    display: inline-block;
    padding: 22px 0 0 100px;
}

.elementor-counter-number-wrapper {
    font-family: "Manrope Alt", Sans-serif;
    font-size: 120px;
    font-weight: 700;
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: center;
}

.elementor-counter .elementor-counter-number-wrapper {
    font-size: 100px;
    line-height: 1em;
    font-weight: bolder;
    white-space: nowrap;
    -webkit-background-clip: text;
    letter-spacing: -.03em;
}

.elementor-counter-title {
    color: #121212;
    font-size: 22px;
    font-weight: 600;
    line-height: 29px;
    text-transform: uppercase;
    padding: 15px 0 0 0;
    margin: 0;
}

.elementor-counter .elementor-counter-number-wrapper {
    color: #ad1827;
}

.big-company-name{
    
    position: sticky;
    top: 50%;
    width: 100%;
    
}
.big-company-name h2{
    position: sticky;
top: 100px;
font-size: 142px;
    color: #fcfcfc;
    -webkit-text-stroke: 1px #22222200;
    letter-spacing: 4.5px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 6px -7px 3px #2222220d;
    width: 100%;
    text-align: center;
}
.elementor-counter-icon {
    width: 85px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #b01e22;
    position: absolute;
    margin: 28px 0 0 0;
}

.elementor-counter-icon i {
    color: #b01e22;
    font-size: 45px;
}

.sub-count-title {
    position: relative;
    z-index: 1;
}

.sub-count-title h4 {
    color: #ffffff;
    font-size: 44px;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
}

/* Count Number End */

/* Application */
.sub-application-pt-pb {
    width: 100%;
    display: inline-block;
    padding: 85px 0;
    position: relative;
    background: #fff;
    padding-top: 0;
}

.sub-application-pt-pb::after {
    position: absolute;
    width: 100%;
    height: 60%;
    top: 0;
    center: 0;
    content: '';
    z-index: -1;
    background-color: #b01e22;
}

.sub-applicat-box {
    width: 100%;
    display: inline-block;
    position: relative;
}

.sub-img-applicat {
    position: relative;
    overflow: hidden;
}

.sub-img-applicat img {
    transition-duration: 4s;
    margin: 0 auto;
    display: block;
}

.sub-img-applicat img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    z-index: 0;
}

.sub-text-applicat {
    width: 100%;
    display: inline-block;
    padding: 20px 30px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.sub-text-applicat h5 {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 1.5px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
}

.sub-application-box .sub-applicat-box {
    margin: 0 0 30px 0;
}

/* Application End */

/* Map */
.sub-map-title {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}

.sub-map-title h2 {
    color: #232323;
    font-size: 60px;
    line-height: 82px;
    font-weight: 600;
    position: relative;
    top: -15px;
}

/* Map End */

/* Our Clients */
.sub-client-pt-pb {
    width: 100%;
    display: inline-block;
    padding: 65px 0 55px 0;
}
.sub-client-pt-pb h4{
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
    color: #000;
}

.sub-client-title {
    width: 100%;
    display: inline-block;
    padding: 0 0 30px 0;
}

.sub-client-title span {
    color: #1a1a1a;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    padding: 0 0 15px 0;
}

.sub-client-title span::before {
    content: "";
    position: absolute;
    -index: -1;
    bottom: 10px;
    background: #1a1a1a;
    width: 265px;
    height: 1px;
}

.sub-client-title h2 {
    color: #1a1a1a;
    font-size: 50px;
    line-height: 60px;
    font-weight: 500;
}

/* Our Clients End */

/* Home Get In Touch */
.sub-home-contact-pt-pb {
    width: 100%;
    display: inline-block;
    padding: 85px 0 40px 0;
    padding-top: 0;
    padding-bottom: 100px;
}

.sub-home-contect-main {
    width: 100%;
    display: inline-block;
    background: #fbfbfb;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 50px 30px 0 30px;
    overflow: hidden;
}

.sub-office-address {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 2px solid #f3f3f3;
    padding: 0 0 30px 0;
    margin: 0 0 30px 0;
}

.sub-contact-form h5 {
    width: 100%;
    display: inline-block;
    color: #0b0b0b;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    padding: 0 0 15px 0;
}


.sub-office-address .sub-office-icon {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #b01e22;
    border-radius: 6px;
    padding: 15px;
}

.sub-office-address .sub-office-icon i {
    color: #b01e22;
    font-size: 22px;
}

.sub-office-content {
    display: inline-block;
    padding: 0 0 0 15px;
}

.sub-office-content p {
    color: #373435;
    font-size: 18px;
    padding: 0 0 0 15px;
}

.sub-office-content a {
    color: #373435;
    font-size: 18px;
    line-height: 36px;
    display: inline-block;
    padding: 0;
}

.sub-office-content a:hover {
    color: #b01e22;
}

.sub-office-content h5 {
    color: #1a1a1a;
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}

.sub-contact-form {
    width: 100%;
    display: inline-block;
    background: #fbfbfb;
    padding: 30px;
}

.sub-contact-form .form-group .form-control {
    width: 100%;
    display: inline-block;
    border-radius: 0px;
    margin: 0 0 20px 0;
}

.sub-contact-form .content-form-btn {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
}

.sub-home-form-box {
    width: 100%;
    display: inline-block;
    background: #1b1d1f;
    padding: 40px 30px;
}

.sub-home-form-box .form-group .form-control {
    width: 100%;
    display: inline-block;
    border: 1px solid #ffffff;
    border-radius: 0;
    margin: 0 0 20px 0;
}

.sub-home-form-box h5 {
    color: #ffffff;
    font-size: 32px;
}

.sub-home-form-box p {
    color: #ffffff;
    font-size: 14px;
}

/* Home Get In Touch End */

/* marquee slider */
.sub-marquee-pt-pb {
    width: 100%;
    display: inline-block;
    padding: 0 0 45px 0;
}

:root {
    --step--2: clamp(3.13rem, 2.62rem + 2.51vw, 5.76rem);
    --step--1: clamp(3.75rem, 3.09rem + 3.29vw, 7.20rem);
    --step-0: clamp(4.50rem, 3.64rem + 4.29vw, 9.00rem);
}

@-webkit-keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.marquee {
    color: #e7e9ed;
    font-size: 140px;
    font-weight: 800;
    text-transform: uppercase;
    height: calc(170px + 2rem);
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 0 0 -48px 0;
}

.track {
    height: 100%;
    overflow: hidden;
    /*padding: 2rem 0;*/
    position: absolute;
    transition: background-color 300ms ease, color 300ms ease;
    white-space: nowrap;
}

.track .text {
    -webkit-animation: marquee 20000ms linear infinite;
    animation: marquee 20000ms linear infinite;
    align-items: center;
    display: inline-flex;
    will-change: transform;
}

.track2 {
    height: 100%;
    overflow: hidden;
    /*padding: 2rem 0;*/
    position: absolute;
    transition: background-color 300ms ease, color 300ms ease;
    white-space: nowrap;
}

.track2 .text {
    -webkit-animation: marquee 25000ms linear infinite;
    animation: marquee 25000ms linear infinite;
    align-items: center;
    display: inline-flex;
    will-change: transform;
}

/* marquee slider End */

/* footer */
.footer-logo h5 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    margin: 0;
}

footer {
    width: 100%;
    display: inline-block;
    background: #1b1d1f;
    padding-top: 50px;
  
}

.footer-logo p {
    color: #000;
    line-height: 26px;
    font-size: 15px;
    padding: 0;
    font-weight: 400;
}

.footer-addres-pb {
    width: 100%;
    display: inline-block;
    padding: 30px 0 0 0;
}

.footer-addres h5 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0 0 30px 0;
    margin: 0;
}

.footer-addres a {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 1.5px;
    display: inline-block;
    margin: 0 0 10px 30px;
}
.footer-addres ul{
    list-style: none;
    padding-left: 0;
}
.footer-contact-information{
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
}
.footer-contact-information ul li a{
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.8px;
    display: inline-block;
    margin: 0 0 20px 18px;
   
}
.footer-contact-information ul li i{
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.8px;
    display: inline-block;
    margin: 0 0 20px 18px;
   
}
.footer-addres a:hover {
    color: #b01e22;
}

.footer-addres p {
    color: #000;
    font-size: 15px;
    line-height: 30px;
    display: inline-block;
    text-transform: capitalize;
    margin-left: 30px;
    font-weight: 400;
}
.footer-menu h4{
   font-size: 18px;
    margin-left: 20px;;
}

.footer-menu h5 {
    color: #000;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 0 30px 0;
    margin: 0;
}

.footer-menu ul {
    display: block;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li a {
    color: #000;
    font-size: 16px;
    letter-spacing: 0.8px;
    display: inline-block;
    margin: 0 0 20px 18px;
    position: relative;
    
}

.footer-menu ul li a::before {
    width: 10px;
    height: 14px;
    content: "";
    position: absolute;
    /* background: url(../images/footer-right-arrow.png); */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    top: 6px;
    left: -18px;
}

.footer-menu ul li a:hover {
    color: #b01e22;
}

.footer-menu-side-pl {
    padding: 0 0 0 30px;
}

.footer-copy {
    width: 100%;
    display: inline-block;
    background: #b01e22;
    padding: 20px 0;
}

.footer-copy-text {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.footer-copy-text p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

/* footer End */

/* Call to Action */
.sub-modal-popup .form-group .form-control {
    height: 45px;
    font-size: 16px;
    border: 1px solid #373435;
    margin: 0 0 15px 0;
}

.sub-modal-popup .form-group textarea {
    height: auto !important;
    padding: 15px;
}

.sub-modal-popup .modal-body {
    padding: 0;
}

.sub-modal-popup .modal-footer .btn-primary {
    font-size: 18px;
    background: #77204a;
    border: 1px solid #77204a;
    border-radius: 6px;
    padding: 8px 35px;
}

.sub-modal-popup .modal-footer .btn-primary:hover {
    background: #db1f68;
    border: 1px solid #db1f68;
}

.footer-form {
    padding: 0 0 30px 0;
}

.footer-form .form-group .form-control {
    font-size: 16px;
    height: 45px;
    border: 1px solid #77204a;
    margin: 0 0 15px 0;
}

.footer-form .form-group textarea {
    height: auto !important;
    padding: 20px 25px;
}

.sub-modal-popup .modal-dialog {
    max-width: 850px;
}

.sub-modal-popup .modal-header {
    background: #b01e22;
    padding: 8px 15px 8px 15px;
}

.sub-modal-popup .modal-title {
    color: #ffffff;
}

.sub-modal-popup .modal-footer {
    padding: 15px 0 0 0;
}

.sub-modal-popup-form {
    width: 100%;
    display: inline-block;
    background: #f6f6f6;
    padding: 30px 30px 15px 30px;
}

.sub-modal-logo-box-two {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
}

.sub-modal-logo-box-two img {
    display: inline-block;
    margin: 0 0 30px 0;
}

.sub-modal-logo-box .sub-modal-icons {
    width: 45px;
    height: 45px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #b01e22;
    border-radius: 100%;
    margin: 0 15px 15px 0;
}

.sub-modal-logo-box a {
    color: #241f21;
    font-size: 18;
    font-weight: 600;
    display: inline-block;
    padding: 10px 0 0 0;
}

.sub-modal-logo-box a:hover {
    color: #e86520;
}

.sub-modal-logo-box p {
    color: #241f21;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    padding: 0 0 0 0 !important;
}

.sub-modal-logo-box p strong {
    font-size: 20px;
}

.sub-modal-logo-box-two {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
}

.sub-modal-icons-mail {
    display: inline-block;
    text-align: left;
    margin: 0 0 15px 0;
}

.sub-modal-popup button.close {
    background-color: #241f21;
    margin: -9px -15px -25px 0;
    border-radius: 0 4px 0 0;
    opacity: 0.9;
    padding: 17px 20px;
}

.sub-modal-popup .close:not(:disabled):not(.disabled):hover {
    color: #ffffff;
}

.sub-modal-popup .close {
    color: #ffffff;
}

.sub-modal-popup .modal-header .btn-close {
    background-color: #ffffff;
    margin: -9px -15px -9px 0;
    border-radius: 0 4px 0 0;
    opacity: 0.9;
    padding: 19px;
}

/* Call to Action End */

/* Modal Popup Form */
.modal-dialog {
    max-width: 850px;
}

input.edu-btn {
    width: auto;
    text-align: center;
    display: inline-block;
    height: auto;
    color: #ffffff;
    background: #b01e22;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 0 none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 14px 35px;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
}

input.edu-btn:hover {
    color: #ffffff;
    background: #1b1d1f;
}

.modal-title {
    width: 100%;
    color: #0b0b0b;
    font-size: 26px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
}

.modal-footer .form-group {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-items: flex-start;
}

.sub-modal-popup .modal-content {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.sub-modal-popup .modal-content a {
    color: #0b0b0b;
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    padding: 0 0 0 0;
}

.sub-modal-logo-box {
    display: inline-block;
    padding: 0 0 0 0;
}

/* Modal Popup Form End */

/* Scroll to Top */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #373435;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
}

#return-to-top i {
    color: #ffffff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: #b01e22;
}

#return-to-top:hover i {
    color: #ffffff;
}

/* Scroll to Top End */

/* Footer Whatsapp & Call icon Left Right */
.footer-whatsapp-left {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 100px 0;
    z-index: 999999;
}

.footer-whatsapp-left a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-call-right {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 0 20px 180px 0;
    z-index: 999999;
}

.footer-call-right a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.vibrate-3 {
    -webkit-animation: vibrate-3 1s linear infinite both;
    animation: vibrate-3 1s linear infinite both;
}

@-webkit-keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes vibrate-3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    10% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    20% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    30% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    40% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    50% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    60% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    70% {
        -webkit-transform: translate(-2px, 2px);
        transform: translate(-2px, 2px);
    }

    80% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    90% {
        -webkit-transform: translate(2px, -2px);
        transform: translate(2px, -2px);
    }

    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.sub-brochure-pdf {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
}

.sub-send-inquiry-form {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9;
    display: none;
}

.mobile-footer-social-icon-main {
    display: none;
}

/* Footer Whatsapp & Call icon Left Right End */

/* Page Header */
.page_header_content {
    width: 100%;
    position: relative;
    background: url("../images/inner-banner/about-us-bg.jpg");
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 150px 0px;
    text-align: center;
    overflow: hidden;
}

.page_header_content::before {
    position: absolute;
    content: "";
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    top: 0;
    left: 0;
}

.page_header_content .breadcrumb {
    padding: 0;
    margin: 0;
    list-style: none;
    /*display: block;*/
    background: transparent;
}

.page_header_content .breadcrumb li::before {
    content: '';
    width: 2px;
    height: 15px;
    border-radius: 0;
    display: inline-block;
    background: #b01e22;
    margin-right: 7px;
}

.page_header_content .breadcrumb li:first-child:before {
    display: none;
}

.page_header_content .breadcrumb li {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

.page_header_content .breadcrumb li:not(:last-child) {
    margin-right: 6px;
}

.page_header_content .breadcrumb li a {
    color: #ffffff;
}

.page_header_content .breadcrumb li a:hover {
    color: #b01e22;
}

.page_header_content .breadcrumb li.active {
    color: #ffffff;
}

.page_header_content .heading {
    position: relative;
    font-size: 48px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
}

/* Page Header End */

/* inner page */
.sub-inner-page-pt-pb {
    width: 100%;
    display: inline-block;
    padding: 100px 0;
}

.sub-inner-about-content {
    width: 100%;
    display: inline-block;
    padding: 60px 0;
}

.sub-inner-about-content h2 {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 50px;
    font-weight: 600;
    text-align: center;
}

.sub-vision-mission-pt-pb {
    width: 100%;
    display: inline-block;
    padding: 0 0 100px 0;
}

.servicebox {
    width: 100%;
    display: inline-block;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    background: #fbfbfb;
    padding: 30px 30px 15px 30px;
    min-height: 430px;
}

.servicebox .service-icon {
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #b01e22;
    margin-bottom: 20px;
}

.servicebox .service-icon i {
    line-height: 100px;
    color: #ffffff;
    font-size: 35px;
    transition: all 0.3s ease 0s;
}

.servicebox:hover .service-icon i {
    transform: rotateY(180deg);
}

.servicebox .title {
    color: #333;
    font-size: 32px;
    border-bottom: 1px solid #b01e22;
    display: block;
    line-height: 30px;
    margin: 0 auto 20px;
    padding: 10px 0 25px 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}

.servicebox .title::before,
.servicebox .title::after {
    background: #b01e22;
    border-radius: 100%;
    bottom: -5px;
    content: "";
    height: 10px;
    margin: 0 -5px 0 0;
    position: absolute;
    right: 50%;
    transition: all 0.4s ease 0s;
    width: 10px;
}

.servicebox .title:before {
    left: 50%;
    margin: 0 0 0 -5px;
}

.servicebox:hover .title::before {
    left: 100%;
}

.servicebox:hover .title::after {
    right: 100%;
}

.servicebox .description {
    color: grey;
    padding: 0 15px;
    font: 14px;
    line-height: 27px;
    text-align: left;
    transition: all 300ms ease 0s;
}

.servicebox ul li {
    text-align: left;
}

.sub-product-content {
    width: 100%;
    display: inline-block;
    padding: 0;
}
.sub-product-content .sub-btn a:focus{
    box-shadow: none;
}

.sub-product-content .sub-btn a span{
    color: #fff;
}
.sub-product-content .sub-btn a span:hover{
    color: #000;
}
.sub-product-content h3 {
    color: #1a1a1a;
    font-size: 42px;
    font-weight: 600;
    margin: 0;
}


.sub-product-content p {
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0 0 0;
}

.sub-product-information {
    width: 100%;
    display: inline-block;
    background: #ffffff;
    padding: 15px;
    margin: 60px 0 0 0;
}

.sub-product-information .tab-content .tab-pane ul li {
    font-size: 18px;
    line-height: 36px;
}

.sub-product-information .nav-tabs .nav-link.active {
    color: #ffffff;
    background: #b01e22;
}

.sub-product-information .nav-tabs .nav-link {
    background: #1b1d1f;
    color: #ffffff;
    margin: 0 10px 0 0;
}

.sub-product-img-details .carousel-control-next-icon {
    background-image: url(../images/right-arrow.png);
}

.sub-product-img-details .carousel-control-prev-icon {
    background-image: url(../images/left-arrow.png);
}

.sub-product-dtal-btn {
    width: 100%;
    display: inline-block;
    padding: 20px 0 0 0;
}

.sub-products-diagram-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 1px solid #dee2e6;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 30px;
    margin: 30px 0 0 0;
}

/* inner page End */

/* Contact Us */
.contact-info-items {
    width: 100%;
    min-height: 330px;
    display: inline-block;
    text-align: center;
    background-color: #fbfbfb;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 20px 20px 20px 20px;
}

.contact-info-items .icon {
    font-size: 48px;
    background: -moz-linear-gradient(top, #b01e22 0%, #1b1d1f 100%);
    background: -webkit-linear-gradient(top, #b01e22 0%, #1b1d1f 100%);
    background: linear-gradient(to bottom, #b01e22 0%, #1b1d1f 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.contact-info-items .content h3 {
    color: #1a1a1a;
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 400;
}

.sub-info-box a {
    color: #1a1a1a;
    font-size: 18px;
}

.sub-info-box a:hover {
    color: #b01e22;
}

.sub-info-box span,
.contact-info-items .sub-info-box p {
    text-transform: capitalize;
}

.sub-form-contact {
    width: 100%;
    display: inline-block;
    padding: 30px;
    background-color: #fbfbfb;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    padding: 30px 20px 30px 20px;
    margin: 40px 0 0 0;
}

.sub-form-contact .form-group .form-control {
    width: 100%;
    display: inline-block;
    margin: 0 0 20px 0;
}

.sub-form-contact h3 {
    width: 100%;
    display: inline-block;
    color: #1a1a1a;
    font-size: 32px;
    font-weight: 600;
    padding: 0 0 15px 0;
    text-align: center;
}

.sub-map-contact {
    width: 100%;
    display: inline-block;
    margin: 50px 0 0 0;
}

.sub-map-contact iframe {
    width: 100%;
    height: 450px;
    display: inline-block;
}

/* Contact Us End */


.clients {
    display: flex;
}

.clients-logo {
    display: flex;
}


.sub-industries-box {
    position: relative;
    display: block;
    margin: 0 0 30px 0;
    cursor: default;
}
.sub-industries_bg{
    position: relative;
    display: block;
    width: 100%;
}
.sub-industries_text {
    position: absolute;
    width: 100%;
    bottom: -15px;
    transform: translateY(-50%);
}
.sub-industries_text h4{
    width: auto;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    background: #aa102b;
    padding: 8px;
    line-height: 1.4;

}
.sub-industries-box:hover {
    background: #ffff;
    opacity: 0.7;
}
.sub-industries_text h4:hover{
    color: #ffffff;
}
/* product-slider */

.our-products-section{
    overflow: hidden;
    padding: 50px 30px 50px;
    background-color: #f1f1f1a6;
    margin-top: 20px;
}

.serial-no {
 display: none !important;
}
.archx-project-text-2 {
    left: 0;
    right: 0;
    width: 90%;
    opacity: 0;
    bottom: 0px;
    height: 70px;
    margin: 0 auto;
    padding: 0px 15px;
    background-color: #fff;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
}

.archx-project-text-2 h3  {
    font-size: 16px;
    font-weight: 700;
}
.archx-project-text-2 h3 a{
    font-size: 17px !important;
    font-weight: 500;
}

.archx-project-text-2 .more_btn {
    color: #fff;
    width: 90px;
    height: 45px;
    font-size: 20px;
    background-color: #ad1827;
}


.item {
   width: 100%;
    height: 100%;
  }
  .my-owl-nav {
    margin-top: 0px;
    position: absolute;
    right: 10%;
    bottom: 60%;
    z-index: 999;
  }
  .my-owl-nav span {
    background: #ffffff;
    margin: 0 4px;
    padding: 10px 40px 10px 40px;
    border: 2px solid #b01e22;
    color: #aa102b;
  }
  
  .my-owl-nav span:hover {
    cursor: pointer;
    background: #b01e22;
    color: #ffff;
  }




  /* Hide serial-no and archx-project-text-2 by default */
/* Ensure that the product-container has relative positioning */
.product-container {
    position: relative;
    overflow: hidden; /* This ensures that child elements are contained within the container */
}

/* Hide serial-no and archx-project-text-2 by default */
.serial-no,
.archx-project-text-2 {
    opacity: 0;
    transition: opacity 0.3s ease; /* Smooth transition */
    position: absolute; /* Position absolutely within the container */
    z-index: 10; /* Ensure they appear above other elements */
}

/* Show serial-no and archx-project-text-2 on hover */
.product-container:hover .serial-no,
.product-container:hover .archx-project-text-2 {
    opacity: 1;
}

/* Positioning for serial-no */
.serial-no {
    top: 20px; /* Adjust as needed */
    right: 20px; /* Adjust as needed */
}

/* Positioning for archx-project-text-2 */
.archx-project-text-2 {
    bottom: 20px; /* Adjust as needed */
    left: 0px; /* Adjust as needed */
}
.text-color{
    color: #aa102b;
}
.text-color:hover{
    color: #aa102b;
}
.our-products-section .sub-product-title h3{
    margin-top: 0 !important;
    position: relative;
    /* z-index: 99; */
}
/* .our-products-section .sub-product-title{
    z-index: 999;
} */

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.wrap {
    padding: 50;
    position:relative;
    width: 90%;
    padding-top: 55px;
  }
 
  .clients {
    display: grid;
    grid-template-columns: repeat(5, 1fr) !important;
    gap: 10px;

     }
  
  .clients li {
    list-style: none;
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .clients img {
    height: 100%;
  
  }
  /* .clients:hover li {
  filter: blur(0px);
  -webkit-filter: blur(0px);
  } */
  /* .clients:hover li:not(:hover)  {
  filter: blur(2px);
  -webkit-filter: blur(2px);
  } */
  .clients li:hover {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem); 
  }
  
  @media (min-width: 1024px) {
  .clients {
      grid-template-columns: auto auto auto auto; }
 }
  
  /* --- Images (gray logo) --- */
  .clients img {
    /* -webkit-filter: grayscale(100%) brightness(10%) contrast(10%); */
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
        }
  
  .clients img:hover {
    background: none;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
 }

 /* conatct us */
 .contact-info {
    background-color: #f8f8f8f2;
    padding: 50px;
    border-radius: 7px;
    color: #000;
    height: 100%;
}
.contact-info h4{
    margin-bottom: 90px;
    font-size: 30px;
    font-weight: 600;
    position: relative;
}
.contact-info h4::after{
    content: '';
    height: 3px;
    width: 250px;
    background-color: #000;
    position: absolute;
    bottom: -11px;
    left: 0;
}
.contact-information{
    display: flex;
    align-items: baseline;
    margin-bottom: 40px;
}
.contact-form .form-control::placeholder{
    color: #d7d7d7;
    font-weight: 300;
    font-size: 14px !important;
}
.contact-form .form-group{
    margin-bottom: 20px;
}
.contact-form .form-control:focus{
    box-shadow: none;
}
.contact-information i{
    font-size: 22px;
    margin-right: 30px !important;
}
.contact-information a{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.contact-information a:hover{
    color: #000 !important;
}
.contact-information p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.contact-information a:hover{
    color: #ffff;
}
.contact-form input.form-control{
    border: none;
    border-bottom: 1px solid #f1f1f1;
    border-radius: 0;
    padding-left: 0;
}
.contact-us{
    background-color: #fff;
    box-shadow: 10px 10px 20px #cccc;
    padding: 50px 20px;
    border: 1px solid #fff6f6;
    border-radius: 10px;
}
.name-title {
    font-size: 16px;
    color: #000;
}
.captcha-btn {
    background-color: #ad1827;
    height: 100%;
    width: 30%;
    border-radius: 5px;
    padding: 6px;
    border: 2px solid #e5e5e5;
    color: #ffff;
    margin-top: 25px;
    font-size: 16px;
    text-align: center;
}
.captcha-code {
    display: flex;
    align-items: center;
  
}
.contact-form .row{
    margin-left: 50px;
}

/* new footerv css */
  .footer {
      
      color: #000;
      background-color: #f8f8f8;
      border-top: 1px solid #eaeaea;
      
  }

  .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 450px;
      position: relative;
      padding: 0 !important;
  }
  
  .footer-content-column {
      box-sizing: border-box;
      float: left;
      padding-left: 15px;
      padding-right: 15px;
      width: 100%;
      color: #fff;
  }
  
  .footer-content-column ul li a {
    color: #fff;
    text-decoration: none;
  }
  
  .footer-logo-link {
      display: inline-block;
  }
  .footer-menu {
      margin-top: 30px;
  }
  
  .footer-menu-name {
      color: #fffff2;
      font-size: 15px;
      font-weight: 900;
      letter-spacing: .1em;
      line-height: 18px;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: uppercase;
  }
  .footer-menu-list {
      list-style: none;
      margin-bottom: 0;
      margin-top: 10px;
      padding-left: 0;
  }
  .footer-menu-list li {
      margin-top: 5px;
  }
  
  .footer-call-to-action-description {
      color: #fffff2;
      margin-top: 10px;
      margin-bottom: 20px;
  }
  .footer-call-to-action-button:hover {
      background-color: #fffff2;
      color: #00bef0;
  }
  .button:last-of-type {
      margin-right: 0;
  }
  .footer-call-to-action-button {
      background-color: #027b9a;
      border-radius: 21px;
      color: #fffff2;
      display: inline-block;
      font-size: 11px;
      font-weight: 900;
      letter-spacing: .1em;
      line-height: 18px;
      padding: 12px 30px;
      margin: 0 10px 10px 0;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color .2s;
      cursor: pointer;
      position: relative;
  }
  .footer-call-to-action {
      margin-top: 30px;
  }
  .footer-call-to-action-title {
      color: #fffff2;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: .1em;
      line-height: 18px;
      margin-bottom: 0;
      margin-top: 0;
      text-transform: uppercase;
  }
  .footer-call-to-action-link-wrapper {
      margin-bottom: 0;
      margin-top: 10px;
      color: #fff;
      text-decoration: none;
  }
  .footer-call-to-action-link-wrapper a {
      color: #fff;
      text-decoration: none;
  }
  
  
  
  
  
  .footer-social-links {
      bottom: 0;
      height: 54px;
      position: absolute;
      right: 0;
      width: 236px;
  }
  
  .footer-social-amoeba-svg {
      height: 54px;
      left: 0;
      display: block;
      position: absolute;
      top: 0;
      width: 236px;
  }
  
  .footer-social-amoeba-path {
      fill: #027b9a;
  }
  
  .footer-social-link.linkedin {
      height: 26px;
      left: 3px;
      top: 11px;
      width: 26px;
  }
  
  .footer-social-link {
      display: block;
      padding: 10px;
      position: absolute;
  }
  
  .hidden-link-text {
      position: absolute;
      clip: rect(1px 1px 1px 1px);
      clip: rect(1px,1px,1px,1px);
      -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
      clip-path: inset(0px 0px 99.9% 99.9%);
      overflow: hidden;
      height: 1px;
      width: 1px;
      padding: 0;
      border: 0;
      top: 50%;
  }
  
  .footer-social-icon-svg {
      display: block;
  }
  
  .footer-social-icon-path {
      fill: #fffff2;
      transition: fill .2s;
  }
  
  .footer-social-link.twitter {
      height: 28px;
      left: 62px;
      top: 3px;
      width: 28px;
  }
  
  .footer-social-link.youtube {
      height: 24px;
      left: 123px;
      top: 12px;
      width: 24px;
  }
  
  .footer-social-link.github {
      height: 34px;
      left: 172px;
      top: 7px;
      width: 34px;
  }
  
  .footer-copyright {
      background-color: #b01e22;
      color: #fff;
      padding: 15px 30px;
    text-align: center;
    margin-top: 50px;
  }
  
  .footer-copyright-wrapper {
      margin-left: auto;
      margin-right: auto;
      max-width: 1200px;
  }
  
  .footer-copyright-text {
    color: #fff;
      font-size: 13px;
      font-weight: 400;
      line-height: 18px;
      margin-bottom: 0;
      margin-top: 0;
  }
  
  .footer-copyright-link {
      color: #fff;
      text-decoration: none;
  }
  .footer-copyright-link:hover{
    color: #fff !important;
  }
  
  
  
  
  
  
  
  /* Media Query For different screens */
  @media (min-width:320px) and (max-width:479px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */
    .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 1050px;
      position: relative;
    }
  }
  @media (min-width:480px) and (max-width:599px)  { /* smartphones, Android phones, landscape iPhone */
    .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 1050px;
      position: relative;
    }
  }
  @media (min-width:600px) and (max-width: 800px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */
    .footer-content {
      margin-left: auto;
      margin-right: auto;
      max-width: 1230px;
      padding: 40px 15px 1050px;
      position: relative;
    }
  }
  @media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */
  
  }
  @media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */
  
  }
  @media (min-width:1281px) { /* hi-res laptops and desktops */
  
  }
  
  

  @media (min-width: 760px) {
    .footer-content {
        margin-left: auto;
        margin-right: auto;
        max-width: 1230px;
        padding: 40px 15px 450px;
        position: relative;
    }
  
    .footer-wave-svg {
        height: 50px;
    }
  
    .footer-content-column {
        width: 25.99%;
    }
  }
  @media (min-width: 568px) {
    /* .footer-content-column {
        width: 49.99%;
    } */
  }
  


