
@import url('https://fonts.googleapis.com/css2?family=Oswald&family=Ubuntu&display=swap');

body {
    height: 100%;
    /* font-family: 'Oswald', sans-serif; */
}
.fnt-fam{
    font-family:'Oswald', sans-serif ;
}
.fnt-fam2{
    font-family: 'Ubuntu', sans-serif;
}
body {
	overflow-x: hidden;
}
.wid-70 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
.wid-100 {
    width: 100%;
   
  }
#scrollUp {
  bottom: 20px;
  right: 5px;
  width: 45px; /* Width of image */
  height: 45px; /* Height of image */
  background: url(../assets/scroll-up.png) no-repeat;
}
@media screen and (max-width: 767px) {
    .video_section {
    padding: 25px 0 !important;
}
.projects .news .section-right .article {
    margin-right: 0 !important;
}
.call p {
    font-size: 14px !important;
}
.inn_info {
    padding: 0 !important;
    margin: 15px 0 !important;
}
}
/* @media screen and (max-width: 767px){*/
/*         #scrollUp{*/
/*    right: 2vw;*/
/*     bottom: 8%;*/
/*    }*/
/*}*/


/* .top-heading {
	background: #000;
	width: 100%;
	color: #fff; 
}

.top-heading .contact-info {
	padding-top: 8px;
}

.top-heading .contact-info a {
	font-size: 14px;
	font-weight: 400;
    font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-decoration: none;
} */

/* @media screen and (max-width: 500px) {
.top-heading .contact-info a {
	font-size: 12px;
}
}

.top-heading .contact-info span {
	padding-right: 5px;
}

.top-heading .social-icons {
	list-style: none;
	padding-top: 8px;
}

.top-heading .social-icons li {
	display: inline-block;
}

.top-heading .social-icons .icon {
	font-size: 20px;
	padding-left: 10px;
	color: #fff;
	text-shadow: 1px 1px #fff;
	text-decoration: none;
}

@media screen and (max-width: 500px) {
.top-heading .social-icons .icon {
	font-size: 16px;
}
} */

/******** Slider ********/

.carousel, .item, .active {
    height: 100vh;
}

.carousel-inner {
    height: 100%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}


#mainCarousel .slider_overlay {
    background: none repeat scroll 0 0 #272727;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.bannerHome {
    height: 100vh;
}

.bannerHome {
    background: transparent;
    transition: .4s ease-out 100ms;
    height: 100vh;
    min-height: 660px;
    background-size: cover;
}

.homeVideo {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}
.homeVideo .video-overlay:before {
    height: 100vh;
}

.video-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(2, 4, 35, 0.76) 0%, rgba(3, 7, 55, 0.0532) 100%);
}
.video-overlay video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

#mainCarousel .hero {
    position: relative;
    top: 50%;
    left: 50%;
    z-index: 1000;
    color: #fff;
    text-align: center;
    padding: 0 13%;
    /* font-family: 'NTR', sans-serif; */
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

#mainCarousel .hero h1 {
    font-size: 50px;
    margin: 0;
    padding: 0;
    font-family:'Oswald', sans-serif ;
    /* font-family: 'Hammersmith One', sans-serif; */
    /*text-transform: uppercase;*/
}

#mainCarousel .hero h3 {
    font-size: 26px;
    margin-top: 5vh;
    padding: 0;
}

#mainCarousel .hero button {
	margin-top: 30px;
	background: #cc3b02;
	font-size: 20px;
	padding: 10px 20px;
	outline: none;
}

#mainCarousel .carousel-indicators {
	position: absolute;
	z-index: 1000;
}

#mainCarousel .carousel-control {
	position: absolute;
	z-index: 1000;
}

#mainCarousel .carousel-control.left {
	background-image: none;
	z-index: 1;
}

#mainCarousel .carousel-control.right {
	background-image: none;
	z-index: 1;
}

@media screen and (min-width: 768px) {
#mainCarousel .carousel-control .icon-next, #mainCarousel .carousel-control .icon-prev {
    width: 200px;
    height: 100vh;
    margin-top: -100px;
    font-size: 200px;
    margin-right: -100px;
    margin-left: -100px;
    color: #cc3b02;
}
}

