
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: #fff;
	
}

/*--------------------Poppins Font Classes Start------------*/
.poppins-thin {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: italic;
  }

.poppins-light-italic {
  font-family: "Poppins", serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", serif;
  font-weight: 900;
  font-style: italic;
}

/*-----------Brand-Carousel-Section Starts-------------*/
.brand-carousel-section {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 20px;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
  /* border-radius: 10px; */
}

.brand-carousel-heading {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 10px;
  font-weight: normal;
}
.brand-carousel-Sub-heading {
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
  font-weight: normal;
}

.carousel-container {
  position: relative;
  overflow: hidden;
}

ul.brand-carousel {
  display: flex;
  transition: transform 0.5s ease;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.brand-carousel li {
  flex: 0 0 auto;
  width: 200px;
  margin-right: 20px;
}

ul.brand-carousel li img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 20px;
  z-index: 1;
  border-radius: 5px;
}

.carousel-btn:hover {
  background: rgba(0, 0, 0, 0.7);
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}



/*-----------Brand-Carousel-Section Ends-------------*/

h1 {
    display: none;
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px)
}

a:active,
a:focus {
    outline: 0
	
}



.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
{

	
}
.navbar-light .navbar-nav .nav-link {
  font-size:1.3em;
}
.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;
}

.bg-black
{
	background-color:#373435;
	
}
/*------Navbar Style Ends---------*/

/*------Header Fixed top starts ---------*/
.header_top {
    position: fixed;
    top: 0;
    left: 0 !important;
    width: 100%;
    z-index: 100;
	height: 70px; /* define a fixed height */
    background-color: #fff;
}

/*to make main content come under fixed menu  Starts*/
.main-content {
    padding-top: 140px; /* slightly more than header height */
}
/*to make main content come under fixed menu   Ends*/



/*------Header Fixed top starts--------*/

/* +=+=+=+=+=+=+=+=+=+=+=+=+=+=+= \
----- NAV Dropdown 
\ +=+=+=+=+=+=+=+=+=+=+=+=+=+=+= */
.dropdown:hover>.dropdown-menu{
display:block;}


.para-bold
{
	font-weight:bold;
	font-size:1.2em;
	text-decoration: underline;
	color:#94a904;
}

.p-color
{
	color:#fff;
}

.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*/

/*===================CSS   Starts========================*/
.responsive-slider
{
	width:99%;
	 height: 100%;
}
/* Make the image fully responsive Starts */
.carousel-inner
{
	width:100%;
	height:auto;
}
  .carousel-inner img {
    /* width: 100%; 
     /*  height: 100%;*/
  }
/* Make the image fully responsive Ends */

/*Slider Wrap Starts */

.slide-wrap-01 {
	
  
  
	height:auto;
    background-image: url("../images/slider/slider-bg4.png");
    background-color: #cccccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4em 2em; /* padding for content spacing */
    box-sizing: border-box;
}
.floating-slider-text
{
	height:300px;
}

.slide-wrap-02
{
	height:auto;
	 background-image: url("../images/slider/slider-bg5.png");
	 background-color: #cccccc;
	  background-size: cover; /* Makes the image scale and cover the entire element */
	 background-repeat:no-repeat;
	background-position:center;
	padding: 4em 2em; /* padding for content spacing */
    box-sizing: border-box;
}
.slide-wrap-03
{
	height:auto;
	 background-image: url("../images/slider/slider-bg6.png");
	 background-color: #cccccc;
	  background-size: cover; /* Makes the image scale and cover the entire element */
	 background-repeat:no-repeat;
	background-position:center;
	padding: 4em 2em; /* padding for content spacing */
    box-sizing: border-box;
}
.slide-wrap-04
{
	height:auto;
	 background-image: url("../images/slider/slider-bg7.png");
	 background-color: #cccccc;
	  background-size: cover; /* Makes the image scale and cover the entire element */
	 background-repeat:no-repeat;
	background-position:center;
	padding: 4em 2em; /* padding for content spacing */
    box-sizing: border-box;
}

