@font-face {
  font-family: "Roboto";
  font-style: 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;
}

/*14-7-21*/
.contact-us .send-msg .contact-form ul li.half input#verify_emailid {
  width: 37%;
}

.contact-us .send-msg .contact-form ul li.half input#verify_emailid+button {
  width: 10%;
  padding: 0px;
  height: 43px;
  color: #fff;
  align-self: center;
  background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
  border-radius: 1px;
  border: 1px solid #ccc;
}

/*14-7-21*/



/* googel add */

.asd-google-map {
  padding: 18px;
  background: #fff;
}

.flex-start {
  display: flex;

}

.asd-google-map ul {
  margin: 0;
}

.asd-google-map ul li {}

/* googel add */

@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 {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;

}

#back-to-top {
  position: fixed;
  right: 20px;
  bottom: 78px;
  z-index: 99;
  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 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  z-index: 2;
  text-align: right;
  /*padding: 10px 0;*/
}

.header-top ul {
  margin: 0;
  padding: 0;
  float: right;
  margin-left: 12px;
}

/*.header-top ul li {
      width: 30px;
      height: 33px;
      background: url(../images/sprit-arrow.png);
      background-position: 25px -7px;
      background-size: cover; }*/
.header-top ul li a {
  color: #fff;
}

.header {
  width: 100%;
  background: #fff;
  border-top: solid 1px #E5E5E5;
  border-bottom: solid 1px #E5E5E5;
      position: sticky;
  z-index: 2;
  top: 50px;
  left: 0;
  z-index: 100;
}

.header .logo {
  width: 164px;
  /* float: left; */
  padding: 7px 0 14px;
}

.header .header-right {
  width: calc(100% - 200px);
  /* float: right; */
}

.header .header-right .navigation {
  display: block;
}

.header .header-right .navigation>ul>li:nth-last-child(3)>ul {
  left: auto;
  right: 0;
}
.header .header-right .navigation>ul>li:last-child>ul {
    left: auto;
    right: 0;
}

.header .header-right .navigation>ul>li:nth-last-child(3)>ul ul {
  left: 100%;
  right: auto;
}

.header .header-right .navigation ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  width: 100%;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .header-right .navigation ul li {
  font-size: 14px;
  display: inline-block;  
  font-weight: 400;
  position: relative;
}
.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 .navigation ul li:last-of-type::after{
  display: none;
}

.header .header-right .navigation ul li a {
  color: #2d2d2d;
  padding: 34px 11px;
}

.header .header-right .navigation ul li:last-of-type a{
  padding-right: 0;
}

.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) 94% 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: 50px;
  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) 94% 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;
  /*margin-top:120px;*/
}

.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: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  opacity: 0 !important;
  -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: #ee1a26;
  font-size: 27px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.banner .container .banner-txt h3 {
  font-family: "poppins";
  font-weight: 300;
  color: #ee1a26;
  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: 16px;
  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: 100%;
  height: 100%;
  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: 315px;
  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 , .press-release .current-archiev-pressrelease p.pres-curs{
  color: #ccc;
}

.press-release .current-archiev-pressrelease-tab p.pres-arch , .press-release .current-archiev-pressrelease p.pres-archs{
  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;
}

.tcs.contact-us .send-msg p {
  line-height: 22px;
}

.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: 100%;
  margin-right: 0%;
  float: left;
  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%;
  border: 1px solid #ccc;
  padding: 12px;
  height: auto;
  color: #929292;
}

.contact-us .send-msg .contact-form ul li.full {
  width: 100%;
  margin-right: 0;
}

.contact-us .send-msg .contact-form ul li.one-third input,
.contact-us .send-msg .contact-form ul li.one-third select {
  width: 32.5%;
}

.contact-us .send-msg .contact-form ul li.half input,
.contact-us .send-msg .contact-form ul li.half select {
  width: 49%;
}

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

.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;
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
      row-gap: 20px;
}

.gc-member-right .gc-member ul li {
  position: relative;
  /*float: left;*/
  width:24%;
}

.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: 100% !important;
  min-width:210px;
  margin: auto;
  border: 1px solid #e5e5e5;
  background: #fff;
  height: 100% !important;;
  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;
  min-height:200px;
}
.gc-member-right .gc-member .member-img{
        height:auto !important;
        margin-bottom:0 !important;
    }
.gc-member-right .gc-member .member-img img{
        width:100%;
    }

/*.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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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-up.eligiCriteria {
    padding: 15px 0px;
    display: flex;
}
.wrapper .result-content .tra-up.eligiCriteria .srno {
    width: 7%;
    float: none;
    padding-left: 15px;
    flex: initial;
    padding-right: 15px;
}

.wrapper .result-content .tra-up.eligiCriteria .tra-name,
.wrapper .result-content .tra-up.eligiCriteria .qp-code{
    width: 31%;
    float: none;
    flex: initial;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    
    justify-content: space-between;
}

.wrapper .result-content .tra-down.eligiCriteria {
    padding: 15px;
}

.wrapper .result-content .tra-down.eligiCriteria .qp-code {
    width: 100%;
    float: none;
}

.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-img {
  margin-bottom: 30px;
}

.member-txt {
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  bottom: calc(-100% + 30px);
  background: #fff;
  -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;
}

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

.past-press-coverage {
  margin-top: 20px;
}

.past-press-coverage ul {
  padding: 0;
  margin: 0;
}

.past-press-coverage ul li {
  border: 2px solid #ccc;
  width: 260px;
  height: 330px;
  float: left;
  margin: 8px;
}

.past-press-coverage ul li .press-co-img {
  height: 170px;
  overflow: hidden;
  margin-bottom: 10px;
}

.past-press-coverage ul li .press-co-img img {
  width: 100%;
  height: auto;
}

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

.past-press-coverage ul li p {
  font-size: 13px;
  color: #343434;
  padding: 0 13px;
  font-weight: 500;
  min-height: 50px;
}

.past-press-coverage ul li a.explore {
  padding: 7px 14px;
  margin-left: 13px;
  margin-top: 19px;
}

.past-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;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.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 {
    width: 247px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    min-height: 88px;
    margin: auto;
    text-align: center;
    margin: 10px;
    position: relative;
    
}
.our-team-des-sec {
  position: absolute;
  bottom: 0;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity: 1;
  color: white;
  font-size: 20px;
  padding: 7px 3px;
  text-align: center;
  background: #343a40;
  height: 33px;
  
}
.our-team-des-sec h5, .our-team-des-sec h5 a{
  opacity: 0;
}
.our-team ul li:hover .our-team-des-sec h5 , .our-team ul li:hover .our-team-des-sec h5 a{
  opacity: 1;
  color: #FFFFFF;
} 
/*.our-team ul li:hover .our-team-des-sec {*/
/*  opacity: 0.8;*/
/*  background-color: #b61328;*/
/*  height: 100%;*/
  
/*}*/
.our-team ul li:hover .our-team-des-sec {
    opacity: 0.8;
    background-color: #b61328;
    height: 100%;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.our-team ul li:nth-child(even) {
  /* padding-left: 50px; */
}

.our-team ul li:nth-child(odd) {
  /* padding-right: 50px; */
}
/* .our-tem-img {
  margin-bottom: 20px;
} */
.our-tem-img  img{
  width: 100%;
}
.our-team ul li h4 {
  font-size: 20px;
  color: #ffffff;
}

.our-team ul li h5 {
  font-size: 15px;
  color: #676767;
  font-weight: 300;
  margin-bottom: 5px;
  margin-top: 5px;
  /*min-height: 35px;*/
}
/* .our-team-des-sec {
  position:absolute;
}
  */


 
.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%;*/
  height: 20%;
  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: 30px;
  min-height: 45px;
}