#mainCarousel .carousel-indicators .active {
    background: #cc3b02;
    border: 1px solid #cc3b02; 
}


/******** Media Queries ********/

@media screen and (max-width: 1071px) {
#mainCarousel .hero h1 {
	font-size: 70px;
}
}

@media screen and (max-width: 938px) {
#mainCarousel .hero h1 {
	font-size: 60px;
}
}

@media screen and (max-width: 799px) {
#mainCarousel .hero h1 {
	font-size: 60px;
}
}

@media screen and (max-width: 799px) {
#mainCarousel .hero h3 {
	font-size: 22px;
    margin-top: 2vh;
}
}

@media screen and (max-width: 608px) {
#mainCarousel .hero h1 {
	font-size: 50px;
}
}

@media screen and (max-width: 608px) {
#mainCarousel .hero h3 {
	font-size: 20px;
    margin-top: 2vh;
}
}

@media screen and (max-width: 507px) {
#mainCarousel .hero h1 {
	font-size: 45px;
}
}

@media screen and (max-width: 507px) {
#mainCarousel .hero h3 {
	font-size: 18px;
    margin-top: 2vh;
}
}

@media screen and (max-width: 400px) {
#mainCarousel .hero h1 {
	font-size: 40px;
}
}

@media screen and (max-width: 400px) {
#mainCarousel .hero h3 {
	font-size: 16px;
    margin-top: 2vh;
}
}

  
  
  .about-section{
    /* background: url('../assets/Road safety Products 2.jpeg') no-repeat left;
    background-size:90%;
    background-color: #fdfdfd; */
    /* overflow: hidden;
    padding: 100px 0; */
    padding: 10vh 0;
}
.about-lft{
    flex: 1;
}
.about-lft> img{
    /* box-shadow: 0 0 10px 4px black; */
   height: auto;
   width: 47vw;
  /* --color: #b72804; */
  /*--border: 10px;   */
  /*--offset: 20px;  */
  /*--gap: 5px;       */
  
  /*--_c: var(--color) var(--border), #0000 0 calc(100% - var(--border)),var(--color) 0;*/
  /*--_o: calc(3*var(--offset));*/
  /*padding: */
  /*  calc(var(--gap) + var(--border))*/
  /*  calc(var(--gap) + var(--border) + var(--offset))*/
  /*  calc(var(--gap) + var(--border) + var(--offset))*/
  /*  calc(var(--gap) + var(--border));*/
  /*background: */
  /*  linear-gradient(      var(--_c)) var(--_o) var(--_o), */
  /*  linear-gradient(90deg,var(--_c)) var(--_o) var(--_o);*/
  /*background-size: calc(100% - var(--_o)) calc(100% - var(--_o));*/
  /*background-repeat: no-repeat;*/
  /*filter: grayscale(.4);*/
  border-radius:10px;
  transition: .5s;
  cursor: pointer;
}
/*img:hover {*/
/*  background-position: 0px 0px;*/
/*  background-size: calc(100% - var(--offset)) calc(100% - var(--offset));*/
/*  filter: grayscale(0);*/
/*}*/

.about-rgt{
    flex: 1;
}
.about-rgt h1{
    color: #b20c0c;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	/*text-align: center;*/
	margin-top: 0px;
	padding: 0 5vw;
}
.inner-container{
    width: 55%;
    float: right;
    background-color: #fdfdfd;
    padding: 150px;
}

.inner-container h1{
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 900;
}

.text{
    font-size: 15px;
    /* color: #545454; */
    line-height: 30px;
    /* text-align: center; */
    /* margin: 40px 0; */
    padding: 0 5vw;
}

.skills > p{
    /* display: flex; */
    /* justify-content: space-between; */
    /*text-align: center;*/
    font-weight: 800;
    font-size: 20px;
    padding: 0 5vw;
}

/* @media screen and (max-width:1200px){
    .inner-container{
        padding: 80px;
    }
}

@media screen and (max-width:1000px){
    .about-section{
        background-size: 100%;
        padding: 100px 40px;
    }
    
} */

