* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  /*font-family: "Roboto", sans-serif;*/
  background: #f5f5f5;
  letter-spacing: -0.00208em;
  line-height: 1.61;
  overflow-x: hidden;

}
html {
    font-size: 100%;
}

a,
.page-title {
    color: var(--ast-global-color-0);
}

a:hover,
a:focus {
    color: var(--ast-global-color-1);
}

button,
input,
select,
textarea {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
}

blockquote {
    color: var(--ast-global-color-3);
}

p,
.entry-content p {
    margin-bottom: 1em;
}

h1,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6,
.site-title,
.site-title a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.site-title {
    font-size: 35px;
    font-size: 2.1875rem;
    display: none;
}

.site-header .site-description {
    font-size: 15px;
    font-size: 0.9375rem;
    display: none;
}

.entry-title {
    font-size: 40px;
    font-size: 2.5rem;
}

h1,
.entry-content h1 {
    font-size: 140px;
    font-size: 8.75rem;
    font-family: 'Poppins', sans-serif;
    line-height: 1em;
}

h2,
.entry-content h2 {
    font-size: 108px;
    font-size: 6.75rem;
    font-family: 'Poppins', sans-serif;
}

h3,
.entry-content h3 {
    font-size: 48px;
    font-size: 3rem;
    font-family: 'Poppins', sans-serif;
}

h4,
.entry-content h4 {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
}

h5,
.entry-content h5 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
}

h6,
.entry-content h6 {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.25em;
    font-family: 'Poppins', sans-serif;
}

::selection {
    background-color: var(--ast-global-color-0);
    color: #ffffff;
}

h1,
.entry-title a,
.entry-content h1,
h2,
.entry-content h2,
h3,
.entry-content h3,
h4,
.entry-content h4,
h5,
.entry-content h5,
h6,
.entry-content h6 {
    color: #ffffff;
}
.header {
  position: absolute;
  z-index: 2;
  width: 100%;

}
.navigation {
  flex-basis: 100%;
}
[class*=col-]:not([class*=sticky-]):not([class*=position-]) {
    position: relative;
}


.navbar-nav {
 /* padding-top: 2rem;*/
  display: flex;
  justify-content: right;
  gap: 1rem;
}
.navbar-nav .nav-item{
  padding: 0 8px;
}

.navbar-nav .nav-item .nav-link{
  color: rgba(255, 255, 255, 1.0);
  line-height: 70px;
}
.navbar-nav form{
  padding-left: 15px;
}
.small-section {
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     padding-top: 100px;
    padding-bottom:150px;
}
.section_overlay, .overlay {
  position: absolute; /* Sit on top of the page content */
  /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: auto; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 0; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}
.main_img{
    position: relative;
}
.main_img img{
    position: absolute;
    left: 35%;
}
.header_content{
    position: fixed;
    z-index: 1;
}
.line{
    position: relative;
    display: block;
      position: relative;
      padding-left: 60px;
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 600;
}
.line:after{
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 80px;
      height: 2px;
      
      background-color: rgba(255, 255, 255, 1.0);
}
.main_side_content h2{

    font-size: 61px;
    font-size: 3.2rem;
    font-family: 'Poppins', sans-serif;

}
.pt-50{
    padding-top:50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
#section2{
    background-color: #f5f5f5;
    color: #000;
}
#section2{
    padding: 104px 40px 104px 40px;
}
#section2 h6{
    text-transform: uppercase;
    color: rgba(0, 0, 0, 1.0);
        letter-spacing: 2px;
        line-height: 1.25em;
}
#section2 h3{
    text-transform: capitalize;
    color: rgba(0, 0, 0, 1.0);
}
#section2 .text-line1{
        margin-top: 40px;
    margin-bottom: 72px;
}
#about{
    /*padding: 104px 40px 104px 40px;*/
}
#about .line:after{
    background-color: rgba(0, 0, 0, 1.0);
}
#about .about_img{
    position: absolute;
    bottom: -1px;
    left: 0;
}
.about_title h1{
    font-size: 160px;
    font-size:10rem;
    padding: 0% 0% 0% 35%;
    color: rgba(0, 0, 0, 1.0);
}
.about_section_margin{
    margin-top: 48px;
    /*margin-bottom: 73px;*/
    margin-left: 1%;
}
.about_section_margin p{
    font-weight: 600;
}
.about_section_margin1{
    margin-top: 65px;
    /*margin-bottom: 73px;*/
    width: 24%;
}
.about_section_margin1 h6{
    text-transform: uppercase;
    /*color: rgba(0, 0, 0, 1.0);*/
        letter-spacing: 2px;
        line-height: 1.25em;
        text-align: center;
}
.social-icon-list-items{
    list-style-type: none;
    color: rgba(0, 0, 0, 1.0);
    padding-left:0;
}
.social-icon-list-item {
    margin: 0;
    padding: 4px 0 4px 25px;
    position: relative;
}
.social-icon-list-item > a {
    font-family: "Poppins", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-decoration: none;
}
#upcoming{
    padding: 250px 0 0 0;
}
#upcoming .thumbnails img {
    
    /*border: 4px solid #555;*/
    padding: 1px;
    margin: 0 10px 10px 0;
    height: 230px;
    border-radius: 8px;
}