.pdf-calender .cal-less-det {
  padding: 20px 0 0 0;
  min-height:232px;
}

.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: 30px;
  float: left;
}

.pdf-calender .cal-dom .cal-txt {
  font-size: 15px;
  color: #2e3131;
  font-weight: 300;
  width: calc(100% - 50px);
  float: right;
  overflow:auto;
}

.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;
  max-height: 100px;
  overflow: auto;
}

.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;
}
.about-data .cat-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 20px;
}
.cat-info p {
  margin-top: 10px;
}

.cat-info .explore {
  /* float: right; */
  vertical-align: top;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.about-data  .cat-info .explore{
   position: static;
}

.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: 100% !important;
  height: 100%;
  -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: 100% !important;
  height: 100%;
  -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;
}

.griv .container {
  background: #fff;
  padding: 30px;
}

.griv h2 {
  font-size: 20px;
  color: #555558;
  font-weight: bold;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.griv table {
  /*width: 340px; */
  margin-bottom: 20px;
  width: 100%;
}

.griv table th {
  color: #d92635;
  font-size: 14px;
  text-align: left;
  border: 1px solid #e3e2e2;
  padding: 5px;
}

.griv table td {
  font-size: 13px;
  color: #696969;
  padding: 5px;
  border: 1px solid #e3e2e2;
}

.griv table a {
  color: #0c5eaa;
}

.griv h3 {
  font-size: 14px;
  color: #555558;
  margin-top: 50px;
  font-weight: 500;
  margin-bottom: 13px;
}

.griv .text {
  font-size: 14px;
  color: #555558;
  margin-bottom: 15px;
}

.other-banner {
  position: relative;
}

.other-banner img {
  width: 100%;
  height: auto;
}

.other-banner .text-inner {
  position: absolute;
  width: 476px;
  height: 100%;
  right: 0;
  top: 0;
  background: url(../images/banner-bg.png) no-repeat 0 0;
  color: #fff;
  font-weight: 200;
  font-size: 35px;
  padding: 110px 20px 20px 75px;
  line-height: 1.1;
}

.other-banner .text-inner span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  padding-top: 15px;
  position: relative;
  margin-top: 15px;
}

.other-banner .text-inner span:before,
.other-banner .text-inner span:after {
  position: absolute;
  content: "";
  width: 165px;
  height: 1px;
  left: 0;
  top: 0;
  background: #fc8b98;
}

.other-banner .text-inner span:before {
  width: 85px;
  top: -4px;
  height: 4px;
}

.video-sec-playlist ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 0;
  padding: 0px;
}

.video-sec-playlist ul li {
  width: 370px;
  margin: 0px 45px 45px 0;
  padding: 0px;
  text-align: center;
}

.video-sec-playlist ul li:nth-of-type(3n),
.video-sec-playlist ul li:last-of-type {
  margin-right: 0;
}

.video-sec-playlist ul li a {
  margin: 0;
  padding: 0;
}

.video-sec-playlist ul li .image {
  position: relative;
}

.video-sec-playlist ul li .image img {
  width: 100%;
  height: auto;
}

.video-sec-playlist ul li .image .icon {
  position: absolute;
  transition: all linear .3s;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  transform: translateY(-50%);
}

.video-sec-playlist ul li .image .icon img {
  width: auto;
}

.video-sec-playlist ul li .detail {
  width: 90%;
  background: #fff;
  left: 0;
  right: 0;
  margin: -20px auto 0;
  transition: all linear .3s;
  z-index: 9;
  min-height: 115px;
  position: relative;
  padding: 15px;
  text-align: left;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  line-height: 22px;
  font-size: 15px;
  box-sizing: border-box;
  font-weight: bold;
}

.video-sec-playlist ul li .detail span {
  display: block;
  font-weight: normal;
}

.video-sec-playlist ul li:hover .image .icon {
  opacity: 1;
}

.video-sec-playlist ul li:hover .detail {
  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;
}

.control_btns {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}

.control_btns a {
  background: #0587d1;
  color: #fff;
  display: inline-block;
  padding: 10px;
  margin-left: 0px;
}

.tabledata {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  height: 400px;
  overflow-y: auto;
}

.tabledata table {
  width: 100%;
}

.wrap-ta {
  height: 600px;
  overflow-y: auto;
}

.tabledata th {
  background: #0587d1;
  color: #fff;
  padding: 12px;
  text-align: left;
  border-right: 1px solid #ccc;
  text-align: center;
}

.tabledata a:hover {
  color: #d53627;
  text-decoration: underline;
}

.tabledata td {
  border: 1px solid #ccc;
  padding: 8px;
}

/**
 * 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);
}


/*BVOC Page Css -14-08-2020 */
.course_left {
  width: 100%;
}

.course_right {
  width: 100%;
  text-align: center;
}

.small_text {
  font-size: 14px;
  margin-top: 5px;
  /*margin-left: 11px;*/
  line-height: 16px;
  text-align: center;
}

.griv.bvoc_outer p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}

.asse-table table {
  width: 100%;
}

.job_role .asse-table table th {
  color: #000;
  padding: 10px;
  /*border: 1px solid #ccc;*/
  letter-spacing: 0.5px;
  background: #ccc;
  border: 1px solid #aaa;
}

.job_role .asse-table table tr:first-child th {
  /*background: rgba(0,0,0,0.4);*/
  background: #bbb;
  text-align: center;
}

.job_role.service_table table {
  /*overflow-x: auto;*/
  /*width: 100%;*/
  max-width: 1100px;
}

.job_role .asse-table table tr:nth-of-type(2) th {
  /*font-weight: 500;*/
  letter-spacing: 0.7px;
}

.job_role .asse-table table tr:first-child:after {
  display: none;
}

.job_role.service_table tr th {
  /*font-size: 15px;*/
  letter-spacing: 1px;
}

.job_role.service_table td {
  padding: 5px;
}

.job_role .asse-table table tr td:nth-of-type(1) {
  text-align: center;
}

/*.job_role .asse-table table th:nth-of-type(1),*/
/*.job_role .asse-table table th:nth-of-type(3)*/
/*.job_role .asse-table table td:nth-of-type(1)*/
/*.job_role .asse-table table td:nth-of-type(3) {
/*    text-align: center;*/
/*}*/
.enroll_ugc ul {
  padding: 0;
}

.enroll_ugc ul,
.benifits ul {
  margin-bottom: 0;
}

.enroll_ugc ul li {
  font-size: 15px;
  line-height: 25px;
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 5px;
}

.enroll_ugc ul li b {
  font-size: 16px;
  width: 60px;
  display: inline-block;
  vertical-align: top;
}

.griv.bvoc_outer .enroll_ugc ul li p {
  margin-bottom: 0;
  display: inline-block;
  width: calc(100% - 70px);
  text-align: left;
}

.griv.bvoc_outer .enroll_ugc ul li:last-child p {
  width: 100%;
}

.benifits ul li {
  display: list-item;
  list-style-type: disc;
  padding-left: 10px;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 5px;
}

.certificate_copy img {
  margin: 40px auto 0;
  display: block;
}

.enroll_ugc ul li a {
  color: #fd543d;
  font-weight: 600;
  letter-spacing: 0.4px;
  display: inline;
  word-break: break-word;
}

.job_role .container,
.course_sec .container,
/*.enroll_ugc .container,*/
.certificate_copy .container,
.benifits .container {
  padding-top: 30px;
  padding-bottom: 0;
}

.benifits .container {
  padding-bottom: 30px;
}


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

/*24-09-2020*/
.asse-table table td a.pdf_download {
  display: block;
  text-align: center;
  cursor: pointer;
}

