
article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
    display: block
}

mark,
rp,
rt,
ruby,
summary,
time {
    display: inline
}

body {
    color: #555;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    background: #f2f2f2;
}

h1 {
    display: none;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

a:active,
a:focus {
    outline: 0
}

p {
    line-height: 1.5em
}

.hidden {
    display: none
}

.clear {
    clear: both;
    width: 100%;
    height: 0;
    line-height: 0;
    display: block;
    font-size: 0
}
p{
	font-size: 16px;
	line-height:1.6em;
}


/*------Navbar Style Starts---------*/
.navbar .nav-item:not(:last-child) {
  margin-right: 35px;
}
 
.dropdown-toggle::after {
   transition: transform 0.15s linear; 
}
 
.show.dropdown .dropdown-toggle::after {
  transform: translateY(3px);
}

.dropdown-menu {
  margin-top: 0;
}
/*------Navbar Style Ends---------*/

/* +=+=+=+=+=+=+=+=+=+=+=+=+=+=+= \
----- NAV Dropdown 
\ +=+=+=+=+=+=+=+=+=+=+=+=+=+=+= */
.dropdown:hover>.dropdown-menu{
display:block;}


/* Make the image fully responsive Starts */
  .carousel-inner img {
      width: 100%;
      height: 100%;
  }
/* Make the image fully responsive Ends */

.para-bold
{
	font-weight:bold;
	font-size:1.2em;
	text-decoration: underline;
	color:#94a904;
}

.main-heading-01
{
	margin-top:0.5em;
	font-size:4em;
	font-family: 'Oswald', sans-serif;
	font-weight:bold;
	text-align:center;
	color:#94a904;
}
.main-heading-02
{
	
	font-size:2em;
	text-align:center;
	padding-bottom:0em;
	color:#1b1b1b;
	
}
.font-heading-bold
{
	font-family: 'Oswald', sans-serif;
	font-size:2em;
	font-weight:medium;
	text-decoration: underline;
	
}
.main-service-heading  a
{
	color:#191919;
	text-align:center;
	font-size:1.5em;
	margin-top:0.8em;
	padding:0.6em;
	
	background-color:#eaeaea;
	 display: block;
}
.main-service-heading a:hover
{
	 display: block;
	 color:#bdd900;
	
}
.highlights
{
	background-color:#ffffff;
	padding:1em;
}

.map-responsive{
overflow:hidden;
padding-bottom:56.25%;
position:relative;
height:0;
}
.map-responsive iframe{
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}

/*Back To Top Btn Starts*/
.to-top {
  background: white;
  position: fixed;
  bottom: 16px;
  right:32px;
  width:50px;
  height:50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size:32px;
  color:#1f1f1f;
  text-decoration: none;
  opacity:0;
  pointer-events: none;
  transition: all .4s;
}

.to-top.active {
  bottom:32px;
  pointer-events: auto;
  opacity:1;
}
/*Back To Top Btn Ends*/

.high-link
{
	font-size:1em;
	font-weight:bold;
	color:#a8c100;
}
/* Our Team Stats*/
.our-team
{
	background-image: url("../images/our-team-bg-2.jpg");
	background-color:#bed900;
	
}
.our-team p.main-heading
{
	padding-top:1em;
	color:#bed900;
	font-size:2.2em;
	
	
}
.our-team p
{
	margin-top:1em;
	color:#bed900;
	text-align:center;
	font-size:1.2em;
	line-height:1.3em;
	font-weight:medium;
}
.our-team p.designation
{
	text-align:center;
	margin:0 auto;
	color:#ffffff;
	font-size:0.9em;
	line-height:1.2em;
	padding-bottom:2em;
}
.our-team hr
{
	border-top: 1px dashed  #e0ff04;
}
/* Our Team End*/

/* ======================Landing Page Styles Starts==================*/
.LP-heading-bold
{
	font-family: 'Oswald', sans-serif;
	font-size:2.5em;
	font-weight:medium;
	text-decoration: underline;
	text-align:center;
	margin-top:1em;
	color:#fff;
	
}
.LP-dis-01
{
	
	font-size:1.3em;
	font-weight:medium;
	
	text-align:center;
	margin-top:1em;
	color:#fff;
	
}
.highlight-bg-green
{
	padding:1em;
	background-color:#bbd700;
	
}
.highlight-bg-blue
{
	padding:1em;
	background-color:#6ad7f4;
	
}
.highlight-heading-01
{
	font-family: 'Oswald', sans-serif;
	font-size:2em;
	text-align:center;
	margin-top:0.5em;
	color:#000;
}
.highlight-ul
{
	padding:0em 1em 0em 1em;
	font-size:1.2em;
	color:#000;
}
.highlight-ul li
{
	list-style:none;
	margin-right:10px;
	margin-top:1em;
	text-align:left;
}
.highlight-ul li::before {
  content: "■"; /* Insert content that looks like bullets */
  padding-right: 2px;
  color: #fff; /* Or a color you prefer */
}

.highlight-ul-02
{
	
	font-size:1.2em;
	color:#555555;
	padding-left: 0;
}
.highlight-ul-02 li
{
	list-style: none;
    margin-top: 1em;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 0.4em;
    position: relative;
    padding-left: 20px; /* Space for the bullet */
    text-align: left;
}
.highlight-ul-02 li::before {
   content: "■"; /* Custom bullet */
    position: absolute;
    left: 0;
    top: 0;
    color: #000; /* Choose your color */
}

/* Full Width Divs Starts*/
.full-width-01
{
	background-color:#59d8f9;
	background-image: url("../images/bg-audio-video.jpg");
	padding:2em;
}
/* Full Width Divs Ends*/


/*=======FAQ for Landing Pages Starts======*/
/* FAQ Section Styles */
.faq-section {
  background: #f9f9f9;
  padding: 60px 20px;
  font-family: Arial, sans-serif;
}

.faq-container {
  max-width: 900px;
  margin: 0 auto;
}

.faq-title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #222;
}

