/**
 * DCTLearn theme CSS extracted from style.css (custom / ftco only).
 * Bootstrap 4 core was removed. Load css/bootstrap.min.css (5.3.3) first.
 */
a.card-link{
  color:black !important;
  font-size:24px;
}
.masthead{
  background: url('https://dctlearn.dct.gov.ae/wp-content/uploads/2020/04/about_bg.png');
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.card-header .container > a::before {
  float: left !important;
  font-family: 'FontAwesome';
  content: '\f054';
  padding: 3px;
    padding-right: 3px;
  transform: rotate(90deg);
  transition: 0.2s;
  font-size: 20px;
  padding-right: 5px;
}
.card-header .container> a.collapsed:before {
    float: left !important;
    content:'\f054';
    color:black;
    transform: none;
transition: 0.2s;
}
.card-header .container> a:hover, 
.card-header .container> a:active, 
.card-header .container> a:focus  {
    text-decoration:none;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

/*h2.sectiontitle:before{
  content: url('https://dctlearn.dct.gov.ae/wp-content/uploads/2022/11/arrows-1.png') !important;
  margin-right:1%;
}
h2.headingtitle::before {
    content: url('https://dctlearn.dct.gov.ae/wp-content/uploads/2020/04/arrow.png');
    margin-left: -40px;
    padding-right: 10px;
}*/
.contact-section{
  background: url('https://dctlearn.dct.gov.ae/wp-content/uploads/2020/04/about_bg.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}
/*h2.about-title:before{
  content: url('https://dctlearn.dct.gov.ae/wp-content/uploads/2020/04/arrow-1.png') !important;
  margin-right:1%;
}*/
/*Fig images cards for courses*/
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background: none;
  border-radius: 5px !important;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

.progress-bar-striped, .progress-striped .progress-bar {

  background-image: linear-gradient(45deg,

rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(0, 0, 0, 0.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
}
.ribbon {
position: absolute;
right: -5px; top: -5px;
z-index: 1;
overflow: hidden;
width: 75px; height: 75px;
text-align: right;
}
/*Fig images cards for courses*/
.snip1527 {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
color: #ffffff;
float: left;
font-family: 'corporatessctdemregular', Arial, sans-serif;
font-size: 16px;
margin: 10px 1%;
max-width: 310px;
min-width: 250px;
overflow: hidden;
position: relative;
text-align: left;
width: 100%;
border-radius: 5px;
}

.snip1527 * {
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all 0.25s ease;
transition: all 0.25s ease;
}

.snip1527 img {
max-width: 100%;
vertical-align: top;
position: relative;
}

.snip1527 figcaption {
padding: 25px 20px 25px;
position: absolute;
bottom: 0;
z-index: 1;
width: inherit;
}
.circle img{
width:120%;
}

.snip1527 figcaption:before {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: #2fc4db;
content: '';
background: -moz-linear-gradient(90deg, #2fc4db  0%, #2fc4db 100%, #2fc4db 100%);
background: -webkit-linear-gradient(90deg, #2fc4db  0%, #2fc4db 100%, #2fc4db 100%);
background: linear-gradient(90deg, #2fc4db  0%, #2fc4db 100%, #2fc4db 100%);
opacity: 0.8;
z-index: -1;
}

.snip1527 .date {
  background-color: 
#fff;
border-radius: 50%;
color:
  #ee1c24;
  font-size: 18px;
  font-weight: 700;
  min-height: 48px;
  min-width: 48px;
  padding: 17px 0;
  position: absolute;
  right: 15px;
  text-align: center;
  text-transform: uppercase;
  top: -25px;
}

.snip1527 .date span {
display: block;
line-height: 14px;
}

.snip1527 .date .month {
font-size: 11px;
}

.snip1527 h3,
.snip1527 p {
margin: 0;
padding: 0;
}

.snip1527 h3 {
display: inline-block;
font-weight: 700;
letter-spacing: -0.4px;
margin-bottom: 5px;
}

.snip1527 p {
font-size: 0.8em;
line-height: 1.6em;
margin-bottom: 0px;
}

.snip1527 a {
left: 0;
right: 0;
top: 0;
bottom: 0;
position: absolute;
z-index: 1;
}

.snip1527:hover img,
.snip1527.hover img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.frontside
  {
      position: relative;
      -webkit-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      z-index: 2;
      margin-bottom: 30px;
  }



  .frontside,
  .backside
  {
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      -ms-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition: 1s;
      -webkit-transform-style: preserve-3d;
      -moz-transition: 1s;
      -moz-transform-style: preserve-3d;
      -o-transition: 1s;
      -o-transform-style: preserve-3d;
      -ms-transition: 1s;
      -ms-transform-style: preserve-3d;
      transition: 1s;
      transform-style: preserve-3d;
  }

      .frontside .card,
      .backside .card
      {
          min-height: 312px;
      }

          .backside .card a
          {
              font-size: 18px;
              color: white !important;
          }

          .frontside .card .card-title,
          .backside .card .card-title
          {
              color: white !important;
              margin-bottom:2px;
          }

          .frontside .card .card-body img
          {
              width: 200px;
              height: 200px;
              border-radius: 50%;
          }
.ribbon span {
font-size: 9px;
font-weight: bold;
color: #FFF;
text-transform: uppercase;
text-align: center;
line-height: 20px;
transform: rotate(45deg);
-webkit-transform: rotate(45deg);
width: 100px;
display: block;
background: green;
box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
position: absolute;
top: 19px; right: -21px;
}
.ribbon span::before {
content: "";
position: absolute; left: 0px; top: 100%;
z-index: -1;
border-left: 3px solid #ed1c24;
border-right: 3px solid transparent;
border-bottom: 3px solid transparent;
border-top: 3px solid #ed1c24;
}
.ribbon span::after {
content: "";
position: absolute; right: 0px; top: 100%;
z-index: -1;
border-left: 3px solid transparent;
border-right: 3px solid #ed1c24;
border-bottom: 3px solid transparent;
border-top: 3px solid #ed1c24;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

  /*our Team CSS*/

.our-team {
  padding: 30px 0 40px;
  margin-bottom: 30px;
  background-color: #2fc4db;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.our-team .picture {
  display: inline-block;
  height: 130px;
  width: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}

.our-team .picture::before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background-color: #f7c337;
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.9;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}


@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
            transform: translateX(calc(-250px * 7));
  }
}
.slider {
  background: white;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  /*! width: 960px; */
  margin-bottom: 5%;
}
.slider::before, .slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.slider::before {
  left: 0;
  top: 0;
}
.slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: -webkit-box;
  display: flex;
  width: calc(250px * 14);
}
.slider .slide {
  height: 100px;
  width: 250px;
}

.our-team:hover .picture::before {
  height: 100%;
}

.our-team .picture::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.team-content h3, .team-content h4{
  color:white;
}
.our-team .picture img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
  box-shadow: 0 0 0 14px #f7c337;
  transform: scale(0.7);
}

.our-team .title {
  display: block;
  font-size: 15px;
  color: #4e5052;
  text-transform: capitalize;
}

.our-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f7c337;
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}

.our-team:hover .social {
  bottom: 0;
}

.our-team .social li {
  display: inline-block;
}

.our-team .social li a {
  display: block;
  padding: 10px;
  font-size: 17px;
  color: white;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.our-team .social li a:hover {
  color: white;
  background-color: #f7c337;
}

/*End of our team css*/

@media (min-width: 481px) and (max-width: 767px) {
  
div.speaker-img{
  display: none;
}
.speaker-wrap .text{
  width:100% !important;
}
}

body {
  font-family: "corporatessctdemregular", Arial, sans-serif;
  background: #fff;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #494848; }
  body.menu-show {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #ee3e43
; }
  a:hover, a:focus {
    text-decoration: none;
    color: #ee3e43
;
    outline: none !important; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400; }

.text-primary {
  color: #ee3e43
 !important; }

video#videobcg{
  top:0;
  position: absolute;
  width:100%;
}
.ftco-navbar-light {
  background: transparent !important;
  /*position: absolute;*/
  padding:20px;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; }
  @media (max-width: 991.98px) {
    .ftco-navbar-light {
      /*background: #000000 !important;*/

      position: relative;
      top: 0;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 15px;
      padding-right: 15px;
      padding:20px; }
      #videobcg{
        width:auto !important;

      }
a.navbar-brand{
  width: auto;
}
img.headerLogo{
  width: auto;
  height: auto;
  object-fit: contain;
}
       }
  .ftco-navbar-light .container {
    width: 100%;
    max-width: 1110px;
    margin: 0 auto;
    padding: 0; }
  .ftco-navbar-light .navbar-brand {
    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px; }
    .ftco-navbar-light .navbar-brand:hover, .ftco-navbar-light .navbar-brand:focus {
      color: #fff !important; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-brand {
        color: #fff; } }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
      padding-bottom: 20px;
      margin-right: 0; } }
  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-size: 16px;
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    font-weight: 400;
    opacity: 1 !important; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link span {
      position: relative;
      display: block;
      padding-bottom: 2px; }
      @media (max-width: 1199.98px) {
        .ftco-navbar-light .navbar-nav > .nav-item > .nav-link span {
          display: inline-block; } }
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link span:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: 0;
        left: 0;
        background: #ee3e43
;
        visibility: visible;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        -ms-transition: all 0.3s ease-in-out 0s;
        -o-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s; }
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover span:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -moz-transform: scaleX(1);
      -ms-transform: scaleX(1);
      -o-transform: scaleX(1);
      transform: scaleX(1); }
    @media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1rem;
        padding-top: 0;
        color: #000; } }
  .ftco-navbar-light .navbar-nav > .nav-item.cta > a {
    color: #fff;
    padding-top: .7rem;
    padding-bottom: .7rem;
    padding-left: 18px;
    padding-right: 18px;
    background: #ee3e43;
    border-radius: 30px;
;
    margin-top: 0;
     }
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a span {
      display: inline-block;
      color: #fff; }
    .ftco-navbar-light .navbar-nav > .nav-item.cta > a:hover {
      background: #ee3e43
;
      border: 1px solid #ee3e43
; }
  .ftco-navbar-light .navbar-nav > .nav-item.cta.cta-colored a {
    border: 1px solid #fbb901;
    background: #fbb901 !important; }
  .ftco-navbar-light .navbar-nav > .nav-item .nav-link.active {
    /*background: transparent;*/
    /*background: none;*/
    color: #ee3e43
; }
    .ftco-navbar-light .navbar-nav > .nav-item .nav-link.active span:before {
      visibility: visible;
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
  @media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav > .nav-item.active > a {
      color: #ee3e43
; } }
  .ftco-navbar-light .navbar-toggler {
    border: none;
    color: black !important;
    cursor: pointer;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: .1em; }
    .ftco-navbar-light .navbar-toggler:hover, .ftco-navbar-light .navbar-toggler:focus {
      text-decoration: none;
      color: #ee3e43
;
      outline: none !important; }
  .ftco-navbar-light.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -130px;
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    /*padding: 0 15px;*/ }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .nav-item > .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-bottom: 20px !important; } }
    .ftco-navbar-light.scrolled .nav-item.active > a {
      color: #ee3e43
 !important; }
    .ftco-navbar-light.scrolled .nav-item.cta > a {
      color: #fff !important;
      background: #ee3e43
;
      border: none !important;
      padding-top: 0.5rem !important;
      padding-bottom: .5rem !important;
      padding-left: 20px !important;
      padding-right: 20px !important;
      margin-top: 5px !important;
       }
      .ftco-navbar-light.scrolled .nav-item.cta > a span {
        display: inline-block;
        color: #fff !important; }
    .ftco-navbar-light.scrolled .nav-item.cta.cta-colored span {
      border-color: #ee3e43
; }
    @media (max-width: 991.98px) {
      .ftco-navbar-light.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important; } }
    .ftco-navbar-light.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5) !important;
      border-color: rgba(0, 0, 0, 0.5) !important;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 16px;
      letter-spacing: .1em; }
    .ftco-navbar-light.scrolled .nav-link {
      color: #000000 !important; }
      .ftco-navbar-light.scrolled .nav-link.active {
        color: #ee3e43
 !important; }
    .ftco-navbar-light.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }
    .ftco-navbar-light.scrolled .navbar-brand {
      color: #000000;
     /* padding-top: 1rem;
      padding-bottom: 1rem;*/
      font-size: 24px; }