.slider-diamond
{
	color:#fff;
	font-size:4em;
	line-height:1em;
}
.slider-diamond-bold
{
	color:#f5c402;
	font-size:3.5em;
	line-height:1em;
}
.slider-simple 
{
	margin-top:0.2em;
	padding-bottom:1em;
	color:#fff;
	font-size:1.2em;
	line-height:1em;
}
.slider-disc
{
	padding:0.5em 0em 0.5em 0em;
	color:#fff;
	font-size:1.2em;
	line-height:1.4em;
	
}
/*Slider Wrap Ends */

.manufacturing-setup-bg {
	height:auto;
    background-image: url("../images/word-class-setup-1.png");
	
    background-color: #cccccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4em 2em; /* padding for content spacing */
    box-sizing: border-box;
}


.font-heading-bold
{
	font-family: "Poppins", serif;
	font-size:1.5em;
	font-weight:medium;
	color:#eba700;
	
	
}

p 
{
	font-family: "Poppins", serif;
}
.p-para-01
{
	font-size:1.2em;
	font-weight: 1200;
	font-style: normal;
}
.p-para-02
{
	font-size:3em;
	font-weight: 300;
	font-style: normal;
	line-height:1.2em;
}
.p-para-02-white
{
	font-size:3em;
	font-weight: 300;
	font-style: normal;
	line-height:1.2em;
	color:#ffffff;
}
.p-regular-white{
	color:#ffffff;
}

.bold-span
{
	font-weight: 600;
	font-style: bold;
	color:#000;
}
.bold-span-white
{
	font-weight: 600;
	font-style: bold;
	color:#fdb812;
}

.p-para-03
{
	font-size:1.2em;
	font-weight: 500;
	font-style: normal;
}
.p-para-04
{
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
}
/*inner sub heading big style starts*/
.p-para-05-sub-head::after {
  content: "//";
  font-size:0.8em;
	font-weight: 300;
	font-style: normal;
  color:#f35c27;
}
.p-para-05-sub-head
{
	font-size:2.5em;
	font-weight: 300;
	font-style: normal;
	line-height:1.2em;
}
.bold-span-sub-head
{
	font-weight: 600;
	font-style: bold;
	color:#25235a;
}
/*inner sub heading big style ends*/

/*About us - Founders style starts*/
.name
{
	font-size:1.5em;
	font-weight: 400;
	font-style: bold;
	text-align:center;
	margin-bottom:0.1em;
	
}
.degi
{
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	text-align:center;
}
.founders-disc
{
	font-size:1.2em;
	font-weight: 300;
	font-style: normal;
	text-align:center;
}


.flip-card {
  background-color: transparent;
  width: 100%;
  height: 490px; /* NEW: sets consistent height for the container  400 */
  perspective: 1000px;
  position: relative;
  overflow: hidden; /* prevents bleed into next section */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 6px;
  overflow: hidden;
  padding: 10px;
}

.flip-card-back {
  transform: rotateY(180deg);
  background-color: #fff;
}

.bio-scroll {
  max-height: 350px;   /*org 250*/
  overflow-y: auto;
  font-size: 0.9rem;
  line-height: 1.5;
}

/*About us - Founders style Ends*/


/*list para styles starts*/
.list-para-icon
{
	font-size:1em;
	font-weight: 300;
	font-style: normal;
	color:#28a3e8;
}
.list-para-heading
{
	margin-top:1.2em;
	font-size:1.4em;
	font-weight: 300;
	font-style: normal;
	color:#414042;
}
.list-para-para
{
	font-size:1em;
	font-weight: 400;
	font-style: normal;
	color:#414042;
	margin-top:1.2em;
}

