@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
body {
  background: #fff;
  font-family:'Open Sans', Arial, sans-serif;
  color:#333;
  line-height:1.6em;
 
}
h1,h2,h3,h4,h5,h6 {
    font-weight:500; 
    font-family:'Open Sans', Arial, sans-serif;
	color:#333;
}
h1{
  font-size: 36px;
  color:#fff;
}
h2{
  font-size: 20px;
}
h3{
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 24px;
}
h4{
  font-size: 16px;
}
a {
  color: #E8CE0E;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}
a:hover, a:focus {
  color: #d43133;
}
hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.btn-primary {
  padding: 8px 20px;
  background: #047ce0;
  color: #fff;
  border-radius: 4px;
  border:none;
  margin-top: 10px;
}
.btn-primary:hover, 
.btn-primary:focus{
  background: #666;
  outline: none;
  box-shadow: none;
} 
.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}
.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
a:hover,
a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}
.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}
.center h2{
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  color:#fff;
  font-weight:bold;
}
.center p{
  color:#fff;
  text-align:justify;
}
.media>.pull-left{
  margin-right: 20px;
}
.media>.pull-right{
  margin-left: 20px;
}
.media>.pull-bottom{
  margin-left: 20px;
}
body > section {
  padding: 60px 0;
   background: #000 url(../images/slider/slide.jpeg);
  background-size: cover;
  margin-top:0px;
}

.center {
  text-align: center;
  padding-bottom: 35px;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
.lead{
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  font-style: bold;
}
.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* Header */
.navbar-fixed-top .navbar-toggle .icon-bar {
  background-color: #000;
}
.navbar>.container .navbar-brand{
  margin-left: 0;
}

.navbar-brand {
  padding: 0;
  margin:0;
  color:#ffffff;
}
.navbar-header a.navbar-brand {
font-family:SonicXBdBT;
  color:#047ce0;
}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  padding: 15px 0;
  padding-bottom: 0px;
}
 .navbar-nav{
  margin-top: 12px;
 }
.navbar-nav>li{
  margin-left: 15px;
  padding-bottom: 18px;
padding:10px;
  }
.navbar-fixed-top .navbar-nav > li > a {
  padding: 5px 15px;
  margin: 0;
  border-radius: 3px;
  color: #000;
  line-height: 24px;
  display: inline-block;
  font-weight:700;

}
.navbar-fixed-top .navbar-nav > li > a:hover{
	background-color:#fff;
  color: #2058b2;
}
.navbar-fixed-top {
   border-bottom:1px solid #bfbfbf;
}
.navbar-fixed-top .navbar-brand {
  font-size: 48px;
  line-height: 50px;
  color: #fff;
}
.navbar-fixed-top .navbar-nav > .active > a,
.navbar-fixed-top .navbar-nav > .active > a:hover,
.navbar-fixed-top .navbar-nav > .active > a:focus,
.navbar-fixed-top .navbar-nav > .open > a,
.navbar-fixed-top .navbar-nav > .open > a:hover,
.navbar-fixed-top .navbar-nav > .open > a:focus {
  background-color: #fff;
  color: #047ce0;
}
.navbar-fixed-top .navbar-nav .dropdown-menu {
  background-color: rgb(147,144,140);
  -webkit-box-shadow: 0 3px 6px rgba(147,144,140, 0.125);
  -moz-box-shadow: 0 3px 6px rgba(147,144,140, 0.125);
  box-shadow: 0 3px 6px rgba(147,144,140, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}
.navbar-fixed-top .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}
.navbar-fixed-top .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #000;
  background-color: #f5f5f5;

}
.navbar-fixed-top .navbar-nav .dropdown-menu > li:hover > a,
.navbar-fixed-top .navbar-nav .dropdown-menu > li:focus > a{
 background-color: #fff;
  color: #047ce0;
}
.navbar-fixed-top .navbar-nav .dropdown-menu > li.active > a {
  background-color: #fff;
  color: #047ce0;
}
.navbar-fixed-top .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}
.navbar-fixed-top .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-top .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
/*End of Header */

