 *{
	  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html
{
  scroll-behavior: smooth!important;
}
body {
  font-family: 'Barlow Condensed';
  color: #eee;
  line-height: 28px;
  font-weight: 300;
  background-color: #fff;
  overflow-x: hidden!important;
}

.historyImg{
  aspect-ratio: 3/1.5;
}

.historyImg img{ 
  object-fit: cover;
}

/* body {
            animation: fadeInAnimation ease 3s;
            animation-iteration-count: 1;
            animation-fill-mode: forwards;
        }
        @keyframes fadeInAnimation {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }*/
ul
{
	list-style-type: none;
	text-decoration: none;
	padding:0;
	margin:0;
}
ul li
{
        font-family: 'Raleway', sans-serif;
}
a, p
{
	font-family: 'Raleway', sans-serif;
    color: #000;
}
h1, h2, h3, h4, h5, h6
{
	/*font-family: 'Stick No Bills', sans-serif;*/
    font-family: 'Spartan', sans-serif;
}
.top-strip
{
    position: fixed;
    z-index: 999;
    width: 100%;
}
.top-strip .social-icon li
{
	display: inline-block;
    padding: 0px 3px;
    position: relative;
    transition: all .3s ease-in-out;
    color: #fff;
    font-family: 'Space Grotesk', sans-serif;
    letter-spacing: 1px;
    font-size: 16px;
    margin-top: 6px;
}
.top-strip .social-icon
{
  float: right;
  height: 50px;
  background-color: #53002E;
}
.top-strip .social-icon li a
{
	color:#fff;
}
nav
{
	margin-top: -15px;
}
.navbar
{
    box-shadow: none;
    border:0;
    background:#53002E;
    border-radius: 0px 0px 20px 20px;
}
.navbar-brand{
  height: 85px;
}
 .navbar-brand img
 {
  /* position: absolute;
  top:-20px; */
  height: 100%;
  width: 100%;
 }
.navbar-light .navbar-nav .nav-link
{
	font-size: 16px!important;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
  /*  text-shadow: 1px 0px #000;*/
    margin-right: 8px;
    /*background: rgb(254 204 42);*/
    padding: 6px 9px;
    transition: .3s all ease-in-out
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
     color: #000; 
     background:#53002E;
}

.dropdown .dropdown-menu {
  padding:0;
}
.dropdown .dropdown-menu li
{
     border-bottom: 1px dashed #656565;
    background: #53002E;
    transition: .3s all ease-in-out;
}
.dropdown .dropdown-menu li .dropdown-item
{
color: #fff;
transition: .3s all ease-in-out;
}
.dropdown .dropdown-menu li:hover .dropdown-item
{
    /*background: linear-gradient( 
90deg, rgb(233 145 14) 0%, rgb(255 238 23) 100%);*/
background:#333;
}

/*Footer Section Start*/
.footer{
    background-image: url('../images/bg/footer-banner.jpg');
    padding: 70px 0px 10px;
    color: #ddd;
}

.teko{
font-weight: 600;
}
  
.font-bold{
    font-weight: bold;
}

.line-height{
    line-height: 25px;
}
  
.f-20{
    font-size: 20px;
}
  
.f-26{
    font-size: 26px;
}
  
.f-30{
    font-size: 21px;
}
.twoImgWrapper{
  aspect-ratio: 3/2;
  border-radius: 10px;
  overflow: hidden;
}

.twoImgWrapper img{
  object-fit: cover;
  object-position: center;
}
#scroll {
    position:fixed;
    right:35px;
    bottom:10px;
    cursor:pointer;
    width:45px;
    height:45px;
    background-color:#53002E;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 99;
    transition: all .3s ease-in-out;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    /* margin-left:-8px;
    margin-top:-12px; */
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#fff;
}
#scroll:hover {
    background-color:yellow;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
/* for desktop */
      .whatsapp_float {
          position: fixed;
          width: 50px;
          height: 50px;
          bottom: 30px;
          left: 10px;
          background-color: #25d366;
          color: #FFF;
          border-radius: 50px;
          text-align: center;
          font-size: 30px;
          z-index: 100;
      }
     .whatsapp_float:hover  .whatsapp-icon
     {
      color: #fff;
     }
      .whatsapp-icon {
          margin-top: 10px;
      }

      /* for mobile */
      @media screen and (max-width: 767px) {
          .whatsapp-icon {
              margin-top: 10px;
          }

          .whatsapp_float {
              width: 40px;
              height: 40px;
              bottom: 20px;
              left: 10px;
              font-size: 22px;
          }
      }
  .map
  {
    padding:0;
    margin:0;
  }
.footer ul.footer-socio li{
    float: left;
    margin-right: 30px;
}
  
.footer-socio{
    padding-left: 0;
}
  
.footer-socio a{
 
        color: #fff;
    font-size: 24px;
}
.title-head {
    border-bottom: 1px solid #333;
    position: relative;
}
.title-head::before {
    height: 2px;
    width: 40px;
    display: block;
    background-color: #53002E;
    content: '';
    position: absolute;
    bottom: -2px;
}
.bottom-nav {
    padding: 10px;
    background-color: #131313;
    border-top: solid 1px #1b1b1b;
    color: #ddd;
}
.bottom-nav  a
{
  color:#fff;
}
.white {
    color: #fff;
}
.adjust-hovermode:hover {
    color: #d8b165;
    text-decoration: none;
}
/*======about us====*/
.about-sec
{
	padding:100px 0 40px 0;
	background: url("../images/inner-pr-bg.jpg");
  background-size: 7%;
  background-position: 50% 50%;
  background-attachment: fixed;
  
}
.about-sec h1
{
	color: #000;
	font-weight: 900;
	font-size: 40px;
}
.about-sec p
{
	color: #000;
  text-align: justify;
}
.main-heading 

