* {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #EEEDEB !important;
}

.ui-tabs-vertical { width:55em; }
  .ui-tabs-vertical .ui-tabs-nav { padding: .2em .1em .2em .2em; float: left; width: 12em; }
  .ui-tabs-vertical .ui-tabs-nav li { clear: left; width: 100%; border-bottom-width: 1px !important; border-right-width: 0 !important; margin: 0 -1px .2em 0; }
  .ui-tabs-vertical .ui-tabs-nav li a { display:block; }
  .ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0; padding-right: .1em; border-right-width: 1px;background: ; }
  .ui-tabs-vertical .ui-tabs-panel { padding: 1em; float: right; width: 40em;}
  .akdn-serh{
	color: #DF0303;
  }

  .mob-services{
	display: none;
  }
  .plan-head{
	text-align: center;
  }
  .soc-site{
	padding: 8px 12px;
	font-weight: 600;
	color: #fff;
  }
  .soc-site a.fb,.soc-site a.twt,.soc-site a.insta{
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 14px;
	padding: 5px;
  }
  .slid-crd{
	display: none;
}

.ban-cap h1{
	position: absolute;
	top:60% !important;
	left: 50%!important;
	transform: translate(-50%,-50%)!important;
	z-index:10;
	font-weight: 800;
	font-size:50px;
	
}
.akdn-cont-fm{
	margin-top: 5% !important;
}
/*---header----------*/

.header {
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	position: absolute;
	width: 100%;
	z-index: 100;
}

.menu1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
}

.logo {
	display: inline-block;
}

.logo img {
	width: 80px;
}