.navbar-brand {
  font-weight: 900;
  font-size: 24px; }
  .navbar-brand span {
    color: #fbb901; }

.hero {
  position: relative; }
  .hero:after {
   display: none; }
    @media (max-width: 1199.98px) {
      .hero:after {
        display: none; } }
  .hero h3.vr {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: sideways;
    text-align: center;
    text-orientation: sideways;
    margin: 0rem;
    position: absolute;
    top: 0;
    left: 3.5em;
    height: 100%;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 10px;
    font-size: 12px;
    z-index: 1;
    color: rgba(0, 0, 0, 0.3); }
    .hero h3.vr span {
      color: #000000; }
    @media (max-width: 1199.98px) {
      .hero h3.vr {
        display: none; } }
  .hero #timer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background: #fbb901;
    -webkit-box-shadow: -16px -16px 38px -17px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: -16px -16px 38px -17px rgba(0, 0, 0, 0.19);
    box-shadow: -16px -16px 38px -17px rgba(0, 0, 0, 0.19); }
    @media (min-width: 1200px) {
      .hero #timer {
        width: 40%; } }
    .hero #timer .time {
      width: 25%;
      font-size: 30px;
      font-weight: 400;
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      color: #fff;
      padding: 0;
      float: left;
      padding: 10px 0; }
      @media (min-width: 768px) {
        .hero #timer .time {
          padding: 1.3em 0; } }
      @media (max-width: 767.98px) {
        .hero #timer .time {
          width: 50%; } }
      .hero #timer .time:first-child {
        border-left: transparent; }
      @media (min-width: 576px) {
        .hero #timer .time:last-child {
          background: #fff;
          color: #000000; }
          .hero #timer .time:last-child span {
            color: rgba(0, 0, 0, 0.8); } }
      .hero #timer .time span {
        font-size: 12px;
        display: block;
        color: rgba(255, 255, 255, 0.8);
        letter-spacing: 0px;
        text-transform: uppercase; }

