@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Roboto-Light.woff") format("woff"), url("../fonts/Roboto-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Roboto-Thin.woff") format("woff"), url("../fonts/Roboto-Thin.ttf") format("truetype"); }

@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/poppins-black-webfont.woff2") format("woff2"), url("../fonts/poppins-black-webfont.woff") format("woff"), url("../fonts/poppins-black-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins-bold-webfont.woff2") format("woff2"), url("../fonts/poppins-bold-webfont.woff") format("woff"), url("../fonts/poppins-bold-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/poppins-light-webfont.woff2") format("woff2"), url("../fonts/poppins-light-webfont.woff") format("woff"), url("../fonts/poppins-light-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/poppins-regular-webfont.woff2") format("woff2"), url("../fonts/poppins-regular-webfont.woff") format("woff"), url("../fonts/poppins-regular-webfont.ttf") format("truetype"); }

@font-face {
  font-family: "poppins";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/poppins-semibold-webfont.woff2") format("woff2"), url("../fonts/poppins-semibold-webfont.woff") format("woff"), url("../fonts/poppins-semibold-webfont.ttf") format("truetype"); }

::-webkit-input-placeholder {
  opacity: 1;
  color: #8d8d8d; }

:-moz-placeholder {
  opacity: 1;
  color: #8d8d8d; }

::-moz-placeholder {
  opacity: 1;
  color: #8d8d8d; }

:-ms-input-placeholder {
  opacity: 1;
  color: #8d8d8d; }

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

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

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

:focus {
  outline: 0 none; }

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%;
  text-size-adjust: 100%; }

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

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

img {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
  height: auto; }

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

a {
  color: #000;
  text-decoration: none;
  -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;
  cursor: pointer; }

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; }

li {
  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; }

button, input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  -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;
  cursor: pointer; }

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

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

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

textarea {
  overflow: auto;
  vertical-align: top; }

input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="time"], input[type="password"], input[type="url"], textarea, select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  resize: none;
  width: 100%;
  border: 0 none;
  border-bottom: 2px solid #8d8d8d;
  background-color: #fff;
  font-size: 24px;
  color: #000;
  padding: 0;
  line-height: 1;
  font-family: "Roboto", "poppins";
  text-align: left; }