.home-highlights-type-01
{
	background-image: url("../images/bg-pattern.png");
	background-repeat: repeat;
	 background-color: #0099dc;
	font-size:1em;
}
.home-highlights-type-01 .high-img
{
	padding:3em 0em 1em 0em;
	width:80px;
	height:auto;
	display:block;
	margin:0 auto;
}
.home-highlights-type-01 .high-p1
{
	font-size:1.5em;
	line-height:1.5em;
	color:#fff;
	text-align:center;
	font-weight: 400;
}
.home-highlights-type-01 .high-p2
{
	font-size:1em;
	color:#fdb816;
	text-align:center;
}

.hr-50-width
{
	width:60%;
    margin:0 auto;
	height: 1px;
	background-color: #3881bf;
	
}
/*home highlights type 2 starts*/

.home-highlights-type-02
{
	
	 background-color: #ffffff;
	font-size:1em;
}
.home-highlights-type-02 .high-img
{
	padding-top:0.5em;
	display:block;
	margin:0 auto;
}
.home-highlights-type-02 .high-p1
{
	font-size:1.5em;
	line-height:1.2em;
	color:#000;
	text-align:center;
	font-weight: 400;
}
.home-highlights-type-02 .high-p2
{
	font-size:1.2em;
	color:#7386b9;
	text-align:center;
	line-height:1.2em;
}
.home-highlights-type-02 .high-p3
{
	font-size:1em;
	color:#777;
	text-align:center;
}

.home-highlights-type-02 .action-btn-small
{
	color:#000;
	background-color:#fdb812;
	border-radius:40px;
	padding:8px !important;
	width:80%;
	margin:0 auto;
}
.home-highlights-type-02 .action-btn-small:hover
{
	background-color:#28a3e8;
	border-radius:40px;
	padding:8px !important;
	width:80%;
	margin:0 auto;
}


.landing-highlights-type-01
{
	background-image: url("../images/bg-pattern.png");
	background-repeat: repeat;
	 background-color: #0099dc;
	font-size:1em;
}
.higlight-wrap
{
	background-color:#f4f4f4;
	text-align:center;
	padding:1em;
	border: solid 1px #e4e4e4;
	
}
.higlight-wrap:hover
{
	background-color:#e6e6e6;
	
}
.higlight-wrap a
{
	display:block;
	color:#f35c27;
	padding:1em;
	
} 




/************** higlight no counter starts**************/
.counter-container {
  display: flex;
  gap: 40px;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.counter-box {
  text-align: center;
}

.counter {
  font-size: 58px;
  font-weight: bold;
  color: #28a3e8;
}
/****************higlight no counter ends******************/

/****************Product Features Starts ******************/
.product-features
{
	
}
.product-features h3
{
	font-size:1.8em;
}
.product-features ul li 
{
	font-family: "Poppins", serif;
  font-size: 1.2em;
  font-weight: 300;
  font-style: normal;
  margin-bottom:1em;
  
}
.product-features ul li span
{
	font-family: "Poppins", serif;
  font-size: 1em;
  font-weight: 500;
  font-style: bold;
  
}
.pf-icon
{
	font-size:1.2em;
	font-weight: 400;
	font-style: normal;
	color:#fdc900;
}

/****************Product Features Ends ******************/

/****************Product Carousel  Starts ******************/
.carousel-control-prev,
.carousel-control-next {
  width: 40px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  opacity: 0.7;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1); /* white icon on dark background */
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
  background: none;
}

/* Optional: style your thumbnails */
.carousel-thumbnails {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  gap: 10px;
}

.carousel-thumbnails img {
  width: 80px;
  height: 50px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 4px;
}