@media screen and (max-width:600px){
    .about-rgt h1{    
        font-size: 40px; 
        margin-top: 3vh; 
        margin-bottom: 0;
    }
    .text{
        font-size: 20px;
    }
    .about-lft> img{
      
       height: 60vw;
       width: 85vw;
       align-items: center;
       text-align: center;
       justify-content: center;
    }
    .about-section{
        padding: 6vh 0;
    }
}









  #services{
    width: 100vw;
 background-image: url("../assets/about.jpg");
 background-size: cover;
    /*opacity: 0.7; */
    /* z-index: -1; */
}
.services-bg-cont{
    background-color: rgb(0 0 0 / 34%);
}
.services-container{
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
   
    align-items: center;
    justify-content: center;
    text-align: center;
}
.service-top{
margin-top: 6vh;

}
.section-title{
    color: #eb0038;
    font-size: 30px;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    text-align: center;
    margin-top: 10px;
}
.service-top h3{
    margin-bottom: 10px;
    color: black;
    font-weight: 700;
}
.service-bottom{
    display: flex;
    flex-direction: column;
    margin: 15px 0px;
}


/* .service-btm1{
    display: flex;
    flex-direction: row;
}
.service-btm2{
    display: flex;
    flex-direction: row;
} */

.service-item{
    border: 1px solid rgb(237 237 237);
    position: relative;
    /*height: 80vh;*/
    width: 100%;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 9px 3px rgb(89 34 34);
} 


/* .info{
    opacity: 1;
    transform: translateY(0px)
}

.info::before{
content: "";
position:absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
border-radius: 15px;
background: rgba(black, 0.6);
z-index: 2;
transition: 0.5s;
opacity: 0;
} */
.icon img{
    /*border-radius: 1px 1px 12px 14px;*/
    /*height: 65vh;*/
    /*width: 18vw;*/
    border-radius: 10px;
}

.name p{
color: rgb(165, 0, 0);
font-size: 20px;
font-weight: 800;
margin-top: 0.6vw;
letter-spacing: 0.7px;
}
.name button{
background-color: rgb(214, 10, 10);
color: white;

}

/* .info{
		position: relative;
		z-index: 3;
		color: white;
		opacity: 0;
		transform: translateY(30px);
		transition: 0.5s;
} */
		/* .info> h1{
			margin: 0px;
} */
/*@media screen and (max-width: 700px){*/
/*    .service-item{*/
/*        height: 65vh;*/
/*         height: fit-content;*/
/*        width: 90vw;*/
       
/*       }*/
/*       .icon img{*/
/*           height: 50vh ;*/
/*           width: 85vw;*/
/*       }*/
/*       .name p{*/
/*        font-size: 27px;*/
       
/*        }*/
/*}*/


/********** Why choose us ***********/
.projects {
	padding-top: 60px;
	padding-bottom: 60px;
	/* font-family: "Open Sans", Arial, sans-serif; */
    position: relative;
}

.heading>p{
    font-size: 18px;
}
@media screen and (max-width: 500px) {
.projects {
	padding-top: 20px;
	padding-bottom: 20px;
}
.projects-container{
    margin-top: 6vh;
}
}

.projects h3 {
    color: #b20c0c;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 0px;
}

.projects hr {
	width: 75px;
	height: 2px;
	background: #b20c0c;
}

.projects .news {
	margin-top: 50px;
	position: relative;
}

.projects .news:before {
	content: "";
	width: 2px;
	background: #000;
	height: 100%;
	position: absolute;
	left: 50%;
    z-index: -1;
}

.projects .news .date {
    color: #fff;
    text-align: center;
    display: block;
    background: #000;
    padding: 2px;
    margin: auto;
    width: 100px;
	margin-bottom: 50px;
}


@media screen and (max-width: 991px) {
.projects .news .date {
	margin-bottom: 0px;
}
}


.projects .news .date h4 {
    font-size: 16px;
    font-weight: 600;
}

.projects .news .section {
	margin-top: 40px;
}

/* Section Left */

.projects .news .section-left:before {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    margin-right: -10px;
    background: #000;
    border-radius: 50%;
    z-index: 100;
}

