.header-style-33 {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px 70px;
    border-bottom: 1px solid #ffffff;
}

.header-style-33:before {
    position: absolute;
    content: '';
    background: #ffffff00;
    width: calc(100% - 375px);
    height: 100%;
    top: 0px;
    right: 0px;
}
.header-style-33 .main-menu .navigation>li.dropdown>a {
    color: #ffffff!important;
}
.main-menu .navigation>li.current>a, .main-menu .navigation>li>a:hover {
    color: #fe0000;
}

.sticky-header .main-menu .navigation > li.dropdown > a {
    color: #000000 !important;
}

.banner-style-33 .content-box p {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 32px;
}

.banner-style-33 .content-box {
    position: relative;
    max-width: 100%;
}
.text-danger {
    color: #fe0000 !important;
}


/* .content-box h2{
text-shadow: 0 0 15px #080000;
} */

.sec-title h2 {
    background: linear-gradient(90deg, #007BFF, #ff0000); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 43px;
    font-weight: 700!important;
    line-height: 1.3;
    margin-bottom: 20px;
     position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.number a{
    background: linear-gradient(90deg, #007BFF, #ff0000); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    font-size: 50px;
    font-weight: 700!important;
    line-height: 1.3;
    margin-bottom: 20px;
     position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.sec-title h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 60px;
    background: linear-gradient(90deg, #007BFF, #ff0000); /* Blue to aqua */
    border-radius: 2px;
    transition: width 0.4s ease;
}

.sec-title h2:hover::after {
    width: 100%;
}

.text-box p{
    font-size: 20px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    margin-top: 20px;
}
.banner-style-33 .content-box h6:before {
    position: absolute;
    content: '';
    background: #ff0000;
    width: 136px;
    height: 13px;
    left: 0px;
    bottom: 7px;
}


.banner-style-33 .content-box .theme-btn-one {
    background: #ff0000;
    border-radius: 5px;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner-style-33 .content-box .theme-btn-one::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    transition: all 0.3s ease;
    z-index: -1;
}

.banner-style-33 .content-box .theme-btn-one:hover::before {
    left: 0;
}

.banner-style-33 .content-box .theme-btn-one:hover {
    color: #c50202 !important;
    border: 2px solid #ffffff;
    transform: scale(1.05);
}


 .theme-btn-one {
    background: #ff0000;
    border-radius: 5px;
    color: #fff;
    padding: 12px 30px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

 .theme-btn-one:hover::before {
    left: 0;
}

 .theme-btn-one:hover {
    color: #c50202 !important;
    border: 2px solid #ffffff;
    transform: scale(1.05);
}

.contact-section .form-inner .form-group button {
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 26px;
    font-family: 'Jost', sans-serif;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #ff0000;
    padding: 14px 25px;
    cursor: pointer;
    transition: all 500ms ease;
}



.bg-layer{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.bg-layer::after{
    position: absolute;
    content: '';
       /* background: linear-gradient(90deg, #000000, #ff00007d); */
       background: linear-gradient(90deg, #000000 50%, #ff000000);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.5;
}

.banner-slider-button-prev,
.banner-slider-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}

.banner-slider-button-prev:hover,
.banner-slider-button-next:hover {
    background-color: #c50202;
}

.banner-slider-button-prev {
    left: 20px;
}

.banner-slider-button-next {
    right: 20px;
}

.flaticon-right-1.rotate-left {
    transform: rotate(180deg);
    display: inline-block; /* Important to make rotation work properly */
}
.header-style-33 .sidemenu-nav-toggler {
    border-color: #636363;
    background: #fefefe;
}

.about-style-two p{
    text-align: justify;
}

.brand-section.home-33 .inner-container {
    padding: 40px 0px 0px 0px;
    border-top: 1px solid #afb6c0;
    border-bottom: 0px solid #afb6c0;
}


.about-style-two::before {
       content: '';
    position: absolute;
    top: 10;
    left: 10%;
    width: 400px;
    height: 400px;
    background: linear-gradient(205deg, #ffb4b48a 3%, #1a1a1a00);
    transition: all 2s ease;
    z-index: -2;
    border-radius: 50% 10% 20% 0%;
}
.about-style-two::after {
       content: '';
    position: absolute;
    bottom: 32px;
    left: 73%;
    width: 400px;
    height: 400px;
    background: linear-gradient(205deg, #ffb4b48a 3%, #1a1a1a00);
    transition: all 2s ease;
    z-index: -2;
    border-radius: 50% 10% 20% 0%;
}

.c_primary {
    color: #fd0000;
}

.fun-fact-1-block {
    border-radius: 6px;
    border: 0px solid rgba(213, 213, 213, 0.7);
    padding: 17px 30px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 26px #00000012;
}

.project-1-image{
    position: relative;
    transition: all 1s ease;
}

.project-1-image img{
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.project-1-image::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0%;
    left: 0px;
    top: 0px;
  background: linear-gradient(0deg,rgb(0, 0, 0) 30%, rgba(237, 221, 83, 0) 50%);
    opacity: 0.5;
}
.project-1-image:hover::before{
  height: 100%;
}

.bg_darkk{
        background: linear-gradient(163deg, #66007e, #fe0000);
        background-color: none;
}
.icon_box_1 {
    border-bottom: 0px solid #d7dbdd;
}
[class*="col"] + [class*="col"] .icon_box_1 {
    border-left: 0px solid #d7dbdd;
}
.industry{
    padding:50px 0px;
}

.industry img{
    width:64px;
    margin-bottom:20px;
}

[class*="col"]:nth-child(even) .icon_box_1 {
    background: #f5f7fa00;
     transition: all 0.5s ease;
    cursor: pointer
}

[class*="col"]:nth-child(even) .icon_box_1:hover {
      background: #fff0f0;
}

.icon_box_1{
    transition: all 1s ease;
    cursor: pointer;
    
}
.iconactive{
     background: #fff0f0;
}
.icon_box_1:hover{
    background: #fff0f0;
    
}


.industry::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.03) 0px,
    rgba(0, 0, 0, 0.03) 10px,
    transparent 10px,
    transparent 15px
  );
  z-index: -1;
      opacity: 0.7;
}



.contact-section::before {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
 background: radial-gradient(circle at 30% 30%, #ff6ec57a, #7773f561);
  border-radius: 50%;
  filter: blur(60px);
  top: 2%;
  right:0%;
  animation: float 10s ease-in-out infinite;
  z-index: 1;
}

.testimonial-section.dark-section .outer-container{
    background-color: #ffffff00;
}
.testimonial-section::before{
    content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: radial-gradient(#fa9494  1px, transparent 1px);
  background-size: 20px 20px;
  z-index: -1;
  opacity: 0.3;
}

.project-1-column{
    box-shadow: 0px 0px 26px #00000012;
    clip-path: polygon(16% 0, 100% 0, 100% 9%, 100% 87%, 99% 100%, 0 100%, 0 86%, 0 17%);

}

.slider-nav-style-2>* {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: transparent;
    cursor: pointer;
    z-index: 9;
    font-size: 23px;
    transition: .5s;
    border: 2px solid rgb(171 171 171 / 70%);
    margin-right: 20px;
    color: #ad3333;
    box-shadow: 0px 10px 80px rgb(0 0 0 / 20%);
}

.testimonial-section{
 border-bottom: 3px dotted #000;
 border-top:3px dotted #000;
}

.hvr-zoom-1-primary::before{
    background-color: #fe0000;
}
.footer-style-four p, .footer-style-four a {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #fffffff5;
    margin-bottom: 0px;
} 

.prosec{
  transform: skewX(330deg);
  left:200px;
}

.header-style-33 .sticky-header:before{
    background-color:#fff;
}

@media only screen and (max-width: 600px) {
    .prosec{
        transform: skewX(0deg);
        left:0px;
    }

    .number a{
 
    font-size: 30px;
  
}

.header-style-33 {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0px 22px;
    border-bottom: 1px solid #ffffff;
}
}