.carousel-thumbnails img.active-thumbnail {
  border-color: #007bff;
}
/****************Product Carousel Ends ******************/
/***********Prduct specfication starts **********************/
.tbl-product-spc
{
	width:100%;
	text-align:center;
	margin-top:1em;
	border:solid 1px #dfdfdf;
}
.tbl-product-spc td
{
	border:solid 1px #dfdfdf;
	text-align:left;
	padding-left:1em;
	
}
.tbl-product-spc th
{
	font-size:1.2em;
	font-weight:bold;
	border:solid 1px #dfdfdf;
	padding:0.2em;
	background:#fcb812;
	color:#000;
}
.tbl-product-heading 
{
	font-size:2.5em;
	font-weight:bold;
	display:bolck;
	background-image: linear-gradient(to right, #439ccf , #fcb812);
	padding-left:1em;
	color:#fff;
}
/***********Prduct specfication End **********************/

.marquee-slide li
{
	float:left;
	padding-right:3em;
}
.top-highlight
{
	background-color:#fdb816;
	padding-top:3em;
	padding-bottom:3em;
}

/*home highlights type 2 starts*/


.section-call-01
{
	
	padding:1em 4em 1em 2em;
	background-image: url("../images/bg-pattren.pngh");
	
	background-color: #eba700;
	border-radius:1em;
	 margin:-2.9em;
	
}
.section-call-01 .call-text-para
{
	font-size:2.2em;
	color:#fff;
	
}

.highlights-type02
{
	background-color:#fff;
	padding:1em;
	border-radius:1em;
	margin-bottom:0.4em;
}
.highlights-type02 h5
{
	
	font-size:2em;
	font-weight: 500;
	font-style: normal;
	text-align:center;
}
.highlights-type02 p
{
	text-align:center;
	font-size:1.2em;
}
.highlights-type02 i
{
	font-size:4em;
	margin:0 Auto;
	text-align:center;
	display:block;
	margin-top:0.5em;
	margin-bottom:0.4em;
}


a.btn_type
{
	color:#000;
	font-size:1.2em;
	background-color:#f5c303;
	padding:1em 3em 1em 3em;
	border-radius:40px;
	font-family: "Poppins", serif;
	font-weight: 500;
	font-style: normal;
}
a.btn_type:hover
{
	background-color:#28a3e8;
	padding:1em 3em 1em 3em;
	border-radius:40px;
}

a.btn_type-02
{
	color:#000;
	font-size:1.2em;
	background-color:#fff;
	padding:1em 3em 1em 3em;
	border-radius:40px;
	font-family: "Poppins", serif;
	font-weight: 500;
	font-style: normal;
}
a.btn_type-02:hover
{
	background-color:#272727;
	padding:1em 3em 1em 3em;
	border-radius:40px;
	color:#fff;
}
/*===================CSS For New Rock Construction Ends========================*/

/* Our Team Stats*/
.our-team
{
	background-image: url("../images/our-team-bg-2.jpg");
	background-color:#f35a15;
	
}
.our-team p.main-heading
{
	padding-top:1em;
	color:#f35a15;
	font-size:2.2em;
	
	
}
.our-team p
{
	margin-top:1em;
	color:#f35a15;
	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*/


p.text-center
{
	font:20px;
}

/*highlight-point Starts */
.highlight-point
{
	border-bottom: 2px dotted  #c7c7c7;
}
.highlight-point span
{
	font-size:1.5em;
	
}
/*highlight-point Ends */












.order-list-style
{
	
}
.order-list-style ul 
{

}
.order-list-style li {
  margin: 12px;
  list-style-type: square;
  
}

/*Social Bar Starts*/
.social-media-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  float:right;
}

.social-media-bar ul li {
  display: inline-block;
  transition: background-color 0.3s ease;
}

.social-media-bar ul li a {
  display: block;
  padding: 8px;
  border-radius: 15px;
}

.social-media-bar ul li a.twitter:hover {
 /* background-color: #1DA1F2; /* Twitter blue */
  border: solid 1px #1DA1F2;
}

.social-media-bar ul li a.linkedin:hover {
 /* background-color: #0077b5; /* LinkedIn blue */
  border: solid 1px #0077b5;
}

.social-media-bar ul li a.instagram:hover {
  /*background-color: #E1306C; /* Instagram pink */
   border: solid 1px #E1306C;
}

.social-media-bar ul li a.facebook:hover {
 /* background-color: #3b5998; /* Facebook blue */
  border: solid 1px #3b5998;
}



.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:#28a3e8; 
	color:#ffffff;
	font-size:1em;
}
.footer-style a
{
	
	color:#ffffff;
}
.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;
	
  
}

