.projects .news .section-left:after {
    content: "";
    width: 80%;
    height: 2px;
    background-color: #000;
    position: absolute;
    right: 0;
    top: 50%;
}

@media screen and (max-width: 991px) {
.projects .news .section-left:before {
	display: none;
}
}

@media screen and (max-width: 991px) {
.projects .news .section-left:after {
	display: none;
}
}


.projects .news .section-left .article {
    background: #000;
    padding-top: 26px;
    padding-bottom: 31px;
    position: relative;
    z-index: 100;
    margin-right: 50px;
}

@media screen and (max-width: 991px) {
.projects .news .section-left .article {
	margin-right: 0px;
	margin-top: 40px;
}
}


/* Section Right */

.projects .news .section-right:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    background: #000;
    border-radius: 50%;
    z-index: 100;
}

.projects .news .section-right:after {
    content: "";
    width: 80%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 50%;
}

@media screen and (max-width: 991px) {
.projects .news .section-right:before {
	display: none;
}
}

@media screen and (max-width: 991px) {
.projects .news .section-right:after {
	display: none;
}
}

.projects .news .section-right .article {
    background: #000;
    padding-top: 26px;
    padding-bottom: 31px;
    position: relative;
    z-index: 100;
    margin-left: 50px;
}

@media screen and (max-width: 991px) {
.projects .news .section-right .article {
	margin-left: 0px;
	margin-top: 40px;
    margin-right: 10px;
}
}


.projects .news .article .wrap {
	padding: 5px 30px;
}

.projects .news .article .wrap .heading {
	color: #fff;
}

.projects .news .article .wrap .heading h5 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
}

.projects .news .article .wrap .heading h5 span {
	margin-right: 20px;
	font-size: 20px;
}



@media screen and (max-width: 1199px) {
.projects .news .col-md-offset-1 {
	margin-left: 0%;
}
}


@media screen and (max-width: 990px) {
.projects .news .article {
	margin-right: 0px;
	margin-left: 0px;
}
.heading>p{
    font-size: 16px;
}
.custom-shape-divider-top-1678432669 svg {
    height: 80px;
}
}


.projects .news .button {
	text-align: center;
	margin-top: 40px;
	position: relative;
}

.projects .news .button a {
	color: #000;
	background: #fff;
	border: 2px solid #000;
	font-size: 15px;
	font-weight: 600;
	transition: background-color 0.5s ease;
}

.projects .news .button a:hover {
	background: #000;
	color: #fff;
}
.custom-shape-divider-top-1678432669 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.custom-shape-divider-top-1678432669 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 113px;
}

.custom-shape-divider-top-1678432669 .shape-fill {
    fill: #D90D0D;
}

/********* Clients *********/

.clients-container{
    padding: 4vw 0;
}
.clients-container> h2{
    color: #b20c0c;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	/* margin-top: 0px; */
    margin-bottom: 12vh;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    height: 25vh;
}

@media screen and (max-width: 990px) {
    .slick-slide img {
        width: 100%;
        /* width: 20vw; */
        height: 100%;
        object-fit: contain;
    }
    }
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.custom-shape-divider-top-1678519364 {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1678519364 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 46px;
}

.custom-shape-divider-top-1678519364 .shape-fill {
  fill: #EA0808;
}
.custom-shape-divider-bottom-1678519650 {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1678519650 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 31px;
}

.custom-shape-divider-bottom-1678519650 .shape-fill {
  fill: #EA0808;
}

