
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------
	Basic Styling 
--------------------------------------------------------*/
body {
  font: 13px/23px "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  word-wrap: break-word;
  color: #777777;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input::-moz-focus-inner {
  border: 0;
}

a:hover, a:active, a:focus {
  text-decoration: none;
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

.top-header .right-header ul.social-icons, .main-header .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

 #portfolio, #about, #contact {
  padding-top: 100px;
}
#services{padding-top:60px;}
#services .title-section{margin-bottom:35px;}
 #clients{
  padding-top: 20px;
}
 #clients h2{
  text-transform:none;
}
#info{
  padding-top: 20px;
}
.rm-padding{padding:0px;margin:0px;}

.bg-blue {
background-color:#1b549a;
color:#fff;
/*padding:4px 20px 51px 20px; */
padding:25px 25px 30px 5px; 
font-size: 14px;
margin: 0px 0px 0px -15px;
font-weight: 700;
/*height: 125px;*/
}
.kanpur-bg-blue {
background-color:#1b549a;
padding:10px 10px 10px 50px; 
font-size:14px;
}
.bg-orange {
background-color:#ec921a;
color:#fff;
/*padding:4px 20px 51px 20px;*/ 
padding:25px 25px 30px 5px; 
font-size: 14px;
margin: 0px 0px 0px -15px;
font-weight: 700;
}

.ff {
    float: right;
    color: #fff;
    font-weight: 700;
}
.kanpur-ff {
    color: #fff;
    font-weight: 700;
}
/*------------------------------------------------------
	Header Styles 
--------------------------------------------------------*/
.top-header {
  background: #0361a7;
  color: white;
  padding: 5px 0;
}
.top-header .left-header span {
  display: inline-block;
  margin: 4px 30px 0 0;
}
.top-header .left-header span a {
  color:#fff;
}
.top-header .left-header span i {
  margin-right: 10px;
}
.top-header .right-header ul.social-icons li {
  display: inline-block;
}
.top-header .right-header ul.social-icons li a {
  color: white;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  margin: 0 5px;
}
.top-header .right-header ul.social-icons li a:hover {
  background-color: white;
  color: #0361a7;
}

.main-header {
  position: fixed;
  width: 100%;
  z-index: 9999;
  padding: /*40px 0*/ 0px;
  background: white;
  -webkit-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -moz-box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  box-shadow: 0 2px 4px rgba(1, 1, 1, 0.15) ;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.main-header .logo {
  margin-top: 0px;
  padding:0px;
}
.caption {
 font-size:18px;
 color:#ec921a;
 margin-top:10px;
 font-weight:;
 text-align:center;
 text-shadow:0 1px 0px rgba(10, 74, 8, 0.62);
 width:100%;
 left:0px;
 letter-spacing:-1px;
}
.main-header .logo  img{
	width:70%;
}
.main-header .logo h1 {
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .logo h1 a {
  color: #444444;
}
.main-header .menu {
  margin-top:/* 10px*/ 0px;
}
.main-header .menu ul li {
  display: inline-block;
  margin-left: 15px;
}
.main-header .menu ul li a {
  text-transform: capitalize;
  color: #777777;
  font-size: 15px;
  padding: 8px 15px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.main-header .menu ul li a.current {
  background: #0361a7;
  color: white;
}

.main-header-shrink {
  padding: /*25px 0*/ 0px ;
  top: 0;
}

.responsive-menu {
  position: relative;
  top: -20px;
}
.responsive-menu .toggle-menu {
  font-size: 24px;
  color: #0361a7;
}
.responsive-menu .menu {
  display: none;
  position: absolute;
  top: 52px;
  width: 100%;
  background-color: #0361a7;
}
.responsive-menu .menu ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #d1601c;
  margin: 0;
}
.responsive-menu .menu ul li:last-child {
  border-bottom: 0;
}
.responsive-menu .menu ul li a {
  color: white;
  padding: 15px 20px;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.responsive-menu .menu ul li a.current {
  background-color: #444444;
}

/*------------------------------------------------------
	Basic Layout Styles 
--------------------------------------------------------*/

#clients .title-section {
  margin-bottom: 5px;
}
#clients .title-section h2{margin-bottom:0px;}
.title-section {
  margin-bottom: 50px;
}
.title-added {
    margin-bottom: 10px;
}
.title-section h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.title-added h2 {
  font-size: 24px;
  font-weight: normal;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.title-added h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
}
.title-section span {
  display: block;
  width: 70px;
  height: 4px;
  /*background: #0361a7;*/
  margin: 0 auto;
}

.widget-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
}
.widget-title_kanupr {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 30px;
}

.mainBtn {
  background-color: #0361a7;
  color: white;
  display: inline-block;
  text-transform: uppercase;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.mainBtnsmartcity {
  color: black;
  padding: 10px 15px;
  font-weight: 600;
  font-size: 24px;
}
.borderLeft {
    border-left: 1px solid grey;
}
.mainBtn:hover {
  background-color: #444444;
}

/*------------------------------------------------------
	Services Styles 
--------------------------------------------------------*/
#services .service-item .service-header {
  padding-bottom: 20px;
  clear: both;
}
#services .service-item .service-header i {
  color: #0361a7;
  font-size: 45px;
  float: left;
  margin-right: 25px;
}
#services .service-item .service-header h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  line-height:20px;
}