.nav-links {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.nav-links li {
	position: relative;
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 10px;
}

.nav-links li a {
	text-decoration: none;
	text-transform: uppercase;
	color: #DF0303;
	font-size: 16px;
	font-weight: bold;
	font-family: 'Poppins', sans-serif;
	transition: 0.5s;
}

.nav-links li:hover a {
	color: #EEBB33;
	
}
.nav-links li a.m-active {
	color:#000;
}
.nav-links li a.m-active:hover{
	color: #000;
}
.menulist li a:hover{
	color:#F2EF29;
}
.menulist li a.m-active{
	color:#F2EF29;
}
.menulist li a.m-active:hover{
	color:#F2EF29;
}
.h-button{
	background: #DF0303;
	color:#fff !important;
	padding:  10px 13px;
	border-radius: 20px;
	transition:0.5s;
}
.h-button:hover{
	color:#F2EF29 !important;
}
.h-buttons{
	background: #F2EF29!important;
	color:#DF0303!important;
}
.h-buttons:hover{
	color:#000 !important;
}

/*.nav-links li:before {
	position: absolute;
	content: "";
	width: 50px;
	height: 20px;
	top: 0;
	left: 0;
	border-top: 5px solid #fff;
	border-left: 5px solid #e8631c;
	transition: 0.5s;
	opacity: 0;
	pointer-events: none;
}

.nav-links li:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 20px;
	bottom: 0;
	right: 0;
	border-bottom: 5px solid #e8631c;
	border-right: 5px solid #fff;
	transition: 0.5s;
	opacity: 0;
	pointer-events: none;
}

.nav-links li:hover:before,
.nav-links li:hover:after {
	opacity: 1;
}*/

.dropdown-submenu {
	position: relative;
  }
  
  .dropdown-submenu .dropdown-menu {
	top: 90%;
	left: 96%;
	margin-top: -1px;
  }
.dropdown-menu li a{
	text-transform: capitalize;
	color:#005984;
}
.dropdown-menu li:hover a{
	color: #3EC2CF;
}
/*--sticky header----*/

.sticky {
	position: fixed;
	top: 0;
	width: 100%
}

.sticky+.content {
	padding-top: 102px;
}

.pckh-tab li{
	padding: 15px 15% 15px 5.8%!important ;
	text-align: center!important ;
}
.pckh-tab li a{
	text-align: center!important ;

}
.pachs-tabstyle li{
	list-style: none;
	padding: 0 0 20px 0;
}
.pachs-tabstyle li a{
	text-decoration: none;
	background: transparent;
	padding: 15px 8% 15px 15px;
	color: #000;
	font-weight: 600;
	font-size: 22px;
	
}
.andn-map iframe{
	width:530px !important;
	height:760px!important;
}
.Installation-card{
	padding: 15px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	background:  linear-gradient(0deg, rgb(255 255 255 / 0.70), rgb(255 255 255 / 0.70)), url(../images/pattern-9.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 10px 0;
}
.Installation-card,.Installation-card p{
	text-align: center;
	color:#000;
}
.Installation-card h4{
	font-weight: 700;
	font-size: 25px;
	color: #DF0303;
}
a.i-button{
	color: #DF0303 !important;
	
}
.Installation-card::before{
	position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: 0;
    left: 8px;
    border-top: 10px solid #DF0303;
    border-left: 10px solid #DF0303;
    transition: 0.5s;
    opacity: 0;
}
.Installation-card::after{
	position: absolute;
    content: "";
	width: 50px;
    height: 50px;
    bottom: 0;
    right: 8px;
    border-bottom: 10px solid #DF0303;
    border-right: 10px solid #DF0303;
    transition: 0.5s;
    opacity: 0;
}
.Installation-card:hover::before,.Installation-card:hover::after{
	opacity: 1;
}

/*--banner-design-----*/

.banner-design {
	position: relative;
	margin: 0;
}

.banner {
	overflow: hidden;
	position: relative;
}

.banner img {
	width: 100%;
	position: relative;
	transform: scale(1);
	transition: all 5s ease-in-out;
	z-index: 5;
}
/*.banner:after{
	content:"";
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index:10;
	background: linear-gradient(rgba(0,89,132,0.2),rgba(0,89,132,0.2));
}*/
.active .banner img {
	transform: scale(1.05);
}

.banner-caption {
	position: absolute;
	top: 40%;
	left: 19%;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	z-index: 20;
	max-width: 700px;

}


.banner-caption h1 {
	font-size: 55px;
	font-weight: 700;
	text-transform: capitalize;
	color: #fff;
	}

.banner-caption p {
	font-size: 25px;
	margin: 0;
	color: #DF0303;
}

.btn {
	font-size: 18px;
	font-weight: bold;
	color: #fff!important;
	border: 1px solid #fff !important;
	border-radius: 25px!important;
	margin-top: 20px;
	padding: 10px 40px!important;
	text-align: center;
	position: relative;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	transition: 0.5s!important;
}

.btn:hover {
	border: 1px solid #DF0303!important;
}

.btn:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #DF0303;
	z-index: -1;
	transition: 0.5s!important;
}

.hero-btn:before {
	width: 100%;
	height: 0;
	transform: translate(-50%, -50%) rotate(45deg);
}

.hero-btn:hover:before {
	height: 380px;
}


/*--banner-owl-carsourel-----*/


/*--owl carsourel button---*/

.banner-design .owl-prev {
	position: absolute;
	top: 20%!important;
	left: 2%!important;
	transform: translate(2%, -20%);
}

.banner-design .owl-next {
	position: absolute;
	top: 20%!important;
	right: 2%!important;
	transform: translate(2%, -20%);
}

.banner-design .owl-nav button span {
	color: #fff;
	font-size: 100px;
}
.Installation{
	position: relative;
	background: #B82227;
	
}
.s-card{
	margin: 20px 50px 20px 50px;
	text-align: center;
	
}
  
.ins-img{
	position: relative;
	width:100%;
	padding: 20px 0;
}
.ins-img img{
	width:150px;
	height:150px;
	box-shadow: 0 0 8px 0 #fff;
	border-radius: 6px;
	margin: 0;
	padding: 0;
}
.entry-form{
	text-align: center;
	margin: 10% 0 10% 0;
	width:100%;
}
form{
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	border-radius: 5px;
	background: #fff;
	padding: 10% 40px 10% 40px;
}
form h4{
	font-size:30px;
	font-weight: 600;
	color: #DF0303;
	text-align: center;
	text-transform: uppercase;
}
  .entry-form input{
	width: 40%;
	margin: 0px auto;
	padding: 12px;
	margin: 20px 0;
	height: 30px;
	color: #002363;
	font-size: 16px;
  }
  .e-btn{
	 background: #B52326;
	  width: 150px;
	  height: 30px;
	  color: #fff;
	 text-align: center;
	 outline: none;
	 border:1px solid transparent;
	 margin-left: -6px;
  }
  .abt-h{
	font-size: 28px !important;
	color:#DF0303!important;
  }
/*--owl carsourel dots--*/

.banner-design .owl-dots {
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translate(-50%, 0);
}

.banner-design .owl-dots .owl-dot span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: 0 10px;
	background: #ffffff;
	border-radius: 50%;
	transition: all .3s ease-in-out 0s;
}

