/*
Theme Name: Infrastel Material
Theme URI: https://wordpress.org/themes/infrastelmaterial
Author: Infrastel
Author URI: http://www.infrastel.net/
Description: We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: infrastelmaterial
*/

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("font/glyphicons-halflings-regular.eot");
  src: url('font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('font/glyphicons-halflings-regular.woff') format('woff'), url('font/glyphicons-halflings-regular.ttf') format('truetype'), url('font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-arrow-up:before {
    content: "\e093";
}

.caret {
    display:inline-block;
    width:0;
    height:0;
    margin-left:2px;
    vertical-align:middle;
    border-top:4px dashed;
    border-right:4px solid transparent;
    border-left:4px solid transparent;
}
#main-menu .dropdown{
	position:relative;
}
#main-menu .dropdown .sub-menu{
	display:none;
	/*display:block;*/
}
#main-menu .dropdown:hover .sub-menu{
	display:block;
	/*-webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;*/
}
#main-menu .dropdown .sub-menu{
	position:absolute;
	z-index:99999;
	background-color:#fff;
}
#main-menu .dropdown ul.sub-menu li{
	white-space:nowrap;
	width:100%;
}
nav ul li:hover, nav ul li.active, nav ul li.current-menu-item {
    /*background-color:rgba(0, 0, 0, 0.1);*/
    background-color:#0079BC;
}
nav ul li.current-menu-parent {
    background-color:#0079BC;
}
nav ul li:hover a, nav ul li.active a, nav ul li.current-menu-item a {
    color:#fff;
}
nav ul li.current-menu-parent a {
    color:#fff;
}
/*#main-menu .dropdown ul.sub-menu li a{
	color:#444;
}
#main-menu .dropdown ul.sub-menu li:hover a{
	color:#fff;
}*/
nav ul li.dropdown ul.sub-menu li a{
	color:#444;
}
nav ul li.dropdown ul.sub-menu li:hover a, nav ul li.dropdown ul.sub-menu li.current-menu-item a{
	color:#fff;
}
nav .brand-logo img {
    max-height:64px;
}
.teal.lighten-2 {
	background-color:#0079BC !important;
}
.teal-text.text-lighten-2 {
	/*color:#0079BC !important;*/
}
.button-collapse {
	color:#0079BC;
}
.brown-text {
    /*color:#795548 !important;*/
    color:#0079BC !important;
}
.display_bg_img img {display:block;}
.page .post-thumbnail img {
	max-width:100%;
}
.marge-right10 { margin-right:1em; }
#infras_service_blk h5 {
	height:53px;
	/*white-space:nowrap;*/
}
.font18{
	font-size:18px;
}
.font38{
	font-size:38px;
}
.page-header {
    border-bottom: 1px solid #e1e1e1;
    margin: 0 0 80px;
    padding: 0;
}
.page-header .container:before {
    /*background: #1e1e1e;*/
    background: #0079BC;
    bottom: 0px;
    content: "";
    display: block;
    height: 1px;
    left: 15px;
    margin: 0 0 -1px;
    position: absolute;
    width: 40px;
}
.page-header .title {
    font-weight: normal;
    margin: -4px 0 18px;
    padding: 0;
    position: relative;
}
.page-header .container:after{
	clear:both;
}
.front-proj-p p {
	font-size:16px;
	line-height:27px;
}
.teal{
	/*background-color:#009688 !important;*/
	background-color:#0079BC !important;
}
.teal.lighten-1 {
    /*background-color:#26a69a !important;*/
    background-color:#0079BC !important;
}

.card .card-image .card-title{
	background-color:rgba(0,0,0,0.1);
	font-weight:400;
}
.card.hoverable .card-image img{
	height:200px;
}
.card.hoverable .card-content{
	height:250px;
}

.marge-bot20{margin-bottom:20px;}
.error-404{min-height:340px;}
.collapsible-header.active {
	/*background-color:#0079BC;*/
	background-color:#000;
	color:#fff;
}
.widget .widget-title, .widget_owl_widget .widget-title {
	background-color:#0079BC;
	color:#fff;
	padding:0.8em 0 0.8em 0.8em;
	font-size:1.5em;
}
.pagination li.active{
	background-color:#0079BC;
}
.page-footer .widget .widget-title, .page-footer .widget_owl_widget .widget-title {
	padding-left:0;
}
.breadcrumb_material, .infrastel_material { 
	background-color:#0079BC;
}
.breadcrumb:before{
	vertical-align:middle;
}