@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: 0px;
  }

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

  .other-banner .text-inner {
    width: 100%;
    background: rgba(250, 47, 101, 0.8);
  }

  .video-sec-playlist ul li {
    width: 32%;
    margin: 0px 1% 35px 0;
  }
}

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

  .other-banner .text-inner {
    padding: 50px 20px 30px;
  }

  .video-sec-playlist ul li,
  .video-sec-playlist ul li:nth-of-type(3n) {
    width: 48%;
    margin: 0px 4% 35px 0;
  }

  .video-sec-playlist ul li:nth-of-type(2n),
  .video-sec-playlist ul li:nth-of-type(3n):nth-of-type(2n) {
    margin-right: 0;
  }
}

@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: 32%;
  }

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

  .job_role .container,
  .course_sec .container,
  .enroll_ugc .container,
  .certificate_copy .container,
  .benifits .container {
    padding: 30px 20px 0;
    padding-bottom: 0;
  }

  .benifits .container {
    padding-bottom: 30px;
  }
}

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



  .naps .naps-heading h6 {
    font-size: 25px;
  }

  .gc-member {
    padding: 20px 0;
  }
  .gc-member-right .gc-member ul li {
    width:48% !important;
  }

  .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: 0px;
  }

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

  .course_left,
  .course_right {
    width: 100%;
  }

  .griv.bvoc_outer p {
    text-align: justify;
  }

  #bvoc_page {
    text-align: center;
  }

  #bvoc_page .heading {
    display: inline-block;
    width: auto;
  }

  .benifits ul li,
  .enroll_ugc ul li {
    text-align: left;
    padding-left: 0;
  }

  #bvoc_page .griv h2 {
    font-size: 17px;
  }
 
}

@media screen and (max-width: 700px) {

  .tcs .contact-us .send-msg .contact-form ul li.one-third input,
  .tcs .contact-us .send-msg .contact-form ul li.one-third select {
    width: 100%;
    margin-bottom: 10px !important;
  }

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

  #bvoc_page .heading {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
  }

}

@media screen and (max-width: 500px) {
     .gc-member-right .gc-member ul li {
    width:100% !important;
    border:none !important;
  }
  .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;
  }

  #bvoc_page .heading:after {
    left: 50%;
    transform: translateX(-50%);
  }
  .our-team ul li{
    width:100%;
}
}

@media screen and (max-width: 400px) {
  .project-partner-logo ul li {

    width: 50%;
    margin-bottom: 10px;

  }

  .project-partner-logo ul li:after {
    display: none;
  }

  .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%;
    /*border:none !important;*/
  }

    .gc-member .member-img img{
        width:100%;
    }
  .video-sec-playlist ul li,
  .video-sec-playlist ul li:nth-of-type(3n) {
    width: 100%;
    margin: 0px 0 35px 0;
  }

  .other-banner .text-inner {
    padding: 25px;
    font-size: 20px;
  }
  .header-top .top-menu ul li a {
    padding: 10px 3px !important;
    font-size:11px;
}

  
}

/*23-7-21*/
.job_portal th:last-child {
  width: 110px;
}

a.apply_job_btn {
  display: block;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid transparent;
  background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
  color: #fff;
  font-weight: 400;
  border-radius: 2px;
  letter-spacing: 0.2px;
  text-align: center;
}

.video-data ul li p {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video-data ul li:hover p {
  opacity: 0.89;
  transition: all 0.5s;
  visibility: visible;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-data ul li img {
  height: 100%;
  /*width: auto;*/
}

/*23-7-21*/


/*30-july-2021*/
.past-press-coverage ul li p::-webkit-scrollbar,
.press-coverage ul li p::-webkit-scrollbar {
  background: -webkit-linear-gradient(left, #fa2f65 0%, #fd573a 100%);
  width: 4px;
  border-radius: 30px;
}

.past-press-coverage ul li p,
.press-coverage ul li p {
  height: 58px;
  overflow-y: scroll;
}

/*11 Aug 2021*/
.newsletter-inside .news-img img {
  height: 115px;
  width: 100%;
}

/*12-7-21*/
.worldbank-page {
  background: #fff;
  padding: 30px;
}

.worldbank-page .worldskill-in {
  padding: 0px;
}

.program_details ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 0;
  justify-content: center;
}

.worldbank-page .program_details ul li {
  width: 25%;
  font-size: 16px;
  list-style-type: none;
  padding: 20px 10px;
  margin: 0 1% 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  flex-direction: column;
  border-radius: 4px;
}

.program_details ul li strong {
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 0;
}

.program_details ul li:last-child {
  width: 100%;
  margin-top: 10px;
  box-shadow: none;
  padding: 0;
  display: block;
  margin: 0;
}

.program_details ul li:last-child strong {
  margin-bottom: 10px;
}

.program_details .tick {
  display: block;
  height: 10px;
  width: 21px;
  border: 5px solid #e31e25;
  padding: 4px;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  transform: rotate(-55deg);
  margin: 0 auto;
}

.worldbank-page ul li {
  font-size: 15px;
  line-height: 24px;
  list-style-type: disc;
  margin-bottom: 5px;
}

.wb_project {
  /*background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);*/
  position: relative;
  padding: 25px;
  margin-top: 30px;
}

.wb_project:after,
.wb_img_slider: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: 0;
}

.wb_project .heading {
  /*color:#fff;*/
}

ul.wb_project_slider {
  margin: 0;
  padding: 0;
  z-index: 2;
}

.worldbank-page .wb_project_slider li {
  list-style-type: none;
}

.wb_project_slider li h4 {
  font-size: 22px;
  line-height: 28px;
  margin: 10px 0 0;
  /*color: #ea3325;*/
  color: #000;
}

.wb_img_slider {
  margin-top: 40px;
  background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
  position: relative;
  padding: 25px;
  margin-top: 30px;
}

.wb_img_slider .heading {
  color: #fff;
}

.wb_img_slider .heading:after {
  background: #fff;
}

#instafeed {
  width: 100%;
  height: 350px;
  overflow: auto;
}


/*13 Aug 2021*/
.industry-logo-sec {
  padding: 0 !important;
  box-shadow: none;
}

.rpl-industry-logo ul li {
  list-style-type: none;
  text-align: center;
  margin-right: 12px;
}

.rpl-industry-logo ul li .rlp-logo-image {
  border: 1px solid #ddd;
  padding: 4px;
}

.rpl-industry-logo ul li img {
  border: 1px solid #ddd;
}

.rpl-industry-logo ul .owl-nav {
  top: -130px;
  position: relative;
}

.rpl-industry-logo ul .owl-nav .owl-prev {
  left: -33px;
  top: 0;
  background: url(../images/back.png) no-repeat !important;
  width: 20px;
  height: 37px;
}

.rpl-industry-logo ul .owl-nav .owl-next {
  top: 0;
  background: url(../images/next.png) no-repeat !important;
  width: 20px;
  height: 37px;
  right: -20px;
}

.training-glimpess-section ul li {
  overflow: unset !important;
  list-style-type: none;
  width: 18%;
  height: 158px !important;
}

.type2-glimpess {
  background: transparent;
}

.type2-glimpess ul li {
  width: 31%;
}

.training-glimpess-section ul li:nth-child(4n) {
  margin-right: 14px !important;
}

.trainin-sec-glimp {
  position: relative;
  height: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
}

.training-glimpess-section {
  background: transparent;
}

.training-glimpess-section ul li h4 {
  position: absolute;
  width: 100%;
  text-align: center;
}

.type1-succes .suc-story-left h4,
.type1-succes .suc-story-left p,
.rpl-success-pop .text .profile-desc .desc h4 {
  text-transform: uppercase;
}

.rpl-success-pop .text .profile-desc img {
  width: 130px;
  height: 130px;
}

.rpl-case-study {
  padding: 0 !important;
}

.rpl-case-study ul {
  margin: 0;
  padding: 0;
}

