@charset "UTF-8";
/*==================     Fonts    ======================*/
/*==================     Text colors     ======================*/
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Merriweather:300,400,400italic,700,700italic,900);
@import url(//fonts.googleapis.com/css?family=Raleway:700);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #737373;
  font: 400 14px/1.28571 "Roboto", sans-serif !important;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 700;
}

h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover, h5 a:hover, .h5 a:hover, h6 a:hover, .h6 a:hover {
  color: #000;
}

h1, .h1 {
  font-size: 48px;
  font-family: "Merriweather", serif;
  line-height: 60px;
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

h2, .h2 {
  font-size: 36px !important;
  line-height: 40px !important;
  text-transform: uppercase;
  color: #333333;
}

h3, .h3 {
  font-size: 23px;
  line-height: 25px;
  font-weight: 400;
}

h4, .h4 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #333333;
}

h5, .h5 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

h6, .h6 {
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333333;
  letter-spacing: -0.35px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  color: #138bb0;;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  text-decoration: none;
}

strong, .bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.text-default {
  text-transform: none;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.img-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.img-full {
  width: 100%;
}

.mg-add {
  margin-top: 7px;
}

.mg-add2 {
  margin-top: 3px;
}

.mg-add3 {
  margin-top: -8px;
}

/*==================     Text Align    ======================*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }
  .box_1{
	  width:100% !important;
	  float:left !important;
	  border:1px solid #e0e0e0 !important;
	}
	.box_2, .box_3, .box_4{
	  width:100% !important;
	  float:left !important;
	  border-left:1px solid #e0e0e0 !important;
	  border-right:1px solid #e0e0e0 !important;
	  border-bottom:1px solid #e0e0e0 !important;
	}
	  .email, .fax, .telephone{
  width:100% !important; ;
 }
  .brand{
 padding:10px 0;
}
}
@media (max-width: 479px) {
  .text-es-center {
    text-align: center;
  }

  .text-es-right {
    text-align: right;
  }
.iaf{
width:100% !important;
}
  .infra_head{
	  font-size:25px !important; }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 40px;
}

.row + .row {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .row + .row {
    margin-top: 30px;
  }
}

* + p {
  margin-top: 18px;
}

* + .btn-link {
  margin-top: 22px;
}

* + .btn {
  margin-top: 37px;
}

* + .btn_offs {
  margin-top: 32px;
}

* + .btn-dark {
  margin-top: 15px;
}

* + .flex-list {
  margin-top: 38px;
}
@media (max-width: 767px) {
  * + .flex-list {
    margin-top: 0;
  }
}

* + .mailform {
  margin-top: 40px;
}

* + .terms-list {
  margin-top: 35px;
}

.row + .btn {
  margin-top: 47px;
}

h2 + .row_ins1 {
  margin-top: 34px;
}

h2 + p {
  margin-top: 15px;
}

h4 + p {
  margin-top: 11px;
}

h3 + * {
  margin-top: 30px;
}

h3 + p {
  margin-top: 25px;
}

* + .offs1 {
  margin-top: 33px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
	width:auto;
	height:auto;
	float:left;
}
.brand_name {
  overflow: hidden;
  letter-spacing: -0.8px;
  font-size: 32px;
  line-height: 40px;
  font-family: "Merriweather", serif;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 479px) {
  .brand_name {
    font-size: 28px;
  }
  .brand img {
	width:50%;
	height:50%;
}
.logo1{
	width:45px !important;
	height:45px !important;
}
}
.brand_name span {
  font-weight: 400;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #138bb0;;
}

.bg-secondary {
  background: #F44236;
}

.bg-secondary2 {
  background: #FEBD00;
}

.bg-secondary3 {
  background: #4BAF4F;
}

.bg1 {
  background: #F0F0F0;
}

.bg2 {
  background: #444444;
}

/*==================  Text colors  ======================*/
.clr-primary {
  color: #138bb0;;
}

.clr-secondary {
  color: #F44236;
}

.clr-secondary2 {
  color: #FEBD00;
}

.clr-secondary3 {
  color: #4BAF4F;
}
.clr-white {
  color: #ffe508 !important;
}
.clr-default-dark {
  color: #fff;
  line-height:22px;
  text-align:left;
  font-size:13px;
  font-family:Arial, Helvetica, sans-serif;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-pinterest {
background: #ffffff none repeat scroll 0 0;
    color: #333333;
    font: 400 22px/43px "FontAwesome";
    height: auto;
    text-align: center;
    width: auto;
    padding: 17px;
}

/*==================    Buttons    ======================*/
.btn {
  position: relative;
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 14px;
  line-height: 19px;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  text-align: center;
  padding: 13px 31px;
}
.btn span {
  position: relative;
  z-index: 2;
}
.btn:before {
  content: '';
  position: absolute;
  background: transparent;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -moz-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.btn:hover:before {
  left: 50%;
  top: 50%;
  bottom: 50%;
  right: 50%;
}
.btn:active {
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}

.btn-md {
  padding: 13px 45px;
}

.btn-lg {
  padding: 13px 49px;
}

.btn-primary {
  border: 1px solid #138bb0;;
  color: #fff;
}
.btn-primary:before {
  background: #138bb0;;
}
.btn-primary:hover {
  color: #138bb0;;
}

.btn-secondary3 {
  border: 1px solid #4BAF4F;
  color: #fff;
}
.btn-secondary3:before {
  background: #4BAF4F;
}
.btn-secondary3:hover {
  color: #4BAF4F;
}

.btn-dark {
  border: 1px solid #333333;
  color: #fff;
}
.btn-dark:before {
  background: #333333;
}
.btn-dark:hover {
  color: #333333;
}

.btn-link {
  display: inline-block;
  color: #F44236;
  font-weight: 700;
  border-radius: 0;
  font-size: 14px;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 4px;
}
.btn-link:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: transparent;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn-link:hover {
  color: #138bb0;;
  background-color: transparent;
}
.btn-link:hover:after {
  width: 100%;
  background: #138bb0;;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================      Icon Box      ======================*/
.icon-box:before, .icon-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.icon-box:after {
  clear: both;
}
.icon-box_aside {
  float: left;
  width: 67px;
  height: 67px;
  text-align: center;
  line-height: 67px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-right: 15px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.icon-box_aside > * {
  display: inline-block;
  vertical-align: middle;
}
.icon-box_cnt {
  padding-top:25px;
}
.icon-box_cnt p {
  font-size: 12px;
  color: #333;
  line-height: 15px;
}
.icon-box_cnt * + p {
  margin-top: 5px;
}
.icon-box_cnt__no-flow {
  overflow: hidden;
}
.icon-box + .icon-box {
  margin-top: 30px;
}
.icon-box:hover .icon-box_aside {
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

/*==================      Counter Box      ======================*/
.counter-box {
  width: 200px;
  display: inline-block;
  text-align: center;
  color: #FFFFFF;
  font-family: "Merriweather", serif;
}
.counter-box span.fa {
  font: 400 60px/60px "FontAwesome";
}
.counter-box span.count {
  display: block;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 3px;
}
.counter-box_heading {
  text-transform: uppercase;
  display: inline-block;
  font-size: 19px;
  font-family: 'calibri';
  line-height: 28px;
}
.counter-box hr {
  border: none;
  height: 1px;
  background: #FFFFFF;
  padding: 0;
  margin: 0 auto;
}
.counter-box * + .count {
  margin-top: 15px;
}
.counter-box * + hr {
  margin-top: 18px;
}
* + .counter-box_heading {
  margin-top: 10px;
}

/*==================      Thumbnails      ======================*/
.thumbnail {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .img-thumbnail {
  position: relative;
}
.thumbnail .img-thumbnail div {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thumbnail .img-thumbnail div a {
  font-family: "Merriweather", serif;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  display: block;
  padding-left: 30px;
  line-height: 64px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thumbnail .img-thumbnail div a span {
  display: inline-block;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.thumbnail .img-thumbnail div a span:after {
  position: absolute;
  content: '';
  top: 80%;
  left: 0;
  height: 2px;
  width: 0;
  background: #fff;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.thumbnail .img-thumbnail:hover div {
  height: 100%;
}
.thumbnail .img-thumbnail:hover div a {
  padding-top: 30%;
  text-align: center;
}
.thumbnail .img-thumbnail:hover div a span {
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.thumbnail .img-thumbnail:hover div a span:hover:after {
  width: 100%;
}
.thumbnail .img-thumbnail:hover div.bg-primary {
  background: rgba(1, 187, 212, 0.5);
}
.thumbnail .img-thumbnail:hover div.bg-secondary {
  background: rgba(244, 66, 54, 0.5);
}
.thumbnail .img-thumbnail:hover div.bg-secondary2 {
  background: rgba(254, 189, 0, 0.5);
}
.thumbnail .img-thumbnail:hover div.bg-secondary3 {
  background: rgba(75, 175, 79, 0.5);
}
.thumbnail .caption {
  margin-top: 23px;
}
.thumbnail .caption h4 + p {
  margin-top: 10px;
}

.thumbnail-1 {
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail-1 .caption {
  margin-top: 23px;
}
.thumbnail-1 .caption h4 {
  color: #4BAF4F;
  font-weight: 700;
}
.thumbnail-1 .caption h4 + * {
  margin-top: 9px;
}

.thumbnail-2 {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail-2 .caption {
  margin-top: 34px;
}

/*==================      Media      ======================*/
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-right img,
.media > .pull-right img {
  max-width: none;
}

.media-left,
.media > .pull-left {
  padding-right: 27px;
}
.media-left img,
.media > .pull-left img {
  max-width: none;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 479px) {
  .media-left,
  .media-right,
  .media-body {
    display: block;
    width: 100%;
  }
}

/*==================      Article      ======================*/
article.box:before, article.box:after {
  display: table;
  content: "";
  line-height: 0;
}
article.box:after {
  clear: both;
}
article.box .img_asside {
  float: left;
  padding-right: 14px;
}
article.box time {
  font-size: 24px;
  font-family: "Merriweather", serif;
  font-weight: 100;
  color: #138bb0;;
  margin-top: 14px;
  display: inline-block;
}
article.box time + * {
  margin-top: 8px;
  color: #138bb0;;
}
article.box h5 + * {
  margin-top: 38px;
}

/*================    Marked list     =================*/
.marked-list {
  display: inline-block;
  margin-top: -3px;
  text-align: left;
}
.marked-list li {
  max-width: 239px;
}
.marked-list li:first-child a {
  padding-top: 0;
}
.marked-list li:first-child a:before {
  top: 0px;
}
.marked-list li a {
  position: relative;
  padding-left: 28px;
  font-size: 12px;
  padding-top: 6px;
  padding-bottom: 8.4px;
  display: inline-block;
}
.marked-list li a:before {
  position: absolute;
  content: '\f061';
  font-family: "FontAwesome";
  color: #138bb0;;
  font-size: 12px;
  left: 0;
  top: 6px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.marked-list li a:hover:before {
  left: 5px;
  color: #4BAF4F;
}
.marked-list li + li {
  border-top: 1px solid #c7c7c7;
}

/*==================   Flex List   ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
}
.flex-list li {
  display: table-cell;
  text-align: center;
}
.flex-list li a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .flex-list, .flex-list li {
    display: block;
  }
}
.flex-list__mod {
  max-width: 570px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 5px;
}
.inline-list a:hover {
  color: #fff;
  background: #138bb0;
}

/*================      Index list     =================*/
.index-list {
  counter-reset: num;
  margin-top: -3px;
}
.index-list li.col-md-4:nth-child(n+3) + li.col-md-4 {
  margin-top: 43px;
}

.index-list li {
  position: relative;
  padding-left: 111px;
  min-height: 74px;
}
.index-list li h5 {
  color: #138bb0;;
}
.index-list li h5 a:hover {
  color: #333333;
}
.index-list li:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #138bb0;;
  top: 4px;
  left: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-list li:nth-child(1):before, .index-list li:nth-child(4):before {
  background: #F44236;
}
.index-list li:nth-child(3):before, .index-list li:nth-child(6):before {
  background: #FEBD00;
}
.index-list li + li {
  margin-top: 0;
}
.index-list li:hover:before {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}

.index-list li:after {
  content: counter(num,decimal-leading-zero) ".";
  counter-increment: num;
  position: absolute;
  color: #fff;
  font-family: "Merriweather", serif;
  font-size: 36px;
  font-weight: 400;
  left: 27px;
  top: 18px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*================    Term list     =================*/
.terms-list * + dt {
  margin-top: 38px;
}
.terms-list dt + * {
  margin-top: 8px;
}
.terms-list + * {
  margin-top: 18px;
}
.terms-list + * a {
  text-decoration: underline;
  color: #138bb0;;
}
.terms-list + * a:hover {
  text-decoration: none;
  color: #333333;
}

/*================  Service list    =================*/
.service-list li {
  position: relative;
  padding-top: 111px;
}
.service-list li h5 {
  color: #138bb0;;
}
.service-list li h5 a:hover {
  color: #333333;
}
.service-list li:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #F44236;
  top: 2px;
  left: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-list li:hover:before {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.service-list li:after {
  content: "\f080";
  font-family: "FontAwesome";
  position: absolute;
  color: #fff;
  font-size: 36px;
  left: 33px;
  top: 16px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.service-list li:nth-child(2):after {
  content: '\f0b1';
  left: 36px;
  top: 20px;
}
.service-list li:nth-child(3):after {
  content: '\f073';
  left: 36px;
  top: 17px;
}
.service-list li:nth-child(4):after {
  content: '\f003';
  left: 36px;
  top: 17px;
}

/*==================   Contact-info   ======================*/
.contact-info {
  display: inline-block;
}
.contact-info dl dt, .contact-info dl dd {
  display: inline-block;
}
.contact-info * + dl.email {
  margin-top: 0px;
}
.contact-info .freephone * + dd {
  margin-left: 4px;
}
.contact-info .telephone * + dd {
  margin-left: 6px;
}
.contact-info .fax * + dd {
  margin-left: 50px;
}
.contact-info a[href^="mailto:"] {
  color: inherit;
}
.contact-info a[href^="mailto:"]:hover {
  color: #138bb0 ;
}
* + .contact-info__mod {
  margin-top: 22px;
}
.contact-info__mod .fax * + dd {
  margin-left: 45px;
}
.contact-info__mod address + dl {
  margin-top: 10px;
}
.contact-info__mod * + dl.email {
  margin-top: 0px;
}
.contact-info__mod a[href^="mailto:"] {
  color: #138bb0;;
  text-decoration: underline;
}
.contact-info__mod a[href^="mailto:"]:hover {
  color: #F44236;
}

/*==================   Footer menu   ======================*/
.footer-menu li a:hover {
  color: #138bb0 ;
  border-bottom:1px solid #138bb0;
 }
.footer-menu li + li {
  margin-top: 10px;
}
.footer-menu li.active {
  color: #f0f0f0;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 0px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #2e2e2e;
  font-family: 'calibri';
  font-size:14px;
  line-height: 30px;
  padding: 33px 22px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sf-menu > li > a {
    padding: 33px 10px;
  }
}
.sf-menu > li > a span {
  position: relative;
  z-index: 10;
}
.sf-menu > li > a:before, .sf-menu > li > a:after {
  content: '';
  position: absolute;
  background: #138bb0;
  width: 100%;
  height: 0;
  left: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu > li > a:before {
  top: 50%;
}
.sf-menu > li > a:after {
  bottom: 50%;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
}
.sf-menu > li.sfHover > a:before, .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:before, .sf-menu > li > a:hover:after {
  height: 50%;
}
.sf-menu > li.active > a {
  color: #333;
  background: #138bb0;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  margin-top: 0px;
  padding: 20px 0 16px;
  background: #fff;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
}

.sf-menu ul > li > a {
  text-align: left;
  font-weight: 300;
  font-size: 14px;
  line-height: 36.5px;
  padding-left: 31px;
  color: #333;
}
.sf-menu ul > li a.sub-menu {
  position: relative;
}
.sf-menu ul > li a.sub-menu:after {
  position: absolute;
  content: '\f054';
  top: 0;
  right: 22px;
  font: 400 14px/36.5px "FontAwesome";
  color: #138bb0;;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  background: #138bb0;;
}
.sf-menu ul > li.sfHover > a:after, .sf-menu ul > li > a:hover:after {
  color: #fff;
}
.sf-menu ul > li + li {
  margin-top: 1px;
}

.sf-menu ul ul {
  position: absolute;
  top: 33%;
  left: 105%;
  width: 235px;
  margin-top: 0;
  padding: 20px 0;
  z-index: 4;
}

@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #A5BFD2;
  background: #2B3643;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #313e4e;
  color: #fff;
}
.rd-mobilemenu_ul a:hover {
  background: #313e4e;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #2B3643;
  color: #A5BFD2;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #2B3643;
  color: #FFF;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #FFF;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #FFF;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom:1px solid #138bb0;
}
.isStuck .sf-menu > li > a {
  padding-top: 33px;
  padding-bottom:32px;
}
.isStuck .brand {
  margin:0;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width:auto;
  height:auto;
  padding:15px;
  font-size: 25px;
  line-height: 33px;
  background: #138bb0;;
  border-radius: 50%;
  color: #F0F0F0;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #A9A9A9;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Accordion    ======================*/
.accordion {
  margin-top: 55px;
  margin-bottom: 7px;
}

.accordion_header {
  padding-left: 64px;
  padding-right: 28%;
  color: #138bb0;;
  font-weight: 400;
  font-style: italic;
  text-transform: none;
}

.accordion_cnt {
  padding-left: 64px;
  padding-right: 8%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  color: #888;
}

@media (max-width: 500px) {
  .accordion_header {
    padding-right: 10%;
  }

  .accordion_cnt {
    padding-right: 4%;
  }
}
.accordion_header + .accordion_cnt {
  padding-top: 10px;
}

.ui-state-default {
  position: relative;
  cursor: pointer;
}
.ui-state-default:after {
  position: absolute;
  top: 10px;
  left: 28px;
  content: '\f067';
  color: #138bb0;;
  font: 400 14px/14px "FontAwesome";
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.ui-state-default:before {
  position: absolute;
  content: '';
  width: 39px;
  height: 39px;
  border: 1px solid #dedede;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: -3px;
  left: 14px;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.ui-state-default:hover {
  color: #333333;
}
.ui-state-default:hover:before {
  border: 19px solid #138bb0;;
}
.ui-state-default:hover:after {
  color: #fff;
}
.ui-state-default:focus, .ui-state-default:active {
  outline: none;
}

.ui-state-active:after {
  content: '\f068';
  color: #138bb0;;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.accordion_cnt + .accordion_header {
  margin-top: 19px;
}

/*=================       Tabs     ======================*/
.resp-tabs-list:before, .resp-tabs-list:after {
  display: table;
  content: "";
  line-height: 0;
}
.resp-tabs-list:after {
  clear: both;
}
.resp-tabs-list li {
  cursor: pointer;
  float: left;
  padding: 21px 0 15px;
  width: 29.8%;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #333333;
  background: #dedede;
  border: 1px solid transparent;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resp-tabs-list li:nth-child(2n+1) {
  background: #e9e9e9;
}
.resp-tabs-list li.resp-tab-active {
  background: #fff;
  border: 1px solid #dedede;
  border-bottom-color: transparent;
  color: #138bb0;;
  position: relative;
}
.resp-tabs-list li.resp-tab-active:after {
  position: absolute;
  content: '';
  height: 4px;
  background: #fff;
  width: 100%;
  bottom: -3px;
  left: 0;
}
.resp-tabs-list li:hover {
  box-shadow: inset 0 0 15px #138bb0;;
  border: 1px solid rgba(1, 187, 212, 0.5);
}
.resp-tabs-list li:hover:after {
  display: none;
}

.resp-tabs-container div.media {
  border: 1px solid #dedede;
  padding: 32px 20px 27px 18px;
}
.resp-tabs-container div.media .media-left {
  padding-right: 22px;
}
@media (max-width: 767px) {
  .resp-tabs-container div.media .media-left {
    text-align: center;
    margin-bottom: 10px;
  }
}
.resp-tabs-container div.media .media-body h4 {
  font-style: italic;
  font-family: "Merriweather", serif;
}
.resp-tabs-container div.media .media-body h4 + p {
  margin-top: 16px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    cursor: pointer;
    padding: 21px 0 15px;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #333333;
    background: #dedede;
    border: 1px solid #e9e9e9;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion:hover {
    box-shadow: inset 0 0 15px #138bb0;;
    border: 1px solid rgba(1, 187, 212, 0.5);
  }
  .resp-accordion:hover:after {
    display: none;
  }

  .resp-tab-active {
    background: #fff;
    border: 1px solid #dedede;
    border-bottom-color: transparent;
    color: #138bb0;;
    position: relative;
  }
  .resp-tab-active:after {
    position: absolute;
    content: '';
    height: 4px;
    background: #fff;
    width: 100%;
    bottom: -3px;
    left: 0;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*=======================================================
                        Progress Bars
=========================================================*/
.progress-wrap {
  /*==================     Style progress-bar     ======================*/
  /*==================     Style progress-count     ======================*/
}
.progress-wrap .progress {
  height: 40px;
  display: block;
  background: #D6D5D5;
  position: relative;
  width: 92.5%;
}
@media (max-width: 1199px) {
  .progress-wrap .progress {
    width: 100%;
  }
}
.progress-wrap .progress + * {
  margin-top: 15px;
}
.progress-wrap .progress-bar {
  left: 0;
  position: absolute;
  top: 0;
  height: 100%;
  width: 0;
}
.progress-wrap .progress-bar__primary {
  background: #138bb0;;
}
.progress-wrap .progress-bar__secondary {
  background: #F44236;
}
.progress-wrap .progress-bar__secondary2 {
  background: #FEBD00;
}
.progress-wrap .progress-bar__secondary3 {
  background: #4BAF4F;
}
.progress-wrap .progress-count {
  position: absolute;
  top: 0;
  right: 10px;
  color: #FFFFFF;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
  background: #fff;
}
header .container-fluid {
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
  margin-right: 116.5px;
}
@media (max-width: 1199px) {
  header .nav {
    margin-right: 50px;
  }
}
@media (max-width: 991px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #FFF;
}
@media (max-width: 1199px) {
  main .h1 br {
    display: none;
  }
}

.brdr-t {
  border-top: 1px solid #dadada;
}

.col-md-4:nth-child(n + 3) + .col-md-4 {
  margin-top: 30px;
}

/*==================      Media Query     ======================*/
@media (max-width: 1199px) {
  .col-md-6:nth-child(n + 2) + .col-md-6 {
    margin-top: 30px;
  }

  .col-md-12 + .col-md-12 {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .col-sm-6:nth-child(n + 2) + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-6 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-6 + .col-sm-6 + .col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 + .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .col-xs-6:nth-child(n + 2) + .col-xs-6 {
    margin-top: 30px;
  }

  .col-xs-12 + .col-xs-12 {
    margin-top: 30px;
  }
  .copy-ryt{
	  width:100% !important;
	  text-align:center !important;
	  padding-bottom:5px !important;
}
.foot-links{
	width:100% !important;
	margin:20px 0 00px 0 !important;
}
.foot-links1{
	width:100% !important;
	margin:10px 0 20px 0 !important;
}
.mrg-tp{
	float:left !important;
	margin-top:30px !important;
}
}
@media (max-width: 479px) {
  [class*='col-xs-'] + [class*='col-xs-'] {
    margin-top: 30px;
  }
}
/*==================      Well     ======================*/
.well {
  padding-bottom: 45px;
  padding-top: 52px;
}

.well1 {
  padding-bottom: 92px;
  padding-top: 94px;
}

.well2 {
  padding-bottom:40px;
  padding-top: 40px;
}

.well2_ins {
  padding-bottom: 86px;
}

.well3 {
  padding-bottom: 126px;
  padding-top: 123px;
}

.well4 {
  padding-bottom: 82px;
  padding-top: 91px;
}

.well5 {
  padding-bottom: 90px;
  padding-top: 85px;
}

.well_ft-1 {
  padding-top: 50px;
  padding-bottom: 30px;
}

.well6 {
  padding-bottom: 98px;
  padding-top: 91px;
}

.well7 {
  padding-bottom: 120px;
  padding-top: 111px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #333;
  line-height: 17px;
}
footer h3 {
  color: #fff;
}
@media (max-width: 479px) {
  footer {
    text-align: center;
  }
}
footer .rights {
  padding:15px 0;
  color: #b2b2b2;
}
.copy-ryt{
	width:50%;
	height:auto;
	float:left;
	color:#fff;
	font-size:13px;
	line-height:21px;
	font-family:Arial, Helvetica, sans-serif;
}
.credit{
	text-align:right;
}
.mrg-tp{
	margin-top:0px;
	float:right;
}
.fadeInRight p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
}
.fadeInUp p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:22px;
	text-align:justify;
}
.foot-links{
	width:50%;
	height:auto;
	float:left;
}

.foot-links1{
	width:50%;
	height:auto;
	float:left;
	margin-top:30px;
}
.tag_head{
	width:100%;
	height:auto;
	float:left;
	font-family: 'calibri';;
	font-size: 17px;
	margin-top:20px;
	margin-bottom:8px;
	font-weight:bold;
}
.tags_lins{
	width:100%;
	height:auto;
	float:left;
}
.tags_lins ul li{
	list-style:url(../images/tick.png);
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
	font-weight:bold;
	margin-left:18px;
	text-align:left;
	margin-bottom:5px;
    line-height: 18px;
}
.logo1{
	width:95px;
	height:95px;
}
.iaf{
	float:right;
	padding:0 0 15px 15px;
}
.goal{
	color:#138bb0;
	font-weight:bold;
}
.infra{
	width:100%;
}
.infra-slide{
	width:100%;
	height:auto;
	float:left;
	margin-bottom:30px;
}

.maps{
	width:100%;
	height:auto;
	float:left;
}
.address{
	width:100%;
	height:auto;
	float:left;
	margin:60px 0;
}
.box_1{
	width:25%;
	height:auto;
	float:left;
	border:1px solid #e0e0e0;
	font-family: 'calibri';
	font-size:14px;
	color:#3a3a3a;
}
.box_2{
	width:25%;
	height:auto;
	float:left;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	font-family: 'calibri';
	font-size:14px;
	color:#3a3a3a;
}
.box_3{
	width:25%;
	height:auto;
	float:left;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	font-family: 'calibri';
	font-size:14px;
	color:#3a3a3a;
}
.box_4{
	width:25%;
	height:auto;
	float:left;
	border-top:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
	font-family: 'calibri';
	font-size:14px;
	color:#3a3a3a;
}
.phn-icon{
	width:100%;
	height:auto;
	float:left;
	padding:20px 0;
	text-align:center;
}
.icon-phn{
	margin:10px 0;
	background:#138bb0;
	padding:15px;
	width:auto;
	height:auto;
	border-radius:50%;
	border:1px solid #282828;
	text-align:center;
	position:relative;
	top:-60px;
	}
	.bhaita_address{ color: #777;
    float: left;
    font-family: "calibri";
    font-size: 14px;
    height: auto;
    line-height: 22px;
    position: relative;
    text-align: center;
    top: -60px;
    width: 100%;

}
.bhaita_address a{
 	color: #777;
}
.bhaita_address a:hover{
 	color: #000;
}
.cont-form{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0;
}
#contact-form-1 {
	display:block;
	position:relative;
	margin:0;padding-top:14px;
	margin-bottom:25px;
	width:100%;
}
#contact-form-1 fieldset {
	display:block;
}
#contact-form-1 label {
	display:block;
	position:relative;
	height:57px;
	overflow:hidden;
}
#contact-form-1.label {
	display:block;
	overflow:hidden;
}
#contact-form-1 label.message {
	height:auto;
	margin:0;
}
#contact-form-1 .message .label {
	width:auto;
}
#contact-form-1 input, #contact-form-1 textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin:0;
	outline:none;
	resize:none;
	position:relative;
	-webkit-background-clip:padding-box;
	color:#7f8a8e;
	border:1px solid #d1dbde;
    sbackground:#fff;
	box-shadow: 0 1px #fff;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;padding:14px 16px 15px;
}
#contact-form-1 input {
	padding:14px 0;
	margin-bottom:8px;
	text-indent:6px;
	height:auto;
	font-size:15px;
	font-family: 'calibri';
	color:#212121;
	width:100%;
	
}
#contact-form-1 textarea {
padding:14px 0;
	margin-bottom:8px;
	text-indent:6px;
	min-height:200px;
	font-size:15px;
	font-family: 'calibri';
	color:#212121;
	width:100%;

}
#contact-form-1 .empty, #contact-form-1 .error {
	display:none;
	color:#202121;
	font-size:11px;
	line-height:14px;
	position:absolute;
	top:1px;
	right:5px;
	width:179px;
	
}
#contact-form-1 label.message .empty, #contact-form-1 label.message .error {
	text-align:left;
	position:relative;
	width:100%;
	left:5px
}
#contact-form-1 .success {
	display:none;
	font-size:13px;
	line-height:18px;
	padding:0;
	top:-4px;
	left:2px;
	position:absolute;
	color:#202121;
	background:none !important;
	background-image:none !important;
	border:none;
	box-shadow:none;
	-pie-background: none;
}
#form-1 input{	
	background:#fff;
	outline:none;
	border:1px solid #d1dbde;
	display:inline-block;
	color:#7f8a8e;
    padding: 14px 10px 15px;
    width: 150px;
	margin:0 ;
	height:16px;
	font-size:13px;	
	  box-shadow: 0 1px  #fff;
	-moz-box-shadow: 0 1px  #fff;
	-webkit-box-shadow:0 1px  #fff;
	}
.button{font-family: 'calibri';color:#fff;font-size:18px;line-height:20px;text-transform:uppercase;padding:12px 18px 14px;display:inline-block;background:#ef512e;
        border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	    box-shadow: 0 0 1px 1px #bdc1c2;
	-moz-box-shadow: 0 0 1px 1px #bdc1c2;
	-webkit-box-shadow: 0 0 1px 1px #bdc1c2;
	-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
cursor:pointer;
transition: all 0.3s ease;margin-left:-1px
	}
.button.a{background-position:0 0; box-shadow:none;}	
.button.a:hover{background:#de2a03;}	
	.button:hover{background-position:0 0;text-decoration:none; box-shadow:none; 
	background-color:#000;}

.product_pic{
	width:100%;
	height:auto;
	float:left;
	padding:20px 0 70px 0;
	text-align:center;
	position: relative;
	border:1px solid #282828;
}

.product_pic:hover{
	border:2px solid #282828;
	box-shadow: 0 0 10px 3px rgba(163, 163, 163, 1);
}
.product_name{
	width:100%;
	height:auto;
	float:left;
	padding:10px 0;
	font-family: 'calibri';
	font-size:17px;
	letter-spacing:0.5px;
	color:#fff;
	border-bottom:1px solid #282828;
	border-left:1px solid #282828;
	border-right:1px solid #282828;
	background:#282828;
	text-align:center;
	position:absolute;
	bottom:0px;
	left:0px;
	text-transform:uppercase;
}
.all_products{
	width:100%;
	height:auto;
	float:left;
	margin:10px 0 30px;
}
.certification{
	width:100%;
	height:auto;
	float:left;
	margin:20px 0;
}
.cert_heading{
	width:100%;
	height:auto;
	float:left;
	margin:0 0 20px 14px;
	font-family: 'calibri';
	font-size:25px;
	letter-spacing:0.5px;
	color:#138bb0 ;
	text-transform:uppercase;
	font-weight:bold;
}

.certificate_pic{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	border:1px solid #282828;
	margin-bottom:35px;
}
.map-br{
	border:1px solid #e0e0e0 !important;
}
.coming {
	text-align: center !important;
	color: #333;
	font-size: 20px;
	padding: 120px 0;
}

.text_box{
	width:100%;
	height:auto;
	float:left;
	padding:7px 0;
	margin-bottom:20px;
	text-indent:5px;
	border-radius:3px !important;
	border:1px solid #000 !important; 
	background:none !important;
}

.send_snd{
	width:auto;
	height:auto;
	float:left;
	margin-bottom:30px;
	text-align:center;
	padding:8px 20px;
	border:none;
	margin-left:15px;
	
}