.faq-item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  text-align: left;
  padding: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.faq-question:focus {
  outline: none;        /* ensures no border on focus */
  box-shadow: none;     /* removes blue shadow in some browsers */
}

.faq-question:hover {
  color: #0056b3;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 15px;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #555;
  transition: max-height 0.4s ease;
}

.faq-item.active .faq-answer {
  max-height: 300px; /* Adjust as per content length */
  padding: 15px;
}
/*=======FAQ for Landing Pages Ends======*/

/* ======================Landing Page Styles Ends==================*/



p.text-center
{
	font:20px;
}












.order-list-style
{
	
}
.order-list-style ul 
{

}
.order-list-style li {
  margin: 12px;
  list-style-type: square;
  
}

/*Social Bar Starts*/
.social-bar
{
	background-color:#e2e2e2;
}
.social-media-bar ul
{
	float:right;
}
.social-media-bar ul li
{
	list-style:none;
	float:left;
	margin-right:10px;
	margin-top:1em;
}
.socail-msg-text
{
	color:#171717;
	line-height:2em;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:2em;
	font-weight:medium;
}
.getin-touch
{
	color:#171717;
	line-height:1.5em;
	text-align:center;
	margin:0 auto;
	font-family: 'Oswald', sans-serif;
	font-size:2em;
	font-weight:medium;
}
.page-highlight
{
	color:#6c7910;
	line-height:1.8em;
	text-align:center;
	margin:0 auto;
	font-family: 'Oswald', sans-serif;
	font-size:2em;
	font-weight:medium;
}
/*Socail Bar Ends*/

/*Faq Styles Starts */
.faq-heading
{
	font-family: 'Oswald', sans-serif;
	font-size:2.2em;
	font-weight:bold;
}
.faq-question
{
	font-family: 'Oswald', sans-serif;
	font-size:1.2em;
	font-weight:bold;
}
.faq-ans
{
	
}

/*Faq Style Ends*/

