@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Teko:400,500,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap');


@media (max-width:767px) {

    .logo-text{
        display: none !important;
    }
	
	.inner_page h1 {
  font-size: 32px !important;
    }
    
    
     header {
 margin-top: 0px !important;
  height: 100px;
}
    
.ast_header_bottom {
  
  position: inherit !important;
 
}  
    
.sec-2-title p {
  padding: 0px 0px 30px !important;
 
} 
    
.sec-1-box {
  
  margin-bottom: 20px;
} 
    
    .count_part {
 
  margin-bottom: 20px;
}
    
  .slider {
  margin: 34px 0px 0px !important;
}  
 .sec-4 {
  padding: 40px 0px 0px !important;
}   
 .sec-5 h3 {
  
  margin-top: 162px !important;
  
} 
    
 .f-about ul {
  
  margin-bottom: 30px !important;
}   
 .pro_spec h3 {
  font-size: 31px !important;
  
}   
    
    
}

@media (min-width:768px) and (max-width:991px) {
	
 .logo-text{
        display: none !important;
    }
    header {
 margin-top: 0px !important;
  height: 100px;
}
    
.ast_header_bottom {
  
  position: inherit !important;
 
}    
    

	
}




@media (min-width:992px) and (max-width:1199px) {
	
	
}


@media (min-width:1200px) {


}









