/*** 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-size: 0.85rem;
  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;
    display: none;
  }
}

.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-bottom: 5px;
  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: 97.8%;
  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, .footer .footer-bottom p a{
  color: #fff !important;
  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;
  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;
  }
}
.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;
  }
}
.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;
  }
}
.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;
    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;
}
@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;
  }
}
.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;
  }
}
.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,
.vs-wrap .vs-olset h2 {
  font-size: 3rem;
  font-weight: normal;
  line-height: 1;
}
@media (max-width: 991px) {
  .vs-wrap .vs-olset p,
  .vs-wrap .vs-olset h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .vs-wrap .vs-olset p,
  .vs-wrap .vs-olset h2 {
    font-size: 1.8rem;
  }
}

/*** categories starts ***/
.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;
}
.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;
}

.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 ***/
/*** 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 .next-arrow, .go-btn:focus .next-arrow {
  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;
}
.go-btn .next-arrow img {
  width: 1.5rem;
}
.go-btn span {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  .go-btn span {
    font-size: 1.1rem;
  }
}

@media (max-width: 991px) {
  .mob-mt2 {
    margin-top: 2rem;
  }
}

@media (max-width: 767px) {
  .mob-m0 {
    margin-bottom: 0;
  }
}

/*** gallery page ends ***/
.banner .banner-desc {
  padding: 0;
  width: 38rem;
  height: 3.5rem;
  background: transparent;
  cursor: pointer;
}
@media (max-width: 767px) {
  .banner .banner-desc {
    width: 100%;
    height: 4rem;
  }
}
.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);
}
.err-footer
{
	position: absolute;
    background: #fff;
    bottom: 0;
    width: 100%;
}


/*new changes*/