.banner-design .owl-dots .active span {
	background: #e8631c;
	transform: scale(1.4);
}

a.packages-btn{
	position: relative;
	left:0!important;
	top:0;
	transform: translate(0,0)!important;
	color:#fff!important;
	background: #DF0303;
	padding: 15px 30px;
	border-radius:12px;
   margin-top: 5%!important;
  }
  a:hover.packages-btn{
	color:#F2EF29!important;
  }
  a.c-button{
	background:#DF0303;
	padding: 12px 20px;
	color:#fff !important;
	border-radius: 40px;
  }
  a.c-button:hover{
	color:#F2EF29!important;
  }
  .special{
	font-size: 40px;
	font-weight: 600;
	color:#DF0303;
  }
  .fa-check{
	color:#DF0303;
  }
  .akd{
	letter-spacing: 0px;
	color:#DF0303 !important;
  }
.ott-sh{
	font-size: 16px !important;
}
.ott-crd{
	padding-bottom: 15px!important;
}
.andn-map{
	margin-top: 8%;
}
.andn-map iframe{
	width:580px !important;
	height:800px!important;
}
.p-card{
	background:  #fff;
	margin: 50px 15px 40px 15px;
	border-radius: 5px;
	text-align: center;
	padding: 20px 20px 30px 20px;
	box-shadow: 0 0 4px 0 #000;
	transform: scale(1.0);
	transition: 0.5s;
}
.p-card:hover{
	transform: scale(1.1);
	box-shadow: 0 0 6px 0 #fff;
	cursor: pointer;
}
.p-card h4{
	color:#DF0303;
	font-weight: 600;
 }
.p-card p{
	font-size: 14px;
	color:#000;
	text-align: center!important;
}
.pkg-card{
	position: relative;
	padding: 15px 20px;
	box-shadow: 0 0 3px 0 #000;
	border-radius: 12px;
	text-align: center;
}
.pkg-card h4{
	font-size: 18px;
	font-weight: 600;
	color:#B32226;
	text-align: center;
	margin: 0;
}
.pkg-card p{
	text-align: center;
	margin: 0;
	padding: 0px 0 5px 0;
}
.mb-pkg{
	box-shadow: 0 0 3px 0 #000;
	border-radius: 15px;
	padding: 15px 20px;
}
.pkg-h{
	font-size: 16px;
	color: #000;
	font-weight: 500;
}
.pckg-web-btn a{
	display: inline-block;
    background: #DF0303;
    color: #fff !important;
    padding: 2%;
    border-radius: 15px;
    width: 100%;
    margin-top: 3%;
}

.open_ott_modal{
	border:0;
	outline:none;
	background: #fd7e14;
	border-radius: 15px;
	 width: 100%;
	 color: #fff !important;
	 margin-top:3%;
}
.mob-viewpckg{
	display: none;
}
.mb-pkg{
	/*background:  linear-gradient(0deg, rgb(255 255 255 / 0.80), rgb(255 255 255 / 0.80)),url(../images/images.jpg) no-repeat 0 0 ;
	background-size: cover; #EEEDEB*/
	background:#f1ede4;
}
/*---footer---*/

.footer {
	position: relative;
	background: #141313;
	margin: 0;
	padding: 50px 0px 20px 0px;
	z-index: 5;
	color:#fff;
}
.footer p{
	color:#fff;
}
.footer-row {
	display: flex;
	justify-content: space-around;
	color: #fff;
}

a.footerlogo{
	font-size:50px;
	font-weight: 600;
	color: #DF0303;
}
a:hover.footerlogo{
	color: #DF0303;
}

.footer-col h4 {
    text-transform: uppercase;
    font-size: 18px;
    color: #DF0303;
    font-weight: 600;
	margin-top: 28px;
    font-family: 'Rubik', sans-serif;
}
.footer-col p {
	line-height: 23px;
	letter-spacing: 2px;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	max-width:400px;
}
.fa-map-marker,.fa-phone,.fa-envelope{
	color: #DF0303;
	margin-right: 3px;
	font-size: 18px;
}
.social-site li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding-top: 10px;
	padding-left: 3px;
}

.social-site li a {
	display: inline-block;
	text-decoration: none;
	border: 1px solid #fff; 
	border-radius: 50%;
	color: #fff !important;
	width:30px;
	height:30px;
	margin: 2px;
	text-align: center;
	transition: 0.5s;
}

