/**
 * Place your custom styles here.
 */
@import url('https://fonts.googleapis.com/css?family=Varela+Round');
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);

@import url('animate.min.css');
@import url('slider.css');

#process{
  background: url(../images/bg-pattern.png) #ffb200 repeat left top;
  padding-top: 30px;
  padding-bottom: 30px;
}
.footer a{
  color: #0090df;
}
.footer span{
  color: #ffffff;
}
.footer .footer-top{
  background: #2b5177;
  background: rgba(0, 0, 0, 0.3);
}
.footer .footer-bottom{
  line-height: 50px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.footer .footer-bottom p{
  color: #fff;
}

#map-container{
  /*border-right: 1px solid #0091e3;*/
}
.contact-form #edit-preview{
  display: none; 
}
body{
font-family: calibri !important;
}
body.path-frontpage .main-container{
  /*background: url(../images/home_background.jpg) #0678be repeat top left;*/
  /*background: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;*/
  background: url(../images/bg-pattern.png) #ffffff repeat top left;
  
  
}
textarea.form-control{
  height: 150px;
}
div.main-container{
  margin-bottom: 30px;
}
.main-container img{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.not-frontpage div#map-container,
.not-frontpage div.main-container{
  margin-top: 0px;
  margin-bottom: 30px;
}
.main-container .container {
    padding-top: 15px;
}
.front-page div.main-container{
  margin-bottom: 0px;
}
.breadcrumb{
  background-color: #fff;
  border: 0px;
  margin: 10px 0px 0 0;
  padding-left:0;
  font-size:17px;
  font-family: calibri;
}
.breadcrumb>li+li:before {
    color: #000;
}
.breadcrumb a{
color:#000 !important;
}
.page-header {
  margin-top: 20px;
}
.home_heade_h2{
font-size: 34px;
    font-family: arial;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 21px;
    color: #207cd1;
}
.path-frontpage .page-header{
  display: none;
}
::-moz-selection {
  background: #88d5ff;
}

::selection {
    background: #88d5ff;
    color: #ffffff;
}
.page-title{
  font-size: 32px;
  /*border-bottom: 1px solid #ddd;*/
  padding-bottom: 10px;
  margin-bottom: 2px;
}
#block-robotic-main-menu .navbar-right{
  margin-right:0px;
}
.sidebar_second{
  background: #79a736;
  background: url(../images/bg-pattern.png) #79a736 repeat top left;
}
.sidebar_second .container {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #fff;
}
.robo-slide-btn {
  background: #55555F;
  font-size: 14px;
  line-height: 35px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0px 5px 20px;
  border-radius: 3px;
  letter-spacing: .19em !important;
  transition: all .3s ease !important;
  border: 1px solid #55555F;
  text-decoration: none;
}
.robo-slide-btn span.glyphicon{
  transition: none;
  line-height: 35px;
  border-width: 0px 0px 0px 1px;
  margin: 0px 0px 0px 10px;
  padding: 0px 0px 0px 15px;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 18px;
  border-left: 1px solid #352e2e;
}
#services{
  padding: 40px 0 60px 0;
}
#footer-top-content {
  padding: 10px 0;
  text-align: center;
}
#footer-top-content h2{
  color: #ffffff;
  font-size: 32px;
}
ul.list-social li a {
  display: block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 100%;
  color: #fff;
  text-align: center;
}
ul.list-social li.social-twitter a {
  background-color: #1da1f2;
  padding-left: 15px;
}
ul.list-social li.social-facebook a {
  background-color: #3b5998;
  padding-left: 5px;
}
ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
  padding-left: 10px;
}
.fa-youtube:before {
content: "\f167";
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: 14px;
line-height: 29px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
}
.left-align{
  text-align: left;
}
.right-align{
  text-align: right;
}
.center-align{
  text-align: center;
}
.fa-stack-2x{
  color: #0090df;
}
.fa-stack:hover > .fa-inverse{
  font-size: 1.2em;
  transition: all 0.2s;
}
.section-heading {
    padding-bottom: 9px;
    margin: 0;
    border-bottom: 1px solid #f8f5f0;
    font-size: 40px;s
}
.path-frontpage .block-title{
  text-align: center;
}
.icon-circle {
    display: block;
    text-align: center;
    margin-bottom: 50px;
}
.icon-circle i {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 36px;
    color: rgb(85, 85, 85);
    margin: 0px auto 20px;
    background: none;
    border-radius: 40px;
    transition: all 0.2s;
}
.icon-circle:hover > i {
    font-size: 48px;
    color: rgb(255, 255, 255);
    transition: all 0.2s;
}
.icon-circle:hover, .icon-circle:hover .text-white{
  /*color: #f1f1f1;*/
}
.text-white{
  font-size: 20px;
  color: #333;
}
/* portfolio */
.view-portfolio ul{
  display: inline-block;
  width: 100%;
  padding: 0;
}
.view-portfolio .item-list ul li{
  max-width: none;
  margin: 0;
  list-style: none;
  width: 33%;s
  position: relative;
  display: inline-block;
}


