body {
      font-family: Arial, sans-serif;
    }
    .pt-30{padding-top: 30px;}
  a{text-decoration: none !important; color: inherit;}
    .top-bar {
      background: #222;
      color: #fff;
      font-size: 14px;
      padding: 5px 20px;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1030;
      transition: top 0.3s;
    }
    .navbar {
      background: #0294ef;
      box-shadow: 0 2px 4px rgba(0,0,0,0.1);
      position: fixed;
      top: 35px;
      width: 100%;
      z-index: 1020;
      transition: top 0.3s;
    }
    .navbar-nav .nav-link {
      padding: 15px;
      font-weight: 500;
      color: #ffffff !important;
    }
    .navbar .logo img{width:50%; height: auto;}
    .make-in-india{width:6%; height: auto;}
    /* Dropdown hover with fade-in */
    /* .dropdown-menu {
      display: none;
      opacity: 0;
      transition: opacity 0.3s ease, visibility 0.3s ease;
      margin-top: 0;
    }
    .dropdown:hover .dropdown-menu {
      display: block;
      opacity: 1;
    }
    .dropdown-toggle::after {
      margin-left: .5em;
    } */
    /* wp-menu */
    /* .navigation{display: flex;}
    .navigation .menu-item{padding: 15px;
    font-weight: 500;
    color: #ffffff !important; text-decoration: none; list-style-type: none;}
    .navigation .menu-item a{color: #ffffff !important; text-decoration: none;} */
    #mega-menu-wrap-primary{margin-left: auto !important;}
    .hero-section .owl-carousel .item img {
      width: 100%;
      height: 500px;
      object-fit: cover;
    }
    .section {
      padding: 60px 20px;
    }
    .footer {
      background: #111;
      color: #ccc;
      padding: 40px 20px;
    }

    /* Schedule Section */