#upcoming .thumbnails img:hover {
    /*border: 4px solid #00ccff;*/
    cursor:pointer;
}

#upcoming .preview img {
    /*border: 4px solid #444;*/
    padding: 1px;
    width: 100%;
    border-radius: 8px;
}
#upcoming .preview iframe {
    /*border: 4px solid #444;*/
    padding: 1px;
    width: 100%;
    border-radius: 8px;
}
#upcoming .preview{
    margin-bottom: 48px;
}

.relative{
    position: relative;
}
.relative h1{
    position: absolute;
    top: -110px;
    left: 18%;
    z-index: 1;
}
#upcoming .thumbnails .play{
    position: absolute;
     font-family: poppins,Sans-serif;
    font-size: 48px;
    text-transform: none;
    fill: #fff;
    color: #fff;
    top: 34%;
    left: 44%;
}
#upcoming .visit_channel a{
    font-family: poppins,Sans-serif;
    font-size: 48px;
    text-transform: none;
    fill: #fff;
    color: #fff;
    text-decoration: none;
    border-style: solid;
    border-width: 0 0 4px;
    /*border-color: blue;*/
    border-radius: 0 0 0 0;
    padding: 0;
    font-weight: 600;
}
.pb-104{
    padding-bottom: 104px;
}
.pt-20{
    padding-top: 20px;
}
.visit_channel{
    padding-top: 100px;
}
#upcoming .preview{
    position: relative;
}
#upcoming .over_lay{
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 0px 40px;
    margin: 40px 0;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
}
#upcoming .main_play{
    /* position: absolute; */
    width: 92px;
    font-size: 40px;
    padding: 24px;
    border-width: 2px;
    margin: 0;
    /* bottom: 51%; */
    /* left: 5%; */
    border-radius: 50%;
    border: 2px solid;
    color: #fff;
}
.d-block{
    display: block!important;
}
#upcoming .main_play .play_icon{
    text-decoration: none;
    border: none;
}
#upcoming .main_play .play_icon i{
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#upcoming .thumbnails .tmb_item{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#upcoming .main_play .play_icon .fa:hover{ 
    color: red;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3); 
}
#upcoming .main_title h4{
    /*position: absolute;
    bottom: 52.5%;
    left: 18%;*/
    line-height: 84px;
    margin-left: 24px;
}
#myplan{
    position: relative;
    /*padding-bottom: 52px;*/
}
#myplan .side_img{
    position: absolute;
    right: 0px;
    margin-top: -10%;
}
.floating-img{
    animation-name: floating;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 5px); }
    to   { transform: translate(0, -0px); } 
}

h1.test2 {
  writing-mode: vertical-rl; 
  transform: rotate(-180deg);
  color: #000;
  font-weight: 600;
  vertical-align: center;
  /*margin-top: 25%;*/
    height: 100vh;

}
.title_text{
    padding-bottom: 10%;
}
#myplan .my_content{
    position: relative;
}
#myplan .my_content .my_plan_img{
    position: absolute;
    /*top: -13%;*/
    bottom: 0;
}
.item{
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #4a4a4a;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 0 32px;
}
#myplan .item h6{
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 10px;
    color: #4a4a4a;
}
#myplan .item h4{
    text-transform: capitalize;
    line-height: 1.2em;
    color: #1a1a1a;
}
#footer{
    position: relative;
    /*margin-top: 52px;*/
}
#footer .footer_top .footer_side_left{
    padding:100px 64px 64px 0;
    color: #4a4a4a;w
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin-top: 0;
}
#footer .footer_top{
    margin-bottom: 56px;
}
#footer .footer_top .footer_side_left{
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
}
#footer .footer_top .footer_side_right{
  border-top: 1px solid #000;
  /*border-right: 1px solid #000;*/
  border-bottom: 1px solid #000;
}
#footer .footer_top .footer_side_left h3{
    margin-bottom: 20px;
    color: #4a4a4a;

}
#footer .footer_top .footer_side_left h6, #footer .footer_top .footer_side_right h6{
     margin-bottom: 20px;
    color: #4a4a4a;
    text-transform: uppercase;
    letter-spacing: 2px;
}
#footer .line{
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 20px;
}
#footer .line:after{
    width: 64px;
    height: 4px;
    background-color: rgba(0, 0, 0, 1.0);
}
#footer .footer_contact h5{
font-family: poppins,Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
    color: #4A4A4A;
    padding-bottom: calc(16px/2);
    margin-top: calc(16px/2);
}
#footer .footer_contact{
    padding: 0 0 80px;
}
#footer .mail{
    font-family: poppins,Sans-serif;
    font-size: 24px;
    font-weight: 600px;
    text-transform: none;
    text-decoration: none;
    fill: #1A1A1A;
    color: #1A1A1A;
    background-color: #00000000;
    border-style: solid;
    border-width: 0 0 4px;
    border-color: #4A4A4A;
    border-radius: 0 0 0 0;
    padding: 0;
}
#footer .footer_side_right{
    padding: 100px 50px 80px 80px;
}