/* +========================+=+=+=+=+=+=+=+=+=+=+=+=+=+= \
-----===================== RESPONSIVE CSS 
\ +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=========================== */

/*----------------------Media Query for 1280 × 800 Screen:----------- */
@media screen and (max-width: 1280px) and (max-height: 800px) {
		  /* Your CSS overrides go here */
			 .slider-diamond
			{
				color:#fff;
				font-size:3em;
				line-height:1em;
			}
			.slider-diamond-bold
			{
				color:#f5c402;
				font-size:2.8em;
				line-height:1.2em;
			}
			.slider-simple 
			{
				margin-top:0.2em;
				padding-bottom:0.4em;
				color:#fff;
				font-size:1.4em;
				line-height:1em;
			}
			.slider-disc
			{
				padding:0.5em 0em 0.5em 0em;
				color:#fff;
				font-size:1em;
				line-height:1.2em;
			}
			
			
			
			
			

				

		  /* Add any other adjustments as needed */
}


/*----------------------Media Query for 1440 × 900 Screen:----------- */
@media screen and (max-width: 1440px) and (max-height: 900px) {
		  /* Your CSS overrides go here */
			 .slider-diamond
			{
				color:#fff;
				font-size:3.2em;
				line-height:1em;
			}
			.slider-diamond-bold
			{
				color:#f5c402;
				font-size:2.8em;
				line-height:1.2em;
			}
			.slider-simple 
			{
				margin-top:0.2em;
				padding-bottom:0.2em;
				color:#fff;
				font-size:1.6em;
				line-height:1em;
			}
			.slider-disc
			{
				padding:0.5em 0em 0.5em 0em;
				color:#fff;
				font-size:1em;
				line-height:1.2em;
				
			}
			
			.slide-wrap-01
			{
				height:400px;
			}
			.slide-wrap-02
			{
				height:400px;
			}
			.slide-wrap-03
			{
				height:400px;
			}
			.slide-wrap-04
			{
				height:400px;
			}
				

		  /* Add any other adjustments as needed */
}


/*----------------------Media Query for 1700 × 900 Screen:----------- */
@media screen and (max-width: 1800px) and (max-height: 900px) {
		  /* Your CSS overrides go here */
			 .slider-diamond
			{
				color:#fff;
				font-size:3.2em;
				line-height:1em;
			}
			.slider-diamond-bold
			{
				color:#f5c402;
				font-size:2.8em;
				line-height:1.2em;
			}
			.slider-simple 
			{
				margin-top:0.2em;
				padding-bottom:0.2em;
				color:#fff;
				font-size:1.6em;
				line-height:1em;
			}
			.slider-disc
			{
				padding:0.5em 0em 0.5em 0em;
				color:#fff;
				font-size:1em;
				line-height:1.2em;
				
			}
			
			.slide-wrap-01
			{
				height:450px;
			}
			.slide-wrap-02
			{
				height:450px;
			}
			.slide-wrap-03
			{
				height:450px;
			}
			.slide-wrap-04
			{
				height:450px;
			}
				

		  /* Add any other adjustments as needed */
}




@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) 
{
	

}



@media only screen and (min-width: 1800px) and (max-width: 2800px) and (orientation: landscape) 
{
		.floating-slider-text
			{
				height:480px;
			}
}




/* 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) 
{
	
	.header_top {
        height: 80px;
    }

    .main-content {
        padding-top: 90px;
    }

}


@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) 
{

}

