/*------------------------------------------------------------------
[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    */
/**********************/

/**********************/
/*    GLOBAL STYLE    */
/**********************/
/**********************/
/*      LOADING       */
/**********************/
.loading * {
  display: none;
}
.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: #ff8866 -14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee -14px 14px 0 7px;
  }
  8.33% {
    box-shadow: #ff8866 14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee -14px 14px 0 7px;
  }
  16.67% {
    box-shadow: #ff8866 14px 14px 0 7px, #ffcc66 14px 14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee -14px 14px 0 7px;
  }
  25% {
    box-shadow: #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px 14px 0 7px, #44aaee -14px 14px 0 7px;
  }
  33.33% {
    box-shadow: #ff8866 -14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px, #44aaee -14px -14px 0 7px;
  }
  41.67% {
    box-shadow: #ff8866 14px -14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px, #44aaee 14px -14px 0 7px;
  }
  50% {
    box-shadow: #ff8866 14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px, #44aaee 14px -14px 0 7px;
  }
  58.33% {
    box-shadow: #ff8866 -14px 14px 0 7px, #ffcc66 -14px 14px 0 7px, #66dd77 -14px -14px 0 7px, #44aaee 14px -14px 0 7px;
  }
  66.67% {
    box-shadow: #ff8866 -14px -14px 0 7px, #ffcc66 -14px -14px 0 7px, #66dd77 -14px -14px 0 7px, #44aaee 14px -14px 0 7px;
  }
  75% {
    box-shadow: #ff8866 14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px -14px 0 7px, #44aaee 14px -14px 0 7px;
  }
  83.33% {
    box-shadow: #ff8866 14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee 14px 14px 0 7px;
  }
  91.67% {
    box-shadow: #ff8866 -14px 14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 14px 14px 0 7px, #44aaee -14px 14px 0 7px;
  }
  100% {
    box-shadow: #ff8866 -14px -14px 0 7px, #ffcc66 14px -14px 0 7px, #66dd77 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: 'latobold';
  margin: 0;
  color: #49575f;
  display: inline-block;
}
.edugate-content .title:hover {
  color: #86bc42;
}
.edugate-content .star-rating {
  margin-bottom: 20px;
}
.edugate-content .description {
  color: #6f8190;
  display: inline-block;
  width: 100%;
  line-height: 24px;
}
.edugate-layout-1 {
  position: relative;
  width: 100%;
  display: table;
  background-color: #fafafa;
  margin-top: 50px;
  -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: 27px;
  padding-left: 30px;
  display: table-cell;
}

.edugate-layout-1 .edugate-image img {
  /*height: 100%;
  width: 100%;*/
}
.edugate-layout-1 .edugate-content {
  width: 80%;
  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: #86bc42;
}
.edugate-layout-1 .edugate-content .info {
  margin-bottom: 5px;
}
.edugate-layout-1 .edugate-content .info-more {
  margin-bottom: 25px;
}
.edugate-layout-1 .edugate-content .btn {
  position: absolute;
  right: 116px;
  bottom: 30px;
}
.edugate-layout-1 .edugate-content .description {
  height: 200px;
  overflow: hidden;

}
.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: #86bc42;
}
.col-md-9 .edugate-layout-1 .edugate-image {
  /*width: 48%;*/
  width: 20%;
  height: 300px;
}
.col-md-9 .edugate-layout-1 img {
  border:solid 1px #CCCCCC;
  background-color:#FFFFFF;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 10px;

}
.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: #86bc42;
}
.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: auto;
  font-size: 13px;
  color: #000;
}
.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;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.edugate-layout-2 .edugate-content .title:hover {
  color: #86bc42;
}
.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: 96px;
  overflow: hidden;
}
.edugate-layout-2 .edugate-content .btn {
  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: #86bc42;
}
.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;
}
.edugate-layout-3 .edugate-layout-3-wrapper {
  position: relative;
  padding: 0 30px 20px 30px;
  top: -30px;
}
.edugate-layout-3 .edugate-content {
  padding-top: 25px;
}
.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: #86bc42;
}
.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: #86bc42;
}
.edugate-layout-3 .edugate-content .btn {
  margin: 0 auto;
  margin-top: 40px;
  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: #86bc42;
}
.edugate-layout-3:hover:after {
  width: 100%;
}
.layout-left {
  float: left;
}
.layout-right {
  float: right;
}
/*********************************/
/*             LAYOUT            */
/*********************************/
.title-faculty {
  margin: 0;
  color: #49575f;
  display: inline-block;
  font-size: 16px;
  font-weight: 800;
}



/**************** photo gallery ******************************/

@media (min-width: 1200px){
  .container-g {
    max-width: 1170px;
  }}

  .container-g:before, .container-g:after {
    display: table;
    content: " ";
  }
  .container-g {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }

  .row-g {
    margin-right: -15px;
    margin-left: -15px;
  }


  .row-g:before, .row-g:after {
    display: table;
    content: " ";
  }


  @media (min-width: 992px){
    .col-md-g {
      width: 100%;
    }}


    @media (min-width: 992px){
      .col-md-g {
        float: left;
      }}

      .col-md-g {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
      }

      ul#filters {
        display: inline-block;
        width: 100%;
        margin: 25px 0 25px 0;
      }

      #filters {
        margin: 1%;
        padding: 0;
        list-style: none;
      }

      .clearfix:before, .clearfix:after {
        display: table;
        content: " ";
      }

      ul#filters li {
        float: left;
        margin-right: 10px;
        margin-bottom: 10px;
      }


      #filters li span.active {
        background: #48cfad;
        color: #fff;
      }
      #filters li span {
        display: block;
        padding: 5px 20px;
        text-decoration: none;
        color: #666;
        cursor: pointer;
      }
      span.filter {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
      }