.rpl-case-study ul li {
  margin: 0 !important;
  list-style-type: none;
}

ul.state-covered-list li {
  width: 16%;
}

ul.state-covered-list {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}

.bg-grey-sec {
  background: #f4f4f4;
  padding: 10px 30px 30px;
  margin-top: 20px;
}

ul.currunt-list-sec li {
  width: 32%;
}

ul.currunt-list-sec {
  display: flex;
  flex-wrap: wrap;
}

.type1-contents p {
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  margin-bottom: 15px;
}

.currunt-state .container,
.type1-currant-states .container {
  width: 100%;
}

.currunt-state .container li span {
  display: block;
  font-size: 14px;
  margin-top: 20px;
}

.currunt-state ul {
  display: flex;
  justify-content: space-betwwen;
  margin-top: 30px;
}

.currunt-state ul li {
  width: 20% !important;
  font-size: 46px !important;
  list-style-type: none;
  padding: 0px 14px !important;
}

.type1-currant-states {
  height: auto !important;
  padding: 30px 0 30px;
}

.type1-currant-states ul {
  margin: 0;
}

.type1-currant-states ul li {
  padding: 28px 20px 30px !important;
  font-size: 50px !important;
  list-style-type: none;
}

.type1-currant-states ul li.border-bott {
  border-bottom: 1px solid #fda1a8;
  padding-top: 0;
}

.type1-currant-states .container li span {
  display: block;
  font-size: 14px;
  margin-bottom: 26px;
}

/*6-dec-2021*/
.guide-page ul li h3 {
  font-size: 36px;
  margin: 0;
  font-weight: 500;
  color: #fff;
}

.guide-page ul a {
  width: 48%;
  /* text-align: center; */
  box-shadow: 0px 0 9px rgb(0 0 0 / 10%);
  min-height: 340px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  transition: 0.4s ease-in-out;
  position: relative;
  background: linear-gradient(to right, #fa2f65 0%, #fd573a 100%);
}

.guide-page ul a:hover {
  background: #fff;
  transition: 0.4s ease-in-out;
}

.guide-page ul a:hover h3 {
  color: #000;
}

.guide-page ul a: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;
}

/* New Homepage Layout*/
.text-center{
  text-align: center!important;
}
.mt-20{
  margin-top: 20px!important;
}
.mt-30{
  margin-top: 30px!important;
}
.heading-text {
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  color: #222222;
}
.heading-text span {
  color: #D92635;
}
a.btn-know-more {
  background: #D92635;
  color: #fff;
  font-size: 20px;
  padding: 18px 15px;
  min-width: 200px;
  text-align: center;
  transition: all linear .3s;
  display: inline-block;
  margin-top: 15px;
}
a.btn-know-more:hover{
  background: #000;
}
.lg-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 35px;
  margin: 15px 0;
}
.header-top {
  position: relative;
  overflow: hidden;
}

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

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

.header-top .top-menu ul {
  display: flex;
}

