@charset "utf-8";
/* CSS Document */
* {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none;
}
body {
  margin: 0px;
  padding: 0px;
  line-height: 16px;
  font-family: "Lato", sans-serif;
  /* font-family: "lato-regular-webfont";  */
  font-size: 14px;
  overflow-x: hidden;
}
@font-face {
  font-family: "lato-regular-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/lato-regular-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lato-regular-webfont.woff") format("woff"), url("../fonts/lato-regular-webfont.woff") format("woff"),
    url("../fonts/lato-regular-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "lato-semibold-webfont";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/lato-semibold-webfont.eot?#iefix") format("embedded-opentype"),
    url("../fonts/lato-semibold-webfont.woff") format("woff"), url("../fonts/lato-semibold-webfont.woff") format("woff"),
    url("../fonts/lato-semibold-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Lato-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Light.woff") format("woff"),
    url("../fonts/Lato-Light.woff") format("woff"), url("../fonts/Lato-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Lato-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lato-Bold.woff") format("woff"),
    url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "sapism_";
  font-style: normal;
  font-weight: bold;
  src: url("../fonts/sapism_.eot") format("embedded-opentype"), url("../fonts/sapism_.ttf") format("truetype"),
    url("../fonts/sapism_.woff") format("woff");
}
.container {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  z-index: 99;
}
.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
  height: auto;
  display: block;
}
.header-top {
  border-bottom: 1px solid #b5bac5;
  color: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
}
.header-top .container {
  border-left: 1px solid #b5bac5;
  border-right: 1px solid #b5bac5;
}
.header-top-left {
  float: left;
  width: 420px;
}
.header-top-left ul {
}
.header-top-left li {
  border-right: 1px solid #b5bac5;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  min-height: 40px;
  padding: 13px 12px 6px;
}
.header-top-left li span {
  display: inline-block;
  vertical-align: top;
}
.header-top-left li p {
  display: inline-block;
  margin-left: 13px;
  vertical-align: top;
  font-size: 13px;
}
.header-top-right {
  float: right;
  width: 200px;
}
.header-top-right ul {
}
.header-top-right ul li {
  border-left: 1px solid #b5bac5;
  box-sizing: border-box;
  display: inline-block;
  margin-left: -4px;
  min-height: 40px;
  padding: 11px 19px 9px;
  vertical-align: top;
  width: 51px;
}
.header-bottom {
  bottom: 0;
  position: absolute;
  top: 50px;
  width: 100%;
}
.clear {
  clear: both;
}
.hb-left {
  float: left;
  margin-left: 147px;
  margin-top: 10px;
}
.hb-right {
  float: right;
  margin-right: 147px;
  margin-top: 10px;
}
.banner-text {
  /* bottom: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 670px; */
  /* bottom: 30px; */
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: auto;
  top: 170px;
  padding: 0 70px;
}
.banner-text img {
  width: auto;
}
.wo-log {
  float: left;
  width: 150px;
  text-align: left;
  margin-left: -11px;
}
.wor-text {
  /* color: #fff;
  float: right;
  font-family: "Lato-Light";
  font-size: 32px;
  line-height: normal;
  margin-bottom: 4px;
  margin-top: 64px;
  text-align: right;
  vertical-align: bottom; */
  color: #fff;
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  display: block;
  text-align: center;
}
.banner-text h2 {
  /* color: #fff;
  font-family: "Lato-Bold";
  font-size: 53px;
  font-weight: normal;
  margin-top: 9px; */
  color: #fff;
  font-size: 90px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-family: "Lato-light";
}
.circle-num-change {
}
.circle-num-change li {
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  height: 164px;
  margin: 0 10px;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
  width: 164px;
}
.circle-num-change li span {
  color: #ffd500;
  display: block;
  font-size: 69px;
  line-height: normal;
  margin-bottom: 3px;
  margin-top: 19px;
}
.circle-num-change ul {
  text-align: center;
  width: 100%;
}
.circle-num-change li p {
  color: #fff;
  font-size: 17px;
  line-height: 20px;
}
.circle-num-change {
  margin-top: 40px;
}
.section-left {
  float: left;
  margin-top: 50px;
  width: 830px;
}
.heading {
  color: #272626;
  font-family: "Lato-Bold";
  font-size: 33px;
  line-height: normal;
  margin-bottom: 19px;
  padding-bottom: 8px;
  position: relative;
  text-transform: uppercase;
}
.heading::after {
  background: rgba(0, 0, 0, 0) url("../images/heading-line.png") no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  width: 49px;
}
.text p {
  color: #272626;
  font-family: Arial;
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 12px;
  text-align: justify;
}
.text {
  margin-bottom: 35px;
}
.team-detail li {
  cursor: pointer;
  display: inline-block;
  margin: 20px 15px;
  text-align: center;
  width: 130px;
  vertical-align: top;
}
.team-detail li h3 {
  color: #272626;
  font-size: 13px;
  margin-bottom: 5px;
  margin-top: 6px;
}
.team-detail li p {
  font-size: 12px;
  color: #969696;
  text-transform: uppercase;
  font-family: "Lato-Bold";
}
.team-img img {
  filter: grayscale(100%);
  transition: all ease 0.6s;
  border-radius: 50%;
}
.team-detail li:hover .team-img img {
  filter: grayscale(0%);
}
.section-right {
  float: right;
  width: 327px;
}
.days-left {
  background: #ec1c24 none repeat scroll 0 0;
  padding-bottom: 60px;
  position: relative;
  text-align: center;
}
.days-left::after {
  background: rgba(0, 0, 0, 0) url("../images/days-bg.jpg") no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 54px;
  left: 0;
  position: absolute;
  width: 100%;
}
.days-left span {
  color: #fff;
  font-family: arial;
  font-size: 184px;
  font-weight: bold;
  line-height: normal;
}
.days-left p {
  color: #fff;
  font-size: 58px;
  line-height: normal;
  margin-top: -33px;
}
.india-connect {
  margin: 40px 0;
}
.wish-india {
  background: #f5f5f5 none repeat scroll 0 0;
  box-sizing: border-box;
  padding: 30px;
  width: 100%;
}
.wish-india .heading {
  font-size: 29px;
}
ul.tab-ul {
}
ul.tab-ul li {
  color: #717171;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-right: 15px;
}
.twit-tab {
  display: none;
}
.testimonils {
  background: #0d388f none repeat scroll 0 0;
  box-sizing: border-box;
  color: #fff;
  overflow: hidden;
  padding: 22px 22px 45px;
  width: 100%;
  margin: 40px 0;
}
.testi-img {
  float: left;
  text-align: center;
  width: 100%;
}
.testi-img p {
  color: #ffd918;
  font-size: 11px;
  text-transform: uppercase;
  font-size: 13px;
  margin: 5px 0;
  font-family: "Lato-Bold";
}
.testi-img span {
  color: #87afff;
  font-size: 11px;
  font-family: "Lato-Bold";
}
.testi-decr {
  color: #ccd1e1;
  float: right;
  font-family: Arial;
  font-size: 13px;
  line-height: 20px;
  margin-top: 8px;
  position: relative;
  width: 100%;
}
.testi-decr::after {
  background: rgba(0, 0, 0, 0) url("../images/testi-brad-left.png") no-repeat scroll 0 0;
  width: 14px;
  height: 12px;
  content: "";
  position: absolute;
  top: -8px;
  left: -18px;
  display: none;
}
.testi-decr::before {
  background: rgba(0, 0, 0, 0) url("../images/testi-brad-left.png") no-repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 12px;
  position: absolute;
  right: 0;
  transform: rotate(180deg);
  width: 14px;
  display: none;
}
.testimonils .heading {
  color: #fff;
  margin-bottom: 30px;
}
.testimonils .heading:after {
  background: url(../images/heading-line-white.png) 0 0 no-repeat;
}
#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%;
}

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
}
.nbs-flexisel-item img {
  position: relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  cursor: pointer;
  height: 10px;
  position: absolute;
  top: 278px !important;
  width: 13px;
  z-index: 100;
}
.nbs-flexisel-nav-left {
  background: rgba(0, 0, 0, 0) url("../images/left-testi-arrow.png") no-repeat scroll 0 0;
  right: 20px;
}

