/*!------------------------------------------------------------------
[MAIN STYLESHEET]

PROJECT:	Project Name
VERSION:	Versoin Number
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[TABLE OF CONTENTS]
-------------------------------------------------------------------*/
/*  typography */
@import url('https://fonts.googleapis.com/css?family=Questrial&display=swap');

body {
  line-height: 1.2;
  font-family: 'Questrial', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  color: #4c4c4c;
}

p, .paragraph {
  font-weight: 400;
  color: #4c4c4c;
  font-size: 15px;
  line-height: 1.8;
  font-family: "Roboto", sans-serif;
}

p-lg, .paragraph-lg {
  font-size: 22px;
}

h1, h2, h3, h4, h5, h6 {
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 80px;
}

@media (max-width: 991px) {
  h1, .h1 {
    font-size: 65px;
  }
}

h2, .h2 {
  font-size: 60px;
}

@media (max-width: 991px) {
  h2, .h2 {
    font-size: 50px;
  }
}

h3, .h3 {
  font-size: 40px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 18px;
}

h6, .h6 {
  font-size: 14px;
}

/* Button style */
.btn {
  font-size: 22px;
  font-family: "Playfair Display", serif;
  text-transform: capitalize;
  padding: 16px 44px;
  border-radius: 5px;
  font-weight: 600;
  border: 0;
  position: relative;
  z-index: 1;
  transition: .2s ease;
}

.btn:focus {
  outline: 0;
  box-shadow: none !important;
}

.btn:active {
  box-shadow: none;
}

.btn-sm {
  font-size: 15px;
  padding: 10px 30px;
}

.btn-xs {
  padding: 5px 10px;
  font-size: 15px;
}

.btn-primary {
  background: #41228e;
  color: #fff;
}

.btn-primary:active {
  background: #542cb7 !important;
}

.btn-primary:hover {
  background: #542cb7;
}

.btn-primary.focus, .btn-primary.active {
  background: #542cb7 !important;
  box-shadow: none !important;
}

.btn-transparent {
  background: transparent;
  color: #41228e;
  font-weight: bold;
}

.btn-transparent:active, .btn-transparent:hover {
  color: #41228e;
}

body {
  background-color: #fff;

}

::-moz-selection {
  background: #542cb7;
  color: #fff;
}