/*faq  2  starts*/
summary {
  font-size: 2.2rem;
  font-weight: 600;
  background-color: #fafafa;
  background-image: radial-gradient(circle at 40% 91%, rgba(251, 251, 251,0.04) 0%, rgba(251, 251, 251,0.04) 50%,rgba(229, 229, 229,0.04) 50%, rgba(229, 229, 229,0.04) 100%),radial-gradient(circle at 66% 97%, rgba(36, 36, 36,0.04) 0%, rgba(36, 36, 36,0.04) 50%,rgba(46, 46, 46,0.04) 50%, rgba(46, 46, 46,0.04) 100%),radial-gradient(circle at 86% 7%, rgba(40, 40, 40,0.04) 0%, rgba(40, 40, 40,0.04) 50%,rgba(200, 200, 200,0.04) 50%, rgba(200, 200, 200,0.04) 100%),radial-gradient(circle at 15% 16%, rgba(99, 99, 99,0.04) 0%, rgba(99, 99, 99,0.04) 50%,rgba(45, 45, 45,0.04) 50%, rgba(45, 45, 45,0.04) 100%),radial-gradient(circle at 75% 99%, rgba(243, 243, 243,0.04) 0%, rgba(243, 243, 243,0.04) 50%,rgba(37, 37, 37,0.04) 50%, rgba(37, 37, 37,0.04) 100%),linear-gradient(90deg, rgb(34, 222, 237),rgb(135, 89, 215));
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  outline: none;
  border-radius: 0.25rem;
  text-align: left;
  cursor: pointer;
  position: relative;
}
p { text-align: left; }
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}
@keyframes sweep {
  0%    {opacity: 0; margin-top: -10px}
  100%  {opacity: 1; margin-top: 0px}
}
details > summary::after {
  position: absolute;
  content: "+";
  right: 20px;
}
details[open] > summary::after {
  position: absolute;
  content: "-";
  right: 20px;
}
details > summary::-webkit-details-marker {
  display: none;
}

/*faq 2  ends */


/*Call Now Btn Starts*/
.call-now-btn-div
{

}
.call-now-btn
{
	text-align:center;
	color:#fff;
	margin:0 auto;
	width:60%;
	background-color:#c7dd2e;
}
.call-now-btn img
{
	line-height:2em;
}
.call-now-btn a
{
	color:#fff;
	text-decoration:none;
	line-height:2em;
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:2em;
	font-weight:medium;
}

/*Call Now Btn Ends*/


/* Code For Responsive Youtube Video Starts */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* Code For Responsive Youtube Video Ends */

.list-group-item
{
	margin-bottom:0.5em;
}
.full-bar
{
	background-color:#3777f3;
	text-align:center;
	font-size:3em;
	font-weight:bold;
	text-transform:uppercase;
	padding:0.1em;
	color:#fff;
	
}

.installations
{
  margin-top:2em;
  padding-bottom:2em;
  
}
.installations img
{
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 0.6em;
 
}


.footer-style
{
	background-color:#bdd900; 
	color:#282829;
	font-size:1em;
}
.footer-style a
{
	
	color:#282829;
}
.list-unstyled li
{
	margin-top:0.3em;
}

