/*General*/
body {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 12px;
font-size: 160%;
font-smooth: always;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
}

h1, h2, h3, h4{
	font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

a {
text-decoration: none;
-moz-transition: all linear .3s;
-webkit-transition: all linear .3s;
-o-transition: all linear .3s;
transition: all linear .3s;
}

a:hover {
text-decoration: none;
}

img {
max-width: 100%;
}

ul {
list-style: none;
padding: 0;
margin: 0;
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea {
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: 500;
color: #7e7e7e;
border-width: 1px;
border-style: solid;
padding: 0 15px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-moz-transition: border linear .3s;
-webkit-transition: border linear .3s;
-o-transition: border linear .3s;
transition: border linear .3s;
}

textarea {
padding: 15px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
background: rgba(62, 212, 255, 0.5);
border-color: #01b1d7 !important;
outline: none;
color: #333;
}

.btn {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
font-size: 14px;
font-weight: 600;
/*width: 120px;*/
height: 40px;

-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
-moz-transition: background .3s linear;
-webkit-transition: background .3s linear;
-o-transition: background .3s linear;
transition: background .3s linear;
}


.btn:focus {
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
outline: none;
}

.cover {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 2;
}

.container {
position: relative;
z-index: 3;
}

.navbar-fixed-top{
background:#FFF;
    padding: 15px;
}

@media only screen and (max-width: 768px) {
	.navbar-fixed-top{
	position: relative;
}
}

/*Header*/
/*Top nav left*/
.top-nav {
;
color: #333;
line-height: 40px;
border-bottom: 1px solid #01b1d7;
}

/*Top left Menu*/
.top-left {
float: left;
}

.top-left ul >li {
display: inline-block;
margin-right: 15px;
}

.top-left a {
font-size: 16px;
color: #333;
}

.top-left a:hover {
color: #01b1d7;
}

/*Top Right Menu*/
.top-right {
float: right;
}

.top-right p:before {
content: "\f041";
font-family: 'FontAwesome';
font-size: 16px;
color: #01b1d7;
margin-right: 10px;
}

.top-right p {
font-family: 'Raleway', sans-serif;
font-weight: 700;
font-size: 14px;
}

.top-right p > span {
margin-left: 5px;
font-style: italic;
font-weight: 400;
}

/*Nagivation*/
#main-nav {
padding: 0 0 0px;
}

/*Affix*/
#main-nav.affix {
position: fixed;
top: 0;
width: 100%;
background-color: rgba(255,255,255,0.9);
color: #fff;
z-index:10;
-moz-box-shadow: 0 1px 2px #ebebeb;
-webkit-box-shadow: 0 1px 2px #ebebeb;
box-shadow: 0 5px 5px rgba(0,0,0,.15);
transition: all 0.3s;
}

.navbar {
margin:0;
}
.navbar-brand {

height: 70px;

padding: 5px;
}
#main-nav .navbar-header a {

color: #fff;
}
/*Toggle Menu*/
#main-nav .navbar-toggle {
background-color: #01b1d7;
}

#main-nav .navbar-toggle span {
background-color: #fff;
}

/*Main Menu*/

#main-nav .navbar-right li > a {
font-family: 'Raleway', sans-serif;
font-size: 15px;
font-weight: 700;
line-height: 30px;
color: #555;
/*padding-top: 0;*/
padding-bottom: 0;
text-transform: uppercase;
}

#main-nav .navbar-right li > a:focus {
color: #01b1d7;
background: none;
outline: none;
}

#main-nav .navbar-nav>li>a:hover,
#main-nav .navbar-nav>li.active>a {
color: #01b1d7;
background: none;
}

/*Search Form*/
.search-form {
padding: 10px;
position: absolute;
bottom: -76px;
right: 15px;
z-index: 3;
background: #fff;
visibility: hidden;
opacity: 0;
transition: opacity .5s linear;
-moz-box-shadow: 0 1px 2px #ebebeb;
-webkit-box-shadow: 0 1px 2px #ebebeb;
box-shadow: 0 1px 2px #ebebeb;
}