::selection {
  background: #542cb7;
  color: #fff;
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

ol,
ul {
  list-style-type: none;
  margin: 0px;
}

img {
  vertical-align: middle;
  border: 0;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a,
button,
select {
  cursor: pointer;
  transition: .2s ease;
}

a:focus,
button:focus,
select:focus {
  outline: 0;
}

a.text-dark:hover {
  color: #41228e !important;
}

a:hover {
  color: #41228e;
}

.slick-slide {
  outline: 0;
}



.section-title {
  margin-bottom: 80px;
  font-family: "BwNistaInt-xBd";
}

.bg-cover {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* overlay */
.overlay {
  position: relative;
}

.overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
}

.outline-0 {
  outline: 0 !important;
}

.d-unset {
  display: unset !important;
}

.bg-primary {
  background: #41228e !important;
}

.bg-gray {
  background: #eaeaea !important;
}

.text-primary {
  color: #41228e !important;
}

.text-color {
  color: #4c4c4c;
}

.text-dark {
  color: #000 !important;
}

.text-light {
  color: #999999 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.zindex-1 {
  z-index: 1;
}

.rounded-lg {
  border-radius: 15px;
}

.overflow-hidden {
  overflow: hidden;
}





.shadow {
  box-shadow: 0px 18px 39.1px 6.9px rgba(224, 241, 255, 0.34) !important;
}

.bg-dark {
  background-color: #222222 !important;
}

/* icon */
.icon {
  font-size: 45px;
}

.icon-bg {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
}

.icon-light {
  color: #c8d5ef;
}

/* /icon */
/* slick slider */
.slick-dots {
  text-align: center;
  padding-left: 0;
}

.slick-dots li {
  display: inline-block;
  margin: 2px;
}

.slick-dots li.slick-active button {
  background: #fff;
  width: 25px;
}

.slick-dots li button {
  height: 6px;
  width: 12px;
  background: rgba(255, 255, 255, 0.5);
  color: transparent;
  border-radius: 10px;
  overflow: hidden;
  transition: .2s ease;
  border: 0;
}

/* /slick slider */
/* form */
.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #c7c7c7;
  height: 60px;
}

.form-control:focus {
  border-color: #41228e;
  outline: 0;
  box-shadow: none !important;
}

textarea.form-control {
  height: 120px;
}

/* /form */
/* card */
.card {
  border: 0;
}

.card-header {
  border: 0;
}

.card-footer {
  border: 0;
}

/* /card */
.navigation {
  padding: 40px 130px;
  transition: .3s ease;
}

.navigation.nav-bg {
    background: rgba(121,31,83,1);
background: -moz-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(121,31,83,1)), color-stop(48%, rgba(97,31,93,1)), color-stop(100%, rgba(179,26,54,1)));
background: -webkit-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
background: -o-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
background: -ms-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
background: linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#791f53', endColorstr='#b31a36', GradientType=1 );
    padding: 15px 100px;
    box-shadow: 11px 7px 8px rgba(0,0,0,0.1);
}
/* Step 2: center things inside the grid and clear some space around it by setting a device based max-width and margin*/
.navigation.nav-bg a.nav-item{color: #fff;}
.grid {
  text-align: center;
  max-width: 95vw;
  margin: 2.5vw auto;
}


/* Step 3: how big should the gap be between grid items? remember that the total gap between two items would be double what you set here since both would have that amount set as their individual padding. Also add box-sizing:border-box to make sure the padding doesn't affect the total widh of the item */

.grid-item {
  padding: 5px;
  box-sizing: border-box;
  display:inline;
}


/* Step 4: Add media queries (subjective) to make the whole grid resposive. */

@media (min-width: 500px) {
  .grid-item {
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .grid-item {
    width: 33.333%;
  }
}

@media (min-width: 1700px) {
  .grid-item {
    width: 25%;
  }
}

@media (min-width: 2100px) {
  .grid-item {
    width: 20%;
  }
}
@media (max-width: 991px) {
  .navigation.nav-bg {
    padding: 15px 20px;
  }
}

@media (max-width: 991px) {
  .navigation {
    padding: 20px;
    background: #41228e;
  }
}

.navbar .nav-item .nav-link {
  text-transform: uppercase;
  padding: 15px;
}

.navbar .nav-item.active {
  font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.cloud-layer {
    background-image: url(../images/clouds1.png);
    background-repeat: no-repeat;
    background-position: right top;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero-area {
    padding: 300px 0 200px;
    position: relative;
    background-image: url(../images/bg-home.png);
    background-size: cover;
    color: #09385a;
    background-position: center center;
    position: relative;
}
.homelayer {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    background-image: url(../images/bg-layer-home.png);
}
.testimonials{ background-color: #176194;padding:180px 0; }
.panel-sessions {
    padding: 180px 0;
    background: rgba(121,31,83,1);
background: -moz-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(121,31,83,1)), color-stop(48%, rgba(97,31,93,1)), color-stop(100%, rgba(179,26,54,1)));
background: -webkit-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
background: -o-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
background: -ms-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
background: linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#791f53', endColorstr='#b31a36', GradientType=1 );
}
.video-box{margin-bottom:30px;}
.video-box:hover{ box-shadow: 5px 10px 10px rgba(0,0,0,0.2); cursor: pointer; }
.footer-section {
    padding-top: 0;
}
body{ background-color: #0d4985;}
.video-box{ border:3px solid #fff; }
.navigation{ opacity: 0; }
.navigation.nav-bg{ opacity: 1; }
.navbar .nav-item .nav-link{ font-size: 20px; }
.navbar .nav-item a.nav-link,.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{ color: #fff; }
.navbg a.nav-link{ color:#fff; }
.navbg .navbar .nav-item a.nav-link,.navbg .navbar-dark .navbar-nav .active>.nav-link, .navbg .navbar-dark .navbar-nav .nav-link.active,.navbg  .navbar-dark .navbar-nav .nav-link.show, .navbg  .navbar-dark .navbar-nav .show>.nav-link{ color: #fff; }
@media (max-width: 767px) {
  .hero-area {
    padding: 250px 0 150px;
    overflow: hidden;
  }
}

.hero-area h1 {
  position: relative;
  z-index: 2;
}

.layer {
  position: absolute;
  z-index: 1;
}

#l1 {
  bottom: 0;
  left: 0;
}

#l2 {
  top: 190px;
  left: -250px;
}

#l3 {
  top: 200px;
  left: 40%;
}

#l4 {
  top: 200px;
  right: 40%;
}
.about,.testimonial{ background:#24305a; padding:150px 0; position: relative;}
.about h2, .testimonial h2 {
    font-weight: bold;
    z-index: 999;
    position: relative;
}
.about p,.testimonial p{ color:#fff; }
.about h4.card-title,.testimonial h4.card-title{ color: #0c5185; font-weight: bold; }
.about .rhs,.testimonial .rhs{ position: absolute; right: 0; top: 0; }
.about .lhs,.testimonial .lhs{ position: absolute; left: 0; bottom: 0; }

.stick{ padding: 150px 0; }
#l5 {
  top: 100px;
  right: -150px;
}

#l6 {
  bottom: -20px;
  left: 10%;
}

#l7 {
  bottom: 100px;
  left: 20%;
}

#l8 {
  bottom: 160px;
  right: 45%;
}

#l9 {
  bottom: 100px;
  right: -10px;
}

.layer-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* skills */
.progress-wrapper {
  height: 130px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 100%;
  height: 100%;
}

.wave::before, .wave::after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  bottom: 0;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 45%;
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 6s linear infinite;
          animation: rotate 6s linear infinite;
  z-index: 10;
}

.wave::after {
  border-radius: 47%;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateX(-50%) rotate(0);
          transform: translateX(-50%) rotate(0);
  -webkit-animation: rotate 10s linear -5s infinite;
          animation: rotate 10s linear -5s infinite;
  z-index: 20;
}

@-webkit-keyframes rotate {
  50% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotate {
  50% {
    -webkit-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translateX(-50%) rotate(360deg);
            transform: translateX(-50%) rotate(360deg);
  }
}

/* /skills */
/* education */
.edu-bg-image {
  position: absolute;
  left: 0;
  top: -300px;
  z-index: -1;
}
.gallery{ padding: 180px 0; }
img {max-width:100%;}
.wrap {max-width:1120px; margin:0 auto;}
.containerw {column-count:2; column-gap:0; margin-top:15px;}
.block {display:inline-block; width:100%; padding:0 7.5px;}
.block > div {margin-bottom:15px; font-size:0; border:2px solid #fff}

@media screen and (max-width:1024px) {
  .container {column-count:2;}
}

@media screen and (max-width:640px) {
  .container {column-count:1;}
}
/* /education */
/* service */
.hover-bg-primary {
  transition: .3s ease;
}

.hover-bg-primary:hover {
  background: #41228e;
}

.hover-bg-primary:hover * {
  color: #fff;
}

.active-bg-primary {
  transition: .3s ease;
  background: #41228e;
}

.active-bg-primary * {
  color: #fff;
}

.hover-shadow {
  transition: .2s ease;
}

.hover-shadow:hover {
  box-shadow: 0px 18px 40px 8px rgba(224, 241, 255, 0.54) !important;
}

/* /service */
/* portfolio */
.hover-wrapper {
  overflow: hidden;
}

.hover-wrapper img {
  transition: .3s ease;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.hover-wrapper:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hover-wrapper:hover .hover-overlay {
  opacity: 1;
  visibility: visible;
}

.hover-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}

.hover-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
}

/* /portfolio */
/* testimonial */
.testimonial-content strong {
  color: #2bfdff;
  font-weight: normal;
}


.testimonial-bg-shapes .bg-map {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.testimonial-bg-shapes .bg-shape-1 {
  position: absolute;
  left: 100px;
  top: -50px;
}

.testimonial-bg-shapes .bg-shape-2 {
  position: absolute;
  right: 150px;
  top: 50px;
}

.testimonial-bg-shapes .bg-shape-3 {
  position: absolute;
  right: 50px;
  top: 200px;
}

.testimonial-bg-shapes .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 200px;
}

.testimonial-bg-shapes .bg-shape-5 {
  position: absolute;
  right: 200px;
  bottom: -50px;
}

/* /testimonial */
/* footer */
.footer-section {
  padding-top: 0;
}

.section-on-footer {
  margin-bottom: -250px;
}

.shadow-down {
  position: relative;
}

.shadow-down::before {
  position: absolute;
  content: "";
  box-shadow: 0px 0px 80.75px 14.25px rgba(224, 241, 255, 0.34);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

/* /footer */
.card-lg {
  flex-direction: row-reverse;
  align-items: center;
}
.gallery ul li {
    font-size: 24px;
    padding-bottom: 27px;
}
.gallery ul li a{ color:#fff;}
@media (max-width: 991px) {
  .card-lg {
    flex-direction: column;
  }
}

blockquote {
  display: inline-block;
  padding: 10px 20px;
  background: #eaeaea;
  border-left: 2px solid #41228e;
  font-style: italic;
  font-size: 22px;
}

.content * {
  margin-bottom: 20px;
}
.rd{max-width: 200px;
    margin: 0 auto 20px auto;
    background: rgba(121,31,83,1);
    background: -moz-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(121,31,83,1)), color-stop(48%, rgba(97,31,93,1)), color-stop(100%, rgba(179,26,54,1)));
    background: -webkit-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
    background: -o-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
    background: linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#791f53', endColorstr='#b31a36', GradientType=1 );
    border: 5px solid #fff;
    padding: 20px;}


.content strong {
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: normal;
  color: #000;
  display: inherit;
  line-height: 1.5;
}

.page-title-alt {
  padding: 350px 0 70px;
}

.border-thick {
  border: 10px solid;
}

.drag-lg-top {
  margin-top: -230px;
}

@media (max-width: 991px) {
  .drag-lg-top {
    margin-top: 0;
  }
}

.page-title-alt .container {
  position: relative;
  z-index: 1;
}

.page-title-alt .bg-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
}

.page-title-alt .bg-shape-2 {
  position: absolute;
  left: 70px;
  top: 100px;
}

.page-title-alt .bg-shape-3 {
  position: absolute;
  left: 30%;
  top: 50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-title-alt .bg-shape-4 {
  position: absolute;
  left: 100px;
  bottom: 100px;
}

.page-title-alt .bg-shape-5 {
  position: absolute;
  left: 40%;
  bottom: -25px;
}

.page-title-alt .bg-shape-6 {
  position: absolute;
  bottom: 100px;
  right: -100px;
}

.page-title {
  padding: 250px 0 150px;
}

.page-title .container {
  position: relative;
  z-index: 1;
}

.page-title .bg-shape-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.page-title .bg-shape-2 {
  position: absolute;
  left: -20px;
  top: -10px;
}

.page-title .bg-shape-3 {
  position: absolute;
  left: 10%;
  top: 100px;
}

.page-title .bg-shape-4 {
  position: absolute;
  left: 50%;
  top: -20px;
}

.page-title .bg-shape-5 {
  position: absolute;
  left: 90px;
  bottom: -50px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-title .bg-shape-6 {
  position: absolute;
  right: 20%;
  bottom: -20px;
}

.page-title .bg-shape-7 {
  position: absolute;
  right: -220px;
  bottom: -100px;
}

.filter-controls li {
  cursor: pointer;
}

.filter-controls li.active {
  font-weight: bold;
}



.modal-dialog {
      max-width: 800px;
      margin: 30px auto;
  }



.modal-body {
  position:relative;
  padding:0px;
}
.close {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}
.video-btn{ padding:0;border:0;}
/* ---- grid ---- */
.video-title {
    background: #2ec8f5;
    padding: 20px;
    font-size: 20px;
    color: #24305a;
    text-align: center;
    font-weight: bold;
    max-width: 400px;
   margin-bottom:20px;
}
.grid {
  background: #DDD;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 33.333%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}
section#counter-stats {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.stats {
    text-align: center;
    font-weight: 700;

}
#columns {
	column-width: 320px;
	column-gap: 15px;
  width: 90%;
	max-width: 1100px;
	margin: 50px auto;
}

div#columns figure {
	background: #fefefe;
	border: 2px solid #fcfcfc;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	margin: 0 2px 15px;
	padding: 15px;
	padding-bottom: 10px;
	transition: opacity .4s ease-in-out;
  display: inline-block;
  column-break-inside: avoid;
}

div#columns figure img {
	width: 100%; height: auto;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 5px;
}