/*------------------------------------------------------
	Portfolio Styles 
--------------------------------------------------------*/
#portfolio {
  padding-bottom: 80px;
  margin-top: 100px;
  background: #3d3f3f;
}
#portfolio .title-section h2 {
  color: white;
}
#portfolio .portfolio-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
#portfolio .portfolio-thumb img {
  width: 100%;
  height: auto;
}
#portfolio .portfolio-thumb .overlay {
  opacity: 0;
  visibility: visible;
  background: rgba(227, 114, 46, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#portfolio .portfolio-thumb .overlay .inner {
  position: absolute;
  padding: 20px;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
#portfolio .portfolio-thumb .overlay .inner h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
#portfolio .portfolio-thumb .overlay .inner h4 a {
  color: white;
}
#portfolio .portfolio-thumb .overlay .inner span {
  font-weight: 300;
  color: white;
}
#portfolio .portfolio-thumb:hover .overlay {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------
	About Styles 
--------------------------------------------------------*/
#about .progess-bars li .progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #e6e6e6;
  height: 30px;
  margin-bottom: 15px;
}
#about .progess-bars li .progress-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  line-height: 30px;
  background: #0361a7;
  text-transform: uppercase;
}
#about .our-team {
  /*margin-top: 80px;*/
}
#about .our-team .team-member {
  overflow: hidden;
}
#about .our-team .team-member .member-img {
  width: 100%;
  position: relative;
  text-align:center;
  border: 1px solid #d6d6d6;
  border-bottom:0px;
}
#about .our-team .team-member .member-img img {
  width: 35%;
  height: auto;
  border-radius:50px;
  margin:29px 0px;
}
#about .our-team .team-member .member-img .overlay {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#about .our-team .team-member .member-img .overlay .social {
  position: absolute;
  top: 0;
  left: 0;
}
#about .our-team .team-member .member-img .overlay .social li {
  display: inline-block;
  float: left;
  margin-right: 1px;
}
#about .our-team .team-member .member-img .overlay .social li a {
  display: block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
#about .our-team .team-member .member-img .overlay .social li a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
#about .our-team .team-member .member-img:hover .overlay {
  opacity: 1;
  visibility: visible;
}
#about .our-team .team-member .inner-content {
  background: whitesmoke;
  border: 1px solid #d6d6d6;
  border-top: 0;
  padding: 20px;
  text-align:center;
}
#about .our-team .team-member .inner-content h5 {
  font-size: 18px;
  font-weight: 600;
  color: #0361a7;
  margin-bottom: 10px;
}
#about .our-team .team-member .inner-content span {
  color: #9d9d9d;
  margin-bottom: 15px;
  display: block;
}

/*------------------------------------------------------
	Contact Styles 
--------------------------------------------------------*/
#contact .contact-form .full-row {
  width: 100%;
  margin-bottom: 20px;
}
#contact .contact-form input, #contact .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
#contact .contact-form label {
  display: block;
  margin-bottom: 5px;
}
#contact .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
#contact .map-holder {
  padding: 5px;
  background-color: white;
  border: 1px solid #d6d6d6;
}
#contact .contact-info {
  margin-top: 30px;
}
#contact .contact-info span {
  margin-top: 20px;
  display: block;
  font-size: 14px;
}
#contact .contact-info span i {
  color: #0361a7;
  font-size: 16px;
  margin-right: 12px;
}

.home{font-size:20px !important;
padding:12px !important;}

.flexslider {
  margin: /*114px auto 0px*/ 90px auto 0px;;
  width: 100%;
  min-width: 75%;
  overflow: hidden;
}

.flex-direction-nav a {
  color: #444444;
  width: 40px;
  height: 40px;
  background-color: white;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: -20px 0 0 0;
  text-align: center;
  line-height: 40px;
}