.search-form.visible {
visibility: visible;
opacity: 1;
}

.search-form input {
height: 40px;
width: 275px;
border-color: #e8e8e8;
}

/*Main Slider*/
#slider {
margin: 0;
padding: 0;
position: relative;
}

.flexslider {
border: 0;
}

#slider.flexslider .slides > li img {

}

/*Slider Caption*/
.caption
{
margin-top:370px;
padding: 7px;
border-radius: 5px;
color:#FFF;
}

.caption .blueline{
	height: 0px;
	width: 162px;
	background-color: #020202;
	background-color: #020202;
	display: block;
	margin-top: -8px;
}

@media screen and (max-width: 768px) {
.caption
{
margin-top:20px;
}

}

.caption h2 {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;;
font-weight: 700;
font-size: 43px;
}

.caption span {
padding: 0 0px;

color: #fff;
}

.caption p {
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;
font-size: 24px;
font-style: italic;
margin-top: 30px;
color: #01b1d7;
}

.caption button {
font-family: 'Josefin Sans', sans-serif;
font-weight: 700;
font-size: 17px;
margin-top: 20px;
background-color: #01b1d7;
color: #fff;
border: 1px solid #fff;
}

.caption button:hover {
background-color: #fff;
border: 1px solid #01b1d7;
transition: 0.3s;
color: #01b1d7;
}


/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
#slider .caption {
position: absolute;
width: 400px;
top: 55%;
}


#slider .caption h2 {
font-size: 15px;
}

#slider .caption p {
font-size: 10px;
font-style: italic;
margin: 0;
padding: 0;
color: #01b1d7;
}

#slider .caption .btn {
width: 80px;
height: 20px;
font-size: 10px;
margin-top: 5px;
padding: 0;
}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
#slider .caption {
position: absolute;
width: 450px;
top: 50%;
}

#slider .caption h2 {
font-size: 24px;
}

#slider .caption p {
font-size: 16px;
font-style: italic;
margin-top: 15px;
color: #01b1d7;
}

#slider .caption .btn {
width: 110px;
height: 30px;
font-size: 12px;
margin-top: 15px;

}
}

/*Control Nav*/
#slider .flex-control-nav {
position: absolute;
display: inline;
z-index: 2;
}

#slider .flex-control-nav li {
margin: 5px;
display: inline-block;
}

#slider .flex-control-paging li a {
background: #fff;
width: 12px;
height: 12px;
border-radius: 50%;
border: 1px solid #01b1d7;
}

#slider .flex-control-paging li a:hover {
background: #01b1d7;
}

#slider .flex-control-paging li a.flex-active {
background: #01b1d7;
width: 12px;
height: 12px;
}

/*About*/
#about {
padding: 25px;
}

#about .about-heading {
text-align: justify;
}

#about .about-heading h2 {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
font-size: 34px;
text-transform: uppercase;
}

#about .about-heading p {
margin-top: 20px;
line-height: 25px;
color: #333;
margin-bottom: 30px;
}

#about .about-left {
position: relative;
z-index: 2;
}

#about .about-right:before {
content: "";
border: 8px solid #e5eef0;
width: 120%;
height: 100%;
position: absolute;
right: 0;
top: 0;
}

#about .about-right {
position: relative;
padding: 0 80px 150px 45px;
}

#about .about-right-heading h1 {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
padding-top: 100px;
text-transform: uppercase;
}

#about .about-right-boot:before {
content: "\f080";
font-family: 'FontAwesome';
font-size: 45px;
padding: 65px 30px 0 0;
float: left;
color: #01b1d7;
}

#about .about-right-wrapper {
padding-left: 0 0 50px 78px;
position: relative;
left: 0;
top: 75px;
}

#about .about-right-wrapper a {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
color: #282828;
}

#about .about-right-wrapper a:hover {
color: #01b1d7;
}

