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

@font-face {
 font-family: 'RobotoCondensed-Regular';
 src: url('font/RobotoCondensed-Regular.ttf');
}
@font-face {
 font-family: 'RobotoCondensed-Bold';
 src: url('font/RobotoCondensed-Bold.ttf');
}
@font-face {
 font-family: 'RobotoCondensed-Light';
 src: url('font/RobotoCondensed-Light.ttf');
}
@font-face {
 font-family: 'Roboto-Medium';
 src: url('font/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'open_sansregular';
    src: url('font/OpenSans-Regular-webfont.eot');
    src: url('font/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/OpenSans-Regular-webfont.woff') format('woff'),
         url('font/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('font/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
 font-family: 'Roboto-Light';
 src: url('font/Roboto-Light.ttf');
}
@font-face {
 font-family: 'Roboto-Regular';
 src: url('font/Roboto-Regular.ttf');
}

@font-face {
 font-family: 'Roboto-Italic';
 src: url('font/Roboto-Regular.ttf');
}

@font-face {
 font-family: 'Roboto-Bold';
 src: url('font/Roboto-Bold.ttf');
}
@font-face {
 font-family: 'OpenSans-Bold';
 src: url('font/OpenSans-Bold.ttf');
}
/*.caret {
    display: none !important;
}
.caret-up {
    display: none !important;
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.topbar {
    width: 100%;
    float: left;
    border-bottom: 10px solid #999999;
}

.navbar.navbar-default {
   background:none;
    border: none;
    margin-bottom: 0px;
}
.topbar .navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

#bs-example-navbar-collapse-1 {
    padding: 0px;
   
}
.topbarin {
    width: 100%;
    float: left;
}

.topbarin .navbar .nav.navbar-nav.ak li .dropdown-menu {
    background-color: #999999;
    border-top: none;
    box-shadow: none;
}
.topbarin .navbar .nav.navbar-nav.ak li .dropdown-menu li a {
    color: #fff;
    text-transform: uppercase;
}
.topbarin .navbar .nav.navbar-nav.ak li .dropdown-menu li a:hover {
    color: #0094c2;
  
}



.topbarin .navbar .nav.navbar-nav.ak li a {
    color: #0094c2;
    font-size: 18px;
    font-family: 'RobotoCondensed-Regular';
    padding: 76px 15px 42px 15px;
}

.topbarin .navbar .nav.navbar-nav.ak li a:hover {
   background: #999999;
   color:#fff;
}
.dropdown-menu li a {
    padding: 10px 15px !important;
}
.nav.navbar-nav.navbar-right li a {
    font-size: 24px;
    color: #0094c2;
	font-family: 'RobotoCondensed-Bold';
	 padding: 76px 15px 10px 15px;
}*/


.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
    color: #fff;
    background: none !important;
}
.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-submenu>.dropdown-menu {
   top:0;left:100%;
   margin-top:-6px;margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  text-decoration: underline;
}  
  
@media (max-width: 767px) {
.dropdown-toggle .caret {
    display: inline-block !important;
}
	.navbar-toggle {
    background: none !important;
}
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
   
    background: #999999;
}

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

.caret {
    display: none !important;
}
.caret-up {
    display: none !important;
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}

.topbar {
    width: 100%;
    float: left;
    border-bottom: 10px solid #999999;
}

.navbar.navbar-inverse {
   background:none;
    border: none;
    margin-bottom: 0px;
}
.topbar .navbar-brand {
    float: left;
    height: auto;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

#bs-example-navbar-collapse-1 {
    padding: 0px;
   
}
.topbarin {
    width: 100%;
    float: left;
}
#myNavbar {
    padding: 0px;
}
.topbarin .navbar .nav.navbar-nav.ak li .dropdown-menu {
    background-color: #999999;
    border-top: none;
    box-shadow: none;
}
.topbarin .navbar .nav.navbar-nav.ak li .dropdown-menu li a {
    color: #fff;
    text-transform: capitalize;
}
.topbarin .navbar .nav.navbar-nav.ak li .dropdown-menu li a:hover {
    color: #0094c2;
  
}


.topbarin .navbar .nav.navbar-nav.ak li a {
    color: #0094c2;
    font-size: 18px;
    font-family: 'RobotoCondensed-Regular';
    padding: 76px 15px 42px 15px;
    text-transform: capitalize;
}