.social-site a:hover {
	background:  #DF0303;
	border: 1px solid  #DF0303;
}
.fa-angle-right{
	margin-right: 3px;
}

.footer-col ul li {
	display: block;
	list-style: none;
	text-transform: capitalize;
	margin-left: -30%;
	padding-top: 15px;
	
}

.footer-col ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
}

.footer-col ul li a:hover {
	color: #DF0303;
}

.footer-col i.fal {
	color: #3EC2CF;
	margin-right: 10px;
	padding: 0;
	font-size: 25px;
	transition: 0.5s;
}

.footer-col i.fal:hover {
	color: #fff;
}
.cop-hol{
	padding-top: 100px;
}
.cop-ctn{
	padding: 50px;
}
.cop-h{
	text-align: center;
	font-size: 30px;
	color: #DF0303;
	font-weight: 500;
	padding-bottom: 20px;
}
.cop-txt{
	font-size: 16px;
	line-height: 19px;
	color:#000;
}
.cop-ctn img{
	width:100%;
}
/*--gototop----------*/

a.gototop {
	position: fixed;
	display: inline-block;
	width: 50px;
	height: 50px;
	right: 20px;
	bottom: 10px;
	outline: none;
	border-radius: 50%;
	background: #DF0303;
	color: #fff;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	z-index: 200;
	animation: gototopBilling 1s linear infinite alternate;
}
.fa-angle-up{
	color:#fff;
	font-size: 40px;
}
@keyframes gototopBilling {
	0% {
		box-shadow: 0 0 0 0px rgba(186,35,39, 0.9);
	}
	80% {
		box-shadow: 0 0 40px 0px rgba(186,35,39, 0.9);
	}
	100% {
		box-shadow: 0 0 0 0px rgba(186,35,39, 0.9);
	}
}



/*--RESPONSIVE----------*/


/*--responsive-menu--*/

.menu {
	display: none;
}

@media (max-width:1199px) {
	.container {
		max-width: 1000px;
	}
	.banner-caption{
		max-width:450px;
	}
	.dance-tour-heading p{
		max-width:60%;
	}
	.pricing-heading p{
		max-width:65%;
	}
	.pricing-card p {
		font-size: 16px;
		line-height: 30px;
		
	}
	.amzing-content p {
		font-size: 18px;
	}
	.best-content p {
		font-size: 16px;
	}
	.statistics-heading p{
		max-width:65%;
	}
	.subscribe-heading p{
		max-width:70%;
	}
	.counting-no {
		font-size: 40px;
	}
	.footer-col p {
		font-size: 14px;
		padding-right: 30px;
		max-width:400px;
	}
}

@media (max-width:1023px) {
	.nav-links li a {
		font-size: 14px;
	}
	
	.banner-caption h1 {
		font-size: 50px;
	}
	.banner-caption p {
		font-size: 20px;
	}
	.btn {
		font-size: 16px;
		padding: 10px 15px;
	}
	.dance-tour-heading h2 {
		font-size: 35px;
	}
	.dance-tour-heading p {
		font-size: 18px;
		max-width:73%;
	}
	.card .img-box {
		top: -15px;
	}
	.card .card-content h3 {
		margin-top: 20px;
	}
	.pricing-heading h2 {
		font-size: 35px;
	}
	.pricing-heading p {
		font-size: 18px;
		max-width:80%;
	}
	.pricing-card {
		padding: 10px 15px;
	}
	.item .pricing-icon img {
		width: 50px;
	}
	.pricing-card h3 {
		font-size: 18px;
	}
	.pricing-card p {
		font-size: 14px;
		line-height: 20px;
	}
	.pricing-btn {
		font-size: 12px;
		padding: 4px 8px;
	}
	.amzing-content h2 {
		font-size: 30px;
	}
	.amzing-content p {
		font-size: 14px;
		line-height: 25px;
	}
	.amazing-btn {
		font-size: 14px;
		padding: 6px 5%;
	}
	.best-content h2 {
		font-size: 30px;
	}
	.best-content p {
		font-size: 12px;
		line-height: 25px;
	}
	.statistics-heading h2 {
		font-size: 35px;
	}
	.statistics-heading p{
		max-width:87%;
	}
	.counting-no {
		font-size: 30px;
	}
	.overlay-text {
		font-size: 16px;
		line-height: 30px;
	}
	.overlay-text h3 {
		font-size: 35px;
	}
	.subscribe-heading h2 {
		font-size: 35px;
	}
	.subscribe-heading p{
		max-width:93%;
	}
	.footer-col h4 {
		font-size: 16px;
	}
	.footer-col p {
		font-size: 12px;
		line-height: 16px;
		max-width:350px;
	}
	.footer-col ul li{
		margin-left:-40%;
	}
	.footer-col ul li a {
		font-size: 12px;
	}
	.footer-col i.fal {
		font-size: 18px;
		margin-right:8px;
	}
	.social-site li a {
		font-size: 16px;
	}
	.gototop {
		width: 30px;
		height: 30px;
		font-size: 18px;
	}
}

