
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #ce1127;
}

a:hover {
  color: #e24d55;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

.pict .mt-2{
    margin-top: 0rem!important;
}
.modal-name {
    margin-bottom: 15px;
    min-height: 15px;
    margin-top: 8px;
}

.back-btn {
    background: #ce1127;
    width: 100px;
    height: 36px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 6px;
    color: #FFF;
}

.modal-name p{
font-size: 14px;
margin-bottom: 0px;
text-align: center;
}

#header {
  background: #ffffff00;
  transition: all 0.5s;
  z-index: 997;
  padding: 9px 0;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  background-color: #111;
}

#header.header-inner-pages {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

#header .logo a {
  color: #FFF;
}

#header .logo img {
  max-height: 40px;
}


.navbar {
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.more-text {
  text-align: center;
}
.view-more {
    font-weight: 700;
    text-transform: uppercase;
    color: #006847;
    text-decoration: underline;
    /* line-height: 30px; */
}
.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #ce1127;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #ce1127;
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 31px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
.watch-text {
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: space-between;
    background: #ce1127;
    color: #FFF;
    padding: 2px 14px;
}
.watch-video i {
    font-size: 24px;
}
.watch-text p {
margin: 0px;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #e1444d;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 400;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ce1127;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #FFF;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgb(0 0 0 / 42%);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  height: 171px !important;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #556270;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ce1127;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #ce1127;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(63, 73, 83, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgb(0 0 0 / 18%);
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 70px;
  left: 50px;
  right: 50px;
}

#hero .container {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
  font-size: 20px;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #ce1127;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 18px 77px;
    border-radius: 37px;
    transition: 0.5s;
    line-height: 1;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    background: #ce1127;
}

#hero .btn-get-started:hover {
  background: #df3740;
}

@media (max-width: 992px) {
  #hero {
    height: 65vh;
  }

  #hero .carousel-container {
    top: 8px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 22px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 45px 0;
  overflow: hidden;
}

.section-bg,
.services .icon-box {
  background-color: #f8f9fa;
}

.section-title {
  padding-bottom: 40px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #e6636a;
  margin: 4px 10px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #556270;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/

.footer-info ul {
    list-style: none;
    display: flex;
    /* justify-content: space-around; */
    font-size: 17px;
}
.footer-info ul li {
    padding-right: 31px;
    font-size: 14px;
}
.footer-info ul li a {
color: #FFF;
  }

.jion-footer {
    padding: 6px 9px;
    text-align: center;
    background: #ce1127;
    width: 100%;
    font-size: 19px;
    border-radius: 40px;
    color: #FFF;
    float: left;
    text-transform: capitalize;
}
.jion-footer dl {
    margin-bottom: 0px;
    font-size: 14px;
}
#footer .copyright {
    text-align: center;
    padding-top: 10px;
    font-size: 11px;
    padding-bottom: 6px;
}
.top-join{
float: left;
width: 100%;
}
.about .content h2 {
    font-weight: 800;
    font-size: 30px;
    line-height: 45px;
    margin-bottom: -1px;
    text-transform: uppercase;
    text-align: center;
    color: #006847;
}
.about .content h3 {
    font-weight: 500;
    line-height: 28px;
    font-size: 22px;
    text-align: center;
}

.picture-sec .pict {
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    max-height: 100%;
    height: 202px;
}
.pict .img-fluid {
    max-width: 100%;
    height: 100%;
}

.picture-sec .pict img {
  transition: ease-in-out 0.3s;
  width: 100%;
  height: 100%;
}

.picture-sec:hover img {
  transform: scale(1.1);
}
.pagination{
    
}
.active>.page-link, .page-link.active{
    background: #dc3545;
    border-color: #dc3545;
}

.page-link{
    color: #dc3545;
}


.videos-upload.multi-img {
    width: 200px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 43px;
    color: #ce1127;
    margin-right: 7px;
    margin-bottom: 9px;
    overflow: hidden !important;
    cursor: pointer;
}

.videos-upload.multi-img img{

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #171717;
    color: #fff;
    font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 30px 0 21px 0;
}


#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ce1127;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: white;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #ce1127;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

#fade {
  display: none;
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 1001;
  -moz-opacity: 0.8;
  opacity: .80;
  filter: alpha(opacity=80);
}

#light {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 600px;
  max-height: 360px;
  margin-left: -300px;
  margin-top: -180px;
  border: 2px solid #FFF;
  background: #FFF;
  z-index: 1002;
  overflow: visible;
}

.light{
    display: block;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    width: 600px;
    margin: auto;
    box-shadow: 1px 3px 33px 6px #323232;
    top: 119px;
}

#boxclose {
  float: right;
  cursor: pointer;
  color: #fff;
  border: 1px solid #AEAEAE;
  border-radius: 3px;
  background: #222222;
  font-size: 31px;
  font-weight: bold;
  display: inline-block;
  line-height: 0px;
  padding: 11px 3px;
  position: absolute;
  right: 2px;
  top: 2px;
  z-index: 1002;
  opacity: 0.9;
}

