
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;
}

/*-----------Poppins Classes 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 .nav-item:not(:last-child) {
  margin-right: 15px;
}
 
.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;
}


.font-heading-bold
{
	font-family: 'Oswald', sans-serif;
	font-size:2.5em;
	font-weight:medium;
	
	color:#00a2ff;
	
}
.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 For New Rock Construction Starts========================*/
/*Slider Wrap Starts */
.slide-wrap-01
{
	padding:1.5em;
	 background-image: url("../images/slider/slider-bg1.jpg");
	 background-color: #cccccc;
	 width:auto;
	 height: auto;
}
.slide-wrap-02
{
	padding:1.5em;
	 background-image: url("../images/slider/slider-bg2.jpg");
	 background-color: #cccccc;
	 width:auto;
	 height: auto;
}

.slider-diamond
{
	color:#fff;
	font-size:4em;
	line-height:1em;
}
.slider-diamond-bold
{
	color:#fff;
	font-size:5em;
	line-height:1em;
}
.slider-simple 
{
	padding-top:10em;
	padding-bottom:1.5em;
	color:#fff;
	font-size:1.2em;
	line-height:1em;
}
.slider-disc 
{
	padding:1.5em 0em 3em 0em;
	color:#fff;
	font-size:1.4em;
	line-height:1.8em;
	
}
/*Slider Wrap Ends */
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;
}
.bold-span
{
	font-weight: 600;
	font-style: bold;
	color:#283891;
}
.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;
}
.p-para-05
{
	
}

/*list para styles starts*/
.list-para-icon
{
	font-size:1em;
	font-weight: 300;
	font-style: normal;
	color:#283891;
}
.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/slider/section-bg-1.jpg");
	 background-color: #cccccc;
	font-size:1em;
}
.home-highlights-type-01 .high-img
{
	padding-top:5em;
	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:#8a99c0;
	text-align:center;
}

/*home highlights type 2 starts*/

.home-highlights-type-02
{
	
	 background-color: #ffffff;
	font-size:1em;
}
.home-highlights-type-02 .high-img
{
	padding-top:2em;
	width:80px;
	height:auto;
	display:block;
	margin:0 auto;
}
.home-highlights-type-02 .high-p1
{
	font-size:1.5em;
	line-height:1.5em;
	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;
}
.higlight-wrap
{
	background-color:#f4f4f4;
	text-align:center;
	padding:1.5em;
	border: solid 1px #e4e4e4;
	
}
.higlight-wrap:hover
{
	background-color:#e6e6e6;
	
}
.higlight-wrap a
{
	display:block;
	color:#283891;
	padding:1.5em;
	
} 
/*home highlights type 2 starts*/


.section-call-01
{
	
	padding:1em 4em 1em 2em;
	background-image: url("../images/bg-pattren.pngh");
	
	background-color: #283891;
	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:1.6em;
	font-weight: 500;
	font-style: normal;
	text-align:left;
}
.highlights-type02 p
{
	text-align:left;
	font-size:1em;
}
.highlights-type02 i
{
	font-size:3.2em;
	margin:0 Auto;
	text-align:center;
	display:block;
	margin-bottom:0.4em;
}


a.btn_type
{
	color:#fff;
	font-size:1.2em;
	background-color:#283891;
	padding:1em 3em 1em 3em;
	border-radius:40px;
	font-family: "Poppins", serif;
	font-weight: 500;
	font-style: normal;
}
a.btn_type:hover
{
	background-color:#272727;
	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:#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*/


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-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:#25235a; 
	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;
	
  
}

/* ==========================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: #db493b;
  cursor: pointer;
}

/* Add a grey background color on mouse-over */
.btn:hover {
  background-color: #3676c7;
   color: #fff;
}

/* 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) 
{

}