.topbarin .navbar .nav.navbar-nav.ak li a:hover {
      background: #999999 !important;
   color:#fff;
}
.topbarin .navbar .nav.navbar-nav.ak li.current-menu-item a {
   background: #999999 !important;
   color:#fff !important;
}
.topbarin .navbar .nav.navbar-nav.ak li a:focus {
   background: #999999 !important;
   color:#fff;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #999999 !important;
}
.dropdown-menu li a {
    padding: 10px 15px !important;
}
.nav.navbar-nav.navbar-right li a {
    font-size: 24px;
    color: #0094c2;
	font-family: 'RobotoCondensed-Bold';
	 padding: 76px 15px 10px 15px;
}
.nav.navbar-nav.navbar-right li a {
	background:none !important;
}
.nav.navbar-nav.navbar-right li a:hover  {
	background:none !important;
 color:#000 !important;
}
.nav.navbar-nav.navbar-right li a:active {
	background:none !important;
	 color:#000 !important;
}
.nav.navbar-nav.navbar-right li a:focus {
	background:none !important;
	 color:#000 !important;
}
.topbarin .navbar .nav.navbar-nav.ak li .dropdown-menu:hover  {
    background: #999999 !important;

}
.topbarin .navbar .nav.navbar-nav.ak li.open  {
    background: #999999 !important;
    color: #fff !important;
}
.topbarin .navbar .nav.navbar-nav.ak li.open  a {

    color: #fff !important;
}
.topbarin .navbar .nav.navbar-nav.ak li.open  .dropdown-menu li a{
	color:#fff !important; 
}
.topbarin .navbar .nav.navbar-nav.ak li.open  .dropdown-menu li:hover a{
	color:#fff !important; 
	background: #0094c2 !important;
}
 .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      /*width: 70%;*/
      margin: auto;
  }
  
  .carousel-inner .item img {
    width: 100%;
   /* float: left;*/
}
  .containerak {
    width: 100%;
    float: left;
}

.glyphicon-chevron-left::before {
    content: unset !important;
}
.glyphicon-chevron-right::before {
    content: unset !important;
}
.left.carousel-control {
    background: none !important;
}
.right.carousel-control {
    background: none !important;
}



.slider_text {
    position: absolute;
    right: 0px;
    bottom: 5% !important;
}
.containerak {
    width: 100%;
    float: left;
    position: relative;
}
.slider_text img {
    position: relative;
    width: 87% !important;
    float: right;
}
/*.sider_textin {
    position: absolute;
    float: right;
    right: 31%;
}*/
.sider_textin {
    position: absolute;
    float: left;
    right: 0px;
    left: 33%;
}
.sider_textin h2 {
    font-family: 'RobotoCondensed-Light';
    font-size: 60px;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 10px;
}

.sider_textin p {
    font-family: 'RobotoCondensed-Light';
    font-size: 24px;
    color: #333333;
    margin-bottom: 0px;
    margin-top: 0px;
}
.homebanner {
    background: url(../images/water2.jpg) no-repeat;
background-size: cover;
    width: 100%;
    float: left;
    padding: 53px 0px;
    background-attachment: fixed;
	
}
.home-banner {
    width: 100%;
    float: left;
}

.home-banner h1 {
    font-family: 'Roboto-Medium';
    font-size: 40px;
    color: #fff;
    letter-spacing: -1px;
    text-align: center;
}
.home-banner hr {
    width: 55px;
    border: 2px solid #fff;
}
.home-banner p {
	font-family: 'open_sansregular';
	text-align: center;
font-size: 18px;
color: #fff;
}

.home-services {
    width: 100%;
    float: left;
    padding: 20px 0px 50px 0px;
}
.home-services h2 {
    text-align: center;
	color:#0094c2;
	font-family: 'Roboto-Medium';
    font-size: 40px;
}
.home-services hr {
     width: 55px;
    border: 2px solid #0094c2;
}


.home-project {
    width: 100%;
    float: left;
    background: #027498;
    padding: 60px 0px;
}
.home-projectin {
    width: 100%;
    float: left;
    text-align: center;
}