#about .about-right-wrapper p {
line-height: 28px;
margin-top: 20px;
color: #8e8e8e;
}

#about .about-right-best:before {
content: "\f201";
font-family: 'FontAwesome';
font-size: 45px;
padding: 65px 30px 0 0;
float: left;
color: #01b1d7;
}

#about .about-right-support:before {
content: "\f025";
font-family: 'FontAwesome';
font-size: 45px;
padding: 65px 30px 0 0;
float: left;
color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
#about {
padding: 0;
}

#about .about-heading h2 {
margin-top: 30px;
font-size: 27px;
}

#about .about-heading p {
margin-top: 20px;
font-size: 12px;
line-height: 20px;
}

#about .about-right:before {
content: "";
border: 8px solid #e5eef0;
width: 100%;
height: 100%;
}

#about .about-right {
position: relative;
padding: 30px;
margin-top: 20px;
}

#about .about-right-heading h1 {
padding-top: 20px;
font-size: 25px;
text-align: center;
}

#about .about-right-boot:before {
font-size: 30px;
padding: 20px 20px 0 0;
}

#about .about-right-wrapper {
position: relative;
left: 0;
top: 35px;
}

#about .about-right-wrapper a > h3 {
font-size: 20px;
}

#about .about-right-wrapper p {
margin-top: 20px;
font-size: 13px;
}

#about .about-right-best {
margin-top: 40px;
}

#about .about-right-best:before {
font-size: 30px;
padding: 20px 20px 0 0;
}

#about .about-right-support {
margin-top: 40px;
}

#about .about-right-support:before {
font-size: 30px;
padding: 20px 20px 0 0;
}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
#about {
margin-top: 50px;
padding: 0;
}

#about .about-heading h2 {
margin-top: 30px;
font-size: 30px;
}

#about .about-heading p {
margin-top: 20px;
line-height: 20px;
}

#about .about-right:before {
content: "";
border: 8px solid #e5eef0;
width: 100%;
height: 100%;
}

#about .about-right {
position: relative;
padding: 30px;
margin-top: 20px;
}

#about .about-right-heading h1 {
padding-top: 20px;
font-size: 25px;
text-align: center;
}

#about .about-right-boot:before {
font-size: 30px;
padding: 20px 20px 0 0;
}

#about .about-right-wrapper {
position: relative;
left: 0;
top: 35px;
}

#about .about-right-wrapper a > h3 {
font-size: 20px;
}

#about .about-right-wrapper p {
margin-top: 20px;
font-size: 13px;
}

#about .about-right-best {
margin-top: 40px;
}

#about .about-right-best:before {
font-size: 30px;
padding: 20px 20px 0 0;
}

#about .about-right-support {
margin-top: 40px;
}

#about .about-right-support:before {
font-size: 30px;
padding: 20px 20px 0 0;
}

}

/*About bg*/
#about-bg {
position: relative;
background-image: url(../images/about/about2.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 100px;
text-transform: uppercase;
padding: 100px 0;
color: #fff;
}

.about-bg-heading {
font-family: 'Josefin', sans-serif;
font-weight: 900;
text-align: center;
line-height: 40px;
z-index: -2;
}

.about-bg-heading h1 {
font-size: 40px
}

.about-bg-heading p {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
font-weight: 400;
font-size: 16px;
}

.about-bg-wrapper {
color: #fff;
text-align: center;
margin-top: 30px;
z-index: -2;
}

#about-bg .about-bg-wrapper .count {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 900;
font-size: 45px;
margin-right: 20px;
text-align: center;
float: left;
color: #01b1d7;
}

#about-bg .about-bg-wrapper p {
font-family: 'Raleway', sans-serif;
font-weight: 400;
font-size: 16px;
margin-top: 30px;
float: left;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
.about-bg-heading h1 {
font-size: 28px;
}

.about-bg-wrapper {
margin-left: 25%;
}

}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
.about-bg-heading h1 {
font-size: 30px;
}

.about-bg-wrapper {
margin-left: 35%;
}

}