.owl-carousel {
  position: relative; }
  .owl-carousel .owl-item {
    opacity: .4; }
    .owl-carousel .owl-item.active {
      opacity: 1; }
  .owl-carousel .owl-dots {
    text-align: center; }
    .owl-carousel .owl-dots .owl-dot {
      width: 10px;
      height: 10px;
      margin: 5px;
      border-radius: 50%;
      background: #e6e6e6;
      position: relative; }
      .owl-carousel .owl-dots .owl-dot:after {
        position: absolute;
        top: -2px;
        left: -2px;
        right: 0;
        bottom: 0;
        width: 14px;
        height: 14px;
        content: '';
        border: 1px solid rgba(255, 255, 255, 0.3);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%; }
      .owl-carousel .owl-dots .owl-dot:hover, .owl-carousel .owl-dots .owl-dot:focus {
        outline: none !important; }
      .owl-carousel .owl-dots .owl-dot.active {
        background: #b3b3b3; }
  .owl-carousel.home-slider {
    position: relative;
    height: 750px;
    z-index: 0; }
    .owl-carousel.home-slider:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #fbb901;
      opacity: 0;
      content: '';
      z-index: -1; }
    .owl-carousel.home-slider .slider-item {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 750px;
      position: relative;
      z-index: 0; }
      @media (max-width: 1199.98px) {
        .owl-carousel.home-slider .slider-item {
          background-position: center center !important; } }
      .owl-carousel.home-slider .slider-item .overlay {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #000000;
        opacity: 0; }
      .owl-carousel.home-slider .slider-item .slider-text {
        height: 750px;
        z-index: 0; }
        @media (max-width: 991.98px) {
          .owl-carousel.home-slider .slider-item .slider-text {
            text-align: center; } }
        .owl-carousel.home-slider .slider-item .slider-text .one-third {
          width: 100%;
          position: relative;
          height: 750px;
          z-index: -1;
          -webkit-box-shadow: 20px -20px 69px -27px rgba(0, 0, 0, 0.16);
          -moz-box-shadow: 20px -20px 69px -27px rgba(0, 0, 0, 0.16);
          box-shadow: 20px -20px 69px -27px rgba(0, 0, 0, 0.16); }