.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 15px;
}
.banner-slider .image{
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.banner-slider .image img {
  width: 62%;  
}
.banner-slider .image .container {
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  text-align: left;
}
.banner-slider .image .container .inner-sec {
  width: 410px;
  background: #fff;
  padding: 60px 10px 60px 0;
}
.banner-slider .image .container .inner-sec em { 
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 15px;
  display: block;
  color: #D92635;
}
.banner-slider .image .container .inner-sec p {
  color: rgba(0, 0, 0, 0.5);
  margin: 0px 0;
}
.banner-slider .owl-nav {
  width: 1200px;
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.banner-slider .owl-next,.banner-slider .owl-prev {
  background: url(../images/icon-banner-slide.svg);
  width: 27px;
  height: 27px;
  position: absolute;
  bottom: 50px;
  opacity: .7;
  transition: all linear .3s;
  left: 160px;
  font-size: 0;
  transform: rotate(180deg);
}
.banner-slider .owl-next:hover,.banner-slider .owl-prev:hover{
  opacity: 1;
}
.banner-slider .owl-next:after,.banner-slider .owl-prev:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 1px;
  background: #D92635;
  right: -60px;
  opacity: .7;
  top: 13px;
}
/*.banner-slider .owl-prev {*/
/*  left: 160px;*/
/*  transform: rotate(180deg);*/
/*}*/
.banner-slider .owl-prev {
  left: 0;
  transform: rotate(0deg);
}
.announcment-sec .container {
  background: linear-gradient(100.92deg, #FA644C 0%, #FA3667 106.87%);
  color: #fff;
  padding:0;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.announcment-sec .container a{
  color: #fff;
  margin:0px 15px;
}
.announcment-sec .container .image {
  margin-right: 50px;
}
.about-sec {
  padding: 50px 0;
}
.about-sec .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-sec .container .left {
  width: 590px;
}
.about-sec .container .right {
  width: 540px;
  position: relative;
}
.about-sec .container .right:before,.about-sec .container .right:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #D2A0A0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.about-sec .container .right:after{
  left: 0;
  right: 0;
  width: 1px;
  height: 100%;
}
.about-sec .container .right .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about-sec .container .right .profile {
  width: 50%;
  text-align: center;
  padding-right: 100px;
}
.about-sec .container .right .profile:nth-of-type(even){
  padding-left: 100px;
  padding-right: 0;
}
.about-sec .container .right .profile:nth-of-type(n+3){
  padding-top: 70px;
}

.about-sec .container .right .profile .icon {
  margin-bottom: 15px;
}
.about-sec .container .right .profile .value {
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 56px;
  text-align: center;
  color: #222222;
}
.about-sec .container .right .profile .value em{
  font-style: normal;
}
.about-sec .container .right .profile .profile-name {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* text-align: center; */
  color: #D92635;
} 
.about-sec .container .right .profile.center {
  position: absolute;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  padding: 20px 0 30px;
  background: #fff;
  z-index: 1;
  width: 140px;
}
.banner-bottom.asdc-purpose {
  background: none;
  overflow: hidden;
  padding-bottom: 0;
}
.banner-bottom.asdc-purpose .container {
  background: linear-gradient(100.92deg, #FA644C 0%, #FA3667 106.87%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-bottom.asdc-purpose .container:after {
  position: absolute;
  content: "";
  width: 135px;
  height: 100%;
  background: #fa3a65;
  left: 100%;
}
.banner-bottom.asdc-purpose .banner-bottom-right {
  width: calc(100% - 600px);
  height: 480px;
  background: transparent;
  position: static;  
}
.banner-bottom.asdc-purpose .banner-bottom-right:after{
  display: none;
}
.banner-bottom.asdc-purpose .banner-bottom-left {
  width: 580px;
  float: none;
  background: #fff; 
  margin-bottom: 30px;
  height: auto;
  padding: 50px 30px; 
  box-shadow: none;
}
.banner-bottom.asdc-purpose .banner-bottom-right ul li h2 {
  font-size: 18px;
  margin: 10px auto;
  text-transform: none;  
  font-weight: 500;
  max-width: 80%;
}
.banner-bottom.asdc-purpose .banner-bottom-left ul {  
  margin-top: 20px;
}
.banner-bottom.asdc-purpose .banner-bottom-left li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: rgba(0, 0, 0, 0.5);
  background: none;
  list-style: disc;
  padding: 0;
  margin: 0 0 0 20px;
}
.banner-bottom.asdc-purpose .banner-bottom-right ul { 
  display: flex;
  flex-wrap: wrap;
}
/*.banner-bottom.asdc-purpose .banner-bottom-right ul li a { 
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}*/
.banner-bottom.asdc-purpose .banner-bottom-right .icon{
  width: 100%;
}
.banner-bottom.asdc-purpose .banner-bottom-right .icon img {
  display: block;
  margin: 0 auto 15px;
}
.promoting-bod.latest {
  box-shadow: none;
  background: #FAFAFA;
}
.promoting-bod.latest .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.promoting-bod.latest .promoting-logos1 {
  width: calc(100% - 460px);
  float: right;
}
.promoting-bod.latest .promoting-logos1 ul {
  margin: 0;
}
.promoting-bod.latest .container .heading-text {
  border-right: solid 1px #ccc;
  padding-right: 55px;
}
.gc-member.latest .item { 
  box-shadow: none; 
}
.gc-member.latest .gc-slider {
  margin: 40px 0;
}
.gc-member.latest .item:hover:after {
  display: none;
}
.gc-member.latest .item a {  
  height: auto;
  padding: 10px;
      min-height: auto !important;
}
.gc-member.latest .item .gc-member-img {  
  height: 230px;
  margin-bottom: 25px;
  overflow: hidden;
}
.gc-member.latest .item .gc-member-img img {  
  border-radius:0;  
  width: 100%;
  height: auto;
  display: block;
  border: none;
}
.gc-member.latest .text p {
  padding: 0 100px;
  font-size: 18px;
  font-weight: 300;
  margin: 15px 0;
  color: #222222;
  line-height: 25px;
}
.gc-member.latest .item .gc-member-img:after {
  display: none;
}
.gc-member.latest .item:hover{
  background: none;
}
.gc-member.latest .item .name,.home-suc-story.latest .name,.mass-lead.latest .container .detail-image .name {
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #222222;
  margin-bottom: 5px;
}
.gc-member.latest .item .detail p,.home-suc-story.latest .suc-story-left span,.mass-lead.latest .container .detail-image p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #D92635;
  margin-bottom: 0;
  display: block;
}
.gc-member.latest .item .detail p.location,.home-suc-story.latest .suc-story-left span.location,.mass-lead.latest .container .detail-image p.location {
  color: #B9BDBC;
}
.news-event.latest {
  background: #FAFAFA;
}
.news-event.latest .news-event-slider {
  padding-top: 40px;
  position: relative;
}
.news-event.latest .news-event-slider .item {
  /* width: 370px;
  margin: 0 1%; */
  width: 100%;
  background: #fff;
  padding: 15px; 
  position: relative;
  padding-bottom: 70px;
  border: solid 1px #e7e7e7;
}
.news-event.latest .news-event-slider .item .image img {
  width: 100%;
  min-height: 230px;
  margin-bottom: 20px;
}
span.date {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #959595;
  background: url(../images/icon-calander-red.svg) 0 7px no-repeat;
  padding-left: 35px;
  padding-top: 10px;
  display: block;
  padding-bottom: 10px;
}
.news-event.latest .news-event-slider .item .text p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #222222;
  min-height: 65px;
}
.news-event.latest .news-event-slider .item .read-more {
  position: absolute;
  bottom: 25px;
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #D92635;
  border-bottom: solid 2px;
}
.news-event-slider.owl-carousel .owl-nav.disabled,.promoting-bod.latest-promoting .owl-nav,.video-home.latest .owl-nav,.home-suc-story.latest .owl-nav,
.mass-lead.latest .owl-nav{
  display: block!important;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
}
.news-event-slider .owl-next, .news-event-slider .owl-prev,.promoting-bod.latest-promoting .owl-next,.promoting-bod.latest-promoting .owl-prev,
.video-home.latest .owl-next,.video-home.latest .owl-prev,.home-suc-story.latest .owl-next,.home-suc-story.latest .owl-prev,.mass-lead.latest .owl-next,.mass-lead.latest .owl-prev{
  background: url(../images/icon-banner-slide.svg);
  width: 27px;
  height: 27px; 
  opacity: 1;
  transition: all linear .3s;
  left: -36px;
  top: auto;
  font-size: 0;
  transform: rotate(180deg);
}
.news-event-slider .owl-prev,.promoting-bod.latest-promoting .owl-prev,.video-home.latest .owl-prev,.home-suc-story.latest .owl-prev,
.mass-lead.latest .owl-prev{
  left: -70px;
  transform: rotate(0deg);
}
.promoting-bod.latest-promoting.gray-bg {
  background: #FAFAFA;
}
.promoting-bod.latest-promoting {
  box-shadow: none;
}
.promoting-bod.latest-promoting .promoting-logos {
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.promoting-bod.latest-promoting .promoting-logos ul {
  margin: 0;
  padding: 0;
}
.promoting-bod.latest-promoting .promoting-logos ul li{ 
  margin: 0;
}
.promoting-bod.latest-promoting .owl-nav {  
  top: -28px;
}
.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/support-system.png) 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 .success {
        background: #3a7e3a;
        padding: 10px;
        color: #fff;
        position: relative;
    }
    .newsletter-sec .container .right .success:after {
        content: '+';
        position: absolute;
        right: 10px;
        top: 4px;
        font-size: 24px;
        transform: rotate(45deg);
        
        
    }
