/*** fonts ***/
/** $font-base: 'Open Sans', sans-serif;  ***/
/*** colors ***/
/*** fonts ***/
/*** background ***/
/*** colors ***/
    /***
=================================================================
Base CSS for this theme.
Basic style for this theme exists in this file.
=================================================================
***/
html {
  font-family: times;
  font-size: 1.077vw;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  height: 100%;
}
@media (max-width: 991px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #fff;
  font-family: times;
  color: #252328;
  font-size: 1.2rem;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

@font-face {
  font-family: "times";
  src: url("../fonts/times-new-roman.ttf");
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

p {
  margin: 0 0 1rem;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 1.429rem;
  /* 20 */
  margin-bottom: 0.7143rem;
  /* 10 */
  font-weight: 400;
}

.h4, .h5, .h6, h4, h5, h6 {
  margin-top: 0.7143rem;
  /* 10 */
  margin-bottom: 0.7143rem;
  /* 10 */
  font-weight: 600;
}

h1, .h1 {
  font-size: 2.571rem;
  /* 36 */
  font-family: times;
}

h2, .h2 {
  font-size: 2.143rem;
  /* 30 */
  font-family: times;
}

h3, .h3 {
  font-size: 1.714rem;
  /* 26 */
  font-family: times;
}

h4, .h4 {
  font-size: 1.286rem;
  /* 18 */
  font-family: times;
}

h5, .h5 {
  font-size: 1rem;
  /* 14 */
  font-family: times;
}

h6, .h6 {
  font-size: 0.8571rem;
  /* 12 */
  font-family: times;
}

ul,
ol {
  margin-bottom: 0.7143rem;
  /* 10 */
  padding-left: 0;
  list-style-position: inside;
}

span {
  display: inline-block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top: 0.073rem solid #c7c7c7;
}

pre {
  font-family: times;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
samp {
  font-family: times;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25rem;
}

sup {
  top: -0.5rem;
}

audio,
video {
  display: inline-block;
}

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

img {
  border-style: none;
  max-width: 100%;
  width: 100%;
}

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

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
  outline: none;
}

button,
select {
  text-transform: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url(../images/icons/select-arrow.png) !important;
  background-repeat: no-repeat;
  background-size: 0.9rem 0.5rem;
  background-position: right 0.3rem top 0.7rem;
}

select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url(../images/icons/select-arrow.png) !important;
  background-repeat: no-repeat;
  background-size: 0.9rem 0.5rem;
  background-position: right 0.3rem top 0.7rem;
}

.datecalender {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background-image: url(../images/icons/calendar.svg) !important;
  background-repeat: no-repeat;
  background-size: 1rem 3rem;
  background-position: right 0.3rem top -0.1rem;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -0.1429rem;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.list-inline {
  margin-left: -0.3571rem;
}

.list-inline > li {
  padding-right: 0.3571rem;
  padding-left: 0.3571rem;
}

ul.list-dot {
  list-style: none;
}
ul.list-dot li {
  position: relative;
  padding-left: 1.65rem;
}
ul.list-dot li::before {
  content: ".";
  color: #252328;
  position: absolute;
  left: 0;
  top: -1.9rem;
  font-size: 3rem;
}

a {
  background-color: transparent;
  text-decoration: none;
  outline: none;
  border: none;
  color: #CD0000;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
  color: #252328;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/*** bootstrap overwrite classes starts ***/
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  min-height: 0.07143rem;
  padding-right: 1rem;
  padding-left: 1rem;
}

.container-fluid {
  padding-right: 1.071rem;
  padding-left: 1.071rem;
}

.row {
  margin-left: -1rem;
  margin-right: -1rem;
}

.container {
  padding-right: 1rem;
  padding-left: 1rem;
  width: 92.5vw;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container {
    width: 100%;
  }
}

.inner-container {
  width: 84vw;
  margin: 0 auto;
  padding: 0 1rem;
}
@media (max-width: 991px) {
  .inner-container {
    width: 100%;
  }
}

picture {
  display: block;
}

/*** button styling starts ***/
.btn {
  font-size: 1rem;
  color: #fff;
  box-shadow: none;
  background: #CD0000;
  border: 0.08rem solid #CD0000;
  padding: 0.45rem 1.75rem;
  border-radius: 0;
  transition: background 0.2s ease-in-out 0s, border 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
  -moz-transition: background 0.2s ease-in-out 0s, border 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
  -webkit-transition: background 0.2s ease-in-out 0s, border 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
  -o-transition: background 0.2s ease-in-out 0s, border 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
  outline: 0;
  text-transform: capitalize;
  font-weight: 400;
}
.btn:hover, .btn:focus {
  color: #CD0000;
  background: transparent;
  border: 0.08rem solid #CD0000;
  outline: 0;
}
.btn:active {
  outline: 0;
  outline-offset: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.125);
}

.btn-redtrans {
  background: rgba(205, 0, 0, 0.85);
}
.btn-redtrans:hover, .btn-redtrans:focus {
  border: 0.08rem solid #900505;
  color: #fff;
  background: #900505;
}

.btn-greentrans {
  background: rgba(151, 164, 82, 0.85);
  border: 0.08rem solid rgba(151, 164, 82, 0.85);
}
.btn-greentrans:hover, .btn-greentrans:focus {
  border: 0.08rem solid #606739;
  color: #fff;
  background: #606739;
}

.btn-wfull {
  background: #252328;
  border: 0.08rem solid #252328;
  color: #fff;
  width: 100%;
}
.btn-wfull:hover, .btn-wfull:focus {
  color: #fff;
  background: #CD0000;
  border: 0.08rem solid #CD0000;
  outline: 0;
}

.btn-bfull {
  background: #252328;
  border: 0.08rem solid #252328;
  color: #fff;
  width: 100%;
  font-size: 1.1rem;
  padding: 0.75rem 1rem;
  font-family: "Roboto", sans-serif;
}
.btn-bfull:hover, .btn-bfull:focus {
  color: #fff;
  background: #CD0000;
  border: 0.08rem solid #fff;
  outline: 0;
  padding: 0.75rem 1rem;
}
@media (max-width: 767px) {
  .btn-bfull {
    font-size: 1rem;
  }
}

/*** button styling ends ***/
.form-control {
  height: 2.429rem;
  padding: 0.4286rem 0;
  font-size: 1rem;
  color: #929292;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: 0.07143rem solid #d3d3d3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
  border-color: #CD0000;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0.6);
}

.form-control.error {
  border-color: #CD0000;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075), 0 0 0 rgba(102, 175, 233, 0.6);
}

label {
  margin-bottom: 0.3571rem;
  font-weight: normal;
}

textarea.form-control {
  min-height: 10rem;
  padding-top: 1rem;
  resize: none;
}
@media (max-width: 767px) {
  textarea.form-control {
    min-height: 7rem;
  }
}

.form-group {
  margin-bottom: 1.071rem;
  position: relative;
}

.list-inline {
  margin-left: -0.3571rem;
}

/*** bootstrap overwrite classes starts ***/
.pad0 {
  padding: 0;
}

.pad2 {
  padding: 2rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.mt4 {
  margin-top: 4rem;
}

.no-bg {
  background: transparent !important;
}

.header {
  background: #252328;
  min-height: 4rem;
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 0 1rem 0 0;
}
@media (max-width: 767px) {
  .header {
    padding-right: 1rem;
  }
}

.logo-set {
  padding-left: 0;
}
.logo-set .logo {
  position: absolute;
  top: 0;
  margin: 0.65rem 1.5rem;
  font-weight: 900;
  font-family: 'Roboto Condensed', sans-serif;
  width: 9rem;
  font-size: 1rem;
  letter-spacing: -0.03rem;
}
@media (max-width: 767px) {
  .logo-set .logo {
    margin: 0.65rem 1rem;
    width: 7.5rem;
  }
}
.logo-set .logo span {
  border-top: 0.09rem solid rgba(255, 255, 255, 0.3);
  text-align: right;
  display: block;
  padding-top: 0.2rem;
}
@media (max-width: 991px) {
  .logo-set .logo span {
    padding-top: 0;
  }
}
.logo-set a {
  color: #fff;
  top: 0.25rem;
}

.btn-menu {
  background: #CD0000;
  height: 4rem;
  box-shadow: none;
  border-radius: 0;
  width: 5rem;
  padding: 0;
  border: 0;
  margin: 0;
  padding: 0.5rem 1.5rem;
}
@media (max-width: 767px) {
  .btn-menu {
    width: 4rem;
    padding: 0.5rem 1rem;
  }
}
.btn-menu .icon-bar {
  background: #fff;
  display: block;
  height: 0.2rem;
  width: 100%;
  margin-bottom: 0.35rem;
  border-radius: 15rem;
  transition: all 0.5s ease;
  position: relative;
}
@media (max-width: 991px) {
  .btn-menu .icon-bar {
    height: 4px;
  }
}
.btn-menu .icon-bar:last-child {
  margin: 0;
}
.btn-menu:hover, .btn-menu:focus, .btn-menu:active {
  background: #CD0000;
  border: 0;
  outline: 0 !important;
}

.social-sets ul {
  margin: 0;
}
.social-sets ul li {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .social-sets ul li {
    padding: 0 0.5rem;
  }
}
.social-sets ul li img {
  width: 1.25rem;
}
.social-sets ul li:last-child {
  padding-right: 0;
}
@media (max-width: 767px) {
  .social-sets {
    padding: 0;
  }
}

.empty-fixeddiv {
  position: fixed;
  background: #252328;
  width: 100%;
  height: 100%;
  z-index: 8;
  color: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
  transition: all 0.5s ease;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.fixed-fmenu {
  position: fixed;
  background: #252328;
  width: 20rem;
  height: 100%;
  z-index: 9;
  color: #fff;
  top: 0;
  bottom: 0;
  padding: 6rem 1rem 2rem 1.5rem;
  overflow: auto;
  transition: all 0.5s ease;
  left: -100%;
}
.fixed-fmenu ul li a {
  color: #fff;
  display: inline-block;
  padding: 0;
  font-size: 1rem;
}
.fixed-fmenu ul li a:hover {
  color: #CD0000;
}
.fixed-fmenu ul .active a {
  color: #CD0000;
}
.fixed-fmenu ul .clr-red a {
  color: #fff;
}
.fixed-fmenu ul .clr-red a:hover, .fixed-fmenu ul .clr-red a:focus {
  color: #CD0000;
}
.fixed-fmenu ul .clr-green a {
  color: #fff;
}
.fixed-fmenu ul .clr-green a:hover, .fixed-fmenu ul .clr-green a:focus {
  color: rgba(151, 164, 82, 0.85);
}
.fixed-fmenu p {
  opacity: 0.6;
  margin: 0 0 0.5rem;
}
.fixed-fmenu .menuset2 {
  padding: 2rem 0;
}
.fixed-fmenu .menuset3 ul li a {
  font-size: 1.2rem;
}

.sm-openclose .fixed-fmenu {
  left: 0;
}
.sm-openclose .empty-fixeddiv {
  display: block;
}

.sm-openclose .btn-menu {
  background: transparent;
}
.sm-openclose .btn-menu .icon-bar {
  background: #CD0000;
}
.sm-openclose .btn-menu .icon-bar:first-child {
  transform: rotate(-45deg);
  top: 0.5rem;
}
.sm-openclose .btn-menu .icon-bar:nth-child(2) {
  display: none;
}
.sm-openclose .btn-menu .icon-bar:last-child {
  transform: rotate(45deg);
}

.panel-content {
  min-height: 15rem;
}

.polestar-slide {
  /*opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease; */
}

.polestar-slide.sc-active {
  visibility: visible;
  opacity: 1;
}

.sc-active .slider-arrows {
  opacity: 1;
}

.slider-arrows {
  opacity: 0;
}

@media (max-width: 767px) {
  .arc-active .lg-text {
    margin: 0 0 1rem;
  }
}
@media (max-width: 767px) {
  .arc-active .slider-arrows {
    top: 0.75rem;
  }
}

/* Center the loader */
.loadful {
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 8;
  right: 0;
  left: 0;
  height: 100%;
  min-height: 15rem;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  margin: -2.5rem 0 0 -2.5rem;
  border: 0.65rem solid #f3f3f3;
  border-radius: 50%;
  border-top: 0.65rem solid #CD0000;
  width: 6rem;
  height: 6rem;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s;
}

@-webkit-keyframes animatebottom {
  from {
    bottom: -7rem;
    opacity: 0;
  }
  to {
    bottom: 0px;
    opacity: 1;
  }
}
@keyframes animatebottom {
  from {
    bottom: -7rem;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}
/*** Photo gallery page starts ***/
.pv-wrap {
  padding: 2rem 2rem 1rem;
}
@media (max-width: 767px) {
  .pv-wrap {
    padding: 1rem;
  }
}

/*** videos starts ***/
.video-items .video-inner {
  position: relative;
  margin: 0.5rem;
}
.video-items .video-olset {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-items .video-playbtn {
  width: 3rem;
  cursor: pointer;
}

/*** videos ends ***/
/*** popup starts ***/
.gallery-litems li {
  cursor: pointer;
}

.slider-nav {
  margin: 0;
}

.slider-controls {
  padding: 1rem;
}
.slider-controls .popup-close {
  width: 2rem;
  cursor: pointer;
}

.popup-videowrap iframe {
  min-height: 28rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .popup-videowrap iframe {
    min-height: 100%;
  }
}

.modal-body {
  padding: 0.5rem;
}

.modal-content {
  border-radius: 0;
}

.modal-dialog {
  width: 100%;
  margin: 4.5rem auto;
  max-width: 50rem;
}
@media (max-width: 991px) {
  .modal-dialog {
    max-width: 90%;
  }
}

/*** popup ends ***/
.gallery-lwrap {
  padding: 0;
}
@media (max-width: 991px) {
  .gallery-lwrap {
    padding: 0 0 1rem;
  }
}
@media (max-width: 767px) {
  .gallery-lwrap {
    padding: 0;
  }
}
.gallery-lwrap ul {
  margin: 0;
}
@media (max-width: 991px) {
  .gallery-lwrap ul {
    margin: 0 -0.5rem;
  }
}
.gallery-lwrap ul li {
  width: 32.85%;
  padding: 0.5rem;
  position: relative;
}
@media (max-width: 991px) {
  .gallery-lwrap ul li {
    width: 49.25%;
  }
}
.gallery-lwrap ul li p.title {
  margin: 0;
  padding: 1rem 0;
  position: absolute;
  bottom: 0.5rem;
  width: calc(100% - 1rem);
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
}
.gallery-lwrap ul li p.title:hover {
  background: rgba(0, 0, 0, 0.85);
}

@media (max-width: 991px) {
  .pg-body .resp-tab-content {
    padding: 1rem 0;
  }
}
@media (max-width: 991px) {
  .pg-body .lg-text {
    margin: 0.5rem 0 1rem;
  }
}

.no-result {
  color: #CD0000;
  text-align: center;
  margin: 0;
  font-size: 1.3rem;
  padding: 3rem 0;
}

/*** Photo gallery page ends ***/
.ltab-control {
  float: left;
  width: 100%;
  margin: 2rem 0 0;
}
.ltab-control .gotop {
  padding-right: 1rem;
}
.ltab-control img {
  width: 1.15rem;
}

@media (max-width: 991px) {
  .ltab-control {
    display: none;
  }
}

.sh-tab {
  display: none;
}
@media (max-width: 991px) {
  .sh-tab {
    display: block;
  }
}

.cwa-wrap .wth-cimg img {
  height: auto;
}

.slick-prev,
.slick-next {
  width: 3.4rem;
  height: 2.9rem;
  z-index: 7;
  background: #CD0000;
  font-size: inherit;
  top: 3rem;
}
@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 0;
    width: 2.7rem;
    height: 2.5rem;
  }
}

.slick-prev {
  left: initial;
  right: 7.65rem;
}
@media (max-width: 767px) {
  .slick-prev {
    right: 4.05rem;
  }
}

.slick-next {
  right: 4rem;
}
@media (max-width: 767px) {
  .slick-next {
    right: 1rem;
  }
}

.slick-prev:before {
  background: url(../images/icons/left-arrow.svg) no-repeat;
  background-position: center center;
}

.slick-next:before {
  background: url(../images/icons/right-arrow.svg) no-repeat;
  background-position: center center;
}

.slick-prev:before,
.slick-next:before {
  display: none;
  background-size: 1.6rem;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  content: "";
  opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background: #252328;
}

.slick-disabled {
  background: #252328;
  opacity: 0.5;
  cursor: default;
}

/*** gallery slide starts ***/
.gallery-litems .slick-prev, .gallery-litems .slick-next,
.video-items .slick-prev, .video-items .slick-next {
  top: -5.1rem;
}
@media (max-width: 767px) {
  .gallery-litems .slick-prev, .gallery-litems .slick-next,
  .video-items .slick-prev, .video-items .slick-next {
    top: -6rem;
  }
}

.gallery-litems .slick-next,
.video-items .slick-next {
  right: 0rem;
}
@media (max-width: 767px) {
  .gallery-litems .slick-next,
  .video-items .slick-next {
    right: 1rem;
  }
}

.gallery-litems .slick-prev,
.video-items .slick-prev {
  right: 3.65rem;
}
@media (max-width: 767px) {
  .gallery-litems .slick-prev,
  .video-items .slick-prev {
    right: 4rem;
  }
}

/*** gallery slide ends ***/
/*** slick arrow style starts ***/
.slider-nav .slick-prev {
  background: url(../images/icons/left-arrow.svg) no-repeat;
  background-position: center center;
  left: 0;
}

.slider-nav .slick-next {
  background: url(../images/icons/right-arrow.svg) no-repeat;
  background-position: center center;
  right: 0;
}

.slider-nav .slick-prev,
.slider-nav .slick-next {
  width: 4rem;
  height: 4rem;
  background-size: 1.2rem;
  z-index: 7;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 1rem;
  font-size: inherit;
  top: 50%;
}

.slider-nav .slick-prev:before,
.slider-nav .slick-next:before {
  display: none;
}

/*** slick arrow style ends ***/
.footer {
  background: #fff;
}
.footer .footer-top {
  padding: 3rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .footer .footer-top {
    flex-direction: column;
    padding: 2rem 0;
  }
}
.footer .footer-top p {
  margin: 0;
  font-size: 1rem;
}
.footer .footer-top .foot-lgsec {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
}
@media (max-width: 767px) {
  .footer .footer-top .foot-lgsec {
    justify-content: center;
  }
}
.footer .footer-top .foot-lgsec img {
  width: 3rem;
  margin-right: 0.5rem;
}
.footer .footer-top .foot-lgsec p {
  font-size: 1.2rem;
  font-weight: 600;
  color: #CD0000;
  line-height: 1.1;
  margin-bottom: 0.15rem;
}
.footer .footer-top .foot-addr {
  width: 50%;
  padding-right: 5rem;
}
@media (max-width: 991px) {
  .footer .footer-top .foot-addr {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .foot-addr {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }
}
.footer .footer-top .foot-addr li {
  padding-right: 0;
}
.footer .footer-top .foot-addr1 {
  width: 50%;
  padding-left: 5rem;
}
@media (max-width: 991px) {
  .footer .footer-top .foot-addr1 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer .footer-top .foot-addr1 {
    width: 100%;
    text-align: center;
    padding: 0 1rem;
    display: none;
  }
}
.footer .footer-top address {
  margin: 0;
  font-size: 1rem;
}
.footer .footer-bottom {
  background: #252328;
  text-align: center;
  padding: 0.75rem 1rem;
}
.footer .footer-bottom .browser {
  text-align: left;
}
@media (max-width: 767px) {
  .footer .footer-bottom .browser {
    padding: 0;
    margin-bottom: 0.5rem;
    text-align: center;
    display: none;
  }
}
.footer .footer-bottom .copy {
  text-align: right;
}
@media (max-width: 767px) {
  .footer .footer-bottom .copy {
    padding: 0;
    text-align: center;
  }
}
.footer .footer-bottom p {
  color: #fff;
  margin: 0;
  margin: 0;
  font-size: 0.8rem;
}
.footer .footer-bottom p a {
  color: #fff !important;
  margin: 0;
  margin: 0;
  font-size: 0.8rem;
}
.footer .footer-bottom p a:hover{
  color: #CD0000 !important;
}

#scroll {
  position: fixed;
  right: 2rem;
  bottom: 3rem;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 9999;
  background-color: #CD0000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  padding: 0.65rem;
}
#scroll img {
  position: relative;
  top: -0.25rem;
  left: 0.05rem;
}

.bg-gray {
  background: #F2F2F2;
}

/*** banner starts ***/
.banner {
  margin-top: 3.97rem;
  position: relative;
}
.banner .btn {
  text-transform: initial;
}
.banner .bslide {
  position: relative;
  overflow: hidden;
}
.banner .bslide video {
  height: 38rem;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 991px) {
  .banner .bslide video {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .banner .bslide video {
    /*height: 25rem;*/
    height: auto;
  }
}
.banner .bslide img {
  height: 36rem;
  object-fit: cover;
  object-position: top;
}
@media (max-width: 991px) {
  .banner .bslide img {
    height: 30rem;
  }
}
@media (max-width: 767px) {
  .banner .bslide img {
    /*height: 25rem;*/
	height: auto;
  }
}
.banner .bslide .hint-data {
  position: absolute;
  bottom: 0;
  right: 5rem;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 2rem;
  width: auto;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-family: "Roboto", sans-serif;
  padding: 0 1rem;
}
.banner .bslide .hint-data a {
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .banner .bslide .hint-data a {
    font-size: 1rem;
  }
}
.banner .bslide .hint-data sub {
  top: 0rem;
}
.banner .slider-control {
  position: absolute;
  bottom: 0;
  width: 5rem;
  height: 4rem;
  right: 0;
  background: #252328;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
.banner .slider-control img {
  width: 2rem;
}
@media (max-width: 767px) {
  .banner .slider-control img {
    /*width: 1.5rem;*/
    width: 1.25rem;
  }
}
.banner .slider-control:hover {
  background: #CD0000;
}
.banner .slider-control.hover {
  background: #CD0000;
}
.banner .pr3 {
  padding-right: 3rem;
}
.banner .banner-content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  flex-direction: column;
}
.banner .banner-content h1, .banner .banner-content .h1 {
  font-size: 5.6rem;
  font-weight: bold;
  line-height: 1;
  font-family: times;
  margin-top: 1.429rem;
  margin-bottom: 0.7143rem;
  color: inherit;
  padding: 0;
}
.banner .banner-content h1 sup, .banner .banner-content .h1 sup {
  top: -2.3rem;
}
@media (max-width: 991px) {
  .banner .banner-content h1, .banner .banner-content .h1 {
    font-size: 3.4rem;
  }
  .banner .banner-content h1 sup, .banner .banner-content .h1 sup {
    top: -0.5rem;
  }
}
@media (max-width: 767px) {
  .banner .banner-content h1, .banner .banner-content .h1 {
    /*font-size: 2rem;*/
	font-size: 1.6rem;
    margin: 0;
  }
  .banner .banner-content h1 sup, .banner .banner-content .h1 sup {
    top: -0.5rem;
  }
}
.banner .banner-content .content {
  display: flex;
}
.banner .banner-content .content .data {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
@media (max-width: 767px) {
  .banner .banner-content .content .data {
    display: block;
    width: 100%;
    text-align: center;
  }
}
.banner .banner-content .title, .banner .banner-content .btn-redtrans {
  /*font-size: 1.5rem;*/
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .banner .banner-content .title, .banner .banner-content .btn-redtrans {
    font-size: 1.1rem;
  }
}
.banner .banner-content .btn-redtrans {
  font-family: "Roboto", sans-serif;
}
@media (max-width: 767px) {
  .banner .banner-content .btn-redtrans {
    /*margin: 1rem 0;*/
    margin: 0.7rem 0;
  }
}
.banner .banner-content .large h1, .banner .banner-content .large .h1 {
  font-size: 8.6rem;
}
@media (max-width: 991px) {
  .banner .banner-content .large h1, .banner .banner-content .large .h1 {
    font-size: 5rem;
  }
}
@media (max-width: 767px) {
  .banner .banner-content .large h1, .banner .banner-content .large .h1 {
    font-size: 2rem;
  }
}
.banner .banner-content .large .title {
  font-size: 2rem;
}
@media (max-width: 991px) {
  .banner .banner-content .large .title {
    font-size: 1.5rem;
  }
}
.banner .banner-content .single-content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.banner .banner-content .single-content .banner-text {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .banner .banner-content .single-content .banner-text {
    display: block;
    text-align: center;
    width: 100%;
  }
}
.banner .banner-content .single-content .banner-text .inner-text {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .banner .banner-content .single-content .banner-text .inner-text {
    display: block;
    text-align: center;
  }
}
.banner .banner-content .single-content .banner-text .inner-text .title {
  margin-left: auto;
  text-align: right;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .banner .banner-content .single-content .banner-text .inner-text .title {
    text-align: center;
	display:none;
  }
}
.banner .banner-content .single-content .banner-text .inner-text .title sub {
  top: -0.5rem;
}
@media (max-width: 767px) {
  .banner .banner-content br {
    display: none;
  }
  .banner .banner-content .pr3 {
    padding-right: 0;
  }
}
.banner .banner-content.video {
  background: rgba(0, 0, 0, 0.65);
}
.banner .banner-content.top {
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .banner .banner-content.top {
    justify-content: center;
  }
}
.banner .banner-content.top .single-content {
  align-items: flex-end;
}
.banner .banner-content.bottom {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .banner .banner-content.bottom {
    justify-content: center;
  }
}
.banner .banner-content.bottom .single-content {
  align-items: flex-end;
  margin-bottom: 5rem;
}
.banner .banner-desc {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1rem 3rem;
  background: rgba(205, 0, 0, 0.85);
  color: #fff;
  z-index: 2;
  background: rgba(205, 0, 0, 0.85);
}
@media (max-width: 767px) {
  .banner .banner-desc {
    padding: 1rem;
    text-align: center;
    font-size: 1rem;
  }
}
.banner .banner-desc p, .banner .banner-desc a {
  margin: 0;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-weight: 600;
}
.banner .banner-desc:hover {
  background: #900505;
}

/*** banner ends ***/
/*** content header starts ***/
.content-header {
  padding: 3rem 0 4rem;
}
@media (max-width: 991px) {
  .content-header {
    padding: 3rem 0 3rem;
  }
}
@media (max-width: 767px) {
  .content-header {
    padding: 2rem 0 2rem;
  }
}

.text-redbig {
  color: #CD0000;
  font-weight: normal;
  font-size: 3rem;
}
@media (max-width: 991px) {
  .text-redbig {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .text-redbig {
    font-size: 1.8rem;
  }
}

/*** content header ends ***/
.vs-wrap {
  position: relative;
}
.vs-wrap .vs-olset {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  padding: 0 4rem 2rem;
}
@media (max-width: 991px) {
  .vs-wrap .vs-olset {
    padding: 2rem 1rem;
  }
}
.vs-wrap .vs-olset .btn {
  width: 9rem;
  padding: 0.7rem 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .vs-wrap .vs-olset .btn {
    width: 8rem;
    padding: 0.5rem 0;
    font-size: 1.1rem;
  }
}
.vs-wrap .vs-olset p {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 991px) {
  .vs-wrap .vs-olset p {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .vs-wrap .vs-olset p {
    font-size: 1.8rem;
  }
}

/*** nomination starts ***/
.nominate-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
  padding-left: 2rem;
}
@media (max-width: 991px) {
  .nominate-wrap {
    margin: 2rem 0 2rem;
  }
}
@media (max-width: 767px) {
  .nominate-wrap {
    display: block;
    padding-left: 0;
    margin: 2rem 0 1.5rem;
  }
}
@media (max-width: 767px) {
  .nominate-wrap .nt-title {
    padding: 0;
  }
}
.nominate-wrap .nt-title p {
  font-size: 1.4rem;
  margin: 0;
}
.nominate-wrap .nt-wrap {
  padding-left: 0;
  margin-left: -1rem;
}
@media (max-width: 767px) {
  .nominate-wrap .nt-wrap {
    margin-left: 0;
    padding-right: initial;
  }
}

@media (max-width: 767px) {
  .flip-clock-wrapper ul li a div div.inn {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .flip-clock-divider .flip-clock-label {
    right: -2.6rem;
  }
}

@media (max-width: 767px) {
  .flip-clock-divider.minutes .flip-clock-label {
    right: -2.7rem;
  }
}

@media (max-width: 767px) {
  .flip-clock-divider.seconds .flip-clock-label {
    right: -2.6rem;
  }
}

@media (max-width: 767px) {
  .flip-clock-wrapper ul {
    width: 1.5rem;
    height: 2.6rem;
  }
}

@media (max-width: 767px) {
  .flip-clock-wrapper {
    margin: 3rem 0 0;
  }
}

/*** nomination ends ***/
/*** categories starts ***/
.categories-section {
  padding: 0 0 3rem;
}

.bg-white {
  background: #fff;
}

.bg-dgray {
  background: #E2E2E2;
}

.df-set {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .df-set {
    display: block;
  }
}
@media (max-width: 767px) {
  .df-set .pad2 {
    padding: 2rem 1rem;
  }
}

.cat-wset {
  margin-bottom: 2rem;
}
.cat-wset img {
  height: 14rem;
  object-fit: cover;
}

.content-heading {
  font-size: 2rem;
  line-height: 1.1;
  position: relative;
  padding: 0 0 1rem;
  font-family: times;
  transition: all .3s ease-out;
  cursor: pointer;
}
@media (max-width: 767px) {
  .content-heading {
    font-size: 1.8rem;
  }
}
@media (max-width: 767px) {
  .content-heading br {
    display: none;
  }
}
.content-heading:before {
  content: " ";
  width: 5rem;
  height: 0.15rem;
  position: absolute;
  display: block;
  background: #000;
  bottom: 0;
}
.content-heading .line {
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  background: #000;
  bottom: 0;
  transition: all .3s ease-out;
  border-bottom: solid transparent 0.15rem;
}
.content-heading:hover:before {
  content: none;
}
@media (max-width: 991px) {
  .content-heading:hover:before {
    content: " ";
    width: 5rem;
    height: 0.15rem;
    position: absolute;
    display: block;
    background: #000;
    bottom: 0;
  }
}
.content-heading:hover .line {
  width: 5rem;
  height: 0.05rem;
  transition: width 1s ease;
}

.content-heading.ch-right .line {
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  background: #000;
  bottom: 0;
  right: 0;
  transition: all .3s ease-out;
  border-bottom: solid transparent 0.15rem;
}
.content-heading.ch-right:hover:before {
  content: none;
}
@media (max-width: 991px) {
  .content-heading.ch-right:hover:before {
    content: " ";
    width: 5rem;
    height: 0.15rem;
    position: absolute;
    display: block;
    background: #000;
    bottom: 0;
  }
}
.content-heading.ch-right:hover .line {
  width: 5rem;
  height: 0.05rem;
  transition: width 1s ease;
  right: 0;
}

.auto .sub-heading {
  font-size: 1rem;
  line-height: 1.1;
  position: relative;
  font-family: times;
  font-weight: bold;
  padding-top: 0;
}

.ch-right:before {
  right: 0;
}

.cat-newf-wrap img {
  object-fit: cover;
  /*height: 22.4rem;*/
   height: 22.5rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cat-newf-wrap img {
    height: auto;
  }
}
.cat-newf-wrap .cat-newf-item {
  position: absolute;
  top: 2rem;
  background: rgba(255, 255, 255, 0.6);
  left: 0;
  right: 0;
  width: 100%;
  bottom: 2rem;
  max-width: 80%;
  margin: 0 auto;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cat-newf-wrap p {
    width: 100%;
  }
}

.btn-black {
  background: #252328;
  border: 0.08rem solid #252328;
  width: 100%;
  font-size: 1.6rem;
  padding: 1rem;
}
.btn-black:hover, .btn-black:focus {
  color: #fff;
  border: 0.08rem solid #CD0000;
  background: #CD0000;
}

/*** categories starts ***/
/*** Polestar committee starts ***/
.pac-ptcont {
  padding: 4rem 0 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .pac-ptcont {
    display: block;
    padding: 2rem 0 1rem;
  }
}
@media (max-width: 767px) {
  .pac-ptcont .col-xs-12.col-sm-6,
  .pac-ptcont .col-xs-12.col-sm-12 {
    padding: 0;
  }
}
.pac-ptcont h1 {
  margin: 0;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 991px) {
  .pac-ptcont h1 {
    margin-bottom: 2.6rem;
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  .pac-ptcont h1 {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
}

.pac-row.mb2 {
  margin-bottom: 1.5rem;
}

.pac-page .inner-container {
  width: 72vw;
}
@media (max-width: 991px) {
  .pac-page .inner-container {
    width: 100%;
  }
}

.wth-body .inner-container {
  width: 76vw;
}
@media (max-width: 991px) {
  .wth-body .inner-container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .pac-imgwrap {
    padding: initial;
    text-align: left;
  }
}
.pac-imgwrap img {
  height: 12rem;
  width: 12rem;
  object-fit: cover;
}
@media (max-width: 767px) {
  .pac-imgwrap img {
    height: auto;
    width: 100%;
  }
}

.pac-imgwrap.pull-right {
  text-align: right;
}

.bord-rleft {
  border-left: 0.65rem solid #CD0000;
  box-shadow: 0rem 0.02rem #CD0000;
}
@media (max-width: 767px) {
  .bord-rleft {
    border: 0;
    border-bottom: 0.65rem solid #CD0000;
  }
}

.bord-rright {
  border-right: 0.65rem solid #CD0000;
  box-shadow: 0rem 0.02rem #CD0000;
}
@media (max-width: 767px) {
  .bord-rright {
    border: 0;
    border-bottom: 0.65rem solid #CD0000;
  }
}

.bord-rbottom {
  border-bottom: 0.65rem solid #CD0000;
}

.pac-row {
  position: relative;
}
.pac-row .view {
  transform-origin: top;
  height: 0px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  z-index: -1;
  position: relative;
  transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(0deg) rotateX(180deg);
}
.pac-row .view .view-content {
  background: #252328;
  color: #fff;
}
@media (max-width: 767px) {
  .pac-row .view .view-content {
    background: #fff;
    color: #252328;
    padding: 0 1rem;
  }
}

.pac-row.fold .view {
  height: inherit;
  opacity: 1;
  z-index: 1;
  /*prespectiv creates the door open effect*/
  transform: perspective(1200px) translateZ(0px) translateX(0px) translateY(0px) rotateY(0deg) rotateX(0deg);
}

@-webkit-keyframes example {
  from {
    opacity: 0;
    -webkit-transform: perspective(0) rotateX(180deg);
    -webkit-transform-origin: 0% 0%;
  }
  to {
    opacity: 1;
    -webkit-transform: perspective(0) rotateX(0deg);
    -webkit-transform-origin: 0% 0%;
  }
}
@-webkit-keyframes example1 {
  from {
    -webkit-transform: perspective(0) rotateX(0deg);
    -webkit-transform-origin: 0% 0%;
  }
  to {
    -webkit-transform: perspective(0) rotateX(-180deg);
    -webkit-transform-origin: 0% 0%;
  }
}
@media (max-width: 767px) {
  .pac-content .pad2 {
    padding: 1rem;
  }
}

.pac-rowodd .pac-content {
  padding-left: 0;
}
@media (max-width: 767px) {
  .pac-rowodd .pac-content {
    padding: initial;
  }
}
@media (max-width: 767px) {
  .pac-rowodd .pac-content .pad2 {
    padding: 1rem;
  }
}
.pac-rowodd .pac-content .bord-rleft {
  height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .pac-rowodd .pac-content .bord-rleft {
    height: auto;
  }
}

.pac-roweven .pac-content {
  padding-right: 0;
}
@media (max-width: 767px) {
  .pac-roweven .pac-content {
    padding: initial;
  }
}
.pac-roweven .pac-content .bord-rright {
  height: 12rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pac-roweven .pac-content .bord-rright ul li {
  list-style: none;
}
@media (max-width: 767px) {
  .pac-roweven .pac-content .bord-rright {
    height: auto;
    text-align: left;
  }
  .pac-roweven .pac-content .bord-rright ul li {
    position: relative;
    padding-left: 1.65rem;
    list-style: none;
  }
  .pac-roweven .pac-content .bord-rright ul li:before {
    content: ".";
    color: #252328;
    position: absolute;
    left: 0;
    top: -1.9rem;
    font-size: 3rem;
  }
  .pac-roweven .pac-content .bord-rright .ch-right:before {
    left: 0;
  }
}

.pac-content {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .pac-content .content-heading {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .pac-content {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .jury .pac-row .pac-content .bord-rleft, .jury .pac-row .pac-content .bord-rright {
    box-shadow: none;
  }
  .jury .pac-row .view {
    position: static;
    opacity: 1;
    display: none;
    transition: none;
    -moz-transition: none;
    /* Firefox 4 */
    -webkit-transition: none;
    /* Safari and Chrome */
    -o-transition: none;
    /* Opera */
    -webkit-animation: none;
    padding: 0;
    border-bottom: 0.65rem solid #CD0000;
  }
  .jury .pac-row.fold .pac-content .bord-rleft, .jury .pac-row.fold .pac-content .bord-rright {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .jury .pac-row.fold .view {
    opacity: 1;
    display: block;
    -webkit-animation: none;
    transform: none;
  }
}

/*** Polestar committee ends ***/
/*** archives page & responsive tab starts ***/
.archives-wrap {
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .archives-wrap {
    padding-bottom: 2rem;
  }
}

.resp-vtabs ul.resp-tabs-list {
  width: 100%;
}

.resp-vtabs .resp-tabs-container {
  width: 100%;
  background: transparent;
  border: 0;
}
@media (max-width: 991px) {
  .resp-vtabs .resp-tabs-container {
    margin-top: 2rem;
  }
}

.resp-tab-content {
  padding: 2rem 0 0;
}

.resp-vtabs li.resp-tab-active {
  border: 0;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: 0 !important;
  padding: 0.5rem 1rem !important;
  background: #252328;
  color: #fff;
}

.resp-vtabs li.resp-tab-active:before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 1.12rem solid transparent;
  border-bottom: 1.3rem solid transparent;
  border-left: 1rem solid #252328;
  position: absolute;
  right: -1rem;
  top: 0;
}

.resp-vtabs .content-heading {
  color: #CD0000;
  font-size: 2.7rem;
  line-height: 1;
  font-weight: 700;
  padding: 0rem 0rem 1.5rem;
  margin: 0;
}
@media (max-width: 991px) {
  .resp-vtabs .content-heading {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .resp-vtabs .content-heading {
    font-size: 1.8rem;
  }
}
.resp-vtabs .bg-white {
  background: #fff;
  padding-bottom: 3rem;
  position: relative;
}
@media (max-width: 991px) {
  .resp-vtabs .bg-white {
    padding-bottom: 1rem;
  }
}

.side-topset {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1rem 1.5rem 1.5rem 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .side-topset {
    padding: 1rem;
  }
}
.side-topset img {
  width: 4rem;
}

.lg-text {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin: 1rem 0 1.75rem;
}
@media (max-width: 991px) {
  .lg-text {
    padding: 0 2rem;
    font-size: 2rem;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .lg-text {
    padding: 0 1rem;
    font-size: 1.6rem;
  }
}

.resp-vtabs .resp-tabs-list li {
  font-size: 1.1rem;
  padding: 0.55rem 1rem !important;
  margin-left: 2rem;
  position: relative;
  color: #9a9a9a;
  letter-spacing: 0.05rem;
  font-weight: 600;
}

@media (max-width: 991px) {
  .resp-vtabs .resp-tab-content {
    background: #fff;
  }
}

.aslide {
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .aslide {
    padding: 0 1rem;
  }
}

.tab-title p {
  padding: 0 8.5rem 1rem 0;
  border-bottom: 0.2rem solid #f3f3f3;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  .tab-title p {
    font-size: 1.3rem;
    padding-right: initial;
    margin: 2.5rem 0 1rem;
  }
}

.arc-profile {
  display: flex;
  align-items: center;
  margin: 0 0 2rem;
}
@media (max-width: 767px) {
  .arc-profile {
    flex-direction: column;
    align-items: baseline;
  }
}
@media (max-width: 767px) {
  .arc-profile img {
    width: auto;
    margin-bottom: 1rem;
  }
}
.arc-profile li {
  padding: 0;
  width: 65%;
}
@media (max-width: 767px) {
  .arc-profile li {
    width: 100%;
  }
}
.arc-profile li:first-child {
  width: 25%;
}
.arc-profile .arc-profileitems {
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .arc-profile .arc-profileitems {
    padding-left: initial;
  }
}
.arc-profile .arc-profileitems p {
	font-size: 1rem;
	margin: 0;
}
.arc-profile .arc-profileitems .tab-sec-title {
  color: #CD0000;
  font-size: 1.4rem;
  margin-bottom: 0.25rem;
}

.arc-desc p {
  margin: 0 0 1.25rem;
}
.arc-desc p:last-child {
  margin-bottom: 0;
}

.slick-slide:focus {
  outline: 0;
}

.slidecount {
  position: absolute;
  right: 4rem;
  top: 6rem;
  margin: 0;
}
@media (max-width: 767px) {
  .slidecount {
    left: 1rem;
    top: 0;
    right: inherit;
  }
}

/*** archives page & responsive tab ends ****/
/*** Nominate yourself page starts ***/
.ny-wrap {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .ny-wrap {
    padding: 2rem 0;
  }
}
.ny-wrap .content-heading {
  font-size: 3rem;
  padding: 0 0 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .ny-wrap .content-heading {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .ny-wrap .content-heading {
    font-size: 2rem;
  }
}
.ny-wrap .ny-ptext {
  margin: 1rem 0 1.5rem;
  font-size: 1.3rem;
}
.ny-wrap .awards-hint {
  padding: 1rem;
  background: #fff;
  border-bottom: 0.65rem solid #CD0000;
  text-align: center;
  max-width: 20rem;
}
.ny-wrap .awards-hint p {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
}

.form-download {
  padding-top: 2rem;
}
.form-download h4 {
  font-weight: normal;
  margin: 0 0 0.75rem;
  font-size: 1.2rem;
}

.heading-colored {
  color: #CD0000;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .heading-colored {
    font-size: 1.8rem;
  }
}

/*** Nominate yourself page ends ***/
/*** Winning articles page starts ***/
.winning-artbody .inner-container {
  width: 70vw;
}
@media (max-width: 991px) {
  .winning-artbody .inner-container {
    width: 100%;
  }
}

.wa-wrap {
  padding: 4rem 0;
}
@media (max-width: 767px) {
  .wa-wrap {
    padding: 2rem 0;
  }
}

.wart-content .content-heading {
  font-size: 3rem;
  line-height: 1;
  /*margin-bottom: 1rem;*/
  margin-bottom: 1.43rem;	
  cursor: default;	
}
.wart-content .content-heading:before {
  display: none;
}
@media (max-width: 991px) {
  .wart-content .content-heading {
    font-size: 2.6rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .wart-content .content-heading {
    font-size: 1.8rem;
  }
}
.wart-content .content-heading:hover .line {
  width: 0;
}
.wart-content .heading-colored {
  font-size: 2.4rem;
  line-height: 1.1;
  color: #CD0000;
  font-weight: 600;
  font-weight: normal;
  padding-bottom: 1.1rem;
}
.wart-content .heading-colored:before {
  display: block;
}
@media (max-width: 991px) {
  .wart-content .heading-colored {
    font-size: 2rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .wart-content .heading-colored {
    font-size: 1.6rem;
    padding-bottom: 1rem;
  }
}
.wart-content .heading-colored:hover .line {
  width: 5rem;
}
.wart-content .wa-list ul {
  margin: 0 0 2rem;
  padding: 0 1rem;
}
.wart-content .wa-list ul li {
  line-height: 1.3;
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  .wart-content .wa-list ul li {
    font-size: 1.2rem;
  }
}
@media (max-width: 991px) {
  .wart-content .wa-list ul li {
    font-size: 1rem;
  }
}
.wart-content .btn-wfull {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
}

.wart-wrap {
  position: relative;
  padding-left: 4rem;
  padding-top: 2.7rem;
}
@media (max-width: 991px) {
  .wart-wrap {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .wart-wrap img {
    margin-top: 2rem;
  }
}
.wart-wrap .pdf-img {
  position: absolute;
  bottom: -1rem;
  right: 1.5rem;
}
.wart-wrap .pdf-img img {
  width: 3.3rem;
  padding: 0;
  cursor: pointer;
}

/*** Winning articles page ends ***/
/*** winner takes home page starts ***/
.wth-wrap {
  padding: 0 0 4rem;
}
@media (max-width: 767px) {
  .wth-wrap {
    padding: 0 0 2rem;
  }
}

.wth-cbox {
  background: #CD0000;
  color: #fff;
  padding: 2rem 3rem;
  margin: 0 0 2rem;
  opacity: 0.9;
}
@media (max-width: 767px) {
  .wth-cbox {
    padding: 2rem 0;
  }
}
.wth-cbox h2,
.wth-cbox h1 {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.1;
  margin: 0 0 1rem;
}
@media (max-width: 991px) {
  .wth-cbox h2,
  .wth-cbox h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 767px) {
  .wth-cbox h2,
  .wth-cbox h1 {
    font-size: 2rem;
    margin: 0;
  }
}
.wth-cbox h2.m0,
.wth-cbox h1.m0{
  margin: 0;
}
.wth-cbox p {
  font-size: 1.3rem;
}
@media (max-width: 767px) {
  .wth-cbox p {
    font-size: 1rem;
    margin: 1rem 0 0;
  }
}

@media (max-width: 767px) {
  .wth-body .wth-cbox h2 {
    font-size: 2rem;
    margin: 0;
  }
}

.wth-content {
  padding: 0 3rem;
}
@media (max-width: 767px) {
  .wth-content {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .wth-content ul {
    margin: 0;
  }
}

.wth-cimg img {
  object-fit: cover;
  margin-top: -12rem;
}
@media (max-width: 991px) {
  .wth-cimg img {
    margin-top: 2rem;
    height: auto;
  }
}

.winner-items {
  padding: 2rem 0;
}
.winner-items h4 {
  margin: 0 0 1.25rem;
  font-size: 2rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .winner-items h4 {
    font-size: 1.8rem;
  }
}

.winner-list {
  text-align: center;
}
.winner-list img {
  max-width: 7.5rem;
}
.winner-list h5 {
  color: #CD0000;
  margin: 1.25rem 0 0.75rem;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  .winner-list h5 {
    margin: 1rem 0 0.5rem;
    font-size: 1.2rem;
  }
}
.winner-list p {
  font-size: 1.1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .winner-list p {
    margin-bottom: 2rem;
  }
}
.winner-list .top {
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .winner-list .top {
    margin-top: 0;
  }
}
.winner-list .mob-m0.top {
  margin-top: 0;
}

/*** winner takes home page ends ***/
/*** common title starts ***/
.big-gtitle {
  color: #dedede;
  font-family: times;
  font-size: 8rem;
  font-weight: bold;
  line-height: 0.9;
}
@media (max-width: 991px) {
  .big-gtitle {
    margin-bottom: 1.5rem;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .big-gtitle {
    font-size: 3rem;
  }
}

@media (max-width: 991px) {
  .pa-img {
    text-align: center;
  }
}
.pa-img img {
  margin-top: -7rem;
  width: 7.5rem;
}
@media (max-width: 991px) {
  .pa-img img {
    margin-top: initial;
  }
}

.big-ftitle {
  position: absolute;
  right: 0;
}
@media (max-width: 991px) {
  .big-ftitle {
    position: static;
  }
}

/*** common title ends ***/
.btn-black {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
}

.go-btn {
  padding: 0;
  border: 0;
  position: relative;
}
.go-btn:hover, .go-btn:focus {
  border: 0;
  background: #252328;
}
.go-btn:hover, .go-btn:focus {
    background: #CD0000;
}
/*.go-btn:hover .next-arrow, .go-btn:focus .next-arrow {
   background: #CD0000;
}*/
.go-btn .next-arrow:hover{
	background:#CD0000;
}
.go-btn .next-arrow {
  position: absolute;
  right: 0;
 /* background: #252328;*/
  height: 100%;
  width: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0.08rem #fff;
  transition: background 0.2s ease-in-out 0s, border 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
  -moz-transition: background 0.2s ease-in-out 0s, border 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
  -webkit-transition: background 0.2s ease-in-out 0s, border 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
  -o-transition: background 0.2s ease-in-out 0s, border 0.5s ease-in-out 0s, color 0.5s ease-in-out 0s;
  top: 0;
}
.go-btn .next-arrow img {
  width: 1.5rem;
}
.go-btn span {
  padding: 1rem 0;
}
.go-btn:hover .go-btn .next-arrow{
	background:#CD0000;
}
@media (max-width: 767px) {
  .go-btn span {
    font-size: 1.1rem;
  }
}

@media (max-width: 991px) {
  .mob-mt2 {
    margin-top: 2rem;
  }
}

.pac-page {
  background-image: url(../images/meeting-room.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.winning-artbody {
  background-image: url(../images/winning-articles-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 4rem;
  background-size: cover;
  position: relative;
}

.winner-page {
  background-image: url(../images/winners-take-home-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 4rem;
  background-size: cover;
  position: relative;
}

.conatct-page {
  background-image: url(../images/map-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 4rem;
  background-size: cover;
  position: relative;
}

.nomini-page {
  background-image: url(../images/nominations-bg.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 4rem;
  background-size: cover;
  position: relative;
}

.cat-bfinner {
  padding: 4.3rem 3rem;
}
@media (max-width: 767px) {
  .cat-bfinner {
    padding: 2rem 2rem;
    margin-bottom: 2rem;
  }
}

.wth-cbox.top-fix {
  margin: 0;
  padding: 2rem;
}
@media (max-width: 767px) {
  .wth-cbox.top-fix {
    padding: 2rem 1rem;
  }
}

.c-details {
  background: #fff;
  padding: 2rem 4rem;
}
@media (max-width: 767px) {
  .c-details {
    padding: 1rem;
  }
}
.c-details .address h3, .c-details .futher-details h3 {
  font-size: 1.3rem;
}
.c-details .imap iframe {
  width: 100%;
  height: 30rem;
}
@media (max-width: 767px) {
  .c-details .imap iframe {
    height: 20rem;
  }
}
.c-details ul {
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .c-details ul {
    padding-left: 1rem;
  }
}
.c-details ul li {
  margin-bottom: 1rem;
}
.c-details ol {
  padding-left: 2rem;
  list-style: none;
  counter-reset: my-awesome-counter;
}
@media (max-width: 767px) {
  .c-details ol {
    padding-left: 2rem;
  }
}
.c-details ol li {
  margin-bottom: 1rem;
  counter-increment: my-awesome-counter;
  position: relative;
  padding-left: 1.65rem;
}
.c-details ol li:before {
  content: counter(my-awesome-counter) ". ";
  color: #252328;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.3rem;
}
.c-details h4 {
  padding: 0;
  margin: 1.5rem 0 1rem;
}

.c-details.l-content {
  min-height: 18rem;
}
@media (max-width: 767px) {
  .c-details.l-content {
    min-height: auto;
  }
}

.faq-content .single p {
  margin: 0;
}

.contact .awd-img {
  text-align: center;
}
.contact .awd-img img {
  width: auto;
}
@media (max-width: 767px) {
  .contact .awd-img {
    display: none;
  }
}

.cwa-content {
  padding: 2rem 3rem;
}
@media (max-width: 767px) {
  .cwa-content {
    padding: 0 1rem;
    min-height: 19rem;
  }
}
.cwa-content ul li {
  line-height: 1.7;
}
.cwa-content ul li a {
  color: #252328;
}
.cwa-content ul li a:hover {
  color: #CD0000;
}

@media (max-width: 767px) {
  .winner-list .mob-m0 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .mob-m0 {
    margin-bottom: 0;
  }
}

.contact-inner {
  padding: 3rem 1rem;
}
@media (max-width: 991px) {
  .contact-inner {
    padding: 3rem 1rem 0;
  }
}
.contact-inner .address {
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .contact-inner {
    padding: 3rem 1rem 0;
  }
}

.futher-details {
  line-height: 1.5;
}

.contact-cont .contact-cimg {
  margin-top: -7rem;
}
.contact-cont .contact-cimg img {
  height: auto;
}

/*** gallery page starts ***/
@media (max-width: 991px) {
  .pg-body .resp-vtabs .resp-tab-content {
    background: #F2F2F2;
  }
}

.pv-tab {
  margin: 0;
  border-bottom: 0.1rem solid #252328;
  padding-left: 0;
  margin-bottom: 2rem;
}
.pv-tab li {
  padding: 0;
}
.pv-tab li a {
  padding: 0.5rem 2rem;
  border: 0;
  display: block;
  cursor: pointer;
  color: #252328;
  border-bottom: .271rem solid transparent;
  margin-bottom: -0.1rem;
}
.pv-tab li.active {
  border-bottom: 0.271rem solid #CD0000;
  font-weight: 700;
  margin-bottom: 0;
}
.pv-tab li.active a {
  color: #252328;
}
.pv-tab li:last-child {
  margin-left: -0.35rem;
}

.slider-arrows1 {
  opacity: 1;
  right: 0;
  top: -0.425rem;
}
.slider-arrows1 .slidecount {
  margin: 2rem 0;
}

.pv-wrap .slidecount {
  right: 2rem;
  top: 5.7rem;
}
@media (max-width: 767px) {
  .pv-wrap .slidecount {
    left: 1rem;
    top: 3rem;
    right: inherit;
  }
}

@media (max-width: 767px) {
  .gal-title p {
    margin: 3.5rem 0 1rem;
    padding-top: 1rem;
  }
}

/*** gallery page ends ***/
.nominations {
  text-align: center;
}
.nominations img {
  width: auto;
  margin-top: 4rem;
  height: 41rem;
}
@media (max-width: 991px) {
  .nominations img {
    margin-top: 0;
    height: auto;
  }
}
@media (max-width: 767px) {
  .nominations img {
    margin-top: 3rem;
    display: none;
  }
}

@media (max-width: 991px) {
  .nomini-data {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .nomini-data {
    padding-left: 1rem;
  }
}

.t0 {
  top: 0;
}

.wth-cimg {
  padding: 2.2rem;
  background: #fff;
  margin-top: -12rem;
  margin-left: 3rem;
}
.wth-cimg img {
  margin-top: 0;
  height: 41.1rem;
  object-fit: cover;
}
@media (max-width: 991px) {
  .wth-cimg img {
    height: auto;
  }
}
@media (max-width: 991px) {
  .wth-cimg {
    margin-top: 2rem;
    margin-left: 0;
    display: none;
  }
}

.banner .banner-desc {
  padding: 0;
  width: 38rem;
  height: 3.5rem;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .banner .banner-desc {
    width: 100%;
    height: 6rem;
  }
}
.banner .banner-desc .filp-inner {
  width: 100%;
  position: relative;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  height: 100%;
}
.banner .banner-desc .filp-inner .filp1 {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: rgba(205, 0, 0, 0.85);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner-desc .filp-inner .filp2 {
  position: absolute;
  width: 100%;
  height: 102%;
  backface-visibility: hidden;
  background: rgba(151, 164, 82, 0.85);
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotateX(180deg);
}
.banner .banner-desc .filp-inner.flip {
  transform: rotateX(180deg);
}

a.winning-articles {
  margin-bottom: 1.5rem;
  display: block;
}
@media (max-width: 991px) {
  a.winning-articles {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  a.winning-articles {
    padding: 0 1rem;
  }
}

.resp-vtabs .resp-tab-content {
  position: relative;
}

.pv-tab {
  border-bottom: 0;
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.pv-tab li {
  padding: 0.75rem 2.5rem;
}
.pv-tab li a {
  padding: 0;
}
.pv-tab li.active {
  border-bottom: 0;
  background: #fff;
  display: inline-block;
  position: relative;
}
.pv-tab li.active a {
  font-weight: normal;
}
.pv-tab .indicator {
  border-bottom: 0.271rem solid #CD0000;
  position: absolute;
  bottom: 0;
  width: 0;
  opacity: 0;
}

.view-details {
  color: #CD0000;
  cursor: pointer;
}
.view-details:hover {
  color: #252328;
}

.golden-page .gallery-litems li {
  cursor: default;
}

.pac-section {
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .pac-section {
    margin-bottom: 2rem;
  }
}

/* new css starts */

.faq-content p {
    padding-left: 25px;
}
p.sub-title {
    font-size: 1.4rem;
    padding: 0;
    color: #3697C1;
}
a.winning-articles img {
    width: 1.8rem;
    vertical-align: baseline;
}

.fa.fa-angle-double-right {
    font-size: 13px;
    color: #fff;
}
.winning-art {
    padding-top: 1rem;
	color: #CD0000;
}
.arc-desc .winning-art a {
	font-size: 1rem;
    margin: 0;
	vertical-align: text-bottom;
}
.winning-art a {
	vertical-align:middle;
}
.winning-art img {
    width: 1.4rem;
    float: left;
}
.arc-profile img.winners-photo{
	border-radius: 80px;
}

.highlights a{
	color: #252328;	
}
.highlights a:hover {
	color: #CD0000;	
}
.jury-special {
    padding: 4rem 2rem;
}
.print-online {
	width: 100%;
	margin-left: 10px;
}

.arc-profile li.twowinnners:last-child {
    width: 25%;
}
.winner-name{
	margin-top: 0.3rem;
	text-align:center;
	color: #CD0000;
    font-size: 1.4rem;
    margin-bottom: 0.25rem;
}
.arc-profile.mobile-profile {
    display: none;
}
.arc-profileitems.mobile-title {
    display: none;
}
.winning-art-mobile a {
    vertical-align: middle;
}
.winning-art-mobile img {
    width: 1.4rem;
    float: left;
}
.winning-art-mobile {
	display: none;
}
@media (max-width: 767px) {
	.slick-prev, .slick-next {
		top: 3rem;
		width: 2.7rem;
		height: 2.5rem;
	}
	.slidecount {
		left: 1rem;
		top: 2.5rem;
		right: inherit;
	}
	.aslide {
		padding: 0 1rem;
		margin-top: 3rem;
	}
	.arc-profileitems.desktop-title {
		display: none;
	}
	.arc-profile li.twowinnners:last-child {
		width: 25%;
		display: none;
	}
	.arc-profile.mobile-profile {
		display: block;
	}
	.arc-profileitems.mobile-title {
		display: block;
	}
	.winner-name {
		display: none;
		margin-top: 0.3rem;
		text-align: center;
		color: #CD0000;
		font-size: 1.4rem;
		margin-bottom: 0.25rem;
	}
	.winning-art-mobile {
		display: block;
	}
	
}

/* new css end */


/* Same Height Css Start*/
.eqh {
  z-index: 1;
}

.resp-tabs-container.bg-white .resp-tab-content {
  background: #F2F2F2;
}

.lg-text {
  z-index: 2;
  position: relative;
}

.resp-vtabs .resp-tabs-list li.sh-tab {
  display: none;
}

.resp-tabs-list.tab-slider {
  margin-left: 2rem;
  overflow: hidden;
}
.resp-tabs-list.tab-slider li {
  margin-left: 0;
  width: 92% !important;
}
.resp-tabs-list.tab-slider .slick-list {
  height: auto !important;
}
.resp-tabs-list.tab-slider .slick-track {
  height: auto !important;
}

.ltab-control .slick-disabled {
  cursor: default;
  background: transparent;
}
.ltab-control .slick-disabled a {
  cursor: default;
}

.gallery-litem li {
  width: 100% !important;
}
.gallery-litem li img {
  width: 100%;
}

/* Same Height Css End */

@media (max-width: 767px){
	.banner .bslide .hint-data {
	 
	  height: 3rem;
	  right: 3rem;
	  display: none;
	}
	
	.banner .slider-control {
		width: 2.5rem;
		height: 2.5rem;
		background: rgba(205, 0, 0, 0.85);
	}
	.banner .banner-content.bottom .single-content {
	  margin-bottom: 0;
	}
}

.footer .footer-top .foot-lgsec img{
  display: none;
}
.logo-set .logo {
    top: -0.15rem;
    right: -5rem;
    width: 5rem;
    margin-top: 0.6rem;
}
@media(max-width:1024px){
.logo-set .logo {
    right: -4.5rem;
}
}
@media(max-width:991px){
.header {
    padding: 0px 0rem 0 0;
}
}
@media only screen and (min-width: 600px) and (max-height: 960px) and (-webkit-min-device-pixel-ratio: 1.5) {
.logo-set .logo {
    right: -1.5rem !important;
}    
}
@media(max-width:767px){
.logo-set .logo {
    right: 1.35rem;
}
.social-sets ul {
    margin: 0 1rem;
}
.col-sm-4.privacy {
    margin-bottom: .8rem;
}
}



@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
html, body, h1, h2, h3, h4, h5, h6, a, ul li, ol li, p, span, b, strong, sup {
 font-family: 'Roboto', sans-serif !important;   
}