/*          @media (min-width: 1200px) {
            .owl-carousel.home-slider .slider-item .slider-text .one-third {
              width: calc(100% - 100px); } }*/
          .owl-carousel.home-slider .slider-item .slider-text .one-third .overlay {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #000000;
            opacity: .4; }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text .one-third {
              width: 100%;
              z-index: 0; }
              .owl-carousel.home-slider .slider-item .slider-text .one-third .overlay {
                opacity: .3; }
              .owl-carousel.home-slider .slider-item .slider-text .one-third:after {
                opacity: 0; } }
        .owl-carousel.home-slider .slider-item .slider-text .one-forth {
          width: 40%;
          position: relative; }
          @media (min-width: 768px) {
            .owl-carousel.home-slider .slider-item .slider-text .one-forth {
              position: absolute;
              top: 0;
              left: 0;
              bottom: 0;
              right: 0;
              width: 1200px;
              margin: 0 auto; } }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text .one-forth {
              width: 100%;
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              z-index: 1;
              padding: 1em; } }
          .owl-carousel.home-slider .slider-item .slider-text .one-forth .text {
            width: 100%;
            position: relative; }
            @media (min-width: 992px) {
              .owl-carousel.home-slider .slider-item .slider-text .one-forth .text {
                position: absolute;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                transform: translateY(-50%);
                left: 0;
                max-width: 70%;
                padding-left: 45px;
                padding-right: 3em; } }
        .owl-carousel.home-slider .slider-item .slider-text .subheading {
          color: #000000;
          font-weight: 600;
          font-size: 14px;
          letter-spacing: 3px;
          text-transform: uppercase;
          color: #ee3e43
; }
        .owl-carousel.home-slider .slider-item .slider-text h1 {
          font-size: 54px;
          color: #fff;
          line-height: 1.3;
          font-weight: 900;
          text-transform: uppercase; }
          .owl-carousel.home-slider .slider-item .slider-text h1 span {
            font-weight: 900;
            color: #ee3e43
; }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              color: #fff;
              font-size: 50px; } }
          @media (max-width: 767.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h1 {
              font-size: 40px; } }
        .owl-carousel.home-slider .slider-item .slider-text h2 {
          font-size: 20px;
          font-weight: 400;
          color: #fff; }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text h2 {
              color: #fff; } }
        .owl-carousel.home-slider .slider-item .slider-text p {
          color: rgba(255, 255, 255, 0.8);
          font-weight: 400; }
          @media (max-width: 991.98px) {
            .owl-carousel.home-slider .slider-item .slider-text p {
              color: rgba(255, 255, 255, 0.7);
              font-size: 23px; } }
        .owl-carousel.home-slider .slider-item .slider-text .btn-custom {
          bordeR: 1px solid #ee3e43
;
          padding: 5px 20px;
          text-transform: uppercase;
          font-size: 12px;
          letter-spacing: 3px; }
    .owl-carousel.home-slider .owl-nav {
      position: absolute;
      bottom: 60px !important;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media (max-width: 991.98px) {
        .owl-carousel.home-slider .owl-nav {
          display: none; } }
      .owl-carousel.home-slider .owl-nav .owl-prev,
      .owl-carousel.home-slider .owl-nav .owl-next {
        position: absolute;
        width: 60px;
        height: 60px;
        background: #fff !important;
        -moz-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        transition: all 0.7s ease;
        opacity: 1; }
        .owl-carousel.home-slider .owl-nav .owl-prev span:before,
        .owl-carousel.home-slider .owl-nav .owl-next span:before {
          font-size: 20px;
          margin-top: 7px;
          color: #000000; }
      .owl-carousel.home-slider .owl-nav .owl-prev {
        top: 0 !important;
        right: 0 !important; }
        @media (min-width: 992px) {
          .owl-carousel.home-slider .owl-nav .owl-prev {
            right: 61px !important; } }
        .owl-carousel.home-slider .owl-nav .owl-prev:hover, .owl-carousel.home-slider .owl-nav .owl-prev:focus {
          background: #000000 !important;
          outline: none !important; }
          .owl-carousel.home-slider .owl-nav .owl-prev:hover span:before, .owl-carousel.home-slider .owl-nav .owl-prev:focus span:before {
            font-size: 20px;
            margin-top: 7px;
            color: #ee3e43
; }
      .owl-carousel.home-slider .owl-nav .owl-next {
        top: 0 !important;
        right: 0 !important; }
        @media (min-width: 992px) {
          .owl-carousel.home-slider .owl-nav .owl-next {
            right: 0 !important; } }
        .owl-carousel.home-slider .owl-nav .owl-next:hover, .owl-carousel.home-slider .owl-nav .owl-next:focus {
          background: #000000 !important;
          outline: none !important; }
          .owl-carousel.home-slider .owl-nav .owl-next:hover span:before, .owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
            font-size: 24px;
            margin-top: 7px;
            color: #ee3e43
; }
    .owl-carousel.home-slider .owl-dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 40px;
      width: 100%;
      text-align: center; }
      @media (min-width: 992px) {
        .owl-carousel.home-slider .owl-dots {
          display: none; } }
      @media (max-width: 767.98px) {
        .owl-carousel.home-slider .owl-dots {
          bottom: 5px; } }
      .owl-carousel.home-slider .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        margin: 5px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4); }
        .owl-carousel.home-slider .owl-dots .owl-dot.active {
          background: #fff; }

.hero-wrap {
  width: 100%;
  height: 100%;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0;
    background: #000000; }
  .hero-wrap.hero-wrap-2 {
    height: 600px;
    position: relative;
    background-position: center center; }
    .hero-wrap.hero-wrap-2 .overlay {
      width: 100%;
      opacity: .3;
      background: #fff; }
    .hero-wrap.hero-wrap-2 .slider-text {
      height: 600px; }

.slider-text h1 {
  font-size: 48px;
  color: #fff;
  line-height: 1.2;
  font-weight: 400; }
  @media (max-width: 991.98px) {
    .slider-text h1 {
      font-size: 40px; } }

.slider-text p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8); }
  .slider-text p strong {
    font-weight: 700; }
    .slider-text p strong a {
      color: #000000; }

.slider-text .breadcrumbs {
  font-size: 16px;
  margin-bottom: 20px;
  z-index: 99;
  font-weight: 400; }
  .slider-text .breadcrumbs span {
    color: rgba(255, 255, 255, 0.8); }
    .slider-text .breadcrumbs span i {
      color: rgba(255, 255, 255, 0.8); }
    .slider-text .breadcrumbs span a {
      color: white; }
      .slider-text .breadcrumbs span a:hover, .slider-text .breadcrumbs span a:focus {
        color: #ee3e43
; }
        .slider-text .breadcrumbs span a:hover i, .slider-text .breadcrumbs span a:focus i {
          color: #ee3e43
; }

.slider-text .bread {
  font-weight: 700;
  color: #fff; }

.bg-light {
  background: #f8f9fa !important; }

.bg-primary {
  background: #ee3e43
; }

.btn {
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 36px -11px rgba(0, 0, 0, 0.09); }
  .btn:hover, .btn:active, .btn:focus {
    outline: none; }
.btn.btn-primary {

    background: #ee3e43;
    border: 1px solid #ee3e43 !important;
    color: #fff !important;
    border-radius: 30px;

}
.black{
  color:black;
}
    .btn.btn-primary:hover, button.active:hover {
      background: #d63539 !important;
      border-color: #d63539 !important;
      color: #fff !important;
 }
    .btn.btn-primary.btn-outline-primary {
      border: 2px solid #ee3e43
 !important;
      background: transparent !important;
      color: #ee3e43
 !important; }
      .btn.btn-primary.btn-outline-primary:hover {
        border: 2px solid transparent !important;
        background: #ee3e43
 !important;
        color: #fff !important; }
  .btn.btn-secondary {
    background: #fbb901 !important;
    border: 1px solid #fbb901 !important;
    color: #fff !important; }
    .btn.btn-secondary:hover {
      border: 1px solid #fbb901 !important;
      background: transparent !important;
      color: #fbb901 !important; }
    .btn.btn-secondary.btn-outline-primary {
      border: 1px solid #fbb901;
      background: transparent;
      color: #fbb901; }
      .btn.btn-secondary.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #fbb901;
        color: #fff; }
  .btn.btn-white {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #000000 !important; }
    .btn.btn-white:hover,
    a.btn.btn-white:hover {
      border: 1px solid #ee3e43 !important;
      background: #fff !important;
      color: #ee3e43 !important; }
    .btn.btn-white.btn-outline-primary {
      border: 1px solid #ee3e43
;
      background: transparent;
      color: #ee3e43
; }
      .btn.btn-white.btn-outline-primary:hover {
        border: 1px solid transparent;
        background: #ee3e43
;
        color: #fff; }

.ftco-about .img-about {
  width: 100%;
  z-index: 0;
  position: relative; }
  .ftco-about .img-about .overlay {
    width: 200px;
    height: 200px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: rgba(0, 0, 0, 0.05);
    background: #ee3e43
;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 1; }
  .ftco-about .img-about .img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.33);
    box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.33); }
    @media (max-width: 767.98px) {
      .ftco-about .img-about .img {
        height: 600px; } }

.gallery {
  width: 100%;
  height: 350px; }

.ftco-subscribe {
  position: relative;
  z-index: 0;
  color: rgba(255, 255, 255, 0.5);
  padding: 7em 0 !important; }
  .ftco-subscribe p {
    color: white !important; }
  .ftco-subscribe .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: .5; }

.subscribe-form .form-group {
  position: relative;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0; }
  .subscribe-form .form-group input {
    height: 60px !important;
    border: 1px solid transparent;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 5px 0px 0px 5px;
    padding: 0 20px; }
    .subscribe-form .form-group input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.7) !important; }
    .subscribe-form .form-group input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.7) !important; }
    .subscribe-form .form-group input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.7) !important; }
    .subscribe-form .form-group input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.7) !important; }
  .subscribe-form .form-group .submit {
    color: #fff !important;
    background: #fbb901 !important;
    border-radius: 0px 5px 5px 0px;
    font-size: 16px; }
    .subscribe-form .form-group .submit:hover {
      cursor: pointer; }