/* Certifiacte */
.certificate-cont {
padding-top: 10vh;
}
.certi-lft{
    flex: 1;
    /*padding: 0 6vw;*/
    /* justify-content: center;
    align-items: center; */
    display: flex;
    flex-direction: column;
}
.certi-hd{
    margin: 20px auto;
    /* padding-left: 40px; */
    color: #b20c0c;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.certi-txt{
background-image: url('../assets/Alcolite Stall 2.jpeg');
background-size: cover;
background-repeat: no-repeat;
height: 70vh;
border-radius: 20px;
}
.certi-txt-bg{
background-color: rgba(21, 21, 21, 0.8);
height: 70vh;
border-radius: 20px;
}
.certi-p{
    color: white;
    font-size: 15px;
    font-weight: 600px;
    text-align: center;
    padding: 3vh 2vh;
    margin: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    
}
.certi-p1{
    color: white;
    font-size: 15px;
    font-weight: 600px;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    
    padding-top: 10vh;
}
.certi-rgt{
    flex: 1;
    text-align: center;
}
.certi-rgt > img {
    height: 80vh;
    --g: 4px;     /* the gap */
    --b: 10px;    /* border thickness*/
    --c: #970606; /* the color */
    
    
    padding: calc(var(--g) + var(--b));
    --_c: #0000 0 25%, var(--c) 0 50%;
    --_g1: repeating-linear-gradient(90deg ,var(--_c)) repeat-x;
    --_g2: repeating-linear-gradient(180deg,var(--_c)) repeat-y;
    background:
      var(--_g1) var(--_p, 25%) 0   ,var(--_g2) 0    var(--_p,125%),
      var(--_g1) var(--_p,125%) 100%,var(--_g2) 100% var(--_p, 25%);
    background-size: 200% var(--b),var(--b) 200%;
    cursor: pointer;
    filter: grayscale(50%);
    transition: .3s;
  }
  img:hover {
    --_p: 75%;
    filter: grayscale(0%);
  }
  @media screen and (max-width: 780px){
    .certi-hd{
        font-size: 30px;
        text-align: center;
    }
    .certi-txt{
        height: fit-content;
       width: 90vw;
       margin-left: auto;
       margin-right: auto;
        }
 .certi-txt-bg{
            height: fit-content;    
            }
.certi-rgt>img{
                margin-top: 5vh;
                width: 90vw;
                height: 70vh;
            }
  }


/*********** Gallery ***************/




                     /*************** Contact **********/

 .disp-flx-rw{
     display: flex;
     flex-direction: row;
    }
 .disp-flx-rw-alt{
     display: flex;
     flex-direction: row;
     align-items:center;
    }
.contact-cont{
    /* height: 100vh; */
    /* height: 100%; */
    width: 100vw;
    background-image: url('../assets/bg-back.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-cont>h2{
    color: white;
    align-items: center;
    padding-top: 7vh;
    text-align: center;
    font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.branch-head{
    color: white;
    font-size: 20px;
	font-weight: 500;
    /*text-shadow: 1px 4px 2px #0b0b0a;*/

}
.con_cont{
    /* border: 1px solid blue; */
    /* height: 100%; */
    margin-top: 10px;
    padding: 10px;
    align-items: center; 
}
.con_left{
    /* border: 1px solid red; */

    width: 50vw;
    /* height: fit-content; */
/* position: absolute; */
  
}
.inn_info{
    padding: 10px 20px ;
    margin: 5px;
}
.call i{
margin: 10px;
color: yellow;
/* height: 3vw;
width: 3vw; */
}
.call p{
margin: 10px;
/* text-transform: uppercase; */
color: white;
font-size: 15px;
}

.detail{
    display: flex;
    flex-direction: column;
    margin: 5px;
}
.detail p{
    /* font-size: 0.9vw; */
    /* font-weight: bold; */
    /* color: white; */
    
}
.con_right{
    /* border: 1px solid red; */
    /* background-color: white;
    height: 50vh; */
    width: 38vw;
    height: 80vh;
    /* position: relative; */
    left: 50%;
    bottom: 1vh;
}
.fhead p{
    color: #b20c0c ;
    font-size: 30px;
    font-weight: bold;
}
.contact_form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 80vh;
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px 4px #f7f7f4; */
}
.inn_form input{
    width: 21vw;
    height: 6vh;
    background: transparent;
    border-bottom: 3px solid #0f0f0f;
    border-top: none;
    border-right: none;
    border-left: none;
    color: rgb(31, 30, 30);
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 30px;
    /* font-family: sans-serif; */
}
::placeholder{
    color: rgb(177, 173, 173);
    /* font-family: sans-serif; */
    font-size: 1.9vh;
    font-weight: 300px;

}
.cont_btn{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}
.cont_sub{
    border: 2px solid rgb(19, 19, 18);
border-radius: 5px;
    width: 9vw;
    background-color: transparent;

color: rgb(15, 15, 15);
text-align: center;
padding: 9px 5px;
font-weight: bold;
text-transform: uppercase;
}
.cont_sub:hover{
    background-color: #e70202;
    color: white;
}
.info{
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 780px){
    .disp-flx-rw-alt{
        display: flex;
        flex-direction: column;
       }
       .con_left{
        width: 90vw;
    }
    .call p {
        font-size: 17px;
    }
    .con_right {
        width: 80vw;
        height: 80vh;
    }
    .contact_form{
        height: fit-content;
        /*height: 75vh;*/
    }
    .fhead p {
        font-size: 35px;    
    }
    .inn_form input {
        width: 60vw;
}
::placeholder{   
    font-size: 3vw;
}
.cont_sub {
    width: 24vw;
    font-size: 22px;
}
}

              /************** footer ***********/
     .a{
        text-decoration: none;
        color: white;
     }
      .a:hover{
        color: yellow;
     }
              .dis-flx-col{
                display: flex;
                flex-direction: column;
              }
.footer-cont{
    background: #000c29;
}

 .footer-distributed{
	/* display: flex;
    flex-direction: row; */
	/* box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12); */
	/* box-sizing: border-box; */
	/* width: 100%; */
	text-align: left;
	font: bold 16px sans-serif;
	padding: 55px 0;
    padding-bottom: 10px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	/* display: inline-block; */
    flex: 1;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 40%;
}

/* The company logo */

.footer-left> img{
    width: 20vw;
    height: 3vw;
}
/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	/* display:inline-block; */
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
    font-size: 18px;
}
.footer-distributed .footer-links a:hover{
	color: #e90606;
}