/* Slider */
#main-slider {
	margin-top:40px;
}
#main-slider  {
  position: relative;
}
.no-margin {
  margin: 0;
  padding: 0;
}
#main-slider  .carousel .carousel-content {
  margin-top: 180px;
}
#main-slider  .carousel .slide-margin{
  margin-top: 40px;
}
#main-slider  .carousel h2{
  color: #fff;
  text-transform:uppercase;
  font-size:50px;
  font-weight:800;
}
#main-slider  .carousel h2 span {
  color: #ffffff;
}
#main-slider  .carousel p {
  color: #fff;
  font-size:20px;
}
#main-slider  .carousel .btn-slide {
  padding: 8px 20px;
  background: #1BBD36;
  color: #fff;
  border-radius: 4px;
  margin-top: 25px;
  display: inline-block;
}
#main-slider  .carousel .slider-img{
  text-align: right;
  position: absolute;
}
#main-slider  .carousel .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
  height: 600px;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
}
#main-slider  .carousel .item:first-child {
  top: auto;
  position: relative;

  width:auto;}
#main-slider  .carousel .item.active {
  opacity: 1;
  -webkit-transition: opacity ease-in-out 500ms;
  -moz-transition: opacity ease-in-out 500ms;
  -o-transition: opacity ease-in-out 500ms;
  transition: opacity ease-in-out 500ms;
  z-index: 1;
}
#main-slider  .active .animation.animated-item-1 {
  -webkit-animation: fadeInUp 300ms linear 300ms both;
  -moz-animation: fadeInUp 300ms linear 300ms both;
  -o-animation: fadeInUp 300ms linear 300ms both;
  -ms-animation: fadeInUp 300ms linear 300ms both;
  animation: fadeInUp 300ms linear 300ms both;
}
#main-slider  .active .animation.animated-item-2 {
  -webkit-animation: fadeInUp 300ms linear 600ms both;
  -moz-animation: fadeInUp 300ms linear 600ms both;
  -o-animation: fadeInUp 300ms linear 600ms both;
  -ms-animation: fadeInUp 300ms linear 600ms both;
  animation: fadeInUp 300ms linear 600ms both;
}
#main-slider  .active .animation.animated-item-3 {
  -webkit-animation: fadeInUp 300ms linear 900ms both;
  -moz-animation: fadeInUp 300ms linear 900ms both;
  -o-animation: fadeInUp 300ms linear 900ms both;
  -ms-animation: fadeInUp 300ms linear 900ms both;
  animation: fadeInUp 300ms linear 900ms both;
}
#main-slider  .active .animation.animated-item-4 {
  -webkit-animation: fadeInUp 300ms linear 1200ms both;
  -moz-animation: fadeInUp 300ms linear 1200ms both;
  -o-animation: fadeInUp 300ms linear 1200ms both;
  -ms-animation: fadeInUp 300ms linear 1200ms both;
  animation: fadeInUp 300ms linear 1200ms both;
}
/* End of slider */

.hi-icon-effect i.fa i{
  font-size: 48px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #E8CE0E;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}
.hi-icon-effect i.fa:hover {
  background: #fff;
  color: #047ce0;
  box-shadow: inset 0 0 0 5px #fff;
  -webkit-box-shadow: inset 0 0 0 5px #fff;
  border: 3px solid #fff;
}
/* Artefacts page */
.artefacts {
	padding:50px;
}
.text-center i {
	font-size:40px;
	margin-top:70px;
	margin-bottom:30px;
	color:#fff;
	padding:50px;
	background:#047ce0;
	border-radius:50%;
}
.text-center h4 {
	margin-top:0px;
	margin-bottom:0px;
	text-transform:uppercase;
	font-size:18px;
	color: #2058b2;
}
.text-center h3 {
	margin-top:0px;
	margin-bottom:0px;
	font-size:14px;
	color: #000;
	text-align:justify;
}
.text-center p{
	margin-top:20px;
	margin-bottom:20px;
	font-size:14px;
	text-align:justify;
	
}
.text-center img{
  position:center;
}
/* Enf of Artefacts */

/* Snapshots  */
#snapshots{
 background: #000 url(../images/bg_img.jpg);
 }
#snapshots .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}
#snapshots{
    padding-bottom: ;
}
.snapshots-wrap {
  position: relative;
}
.snapshots-wrap img{
  width: 100%;
}
.snapshots-wrap .snapshots-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}
.snapshots-wrap .snapshots-inner h3{
  margin: 10px 0;
}
.snapshots-wrap .snapshots-inner h3 a{
  font-size: 24px;
  color: #fff;
}
.snapshots-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #333;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 30px;
}
.snapshots-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}
.snapshots-wrap:hover .overlay {
  opacity: 1;
}
/* End of snapshots */

/* about-us */
.center span {
	color:#fff;
}
.about-us-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
  color:#fff;
}
/* End of about-us */