.view-portfolio .item-list img{
  width: 101%;
  height: auto;
  object-fit: cover;
}
.view-portfolio .item-list .views-field-title,
.view-portfolio .item-list .views-field-field-tags-portfolio,
.view-portfolio .item-list .views-field-field-portfolio-image a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  height: 50px;
  font-family: 'Raleway', sans-serif;
  font-weight: bold;
  color: #fff;
  font-size: 16px;
  display: none;
}
.view-portfolio .item-list a{
  color: #fff;
  text-decoration: none;
  line-height: 1px;
  display: block;
  font-size: 16px;
}
.view-portfolio .item-list .views-field-field-portfolio-image a:after{
  content: '';
  background: url('../images/plus@3x.png') 50% 50% no-repeat, rgba(0, 144, 223, 0.66) no-repeat;
  background-size: 51px, cover;
  -moz-background-size: 51px, cover;
  /* Firefox 3.6+ */
  -webkit-background-size: 51px, cover;
  /* Safari 3.1+ ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ Chrome 4.0+ */
  -o-background-size: 51px, cover;
  /* Opera 9.6+ */
  background-size: 51px, cover;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 144, 223, 0.66);
  /*position: absolute;
  top: 30%;
  left: 30%;
  font-size: 50px;*/
}
.views-field-field-tags-portfolio .field-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.view-portfolio .item-list li{
  position: relative;
}
.view-portfolio .item-list li:hover .views-field-field-portfolio-image a:after{
  display: block;
  animation: views-field-field-background-image_gwd-keyframes 0.5s linear 0s 1 normal forwards;
  -webkit-animation: views-field-field-background-image_gwd-keyframes 0.5s linear 0s 1 normal forwards;
  -moz-animation: views-field-field-background-image_gwd-keyframes 0.5s linear 0s 1 normal forwards;
}
.view-portfolio .item-list li:hover .views-field-field-tags-portfolio{
  display: block;
  opacity: 0;
  padding-left: 25px;
  padding-top: 25px;
  animation: view-work-gallery 0.5s linear 0.1s 1 normal forwards;
  -webkit-animation: view-work-gallery 0.5s linear 0.1s 1 normal forwards;
  -moz-animation: view-work-gallery 0.5s linear 0.1s 1 normal forwards;
}
.view-portfolio .item-list li:hover .views-field-title{
  display: block;
  animation: view-work-gallery 0.5s linear 0s 1 normal forwards;
  -webkit-animation: view-work-gallery 0.5s linear 0s 1 normal forwards;
  -moz-animation: view-work-gallery 0.5s linear 0s 1 normal forwards;
}
.view-portfolio .views-field-field-tags-portfolio div {
  z-index: 5;
}
.view-portfolio .views-field-title a{
  line-height: normal;
}
.view-portfolio .views-field-title {
  z-index: 6;
  padding-left: 25px;
  text-transform: uppercase;
  line-height: normal;
  font-size: 16px;
}
@keyframes view-work-gallery {
  0% {
    bottom: 0;
    opacity: 0;
    animation-timing-function: linear;
  }
  100% {
    bottom: 35px;
    opacity: 1;
    animation-timing-function: linear;
  }
}
@-webkit-keyframes view-work-gallery {
  0% {
    bottom: 0;
    opacity: 0;
    -webkit-animation-timing-function: linear;
  }
  100% {
    bottom: 35px;
    opacity: 1;
    -webkit-animation-timing-function: linear;
  }
}
@-moz-keyframes view-work-gallery {
  0% {
    bottom: 0;
    opacity: 0;
    -moz-animation-timing-function: linear;
  }
  100% {
    bottom: 35px;
    opacity: 1;
    -moz-animation-timing-function: linear;
  }
}

.view-portfolio .js-form-item-tid-raw input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
}
.view-portfolio .js-form-item-tid-raw label {
  font-weight: 500;
  font-family: 'Hind', sans-serif;
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  padding: 4px 9px 14px 9px;
  border: 2px solid #fff;
  width: auto;
  display: block;
  background: rgba(0, 144, 223, 0.54);
  line-height: 20px;
  margin-top: 0px;
  padding-top: 0;
}
.view-portfolio .js-form-item-tid-raw input[checked="checked"],
.view-portfolio .js-form-item-tid-raw input[checked="checked"] + label {
  color: #fff;
  background: #19c2c9;
  border: 2px solid #19c2c9;
}
.view-portfolio .views-exposed-form .panel-body{
  text-align: center;
}
.view-portfolio #edit-nid--wrapper{
  display: none;
}
.view-portfolio .panel-default {
  border-color: #f7f7f7;
}
.mapinfo-window{
  color: #3e3f3a;
}
.mapinfo-window strong{
  color: #da0311;
}
.path-node-12 .main-container > .row{
  max-width: 650px;
  margin: 0 auto;
}

/* Robotic theme style start */
/* Top Button */
.btn-btt{
  position: fixed;
  right: 25px;
  bottom: 25px;
  border-radius: 50%;
  padding: 15px 17px;
  /*background-color: #da0311;*/ /* #ff8000 */
  /*color: #fff;*/
  z-index: 9999;
  transition: all 0.5s;
  /*box-shadow: 0px 2px 10px rgba(0,0,0,.3),0px 0px 1px rgba(0,0,0,.1),inset 0px 1px 0px rgba(255,255,255,.25),inset 0px -1px 0px rgba(0,0,0,.15);*/
  display: none;
}

#block-robotic-account-menu .navbar-nav{
  border-left: 1px solid #999;
}
.dropdown:hover .dropdown-menu {
   display: block;
}
.navbar{
  margin-bottom: 0px;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;
  background: #2d2d37;
  background: #fff;
/*  -webkit-border-bottom-right-radius: 100px;
  -webkit-border-bottom-left-radius: 100px;
  -moz-border-radius-bottomright: 100px;
  -moz-border-radius-bottomleft: 100px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;*/
}
.navbar-fixed-top #block-robotic-branding img{
  max-width: 250px;
  /*margin-top: 8px;*/
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-transition: all 0.20s ease-in-out;
  -moz-transition: all 0.20s ease-in-out;
  -ms-transition: all 0.20s ease-in-out;
  -o-transition: all 0.20s ease-in-out;
  transition: all 0.20s ease-in-out;
}
.navbar-fixed-top{
  padding: 0 0 0 0;
  border:0;
  border-bottom: 1px solid #e8e8e8;
}
.navbar-fixed-top.scrolled{
  padding: 0px 0;
}
#navbar.scrolled .nav>li>a {
    padding: 25px 18px; /* 14px 8px */
    padding-bottom:18px;
}
.navbar-fixed-top{
  /*background: url(../images/background.svg) #0678be no-repeat top left;*/
  /*background: url(../images/bg-pattern.png) #000 repeat top left;*/
  /*background: url(../images/preview.png) #0678be no-repeat top left;*/
  /*background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;*/
  /*background: #2d2d37;*/
  
}
.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
  color: #353535;
  background: transparent;
  /*border-bottom: 4px solid #0090df;*/
}