.footer-distributed .footer-company-name{
	color:  #46cef7;
	font-size: 15px;
	font-weight: normal;
	margin: 0;
    margin-top: 4vh;
}
.copyright{
    color: white;
}
.copyright:hover{
    color:  #46cef7;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #c70000;
	color: #ffffff;
	font-size: 30px;
	width: 3vw;
	height: 3vw;
	border-radius: 50%;
	text-align: center;
	line-height: 45px;
	margin: 10px 15px;
	vertical-align: middle;
}

/* .footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
} */

.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
    display: flex;
    align-items: center;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color: white;
	text-decoration: none;;
}
.footer-distributed .footer-center p a:hover{
	color: #b20c0c;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 20%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #fcfdfe;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}


.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

.footer-btm{
    display: flex;
    flex-direction: row;
margin-top: 3vh;
padding-bottom: 1vw;
}
.wtsapp-cont  {
    flex: 1;
    padding-top: 2vh;
    padding-left: 2vw;
        position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 111;
  }
  .wtsapp{
    width: 5vw;
    height: 5vw;
  }
  .phone-cont {
    flex: 1;
    padding-top: 2vh;
    padding-right: 2vw;
        position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 111;
  }
  .phone {
    width: 5vw;
    height: 5vw;
    float: right;
  }
/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px sans-serif;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
    .footer-distributed .footer-center p{
       text-align: left;
    }
	.footer-distributed .footer-center i{
		margin-left: 0;
	}

    .footer-distributed .footer-center i{
        font-size: 25px;
        width: 11vw;
        height: 11vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer-left> img {
        width: 50vw;
        height: 9vw;
    }
    .footer-distributed .footer-links{
       
        justify-content: center;
        align-items: center;
        width: max-content;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-distributed .footer-links a:before {
       padding: 0;
      }
       .wtsapp-cont  {
        padding-top: 0;      
      }
      .phone-cont  {
        padding-top: 0;      
      }
    .wtsapp {
        width: 14vw;
        height: 14vw;
    }
    .phone {
        width: 14vw;
        height: 14vw;
    }
    .footer-btm{
        margin-top: 0;
        padding-left:  2.5vw;
        padding-right:  2.5vw;
        padding-bottom: 3vw;
    }
    .footer-distributed .footer-company-name{
    margin-top: 10vh;
}
}
/* pop up */
#abc {
width:100%;
height:100%;
opacity:.95;
top:0;
left:0;
display:none;
position:fixed;
background-color:#313131;
overflow:auto;
z-index: 9999;
}
img#close {
position:absolute;
right:3px;
top: 1px;
cursor:pointer;
height: 2vw;
width: 2vw;

}
div#popupContact {
    position: absolute;
    left: 50%;
    top: 15%;
    margin-left: -202px;
    z-index: inherit;
}
#pop-form {
max-width:420px;
min-width:250px;
padding:10px 50px;
box-shadow: 0 0 10px -2px white;
border:5px solid #930b0b;
border-radius:10px;
background-color:#fff
}
/* p {
margin-top:30px
} */
.enquiry-hd {
background-color:#f8d8ce;;
padding:20px 35px;
margin:-10px -50px;
text-align:center;
border-radius:10px 10px 0 0
}
hr {
margin:10px -50px;
border:0;
border-top:1px solid #ccc
}
#pop-form >input[type=text] {
width:100%;
padding:10px;
margin-top:25px;
border:1px solid #ccc;
padding-left:40px;
font-size:16px;
}
::placeholder{
    color: rgb(177, 173, 173);
    /* font-family: sans-serif; */
    font-size: 2vh;
    font-weight: 300px;

}
#name {
background-image:url(../assets/name.png);
background-repeat:no-repeat;
background-position:5px 7px;
}
#emailid {
background-image:url(../assets/mail.png);
background-repeat:no-repeat;
background-position:5px 7px;
}
#mobile {
background-image:url(../assets/call.png);
background-repeat:no-repeat;
background-position:5px 7px;
}
#address {
background-image:url(../assets/location.png);
background-repeat:no-repeat;
background-position:5px 7px;
background-size: 28px;
}