input[type=email], input[type=number], input[type=password], input[type=reset], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #dddddd;
    border-radius: 2px;
    background-color: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
}
.form-control:focus {
    border:none;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-group{
    padding: 10px 0;
}
.send_btn{
        border-style: solid;
    border-top-width: 2px;
    border-right-width: 2px;
    border-left-width: 2px;
    border-bottom-width: 2px;
    color: #1a1a1a;
    border-color: #1a1a1a;
    background-color: rgba(26,26,26,0);
    padding-top: 12px;
    padding-right: 22px;
    padding-bottom: 12px;
    padding-left: 22px;
    font-family: 'Poppins',sans-serif;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1em;
    text-transform: capitalize;
    border-radius: 24px;

}
.send_btn:hover{
        color: #ffffff;
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}

#footer .footer_bottom{
    padding-top: 20px;
    padding-bottom: 20px;
}
#footer .footer_bottom ul{
    list-style-type: none;
    display: flex;
    padding: 0;
}
#footer .footer_bottom ul li{
    margin-right: 12.5px;
    margin-left: 12.5px;
}
#footer .footer_bottom ul li:nth-child(1){
    margin-right: 12.5px;
    margin-left: 0;
}
#footer .footer_bottom a{
    text-decoration: none;
}
#footer .footer_bottom a:hover{
    text-decoration: underline;
}

#footer .footer_bottom .social_icon  a i{
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social_icon a .fa:hover{
    color: blue;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);  
}

.gallery-mt{
    margin-top:-9.53%;
    padding-top:12.53%;
}
/*-------gallery-------*/
.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -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; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }
  .instagram .container-fluid {
  padding-left: 0;
  padding-right: 0; }
.ec-animate {
  opacity: 0;
  visibility: hidden; }
.instagram .insta-img {
  display: block;
  height: 280px;
  width: 350px;
  position: relative; }

    .instagram .insta-img .icon span {
      color: #fff;
      font-size: 40px; }
  .instagram .insta-img:hover .icon {
    opacity: 1; }

.instagram .heading-section h2 {
  font-size: 30px; }
  .magnific-img {
    display: inline-block;
    width: 32.3%;
    position: relative;
    padding: 5px;
    border-radius: 25px;
}
  .magnific-img .img {
    width: 100%;
    height: 280px;
}
.magnific-img .img .icon {
    position: absolute;
    /*top: 90px;
    left: 5px;
    right: 5px;
    bottom: 90px;*/
    background: rgba(0, 0, 0,0.6);
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .magnific-img .icon i {
      color: #fff;
      font-size: 25px;
      /*font-weight: bold;*/
      /*font-family: 'ABeeZee', sans-serif; */
      text-transform: uppercase;
      }
  .magnific-img:hover .icon {
    opacity: 1; }
    /*.magnific-img .fa-search-plus{
      content: '' !important;
    }*/
a{
  outline: 0 !important;
}
.mfp-bottom-bar,*{
   font-family: 'Poppins', sans-serif;;
}

a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -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;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
  opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  /*opacity: 0.8;*/ }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }





.details {
  overflow: hidden;
  /*border-bottom: 1px solid #CFD8DC;
  transition: height 300ms ease-in-out;*/

  border-style: solid;
    border-width: 0 0 1px;
    border-color: #4a4a4a;
    transition: height 300ms ease-in-out;
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 0 32px;
}
.details:last-child {
  border-bottom: 0;
}
.details__summary, .details__content {
  padding: 10px;
}
.details__summary {
  position: relative;
  list-style: none;
  padding-left: 48px;
  outline: 0;
  cursor: pointer;
  font-size: 32px;
  font-size: 2rem;  
  font-family: 'Poppins', sans-serif;
  line-height: 1.2em;
  color: #1a1a1a;
  text-transform: uppercase;
  transition: color 300ms ease-in-out;
}
[open] > .details__summary {
  color: #1a1a1a;
}
.details__summary::-webkit-details-marker {
  display: none;
}
.details__summary:before, .details__summary:after {
  content: "";
  position: absolute;
}
.details__summary:before {
  left: 20px;
  top: 50%;
  height: 2px;
  margin-top: -1px;
  width: 16px;
  background: rgba(255, 0, 0, 0.5);
}
[open] > .details__summary:before{
  background: rgba(255, 0, 0, 1);
}
.details__summary:after {
  left: 28px;
  top: 50%;
  height: 16px;
  margin-top: -8px;
  width: 2px;
  margin-left: -1px;
  background: rgba(255, 0, 0, 0.5);
  transition: all 300ms ease-in-out;
}
[open] .details__summary:after {
  opacity: 0;
  transform: translateY(25%);
}
.details__content {
  padding-top: 0;
  padding-left: 48px;
}

.main_img img:nth-child(2){
    display: none;
}
#upcoming .preview .owl-demo{
    display: none!important;
}
.parent{
    text-align:justify;
}    
.child{
    padding-right:30px;
}