input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="time"], input[type="password"] {
  height: 30px; }

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, input[type="date"]:focus, input[type="time"]:focus, input[type="password"]:focus, textarea:focus {
  border-bottom-color: #961B46; }

textarea {
  height: 130px; }

select {
  height: 30px; }

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

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

hr {
  border: 0 none;
  border-top: 1px solid #000;
  margin: 30px 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; }

body {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.25;
  color: #000;
  font-weight: 400; }

.btn {
  display: inline-block;
  font-size: 25px;
  line-height: 0.8;
  font-weight: 400;
  color: #000;
  border: 1px solid #000;
  padding: 18px 10px;
  text-align: center;
  background-color: transparent;
  min-width: 330px;
  max-width: 330px; }
  .btn:hover {
    color: #fff;
    border-color: #961B46;
    background-color: #961B46; }
  .btn + .btn {
    margin-left: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::after {
    content: "";
    clear: both;
    display: table; }

[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  min-height: 1px; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%; }
  .wrapper::after {
    content: "";
    clear: both;
    display: table; }

.show-mobile {
  display: none; }

@media all and (max-width: 1000px) {
  .show-mobile {
    display: block;
    margin: 0 auto; }
  .hide-mobile {
    display: none; } }

.field {
  margin-bottom: 30px; }

.gradiants {
  width: 500px;
  height: 300px;
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
  background: #fa2f65;
  background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
  background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
  .gradiants:after {
    background: url(../images/grad-bg.png) left bottom repeat-x;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: .5;
    z-index: 1; }

.container {
  width: 1200px;
  position: relative;
  margin: 0 auto; }

#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9;
  width: 50px;
  height: 50px;
  background: url(../images/back-to-top.jpg) no-repeat left top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  cursor: pointer;
  display: none; }

.header-top {
    position: relative;
    overflow: hidden;
    width: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
    background-color: #000;
    z-index: 1000;
    text-align: right;
}

.header-top:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  z-index: -1;
}

.header-top .container {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
  background: #000;
}

.header-top .top-social ul {
  display: flex;
  background: #fff;
  padding-left: 20px;
  margin: 0;
}

.header-top .top-social ul a {
  display: block;
  padding: 11px 3px;
  border: none;
}

.header-top .top-menu ul {
  display: flex;
    margin-bottom: 0px;
}

.header-top .top-menu ul li {
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.header-top .top-menu ul li:after {
  position: absolute;
  top: 50%;
  width: 4px;
  height: 8px;
  background: #fff;
  right: -4px;
  content: "";
  border-radius: 7px;
  transform: translateY(-50%);
}

.header-top .top-menu ul li:last-of-type:after {
  display: none;
}

.header-top .top-menu ul li a {
  padding: 11px 20px;
  color:#ffff;
}

.header {
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 37px;
  left: 0;
  z-index: 100; }
  .header .logo {
    width: 164px;
    float: left;
    padding: 7px 0; }
  .header .header-right {
    width: 960px;
    float: right; }
    .header .header-right .navigation {
      display: inline-block; }
      .header .header-right .navigation ul {
        margin: 0;
        padding: 0; }
        .header .header-right .navigation ul li {
          font-size: 15px;
          display: inline-block;
          padding: 30px 8px;
          position: relative; }
          .header .header-right .navigation ul li a {
            color: #2d2d2d; }
          .header .header-right .navigation ul li:hover > ul {
            display: block; }
          .header .header-right .navigation ul li:hover.submenu {
            background: url(../images/menu-red-arrow.png) 92% no-repeat; }
          .header .header-right .navigation ul li:hover > a {
            color: #ed1c24; }
          .header .header-right .navigation ul li ul {
            position: absolute;
            width: 250px;
            background: #fff;
            border-top: 2px solid #ec333a;
            top: 79px;
            left: 0;
            display: none; }
            .header .header-right .navigation ul li ul li {
              width: 100%;
              padding: 0px 20px; }
              .header .header-right .navigation ul li ul li.submenu {
                background: url(../images/menu-black-arrow.png) 92% no-repeat; }
              .header .header-right .navigation ul li ul li a {
                border-bottom: 1px solid #e2e2e2;
                width: 100%;
                display: block;
                padding: 10px 0;
                color: #454545; }
              .header .header-right .navigation ul li ul li ul {
                top: -2px;
                left: 100%; }
          .header .header-right .navigation ul li.image_active {
            position: relative; }
            .header .header-right .navigation ul li.image_active:before {
              content: '';
              display: block;
              width: 29px;
              height: 16px;
              background: url(../images/new.gif) no-repeat 0 0;
              position: absolute;
              top: 12px;
              right: 0; }
    .header .header-right .skill-logo {
      width: 170px;
      float: right;
      padding: 10px 0; }
      .header .header-right .skill-logo a {
        display: inline-block;
        margin-left: -4px; }
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2); }

.banner {
  width: 100%;
  position: relative;
  overflow: hidden; }
  .banner video {
    width: 100%;
    height: auto;
    position: relative; }
  .banner .owl-item.active .item:after {
    opacity: 1;
    transition-delay: 1s; }
  .banner .owl-item.active .item .banner-txt {
    opacity: 1;
    margin-right: 0;
    opacity: 1;
    transition-delay: 2s; }
  .banner .item {
    position: relative; }
    .banner .item:after {
      width: 50%;
      height: calc(100% - 47px);
      content: "";
      background: rgba(0, 0, 0, 0.6);
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: 1;
      opacity: 0;
      -webkit-transition: all ease 0.6s;
      -moz-transition: all ease 0.6s;
      -ms-transition: all ease 0.6s;
      -o-transition: all ease 0.6s;
      transition: all ease 0.6s; }
  .banner .container {
    position: absolute;
    top: 0;
    color: #fff;
    z-index: 3;
    right: 0;
    left: 0;
    text-align: right; }
    .banner .container .banner-txt {
      width: 500px;
      float: right;
      top: 50%;
      text-align: left;
      transform: translateY(-25%);
      margin-top: 26%;
      margin-right: -100px;
      opacity: 0;
      -webkit-transition: all ease 0.6s;
      -moz-transition: all ease 0.6s;
      -ms-transition: all ease 0.6s;
      -o-transition: all ease 0.6s;
      transition: all ease 0.6s; }
      .banner .container .banner-txt h2 {
        font-family: "poppins";
        font-weight: 700;
        color: #fff;
        font-size: 27px;
        letter-spacing: 1px;
        margin-bottom: 5px; }
      .banner .container .banner-txt h3 {
        font-family: "poppins";
        font-weight: 300;
        color: #fff;
        font-size: 40px;
        letter-spacing: 1px;
        margin-bottom: 5px;
        position: relative; }
        .banner .container .banner-txt h3:after {
          background: #020024;
          background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
          content: "";
          position: absolute;
          height: 1px;
          width: 100%;
          left: 0;
          bottom: 0; }
      .banner .container .banner-txt h4 {
        font-family: "poppins";
        font-weight: 300;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 15px; }

a.explore {
  padding: 12px 21px;
  color: #fff;
  display: inline-block;
  margin-top: 22px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  padding-right: 35px;
  background: #fa2f65;
  background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
  background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
  a.explore:after {
    background: url(../images/white-right-arrow.png) left bottom no-repeat;
    position: absolute;
    height: 11px;
    width: 6px;
    right: 10%;
    bottom: 0;
    top: 0;
    margin: auto;
    content: ""; }
  a.explore:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
  a.explore + a.explore {
    margin-left: 20px; }

.banner-bottom {
  width: 100%;
  background: url(../images/pattern-bg.jpg) repeat top left;
  position: relative;
  padding: 60px 0; }
  .banner-bottom::after {
    content: "";
    clear: both;
    display: table; }
  .banner-bottom .banner-bottom-left {
    width: 924px;
    float: left;
    background: #fff;
    box-sizing: border-box;
    padding: 40px 300px 100px 60px;
    height: 500px;
    box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.1); }
    .banner-bottom .banner-bottom-left h1 {
      font-size: 33px;
      color: #262626;
      margin-bottom: 25px;
      padding-bottom: 10px;
      position: relative; }
      .banner-bottom .banner-bottom-left h1:after {
        background: #eb1c24;
        position: absolute;
        content: "";
        height: 1px;
        width: 80px;
        bottom: 0;
        left: 0; }
    .banner-bottom .banner-bottom-left h3 {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px; }
    .banner-bottom .banner-bottom-left ul {
      padding: 0;
      margin: 0; }
    .banner-bottom .banner-bottom-left li {
      font-size: 15px;
      color: #262626;
      background: url(../images/circle-bul.png) 0px 4px no-repeat;
      padding: 1px 0 9px 25px; }
      .banner-bottom .banner-bottom-left li strong {
        font-weight: 600; }
  .banner-bottom .banner-bottom-right {
    width: 470px;
    height: 480px;
    position: absolute;
    top: 10px;
    right: 0;
    z-index: 8;
    background: #fa2f65;
    background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
    background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
    .banner-bottom .banner-bottom-right:after {
      background: url(../images/grad-bg.png) left bottom repeat-x;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      bottom: 0;
      opacity: .5;
      z-index: 1; }
    .banner-bottom .banner-bottom-right ul {
      padding: 47px 21px;
      margin-bottom: 0; }
      .banner-bottom .banner-bottom-right ul::after {
        content: "";
        clear: both;
        display: table; }
      .banner-bottom .banner-bottom-right ul li {
        width: 50%;
        float: left;
        text-align: center;
        padding: 20px 7px;
        border-right: 1px solid #fc7d8c;
        border-bottom: 1px solid #fc7d8c;
        color: #fff;
        position: relative;
        z-index: 2; }
        .banner-bottom .banner-bottom-right ul li:nth-child(2n) {
          border-right: 0; }
        .banner-bottom .banner-bottom-right ul li:nth-child(3), .banner-bottom .banner-bottom-right ul li:nth-child(4) {
          border-bottom: 0; }
        .banner-bottom .banner-bottom-right ul li:nth-child(2) .purposeSprit:before {
          background-position: 0px 80px; }
        .banner-bottom .banner-bottom-right ul li:nth-child(3) .purposeSprit:before {
          background-position: 0px -83px; }
        .banner-bottom .banner-bottom-right ul li:nth-child(4) .purposeSprit:before {
          background-position: 0px -163px; }
        .banner-bottom .banner-bottom-right ul li h2 {
          font-size: 15px;
          margin: 10px 0;
          text-transform: uppercase;
          min-height: 54px; }
          .banner-bottom .banner-bottom-right ul li h2 span {
            font-size: 13px;
            display: block; }
        .banner-bottom .banner-bottom-right ul li a {
          color: #fff;
          display: block; }
        .banner-bottom .banner-bottom-right ul li img {
          -webkit-transition: all ease 0.6s;
          -moz-transition: all ease 0.6s;
          -ms-transition: all ease 0.6s;
          -o-transition: all ease 0.6s;
          transition: all ease 0.6s;
          display: none; }
        .banner-bottom .banner-bottom-right ul li .purposeSprit {
          height: 70px;
          position: relative; }
          .banner-bottom .banner-bottom-right ul li .purposeSprit:before {
            position: absolute;
            content: "";
            height: 71px;
            width: 100px;
            background: url(../images/sprit-purpose.png);
            background-size: cover;
            background-position: 0px -9px;
            left: 50%;
            top: 0;
            transform: translateX(-50%); }
        .banner-bottom .banner-bottom-right ul li:hover img {
          transform: scale(1.2); }
        .banner-bottom .banner-bottom-right ul li:nth-last-of-type(2) h2, .banner-bottom .banner-bottom-right ul li:last-child h2 {
          min-height: auto; }

.text p {
  text-align: justify;
  font-size: 15px;
  line-height: 24px; }

.readmore {
  border: 1px solid #555555;
  color: #555555;
  padding: 10px 15px;
  display: inline-block;
  margin-top: 15px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative; }
  .readmore span {
    position: relative;
    z-index: 3;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s; }
  .readmore:after {
    background: #fa2f65;
    background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
    background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s; }
    .readmore:after:after {
      background: url(../images/white-right-arrow.png) left bottom no-repeat;
      position: absolute;
      height: 11px;
      width: 6px;
      right: 10%;
      bottom: 0;
      top: 0;
      margin: auto;
      content: ""; }
  .readmore:hover:after {
    width: 100%; }
  .readmore:hover span {
    color: #fff; }

.promoting-bod {
  width: 100%;
  padding: 50px 0;
  position: relative;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2); }
  .promoting-bod::after {
    content: "";
    clear: both;
    display: table; }
  .promoting-bod .owl-next {
    background: url(../images/spirit-carArrow.png) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 120px;
    right: 0px;
    font-size: 0;
    background-position: -48px 0; }
  .promoting-bod .owl-prev {
    background: url(../images/spirit-carArrow.png) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 120px;
    right: 40px;
    font-size: 0;
    background-position: -8px 0; }
  .promoting-bod h3 {
    width: 190px;
    border-right: 1px solid #d92635;
    font-size: 32px;
    color: #262626;
    float: left;
    margin-top: 17px; }
    .promoting-bod h3 span {
      display: block;
      color: #d92635; }
  .promoting-bod .promoting-logos,
  .promoting-bod .promoting-logos1 {
    width: calc(100% - 200px);
    float: right; }
    .promoting-bod .promoting-logos ul li,
    .promoting-bod .promoting-logos1 ul li {
      display: inline-block;
      margin-left: 25px; }
      .promoting-bod .promoting-logos ul li img,
      .promoting-bod .promoting-logos1 ul li img {
        -webkit-transition: all ease 0.6s;
        -moz-transition: all ease 0.6s;
        -ms-transition: all ease 0.6s;
        -o-transition: all ease 0.6s;
        transition: all ease 0.6s; }
      .promoting-bod .promoting-logos ul li:hover img,
      .promoting-bod .promoting-logos1 ul li:hover img {
        transform: scale(0.9); }

.gc-member {
  width: 100%;
  padding: 40px 0;
  background-size: 100% 100%;
  text-align: center; }
  .gc-member::after {
    content: "";
    clear: both;
    display: table; }
  .gc-member h3 {
    font-size: 33px;
    color: #262626;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: "poppins"; }
    .gc-member h3 span {
      color: #d92635; }
    .gc-member h3:after {
      background: #eb1c24;
      position: absolute;
      content: "";
      height: 1px;
      width: 80px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .gc-member .text p {
    text-align: center;
    padding: 2px 200px;
    margin-bottom: 15px; }
  .gc-member .owl-carousel .owl-stage-outer {
    padding: 5px;
    margin-left: -10px; }
  .gc-member .item {
    background: #fff;
    position: relative;
    text-align: center;
    box-shadow: 0px 0 9px rgba(0, 0, 0, 0.1);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s; }
    .gc-member .item a {
      display: block;
      position: relative;
      z-index: 2;
      height: 330px;
      padding: 35px 10px 0 10px; }
    .gc-member .item .gc-member-img {
      position: relative;
      margin: 0 auto;
      text-align: center;
      margin-bottom: 15px;
      padding-bottom: 15px; }
      .gc-member .item .gc-member-img img {
        width: auto;
        border-radius: 50%;
        overflow: hidden;
        width: 140px;
        height: 140px;
        display: inline-block;
        border: 5px solid #fff; }
      .gc-member .item .gc-member-img:after {
        background: #ed1c24;
        content: "";
        position: absolute;
        width: 54px;
        height: 3px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto; }
    .gc-member .item h4 {
      font-size: 18px;
      color: #1e252a;
      line-height: normal;
      margin-bottom: 8px;
      font-family: "poppins";
      font-weight: 500; }
    .gc-member .item p {
      color: #646363;
      font-family: "poppins";
      margin-bottom: 7px; }
    .gc-member .item:hover {
      background: #fa2f65;
      background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
      background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
      .gc-member .item:hover:after {
        background: url(../images/grad-bg.png) left bottom repeat-x;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: .5;
        z-index: 1; }
      .gc-member .item:hover h4,
      .gc-member .item:hover p {
        color: #fff; }
      .gc-member .item:hover .gc-member-img:after {
        background: #fff; }
  .gc-member .readmore {
    padding: 11px 48px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 15px; }
  .gc-member .owl-prev {
    background: url(../images/spirit-carArrow.png) no-repeat;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -83px;
    right: 40px;
    font-size: 0;
    background-position: 0px 0; }
  .gc-member .owl-next {
    background: url(../images/spirit-carArrow.png) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -83px;
    right: 0px;
    font-size: 0;
    background-position: -48px 0; }

.divno {
  width: 100%;
  height: 240px;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
  background: #fa2f65;
  background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
  background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
  .divno:after {
    background: url(../images/grad-bg.png) left bottom repeat-x;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: .5;
    z-index: 1; }
  .divno .container {
    z-index: 3; }
    .divno .container li {
      width: 25%;
      float: left;
      border-right: 1px solid #fda1a8;
      padding: 00px 20px;
      text-align: center;
      color: #fff;
      font-size: 60px;
      font-family: "poppins";
      font-weight: 500; }
      .divno .container li a {
        color: #fff; }
        .divno .container li a:hover {
          color: rgba(255, 255, 255, 0.7); }
      .divno .container li h3 {
        font-size: 24px; }
      .divno .container li:last-child {
        border: 0; }
      .divno .container li span {
        display: block;
        font-size: 18px; }

.clear {
  clear: both; }

.news-event {
  padding: 40px 0; }
  .news-event::after {
    content: "";
    clear: both;
    display: table; }
  .news-event h2 {
    font-size: 33px;
    color: #262626;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: "poppins"; }
    .news-event h2 span {
      color: #d92635; }
    .news-event h2:after {
      background: #eb1c24;
      position: absolute;
      content: "";
      height: 1px;
      width: 80px;
      bottom: 0;
      left: 0;
      margin: auto; }
  .news-event ul {
    padding: 0;
    margin: 0; }
    .news-event ul li {
      width: 33%;
      float: left; }
      .news-event ul li:hover .txt-up,
      .news-event ul li:hover .txt-down {
        background: #fa2f65;
        background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
        background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
        .news-event ul li:hover .txt-up:after,
        .news-event ul li:hover .txt-down:after {
          background: url(../images/grad-bg.png) left bottom repeat-x;
          content: "";
          position: absolute;
          height: 100%;
          width: 100%;
          left: 0;
          bottom: 0;
          opacity: .5;
          z-index: 1; }
        .news-event ul li:hover .txt-up h3,
        .news-event ul li:hover .txt-up h4,
        .news-event ul li:hover .txt-up p,
        .news-event ul li:hover .txt-down h3,
        .news-event ul li:hover .txt-down h4,
        .news-event ul li:hover .txt-down p {
          color: #fff; }
      .news-event ul li:hover .img-up:after,
      .news-event ul li:hover .img-down:after {
        display: block; }
      .news-event ul li .img-up,
      .news-event ul li .img-down,
      .news-event ul li .txt-up,
      .news-event ul li .txt-down {
        height: 263px;
        overflow: hidden;
        position: relative; }
        .news-event ul li .img-up img,
        .news-event ul li .img-down img,
        .news-event ul li .txt-up img,
        .news-event ul li .txt-down img {
          display: block; }
      .news-event ul li .img-up:after {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 25px solid #fb3b58;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        bottom: 0;
        position: absolute;
        left: 16px;
        display: none; }
      .news-event ul li .img-down:after {
        content: "";
        width: 0;
        height: 0;
        border-top: 25px solid #fb3b58;
        border-right: 25px solid transparent;
        border-left: 25px solid transparent;
        top: 0;
        position: absolute;
        left: 16px;
        display: none; }
      .news-event ul li .txt-up a,
      .news-event ul li .txt-down a {
        display: block;
        padding: 30px 40px;
        position: relative;
        z-index: 2; }
      .news-event ul li .txt-up h4,
      .news-event ul li .txt-down h4 {
        color: #808080;
        font-size: 13px;
        margin-bottom: 11px; }
      .news-event ul li .txt-up h3,
      .news-event ul li .txt-down h3 {
        font-family: "poppins";
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 15px; }
      .news-event ul li .txt-up p,
      .news-event ul li .txt-down p {
        font-size: 15px;
        color: #474646;
        line-height: 22px; }

.mass-lead {
  width: 100%;
  position: relative;
  background: #f4f4f4;
  padding-top: 50px;
  text-align: center; }
  .mass-lead .container {
    width: 1000px; }
  .mass-lead h3 {
    font-size: 33px;
    color: #262626;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: "poppins"; }
    .mass-lead h3 span {
      color: #d92635; }
    .mass-lead h3:after {
      background: #eb1c24;
      position: absolute;
      content: "";
      height: 1px;
      width: 80px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .mass-lead .border-txt {
    border: 2px solid #cecfd0;
    margin: 60px 0 20px;
    padding: 30px 44px;
    font-size: 16px;
    color: #000000;
    position: relative;
    font-style: italic; }
    .mass-lead .border-txt:after {
      background: url(../images/brad.jpg) 0 0 no-repeat;
      content: "";
      width: 85px;
      height: 50px;
      position: absolute;
      top: -39px;
      right: 0;
      left: 0;
      margin: auto; }
  .mass-lead .mas-lead-slider {
    margin-top: 0px; }
    .mass-lead .mas-lead-slider .center .item {
      background: #fa2f65;
      background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
      background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
      padding: 30px 0;
      vertical-align: top;
      margin-top: -45px;
      padding-top: 56px;
      padding-bottom: 30px;
      height: 280px; }
      .mass-lead .mas-lead-slider .center .item:after {
        background: url(../images/grad-bg.png) left bottom repeat-x;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: .5;
        z-index: 1; }
      .mass-lead .mas-lead-slider .center .item img {
        border: 5px solid #fff;
        width: 130px;
        height: 130px; }
      .mass-lead .mas-lead-slider .center .item h4,
      .mass-lead .mas-lead-slider .center .item p {
        color: #fff; }
      .mass-lead .mas-lead-slider .center .item h4 {
        font-size: 17px; }
      .mass-lead .mas-lead-slider .center .item a {
        position: relative;
        z-index: 2; }
    .mass-lead .mas-lead-slider .item {
      text-align: center;
      margin-top: 30px; }
      .mass-lead .mas-lead-slider .item img {
        width: auto;
        border-radius: 50%;
        overflow: hidden;
        width: 110px;
        height: 110px;
        display: inline-block; }
      .mass-lead .mas-lead-slider .item h4 {
        font-size: 14px;
        font-weight: 500;
        color: #1e252a;
        font-family: "poppins";
        margin-top: 20px;
        margin-bottom: 5px;
        text-transform: uppercase; }
      .mass-lead .mas-lead-slider .item p {
        font-size: 13px;
        color: #7f7e7e; }
  .mass-lead .owl-prev {
    background: url(../images/left-slider-arrow.png) center no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 100px;
    left: -75px;
    display: none;
    font-size: 0; }
  .mass-lead .owl-next {
    background: url(../images/left-slider-arrow.png) center no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 100px;
    right: -75px;
    font-size: 0;
    display: none;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.footer {
  width: 100%;
  background: #222222;
  padding: 40px 0;
  position: relative; }
  .footer::after {
    content: "";
    clear: both;
    display: table; }
  .footer .foot-addrs {
    width: 265px;
    float: left;
    padding-right: 35px;
    border-right: 1px solid #393939;
    height: 235px; }
    .footer .foot-addrs p {
      font-size: 15px;
      color: #cecece;
      margin-bottom: 10px; }
      .footer .foot-addrs p a {
        color: #cecece; }
  .footer .foot-menu {
    width: 500px;
    float: left;
    padding: 0 35px;
    border-right: 1px solid #393939;
    height: 235px; }
    .footer .foot-menu ul {
      padding: 0;
      margin: 0; }
      .footer .foot-menu ul li {
        width: 100%;
        margin-right: 0%;
        float: left;
        padding: 2px 0 12px 13px;
        background: url(../images/cir-bul.png) 0 8px no-repeat; }
        .footer .foot-menu ul li a {
          color: #fff; }
  .footer .subcribe {
    width: 350px;
    float: right; }
    .footer .subcribe .subs {
      border-bottom: 1px solid #939598;
      margin-bottom: 30px; }
      .footer .subcribe .subs::after {
        content: "";
        clear: both;
        display: table; }
      .footer .subcribe .subs p {
        color: #fff; }
      .footer .subcribe .subs input.inputtxt {
        width: 270px;
        float: left;
        background: none;
        border: 0;
        font-size: 15px;
        color: #939598;
        padding-top: 5px; }
      .footer .subcribe .subs input.submit {
        width: 75px;
        height: 38px;
        background: url(../images/subc-btn.jpg) 0 0 no-repeat;
        cursor: pointer;
        float: right;
        border: 0;
        font-size: 0;
        margin: 0;
        padding: 0; }
    .footer .subcribe ul {
      margin: 0;
      padding: 0; }
    .footer .subcribe li {
      display: inline-block;
      margin-right: 3px; }
  .footer h4 {
    font-size: 15px;
    color: #939598;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px; }
    .footer h4 a {
      color: #939598; }
    .footer h4:after {
      background: #ed1c24;
      height: 1px;
      width: 36px;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0; }

.footer-last {
  width: 100%;
  background: #0f0f0f;
  padding: 20px 0; }
  .footer-last::after {
    content: "";
    clear: both;
    display: table; }
  .footer-last p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0; }
    .footer-last p.left {
      width: 48%;
      float: left; }
    .footer-last p.right {
      width: 48%;
      float: right;
      text-align: right; }
      .footer-last p.right a {
        color: #fff; }

.video-home {
  width: 100%;
  position: relative; }
  .video-home .container {
    width: 1100px; }
  .video-home .video-youtube {
    width: 850px;
    float: left;
    height: 425px;
    position: relative; }
  .video-home .video-youtube-data {
    width: 250px;
    float: right;
    height: 425px;
    overflow: auto; }
    .video-home .video-youtube-data li {
      margin-bottom: 15px;
      cursor: pointer; }

.inner-banner {
  position: relative;
  margin-top: 116px; }
  .inner-banner .bannertxt {
    font-size: 55px;
    position: absolute;
    bottom: 0;
    text-align: left;
    color: #fff;
    top: 0;
    margin: auto;
    width: 100%;
    max-width: 1200px;
    right: 0;
    left: 0;
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center; }
    .inner-banner .bannertxt p {
      width: 100%; }
      .inner-banner .bannertxt p span {
        display: block;
        font-size: 37px; }
  .inner-banner h1 {
    opacity: 0;
    visibility: hidden;
    display: none; }

.bradcam {
  text-align: right;
  padding-top: 15px; }
  .bradcam li {
    display: inline-block;
    font-size: 13px; }
    .bradcam li a {
      background: url(../images/brad-sep.png) 100% no-repeat;
      font-size: 13px;
      padding: 0 9px 0 3px;
      color: #868485; }

.press-release {
  padding: 0 0 35px 0; }
  .press-release::after {
    content: "";
    clear: both;
    display: table; }
  .press-release .press-rel-left {
    float: left; }
    .press-release .press-rel-left ul {
      margin: 0;
      padding: 0; }
      .press-release .press-rel-left ul li {
        font-size: 14px;
        color: #262626;
        border-bottom: 1px dotted #262626; }
        .press-release .press-rel-left ul li a {
          padding: 20px 0 20px 0px;
          display: block; }
        .press-release .press-rel-left ul li:hover > a, .press-release .press-rel-left ul li.active > a {
          color: #ed1c24; }
        .press-release .press-rel-left ul li span {
          margin-right: 10px; }
        .press-release .press-rel-left ul li li {
          list-style: none;
          background: none;
          background: none !important;
          border-bottom: 1px solid #ccc; }
          .press-release .press-rel-left ul li li:last-child {
            border-bottom: 0; }
          .press-release .press-rel-left ul li li a {
            padding: 12px 0 12px 0px;
            margin-left: 0; }
  .press-release .press-reales-filter ul {
    margin: 0;
    padding: 0; }
  .press-release .press-reales-filter li {
    margin-right: 12px;
    background: none; }
    .press-release .press-reales-filter li input {
      background: none;
      border: 0;
      font-size: 15px;
      font-weight: normal; }
    .press-release .press-reales-filter li.title {
      width: 100%;
      float: left;
      border: 1px solid #ccc;
      padding: 8px 10px;
      margin-bottom: 15px;
      background: none !important; }
    .press-release .press-reales-filter li.date {
      width: 100%;
      float: left;
      border: 1px solid #ccc;
      padding: 8px 10px;
      background: url(../images/calender-icon.png) 96% no-repeat !important;
      margin-bottom: 15px; }
    .press-release .press-reales-filter li.sub {
      width: 134px !important;
      float: left;
      color: #fff;
      text-align: center;
      margin-right: 5px;
      position: relative;
      overflow: hidden; }
      .press-release .press-reales-filter li.sub input {
        color: #fff;
        padding: 15px 10px;
        cursor: pointer;
        width: 100%;
        background: #fa2f65;
        background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
        background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
        .press-release .press-reales-filter li.sub input:after {
          background: url(../images/grad-bg.png) left bottom repeat-x;
          content: "";
          position: absolute;
          height: 100%;
          width: 100%;
          left: 0;
          bottom: 0;
          opacity: .5;
          z-index: 1; }
    .press-release .press-reales-filter li.res {
      width: 54px;
      float: left;
      margin-right: 0; }
      .press-release .press-reales-filter li.res input {
        background: url(../images/reset-icon.png) center no-repeat #dbdbdb;
        width: 100%;
        height: 47px; }
  .press-release .press-rel-right {
    width: 870px;
    float: right;
    background: #fff;
    padding: 37px 19px;
    min-height: 250px; }
    .press-release .press-rel-right .heading {
      margin-bottom: 0; }
    .press-release .press-rel-right .press-release-data {
      margin-top: 20px;
      clear: both;
      float: left; }
      .press-release .press-rel-right .press-release-data ul {
        padding: 0;
        margin: 0; }
        .press-release .press-rel-right .press-release-data ul li::after {
          content: "";
          clear: both;
          display: table; }
        .press-release .press-rel-right .press-release-data ul li .press-date {
          width: 104px;
          float: left;
          border-right: 1px solid #ccc;
          margin-right: 20px;
          font-size: 13px;
          color: #ed1c24;
          padding: 15px 0;
          text-align: center; }
        .press-release .press-rel-right .press-release-data ul li .press-text {
          width: 570px;
          float: left;
          padding: 15px 0; }
        .press-release .press-rel-right .press-release-data ul li .pres-hn-en {
          width: 120px;
          float: right;
          text-align: right;
          padding: 15px 0;
          text-align: center; }
          .press-release .press-rel-right .press-release-data ul li .pres-hn-en a:first-child {
            color: #ed1c24;
            margin-right: 5px; }
        .press-release .press-rel-right .press-release-data ul li:nth-child(odd) {
          background: #f1f1f1; }
  .press-release .current-archiev-pressrelease-tab {
    text-align: right;
    margin-bottom: 0px; }
    .press-release .current-archiev-pressrelease-tab p {
      display: inline-block;
      margin-bottom: 0;
      cursor: pointer;
      margin-left: 10px; }
      .press-release .current-archiev-pressrelease-tab p.pres-cur {
        color: #ccc; }
      .press-release .current-archiev-pressrelease-tab p.pres-arch {
        color: #ccc; }
      .press-release .current-archiev-pressrelease-tab p.active {
        color: #000; }
  .press-release .archive-press-release {
    display: none; }

.heading {
  font-size: 33px;
  color: #262626;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-family: "poppins"; }
  .heading:after {
    background: #eb1c24;
    position: absolute;
    content: "";
    height: 1px;
    width: 80px;
    bottom: 0;
    left: 0;
    margin: auto; }

.faq-right {
  width: 100%;
  float: right; }
  .faq-right ul {
    margin: 0;
    padding: 0; }
    .faq-right ul li {
      width: 100%;
      margin-bottom: 10px; }
      .faq-right ul li h3 {
        font-size: 14px;
        color: #555555;
        background: #f5f5f5;
        padding: 17px;
        margin-bottom: 14px;
        border-left: 3px solid #d5d5d5;
        cursor: pointer;
        position: relative; }
        .faq-right ul li h3:after {
          content: "+";
          position: absolute;
          color: #9b9b9b;
          font-weight: 700;
          position: absolute;
          right: 20px;
          font-size: 18px;
          top: 14px; }
        .faq-right ul li h3.active {
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          color: #ed1c24;
          border-color: #ed1c24; }
          .faq-right ul li h3.active:after {
            content: "-";
            color: #ed1c24; }
      .faq-right ul li .faq-text {
        font-size: 14px;
        color: #939191;
        line-height: 24px;
        padding: 0 16px;
        display: none; }

.bg-pattern {
  background: url(../images/pattern-bg.jpg) repeat top left;
  padding-bottom: 50px; }

.result-form ul li {
  width: 50%;
  margin: 2% auto 0;
  border: 1px solid #ccc;
  padding: 8px; }
  .result-form ul li input,
  .result-form ul li select {
    border: 0;
    font-size: 14px; }
  .result-form ul li.form-sub {
    border: 0;
    text-align: center; }
    .result-form ul li.form-sub input {
      background: #fa2f65;
      background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
      background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
      color: #fff;
      width: 149px;
      text-align: center;
      float: none;
      text-align: center;
      padding: 12px 0px;
      text-transform: uppercase;
      font-weight: 500;
      cursor: pointer; }
      .result-form ul li.form-sub input:after {
        background: url(../images/grad-bg.png) left bottom repeat-x;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: .5;
        z-index: 1; }

.about-us {
  width: 100%;
  position: relative;
  padding-top: 0px; }
  .about-us .about-data {
    background: #fff;
    padding: 50px;
    margin-top: 0px; }
    .about-us .about-data.result {
      width: 50%;
      padding: 30px 20px 20px;
      margin: 0 auto; }
    .about-us .about-data .abt-top-left {
      width: 310px;
      float: left; }
    .about-us .about-data .abt-top-right {
      width: calc(100% - 350px);
      float: right;
      margin-top: 0px; }
      .about-us .about-data .abt-top-right h3 {
        font-size: 26px;
        color: #2f2f2f;
        font-weight: normal;
        margin-bottom: 14px; }
      .about-us .about-data .abt-top-right p {
        font-size: 15px;
        line-height: 23px; }
    .about-us .about-data .vision-left {
      width: 625px;
      float: left;
      padding: 25px 30px;
      height: 416px;
      position: relative;
      margin-top: 50px;
      background: #fa2f65;
      background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
      background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
      .about-us .about-data .vision-left:after {
        background: url(../images/grad-bg.png) left bottom repeat-x;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: .5;
        z-index: 1; }
      .about-us .about-data .vision-left .heading {
        color: #fff; }
        .about-us .about-data .vision-left .heading:after {
          background: #fff; }
      .about-us .about-data .vision-left .text {
        font-size: 15px;
        color: #ffffff;
        line-height: 25px;
        margin-top: 15px; }
        .about-us .about-data .vision-left .text h3 {
          margin-bottom: 5px; }
        .about-us .about-data .vision-left .text ul {
          margin: 0;
          padding: 0; }
          .about-us .about-data .vision-left .text ul li {
            background: url(../images/white-right-arrow.png) 0 8px no-repeat;
            padding-left: 20px; }
    .about-us .about-data .vision-right {
      width: 475px;
      float: left;
      margin-top: 50px; }
      .about-us .about-data .vision-right img {
        width: 97.5%; }

.promoting-bodies {
  margin-top: 50px; }
  .promoting-bodies::after {
    content: "";
    clear: both;
    display: table; }
  .promoting-bodies ul {
    padding: 0;
    margin: 0; }
    .promoting-bodies ul li {
      width: 300px;
      float: left;
      margin-right: 90px;
      margin-top: 20px; }
      .promoting-bodies ul li:nth-child(3n) {
        margin-right: 0; }

.contact-us {
  background: #fff;
  padding: 30px; }
  .contact-us .map {
    height: 285px;
    border: 10px solid #e6e6e6;
    margin-bottom: 30px; }
  .contact-us .head-quarter {
    width: 520px;
    float: left;
    margin-right: 85px; }
    .contact-us .head-quarter + .head-quarter {
      margin-right: 0; }
    .contact-us .head-quarter h3 {
      font-size: 18px;
      color: #555555;
      font-weight: 700;
      border-bottom: 1px solid #e6e6e6;
      margin-bottom: 15px;
      padding-bottom: 15px;
      letter-spacing: 1px; }
    .contact-us .head-quarter p {
      font-size: 14px;
      color: #484747;
      margin-bottom: 10px; }
    .contact-us .head-quarter .addr-left {
      width: 250px;
      float: left;
      margin-right: 50px; }
      .contact-us .head-quarter .addr-left p {
        margin-bottom: 15px;
        font-size: 13px;
        color: #6c6c6c;
        padding-left: 35px;
        line-height: 20px; }
        .contact-us .head-quarter .addr-left p.loc-ico {
          background: url(../images/loc.jpg) 0 2px no-repeat; }
        .contact-us .head-quarter .addr-left p.phn-ico {
          background: url(../images/phn-ic.jpg) 0 2px no-repeat;
          padding-bottom: 5px; }
    .contact-us .head-quarter .addr-right {
      width: 200px;
      float: right; }
      .contact-us .head-quarter .addr-right p {
        margin-bottom: 15px;
        font-size: 13px;
        color: #6c6c6c;
        padding-left: 35px;
        line-height: 20px; }
        .contact-us .head-quarter .addr-right p.loc-ico {
          background: url(../images/loc.jpg) 0 2px no-repeat; }
        .contact-us .head-quarter .addr-right p.phn-ico {
          background: url(../images/phn-ic.jpg) 0 2px no-repeat;
          padding-bottom: 5px; }
        .contact-us .head-quarter .addr-right p.fac-ico {
          background: url(../images/fax-icon.jpg) 0 2px no-repeat; }
  .contact-us .send-msg {
    margin-top: 30px;
    width: 100%;
    clear: both; }
    .contact-us .send-msg::after {
      content: "";
      clear: both;
      display: table; }
    .contact-us .send-msg h4 {
      font-size: 18px;
      color: #555555;
      font-weight: 700;
      letter-spacing: 1px;
      margin-bottom: 8px; }
    .contact-us .send-msg p {
      font-size: 14px;
      color: #484747;
      margin-bottom: 10px; }
      .contact-us .send-msg p a {
        color: #f23d44; }
    .contact-us .send-msg .contact-form ul {
      padding: 0;
      margin: 0; }
      .contact-us .send-msg .contact-form ul::after {
        content: "";
        clear: both;
        display: table; }
      .contact-us .send-msg .contact-form ul li {
        width: 48%;
        margin-right: 4%;
        float: left;
        border: 1px solid #ccc;
        padding: 8px;
        margin-top: 2%; }
        .contact-us .send-msg .contact-form ul li.full-width {
          width: 100%;
          border: 0;
          padding: 0; }
        .contact-us .send-msg .contact-form ul li:nth-child(2n) {
          margin-right: 0; }
        .contact-us .send-msg .contact-form ul li input,
        .contact-us .send-msg .contact-form ul li textarea,
        .contact-us .send-msg .contact-form ul li select {
          font-size: 14px;
          border: 0;
          width: 100%; }
        .contact-us .send-msg .contact-form ul li.full {
          width: 100%;
          margin-right: 0; }
        .contact-us .send-msg .contact-form ul li.form-sub {
          border: 0; }
          .contact-us .send-msg .contact-form ul li.form-sub input {
            background: #fa2f65;
            background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
            background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
            background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
            background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
            background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
            color: #fff;
            width: 149px;
            text-align: center;
            float: right;
            padding: 12px 0px;
            text-transform: uppercase;
            font-weight: 500;
            cursor: pointer; }
            .contact-us .send-msg .contact-form ul li.form-sub input:after {
              background: url(../images/grad-bg.png) left bottom repeat-x;
              content: "";
              position: absolute;
              height: 100%;
              width: 100%;
              left: 0;
              bottom: 0;
              opacity: .5;
              z-index: 1; }

.no-spacing.video-data li:nth-child(4n) {
  margin-right: 0; }

.no-spacing.video-data li:nth-child(3n) {
  margin-right: 14px; }

.video-data {
  width: 100%;
  background: #fff;
  padding: 18px; }
  .video-data ul {
    padding: 0;
    margin: 0; }
    .video-data ul::after {
      content: "";
      clear: both;
      display: table; }
    .video-data ul li {
      width: 280px;
      height: 158px;
      float: left;
      margin-right: 14px;
      margin-bottom: 14px;
      position: relative;
      overflow: hidden;
      height: 235px;
      background: #000; }
      .video-data ul li:nth-child(4n) {
        margin-right: 0; }
      .video-data ul li .vid-thumb {
        position: relative; }
        .video-data ul li .vid-thumb:before {
          background: url(../images/video-plau-icon.png) 0 0 no-repeat;
          content: "";
          width: 104px;
          height: 92px;
          position: absolute;
          bottom: 0;
          top: 0;
          right: 0;
          left: 0;
          margin: auto;
          z-index: 1; }
        .video-data ul li .vid-thumb:after {
          background: rgba(0, 0, 0, 0.3);
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          bottom: 0;
          top: 0;
          right: 0;
          left: 0;
          margin: auto;
          -webkit-transition: all ease 0.6s;
          -moz-transition: all ease 0.6s;
          -ms-transition: all ease 0.6s;
          -o-transition: all ease 0.6s;
          transition: all ease 0.6s; }
      .video-data ul li p {
        position: absolute;
        background: rgba(0, 0, 0, 0.8);
        bottom: 0;
        color: #fff;
        padding: 13px;
        font-size: 14px;
        width: 100%;
        -webkit-transition: all ease 0.6s;
        -moz-transition: all ease 0.6s;
        -ms-transition: all ease 0.6s;
        -o-transition: all ease 0.6s;
        transition: all ease 0.6s; }
      .video-data ul li:hover .vid-thumb:after {
        opacity: 0; }
      .video-data ul li:hover p {
        background: #fa2f65;
        background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
        background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
        .video-data ul li:hover p:after {
          background: url(../images/grad-bg.png) left bottom repeat-x;
          content: "";
          position: absolute;
          height: 100%;
          width: 100%;
          left: 0;
          bottom: 0;
          opacity: .5;
          z-index: 1; }

.newsletter-inside {
  background: #fff;
  padding: 31px; }
  .newsletter-inside::after {
    content: "";
    clear: both;
    display: table; }
  .newsletter-inside li {
    width: 306px;
    float: left;
    background: #f4f4f4;
    margin: 25px 33px;
    padding: 17px; }
    .newsletter-inside li h3 {
      font-size: 17px;
      margin: 15px 0; }
    .newsletter-inside li p {
      font-size: 13px;
      color: #545454;
      line-height: 22px;
      margin-bottom: 10px; }
    .newsletter-inside li a.explore {
      padding: 7px 15px;
      float: right;
      margin-top: 0; }
      .newsletter-inside li a.explore:after {
        display: none; }
    .newsletter-inside li span {
      font-size: 12px;
      color: #000000;
      margin-top: 10px;
      display: inline-block; }

.gc-member-right {
  width: 100%;
  background: #fff;
  padding: 25px 52px; }
  .gc-member-right .gc-member ul {
    margin: 0;
    padding: 0; }
    .gc-member-right .gc-member ul li {
      position: relative;
      float: left; }
      .gc-member-right .gc-member ul li:hover .popup-data-inside {
        width: 620px;
        height: 380px;
        -webkit-transition: all ease 0.6s;
        -moz-transition: all ease 0.6s;
        -ms-transition: all ease 0.6s;
        -o-transition: all ease 0.6s;
        transition: all ease 0.6s;
        opacity: 1; }
      .gc-member-right .gc-member ul li.fourth .popup-data-inside {
        right: 0;
        left: auto; }
      .gc-member-right .gc-member ul li .inside-member {
        float: left;
        position: relative;
        width: 207px;
        margin: 6px;
        border: 1px solid #e5e5e5;
        background: #fff;
        height: 215px;
        overflow: hidden;
        -webkit-transition: all ease 0.6s;
        -moz-transition: all ease 0.6s;
        -ms-transition: all ease 0.6s;
        -o-transition: all ease 0.6s;
        transition: all ease 0.6s; }
        .gc-member-right .gc-member ul li .inside-member:first-child {
          width: 427px;
          height: 481px; }
          .gc-member-right .gc-member ul li .inside-member:first-child h3 {
            font-size: 20px;
            padding-top: 25px; }
          .gc-member-right .gc-member ul li .inside-member:first-child .member-txt {
            bottom: 0; }
        .gc-member-right .gc-member ul li .inside-member h3 {
          font-size: 15px;
          color: #3c3c3c;
          margin-bottom: 5px;
          padding-bottom: 2px;
          margin-top: 8px; }
          .gc-member-right .gc-member ul li .inside-member h3:after {
            display: none; }
        .gc-member-right .gc-member ul li .inside-member p {
          font-size: 13px;
          color: #c4060d;
          padding-bottom: 5px; }
        .gc-member-right .gc-member ul li .inside-member span {
          color: #646363;
          font-family: "poppins";
          margin-bottom: 7px;
          font-size: 12px;
          display: block;
          opacity: 0;
          text-decoration: underline; }
        .gc-member-right .gc-member ul li .inside-member:hover {
          background: #fa2f65;
          background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
          background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
          background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
          background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
          background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
          background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
          -webkit-transition: all ease 0.6s;
          -moz-transition: all ease 0.6s;
          -ms-transition: all ease 0.6s;
          -o-transition: all ease 0.6s;
          transition: all ease 0.6s; }
          .gc-member-right .gc-member ul li .inside-member:hover:after {
            background: url(../images/grad-bg.png) left bottom repeat-x;
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            bottom: 0;
            opacity: .5;
            z-index: 1; }
          .gc-member-right .gc-member ul li .inside-member:hover .member-txt {
            overflow: hidden;
            bottom: 0;
            background: #fa2f65;
            background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
            background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
            background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
            background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
            background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
            -webkit-transition: all ease 0.6s;
            -moz-transition: all ease 0.6s;
            -ms-transition: all ease 0.6s;
            -o-transition: all ease 0.6s;
            transition: all ease 0.6s; }
            .gc-member-right .gc-member ul li .inside-member:hover .member-txt:after {
              background: url(../images/grad-bg.png) left bottom repeat-x;
              content: "";
              position: absolute;
              height: 100%;
              width: 100%;
              left: 0;
              bottom: 0;
              opacity: .5;
              z-index: 1; }
            .gc-member-right .gc-member ul li .inside-member:hover .member-txt h3 {
              color: #fff; }
            .gc-member-right .gc-member ul li .inside-member:hover .member-txt p {
              color: #fff; }
            .gc-member-right .gc-member ul li .inside-member:hover .member-txt span {
              color: #fff;
              opacity: 1; }
  .gc-member-right .gc-member.our-team li {
    height: auto; }
    .gc-member-right .gc-member.our-team li:first-child {
      width: 207px;
      height: auto; }
      .gc-member-right .gc-member.our-team li:first-child .member-txt {
        bottom: -21px; }
      .gc-member-right .gc-member.our-team li:first-child h3 {
        font-size: 15px;
        padding-top: 0px; }

.support-inside {
  background: #fff;
  padding: 50px; }
  .support-inside ul {
    margin: 0;
    padding: 0; }
    .support-inside ul li {
      border-bottom: 1px solid #ccc;
      padding: 30px 0; }
      .support-inside ul li::after {
        content: "";
        clear: both;
        display: table; }
      .support-inside ul li .support-img {
        width: 274px;
        border: 1px solid #e6e6e6; }
      .support-inside ul li .support-txt {
        width: 785px; }
        .support-inside ul li .support-txt h3 {
          font-size: 27px;
          color: #000000;
          margin-bottom: 10px; }
        .support-inside ul li .support-txt p {
          font-size: 13px;
          color: #585858;
          line-height: 22px; }
      .support-inside ul li:nth-child(odd) .support-img {
        float: left; }
      .support-inside ul li:nth-child(odd) .support-txt {
        float: right; }
      .support-inside ul li:nth-child(even) .support-img {
        float: right; }
      .support-inside ul li:nth-child(even) .support-txt {
        float: left; }
      .support-inside ul li:last-child {
        border-bottom: 0; }
      .support-inside ul li .explore {
        padding: 8px 15px; }
        .support-inside ul li .explore:after {
          display: none; }

.wrapper {
  background: #ebecee; }
  .wrapper .result-content {
    width: 870px;
    float: right;
    background: #fff;
    padding: 37px; }
    .wrapper .result-content ul {
      margin: 0;
      padding: 0; }
    .wrapper .result-content li {
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
      width: 100%; }
      .wrapper .result-content li.filterbox {
        width: 23%;
        margin: 1%; }
        .wrapper .result-content li.filterbox h3 {
          font-weight: normal;
          padding: 10px;
          font-size: 16px; }
    .wrapper .result-content .results-container::after {
      content: "";
      clear: both;
      display: table; }
    .wrapper .result-content .heading {
      display: inline-block; }
    .wrapper .result-content .tra-up {
      padding: 15px 0;
      cursor: pointer;
      overflow: hidden;
      flex-wrap: wrap; }
      .wrapper .result-content .tra-up::after {
        content: "";
        clear: both;
        display: table; }
      .wrapper .result-content .tra-up:before {
        content: "";
        position: absolute;
        background: url(../images/right-circle-arrow.png) 0 0 no-repeat;
        width: 26px;
        height: 29px;
        bottom: 18px;
        right: 13px; }
      .wrapper .result-content .tra-up .srno {
        width: 116px;
        float: left;
        padding-left: 20px;
        flex: 0 0 8%; }
        .wrapper .result-content .tra-up .srno span {
          font-size: 12px;
          font-weight: 700;
          display: block;
          margin-bottom: 5px;
          text-transform: uppercase; }
        .wrapper .result-content .tra-up .srno p {
          font-size: 17px;
          padding-left: 10px; }
      .wrapper .result-content .tra-up.isOpen {
        background: #fa2f65;
        background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
        background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
        background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
        .wrapper .result-content .tra-up.isOpen:after {
          background: url(../images/grad-bg.png) left bottom repeat-x;
          content: "";
          position: absolute;
          height: 100%;
          width: 100%;
          left: 0;
          bottom: 0;
          opacity: .5;
          z-index: 1; }
        .wrapper .result-content .tra-up.isOpen .srno,
        .wrapper .result-content .tra-up.isOpen .tra-name,
        .wrapper .result-content .tra-up.isOpen .domain,
        .wrapper .result-content .tra-up.isOpen .sector,
        .wrapper .result-content .tra-up.isOpen .qp-code,
        .wrapper .result-content .tra-up.isOpen .download-form {
          color: #fff; }
        .wrapper .result-content .tra-up.isOpen:before {
          background: url(../images/down-circle-arrow.png) 0 0 no-repeat; }
    .wrapper .result-content .tra-name {
      width: 190px;
      float: left; }
      .wrapper .result-content .tra-name span {
        font-size: 12px;
        font-weight: 700;
        display: block;
        margin-bottom: 5px;
        text-transform: uppercase; }
      .wrapper .result-content .tra-name p {
        font-size: 15px;
        padding-left: 0px; }
    .wrapper .result-content .qp-code {
      width: 155px;
      float: right;
      flex: 0 0 20%; }
      .wrapper .result-content .qp-code span {
        font-size: 12px;
        font-weight: 700;
        display: block;
        margin-bottom: 5px;
        text-transform: uppercase; }
      .wrapper .result-content .qp-code p {
        font-size: 14px;
        padding-left: 0px; }
    .wrapper .result-content .sector {
      width: 235px;
      float: left;
      margin-left: 117px;
      margin-top: 5px; }
      .wrapper .result-content .sector span {
        font-size: 14px;
        font-weight: 500;
        display: inline-block; }
      .wrapper .result-content .sector p {
        font-size: 14px;
        padding-left: 0px;
        display: inline-block; }
    .wrapper .result-content .domain {
      width: 235px;
      float: left;
      margin-left: 20px;
      margin-top: 5px; }
      .wrapper .result-content .domain span {
        font-size: 14px;
        font-weight: 500;
        display: inline-block; }
      .wrapper .result-content .domain p {
        font-size: 14px;
        padding-left: 0px;
        display: inline-block; }
    .wrapper .result-content .tra-down {
      clear: both;
      width: 100%;
      background: #ebecee;
      display: none; }
      .wrapper .result-content .tra-down::after {
        content: "";
        clear: both;
        display: table; }
      .wrapper .result-content .tra-down .dow-sec {
        width: 31%;
        padding: 20px;
        float: left; }
        .wrapper .result-content .tra-down .dow-sec h5 {
          margin-bottom: 5px;
          display: block;
          font-weight: 500; }
      .wrapper .result-content .tra-down .dow-sec {
        padding: 20px; }
        .wrapper .result-content .tra-down .dow-sec h5 {
          margin-bottom: 5px;
          display: block;
          font-weight: 700;
          font-size: 14px;
          color: #3e3e3e; }
      .wrapper .result-content .tra-down .road-tra {
        width: 31%;
        float: left;
        padding: 22px; }
        .wrapper .result-content .tra-down .road-tra h5 {
          margin-bottom: 5px;
          display: block;
          font-weight: 700;
          font-size: 14px;
          color: #3e3e3e; }
      .wrapper .result-content .tra-down .sec-brief {
        width: 100%;
        float: left;
        padding: 20px; }
        .wrapper .result-content .tra-down .sec-brief h5 {
          margin-bottom: 5px;
          display: block;
          font-weight: 700;
          font-size: 14px;
          color: #3e3e3e; }
        .wrapper .result-content .tra-down .sec-brief p {
          font-size: 14px;
          color: #3e3e3e;
          line-height: 22px;
          margin-bottom: 0; }
        .wrapper .result-content .tra-down .sec-brief a.explore {
          padding: 8px 20px; }
          .wrapper .result-content .tra-down .sec-brief a.explore:after {
            display: none; }

.export {
  float: right;
  padding: 10px 40px 10px 10px;
  border: 1px solid rgba(38, 38, 38, 0.5);
  line-height: 1;
  text-transform: uppercase;
  background: url(../images/icon-excel.png) no-repeat 90% center;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  width: 120px; }

.video-data.photogallery ul li .vid-thumb::before {
  display: none; }

.sidebar {
  width: 330px;
  float: left;
  padding: 30px 25px;
  border-top: 5px solid #fa2f64; }
  .sidebar .multiple-select input,
  .sidebar .multiple-select select {
    width: 100% !important;
    font-size: 14px;
    background: #fff;
    padding: 13px;
    margin-bottom: 10px;
    height: auto;
    background: no-repeat;
    border: 1px solid #ccc; }
  .sidebar .filter-heading {
    padding-bottom: 9px;
    margin-top: 8px; }
  .sidebar .more-filters {
    float: right;
    font-size: 12px;
    cursor: pointer; }
  .sidebar .filter-actions input {
    padding: 8px 18px;
    color: #fff;
    display: inline-block;
    margin-top: 22px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    border: 0;
    background: #fa2f65;
    background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
    background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
    .sidebar .filter-actions input:after {
      background: url(../images/white-right-arrow.png) left bottom no-repeat;
      position: absolute;
      height: 11px;
      width: 6px;
      right: 10%;
      bottom: 0;
      top: 0;
      margin: auto;
      content: ""; }
  .sidebar ul.social-listing {
    margin: 0 0 30px;
    padding: 0;
    list-style: none; }
    .sidebar ul.social-listing li {
      display: block;
      border-bottom: 1px solid #d3d3d3;
      font-size: 14px; }
      .sidebar ul.social-listing li span {
        display: block;
        font-size: 13px;
        margin-top: 3px; }
      .sidebar ul.social-listing li a {
        display: block;
        padding: 15px 0;
        font-size: 16px;
        color: #262626; }
      .sidebar ul.social-listing li.active a, .sidebar ul.social-listing li:hover a {
        color: #ed1c24;
        font-weight: bold;
        font-size: 17px; }
      .sidebar ul.social-listing li:last-child {
        border-bottom: 0 none; }

.popup-data .member-img {
  width: 250px;
  float: left;
  text-align: left; }
  .popup-data .member-img img {
    height: 315px; }

.popup-data .popup-data-inside {
  width: 0;
  height: 0;
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  margin: auto;
  padding: 10px;
  border-radius: 0px;
  overflow: hidden;
  z-index: 99;
  opacity: 0; }
  .popup-data .popup-data-inside:after {
    position: absolute;
    content: "";
    background: #fa2f65;
    background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
    background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .popup-data .popup-data-inside:after:after {
      background: url(../images/grad-bg.png) left bottom repeat-x;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      bottom: 0;
      opacity: .5;
      z-index: 1; }
  .popup-data .popup-data-inside .popup-data-inside-border {
    padding: 0px;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 100%; }
  .popup-data .popup-data-inside .popup-data-inside-close {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    color: #fff;
    padding: 9px;
    cursor: pointer; }
  .popup-data .popup-data-inside h3 {
    padding-top: 10px !important;
    margin-bottom: 0px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    line-height: normal;
    padding-bottom: 0;
    color: #fff; }
    .popup-data .popup-data-inside h3:after {
      display: none; }
  .popup-data .popup-data-inside h4 {
    font-size: 13px;
    color: #fff;
    padding-bottom: 5px;
    text-align: center; }
  .popup-data .popup-data-inside p {
    color: #000 !important;
    margin-top: 0px !important;
    line-height: 20px !important;
    float: right !important;
    text-align: left !important;
    padding-top: 20px !important;
    text-align: justify !important;
    padding-right: 20px !important; }

.popup-data .pop-txt-right {
  width: 335px;
  float: right;
  height: 276px;
  overflow-y: auto; }

.member-txt {
  position: absolute;
  z-index: 9;
  width: 100%;
  bottom: -21px;
  background: #fff; }

.pop-wrap {
  z-index: 9;
  cursor: pointer; }

.search {
  width: 300px;
  float: right;
  margin-top: -6px;
  display: none; }
  .search input {
    font-size: 13px;
    padding-left: 10px; }

.search-header {
  cursor: pointer; }

.sitemaplist ul {
  padding: 0;
  margin: 0; }
  .sitemaplist ul li {
    width: 100%;
    margin-bottom: 10px;
    list-style: none;
    background: url(../images/menu-red-arrow.png) 0 3px no-repeat;
    padding-left: 15px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px; }
    .sitemaplist ul li li {
      width: auto;
      display: inline-block;
      background: url(../images/menu-black-arrow.png) 0 5px no-repeat;
      margin-right: 16px;
      margin-top: 11px;
      border-bottom: none;
      font-size: 15px; }
      .sitemaplist ul li li li {
        margin-bottom: 0;
        padding-bottom: 0; }

.press-coverage {
  margin-top: 20px; }
  .press-coverage ul {
    padding: 0;
    margin: 0; }
    .press-coverage ul li {
      border: 2px solid #ccc;
      width: 260px;
      height: 330px;
      float: left;
      margin: 8px; }
      .press-coverage ul li .press-co-img {
        height: 170px;
        overflow: hidden;
        margin-bottom: 10px; }
        .press-coverage ul li .press-co-img img {
          width: 100%;
          height: auto; }
      .press-coverage ul li .date {
        font-size: 12px;
        color: #afafaf;
        font-weight: 500;
        background: url(../images/calender-icon.png) 0 0 no-repeat;
        background-size: auto auto;
        padding-left: 26px;
        margin-left: 11px;
        padding-bottom: 9px;
        background-size: 18px;
        padding-top: 3px; }
      .press-coverage ul li p {
        font-size: 13px;
        color: #343434;
        padding: 0 13px;
        font-weight: 500;
        min-height: 50px; }
      .press-coverage ul li a.explore {
        padding: 7px 14px;
        margin-left: 13px;
        margin-top: 19px; }
        .press-coverage ul li a.explore:after {
          display: none; }

.faq-data {
  background: #fff;
  padding: 20px; }

.white-bg {
  width: 100%;
  background: #fff;
  padding: 25px; }
  .white-bg .rtisearch {
    width: 602px;
    margin: 0 auto;
    border: 1px solid #ccc; }
    .white-bg .rtisearch .rti-search-input {
      width: 500px;
      float: left;
      font-size: 13px;
      border: 0;
      padding: 11px;
      height: auto; }
    .white-bg .rtisearch .submit {
      background: #fa2f65;
      background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
      background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
      width: 100px;
      padding: 10px;
      border: 0;
      color: #fff;
      text-transform: uppercase; }
      .white-bg .rtisearch .submit:after {
        background: url(../images/grad-bg.png) left bottom repeat-x;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: .5;
        z-index: 1; }

.btn-load-more {
  border: 1px solid #555555;
  color: #555555;
  padding: 10px 15px;
  display: block;
  margin-top: 15px;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 500;
  background: #fa2f65;
  background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
  background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
  border: 0;
  color: #fff;
  position: relative;
  width: 100px;
  margin: 0 auto; }
  .btn-load-more:after {
    background: url(../images/grad-bg.png) left bottom repeat-x;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: .5;
    z-index: 1; }
  .btn-load-more:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s; }
  .btn-load-more:hover::after {
    width: 100%; }

.item-video {
  background: #000; }

.banner .owl-carousel .owl-video-play-icon {
  background: url("../images/owl.video.play.png") no-repeat; }

.gray-bg {
  background: #f4f4f4; }

.social-block .block {
  width: 50%;
  float: left;
  position: relative;
  height: 415px; }
  .social-block .block.block-facebook .block--heading {
    background-color: #2b3992;
    padding: 20px 50px;
    color: #fff;
    font-size: 24px; }
    .social-block .block.block-facebook .block--heading:after {
      width: 16px;
      height: 27px;
      background-image: url(../images/icon-facebook.svg);
      left: 25px;
      position: absolute;
      content: "";
      top: 20px; }
  .social-block .block.linkdin-block .block--heading {
    background-color: #0077b0;
    padding: 20px 60px;
    color: #fff;
    font-size: 24px;
    position: relative; }
    .social-block .block.linkdin-block .block--heading:after {
      width: 36px;
      height: 27px;
      background: url(../images/linkedin-logo.svg) no-repeat;
      left: 25px;
      position: absolute;
      content: "";
      top: 20px;
      background-size: 26px; }
  .social-block .block.linkdin-block .block--body {
    padding: 20px; }
  .social-block .block.block-twitter .block--heading {
    background-color: #0587d1;
    padding: 20px 70px;
    color: #fff;
    font-size: 24px;
    position: relative; }
    .social-block .block.block-twitter .block--heading:after {
      width: 34px;
      height: 27px;
      background-image: url(../images/icon-twitter.svg);
      left: 25px;
      position: absolute;
      content: "";
      top: 20px; }
  .social-block .block.block-insta .block--heading {
    background: #da2b6e;
    padding: 20px 70px;
    color: #fff;
    font-size: 24px;
    position: relative; }
    .social-block .block.block-insta .block--heading:after {
      width: 30px;
      height: 30px;
      background-image: url(../images/insta-bg.png);
      left: 25px;
      position: absolute;
      content: "";
      top: 20px;
      background-repeat: no-repeat; }

.social-section::after {
  content: "";
  clear: both;
  display: table; }

.social-icon {
  position: fixed;
  right: 0;
  top: 230px;
  width: 30px;
  z-index: 99; }
  .social-icon ul {
    padding: 0;
    margin: 0; }
  .social-icon li {
    margin-bottom: 0;
    position: relative;
    right: 0;
    transition: all 0.9s ease 0s; }
    .social-icon li a,
    .social-icon li img {
      display: block;
      max-width: inherit; }
    .social-icon li:hover {
      right: 84px;
      transition: all 0.9s ease 0s; }

.pdf-download {
  width: 100%;
  padding: 20px;
  background: #fff; }
  .pdf-download .pdf-iframe {
    width: 100%;
    height: 500px; }
    .pdf-download .pdf-iframe iframe {
      width: 100%;
      height: 100%; }
  .pdf-download .explore {
    width: 130px;
    float: none;
    margin: 20px auto;
    display: block; }

.our-team ul {
  padding: 0;
  margin: 0; }
  .our-team ul::after {
    content: "";
    clear: both;
    display: table; }
  .our-team ul li {
    width: 540px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    min-height: 88px; }
    .our-team ul li:nth-child(even) {
      padding-left: 50px; }
    .our-team ul li:nth-child(odd) {
      padding-right: 50px; }
    .our-team ul li h4 {
      font-size: 20px;
      color: #000000; }
    .our-team ul li h5 {
      font-size: 15px;
      color: #676767;
      font-weight: 300;
      margin-bottom: 5px;
      margin-top: 5px; }
      .our-team ul li h5 a {
        color: #cd3c29; }
    .our-team ul li h6 {
      position: relative;
      font-size: 18px;
      color: #fff;
      padding: 10px;
      width: 200px;
      margin-bottom: 20px;
      overflow: hidden;
      background: #fa2f65;
      background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
      background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
      .our-team ul li h6:after {
        background: url(../images/grad-bg.png) left bottom repeat-x;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: .5;
        z-index: 1; }
    .our-team ul li p {
      background: url(../images/right-arrow-red.png) 0 5px no-repeat;
      font-size: 13px;
      color: #000000;
      padding-left: 20px;
      margin-bottom: 13px;
      line-height: 20px; }
    .our-team ul li .respo-more {
      border: 1px solid #ebebeb;
      display: inline-block;
      padding: 10px;
      cursor: pointer;
      text-transform: uppercase;
      margin-left: 19px;
      font-size: 12px; }
    .our-team ul li .respon-rest {
      display: none; }

.wrap-gradi {
  position: absolute;
  bottom: 0;
  padding: 0 10px;
  width: 100%;
  background: #fa2f65;
  background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
  background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
  .wrap-gradi:after {
    background: url(../images/grad-bg.png) left bottom repeat-x;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: .5;
    z-index: 1; }

.slicknav_menu {
  display: none; }

.promoting-bod.gray-bg .owl-prev,
.promoting-bod.gray-bg .owl-next {
  top: 135px; }

.promoting-bod.gray-bg h3 {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-top: 0; }

.industry-partners ul::after {
  content: "";
  clear: both;
  display: table; }

.industry-partners li {
  width: 33%;
  float: left;
  margin-bottom: 20px; }

.asse-table table {
  border-collapse: collapse; }
  .asse-table table tr:first-child {
    position: relative;
    overflow: hidden;
    background: #fa2f65;
    background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
    background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
    background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
    .asse-table table tr:first-child:after {
      background: url(../images/grad-bg.png) left bottom repeat-x;
      content: "";
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      bottom: 0;
      opacity: .5;
      z-index: 1; }
  .asse-table table tr:nth-child(odd) td {
    background: #f9f9f9; }
  .asse-table table td {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left; }
  .asse-table table th {
    text-align: left;
    padding: 10px;
    border: 1px solid #ccc;
    color: #fff; }

.pdf-calender {
  width: 436px;
  background: url(../images/calender-up.jpg) top left no-repeat, url(../images/calender-bottom.jpg) bottom left no-repeat #eeeef0;
  padding: 0 16px 35px 16px;
  position: relative;
  margin-right: 0.5%;
  width: 32.5%;
  display: inline-block;
  vertical-align: top; }
  .pdf-calender h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 37px; }
  .pdf-calender .cal-less-det {
    padding: 20px 0 0 0; }
  .pdf-calender .cal-dom {
    border-bottom: 1px solid #d6d6d7;
    padding-bottom: 10px;
    padding-top: 10px; }
    .pdf-calender .cal-dom::after {
      content: "";
      clear: both;
      display: table; }
    .pdf-calender .cal-dom .icon {
      width: 50px;
      float: left; }
    .pdf-calender .cal-dom .cal-txt {
      font-size: 15px;
      color: #2e3131;
      font-weight: 300;
      width: calc(100% - 70px);
      float: right; }
      .pdf-calender .cal-dom .cal-txt span {
        font-weight: 500;
        font-size: 16px;
        display: block;
        margin-bottom: 5px; }
      .pdf-calender .cal-dom .cal-txt ul {
        padding: 0;
        margin: 0; }
        .pdf-calender .cal-dom .cal-txt ul li {
          margin-bottom: 5px;
          background: url(../images/red-tring.png) 0 3px no-repeat;
          padding-left: 13px; }
  .pdf-calender .cal-show-det {
    display: none; }
  .pdf-calender .event-more-detail {
    background: #e42c5c;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    padding: 5px 10px;
    float: right;
    margin-top: 28px;
    cursor: pointer; }

.cat-info {
  overflow: hidden;
  position: relative;
  margin-bottom: 12px;
  padding-bottom: 28px; }
  .cat-info p {
    margin-top: 10px; }
  .cat-info .explore {
    /* float: right; */
    vertical-align: top;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0; }

.quick-left {
  width: 119px;
  float: left;
  margin-right: 20px; }

.results-list center {
  text-align: left;
  font-size: 20px;
  margin-bottom: 20px; }
  .results-list center span {
    color: #fa2f64;
    font-weight: bold; }

.popup-data {
  display: none; }

.footer-menu-icon {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
  display: none;
  color: #fff; }
  .footer-menu-icon img {
    vertical-align: middle;
    margin-right: 8px; }

.search-data ul {
  padding: 0; }

.search-data li {
  border-bottom: 1px solid #ccc;
  padding: 10px 0;
  font-size: 15px;
  list-style: none; }
  .search-data li a {
    color: #e31c1f; }

.search-data center {
  text-align: left; }
  .search-data center p {
    font-size: 18px; }

.notes strong {
  font-size: 18px;
  color: #555555;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 0px;
  padding-bottom: 15px;
  letter-spacing: 1px;
  width: 100%;
  display: block; }
  .notes strong ~ strong {
    border: 0;
    padding-bottom: 5px; }

.notes br {
  margin-bottom: 5px; }

.wrapper .result-content .forwidth .qp-code {
  width: 200px; }

.slicknav_nav .slicknav_arrow {
  /* font-size: 0.8em; */
  margin: 0 0 0 0.4em;
  position: absolute;
  right: 11px;
  font-size: 18px !important; }

.arc {
  width: 285px;
  text-align: right;
  position: relative;
  text-align: left; }
  .arc span {
    cursor: pointer; }
  .arc ul {
    position: absolute;
    width: 100%;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.3);
    padding: 0;
    margin: 0;
    top: 70px;
    display: none; }
    .arc ul li {
      width: 100%;
      border-bottom: 1px solid #ccc;
      background: #fff; }
      .arc ul li a {
        padding: 7px;
        display: block; }

.rpf {
  float: right;
  animation: animation 1s linear infinite;
  margin-top: -9px;
  height: 37px;
  line-height: 33px; }
  .rpf a {
    color: #fff;
    padding: 11px 17px;
    font-size: 15px; }

@-webkit-keyframes animation {
  0% {
    background-color: #9e9e9e; }
  50.0% {
    background-color: #e42328; }
  /* your chosen 'mid' color */
  100.0% {
    background-color: #9e9e9e; } }

@keyframes animation {
  0% {
    background-color: #9e9e9e; }
  50.0% {
    background-color: #e42328; }
  /* your chosen 'mid' color */
  100.0% {
    background-color: #9e9e9e; } }

.rpf-p h3 {
  font-size: 22px;
  margin-bottom: 23px; }

.rpf-p p {
  line-height: 20px; }

.rpf-p .gray-bg {
  background: #eee;
  padding: 11px;
  margin-top: 23px; }

.rpf-p a.readmore {
  background: #fa2f65;
  background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
  background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
  color: #fff;
  width: 240px;
  text-align: center;
  float: none;
  text-align: center;
  padding: 12px 0px;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  border: 0;
  font-size: 14px;
  overflow: hidden; }
  .rpf-p a.readmore:after {
    background: url(../images/grad-bg.png) left bottom repeat-x;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: .5;
    z-index: 1; }

.wrapper.for-load-data {
  background: none; }
  .wrapper.for-load-data .result-content {
    width: 100%;
    padding: 0;
    background: none; }
    .wrapper.for-load-data .result-content .for-bg-white {
      background: #fff;
      padding: 37px;
      margin-top: 10px; }
      .wrapper.for-load-data .result-content .for-bg-white .results-container {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .wrapper.for-load-data .result-content .for-bg-white .results-container span.helo-user {
          padding: 10px;
          margin-right: 20px;
          font-size: 18px; }
          .wrapper.for-load-data .result-content .for-bg-white .results-container span.helo-user img {
            height: 26px;
            vertical-align: bottom; }
        .wrapper.for-load-data .result-content .for-bg-white .results-container a.logout_btn {
          border: 1px solid rgba(38, 38, 38, 0.5);
          padding: 10px 15px;
          margin-left: 20px;
          cursor: pointer;
          transition: all 0.8s; }
          .wrapper.for-load-data .result-content .for-bg-white .results-container a.logout_btn:hover {
            transition: all 0.8s;
            background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
            border-color: transparent; }

.results-list.loader {
  width: 225px;
  margin: 0 auto; }

.driving-chart h3 {
  font-size: 31px; }

.bla-bgtxt {
  background: #4e4e4e;
  padding: 14px;
  color: #fff;
  padding-left: 20px; }

.chart {
  margin-top: 20px;
  position: relative; }

.chart ul {
  display: flex;
  flex-wrap: wrap-reverse;
  position: relative;
  padding: 0;
  margin-bottom: 0;
  padding-bottom: 15px;
  margin-top: 50px; }

.chart::after {
  content: "";
  background: #fb4052;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -3px;
  left: -10px;
  border-radius: 50%; }

.chart ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px; }

.chart-no {
  width: 90px; }

.chart-detail {
  width: 990px;
  display: none;
  position: relative; }

.chart-txt:before {
  background: url(../images/up-gray-img.jpg) 0 0 no-repeat;
  content: "";
  width: 37px;
  height: 21px;
  position: absolute;
  top: -19px;
  left: 0;
  right: 0;
  margin: auto; }

.active1.chart-txt:before {
  background: url(../images/up-active-color.jpg) 0 0 no-repeat;
  content: "";
  width: 31px;
  height: 16px;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto; }

.chart {
  margin-top: 20px;
  border: 1px solid #e6e6e6; }

.chart-no span {
  width: 45px;
  height: 45px;
  display: block;
  background: #f3f3f3;
  border-radius: 50%;
  text-align: center;
  font-size: 28px;
  line-height: 46px;
  position: relative;
  margin-left: 5px; }

.chart-no span::after {
  background: #fdc4d3;
  content: "";
  width: 20px;
  height: 2px;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute; }

.chart-detail {
  display: none;
  flex-wrap: wrap; }

.chart-fourth {
  width: 23%;
  margin: 0 1%; }

.chart-full {
  width: 98%;
  margin: 0 1%; }

.chart-two {
  width: 48%;
  margin: 0 1%; }

.chart-txt {
  background: #f4f4f4;
  font-size: 15px;
  text-align: center;
  padding: 8px;
  border: 1px solid #ccc;
  height: 54px;
  cursor: pointer;
  position: relative; }
  .chart-txt.nochild:before {
    display: none; }

.chart-txt.active1 {
  color: #fff;
  background: #fa2f65;
  background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
  background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
  .chart-txt.active1:after {
    background: url(../images/grad-bg.png) left bottom repeat-x;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: .5;
    z-index: 1; }

.start-chart-txt {
  background: #f4f4f4;
  font-size: 15px;
  text-align: center;
  padding: 8px;
  border: 1px solid #ccc;
  height: 54px;
  cursor: pointer;
  margin-left: 252px; }

.bot-chart {
  margin-top: 30px; }

.bot-chart {
  display: flex;
  flex-wrap: wrap; }

.active .chart-no span {
  color: #fb4052; }

.chart ul li {
  position: relative;
  padding-left: 15px;
  box-sizing: border-box; }

.chart ul li.active::after {
  content: "";
  background: #fb4052;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 2px; }

.active .chart-no span::after {
  background: #fb4052; }

.patway-data {
  margin-top: 20px; }
  .patway-data ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0; }
  .patway-data li {
    width: 250px;
    height: auto;
    text-align: center;
    border: 1px solid #fa2f64;
    margin: 10px;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    overflow: hidden;
    position: relative; }
    .patway-data li a {
      position: relative;
      z-index: 9;
      display: block; }
    .patway-data li.bigbox {
      width: 48%; }
    .patway-data li .pathway-icon {
      margin: 10px auto;
      text-align: center;
      position: relative;
      height: 45px;
      width: 33px; }
      .patway-data li .pathway-icon img {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
        .patway-data li .pathway-icon img.nor-img {
          opacity: 1; }
        .patway-data li .pathway-icon img.hov-img {
          opacity: 0; }
    .patway-data li h3 {
      font-size: 20px;
      color: #262626;
      font-weight: bold;
      margin-bottom: 10px;
      margin-top: 16px;
      width: 100%;
      display: block; }
    .patway-data li p {
      font-size: 15px;
      line-height: 20px;
      padding: 0 15px; }
    .patway-data li:hover {
      background: #fa2f65;
      background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
      background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
      .patway-data li:hover:after {
        background: url(../images/grad-bg.png) left bottom repeat-x;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: .5;
        z-index: 1; }
      .patway-data li:hover h3 {
        color: #fff; }
      .patway-data li:hover p {
        color: #fff; }
      .patway-data li:hover img.nor-img {
        opacity: 0; }
      .patway-data li:hover img.hov-img {
        opacity: 1; }

.text {
  font-size: 15px;
  line-height: 22px;
  text-align: justify; }

.home-suc-story {
  padding: 40px 0;
  border-bottom: 1px solid #ccc; }
  .home-suc-story .text p {
    text-align: justify;
    padding: 2px 20px;
    margin-bottom: 15px; }
  .home-suc-story .text {
    line-height: 25px; }
  .home-suc-story .suc-story-slider {
    margin-top: 20px; }
  .home-suc-story h3 {
    font-size: 33px;
    color: #262626;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-family: "poppins"; }
    .home-suc-story h3 span {
      color: #d92635; }
    .home-suc-story h3:after {
      background: #eb1c24;
      position: absolute;
      content: "";
      height: 1px;
      width: 80px;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .home-suc-story .item {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0px 0 9px rgba(0, 0, 0, 0.1);
    margin: 7px 7px 30px;
    min-height: 300px; }
    .home-suc-story .item a {
      display: block;
      width: 100%; }
  .home-suc-story .suc-story-left {
    width: 100%;
    position: relative;
    text-align: center;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    padding: 0 30px 20px; }
    .home-suc-story .suc-story-left h4 {
      font-size: 18px;
      color: #1e252a;
      font-weight: bold;
      margin-bottom: 5px; }
    .home-suc-story .suc-story-left p {
      font-size: 15px;
      color: #7f7e7e;
      line-height: 22px;
      min-height: 68px; }
    .home-suc-story .suc-story-left .ml-member-img {
      margin: 20px auto;
      display: inline-block; }
    .home-suc-story .suc-story-left img {
      width: 140px !important;
      height: 140px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      -o-border-radius: 50%;
      border-radius: 50%;
      overflow: hidden;
      border: 5px solid #fff; }
    .home-suc-story .suc-story-left .read-more {
      background: #fc4a49;
      width: 37px;
      height: 37px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      bottom: -20px;
      right: 0;
      left: 0;
      margin: 0 auto;
      -webkit-box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.23);
      -moz-box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.23);
      box-shadow: 4px 4px 13px rgba(0, 0, 0, 0.23); }
      .home-suc-story .suc-story-left .read-more:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border: solid #fff;
        border-width: 2px 2px 0 0;
        transform: rotate(135deg);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto; }
    .home-suc-story .suc-story-left:hover {
      background: #fa2f65;
      background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
      background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
      .home-suc-story .suc-story-left:hover:after {
        background: url(../images/grad-bg.png) left bottom repeat-x;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: .5;
        z-index: 1; }
      .home-suc-story .suc-story-left:hover h4 {
        font-size: 18px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 5px; }
      .home-suc-story .suc-story-left:hover p {
        font-size: 15px;
        color: #fff;
        line-height: 22px; }
      .home-suc-story .suc-story-left:hover .ml-member-img {
        margin: 20px auto;
        display: inline-block; }
      .home-suc-story .suc-story-left:hover img {
        width: 140px !important;
        height: 140px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        border: 5px solid #fff; }
      .home-suc-story .suc-story-left:hover .read-more {
        background: #fff; }
        .home-suc-story .suc-story-left:hover .read-more:before {
          border-color: #fc4a49; }
  .home-suc-story .suc-story-right {
    max-width: 600px;
    padding: 15px 0;
    align-self: center;
    display: none; }
  .home-suc-story .owl-next {
    background: url(../images/spirit-carArrow.png) no-repeat;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -50px;
    right: 0px;
    font-size: 0;
    background-position: -48px 0; }
  .home-suc-story .owl-prev {
    background: url(../images/spirit-carArrow.png) no-repeat;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -50px;
    right: 40px;
    font-size: 0;
    background-position: -7px 0; }

.success-popup {
  max-width: 600px;
  display: none; }
  .success-popup .text img {
    margin-bottom: 15px;
    margin-right: 10px;
    -webkit-align-self: center;
    -moz-align-self: center;
    align-self: center; }
  .success-popup .text .profile-desc {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; }
    .success-popup .text .profile-desc .desc {
      -webkit-align-self: center;
      -moz-align-self: center;
      align-self: center; }

.training-partner-list .image img {
  display: block;
  width: 100%;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s; }

.training-partner-list .title {
  text-align: center;
  background: rgba(0, 0, 0, 0.05);
  line-height: 30px;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  display: none; }

.training-partner-list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  margin: 0; }
  .training-partner-list ul li {
    border: solid rgba(0, 0, 0, 0.1);
    border-width: 0 1px 1px 0;
    width: 20%; }
    .training-partner-list ul li:nth-of-type(5n) {
      border-right-width: 0; }
    .training-partner-list ul li:nth-last-of-type(-n+3) {
      border-bottom-width: 0; }
    .training-partner-list ul li a {
      display: block;
      padding: 8px; }
    .training-partner-list ul li:hover .title {
      background: #e5222a;
      color: #fff; }
    .training-partner-list ul li:hover .image img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: none; }
  .popup .popup-inside {
    width: 700px;
    height: 449px;
    transition: all 0.3s;
    position: absolute;
    background: #fff;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto; }
    .popup .popup-inside.longheight {
      height: 520px;
      transition: all 0.3s; }
      .popup .popup-inside.longheight .flex-left {
        height: 520px; }
    .popup .popup-inside .flex-left {
      width: 265px;
      position: relative;
      background: #fa2f65;
      background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
      background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
      padding: 30px;
      height: 449px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .popup .popup-inside .flex-left:after {
        background: url(../images/grad-bg.png) left bottom repeat-x;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: .5;
        z-index: 1; }
      .popup .popup-inside .flex-left h4 {
        font-size: 34px;
        color: #fff;
        margin-bottom: 10px; }
      .popup .popup-inside .flex-left p {
        font-size: 15px;
        color: #fff;
        line-height: 22px; }
    .popup .popup-inside .popup-inside-close {
      width: 35px;
      height: 35px;
      position: absolute;
      top: -17px;
      right: -17px;
      cursor: pointer; }
    .popup .popup-inside .flex-right {
      width: 434px;
      padding: 14px 34px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .popup .popup-inside .flex-right .login-wrap {
        width: 100%; }
      .popup .popup-inside .flex-right .forget-pass {
        display: none;
        height: 263px; }
      .popup .popup-inside .flex-right .create-account,
      .popup .popup-inside .flex-right .back-log {
        border: 1px solid red;
        text-align: center;
        padding: 14px;
        margin-top: 24px;
        text-transform: uppercase;
        font-size: 17px;
        cursor: pointer; }
      .popup .popup-inside .flex-right ul {
        padding: 0; }
      .popup .popup-inside .flex-right h3 {
        font-size: 24px;
        color: #000;
        margin-bottom: 15px; }
      .popup .popup-inside .flex-right #msg_signup p.success {
        margin-bottom: 10px; }
      .popup .popup-inside .flex-right li {
        border: 1px solid #ccc;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        padding: 5px 8px;
        margin-bottom: 8px; }
        .popup .popup-inside .flex-right li.no-border {
          border: 0;
          padding: 5px 0; }
        .popup .popup-inside .flex-right li.flex-just {
          justify-content: space-between;
          padding: 5px 0; }
        .popup .popup-inside .flex-right li.half {
          width: 48%;
          display: inline-block;
          margin-right: 1%; }
          .popup .popup-inside .flex-right li.half input {
            width: 125px; }
          .popup .popup-inside .flex-right li.half select {
            width: 125px;
            font-size: 14px;
            border: 0; }
          .popup .popup-inside .flex-right li.half span {
            width: 24px;
            align-self: center;
            text-align: center;
            margin-right: 5px;
            vertical-align: middle;
            margin-top: 0;
            display: inline-block; }
        .popup .popup-inside .flex-right li button {
          background: #fa2f65;
          background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
          background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
          background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
          background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
          background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
          background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
          text-align: center;
          position: relative;
          overflow: hidden;
          color: #fff;
          width: 100%;
          border: 0;
          padding: 15px;
          font-size: 16px;
          text-transform: uppercase; }
          .popup .popup-inside .flex-right li button:after {
            background: url(../images/grad-bg.png) left bottom repeat-x;
            content: "";
            position: absolute;
            height: 100%;
            width: 100%;
            left: 0;
            bottom: 0;
            opacity: .5;
            z-index: 1; }
        .popup .popup-inside .flex-right li .rember {
          width: 150px; }
          .popup .popup-inside .flex-right li .rember input {
            width: auto;
            margin-right: 5px; }
        .popup .popup-inside .flex-right li .for-pass {
          cursor: pointer; }
        .popup .popup-inside .flex-right li span {
          width: 30px;
          align-self: center;
          text-align: center;
          margin-right: 5px; }
        .popup .popup-inside .flex-right li input {
          width: calc(100% - 40px);
          border: 0;
          font-size: 14px; }
  .popup .back-login {
    cursor: pointer; }
  .popup .signup-wrap {
    display: none; }

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.download-form {
  float: right;
  margin-right: 21px;
  margin-bottom: 8px;
  background: #9e9e9e;
  padding: 6px 16px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px; }

.ui-widget.ui-widget-content {
  height: 200px;
  overflow-y: auto; }

/*About us page accordian sec*/
/* Accordion styles */
.asdc-accor {
  display: none; }

.tabs {
  overflow: hidden; }

.tab {
  width: 100%;
  color: #000;
  overflow: hidden;
  margin-bottom: 5px;
  border-radius: 4px;
  text-align: left; }
  .tab.active .tab-label:after {
    transform: rotate(90deg); }
  .tab.active .tab-label:before {
    background-position: 0 0;
    transition: all 0.5s; }
  .tab .tab-label {
    font-size: 18px;
    padding: 15px;
    display: block;
    background: #0f0f0f;
    color: #fff;
    position: relative;
    padding-left: 55px; }
    .tab .tab-label:before {
      position: absolute;
      content: "";
      background-position: 0px 43px;
      display: block;
      height: 40px;
      width: 40px;
      background-image: url(../images/con-res.png);
      background-size: cover;
      left: 7px;
      top: 6px;
      transition: all 0.5s; }
    .tab .tab-label:after {
      content: "\276F";
      width: 1em;
      height: 1em;
      text-align: center;
      transition: all 0.35s;
      right: 10px;
      position: absolute; }
    .tab .tab-label:hover, .tab .tab-label:active {
      background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%); }
  .tab .tab-content {
    padding: 20px;
    display: none;
    border: 1px solid #0f0f0f;
    border-radius: 0 0 7px 7px;
    border-top-color: transparent; }
    .tab .tab-content ul {
      margin: 0;
      padding: 0; }
      .tab .tab-content ul li {
        padding: 0px 5px 0px 20px;
        font-size: 16px;
        position: relative;
        margin-bottom: 10px; }
        .tab .tab-content ul li:after {
          content: "\276F";
          width: 1em;
          top: 0;
          height: 1em;
          text-align: center;
          transition: all 0.35s;
          left: 0px;
          color: red;
          position: absolute; }

.wrapper .result-content.questionlist {
  width: 100%; }

.wrapper .result-content.questionlist .tra-name {
  width: calc(100% - 200px); }

.wrapper .result-content.questionlist .tra-down .dow-sec {
  width: 24%;
  padding-right: 1%; }

.wrapper .result-content.questionlist .tra-down .sec-brief {
  background: #4d4d4d;
  color: #fff;
  position: relative;
  overflow: hidden; }

.wrapper .result-content.questionlist .tra-down .sec-brief h5,
.wrapper .result-content.questionlist .tra-down .sec-brief p {
  color: #fff;
  display: inline-block;
  margin-right: 10px; }

.wrapper .result-content.questionlist .tra-up .srno {
  width: 190px;
  text-align: left;
  color: #fa2f64; }

.wrapper .result-content.questionlist .tra-up.isOpen .srno {
  color: #fff; }

.wrapper .result-content.questionlist .tra-up .srno span {
  font-size: 35px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px;
  text-transform: uppercase; }

.wrapper .result-content.questionlist .tra-up .srno p {
  font-size: 35px;
  padding-left: 0;
  display: inline-block; }

.wrapper .result-content .tra-up.isOpen::after {
  background: url(../images/grad-bg.png) left bottom repeat-x;
  display: none; }

.wrapper .result-content.questionlist .tra-down .sec-brief:after {
  background: url(../images/grad-bg.png) left bottom repeat-x;
  content: "";
  position: absolute;
  height: 200px;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0.5;
  z-index: 1; }

.wrapper .result-content.questionlist .tra-name p {
  font-size: 15px;
  padding-left: 0px;
  padding-top: 9px; }

.categoryquiz {
  width: 300px;
  float: right;
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 4px;
  margin-bottom: 28px;
  margin-top: -55px; }

.note {
  text-align: center; }
  .note span {
    color: #fb395a;
    cursor: pointer; }

.events .video-data ul li {
  width: 31%;
  margin: 1%; }

.video-data ul li:nth-child(4n) {
  margin-right: 0; }

.event-download {
  background: #f9345f;
  color: #fff;
  padding: 8px 14px;
  float: right;
  margin-bottom: 10px; }

.full {
  width: 100%; }
  .full .left {
    width: 600px; }

.asdc-roles {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 40px 0;
  margin-top: 40px; }

.role-list {
  margin-top: 20px; }
  .role-list ul {
    padding: 0;
    margin: 15px 0; }
  .role-list li {
    width: calc(100% / 3);
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    -ms-transition: all ease 0.6s;
    -o-transition: all ease 0.6s;
    transition: all ease 0.6s;
    overflow: hidden;
    position: relative;
    padding: 25px 15px; }
    .role-list li .text p {
      line-height: 21px; }
    .role-list li a {
      display: block;
      width: 100%;
      position: relative;
      z-index: 9; }
    .role-list li:nth-child(1), .role-list li:nth-child(2), .role-list li:nth-child(3) {
      border-bottom: 1px solid #d0d0d0; }
    .role-list li:nth-child(1), .role-list li:nth-child(2), .role-list li:nth-child(4), .role-list li:nth-child(5) {
      border-right: 1px solid #d0d0d0; }
    .role-list li .image {
      width: 60px;
      position: relative; }
      .role-list li .image img.nor {
        opacity: 1; }
      .role-list li .image img.hov {
        opacity: 0; }
      .role-list li .image img {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto; }
    .role-list li .desc {
      width: 300px; }
      .role-list li .desc .list-heading {
        font-size: 18px;
        margin-bottom: 12px; }
      .role-list li .desc.text {
        text-align: left;
        line-height: 20px; }
    .role-list li:hover {
      background: #fa2f65;
      background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
      background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 ); }
      .role-list li:hover:after {
        background: url(../images/grad-bg.png) left bottom repeat-x;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: .5;
        z-index: 1; }
      .role-list li:hover .text {
        color: #fff; }
      .role-list li:hover img.nor {
        opacity: 0; }
      .role-list li:hover img.hov {
        opacity: 1; }

.automative-industry {
  width: 100%;
  background: #fff;
  padding-bottom: 40px;
  border-top: 1px solid #e8e8e8;
  padding-top: 28px; }

.auto-tab .con {
  display: none; }
  .auto-tab .con:nth-of-type(1) {
    display: block; }

.auto-tab .main-ul {
  padding: 0; }
  .auto-tab .main-ul li {
    width: 50%;
    position: relative;
    background: #f4f4f4;
    font-size: 20px;
    color: #4b4b4b;
    padding: 9px 14px 8px 85px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    margin-bottom: 5px; }
    .auto-tab .main-ul li.wrap-0 {
      background: url(../images/icon-1.png) 8px 8px no-repeat #f4f4f4; }
      .auto-tab .main-ul li.wrap-0:hover, .auto-tab .main-ul li.wrap-0.active {
        background: url(../images/icon-1-hover.png) 8px 8px no-repeat #fa2f64;
        color: #fff; }
    .auto-tab .main-ul li.wrap-1 {
      background: url(../images/icon-2.png) 8px 8px no-repeat #f4f4f4; }
      .auto-tab .main-ul li.wrap-1:hover, .auto-tab .main-ul li.wrap-1.active {
        background: url(../images/icon-2-hover.png) 8px 8px no-repeat #fa2f64;
        color: #fff; }

.auto-tab .tab-li {
  padding: 0; }
  .auto-tab .tab-li li {
    width: 50%;
    background: #f4f4f4;
    font-size: 23px;
    color: #4b4b4b;
    padding: 10px 25px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600; }
    .auto-tab .tab-li li.active {
      background: #fa2f65;
      background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
      background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
      background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
      color: #fff; }
      .auto-tab .tab-li li.active:after {
        background: url(../images/grad-bg.png) left bottom repeat-x;
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        bottom: 0;
        opacity: .5;
        z-index: 1; }
  .auto-tab .tab-li .tab li {
    background: none;
    width: 30%;
    text-align: center;
    font-size: 20px;
    color: #262626;
    line-height: 26px; }
    .auto-tab .tab-li .tab li img.act-img {
      display: none; }
    .auto-tab .tab-li .tab li.active {
      color: #fb3a59; }
      .auto-tab .tab-li .tab li.active img.act-img {
        display: block; }
      .auto-tab .tab-li .tab li.active img.nor-img {
        display: none; }

.auto-tab .tab-container .left {
  margin-bottom: 25px; }

.auto-tab .tab-container .tab-heading img {
  display: inline-block; }

.auto-tab .tab-container .tab-heading h3 {
  display: inline-block;
  font-size: 27px;
  color: #262626;
  margin-left: 0px;
  margin-top: 20px;
  width: 100%; }

.auto-tab .tab-container .text {
  margin-top: 15px; }

.auto-tab .tab-container h4 {
  font-size: 22px;
  color: #262626;
  margin: 16px 0; }

.auto-tab .tab-container ul {
  padding: 0; }
  .auto-tab .tab-container ul li {
    font-size: 14px;
    color: #262626;
    background: url(../images/circle-bul.png) 0 4px no-repeat;
    padding-left: 19px;
    line-height: 24px;
    list-style: none;
    width: 100%; }

.auto-tab .tab-container .employer {
  background: #f4f4f4;
  padding: 10px 15px;
  margin-bottom: 17px;
  width: 49%; }
  .auto-tab .tab-container .employer h5 {
    font-size: 18px;
    color: #262626; }

.auto-tab .tab-container .content {
  display: none;
  margin-top: 20px; }
  .auto-tab .tab-container .content:first-child {
    display: block; }

.naps .naps-heading img {
  display: inline-block; }

.naps .naps-heading h6 {
  font-size: 30px;
  color: #262626;
  width: calc(100% - 130px);
  display: inline-block;
  margin-left: 23px;
  margin-top: 0; }

.naps ul {
  padding: 0; }

.naps li {
  font-size: 14px;
  color: #262626;
  background: url(../images/red-icon.png) 0 7px no-repeat;
  padding-left: 19px;
  line-height: 24px; }
  .naps li a {
    color: #1c9cde; }
  .naps li.link {
    background: url(../images/link-ic.png) 0 0 no-repeat;
    padding-left: 30px;
    margin-bottom: 5px; }
  .naps li.pdf {
    background: url(../images/pdf-icon.png) 0 0 no-repeat;
    padding-left: 30px;
    margin-bottom: 5px; }

.naps .half-li li {
  width: 49%; }
  .naps .half-li li a {
    color: #1c9cde; }
  .naps .half-li li.pdf {
    background: url(../images/pdf-icon.png) 0 0 no-repeat;
    padding-left: 30px; }

.naps h6 {
  font-size: 15px;
  color: #eb1c24;
  margin: 16px 0;
  font-weight: 500; }

.line {
  width: 100%;
  height: 1px;
  background: #e6e6e6;
  margin: 30px 0; }

.wrap-accdian h2 {
  position: relative;
  width: 100%;
  background: #f4f4f4;
  font-size: 23px;
  color: #4b4b4b;
  padding: 20px 0 20px 75px;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  margin-bottom: 5px; }
  .wrap-accdian h2:before {
    content: "+";
    position: absolute;
    right: 20px; }
  .wrap-accdian h2.active {
    color: #fff; }
    .wrap-accdian h2.active:before {
      content: "-"; }
    .wrap-accdian h2.active:hover {
      color: #fff; }
      .wrap-accdian h2.active:hover:before {
        content: "-"; }
  .wrap-accdian h2:hover {
    color: #fff; }
    .wrap-accdian h2:hover:before {
      content: "+"; }
  .wrap-accdian h2.wrap-0 {
    background: url(../images/icon-1.png) 8px 8px no-repeat #f4f4f4; }
    .wrap-accdian h2.wrap-0.active, .wrap-accdian h2.wrap-0:hover {
      background: url(../images/icon-1-hover.png) 8px 8px no-repeat #fa2f64; }
  .wrap-accdian h2.wrap-1 {
    background: url(../images/icon-2.png) 8px 8px no-repeat #f4f4f4; }
    .wrap-accdian h2.wrap-1.active, .wrap-accdian h2.wrap-1:hover {
      background: url(../images/icon-2-hover.png) 8px 8px no-repeat #fa2f64; }

.worldskill-in {
  background: #fff;
  padding: 40px; }
  .worldskill-in h5 {
    font-weight: bold;
    font-size: 21px;
    color: #ea3325;
    text-transform: uppercase; }
  .worldskill-in .text span {
    font-size: 18px;
    color: #ee1b24; }
  .worldskill-in .text h5 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 18px; }
  .worldskill-in .vis-mis {
    background: url(../images/vis-mis-bg.jpg) 0 0 no-repeat;
    color: #fff;
    padding: 26px;
    margin: 25px 0; }
    .worldskill-in .vis-mis h4 {
      font-size: 24px;
      color: #ffffff;
      margin-top: 8px;
      margin-bottom: 4px;
      font-weight: 500; }
    .worldskill-in .vis-mis p {
      font-size: 20px;
      color: ffffff;
      margin-bottom: 20px; }

.parti-div li {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  margin: 10px 0;
  padding: 10px 15px; }
  .parti-div li .parti-icon {
    width: 65px;
    border-right: 1px solid #ccc;
    padding: 6px 0;
    display: inline-block; }
  .parti-div li .parti-txt {
    display: inline-block;
    font-size: 18px;
    color: #585858;
    vertical-align: middle;
    padding-top: 5px;
    margin-left: 11px; }
    .parti-div li .parti-txt h5 {
      font-size: 18px;
      display: inline-block;
      width: 200px; }
    .parti-div li .parti-txt p {
      font-size: 30px;
      color: #e31e25;
      display: inline-block;
      font-weight: 600; }
      .parti-div li .parti-txt p span {
        font-size: 14px;
        color: #585858; }
  .parti-div li .medal-count {
    width: 480px; }
    .parti-div li .medal-count li {
      box-shadow: none;
      display: inline-block;
      list-style: none;
      margin-left: 35px;
      margin-bottom: 0;
      padding: 0; }
      .parti-div li .medal-count li img {
        display: inline-block; }
      .parti-div li .medal-count li p {
        display: inline-block;
        font-size: 20px;
        vertical-align: middle;
        color: #585858;
        margin-left: 5px; }
        .parti-div li .medal-count li p span {
          color: #e31e25; }

.participation li {
  width: 50%;
  padding: 40px;
  text-align: center; }
  .participation li:nth-child(1), .participation li:nth-child(2) {
    border-bottom: 1px solid #ccc; }
  .participation li:nth-child(1), .participation li:nth-child(3) {
    border-right: 1px solid #ccc; }
  .participation li .parti-img {
    position: relative;
    text-align: center;
    margin-bottom: 20px; }
  .participation li .parti-sec {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    text-transform: uppercase; }
  .participation li .abs-med {
    font-size: 14px;
    position: absolute;
    top: 45px;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #e31e25;
    font-weight: 500; }
    .participation li .abs-med img {
      align-self: flex-start; }
  .participation li .you-vid {
    position: absolute;
    width: 36px;
    right: 183px;
    top: 80px; }
  .participation li .parti-sec {
    font-size: 14px;
    position: absolute;
    top: 45px;
    left: 50px;
    bottom: 0;
    margin: auto;
    width: 111px;
    text-align: left;
    line-height: 22px; }
  .participation li .partiname-comp {
    margin-bottom: 18px; }

.red {
  font-size: 18px;
  color: #e31e25;
  margin-bottom: 5px; }

.auto-accordian ul {
  padding: 0; }

.auto-accordian li {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  padding: 0 22px;
  margin-bottom: 10px; }

.auto-accordian h3 {
  font-size: 18px;
  color: #000000;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  cursor: pointer; }
  .auto-accordian h3 span {
    font-size: 24px;
    font-weight: 500; }
  .auto-accordian h3:after {
    content: "+";
    position: absolute;
    color: #e31e25;
    right: 0;
    font-size: 26px;
    border: 2px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 26px; }
  .auto-accordian h3:hover {
    color: #ea3325; }
  .auto-accordian h3.active {
    border-bottom: 1px solid #ccc;
    color: #ea3325; }
    .auto-accordian h3.active:after {
      content: "-"; }

.auto-accordian .accdiv {
  width: calc(48% - 4px);
  display: inline-block;
  margin-right: 2%;
  margin-bottom: 25px;
  position: relative; }
  .auto-accordian .accdiv .right-icon {
    position: absolute;
    bottom: 14px;
    right: 5px; }
  .auto-accordian .accdiv h6 {
    font-size: 18px;
    color: #e31e25;
    margin-top: 20px;
    margin-bottom: 10px; }
  .auto-accordian .accdiv p {
    font-size: 14px;
    color: #585858;
    margin-bottom: 5px; }
    .auto-accordian .accdiv p span {
      font-size: 16px;
      display: inline-block;
      color: #000000;
      width: 150px; }

.auto-accordian .accr-txt {
  display: none;
  margin-top: 23px;
  padding-bottom: 20px; }

.sup-part {
  background: #e5e5e5;
  padding: 25px;
  margin-top: 30px; }
  .sup-part .owl-prev {
    background: url(../images/sup-left-icon.jpg);
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: auto;
    right: 38px;
    font-size: 0;
    background-position: 0 0;
    top: -66px;
    background-position: 0 0; }
  .sup-part .owl-next {
    background: url(../images/sup-left-icon.jpg);
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: auto;
    right: 0px;
    font-size: 0;
    background-position: 0 0;
    top: -66px;
    background-position: 0 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.participate-data li {
  width: 50%;
  padding: 20px; }
  .participate-data li:nth-child(1), .participate-data li:nth-child(2) {
    border-bottom: 1px solid #ccc; }
  .participate-data li:nth-child(1), .participate-data li:nth-child(3) {
    border-right: 1px solid #ccc; }
  .participate-data li h5 {
    font-size: 26px;
    color: #000000;
    margin-bottom: 17px; }
    .participate-data li h5 span {
      color: #e31e25; }

.video {
  background: #eee9eb;
  padding: 25px;
  margin-top: 24px; }
  .video .vid-ifr {
    height: 400px; }

.grad-txt {
  position: relative;
  background: #fa2f65;
  background: -moz-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #fa2f65), color-stop(100%, #fd573a));
  background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -o-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: -ms-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa2f65', endColorstr='#fd573a', GradientType=1 );
  color: #fff;
  text-align: center;
  font-size: 30px;
  margin-top: 20px;
  padding: 15px 0; }
  .grad-txt:after {
    background: url(../images/grad-bg.png) left bottom repeat-x;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    opacity: .5;
    z-index: 1; }
  .grad-txt a {
    position: relative;
    z-index: 999;
    color: #fff; }
    .grad-txt a:hover {
      color: #000; }

.tab-c {
  margin-top: 40px; }

.wrap-accdian {
  display: none; }

.sub-title {
  font-size: 22px;
  color: #262626;
  margin: 16px 0; }

.link-hover ul li a {
  color: #e21f25; }
  .link-hover ul li a:hover {
    color: #17aedd; }

.half-flex-link .flex {
  width: 48%;
  border-right: 1px solid #ccc;
  margin: 0; }
  .half-flex-link .flex:last-child {
    border: 0; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-prev {
  background: url(../images/sprit-arrow.png);
  width: 15px;
  height: 18px;
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 0;
  background-position: 170px -7px; }

.owl-next {
  background: url(../images/sprit-arrow.png);
  width: 15px;
  height: 18px;
  position: absolute;
  bottom: 20px;
  right: 50px;
  font-size: 0;
  background-position: 192px -7px; }

.owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }
  .owl-dots .owl-dot {
    background: url(../images/banner-dot.png) 0 0 no-repeat;
    width: 30px;
    height: 20px;
    display: inline-block;
    z-index: 2;
    position: relative; }
    .owl-dots .owl-dot.active {
      background: url(../images/banner-dot-active.png) 0 0 no-repeat;
      height: 28px;
      width: 36px; }

.award-right .owl-prev {
  background: url(../images/award-left-arrow.png) center no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 49px;
  font-size: 0;
  border: 0px dotted #fff;
  border-radius: 50%; }

.award-right .owl-next {
  background: url(../images/award-right-arrow.png) center no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 10px;
  font-size: 0;
  border: 0px dotted #fff;
  border-radius: 50%;
  transform: none; }

.offer-section-left .owl-prev {
  background: url(../images/award-left-arrow.png) center no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -130px;
  right: 49px;
  font-size: 0;
  border: 0px dotted #fff;
  border-radius: 50%; }

.offer-section-left .owl-next {
  background: url(../images/award-right-arrow.png) center no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -130px;
  right: 10px;
  font-size: 0;
  border: 0px dotted #fff;
  border-radius: 50%;
  transform: none; }

.offer-section-left .owl-carousel .owl-item img {
  width: auto; }

.offer-section-right .owl-prev {
  background: url(../images/award-left-arrow.png) center no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -130px;
  right: 49px;
  font-size: 0;
  border: 0px dotted #fff;
  border-radius: 50%; }

.offer-section-right .owl-next {
  background: url(../images/award-right-arrow.png) center no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -130px;
  right: 10px;
  font-size: 0;
  border: 0px dotted #fff;
  border-radius: 50%;
  transform: none; }

.product-range-left .owl-prev, .testimonils-slider .owl-prev {
  background: url(../images/award-left-arrow.png) center no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -130px;
  right: 49px;
  font-size: 0;
  border: 0px dotted #fff;
  border-radius: 50%; }

.product-range-left .owl-next, .testimonils-slider .owl-next {
  background: url(../images/award-right-arrow.png) center no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -130px;
  right: 10px;
  font-size: 0;
  border: 0px dotted #fff;
  border-radius: 50%;
  transform: none; }

.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: right;
  padding: 0.438em 0.625em 0.438em 0.625em;
  cursor: pointer;
  color: #fff;
  z-index: 9;
  padding-top: 10px;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
    color: #fff; }

.slicknav_menu {
  *zoom: 1; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    width: 1.125em;
    height: 0.875em;
    margin: 0.188em 0 0 0.438em; }
    .slicknav_menu .slicknav_icon:before {
      background: transparent;
      width: 1.125em;
      height: 0.875em;
      display: block;
      content: "";
      position: absolute; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    color: #fff; }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both;
  position: absolute;
  z-index: 999;
  background: #e91b25;
  width: 300px;
  float: right;
  margin: 4px 0 0 0 !important;
  padding: 0;
  right: 0;
  top: 34px; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block;
    padding: 8px 17px;
    border-bottom: 1px solid #ae0e0e; }
    .slicknav_nav li a {
      color: #fff; }
    .slicknav_nav li li {
      padding: 0;
      border: 0;
      padding-bottom: 5px; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none; }

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../images/fancybox_sprite.png); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox_loading.gif) center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/blank.gif);
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox_overlay.png); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox_sprite@2x.png);
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url(../images/fancybox_loading@2x.gif);
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2017 Daniel Eden
 */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
  animation-duration: .75s; }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -4px, 0); } }

.bounce {
  animation-name: bounce;
  transform-origin: center bottom; }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  animation-name: flash; }

@keyframes pulse {
  0% {
    transform: scaleX(1); }
  50% {
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    transform: scaleX(1); } }

.pulse {
  animation-name: pulse; }

@keyframes rubberBand {
  0% {
    transform: scaleX(1); }
  30% {
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    transform: scale3d(1.05, 0.95, 1); }
  to {
    transform: scaleX(1); } }

.rubberBand {
  animation-name: rubberBand; }

@keyframes shake {
  0%, to {
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.shake {
  animation-name: shake; }

@keyframes headShake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    transform: translateX(2px) rotateY(3deg); }
  50% {
    transform: translateX(0); } }

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake; }

@keyframes swing {
  20% {
    transform: rotate(15deg); }
  40% {
    transform: rotate(-10deg); }
  60% {
    transform: rotate(5deg); }
  80% {
    transform: rotate(-5deg); }
  to {
    transform: rotate(0deg); } }

.swing {
  transform-origin: top center;
  animation-name: swing; }

@keyframes tada {
  0% {
    transform: scaleX(1); }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    transform: scaleX(1); } }

.tada {
  animation-name: tada; }

@keyframes wobble {
  0% {
    transform: none; }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    transform: none; } }

.wobble {
  animation-name: wobble; }

@keyframes jello {
  0%, 11.1%, to {
    transform: none; }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  animation-name: jello;
  transform-origin: center; }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    transform: scaleX(1); } }

.bounceIn {
  animation-name: bounceIn; }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

.bounceInDown {
  animation-name: bounceInDown; }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

.bounceInLeft {
  animation-name: bounceInLeft; }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

.bounceInRight {
  animation-name: bounceInRight; }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translateZ(0); } }

.bounceInUp {
  animation-name: bounceInUp; }

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  animation-name: bounceOut; }

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  animation-name: bounceOutDown; }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  animation-name: bounceOutLeft; }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  animation-name: bounceOutRight; }

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  animation-name: bounceOutUp; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownBig {
  animation-name: fadeInDownBig; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeft {
  animation-name: fadeInLeft; }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInLeftBig {
  animation-name: fadeInLeftBig; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRight {
  animation-name: fadeInRight; }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInRightBig {
  animation-name: fadeInRightBig; }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpBig {
  animation-name: fadeInUpBig; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  animation-name: fadeOutDown; }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  animation-name: fadeOutDownBig; }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  animation-name: fadeOutLeft; }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig; }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  animation-name: fadeOutRight; }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  animation-name: fadeOutRightBig; }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  animation-name: fadeOutUp; }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  animation-name: fadeOutUpBig; }

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip; }

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotateX(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX; }

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotateY(-5deg); }
  to {
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY; }

@keyframes flipOutX {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@keyframes flipOutY {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY; }

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    transform: skewX(-5deg);
    opacity: 1; }
  to {
    transform: none;
    opacity: 1; } }

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out; }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in; }

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1; } }

.rotateIn {
  animation-name: rotateIn; }

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownLeft {
  animation-name: rotateInDownLeft; }

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInDownRight {
  animation-name: rotateInDownRight; }

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpLeft {
  animation-name: rotateInUpLeft; }

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1; } }

.rotateInUpRight {
  animation-name: rotateInUpRight; }

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1; }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  animation-name: rotateOut; }

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft; }

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  animation-name: rotateOutDownRight; }

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1; }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft; }

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1; }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  animation-name: rotateOutUpRight; }

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  animation-name: hinge; }

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom; }
  50% {
    transform: rotate(-10deg); }
  70% {
    transform: rotate(3deg); }
  to {
    opacity: 1;
    transform: scale(1); } }

.jackInTheBox {
  animation-name: jackInTheBox; }

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    transform: none; } }

.rollIn {
  animation-name: rollIn; }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  animation-name: rollOut; }

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  animation-name: zoomInDown; }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  animation-name: zoomInLeft; }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  animation-name: zoomInRight; }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  animation-name: zoomInUp; }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  animation-name: zoomOut; }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  animation-name: zoomOutDown; }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center; } }

.zoomOutLeft {
  animation-name: zoomOutLeft; }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center; } }

.zoomOutRight {
  animation-name: zoomOutRight; }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  animation-name: zoomOutUp; }

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInDown {
  animation-name: slideInDown; }

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInLeft {
  animation-name: slideInLeft; }

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInRight {
  animation-name: slideInRight; }

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    transform: translateZ(0); } }

.slideInUp {
  animation-name: slideInUp; }

@keyframes slideOutDown {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  animation-name: slideOutDown; }

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  animation-name: slideOutLeft; }

@keyframes slideOutRight {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  animation-name: slideOutRight; }

@keyframes slideOutUp {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  animation-name: slideOutUp; }

@media screen and (max-width: 1200px) {
  .full .left, .full .right, .auto-tab .tab-container .left, .auto-tab .tab-container .right {
    width: 48%; }
  .role-list li .desc {
    width: calc(100% - 70px); }
  .inner-banner {
    position: relative;
    margin-top: 78px; }
  .participation li .parti-sec {
    left: 0; }
  .participation li {
    padding: 20px; }
  .heading {
    font-size: 30px; }
  .participate-data li {
    width: 100%;
    padding: 20px 0;
    border-right: 0 !important;
    border-bottom: 1px solid #ccc !important; }
  .participate-data ul {
    padding: 0; }
  /*Certified candidate*/
  .wrapper .result-content .tra-up {
    display: inline-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: left;
    position: relative;
    word-break: break-word;
    width: 100%; }
  .wrapper .result-content .tra-up .srno {
    flex: 0 0 8%; }
  .wrapper .result-content .tra-name {
    flex: 0 0 20%;
    margin-left: 0 !important; }
  .wrapper .result-content .qp-code {
    flex: 0 0 20%; }
  .download-form {
    flex: 0 0 10%;
    position: absolute;
    right: -20px;
    bottom: 15px; } }

@media screen and (max-width: 1100px) {
  .loader-up,
  #sntchButton {
    display: none !important; }
  .slicknav_menu {
    background: #000; }
  .our-team ul li {
    width: 100%;
    padding: 0 !important;
    padding-bottom: 30px !important;
    margin-bottom: 30px; }
  .popup-data {
    display: none; }
  .gc-member-right .gc-member ul li {
    width: 25%; }
  .our-team ul li h4 {
    font-size: 23px;
    color: #000000;
    margin-bottom: 8px; }
  .gc-member-right {
    padding: 25px 25px; }
  .contact-us .head-quarter {
    width: 48%;
    float: left;
    margin-right: 2%; }
  .gc-member-right .gc-member ul li .inside-member span {
    display: none; }
  .contact-us .head-quarter .addr-right {
    width: 200px;
    float: left; }
  .contact-us .head-quarter {
    width: 49%;
    float: left;
    margin-right: 2%; }
  .newsletter-inside {
    padding: 10px; }
  .newsletter-inside li {
    width: 32%;
    margin: 0.5%; }
  .video-data ul li {
    width: 24%;
    margin: 0.5%; }
  .press-release .press-rel-right {
    width: 683px; }
  .press-coverage ul li {
    width: 48%;
    margin: 1%; }
  .press-release .press-rel-right .press-release-data ul li .press-text {
    width: 399px;
    float: left;
    padding: 5px 0; }
  .support-inside ul li .support-txt {
    width: calc(100% - 300px); }
  .support-inside {
    background: #fff;
    padding: 12px; }
  .container {
    width: 96%; }
  .header-top {
    padding-right: 70px;
    height: 38px; }
  .slicknav_menu {
    display: block; }
  .header .header-right .navigation {
    display: none; }
  .banner .owl-item.active .item .banner-txt {
    transition-delay: 0s; }
  .header .header-right {
    width: 60%;
    float: right; }
  .header {
    position: relative;
    top: 0; }
  .banner,
  .item-video {
    height: auto !important; }
  .header.fixed {
    position: relative; }
  .banner .item::after {
    height: 100%; }
  .banner .container .banner-txt {
    width: 46%;
    float: right;
    top: 10%;
    text-align: left;
    transform: translateY(-10%);
    margin-top: 10%;
    margin-right: -100px; }
  .banner-bottom .banner-bottom-left {
    width: 53%;
    float: left;
    background: #fff;
    box-sizing: border-box;
    padding: 26px 33px 28px;
    height: auto;
    box-shadow: -2px 4px 8px rgba(0, 0, 0, 0.1); }
  .gc-member .text p {
    padding: 2px 100px; }
  .img-up {
    float: left; }
  .news-event ul li .txt-down,
  .txt-up {
    width: calc(100% - 400px);
    float: left; }
  .news-event ul li {
    width: 100%; }
  .news-event ul li .img-up::after,
  .img-down:after {
    display: none !important; }
  .video-home .container {
    width: 96%; }
  .video-home .video-youtube {
    width: calc(100% - 250px); }
  .footer .foot-menu {
    width: 349px; }
  .footer .foot-menu ul li {
    width: 45%; }
  .header-top ul li:first-child {
    display: none; }
  .about-us .about-data {
    padding: 15px; }
  .inner-banner h1 {
    width: 96%; }
  .about-us .about-data .vision-left {
    width: 68%; }
  .about-us .about-data .vision-right {
    width: 32%; }
  .promoting-bodies ul li {
    margin-right: 12px; }
  .wrapper .result-content {
    width: 683px;
    padding: 25px; }
  .sidebar {
    width: 300px;
    padding: 30px 10px; }
  .wrapper .result-content .tra-name {
    width: 315px;
    float: left; } }

@media screen and (max-width: 900px) {
  .worldskill-in .vis-mis p br {
    display: none; }
  .worldskill-in .vis-mis p {
    font-size: 18px; }
  .worldskill-in {
    padding: 20px; }
  .parti-div li .medal-count li {
    box-shadow: none;
    display: inline-block;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    margin-right: 35px;
    margin-top: 25px; }
  .participation li {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    border-right: 0 !important;
    border-bottom: 1px solid #ccc; }
  .parti-div li .parti-txt h5 {
    font-size: 16px; }
  .parti-div li .parti-txt p {
    font-size: 20px; }
  .full .left, .full .right, .auto-tab .tab-container .left, .auto-tab .tab-container .right {
    width: 100%; }
  .participate-data li h5 {
    font-size: 22px; }
  .parti-div li .medal-count li p {
    font-size: 17px; }
  .role-list li {
    width: 100%;
    border-bottom: 1px solid #d0d0d0; }
  .grad-txt {
    font-size: 20px; }
  .asse-table {
    width: 100%;
    overflow-x: auto; }
  .naps .half-li li {
    width: 100%; }
  .promoting-bod {
    padding-top: 0; }
  .banner-bottom .banner-bottom-right ul {
    padding: 20px 20px; }
  .banner-bottom {
    padding: 30px 0; }
  .gc-member-right .gc-member ul li {
    width: 33.3%; }
  .newsletter-inside li {
    width: 49%; }
  .video-data ul li {
    width: 32%;
    margin: 0.5% !important; }
  .press-release .press-rel-left ul li {
    width: 25% !important; }
  .press-release .press-rel-right {
    width: 100%; }
  .press-release .press-rel-right .press-release-data {
    width: 100%; }
  .press-release .press-rel-right .press-release-data ul li .press-text {
    width: calc(100% - 250px); }
  .social-block .block {
    width: 50%;
    float: left;
    position: relative;
    height: 434px; }
  .multiple-select {
    width: 32%;
    float: left;
    margin-right: 1%; }
  .sidebar {
    width: 100%; }
  .sidebar .filter-heading {
    padding-bottom: 9px;
    margin-top: 8px;
    width: 100%;
    float: left;
    clear: both; }
  .wrapper .result-content {
    width: 100%;
    padding: 25px; }
  .sidebar .more-filters {
    width: 100%; }
  .about-us .about-data .vision-left {
    width: 100%;
    height: auto; }
  .about-us .about-data .vision-right {
    display: none; }
  .promoting-bodies {
    margin-top: 25px; }
  .promoting-bodies ul li {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%; }
  .inner-banner h1 {
    font-size: 41px;
    top: auto; }
  .banner-bottom .banner-bottom-left {
    width: 100%; }
  .banner-bottom .banner-bottom-right {
    position: relative;
    clear: both;
    height: auto;
    width: 100%; }
  .promoting-bod h3 {
    width: 100%;
    border: 0; }
    .promoting-bod h3 span {
      display: inline-block; }
  .promoting-bod .promoting-logos, .promoting-bod .promoting-logos1 {
    width: 100%;
    margin-top: 10px; }
  .divno {
    height: auto;
    padding: 15px 0; }
  .divno .container li {
    padding: 00px 6px;
    font-size: 40px;
    min-height: 100px; }
  .divno .container li h3 {
    font-size: 20px; }
  .img-up {
    width: 48%; }
  .news-event ul li .txt-down,
  .txt-up {
    width: 50%;
    float: left;
    height: 244px; }
  .mass-lead .container {
    width: 96%; }
  .video-home .video-youtube {
    width: 100%;
    margin-bottom: 10px; }
  .video-home .video-youtube-data {
    width: 100%;
    float: right;
    height: auto;
    overflow: auto; }
  .video-home .video-youtube-data li {
    margin-bottom: 15px;
    cursor: pointer;
    width: 24%;
    float: left;
    margin-right: 1%; }
  .footer .foot-addrs {
    width: 48%;
    height: auto; }
  .footer .foot-menu {
    width: 51%;
    border-right: 0; }
  .footer .subcribe {
    width: 100%;
    float: right;
    margin-top: 19px;
    border-top: 1px solid #393939;
    padding-top: 24px; }
  .banner iframe {
    min-height: 400px; }
  .banner .item::after {
    width: 100%; }
  .banner .container .banner-txt {
    width: 100%; }
  .quick-left {
    width: 80px; }
  .footer .foot-menu ul li {
    width: 100%; }
  .our-team ul li {
    padding-bottom: 5px !important;
    margin-bottom: 8px;
    min-height: inherit; }
  .our-team ul li h4 {
    font-size: 19px; }
  .pdf-calender {
    width: 48%; }
  .training-partner-list ul li {
    width: 25%; }
    .training-partner-list ul li:nth-of-type(5n) {
      border-right-width: 1px; }
    .training-partner-list ul li:nth-of-type(4n) {
      border-right-width: 0; }
    .training-partner-list ul li:nth-last-of-type(-n+5) {
      border-bottom-width: 1px; }
    .training-partner-list ul li:nth-last-of-type(-n+4) {
      border-bottom-width: 0; } }

@media screen and (max-width: 767px) {
  .naps .naps-heading h6 {
    font-size: 25px; }
  .gc-member {
    padding: 20px 0; }
    .gc-member h3 {
      margin-bottom: 12px;
      font-size: 27px; }
  .mass-lead {
    padding-top: 25px; }
  .mass-lead .border-txt {
    padding: 30px 30px; }
  .categoryquiz {
    float: left;
    margin-top: 0; }
  /*popup*/
  .popup .popup-inside {
    width: 88%;
    background: none; }
    .popup .popup-inside .popup-inside-close {
      z-index: 1; }
    .popup .popup-inside .flex {
      background: #fff;
      flex-direction: column; }
      .popup .popup-inside .flex .flex-left {
        padding: 10px;
        width: 100%;
        height: 100%; }
        .popup .popup-inside .flex .flex-left h4 {
          margin-top: 0;
          margin-bottom: 6px; }
        .popup .popup-inside .flex .flex-left p {
          font-size: 13px;
          line-height: 15px; }
      .popup .popup-inside .flex .flex-right {
        width: 100%;
        height: 100%;
        padding: 15px; }
        .popup .popup-inside .flex .flex-right h3 {
          display: none; }
        .popup .popup-inside .flex .flex-right ul {
          margin: 0; }
        .popup .popup-inside .flex .flex-right .or {
          text-align: center; }
        .popup .popup-inside .flex .flex-right .create-account {
          margin-top: 10px; }
  /*succes story arrows*/
  .home-suc-story .owl-prev,
  .home-suc-story .owl-next {
    display: none; }
  .gc-member .owl-prev,
  .gc-member .owl-next {
    display: none; }
  .inner-banner {
    margin-top: 76px; }
  .home-suc-story .item {
    flex-direction: column; }
  .asdc-model img {
    display: none; }
  .asdc-accor {
    display: block; }
  .inner-banner h1 {
    display: none; }
  .inner-banner .bannertxt {
    font-size: 40px;
    padding: 15px; }
    .inner-banner .bannertxt + img {
      min-height: 200px; }
  .about-us .container {
    text-align: center; }
  .about-us .heading {
    display: inline-block; }
  .about-us .about-data {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-top: 0; }
    .about-us .about-data .abt-top-left {
      width: 100%;
      float: none;
      text-align: center;
      order: 2; }
    .about-us .about-data .abt-top-right {
      width: 100%;
      margin-top: 0;
      text-align: center;
      order: 1;
      margin-bottom: 10px; }
    .about-us .about-data .vision-left {
      order: 3;
      text-align: center; }
    .about-us .about-data .asdc-model {
      order: 4;
      margin-top: 30px;
      text-align: center; }
    .about-us .about-data .promoting-bodies {
      order: 5;
      margin-top: 30px;
      text-align: center; }
      .about-us .about-data .promoting-bodies > ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0; }
  /*certified candidate*/
  .about-us .candidatelist .about-data {
    padding-top: 15px; }
    .about-us .candidatelist .about-data .result-form {
      padding-left: 0; }
      .about-us .candidatelist .about-data .result-form ul {
        padding: 0;
        margin: 0; }
        .about-us .candidatelist .about-data .result-form ul li {
          width: 100%; }
  .wrapper .result-content .tra-up {
    padding: 15px; }
  .wrapper .result-content .tra-up .srno {
    display: none; }
  .wrapper .result-content .tra-name {
    flex: 0 0 50%;
    margin-bottom: 30px; }
  .wrapper .result-content .qp-code {
    flex: 0 0 50%; }
  .training-partner-list ul li {
    width: 33.33%; }
    .training-partner-list ul li:nth-of-type(4n) {
      border-right-width: 1px; }
    .training-partner-list ul li:nth-of-type(3n) {
      border-right-width: 0; }
    .training-partner-list ul li:nth-last-of-type(-n+4) {
      border-bottom-width: 1px; }
    .training-partner-list ul li:nth-last-of-type(-n+3) {
      border-bottom-width: 0; } }

@media screen and (max-width: 700px) {
  .auto-tab .main-ul li {
    width: 100%;
    position: relative;
    background: #f4f4f4;
    font-size: 17px;
    color: #4b4b4b;
    padding: 9px 14px 8px 9px;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    margin-bottom: 0;
    background-image: none !important; }
  .auto-tab .tab-li .tab li {
    background: none;
    width: 32%;
    text-align: center;
    font-size: 15px;
    color: #262626;
    line-height: 26px; }
  .tab-c {
    margin-top: 0; }
  .auto-tab .tab-li .tab li {
    line-height: 20px; }
  .auto-tab .tab-container .employer {
    width: 100%; }
  .worldskill-in .text span {
    font-size: 15px; }
  .cat-info .explore {
    position: relative; }
  .pdf-calender {
    width: 100%; }
  .parti-div ul {
    padding-left: 0; }
  .auto-accordian h3::after {
    right: -11px;
    top: 23px; }
  .auto-accordian h3 span {
    font-size: 18px;
    font-weight: 500; }
  .auto-accordian .accdiv {
    width: 100%;
    display: inline-block;
    margin-right: 0;
    margin-bottom: 33px;
    position: relative; }
  .auto-accordian .accdiv .right-icon {
    position: absolute;
    bottom: 14px;
    right: 0;
    width: 30px; }
  .video .heading {
    padding-top: 0; }
  .auto-accordian h3 {
    font-size: 17px;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    cursor: pointer;
    padding-right: 30px; }
  .text p {
    margin-bottom: 10px; }
  .vis-mis img {
    display: none; }
  .footer-menu-icon {
    display: inline-flex;
    align-items: center; }
  .qLinksIcon {
    width: 42px;
    height: 30px;
    background: url(../images/spirit-carArrow.png);
    background-position: 165px 0px;
    background-size: cover; }
  .footer .container {
    display: none; }
  .footer h4 {
    margin-top: 15px; }
  .support-inside ul li .support-txt h3 {
    font-size: 18px; }
  .inner-banner {
    position: relative; }
  .heading {
    padding-top: 15px; }
  .bradcam {
    display: none; }
  .filter-actions {
    clear: both; }
  .mass-lead .owl-prev {
    left: 0; }
  .mass-lead .owl-next {
    right: 0; }
  .promoting-bod .owl-nav {
    display: none; }
  .quick-left {
    width: 33%;
    margin-right: 0; }
  .promoting-bod.gray-bg h3 {
    padding-top: 0;
    padding-bottom: 16px; }
  .promoting-bod {
    padding-top: 0;
    padding-bottom: 0; }
  .promoting-bod .promoting-logos ul li, .promoting-bod .promoting-logos1 ul li {
    margin: 0; }
  .contact-us .head-quarter {
    width: 100%;
    float: left;
    margin-right: 0; }
  .press-release .press-rel-left ul li {
    width: 46% !important; }
  .press-release .press-rel-right {
    width: 100%; }
  .press-coverage ul li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    height: auto;
    padding-bottom: 20px; }
  .press-release .press-rel-right .press-release-data ul li .press-text {
    width: calc(100% - 130px); }
  .social-block .block {
    width: 100%;
    float: left;
    position: relative;
    height: auto; }
  ._2p3a {
    width: 100% !important; }
  .support-inside ul li .support-img {
    width: 274px;
    border: 1px solid #e6e6e6;
    float: none !important;
    margin: 0 auto;
    margin-bottom: 15px; }
  .support-inside ul li .support-txt {
    width: 100%; }
  .wrapper .result-content .sector {
    width: 48%;
    float: left;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 10px; }
  .wrapper .result-content .domain {
    width: 48%;
    float: left;
    margin-left: 0;
    margin-top: 12px;
    padding-left: 33px; }
  .wrapper .result-content .tra-down .dow-sec,
  .wrapper .result-content .tra-down .road-tra {
    width: 49%;
    padding: 10px;
    float: left; }
  .wrapper .result-content .tra-down .sec-brief {
    width: 100%;
    padding: 10px; }
  .heading {
    font-size: 21px; }
  .about-us .about-data .abt-top-left {
    width: 310px;
    float: none;
    margin: 0 auto; }
  .about-us .about-data .abt-top-right {
    width: 100%;
    margin-top: 20px; }
  .promoting-bodies ul li {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%; }
  .banner iframe {
    min-height: 300px; }
  .banner .container .banner-txt h3 {
    font-size: 17px; }
  .divno .container li {
    width: 50%;
    padding: 00px 20px;
    margin-bottom: 22px; }
  .img-up {
    width: 100%; }
  .news-event ul li .txt-down,
  .txt-up {
    width: 100%;
    height: auto; }
  .img-down {
    width: 100%;
    text-align: center; }
    .img-down img {
      display: inline-block; }
  .gc-member .text p {
    padding: 2px 0; }
  .gc-member .owl-prev,
  .gc-member .owl-next {
    top: -40px; }
  .footer .foot-addrs {
    width: 100%;
    height: auto;
    padding-right: 0;
    margin-bottom: 29px; }
    .footer .foot-addrs p br {
      display: none; }
  .footer .foot-menu {
    width: 100%;
    border-right: 0;
    padding: 0; }
  .footer-last p.left {
    width: 100%;
    text-align: center;
    margin-bottom: 10px; }
  .footer-last p.right {
    width: 100%;
    float: right;
    text-align: center; }
  .wrapper .result-content {
    padding: 10px; }
  .inner-banner h1 {
    font-size: 26px;
    top: auto; } }

@media screen and (max-width: 500px) {
  .worldskill-in .vis-mis {
    padding: 15px;
    margin: 20px 0; }
  .parti-div li .parti-icon {
    width: 50px; }
  .parti-div li .parti-icon {
    width: 31px;
    border-right: 1px solid #ccc;
    padding: 6px 0;
    display: inline-block;
    padding-right: 7px; }
  .parti-div li .parti-txt h5 {
    font-size: 13px;
    width: 160px; }
  .parti-div li .medal-count li img {
    display: inline-block;
    width: 15px; }
  .parti-div li .medal-count li {
    box-shadow: none;
    display: inline-block;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    margin-right: 8px;
    margin-top: 25px; }
  .parti-div li .medal-count li p {
    font-size: 15px; }
  .participation li .parti-sec {
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 19px; }
  .participation li .abs-med {
    font-size: 14px;
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #e31e25;
    font-weight: 500;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px; }
  .participation li .you-vid {
    position: absolute;
    width: 36px;
    right: 183px;
    top: auto;
    bottom: 0; }
  .heading {
    font-size: 19px; }
  .sup-part .owl-prev, .sup-part .owl-next {
    display: none; }
  .worldskill-in h5 {
    font-weight: bold;
    font-size: 18px;
    color: #ea3325;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .participation ul {
    padding-left: 0; }
  .asdc-roles {
    padding: 10px 0;
    margin-top: 20px; }
  .wrap-accdian h2 {
    font-size: 17px;
    padding: 20px 21px 20px 75px; }
  .auto-tab .tab-container .tab-heading h3, .naps .naps-heading h6 {
    font-size: 23px;
    width: 100%;
    margin-left: 0;
    margin-top: 14px; }
  .wrapper .result-content .qp-code,
  .wrapper .result-content .tra-name {
    margin-bottom: 20px;
    flex: 0 0 100%; }
  .wrapper .result-content .tra-down {
    text-align: left; }
  .wrapper .result-content .forwidth .qp-code {
    width: 100%; }
  .wrapper .result-content .export {
    margin-bottom: 20px; }
  .wrapper .result-content .tra-down .sec-brief a.explore {
    padding: 8px 10px; }
  a.explore + a.explore {
    margin-left: 0; }
  .gc-member-right .gc-member ul li {
    width: 50%;
    overflow: hidden; }
  .contact-us .send-msg .contact-form ul li {
    width: 100%;
    margin-right: 0; }
  .contact-us .head-quarter .addr-left {
    width: 100%;
    float: left;
    margin-right: 0; }
  .newsletter-inside li {
    width: 100%;
    height: auto; }
  .newsletter-inside ul {
    padding-left: 0; }
  .video-data ul li {
    width: 100%;
    margin: 0.5% !important;
    height: auto; }
  .press-release .press-rel-right .press-release-data ul li .press-date {
    width: 100%;
    border-right: 0; }
  .press-release .press-rel-right .press-release-data ul li .press-text {
    width: 100%;
    padding: 0 15px;
    text-align: center; }
  .press-release .press-rel-right .press-release-data ul li .pres-hn-en {
    width: 100%; }
  .wrapper .result-content .sector {
    width: 100%; }
  .wrapper .result-content .domain {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-top: 12px;
    padding-left: 12px; }
  .multiple-select {
    width: 49%;
    float: left;
    margin-right: 1%; }
  .header-top ul {
    margin-left: 0; }
  .header .logo {
    width: 45%; }
    .header .logo img {
      width: auto;
      height: auto; }
  .banner .container {
    position: relative;
    bottom: 0;
    color: #020101;
    z-index: 3;
    right: 0;
    left: 0;
    text-align: right;
    background: #000;
    overflow: hidden;
    width: 100%;
    padding: 0 15px; }
  .banner .item::after {
    display: none; }
  .banner .container .banner-txt h2 {
    font-size: 20px; }
  .header .header-right .skill-logo {
    width: 48%; }
  .wrapper .result-content .tra-down .dow-sec,
  .wrapper .result-content .tra-down .road-tra {
    width: 100%;
    padding: 10px;
    float: left; }
  .header .header-right {
    width: 100%;
    float: none;
    margin: auto;
    text-align: center; }
  .banner-bottom .banner-bottom-right ul li {
    width: 48%;
    border-right: none;
    padding: 0;
    margin-right: 2%;
    margin-bottom: 13px; }
  .banner-bottom .banner-bottom-right ul li h2 {
    font-size: 12px; }
  .banner-bottom .banner-bottom-right ul {
    padding: 20px 4px; }
  .banner-bottom {
    padding: 15px 0; }
  .banner-bottom .banner-bottom-left h1 {
    font-size: 25px; }
  .banner-bottom .banner-bottom-left {
    padding: 18px 15px 18px; }
  .divno .container li {
    width: 100%;
    padding: 00px 20px;
    margin-bottom: 22px;
    border-right: 0;
    border-bottom: 1px solid #fda1a8; }
  .img-up {
    height: auto !important; }
  .news-event ul li .txt-up a,
  .news-event ul li .txt-down a {
    padding: 30px 8px; }
  /*popup*/
  .training-partner-list ul li {
    width: 50%; }
    .training-partner-list ul li:nth-of-type(3n) {
      border-right-width: 1px; }
    .training-partner-list ul li:nth-of-type(2n) {
      border-right-width: 0; }
    .training-partner-list ul li:nth-last-of-type(-n+3) {
      border-bottom-width: 1px; }
    .training-partner-list ul li:nth-last-of-type(-n+2) {
      border-bottom-width: 0; }
  .auto-accordian .accdiv p span {
    font-size: 16px;
    display: block;
    color: #000000;
    width: 150px;
    margin-bottom: 2px; }
  .auto-accordian .accdiv p {
    margin-bottom: 10px; }
  .worldskill-in br + br {
    display: none; }
  .auto-accordian h3::after {
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 16px; }
  .auto-accordian h3 {
    font-size: 15px;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    cursor: pointer;
    padding-right: 20px; }
  .auto-accordian .accdiv p span {
    font-size: 15px; }
  .auto-accordian .accdiv p {
    font-size: 14px; } }

@media screen and (max-width: 400px) {
  .banner .container .banner-txt h3 {
    font-size: 15px;
    text-transform: capitalize; }
  .banner .container .banner-txt h4 {
    font-size: 13px;
    text-transform: capitalize;
    margin-top: 9px; }
  .banner a.explore {
    margin-top: 8px;
    padding: 8px 10px; }
  .gc-member-right .gc-member ul li {
    width: 100%;
    overflow: hidden;
    text-align: center; }
  .gc-member-right .gc-member ul li .inside-member {
    margin: 10px auto;
    float: none;
    width: 100%; } }
    
    
    .goog-te-gadget-simple {
    background-color: #FA4061 !important;
    border:0 !important;
    font-size: 10pt;
    font-weight:500;
    display: inline-block;
    padding:5px 10px!important;
    cursor: pointer;
    zoom: 1;
}
/*.goog-te-menu-value>span{
    padding-right: 20px;
}*/


/* hader csss */



.goog-te-gadget-simple  span {
   color:#fff !important;

}



/*Responsive*/
@media screen and (max-width:1100px){
  .header-top {
    position: relative;     
  }
  .header-top .container {    
    position: absolute;
    width: 100%;
  }
  .slicknav_menu {
    display: block;
    position: absolute;
    right: 5px;
    top: 65px;    
    z-index: 999;
  }
  .header-top .top-menu ul li a {
    padding: 5px 15px;
  } 
  .header-top .top-social ul a {    
    padding: 5px 3px;   
  }
  
  .footer.latest .container {
    flex-wrap: wrap;
    padding: 20px;
  } 
  .newsletter-sec .container .left,.newsletter-sec .container .right {
    width: 100%;   
    text-align: center;
  }
  .newsletter-sec .container .right {    
    margin-top: 15px;
  }
  .footer.latest .foot-menu,.footer.latest .subcribe {
    width: 30%;   
  }
  .footer.latest .quick-left {
    width: 100%;
    float: left;
    margin-right: 0;
  }
  .footer-last.latest {    
    z-index: 99999;
    position: relative;
  }
}
@media screen and (max-width:1023px){
  
  .newsletter-sec .container .right ul li {
    width: 100%;
    margin: 5px 0;
    text-align: left;
  } 
  .footer.latest .foot-menu{
    width: 48%;
  } 
  .footer.latest .subcribe{
    width: 100%;
  }
  .footer.latest .quick-left {
    width: 48%;    
  }
  .news-event.latest .news-event-slider .item .text p {
    font-size: 16px;
    line-height: 20px;   
  } 

}
@media screen and (max-width:767px){
  .header-top .top-menu ul li a {
    padding: 5px 10px;
  }
  .newsletter-sec .container {   
    top: 50px;
    margin-bottom: 50px;
  }
  .footer.latest {   
    min-height: 50px;
  }
  
}
@media screen and (max-width:639px){
  .slicknav_menu {    
    top: 50px;   
  }
  .header-top .container {   
    top: 4px;
  }
  .header-top .top-social,.header-top:after{
    display: none;
  } 
  .header-top .top-menu ul li {
    font-size: 12px;
    font-weight: 300;    
  }
  .header-top .top-menu ul li a {
    padding: 10px 5px;
  } 
  .header-top .top-menu ul li:after {    
    width: 1px;
    height: 100%;   
    right: -1px;  
  }
  .goog-te-gadget-simple {    
    font-size: 9pt!important;   
    padding: 5px 5px!important;   
  }
   
  .news-event.latest .news-event-slider .item .image img {   
    min-height: auto;   
  }
  .footer.latest .foot-menu {
    width: 100%;
  }
  
}

.blog-detail .blog-img {
    position: relative;
    height: 220px;
}
.blog-detail .blog-img img {
    width: 100%;
    height: 100%;
}

.rpf {
        float: right;
       /* margin-top: -9px;*/
        height: 37px;
        line-height: 33px;
        width: 528px;
        max-width: 1000px;
        color: #fff;
        padding: 0 15px;
        margin-right: 400px;
        position: absolute;
        right: 0;
    }
    .link-page {
	animation: animation 1s linear infinite;
	height: 37px;
	margin-top: -10px;
	padding-top: 9px;
	width: 300px;
	text-align: center;
	float: right;
	color: #fff;
    }
    .link-page a{ color:#fff;}
    .main-bannr{
        height: auto !important;
        /*padding-top: 86px;*/
    }
    
 
.header {
    width: 100%;
    background: #fff;
    border-top: solid 1px #E5E5E5;
    border-bottom: solid 1px #E5E5E5;
    position: sticky;
    z-index: 2;
    top: 0px;
    left: 0;
    z-index: 100;
}
.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo {
    width: 164px;
    float: left;
    padding: 7px 0 14px;
}
 .header .header-right .navigation ul li:after {
    position: absolute;
    top: 50%;
    width: 3px;
    height: 6px;
    background: #929292;
    right: -4px;
    content: "";
    border-radius: 7px;
    transform: translateY(-50%);
}
.header .header-right {
    width: auto !important;
    /* float: right; */
}
.header .header-right .navigation {
    display: block;
}
.header .header-right .navigation ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    width: 100%;
}
.header .header-right .navigation ul li {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    margin: 0px !important;
    padding:30px 0px;
}
.header .header-right .navigation ul li a {
    color: #2d2d2d;
    padding: 34px 11px;
}
.header .header-right .navigation ul li:after:last-child{
    display:none;
}
.inner-banner {
    position: relative;
     margin-top: 0px; 
}
/*footer*/
.footer.latest {
    background: #0B1114;
    padding-bottom: 20px;
    padding-top: 0;
    margin-top: 100px;
}
.footer {
    width: 100%;
    background: #222222;
    padding: 40px 0;
    position: relative;
}
/*footer*/
.footer.latest {
  background: #0B1114;
  padding-bottom: 20px;
  padding-top: 0;
  margin-top: 100px;
}
.footer.latest:before {
  position: absolute;
  content: "";
  width: 126px;
  height: 155px;
  background: url(../images/icon-newsletter.svg) 0 0 no-repeat;
  right: 0;
  top: -150px;  
}
.newsletter-sec .container {
  background: linear-gradient(100.92deg, #FA644C 0%, #FA3667 106.87%);
  min-height: 180px;
  position: relative;
  padding: 40px;
  top: -60px;
  margin-bottom: -30px;
}
.footer.latest .container {
  display: flex;
  justify-content: space-between;
}
.footer.latest .foot-menu {
  width: 400px;
  float: none;
  padding: 0;
  border-right: none;
  height: auto;
}
.footer.latest .quick-left {
  width: 145px;
  float: left;
  margin-right: 20px;
}
.footer-last.latest {
  width: 100%;
  background: #0b1114;
  padding: 0 0 20px;
}
.footer-last.latest .container {
  border-top: 1px solid #394149;
  padding-top: 20px;
}
.footer.latest .subcribe {
  width: auto; 
}
.footer .subcribe span {
  display: block;
  background: url(../images/icon-add.svg) 0 4px no-repeat;
  color: #fff;
  line-height: 25px;
  padding-left: 25px;
  padding-top: 5px;
  margin-bottom: 15px;
}
.footer .subcribe span.phone{
  background: url(../images/icon-phone.svg) 0 11px no-repeat;
}
.footer .subcribe span.email{
  background: url(../images/icon-mail.svg) 0 9px no-repeat;
}
.footer .subcribe span a{
  color: #fff;
}
.footer.latest .top-social {
  margin-top: 30px;
}
.newsletter-sec .container .left {
  width: 300px;
  color: #fff;
}
.newsletter-sec .container .left .heading-text {
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
}
.newsletter-sec .container .left p {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 8px;
}
.newsletter-sec .container .right{
  width: calc(100% - 350px);
}
.newsletter-sec .container .right ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.newsletter-sec .container .right ul li {
  width: 31%;
  margin: 5px 0; 
}
.newsletter-sec .container .right ul li input {
  width: 100%;
  background: #FA4061;
  border: 1px solid #FFFFFF; 
  font-size: 15px;
  color: #fff;  
  padding: 5px;
  height: 36px;
  font-weight: 400;
}
.newsletter-sec .container .right ul li.radio input {
  width: auto;
  height: auto;
  border: 0;
  outline: none;
}
.newsletter-sec .container .right ul li.radio label {
  font-size: 15px;
  color: #fff;
  margin-right: 5px;
}
.newsletter-sec .container .right ul li input.submit {
  background: linear-gradient(92.49deg, rgba(255, 255, 255, 0.33) 0.8%, rgba(255, 255, 255, 0.066) 64.59%, rgba(255, 255, 255, 0.33) 136.19%);
  border: 1px solid #FFFFFF;
  color: #fff;
  font-size: 16px;
}
.newsletter-sec input::placeholder, .newsletter-sec select, .newsletter-sec textarea::placeholder{
  color: #fff;  
  font-weight: 400;  
  font-size: 15px; 
}
span.suport-system {
    background: url(../images/suport-icon.svg) 0 11px no-repeat !important;
}
span.suport-system a {
    color: #5d62f8 !important;
    text-decoration: underline;
}

/*Responsive*/
@media screen and (max-width:1100px){
  .header-top {
    position: relative;     
  }
  .header-top .container {    
    position: absolute;
    width: 100%;
  }
  .slicknav_menu {
    display: block;
    position: absolute;
    right: 5px;
    top: 65px;    
    z-index: 999;
  }
  .header-top .top-menu ul li a {
    padding: 5px 15px;
  } 
  .header-top .top-social ul a {    
    padding: 5px 3px;   
  }
  .footer.latest .container {   
    flex-wrap: wrap;
    padding: 20px;
  } 
  .newsletter-sec .container .left,.newsletter-sec .container .right {
    width: 100%;   
    text-align: center;
  }
  .newsletter-sec .container .right {    
    margin-top: 15px;
  }
  .footer.latest .foot-menu,.footer.latest .subcribe {
    width: 30%;   
  }
  .footer.latest .quick-left {
    width: 100%;
    float: left;
    margin-right: 0;
  }
  .footer-last.latest {    
    z-index: 99999;
    position: relative;
  }
}
@media screen and (max-width:1023px){
   
  .newsletter-sec .container .right ul li {
    width: 100%;
    margin: 5px 0;
    text-align: left;
  } 
  .footer.latest .foot-menu{
    width: 48%;
  } 
  .footer.latest .subcribe{
    width: 100%;
  }
  .footer.latest .quick-left {
    width: 48%;    
  }
  .news-event.latest .news-event-slider .item .text p {
    font-size: 16px;
    line-height: 20px;   
  } 

}
@media screen and (max-width:767px){
  .header-top .top-menu ul li a {
    padding: 5px 10px;
  }
  
  .newsletter-sec .container {   
    top: 50px;
    margin-bottom: 50px;
  }
  .footer.latest {   
    min-height: 50px;
  }
  
}
@media screen and (max-width:639px){
  .slicknav_menu {    
    top: 50px;   
  }
  .header-top .container {   
    top: 4px;
  }
  .header-top .top-social,.header-top:after{
    display: none;
  } 
  .header-top .top-menu ul li {
    font-size: 12px;
    font-weight: 300;    
  }
  .header-top .top-menu ul li a {
    padding: 10px 5px;
  } 
  .header-top .top-menu ul li:after {    
    width: 1px;
    height: 100%;   
    right: -1px;  
  }
   
  .footer.latest .foot-menu {
    width: 100%;
  }
  
}
 