.flex-caption {
  position: absolute;
  top: 35%;
  width: 100%;
  text-align: center;
  z-index: 999;
  color: white;
}
.flex-caption h2 {
  font-size: 26px;
  font-weight:normal;
  color: white;
  margin: 0px auto;
  line-height:45px;
  text-shadow:2px 3px 2px rgba(17, 78, 180, 1);
  letter-spacing:1px;
  width:/*75%*/50%;
  background:rgba(0,0,0,0.6);
}
.flex-caption p {
  font-size: 18px;
  font-family: 'Droid Serif', serif;
  line-height: 28px;
  display:none;
}
.flex-caption span {
  background: url(../images/slider-dec.png) no-repeat;
  width: 60px;
  height: 9px;
  display: block;
  margin: 30px auto;
}
.mbox{padding:10px;background:#0361a7; margin-top:-5px;}
.mbox .mlabel{;color:#fff;text-align:center;}
.mbox .mlabel a{color:#fff; padding:10px 5px;font-weight:bold;}

/*---------Forms-------*/
.job .contact-form input, .job .contact-form textarea {
  outline: 0;
  display: block;
  border: 1px solid #cccccc;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  color: #777777;
}
.job .contact-form label{text-align:right;}

.job .contact-form input.mainBtn {
  display: inline-block;
  width: auto;
  border: 0;
  padding: 10px 15px;
  color: white;
}
.job .contact-form  .student input, .job .contact-form  .graduate input, .job .contact-form  .executive input{display:inline;width:50px;float:left;}
.job .contact-form  .programme input{display:inline;width:50px;float:left;}


/*------------------------------------------------------
	Inner Pages
--------------------------------------------------------*/
.inner-page p{
	margin-bottom:10px;
	font-size:14px;
	color:#555;
}
.inner-page ul li{
	color:#0361a7;
	list-style: inside circle;
	padding-left:30px;
	font-size:14px;
	line-height:33px;
	}
.inner-page .title-section{margin-bottom:0px;}
.inner-page .title-section h1 {
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0px;
	margin-top:60px;
    text-transform: uppercase;
}	
.inner-page strong{font-weight:bold;}
.inner-page .strip {padding:10px;background:#0361a7;color:#fff;text-align:left;}
.inner-page .text-justify{text-align:justify;}
.inner-page .side-menu{background-color:#0361a7;padding:1px 10px;}
.inner-page .side-menu ul li{list-style:none;min-height:40px;padding:10px;line-height:25px;font-size:13px;background-color:white;font-weight:bold;margin:10px 0px;}
.inner-page .side-menu .active{background:#0361a7; padding:5px 10px; width:100%;color:#fff}
.inner-page .side-menu .active a{color:#fff;font-size:15px;}
.inner-page .side-menu li.active {word-wrap:break-word;}
.sub-side-menu {padding-left:25px;}
.sub-side-menu  li{list-style:inside none circle !important}
.suc-msg{color:green;font-size:16px;}
 .hover a{color:#fff;}
.hover a:hover{color:#ec921a;}
.inner-page .media img{width:100%;}
/*-------------Accordion---------------*/
.media .accordion-group{margin-bottom:15px;}
.media .accordion-heading{background-color:#ccc;padding:5px 10px;border-radius:3px;}
.media .accordion-heading a{color:#333;font-size:14px;font-weight:400}
.media .accordion-heading a:hover{text-decoration:underline;}
.media .accordion-group .collapse.in{padding-top:10px !important;}



/*------------------------------------------------------
	Footer Styles 
--------------------------------------------------------*/
.site-footer {
  margin-top: 40px;
  background-color: #0361a7;
  color: white;
  padding: 15px 0;
}
.site-footer p {
  margin-top: 10px;
}
.site-footer a {
  color: white;
  text-align: center;
  display: inline;
}
.site-footer .links{
  text-transform: Capitalize;
  display:inline;
  top:7px;
  position:relative;
  float:right;
}
.site-footer .links a{
	padding:0px 5px;
	border-right:1px #fff solid;
}
.site-footer .go-top {
  float: right;
  text-transform: uppercase;
  display:inline;
  bottom:5px;
  position:relative;
}
.site-footer .go-top i {
  display: block;
}
.ordered ul{padding-left:25px;}
.inner-page ol li {
    color: #0361a7;
    font-size: 14px;
    line-height: 33px;
    list-style: inside none num;
    padding-left: 20px;
}
.side-menu{
	background-color:#0361a7 ;
}

/********************************
IPAD LANDSCAPE (1024x768)
********************************/
/********************************
IPAD PORTRAIT (768x1024)
********************************/
@media only screen and (max-width: 960px) {
  .flexslider {
    margin-top: 180px;
  }

  .main-header {
    padding: 5px 0;
  }
  .main-header .logo {
    margin-top: 20px;
  }

  .service-item, .team-member {
    margin-bottom: 50px;
  }

  .our-skills {
    margin-top: 60px;
  }

  .flex-caption {
    top: 20%;
  }
  .flex-caption h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .flex-caption p {
    font-size: 14px;
    width: 70%;
    margin: 0 auto;
  }

  .left-header, .right-header {
    text-align: center;
  }
  .inner-page{margin-top:70px;}
}
/********************************
IPHONE 4-4S-5 LANDSCAPE (568x320)
********************************/
@media only screen and (max-width: 760px) {
  .flex-caption {
    display: none !important;
  }

  .contact-form {
    margin-bottom: 100px;
  }

  .main-header {
    height: 215px;
  }
  .main-header .logo {
    margin: 0;
  }
  .main-header .logo img {width:40%}

  .flexslider {
    margin-top: 60px;
  }
  .caption{font-size:15px;}
	
  .responsive-menu .menu {
    top: 32px;
  }
  .inner-page{margin-top:100px;}
.flexslider{margin-top:235px;}
  #owl-demo .item {width:50%;}
  #cssmenu{background-color:#d9d9d9 !important; }
}
/********************************
IPHONE 4-4S-5 PORTRAIT (320x568)
********************************/
@media only screen and (max-width: 480px) {
	.inner-page{margin-top:100px;}
}