::selection {
  background: #48cfad;
  color: #fff;
}

      .clearfix:after {
        clear: both;
      }
      .clearfix:before, .clearfix:after {
        display: table;
        content: " ";
      }

      .row-g:after {
        clear: both;
      }
      .row-g:before, .row-g:after {
        display: table;
        content: " ";
      }



      .container-g:after {
        clear: both;
      }
      .container-g:before, .container-g:after {
        display: table;
        content: " ";
      }


      /************************/

      .mar-b-30 {
        margin-bottom: 30px;
      }
      .row-g {
        margin-right: -15px;
        margin-left: -15px;
      }

      .row-g:before, .row-g:after {
        display: table;
        content: " ";
      }

      @media (min-width: 992px){
        .col-md-gg {
          width: 100%;
        }}

        .col-md-gg {
          position: relative;
          min-height: 1px;
          padding-right: 15px;
          padding-left: 15px;
        }

        #portfoliolist .portfolio {
          width: 24%;
          margin-right: 1%;
          margin-bottom: 1%;
          float: left;
          overflow: hidden;
        }


        .portfolio-wrapper {
          overflow: hidden;
          position: relative !important;
          background: #666;
          cursor: pointer;
        }

        .portfolio-hover {
          position: relative;
          overflow: hidden;
        }


        .image-caption {
          position: absolute;
          top: 0;
          right: 0;
          background: rgba(0, 0, 0, 0.5);
          width: 100%;
          height: 100%;
          padding-top: 35%;
          display: none;
          text-align: center;
          color: #fff !important;
          z-index: 2;
        }

        .portfolio img {
          max-width: 100%;
          position: relative;
        }

        img {
          vertical-align: middle;
          border: 0;
        }

/**************************************/
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.fa-eye:before {
  content: "\f06e";
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*color: #86bc42;
  */
}

/*******************faculty table***********************/


.f-table {
  border-collapse: collapse;
  border-spacing: 0;

}

.f-table th, td {
  border: 1px solid black;
  font-size: 13px;
  padding : 10px 10px 10px 10px;
  text-align: center;
}

/*******************Start Search Form CSS at home page ***********************/

@media (min-width: 992px){
  .col-md-c {
    width: 66.66666667%;
  }
}

@media (min-width: 992px){
  .col-md-c {
    float: left;
  }
}
.col-md-c {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  top : -400px !important;
  z-index: 40;
  right: -10px;

}
.sap_tabs {
  background: rgba(0, 0, 0, 0.57);
  padding: 2em;
  border-radius: 4px;
  position: absolute;
  width: 273px;
}
.contact-info h2 {
  color: #FFF;
  font-size: 1.5em;
  margin: 0 0 1em 9px;
  font-weight: 100;
}

select {
  color: #2B2B2B!important;
  font-size: 12px;
  padding: 7px 33px 7px 7px;
  outline: none;
  border: none;
  background: url(../images/arrow.png) no-repeat 76% center #ffffff;
  border-radius: 0px;
  width: 200px;
  height: 36px;
}

@media (min-width: 768px){
  .col-sm-btn {
    width: 268px;
    padding: 12px 10px 10px 0px;
  }}

@media (min-width: 768px){
  .col-sm-btn {
    float: right;
  }}
.col-sm-btn {
  position: relative;
  min-height: 1px;
  padding-right: 7px;
  padding-left: 58px;
}




/******************* End Search Form CSS at home page ***********************/



/*------------------ Download link at home right side ----------*/
.sb-search {
  position: absolute;
  right: 0%;
  top: -420px;
  width: 0%;
  min-width: 40px;
  height: 243px;
  float: right;
  /*overflow: hidden;
  -webkit-transition: width 2s;
  -moz-transition: width 2s;
  transition: width 2s;*/
  -webkit-backface-visibility: hidden;
  z-index: 999;
}
.sb-search-input {
  position: fixed;
  top: -40px;
}

.sb-icon-search,.sb-search-submit  {
  width:40px;
  height:243px;
  display: inline;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height:71px;
  text-align: center;
  cursor: pointer;
}
.sb-icon-search {
  background: url('../../assets/download-slider/BROCHURE.png') no-repeat 14px 13px;
  z-index: 82;
  width: 54px;
  height: 250px;
  /*border-radius: 50%;*/
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
  width: 69%;
  /*height: 80px;*/
}

.download-text {
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
}

.download-text:hover {
  color: #86BC42;
}

.download-ul {
  padding: 13px 0px 13px 63px;
  background-color: #242C42;
  border-radius: 10px 10px 50px 10px;
  /*border-radius: 50px;*/
  /*height: 60px !important;*/
}


.download-ul li{
  line-height: normal;
}


/*------------------ Download link at home right side ----------*/




/*------------------ Download link at home right side ----------*/
.icon-course i{
  font-size: 20px;
  color: black;
  text-transform: uppercase;

}