.home-projectin h2 {
    color: #fff;
    font-family: 'Roboto-Medium';
    font-size: 40px;
    margin-top: 0px;
}

.home-projectin hr{
   width: 55px;
    border: 2px solid #fff;  
}
.home-projectin p{
 font-family: 'open_sansregular';
	
font-size: 18px;
color: #fff; 
}

.home-projectin i {
    color: #fff;
    border: 1px solid #fff;
    padding: 7px;
    border-radius: 100%;
    font-size: 36px;
    width: 50px;
    height: 50px;
    margin-top: 30px;
}
.serving {
    width: 100%;
    float: left;
    background: #999999;
    text-align: center;
    border-bottom: 3px solid #027498;
}

.serving h2 {
    font-family: 'Roboto-Light';
    font-size: 48px;
    color: #fff;
    margin: 15px 0px;
}



.footerbox {
    width: 100%;
    float: left;
}
.footerboxin {
    width: 100%;
    float: left;
    text-align: center;
}

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

.footerboxin ul li{
  font-family: 'open_sansregular';
	
font-size: 18px;
color: #666666;  
}

.footerboxin ul li a{
   font-family: 'open_sansregular';
	
font-size: 18px;
color: #666666; 
}
.footerboxin ul li a:hover{
  text-decoration:none; 
}
.footerboxin h2 {
    color: #666666;
    font-family: 'Roboto-Medium';
    font-size: 30px;
    margin: 30px 0px;
}
.footerboxin ul h3 {
    font-family: 'open_sansregular';
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    margin-bottom: 5px;
}
.footerboxin ul li a img {
    margin: 22px auto;
}

.copy_right {
    width: 100%;
    float: left;
    text-align: center;
    background: #CCCCCC;

    margin-top: 40px;
}
.copy_right p {
    font-family: 'Roboto-Regular';
    color: #666666;
    font-size: 18px;
    margin: 30px 0px;
}
.copy_right p a {
    font-family: 'Roboto-Regular';
    color: #666666;
	
  
}


.home-servicesin {
    width: 100%;
    float: left;
    padding: 0px 132px;
}

/*effect*/
.home-servicesin .col-sm-3.col-md-3 {
    padding-right: 0px;
    margin-bottom: 15px;
}
.home-servicesin .col-sm-4.col-md-4 {
    padding-right: 0px;
    margin-bottom: 15px;
}
.hovereffect {
  /*  width: 315px;*/
    margin: 0px auto;
    float: none;
}
.hovereffect {
   
    height: 100%;
    
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border-radius: 0px 0px 10px 10px;
}
.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    
    bottom: 81px;
    padding: 5px 0px;
    height: 17.75em;
    /*background: #02749880;*/
	    background: rgba(37, 145, 170, 0.7);
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    border-radius: 0px 0px 10px 10px;
}
.hovereffect:hover .overlay{
	
background: rgba(37, 145, 170, 0.7);
} 
.hovereffect img {
    display: block;
    position: relative;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    width: 100%;
    border-radius: 13px;
}

.hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
	transform: translate3d(0,0%,0);
}
.hovereffect h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 24px;
    padding: 2px 0px;
    float: left;
    margin: 0px;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto-Light';
   /* height: 77px;*/
}
.home-services .container {
    padding: 0px;
}

.overlay a i {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 100%;
    font-size: 25px;
    width: 42px;
    height: 42px;
    margin-top: 0px;
}

.icon-links {
    font-size: 14px;
    color: #fff;
    font-family: 'open_sansregular';
    
    float: left;
    width: 100%;
    padding: 7px 10px 0px 10px;
}
.hovereffect:hover .overlay, .hovereffect:hover h2, .hovereffect:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    top: auto;
	bottom: 0px;
}
.hovereffect:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}


/*srevice*/


.services_banner {
	 
background:url(../images/servicebanner22.png) no-repeat;
width:100%;
float:left;	
box-shadow: 0px 12px 19px -13px;
background-size: cover;
}
/*.services_banner h2 {
    font-family: 'Roboto-Light';
    font-size: 60px;
    color: #fff;
    text-align: center;
    margin-top: 138px;
    margin-bottom: 34px;
}*/

.services_banner h2 {
    font-family: 'Roboto-Light';
    font-size: 60px;
    color: #fff;
    text-align: center;
    padding-top: 138px;
    padding-bottom: 34px;
   background: rgba(38, 129, 159, 0.6);
    margin: 0px;
}