.nbs-flexisel-nav-right {
  right: 0px;
  background: url(../images/right-testi-arrow.png) no-repeat;
}
.cor-wrap {
  width: 180px;
  height: 100px;
  border: 1px solid #e9e9e9;
  padding-top: 8px;
  box-sizing: border-box;
}
.cor-wrap img {
  filter: grayscale(100%);
  transition: all ease 0.6s;
}
.corporate-slider1 li:hover .cor-wrap img {
  filter: grayscale(0%);
  transition: all ease 0.6s;
}
.corporate-slider1 li {
  float: left;
  margin: 10px;
  text-align: center;
}
.contact-us {
  margin-top: 40px;
}
.contact-us-left {
  width: 760px;
  float: left;
}
.con-left {
  float: left;
  margin-right: 20px;
  width: 312px;
}
.con-left span {
  display: inline-block;
}
.con-left p {
  color: #807f7f;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  margin-left: 17px;
  vertical-align: top;
}
.con-right {
  float: left;
  margin-left: 72px;
  width: 310px;
}
.con-right li {
}
.con-right li span {
  display: inline-block;
  vertical-align: bottom;
}
.con-right li p {
  color: #807f7f;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  margin-left: 17px;
  vertical-align: top;
}
.con-right li p a {
  color: #807f7f;
}
.con-right li {
  margin-bottom: 17px;
}
.contact-us-right {
  border: 5px solid #f5f5f5;
  box-sizing: border-box;
  float: right;
  height: 200px;
  width: 434px;
}
.contact-us-right iframe {
}
.footer {
  width: 100%;
  background: #3c3c3c;
  margin-top: 40px;
  padding: 15px 0;
}
.footer-left {
  float: left;
  width: 48%;
}
.footer-rigth {
  float: right;
  text-align: right;
  width: 50%;
}
.footer p {
  font-size: 12px;
  color: #fff;
}
.footer p a {
  color: #fff;
}
.team-decription {
  display: none;
}
.hover-div-data {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 1px 5px #969696;
  box-sizing: border-box;
  height: 600px;
  left: 0;
  margin: auto;
  padding: 18px;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0px;
  width: 490px;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: all ease 0.3s;
  transform: scale(1.1);
}
.hover-div-data.hover-pop-active {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}
.hover-div-data::after {
  border-bottom: 4px solid #0d378c;
  border-left: 4px solid #0d378c;
  bottom: -4px;
  content: "";
  height: 100px;
  left: -4px;
  position: absolute;
  width: 100px;
  z-index: -99;
}
.hover-div-data::before {
  border-right: 4px solid #cf0000;
  border-top: 4px solid #cf0000;
  top: -4px;
  content: "";
  height: 100px;
  right: -4px;
  position: absolute;
  width: 100px;
  z-index: -99;
}