.breadcrumbtriangle { 
	list-style: none; 
	overflow: hidden; 
	font: 18px Helvetica, Arial, Sans-Serif;
}
.breadcrumbtriangle li { 
	float: left; 
}
.breadcrumbtriangle li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 55px;
	/*background: brown;*/                   /* fallback color */
	background: 0079BC;                   /* fallback color */
	/*background: hsla(34,85%,35%,1); */
	background: hsla(200,85%,35%,1); 
	position: relative; 
	display: block;
	float: left;
}
.breadcrumbtriangle li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	/*border-left: 30px solid hsla(34,85%,35%,1);*/
	border-left: 30px solid hsla(200,85%,35%,1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumbtriangle li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumbtriangle li:first-child a {
	padding-left: 10px;
}
/*.breadcrumbtriangle li:nth-child(2) a       { background:        hsla(34,85%,45%,1); }*/
.breadcrumbtriangle li:nth-child(2) a       { background:        hsla(200,85%,45%,1); }
/*.breadcrumbtriangle li:nth-child(2) a:after { border-left-color: hsla(34,85%,45%,1); }*/
.breadcrumbtriangle li:nth-child(2) a:after { border-left-color: hsla(200,85%,45%,1); }
/*.breadcrumbtriangle li:nth-child(3) a       { background:        hsla(34,85%,55%,1); }*/
.breadcrumbtriangle li:nth-child(3) a       { background:        hsla(200,85%,55%,1); }
/*.breadcrumbtriangle li:nth-child(3) a:after { border-left-color: hsla(34,85%,55%,1); }*/
.breadcrumbtriangle li:nth-child(3) a:after { border-left-color: hsla(200,85%,55%,1); }
/*.breadcrumbtriangle li:nth-child(4) a       { background:        hsla(34,85%,65%,1); }*/
.breadcrumbtriangle li:nth-child(4) a       { background:        hsla(200,85%,65%,1); }
/*.breadcrumbtriangle li:nth-child(4) a:after { border-left-color: hsla(34,85%,65%,1); }*/
.breadcrumbtriangle li:nth-child(4) a:after { border-left-color: hsla(200,85%,65%,1); }
/*.breadcrumbtriangle li:nth-child(5) a       { background:        hsla(34,85%,75%,1); }*/
.breadcrumbtriangle li:nth-child(5) a       { background:        hsla(200,85%,75%,1); }
/*.breadcrumbtriangle li:nth-child(5) a:after { border-left-color: hsla(34,85%,75%,1); }*/
.breadcrumbtriangle li:nth-child(5) a:after { border-left-color: hsla(200,85%,75%,1); }
.breadcrumbtriangle li:last-child a {
	background: transparent !important;
	color: black;
	pointer-events: none;
	cursor: default;
}
.breadcrumbtriangle li:last-child a:after { border: 0; }
/*.breadcrumbtriangle li a:hover { background: hsla(34,85%,25%,1); }*/
.breadcrumbtriangle li a:hover { background: hsla(200,85%,25%,1); }
/*.breadcrumbtriangle li a:hover:after { border-left-color: hsla(34,85%,25%,1) !important; }*/
.breadcrumbtriangle li a:hover:after { border-left-color: hsla(200,85%,25%,1) !important; }


.crumbs2 {  
	display: block;  
	margin-left: 27px;  
	padding: 0;  
	padding-top: 10px;   
}  
.crumbs2 li { display: inline; }  
.crumbs2 li a,  
.crumbs2 li a:link,  
.crumbs2 li a:visited {  
	color: #666;  
	display: block;  
	float: left;  
	font-size: 12px;  
	padding: 7px 16px 7px 19px;  
	position: relative;  
	text-decoration: none;  
	border: 1px solid #d9d9d9;  
	border-right-width: 0px;  
}  
.crumbs2 li a  {   
	background-image: -webkit-gradient(linear,left bottombottom,left top,color-stop(0.45, rgb(241,241,241)),color-stop(0.73, rgb(245,245,245)));  
	background-image: -moz-linear-gradient( center bottombottom, rgb(241,241,241) 45%, rgb(245,245,245) 73%);  
	  
	/* For Internet Explorer 5.5 - 7 */  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5);  
	  
	/* For Internet Explorer 8 */  
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f1f1f1, endColorstr=#f5f5f5)";  
}  
  