textarea {
background-image:url(../assets/message.png);
background-repeat:no-repeat;
background-position:5px 7px;
background-size: 30px;
width:95%;
padding:10px;
/* margin-top:30px; */
border:1px solid #ccc;
padding-left:40px;
font-size:16px;
/* font-family:raleway */
}
#msg{
    margin-top: 30px;
    width:100%;
}

#submit {
text-decoration:none;
width:100%;
text-align:center;
display:block;
background-color:#cd1f01;
color:#fff;
border:1px solid #cd1f01;
padding:10px 0;
font-size:20px;
cursor:pointer;
border-radius:5px;
margin-top:30px;
}
span {
color:red;
font-weight:700
}
 @media screen and (max-width: 780px){

        img#close {

            height: 7vw;
            width: 7vw;
            
            }
    }
button {
/* width:10%;
height:45px;
border-radius:3px;
background-color:#cd1f01;
color:#fff;
font-family:'Raleway',sans-serif;
font-size:18px;
cursor:pointer */
}

/* .snip1577 {
    font-family: 'Montserrat', Arial, sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #000;
  }
  
  .snip1577 *,
  .snip1577:before,
  .snip1577:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  
  .snip1577 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    height: 100%;
    object-fit: cover;
  }
  
  .snip1577:before,
  .snip1577:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #fff;
    z-index: 1;
    opacity: 0;
  }
  
  .snip1577:before {
    width: 0;
    height: 1px;
  }
  
  .snip1577:after {
    height: 0;
    width: 1px;
  }
  
  .snip1577 figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
  }
  
  .snip1577 h3,
  .snip1577 button{
    margin: 0;
    font-size: 1.1em;
    font-weight: normal;
    opacity: 0;
    margin-bottom: 2vh
  }
  
  .snip1577 button {
    background-color: red;
    font-size: .8em;
    text-transform: uppercase;
  }
  
  /* .snip1577 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  } */
  
  /* .snip1577:hover img,
  .snip1577.hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    opacity: 0.2;
  }
  
  .snip1577:hover:before,
  .snip1577.hover:before,
  .snip1577:hover:after,
  .snip1577.hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
  }
  
  .snip1577:hover:before,
  .snip1577.hover:before {
    width: 40px;
  }
  
  .snip1577:hover:after,
  .snip1577.hover:after {
    height: 40px;
  }
  
  .snip1577:hover h3,
  .snip1577.hover h3,
  .snip1577:hover button,
  .snip1577.hover button {
    opacity: 1;
  }
  
  .snip1577:hover h3,
  .snip1577.hover h3 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  
  .snip1577:hover button,
  .snip1577.hover button {
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }  */
  