.servicepage {
    width: 100%;
    float: left;
    padding-top: 40px;
}

.servicepagein {
    padding: 0% 21%;
    width: 100%;
    float: left;
}
.servicepagein p {
    font-size: 14px;
    color: #666666;
    font-family: 'open_sansregular';
    margin-bottom: 20px;
    margin-top: 10px;
}

.servicepagein h3 {
    font-family: 'Roboto-Regular';
    font-weight: bold;
    font-size: 17px;
    color: #666666;
}

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

.servicepagein ul li {
    font-size: 14px;
    color: #666666;
    font-family: 'open_sansregular';
    padding-left: 20px;
    margin-left: 15px;
    margin-bottom: 10px;
}
.servicepagein p a {
    color: #0094c2;
    font-weight: bold;
	 font-family: 'Roboto-Regular';
	 font-size: 17px;
}
.page-id-38 .servicepagein p a {
    color: #0094c2;
    font-weight: inherit;
	 font-family: 'Roboto-Regular';
	 font-size: 17px;
}


.serving1 {
    width: 100%;
    float: left;
    background: #0094c2;
    text-align: center;
   
}
.serving1 h2 {
    font-family: 'Roboto-Light';
    font-size: 48px;
    color: #fff;
    margin: 15px 0px;
}
.serving1 h2 a{
    font-family: 'Roboto-Light';
	text-decoration:none;
    color: #fff;
 
	
}

.hovereffect1 {
    width: 277px;
    margin: 0px auto;
    float: none;
}

.hovereffect1 {
   
    height: 100%;
   
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border-radius: 0px 0px 10px 10px;
}
.hovereffect1 .overlay1 {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: -3px;
    bottom: 0px;
    padding: 10px 0px;
    height: 17.75em;
   /* background: #02749880;*/
   background: rgba(37, 145, 170, 0.7);
    color: #3c4a50;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    border-radius: 0px 0px 10px 10px;
}

.hovereffect1 img {
    display: block;
    position: relative;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	width: 100%;
	border-radius: 13px;
}

.hovereffect1:hover img {
-webkit-transform: translate3d(0,-10%,0);
	transform: translate3d(0,0%,0);
}
.hovereffect1 h2 {
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 32px;
    padding: 2px 0px;
    float: left;
    margin: 0px;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto-Light';
    height: 77px;
}


.overlay1 a i {
    color: #fff;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 100%;
    font-size: 25px;
    width: 42px;
    height: 42px;
    margin-top: 0px;
    margin-bottom: 20px;
}
.home-servicesin1 {
    width: 100%;
    float: left;
}
.home-servicesin1 .icon-links1 {
    font-size: 14px;
    color: #fff;
	

font-family: 'open_sansregular';
margin-bottom: 20px;
margin-top: 10px;
}
.hovereffect1:hover .overlay1, .hovereffect1:hover h2, .hovereffect1:hover p.icon-links a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    top: auto;
}
.hovereffect1:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.servicespagein {
    width: 100%;
    float: left;
    margin-bottom: 67px;
}
.servicespageinhd {
    width: 100%;
    float: left;
}
.servicespageinhd h2{
   font-family: 'Roboto-Bold';
   color:#0094c2;
   font-size:48px;
   text-align:center; 
}
.servicespageinhd span {
    color: #999999;
    font-family: 'Roboto-Italic';
    font-size: 14px;
    text-align: center;
    width: 100%;
    float: left;
    margin: 20px 0px;
}
.more  {
    text-align: center;
    margin: 0px auto;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    color: #0094c2;
    font-size: 16px;
    cursor: pointer;
}

.servicepagein1 {
    width: 100%;
    float: left;
    padding: 0px 68px;
}


/*service2*/


.services2_banner {
    background: url(../images/iner_banner_new.JPG) no-repeat;
    width: 100%;
    float: left;
    background-size: cover;
	box-shadow: 0px 12px 19px -13px;
}
/*.services2_banner h2 {
    font-family: 'Roboto-Light';
    font-size: 60px;
    color: #fff;
    text-align: center;
    margin-top: 138px;
    margin-bottom: 34px;
}*/