#footer {
  margin-top: 0px;
  padding-top: 0px;
  margin-bottom: 0;
  padding-bottom: 0;
  border-top: 1px solid #555555;
  background: #2d2d37;
}
span.glyphicon.glyphicon-heart{
  color: red;
  font-size: 13px;
}
.home-slider{
  background: url(../images/home-design.png) #79a736 repeat top left;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 400px;
  height: auto;
}
.region-slider{
  margin-top: 60px;
}
.region-slider h2, .region-slider a{
  color: #fff;
}
.sqc-product-row {
  display: inline-block;
  margin-top: 45px;
  width: 100%;
}
.sqc-product-row .sqc-item {
  float: left;
  text-align: center;
}
.sqc-product-row .sqc-image {
  width: 150px;
}
#footer-top {
  background-color: #2D2D37;
  padding: 30px 0;
  color: #fff;
}
#footer-bottom{
  padding: 10px 0;
  color: #fff;
  background: #006F9E;
}
#footer-bottom p{
  color: #fff;
}
.img-container {
  float: left;
  height: auto;
  min-height: 250px;
  width: 100%;
  /*background: url(../images/install.jpg) right no-repeat;
  background-color: #666;
  background-size: cover;*/
}
.vcontainer{
  height: auto;
  min-height: 230px;
  text-align: center;
}
.vcontainer:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.install-content{
  height: auto;
  /*width: 50%;*/
  display: inline-block;
  vertical-align: middle;
}
.faq-question-answer .faq-question{
  padding-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.faq-question-answer .faq-question a{
  display: block;
}
.faq-question-answer .faq-question:before {
  display: inline-block;
  font: 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f078";
  position: absolute;
  right: 20px;
}
.navbar-nav>li>.dropdown-menu{
  top: 100%;
  background-color: #fff;
  border:0 !important;
}
.dropdown-menu:after{
  border-bottom:13px solid #25252D;
  border-left:13px solid transparent;
  border-right:13px solid transparent;
  content:" ";
  height:0;
  left:25%;
  margin-left:-13px;
  margin: 0px auto 0px auto;
  position:absolute;
  top:-13px;
  width:0
}
/*.navbar-nav > li > a {
  position: relative;
}
.navbar-nav > li:hover > a:after{
  border-bottom:13px solid #25252D;
  border-left:13px solid transparent;
  border-right:13px solid transparent;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  bottom: 0px;
  width:0
}*/
.dropdown-menu>li>a {
  display: block;
  padding: 5px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #337ab7;
  white-space: nowrap;
}
.dropdown-menu{
  border: 1px solid rgba(76, 76, 76, 0.15);
  min-width: 175px;
  border-top: 0px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.scrolled .dropdown-menu{
  /*border-top: 3px solid transparent;*/
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
  background-color: #207cd1;
  color:#fff !important;
  background-image:none;
}
.navbar-brand, .navbar-nav>li>a {
    text-shadow: none;
}
.navbar-nav > li:focus > a:not(.btn), 
.navbar-nav > li:active > a:not(.btn) 
{
    color: #919191 !important;
}
.navbar-nav > li:hover > a:not(.btn) {
    color: #207cd1 !important;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover{
  background: #207cd1 !important;
  color: #fff;
}
#block-robotic-account-menu,
#block-robotic-main-menu{
  float: right;
}
#roboticCarousel .carousel-caption{
  right: 0%;
  left: 0%;
}
header#navbar + div,
#roboticCarousel{
  margin-top: 86px;
}
#roboticCarousel{
  min-height: 400px;
  background: #000;
}
.carousel-indicators .active{
  background-color: #ff8000;
}
#roboticCarousel .text-left {
  margin-top: 105px;
  text-align: center;
}
#roboticCarousel .text-right {
  margin-top: 50px;
  text-align: center;
}
.text-right img{
  max-width: 100%;
}
.title{
  -webkit-animation-delay:1s;
  -moz-animation-delay:1s;
  -ms-animation-delay:1s;
  -o-animation-delay:1s;
  animation-delay:1s;
}
.text{
   -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  -ms-animation-delay:1.5s;
  -o-animation-delay:1.5s;
  animation-delay:1.5s;
}
.da-link{
  text-align: center;
  background-color: #fe8000;
  border: 2px solid #fe8000;
  color: white;
  padding: 6px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  border-radius: 25px;

  -webkit-animation-delay:2s;
  -moz-animation-delay:2s;
  -ms-animation-delay:2s;
  -o-animation-delay:2s;
  animation-delay:2s;
}
a.da-link:focus, a.da-link:hover {
  color: #fff;
}
.carousel-control.left,
.carousel-control.right{
  background-image: none !important;
}
.carousel .item img.slider-bg-img{
  position: relative;
  width: auto;
  min-width: 100%;
  height: 400px;
  overflow: hidden;
}
.carousel .item .carousel-caption{
  position: relative;
  width: auto;
  min-width: 100%;
  height: 400px;
  overflow: hidden;
}
.carousel .item .carousel-caption.no-image{
  position: relative;
}
html.user-login {
  background: url(../images/user-bg.jpg) center center / cover no-repeat fixed rgb(238, 238, 238);
  background-size: 100%;
}
body.user-login{
  background: transparent;
}
#user-page{
  display: block;
  width: 385px;
  height: auto;
  margin: 0px auto;
  background: rgba(255,255,255,0.85);
  padding: 30px;
  margin-top: 140px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
body.user-login input{
  width: 100%;
  max-width: 100%;
  min-height: 32px;
  border: 1px solid #dcdcdc;
  padding: 0 7px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
body.user-login input[type=submit]{
  height: 36px;
  border: 2px solid rgb(255, 128, 0);
  background: #ff8000;
  color: #fff;
  outline: none;
}
.login-logo{
  margin: 0 0 20px 0;
  display: block;
  text-align: center;
}
.login-tabs{
  margin: 0 0 20px 0;
}
.login-tabs .nav>li>a {
  padding: 3px 10px;
  text-transform: capitalize;
}
.nav>li>a {
  padding: 14px 8px;
}
#navbar .nav>li>a {
  padding: 20px 18px; /* 14px 8px */
  padding-bottom: 14px;
}
.nav-tabs>li>a:hover {
    border-color: rgba(238, 238, 238, 0.07);
}
.nav>li>a:focus, 
.nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0);
}
.social-section{
  display:none;
}
.social-section .social-links {
    margin-top: 30px;
    margin-bottom: 20px;
}
.social-section .social-links ul {
  list-style: none;
}
.social-section .social-links ul li {
  display: inline-block;
  margin: 0 3px;
}
.social-section .social-links i.fa {
  background-color: #fff;
  width: 30px;
  line-height: 30px;
  font-size: 20px;
  /*color: #da0311;*/ /* #e87706 */
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.label {
  color: #2d2d37;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.main-container [role="contentinfo"]{
  background: #f3f2c2;
  padding: 10px 20px;
  border-radius: 3px;
}

.navbar-default{
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0);
}
form.contact-form{
  padding-top: 20px;
}
div[aria-label="Status message"]{
  background: #fff6c1;
  padding: 5px 10px;
  border-radius: 5px;
}
#featured{
  clear: both;
  margin: 20px 0 10px 0;
}



