
/*Color Used Starts*/
/*	Orange : fe5d03
/*	Off Wite : f1f1f1
/*	Grey : 616161

/*Color Used Ends*/

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: #333;
    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:#f1592a;
}

.main-heading-01
{
	margin-top:0.5em;
	font-size:4em;
	/*font-family: 'Oswald', sans-serif;*/
	font-weight:bold;
	text-align:center;
	color:#f1592a;
}
.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;
	
}
.font-heading-second
{
	font-family: 'Oswald', sans-serif;
	font-size:2em;
	font-weight:medium;
	color:#fe5d03;
}
.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:#f1592a;
	
}
.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*/

.services-first
{
	text-align:center;
	background-color:#fe5d03;
	padding:20px;
	border-radius:1.5em;
	color:#fff;
	box-shadow: 6px 8px #d1d1d1;
}
.services-second
{
	text-align:center;
	background-color:#616161;
	padding:20px;
	border-radius:1.5em;
	color:#fff;
	box-shadow: 6px 8px #d1d1d1;
}
.services-third
{
	text-align:center;
	background-color:#f1f1f1;
	padding:20px;
	border-radius:1.5em;
	color:#000;
	box-shadow: 6px 8px #d1d1d1;
}
.about-page-style
{
	margin-bottom:4em;
}
.about-page-style-with-bg
{
		
		background-image: radial-gradient(rgba(214, 214, 214, 0.200),
                    rgba(240, 99, 10, 0.10)), url('../images/double-bubble-outline.webp');
        background-repeat: repeat;
		opacity:50px;
        
}
.big-center-heading
{
	font-size:6em;
	line-height:1.1;
	text-align:center;
	
}
.contact-form
{
	background-color:#fff;
	width:90%;
	text-align: center;
	padding:10px;
	border-radius:20px;
	border: solid #d2d2d2 6px;
	margin:0 auto;
}
.form-group .btn
{
	background-color:#fe5d03; 
}
.form-group .btn:hover
{
	background-color:#616161;
}

/* Our Team Stats*/
.our-team
{
	background-image: url("../images/our-team-bg-2.png");
	background-color:#fe5d03;
	
}
.our-team p.main-heading
{
	padding-top:1em;
	color:#fe5d03;
	font-size:2.2em;
	
	
}
.our-team p
{
	margin-top:1em;
	color:#fe5d03;
	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*/


/*Accordin Starts*/
:root {
  --primary: #616161;
  --secondary: #ff5252;
  --background: #eee;
  --highlight: #ffda79;
  /* Theme color */
  --theme: var(--primary);
}
*, *::before, *::after {
  box-sizing: border-box;
}


/* Core styles/functionality */
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 14rem;
}

/* Visual styles */
.accordion {
  color: var(--theme);
  border: 2px solid;
  border-radius: 0.5rem;
  overflow: hidden;
  background-color:#fff;
}
.tab__label,
.tab__close {
  display: flex;
  color: white;
  background: var(--theme);
  cursor: pointer;
  font-size:1.2em;
  font-weight:bold;
}
.tab__label {
  justify-content: space-between;
  padding: 1rem;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content p {
  margin: 0;
  padding: 1rem;
  
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}


/*Accordin Ends*/












.order-list-style
{
	font-size:1.2em;
	
}
.order-list-style ul 
{
	
}
.order-list-style li {
  margin: 5px;
  list-style-type: circle;
  padding: 5px;
  border-bottom:1px solid #616161;
}

/*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:#ff4c15;
	line-height:1.8em;
	text-align:center;
	margin:0 auto;
	
	font-size:2em;
	font-weight:medium;
}
/*Socail Bar Ends*/

/*Faq Styles Starts */
.faq-heading
{
	
	font-size:3em;
	font-weight:bold;
}
.faq-question
{
	
	font-size:1.2em;
	font-weight:bold;
}
.faq-ans
{
	
}

/*Faq Style Ends*/

/*Call Now Btn Starts*/
.call-now-btn-div
{

}
.call-now-btn
{
	text-align:center;
	color:#fff;
	margin:0 auto;
	width:60%;
	background-color:#ff4f00;
}
.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:#f1592a; 
	color:#fff;
	font-size:1em;
}
.footer-style a
{
	
	color:#fff;
}
.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);*/
}
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: white;
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #ddd;
}

/* 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) 
{

}