.services2_banner h1 {
    font-family: 'Roboto-Light';
    font-size: 60px;
    color: #fff;
    text-align: center;
    padding-top: 138px;
    padding-bottom: 34px;
    background: rgba(38, 129, 159, 0.6);
    margin: 0px;
    text-transform: capitalize;
}


/*owl*/


.containerfull {
    width: 100%;
    float: left;
}

.containerfull .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
  .left.carousel-control {
    background: none !important;
}
.containerfull .right.carousel-control {
	  background: none !important;
}
.containerfull .carousel-control.left img {
    margin-top: 102%;
    margin-left: 77px;
}

.containerfull .right.carousel-control img {
    margin-top: 102%;
	margin-left: 77px;
}

/*owl*/

.servicepagein1 h4 {
    font-family: 'Roboto-Regular';
    font-weight: 600;
    font-size: 14px;
    color: #666666;
    margin: 0px;
}

.projectpage {
    width: 100%;
    float: left;
}

.projectpagein {
    padding: 2% 24%;
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
}
.projectpagein2 {
    width: 100%;
    float: left;
}
.projectpagein2_img {
    width: 100%;
    float: left;
}
.projectpagein2_img img{
    width: 100%;
    float: left;
	border-radius: 13px;
}

.projectpagein2_text {
    width: 100%;
    float: left;
    padding: 0 0 40px 0px;
}

.projectpagein2_text h2 {
    font-family: 'Roboto-Bold';
    color: #0094c2;
    font-size: 26px;
    margin-top: 0;
}


.projectpagein2_text h2 a{
    font-family: 'Roboto-Bold';
    color: #0094c2;
    font-size: 26px;
	text-decoration:none;
}
.projectpagein2_text h2 a:hover{
	  color: #0094c2 !important;
}
.prohd {
    width: 100%;
    float: left;
    text-align: center;
    font-family: 'Roboto-Bold';
    color: #0094c2;
    font-size: 48px;
    margin-bottom: 40px;
    margin-top: 30px;
}

.projectpagein2_text p {
    font-size: 14px;
    color: #666666;
    font-family: 'open_sansregular';
    width: 100%;
    float: left;
}

.projectpagein2_text p .spanleft {
    width: 15%;
    float: left;
	font-weight:bold;
}
.projectpagein2_text p .spanright {
    width: 85%;
    float: left;
}

.projectpagein2_text p .spanright a {
 
margin: 0px auto;

text-transform: uppercase;
font-family: 'OpenSans-Bold';
color: #0094c2;
font-size: 16px;
cursor: pointer;
}



/*project*/


.filterbtn {
    text-align: center;
}
#demo {
    background: #0092C1;
    color: #fff;
    position: absolute;
    z-index: 1;
    height: auto !important;
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.btn.btn-filter {
    background: #0092C1;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    padding: 7px 33px;
    text-transform: uppercase;
	font-family: 'Roboto-Bold';
}
.filtertext {
    width: 50%;
    margin: 24px auto;
}
/*.marketsproject {
    width: 40%;
    float: left;
}*/
.sf-field-taxonomy-services {
    width: 40%;
    float: left;
}
.sf-field-taxonomy-markets{
    width: 40%;
    float: left;
}
.sf-field-submit {
    width: 20%;
    float: left;
}
.filtertext .searchandfilter h4 {
    float: left;
    width: 23%;
    font-size: 14px;
    text-transform: capitalize;
    font-family: 'Roboto-Bold';
    color: #fff;
    margin: 0px;
	padding: 0;
}
.filtertext .searchandfilter  ul  li ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 77%;
    float: left;
}

.filtertext .searchandfilter  ul  li ul li input{
	margin-right:10px; 
	
	
}

.filtertext .searchandfilter  ul  li ul li {
    text-transform: capitalize;
    font-size: 12px;
    color: #fff;
    font-family: 'open_sansregular';
    margin-bottom: 5px;
	    padding: 0;
}
.filtertext .searchandfilter  ul  li ul li label {
    margin: 0px;
}

