.lightning-btn{
    position: relative;
    display: inline-block;
    padding:7px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    overflow: hidden;
    margin-right:10px;
   
}
.lightning-btn:hover{
    background: #fff;
    color: #050801;
    box-shadow: 0 0 5px #fff,
                0 0 25px #fff,
                0 0 50px #fff,
                0 0 200px #fff;
}
.lightning-btn:nth-child(1){
    filter: hue-rotate(0deg);
}
.lightning-btn:nth-child(2){
    filter: hue-rotate(0deg);
}
.lightning-btn span{
    position: absolute;
    display: block;
}
.lightning-btn span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#090);
    animation: animate1 1s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
.lightning-btn span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#090);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
.lightning-btn span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#090);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}


.lightning-btn span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#090);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}



.main-slider .owl-nav [class*=owl-] {
  padding: 5px 10px;
  line-height: 24px;
  font-size: 24px;
}
.main-slider {
  position: relative;
  position: relative;
}
.main-slider img{
    max-width: 100% !important;
    width: 100% !important;
}
.main-slider .owl-nav {
  position: absolute;
  top: 48%;
  width: 100%
}
.owl-carousel.main-slider .owl-nav button.owl-next, .owl-carousel.main-slider .owl-nav button.owl-prev {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  border: none;
  background: #4fb848;
}
.main-slider .owl-nav .owl-prev i, .main-slider .owl-nav .owl-next i {
  font-size: 23px;
  color: #ffffff;
  line-height: 55px;
}
.main-slider .owl-nav .owl-prev {
  left: 10px;
}
.main-slider .owl-nav .owl-next {
  right: 10px;
}
.vision-bx-s2
{
    position: relative;
    padding: 30px 30px 30px 180px;
    border: 1px solid #4fb848;
    border-radius: 140px;
    margin: 0 0 30px;
}
.vision-bx-s2 p
{
	margin: 0;
	text-align: left;
}
.visionimg-s2 {
  width: 86px;
  margin-bottom: 30px;
  position: absolute;
  left: 62px;
  top: 38px;
}

.shadow-bx {
    padding: 71px 40px;
    background-color: #fff;
    border-bottom: 5px solid transparent;
    border-radius: 0 8px 8px 8px;
    box-shadow: 0 17px 27px rgb(96 96 96 / 13%);
    transition: all .5s linear 0s;
}
.shadow-bx img{
    border-radius: 10px;
}
.wware-para
{
    padding-left: 30px;
}

.list-s1 {
  list-style: none;
  padding: 0px;
}
.list-s1 li {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 0 18px;
  display: block;
  line-height: 21px;
}
footer .list-s1 li {
  color: #FFF;
}
.list-s1 li a {
  display: block;
  color: #FFF;
}
.list-s1 li::before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    position: absolute;
    left: 0px;
    top: 2px;
    font-size: 13px;
    color: #ffffff;
    background: #4fb848;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 22px;
    border-radius: 8px;
}

.landingpage
{
    height: 100vh;
    background-image: url("../../assets_landing/images/bg3.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
}
.landingpage::before
{
	content:'';
	position:absolute;
	width: 100%;
	height: 100%;
	background: #00000073;
}
.maincomplogo
{
    display: block;
    padding: 20px 26px;
    background: #fff;
    margin: 0 0 18px;
    /* border-radius: 30px; */
    text-align: center;
    -webkit-transition:.5s all;
    box-shadow: 0px 10px 30px 0px rgb(31 34 120 / 10%);
    -webkit-transition: .1s all;
}
.maincomplogo img
{
  width: 88%;
}
.maincomplogo:hover
{
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.22);
  -webkit-transition: .1s all;
  box-shadow: 0px 10px 30px 0px rgb(31 34 120 / 10%);
  transform: scale(1.04);
}
.maincomplogo h2
{
  text-align: center;
  font-size: 15px;
  display: inline-block;
  margin: 15px 0 0;
  border: 1px solid #008600;
  color: #008600;
  padding: 2px 22px;
  /* border-radius: 20px; */
}
.mainlogocontainers
{
    /* padding: 0 10px; */
}

.contatpage-address {
    list-style: none;
    padding: 0px;
}