.schedule {background: #fff; margin: 0; padding: 0; height: 230px; margin-top: 150px;}
.schedule .schedule-inner {position: relative; transform: translateY(-50%); z-index: 9;}
.schedule .single-schedule { position: relative; text-align: left; z-index: 3; border-radius: 5px; background: #1A76D1; -webkit-transition: all .3s ease-out 0s; -moz-transition: all .3s ease-out 0s; -ms-transition: all .3s ease-out 0s; -o-transition: all .3s ease-out 0s; transition: all .3s ease-out 0s;}
.schedule .single-schedule::before {position: absolute;z-index: -1;content: '';bottom: -10px; left: 0;  right: 0;  margin: 0 auto;  width: 80%;  height: 90%;  background: #1A76D1;  opacity: 0;  filter: blur(10px);  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;}
.schedule .single-schedule .inner {  overflow: hidden;  position: relative;  padding: 30px;  z-index: 2;}

.schedule .single-schedule .icon img {  position: absolute;  -webkit-transition: all .3s ease-out 0s;  -moz-transition: all .3s ease-out 0s;  -ms-transition: all .3s ease-out 0s;  -o-transition: all .3s ease-out 0s;  transition: all .3s ease-out 0s;  z-index: -1;  visibility: visible;  opacity: 0.2;  right: -48px;  bottom: -21px;}
.schedule .single-schedule:hover {  transform: translateY(-5px);}
.schedule .single-schedule .single-content { color: #fff;}
.schedule .single-schedule .single-content h4 { font-size: 20px; font-weight: 600; margin-bottom: 10px; text-transform: uppercase;}

/* Welcome About Section */
.section-full {
    position: relative;
}
.bg-gray {
    background-color: #f6f7f8;
}
.p-t80 {
    padding-top: 80px;
}
.m-b10 {
    margin-bottom: 10px;
}
.font-weight-300 {
    font-weight: 300;
}
.font-30 {
    font-size: 30px;
    line-height: 36px;
}
.font-40 {
    font-size: 40px;
    line-height: 46px;
}
.font-50 {
    font-size: 50px;
    line-height: 56px;
}
.btn-half {
    cursor: pointer;
    background-color: #000;
    z-index: 0;
    display: inline-block;
    position: relative;
}
.button-lg {
    padding: 20px 35px;
    font-size: 16px;
}
.m-carousel-1 {
    position: relative;
}
.m-l100 {
    margin-left: 100px;
}
.hilite-title.bdr-right {
    border-right: 10px;
    border-style: solid;
}
.hilite-title {
    border: 0px;
}
.bdr-gray {
    border-color:#0294ef !important;
}
.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-right {
    text-align: right;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.btn-half {
    cursor: pointer;
    background-color: #000;
    z-index: 0;
    display: inline-block;
    position: relative;
}
.button-lg {
    padding: 20px 35px;
    font-size: 16px;
}
.site-button {
    background-color: #0294ef;
}
.site-button {
    color: #fff;
}
.btn-half:before {
    top: 0;
    left: 0;
    right: auto;
}
.btn-half:before, .btn-half:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-half span {
    color: #fff;
    display: block;
    padding-left: 0%;
    padding-right: 25px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 5px;
    transform: scaleX(0.9);
    transform-origin: center left;
    transition: color 0.3s ease;
    position: relative;
    z-index: 1;
}
.btn-half em {
    position: absolute;
    height: 1px;
    background: #fff;
    width: 22%;
    right: 23px;
    top: 50%;
    transform: scaleX(0.25);
    transform-origin: center right;
    transition: all 0.3s ease;
    z-index: 1;
}
.btn-half:after {
    bottom: 0;
    right: 0;
    left: auto;
}

.btn-half:before, .btn-half:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.2);
    height: 50%;
    width: 0;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

/*-------------------------------------
	10. Image effects 
-------------------------------------*/
.wt-img-effect {position: relative;	overflow: hidden;	display: block;}
.wt-img-effect img {display: block;	margin: 0;	width: 100%;	height: auto;	box-shadow: 0 0 0 rgba(0,0,0,0);
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0);
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
}

/* 10.1 image-opacity */
.wt-img-effect.opacity img:hover {opacity: 0.8;	-moz-opacity: 0.8;	-webkit-opacity: 0.8;}

/*10.2 image-zoom */
.wt-img-effect.zoom-slow img {transition: all 10s;	-moz-transition: all 10s;	-webkit-transition: all 10s;	-o-transition: all 10s;}
.wt-img-effect.zoom-slow:hover img {-moz-transform: scale(2);	-webkit-transform: scale(2);	-o-transform: scale(2);	-ms-transform: scale(2);	transform: scale(2);}

/*10.3 image-zoom-slow */
.wt-img-effect.zoom:hover img {
	-moz-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
}

/*10.4 image-shrink */
.wt-img-effect.shrink:hover img {
	transform: scale(0.8);
	-ms-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-o-transform: scale(0.8);
	-moz-transform: scale(0.8);
}

/*10.5 image-side-pan */
.wt-img-effect.side-pan:hover img {
	margin-left: -9%;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

/*10.6 image-vertical-pan */
.wt-img-effect.vertical-pan:hover img {
	margin-top: -10%;
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

/*10.7 image-fade-in */
.wt-img-effect.fade-in {	background: #000}
.wt-img-effect.fade-in img {	opacity: 0.65;	-moz-opacity: 0.65;	-webkit-opacity: 0.65;}
.wt-img-effect.fade-in:hover img {	opacity: 1;	-moz-opacity: 1;	-webkit-opacity: 1;}

/*10.8 image-fade-out */
.wt-img-effect.fade-out {	background: #000}
.wt-img-effect.fade-out:hover img {	opacity: 0.7;	-moz-opacity: 0.7;	-webkit-opacity: 0.7;}

/*10.9 image-rotate */
.wt-img-effect.rotate:hover img {
	-moz-transform: scale(1.5) rotate(-20deg);
	-webkit-transform: scale(1.5) rotate(-20deg);
	-o-transform: scale(1.5) rotate(-20deg);
	-ms-transform: scale(1.5) rotate(-20deg);
	transform: scale(1.5) rotate(-20deg);
}

/*10.10 image-sepia */
.wt-img-effect.sepia img {-webkit-filter: sepia(100%);	filter: sepia(100%);}
.algo-image-hover.sepia:hover img {-webkit-filter: sepia(0);	filter: sepia(0);}

/*10.11 image-blurr */
.wt-img-effect.blurr img {transition: all 0.2s;	-moz-transition: all 0.2s;	-webkit-transition: all 0.2s;	-o-transition: all 0.2s;}
.wt-img-effect.blurr:hover img {filter: blur(3px);	-webkit-filter: blur(3px);	-moz-filter: blur(3px);	-o-filter: blur(3px);	-ms-filter: blur(3px);}

/*10.12 image-blurr-invert */
.wt-img-effect.blurr-invert img {transition: all 0.2s;	-moz-transition: all 0.2s;	-webkit-transition: all 0.2s;	-o-transition: all 0.2s;}
.wt-img-effect.blurr-invert img {filter: blur(3px);	-webkit-filter: blur(3px);	-moz-filter: blur(3px);	-o-filter: blur(3px);	-ms-filter: blur(3px);}
.wt-img-effect.blurr-invert:hover img {filter: blur(0px);	-webkit-filter: blur(0px);	-moz-filter: blur(0px);	-o-filter: blur(0px);	-ms-filter: blur(0px);}

/*10.13 image off color */
.wt-img-effect.off-color img {filter: grayscale(0);	-webkit-filter: grayscale(0);	-moz-filter: grayscale(0);	-o-filter: grayscale(0);	-ms-filter: grayscale(0);}
.wt-img-effect.off-color:hover img {filter: grayscale(1);	-webkit-filter: grayscale(1);	-moz-filter: grayscale(1);	-o-filter: grayscale(1);	-ms-filter: grayscale(1);}

/*10.14 image on color */
.wt-img-effect.on-color img {filter: grayscale(1);	-webkit-filter: grayscale(1);	-moz-filter: grayscale(1);	-o-filter: grayscale(1);	-ms-filter: grayscale(1);}
.wt-img-effect.on-color:hover img {filter: grayscale(0);	-webkit-filter: grayscale(0);	-moz-filter: grayscale(0);	-o-filter: grayscale(0);	-ms-filter: grayscale(0);}
.m-carousel-1:after {
    content: "";
    position: absolute;
    top: 70px;
    left: -70px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 30px solid rgba(0, 0, 0, 0.1);
}
/*=========================
39. background Square block
=========================*/
/*shape1*/
.square_shape1,
.square_shape2,
.square_shape3,
.square_shape4{
	position:relative;
	overflow: hidden;
	z-index:0;
}
.square_shape1:after,
.square_shape2:before,
.square_shape3:before,
.square_shape4:after{
	width:800px;
	height:800px;	
	position:absolute;
	content:"";
	border:40px solid rgba(191,191,191,0.1);
	
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index:-1;
}
/*shape1*/
.square_shape1:after{left:-700px;	top:50px;}
/*shape2*/
.square_shape2:before{	right:-700px;	bottom:-340px;}
/*shape3*/
.square_shape3:before{right:-700px;	bottom:-300px;}
/*shape4*/
.square_shape4:after{left: -820px;    top: -260px;}
/*-------------------------------------
	1. Section Head Part 
-------------------------------------*/
.section-head {margin-bottom:40px;}
.section-head.no-margin {margin-bottom:0;}

.section-head h1,
.section-head h2,
.section-head h3 {margin-top:0;}
.title-small {display:block;	color:#7a959d;	margin-bottom:15px;}
.section-head p {padding-top:10px;	font-size:14px;}
.section-head p:last-child {	margin-bottom:0;}
.text-center.section-head p {max-width:800px;	margin-left:auto;	margin-right:auto;}
.font-36 {
    font-size: 36px;
    line-height: 42px;
}
.text-uppercase {
    text-transform: uppercase;
}
.wt-separator-outer {
    overflow: hidden;
}
.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}
.bg-black {
    background-color: rgb(43, 135, 192) !important;
}
.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgb(43, 135, 192) !important;
}
/*======================================
34. Home Page
======================================*/

.m-carousel-1{	position:relative;}
.m-carousel-1:after{	content:"";	position:absolute;	top:70px;	left:-70px;	width:100%;	height:100%;	background-color:transparent;	border:30px solid rgb(2 148 239);}

.m-carousel-1 .owl-carousel .owl-dots{	position:absolute;	right:20px;	margin-top:0px;	top: 50%;	width:0px;    transform: translateX(-50%) translateY(-50%);}
.m-carousel-1 .owl-carousel .owl-dots .owl-dot span{ width:12px; height:3px; border:none; float:right; clear:both; position:relative;}
.m-carousel-1 .owl-carousel .owl-dots .owl-dot span:after{
 content:"";
 position:absolute;
 top:0;
 right:0;
 width:12px;
 height:3px;
 background-color:#000;
 -webkit-transition: all 0.5s linear;
 -moz-transition: all 0.5s linear;
 -ms-transition: all 0.5s linear;
 -o-transition: all 0.5s linear;
 transition: all 0.5s linear;
}

.m-carousel-1 .owl-carousel .owl-dots .owl-dot.active span:after{ width:50px;}
@media only screen and (max-width:991px) {
.m-carousel-1{	margin-bottom:100px; margin-left: 70px;}
}
@media only screen and (max-width:768px) {
.m-carousel-1{
	margin-top:0px;
}	
.m-carousel-1::after {
    top: 100px;
    left: -70px;
    border: 20px solid rgba(0,0,0,0.1);
}
}


@media only screen and (max-width:420px) {
.m-carousel-1{	margin-left:0px;	margin-bottom:0px;}
.m-carousel-1:after{	display:none;}
}

.hilite-title{	border:0px;	}
.hilite-title strong{	display:block;	font-size:80px;	line-height:80px;	font-weight:bold;	color:rgba(191,191,191,0.3);}

.hilite-title span{display:block;	font-size:24px;	line-height:24px;	font-family: 'Roboto Condensed', sans-serif;}

.hilite-title.bdr-left{border-left:10px;	border-style:solid;}
.hilite-title.bdr-right{border-right:10px;	border-style:solid;}

.m-carousel-2{	margin-right:130px;	margin-bottom: 50px;	position:relative;}
.m-carousel-2 .home-carousel-2{	border:15px solid #fff;	border-bottom:0px;	border-left:0px;	}
.m-carousel-2  .home-carousel-2 .owl-nav {margin: 0px;    position: absolute;    bottom: -30px;    left: 30px;}

.m-carousel-2  .home-carousel-2 .owl-nav .owl-prev {left: -30px;}
.m-carousel-2  .home-carousel-2 .owl-nav .owl-next {right: -44px;}

.carousel-bg-img{	position:absolute;	right:-65px;	top:-50px;	width:100%;}
@media only screen and (max-width:991px) {	
	.m-carousel-2{
		max-width: 694px;
		width: 100%;
		padding: 0px;
		margin: 0px auto 50px;
	}
	.m-carousel-2 .home-carousel-2{	border:none;}
	.carousel-bg-img{display:none;}
}

@media only screen and (max-width:768px) {	
	.m-carousel-2{	margin:0px auto; max-width: 696px;}
	.m-carousel-2 .home-carousel-2{margin-bottom: 40px;}
}
@media only screen and (max-width: 767px) {
	.m-carousel-2 {
	  margin: 0px auto;
	  max-width: 520px;
	}
  }
@media only screen and (max-width:620px) {	

.m-carousel-2{	margin-right:0px;	margin-top:0px;}
.hilite-title strong{	font-size:46px;	line-height:46px;}
.hilite-title span{	font-size:18px;	line-height:18px;}

}

@media only screen and (max-width:460px) {	
.m-carousel-2 .carousel-hover .carousel-line h2{	font-size:18px;	}
.m-carousel-2 .carousel-hover .carousel-line p{text-overflow: ellipsis;	overflow: hidden;	white-space: nowrap;}

.m-carousel-2 .wt-carousel-info{width:100%;	padding:25px;}

}

/*======================================
35. Carousel overlay content
======================================*/
.wt-carousel-block{position:relative;}

.wt-carousel-info{position:absolute;	bottom:0px;	z-index:2;}

.carousel-line{position:relative;}

.carousel-line:after,
.carousel-line:before{position:absolute;	content:"";	background-color:#fff;}
.carousel-line:after{width:100px;	height:6px;	left: -40px;	bottom: -20px;}
.carousel-line:before{width:6px;	height:100px;	left: -20px;	bottom: -40px;}
.carousel-hover .owl-item .gradi-black:before{	opacity:0;}
.carousel-hover .owl-item.active .gradi-black:before{
	opacity:1;
	-webkit-transition: all 1s linear;
	-moz-transition: all 1s linear;
	-ms-transition: all 1s linear;
	-o-transition: all 1s linear;
	transition: all 1s linear;
}

.carousel-hover .wt-carousel-info{bottom:-300px;	opacity:0px;}
.carousel-hover .owl-item.active .wt-carousel-info{
	bottom:0px;
	opacity:1px;
	-webkit-transition: all 1.5s linear;
	-moz-transition: all 1.5s linear;
	-ms-transition: all 1.5s linear;
	-o-transition: all 11.5s linear;
	transition: all 1.5s linear;
}

@media only screen and (max-width:460px) {	
.carousel-line::after {width: 80px;    height: 4px;    left: -17px;    bottom: -10px;}	
.carousel-line::before {width: 4px;    height: 80px;    left: -12px;    bottom: -16px;}
}
/*===========================
36. Overlay Box 2
===========================*/
.overlay-bx-2{
	position: absolute;
	left: 0;
	bottom:0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color:#000;
	opacity:0;
	-webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	transition: all 0.5s linear;
}

.overlay-bx-2:hover{	opacity:0.9;	bottom:0px;}
/*===========================
37. line-amiation-block
===========================*/
.line-amiation{	position:relative;	width:100%;	height:100%;}
.line-amiation:after,
.line-amiation:before{
	content:"";
	position:absolute;	
    background-color:#fff;
	left:20px;
	top:20px;
	-webkit-transition: all 0.7s linear;
	-moz-transition: all 0.7s linear;
	-ms-transition: all 0.7s linear;
	-o-transition: all 0.7s linear;
	transition: all 0.7s linear;
	opacity:0;
}
.line-amiation:after{width:0%;	height:1px;}
.line-amiation:before{width:1px;	height:0px;}
.line-amiation:hover:after{width:100%;	opacity:1;	left:-20px;}
.line-amiation:hover:before{height:100%;	top:-20px;	opacity:1;}
.blue{color: #0188dc; font-weight: bold;}
.line-amiation a.v-button{
	color:#22aaff;
	border-left:2px solid;
	display:block;
	position:absolute;
	bottom:90px;
	right:-40px;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media only screen and (max-width:420px) {	
	.line-amiation a.v-button{bottom:70px;}	
}

/*=========================================================

=============================================================*/

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel-filter .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel-filter .owl-animated-in {
  z-index: 0;
}
.owl-carousel-filter .owl-animated-out {
  z-index: 1;
}
.owl-carousel-filter .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel-filter {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel-filter .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel-filter .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel-filter .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel-filter .owl-controls .owl-nav .owl-prev,
.owl-carousel-filter .owl-controls .owl-nav .owl-next,
.owl-carousel-filter .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel-filter.owl-loaded {
  display: block;
}
.owl-carousel-filter.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel-filter.owl-hidden {
  opacity: 0;
}
.owl-carousel-filter .owl-refresh .owl-item {
  display: none;
}
.owl-carousel-filter .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel-filter .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel-filter.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel-filter .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel-filter.owl-rtl {
  direction: rtl;
}
.owl-carousel-filter.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel-filter {
  display: block;
}

/*===============================*/
.btn-filter-wrap {
	list-style:none;
	margin:64px 0 0;
	float:right;
}
@media only screen and (max-width:1199px){
	.btn-filter-wrap {
		margin:30px 0 0;
		float:none;
	}
	.btn-filter-wrap li:first-child{
		padding-left: 0px;
	}
}
.btn-filter-wrap li {
	position:relative;
	display:inline-block;
	font-size:18px;
	font-weight:600;
	color: #000;
	padding:0 20px;
	cursor:pointer;
}
.btn-filter-wrap li:last-child {
	padding-right:0;
}
.btn-filter-wrap li.btn-active{
	color: #D5DD02;
}
.btn-filter-wrap li:after{
	content:"/";
	position:absolute;
	left:-2px;
	top:4px;
	font-size:14px;
	opacity:0.2;
	color: #000;
}
.btn-filter-wrap li:first-child:after{
	display:none;
}

.owl-carousel-filter .owl-item{
opacity:0;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;	

}
.owl-carousel-filter .owl-item.active{
	opacity:1 ;
}
.owl-carousel-filter .owl-item > .owl-item{
	opacity:1;
}

/*===============
	PARTICLE CANVAS
=================*/
.particles-canvas{
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
}


#particles-js {
  position: absolute;
  width: 50%;
  height: 100%;
  background-color: #b61924;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
#particles-js2 {
  position: absolute;
  right: 0px;
  width: 50%;
  height: 100%;
  background-color: #888;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/*=======================
	after before slider
========================*/
.rs-addon-beforeafter-btn i{
	color:#000;
}



/* cursor blink animation*/

.typewrite > .wrap:after {
  content: '|';
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  position: relative;
  right:10px;
}

@keyframes blink {
0% {
	opacity: 1;
}
50% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}

@-webkit-keyframes blink {
0% {
	opacity: 1;
}

50% {
	opacity: 0;
}
100% {
	opacity: 1;
}
}

.list-inline > li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

@media only screen and (max-width:991px){
	.section-full.p-t80{padding-top: 40px;}
	.section-full.p-b50{padding-bottom: 10px;}
}

.wt-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
}

.p-a40 {
    padding: 40px;
}

/* tab */
@media (min-width:768px) {
  .tab-content .accordion-item {
    border: 0;
    border-radius: 0;
  }
}
@media (max-width:767px) {
  .tab-content > .tab-pane {
        display: block;
        opacity: 1;
    }
}
.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}
.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}
.p-l20{padding-right: 15px;}
.wt-team-six .wt-team-info h3{text-align: center; font-size: 22px; margin-top: 15px; text-transform: uppercase;}
.wt-team-six .wt-team-info h3 a:hover{color: #fff;}
.wt-team-six .wt-team-info:before {
    width: 40px;
    height: 4px;
}
.wt-team-six .wt-team-info:after, .wt-team-six .wt-team-info:before {
    content: "";
    position: absolute;
    left: -4px;
    bottom: -4px;
    background-color: #000;
}

.wt-team-six .wt-team-info:after {
    width: 4px;
    height: 40px;
}
.wt-team-six .wt-team-info:after, .wt-team-six .wt-team-info:before {
    content: "";
    position: absolute;
    left: -1px;
    bottom: 55px;
    background-color: #000;
}
  /* blog */
  
.latest-blog-dark-outer {
    margin-left: 20px;
    height: 250px;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.overlay-wraper {
    position: relative;
}

.p-a20 {
    padding: 20px;
}
.latest-blog-dark {
    position: absolute;
    left: -20px;
    bottom: 20px;
    width:300px;
    min-height: 120px;
    background-color: #0294ef;
    padding-left: 40px;
}
.p-a20 {
    padding: 20px;
}

.latest-blog-dark-outer2 {
    height: 530px;
    margin-right: 61px;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.overlay-wraper {
    position: relative;
}
.m-b30 {
    margin-bottom: 30px;
}
.m-b50 {
    margin-bottom: 50px;
}
.latest-blog-square {
    position: absolute;
    right: -60px;
    bottom: 60px;
    width: 400px;
    min-height: 400px;
    padding: 25px 70px 25px 25px;
    border:15px solid #0294ef;
}
.v-date {
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
/*======================================
33. Background Effects
======================================*/
.bg-parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-center{background-position:center;}

.bg-top-left{background-position:top left;}
.bg-top-right{	background-position:top right;}
.bg-top-center{background-position:top center;}

.bg-bottom-left{background-position:bottom left;}
.bg-bottom-right{background-position:bottom right;}
.bg-bottom-center{background-position:bottom center;}

.bg-left-center{background-position:left;}
.bg-right-center{background-position:left;}

.bg-auto{background-size:auto;}
.bg-contain{background-size:contain;}
.bg-cover{background-size:cover;}
.bg-full-width{background-size:100% auto;}
.bg-full-height{background-size: auto 100%;}

.bg-repeat{background-repeat:repeat;}
.bg-no-repeat{	background-repeat:no-repeat;}
.bg-repeat-x{background-repeat:repeat-x;}
.bg-repeat-y{background-repeat:repeat-y;}

.bg-fixed{background-attachment:fixed;}
.bg-scroll{background-attachment:scroll;}
.opacity-08 {
    opacity: 0.8;
}
.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}


.bg-black {
    --bs-bg-opacity: 1;
    background-color:rgb(43, 135, 192) !important;
}
.some-facts {
    position: relative;
    padding: 60px 30px 60px 50px;
    border: 15px solid #0294ef;
    border-right: 0px;
}
.some-facts:before {
    top: -15px;
}
.some-facts:after, .some-facts:before {
    content: "";
    position: absolute;
    background-color: #0294ef;
    right: -15px;
    width: 15px;
    height: 140px;
}
.some-facts:after {
    bottom: -15px;
}
.some-facts:after, .some-facts:before {
    content: "";
    position: absolute;
    background-color: #0294ef;
    right: -15px;
    width: 15px;
    height: 140px;
}
.some-facts-counter {
    padding-top: 130px;
}
.wt-icon-box-wraper {
    position: relative;
}
.wt-icon-box-wraper img{width:30%; height: auto;}
.p-b50 {
    padding-bottom: 50px;
}
.p-t80 {
    padding-top: 80px;
}
.text-lowercase {
    text-transform: none !important;
}
/* manufacturing */
.equal-height-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; /* makes all columns equal height */
}
.equal-height-row > [class*="col-"] {
  display: flex;
  flex-direction: column;
}
/* only apply equal height on large screens and bigger (Bootstrap lg breakpoint) */
@media (min-width: 992px) {
  .equal-height-row {
    display: flex;
    align-items: stretch;   /* ensures children stretch to same height */
  }
  /* Make the immediate columns act as flex containers so their children can stretch */
  .equal-height-row > .col-lg-4,
  .equal-height-row > .col-lg-8 {
    display: flex;
    flex-direction: column;
  }

  /* Make .some-facts fill the height of its column */
  .equal-height-row .col-lg-4 .some-facts {
    flex: 1 1 auto;         /* grow to fill column height */
    display: flex;
    flex-direction: column; /* if you want inner content vertically arranged */
    justify-content: center; /* optional: center content vertically; remove if not wanted */
  }
}

/* Gallery*/
.slider-container {
      width: 100%;
      overflow: hidden;
      position: relative;
      margin: auto;
      max-width: 1200px;
    }
    .slider-track {
      display: flex;
      transition: transform 0.5s linear;
    }
    .slide {
      min-width: 20%; /* 100/5 = 20% (5 items) */
      padding: 10px;
    }
    .slide img {
      width: 100%;
      border-radius: 10px;
      display: block;
      min-height: 200px;
    }
    /* Navigation arrows */
    .arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.5);
      color: #fff;
      border: none;
      padding: 10px 15px;
      cursor: pointer;
      z-index: 10;
      font-size: 20px;
      border-radius: 50%;
    }
    .arrow.left {
      left: 10px;
    }
    .arrow.right {
      right: 10px;
    }
    /* Responsive */
    @media (max-width: 992px) {
      .slide {
        min-width: 33.33%; /* 3 items */
      }
    }
    @media (max-width: 600px) {
      .slide {
        min-width: 50%; /* 2 items */
      }
    }

    /* contact */
    .wt-separator-outer {
    overflow: hidden;
}
.wt-separator {
    display: inline-block;
    height: 3px;
    width: 50px;
    position: relative;
}
.wt-box, .wt-info, .wt-tilte, .wt-tilte-inner {
    position: relative;
}

.p-r150 {
    padding-right: 150px !important;
}
.p-a40 {
    padding: 40px;
}
/*======================================
42. Contact Us
======================================*/
.form-group {
    margin-bottom: 25px;
}
.contact-one{border:6px solid #000;	position:relative;	max-width:70%;}
.contact-one .form-control{border:0px;	border-bottom:1px solid #000;}
.contact-one .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  font-size:12px;
  text-transform:uppercase;
}
.contact-one .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  font-size:12px;
  text-transform:uppercase;
}
.contact-one .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #000;
  font-size:12px;
  text-transform:uppercase;
}
.contact-one .form-control:-moz-placeholder { /* Firefox 18- */
  color: #000;
  font-size:12px;
  text-transform:uppercase;
}
/* .contact-info{position: absolute;	right: -200px;	top: 30px;	width: 310px;} */
.contact-info {
    position: absolute;
    right: -355px;
    top: 30px;
    width: 50%;
}
.contact-info .icon-content p{	word-break:normal;}

.contact-form textarea.form-control {
	height: auto;
  }
.p-a30 {
    padding: 30px;
}
.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}
.bg-sky {
    --bs-bg-opacity: 1;
    background-color: rgb(2 148 239) !important;
}
.site-button {
  width: 50%;
    border: 2px solid  rgb(2 148 239);
    background:  rgb(2 148 239);
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
} 
.site-button.black:hover, .site-button.black:active, .site-button.black:focus {
    background-color: #171717;
    color: #fff;
}
.letter-spacing-5 {
    letter-spacing: 5px;
}
.font-12 {
    font-size: 12px;
    line-height: 18px;
}
@media only screen and (max-width:1200px) {
.contact-one{max-width: 745px;}	
}
@media only screen and (max-width:991px) {
.contact-one{padding-right: 375px;}
.contact-info {right: 40px;    width: 310px;	top: 21px;}	
}
@media only screen and (max-width:767px) {
.contact-one{padding-right: 40px;}	
.contact-info {right: 0px;    width: 100%;	top: 0px;	position:inherit;	margin-top:40px;}	
}
@media only screen and (max-width:767px) {
.contact-one{padding:15px;}
}


/* footer */
footer {
    color: #fff;
}
ul {
    padding: 0px;
}
ol, ul {
    margin-bottom: 0px;
}
footer a{text-decoration: none;}
.social-icon {
    padding: 0;
    margin-bottom: 0px;
        float: right;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}
.social-icon li i {
    font-size: 14px;
    color: #262725;
    border: solid 2px #ffffff;
    height:26px;
    width: 31px;
    text-align: center;
    vertical-align: middle;
    border-radius: 8px;
    line-height: 26px;
    margin-right: 15px;
    transition: 1s;
    background: #fff;
}
.social-icon li i:hover {
    border: solid 2px #262725;
    color: #ffffff;
    background: #262725;
}

.phone-no i {
    position: relative;
    margin-right: 14px;
    font-size:43px;
    top: 5px;
}
.phone-no {
    margin-top: -22px;
    text-align: right;
}
.footer-day-time {
    padding-bottom: 30px;
    border-bottom: 2px solid #7a6f6f;
    padding-top: 14px;
    margin-bottom: 55px;
}
.footer-day-time ul li {
    display: inline;
    margin-right: 20px;
}
.footer-day-time ul li:last-child {
    margin-right: 0px;
}
.phone-no a {
    color: #fff;
    font-size:25px;
}
.footer-top {
    background: #00131f;
    padding:50px 0 50px;
}
.footer-top h4 {
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.footer-top p {
    font-size: 13px;
    line-height: 2;
}

footer p {
  margin-bottom:0;
}
.footer-logo {
    display: block;
    margin-bottom: 32px;
}
.address1 li {
    list-style: none;
    position: relative;
    padding: 0px 0 14px 34px;
    line-height: 26px;
    font-size: 12px;
}
ul.address1 span {
    position: absolute;
    width: 40px;
    max-width: 40px;
    left: 0;
}
.address1 li a {
    color: #fff;
    text-decoration: none;
}
ul.address1 i {
    width: 20px;
    position: absolute;
    left: 0px;
    text-align: center;
    font-size: 28px;
    top: 0;
}

ul.address1 i.fa-envelope {
    font-size: 18px;
    top: 4px;
}
footer ul.social-icon {
    float: left;
}
footer .social-icon li i:hover {
    background: #0044ff;
    border-color: #1e00ff;
}

.footer-bottom {
    background: #047dc8;
    padding: 10px 0px;
}
.footer-bottom ul li {
    display: inline;
    margin-right: 20px;
    font-size: 18px;
}
.footer-bottom ul li a{
    color:#fff;
    font-size: 12px;
}

.footer-bottom ul {
    float: right;
}

.footer-bottom ul li:last-child {
    margin-right: 0;
}
.copyright {
    font-size: 12px;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}
.product_image img{width: 100%; height: auto;}
/*-------------------------------------
	1. inner page banner 
-------------------------------------*/
.wt-bnr-inr {height:500px;	background-size:cover; 	background-position:center center;	display:table;	width:100%;}
.wt-bnr-inr .container{display:table;	height:100%;}
.wt-bnr-inr-entry { 	display:table-cell;	vertical-align:middle; padding-top: 7%;}

.wt-bnr-inr-entry .banner-title-outer{position: relative;	padding: 70px 0px 70px 30px;	border: 10px solid #0294ef;	border-right: 0px;	width: 200px;}

.wt-bnr-inr-entry .banner-title-outer:after,
.wt-bnr-inr-entry .banner-title-outer:before{content:"";	position:absolute;		right:0px;	width:10px;	height:50px;	background-color:#0294ef;}
.wt-bnr-inr-entry .banner-title-outer:after{	top:0px;}
.wt-bnr-inr-entry .banner-title-outer:before{bottom:0px;	right:0px;}

.wt-bnr-inr-entry .banner-title-name{width:640px;}
.wt-bnr-inr-entry .banner-title-name ul{display: flex;}
.wt-bnr-inr-entry .banner-title-name ul li{font-size: 14px;	margin-bottom:0px;	padding-left:0px;	list-style:none;	}
.wt-bnr-inr-entry .banner-title-name ul li a{color: #fff; text-decoration: none;}

@media only screen and (max-width: 991px) {
.top-bar{height: 60px;}
.mob-email{position: absolute;}
.social-icon {
  padding: 0;
  margin-bottom: 0px;
  float: none;
  position: absolute;
  top: 28px;
  right: 0;
}
.navbar-brand{
    margin-top: 25px;
}
.make-in-india {
  width: 19%;
  height: auto;
  margin-left: -230px;
  margin-top: 15px;
}
.navbar-toggler{
    margin-top: 20px;
}

.hero-section .owl-carousel .item img {
  width: 100%;
  height: 150px;
  object-fit: contain;
}
.site-button {
  width: 100%;}
  .latest-blog-square {
  position: absolute;
  right: -56px;
  bottom: 60px;
  width: 354px;
  min-height: 400px;
  padding: 25px 70px 25px 25px;
  border: 15px solid #0294ef;
}
.font-50 {
  font-size: 36px;
  line-height: 44px;
}
.some-facts {
  position: relative;
  padding: 60px 1px 60px 15px;
  border: 15px solid #0294ef;
    border-right-width: 15px;
    border-right-style: solid;
    border-right-color: rgb(2, 148, 239);
  border-right: 0px;
}
.p-r150 {
  padding-right: 10px !important;
}
.phone-no {
  margin-top: 0;
  text-align: left;
}
.footer-bottom ul {
  float: none;
}
.pt-50{
    padding-top: 50px;
}
.wt-bnr-inr-entry .banner-title-outer {
  position: relative;
  padding: 70px 0px 70px 30px;
  border: 10px solid #0294ef;
    border-right-width: 10px;
    border-right-style: solid;
    border-right-color: rgb(2, 148, 239);
  border-right: 0px;
  width: 94%;
  margin-top: 108px;
}
.product-heading {
  background: #0294ef;
  color: #fff !important;
  padding: 10px 15px;
  margin-bottom: 30px;
  font-size: 24px;
  margin-top: 37px;
}
}
.section-head ul{
    width: 90%;
    margin: 0 auto;

}
.section-head p{
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
}
@media only screen and (max-width: 767px) {
.wt-bnr-inr-entry .banner-title-name{width:258px;}
}

.banner-inner-row h1,
.banner-inner-row h2,
.banner-inner-row h3,
.banner-inner-row h4,
.banner-inner-row h5,
.banner-inner-row h6{ 
	color:#FFF;
}

/* Inner page banner end */

.wt-breadcrumb {
    margin: 0;
    list-style: none;
}
.wt-breadcrumb li {
    padding: 0;
    margin-right: 3px;
    color: #fff;
    position: relative;
    display: inline-block;
    font-size: 12px;
}
.wt-breadcrumb li a {
    color: #fff;
}
.breadcrumb-style-2 li:after {
    content: "\f101";
    margin-left: 7px;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
.m-l50 {
    margin-left: 50px;
}
.m-about {
    position: relative;
    z-index: 2;
}

.m-about:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid #000;
    left: -50px;
    bottom: -50px;
    z-index: -1;
}
.m-about img{width: 100%; height: auto;}
.m-about2 {
    position: relative;
    z-index: 2;
}
.m-about2 img{width: 100%; height: auto;}
.m-about2:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid #000;
    right: -50px;
    bottom: -50px;
    z-index: -1;
}
.product-heading{ background:#0294ef; color: #fff !important; padding:10px 15px; margin-bottom: 30px; font-size: 24px;}

/* Services */
/* =====================================
   FEATURE SECTION - INDUSTRIE STYLE
   With Black Hover Icon + Fold Animation
===================================== */

/* Base for the feature area */
.rs-feature-area {
  position: relative;
  overflow: hidden;
  padding:0;
}

.rs-feature-area.rs-feature-one {
  /* Optional: add background or overlay if needed */
}

/* Container & grid layout */
.rs-feature-area .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.rs-feature-area .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.rs-feature-area .row > [class*="col-"] {
  padding: 0 15px;
  margin-bottom: 30px;
}

/* Feature item */
.rs-feature-one .rs-feature-item {
  background: #eff1f3;
  clip-path: polygon(0% 0%, 79% 0, 100% 20%, 100% 100%, 0% 100%);
  transition: all 0.5s ease;
  padding: 40px 30px;
  position: relative;
  z-index: 1;
}
.rs-feature-two .rs-feature-item {
    background: #f5f8fb;
     clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 79% 100%, 0% 100%);
    transition: all 0.5s 
ease;
    padding: 40px 30px;
    position: relative;
    z-index: 1;
}
@media (max-width: 1200px) {
  .rs-feature-one .rs-feature-item {
    padding: 25px 20px;
  }
}

/* Decorative large numbers behind features */
.rs-feature-one .rs-feature-item::before {
  position: absolute;
  color: rgba(31,31,31,0.05);
  counter-increment: count;
  content: "0" counter(count);
  z-index: -1;
  right: -10px;
  font-size: 238px;
  font-weight: 700;
  bottom: -120px;
}
.rs-feature-icon img{
    width: 60px;
    height: 60px;
}
@media (max-width: 992px) {
  .rs-feature-one .rs-feature-item::before {
    font-size: 150px;
    bottom: -75px;
  }
}

/* Hover effects */
.rs-feature-one .rs-feature-item:hover {
  background:#047dc8;
}

.rs-feature-one .rs-feature-item:hover .rs-feature-icon svg {
  animation: rs-fold linear 0.3s;
}

/* ✅ Black fill on hover */
.rs-feature-one .rs-feature-item:hover .rs-feature-icon svg path {
  fill: #000;
}

.rs-feature-one .rs-feature-item:hover .rs-feature-title {
  color: var(--rs-white);
}

.rs-feature-one .rs-feature-item:hover .rs-feature-descrip p {
  color: rgba(255,255,255,0.85);
}

/* Icon styling */
.rs-feature-one .rs-feature-icon svg {
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
}

/* Feature title */
.rs-feature-one .rs-feature-title {
  margin: 40px 0 15px;
  font-weight: 600;
  transition: color 0.3s ease;
}

/* Feature description */
.rs-feature-one .rs-feature-descrip p {
  margin: 0;
  line-height: 1.7;
  color: var(--rs-text-secondary);
}

/* ==========================
   Animation: rs-fold
========================== */
@keyframes rs-fold {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(90deg);
  }
  100% {
    transform: rotateY(0deg);
  }
}

/* Responsive tweaks */
@media (max-width: 992px) {
  .rs-feature-area {
    padding: 80px 0;
  }
  .rs-feature-one .rs-feature-title {
    margin: 30px 0 10px;
  }
}

@media (max-width: 768px) {
  .rs-feature-area {
    padding: 60px 0;
  }
  .rs-feature-one .rs-feature-item {
    clip-path: none; /* simplify shape for mobile */
  }
  .rs-feature-one .rs-feature-item::before {
    display: none;
  }
}

.product-img img{width: 100%; height: auto; margin-bottom: 30px; }

/* contact form */
.wpcf7-form-control-wrap input, optgroup, select, textarea{
  width: 100%;
    padding: 10px 0;
    background: transparent;
  border: 0px;
    border-bottom: 1px solid #000;
}

.wpcf7-form-control-wrap textarea{
  width: 100%;
    padding: 10px 0;
    height: 100px;
    background: transparent;
  border: 0px;
    border-bottom: 1px solid #000;
}
.wpcf7-submit {
    width: 50%;
    border: 2px solid rgb(2 148 239);
    background: rgb(2 148 239);
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 12px 30px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s 
ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s 
ease;
}

input:focus,
textarea:focus {
  outline: none;
  border: none;  /* or your normal border color */
  box-shadow: none;
  background-color: #e9e9e9;
  border-bottom: 1px solid #ccc;
}
.wpcf7-submit:hover, .wpcf7-submit:active, .wpcf7-submit:focus {
    background-color: #171717;
    color: #fff;
}