@charset "UTF-8";
/*-------------------------------------


    CSS INDEX
    ===================

    1. BODY
	2. CUSTOM CSS / A
	3. PRELOADER
	4. NAVIGATION
	5. SLIDER
	6. UPCOMING MOVIES
	7. VIDEO SECTION 
	8. WEB SERIES
	9. TOP MOVIES IN THEATRES
	10. LATEST NEWS
	11. FEATURED EVENTS
	12. VIDEO & PHOTOS
	13. OUR PATNER’S
	14. FOOTER

---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
/*-- Preloader css start --*/
/*---------------------colorpicker css start---------------------*/
.float_left {
  float: left;
  width: 100%;
}

.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-weight-light {
  font-weight: light;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.d-block {
  display: block;
}

.w-100 {
  width: 100%;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.float_none {
  float: none;
}

@media (min-width: 576px) {
  .hidden_sm {
    display: none !important;
  }
}
.gap-10 {
  gap: 10px;
}

.gap-5 {
  gap: 5px;
}

@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    -webkit-box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    -moz-box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    -webkit-box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    -moz-box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    -webkit-box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    -moz-box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    -webkit-box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
    -moz-box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
  }
}
.btn-main {
  width: 120px;
  display: block;
  height: 40px;
  line-height: 40px;
  border: none;
  background: none;
  color: #ffffff !important;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 12px;
}
.btn-main:hover {
  border: 1px solid #fff;
}

.btn--gradient {
  overflow: hidden;
  color: #7986cb;
  min-width: 180px;
}
@media (max-width: 576px) {
  .btn--gradient {
    min-width: 140px;
  }
}
.btn--gradient::before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  top: 0;
  padding-top: 1em;
}
@media (max-width: 576px) {
  .btn--gradient::before {
    top: 1px;
  }
}
.btn--gradient::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  bottom: 0;
  line-height: 0;
}
@media (max-width: 576px) {
  .btn--gradient::after {
    bottom: 1px;
  }
}
.btn--gradient:hover {
  border: 1px solid #ED1B25;
  color: #ED1B25 !important;
}
.btn--gradient:hover::before {
  overflow: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.btn--gradient:hover::after {
  overflow: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn--gradient:hover > span {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.btn--gradient > span {
  display: block;
  -webkit-transform: scale3d(0.2, 0.2, 1);
  transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn--reverse {
  color: #ED1B25;
  border-color: #ED1B25;
}
.btn--reverse::before {
  background: #fff;
  color: #37474f;
}
.btn--reverse::after {
  background: #fff;
  color: #37474f;
}

.btn--small {
  min-width: auto;
  width: 80px !important;
  height: 25px;
  line-height: 25px;
  font-size: 0.45rem;
  border-radius: 5px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*-- prs navigation Start --*/
/*--- navigation slider ------*/
/*--- navigation slider ------*/
/*=============================================
6-Top level nav
=============================================*/
/*-- prs sidebar Start --*/
/*-- prs sidebar End --*/
/*-- prs video top Start --*/
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
  }
}
/*-- prs video top end --*/
/*--------------- main slider css Start  ----------*/
/* Content Container */
/* Container for slider. 
Width set to 100% so player will fill it's parent container  */
/* Slide/Video Caption */
/* Video Container DIV */
/* Video Thumbnail DIV */
/* **************
  VIDEO WRAPPER -  FORKED FROM CRAIG MONEY
   https://codepen.io/pixelthing/pen/zGZKaQ
************* */
/* *********
  SVG PLAY BUTTON
********** */
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Default Slick Slide */
/*--------------- main slider css End  ----------*/
/*-- st slider sidebar wrapper Start --*/
/**
 * Submenu
 -----------------------------*/
/*-- st slider sidebar wrapper End --*/
/*-- prs special slider Start --*/
/*-- prs special slider End --*/
/*-- prs patner slider Start --*/
/*-- prs patner slider End --*/
/*-- prs Newsletter css Start --*/
/*-- prs Newsletter css End --*/
/*-- prs footer Wrapper Start --*/
/*-- prs footer Wrapper End --*/
/************************----------------- ABOUT CSS START ----------------**************/
/*-- prs title wrapper Start --*/
/*-- prs title wrapper End --*/
/*-- prs about presenter wrapper Start --*/
/*-- prs about presenter wrapper End --*/
/*-- prs about team section Start --*/
/*-- prs about team section End --*/
/*-- counter section start --*/
/*-- counter section end --*/
/************************----------------- ABOUT CSS End ----------------**************/
/************************----------------- MOVIE CATEGORY CSS Start ----------------**************/
/*-- prs mc slider wrapper Start --*/
/*-- prs mc slider wrapper End --*/
/************************----------------- MOVIE CATEGORY CSS End ----------------**************/
/************************----------------- MOVIE Single CSS Start ----------------**************/
/*-- prs ms trailer wrapper Start --*/
/*-- prs ms trailer wrapper End --*/
/*-- prs syn Slider Start --*/
/*-- prs syn Slider End --*/
/*-- prs ms scene slider Start --*/
/*-- prs ms scene slider End --*/
/*-- prs ms crew Start --*/
/*-- prs ms crew End --*/
/*-- prs related movie slider Start --*/
/*-- prs related movie slider End --*/
/************************----------------- MOVIE Single CSS End ----------------**************/
/************************----------------- Event CATEGORY CSS Start ----------------**************/
/*-- prs ec ue wrapper Start --*/
/*-- prs ec ue wrapper End --*/
/************************----------------- Event CATEGORY CSS End ----------------**************/
/************************----------------- Gallery CSS Start ----------------**************/
/************************----------------- Gallery CSS End ----------------**************/
/************************----------------- Contact CSS Start ----------------**************/
/************************----------------- Contact CSS End ----------------**************/
/**************------- BLOG CATEGORIES CSS START ---------*******************/
/**************------- BLOG CATEGORIES CSS End ---------*******************/
/**************------- EVENT SINGLE CSS Start ---------*******************/
/**************------- EVENT SINGLE CSS End ---------*******************/
/*-- prs upcomung Slider Start --*/
/*-- prs upcomung Slider End --*/
/*-- prs videos&photos slider Start --*/
/*-- prs videos&photos slider End --*/
/*-- prs letest news Start --*/
/*-- prs letest news End --*/
/*---------------- st LogIn Start --------------*/
/*---------------- st LogIn End --------------*/
body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 23px;
  padding-right: 0 !important;
  color: #ED1B25;
  overflow-x: hidden;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
body::-webkit-scrollbar {
  width: 4px;
  background-color: #ffffff;
}
body::-webkit-scrollbar-thumb {
  background-color: #000000;
}

html {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 23px;
  padding-right: 0 !important;
  color: #ED1B25;
  overflow-x: hidden;
}

a {
  color: #797979;
  text-decoration: none;
}
a:hover {
  color: #ED1B25;
  text-decoration: none;
  outline: none;
}
a:focus {
  color: #ED1B25;
  text-decoration: none;
  outline: none;
}

h1 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
}

h3 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
}

h4 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
}

h5 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
}

h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
}

.h1 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
}

.h2 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
}

.h3 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
}

.h4 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
}

.h5 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
}

.h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 400;
  color: #222222;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

input {
  outline: none;
}
input:focus {
  outline: none;
  box-shadow: none;
}

select {
  outline: none;
}
select:focus {
  outline: none;
  box-shadow: none;
}

button {
  outline: none;
}
button:focus {
  outline: none;
  box-shadow: none;
}

textarea {
  outline: none;
}
textarea:focus {
  outline: none;
  box-shadow: none;
}

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

#preloader {
  background-color: #ebf2f5;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483647;
  width: 100%;
  height: 100%;
}

#status {
  background-position: center center;
  background-repeat: no-repeat;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

#return-to-top {
  position: fixed;
  bottom: 37px;
  right: 50px;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: none;
  -moz-transform: rotate(31deg);
  -webkit-transform: rotate(31deg);
  -o-transform: rotate(31deg);
  -ms-transform: rotate(31deg);
  transform: rotate(31deg);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-left: 15px;
  z-index: 1000;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 1px;
  top: 9px;
  font-size: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i:before {
  margin-left: 0;
}

#style-switcher {
  background: none repeat scroll 0 0 #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #ECECEC;
  left: 0px;
  position: fixed;
  top: 20%;
  width: 160px;
  z-index: 999999999;
}
#style-switcher div {
  padding: 5px 9px;
  float: left;
}
#style-switcher .bottom {
  background: none repeat scroll 0 0 #FFFFFF;
  color: #252525;
  padding: 0;
}
#style-switcher .bottom a.settings {
  background: none repeat scroll 0 0 #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  border: 1px solid #ECECEC;
  border-left: none;
  display: block;
  height: 41px;
  position: absolute;
  right: -40px;
  top: -1px;
  width: 40px;
  padding: 6px;
  font-family: sosa;
  line-height: 40px;
  color: #000;
}
#style-switcher .bottom a.settings i {
  font-size: 30px;
  color: #000;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#style-switcher > div > h3 {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
  text-align: left;
  color: #000000 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
#style-switcher > div > select {
  width: 90%;
}