.contatpage-address li {
    padding: 0px 0px 0px 70px;
    position: relative;
    margin: 0 0 25px;
}

.contatpage-address li i {
    position: absolute;
    left: 0px;
    font-size: 29px;
    top: 13px;
    color: #ffffff;
    background: #4fb848;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.contatpage-address li p {
    font-weight: 800;
    font-size: 24px;
    margin: 0;
}

.contatpage-address li a {
    color: #000;
}

.servicecar .owl-nav
{
    text-align: center;
    margin-top: 30px;
}


.servicecar .owl-nav i
{
    color: #FFF;
    padding: 5px 10px;
}
.section-s1
{
    text-align: center;
    background: #ae1409;
    color: #FFF;
}
.cnc-img-s1
{
    width: 80%;
    margin: 15px 0;
}
.cnc-img-s2
{
    text-align: center;
    margin: 15px 0;
}
.cnc-img-s2 img
{
    width: 90%;
}
.cnc-img-s2 h4
{
    font-size: 17px;
    margin: 19px 0 0;
}
.section-s2
{
    
}
.section-s3
{
    background: #f6f6f6;
}
.title-s1
{
    text-align: center;
}
@media (max-width:1200px)
{
    .mainlogocontainers
{
    padding: 0 80px;
}
}
.mobslide
{
    display: none !important;
}
.mob-menu
{
    display: none !important;
}


.call-bx {
    border: 2px solid #4fb848;
    padding: 30px;
    border-radius: 30px;
    margin: 30px 0 0;
}