.tabs-left, .tabs-right {
  border-bottom: none;
  padding-top: 2px;
}
.tabs-left {
  border-right: 1px solid #ddd;
}
.tabs-right {
  border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
  float: none;
  margin-bottom: 2px;
}
.tabs-left>li {
  margin-right: -1px;
}
.tabs-right>li {
  margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
  border-bottom-color: #ddd;
  border-right-color: transparent;
}

.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
  border-bottom: 1px solid #ddd;
  border-left-color: transparent;
}
.tabs-left>li>a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  display:block;
}
.tabs-right>li>a {
  border-radius: 0 4px 4px 0;
  margin-right: 0;
}
.sideways {
  margin-top:50px;
  border: none;
  position: relative;
}
.sideways>li {
  height: 20px;
  width: 120px;
  margin-bottom: 100px;
}
.sideways>li>a {
  border-bottom: 1px solid #ddd;
  border-right-color: transparent;
  text-align: center;
  border-radius: 4px 4px 0px 0px;
}
.sideways>li.active>a,
.sideways>li.active>a:hover,
.sideways>li.active>a:focus {
  border-bottom-color: transparent;
  border-right-color: #ddd;
  border-left-color: #ddd;
}
.sideways.tabs-left {
  left: -50px;
}
.sideways.tabs-right {
  right: -50px;
}
.sideways.tabs-right>li {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sideways.tabs-left>li {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.navbar {
    border: 0px solid transparent !important;
}
button, input, select, textarea{
  display: block;
  width: 100%;
  height: 33px;
  padding: 0px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #3e3f3a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dfd7ca;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s , -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s , box-shadow ease-in-out .15s;
}
button, html input[type=button], input[type=reset], input[type=submit]{
  width: auto!important;
  line-height: 15px;
  background: #da0311;
  color: #fff;
  border: 0;
  display: inline-block;
}
.block-search input{
  float: left;
  width: auto;
}
.form-actions{
  margin-top: 15px;
}
.captcha input{
  width: auto;
}
.captcha{
  padding: 15px 0 0 0;
}
.modal-dialog {
    width: 100%;
}
.modal-body {
    padding: 0px;
}
body > .ui-widget-overlay{
  background: #000;
  z-index: 99999999;
  opacity: 0.7;
}
.ui-dialog .ui-dialog-titlebar-close{
  width: 20px!important;
}
a.use-ajax.contact-form{
  display: none;
}
.ui-button-text-only .ui-button-text {
    padding: 0 !important;
}
.ui-dialog textarea.form-control{
  height: 70px;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons{
  min-width: 400px;
}
.post-details{
  display: block;
  float: left;
  padding: 8px 20px;
  background: #e8e8e8;
  color: #00004b;
  border-radius: 4px;
  border: none;
  margin-top: 5px;
}
div.views-row{
  clear: both;
  padding-top: 10px;
  padding-bottom: 50px;
}
.post-title a{
  color: #444;
  font-size: 28px;
}
.post-title a:hover,
.post-title a:active{
  text-decoration: none;
}
hr {
  margin-top: 7px;
  margin-bottom: 7px;
}
.author,
p.post-meta a,
p.post-meta{
  color: #999;
  font-size: 12px;
  padding: 0px 0 10px 0;
  margin: 0;
}
.post-img img{
  width: 100%;
  height: auto;
  /*max-height: 250px;*/
}
.navbar.pull-right{
  background-color: transparent !important;
}
#block-robotic-powered {
  text-align: center;
}
.search-button input[type="submit"]{
    font-family: FontAwesome;
    color: #fff !important;
    display: inline;
    font-size: 18px;
}
#search-block-form .form-actions{
  position: relative;
}
#search-block-form .form-search{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
#search-block-form .search-button{
  position: absolute;
  right: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  z-index: 5;
  background: #373b34;
}
.filter-wrapper{
  height: auto !important;
}
#footer-top h2{
  font-size: 18px;
}
#footer-top .nav>li>a {
  padding: 5px 8px;
  color: #d4d4d4;
}
#footer-top .nav>li>a:hover{
  color: #fff;
}
.text-center{
  text-align: center;
}
.front-page #block-robotic-page-title{
  display: none;
}
.home-container .block-title,
.front-page .main-container .block-title{
  text-align: center;
}
.home-container h2 {
    font-size: 21px;
}
h2.block-title{
  font-size: 30px;
}
/* home page */
.feature{
  padding: 30px 0 50px 0;

}
.text-center i {
  font-size:40px;
  margin-top:70px;
  margin-bottom:30px;
  color:#fff;
  padding:50px;
  background:#5fa924;
  border-radius:50%;
  display: inline-block;
  height: 140px;
  width: 140px;
}
.block-title{
  text-transform: capitalize;
}
.text-center h2 {
  margin-top:20px;
  margin-bottom:20px;
  text-transform:uppercase;
  font-size:18px;
  color: #1BBD36;
}
.about {
  background: #eee;
  padding: 30px 0 50px 0;
}
.aboutus h3 {
  margin-bottom:30px;
  font-weight:800;
}
.aboutus h4 {
  margin-top:30px;
  margin-bottom:30px;
  font-weight:700;
}
.team,
.partner {
  color: #fff;
  text-align: center;
  padding: 50px 0 70px 0;
  background: url(../images/partner_bg.png) 50% 50% no-repeat;
  background-size: cover;
  background-color: gray;
  background-attachment: fixed;
}
.partners ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.partners ul li {
    display: inline-block;
    float: left;
    width: 20%;
}
.partners ul li a img {
    margin-top: 50px;
}
.testimonial{
  background: #eee;
  padding: 20px 0 40px 0;
}