ul.colors {
  list-style: none outside none;
  margin: 0 0 10px;
  overflow: hidden;
  padding: 0;
}
ul.colors li {
  float: left;
  margin: 2px;
}
ul.colors li #color {
  background: #d90368;
}
ul.colors li #color2 {
  background: #38cfea;
}
ul.colors li #color3 {
  background: #ff9344;
}
ul.colors li #color4 {
  background: #614aee;
}
ul.colors li #color5 {
  background: #5ba536;
}
ul.colors li #style {
  background: #22be9f;
}
ul.colors li p {
  cursor: pointer;
  display: block;
  height: 39px;
  width: 39px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 0px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
ul.colors li:hover p {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}

.prs_navigation_main_wrapper {
  width: 100%;
  background: -moz-linear-gradient(to right, #052f5f, #08478f, #005377, #00415e);
  background: -webkit-linear-gradient(to right, #052f5f, #08478f, #005377, #00415e);
  background: linear-gradient(to right, #052f5f, #08478f, #005377, #00415e);
  position: relative;
  z-index: 10000;
}

.menu_fixed {
  position: fixed;
  background: -moz-linear-gradient(to right, #052f5f, #08478f, #005377, #00415e);
  background: -webkit-linear-gradient(to right, #052f5f, #08478f, #005377, #00415e);
  background: linear-gradient(to right, #052f5f, #08478f, #005377, #00415e);
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  left: 0;
  right: 0;
}

.prs_navi_left_main_wrapper {
  float: left;
  width: 55%;
}

.prs_navi_right_main_wrapper {
  float: left;
  width: 45%;
  padding-top: 30px;
}

.prs_logo_main_wrapper {
  float: left;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (min-width: 720px) {
  .prs_logo_main_wrapper {
    padding-top: 0px;
    padding-bottom: 5px;
  }
}
@media (max-width: 576px) {
  .prs_logo_main_wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.prs_menu_main_wrapper {
  float: left;
  padding-left: 30px;
}

#sticktop {
  width: 100%;
  left: 0;
}

.sticky-wrapper.is-sticky #sticktop {
  moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.dl-menuwrapper button {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-right: 10px;
  float: right;
}
.dl-menuwrapper button:hover {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.dl-menuwrapper button.dl-active {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.dl-menuwrapper ul {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.fixed-navigation.dl-menuwrapper {
  position: fixed;
  right: -80px;
  top: 40px;
  z-index: 9999;
}

.dl-trigger-wrapper {
  position: relative;
}

ul.navbar-nav {
  float: right;
  min-height: 40px;
}

.navbar {
  margin-bottom: 0;
}
.navbar > .container .navbar-brand {
  margin-left: 0;
  line-height: 90px;
  float: none;
  display: block;
}

.navbar-default {
  z-index: 999999;
  border-radius: 0;
  background: transparent;
  border: none;
}
.navbar-default > .container {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.navbar-default .navbar-nav > .active > a {
  color: #303030;
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a:hover {
  color: #303030;
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav > .active > a:focus {
  color: #303030;
  background: none;
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
  color: #303030;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
}
.navbar-default .navbar-nav > li > a:hover {
  font-size: 16px;
  color: #303030;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
}
.navbar-default .navbar-nav > li > a:focus {
  font-size: 16px;
  color: #303030;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
}
.navbar-default .container {
  position: relative;
}
.navbar-default .navbar-toggle {
  color: #fff;
  border-color: #fff;
  top: -2px;
  right: 10px;
}
.navbar-default .navbar-toggle:hover {
  background: none;
}
.navbar-default .navbar-toggle:focus {
  background: none;
}
.navbar-default ul.dropdown-menu {
  background: #2bb7ff;
  min-width: 140px;
  top: 100%;
  padding: 0;
  border-radius: 0;
  opacity: 0.95;
}
.navbar-default ul.dropdown-menu li a {
  color: #fff;
  padding: 10px 16px;
  outline: none;
  border-bottom: 1px solid #339bd7;
}
.navbar-default .navbar-brand {
  line-height: 40px;
  padding: 0;
}
.navbar-default .navbar-brand:hover {
  color: #2d3538;
}

.navbar-nav > li {
  margin: 0;
  padding: 34px 22px 30px 22px;
  position: relative;
}
.navbar-nav > li > a {
  padding: 0;
  padding-top: 5px;
  padding-bottom: 0px;
  padding-left: 3px;
  padding-right: 3px;
  outline: none !important;
  overflow: hidden;
  cursor: pointer;
}
.navbar-nav > li:hover ul.dropdown-menu {
  display: block;
}
.navbar-nav > li.active {
  background: #2bb7ff;
  color: #fff !important;
  position: relative;
}

.dropdown i {
  padding-left: 2px;
  font-size: 12px;
}

a.navbar-brand img {
  padding-right: 15px;
}

.xv-menuwrapper {
  float: right;
}
.xv-menuwrapper .dl-trigger {
  display: none;
}
.xv-menuwrapper .dl-menu {
  position: static;
  display: block;
  padding: 0;
  text-align: left;
  float: none;
}
.xv-menuwrapper .dl-menu > li {
  list-style: none;
  display: block;
  float: left;
  height: 100%;
  line-height: 100%;
  position: relative;
}
.xv-menuwrapper .dl-menu > li > a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  padding: 42px 10px;
  text-transform: uppercase;
}
.xv-menuwrapper .dl-menu > li.active > a {
  color: #fff;
}
.xv-menuwrapper .dl-menu > li.active:after {
  font-family: "FontAwesome";
  content: "\f0d8";
  width: 100%;
  text-align: center;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 4px;
  color: #fff;
  font-size: 20px;
}
.xv-menuwrapper .dl-menu > li.megamenu.active > a:after {
  font-family: "FontAwesome";
  content: "\f0d8";
  width: 100%;
  text-align: center;
  height: 7px;
  position: absolute;
  left: 0;
  bottom: 4px;
  color: #fff;
  font-size: 20px;
  bottom: 42px;
}
.xv-menuwrapper .dl-menu > li.megamenu.active:after {
  display: none;
}
.xv-menuwrapper .dl-menu > li.parent > ul {
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 215px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  margin-top: 30px;
  z-index: 10;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent > ul {
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 215px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  margin-top: 30px;
  z-index: 10;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: -1px;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent:hover > ul {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  margin-top: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent:hover:after {
  color: #d90368;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li {
  display: block;
  list-style: none;
  border-top: 1px solid #000;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li a {
  display: block;
  line-height: 30px;
  color: #13212d;
  text-transform: capitalize;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent ul li:hover a {
  color: #d90368;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li.parent:after {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 50px;
  font-family: "FontAwesome";
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\f0da";
  color: #13212d;
}
.xv-menuwrapper .dl-menu > li.parent > ul:after {
  content: "";
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
  border-left: 13px solid transparent;
  position: absolute;
  left: 20px;
  top: -13px;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li {
  display: block;
  list-style: none;
  border-top: 1px solid #000;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li > a {
  display: block;
  line-height: 30px;
  color: #13212d;
  text-transform: capitalize;
}
.xv-menuwrapper .dl-menu > li.parent > ul > li:hover a {
  color: #d90368;
}
.xv-menuwrapper .dl-menu > li.parent:last-child > ul {
  left: auto;
  right: 0;
}
.xv-menuwrapper .dl-menu > li.parent:last-child > ul > li.parent > ul {
  left: auto;
  right: 100%;
}
.xv-menuwrapper .dl-menu > li.parent:hover > ul {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  margin-top: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu > ul > li {
  border-top: none;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu > ul > li:hover {
  background: none;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu > ul > li.parent ul li {
  border-top: none;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu li {
  list-style: none;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu li:last-child {
  overflow: hidden;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu li a {
  color: #13212d;
  line-height: 30px;
  margin-bottom: 15px;
}
.xv-menuwrapper .dl-menu > li.parent.megamenu li a:hover {
  color: #d90368;
}
.xv-menuwrapper .dl-menu > li.megamenu > ul > li:hover a {
  color: #000000;
}
.xv-menuwrapper li.parent {
  position: relative;
}
.xv-menuwrapper li.parent.megamenu {
  position: static;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu {
  display: block;
  width: 100%;
  text-align: justify;
  left: 0;
  right: 0;
  padding: 15px 15px;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu:before {
  content: "";
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
  border-left: 13px solid transparent;
  position: absolute;
  left: 16%;
  top: -13px;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu::after {
  width: 100%;
  display: inline-block;
  content: ".";
  visibility: hidden;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu > li {
  float: left;
  width: 20%;
  text-align: left;
  vertical-align: top;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu > li > a {
  font-weight: 800;
  color: #13212d;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu figure {
  overflow: hidden;
  width: 330px;
  max-height: 340px;
}
.xv-menuwrapper li.parent.megamenu > .lg-submenu figure img {
  width: 100%;
  height: auto;
}
.xv-menuwrapper li.parent.megamenu > .prs_navi_video_wrapper:before {
  content: "";
  border-right: 13px solid transparent;
  border-bottom: 13px solid #fff;
  border-left: 13px solid transparent;
  position: absolute;
  left: 24% !important;
  top: -13px;
}
.xv-menuwrapper li.parent.megamenu.small-menu > .lg-submenu {
  width: 60%;
}
.xv-menuwrapper li.parent.megamenu.medium > .lg-submenu img {
  border: 1px solid #f2f2f2;
  padding: 8px;
}
.xv-menuwrapper li.parent.megamenu.wide > .lg-submenu {
  width: 100%;
}
.xv-menuwrapper button:after {
  display: none;
}
.xv-menuwrapper .dl-back {
  display: none !important;
}

.megamenu i {
  padding-right: 15px;
  color: #939a9e;
}

.dl-trigger img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 34%;
}

.ar_left a:after {
  display: none;
}

.prs_navi_slider_wraper {
  height: 350px;
}
.prs_navi_slider_wraper .owl-theme .owl-dots {
  display: none;
}
.prs_navi_slider_wraper .owl-theme .owl-nav {
  position: absolute;
  top: 30%;
  z-index: 1000;
  display: block;
  left: 0;
  right: 0;
  margin: 0px auto;
  display: none;
}
.prs_navi_slider_wraper .owl-theme .owl-nav .owl-prev {
  margin: 0;
  padding: 0;
  left: 20px;
  font-size: 26px;
  top: 0;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prs_navi_slider_wraper .owl-theme .owl-nav .owl-prev i:before {
  margin-left: 15px;
  color: #ffffff;
}
.prs_navi_slider_wraper .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  right: 20px;
  top: -5px;
  position: absolute;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_navi_slider_wraper .owl-theme .owl-nav .owl-next i:before {
  color: #ffffff;
  margin-left: 10px;
}

.lg-submenu li i {
  color: #d90368;
}

.prs_navi_video_wrapper li {
  width: 16.6% !important;
}
.prs_navi_video_wrapper li img {
  width: 100%;
}

.prs_video_navi_img_main_wrapper {
  position: relative;
}
.prs_video_navi_img_main_wrapper:hover .prs_video_navi_overlay_wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_video_navi_img_main_wrapper:hover .prs_video_navi_overlay_wrapper a {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_video_navi_overlay_wrapper:after {
  content: "";
  position: absolute;
  top: 200px;
  bottom: 200px;
  right: 200px;
  left: 200px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_video_navi_overlay_wrapper a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 42%;
  font-size: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 10;
  opacity: 0;
  animation-duration: 1s;
  animation-delay: 100ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_video_navi_overlay_wrapper a i:before {
  margin-left: 14px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  position: relative;
  top: 6px;
}

.top-level-nav {
  padding: 0;
  text-align: left;
}
.top-level-nav li {
  display: inline-block;
}
.top-level-nav li + li:before {
  content: "|";
  padding: 0 10px;
  color: #fff;
}
.top-level-nav li a {
  color: #fff;
}

.top-level-nav.text-right {
  text-align: right;
}

.slect-lang a {
  opacity: 0.5;
}
.slect-lang a:hover img {
  border: 1px solid #13212d;
  margin: -1px;
}
.slect-lang a.active {
  opacity: 1;
  margin-right: 1px;
}
.slect-lang a.active img {
  border: 1px solid #13212d;
  margin: -1px;
}

.custome-select {
  width: 85px;
  max-width: 100%;
  position: relative;
  height: 25px;
  line-height: 25px;
  text-align: left;
  display: inline-block;
  cursor: pointer;
}
.custome-select span {
  width: 100%;
  color: #fff;
  padding-left: 5px;
  font-size: 15px;
  display: block;
  font-weight: 400;
}
.custome-select span b {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}
.custome-select select {
  opacity: 0;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 25px;
}

.custome-select.style2 {
  width: 100%;
  border: 1px solid #b1b6ba;
  padding: 5px;
  height: 35px;
  background: #fff;
  margin-bottom: 10px;
}
.custome-select.style2 span {
  color: #000;
}

.custome-select.style2.normal {
  max-width: 300px;
}

.cart-look {
  position: relative;
  text-align: right;
  padding-top: 2px;
  display: inline-block;
}
.cart-look a {
  color: #415273;
  text-decoration: none;
  font-size: 22px;
  top: 4px;
  position: relative;
}
.cart-look a .cart-item-count {
  position: absolute;
  right: 0;
  top: -10px;
  height: 15px;
  width: 15px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  font-family: "Lato", sans-serif;
}
.cart-look path {
  fill: #fff;
}

.cart-look.centered {
  text-align: center;
}

.cart-look.left-aligned {
  text-align: left;
}

#sticktop-sticky-wrapper {
  height: 0;
}

.blog-area .product-heading .con .nice-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 50px;
  padding: 0 20px;
  height: 50px;
  border-radius: 0;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.5);
}
.blog-area .product-heading .con .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.blog-area .product-heading .con .nice-select ul {
  border-radius: 0;
  width: 100%;
  z-index: 9999;
}
.blog-area .product-heading .con .nice-select ul li {
  display: block;
  width: 100%;
  color: #333;
}
.blog-area .product-heading .con .nice-select ul li:hover {
  background: #cf6161;
  color: #fff;
}

.pro_shop_select .nice-select {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  line-height: 50px;
  padding: 0 20px;
  height: 50px;
  border-radius: 0;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.5);
}
.pro_shop_select .nice-select:after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.pro_shop_select .nice-select ul {
  border-radius: 0;
  width: 100%;
  z-index: 9999;
}
.pro_shop_select .nice-select ul li {
  color: #000000 !important;
}
.pro_shop_select .nice-select ul li:hover {
  background: #cf6161;
  color: #fff !important;
}

.product-heading {
  float: right;
  margin-right: 10px;
}
.product-heading .pro_shop_select .nice-select ul li:hover {
  background: #cf6161;
  color: #fff;
}
.product-heading .con input {
  float: left;
  width: 250px;
  height: 40px;
  background: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  border: 0;
}
@media (min-width: 720px) {
  .product-heading .con input {
    width: auto;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }
}
.product-heading .con button {
  width: 50px;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 40px;
  background: #1b1b1b;
  border: 0;
  color: #ffffff;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.product-heading .con button i:before {
  margin-left: 0;
}

.nice-select {
  height: 50px;
  border: 0;
  border-radius: 0;
  background: #f6f6f6;
  line-height: 50px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.prs_top_login_btn_wrapper {
  float: right;
  margin-right: 10px;
}

.prs_slidebar_wrapper {
  float: right;
}
@media (min-width: 720px) {
  .prs_slidebar_wrapper {
    display: none;
  }
}
.prs_slidebar_wrapper button {
  width: 50px;
  height: 50px;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  line-height: 0;
}

.prs_animate_btn1 .button {
  float: left;
  width: 150px;
  display: block;
  height: 40px;
  line-height: 4px;
  border: none;
  background: none;
  color: #ffffff !important;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 1rem;
}
.prs_animate_btn1 .button:hover {
  border: 1px solid #fff;
}
.prs_animate_btn1 .button--tamaya {
  overflow: hidden;
  color: #7986cb;
  min-width: 180px;
}
.prs_animate_btn1 .button--tamaya::before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 53%;
  left: 0;
  background: #1b1b1b;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  top: 0;
  padding-top: 1em;
}
.prs_animate_btn1 .button--tamaya::after {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  height: 53%;
  left: 0;
  background: #1b1b1b;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  bottom: 0;
  line-height: 0;
}
.prs_animate_btn1 .button--tamaya:hover::before {
  overflow: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}
.prs_animate_btn1 .button--tamaya:hover::after {
  overflow: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.prs_animate_btn1 .button--tamaya:hover > span {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.prs_animate_btn1 .button--tamaya > span {
  display: block;
  -webkit-transform: scale3d(0.2, 0.2, 1);
  transform: scale3d(0.2, 0.2, 1);
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.prs_animate_btn1 .button--tamaya.button--inverted {
  color: #37474f;
  border-color: #37474f;
}
.prs_animate_btn1 .button--tamaya.button--inverted::before {
  background: #fff;
  color: #37474f;
}
.prs_animate_btn1 .button--tamaya.button--inverted::after {
  background: #fff;
  color: #37474f;
}
.prs_animate_btn1 .prs_upcom_main_btn::before {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.prs_animate_btn1 .prs_upcom_main_btn::after {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.prs_animate_btn1 li a {
  text-transform: uppercase !important;
}

.prs_slidebar_searchbar_btn_wrapper {
  float: left;
  width: 100%;
}
.prs_slidebar_searchbar_btn_wrapper .prs_animate_btn1 .button:hover {
  border: 1px solid #000;
  color: #000 !important;
}

.prs_upcom_main_btn {
  text-transform: capitalize !important;
}
.prs_upcom_main_btn:hover {
  border: 1px solid #dedada !important;
  color: #d90368 !important;
  background: #fff;
}

.prs_upcom_main_wrapper {
  text-align: center;
}
.prs_upcom_main_wrapper ul {
  display: inline-block;
  margin-top: 30px;
}
@media (min-width: 960px) {
  .prs_upcom_main_wrapper ul {
    margin-top: 30px;
  }
}

#mobile-nav {
  position: fixed;
  top: 0;
  height: 100%;
  right: -50%;
  width: 30%;
  z-index: 999;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.8);
  transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
  -webkit-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
  -moz-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
  -o-transition: all 0.7s cubic-bezier(0.65, -0.22, 0.35, 1.13);
  overflow-x: hidden;
}
@media (min-width: 720px) {
  #mobile-nav {
    display: none;
  }
}

body.active #mobile-nav {
  right: 0 !important;
}

.mobile-nav-box {
  padding: 85px 30px;
  height: 100%;
  width: 100%;
  position: relative;
}
.mobile-nav-box::before {
  position: absolute;
  content: "";
  bottom: 0;
  right: -25px;
  height: 100%;
  width: 50%;
  background: url(../images/header/toggle-nav-bg-2.png) no-repeat;
  background-position: right;
  background-size: cover;
  z-index: 1;
}
.mobile-nav-box .achivement-blog {
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.mobile-nav-box .achivement-blog ul > li > a {
  color: #cdcbcb;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog ul > li > a span {
  color: #747474;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog ul > li > a h6 {
  color: #747474;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog ul > li > a:hover {
  color: #d90368;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog ul > li > a:hover span {
  color: #d90368;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.mobile-nav-box .achivement-blog ul > li > a:hover h6 {
  color: #d90368;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.mobile-nav-box .prs_animate_btn1 .button {
  background: #fff;
}

.mobile-logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 50;
}
.mobile-logo .manu-close {
  margin-left: auto;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.mobile-logo .manu-close i {
  font-size: 18px;
}
.mobile-logo .manu-close:hover {
  color: #d90368;
}
.mobile-logo a svg {
  fill: #d90368;
  width: 50px;
  height: 50px;
  float: left;
}
.mobile-logo a span {
  color: #000000;
  font-weight: bold;
  font-size: 22px;
  position: relative;
  top: 10px;
  left: 5px;
  text-transform: uppercase;
}

.mobile-main-logo {
  width: 200px;
  padding-left: 25px;
}
.mobile-main-logo img {
  width: 100%;
}

.mobile-list-nav {
  padding: 100px 0;
  position: relative;
  z-index: 90;
  padding-left: 25px;
}
.mobile-list-nav > li {
  padding: 15px 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.mobile-list-nav > li > a {
  font-size: 16px;
  color: #fff;
  position: relative;
  font-weight: bold;
  display: inline-block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.mobile-list-nav > li > a.dropdownlink::after {
  position: absolute;
  top: 2px;
  right: -10px;
  content: "\f078";
  width: 5px;
  height: 10px;
  font-family: FontAwesome;
}
.mobile-list-nav > li:hover > a {
  color: #d90368;
  transform: scale(1.1);
  transform: translateX(8px) scale(1.1);
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.mobile-list-nav .submenuItems {
  display: none;
  padding: 0px;
  border-radius: 5px;
  margin-top: 17px;
}
.mobile-list-nav .submenuItems li a {
  color: #f39e67;
  padding: 20px;
  padding: 6px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.achivement-blog {
  float: left;
  width: 100%;
}
.achivement-blog ul li {
  position: relative;
  color: #fff;
  padding: 5px 20px 5px 52px;
  text-align: left;
  width: 110px;
  float: left;
}
.achivement-blog ul li:first-child {
  padding-left: 28px;
}
.achivement-blog ul li:first-child i {
  left: 0;
}
.achivement-blog ul li:not(:last-child) {
  border-right: 1px solid #cdcbcb;
}
.achivement-blog ul li span {
  color: #cdcbcb;
}
.achivement-blog ul li i {
  position: absolute;
  top: 50%;
  left: 15px;
  font-size: 30px;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
}

.prs_slidebar_searchbar_wrapper {
  float: left;
  width: 100%;
  position: relative;
  z-index: 100;
}

.prs_mobail_searchbar_wrapper {
  display: none;
  float: right;
}
.prs_mobail_searchbar_wrapper input {
  float: left;
  width: calc(100% - 30px);
  height: 40px;
  border: 0;
  padding-left: 20px;
}
.prs_mobail_searchbar_wrapper button {
  float: left;
  width: 30px;
  background: #1b1b1b;
  margin: 0;
  height: 40px;
  border-radius: 0;
}
.prs_mobail_searchbar_wrapper a {
  float: left;
  width: 120px;
  height: 40px;
  line-height: 30px !important;
  text-align: center;
  background: #000;
  color: #fff;
}

.prs_top_video_section_wrapper {
  float: left;
  width: 100%;
  padding-top: 25px;
}
.prs_top_video_section_wrapper.type-inner {
  float: none;
  padding-top: 50px;
}

.st_video_slider_inner_wrapper {
  background: url("../images/index_III/main_slider_bg_img.jpg") 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  border: 6px solid #FFFFFF;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.38);
  padding-top: 62px;
  padding-bottom: 62px;
  position: relative;
}

.st_video_slider_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.st_video_slider_img {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
}
.st_video_slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.st_video_slide_sec {
  text-align: center;
  position: relative;
  z-index: 99;
}
.st_video_slide_sec h3 {
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 2px;
  font-weight: 700;
  padding-top: 20px;
}
.st_video_slide_sec p {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
}
.st_video_slide_sec h4 {
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  padding-top: 10px;
}
.st_video_slide_sec h5 {
  display: inline-block;
  margin-top: 15px;
}
.st_video_slide_sec h5 span {
  width: auto;
  float: left;
  background: #eee;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0;
  padding: 2px 5px;
  text-transform: uppercase;
  margin-left: 10px;
  border-radius: 2px;
}
.st_video_slide_sec ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}
.st_video_slide_sec ul li {
  color: #fff;
}

.test-popup-link {
  border-radius: 100%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(225, 225, 225, 0.6);
  -webkit-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.st_video_slide_social_left {
  float: left;
  width: 50%;
}
.st_video_slide_social_left li {
  float: left;
  margin-right: 10px;
}
.st_video_slide_social_left li a {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
}
.st_video_slide_social_left li:first-child a {
  background: #3b5998;
}
.st_video_slide_social_left li:nth-child(2) a {
  background: #38a1f3;
}
.st_video_slide_social_left li:nth-child(3) a {
  background: #bd081c;
}
.st_video_slide_social_left li:last-child a {
  background: #cc3333;
}

.st_video_slide_social_right {
  float: left;
  width: 50%;
}
.st_video_slide_social_right ul {
  float: right;
  padding-top: 3px;
}
.st_video_slide_social_right li {
  float: left;
  margin-left: 20px;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0.86px;
}
.st_video_slide_social_right li i {
  font-size: 18px;
  padding-right: 5px;
  position: relative;
  top: 3px;
}

.st_video_slide_social {
  padding: 20px;
  position: relative;
  padding: 20px;
  position: relative;
  float: left;
  width: 100%;
}

.st_slider_rating_btn_heart_5th {
  position: absolute;
  left: 30px;
  top: -50px;
}

.st_slider_rating_btn_heart {
  float: right;
  width: auto;
  padding-right: 30px;
}
.st_slider_rating_btn_heart h5 {
  font-size: 26px;
  color: #F3C600;
  letter-spacing: 1px;
}
.st_slider_rating_btn_heart h5 i {
  color: #d80a21;
  position: relative;
  top: 12px;
  left: -5px;
}
.st_slider_rating_btn_heart h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.87);
  letter-spacing: 1.17px;
  padding-top: 5px;
  padding-left: 35px;
}

.contentContainer {
  width: 100%;
  max-width: 625px;
  margin: 0 auto;
  padding-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 300px;
}

.sliderContainer {
  width: 100%;
  float: left;
}

.slideCaption {
  position: relative;
  width: 100%;
  height: auto;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  opacity: 0.85;
}

.video-thumbnails div {
  height: 170px;
  background: black;
  text-align: center;
  background-size: cover;
}
.video-thumbnails .slick-slide {
  opacity: 0.65;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
  outline: none;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.video-thumbnails .slick-slide:hover {
  opacity: 1;
  transform: scale(0.9);
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 70vh;
}

.videoIframe {
  width: 100%;
  height: 70vh;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  width: 100%;
  height: 83vh;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

.stroke-dotted {
  stroke-dasharray: 4, 5;
  stroke-width: 1px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animation: spin 4s infinite linear;
  animation: spin 4s infinite linear;
  -webkit-transition: opacity 1s ease, stroke-width 1s ease;
  transition: opacity 1s ease, stroke-width 1s ease;
}

.stroke-solid {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 4px;
  -webkit-transition: stroke-dashoffset 1s ease, opacity 1s ease;
  transition: stroke-dashoffset 1s ease, opacity 1s ease;
  opacity: 0;
}

.vid-icon {
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.play-vid {
  cursor: pointer;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.85;
  width: 110px;
  height: 110px;
}
.play-vid:hover .stroke-dotted {
  stroke-width: 4px;
  opacity: 1;
}
.play-vid:hover .stroke-solid {
  opacity: 1;
  stroke-dashoffset: 300;
}
.play-vid:hover .icon {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 1;
}

.slick-slide {
  color: white;
}

.slick-slide.slick-center {
  opacity: 1;
  transform: scale(0.9);
  cursor: pointer;
}

.no-fouc {
  visibility: hidden;
}

pre {
  overflow: auto;
}

.slick-list .draggable {
  height: 92vh !important;
}

.article {
  float: left;
  width: 100%;
  position: relative;
}

.ne_businees_slider_wrapper {
  margin-top: 50px;
}
.ne_businees_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.ne_businees_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: -65px;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
}
.ne_businees_slider_wrapper .owl-theme .owl-nav .owl-prev {
  font-size: 20px;
  margin: 0;
  padding: 0;
  right: 40px;
  width: 40px;
  height: 40px;
  line-height: 37px;
  top: 0;
  color: rgba(0, 0, 0, 0.54);
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 0;
  position: absolute;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ne_businees_slider_wrapper .owl-theme .owl-nav .owl-prev i:before {
  font-size: 18px;
  margin-left: 0;
}
.ne_businees_slider_wrapper .owl-theme .owl-nav .owl-prev:hover {
  color: #F06292;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ne_businees_slider_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 20px;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 37px;
  position: absolute;
  color: rgba(0, 0, 0, 0.54);
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.12);
  text-align: center;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.ne_businees_slider_wrapper .owl-theme .owl-nav .owl-next i:before {
  font-size: 18px;
  margin-left: 0;
}
.ne_businees_slider_wrapper .owl-theme .owl-nav .owl-next:hover {
  color: #F06292;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.lazy {
  width: 100%;
}
.lazy gif {
  width: auto !important;
}

.st_slider_index_sidebar_main_wrapper {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  float: left;
}

.ne_recent_heading_main_wrapper h2 {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.ne_recent_heading_main_wrapper h2:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 1;
}
.ne_recent_heading_main_wrapper h2:after {
  content: "";
  border: 1px solid #dddddd;
  width: 100px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.ne_recent_heading_main_wrapper h2 a {
  float: right;
  font-size: 14px;
  color: #F06292;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 100px;
  position: relative;
  z-index: 1;
}

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

.st_indx_slider_img_inner_img {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.st_slider_rating {
  float: left;
  width: 65px;
  height: 70px;
  text-align: center;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 16px;
  border-bottom-right-radius: 8px;
}
.st_slider_rating i {
  color: #DF1F00;
  font-size: 20px;
}
.st_slider_rating p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0;
  line-height: 12px;
}
.st_slider_rating .date_tag {
  font-size: 14px;
  color: #DF1F00;
  letter-spacing: 0;
  line-height: 12px;
  padding-bottom: 6px;
}

.st_ind_seconf_slider {
  margin-top: 60px;
}

.st_ind_sidebar_advertiz img {
  width: 100%;
  border: 6px solid #FFFFFF;
  box-shadow: 0 8px 6px 0 rgba(0, 0, 0, 0.12);
  border-radius: 5px;
}

.st_ind_sidebar_search {
  margin-top: 30px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.st_ind_sidebar_search_heading {
  border-radius: 4px 4px 0px 0px;
  padding: 12px 20px;
}
.st_ind_sidebar_search_heading p {
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
}
.st_ind_sidebar_search_heading p:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.st_ind_sidebar_search_heading p:after {
  content: "";
  border: 1px solid #dddddd;
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.st_ind_sidebar_search_ul {
  background: #fff;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 20px;
  padding-top: 0;
}

.st_ind_sidebar_search_small_box {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  position: relative;
  padding-top: 20px;
}
.st_ind_sidebar_search_small_box p a {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  line-height: 4px;
}
.st_ind_sidebar_search_small_box p a:hover {
  color: #d90368;
}
.st_ind_sidebar_search_small_box span {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 0.67px;
  text-transform: uppercase;
}
.st_ind_sidebar_search_small_box .st_sidebar_search_titte_count {
  position: absolute;
  right: 0;
  top: 16px;
  font-size: 10px;
  color: #d90368;
  letter-spacing: 0.67px;
}
.st_ind_sidebar_search_small_box:last-child {
  border-bottom: 0;
}

.mainslider_section .owl-carousel .owl-nav.disabled, .mainslider_section .owl-carousel .owl-dots.disabled {
  display: none;
}
.mainslider_section .slider .item {
  object-position: 50% top;
  background-size: cover;
  object-fit: cover;
  position: relative;
}
@media (min-width: 720px) {
  .mainslider_section .slider .item {
    height: 450px;
  }
}
@media (min-width: 960px) {
  .mainslider_section .slider .item {
    height: 550px;
  }
}
.mainslider_section .slider .item #background-video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -9;
}
.mainslider_section .slider .item .caption {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  margin: 0 auto;
  max-width: 1200px;
}
@media (min-width: 720px) {
  .mainslider_section .slider .item .caption {
    padding: 10px 0 30px 0;
  }
}
@media (max-width: 576px) {
  .mainslider_section .slider .item .caption {
    text-align: center;
  }
}
.mainslider_section .slider .item .caption .text-wrap {
  padding: 10px;
  color: #fff;
}
@media (min-width: 720px) {
  .mainslider_section .slider .item .caption .text-wrap {
    margin: 15vh 0;
    padding: 30px;
  }
}
@media (min-width: 960px) {
  .mainslider_section .slider .item .caption .text-wrap {
    margin: 20vh 0 0;
    padding: 30px;
  }
}
.mainslider_section .slider .item .caption .text-wrap h1 {
  color: #ED1B25;
  line-height: 1;
  text-shadow: 0 2px 2px black;
}
@media (min-width: 720px) {
  .mainslider_section .slider .item .caption .text-wrap h1 {
    font-size: 80px;
    width: 850px;
    line-height: 1.5;
  }
}
@media (max-width: 576px) {
  .mainslider_section .slider .item .caption .text-wrap h1 {
    font-size: 38px;
    line-height: 1.2;
  }
}
.mainslider_section .slider .item .caption .text-wrap p {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 2px 0px black;
  font-size: 22px;
}
@media (max-width: 576px) {
  .mainslider_section .slider .item .caption .text-wrap p {
    text-align: center;
    font-size: 18px;
  }
}

.st_notes_wrapper {
  padding-top: 60px;
}
.st_notes_wrapper h4 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 1px;
  line-height: 14px;
  font-weight: 800;
}
.st_notes_wrapper h5 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 1px;
  padding-top: 5px;
  line-height: 18px;
}
.st_notes_wrapper h5 a {
  color: #F06292;
}

.cc_pc_accordion {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.cc_pc_accordion .box {
  color: #ffffff;
  text-align: left;
  padding: 10px;
  padding-left: 25px;
  padding-bottom: 30px;
}
.cc_pc_accordion input[type=checkbox] {
  display: none;
}
.cc_pc_accordion input[type=checkbox] + label:before {
  border: 1px solid #010101;
  opacity: 0.54;
  content: " ";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0.2em 0.56em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  border-radius: 3px;
}
.cc_pc_accordion input[type=checkbox]:checked + label:before {
  border: 0;
  color: #F06292;
  content: "✓";
  font-weight: 900;
  background: transparent;
  border: 1px solid #010101;
}
.cc_pc_accordion input[type=checkbox]:checked + label:after {
  font-weight: 900;
}
.cc_pc_accordion label {
  cursor: pointer;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0.83px;
  text-transform: uppercase;
  font-weight: 600;
}

.cc_pc_first_accordion_heading_wrapper h2 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.cc_pc_second_accordion_wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.cc_pc_second_accordion_wrapper2 {
  margin-top: 0;
}

.box p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.cc_pc_color_accordion .box {
  color: #ffffff;
  margin-top: 23px;
  text-align: left;
  margin-left: 26px;
}
.cc_pc_color_accordion input[type=checkbox] {
  display: none;
}
.cc_pc_color_accordion input[type=checkbox]:checked + label:after {
  font-weight: bold;
}
.cc_pc_color_accordion label {
  cursor: pointer;
  color: #797979;
  font-size: 16px;
}

.accordion {
  width: 100%;
  max-width: 360px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #eeeeee;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  background: #333545;
  border-radius: 4px 4px 0px 0px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 20px;
  top: 20px;
  font-size: 12px;
}
.accordion li.open .link {
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  background: #333545;
  border-radius: 4px 4px 0px 0px;
}
.accordion li.open i {
  color: #fff;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion li.default .submenu {
  display: block;
}
.accordion .cc_product_heading {
  padding-left: 26px !important;
  text-transform: uppercase;
  font-weight: bold;
}
.accordion .cc_product_heading i {
  top: 18px;
}

.cc_pc_icon {
  font-size: 20px !important;
}

.submenu {
  display: none;
  background: #ffffff;
  font-size: 14px;
  border: 0;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 12px;
  padding-left: 42px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.submenu a:hover {
  background: #1887e5;
  color: #FFF;
}

.cc_pc_accordion2 {
  margin-top: 10px;
}

.st_indx_tabs_ul .nav {
  display: inline-block;
  background: transparent;
  box-shadow: 0;
  border-bottom: 0;
  margin-top: 3px;
}
.st_indx_tabs_ul .nav li {
  float: left;
}
.st_indx_tabs_ul .nav-tabs li:first-child .nav-link.active {
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.st_indx_tabs_ul .nav-tabs li:last-child .nav-link.active {
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.st_indx_tabs_ul .nav-tabs .nav-link {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 30px;
  padding-left: 0;
  font-family: "Roboto", sans-serif;
}
.st_indx_tabs_ul .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.st_indx_tabs_ul .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.st_indx_tabs_ul .nav-tabs .nav-item.show .nav-link {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: transparent;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.st_indx_tabs_ul .nav-tabs .nav-link.active {
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
  border-color: transparent;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  position: relative;
}
.st_indx_tabs_ul .nav-tabs .nav-link.active:after {
  content: "";
  border: 2px solid #F06292;
  position: absolute;
  left: 0;
  top: -3px;
  width: 60px;
}

.st_tabs_2 {
  margin-top: 30px;
}

.prs_upcom_movie_box_wrapper {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_btn_wrapper li:first-child a {
  margin-left: 0;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_btn_wrapper li:last-child a {
  margin-right: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_img_overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
.prs_upcom_movie_box_wrapper:hover .prs_upcom_movie_content_box {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_upcom_movie_img_box {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.prs_upcom_movie_img_box img {
  width: 100%;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
@media (min-width: 720px) {
  .prs_upcom_movie_img_box img {
    height: 270px;
    object-fit: cover;
  }
}

.prs_upcom_movie_img_overlay {
  position: absolute;
  top: 200px;
  right: 200px;
  left: 200px;
  bottom: 200px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  -ms-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
  transition: all 0.55s linear;
}

.prs_upcom_movie_img_btn_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.prs_upcom_movie_img_btn_wrapper ul {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 30%;
  left: 0;
}
.prs_upcom_movie_img_btn_wrapper li {
  float: none;
}
.prs_upcom_movie_img_btn_wrapper li:first-child a {
  display: inline-block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #d90368;
  color: #ffffff;
  margin-left: -900px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1rem;
}
.prs_upcom_movie_img_btn_wrapper li:first-child a:hover {
  background: transparent;
  border: 1px solid #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_movie_img_btn_wrapper li:nth-last-child(2) a {
  display: inline-block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #d90368;
  margin-right: -900px;
  background: transparent;
  color: #ffffff;
  margin-top: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1rem;
}
.prs_upcom_movie_img_btn_wrapper li:nth-last-child(2) a:hover {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_movie_img_btn_wrapper li:last-child a {
  width: 140px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_movie_img_btn_wrapper li:last-child a:hover {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_upcom_movie_content_box {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 20px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_movie_content_box h2 {
  line-height: 1;
}
.prs_upcom_movie_content_box h2 a {
  font-size: 16px;
  line-height: 1;
  color: #000000;
  font-weight: 600;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_movie_content_box h2 a:hover {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_movie_content_box p {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-right: -200px;
}
.prs_upcom_movie_content_box i {
  color: #d90368;
}

.prs_upcom_movie_content_box_inner {
  width: 100%;
}

.prs_upcom_movie_content_box_description {
  color: #797979;
  text-align: justify;
  margin-top: 20px;
}
@media (min-width: 720px) {
  .prs_upcom_movie_content_box_description {
    min-height: 115px;
  }
  .prs_upcom_movie_content_box_description.type_cat {
    min-height: 60px;
  }
}

.prs_upcom_movie_content_box_inner_icon {
  float: left;
  width: 25%;
  padding-top: 20px;
}
.prs_upcom_movie_content_box_inner_icon li {
  float: right;
}
.prs_upcom_movie_content_box_inner_icon li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: left;
  border: 1px solid #eeeeee;
  color: #d90368;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_movie_content_box_inner_icon li a:hover {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #d90368;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_movie_content_box_inner_icon li a:hover i {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_movie_content_box_inner_icon li a i:before {
  margin-left: 0;
}

.prs_upcom_movie_content_box_btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prs_upcom_movie_content_box_btn ul li:first-child {
  margin: 20px 0 15px;
}

.prs_theater_main_slider_wrapper {
  padding-top: 60px;
  width: 100%;
  float: left;
  padding-bottom: 60px;
}

.wrap-album-slider-top-slider {
  padding-top: 100px;
}

.prs_theater_sec_heading_wrapper {
  width: 100%;
  float: left;
  text-align: center;
}
.prs_theater_sec_heading_wrapper h2 {
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.prs_theater_sec_heading_wrapper h2:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 1;
}
.prs_theater_sec_heading_wrapper h2:after {
  content: "";
  border: 1px solid #dddddd;
  width: 170px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
}

.prs_patner_main_section_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 55px;
}

.prs_pn_slider_wraper {
  float: left;
  width: 100%;
  margin-top: 80px;
}
.prs_pn_slider_wraper .owl-theme .owl-dots {
  display: none;
}
.prs_pn_slider_wraper .owl-theme .owl-nav {
  position: absolute;
  top: 30%;
  z-index: 1000;
  display: block;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.prs_pn_slider_wraper .owl-theme .owl-nav .owl-prev {
  margin: 0;
  padding: 0;
  left: -75px;
  font-size: 26px;
  top: 0;
  color: #ffffff;
  width: 50px;
  height: 50px;
  padding-left: 5px;
  line-height: 45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prs_pn_slider_wraper .owl-theme .owl-nav .owl-prev i:before {
  margin-left: 0;
}
.prs_pn_slider_wraper .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  right: -75px;
  top: -5px;
  position: absolute;
  color: #ffffff;
  width: 50px;
  padding-left: 12px;
  height: 50px;
  line-height: 39px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_pn_slider_wraper .owl-theme .owl-nav .owl-next i:before {
  margin-left: 0;
}

.prs_pn_img_wrapper img {
  width: 100%;
  opacity: 0.4;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_pn_img_wrapper img:hover {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_heading_section_wrapper {
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
  float: left;
  width: 100%;
  text-align: center;
  padding-bottom: 10px;
}
.prs_heading_section_wrapper h2 {
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.prs_heading_section_wrapper h2:after {
  content: "";
  border: 1px solid #dddddd;
  width: 170px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
  content: "";
  border: 1px solid #dddddd;
  width: 170px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.prs_heading_section_wrapper h2:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 1;
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 1;
}

.prs_newsletter_wrapper {
  float: left;
  width: 100%;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding-top: 60px;
  padding-bottom: 53px;
}

.prs_newsletter_text {
  float: left;
  width: 100%;
}
.prs_newsletter_text h3 {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #ffffff;
  margin: 12px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .prs_newsletter_text h3 {
    font-size: 24px;
  }
}

.prs_newsletter_field {
  float: left;
  width: 100%;
}
.prs_newsletter_field input {
  float: left;
  width: calc(100% - 160px);
  border: 2px solid rgba(255, 255, 255, 0.33);
  height: 50px;
  line-height: 50px;
  padding: 0px 15px;
  color: #ffffff;
  border-right: 0;
  background-color: transparent;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.prs_newsletter_field input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.prs_newsletter_field input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.prs_newsletter_field input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.prs_newsletter_field input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.prs_newsletter_field button {
  float: left;
  width: 160px;
  height: 50px;
  font-weight: bold;
  background-color: #ffffff;
  color: #d90368;
  border: 0px;
  letter-spacing: 1px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_newsletter_field button:hover {
  background: #000000;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_footer_main_section_wrapper {
  background: #111111;
  float: left;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.prs_footer_cont1_wrapper {
  float: left;
  width: 100%;
}
.prs_footer_cont1_wrapper h2 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  text-transform: uppercase;
}
.prs_footer_cont1_wrapper h2:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.28);
  width: 90px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.prs_footer_cont1_wrapper h2:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
}
.prs_footer_cont1_wrapper p {
  font-size: 15px;
  padding-top: 55px;
  color: rgba(255, 255, 255, 0.57);
}
.prs_footer_cont1_wrapper ul {
  padding-top: 45px;
}
.prs_footer_cont1_wrapper li {
  margin-top: 10px;
}
.prs_footer_cont1_wrapper li i {
  color: #d90368;
  font-size: 10px;
  position: relative;
  top: -1px;
}
.prs_footer_cont1_wrapper li a {
  color: rgba(255, 255, 255, 0.57);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_footer_cont1_wrapper li a:hover {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_footer_cont1_wrapper li a img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.prs_footer_cont1_wrapper_4 ul {
  padding-top: 10px;
}
.prs_footer_cont1_wrapper_4 li {
  float: left;
  width: 49%;
  margin-top: 0;
}
.prs_footer_cont1_wrapper_4 li:last-child {
  margin-left: 5px;
}
.prs_footer_cont1_wrapper_4 li img {
  width: 100%;
}
.prs_footer_cont1_wrapper_4 h5 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  color: rgba(255, 255, 255, 0.57);
  padding-top: 25px;
  float: left;
  width: 100%;
}
.prs_footer_cont1_wrapper_4 h5 span {
  color: #d90368;
}

.prs_bottom_footer_cont_wrapper p {
  color: rgba(255, 255, 255, 0.57);
}
.prs_bottom_footer_cont_wrapper p a {
  color: #d90368;
  font-size: 14px;
}

.footer_img {
  margin-top: 20px !important;
}

.prs_footer_social_wrapper {
  float: left;
  width: 100%;
}
.prs_footer_social_wrapper h2 {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
.prs_footer_social_wrapper ul {
  float: right;
}
.prs_footer_social_wrapper li {
  float: left;
  margin-right: 10px;
}
.prs_footer_social_wrapper li a {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.37);
  color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_footer_social_wrapper li a:hover {
  border: 1px solid #d90368;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_bottom_footer_wrapper {
  float: left;
  width: 100%;
  background: #0e0e0e;
  padding-top: 20px;
  padding-bottom: 20px;
}

.prs_title_main_sec_wrapper {
  background: url("../images/content/about/banner.jpg") 50% 0 repeat-y;
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  padding-top: 75px;
  text-align: center;
}

.prs_title_img_overlay {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.8);
}

.prs_title_heading_wrapper {
  float: left;
  width: 100%;
}
.prs_title_heading_wrapper h2 {
  font-size: 36px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.prs_title_heading_wrapper ul {
  display: inline-block;
  background: rgba(255, 255, 255, 0.13);
  padding: 10px 30px;
  margin-top: 40px;
  position: relative;
  top: 4px;
}
.prs_title_heading_wrapper li {
  float: left;
  color: #d90368;
}
.prs_title_heading_wrapper li a {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_title_heading_wrapper li a:hover {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_about_presenter_main_wrapper {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding-top: 94px;
  padding-bottom: 100px;
}

.prs_about_pre_left_sec_wrapper {
  float: left;
  width: 100%;
}

.prs_ap_left_img_wrapper {
  float: left;
  width: 100%;
}
.prs_ap_left_img_wrapper img {
  width: 100%;
}

.prs_ap_left_img_cont_wrapper {
  float: left;
  width: 100%;
  padding-top: 40px;
}
.prs_ap_left_img_cont_wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  position: relative;
}
.prs_ap_left_img_cont_wrapper h2:after {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.prs_ap_left_img_cont_wrapper h2:before {
  content: "";
  border: 1px solid #e2e2e2;
  width: 85px;
  position: absolute;
  bottom: -14px;
  left: 0;
}
.prs_ap_left_img_cont_wrapper p {
  color: #3c3c3c;
}

.prs_about_pre_right_sec_wrapper {
  float: left;
  width: 100%;
}
.prs_about_pre_right_sec_wrapper:hover .prs_about_pre_right_slider_sec_cont_wrapper {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_about_pre_right_slider_sec_wrapper {
  float: left;
  width: 100%;
}
.prs_about_pre_right_slider_sec_wrapper .owl-theme .owl-dots {
  display: none;
}
.prs_about_pre_right_slider_sec_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: 40%;
  z-index: 1000;
  display: block;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.prs_about_pre_right_slider_sec_wrapper .owl-theme .owl-nav .owl-prev {
  margin: 0;
  padding: 0;
  left: 20px;
  font-size: 26px;
  top: 0;
  color: #ffffff;
  width: 50px;
  height: 50px;
  padding-left: 5px;
  line-height: 45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prs_about_pre_right_slider_sec_wrapper .owl-theme .owl-nav .owl-prev i:before {
  margin-left: 0;
}
.prs_about_pre_right_slider_sec_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  right: 20px;
  top: -5px;
  position: absolute;
  color: #ffffff;
  width: 50px;
  padding-left: 12px;
  height: 50px;
  line-height: 39px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_about_pre_right_slider_sec_wrapper .owl-theme .owl-nav .owl-next i:before {
  margin-left: 0;
}

.prs_about_pre_right_slider_sec_cont_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 60px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_about_pre_right_slider_sec_cont_wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  position: relative;
}
.prs_about_pre_right_slider_sec_cont_wrapper h2:after {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -15px;
  left: 0;
}
.prs_about_pre_right_slider_sec_cont_wrapper h2:before {
  content: "";
  border: 1px solid #e2e2e2;
  width: 85px;
  position: absolute;
  bottom: -14px;
  left: 0;
}
.prs_about_pre_right_slider_sec_cont_wrapper p {
  color: #3c3c3c;
}
.prs_about_pre_right_slider_sec_cont_wrapper ul {
  padding-top: 30px;
  float: left;
  width: 50%;
}
.prs_about_pre_right_slider_sec_cont_wrapper li i {
  color: #d90368;
}

.prs_about_vp_main_section_wrapper {
  background: #ffffff;
}

.prs_about_team_main_wrapper {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding-top: 94px;
  padding-bottom: 94px;
}

.prs_about_team_first_mem_wrapper {
  float: left;
  width: 100%;
  margin-top: 80px;
  text-align: center;
  margin-bottom: 10px;
}
.prs_about_team_first_mem_wrapper:hover .prs_about_first_mem_img_cont_wrapper {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
}
.prs_about_team_first_mem_wrapper:hover .prs_about_first_mem_img_cont_wrapper h2 a {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_about_team_first_mem_wrapper:hover .prs_at_social_main_wrapper {
  bottom: -5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_about_team_first_mem_wrapper:hover .prs_at_social_main_wrapper li:first-child {
  top: 0;
  -webkit-transition: all 0.45s linear;
  -moz-transition: all 0.45s linear;
  -ms-transition: all 0.45s linear;
  -o-transition: all 0.45s linear;
  transition: all 0.45s linear;
}
.prs_about_team_first_mem_wrapper:hover .prs_at_social_main_wrapper li:nth-child(2) {
  top: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  -ms-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
.prs_about_team_first_mem_wrapper:hover .prs_at_social_main_wrapper li:nth-child(3) {
  top: 0;
  -webkit-transition: all 0.65s linear;
  -moz-transition: all 0.65s linear;
  -ms-transition: all 0.65s linear;
  -o-transition: all 0.65s linear;
  transition: all 0.65s linear;
}
.prs_about_team_first_mem_wrapper:hover .prs_at_social_main_wrapper li:last-child {
  top: 0;
  -webkit-transition: all 0.75s linear;
  -moz-transition: all 0.75s linear;
  -ms-transition: all 0.75s linear;
  -o-transition: all 0.75s linear;
  transition: all 0.75s linear;
}

.prs_about_first_mem_img_wrapper {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.prs_about_first_mem_img_wrapper img {
  width: 100%;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}

.prs_about_first_mem_img_cont_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_about_first_mem_img_cont_wrapper h2 a {
  color: #000000;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_about_first_mem_img_cont_inner_wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.prs_at_social_main_wrapper {
  float: left;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -100px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_at_social_main_wrapper ul {
  display: inline-block;
  background: rgba(255, 68, 68, 0.83);
  padding: 10px 30px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
.prs_at_social_main_wrapper li {
  float: left;
  margin-right: 20px;
  position: relative;
  top: 100px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_at_social_main_wrapper li a {
  color: #ffffff;
  float: left;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_at_social_main_wrapper li a:hover {
  transform: scale(1.2);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_at_social_main_wrapper li:last-child {
  margin-right: 0;
}

.prs_about_team_first_mem_wrapper2 {
  margin-top: 45px;
}

.prs_ap_btn_wrapper ul {
  margin-top: 49px;
}

.counter_section {
  background: url("../images/content/about/counter_bg.jpg") 50% 0 repeat-y;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-bottom: 57px;
  float: left;
  background-attachment: fixed;
}

.trucking_counter {
  margin-top: 70px;
}
.trucking_counter .con {
  width: 95px;
  height: 85px;
  background: #d90368;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.trucking_counter .con:after {
  content: "";
  width: 65px;
  height: 10px;
  background: #f1bc77;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: -10px;
  z-index: -1;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}

.count-description {
  margin-top: 30px;
}
.count-description span {
  font-size: 40px;
  color: #fff;
  margin-top: 30px;
  font-weight: 900;
}

.con1 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

.con2 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

.con3 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

.con4 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
}

.counter_btn {
  display: inline-block;
  margin-top: 9px;
}
.counter_btn ul {
  padding: 0;
  list-style: none;
  margin-top: 40px;
}
.counter_btn li {
  position: relative;
}
.counter_btn li a {
  width: 205px;
  height: 50px;
  float: left;
  background: transparent;
  text-align: center;
  line-height: 45px;
  border-radius: 50px;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 2px;
  border: 2px solid #fca900;
}
.counter_btn li a:hover {
  background: #fca900;
  border: 2px solid transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}
.counter_btn li:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.06);
  width: 191%;
  display: inline-block;
  position: absolute;
  margin-left: 15px;
  margin-top: 22px;
}
.counter_btn li:before {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.06);
  width: 191%;
  display: inline-block;
  position: absolute;
  margin-right: 15px;
  margin-top: 22px;
  left: -412px;
}

.prs_mc_slider_main_wrapper {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 70px;
  background: #f6f6f6;
}

.prs_mc_slider_wrapper {
  float: left;
  width: 100%;
}
.prs_mc_slider_wrapper img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.prs_mc_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.prs_mc_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: 46%;
  z-index: 1000;
  display: block;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.prs_mc_slider_wrapper .owl-theme .owl-nav .owl-prev {
  margin: 0;
  padding: 0;
  left: -80px;
  font-size: 26px;
  top: 0;
  color: #ffffff;
  width: 50px;
  height: 50px;
  padding-left: 5px;
  line-height: 45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prs_mc_slider_wrapper .owl-theme .owl-nav .owl-prev i:before {
  margin-left: 0;
}
.prs_mc_slider_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  right: -80px;
  top: -5px;
  position: absolute;
  color: #ffffff;
  width: 50px;
  padding-left: 12px;
  height: 50px;
  line-height: 39px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_mc_slider_wrapper .owl-theme .owl-nav .owl-next i:before {
  margin-left: 0;
}

.prs_mcc_left_side_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 40px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_mcc_left_side_wrapper:hover {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_mcc_right_side_wrapper {
  float: left;
  width: 100%;
}

.prs_mcc_right_side_heading_wrapper {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.prs_mcc_right_side_heading_wrapper h2 {
  font-size: 26px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.prs_mcc_right_side_heading_wrapper h2:after {
  content: "";
  border: 1px solid #dddddd;
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.prs_mcc_right_side_heading_wrapper h2:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 1;
}
.prs_mcc_right_side_heading_wrapper ul {
  float: right;
  margin-top: -34px;
}
.prs_mcc_right_side_heading_wrapper .nav-pills > li.active > a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #d90368;
}
.prs_mcc_right_side_heading_wrapper .nav-pills > li.active > a:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #d90368;
}
.prs_mcc_right_side_heading_wrapper .nav-pills > li.active > a:focus {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #d90368;
}
.prs_mcc_right_side_heading_wrapper .nav-pills > li > a {
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.prs_mcc_right_side_heading_wrapper .nav-pills > li:first-child {
  margin-right: 5px;
}

.prs_mcc_movie_box_wrapper {
  margin-top: 20px;
}

.pagination {
  margin: 0;
  padding-top: 45px;
}
.pagination > li > a {
  color: #000000;
  background: #ffffff;
  font-size: 16px;
  border: 1px solid #e7e7e7;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  line-height: 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  margin-right: 10px;
  margin-top: 5px !important;
}
.pagination > li > a:hover {
  z-index: 2;
  color: #fff;
  border: 1px solid transparent;
  background-color: #111111;
  border-color: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination > li > a:focus {
  z-index: 2;
  color: #fff;
  border: 1px solid transparent;
  background-color: #111111;
  border-color: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination > li:first-child > a {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #d90368;
  margin-right: 20px;
  background: #d90368;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.pagination > li:first-child:hover > a {
  background: #111111;
  border: 1px solid transparent;
}
.pagination > li a i:before {
  margin-left: 0;
}
.pagination > li:last-child > a {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #d90368;
  margin-left: 10px;
  background: #d90368;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  border: 1px solid transparent;
  background-color: #111111;
  border-color: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  border: 1px solid transparent;
  background-color: #111111;
  border-color: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_mcc_left_searchbar_wrapper {
  float: left;
  width: 100%;
}
.prs_mcc_left_searchbar_wrapper input {
  width: calc(100% - 50px);
  float: left;
  height: 50px;
  padding-left: 20px;
  background: #f8f8f8;
  border: 0;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.prs_mcc_left_searchbar_wrapper button {
  width: 50px;
  height: 50px;
  float: left;
  border: 0;
  background: #d90368;
  color: #ffffff;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_mcc_left_searchbar_wrapper button:hover {
  background: #111111;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_mcc_left_searchbar_wrapper button i:before {
  margin-left: 0;
}

.prs_mcc_bro_title_wrapper {
  float: left;
  width: 100%;
  padding-top: 60px;
}
.prs_mcc_bro_title_wrapper h2 {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.prs_mcc_bro_title_wrapper h2:after {
  content: "";
  border: 1px solid #dddddd;
  width: 150px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.prs_mcc_bro_title_wrapper h2:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 1;
}
.prs_mcc_bro_title_wrapper ul {
  margin-top: 45px;
}
.prs_mcc_bro_title_wrapper li {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-top: 10px;
}
.prs_mcc_bro_title_wrapper li:last-child {
  border-bottom: 0;
}
.prs_mcc_bro_title_wrapper li i {
  color: #d90368;
}
.prs_mcc_bro_title_wrapper li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_mcc_bro_title_wrapper li a span {
  float: right;
}
.prs_mcc_bro_title_wrapper li a:hover {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_mcc_event_title_wrapper {
  float: left;
  width: 100%;
  margin-top: 55px;
}
.prs_mcc_event_title_wrapper h2 {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.prs_mcc_event_title_wrapper h2:after {
  content: "";
  border: 1px solid #dddddd;
  width: 150px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.prs_mcc_event_title_wrapper h2:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 1;
}
.prs_mcc_event_title_wrapper img {
  width: 100%;
  margin-top: 45px;
}
.prs_mcc_event_title_wrapper h3 {
  font-size: 18px;
  padding-top: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.prs_mcc_event_title_wrapper h3 a {
  color: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_mcc_event_title_wrapper h3 a:hover {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_mcc_event_title_wrapper p {
  padding-top: 10px;
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 15px;
}
.prs_mcc_event_title_wrapper p span {
  float: right;
}
.prs_mcc_event_title_wrapper p span i {
  color: #d90368;
  font-size: 14px;
}
.prs_mcc_event_title_wrapper h4 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #d90368;
  padding-top: 15px;
}
.prs_mcc_event_title_wrapper h4 span {
  float: right;
  color: #000000;
}

.prs_mcc_list_movie_main_wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.prs_mcc_list_movie_main_wrapper:hover .prs_mcc_list_movie_img_cont_wrapper {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_mcc_list_movie_img_wrapper {
  float: left;
  width: 325px;
}
.prs_mcc_list_movie_img_wrapper img {
  width: 100%;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  height: 300px;
  object-fit: cover;
}

.prs_mcc_list_movie_img_cont_wrapper {
  float: left;
  width: calc(100% - 325px);
  background: #ffffff;
  min-height: 300px;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_mcc_list_left_cont_wrapper {
  float: left;
  width: 80%;
}
.prs_mcc_list_left_cont_wrapper h2 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.prs_mcc_list_left_cont_wrapper p {
  padding-top: 10px;
}
.prs_mcc_list_left_cont_wrapper p i {
  color: #d90368;
}
.prs_mcc_list_left_cont_wrapper h4 {
  color: #d90368;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  padding-top: 10px;
}

.prs_mcc_list_right_cont_wrapper {
  float: left;
  width: 20%;
}
.prs_mcc_list_right_cont_wrapper a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  float: right;
  border: 1px solid #eeeeee;
  color: #d90368;
  margin-top: 10px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_mcc_list_right_cont_wrapper a i:before {
  margin-left: 0;
}
.prs_mcc_list_right_cont_wrapper a:hover {
  background: #d90368;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_mcc_list_bottom_cont_wrapper {
  float: left;
  width: 100%;
  padding-top: 25px;
}
.prs_mcc_list_bottom_cont_wrapper ul {
  padding-top: 30px;
}
.prs_mcc_list_bottom_cont_wrapper li {
  float: left;
  margin-right: 20px;
}
.prs_mcc_list_bottom_cont_wrapper li:first-child a {
  float: left;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #d90368;
  border: 1px solid #d90368;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1rem;
}
.prs_mcc_list_bottom_cont_wrapper li:first-child a:hover {
  background: transparent;
  color: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_mcc_list_bottom_cont_wrapper li:nth-last-child(2) a {
  float: left;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: transparent;
  border: 1px solid #d90368;
  color: #000000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 1rem;
}
.prs_mcc_list_bottom_cont_wrapper li:nth-last-child(2) a:hover {
  background: #d90368;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_mcc_list_bottom_cont_wrapper li:last-child a {
  width: 140px;
}
.prs_mcc_list_bottom_cont_wrapper p {
  color: #747474;
}

.prs_ms_trailer_vid_main_wrapper {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding-top: 94px;
  padding-bottom: 94px;
}

.prs_ms_trailer_vid_wrapper {
  float: left;
  width: 100%;
  background: url("../images/content/movie_single/vid_bg.jpg") 50% 0 repeat-y;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 170px;
  padding-bottom: 170px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 70px;
}

.prs_ms_trailer_vid_img_overlay {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.prs_ms_trailer_vid_icon_wrapper {
  text-align: center;
  float: left;
  width: 100%;
}
.prs_ms_trailer_vid_icon_wrapper ul {
  display: inline-block;
}
.prs_ms_trailer_vid_icon_wrapper li {
  border: 10px solid rgba(255, 255, 255, 0.29);
  float: left;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.prs_ms_trailer_vid_icon_wrapper li a {
  float: left;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #d90368;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  animation-duration: 1s;
  animation-delay: 100ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}
.prs_ms_trailer_vid_icon_wrapper li a i:before {
  margin-left: 0;
  font-size: 35px;
}
.prs_ms_trailer_vid_icon_wrapper h2 {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}

.prs_ms_trailer_slider_main_wrapper {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.prs_ms_trailer_slider_left_wrapper {
  float: left;
  width: 60%;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-dots {
  position: absolute;
  top: 90%;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.37);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(255, 255, 255, 0.63);
  width: 13px;
  height: 13px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-dots .owl-dot:hover span:after {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.77);
  width: 23px;
  height: 24px;
  border-radius: 100%;
  position: absolute;
  margin-left: -11px;
  margin-top: -5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-dots .owl-dot.active span {
  background: rgba(255, 255, 255, 0.63);
  width: 13px;
  height: 13px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-dots .owl-dot.active span:after {
  content: "";
  border: 2px solid rgba(255, 255, 255, 0.77);
  width: 23px;
  height: 24px;
  border-radius: 100%;
  position: absolute;
  margin-left: -11px;
  margin-top: -5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  z-index: 1000;
  display: block;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-nav .owl-prev {
  margin: 0;
  padding: 0;
  left: 15px;
  font-size: 26px;
  top: 0;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 47px;
  padding-left: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-nav .owl-prev i:before {
  margin-left: 0;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  right: 15px;
  top: -5px;
  position: absolute;
  color: #ffffff;
  width: 50px;
  padding-left: 11px;
  height: 50px;
  line-height: 37px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_trailer_slider_left_wrapper .owl-theme .owl-nav .owl-next i:before {
  margin-left: 0;
}

.prs_ms_trailer_slider_right_wrapper {
  float: left;
  width: 40%;
  background: #fff;
  min-height: 468px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 80px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_trailer_slider_right_wrapper:hover {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_trailer_slider_right_wrapper h2 {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
}
.prs_ms_trailer_slider_right_wrapper h2 span {
  color: #d90368;
}
.prs_ms_trailer_slider_right_wrapper p {
  text-transform: uppercase;
  font-size: 18px;
  padding-top: 25px;
}
.prs_ms_trailer_slider_right_wrapper img {
  width: 100%;
  margin-top: 25px;
}
.prs_ms_trailer_slider_right_wrapper h5 {
  font-family: "Lato", sans-serif;
  color: #797979;
  font-size: 16px;
  padding-top: 25px;
  line-height: 26px;
}
.prs_ms_trailer_slider_right_wrapper h5 span {
  color: #000000;
}
.prs_ms_trailer_slider_right_wrapper li {
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
}
.prs_ms_trailer_slider_right_wrapper li span {
  color: #d90368;
}

.prs_ms_trailer_slider_left_img_wrapper img {
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.prs_movie_cast_main_slider_wrapper {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding-bottom: 94px;
}
.prs_movie_cast_main_slider_wrapper .bx-viewport {
  height: 400px !important;
}

.prs_movie_cast_heading_wrapper {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.prs_movie_cast_heading_wrapper h2 {
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.prs_movie_cast_heading_wrapper h2:after {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.12);
  width: 170px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.prs_movie_cast_heading_wrapper h2:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 1;
}

.prs_ms_cast_slider_cont_wrapper {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_cast_slider_cont_wrapper:hover {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_ms_cast_img_wrapper {
  float: left;
  width: 100%;
}
.prs_ms_cast_img_wrapper img {
  width: 100%;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}

.prs_ms_cast_img_cont_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.prs_ms_cast_img_cont_wrapper h4 {
  font-size: 18px;
}
.prs_ms_cast_img_cont_wrapper h4 a {
  color: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_cast_img_cont_wrapper h4 a:hover {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_cast_img_cont_wrapper p {
  font-size: 14px;
  padding-top: 5px;
}

.prs_syn_main_section_wrapper {
  float: left;
  width: 100%;
  background: #f1f1f1;
  padding-top: 94px;
  padding-bottom: 100px;
}

.prs_syn_cont_wrapper {
  float: left;
  width: 100%;
}
.prs_syn_cont_wrapper h3 {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.prs_syn_cont_wrapper h3:after {
  content: "";
  width: 30px;
  border: 2px solid #d90368;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.prs_syn_cont_wrapper h3:before {
  content: "";
  width: 90px;
  border: 1px solid #e3e3e3;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.prs_syn_cont_wrapper h4 {
  font-size: 18px;
  color: #ED1B25;
  padding-top: 50px;
  font-family: "Lato", sans-serif;
}
.prs_syn_cont_wrapper h4 span {
  color: #000000;
}
.prs_syn_cont_wrapper p {
  padding-top: 30px;
}

.prs_syn_img_wrapper {
  float: left;
  width: 100%;
}
.prs_syn_img_wrapper img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.prs_ms_scene_main_wrapper {
  float: left;
  width: 100%;
  padding-top: 94px;
  padding-bottom: 210px;
  background: #f1f1f1;
}

.prs_ms_scene_slider_img {
  float: left;
  width: 100%;
  position: relative;
}
.prs_ms_scene_slider_img img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.prs_ms_scene_slider_img:hover .prs_ms_scene_img_overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.prs_ms_scene_slider_img:hover .prs_ms_scene_img_overlay a {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_ms_scene_slider_wrapper {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.prs_ms_scene_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.prs_ms_scene_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  bottom: -59px;
  z-index: 1000;
  display: block;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.prs_ms_scene_slider_wrapper .owl-theme .owl-nav .owl-prev {
  margin: 0;
  padding: 0;
  font-size: 26px;
  top: 0;
  margin-left: -55px;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 47px;
  padding-left: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prs_ms_scene_slider_wrapper .owl-theme .owl-nav .owl-prev i:before {
  margin-left: 0;
}
.prs_ms_scene_slider_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  top: -5px;
  position: absolute;
  color: #ffffff;
  width: 50px;
  margin-left: 2px;
  padding-left: 11px;
  height: 50px;
  line-height: 37px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_scene_slider_wrapper .owl-theme .owl-nav .owl-next i:before {
  margin-left: 0;
}

.prs_ms_scene_img_overlay:after {
  content: "";
  position: absolute;
  top: 200px;
  bottom: 200px;
  right: 200px;
  left: 200px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  content: "";
  position: absolute;
  top: 200px;
  bottom: 200px;
  right: 200px;
  left: 200px;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.prs_ms_scene_img_overlay a {
  display: inline-block;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 42%;
  font-size: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 10;
  opacity: 0;
  animation-duration: 1s;
  animation-delay: 100ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 42%;
  font-size: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: 10;
  opacity: 0;
  animation-duration: 1s;
  animation-delay: 100ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_scene_img_overlay a i:before {
  margin-left: 0;
  color: #ffffff;
  margin-left: 0;
  color: #ffffff;
}
.prs_ms_scene_img_overlay ul {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 40%;
}
.prs_ms_scene_img_overlay li {
  border: 10px solid rgba(255, 255, 255, 0.29);
  float: left;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.prs_ms_scene_img_overlay li a {
  float: left;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #d90368;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  animation-duration: 1s;
  animation-delay: 100ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}
.prs_ms_scene_img_overlay li a i:before {
  margin-left: 0;
  font-size: 35px;
}

.prs_ms_scene_slider_img2 {
  margin-top: 30px;
}

.prs_ms_crew_main_wrapper {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding-top: 94px;
  padding-bottom: 100px;
}

.prs_ms_crew_left_cont_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 70px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_crew_left_cont_wrapper:hover {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_crew_left_cont_wrapper li {
  margin-top: 30px;
}
.prs_ms_crew_left_cont_wrapper li:first-child {
  margin-top: 0;
}
.prs_ms_crew_left_cont_wrapper li span {
  float: right;
}

.prs_ms_rm_main_wrapper {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #f1f1f1;
}

.prs_ms_rm_slider_wrapper {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.prs_ms_rm_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.prs_ms_rm_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  z-index: 1000;
  display: block;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.prs_ms_rm_slider_wrapper .owl-theme .owl-nav .owl-prev {
  margin: 0;
  padding: 0;
  left: -75px;
  font-size: 26px;
  top: 0;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prs_ms_rm_slider_wrapper .owl-theme .owl-nav .owl-prev i:before {
  margin-left: 5px;
}
.prs_ms_rm_slider_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  right: -75px;
  top: -5px;
  position: absolute;
  color: #ffffff;
  width: 50px;
  padding-left: 14px;
  height: 50px;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ms_rm_slider_wrapper .owl-theme .owl-nav .owl-next i:before {
  margin-left: -3px;
}

.prs_ec_ue_main_section_wrapper {
  float: left;
  width: 100%;
  padding-top: 94px;
  padding-bottom: 90px;
  background: #f6f6f6;
}

.prs_ec_ue_left_img_wrapper {
  float: left;
  width: 50%;
  margin-top: 80px;
}
.prs_ec_ue_left_img_wrapper img {
  width: 100%;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.prs_ec_ue_right_img_wrapper {
  float: left;
  width: 50%;
  margin-top: 80px;
  background: #ffffff;
  min-height: 469px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 32px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_ec_ue_right_img_wrapper:hover {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_ec_ue_right_img_cont {
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.prs_ec_ue_right_img_cont .prs_up_pera_sec {
  padding-top: 25px;
  display: inline-block;
}
.prs_ec_ue_right_img_cont .prs_up_pera_sec a {
  color: #d90368;
  font-weight: bold;
}

.prs_ec_ue_timer_wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
}

#clockdiv {
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}
#clockdiv > div {
  padding: 0px;
  border-radius: 10px;
  background: transparent;
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
#clockdiv > div:last-child:after {
  display: none;
}
#clockdiv div > span {
  padding: 0px;
  display: inline-block;
  width: 75px;
  height: 75px;
  line-height: 75px;
  position: relative;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#clockdiv div:first-child > span {
  background: #43b9f6;
}
#clockdiv div:nth-child(2) > span {
  background: #6686ff;
}
#clockdiv div:nth-child(3) > span {
  background: #4cb3c4;
}
#clockdiv div:last-child > span {
  background: #85df88;
}

.smalltext {
  color: #797979;
  padding-top: 15px;
  font-size: 16px;
}

.prs_ec_ue_inner_feat_wrapper {
  margin-top: 30px;
}

.prs_ec_pe_slider_main_wrapper {
  background: url("../images/content/event/event_bg.jpg") 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  float: left;
  position: relative;
  padding-top: 94px;
  padding-bottom: 94px;
}

.prs_ec_pe_slider_img_overlay {
  position: absolute;
  left: 0%;
  right: 0%;
  bottom: 0%;
  top: 0%;
  background: rgba(0, 0, 0, 0.8);
}

.prs_ec_pe_heading_section_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.prs_ec_pe_heading_section_wrapper h2 {
  font-size: 32px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.prs_ec_pe_heading_section_wrapper h2:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2784313725);
  width: 170px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.prs_ec_pe_heading_section_wrapper h2:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 1;
}

.prs_gallery_main_section_wrapper {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding-top: 94px;
  padding-bottom: 94px;
}

#filter {
  display: inline-block;
  margin-top: 70px;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
#filter li a {
  display: block;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
  font-weight: 500;
  background: transparent;
  padding: 5px 10px;
  margin-right: 10px;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 15px 70px;
}
#filter li a:hover {
  background: #d90368;
  color: #ffffff;
}
#filter li a:last-child {
  margin-right: 0px;
}
#filter li:nth-child(2) {
  border-right: 1px solid #e2e2e2;
  border-left: 1px solid #e2e2e2;
}
#filter li a.active {
  background: #d90368;
  color: #ffffff;
}
#filter li:first-child a:hover {
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#filter li:first-child a.active {
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#filter li:last-child a:hover {
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#filter li:last-child a.active {
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.three-column {
  margin-top: 25px;
}

.III_column {
  margin-top: 30px;
}

.list-inline > li {
  padding: 0;
  float: left;
}

.prs_gallery_btn_wrapper ul {
  margin-top: 60px;
}

.prs_contact_form_main_wrapper {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 40px;
}

.prs_contact_left_wrapper {
  float: left;
  width: 100%;
  padding-bottom: 47px;
  margin-top: -6px;
}
.prs_contact_left_wrapper h2 {
  font-size: 32px;
  color: #000000;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.prs_contact_left_wrapper h2:after {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.prs_contact_left_wrapper h2:before {
  content: "";
  border: 1px solid #e2e2e2;
  width: 90px;
  position: absolute;
  left: 0;
  bottom: -19px;
}

.prs_contact_input_wrapper {
  float: left;
  width: 100%;
  margin-top: 22px;
}
.prs_contact_input_wrapper input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  border: 0;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_contact_input_wrapper input:hover {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_contact_input_wrapper input:focus {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_contact_input_wrapper textarea {
  width: 100%;
  border: 0;
  padding-left: 20px;
  padding-top: 20px;
  resize: none;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_contact_input_wrapper textarea:hover {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_contact_input_wrapper textarea:focus {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_contact_input_wrapper li a {
  float: left;
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  background: #d90368;
  color: #ffffff;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_contact_input_wrapper li a:hover {
  background: transparent;
  color: #d90368;
  border: 1px solid #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_contact_input_wrapper li button {
  float: left;
  width: 170px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  background: #ED1B25;
  color: #ffffff;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_contact_input_wrapper li button:hover, .prs_contact_input_wrapper li button:focus {
  background: transparent;
  color: #ED1B25;
  border: 1px solid #ED1B25;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_contact_input_wrapper2 {
  margin-top: 27px;
}

.prs_contact_right_section_wrapper {
  float: left;
  width: 100%;
  background: #d90368;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 20px;
  position: relative;
  text-align: center;
}
.prs_contact_right_section_wrapper:after {
  content: "";
  width: 80%;
  height: 20px;
  background: #f1bc77;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.prs_contact_right_section_wrapper ul {
  display: inline-block;
}
.prs_contact_right_section_wrapper li {
  text-align: left;
  margin-top: 20px;
}
.prs_contact_right_section_wrapper li:first-child {
  margin-top: 0;
}
.prs_contact_right_section_wrapper li a {
  color: #ffffff;
}

.prs_contact_info_main_wrapper {
  float: left;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 35px;
  background: #fff;
}

.prs_contact_info_box_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.prs_contact_info_box_wrapper h3 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  margin-top: 30px;
}
.prs_contact_info_box_wrapper p {
  padding-top: 10px;
}
.prs_contact_info_box_wrapper p a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_contact_info_box_wrapper p a:hover {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_contact_info_smallbox {
  display: inline-block;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  background: #d90368;
  color: #ffffff;
  position: relative;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.prs_contact_info_smallbox:after {
  content: "";
  width: 80%;
  height: 10px;
  background: #f1bc77;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0px auto;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}
.prs_contact_info_smallbox i:before {
  margin-left: 0;
}
.prs_contact_info_smallbox i.fa {
  font-size: 24px;
}

.hs_blog_categories_main_wrapper {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 95px;
  background: #f6f6f6;
}

.hs_blog_categories_main_wrapper2 {
  padding-bottom: 100px;
}

.hs_blog_left_sidebar_main_wrapper {
  float: left;
  width: 100%;
}

.hs_blog_right_sidebar_main_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  padding: 40px 30px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_blog_right_sidebar_main_wrapper:hover {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hs_blog_box1_main_wrapper {
  float: left;
  width: 100%;
}
.hs_blog_box1_main_wrapper:hover .hs_blog_box1_cont_main_wrapper {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_blog_box1_main_wrapper:hover .prs_ms_scene_img_overlay:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.hs_blog_box1_main_wrapper:hover .prs_ms_scene_img_overlay a {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hs_blog_box1_img_wrapper {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.hs_blog_box1_img_wrapper img {
  width: 100%;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
.hs_blog_box1_img_wrapper iframe {
  width: 100%;
  height: 350px;
  border: 0;
}
.hs_blog_box1_img_wrapper .owl-theme .owl-dots {
  display: none;
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav {
  position: absolute;
  margin: 0px auto;
  left: 0;
  top: 45%;
  right: 0;
  z-index: 1000;
  display: block;
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-prev {
  margin: 0;
  padding: 0;
  left: 20px;
  font-size: 26px;
  top: 0;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 49px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: rgba(255, 66, 66, 0.64);
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-prev i:before {
  font-size: 24px;
  margin-left: 0;
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-prev:hover {
  background: #d90368;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  right: 20px;
  top: -5px;
  position: absolute;
  color: #ffffff;
  width: 50px;
  padding-left: 14px;
  height: 50px;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: rgba(255, 66, 66, 0.64);
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-next i:before {
  font-size: 24px;
  margin-left: 0;
}
.hs_blog_box1_img_wrapper .owl-theme .owl-nav .owl-next:hover {
  background: #d90368;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hs_blog_box1_cont_main_wrapper {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  padding: 35px;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hs_blog_cont_heading_wrapper h2 {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
}
.hs_blog_cont_heading_wrapper p {
  padding-top: 20px;
}
.hs_blog_cont_heading_wrapper h5 a {
  font-size: 16px;
  color: #d90368;
  padding-top: 20px;
  display: inline-block;
}
.hs_blog_cont_heading_wrapper h5 a i {
  position: relative;
  top: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_blog_cont_heading_wrapper h5 a:hover i {
  padding-left: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_blog_cont_heading_wrapper ul {
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 25px;
}
.hs_blog_cont_heading_wrapper li {
  float: left;
  margin-left: 25px;
  color: #d90368;
}
.hs_blog_cont_heading_wrapper li:first-child {
  margin-left: 0;
  position: relative;
}
.hs_blog_cont_heading_wrapper li:first-child:after {
  content: "";
  border: 1px solid #d90368;
  height: 15px;
  position: absolute;
  right: -13px;
  top: 5px;
}

.hs_blog_box1_bottom_cont_main_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
}

.hs_blog_box1_bottom_cont_left {
  float: left;
  width: 70%;
  padding-left: 35px;
}
.hs_blog_box1_bottom_cont_left li {
  float: left;
  margin-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hs_blog_box1_bottom_cont_left li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_blog_box1_bottom_cont_left li a:hover {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_blog_box1_bottom_cont_left li:last-child:after {
  display: none;
}
.hs_blog_box1_bottom_cont_left li i {
  color: #d90368;
}

.hs_blog_box1_bottom_cont_right {
  float: left;
  width: 30%;
  padding-right: 35px;
}
.hs_blog_box1_bottom_cont_right li {
  float: left;
  margin-right: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.hs_blog_box1_bottom_cont_right li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_blog_box1_bottom_cont_right li a:hover {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_blog_box1_bottom_cont_right ul {
  float: right;
}

.hs_blog_box2_main_wrapper {
  margin-top: 60px;
}

.prs_blog_pagi_wrapper ul {
  padding-top: 55px;
}

.prs_bc_right_about_wrapper {
  float: left;
  width: 100%;
}
.prs_bc_right_about_wrapper img {
  width: 100%;
  margin-top: 40px;
}
.prs_bc_right_about_wrapper h2 {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-top: 30px;
}
.prs_bc_right_about_wrapper h2:after {
  content: "";
  border: 1px solid #dddddd;
  width: 150px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.prs_bc_right_about_wrapper h2:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 1;
}
.prs_bc_right_about_wrapper p {
  padding-top: 35px;
}
.prs_bc_right_about_wrapper h5 a {
  font-size: 16px;
  color: #d90368;
  padding-top: 15px;
  display: inline-block;
  font-family: "Lato", sans-serif;
}
.prs_bc_right_about_wrapper h5 a i {
  position: relative;
  top: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_bc_right_about_wrapper h5 a:hover i {
  padding-left: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hs_blog_right_recnt_cont_wrapper {
  float: left;
  width: 100%;
  margin-top: 45px;
}

.hs_blog_right_recnt_cont_wrapper2 {
  margin-top: 20px;
}

.hs_footer_ln_img_wrapper {
  float: left;
  width: 80px;
}

.hs_footer_ln_cont_wrapper {
  float: left;
  width: calc(100% - 80px);
  padding-left: 10px;
  padding-top: 7px;
}
.hs_footer_ln_cont_wrapper h4 {
  font-size: 16px;
  color: #000000;
  line-height: 22px;
}
.hs_footer_ln_cont_wrapper p {
  font-size: 16px;
  color: #d90368;
}

.prs_blog_right_sub_btn_wrapper {
  float: left;
  width: 100%;
  padding-top: 60px;
}
.prs_blog_right_sub_btn_wrapper input {
  width: 100%;
  height: 50px;
  border: 1px solid #e1e1e1;
  padding-left: 20px;
  margin-top: 50px;
}
.prs_blog_right_sub_btn_wrapper h2 {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.prs_blog_right_sub_btn_wrapper h2:after {
  content: "";
  border: 1px solid #dddddd;
  width: 150px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.prs_blog_right_sub_btn_wrapper h2:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 1;
}
.prs_blog_right_sub_btn_wrapper li a {
  float: left;
  width: 100%;
  height: 50px;
  margin-top: 10px;
  text-align: center;
  line-height: 50px;
  background: #d90368;
  border: 1px solid #d90368;
  color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_blog_right_sub_btn_wrapper li a:hover {
  background: transparent;
  border: 1px solid #d90368;
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_bs_three_img_sec_wrapper {
  float: left;
  width: 100%;
  margin-top: 25px;
}

.prs_bs_three_img img {
  width: 100%;
  margin-top: 20px;
}

.prs_blog_pera {
  margin-top: 30px;
  width: 100%;
  float: left;
}

.prs_bs_admin_section_wrapper {
  float: left;
  width: 100%;
  margin-top: 40px;
}

.prs_bs_admin_cont_wrapper {
  float: left;
  width: calc(100% - 140px);
  padding: 30px;
  border: 1px solid #dddddd;
  min-height: 150px;
  padding-top: 40px;
}
.prs_bs_admin_cont_wrapper p {
  font-style: italic;
  color: #000000;
}
.prs_bs_admin_cont_wrapper h5 {
  font-size: 16px;
  color: #d90368;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  margin-top: 10px;
}

.prs_bs_admin_img_cont_wrapper {
  float: left;
  width: 140px;
}
.prs_bs_admin_img_cont_wrapper img {
  width: 100%;
}

.prs_bs_admin_pera_last_wrapper {
  margin-top: 40px;
  float: left;
  width: 100%;
}

.prs_bs_about_admin_main_wrapper {
  float: left;
  width: 100%;
  margin-top: 60px;
}

.prs_bs_about_img_wrapper {
  float: left;
  width: 140px;
}
.prs_bs_about_img_wrapper img {
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.prs_bs_about_img_cont_wrapper {
  float: left;
  width: calc(100% - 140px);
  min-height: 160px;
  background: #d90368;
  padding: 30px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.prs_bs_about_img_cont_wrapper h4 {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}
.prs_bs_about_img_cont_wrapper p {
  color: #ffffff;
  margin-top: 15px;
}

.prs_bs_comment_heading_wrapper {
  float: left;
  width: 100%;
  padding-top: 54px;
}
.prs_bs_comment_heading_wrapper h2 {
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.prs_bs_comment_heading_wrapper h2:after {
  content: "";
  border: 1px solid #dddddd;
  width: 150px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.prs_bs_comment_heading_wrapper h2:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 1;
}

.hs_rs_comment_img_wrapper {
  float: left;
  width: 110px;
}

.hs_rs_comment_img_cont_wrapper {
  float: left;
  width: calc(100% - 110px);
  padding-left: 20px;
}
.hs_rs_comment_img_cont_wrapper h2 {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 26px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_rs_comment_img_cont_wrapper h2 span {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #d90368;
}
.hs_rs_comment_img_cont_wrapper h2 a {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  color: #d90368;
}
.hs_rs_comment_img_cont_wrapper p {
  padding-top: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_rs_comment_img_cont_wrapper h5 a {
  font-size: 16px;
  color: #ff7e00;
  padding-top: 10px;
  float: left;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_rs_comment_img_cont_wrapper h5 a i {
  position: relative;
  top: 2px;
  color: #ff7e00;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_rs_comment_img_cont_wrapper h5 a:hover i {
  padding-left: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hs_rs_comment_main_wrapper {
  float: left;
  width: 100%;
  padding: 20px;
  background: #ffffff;
  margin-top: 30px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_rs_comment_main_wrapper:hover {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hs_rs_comment_main_wrapper2 {
  margin-top: 80px;
  float: left;
  width: 100%;
}

.hs_kd_six_sec_input_wrapper {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.hs_kd_six_sec_input_wrapper input {
  width: 100%;
  height: 50px;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_kd_six_sec_input_wrapper input:hover {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_kd_six_sec_input_wrapper input:focus {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_kd_six_sec_input_wrapper textarea {
  width: 100%;
  border: 0;
  padding: 20px;
  resize: none;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_kd_six_sec_input_wrapper textarea:hover {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_kd_six_sec_input_wrapper textarea:focus {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.hs_kd_six_sec_btn {
  float: left;
  width: 100px;
  margin-top: 25px;
}
.hs_kd_six_sec_btn li a {
  float: left;
  width: 170px;
  height: 50px;
  font-weight: bold;
  background: #d90368;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  letter-spacing: 1px;
  border: 1px solid transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_kd_six_sec_btn li a:hover {
  background: transparent;
  border: 1px solid #d90368;
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_bs_leave_comment_heading_wrapper {
  padding-bottom: 50px;
}

.prs_es_about_main_section_wrapper {
  float: left;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f6f6f6;
}

.prs_es_about_left_wrapper {
  float: left;
  width: 100%;
}
.prs_es_about_left_wrapper h2 {
  font-size: 32px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  margin-top: -6px;
}
.prs_es_about_left_wrapper h2:after {
  content: "";
  border: 1px solid #dddddd;
  width: 150px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.prs_es_about_left_wrapper h2:before {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 1;
}
.prs_es_about_left_wrapper h4 {
  font-size: 18px;
  color: #000000;
  margin-top: 60px;
  line-height: 28px;
  font-weight: 500;
}
.prs_es_about_left_wrapper p {
  padding-top: 40px;
}

.prs_es_left_map_section_wrapper {
  float: left;
  background: url("../images/content/event/map_img.jpg") 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 60%;
  height: 100%;
  padding-top: 94px;
  padding-bottom: 100px;
  padding-left: 385px;
}
.prs_es_left_map_section_wrapper h2 {
  font-size: 32px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: bold;
}
.prs_es_left_map_section_wrapper h3 {
  font-size: 46px;
  text-transform: uppercase;
  color: #d90368;
  font-weight: bold;
  padding-top: 10px;
}
.prs_es_left_map_section_wrapper p {
  color: #ffffff;
  padding-top: 10px;
}

.prs_es_right_map_section_wrapper {
  float: left;
  width: 40%;
}

.prs_es_schedule_main_section_wrapper {
  float: left;
  width: 100%;
  padding-top: 94px;
  padding-bottom: 100px;
  background: #f6f6f6;
}

.prs_es_tabs_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.prs_es_tabs_wrapper ul {
  display: inline-block;
  margin-top: 80px;
}
.prs_es_tabs_wrapper .nav > li > a {
  padding: 25px 65px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.prs_es_tabs_wrapper .nav > li > a span {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 100;
}
.prs_es_tabs_wrapper .nav > li.active > a {
  background: #d90368;
}
.prs_es_tabs_wrapper .nav-pills > li + li {
  margin-left: 20px;
}

.prs_es_tabs_cont_main_wrapper {
  float: left;
  width: 100%;
  margin-top: 55px;
}

.prs_es_tabs_event_sche_main_box_wrapper {
  float: left;
  width: 100%;
}
.prs_es_tabs_event_sche_main_box_wrapper:hover .prs_es_tabs_event_sche_img_cont_wrapper {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_es_tabs_event_sche_img_wrapper {
  float: left;
  width: 170px;
}
.prs_es_tabs_event_sche_img_wrapper img {
  width: 100%;
  height: 219px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.prs_es_tabs_event_sche_img_cont_wrapper {
  float: left;
  width: calc(100% - 170px);
  min-height: 206px;
  background: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_es_tabs_event_sche_img_cont_wrapper h2 {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 600;
}
.prs_es_tabs_event_sche_img_cont_wrapper h3 {
  font-family: "Lato", sans-serif;
  color: #d90368;
  font-size: 16px;
  padding-top: 10px;
}
.prs_es_tabs_event_sche_img_cont_wrapper h3 span {
  color: #000000;
}
.prs_es_tabs_event_sche_img_cont_wrapper p {
  margin-top: 10px;
}
.prs_es_tabs_event_sche_img_cont_wrapper li {
  float: left;
  margin-top: 10px;
}
.prs_es_tabs_event_sche_img_cont_wrapper li:last-child {
  margin-left: 30px;
}
.prs_es_tabs_event_sche_img_cont_wrapper li i {
  color: #d90368;
}
.prs_es_tabs_event_sche_img_cont_wrapper li a {
  color: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_es_tabs_event_sche_img_cont_wrapper li a:hover {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_es_tabs_event_sche_main_box_wrapper2 {
  margin-top: 30px;
}

.prs_es_evnt_sche_btn_wrapper {
  text-align: center;
  float: left;
  width: 100%;
}
.prs_es_evnt_sche_btn_wrapper ul {
  display: inline-block;
  margin-top: 34px;
}
.prs_es_evnt_sche_btn_wrapper li a {
  width: 200px;
}

.prs_es_speak_slider_main_Wrapper {
  float: left;
  width: 100%;
  padding-top: 95px;
  padding-bottom: 100px;
  background: #f1f1f1;
}

.prs_es_speak_slider_wrapper .owl-theme .owl-dots {
  display: none;
}
.prs_es_speak_slider_wrapper .owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  z-index: 1000;
  display: block;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.prs_es_speak_slider_wrapper .owl-theme .owl-nav .owl-prev {
  margin: 0;
  padding: 0;
  left: -75px;
  font-size: 26px;
  top: 0;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 45px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prs_es_speak_slider_wrapper .owl-theme .owl-nav .owl-prev i:before {
  margin-left: 5px;
}
.prs_es_speak_slider_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  right: -75px;
  top: -5px;
  position: absolute;
  color: #ffffff;
  width: 50px;
  padding-left: 14px;
  height: 50px;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #d90368;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_es_speak_slider_wrapper .owl-theme .owl-nav .owl-next i:before {
  margin-left: -3px;
}

.prs_es_faq_main_wrapper {
  float: left;
  width: 100%;
  padding-top: 95px;
  padding-bottom: 100px;
  background: #f6f6f6;
}

.prs_es_faq_left_wrapper {
  float: left;
  width: 100%;
  background: #d90368;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 50px;
}
.prs_es_faq_left_wrapper h2 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  text-align: center;
}
.prs_es_faq_left_wrapper h2:after {
  content: "";
  border: 2px solid #ffffff;
  width: 30px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -20px;
}
.prs_es_faq_left_wrapper input {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid rgba(255, 255, 255, 0.51);
  background: transparent;
  margin-top: 20px;
  color: #ffffff;
}
.prs_es_faq_left_wrapper input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper textarea {
  padding-left: 20px;
  padding-top: 20px;
  border: 1px solid rgba(255, 255, 255, 0.51);
  width: 100%;
  background: transparent;
  color: #ffffff;
  margin-top: 20px;
}
.prs_es_faq_left_wrapper textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.prs_es_faq_left_wrapper textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.first_input {
  margin-top: 60px !important;
}

.prs_es_faq_btn_wrapper {
  text-align: center;
  width: 100%;
  float: left;
}
.prs_es_faq_btn_wrapper ul {
  display: inline-block;
}
.prs_es_faq_btn_wrapper li a {
  background: #ffffff;
  color: #000000;
  letter-spacing: 0;
  background: #ffffff !important;
}
.prs_es_faq_btn_wrapper li a:hover {
  border: 1px solid #ffffff;
  color: #ffffff;
  border: 1px solid #ffffff !important;
}

.prs_es_faq_right_wrapper {
  float: left;
  width: 100%;
}
.prs_es_faq_right_wrapper h2 {
  font-size: 32px;
  text-transform: uppercase;
  color: #000000;
  position: relative;
  font-weight: bold;
}
.prs_es_faq_right_wrapper h2:after {
  content: "";
  border: 2px solid #d90368;
  width: 30px;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.accordionFifteen {
  margin-top: 60px;
}
.accordionFifteen .panel-default {
  border: 0;
}
.accordionFifteen .panel-default > .panel-heading {
  border-radius: 0px;
  padding: 0px;
  margin-left: -1px;
  margin-top: -1px;
  background: transparent;
}
.accordionFifteen .panel {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  border: none;
  margin: 0;
}
.accordionFifteen .panel .panel-heading a {
  display: block;
  background: white;
  padding: 15px 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  border-bottom: none;
  text-decoration: none;
  margin-top: 15px;
}
.accordionFifteen .panel .panel-heading a:before {
  font-family: "FontAwesome";
  font-size: 16px;
  float: left;
  margin-right: 60px;
  margin-left: 20px;
  display: block;
}
.accordionFifteen .panel .panel-heading a:after {
  font-family: "FontAwesome";
  font-size: 24px;
  float: right;
  width: 50px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  display: block;
  border-radius: 50%;
  content: "\f107";
  background: #d90368;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: white;
  font-size: 16px;
}
.accordionFifteen .panel .panel-heading a.collapsed {
  color: #000000;
  background-color: #fff;
  display: block;
  padding: 20px 20px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.accordionFifteen .panel .panel-heading a.collapsed:before {
  font-family: "FontAwesome";
  font-size: 16px;
  float: left;
  margin-right: 60px;
  margin-left: 20px;
  display: block;
}
.accordionFifteen .panel .panel-heading a.collapsed:after {
  font-family: "FontAwesome";
  font-size: 24px;
  float: right;
  width: 50px;
  height: 25px;
  line-height: 24px;
  text-align: center;
  display: block;
  border-radius: 50%;
  content: "\f105";
  background: #f4f4f4;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  color: #000000;
  font-size: 16px;
  padding-left: 3px;
}
.accordionFifteen .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
  padding-top: 0;
  padding: 30px 30px 30px 20px;
  background: #fff;
  border-top: none;
  margin-left: -1px;
  margin-top: -1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.panel-heading desktop h4 {
  line-height: 0;
}

.panel-title h4 {
  margin-left: -1px;
}

.prs_es_pricing_table_main_wrapper {
  float: left;
  width: 100%;
  padding-top: 94px;
  padding-bottom: 100px;
  background: #f1f1f1;
}

.prs_es_pt_box_wrapper {
  float: left;
  width: 100%;
  background: #127263;
  padding-top: 95px;
  padding-bottom: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-top: 100px;
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_es_pt_box_wrapper:hover {
  background: #126372;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_es_pt_box_wrapper ul {
  display: inline-block;
}
.prs_es_pt_box_wrapper li {
  font-size: 14px;
  color: #ffffff;
  margin-top: 30px;
  position: relative;
}
.prs_es_pt_box_wrapper li:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.22);
  width: 100%;
  left: 0;
  right: 0;
  bottom: -15px;
  margin: 0px auto;
}
.prs_es_pt_box_wrapper li:last-child:after {
  display: none;
}
.prs_es_pt_box_wrapper li:first-child {
  margin-top: 40px;
}

.prs_es_pt_heading_box_wrapper {
  width: 185px;
  height: 75px;
  line-height: 75px;
  background: #d90368;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.prs_es_pt_heading_box_wrapper:after {
  content: "";
  width: 80%;
  height: 10px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0px auto;
  background: #d63f3f;
}
.prs_es_pt_heading_box_wrapper h2 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 75px;
}

.prs_es_price_wrapper {
  float: left;
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.prs_es_price_wrapper h3 {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
}
.prs_es_price_wrapper h3 span {
  font-size: 20px;
  position: relative;
  top: -13px;
}

.prs_es_pricing_btn_wrapper li a {
  float: left;
  width: 145px;
  height: 45px;
  background: #d90368;
  color: #ffffff;
  text-align: center;
  line-height: 44px;
  letter-spacing: 1px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_es_pricing_btn_wrapper li a:hover {
  background: #ffffff;
  color: #000000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.gc_search_box {
  position: absolute;
  right: 0px;
  top: 0;
  padding: 0px;
  width: 100%;
  display: inline-block;
  border-radius: 0px;
  background-color: #ffffff;
  display: none;
  z-index: 1000;
}
.gc_search_box input {
  float: left;
  width: calc(100% - 60px);
  padding: 0px 10px;
  height: 100px;
  border: 1px solid #e1e1e1;
  border-right: 0px;
  font-size: 20px;
  color: #000000;
}
.gc_search_box button {
  width: 60px;
  height: 100px;
  color: #000000;
  border: 1px solid #e1e1e1;
  border-left: none;
  background-color: #ffffff;
  text-align: center;
  padding: 0px;
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#map {
  width: 100%;
  float: left;
  height: 560px;
}

.prs_feature_slider_item_wrapper img {
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}

.prs_upcom_slider_main_wrapper {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  background: #f6f6f6;
}

.prs_upcom_movie_video_box_wrapper {
  background: url("../images/content/ws1.jpg") 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  float: left;
  position: relative !important;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.prs_upcom_movie_video_overlay {
  position: absolute;
  top: 0%;
  right: 0%;
  left: 0%;
  bottom: 0%;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(212, 212, 212, 0) 17%, rgb(3, 3, 3) 99%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(212, 212, 212, 0) 17%, rgb(3, 3, 3) 99%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(212, 212, 212, 0) 17%, rgb(3, 3, 3) 99%, rgb(0, 0, 0) 100%);
}

.prs_webseri_video_img_sec_icon_wrapper {
  float: left;
  width: 100%;
  padding-top: 175px;
  padding-bottom: 175px;
}
@media (min-width: 960px) {
  .prs_webseri_video_img_sec_icon_wrapper {
    padding-top: 160px;
    padding-bottom: 160px;
  }
}
.prs_webseri_video_img_sec_icon_wrapper ul {
  display: inline-block;
}
.prs_webseri_video_img_sec_icon_wrapper li {
  border: 10px solid rgba(255, 255, 255, 0.29);
  float: left;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.prs_webseri_video_img_sec_icon_wrapper li a {
  float: left;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  animation-duration: 1s;
  animation-delay: 100ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}
.prs_webseri_video_img_sec_icon_wrapper li a i:before {
  margin-left: 0;
  font-size: 35px;
}

.cc_featured_product_main_wrapper {
  background: #ffffff;
  width: 100%;
  float: left;
  height: 100%;
  padding-top: 120px;
  padding-bottom: 500px;
}
.cc_featured_product_main_wrapper .nav-tabs {
  margin-top: 22px;
  margin-bottom: 23px;
}

.ss_featured_products_wrapper {
  float: left;
  width: 100%;
  padding: 100px 0px 0px 0px;
}

.ss_heading {
  float: left;
  width: auto;
}
.ss_heading h3 {
  float: left;
  width: auto;
  margin: 0px;
  margin-top: 15px;
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
}
.ss_heading h3:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -17px;
  background-color: #0091dc;
  width: 50px;
  height: 1px;
}

.prs_upcom_slider_slides_wrapper {
  float: left;
  width: 100%;
  padding-top: 55px;
}
.prs_upcom_slider_slides_wrapper .item {
  margin-right: 10px;
  margin-left: 10px;
}
.prs_upcom_slider_slides_wrapper .nav-tabs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav {
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: 0px auto;
  display: block;
}
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav .owl-prev {
  font-size: 20px;
  padding: 0;
  position: absolute;
  text-align: center;
  background: #ffffff;
  color: #d90368;
  left: -240px;
  right: 0;
  margin: 0px auto;
  border: 1px solid #dedada;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav .owl-prev:hover {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #ED1B25;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav .owl-next {
  font-size: 20px;
  margin: 0;
  padding: 0;
  left: 0;
  right: -240px;
  margin: 0px auto;
  position: absolute;
  text-align: center;
  background: #ffffff;
  color: #d90368;
  border: 1px solid #dedada;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_slider_slides_wrapper .owl-theme .owl-nav .owl-next:hover {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border: 1px solid #ED1B25;
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcom_slider_slides_wrapper .owl-prev i:before {
  margin-left: 0;
  font-size: 15px;
}
.prs_upcom_slider_slides_wrapper .owl-next i:before {
  margin-left: 0;
  font-size: 16px;
}
.prs_upcom_slider_slides_wrapper .owl-carousel .owl-stage:after {
  height: 20px;
}

.prs_upcome_tabs_wrapper {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}
.prs_upcome_tabs_wrapper .nav-tabs > li.active > a {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  border-radius: 0;
  border: 0;
  z-index: 10;
  position: relative;
}
.prs_upcome_tabs_wrapper .nav-tabs > li.active > a:hover {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  border-radius: 0;
  border: 0;
  z-index: 10;
  position: relative;
}
.prs_upcome_tabs_wrapper .nav-tabs > li.active > a:focus {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  border-radius: 0;
  border: 0;
  z-index: 10;
  position: relative;
}
.prs_upcome_tabs_wrapper .nav-tabs > li {
  position: relative;
}
.prs_upcome_tabs_wrapper .nav-tabs > li:first-child.active > a {
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.prs_upcome_tabs_wrapper .nav-tabs > li:last-child.active > a {
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.prs_upcome_tabs_wrapper .nav-tabs > li > a {
  border: 0;
}
.prs_upcome_tabs_wrapper .nav-tabs > li:nth-child(2):after {
  content: "";
  border: 1px solid #eeeeee;
  height: 30px;
  position: absolute;
  top: 9px;
  left: -1px;
  z-index: 1;
}
.prs_upcome_tabs_wrapper .nav-tabs > li:nth-child(2):before {
  content: "";
  border: 1px solid #eeeeee;
  height: 30px;
  position: absolute;
  top: 9px;
  right: -1px;
  z-index: 1;
}
.prs_upcome_tabs_wrapper ul {
  display: inline-block;
  border: 0;
  background: #ffffff;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.prs_upcome_tabs_wrapper .nav > li > a {
  padding: 13px 35px;
  border-radius: 0;
  border: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 0;
}
.prs_upcome_tabs_wrapper .nav > li > a:hover {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_upcome_tabs_wrapper .nav > li > a:focus {
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.cc_featured_second_section {
  margin-top: 20px;
  float: left;
  width: 100%;
}

.prs_webseri_movie_img_box {
  position: relative;
  text-align: center;
}
.prs_webseri_movie_img_box img {
  height: 480px;
}

.prs_webseri_video_sec_icon_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 38%;
}
.prs_webseri_video_sec_icon_wrapper ul {
  display: inline-block;
}
.prs_webseri_video_sec_icon_wrapper li {
  border: 10px solid rgba(255, 255, 255, 0.29);
  float: left;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.prs_webseri_video_sec_icon_wrapper li a {
  float: left;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  animation-duration: 1s;
  animation-delay: 100ms;
  animation-iteration-count: infinite;
  animation-name: pulse;
}
.prs_webseri_video_sec_icon_wrapper li a i:before {
  margin-left: 0;
  font-size: 35px;
}

.prs_prs_webseri_video_sec_icon_cont_wrapper {
  position: absolute;
  left: 40px;
  bottom: 40px;
  text-align: left;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper p {
  color: #ED1B25;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper h2 a {
  color: #ffffff;
  text-decoration: none;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper h2 a:hover {
  color: #d90368;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper h6 {
  color: #cfcfcf;
  padding-right: 20px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li {
  float: left;
  margin-right: 30px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li:last-child {
  margin-right: 0;
  position: relative;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li:last-child:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.55);
  height: 15px;
  position: absolute;
  left: -15px;
  top: 5px;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li i {
  color: #ED1B25;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li a {
  color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_prs_webseri_video_sec_icon_cont_wrapper li a:hover {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_upcom_video_img_cont_over {
  position: absolute;
  bottom: 30px;
  left: 35px;
  z-index: 1;
  text-align: left;
}
.prs_upcom_video_img_cont_over li {
  float: left;
  color: #ffffff;
}
.prs_upcom_video_img_cont_over li:first-child {
  margin-right: 20px;
}
.prs_upcom_video_img_cont_over li i {
  color: #d90368;
}
.prs_upcom_video_img_cont_over h2 {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}
@media (max-width: 576px) {
  .prs_upcom_video_img_cont_over h2 {
    font-size: 20px !important;
  }
}
.prs_upcom_video_img_cont_over p {
  color: #ffffff;
  text-align: left;
}

.prs_vp_main_section_wrapper {
  float: left;
  width: 100%;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.prs_vp_main_slider_wrapper {
  float: left;
  width: 100%;
}

.prs_vp_left_slidebar_wrapper {
  float: left;
  width: 15%;
  margin-right: 10px;
}
.prs_vp_left_slidebar_wrapper .bx-viewport {
  height: 580px !important;
}
.prs_vp_left_slidebar_wrapper .wrap-album-slider {
  margin-top: 80px !important;
}

.prs_vp_center_slidebar_wrapper {
  float: left;
  width: 67%;
  margin-right: 10px;
}

.prs_vp_right_slidebar_wrapper {
  float: left;
  width: 15%;
}
.prs_vp_right_slidebar_wrapper .bx-viewport {
  height: 580px !important;
}
.prs_vp_right_slidebar_wrapper .wrap-album-slider {
  margin-top: 80px !important;
}

.prs_vp_left_slider img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.prs_vp_right_slider img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.prs_vp_center_slider {
  float: left;
  width: 100%;
  margin-top: 80px;
}
.prs_vp_center_slider .owl-theme .owl-dots {
  display: none;
}
.prs_vp_center_slider .owl-theme .owl-nav {
  position: absolute;
  top: 45%;
  z-index: 1000;
  display: block;
  left: 0;
  right: 0;
  margin: 0px auto;
}
.prs_vp_center_slider .owl-theme .owl-nav .owl-prev {
  margin: 0;
  padding: 0;
  left: 15px;
  font-size: 26px;
  top: 0;
  color: #ffffff;
  width: 50px;
  height: 50px;
  line-height: 47px;
  padding-left: 5px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.prs_vp_center_slider .owl-theme .owl-nav .owl-prev i:before {
  margin-left: 0;
}
.prs_vp_center_slider .owl-theme .owl-nav .owl-next {
  font-size: 26px;
  right: 15px;
  top: -5px;
  position: absolute;
  color: #ffffff;
  width: 50px;
  padding-left: 11px;
  height: 50px;
  line-height: 37px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_vp_center_slider .owl-theme .owl-nav .owl-next i:before {
  margin-left: 0;
}

.prs_vp_center_slider_img_wrapper img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}

.prs_vp_bottom_banner_wrapper {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 60px;
}
.prs_vp_bottom_banner_wrapper img {
  width: 730px;
  height: 90px;
  display: inline-block;
}

.prs_vp_img_overlay {
  position: relative;
}
.prs_vp_img_overlay:after {
  content: "";
  position: absolute;
  left: 200px;
  right: 200px;
  top: 200px;
  bottom: 200px;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_vp_img_overlay a {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #d90368;
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  top: 38%;
  opacity: 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.45s linear;
  -moz-transition: all 0.45s linear;
  -ms-transition: all 0.45s linear;
  -o-transition: all 0.45s linear;
  transition: all 0.45s linear;
}

.prs_vp_hover_overlay:hover .prs_vp_img_overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.prs_vp_hover_overlay:hover .prs_vp_img_overlay a {
  opacity: 1;
  z-index: 100;
  -webkit-transition: all 0.45s linear;
  -moz-transition: all 0.45s linear;
  -ms-transition: all 0.45s linear;
  -o-transition: all 0.45s linear;
  transition: all 0.45s linear;
}

.prs_ln_main_wrapper {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding-top: 60px;
  padding-bottom: 60px;
}

.prs_ln_left_img_wrapper {
  background: url("../images/content/nl1.jpg") 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
  margin-top: 80px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.prs_in_left_img_overlay {
  position: absolute;
  left: 0%;
  right: 0%;
  top: 0%;
  bottom: 0%;
  background: rgba(0, 0, 0, 0.45);
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.prs_ln_right_main_wrapper {
  float: left;
  width: 100%;
  margin-top: 80px;
}

.prs_ln_right_first_box_wrapper {
  float: left;
  width: 100%;
}
.prs_ln_right_first_box_wrapper:hover .prs_in_right_box_img_wrapper img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=1.2, M12=-0, M21=0, M22=1.2);
}
.prs_ln_right_first_box_wrapper:hover .prs_in_right_box_img_cont_wrapper {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_ln_right_first_box_wrapper2 {
  margin-top: 20px;
}
.prs_ln_right_first_box_wrapper2:hover .prs_in_right_box_img_wrapper img {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod="auto expand", M11=1.2, M12=-0, M21=0, M22=1.2);
}
.prs_ln_right_first_box_wrapper2:hover .prs_in_right_box_img_cont_wrapper {
  -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.prs_in_right_box_img_wrapper {
  float: left;
  width: 240px;
  overflow: hidden;
  background-color: #eee;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.prs_in_right_box_img_wrapper img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.prs_in_right_box_img_cont_wrapper {
  float: left;
  width: calc(100% - 240px);
  padding: 25px;
  padding-right: 20px;
  background: #ffffff;
  min-height: 240px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_in_right_box_img_cont_wrapper h2 {
  line-height: 0.85;
}
.prs_in_right_box_img_cont_wrapper h2 a {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_in_right_box_img_cont_wrapper h2 a:hover {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_in_right_box_img_cont_wrapper h3 {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #d90368;
  padding-top: 10px;
  padding-bottom: 10px;
}
.prs_in_right_box_img_cont_wrapper p {
  color: #333545;
  font-size: 12px;
}
.prs_in_right_box_img_cont_wrapper ul {
  padding-top: 10px;
}
.prs_in_right_box_img_cont_wrapper li {
  float: left;
  margin-left: 20px;
}
.prs_in_right_box_img_cont_wrapper li i {
  color: #d90368;
}
.prs_in_right_box_img_cont_wrapper li:first-child {
  margin-left: 0;
}
.prs_in_right_box_img_cont_wrapper li:last-child {
  position: relative;
}
.prs_in_right_box_img_cont_wrapper li:last-child:after {
  content: "";
  border: 1px solid rgba(0, 0, 0, 0.09);
  height: 15px;
  position: absolute;
  left: -12px;
  top: 6px;
}
.prs_in_right_box_img_cont_wrapper li a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_in_right_box_img_cont_wrapper li a:hover {
  color: #d90368;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.st_pop_form_wrapper .close {
  position: absolute;
  top: 20px;
  right: 25px;
  z-index: 1;
  font-size: 35px;
}
.st_pop_form_wrapper .modal-dialog {
  max-width: 350px;
}
.st_pop_form_wrapper .modal-content {
  padding: 30px;
  float: left;
}

.modal {
  top: 20%;
}

.st_pop_form_heading_wrapper {
  padding-bottom: 20px;
}
.st_pop_form_heading_wrapper h3 {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.st_pop_form_heading_wrapper p {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
  text-align: center;
  line-height: 16px;
  padding-top: 25px;
}

.st_profile__pass_input_pop {
  margin-top: 20px;
}

.st_form_pop_fp {
  text-align: right;
  padding-top: 10px;
}
.st_form_pop_fp h3 a {
  font-size: 12px;
  color: #ff4444;
  letter-spacing: 0;
}

.st_form_pop_login_btn a {
  width: 100%;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  background: rgba(0, 0, 0, 0.12);
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_form_pop_login_btn a:hover {
  background: #ff4444;
  color: #fff;
  border: 1px solid #ff4444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.st_form_pop_or_btn {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.st_form_pop_or_btn h4 {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #ff4444;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.67px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}
.st_form_pop_or_btn:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  background: #E0E0E0;
  left: 0;
  right: 0;
  top: 15px;
}

.st_form_pop_facebook_btn a {
  width: 100%;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  background: #3B57A1;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_form_pop_facebook_btn a:hover {
  background: #1e3e92;
  color: #fff;
  border: 1px solid #1e3e92;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_form_pop_facebook_btn a i {
  float: left;
  line-height: 40px;
  position: relative;
  left: 20px;
  font-size: 16px;
}

.st_form_pop_gmail_btn a {
  width: 100%;
  margin-top: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  background: transparent;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_form_pop_gmail_btn a:hover {
  background: #ff4444;
  color: #fff;
  border: 1px solid #ff4444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_form_pop_gmail_btn a i {
  float: left;
  line-height: 40px;
  position: relative;
  left: 20px;
  font-size: 16px;
}

.st_form_pop_signin_btn h4 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0.78px;
  text-align: center;
  padding-top: 30px;
  text-transform: capitalize;
  font-weight: 500;
}
.st_form_pop_signin_btn h4 a {
  color: #ff4444;
}
.st_form_pop_signin_btn h5 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0;
  text-align: center;
  padding-top: 10px;
}
.st_form_pop_signin_btn h5 a {
  text-decoration: underline;
}
.st_form_pop_signin_btn h5 a:hover {
  color: #ff4444;
}

.st_pop_form_heading_wrapper_fpass {
  padding-bottom: 0;
}

.st_form_pop_fpass_btn a {
  width: 100%;
  margin-top: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  float: left;
  background: #ff4444;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  border: 1px solid #ff4444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_form_pop_fpass_btn a:hover {
  background: transparent;
  color: #ff4444;
  border: 1px solid #ff4444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.st_profile_input input, .st_profile_input select {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.38);
  border-radius: 4px;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #333545 !important;
}
.st_profile_input input:disabled, .st_profile_input input:read-only {
  background-color: #eee;
}
.st_profile_input label {
  color: #ff4444;
  font-size: 12px;
  background: #fff;
  position: relative;
  top: 18px;
  left: 20px;
  font-weight: 600;
  padding: 0px 10px;
}
.st_profile_input .nice-select {
  display: none;
}
.st_profile_input select {
  display: block !important;
}
.st_profile_input select option {
  color: #555 !important;
}
.st_profile_input input::-webkit-input-placeholder {
  color: #333545;
}
.st_profile_input input::-moz-placeholder {
  color: #333545;
}
.st_profile_input input:-ms-input-placeholder {
  color: #333545;
}
.st_profile_input input:-moz-placeholder {
  color: #333545;
}
.st_profile_input select::-webkit-input-placeholder {
  color: #333545;
}
.st_profile_input select::-moz-placeholder {
  color: #333545;
}
.st_profile_input select:-ms-input-placeholder {
  color: #333545;
}
.st_profile_input select:-moz-placeholder {
  color: #333545;
}

.st_profile__pass_input input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.38);
  border-radius: 4px;
  padding-left: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.st_slider_rating_main_wrapper {
  background: #333545;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
}
.st_slider_rating_main_wrapper .st_slider_rating_left {
  float: left;
  width: 50%;
}
.st_slider_rating_main_wrapper .st_slider_rating_right {
  float: left;
  width: 50%;
}
.st_slider_rating_main_wrapper .st_rating_box {
  float: left;
  width: auto;
}
.st_slider_rating_main_wrapper .st_rating_box h3 {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.87);
  letter-spacing: 0.69px;
  float: left;
  padding-top: 5px;
}
.st_slider_rating_main_wrapper .st_rating_box h3 i {
  font-size: 12px;
  position: relative;
  top: -2px;
}
.st_slider_rating_main_wrapper .st_rating_box h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.87);
  letter-spacing: 1.17px;
  text-transform: uppercase;
}
.st_slider_rating_main_wrapper .f1 {
  color: #F06292;
}
.st_slider_rating_main_wrapper .f2 {
  color: rgba(216, 216, 216, 0.3);
}
.st_slider_rating_main_wrapper .st_rating_box2 {
  margin-left: 40px;
}
.st_slider_rating_main_wrapper .st_rating_box222 {
  float: right;
}
.st_slider_rating_main_wrapper .st_slider_rating_btn {
  float: right;
  width: auto;
}
.st_slider_rating_main_wrapper .st_slider_rating_btn_heart {
  float: right;
  width: auto;
  padding-right: 30px;
}
.st_slider_rating_main_wrapper .st_slider_rating_btn_heart h5 {
  font-size: 26px;
  color: #F3C600;
  letter-spacing: 1px;
}
.st_slider_rating_main_wrapper .st_slider_rating_btn_heart h5 i {
  color: #d80a21;
  position: relative;
  top: 12px;
  left: -5px;
}
.st_slider_rating_main_wrapper .st_slider_rating_btn_heart h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.87);
  letter-spacing: 1.17px;
  padding-top: 5px;
  padding-left: 35px;
}
.st_slider_rating_main_wrapper .rating {
  border: none;
}
.st_slider_rating_main_wrapper .rating > input {
  display: none;
}
.st_slider_rating_main_wrapper .rating > label:before {
  margin: 3px;
  font-size: 14px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.st_slider_rating_main_wrapper .rating > .half:before {
  content: "\f089";
  position: absolute;
}
.st_slider_rating_main_wrapper .rating > label {
  color: rgba(255, 255, 255, 0.3);
  float: right;
}
.st_slider_rating_main_wrapper .rating > input:checked ~ label,
.st_slider_rating_main_wrapper .rating:not(:checked) > label:hover,
.st_slider_rating_main_wrapper .rating:not(:checked) > label:hover ~ label {
  color: #ff4444;
}
.st_slider_rating_main_wrapper .rating > input:checked + label:hover,
.st_slider_rating_main_wrapper .rating > input:checked ~ label:hover,
.st_slider_rating_main_wrapper .rating > label:hover ~ input:checked ~ label,
.st_slider_rating_main_wrapper .rating > input:checked ~ label:hover ~ label {
  color: #ff4444;
}

.ne_recent_heading_main_wrapper h2 {
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.ne_recent_heading_main_wrapper h2:before {
  content: "";
  border: 2px solid #ff4444;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 1;
}
.ne_recent_heading_main_wrapper h2:after {
  content: "";
  border: 1px solid #dddddd;
  width: 100px;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.ne_recent_heading_main_wrapper h2 a {
  float: right;
  font-size: 14px;
  color: #ff4444;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 100px;
  position: relative;
  z-index: 1;
}

.st_md_ts_main_sec {
  margin-top: 50px;
}
.st_md_ts_main_sec p a {
  float: left;
  width: 100%;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  padding-top: 15px;
  line-height: 18px;
}
.st_md_ts_main_sec p a:hover {
  color: #F06292;
}
.st_md_ts_main_sec span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 1px;
  padding-top: 10px;
  float: left;
  width: 100%;
}
.st_md_ts_main_sec img {
  width: 100%;
}

.st_ind_sidebar_md_textbox {
  border: 1px dashed rgba(0, 0, 0, 0.38);
  text-align: center;
  padding: 30px;
}
.st_ind_sidebar_md_textbox p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
  text-align: center;
  line-height: 21px;
}
.st_ind_sidebar_md_textbox a {
  font-size: 12px;
  color: #ff4444;
  letter-spacing: 1px;
  display: inline-block;
  padding-top: 10px;
}

.st_ind_sidebar_md_textbox_btn li a {
  float: left;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  background: #333545;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
}
.st_ind_sidebar_md_textbox_btn li a:hover {
  border: 1px solid #333545;
  color: #333545;
  background: transparent;
}

.st_ind_sidebar_md_textbox_btn, .st_ind_sidebar_advertiz_md {
  margin-top: 25px;
}

.st_ind_sidebar_advertiz_social {
  width: 100%;
  margin-top: 25px;
}
.st_ind_sidebar_advertiz_social h3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 15px;
}

.prs_upcome_tabs_wrapper_mss {
  text-align: left;
}
.prs_upcome_tabs_wrapper_mss ul {
  background: #f6f6f6;
}

.st_md_summ_pera h5 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.86px;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 30px;
}
.st_md_summ_pera p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.54);
  padding-top: 25px;
}

.prs_ms_scene_slider_img22 {
  margin-top: 30px;
}

.prs_theater_main_slider_wrapper {
  background: url("../images/content/theater_bg.jpg") 50% 0 repeat-y;
  float: left;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 94px;
  padding-bottom: 90px;
}

.prs_theater_img_overlay {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  background: rgba(0, 0, 0, 0.8);
}

.prs_theater_sec_heading_wrapper {
  float: left;
  width: 100%;
  position: relative;
  text-align: center;
}
.prs_theater_sec_heading_wrapper h2 {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.93);
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.prs_theater_sec_heading_wrapper h2:before {
  content: "";
  border: 2px solid #ff4444;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 1;
}
.prs_theater_sec_heading_wrapper h2:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.26);
  width: 170px;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0px auto;
}

.st_md_summ_client_slider {
  margin-top: 40px;
}
.st_md_summ_client_slider .owl-theme .owl-dots {
  display: none;
}
.st_md_summ_client_slider .owl-theme .owl-nav {
  position: absolute;
  top: 30px;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: block;
}
.st_md_summ_client_slider .owl-theme .owl-nav .owl-prev {
  display: none;
}
.st_md_summ_client_slider .owl-theme .owl-nav .owl-prev i:before {
  font-size: 18px;
  margin-left: 0;
}
.st_md_summ_client_slider .owl-theme .owl-nav .owl-prev:hover {
  color: #ff4444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_md_summ_client_slider .owl-theme .owl-nav .owl-next {
  font-size: 20px;
  margin: 0;
  padding: 0;
  right: 0;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 37px;
  position: absolute;
  color: #fff;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-align: center;
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_md_summ_client_slider .owl-theme .owl-nav .owl-next i:before {
  font-size: 18px;
  margin-left: 0;
}
.st_md_summ_client_slider .owl-theme .owl-nav .owl-next:hover {
  color: #cdcbcb;
  background: #f1bc77; /* Fallback for older browsers */
  background: -moz-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Firefox 3.6-15 */
  background: -webkit-linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #f1bc77, #f15f74, #a04060); /* Standard: W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_md_summ_client_slider .owl-carousel .owl-item img {
  width: auto;
}
.st_md_summ_client_slider p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.86px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 40px;
}

.st_summ_slider_cont h4 {
  padding-top: 10px;
  padding-left: 5px;
}
.st_summ_slider_cont h4 a {
  font-size: 14px;
  color: #ff4444;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 700;
}
.st_summ_slider_cont h5 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 1px;
  padding-top: 5px;
  padding-left: 33px;
}
.st_summ_slider_cont h6 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 1px;
  padding-top: 5px;
  padding-left: 18px;
}

.wrap-album-slider {
  margin-top: 115px;
}

.slider_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slider_wrap .item {
  width: 100%;
  object-position: 50% top;
  object-fit: cover;
  overflow: hidden;
  position: relative;
}
@media (max-width: 576px) {
  .slider_wrap .item {
    height: 400px;
  }
}
.slider_wrap .item img {
  opacity: 1;
  height: 100%;
}
.slider_wrap .item #background-video {
  width: 100vw;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: -9;
}
.slider_wrap .item .video-containers {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.slider_wrap .item .video-containers iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slider_wrap .welcome_text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  padding: 100px 0 20px 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0));
  text-align: center;
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text {
    padding: 120px 0 25px 0;
  }
}
.slider_wrap .welcome_text h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  text-shadow: 0 1px 2px rgb(0, 0, 0);
  font-family: "Poppins", sans-serif;
  margin-bottom: 5px;
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text h1 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text h1 {
    font-size: 52px;
    line-height: 52px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .slider_wrap .welcome_text h1 {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 20px;
  }
}
.slider_wrap .welcome_text h2 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "Poppins", sans-serif;
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text h2 {
    font-size: 20px;
    line-height: 20px;
    margin: 12px 0;
  }
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
.slider_wrap .welcome_text p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text p {
    font-size: 20px;
    margin-bottom: 0.85rem;
  }
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text p {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}
.slider_wrap .welcome_text .welocme_text_btn {
  position: relative;
  padding-bottom: 50px;
}
.slider_wrap .welcome_text .welocme_text_btn:after {
  position: absolute;
  content: "\f103";
  font-family: "Font Awesome 5 Free";
  bottom: -98px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 46px;
  font-weight: 400;
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text .welocme_text_btn:after {
    bottom: -48px;
  }
}
.slider_wrap .welcome_text .text_wrap {
  padding: 10px;
  color: #fff;
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text .text_wrap {
    margin: 30vh 0;
    padding: 30px;
  }
}
.slider_wrap .welcome_text .text_wrap h1 {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #ED1B25;
  text-transform: uppercase;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text .text_wrap h1 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text .text_wrap h1 {
    font-size: 40px;
    line-height: 34px;
  }
}
.slider_wrap .welcome_text .text_wrap h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #fff;
  text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.8);
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text .text_wrap h2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text .text_wrap h2 {
    font-size: 38px;
    line-height: 36px;
  }
}
.slider_wrap .welcome_text .text_wrap p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media (min-width: 720px) {
  .slider_wrap .welcome_text .text_wrap p {
    font-size: 20px;
    margin-bottom: 0.85rem;
  }
}
@media (min-width: 960px) {
  .slider_wrap .welcome_text .text_wrap p {
    font-size: 24px;
    margin-bottom: 1rem;
  }
}

.prs_mc_category_sidebar_main_wrapper {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 50px 0;
}

.prs_mcc_right_side_wrapper {
  float: left;
  width: 100%;
}

.prs_mcc_right_side_heading_wrapper {
  float: left;
  width: 100%;
  margin: 50px 0 30px;
}
.prs_mcc_right_side_heading_wrapper h2 {
  font-size: 26px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.prs_mcc_right_side_heading_wrapper h2:after {
  content: "";
  border: 1px solid #dddddd;
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
}
.prs_mcc_right_side_heading_wrapper h2:before {
  content: "";
  border: 2px solid #ff4444;
  width: 30px;
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 1;
}
.prs_mcc_right_side_heading_wrapper ul {
  float: right;
  margin-top: -34px;
}
.prs_mcc_right_side_heading_wrapper .nav-pills > li.active > a {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ff4444;
}
.prs_mcc_right_side_heading_wrapper .nav-pills > li.active > a:hover {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ff4444;
}
.prs_mcc_right_side_heading_wrapper .nav-pills > li.active > a:focus {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #ff4444;
}
.prs_mcc_right_side_heading_wrapper .nav-pills > li > a {
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.prs_mcc_right_side_heading_wrapper .nav-pills > li:first-child {
  margin-right: 5px;
}

.prs_mcc_movie_box_wrapper {
  margin-top: 20px;
}

.pagination {
  margin: 0;
  padding-top: 45px;
}
.pagination > li > a {
  color: #000;
  background: #fff;
  font-size: 16px;
  border: 1px solid #e7e7e7;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 50px;
  height: 50px;
  line-height: 35px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  margin-right: 10px;
}
.pagination > li > a:hover {
  z-index: 2;
  color: #fff;
  border: 1px solid transparent;
  background-color: #111111;
  border-color: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination > li > a:focus {
  z-index: 2;
  color: #fff;
  border: 1px solid transparent;
  background-color: #111111;
  border-color: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination > li:first-child > a {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #ff4444;
  margin-right: 20px;
  background: #ff4444;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.pagination > li:first-child:hover > a {
  background: #111111;
  border: 1px solid transparent;
}
.pagination > li a i:before {
  margin-left: 0;
}
.pagination > li:last-child > a {
  width: 50px;
  height: 50px;
  text-align: center;
  border: 1px solid #ff4444;
  margin-left: 10px;
  background: #ff4444;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.pagination > li > span:hover {
  z-index: 2;
  color: #fff;
  border: 1px solid transparent;
  background-color: #111111;
  border-color: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pagination > li > span:focus {
  z-index: 2;
  color: #fff;
  border: 1px solid transparent;
  background-color: #111111;
  border-color: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

/*---------------- st movie booking Start --------------*/
@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
  }
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 40px rgba(232, 76, 61, 0);
  }
}
/*-- prs video top Start --*/
.prs_booking_main_div_section_wrapper .float_left {
  float: left;
  width: 100%;
}
.prs_booking_main_div_section_wrapper .prs_top_video_section_wrapper {
  float: none;
}
.prs_booking_main_div_section_wrapper .st_video_slider_inner_wrapper {
  background: url("../images/index_III/main_slider_bg_img.jpg") 50% 0 repeat-y;
  background-position: center 0;
  background-size: cover;
  border: 6px solid #ffffff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.38);
  padding-top: 62px;
  position: relative;
  margin-top: 50px;
}
.prs_booking_main_div_section_wrapper .st_video_slider_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.78);
  z-index: 9;
}
.prs_booking_main_div_section_wrapper .st_video_slider_img {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
}
.prs_booking_main_div_section_wrapper .st_video_slider_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.prs_booking_main_div_section_wrapper .st_video_slide_sec {
  text-align: center;
  position: relative;
  z-index: 99;
}
.prs_booking_main_div_section_wrapper .st_video_slide_sec h3 {
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 2px;
  font-weight: 700;
  padding-top: 20px;
}
@media (max-width: 576px) {
  .prs_booking_main_div_section_wrapper .st_video_slide_sec h3 {
    font-size: 20px;
  }
}
.prs_booking_main_div_section_wrapper .st_video_slide_sec p {
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 10px;
}
.prs_booking_main_div_section_wrapper .st_video_slide_sec h4 {
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  padding-top: 10px;
}
.prs_booking_main_div_section_wrapper .st_video_slide_sec h5 {
  display: inline-block;
  margin-top: 15px;
}
.prs_booking_main_div_section_wrapper .st_video_slide_sec h5 span {
  width: auto;
  float: left;
  background: #cdcbcb;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0;
  padding: 2px 5px;
  text-transform: uppercase;
  margin-left: 10px;
  border-radius: 2px;
}
.prs_booking_main_div_section_wrapper .st_video_slide_sec ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 15px;
}
.prs_booking_main_div_section_wrapper .st_video_slide_sec ul li {
  color: #fff;
}
.prs_booking_main_div_section_wrapper .test-popup-link {
  border-radius: 100%;
  display: inline-block;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.52);
  -webkit-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
}
.prs_booking_main_div_section_wrapper .st_video_slide_social_left {
  float: left;
  width: 100%;
}
.prs_booking_main_div_section_wrapper .st_video_slide_social_left li {
  float: left;
  margin-right: 10px;
}
.prs_booking_main_div_section_wrapper .st_video_slide_social_left li a {
  float: left;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 18px;
  text-align: center;
  border-radius: 100%;
  color: #FFF;
}
.prs_booking_main_div_section_wrapper .st_video_slide_social_left li:first-child a {
  background: #3b5998;
}
.prs_booking_main_div_section_wrapper .st_video_slide_social_left li:nth-child(2) a {
  background: #38a1f3;
}
.prs_booking_main_div_section_wrapper .st_video_slide_social_left li:nth-child(3) a {
  background: #bd081c;
}
.prs_booking_main_div_section_wrapper .st_video_slide_social_left li:last-child a {
  background: #cc3333;
}
.prs_booking_main_div_section_wrapper .st_video_slide_social_right {
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prs_booking_main_div_section_wrapper .st_video_slide_social_right ul {
  float: right;
  padding-top: 3px;
}
.prs_booking_main_div_section_wrapper .st_video_slide_social_right li {
  float: left;
  margin-left: 20px;
  font-size: 12px;
  color: white;
  letter-spacing: 0.86px;
}
.prs_booking_main_div_section_wrapper .st_video_slide_social_right li:first-child {
  margin-left: 0;
}
.prs_booking_main_div_section_wrapper .st_video_slide_social_right li i {
  font-size: 18px;
  padding-right: 5px;
  position: relative;
  top: 3px;
}
.prs_booking_main_div_section_wrapper .st_video_slide_social {
  padding: 20px;
  position: relative;
  padding: 20px;
  position: relative;
  float: left;
  width: 100%;
}
.prs_booking_main_div_section_wrapper .st_slider_rating_btn_heart_5th {
  position: absolute;
  left: 30px;
  top: -50px;
}
.prs_booking_main_div_section_wrapper .st_slider_rating_btn_heart {
  float: right;
  width: auto;
  padding-right: 30px;
}
.prs_booking_main_div_section_wrapper .st_slider_rating_btn_heart h5 {
  font-size: 26px;
  color: #F3C600;
  letter-spacing: 1px;
}
.prs_booking_main_div_section_wrapper .st_slider_rating_btn_heart h5 i {
  color: #d80a21;
  position: relative;
  top: 12px;
  left: -5px;
}
.prs_booking_main_div_section_wrapper .st_slider_rating_btn_heart h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.87);
  letter-spacing: 1.17px;
  padding-top: 5px;
  padding-left: 35px;
}
.prs_booking_main_div_section_wrapper .st_calender_tabs {
  float: left;
  width: auto;
}
.prs_booking_main_div_section_wrapper .st_calender_tabs .nav-tabs {
  border-bottom: 0;
}
.prs_booking_main_div_section_wrapper .st_calender_tabs .nav-tabs > li.active > a {
  width: 65px;
  height: 65px;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  color: #303030;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
  border: 0;
  border-radius: 5px;
}
.prs_booking_main_div_section_wrapper .st_calender_tabs .nav-tabs > li.active > a:hover {
  width: 65px;
  height: 65px;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  color: #303030;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
  border: 0;
  border-radius: 5px;
}
.prs_booking_main_div_section_wrapper .st_calender_tabs .nav-tabs > li.active > a:focus {
  width: 65px;
  height: 65px;
  background: #ffffff;
  text-align: center;
  font-size: 18px;
  color: #303030;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 0;
  border: 0;
  border-radius: 5px;
}
.prs_booking_main_div_section_wrapper .st_calender_tabs .nav-tabs > li.active span {
  float: left;
  width: 100%;
  font-size: 14px;
  background: #ff4444;
  height: 26px;
  color: #FFF;
  margin-bottom: 8px;
  font-weight: normal;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.prs_booking_main_div_section_wrapper .st_calender_tabs .nav-tabs > li {
  margin-right: 20px;
}
@media (max-width: 576px) {
  .prs_booking_main_div_section_wrapper .st_calender_tabs .nav-tabs > li {
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.prs_booking_main_div_section_wrapper .st_calender_tabs .nav > li > a {
  width: 65px;
  height: 65px;
  background: transparent;
  text-align: center;
  font-size: 18px;
  color: #FFF;
  letter-spacing: 1px;
  padding: 0;
  border: 0;
}
.prs_booking_main_div_section_wrapper .st_calender_tabs .nav > li > a span {
  float: left;
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  background: transparent;
  height: 26px;
  color: #FFF;
  margin-bottom: 8px;
}
.prs_booking_main_div_section_wrapper .nav > li > a:hover {
  background: transparent;
}
.prs_booking_main_div_section_wrapper .nav > li > a:focus {
  background: transparent;
}
.prs_booking_main_div_section_wrapper .nav-tabs > li > a:hover {
  border-color: transparent;
}
.prs_booking_main_div_section_wrapper .st_calender_search {
  float: right;
  width: auto;
  margin-top: 13px;
}
.prs_booking_main_div_section_wrapper .st_calender_search input {
  background: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  width: 260px;
  height: 36px;
  color: #FFF;
  float: left;
  border: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 10px;
}
.prs_booking_main_div_section_wrapper .st_calender_search button {
  float: left;
  width: 40px;
  height: 36px;
  background: rgba(0, 0, 0, 0.12);
  color: rgba(255, 255, 255, 0.2);
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_booking_main_div_section_wrapper .st_calender_search button:hover {
  background: #F06292;
  color: #FFF;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_booking_main_div_section_wrapper .st_calender_contant_main_wrapper {
  background: #ffffff;
  padding: 40px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.38);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.38);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.38);
}
.prs_booking_main_div_section_wrapper .st_calender_asc {
  float: left;
  width: auto;
}
@media (max-width: 576px) {
  .prs_booking_main_div_section_wrapper .st_calender_asc {
    width: 100%;
  }
}
.prs_booking_main_div_section_wrapper .st_calen_asc_heart {
  float: left;
  width: 25px;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_heart a {
  float: left;
  width: 25px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.12);
}
.prs_booking_main_div_section_wrapper .st_calen_asc_heart a:hover {
  color: #ff4444;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_heart_cont {
  float: left;
  width: 175px;
  padding-left: 10px;
}
@media (max-width: 576px) {
  .prs_booking_main_div_section_wrapper .st_calen_asc_heart_cont {
    width: 100%;
  }
}
.prs_booking_main_div_section_wrapper .st_calen_asc_heart_cont h3 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.4px;
  font-weight: 600;
}
@media (max-width: 576px) {
  .prs_booking_main_div_section_wrapper .st_calen_asc_heart_cont h3 {
    text-align: center;
    margin-bottom: 25px;
  }
}
.prs_booking_main_div_section_wrapper .st_calen_asc_heart_cont ul {
  margin-top: 10px;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_heart_cont li {
  float: left;
  margin-right: 15px;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_heart_cont h4 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0.5px;
  padding-top: 15px;
  font-weight: 600;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select {
  float: left;
  width: auto;
  margin-left: 40px;
  margin-top: -5px;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select li {
  float: left;
  margin-right: 15px;
  position: relative;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select li a {
  float: left;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0;
  width: 75px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  border: 1px solid #cdcbcb;
  border-radius: 4px;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select li a:hover {
  background: #ff4444;
  color: #FFF;
  border: 1px solid #ff4444;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select li span {
  float: left;
  width: 150px;
  height: 90px;
  padding-top: 17px;
  font-weight: 700;
  text-align: center;
  background: #333545;
  color: white;
  border-radius: 5px;
  position: absolute;
  top: -90px;
  left: -30px;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.38);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select li span h4 {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select li span .asc_pera1 {
  font-size: 9px;
  color: #FFFFFF;
  letter-spacing: 0;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select li span .asc_pera2 {
  font-size: 9px;
  color: #ff4444;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  line-height: 10px;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select li span:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333545;
  position: absolute;
  left: 40%;
  bottom: -8px;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select li:hover span {
  top: -100px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select .asc_bottom_pera {
  font-size: 12px;
  color: #ff4444;
  letter-spacing: 0;
  padding-top: 15px;
  float: left;
}
.prs_booking_main_div_section_wrapper .st_calender_row_cont {
  padding-bottom: 20px;
  border-bottom: 1px solid #cdcbcb;
}
.prs_booking_main_div_section_wrapper .st_calender_row_cont:not(:first-child) {
  padding-top: 30px;
}
.prs_booking_main_div_section_wrapper .st_calender_row_cont:last-child {
  border-bottom: none;
}
.prs_booking_main_div_section_wrapper .st_calender_row_cont2 {
  padding-top: 30px;
}
.prs_booking_main_div_section_wrapper .st_md_recent_notes_main_wrapper_mb {
  background: rgba(216, 216, 216, 0.3);
}
.prs_booking_main_div_section_wrapper .st_notes_wrapper22 {
  padding-top: 20px;
}
.prs_booking_main_div_section_wrapper .st_calender_row_cont_last {
  border-bottom: 0;
}
.prs_booking_main_div_section_wrapper .cc_pc_accordion_mb {
  margin-top: 0;
}
.prs_booking_main_div_section_wrapper .cc_pc_accordion_mb label {
  font-size: 14px;
}
.prs_booking_main_div_section_wrapper .st_ind_sidebar_advertiz_mb {
  margin-top: 30px;
}
.prs_booking_main_div_section_wrapper .st_calender_contant_main_wrapper_second_pg {
  background: transparent;
  padding: 0;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_heart_cont_second_pg {
  width: 100%;
  padding-left: 0;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select_second_pg {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select_second_pg li a {
  border: 1px solid transparent;
  font-size: 14px;
  color: #F06292;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select_second_pg li a:hover {
  text-decoration: underline;
  background: transparent;
  color: #F06292;
  border: 1px solid transparent;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select_second_pg li a:after {
  content: "";
  background: #cdcbcb;
  width: 1px;
  height: 21px;
  position: absolute;
  right: -8px;
  top: 8px;
}
.prs_booking_main_div_section_wrapper .st_calen_asc_tecket_time_select_second_pg li:last-child a:after {
  display: none;
}
.prs_booking_main_div_section_wrapper .st_calender_row_cont_mb_second_pg_left {
  float: left;
  width: calc(100% - 160px);
}
.prs_booking_main_div_section_wrapper .st_calender_mb_second_page_right_collection {
  float: left;
  width: 160px;
  text-align: center;
}
.prs_booking_main_div_section_wrapper .st_calender_mb_second_page_right_collection h3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.46px;
  font-weight: 600;
}
.prs_booking_main_div_section_wrapper .st_calender_mb_second_page_right_collection h4 {
  font-size: 12px;
  color: #f39e67;
  letter-spacing: 0.5px;
  padding-top: 90px;
}
.prs_booking_main_div_section_wrapper .st_calender_row_cont_second_pg {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 10px;
  background: #ffffff;
  padding: 20px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}
.prs_booking_main_div_section_wrapper .st_calender_row_cont_second_pg2 {
  margin-top: 0;
}
.prs_booking_main_div_section_wrapper .screen img {
  width: 100%;
}
.prs_booking_main_div_section_wrapper .prs_upcom_movie_img_overlay {
  position: absolute;
  top: 200px;
  right: 200px;
  left: 200px;
  bottom: 200px;
  background: rgba(0, 0, 0, 0.78);
  opacity: 0;
  -webkit-transition: all 0.55s linear;
  -moz-transition: all 0.55s linear;
  -ms-transition: all 0.55s linear;
  -o-transition: all 0.55s linear;
  transition: all 0.55s linear;
}
.prs_booking_main_div_section_wrapper .prs_upcom_movie_img_btn_wrapper {
  float: left;
  width: 100%;
  text-align: center;
}
.prs_booking_main_div_section_wrapper .prs_upcom_movie_img_btn_wrapper ul {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 37%;
  left: 0;
}
.prs_booking_main_div_section_wrapper .prs_upcom_movie_img_btn_wrapper li {
  float: none;
}
.prs_booking_main_div_section_wrapper .prs_upcom_movie_img_btn_wrapper li:first-child a {
  display: inline-block;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #ff4444;
  border: 1px solid #ff4444;
  color: white;
  margin-left: -900px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_booking_main_div_section_wrapper .prs_upcom_movie_img_btn_wrapper li:first-child a:hover {
  background: transparent;
  border: 1px solid #ff4444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_booking_main_div_section_wrapper .prs_upcom_movie_img_btn_wrapper li:last-child a {
  display: inline-block;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border: 1px solid #ff4444;
  margin-right: -900px;
  background: transparent;
  color: white;
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_booking_main_div_section_wrapper .prs_upcom_movie_img_btn_wrapper li:last-child a:hover {
  background: #ff4444;
  border: 1px solid #ff4444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prs_booking_main_div_section_wrapper .st_indx_slider_img:hover .prs_upcom_movie_img_btn_wrapper li:first-child a {
  margin-left: 0;
  -webkit-transition: all 0.45s linear;
  -moz-transition: all 0.45s linear;
  -ms-transition: all 0.45s linear;
  -o-transition: all 0.45s linear;
  transition: all 0.45s linear;
}
.prs_booking_main_div_section_wrapper .st_indx_slider_img:hover .prs_upcom_movie_img_btn_wrapper li:last-child a {
  margin-right: 0;
  -webkit-transition: all 0.75s linear;
  -moz-transition: all 0.75s linear;
  -ms-transition: all 0.75s linear;
  -o-transition: all 0.75s linear;
  transition: all 0.75s linear;
}
.prs_booking_main_div_section_wrapper .st_indx_slider_img:hover .prs_upcom_movie_img_overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.78);
  opacity: 1;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
.prs_booking_main_div_section_wrapper .prs_booking_main_div_section_wrapper {
  float: left;
  width: 100%;
  background: rgba(216, 216, 216, 0.3);
}
.prs_booking_main_div_section_wrapper .st_slider_index_sidebar_main_wrapper_booking {
  padding-bottom: 60px;
}

/*-- prs video top end --*/
/*---------------- st movie booking End --------------*/
.seat-booking_wrap .float_left {
  float: left;
  width: 100%;
}
.seat-booking_wrap .st_bt_top_header_wrapper {
  background: #2B2D3D;
  padding-top: 32px;
  padding-bottom: 32px;
}
.seat-booking_wrap .st_bt_top_back_btn a {
  float: left;
  width: 100px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #ED1B25;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  transition: all 0.5s;
}
.seat-booking_wrap .st_bt_top_back_btn a:hover {
  background: #fff;
  color: #ED1B25;
  transition: all 0.5s;
}
.seat-booking_wrap .st_bt_top_center_heading {
  text-align: center;
}
.seat-booking_wrap .st_bt_top_center_heading h3 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.62px;
  text-transform: uppercase;
  padding-top: 6px;
  font-weight: bold;
}
.seat-booking_wrap .st_bt_top_center_heading h3 span {
  font-size: 16px;
  color: #f1bc77;
}
.seat-booking_wrap .st_bt_top_center_heading h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 0.44px;
  text-transform: uppercase;
  padding-top: 10px;
}
.seat-booking_wrap .st_bt_top_close_btn a {
  font-size: 25px;
  float: right;
  padding-top: 6px;
}
.seat-booking_wrap .st_bt_top_close_btn a:hover {
  color: #ff4444;
}
.seat-booking_wrap .st_bt_top_back_btn_seatl {
  width: auto;
  margin-top: 10px;
}
.seat-booking_wrap .st_top_left_selectseatl {
  float: left;
  width: auto;
  position: relative;
  margin-left: 20px;
  margin-top: 10px;
}
.seat-booking_wrap .st_top_left_selectseatl .nice-select {
  width: 160px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #252525;
  padding-left: 40px;
}
.seat-booking_wrap .st_top_left_selectseatl .nice-select .list {
  width: 157px;
}
.seat-booking_wrap .st_top_left_selectseatl i {
  float: left;
  color: rgba(255, 255, 255, 0.52);
  position: absolute;
  left: 10px;
  top: 6px;
  z-index: 1;
}
.seat-booking_wrap .st_seatlay_btn {
  float: right;
  width: auto;
}
.seat-booking_wrap .st_seatlay_btn.type_btm {
  width: 100%;
}
.seat-booking_wrap .st_seatlay_btn a {
  float: left;
  width: 150px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #ff4444;
  border: 1px solid transparent;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  color: #FFF;
  letter-spacing: 1px;
  margin-right: 30px;
  margin-top: 10px;
}
.seat-booking_wrap .st_seatlay_btn a:hover {
  border: 1px solid #ff4444;
  background: transparent;
  color: #ff4444;
}
.seat-booking_wrap .st_bt_top_close_btn2 {
  float: right;
  width: auto;
  margin-top: 10px;
}
.seat-booking_wrap .st_seatlayout_main_wrapper {
  padding-top: 40px;
  padding-bottom: 100px;
  background: #333545;
}
.seat-booking_wrap .st_seat_lay_heading h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.seat-booking_wrap .st_seat_full_container {
  float: left;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 30px;
  overflow-x: auto;
  overflow-y: hidden;
}
.seat-booking_wrap .st_seat_full_container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
.seat-booking_wrap .st_seat_full_container::-webkit-scrollbar {
  height: 6px;
  background-color: #ffffff;
}
.seat-booking_wrap .st_seat_full_container::-webkit-scrollbar-thumb {
  background-color: #0091dc;
}
.seat-booking_wrap .st_seat_lay_economy_heading {
  position: relative;
  text-align: center;
  margin-top: 40px;
}
.seat-booking_wrap .st_seat_lay_economy_heading h3 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 1.14px;
  text-transform: uppercase;
  z-index: 100;
  background: #333545;
  display: inline-block;
  padding: 15px 40px;
  position: relative;
}
.seat-booking_wrap .st_seat_lay_economy_heading:after {
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.11);
  width: 100%;
  position: absolute;
  top: 22px;
  left: 0;
}
.seat-booking_wrap .st_seat_lay_row label {
  cursor: pointer;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.54);
  letter-spacing: 0.83px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.88px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  text-transform: capitalize;
}
.seat-booking_wrap .st_seat_lay_row label span {
  font-weight: 800;
}
.seat-booking_wrap .st_seat_lay_row input[type=checkbox] {
  display: none;
}
.seat-booking_wrap .st_seat_lay_row input[type=checkbox] + label:before {
  border: 1px solid #fff;
  content: "";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 25px;
  line-height: 25px;
  margin: 0.2em 0.56em 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.38);
  vertical-align: top;
  width: 40px;
  border-radius: 5px;
  background: transparent;
  text-align: center;
  position: absolute;
}
.seat-booking_wrap .st_seat_lay_row input[type=checkbox] + label:after {
  border: 1px solid #fff;
  content: "";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 10px;
  line-height: 25px;
  margin: 0.2em 0.56em 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.38);
  vertical-align: top;
  width: 30px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background: transparent;
  text-align: center;
  position: absolute;
  margin-top: 30px;
  margin-left: 5px;
}
.seat-booking_wrap .st_seat_lay_row input[type=checkbox]:checked + label:before {
  border: 0;
  color: #000;
  content: "";
  background: #f1bc77;
  border: 1px solid #f1bc77;
}
.seat-booking_wrap .st_seat_lay_row input[type=checkbox]:checked + label:after {
  border: 0;
  color: #000;
  content: "";
  font-weight: 900;
  background: #f1bc77;
  border: 1px solid #f1bc77;
  font-weight: 900;
  font-weight: bold;
}
.seat-booking_wrap .st_seat_lay_row li {
  float: left;
  margin-right: 50px;
  margin-top: 40px;
  position: relative;
}
.seat-booking_wrap .st_seat_lay_row li span {
  float: left;
  width: 150px;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  background: #ff4444;
  color: #FFF;
  border-radius: 5px;
  position: absolute;
  visibility: hidden;
  top: -40px;
  left: -48px;
  opacity: 0;
  z-index: 100;
  transition: all 0.5s;
}
.seat-booking_wrap .st_seat_lay_row li span:after {
  content: "";
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #ff4444;
  position: absolute;
  left: 40%;
  bottom: -8px;
}
.seat-booking_wrap .st_seat_lay_row li span b {
  font-size: 14px;
  margin-left: -12px;
  margin-top: 2px;
}
.seat-booking_wrap .st_seat_lay_row li:hover span {
  top: -50px;
  transition: all 0.5s;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.seat-booking_wrap .st_seat_lay_row ul {
  float: left;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (max-width: 576px) {
  .seat-booking_wrap .st_seat_lay_row ul {
    justify-content: flex-start;
  }
}
.seat-booking_wrap .seat_disable input[type=checkbox] + label:before {
  background: #ED1B25;
}
.seat-booking_wrap .seat_disable input[type=checkbox] + label:after {
  background: #ED1B25;
}
.seat-booking_wrap .seat_disable input[type=checkbox]:checked + label:after {
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.54);
}
.seat-booking_wrap .seat_disable input[type=checkbox]:checked + label:before {
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.54);
  color: rgba(255, 255, 255, 0.38);
}
.seat-booking_wrap .seat_disable label {
  cursor: default !important;
}
.seat-booking_wrap .box p {
  padding-top: 10px;
  padding-bottom: 10px;
}
.seat-booking_wrap .st_seat_heading_row {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 1px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding-top: 19px;
}
.seat-booking_wrap .st_eco_second_row {
  margin-left: 50px;
}
.seat-booking_wrap .st_seat_lay_economy_wrapperexicutive {
  margin-top: 50px;
}
.seat-booking_wrap .st_seat_lay_economy_wrapper {
  width: 1315px;
}
.seat-booking_wrap .st_slider_rating_btn_heart_5th {
  position: absolute;
  left: 30px;
  top: -50px;
}
.seat-booking_wrap .st_video_slide_clientsec_wrapper {
  position: absolute;
  top: 10px;
  left: 10px;
}
.seat-booking_wrap .st_video_slide_clientsec_wrapper h5 {
  color: #FFF;
  padding-left: 6px;
}
.seat-booking_wrap .st_video_slider_inner_wrappermb {
  padding-top: 220px;
}
.seat-booking_wrap .cc_ps_quantily_info_tecket .select_number {
  float: left;
  width: 150px;
  position: relative;
  margin-left: 15px;
}
.seat-booking_wrap .cc_ps_quantily_info_tecket input {
  margin-left: 35px;
  background: #222222;
  color: rgba(255, 255, 255, 0.75);
  top: 3px;
  border-radius: 2px;
}
.seat-booking_wrap .cc_ps_quantily_info_tecket input:focus {
  background: #222222;
  color: rgba(255, 255, 255, 0.52);
}
.seat-booking_wrap .cc_ps_quantily_info_tecket .decrease {
  left: 7px;
  background: #222222;
  top: 20px;
}
.seat-booking_wrap .cc_ps_quantily_info_tecket .decrease:hover {
  background: #ff4444;
}
.seat-booking_wrap .cc_ps_quantily_info_tecket .increase {
  background: #222222;
  top: 20px;
}
.seat-booking_wrap .cc_ps_quantily_info_tecket .increase:hover {
  background: #ff4444;
}
.seat-booking_wrap .cc_ps_quantily_info p {
  float: left;
  padding-left: 15px;
  padding-top: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.38);
}
.seat-booking_wrap .cc_ps_quantily_info input {
  width: 40px;
  border: 0;
  outline: none;
  position: relative;
  margin-left: 28px;
  margin-top: 6px;
  border-top: 0;
  border-radius: 0px;
  border-left: 0;
  border-right: 0;
  text-align: center;
  border: 0;
}
.seat-booking_wrap .cc_ps_quantily_info input:focus {
  border: none;
  box-shadow: none;
  border: 0;
}
.seat-booking_wrap .increase {
  position: absolute;
  left: 75px;
  bottom: 20px;
  background: #ffffff;
  border: 0;
  cursor: pointer;
  height: 15px;
  width: 15px;
  color: #cdcbcb;
  border-right: 0;
  border-radius: 2px;
  text-align: center;
  font-size: 8px;
  line-height: 0;
  padding-left: 4px;
  transition: all 0.5s;
}
.seat-booking_wrap .increase:hover {
  background: #F06292;
  color: #FFF;
}
.seat-booking_wrap .decrease {
  position: absolute;
  left: 34%;
  bottom: 20px;
  background: #ffffff;
  cursor: pointer;
  border: 0;
  height: 15px;
  width: 15px;
  color: #cdcbcb;
  border-right: 0;
  border-radius: 2px;
  text-align: center;
  font-size: 8px;
  line-height: 0;
  padding-left: 4px;
  transition: all 0.5s;
}
.seat-booking_wrap .decrease:hover {
  background: #F06292;
  color: #FFF;
}
.seat-booking_wrap .st_seat_lay_row #c1[type=checkbox] + label:before {
  content: "1";
}
.seat-booking_wrap .st_seat_lay_row #c24[type=checkbox] + label:before {
  content: "1";
}
.seat-booking_wrap .st_seat_lay_row #c47[type=checkbox] + label:before {
  content: "1";
}
.seat-booking_wrap .st_seat_lay_row #c70[type=checkbox] + label:before {
  content: "1";
}
.seat-booking_wrap .st_seat_lay_row #c2[type=checkbox] + label:before {
  content: "2";
}
.seat-booking_wrap .st_seat_lay_row #c25[type=checkbox] + label:before {
  content: "2";
}
.seat-booking_wrap .st_seat_lay_row #c48[type=checkbox] + label:before {
  content: "2";
}
.seat-booking_wrap .st_seat_lay_row #c71[type=checkbox] + label:before {
  content: "2";
}
.seat-booking_wrap .st_seat_lay_row #c3[type=checkbox] + label:before {
  content: "3";
}
.seat-booking_wrap .st_seat_lay_row #c26[type=checkbox] + label:before {
  content: "3";
}
.seat-booking_wrap .st_seat_lay_row #c49[type=checkbox] + label:before {
  content: "3";
}
.seat-booking_wrap .st_seat_lay_row #c72[type=checkbox] + label:before {
  content: "3";
}
.seat-booking_wrap .st_seat_lay_row #c4[type=checkbox] + label:before {
  content: "4";
}
.seat-booking_wrap .st_seat_lay_row #c27[type=checkbox] + label:before {
  content: "4";
}
.seat-booking_wrap .st_seat_lay_row #c50[type=checkbox] + label:before {
  content: "4";
}
.seat-booking_wrap .st_seat_lay_row #c73[type=checkbox] + label:before {
  content: "4";
}
.seat-booking_wrap .st_seat_lay_row #c5[type=checkbox] + label:before {
  content: "5";
}
.seat-booking_wrap .st_seat_lay_row #c28[type=checkbox] + label:before {
  content: "5";
}
.seat-booking_wrap .st_seat_lay_row #c51[type=checkbox] + label:before {
  content: "5";
}
.seat-booking_wrap .st_seat_lay_row #c74[type=checkbox] + label:before {
  content: "5";
}
.seat-booking_wrap .st_seat_lay_row #c6[type=checkbox] + label:before {
  content: "6";
}
.seat-booking_wrap .st_seat_lay_row #c29[type=checkbox] + label:before {
  content: "6";
}
.seat-booking_wrap .st_seat_lay_row #c52[type=checkbox] + label:before {
  content: "6";
}
.seat-booking_wrap .st_seat_lay_row #c75[type=checkbox] + label:before {
  content: "6";
}
.seat-booking_wrap .st_seat_lay_row #c7[type=checkbox] + label:before {
  content: "7";
}
.seat-booking_wrap .st_seat_lay_row #c30[type=checkbox] + label:before {
  content: "7";
}
.seat-booking_wrap .st_seat_lay_row #c53[type=checkbox] + label:before {
  content: "7";
}
.seat-booking_wrap .st_seat_lay_row #c76[type=checkbox] + label:before {
  content: "7";
}
.seat-booking_wrap .st_seat_lay_row #c8[type=checkbox] + label:before {
  content: "8";
}
.seat-booking_wrap .st_seat_lay_row #c31[type=checkbox] + label:before {
  content: "8";
}
.seat-booking_wrap .st_seat_lay_row #c54[type=checkbox] + label:before {
  content: "8";
}
.seat-booking_wrap .st_seat_lay_row #c77[type=checkbox] + label:before {
  content: "8";
}
.seat-booking_wrap .st_seat_lay_row #c9[type=checkbox] + label:before {
  content: "9";
}
.seat-booking_wrap .st_seat_lay_row #c32[type=checkbox] + label:before {
  content: "9";
}
.seat-booking_wrap .st_seat_lay_row #c55[type=checkbox] + label:before {
  content: "9";
}
.seat-booking_wrap .st_seat_lay_row #c78[type=checkbox] + label:before {
  content: "9";
}
.seat-booking_wrap .st_seat_lay_row #c10[type=checkbox] + label:before {
  content: "10";
}
.seat-booking_wrap .st_seat_lay_row #c33[type=checkbox] + label:before {
  content: "10";
}
.seat-booking_wrap .st_seat_lay_row #c56[type=checkbox] + label:before {
  content: "10";
}
.seat-booking_wrap .st_seat_lay_row #c79[type=checkbox] + label:before {
  content: "10";
}
.seat-booking_wrap .st_seat_lay_row #c11[type=checkbox] + label:before {
  content: "11";
}
.seat-booking_wrap .st_seat_lay_row #c34[type=checkbox] + label:before {
  content: "11";
}
.seat-booking_wrap .st_seat_lay_row #c57[type=checkbox] + label:before {
  content: "11";
}
.seat-booking_wrap .st_seat_lay_row #c80[type=checkbox] + label:before {
  content: "11";
}
.seat-booking_wrap .st_seat_lay_row #c12[type=checkbox] + label:before {
  content: "12";
}
.seat-booking_wrap .st_seat_lay_row #c35[type=checkbox] + label:before {
  content: "12";
}
.seat-booking_wrap .st_seat_lay_row #c58[type=checkbox] + label:before {
  content: "12";
}
.seat-booking_wrap .st_seat_lay_row #c81[type=checkbox] + label:before {
  content: "12";
}
.seat-booking_wrap .st_seat_lay_row #c13[type=checkbox] + label:before {
  content: "13";
}
.seat-booking_wrap .st_seat_lay_row #c36[type=checkbox] + label:before {
  content: "13";
}
.seat-booking_wrap .st_seat_lay_row #c59[type=checkbox] + label:before {
  content: "13";
}
.seat-booking_wrap .st_seat_lay_row #c82[type=checkbox] + label:before {
  content: "13";
}
.seat-booking_wrap .st_seat_lay_row #c14[type=checkbox] + label:before {
  content: "14";
}
.seat-booking_wrap .st_seat_lay_row #c37[type=checkbox] + label:before {
  content: "14";
}
.seat-booking_wrap .st_seat_lay_row #c60[type=checkbox] + label:before {
  content: "14";
}
.seat-booking_wrap .st_seat_lay_row #c83[type=checkbox] + label:before {
  content: "14";
}
.seat-booking_wrap .st_seat_lay_row #c15[type=checkbox] + label:before {
  content: "15";
}
.seat-booking_wrap .st_seat_lay_row #c38[type=checkbox] + label:before {
  content: "15";
}
.seat-booking_wrap .st_seat_lay_row #c61[type=checkbox] + label:before {
  content: "15";
}
.seat-booking_wrap .st_seat_lay_row #c84[type=checkbox] + label:before {
  content: "15";
}
.seat-booking_wrap .st_seat_lay_row #c16[type=checkbox] + label:before {
  content: "16";
}
.seat-booking_wrap .st_seat_lay_row #c39[type=checkbox] + label:before {
  content: "16";
}
.seat-booking_wrap .st_seat_lay_row #c62[type=checkbox] + label:before {
  content: "16";
}
.seat-booking_wrap .st_seat_lay_row #c85[type=checkbox] + label:before {
  content: "16";
}
.seat-booking_wrap .st_seat_lay_row #c17[type=checkbox] + label:before {
  content: "17";
}
.seat-booking_wrap .st_seat_lay_row #c40[type=checkbox] + label:before {
  content: "17";
}
.seat-booking_wrap .st_seat_lay_row #c63[type=checkbox] + label:before {
  content: "17";
}
.seat-booking_wrap .st_seat_lay_row #c86[type=checkbox] + label:before {
  content: "17";
}
.seat-booking_wrap .st_seat_lay_row #c18[type=checkbox] + label:before {
  content: "18";
}
.seat-booking_wrap .st_seat_lay_row #c41[type=checkbox] + label:before {
  content: "18";
}
.seat-booking_wrap .st_seat_lay_row #c64[type=checkbox] + label:before {
  content: "18";
}
.seat-booking_wrap .st_seat_lay_row #c87[type=checkbox] + label:before {
  content: "18";
}
.seat-booking_wrap .st_seat_lay_row #c19[type=checkbox] + label:before {
  content: "19";
}
.seat-booking_wrap .st_seat_lay_row #c42[type=checkbox] + label:before {
  content: "19";
}
.seat-booking_wrap .st_seat_lay_row #c65[type=checkbox] + label:before {
  content: "19";
}
.seat-booking_wrap .st_seat_lay_row #c88[type=checkbox] + label:before {
  content: "19";
}
.seat-booking_wrap .st_seat_lay_row #c20[type=checkbox] + label:before {
  content: "20";
}
.seat-booking_wrap .st_seat_lay_row #c43[type=checkbox] + label:before {
  content: "20";
}
.seat-booking_wrap .st_seat_lay_row #c66[type=checkbox] + label:before {
  content: "20";
}
.seat-booking_wrap .st_seat_lay_row #c89[type=checkbox] + label:before {
  content: "20";
}
.seat-booking_wrap .st_seat_lay_row #c21[type=checkbox] + label:before {
  content: "21";
}
.seat-booking_wrap .st_seat_lay_row #c44[type=checkbox] + label:before {
  content: "21";
}
.seat-booking_wrap .st_seat_lay_row #c67[type=checkbox] + label:before {
  content: "21";
}
.seat-booking_wrap .st_seat_lay_row #c90[type=checkbox] + label:before {
  content: "21";
}
.seat-booking_wrap .st_seat_lay_row #c22[type=checkbox] + label:before {
  content: "22";
}
.seat-booking_wrap .st_seat_lay_row #c45[type=checkbox] + label:before {
  content: "22";
}
.seat-booking_wrap .st_seat_lay_row #c68[type=checkbox] + label:before {
  content: "22";
}
.seat-booking_wrap .st_seat_lay_row #c91[type=checkbox] + label:before {
  content: "22";
}
.seat-booking_wrap .st_seat_lay_row #c23[type=checkbox] + label:before {
  content: "23";
}
.seat-booking_wrap .st_seat_lay_row #c46[type=checkbox] + label:before {
  content: "23";
}
.seat-booking_wrap .st_seat_lay_row #c69[type=checkbox] + label:before {
  content: "23";
}
.seat-booking_wrap .st_seat_lay_row #c92[type=checkbox] + label:before {
  content: "23";
}

.prs_auth_wrapper {
  float: left;
  width: 100%;
  padding: 50px 0;
}
.prs_auth_wrapper .auth_block {
  background: #ffffff;
  padding: 20px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.auth_dropdown {
  padding: 12px 8px;
}

.cookie_message {
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  background: -moz-linear-gradient(to right, #052f5f, #08478f, #005377, #00415e);
  background: -webkit-linear-gradient(to right, #052f5f, #08478f, #005377, #00415e);
  background: linear-gradient(to right, #052f5f, #08478f, #005377, #00415e);
  color: #fff;
  padding: 40px 0;
  border-top: 2px solid #ED1B25;
}
.cookie_message .read_more {
  background: #ED1B25;
  border-color: #ED1B25;
}

.cookie_message p {
  margin-bottom: 0px;
}

.mobile-user-dropdown {
  float: left;
  margin-left: 10px;
}
.mobile-user-dropdown button {
  text-indent: 0;
}

.table-dashboard tbody tr td {
  color: #000;
}

.st_bt_top_header_wrapper {
  background: #2B2D3D;
  padding-top: 32px;
  padding-bottom: 32px;
}

.st_bt_top_center_heading {
  text-align: center;
}
.st_bt_top_center_heading h3 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.38);
  letter-spacing: 0.62px;
  text-transform: uppercase;
  padding-top: 6px;
}

.st_bt_top_close_btn a {
  font-size: 25px;
  float: right;
  padding-top: 6px;
}
.st_bt_top_close_btn a:hover {
  color: #F06292;
}

.st_dtts_ineer_box {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  padding: 20px;
}
.st_dtts_ineer_box li {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-top: 25px;
}
.st_dtts_ineer_box li:first-child {
  margin-top: 0;
}

.st_dtts_wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.dtts1 {
  float: left;
  width: 230px;
}

.dtts2 {
  float: left;
  width: calc(100% - 230px);
}

.st_cherity_img img {
  width: 100%;
}

.st_cherity_section {
  margin-top: 30px;
  background: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0px 0px 4px 4px;
}

.st_cherity_img_cont {
  padding: 10px 20px;
}
.st_cherity_img_cont label {
  cursor: pointer;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0.83px;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0.88px;
  font-weight: normal;
  text-transform: capitalize;
}
.st_cherity_img_cont label span {
  font-weight: 800;
}
.st_cherity_img_cont input[type=checkbox] {
  display: none;
}
.st_cherity_img_cont input[type=checkbox] + label:before {
  border: 1px solid #000;
  opacity: 0.54;
  content: " ";
  display: inline-block;
  font: 16px/1em sans-serif;
  height: 16px;
  margin: 0.2em 0.56em 0 0;
  padding: 0;
  vertical-align: top;
  width: 16px;
  border-radius: 3px;
}
.st_cherity_img_cont input[type=checkbox]:checked + label:before {
  border: 0;
  color: #ff4444;
  content: "✓";
  font-weight: 900;
  background: transparent;
  border: 1px solid #000;
}
.st_cherity_img_cont input[type=checkbox]:checked + label:after {
  font-weight: 900;
  font-weight: bold;
}

.box p {
  padding-top: 10px;
  padding-bottom: 10px;
}

.st_cherity_btn li {
  float: left;
  margin-right: 30px;
}
.st_cherity_btn li:first-child a {
  width: 122px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
  font-size: 14px;
  background: #333545;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_cherity_btn li:first-child a:hover {
  background: #ff4444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_cherity_btn li:nth-child(2) a {
  width: 196px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
  font-size: 14px;
  background: #333545;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_cherity_btn li:nth-child(2) a:hover {
  background: #ff4444;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_cherity_btn li:last-child {
  margin-right: 0;
  float: right;
}
.st_cherity_btn li:last-child a {
  width: 196px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
  background: #dbdbdb;
  font-size: 14px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.12);
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_cherity_btn li:last-child a:hover {
  background: #333545;
  color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.st_cherity_btn h3 {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0;
  text-transform: uppercase;
  padding-top: 30px;
  padding-bottom: 30px;
}

.st_dtts_bs_heading {
  background: #333545;
  padding: 12px 20px;
  border-radius: 4px;
}
.st_dtts_bs_heading p {
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
}

.st_dtts_sb_ul {
  padding: 20px;
  padding-bottom: 50px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.54);
}
.st_dtts_sb_ul li {
  font-size: 14px;
  color: #2d3538;
  letter-spacing: 1px;
  float: left;
  width: 100%;
  margin-top: 20px;
}
.st_dtts_sb_ul li:first-child {
  margin-top: 0;
}
.st_dtts_sb_ul li span {
  float: right;
  margin-top: -22px;
}
.st_dtts_sb_ul li:last-child span {
  margin-top: 0;
}
.st_dtts_sb_ul p {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 1px;
  float: left;
  width: 100%;
  padding-left: 10px;
}
.st_dtts_sb_ul p span {
  float: right;
}

.st_dtts_bs_wrapper {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

.st_dtts_sb_h2 {
  padding: 20px;
}
.st_dtts_sb_h2 h3 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0;
  font-weight: 800;
}
.st_dtts_sb_h2 h3 span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  letter-spacing: 0;
  float: right;
}
.st_dtts_sb_h2 h4 {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.38);
  letter-spacing: 1px;
  text-align: center;
  line-height: 14px;
  padding-top: 20px;
}
.st_dtts_sb_h2 h4 span {
  color: #F06292;
}
.st_dtts_sb_h2 h5 {
  padding-top: 30px;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: 0;
  font-weight: 800;
}
.st_dtts_sb_h2 h5 span {
  float: right;
}

.tp-caption.boxshadow {
  box-shadow: none;
}

.boxshadow {
  box-shadow: none;
}

.checkout_seat_flex span:not(:last-child) {
  margin-right: 6px;
}
.checkout_seat_flex span:not(:last-child):after {
  content: ",";
  padding-left: 2px;
}
.checkout_seat_flex span:last-child {
  margin-right: 12px;
}

.thankyou_wrapper {
  padding: 80px 0 60px;
}

.prs_upcom_slider_slides_wrapper .owl_navs .owl-prev,
.prs_upcom_slider_slides_wrapper .owl_navs .owl-next {
  display: none;
}

button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.hs_blog_cont_heading_wrapper h2 {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 28px;
}
.hs_blog_cont_heading_wrapper h2.title {
  color: #d90368;
}
.hs_blog_cont_heading_wrapper p {
  padding-top: 20px;
  color: #707070;
}
.hs_blog_cont_heading_wrapper h5 a {
  font-size: 16px;
  color: #ED1B25;
  padding-top: 20px;
  display: inline-block;
}
.hs_blog_cont_heading_wrapper h5 a i {
  position: relative;
  top: 2px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_blog_cont_heading_wrapper h5 a:hover i {
  padding-left: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.hs_blog_cont_heading_wrapper ul {
  display: block;
  width: 100%;
  float: left;
  padding-bottom: 25px;
}
.hs_blog_cont_heading_wrapper li {
  float: left;
  margin-left: 25px;
  color: #ED1B25;
}
.hs_blog_cont_heading_wrapper li:first-child {
  margin-left: 0;
  position: relative;
}
.hs_blog_cont_heading_wrapper li:first-child:after {
  content: "";
  border: 1px solid #ff4444;
  height: 15px;
  position: absolute;
  right: -13px;
  top: 5px;
}

/*# sourceMappingURL=style.css.map */