header{ 
  background: #fff;
  display: inline-block;
  width: 100%;
background: -moz-linear-gradient(top, #fff 0%, #fcfcfc 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#fcfcfc));
background: -webkit-linear-gradient(top, #fff 0%,#fcfcfc 100%);
background: -o-linear-gradient(top, #fff 0%,#fcfcfc 100%);
background: -ms-linear-gradient(top, #fff 0%,#fcfcfc 100%);
border-radius: 8px;
-webkit-border-radius: 8px; 
-moz-border-radius: 8px;
margin-top: 35px;
-webkit-box-shadow: 0px -8px 0px 0px rgba(255,255,255,0.2);
-moz-box-shadow: 0px -8px 0px 0px rgba(255,255,255,0.2);
box-shadow: 0px -8px 0px 0px rgba(255,255,255,0.2);
    padding: 10px 0px;
    z-index: 9999;
} 

body{
font-family: 'Open Sans', sans-serif;
}

.row{
    --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2);
}

.align-items-center {
  align-items: center !important;
}

/*body{
  font-family: 'Teko', sans-serif !important;
}*/

.logo img{
width: 85%;
padding-top: 8px;
}

.logo-text{
margin-left: -30px;
padding-top: 12px;
display: inline-block;
text-align: center;
}


.logo-text h1{
font-family: 'Teko', sans-serif;
font-weight: 800;
text-transform: uppercase;
color: #f50000;
margin-top: 10px;
margin-bottom: 0px;
border-bottom: 1px dotted #bababa;
line-height: 0.8;
font-style: italic;
}


.logo-text h1 span
{
  color: #1c57a1;
}


#mainText p {
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif; 
    color: #777;
}       

word{ 
    display:inline-block; 
}

letter{ 
    display:inline-block; 
    white-space:pre; 
    background:none; 
    transition:.4s; 
}

letter.initial{ 
    opacity:0; 
    text-shadow:0 0 9px; 
    color:#FFF; 
    -webkit-transform:scale(8); 
    -webkit-transform-origin:150% 50%; 
    transform:scale(8); 
    transform-origin:150% 50%; 
}


.ast_menu_btn{
  display:none;
}

.ast_header_bottom {
  float: left;
  width: 100%;
  position: fixed;
  margin-top: 0;
  z-index: 10;
}

.ast_header_bottom.style_2{
    background-color: rgba(0, 0, 0, 0);
    margin-top: 21px;
    padding: 0px 50px;
}

.ast_menu {
    float: left;
    width: 100%;
  position: relative;
}
.ast_menu ul {
    float: right;
    width: auto;
  margin:0;
  padding:0;
}

.ast_menu ul li {
  list-style:none;
  float:left;
  margin-right:5px;
  position:relative;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li:last-child{
  margin-right:0px;
}
.ast_menu ul li a {
  display: block;
  color: #585858;
  text-transform: uppercase;
  position: relative;
    font-weight: 700;
  padding: 28px 11px 6px;
  z-index: 1;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
font-size: 13px;
font-family: 'Raleway', sans-serif;
}
.ast_menu ul li a:hover {
  color: #f40000;
  text-decoration: none;
  border-bottom: 2px solid #e9242a;
}

.ast_menu ul li.active a {
color: #e9242a;
/*border-bottom: 2px solid #e9242a;*/
}

.ast_menu ul li ul.submenu{
  position:absolute;
  top:95%;
  left:0px;
  width:220px;
  opacity:0;
  visibility:hidden;
  background-color:#fff;
    z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 4px;
padding: 10px;
}

.ast_menu ul li ul.submenu li a{
  border-bottom: 1px dotted #e7e7e7;
}
.ast_menu ul li ul.submenu li a:hover{
border-bottom: 1px dotted #e7e7e7;
}

.ast_menu ul li:hover ul.submenu{
  opacity:1;
  visibility:visible;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.ast_menu ul li ul.submenu li{
  float:left;
  width:100%;
}
.ast_menu ul li ul.submenu li a{
    padding: 6px;
    width: 100%;
    border-top: 0px;
    color: #333;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu ul li ul.submenu li a:hover{
  border-top:0px;
 color: #e9242a;
  -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.ast_menu ul li ul.submenu li ul.submenu{
  position:absolute;
  top:0px;
  left:auto;
  right:100%;
  width:200px;
  opacity:0;
  visibility:hidden;
  background-color:#333333;
    z-index: 10;
  -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}


.ast_menu ul li ul.submenu li ul.submenu-2{
background: #fff;
left: 100%;
}

.ast_menu ul li ul.submenu li:hover ul.submenu{
  opacity:1;
  visibility:visible;
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu_btn{
  display:none;
}
.menu_fixed {
    position: fixed;
    z-index: 1000;
    padding: 0px 0px;
    -moz-box-shadow: 0px -3px 8px;
    -webkit-box-shadow: 0px -3px 8px;
    box-shadow: 0px -3px 8px;
    width: 100%;
}

.menu_fixed header{
  margin-top: 0px;
  display: block;
}
.menu_fixed.ast_header_bottom {
  margin-top:0px;
    background-color:#fff;
}
.ast_slider{
  float:left;
  width:100%;
}
.menu_fixed .ast_menu ul li ul.submenu {
    background-color:#fff;
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
   /* background-color:#333333;*/
    z-index: 10;
    -webkit-box-shadow: 0px 4px 22px -7px #000000;
    -moz-box-shadow: 0px 4px 22px -7px #000000;
    -o-box-shadow: 0px 4px 22px -7px #000000;
    -ms-box-shadow: 0px 4px 22px -7px #000000;
    box-shadow: 0px 4px 22px -7px #000000;
}



.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #e9242a;
    background: none;
}

/*.slide-1{
  background: url(../images/slide01.jpg);
  background-size: cover;  
}

.slide-2{
  background: url(../images/slide02.jpg);
  background-size: cover;
}


.slide-3{
  background: url(../images/slide03.jpg);
  background-size: cover;
}*/

.carousel-caption {
    right: 60%;
    left: 12%;
    padding-bottom: 30px;
    top: 28%;
    text-align: left;
    transition: opacity 100ms;
}

.carousel-inner > .item .carousel-caption {
z-index: 0;
opacity: 0;
-webkit-transition: opacity 500ms;
-moz-transition: opacity 500ms;
-o-transition: opacity 500ms;
transition: opacity 500ms;
}

.carousel .item.active .carousel-caption {
    z-index: 0;
    opacity: 1;
    -webkit-transition: opacity 100ms;
    -moz-transition: opacity 100ms;
    -o-transition: opacity 100ms;
    transition: opacity 100ms;
    
}


.carousel-caption h2{
font-family: 'Raleway', sans-serif;
font-weight: 800;
position: relative;
color: #f50000;
text-shadow: none;
}

.carousel-caption h2::before{
  position: absolute;
  content: '';
  left: 0px;
  bottom:  -6px;
  height: 2px;
  background:#1b57a0;
  width: 70px;
}

.second-banner h2::before
{
  left: 85%;
}

.carousel-caption .btn{
background: #f50000;
font-family: 'Raleway', sans-serif;
font-weight: 700;
border: none;
font-size: 14px;
text-transform: uppercase;
margin-top: 15px;
transition: .4s;
border-radius: 30px;
padding: 12px 25px;
}

.carousel-caption .btn:hover{
  background: #1c57a1;
}

.carousel-caption p{
font-family: 'Open Sans', sans-serif; 
font-weight: 600;
text-shadow: 0 1px 2px #fff;
color: #020202;
}

.carousel-control.right {
    background: none;
}

.carousel-control.left {
    background: none;
}

.carousel .item.active .animated1 {
   -webkit-animation: fadeInRight 1s ease-in-out 500ms both;
animation: fadeInRight 1s ease-in-out 500ms both;
        
}

.carousel .item.active .animated2 {
   -webkit-animation: fadeInLeft 1s ease-in-out 500ms both;
animation: fadeInLeft 1s ease-in-out 500ms both;
        
}

.carousel .item.active .animated3 {
   -webkit-animation: fadeInDown 1s ease-in-out 500ms both;
animation: fadeInDown 1s ease-in-out 500ms both;    
}

.carousel .item.active .animated4 {
   -webkit-animation: fadeInUp 1s ease-in-out 500ms both;
animation: fadeInUp 1s ease-in-out 500ms both;    
}

.sec-1{
  background: url(../images/sec-1-bg.jpg);
background-size: cover;
background-attachment: fixed;
background-repeat: repeat;
background-position: 0% 90.8px;
padding: 0px 0px 60px;
}

.sec-1-box{
position: relative;
top: -50px;
}

.sec-1-box .sec-1-img{
  position: relative;
overflow: hidden;
}

.third-banner{
  background: rgba(0, 0, 0, 0.8);
  bottom: 27%;
  padding: 20px;
  top: 36% !important;
}

.second-banner{
 right: 10%;
text-align: right;
left: 50%;
top: 58%;
}

.second-banner h2{
  color: #fff;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.second-banner p{
  color: #fff;
   text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.third-banner h2{
margin-top: 0px;
color: #fff;
}

.third-banner p{
color: #fff;
text-shadow: none;
  }

.third-banner h2::before {
    background: #fff;
}

.sec-1-box .sec-1-img img{
  width: 100%;
transition: all 2s ease-in-out 0s;
-webkit-transition: all 2s ease-in-out 0s;
-moz-transition: all 2s ease-in-out 0s;
-o-transition: all 2s ease-in-out 0s;
  height: auto;
}

.sec-1-box .sec-1-img:hover img
{
  transform: scale(1.3);
-webkit-transform: scale(1.3);
-moz-transform: scale(1.3);
-ms-transform: scale(1.3);
}

.sec-1-box .sec-1-img a
{
  background-color: #f50000;
position: absolute;
bottom: 0;
right: 0;
text-transform: uppercase;
font-family: 'Open Sans', sans-serif; 
font-weight: 600;
padding-left: 20px;
color: #fff;
text-decoration: none !important;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
text-decoration: none;
line-height: 22px;
}

.sec-1-box .sec-1-img a i
{
  background-color: #c50000;
padding: 5px 10px;
font-size: 10px;
line-height: 22px;
margin-left: 20px;
transition: all 0.4s ease 0s;
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s
}

.sec-1-box .sec-1-img:hover a{
background: #c50000;
}

.sec-1-box .sec-1-img:hover a i{
background: #010206;
}

.sec-1-box .sec-1-matter{
  background: #fff;
  padding: 20px;
}

.sec-1-box .sec-1-matter h4{
  line-height: 22px;
font-weight: 800;
color: #010206;
margin-top: 0px;
position: relative;
margin-bottom: 5px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
padding-top: 8px;
}

.sec-1-box .sec-1-matter h4::before{
  position: absolute;
display: block;
content: "";
width: 40px;
height: 3px;
left: 0;
top: 0;
background: #f50000;
}

 
.sec-1-box .sec-1-matter p{
 font-family: 'Open Sans', sans-serif; 
line-height: 22px;
color: #777;
font-size: 13px;
margin-bottom: 0px;
}

.sec-1-view{
  text-align: center;
}

.sec-1-view a{
padding: 12px 60px;
font-family: 'Open Sans', sans-serif;
font-weight: 700;
color: #fff;
text-transform: uppercase;

border-radius: 25px;
text-decoration: none;
border: 2px solid #fff;
display: inline-block;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
}

.sec-1-view a::before
{
 content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background:#f50000;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.sec-1-view a:hover::before{
 -webkit-transform: scale(2);
transform: scale(2);
}

.sec-2
{
  background: url(../images/sec2-bg.jpg);
  background-size: cover;
  padding: 60px 0px;
}

.sec-2-title{
text-align: center;
}

.sec-2-title h1{
font-family: 'Teko', sans-serif;
font-weight: 800;
text-transform: uppercase;
color: #020206;
margin: 0px;
font-size: 40px;
}

.sec-2-title span{
  position: relative;
  display: block;
}

.sec-2-title span i{
padding-bottom:6px;
color: #f50000;
}

.sec-2-title span::before {
position: absolute;
content: "";
background-color: #e7e7e7;
width: 60px;
height: 1px;
top: 10px;
left: 42%;
}

.sec-2-title span::after {
position: absolute;
content: "";
background-color: #e7e7e7;
width: 60px;
height: 1px;
top: 10px;
right: 42%;
}

.sec-2-title h5{
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #f50000;
  margin-bottom: 5px;
}

.sec-2-title p{
   padding: 0px 150px 30px;
   line-height: 1.5 !important;
}

.sec-2 h4{
  font-family: 'Raleway', sans-serif;
  color: #f50000;
  font-weight: 600;
}

.sec-2 p{
  font-family: 'Open Sans', sans-serif; 
  line-height: 26px;
  color: #777;
}

.sec-2 a{
  font-family: 'Raleway', sans-serif;
color: #fff;
font-weight: 600;
background: #df3336;
padding: 12px 30px;
display: inline-block;
border-radius: 30px;
text-decoration: none !important;
text-transform: uppercase;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
position: relative;
overflow: hidden;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
}


.sec-2 a::before{
  content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #f50000;
border-radius: 100%;
-webkit-transform: scale(0);
transform: scale(0);
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}

.sec-2 a:hover::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}

.sec-3
{
  background: #020307;

position: relative;
overflow: hidden;
}

.sec-3 .sec-3-right{
  position: absolute;
  top: 0px;
}

.sec-3 .sec-3-right img
{
  width: 740px;
}

.sec-3 h5{
  font-family: 'Raleway', sans-serif;
text-transform: uppercase;
font-weight: 600;
color: #df3336;
margin-bottom: 5px;
margin-top: 40px;
 position: relative;
}

.sec-3 h2
{
  line-height: 22px;
font-weight: 800;
color: #fff;
margin-top: 0px;
position: relative;
margin-bottom: 5px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
font-size: 28px;
}

.sec-3 h5:after{
position: absolute;
content: '';
left: 25%;
top: 7px;
background: #df3336;
height: 1px;
width: 80px;
}

.sec-3 h3
{
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 17px;
  margin: 8px 0px 4px;
}

.sec-3 span
{
  color: #eaeaea;
height: 50px;
width: 50px;
border: 2px solid #eaeaea;
border-radius: 50%;
line-height: 46px;
text-align: center;
font-size: 18px;
margin-top: 20px;
transition: .4s;
}

.why-box:hover span{
background: #fff;
color: #0a4287;
}

.sec-3 p{
line-height: 24px;
color: #df3336;
font-family: 'Open Sans', sans-serif;
}

.sec-3 p.last-why
{
  margin-bottom: 40px;
}

.sec-4{
  padding: 40px 0px 80px;
  
}

.sec-4-title{
  text-align: center;
}

.sec-4-title h2
{
  line-height: 22px;
font-weight: 800;
color: #010207;
margin-top: 0px;
position: relative;
margin-bottom: 5px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
font-size: 28px;
}

.sec-4-title p
{
  font-family: 'Open Sans', sans-serif;
color: #777;
}

.sec-4-title span {
    position: relative;
    display: block;
}

.sec-4-title span::before {
    position: absolute;
    content: "";
    background-color: #e7e7e7;
    width: 60px;
    height: 1px;
    top: 10px;
    left: 42%;
}

.sec-4-title span::after {
    position: absolute;
    content: "";
    background-color: #e7e7e7;
    width: 60px;
    height: 1px;
    top: 10px;
    right: 42%;
}

.sec-4-title span i {
    padding-bottom: 6px;
    color: #f50000;
}

.slider {
margin: 110px 0px 0px;
}

.slick-slide {
 margin: 0px 10px;
}

.slick-slide img {
width: 100%;
border: 1px solid #ececec;
border-radius: 6px;
padding: 2px;
transition: .4s;
}

.slick-slide img:hover{
opacity: .6;
}

.slick-next {
display: none !important;  
}

.slick-prev {
display: none !important;
}

.sec-5{
  padding: 40px 0px;
  background: #ed0000;
}

.sec-5 img
{
position: absolute;
left: -130px;
top: -80px;
width: 550px;
}

.sec-5 h3
{
font-weight: 700;
color: #fff;
margin-top: 0px;
margin-bottom: 5px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
font-size: 22px;
}

.sec-5 p{
  line-height: 24px;
color: #ffe7e7;
font-family: 'Open Sans', sans-serif;
margin: 0px;
}

.cnt-f{
  text-align: right;
  margin-top: 40px;
}

.sec-5 a {
    padding: 12px 26px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    text-decoration: none;
 background: #020206;
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.sec-5 a::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #b90202;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.sec-5 a:hover::before {
    -webkit-transform: scale(2);
    transform: scale(2);
}





footer{
  background: #010207;
  padding: 50px 0px;
}

.f-about img {
width: 60%;
}

.f-about p{
font-family: 'Open Sans', sans-serif;
color: #f1f1f1;
line-height: 26px;
}

footer h3
{
  line-height: 22px;
font-weight: 700;
color: #fff;
margin-top: 0px;
position: relative;
margin-bottom: 25px;
text-transform: uppercase;
font-family: 'Raleway', sans-serif;
font-size: 24px;
}

footer h3::after {
    background: #f50000;
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    bottom: -10px;
    left: 0%;
    transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
}

footer ul li a::before {
    content: '--';
    color: #acafc0;
    letter-spacing: 0;
    margin-right: 8px;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}

footer ul{
padding-left: 0px;
margin: 0px;
}

footer ul li{
  list-style: none;
}


footer ul li a{
  text-decoration: none !important; 
  color: #f1f1f1;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    line-height: 27px;
}

.f-about ul li {
    list-style: none;
    display: inline;
}

.f-about ul {
    padding: 0;
    margin: 0;
}

.f-about ul li a {
    padding: 0 0px;
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
}

.f-about ul li a::before{
  color: #f1f1f1;
}


.f-about ul li a:hover::before {
color: #f50000;
  margin-right: 8px;
}

footer ul li a:hover::before {
    margin-right: 13px;
}

footer ul li a:hover {
    color: #f50000;
}

/*quality*/

.qual-two{
  background: url(../images/quality.jpg) no-repeat;
  padding: 180px 0 70px;
}

.qual-two .inner-txt {
  text-align: center;
}

.qual-two .inner-txt h2 {
font-size: 45px;
color: #fff;
margin: 0;
font-family: 'Teko', sans-serif;
font-weight: 800;
text-transform: uppercase;
}

.breadcrumb{
  margin: 0 !important;
  background-color: transparent !important;
  text-align: center;
  padding: 0px;
}

.breadcrumb a{
  color: #ffafaf;
  text-decoration: none;
}

.breadcrumb li{
  color: #fff;
font-family: 'Raleway', sans-serif;
}
 
.qual-three .quality-head h1{
  margin: 0;
  color: #1d5aa2;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 30px;
  position: relative;
}

.qual-three .quality-head h1::after{
  position: absolute;
  background-color: #f50000;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 4px;
  top: -5px;
  transform: skewX(-50deg);
  -webkit-transform: skewX(-50deg);
  -ms-transform: skewX(-50deg);
}

.qual-three .quality-head {
  padding:8px 0;
}

.qual-three{
  padding: 40px 0;
  text-align: justify;
}

.qual-three p{
  color: #777;
  line-height: 26px;
}

.qual-three .quality-head2 h1{
  margin: 0;
  color: #1d5aa2;
  position: relative;
}

.qual-three .quality-head2 h1::after{
  position: absolute;
  background-color: #f50000;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  top: -10px;
  transform: skewX(-50deg);
  -webkit-transform: skewX(-50deg);
  -ms-transform: skewX(-50deg);
}

.qual-three .quality-head2{
  padding: 20px 0;
}

.qual-three .certificate {
    padding: 57px 28px 0px;
}

/*about*/

.abt-two{
  background: url(../images/about.jpg) no-repeat;
  padding: 180px 0 70px;
}

.abt-two .inner-txt {
  text-align: center;
}

.abt-two .inner-txt h2 {
font-size: 45px;
color: #fff;
margin: 0;
font-family: 'Teko', sans-serif;
font-weight: 800;
text-transform: uppercase;
}

.abt-three{
  padding: 40px 0;
}

.abt-three .abt-left h1{
margin-bottom:  0px;
color: #1d5aa2;
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-size: 30px;
position: relative;
}
/*
.abt-three .abt-img{
  padding-top: 20px;
}*/

.abt-three .abt-img img{
    padding-top: 20px;
  width: 100%
}

.abt-three .abt-left p{
  text-align: justify;
  color: #777;
  line-height: 26px;
}

.abt-three .abt-left h1::after{
  position: absolute;
  background-color: #f50000;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 4px;
  top: -5px;
  transform: skewX(-50deg);
  -webkit-transform: skewX(-50deg);
  -ms-transform: skewX(-50deg);
}


/* infrastructure*/

.infra-two{
  background: url(../images/infra.jpg) no-repeat;
  padding: 180px 0 70px;
}

.infra-two .inner-txt {
  text-align: center;
}

.infra-two .inner-txt h1 {
  font-size: 45px;
  color: #fff;
  margin: 0;
  font-family: 'Teko', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

.infra-three{
  padding: 50px 0;
  text-align: justify;
}

.infra-three .infra-txt h1{
  padding: 20px 0;
  margin: 0;
  color: #1c57a1;
}

.infra-three .infra-txt p{
  color: #777;
  line-height: 26px;
}

.infra-three .infra-txt h1::after{
  position: absolute;
  background-color: #f50000;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  top: 12px;
  transform: skewX(-50deg);
  -webkit-transform: skewX(-50deg);
  -ms-transform: skewX(-50deg);
}

.infra-three .infra-txt h1{
margin-bottom: 0px;
color: #1d5aa2;
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-size: 30px;
position: relative;
}

.infra-three .infra-txt2 h1::after{
  position: absolute;
  background-color: #f50000;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 0;
  top: 12px;
  transform: skewX(-50deg);
  -webkit-transform: skewX(-50deg);
  -ms-transform: skewX(-50deg);
}

/*contact*/

.cont-two{
  background: url(../images/contact.jpg) no-repeat;
  padding: 180px 0 70px;
}

.cont-two .inner-txt {
  text-align: center;
}

.cont-two .inner-txt h2 {
font-size: 45px;
color: #fff;
margin: 0;
font-family: 'Teko', sans-serif;
font-weight: 800;
text-transform: uppercase;
}

.cont-two .cont-top h1{
  position: relative;
}

.cont-two .cont-top h1:after{
    position: absolute;
    background-color: #f50000;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    left: 4px;
    top: -5px;
    transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
}


.cont-three{
  padding: 40px 0;
}

.cont-three h1{
  margin-bottom: 0px;
    color: #1d5aa2;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 30px;
    position: relative;
}

.cont-three .head-cont h1::after {
    position: absolute;
    background-color: #f50000;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    left: 4px;
    top: -5px;
    transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
}

.cont-three .c-outer{
  text-align: center;
  height: 180px;
  padding: 25px;
  outline: 1px solid #ff1619;
  margin: 20px 0;
}

.cont-three .c-outer i {
    font-size: 30px;
    color: #f50000;
}

.cont-three .c-outer h5 {
    font-size: 17px;
    color: #1d5aa2;
    font-weight: 600;
    padding: 0;
}

.cont-three .c-outer p {
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
}

.cont-four{
  padding: 0 0 40px;
}

/*enquiry*/

.enq-two{
  background: url(../images/enquiry.jpg) no-repeat;
  padding: 180px 0 70px;
}

.enq-two .inner-txt {
  text-align: center;
}

.enq-two .inner-txt h2 {
font-size: 45px;
color: #fff;
margin: 0;
font-family: 'Teko', sans-serif;
font-weight: 800;
text-transform: uppercase;
}

.enq-three{
  padding: 40px 0;
}

.enq-three h1 {
    margin-bottom: 0px;
    color: #1d5aa2;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 30px;
    position: relative;
}

.enq-three .head-enq h1::after {
    position: absolute;
    background-color: #f50000;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    left: 4px;
    top: -5px;
    transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
}

.enq-three .form-o{
  padding: 20px 0;
}

.enq-three .form-o .sub-btn{
  padding: 20px 0;
}

.enq-three .right-clip{
  position: relative;
}

.enq-three .right-clip img{
  width: 100%;
  position: absolute;
  top: -93px;
}

/*videos*/

.vid-two{
  background: url(../images/videos.jpg) no-repeat;
  padding: 180px 0 70px;
}

.vid-two .inner-txt {
  text-align: center;
}

.vid-two .inner-txt h2 {
font-size: 45px;
color: #fff;
margin: 0;
font-family: 'Teko', sans-serif;
font-weight: 800;
text-transform: uppercase;
}

.vid-three{
  padding: 40px 0;
}

.vid-three .inner-vid{
  padding: 20px 0;
}

.vid-three .inner-vid .vid-eo h3{
  position: relative;
  color: #1d5aa2;
  font-family: teko;
  margin: 0;
}

.vid-three .inner-vid .vid-eo{
  border: 1px solid #c7c7c7;
  padding: 10px;
  margin: 10px 0;
  border-radius: 10px;
}

.vid-three .inner-vid .vid-eo span{
  color: red;
  padding: 0 5px;
}

/*.vid-three .inner-vid .vid-eo h3:after{
    position: absolute;
    background-color: #f50000;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    left: 4px;
    top: -5px;
    transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
}*/

.vid-three .head-vid h1 {
    margin-bottom: 0px;
    color: #1d5aa2;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 30px;
    position: relative;
}

.vid-three .head-vid h1::after {
    position: absolute;
    background-color: #f50000;
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    left: 4px;
    top: -5px;
    transform: skewX(-50deg);
    -webkit-transform: skewX(-50deg);
    -ms-transform: skewX(-50deg);
}
/*road sweeping machine*/

.road-two .sec-img a:hover{
    background: #1c57a1;
}

.road-two .sec-img a :hover i{
    background: #0d4c9b;
}

.road-two .sec-img a{
  background-color: #f50000;
  position: absolute;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  padding-left: 20px;
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  text-decoration: none;
  line-height: 22px;
}

.road-two .sec-img a i {
    background-color: #c50000;
    padding: 5px 10px;
    font-size: 10px;
    line-height: 22px;
    margin-left: 20px;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}

.road-two .sec-txt h4::after{
  position: absolute;
  background-color: #f50000;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 4px;
  top: -5px;
  transform: skewX(-50deg);
  -webkit-transform: skewX(-50deg);
  -ms-transform: skewX(-50deg);
}

.road-two .sec-txt h4{
  position: relative;
}

.sec-img {
  position: relative;
  display: inline-block;
  overflow: hidden;    
  border-radius: 5px 5px 0px 0px; /* clip the excess when child gets bigger than parent */
}
.sec-img img {
  display: block;
  transition: transform .9s; /* smoother zoom */
}
.sec-img:hover img {
  transform: scale(1.3);
  transform-origin: 50% 50%;
}

.road-swp{
  background: url(../images/product.jpg) no-repeat;
  padding: 180px 0 70px;
}

.road-swp .road-txt {
  text-align: center;
}

.road-swp .road-txt h1 {
    font-size: 50px;
    color: #fff;
    margin: 0;
    font-family: teko;
}

.road-two .right-list{
  font-family: 'Open Sans', sans-serif;  
}

.road-two{
  padding: 40px 0;
}

.road-two .road-head {
  padding: 0;
}

.road-two .road-head h1{
  color: #0a4287;
  position: relative;
  font-family: raleway;
  font-weight: 700;
  font-size: 28px;
}

.road-two .road-head h1::after{   
  position: absolute;
  background-color: #f50000;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 4px;
  top: -5px;
  transform: skewX(-50deg);
  -webkit-transform: skewX(-50deg);
  -ms-transform: skewX(-50deg);
}

.thumbnail .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.thumbnail .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.thumbnail:hover .image {
  opacity: 0.3;
}

.thumbnail:hover .middle {
  opacity: 1;
}

.btnaa{
  color: #fff;
  background: #1c57a1;
  padding: 15px 30px;
}

.btnaa:hover{
  background: #f40000;
  color: #fff;
  transition: 0.5s;
}

.btnaa2{
  color: #fff;
  padding: 15px 30px;
  background: #f40000;
}

.btnaa2:hover{
  background: #1c57a1;
  color: #fff;
  transition: 0.5s;
}


.road-two .thumtxt h2{
  color: #0a4287;
  padding: 0 5px;
}

.road-two .thumtxt p{
  font-size: 15px;
  padding: 0 5px;
  text-align: justify;
}

.road-two .sec-mat{
  background: #fff;
  margin: 15px 0;
  box-shadow: #c3c3c3 0px 1px 6px 1px;
  border-radius: 5px;
}

.road-two .sec-mat .sec-img img{
  width: 100%;
}

.road-two .sec-mat .sec-txt{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 10px;
  text-align: justify;
  height: 130px;
  color: #777;
}

.road-two .sec-mat .sec-txt p{
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
}

.road-two .sec-mat .sec-txt h4{
  line-height: 22px;
  font-weight: 800;
  color: #1c57a1;
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin-top: 8px;
}

.road-two .right-list h1::after{
  position: absolute;
  background-color: #f50000;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 4px;
  top: -5px;
  transform: skewX(-50deg);
  -webkit-transform: skewX(-50deg);
  -ms-transform: skewX(-50deg);
}

.road-two .right-list li:hover{
  background: #1c58a1;
  color: #fff;
}

.road-two .right-list h1{
  color: #1c58a1;
  position: relative;
  font-family: raleway;
  font-weight: 700;
  font-size: 28px;
}

.road-two .right-list ul {
    padding: 0 0 0 0;
    background: #c50000;
    margin-top: 15px;
}

.road-two .right-list .list-group{
  margin: 0;
}

.road-two .right-list .list-group-item{
  border-radius: 0;
  background-color: #1c58a1;
  color: #fff !important;
}

.road-two .right-list .list-group-item:hover{
  background-color: #c50000;
}

.road-two .right-list li{
  list-style: none;
  padding: 15px;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease-in;
}

.road-two .right-list li a{
  color: #fff !important;
  text-decoration: none;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.road-two .right-list li i{
  padding: 0 4px;
}

































@media (max-width: 320px) {
.ast_main_menu_wrapper {
    width: 210px;
}

}

@media (max-width:991px){
  .ast_menu_btn {
  display: block;
  float: none;
  position: absolute;
  top: 26px;
  right: 15px;
  border: none;
  width: 40px;
  height: 30px;
  font-size: 21px;
  color: #fff;
  background-color: #e9242a;
  border-radius: 3px;
  z-index: 999;
}
.ast_menu_btn i{
padding-top: 5px;
 }

.ast_menu_btn:hover, .ast_menu_btn:focus{
  outline:none;
  border:none;
  box-shadow:none;
  text-shadow:none;
}
.ast_main_menu_wrapper{
  z-index: 2;
  position:fixed;
    left: 0px;
    top: 0px;
  bottom:0px;
    background-color:#333333;
  -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_main_menu_wrapper {
    width: 300px;
}
.ast_main_menu_wrapper.ast_main_menu_hide{
  -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ast_menu {
    overflow-y: scroll;
    height: 100%;
}
.ast_menu::-webkit-scrollbar {
    width: 5px;
}
.ast_menu::-webkit-scrollbar-track {
    background-color: #f4f4f4;
}
.ast_menu::-webkit-scrollbar-thumb {
  background-color: #ff1515;
  outline: 0px;
}
.ast_menu ul {
    width: 100%;
}
.ast_menu ul li {
    width: 100%;
}
.ast_menu ul li a:hover, .ast_menu ul li a.active{
  background-color: #e9242a;
  color:#fff;
  border-top: 0px;
}
.ast_menu ul li a{
    padding: 10px;
    border-top: 0px;
    border-bottom: 1px solid #555555;
    color: #ffffff;
}
.ast_menu ul li ul.submenu {
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;

}
.menu_fixed .ast_menu ul li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li a{
  padding-left:25px;
  font-size:14px;
}
.ast_menu ul li ul.submenu li ul.submenu{
    position: inherit;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    right: auto;
}
.menu_fixed .ast_menu ul li ul.submenu li ul.submenu{
    box-shadow: none;
}
.ast_menu ul li ul.submenu li ul.submenu li a{
  padding-left:40px;
}
.ast_header_bottom .col-sm-3{
  width:100%;
}
}

@media (min-width:1024px ) and (max-width: 1920px) {
.ast_menu ul li:hover ul{
  display: block;
}
}

@media (min-width:320px) and (max-width:414px){

.ast_menu ul li ul.submenu li ul.submenu-2{
  left: 0;
}

.count_part{
 margin-bottom: 20px;
}

.ast_menu ul li ul.submenu li a:hover{
  color: #fff;
}

.enq-three .right-clip{
  display: none;
}

.enq-three .form-o {
  padding: 0;
}

.qual-three .certificate{
  padding: 5px;
}

.qual-three .certificate img{
  width: 100%;

}


.ast_header_bottom {
position: relative;
float: none;
}

.logo{
  /* text-align: center; */
}

.logo img {
    width: 54%;
    display: inline-block;
    padding: 0px;
}

.ast_menu_btn {
  top: 3px;
}

.carousel-caption {
    right: 30%;
    left: 12%;
    top: 15%;
}

.carousel-caption h2 {
    font-size: 16px;
    margin-top: 0px;
}

.carousel-caption h2::before {
    height: 1px;
    }

    .carousel-caption p {
    display: none;
}

.carousel-caption .btn { 
    margin-top: 8px;
    padding: 6px 16px;
    font-size: 12px;
}

.carousel {
    background: #000;
}

.third-banner {
    bottom: 19%;
    padding: 10px;
    top: 25% !important;
    right: 50% !important;
}

.second-banner {
    right: 10% !important;
    text-align: right;
    left: 15% !important;
    top: 50% !important;
}

.second-banner h2::before {
    left: 75%;
}

header{
  margin: 15px 0px;
}

.logo-text {
    margin-left: 0px;
    padding-top: 10px;
    display: block;
}

.logo-text h1{
  font-size: 30px;
}

#mainText p {
    font-size: 13px;
}

.sec-1-box {
    top: 0px;
    margin: 25px 0px;
}

.sec-2-title h1 {
    font-size: 30px;
}

.sec-2-title p {
    padding: 0px;
}

.sec-2-title span::before {
    width: 40px;
    left: 28%;
}

.sec-2-title span::after {
    width: 40px;
   right: 28%;
}

.sec-2 h4 {
text-align: center;
}

.sec-2 p {
  text-align: justify;
}

.sec-2 {
text-align: center;
padding: 40px 0px;
  }

  .sec-3 .sec-3-right {
    display: none;
}

.sec-3 h5::after {
    left: 50%;
    width: 50px;
}

.sec-3 h2 {
    font-size: 24px;
}

.sec-4{
  padding: 30px 0px;
}

.sec-4-title span::before {
    width: 40px;
    left: 28%;
}

.sec-4-title span::after{
    width: 40px;
   right: 28%;
}

.slider {
  margin: 30px 0px 0px;
}

.slick-slide{
  text-align: center;
}
.slick-slide img {
    width: 60%;
    display: inline-block !important;
    }

.sec-5 img {
    display: none;
}

.sec-5 {
    text-align: center;
}

.cnt-f {
    text-align: center;
    margin-top: 40px;
}

footer{
  padding: 30px 0px;
}

footer h3 {
    margin-top: 15px;
    margin-bottom: 20px;
    }

}

.r-one {
    background: url(../images/product.jpg) no-repeat;
    padding: 180px 0 70px;
}

.r-one .inner-txt {
    text-align: center;
}

.r-one .inner-txt h2 {
    font-size: 45px;
    color: #fff;
    margin: 0;
    font-family: 'Teko', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.r-two{
  padding: 40px 0;
}

.r-two .image-r img{
  width: 100%;
  display: inline-block;
}

.r-two .image-r{
  text-align: center;
}

.r-two .text-r h3{
  text-align: center;
  font-weight: bolder;
  color: #0a4287;
   font-family: 'Open Sans', sans-serif ;
}

.r-two .text-r h1{
   position: relative;
    color: #0a47ac;
    font-weight: 700;
    font-size: 28px;
    font-family: 'Open Sans', sans-serif ;
}
.r-two .text-r p{
padding: 8px;
line-height: 2;
vertical-align: top;
font-family: 'Open Sans', sans-serif;
color: #333;
}
.r-two .text-r p strong{
/*padding: 8px;*/
line-height: 2;
vertical-align: top;
font-family: 'Open Sans', sans-serif;
color: #333;
}
.r-two .text-r ul li{
padding: 8px;
line-height: 1.42857143;
vertical-align: top;
font-family: 'Open Sans', sans-serif;
color: #333;
}
.r-two .text-r h4
{
    font-size: 20px;
    padding: 10px 0px;
    color: #595959;
}
table
{
 font-family: 'Open Sans', sans-serif ;
}
.table{
   font-family: 'Open Sans', sans-serif ;
}

.r-two .text-r h1::after{
  position: absolute;
  background-color: #f50000;
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  left: 4px;
  top: -5px;
  transform: skewX(-50deg);
  -webkit-transform: skewX(-50deg);
  -ms-transform: skewX(-50deg);
}

.r-two .heading-t p{
  margin-bottom: 0;
  font-weight: bolder;
}

.r-two .heading-t{
  padding: 10px 5px;
  background-color: #f50000;
  text-align: center;
  color: #fff;
}

.r-two .heading-t2 p{
  margin-bottom: 0;
  font-weight: bolder;
}

.r-two .heading-t2{
  padding: 10px 5px;
  background-color: #f50000;
  text-align: center;
  color: #fff;
}

.r-two .last-paragrp p{
  font-size: 16px;
  font-weight: 500;
}

.r-two .inner-last {
    padding: 50px 15px 40px;
    text-align: center;
}

/*.download-s img{
  display: inline-block;
  width: 30%;
}

.download-s{
  text-align: center;
  padding: 20px 0;
  width: 100%;
}

.download-s p{
  font-weight: bolder;
  font-size: 15px;
  color: #7a7a7a;
}

.download-s a{
  font-weight: 600;
  font-size: 20px;
  color: #0a4287;
  text-decoration: none;
}

.download-s a:hover{
  color: #f50000;

}*/

.r-two .left-adj{
  background: url(../images/right-adj.jpg) no-repeat;
  padding: 0;
  margin-top: 61px;
  text-align: left;
}

.r-two .left-adj .heading-t p{
  color: #fff;
  font-weight: 600;
}

.r-two .left-adj .inner-last p{
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.r-two .left-adj img{
  width: 30%;
  padding: 0 0 10px;
}


@media (width:1024px){

.ast_menu ul li a {
  padding: 34px 6px 26px;
  font-size: 12px;
}
.logo-text {
    padding-top: 10px;
    }

.logo img {
    width: 85%;
    padding-top: 14px;
}

header {
  margin-top: 20px;
  }

  .carousel-caption h2 {
    font-size: 20px;
}

 .carousel-caption p{
  font-size: 13px;
 }

  .carousel-caption .btn{
    margin-top: 10px;
  }

  .third-banner {
    bottom: 24%;
    top: 30% !important;
}

.sec-1-box .sec-1-matter h4 {
    font-size: 15px;
}

.sec-2-title span::before {
    left: 41%;
}
.sec-2-title span::after{
    right: 41%;
}

.sec-2 img{
 padding-top: 50px;
}

.sec-3 .sec-3-right img {
    width: 820px;
}

.sec-3 h5::after {
    left: 32%;
    width: 60px;
}


.sec-4-title span::before {
left: 41%;
}

.sec-4-title span::after {
right: 41%;
}

.sec-5 a {
    padding: 12px 16px;
  }

  .sec-5 h3 {
    font-size: 18px;
}

.sec-5 img {
    top: -60px;
    width: 480px;
}

footer h3 {
    font-size: 20px;
}

}


.count{
  background: #e13337;
  padding: 30px 0px;
  margin-bottom: 40px;
}

.count h2{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}

.count_part{
 border: 2px #ececec solid;
  border-radius: 20px;
  padding: 20px 0px;
  background: #ce0005;
}


.products{

}

.products h3{
  font-size: 28px;
  color: #ccc;
  font-weight: bold;
  margin-bottom: 30px;
}

.products p{
  font-size: 15px;
  color: #686868;
  
}

.our-clients{
  border: 1px #ccc solid;
  border-radius: 20px;
  padding: 10px;
  background: #fff6f6;
}

.products a:hover{
  
  text-decoration: none;
}


.logo-text h2 {
  font-family: 'Teko', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #f50000;
  margin-top: 10px;
  margin-bottom: 0px;
  border-bottom: 1px dotted #bababa;
  line-height: 0.8;
  font-style: italic;
    font-size: 36px;
}


.video-container {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }
    .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0;
    }



.inner_page{
    margin: 3% 0%;
}


.inner_page h1{
    
  font-size: 50px;
  font-weight: 900;
  text-transform: capitalize;
  margin: 0 0 30px 0;
    
 background: linear-gradient(175deg, #e13336, #1f1919);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    
    
    
}


.inner_page p{
    line-height: 25px;
  font-size: 15px;
  margin: 20px 0px;
}



.inner_page h3{
    
  font-size: 19px;
  margin: 20px 0px;
  font-weight: 800;
  color: #000;
}



.inner_page h3 span{
   
  font-size: 5rem;
  background: linear-gradient(175deg, #e13336, #1f1919);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}


.inner_page h4{
 font-size: 2rem;
  color: #444;
  font-weight: 800;
  text-transform: uppercase;
  margin: 27px 0px;
}

.inner_page p {
  line-height: 25px;
  font-size: 15px;
  margin: 20px 0px;
}


.mtb{
    margin-top: 6% !important;
    margin-bottom: 6% !important;
}




.box .circal {
  
  color: #000;
  border: 2px solid #e13237;
}



.box {
  position: relative;
  width: 50%;
  padding: 1.5rem 4rem;
  opacity: 0;
  animation: animateBox 0.3s linear forwards;
}

@keyframes animateBox {
  0% {
    opacity: 0.8;
    transform: translateY(500px) scale(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.box:nth-child(2) {
  animation-delay: 0s;
}

.box:nth-child(3) {
  animation-delay: 0.4s;
}

.box:nth-child(4) {
  animation-delay: 0.6s;
}

.box:nth-child(5) {
  animation-delay: 0.9s;
}

.box:nth-child(6) {
  animation-delay: 1s;
}

.box:nth-child(7) {
  animation-delay: 1s;
}

.box-left {
  left: 0;
}

.box-right {
  left: 50%;
}

.box i {
  position: absolute;
  background: linear-gradient(-311deg, #fff, #fff, #fff);
  top: 30px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  border-radius: 50%;
  right: -25px;
  z-index: 10;
  /* color: red; */
}

.box .html {
  color: #000;
  border: 1px solid #e13237;
}

.box .css {
  /* color: var(--blue); */
  /* border: 4px solid var(--blue); */
  color: #00626c;
  border: 4px solid #00626c;
}

.box .javascript {
  /* color: var(--yellow); */
  /* border: 4px solid var(--yellow); */
  color: #00626c;
  border: 4px solid #00626c;
}
.box .react {
  /* color: var(--blue); */
  /* border: 4px solid var(--blue); */
  color: #00626c;
  border: 4px solid #00626c;
}
.box .angular {
  /* color: var(--red); */
  /* border: 4px solid var(--red); */
  color: #00626c;
  border: 4px solid #00626c;
}
.box .vue {
  /* color: var(--green); */
  /* border: 4px solid var(--green); */
  color: #00626c;
  border: 4px solid #00626c;
}

.box-right i {
  left: -25px;
}

.info {
 borser-bottom: 2px;
  position: relative;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  background: #fdfdfd;
  color: #fafafa;
  box-shadow: 0 5px 9px #b1b1b1;
  border-bottom: 2px solid #e23338;
}

.info h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000105;
}


.info .year{
    font-size: 23px;
  color: #e23338;
}

.info p {
  font-size: 14px;
  margin-bottom: 10px;
    color: #888;
}

.info a {
  text-decoration: none;
  color: var(--blue);
  font-size: 1rem;
  font-weight: 500;
  display: none;
}

.info a:hover {
  text-decoration: underline;
}

.info::after {
  content: "";
  position: absolute;
  top: 25px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #e13236;
  right: -14px;
  z-index: 10;
}

.box-right .info::after {
  border-left: 0;
  border-right: 14px solid #e13236;
  left: -14px;
}

.vertical-line {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 6px;
  height: 100%;
  transform: translateX(-50%);
  border-radius: 2px;
  background: linear-gradient(45deg, #051719, #003136 186%);
  animation: animateLine 3s linear forwards;
}

@keyframes animateLine {
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }
}

@media screen and (max-width: 775px) {
  /*.container {
    margin: 40px auto;
  }*/
  .vertical-line {
    left: 60px;
  }

  .box {
    width: 100%;
    /* padding-right: 1.5rem; */
    padding-left: 109px;
  }

  .box-left,
  .box-right {
    left: 0;
  }

  .box i {
    left: 35px;
  }

  .info::after {
    left: -16px;
  }

  .box-left .info::after {
    border-left: 0;
    border-right: 14px solid white;
    left: -14px;
  }

  /* .box i::after {
    content: "";
    width: 6px;
    height: 50px;
    background-color: red;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  } */
}

@media screen and (max-width: 500px) {
  .vertical-line {
    left: 40px;
  }

  .box {
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 85px;
  }

  .box i {
    left: 15px;
  }

  /* .box i::after {
    content: "";
    width: 5px;
    height: 50px;
    background-color: red;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  } */
}


a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  transition: all 0.5s ease-in-out;
}

.we-are-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  height: 900px;
}

@media screen and (max-width: 860px) {
  .we-are-block {
    height: 2200px;
  }
}

@media screen and (max-width: 500px) {
  .we-are-block {
    height: 2300px;
  }
}

#about-us-section {
  background: #e13237;
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 860px) {
  #about-us-section {
    flex-direction: column;
    justify-content: space-between;
  }
}

.about-us-image {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .about-us-image {
    position: relative;
    width: 100%;
    height: 45%;
  }
}

@media screen and (max-width: 747px) {
  .about-us-image {
    height: 35%;
  }
}

@media screen and (max-width: 644px) {
  .about-us-image img {
    position: absolute;
    left: -220px;
  }
}

.about-us-info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-evenly;
  width: 40%;
  height: 80%;
  margin-right: 850px;
  margin-left: 12px;
  z-index: 2;
}

@media screen and (max-width: 1353px) {
  .about-us-info {
    margin-right: 400px;
    width: 60%;
    background: #0c4c9199;
    padding: 0px 25px 0px 0px;
  }
}

@media screen and (max-width: 1238px) {
  .about-us-info {
    margin-right: 340px;
    width: 100%;
  }
}

@media screen and (max-width: 1111px) {
  .about-us-info {
    margin-right: 270px;
  }
}

@media screen and (max-width: 910px) {
  .about-us-info {
    margin-right: 150px;
  }
}

@media screen and (max-width: 860px) {
  .about-us-info {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 20px 0px 20px !important;
    width: 100%;
    height: 55%;
    align-items: center;
  }
}

@media screen and (max-width: 747px) {
  .about-us-info {
    height: 65%;
  }
}

.about-us-info h2 {
  color: white;
  font-size: 18pt;
  text-align: right;
  font-weight: 800;
}

@media screen and (max-width: 860px) {
  .about-us-info h2 {
    text-align: center;
  }
}

.about-us-info p {
  color: white;
  font-size: 12pt;
  text-align: right;
}

@media screen and (max-width: 860px) {
  .about-us-info p {
    text-align: center;
  }
}

.about-us-info a {
  background-color: white;
  color: #0c4c91;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.about-us-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}

#history-section {
  width: 100%;
  height: 50%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media screen and (max-width: 860px) {
  #history-section {
    flex-direction: column;
    justify-content: space-between;
  }
}

.history-image {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 820px;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 860px) {
  .history-image {
    position: relative;
    width: 100%;
    height: 40%;
  }
}

@media screen and (max-width: 747px) {
  .history-image {
    height: 35%;
  }
}

@media screen and (max-width: 644px) {
  .history-image img {
    position: absolute;
    right: -220px;
  }
}

.history-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-evenly;
  width: 40%;
  height: 80%;
  margin-left: 850px;
  margin-right: 12px;
  z-index: 2;
}

@media screen and (max-width: 1353px) {
  .history-info {
    margin-left: 400px;
    width: 60%;
    background: #ffffff99;
    padding: 0px 0px 0px 25px;
  }
}

@media screen and (max-width: 1238px) {
  .history-info {
    margin-left: 340px;
    width: 100%;
  }
}

@media screen and (max-width: 1111px) {
  .history-info {
    margin-left: 270px;
  }
}

@media screen and (max-width: 910px) {
  .history-info {
    margin-left: 150px;
  }
}

@media screen and (max-width: 860px) {
  .history-info {
    margin: 0px 0px 0px 0px !important;
    padding: 0px 40px 0px 40px !important;
    width: 100%;
    height: 60%;
    align-items: center;
  }
}

@media screen and (max-width: 747px) {
  .history-info {
    height: 65%;
  }
}

.history-info h2 {
  color: #010206;
  font-size: 18pt;
  text-align: left;
  font-weight: 800;
}

@media screen and (max-width: 860px) {
  .history-info h2 {
    text-align: center;
  }
}

.history-info p {
  color: #010206;
  font-size: 12pt;
  text-align: left;
}

@media screen and (max-width: 860px) {
  .history-info p {
    text-align: center;
  }
}

.history-info a {
  background-color: #010206;
  color: white;
  width: 180px;
  text-align: center;
  padding: 15px 0px 15px 0px;
  font-size: 14pt;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.history-info a:hover {
  background: #404140;
  color: white;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  transform: translateY(10px);
}



.contentLeft,
.contentRight{
    width: 100%;
}
.contentLeft .row{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}
.contentLeft .row .imgWrapper{
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.15);
}
.contentLeft .row .imgWrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    transition: 0.3s ease;
}
.contentLeft .row .imgWrapper:hover img{
    transform: scale(1.5);
}
.contentLeft .row .imgWrapper:nth-child(odd){
    transform: translateY(-20px);
}
.contentLeft .row .imgWrapper:nth-child(even){
    transform: translateY(20px);
}
.contentRight .content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.contentRight .content h4{
    font-size: 22px;
    font-weight: 400;
    color: #d35400;
}
.contentRight .content h2{
    font-size: 40px;
    color: #1e272e;
}
.contentRight .content p{
    font-size: 16px;
    color: #343434;
    line-height: 28px;
    padding-bottom: 10px;
}
.contentRight .content a{
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 13px 30px;
    color: #fff;
    background: #d35400;
    border-radius: 8px;
    user-select: none;
}
@media(max-width: 768px){
    .container{
        grid-template-columns: 1fr;
    }
    .contentLeft .row{
        grid-template-columns: repeat(2, 1fr);
    }
    .contentLeft .row .imgWrapper{
        height: 150px;
    }
    .contentRight .content h4{
        font-size: 18px;
    }
    .contentRight .content h2{
        font-size: 30px;
    }
}




.promise h3 {
  font-size: 19px;
  margin: 20px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  font-weight: 800;
  color: #000;
    text-align: center;
}


.promise h3 span{
 font-size: 5rem;
  background: linear-gradient(175deg, #e13336, #1f1919);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}







.fayatsec h3 {
  font-size: 19px;
  margin: 20px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
  font-weight: 800;
  color: #000;
    text-align: center;
}


.fayatsec h3 span{
 font-size: 5rem;
  background: linear-gradient(175deg, #e13336, #1f1919);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}



.fayatsec p{
    line-height: 30px;
  font-size: 16px;
  
}

.why{
    background: #fef7f7;
  padding: 2% 0px;
}

.why h3{
    font-size: 5rem;
  background: linear-gradient(175deg, #e13336, #1f1919);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}


.why p{
    line-height: 30px;
  font-size: 16px;
  margin-top: 8%;

}


.why_p p{
    color: #888;
}

.cert_p p{
    font-weight: 600;
    font-size: 18px;
    
}

.cert_p p a{
   background: linear-gradient(130deg, #e13336, #1f1919);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    
}


.impact{
    text-align: center;
    -webkit-box-shadow: 0 0 10px 0 #A1A1A1;
box-shadow: 0 0 10px 0 #A1A1A1;
    padding: 40px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.impact img{
    width: 198px;
  margin: auto;
 
 -webkit-box-shadow: 0 0 10px 0 #A1A1A1;
box-shadow: 0 0 10px 0 #A1A1A1;
  padding: 19px;
    
}


.why_p p strong{
    color: #000;
}


.why_p h5{
    font-size: 15rem;
  color: #e232380f;
  font-weight: 800;
  margin-bottom: -73px;
}

.why_p h2{
   font-size: 3rem;
  background: linear-gradient(130deg, #e13336, #1f1919);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  margin-bottom: 60px;
}


.why_p ul li{
    font-size: 16px;
    margin: 5px 0px;
}


.com_p img{
    width: 113px;
    height: 98px;
}


ul.dulevo_link{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration:none;
    text-align: center;
}



ul.dulevo_link li{
   display: inline-block;
}

ul.dulevo_link li a{
   color: #444;
    border: 1px #666 solid;
    padding: 10px 10px;
    border-radius: 5px;
}

ul.dulevo_link li a:hover{
   color: #444;
    background: #ff000052;
    text-decoration: none;
}


.cat_pro{
    -webkit-box-shadow: 0 0 10px 0 #D6D6D6;
box-shadow: 0 0 10px 0 #D6D6D6;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.cat_pro h2{
    font-size: 32px;
  font-weight: 600;

}

.cat_pro h2 a{
    font-size: 23px;
  font-weight: 600;
color: #333;
}

.cat_pro p{
   color: #a2a2a2;
   height: 200px;
}

.pro_link a{
    border-bottom: 1px #000206 solid;
  padding-bottom: 5px;
  font-size: 16px;
  color: #e03337;
}

.pro_link a:hover{
   text-decoration: none;
     color: #000206;
border-bottom: 1px #e03337 solid;
}


.pro_detail h1{
    font-size: 50px;
  font-weight: 900;
  text-transform: capitalize;
  margin: 0 0 30px 0;
  background: linear-gradient(175deg, #e13336, #1f1919);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pro_detail p{
     line-height: 40px;
  
  font-size: 16px;
    
}

.pro_detail ul{
    margin: 0;
    
  padding: 10px;
  margin-top: 53px;
  background: #fbfbfb;
  border-radius: 14px;
    
}

.pro_detail ul li{
   line-height: 40px;
  margin-left: 30px;
  font-size: 16px;
    
}

.pro_detail ul li strong{
  color: #e13137;
    
}

.pro_video{
    padding: 20px;
  border: 1px #ccc solid;
  border-radius: 20px;
  background: #fff3f3;
}
.pro_enq_link{
    
}

.pro_enq_link a{
    padding: 20px 20px;
  background: #444;
  color: #fff;
  border-radius: 5px;
  float: right;
  margin-top: 30px;
}


.pro_enq_link a:hover{
   text-decoration: none;
  background: #e03136;
  color: #fff;
  
}



.download_link{
    
}

.download_link a{
    padding: 20px 20px;
  background: #444;
  color: #fff;
  border-radius: 5px;
  float: left;
 margin: 30px 0px;
}


.download_link a:hover{
   text-decoration: none;
  background: #e03136;
  color: #fff;
  
}


.contacts{
    text-align: center;
}

.contacts h2{
    font-weight: 800;
  margin-bottom: 30px;
  color: #020306;
}

.contacts p{
    margin: 0px;
}



.sec_breadcrumb {
  background-color: #eff7ff;
}

.breadcrumb {
  margin-bottom: 0rem !important;
  margin-top: 0rem !important;
  background-color: #eff7ff;
  border-radius: 0rem !important;
    padding: 10px 0px;
}


.pro_spec table tr td:nth-child(3) {
  text-align: right;
}

.pro_spec table tr td{
  padding: 10px;
    font-size: 16px;
    border: none;
}


.pro_spec table tr::before {
  content: " →";
  display: inline-block;
  margin-left: 10px;
  color: #e13237;
    margin-top: 10px;
}


.pro_spec h3{
    font-size: 70px;
  margin-bottom: 57px;
  color: #ccc;
}


.table-hover > tbody > tr:hover {
  background-color: #df3335 !important;
  color: #fff !important;
}

.pro_spec table tr:hover::before {
 
  color: #fff;

}