/*
 *font-family: "Roboto", serif;
 *font-weight: 400,500,700,900
*/
::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4); }

:-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4); }

::-moz-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4); }

:-ms-input-placeholder {
  opacity: 1;
  color: rgba(0, 0, 0, 0.4); }

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background-color: #000000; }

::selection {
  color: #fff;
  text-shadow: none;
  background-color: #000000; }

:focus {
  outline: 0 none !important; }

*, *::before, *::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html, body {
  height: 100%;
  min-height: 100%; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, button, input, select, textarea {
  font-family: "Roboto", sans-serif; }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

img {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
  -moz-user-select: none;
  user-select: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.2; }

a {
  text-decoration: none;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  cursor: pointer;
  color: #ff5353; }
a:hover, a:focus {
  color: #dd4c76;
  text-decoration: none; }
a * {
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

pre {
  margin: 1em 0; }

p {
  margin: 0 0 25px; }

p:last-child, p:last-of-type {
  margin-bottom: 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

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

small {
  font-size: 75%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu {
  margin: 0;
  padding: 0; }

dd {
  margin: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none; }

iframe {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button, input {
  line-height: normal;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  border: 0 none;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
  margin-right: 10px;
  vertical-align: top; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], textarea {
  border: 1px solid #b1b3b3;
  padding: 0 10px;
  height: 34px;
  line-height: 1.2;
  margin: 0;
  width: 100%;
  resize: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

textarea {
  height: 100px;
  overflow: auto;
  vertical-align: top; }

select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #cccccc;
  padding: 0 11px;
  display: block;
  font-size: 14px;
  height: 40px;
  color: rgba(0, 0, 0, 0.4); }

select option {
  padding: 5px;
  font-weight: 400;
  color: #000; }

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

address {
  font-style: normal;
  font-size: 14px; }

hr {
  border: 0 none;
  border-top: 1px solid #b1b3b3;
  margin: 25px 0;
  display: block;
  width: 100%; }

ul, ol {
  margin: 20px 0;
  padding-left: 15px; }

ul ul, ol ol {
  margin: 10px 0; }

ul ul li {
  list-style: circle outside; }

ol ol li {
  list-style: lower-roman outside; }

ul:first-of-type, ul:first-child, ol:first-of-type, ol:first-child {
  margin-top: 0; }

* + ul:first-of-type, * + ul:first-child, * + ol:first-of-type, * + ol:first-child {
  margin-top: 10px; }

.wrapper::after, .web-lang .white-box::after, .section-toppers .toppers-container::after, .video-slider .video-box::after, .section-gallery .content::after, .section-social-updates .social-containers::after, .footer-container::after, .col-about-us ul::after {
  content: "";
  display: table;
  clear: both; }

.top-header .search, .top-header .chat, .top-header .phone, .top-header .top-links, .top-header .navigation, .section-toppers .toppers-container > div, .video-slider .video-box .video, .section-gallery .content--left, .section-newsletter-alerts [class*="label-"], .section-newsletter-alerts .field, .section-newsletter-alerts .field-button, .section-newsletter-alerts .newsletter, .section-newsletter-alerts .newsletter .form-newsletter, .section-newsletter-alerts .sms-alert, .section-newsletter-alerts .sms-alert .form-sms, .footer-container [class*="col-"], .col-about-us ul li, .col-social .app-links a {
  float: left; }

.top-header .right-section, .video-slider .video-box .video-detail, .section-gallery .content--right {
  float: right; }

.wrapper {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto; }

.ripple {
  overflow: hidden;
  position: relative; }

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #fff;
  animation: ripple-animation 2s;
  -o-animation: ripple-animation 2s;
  -ms-animation: ripple-animation 2s;
  -moz-animation: ripple-animation 2s;
  -webkit-animation: ripple-animation 2s; }

@-webkit-keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
    filter: alpha(opacity=40); }
  to {
    transform: scale(100);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-moz-keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
    filter: alpha(opacity=40); }
  to {
    transform: scale(100);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-ms-keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
    filter: alpha(opacity=40); }
  to {
    transform: scale(100);
    opacity: 0;
    filter: alpha(opacity=0); } }
@-o-keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
    filter: alpha(opacity=40); }
  to {
    transform: scale(100);
    opacity: 0;
    filter: alpha(opacity=0); } }
@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
    filter: alpha(opacity=40); }
  to {
    transform: scale(100);
    opacity: 0;
    filter: alpha(opacity=0); } }


    .pendrivebtn {
        text-transform: uppercase;
        border: 0 none;
        -webkit-appearance: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
        display: inline-block;
        padding: 15px 20px;
        font-weight: 700;
        font-size: 14px;
        line-height: 1;
        color: #ff5353;
        background: #f7f7f7;
        -webkit-transition: all linear 0.2s;
        -moz-transition: all linear 0.2s;
        -ms-transition: all linear 0.2s;
        -o-transition: all linear 0.2s;
        transition: all linear 0.2s;
        margin-top:8px;

        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
        /* IE6-9 */ }
      .pendrivebtn:hover, .pendrivebtn:focus {


        color: #ffffff;

        background: #ff5353;
        /* Old browsers */
        background: -moz-linear-gradient(left, #ff5353 0%, #dd4c76 100%);

        /* FF3.6+ */
        background: -webkit-gradient(linear, left left, left right, color-stop(0%, #ff5353), color-stop(100%, #dd4c76));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
        /* IE10+ */
        background: linear-gradient(to right, #ff5353 0%, #dd4c76 100%);

        /* IE6-9 */ }

        .learningappbtn {
            text-transform: uppercase;
            border: 0 none;
            -webkit-appearance: none;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            -o-border-radius: 3px;
            border-radius: 3px;
            display: inline-block;
            padding: 15px 20px;
            font-weight: 700;
            font-size: 14px;
            line-height: 1;
            color: #ffffff;
            -webkit-transition: all linear 0.2s;
            -moz-transition: all linear 0.2s;
            -ms-transition: all linear 0.2s;
            -o-transition: all linear 0.2s;
            transition: all linear 0.2s;
            margin-top:8px;
            background: #ff5353;
            /* Old browsers */
            background: -moz-linear-gradient(left, #ff5353 0%, #dd4c76 100%);

            /* FF3.6+ */
            background: -webkit-gradient(linear, left left, left right, color-stop(0%, #ff5353), color-stop(100%, #dd4c76));
            /* Chrome,Safari4+ */
            background: -webkit-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
            /* Chrome10+,Safari5.1+ */
            background: -o-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
            /* Opera 11.10+ */
            background: -ms-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
            /* IE10+ */
            background: linear-gradient(to right, #ff5353 0%, #dd4c76 100%);
            /* W3C */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
            /* margin-right: 20px; */
            /* IE6-9 */ }

        .learningappbtn:hover, .learningappbtn:focus {
            color: #ff5353;
            background: #f7f7f7;

            /* IE6-9 */ }


.btn {
  text-transform: uppercase;
  border: 0 none;
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #14c3e5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #14c3e5 0%, #27b999 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, #14c3e5), color-stop(100%, #27b999));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #14c3e5 0%, #27b999 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #14c3e5 0%, #27b999 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #14c3e5 0%, #27b999 100%);
  /* IE10+ */
  background: linear-gradient(to right, #14c3e5 0%, #27b999 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
.btn:hover, .btn:focus {
  color: #ffffff;
  background: #ff5353;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, #ff5353), color-stop(100%, #dd4c76));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ff5353 0%, #dd4c76 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }

.btn-blue {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  background-color: #14c3e5;
  padding: 13px 30px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s; }
.btn-blue:hover {
  background-color: #ff5353; }

body {
  font-weight: 400; }

.header {
    height: 990px;
  background: url(../jpg/header-bg.jpg) no-repeat center top;
  padding-top: 20px;
  position: relative;
  margin-bottom: 50px; }

.top-header {
  position: relative;
  margin-bottom: 110px; }
.top-header .search, .top-header .chat, .top-header .phone, .top-header .top-links, .top-header .navigation {
  position: relative;
  z-index: 0; }
.top-header .right-section {
  position: relative;
  z-index: 9; }
.top-header .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }
.top-header .logo img {
    border-radius:10px;
    height:10%;
    width:10%
}
.top-header .phone, .top-header .top-links {
  padding-top: 15px;
  font-size: 0; }
.top-header .phone a, .top-header .top-links a {
  font-size: 14px;
  font-weight: 900;
  display: inline-block;
  line-height: 1;
  color: #000000;
  margin-right: 20px; }
.top-header .phone a:hover, .top-header .top-links a:hover {
  color: #ffffff; }
.top-header .top-links a {
  font-weight: 400; }

.search {
  margin-right: 5px; }
.search a {
  display: block;
  font-size: 0;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative; }
.search a::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../svg/icon-search.svg) no-repeat center;
  width: 18px;
  height: 18px;
  display: block;
  margin: auto; }

.chat a {
  position: relative;
  display: block;
  background: #ff5353;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, #ff5353), color-stop(100%, #dd4c76));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ff5353 0%, #dd4c76 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 0.8;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 16px 15px 17px 50px; }
.chat a .icon-chat {
  position: absolute;
  top: 14px;
  left: 15px;
  background: url(../svg/icon-chat.svg) no-repeat center;
  width: 15px;
  height: 16px; }
.chat a::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 17px;
  background: url(../png/divider-red.png) repeat-y center top;
  left: 40px;
  top: 14px; }

.navigation button {
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.6);
  font-size: 0;
  border: 0 none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  padding: 0; }
.navigation button span {
  position: absolute;
  display: block;
  margin: auto;
  width: 15px;
  height: 3px;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
.navigation button span::before, .navigation button span::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  left: 0;
  right: 0; }
.navigation button span::before {
  top: -7px; }
.navigation button span::after {
  bottom: -7px; }

.search-popup {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s; }
.search-popup--box {
  position: absolute;
  content: "";
  max-width: 700px;
  width: 90%;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
.search-popup--box form {
  display: block;
  position: relative; }
.search-popup--box form input[type="text"] {
  height: 100px;
  border: 0 none;
  font-size: 16px;
  line-height: 1.2;
  background-color: #fff;
  color: #000;
  padding: 10px 35px;
  font-weight: 400;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 90%;
  text-transform: uppercase; }
.search-popup--box form input[type="text"]::-webkit-input-placeholder {
  color: #000000; }
.search-popup--box form input[type="text"]:-moz-placeholder {
  color: #000000; }
.search-popup--box form input[type="text"]::-moz-placeholder {
  color: #000000; }
.search-popup--box form input[type="text"]:-ms-input-placeholder {
  color: #000000; }
.search-popup--box form button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  background: #ff5353;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff5353 0%, #dd4c76 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, top top, top bottom, color-stop(0%, #ff5353), color-stop(100%, #dd4c76));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff5353 0%, #dd4c76 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff5353 0%, #dd4c76 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff5353 0%, #dd4c76 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff5353 0%, #dd4c76 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
  padding: 0; }
.search-popup--box form button::after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../svg/icon-search.svg) no-repeat center;
  width: 25px;
  height: 25px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }
.search-popup--box form button:hover {
  background: #14c3e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #14c3e5 0%, #27b999 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, top top, top bottom, color-stop(0%, #14c3e5), color-stop(100%, #27b999));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #14c3e5 0%, #27b999 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #14c3e5 0%, #27b999 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #14c3e5 0%, #27b999 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #14c3e5 0%, #27b999 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
.search-popup--box span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: #ffffff;
  font-weight: 700;
  padding: 17px 0 15px; }
.search-popup--box ul {
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 0; }
.search-popup--box ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
  font-size: 14px;
  color: #a2a2a2;
  font-weight: 300;
  letter-spacing: 0.5px;
  font-style: italic;
  text-transform: uppercase; }
.search-popup--box ul li a {
  display: block;
  color: #a2a2a2;
  line-height: 1.5; }
.search-popup--box ul li a:hover {
  color: #27b999; }
.search-popup--box button.btn-close {
  display: block;
  width: 65px;
  height: 65px;
  position: relative;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 0;
  background: #ff5353;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ff5353 0%, #dd4c76 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, top top, top bottom, color-stop(0%, #ff5353), color-stop(100%, #dd4c76));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff5353 0%, #dd4c76 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff5353 0%, #dd4c76 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff5353 0%, #dd4c76 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff5353 0%, #dd4c76 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
.search-popup--box button.btn-close::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(../svg/icon-close-rounded.svg) no-repeat center;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }
.search-popup--box button.btn-close:hover {
  background: #14c3e5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #14c3e5 0%, #27b999 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, top top, top bottom, color-stop(0%, #14c3e5), color-stop(100%, #27b999));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #14c3e5 0%, #27b999 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #14c3e5 0%, #27b999 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #14c3e5 0%, #27b999 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #14c3e5 0%, #27b999 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
.search-popup.open {
  opacity: 1;
  visibility: visible; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
.slick-list:focus {
  outline: none; }
.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
.slick-track:before, .slick-track:after {
  content: "";
  display: table; }
.slick-track:after {
  clear: both; }
.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
[dir="rtl"] .slick-slide {
  float: right; }
.slick-slide img {
  display: block; }
.slick-slide.slick-loading img {
  display: none; }
.slick-slide.dragging img {
  pointer-events: none; }
.slick-initialized .slick-slide {
  display: block; }
.slick-loading .slick-slide {
  visibility: hidden; }
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.header-slogan {
  text-align: center;
  color: #ffffff; }
.header-slogan h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px; }
.header-slogan p {
  font-size: 30px;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 20px; }
.header-slogan .quotes p {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 0; }
.header-slogan ul.buttons-panel {
  margin: 15px 0 0;
  padding: 0;
  list-style-type: none;
  display: block;
  font-size: 0;
}
.header-slogan ul.buttons-panel li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.header-slogan ul.buttons-panel li a.appbtn {
  width: auto;
  display: inline-block;
  position: relative;
  padding: 0 30px 0 100px;
  background-image: linear-gradient(to right, #ed4757, #dd4c76);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 51px;
  text-transform: uppercase;
  cursor: pointer;
}
.header-slogan ul.buttons-panel li a.appbtn::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 47px;
  height: 51px;
  background: url(../png/icon-android.png) no-repeat left center;
}
.header-slogan ul.buttons-panel li a.appbtn2 {
  width: auto;
  display: inline-block;
  position: relative;
  padding: 0 30px 0 100px;
  background-image: linear-gradient(to right, #094d5a, #094d5a);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 51px;
  text-transform: uppercase;
  cursor: pointer;
}
.header-slogan ul.buttons-panel li a.appbtn2::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 51px;
  height: 51px;
  background: url(../png/icon-pendrive.png) no-repeat left center;
}

.header-slogan ul.buttons-panel li a.appbtn:hover {
  background-image: linear-gradient(to right, #db3444, #cd335f);
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}
.header-slogan ul.buttons-panel li a.appbtn2:hover {
  background-image: linear-gradient(to right, #013843, #02434f);
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}
/* app btn 3 and 4 */
.header-slogan ul.buttons-panel li a.appbtn3 {
  width: auto;
  display: inline-block;
  position: relative;
  padding: 0 30px 0 100px;
  background-image: linear-gradient(to right, #094d5a, #094d5a);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 51px;
  text-transform: uppercase;
  cursor: pointer;
}
.header-slogan ul.buttons-panel li a.appbtn3::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 51px;
  height: 51px;
  background: url(../png/1717773023_ios.png) no-repeat left center;
}
.header-slogan ul.buttons-panel li a.appbtn3:hover {
  background-image: linear-gradient(to right, #013843, #02434f);
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}
/* 4th */
.header-slogan ul.buttons-panel li a.appbtn4 {
  width: auto;
  display: inline-block;
  position: relative;
  padding: 0 30px 0 100px;
  background-image: linear-gradient(to right, #094d5a, #094d5a);
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  line-height: 51px;
  text-transform: uppercase;
  cursor: pointer;
}
.header-slogan ul.buttons-panel li a.appbtn4::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 0;
  width: 51px;
  height: 51px;
  background: url(../png/1717773023_windows.png) no-repeat left center;
}
.header-slogan ul.buttons-panel li a.appbtn4:hover {
  background-image: linear-gradient(to right, #013843, #02434f);
  transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
}

.web-lang {
  /* position: absolute; */
  margin-top: 14px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }
.web-lang .white-box {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  background-color: #ffffff; }
.web-lang .white-box .lang-box {
  float: left;
  width: 50%;
  padding: 0 30px;
  min-height: 300px;
  position: relative; }
.web-lang .white-box .lang-box.english {
  background: url(../png/divider.png) no-repeat right top; }
.web-lang .white-box .lang-box .content-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }
.web-lang .white-box .lang-box h3 {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px; }
.web-lang .white-box .lang-box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: -15px;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s; }
.web-lang .white-box .lang-box .services-container {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -ms-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s; }
.web-lang .white-box .lang-box .btn {
    width: 240px;
  margin-top: -15px;
  font-size: 16px; }
.web-lang .white-box .lang-box p {
  margin-bottom: 20px; }
.web-lang .white-box .lang-box .btn {
  margin-top: 20px; }
.web-lang .white-box .lang-box .services-container {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }
.web-lang .white-box .services-container {
  margin: 0 40px;
  text-align: center; }
.web-lang .white-box .services-container .services-text {
  margin-left: -6px;
  margin-right: -6px;
  visibility:hidden;
}
.web-lang .white-box .services-container .services-text .slick-slide {
  padding-left: 6px;
  padding-right: 6px; }
.web-lang .white-box .services-container .services-text a {
  color: #ffffff;
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 15px;
  line-height: 1.2;
  background: #14c3e5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #14c3e5 0%, #27b999 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, #14c3e5), color-stop(100%, #27b999));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #14c3e5 0%, #27b999 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #14c3e5 0%, #27b999 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #14c3e5 0%, #27b999 100%);
  /* IE10+ */
  background: linear-gradient(to right, #14c3e5 0%, #27b999 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
.web-lang .white-box .services-container .services-text .slick-slide a:nth-of-type(1) {
    margin-bottom: 12px;
}


.white-box .btn {
    color: #ffffff;
    background: #ff5353;
    background: -moz-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
    background: -webkit-gradient(linear, left left, left right, color-stop(0%, #ff5353), color-stop(100%, #dd4c76));
    background: -webkit-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
    background: -o-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
    background: -ms-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
    background: linear-gradient(to right, #ff5353 0%, #dd4c76 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}

.web-lang .white-box .services-container .services-text a:hover {
  background: #ff5353;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, #ff5353), color-stop(100%, #dd4c76));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ff5353 0%, #dd4c76 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
.web-lang .white-box .services-container .services-text .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 13px;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  font-size: 0;
  padding: 0; }
.web-lang .white-box .services-container .services-text .slick-arrow.slick-prev {
  left: -15px;
  background-image: url(../svg/arrow-left.svg); }
.web-lang .white-box .services-container .services-text .slick-arrow.slick-next {
  right: -15px;
  background-image: url(../svg/arrow-right.svg); }

.services-section .services-container {
  padding: 0 30px; }
.services-section .services-box {
  position: relative;
  display: block; }
.services-section .services-box img {
  display: block;
  width: 100%; }
.services-section .services-box span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 20px 25px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 30px;
  color: #ffffff; }
.services-section .services-box .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  text-align: center;
  color: #fff;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s; }
.services-section .services-box .overlay--box {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  padding: 0 25px;
}
.services-section .services-box .overlay p {
  margin-bottom: 15px; }
.services-section .services-box .overlay a {
  margin: 0 2px;
  display: inline-block;
  background: #14c3e5;
  /* Old browsers */
  background: -moz-linear-gradient(left, #14c3e5 0%, #27b999 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, #14c3e5), color-stop(100%, #27b999));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #14c3e5 0%, #27b999 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #14c3e5 0%, #27b999 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #14c3e5 0%, #27b999 100%);
  /* IE10+ */
  background: linear-gradient(to right, #14c3e5 0%, #27b999 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  font-size: 15px;
  line-height: 0.8;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 15px;
  color: #ffffff;
  text-transform: uppercase; }
.services-section .services-box .overlay a:hover {
  background: #ff5353;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, #ff5353), color-stop(100%, #dd4c76));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ff5353 0%, #dd4c76 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */ }
.services-section .services-box:hover .overlay, .services-section .services-box:focus .overlay {
  top: 0; }
.services-section .services-slider {
  margin-left: -12px;
  margin-right: -12px; }
.services-section .services-slider .slick-slide {
  padding-left: 12px;
  padding-right: 12px; }
.services-section .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  font-size: 0;
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1; }
.services-section .slick-arrow::after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80); }
.services-section .slick-arrow.slick-prev {
  left: -65px; }
.services-section .slick-arrow.slick-prev::after {
  background: url(../svg/arrow-left.svg) no-repeat center; }
.services-section .slick-arrow.slick-next {
  right: -65px; }
.services-section .slick-arrow.slick-next::after {
  background: url(../svg/arrow-right.svg) no-repeat center; }

.heading-block {
  text-align: center;
  margin-bottom: 35px;
}
.heading-block h2 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2; }
.heading-block p {
  font-size: 16px;
  line-height: 1.6;
  margin: 0px 0 0; }

.heading-block.topperstext {
    padding: 10px 0;
    background: url(../png/toppers-talk-text-bg.png) no-repeat center center;
}
.heading-block.socialupdates {
    padding: 10px 0;
    background: url(../png/social-updates-text-bg.png) no-repeat center center;
}
.heading-block.whatsnew {
    margin: 0 0 40px;
    padding: 10px 0;
    background: url(../png/whats-new-text-img.png) no-repeat center center;
}
.heading-block.latprog {
    margin: 0 0 40px;
    padding: 10px 0;
    background: url(../png/programme-text-img.png) no-repeat center center;
}

.section-toppers {
  padding: 60px 0 70px; }
.section-toppers .toppers-container {
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative; }
.section-toppers .toppers-container::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #e6e6e6;
  height: 100%; }
.section-toppers .toppers-container > div {
  width: 50%; }
.section-toppers .toppers-container > div.text-section {
  padding: 30px 35px; }

.video-slider .video-box {
  background-color: #ededed; }
.video-slider .video-box .video {
  width: 77%;
  position: relative; }
.video-slider .video-box .video iframe {
  width: 100%;
  max-width: 100%;
  display: block; }
.video-slider .video-box .video::after {
  position: absolute;
  content: "";
  bottom: 50px;
  left: 100%;
  width: 44px;
  height: 111px;
  background: url(../png/pattern.png) no-repeat left top; }
.video-slider .video-box .video-detail {
  width: 23%;
  text-align: right;
  padding: 15px 20px 0 0;
  font-size: 14px;
  color: #707070;
  line-height: 1; }
.video-slider .video-box .video-detail .icon-date {
  padding-top: 35px;
  position: relative;
  margin-bottom: 25px; }
.video-slider .video-box .video-detail .icon-date::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 26px;
  height: 27px;
  background: url(../svg/icon-calendar.svg) no-repeat left top;
  opacity: 0.25;
  filter: alpha(opacity=25); }
.video-slider .video-box .video-detail .icon-views {
  padding-top: 35px;
  position: relative; }
.video-slider .video-box .video-detail .icon-views::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 23px;
  height: 26px;
  background: url(../svg/icon-views.svg) no-repeat left top;
  opacity: 0.25;
  filter: alpha(opacity=25); }
.video-slider .video-box .video-detail .icon-views strong {
  color: #000000; }
.video-slider .video-content {
  padding: 25px 30px; }
.video-slider .video-content .name-rank {
  font-size: 14px;
  color: #474747;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 10px; }
.video-slider .video-content .name-rank strong {
  font-size: 16px;
  color: #000;
  font-weight: 500; }
.video-slider .video-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #474747; }
.video-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 20px;
  top: 290px;
  font-size: 0; }
.video-slider .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px; }
.video-slider .slick-dots li:last-child {
  margin-right: 0; }
.video-slider .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #8e8e8e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0; }
.video-slider .slick-dots li.slick-active button {
  background-color: #000; }

.text-slider .user-details {
  margin-bottom: 10px; }
.text-slider .user-details img {
  display: inline-block;
  vertical-align: baseline;
  border: 5px solid #e2e2e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
.text-slider .user-details .name-rank {
  display: inline-block;
  vertical-align: baseline;
  padding-left: 5px;
  font-size: 16px;
  font-weight: 300;
  color: #474747;
  line-height: 1; }
.text-slider .user-details .name-rank strong {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #191919;
  margin-bottom: 10px; }
.text-slider p {
  min-height: 162px;
  font-size: 18px;
  color: #474747;
  line-height: 1.8;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 40px; }
.text-slider p span {
  font-size: 30px;
  font-weight: 500;
  line-height: 1; }

.section-gallery {
  background: url(../jpg/gallery-bg.jpg) no-repeat center top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  color: #ffffff;
  padding: 60px 0 70px; }
.section-gallery h2 {
  line-height: 1;
  font-size: 26px;
  font-weight: 900;
  margin-bottom: 15px; }
.section-gallery .content--left {
  max-width: 55%; }
.section-gallery .content--left p {
  font-size: 24px;
  font-weight: 100;
  line-height: 1.4;
  background: url(../png/quotes.png) no-repeat left top;
  padding-top: 40px; }
.section-gallery .content--right {
  font-size: 0;
  padding-top: 50px; }
.section-gallery .content--right a {
  font-size: 20px;
  line-height: 0.8;
  display: block;
  background: #ff5353;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left left, left right, color-stop(0%, #ff5353), color-stop(100%, #dd4c76));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #ff5353 0%, #dd4c76 100%);
  /* IE10+ */
  background: linear-gradient(to right, #ff5353 0%, #dd4c76 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
  color: #ffffff;
  font-weight: 700;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  min-width: 390px;
  padding: 30px 100px;
  margin-bottom: 5px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); }
.section-gallery .content--right a:last-child {
  margin-bottom: 0; }
.section-gallery .content--right a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 75px;
  z-index: 1;
  width: 2px;
  height: 35px;
  background: url(../png/divider-red.png) repeat-y left top;
  margin-top: -18px; }
.section-gallery .content--right a span {
  position: absolute;
  width: 26px;
  height: 15px;
  top: 50%;
  margin-top: -8px;
  background-position: left top;
  background-repeat: no-repeat; }
.section-gallery .content--right a span.icon-video {
  background-image: url(../svg/icon-video.svg);
  left: 25px;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
.section-gallery .content--right a span.icon-image {
  background-image: url(../svg/icon-image.svg);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  left: 25px; }
.section-gallery .content--right a span.icon-arrow-right {
  background-image: url(../svg/icon-arrow-right.svg);
  right: 30px; }
.section-gallery .content--right a:hover span.icon-arrow-right {
  right: 25px; }

.section-social-updates {
  padding: 60px 0 70px; }
.section-social-updates .social-containers {
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.25);
  font-size: 0;
  text-align: center;
  position: relative; }
.section-social-updates .social-containers::after {
  position: absolute;
  content: "";
  background-color: #e5e5e5;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 80%;
  display: block;
  margin: auto; }
.section-social-updates .social-containers > div {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 50%;
  padding: 40px; }
.section-social-updates .social-containers h3 {
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px; }
.section-social-updates .social-containers p {
  line-height: 1.6;
  margin-bottom: 15px; }

.section-newsletter-alerts {
  background-color: #efefef;
  padding: 25px 0; }
.section-newsletter-alerts [class*="label-"] {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  width: 110px;
  margin-right: 15px; }
.section-newsletter-alerts .field {
  margin-right: 10px; }
.section-newsletter-alerts .form-field {
  border: 0 none;
  height: 42px;
  background-color: #f7f7f7;
  padding: 5px 20px;
font-size: 14px;}
.section-newsletter-alerts .newsletter {
  width: 700px;
  margin-right: 40px;
  position: relative; }
.section-newsletter-alerts .newsletter::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
  background: url(../png/newsletter-divider.png) repeat-y left top; }
.section-newsletter-alerts .newsletter .form-newsletter {
  width: 530px;
  padding-top: 3px; }
.section-newsletter-alerts .newsletter .form-newsletter .field {
  width: 170px; }
.section-newsletter-alerts .sms-alert {
  width: 510px; }
.section-newsletter-alerts .sms-alert .label-alert {
  padding-top: 10px; }
.section-newsletter-alerts .sms-alert .form-sms {
  width: 385px; }
.section-newsletter-alerts .sms-alert .form-sms .field {
  width: 205px; }

.footer {
  background-color: #dcdcdc;
  padding-top: 35px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px; }
.footer h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 15px; }
.footer ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.footer a {
  color: inherit; }
.footer a:hover {
  color: #ff5353; }
.footer .copyright {
  border-top: 1px solid #c4c4c4;
  line-height: 1;
  font-weight: 500;
  padding: 20px 0;
  margin-top: 15px; }
.footer .copyright a:hover {
  text-decoration: underline; }

.footer-container {
  margin-left: -15px;
  margin-right: -15px; }
.footer-container [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  min-height: 1px; }
.footer-container [class*="col-"].col-about-us {
  width: 450px; }
.footer-container [class*="col-"].col-connect {
  width: 230px; }
.footer-container [class*="col-"].col-reach-us {
  width: 300px; }
.footer-container [class*="col-"].col-social {
  width: 300px; }

.col-about-us ul li {
  width: 50%;
  margin-bottom: 10px; }
.col-about-us ul li a {
  line-height: 1.2;
  padding-right: 15px; }

.col-connect ul li {
  margin-bottom: 15px; }
.col-connect ul li a {
  line-height: 1.2; }

.col-reach-us h4 {
  margin-bottom: 10px; }
.col-reach-us p {
  line-height: 2; }

.col-social {
  text-align:left;
  padding-top:25px;
  position:relative;
}
.col-social ul {
  font-size:0;
  margin-bottom:5px;
  margin-left:-20px;
}
.col-social ul li {
  display:inline-block;
  vertical-align:top;
  margin-right:5px;
  padding:0px 10px 0px 10px;
  margin-bottom: 10px;
}
.col-social ul li a {
  display:block;
  width:32px;
  height:32px;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  -ms-border-radius:3px;
  -o-border-radius:3px;
  border-radius:3px;
  text-align:center;
}
.col-social ul li a svg {
  display: inline-block; }
.col-social ul li a:hover svg {
  fill: #fff; }
.col-social ul li.icon-ln a svg {
  margin-top: 5px; }
.col-social ul li.icon-ln a:hover {
  background-color: #0077b5; }
.col-social ul li.icon-fb a svg {
  margin-top: 6px; }
.col-social ul li.icon-fb a:hover {
  background-color: #3b5998; }
.col-social ul li.icon-tw a svg {
  margin-top: 7px; }
.col-social ul li.icon-tw a:hover {
  background-color: #1da1f2; }
.col-social ul li.icon-g-plus a svg {
  margin-top: 7px; }
.col-social ul li.icon-g-plus a:hover {
  background-color: #dd4b39; }
.col-social ul li.icon-yt a svg {
  margin-top: 7px; }
.col-social ul li.icon-yt a:hover {
  background-color: #ff0000; }
.col-social ul li:last-child {
  margin-right: 0; }
.col-social .phone {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px; }
.col-social .app-links {
  position: absolute;
  right: 15px;
  bottom: -67px; }
.col-social .app-links a, .col-social .app-links img {
  display: block; }
.col-social .app-links a {
  margin-left: 5px; }

.popup-cont {
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5); }
.popup-cont .intro {
  /*min-height: 530px;*/
  padding: 50px 300px 50px 50px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden; }
.popup-cont .intro .loader {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9); }
.popup-cont .intro .loader span {
  position: absolute;
  left: 47%;
  top: 45%;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  border: 2px solid #ff5ca3;
  border-right-color: #fff;
  animation: loader .4s linear infinite;
  -webkit-animation: loader .4s linear infinite; }

  .latest-programme .loader1,
  .white-box .loader1{
    z-index:2;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    right:0;
    background-color:rgba(255,255,255,0.9);
}

.latest-programme .loader1 span,
.white-box .loader1 span{
    position:absolute;
    left:47%;
    top:45%;
    width:50px;
    height:50px;
    border-radius:50px;
    border:2px solid #ff5ca3;
    border-right-color:#fff;
    animation:loader .4s linear infinite;
    -webkit-animation:loader .4s linear infinite
}

@keyframes loader {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
@-webkit-keyframes loader {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
.popup-cont .intro.logincont {
  display: none; }
.popup-cont .intro.logincont.active {
  display: block; }
.popup-cont .intro.regcont {
  display: none; }
.popup-cont .intro.regcont.active {
  display: block; }
.popup-cont .intro.forpasscont {
  display: none; }
.popup-cont .intro.forpasscont.active {
  display: block; }
.popup-cont .intro.valproccont {
  display: none; }
.popup-cont .intro.valproccont.active {
  display: block; }
.popup-cont .intro.thankucont {
  display: none; }
.popup-cont .intro.thankucont.active {
  display: block; }
.popup-cont .intro i.graphic {
  position: absolute;
  right: -85%;
  bottom: -85%;
  width: 699px;
  height: 687px;
  background: url(../png/login-graphic.png) no-repeat left top;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
.popup-cont .intro i.graphic.active {
  right: -50%;
  bottom: -50%; }
.popup-cont .intro i.graphic02 {
  position: absolute;
  right: -85%;
  bottom: -65%;
  width: 699px;
  height: 687px;
  background: url(../png/login-graphic.png) no-repeat left top;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
.popup-cont .intro i.graphic02.active {
  right: -50%;
  bottom: -35%; }
.popup-cont .intro i.graphic03 {
  position: absolute;
  right: -82%;
  bottom: -120%;
  width: 699px;
  height: 687px;
  background: url(../png/password-graphic.png) no-repeat left top;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
.popup-cont .intro i.graphic03.active {
  right: -48%;
  bottom: -90%; }
.popup-cont .intro i.graphic04 {
  position: absolute;
  right: -82%;
  bottom: -120%;
  width: 699px;
  height: 687px;
  background: url(../png/password-graphic.png) no-repeat left top;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
.popup-cont .intro i.graphic04.active {
  right: -48%;
  bottom: -90%; }
.popup-cont .intro i.graphic05 {
  position: absolute;
  left: -70%;
  top: -120%;
  width: 699px;
  height: 687px;
  background: url(../png/thanks-graphic.png) no-repeat left top;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
.popup-cont .intro i.graphic05.active {
  left: 0%;
  top: -82%; }
.popup-cont .intro h2 {
  margin: 0 0 5px;
  font-size: 36px;
  color: #000;
  font-weight: 300;
  line-height: 1.2; }
.popup-cont .intro p {
  margin: 0 0 0;
  font-size: 15px;
  color: #7b7b7b;
  font-weight: 400;
  line-height: 1.4; }
.popup-cont .intro p.notemsg {
  color: #191919; }
.popup-cont .intro p.notemsg a {
  color: #34c7e7;
  font-weight: 700;
  text-transform: uppercase; }
.popup-cont .intro p.notemsg a:hover {
  color: #ed4757; }
.popup-cont .intro form {
  margin: 15px 0 30px; }
.popup-cont .intro form .row {
  margin: 15px 0 0;
  display: block;
  font-size: 0; }
.popup-cont .intro form .row.twopart {
  margin: 15px -15px 0; }
.popup-cont .intro form .row:first-child {
  margin: 0 0 0; }
.popup-cont .intro form .row .column {
  width: 50%;
  display: inline-block;
  vertical-align: top; }
.popup-cont .intro form .row .column:first-child {
  padding: 0 15px 0 0; }
.popup-cont .intro form .row input[type=text], .popup-cont .intro form .row input[type=email], .popup-cont .intro form .row input[type=password] {
  height: 44px;
  border: 0;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0;
  font-size: 16px;
  color: #000;
  line-height: 44px; }
.popup-cont .intro form .row input[type=text].input-error, .popup-cont .intro form .row input[type=email].input-error, .popup-cont .intro form .row input[type=password].input-error {
  border-bottom: 1px solid #ff0000; }
.popup-cont .intro form .textlink {
  margin: 15px 0 15px;
  font-size: 15px;
  color: #7b7b7b;
  font-weight: 400;
  line-height: 1.4; }
.popup-cont .intro form .textlink a {
  color: #14c3e5; }
.popup-cont .intro form .textlink a:hover {
  color: #dd4c76; }
.popup-cont .intro form .buttons-group button {
  width: auto;
  height: 62px;
  display: inline-block;
  position: relative;
  padding: 0 80px 0 30px;
  background: #ed4757;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ed4757 0%, #dd4c76 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ed4757 0%, #dd4c76 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ed4757 0%, #dd4c76 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed4757', endColorstr='#dd4c76',GradientType=1 );
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  line-height: 62px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.popup-cont .intro form .buttons-group button::before {
  content: "";
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 13px;
  background: url(../png/arrow-icon.png) no-repeat left top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
.popup-cont .intro form .buttons-group button:hover {
  background: #36e5d0;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #36e5d0 0%, #36b5d0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #36e5d0 0%, #36b5d0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #36e5d0 0%, #36b5d0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36e5d0', endColorstr='#36b5d0',GradientType=1 ); }
.popup-cont .intro form .buttons-group button:hover:hover::before {
  right: 20px; }
.popup-cont .intro.thankucont {
  padding: 50px 50px 50px 50px;
  text-align: center; }
.popup-cont .intro.thankucont article {
  padding: 240px 0 0; }
.popup-cont .intro.thankucont article h1 {
  margin: 0 0 15px;
  font-size: 60px;
  color: #000;
  font-weight: 700;
  line-height: 1; }
.popup-cont .intro.thankucont article p {
  font-size: 15px;
  color: #7b7b7b;
  font-weight: 400;
  line-height: 1.4; }
.popup-cont .intro.thankucont article p strong {
  color: #34c7e7; }


/*============== Mega menu css ================*/

/* Mega-Menu css starts here */

.mega-menu {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(251,251,251,1);
	z-index: 9;
	padding: 40px;
	box-sizing: border-box;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.mega-menu.menu-open {
	transform: translateX(0%);
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	opacity: 1;
	visibility: visible;
	overflow-X: auto;
}

.mega-menu li:last-child {
	padding: 0;
}

/* English Menu */

* {
	box-sizing: border-box;
}

.english-menu {
	font-family: "Roboto",sans-serif;
}

.hindi-menu {
	font-family: 'Eczar', serif;
}

.menu-list {
	margin: 0 0 30px;
}


/* .english-menu .menu-list:nth-last-of-type(3),
.english-menu .menu-list:nth-last-of-type(2) {
	margin: 0 0 10px;
} */

.menu-list {
	margin: 0 0 30px;
}

.mega-menu  .col-6 {
	width: 50%;
	float: left;
	position: relative;
}

.mega-menu  .col-6 .col-6 {
	width: auto;
	float: none;
}

.hindi-list,
.english-list {
	 -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;

    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.col-6.hindi-menu {
    padding: 0 0 0 80px;
}

.mega-menu  .col-6.english-menu::after {
	background-color: #ccc;
	height: 100%;
	width: 1px;
	content: '';
	right: 0;
	top: 0;
	position: absolute;
}

.mega-menu h3 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    padding: 0 ;
	margin: 0 0 10px;
}

.mega-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mega-menu li {
	font-size: 12px;
	font-weight: 400;

  padding: 0 0 5px;
}
.mega-menu .menu-list ul {
    line-height: 1.6;
}

.mega-menu ul ul li {
    list-style: none;
}

.mega-menu .menu-list ul ul {
    padding: 0 0 0 10px;
}

.mega-menu .hindi-menu li {
	padding: 0 0 5px;
}
.mega-menu .hindi-menu li:last-child {
    padding: 0;
}

.mega-menu li a {
	background: url("../png/menu-arrow.png") left 5px no-repeat;
	padding: 0 0 0 10px;
	text-decoration: none;
	color: #474747;
	transition: all 0.3s ease;
}
.mega-menu li a.toggle {
    display: block;
    position: relative;
}
.mega-menu li a.toggle::after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    /* background: url("../img/plus.png") center no-repeat; */
    /* background: url("../img/menu-arrow.png") center no-repeat; */
    background-size: auto;
    width: 16px;
    height: 16px;
    background-size: 11px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}
.mega-menu li a.toggle.open::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.mega-menu .hindi-menu li a {
	background: url("../png/menu-arrow.png") left 3px no-repeat;
}

.mega-menu li a:hover  {
    color: #dd4c76;
}

.mega-menu .col-6 .menu-list:nth-child(2n+1) {
	clear: left;
}

/* Close Btn */
.menu-close {
    position: fixed;
    z-index: 9;
    right: 30px;
    top: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

.menu-close.btn-open {
	opacity: 1;
	visibility: visible;
}

.menu-close button.close-btn {
    width: 45px;
    height: 45px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 0;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    position: initial;
    padding: 0;
	cursor: pointer;
}

.menu-close button.close-btn span {
    position: absolute;
    display: block;
    margin: auto;
    width: 15px;
    height: 0;
    background-color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	transition: all 0.3s ease;
}

.menu-close button.close-btn:hover span {
    transform: rotate(180deg);
}

.menu-close button.close-btn span::before {
    top: -2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.menu-close button.close-btn span::after {
    bottom: -1px;
	transform: rotate(-45deg);
}

.menu-close button.close-btn span::before,
.menu-close button.close-btn span::after {
    position: absolute;
    content: "";
    background-color: #ffffff;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    left: 0;
    right: 0;
}

.mega-menu .english-menu .menulist ul ul {
    padding: 5px 0 0 10px;
}

.mega-menu .english-menu .menulist ul ul li {
  list-style: none;
}

.mega-menu .english-menu .menulist ul ul ul {
    padding: 0 0 0 10px;
}

.mega-menu .menulist {
    margin: 0 0 30px;
}

/* More Btn */
.more-menu {
    width: 100%;
    float: left;
	margin: 40px 0 0;
}

.more-btn {
	padding: 12px 30px;
	background: linear-gradient(to right bottom, #ed4757, #dd4c76);
	border-radius: 3px;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
	position: relative;
	display: inline-block;
	font-family: "Roboto",sans-serif;
	margin: 0;
	text-decoration: none;
}

.more-btn:hover,
.more-btn:focus {
	color: #fff;
}

.more-btn::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    background-image: radial-gradient(circle, #fff 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-size: 1000% 1000%;
    background-position: 50%;
    border: none;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: background .5s, opacity 1s;
    transition: background .5s, opacity 1s;
    -webkit-transition: background .5s, opacity 1s;
    -moz-transition: background .5s, opacity 1s;
}

.more-btn:active::before {
    background-size: 0 0;
    opacity: .2;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
}

body.overflow {
	overflow: hidden;
}

.web-lang .white-box .lang-box .content-box img {
  width: 100px;
  margin: 0 0 15px;
}

.web-lang .white-box .lang-box:hover p {
    margin-bottom: 10px !important;
}
.web-lang .white-box .lang-box.english .content-box img {
    width: 100px;
}

.latest-programme {
    margin: 0 0 50px;
}
.latest-programme .programme-slider {
    padding: 0 30px;
}
.latest-programme .programme-slider .slick-slide {
    padding: 12px;
}
.latest-programme .programme-slider .slick-slide .box {
    display: block;
    padding: 35px 30px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    border-radius: 6px;
}
.latest-programme .programme-slider .slick-slide .box.bg-red {
    background-color: #f47c7c;
    border-top: 5px solid #cd3259;
}
.latest-programme .programme-slider .slick-slide .box.bg-blue {
    background-color: #14c3e5;
    border-top: 5px solid #0091be;
}
.latest-programme .programme-slider .slick-slide .box.bg-yellow {
    background-color: #fba113;
    border-top: 5px solid #be7226;
}
.latest-programme .programme-slider .slick-slide .box.bg-green {
    background-color: #27b999;
    border-top: 5px solid #1f824e;
}
.latest-programme .programme-slider .slick-slide .box.bg-purple {
    background-color: #8f72ff;
    border-top: 5px solid #7760d7;
}
.latest-programme .programme-slider .slick-slide .box .text {
    min-height: 90px;
    margin: 0 0 15px;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
}
.latest-programme .programme-slider .slick-slide .box a {
    display: block;
    padding: 0px 15px;
    background-color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
}
.latest-programme .programme-slider .slick-slide .box:hover a {
    background-color: #fff;
    color: #fe5354;
}
.latest-programme .programme-slider .slick-slide .box a span {
    display: inline-block;
    padding-right: 30px;
    background: url(../icon-pdf.html) no-repeat right center;
}

.programme-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  font-size: 0;
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.programme-slider .slick-arrow::after {
  position: absolute;
  content: "";
  display: block;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.programme-slider .slick-arrow.slick-prev {
  left: -25px;
}
.programme-slider .slick-arrow.slick-prev::after {
  background: url(../svg/arrow-left.svg) no-repeat center;
}
.programme-slider .slick-arrow.slick-next {
  right: -25px;
}
.programme-slider .slick-arrow.slick-next::after {
  background: url(../svg/arrow-right.svg) no-repeat center;
}

/*============== Mega menu css ================*/
@media only screen and (max-width: 1400px) {
	.mega-menu {
		overflow-X: scroll;
	}

	.more-btn {
		margin: 0 0 25px;
	}
}
@media all and (max-width: 1024px) {
	.col-6.hindi-menu {
		padding: 0 0 0 30px;
	}
	.col-6.english-menu {
		padding: 0 30px 0 0;
	}
}

@media all and (max-width: 980px) {
    .header {
    height: auto;
    }
  .popup-cont .intro {
    padding: 50px 250px 50px 50px; }

  .popup-cont .intro i.graphic.active {
    right: -65%;
    bottom: -60%; }

  .popup-cont .intro i.graphic02.active {
    right: -62%;
    bottom: -40%; }

  .popup-cont .intro i.graphic03.active {
    right: -60%;
    bottom: -95%; }

  .popup-cont .intro i.graphic04.active {
    right: -60%;
    bottom: -95%; } }
@media all and (max-width: 800px) {
	/*mega menu*/
	.hindi-list, .english-list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.more-menu {
		margin: 0;
	}

	.more-btn {
		margin: 20px 0 25px;
	}


	.mega-menu .col-6.english-menu::after  {
		top: auto;
		bottom: 20px;
	}
	/*mega menu*/

}
@media all and (max-width: 767px) {
  .popup-cont .intro {
    padding: 30px 30px 30px 30px; }

  .popup-cont .intro i.graphic, .popup-cont .intro i.graphic02, .popup-cont .intro i.graphic03, .popup-cont .intro i.graphic04, .popup-cont .intro i.graphic05 {
    display: none; }

  .popup-cont .intro h2 {
    font-size: 28px; }

  .popup-cont .intro.thankucont article {
    padding: 0px 0 0; }

  .popup-cont .intro.thankucont article h1 {
    margin: 0 0 15px;
    font-size: 48px; }

  .popup-cont .intro.thankucont {
    padding: 30px 30px 30px 30px; }

	.menu-close button.close-btn {
		background-color: rgba(251,251,251,1);
	}
	.menu-close button.close-btn span::before,
	.menu-close button.close-btn span::after {
		background-color: #000;
	}
	.menu-close button.close-btn span {
		width: 20px;
	}
	.menu-close {
		right: 10px;
		top: 15px;
	}
}

@media all and (max-width: 600px) {
	/*mega menu*/
	.mega-menu .col-6.english-menu::after  {
		display: none;
	}

	.col-6.hindi-menu,
	.col-6.english-menu {
		padding: 0;
		width: 100%;
	}

	.col-6.hindi-menu {
		border-top: #ccc solid 1px;
		padding: 30px 0 0;
	}

	.more-btn {
		margin: 0px 0 25px;
	}
	.mega-menu h3 {
		position: relative;
	}

	.mega-menu h3::after {
		position: absolute;
		right: 0;
		top: 0;
		content: '';
		background: url("../png/plus.png") center no-repeat;
		width: 16px;
		height: 16px;
		background-size: 11px;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
	}

	.mega-menu h3.open::after {
		transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
	}
	.mega-menu {
		padding: 80px 20px 20px;
	}
	.menu-list {
		margin: 0 0 10px;
	}

	.mega-menu h3 {
		cursor: pointer;
		margin: 0 0 15px;
	}
	.more-btn {
		width: 100%;
		text-align: center;
	}
	.mega-menu ul {
		margin: 0 0 20px;
	}
	.menu-list ul {
		display: none;
		margin: 5px 0 10px 10px;
	}
	.mega-menu h3 {
		font-size: 14px;
		font-weight: 500;
		line-height: 1;
	}
	/*mega menu*/
}

@media all and (max-width: 479px) {

  .video-slider .video-box .video iframe {height: 190px;}

  .services-section .services-container {
    padding: 0 25px;
}

.services-section .services-box span {
    font-size: 20px;
}

.services-section .services-box .overlay--box {
  padding: 0 5px;
}

.services-section .services-box .overlay p {
    width: 96%;
  font-size: 13px;
    line-height: 18px;
}

.services-section .services-box .overlay a {
  font-size: 14px;
  padding: 12px 15px;
}

  .popup-cont .intro {
    padding: 20px 15px 20px 15px; }

  .popup-cont .intro h2 {
    font-size: 22px;
    font-weight: 500; }

  .popup-cont .intro p.notemsg br {
    display: none; }

  .popup-cont .intro form {
    margin: 15px 0 15px; }

  .popup-cont .intro.thankucont {
    padding: 15px 15px 15px 15px; }

  .popup-cont .intro.thankucont article {
    padding: 15px 0 15px; }

  .popup-cont .intro.thankucont article h1 {
    margin: 0 0 10px;
    font-size: 32px; }

  .popup-cont .intro form .buttons-group button {
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0 80px 0 20px;
    text-align: left; }

  .popup-cont .intro form .row {
    margin: 10px 0 0; }

  .popup-cont .intro form .row .column:first-child {
    padding: 0 0 0 0;
    margin-bottom: 10px; }

  .popup-cont .intro form .row .column {
    width: 100%;
    padding: 0 0; } }
.checkbox {
  width: auto;
  display: inline-block;
  position: relative; }
.checkbox input {
  position: absolute;
  opacity: 0;
  visibility: hidden; }
.checkbox label {
  position: relative;
  padding-left: 25px; }
.checkbox label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background: url(../png/checkbox.png) no-repeat left top; }
.checkbox input:checked + label::before {
  background: url(../png/checkbox.png) no-repeat left bottom; }

@media all and (min-width: 1367px) {
  .top-header {
    margin-bottom: 150px; } }
@media all and (min-width: 1500px) {
  .top-header {
    margin-bottom: 150px; } }
@media all and (max-width: 1300px) {
  .wrapper {
    max-width: 1170px; }

  .services-section .slick-arrow.slick-prev {
    left: -55px; }
  .services-section .slick-arrow.slick-next {
    right: -55px; }

  .section-gallery {
    -webkit-background-size: cover;
    background-size: cover; }

  .section-newsletter-alerts .newsletter {
    width: 675px;
    margin-right: 20px; }
  .section-newsletter-alerts .newsletter .form-newsletter {
    width: 515px; }
  .section-newsletter-alerts .sms-alert {
    width: 475px; }
  .section-newsletter-alerts .sms-alert .form-sms {
    width: 350px; }
  .section-newsletter-alerts .sms-alert .form-sms .field {
    width: 170px; }
  .section-newsletter-alerts .btn-blue {
    padding: 13px 22px; }

  .footer-container [class*="col-"].col-about-us {
    width: 435px; }
  .footer-container [class*="col-"].col-reach-us {
    width: 235px; } }
@media all and (max-width: 1200px) {
  .wrapper {
    max-width: 970px; }

  .top-header .top-links a.register {
    display: none; }

  .web-lang .white-box .lang-box {
    min-height: 0; }
  .web-lang .white-box .lang-box .content-box {
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    padding: 30px; }
  .web-lang .white-box .lang-box p {
    margin-bottom: 10px;
    font-size: 15px; }
  .web-lang .white-box .lang-box .services-container {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    margin: 0 0 10px; }
  .web-lang .white-box .lang-box .btn {
    margin-top: 0; font-size: 14px; }
  .web-lang .white-box .lang-box:hover p {
    margin-bottom: 10px; }
  .web-lang .white-box .lang-box:hover .btn {
    margin-top: 0; }

  .services-section .services-slider {
    margin-left: -5px;
    margin-right: -5px; }
  .services-section .services-slider .slick-slide {
    padding-left: 5px;
    padding-right: 5px; }
  .services-section .services-box span {
    font-size: 24px;
    padding: 10px 15px; }
  .services-section .services-box .overlay p {
    width: 75%;
    margin: 0 auto 15px; }
  .services-section .slick-arrow.slick-prev {
    left: -35px; }
  .services-section .slick-arrow.slick-next {
    right: -35px; }

  .section-gallery .content--left p {
    font-size: 24px; }
  .section-gallery .content--right a {
    padding: 25px 88px; }

  .section-newsletter-alerts [class*="label-"] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .section-newsletter-alerts .newsletter {
    width: 57%;
    margin-right: 3%; }
  .section-newsletter-alerts .sms-alert {
    width: 40%; }
  .section-newsletter-alerts .sms-alert .label-alert {
    padding-top: 0; }

  .footer-container [class*="col-"].col-about-us {
    width: 45%; }
  .footer-container [class*="col-"].col-connect {
    width: 25%; }
  .footer-container [class*="col-"].col-reach-us {
    width: 30%; }
  .footer-container [class*="col-"].col-social {
    width: 100%;
    text-align: center; }

  .col-social .app-links {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 15px; }
  .col-social .app-links a {
    float: none;
    display: inline-block; }

  .footer .copyright {
    text-align: center; } }
@media all and (max-width: 999px) {
  .wrapper {
    max-width: 750px; }

  .top-header .phone a.phone2 {
    display: none; }

  .header-slogan {
    margin-bottom: 75px; }
  .header-slogan h1 {
    font-size: 50px; }
  .header-slogan p {
    font-size: 26px; }

  .web-lang {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0; }
  .web-lang .white-box .lang-box {
    padding: 0; }
  .web-lang .white-box .lang-box h3 {
    font-size: 26px; }
  .web-lang .white-box .lang-box p {
    margin-bottom: 15px; }
  .web-lang .white-box .lang-box p br {
    display: none; }
  .web-lang .white-box .lang-box .services-container {
    margin-bottom: 15px; }
  .web-lang .white-box .lang-box:hover p {
    margin-bottom: 15px; }
  .web-lang .white-box .services-container .services-text a {
    font-size: 15px; }

  .services-section .slick-arrow.slick-prev {
    left: -25px; }
  .services-section .slick-arrow.slick-next {
    right: -25px; }

  .section-toppers .toppers-container > div.text-section {
    padding: 20px; }

  .text-slider p {
    font-size: 16px;
    margin-bottom: 20px; }

  .video-slider .video-box .video, .video-slider .video-box .video-detail {
    width: 100%; }
  .video-slider .video-box .video::after {
    display: none; }
  .video-slider .video-box .video-detail {
    padding: 15px;
    text-align: left; }
  .video-slider .video-box .video-detail [class*="icon-"] {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 25px; }
  .video-slider .video-box .video-detail [class*="icon-"]::before {
    left: 0;
    right: auto; }
  .video-slider .video-content {
    padding: 20px; }

  .section-gallery {
    padding: 50px 0;
    text-align: center; }
  .section-gallery .content--left {
    float: none;
    max-width: 100%; }
  .section-gallery .content--left p {
    padding-top: 0; }
  .section-gallery .content--left p br {
    display: none; }
  .section-gallery .content--right {
    float: none; }
  .section-gallery .content--right a {
    display: inline-block; }

  .section-social-updates .social-containers p br {
    display: none; }

  .section-newsletter-alerts .newsletter {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px; }
  .section-newsletter-alerts .newsletter::after {
    display: none; }
  .section-newsletter-alerts .newsletter .form-newsletter {
    padding-top: 0;
    width: 100%; }
  .section-newsletter-alerts .newsletter .form-newsletter .field {
    width: 38%;
    margin-right: 1%; }
  .section-newsletter-alerts .newsletter .form-newsletter .field-button {
    width: 22%; }
  .section-newsletter-alerts .newsletter .form-newsletter .field-button .btn-blue {
    width: 100%; }
  .section-newsletter-alerts .sms-alert {
    width: 100%; }
  .section-newsletter-alerts .sms-alert .form-sms {
    width: 100%; }
  .section-newsletter-alerts .sms-alert .form-sms .field {
    width: 38%;
    margin-right: 1%; }

  .footer-container {
    margin-left: -5px;
    margin-right: -5px; }
  .footer-container [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }


    .programme-slider .slick-arrow {
    width: 40px;
    height: 40px; }
    .programme-slider .slick-arrow.slick-prev {
        left: 0px;
    }
    .programme-slider .slick-arrow.slick-next {
        right: 0px;
    }

}
@media all and (max-width: 767px) {

    .header-slogan ul.buttons-panel li a.appbtn:hover {
        transform: scale(1.0,1.0);
        -webkit-transform: scale(1.0,1.0);
      }

  .wrapper {
    max-width: none;
    padding: 0 10px; }

  .header {
    padding-top: 15px; }

  .top-header {
    margin-bottom: 40px; }
  .top-header .chat, .top-header .top-links {
    display: none; }
  .top-header .logo {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    float: left;
    width: 100px; }
  .top-header .logo img {
    border-radius:10px;
    height:150%;
    width:150%
   }
  .top-header .search {
    float: right;
    margin-right: 10px; }
  .top-header .phone {
    padding-top: 0; }
  .top-header .phone a {
    width: 30px;
    display: block;
    font-size: 0;
    height: 45px;
    position: relative;
    margin-right: 10px; }
  .top-header .phone a::after {
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    background: url(../svg/icon-phone.svg) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    display: block;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

  .search a {
    background-color: transparent;
    width: 35px; }

  .navigation button {
    background: transparent; }
  .navigation button span {
    width: 20px; }

  .header-slogan {
    margin-bottom: 40px; }
  .header-slogan h1 {
    font-size: 5vh; }
  .header-slogan p {
    font-size: 3.4vh; }
  .header-slogan .quotes p {
    font-size: 15px; }

  .web-lang .white-box .lang-box {
    float: none;
    width: 100%; }
  .web-lang .white-box .lang-box.english {
    background-image: none;
    border-bottom: 1px solid #eee; }
  .web-lang .white-box .lang-box h3 {
    font-size: 24px; }
  .web-lang .white-box .lang-box p {
    font-size: 14px; }

  .services-section .slick-arrow {
    width: 40px;
    height: 40px; }

    .heading-block.latprog {
        margin: 0 0 10px;
    }
    .latest-programme .programme-slider {
        padding: 0 0px;
    }
    .latest-programme .programme-slider .slick-slide {
        width: 280px;
    }

  .section-toppers .toppers-container > div {
    float: none;
    width: 100%; }
  .section-toppers .toppers-container > div.text-section {
    padding: 15px;
    border-top: 1px solid #eee; }
  .section-toppers .toppers-container::before {
    display: none; }

  .video-slider .video-content {
    padding: 15px; }

  .text-slider .user-details img {
    /*width: 100px; */ }
  .text-slider .user-details .name-rank {
    font-size: 14px; }
  .text-slider .user-details .name-rank strong {
    font-size: 20px;
    margin-bottom: 5px; }

  .section-gallery {
    padding: 40px 0; }
  .section-gallery .content--left p {
    font-size: 18px;
    font-weight: 300; }
  .section-gallery .content--right {
    padding-top: 30px; }
  .section-gallery .content--right a {
    min-width: 0; }

  .section-social-updates {
    padding: 60px 0; }
  .section-social-updates .social-containers > div {
    width: 100%;
    font-size: 14px;
    padding: 20px; }
  .section-social-updates .social-containers > div.fb-box {
    border-bottom: 1px solid #eee; }
  .section-social-updates .social-containers::after {
    display: none; }
  .section-social-updates .social-containers h3 {
    font-size: 22px;
    font-weight: 700; }

  .section-newsletter-alerts .newsletter .form-newsletter .field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .section-newsletter-alerts .newsletter .form-newsletter .field-button {
    width: 100%; }
  .section-newsletter-alerts .sms-alert .form-sms .field {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .section-newsletter-alerts .sms-alert .form-sms .field-button {
    width: 100%; }
  .section-newsletter-alerts .sms-alert .form-sms .field-button .btn-blue {
    width: 100%; }

  .footer-container [class*="col-"].col-about-us, .footer-container [class*="col-"].col-connect, .footer-container [class*="col-"].col-reach-us {
    width: 100%;
    margin-bottom: 20px; }
  .footer-container [class*="col-"].col-social {
    padding-top: 0; }

  .footer .copyright {
    padding: 15px 0;
    line-height: 1.4; }

  .search-popup--box form input[type="text"] {
    height: 60px;
    padding: 10px 30px 10px 15px; }
  .search-popup--box form button {
    width: 60px; }
  .search-popup--box ul li a {
    line-height: 1.4; } }

#nmsg,
#nmmsg { width:100%; margin-top:10px; font-size:13px; color:#f00000; line-height:1 }
.section-newsletter-alerts .form-field.input-error { border-bottom: 1px solid #ff0000; }
.section-newsletter-alerts .form-field.input-error { border-bottom: 1px solid #ff0000; }

.facebook_feed,
.twitter_feed {
    width: 540px;
    height: 540px;
    background-color: #fff;
    padding: 10px;
    text-align: center;
}

.whatsnew {
    margin-bottom: 60px;
}
.whatsnew .row-block {
    font-size: 0;
    padding: 0 30px;
}
.whatsnew .row-block .spacer {
    width: 6%;
    height: 450px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.whatsnew .row-block .spacer::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #cbcbcb;
}
.whatsnew .row-block .column-block {
    width: 47%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #707070;
    line-height: 1.2;
}
.whatsnew .row-block .column-block .heading {
    display: block;
    padding: 21px 20px;
    border-radius: 6px 6px 0 0;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
}
.whatsnew .row-block .column-block .heading.english {
    background-color: #8d7ee9;
}
.whatsnew .row-block .column-block .heading.hindi {
    background-color: #eab882;
}
.whatsnew .row-block .column-block .heading span {
    display: inline-block;
    padding: 0 0 0 30px;
    background: url(../png/icon-star.png) no-repeat left center;
}
.whatsnew .row-block .column-block .content {
    display: block;
    height: 390px;
    overflow-y: auto;
    padding: 0px 20px;
    background-color: #fff6f8;
}
.whatsnew .row-block .column-block .content ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}
.whatsnew .row-block .column-block .content ul li {
    display: block;
    border-top: 2px solid #edeaeb;
    padding: 17px 0;
}
.whatsnew .row-block .column-block .content ul li span.icon-calender {
    display: block;
    padding-left: 22px;
    background: url(../svg/icon-calendar-2.svg) no-repeat left center;
    opacity: .5;
    filter: alpha(opacity=50);
    margin-bottom: 7px;
    font-size: 14px;
    color: #444;
    font-weight: 400;
    line-height: 1.1;
    font-style: normal;
}
.whatsnew .row-block .column-block .content ul li a {
    display: block;
    font-size: 16px;
    color: #191919;
    font-weight: 400;
    font-style: italic;
}
.whatsnew .row-block .column-block .content ul li a:hover {
    color: #ff668f;
}

@media all and (max-width: 767px){
    .facebook_feed,
    .twitter_feed {
        width: 280px;
        height: 420px;
        background-color: #fff;
        padding: 10px;
    }
}
@media all and (max-width: 1200px){
    .heading-block.topperstext,
    .heading-block.socialupdates {
        background-size: 90% auto;
    }
}
@media all and (max-width: 767px){
    .heading-block.topperstext,
    .heading-block.whatsnew,
    .heading-block.socialupdates,
    .heading-block.latprog {
        background: none;
    }
    .whatsnew {
        margin-bottom: 30px;
    }
    .heading-block.whatsnew {
        margin: 0 0 25px;
        padding: 0px 5px;
    }
    .whatsnew .row-block .column-block .heading {
        padding: 17px 20px;
        font-size: 16px;
    }
    .whatsnew .row-block .column-block {
        width: 100%;
    }
    .whatsnew .row-block .spacer {
        width: 100%;
        height: 50px;
    }
    .whatsnew .row-block .spacer::before {
        left: 0;
        top: 50%;
        width: 100%;
        height: 1px;
    }
    .whatsnew .row-block {
        padding: 0 5px;
    }
    .whatsnew .row-block .column-block .content ul li a {
        font-size: 14px;
    }
    .heading-block p {
        color: #707070;
        line-height: 1.4;
    }
    .header-slogan ul.buttons-panel li a.appbtn,
    .header-slogan ul.buttons-panel li a.appbtn2,
    .header-slogan ul.buttons-panel li a.appbtn3
    .header-slogan ul.buttons-panel li a.appbtn4 {
      width: 330px;
      margin: 10px 0px 0;
  }
}
.top-header .chat ul {
    opacity: 0;
    visibility: 0;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    margin: 0;
    padding: 0;
    list-style-type: none;
    z-index: 10;
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: 5px;
    width: 240px;
  }
  .top-header .chat:hover ul {
    opacity: 1;
    visibility: visible;
  }
  .top-header .chat ul li {
    display: block;
  }
  .top-header .chat ul li a {
    border-bottom: 1px solid rgba(255,255,255,.15);
    padding: 17px 15px;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 400;
  }
  .top-header .chat ul li a:hover {
    background: linear-gradient(to right,#14c3e5 0%,#27b999 100%);
  }


  @media only screen and (max-width: 700px) {
    .fa-social{
      padding: 5px 0!important;
    }
  }

  .fa-social {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    /* width: 40px; */
    /* margin-left: 8px; */
  }
