﻿@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'lato';
  line-height: 1;
  background: #f0f0f0;
  border-radius:5px;
  float:right;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000000;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #009ae1;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 40px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 160px;
  font-size: 12px;
  background: #333333;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}

body{
	margin:0px;
	padding:0px;
	font-family:inherit !important;
	overflow-x:hidden;
}
/*.main-bg
{
  background: none repeat scroll 0 0 #f0f0f0;
  border-radius: 7px;
}*/
.main-bg {
  background: none repeat scroll 0 0 #f0f0f0;
  border-radius: 7px;
  margin-top: 75px;
  position: absolute;
  z-index: 999;
  cursor:pointer;
}
.header-margin
{
margin-top:35px;
position:absolute;
z-index:999;
}
.right
{
	border-right:1px solid #fff;
	height:20px;
	margin-left:62px;
}
.banner
{
	/*background:url(../img/banner.jpg) no-repeat;*/
	/*height:700px;*/
	margin-left:-15px;
	margin-right:-15px;
}
li p{
color:#fff;
}
.banner-text{
	color:#fff;
	padding-top:230px;
	cursor:pointer;
	}
.hbtn {
  margin-left: -26px;
  margin-top: 40px;
}	
.btn-homepage {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  margin-left: 30px;
  padding: 18px 38px;
}
.hbtn a:hover {
  background: #23abe2;
  color: #fff;
}
.see
{
	color:#666;
	font-size:13px;
}
.make-india
{
	background:url(../img/india.jpg) no-repeat;
	height:375px;
	padding-top:10px;
}

.panel-border
{
	border-top:4px solid #ccc;
	height:540px;
}
.btn-smartcity {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 2px;
  color: #666;
  font-size: 16px;
  margin-left: 30px;
  padding: 7px 25px;
}
.fa-angle-right::before {
  color:#06C;
  font-weight:bold;
}
.footer{
	margin-top:20px;
	}
.footer li
{
color:#999;
font-size:12px;
border-bottom:1px solid #ccc;
padding:5px;
}
.footer-bottom
{
background:#EdEcE8;
height:auto;
padding:20px;
padding-left:60px;
}
.footer-bottom li
{
	color:#999;
}
.copyright
{
	font-size:13px;
	padding-top:14px;
	text-align:center;
}
.footer ul > li a {
    transition: padding 0.2s ease 0s;
}
.footer ul > li a:hover {
    /*background: none repeat scroll 0 0 #3056b2;*/
    border-radius: 1px;
    color: #23abe2 !important;
    padding-left: 10px;
}