/*Service*/
#service {
margin-top: 15px;
background-attachment: scroll;
padding-bottom: 0px;
padding-top: 0px;
}

#service .col-md-6 {
padding: 0;

}

#service .service-heading {
text-align: center;
}

#service .service-heading h2 {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
font-size: 45px;
text-transform: uppercase;
}

#service .service-heading p {
margin-top: 20px;
line-height: 25px;
color: #8e8e8e;
margin-bottom: 50px;
}

.services-style-one {
position: relative;
}

.services-style-one .outer-box {
position: relative;
background: #1c1c1c;
}

.services-style-one .services-column {
position: relative;
width: 50%;
float: left;
background: #f2f3f4;	
}

.services-style-one .service-block {
position: relative;
margin-bottom: 40px;	
}

.services-style-one .services-column .content-outer {
position: relative;
float: right;
max-width: 700px;
padding: 80px 20px 40px 40px;	
}

.services-style-one .services-column .icon-box {
font-size: 36px;
margin-bottom: 15px;
line-height: 1px;
color: #01b1d7;	
}

.services-style-one .services-column h4 {
font-size: 14px;
margin-bottom: 10px;
color: #1c1c1c;	
}

.services-style-one .services-column .text {
font-size: 13px;
color: #5a5a5a;
max-width: 250px;	
}

.services-style-one .content-column {
position: relative;
float: left;
width: 50%;
background: #1c1c1c;
text-align: right;
}

.services-style-one .content-column .content-box {
position: relative;
float:left;
padding: 170px 20px 100px 320px;
max-width: 700px;	
}

.services-style-one .content-column .sec-title h2 {
color: #fff;
}

.services-style-one .content-column .sec-title h2 > span {
border-bottom: 2px solid #01b1d7;
padding-bottom: 5px;
}

.services-style-one .content-column .inner-box {
position: relative;
}

.services-style-one .content-column .text {
position: relative;
margin: 30px 0;
color: #999999;
line-height: 25px;
}

.inner-box button {
background-color: #01b1d7;
width: 120px;
height: 35px;
color: #fff;
}

.inner-box button:hover {
background-color: #fff;
color: #01b1d7;
}

/*Service Footer*/
#service .service-footer {
background: #222222;
padding: 30px 0;
}

#service .service-footer-left h3 {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 600;
font-size: 22px;
color: #fff;
}

#service .service-footer-left h3 > span {
color: #01b1d7;
}

#service .service-footer-left p {
font-size: 16px;
color: #9d9d9d;
}

#service .service-footer-right {
float: right;
line-height: 80px;
}

#service .service-footer-right button {
background-color: #01b1d7;
width: 180px;
height: 50px;
color: #fff;
}

#service .service-footer-right button:hover {
background-color: #fff;
color: #01b1d7;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
#service {
margin-top: 50px;
}

#service .service-heading h2 {
font-size: 27px;
}

#service .service-heading p {
font-size: 13px;
}

.services-style-one .content-column .content-box {
padding: 200px 20px 100px 20px;	
}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
#service {
margin-top: 50px;
}

#service .service-heading h2 {
font-size: 30px;
}

.services-style-one .content-column .content-box {
padding: 200px 20px 100px 20px;	
}
}

/*Portfolio*/
#portfolio {
margin-top: 100px;
}

#portfolio .portfolio-heading {
text-align: center;
}

#portfolio .portfolio-heading h2 {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
font-size: 45px;
text-transform: uppercase;
}

#portfolio .portfolio-heading p {
margin-top: 20px;
line-height: 25px;
color: #8e8e8e;
margin-bottom: 50px;
}

#portfolio .portfolio-thumbnail {
position: relative;
}

#portfolio .portfolio-thumbnail img {
width: 100%;
height:auto;
}

#portfolio .portfolio-thumbnail .col-md-3 {
padding: 0;
}