.crumbs2 li.first a {  
	border-top-left-radius: 5px;  
	-moz-border-radius-topleft: 5px;  
	-webkit-border-top-left-radius: 5px;  
}  
.crumbs2 li.last a {  
	border-right-width: 1px;  
	border-bottom-rightright-radius: 5px;  
	-moz-border-radius-bottomright: 5px;  
	-webkit-border-bottom-rightright-radius: 5px;  
}  

.big {
	/*text-align:justify;*/
}
.text-justified {
	text-align:justify;
}
.alignleft{float:left;}
.entry-footer{clear:both;}

.img-big{position:relative;}
.img-big .post-thumbnail{margin-bottom:1.5em;}
.like {
	position: absolute;
	right: 1em;
	top: 0;
	background: #F65339;
	background: #0079BC;
	height: 45px;
	padding-left: 10px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 0;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.cato .like {right: 0;}
.like p {
	margin: 0;
	background: url("images/like.png") no-repeat 0 center;
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 600;
	font-size: 13px;
	color: #ffffff;
	line-height: 45px;
	text-align: left;
	padding-left: 22px;
	padding-right: 15px;
}
article.big .title {
	display: block;
	font-family: 'Open Sans', 'sans-serif';
	font-weight: 700;
	font-size: 19px;
	color: #484849;
	text-transform: uppercase;
	margin: 20px 0 1em;
}
.cf:before, .cf:after {
    content: "";
    display: table;
}
article.big .info {
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 400;
    font-size: 13px;
    color: #b7b7b7;
    float: left;
}
article.big .info.events {
    font-size: 12px;
    width: 100%;
}
article.big .info.events div {
  border-right: 0 !important;
  margin-right: 23px;
}
article.big .info.events .calendar {
  background: url("images/calendar.png") no-repeat left center;
  padding-left: 25px;
}
article.big .info.events .location {
  height: 18px;
  background: url("images/loc.png") no-repeat left center;
  padding-left: 25px;
}
article.big .info.events .category span {
  font-size: 13px;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 700;
  color: #7bae4e;
}
article.big .info div {
  float: left;
  margin-right: 15px;
  padding-right: 15px;
}
article.big .info div:nth-child(1),
article.big .info div:nth-child(2) {
  border-right: 1px solid #e5e5e5;
}
article.big .info div:nth-child(3) {
  margin-right: 0;
  padding-right: 0;
}
article.big .info span {
  color: #dedede;
  margin-right: 3px;
}
article.big .date {
  float: right;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
  font-size: 12px;
  color: #bdbdbd;
  background: url("images/calendar.png") no-repeat left center;
  padding-left: 20px;
}
/*article.big p {
  margin-top: 15px;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
  font-size: 13px;
  color: #696969;
  line-height: 24px;
}
article.big a {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 600;
  font-size: 13px;
  color: #7bae4e;
  color: #F65339;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0;
}
article.big a:hover {
  opacity: 0.5;
}*/

article.small {
  margin-bottom: 35px;
}
article.small:nth-child(2n+1) {
  padding-right: 20px;
}
article.small:nth-child(2n+2) {
  padding-left: 20px;
}
article.small .title {
  display: block;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 700;
  font-size: 16px;
  color: #414141;
  text-transform: uppercase;
  margin: 20px 0 15px 0;
}
article.small .info {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
  font-size: 13px;
  color: #b7b7b7;
}
article.small .info div {
  float: left;
  margin-right: 15px;
  padding-right: 15px;
}
article.small .info div:nth-child(1),
article.small .info div:nth-child(2) {
  border-right: 1px solid #e5e5e5;
}
article.small .info div:nth-child(3) {
  margin-right: 0;
  padding-right: 0;
}
article.small .info span {
  color: #dedede;
  margin-right: 3px;
}
/*article.small p {
  margin-top: 13px;
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 400;
  font-size: 13px;
  color: #7c7c7b;
  line-height: 18px;
}
article.small a {
  font-family: 'Open Sans', 'sans-serif';
  font-weight: 600;
  font-size: 13px;
  color: #7bae4e;
  color: #F65339;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  margin: 0;
}
article.small a:hover {
  opacity: 0.5;
}*/
article.small .line {
  margin-top: 25px;
  height: 1px;
  background-color: #ececec;
}
.comment_link a {font-size:13px;}
.side_blog ul li{padding:8px 0; width:/*151px*/48.86731391585761%; float:left; overflow:hidden; border-bottom:solid #f5f4f3 1px;}
.side_blog ul li.last{float:right;}
.side_blog ul li.last_line{border-bottom:none;}
.side_blog ul li a{margin-left:10px;}
.clear {
    clear: both !important;
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
article.post {
	margin-bottom:2em;
}

footer.page-footer .footer-copyright{
	/*background-color:rgba(51, 51, 51, 0.08);*/
	background-color:#1E242A;
}
.footer-copyright .up {
	background: #c6c6c6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	float: right;
	height: 40px;
	text-align: center;
	width: 40px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	padding:0;
	position:fixed;
	bottom:1%;
	right:2%;
}
.footer-copyright .up:hover {
	/*background:#000;*/
	background-color:#0b5aa8;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.footer-copyright .up .glyphicon {
	color: #fff;
	margin: 14px 0 0 -.5px;
	vertical-align: top;
}

.side-nav li:hover, .side-nav li.active {
	/*background-color:#ddd;*/
	background-color:#0079BC;
}
.input-field .prefix.active {
	color:#0079BC;
}
input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #0079BC;
    box-shadow: 0 1px 0 0 #0079BC; }
input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #0079BC; }input[type=text]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=url]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=search]:focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #0079BC;
    box-shadow: 0 1px 0 0 #0079BC; }
input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([readonly]) + label, input[type=email]:focus:not([readonly]) + label, input[type=url]:focus:not([readonly]) + label, input[type=time]:focus:not([readonly]) + label, input[type=date]:focus:not([readonly]) + label, input[type=datetime-local]:focus:not([readonly]) + label, input[type=tel]:focus:not([readonly]) + label, input[type=number]:focus:not([readonly]) + label, input[type=search]:focus:not([readonly]) + label, textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #0079BC; }
#nav-mobile .dropdown {
	position: relative;
}
#nav-mobile .dropdown > a {
}
#nav-mobile .dropdown:not( :target ) > a:first-of-type,
#nav-mobile .dropdown:target > a:last-of-type {
	display: block;
}
/* first level */
#nav-mobile .dropdown > ul {
	height: auto;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
}
#nav-mobile .dropdown:target > ul {
	display: block;
}
#nav-mobile .dropdown.current-menu-item > ul {
	display: block;
}
#nav-mobile .dropdown > ul > li {
	width: 100%;
	float: none;
}
/* second level */
#nav-mobile li.dropdown ul {
	position: static;
}