div#columns figure figcaption {
  font-size: .9rem;
	color: #444;
  line-height: 1.5;
}

div#columns small { 
  font-size: 1rem;
  float: right; 
  text-transform: uppercase;
  color: #aaa;
} 

div#columns small a { 
  color: #666; 
  text-decoration: none; 
  transition: .4s color;
}

div#columns:hover figure:not(:hover) {
	opacity: 0.4;
}

@media screen and (max-width: 750px) { 
  #columns { column-gap: 0px; }
  #columns figure { width: 100%; }
}
.stats .fa {
  color: #008080;
  font-size: 60px;
}
.counting {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.counting h5{ font-size: 30px; }
#counter-stats{ padding: 50px 0; }
.video-btn{position:relative;}
.icon {
    text-align: center;
    color: #fff;
    display: block;
    top: 50%;
    margin-top: -32px;
    position: absolute;
    left: 50%;
    z-index: 2;
    margin-left: -27px;
}
.icon i{color: #fff;
    font-size: 80px;
    text-align: center;
    margin: 0 auto;}
.video-title{background: #2ec8f5;
    padding: 20px; font-size:20px; color:#24305a;text-align:center; font-weight:bold;}
.grid {
    text-align: center;
    max-width: 100%;
    margin-top: 35px;
}
.grid-item img{ max-width:100%;}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Step 3: how big should the gap be between grid items? remember that the total gap between two items would be double what you set here since both would have that amount set as their individual padding. Also add box-sizing:border-box to make sure the padding doesn't affect the total widh of the item */

.grid-item {
  box-sizing: border-box;
  padding:0;

}
.gal-show { display: none; }
.gallery{ position: relative; height: 100%; }
.gallery .rhs{ position: absolute; top:0; right: 0; }
.gallery .lhs{ position: absolute; bottom:0; left: 0; }
.gal-show a {
    color: #fff;
    transform: rotate(90deg);
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    /* transform: translate(-50%, -50%); */
    font-weight: bold;
    letter-spacing: 1px;
}
.gal-show{
  z-index: 99; width:30px; height:100px;position: fixed;background: rgba(121,31,83,1);
    background: -moz-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(121,31,83,1)), color-stop(48%, rgba(97,31,93,1)), color-stop(100%, rgba(179,26,54,1)));
    background: -webkit-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
    background: -o-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
    background: linear-gradient(45deg, rgba(121,31,83,1) 0%, rgba(97,31,93,1) 48%, rgba(179,26,54,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#791f53', endColorstr='#b31a36', GradientType=1 ); color: #fff; }
.winner-btn{ color: #a20707; background-color: #fff; }
a.nav-link.winner-btn {
    color: #a20707!important;
}
.panel-sessions h3{ color:#fff; padding-bottom:30px;}
.panel-sessions h4 {
    color: #5bc3f7;
    font-weight: bold;
    font-size: 34px;
    font-family: 'Roboto Slab', serif;
}
.video-btn{position:relative;}
@media (min-width: 0px) and (max-width: 1024px){
  .gal-show { display: block; left: 0; text-align: center; margin: 0 auto; top:50%;}.close{right:0; top:-30px;}
.panel-sessions .col-md-6.mx-auto{margin:0;}.panel-sessions h2 {
    padding-bottom:10px;
    font-size: 24px;
    font-weight: bold;
}.panel-sessions h4{font-size:20px;}
}

@media (min-width:320px) {
  .grid-item {
    width: 50%;
  }
.grid-item{ padding:0 3px;}
}

@media (min-width: 500px) {
  .grid-item {
    width: 50%;
  }
.grid-item{ padding:0 3px;}
}

@media (min-width: 1024px) {
  .grid-item {
    width: 33.333%;
  }


}

@media (min-width: 1360px) {
  .grid-item {
    width: 25%;
  }
.grid-item{ padding:0;}
}

@media (min-width: 1600px) {
  .grid-item {
    width: 20%;
  }
.grid-item{ padding:0;}
}
@media (max-width: 3000px) and (min-width: 1600px){
.container {
    max-width: 1400px;
}
}
.rds{ max-width: 500px; }

.gallery .lhs {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.gallery .rhs {

    z-index: -1;
}