#tcb-testimonial-carousel {
  margin-top: 30px;
}
#tcb-testimonial-carousel a {
  color: #b20000;
}
#tcb-testimonial-carousel .text-brand {
  color: #b20000;
}
#tcb-testimonial-carousel .carousel-indicators .active {
  background: #b20000;
}
#tcb-testimonial-carousel .no-margin {
  margin: 0;
}
#tcb-testimonial-carousel .carousel-indicators li {
  border: 1px solid #ccc;
}
#tcb-testimonial-carousel .carousel-control {
  color: #b20000;
  width: 5%;
}
#tcb-testimonial-carousel .carousel-control:hover,
#tcb-testimonial-carousel .carousel-control:focus {
  color: #b20000;
}
#tcb-testimonial-carousel .carousel-control.left,
#tcb-testimonial-carousel .carousel-control.right {
  background-image: none;
}
#tcb-testimonial-carousel .item {
  padding: 15px 40px;
  /*background: #f8f8f8;*/
}
#tcb-testimonial-carousel .media-object {
  margin: auto;
}
.main-container img,
.about img,
.testimonial img,
.feature img{
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
nav#block-robotic-main-menu a{
color: #207cd1;
font-weight: bold;
line-height: 38px;
}
.home-page-banner img{
width:100%;
height:auto;
}
.region-footer-first ul.menu.nav li{
padding: 6px 0 6px 8px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}
.region-footer-first ul.menu.nav li a{
font-weight:500;
font-size:18px;
font-family:calibri;
    color: #ffffff;
}
.region-footer-third li, .region-footer-second li{
list-style: none;
}
.region-sliders .owl-theme .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
	font-size:0;
}
.region-sliders .owl-theme .owl-controls .owl-next:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
}
.region-sliders .owl-theme .owl-controls .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
	font-size:0;
}
.region-sliders .owl-theme .owl-controls .owl-prev:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f104";
}
.home_focus_area_section{
	    background-color: #f5f5f5;
    padding: 3% 0 6% 0;
}
.home_goto_photo::after{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f0a9";
    padding-left: 10px;
}
.focus-icon1 {
    width: 40%;
    float: left;
    padding: 0 5%;
}
.focus-icon2 {
   width: 60%;
    float: left;
    color: #fff;
    padding-left: 5%;
	font-size: 27px;
}
.focus-icon3 {
   width: 60%;
    float: left;
    color: #fff;
    padding-left: 5%;
	font-size: 27px;
}
.theme-color{
color: #207cd1 !important;
}
.focus-icon1 img{
width:100%;
}
#footer-top{
background: url(footer-top-bg.jpg) repeat #333;
}
.styled-icons li {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 0;
}
.socil_icon_connect_int a, .socil_icon_connect_facebook a, .socil_icon_connect_twitter a, .socil_icon_connect_inkedin a, .socil_icon_connect_youtube a, .socil_icon_connect_blog a {
    font-size: 0px !important;
}
.socil_icon_connect_facebook a::before {
    content: "\f09a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 29px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.styled-icons.icon-bordered a {
    border: 1px solid #777777;
}
.styled-icons.icon-sm a {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    margin: 2px 7px 2px 0;
    width: 30px;
	float:left;
	text-align: center;
	color:#fff;
}
.socil_icon_connect_twitter a::before {
    content: "\f099";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 29px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.socil_icon_connect_inkedin a::before {
    content: "\f0e1";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 29px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.socil_icon_connect_int a::before {
    content: "\f16d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    line-height: 29px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.smart-cities-inner{
border: 1px solid #f5f5f5;
    padding: 14px;
	display: inline-block;
	width: 100%;
	height:250px;
}
.smart-cities-inner1{
border: 1px solid #f5f5f5;
	display: inline-block;
	width: 100%;
	height:250px;
}
.smart-cities-inner2{
	border: 1px solid #f5f5f5;
	display: inline-block;
	width: 100%;
	height:250px;
	overflow-y:auto;
}
.home-social_tab{
	display:inline;
	padding:10px 15px;
	margin-right:-15px;
}
.home-social_tab a{
	
	padding:10px;
	font-size:18px;
}
.home-social_tab a:hover{

border:0;
}
.home_photo_gallery{
background-color: #f5f5f5;
    margin: 0 -15px;
	padding:3% 0 5% 0;
}
h2.home_heade_h2
{
	    font-size: 34px;
    font-family: arial;
    text-align: center;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 21px;
    color: #207cd1;
}
.home_recent_gallery{
border: 1px solid #cecece;
    padding: 5px;
    background: #fff;
    transition: all 2s ease-out;
}
.home_recent_gallery_readmore{
    margin: auto;
    text-align: center;
    font-size: 18px;
    width: 77%;
    background: #084884;
    padding: 10px 15px;
    border-radius: 4px;
    color: #fff;
    position: relative;
	margin-top: -5%;
}
a.home_goto_photo{
    
    padding: 10px 20px;
    background-color: #f58120;
    border-color: #c36317;
    transition: all .6s ease-out;
    color: #fff;
}
.what-new_row{
padding:10px 15px;
background-color:#f5f5f5;
}
.home_collabora{
margin:5% 0;
}
.what-new_row1{
padding:10px 15px;
}
ul.styled-icons.icon-bordered{
	padding-left: 0;
}
.smart-cites_col1 {
    background: #cf3838 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    margin: 0 2% 2% 0;
    min-height: 48px;
    padding: 1%;
    text-align: center;
    width: 47%;
    font-weight: bold;
}
.smart-cites_col2{
background: #0088bb none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    margin: 0 2% 2% 0;
    min-height: 48px;
    padding: 1%;
    text-align: center;
    width: 47%;
    font-weight: bold;
}
.smart-cites_col3{
	background: #35bdf0 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    margin: 0 2% 2% 0;
    min-height: 48px;
    padding: 1%;
    text-align: center;
    width: 47%;
    font-weight: bold;
}
.smart-cites_col4{
background: #e68406 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    margin: 0 2% 2% 0;
    min-height: 48px;
    padding: 1%;
    text-align: center;
    width: 47%;
    font-weight: bold;
}
.smart-cites_col5{
	background: #05684f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 13px;
    margin: 0 2% 2% 0;
    min-height: 48px;
    padding: 1%;
    text-align: center;
    width: 47%;
    font-weight: bold;
}
.top_header_home li{
	    list-style: none;
    float: left;
	 font-size:10px;
}
.top_header_home li a{
	  font-size:10px;
}
#top_header_home1 li, #top_header_home1 li:hover{
list-style: none;
    float: left;
    padding: 5px 3px;
    font-size: 12px;
    line-height: 27px;
	position:relative;
	z-index:999999;
	border-right: 1px solid #eee;
    border-left: 1px solid #eee;
	text-decoration: initial !important;
}
#top_header_home1 li a{
color:#000;
}
langauage_visible1 a{
font-size:13px;
}
.home_banner1{
background-color:#f5f5f5;
margin-bottom:0
}
ul.langauage_visible, ul.langauage_visible1, .langauage_visible2, ul.langauage_visible3{
position: absolute;
    height: auto;
    top: 40x;
    left: 0;
    z-index: 9999;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background: #d4d3d3 !important;
    padding: 3px;
	display:none;
}
ul.langauage_visible li, ul.langauage_visible1 li, .langauage_visible2 li,ul.langauage_visible3 li{
border:0 !important;
padding: 0px !important;
border-left: 0px solid #eeeeee;
    border-top: 1px solid #cecece;
}