.sf-field-submit input {
    border: 1px solid #fff;
    color: #fff;
    padding: 8px 20px;
    border-radius: 15px;
    text-transform: uppercase;
	background: none;
}
.sf-field-submit input:hover {
    text-decoration:none;
	color:#0094C2;
	background:#fff;
}
.previousnext {
    text-align: center;
    margin-bottom: 20px;
}
.btn.btn-previous {
    background: none;
    color: #0094C2;
    text-transform: uppercase;
    margin-right: 28px;
    font-size: 15px;
    font-family: 'open_sansregular';
    font-weight: bold;
}
.btn.btn-previous:hover {
    
    color: #0094C2;
    
}
.servicepage.project2 .servicepagein {
    padding: 0% 10% 0% 21%;
}
.servicepage.project2 .servicepagein1 {
    width: 67%;
    float: left;
    padding-right: 28px;
    border-right: 1px solid #0094C2;
    margin-right: 37px;
    margin-bottom: 30px;
}
.servicepage.project2 .project2pagein {
    float: left;
    width: 27%;
}
.servicepage.project2 .project2pagein ul {
    margin: 0px;
    padding: 0px;
}
.servicepage.project2 .project2pagein ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-weight: bold;
    font-size: 13px;
}
.project2span {
    float: left;
    width: 32%;
}
.project3span {
    float: left;
    width: 68%;
	    font-weight: normal;
}
.servicepage.project2 .servicepagein p {
    font-size: 14px;
    color: #666666;
    font-family: 'open_sansregular';
    margin-bottom: 20px;
    margin-top: 0px;
}


	
	
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    color: #555;
    background-color: #999999 !important;
}


/*contact*/

.contact_text { width:100%; float:left}



.contact_blog2 {
    width: 100%;
    float: left;
    margin-bottom: 60px;
	margin-top: 60px;
}
.contact_blog2text {
    width: 100%;

	
}

.contact_blog2text p {
    font-size: 18px;
    color: #8d8a8a;
    font-family: 'open_sansregular';
    text-align: center;
    padding: 0 60px;
}


.contact_form .form-group label.up-l {
    border-radius: 2px;
    
    display: inline-block;
    left: 36px;
	 font-family: 'Roboto-Bold';
    padding: 2px;
   
	color: #0094C2;
	font-size: 17px;
}

.contact_form .form-control {
    border-color: #bababa;
    box-shadow: none;
    height: 43px;
    font-size: 13px;
    padding: 10px 8px;
	  font-family: 'open_sansregular';
}
.contact_form textarea.form-control{
	height: auto;
	}
.btn.btn-Submit {
    max-width: 200px;
    width: 100%;
    text-align: center;
    float: right;
    height: 43px;
    margin-top: 25px;
    background: #0094C2;
    color: #fff;
    font-size: 20px;
    font-family: 'Roboto-Bold';
    text-transform: uppercase;
}
.contact_form {
    width: 89%;
    margin: 0px auto;
	 font-family: 'Roboto-Bold';
	 padding:20px 0;
}
.google_map {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
    padding: 10px;
}