{
  margin-bottom: 25px;
}
.kkk p{
     font-size: 18px;
    color: #fff;
}
.kkk a{
     font-size: 18px;
    color: #fff;
}
.main-heading h1
{
	
    color: #000;
    font-weight: 900;
    font-size: 30px;
    
}
.main-mid h1{
  text-align: center;
    display: block;
    margin: 0 auto;
}
.title-heading {
    border-bottom: 1px solid #333;
    position: relative;
    width:180px;
    padding-bottom: 10px;
}
.title-heading::before {
    height: 3px;
    width: 45px;
    display: block;
    background-color: #53002E;
    content: '';
    position: absolute;
    bottom: -2px;
}
.ch-btn
{
    margin-top:50px;
}
.ch-btn a
{
 /*background: rgb(0,0,0);
background: -moz-linear-gradient(80deg, rgba(0,0,0,1) 1%, rgba(235,223,17,1) 39%, rgba(255,242,18,1) 68%);
background: -webkit-linear-gradient(80deg, rgba(0,0,0,1) 1%, rgba(235,223,17,1) 39%, rgba(255,242,18,1) 68%);
background: linear-gradient(80deg, rgba(0,0,0,1) 1%, rgba(235,223,17,1) 39%, rgba(255,242,18,1) 68%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#53002E",GradientType=1);
*/padding: 17px 40px;
color: #fff;
text-decoration: none;
transition:.3s ease-in-out;
font-weight: 600;
border:2px solid #53002E;
border-radius: 8px;
display: inline-block;
margin-bottom: 16px;
font-size: 18px;
background: linear-gradient(90deg, rgba(248,215,109,1) 0%, rgba(83,0,46,1) 57%);

}
.ch-btn:hover a
{
    background:#333;
    color: #fff;
    border:2px solid #fff;
}

.ch-btn-product
{
    margin-top:50px;
}
.ch-btn-product a
{
 padding: 13px 40px;
color: #fff;
text-decoration: none;
transition:.3s ease-in-out;
font-weight: 500;
border:2px solid #fff;
font-size: 18px;
background: transparent;

}
.ch-btn-product:hover a
{
    background:#53002E;
    color: #000;
    border:2px solid #53002E;
}
.ch-btn-product-1
{
    margin-top:50px;
}
.ch-btn-product-1 a
{
 padding: 13px 40px;
color: #000;
text-decoration: none;
transition:.3s ease-in-out;
font-weight: 500;
border:2px solid #000;
font-size: 18px;
background: transparent;

}
.ch-btn-product-1:hover a
{
    background:#e6860b;
    color: #000;
    border:2px solid #e6860b;
}
/*======end about us====*/

/*======start our-infra-section===*/

.our-infra-section
{
    padding:70px 0;
}
.our-infra-section p
{
  padding-top: 30px;
}
.our-infra-section .col-lg-3
{
padding: 0;
}
.our-infra-section .infra-inner-text{
    height: 216px;
    max-height: 216px;
    padding:44px 28px;
    text-align: center;
    transition: .3s ease-in-out;
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.08),
                -5px -5px 15px 0px rgba(255,255,255,0.1);
                position: relative;
                transition: .3s all ease-in-out;
}
.our-infra-section .infra-inner-text:after
{
position: absolute;
content:"";
width:100%;
height:100%;
left:0;
top:0;
background: linear-gradient( 
90deg, rgb(255 242 18) 0%, rgb(254 204 42) 100%);
z-index: -1;
transition: .3s all ease-in-out;
}
.our-infra-section .infra-inner-text:hover::after
{
position: absolute;
content:"";
width:100%;
height:auto;
left:0;
top:0;
bottom:0;
right:0;

background-position: center;
background-repeat: no-repeat;
background-size: cover;
/*background:#000;
opacity: .9;*/
}

.our-infra-section .infra-inner-text.infra-a:hover::after{
  background-image: url(../images/infra-a.jpg);
}

.our-infra-section .infra-inner-text.infra-b:hover::after{
  background-image: url(../images/infra-b.jpg);
}

.our-infra-section .infra-inner-text.infra-c:hover::after{
  background-image: url(../images/infra-c.jpg);
}

.our-infra-section .infra-inner-text.infra-d:hover::after{
  background-image: url(../images/infra-d.jpg);
}

.our-infra-section .infra-inner-text.infra-e:hover::after{
  background-image: url(../images/infra-e.jpg);
}

.our-infra-section .infra-inner-text.infra-f:hover::after{
  background-image: url(../images/infra-f.jpg);
}



.infra-inner-text-1 
{
   font-size: 21px;
    transition: all .3s ease-in-out;
    font-weight: 500;
}
.our-infra-section .infra-inner-text:hover p
{
    color: #fff;
    background: rgb(0 0 0 / 50%);
    padding: 5px;
    border-radius: 5px;
}

.our-infra-section .infra-img img{
    height: auto;
    max-height: 216px;
    display: block;
    margin: 0 auto;
    width: 100%;
}
.our-infra-section h3{
    font-weight: 600;
    margin: 10px 0 10px;
    color: #000;
}
.our-client-section h3{
      font-weight: 600;
    color: #000;
    font-size: 27px;
    padding-bottom: 15px;
}
.our-client-section
{
    padding:70px 0 20px;
}
.our-client-section p{
      font-size: 18px;
}
.brand-inner{
        box-shadow: 1px 1px 8px 7px #d1d9e6, -4px -4px 4px 0px #ffffff;
    transition: all 400ms ease-in-out;
    padding: 4px 0;
    margin:0 0 30px;
}
.brand-inner img{
      border-radius: 20px;
    transition: .7s all ease-in-out;
}
.brand-inner:hover img{
    transform: scale(0.9,0.9);
}
.brand-inner:hover{
        box-shadow: 1px 1px 8px 7px #d1d9e691, -4px -4px 4px 0px #ffffff;
    background-color: #ffffff21;
}

/*======start our-infra-section===*/

/*======start mision-vision-section===*/

.mision-vision-section
{
  padding: 50px 0;
    /*background-image: linear-gradient(to right, #feed14, #ffef67ad, #feeb81, #feec84ba, #fef3ca8a, #fef7da94, #fef4d7, #e9bfa291, #efac588c, #ecc4a0, #f4c085, #e88b0d);*/
   /*background-image: linear-gradient(to right, #fbf5a6, #ffeabc, #ffe8dd, #ffeef8, #fff6ff, #fff6ff, #fff6ff, #fff6ff, #ffeef8, #ffe8dd, #ffeabc, #fbf5a6);*/
  background:linear-gradient( 
90deg, rgb(233 145 14) 0%, rgb(255 238 23) 100%);
}
.mision-vision-section h3
{
    color:#000;
    font-weight: 600;
    font-size: 35px;
}

 .pull-right
{
  text-align: end;

}
.mision-vision-section .kp
{
    padding:0;
}
/*======start mision-vision-section===*/