.polestarstar-landingcamp-template section#register .register-bg .form-control option:first-child {
display: none;
}
.polestarstar-landingcamp-template .container {
    width: 90vw;
}
.polestarstar-landingcamp-template section#LeadingTheWay .inner-container {
    width: 89.5vw;
}
.polestarstar-landingcamp-template .inner-container {
    width:90vw;
}
.polestarstar-landingcamp-template section#register .register-bg {
    width: 87.5vw;
}
.polestarstar-landingcamp-template #register .ch-inner.inner-container{
    width: 84vw;
}
.polestarstar-landingcamp-template #awards .nav-tabs.show-onlydesk>li.active>a,
.polestarstar-landingcamp-template #awards .nav-tabs.show-onlydesk>li.active>a:focus, 
.polestarstar-landingcamp-template #awards .nav-tabs.show-onlydesk>li.active>a:hover {
    color: #CD0000;
    font-weight: normal;
    font-size: 3rem;
    background: transparent;
    text-align: left;
    padding:0;
}
.polestarstar-landingcamp-template #The-Journey .inner-container {
    padding: 0;
}
.polestarstar-landingcamp-template #The-Journey .container {
    padding-left: 0;
}
.polestarstar-landingcamp-template span#cl-exp,
.polestarstar-landingcamp-template span#cl-noexp {
    cursor: pointer;
    color: #CD0000;
}
.polestarstar-landingcamp-template span#cl-exp:hover,
.polestarstar-landingcamp-template span#cl-noexp:hover {
    color: #000;
}
.polestarstar-landingcamp-template .pac-section.banner .pac-imgwrap {
    padding: 0;
}
.polestarstar-landingcamp-template .pac-section.banner .pac-imgwrap img {
    height: 11.75rem;
    width: 12rem;
    object-fit: cover;
    object-position: top;
}
.polestarstar-landingcamp-template .Stalwarts-wrapsgrid p.name-des {
    min-height: 6rem;
    margin-top: 1.5rem;
}
.polestarstar-landingcamp-template .row.Stalwarts-wrapsgrid {
    margin-top: 2rem;
    clear: both;
    margin-bottom: 5rem;
}
.polestarstar-landingcamp-template #chief-guest img {
    height: 13rem;
    margin-bottom: 1.5rem;
}
.polestarstar-landingcamp-template .pac-section .col-xs-12.col-sm-10.text-right.pac-content {
    padding-left: 0;
    padding-right: 3.2rem;
}
.polestarstar-landingcamp-template .pac-section.banner {
    margin-bottom: 4.3rem;
}
.polestarstar-landingcamp-template #awards .tab-content .content-header {
    padding-top: 0;
    padding-bottom: 0.5rem;
}
.polestarstar-landingcamp-template .col-xs-12.col-sm-10.pac-content {
    padding-right: 0;
}
.home-page-template .banner .bslide.first-slider-sec-hm img {
    height: 38rem;
}
.home-page-template .banner .banner-content h2, .banner .banner-content .h2 {
    font-size: 2.6rem !important;
}
.home-page-template .banner .banner-content.bottom .single-content.newly-add {
    align-items: center;
}
.home-page-template .banner .banner-content.bottom .single-content.newly-add {
    margin-bottom: 10rem !important;
}
.home-page-template .banner .banner-content {
    height: 99%;
}
.home-page-template .banner .slider-control {
    bottom: 0.5rem;
}
/*.polestarstar-landingcamp-template .grid-box-content:hover .grid-box-title {
    color:#fff;
    border-color: #fff;
}*/
.polestarstar-landingcamp-template .grid-box-inner-content li {
   width: 90%;
text-align: left;
padding-bottom: 1rem;
position: relative;
list-style: none;
padding-left: 1.35rem;
}
.polestarstar-landingcamp-template .grid-box-inner-content li:before {
content: '.';
position: absolute;
left: 0;
font-size: 3.35rem;
border-radius: 100%;
top: -2.25rem;
font-family: times;
color: #252328;
font-weight: 400;
}
.polestarstar-landingcamp-template .row.nomineesare-wrps {
    margin-top: 1.5rem;
}
/*
.polestarstar-landingcamp-template .grid-box-content:hover .grid-box-title h5 {
    color: #fff;
} */
.polestarstar-landingcamp-template .grid-box-content li:hover:before {
color: #CD0000;
}
.polestarstar-landingcamp-template .banner .bslide.banner-first-slider .banner-content.bottom .single-content.newly-add {
    margin-bottom: 4rem !important;
}
.polestarstar-landingcamp-template section#agenda {
    padding: 0 0 4rem;
}
.polestarstar-landingcamp-template .grid-box-content {
    border: 0.15rem solid #b7b7b8;
    padding: 1.5rem;
        margin-bottom: 2.2rem;
            border-radius: 0.5rem;
                padding-bottom: 0;

}
.polestarstar-landingcamp-template .bntm-sec-ck .btn {
    padding: 0.45rem 1rem;
    font-size: 1.1rem !important;
}
.polestarstar-landingcamp-template .grid-box-title h5 {
    font-size: 1.3rem;
    color: #CD0000;
    line-height: 0;
    font-weight: 500;
}
.polestarstar-landingcamp-template .grid-box-title {
    border-bottom: 0.15rem solid #b7b7b8;
}
.polestarstar-landingcamp-template .grid-box-inner-content {
    margin-top: 1rem;
        min-height: 18.5rem;

}
/*.polestarstar-landingcamp-template .grid-box-content:hover {
   background:#ce2026;
   color:#fff;
   border-color:#ce2026;
}*/
.polestarstar-landingcamp-template .counter-sec {
    position: relative;
}
.polestarstar-landingcamp-template .counter-sec .flip-clock-divider .flip-clock-label {
    color: #ffff;
    font-size: 0.8rem;
}
.polestarstar-landingcamp-template .counter-sec .flip-clock-wrapper {
text-align: center;
position: absolute;
bottom: 0;
width: 25rem;
right: 0;
}
@media (max-width: 991px){
   .polestarstar-landingcamp-template .container {
    width: 100%;
    padding:0 1.5rem;
}
.polestarstar-landingcamp-template .flip-clock-wrapper ul li a div div.inn {

    font-size: 2rem;
}
.polestarstar-landingcamp-template .bntm-sec-ck .btn {
    font-size: 0.95rem !important;
}
.polestarstar-landingcamp-template section#LeadingTheWay .inner-container {
   width: 100%;
       padding: 0 1.5rem;
}
.polestarstar-landingcamp-template .inner-container {
    width: 100%;
        padding: 0 1.5rem;
}
.polestarstar-landingcamp-template section#register .register-bg {
   width: 94%;
}
.polestarstar-landingcamp-template #register .ch-inner.inner-container{
    width: 100%;
        padding: 0;
}
.polestarstar-landingcamp-template .row.Stalwarts-wrapsgrid {
    margin-bottom: 2rem;
}
.polestarstar-landingcamp-template section#awards .nav-tabs.show-onlydesk>li {
    width: 100%;
}
.polestarstar-landingcamp-template .container.footer-top {
    padding: 3rem 0;
}
.home-page-template .banner .bslide.first-slider-sec-hm img {
    height: 30rem;
}
.polestarstar-landingcamp-template .grid-box-title h5 {
    line-height: 1;
}
.polestarstar-landingcamp-template .grid-box-inner-content {
    min-height: 27rem;
}
}