.img-responsive
{
  width: 100%;
  height: auto;
  /*border: solid #d2d2d2 6px;*/
  border: rgba(201, 76, 76, 0.3);
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
.key-features
{
	text-align: center;
}

.contact-form
{
	background-color:#fff;
	width:90%;
	text-align: center;
	padding:10px;
	border-radius:20px;
	border: solid #d2d2d2 6px;
	
}


.img-responsive-gallery
{
  width: 100%;
  height: auto;
  padding:2em;
  margin:2em;
  border: solid #d2d2d2 6px;
  border: rgba(201, 76, 76, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color:fff;
	color:fff;
} 
.img-responsive-gallery:hover
{
  width: 100%;
  height: auto;
  padding:1em;
  margin:2em;
  border: solid #d2d2d2 6px;
  border: rgba(201, 76, 76, 0.3);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	background-color:fff;
	color:fff;
} 
.gallery-styles
{
	font-size:1.2em;
	
	 text-align:center;
}

a:hover
{
	text-decoration:none;
}
.main-product-text-style
{
	background-color:#e1e1e1;
	padding: 120px 0;
    text-align:center;
	margin:20px;
  
}
.main-product-text-style a
{
	color:#fff;
	background-color:#1e80aa;
	padding:10px 20px 10px 20px;
  
}
.main-product-text-style a:hover
{
	
	background-color:#1d1d1d;
	
  
}

/* ==========================Code For Responsive Pintrest Type Gallery Starts=========================== */
.my_gallery {
	column-width: 320px;
	column-gap: 15px;
    width: 99%;
	max-width: 1100px;
	margin: 10px auto;
}

div.my_gallery figure {
	background: #fefefe;
	border: 2px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	padding: 15px;
	padding-bottom: 10px;
	transition: opacity .4s ease-in-out;
    display: inline-block;
    column-break-inside: avoid;
}

div.my_gallery figure img {
	width: 100%; height: auto;
	/*border-bottom: 1px solid #ccc;*/
	padding-bottom: 15px;
	margin-bottom: 5px;
}

div.my_gallery figure figcaption {
  font-size: .9rem;
	color: #444;
  line-height: 1.5;
}

div.my_gallery small { 
  font-size: 1rem;
  float: right; 
  text-transform: uppercase;
  color: #aaa;
} 

div.my_gallery small a { 
  color: #666; 
  text-decoration: none; 
  transition: .4s color;
}

div.my_gallery:hover figure:not(:hover) {
	/* opacity: 0.4; */
}

@media screen and (max-width: 750px) { 
  .my_gallery { column-gap: 0px; }
  .my_gallery figure { width: 100%; }
}
/* ==========================Code For Responsive Pintrest Type Gallery Ends =========================== */



/* ==========================Code For Responsive Gallery Starts=========================== */
* {
  box-sizing: border-box;
}



/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}

h1 {
  font-size: 50px;
  word-break: break-all;
}

.row {
  margin: 8px -16px;
}

/* Add padding BETWEEN each column (if you want) */
.row,
.row > .column {
  padding: 8px;
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  display: none; /* Hide columns by default */
}

/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: white;
  padding: 10px;
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #262626;
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #c7dd2e;
   color: #000;
}

/* Add a dark background color to the active button */
.btn.active {
  background-color: #666;
   color: white;
}

/* ===================Code For Responsive Gallery Ends=================== */
































/* +=+=+=+=+=+=+=+=+=+=+=+=+=+=+= \
----- RESPONSIVE CSS 
\ +=+=+=+=+=+=+=+=+=+=+=+=+=+=+= */
@media only screen and (min-width: 1401px) 
{

}


@media screen and (min-width: 1025px) and (orientation: landscape) 
{

}


@media only screen and (min-width: 1201px) and (max-width: 1400px) 
{

}


/* iPads (landscape) ----------- */
@media only screen and (min-width: 990px) and (max-width: 1200px) and (orientation: landscape) 
{
}


/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) 
{
}


/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) 
{

}


/* iPads (portrait and landscape) ----------- */
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) 
{

}


@media only screen and (max-width: 996px) 
{

}

@media only screen and (min-width: 768px) 
{

}

/* Desktops, Large Screen and laptops ----------- */
@media only screen and (max-width: 767px) 
{

}


@media only screen and (min-width: 769px) and (max-width: 875px) and (orientation: landscape) 
{

}


@media only screen and (min-width: 320px) and (max-width: 600px) and (orientation: portrait) 
{

}


@media only screen and (min-width: 600px) and (max-width: 699px) 
{

}


/* iPhone 4 & 5 (portrait & landscape)----------- */
@media only screen and (min-width: 320px) and (max-width: 570px) 
{
	.footer-style
	{
		text-align:center;
	}
	.mob-design
	{
		text-align:center;
		display:none;
	}
	
	.highlights
	{
		display:none;
	}
	
}


@media only screen and (max-width: 480px) 
{
	
}


@media only screen and (min-width: 320px) and (max-width: 400px) 
{

}