/*======start product section===*/
.product-sec
{
    padding:50px 0;
    background-image: url(../images/bg/product-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.product-sec h1
{
    font-size: 50px;
    font-weight: 500;
}
.product-sec p
{
    color: #fff;
}
.product-text h1
{
    position: relative;
   font-size: 27px;
    font-weight: 500;
    margin-bottom: 33px;
}
.product-text h1:after
{
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -7px;
    background: #fff;
}
.product-text h1:before
{
    position: absolute;
    content: "";
    width: 9%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: -8px;
    background: #ffeb3b;
}
.product-text-all h3
{
    position: relative;
   font-size: 27px;
    font-weight: 500;
    margin-bottom: 33px;
    color: #000;
    text-transform: capitalize;
}
.product-text-all h3:after
{
   position: absolute;
    content: "";
    width: 17%;
    height: 1px;
    left: 42%;
    right: 0;
    bottom: -12px;
    background: #000;
}
.product-text-all h3:before
{
    position: absolute;
    content: "";
    width: 9%;
    height: 3px;
    left: 42%;
    right: 0px;
    bottom: -13px;
    background: #000;
}
.feature-product
{
    position: relative;
}
.feature-product li
{
    padding-left: 30px;
    font-size:18px;
    margin:0 0 10px;
}
.feature-product li:before
{
    position: absolute;
    font-family: "FontAwesome";
   content: "\f0da";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 400;
   left:0px;
}


.product-sec-1{
    padding:60px 0;
    background: linear-gradient( 
90deg, rgb(255 242 18) 0%, rgb(230 132 12) 100%);
}
.product-sec-1 h1
{
    font-size: 50px;
    font-weight: 500;
}
.product-sec-1 p
{
    color: #000;
}
.product-text-1 h1
{
    position: relative;
   font-size: 27px;
    font-weight: 500;
    margin-bottom: 33px;
    color: #000;
    text-transform: capitalize;
}
.product-text-1 h1:after
{
    position: absolute;
    content: "";
    width: 30%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -12px;
    background: #000;
}
.product-text-1 h1:before
{
    position: absolute;
    content: "";
    width: 9%;
    height: 3px;
    left: 0;
    right: 0;
    bottom: -13px;
    background: #000;
}
.feature-product-1
{
    position: relative;
}
.feature-product-1 li
{
    padding-left: 30px;
    font-size:18px;
    margin:0 0 10px;
    color: #000;
}
.feature-product-1 li:before
{
    position: absolute;
    font-family: "FontAwesome";
   content: "\f0da";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 400;
   left:0px;
   color:#000;
}

/*======end product section===*/

  .social{
position: absolute;
bottom: -50%;
left: 50%;
transform: translate(-55%, 28%);
margin: 0;
padding: 0;
display: flex;

}
.social li{
list-style: none;
margin: 0 26px;

}
.social li .fa {
    font-size: 19px;
    color: #262626;
    line-height: 40px;
    transition: .5s;
}
.social li a{
position: relative;
display: block;
width: 34px;
height: 34px;
background-color: #fff;
text-align: center;
transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0,0);
transition: .5s;
box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);
}
.social li a::before{
content: "";
position: absolute;
top: 10px;
left: -20px;
height: 100%;
width: 20px;
background: #b1b1b1;
transition: .5s;
transform: rotate(0deg) skewY(-45deg);
}
.social li a::after{
content: "";
position: absolute;
top: 33px;
left: -10px;
height: 21px;
width: 100%;
background: #b1b1b1;
transition: .5s;
transform: rotate(0deg) skewX(-45deg);
}
.social li a:hover{
transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}
.social li:hover .fa{
color: #fff;
}
.social li a:hover{
transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}
.social li:hover:nth-child(1) a{
background: #3b5999;
}

.social li:hover:nth-child(1) a:before{
background: #2e4a86;
}
.social li:hover:nth-child(1) a:after{
background: #4a69ad;
}
.social li:hover:nth-child(2) a{
background: #55acee;
}
.social li:hover:nth-child(2) a:before{
background: #4184b7;
}
.social li:hover:nth-child(2) a:after{
background: #4d9fde;
}
/*.social li:hover:nth-child(3) a{
background:#50cb5e;
}

.social li:hover:nth-child(3) a:before{
background:#50cb5e;
}
.social li:hover:nth-child(3) a:after{
background: #50cb5e;
}
*/
.social li:hover:nth-child(3) a{
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.social li:hover:nth-child(3) a:before{
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.social li:hover:nth-child(3) a:after{
background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);

}
.social li:hover:nth-child(4) a{
background:#FF0000;
}

.social li:hover:nth-child(4) a:before{
background:#FF0000;
}
.social li:hover:nth-child(4) a:after{
background: #FF0000;
}

/*==============end social button========*/

/*==============form style========*/

.my-form {
  padding:80px 0;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
background-image: url(../images/bg/form-bg.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
  /*background: linear-gradient(148.46deg, #fffd87, #ff6677, #ff5f9a, #00d2ff);*/
}

.card {
  height: auto;
  width: 100%;
  background: linear-gradient(
    150.46deg,
    rgba(255, 255, 255, 0.5) -12.61%,
    rgba(255, 255, 255, 0.25) 110.1%
  );
  padding: 50px;
  border-radius: 5px;
}

.card h2 {
  color: #fff;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.card .inputBox {
  width: 100%;
  margin-top: 20px;
}

.card .inputBox input, textarea{
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  outline: none;
  padding: 5px 20px;
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
   font-family: 'Raleway', sans-serif;
}
.card .inputBox input::-webkit-input-placeholder { /* Edge */
  color: #000;
}

.card .inputBox input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
}

.card .inputBox input::placeholder {
  color: #000;
}

.card .btn {
  background: #fff;
  width: 170px;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.2);
  padding: 10px 20px;
  border-radius: 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  letter-spacing: 1px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  display: block;
  text-align: center;
  margin:0 auto;
   font-family: 'Raleway', sans-serif;
}

.card .forget {
  color: #fff;
}

.card .forget a {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}
.main-sub input
{
  height:80px;
}
/*==============form style========*/
.cheetah-enquiry {
    float: left;
    z-index: 99999;
    position: fixed;
    top: 20%;
    left: 0;
    background: transparent;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.5s;
}
.cheetah-enquiry input, textarea
{
  height: 35px;
  /*border-radius: 0;*/
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color:#000;
}
.cheetah-enquiry .form-control
{
  margin:5px 0;
      height: 39px!important;
}
#enquiry_inner {
    position: fixed;
    top: 21%;
    left: -250px;
    width: 250px;
    padding: 20px;
    float: left;
    display: block;
    border: 3px solid #e0e0e0;
    background: rgba(245,245,245,0.9);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.5s;
}
.cheetah p {
    color: #000;
    font-size: 25px;
}
#enquiry_inner .buttons button {
    font-family: 'Trebuchet MS';
    padding: 2px 20px;
    font-size: 14px;
    outline: none;
    width: 40%;
    margin-right: 1em;
    text-align: center;
}
#enquiry_inner .submit-btn {
    padding: 4px !important;
    background: #e4322b;
    border: none;
    color: #fff;
    opacity: 1;
    margin-top: 3px;
    transition: background 0.2s ease-in,opacity 0.2s ease-in;
}