.ulist li span {
    display: inline-block;
    overflow: hidden;
    margin-left: 1rem;
}

/******************************************************************************
  Slider Revolution
*******************************************************************************/
.slider.rs-slider {
	background: none;
	border: 0 none;
	/*max-height: 500px;*/
	overflow: hidden;
	padding: 0;
	position: relative;
	min-height: 100%;
	height: 100%;
}
.slider.load .tp-banner-container {
  visibility: hidden;
}
.slider.rs-slider .container {
  position: relative;
}
.slider.rs-slider .title {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  margin: 0;
}
.slider.rs-slider .description {
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  margin: 0;
  padding: 0 15px;
}
.slider.rs-slider .btn {
  color: #fff;
}
.slider.rs-slider .btn.orang {
  background: #ea4e16;
}
.slider.rs-slider .btn.cherry {
  background: #752033;
}
.slider.rs-slider .phone-text {
  color: #fff;
  font-size: 17px;
}

.rs-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tp-bannertimer {
  background: #777 !important;
  background: rgba(0,0,0,0.1) !important;
  height: 5px !important;
}
.tp-bullets.simplebullets.navbar {
  height: 35px;
  padding: 0;
}
.slider.rs-slider .tp-bullets.simplebullets .bullet {
  background: #fff;
  background: rgba(255,255,255,.5);
  -webkit-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0 none !important;
  display: inline-block;
  height: 14px;
  float: none;
  margin: 0 3px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  vertical-align: top;
  width: 14px;
}
.tp-bullets.simplebullets .bullet.last {
  margin-right: 0px
}
.slider.rs-slider .tp-bullets.simplebullets .bullet:hover {
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slider.rs-slider .tp-bullets.simplebullets .bullet.selected {
  background: rgba(255,255,255,.7);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.slider.rs-slider .tparrows {
	/*background: #1e1e1e;*/
	background: #0b5aa8;
	/*background: rgba(30, 30, 30, 0.5);*/
	background: rgba(11, 90, 168, 0.5);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	height: 40px !important;
	width: 40px !important;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
	-webkit-transition: opacity 0.2s ease-out; */
	-webkit-transform: inherit;
	z-index: 50 !important;
}
.slider.rs-slider .tparrows:before {
  font-family: 'revicons';
  color: #fff;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  margin-right: 0;
  margin-top: 6px;
  text-align: center;
  width: 40px;
  font-size: 19px;
}
.tp-leftarrow:before {
	content: '\e824';
}
.tp-rightarrow:before {
	content: '\e825';
}
.slider.rs-slider .tparrows:hover {
	/*background: #1e1e1e;*/
	background: #0b5aa8;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}
.slider4container .tparrows:before,
.slider4container .tparrows:hover,
.slider4container .tparrows {
	color: #000 !important;
}
.slider4container .tparrows {
  background: #fff !important;
  background: rgba(255,255,255,0.5) !important;
}
.slider4container .tparrows:hover	{
  background:#fff !important
}
.slider.rs-slider .tp-loader {
  background-image: url("images/svg/loader.svg"), none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 40px;
  background-color: inherit;
  height: 40px;
  margin: -20px 0 0 -20px;
  width: 40px;
  z-index: 700;
}
.layerslider {
  margin: 0 auto;
}

.slider.rs-slider.full-width {
  max-height: inherit;
}
.slider.rs-slider.full-width .title {
  font-size: 60px;
  line-height: 0.9;
}
.slider.rs-slider.full-width .btn-link {
  font-size: 14px !important;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: 1px;
  padding: 0;
  text-decoration: none;
}
.slider.rs-slider.full-width .btn-link .fa {
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  font-size: 180%;
  height: 36px;
  line-height: 32px;
  margin-left: 10px;
  padding: 0 0 0 3px;
  text-align: center;
  vertical-align: middle;
  width: 36px;
}
.slider.rs-slider.full-width .btn-link:hover {
  opacity: .8;
}
.slider.rs-slider.full-width  .tp-rightarrow,
.slider.rs-slider.full-width  .tp-leftarrow {
  display: none !important;
}
.slider.rs-slider .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper.fullwidthbanner-container{
	width:100% !important;
}

.white-color{
	color:#fff;
}
.container-blog{
	background-color:#e1e1e1;
	margin-bottom:0rem;
	padding:2em 0;
}

.footer-menu li a{
	color:#fff;
}
.popular-posts .wpp-list li a{
	color:#fff;
}

.page .page ul {
	list-style-type: disc;
	padding-left: 15px;
}
.page .page ul li {
	list-style-type: disc;
}
.height130{
	height:130px;
}
.wp-block-image {
    margin: 1em 0 1em;
}
.offer-subtitle{
	background-color:#CC1C0D;
	color:#fff;
	padding:5px 0;
}


@media only screen and (max-width:480px) {
	.height400{
		height:401px;
	}
	.margetopneg{
		margin-top:-5rem;
	}
	.parallax-container .section{
		top:30%;
	}
	.wpcf7-form-control.wpcf7-submit.btn{
		display:inherit;
		margin:auto;
	}
}

@media only screen and (max-width:600px) {
	#infras_service_blk h5 {
		height:auto;
		/*white-space:normal;*/
	}
	.side-nav{
		
	}
	.side-nav li{
		/*padding:0;*/
	}
}

@media only screen and (min-width:601px) {
	.side-nav{
		width:280px;
	}
}

@media only screen and (max-width:640px) {
	h2{
		font-size:2rem;
	}
	nav.infrastel_material .nav-wrapper i{
		margin-top:1rem;
	}
	.margetopneg{
		margin-top:-5rem;
	}
	.parallax-container .section{
		top:30%;
	}
	.wpcf7-form-control.wpcf7-submit.btn{
		display:inherit;
		margin:auto;
	}
	.card .card-image .card-title{
		padding:18px;
	}
	.front-proj-p p{
		overflow:hidden;
	}
}