.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; 
}
.video-home.latest {
  background: linear-gradient(100.92deg, #F5F5F5 0%, #EDEDED 106.87%);
  border: 0;
  text-align: left;
}
.video-home.latest .container {
  max-width: 1200px;
}
.video-home.latest ul {
  margin: 40px 0 0;
  padding: 0;
}
.video-home.latest ul li { 
  background: rgba(15, 17, 20, 0.1);
  padding: 5px;
  position: relative;
}
.video-home.latest ul li:after {
  position: absolute;
  content: "";
  background: url(../images/yout-l.png) 0 0 no-repeat;
  width: 22px;
  height: 15px;
  left: 0;
  right: 0;
  z-index: 999;
  top: 0;
  margin: auto;
  bottom: 0;
  filter: grayscale(1);
  transition: all linear .3s;
}
.video-home.latest ul li:hover:after{
  filter: grayscale(0);
}
/*.video-home.latest ul li img {*/
/*  height: 180px;*/
/*}*/
.video-home.latest ul li img {
  height: auto;
}
.video-home.latest .owl-nav {
  top: -30px;
}
.home-suc-story.latest {
  border: none;
  text-align: center;
}
.home-suc-story.latest .item { 
  box-shadow: none; 
  min-height: auto;
}
.home-suc-story.latest .suc-story-left:hover:after{
 display: none;
}
.home-suc-story.latest .suc-story-left:hover{
  background: none;
}
.home-suc-story.latest .suc-story-left .ml-member-img {
  margin: 20px auto;
  display: block;
  width: 130px;
}
.home-suc-story.latest .suc-story-left .ml-member-img img {
  border: solid 4px #D92635;
}
.home-suc-story.latest .suc-story-left .summary p {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #222222;
  min-height: auto;
}
.home-suc-story.latest .name,.home-suc-story.latest .suc-story-left span.designation{
  text-transform: uppercase;
}
.home-suc-story.latest .suc-story-left .summary p:empty{
  display: none;
}
.home-suc-story.latest .owl-nav {
  top: auto; 
  width: 100%;
  text-align: center;
}
.home-suc-story.latest .owl-next,.home-suc-story.latest .owl-prev{
  left: 40px;
  right: 0;
  margin: 0 auto;
}
.home-suc-story.latest .owl-prev{
  left: -40px;
}
.mass-lead.latest{
  background: url(../images/message-leadrs-image-new.jpg) 0 0 no-repeat;
  width: 100%;
  padding: 50px 0;
  background-size: 100% 100%;
  min-height: 650px;
  display: flex;
  align-items: center;
  background-attachment: fixed;
}
.mass-lead.latest .heading-text {  
  position: relative;
}
.mass-lead.latest .container {
  display: flex;
  justify-content: flex-end;
}
.mass-lead.latest .container .inner {
  width: 780px;
  background: #fff;
  text-align: left;
  padding: 50px;
  position: relative;
}
.mass-lead.latest .description p {
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  text-align: justify;
  color: rgba(0, 0, 0, 0.67);
}
.mass-lead.latest .description p:empty{
  display: none;
}
.mass-lead.latest .container .detail-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mass-lead.latest .container .detail-image img {
  border: solid 4px #D92635;
}
.mass-lead.latest .container .detail-image .ml-member-img {
  margin-right: 30px;
  width:130px !important;
  height:130px !important;
}
.mass-lead.latest .container .detail-image .name, .mass-lead.latest .container .detail-image p {
  text-align: left;
}
.mass-lead.latest .owl-nav { 
  bottom: 20px;
}
.mass-lead.latest .owl-next, .mass-lead.latest .owl-prev { 
  left: 0;
  top: auto;
  display: block;
}
.mass-lead.latest .owl-prev{
  left: -38px;
  transform: rotate(0deg);
}
.mass-lead.latest .heading-text:after {
  background: url(../images/icon-quote.svg) 0 0 no-repeat;
  position: absolute;
  content: "";
  width: 90px;
  height: 61px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*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;   
  }
  .main-bannr {   
    padding-top: 00!important;
  }
  .banner-slider .image img {
    width: 100%;
  }
  .banner-slider .image .container {
    top: auto;
    transform: translateY(0);   
    bottom: 30px;
  }
  .banner-slider .image .container .inner-sec {
    width: 90%;   
    padding: 20px;
    text-align: center;
    margin: 0 auto;
  }
  .banner-slider .owl-nav {     
   bottom: 120px !important
  }
  .banner-slider .image .container .inner-sec p {    
    text-align: center;
  }
  .heading-text {     
    font-size: 25px;
    line-height: 30px;    
  }
  .about-sec .container .left,.about-sec .container .right {
    width: 48%;    
  } 
  .about-sec .container .right .profile .value {   
    font-size: 32px;
    line-height: 42px;    
  }
  .about-sec .container .right .profile .profile-name {   
    font-size: 14px; 
  }
  .home-suc-story.latest .suc-story-left .summary {
    height: 125px;
    overflow: auto;
    margin: 15px 0;
  }
  .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){
  .lg-text p {   
    font-size: 18px;
    line-height: 28px;  
  }
  .banner-slider .image .container .inner-sec {   
    background: rgba(255,255,255,.9);
  }
  a.btn-know-more {    
    font-size: 16px;
    padding: 10px;
    min-width: auto;   
  }
  .banner-bottom.asdc-purpose .container {   
    flex-wrap: wrap;
    padding: 20px;
  }
  .banner-bottom.asdc-purpose .banner-bottom-right {
    width: 100%;
    height: auto;    
  }
  .banner-bottom.asdc-purpose .banner-bottom-left {
    width: 100%;    
    margin: 0;   
    padding: 20px;   
  }
  .banner-bottom.asdc-purpose .banner-bottom-right ul li h2 {
    font-size: 16px;   
  } 
  .promoting-bod.latest {   
    padding: 25px 0;
  }
  .promoting-bod.latest .container .heading-text {
    border-right: none;
    padding-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .promoting-bod.latest .promoting-logos1 {
    width: 100%;    
  }
  .mass-lead.latest .container .inner {
    width: 94%;
    background: #fff;
    text-align: center;
    padding: 25px;   
    margin: 0 auto;
  }
  .mass-lead.latest .heading-text:after {
    display: none;
  }
  .mass-lead.latest .description p {    
    text-align: center;
  }
  .mass-lead.latest .container .detail-image .ml-member-img,.mass-lead.latest .container .detail-image .detail {
    margin:10px ;
    width: 100%;
  }
  .mass-lead.latest .container .detail-image .name, .mass-lead.latest .container .detail-image p {
    text-align: center;
  }
  .mass-lead.latest .owl-nav {    
    display: none!important;
  }
  .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;   
  } 
   .banner-slider .owl-nav {     
        display:none;
  }

}
@media screen and (max-width:767px){
  .header-top .top-menu ul li a {
    padding: 5px 10px;
  }
  .announcment-sec .container {  
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 0px;   
  } 
  .about-sec {
    padding: 25px 0;
  }
  .about-sec {
    padding: 25px 0;
  }
  .about-sec .container .left, .about-sec .container .right {
    width: 100%;
  }
  .about-sec .container .left {
    margin-bottom: 20px;
  }
  .heading-text {
    font-size: 28px;
    line-height: 38px;
  }
  .gc-member.latest .text p {
    padding: 0 20px;
    font-size: 18px;    
  }
  .mass-lead.latest {   
    min-height: auto;   
  }
  .promoting-bod.latest-promoting.gray-bg,.promoting-bod.latest-promoting {   
    padding-top: 25px;
  }
  .promoting-bod.latest-promoting .promoting-logos {    
    margin-top: 20px;    
  }
  .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;   
  }
  .banner-slider .image .container {    
    display: none;
  }
  .announcment-sec .container .image {
    margin-right: 5px;
  }
  .lg-text p {
    font-size: 16px;
    line-height: 26px;
  } 
  .about-sec .container .right .profile .value {
    font-size: 18px;
    line-height: 28px;
  }
  .about-sec .container .right .profile .profile-name {
    font-size: 12px;
    line-height: 14px;
  }
  .banner-bottom.asdc-purpose .container {    
    padding: 10px;
  }
  .banner-bottom.asdc-purpose .banner-bottom-right ul li h2 {
    font-size: 14px;
  }
  .banner-bottom.asdc-purpose .banner-bottom-right .icon img {    
    width: 47px;
  }
  .gc-member.latest .text p {
    padding: 0;
    font-size: 16px;
  }
  .gc-member.latest .item .gc-member-img {
    height: auto;
    margin-bottom: 0;    
  }
  .news-event.latest .news-event-slider .item .image img {   
    min-height: auto;   
  }
  .footer.latest .foot-menu {
    width: 100%;
  }
  
}
.trainer-listing {
    margin-top: 30px;
}
.training-new {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 30px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.train-title {
    width: 80%;
}
.train-title h4 {
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 500;
}
.training-new .text {
    color: #B9BDBC;
    font-size: 15px;
}
.training-button {
    width: 20%;
    text-align: right;
}
 @media screen and (max-width: 767px){
 .train-title {
    width: 100%;
}
.training-button {
    width: 100%;
    text-align: left;
}
}
span.suport-system {
    background: url(../images/support-system.png) 0 11px no-repeat !important;
    background-size: 20px !important;
}
span.suport-system a {
    /*color: #5d62f8 !important;*/
    text-decoration: underline;
}
li#naps , li#rpl-4 ,li#pmkvy , #b-voc-details , #road-safety , #responsible-driving {
    scroll-margin-top: 100px;
}
.tab-anl-report-sec {
    background-color: #fff;
    padding: 20px;
}
.tab-anl-report-sec .newsletter-inside {
    background: #fff;
    padding: 0px;
}
.tab-anl-report-sec .newsletter-inside ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
    margin: 0px;
    padding: 0px;
}
.tab-anl-report-sec .newsletter-inside ul li {
    width: 365px;
    margin: 10px 10px;
    }