#portfolio .portfolio-thumbnail .caption {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background-color: rgba(62, 212, 255, 0.7);
opacity: 0;
-moz-transition: opacity linear .3s;
-webkit-transition: opacity linear .3s;
-o-transition: opacity linear .3s;
transition: opacity linear .3s;
}

#portfolio .portfolio-thumbnail .item:hover > .caption {
opacity: 1;
}

#portfolio .caption i {
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
color: #01b1d7;
background-color: #fff;
position: absolute;
top: 45%;
left: 50%;
margin-top: -22px;
margin-left: -22px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;

}

#portfolio .caption p {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 400;
text-align: center;
color: #fff;
position: absolute;
font-size: 17px;
text-transform: capitalize;
top: 55%;
left: 30%;
right: 30%;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
#portfolio {
margin-top: 50px;
}

#portfolio .portfolio-heading h2 {
font-size: 27px;
}

#portfolio .portfolio-heading p {
font-size: 13px;
}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
#portfolio {
margin-top: 50px;
}

#portfolio .portfolio-heading h2 {
font-size: 30px;
}

}

/*Contact*/
#contact {
margin-top: 15px;
}

#contact .contact-heading {
text-align: center;
}

#contact .contact-heading h2 {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
font-size: 45px;
text-transform: uppercase;
}

#contact .contact-heading p {
margin-top: 20px;
line-height: 25px;
color: #8e8e8e;
margin-bottom: 50px;
}

.validation {
color: red;
display:none;
margin: 0 0 20px;
font-weight:400;
font-size:13px;
}

#sendmessage {
color: green;
border:1px solid green;
display:none;
text-align:center;
padding:15px;
font-weight:600;
margin-bottom:15px;
}

#errormessage {
color: red;
display:none;
border:1px solid red;
text-align:center;
padding:15px;
font-weight:600;
margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
display:block;
}

/*Get In Touch*/
#get-touch {
margin-top: 100px;
}

#get-touch .get-touch-heading {
text-align: center;
}

#get-touch .get-touch-heading h2 {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
font-size: 36px;
text-transform: uppercase;
}

#get-touch .get-touch-heading p {
margin-top: 20px;
line-height: 25px;
color: #8e8e8e;
margin-bottom: 50px;
}

#get-touch .content {
margin-top: 50px;
}

#get-touch .content .form input {
height: 50px;
width: 100%;
border-color: #ebebeb;
}

#get-touch .content .form textarea {
width: 100%;
height: 180px;
border-color: #ebebeb;
margin-top: 20px;
}

#get-touch .content .form .submit {
text-align: center;
}

#get-touch .content .form .submit .btn {
margin-top: 25px;
background-color: transparent;
color: #7e7e7e;
border-color: #01b1d7;
}

#get-touch .content .form .submit .btn:hover {
background-color: #01b1d7;
color: #fff;
}


/*Map*/
#google-map{
position:relative;
margin-top:10px;
height: 400px;
}

/*Client*/
#client {
margin-bottom: 28px;
margin-top: 50px;
text-align: center;
}

#client .col-md-2 {
height: 100px;
}

#client span {
height: 100%;
display: inline-block;
vertical-align: middle;
}

#client img {
max-height: 100px;
vertical-align: middle;
}

/*Media*/
@media screen and (min-width: 320px) and (max-width: 520px) {
#contact {
margin-top: 50px;
}

#contact .contact-heading h2 {
font-size: 27px;
}

#contact .contact-heading p {
font-size: 13px;
}
.sb-featrure h4 {
    font-size: 15px !important;
    
}
.hearing h3 {
    font-size: 13px !important;
   color:#111;
}
}

/*Media*/
@media screen and (min-width: 521px) and (max-width: 980px) {
#contact {
margin-top: 50px;
}

#contact .contact-heading h2 {
font-size: 30px;
}

}

/*Footer*/
#footer {
margin-top: 100px;
background-color: #181818;
padding: 50px 0;
}

#footer .footer-heading {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
padding: 0 20px;
color: #fff;
}

