@charset "utf-8";
/*
 
*/

/* Import Global Compulsory CSS Files */

/*--------------------------------------------------------------------------
							[ Table of Contents ]
---------------------------------------------------------------------------

1.Typography
2.Index

---------------------------------------------------------------------------*/

/*****************************************************
********************* Typography *********************
*****************************************************/
body {
  color: #585858;
  font-size: 14px;
  line-height: 1.6;
  font-family: "Ubuntu", sans-serif;
}

/*----------- Heading -----------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 10px 0px;
  font-family: "Open Sans", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  text-decoration: underline;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: 0.8em;
}

/*----------- Links -----------*/
a {
  color: #0184d8;
  text-decoration: none;
}
a,
a:focus,
a:hover,
a:active {
  outline: 0 !important;
}
a:focus {
  text-decoration: none;
}
a:hover {
  color: #00619f;
  text-decoration: none;
}

/*----------- Lists -----------*/
ul {
  list-style: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
li ul,
li ol {
  padding: 0;
  margin: 0;
}

/*----------- Paragraph -----------*/
p {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 10px;
}
p img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
p img.right {
  float: right;
  margin: 1.5em 1.5em 1.5em 0;
}
strong {
  font-weight: bold;
}
em,
dfn {
  font-style: italic;
}
dfn {
  font-weight: 600;
}
sup {
  line-height: 0;
  vertical-align: super;
  font-size: smaller;
}
sub {
  line-height: 0;
  vertical-align: sub;
  font-size: smaller;
}
abbr,
acronym {
  border-bottom: 1px dashed #ccc;
}
address {
  margin: 0 0 1.5em;
}
del {
  color: #666;
}
pre,
code,
tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5em;
  display: block;
}
code {
  background-color: #eee;
  display: inline;
  padding: 0px 2px 1px 2px;
  line-height: 1.1em;
}
pre {
  margin: 1.5em 0;
  white-space: pre;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.hide {
  display: none;
}
.block {
  display: block !important;
}
.inline {
  display: inline !important;
}
.bold {
  font-weight: 600;
}
.italic {
  font-style: italic;
}

/*----------- Flot And Alignment -----------*/
.fl {
  float: left;
}
.fr {
  float: right !important;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.al {
  text-align: left;
}

/*----------- Button -----------*/
.btn {
}
.btn:hover {
}

/*----------- Hand cursor on clickable Input elements -----------*/
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}

/*----------- Textarea Scrollbars -----------*/
textarea {
  overflow: auto;
}

/*----------- Webkit Browsers add a 2px margin outside the chrome of form elements -----------*/
button,
input,
select,
textarea {
  margin: 0;
}

/*----------- Make buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-internet-explorer -----------*/
button {
  width: auto;
  overflow: visible;
}

/*----------- Margin -----------*/
.mr_none {
  margin: 0px !important;
}
.mr_b5,
.mr_b10,
.mr_b15,
.mr_b20,
.mr_b25,
.mr_b30,
.mr_b35,
.mr_b40,
.mr_b45,
.mr_b50,
.mr_b55,
.mr_b60 {
  clear: both;
}

.mr_b5 {
  margin-bottom: 5px;
}
.mr_b10 {
  margin-bottom: 10px;
}
.mr_b15 {
  margin-bottom: 15px;
}
.mr_b20 {
  margin-bottom: 20px;
}
.mr_b25 {
  margin-bottom: 25px;
}
.mr_b30 {
  margin-bottom: 30px;
}
.mr_b35 {
  margin-bottom: 35px;
}
.mr_b40 {
  margin-bottom: 40px;
}
.mr_b45 {
  margin-bottom: 45px;
}
.mr_b50 {
  margin-bottom: 50px;
}
.mr_b55 {
  margin-bottom: 55px;
}
.mr_b60 {
  margin-bottom: 60px;
}

/*----------- Padding -----------*/
.pd_none {
  padding: 0px !important;
}
.pdTopBot-none {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/*----------- Fonts -----------*/
.ft6 {
  font-size: 6px;
}
.ft7 {
  font-size: 7px;
}
.ft8 {
  font-size: 8px;
}
.ft9 {
  font-size: 9px;
}
.ft10 {
  font-size: 10px;
}
.ft11 {
  font-size: 11px;
}
.ft12 {
  font-size: 12px;
}
.ft13 {
  font-size: 13px;
}
.ft14 {
  font-size: 14px;
}
.ft15 {
  font-size: 15px;
}
.ft16 {
  font-size: 16px;
}
.ft17 {
  font-size: 17px;
}
.ft18 {
  font-size: 18px;
}
.ft19 {
  font-size: 19px;
}
.ft20 {
  font-size: 20px;
}

/*----------- Backgrounds -----------*/

/*----------- Colors -----------*/
.col-orange {
  color: #f8691d;
}

/*----------- Heading -----------*/
#headlines {
  padding: 20px 0px;
  background: #111111;
  border-bottom: 4px solid #cccccc;
}
#headlines .about-title h2 {
  font-size: 40px;
  color: #ffffff;
}
.heading h2 {
  font-size: 2.5em;
  color: #656565;
  text-align: center;
  background: url(../images/icons/hr.png) bottom center no-repeat;
  margin-bottom: 15px;
  padding-bottom: 32px;
  text-transform: uppercase;
}
.heading h6 {
  font-size: 1.4em;
  text-align: center;
}