@media (max-width: 767px){
.polestarstar-landingcamp-template .bntm-sec-ck .btn {
    font-size: 0.8rem !important;
        padding: 0.3rem 0.5rem;
}
.polestarstar-landingcamp-template .flip-clock-wrapper ul li a div div.inn {
    font-size: 0.9rem;
}
.polestarstar-landingcamp-template .counter-sec .flip-clock-wrapper {
    width: 21.5rem;
}
.polestarstar-landingcamp-template .banner .bslide.banner-first-slider .banner-content.bottom .single-content.newly-add {
    margin-bottom: -13.5rem !important;
}

section#chief-guest .clearfix.inner-content {
    margin-top: 1.5rem;
}
.polestarstar-landingcamp-template .grid-box-inner-content {
    min-height: 100%;
}
.polestarstar-landingcamp-template .grid-box-inner-content {
    margin-top: 1rem;
    min-height: 100%;
}
.home-page-template .banner .slider-control {
    bottom: 0.3rem;
}
.home-page-template .banner .bslide.first-slider-sec-hm img {
    height: 25rem;
    object-fit: cover;
    object-position: center left;
}
.home-page-template .banner .slider-control {
    width: 2.5rem;
    height: 2.5rem;
    background: rgba(205, 0, 0, 0.85);
}
.polestarstar-landingcamp-template .col-xs-12.col-sm-10.pac-content {
    padding-right: 0;
    margin-top: 2rem;
    padding-left: 0;
}
.polestarstar-landingcamp-template .container.footer-top {
    width: 90vw;
        padding: 2rem 0;
}
.polestarstar-landingcamp-template .pac-section .col-xs-12.col-sm-10.text-right.pac-content {
    padding: 0;
    text-align: left;
}
.polestarstar-landingcamp-template .ch-right:before {
    right: auto;
    left: 0;
}
.home-page-template .banner .banner-content.bottom .single-content.newly-add {
    margin-bottom: 0rem !important;
}
.home-page-template .banner .banner-content h2, .banner .banner-content .h2 {
    font-size: 1.3rem !important;
}
.home-page-template .banner .banner-content.bottom .single-content.newly-add {
    align-items: center;
}
}
@media (max-width: 360px){
    .polestarstar-landingcamp-template .counter-sec .flip-clock-wrapper {
    width: 22.5rem;
}
}
@media (max-width: 320px)
{
    .polestarstar-landingcamp-template #chief-guest .clearfix.inner-content {
    padding: 0;
}
.polestarstar-landingcamp-template .counter-sec .flip-clock-wrapper {
    width: 18rem;
}
}

.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.8rem;
}
.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;   
}