/*------------------------------------------------------------------
[Table of contents]

[&. Content / #key]
[Let press Ctrl + f and type of paste the key, then press Enter to search the content ]

This file include used small element for template
- LOADING - loading
- EDUGATE LAYOUT - edugate-layout-
-------------------------------------------------------------------*/
/**********************/
/*    GLOBAL STYLE    */
/**********************/
html * {
  outline: 0 !important;
}
html,
body {
  min-height: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #737373;
  background-color: #ffffff;
}
p,
a,
label,
span {
  font-size: 14px;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
h5 {
  font-weight: normal;
}
.customs-row {
  display: block;
  width: 100%;
  clear: both;
}
/**********************/
/*    GLOBAL STYLE    */
/**********************/
/**********************/
/*      LOADING       */
/**********************/
.loading * {
  display: none;
}

.transp{
    opacity:0;
}

.dots-loader:not(:required) {
  opacity: 1;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -4px;
  text-indent: -9999px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: transparent;
  border-radius: 100%;
  box-shadow: #ff8866 -14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee -14px 14px 0 7px;
  animation: dots-loader 5s infinite ease-in-out;
  transform-origin: 50% 50%;
  transform: scale(1);
  transition: .3s all;
}
@keyframes dots-loader {
  0% {
    box-shadow: #44aaee -14px -14px 0 7px, #44aaee 14px -14px 0 7px, #44aaee 14px 14px 0 7px, #44aaee -14px 14px 0 7px;
  }
  8.33% {
    box-shadow: #44aaee 14px -14px 0 7px, #44aaee 14px -14px 0 7px, #44aaee 14px 14px 0 7px, #44aaee -14px 14px 0 7px;
  }
  16.67% {
    box-shadow: #44aaee 14px 14px 0 7px, #44aaee 14px 14px 0 7px, #44aaee 14px 14px 0 7px, #44aaee -14px 14px 0 7px;
  }
  25% {
    box-shadow: #44aaee -14px 14px 0 7px, #44aaee -14px 14px 0 7px, #44aaee -14px 14px 0 7px, #44aaee -14px 14px 0 7px;
  }
  33.33% {
    box-shadow: #44aaee -14px -14px 0 7px, #44aaee -14px 14px 0 7px, #44aaee -14px -14px 0 7px, #44aaee -14px -14px 0 7px;
  }
  41.67% {
    box-shadow: #44aaee 14px -14px 0 7px, #44aaee -14px 14px 0 7px, #44aaee -14px -14px 0 7px, #44aaee 14px -14px 0 7px;
  }
  50% {
    box-shadow: #44aaee 14px 14px 0 7px, #44aaee -14px 14px 0 7px, #44aaee -14px -14px 0 7px, #44aaee 14px -14px 0 7px;
  }
  58.33% {
    box-shadow: #44aaee -14px 14px 0 7px, #44aaee -14px 14px 0 7px, #44aaee -14px -14px 0 7px, #44aaee 14px -14px 0 7px;
  }
  66.67% {
    box-shadow: #44aaee -14px -14px 0 7px, #44aaee -14px -14px 0 7px, #44aaee -14px -14px 0 7px, #44aaee 14px -14px 0 7px;
  }
  75% {
    box-shadow: #44aaee 14px -14px 0 7px, #44aaee 14px -14px 0 7px, #44aaee 14px -14px 0 7px, #44aaee 14px -14px 0 7px;
  }
  83.33% {
    box-shadow: #44aaee 14px 14px 0 7px, #44aaee 14px -14px 0 7px, #44aaee 14px 14px 0 7px, #44aaee 14px 14px 0 7px;
  }
  91.67% {
    box-shadow: #44aaee -14px 14px 0 7px, #44aaee 14px -14px 0 7px, #44aaee 14px 14px 0 7px, #44aaee -14px 14px 0 7px;
  }
  100% {
    box-shadow: #44aaee -14px -14px 0 7px, #44aaee 14px -14px 0 7px, #44aaee 14px 14px 0 7px, #44aaee -14px 14px 0 7px;
  }
}
.loaded .dots-loader {
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transform: scale(0);
}
.body-2 {
  background-color: #fff;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.body-2.loaded {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
}
/*********************************/
/*             LAYOUT            */
/*********************************/
.edugate-content {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.edugate-content .title {
  font-family: 'Lato';
  font-weight:700;
  margin: 0;
  color: #49575f;
  display: inline-block;
}
.edugate-content .title:hover {
  color: #0095C4;
}
.edugate-content .star-rating {
  margin-bottom: 20px;
}
.edugate-content .description {
  color: #6f8190;
  display: inline-block;
  width: 100%;
  line-height: 24px;
}
.center-content{
 padding:10%;
    text-align: center;
    align-content:center;
   vertical-align:middle;

}
.center-menu-item{
    text-align: center;
    align-content:center;
   vertical-align:middle;
}
.log-name{
    margin-top:30px;
    margin-left:20px;
}
.center-content h2, .center-content img, .center-content p, .center-content-div, .center-content a{

    
    vertical-align:middle;
}
.edugate-layout-1 {
  position: relative;
  width: 100%;
  display: table;
  background-color: #fafafa;
  margin-top: 90px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.edugate-layout-1 .edugate-image {
  width: 48%;
  height: 400px;
  position: relative;
  top: -30px;
  padding-left: 30px;
  display: table-cell;
}
.edugate-layout-1 .edugate-image img {
  height: 100%;
  width: 100%;
}
.edugate-layout-1 .edugate-content {
  width: 55%;
  padding: 50px 30px 30px 30px;
}
.edugate-layout-1 .edugate-content .title {
  font-size: 30px;
  margin: 0 0 6px 0;
  max-height: 84px;
  overflow: hidden;
}
.edugate-layout-1 .edugate-content .title:hover {
  color: #0095C4;
}
.edugate-layout-1 .edugate-content .info {
  margin-bottom: 5px;
}
.edugate-layout-1 .edugate-content .info-more {
  margin-bottom: 25px;
}
.edugate-layout-1 .edugate-content button {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.edugate-layout-1 .edugate-content .description {
  height: 138px;
  overflow: hidden;
  
}
 .edugate-content .description  ::after{
     content:"...";
 }
 
.edugate-layout-1:hover {
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.edugate-layout-1:hover .edugate-content .title {
  color: #242c42;
}
.edugate-layout-1:hover .edugate-content .title:hover {
  color: #0095C4;
}
.col-md-9 .edugate-layout-1 .edugate-image {
  width: 48%;
  height: 300px;
}
.col-md-9 .edugate-layout-1 .edugate-content {
  padding: 20px 30px 30px 30px;
}
.col-md-9 .edugate-layout-1 .edugate-content .title {
  font-size: 20px;
  margin: 0 0 6px 0;
  max-height: 56px;
  overflow: hidden;
}
.col-md-9 .edugate-layout-1 .edugate-content .title:hover {
  color: #0095C4;
}
.col-md-9 .edugate-layout-1 .edugate-content .info {
  margin-bottom: 5px;
}
.col-md-9 .edugate-layout-1 .edugate-content .info-more {
  margin-bottom: 25px;
}
.col-md-9 .edugate-layout-1 .edugate-content .description {
  height: 72px;
  overflow: hidden;
}
.edugate-layout-2 {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.edugate-layout-2 .edugate-layout-2-wrapper {
  padding: 30px 0 30px 30px;
  display: table;
  width: 100%;
}
.edugate-layout-2 .edugate-content {
  padding-right: 30px;
  position: relative;
}
.edugate-layout-2 .edugate-content .title {
  font-size: 18px;
  
  margin-bottom: 5px;
}
.edugate-layout-2 .edugate-content .title:hover {
  color: #0095C4;
}
.edugate-layout-2 .edugate-content .info {
  margin-bottom: 5px;
}
.edugate-layout-2 .edugate-content .info-more {
  margin-bottom: 8px;
}
.edugate-layout-2 .edugate-content .description {
  height: 140px;
  overflow: hidden;
}
.edugate-layout-2 .edugate-content button {
  position: absolute;
  left: 50%;
  margin-left: -65px;
  bottom: -50px;
}
.edugate-layout-2 .edugate-image {
  width: 300px;
  height: 225px;
  display: table-cell;
  position: relative;
  z-index: 1;
}
.edugate-layout-2 .edugate-image img {
  width: 100%;
  height: 100%;
}
.edugate-layout-2:before {
  position: absolute;
  content: '';
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fafafa;
  border-left: 5px solid #eaedf5;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.edugate-layout-2:after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 5px;
  top: 0;
  left: 0;
  height: 0;
  background-color: #242c42;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.edugate-layout-2:hover:before {
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.edugate-layout-2:hover:after {
  height: 100%;
}
.edugate-layout-2:hover .edugate-content .title {
  color: #242c42;
}
.edugate-layout-2:hover .edugate-content .title:hover {
  color: #0095C4;
}
.edugate-layout-3 {
  width: 100%;
  min-height: 480px;
  background-color: #fafafa;
  margin-top: 90px;
  border-bottom: 5px solid #eaedf5;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.tvideo{
    min-height:200px !important;
}
.edugate-layout-3 .edugate-layout-3-wrapper {
  position: relative;
  padding: 0 30px 20px 30px;
  top: -30px;
}
.edugate-layout-3 .edugate-content {
  padding-top: 15px;
}
.edugate-layout-3 .edugate-content .title {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  max-height: 56px;
  overflow: hidden;
}
.edugate-layout-3 .edugate-content .title:hover {
  color: #0095C4;
}
.edugate-layout-3 .edugate-content .description {
  line-height: 24px;
  margin-bottom: 18px;
  max-height: 72px;
  overflow: hidden;
}
.edugate-layout-3 .edugate-content .total-courses i,
.edugate-layout-3 .edugate-content .total-courses a {
  display: inline-block;
  color: #49575f;
  text-transform: capitalize;
}
.edugate-layout-3 .edugate-content .total-courses i {
  margin-right: 10px;
}
.edugate-layout-3 .edugate-content .total-courses a:hover {
  color: #0095C4;
}
.edugate-layout-3 .edugate-content button {
  margin: 0 auto;
  margin-top: 20px;
  display: block;
}
.edugate-layout-3:after {
  position: absolute;
  z-index: 2;
  content: '';
  height: 5px;
  bottom: -5px;
  left: 0;
  width: 0;
  background-color: #242c42;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.edugate-layout-3:hover {
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.edugate-layout-3:hover .edugate-content .title {
  color: #242c42;
}
.edugate-layout-3:hover .edugate-content .title:hover {
  color: #0095C4;
}
.edugate-layout-3:hover:after {
  width: 100%;
}
.layout-left {
  float: left;
}
.layout-right {
  float: right;
}
/*********************************/
/*             LAYOUT            */
/*********************************/