/*****************************************************
********************* Index Page *********************
*****************************************************/
/*-------------- Header Top --------------*/
.header-top {
  background: #061538;
  padding: 8px 0;
}
.header-top .our-address {
  display: flex;
  margin-top: 6px;
}
.header-top .our-address .icon {
  margin-right: 5px;
  color: #ff5e14;
}
.header-top .our-address .adrs-text {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
.header-top .our-address .adrs-text span {
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
}
.header-top .request-quote {
  text-align: right;
}
.header-top .request-quote a {
  display: inline-block;
  padding: 7px;
  font-size: 14px;
  color: #ffffff;
  min-width: 150px;
  background: #ff5e14;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
}
.header-top .top-social li {
  display: inline-block;
  margin: 7px 5px 0 5px;
}
.header-top .top-social li a {
  color: #ffffff;
  font-size: 13px;
}
.header-top .top-social li a:hover {
  color: #ff5e14;
}
/*--------------- Header ---------------*/
header {
  padding: 0;
  background: #ffffff;
}
header .social-media ul li {
  padding-right: 0;
  color: #0874b8;
  font-weight: bold;
}
header .social-media ul li a {
  display: block;
  background: #0386b7;
  padding: 1px 8px;
  border-radius: 4px;
  color: #ffffff;
}
header .social-media ul li a:hover {
  background: #f58634;
}
/*--------------- Navigation ---------------*/
.navbar {
  margin: 0;
  background-image: url(../images/icons/bg.png);
}
.navbar-brand {
  padding: 5px;
  height: 100px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: none;
  color: #ff1a00;
}
.navbar .navbar-nav {
  margin-top: 24px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: none;
  color: #ff1a00;
}
.navbar-nav > li > a {
  text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a {
  color: #000000;
}

/*--------------- Main Content ---------------*/
#main-content {
  padding: 40px 0px;
  background: #09a0ea;
  border-top: 5px solid #ffffff;
}
#main-content .heading h2 {
  text-align: center;
  color: #ffffff;
}
#main-content .heading h6 {
  color: #ffffff;
}
#main-content p {
  color: #ffffff;
  text-align: justify;
}

/*--------------- Product List ---------------*/
#product-list {
  padding: 40px 0px;
  background: #eeedee;
  border-top: 1px solid #686868;
  text-align: center;
}
#product-list .product-inner .item-hover {
  margin: 20px auto;
}
#product-list .product-inner .product-content h4 {
  color: #f6700d;
  font-size: 18px;
  font-weight: bold;
}

/*--------------- Why Choose ---------------*/
#why-choose {
  padding: 40px 0px;
}
#why-choose .why-choose-inner .choose-icon {
  float: left;
}
#why-choose .why-choose-inner .choose-icon i {
  font-size: 15px;
  background: #f58634;
  padding: 5px;
  color: #ffffff;
  width: 25px;
  height: 25px;
  text-align: center;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  transition: all 500ms;
}
#why-choose .why-choose-inner:hover .choose-icon i {
  color: #ffffff;
  background: #00abf1;
}
#why-choose .why-choose-inner .choose-content {
  padding-left: 35px;
}
#why-choose .why-choose-inner .choose-content h4 {
  font-size: 19px;
  margin-bottom: 4px;
}
#why-choose .chosse-usList ul li {
  margin-bottom: 7px;
  padding-bottom: 7px;
}

/*--------------- Tensile Service ---------------*/
#tensile-service {
  padding: 40px 0px;
  background: #eeedee;
}
#tensile-service .service-inner .service-lists {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#tensile-service .service-inner ul li {
  background: url(../images/icons/arrow.png) 0px 5px no-repeat;
  padding-left: 23px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  line-height: 25px;
}
#tensile-service .services-images img {
  border: 5px solid #efefef;
}