@media (max-width:767px) {
	/*responsive-nav-menu---*/
	.menu1 {
		display: none;
	}
	.logo {
		display: none;
	}
	.logo1 img {
		width: 100px;
	}
	.menu {
		position: fixed;
		top: 10px;
		right: 10px;
		z-index: 200;
		display: block;
	}
	.menuholder>div {
		background: #B32226;
	}
	.menulist {
		background: #B32226;
	}
	.menuholder ul li .newadd {
		background: #fff;
	}
	.submenu {
		background: #B52326;
	}
	.subcross {
		background: #fff;
	}
	/*--banner---*/
	.banner-caption{
		max-width:300px !important;
		TOP:20%  !important
	}
	.banner-caption h1 {
		font-size: 30px!important;
	}
	.banner-caption p {
		font-size: 16px!important;
		line-height: 20px!important;
	}
	.btn {
		font-size: 12px!important;
		padding: 5px 10px!important;
	}
	.banner-design .owl-dots .owl-dot span {
		width: 12px;
		height: 12px;
	}
	.banner-design .owl-nav button span{
		font-size: 70px ;
	}
	.footer-row {
		display: block;
		text-align: center;
	}
	.footer-col {
		width: 100%;
	}
	.footer-col h4 {
		font-size: 25px;
	}
	.footer-col p {
		font-size: 14px;
		margin-left: 40px;
	}
	.fa-angle-right{
		display: none;
	}
	.footer-col ul li {
		margin-left: -16%;
		padding: 0;
	}
	.footer-col ul li a {
		font-size: 15px;
	}
	.footer-col i.fal {
		display:none;
	}
	.Accordion-img{
		width:100%;
	}
	.ftco-intro h2{
		font-size: 25px !important;
	}
	.overlay1 h1{
		text-align: center;
		color:#fff;
		font-size: 40px;
		font-weight: 600;
		text-transform: capitalize;
		margin-top: 30%;
	}
	a.pckg-btn{
		left:20% !important;
  		top:0;
  		transform: translate(-20%,0)!important;
	}
	.special{
		font-size:20px;
	}
	a.c-button{
		padding: 10px 15px;
	}
	a.footerlogo{
		font-size:30px;
		
	}
	.fa-wifi{
		font-size:20px;
	}
	.slider-card h4{
		font-size: 16px;
	}
	
	.ins-img img{
		width:100px;
		height:100px;
		
	}
	form h4{
		font-size:20px!important;
	}
	  .entry-form input{
		width: 50%;
		margin: 0px auto;
		padding: 12px;
		margin: 20px 0;
		height: 30px;
		color: #002363;
		font-size: 14px;
	  }
	  .e-btn{
		 background: #B52326;
		  width: 80px;
		  height: 30px;
		  color: #fff;
		 text-align: center;
		 outline: none;
		 border:1px solid transparent;
		 margin-left: -6px;
	  }
	  .abt-h{
		font-size: 25px !important;
	}
	.ott-sh{
		font-size: 14px !important;
	}
	.ott-crd{
		padding-bottom: 10px!important;
	}
	.andn-map{
		margin-top:0 !important;
	}
	.akdn-cont-fm{
		margin-top: 13%;
	}
	.cop-h{
		font-size: 18px;
	}
	.cop-txt {
		font-size: 12px;
		line-height: 14px;
	}
	.web-services{
		display: none;
	}
	.mob-services{
		display: initial;
	}
	.m-ser{
		font-size: 14px;
	  }
	   input::placeholder,textarea::placeholder,.styled-select {
		font-size: 14px !important;
	}
	input::file-selector-button,#formFileMultiple {
		font-size: 14px !important;
	}
	label{
		font-size: 14px !important;
	}
	.web-viewpckg{
		display: none;
	}
	.banner-pckg{
		display: none;
	}
	.mob-viewpckg{
		display: initial;
	}
	.mb-pkg{
		box-shadow: 0 0 3px 0 #000;
		border-radius: 15px;
		padding: 10px 15px 15px 20px;
		
	}
	.pckg-mob-btn a{
		display: inline-block;
        background: #DF0303;
		color: #fff !important;
		padding: 2%;
		border-radius: 15px;
		width:100%;
		margin-top:3%;
	}
	.plan-card{
		display: none;
	}
	.slid-crd{
		display: initial;
		
	}
	.andn-map iframe{
		width:550px!important;
		height:400px!important;
		margin-top: 5px;
	}
	.ban-cap h1{
		top:50% !important;
		font-size: 30px;
	}
}