.boxclose:before {
  content: "×";
}

#fade:hover ~ #boxclose {
  display:none;
}

.test:hover ~ .test2 {
  display: none;
}

.name-scort p {
    text-align: center;
    padding: 10px;
    font-weight: 700;
    color: #006847;
    font-size: 18px;
    line-height: 22px;
}

/***************6/03******************/

.enter-btn {
    position: absolute;
    z-index: 99;
    margin: 60% 13% 8% -43%;
    /* left: 0; */
    /* right: 0; */
    background: #ab05fb;
    font-size: 31px;
    width: 301px;
    border-radius: 14px;
    color: #FFF;
    text-align: center;
    padding: 21px;
    line-height: 31px;
    opacity: 1;
}
a.enter-btn:hover {

color: #ebebeb;
opacity: 1;
}
.over-btn {
    position: absolute;
    right: 6%;
    margin: 1% -3% 1% 2% !important;
    color: #FFF;
    background: #ce1127;
    opacity: 1;
    z-index: 999;
    border-radius: 50px;
    padding: 12px;
    line-height: 17px;
    font-size: 29px;
}


#login {
    width: 100%;
    height: 217px;
    background-color: #171717;
    overflow: hidden;
    position: relative;
}

.sign-intext {
    text-align: center;
    color: #FFF;
    padding-top: 80px;
}
.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}

.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 53px;
  line-height: 50px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 50%;
  padding: 0px 70px 1px 71px;
}
.main-div label{
  padding-bottom: 5px;
}
.w-rs {
    width: 100%;
    margin-right: 0px !important;
  
}

.main-div .form-control:focus{
    box-shadow: none;
border: 1px solid #ce1127 !important;
}
.checkbox{
  text-align: left;
}
.login-form .form-group {
  margin-bottom:15px;
}
/*.login-form{ text-align:center;}*/
.forgot a {
  color: #006847;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #ce1127 none repeat scroll 0 0;
  border-color: #ce1127;
  color: #ffffff;
  font-size: 16px;
  width: 100%;
  height: 50px;
  line-height: 50px;
   font-weight: bold;
  padding: 0;
}
.login-form .btn.btn-primary-signup {
    background: #ffffff none repeat scroll 0 0;
    border-color: #006847;
    color: #006847;
    font-size: 16px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    font-weight: bold;
    border: 2px solid;
}
.login-form .btn.btn-primary-signup:hover{
       color: #009968;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}

.sing-prim ul li::marker{

white-space: nowrap !important;
text-align: left !important;
}

/*.features {
  overflow: hidden;
    height: 600px;
}*/

.features .nav-tabs {
  border: 0;
}
.fix-img-bar{
  margin-bottom: 21px;
}
.video-box-dash{
  margin-bottom: 21px;

}
.features .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #556270;
  border-radius: 0;
  border-right: 2px solid white;
  font-weight: 600;
  font-size: 15px;
}

.features .nav-link:hover {
  color: #d9232d;
}

.features .nav-link.active {
  color: #d9232d;
  border-color: #d9232d;
}

.features .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.features .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #556270;
}

.features .details p {
    color: #3c3c3c;
    font-weight: 600;
    height: 50px;
    font-size: 15px;
    line-height: 17px;
}
.features .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .features .nav-link {
    border: 0;
    padding: 15px;
  }

  .features .nav-link.active {
    color: #fff;
    background: #d9232d;
  }
}
.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221);
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}


/*********dashbord**************/

.video-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: left;
    margin: auto;
    max-width: 100%;
}