/* team */
.team {
	padding:5px;
	background:#fff;
}
.team h4 {
  margin-top:10px;
  margin-bottom:10px;
  font-weight:600;
}
.team h5 {
  font-weight: 300;
}
.team  img
{
border-radius:6px;
margin:0px; 
	}
/* End of team*/

/* partner slide*/
.bs-slider{
    overflow: hidden;
    max-height: 500px;
    position: relative;
    background: #000000;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}
/* Slide effect */
.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
/* End of Slide effect */
/* left,right round ctrl */
.control-round .carousel-control {
    top: 40%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 34px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 40%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 40%;
}
/* End of left,right round ctrl */
/* indicators ctrl */
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
     margin: 0 2px;
    background-color: #414244;
    border-color: #c00000;
    opacity: .7;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
 width: 10px;
  height: 10px;
  opacity: 1;
 background-color: #fff;
    border-color: #c00000;
}
.indicators-line > .carousel-indicators .active:before{
    margin: 0 2px;
    background-color: #fff;
    border-color: #047ce0;
    opacity: .7;
}
/* End of indicators ctrl */
/* slide caption */
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}
.slide-text {
    left: 0;
    top: 5%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 125px;
    
}
.slide-text > h1 {
    
    padding-top: 0px;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > img{
    padding-left: 10px;
    margin-bottom: 40px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
/* End of slide caption */

/* slide responsive */
@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    
}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    
}
/* End of slide responsive */
/* End of partner slide */

/* services */
#services {
  background-size: cover;
  margin-top: 60px;
}
#services .lead,
#services h2{
  color: #fff;
}
#services_offered {
  background-size: cover;
  margin-top:40px;
}
.services-wrap {
  padding: 15px 15px;
  background: #fff;
  border-radius: 4px;
  margin: 0 0 40px;
}
#services_offered h3 {
  font-size: 16px;
  margin: 10px 0;
  color:#2058b2
}
.services-wrap p
{
 color:#000;
 font-size: 14px;
}
.services-wrap .pull-left {
  margin-right: 10px;
}
/* End of services */
/* Start of University pgm slide and content */
.fade-carousel {
    position: relative;
height:100vh;
}
.fade-carousel .carousel-inner .item {
height:100vh;

}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #073b91;
    border-color: #073b91;
    opacity: 1;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
   background-color: #fff;
    border-color: #fff;
	opacity: 1;
}
.slide_content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.slide_content h1 {
    font-size: 3em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.slide_content h3 {
    font-size: 1em;    
    font-weight: bold;
    margin: 0;
    padding-top: 10px;
	font:#000;
}
.fade-carousel .carousel-inner .item .slide_content {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .slide_content {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/* Overlay */
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #047ce0;
    opacity: .7;
}

/* slide buttons */
.btn.btn-primary {padding: 5px 20px;}
.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    color: #fff;
    background-color: #047ce0;
    border: 1px #1abc9c;
    outline: none;
    margin: 20px auto;
	font-weight:bold;
}

/* slide images  */
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5,
.fade-carousel .slides .slide-6,
.fade-carousel .slides .slide-7,
.fade-carousel .slides .slide-8,
.fade-carousel .slides .slide-9 {
   height:100vh;
  background-size: cover;
  background-position: center center ;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
background: #047ce0 url(images/slider/slide.jpeg);
}
.fade-carousel .slides .slide-2 {
background: #047ce0 url(images/slider/slide.jpeg);
}
.fade-carousel .slides .slide-3 {
background: #047ce0 url(images/slider/slide.jpeg);
}
.fade-carousel .slides .slide-4 {
background: #047ce0 url(images/slider/slide.jpeg);
}
.fade-carousel .slides .slide-5 {
background: #047ce0 url(images/slider/slide.jpeg);
}
.fade-carousel .slides .slide-6 {
background: #047ce0 url(images/slider/slide.jpeg);
}
.fade-carousel .slides .slide-7 {
background: #047ce0 url(images/slider/slide.jpeg);
}
.fade-carousel .slides .slide-8 {
background: #047ce0 url(images/slider/slide.jpeg);
}
.fade-carousel .slides .slide-9 {
background: #047ce0 url(images/slider/slide.jpeg);
}

/* Media Queries */
@media screen and (min-width: 980px){
    .slide_content { width: 980px; }    
}
@media screen and (max-width: 640px){
    .slide_content h1 { font-size: 2em; }
.slide_content h3 { font-size: 1em; }     
}
hr.style1{
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

/* start of IoT page */
#iot {
  margin-top: 60px;
  margin-bottom: 0px;
}
#predocuments,#postdocuments
{
   background-color:#fff;
    display: block;
  overflow: hidden;
  margin: 60px 0;
  color:#000;
}
#postdocuments h2,#predocuments h2,.center h3{
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
    font-weight: bold;
text-align:center;
  color:#113d84;
}
#predocuments p,#postdocuments p{
  color:#000;
  font-size: 18px;
  line-height: 24px;
  text-align:justify;
  margin:auto;
}