#footer .footer-heading h3 {
font-size: 20px;
text-transform: capitalize;
}

#footer .footer-heading span {
border-bottom: 2px solid #01b1d7;
padding-bottom: 8px;
}

#footer .footer-heading p {
font-family: Raleway,"Helvetica Neue",Helvetica,Arial,sans-serif;
word-spacing: 3px;
font-weight: 300;
margin-top: 40px;
color: #7e7e7e;
}

#footer .footer-heading ul {
list-style: none;
margin: 0;
padding: 0;
margin-top: 30px;
}

#footer .footer-heading li {
border-bottom: 1px solid #8b8b8b;
padding: 10px 0;
}

#footer .footer-heading ul > li > a:before {
content: "\f10c";
font-family: 'FontAwesome';
padding-right: 10px;
}

#footer .footer-heading ul > li > a {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-size: 15px;
padding-top: 9px;
padding-bottom: 9px;
color: #7e7e7e;
}

#footer .footer-heading ul > li > a:hover {
color: #01b1d7;
}

#footer .insta img {
float: left;
width: 100px;
height: 100px;
}

.credits a {
color: #fff;
}

/*Bottom Footer*/
#bottom-footer {
background-color: #282828;
padding: 20px 0;
color: #8e8e8e;
}

#bottom-footer .footer-right ul > li > a {
color: #8e8e8e;
}

#bottom-footer .footer-right ul > li > a:hover {
color: #01b1d7;
}

.mb50 {
margin-bottom: 50px;
}

.mb15 {
margin-bottom: 15px;
}
.product-list {
border: 1px solid #e5e5e5;
margin-bottom: 20px;
padding: 10px;
text-align: center;
width: 100%;
}

.product-list p{
	min-height:200px;
}
.product-list {
text-align: center;
}
.product-list img {
border-bottom: 1px dashed #d6d6d6;
margin: auto;
}
.product-list h2 {
color: #40403e;
font-size: 18px;
font-weight:bold;
}
.text_wrap100 {
height: 25px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%;
}

.bg	
{
background-image: url(../images/about/banner4.jpg);
width: 100%;
min-height:595px;
background-size: cover;
/*background-position: right -454px;*/
background-position: right;
background-repeat: no-repeat;
    border: 1px solid #ccc;
    
margin-top:120px;
}


@media only screen and (max-width: 1400px) {
.bg	
{
background-position: center 1px;
}
}

@media only screen and (max-width: 768px) {
.bg	
{
background-position: center 1px;
margin-top:0px;
}
}
.panel-smart .panel-heading {
border-bottom: 1px solid #929497;
color: #252a2f;
padding: 5px 0 15px;
}
.panel-smart {
background: #fffff3 none repeat scroll 0 0;
border-radius: 0;
margin-top: 10px;
padding: 20px;

}
#message {
height: 75px;
}
.form-group {
margin-bottom: 6px;
}
.form-control {
height:28px;
}
.caption h1
{
font-size: 28px;
}

.caption h4 {
text-transform: uppercase;
font-size:24px;
    color: #000;
}

@media only screen and (max-width: 500px) {
body {
background-color: #fff;
}
.caption h1 {
text-transform: uppercase;
font-size:16px;
}
.caption h4 {
text-transform: uppercase;
font-size:24px;
}
}
.panel-body p{
font-size: 12px;
}
.panel-body {
padding: 3px;
}





.form1 {
background: #FFF;

border-radius: 8px;
border: 1px solid #222;
margin-bottom:5px;
margin-top:-15px;
min-height:440px;
}
.form1 h4{
	font-size:16px;
}
.form1 p{
	font-size:12px;
}
.form1 .col-md-12 
{
text-align:center;
}
.form2 .form-group 
{
text-align:left !important;
}
.col-md-offset-3 {
margin-left: 0%;
}
.slider1 h3 {
margin-bottom: 8px;
margin-top: 1px;
font-size:23px;
}