.videos-upload {
    width: 194px;
    height: 140px;
    /* border-radius: 6px; */
    /* border: 1px solid #ccc; */
    /* margin-right: 24px; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 43px;
    color: #ce1127;
    margin-right: 10px;
    margin-bottom: 13px;
    cursor: pointer;
    overflow: hidden;
}
.videos-upload img {
    width: 100%;
    object-fit: fill;
    /* height: 100%; */
    object-position: top;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file.btn-primary {
    color: #fff;
    background-color: #ce1127;
    border-color: #ce1127;
    font-size: 39px;
    width: 80px;
    height: 71px;
    line-height: 63px;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.file-input-label {
  padding: 0px 10px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.videos-add {
    display: flex;
    align-items: center;
    justify-content: center;
}

.botm-login {
    text-align: center;
    padding: 10px;
    margin-top: 12px;
    font-weight: bold;
}

.zoom-img img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.videos-upload.zoom-img{
   
}

.videos-upload.zoom-img img:hover {
    -webkit-transform: scale(2.04);
    transform: scale(2.04);
    box-shadow: 5px 5px 27px #3c3c3c;
    z-index: 999999999;
    position: absolute;
    background: #FFF;
}

.modal-name-multiple {
    margin-bottom: 31px;
    height: 63px;
    text-align: center;
}

.modal-name-multiple p{
  margin-bottom: 2px;
}

.modal-name-single {
    /* margin-bottom: 31px; */
    min-height: 36px;
    text-align: center;
}

.modal-name-single p{
  margin-bottom: 2px !important;
}


.videos-upload-image {
    width: 100% !important;
    height: 160px!important;
    /* margin: auto; */
    align-items: baseline;
    display: flex;
    vertical-align: bottom;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: 11px;
}
.videos-upload-image img {
    width: 100%;
    object-fit: cover;
     height: 100%; 
    object-position: top;
}

.multi-img img{
    margin-bottom: 0px !important;
}

@media screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation: landscape) {
    
    .videos-upload-image {
    width: 100%;
    height: 210px!important;
}
 }
 
a.fancybox-nav:hover span {
    visibility: inherit !important;
}

@media screen and (min-device-width : 320px) and (max-device-width : 767px) and (orientation: portrait) {
    .videos-upload-image {
    width: 100%;
    height: 150px!important;
}
 }



@media only screen and (min-width: 320px) and (max-width: 768px) {
.videos-upload {
   width: 100% !important;
    height: 151px!important;
    /* margin: auto; */
    align-items: baseline;
    display: flex;
    vertical-align: bottom;
}
.thumb {
    margin-bottom: 30px;
    width: 48%;
}
.videos-upload-image {
    width: 100% !important;
    height: 130px;
    
}

.light video {
    width: 100% !important;
    max-width: 100%;
   
}
.light {
   
    width: 90%;
    z-index: 999;
   
}
.watch-text {
    margin-bottom: 10px;
    
}

.videos-upload.multi-img{
    margin-bottom: 8px !important;
}

.features .nav-link {
    border: 0;
    padding: 6px !important;
}

.features .details h3 {
  
    text-align: center;
}
.modal-name {
    margin-bottom: 15px;
    height: 17px;
}
.modal-name-multiple .video-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
  .modal-name-multiple {
    margin-bottom: 31px;
    height: 69px;
    text-align: center;
}
.mutipal-main .videos-upload{

    margin-bottom: 36px;
}

.videos-upload.zoom-img img:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    box-shadow: 5px 5px 27px #3c3c3c;
    z-index: 999999999;
    position: absolute;
    left: 20%;
    right: 0;
}

.videos-upload.zoom-img {
    height: 150px;
    width: 150px !important;
}

.videos-upload.zoom-img img {
    /*height: 100% !important;*/
    /*width: 100% !important;*/
}

.navbar .getstarted {
    background: #ce1127;
    padding: 8px 25px;
    margin-left: 19px;
    border-radius: 31px;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: flex;
    float: left;
}
.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px auto 30px;
    max-width: inherit;
    padding: 0px 45px 1px 45px;
}
.w-rs {
    width: 100% !important;
    margin-right: 0px !important;
}

/*.video-box-dash {
    width: 45%;
    margin-right: 8px;
}*/
.video-box video{
width: 100%;
}

.video-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.sign-intext {
    
    padding-top: 64px;
}
.fix-img-bar {
    width: 49%;
    margin-bottom: 15px;
    margin-right: -3px;
}
.features .details p {
    color: #3c3c3c;
    font-weight: 600;
    height: 50px;
    font-size: 15px;
    line-height: 17px;
}

.main-div-inner {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px auto 0px !important;
    max-width: 100% !important;
    padding: 10px !important;
    width: 80% !important;
}
.about .content h2 {
    font-weight: 800;
    font-size: 23px;
    line-height: 28px;

  }
  .about .content h3 {
    font-weight: 500;
    line-height: 23px;
    font-size: 16px;
    text-align: center;
    padding-top: 11px;
}

.enter-btn {
    position: absolute;
    z-index: 99;
    margin: 59% 11% 6% -46%;
    /* left: 0; */
    /* right: 0; */
    background: #ab05fb;
    font-size: 16px;
    width: 142px;
    border-radius: 8px;
    color: #FFF;
    text-align: center;
    padding: 9px;
    line-height: 19px;
    opacity: 1;
}
.over-btn {
    position: absolute;
    right: 6%;
    margin: 1% -3% 1% 2% !important;
    color: #FFF;
    background: #ce1127;
    opacity: 1;
    z-index: 999;
    border-radius: 50px;
    padding: 9px;
    line-height: 17px;
    font-size: 18px;
}
#footer .footer-top .footer-info h3 {
  
    text-align: center;
}
#hero p {
   
    font-size: 18px;
    line-height: 24px;
}


    }

    .main-div-inner{
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    margin: 10px auto 30px;
    max-width: 70%;
    padding: 0px 70px 1px 71px;
}

.features-video .picture-sec .pict {
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    border: 1px solid transparent;
    max-height: 100%;
    height: inherit;
}

.mutipal-main img{
height: 200px;
width: 200px;
}

.details button a{
color: #FFF;
}
.details button{
    margin-bottom: 15px;

  }
  

  
  
  
  
  