.call-bx h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
}
.call-bx h2 {
    font-size: 26px;
    margin: 0;
    padding: 0;
}
.call-bx h3 {
    font-size: 24px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.contact-inner-container
{
	margin: 0 0 25px;
}
.contact-inner-container h2
{
	background: #e7e7e7;
	display: inline-block;
	padding: 3px 13px;
	font-size: 19px;
	border-radius: 30px;
	margin: 0 0 6px;
}
.cbx-info {
    position: relative;
    padding: 0 0 0 59px;
    line-height: 23px;
    margin: 11px 0 0;
    min-height: 50px;
    display: flex;
    align-items: center;
}

.cbx-info i {
    position: absolute;
    left: 0px;
    top: 0;
    font-size: 19px;
    background: #4fb848;
    color: #FFF;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 53px;
}

.cbx-info p {
    margin: 0;
    font-size: 16px;
    color: #4fb848;
}

.cbx-info a {
    color: #000;
    font-size: 23px;
    font-weight: 700;
}
.white-header
{
    background: #FFF;
}
.menu_area-light.white-header .navbar-nav>li>a
{
    color: #282b2d;
}
.menu_area-light.white-header .navbar-nav>li.current>a
{
    color: #4fb848;
}
.menu_area-light.white-header .navbar-nav>li.active>a
{
    color: #4fb848;
}
.menu_area-light.white-header .navbar-nav>li>a i
{
    color: #4fb848;
}
.menu_area-light.white-header .navbar>ul>li.has-sub>a:after {
    border-color: transparent #282b2d #282b2d transparent;
}
.mapicon
{
    font-size: 46px;
    color: #4fb848;
    margin: 0 7px 0 0;
}


.serviceiconsection {
    text-align: center;
}
.serviceicohe {
    height: 75px
}
.serviceicohe img{
    height: 75px
}
.serviceiconsection p {line-height: 18px;color: #434343;text-align: center;}
.prt-comp
{
    display: inline-block;
    margin: 0 0 50px;
    background: #b31502;
    padding: 30px 40px;
}
.prt-comp h2
{
    color: #fff;
}
.prt-comp h3
{
    color: #FFF;
    font-size: 34px;
}
.mainlogo
{
  margin: 0 0 20px;
  background: #6bc5ff;
  padding: 30px;
  border-radius: 30px;
}
.homemobile
{
	display: inline-block;
	background: #ffe000;
	padding: 15px 23px;
	border-radius: 30px;
	color: #000;
	font-weight: 800;
	font-size: 19px;
	position: relative;
}
.homemobile:hover
{
	background: #ffe62e;
	color: #000;
}
.rtc-logo
{
	width: 300px;
}
.product-bx
{
	text-align: center;
	border: 1px solid #e4e4e4;
	border-radius: 30px;
	margin: 30px 0 0;
}
.product-bx h3
{
	font-size: 17px;
	padding: 16px 0 11px;
}
.product-bx img
{
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	width: 100%;
}
.team
{background: #f3f3df;padding: 70px 0;}
.teambx
{background: #FFF;padding: 34px;border-radius: 50px;text-align: center;}
.teambx img
{
}
.teambx h2
{font-size: 22px;margin: 14px 0 8px;}
.teambx p
{line-height: 17px;margin: 0;text-align: center;}
.team-area
{
    /* background: #FFF; */
    padding: 40px;
    border-radius: 50px;
}
.main-web-btn
{
    position: relative;
    z-index: 99;
    background: #FFF;
    display: block;
    padding: 40px 40px;
    border-radius: 30px;
    border: 5px solid #009900;
}

.main-web-btn:hover
{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.22);
	-webkit-transition: .1s all;
	box-shadow: 0px 10px 30px 0px rgb(31 34 120 / 10%);
	transform: scale(1.04);
}

.customerlist
{
    list-style: none;
}
.customerlist li
{
    display: inline-block;
    width: 146px;
    margin: 0 4px 0px;
}
.customerlist li img
{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
}
.bg-s1
{
	background: #f0f0f0;
}
.upc-projectbx
{
	background: #FFF;
	padding: 15px;
	text-align: center;
	display: block;
	margin: 0 0 30px;
}
.upc-projectbx h2
{
	font-size: 21px;
	min-height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.upc-projectbx img
{
	margin: 0 0 15px;
}
.footer-address img
{
	width: 26px;
}
.footer-address
{
	list-style: none;
	padding: 0px;
}
.footer-address li
{
	position: relative;
	padding-left: 37px;
	color: #FFF;
	margin: 0 0 13px;
	line-height: 22px;
	padding-top: 3px;
}
.footer-address li strong
{
	font-weight: 600;
	font-size: 18px;
	color: #b7cdf1;
}
.footer-address li img
{
	position: absolute;
	left: 0px;
	top: 0px;
}
.footer-address li a
{
	display: block;
	color: #FFF;
}
.isobx
{
	text-align: center;
	background: #FFF;
	padding: 2px 11px 14px;
	border-radius: 12px;
	border: 2px solid #4fb848;
}
.isobx img
{
	
}
.isobx h1
{
	margin: 10px 0 11px;
	font-size: 14px;
	color: #000000;
}
.bg-1
{
    background: #f4f4f4;
}
.bg-2
{
    background: #212b3d;
    }
/*responsive*/
@media (max-width:992px)
{
    .main-web-btn {
        margin:0 0 30px;
}
    .teambx {
        margin:0 0 30px;
}
    .landingpage {
    height: 122vh;
}
  .prt-comp {
    display: inline-block;
    padding: 17px 15px;
    margin: 0 0 20px;
}
  .prt-comp h2 {
   font-size: 21px;
   }
  .prt-comp h3 {
   font-size: 20px;
   }
.mob-menu
{
    display: block !important;
}
.pcslide
{
    display: none !important;
}
.mobslide
{
    display: block !important;
}
    .maincomplogo h2 {
    font-size: 14px;
    margin: 12px 0 0;
    padding: 4px 16px;
}
    .mainlogocontainers
{
    padding: 0 20px;
}
    .maincomplogo {
    /* border-radius: 20px; */
    padding: 20px 30px 20px;
    margin: 0 0 14px;
}
    .shadow-bx {
    padding: 20px 15px;
}
    .shadow-bx img
    {
        margin-bottom: 30px;
    }
    .video-banner
    {
        padding-bottom: 30px;
        padding-top: 60px;
    }
    .visionimg-s2 {
        width: 80px;
        position: initial;
        margin-bottom: 10px;
}
    .wware-para {
    padding-left: 0px;
}
.upc-projectbx h2 {
    font-size: 15px;
    min-height: 18px;
}
.upc-projectbx {
    padding: 5px;
    margin: 30px 0 0;
}
	.vision-bx-s2 {
    padding: 30px;
    border-radius: 22px;
}
}
}