@media only screen and (min-width: 768px) {
.navbar-right li h3{ 
	font-size: 30px;
	margin-bottom: 4px;
	font-family: sans-serif;
}
}

@media only screen and (max-width: 768px) {
	
}

.phone-icon {
    height: 30px;
    position: relative;
    bottom: 4px;
}

.navbar-brand>img{
	width:85%;
}

.nav-phone span{
	display:block;
	text-align:right;
	font-size:13px;
}

#main-nav .navbar-right {
	margin-right:0px;
	}


@media only screen and (max-width: 768px) {
	#main-nav .navbar-right {
	text-align: center;
	}
	.container>.navbar-header {
    margin:0;
}

.nav-phone span{
	text-align: center;
	font-size:10px;
}

.nav-phone{
	text-align: center;
}

.navbar-brand>img{
	margin-left:auto;
	margin-right:auto;
	
}

.nav-phone h3{
    margin-top: 19px;
	    font-size: 27px;
    margin-bottom: 0px;
    font-family: sans-serif;
}

}

@media only screen and (min-width: 1200px){
.container {
    width: 1250px;
}
}

.sb-featrure .fa-circle{
	color:#6b3203;
}

.sb-featrure .fa-circle{
}

.sb-featrure .fa-stack{
	width: 6em;
	height: 6em;
	line-height: 6em;
}

.sb-featrure .fa-stack-2x{
	  font-size: 6em;
}

.sb-featrure .fa-stack-1x{
	  font-size: 3em;
}

.sb-featrure h4{
	font-size:16px;
	color:#000;
	font-weight: 700;
}


.hb-about{
	background-color: #f7f7f7; 
	padding-top:30px; 
	padding-bottom:30px;
}



.hb-3steps{
	padding-top:30px; 
	padding-bottom:30px;
	
}

.hb-technology{
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #009ddd;
	color: #FFF;
	
}

.hb-technology p{
	padding-top: 60px;
	padding-bottom: 60px;
	font-size: 20px;
    line-height: 30px;
}


/*footer{
	background-color: #f7f7f7; 
	padding-top:30px; 
	padding-bottom:30px;
}*/

.hb-about-us{
	padding-top:30px; 
	padding-bottom:30px;
	margin-top:100px;
	background: #fbfbfb;
}

@media only screen and (max-width: 768px) {
	.hb-about-us{
	margin-top:0px;
}
}


@media only screen and (max-width: 768px) {
	.hb-about p{
		text-align:justify;
	}
}

.mr-15{
	margin-right:15px;
}