.blogpage {
    width: 100%;
    float: left;
    padding: 60px 0px;
}
.blogpagetop {
    width: 100%;
    float: left;
}
.blog_left {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.blog-img  {
    width: 40%;
    float: left;
    padding-right: 28px;
}
.blog_left_text {
    width: 60%;
    float: left;
}
.blog_left_text h2 {
    font-family: 'Roboto-Bold';
    color: #0094c2;
    font-size: 20px;
      margin: 0 0 15px;
}

.blog_left_text p {
	font-family: 'Roboto-Regular';
    color: #666666;
    font-size: 17px;
   
}
.blog-img img {
    border-radius: 10px;
}
.btn.btn-more {
    font-family: 'Roboto-Bold';
    background: #0094C2;
    color: #fff;
    text-transform: uppercase;
    float: right;
    font-size: 11px;
    padding: 6px 10px;
}


.blog_righttop {
    width: 100%;
    float: left;
  /*  background: #F7FDFF;*/
    padding-bottom: 40px;
    position: relative;
}
.blog_righttop h3 {
    text-align: center;
    text-transform: capitalize;
    font-size: 20px;
    margin: 0px;
    padding-bottom: 0px;
    color: #0094C2; 
    /*background: #E8F5F8;*/
    padding: 10px;
    
}
.blog_righttop hr {
    width: 33px;
    border: 1px solid #0094C2;
}
.blog_righttop ul {
    margin: 0px;
    padding: 0px 15px;
}

.blog_righttop ul li {
    list-style: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 18px;
    padding-bottom: 10px;
}
.blog_righttop ul li a {
    font-family: 'Roboto-Regular';
    color: #0094C2;
    font-size: 16px;
}
.blog_righttop ul li a:hover{
    text-decoration:none;
}
.blog_righttop img {
    position: absolute;
    top: 0px;
    right: 0px;
    right: 34px;
}
.blog_righttop ul li p {
    font-family: 'Roboto-Regular';
    color: #666666;
    font-size: 14px;
    
}

.blog_left_single {
    width: 100%;
    float: left;
}
.blog_left_single img {
    max-width: 100%;
    float: none;
    margin: auto;
    display: block;
}
.blog_left_text_single {
    width: 100%;
    float: left;
}

.blog_left_text_single h2 {
    font-family: 'Roboto-Bold';
    color: #0094c2;
    font-size: 26px;
    margin-top: 40px;
}

.blog_left_text_single p {
	font-family: 'Roboto-Regular';
    color: #666666;
    font-size: 17px;
}
.servicepage.project2 .project2pagein ul li a{
list-style: none;
    margin: 0px;
    padding: 0px;
    color: #000;
    font-weight: normal;
    font-size: 13px;
	pointer-events: none;
	display: block;
}
.servicepagein p a#more {
    color: #0094c2;
    font-weight: bold;
	 font-family: 'Roboto-Regular';
	 font-size: 17px;
	 margin: 10px 0 0;
}
.servicepagein p a#less {
    color: #0094c2;
    font-weight: bold;
	 font-family: 'Roboto-Regular';
	 font-size: 17px;
	 margin: 10px 0 0;
}

.hovereffect:hover .overlay .dis {
    display: block;
}
.dis {
    display: none;
}
.home-servicesin .col-sm-3.col-md-3:nth-child(4n+5) {
    clear: left;
}
.mobilepho{
	display:none;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    background: #fff;
}
.navbar-fixed-top .navbar-brand img {
    width: 50%;
}
.navbar-fixed-top .topbarin .navbar .nav.navbar-nav.ak li a {
    color: #0094c2;
    font-size: 18px;
    font-family: 'RobotoCondensed-Regular';
    padding: 38px 15px 34px 15px;
    text-transform: capitalize;
}
.navbar-fixed-top .nav.navbar-nav.navbar-right li a {
    font-size: 24px;
    color: #0094c2;
    font-family: 'RobotoCondensed-Bold';
    padding: 38px 15px 10px 15px;
}

.blogpagetop .col-sm-8.col-md-8 {
	 
padding-right: 30px;	
}
.blogpagetop .col-sm-4.col-md-4 {
	    border-left: 1px solid #0094C2;
	
}

.blog_righttop form label {
    font-family: 'Roboto-Regular';
    color: #0094C2;
    font-size: 16px;
    font-weight: inherit;
}
.blog_righttop form input {
    border-radius: 0px;
    height: 37px;
	    font-family: 'Roboto-Regular';
}

.btn.btn-Submits {
	font-family: 'Roboto-Bold';
background: #0094C2;
color: #fff;
text-transform: uppercase;
float: right;
font-size: 11px;
padding: 8px 20px;
}
.blog_righttop form {
	padding:0px 15px;
}
.blog_righttop li{
	list-style-type:none;
}

.footerboxin li{



list-style-type:none;



}



.projectpagein2_text p.catanchor a {

    font-size: 14px !important;

    color: #666666 !important;

    font-family: 'open_sansregular' !important;

    width: 100%;

    float: left;

	    display: block; 

		pointer-events: none;

}
.page-template-Markets-Template .home-servicesin .col-sm-3.col-md-3 {
    padding-right: 0px;
    margin-bottom: 15px;
    display: inline-block;
    float: none;
}
.page-template-Markets-Template .home-servicesin .col-sm-3.col-md-3:nth-child(3n+4) {
    clear: left;
}
.page-template-Markets-Template .home-servicesin .col-sm-3.col-md-3:nth-child(4n+5) {
    clear: none; 
}
.page-template-Markets-Template .home-servicesin {
 
    text-align: center;
}
/*.pp_social {

    display: none;
}*/