/*==============form style========*/
.call-up {
    position: fixed;
    margin-bottom: 11px;
    right: 0px;
    bottom: 0;
    z-index: 9999;
}

 .box {
        align-self: flex-end;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        height: auto;
        margin: 0 auto 0 auto;
        transform-origin: bottom;
        max-width: 200px;
        display: none;
    }
    .bounce-1 {
        animation-name: bounce-1;
        animation-timing-function: linear;
    }
   @keyframes bounce-1 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-100px); }
        100% { transform: translateY(0); }
    }

.call-up-2 {
    position: fixed;
    right: 0px;
    z-index: 9999;
  margin-top: -5px;
}
.call-up-3 {
    position: fixed;
    right: 0px;
    z-index: 9999;
  margin-top: 15px;
}


 .box-2 {
        align-self: flex-end;
        animation-duration: 6s;
        animation-iteration-count: infinite;
        height: auto;
        margin: 0 auto 0 auto;
        transform-origin: bottom;
        max-width: 200px;
    }
    .bounce-2 {
        animation-name: bounce-2;
        animation-timing-function: linear;
    }
  @keyframes bounce-2 {
        0%   { transform: translateY(0); }
        50%  { transform: translateY(-100px); }
        100% { transform: translateY(0); }
    }
/*=======gallery section======*/


.productHeading{
  width: fit-content;
  margin-inline: auto;
}

.partsPhoto{
  aspect-ratio: 3/1.3;
}

.partsPhoto img{
  object-fit: cover;
  height: 100%;
}

.orderEfectText{
  order: 2;
}
.orderEfectImg{
  order: 1;
}

.gallery-section
{
  background-image: url(../images/bg/gallery-bg.jpg);
  background-size: cover;
  padding:80px 0;
  background-repeat: no-repeat;
}
.gallery-section-1
{
  padding:50px 0 40px!important;
}
.gallery-section-1 h1
{
  margin-bottom: 40px;
}

.swiper-poster{
  aspect-ratio: 1/1;
}


.gallery-section .owl-theme .item img
{
  border-radius: 15px;
  aspect-ratio: 3/3.5;
  object-fit: cover;
  object-position: center;
}
/*google translator class */
.goog-te-gadget-simple {
    background-color: #fff;
    border-left: 1px solid #d5d5d5;
    border-top: 1px solid #9b9b9b;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #d5d5d5;
    font-size: 14px!important;
    display: inline-block;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    cursor: pointer;
    zoom: 1;
    background: transparent!important;
    border: none!important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    color: #fff;
}
.translate
{
    padding-bottom: 5px;
}
 .goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }
.certificate-section
{
   padding-top: 30px;
   padding-bottom: 30px;
}
.goog-te-gadget-icon {
    margin-left: 2px!important;
    margin-right: 2px!important;
    width: 19px;
    height: 19px;
    border: none;
    vertical-align: middle;
    display: none!important;
}
.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none!important;
    font-weight: 500!important;
    font-size: 15px!important;
}
/*.translate {
/*=======gallery section======*/