.footer a
{
	color:#999 !important;}

	
.panel-color{
	margin-top:30px;
	}
.panel-color:hover {
    background: none repeat scroll 0 0 #23abe2;
    cursor: pointer;
    transition: all 1.2s ease 0.1s;
	border-radius:5px;
	
}
.panel-color:hover h3
{
	color:#fff;
	}
/*.search-box {
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 26px;
  line-height: 1.42857;
  padding: 1px 39px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}*/
.search-box {
  background-color: transparent;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 26px;
  line-height: 1.42857;
  padding: 1px 9px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.footer li i
{
	float:right;
	
}
.btn {
  background-color: #999;
  border: medium none;
  border-radius: 0;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  padding: 7px 12px;
  position: relative;
  z-index: 3;
}
.top-header
{
	background:#1a3970;
	color:#fff;
	margin-left:-15px;
	margin-right:-15px;
	height:155px;
}
.panel-footer.panel-border ul li {
  line-height: 25px;
}
.panel-body img
{
	width:100%;
	height:145px;
}
.head-text
{
  box-shadow: 1px -2px 11px 4px #ccc;
  background: none repeat scroll 0 0 #ccc;
    border-radius: 3px;
    color: #fff;
    text-align: center;
}
.with-breaker {
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.with-breaker span {
  display: block;
  font-size: 0.6em;
  letter-spacing: normal;
  margin-top: 10px;
  text-transform: none;
  color:#23abe2;
}
h2.with-breaker::before {
  bottom: 18px;
}
.with-breaker::after {
  content: "";
  display: block;
  font-family: "FontAwesome";
  font-size: 0.6em;
  font-style: normal;
  font-weight: 400;
  margin-top: 15px;
  color:#009ae1;
}
.with-breaker::before {
  background: none repeat scroll 0 0 #e7e7e7;
  bottom: 14px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  margin-left: -70px;
  position: absolute;
  width: 140px;
  z-index: 3;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.set{
	position:relative;

}
/*flip*/	
#f1_container {
  position: relative;
  margin: 10px auto;
  width: 355px;
  height: 281px;
  z-index: 1;
}
#f2_container {
  position: relative;
  margin: 10px auto;
  width: 355px;
  height: 281px;
  z-index: 1;
}
#f1_container {
  perspective: 1000;
}
#f2_container {
  perspective: 1000;
}
#f1_card {
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
#f2_card {
  width: 65%;
  height: 100%;
  transform-style: preserve-3d;
  transition: all 1.0s linear;
}
#f1_container:hover #f1_card {
  transform: rotateY(180deg);
  /*box-shadow: -5px 5px 5px #aaa;*/
}
#f2_container:hover #f2_card {
  transform: rotateY(180deg);
  /*box-shadow: -5px 5px 5px #aaa;*/
}
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  background-color: #aaa;
}
.face1 {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.face1.back {
  display: block;
  transform: rotateY(180deg);
  box-sizing: border-box;
  padding: 10px;
  color: white;
  text-align: center;
  background-color: #aaa;
}
/*flip end*/
.footer-res{
    float: left;
    margin-left: -52px;
    text-align: center;
}
.g1 {
    color: #2874f4;
    font-weight: lighter;
}
.heading-font
{
 color:#337ab7;
 }
.bs-example{
    	margin: 20px;
    } 
.india-1
{
	background:url(../img/india1.jpg) no-repeat;
	height:455px;
	margin-left:50px;
	background-size: 490px 440px;
	}	
.india-2
{
	background:url(../img/india2.jpg) no-repeat;
	height:455px;
	margin-left:50px;
	background-size: 490px 440px;
	
	}	
.india-3
{
	background:url(../img/india3.jpg) no-repeat;
	height:455px;
	margin-left:50px;
	background-size: 490px 440px;
	
	}
.india-4
{
	background:url(../img/india4.jpg) no-repeat;
	height:455px;
	margin-left:50px;
	background-size: 490px 440px;
	
	}		
.hvr-sweep-to-bottom {
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  position: relative;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: color;
  vertical-align: middle;
}
.hvr-sweep-to-bottom::before {
  background: #2098d1 none repeat scroll 0 0;
  opacity:.4;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  transform-origin: 50% 0 0;
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  z-index: -1;
}
.hvr-sweep-to-bottom:hover::before, .hvr-sweep-to-bottom:focus::before, .hvr-sweep-to-bottom:active::before {
  transform: scaleY(1);
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover::before, .hvr-sweep-to-bottom:focus::before, .hvr-sweep-to-bottom:active::before {
  transform: scaleY(1);
}	
.why li:hover
{
	color:#337ab7;
	font-weight:500;
}


.rotate{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }   
 
.rotate:hover   
{ 
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg); 
    -o-transform:rotate(360deg);
}

.panel-title.heading-font {
  text-transform: uppercase;
}
.heading-txt {
  color: #337ab7;
}
.smart img {
    display: block;
    transition: all 0.1s ease 0s;
  }
.smart img:hover
{
	opacity:.7;
	/*transform:rotate(-1deg) scale(1,1);*/
	}
.indus img:hover
{
	opacity:.7;
	transform:rotate(-1deg) scale(1,1);
	}
	
.bs-callout {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #eee;
  border-image: none;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px 1px 1px 5px;
  margin: 20px 0;
  padding: 20px;
}	
.bs-callout-info {
  border-left-color: #56bbd9;
}
.area img{
	padding-top:20px;
	}
.icon-color {
  color: #1eb1cc;
}
.team-bg{
	background:#F2F2F2;
}	
.hvr-grow {
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
  vertical-align: middle;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  transform: scale(0.9);
}	
.zoom-in {
  backface-visibility: hidden;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  display: inline-block;
  transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: transform;
  vertical-align: middle;
}
.zoom-in:hover, .hvr-grow:focus, .hvr-grow:active {
  transform: scale(1.1);
}
.thumbnail.team:hover {
  background: #23abe2 none repeat scroll 0 0;
  
}
.text{
	color:#000;
	}
.display_text{
	display:none;}	
.light-text > li {
  color: #666;
}	
.header-margin .fa.fa-search {
  color: #ccc;
  float: right;
  margin-top: -20px;
  padding-right: 10px;
}
.why > li a {
  color: #333;
}
.why > li a:hover {
  color: #337ab7;
}
.bs-callout.bs-callout-info a {
  
  color: #333;
}