.container{
	position:relative;
}

.custom-drop{
	position:absolute;
/* 	right:185px; */
	right:135px;
	top:8px;
}
.at-navbar .featured-button {
    float: right;
    padding: 10px 15px;
    margin-top: 7px;
    right: -34px;
}
.logo-icon{
	margin-right:10px;
}
.main-navigation{
	float:none;
}
.navbar-header a>img{
	width:165px;
}


.form-container{
		position: fixed;
    	top: 50%;
    	right: 20px;
    	padding: 6px 15px;
   	 	border-radius: 5px;
    	color: #fff;
			cursor:pointer;
   		background-color: #963838;
			z-index:99999;
	}

.wrapper .tooltip {
      background: #141415;
    /* bottom: 100%; */
    color: #fff;
    display: block;
    right: 65px;
    top: 0px;
    margin-bottom: 15px;
    opacity: 0;
    padding:10px;
    pointer-events: none;
    position: absolute;
    width: 150px;
	border-radius:5px;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%;
}  

/* CSS Triangles - see Trevor's post */
.wrapper .tooltip:after {
      border-left: solid #00000000 8px;
    border-right: solid #1b1b1b00 8px;
    border-top: solid #181819 8px;
    top: 41%;
    content: " ";
    height: 0;
    left: 100%;
    margin-left: -4px;
    position: absolute;
    width: 0;
    transform: rotate(270deg)
}
  
.wrapper:hover .tooltip {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
     -moz-transform: translateY(0px);
      -ms-transform: translateY(0px);
       -o-transform: translateY(0px);
          transform: translateY(0px);
}

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
  display: none;
}

.lte8 .wrapper:hover .tooltip {
  display: block;
}
/* Icon 0 */

 #nav-icon0 {
	position: absolute;
  right: 190px;
  top:15px;
  width: 25px;
  height: 35px;
  margin: 0px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}



/* Icon 2 */

#nav-icon0 {
}

#nav-icon0 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #333;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon0 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

#nav-icon0 span:nth-child(odd) {
  left:0px;
  border-radius: 9px 0 0 9px;
}

#nav-icon0 span:nth-child(1), #nav-icon0 span:nth-child(2) {
  top: 0px;
}

#nav-icon0 span:nth-child(3), #nav-icon0 span:nth-child(4) {
  top: 9px;
}

#nav-icon0 span:nth-child(5), #nav-icon0 span:nth-child(6) {
  top: 18px;
}

#nav-icon0.open span:nth-child(1),#nav-icon0.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon0.open span:nth-child(2),#nav-icon0.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon0.open span:nth-child(1) {
  left: 0px;
  top: 9px;
}

#nav-icon0.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 9px;
}

#nav-icon0.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

#nav-icon0.open span:nth-child(5) {
  left: 0px;
  top: 19px;
}

#nav-icon0.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 19px;
}
.main-navigation ul#primary-menu{
	    margin-left:20px;
	}

.nav>li>a {
    position: relative;
    display: block;
    padding: 18px 10px;
}
.custom-drop_ul{
	right:0px;
	left:unset;
}
#purlins,#accessory{
	padding:100px 0;
}
#purlins h3,#accessory h3{
	color:#fff;
}
.page-id-368 .wrapper.inner-main-title, .page-id-100 .wrapper.inner-main-title{
	display:none;
}
.page-id-100 .widget li{
	padding:0;
}
#pg-368-1> .panel-row-style{
	padding:15px 0;
}
#pg-368-2> .panel-row-style{
	padding:20px 0;
}
.required_field{
	color:red;
}
.page-id-368 .sow-slider-base {
/* 	max-height:450px; */
}
.text-place h3{
	display:inline-block;
	margin:0;
}
.text-place{
	background-color:#eee;
		margin:10px 0;
	border-radius:5px;
}
.text-place i{
	padding:10px;
}
.key-features li i{
	margin-right:5px;
	font-size:8px;
}
#ongoing{
	text-align:center;
}
.ongoing-project{
	border-right:1px solid ;
}
#pg-w5b88d136ed732-0, #pg-w5b88d136ed732-1, #pg-w5b88d136ed732-2  {
	margin-bottom:0 !important;
}
.sow-slider-base .sow-slider-pagination li a{
	width:7px;
	height:7px;
}
.site-content{
	margin-top:0;
}
#construction_field_testimonial-1{
	display:none;
}
.page-id-370 .wrapper.inner-main-title,.page-id-374 .wrapper.inner-main-title, .page-id-372 .wrapper.inner-main-title, .page-id-376 .wrapper.inner-main-title,.page-id-378 .wrapper.inner-main-title,.page-id-380 .wrapper.inner-main-title {
	display:none;
}
 #secondary-left{
	position:relative;
	top:450px;
}
.page-id-362 #secondary-left, .page-id-364 #secondary-left{
	position:relative;
	top:unset;
}
.text_justify .so-widget-sow-headline-default-0c2cf65347b7 .sow-headline-container h3.sow-sub-headline, .text_justify .so-widget-sow-headline-default-fcd714f6d4ee .sow-headline-container h3.sow-headline{
		text-align:justify;
}
.wptww-testimonial-content h4{
	color:#333;
}

.widget li{
	padding-top:0;
	padding-bottom:0;
}
.wptww-testimonials-slidelist.design-1 .fa-quote-left, .wptww-testimonials-list.design-1 .fa-quote-left, .wptww-testimonials-slide-widget.design-1 .fa-quote-left{
	color:#963838!important;
}

@media only screen and (max-width: 1024px) {
	
	.custom-drop{
		right: 85px;
    	top: 4px;
	}
}

@media only screen and (max-width: 425px) {
	.text-place {
		text-align:center;
	}
	#infra-heading h1{
		font-size:25px;
	}
	.text-place i{
		display:block;
		
	}
}

/* Our CSS */
.heading{ 
	color: #ffffff;
}
.text_center{
	text-align:center;
}
.text_color{
	color: #7b7c7e;
}
.text-color{
	color: #FFFFFF;
}
.button {
  background-color: 	#4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
#custom_html-3
{
	padding: 30px 33px;
  background-color: #ffffff;
  margin-top: 128px;
}
.card{
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	color: #4F2016;
	padding : 30px;
	align-items: center;
	margin-top: 50px;
	width: 400px;
	height: 200px;
	text-align: center;
	
}
.card1{
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	color: #4F2016;
	padding : 30px;
	align-items: center;
	margin-top: 50px;
	width: 400px;
	height: 300px;
	text-align: center;
	
}
.card2{
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	color: #4F2016;
	padding : 20px;
	align-items: center;
	margin-top: 100px;
	width: 500px;
	height: 350px;
	text-align: left;
	
}

.site-content {
    margin-top: 50px;
}
.author,.vcard,.comments-link,.comments-area{
	display:none;
}
.entry-title {
    display: inline-block;
    margin-right: 10px;
    margin-top: 0;
    font-size: 38px;
}
.sfsiplus_footerLnk{
	display:none;
}