@charset "UTF-8";
@font-face {
  font-family: robotoThin;
  src: url(../fonts/roboto/Roboto-Thin.ttf);
}

@font-face {
  font-family: robotolight;
  src: url(../fonts/roboto/Roboto-light.ttf);
}

@font-face {
  font-family: robotoRegular;
  src: url(../fonts/roboto/Roboto-Regular.ttf);
}

@font-face {
  font-family: robotoMedium;
  src: url(../fonts/roboto/Roboto-Medium.ttf);
}

@font-face {
  font-family: robotoBold;
  src: url(../fonts/roboto/Roboto-Bold.ttf);
}

@font-face {
  font-family: robotoBlack;
  src: url(../fonts/roboto/Roboto-Black.ttf);
}

@font-face {
  font-family: robotoCondRegular;
  src: url(../fonts/roboto/Roboto_Condensed/RobotoCondensed-Regular.ttf);
}

@font-face {
  font-family: robotoCondLight;
  src: url(../fonts/roboto/Roboto_Condensed/RobotoCondensed-Light.ttf);
}

@font-face {
  font-family: robotoCondBold;
  src: url(../fonts/roboto/Roboto_Condensed/RobotoCondensed-Bold.ttf);
}

@font-face {
  font-family: robotoCondItalic;
  src: url(../fonts/roboto/Roboto_Condensed/RobotoCondensed-Italic.ttf);
}

header {
  z-index: 9999;
  padding: 11px 0 10px;
  background: #6461FC;
  -webkit-box-shadow: 0 0 3px #464646;
          box-shadow: 0 0 3px #464646;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

header .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .social a {
  display: block;
  margin: 5px 0;
}

header .social a:last-child {
  margin-top: 10px;
  text-align: center;
}

header .logo img {
  width: 150px;
}

header .big-menu ul {
  padding: 0;
}

header .big-menu ul li {
  display: inline-block;
}

header .big-menu ul li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 6px;
}

header .nav {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 390px;
  padding-right: 30px;
  padding-bottom: 140px;
  overflow-y: scroll;
  visibility: hidden;
  /* Hide scrollbar for Chrome, Safari and Opera */
  /* Hide scrollbar for IE and Edge */
  -ms-overflow-style: none;
}

header .nav .navigation {
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  border-radius: 0 20px 30px 0px;
  margin-bottom: 50px;
  position: absolute;
  width: calc(100% - 20px);
  top: 92px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.35);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.35);
}

header .nav .navigation ul li {
  list-style: none;
  border-bottom: 1px solid rgba(6, 64, 141, 0.18);
}

header .nav .navigation .topbar {
  background: #094ea1;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 20px 0px 0px;
}

header .nav .navigation .topbar a {
  color: #0871EF;
  font-family: 'Roboto Condensed', sans-serif;
}

header .nav .navigation ul li {
  margin-right: 20px;
}

header .nav .navigation ul li.bb0 {
  border-bottom: 0;
}

header .nav .navigation ul li a {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  color: #094ea1;
  display: block;
  width: 100%;
  margin-top: 15px;
  padding: 0;
  padding-right: 20px;
  padding-left: 0px;
  padding-bottom: 15px;
  min-height: 50px;
}

header .nav .navigation ul li a::after {
  content: "";
  position: absolute;
  right: 0;
  width: 10px;
  background: url(../images/chevron-right-blue.svg);
  height: 19px;
  background-repeat: no-repeat;
  top: 0;
}

header .nav .navigation ul li a.m0 {
  margin-bottom: 0;
}

header .nav .navigation ul li a.p0 {
  padding-bottom: 0;
}

header .nav .navigation ul li a.mhauto {
  min-height: auto;
}

header .nav .navigation ul li ul li {
  margin-right: 0;
}

header .nav .navigation .hasdrop {
  border-bottom: 0;
}

header .nav .navigation .hasdrop ul {
  padding: 0;
}

header .nav .navigation .hasdrop ul li {
  padding-left: 20px;
}

header .nav .navigation .hasdrop ul li a {
  color: #464646;
  font-weight: 400;
}

header .nav .navigation .hasdrop > a {
  min-height: auto;
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
}

header .nav .navigation .hasdrop > a span {
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}

header .nav .navigation .hasdrop > a::after {
  display: none;
}

header .nav .navigation .inner {
  padding: 0 25px 10px;
  background: #094ea1;
}

header .nav .navigation .inner h3 {
  margin-top: 0;
  text-transform: uppercase;
  color: #fff;
}

header .nav .navigation .inner p {
  padding-left: 20px;
  color: #fff;
  line-height: 1.4;
  border-top: 2px solid #6461FC;
  padding-top: 10px;
}

header .nav .navigation .inner p b {
  font-weight: 600;
}

header .nav .navigation .inner p span {
  color: yellow;
  font-weight: 600;
}

header .nav .navigation .inner p img {
  margin-left: 10px;
  margin-left: 10px;
  position: relative;
  top: 3px;
}

header .nav .navigation .nav-title {
  padding: 0 5px;
  padding-right: 0;
}

header .nav .navigation .nav-title h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #094ea1;
  font-weight: 400;
}

header .nav .navigation .nav-title h3 b {
  font-weight: 600;
}

header .nav .navigation .nav-title p {
  margin-top: 0;
  margin-bottom: 25px;
}

header .nav .navigation.active-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

header .nav .navigation.emotional {
  padding: 10px;
}

header .nav .navigation.emotional .topbar {
  border-radius: 20px 20px 0px 0px;
}

header .nav .navigation.emotional .inner {
  border-radius: 0 0 20px 20px;
}

header .nav .navigation.emotional p {
  line-height: 1.4;
}

header .nav .navigation.emotional ul li {
  padding-right: 0px;
}

header .nav .navigation.emotional ul li a {
  color: #464646;
  font-weight: 400;
}

header .nav .navigation.emotional ul li a span {
  display: block;
  font-size: 16px;
  color: #7c7c7c;
  text-transform: none;
}

header .nav .navigation.emotional ul li a span.blue {
  color: #094ea1;
  display: inline-block;
}

header .nav .navigation.emotional ul li.light a {
  margin: 10px 0;
  color: #7c7c7c;
  padding-bottom: 0;
  min-height: auto;
}

header .nav .navigation.emotional ul.blue {
  padding: 0 20px;
  padding-right: 0;
}

header .nav .navigation.emotional ul.blue li a {
  color: #094ea1;
  font-weight: 600;
}

header .nav .navigation.emotional .box {
  border-radius: 20px;
  margin-bottom: 30px;
}

header .nav .navigation.emotional .box h3 {
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid #6461FC;
  padding-bottom: 15px;
  position: relative;
}

header .nav .navigation.emotional .box h3 img {
  position: absolute;
  right: 0;
}

header .nav .navigation.emotional .box p {
  color: #fff;
  padding-left: 20px;
  padding-right: 10px;
  font-weight: 300;
  line-height: 1.5;
}

header .nav .navigation.emotional .box p span {
  color: yellow;
  font-weight: 500;
}

header .nav .navigation.emotional .box:last-child {
  margin-bottom: 5px;
}

header .nav .navigation.skill {
  padding: 10px;
}

header .nav .navigation.skill .topbar {
  border-radius: 20px 20px 0px 0px;
  background: #A10315;
}

header .nav .navigation.skill .topbar a {
  color: #ff8200;
}

header .nav .navigation.skill .topbar .close img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

header .nav .navigation.skill .inner {
  border-radius: 0 0 20px 20px;
  background: #A10315;
}

header .nav .navigation.skill .inner p {
  border-color: #ff8200;
}

header .nav .navigation.skill .nav-title h3 {
  color: #A10315;
}

header .nav .navigation.skill .nav-title p {
  margin-bottom: 25px;
  color: #969696;
  line-height: 1.4;
}

header .nav .navigation.skill ul li {
  border-color: #A10315;
}

header .nav .navigation.skill ul li a {
  color: #464646;
  font-weight: 400;
}

header .nav .navigation.skill ul li a::after {
  background-image: url(../images/chevron-right-red.svg);
  top: 5px;
}

header .nav .navigation.main .close {
  display: block;
  text-align: right;
  width: 100%;
}

header .nav.active-nav {
  visibility: visible;
}

header .nav::-webkit-scrollbar {
  display: none;
}

.video-nav .inner-col {
  padding: 0 20px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.video-nav .inner-col .col {
  width: 100%;
  margin-right: 21px;
  padding-bottom: 10px;
}

.video-nav .inner-col .col h3 {
  color: #094ea1;
  font-size: 22px;
  border-bottom: 2px solid #5d5d5d;
  padding-bottom: 10px;
}

.video-nav .inner-col .col h3 span {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  float: right;
  padding-top: 6px;
}

.video-nav .inner-col .col h4 {
  color: #094ea1;
  font-size: 14px;
  margin-bottom: 10px;
  margin: 0;
}

.video-nav .inner-col .col p {
  font-size: 14px;
  color: #094ea1;
  margin-top: 0;
  padding-top: 10px;
}

.video-nav .inner-col .col h5 {
  background: #1EB2FC;
  margin: 0;
  text-align: center;
  min-height: 80px;
  padding: 10px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.video-nav .inner-col .col h5 span {
  display: block;
  font-size: 25px;
  color: #fff;
}

.video-nav .inner-col .col .left-bx {
  margin-right: 10px;
  padding-top: 0px;
}

.video-nav .inner-col .col .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-nav .inner-col .col:nth-child(2n+2) {
  margin-right: 0;
}

.video-nav.page-video-nav .inner-col {
  padding-bottom: 0px;
}

.video-nav.page-video-nav .top-title h3 {
  padding: 0 20px;
}

footer {
  margin-top: 50px;
  background: #E6E5E5;
  padding: 20px 0;
  position: relative;
}

footer ul {
  width: 49%;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

footer ul li {
  list-style: none;
  margin-bottom: 8px;
  vertical-align: top;
}

footer ul li a {
  font-size: 14px;
  color: #464646;
}

footer ul:nth-child(odd) {
  padding-right: 25px;
}

footer::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #e6e5e5;
  top: -6px;
}

.home-banner {
  position: relative;
  overflow: hidden;
}

.home-banner .text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  text-align: center;
  width: 100%;
  height: 100%;
}

.home-banner .text h1 {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  font-size: 37px;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  width: 60%;
  margin: auto;
  text-align: center;
  line-height: .84;
  text-transform: uppercase;
}

.home-banner .text .light {
  font-weight: 100;
}

.home-banner video {
  max-width: 100%;
}

.highlight-service .box {
  position: relative;
  border-radius: 0 0 10px 10px;
  margin-top: -20px;
  padding: 10px 15px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  z-index: 50;
}

.highlight-service .box .bars {
  width: 100%;
  height: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: -7px;
  left: 0;
}

.highlight-service .box .bars .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.highlight-service .box .bars .red {
  background: #A10315;
  border-radius: 5px 0 0 0;
}

.highlight-service .box .bars .blue {
  background: #094ea1;
}

.highlight-service .box .bars .orange {
  background: #FF8200;
}

.highlight-service .box .bars .yellow {
  background: #FDB913;
}

.highlight-service .box .bars .green {
  background: #059250;
  border-radius: 0 5px 0 0;
}

.highlight-service .box p {
  color: #fff;
  text-align: center;
  line-height: 1.6;
  font-weight: 300;
}

.highlight-service .box p span.blue {
  color: #72A7EA;
  text-transform: uppercase;
  font-weight: 600;
}

.highlight-service .box p span.big {
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  font-size: 17px;
}

.highlight-service .box p i {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  color: #72A7EA;
}

.highlight-service .serv-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  margin-top: -8px;
  overflow: hidden;
}

.highlight-service .serv-list ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  list-style: none;
  text-transform: uppercase;
  text-align: center;
  max-width: 32%;
}

.highlight-service .serv-list ul li a {
  position: relative;
  font-weight: 400;
  background: #094ea1;
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 30px 0px 15px;
  line-height: 1.25;
  border-radius: 0 0 15px 0px;
  margin-left: -10px;
}

.highlight-service .serv-list ul li a::after {
  content: ">";
  display: block;
  color: #fff;
}