.select-language_ta:hover .langauage_visible, .select-language_ta1:hover .langauage_visible1,
.select-language_ta3:hover .langauage_visible3
{
display:block !important;
}

ul.langauage_visible1 li a, ul.langauage_visible1 li a:hover, ul.langauage_visible3 li a:hover{
font-size:13px !important;
    color: #000;
    display: inline-block;
    height: auto;
    line-height: 22px;
    margin-top: 0px;
    width: 38px;
    text-align: left;
       padding: 3px 13px !important;

}
ul.langauage_visible1{
background-color:#f5f5f5;

}
.top-headre_search-box{
width:220px;
line-height: 3px;
}
.top-headre_search-box1{
    width: 187px;
    float: left;
}
.top-headre_search-box2{
float:left;
}
.langauage_visible1 li
{
	padding:2px; 
}
.about-us-info{
    padding: 10px;
    background-color: #207cd1;
    color: #fff;
font-size: 20px;
margin-bottom:13px;
}
.board_desgination{
color: #333;
font-size: 19px;
font-weight: 600;
}
.views-field-field-media-coverage-image img{
width:100%;
height:190px;
}
.views-field-field-published-date{
background: #f45650 none repeat scroll 0 0;
    color: #fff;
    font-weight: 600;
    height: 60px;
    left: 3px;
    padding: 10px 15px;
    position: absolute;
    text-align: center;
    top: 13px;
    width: 70px;
	font-size:18px;
}
.media-coverage-body p{
line-height: 25px;
	color: #121212;
	margin-bottom: 20px;
	 font-family:calibri;
	 font-size:17px
}
.media-coverage-body{
   padding: 0px 13px 17px;
    background: #fff;
	border: 1px solid #eee;
    box-shadow: 0 2px 6px rgba(9,9,9,.15);
}
.media-coverage-title a{
font-weight: 700;
    line-height: 22px;
	    color: #f45650;
		font-family:calibri;
		font-size:22px
}
.media-coverage-title{
font-weight: 700;
    font-size: 18px;
    line-height: 22px;
}
.media-readmore{
margin-top:20px;
}
.media-readmore a{
	color: #f45650;
}
.views-field-field-media-coverage-image img:hover{

}