.subscribe-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.8); }

.ftco-speakers {
  background: #0d0cb5; }

.staff {
  width: 100%;
  margin-bottom: 40px;
  z-index: 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; }
  .staff .img-wrap {
    position: relative;
    z-index: -1; }
  .staff .img {
    width: 100%;
    height: 250px;
    max-width: 200px;
    display: block;
    background-position: top center;
    -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;
    position: relative; }
    .staff .img:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      content: '';
      background: #ee3e43
;
      opacity: .2; }
  .staff .text {
    width: 100%;
    opacity: 1;
    color: rgba(0, 0, 0, 0.6);
    z-index: 1;
    -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;
    margin-top: -60px; }
    .staff .text > div {
      width: 100%;
      padding: 0 1em;
      -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; }
    .staff .text h3 {
      font-size: 20px;
      font-weight: 900;
      margin-bottom: 0;
      line-height: 1.1;
      color: #fff;
      -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;
      text-transform: uppercase; }
    .staff .text .position {
      text-transform: uppercase;
      color: #fbb901;
      display: block;
      letter-spacing: 1px; }
  .staff .ftco-social {
    opacity: 1;
    -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; }
    .staff .ftco-social li a {
      color: #fff; }

.ftco-social {
  padding: 0; }
  .ftco-social li {
    list-style: none;
    margin-right: 10px;
    display: inline-block; }

.ftco-schedule {
  position: relative;
  width: 100%;
  display: block; }
  .ftco-schedule .nav-pills {
    width: 100%;
    display: block; }
    .ftco-schedule .nav-pills p {
      margin-bottom: 0; }
    .ftco-schedule .nav-pills .nav-link {
      padding: 14px 30px !important;
      border-radius: 0;
      margin-bottom: 0;
      color: #000000;
      /*font-size: 22px;*/
      font-weight: 700;
      position: relative;
      display: inline-block;
      border: 1px solid transparent;
      background: #fff;
      width: 100%;
      margin-bottom: 10px;
      -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
      box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0; }
      .ftco-schedule .nav-pills .nav-link:after {
        position: absolute;
        top: 50%;
        bottom: 10px;
        right: -11px;
        width: 0;
        height: 0;
        margin-top: -10px;
        content: '';
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #ee3e43
;
        opacity: 0; }
      .ftco-schedule .nav-pills .nav-link span {
        display: block;
        font-size: 14px; }
      @media (max-width: 767.98px) {
/*        .ftco-schedule .nav-pills .nav-link {
          color: rgba(255, 255, 255, 0.7); } */
        }
      .ftco-schedule .nav-pills .nav-link:hover {
        background: #ee3e43
;
        color: #fff; }
      .ftco-schedule .nav-pills .nav-link.active {
        color: #fff;
        -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;
        border: 1px solid transparent;
        background: #ee3e43
; }
        .ftco-schedule .nav-pills .nav-link.active:after {
          opacity: 1; }
        @media (max-width: 767.98px) {
          .ftco-schedule .nav-pills .nav-link.active:after {
            opacity: 0; } }
      @media (max-width: 767.98px) {
        .ftco-schedule .nav-pills .nav-link {
          display: block;
          margin-bottom: 5px; } }
  .ftco-schedule .tab-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0; }

.speaker-wrap {
  width: 100%;
  background: #fff;
  padding: 40px;
  margin-bottom: 20px;
  -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; }
  .speaker-wrap .speaker-img {
    width: 120px;
    height: 120px;
/*    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;*/
     }
  .speaker-wrap .text {
    width: calc(100% - 120px); }
    .speaker-wrap .text h2 {
      font-size: 24px;
      font-weight: 700; }
      .speaker-wrap .text h2 a {
        color: #000000; }
    .speaker-wrap .text h3.speaker-name {
      font-size: 20px; }
    .speaker-wrap .text .position {
      font-size: 18px;
      color: rgba(0, 0, 0, 0.4); }
    .speaker-wrap .text .time {
      font-size: 14px;
      color: rgba(0, 0, 0, 0.5); }
  .speaker-wrap:hover, .speaker-wrap:focus {
    -webkit-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 7px 15px -5px rgba(0, 0, 0, 0.07); }

.speaker .text {
  position: relative; }
  .speaker .text:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: '';
    width: 80%;
    height: 1px;
    margin: 0 auto;
    background: #6827ff;
    background: -moz-linear-gradient(45deg, #6827ff 0%, #847dff 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, #6827ff), color-stop(100%, #847dff));
    background: -webkit-linear-gradient(45deg, #6827ff 0%, #847dff 100%);
    background: -o-linear-gradient(45deg, #6827ff 0%, #847dff 100%);
    background: -ms-linear-gradient(45deg, #6827ff 0%, #847dff 100%);
    background: linear-gradient(45deg, #6827ff 0%, #847dff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6827ff', endColorstr='#847dff', GradientType=1 ); }

.speaker h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0; }

.speaker .position {
  font-size: 15px; }

.speaker .ftco-social {
  margin: 0;
  padding: 0;
  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; }
  .speaker .ftco-social li {
    display: inline-block;
    padding: 0 5px; }
    .speaker .ftco-social li a {
      color: #ee3e43
;
      font-size: 18px; }
      .speaker .ftco-social li a:hover, .speaker .ftco-social li a:focus {
        color: #ee3e43
; }

.speaker:hover .ftco-social {
  opacity: 1; }

.pricing-entry {
  border: 2px solid #ee3e43
;
  position: relative;
  -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; }
  @media (max-width: 767.98px) {
    .pricing-entry {
      margin-bottom: 4em; } }
  .pricing-entry > div {
    padding: 20px; }
    .pricing-entry > div p {
      margin-bottom: 0; }
  .pricing-entry h3 {
    font-size: 28px;
    font-weight: 500; }
  .pricing-entry p .price {
    font-weight: 900;
    font-size: 28px;
    color: #ee3e43
;
    -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; }
  .pricing-entry p .per {
    font-size: 12px; }
  .pricing-entry ul {
    margin: 0;
    padding: 0; }
    .pricing-entry ul li {
      list-style: none;
      padding: 10px 20px;
      color: rgba(0, 0, 0, 0.7); }
      .pricing-entry ul li:nth-child(odd) {
        background: #fafafa; }
  .pricing-entry .button {
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin-bottom: 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; }
    .pricing-entry .button .btn {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      -ms-border-radius: 30px;
      border-radius: 30px;
      -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; }
  .pricing-entry:hover, .pricing-entry:focus {
    border: 2px solid #fbb901; }
    .pricing-entry:hover .btn, .pricing-entry:focus .btn {
      background: #fbb901 !important;
      border: 1px solid #fbb901 !important;
      color: #fff !important; }
    .pricing-entry:hover .price, .pricing-entry:focus .price {
      color: #fbb901; }

.aside-stretch {
  background: #3666ff; }
  .aside-stretch:after {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    content: '';
    width: 360%;
    background: #3666ff; }
  @media (max-width: 767.98px) {
    .aside-stretch {
      background: transparent; }
      .aside-stretch:after {
        background: transparent;
        display: none; } }

.form-control {
  height: 52px !important;
  background: #fff !important;
  color: #000000 !important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .form-control:focus, .form-control:active {
    border-color: #000000; }

textarea.form-control {
  height: inherit !important; }

.ftco-vh-100 {
  height: 100vh; }
  @media (max-width: 1199.98px) {
    .ftco-vh-100 {
      height: inherit;
      padding-top: 5em;
      padding-bottom: 5em; } }

/*.ftco-animate {
  opacity: 0;
/*  visibility: hidden;
} */


.bg-primary {
  background: #ee3e43
 !important; }

.about-author .desc h3 {
  font-size: 24px; }

.ftco-section {
  padding: 4em 0;
  position: relative; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }

.ftco-no-pt {
  padding-top: 0 !important; }

.ftco-no-pb {
  padding-bottom: 0 !important; }

.ftco-bg-dark {
  background: #3c312e; }

.ftco-footer {
  font-size: 16px;
  background: #e3dcd3;
  padding: 7em 0;
  z-index: 0; }
  .ftco-footer .ftco-footer-logo {
    text-transform: uppercase;
    letter-spacing: .1em; }
  .ftco-footer .ftco-footer-widget h2 {
    font-weight: normal;
    color: #ee3e43;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 600; }
  .ftco-footer .ftco-footer-widget ul li {
    margin-bottom: 10px; }
    .ftco-footer .ftco-footer-widget ul li a {
      color: rgba(0, 0, 0); }
      .ftco-footer .ftco-footer-widget ul li a span {
        color: #ee3e43; }
  .ftco-footer .ftco-footer-widget .btn-primary {
    background: #000 !important;
    border: 2px solid #000 !important; }
    .ftco-footer .ftco-footer-widget .btn-primary:hover {
      background: #000;
      border: 2px solid #000 !important; }
  .ftco-footer p {
    text-align: left;
    color: rgba(0, 0, 0); }
  .ftco-footer a {
    color: rgba(0, 0, 0); }
    .ftco-footer a:hover {
      color: #000; }
  .ftco-footer .ftco-heading-2 {
    font-size: 17px;
    font-weight: 400;
    color: #000; }

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block; }
  .ftco-footer-social li a {
    height: 50px;
    width: 50px;
    display: block;
    float: left;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative; }
    .ftco-footer-social li a span {
      position: absolute;
      font-size: 26px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .ftco-footer-social li a:hover {
      color: #fff; }

.footer-small-nav > li {
  display: inline-block; }
  .footer-small-nav > li a {
    margin: 0 10px 10px 0; }
    .footer-small-nav > li a:hover, .footer-small-nav > li a:focus {
      color: #ee3e43
; }

.media .ftco-icon {
  width: 100px; }
  .media .ftco-icon span {
    color: #ee3e43
; }

#map {
  height: 400px;
  width: 100%; }
  @media (max-width: 767.98px) {
    #map {
      height: 300px; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(3, 63, 255, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(3, 63, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(3, 63, 255, 0); } }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(3, 63, 255, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(3, 63, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(3, 63, 255, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(3, 63, 255, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(3, 63, 255, 0);
    box-shadow: 0 0 0 30px rgba(3, 63, 255, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(3, 63, 255, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(3, 63, 255, 0);
    box-shadow: 0 0 0 0 rgba(3, 63, 255, 0); } }

.heading-section .subheading {
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.2);
  color: #fbb901;
  letter-spacing: 3px; }

.heading-section h2 {
  font-size: 38px;
  font-weight: 600; }
  .heading-section h2 span {
    font-weight: 400; }
  @media (max-width: 767.98px) {
    .heading-section h2 {
      font-size: 28px; } }

.heading-section.heading-section-white h2 {
  color: #fff; }

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, 0.9); }


.img, .blog-img, .user-img {

    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background: url('https://dctlearn.dct.gov.ae/wp-content/uploads/2022/07/bg.png ');;

}

.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; }

#section-counter {
  position: relative;
  z-index: 0; }
  #section-counter:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    z-index: -1;
    opacity: 0;
    background: #000000; }

@media (max-width: 1199.98px) {
  .ftco-counter {
    background-position: center center !important; } }

.ftco-counter .img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0; }

.ftco-counter .text {
  display: inline-block;
  -webkit-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.17);
  box-shadow: -20px 20px 69px -27px rgba(0, 0, 0, 0.17); }
  @media (min-width: 992px) {
    .ftco-counter .text {
      padding-left: 63px !important;
      margin-left: -63px; } }
  .ftco-counter .text p {
    font-size: 24px;
    line-height: 1; }
  .ftco-counter .text span.number {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    font-weight: 400; }
  .ftco-counter .text span {
    color: white;
    margin-bottom: 10px;
    font-weight: 500;
    display: inline-block;
    letter-spacing: 1px;
    font-size: 20px; }

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 270px; }

.blog-entry {
  position: relative; }
  @media (min-width: 768px) {
    .blog-entry {
      margin-bottom: 30px; } }
  @media (max-width: 767.98px) {
    .blog-entry {
      margin-bottom: 30px; } }
  .blog-entry .text {
    width: 100%;
    margin: 0 auto; }
    .blog-entry .text .heading {
      font-size: 20px;
      margin-bottom: 16px;
      font-weight: 500; }
      .blog-entry .text .heading a {
        color: #000000; }
        .blog-entry .text .heading a:hover, .blog-entry .text .heading a:focus, .blog-entry .text .heading a:active {
          color: #ee3e43
; }
  .blog-entry .meta {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px; }
    .blog-entry .meta span {
      color: #ee3e43
; }
    .blog-entry .meta a {
      color: #ee3e43
; }
      .blog-entry .meta a:hover {
        color: #ee3e43
; }

.block-23 ul {
  padding: 0; }
  .block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px; }
  .block-23 ul li span {
    color: rgba(0, 0, 0); }
  .block-23 ul li .icon, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top; }
  .block-23 ul li .icon {
    width: 40px;
    font-size: 18px;
    padding-top: 2px;
    color: black; }

.block-6 {
  margin-bottom: 40px; }
  .block-6 .media-body p {
    font-size: 16px; }

.block-27 ul {
  padding: 0;
  margin: 0; }
  .block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400; }
    .block-27 ul li a, .block-27 ul li span {
      color: #fbb901;
      text-align: center;
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 50%;
      border: 1px solid #cccccc; }
    .block-27 ul li.active a, .block-27 ul li.active span {
      background: #fbb901;
      color: #fff;
      border: 1px solid transparent; }

.contact-section .img {
  width: 100%;
  background-position: top center; }

.contact-section .contact-info p a {
  color: #ee3e43
; }

.contact-section .contact-form {
  width: 100%; }
  @media (max-width: 767.98px) {
    .contact-section .contact-form .btn-primary {
      display: block;
      width: 100%; } }

.contact-section .box {
  width: 100%; }
  .contact-section .box h3 {
    font-size: 20px; }
  .contact-section .box .icon {
    margin-top: 5px; }
    .contact-section .box .icon span {
      color: #ee3e43
; }

.block-9 .form-control {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px; }

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%; }

.block-21 .text {
  width: calc(100% - 100px); }
  .block-21 .text .heading {
    font-size: 18px;
    font-weight: 300; }
    .block-21 .text .heading a {
      color: #000000; }
      .block-21 .text .heading a:hover, .block-21 .text .heading a:active, .block-21 .text .heading a:focus {
        color: #ee3e43
; }
  .block-21 .text .meta > div {
    display: inline-block;
    margin-right: 5px; }
    .block-21 .text .meta > div a {
      color: #b3b3b3; }

/* Blog*/
.post-info {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  letter-spacing: .1em; }
  .post-info > div {
    display: inline-block; }
    .post-info > div .seperator {
      display: inline-block;
      margin: 0 10px;
      opacity: .5; }

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #ccc;
  font-size: 11px; }
  .tagcloud a:hover {
    border: 1px solid #000; }

.comment-form-wrap {
  clear: both; }

.comment-list {
  padding: 0;
  margin: 0; }
  .comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%; }
  .comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none; }
    .comment-list li .vcard {
      width: 80px;
      float: left; }
      .comment-list li .vcard img {
        width: 50px;
        border-radius: 50%; }
    .comment-list li .comment-body {
      float: right;
      width: calc(100% - 80px); }
      .comment-list li .comment-body h3 {
        font-size: 20px; }
      .comment-list li .comment-body .meta {
        text-transform: uppercase;
        font-size: 13px;
        letter-spacing: .1em;
        color: #ccc; }
      .comment-list li .comment-body .reply {
        padding: 5px 10px;
        background: #e6e6e6;
        color: #000000;
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: .1em;
        font-weight: 400;
        border-radius: 4px; }
        .comment-list li .comment-body .reply:hover {
          color: #fff;
          background: black; }

.search-form {
  background: #f2f2f2;
  padding: 10px; }
  .search-form .form-group {
    position: relative;
    margin-bottom: 0; }
    .search-form .form-group input {
      padding-right: 50px;
      font-size: 14px; }
  .search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%; }
  .sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px; }
  .sidebar-box .heading-sidebar {
    font-weight: 500;
    margin-bottom: 20px; }

.categories, .sidelink {
  padding: 0;
  margin: 0; }
  .categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    list-style: none; }
    .categories li:last-child, .sidelink li:last-child {
      margin-bottom: 0;
      border-bottom: none;
      padding-bottom: 0; }
    .categories li a, .sidelink li a {
      display: block;
      color: #1a1a1a; }
      .categories li a span, .sidelink li a span {
        position: absolute;
        right: 0;
        top: 0;
        color: #ccc; }
    .categories li.active a, .sidelink li.active a {
      color: #000000;
      font-style: italic; }

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000; }

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1; }

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round; }

  @-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #2fc4db 0 0 20px #ee3e43, 0 0 30px #ee3e43,
        0 0 40px #2fc4db, 0 0 50px #ee3e43, 0 0 60px #ee3e43, 0 0 70px #ee3e43;
    }
    to {
      text-shadow: 0 0 20px #2fc4db, 0 0 30px #ee3e43, 0 0 40px #ee3e43,
        0 0 50px #2fc4db, 0 0 60px #ee3e43, 0 0 70px #ee3e43, 0 0 80px #ee3e43;
      top: 0;
      opacity: 1;
    }
  }
  
  
@-webkit-keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px; } }

/*  VIDEO PLAYER CONTAINER
        ############################### */
        .vid-container {
            position: relative;
            padding-bottom: 52%;
            padding-top: 30px; 
            height: 0; 
        }
         
        .vid-container iframe,
        .vid-container object,
        .vid-container embed {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }


        /*  VIDEOS PLAYLIST 
        ############################### */
        .vid-list-container {
            width: 92%;
            overflow: hidden;
            margin-top: 20px;
            margin-left:4%;
            padding-bottom: 20px;
        }
        .vid-list-container-2 {
            width: 92%;
            overflow: hidden;
            margin-top: 20px;
            margin-left:4%;
            padding-bottom: 20px;
        }

        .vid-list {
          width: 1200px;
            position: relative;
            top:0;
            left: 0;
        }

        .vid-item {
            display: block;
            width: 148px;
            height: 148px;
            float: left;
            margin: 0;
            padding: 10px;
        }

        .thumb {
            /*position: relative;*/
            overflow:hidden;
            height: 84px;
        }

        .thumb img {
            width: 100%;
            position: relative;
            top: -13px;
        }

        .vid-item .desc {
            color: black;
            font-size: 13px;
            /*margin-top:5px;*/
        }

        .vid-item:hover {
            cursor: pointer;
        }

        .arrows, .arrows-2{
            position:relative !important;
            width: 100% !important;
        }

        .arrow-left, .arrow-left-2{
            color: #ee3e43 !important;
            position: absolute !important;
            padding: 15px !important;
            left: -37px !important;
            top: -154px !important;
            /*z-index: 99 !important;*/
            cursor: pointer !important;
            padding-bottom: 40px !important;
            padding-top: 40px !important;
            background: #e40d2c;
            border: 2px solid #e40d2c !important;
            color: white !important;
        }

        .arrow-right, .arrow-right-2 {
            color: #ee3e43 !important;
            position: absolute !important;
            padding: 15px !important;
            right: -38px !important;
            top: -154px !important;
            /*z-index:100 !important;*/
            cursor: pointer !important;
            padding-bottom: 40px !important;
            padding-top: 40px !important;
            background: #e40d2c;
            border: 2px solid #e40d2c !important;
            color: white !important;
        }

      


        @media (max-width: 624px) {
         
        
            .caption {
                margin-top: 40px;
            }
            .vid-list-container {
                padding-bottom: 20px;
            }

            /* reposition left/right arrows */
            .arrows, .arrows-2 {
                position:relative !important;
                margin: 0 auto !important;
                width:96px !important; 
                padding-top: 20%;
                 margin-top: 25px !important;

            }
            .arrow-left, .arrow-left-2 {
                left: 0 !important;
                top: -17px !important;

            }

            .arrow-right, .arrow-right-2 {
                right: 0 !important;
                top: -17px !important;
            }
        }



.mt-4{
  margin-top: 2%;
}


.profile-circel-image-200 img {
  width: 150px;
  height: 150px;
  border-radius: 200px;
}

.profile-circel-image-200 img {
  transition: all 0.3s ease;
  cursor: pointer;
}

.profile-circel-image-200 img:hover {
  opacity: 0.8;
  box-shadow: 0px 0px 5px 8px rgba(0, 0, 0, 0.08);
}

.masthead a,
.masthead p,
.masthead h1,
.masthead h2,
.masthead h3,
.masthead h4,
.masthead h5,
.masthead h6 {
  color: #fff;
}