@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,900);

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #424242;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  background-color: #fff;
  font-family: "Lato", sans-serif; }

/*
/*-----------------------------------------------------------------------------------*/
/*	RESET
/*-----------------------------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

:focus {
  outline: 0 !important; }

iframe {
  border: none;
  width: 100%; }

::selection {
  background: #006DBB;
  /* Safari */
  color: #fff; }

::-moz-selection {
  background: #006DBB;
  /* Firefox */
  color: #fff; }

strong, b {
  font-family: "Lato", sans-serif;
  font-weight: 400; }

input,
button,
select,
textarea, label {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400; }

hr {
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
  margin: 22px 0 22px 0; }

.badge {
  font-weight: normal;
  margin-left: 5px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #32c5d2;
  padding: 3px 6px; }
  

a {
  color: #333;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in; }

a:hover,
a:focus {
  color: #32c5d2;
  text-decoration: none; }

.colored-text {
  color: #32c5d2; }

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #060606;
  font-weight: 700;
  margin: 0;
  font-family: "Lato", sans-serif; }

h1 {
  font-size: 3.2em;
  line-height: 44px;
  margin: 0 0 44px 0; }

h2 {
  font-size: 2.6em;
  font-weight: 700;
  line-height: 42px;
  margin: 0 0 32px 0; }

h3 {
  font-size: 1.8em;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 15px; }

/*use in section headings*/
h3.heading {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  margin: 0 0 20px;
  padding-bottom: 10px;
  position: relative;
  text-transform: capitalize;
  overflow: hidden;
  vertical-align: middle;
  font-family: "Lato", sans-serif; }

h3.heading:after {
  position: relative;
  left: 18px;
  content: "";
  display: inline-block;
  width: 200%;
  vertical-align: middle;
  height: .50em;
  margin: 0 -200% 0 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee; }

h4 {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 27px;
  margin: 0 0 14px 0; }

h5 {
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0; }

h6 {
  color: #333;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 18px;
  margin: 0 0 14px 0; }

/*parahraphs*/
p {
  color: #555;
  line-height: 24px;
  margin: 0 0 20px; }

p.sub-text {
  font-style: normal;
  font-size: 16px;
  line-height: 29px;
  font-weight: 300;
  color: #555; }

p.lead {
  font-size: 16px;
  font-weight: 400; }

pre:after, pre:before {
  clear: both;
  display: table;
  content: ""; }

.pr-5 {
    padding-right: 5px;
}
.pl-10 {
    padding-left: 10px;
}
.lPadding
{
	padding-left:0;
}
.rPadding
{
	padding-right:0;
}
.active
{
	color:#006DBB !important;
}
	
	
/****Top Bar Css Here****/
#top-bar
{
	background:#081b3d;
	color:#fff;
	padding:5px 0;
	font-size:12px;
	font-weight:700;
}

#top-bar-left
{
	color:#fff;
}
#top-bar-left i
{
	font-size:14px;
	color:#fff500;
}

.list-inline 
{
    margin-bottom: 8px;
    margin-top: 9px;
}
#top-bar-right i
{
	color:#fff;
}
/****Top Bar Css Ends Here****/

/****Menu Bar css ****/
.logo
{
	padding:10px 0;
	width:100%;
	float:left;
}
.header .navbar-default
{
	background:0 none;
	border:0 none;
	margin-bottom:0;
}

.kobelco-menu > li
{
	padding:15px;
}
.kobelco-menu li a
{
	color:#000;
	font-size:16px;
	font-weight:400;
	font-family:inherit;
	text-decoration:none;
}


.kobelco-menu li ul.dropdown-menu
{
	padding:0;
}

.kobelco-menu li ul.dropdown-menu li a {
  font-size: 16px;
  margin: 0;
  padding: 10px 12px;
  
}

.navbar-right
{
	margin-right:-33px;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover
{
	background:0 none;
	color:#fff !important;
}

.navbar-right .dropdown-menu
{
	right:auto;
}

.sticky {
		background-color:#fff !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 100%;
    z-index: 999999;
}

/****Menu Bar css ends here ****/

/****Slider Css ****/
#header-slider
{
	width:100%;
	float:left;
}


.main-slider 
{
  width: 100%;
  float: left;
	margin-bottom:20px;
	border-top:5px solid #656565;
	border-bottom:5px solid #656565;
	padding:40px 0;
}

.main-slider .banner-text h1 {
  font-family: inherit;
	color:#3377BE;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 4px;
  line-height: 70px;
  text-transform: uppercase;
	margin-top:5px;
	margin-bottom:20px !important;
}
.main-slider .banner-text p
{
	color:#3377BE;
	width:70%;
	margin:auto;
}

/****Slider Css Ends here ****/

/****Our Services css ****/
#our-services
{
	width:100%;
	float:left;
	margin-bottom:20px;
}

#our-services .thumbnail
{
	background-color:#fff;
	border-radius:0 0 4px 4px;
	
	padding:0;
	
}

#our-services .box_small, .box_last
{
	position:relative;
}


#our-services .thumbnail
{
	min-height:390px;
}


#our-services .thumbnail h3
{
	color:#026eb9;
	font-size:18px;
	font-weight:900;
	text-transform:capitalize;
}
#our-services .thumbnail p
{
	font-size:16px;
	text-align:justify;
	line-height:24px;
}

.caption .service-heading
{
	position:relative;
}
.caption.service-heading > h3::after {
  background-image: -webkit-gradient(
	linear,
	right bottom,
	left bottom,
	color-stop(0, #000000),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(left, #000000 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(left, #000000 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(left, #000000 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(left, #000000 0%, #FFFFFF 100%);
background-image: linear-gradient(to left, #000000 0%, #FFFFFF 100%);
  content: "";
  height: 30px;
  position: absolute;
  right: 15px;
  top: 52%;
  width: 160px;
}
/****Our Services css Ends here ****/

/****About Us Section css here****/
#about-us
{
	width:100%;
	float:left;
	margin-bottom:20px;
	
}

#about-us h1
{
	color:#026eb9;
	font-size:24px;
	font-weight:900;
	text-transform:capitalize;
	margin-bottom:0;
}
#about-us p
{
	font-size:16px;
	text-align:justify;
	line-height:24px;
}

#about-us .side-bar
{
	padding:0;
}

#about-us .side-bar h1
{
	margin-top:0;
	padding:0 10px;
	color:#000;
	font-size:18px;
	background: rgba(212,228,239,1);
	background: -moz-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(20,112,187,0.97) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(212,228,239,1)), color-stop(100%, rgba(20,112,187,0.97)));
	background: -webkit-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(20,112,187,0.97) 100%);
	background: -o-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(20,112,187,0.97) 100%);
	background: -ms-linear-gradient(left, rgba(212,228,239,1) 0%, rgba(20,112,187,0.97) 100%);
	background: linear-gradient(to right, rgba(212,228,239,1) 0%, rgba(20,112,187,0.97) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e4ef', endColorstr='#1470bb', GradientType=1 );
	margin-bottom:0;
	text-transform:uppercase;
}

.about-heading
{
	position:relative;
}

.about-heading h1::after
{
	background-image: -webkit-gradient(
	linear,
	right bottom,
	left bottom,
	color-stop(0, #000000),
	color-stop(1, #FFFFFF)
);
background-image: -o-linear-gradient(left, #000000 0%, #FFFFFF 100%);
background-image: -moz-linear-gradient(left, #000000 0%, #FFFFFF 100%);
background-image: -webkit-linear-gradient(left, #000000 0%, #FFFFFF 100%);
background-image: -ms-linear-gradient(left, #000000 0%, #FFFFFF 100%);
background-image: linear-gradient(to left, #000000 0%, #FFFFFF 100%);
  content: "";
  height: 30px;
  position: absolute;
  right: 15px;
  top: 58%;
  width: 80%;
}

.side-bar .kwt {
  border: 1px solid #dddddd;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
  width: 100%;
}
#about-us .service-list 
{
  padding: 0;
	border:1px solid #ddd;
	width:100%;
	float:left;
}

#about-us .read-more
{
	margin-bottom:10px;
	margin-top:10px;
}

#about {
    float: left;
    width: 100%;
}



.about-us p
{
	font-size:16px;
	text-align:justify;
	color:#000;
}

.about-header {
  border-bottom: 5px solid #656565;
  border-top: 5px solid #656565;
  float: left;
 
  margin-bottom:30px;
  position: relative;
  width: 100%;
}

h1.about-heading 
{
    
    width: 25%;
	text-align:center;
	color:#fff;
	position:absolute;
	top:70px;
	right:90px;
}

/****About Us Section ends here****/







/****Footer css ****/
#footer
{
	background-color:#081b3d;
	color:#fff;
	padding:20px 0;
	width:100%;
	float:left;
}
#footer .quick-links
{
	margin-bottom:20px;
}
#footer .quick-links a {
  color: #fff000;
	text-transform:uppercase;
  margin-right: 10px;
  margin-left: 10px;
}

#footer p
{
	margin-bottom:5px;
	color:#fff;
}
#footer i
{
	font-size:24px;
	color:#fff;
}
#footer .list-inline
{
	margin-top:0;
}


/****Footer css ends here ****/

/****Copyright ****/
#copyright
{
	background-color:#d1d2d4;
	color:#000;
	padding:10px 0 10px;
	width:100%;
	float:left;
}

#copyright p
{
	margin-bottom:0;
}
/****Copyright Ends here ****/



/****Contact Page Css ****/

#map
{
	width:100%;
	float:left;
	
}

.location-map
{
	border-top:5px solid #656565;
	border-bottom:5px solid #656565;
	width:100%;
	margin-bottom:20px;
	float:left;
}

.contact-form .jumbotron
{
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	border-radius:0px;
}

.contact-form .jumbotron h1
{
	color:#000;
	font-size:28px;
	text-transform:uppercase;
}
/****Contact Page Css Ends here ****/