.hover-close {
  color: #7b7b7b;
  cursor: pointer;
  font-size: 14px;
  padding-top: 5px;
  position: absolute;
  right: 5px;
  top: 3px;
  width: 20px;
}
ul.tab-ul li.active {
  color: #3eb2eb;
}
ul.tab-ul li.active.face-tab-li {
  color: #035091;
}

.imp-link {
}
.imp-link li {
  background: #fff none repeat scroll 0 0;
  box-shadow: -1px 1px 1px #dfdfdf;
  margin-bottom: 15px;
  padding: 10px 15px;
}
.imp-link li a {
  display: block;
}
.imp-link li span img {
  filter: grayscale(0%);
  transition: all ease 0.6s;
}
.imp-link li:hover span img {
  filter: grayscale(100%);
  transition: all ease 0.6s;
}
.imp-link li span {
  display: inline-block;
}
.imp-link li p {
  color: #585858;
  display: inline-block;
  font-size: 17px;
  margin-left: 15px;
  margin-top: 14px;
  vertical-align: top;
}
.imp-link li p a {
  color: #585858;
}
.hover-div-data > h3 {
  color: #d70000;
  font-size: 23px;
  margin: 19px 0;
  font-weight: normal;
  font-family: "Lato-Bold";
}
.hover-div-data > p {
  color: #0d378c;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.hover-div-data-img-descr {
  color: #686868;
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
  height: 160px;
  overflow-y: auto;
}
.hover-div-data-img-descr strong {
  color: #000;
  display: block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
}
.corporate-partner {
  margin-top: 50px;
}
.tabcont li {
  background: #fff none repeat scroll 0 0;
  box-shadow: -1px 1px 1px #dfdfdf;
  color: #4b4a4a;
  line-height: 18px;
  margin-bottom: 14px;
  overflow: hidden;
  padding: 13px 13px 15px;
}
.tabcont li a {
  color: #3eb2eb;
}
.tabcont li span {
  background: #035091 none repeat scroll 0 0;
  box-shadow: 0 1px 1px #ccc;
  color: #fff;
  display: block;
  float: right;
  font-size: 11px;
  margin-top: 9px;
  padding: 5px;
  position: relative;
  right: 0;
  text-align: right;
}
.tabcont li span.twitt {
  background: #3eb2eb;
  margin-right: 15px;
}
.tabcont li span a {
  color: #fff;
}
.tabcont li span img {
  margin-left: 4px;
  vertical-align: middle;
}
.fo-l {
  width: 48%;
  float: left;
}
.fo-l ul {
  display: inline;
}
.fo-l ul li {
  display: inline-block;
  margin: 0 6px;
}