.highlight-service .serv-list ul li:nth-child(1) {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.highlight-service .serv-list ul li:nth-child(1) a {
  background: #A10315;
  z-index: 40;
  margin-left: 0;
  border-radius: 0 0 15px 10px;
}

.highlight-service .serv-list ul li:nth-child(2) {
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
}

.highlight-service .serv-list ul li:nth-child(2) a {
  background: #094ea1;
  z-index: 30;
  font-weight: 500;
  padding-left: 8px;
}

.highlight-service .serv-list ul li:nth-child(3) a {
  background: #FF8200;
  z-index: 20;
  padding-left: 9px;
}

.highlight-service .serv-list ul li:nth-child(4) a {
  background: #059250;
  z-index: 10;
  border-radius: 0 0 35px 0px;
  padding-left: 4px;
}

.highlight-service.sdc-highlight .serv-list ul li a {
  padding: 20px 10px 10px;
  height: 100%;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.highlight-service.sdc-highlight .serv-list ul li a::after {
  width: 100%;
}

.highlight-service.sdc-highlight .serv-list ul li:nth-child(1) a {
  background: #FF8200;
  padding-top: 30px;
  padding-bottom: 30px;
}

.highlight-service.sdc-highlight .serv-list ul li:nth-child(2) a {
  background: #244326;
}

.highlight-service.sdc-highlight .serv-list ul li:nth-child(3) {
  -webkit-box-flex: 1.4;
      -ms-flex: 1.4;
          flex: 1.4;
}

.highlight-service.sdc-highlight .serv-list ul li:nth-child(3) a {
  background: #FDB913;
  padding-top: 40px;
  padding-bottom: 40px;
}

.highlight-service.sdc-highlight .serv-list ul li:nth-child(4) {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

.highlight-service.sdc-highlight .serv-list ul li:nth-child(4) a {
  background: #E50019;
  padding-top: 40px;
  padding-bottom: 40px;
}

.highlight-service.sdc-highlight .bars .red {
  background: #E50019;
}

.highlight-service.sdc-highlight .box p span.blue {
  font-weight: 400;
  display: block;
}

.dark-sec {
  padding: 40px 10px;
  background: #141414;
}

.dark-sec .inner {
  border: 2px solid #414141;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.dark-sec .inner .image {
  padding: 10px 0;
}

.dark-sec .inner h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.dark-sec .inner p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 300;
}

.dark-sec .inner p.orange {
  color: #FF8200;
}

.dark-sec .inner .more-btn {
  text-align: left;
  margin: 10px 0 30px;
}

.dark-sec .inner .more-btn a {
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
  background: #094ea1;
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
}

.dark-sec .inner .more-btn a::before {
  display: none;
}

.dark-sec .inner .more-btn a::after {
  display: none;
}

.dark-sec .inner .more-btn a span {
  padding-left: 0;
}

.dark-sec .inner .more-btn a span::before {
  display: none;
}

.dark-sec .inner .more-btn a span::after {
  content: "Read More";
}

.dark-sec .inner .more-btn a.less span::after {
  content: "Read Less";
}

.more-service {
  padding-bottom: 30px;
}

.more-service .heading h3 {
  font-family: 'Roboto', sans-serif;
}

.more-service ul {
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.more-service ul li {
  margin: 10px 0 20px;
  border-radius: 0 10px 10px 0px;
}

.more-service ul li a {
  font-size: 17px;
  border-radius: 10px 0 0 10px;
  letter-spacing: -.5px;
  color: #094ea1;
  padding: 10px;
  padding-right: 30px;
  display: block;
  width: 100%;
  background: #ffffff;
  position: relative;
}

.more-service ul li a i {
  border-radius: 0 10px 10px 0px;
  padding: 10px;
  background: #464646;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  top: 0;
  height: 100%;
}

.more-service ul li:nth-child(1) i {
  background: #094ea1;
}

.more-service ul li:nth-child(2) i {
  background: #FF8200;
}

.more-service ul li:nth-child(3) i {
  background: #244326;
}

.more-service ul li:nth-child(4) i {
  background: #A10315;
}

.more-service ul li:nth-child(5) i {
  background: #059250;
}

section.social-impact .inner {
  background: #06408D;
  border-radius: 4px;
  padding: 35px 0 35px;
  border-radius: 10px;
}

section.social-impact .inner .head h3 {
  font-size: 36px;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}

section.social-impact .container {
  max-width: 1450px;
  padding: 0 10px;
}

section.social-impact {
  margin-top: 100px;
}

section.social-impact .inner .head {
  text-align: center;
}

section.social-impact .inner .head h4 {
  font-size: 24px;
  color: #fff;
  font-style: italic;
  margin-top: 20px;
  letter-spacing: .5px;
}

section.social-impact .inner .counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.social-impact .inner .counter .box h5 {
  font-size: 21px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px;
  border-bottom: 2px solid #645ff6;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 15px;
}

section.social-impact .inner .counter .box {
  padding: 0;
  text-align: center;
  border: 2px solid #645ff6;
  padding-bottom: 5px;
  margin: 0 10px;
  border-radius: 5px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 17%;
          flex: 0 0 17%;
}

section.social-impact .inner .counter .box .count h2 {
  font-size: 85px;
  margin: 0;
  color: #fff;
  font-weight: 900;
  line-height: 1;
}

section.social-impact .inner .counter .box .count h3 {
  margin: 0;
  color: #fff;
  font-size: 46px;
}

section.social-impact .inner .counter .count {
  padding: 5px 25px;
}

section.social-impact h5.counting {
  font-size: 26px;
  text-align: center;
  color: #fff;
  margin: 30px 0 30px;
}

section.social-impact .band {
  background: #6461FC;
  text-align: center;
  padding: 10px 120px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.social-impact .band h4 {
  max-width: 100%;
  margin: auto;
  display: inline-block;
  text-transform: uppercase;
  text-align: left;
  font-size: 23px;
  color: #fff;
  font-weight: 500;
  font-family: 'Roboto Condensed', sans-serif;
}

section.social-impact .band .icon img {
  max-width: 10px;
}

section.social-impact .band .icon {
  display: inline-block;
  padding-left: 10px;
  padding-right: 30px;
}

section.social-impact .disc {
  text-align: center;
  padding-top: 10px;
}

section.social-impact .disc p {
  color: #fff;
}

section.social-impact .inner .counter .box:nth-child(5) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
}

section.social-impact .inner .head span.light {
  font-weight: 100;
}

section.social-impact .inner .head h3 sup.light {
  margin-left: -10px;
  font-weight: 100;
}

.box-sec .box-part .box.mr {
  margin-right: 20px;
}

.box-sec .box-part .box.no-mr {
  margin-right: 0px;
}

.box-sec .box.green.green-bg {
  background: #419351;
}

.box-sec .box.green.green-bg img {
  width: 100%;
}

.box-sec .box.green.green-bg .head h3 {
  color: #fff;
}

.box-sec .box.green.green-bg .sub-head h4 {
  color: #fff;
}

.box-sec .box.green.green-bg .head {
  padding-top: 30px;
  margin-bottom: 40px;
}

.box-sec .box.green.green-bg .cta a {
  color: #fff;
}

.box-sec .box.green.green-bg .cta a svg path {
  fill: #fff;
}

.box-sec .box.box-3 .head h3.green {
  color: #419351;
}

.pond-sec {
  background: #141414;
  padding: 60px 0;
  margin-bottom: 80px;
}

.pond-sec .head {
  text-align: center;
  padding-top: 10px;
}

.pond-sec .head h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.pond-sec .container.full-container {
  padding: 0 40px;
}

.pond-sec .inner {
  border: 1px solid #ddd;
}

.pond-sec .carousel-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pond-sec .carousel-sec .home-carousel {
  max-width: 50%;
}

.pond-sec .carousel-sec .home-carousel img {
  width: 100%;
}

.carousel-sec .slick-list {
  padding: 0 !important;
}

.pond-sec .carousel-sec .item {
  padding: 0 30px;
}

.slick-initialized .slick-slide {
  outline: none;
}

.pond-sec .carousel-sec .home-carousel.first .item {
  padding-right: 15px;
}

.pond-sec .carousel-sec .home-carousel.second .item {
  padding-left: 15px;
}

.carousel-sec .tag {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 95%;
}

.carousel-sec .tag h4 {
  font-size: 42px;
  color: #fff;
  background: #0000009c;
  display: inline-block;
  padding: 5px 10px;
  border: 4px solid #fff;
}

.pond-sec .carousel-sec .item {
  position: relative;
}

.pond-sec .head h3 {
  font-size: 40px;
}

.pond-sec .btn {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 60px;
}

.pond-sec .btn a {
  color: #fff;
  border: 1px solid #FF8200;
  color: #FF8200;
  padding: 15px 20px;
  font-size: 25px;
  display: inline-block;
}

.pond-sec .btn a:hover {
  color: #fff;
}

.home-carousel.sdc-carousel.first button.slick-arrow.slick-prev {
  left: 50px;
}

.home-carousel.sdc-carousel.second button.slick-arrow.slick-prev {
  left: 30px;
}

.home-carousel.sdc-carousel.first button.slick-arrow.slick-next {
  right: 20px;
}

.home-carousel.sdc-carousel.second button.slick-arrow.slick-next {
  right: 40px;
}

.home-carousel.sdc-carousel button.slick-arrow.slick-prev {
  background-image: url(../images/home/slick-prev.png);
  width: 50px;
}

.home-carousel.sdc-carousel button.slick-arrow.slick-next {
  background-image: url(../images/home/slick-next.png);
  width: 50px;
}

.pond-sec .inner {
  border: 1px solid #ffffff1c;
}

.bdk-banner {
  background: url(../images/bdk-landing-page/bdk-banner.jpg);
  background-size: cover;
  height: 900px;
  max-height: 80vh;
}

.bdk-banner {
  position: relative;
  z-index: 99;
}

.bdk-banner .container {
  height: 100%;
}

.bdk-banner .container .inner {
  height: 100%;
}

.bdk-banner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000a3;
  content: "";
  z-index: -1;
}

.bdk-banner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

h3 span.yellow {
  color: #FFB600;
}

.bdk-banner .inner .left h3 {
  font-size: 44px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
}

h3 span.yellow {
  color: #FFB600;
}

.bdk-banner .cta a {
  background: #f7b643;
  display: inline-block;
  color: #000;
  padding: 10px 15px;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
}

.bdk-banner .container .inner .left {
  margin-right: 2%;
}

.bdk-banner .container .inner .right .image {
  background: #fff;
  border-radius: 30px;
}

.bdk-banner .cta a:hover {
  background: #d49628;
}

.bdk-banner .cta a img {
  max-width: 10px;
  padding-left: 2px;
}

.enhance-form {
  background: #FFB600;
  padding: 60px;
}

.enhance-form .head h3 {
  font-size: 44px;
  font-weight: 400;
  margin-top: 0;
}

.enhance-form .head {
  text-align: center;
}

.enhance-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.enhance-form form .input.textarea {
  width: 100%;
}

.enhance-form .input.submit {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.enhance-form form .input input {
  padding: 15px;
  font-size: 18px;
  width: 100%;
  border: none;
  outline: none;
  text-transform: uppercase;
}

.enhance-form form .input input::-webkit-input-placeholder, .enhance-form form .input textarea::-webkit-input-placeholder {
  color: #C8C8C8;
}

.enhance-form form .input input:-ms-input-placeholder, .enhance-form form .input textarea:-ms-input-placeholder {
  color: #C8C8C8;
}

.enhance-form form .input input::-ms-input-placeholder, .enhance-form form .input textarea::-ms-input-placeholder {
  color: #C8C8C8;
}

.enhance-form form .input input::placeholder, .enhance-form form .input textarea::placeholder {
  color: #C8C8C8;
}

.enhance-form form .input {
  padding-right: 20px;
  width: calc(100% / 4);
  margin-bottom: 20px;
}

.enhance-form form .input.textarea textarea {
  width: 100%;
  font-family: 'Roboto', sans-serif;
  padding: 15px;
  border: none;
  font-size: 18px;
  outline: none;
  text-transform: uppercase;
}

.enhance-form .input.submit button {
  width: auto;
  background: #000;
  color: #f7b643;
  cursor: pointer;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.enhance-form form .input.submit button img {
  padding-left: 10px;
}

.enhance-form form .input.submit button img {
  padding-left: 10px;
}

.enhance-form form .input.submit button:hover {
  background: #1f1605;
}

.cousellors-sec {
  padding: 70px 0 80px;
  background: #000;
}

.cousellors-sec .head h3 {
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
}

.cousellors-sec .grid-councellor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cousellors-sec .grid-councellor .text h4 {
  color: #fff;
  font-size: 24px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.cousellors-sec .grid-councellor .item {
  padding: 0 25px;
  margin-bottom: 50px;
}

.cousellors-sec .grid-councellor .item {
  width: calc(100% / 3);
}

.cousellors-sec .grid-councellor .item .image img {
  max-width: 100%;
}

.cousellors-sec .head {
  padding-bottom: 40px;
}

.cousellors-sec .cta a {
  background: #f7b643;
  display: inline-block;
  color: #000;
  padding: 10px 15px;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}

.cousellors-sec .cta a img {
  max-width: 10px;
  padding-left: 2px;
}

.cousellors-sec .cta {
  text-align: center;
}

.cousellors-sec .cta a:hover {
  background: #d49628;
}

.cousellors-sec .cta a img {
  max-width: 10px;
  padding-left: 2px;
}

.search-sec {
  padding: 50px 0 70px;
}

.search-sec .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.search-sec .input .image {
  background: #003E92;
  padding: 10px 18px;
}

.search-sec .input input {
  width: 100%;
  font-size: 18px;
  text-transform: uppercase;
  padding-left: 20px;
  border: 1px solid #cccccc;
  outline: none;
}

.search-sec .input a.cancel {
  position: absolute;
  right: 30px;
  font-size: 30px;
  top: 10px;
  font-weight: 300;
  width: 15px;
}

.search-sec .input input::-webkit-input-placeholder {
  color: #b7b7b7;
}

.search-sec .input input:-ms-input-placeholder {
  color: #b7b7b7;
}

.search-sec .input input::-ms-input-placeholder {
  color: #b7b7b7;
}

.search-sec .input input::placeholder {
  color: #b7b7b7;
}

.search-sec .search-field {
  margin-bottom: 50px;
}

.search-sec .found h4 {
  font-size: 21px;
  font-weight: 300;
}

.results-inner .result h4 {
  font-size: 28px;
  margin: 0;
  font-weight: 400;
  color: #094EA1;
  padding-bottom: 5px;
}

.results-inner .result a p {
  font-size: 18px;
  color: #646464;
  margin: 0;
  margin-top: 5px;
}

.results-inner .result a {
  padding: 30px 40px;
  background: #fff;
  display: block;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.results-inner .result a:hover {
  background: #e6e6e6;
}

.search-sec .pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-sec .pagination ul li a {
  padding: 10px;
  background: #3399FF;
  color: #fff;
  margin: 0 8px;
  width: 36px;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
}

.box-sec .box .sub-head h4.dark {
  color: #000 !important;
}

.head-tag {
  text-align: right;
  margin-bottom: 10px;
}

.search-sec .pagination ul li.active a {
  background: #094EA1;
}

.search-results .pagination {
  margin-bottom: 40px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-results .pagination ul {
  margin: 0;
}

.search-results .pagination .chev {
  margin: 0 20px;
  cursor: pointer;
}

header .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-header .input input {
  font-size: 14px;
  background: #7E7BFF;
  border: none;
  padding: 7px;
  outline: none;
  color: #fff;
}

.search-header .input input::-webkit-input-placeholder {
  color: #fff;
}

.search-header .input input:-ms-input-placeholder {
  color: #fff;
}

.search-header .input input::-ms-input-placeholder {
  color: #fff;
}

.search-header .input input::placeholder {
  color: #fff;
}

.search-header .input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-header {
  margin-right: 30px;
  margin-top: 15px;
}

.search-header .input .image {
  background: #4C48F9;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.search-header .input .image img {
  width: 16px;
}

header .social {
  margin-top: 8px;
}

.mt80 {
  margin-top: 80px;
}

.home-banner .slick-next {
  right: 49%;
  top: auto;
  background: url(../images/home/next-arrow.svg) no-repeat;
  bottom: 25%;
  width: 40px;
}

.home-banner .slick-next::before {
  opacity: 0;
}

.box-sec .box .head h5 {
  margin: 0;
  font-size: 24px;
  font-family: 'Roboto Condensed', sans-serif;
}

.home-banner .banner {
  position: relative;
}

.home-banner .banner.white-overlay::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff9;
  content: "";
  top: 0;
  left: 0;
}

.box-sec .box.yellow-bg {
  background: #ffc107;
}

.box-sec .box.yellow-bg .cta a, .box-sec .box.yellow-bg .curve-head h4, .box-sec .box.yellow-bg .cta svg path {
  color: #000;
  fill: #000;
}

.box-sec .box.work-bg {
  background-image: url(../images/home/workshop-bg-1.jpg);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 130%;
}

.box-sec .box.work-bg.bg-2 {
  background-image: url(../images/home/workshop-bg-2.jpg);
}

.box-sec .box.red .sub-head h4.black {
  color: #000;
}

.box-sec .box.red .sub-head h4.white {
  color: #fff;
}

.box-sec .box.red .cta.white a, .box-sec .box.red .cta.white a svg path {
  color: #fff;
  fill: #fff;
}

.box-sec .box .head h3.fz23 {
  font-size: 23px;
}

.box-sec .box .head h3.fz32 {
  font-size: 32px;
}

.box-sec .box .head h3.fz30 {
  font-size: 30px;
}

.box-sec .box .head h3.fz36 {
  font-size: 36px;
}

.box-sec .box .head h3.fz38 {
  font-size: 38px;
}

.box-sec .box .head h3.fz28 {
  font-size: 28px;
}

.box-sec .box .head h3.fz40 {
  font-size: 40px;
}

.yellow-empowered-sec {
  background: #FFB607;
  padding: 100px 0;
}

.yellow-empowered-sec .head h3 {
  margin-top: 0;
  font-size: 48px;
  margin-bottom: 0;
  color: #fff;
}

.yellow-empowered-sec .head {
  text-align: center;
}

.yellow-empowered-sec .head h4 {
  font-size: 40px;
  margin-top: 20px;
  color: #fff;
}

.yellow-empowered-sec .box-main h4 {
  font-size: 36px;
  text-align: center;
  font-style: italic;
  color: #fff;
  font-weight: 300;
}

.yellow-empowered-sec .box-main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yellow-empowered-sec .box-main .row .box {
  width: calc(100%/4);
  padding: 0 20px;
}

.yellow-empowered-sec .container-full.container {
  max-width: 100%;
  padding: 0 50px;
}

.yellow-empowered-sec .box-main .row .box .inner {
  background: #fff;
  padding: 14px;
  height: 100%;
}

.yellow-empowered-sec .box-main .row .box .inner h5 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 20px;
}

.yellow-empowered-sec .box-main .row .box .inner .title-bx .heading h5 {
  font-size: 18px;
}

.yellow-empowered-sec .box-main .row .box .inner .title-bx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.yellow-empowered-sec .box-main .row .box .inner .title-bx .image {
  width: auto;
}

.yellow-empowered-sec .box-main .row .box .inner .title-bx .heading h5 {
  text-align: left;
  font-weight: 500;
}

.yellow-empowered-sec .box-main .row .box .inner .title-bx .heading {
  margin-top: 10px;
  padding-left: 30px;
}

.yellow-empowered-sec .box-main .row .box .inner .title-bx.text-center {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.yellow-empowered-sec .box-main .row .box .inner .title-bx.text-center .heading {
  padding: 0;
}

.yellow-empowered-sec .box-main .row .box p {
  font-size: 26px;
  font-weight: 400;
  font-family: 'kruti';
}

.yellow-empowered-sec .btm-cta {
  margin-top: 80px;
  text-align: center;
}

.yellow-empowered-sec .btm-cta a {
  background: #000;
  padding: 16px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
}

.yellow-empowered-sec .btm-cta a img {
  padding-left: 6px;
}

.yellow-empowered-sec .box-main .row .box .inner .title-bx.text-center .heading h5 {
  text-align: center;
}

.yellow-empowered-sec .box-main .row .box .inner .desc {
  padding: 0 10px;
}

.popup.vacancy-trainer {
  font-family: 'blender-medium';
}

.popup.vacancy-trainer .heading h3 {
  font-size: 22px;
  color: #000;
  font-family: 'blender-heavy';
}

.popup.vacancy-trainer .pop-content h4 {
  font-size: 72px;
  margin: 0;
  color: #FF8200;
  font-family: 'blender-heavy';
}

.popup.vacancy-trainer .pop-content {
  text-align: center;
  font-family: 'blender-heavy';
  background: url(../images/shape-bg.png) !important;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  padding: 20px;
}

.popup.vacancy-trainer .pop-content .btm-desc h4 {
  font-size: 28px;
  color: #000;
  padding-top: 20px;
  font-family: 'blender';
}

.popup.vacancy-trainer .pop-content .small-heading h5 {
  font-size: 26px;
  margin: 0;
  color: #FF8200;
}

.popup.vacancy-trainer .pop-inner {
  position: relative;
  padding: 10px 50px 30px;
  background: url(../images/vacancy-pop-bg.jpg);
  background-size: cover;
}

.popup.vacancy-trainer .pop-inner .logo {
  position: absolute;
  top: 0;
  right: 60px;
  top: 35px;
}

.popup.vacancy-trainer .pop-inner .btm-content {
  text-align: center;
  padding-top: 20px;
}

.popup.vacancy-trainer .pop-inner .btm-content h6 {
  font-size: 17px;
  font-family: 'arial';
  font-weight: 400;
  margin: 0;
  margin-bottom: 15px;
}

.popup.vacancy-trainer .pop-inner .btm-content a {
  display: inline-block;
  background: #f1813a;
  padding: 10px;
  font-family: 'arial';
  color: #fff;
  border: 1px solid;
}

.popup.vacancy-trainer .pop-content .btm-desc p {
  font-family: 'arial';
  line-height: 1.4;
}

.popup.vacancy-trainer .pop-content .btm-desc p {
  font-family: 'arial';
  line-height: 1.4;
}

.popup.vacancy-trainer .pop-content .small-heading .line-head .line {
  width: 25%;
  height: 2.5px;
  background: #f1813a;
  display: inline-block;
  margin: 0 15px;
}

.popup.vacancy-trainer .pop-content .small-heading .line-head h5 {
  display: inline-block;
}

.popup.vacancy-trainer .pop-content .small-heading .line-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.social-impact.impact-richa .inner {
  background: #0480FB;
  padding: 50px 0;
}

section.social-impact.impact-richa .inner .counter .box {
  padding: 41px 20px;
  width: 300px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  border-color: #26abff;
}

section.social-impact.impact-richa .inner .band {
  background: #26ABFF;
}

section.social-impact.impact-richa .inner .counter .box h2 {
  font-size: 54px;
}

section.social-impact.impact-richa .inner .counter .box h3 {
  font-size: 54px;
}

section.social-impact.impact-richa .inner .counter .box h5 {
  border-color: #fff;
  font-size: 24px;
}

section.social-impact.impact-richa .inner .counter .box .count {
  padding-top: 11px;
}

.box-sec .box.red.train-window {
  background: #93E2CC;
}

.box-sec .box.red.train-window .image {
  margin-bottom: 30px;
}

.box-sec .box.red .head.red h3 {
  color: #a2231f;
}

.box-sec .box.red.train-window .head.red {
  margin-bottom: 30px;
}

.box-sec .box.episode-window.three-episode {
  background: #749453;
  color: #fff;
}

.box-sec .box.episode-window.four-episode {
  background: #D46E6E;
  color: #fff;
}

.box-sec .box.episode-window h3, .box-sec .box.episode-window .sub-head h4, .box-sec .box.episode-window .cta path, .box-sec .box.episode-window .cta a {
  color: #fff;
  fill: #fff;
}

.box-sec .box.episode-window .image {
  margin-bottom: 25px;
}

.box-sec .box-part .image.padding-inner {
  padding: 0 18px;
  max-width: 75%;
  margin-bottom: 15px;
}

.box-sec .box-part .image.padding-inner img {
  max-width: 100%;
}

.box-sec .box-part .image {
  margin-bottom: 20px;
}

.doordarshan-sec {
  background: #006EFF;
  margin-top: 80px;
  padding: 60px 0 50px;
}

.doordarshan-sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.doordarshan-sec .inner .desc {
  width: 55%;
  padding-left: 50px;
}

.doordarshan-sec .inner .video {
  width: 45%;
}

.doordarshan-sec .heading h4 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 800;
  margin-top: 0;
}

.doordarshan-sec .heading h3 {
  font-size: 38px;
  text-align: left;
  margin-top: 10px;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
}

.doordarshan-sec .inner .desc p {
  font-size: 20px;
  color: #fff;
}

.doordarshan-sec .heading {
  margin-top: 0;
  border-bottom: 9px solid #fff;
  padding-bottom: 16px;
}

.box-sec .box.episode-window.five-episode {
  background: #0060FF;
}

.box-sec .box.episode-window.five-episode .curve-head {
  background: #094EA1;
}

.box-sec .box .head h3.fz27, .box-sec .box .head h3.fz30 {
  line-height: 1.15;
}

.popup.image-pop .pop-inner {
  width: 600px;
  padding: 0;
}

.yellow-empowered-sec .box-main .row .box .inner {
  max-height: 700px;
  overflow-y: auto;
}

.yellow-box {
  background: #FFFF01;
  padding: 4px 10px;
  margin-bottom: 30px;
  border-radius: 10px;
}

.yellow-empowered-sec .box-main .row .box.noman-box .yellow-box p {
  color: #006EFF;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
}

.yellow-empowered-sec .box-main .row .box.noman-box .title-bx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yellow-empowered-sec .box-main .row .box.noman-box .inner .title-bx .image {
  width: 51%;
}

.yellow-empowered-sec .box-main .row .box.noman-box .inner .title-bx h5 {
  font-size: 13px;
}

.yellow-empowered-sec .box-main .row .box.noman-box .inner .title-bx .heading {
  padding-left: 14px;
  width: 49%;
}

.top-sec {
  padding: 30px 0 0px;
}

.top-sec .desc p {
  color: #464646;
  margin-top: 0;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.top-sec .blue-box {
  background: #1EB2FC;
  padding-bottom: 6px;
}

.top-sec .blue-box .first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-sec .blue-box .first .image {
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
}

.top-sec .blue-box .first .text {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
}

.top-sec .blue-box .first .text p {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 5px;
}

.top-sec .blue-box p {
  font-size: 12px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.4;
  color: #fff;
  margin-top: 10px;
}

.top-sec .blue-box .second p {
  text-align: left;
  margin-bottom: 0;
  padding-left: 10px;
  margin-top: 5px;
}

.top-sec .blue-text {
  margin-bottom: 30px;
  padding-top: 10px;
}

.top-sec .blue-text p {
  color: #094ea1;
  font-size: 12px;
  font-weight: 400;
}

.top-sec .blue-text p b.yellow {
  background: yellow;
}

.top-sec .large-head h2 {
  font-size: 21px;
  color: #094ea1;
  line-height: .95;
}

.top-sec .large-head h2 span.lightblue {
  color: #6461FC;
}

.top-sec .large-head h2 span.mehrun {
  color: #A10315;
}

.top-sec .large-head h1 {
  margin-top: 15px;
  padding-top: 10px;
  font-size: 42px;
  font-weight: 800;
  color: #094ea1;
  word-break: break-word;
  padding-right: 10px;
  text-transform: uppercase;
  line-height: .9;
  border-top: 3px solid #6461FC;
}

.top-sec .large-head h1.lh07 {
  line-height: .7;
}

.top-sec .large-head h1 span {
  color: #6461FC;
}

.top-sec .large-head h1 span.black {
  color: #000;
}

.top-sec .large-head h1 span.green {
  color: #059250;
}

.top-sec .large-head h1 span.blue {
  color: #094ea1;
}

.top-sec .large-head h1 span.pink {
  color: #C84FAC;
}

.top-sec .large-head h1 span.red {
  color: #E50019;
}

.top-sec .large-head h1 span.mehrun {
  color: #A10315;
}

.top-sec .large-head h1 span.greenblue {
  color: #1EB2FC;
}

.top-sec .large-head h1 span.golden {
  color: #CDA742;
}

.top-sec .large-head h1 span.dark-green {
  color: #244326;
}

.top-sec .large-head h1 span.vbig {
  font-size: 65px;
}

.top-sec .large-head h1 span.fz38 {
  font-size: 38px;
}

.top-sec .large-head h1 span.fz36 {
  font-size: 36px;
}

.top-sec .large-head h1 span.fz32 {
  font-size: 32px;
}

.top-sec .large-head h1 span.fz59 {
  font-size: 59px;
}

.top-sec .large-head h1 span.fz54 {
  font-size: 54px;
}

.top-sec .large-head h1 span.db {
  display: block;
}

.top-sec .large-head h5 {
  font-weight: 400;
  border-bottom: 3px solid #6461FC;
  padding-bottom: 6px;
  text-transform: uppercase;
}

.top-sec .large-head.medium h1 {
  font-size: 32px;
}

.top-sec .btm-text p {
  color: #464646;
  font-size: 13px;
}

.top-sec .btm-text p span.greenblue {
  color: #1EB2FC;
}

.top-sec .btm-text p span.highlight {
  color: #094ea1;
  font-weight: 600;
  text-transform: uppercase;
}

.top-sec .btm-text p b.tt {
  text-transform: uppercase;
}

.top-sec .btm-text p b.black {
  color: #000;
}

.top-sec .btm-text.btm-spacing {
  padding-bottom: 30px;
}

.top-sec .greenblue-box {
  border-radius: 10px;
  padding: 15px 10px;
  background: #1EB2FC;
}

.top-sec .greenblue-box h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 800;
  line-height: .9;
  text-transform: uppercase;
  color: #094ea1;
}

.top-sec .greenblue-box h3 span.black {
  color: #000;
}

.gallery {
  padding-top: 30px;
}

.gallery .image {
  margin-bottom: 15px;
}

section.emo-dropdown {
  position: relative;
  background: trasparent;
  padding: 16px 5px;
  margin: 20px 0;
  text-align: center;
}

section.emo-dropdown a {
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#6461FF), to(#00FFFF));
  background-image: linear-gradient(to right, #6461FF, #00FFFF);
}

section.emo-dropdown a p {
  font-size: 19px;
  color: #fff;
  margin: 0;
  padding: 8px 15px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 0;
}

section.emo-dropdown a span {
  background: #6461FC;
  padding: 10px 20px;
}

section.emo-dropdown ul {
  position: relative;
  padding: 10px 0 2px;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
  border-radius: 0 0 10px 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6461FF), to(#00FFFF));
  background-image: linear-gradient(to right, #6461FF, #00FFFF);
  margin: 0;
  list-style: none;
}

section.emo-dropdown li {
  padding: 0;
  margin-bottom: 10px;
}

section.emo-dropdown li a {
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  padding: 5px 15px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  background: #6461FC;
}

section.emo-dropdown.bbcs-drop a p {
  letter-spacing: 1px;
  padding: 2px 8px;
  font-size: 25px;
}

section.emo-dropdown.bbcs-drop ul li a {
  font-size: 25px;
}

section.emo-dropdown.conclave-drop a p {
  font-size: 17px;
}

section.emo-dropdown.conclave-drop ul li a {
  font-size: 21px;
}

section.emo-dropdown::before {
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  height: 73px;
  content: "";
  top: 0;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
}

.box-sec.emo-box .box-part .box.blue .head h3 {
  color: #094ea1;
  font-size: 30px;
  min-height: 50px;
}

.social-header {
  position: -webkit-sticky;
  position: sticky;
  top: 83.77px;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.25);
}

.social-header h2 {
  font-size: 14px;
  text-align: center;
  font-weight: 800;
  margin: 0;
  padding: 15px 0;
}

.social-header h2 i {
  font-weight: 300;
  font-style: normal;
}

.pagination .container {
  padding: 0 10px;
}

.pagination ul {
  padding: 0;
  margin-bottom: 0;
}

.pagination ul li {
  vertical-align: top;
  line-height: 1;
  display: inline-block;
  list-style: none;
}

.pagination ul li a {
  color: #1EB2FC;
  font-size: 11px;
  padding-right: 5px;
  text-transform: uppercase;
}

.pagination ul li.parent a {
  color: #094ea1;
}

.pagination.dark {
  background: #001046;
}

.pagination.dark ul {
  margin-top: 0;
  padding-top: 10px;
}

.pagination.dark ul li a {
  color: #fff;
}

.pagination.dark ul li.active a {
  color: #1EB2FC;
}

.pagination.sd-pagination ul li.parent a {
  color: #A10315;
}

.dark-big {
  padding: 50px 0;
  text-align: center;
  background: #001046;
}

.dark-big .small-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dark-big .small-head h2 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 18px;
}

.dark-big .small-head .year {
  margin-left: 5px;
}

.dark-big .small-head .year h3 {
  padding: 0 5px;
  font-size: 18px;
  font-weight: 400;
}

.dark-big h2 {
  font-size: 68px;
  color: #fff;
  margin: 0;
  line-height: 0.7;
}

.dark-big h3 {
  font-size: 48px;
  color: #fff;
  margin: 0;
}

.dark-big .year h3 {
  line-height: 1.1;
  font-size: 68px;
  background: #1EB2FC;
  display: inline-block;
  padding: 0 20px;
}

.dark-big .loc {
  margin-top: 30px;
}

.dark-big .loc p {
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding: 20px;
  border: 2px solid #1EB2FC;
  border-radius: 10px;
}

.dark-big .bigtxt {
  padding-top: 30px;
}

.dark-big .bigtxt h3 {
  font-size: 183px;
  color: #1EB2FC;
  line-height: .95;
}

.dark-big .botomhead h3 {
  color: #1EB2FC;
  font-size: 41px;
  line-height: 1.1;
}

.dark-big .botomhead.small h3 {
  font-size: 30px;
}

.dark-big .event-list ul {
  padding: 0 20px;
}

.dark-big .event-list ul li {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 0 10px;
  position: relative;
}

.dark-big .event-list ul li::after {
  content: "";
  position: absolute;
  right: 0;
  height: 80%;
  top: 10%;
  width: 1px;
  background: #fff;
}

.dark-big .event-list ul li:last-child:after {
  display: none;
}

.dark-big .event-list ul li:nth-child(3):after {
  display: none;
}

.dark-big .event-list ul li:nth-child(5):after {
  display: none;
}

.special-head h3 {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  color: #1EB2FC;
  text-align: center;
  padding: 0 5px;
}

.special-head h3 img {
  margin: 20px 0;
}

.special-head h3 span.green {
  color: #059250;
}

.special-head.blue h3 {
  color: #094ea1;
}

.special-head.blue h3 img {
  -webkit-filter: invert(0.3);
          filter: invert(0.3);
}

.special-head.pink h3 {
  color: #C84FAC;
}

.special-head.pink h3 img {
  width: 100%;
}

.special-head.dark-green h3 {
  color: #244326;
}

.special-head.dark-green h3 img {
  width: 100%;
  -webkit-filter: invert(0.4);
          filter: invert(0.4);
}

.special-head.green h3 {
  color: #059250;
}

.special-head.green h3 img {
  width: 100%;
  -webkit-filter: invert(0.4);
          filter: invert(0.4);
}

.special-head.fz21 h3 {
  font-size: 21px;
}

.next-btn {
  margin-bottom: 30px;
  text-align: right;
}

.next-btn a {
  text-transform: uppercase;
  background: #1EB2FC;
  font-size: 15px;
  color: #fff;
  padding: 0 4px;
}

.topic-menu {
  margin-top: 40px;
}

.topic-menu .blue-bg {
  border-radius: 20px;
  -webkit-box-shadow: 7px 6px 8px rgba(0, 0, 0, 0.22);
          box-shadow: 7px 6px 8px rgba(0, 0, 0, 0.22);
  background: #1EB2FC;
  padding: 20px;
}

.topic-menu .blue-bg .heading h3 {
  font-weight: 600;
  color: #fff;
  font-size: 28px;
  position: relative;
  padding-bottom: 50px;
  margin-bottom: 40px;
}

.topic-menu .blue-bg .heading h3::after {
  content: "";
  bottom: 0;
  width: 100px;
  height: 5px;
  background: #001046;
  position: absolute;
  left: calc(50% - 50px);
}

.topic-menu .blue-bg ul {
  text-align: center;
  padding: 0 15px;
  list-style: none;
}

.topic-menu .blue-bg ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #001046;
}

.topic-menu .blue-bg ul li a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
}

.topic-menu .blue-bg ul li:last-child {
  border-bottom: 0;
}

.general-text {
  margin-bottom: 30px;
}

.general-text h4 {
  font-size: 16px;
  color: #094ea1;
  font-weight: 600;
  text-transform: uppercase;
}

.general-text p {
  font-size: 16px;
  color: #464646;
  margin-bottom: 15px;
}

.general-text p b.upper {
  text-transform: uppercase;
}

.general-text .image {
  margin: 10px 0 15px;
}

.greenblue .inner {
  background: #1EB2FC;
  padding: 10px 10px;
}

.greenblue ul {
  list-style: none;
  border: 1px solid #fff;
  padding: 5px 20px;
  border-radius: 10px;
  list-style: none;
}

.greenblue ul li {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.greenblue ul li b {
  display: block;
  text-transform: uppercase;
}

.greenblue ul li p {
  color: #094ea1;
  font-size: 16px;
  margin-bottom: 0;
}

.greenblue ul li::after {
  content: "";
  width: 50px;
  background: #fff;
  left: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.greenblue ul li:last-child::after {
  display: none;
}

.greenblue .bigtext {
  text-align: center;
  padding-top: 40px;
}

.greenblue .bigtext h2 {
  color: #094ea1;
  font-size: 183px;
  margin: 0;
  line-height: .6;
}

.greenblue h3 {
  color: #094ea1;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.icon-big {
  margin-bottom: -45px;
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.icon-big.tac {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-big .text {
  width: 39%;
  position: absolute;
  right: -25px;
  z-index: -1;
}

.icon-big .text p {
  font-size: 12px;
  padding: 20px 22px;
  padding-right: 5px;
  font-weight: 600;
  color: #A7A7A7;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
}

.icon-big.two .text {
  width: 51%;
}

.icon-big.two .text p {
  padding-left: 60px;
  padding-right: 20px;
}

.icon-big.two .text p span.db {
  display: block;
  padding-top: 10px;
}

.box-grid-sec {
  position: relative;
  margin-top: 40px;
  padding: 30px 0;
}

.box-grid-sec .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-grid-sec .box {
  margin: 5px;
  margin-top: 0;
  background: #fff;
  margin-bottom: 15px;
  padding: 25px 8px;
  border: 1px solid #E1E1E1;
  border-radius: 6px;
  text-align: center;
}

.box-grid-sec .box h4 {
  color: #094ea1;
  margin-top: 0;
  font-size: 24px;
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
}

.box-grid-sec .box p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 10px;
}

.box-grid-sec .box p b.date {
  font-size: 18px;
  display: block;
}

.box-grid-sec .box.full {
  width: 100%;
}

.box-grid-sec .box.half {
  width: calc(50% - 10px);
}

.box-grid-sec.blue {
  background: #094ea1;
  color: #464646;
}

.box-grid-sec.lightblue {
  background: #6461FC;
  color: #464646;
}

.box-grid-sec.lightblue h4 {
  color: #6461FC;
}

.box-grid-sec.curve {
  padding-top: 70px;
}

.box-grid-sec.curve::after {
  content: "";
  position: absolute;
  width: 100%;
  background-image: url(../images/emotional/curve-bg.png);
  background-repeat: no-repeat;
  height: 60px;
  top: -60px;
  left: 0;
}

.highlight-bbcs img {
  -webkit-filter: invert(0.4);
          filter: invert(0.4);
}

.highlight-bbcs .heading img {
  -webkit-filter: invert(0.4);
          filter: invert(0.4);
}

.highlight-bbcs .heading h2 {
  text-align: center;
  font-size: 68px;
  color: #094ea1;
  margin: 0;
}

.highlight-bbcs .circle-text .inner {
  text-align: center;
  width: 200px;
  height: 200px;
  background: #0088FF;
  padding: 40px 10px;
  margin: auto;
  border-radius: 50%;
}

.highlight-bbcs .circle-text .inner p {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.highlight-bbcs .big-heading h3 {
  color: #094ea1;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  font-weight: 800;
}

.session-sec .heading h3 {
  text-align: left;
  font-size: 26px;
  font-weight: 600;
}

.session-sec .grad-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#6461FF), to(#00FFFF));
  background-image: linear-gradient(to right, #6461FF, #00FFFF);
}

.session-sec .grad-box ul {
  list-style: none;
  padding: 0;
  width: 100%;
}

.session-sec .grad-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.session-sec .grad-box ul li p {
  font-weight: 400;
  color: #fff;
  font-size: 18px;
  padding-left: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  width: 60%;
}

.session-sec .grad-box ul li p.session {
  width: 35%;
  padding-right: 10px;
  border-right: 1px solid #fff;
}

.session-sec .grad-box .next-button a {
  background: #001046;
  width: 45px;
  display: block;
  height: 45px;
  text-align: center;
  position: absolute;
  top: 47%;
  right: 10px;
  line-height: 60px;
  border-radius: 50%;
}

.session-sec .images {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.next-cta {
  margin-top: 50px;
  padding-bottom: 50px;
}

.next-cta h3 a {
  font-size: 24px;
  color: #094ea1;
}

.sessions {
  margin-top: 40px;
}

.sessions .blue-bg {
  background: #094ea1;
  padding: 6px 0;
}

.sessions .blue-bg.tac {
  text-align: center;
}

.sessions .blue-bg h3 {
  color: #fff;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  font-size: 24px;
}

.sessions .head {
  margin-top: 25px;
  margin-bottom: 30px;
}

.sessions .head .red h4 {
  background: red;
  color: #fff;
  padding: 4px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.sessions .head h3 {
  margin-top: 0;
  padding-bottom: 15px;
  font-size: 19px;
  font-weight: 800;
  color: #094ea1;
  text-transform: uppercase;
  border-bottom: 7px solid #6461FC;
}

.sessions .head p {
  font-size: 12px;
  font-weight: 600;
  color: #094ea1;
}

.sessions .head p.fz16 {
  font-size: 16px;
}

.sessions p {
  color: #464646;
}

.sessions .image {
  margin-bottom: 20px;
}

.sessions .images .bluecircbx .inner {
  margin-bottom: -40px;
  z-index: 99;
  position: relative;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #0088FF;
  border: 2px solid #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.sessions .images .bluecircbx .inner p {
  color: #fff;
  font-size: 12px;
  padding: 5px 10px;
  text-align: center;
}

.sessions .special-head .container {
  padding: 0;
}

.sessions .special-head span {
  font-size: 16px;
  font-weight: 800;
  display: block;
  margin-bottom: 5px;
}

.sessions.large-p p {
  font-size: 16px;
  color: #464646;
}

.sessions.large-p b {
  color: #000;
}

.sessions.large-p b.blue {
  color: #094ea1;
}

.sessions.large-p b.tt {
  text-transform: uppercase;
}

.sessions.wellness-session {
  margin-top: 0;
}

.sessions.wellness-session .head {
  margin-bottom: 0;
}

.sessions.wellness-session .head h4 {
  margin-bottom: 0;
}

.sessions.outings .image img {
  width: 100%;
}

.sessions.outings .video {
  margin-bottom: 20px;
}

b.upper {
  text-transform: uppercase;
}

.feedback-box {
  margin-top: 40px;
}

.feedback-box .inner {
  background: #fff;
  padding: 10px 20px;
  border: 1px solid #1EB2FC;
  border-radius: 10px;
}

.feedback-box .inner h3 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #1EB2FC;
  position: relative;
}

.feedback-box .inner h3::after {
  content: "";
  width: 50px;
  height: 1px;
  background: #1EB2FC;
  position: absolute;
  bottom: 0;
  left: 0;
}

.feedback-box .inner p {
  color: #094ea1;
  font-size: 16px;
}

section.video-sec {
  margin-top: 40px;
  margin-bottom: -40px;
}

section.video-sec.pink-bg {
  padding: 30px 0;
  background: #C84FAC;
}

section.video-sec.pink-bg .white-bg {
  background: #fff;
  padding: 15px 20px 10px;
  margin-bottom: 40px;
  border-bottom: 10px solid #5F226F;
}

section.video-sec.pink-bg .white-bg .special-head h3 {
  margin-top: 0;
}

section.video-sec .general-text p {
  font-size: 12px;
}

.top-icon {
  width: 100%;
}

.top-icon.tac {
  text-align: center;
}

.team-sec {
  margin-bottom: 40px;
  padding: 20px 0;
}

.team-sec.blue-bg {
  background: #094ea1;
}

.team-sec .heading {
  margin-top: 30px;
}

.team-sec .heading h3 {
  margin-top: 0;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.team-sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.team-sec .inner .box {
  margin-bottom: 20px;
  width: 50%;
  text-align: center;
}

.team-sec .inner .box h4 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
}

.team-sec .inner .box p {
  margin: 0;
  color: #fff;
}

.headline {
  margin-bottom: 30px;
}

.headline h3 {
  font-size: 16px;
  padding-bottom: 10px;
  border-bottom: 8px solid #6461FC;
}

.headline h3.blue {
  color: #094ea1;
}

.blue-highlight .inner {
  background: #1EB2FC;
  border-radius: 10px;
}

.blue-highlight .inner .head {
  padding: 20px 30px;
}

.blue-highlight .inner .head h4 {
  color: #FFF636;
  font-size: 24px;
  text-align: center;
}

.blue-highlight .inner .mil-box {
  padding: 20px 30px;
  text-align: center;
}

.blue-highlight .inner .mil-box p {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  font-weight: 800;
}

.blue-highlight .inner .mil-box .inner-mil h2 {
  font-size: 140px;
  color: #FFF636;
  margin: 0;
  line-height: 1;
  font-weight: 800;
}

.blue-highlight .inner .mil-box .inner-mil h3 {
  font-size: 56px;
  color: #FFF636;
  margin: 0;
  line-height: 1;
  font-weight: 800;
}

.blue-highlight .inner .mil-box .inner-mil h4 {
  font-size: 30px;
  color: #fff;
  margin: 0;
  font-weight: 800;
}

.blue-highlight .inner .mil-box .inner-mil.first {
  margin-bottom: 20px;
  padding-bottom: 30px;
  position: relative;
}

.blue-highlight .inner .mil-box .inner-mil.first::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50px;
  left: calc(50% - 25px);
  height: 2px;
  background: #fff;
}

.blue-highlight .inner .mil-box .inner-mil.second h2 {
  font-size: 100px;
}

.blue-highlight .inner .mil-box .inner-mil.second h3 {
  font-size: 40px;
}

.blue-highlight .inner .mil-box .inner-mil.second h4 {
  font-size: 18px;
}

.blue-highlight .inner .btm-box {
  text-align: center;
  padding: 20px 30px;
}

.blue-highlight .inner .btm-box h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.blue-highlight .inner .btm-box h4 span.white {
  color: #fff;
}

.blue-highlight .inner .btm-box h4.yellow {
  color: #FFF636;
}

.blue-highlight img {
  width: 100%;
}

.navras-box {
  margin-top: 40px;
}

.navras-box .inner-navras {
  background: #FDB913;
  padding: 25px 25px;
  border-radius: 10px;
  text-align: center;
}

.navras-box .inner-navras ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  list-style: none;
  padding: 0;
}

.navras-box .inner-navras ul li {
  width: 50%;
  text-align: center;
}

.navras-box .inner-navras .bottom-updown .list {
  width: 49%;
  display: inline-block;
}

.navras-box .inner-navras .bottom-updown .list ul li {
  display: block;
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 14px;
  position: relative;
}

.navras-box .inner-navras .bottom-updown .list ul li::after {
  content: "▲";
  position: absolute;
  bottom: 0;
  left: calc(50% - 4px);
  font-size: 10px;
}

.navras-box .inner-navras .bottom-updown .list ul li:last-child::after {
  display: none;
}

.navras-box .inner-navras .bottom-updown .list.right ul li::after {
  content: "▼";
}

.navras-box .inner-navras .shloka-list {
  margin-bottom: 40px;
  margin-top: 30px;
}

.navras-box .inner-navras .bal-box {
  margin-top: 30px;
  padding: 20px 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}

.navras-box .inner-navras .bal-box p span {
  color: #A10315;
}

.image-box {
  padding: 0 30px;
}

.image-box .box-inner {
  margin-bottom: 130px;
  margin-top: 50px;
  text-align: center;
}

.image-box .box-inner .image img {
  width: 100%;
}

.image-box .box-inner .head p {
  font-size: 21px;
  font-style: italic;
  color: #464646;
}

.image-box .box-inner .inner .text-box {
  margin-top: -5px;
  padding: 20px;
  padding-bottom: 0;
  background: #E0BDC8;
  position: relative;
}

.image-box .box-inner .inner .text-box p {
  margin-bottom: 0;
}

.image-box .box-inner .inner .text-box p span {
  font-weight: 500;
  color: #A10315;
}

.image-box .box-inner .inner .text-box p span.yellow {
  color: #FFF636;
}

.image-box .box-inner .inner .text-box p span.blue {
  color: #1EB2FC;
}

.image-box .box-inner .inner .text-box p span.white {
  color: #fff;
}

.image-box .box-inner .inner .text-box::after {
  width: 100%;
  height: 70px;
  border-radius: 0 0 50% 50%;
  bottom: -70px;
  position: absolute;
  content: "";
  left: 0;
  background: url(../images/semi-curve-1.svg) no-repeat;
}

.image-box .box-inner .inner .text-box.red p {
  color: #fff;
}

.image-box .box-inner .inner .text-box.black p {
  color: #fff;
}

.image-box .box-inner.two .text-box {
  background: #F3E2AD;
}

.image-box .box-inner.two .text-box::after {
  background-image: url(../images/semi-curve-2.svg);
}

.image-box .box-inner.three .text-box {
  background: #FFEE00;
}

.image-box .box-inner.three .text-box::after {
  background-image: url(../images/semi-curve-3.svg);
}

.image-box .box-inner.four .text-box {
  background: #FFB300;
}

.image-box .box-inner.four .text-box::after {
  background-image: url(../images/semi-curve-4.svg);
}

.image-box .box-inner.five .text-box {
  background: #E7DED5;
}

.image-box .box-inner.five .text-box::after {
  background-image: url(../images/semi-curve-5.svg);
}

.image-box .box-inner.six .text-box {
  background: #E7DED5;
}

.image-box .box-inner.six .text-box::after {
  background-image: url(../images/semi-curve-5.svg);
}

.image-box .box-inner.seven .text-box {
  background: #B11221;
}

.image-box .box-inner.seven .text-box::after {
  height: 90px;
  bottom: -89px;
  background-image: url(../images/semi-curve-6.svg);
  background-size: 100%;
}

.image-box .box-inner.eight .text-box {
  background: #1A1818;
}

.image-box .box-inner.eight .text-box::after {
  background-image: url(../images/semi-curve-7.svg);
  background-size: 100%;
}

.image-box .box-inner.nine .text-box {
  background: #009EDD;
}

.image-box .box-inner.nine .text-box::after {
  background-image: url(../images/semi-curve-8.svg);
  background-size: 100%;
}

section.social-impact.impact-onground .inner {
  background: #4D7BFD;
}

section.impact-onground .inner .counter .box {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background: transparent !important;
}

section.impact-onground .inner .counter .box {
  border-color: #fff;
  margin: 0 7px;
}

section.impact-onground .inner .counter .box h5 {
  border-color: #fff;
}

section.impact-onground .inner .counter .box .count h2 {
  font-size: 59px;
  text-shadow: 5px 5px 10px #00000024;
}

section.social-impact .inner .counter .box:nth-child(5) {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

section.impact-onground .inner .counter .box h5 {
  font-size: 18px;
}

section.impact-onground .inner .counter .count {
  padding: 5px 15px;
}

.map-sec .map-img img {
  width: 100%;
}

section.impact-onground .inner .counter .box p {
  color: #fff;
}

.banner-impact-sec {
  margin-top: 100px;
}

.banner-impact-sec {
  position: relative;
}

.banner-impact-sec .inner-text {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}

.banner-impact-sec .inner-text h2 {
  font-size: 72px;
}

.banner-impact-sec .inner-text p {
  font-size: 32px;
}

.banner-impact-sec .container {
  max-width: 1450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.higlight-text h3 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  color: #094EA1;
}

.higlight-text {
  background: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
}

.higlight-text h3 {
  margin-top: 0;
}

.comment-sec {
  background: #fff;
  padding-bottom: 60px;
}

.comment-sec .row.justify-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.comment-sec .big-text h2 {
  margin-top: 0;
}

.comment-sec .container {
  max-width: 1490px;
}

.comment-sec .container {
  max-width: 1490px;
}

.comment-sec .big-text h2.big {
  font-size: 400px;
  line-height: 1;
  margin: 0;
  color: #EBEBEB;
  font-weight: 900;
}

.comment-sec .big-text {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}

.comment-sec .big-text h4.small {
  margin: 0;
  font-size: 40px;
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comment-sec .big-text h4.small {
  color: #094EA1;
  font-weight: 400;
}

.comment-sec .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-sec .row .item:nth-child(odd) {
  padding-right: 25px;
}

.comment-sec .row .item {
  width: 50%;
}

.impact-pagination {
  margin-bottom: 40px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.impact-pagination ul {
  margin: 0;
}

.impact-pagination .chev {
  margin: 0 20px;
  cursor: pointer;
}

.impact-pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.impact-pagination ul li.active a {
  background: #094EA1;
}

.impact-pagination ul li a {
  padding: 10px;
  background: #3399FF;
  color: #fff;
  margin: 0 8px;
  width: 36px;
  display: inline-block;
  text-align: center;
  font-size: 18px !important;
  border-radius: 4px;
}

section.top-sec.mb40 {
  margin-bottom: 40px;
}

.pagination.impact-pagination {
  margin-top: 0;
  background: #fff;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.comment-sec .row.three .item {
  width: 33%;
}

.comment-sec .row.three .item {
  width: auto;
  padding-right: 40px;
}

.comment-sec .row.three .item:last-child {
  padding-right: 0;
}

.comment-sec .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.comment-sec .row.one .item {
  width: auto;
}

.comment-sec .row.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comment-sec .row.row.three {
  padding-bottom: 30px;
}

.comment-sec .row .item img {
  display: block;
}

.comment-sec .row.justify-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.comment-sec .row.one {
  padding-top: 20px;
  padding-bottom: 20px;
}

.comment-sec img {
  max-width: 100%;
}

section.box-sec.home-box-sec {
  margin-top: 80px;
}

.heading.bar a {
  color: inherit;
}

.heading.bar a img {
  max-width: 7px;
}

section.social-impact.impact-onground .disc p {
  font-size: 16px;
  padding-top: 10px;
}

section.social-impact.impact-onground .inner .head h4 {
  margin-bottom: 40px;
}

.social-impact .cta {
  text-align: center;
  padding-top: 20px;
}

.social-impact .cta a {
  display: inline-block;
  border: 1px solid #fff;
  font-size: 25px;
  color: #fff;
  padding: 12px 12px;
  font-family: 'Roboto Condensed', sans-serif;
}

.social-impact .cta a img {
  max-width: 7px;
  margin-left: 7px;
}

.general-text.pb-0 {
  padding-bottom: 0;
}

.general-text.pb-0 {
  padding-bottom: 0;
}

.special-head.orange.width-725-pro.border-only {
  margin-bottom: 0;
}

.niit-special-sec .head h3 {
  margin-top: 0;
}

.niit-special-sec .desc {
  margin-bottom: 0;
}

.video-blue-sec {
  margin-top: 80px;
  background: #1EB2FC;
  padding: 60px 80px 50px;
  text-align: center;
}

.video-blue-sec .head h4 {
  font-size: 30px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

.video-blue-sec .head h3 {
  font-size: 36px;
  color: #fff;
  margin-top: 10px;
  font-weight: 500;
}

.video-blue-sec .head {
  padding-top: 10px;
  padding-bottom: 0px;
}

.video-blue-sec .btm-head h3 {
  font-size: 38px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.video-blue-sec .video-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.video-blue-sec .video-inner .video {
  width: 50%;
  padding-right: 15px;
}

.video-blue-sec .video-inner .video:last-child {
  padding-right: 0;
}

.video-blue-sec .top-strip img {
  border-radius: 6px;
}

.season-btn {
  margin-top: 60px;
  text-align: center;
}

.season-btn .btn-inner a {
  border: 3px solid;
  display: inline-block;
  font-size: 40px;
  color: #3399FF;
  margin: 0 40px;
  padding: 18px;
  width: 400px;
  max-width: 50%;
}

.season-btn .btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.box-sec.emo-box .box-part .box.blue .head h3.fz48 {
  font-size: 48px;
}

.box-sec.emo-box .box-part .box .head h3.black {
  color: black;
}

.slider-empower .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.slider-empower .slick-slide {
  height: inherit !important;
}

.slider-empower button.slick-arrow.slick-next, .video-inner button.slick-arrow.slick-next {
  background-image: url(../images/home/slick-next.png);
  width: 30px;
  height: 40px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.slider-empower button.slick-arrow::before, .video-inner button.slick-arrow::before {
  opacity: 0;
}

.slider-empower button.slick-arrow.slick-prev, .video-inner button.slick-arrow.slick-prev {
  background-image: url(../images/home/slick-prev.png);
  width: 30px;
  height: 40px;
  background-size: 30px;
  background-repeat: no-repeat;
}

.video-inner button.slick-arrow.slick-prev {
  left: -40px;
}

.special-head.yellow h3 {
  color: #FFB600;
}

.box-sec .black.golden {
  background: #FFB600;
}

.box-sec .box.black.golden {
  background: #FFB600;
}

.box-sec .box.black.golden h3 {
  color: #fff !important;
}

.box-sec .box.black.golden h3.black {
  color: #000 !important;
}

.box-sec .box.black.golden h4.black {
  color: #000;
}

.box-sec .box.black.golden .cta a, .box-sec .box.black.golden .cta svg path {
  color: #000;
  fill: #000;
}

.white-band {
  text-align: center;
  background: #fff;
  margin-bottom: 50px;
  padding: 15px 0;
}

.btm-head h4 {
  font-size: 36px;
  color: #094EA1;
  font-weight: 400;
  margin: 60px 0 60px;
}

.train-teacher.workshop-box
h3 span.lighblue {
  font-size: 70px;
  color: #6461FC;
}

.train-teacher.workshop-box .special-head.mehrun h3 {
  margin-bottom: 10px;
}

.train-teacher.workshop-box .head h5 {
  font-weight: 600;
  margin-bottom: 60px;
}

.train-teacher.workshop-box .head {
  margin-bottom: 60px;
}

.train-teacher.workshop-box .video {
  margin-bottom: 40px;
}

.mt60 {
  margin-top: 60px;
}

.train-teacher.workshop-box {
  padding-bottom: 10px;
}

.general-text.mb-30 {
  margin-bottom: 30px;
  padding-bottom: 0px;
}

.big-nav ul li {
  list-style: none;
}

.big-nav {
  padding: 10px;
  margin-bottom: 40px;
}

.high-heading, .general-text h4.high-heading {
  font-size: 36px;
  font-weight: 600;
  color: #FF8200;
  text-align: center;
  margin-bottom: 40px;
}

.big-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.big-nav ul li {
  margin: 0 10px;
}

.general-text p.orange {
  color: #FF8200;
}

.big-nav ul li a {
  text-align: center;
  font-size: 40px;
  border: 1px solid #ddd;
  display: block;
  padding: 14px 30px;
  color: #A10315;
  border: 3px solid;
  font-weight: 500;
  -webkit-transition: .25s;
  transition: .25s;
}

.big-nav ul li.active a, .big-nav ul li:hover a {
  background: #6461FC;
  color: #fff;
}

.sdc-menu {
  position: relative;
  background: #FF8200;
  -webkit-box-shadow: 0 0 3px #464646;
          box-shadow: 0 0 3px #464646;
}

.sdc-menu .hamburger {
  padding-left: 5px;
}

.sdc-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sdc-menu .inner .text {
  padding-left: 30px;
}

.sdc-menu .inner .text p {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1.8px;
  font-weight: 600;
}

header .nav .navigation.khurja .topbar {
  background: #FF8200;
}

header .nav .navigation.khurja .topbar a {
  color: #ffb281;
  opacity: 1;
  font-size: 14px;
}

header .nav .navigation.khurja .topbar img {
  -webkit-filter: invert(1) brightness(1) sepia(0.5);
          filter: invert(1) brightness(1) sepia(0.5);
}

header .nav .navigation.khurja ul {
  padding-top: 5px;
}

header .nav .navigation.khurja ul li {
  border-bottom: 1px solid rgba(241, 129, 58, 0.36);
}

header .nav .navigation.khurja ul li a {
  color: #000;
  font-weight: 400;
}

header .nav .navigation.khurja ul li a::after {
  -webkit-filter: invert(1) brightness(0.9);
          filter: invert(1) brightness(0.9);
}

header .nav .navigation.khurja ul li:last-child {
  border-bottom: 1px solid rgba(241, 129, 58, 0.36);
}

.sessions.sdc-session .head h3 {
  color: #CDA742;
  border-color: #CDA742;
}

.sessions.sdc-session .head p {
  color: #464646;
}

.sessions.sdc-session .head p.col-golden {
  color: #CDA742;
}

.sessions.sdc-session .head p.col-dark-green {
  color: #244326;
}

.sessions.sdc-session .head .dark-green {
  width: 60%;
  padding: 5px;
  background: #244326;
  font-size: 12px;
  margin-bottom: 10px;
}

.sessions.sdc-session .head .dark-green h4 {
  margin: 0;
  color: #fff;
}

.sessions.media {
  text-align: center;
}

.sessions.media .head {
  margin-bottom: 0;
}

.sessions.media .head.tac {
  text-align: center;
}

.sessions.media .head.tal {
  text-align: left;
}

.special-head.golden h3 {
  color: #CDA742;
}

.special-head.golden h3 img {
  -webkit-filter: 1;
          filter: 1;
}

.special-head.orange h3 {
  color: #FF8200;
}

.special-head.orange h3 img {
  -webkit-filter: 1;
          filter: 1;
}

.special-head span.blue {
  color: #094ea1;
}

.general-text .yellow-bg {
  background: #FFF636;
}

.general-text h4.head-bosch {
  padding-bottom: 10px;
  display: inline-block;
  font-size: 21px;
  text-transform: uppercase;
  color: #000;
  border-bottom: 3px solid #F01A24;
  margin-bottom: 10px;
}

.box-sec .heading.black h3 {
  color: #000;
}

.box-sec .heading.fz17 h3 {
  font-size: 17px;
}

.pagination.orange ul li.parent a {
  color: #FF8200;
}

.top-sec .title h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 800;
  line-height: .9;
  padding-bottom: 10px;
  border-bottom: 3px solid #6461FC;
}

.top-sec .bluebx {
  margin-top: 15px;
  width: 150px;
  background: #1EB2FC;
}

.top-sec .bluebx h4 {
  margin-top: 0;
  color: #fff;
  line-height: .9;
  font-size: 19px;
  font-weight: 800;
  padding: 10px 10px;
}

.top-sec .bigpra {
  margin-bottom: 30px;
}

.top-sec .bigpra p {
  font-size: 16px;
  color: #464646;
}

.top-sec .images {
  margin-bottom: 20px;
}

.large-head h2.orange {
  color: #FF8200;
}

.large-head h2.tt {
  text-transform: uppercase;
}

.large-head h1 span.orange {
  color: #FF8200;
}

.large-head h1 span.dark-blue {
  color: #001046;
}

.orange-bg .inner {
  margin-top: 20px;
}

.orange-bg .inner .bg-sec {
  padding: 20px;
  background: #FF8200;
}

.orange-bg .inner .image img {
  width: 100%;
}

.orange-bg h4 {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.orange-bg h4 span.black {
  color: #000;
}

.orange-bg h5 {
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  padding-right: 30px;
}

.orange-bg h3 {
  font-weight: 800;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1;
}

.orange-bg h3.yellow {
  color: #FFF636;
}

.infra-sec {
  margin-top: 30px;
  padding: 0 2px;
}

.infra-sec .container h3 {
  font-size: 28px;
  color: #094ea1;
  font-weight: 800;
  border-bottom: 3px solid #6461FC;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.infra-sec .container .desc h4 {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.infra-sec .container .image-sec .image {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.infra-sec .container .image-sec .image img {
  width: 100%;
}

.infra-sec .container .image-sec .image:last-child {
  border-bottom: 3px solid #6461FC;
  padding-bottom: 15px;
}

.certification {
  margin-top: 40px;
  margin-bottom: 30px;
}

.courses {
  margin-bottom: -40px;
  padding: 30px 0;
}

.courses.lightblue {
  background: #6461FC;
}

.courses h3 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.courses .list ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.courses .list ul li {
  background: #fff;
  padding: 10px;
  position: relative;
  width: calc(50% - 20px);
  margin: 10px;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.courses .list ul li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  border-top: 20px solid #645ff6;
  border-right: 20px solid #ffffff;
}

.col-highlight {
  margin-top: 40px;
}

.col-highlight p {
  font-size: 18px;
  color: #fff;
}

.col-highlight p.fz16 {
  font-size: 16px;
}

.col-highlight.dark-green-bg {
  background: #244326;
  padding: 30px 0px;
}

.col-highlight .top {
  margin-bottom: 30px;
  text-align: center;
  padding: 0 30px;
}

.col-highlight .top p span.dark {
  color: #CDA742;
  font-size: 21px;
  font-weight: 600;
  display: block;
  text-transform: uppercase;
}

.col-highlight .top p.fz21 {
  font-size: 21px;
}

.col-highlight .box {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 2px solid #CDA742;
  padding: 10px 20px;
}

.col-highlight .box .top-bx {
  margin-top: 20px;
  text-align: center;
}

.col-highlight .box .top-bx h4 {
  margin-bottom: 0;
  color: #CDA742;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 600;
}

.col-highlight .box .top-bx h3 {
  color: #CDA742;
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  line-height: 1;
}

.col-highlight .box .top-bx p {
  margin-top: 10px;
}

.col-highlight .box .top-bx p.tt {
  text-transform: uppercase;
}

.vk-sec {
  padding: 10px 0;
  margin-top: 40px;
  margin-bottom: 40px;
}

.vk-sec .inner {
  text-align: center;
  background: #244326;
  padding: 20px;
  border: 4px solid #CDA742;
}

.vk-sec .inner h4 {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  position: relative;
}

.vk-sec .inner h4.underline {
  padding-bottom: 100px;
}

.vk-sec .inner h4.underline::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  left: calc(50% - 50px);
  background: #fff;
  bottom: 0;
}

.vk-sec .inner h4.tt {
  text-transform: uppercase;
}

.vk-sec .inner h3 {
  text-transform: uppercase;
  color: #CDA742;
  font-size: 21px;
  font-weight: 600;
}

.vk-sec .inner p {
  text-align: left;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.vk-sec .image img {
  border: 1px solid #cda742;
  padding: 3px;
}

.golden-bx {
  background: #CDA742;
}

.golden-bx .inner {
  background: #CDA742;
  position: relative;
  margin-top: -5px;
  text-align: center;
  padding: 40px 30px;
}

.golden-bx .inner .head-box {
  border: 4px solid #244326;
  padding: 10px 0;
}

.golden-bx .inner .head-box h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.golden-bx .inner .head-box h3 {
  color: #244326;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
}

.golden-bx .inner ul {
  margin-top: 30px;
  padding: 0;
  list-style: none;
}

.golden-bx .inner ul li {
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.golden-bx .inner ul li h5 {
  font-size: 36px;
  font-weight: 300;
  color: #244326;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

.golden-bx .inner ul li h5 b {
  display: block;
}

.golden-bx .inner ul li::after {
  content: "...";
  font-size: 40px;
  color: #fff;
  line-height: 1;
}

.golden-bx .inner ul li:last-child::after {
  display: none;
}

.golden-bx .inner .image-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 14px;
  border: 1px solid #fff;
}

.training {
  margin-bottom: -40px;
}

.training.dark-green {
  background: #244326;
  padding: 40px 0px;
}

.training .inner {
  text-align: center;
  background: #fff;
  border: 5px solid #CDA742;
  padding: 10px 15px;
}

.training .inner .head h3 {
  margin: 0;
  color: #CDA742;
  padding: 20px 0;
}

.training .image-box {
  padding: 0;
}

.members {
  margin-top: 40px;
}

.members .inner {
  padding: 20px 10px;
}

.members.light-blue {
  background: #6461FC;
}

.members .box {
  border: 1px solid #fff;
}

.members .box p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.members .box p.mt20 {
  margin-top: 20px;
}

.members .box p span.tt {
  text-transform: uppercase;
  font-weight: 600;
}

.members .box .imagebx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.members .box .imagebx .image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.members .box .imagebx p {
  -webkit-box-flex: 1.6;
      -ms-flex: 1.6;
          flex: 1.6;
  margin: 0;
}

.members .box .imagebx p span.tt {
  text-transform: uppercase;
  font-weight: 600;
}

.underline {
  width: 100%;
  position: relative;
  height: 3px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.underline::after {
  background: #cccccc;
  position: ABSOLUTE;
  content: "";
  bottom: 0;
  width: 180px;
  height: 2px;
  left: calc(50% - 90px);
}

.student-sec .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #707070;
}

.student-sec .row .box {
  padding: 0;
  text-align: center;
}

.student-sec .row .box p {
  color: #464646;
  font-size: 12px;
}

.student-sec .row.bb0 {
  border-bottom: 0;
}

.student-sec .row:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.curve-bx {
  margin-top: 30px;
}

.curve-bx .inner {
  border: 1px solid #FF8200;
  border-radius: 10px;
  padding: 25px 20px 10px;
}

.curve-bx .inner .head h4 {
  margin-top: 5px;
  text-transform: uppercase;
}

.curve-bx .inner .head h4 span.red {
  color: #E50019;
}

.curve-bx .inner .desc p {
  font-size: 14px;
}

.red-curve-bx {
  background: #F01A24;
  padding: 20px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 1px 5px 10px #0000002e;
          box-shadow: 1px 5px 10px #0000002e;
}

.red-curve-bx ul {
  padding-left: 25px;
  margin: 0;
}

.red-curve-bx ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.members.light-blue .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}

.sdc-carousel .slick-slide {
  outline: none;
}

.sdc-carousel button.slick-arrow.slick-next {
  background-image: url(../images/sdc/slide-nav-right.svg);
  right: 0;
}

.sdc-carousel button.slick-arrow {
  width: 25px;
  height: 39px;
  background-repeat: no-repeat;
  z-index: 9;
}

.sdc-carousel button.slick-arrow::before {
  content: '';
  font-family: serif;
}

.sdc-carousel button.slick-arrow.slick-prev {
  background-image: url(../images/sdc/slide-nav-left.svg);
  left: 0;
}

.sdc-carousel .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}

.sdc-carousel .slick-dots li button:before {
  width: 10px;
  height: 10px;
}

.sdc-carousel .slick-dots li {
  width: 12px;
  margin: 0;
}

.sdc-carousel .slick-dots li.slick-active button:before {
  color: #f1813a;
  opacity: 1;
}

.sdc-carousel .slick-dots li button:before {
  font-size: 7px;
  color: #f1813a;
  opacity: .5;
}

.banner.show-desktop h1 {
  position: absolute;
  width: 100%;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 55px;
  line-height: 1;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.banner.show-desktop {
  position: relative;
}

.banner.show-desktop {
  max-height: 900px;
}

.banner.show-desktop img {
  max-height: 860px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.home-banner.sdc-banner-video {
  max-height: 900px;
}

.golden-bx .image.double img {
  width: 49%;
}

.pond-main-sec {
  background: #000000;
  margin-top: -20px;
  padding-top: 140px;
  padding-bottom: 80px;
}

.pond-main-sec .big-head h2 {
  color: #fff;
  font-size: 125px;
  margin: 0;
}

.pond-main-sec .big-head {
  text-align: center;
  margin-bottom: 60px;
}

.pond-main-sec .inner-content h4 {
  color: #fff;
  font-size: 36px;
  border-bottom: 5px solid #707070;
  padding-bottom: 20px;
  font-weight: 400;
}

.pond-main-sec .inner-content h4 span.orange {
  color: #FF8200;
  font-weight: 600;
}

.pond-main-sec .inner-content p {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 25px;
}

.pond-main-sec .inner-content p.highlight {
  color: #FF8200;
  font-weight: 600;
  font-style: italic;
}

.job-fair-sec {
  background: #003e92;
  padding: 60px 0;
}

.job-fair-sec .head {
  text-align: center;
}

.job-fair-sec .head h3 {
  color: #FDF400;
  font-size: 62px;
}

.job-fair-sec .head h4 {
  color: #fff;
  font-size: 46px;
}

.job-fair-sec .image-sec .image {
  margin-bottom: 30px;
}

.job-fair-sec .image-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.job-fair-sec .image-sec img {
  max-width: 100%;
}

.job-fair-sec .image-sec .image {
  width: 49%;
}

.job-fair-sec .image-sec .image.full {
  width: 100%;
}

.text-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 52px;
  margin-top: 100px;
}

.text-grid .item {
  width: calc(100%/3 - 20px);
  background: #fff;
  margin-bottom: 35px;
}

.job-fair-sec .border.top {
  margin-bottom: 30px;
}

.text-grid .item .desc {
  padding: 16px;
}

.text-grid .item .desc p {
  color: #464646;
  line-height: 1.4;
  margin: 0;
}

.box-sec .box .head h3.fz45 {
  font-size: 45px;
}

.box-sec .box .head h3.orange {
  color: #f1813a;
  line-height: 1.2;
  margin-bottom: 0;
}

.box-sec .box .head h4.fz41 {
  font-size: 41px;
}

.box-sec .box .head h3.fz41 {
  font-size: 41px;
  line-height: 1.2;
}

.job-fair-sec.orange .image-sec {
  max-width: 966px;
  margin: auto;
}

.job-fair-sec.orange {
  background: #f1813a;
}

.job-fair-sec.orange .text-grid {
  max-width: 989px;
  margin: 100px auto 0;
}

.job-fair-sec.orange .head h3 {
  color: #fff;
}

.employment-form-sec {
  background: orange;
  padding: 90px;
}

.employment-form-sec .inner {
  padding: 50px;
  background: #fff;
  max-width: 1260px;
  margin: auto;
}

.employment-form-sec .inner .top {
  text-align: center;
  position: relative;
}

.employment-form-sec .inner .top .upload-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 13.5%;
}

.employment-form-sec label.grad-btn {
  display: block;
  padding: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#F3F9FF), to(#A1A7AC));
  background-image: linear-gradient(to right, #F3F9FF, #A1A7AC);
  border-radius: 3px;
  font-size: 14px;
  border: 1px solid #CED4DA;
}

.employment-form-sec label.grad-btn + input {
  display: none;
}

.employment-form-sec .inner .top .upload-photo img {
  display: block;
  margin-bottom: 18px;
}

.employment-form-sec .inner .top .head h3 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.employment-form-sec .emp-head h4 {
  font-size: 15px;
  color: #FF8200;
  border: 1px solid;
  display: inline-block;
  padding: 8px 15px;
  text-transform: uppercase;
  font-weight: 400;
}

.employment-form-sec .emp-head {
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.employment-form-sec .main-form .input-sec.width-50 {
  width: 49.5%;
  margin-right: 11px;
  margin-top: 20px;
}

.employment-form-sec .main-form .input-sec.width-50 h4 {
  width: 36%;
  margin-top: 0;
}

.employment-form-sec .main-form .input-sec.width-50 .input {
  width: 59%;
}

.employment-form-sec .main-form .input-sec .input.mr0 {
  margin-right: 0;
}

.employment-form-sec .main-form .input-sec.mr0 {
  margin-right: 0;
}

.employment-form-sec .main-form .input input {
  width: 100%;
  padding: 8px;
  border: 1px solid #CED4DA;
}

.employment-form-sec .main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.employment-form-sec .main-form .input-sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.employment-form-sec .main-form .input-sec .input.one-third {
  width: calc(100%/3 - 10px);
  display: inline-block;
  margin-right: 15px;
}

.employment-form-sec .main-form .input-sec h4 {
  width: 100%;
}

.employment-form-sec .main-form .input-sec .input {
  width: 100%;
  margin-bottom: 20px;
}

.employment-form-sec .main-form .input-sec .input label {
  margin-bottom: 6px;
  display: inline-block;
}

.employment-form-sec .main-form .input-sec table th, .employment-form-sec .main-form .input-sec table td {
  border: 1px solid #ddd;
}

.employment-form-sec .main-form .input-sec table td input {
  border: none;
  padding: 10px;
  width: 100%;
  outline: none;
}

.employment-form-sec .main-form .input-sec table {
  width: 100%;
  border-collapse: collapse;
}

.employment-form-sec .main-form .input-sec table th {
  padding: 10px;
}

.employment-form-sec .main-form .input-sec.table-layout {
  margin-bottom: 30px;
}

.employment-form-sec .main-form .declare {
  width: 100%;
}

.employment-form-sec .main-form .input-sec.inline {
  width: 25%;
}

.employment-form-sec .main-form .input-sec.inline h4 {
  width: 13%;
  margin: 0;
  margin-right: 10px;
}

.employment-form-sec .main-form .input-sec.inline .input {
  width: 70%;
}

.employment-form-sec .main-form .btm-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

.employment-form-sec .main-form .input-sec.inline:last-child {
  width: 31%;
}

.employment-form-sec .main-form .input-sec.inline:last-child label.grad-btn {
  width: 100%;
  text-align: center;
}

.employment-form-sec .main-form .submit-btn {
  text-align: center;
  width: 100%;
  margin-top: 50px;
}

.employment-form-sec .main-form .submit-btn button {
  background: #f0992a;
  color: #fff;
  border: none;
  padding: 10px 50px;
  cursor: pointer;
}

.employment-form-sec .inner .top .logo {
  margin-bottom: 40px;
}

.employment-form-sec .main-form .input-sec .input.one-third.mr0 {
  margin-right: 0;
}

.phase-btm-sec .heading-sec {
  text-align: center;
}

.phase-btm-sec .heading-sec h5 {
  font-size: 28px;
  font-weight: 400;
  color: #464646;
  font-style: italic;
}

.phase-btm-sec .heading-sec h3 {
  font-size: 40px;
  color: #f1813a;
}

.phase-btm-sec .heading-sec h4 {
  font-size: 40px;
}

.phase-btm-sec .image-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.phase-btm-sec .image-sec .image.center {
  width: 100%;
  text-align: center;
}

.phase-btm-sec .image-sec .image.half-50 {
  padding: 0 0px;
  width: 49%;
  margin-bottom: 40px;
}

.phase-btm-sec .image-sec .image {
  margin-bottom: 30px;
}

.phase-btm-sec {
  margin-top: -20px;
}

.box-sec.emo-box.sdc-box .box:nth-last-child(4) {
  margin-right: 25px;
}

.button-hide .yellow-empowered-sec .btm-cta {
  display: none;
}

.alert-form {
  position: fixed;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}

.alert-form .inner {
  background: #ffffff;
  padding: 50px;
  border: 4px solid #f4a540;
  max-width: 50%;
  text-align: center;
}

.alert-form .inner h3 {
  font-size: 25px;
  color: #f4a540;
  font-weight: 400;
}

.w500.width-725-pro.w-800 {
  max-width: 800px;
}

.col-highlight.dark-green-bg .inner.width-725-pro .image.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
}

.col-highlight.dark-green-bg .bottom-desc {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 70px;
}

.box-sec .box .head span.orange {
  color: #FF8200;
}

.col-highlight.dark-green-bg .bottom-desc p {
  font-size: 36px;
}

section.col-highlight.dark-green-bg.mb-40 {
  margin-bottom: -40px;
}

.niit-special-sec .head {
  text-align: center;
}

.niit-special-sec .head h3 {
  font-size: 36px;
  color: #FF8200;
}

.niit-special-sec .head h4 {
  font-size: 26px;
  text-transform: uppercase;
  color: #464646;
}

.niit-special-sec .two-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
}

.niit-special-sec .two-head h4 {
  font-size: 26px;
  color: #FF8200;
  margin: 0;
}

.niit-special-sec .two-head h5 {
  font-size: 36px;
  margin: 0;
}

.niit-special-sec .two-head .left {
  text-align: right;
  border-right: 1px solid #707070;
  padding-right: 50px;
}

.niit-special-sec .two-head .right {
  padding-left: 50px;
}

.niit-special-sec .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.niit-special-sec .images .image {
  width: 49%;
}

.niit-special-sec .desc {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.niit-special-sec .desc h5 {
  font-size: 36px;
  color: #FF8200;
  text-transform: uppercase;
}

.niit-special-sec .desc .list h6 {
  font-size: 30px;
  margin-bottom: 40px;
  color: #464646;
}

.niit-special-sec .desc .list ul {
  list-style: none;
}

.niit-special-sec .desc .list ul li {
  margin-bottom: 30px;
  font-size: 24px;
  color: #464646;
}

.general-text.mt-0 {
  margin-bottom: 0;
}

.special-head.orange h3 span.bigtext {
  font-size: 72px;
}

.top-sec .btm-text p.orange {
  color: #FF8200;
}

.title h1 {
  margin-top: 15px;
  font-size: 60px;
  text-transform: uppercase;
  line-height: .85;
}

.title h1 span.light {
  font-weight: 200;
}

.title h1 span.db {
  display: block;
}

.about-top {
  z-index: 99;
  position: -webkit-sticky;
  position: sticky;
  top: 92px;
  padding: 12px 15px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 5px #00000024;
          box-shadow: 2px 2px 5px #00000024;
}

.about-top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-top ul li {
  display: inline-block;
  margin: 0px;
  position: relative;
}

.about-top ul li a {
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-right: 30px;
}

.about-top ul li a::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 12px;
  top: 6px;
  right: 0;
  background: url(../images/chev-dark-white.svg) no-repeat;
  background-size: 20px;
}

.about-top .inner {
  background-image: -webkit-gradient(linear, left top, right top, from(#6461FF), to(#00FFFF));
  background-image: linear-gradient(to right, #6461FF, #00FFFF);
  padding: 7px 15px;
  -webkit-box-shadow: 2px 3px 5px #0000003b;
          box-shadow: 2px 3px 5px #0000003b;
}

.description .inner p {
  color: #464646;
  font-size: 16px;
  margin: 0;
  padding-bottom: 20px;
}

.description .inner .hide-para {
  display: none;
}

.show-btn {
  margin-bottom: 30px;
  text-align: center;
}

.show-btn a {
  font-size: 19px;
  color: #094ea1;
  display: block;
  position: relative;
}

.show-btn a span {
  position: relative;
  padding-left: 20px;
}

.show-btn a span img {
  padding-right: 5px;
}

.show-btn a span::before {
  content: "";
  background: url(../images/chev-btm-blue.svg) no-repeat;
  position: absolute;
  width: 14px;
  height: 10px;
  top: 11px;
  left: 0;
}

.show-btn a span::after {
  content: "Show More";
}

.show-btn a.less span::after {
  content: "Show Less";
}

.show-btn a.less span::before {
  background-image: url(../images/chev-top-blue.svg);
}

.show-btn a::before {
  content: "";
  position: absolute;
  width: 30%;
  background-image: -webkit-gradient(linear, left top, right top, from(#6461FF), to(rgba(0, 255, 255, 0)));
  background-image: linear-gradient(to right, #6461FF, rgba(0, 255, 255, 0));
  height: 1px;
  left: 0;
  top: calc(50% + 1px);
}

.show-btn a::after {
  content: "";
  position: absolute;
  width: 30%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 255, 255, 0)), to(#6461FF));
  background-image: linear-gradient(to right, rgba(0, 255, 255, 0), #6461FF);
  height: 1px;
  right: 0;
  top: calc(50% + 1px);
}

.vision .vision-inner {
  position: relative;
}

.vision .title {
  position: absolute;
  top: 10px;
  left: 30px;
}

.vision .dark-bg {
  padding: 50px 0 30px;
  background: #333231;
  margin-top: -10px;
}

.vision .dark-bg p {
  margin: 0;
  margin-bottom: 15px;
  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.trustees {
  padding-top: 5px;
}

.trustees .description .inner {
  margin-top: -30px;
  position: relative;
  padding: 40px;
  margin-left: 30px;
  background: #fff;
}

.trustees .description .inner h3 {
  margin-top: 0;
  font-size: 21px;
  font-weight: 500;
  position: relative;
}

.trustees .description .inner h3::before {
  content: "";
  width: 1px;
  height: 100%;
  left: -20px;
  background: #EC1C24;
  position: absolute;
}

.trustees .description .inner p {
  font-size: 16px;
}

.trustees .show-btn {
  text-align: left;
}

.trustees .show-btn a::before, .trustees .show-btn a::after {
  display: none;
}

.top-sec .blue-box.red-bx {
  background: #A10315;
  padding-right: 5px;
}

.top-sec .blue-box.red-bx .first p {
  line-height: 1.5;
  padding-left: 5px;
}

.sessions.sd-session .head h3.mehrun {
  color: #A10315;
}

.sessions.sd-session .head p.mehrun {
  color: #A10315;
}

.watch-workshop .inner {
  background: #6461FC;
  padding: 15px 0 0;
}

.watch-workshop .inner h3 {
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px 12px;
  border-bottom: 1px solid #fff;
}

.watch-workshop .inner h3 span.mehrunbg {
  background: #A10315;
  padding: 1px 4px;
  display: inline-block;
}

.watch-workshop .inner ul {
  list-style: none;
  padding: 0;
  padding: 10px 30px;
}

.watch-workshop .inner ul li {
  margin-bottom: 18px;
}

.watch-workshop .inner ul li h5 {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  background: yellow;
  display: inline-block;
  padding: 2px 5px;
}

.watch-workshop .inner a {
  word-break: break-word;
  text-decoration: underline;
  color: #fff;
  display: block;
  font-weight: 400;
  font-size: 14px;
  padding-top: 10px;
}

.image.tac {
  text-align: center;
}

.special-head.mehrun h3 {
  color: #A10315;
}

.special-head.mehrun img {
  -webkit-filter: invert(1) brightness(0.6);
          filter: invert(1) brightness(0.6);
}

.special-head.tal h3 {
  text-align: left;
}

.special-head h3 a {
  color: #A10315;
}

.special-head h3.fz19 {
  font-size: 19px;
}

.emo-dropdown.enhance-drop .drop-click p {
  font-size: 18px;
  line-height: 1.1;
  padding-left: 8px;
}

.emo-dropdown.enhance-drop .drop-click span {
  padding: 19px 20px;
}

.emo-dropdown.enhance-drop ul li a {
  font-size: 25px;
}

.emo-dropdown.enhance-drop::before {
  height: 90px;
}

.box-sec.enhance-box .box {
  border: 1px solid #A10315;
}

.box-sec.enhance-box .box .curve-head h4 b.tt {
  text-transform: uppercase;
}

.box-sec.enhance-box .image-bx {
  padding: 20px 10px;
}

.box-sec .box.tac {
  text-align: center;
}

.curve-bx {
  border: 1px solid #A10315;
  border-radius: 10px;
}

.curve-bx .text {
  padding: 10px 25px;
}

.curve-bx .text p {
  font-size: 16px;
}

.curve-bx .text p b.tt {
  text-transform: uppercase;
}

.curve-bx .text h3 {
  text-transform: uppercase;
  color: #A10315;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.curve-bx .text h3::after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  background: #A10315;
  left: 0;
  bottom: 0;
}

.yellow-bx {
  margin-top: 30px;
  margin-bottom: 20px;
  background: #FFF636;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}

.yellow-bx h3 {
  color: #094ea1;
  font-size: 28px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

.yellow-bx h1.number {
  font-size: 175px;
  font-weight: 800;
  color: #094ea1;
  margin: 0;
  line-height: .9;
}

.full-width {
  width: 100%;
}

.no-border {
  border: none;
}

.top-box {
  background: #A10315;
  margin-bottom: 60px;
}

.top-box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top-box .inner .left {
  padding: 40px 15px;
  width: 375px;
  max-width: 40%;
  background: url(../images/sd/sd-hsb/bg-small.png) no-repeat;
  background-size: cover;
}

.top-box .inner .left h4 {
  font-size: 26px;
  color: #fff;
  margin: 0;
  margin-bottom: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}

.top-box .inner .left h4.light {
  font-weight: 400;
}

.top-box .inner .left h2 {
  font-size: 57px;
  margin: 0;
  line-height: 1;
  margin-bottom: 15px;
  font-family: 'Roboto Condensed', sans-serif;
}

.top-box .inner .left h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 30px;
  font-family: 'Roboto Condensed', sans-serif;
}

.top-box .inner .right {
  padding: 40px;
  max-width: 68%;
}

.top-box .inner .right p {
  font-style: italic;
}

.top-box p {
  font-size: 18px;
  color: #fff;
}

.banner-counting {
  padding: 60px 0 40px;
  background: url(../images/sd/sd-hsb/bg-big.jpg) no-repeat;
  background-size: cover;
  margin-bottom: 50px;
}

.banner-counting .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner-counting .row .col {
  padding: 0 30px;
}

.banner-counting .row .col .inner {
  width: 222px;
  height: 222px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  padding: 30px 0;
}

.banner-counting .row .col .inner h4 {
  color: #094EA1;
  font-size: 117px;
  line-height: 1;
  margin: 0;
  font-weight: 800;
}

.banner-counting .row .col .inner p {
  font-size: 25px;
  color: #094EA1;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
}

.banner-counting .row .col:nth-child(2) .inner {
  padding: 90px 0;
  width: 344px;
  height: 344px;
}

.banner-counting .row .col:nth-child(2) .inner h4 {
  font-size: 118px;
}

.banner-counting .row .col:nth-child(2) .inner p {
  font-size: 37px;
  padding-top: 10px;
}

.banner-counting .btm-line {
  text-align: center;
  padding-top: 20px;
}

.banner-counting .btm-line h3 {
  font-size: 55px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
}

.bg-box-sec {
  padding: 40px 0;
}

.bg-box-sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-box-sec .inner .box {
  z-index: 9;
  width: 435px;
  min-height: 470px;
  overflow: hidden;
  position: relative;
  background: url(../images/sd/sd-hsb/box-14.jpg) no-repeat;
  background-position: right top;
  background-size: cover;
  margin-bottom: 40px;
  margin-right: 20px;
}

.bg-box-sec .inner .box .head h3 {
  font-size: 48px;
  color: #094EA1;
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
}

.bg-box-sec .inner .box .desc-red {
  background: #A10315;
  border-radius: 4px;
  padding: 10px;
  min-height: 210px;
  position: absolute;
  bottom: 10px;
  width: 95%;
}

.bg-box-sec .inner .box .desc-red p {
  color: #fff;
  margin-top: 0;
}

.bg-box-sec .inner .box .desc-red a {
  color: #fff;
}

.bg-box-sec .inner .box .desc-red .logo-bx {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.bg-box-sec .inner .box .work-bg {
  display: none;
}

.bg-box-sec .inner .box:nth-child(2) {
  background-image: url(../images/sd/sd-hsb/box-13.jpg);
}

.bg-box-sec .inner .box:nth-child(3) {
  background-image: url(../images/sd/sd-hsb/box-12.jpg);
}

.bg-box-sec .inner .box:nth-child(4) {
  background-image: url(../images/sd/sd-hsb/box-11.jpg);
}

.bg-box-sec .inner .box:nth-child(5) {
  background-image: url(../images/sd/sd-hsb/box-10.jpg);
}

.bg-box-sec .inner .box:nth-child(6) {
  background-image: url(../images/sd/sd-hsb/box-9.jpg);
}

.bg-box-sec .inner .box:nth-child(7) {
  background-image: url(../images/sd/sd-hsb/box-7.jpg);
}

.bg-box-sec .inner .box:nth-child(8) {
  background-image: url(../images/sd/sd-hsb/box-6.jpg);
}

.bg-box-sec .inner .box:nth-child(9) {
  background-image: url(../images/sd/sd-hsb/box-5.jpg);
}

.bg-box-sec .inner .box:nth-child(10) {
  background-image: url(../images/sd/sd-hsb/box-4.jpg);
}

.bg-box-sec .inner .box:nth-child(11) {
  background-image: url(../images/sd/sd-hsb/box-3.jpg);
}

.bg-box-sec .inner .box:nth-child(12) {
  background-image: url(../images/sd/sd-hsb/box-2.jpg);
}

.bg-box-sec .inner .box:nth-child(13) {
  background-image: url(../images/sd/sd-hsb/box-1.jpg);
}

.bg-box-sec .inner .box .head h3.fz40 {
  font-size: 40px;
}

.special-head.mehrun h3.fz70 {
  font-size: 70px;
}

.special-head.mehrun h3.fz60 {
  font-size: 60px;
}

.special-head.mehrun h3.fz50 {
  font-size: 50px;
}

.special-head.mehrun h3 p {
  font-size: 32px;
  margin: 10px 0;
}

.special-head.mehrun h3.fz50 {
  font-size: 50px;
}

.work-banner .bg {
  padding: 90px 40px;
  height: 450px;
  padding-left: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  position: relative;
  background: url(../images/sd/sd-hsb/bg-big.png);
}

.work-banner .bg h4 {
  font-size: 24px;
  color: #fff;
  margin: 0;
  font-weight: 400;
}

.work-banner .bg h4:last-child {
  margin-top: 15px;
  margin-bottom: 10px;
}

.work-banner .bg h3 {
  font-size: 48px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1.05;
  padding-top: 10px;
  padding-bottom: 10px;
}

.work-banner .bg .work-bg {
  position: absolute;
  top: 0;
  left: 0;
  padding-bottom: 0;
  width: 202px;
  height: 150px;
  z-index: 9;
  background: #a1231f;
}

.work-banner .bg .work-bg::before {
  content: "";
  background: #a1231f;
  width: 220px;
  height: 640px;
  position: absolute;
  -webkit-transform: skew(-53deg);
          transform: skew(-53deg);
  left: -222px;
  z-index: -1;
}

.work-banner .bg .work-bg h5 {
  color: #fff;
  margin: 10px 0 0;
  text-align: center;
  font-size: 36px;
  -webkit-transform: translateY(20px) translateX(10px);
          transform: translateY(20px) translateX(10px);
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.work-banner .bg .work-bg h3 {
  color: #fff;
  margin: 0;
  font-size: 96px;
  text-align: center;
  line-height: 1;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}

.work-banner .bg .work-bg h3.fz82 {
  font-size: 82px;
}

.special-head.mehrun img:first-child, .special-head.mehrun h3.fz90 {
  font-size: 90px;
  font-weight: 600;
}

.special-head.mehrun img:first-child, .special-head.mehrun h3.fz90 p {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 0;
}

.special-head.mehrun.pt-90 {
  padding-top: 90px;
}

.topic-box {
  margin-top: 80px;
  margin-bottom: 60px;
}

.topic-box .inner {
  padding: 20px 20px;
  background: #A10315;
}

.topic-box .inner .top-headd {
  background: #fff;
  display: block;
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-box-shadow: 6px 6px 10px #0000003d;
          box-shadow: 6px 6px 10px #0000003d;
}

.topic-box .inner .top-headd h3 {
  font-size: 32px;
  color: #000;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}

.topic-box .inner ul {
  width: auto;
  vertical-align: top;
  display: inline-block;
  margin-right: 2%;
}

.topic-box .inner ul li {
  font-size: 21px;
  text-transform: uppercase;
  color: #fff;
}

.students {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 70px;
  margin-bottom: 40px;
}

.students .image {
  padding: 0 10px;
  width: calc(100%/5);
}

.general-text.hsb .heading h3 {
  font-size: 32px;
  text-align: left;
  color: #A10315;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
}

.feature-images .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-images .inner .image {
  padding: 0 20px 30px;
}

.feature-images {
  margin-top: 70px;
}

.yelow-banner {
  margin-bottom: 80px;
}

.yelow-banner .inner {
  padding: 30px 50px;
  background: yellow;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yelow-banner .inner .text h3 {
  font-size: 37px;
  color: #A10315;
}

.yelow-banner .inner .text {
  width: 60%;
  padding-right: 30px;
}

.yelow-banner .inner .image {
  width: 40%;
  text-align: right;
}

.border-red {
  position: relative;
  width: 100%;
  height: 5px;
  margin-top: 110px;
  background: #645ff6;
}

.box-sec .box.hsb-bg {
  background: url(../images/sd/sd-hsb/home-box-bg.jpg) no-repeat;
  background-size: cover;
}

.box-sec .box.hsb-bg .curve-head {
  background: #a1231f;
}

.box-sec .box.hsb-bg .curve-head h4 {
  padding: 0;
}

.box-sec .box.hsb-bg h4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 26px;
  padding: 0 18px;
  margin: 0;
  margin-bottom: 40px;
  margin-top: 15px;
}

.box-sec .box.hsb-bg h5 {
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
  font-size: 28px;
  padding: 0 18px;
  line-height: 1;
}

.box-sec .box.hsb-bg .head {
  padding-bottom: 30px;
}

.box-sec .box.hsb-bg .head h3 {
  font-size: 54px;
}

.box-sec .box.hsb-bg .head h5 {
  padding: 0;
  padding-bottom: 15px;
}

.box-sec .box.hsb-bg .cta {
  margin-top: 30px;
}

.box-sec .box.hsb-bg .cta a {
  color: #000;
}

.box-sec .box.hsb-bg .cta a svg path {
  fill: #000;
}

.bg-box-sec .border-red {
  margin-top: 50px;
}

.work-banner.yellow-bg {
  margin-top: 50px;
}

.bg-box-sec .inner .box:first-child .cta {
  padding-top: 15px;
}

.bg-box-sec .container.pro-container {
  max-width: 1375px;
}

.bg-box-sec .inner .box .head h3 {
  margin-top: 50px;
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg-box-sec .inner .box .head h3.fz36 {
  font-size: 36px;
}

.bg-box-sec .inner .box .head h3.fz34 {
  font-size: 34px;
}

.bg-box-sec .inner .box .head h3.fz26 {
  font-size: 26px;
}

.trainess-sec .desc p {
  color: #464646;
  line-height: 1.4;
  margin-bottom: 20px;
}

.work-banner .bg h3.fz36 {
  font-size: 36px;
}

.new-desc-sec .image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}

.new-desc-sec h3 {
  font-size: 32px;
  color: #A10315;
  text-transform: uppercase;
  font-weight: 900;
}

.work-banner .bg .work-bg h3.fz56 {
  font-size: 56px;
}

.bg-box-sec .inner .box .head h3.fz22 {
  font-size: 22px;
}

.bg-box-sec.yellow-box .inner .box {
  background-image: url(../images/sd/sd-effective-communication-n-personality-development-workshop/yellow-box-5.jpg);
}

.bg-box-sec.yellow-box .inner .box:nth-child(2) {
  background-image: url(../images/sd/sd-effective-communication-n-personality-development-workshop/yellow-box-4.jpg);
}

.bg-box-sec.yellow-box .inner .box:nth-child(3) {
  background-image: url(../images/sd/sd-effective-communication-n-personality-development-workshop/yellow-box-3.jpg);
}

.bg-box-sec.yellow-box .inner .box:nth-child(4) {
  background-image: url(../images/sd/sd-effective-communication-n-personality-development-workshop/yellow-box-2.jpg);
}

.bg-box-sec.yellow-box .inner .box:nth-child(5) {
  background-image: url(../images/sd/sd-effective-communication-n-personality-development-workshop/yellow-box-1.jpg);
}

.new-desc-sec .image-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  margin-bottom: 50px;
}

.bg-box-sec.yellow-box .inner .box .desc-red {
  background: #F8DD11;
  min-height: 170px;
}

.bg-box-sec.yellow-box .inner .box .desc-red p {
  color: #000;
}

.bg-box-sec.yellow-box .inner .box .desc-red a {
  color: #000;
}

.bg-box-sec .inner .box .head h3.fz22 {
  padding-top: 10px;
}

.work-banner.yellow-bg .work-bg {
  background: #F8DD11;
}

.work-banner.yellow-bg .work-bg::before {
  background: #F8DD11;
}

.work-banner.yellow-bg .work-bg h5, .work-banner.yellow-bg .work-bg h3 {
  color: #000;
}

.bg-box-sec.yellow-box .inner .box:first-child .cta {
  padding-top: 0;
}

.new-desc-sec .descc p {
  color: #464646;
}

.trainess-sec .desc p.red {
  color: #a1231f;
  font-weight: 600;
  margin-bottom: 20px;
  font-style: italic;
  line-height: 1.5;
  margin-top: 20px;
}

.bg-box-sec .inner .box .head h3.fz33 {
  font-size: 33px;
  margin-top: 20px;
}

.train-teacher {
  background: #93E2CC;
  padding: 90px 0 100px;
}

.train-teacher .head {
  text-align: center;
}

.train-teacher .head h4 {
  font-size: 28px;
  text-transform: uppercase;
  border-top: 1px solid;
  display: inline-block;
  border-bottom: 1px solid;
  padding: 10px;
  color: #A10315;
  margin-bottom: 60px;
}

.train-teacher .head h5 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 90px;
}

.train-teacher .special-head.mehrun h3 {
  font-size: 70px;
}

.train-teacher .special-head.mehrun h3 span {
  font-size: 32px;
  display: block;
  font-weight: 900;
  padding-top: 20px;
}

.train-teacher .video {
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.top-sec .btm-text p span.highlight.red {
  color: #a2231f;
}

.top-sec .blue-box.green-bx {
  background: #059250;
}

.top-sec .blue-box.green-bx .first p {
  line-height: 1.5;
}

.btm-text h4.green-head {
  color: #059250;
}

.btm-text h4.tt {
  text-transform: uppercase;
}

.pagination.act-pagination ul li.parent a {
  color: #059250;
}

.icon-big.-mb50 {
  margin-bottom: -50px;
}

.icon-big.tal {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

.general-text h4.green {
  color: #059250;
}

.general-text h4.fz24 {
  font-size: 24px;
}

.reaches-sec {
  margin-top: 30px;
  text-align: center;
}

.reaches-sec .inner {
  border: 1px solid #059250;
}

.reaches-sec .inner .video img {
  width: 100%;
}

.reaches-sec .head {
  padding: 35px;
}

.reaches-sec h3 {
  color: #059250;
  font-size: 21px;
  font-weight: 800;
}

.reaches-sec p {
  color: #059250;
  font-size: 16px;
}

.reaches-sec .desc {
  padding: 30px 45px;
  padding-bottom: 0;
}

.reaches-sec .highlight-para {
  padding: 10px 0;
  border-top: 2px solid green;
  margin-top: 30px;
  border-bottom: 2px solid green;
  margin-bottom: 30px;
}

.reaches-sec .patch {
  margin-top: 30px;
}

.reaches-sec .patch .greenbg {
  background: #059250;
  padding: 8px 0;
}

.reaches-sec .patch .greenbg p {
  color: #fff;
  font-size: 10px;
  margin: 0;
}

section.green-sec-trilokpuri {
  background: #648335;
  padding-top: 50px;
  padding-bottom: 50px;
}

section.green-sec-trilokpuri .grid-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 30px;
}

section.green-sec-trilokpuri .grid-sec .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.9%;
          flex: 0 0 30.9%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #fff;
  padding: 0;
  margin: 0 20px;
  margin-bottom: 40px;
}

section.green-sec-trilokpuri .grid-sec .box img {
  width: 100%;
}

section.green-sec-trilokpuri .grid-sec .box .image img {
  /* width: 100%; */
}

section.green-sec-trilokpuri .grid-sec .box:nth-child(3n+1) {
  margin-left: 0;
}

section.green-sec-trilokpuri .grid-sec .box:nth-child(3n+3) {
  margin-right: 0;
}

section.green-sec-trilokpuri .grid-sec .box .desc {
  padding: 10px 20px;
}

.trilokpuri .pagination {
  text-align: right;
  padding-bottom: 50px;
}

.trilokpuri .pagination ul li a {
  display: block;
  background: #1EB2FC;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 24px;
  color: #fff;
  padding: 0;
}

.trilokpuri .pagination ul li {
  margin-right: 5px;
}

.trilokpuri .pagination ul li.active a {
  background: #645ff6;
}

.trilokpuri .special-head.white h3 {
  color: #fff;
}

.trilokpuri .special-head.white h3 img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.trilokpuri .special-head.white {
  padding-top: 40px;
}

.trilokpuri .special-head.white h3 span.yellow {
  color: yellow;
}

.top-big-logo {
  background: #fff;
  padding: 40px 0;
  text-align: center;
  margin-bottom: 90px;
}

section.trilok-three {
  background: #D7F1B0;
  padding-top: 90px;
  padding-bottom: 50px;
}

section.trilok-three .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.trilok-three .grid .box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29%;
          flex: 0 0 29%;
  margin-bottom: 50px;
  text-align: center;
  margin-right: 78px;
  padding: 0;
}

section.trilok-three .grid .box p {
  padding: 0 5px;
}

section.trilok-three .btm-desc {
  padding: 0 20px;
}

section.trilok-three .btm-desc p {
  line-height: 1.4;
}

section.trilok-three .grid .box:nth-child(3n+3) {
  margin-right: 0;
}

.center-image {
  text-align: center;
  position: RELATIVE;
  padding-top: 50px;
  padding-bottom: 70px;
}

.center-image .right {
  position: absolute;
  right: 0;
  top: 0;
}

.dark-blue-link {
  margin-bottom: -40px;
  background: #001046;
  padding: 30px 0;
}

.dark-blue-link ul {
  padding: 0;
  list-style: none;
}

.dark-blue-link ul li a {
  font-size: 16px;
  color: #fff;
  border: 1px solid #1EB2FC;
  padding: 20px 15px;
  display: block;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 6px;
}

.blue-grid-bx .inner {
  background: #1EB2FC;
  padding: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.11);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.11);
}

.blue-grid-bx .inner h3 {
  padding: 0 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
}

.blue-grid-bx .inner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.blue-grid-bx .inner .row .box {
  width: 50%;
}

.blue-grid-bx .inner .row .box .bx-inner {
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.11);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.11);
  background: #fff;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 10px;
}

.blue-grid-bx .inner .row .box .bx-inner h4 {
  margin: 0;
  text-align: center;
  color: #094ea1;
  font-weight: 400;
}

.pagination.greenblue-pagination ul li.parent a {
  color: #1EB2FC;
}

.logosec {
  padding-top: 60px;
  background: #fff;
}

.logosec .inner {
  text-align: center;
  padding: 0 30px;
}

.logosec .inner .logo-bx {
  padding: 40px 10px;
  border-bottom: 1px solid #1EB2FC;
}

.logosec .inner .logo-bx .image {
  margin-bottom: 20px;
}

.logosec .inner .logo-bx h5 {
  margin: 0;
  font-size: 16px;
}

.logosec .inner .logo-bx p {
  margin: 0;
}

.logosec .inner .logo-bx:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.logosec .inner .logo-bx:first-child {
  padding-top: 0;
}

.partner-list .inner {
  text-align: center;
}

.partner-list .inner ul {
  list-style-position: inside;
  text-align: center;
  padding: 0;
}

.partner-list .inner ul li {
  font-size: 14px;
  padding: 10px 0;
  color: #464646;
}

.partner-list .inner ul li:nth-child(odd) {
  background: #fff;
}

.partner-list .inner p {
  font-size: 14px;
  color: #464646;
  margin-top: 40px;
}

.curve-bx.green-blue {
  border-color: #1EB2FC;
}

.curve-bx.green-blue .inner {
  border: none;
}

.curve-sec .curve-bx {
  background: #fff;
}

.curve-sec .curve-bx .inner {
  padding-top: 15px;
}

.curve-sec .curve-bx .inner h3 {
  font-size: 16px;
  font-weight: 800;
  color: #1EB2FC;
  line-height: 1.4;
  position: relative;
  padding-bottom: 20px;
}

.curve-sec .curve-bx .inner h3::after {
  content: "";
  width: 50px;
  left: 0;
  bottom: 0;
  background: #1EB2FC;
  position: absolute;
  height: 1px;
}

.curve-sec .curve-bx .inner p {
  font-size: 16px;
  color: #094ea1;
  line-height: 1.5;
}

.green-blue-bx {
  -webkit-box-shadow: 1px 4px 7px #0000004f;
          box-shadow: 1px 4px 7px #0000004f;
  position: relative;
  margin-top: 40px;
  border-radius: 10px;
  background: #1EB2FC;
  padding: 10px 15px;
}

.green-blue-bx p {
  color: #fff;
  font-size: 12px;
}

.green-blue-bx .yellowhigh-bx h4 {
  font-size: 12px;
  font-weight: 800;
  padding: 5px;
  display: inline-block;
  background: #FFF636;
  color: #000;
  text-transform: uppercase;
}

.campaign-bx {
  border-radius: 0 0px 10px 10px;
  margin-top: -10px;
  background: #1977F3;
  padding: 0 20px;
  padding-top: 10px;
}

.campaign-bx .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.campaign-bx .text h3 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
}

.campaign-bx .text img {
  margin-left: 6px;
}

section.video-sec-bx .vid-bx {
  padding: 10px 20px;
}

section.video-sec-bx .vid-bx .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

section.video-sec-bx .vid-bx .top .head {
  width: 80%;
  padding-right: 10px;
}

section.video-sec-bx .vid-bx .top .head h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  margin: 0;
}

section.video-sec-bx .vid-bx .top .head h3 span.blue {
  color: #094ea1;
}

section.video-sec-bx .vid-bx .top .head h3 span.red {
  color: #E50019;
}

section.video-sec-bx .vid-bx .top .head h3 span.orange {
  color: #FF8200;
}

section.video-sec-bx .vid-bx .top .head h3 span.green-blue {
  color: #1EB2FC;
}

section.video-sec-bx .vid-bx .top .head h3 span.dark-red {
  color: #A10315;
}

section.video-sec-bx .vid-bx .top .head h3 span.pink {
  color: #C84FAC;
}

section.video-sec-bx .vid-bx .top .head p {
  margin: 0;
  font-size: 12px;
}

section.video-sec-bx .vid-bx p {
  font-size: 12px;
}

section.video-sec-bx .vid-bx a {
  color: #464646;
}

.box-sec {
  margin-bottom: -40px;
  padding-bottom: 20px;
}

.box-sec.csr-near .box {
  padding-bottom: 10px;
  border: 1px solid #1EB2FC;
}

.box-sec.csr-near .box .curve-head h4 {
  text-transform: uppercase;
  font-weight: 800;
}

.box-sec.csr-near .box .image img {
  margin-bottom: 6px;
}

.box-sec.csr-near .box .text {
  padding: 0 30px;
  text-align: left;
}

.box-sec.csr-near .box .text p {
  font-size: 16px;
}

.box-sec.csr-near .box .text p span.tt {
  text-transform: uppercase;
  font-weight: 800;
}

.box-sec.csr-near .box .text p span.blue {
  color: #1EB2FC;
}

.resource-partner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.resource-partner .head h3 {
  color: #1EB2FC;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.resource-partner .head h6 {
  color: #464646;
  text-align: right;
  font-size: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
}

.resource-partner .blue-box {
  margin-bottom: 20px;
  background: #1EB2FC;
  border-radius: 10px;
}

.resource-partner .blue-box .inner {
  padding: 20px 20px 15px;
}

.resource-partner .blue-box .inner h3 {
  font-size: 24px;
  font-weight: 800;
  padding-left: 130px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}

.resource-partner .blue-box .inner .image {
  padding-top: 15px;
}

.resource-partner .blue-box h4 {
  margin: 0 0 20px;
  border-bottom: 1px solid #00D8FF;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.resource-partner .blue-box h4 span {
  color: #fff;
}

.resource-partner .blue-box .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.resource-partner .blue-box .details .image .imgbx {
  border-radius: 5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 115px;
  height: 115px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.resource-partner .blue-box .text {
  padding-left: 15px;
}

.resource-partner .blue-box .text h3 {
  margin-bottom: 0px;
  margin-top: 0;
  text-transform: uppercase;
}

.resource-partner .blue-box .text p {
  font-size: 12px;
  color: #fff;
  line-height: 1.6;
}

.resource-partner .blue-box .text h3.white {
  color: #fff;
}

.resource-partner .blue-box .text h3.white a {
  color: #fff;
}

.resource-partner .blue-box ul {
  list-style: none;
  padding-top: 0;
  padding-left: 0;
  margin: 0;
}

.resource-partner .blue-box ul li {
  position: relative;
  padding-left: 20px;
}

.resource-partner .blue-box ul li::before {
  content: "";
  width: 12px;
  top: 10px;
  background: #fff;
  height: 3px;
  position: absolute;
  left: 0;
}

.resource-partner .blue-box.ttnone h3 {
  text-transform: none;
  font-weight: 600;
}

.resource-partner .blue-box.nobrad {
  border-radius: 0;
}

.resource-partner .blue-box.nobrad h3 {
  text-transform: none;
  font-weight: 600;
  padding-left: 0;
}

.resource-partner.how-we-wrok .head h3 {
  color: #094ea1;
  font-size: 19px;
  padding-bottom: 15px;
  border-bottom: 6px solid #6461FC;
}

.resource-partner.how-we-wrok .blue-box.nobrad a {
  text-transform: uppercase;
}

.resource-partner.how-we-wrok .blue-box.nobrad .inner {
  padding-left: 10px;
}

.resource-partner.how-we-wrok .blue-box.nobrad .inner .text {
  padding-left: 0;
}

.resource-partner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.resource-partner .head h3 {
  font-size: 24px;
  color: #1EB2FC;
}

.resource-partner .head h3.fz19 {
  font-size: 19px;
}

.resource-partner .head h3.blue {
  color: #094ea1;
}

.resource-partner .head h6 {
  font-size: 8px;
  color: #464646;
  text-align: right;
}

.resource-partner .head.underlinee h3 {
  border-bottom: 8px solid #6461FC;
}

.downloads .inner {
  text-align: center;
  padding: 0 30px;
}

.downloads .inner .down-bx {
  margin-bottom: 40px;
}

.downloads .inner .down-bx h4 {
  color: #464646;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.downloads .inner .down-bx h4::after {
  position: absolute;
  width: 50px;
  height: 1px;
  bottom: 0;
  left: 44%;
  background: #464646;
  content: "";
}

.downloads .inner .down-bx .download {
  text-align: right;
  padding-top: 20px;
}

.media-sec .med-bx {
  padding: 15px 25px 10px;
  border: 1px solid #1EB2FC;
  border-radius: 10px;
  margin-bottom: 20px;
}

.media-sec .med-bx .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

.media-sec .med-bx .head h3 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  padding-right: 10px;
}

.media-sec .med-bx .head h3 span.black {
  color: #000;
}

.media-sec .med-bx .head h3 span.greenblue {
  color: #1EB2FC;
}

.media-sec .med-bx .head .btn a {
  background: #6461FC;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
}

.media-sec .med-bx p {
  font-size: 12px;
}

.general-text.tac {
  text-align: center;
}

.blue-press-release {
  margin-bottom: -40px;
  padding: 30px 10px;
  background: #1EB2FC;
}

.blue-press-release .inner {
  padding: 10px 15px 0;
  border: 1px solid #fff;
}

.blue-press-release .inner .head {
  padding-top: 10px;
  margin-bottom: 40px;
}

.blue-press-release .inner .head .yellowbx h5 {
  background: #FFF636;
  display: inline-block;
  padding: 5px;
  margin: 0;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.blue-press-release .inner .head h3 {
  font-size: 39px;
  color: #fff;
  margin: 0;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
}

.blue-press-release .inner .head h3::after {
  position: absolute;
  width: 80px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
  content: "";
}

.blue-press-release p {
  font-size: 16px;
  color: #fff;
}

.blue-press-release p b.tt {
  text-transform: uppercase;
}

.general-text .image {
  text-align: center;
}

.general-text p b.tt {
  text-transform: uppercase;
}

.csr-near.csr-near-factories .image.image-bx {
  padding: 0 15px;
}

.csr-near.csr-near-factories .image.image-bx .half img {
  width: 48%;
  display: inline-block;
  margin-right: 8px;
}

.csr-near.csr-near-factories .image.image-bx .half img:last-child {
  margin-right: 0;
}

section.highlight-service.sdc-highlight .box .bars .green {
  background: #244326;
}

.blue-contact-sec {
  margin-bottom: -40px;
  text-align: center;
  background: #094ea1;
}

.blue-contact-sec p {
  color: #fff;
}

.blue-contact-sec p a {
  color: #fff;
}

.blue-contact-sec h3 {
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  margin: 0;
}

.blue-contact-sec h3 a {
  color: #fff;
}

.blue-contact-sec .top {
  padding: 0 50px;
  margin-bottom: 30px;
}

.blue-contact-sec .top p {
  font-size: 14px;
}

.blue-contact-sec h3 {
  font-size: 24px;
}

.blue-contact-sec .icon {
  background: #6461FC;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.blue-contact-sec .icon img {
  width: 20px;
}

.blue-contact-sec .inner {
  padding: 20px 0px 10px;
}

.blue-contact-sec .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.form-contact label, .form-contact h4 {
  color: #fff;
}

.form-contact {
  text-align: left;
  width: 520px;
  max-width: 100%;
  margin: auto;
}

.form-contact .input input, .form-contact .input textarea {
  width: 100%;
  background: transparent;
  border: 1px solid #fff;
  padding: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  margin-bottom: 8px;
  color: #fff;
}

.form-contact .input input::-webkit-input-placeholder, .form-contact .input textarea::-webkit-input-placeholder {
  color: #2A74CE;
}

.form-contact .input input:-ms-input-placeholder, .form-contact .input textarea:-ms-input-placeholder {
  color: #2A74CE;
}

.form-contact .input input::-ms-input-placeholder, .form-contact .input textarea::-ms-input-placeholder {
  color: #2A74CE;
}

.form-contact .input input::placeholder, .form-contact .input textarea::placeholder {
  color: #2A74CE;
}

.form-contact .input label {
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  font-style: italic;
  font-weight: 100;
}

.form-contact form h4 {
  font-size: 21px;
  margin-bottom: 20px;
}

.form-contact .submit-btn button {
  font-size: 18px;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
}

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

@font-face {
  font-family: radikal;
  src: url(../fonts/radikal.otf);
}

@font-face {
  font-family: radikalBold;
  src: url(../fonts/radikal-bold.otf);
}

@font-face {
  font-family: radikalThin;
  src: url(../fonts/radikal-thin.otf);
}

@font-face {
  font-family: kruti;
  src: url(../fonts/kruti.ttf);
}

@font-face {
  font-family: blender;
  src: url(../fonts/blender-book.ttf);
}

@font-face {
  font-family: blender-bold;
  src: url(../fonts/blender-bold.ttf);
}

@font-face {
  font-family: blender-medium;
  src: url(../fonts/blender-medium.ttf);
}

@font-face {
  font-family: blender-thin;
  src: url(../fonts/blender-thin.ttf);
}

@font-face {
  font-family: blender-heavy;
  src: url(../fonts/blender-heavy.ttf);
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  -webkit-box-shadow: 4px 4px 5px #ddd;
          box-shadow: 4px 4px 5px #ddd;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
  margin: 0;
  background: #F3F3F3;
}

body .container {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
}

b {
  font-weight: 600;
}

.light {
  font-weight: 300;
}

.box {
  padding: 10px;
}

.box.blue {
  background: #094ea1;
}

p {
  font-size: 15px;
}

a {
  text-decoration: none;
}

.heading {
  margin-top: 40px;
  margin-bottom: 10px;
}

.heading h3 {
  margin-bottom: 0;
  font-size: 21px;
  color: #094ea1;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 500;
}

.heading.left h3 {
  text-align: left;
}

img {
  max-width: 100%;
}

.box-sec .box-part {
  margin-top: 30px;
}

.box-sec .box {
  padding: 0;
  background: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
}

.box-sec .box .curve-head {
  border-radius: 10px 10px 0 0;
  padding: 8px 10px;
}

.box-sec .box .curve-head h4 {
  margin: 0;
  color: #fff;
  font-weight: 400;
}

.box-sec .box .image img {
  margin-bottom: 15px;
}

.box-sec .box .image img:only-child {
  margin-bottom: 0;
}

.box-sec .box .sub-head {
  padding: 0px 18px;
}

.box-sec .box .sub-head h4 {
  font-size: 21px;
  letter-spacing: -.5px;
  margin-top: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  line-height: 1;
}

.box-sec .box .cta-upper {
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 0px 18px;
}

.box-sec .box .cta-upper a {
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  background: #6461FC;
  padding: 5px 10px;
  text-transform: uppercase;
}

.box-sec .box .head {
  padding: 0px 18px;
}

.box-sec .box .head h3 {
  font-size: 32px;
  letter-spacing: -.5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 600;
  margin-top: 0px;
  line-height: 1;
  margin-bottom: 15px;
}

.box-sec .box .head h3.fz28 {
  font-size: 28px;
}

.box-sec .box .head h3.fz25 {
  font-size: 25px;
}

.box-sec .box .head h3.fz48 {
  font-size: 48px;
}

.box-sec .box .desc p {
  padding: 0px 18px;
  font-size: 16px;
}

.box-sec .box .cta {
  padding: 0px 18px 30px;
}

.box-sec .box .cta a {
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: -.5px;
  font-weight: 400;
  font-size: 21px;
}

.box-sec .box .cta svg {
  margin-left: 8px;
}

.box-sec .box.red .curve-head {
  background: #A10315;
}

.box-sec .box.red .sub-head h4 {
  color: #A10315;
}

.box-sec .box.red .cta a {
  color: #A10315;
}

.box-sec .box.red .cta a svg path {
  fill: #A10315;
}

.box-sec .box.blue .curve-head {
  background: #094ea1;
}

.box-sec .box.blue .sub-head h4 {
  color: #094ea1;
}

.box-sec .box.blue .cta a {
  color: #094ea1;
}

.box-sec .box.blue .cta a svg path {
  fill: #094ea1;
}

.box-sec .box.lightblue .curve-head {
  background: #6461FC;
}

.box-sec .box.lightblue .sub-head h4 {
  color: #6461FC;
}

.box-sec .box.lightblue .cta a {
  color: #6461FC;
}

.box-sec .box.lightblue .cta a svg path {
  fill: #6461FC;
}

.box-sec .box.greenblue .curve-head {
  background: #1EB2FC;
}

.box-sec .box.greenblue h3 {
  color: #000;
  text-transform: none;
  text-align: left;
}

.box-sec .box.greenblue .sub-head h4 {
  color: #1EB2FC;
}

.box-sec .box.greenblue .cta a {
  color: #1EB2FC;
}

.box-sec .box.greenblue .cta a svg path {
  fill: #1EB2FC;
}

.box-sec .box.orange .curve-head {
  background: #FF8200;
}

.box-sec .box.orange .sub-head h4 {
  color: #FF8200;
}

.box-sec .box.orange .cta a {
  color: #FF8200;
}

.box-sec .box.orange .cta a svg path {
  fill: #FF8200;
}

.box-sec .box.green .curve-head {
  background: #059250;
}

.box-sec .box.green .sub-head h4 {
  color: #059250;
}

.box-sec .box.green .cta a {
  color: #059250;
}

.box-sec .box.green .cta a svg path {
  fill: #059250;
}

.box-sec .box.pink .curve-head {
  background: #C84FAC;
}

.box-sec .box.pink .sub-head h4 {
  color: #C84FAC;
}

.box-sec .box.pink .cta a {
  color: #C84FAC;
}

.box-sec .box.pink .cta a svg path {
  fill: #C84FAC;
}

.box-sec .box.golden .curve-head {
  background: #244326;
}

.box-sec .box.golden .sub-head h4 {
  color: #CDA742;
}

.box-sec .box.golden .cta a {
  color: #CDA742;
}

.box-sec .box.golden .cta a svg path {
  fill: #CDA742;
}

.box-sec .box.black {
  background: #000;
}

.box-sec .box.black .curve-head {
  background: #000;
}

.box-sec .box.black .sub-head h4 {
  color: #fff;
}

.box-sec .box.black .sub-head h4.golden {
  color: #FDB913;
}

.box-sec .box.black .head h3 {
  color: #FDB913;
}

.box-sec .box.black .cta a {
  color: #FDB913;
}

.box-sec .box.black .cta a svg path {
  fill: #FDB913;
}

.box-sec .box.purple-bg {
  background: #8c4cf6;
}

.box-sec .box.purple-bg .curve-head {
  background: #8c4cf6;
}

.box-sec .box.purple-bg .sub-head h4 {
  color: #fff;
}

.box-sec .box.purple-bg .sub-head h4.golden {
  color: #fff;
}

.box-sec .box.purple-bg .head h3 {
  color: #fff;
}

.box-sec .box.purple-bg .cta a {
  color: #fff;
}

.box-sec .box.purple-bg .cta a svg path {
  fill: #fff;
}

.box-sec .box.hindi-series .icon {
  margin-top: -80px;
  padding-bottom: 10px;
  text-align: center;
}

.box-sec .box.hindi-series .small-text {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 30px;
}

.box-sec .box.hindi-series .head h3 {
  line-height: 1.4;
}

*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.pt0 {
  padding-top: 0;
}

.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.mr0 {
  margin-right: 0;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt10 {
  padding-top: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb40 {
  padding-bottom: 40px;
}

.white-bg {
  background: #fff;
}

.mb-40 {
  margin-bottom: -40px;
}

footer ul li.current a {
  color: #0b4ea1;
}

.hide-desktop {
  display: block;
}

.hide-desktop-inline {
  display: inline-block;
}

.show-desktop {
  display: none;
}

.show-desktop-inline {
  display: none;
}

.show-mobile {
  display: block;
}

.show-mobile-inline {
  display: inline-block;
}

.show-desktop-inline-block {
  display: none !important;
}

.show-pro-inline-block {
  display: none;
}

footer .copy {
  display: none;
}

.general-text.before-after h3 {
  margin-top: 5px;
  margin-bottom: 15px;
}

.special-head.orange span.yellow-bg {
  background: yellow;
}

.video-nav .inner-col .col h4 {
  text-transform: uppercase;
}

section.certification .image {
  max-width: 40%;
  margin: auto;
}

.infra-sec .container .image-sec .image {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.curve-sec {
  padding-bottom: 60px;
}

footer .show-big-screen {
  display: none;
}

.highlight-service .box .bars {
  -webkit-box-shadow: 0px 2px 5px #00000029;
          box-shadow: 0px 2px 5px #00000029;
}

img.hide-mobile {
  display: none;
}

.bdk-banner.thankyou .inner .left h3 {
  margin-bottom: 120px;
}

.box-sec .box-part .curve-head.big h4 {
  font-size: 29px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
}

.box-sec.home-box-sec .box-part .image img {
  width: 100%;
}

.box.scroll-news .scroll-news {
  padding: 0 15px;
  max-height: 300px;
  overflow-y: scroll;
}

.box.scroll-news .scroll-news ul li {
  list-style: none;
  font-size: 18px;
  color: #f1813a;
  font-family: 'Roboto Condensed', sans-serif;
  padding-bottom: 10px;
  border-bottom: 3px dotted #c1c1c1;
  margin-bottom: 10px;
}

.box.scroll-news.red .scroll-news ul li {
  color: #A10315;
}

.box.scroll-news .scroll-news ul li.black {
  color: #000;
}

.box.scroll-news .scroll-news ul {
  margin: 0;
  padding: 0;
}

.box.scroll-news.full-height .scroll-news {
  max-height: 510px;
}

.top-box .inner .left h2.fz-45 {
  font-size: 45px;
}

.top-box .inner .left h4.light.black {
  color: #000;
}

.top-box .inner.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-box .inner .left h3.fz-25 {
  font-size: 25px;
}

.top-box .inner .left h3.mt-20 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.top-box.work-box .inner .right {
  padding: 70px 90px;
}

.top-box.work-box .inner .right p {
  line-height: 1.5;
  padding: 0 50px;
}

.top-box .inner .left.workshop-inner-bg {
  background-image: url(../images/sd/sd-effective-communication-n-personality-development-workshop/top-bg.jpg);
}

.box.red.scroll-news.full-height {
  padding-bottom: 0;
}

.box.scroll-news.full-height .scroll-news ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.box.scroll-news.full-height .scroll-news ul li:last-child {
  border: none;
}

.students .image {
  margin-bottom: 15px;
}

.work-banner .bg h3.fz32 {
  font-size: 32px;
}

.new-desc-sec .image-grid.three .image {
  width: calc(100%/5);
}

.new-desc-sec .image-grid.three {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.new-desc-sec .image-grid.three .image {
  margin-bottom: 10px;
}

.box-sec .box .head h3.pink {
  color: #c84fac;
}

.img-box.general-text .three .image {
  width: 32%;
}

.img-box.general-text .three .image:nth-child(3n+3) {
  margin-right: 0;
}

.img-box.general-text .three .image:nth-child(2n+2) {
  margin-right: 15px;
}

.imagination-sec {
  background: #FFB607;
  padding: 60px 0;
  margin-bottom: 70px;
}

.imagination-sec .desc h4 {
  font-size: 36px;
  color: #fff;
}

.imagination-sec .desc p {
  font-size: 18px;
  color: #fff;
}

.imagination-sec .desc {
  width: 36%;
}

.imagination-sec .ico-box {
  width: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 6%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.imagination-sec .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.imagination-sec .ico-box .icon {
  width: 30%;
}

.imagination-sec .ico-box .icon h5 {
  font-size: 72px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding-top: 25px;
}

.imagination-sec .ico-box p {
  color: #fff;
  text-align: center;
  font-size: 24px;
  margin-top: 5px;
}

.meaningfull-impact .head {
  text-align: center;
}

.meaningfull-impact .head h3 {
  font-size: 32px;
  color: #FFB607;
  text-transform: uppercase;
}

.meaningfull-impact .head p {
  font-style: italic;
  color: #464646;
}

.blue-box-sec {
  background: #6461FC;
  padding: 50px 0;
  margin-bottom: 40px;
  margin-top: 40px;
}

.blue-box-sec .inner h4 {
  font-size: 26px;
  color: #FFB607;
  text-transform: uppercase;
  margin-top: 0;
}

.blue-box-sec .inner {
  text-align: center;
}

.img-box.general-text {
  margin-bottom: 50px;
  padding-bottom: 10px;
}

.meaningfull-impact .btns a {
  border: 2px solid #FFB607;
  color: #fff;
  padding: 15px;
  font-size: 18px;
  margin-right: 20px;
  display: inline-block;
}

.meaningfull-impact .btns a span {
  font-size: 24px;
  font-weight: 600;
}

section.sdc-top.slider button.slick-next.slick-arrow {
  right: 80px;
}

section.sdc-top.slider button.slick-prev.slick-arrow {
  left: 80px;
  z-index: 9;
}

section.sdc-top.slider button.slick-arrow::before {
  opacity: 0;
}

.slick-initialized .slick-slide {
  position: relative;
}

section.sdc-top.slider button.slick-arrow {
  background: url(../images/sdc/sdc-master-g/prev-arrow.svg) no-repeat;
  width: 70px;
  height: 120px;
  top: 44%;
  background-size: 40px;
}

section.sdc-top.slider button.slick-arrow.slick-next {
  background: url(../images/sdc/sdc-master-g/next-arrow.svg) no-repeat;
  top: 44%;
  background-size: 40px;
}

.home-banner .banner {
  height: 48.6vw;
  max-height: none;
  margin-top: -10px;
}

.home-banner video {
  margin-top: 0 !important;
}

.home-banner .banner iframe, .home-banner .banner div, .home-banner .banner video {
  height: 100%;
}

.box.orange.scroll-news .scroll-news ul li a {
  color: inherit;
}

.home-banner .banner img {
  height: 100%;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  visibility: hidden;
  opacity: 0;
}

.popup .close {
  position: absolute;
  right: 20px;
  top: 15px;
  cursor: pointer;
}

.popup.active {
  visibility: visible;
  opacity: 1;
}

.popup .pop-inner .pop-content .pop-middle .msg-img.block {
  margin-bottom: 20px;
}

.popup .pop-inner {
  max-width: 90%;
  width: 1020px;
  margin: 0 auto;
  background: #fff;
  padding: 50px;
  -webkit-box-shadow: 2px 4px 6px #0000003b;
          box-shadow: 2px 4px 6px #0000003b;
  position: relative;
}

.popup .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff9;
}

.popup .pop-inner .pop-content {
  background-color: #f9ffed;
  padding: 20px;
}

.popup .pop-inner .pop-content .pop-header .dark-green {
  background: #b4dbbb;
  text-align: center;
  padding: 10px 100px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup .pop-inner .pop-content .pop-header h4 {
  margin: 0;
  font-size: 34px;
  font-family: "radikal";
}

.popup .pop-inner .pop-content .pop-header .btm.pink {
  background: pink;
  text-align: center;
  padding: 10px;
}

.popup .pop-inner .pop-content .pop-header .btm.pink h4 {
  font-family: 'Caveat', cursive;
  font-size: 23px;
  color: #2b4a25;
}

.popup .pop-inner .pop-content .pop-middle {
  text-align: center;
  font-family: "radikal";
  position: relative;
  padding-top: 20px;
}

.box-sec .box .image img {
  width: 100%;
}

.heart-img.block {
  padding-top: 15px;
  margin-bottom: 15px;
}

.popup .pop-inner .pop-content .pop-middle a b {
  font-family: 'radikalBold';
}

.popup .pop-inner .pop-content .pop-middle .text h4 {
  color: inherit;
  font-size: 22px;
  font-family: radikalBold;
  margin: 0;
  margin-bottom: 5px;
}

.popup .pop-inner .pop-content .pop-middle .free-service-img img {
  max-width: 110px;
}

.popup .pop-inner .pop-content .pop-middle .text {
  color: #2b4a25;
}

.popup .pop-inner .pop-content .pop-middle p {
  color: #2b4a25;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.popup .pop-inner .pop-content .pop-middle .free-service-img img {
  max-width: 110px;
}

.popup .pop-inner .pop-content .pop-middle a {
  color: #2b4a25;
  display: inline-block;
  border: 1px solid #eab2bb;
  line-height: 1;
  padding: 10px;
}

.popup .pop-inner .pop-content .pop-middle .free-service-img {
  position: absolute;
  top: 10px;
}

.popup .pop-inner .pop-content .btm-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  text-align: center;
}

.register-btn {
  margin-top: 20px;
}

.register-btn a {
  font-size: 17px;
}

.popup .pop-inner .pop-content .btm-footer div {
  width: 60%;
  padding: 12px;
}

.popup .pop-inner .pop-content .btm-footer .pink-bg {
  background: #eab2bb;
  width: 40%;
}

.popup .pop-inner .pop-content .btm-footer p {
  margin: 0;
  color: #2b4a25;
}

.popup .pop-inner .pop-content .btm-footer .green-bg {
  background: #b4dbbb;
}

section.home-banner.sdc-banner-video .banner.show-desktop {
  margin-top: -30px;
}

.box-sec .box .image img {
  width: 100%;
}

.search-header .input .image {
  border: none;
}

.video-nav .inner-col .col:last-child {
  padding-bottom: 90px;
}

.box-sec .box-part .curve-head.big h4.fz-27 {
  font-size: 25px;
  text-align: center;
}

@media screen and (max-width: 375px) {
  body .container {
    padding: 0 15px;
  }
  .prl10 {
    padding: 0;
  }
  section.video-sec-bx .vid-bx .top .head {
    padding-right: 0;
  }
  .highlight-service .serv-list ul li a {
    font-size: 13px;
  }
}

@media screen and (min-width: 600px) {
  body .container {
    padding: 0 20px;
  }
  .home-banner video {
    width: 100%;
    margin-top: -10px;
  }
  .hide-desktop {
    display: none !important;
  }
  .hide-desktop-inline {
    display: none !important;
  }
  .show-desktop {
    display: block !important;
  }
  .show-desktop-inline {
    display: inline !important;
  }
  .show-mobile {
    display: none !important;
  }
  .show-mobile-inline {
    display: none;
  }
  .show-desktop-inline-block {
    display: inline-block !important;
  }
  .highlight-service .serv-list ul li a br {
    display: none;
  }
  .highlight-service .box .bars {
    -webkit-box-shadow: 0px 2px 5px #00000029;
            box-shadow: 0px 2px 5px #00000029;
  }
  section.dark-sec.mt40 {
    margin-bottom: 50px;
  }
  .heading.bar img {
    width: 100%;
    opacity: 1;
    padding-top: 10px;
  }
  img.hide-mobile {
    display: block;
  }
  .infra-sec .container .image-sec .image:nth-child(2n+2) {
    margin-right: 0;
  }
  .heading.bar {
    position: relative;
  }
  .box-sec
.box {
    width: 32%;
    vertical-align: top;
    margin-right: 14px;
  }
  .box-sec .box-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-sec .box:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-sec .box .curve-head h4 {
    font-size: 15px;
  }
  .box-sec .box .curve-head {
    width: 100%;
    min-height: 55px;
  }
  .top-sec .blue-box .first .image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  section.emo-dropdown li a {
    font-size: 17px;
  }
  .highlight-service .box .bars .bar:nth-child(1) {
    -webkit-box-flex: 1.5;
        -ms-flex: 1.5;
            flex: 1.5;
  }
  .highlight-service .box .bars .bar:nth-child(2) {
    -webkit-box-flex: 1.55;
        -ms-flex: 1.55;
            flex: 1.55;
  }
  .highlight-service .box .bars .bar:nth-child(3) {
    -webkit-box-flex: 1.1;
        -ms-flex: 1.1;
            flex: 1.1;
  }
  .top-sec .blue-box {
    padding-bottom: 0;
  }
  .box-sec .box .head h3 {
    font-size: 22px;
  }
  .box-sec .box .sub-head h4 {
    font-size: 15px;
  }
  .box-sec .box .head h3.fz25 {
    font-size: 22px;
  }
  .box-sec .box .head h3.fz48 {
    font-size: 30px;
  }
  .highlight-service .serv-list ul li a::after {
    display: inline-block;
    padding-left: 5px;
  }
  p.yellow-bg.mt-20-ipad {
    margin-top: 20px;
  }
  p.yellow-bg.mb-20-ipad {
    margin-bottom: 30px;
  }
  .highlight-service .serv-list ul li a {
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .box-sec .box .cta {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
  }
  .box-sec .box {
    position: relative;
    padding-bottom: 50px;
  }
  .box-sec .box .cta a {
    font-size: 15px;
  }
  .box-sec .box .cta svg {
    width: 4px;
    padding-top: 4px;
  }
  .box-sec .box.box-3 {
    width: 64%;
  }
  .box-sec .box.box-3 .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-sec .box.box-3 .image img {
    width: 49%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .box-sec .box.box-3 .image img:nth-child(2) {
    margin-left: 6px;
    margin-right: 0;
    width: 49%;
    padding-top: 12px;
    padding-top: 0;
  }
  .box-sec .box.box-3 .image img:nth-child(3) {
    display: none;
  }
  .box-sec .box.box-3 .head h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .general-text .yellow-bg {
    display: inline-block;
  }
  .dark-sec .inner {
    padding: 30px 50px 20px;
  }
  .more-service ul li a i {
    width: 30px;
  }
  .more-service .heading h3 {
    text-align: center;
  }
  .trustees .title .container {
    padding: 0;
  }
  .trustees .row .col .image {
    padding-right: 20px;
  }
  .about .description p {
    font-size: 16px;
  }
  .vision .title {
    position: absolute;
    top: 0;
  }
  .vision .vision-inner img {
    height: 100%;
  }
  .vision .dark-bg {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
    height: 380px;
  }
  .vision .vision-inner {
    display: inline-block;
    width: 50%;
    position: static;
    vertical-align: top;
    height: 380px;
  }
  .vision {
    padding-top: 150px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
  .about-top {
    top: 110px;
  }
  .trustees .row {
    width: 49%;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: 10px;
    margin-bottom: 40px;
  }
  .trustees .row .col {
    height: 100%;
  }
  .dark-big .event-list ul li:nth-child(3)::after, .dark-big .event-list ul li:nth-child(5)::after {
    display: block;
  }
  .trustees {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .trustees .title {
    width: 100%;
  }
  .trustees .row:nth-child(3), .trustees .row:nth-child(5) {
    margin-right: 0;
  }
  .vision .vision-inner img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .vision .dark-bg p {
    font-size: 17px;
  }
  .trustees {
    padding-top: 0;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .trustees .description .inner p {
    font-size: 15px;
    padding-bottom: 0;
  }
  .top-sec .large-head h1 span.fz29-ipad {
    font-size: 29px;
  }
  .trustees .description .inner {
    height: 100%;
    padding-bottom: 0px;
  }
  .top-sec .blue-box .first .image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .top-sec .blue-box .first .text {
    padding: 40px;
    padding-top: 60px;
  }
  .ew-home .gallery .image img {
    width: 100%;
  }
  .emo-dropdown a {
    width: 400px;
    margin: 0 auto;
  }
  .emo-page .top-sec .btm-text .image img {
    width: 100%;
  }
  .dark-big .loc {
    max-width: 350px;
    margin: 30px auto 30px;
  }
  .gallery .images .image {
    width: 48.8%;
    display: inline-block;
  }
  .special-head h3 img {
    display: block;
    width: 100%;
    opacity: 1;
  }
  .dark-big .loc p {
    text-align: center;
  }
  .w100 {
    width: 100% !important;
  }
  .col-width {
    display: inline-block;
    vertical-align: top;
  }
  .col-width.half-width-ipad {
    width: 48%;
  }
  .col-width.forty-width-ipad {
    width: 40%;
  }
  .col-width.sixty-width-ipad {
    width: 59%;
  }
  .topic-menu {
    margin-top: 0px;
    max-width: 540px;
    margin: 20px auto;
    margin-bottom: 60px;
    margin-top: 0;
  }
  .special-head.blue {
    margin-bottom: 60px;
  }
  .sessions .image.no-mar {
    margin-bottom: 0;
  }
  section.highlight-bbcs .heading {
    margin-bottom: 0;
  }
  section.highlight-bbcs .heading img {
    padding-bottom: 0;
  }
  .general-text p {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .general-text .image {
    margin: 0 0 15px;
    width: 48.5%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
  }
  .general-text .image:nth-child(2n+2) {
    margin-right: 0;
  }
  .icon-big .text {
    position: static;
    width: 100%;
  }
  .icon-big img {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  .icon-big .text p {
    font-size: 14px;
  }
  .icon-big .text p br:nth-child(1) {
    display: none;
  }
  .gallery .image {
    width: 48.8%;
    display: inline-block;
    margin-right: 9px;
  }
  section.resource-partner .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .resource-partner .blue-box {
    width: 48.5%;
    margin-right: 18px;
  }
  .resource-partner .blue-box .details .image .imgbx {
    width: 100px;
    height: 100px;
    padding: 10px;
  }
  .resource-partner .blue-box:nth-child(2n+2) {
    margin-right: 0;
  }
  .resource-partner .head h6 {
    font-size: 10px;
  }
  .resource-partner .blue-box .inner h3 {
    padding-left: 115px;
    margin-top: 10px;
  }
  .resource-partner .head h6 br {
    display: none;
  }
  .resource-partner .head h6 {
    width: 14%;
  }
  section.media-sec .inner .med-bx {
    width: 48%;
    margin-right: 20px;
  }
  section.media-sec .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.media-sec .inner .med-bx:nth-child(2n+2) {
    margin-right: 0;
  }
  .sessions .media-box {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }
  .sessions .media-box:nth-child(2n+2) {
    margin-right: 0;
  }
  .adoption-of-jijabai-iti .top-sec .blue-box .first .text {
    padding: 10px;
  }
  .adoption-of-jijabai-iti .top-sec .blue-box {
    padding: 0;
  }
  .adoption-of-jijabai-iti .top-sec .blue-box .first .image {
    -webkit-box-flex: .5;
        -ms-flex: .5;
            flex: .5;
  }
  .adoption-of-jijabai-iti .top-sec .blue-box .first .image img {
    width: 100%;
  }
  header .nav {
    width: 100%;
    max-width: 100%;
    visibility: visible;
    background: #fff;
    padding: 0;
  }
  header .nav .navigation {
    top: 0;
    -webkit-transform: none !important;
            transform: none !important;
    background: transparent;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .nav .navigation {
    padding: 0;
    width: 100%;
  }
  header .nav .navigation .head h2 {
    font-size: 25px;
    text-transform: uppercase;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    margin-bottom: 0;
  }
  header .nav .navigation.emotional .head h2 {
    margin-top: 0;
    color: #094ea1;
  }
  header .nav .navigation.emotional .head h2 a {
    color: #094ea1;
  }
  header .nav .navigation.emotional .head p {
    color: #094ea1;
    margin-top: 10px;
  }
  header .nav .navigation.emotional ul li a {
    color: #000;
  }
  header .nav .navigation.emotional ul.blue {
    padding-left: 5px;
  }
  header .nav .navigation.emotional .inner-col {
    width: 49%;
    display: inline-block;
    vertical-align: top;
  }
  header .nav .navigation.emotional .box {
    background: transparent;
    margin-bottom: 20px;
  }
  header .nav .navigation.emotional .box h3 {
    color: #094ea1;
    margin-top: 0;
  }
  header .nav .navigation.emotional .box p {
    padding: 0;
    color: #094ea1;
    margin-bottom: 0;
    font-weight: 500;
  }
  header .nav .navigation.emotional .box p span {
    color: #094ea1;
    font-weight: 600;
  }
  header .nav .navigation.emotional .box p b {
    font-weight: 600;
  }
  header .nav .navigation.skill .head h2 {
    margin-top: 0;
    color: #A10315;
  }
  header .nav .navigation.skill .head h2 a {
    color: #A10315;
  }
  header .nav .navigation.skill .head p {
    color: #A10315;
    margin-top: 10px;
  }
  header .nav .navigation.skill.act-clean .head h2 {
    border-bottom: 0;
    margin-top: 0;
    color: #059250;
  }
  header .nav .navigation.skill.act-clean .head h2 a {
    color: #059250;
  }
  header .nav .navigation.skill.act-clean .head p {
    color: #059250;
    margin-top: 10px;
  }
  header .nav .navigation.skill.act-clean ul li {
    border-color: #ddd;
  }
  header .nav .navigation.khurja {
    padding-left: 20px;
  }
  header .nav .navigation.khurja .head h2 {
    margin-top: 0;
    color: #FF8200;
    border-bottom: 0;
  }
  header .nav .navigation.khurja .head h2 a {
    color: #FF8200;
  }
  header .nav .navigation.khurja .head p {
    color: #FF8200;
    margin-top: 10px;
  }
  header .nav .navigation ul {
    padding-left: 5px;
  }
  header .nav .navigation ul li a {
    min-height: 30px;
    color: #000;
  }
  header .nav .navigation ul li a::after {
    display: none;
  }
  header .nav .navigation .top-title {
    padding: 20px;
  }
  .navigationn.desktop .top-title {
    padding: 10px;
  }
  .navigationn.desktop .top-title h3 {
    font-weight: 400;
  }
  .second.nav-col {
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
  .third.nav-col {
    width: 46%;
    display: inline-block;
    vertical-align: top;
  }
  .navigation.khurja {
    margin-top: 0;
  }
  header .nav .navigation.khurja ul {
    padding-top: 0;
  }
  .fourth.nav-col {
    width: 49%;
    display: inline-block;
  }
  .fivth.nav-col {
    padding-right: 20px;
    width: 49%;
    display: inline-block;
  }
  .navigation.others .menu-list {
    padding: 20px;
    border-radius: 20px 0 20px 0px;
    border: 1px solid;
  }
  .navigation.others .menu-list ul li a {
    color: #094ea1;
  }
  .navigationn.desktop.show-desktop {
    padding-top: 0px;
    padding-bottom: 60px;
    opacity: 0;
    z-index: -1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    position: absolute;
  }
  .nav.active-menu.main-navigation .navigationn.desktop.main-nav {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  .nav.active-menu.video-nav .navigationn.desktop.video-nav {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  header .nav {
    margin-top: 110px;
    -webkit-transition: 1s;
    transition: 1s;
    visibility: hidden;
    background: transparent;
  }
  header .nav.active-menu {
    visibility: visible;
  }
  header {
    padding: 24px 0;
  }
  header .big-menu ul li a {
    font-size: 13.5px;
    margin: 0 8px;
  }
  header .right {
    position: absolute;
    top: 0px;
    right: 20px;
  }
  header .big-menu ul li:last-child a {
    margin-right: 0;
  }
  header .big-menu ul li a i img {
    padding-bottom: 2px;
    padding-left: 3px;
  }
  .home-banner .text h1 {
    font-size: 40px;
    padding-top: 30px;
    color: #fff;
  }
  .banner.show-desktop.white-overlay + .text h1 {
    color: #000;
  }
  .big-menu {
    margin-top: 6px;
  }
  section.highlight-service .container {
    padding: 0 99px;
  }
  .highlight-service .serv-list ul li a {
    font-size: 13.5px;
  }
  .highlight-service .serv-list ul li:nth-child(1) {
    -webkit-box-flex: 1.4;
        -ms-flex: 1.4;
            flex: 1.4;
  }
  .highlight-service .serv-list ul li:nth-child(2) {
    -webkit-box-flex: 1.53;
        -ms-flex: 1.53;
            flex: 1.53;
  }
  .highlight-service .serv-list ul li:nth-child(3) {
    -webkit-box-flex: .95;
        -ms-flex: .95;
            flex: .95;
  }
  .highlight-service .serv-list ul li:nth-child(4) {
    -webkit-box-flex: .93;
        -ms-flex: .93;
            flex: .93;
  }
  .highlight-service .box {
    margin-top: -40px;
    padding: 10px 18px;
  }
  header .nav .desktop .inner {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 20px;
  }
  eader .nav .navigation .nav-title h3 {
    font-size: 17px;
  }
  header .nav .navigation ul li a {
    font-size: 15px;
    margin-top: 12px;
    padding-bottom: 5px;
  }
  header .nav .navigation.emotional .box h3 {
    font-size: 17px;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  header .nav .navigation.emotional .box p {
    margin-top: 6px;
    font-size: 13px;
  }
  header .nav .navigation.emotional .box {
    margin-bottom: 0;
  }
  header .nav .navigation.emotional .head p {
    font-size: 13px;
  }
  .social-header {
    top: 110px;
  }
  .next-btn {
    margin-top: 20px;
    display: block;
    width: 100%;
  }
  .gallery .image.width-100-ipad {
    width: 100%;
  }
  .gallery .image.w70-ipad {
    padding-right: 15px;
    margin-right: 0;
    width: 66.8%;
  }
  .gallery .image.w70-ipad img {
    width: 100%;
  }
  .gallery .image.w70-ipad.right {
    padding-right: 0;
    padding-left: 20px;
  }
  .gallery .image.w30-ipad {
    width: 32.5%;
  }
  .gallery .wrap {
    vertical-align: top;
    display: inline-block;
  }
  .gallery .wrap .image {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
  .gallery .width-100-ipad {
    width: 100%;
  }
  .gallery .width-100-ipad img {
    width: 100%;
  }
  .gallery .w70-ipad {
    width: 66.5%;
  }
  .gallery .w70-ipad img {
    width: 100%;
  }
  .gallery .w30-ipad {
    width: 32.5%;
  }
  .box-grid-sec.curve::after {
    background-image: url(../images/emotional/curve-bg-big.svg);
    top: -80px;
    left: 0;
    height: 80px;
  }
  section.greenblue .inner .list {
    width: 88%;
    margin: 0 auto;
  }
  .general-text .image.w100 {
    width: 100%;
  }
  .general-text .image.w100 img {
    width: 100%;
  }
  .sessions .image {
    width: 48%;
    display: inline-block;
    margin-right: 10px;
  }
  .sessions .image.w100 {
    width: 100%;
  }
  .sessions .image.w100 img {
    width: 100%;
  }
  .sessions .video iframe {
    height: 420px;
  }
  .highlight-bbcs .heading img {
    width: 100%;
    opacity: 1;
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .highlight-bbcs img {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    opacity: 1;
  }
  .btm-text .image.w100 {
    width: 100%;
  }
  .btm-text .image.w100 img {
    width: 100%;
  }
  section.session-sec .image {
    width: 49%;
  }
  section.session-sec .image img {
    width: 100%;
  }
  .next-cta img {
    width: 100%;
    opacity: 1;
  }
  .next-cta h3 a {
    font-size: 32px;
  }
  .top-sec .large-head h1 span.fz59 {
    font-size: 45px;
  }
  .full-image img {
    width: 100%;
  }
  .highlight-service.sdc-highlight .serv-list ul li a::after {
    display: inline-block;
    width: auto;
  }
  .highlight-service.sdc-highlight .serv-list ul li:nth-child(1) {
    -webkit-box-flex: .6;
        -ms-flex: .6;
            flex: .6;
  }
  .highlight-service.sdc-highlight .serv-list ul li:nth-child(2) {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
  .highlight-service.sdc-highlight .serv-list ul li:nth-child(3) {
    -webkit-box-flex: .6;
        -ms-flex: .6;
            flex: .6;
  }
  .highlight-service.sdc-highlight .serv-list ul li:nth-child(4) {
    -webkit-box-flex: .6;
        -ms-flex: .6;
            flex: .6;
  }
  .highlight-service.sdc-highlight .serv-list ul li:nth-child(4) a {
    padding: 0;
  }
  .highlight-service.sdc-highlight .serv-list ul li:nth-child(3) a {
    padding: 0;
  }
  .highlight-service .serv-list ul li:nth-child(3) {
    padding: 0;
  }
  .highlight-service.sdc-highlight .serv-list ul li a {
    padding: 0;
  }
  .highlight-service.sdc-highlight .bars .bar:nth-child(1) {
    -webkit-box-flex: .6;
        -ms-flex: .6;
            flex: .6;
  }
  .highlight-service.sdc-highlight .bars .bar:nth-child(2) {
    -webkit-box-flex: .82;
        -ms-flex: .82;
            flex: .82;
    background: #244326;
  }
  .highlight-service.sdc-highlight .bars .bar:nth-child(3) {
    -webkit-box-flex: .6;
        -ms-flex: .6;
            flex: .6;
  }
  .highlight-service.sdc-highlight .bars .bar:nth-child(4) {
    -webkit-box-flex: .6;
        -ms-flex: .6;
            flex: .6;
  }
  .sdc-menu .inner {
    text-align: center;
  }
  .sdc-menu .inner .text {
    padding-left: 0;
    width: 100%;
  }
  section.sdc-top .image img {
    width: 100%;
  }
  .btm-text .image img {
    width: 100%;
  }
  section.golden-bx .image:first-child img {
    width: 100%;
  }
  .golden-bx .inner .image-box {
    width: 50%;
    margin: auto;
  }
  section.curve-sec .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.curve-sec .row .curve-bx {
    width: 47%;
    margin: 7px;
  }
  section.video-sec-bx .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.video-sec-bx .inner .vid-bx {
    width: 48%;
    margin: 0 8px 20px;
  }
  section.video-sec-bx .inner .vid-bx:nth-child(2n+2) {
    margin-right: 0;
  }
  .blue-contact-sec h3, .blue-contact-sec p {
    width: 100%;
    display: block;
  }
  .golden-bx .inner .image-box .image.double:nth-child(3) {
    margin-right: 13px;
    padding-top: 5px;
  }
  .golden-bx .inner .image-box .image:last-child {
    margin-right: 0;
    padding-top: 5px;
  }
  .golden-bx .inner .image-box .image {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
  .golden-bx .inner .image-box .image.double img {
    margin-bottom: 10px;
  }
  .golden-bx .inner .image-box .image img {
    height: 313px;
  }
  .sessions .media-box .image {
    width: 100%;
  }
  .ipad-pt80 {
    padding-top: 80px;
  }
  .more-service ul {
    width: 85%;
    margin: 40px auto 0;
  }
  .greenblue .inner {
    width: 74%;
    margin: 0 auto;
    padding: 40px;
  }
  .special-head h3 {
    font-size: 22px;
  }
  section.greenblue {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .top-sec .large-head.medium h1 {
    font-size: 42px;
  }
  .plr-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .sessions .special-head h3 span {
    font-size: 21px;
    display: inline;
  }
  .sessions .head p {
    font-size: 15px;
  }
  .gallery .image:nth-child(2n+2) {
    margin-right: 0;
  }
  .top-sec .blue-box p {
    font-size: 14px;
  }
  .top-sec .blue-text p {
    font-size: 14px;
  }
  .top-sec .btm-text p {
    font-size: 14px;
  }
  .top-sec .blue-box p {
    margin-top: 0;
  }
  section.emo-dropdown .container {
    width: 80%;
  }
  .box-sec.emo-box .box-part .box.blue .head h3 {
    font-size: 22px;
  }
  .pagination ul li a br {
    display: none;
  }
  .dark-big h3 {
    font-size: 34px;
  }
  section.video-sec.pink-bg .video {
    width: 350px;
    margin: AUTO;
    padding-bottom: 10px;
  }
  section.video-sec.pink-bg .video .vid-bx {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .w350 {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .hide-br br {
    display: none;
  }
  .sessions .video iframe {
    height: 370px;
  }
  .h220-ipad {
    max-height: 220px;
  }
  .team-sec .inner .box {
    width: 33%;
  }
  .team-sec .inner .box p {
    font-size: 18px;
  }
  .team-sec .inner .box h4 {
    font-size: 18px;
  }
  .headline.pr-400 {
    width: 460px;
  }
  .w500 {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .video-ipad-rahat.sessions .video iframe {
    height: 280px;
  }
  .blue-highlight .inner {
    width: 500px;
    margin: 30px auto;
  }
  .navras-box .inner-navras {
    width: 500px;
    margin: 0 auto;
  }
  .image-box .box-inner {
    width: 46%;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
  }
  .image-box .box-inner:nth-child(2n+2) {
    margin-right: 0;
  }
  .image-box .box-inner:last-child {
    margin-left: auto;
    display: block;
    margin-right: auto;
  }
  .image-box .box-inner .head {
    min-height: 150px;
  }
  .top-sec .large-head h1 span.mehrun {
    font-size: 45px;
  }
  .large-head h1 span.mehrun.fz65-ipad {
    font-size: 65px;
  }
  section.special-head.blue h3 {
    border: none;
  }
  .pb-30-ipad {
    padding-bottom: 30px;
  }
  .pb-20-ipad {
    padding-bottom: 20px;
  }
  .pb-10-ipad {
    padding-bottom: 10px;
  }
  .pt-30-ipad {
    padding-top: 30px;
  }
  .pt-20-ipad {
    padding-top: 20px;
  }
  .pt-10-ipad {
    padding-top: 10px;
  }
  .mt-10-ipad {
    margin-top: 10px;
  }
  .mt-20-ipad {
    margin-top: 20px;
  }
  .mt-30-ipad {
    margin-top: 30px;
  }
  .mb-10-ipad {
    margin-bottom: 10px;
  }
  .mb-20-ipad {
    margin-bottom: 20px;
  }
  .mb-30-ipad {
    margin-bottom: 30px;
  }
  .emo-dropdown.enhance-drop .drop-click p {
    font-size: 16px;
  }
  section.box-sec.enhance-box .box {
    width: 100%;
  }
  section.box-sec.enhance-box .box .image img:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  section.box-sec.enhance-box .box .image img {
    width: 48.8%;
    margin-right: 7px;
  }
  section.box-sec.enhance-box .box .image img:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-sec.enhance-box .image-bx {
    padding: 40px;
    padding-bottom: 0;
  }
  section.box-sec.enhance-box .box {
    padding-bottom: 30px;
  }
  section.box-sec.enhance-box .box .curve-head h4 {
    font-size: 20px;
  }
  section.box-sec.enhance-box .box .curve-head {
    min-height: auto;
  }
  .curve-box-sec .inner .curve-bx {
    width: 48.5%;
    display: inline-block;
    margin-right: 18px;
  }
  .curve-box-sec .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .curve-box-sec .inner .curve-bx:nth-child(2n+2) {
    margin-right: 0;
  }
  .curve-box-sec .inner .curve-bx.yellow-bx {
    margin-bottom: 0;
  }
  .yellow-bx h3 {
    font-size: 24px;
  }
  .yellow-bx h1.number {
    font-size: 151px;
  }
  .curve-box-sec .inner .curve-bx.mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .sessions.w500 .video iframe {
    height: 260px;
  }
  .video .h290 {
    height: 290px;
  }
  .box-sec .box-part.w500 .box {
    width: 47%;
  }
  .box-sec .box-part.w500 .box:nth-child(2n+2) {
    margin-right: 0;
  }
  .box-sec .box-part.w500 .box:nth-child(3n+3) {
    margin-right: 14px;
  }
  .icon-big.-mb50.tal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 60px;
  }
  .reaches-sec .inner {
    padding: 0px 50px 40px;
  }
  .orange-bg .inner {
    padding: 0px;
  }
  .orange-bg .inner .image img {
    width: 100%;
  }
  .orange-bg .inner .image {
    width: 100%;
  }
  .orange-bg .image {
    width: 48.9%;
    display: inline-block;
    margin-right: 10px;
  }
  .orange-bg .image.mt20 {
    margin-top: 0;
  }
  .orange-bg .image:last-child {
    margin-right: 0;
  }
  .infra-sec .container .image-sec .image {
    width: 48.6%;
    display: inline-block;
    margin-right: 13px;
  }
  .infra-sec .container .image-sec .image img {
    width: 100%;
  }
  .infra-sec .container .image-sec .image.double img {
    width: 49%;
  }
  .infra-sec .container .image-sec .image.double {
    width: 100%;
  }
  .certification .image {
    text-align: center;
  }
  .courses .list ul li {
    width: calc(33% - 20px);
  }
  .top-sec .large-head h1 span.fz32 {
    font-size: 45px;
  }
  .col-highlight .logo-col {
    width: 50%;
    display: inline-block;
  }
  .col-highlight .top {
    width: 47%;
    display: inline-block;
    text-align: revert;
    padding: 0;
    padding-left: 50px;
    vertical-align: top;
  }
  .col-highlight p {
    font-size: 14px;
    margin-top: 10px;
  }
  .col-highlight p span {
    font-size: 17px;
  }
  .col-highlight .top p span.dark {
    font-size: 17px;
  }
  .col-highlight .top p.fz21 {
    font-size: 14px;
  }
  .col-highlight .box {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 30px;
  }
  .col-highlight .box p.fz16 {
    text-align: left;
  }
  .col-highlight .box .image {
    width: 100%;
    margin: auto;
  }
  .col-highlight .box .image img {
    width: 70%;
  }
  .col-highlight.dark-green-bg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .vk-sec .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .golden-bx .inner .head-box {
    width: 60%;
    margin: auto;
  }
  .golden-bx .inner ul li {
    width: 32%;
    display: inline-block;
  }
  .golden-bx .inner ul li h5 {
    font-size: 28px;
  }
  .golden-bx .inner ul li:nth-child(4)::after {
    display: none;
  }
  .golden-bx .inner ul li:nth-child(5)::after {
    display: none;
  }
  .golden-bx .inner .image-box {
    width: 100%;
  }
  .golden-bx .inner .image-box .image {
    width: 73%;
    margin-right: 13px;
  }
  .golden-bx .inner .image-box .image.double {
    width: 24%;
    margin: 0;
  }
  .golden-bx .inner .image-box .image img {
    width: 100%;
  }
  .golden-bx .inner .image-box .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .golden-bx .inner .image-box .image.double img {
    height: auto;
  }
  .sdc-carousel .slick-slide img {
    width: 100%;
  }
  section.sessions.sdc-session .head .dark-green {
    width: 30%;
  }
  .box-sec .box.hindi-series .icon {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -60px;
  }
  .box-sec .box.hindi-series .small-text {
    padding-bottom: 10px;
  }
  .members.light-blue .inner {
    padding-left: 50px;
    padding-right: 50px;
  }
  .members .box .imagebx .image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding-right: 20px;
  }
  .members .box .imagebx p {
    font-size: 14px;
  }
  .members .box {
    padding: 30px;
  }
  .members .box .imagebx p {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    display: inline-block;
    white-space: normal;
    width: 78%;
    vertical-align: top;
  }
  .members .box .imagebx {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: block;
  }
  .members .box .imagebx .image {
    display: inline-block;
  }
  .tac {
    text-align: center;
  }
  .student-sec .row .box p {
    font-size: 14px;
  }
  .student-sec .row .box {
    width: 26%;
  }
  .student-sec .row .box img {
    width: 100%;
  }
  .top-sec .large-head h1.lh07 {
    line-height: .9;
  }
  .logosec .inner .logo-bx {
    width: 49.7%;
    display: inline-block;
  }
  .logosec .inner .logo-bx:nth-child(3) {
    border: none;
  }
  section.curve-sec .row {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.box-sec.csr-near .box {
    width: 100%;
  }
  .box-sec.csr-near .box .image {
    width: 100%;
  }
  .box-sec.csr-near .box .image img {
    width: 100%;
  }
  .box-sec.csr-near .box .image .half img {
    width: 48.5%;
    margin-right: 13px;
  }
  .box-sec.csr-near .box .image img {
    margin-bottom: 10px;
  }
  .box-sec.csr-near .box .image .half img:nth-child(2) {
    margin-right: 0;
  }
  .box-sec.csr-near .box .image-bx {
    padding: 0 30px;
  }
  section.resource-partner.how-we-wrok .blue-box {
    width: 500px;
    margin: 20px auto;
  }
  section.resource-partner.how-we-wrok .head.underlinee {
    width: 500px;
    margin: auto;
  }
  section.resource-partner.how-we-wrok .blue-box ul {
    padding-left: 0;
  }
  .resource-partner.how-we-wrok .blue-box .inner ul h3 {
    padding-left: 0;
  }
  .resource-partner.how-we-wrok .blue-box .inner h3 {
    padding-left: 0;
  }
  .resource-partner.how-we-wrok .blue-box .inner ul li {
    margin-bottom: 3px;
  }
  .resource-partner.how-we-wrok .blue-box.nobrad .inner {
    padding: 30px 50px;
  }
  .downloads .inner .down-bx {
    width: 42%;
    display: inline-block;
    margin-right: 50px;
  }
  .downloads .inner .down-bx .image img {
    width: 100%;
  }
  .downloads .inner .down-bx:nth-child(2n+2) {
    margin-right: 0;
  }
  .blue-press-release {
    padding: 40px 20px;
  }
  .trustees .row:nth-child(2) .description .inner, .trustees .row:nth-child(3) .description .inner {
    min-height: 680px;
  }
  .trustees .show-btn {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .trustees .row:nth-child(4) .description .inner, .trustees .row:nth-child(5) .description .inner {
    min-height: 440px;
  }
  .box-grid-sec .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box-grid-sec .box.full.width-50-ipad {
    width: 48%;
    margin-right: 14px;
  }
  .box-grid-sec.blue {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .box-grid-sec .box.full.width-50-ipad:nth-child(2n+2) {
    margin-left: 0;
    margin-right: 0;
  }
  .sessions .image {
    margin-bottom: 10px;
  }
  .box-grid-sec .box-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
  .top-sec .blue-box.red-bx .image {
    -webkit-box-flex: 0.5;
        -ms-flex: 0.5;
            flex: 0.5;
  }
  section.video-sec-bx .vid-bx .top .head {
    width: 90%;
  }
  .dark-blue-link {
    margin-bottom: 0;
  }
  .special-head.mehrun {
    margin-bottom: 50px;
  }
  footer {
    margin-top: 0;
  }
  section.box-sec.enhance-box {
    margin-bottom: 30px;
  }
  section.top-sec.pb30 {
    padding-bottom: 0;
  }
  .image.tac.image.mt40 {
    margin-top: 0;
  }
  section.watch-workshop {
    margin-bottom: 60px;
  }
  .box-sec .box .head h3.fz28 {
    font-size: 22px;
  }
  .top-sec .blue-box.green-bx .image {
    -webkit-box-flex: 0.8;
        -ms-flex: 0.8;
            flex: 0.8;
  }
  .general-text .image img {
    width: 100%;
  }
  .training .inner .head h3 {
    font-size: 26px;
  }
  .student-sec .row {
    width: 500px;
    margin: 0 auto;
  }
  .members .box .imagebx .image {
    width: 140px;
    padding-right: 0;
  }
  .members .box .imagebx .image img {
    width: 100%;
  }
  .members .box .imagebx p {
    width: 74%;
    padding-left: 20px;
  }
  .box-sec.box-sec.csr-near .box.greenblue.tac .curve-head h4 {
    font-size: 18px;
  }
  .box-sec.box-sec.csr-near .box.greenblue.tac .curve-head {
    min-height: auto;
  }
  .box-sec.box-sec.csr-near .box.greenblue.tac {
    margin-right: 0;
  }
  .orange-bg .inner .images .image {
    width: 48.7%;
    display: inline-block;
  }
  .top-sec .btm-text.masonary p {
    margin-bottom: 30px;
  }
  .btm-text.masonary .image img {
    width: auto;
  }
  .btm-text.masonary .image.half {
    width: 33%;
    display: inline-block;
    vertical-align: top;
  }
  .btm-text.masonary .image {
    width: 32%;
    display: inline-block;
  }
  .btm-text.masonary .image img {
    width: 100%;
  }
  .btm-text.masonary .image.half.last {
    width: 100%;
  }
  .btm-text.masonary .image.half.last img {
    width: 49.3%;
    display: inline-block;
  }
  .training .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .training .image-box .image.double {
    width: 29.5%;
    margin-left: 0;
  }
  .training .image-box .image {
    width: 67.5%;
    margin-left: 14px;
  }
  .training .image-box .image img {
    width: 100%;
  }
  .training .image-box .image.double img {
    margin-bottom: 9px;
  }
  .training .image-box .image img {
    height: 265px;
  }
  .training.dark-green {
    padding-left: 40px;
    padding-right: 40px;
  }
  .golden-bx .inner {
    padding-left: 60px;
    padding-right: 60px;
  }
  .training .image-box .image.double img {
    height: auto;
  }
  .video-nav .inner-col .col {
    width: 48.5%;
  }
  .video-nav .inner-col {
    padding-left: 13px;
    padding-right: 13px;
  }
  .video-nav .inner-col .col {
    padding-bottom: 40px;
  }
  header .big-menu ul li a {
    font-size: 11.5px;
  }
  header .big-menu ul li a {
    margin: 0 5px;
  }
  section.highlight-service .container {
    padding: 0 50px;
  }
  .box-sec .box {
    width: 31.8%;
  }
  .box-sec .box.box-3 {
    width: 63.6%;
  }
  .video-nav .inner-col .col {
    width: 48%;
  }
  header .nav .navigation ul li a::after {
    top: 4px;
    display: block;
    background-size: 8px;
  }
  header .nav .navigation.emotional ul li a {
    position: relative;
  }
  header .nav .navigation .head h2::after {
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    background: url(../images/chevron-right-blue.svg);
    height: 19px;
    background-repeat: no-repeat;
    top: 10px;
    display: block;
    right: 10px;
  }
  header .nav .navigation .head h2 {
    position: relative;
  }
  header .nav .navigation.skill .head h2::after {
    background-image: url(../images/chevron-right-red.svg);
  }
  header .nav .navigation.khurja .head h2::after {
    -webkit-filter: invert(1) brightness(0.9);
    filter: invert(1) brightness(0.9);
  }
  .navigation.act-clean.skill ul li a::after, .navigation.act-clean.skill h2::after {
    -webkit-filter: invert(1) brightness(0.5);
            filter: invert(1) brightness(0.5);
  }
  header .nav .navigation.khurja-menu.khurja {
    background: #fff;
    max-width: 410px;
    margin-top: 50px;
    padding-bottom: 60px;
    -webkit-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translateX(-100%) !important;
            transform: translateX(-100%) !important;
  }
  .navigation.khurja.khurja-menu.active-menu {
    padding-left: 0;
  }
  header .nav .navigation.khurja-menu.khurja ul {
    padding-left: 30px;
  }
  header .nav .navigation.khurja-menu.khurja.active-menu {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .banner.show-desktop h1 {
    font-size: 40px;
    -webkit-transform: none;
            transform: none;
    height: 200px;
  }
  header .nav .navigation.khurja .head h2 {
    margin-right: 2;
    margin-right: 10px;
  }
  header .nav .navigation.skill h2 {
    margin-right: 10px;
  }
  header .nav .navigation.emotional .box h3::after {
    content: "";
    position: absolute;
    right: 0;
    width: 10px;
    right: 5px;
    background: url(../images/chevron-right-blue.svg);
    height: 19px;
    background-repeat: no-repeat;
    top: 0;
    background-size: 8px;
    top: 5px;
  }
  .video-nav .inner-col .col h3::after {
    content: "";
    position: absolute;
    right: 5px;
    width: 10px;
    background: url(../images/chevron-right-blue.svg);
    height: 19px;
    background-repeat: no-repeat;
    top: 10px;
  }
  .video-nav .inner-col .col h3 {
    position: relative;
  }
  .sessions {
    margin-bottom: 60px;
  }
  .general-text {
    padding-bottom: 50px;
    margin-bottom: 0;
  }
  p.pb-30-desk {
    padding-bottom: 30px;
  }
  .pb-40-ipad {
    padding-bottom: 40px;
  }
  p.pt-30-desk {
    padding-top: 30px;
  }
  .box-grid-sec.lightblue {
    margin-bottom: 60px;
    margin-top: 0;
  }
  section.gallery.mb40 {
    margin-bottom: 0;
  }
  .special-head.orange h3 {
    margin-top: 0;
  }
  section.special-head.blue h3 {
    margin-top: 0;
  }
  section.special-head.blue h3 img:first-child {
    margin-top: 0;
  }
  .special-head.orange h3 img:first-child {
    margin-top: 0;
  }
  .gallery .image.w70-ipad {
    margin-bottom: 15px;
  }
  section.top-sec.w350 {
    margin-bottom: 20px;
  }
  section.sessions.outings {
    margin-top: 0;
  }
  .icon-big.two .text {
    width: 58%;
  }
  .sessions.wellness-session .head {
    margin-bottom: 10px;
  }
  .gallery .w30-ipad .image:last-child {
    margin-bottom: 5px;
  }
  .dark-big .event-list ul li:nth-child(4)::after {
    opacity: 0;
  }
  .gallery.no-pad {
    padding-top: 0;
  }
  .pagination.dark + .dark-big {
    margin-top: -1px;
    margin-bottom: 50px;
  }
  section.special-head {
    margin-bottom: 50px;
  }
  .team-sec {
    margin-bottom: 60px;
  }
  .box-grid-sec.blue {
    margin-bottom: 60px;
    margin-top: 0;
  }
  .images.gallery.plr-30.width-725-pro p {
    width: 113%;
    margin-left: -6%;
  }
  .full-image {
    margin-bottom: 60px;
  }
  .top-sec {
    margin-bottom: 50px;
  }
  .move-lion .w350 {
    max-width: 500px;
  }
  .move-lion .top-sec .container {
    padding: 0;
  }
  section.box-sec.emo-box.sdc-box .box.box-3 {
    margin-right: 0;
  }
  section.box-sec.emo-box.sdc-box .box.orange.box-3 {
    margin-right: 10px;
    width: 66%;
  }
  .pt-10-ipad {
    padding-top: 15px;
  }
  section.box-sec.csr-near .box {
    margin-bottom: 30px;
  }
  .box-sec.csr-near .box .image-bx {
    padding-bottom: 30px;
  }
  .box-sec.csr-near .box .text {
    padding-top: 20px;
  }
  section.box-sec.csr-near {
    padding-top: 40px;
  }
  section.resource-partner.how-we-wrok .blue-box {
    margin-bottom: 50px;
  }
  section.media-sec .inner .med-bx .image img {
    width: 100%;
  }
  .btm-text.sessions.video-ipad-rahat .video {
    margin-bottom: 40px;
  }
  .box-sec {
    margin-bottom: 0;
  }
  .gallery {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .images.plr-30.pt-10-ipad.width-725-pro .image {
    margin-bottom: 0;
  }
  .sessions.large-p p {
    margin-top: 0;
  }
  .next-cta h3 a {
    font-size: 26px;
  }
  .reaches-sec {
    margin-bottom: 40px;
  }
  .reaches-sec .inner {
    padding-bottom: 30px;
  }
  .reaches-sec .patch .greenbg {
    margin-bottom: 25px;
  }
  .btm-text.masonary .image.half img {
    margin-bottom: 10px;
  }
  section.training.dark-green {
    margin-bottom: 10px;
  }
  .infra-sec {
    margin-top: 40px;
  }
  section.courses.lightblue {
    margin-top: 40px;
  }
  .courses {
    margin-bottom: 0;
  }
  .btm-text.masonary .image.half.last {
    margin-top: 0;
  }
  section.training.dark-green .image + .special-head.dark-green.fz21 {
    padding-top: 30px;
  }
  .col-highlight.dark-green-bg {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.partner-list {
    margin-bottom: 40px;
  }
  section.media-sec {
    margin-bottom: 30px;
  }
  .red-curve-bx {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .general-text h4.head-bosch {
    margin-bottom: 15px;
  }
  section.members.light-blue {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .blue-grid-bx {
    margin-bottom: 50px;
  }
  .sessions.large-p p.mb-30-desk.mb-60-desk {
    margin-bottom: 60px;
  }
  .next-cta {
    margin-top: 0;
  }
  .next-cta h3 {
    margin-top: 0;
  }
  section.top-sec.pb40 {
    padding-bottom: 0;
  }
  section.top-sec.pb30.prl10 {
    padding-bottom: 5px;
  }
  section.video-sec-bx {
    margin-bottom: 40px;
  }
  section.resource-partner {
    margin-bottom: 0;
  }
  .resource-partner .blue-box .inner .image {
    padding-top: 22px;
  }
  .downloads .inner .down-bx h4 {
    font-size: 18px;
  }
  section.downloads {
    margin-bottom: 30px;
  }
  .downloads .inner .down-bx .download img {
    width: 30px;
  }
  .blue-contact-sec .top p {
    font-size: 18px;
  }
  .blue-contact-sec .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sessions .head {
    margin-top: 0px;
  }
  .sessions.wellness-session .head h4 {
    margin-top: 0;
  }
  section.dark-big {
    margin-bottom: 70px;
  }
  .circle-text {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .feedback-box.plr-30.width-725-pro {
    margin-bottom: 40px;
  }
  section.dark-big {
    margin-top: 0;
  }
  section.sessions.bbcs-session .head h3 {
    margin-bottom: 50px;
  }
  section.emo-dropdown.enhance-drop {
    margin-bottom: 50px;
  }
  .images.gallery.plr-30.width-725-pro.no-pad {
    padding-bottom: 0;
  }
  .special-head.mehrun img:first-child, .special-head.mehrun h3 {
    margin-top: 0;
  }
  .top-sec .blue-box.green-bx .image {
    -webkit-box-flex: .4;
        -ms-flex: .4;
            flex: .4;
  }
  .top-sec .blue-box.green-bx .text {
    padding: 44px 30px;
  }
  .special-head.green {
    margin-bottom: 60px;
  }
  .general-text.white-bg.no-mar {
    margin-bottom: 0;
  }
  .general-text.pt40.white-bg.mb-40.pb20.before-after {
    padding-top: 0;
  }
  .col-highlight.dark-green-bg .inner.width-725-pro {
    max-width: 620px;
    margin: auto;
  }
  .training .inner {
    padding: 20px 76px;
  }
  .training .image-box .image img {
    height: 213px;
  }
  section.training.dark-green .image + .special-head.dark-green.fz21 {
    padding-bottom: 30px;
  }
  .btm-text.masonary .image.half {
    width: 31.5%;
    margin-right: 1.5%;
  }
  .btm-text.masonary .image.half:nth-child(4) {
    margin-left: 1.5%;
    margin-right: 0;
  }
  .btm-text.masonary .image.half.last {
    margin-right: 0;
  }
  .btm-text.masonary .image.half.last img {
    width: 48.5%;
    margin-right: 1.5%;
  }
  .btm-text.masonary .image.half.last img:last-child {
    margin-right: 0;
  }
  img.plr-30.w-half {
    max-width: 60%;
  }
  .watch-workshop .inner ul:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .watch-workshop .inner ul:last-child {
    padding-top: 0;
  }
  .session-sec .grad-box ul:nth-child(2) {
    margin-top: 0;
  }
  section.special-head.no-mar {
    margin-bottom: 0;
  }
  section.special-head.blue h3 {
    margin-bottom: 0;
  }
  section.special-head.blue h3 img:last-child {
    margin-bottom: 0;
  }
  .general-text.white-bg {
    margin-bottom: 50px;
    padding-top: 60px;
  }
  .session-sec .grad-box ul:nth-child(1) {
    margin-bottom: 0;
  }
  .sessions.outings .video iframe {
    height: 500px;
  }
  .move-lion .w350 .video iframe {
    height: 400px;
  }
  .sessions .video iframe.h220-ipad {
    max-height: 280px;
  }
}

@media screen and (min-width: 767px) {
  body .container {
    padding: 0 20px;
  }
  header .container {
    padding: 0 20px;
  }
  .top-sec .desc p {
    font-size: 14px;
  }
  .gallery .image.w70-ipad {
    width: 66.8%;
  }
  .gallery .w30-ipad {
    width: 32.5%;
  }
  header .big-menu ul li a {
    font-size: 13.5px;
    margin: 0 8px;
  }
  section.highlight-service .container {
    padding: 0 99px;
  }
  .box-sec .box {
    width: 32%;
  }
  .box-sec .box.box-3 {
    width: 64%;
  }
  .video-nav .inner-col .col {
    width: 48.5%;
  }
  .plr-30 {
    padding-left: 45px;
    padding-right: 45px;
  }
  .training .image-box .image:nth-child(3) {
    margin-left: 0;
    margin-right: 14px;
  }
  .special-head.orange {
    margin-bottom: 60px;
  }
  .special-head h3 img {
    height: 7px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery .icon-big.prevent-big img {
    width: 30%;
  }
  .sessions.w500.width-725-pro.batein-dil-ki .video {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .headline h3 {
    font-size: 18px;
  }
  .team-sec .inner .box {
    width: 30%;
    margin-right: 30px;
  }
  .team-sec .inner .box:nth-child(3n+3) {
    margin-right: 0;
  }
  .team-sec .inner .box:nth-child(3n+1) {
    margin-left: 0;
  }
  .team-sec.blue-bg .container {
    padding: 0 60px;
  }
  .video-nav .inner-col .col:nth-child(4) .left-bx, .video-nav .inner-col .col:nth-child(5) .left-bx {
    padding-top: 32px;
  }
  .yelow-banner .inner .image iframe {
    height: 180px;
  }
  .top-box .inner .right {
    width: 100% !important;
    max-width: 100%;
  }
  .banner-counting .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bg-box-sec .inner .box .head h3 {
    font-size: 39px;
  }
  .bg-box-sec .inner .box .desc-red p {
    font-size: 13px;
  }
  .bg-box-sec .inner .box .desc-red a {
    font-size: 14px;
  }
  .work-banner .bg .work-bg h3 {
    font-size: 60px;
  }
  .work-banner .bg .work-bg h5 {
    font-size: 30px;
  }
  .work-banner .bg .work-bg::before {
    left: -263px;
    -webkit-transform: skew(-45deg);
            transform: skew(-45deg);
  }
  .work-banner .bg .work-bg {
    width: 120px;
  }
  .work-banner .bg {
    padding: 70px 40px;
    padding-left: 300px;
    height: 320px;
  }
  .work-banner .bg h3 {
    font-size: 28px;
  }
  .work-banner .bg h4 {
    font-size: 20px;
  }
  .border-red {
    margin-top: 60px;
  }
  .topic-box .inner ul {
    padding-left: 20px;
  }
  .topic-box .inner ul li {
    font-size: 13px;
  }
  .topic-box .inner ul {
    padding-left: 20px;
  }
  .topic-box .inner ul li {
    font-size: 13px;
  }
  .general-text.hsb .heading h3 {
    font-size: 22px;
  }
  .top-box .inner .left {
    width: 100% !important;
    max-width: 100%;
  }
  .special-head.mehrun img:first-child, .special-head.mehrun h3.fz90 {
    font-size: 60px;
  }
  section.social-impact .inner .counter .box {
    margin-bottom: 40px;
  }
  section.social-impact .inner .counter {
    padding: 0 30px;
  }
  .banner iframe {
    height: 360px !important;
    max-height: 100%;
  }
  .home-banner .slick-next {
    bottom: 17%;
  }
  .home-banner .text h1 {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
    width: 70%;
  }
}

@media screen and (max-width: 700px) and (min-width: 550px) {
  header .big-menu ul li a {
    font-size: 11px;
  }
  .box-sec .box {
    margin-right: 13px;
  }
  header .logo img {
    max-width: 130px;
  }
}

@media screen and (min-width: 1024px) {
  .first.nav-col {
    width: 70%;
    display: inline-block;
  }
  .second.nav-col {
    width: 29%;
  }
  .third.nav-col {
    width: 30%;
  }
  .fourth.nav-col {
    width: 35%;
  }
  .fivth.nav-col {
    width: 33%;
  }
  section.highlight-service .container {
    padding: 0 180px;
  }
  .highlight-service .box p span.blue.big {
    display: inline;
  }
  .highlight-service .box p {
    font-size: 17px;
  }
  .highlight-service .box {
    padding: 10px 55px;
  }
  .box-sec .box .curve-head h4 {
    font-size: 16.5px;
  }
  .box-sec .box .curve-head {
    min-height: auto;
  }
  .box-sec .box .sub-head h4 {
    font-size: 16.5px;
  }
  .box-sec .box .head h3 {
    font-size: 24px;
  }
  .box-sec .box .cta a {
    font-size: 16.5px;
  }
  .dark-sec .inner p {
    font-size: 18px;
  }
  .adoption-of-jijabai-iti .top-sec .blue-box .first .text {
    padding-top: 25px;
  }
  .box-sec .box.box-3 .head h3 {
    font-size: 30px;
  }
  .box-sec .box.box-3 .sub-head h4 {
    font-size: 21px;
  }
  .more-service ul {
    max-width: 690px;
  }
  footer .container {
    max-width: 75%;
    margin: auto;
  }
  .move-lion .w350 {
    max-width: 600px;
  }
  .sessions.outings .video iframe {
    height: 740px;
  }
  .sessions .video iframe.h220-ipad {
    max-height: 410px;
    height: 410px;
  }
  .sessions .blue-bg.tac {
    margin-bottom: 40px;
  }
  .student-sec .row {
    width: 725px;
    padding: 50px 0;
  }
  .student-sec .row:first-child {
    padding-top: 0;
  }
  .student-sec .row:last-child {
    padding-bottom: 60px;
  }
  .special-head h3 {
    font-size: 26px;
  }
  footer ul {
    width: 42%;
  }
  footer ul:nth-child(odd) {
    padding-right: 25px;
    margin-right: 60px;
  }
  footer ul:nth-child(even) {
    padding-right: 25px;
    margin-left: 30px;
  }
  .about-top ul {
    padding: 0 90px;
  }
  .title h1 {
    font-size: 70px;
  }
  .about .description p {
    font-size: 17px;
  }
  p {
    font-size: 17px;
  }
  .vision .dark-bg p b {
    font-size: 24px;
  }
  .vision .dark-bg {
    padding-top: 90px;
  }
  .trustees .description .inner p {
    font-size: 16px;
  }
  .top-sec .container {
    padding: 0 70px;
  }
  .top-sec .blue-box p {
    font-size: 15px;
  }
  .box-sec .box {
    margin-right: 27px;
    width: 31.5%;
  }
  section.emo-dropdown .container {
    max-width: 600px;
  }
  .dark-big h2, .dark-big h3 {
    display: inline;
    font-size: 60px;
  }
  .dark-big h2 {
    padding-right: 10px;
  }
  .dark-big .loc {
    max-width: 700px;
    margin-top: 60px;
  }
  header .nav .navigation .head h2 {
    font-size: 22px;
  }
  .video-nav .inner-col .col .left-bx {
    padding-top: 0px;
  }
  section.box-sec.emo-box.sd-box.act-box .box-part.w500 {
    width: 100%;
  }
  .box-sec.act-box .box-part.w500 .box {
    width: 31.5%;
  }
  .box-sec.act-box .box-part.w500 .box:nth-child(2n+2) {
    margin-right: 27px;
  }
  .col-highlight.dark-green-bg .inner.width-725-pro {
    max-width: 724px;
  }
  .col-highlight.dark-green-bg {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .golden-bx .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.training.dark-green {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  section.sdc-top.pt10 {
    padding-top: 60px;
  }
  .general-text p.mb-40-pro {
    margin-bottom: 40px;
  }
  .general-text p.mb-60-pro {
    margin-bottom: 60px;
  }
  .general-text p.mb-50-pro {
    margin-bottom: 50px;
  }
  .general-text p.pb-50-pro {
    padding-bottom: 40px;
  }
  .pt-40-pro {
    padding-top: 40px;
  }
  .box-sec.act-box .box-part.w500 .box:nth-child(3n+3) {
    margin-right: 0;
  }
  .reaches-sec {
    margin-bottom: 60px;
  }
  .banner.show-desktop h1 {
    font-size: 55px;
  }
  .top-sec .large-head h1 span.fz38 {
    font-size: 46px;
  }
  .special-head.green.mt-40-pro.mb-40-pro {
    margin-top: 0;
  }
  .reaches-sec .video.mt20 iframe {
    height: 280px;
  }
  .general-text .image {
    width: 48.6%;
  }
  .general-text .width-725-pro {
    width: 725px !important;
  }
  .width-725-pro {
    width: 725px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .sessions.w500.width-725-pro .video iframe {
    height: 390px;
  }
  .green-blue-bx p {
    font-size: 15px;
  }
  .p0-pro {
    padding: 0 !important;
  }
  .pagination .container {
    padding: 0 20px;
  }
  .dark-big .event-list ul {
    max-width: 580px;
    margin: auto;
  }
  .dark-big .event-list ul li {
    font-size: 18px;
  }
  .dark-big .event-list ul li:nth-child(5)::after {
    display: block;
  }
  .dark-big .event-list ul li:nth-child(4)::after {
    opacity: 0;
  }
  .gallery .wrap .image {
    margin-bottom: 18px;
  }
  .box-grid-sec.curve::after {
    background-image: url(../images/emotional/ew-examination-stress-management/curve-bg-pro.svg);
  }
  .box-grid-sec .box-wrap {
    max-width: 70%;
    margin: auto;
  }
  .box-grid-sec .box-wrap .box {
    padding: 20px 30px;
  }
  .plr-40-pro {
    padding-left: 40px;
    padding-right: 40px;
  }
  .plr-50-pro {
    padding-left: 50px;
    padding-right: 50px;
  }
  section.video-sec.pink-bg {
    padding: 60px 30px;
  }
  section.video-sec.pink-bg .video .vid-bx {
    display: inline-block;
    width: 49%;
  }
  section.video-sec.pink-bg .video .vid-bx iframe {
    width: 100%;
    height: 250px;
  }
  section.video-sec.pink-bg .video {
    width: 100%;
  }
  .blue-highlight .inner {
    width: 700px;
  }
  .navras-box .inner-navras {
    width: 700px;
  }
  section.image-box {
    max-width: 800px;
    margin: auto;
  }
  .banner.show-desktop img {
    width: 100%;
  }
  .pt-0-pro {
    padding-top: 0px;
  }
  .pt-10-pro {
    padding-top: 10px;
  }
  .pt-20-pro {
    padding-top: 20px;
  }
  .pt-30-pro {
    padding-top: 30px;
  }
  .mt-10-pro {
    margin-top: 10px;
  }
  .mt-20-pro {
    margin-top: 20px;
  }
  .mt-30-pro {
    margin-top: 30px;
  }
  .mt-40-pro {
    margin-top: 40px;
  }
  .mt-50-pro {
    margin-top: 50px;
  }
  .mb-10-pro {
    margin-bottom: 10px;
  }
  .mb-20-pro {
    margin-bottom: 20px;
  }
  .mb-30-pro {
    margin-bottom: 30px;
  }
  .mb-40-pro {
    margin-bottom: 40px;
  }
  .mb-50-pro {
    margin-bottom: 50px;
  }
  .pb-10-pro {
    padding-bottom: 10px;
  }
  .pb-20-pro {
    padding-bottom: 20px;
  }
  .pb-30-pro {
    padding-bottom: 30px;
  }
  .plr-0-pro {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mr0-pro {
    margin-right: 0 !important;
  }
  .box-sec .box.box-3 {
    width: 65.5%;
  }
  .training.dark-green {
    padding: 50px;
  }
  .top-sec .desc p {
    font-size: 15px;
  }
  .top-sec .blue-text p {
    font-size: 15px;
  }
  .top-sec .large-head h2 {
    font-size: 26px;
  }
  .top-sec .large-head h1 span.fz36 {
    font-size: 52px;
  }
  .resource-partner .head h3 {
    font-size: 28px;
  }
  .resource-partner .head h6 {
    font-size: 16px;
    width: 20%;
  }
  .top-sec .large-head h5 {
    font-size: 17px;
  }
  .top-sec .btm-text p {
    font-size: 15px;
  }
  .navigationn .btm-box {
    width: 69%;
    display: inline-block;
  }
  .navigationn .btm-box .fourth.nav-col {
    width: 54%;
  }
  .navigationn .btm-box .fivth.nav-col {
    width: 45%;
  }
  .db-pro {
    display: block !important;
  }
  .width-725-pro .wrap .image {
    margin-bottom: 16px;
  }
  .box-grid-sec .box-wrap {
    max-width: 80%;
  }
  .box-grid-sec.curve::after {
    top: -90px;
    height: 100px;
  }
  .box-grid-sec.blue {
    padding-top: 70px;
  }
  section.box-grid-sec.blue .box-wrap {
    max-width: 90%;
  }
  .gallery .image.width-auto-pro {
    width: 49%;
  }
  .width-auto-pro {
    width: auto;
  }
  .topic-menu {
    max-width: 39%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0;
  }
  section.special-head {
    margin-bottom: 60px;
  }
  section.special-head.blue.pt-30-pro {
    padding-top: 0;
  }
  section.special-head.blue.pt-20-pro {
    padding-top: 0;
  }
  .general-text.plr-40-pro.pt-20-pro {
    padding-top: 0;
  }
  section.special-head.blue.plr-40-pro.pt-10-pro {
    padding-top: 0;
  }
  section.gallery.mb40.plr-30.width-725-pro.plr-0-pro.pt-30-pro {
    padding-top: 0;
  }
  section.greenblue {
    margin-bottom: 60px;
  }
  .general-text.pt-30-pro {
    padding-top: 0;
  }
  .hide-pro {
    display: none !important;
  }
  .show-pro-inline-block {
    display: inline-block;
  }
  .image-wrap-safe {
    width: 60%;
  }
  .image-wrap-safe .image img {
    width: 100%;
  }
  .image-wrap-safe .image {
    margin-bottom: 24px;
  }
  footer ul li a {
    font-size: 16px;
  }
  .top-sec .large-head.medium h1 {
    font-size: 52px;
  }
  .social-header h2 {
    font-size: 18px;
  }
  section.box-grid-sec.blue {
    padding-left: 80px;
    padding-right: 80px;
  }
  .box-grid-sec .box.full.width-50-ipad {
    width: 48.5%;
    margin-right: 1.6%;
  }
  header .big-menu ul li a {
    font-size: 15px;
  }
  .home-banner .text h1 {
    font-size: 45px;
  }
  header .big-menu ul li a {
    margin: 0 20px;
  }
  header .logo img {
    width: 215px;
  }
  section.emo-dropdown a span {
    padding: 13px 25px;
  }
  section.emo-dropdown::before {
    height: 77px;
  }
  section.emo-dropdown a span img {
    width: 35px;
    display: inline-block;
  }
  .box-sec .box-part.two-box-only .box:nth-child(2) {
    margin-right: 0;
  }
  .about .description.about-text .show-btn {
    display: none;
  }
  .about .description.about-text .hide-para {
    display: block;
  }
  .about-top ul li a {
    font-size: 18px;
  }
  .top-sec .large-head h1 {
    font-size: 52px;
  }
  section.emo-dropdown a p {
    font-size: 23px;
  }
  .general-text p {
    font-size: 18px;
  }
  body .container.pro-container {
    padding: 0 70px;
  }
  .db-pro {
    display: block !important;
  }
  .pagination ul li a {
    font-size: 13px;
  }
  section.video-sec.pink-bg {
    padding-left: 50px;
    padding-right: 50px;
  }
  section.video-sec .general-text p {
    font-size: 15px;
  }
  .training .image-box .image img {
    height: 279px;
  }
  header .right {
    top: 6px;
  }
  .training .inner {
    padding-top: 40px;
    padding-left: 115px;
    padding-right: 115px;
    padding-bottom: 70px;
  }
  .training .inner .head h3 {
    font-size: 32px;
  }
  .big-menu {
    margin-top: 14px;
  }
  .social-header {
    top: 137px;
  }
  .highlight-bbcs .heading h2 {
    font-size: 80px;
  }
  .general-text.pt-20-pro {
    padding-top: 0;
  }
  .box-part.plr-30.width-725-pro {
    margin-top: 0;
  }
  section.box-sec.enhance-box .box {
    margin-right: 0;
  }
  .headline.pr-400 {
    width: 600px;
  }
  .team-sec .heading {
    padding-bottom: 40px;
  }
  .special-head h3.fz19 {
    font-size: 24px;
  }
  .highlight-bbcs .circle-text .inner p {
    font-size: 24px;
  }
  .session-sec .grad-box {
    margin-bottom: 60px;
  }
  .highlight-bbcs .circle-text .inner {
    width: 240px;
    height: 240px;
    padding-top: 45px;
  }
  .session-sec .heading h3 {
    font-size: 28px;
  }
  .dark-big {
    margin-top: -1px;
  }
  .topic-menu .blue-bg ul li {
    padding-bottom: 11px;
    margin-bottom: 11px;
  }
  section.resource-partner.how-we-wrok .head.underlinee {
    width: 725px;
  }
  section.resource-partner.how-we-wrok .blue-box {
    width: 725px;
  }
  .video-ipad-rahat .video {
    width: 725px;
  }
  .video-ipad-rahat.sessions .video iframe {
    height: 430px;
  }
  .members.light-blue .inner {
    padding-left: 110px;
    padding-right: 110px;
  }
  .sdc-session .image.width-725-pro {
    width: 725px !important;
    display: block;
  }
  .width-100-pro {
    width: 100%;
  }
  .orange-bg .inner .images .image {
    width: 47.1%;
  }
  .images.gallery.plr-30.width-725-pro p {
    margin-left: -11%;
    width: 126%;
  }
  header .nav {
    margin-top: 130px;
  }
  header .nav.active-menu {
    background: #fff;
  }
  .video.w350.pb-40-ipad.pt-20-ipad.vid-btm iframe {
    height: 620px;
  }
  .sessions.outings .video iframe {
    height: 600px;
  }
  section.video-sec.pink-bg .special-head.pink {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .special-head.pink h3 img {
    height: auto;
  }
  section.video-sec.pink-bg .white-bg {
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 60px;
  }
  section.video-sec.pink-bg .white-bg .video .vid-bx {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0;
  }
  section.video-sec.pink-bg .video {
    text-align: center;
  }
  section.special-head h3, section.special-head h3 img:first-child {
    margin-top: 0;
  }
  header {
    padding: 24px 20px;
  }
  header .right {
    right: 40px;
  }
  .box-grid-sec.curve::after {
    top: -78px;
  }
  .box-grid-sec .box-wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
  section.special-head.blue {
    padding-left: 40px;
    padding-right: 40px;
  }
  .icon-big.two .text {
    width: 63%;
  }
  .box-grid-sec.lightblue {
    padding-top: 50px;
  }
  section.members.light-blue {
    margin-bottom: 60px;
  }
  .sessions.choti-seekh .video {
    margin-bottom: 60px;
  }
  section.resource-partner {
    padding-bottom: 60px;
  }
  section.media-sec .inner .med-bx {
    padding: 20px 20px 10px;
  }
  section.box-sec.emo-box.sdc-box .box.orange.box-3 {
    margin-right: 27px;
    width: 65.6%;
  }
  .btm-text.sessions.video-ipad-rahat .video {
    margin-bottom: 50px;
  }
  section.top-sec.pb20.prl10 {
    padding-bottom: 0;
  }
  .sessions .head h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1024px) {
  .top-box .inner .left {
    width: 29%;
  }
  .top-box .inner .right {
    width: 68%;
  }
  .top-box .inner .left h2 {
    font-size: 53px;
    line-height: 1.2;
  }
  .top-box .inner .left h4 {
    font-size: 22px;
  }
  .bg-box-sec .inner .box {
    width: 47%;
  }
  .bg-box-sec .inner .box {
    width: 47%;
  }
  .work-banner .bg h3 {
    font-size: 40px;
  }
  .work-banner .bg h3 br {
    display: none;
  }
  .special-head.mehrun img:first-child, .special-head.mehrun h3.fz90 {
    font-size: 70px;
  }
  .special-head.mehrun img:first-child, .special-head.mehrun h3.fz90 p {
    font-size: 26px;
  }
  .topic-box .inner ul li {
    font-size: 15px;
  }
  .topic-box .inner ul {
    margin-right: 1%;
  }
  .topic-box .inner .top-headd h3 {
    font-size: 22px;
  }
  .banner-counting .row .col .inner h4 {
    font-size: 100px;
  }
  .banner-counting .row .col:nth-child(2) .inner h4 {
    font-size: 105px;
  }
  .work-banner .bg h3 {
    font-size: 32px;
  }
  .work-banner .bg h4 {
    font-size: 23px;
  }
  .feature-images .inner .image {
    width: 50%;
  }
  .yelow-banner .inner .text h3 {
    font-size: 28px;
  }
  .yelow-banner .inner .image iframe {
    height: 180px;
  }
  section.social-impact .inner .counter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.social-impact .inner .counter .box:nth-child(4) {
    width: auto;
  }
  section.social-impact .inner .counter .box h5 {
    font-size: 15px;
  }
  section.social-impact .inner .counter .box .count h2 {
    font-size: 50px;
  }
  section.social-impact .inner .counter .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
  }
  section.social-impact .inner .counter .box .count h3 {
    font-size: 26px;
  }
  section.social-impact .band h4 {
    font-size: 17px;
    max-width: 80%;
  }
  section.social-impact .inner .head h3 {
    font-size: 40px;
  }
  section.social-impact .inner .head h4 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1280px) {
  .first.nav-col {
    width: 42%;
  }
  .container {
    max-width: 1200px;
  }
  .container.full-container {
    max-width: 100%;
  }
  .box-sec .box {
    width: 23.66%;
  }
  .second.nav-col {
    width: 30%;
  }
  header .nav .navigation.skill ul li {
    border-color: #d0d0d0;
  }
  header .nav .navigation.khurja ul li, header .nav .navigation.khurja ul li:last-child {
    border-color: #d0d0d0;
  }
  .box-sec.emo-box .box-part .box.blue .head h3 {
    font-size: 28px;
    line-height: 1.2;
  }
  .third.nav-col {
    width: 23%;
  }
  .box-sec .box:nth-child(3n+3) {
    margin-right: 25px;
  }
  .box-sec .box {
    margin-right: 25px;
  }
  .top-sec .desc {
    margin-bottom: 60px;
  }
  .top-sec .desc p {
    margin-bottom: 10px;
  }
  .special-head h3 img {
    margin: 40px 0;
  }
  .special-head h3 img {
    margin: 40px 0;
  }
  .special-head h3 img {
    padding-bottom: 40px;
    margin: 0;
  }
  .gallery .image.width-auto-pro:nth-child(2n+2) {
    margin-right: 0;
  }
  .special-head h3 img:last-child {
    padding-top: 40px;
  }
  .dark-big {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  section.greenblue {
    margin-bottom: 90px;
  }
  .special-head h3 {
    margin-top: 0;
    font-size: 32px;
  }
  section.greenblue {
    margin-bottom: 90px;
    margin-top: 90px;
  }
  .general-text {
    margin-bottom: 80px;
    padding-top: 0;
  }
  .box-sec .box:nth-child(4n+4) {
    margin-right: 0;
  }
  .box-sec .box .curve-head h4 {
    font-size: 15px;
  }
  .dark-sec .inner .image {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 50%;
  }
  section.dark-sec {
    position: relative;
    padding: 50px 20px;
  }
  .dark-sec .inner .image img {
    width: 100%;
    height: 100%;
  }
  .box-sec .box .sub-head h4 {
    font-size: 18px;
  }
  .box-sec .box .cta a {
    font-size: 18px;
  }
  .dark-sec .inner {
    width: 47%;
    margin-left: auto;
  }
  .box-sec .box .head h3 {
    font-size: 28px;
  }
  section.dark-sec .container {
    padding: 0;
  }
  .dark-sec .inner p {
    font-size: 13px;
  }
  .dark-sec .inner h3 {
    font-size: 20px;
  }
  .dark-sec .inner .more-btn a {
    font-size: 14px;
  }
  section.dark-sec .hide-para {
    display: block !important;
  }
  .dark-sec .inner .more-btn {
    display: none;
  }
  .dark-sec .inner h3 {
    font-size: 24px;
    margin-top: 10px;
  }
  .dark-sec .inner p {
    font-size: 16px;
  }
  .dark-sec .inner {
    padding: 20px;
  }
  .pt-10-desk {
    padding-top: 10px;
  }
  .pt-20-desk {
    padding-top: 20px;
  }
  .pt-30-desk {
    padding-top: 30px;
  }
  .pt-40-desk {
    padding-top: 40px;
  }
  .pt-50-desk {
    padding-top: 50px;
  }
  .pb-10-desk {
    padding-bottom: 10px;
  }
  .pb-20-desk {
    padding-bottom: 20px;
  }
  .pb-30-desk {
    padding-bottom: 30px;
  }
  .pb-40-desk {
    padding-bottom: 40px;
  }
  .mb-10-desk {
    margin-bottom: 10px;
  }
  .mb-20-desk {
    margin-bottom: 20px;
  }
  .mb-30-desk {
    margin-bottom: 30px;
  }
  .mb-40-desk {
    margin-bottom: 40px;
  }
  .mt-10-desk {
    margin-top: 10px;
  }
  .mt-20-desk {
    margin-top: 20px;
  }
  .mt-30-desk {
    margin-top: 30px;
  }
  .mt-40-desk {
    margin-top: 40px;
  }
  .mt-50-desk {
    margin-top: 50px;
  }
  .more-service ul {
    width: 100%;
    max-width: 100%;
  }
  .more-service ul li {
    display: inline-block;
    margin-right: 30px;
  }
  .more-service ul li:last-child {
    margin-right: 0;
  }
  .more-service ul li a {
    font-size: 17px;
    padding-right: 60px;
    padding-left: 20px;
  }
  .more-service .heading h3 {
    font-size: 24px;
  }
  .more-service .container {
    max-width: 1420px;
  }
  .box-sec .container {
    width: 1420px;
    max-width: 90%;
  }
  section.highlight-service .container {
    padding: 0 95px;
  }
  .highlight-service .serv-list ul li a {
    font-size: 21px;
    font-weight: 300;
  }
  header .big-menu ul li a {
    font-size: 17px;
  }
  .highlight-service .box p {
    font-size: 21px;
  }
  .highlight-service .box p {
    font-size: 21px;
  }
  .highlight-service .box p span.blue.big {
    font-size: 24px;
    display: block;
    width: 100%;
  }
  .highlight-service .box {
    padding: 10px 70px;
    margin-top: -120px;
  }
  .highlight-service .box p i {
    font-size: 24px;
  }
  .home-banner .text h1 {
    font-size: 70px;
  }
  .box-sec .box .head h3.fz48 {
    font-size: 50px;
  }
  .top-sec .container {
    padding: 0;
  }
  .plr-30 {
    padding: 0;
  }
  body .container {
    padding: 0;
  }
  .box-sec .box.box-3 {
    width: 49%;
  }
  .box-sec .box.box-3 .image img:nth-child(2) {
    width: 50%;
  }
  section.more-service {
    margin-top: 60px;
  }
  footer ul {
    width: 51%;
  }
  footer ul:nth-child(odd) {
    margin-right: 0;
    padding-right: 0;
  }
  footer ul:nth-child(even) {
    margin-left: 10px;
  }
  footer ul li {
    width: 42%;
    display: inline-block;
    margin-right: 5%;
    margin-bottom: 0;
  }
  footer ul:last-child li:nth-child(odd) {
    width: 49%;
  }
  footer .container {
    max-width: 1200px;
  }
  footer ul:nth-child(even) {
    padding-right: 0;
    margin-left: 0;
    width: 48%;
  }
  footer ul li {
    border-right: 2px solid #d6d6d6;
  }
  footer ul li a {
    font-size: 15px;
  }
  footer ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  footer ul:nth-child(odd) li:nth-child(2n+2) {
    width: 47%;
  }
  footer ul li a {
    padding-bottom: 20px;
    display: block;
  }
  footer ul:nth-child(even) li:nth-child(2n+2) {
    border: navajowhite;
  }
  footer {
    padding-bottom: 0;
  }
  footer .copy {
    background: #969696;
    text-align: center;
    padding: 10px;
  }
  footer .copy p {
    margin: 0;
    color: #fff;
    font-size: 14px;
  }
  footer .copy {
    display: block;
  }
  .images.plr-30 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .images.plr-30 .image {
    width: auto;
  }
  .pagination .container {
    padding: 0;
  }
  .width-725-pro {
    width: 100%;
  }
  .gallery .image.w70-ipad {
    width: 66%;
  }
  .gallery .w30-ipad {
    width: 33.4%;
  }
  .gallery .w30-ipad img {
    width: 100%;
  }
  .box-grid-sec.curve::after {
    background-image: url(../images/emotional/ew-examination-stress-management/curve-bg-desk.svg);
    background-size: 100% 100%;
  }
  section.box-grid-sec.blue {
    padding-left: 0;
    padding-right: 0;
  }
  section.box-grid-sec.blue .box-wrap {
    max-width: 100%;
    padding: 0;
  }
  .box-grid-sec .box-wrap .box {
    width: calc(33.4% - 20px);
    padding: 40px;
    margin-right: 20px;
  }
  .box-grid-sec .box h4 {
    font-size: 38px;
  }
  .box-grid-sec .box p {
    font-size: 26px;
  }
  .icon-big.tac img {
    width: 260px;
  }
  .box-grid-sec .box-wrap .box:nth-child(3n+3) {
    margin-right: 0;
  }
  .box-grid-sec .box-wrap .box {
    margin-bottom: 30px;
  }
  .top-sec .btm-text p {
    font-size: 18px;
  }
  .box-grid-sec .box-wrap {
    max-width: 100%;
    padding: 0;
  }
  .box-grid-sec .box-wrap .box.half-desk {
    width: calc(50.3% - 20px);
  }
  .box-grid-sec .box-wrap .box.half-desk:last-child {
    margin-right: 0;
  }
  p {
    font-size: 18px;
  }
  .special-head h3 {
    padding-left: 0;
    padding-right: 0;
  }
  section.special-head.blue {
    margin-bottom: 50px;
    padding-top: 0;
  }
  section.box-grid-sec.blue {
    margin-bottom: 90px;
  }
  .general-text .image {
    margin-bottom: 30px;
  }
  .btm-text .image {
    margin-top: 40px;
  }
  header .container {
    max-width: 1450px;
  }
  .pagination {
    padding-top: 30px;
  }
  .big-menu {
    margin-top: 40px;
  }
  header .big-menu ul {
    margin: 0;
  }
  header {
    padding: 26px 15px;
  }
  .social-header {
    top: 150px;
  }
  .vision .title {
    width: 100%;
    margin: auto;
    left: 0;
    top: 30px;
  }
  .vision .title h1 {
    max-width: 1200px;
    margin: auto;
  }
  .vision .vision-inner {
    height: 600px;
  }
  .vision {
    padding-top: 210px;
  }
  .vision .vision-inner img {
    -o-object-position: 0 -410px;
       object-position: 0 -410px;
  }
  .vision .dark-bg {
    height: 593px;
    padding: 180px 100px;
  }
  .vision .dark-bg p {
    font-size: 24px;
  }
  header .nav .navigation.khurja.khurja-menu ul li a {
    font-size: 18px;
  }
  header .nav .navigation.khurja.khurja-menu ul li {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  header .nav .navigation.khurja.khurja-menu .topbar a {
    font-size: 18px;
  }
  header .nav .navigation.khurja.khurja-menu {
    padding-left: 0;
  }
  header .nav .navigation.khurja.khurja-menu ul {
    padding-left: 20px;
  }
  section.sdc-menu.orange .container {
    max-width: 1450px;
  }
  .sdc-menu .hamburger img {
    width: 40px;
  }
  .sdc-menu .hamburger a {
    margin-left: 90px;
  }
  .vision .dark-bg p b {
    font-size: 34px;
  }
  .trustees {
    max-width: 1200px;
    margin: auto;
  }
  .trustees .row .col .description {
    width: 92%;
  }
  .trustees .description .inner h3 {
    font-size: 30px;
  }
  .trustees .description .inner p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .trustees .row .col .image {
    padding-right: 0;
  }
  .trustees .row .col .image img {
    width: 85%;
  }
  .about-top {
    top: 150px;
  }
  .about-top .inner {
    max-width: 1450px;
    margin: auto;
    padding: 13px;
  }
  .about-top .inner ul {
    max-width: 700px;
    margin: auto;
    padding: 0;
  }
  .about .title-main {
    padding-top: 50px;
  }
  .title h1 {
    font-size: 80px;
  }
  .gallery .image.width-auto-pro {
    width: 48.5%;
    margin-right: 30px;
  }
  .full-container {
    max-width: 100%;
  }
  .wrapp {
    max-width: 69%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    padding: 0;
  }
  .wrapp .topic-menu {
    width: 39%;
    margin-right: 1.5%;
  }
  .wrapp .image-wrap-safe {
    width: 59%;
  }
  .wrapping-text {
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }
  .main-wrap {
    max-width: 1500px;
    margin: 0 auto;
  }
  .topic-menu .blue-bg {
    padding: 76px 0;
  }
  .topic-menu .blue-bg ul li {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .images.plr-30 .image {
    width: 48%;
  }
  .images .image img {
    width: 100%;
  }
  .plr-0-desk {
    padding-left: 0;
    padding-right: 0;
  }
  .pt-0-desk {
    padding-top: 0;
  }
  .pt-10-desk {
    padding-top: 10px;
  }
  .pt-20-desk {
    padding-top: 20px;
  }
  .pt-30-desk {
    padding-top: 30px;
  }
  .pt-40-desk {
    padding-top: 40px;
  }
  .pl-50-desk {
    padding-top: 50px;
  }
  .pb-0-desk {
    padding-bottom: 0;
  }
  .pb-10-desk {
    padding-bottom: 10px;
  }
  .pb-20-desk {
    padding-bottom: 20px;
  }
  .pb-30-desk {
    padding-bottom: 30px;
  }
  .pb-40-desk {
    padding-bottom: 40px;
  }
  .wrapping-text {
    padding-left: 20px;
  }
  .image-wrap-safe .image:first-child {
    height: 420px;
  }
  .image-wrap-safe .image:first-child img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .session-sec .grad-box ul li p {
    font-size: 23px;
  }
  .session-sec .grad-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body .container.pro-container {
    padding: 0;
  }
  .session-sec .grad-box ul li p {
    font-size: 23px;
  }
  .session-sec .grad-box ul:first-child {
    border-right: 1px solid #fff;
    margin-right: 4%;
    padding-right: 20px;
  }
  .session-sec .grad-box ul {
    margin-top: 0;
    width: 42%;
  }
  .session-sec .grad-box {
    padding-top: 40px;
    margin-top: 20px;
  }
  .highlight-bbcs .big-heading h3 {
    font-size: 32px;
  }
  .highlight-bbcs .heading h2 {
    font-size: 90px;
  }
  section.emo-dropdown .container {
    max-width: 700px;
  }
  section.emo-dropdown.bbcs-drop a p {
    font-size: 27px;
  }
  .sessions .image {
    margin-bottom: 20px;
  }
  .gallery .w30-ipad .image {
    width: 100%;
  }
  .gallery .image.w70-ipad {
    width: 66.2%;
  }
  .sessions .image {
    margin-right: 20px;
  }
  .gallery .image.w70-ipad {
    padding-right: 20px;
  }
  .sessions .head h3 {
    font-size: 28px;
  }
  .sessions .head .red h4 {
    font-size: 17px;
  }
  .pagination ul li a {
    font-size: 14px;
  }
  .sessions .blue-bg h3 {
    font-size: 36px;
  }
  .social-header h2 {
    font-size: 24px;
  }
  section.blue-highlight {
    width: 49%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
  }
  .navras-box {
    width: 48%;
    display: inline-block;
    margin-top: 0;
  }
  .blue-highlight .inner {
    margin-top: 0;
    width: 100%;
  }
  .navras-box .inner-navras {
    width: 100%;
  }
  .wrap-navras {
    max-width: 1200px;
    margin: auto;
    margin-top: 50px;
  }
  .navras-box .inner-navras ul li {
    width: 33%;
    margin-bottom: 20px;
  }
  .top-sec .large-head h1 span.fz54 {
    font-size: 90px;
  }
  .top-sec .large-head h5 {
    font-size: 21px;
  }
  .top-sec .desc p {
    font-size: 18px;
  }
  .top-sec .blue-text p {
    font-size: 18px;
  }
  .navras-box .inner-navras ul li img {
    width: 105px;
    height: 47px;
  }
  .navras-box .inner-navras {
    padding: 50px 30px;
  }
  .navras-box .inner-navras .bottom-updown .list ul li {
    font-size: 15px;
  }
  .navras-box .inner-navras .head img {
    width: 38%;
  }
  .navras-box .inner-navras .shloka-list {
    margin-top: 40px;
  }
  .bottom-updown {
    margin-top: 60px;
  }
  .image-box .box-inner {
    width: 25%;
    margin-right: 10%;
  }
  section.image-box {
    max-width: 100%;
  }
  .image-box .box-inner:nth-child(2n+2) {
    margin-right: 10%;
  }
  .image-box .box-inner:nth-child(3n+3) {
    margin-right: 0;
    display: inline-block;
  }
  .watch-workshop .inner ul li h5 {
    font-size: 17px;
  }
  .watch-workshop .inner a {
    font-size: 18px;
  }
  .watch-workshop .inner h3 {
    font-size: 28px;
  }
  .watch-workshop {
    background: #645ff6;
    margin-top: 50px;
  }
  .watch-workshop .inner ul {
    width: 57%;
    display: inline-block;
    margin-right: 1%;
  }
  .watch-workshop .inner ul:last-child {
    width: 39%;
  }
  .watch-workshop .inner ul li {
    margin-bottom: 40px;
  }
  .image.mt40.mb40.tac img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  section.emo-dropdown.enhance-drop .container.plr-0-pro {
    max-width: 900px;
  }
  .emo-dropdown.enhance-drop .drop-click p {
    font-size: 27px;
  }
  section.box-sec.enhance-box .container {
    max-width: 1200px;
  }
  .box-sec.enhance-box .image-bx {
    padding: 60px;
    padding-bottom: 0;
  }
  section.box-sec.enhance-box .box .image img {
    width: 48.5%;
    margin-right: 2%;
  }
  section.box-sec.enhance-box .box .image img:first-child {
    margin-bottom: 25px;
  }
  section.box-sec.enhance-box .box {
    margin-bottom: 60px;
  }
  .box-sec .heading.fz17 h3 {
    font-size: 26px;
  }
  section.box-sec.emo-box.sdc-box .box.orange.box-3 {
    width: 49.1%;
    margin-right: 25px;
  }
  .box-sec.sdc-box .box.golden.mr0-pro {
    margin-right: 27px !important;
  }
  .sdc-menu .inner .text p {
    font-size: 14px;
  }
  .next-btn a {
    font-size: 18px;
  }
  .col-highlight p {
    font-size: 24px;
  }
  .col-highlight .top p span.dark {
    font-size: 30px;
  }
  .col-highlight .logo-col img {
    width: 100%;
  }
  .col-highlight .logo-col {
    width: 40%;
  }
  .col-highlight .box {
    padding-left: 150px;
    padding-right: 150px;
  }
  .col-highlight .box .image img {
    width: 100%;
  }
  .col-highlight p.fz16 {
    font-size: 18px;
  }
  .col-highlight p {
    font-size: 24px;
  }
  .col-highlight .top p span.dark {
    font-size: 30px;
  }
  .col-highlight .logo-col img {
    width: 100%;
  }
  .col-highlight .logo-col {
    width: 40%;
  }
  .col-highlight .box {
    padding-left: 150px;
    padding-right: 150px;
  }
  .col-highlight .box .image img {
    width: 100%;
  }
  .col-highlight p.fz16 {
    font-size: 18px;
  }
  .golden-bx .inner {
    max-width: 1200px;
  }
  .golden-bx .inner .image-box .image {
    width: 32.2%;
    display: inline-block;
    height: 341px;
    padding-top: 0;
  }
  .golden-bx .inner .image-box .image.double {
    width: 16%;
    margin-right: 15px;
  }
  .golden-bx .inner .image-box .image.double:nth-child(3) {
    padding-top: 0;
  }
  .golden-bx .inner .image-box .image:last-child {
    padding-top: 0;
  }
  .special-head.fz21 h3 {
    font-size: 32px;
  }
  .training .image-box .image.double {
    width: 17.5%;
    margin-left: 10px;
  }
  .training .image-box .image {
    width: 30%;
  }
  .training .image-box .image img {
    height: 248px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .golden-bx .inner .head-box h4 {
    font-size: 34px;
  }
  .golden-bx .inner .head-box h3 {
    font-size: 43px;
  }
  .col-highlight.dark-green-bg {
    margin-bottom: 90px;
  }
  section.vk-sec.plr-30 {
    margin-bottom: 80px;
  }
  .sessions .media-box .image img {
    width: 100%;
  }
  .top-sec .large-head h1 span.fz32 {
    font-size: 60px;
  }
  section.curve-sec .row .curve-bx {
    width: 31%;
    margin-right: 1.5%;
    margin-bottom: 20px;
  }
  section.video-sec-bx .inner .vid-bx img {
    width: 100%;
  }
  section.video-sec-bx .vid-bx .top .head h3 {
    font-size: 29px;
  }
  section.video-sec-bx .vid-bx .top .head p {
    font-size: 19px;
  }
  .fb.icon {
    width: 38px;
  }
  section.video-sec-bx .inner .vid-bx {
    width: 47.5%;
    margin-right: 3%;
    margin-bottom: 50px;
  }
  section.video-sec-bx .vid-bx p {
    font-size: 18px;
  }
  section.video-sec-bx .inner {
    margin-top: 30px;
  }
  .green-blue-bx p {
    font-size: 18px;
  }
  .green-blue-bx .yellowhigh-bx h4 {
    font-size: 18px;
  }
  .campaign-bx .text h3 {
    font-size: 22px;
  }
  .resource-partner .blue-box {
    width: 32%;
  }
  .resource-partner .blue-box:nth-child(2n+2) {
    margin-right: 18px;
  }
  .resource-partner .blue-box:nth-child(3n+3) {
    margin-right: 0;
  }
  section.resource-partner .inner {
    padding-bottom: 30px;
  }
  .resource-partner .blue-box {
    width: 32%;
  }
  .resource-partner .blue-box:nth-child(2n+2) {
    margin-right: 18px;
  }
  .resource-partner .blue-box:nth-child(3n+3) {
    margin-right: 0;
  }
  section.resource-partner .inner {
    padding-bottom: 30px;
  }
  section.resource-partner .container {
    max-width: 1450px;
  }
  .resource-partner .blue-box h4 {
    font-size: 16px;
  }
  .resource-partner .blue-box .inner h3 {
    font-size: 32px;
    padding-left: 150px;
  }
  .resource-partner .blue-box .text p {
    font-size: 16px;
  }
  .resource-partner .blue-box {
    width: 31%;
    margin-right: 3.5%;
    margin-bottom: 50px;
  }
  .resource-partner .head h3 {
    font-size: 32px;
    padding-left: 150px;
  }
  .resource-partner .blue-box:nth-child(2n+2) {
    margin-right: 3.5%;
  }
  .resource-partner .blue-box:nth-child(3n+3) {
    margin-right: 0%;
  }
  .resource-partner .blue-box .details .image .imgbx {
    width: 140px;
    height: 140px;
  }
  .resource-partner .head h3 {
    padding-left: 0;
  }
  .resource-partner .head h6 {
    width: 10%;
  }
  section.resource-partner {
    padding-top: 40px;
  }
  header .nav .navigation.emotional .box p span {
    font-size: 16px;
  }
  header .nav .navigation ul li a {
    font-size: 16px;
  }
  header .nav .navigation .head h2 {
    font-size: 30px;
  }
  .navigationn.desktop .top-title h3 {
    font-size: 21px;
  }
  header .nav .navigation.emotional .head p {
    font-size: 15px;
  }
  header .nav .desktop .inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  header .nav {
    margin-top: 150px;
  }
  header .nav .desktop .inner {
    padding-left: 70px;
    padding-right: 70px;
  }
  header .nav {
    margin-top: 150px;
  }
  header .nav .navigation.skill .head p {
    font-size: 15px;
  }
  header .nav .navigation.skill .nav-title h3 {
    font-size: 18px;
  }
  header .nav .navigation .nav-title h3 {
    font-size: 18px;
  }
  header .nav .navigation.emotional ul.blue li a {
    padding: 15px 0 20px;
    padding-top: 0;
    margin-top: 15px;
  }
  .general-text.before-after h3 {
    font-size: 23px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .blue-press-release {
    margin-bottom: 10px;
    padding: 90px;
  }
  .blue-press-release .inner {
    padding: 20px 50px;
  }
  .blue-press-release p {
    font-size: 18px;
  }
  .top-sec .blue-box.red-bx .image {
    -webkit-box-flex: .5;
        -ms-flex: .5;
            flex: .5;
  }
  body.sd-page .image.w500 {
    width: 530px;
  }
  header .nav .navigation.emotional .box p {
    font-weight: 400;
  }
  header .nav .navigation.emotional .box h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  header .nav .navigation.emotional .box p {
    font-size: 16px;
    padding-top: 10px;
  }
  header .nav .navigation.emotional .box.blue {
    margin-top: 30px;
  }
  header .nav .navigation.emotional .box.blue:last-child {
    margin-top: 0;
  }
  header .nav .navigation .nav-title p {
    margin-bottom: 30px;
  }
  .navigationn .btm-box {
    width: 57.5%;
    display: block;
    vertical-align: top;
    float: right;
    margin-top: -22%;
  }
  header .nav .navigation.khurja ul li:nth-child(3) br {
    display: none;
  }
  header .nav .navigation.khurja ul li:nth-child(3) b {
    font-weight: 500;
    color: #244326;
  }
  .navigationn .btm-box .fourth.nav-col {
    width: 37%;
    margin-right: 30px;
  }
  .navigationn .btm-box .fivth.nav-col {
    width: 59%;
    vertical-align: top;
    padding-top: 60px;
  }
  .navigationn .btm-box .fivth.nav-col ul li {
    width: 45%;
    display: inline-block;
    padding-bottom: 10px;
    vertical-align: top;
  }
  .navigationn .btm-box .fivth.nav-col ul {
    margin-top: 0;
  }
  .navigation.others .menu-list {
    padding: 20px 15px;
  }
  .navigation.others .menu-list ul li a {
    padding-right: 0;
    margin: 0;
    margin-top: 20px;
  }
  .navigationn .btm-box .fivth.nav-col ul li:last-child, .navigationn .btm-box .fivth.nav-col ul li:nth-child(5) {
    border: none;
  }
  header .nav .navigation.emotional ul.blue li:last-child {
    border: none;
  }
  header .nav .navigation.skill.act-clean ul li:last-child {
    border: none;
  }
  .video-nav .inner-col .col h4 {
    font-size: 15px;
    text-transform: uppercase;
  }
  .video-nav .inner-col .col p {
    font-size: 15px;
  }
  .video-nav .inner-col .col {
    width: 31%;
    margin-right: 50px;
  }
  .video-nav .inner-col .col:nth-child(2n+2) {
    margin-right: 50px;
  }
  .video-nav .inner-col .col:nth-child(3n+3) {
    margin-right: 0;
  }
  .video-nav .inner-col .col h5 {
    width: 105px;
    min-height: 105px;
  }
  .video-nav .inner-col .col h5 span {
    font-size: 28px;
  }
  .video-nav .inner-col .col h5 {
    font-size: 16px;
    padding: 18px 0;
  }
  .video-nav .inner-col .col .left-bx {
    padding-top: 0px;
  }
  .nav.active-menu.video-nav .navigationn.desktop.video-nav {
    height: 100%;
  }
  .video-nav .inner-col {
    padding-top: 30px;
  }
  .video-nav .inner-col .col h3 {
    font-size: 27px;
  }
  .nav.active-menu.video-nav .navigationn.desktop.video-nav .top-title h3 {
    font-weight: 300;
  }
  .big-menu {
    margin-right: 80px;
  }
  .top-sec .blue-box .first .text p {
    font-size: 18px;
  }
  .big-menu {
    margin-right: 180px;
  }
  .top-sec {
    padding-top: 60px;
  }
  .top-sec .blue-box .first .text p {
    font-size: 18px;
  }
  .top-sec .blue-box .first .text {
    padding: 90px;
  }
  .top-sec .blue-box .first .image {
    width: 18.5%;
  }
  .general-text .width-725-pro {
    width: 100% !important;
  }
  .images.plr-30 .image.w-100-desk {
    width: 100%;
  }
  .images.plr-30 .image:last-child {
    margin-bottom: 0;
  }
  .gallery {
    padding-bottom: 70px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .special-head h3 img {
    height: auto;
  }
  section.emo-dropdown {
    margin-bottom: 90px;
  }
  .box-grid-sec.lightblue {
    margin-top: 0;
    margin-bottom: 80px;
    padding-top: 50px;
  }
  footer {
    margin-top: 0;
  }
  .box-sec .box-part {
    margin-bottom: 40px;
  }
  header .logo img {
    width: 242px;
  }
  .top-sec .blue-box {
    margin-bottom: 60px;
  }
  .heading h3 {
    font-size: 26px;
  }
  .top-sec .blue-text p {
    margin-bottom: 60px;
  }
  .top-sec .large-head h1 {
    margin-bottom: 60px;
  }
  .top-sec .large-head h5 {
    margin-bottom: 30px;
  }
  .top-sec .btm-text p {
    margin-bottom: 10px;
  }
  .top-sec .blue-text {
    padding-top: 0;
    margin-bottom: 0;
  }
  .top-sec .large-head h1 {
    margin-top: 0;
  }
  .top-sec .blue-text p {
    margin-top: 0;
  }
  .images.image.width-70-desk {
    width: 70%;
  }
  .image.width-100-ipad.width-70-desk {
    width: 66.2%;
    padding-right: 15px;
    margin-right: 0;
  }
  .wrap.width-30-desk {
    width: 32.4%;
  }
  .wrap.width-30-desk .image {
    width: 100%;
  }
  .box-grid-sec.prevent-box .box-wrap .box:first-child {
    width: 100%;
    margin-right: 0;
  }
  .box-grid-sec.prevent-box .box-wrap .box:nth-child(3) {
    margin-right: 20px;
  }
  .box-grid-sec.prevent-box .box-wrap .box:nth-child(4) {
    margin-right: 0;
  }
  .box-grid-sec.prevent-box .box-wrap .box:nth-child(6) {
    margin-right: 20px;
  }
  .box-grid-sec.prevent-box .box-wrap .box:nth-child(7) {
    margin-right: 0;
  }
  section.box-grid-sec.blue.wellness-box .box-wrap .box:first-child {
    width: 50%;
  }
  .mt-0-desk {
    margin-top: 0;
  }
  section.box-grid-sec.blue.wellness-box .box-wrap .box:nth-child(2) {
    width: 47%;
    margin-right: 0;
  }
  section.box-grid-sec.blue.wellness-box .box-wrap .box:nth-child(3) {
    margin-right: 20px;
  }
  section.box-grid-sec.blue.wellness-box .box-wrap .box:nth-child(5) {
    margin-right: 0;
  }
  .sessions.large-p p {
    font-size: 20px;
  }
  .w-100-desk img {
    width: 100%;
  }
  section.top-sec {
    margin-bottom: 80px;
  }
  .sessions.large-p p.plr-40-pro.mt-0-desk {
    padding: 0;
  }
  .sessions.large-p p.mb-60-desk {
    margin-bottom: 70px;
  }
  .sessions .head p.fz16 {
    font-size: 18px;
  }
  .sessions.large-p p.plr-40-pro {
    padding: 0;
  }
  .feedback-box .inner h3 {
    font-size: 18px;
  }
  .feedback-box .inner p {
    font-size: 18px;
  }
  .sessions {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .top-sec .large-head h1 span.fz59 {
    font-size: 60px;
  }
  .top-sec .large-head h1 span.fz29-ipad {
    font-size: 35px;
  }
  .sessions.wellness-session .head {
    margin-top: 0;
  }
  .sessions .head .red h4 {
    margin-top: 0;
  }
  section.video-sec.pink-bg .white-bg .video .vid-bx {
    margin-right: 10px;
    width: 32.5%;
    padding-left: 10px;
    padding-right: 10px;
  }
  section.video-sec.pink-bg .video .vid-bx:nth-child(3n+3) {
    margin-right: 0;
  }
  section.video-sec.pink-bg .white-bg {
    padding-top: 60px;
  }
  footer .show-big-screen {
    display: inline-block;
  }
  footer .hide-big-screen {
    display: none;
  }
  section.video-sec.pink-bg .video {
    text-align: center;
  }
  section.top-sec.w350 {
    max-width: 100%;
  }
  .w350 {
    max-width: 100%;
  }
  .w350.video {
    max-width: 700px;
  }
  .sessions .video iframe {
    height: 510px;
  }
  .h220-ipad {
    max-height: 400px;
  }
  .sessions .video {
    margin-top: 30px;
  }
  section.top-sec.w350 {
    margin-bottom: 30px;
  }
  .highlight-bbcs .circle-text .inner {
    padding: 50px 16px;
  }
  section.sessions.bbcs-session .inner .special-head.fz21 h3 {
    font-size: 26px;
  }
  section.sessions.bbcs-session .inner .special-head.fz21 h3 span {
    font-size: 26px;
  }
  .sessions .images .bluecircbx .inner {
    width: 150px;
    height: 150px;
  }
  .sessions .images .bluecircbx .inner p {
    font-size: 17px;
  }
  .sessions .blue-bg.tac {
    margin-top: 30px;
  }
  .gallery.no-pad {
    padding-bottom: 0;
  }
  section.video-sec.pink-bg .video {
    width: 100%;
  }
  section.video-sec.pink-bg .video .vid-bx iframe {
    height: 210px;
  }
  .headline h3 {
    font-size: 20px;
  }
  .headline.pr-400 {
    padding-top: 40px;
    width: 600px;
    padding-left: 100px;
  }
  .full-image {
    padding-bottom: 50px;
  }
  .box-sec .box .head h3.fz28 {
    font-size: 28px;
  }
  .top-sec .blue-box.red-bx .first .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .images.gallery.plr-30.width-725-pro p {
    margin-left: 0;
    max-width: 100%;
  }
  .w-80-desk {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-sec .large-head h1 span.mehrun {
    font-size: inherit;
  }
  .dark-blue-link {
    margin-bottom: 0;
  }
  .special-head.mehrun img {
    -webkit-filter: invert(1) brightness(0.4);
            filter: invert(1) brightness(0.4);
  }
  .adoption-of-jijabai-iti .top-sec .blue-box .first .text {
    padding: 50px;
  }
  section.box-sec.enhance-box .box {
    margin-right: 0;
  }
  .top-sec .blue-box.green-bx .first .image {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .w500 {
    width: 100%;
  }
  .btm-text.sessions.video-ipad-rahat .video {
    margin-bottom: 70px;
  }
  .btm-text.sessions.video-ipad-rahat .video p {
    margin-top: 0;
    margin-bottom: 8px;
  }
  .sessions.choti-seekh .video {
    max-width: 725px;
    margin: auto;
  }
  .box-sec {
    margin-bottom: 0;
  }
  section.box-sec.emo-box.sd-box .box-part.w500 .box {
    width: 23.5%;
    margin-right: 25px;
  }
  .box-sec .box-part.w500 .box:nth-child(2n+2) {
    margin-right: 25px;
  }
  section.box-sec.emo-box.sd-box .box-part.w500 .box:last-child {
    margin-right: 0;
  }
  body.act-page.act-home .video .h290 {
    height: 460px;
  }
  body.act-page.act-home .video {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .reaches-sec .patch .greenbg p {
    font-size: 15px;
  }
  .reaches-sec p {
    font-size: 18px;
  }
  .reaches-sec .head {
    padding: 20px;
    max-width: 800px;
    margin: auto;
  }
  .reaches-sec h3 {
    font-size: 34px;
  }
  .our-resource-partners .top-sec .desc p {
    margin-bottom: 10px;
  }
  .reaches-sec .video {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .reaches-sec .video.mt20 iframe {
    height: 420px;
  }
  .reaches-sec {
    margin-bottom: 80px;
  }
  .reaches-sec .inner {
    padding-bottom: 50px;
  }
  .reaches-sec .patch .greenbg {
    margin-bottom: 40px;
  }
  body.others.jijabai {
    background: #fff;
  }
  .btm-text.masonary .image.half {
    width: 32%;
    margin-right: 1%;
  }
  .btm-text.masonary .image {
    margin-right: 1%;
    width: 32.3%;
  }
  .btm-text.masonary .image.half img {
    margin-bottom: 15px;
  }
  .btm-text.masonary .image.half {
    width: 32%;
    margin-right: 1%;
  }
  .btm-text.masonary .image {
    margin-right: 1%;
    width: 32.3%;
  }
  .btm-text.masonary .image.half img {
    margin-bottom: 15px;
  }
  .btm-text.masonary .image.half.last {
    margin-top: 0;
  }
  .btm-text.masonary .image.half.last img:last-child {
    margin-right: 0;
  }
  .btm-text.masonary .image.half.last img {
    margin-right: 12px;
    width: 48.9%;
  }
  .banner.show-desktop h1 {
    font-size: 75px;
    font-weight: 900;
    line-height: 0.95;
  }
  .banner.show-desktop img {
    max-height: calc(100vh - 300px);
  }
  .orange-bg h4 {
    font-size: 20px;
  }
  .orange-bg .inner .bg-sec {
    padding: 20px 40px;
  }
  .orange-bg h5 {
    font-size: 18px;
  }
  .orange-bg h3 {
    font-size: 26px;
  }
  .courses {
    margin-bottom: 0;
  }
  section.orange-bg.plr-30.width-725-pro .images.width-725-pro.mt-20-pro .image {
    margin-right: 20px !important;
    width: 49%;
  }
  section.orange-bg.plr-30.width-725-pro .images.width-725-pro.mt-20-pro .image:last-child {
    margin-right: 0 !important;
  }
  .infra-sec .container h3 {
    font-size: 34px;
  }
  .infra-sec .container .desc h4 {
    font-size: 22px;
  }
  .infra-sec {
    margin-top: 80px;
  }
  section.courses.lightblue {
    margin-top: 80px;
  }
  .top-sec .large-head h1 span.fz38 {
    line-height: 1;
  }
  .top-sec .bluebx h4 {
    font-size: 26px;
  }
  .top-sec .bluebx {
    width: 180px;
  }
  .top-sec .large-head h1 span.fz38 {
    font-size: 52px;
  }
  .orange-bg h3.yellow br {
    display: none;
  }
  .courses .list ul li {
    font-size: 20px;
  }
  .special-head.orange h3 img {
    -webkit-filter: none;
            filter: none;
  }
  .golden-bx .inner ul {
    margin-top: 60px;
  }
  section.training.dark-green {
    margin-bottom: 10px;
  }
  .vk-sec .inner h4 br {
    display: none;
  }
  .vk-sec .image img {
    width: 400px;
  }
  section.training.dark-green .image + .special-head.dark-green.fz21 {
    padding-top: 50px;
  }
  .col-highlight.dark-green-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .vk-sec .inner h4 {
    font-size: 22px;
  }
  .vk-sec .inner p {
    font-size: 18px;
  }
  .golden-bx .inner ul li {
    width: auto;
    vertical-align: top;
    margin: 0;
    width: calc(100% / 6 - 10px);
  }
  .golden-bx .inner ul li::after {
    display: block !important;
  }
  .golden-bx .inner ul li h5 {
    font-size: 32px;
  }
  .curve-bx .inner .desc p {
    font-size: 18px;
  }
  .curve-bx .inner .head h4 {
    font-size: 18px;
  }
  .red-curve-bx ul li {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .red-curve-bx {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .general-text h4.head-bosch {
    margin-bottom: 20px;
  }
  .sessions.sdc-session .head p.col-dark-green {
    font-size: 18px;
  }
  .sessions.sdc-session .head .dark-green h4 {
    font-size: 18px;
  }
  section.sdc-menu.orange {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
    z-index: 9999;
  }
  .special-head.orange {
    margin-bottom: 60px;
  }
  .general-text {
    margin-bottom: 70px;
  }
  .special-head.low-mar {
    margin-bottom: 0px;
  }
  .box-part.justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .members .box .imagebx p {
    font-size: 18px;
    line-height: 1.5;
  }
  .general-text .tac .image {
    width: 60%;
  }
  .members .box p span.tt {
    font-size: 18px;
  }
  section.members.light-blue {
    padding: 30px 0;
  }
  section.members.light-blue {
    margin-bottom: 80px;
    margin-top: 0;
  }
  .student-sec .row {
    width: 49.8%;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 40px;
  }
  .student-sec .row .box {
    width: 30%;
    display: inline-block;
    margin: 0 8px;
    vertical-align: top;
  }
  .student-sec .row .box:first-child {
    margin-left: 0;
  }
  .student-sec .row .box:last-child {
    margin-right: 0;
  }
  .student-sec .row:nth-child(2n+2) {
    margin-left: -4px;
    text-align: right;
  }
  .student-sec .row .box p {
    font-size: 18px;
  }
  .student-sec .row:nth-child(4) {
    border-bottom: 1px solid;
  }
  .student-sec .row:nth-child(7) {
    border-bottom: 0;
  }
  .blue-grid-bx {
    margin-bottom: 80px;
  }
  .blue-grid-bx .inner .row .box .bx-inner h4 {
    font-size: 18px;
  }
  .blue-grid-bx .inner .row .box .bx-inner {
    padding: 10px 30px;
  }
  .blue-grid-bx .inner {
    max-width: 70%;
    margin: auto;
  }
  body.others.jijabai.adoption-of-jijabai-iti .w500 {
    width: 500px;
  }
  .partner-list .inner ul li {
    font-size: 18px;
  }
  .partner-list .inner ul li {
    background: #f7f7f7;
  }
  section.partner-list {
    margin-bottom: 60px;
  }
  .partner-list .inner p {
    font-size: 16px;
  }
  section.top-sec.pb40 {
    padding-bottom: 0;
  }
  .partner-list .inner ul li {
    padding: 15px 0;
  }
  .partner-list .inner ul li:nth-child(odd) {
    background: #f1f1f1;
  }
  section.curve-sec .row .curve-bx:nth-child(3n+3) {
    margin-right: 0;
  }
  section.curve-sec .row .curve-bx {
    width: 31.75%;
  }
  section.curve-sec {
    margin-bottom: 50px;
  }
  .curve-sec .curve-bx .inner p {
    font-size: 18px;
  }
  .curve-sec .curve-bx .inner h3 {
    font-size: 18px;
  }
  .box-sec.csr-near .container {
    max-width: 1200px;
  }
  section.box-sec.csr-near .box {
    margin-bottom: 50px;
  }
  .box-sec.csr-near .box .image-bx {
    padding: 0 80px;
    padding-bottom: 40px;
  }
  .box-sec.csr-near .box .text {
    padding: 0 80px;
    padding-top: 30px;
  }
  .box-sec.csr-near .box .text p {
    font-size: 18px;
  }
  section.box-sec.csr-near {
    padding-top: 60px;
  }
  .box-sec.csr-near .box .image .half img {
    width: 49%;
  }
  section.resource-partner.how-we-wrok .blue-box {
    margin-bottom: 80px;
  }
  section.media-sec .inner .med-bx .image img {
    width: 100%;
  }
  .media-sec .med-bx p {
    font-size: 15px;
  }
  .media-sec .med-bx .head h3 {
    font-size: 20px;
  }
  section.media-sec .inner .med-bx {
    margin-right: 40px;
    margin-bottom: 40px;
  }
  section.media-sec {
    margin-bottom: 50px;
  }
  section.top-sec.pb30.prl10 {
    padding-bottom: 5px;
  }
  .media-sec .med-bx .head h3 {
    font-size: 29px;
  }
  section.resource-partner {
    margin-bottom: 0;
  }
  .resource-partner .blue-box .inner .image {
    padding-top: 22px;
  }
  .downloads .inner .down-bx h4 {
    font-size: 18px;
  }
  section.downloads {
    margin-bottom: 60px;
  }
  .downloads .inner .down-bx .download img {
    width: 30px;
  }
  .blue-contact-sec .top p {
    font-size: 18px;
  }
  .blue-contact-sec .inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .sessions .head {
    margin-top: 10px;
  }
  .feedback-box.plr-30.width-725-pro {
    margin-bottom: 70px;
  }
  section.dark-big {
    margin-top: 0;
  }
  .pagination.dark + .dark-big {
    margin-bottom: 0;
  }
  .images .image.width-100-ipad.h-800 img {
    max-height: 800px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .wrapping-text .special-head {
    margin-top: 10px;
    margin-bottom: -20px;
  }
  .wrapping-text .special-head h3 {
    font-size: 23px;
  }
  .wrapping-text .special-head h3 img {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .col-highlight.dark-green-bg .inner.width-725-pro {
    max-width: 100%;
  }
  .btm-text.masonary .image {
    margin-right: 0;
  }
  .general-text.pt40.white-bg {
    padding-top: 0;
  }
  .sessions.w500.width-725-pro.batein-dil-ki {
    max-width: 725px;
  }
  .sessions.w500.width-725-pro.batein-dil-ki .video {
    margin-bottom: 80px;
  }
  section.box-sec.emo-box.sdc-box .box.box-3 {
    margin-right: 0px;
  }
  section.box-sec.emo-box.sd-box .box-part.w500 .box:nth-child(4) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1800px) {
  header .nav .desktop .inner {
    padding-left: 20px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1550px) and (min-width: 1200px) {
  .box-sec .box {
    margin-right: 20px;
  }
  .vision .vision-inner img {
    -o-object-position: center;
       object-position: center;
  }
  .vision .dark-bg {
    padding: 90px;
  }
  .vision .vision-inner {
    height: 593px;
  }
  header .nav .desktop .inner {
    padding-left: 20px;
    padding-right: 10px;
  }
  .navigationn .btm-box .fourth.nav-col {
    margin-right: 23px;
  }
  .navigationn.video-nav.desktop.show-desktop .inner .col {
    margin-right: 25px;
  }
  .navigationn .btm-box .fivth.nav-col ul li {
    margin-right: 0;
    padding-right: 10px;
  }
  header .nav .navigation ul li a::after {
    right: -5px;
  }
  .navigationn .btm-box {
    margin-top: -41%;
  }
}

@media screen and (max-width: 1366px) {
  header .nav .desktop .inner {
    padding-left: 20px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  section.green-sec-trilokpuri .grid-sec .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
  }
  .box-sec.act-box .box-part.w500 .box:nth-child(1) {
    margin-left: 0;
  }
  .popup .pop-inner .pop-content .pop-middle .free-service-img img {
    max-width: 110px;
  }
  .box-sec .box .head h3.fz45 {
    font-size: 28px;
  }
  .box-sec .box .head h3.fz41 {
    font-size: 28px;
  }
  section.video-sec.pink-bg .white-bg .video .vid-bx iframe {
    max-height: 190px;
  }
  .box-sec .box.green.green-bg {
    margin-left: 20px;
  }
  .trilokpuri .special-head.white {
    padding-top: 0;
  }
  .trilokpuri .special-head.white {
    padding-top: 0;
    margin-bottom: 70px;
  }
  section.trilok-three {
    padding-top: 40px;
  }
  section.trilok-three .grid .box {
    margin-right: 55px;
  }
  section.trilok-three .btm-desc {
    margin-bottom: 50px;
  }
  .top-big-logo img {
    max-width: 350px;
    padding: 30px 0;
  }
  .carousel-sec .tag h4 {
    font-size: 20px;
  }
  .pond-sec .head h3 {
    font-size: 28px;
  }
  .pond-sec .btn a {
    font-size: 18px;
  }
  .pond-main-sec .big-head h2 {
    font-size: 90px;
  }
  .pond-main-sec .inner-content h4 {
    font-size: 30px;
  }
  .pond-main-sec .big-head {
    margin-bottom: 40px;
  }
  .pond-main-sec {
    padding-top: 100px;
  }
  .bdk-banner .inner .left h3 {
    font-size: 36px;
  }
  .bdk-banner .cta a {
    font-size: 24px;
  }
  .enhance-form .head h3 {
    font-size: 36px;
  }
  .enhance-form form .input input {
    padding: 10px;
    font-size: 16px;
  }
  .enhance-form form .input.textarea textarea {
    font-size: 15px;
    padding: 10px;
  }
  .enhance-form form .input.submit button {
    font-size: 16px;
  }
  .cousellors-sec .head h3 {
    font-size: 32px;
  }
  .cousellors-sec .grid-councellor .text h4 {
    font-size: 20px;
  }
  .cousellors-sec .cta a {
    font-size: 26px;
  }
  .search-sec .search-field .image img {
    max-width: 20px;
  }
  .search-sec .input input {
    font-size: 16px;
    padding-left: 15px;
  }
  .search-sec .input a.cancel {
    top: 2px;
  }
  .search-sec .found h4 {
    font-size: 18px;
  }
  .results-inner .result h4 {
    font-size: 22px;
  }
  .results-inner .result a p {
    font-size: 14px;
  }
  .results-inner .result a {
    padding: 25px 30px;
  }
  .comment-sec .big-text h4.small {
    font-size: 30px;
  }
  .search-sec .pagination ul li a {
    width: auto;
    font-size: 16px;
  }
  .comment-sec .big-text h2.big {
    font-size: 260px;
  }
  section.social-impact.impact-onground .inner .counter .box {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
  section.social-impact.impact-onground .inner .counter .box .count h2 {
    font-size: 35px;
  }
  section.social-impact.impact-onground .inner .counter .box h5 {
    font-size: 12px;
  }
  section.impact-onground .inner .counter .box {
    margin: 0 4px;
  }
  section.social-impact.impact-onground .disc p {
    font-size: 12px;
  }
  section.social-impact.impact-onground .inner .head h3 {
    font-size: 35px;
  }
  section.social-impact.impact-onground .inner .head h4 {
    font-size: 20px;
  }
  section.social-impact {
    margin-top: 60px;
  }
  .banner-impact-sec .inner-text h2 {
    font-size: 42px;
    margin-top: 20px;
  }
  .banner-impact-sec .inner-text p {
    font-size: 18px;
  }
  .banner-impact-sec .banner-img {
    height: 450px;
  }
  .banner-impact-sec .banner-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .higlight-text h3 {
    font-size: 20px;
    padding: 0 80px;
  }
  .video-blue-sec .head h4 {
    font-size: 26px;
  }
  .video-blue-sec .head h3 {
    font-size: 32px;
  }
  .video-blue-sec .btm-head h3 {
    font-size: 30px;
  }
  .season-btn .btn-inner a {
    font-size: 25px;
    padding: 15px;
    width: 300px;
  }
  .new-desc-sec h3 {
    font-size: 26px;
  }
  .new-desc-sec .image-grid img {
    max-width: 100%;
  }
  .new-desc-sec .image-grid .image {
    width: calc(100%/6);
  }
  .box-sec .box.hsb-bg .head h3 {
    font-size: 38px;
  }
  .box-sec .box.hsb-bg h5 {
    font-size: 25px;
  }
  .box-sec .box.hsb-bg h4 {
    font-size: 24px;
  }
  .box-sec .box.hsb-bg .curve-head h4 {
    font-size: 20px;
  }
  .box-sec .box.hsb-bg .head {
    padding-bottom: 20px;
  }
  .work-banner .bg h3.fz32 {
    font-size: 26px;
  }
  .work-banner .bg h4 {
    font-size: 20px;
  }
  .work-banner .bg {
    background-position: left;
  }
  .work-banner .bg .work-bg h3 {
    font-size: 70px;
  }
  .work-banner .bg .work-bg::before {
    width: 200px;
    left: -220px;
  }
  .work-banner .bg .work-bg h3.fz82 {
    font-size: 60px;
  }
  .work-banner .bg .work-bg::before {
    width: 220px;
  }
  .imagination-sec .ico-box .icon img {
    height: 120px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .imagination-sec .ico-box .icon h5 {
    font-size: 50px;
  }
  .imagination-sec .ico-box .icon p {
    font-size: 18px;
  }
  .imagination-sec .ico-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .imagination-sec .ico-box .icon {
    width: 33%;
  }
  .img-box.general-text .four .image {
    width: 48%;
  }
  .img-box.general-text .three .image {
    width: 31%;
  }
  section.sdc-top.slider button.slick-arrow {
    background-size: 30px;
  }
  section.sdc-top.slider button.slick-arrow.slick-next {
    background-size: 30px;
  }
  .banner iframe {
    height: 490px;
  }
  .home-banner .slick-next {
    bottom: 18%;
  }
  .job-fair-sec .head h3 {
    font-size: 56px;
  }
  .job-fair-sec .head h4 {
    font-size: 42px;
  }
  .top-box.work-box .inner .left {
    width: 40%;
  }
  .top-box.work-box .inner .right {
    width: 60%;
    padding: 20px;
  }
  .special-head.mehrun h3.fz50 {
    font-size: 38px;
  }
  .special-head.mehrun h3.fz50 br {
    display: none;
  }
  .special-head.mehrun h3.fz60 {
    font-size: 48px;
  }
  .special-head.mehrun h3.fz60 br {
    display: none;
  }
  .sd-workshop-page .special-head.mehrun img:first-child {
    margin-bottom: 10px;
  }
  .yellow-empowered-sec .head h3 {
    font-size: 42px;
  }
  .yellow-empowered-sec .head h4 {
    font-size: 34px;
  }
  .yellow-empowered-sec .box-main h4 {
    font-size: 30px;
  }
  .yellow-empowered-sec .box-main .row .box {
    width: calc(100%/2);
    margin-bottom: 40px;
  }
  .employment-form-sec .inner .top .upload-photo {
    width: 21%;
  }
  .employment-form-sec .main-form .input-sec .input.one-third.mr0 {
    margin-right: 0;
  }
  .employment-form-sec .main-form .input-sec.width-50 {
    margin-right: 7px;
    width: 49%;
  }
  .employment-form-sec .main-form .input-sec.width-50 .input {
    width: 100%;
  }
  .employment-form-sec .main-form .input-sec.width-50 h4 {
    width: 100%;
  }
  .employment-form-sec .main-form .input-sec.inline h4 {
    width: 18%;
  }
  .employment-form-sec {
    padding: 60px;
  }
  .phase-btm-sec .heading-sec h5 {
    font-size: 24px;
  }
  .phase-btm-sec .heading-sec h3 {
    font-size: 34px;
  }
  .phase-btm-sec .heading-sec h4 {
    font-size: 34px;
  }
  .train-teacher .special-head.mehrun h3 {
    font-size: 58px;
  }
  .train-teacher {
    padding: 60px 0 80px;
  }
  .box-sec .box-part .image.padding-inner {
    max-width: 85%;
  }
  .box-sec .box .head h3.fz30 {
    font-size: 28px;
  }
  .box-sec .box .head h3.fz36 {
    font-size: 32px;
  }
  .doordarshan-sec .heading h3 {
    font-size: 35px;
  }
  .doordarshan-sec .heading h4 {
    font-size: 26px;
  }
  .doordarshan-sec .inner .desc p {
    font-size: 19px;
  }
  .special-head.orange h3 span.bigtext {
    font-size: 56px;
  }
  .big-nav ul li a {
    font-size: 30px;
  }
}

@media screen and (max-width: 768px) {
  .headline h3 {
    font-size: 18px;
  }
  .popup .pop-inner .pop-content .pop-middle p br {
    display: none;
  }
  .special-head.mehrun img.mb20 {
    margin-bottom: 15px;
  }
  .new-desc-sec h3 {
    font-size: 21px;
  }
  .box-sec .box.green.green-bg {
    margin-left: 10px;
  }
  .box-sec .box-part .box.mr {
    margin-right: 10px;
  }
  .team-sec .inner .box {
    width: 30%;
    margin-right: 30px;
  }
  .team-sec .inner .box:nth-child(3n+3) {
    margin-right: 0;
  }
  .team-sec .inner .box:nth-child(3n+1) {
    margin-left: 0;
  }
  .team-sec.blue-bg .container {
    padding: 0 60px;
  }
  .video-nav .inner-col .col:nth-child(4) .left-bx, .video-nav .inner-col .col:nth-child(5) .left-bx {
    padding-top: 0px;
  }
  .yelow-banner .inner .image iframe {
    height: 180px;
  }
  .top-box .inner .right {
    width: 100% !important;
    max-width: 100%;
  }
  .banner-counting .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .bg-box-sec .inner .box .head h3 {
    font-size: 34px;
  }
  .bg-box-sec .inner .box .desc-red p {
    font-size: 13px;
  }
  .bg-box-sec .inner .box .desc-red a {
    font-size: 14px;
  }
  .work-banner .bg .work-bg h3 {
    font-size: 60px;
  }
  .work-banner .bg .work-bg h5 {
    font-size: 30px;
  }
  .work-banner .bg .work-bg::before {
    left: -263px;
    -webkit-transform: skew(-45deg);
            transform: skew(-45deg);
  }
  .work-banner .bg .work-bg {
    width: 120px;
  }
  .work-banner .bg {
    padding: 30px 30px;
    padding-left: 270px;
    height: auto;
    background-position: left bottom;
    min-height: 300px;
  }
  .work-banner .bg h3 {
    font-size: 28px;
  }
  .work-banner .bg h4 {
    font-size: 20px;
  }
  .border-red {
    margin-top: 60px;
  }
  .topic-box .inner ul {
    padding-left: 20px;
  }
  .topic-box .inner ul li {
    font-size: 13px;
  }
  .topic-box .inner ul {
    padding-left: 20px;
  }
  .topic-box .inner ul li {
    font-size: 13px;
  }
  .general-text.hsb .heading h3 {
    font-size: 22px;
  }
  .top-box .inner .left {
    width: 100% !important;
    max-width: 100%;
  }
  .special-head.mehrun img:first-child, .special-head.mehrun h3.fz90 {
    font-size: 60px;
  }
  .yelow-banner .inner .text h3 {
    font-size: 25px;
  }
  .yelow-banner .inner .image iframe {
    height: 140px;
  }
  section.green-sec-trilokpuri .grid-sec .box {
    margin: 0 9px 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.5%;
            flex: 0 0 31.5%;
  }
  .trilokpuri .pagination ul li a {
    font-size: 20px;
  }
  section.green-sec-trilokpuri .grid-sec .box .desc {
    padding: 10px;
  }
  section.green-sec-trilokpuri .grid-sec .box .desc p {
    margin: 0;
    font-size: 13px;
  }
  section.trilok-three .grid .box {
    margin-right: 45px;
  }
  .yelow-banner {
    margin-bottom: 40px;
  }
  .bg-box-sec .inner .box .head h3.fz26 {
    font-size: 21px;
  }
  .bg-box-sec .inner .box .head h3.fz36 {
    font-size: 30px;
  }
  .work-banner .bg .work-bg h3.fz56 {
    font-size: 26px;
  }
  .pond-sec .head h3 {
    font-size: 25px;
  }
  .pond-sec .btn {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .pond-sec .btn a {
    font-size: 14px;
    padding: 10px 20px;
  }
  .carousel-sec .tag h4 {
    font-size: 28px;
    font-weight: 400;
    border-width: 2px;
  }
  .carousel-sec .tag {
    width: 96%;
  }
  .pond-sec .carousel-sec .home-carousel {
    max-width: 100%;
  }
  .pond-sec .carousel-sec .item {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .pond-main-sec .big-head h2 {
    font-size: 70px;
  }
  .pond-main-sec .inner-content h4 {
    font-size: 26px;
  }
  .bdk-banner .inner .left h3 {
    font-size: 32px;
  }
  .bdk-banner .cta a {
    font-size: 20px;
  }
  .bdk-banner .cta a img {
    max-width: 8px;
  }
  .enhance-form .head h3 {
    font-size: 32px;
  }
  .enhance-form form .input {
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .enhance-form {
    padding-left: 0;
    padding-right: 0;
  }
  .enhance-form form .input:nth-child(4n+4) {
    padding-right: 0;
  }
  .enhance-form form .input.textarea {
    padding-right: 0;
  }
  .cousellors-sec .head h3 {
    font-size: 26px;
  }
  .cousellors-sec .grid-councellor .text h4 {
    font-size: 16px;
  }
  .cousellors-sec .cta a {
    font-size: 20px;
  }
  .cousellors-sec .cta a img {
    max-width: 8px;
  }
  .results-inner .result h4 {
    font-size: 20px;
  }
  .results-inner .result a p {
    font-size: 13px;
    margin-top: 0;
  }
  .results-inner .result a {
    padding: 20px 30px;
    border-bottom: 1px solid #eaeaea;
  }
  .search-sec .found h4 {
    font-size: 15px;
  }
  .search-sec .input input {
    font-size: 14px;
  }
  .big-menu {
    margin-top: 15px;
  }
  .comment-sec .big-text h2.big {
    font-size: 190px;
  }
  .comment-sec .big-text h4.small {
    font-size: 24px;
  }
  section.social-impact.impact-onground .inner .counter .box:last-child {
    margin-top: 15px;
  }
  section.social-impact.impact-onground .inner .counter .box .count h2 {
    font-size: 30px;
    padding-top: 6px;
  }
  section.impact-onground .inner .counter .box {
    margin: 0 6px;
  }
  section.social-impact.impact-onground .inner .head h3 {
    font-size: 32px;
  }
  .social-impact .cta a {
    font-size: 17px;
    padding: 6px 10px;
  }
  .social-impact .cta a img {
    max-width: 4px;
  }
  .video-blue-sec .head h4 {
    font-size: 20px;
  }
  .video-blue-sec .head h3 {
    font-size: 28px;
  }
  .video-blue-sec .btm-head h3 {
    font-size: 23px;
  }
  .season-btn .btn-inner a {
    font-size: 22px;
    padding: 15px;
    width: 250px;
  }
  section.social-impact .inner .counter .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    margin-bottom: 20px;
  }
  .box-sec .box.hsb-bg .head h3 {
    font-size: 26px;
  }
  .box-sec .box.hsb-bg h5 {
    font-size: 22px;
  }
  .box-sec .box.hsb-bg h4 {
    font-size: 20px;
  }
  .box-sec .box.hsb-bg .curve-head h4 {
    font-size: 15px;
  }
  .box-sec .box.hsb-bg .head {
    padding-bottom: 20px;
  }
  section.social-impact.impact-onground .inner .counter .box {
    width: 30%;
  }
  section.social-impact.impact-onground .inner .counter .box:last-child {
    margin-top: 0;
  }
  section.social-impact.impact-onground .inner .counter .box h5 {
    font-size: 16px;
  }
  .video-blue-sec .video-inner .video iframe {
    max-height: 310px;
  }
  .box-sec .box-part .curve-head.big h4.fz-27 {
    font-size: 18px;
  }
  .bg-box-sec .inner .box .head h3.fz22 {
    font-size: 20px;
    padding-top: 20px;
  }
  .box-sec .box.work-bg {
    background-size: 170%;
  }
  .higlight-text h3 br {
    display: none;
  }
  .banner-impact-sec .inner-text h2 {
    font-size: 28px;
  }
  .banner-impact-sec .inner-text p {
    font-size: 16px;
  }
  .banner-impact-sec .banner-img {
    height: 340px;
  }
  section.video-sec.pink-bg .video {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  section.video-sec.pink-bg .video .vid-bx {
    width: 48%;
    margin: 1%;
  }
  section.video-sec.pink-bg .video .vid-bx iframe {
    max-height: 180px;
  }
  .work-banner .bg h3.fz32 {
    font-size: 24px;
  }
  .work-banner .bg h4 {
    font-size: 19px;
  }
  .img-box.general-text {
    margin-bottom: 35px;
  }
  .meaningfull-impact .head p br {
    display: none;
  }
  section.sdc-top.slider button.slick-arrow {
    width: 30px;
    height: 70px;
  }
  .special-head.mehrun h3.fz70 {
    font-size: 50px;
  }
  .special-head.mehrun h3 p {
    font-size: 26px;
  }
  .special-head.mehrun h3.fz50 {
    font-size: 36px;
  }
  .job-fair-sec .head h3 {
    font-size: 40px;
  }
  .job-fair-sec .head h4 {
    font-size: 32px;
  }
  .text-grid .item {
    width: calc(100%/3 - 15px);
  }
  .text-grid .item .desc p {
    font-size: 12px;
  }
  .banner-counting .row .col .inner h4 {
    font-size: 60px;
  }
  .banner-counting .row .col:nth-child(2) .inner h4 {
    font-size: 75px;
  }
  .banner-counting .row .col:nth-child(2) .inner {
    width: 250px;
    height: 250px;
    padding: 70px 0;
  }
  .banner-counting .row .col .inner {
    width: 175px;
    height: 175px;
    padding: 40px 0;
  }
  .banner-counting .row .col {
    padding: 0 20px;
  }
  .banner-counting .row .col .inner p {
    font-size: 22px;
  }
  .banner-counting .row .col:nth-child(2) .inner p {
    font-size: 30px;
  }
  .banner-counting .btm-line h3 {
    font-size: 34px;
  }
  .bg-box-sec .inner .box .head h3.fz34 {
    font-size: 26px;
  }
  .special-head.mehrun h3.fz60 {
    font-size: 42px;
  }
  .special-head.mehrun h3.fz60 {
    font-size: 28px;
  }
  .work-banner .bg {
    padding-top: 60px;
    padding-bottom: 60px;
    height: 400px;
  }
  .special-head.mehrun h3.fz50 {
    font-size: 40px;
  }
  .bg-box-sec .inner .box .head h3.fz33 {
    font-size: 28px;
    margin-top: 60px;
  }
  .yellow-empowered-sec .container-full.container {
    padding: 0 20px;
  }
  .yellow-empowered-sec .box-main .row .box {
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .employment-form-sec {
    padding: 30px;
  }
  .employment-form-sec .inner .top .head h3 {
    font-size: 12px;
  }
  .employment-form-sec .emp-head h4 {
    font-size: 12px;
  }
  .employment-form-sec label.grad-btn {
    font-size: 11px;
  }
  .employment-form-sec .emp-head {
    margin-top: 20px;
  }
  .employment-form-sec .main-form .input-sec h4 {
    font-size: 14px;
  }
  .employment-form-sec .main-form .input-sec .input label {
    font-size: 14px;
  }
  .employment-form-sec .inner {
    padding: 30px;
  }
  .employment-form-sec .main-form .input-sec table th, .employment-form-sec .main-form .input-sec table td {
    font-size: 11px;
  }
  .popup.vacancy-trainer .heading h3 {
    font-size: 18px;
  }
  .popup.vacancy-trainer .pop-inner .logo img {
    max-width: 110px;
  }
  .popup.vacancy-trainer .pop-content h4 {
    font-size: 50px;
  }
  .popup.vacancy-trainer .pop-content .small-heading h5 {
    font-size: 18px;
  }
  .popup.vacancy-trainer .pop-content .btm-desc h4 {
    font-size: 20px;
  }
  .popup.vacancy-trainer .pop-inner {
    padding: 10px 30px 30px;
  }
  section.social-impact.impact-richa .inner .counter .box {
    width: calc(100%/3 - 20px);
    padding: 20px 5px;
  }
  section.social-impact .inner .counter .box .count h2 {
    font-size: 38px;
  }
  section.social-impact.impact-richa .inner .counter .box h5 {
    font-size: 18px;
  }
  .train-teacher {
    margin-top: 70px;
    padding-top: 40px;
  }
  .train-teacher .special-head.mehrun h3 {
    font-size: 48px;
  }
  .train-teacher .special-head.mehrun h3 span {
    font-size: 26px;
  }
  .train-teacher .video iframe {
    height: 400px;
  }
  .box-sec .box .head h3.fz30 {
    font-size: 21px;
  }
  .box-sec .box .head h3.fz36 {
    font-size: 28px;
  }
  .doordarshan-sec .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
  }
  .doordarshan-sec .inner .video {
    width: 100%;
  }
  .doordarshan-sec .inner .desc {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
  }
  .niit-special-sec .head h3 {
    font-size: 28px;
  }
  .niit-special-sec .head h4 {
    font-size: 20px;
  }
  .niit-special-sec .two-head h4 {
    font-size: 22px;
  }
  .niit-special-sec .two-head h5 {
    font-size: 30px;
  }
  .niit-special-sec .desc h5 {
    font-size: 28px;
  }
  .niit-special-sec .desc .list h6 {
    margin-top: 20px;
    font-size: 30px;
  }
  .niit-special-sec .desc .list ul li {
    font-size: 19px;
    margin-bottom: 20px;
  }
  .niit-special-sec .desc .list ul {
    padding-left: 0;
  }
  .special-head.orange h3 span.bigtext {
    font-size: 44px;
  }
  .big-nav ul li a {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  .enhance-form {
    overflow: hidden;
  }
  .bg-box-sec .inner .box {
    width: 100%;
    margin-right: 0;
  }
  .season-btn .btn-inner {
    display: block;
  }
  .new-desc-sec h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .bg-box-sec .inner .box .head h3.fz22 {
    padding-top: 20px;
  }
  .season-btn .btn-inner a {
    font-size: 16px;
    padding: 15px;
    max-width: 100%;
    width: 100%;
    margin: 0 0 10px;
  }
  .special-head.mehrun.pt-90 {
    padding-top: 20px;
  }
  .topic-box {
    margin-top: 70px;
  }
  .work-banner .bg {
    height: auto;
    padding-left: 50px;
    padding-top: 120px;
    padding-bottom: 60px;
    padding-right: 40px;
  }
  .trainess-sec .special-head.mehrun .container {
    padding: 0;
  }
  .work-banner .bg .work-bg::before {
    height: 240px;
    width: 170px;
    left: -120px;
  }
  .work-banner .bg .work-bg {
    height: 110px;
  }
  .work-banner .bg .work-bg h5 {
    font-size: 20px;
    -webkit-transform: none;
            transform: none;
  }
  .work-banner .bg .work-bg h3 {
    font-size: 34px;
  }
  .top-box .inner .right {
    padding: 20px;
  }
  .top-box p {
    font-size: 15px;
  }
  .work-banner .bg .work-bg h3 {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .work-banner .bg .work-bg {
    height: 0;
  }
  .special-head.mehrun img:first-child, .special-head.mehrun h3.fz90 {
    margin-top: 0;
    font-size: 45px;
  }
  .special-head.mehrun img:first-child, .special-head.mehrun h3.fz90 p {
    font-size: 16px;
  }
  .topic-box .inner .top-headd {
    width: 90%;
    padding: 10px 5px;
    -webkit-transform: none;
            transform: none;
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .topic-box .inner .top-headd h3 {
    font-size: 18px;
  }
  .topic-box .inner ul:first-child {
    margin-top: -40px;
  }
  .special-head.mehrun img:first-child, .special-head.mehrun h3.fz90 {
    margin-top: 0;
    font-size: 45px;
  }
  .special-head.mehrun img:first-child, .special-head.mehrun h3.fz90 p {
    font-size: 16px;
  }
  .topic-box .inner .top-headd {
    width: 90%;
    padding: 10px 5px;
    -webkit-transform: none;
            transform: none;
    margin-top: -50px;
    margin-bottom: 20px;
  }
  .topic-box .inner .top-headd h3 {
    font-size: 18px;
  }
  .topic-box .inner ul:first-child {
    margin-top: -40px;
  }
  .border-red {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .students .image {
    width: calc(100%/3);
    margin-bottom: 20px;
  }
  .students {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .feature-images .inner .image {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  .students .image {
    width: calc(100%/3);
    margin-bottom: 20px;
  }
  .students {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feature-images .inner .image {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  .yelow-banner .inner .text {
    width: 100%;
    padding: 0;
  }
  .yelow-banner .inner {
    padding: 20px;
  }
  .yelow-banner .inner br {
    display: none;
  }
  .yelow-banner .inner .image iframe {
    height: 200px;
  }
  .yelow-banner .inner .text h3 {
    margin-top: 0;
  }
  .top-box {
    margin-bottom: 40px;
  }
  .topic-box .inner ul {
    margin-bottom: 0;
  }
  .yelow-banner .inner .image {
    width: 100%;
  }
  .students .image {
    width: calc(100%/3);
    margin-bottom: 20px;
  }
  .students {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .feature-images .inner .image {
    width: 100%;
    padding: 0;
    padding-bottom: 20px;
  }
  .yelow-banner .inner .text {
    width: 100%;
    padding: 0;
  }
  .yelow-banner .inner {
    padding: 20px;
  }
  .yelow-banner .inner br {
    display: none;
  }
  .yelow-banner .inner .image iframe {
    height: 210px;
  }
  .yelow-banner .inner .image {
    width: 100%;
  }
  .banner-counting .row .col .inner h4 {
    font-size: 70px;
  }
  .banner-counting .row .col .inner p {
    font-size: 17px;
  }
  .banner-counting .row .col:nth-child(2) .inner h4 {
    font-size: 70px;
  }
  .banner-counting .row .col:nth-child(2) .inner p {
    font-size: 28px;
  }
  .banner-counting .row .col {
    margin-bottom: 30px;
  }
  .banner-counting .row .col .inner {
    width: 160px;
    height: 160px;
  }
  .banner-counting .row .col:nth-child(2) .inner {
    width: 240px;
    height: 240px;
    padding: 65px 0;
  }
  .banner-counting .btm-line h3 {
    font-size: 30px;
    margin-top: 0;
  }
  .trainess-sec {
    margin-bottom: 50px;
  }
  .box-sec .box.hsb-bg h4 {
    font-size: 21px;
  }
  .box-sec .box.hsb-bg .head h3 {
    font-size: 40px;
  }
  .box-sec .box.hsb-bg h5 {
    font-size: 22px;
  }
  .box-sec .box.hsb-bg .curve-head h4 {
    font-size: 16px;
  }
  .bg-box-sec .inner .box:first-child .desc-red {
    min-height: auto;
    padding-bottom: 80px;
  }
  .bg-box-sec .inner .box .head h3.fz26 {
    padding-top: 25px;
  }
  .bg-box-sec .border-red {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .trainess-sec .special-head.mehrun.pt-90 .container {
    padding: 0;
  }
  section.social-impact .inner .counter {
    padding: 0;
  }
  section.social-impact .inner .head h3 {
    font-size: 26px;
    line-height: 1;
  }
  section.social-impact .inner .head h4 {
    font-size: 20px;
  }
  section.social-impact .inner .head {
    padding: 0 20px;
  }
  section.social-impact .inner .counter .box .count h2 {
    font-size: 28px;
  }
  section.social-impact .inner .counter .box h5 {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    padding-top: 4px;
  }
  section.social-impact .inner .counter .box .count h3 {
    font-size: 20px;
  }
  section.social-impact .inner .counter .box {
    margin-bottom: 20px;
  }
  section.social-impact .inner .counter .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
            flex: 0 0 44%;
    margin: 0 8px 18px;
  }
  section.social-impact h5.counting {
    margin-top: 10px;
    font-size: 18px;
    margin-bottom: 20px;
  }
  section.social-impact .band h4 {
    font-size: 12px;
  }
  section.social-impact .disc p {
    font-size: 13px;
  }
  section.social-impact .inner {
    padding-top: 25px;
    padding-bottom: 10px;
  }
  section.social-impact .container {
    padding: 0 15px;
  }
  section.social-impact {
    margin-top: 60px;
  }
  section.social-impact .band {
    padding: 10px 10px;
  }
  section.social-impact .band h4 {
    margin: 0;
  }
  section.green-sec-trilokpuri .grid-sec {
    padding: 0;
  }
  section.green-sec-trilokpuri .grid-sec .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 0;
    margin-right: 12px;
    margin-bottom: 15px;
  }
  section.green-sec-trilokpuri .grid-sec .box:nth-child(3n+3) {
    margin-right: 11px;
  }
  section.green-sec-trilokpuri .grid-sec .box:nth-child(2n+2) {
    margin-right: 0;
  }
  .trilokpuri .special-head.white h3 {
    font-size: 20px;
  }
  .trilokpuri .special-head.white .container {
    padding: 0;
  }
  .trilokpuri .pagination {
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .trilokpuri .pagination ul li a {
    font-size: 15px;
    width: 25px;
    height: 26px;
    line-height: 25px;
  }
  section.green-sec-trilokpuri {
    margin-top: 40px;
    padding-top: 10px;
    margin-bottom: -40px;
  }
  .trilokpuri .special-head.white {
    margin-bottom: 30px;
  }
  section.trilok-three .special-head .container {
    padding: 0;
  }
  .top-big-logo img {
    max-width: 240px;
  }
  section.trilok-three .grid .box {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  section.trilok-three {
    margin-bottom: -40px;
  }
  section.trilok-three.trilokpuri .special-head h3 {
    font-size: 20px;
  }
  section.trilok-three {
    margin-top: 60px;
    padding-top: 20px;
  }
  .top-big-logo {
    margin-bottom: 60px;
  }
  .box-sec .box-part .box.mr {
    margin-right: 0;
  }
  .bg-box-sec .box .cta {
    position: absolute;
    bottom: 25px;
  }
  .home-carousel.sdc-carousel button.slick-arrow.slick-prev {
    background-size: 20px;
    height: 30px;
    width: 30px;
  }
  .home-carousel.sdc-carousel button.slick-arrow.slick-next {
    background-size: 20px;
    width: 30px;
    height: 30px;
  }
  .carousel-sec .tag h4 {
    font-size: 14px;
  }
  .carousel-sec .tag h4 {
    font-size: 14px;
  }
  .home-carousel.sdc-carousel.first button.slick-arrow.slick-prev {
    left: 30px;
  }
  .home-carousel.sdc-carousel.second button.slick-arrow.slick-next {
    right: 25px;
  }
  .pond-sec .head h3 {
    font-size: 20px;
  }
  .pond-main-sec .big-head h2 {
    font-size: 45px;
  }
  .pond-main-sec .inner-content h4 {
    font-size: 22px;
  }
  .pond-main-sec {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .bdk-banner .container .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 10px;
    text-align: center;
  }
  .bdk-banner {
    padding-bottom: 60px;
    height: auto;
    max-height: none;
    background-position: top;
  }
  .bdk-banner .container .inner .left {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .enhance-form form .input {
    width: calc;
    width: calc(100% / 2);
  }
  .enhance-form form .input:nth-child(2n+2) {
    padding-right: 0;
  }
  .cousellors-sec .grid-councellor .item {
    width: calc(100% / 2);
    padding: 0 15px;
    margin-bottom: 25px;
  }
  .cousellors-sec .cta a img {
    max-width: 7px;
  }
  .bdk-banner .right {
    max-width: 80%;
    margin: auto;
    margin-top: 0;
  }
  .search-sec .input a.cancel {
    font-size: 18px;
    top: 12px;
  }
  .search-sec .found h4 {
    font-size: 12px;
  }
  .results-inner .result h4 {
    font-size: 16px;
  }
  .results-inner .result a p {
    font-size: 11px;
  }
  .results-inner .result a {
    padding: 15px 20px;
  }
  .search-sec .pagination ul li a {
    font-size: 12px;
  }
  .search-sec {
    padding-bottom: 30px;
  }
  .search-results .pagination {
    margin-bottom: 10px;
  }
  .search-header {
    display: none;
  }
  .pond-sec .container.full-container {
    padding: 0 15px;
  }
  .pond-sec {
    padding: 30px 0;
  }
  .pond-sec .inner {
    border-width: 2px;
  }
  .pond-sec .btn {
    margin-bottom: 30px;
  }
  .pond-sec .btn {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .pond-sec .btn a {
    font-size: 12px;
    padding: 8px 15px;
  }
  .home-carousel.sdc-carousel button.slick-arrow {
    top: 47%;
  }
  .search-results .pagination ul {
    width: 70%;
    overflow-x: scroll;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
  .comment-sec .big-text h2.big {
    font-size: 90px;
  }
  .comment-sec .big-text h4.small {
    font-size: 16px;
  }
  .higlight-text h3 {
    padding: 0 18px;
    font-size: 21px;
  }
  section.social-impact .heading.bar {
    text-align: center;
  }
  .higlight-text {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  .banner-impact-sec .banner-img img {
    -o-object-position: center;
       object-position: center;
  }
  .banner-impact-sec .inner-text h2 {
    font-size: 22px;
    padding-right: 30px;
    width: 50%;
    margin-top: 0;
  }
  .banner-impact-sec .inner-text {
    padding: 40px 0;
  }
  .banner-impact-sec .banner-img {
    height: auto;
  }
  .banner-impact-sec .inner-text p {
    font-size: 12px;
    max-width: 40%;
    margin-top: 0;
  }
  .banner-impact-sec .inner-text p br {
    display: none;
  }
  section.social-impact.impact-onground .inner .counter .box {
    min-height: 120px;
    width: 44%;
    vertical-align: top;
  }
  section.social-impact.impact-onground .inner .counter .box:last-child {
    margin-top: 0;
  }
  section.social-impact.impact-onground .inner {
    padding: 50px 20px 30px;
  }
  .map-img img {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .map-sec {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.social-impact.impact-onground .inner .head h3 {
    font-size: 25px;
    line-height: 1.3;
  }
  .comment-sec .row .item {
    width: 100%;
  }
  .comment-sec .row .item:nth-child(odd) {
    padding-right: 0;
  }
  .impact-pagination ul li a {
    font-size: 12px !important;
    width: 30px;
  }
  .pagination.impact-pagination {
    padding-bottom: 40px;
  }
  .video-blue-sec .head h4 {
    font-size: 16px;
  }
  .video-blue-sec .head h3 {
    font-size: 20px;
  }
  .video-blue-sec .btm-head h3 {
    font-size: 18px;
  }
  .video-blue-sec .video-inner .video {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .video-blue-sec .video-inner .video iframe {
    height: 190px;
  }
  .video-blue-sec {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .bg-box-sec.yellow-box .inner .box:first-child .desc-red {
    min-height: 150px;
  }
  .bg-box-sec.yellow-box .inner .box .desc-red {
    min-height: 150px;
    padding-bottom: 50px;
  }
  .bg-box-sec.yellow-box .inner .box:first-child .head {
    padding-top: 15px;
  }
  .social-header {
    top: 100px;
  }
  .emo-dropdown.enhance-drop .drop-click p {
    font-size: 16px;
  }
  .work-banner.yellow-bg .bg {
    background-size: cover;
    background-position: bottom;
  }
  .bg-box-sec.yellow-box .logo-bx img {
    max-width: 90%;
    margin-left: auto;
    display: block;
  }
  section.social-impact.impact-onground .inner .counter .box .count h2 {
    font-size: 24px;
  }
  section.social-impact.impact-onground .inner .counter .box h5 {
    font-size: 14px;
  }
  .new-desc-sec .image-grid .image {
    width: calc(100%/3);
    padding: 0 8px 10px;
  }
  .new-desc-sec .image-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .work-banner .bg h3 {
    font-size: 26px;
  }
  .work-banner .bg h4 {
    font-size: 18px;
  }
  .higlight-text h3 br {
    display: none;
  }
  section.video-sec.pink-bg .video {
    display: block;
  }
  section.video-sec.pink-bg .video .vid-bx {
    width: 100%;
  }
  .blue-contact-sec h3 {
    display: block;
    width: 100%;
  }
  .work-banner .bg .work-bg h3.fz82 {
    font-size: 34px;
  }
  .work-banner .bg h3.fz32 {
    font-size: 24px;
  }
  .work-banner .bg {
    background-position: bottom;
    background-size: cover;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 120px;
    padding-bottom: 40px;
  }
  .imagination-sec .desc {
    width: 100%;
  }
  .imagination-sec .ico-box {
    width: 100%;
    margin: 0;
  }
  .imagination-sec .ico-box .icon img {
    height: 90px;
  }
  .imagination-sec .ico-box .icon h5 {
    font-size: 36px;
  }
  .imagination-sec .ico-box .icon p {
    font-size: 13px;
  }
  .meaningfull-impact .head h3 {
    font-size: 28px;
  }
  .meaningfull-impact .head p {
    font-size: 14px;
  }
  .blue-box-sec {
    padding: 40px 30px;
  }
  .blue-box-sec .inner h4 {
    font-size: 22px;
  }
  .meaningfull-impact .btns a {
    font-size: 14px;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .meaningfull-impact .btns a span {
    font-size: 18px;
  }
  .meaningfull-impact .btns a:last-child {
    margin-bottom: 0;
  }
  .img-box.general-text .three .image {
    width: 100%;
  }
  .img-box.general-text .four .image {
    width: 100%;
  }
  .img-box.general-text {
    padding-bottom: 0px;
    margin-bottom: 0;
  }
  section.sdc-top.slider button.slick-prev.slick-arrow {
    left: 40px;
    background-size: 20px;
  }
  section.sdc-top.slider button.slick-next.slick-arrow {
    right: 40px;
  }
  section.sdc-top.slider button.slick-arrow.slick-next {
    background-size: 20px;
  }
  .imagination-sec .desc h4 {
    margin: 0;
  }
  .imagination-sec .desc {
    margin-bottom: 20px;
  }
  .banner iframe {
    height: 240px !important;
  }
  .home-banner .text h1 {
    font-size: 32px;
    color: #fff;
  }
  .home-banner .slick-next {
    background-size: 50%;
    background-position: center center;
    right: 46%;
    bottom: 30px;
  }
  .home-banner .banner {
    min-height: 240px;
    height: 240px;
  }
  .home-banner .banner {
    margin-top: 0;
  }
  .home-banner .banner img {
    height: 100%;
  }
  .home-banner .banner img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-banner .show-desktop + .text h1 {
    color: #000;
  }
  .home-banner .slick-next::before {
    opacity: 0;
  }
  .special-head.mehrun h3.fz70 {
    font-size: 34px;
  }
  .special-head.mehrun h3 p {
    font-size: 20px;
  }
  .special-head.mehrun h3.fz50 {
    font-size: 24px;
  }
  .job-fair-sec {
    margin-bottom: -41px;
    margin-top: 50px;
    padding: 30px 0;
  }
  .job-fair-sec .head h3 {
    font-size: 32px;
    line-height: 1.3;
  }
  .job-fair-sec .head h3 br {
    display: none;
  }
  .job-fair-sec .head h4 {
    font-size: 26px;
  }
  .job-fair-sec .border {
    overflow: hidden;
  }
  .job-fair-sec .border img {
    max-width: 260%;
    -o-object-position: center;
       object-position: center;
    margin-left: -79%;
  }
  .text-grid {
    padding: 0;
    margin-top: 40px;
  }
  .text-grid .item {
    width: calc(100%/2 - 10px);
  }
  .job-fair-sec .image-sec .image {
    width: 100%;
  }
  .slick-initialized .slick-slide.show-desktop {
    display: none;
  }
  .home-banner .banner + .text h1 {
    color: #000;
    width: 80%;
    line-height: .9;
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  .box-sec .box .sub-head h4 br {
    display: none;
  }
  .box-sec .box .head h3 br {
    display: none;
  }
  section.box-sec.emo-box.sdc-box .box .image img {
    width: 100%;
  }
  .popup .pop-inner {
    padding: 20px;
    max-width: 95%;
  }
  .popup .close img {
    max-width: 10px;
  }
  .popup .close {
    top: 3px;
    right: 5px;
  }
  .popup .pop-inner .pop-content .pop-header .dark-green {
    padding: 10px 10px 5px;
  }
  .popup .pop-inner .pop-content .pop-header h4 {
    font-size: 18px;
  }
  .popup .pop-inner .pop-content {
    padding: 10px;
  }
  .pop-header .image img {
    width: 70px;
  }
  .popup .pop-inner .pop-content .pop-header .btm.pink h4 {
    font-size: 18px;
  }
  .popup .pop-inner .pop-content .pop-header .btm.pink {
    padding: 6px;
  }
  .popup .pop-inner .pop-content .pop-middle .free-service-img img {
    max-width: 60px;
  }
  .pop-middle img {
    max-width: 50px;
  }
  .popup .pop-inner .pop-content .pop-middle .text h4 {
    font-size: 15px;
  }
  .popup .pop-inner .pop-content .pop-middle p {
    font-size: 13px;
  }
  .popup .pop-inner .pop-content .pop-middle a {
    font-size: 10px;
  }
  .popup .pop-inner .pop-content .btm-footer p {
    font-size: 8px;
  }
  .popup .pop-inner .pop-content .btm-footer div {
    padding: 5px;
    width: 88%;
  }
  .popup .pop-inner .pop-content .pop-middle {
    padding-top: 10px;
  }
  .popup .pop-inner .pop-content .btm-footer .green-bg p {
    font-size: 10px;
  }
  .popup .pop-inner .pop-content .btm-footer .green-bg {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popup .pop-inner .pop-content .btm-footer .pink-bg {
    width: 32%;
  }
  .popup .pop-inner {
    max-height: 95vh;
    overflow-y: auto;
  }
  .top-box.work-box .inner .right p {
    padding: 0 10px;
  }
  .bg-box-sec .inner .box .head h3.fz33 {
    font-size: 28px;
    margin-top: 60px;
  }
  .bg-box-sec .inner .box .head h3.fz33 {
    margin-top: 60px;
  }
  .bg-box-sec .inner .box:first-child .head h3.fz33 {
    margin-top: 30px;
  }
  .sd-workshop-page .special-head.mehrun h3 {
    font-size: 20px;
  }
  .new-desc-sec .image-grid.three .image {
    width: calc(100%/3);
  }
  .new-desc-sec .image-grid.three {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .work-banner.yellow-bg {
    margin-top: 10px;
  }
  .new-desc-sec .descc.pb40 {
    padding-bottom: 10px;
  }
  .yellow-empowered-sec .box-main .row .box {
    width: 100%;
  }
  .yellow-empowered-sec .head h3 {
    font-size: 32px;
  }
  .yellow-empowered-sec .head h4 {
    font-size: 26px;
  }
  .yellow-empowered-sec .box-main h4 {
    font-size: 24px;
  }
  .yellow-empowered-sec .box-main .row .box .inner h5 {
    font-size: 24px;
  }
  .yellow-empowered-sec .btm-cta a {
    font-size: 14px;
  }
  .yellow-empowered-sec {
    padding: 60px 0;
  }
  .yellow-empowered-sec .btm-cta {
    margin-top: 40px;
  }
  .yellow-empowered-sec .btm-cta a img {
    -webkit-transform: translate(10px, 10px);
            transform: translate(10px, 10px);
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  .yellow-empowered-sec .box-main .row .box .inner .title-bx .heading h5 {
    font-size: 14px;
  }
  .yellow-empowered-sec .box-main .row .box p {
    font-size: 18px;
  }
  .yellow-empowered-sec .box-main .row .box .inner .title-bx {
    padding: 0 10px;
  }
  .yellow-empowered-sec .box-main .row .box .inner .title-bx .image {
    width: 45%;
  }
  .yellow-empowered-sec .box-main .row .box .inner .title-bx {
    min-height: none;
  }
  .comment-sec {
    padding-bottom: 40px;
  }
  .comment-sec .big-text {
    margin-bottom: 30px;
  }
  .employment-form-sec .main-form .input-sec table {
    overflow-x: scroll;
  }
  .employment-form-sec {
    padding: 15px;
  }
  .employment-form-sec .inner {
    padding: 30px 15px;
  }
  .employment-form-sec .main-form .input-sec.table-layout {
    overflow-x: scroll;
  }
  .employment-form-sec .main-form .input-sec.width-50 {
    width: 100%;
  }
  .employment-form-sec .main-form .input-sec.inline {
    width: 80%;
  }
  .employment-form-sec .main-form .input-sec.inline .input {
    width: 100%;
  }
  .employment-form-sec .main-form .input-sec.inline h4 {
    margin-bottom: 10px;
  }
  .employment-form-sec .main-form .input-sec.inline:last-child {
    width: 80%;
  }
  .employment-form-sec .inner .top {
    width: 100%;
  }
  .employment-form-sec .inner .top .upload-photo {
    width: 50%;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
  }
  .employment-form-sec .main-form .input-sec .input.one-third {
    width: 100%;
    margin-right: 0;
  }
  .phase-btm-sec .heading-sec h5 {
    font-size: 18px;
  }
  .phase-btm-sec .heading-sec h3 {
    font-size: 26px;
  }
  .phase-btm-sec .heading-sec h4 {
    font-size: 26px;
  }
  .phase-btm-sec .image-sec .image {
    margin-bottom: 5px;
  }
  .phase-btm-sec .image-sec .image.half-50 {
    margin-bottom: 20px;
  }
  .slider-empower button.slick-arrow.slick-prev {
    background-size: 20px;
    width: 20px;
    left: -15px;
  }
  .slider-empower button.slick-arrow.slick-next {
    background-size: 20px;
    width: 20px;
    right: -17px;
  }
  .center-image img {
    margin-top: 60px;
  }
  .center-image .right img {
    margin-top: 0;
  }
  .center-image {
    padding-bottom: 20px;
    margin-top: 40px;
  }
  .general-text br {
    display: none;
  }
  .popup.vacancy-trainer .pop-inner .logo {
    top: 25px;
    left: 27%;
  }
  .popup.vacancy-trainer .pop-inner {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup.vacancy-trainer .pop-inner .logo img {
    max-width: 100%;
  }
  .popup.vacancy-trainer .pop-content h4 {
    font-size: 38px;
    line-height: 1;
  }
  .popup.vacancy-trainer .pop-content .small-heading h5 {
    font-size: 20px;
  }
  .popup.vacancy-trainer .pop-inner {
    max-width: 90%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .popup.vacancy-trainer .pop-content .btm-desc h4 {
    font-size: 16px;
    padding-top: 10px;
  }
  .popup.vacancy-trainer .pop-inner .btm-content a {
    font-size: 12px;
  }
  .popup.vacancy-trainer .pop-inner .btm-content h6 {
    font-size: 15px;
  }
  .popup.vacancy-trainer .pop-content .btm-desc p {
    font-size: 13px;
  }
  .popup.vacancy-trainer .pop-inner .logo {
    display: none;
  }
  .popup.vacancy-trainer .pop-content .btm-desc p {
    display: none;
  }
  .popup.vacancy-trainer .pop-inner .heading {
    margin-top: 0;
  }
  .popup.vacancy-trainer .pop-inner .btm-content h6 {
    display: none;
  }
  .popup.vacancy-trainer .heading h3 {
    margin-top: 0;
  }
  .popup .pop-inner .pop-content .btm-desc {
    position: absolute;
    bottom: -65px;
  }
  .popup .pop-inner .pop-content {
    margin-bottom: 60px;
    position: relative;
  }
  .popup.vacancy-trainer .pop-content .btm-desc h4 {
    font-size: 22px;
  }
  section.social-impact.impact-richa .inner .counter .box {
    width: 100%;
  }
  section.social-impact.impact-richa .inner {
    padding: 40px 0;
  }
  section.social-impact.impact-richa .head {
    padding: 0;
  }
  section.social-impact.impact-richa .head h3 {
    line-height: 1.2;
  }
  section.social-impact.impact-richa .inner .counter {
    padding: 0 20px;
  }
  .train-teacher .head h4 {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 20px;
  }
  .train-teacher .head h5 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .train-teacher .special-head.mehrun h3 {
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .train-teacher .special-head.mehrun h3 span {
    font-size: 16px;
  }
  .train-teacher .video iframe {
    height: 190px;
  }
  .train-teacher {
    padding-bottom: 50px;
    margin-bottom: -40px;
  }
  .doordarshan-sec .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px;
  }
  .doordarshan-sec .inner .video {
    width: 100%;
  }
  .doordarshan-sec .inner .desc {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
  }
  .doordarshan-sec .inner {
    padding: 0;
  }
  .doordarshan-sec .heading h4 {
    font-size: 18px;
  }
  .doordarshan-sec .heading h3 {
    font-size: 24px;
  }
  .doordarshan-sec .inner .desc p {
    font-size: 16px;
  }
  .doordarshan-sec {
    padding: 30px 0 20px;
  }
  .video-blue-sec {
    padding: 0 20px;
  }
  .slider-empower button.slick-arrow.slick-prev, .video-inner button.slick-arrow.slick-prev {
    background-size: 20px;
    left: -30px;
  }
  .slider-empower button.slick-arrow.slick-next, .video-inner button.slick-arrow.slick-next {
    background-size: 20px;
    right: -37px;
  }
  .niit-special-sec .head h3 {
    font-size: 22px;
  }
  .niit-special-sec .head h3 br {
    display: none;
  }
  .niit-special-sec .head h4 {
    font-size: 18px;
  }
  .niit-special-sec .two-head h4 {
    font-size: 18px;
  }
  .niit-special-sec .two-head h5 {
    font-size: 24px;
  }
  .niit-special-sec .two-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .niit-special-sec .two-head .left {
    padding: 0;
    text-align: center;
    border-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
  }
  .niit-special-sec .two-head .right {
    padding: 0;
    text-align: center;
  }
  .niit-special-sec .desc h5 {
    font-size: 22px;
  }
  .niit-special-sec .desc h5 br {
    display: none;
  }
  .niit-special-sec .desc .list h6 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .niit-special-sec .desc .list ul li {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .niit-special-sec .images .image {
    width: 100%;
  }
  .niit-special-sec .desc {
    margin-bottom: 20px;
  }
  .slider-empower button.slick-arrow.slick-prev {
    left: -15px;
  }
  .slider-empower button.slick-arrow.slick-next {
    right: -15px;
  }
  .special-head.orange h3 span.bigtext {
    font-size: 38px;
  }
  .big-nav ul {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .big-nav ul li {
    display: block;
    margin-bottom: 20px;
  }
  .big-nav ul li:last-child {
    margin-bottom: 0;
  }
  .big-nav ul li a {
    font-size: 18px;
  }
}
/*# sourceMappingURL=main.css.map */