.asdc-tabing-system .anl-report {
    display: flex;
    justify-content: end;
    align-items: center;
    margin: 0;
    padding-right: 10px;
}
.asdc-tabing-system .anl-report .tablinks {
    padding: 0px 5px;
    width: auto;
    border: none !important;
    border-radius: 5px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    cursor: pointer;
    color: #ccc;
}
.asdc-tabing-system .anl-report li .active {
    color: #000 !important;
}
@media screen and (max-width:1100px){
    .tab-anl-report-sec .newsletter-inside ul li {
        width: 30% !important;
        margin: 10px 15px;

    }
    .asdc-tabing-system .anl-report {
        padding-right: 15px;
    }
    
}
@media screen and (max-width:990px){
    .tab-anl-report-sec .newsletter-inside ul li {
        width: 45% !important;
        margin:10px auto; 
        
    }
    
    
}
@media screen and (max-width:500px){
    .tab-anl-report-sec .newsletter-inside ul li {
        width: 100% !important;
    }
    .asdc-tabing-system .anl-report {
        padding-right: 0px;
    }
    
    
    
}
.anl-report li {
    position: relative;
}
.anl-report li:before {
    content: "/";
    display: block;
    position: absolute;
    left: auto;
    right: -4px;
    top: -1px;
    border: 0;
    margin: auto;
    font-size: 17px;
    color: #c0b9b9;
}
.anl-report li:last-child:before{
  display:none;
}

.date-down {
    display:flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-content p b {
    color: #ea1d24;
    display: inline-block;
    margin-right: 10px;
}
.search-content p {
    font-size: 15px;
    margin-bottom: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 14px;
}
.search-content .heading-text {
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.search-content a:hover{
    color: #000;
}



section.nao-section {
    padding: 50px 0 0;
}
.nao-main-content-sec {
    max-width: 70%;
    margin: auto;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
    border-radius: 10px;
    overflow: auto;
    color: #0B1114;
}
.nao-main-content-sec .heading {
    background: linear-gradient(100.92deg, #FA644C 0%, #FA3667 106.87%);
    margin: 0;
    text-align: center;
    padding: 20px;
    box-shadow: 0 0 25px rgba(0,0,0,0.25);
    border-radius: 10px;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.nao-main-content-sec .text p {
    font-size: 14px;
}
.nao-main-content-sec .heading:after{
    content:none;
}
.nao-form-sec {
    padding: 20px 0px;
}
.seclect-option-qes .nao-tab-option {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin:20px 0 0px;
    padding:0;
    flex-wrap: wrap;
    row-gap: 10px
}
.seclect-option-qes .nao-tab-option .tab-nao {
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
    row-gap: 10px;
    flex-wrap: wrap;
}

.seclect-option-qes .nao-tab-option .tab-nao.check {
    position: relative;
}

.seclect-option-qes .nao-tab-option .tab-nao.check input[type="checkbox"]{
    position: absolute;
    left: 0px;
    top: -17px;
}

.seclect-option-qes .nao-tab-option .tab-nao.check label {
    padding-left: 20px;
}

.nao-main-content-sec label {
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    letter-spacing: 0.1px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    margin-bottom:8px;
}

.seclect-option-qes .nao-tab-option .tab-nao input {
    margin-top: 0px;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
}

.seclect-option-qes .nao-tab-option .tab-nao input[type="checkbox"] {
    position: relative;
    top: -1px;
}

.nao-input-form-sec .nao-form-header {
    border-bottom: 1px solid #ccc;
    padding: 0px;
    margin-bottom: 30px;

}

.nao-input-form-sec .nao-input-item input, .nao-input-form-sec .nao-input-item select, .nao-input-form-sec .nao-input-item textarea {
    font-size: 14px;
    border: 3px solid #d9d9d9;
    padding: 12px 12px;
    height: 50px;
    border-radius: 25px;
    background: #fafafa;
    /* margin-top: 15px; */
}
.nao-input-form-sec .nao-input-item input:focus, .nao-input-form-sec .nao-input-item select:focus, .nao-input-form-sec .nao-input-item textarea:focus{
    border-bottom-color: #FA3667;
}

.nao-input-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    align-items: end;
    margin-bottom: 25px;
    row-gap: 15px
}

.nao-input-row.mb-0 {
    margin-bottom: 0px;    
}

.nao-input-item {
    width: 48%;
}
.nao-input-item.item-three {
    width: 32.33%;
}
.nao-input-item.w-d{
    width:100%;
}
.nao-input-item.name-title {
    width: 12%;
}
.nao-input-item.first-name{
    width: 41%;
}

.nao-input-item.last-name {
    width: 41%;
}
.nao-main-content-sec label.full-width-label {
    width: 100%;
}

.nao-input-item label span , label.full-width-label span {
    color: red;
    font-size: 20px;
    display: inline-flex;
    align-items: flex-start;
    line-height: 1;
    position: relative;
    top: -4px;
    margin-left: 2px;
}

.nao-main-content-sec .form-main-input {
    display: none;
}
.nao-main-content-sec .form-main-input.active{
    display: block;
}

.nao-tab-option .top-btns {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
}

.nao-tab-option .top-btns .roundBtn{
    display: inline-flex;
    width: 14px;
    height: 14px;
    border: 1px solid #666666;
    border-radius: 50%;
    position: relative;
    margin-right: 6px;
}

.nao-tab-option .top-btns .roundBtn::after {
    content:'';
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: transparent;
}

.nao-tab-option .top-btns.active .roundBtn::after {
    background: linear-gradient(100.92deg, #FA644C 0%, #FA3667 106.87%);
}

.nao-btn {
    background: linear-gradient(100.92deg, #FA644C 0%, #FA3667 106.87%);
    border: 0px;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    display: inline-flex;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    border-radius: 0px;
}

.nao-btn:hover {
    border-radius: 5px;
}

.nao-btn:disabled,
.nao-btn[disabled]{
  opacity: 0.5;
  cursor: auto;
}


.nao-main-content-sec .bottom-desc label {
    display: flex;
    margin-bottom: 10px;
    line-height: 1.6;
}

.nao-main-content-sec .bottom-desc label a {
    color: red;
    padding-left: 5px;
    padding-right: 5px;
}

.nao-main-content-sec .errorMessage {
    display: none;
    color:red;
}

.nao-main-content-sec .errorMessage.active {
    display: block;
    margin-top: 10px;
}

.nao-main-content-sec #affiliateOther {
    display:none;
}

.nao-main-content-sec #affiliateOther.active {
    display:block;
}

.nao-main-content-sec #otherInput {
    display:none;
}

.nao-main-content-sec #otherInput.active {
    display:block;
}

@media only screen and (max-width: 767px) {
    .nao-main-content-sec {
        max-width: 100%;
    }
     .nao-input-item.first-name,
    .nao-input-item.last-name{
        width:40%;
    }
    .nao-input-item,
    .nao-input-item.item-three
   {
        width: 100%;
    }
    
    .nao-input-item.name-title {
        width: 100px;
    }
    
    .nao-input-row {
        row-gap: 10px
    }
}

/*Thank you page*/

.thankyou-wrapper {
    padding: 150px 0px 100px;
}

@media only screen and (max-width: 599px) {
    .nao-input-item.first-name, .nao-input-item.last-name {
    width: 35%;
}
}
@media only screen and (max-width: 479px) {
    .nao-input-item.name-title {
        width: 100%;
    }
    .nao-input-item.first-name, .nao-input-item.last-name {
    width: 49%;
  
}
  .nao-main-content-sec label {
    font-size: 13px;
    display: block;
   
}
}

.thankyou-wrapper .thankyou-heading {
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
}

.thankyou-wrapper .btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.contact-us .send-msg .contact-form #frm_totprogram ul {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2%;
    row-gap: 15px;
}