.list-group-item
{
    color: #047ce0;
    background-color: #fff;
	font-size:16px;
	border-width: 0px 0;
	margin-left:40px;
}
@media screen and (max-width: 640px){
.list-group-item{
	font-size:12px;
	margin-left:10px;
}
#postdocuments h2,#predocuments h2{
	font-size:14px;
}
}
/* End of IoT */
/* Enf of University pgm */

/* career */
#career {
  margin-top: 60px;
  margin-bottom: 0px;
}
#openings
{
   background-color:#fff;
    display: block;
  overflow: hidden;
  margin: 60px 0;
  color:#000;
}
#openings h2,.center h3{
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
    font-weight: bold;
text-align:center;
  color:#113d84;
}
#openings p{
  color:#000;
  font-size: 18px;
  line-height: 24px;
  text-align:justify;
  margin:auto;
}
#test
{
   background-color:#fff;
    display: block;
  overflow: hidden;
  margin: 60px 0;
  color:#000;
}
#test h2,.center h3{
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
    font-weight: bold;
text-align:center;
  color:#113d84;
}
#test p,a{
  color:#000;
  font-size: 18px;
  line-height: 24px;
  text-align:justify;
  margin:auto;
}
.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}
form#career-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#career-form input,form#career-form select,form#career-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}
form#career-form input:focus,form#career-form select:focus,form#career-form textarea:focus {
 border:1px solid #047ce0;
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}
.widget-contact {
	text-align: left;
}
.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}
#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}
#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}
#sendmessage.show, #errormessage.show, .show {
	display:block;
}
#career-page{
  padding-bottom: 30px;
  padding-top:0px;
  background:#fff;
  }
#career-page h2
{
color:#113d84;
font-weight:bold;
}
/* End of career */

/* --- Map --- */
.map{
	position:relative;
	margin-top:60px;
	margin-bottom:40px;
}
/* google map */
#google-map{
    position:relative;
    height: 550px;
}

/*  Contact */
#contact {
  margin-top: 60px;
  margin-bottom: 0px;
}
.boxed-grey {
	background: #f9f9f9;
	padding: 20px;
}

textarea#message{
  resize: none;
  padding-left:3px;
}

form#contact-form .form-group label  {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}
form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
 border:1px solid #047ce0;
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}
.widget-contact {
	text-align: left;
}
.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}
#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}
#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}
#sendmessage.show, #errormessage.show, .show {
	display:block;
}
#contact-page{
  padding-bottom: 30px;
  padding-top:30px;
  background:#fff;
  }
#contact-page h2
{
color:#113d84;
font-weight:bold;
}
/* End of contact-us */

/* bottom */
#bottom {
  background: #f5f5f5;
  border-bottom: 3px solid #fff;
  font-size: 14px;
}
#bottom h3 {
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size:22px;
  color: #000;
}
#bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#bottom ul li {
  display: block;
  padding: 5px 0;
}
#bottom .widget {
  margin-bottom: 0;
}
/* End of bottom */
/*social-icons */
.social-icons {
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #545050;
  line-height: 28px;
}
.social{
  text-align: center;
}
.social-link{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}
ul.social-link.twitter a:hover,ul.social-link.fb a:hover,ul.social-link.youtube a:hover , ul.social-link.linkedin a:hover  {
     -webkit-transform:scale(1.2);
     -moz-transform:scale(1.2);
     -o-transform:scale(1.2);
	 transform: scale(1.2);
	-webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	 } 
