@charset "utf-8";
/* CSS Document */
@import url('font-awesome.css');
@import url('font-awesome.min.css');
@import url('iconmoon.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
body{ 
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
  /*font-family: 'Montserrat', sans-serif;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{ display:block;}
a,a:focus,{color:#333; text-decoration:none}
a:link{outline: 0;}
img{ 
  border:0px; 
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6{
  font-family: 'Montserrat', sans-serif;
}
.clr{ 
  clear:both;
}
.fLeft{ 
  float: left;
}
.fRight{ 
  float:right;
}
.imgResponsive{ 
  width: 100%;
}
.margin-top0{
  margin-top: 0px !important;
}
.margin-top2{
  margin-top: 2px !important;
}
.margin-top15{
  margin-top: 15px !important;
}
.margin-top30{
  margin-top: 30px !important;
}
.colorOrange{
  color: #ff0000 !important;
}
.rowNew{
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.colNew{
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.rowNew1{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.colNew1{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.rowNew2{
  margin-left: -1px !important;
  margin-right: -1px !important;
}
.colNew2{
  padding-left: 1px !important;
  padding-right: 1px !important;
}
#main{
  width: 100%;
}
.toolbar{
  width: 100%;
  background-color: #bbb19d;
  color: #63513b;
  font-size: 14px;
}
.helpline{
  padding: 3px 0;
}
.login-user{
  margin:0px;
  padding: 0px;
}
.login-user ul{
  margin:0px;
  padding: 0px;
}
.login-user li {
  list-style: none;
  color: #000;
  position: relative;
  float: left;
  margin: 0 10px 0 0;
  padding: 9px 0px;
}
.login-user li a{
  color: #000;
  display: block;
}
.login-user li a:hover{
  color: #10753b;
  text-decoration: none;
}
header{
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
}
.headerAddress{
  width: 100%;
  text-align: center;
  padding: 22px 0;
  font-size: 16px;
}
.affix{
  padding: 0px 0;
  z-index: 9999;
  top: 0px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.affix-top {
  position: static;
  top: -150px;
}
.navbar-brand {
  width: 267px;
  height: 70px;
  margin: 0px 0 5px 0;
  background: url(../images/logo.jpg) no-repeat center center;
}
.main-banner{
  width: 100%;
  background-repeat: no-repeat;
  background-size:cover;
  border-top: 4px solid #041721;
}

.banner-main {
  display: block;
  position: relative;
  z-index: 22;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {top: 47%;opacity: 0;width: 45px;height: 45px;z-index: 100;color: #ffffff;background: rgba(0, 0, 0, 0.5);display: block;font-size: 24px;cursor: pointer;overflow: hidden;line-height: 43px;text-shadow: none;position: absolute;font-weight: normal;-webkit-border-radius: 100px;border-radius: 100px;}
.control-round:hover .carousel-control{opacity: 1;}
.control-round .carousel-control.left {left: 1%;}
.control-round .carousel-control.right {right: 1%;}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{color: #fdfdfd;background: rgba(0, 0, 0, 1);border: 0px transparent;}
.control-round .carousel-control.left>span:nth-child(1){left: 45%;}
.control-round .carousel-control.right>span:nth-child(1){right: 45%;}
#bootstrap-touch-slider .item img{
  width: 100%;
}

.banner-caption h1{
  color:#fff; 
  line-height:50px; 
  margin:0 0 10px 0; 
  font-size: 40px; 
  font-weight: 700;
  text-shadow: 1px 1px 1px #666;
}
.banner-caption h1 span, .banner-caption h2 span{
  display: block;
  font-weight: 300;
}
.banner-caption h2{
  color:#002c59; 
  margin:0 0 10px 0; 
  font-size: 36px;
  line-height: 56px; 
  font-weight: 700;
  text-shadow: 1px 1px 1px #fff;
}
.banner-caption h4{
  color:#fff; 
  margin:0;
  padding: 0 0 0 18px;
  font-weight: 400;
  font-size: 20px; 
  position: relative;
  text-shadow: 1px 1px 1px #666;
}
.banner-caption h4:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: 0px;
  top: 0px;
}
.banner-caption p{
  font-size:20px;
  color:#FFF;
  font-weight:400;
  margin-bottom:30px;
  text-shadow: 1px 1px 1px #666;
}
.tagline{
  background-color: #25aae1;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
}
.main-content{
  width: 100%;
  padding: 40px 0 20px 0;
}
.home-content-bg{
  padding: 40px 0 !important;
}
.main-content h2{
  font-size: 24px;
  color: #25aae1;
  margin:0px 0 30px 0;
  position: relative;
  text-align: center;
}
.main-content h2:before{
  content: "";
  width: 100%;
  max-width: 120px;
  height: 2px;
  background-color: #035ca1;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -60px;
}
.main-content h2:after{
  content: "";
  width: 100%;
  max-width: 70px;
  height: 1px;
  background-color: #035ca1;
  position: absolute;
  left: 50%;
  bottom: -15px;
  margin-left: -35px;
}
.main-content p, .inner-page-content p{
  line-height: 24px;
  color: #414141;
  font-size: 15px;
  margin-bottom: 15px;
}
.main-content p a, .inner-page-content p a{
  color: #035ca1;
}
.main-content p a:hover, .inner-page-content p a:hover,
.main-content p a:focus, .inner-page-content p a:focus{
  color: #414141;
  text-decoration: none;
}
.inner-page-content{
  width: 100%;
  padding: 40px 0;
}
.inner-page-content h2{
  font-size: 30px;
  color: #035ca1;
  margin:0px 0 30px 0;
  position: relative;
}
.inner-page-content h2:before{
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0px;
  bottom: -10px;
}
.inner-page-content h2:after{
  content: "";
  width: 100%;
  max-width: 70px;
  height: 3px;
  background-color: #035ca1;
  position: absolute;
  left: 0;
  bottom: -11px;
}
.inner-page-content h3{
  font-size: 30px;
  color: #035ca1;
  margin:0px 0 10px 0;
  position: relative;
}
.inner-page-content .form-control{
  border-radius: 8px;
  height: 40px;
}
.inner-page-content textarea.form-control {
  height:auto;
}
.inner-content-li{
  margin:0px;
  padding:0px;
}
.inner-content-li ul{
  margin:0px;
  padding:0px;
}
.inner-content-li li{
  margin:0px;
  padding:7px 10px 7px 30px;
  font-size: 15px;
  line-height: 24px;
  color: #414141;
  list-style: none;
  position: relative;
}
.inner-content-li li:before{
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  left: 10px;
  top: 7px;
}
.inner-content-li li:nth-of-type(odd){
  background-color: #f8f8f8;
}
.main-services-all{
  padding: 40px 0;
  transition:all 0.5s ease;
  -moz-transition:all 0.5s ease;
  -webkit-transition:all 0.5s ease;
  -ms-transition:all 0.5s ease;
  -o-transition:all 0.5s ease;  
}
.what-we-do-main{
  width: 100%;
  margin-top: 40px;
  border: 1px solid #F5F5F5;
}
.what-we-do {
  padding: 0px;
}
.what-we-do .img-wrap,
.what-we-do.content-left .content {
  float: left;
}
.what-we-do .content,
.what-we-do.content-left .img-wrap {
  float: right;
}
.what-we-do .img-wrap {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.what-we-do .img-wrap img {
  transform: scale(1);
}
.what-we-do:hover .img-wrap img {
  transform: scale(1.1);
}
.what-we-do:hover .img-wrap .overlay {
  transform: scale(1.1);
}
.what-we-do .img-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(244, 144, 29, .8);
  opacity: 1;
  z-index: 999;
  transform: scale(0.0);
}
.what-we-do .img-wrap .overlay .link {
  display: table;
  width: 100%;
  height: 100%;
}
.what-we-do .img-wrap .overlay a {
  position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.what-we-do .img-wrap .overlay a:hover{
  text-decoration: none;
}
.what-we-do.content-left .content {
  padding-left: 38px;
  padding-right: 38px;
  height: 100%;
}
.what-we-do .content {
  padding: 30px;
  position: relative;
  width: 50%;
}
.what-we-do .content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #5a5a5c;
  line-height: 30px;
  margin: 0 0 15px 0;
}
.what-we-do .content:hover h3 {
  color: #f4901d;
}
.what-we-do .content p {
  color: #414141;
  font-size: 14px;
  line-height: 23px;
  margin: 0;
}
.what-we-do .content a {
  color: #f4901d;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 15px;
}
.what-we-do .content a:hover {
  text-decoration: none;
  color: #5a5a5c;
}
.facebookWidget {
  position: relative;
  padding-bottom: 90.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.facebookWidget iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tweetBg{
  width: 100%;
  max-width: 330px;
}
.contactLi{
  margin: 0px;
  padding: 0px;
}
.contactLi ul{
  margin: 0px;
  padding: 0px;
}
.contactLi li{
  margin: 0px;
  padding: 0px;
  display: block;
  position: relative;
  list-style: none;
  text-align: center;
}
.contactLi li a{
  color: #000;
}
.contactLi li a:hover{
  color: #000;
  text-decoration: none;
}
.contactLi li i{
  display: block;
  font-size: 40px;
  margin-bottom: 15px;
  text-align: center;
}
.contactMapNew{
  width: 100%;
  border-top:1px solid #ccc;
  margin: 0;
}
.contactGoogleMap {
  position: relative;
  padding-bottom: 25.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.contactGoogleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.googleMapNew{
  width: 100%;
  padding:5px;
  border:1px solid #fff;
}
.videoWrapper {
  position: relative;
  padding-bottom: 80.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.projectBox{
  width: 100%;
  background-color: #f2feff;
  border:1px solid #ddd;
  padding:15px;
  margin-bottom: 30px;
  -moz-box-shadow: 0 8px 6px -6px #999;
  -webkit-box-shadow: 0 8px 6px -6px #999;
  box-shadow: 0 8px 6px -6px #999;
}
.projectBox h4{
  font-size: 24px;
  font-weight: bold;
  color: #035ca1;
  margin:15px 0;
}
.projectBox p{
  margin-bottom: 10px;
}
.projectsLi{
  margin:0px 0 20px 0;
  padding: 0px;
}
.projectsLi ul{
  margin:0px;
  padding: 0px;
}
.projectsLi li{
  margin:0px;
  padding: 0px 0 0 10px;
  list-style: none;
  color: #333;
  font-size: 15px;
  position: relative;
  line-height: 24px;
}
.projectsLi li:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: 0px;
  top: 0px;
}
.banner-inner{
  width: 100%;
  padding: 100px 0;
  background-color: #efefef;
  background-image: url(../images/banner-inner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner-inner:before{
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0px;
  top: 0px;
}
.banner-inner h1{
  text-align: center;
  font-size: 60px;
  color: #fff;
  margin:0px;
  line-height: 60px;
  font-weight: 300;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 1);
}
.contactBox{
  width: 100%;
  margin-top: 40px;
  border-top:1px solid #efefef;
  padding-top: 30px;
}
.contactBox p{
  text-align: center;
}
.contactBox .form-control{
  border-radius: 0px;
  -webkit-box-shadow:none;
  box-shadow:none;
}
.new-project-img{
  width: 100%;
  margin-bottom: 40px;
}
.new-project-img img{
  width: 100%;
}
.new-project-heading{
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.new-project-link{
  color: #035ca1;
  font-size: 20px !important;
  font-weight: bold;
  margin:0px !important;
}
.new-project-link a{
  color: #000;
}
.new-project-link a:hover,
.new-project-link a:focus{
  color: #035ca1;
  text-decoration: none;
}
.sidenav{
  margin:0px;
  padding:0px;
  color:#fff;
}
.sidenav ul{
  margin:0px;
  padding:0px;
}
.sidenav li{
  margin:0px;
  padding:0px;
  list-style:none;
  display:block;
  margin-bottom:5px;
}
.sidenav > li > a{
  display:block;
  color:#414141;
  line-height:40px;
  font-size:15px;
  border-bottom:1px solid #efefef;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.sidenav > li > a:hover,
.sidenav > li > a:focus{
  text-decoration:none;
}
.sidenav > .active > a,
.sidenav > .active > a:hover,
.sidenav > .active > a:focus {
  color: #035ca1;
  font-weight: bold;
}
.btn-past-project{
  background-color: #035ca1;
  border:1px solid #035ca1;
  padding:15px;
  text-transform: uppercase;
  margin-top: 30px !important;
}
.btn-past-project:hover,
.btn-past-project:focus{
  background-color: #007197;
  border:1px solid #007197;
}
.galleryBox{
  width: 100%;
  padding: 0px;
  border:1px solid #ddd;
  margin: 10px 0;
  position: relative;
  max-height: 230px;
  overflow: hidden;
}
.gallery-overlay{
  width: 100%;
  height: 100%;
  background-color: #035ca1;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  display: table-cell;
  text-align: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.galleryBox:hover .gallery-overlay{
  opacity: 0.7;
}
.galleryBox img{
  width: 100%;
  min-height: 230px;
}
.galleryBox i{
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
  font-size: 30px;
  color: #333;
}
.home-content{
  width: 100%;
  padding: 0px;
}
.home-content h3{
  text-align: center;
  font-size: 20px;
  margin: 30px 0 10px 0;
}
.cookiesBg{
  width: 100%;
  position: relative;
  background-color: #ca1f16;
  text-align: center;
  color: #fff;
  font-size: 15px;
  letter-spacing: 2px;
}
.cookiesBg a{
  display: block;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
}
.cookieBgDis{
  background-color: #ac1a13;
  width: 40px;
  height: 41px;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 41px;
  z-index: 999;
  text-align: center;
  cursor: pointer;
}

.projectTitle{
  font-size: 24px;
  margin-bottom: 20px;
}

.projectGoogleGallery{
  width: 100%;
  margin-top: 40px;
  padding-top: 35px;
  border-top: 1px solid #ddd;
}

.projectGoogleMapMain{
  width: 100%;
  margin-top: 35px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}

.projectGoogleMap {
  position: relative;
  padding-bottom: 46.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.projectGoogleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
}

.footerAbout{
  padding-right: 40px;
  text-align: justify;
}
.viewproject{
  font-size: 15px;
}
.viewproject a{
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.viewproject a:hover, .viewproject a:focus{
  color: #035ca1;
  text-decoration: none;
}


section.module.parallax {
  padding: 40px 0;
  background-position: 0 0;
  position: relative;
}

section.module.parallax-2 {
  background-image: url(../images/parallax.jpg);
  background-size: 100%;
}

.parallax-banner {
  background-image: url(../images/parallax-bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 70px 0;
  background-repeat: no-repeat;
  position: relative;
}
.parallax-banner:before{
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.65);
}

.parallax-banner h2{
  text-shadow: 0 1px 2px #000;
  color: #fff;
}

.breadcrumb {
  background-color: transparent;
  float: right;
  margin-top: 20px;
  padding-left: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.breadcrumb li, 
.breadcrumb li a {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
}

.parallax-overlay {
  background-color: rgba(240, 240, 240, 0.95);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.parallax-overlay1 {
  background-color: rgba(0, 0, 0, .65);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.parallax-box{
  width: 100%;
  margin: 15px 0;
}

.parallax-box i{
  display: block;
  font-size: 84px;
  color: #2D2D2D;
  line-height: 84px;
}

.parallax-box h3 {
  font-weight: 600;
  margin: 20px 0 14px 0;
  letter-spacing: -1px;
  font-size: 29px;
  color: #2D2D2D;
  text-align: center;
}

.parallax-box p {
  line-height: 24px;
  color: #2D2D2D;
  text-align: center;
}

.count-box{
  width: 100%;
  text-align: center;
  color: #fff;
  margin: 15px 0;
}

.count-box h4{
  display: block;
  font-size: 48px;
  line-height: 52px;
}

.count-box i{
  display: block;
  font-size: 48px;
  line-height: 52px;
}
.safetyBox{
  width: 100%;
  max-width: 210px;
  overflow: hidden;
  margin:auto;
  text-align: center;
  border: 1px solid #ddd;
  padding: 30px;
  margin-top: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 6px -6px #999999;
     -moz-box-shadow: 0 8px 6px -6px #999999;
          box-shadow: 0 8px 6px -6px #999999;
}
.main-services-all .form-control{
  height: 40px;
  -webkit-box-shadow:none;
  box-shadow:none;
  border-radius: 10px;
  border:1px solid #ddd;
}
.main-services-all textarea.form-control{
  height: auto;
}
.contactHeading{
  font-size: 24px;
  color: #25aae1;
  margin: 0px 0 20px 0;
}
.contactDetailbg{
  width: 100%;
  padding: 15px;
  border:1px solid #ddd;
  border-radius: 10px;
  -webkit-box-shadow: 0 8px 6px -6px #999999;
     -moz-box-shadow: 0 8px 6px -6px #999999;
          box-shadow: 0 8px 6px -6px #999999;
}
.sendBtn{
  background-color: #035ca1 !important;
  border: 1px solid #035ca1 !important;
  padding: 7px 15px !important;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 10px;
}

.sendBtn:hover{
  background-color: #1e1e1e !important;
  border: 1px solid #1e1e1e !important;
  text-transform: uppercase;
  color: #fff !important;
}
.contactDetail{
  margin: 0px;
  padding: 0px;
}

.contactDetail ul{
  margin: 0px;
  padding: 0px;
}

.contactDetail li{
  margin: 0px 0 15px 0;
  padding: 0px 0 15px 30px;
  list-style: none;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #efefef;
}

.contactDetail li a{
  color: #333;
}

.contactDetail li i{
  width: 24px;
  position: absolute;
  left: 0px;
  top: 4px;
}

.contactMap{
  width: 100%;
}
.contactGoogleMap {
  position: relative;
  padding-bottom: 25.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.contactGoogleMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.aboutImg{
  width: 100%;
  max-width: 450px;
  margin-left: 30px;
  border-radius: 10px;
  border:4px solid #efefef;
  -webkit-box-shadow: 0 8px 6px -6px #999999;
     -moz-box-shadow: 0 8px 6px -6px #999999;
          box-shadow: 0 8px 6px -6px #999999;
}

footer{
  width: 100%;
  padding: 40px 0;
  background-color: #5a5a5c;
}
footer h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
}
footer h3:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #25aae1
}
.footer-link,
.footer-link ul{
  margin: 0px;
  padding: 0px;
}

.footer-link li{
  margin: 0px;
  padding: 8px 0 8px 15px;
  list-style: none;
  color: #ddd;
  line-height: 18px;
  border-top: 1px solid #727273;
  position: relative;
}

.footer-link li:after{
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: 0px;
  top:8px;
}

.footer-link li:first-child{
  border-top: none;
}

.footer-link li:last-child{
  border-bottom: none;
}

.footer-link li a{
  margin: 0px;
  padding: 0px 0 0;
  list-style: none;
  color: #ddd;
}

.footer-link li a:hover{
  color: #035ca1;
  text-decoration: none;
}

.contact-li{
  margin: 0px;
  padding: 0px;
}

.contact-li ul{
  margin: 0px;
  padding: 0px;
}

.contact-li li{
  margin: 0px 0 12px 0;
  padding: 0px 0 0px 30px;
  list-style: none;
  color: #ddd;
  position: relative;
}

.contact-li li a{
  color: #ddd;
  text-decoration: none;
}


.contact-li li i{
  position: absolute;
  left: 0px;
  top: 3px;
  color: #25aae1;
}
footer p {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
}
.social-media{
  width: 100%;
  height: 32px;
}

.fIcon{ 
  width: 32px;
  height: 32px;
  background-color: #3b5998;
  line-height: 32px;
  text-align: center;
  color: #fff; 
  opacity: 1;
  float: left;
  border-radius: 50%;
  margin-right: 5px;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  -ms-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
}

.fIcon:hover{ 
  color: #3b5998;
  background-color: #ddd;
}

.tIcon{ 
  width: 32px;
  height: 32px;
  background-color: #00aced;
  line-height: 32px;
  text-align: center;
  color: #fff; 
  opacity: 1;
  border-radius: 50%;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  -ms-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
  float: left;
  margin-right: 5px;
}

.tIcon:hover{
  color: #00aced;
  background-color: #ddd;
}

.inIcon{ 
  width: 32px;
  height: 32px;
  background-color: #007bb6;
  line-height: 32px;
  text-align: center;
  color: #fff; 
  opacity: 1;
  border-radius: 50%;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  -ms-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
  float: left;
  margin-right: 5px;
}

.inIcon:hover{
  color: #007bb6;
  background-color: #ddd;
}

.gIcon{ 
  width: 32px;
  height: 32px;
  background-color: #dd4b39;
  line-height: 32px;
  text-align: center;
  color: #fff; 
  opacity: 1;
  border-radius: 50%;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  -ms-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
  float: left;
  margin-right: 5px;
}

.gIcon:hover{
  color: #dd4b39;
  background-color: #ddd;
}

.yIcon{ 
  width: 32px;
  height: 32px;
  background-color: #bb0000;
  line-height: 32px;
  text-align: center;
  color: #fff; 
  opacity: 1;
  border-radius: 50%;
  -webkit-transition:all 0.4s ease-in-out;
  -moz-transition:all 0.4s ease-in-out;
  -o-transition:all 0.4s ease-in-out;
  -ms-transition:all 0.4s ease-in-out;
  transition:all 0.4s ease-in-out;
  float: left;
  margin-right: 5px;
}

.yIcon:hover{
  color: #bb0000;
  background-color: #ddd;
}
.processBtn{
  background-color: #43608b;
  border:1px solid #43608b;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 10px 15px;
}
.processBtn:hover, .processBtn:focus{
  background-color: #035ca1;
  border:1px solid #035ca1;
}
.googleMap{
  width: 100%;
}
.googleMap1{
  width: 100%;
  padding: 5px;
  border:1px solid #ddd;
}
.googleMap1 h4{
  font-size: 20px;
  margin: 0px 0 5px 0;
}
.googleMapInner {
  position: relative;
  padding-bottom: 57.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.googleMapInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-content{
  width: 100%;
}
.footer-menu{
  margin:0px;
  padding: 0px;
}
.footer-menu ul{
  margin:0px;
  padding: 0px;
}
.footer-menu li{
  margin:0px 0 10px 0;
  padding: 0px 0 0 10px;
  list-style: none;
  color: #ddd;
  font-size: 14px;
  position: relative;
}
.footer-menu li a{
  color: #ddd;
}
.footer-menu li a:hover{
  color: #fff;
  text-decoration: none;
}
.footer-menu li:after {
  font-family: 'FontAwesome';
  content: "\f105";
  position: absolute;
  left: 0px;
  top: 0px;
}
footer .form-control{
  border-radius: 0px;
  border:none;
  font-size: 14px;
  height: 36px;
}
footer textarea.form-control{
  height: auto;
}
footer .form-group{
  position: relative;
  margin-bottom: 10px;
}
.submitBtn{
  background-color: #035ca1;
  padding: 8px 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border:none;
}
.submitBtn:hover{
  background-color: #fff;
  color: #035ca1;
  border:none;
}
.submitBtn1{
  background-color: #035ca1;
  padding: 8px 15px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border:none;
}
.submitBtn1:hover{
  background-color: #414141;
  color: #fff;
  border:none;
}
.footer-bottom{
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
}
.copyright{
  color: #5a5a5c;
  font-size: 13px;
}
.design{
  color: #5a5a5c;
  font-size: 13px;
  text-align: right;
}
.design a{
  color: #5a5a5c;
}
.design a:hover{
  color: #035ca1;
  text-decoration: none;
}
/*----------------------------*/
.projects-page .project-box{
	display:block;
}
.projects-page .project-box img{
	width:100%;
}
.projects-page .project-box h3{
    font-size: 16px;
    margin: 15px 0 5px 0;
}
.projects-page .project-box p{
    font-size: 14px;
}
.margin-top-50{
	margin-top: 50px;
}
@media (max-width: 480px) {
  .contact-mtab{
        display:block !important;
        text-align: center;
        background: #fbfbfb;
        padding: 10px 0;
	}
	.contact-mtab .btn{
		color:#FFF;
		padding: 11px 15px !important;
		border-radius: 2px;
	}
}