/*----------- Testimonials ----------*/
#testimonials {
  background: #ffffff;
  padding: 40px 0px;
  position: relative;
  border-bottom: 2px solid #cccccc;
}
#testimonials .heading h2,
#testimonials .heading h6 {
  color: #fff;
}
#testimonials .testimonials-innner figure {
  width: 150px;
  height: 150px;
  float: left;
  border-radius: 100%;
}
#testimonials .testimonials-innner figure img {
  border-radius: 100%;
  width: 150px;
  height: 150px;
}
#testimonials .testimonials-innner .client-content {
  padding: 20px 20px 10px 180px;
}
#testimonials .testimonials-innner .client-content p {
  font-size: 18px;
  line-height: 24px;
  color: #cccccc;
}
#testimonials .testimonials-innner .client-content > footer {
  color: #ffffff;
}
#testimonials .testimonials-innner .client-content > footer cite {
  font-style: italic;
}

/*--------------- Footer ---------------*/
#footer {
  background: #222222;
  padding: 40px 0px;
  color: #ffffff;
}
#footer .footer-title h2 {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 15px;
  text-shadow: 0px 1px 2px #111111;
}
#footer .footer-title h2 span {
  font-weight: bold;
}
#footer .office-address {
  padding-bottom: 30px;
  background: url(../images/icons/title-bg.png) bottom center no-repeat;
}
#footer .office-address:last-child {
  background: none;
}
#footer .office-address h5 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #ffffff;
}

/*--------------- Copyright ---------------*/
#copyright {
  background: #000000;
  padding: 20px 0px;
  color: #ffffff;
}

/*---------- Enquiry Button ----------*/
.contact-button {
  position: fixed;
  top: 25%;
  right: 0;
}
.contact-button2 {
  position: fixed;
  top: 50%;
  right: 0;
}
.modal-header {
  background: #ffffff;
  padding: 0;
}
.modal-header .close {
  margin-right: 10px;
  margin-top: 10px;
  position: absolute;
  right: 7px;
}
.modal button.btn.btn-default {
  width: 100%;
  background: #e90b00;
  border: 1px solid #ffd500;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}

/*****************************************************
********************* About Page *********************
*****************************************************/
.imgsCls 
{
    width: 100%; 
    display: block;
}
.imgsCls img
{
    width: 100%; 
    display: block;
    
}


.about-us-content {
  text-align: left;
}
.about-us-content ul li {
  margin: 15px;
  list-style: disc;
}
.about-title ul li a {
  color: #ffffff;
}
.about-title ul li a:hover {
  color: #ccc;
}

/*Sidebar*/
.sidebar .our-product {
  background: #f9f9f9;
  padding: 15px 20px;
  box-shadow: 0px 2px 5px #cccccc;
  margin-bottom: 15px;
}
.sidebar .our-product ul li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  background: url(../images/icons/check.png) 0px 5px no-repeat;
  padding-left: 25px;
  border-bottom: 1px solid #cccccc;
}
.sidebar .our-product ul li:last-child {
  border: none;
}

/*****************************************************
******************** Contact Page ********************
*****************************************************/
#client-portfolio {
  padding: 40px 0 10px 0;
}
#conatct-us {
  padding: 40px 0px;
}
.projects table tr th {
  text-align: center;
}
.clients li img {
  margin: 8px 0px;
  padding: 5px;
  border: 1px solid #333;
}

/* Bottom to Top Scroll */
.scrollup {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 1em;
  width: 50px;
  height: 45px;
  z-index: 99999;
  background: url(../images/icons/scroll.png) no-repeat;
}

#state-list {
  padding: 40px 0;
  background: #1365c1;
}
#state-list li a {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}
#state-list li a:hover {
  color: #ffffff;
}

.contact-sidebar h3{font-size: 25px; font-weight: bold;}
.contact-sidebar p{font-size: 16px;}
.contact-sidebar address{font-size: 15px;}








.contact-calls {
	position: fixed;
	bottom: 10%;
	right: 5px;
	display: flex;
	flex-direction: column;
	z-index:999999;
}

.contact-calls img {
	width: 40px;
	margin: 8px 0;
}


.mobile-enquiry {
	display: flex;
	justify-content: space-between;
	padding: 8px 20px 2px 20px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 9999999;
	text-align: center;
	visibility: hidden;
}

.mobile-enquiry img {
	width: 40px;
}

.mobile-enquiry p {
	margin: 1px 0 0 0;
	font-size: 11px;
	font-weight: 600;
}

@media (max-width: 768px) {
	.mobile-enquiry {
		visibility: visible;
	}
	.contact-calls {
		display: none;
	}
	.banner-content ul{
		display: none;
	}
}