/* ======= Footer ======= */
.footer {
  background: #253340;
  color: #fff;
  padding-top: 0px;
  font-size: 14px;
  position: relative;
  z-index: 20;
  font-family:sans-serif;
}
.footer p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
      font-size: 16px;
}
.footer .btn-cta,
.footer a.btn-cta {
  padding: 10px;
}
.footer .footer-col.links .fa {
  margin-right: 5px;
}
.footer .footer-col.links li {
  margin-bottom: 10px;
}
.footer .footer-col.connect .social {
  margin-bottom: 15px;
  overflow: hidden;
}
.footer .footer-col.connect .social li {
  margin-right: 10px;
}
.footer .footer-col.connect .social li a .fa {
  color: #b3b3b3;
  font-size: 22px;
}
.footer .footer-col.connect .social li a:hover .fa {
  color: #ec6952;
}
.footer .footer-col.connect .btn-cta-primary {
  background: #5d80a1;
  border-color: #5d80a1;
}
.footer .footer-col.connect .btn-cta-primary:hover {
  background: #4a6781;
  border-color: #4a6781;
}
.footer .footer-col .title {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.footer .footer-col p {
  color: #fff;
}
.footer .footer-col a {
  color: #6d8dab;
}
.footer .footer-col a:hover {
  color: #8da6bd;
}
.footer .footer-col .signup-form {
  padding-left: 0;
  padding-right: 0;
}
.footer .footer-col .signup-form .form-control {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.footer .footer-col .signup-form .form-control:focus {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .footer-col .signup-form .form-group {
  display: inline-block;
}
.footer .footer-col .signup-form .btn {
  font-size: 14px;
}
.footer .has-divider {
  border-top: 1px solid #2b3b4a;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer .download .download-list li {
  margin-bottom: 15px;
}
.footer .download .download-list li .btn-ghost {
  text-align: left;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  width: 230px;
  font-size: 14px;
}
.footer .download .download-list li .btn-ghost:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .contact p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.footer .contact p a {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.footer .contact .fa {
  margin-right: 10px;
  font-size: 20px;
}
.footer .contact .email .fa {
  font-size: 16px;
}
.footer .bottom-bar {
  background: #1e1e1e;
  color: #b3b3b3;
  font-size: 14px;
  padding: 10px 0;
}
.footer .bottom-bar .copyright {
  line-height: 1.6;
}

@media (min-width: 768px){
.navbar-right {
    margin-right: 0px;
}
}

/*imagerounded*/
.list4 img {
    margin: 0 auto;
    border: #fff 1px dashed;
    border-radius: 50%;
    padding: 5px;
}
.sec-pd-one1 {
    padding-top: 30px;
    padding-bottom: 50px;
    background: #ffdede;
}
.sec-pd-one1 h3 {
    color: #1d1515;
}
.hearing h3 {
    font-size: 15px;
    text-align: center;
    margin-top: 10px;
}
.hb-3steps img
{
  display: inline-grid;
}
}


.boss{
	animation: myAni 1s infinite alternate;
}

a.enq.boss {}



@keyframes myAni{
	/*animation*/
	0%{ background-color: red }
	

	50%{
		background-color: #359ef2;

	}
	
	100%{ 
			background-color: red;
			columns: #000;
	}

}


/*FormCSS*/
/*consultation*/
.stepwizard-step p {
margin-top: 10px;
}
.stepwizard-row {
display: table-row;
}
.stepwizard {
display: table;
width: 100%;
position: relative;
}
.stepwizard-step button[disabled] {
opacity: 1 !important;
filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
top: 14px;
bottom: 0;
position: absolute;
content: " ";
width: 100%;
height: 1px;
background-color: #ccc;
z-order: 0;
}
.stepwizard-step {
display: table-cell;
text-align: center;
position: relative;
}
.btn-circle {
border-radius: 15px;
font-size: 12px;
height: 13px;
line-height: 1.42857;
padding: 6px 0;
text-align: center;
width: 13px;
}




/*RADIO BUTTONS*/

.hearing .selection {
margin-bottom: 1em;
}

.hearing .selection label {
display: inline-block;
width:24em;
background-color: #27292a;
border-radius: 6px;
color: #ffffff;
padding: 0.5em;
cursor: pointer;
}
.btn-primary {
background-color: #452a21;
border-color: #ccc;
color: #fff;
}
.hearing .selection label:hover {
background-color: #394b5f;
}

.hearing .selection input[type=radio] {
display: none;
}

.hearing .selection input[type=radio]:checked ~ label {
background-color: #006ca9 ;
}

.form1 {
background: #FFF;

border-radius: 8px;
border: 1px solid #222;
margin-bottom: 40px;
margin-top: 17px;
min-height:485px;
}
.form1 h4{
	font-size:16px;
}
.form1 p{
	font-size:15px;
}
.form1 h5{
	font-size:17px;
}
.form1 .col-md-12 
{
text-align:center;
}
.form2 .form-group 
{
text-align:left !important;
}
.col-md-offset-3 {
margin-left: 0%;
}
.slider1 h3 {
margin-bottom: 8px;
margin-top: 1px;
font-size:23px;
}
.back
{
	
background:#027db9;
}
.form1 h2{
    margin-top: 0px !important;
	padding: 10px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	font-size:23px;
}
.form2
{
	padding: 10px !important;
}
.form1 h3{
    margin-top: 0px !important;
	
}
.border1 
{
	
	background:#027db9;
}