.views-field-field-published-date::before {
    border-color: transparent transparent #e50800;
    border-style: solid;
    border-width: 8px;
    content: "";
    left: 4px;
    position: absolute;
    top: -8px;
    transform: rotate(-226deg);
}
.block-views-blockmedia-coverage-block-1 h2.block-title, #block-views-block-citizens-for-chennai-block-2 h2.block-title{
display:none;
}
#block-aboutchennaibanner img{
width:100%;
}
.sub_page_menu li {
    margin: 7px 0 0 0;
    padding: 0;
    border: none;
    list-style: none;
}
.sub_page_menu li a {
    padding: 10px 10px 10px 20px;
    background: #207cd1 !important;
    text-decoration: none;
    display: block;
    position: relative;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.logo-color{
color: #207cd1;
}
.citizens-time{
position: absolute;
    left: 43px;
    top: 20px;
    background: #207cd1;
    color: #fff;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 20px;
    z-index: 1;
    -webkit-box-shadow: 7px 7px 0px 0px rgb(134, 140, 146);
    box-shadow: 7px 7px 0px 0px rgb(134, 140, 146);
    -ms-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.citizens-body-layout{
padding:0 25px 25px 25px;
background-color:#fff;
border: 1px solid #eee;
    box-shadow: 0 2px 6px rgba(9,9,9,.15);
}
.citizens-body-layout p{
font-size:16px;
line-height:27px;
}
.citizens-body-layout a{
font-size:16px;
line-height:27px;
}
.citizens-title a{
font-size: 24px;
font-weight:700;
}
.citizens-read-more a{
    color: #207cd1;
	font-weight: 700;
    position: relative;
}
.citizens-read-more a::before{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
-ms-transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
	content: "\f101";
	padding-right: 10px;
		
}
.citizens-body-image img{
width:100%;
}
.citizens-chennai-col{
position:relative;
}
#block-citizenrecentpost .single-recent-post{
display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#block-citizenrecentpost .single-recent-post span{
color: #207cd1;
    font-size: 15px;
}
#block-citizenrecentpost .single-recent-post .img{
flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
#block-citizenrecentpost .single-recent-post .img img{
border-radius: 8px;
width:100%;
}
#block-citizenrecentpost .single-recent-post .content {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
}
.citizens-body-image::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(47,47,47,.3);
    z-index: 1;
}
.citizens-body-image{
    position: relative;
    overflow: hidden;
}
#block-robotic-main-menu .dropdown:hover .dropdown-menu:after{
content:initial;
}
#block-robotic-main-menu .dropdown ul.dropdown-menu li a:hover{
background-color:#207cd1 !important;
color:#fff !important;
font-weight:500;
}
#block-robotic-main-menu .dropdown ul.dropdown-menu li {
border-bottom:1px solid #ddd;
}
#block-robotic-main-menu .dropdown ul.dropdown-menu li a{
line-height:30px;
font-family: calibri;
font-weight:500;
color:#000;
}
#block-robotic-main-menu .dropdown ul.dropdown-menu{
padding:0 0;
}
.smart-mobility-row{
clear:both;
padding-top:20px;
}
.accordionfocue {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px 18px 18px 0;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.smart-mobility-row .active, .accordionfocue:hover {
    background-color: #fff;
}

.accordionfocue:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.smart-mobility-row .active:after {
    content: "\2212";
}

.accordionpanel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.current_heade_h2{
color: #207cd1;
font-size:35px;
font-family:calibri !important;
}
.views_small_focus{
background: #FFF;
    background: -webkit-linear-gradient( #FFFFFF 0%, #FFFFFF 20%, #F8F8F8 85%, #EDE9EA 100%);
    background: -o-linear-gradient(#FFFFFF 0%, #FFFFFF 20%, #F8F8F8 85%, #EDE9EA 100%);
    background: -moz-linear-gradient(#FFFFFF 0%, #FFFFFF 20%, #F8F8F8 85%, #EDE9EA 100%);
    background: linear-gradient(#FFFFFF 0%, #FFFFFF 20%, #F8F8F8 85%, #EDE9EA 100%);
    box-shadow: 0px 0px 12px #9e9d9d;
    padding: 14px 18px;
    font-size: 21px;
	font-family:calibri !important;
    color: #151515;
    margin-top: 24px;
}
.focus-img-icon{
height: 60px;
    margin-right: 10px;
}
.accordionpanel {
background: #FFF;
    background: -webkit-linear-gradient( #FFFFFF 0%, #FFFFFF 20%, #F8F8F8 85%, #EDE9EA 100%);
    background: -o-linear-gradient(#FFFFFF 0%, #FFFFFF 20%, #F8F8F8 85%, #EDE9EA 100%);
    background: -moz-linear-gradient(#FFFFFF 0%, #FFFFFF 20%, #F8F8F8 85%, #EDE9EA 100%);
    background: linear-gradient(#FFFFFF 0%, #FFFFFF 20%, #F8F8F8 85%, #EDE9EA 100%);
    box-shadow: 0px 0px 12px #9e9d9d;
}
.accordionpanel .accordioniiner{
padding:20px 15px;
}
.accordionpanel .accordioniiner1{
border-top: 2px solid #0089CC;
padding: 15px 25px;
margin: 0 -18px;
}
.smart-technology-row, .smart-environment-row, .smart-water-row, .smart-energy-row{
clear: both;
padding-top: 20px;
}
.subpage-slide img{
    width: 100%;
	height:100%;
    background-size: cover;
}
.property-box .img-container {
    display: block;
    position: relative;
    overflow: hidden;
    height: 250px;
float: initial;
}
.property-box .img-container img {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%;
    height: auto;
    -webkit-transition: all 5s ease;
    -o-transition: all 5s ease;
    transition: all 5s ease;
}
.property-box .img-container .caption {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 90px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.property-box .img-container .caption .t-sec {
    background: rgba(7, 80, 181, 0.7);
}
.property-box .img-container .caption .b-sec {
    background: #f9f9f9;
    text-transform: lowercase;
    font-weight: normal;
    color: #2d2d2d;
    line-height: 40px;
}
.property-box:hover .img-container .caption {
    bottom: 0;
}
.property-box .img-container .caption {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    height: 90px;
    text-align: center;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 50px;
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.property-box .img-container .caption .t-sec, .property-box .img-container .caption .b-sec {
    display: block;
}
.property-box .desc .more-home {
    display: block;
    margin: 10px 0 5px;
    font-size: 15px;
    clear: both;
	color:#2d2d2d;
}
.property-box .desc {
    margin-top: 15px;
    padding: 0 0 0 15px;
    border-left: 2px solid #ebebeb;
}
.smart-mobility-icon{
height:45px;
padding-right:15px;
}
.page-title_sub{
color: #207cd1;
    font-family: callibri;
    font-size: 41px;
}
.news-press-release1 img{
	width:100%;
	height:auto;

}
.news-press-release1{
	margin:10px;
position:relative;
}

.subpage-news-row1{
position: absolute;
    bottom: 0;
    background-color: #337ab7;
    width: 100%;
	padding: 10px;
	color:#fff;
}
.subpage-news-row1 a{

	color:#fff !important;
}
.media-coverage .content, .citizens-for-chennai .content, .news-press-release .content{
display:none;
}
#block-citizenrecentpost1 .single-recent-post {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
#block-citizenrecentpost1 .single-recent-post .img{
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}
#block-citizenrecentpost1 .single-recent-post .content1 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
}
#block-citizenrecentpost1 .single-recent-post span{
    color: #207cd1;
    font-size: 15px;
}
#block-citizenrecentpost1 .single-recent-post .img img {
    border-radius: 8px;
    width: 100%;
}
#block-citizenrecentpost .single-recent-post .content1 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-left: 15px;
}
.media-coverage .col-sm-9 img{
	width:100%;
	height: auto;

}
.media-coverage h1.page-title{
    font-size: 34px !important;
}
.img-responsive{
display: block;
    max-width: 100%;
    height: auto;
}
.top_social_icon_facebook a::before {
    content: "\f082";
	color: #3A559F;   
}
.top_social_icon_twitter a::before {
    content: "\f081";
	color: #55ACEE;   
}
.top_social_icon_instagram a::before {
    content: "\f16d";
	color: #DC4A38;   
}
.top_social_icon_linkedin a::before {
    content: "\f08c";
	color: #0077B7; 
}
.top_social_icon_youtube a::before {
    content: "\f167";
	color: #DC4A38;
}

.top_social_icon_facebook a, .top_social_icon_twitter a, .top_social_icon_google a, .top_social_icon_youtube a, .top_social_icon_linkedin a, .top_social_icon_instagram a{
font-size:0 !important;

}
.top_social_icon_facebook a::before, .top_social_icon_twitter a::before, .top_social_icon_google a::before, .top_social_icon_youtube a::before, .top_social_icon_linkedin a::before, .top_social_icon_instagram a::before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 24px;
	margin-top: 3px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* Extra Small */
@media(max-width:767px){
  .block-system-branding-block{
    width: 70%;
    float: left;
  }
   .media-coverage-col{
  position: relative;
    padding-bottom: 30px;
  }
  .views-field-field-published-date {
    left: 0px;
    top: 11px;
}
  .dropdown-menu{
      position: relative;
    top: 100%;
    left: inherit; 
   z-index: inherit;
   display: none; 
    float: inherit; 
	text-align:center;
  }
  #block-robotic-main-menu .dropdown ul.dropdown-menu li {
    border-bottom: inherit !important; 
}
.navbar-fixed-top .navbar-collapse {
    max-height: inherit;
}
  #block-robotic-main-menu,
  .navbar.pull-right{
    width: 100%;
    text-align: center;
  }
  #block-robotic-account-menu{
    text-align: center;
    width: 100%;
    float: left;
  }
    #tcb-testimonial-carousel .media-object {
    margin-bottom: 15px;
  }
  #footer{
    text-align: center;
  }
 
  .navbar-fixed-top #block-robotic-branding img {
    max-width: 150px;
    position:absolute;
  }
  nav#block-robotic-main-menu a {
    line-height: 31px;
	padding:2px !important;
}
.home_banner1 .container{
	padding:0 !important;

}
#block-topheader .col-md-6.col-sm-12, #block-topheader .col-md-4.col-sm-12{
padding:0 !important;
}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: relative;
}
.home_banner{
margin-top:0 !important;
}
#top_header_home1 li, #top_header_home1 li:hover { 
    padding: 2px;
}
.top_header_home li{
width:100%;
}
#top_header_home1{
padding-left:2px;
}
.moobile-none{
display:none;
}
#mobility{
    width: 100%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg_on1.jpg);
    height: 162px;
    padding: 10px;
    padding-top: 38px;
	margin-bottom:5%;
}
#technology {
    width: 100%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    height: 162px;
    margin-bottom:5%;
    padding-top: 38px;
}
#energy {
    width: 100%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg_on1.jpg);
    height: 162px;
    padding: 10px;
    margin-bottom:5%;
    padding-top: 38px;
}
#water {
    width: 100%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    height: 162px;
    padding: 10px;
   margin-bottom:5%;
    padding-top: 38px;
}
#enviro {
    width: 100%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg_on1.jpg);
    height: 162px;
    margin-bottom:5%;
    padding-top: 38px;
}
.home_heade_h2{
font-size:20px !important;
}
.region-footer-fifth{
padding-top:10px;
}
#mobility1{
    width: 48%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg_on1.jpg);
    padding: 20px 10px;
    height: 89px;
}