.contact-us .send-msg .contact-form #frm_totprogram ul li {
    width: 48%;
    margin-top: 0px;
    display: flex;
    justify-content: flex-start;
}
input#otherInput {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .contact-us .send-msg .contact-form #frm_totprogram ul li {
        width: 100%;
    }   
}
section.contact-new-ht {
    padding: 30px 0 0;
}
.content-new-asdc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom:20px;
}
.contact-new-ht-itam.address-ht {
    background: #D9D9D9;
    position: relative;
}
.contact-new-ht-itam.address-ht .ht-des {
    padding: 15px 0 0;
    margin:50px 0 0px;
     
}
.content-new-asdc .contact-new-ht-itam {
    padding: 10px;
    width: 49%;
    border-radius: 5px;
    overflow: hidden;
    background:  #D9D9D9;
}
.ht-des .heading {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}
.contact-new-ht-itam.address-ht ul{
    margin:0;
    padding:0;
}
.contact-new-ht-itam.address-ht ul li {
    margin-bottom: 14px;
}
.contact-new-ht-itam.address-ht .add-ht-info {
     display: flex; 
    justify-content: flex-start;
    align-items: flex-start;
}
.contact-new-ht-itam.address-ht .add-ht-info .img {
    width: 25px;
    height: 25px;
}
.contact-new-ht-itam.address-ht .ht-info {
    padding-left: 10px;
    max-width: 90%;
}
.contact-new-ht-itam.address-ht .ht-info p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 28px;
}
.title-slp {
    position: absolute;
    width: 144px;
    border: 1px solid black;
    padding: 8px;
    top: 15px;
    background: #000;
    left:0;
}
.title-slp:after {
    position: absolute;
    content: '';
    right: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    /* width: 17px; */
    border-top: solid 20px transparent;
    border-bottom: solid 20px transparent;
    border-right: solid 20px #d9d9d9;
}
.title-slp p {
    color: #fff;
    margin-left: 10px;
}
.ht-des iframe {
    width: 100%;
    height: 100%;
}
.map-ht .ht-des {
    height: 100%;
}
.rel-office-section {
    padding: 30px 0;
}
.rel-office-section .content-new-asdc {
    margin-top: 15px;
}
.rel-office-section .contact-new-ht-itam.address-ht {
    width: 32.33%;
}
.add-multiple-nam {
    padding: 10px 5px 20px;
}
.add-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.add-map-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
}
a.map-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(100.92deg, #FA644C 0%, #FA3667 106.87%);
    border: none;
    outline: none;
}
.new-contact-asdc .text {
    font-size: 20px;
    line-height: 22px;
    text-align: justify;
    font-weight: 600;
}
.new-contact-asdc .send-msg{
    margin-top:20px;
}
.new-contact-asdc .send-msg .text {
    color: #555555;
    font-size: 20px;
    font-weight: 600;
}
.rel-office-section .contact-new-ht-itam.address-ht .ht-des{
    margin:50px 0 50px;
    padding:0;
}

 .nap-pdf-layout{
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            background:#fff;
            padding:20px;
        }
        .nap-pdf-layout .pdf-download{
            width:50%;
        }

@media screen and (max-width: 767px) {
    .rel-office-section .contact-new-ht-itam.address-ht {
        width: 49%;
        margin-bottom: 20px;
    }
    .rel-office-section {
        padding: 20px 0 0;
    }
    .add-title {
        font-size: 15px;
        line-height: 24px;
    }
    .contact-new-ht-itam.address-ht .ht-info p {
        font-size: 14px;
        line-height: 24px;
    }
    .contact-new-ht-itam.address-ht ul li {
        margin-bottom: 10px;
    }
    .nap-pdf-layout .pdf-download{
            width:100%;
        }
}
@media screen and (max-width: 599px) {
    .content-new-asdc .contact-new-ht-itam , .rel-office-section .contact-new-ht-itam.address-ht{
        width:100%;
    }
    .contact-new-ht-itam.address-ht {
        margin-bottom: 20px;
    }
    .contact-new-ht-itam.address-ht .ht-des {
    margin: 50px 0px 0 !important;
    }
    .add-map-btn {
        position: static;
        width:100%;
    }
    .ht-des iframe {
        height: 250px;
    }
    .contact-new-ht-itam.address-ht .ht-des{
        padding:0;
    }
    
}
@media screen and (max-width: 479px){
    .new-contact-asdc .contact-us .send-msg .contact-form ul li.half input , 
    .new-contact-asdc .contact-us .send-msg .contact-form ul li.half select{
        width: 100%;
        margin-bottom: 10px;
    }
     .new-contact-asdc .contact-us .send-msg .contact-form ul li textarea{
         margin-bottom: 10px;
         margin-top: 10px;
     }
     .new-contact-asdc .contact-us .send-msg .contact-form ul li{
        margin:0;
    }
    .new-contact-asdc .contact-us{
        padding:20px;
    }
    .new-contact-asdc .send-msg {
        margin-top: 10px;
    }
    .new-contact-asdc .send-msg>.text{
        margin-bottom:10px;
    }
     
}

.banner.main-bannr.main-banner-changes .banner-slider .image {
     position: relative; 
     display: block; 
     justify-content: center; 
}
.banner.main-bannr.main-banner-changes .banner-slider .image .container{
    display:none;
}
.banner.main-bannr.main-banner-changes .banner-slider .image img{
    width:100%;
    height:auto;
}
.announcment-sec .container {
    background: linear-gradient(100.92deg, #FA644C 0%, #FA3667 106.87%);
    color: #fff;
    padding: 0;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    max-width: 100%;
    width: 100%;
    padding: 10px;
}
.banner.main-bannr.main-banner-changes .owl-nav {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 200px;
    /*display:none;*/
    
}
.banner.main-bannr.main-banner-changes .owl-nav .owl-next, .banner.main-bannr.main-banner-changes .owl-nav .owl-prev {
    border: 2px solid #fc3e3e;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100px;
    left: 15px;
    width: 35px;
    height: 35px;
}
.banner.main-bannr.main-banner-changes .owl-nav .owl-next:before, .banner.main-bannr.main-banner-changes .owl-nav .owl-prev:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    transition: all linear 0.3s;
    border: solid currentColor;
    border-width: 3px 0 0px 3px;
    transform: rotate(-45deg);
    right: 7px;
    bottom: 0;
    font-weight: 300;
    top: 0;
    left: auto;
    margin: auto;
    /* opacity: 0.6; */
    background: #fff;
    color: #fc3e3e;
}
.banner.main-bannr.main-banner-changes .owl-nav .owl-next{
    right:15px;
    left:auto;
}
/*.banner.main-bannr.main-banner-changes .owl-nav .pre-next{*/
/*    left:-170px;*/
/*    right:auto;*/
/*}*/
.banner.main-bannr.main-banner-changes .banner-slider .owl-next:after, .banner.main-bannr.main-banner-changes .banner-slider .owl-prev:after{
    display:none;
}
.banner.main-bannr.main-banner-changes .item:after{
    display:none;
}
@media screen and (max-width: 1300px) {
    .banner.main-bannr.main-banner-changes .owl-nav {
        bottom:160px;
    }
    .banner.main-bannr.main-banner-changes .owl-nav .owl-next, .banner.main-bannr.main-banner-changes .owl-nav .owl-prev{
         left: 0px;
    }
    .banner.main-bannr.main-banner-changes .owl-nav .owl-next{
        right:0px;
        left:auto;
    }
}
#rpl .support-txt .explore.do-brochure {
    display: none;
}
 

 .phone_banner{
        display:none !important;
    }
@media screen and (max-width: 767px) {
    .desktop_banner{
        display:none !important;
    }
    .phone_banner{
        display:block !important;
    }
}
.gc-member ul li.no-image .inside-member .member-img {
    display: none;
} 
/*.gc-member ul li.no-image .inside-member:hover .member-txt{*/
/*    display:none !important;*/
/*}*/

.gc-member ul li.no-image .inside-member .member-txt {
    border: 1px solid red;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background:red;
    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.no-image  .member-txt h3 , .gc-member ul li.no-image .inside-member p {
    color: #fff;
}
.gc-member-right .gc-member ul li.no-image .inside-member .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.no-image .inside-member:hover:after{*/
/*    display:none;*/
/*}*/