ul.social-link li {
  display: inline-block;
}
ul.social-link .twitter a {
  display: inline-block;
  color: #fff;
  background: #00aced;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}
ul.social-link .fb a {
  display: inline-block;
  color: #fff;
  background: #3b5998;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}
ul.social-link .youtube a {
  display: inline-block;
  color: #fff;
  background: #bb0000;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}
ul.social-link .linkedin a {
  display: inline-block;
  color: #fff;
  background: #007bb6;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}
/* End of social-icons */
/* Start of go to top button */
#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 3px;
}

#topBtn:hover {
  background-color: #047ce0;
}
 /*End of Go to top button */
/* footer */
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #113d84;
}
/* End of footer */

/* IICDC */
 #iicdc_cover 
 {
  background: #000 url(../images/slider/slide.jpeg);
  background-size: cover;
  margin-top:35px;
  
 }
#iicdc
{
   background-color:#fff;
    display: block;
  overflow: hidden;
  margin: 10px 0;
  color:#000;
}
.center h3,#iicdc h2{
  font-size: 24px;
  margin-top: 0px;
  margin-bottom: 3px;
  font-weight: bold;
text-align:center;
  color:#113d84;
}
 #iicdc p a{
  color:#000;
  font-size: 18px;
  line-height: 34px;
  text-align:justify;
  margin:auto;
 
}
/* End of IICDC */



/*Start of Drishti */

#drishti_cover
 {
  background: #000 url(../images/slider/slide.jpeg);
  background-size: cover;
  margin-top:35px;
  margin-bottom:25px;
 }

@-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(1) rotate(0deg); 
    }
    50% {
      -webkit-transform: scale(1.1) rotate(-5deg); 
    }
    100% {
      -webkit-transform: scale(1) rotate(0deg); 
    }
}
@-o-keyframes pulse {
    0% {
      -o-transform: scale(1) rotate(0deg); 
    }
    50% {
      -o-transform: scale(1.1) rotate(-5deg); 
    }
    100% {
      -o-transform: scale(1) rotate(0deg); 
    }
}
@-moz-keyframes pulse {
    0% {
      -moz-transform: scale(1) rotate(0deg); 
    }
    50% {
      -moz-transform: scale(1.1) rotate(-5deg); 
    }
    100% {
      -moz-transform: scale(1) rotate(0deg); 
    }
}
@keyframes pulse {
    0% {
      transform: scale(1) rotate(0deg); 
    }
    50% {
      transform: scale(1.1) rotate(-5deg); 
    }
    100% {
      transform: scale(1) rotate(0deg); 
    }
}

@-webkit-keyframes bump {
  0% {
      top: 0;
  }
  5% {
      top: 13px;
  }
  10% {
      top:0;
  }
  100% {
      top:0;
  }
}
@-o-keyframes bump {
  0% {
      top: 0;
  }
  5% {
      top: 13px;
  }
  10% {
      top:0;
  }
  100% {
      top:0;
  }
}
@-moz-keyframes bump {
  0% {
      top: 0;
  }
  5% {
      top: 13px;
  }
  10% {
      top:0;
  }
  100% {
      top:0;
  }
}
@keyframes bump {
  0% {
      top: 0;
  }
  5% {
      top: 13px;
  }
  10% {
      top:0;
  }
  100% {
      top:0;
  }
}

.drishti {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 5px;
    display: inline-block;
}

.drishti_online {
    position:absolute;
    width:100%;
    height:100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 10px;
    text-decoration: none;
}

.drishti_online:hover {
    -webkit-animation: pulse 1s ease 0s infinite normal;
    -o-animation: pulse 1s ease 0s infinite normal;
    -moz-animation: pulse 1s ease 0s infinite normal;
    animation: pulse 1s ease 0s infinite normal;
}


.result {
    -moz-box-shadow: 0 0 0 3px #fff, 2px 1px 4px 4px rgba(10,10,0,.5);
    -webkit-box-shadow: 0 0 0 3px #fff, 2px 1px 4px 4px rgba(10,10,0,.5);
    -o-box-shadow: 0 0 0 3px #fff, 2px 1px 4px 4px rgba(10,10,0,.5);
    box-shadow: 0 0 0 3px #fff, 2px 1px 6px 4px rgba(10,10,0,.5);
    background-color: #30588e;
}

.resultText {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
	font-weight:bold;
    color: #ffffff;
    position: relative;
    vertical-align: middle;
    text-align: center;
    top: 25%;
}

#result1 {
  -webkit-animation: bump 5s linear 0s infinite normal;
}
#result1 {
  -moz-animation: bump 5s linear 0s infinite normal;
}
#result1 {
  -o-animation: bump 5s linear 0s infinite normal;
}
#result1 {
  animation: bump 5s linear 0s infinite normal;
}
/*End of Drishti */