.top-banner
{
  background-image: url(../images/bg/about-bg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
   height: 550px;
}
.top-banner-product
{
  background-image: url(../images/about.jpeg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
   height: 750px;
}
.singleImage{
  aspect-ratio: 3/2;
}

.singleImage img{
  object-fit: cover;
}

.challanges h2
{
    color: #fff;
    font-size: 43px;
    text-shadow: 2px 0px #000;
    line-height: 59px;
}
.challanges p{
      color: #fff;
    font-size: 35px;
    text-shadow: 1px 1px #000;
}
.challanges
{
  background-image: url(../images/bg/challanges.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 80px 0;
    background-attachment: fixed;
}

.contact-sec
{
  padding:100px 0;
}
.inner-map
{
    padding: 10px;
    background: #fff;
    height: 100%;
}

.inner-map iframe{
  height: 100%;
}
.form-head{
  background-image:url(../images/bg/dot-pattern.png);
  background-repeat:repeat-x;
}
.form-head-con{
  background-image:url(../images/bg/dot-pattern.png);
  background-repeat:repeat;
   padding:80px 0px 80px 0px;
}
.form-enquiry{
  max-width:600px;
  display:block;
  margin:auto;
}
.form-control{
  border-radius:0px!important;
  height:60px!important;
  margin-bottom:10px;
}
textarea.form-control{
  height:100px!important;
}
.form-enquiry{
  padding:80px 0px 160px 0px;
}
.form-enquiry button {
    float: left;
    background: linear-gradient(45deg, black, #1982f4);
    color: #fff;
    font-size: 16px;
    border: 0;
    padding: 17px;
    width: 100%;
}
.head-first{
  position:relative;
}
.head-first:after{
  content:'';
  position:absolute;
  border:1px dashed #53002E;
  width:100%;
  height:100%;
     left: 0%;
    top: 0%;
    z-index:-1;
        transform: translate(10px, -10px);
    transition:all 0.3s ease-in-out;
}
.head-first:hover:after{
     transform: translate(0px,0px);
 
}
.head-sec:after{
  content:'';
  position:absolute;
  border-left:1px dashed #bdbdbd;
  border-right:1px dashed #bdbdbd;
  border-top:1px dashed #bdbdbd;
  width:100%;
  height:100%;
     left:0;
    bottom: 0;
    opacity:0;
    transition:all 0.3s ease-in-out;
}
.head-sec:before{
  content:'';
  position:absolute;
  border-bottom:7px ridge #53002E;
  width:0%;
  height:100%;
     left:50%;
     right:50%;
    bottom: 0;
    opacity:0;
    transition:all 0.3s ease-in-out;
}
.head-first:hover .head-sec:before{
  opacity:1;
  left:0px;
  width:100%;
  right:0px;
}
.head-first:hover .head-sec:after{
  opacity:1;
}
.head-first .head-sec{
  text-align:center;
  border:1px solid #70707063;
  padding:40px;
  background-color:#fff;
}
.head-first .head-sec h4{
  color:#000;
  }
.head-first .head-sec img {
  width:22%;
  padding-bottom: 10px;
}
.head-first .head-sec p strong{
      font-weight: 600;
    font-size: 20px;
}
.head-first .head-sec p{
 margin-bottom:0px;
 font-weight: 500;
}
.all-text
{
  padding-bottom: 35px;
}

.all-page-gap

{
  padding: 50px 0 50px;
}
.all-page-heading h1
{
  position: relative;
  color: #000;
}
.item-1 img
{
  margin:20px 0;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 7px #e5e7eb, -4px -4px 4px 0px #ffffff;
}
.all-page-gap-product
{
  padding:30px 0 40px;
}
/*.all-product-bg{
background-image: url(../images/bg/all-product-bg.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}*/
.product-text-strip
{
  background-color: #53002E;
  padding:30px 0;
}
.product-text-strip h1
{
  color:#fff;
  font-size: 32px;
  text-transform: capitalize;
}
.product-feature
{
  padding:10px 0 28px;
}

.table-responsive .table tr
{
  transition:.3s ease-in-out;
}
.table-responsive .table tr:hover
{
 background-color: #53002e47;
}
.table-responsive .table td, .table th, .table td
{
  padding:6px!important;
  font-family: 'Raleway', sans-serif;
  border-top: 1px solid #cdcbcb;
   text-transform: capitalize;
}
.table-responsive{
  padding-top: 20px;
}

.accordion {
  margin-top: 40px;
}

.accordion .card-body {
  padding:0;
}
.card-head 
{
  height: 34px;
    border-left: 3px solid #53002E;
    padding-top: 7px;
}
.accordion .card {
    border: none;
    margin-bottom: 20px;
    padding:0;
  }
h6 {
      background: url(../../cdn0.iconfinder.com/data/icons/entypo/91/574345.png) no-repeat calc(100% - 10px) center;
    background-size: 20px;
      cursor: pointer;
      font-size: 18px;
      color: #000!important;
      font-size: 20px!important;
      margin-left: 7px;
      text-transform: capitalize;
}
.collapsed {
   background-image: url(../../cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/690037.png);
}
  
.feature-pic img{
      max-width: 80px;
    padding-top: 28px;
     overflow: hidden;
    transition-duration: 0.8s;
    transition-property: transform;
    display: inline-block;
}
.feature-pic img:hover{
         transform: rotate(360deg);
    -webkit-transform: rotate(360deg);    
    }
.feature-pic span{
color: #000;
font-family: 'Spartan', sans-serif;
font-size: 21px;
padding-left: 15px;
}
.feature-list{
  display: block;
}
.feature-list li
{
 float: left;
  width: 50%;
  padding:20px 25px;
  display: block;
}

.feature-list li span
{
  color: #000;
  font-size: 17px;
  font-family: 'Raleway', sans-serif;
  margin-top: 10px;
  display: inline-block;
  font-weight: 300;
  text-transform: capitalize;
}
/*.all-pic img
{
    transition: all 400ms ease-in-out;
}
.all-pic img:hover
{
  transform:scale(.9);
}*/
.new-gallery{
  background:#fff;
  border-radius: 15px;

}

.chairman-msg
{
    background: #fff011;
    font-size: 24px!important;
    font-weight: 600;
    padding: 6px;
    text-align: center !important;
  
}

.te-p{
  margin-top: 40px;
  padding-top: 48px;
  padding-left: 40px;
}
.te-p h3{
  color: #0b0b0b;
    font-size: 35px;
  /* font-family: 'Swiss721BT-Roman' !important; */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
 
}
.te-p h5{

  color: #fcb300;
  font-size: 18px;
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

@media(max-width:991.68px){
  .te-p{
    margin-top: 20px;
 
  }
}
@media(max-width:767.68px){
  .te-p{
    margin-top: 10px;
  padding-top: 10px;
  padding-left: 0px;
  text-align: center;
  }
  .te-p h3{
  
    font-size: 30px;
  
  }

  .te-p h5{
    font-size: 15px;
  }
}

.img-ch img{
  border: 2px solid #fff;
}


/*=======media query======*/
@media (max-width: 767px)
{
.product-text-strip h1 {
    font-size: 18px;
    }
    .all-page-gap-product {
    padding: 30px 0 0px;
}
.product-feature {
    padding: 5px 0 10px;
}
  .form-head-con {
    padding: 39px 0px 39px 0px;
}
.all-page-gap {
    padding: 29px 0;
}
.challanges h2 {
    font-size: 31px;
    line-height: 37px;
}
.challanges
{
  background-image: url(../images/bg/challanges.jpg);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    padding: 10px 0;
    background-attachment: fixed;
}

.challanges p {
    font-size: 20px;
    }
  .navbar-brand img
  {
    height:76px;
    padding-top: 23px;
  }
  .navbar-nav
  {
    background:#333;
  }
  .dropdown .dropdown-menu
  {
  background:#333;
  }
  .dropdown .dropdown-menu li .dropdown-item
  {
    color: #fff;
  }
  .about-sec
  {
    padding:30px 0;
  }
  .our-infra-section
  {
    padding:20px 0;
  }
  .our-infra-section .infra-inner-text{
    height: 105px;
    max-height: 105px;
    padding: 16px 28px;
  }
  .pull-right {
    text-align: start;
  }
  .vision-area {
    text-align: center!important;
}
.pull-right {
    float: none!important;
}
.product-text h1
{
  font-size: 16px;
}
.product-text-1 h1
{
  font-size: 16px;
}
.product-sec-1 {
    padding: 32px 0 0px;
    }
    .our-client-section
    {
      padding:30px 0 20px;
    }
    .our-client-section h3
    {
      font-size: 18px;
      padding-top: 10px
    }
    .card h2 {
    font-size: 18px;
  }
  .my-form
  {
    padding:30px 0;
  }
  .footer
  {
    padding:32px 0px 10px;
  }
  .about-sec
  {
    background-image: none;
  }
  .our-infra-section p {
    padding-top: 9px;
}
.our-infra-section h3 {
    margin: 5px 0 4px;
}
.mision-vision-section h3
{
  text-align: center;
}
.kp img{
    
    display: block;
    margin: 0 auto;
     max-width: 201px;
    padding-top: 0px!important;
}
.mision-vision-section {
    padding: 10px 0;
    }
#scroll {
    position: fixed;
    right: 25px;
    }
    .product-sec img
    {
      padding:20px 0;
    }
     .product-sec-1 img
    {
      padding:20px 0 0;
    }
    .gallery-section
    {
      padding:10px 0;
    }
    .gallery-section-1 {
    padding: 16px 0 10px!important;
}
    .navbar-light .navbar-toggler {
    color: #fff!important;
    border-color: #fff!important;
    background:#fff!important;
        margin-top: 14px!important;
}
 .top-banner {
    background-position: 100% 100%;
    height: 125px!important;
}
 .top-banner-product {
    background-position: 100% 100%;
    height: 162px!important;
}
.our-infra-section .infra-img img {
  width:100%;
  }

}




@media (max-width: 768px)
{
.top-banner {
    background-position: 100% 100%;
    height: 205px;
}
.navbar-brand img {
        height: 70px;
    /* padding-top: 51px; */
}
  .top-banner-product {
    background-position: 100% 100%;
    height: 288px;
}
  .our-infra-section .infra-img img {
    width:100%;
  }
  .about-sec {
    padding: 20px 0;
  }
.our-infra-section {
    padding: 18px 0;
  }
.ch-btn {
    margin-top: 30px;
}
  .product-text h1 {
    font-size: 20px;
  }
  .product-text-1 h1{
      font-size: 20px;
  }
  .our-client-section h3 {
    font-size: 22px;
}

.navbar-light .navbar-toggler {
    color: #fff!important;
    border-color: #fff!important;
    background: #fff!important;
    /* margin-top: 29px!important; */
}
.navbar-nav {
    background: #333;
}

.kp img
{
      max-width: 201px;
    padding-top: 56px;
}
.my-form {
    padding: 38px 0;
    }
}

@media(min-width: 992px)
{
  .navbar-light .navbar-nav {
     position: absolute; 
     right: 0; 
     top: 20px; 
 }
}
@media(min-width: 1280px)
{
  .navbar-light .navbar-nav {
     position: absolute; 
     right: 0; 
     top: 20px; 
 }
}



.chairman-section p
{
 font-size: 16px;
 text-align: justify;
}

.history-text h1
{
  text-align: left;
}
/*.container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}*/



/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.time-li-bg{
 
}
.timeline ul {
  background: url("../images/bg/milston-bg.jpg");
background-size: cover;
background-position:50% 50%; 
background-attachment:fixed;
  padding: 0px 0 70px;
}

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #0932c2;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 525px;
  padding: 15px;
 background: linear-gradient( 
90deg, rgb(83 0 46) 0%, rgb(83 0 46) 100%);
color: #fff;
}
/* .timeline ul li div:hover{
  background: rgb(255,255,255);
  background: -moz-linear-gradient(90deg, rgba(255,255,255,1) 8%, rgba(247,245,102,1) 58%);
  background: -webkit-linear-gradient(90deg, rgba(255,255,255,1) 8%, rgba(247,245,102,1) 58%);
  background: linear-gradient(90deg, rgba(255,255,255,1) 8%, rgba(247,245,102,1) 58%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f7f566",GradientType=1);
} */

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #53002E transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -566px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;     
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #53002E;
}

time {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
  color:#fff;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
 background: linear-gradient( 
90deg, rgb(83 0 46) 0%, rgb(83 0 46) 100%);
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
  color: #fff;
  box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #53002E transparent transparent;
  }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
.mision-ul
{
    padding-bottom: 20px;
}
.mision-ul li
{
  color: #000;
  position: relative;
  padding-left: 29px;
  line-height: 40px;

}
.mision-ul li:before
{
  content: "\f00c";
    position: absolute;
    left: 3px;
    top: 1px;
    color: #ffffff;
    font-family: "FontAwesome";
    transition: all .3s ease-in-out;
    color: #000;
}
.hi-img{
  width: 100%;
}




/* --------------bus--enquiry----------------------- */
.bes-enq{
  padding:60px 0 60px 0;
  background: url("../images/bg/bus-bg.jpg");
  background-repeat: no-repeat;
 background-position: 10% 10%;
 background-size: cover;
}
.bes-enq label {
  display: inline-block;
  margin-bottom: 0.5rem;
  color: red;
  display:none;
}
.btn-sub{
  padding: 17px 40px;
    color: #000;
    text-decoration: none;
    transition: .3s ease-in-out;
    font-weight: 600;
    border: 2px solid #53002E;
    font-size: 18px;
    background: linear-gradient( 
90deg, rgb(255 242 18) 0%, rgb(254 204 42) 100%);
}

.btn-sub:hover
{
    background:#333;
    color: #fff;
    border:2px solid #fff;
}

@media(max-width:992px){
  .mt-for{
    margin-top: 20px;
  }
}


/* ------------------careares--------------------- */
.sub_img{
  width: 100%;
  border: 5px solid #fff;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 28%);
}
.carer-q{
  padding: 60px 0;
  background: url("../images/bg/sup-bg.jpg");
}
.inf-bg{
  background: url("../images/bg/sup-bg.jpg");
}
.carer-q form label{
  color: #000;
}
.form-container{
  font-family: 'Mukta', sans-serif;
  padding: 0 20px 20px 0;
}
.form-container .form-horizontal{
  background: repeating-linear-gradient(45deg,#fff,#fff 10px,#f9f9f9 10px,#f9f9f9 20px);
  padding: 20px 40px 40px;
  border-radius: 0;
  border: 2px solid rgb(254 204 42);
  box-shadow: 20px 20px 0 rgb(254 204 42);
  position: relative;
}
.form-horizontal .title{
  color: #222;
  font-size: 80px;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.form-horizontal .description{
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 30px 0;
  display: block;
}
.form-horizontal .form-group{ margin: 0 0 30px; }
.form-horizontal .form-group:nth-child(3){ margin-bottom: 20px; }
.form-horizontal .form-control{
  color: #446DCA;
  font-size: 16px;
  letter-spacing: 1px;
  height: 40px;
  padding: 2px 15px;
  border: 1px solid rgb(254 204 42);
  border-top-width: 2px;
  border-left-width: 2px;
  box-shadow: none;
  border-radius: 0;
  transition: all 0.3s ease 0s;
}
.form-horizontal .form-control:focus{
  box-shadow: none;
  border-color: #446DCA;
}
.form-horizontal .form-control::placeholder{
  color: #222;
  font-size: 15px;
}
.form-horizontal .btn{
  color: #000;
  background-color: #fff011;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  /* width: 180px; */
  padding: 10px 30px;
  margin: 0 25px 0 0;
  border-radius: 30px;
  border: none;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.form-horizontal .btn:hover,
.form-horizontal .btn:focus{
  color: #fff;
  background-color: #222;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  outline: none;
}
.form-horizontal .btn:after{
  content: '';
  height: 70%;
  width: 110%;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(-50deg);
  position: absolute;
  right: -105px;
  top: -65px;
  transition: all 0.5s ease 0s;
}
.form-horizontal .btn:hover:after{
  right: -70px;
  top: -30px;
}
.form-horizontal .signup{
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 35px 0;
  vertical-align: text-top;
  display: inline-block;
}
.form-horizontal .signup a{
  color: #446DCA;
  text-decoration: underline;
  margin: 0 0 0 25px;
}
.form-horizontal .signup a:hover{
  color: #000;
  transition: all 0.3s ease 0s;
}
.form-horizontal .forgot{
  color: #446DCA;
  text-decoration: underline;
  display: block;
}
.form-horizontal .forgot a{
  color: #446DCA;
  transition: all 0.3s ease 0s;
}
.form-horizontal .forgot a:hover{ color: #222; }
@media only screen and (max-width:479px){
  .form-container .form-horizontal{
      padding-left: 20px;
      padding-right: 20px;
  }
  .form-horizontal .title{ font-size: 55px; }
  .form-horizontal .description{ font-size: 16px; }
  .form-horizontal .form-control::placeholder{ font-size: 14px; }
  .form-horizontal .btn{
      display: block;
      margin: 0 auto 20px;
  }
  .form-horizontal .signup{
      text-align: center;
      margin: 0 auto 20px;
      display: block;
  }
  .form-horizontal .forgot{ text-align: center; }
}












.send-box{
      border: #fcb300 solid 1px;
      background-color:#ffffff;
      text-align: left;
  }
  .send-box form{
  padding:10px 20px 10px 20px;
  }
  .send-box h5{
      font-size: 18px;
      background-color:#fcb300;
      color: #000;
      margin: 0 0 20px 0px;
      text-transform: uppercase;
      font-family: Tahoma;
      font-weight: bold;
      text-align: center;
      padding: 12px 0 12px 0px;
  }
  .send-box span{
      float: right;
      margin: -40px 0 0 0px;
      font-family: 'Roboto', sans-serif;
      font-size: 16px;
      font-weight: 300;
  }
  .send-box  .enq-b {
      width: 276px;
      height: auto;
      margin: 0px 0 15px 0px;
      float: left;
      border: 1px solid #eae2e2;
      background-color: #fff;
  padding: 1px;
  }
  .send-box  .enq-space {
      margin: 0px 0 15px 8px;
  float: right;
  }
  .enq-b i {
      background-color: #d6d6d6;
      line-height: 41px;
      width: 30px;
      text-align: center;
      color: #131212;
    padding:0;
      float: left;
  }
  .send-box  .enq-requirement {
      width: 100%;
      height: auto;
      float: left;
      border: 1px solid #eae2e2;
      margin: auto;
  }
   
  .send-box  input[type="text"], textarea {
         margin: 0;
      padding: 0 6px;
      line-height: 37px;
      vertical-align: middle;
      background: none;
      border: #c5bebe solid 1px;
      font-family: calibri;
      font-size: 15px;
      font-weight: 400;
      border-radius: 2px;
      color: #464343;
      /* font-style: italic; */
      -moz-border-radius: 0;
      width: 49% !important;
      background-color: #FFFFFF;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      -o-transition: all .3s;
      -moz-transition: all .3s;
      -webkit-transition: all .3s;
      -ms-transition: all .3s;
      transition: all .3s;
      margin: 0 0 10px 0px;
      outline: none;
  }
  .send-box select {
  width: 49% !important;
      border: #c5bebe solid 1px;
      font-size: 15px;
      font-family: calibri;
  padding:9px 6px;
  border-radius: 2px;
  }
  .send-box .select {
    width: 100%;
    min-width: 15ch;
    max-width: 30ch;
    border: 1px solid var(--select-border);
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    font-size: 1.25rem;
    cursor: pointer;
    line-height: 1.1;
    background-color: #fff;
    background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  }
  .send-box .select::after {
    content: "";
    width: 0.8em;
    height: 0.5em;
    background-color: var(--select-arrow);
    clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  }
  .send-box textarea {
      width:99% !important;
  margin:10px 0 10px 0px;
  height: 100px;
  }
  .enq-requirement textarea {
      width: 100% !important;
  
  }

  


  @media all and (min-width: 992px) {
    .navbar .dropdown-menu-end{ right:0; left: auto;  }
    .navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
    .navbar .nav-item:hover .nav-link{ color: #fff;  }
    .navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
    .navbar .dropdown-menu.fade-up{ top:180%;  }
    .navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
  }	

  @media(max-width:768px){
    .send-box{
      margin-top: 30px;
    }
  }

  .rest_s{
    padding: 6px 35px;
    border-radius:7px;
  }

@media(max-width:375px){
  .rest_s{
    padding: 6px 20px;
    border-radius:7px;
  }
}

marquee a{
  color:white;
}

marquee a:hover{color:gray;}















/* ====================video Section================== */

.about_section .head_title h2{
  position: relative;
  color: #dda00f;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 40px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;

}
.about_section .head_title h2::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 80px;
  height: 3px;
  background: #272727;
  bottom: 1px;
  margin: 0 auto;
}

.about_section .head_title h2::after {
  content: "";
    position: absolute;
    left: 0px;
    right: 0;
    width: 32px;
    height: 1px;
    background: #fff;
    border: 1px solid #272727;
    bottom: -5px;
    margin: 0 auto;
}
.about_video{
  width: 100%;
  /* min-height: 260px; */
  padding: 5px 5px 0 5px;
  border: 5px solid #fff;
  background: #fff;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}
.about_video video{
 height: 102%;
}







/* ===========================FilterInfratacture================== */

.filter_section{
padding: 35px 0 ;
overflow: hidden;
}

.filter_section #container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}


.filter_section .grid-item {
  display: inline-block;
      height: 259px;
  
      overflow: hidden;
      text-align: center;
      width: 400px;
      border: 5px solid #fff;
      
  }
  .filter_section .grid-item img{
    width:100%;
    height:auto;
    /* border: 5px solid #fff; */
    /* filter: url(filters.svg#grayscale);
      filter: gray;
      -webkit-filter: grayscale(1);
      transition: 0.9s; */
  }
  .filter_section .grid-item img:hover{
      filter: none;
  }
  
  .filter_section .isotope-pager .pager {
    display: inline-block;
  }
  .filter_section .filters {
    width: 100%;
    text-align: center;
    padding-bottom: 35px;
    padding-top:20px;
    
  }
  
  .filter_section .filters ul {
 
  }
  
  .filter_section .filters li {
    /* background: #ff0000; */
    color: #fff;
    display: inline-block;
    margin: 0;
    list-style: none;
 
    border: 1px solid rgb(254 179 0);
    cursor: pointer;
    margin-bottom: 10px;

  }
  .filter_section .filters li a{
    padding: 10px 15px;
    text-decoration: none;
    line-height: 40px;
  }
  .filter_section .filters li a:hover{
    color:rgb(254 179 0);
  }
  
  .filter_section .filters li:hover {
 
  }
  .filter_section .filters li.active{
    background-color: rgb(254 179 0);
    color: #fff;
  }

  .filter_section .filters li.active a{
    color: #fff;
    border: 1px solid rgb(254 179 0);
   
    padding: 10px 25px;
    
  }
  
  
  
  .filter_section .isotope-pager a{
    margin: 6px 1px;
      display: inline-block;
      width: 50px;
      /* height: 60px; */
      line-height: 31px;
      color: #fff;
      font-weight: 600;
      transition: 0.3s;
      /* position: relative; */
      /* padding-right: 26px; */
      box-shadow: -1px 1px 11px rgba(0,0,0,.1);
      border-radius: 25px;
      background-color: #feb100;
    border: 0.5px solid rgb(254 179 0);
    text-decoration:none;
  }
  
  .filter_section .isotope-pager a:hover{
    color: #fff;
    border: .5px solid #ffeeac;
    box-shadow: -1px 1px 10px 3px rgba(0,0,0,.1);
  }
  
  .filter_section .isotope-pager .active{
    color: rgb(254 179 0) !important;
      box-shadow: -1px 1px 10px 5px rgba(0,0,0,.1);
      border-radius: 25px;
      background-color: #161616;
      border: 1px dotted rgb(254 179 0);
  }
  
  .filter_section .isotope-pager .prev{
    border-radius: 30px 0 0 30px;
  }
  
  .filter_section .isotope-pager .next{
    border-radius: 0 30px 30px 0;
  }
  
  .filter_section .isotope-pager a::before,.isotope-pager a:after{
    content: "";
    position: absolute;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
  }
  .filter_section .isotope-pager .num::before,.next::before{
    border-right: 20px solid #2c3e50;
    right: 100%;
  }
  
  .filter_section .isotope-pager .num:after,.prev:after{
    border-right: 20px solid #f1f1f1;
    right: 0;
  }
  
  
  
  
  
  .filter_section .overlay {
    position: absolute; 
    bottom: 0; 
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1; 
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: white;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    font-family: 'Barlow Condensed';
    font-weight: 600;
    text-transform: uppercase;
  }
  
  .filter_section .grid-item:hover .overlay {
    opacity: 1;
  }
  
  .old_vide{
    background: #000;
    height: 97%;
  }
  .missn_bg{
    background: url("../images/bg/gallery-bg.jpg");
    background-size: cover;
  }
  .missn_bg .mision-ul li{
    padding-left: 35px;
  }
  .missn_bg .mision-ul li:before{
    top: 10px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
    width: 24px;
    height: 24px;
    background: #53002E;
  }
 .mis_v-Box{
   margin-top: -40px;
 }
 .missn_bg .mis_v-Box img{
   border: 5px solid #fff;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
 }
.hiring{
  width: 80px;
  position: fixed;
  right: 5px;
  top:5px;
  z-index: 9999999;
  background: transparent;
  display: none;
}
.hiring img{
  width: 100%;
}

@media(max-width:1024px){
  .hiring{
    left:5px;
    width: 60px;
  }
}
@media(max-width:1024px){
.hiring{
  left: 0;
  right: 0;
  margin: 0 auto;
}
}
.checkbox {
  color: #000 !important;
}
.checkbox input{
  margin-right: 10px;
}
.form-sel{
  font-size: 16px;
    letter-spacing: 1px;
    height: 40px;
    padding: 2px 15px;
    border: 1px solid rgb(254 204 42);
    border-top-width: 2px;
    border-left-width: 2px;
    box-shadow: none;
    border-radius: 0;
    transition: all 0.3s ease 0s;border-radius: 0px!important;
    height: 60px!important;
    margin-bottom: 10px; width:100%;
}
.notice{
  margin-top: 30px;
  font-weight: 600;
  color: #444;
}
input::placeholder{
  font-weight: 600;
  color: #444;
}
select{
  font-weight: 600;
  color: #444;
}
.checkbox label{
  font-weight: 600;
  color: #444 !important;
}

@media (max-width:768px){
  #wowslider-container1 .ws_images{
    max-height: 620px !important;
  }
}




.tabs-container {
  width: 100%;
  height: auto; /* Make the height flexible */
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  color: #000;
  position: relative;
}

.tabs {
  padding: 10px 20px 15px 20px; /* Increased padding */
}

.tab-links {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
}

.tab-link {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px; /* Increased padding for spacing */
  color: #ccc;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.tab-link.active,
.tab-link:hover {
  color: #b84de5; /* Gradient purple */
}

.tab-link i {
  margin-right: 10px;
}

.tab-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -1px;
  left: 50%;
  background: linear-gradient(45deg, #b84de5, #7d41ff); /* Purple gradient */
  transition: all 0.4s ease;
}

.tab-link.active::after {
  width: 100%;
  left: 0;
}

.tab-content {
  display: none;
  animation: fadeInUp 0.5s ease;
  padding: 5px 10px 15px 10px;
}

.tab-content.active {
  display: block;
}

.tab-content h2{
  opacity: 0.2;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Buttons */
.cta-btn {
  display: inline-block;
  padding: 12px 25px; /* More padding */
  background: linear-gradient(45deg, #b84de5, #7d41ff); /* Purple gradient */
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: background 0.4s ease;
  font-weight: 500;
  margin-top: 20px;
}

.cta-btn:hover {
  background: linear-gradient(45deg, #9c3bce, #6b3ee8); /* Darker gradient on hover */
}

/* Form Styles */
.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form label {
  margin-bottom: 5px;
  font-weight: 500;
}

.contact-form input,
.contact-form textarea {
  padding: 12px 15px; /* Increased padding for inputs */
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition: border 0.3s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #b84de5;
  outline: none;
}

.tab-link.active{
  border: 0 !important;
}
.tab-link:focus{
  border: 0 !important;
}

.contact-form textarea{
  width: 100% !important;
  height: 250px;
}


/* Responsive Design */
@media screen and (max-width: 600px) {
  .tab-links {
    flex-direction: column;
    align-items: center;
  }

  .tab-link {
    text-align: center;
    width: 100%;
    padding: 15px 0;
  }
}
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css');