#technology1 {
    width: 48%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    margin-left: 8px;
    padding: 20px 10px;
    height: 89px;
}


#energy1 {
    width: 48%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    padding: 20px 10px;
    height: 89px;
	margin-top:10px;
}
#water1{
    width: 48%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    margin-left: 8px;
    padding: 20px 10px;
    height: 89px;
	margin-top:10px;
}
#enviro1 {
    width: 48%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    padding: 20px 10px;
    height: 89px;
	margin-top:10px;
}
.focus-icon2 {
    font-size: 34px;
}
.focus-icon3 {
    font-size: 18px;
}
#water1 .focus-icon1 img, #energy1 .focus-icon1 img{
	width: 100% !important;
}
}
@media (max-width:350px){
#top_header_home1 li, #top_header_home1 li:hover {
    font-size: 11px;
}
}
@media (min-width:768px){
	.news-press-release1{
width: 30.5%;
    float: left;
    margin: 0 15px 0px 15px;
	}
	#block-citizenrecentpost1{
	margin-top:-85px;
	}
.media-coverge-title{
margin-top:85px;
}


	#block-citizensforchennaibanner{
margin-bottom: -110px;
}
.subpage-news-row1 a{
font-size: 21px;
font-family: calibri;
}
.subpage-news-row1 time{
font-size: 15px;
font-family: calibri;
font-weight: bold;
}
.search-block-form .form-search{
	padding: 15px;
    height: 39px;
}
#search-block-form .search-button{
height: 39px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: calibri !important;
}
.col-md-footer{
	width:20%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
#block-mainnavigationtamil li.expanded.dropdown{
	display:inline;
	float:left;

}
#block-mainnavigationtamil ul.menu.dropdown-menu li.expanded.dropdown {
    float: none !important;
	    border-bottom: 1px solid #ddd !important;
		display: block !important;
}
#block-mainnavigationtamil .dropdown-menu{
    padding:0 !important;
	margin:0 !important;
}
#block-mainnavigationtamil .dropdown-menu:after {
   content:initial !important;
    
}
#block-mainnavigationtamil li.expanded.dropdown a{
	    padding: 18px 8px !important;
    font-size: 12px;
    font-weight: 600;

}
#navbar{
box-shadow: 34px 6px 20px rgba(0, 0, 0, 0.4);
}
.media-coverage-col{
width:33.33%;
float:left;
position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.about-us{
margin-top:203px;
}
.citizens-chennai-col{
padding:0 30px;
position:relative;
width:50%;
}
#mobility1{
    width: 18%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg_on1.jpg);
    padding: 25px;
	height: 120px;
}

#technology1 {
    width: 19%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    margin-left: 18px;
    padding: 25px;
    padding-left:13px;
	height: 120px;
}


#energy1 {
    width: 18%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    margin-left: 18px;
    padding: 25px;
	height: 120px;
}
#water1{
    width: 18%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    margin-left: 18px;
    padding: 25px;
	height: 120px;
}
#enviro1 {
    width: 19%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    margin-left: 18px;
    padding: 25px;
	height: 120px;
	padding-left:0;
}
}
@media (min-width:980px){
.navbar-fixed-top #block-robotic-branding img{

margin-bottom: -157px;
}
header#navbar + div{
margin-top: 100px !important;
}
#mobility{
    width: 18%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg_on1.jpg);
    height: 162px;
    padding: 10px;
    margin-left: 18px;
    padding-top: 38px;
}
#mobility1{
    width: 18%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg_on1.jpg);
    padding: 25px;
	height: 120px;
}
#technology {
    width: 19%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    height: 162px;
    margin-left: 18px;
    padding-top: 38px;
}
#technology1 {
    width: 19%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    margin-left: 18px;
    padding: 25px;
    padding-left:13px;
	height: 120px;
}
#energy {
    width: 18%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg_on1.jpg);
    height: 162px;
    padding: 10px;
    margin-left: 18px;
    padding-top: 38px;
}
#water {
    width: 18%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    height: 162px;
    padding: 10px;
    margin-left: 18px;
    padding-top: 38px;
}
#enviro {
    width: 19%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg_on1.jpg);
    height: 162px;
    margin-left: 18px;
    padding-top: 38px;
}
#energy1 {
    width: 18%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    margin-left: 18px;
    padding: 25px;
	height: 120px;
}
#water1{
    width: 18%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    margin-left: 18px;
    padding: 25px;
	height: 120px;
}
#enviro1 {
    width: 19%;
    float: left;
    display: inline;
    box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
    background: url(icon_bg2.jpg);
    margin-left: 18px;
    padding: 25px;
	height: 120px;
	padding-left:0;
}
#enviro1:hover, #water1:hover, #energy1:hover, #technology1:hover {
    
    background: url(icon_bg_on1.jpg);
}
#mobility1 .focus-icon2, #enviro1 .focus-icon2, #water1 .focus-icon2, #energy1 .focus-icon2, #technology1 .focus-icon2{
font-size: 28px;
    line-height: 32px;
}
#mobility1 .focus-icon3, #enviro1 .focus-icon3, #water1 .focus-icon3, #energy1 .focus-icon3, #technology1 .focus-icon3{
font-size: 28px;
    line-height: 32px;
}
.navbar-header{
margin-top: -9px;
}
.page-title {
    padding-bottom: 0px;
    margin-bottom: 0px;
	color: #207cd1;
font-family: calibri ;
font-size: 34px;
}
}
@media (min-width: 1200px){
.container {
    width: 1300px;
}
nav#block-robotic-main-menu a{
font-size: 18px;
font-family: calibri;
font-weight: normal;
}
}
.citizens-body-image img{
height: 100%;
}
.citizens-for-chennai img{
width:100%;
height:100%;
}