@media (max-width:479px) {
	.banner-caption {
		top: 50% !important;
		left: 20%!important;
		transform:translate(-20%,-50%);
		text-align:center;
		width:100px;
	}
	.banner-caption h1 {
		font-size: 12px!important;
		width:200px;
	}
	.banner-caption p {
		display: none;
	}
	
	.banner-design .owl-dots .owl-dot span {
		width: 10px;
		height: 10px;
	}
	.banner-design .owl-nav button span{
		font-size: 50px !important;
	}
	.footer-col h4 {
		font-size: 20px;
		margin-top: 10px;
	}
	.footer-col p {
		font-size: 10px;
	}
	.Installation{
		display: none;
	}
	
	.footer-col ul li a {
		font-size: 12px;
	}
	.Accordion-img{
		width:100%;
	}
	.overlay1 h1{
		text-align: center;
		color:#fff!important;
		font-size: 40px;
		font-weight: 600;
		text-transform: capitalize;
		margin-top: 30% !important;
	}
	a.c-button{
		padding:8px;
		font-size: 12px;
	}
	.form-ctn button{
		font-size: 10px !important;
		padding: 7.8px;
		margin-left: -5px !important; 
		
	}
	.subs-h{
		font-size:12px !important;
	}
	.abt-h{
		font-size: 18px !important;
	}
	.ott-sh{
		font-size: 9px !important;
	}
	.m-ser{
		font-size: 14px;
	  }
	  input::placeholder,textarea::placeholder,.styled-select {
		
	}
	input::file-selector-button ,#formFileMultiple{
		font-size: 10px !important;
	}
	/*label{
		font-size: 11px !important;
	}*/
	.andn-map iframe{
		width:380px!important;
		height:400px!important;
		margin-top: 0px;
	}
	.Installation-card::before{
		border-top: 8px solid #DF0303;
    	border-left: 8px solid #DF0303;
	}
	.Installation-card::after{
		border-bottom: 8px solid #DF0303;
    	border-right: 8px solid #DF0303;
	}
	.ban-cap h1{
		top:50% !important;
		font-size: 20px;
	}
}
.bannerstyle{
	position: relative;
}
.overlay1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background:linear-gradient(rgba(62,194,207,0.5),rgba(62,194,207,0.5));
}
.overlay1 h1{
	text-align: center;
	color:#fff;
	font-size: 50px;
	font-weight: 700;
	text-transform: capitalize;
	margin-top: 12%;
}
.form-ctn button{
	font-size: 16px;
    font-weight: 600;
 	margin-left: -8px;
    border: 1px solid transparent;
    outline: none;
    background: #DF0303;
    color: #fff;
    cursor: pointer;
	margin-bottom: 15px;
}
.subs-form{
	position: relative;
	margin: 10% 0 10% 0;
  
  }
  .brand-logo img{
	display: block;
	margin: auto;
	width: auto;
	height: 100px;
	margin-bottom: 20px;
  }
  .subsc-form{
	background: #fff;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	padding:5% 40px 5% 40px;
	border-radius: 5px;
  }
  .subsc-form h4{
	font-size: 30px;
	text-align: center;
  }
  .subs-h{
	font-size:16px;
	color:#000;
	font-weight: 400;
	text-transform: none;
	
  }
  .subsc-btn{
	background-color: #DF0303 !important;
	color:#fff  !important;
	height: 35px;
    line-height: 1.5;
	border: none;
	padding: 0 20px;
	border-radius: 5px;
	margin-top: 20px;
	outline: none;
}
.subsc-btn:hover{
	outline: none;
	border: none;
	cursor: pointer;
}