.video_section {
    padding: 80px 0;
}
.video_section h3  {
      color: #b20c0c;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 0px;
    margin-bottom:30px;
  }
.video_section video {
    border-radius: 10px;
        background: #000;
            margin-bottom: 30px;
}
.gallery_slider img {
    height: 350px;
    width: 100%;
    object-fit: scale-down;
    border-radius: 10px;
    border: 1px solid;
}

@media(max-width:767px){
 .gallery_slider img {
    height: auto;
    width: 100%;
}   
}
.video_section .box_events {
    /*box-shadow: 0 0 10px #e5e0e0;*/
    /*padding: 10px;*/
}

.video_section .box_events img {
        width: 100%;
}
.video_section .box_events h4 {
        font-size: 25px;
    font-weight: 600;
}
.video_section .box_events li {
        display: inline-block;
    list-style: none;
    padding-right: 10px;
    font-size: 18px;
}
.video_section .event-meta {
    padding:0;
}
.p-0 {
    padding-top:0;
}
.award_slider img {
    height:auto;
    border-radius:10px;
    padding:5px;
    border:1px solid #000;
}
.Confirmation_latter img {
    width:100%;
        border: 1px solid #474d63;
}

.panel-default {
    border-color: #ddd;
    border-radius: 15px !important;
}

.panel-body {
    padding: 0 !important;
}
.customer-logos {
    padding-top:50px;
    padding-bottom:50px;
}
.customer-logos .slide {
  margin: 15px 0;
}

.customer-logos img {
    /* border-radius: 50%; */
    max-width: 100%;
    border: 1px solid #b5b5b5;
    height: auto;
}
.align-items-center {
    display: table;
    height: 100%; /* Ensure the parent element has a defined height */
    width: 100%;
  }
  .align-items-center > [class^="col-"] {
    display: table-cell;
    vertical-align: middle;
  }
  .align-items-center > [class^="col-"] {
      display: inline-block;
      float: none;
      vertical-align: middle;
      
}

#about {
    padding-top:60px;
    padding-bottom:60px;
}

#clients {
    padding-top:30px;
    padding-bottom:30px;
}
#contact {
   padding-top:30px;
    /*padding-bottom:30px;*/ 
}
.award_slider {
    padding-top:30px;
    /*padding-bottom:30px;*/
}
.box_events {
    padding-top:30px;
    /*padding-bottom:30px; */
}
.gallery_slider {
    padding-top:30px;
    /*padding-bottom:30px;*/
}
.Confirmation_latter{
    padding-top:30px;
    /*padding-bottom:30px;*/
}
.paragraph_box h1 {
    color: #eb0038;
    font-size: 30px;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    /* text-align: center; */
    margin-top: 5px;
}
.video_you {
    padding: 8px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(229, 229, 229, 1);
}
.rounded-iframe {
    border-radius: 10px;
    overflow: hidden;
  }
  
.g-4 > [class^="col-"] {
    padding: 15px; /* Adjust spacing as needed */
}
.align-content-center {
    align-content: center !important;
}
.slide img {
    border:1px solid #ddd;
}

.pop-form1 {
    max-width: 420px !important;
    min-width: 250px!important;
    padding: 10px!important;
    box-shadow: 0 0 10px -2px white!important;
    border: none important;
    border-radius: 10px!important;
    /* background-color: #fff; */
}

.icon {
  position: relative; /* Allows positioning the button relative to the image */
  display: inline-block;
}

.img-btn {
    position: absolute;
    bottom: 50px;
    /* left: 50%; */
    transform: translateX(-50%);
    background-color: #f00 ! IMPORTANT;
    color: #fff;
    padding: 10px 50px ! IMPORTANT;
    border: none;
    border-radius: 7px ! IMPORTANT;
}
}

.img-btn:hover {
  background-color: #0056b3; /* Darker blue for hover state */
}
