/*------------------------------------------------------------------
[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 - ipl-layout-
-------------------------------------------------------------------*/
/**********************/
/*    GLOBAL STYLE    */
/**********************/
html * {
  outline: 0 !important;
    -webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
html,
body {
  min-height: 100%;
  overflow-x: hidden;
}
body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
  background-color: #ffffff;
  font-weight:300;
}

a,
label {
  font-size: 16px;
}
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;
}
.dots-loader:not(:required) {
  opacity: 1;
  overflow: hidden;
  position: absolute;
  left: calc(50% - 32px);
  top: calc(50% - 37px);
  margin-left: -4px;
  margin-top: -4px;
  text-indent: -9999px;
  display: inline-block;
  width: 64px;
  height: 74px;
  background: url("../images/loader/loader-traterme.png");
 /* border-radius: 100%;
  box-shadow: #9266ae -14px -14px 0 7px, #8855a5 14px -14px 0 7px, #a34195 14px 14px 0 7px, #c32881 -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: #9266ae -14px -14px 0 7px, #8855a5 14px -14px 0 7px, #a34195 14px 14px 0 7px, #c32881 -14px 14px 0 7px;
  }
  8.33% {
    box-shadow: #9266ae 14px -14px 0 7px, #8855a5 14px -14px 0 7px, #a34195 14px 14px 0 7px, #c32881 -14px 14px 0 7px;
  }
  16.67% {
    box-shadow: #9266ae 14px 14px 0 7px, #8855a5 14px 14px 0 7px, #a34195 14px 14px 0 7px, #c32881 -14px 14px 0 7px;
  }
  25% {
    box-shadow: #9266ae -14px 14px 0 7px, #8855a5 -14px 14px 0 7px, #a34195 -14px 14px 0 7px, #c32881 -14px 14px 0 7px;
  }
  33.33% {
    box-shadow: #9266ae -14px -14px 0 7px, #8855a5 -14px 14px 0 7px, #a34195 -14px -14px 0 7px, #c32881 -14px -14px 0 7px;
  }
  41.67% {
    box-shadow: #9266ae 14px -14px 0 7px, #8855a5 -14px 14px 0 7px, #a34195 -14px -14px 0 7px, #c32881 14px -14px 0 7px;
  }
  50% {
    box-shadow: #9266ae 14px 14px 0 7px, #8855a5 -14px 14px 0 7px, #a34195 -14px -14px 0 7px, #c32881 14px -14px 0 7px;
  }
  58.33% {
    box-shadow: #9266ae -14px 14px 0 7px, #8855a5 -14px 14px 0 7px, #a34195 -14px -14px 0 7px, #c32881 14px -14px 0 7px;
  }
  66.67% {
    box-shadow: #9266ae -14px -14px 0 7px, #8855a5 -14px -14px 0 7px, #a34195 -14px -14px 0 7px, #c32881 14px -14px 0 7px;
  }
  75% {
    box-shadow: #9266ae 14px -14px 0 7px, #8855a5 14px -14px 0 7px, #a34195 14px -14px 0 7px, #c32881 14px -14px 0 7px;
  }
  83.33% {
    box-shadow: #9266ae 14px 14px 0 7px, #8855a5 14px -14px 0 7px, #a34195 14px 14px 0 7px, #c32881 14px 14px 0 7px;
  }
  91.67% {
    box-shadow: #9266ae -14px 14px 0 7px, #8855a5 14px -14px 0 7px, #a34195 14px 14px 0 7px, #c32881 -14px 14px 0 7px;
  }
  100% {
    box-shadow: #9266ae -14px -14px 0 7px, #8855a5 14px -14px 0 7px, #a34195 14px 14px 0 7px, #c32881 -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            */
/*********************************/
.ipl-content {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.ipl-content .title {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  margin: 0;
  color: #49575f;
  display: inline-block;
  font-weight:700;
}
.ipl-content .title:hover {
  color: #6e2d90;
}
.ipl-content .star-rating {
  margin-bottom: 20px;
}
.ipl-content .description {
  color: #6f8190;
  display: inline-block;
  width: 100%;
  line-height: 24px;
}
.ipl-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;
}
.ipl-layout-1 .ipl-image {
  width: 48%;
  height: 400px;
  position: relative;
  top: -30px;
  padding-left: 30px;
  display: table-cell;
}
.ipl-layout-1 .ipl-image img {
  height: 100%;
  width: 100%;
}
.ipl-layout-1 .ipl-content {
  width: 55%;
  padding: 50px 30px 30px 30px;
}
.ipl-layout-1 .ipl-content .title {
  font-size: 30px;
  margin: 0 0 6px 0;
  max-height: 84px;
  overflow: hidden;
}
.ipl-layout-1 .ipl-content .title:hover {
  color: #6e2d90;
}
.ipl-layout-1 .ipl-content .info {
  margin-bottom: 5px;
}
.ipl-layout-1 .ipl-content .info-more {
  margin-bottom: 25px;
}
.ipl-layout-1 .ipl-content button {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.ipl-layout-1 .ipl-content .description {
  height: 96px;
  overflow: hidden;
}
.ipl-layout-1:hover {
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.ipl-layout-1:hover .ipl-content .title {
  color: #242c42;
}
.ipl-layout-1:hover .ipl-content .title:hover {
  color: #6e2d90;
}
.col-md-9 .ipl-layout-1 .ipl-image {
  width: 48%;
  height: 300px;
}
.col-md-9 .ipl-layout-1 .ipl-content {
  padding: 20px 30px 30px 30px;
}
.col-md-9 .ipl-layout-1 .ipl-content .title {
  font-size: 20px;
  margin: 0 0 6px 0;
  max-height: 56px;
  overflow: hidden;
}
.col-md-9 .ipl-layout-1 .ipl-content .title:hover {
  color: #6e2d90;
}
.col-md-9 .ipl-layout-1 .ipl-content .info {
  margin-bottom: 5px;
}
.col-md-9 .ipl-layout-1 .ipl-content .info-more {
  margin-bottom: 25px;
}
.col-md-9 .ipl-layout-1 .ipl-content .description {
  height: 72px;
  overflow: hidden;
}
.ipl-partnerholder{ 
	position:relative;
	width:130px;
	height:130px;
	-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;
	padding:10px;
	box-sizing:border-box;
	float:left;
	margin-left:52px;
	margin-right:52px;
	margin-bottom:52px;
	border:solid 1px #959799;
	background-position:center; background-size:100% auto; background-repeat:no-repeat;
}
.ipl-partnerholder a{ display:block; width:100%; height:100%; text-decoration:none; border:none; background-position:center; background-size:100% auto; background-repeat:no-repeat; }
.ipl-partnerholder img{ float:left; width:100%; height:auto; display:block; border:none; }

.ipl-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;
}
.ipl-layout-2::before {
    position: absolute;
    content: "";
    width: 75%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #FAFAFA;
    border-left: 5px solid #EAEDF5;
    transition: all 0.3s linear 0s;
}
.ipl-layout-2 .ipl-layout-2-wrapper {
  padding: 30px 0px 30px 30px;
  display: table;
  width: 100%;
}
.ipl-layout-2 .ipl-content {
  padding-right: 30px;
  position: relative;
}
.ipl-layout-2 .ipl-content .title {
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.ipl-layout-2 .ipl-content .title:hover {
  color: #6e2d90;
}
.ipl-layout-2 .ipl-content .info {
  margin-bottom: 5px;
}
.ipl-layout-2 .ipl-content .info-more {
  margin-bottom: 8px;
}
.ipl-layout-2 .ipl-content .description {
  height: 96px;
  overflow: hidden;
}
.ipl-layout-2 .ipl-content button {
  position: absolute;
  left: 50%;
  margin-left: -65px;
  bottom: -50px;
}
.ipl-layout-2 .ipl-image {
  width: 300px;
  height: 225px;
  display: table-cell;
  position: relative;
  z-index: 1;
}
.ipl-layout-2 .ipl-image img {
  width: 100%;
  height: 100%;
}
.ipl-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;
}
.ipl-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;
}
.ipl-layout-2:hover:before {
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.ipl-layout-2:hover:after {
  height: 100%;
}
.ipl-layout-2:hover .ipl-content .title {
  color: #242c42;
}
.ipl-layout-2:hover .ipl-content .title:hover {
  color: #6e2d90;
}
.ipl-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;
}
.ipl-layout-3 .ipl-layout-3-wrapper {
  position: relative;
  padding: 0 30px 20px 30px;
  top: -30px;
}
.ipl-layout-3 .ipl-content {
  padding-top: 25px;
}
.ipl-layout-3 .ipl-content .title {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  max-height: 56px;
  overflow: hidden;
}
.ipl-layout-3 .ipl-content .title:hover {
  color: #6e2d90;
}
.ipl-layout-3 .ipl-content .description {
  line-height: 24px;
  margin-bottom: 18px;
  max-height: 72px;
  overflow: hidden;
}
.ipl-layout-3 .ipl-content .total-courses i,
.ipl-layout-3 .ipl-content .total-courses a {
  display: inline-block;
  color: #49575f;
  text-transform: capitalize;
}
.ipl-layout-3 .ipl-content .total-courses i {
  margin-right: 10px;
}
.ipl-layout-3 .ipl-content .total-courses a:hover {
  color: #6e2d90;
}
.ipl-layout-3 .ipl-content button {
  margin: 0 auto;
  margin-top: 40px;
  display: block;
}
.ipl-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;
}
.ipl-layout-3:hover {
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.ipl-layout-3:hover .ipl-content .title {
  color: #242c42;
}
.ipl-layout-3:hover .ipl-content .title:hover {
  color: #6e2d90;
}
.ipl-layout-3:hover:after {
  width: 100%;
}


.ipl-layout-4 {
  width: 100%;
  /*min-height: 480px;*/
  background-color: #fafafa;
  margin-top: 30px;
  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;
}
.ipl-layout-4 .ipl-layout-4-wrapper {
  position: relative;
  padding: 0 30px 20px 30px;
  top: 0px;
}
.ipl-layout-4 .ipl-content {
  padding-top: 25px;
}
.ipl-layout-4 .ipl-content .title {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  max-height: 56px;
  overflow: hidden;
}
.ipl-layout-4 .ipl-content .title:hover {
  color: #6e2d90;
}
.ipl-layout-4 .ipl-content .description {
  line-height: 24px;
  margin-bottom: 18px;
  max-height: 72px;
  overflow: hidden;
}
.ipl-layout-4 .ipl-content .total-courses i,
.ipl-layout-4 .ipl-content .total-courses a {
  display: inline-block;
  color: #49575f;
  text-transform: capitalize;
}
.ipl-layout-4 .ipl-content .total-courses i {
  margin-right: 10px;
}
.ipl-layout-4 .ipl-content .total-courses a:hover {
  color: #6e2d90;
}
.ipl-layout-4 .ipl-content button {
  margin: 0 auto;
  margin-top: 40px;
  display: block;
}
.ipl-layout-4: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;
}
.ipl-layout-4:hover {
  background-color: #fff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.ipl-layout-4:hover .ipl-content .title {
  color: #242c42;
}
.ipl-layout-4:hover .ipl-content .title:hover {
  color: #6e2d90;
}
.ipl-layout-4:hover:after {
  width: 100%;
}


.layout-left {
  float: left;
}
.layout-right {
  float: right;
}
/*********************************/
/*             LAYOUT            */
/*********************************/
