/*================== used less files ===================*/
/*==================== google fonts =================*/
@import url("https://fonts.googleapis.com/css?family=Londrina+Outline|Roboto&display=swap");
/*==================== web colors ===================*/
/*==================== fonts ===================*/
/*===================== font sizes ================*/
/*=================== screen sizes ================*/
/*==================== image path =================*/
/*===================== others ======================*/
::-moz-selection {
  background-color: #f8f8f8;
  color: #fff;
}

::selection {
  background-color: #f8f8f8;
  color: #fff;
}

a { color: #343a40!important;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s; 
}

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

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 10px 0px;
  font-weight: 600;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.5em;
  position: relative;
}

section {
  padding: 60px 0px;
}

section:after {
  display: block;
  clear: both;
}
span{line-height: 1.6}
.full-width {
  width: 100%;
  height: 100vh;
}

.bg-size-cover {
  background-size: cover;
}

.theme-color-text {
  color: #f8f8f8;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
  z-index: 5555;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.fixed {
  position: fixed;
}

.middle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.transition {
  transition: ease-in all 0.5s;
}

/*======================  bootstrap edits ===================*/
.border-light {
  border-color: #e8e8e8 !important;
}

#menu-bar a .fa-chevron-right {
  transform: rotate(0deg);
}
#menu-bar a .fa-chevron-right.active {
  transform: rotate(90deg);
}

section.video-app .logo {
  padding: 0.75rem 1.25rem;
}
section.video-app .left-menu-bar {
  background: #f8f8f8;
}
section.video-app .left-menu-bar .menu {
  position: absolute;
  width: 30px;
  height: 50px;
  top: 10px;
  right: 30px;
  cursor: pointer;
}
section.video-app .left-menu-bar .menu .icon-bar, section.video-app .left-menu-bar .menu .icon-bar:before, section.video-app .left-menu-bar .menu .icon-bar:after {
  display: block;
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: black;
  top: 50%;
  transform: translateY(-50%);
  transition: ease-in all 0.4s;
}
section.video-app .left-menu-bar .menu .icon-bar:after {
  top: -8px;
  transform: translateY(0%);
  background: black;
}
section.video-app .left-menu-bar .menu .icon-bar:before {
  top: 8px;
  transform: translateY(0%);
  background: black;
}
section.video-app .left-menu-bar .menu.active .icon-bar, section.video-app .left-menu-bar .menu.active .icon-bar:after, section.video-app .left-menu-bar .menu.active .icon-bar:before {
  background: rgba(0, 0, 0, 0);
}
section.video-app .left-menu-bar .menu.active .icon-bar:after {
  top: 0px;
  transform: rotate(135deg);
  background: black;
}
section.video-app .left-menu-bar .menu.active .icon-bar:before {
  top: 0px;
  transform: rotate(45deg);
  background: black;
}
section.video-app .main-area .menu-dots {
  position: absolute;
  right: 1px;
  top: -56px;
  z-index: 5555;
  cursor: pointer;
}
section.video-app .main-area .menu-dots.active {
  top: 17px;
}
section.video-app .main-area .main-left .icon-on-img, section.video-app .main-area .main-right .icon-on-img {
  position: absolute;
  z-index: 5;
  bottom: -25px;
  right: 0;
  border-radius: 100%;
  border: solid 2px #fff;
  width: 40px;
}
section.video-app .main-area .main-left h6, section.video-app .main-area .main-right h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section.video-app .main-area .main-left p, section.video-app .main-area .main-right p {
  line-height: 1.5em;
 /* height: 3em;*/
  overflow: hidden;
}
section.video-app .main-area .main-right h6 {
  width: 60%;
  padding: 0;
}
section.video-app .main-area .main-right p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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