﻿/* ----------------------------------

Template Name: Edocom - Education & LMS Template
Author: validtemplate
Description:
Version: 1.0

Main Font    : Poppins
Main Color   : #ffb606

-------------------------------------

Table of contents
        
    01. Template default css
    02. Navbar
        - Navbar Default
        - Navbar Sticky
        - Navbar Transparent
        - Nav With Topbar
    03. Banner
    04. About Area
    05. Top Author
    06. Top Courses
    07. Registrationg Area
    08. Top Category
    09. Campus Environment
    10. Advisor
        - Carousel
        - Grid
        - Advisor Details
    11. Courses
        - Carousel
        - Grid
        - Courses Details
    12. Event
        - Flex
        - Grid
    13. Fun Factor
    14. Portfolio
        - Grid Colum
        - Masonary Colum
    15. Testimonials
    16. Blogta
        - Standard
        - Left Sidebar
        - Right Sidebar
    17. Concat Area
    18. Subscribe Form
    19. Error 404
    20. Footer
    21. PHP Contact Form
    22. Others

*/


/*
** General Styles for HTML tags
*/



/* Course Sidebar */

.course-details-area .sidebar-item {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.course-details-area .sidebar-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.course-details-area .sidebar-item h4 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
}

.course-details-area .sidebar-item h4::before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  height: 2px;
  width: 20px;
  background: #ffb606;
}

.course-details-area .sidebar-item.course-info img {
  margin-bottom: 15px;
}

.course-details-area .sidebar-item.course-info li {
  margin-bottom: 10px;
  text-transform: capitalize;
}

.course-details-area .sidebar-item.course-info li i {
  min-width: 28px;
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.course-details-area .sidebar-item.course-info li:last-child {
  margin-bottom: -5px;
}

.course-details-area .sidebar-item.course-info li span {
  color: #333d44;
}

.course-details-area .sidebar-item.category li {
  text-transform: capitalize;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  overflow: hidden;
}

.course-details-area .sidebar-item.category li span {
  float: right;
  padding: 0 15px;
  background: #f1f1f1;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
}

.course-details-area .sidebar-item.category li:last-child {
  margin-bottom: 0;
}

.course-details-area .sidebar-item.category li a {
  font-weight: 500;
}

.course-details-area .sidebar-item.similar-courses > ul > li {
  margin-bottom: 30px;
}

.course-details-area .sidebar-item.similar-courses > ul > li:last-child {
  margin-bottom: 0;
}

.course-details-area .sidebar-item.similar-courses li .thumb {
  width: 70px;
  height: 70px;
  display: table-cell;
  vertical-align: top;
}

.course-details-area .sidebar-item.similar-courses li .info {
  padding-left: 15px;
  display: table-cell;
  vertical-align: top;
}

.course-details-area .sidebar-item a:hover {
  color: #ffb606;
}

.course-details-area .sidebar-item.similar-courses li .info a {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  margin-top: -7px;
}

.course-details-area .sidebar-item.similar-courses li .info .meta {
  display: flex;
  align-items: center;
}

.course-details-area .sidebar-item.similar-courses li .info .meta span {
  margin: 0;
  font-weight: 600;
  display: inline-block;
  background: #fafafa;
  padding: 5px 16px;
  border-radius: 30px;
  font-size: 12px;
  border: 1px solid #dddddd;
  letter-spacing: 0.5px;
  margin-right: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

.course-details-area .sidebar-item.similar-courses li .info .meta i {
  color: #ffb606;
  font-size: 12px;
}

/* ============================================================== 
     # Campus Story
=================================================================== */

.campus-story-area {
  position: relative;
  z-index: 1;
}

.campus-story-area .heading h2 {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  margin-top: -8px;
}

.campus-story-area .content h4 {
  text-transform: uppercase;
  font-weight: 300;
  color: #ffb606;
  margin-bottom: 25px;
}

.campus-story-area .heading h2::before {
  position: absolute;
  margin-top: -1px;
  top: 50%;
  content: "";
  height: 2px;
  width: 30px;
  background: #ffb606;
  border-radius: 30px;
  right: -40px;
}

.campus-story-area .heading h2::after {
  position: absolute;
  margin-top: -1px;
  top: 50%;
  left: -40px;
  content: "";
  height: 2px;
  width: 30px;
  background: #ffb606;
  border-radius: 30px;
}

.campus-story-area .content a.video-play-button {
  position: inherit;
  left: 50%;
  right: auto;
  display: inline-block;
  margin-left: 40px;
  margin-top: 70px;
  margin-bottom: -25px;
}

.campus-story-area .content a.video-play-button i {
  line-height: 80px;
}

.campus-story-area .content.campus-carousel .owl-dots {
  margin-top: 20px;
  margin-bottom: -8px;
}

.campus-story-area .content.campus-carousel .owl-dots .owl-dot span {
  height: 10px;
  background: rgba(255, 255, 255, 0.7);
  width: 20px;
  margin: 0 5px;
  opacity: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.campus-story-area .content.campus-carousel .owl-dots .owl-dot.active span {
  background: #ffb606;
  width: 40px;
}


/* ============================================================== 
     # Countdown
=================================================================== */
.countdown .counter-item {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  padding: 0 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.countdown .counter-item span {
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  height: 100px;
  width: 100px;
  line-height: 105px;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50%;
  border: 1px dashed rgba(255, 255, 255, 0.5);
}

/* Registration */
.registration-area {
  position: relative;
  z-index: 1;
}

.registration-area .fixed-bg {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
}

.registration-area .countdown h2 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 25px;
  margin-top: -5px;
}

.registration-area .countdown h4 {
  margin-bottom: 25px;
  color: #ffb606;
  text-transform: uppercase;
}

.registration-area .counter-class {
  margin-top: 30px;
}

.reg-form form {
  padding: 80px 50px;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
}

.reg-form form h5 {
  display: inline-block;
  background: #ffb606;
  color: #333d44;
  padding: 12px 75px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  right: -55px;
  top: 20px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0;
}

.reg-form form input {
  border-radius: inherit;
  box-shadow: inherit;
  border: 1px solid #e7e7e7;
}

.reg-form form button {
  border: none;
  background: #333d44;
  padding: 10px 45px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
  color: #ffb606;
  letter-spacing: 0.6px;
  border-radius: 3px;
}

.registration-area .countdown ul > li {
  float: left;
  width: 50%;
  color: #cccccc;
  padding-left: 25px;
  position: relative;
  z-index: 1;
  margin-top: 10px;
}

.registration-area .countdown ul {
  overflow: hidden;
}

.registration-area .countdown ul > li::after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'themify';
  content: "\e64c";
  color: #ffb606;
}

/* Nice Select CSS */
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 15px;
  z-index: 1;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, 
.nice-select.open, 
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  width: 100%;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, 
.nice-select .option.focus, 
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}


/* ============================================================== 
     # Portfolio
=================================================================== */
.portfolio-area.default-padding {
  padding-bottom: 105px;
}

.portfolio-area .mix-item-menu {
  display: inline-block;
  margin-bottom: 15px;
}

.portfolio-area .mix-item-menu button {
  background-color: transparent;
  border: 1px solid transparent;
  color: #333d44;
  display: inline-block;
  font-family: "Poppins",sans-serif;
  font-weight: 600;
  margin: 0 2px 5px;
  padding: 8px 15px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.portfolio-area .mix-item-menu button.active,
.portfolio-area .mix-item-menu button:hover {
  border: 1px solid #e7e7e7;
}

.portfolio-area .pf-item {
  float: left;
  padding: 15px;
  width: 33.333%;
}

.portfolio-area .portfolio-items.col-2 .pf-item {
  width: 50%;
}

.portfolio-area .portfolio-items.col-4 .pf-item {
  width: 25%;
}

.portfolio-area .portfolio-items.col-6 .pf-item {
  width: 16.666%;
}

/* Portfolio Effect */

.portfolio-area .pf-item .item-effect {
  position: relative;
  z-index: 1;
}

.portfolio-area .pf-item .item-effect:after {
  content: "";
  position: absolute;
  background: #333d44;
  opacity: 0.7;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  transform: scaleX(0);
  transform-origin: 100% 50%;
  transition: transform 0.35s;
}

.portfolio-area .pf-item .item-effect:hover:after {
  transform: scaleX(1);
  transform-origin: 0 50%;
}

.portfolio-area .pf-item .item-effect .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
  opacity: 0;
  margin-top: 50px;
}

.portfolio-area .pf-item .item-effect .overlay a {
  display: inline-block;
  background: #ffffff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: #333d44;
  line-height: 40px;
  margin: 0 1px;
}

.portfolio-area .pf-item .item-effect .overlay h4 {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 15px;
}

.portfolio-area .pf-item .item-effect:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease-out;
  margin-top: 0;
}


/* ============================================================== 
     # Advisor Details
=================================================================== */

.advisor-details-area .content {
  padding-left: 35px;
}

.advisor-details-area .advisor-info .course-info-list {
  overflow: hidden;
}

.advisor-details-area .advisor-info .course-info-list > ul {
  display: flex;
}

.advisor-details-area .advisor-info .course-info-list > ul li {
  padding-right: 30px;
  position: relative;
  z-index: 1;
  margin-right: 30px;
  border-right: 1px solid #e7e7e7;
}

.advisor-details-area .advisor-info .course-info-list > ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border: none;
}

.advisor-details-area .advisor-info li img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.advisor-details-area .advisor-info li:last-child::after {
  border: none;
}

.advisor-details-area .tab-content .info p:last-child {
  margin-bottom: 0;
}

.advisor-details-area .advisor-info li h4 {
  text-transform: uppercase;
  font-weight: 600;
}

.advisor-details-area .advisor-info li h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}

.advisor-details-area .advisor-info li h2 {
  font-weight: 700;
  color: #ffb606;
}

.advisor-details-area .advisor-info li span {
  position: relative;
  display: inline-block;
  top: -5px;
}

.advisor-details-area .advisor-info li.advisor-bio {
  display: flex;
  align-items: center;
  text-align: left;
}

.advisor-details-area .advisor-info li.advisor-bio .info {
  padding-left: 15px;
}

.advisor-details-area .advisor-info .content .nav-pills li a {
  background: #f1f1f1;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
  border-radius: inherit;
  padding: 8px 30px;
}

.advisor-details-area .advisor-info .content .nav-pills {
  margin-top: 30px;
  margin-bottom: 20px;
}

.advisor-details-area .advisor-info .content .nav-pills li {
  margin-right: 5px;
}

.advisor-details-area .advisor-info .content .nav-pills li.active a {
  background: #ffb606;
  color: #333d44;
}

.advisor-details-area .advisor-info .content form input, 
.advisor-details-area .advisor-info .content form textarea {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
}

.advisor-details-area .advisor-info .content form textarea {
  min-height: 150px;
  padding-top: 20px;
}

.advisor-details-area .advisor-info .content form button {
  font-family: 'Open Sans', sans-serif;
  border: 2px solid #333d44;
  background: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 40px;
  border-radius: 30px;
  transition: all 0.35s ease-in-out;
}

.advisor-details-area .advisor-info .content form button:hover {
  background: #333d44;
  border: 2px solid #333d44;
  color: #ffb606;
}

.advisor-details-area .advisor-info .content form img.loader {
  margin-left: 5px;
}

.advisor-details-area table {
  margin-top: -10px;
  margin-bottom: 0;
}

.advisor-details-area table thead tr th {
  padding: 20px 15px;
}

.advisor-details-area table tr td {
  padding: 15px;
}

.advisor-details-area table thead {
  font-family: 'Open Sans', sans-serif;
  color: #333d44;
}

.advisor-details-area .advisor-info .thumb {
  position: relative;
  z-index: 1;
}

.advisor-details-area .advisor-info .thumb .info {
  padding: 30px;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-top: 2px solid #ffb606;
}

.advisor-details-area .advisor-info .thumb .info ul {
  border-top: 1px solid #e7e7e7;
  padding-top: 25px;
}

.advisor-details-area .advisor-info .thumb .info li {
  display: inline-block;
  margin: 0 3px;
}

.advisor-details-area .advisor-info .thumb .info h4 {
  text-transform: uppercase;
  font-weight: 600;
}

.advisor-details-area .advisor-info .thumb .info li a {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #ffffff;
  border-radius: 50%;
}

.advisor-details-area .advisor-info .thumb .info li.facebook a {
  background: #3B5998;
}

.advisor-details-area .advisor-info .thumb .info li.twitter a {
  background: #1DA1F2;
}

.advisor-details-area .advisor-info .thumb .info li.pinterest a {
  background: #BD081C;
}

.advisor-details-area .advisor-info .thumb .info li.g-plus a {
  background: #DB4437;
}

.advisor-details-area .advisor-info .thumb .info li.linkedin a {
  background: #0077B5;
}

.advisor-details-area .advisor-info .thumb .info li.youtube a {
  background: #c4302b;
}

.advisor-details-area .advisor-info .thumb .info li.dribbble a {
  background: #ea4c89;
}


/* ============================================================== 
     # Advisor
=================================================================== */

.advisor-area .advisor-items .single-item {
  margin-bottom: 30px;
}

.advisor-area .advisor-items .item {
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 5px;
}

.advisor-area .advisor-items .item .thumb {
  padding: 7px;
}

.advisor-area .advisor-items .item .thumb img {
  /*box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);*/
  /*padding: 5px;*/
  /*border-radius: 50%;*/
}

.advisor-area .advisor-items.col-3 .item .thumb img {
  /*height: 200px;
  width: 200px;*/
  margin: auto;
}

.advisor-area .advisor-items .item .thumb ul {
  margin-bottom: -5px;
  margin-top: 25px;
}

.advisor-area .advisor-items .item .thumb ul li {
  display: inline-block;
  margin-right: 15px;
}

.advisor-area .advisor-items .item .thumb ul li a {
  display: inline-block;
}

.advisor-area .advisor-items .item .thumb ul li.facebook a {
  color: #3B5998;
}

.advisor-area .advisor-items .item .thumb ul li.twitter a {
  color: #1DA1F2;
}

.advisor-area .advisor-items .item .thumb ul li.pinterest a {
  color: #BD081C;
}

.advisor-area .advisor-items .item .thumb ul li.g-plus a {
  color: #DB4437;
}

.advisor-area .advisor-items .item .thumb ul li.linkedin a {
  color: #0077B5;
}

.advisor-area .advisor-items .item .thumb ul li.youtube a {
  color: #c4302b;
}

.advisor-area .advisor-items .item .thumb ul li.dribbble a {
  color: #ea4c89;
}

.advisor-area .advisor-items .item .info {
  padding: 30px;
  border-top: 1px solid #e7e7e7;
}

.advisor-area .advisor-items .item .info {
  padding: 14px;
  background: #333d44 none repeat scroll 0 0;
  border-radius: 0 0 5px 5px;
}

.advisor-area .advisor-items .item .info h4 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 300;
}

.advisor-area .advisor-items .item .info span {
  color: #ffb606;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: 10px;
  /*font-size: 20px;*/
  font-size: 12px;
}

.advisor-area .advisor-items.advisor-carousel .owl-dots {
  margin-top: 20px;
  margin-bottom: -8px;
}

.advisor-area .advisor-items.advisor-carousel .owl-dots .owl-dot span {
  height: 10px;
  background: #333d44;
  width: 20px;
  margin: 0 5px;
  opacity: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.advisor-area .advisor-items.advisor-carousel .owl-dots .owl-dot.active span {
  background: #ffb606;
  width: 40px;
}

/* ============================================================== 
     # Event
=================================================================== */

.event-area.flex-less .event-items .item {
  display: block;
}

.event-area.flex-less .event-items .equal-height {
  margin-bottom: 30px;
}

.event-area .event-items .item {
  display: flex;
  box-shadow: 0 0 10px #cccccc;
  margin-bottom: 30px;
}

.event-area .event-items .item:last-child {
  margin-bottom: 0;
}

.event-area .event-items .item .thumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.event-area .event-items .item .info-box {
  padding: 50px 35px;
  display: flex;
}

.event-area .event-items .item .info-box .date {
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  min-width: 75px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: -3px;
}

.event-area .event-items .item .info-box .date strong {
  font-size: 60px;
  font-weight: 800;
  line-height: 1;
  color: #ffb606;
  display: block;
}

.event-area .event-items .item .info-box .content {
  padding-left: 30px;
  margin-left: 30px;
  position: relative;
  z-index: 1;
}

.event-area .event-items .item .info-box .content::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 80px;
  width: 1px;
  background: #e7e7e7;
}

.event-area .event-items .item .info-box .content h4 {
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1.4;
  margin-top: -3px;
}

.event-area .event-items .item .info-box .content a:hover {
  color: #ffb606;
}

.event-area .event-items .item .info-box .content ul li {
  display: inline-block;
  margin-right: 12px;
  padding-right: 15px;
  position: relative;
  z-index: 1;
}

.event-area .event-items .item .info-box .content ul li i {
  color: #ffb606;
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

i.fas.fa-clock {
  font-weight: 500;
}

.event-area .event-items .item .info-box .content ul li::after {
  position: absolute;
  right: 0;
  top: 5px;
  content: "";
  height: 20px;
  width: 1px;
  background: #e7e7e7;
}

.event-area .event-items .item .info-box .content ul {
  margin-bottom: 15px;
}

.event-area .event-items .item .info-box .content ul li:last-child {
  margin: 0;
  padding: 0;
}

.event-area .event-items .item .info-box .content ul li:last-child::after {
  display: none;
}

.event-area .event-items .item .info-box .content .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 25px;
}

.event-area .event-items .item .info-box .content .bottom a:last-child {
  text-transform: capitalize;
  font-weight: 600;
}

.event-area .event-items .item .info-box .content .bottom a:last-child i {
  color: #ffb606;
  margin-right: 5px;
}

.event-area .more-btn {
  margin-top: 50px;
  float: left;
  width: 100%;
}

.event-area.flex-less .more-btn {
  margin-top: 20px;
}


/* ============================================================== 
     # Category
=================================================================== */
.category-area .category-items {
  border: 1px solid #e7e7e7;
  overflow: hidden;
  background: #ffffff;
}

.category-area .category-items .equal-height {
  padding: 0;
  position: relative;
  z-index: 1;
}

.category-area .category-items .equal-height::after {
  position: absolute;
  right: -1px;
  top: 0;
  content: "";
  height: 100%;
  width: 1px;
  background: #e7e7e7;
}

.category-area .category-items .equal-height::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  content: "";
  height: 1px;
  width: 100%;
  background: #e7e7e7;
}

.category-area .category-items .equal-height .item {
  overflow: hidden;
}

.category-area .category-items .equal-height a {
  display: block;
  padding: 50px 30px;
  padding-left: 45px;
  position: relative;
  z-index: 1;
}

.category-area .category-items .equal-height a i,
.category-area .category-items .equal-height a h5,
.category-area .category-items .equal-height a p,
.category-area .category-items .equal-height a span {
  transition: all 0.35s ease-in-out;
}

.category-area .category-items .equal-height a:hover i,
.category-area .category-items .equal-height a:hover h5,
.category-area .category-items .equal-height a:hover p {
  color: #ffffff !important;
}

.category-area .category-items .equal-height a:hover span {
  background: #ffffff;
}

.category-area .category-items .equal-height a::after {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.category-area .category-items .equal-height a:hover::after {
  left: 0;
}

.category-area .category-items .equal-height .item.mariner a::after {
  background: #307ad5;
}

.category-area .category-items .equal-height .item.java a::after {
  background: #1ec1d9;
}

.category-area .category-items .equal-height .item.malachite a::after {
  background: #10c45c;
}

.category-area .category-items .equal-height .item.brilliantrose a::after {
  background: #e948ae;
}

.category-area .category-items .equal-height .item.Gandhi a::after {
  background: #25726b;
}

.category-area .category-items .equal-height .item.Green a::after {
  background: #7d78cd;
}
.category-area .category-items .equal-height .item.casablanca a::after {
  background: #f9bd44;
}

.category-area .category-items .equal-height .item.emerald a::after {
  background: #47c58e;
}

.category-area .category-items .equal-height .item.cinnabar a::after {
  background: #e84b3a;
}

.top-cat-area .top-cat-items.inc-bg-color .item.plum a::after {
  background: #92278f;
}

.category-area .category-items .equal-height .item-box {
  display: flex;
}

.category-area .category-items .equal-height .item-box .icon i {
  display: inline-block;
  font-size: 60px;
}

/* Category BG Color */

.category-area .category-items .equal-height .item.mariner a i {
  color: #307ad5;
}

.category-area .category-items .equal-height .item.java a i {
  color: #1ec1d9;
}

.category-area .category-items .equal-height .item.malachite a i {
  color: #a52a2a;
}

.category-area .category-items .equal-height .item.brilliantrose a i {
  color: #e948ae;
}

.category-area .category-items .equal-height .item.casablanca a i {
  color: #f9bd44;
}

.category-area .category-items .equal-height .item.emerald a i {
  color: #47c58e;
}

.category-area .category-items .equal-height .item.cinnabar a i {
  color: #e84b3a;
}

.top-cat-area .top-cat-items.inc-bg-color .item.plum a i {
  color: #92278f;
}

.category-area .category-items .equal-height .item-box .info {
  padding-left: 19px;
}

.category-area .category-items .equal-height .item-box .info h5 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
}

.category-area .category-items .equal-height .item-box .info p {
  text-transform: capitalize;
  margin-bottom: 18px;
}

.category-area .category-items .equal-height .item-box .info p strong {
  /*padding-left: 10px;
  margin-left: 8px;*/
  /*border-left: 1px solid #e7e7e7;*/
  font-weight: 600;
}

.category-area .category-items .equal-height a span {
  display: inline-block;
  padding: 2px 25px;
  font-weight: 600;
  background: #e9edf7;
  /*background:#ffb606;*/

  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}


.category-area .category-items .equal-height a:hover span {
    display: inline-block;
    padding: 2px 25px;
    font-weight: 600;
    /*background: #e9edf7;*/
     background: #ffb606; 
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}




/* ============================================================== 
     # Testimonials
=================================================================== */

.testimonials-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonials-area .fixed-bg {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center center;
}

.testimonials-area .testimonial-items .item {
  background: #ffffff;
  border: 5px dashed rgba(255, 255, 255, 0.5);
  padding: 50px;
  box-shadow: 1px 4px 20px -2px rgba(0,0,0,0.1);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.testimonials-area .testimonial-items .item span {
  display: block;
}

.testimonials-area .testimonial-items .item img {
  height: 70px;
  width: 70px;
  margin: 15px auto auto;
  border-radius: 50%;
  padding: 2px;
  background: #ffffff;
  box-shadow: 0 0 10px #cccccc;
}

.testimonials-area .testimonial-items .item h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonials-area .testimonial-items .item .icon {
  position: absolute;
  right: -50px;
  top: -50px;
  height: 100px;
  width: 100px;
  background: #ffb606;
  transform: rotate(45deg);
}

.testimonials-area .testimonial-items .item .icon i {
  position: absolute;
  left: 40px;
  top: 70px;
  transform: rotate(-45deg);
  color: #333d44;
  font-size: 20px;
}

.testimonials-area .testimonial-items .item .author {
  padding-top: 25px;
  margin-top: 25px;
  position: relative;
  z-index: 1;
}

.testimonials-area .testimonial-items .item .author::after {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  height: 1px;
  width: 50%;
  background: #e7e7e7;
  margin-left: -25%;
}

.testimonials-area .testimonial-items .item .rating i {
  color: #ffb606;
}

.testimonials-area .testimonial-items.testimonial-carousel .owl-dots {
  margin-top: 20px;
  margin-bottom: -8px;
}

.testimonials-area .testimonial-items.testimonial-carousel .owl-dots .owl-dot span {
  height: 10px;
  background: #333d44;
  width: 20px;
  margin: 0 5px;
  opacity: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.testimonials-area .testimonial-items.testimonial-carousel .owl-dots .owl-dot.active span {
  background: #ffb606;
  width: 40px;
}

/* ============================================================== 
     # Fun Fact
=================================================================== */

.fun-factor-area .fun-fact .info span {
  display: block;
}

.fun-factor-area .fun-fact .info {
  margin-top: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #000000;
}

.fun-factor-area .fun-fact .icon i {
  display: inline-block;
  font-size: 40px;
  color: #ffb606;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
}



.fun-factor-area .fun-fact .icon img {
    display: inline-block;
    font-size: 40px;
    color: #ffb606;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.fun-factor-area .fun-fact .info .timer {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.6px;
  font-weight: 700;
}

.fun-factor-area .fun-fact .info .medium {
  margin-top: 10px;
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size:20px;
}

.fun-factor-area .item:last-child {
  border: none;
}


/* ============================================================== 
     # Newsletter
=================================================================== */

.newsletter-area.fixed .newsletter-area .subscribe-items {
  display: none;
}

.newsletter-area.fixed .subscribe-items {
  position: relative;
  bottom: -110px;
  margin-top: -110px;
}

.newsletter-area .left-info {
  padding-right: 35px;
}

.newsletter-area form {
  min-width: 100%;
}

.newsletter-area .row {
  display: flex;
  align-items: center;
}

.newsletter-area form .input-group {
  width: 100%;
  position: relative;
}

.newsletter-area h2,
.newsletter-area h3,
.newsletter-area h4 {
  font-weight: 600;
}

.newsletter-area p {
  margin: 0;
  color: #333d44;
}

.newsletter-area form input {
  border: none;
  min-height: 60px;
  border-radius: 30px !important;
  padding-left: 20px;
}

.newsletter-area form .input-group button {
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
  min-height: 50px;
  z-index: 9;
  background: #333d44 none repeat scroll 0 0;
  padding: 0 30px;
  border-radius: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}

.newsletter-area .subscribe-items {
  border-radius: 5px;
  padding: 50px;
}

.newsletter-area .subscribe-items::after {
  border-radius: 5px;
}

.newsletter-area .info-box {
  display: flex;
  align-items: center;
}

.newsletter-area .info-box i {
  display: inline-block;
  font-size: 50px;
  color: #ffb606;
  height: 120px;
  width: 120px;
  line-height: 120px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.newsletter-area .info-box .icon {
  padding-right: 25px;
}


/* ============================================================== 
     # Blog
=================================================================== */

.blog-area.full-blog .single-item {
  margin-bottom: 50px;
}

.blog-area.full-blog .single-item:last-child {
  margin-bottom: 0;
}

/*@media only screen and (max-width: 479px) {
   .blog-area.full-blog .single-item:last-child {
  margin-bottom: 0;
  width:71%;
}*/

.blog-area .single-item {
  margin-bottom: 30px;
}

.blog-area .blog-items .single-item .item {
  box-shadow: 0 0 10px #cccccc;
}

.blog-area .info .meta {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 25px;
  padding: 15px 30px;
  background: #fafafa;
}

.blog-area .info .meta ul li {
  display: inline-block;
  margin-right: 15px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
}

.blog-area .blog-items .thumb {
  position: relative;
  z-index: 1;
  text-align: center;
}

.blog-area .blog-items .thumb .tags {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
}

.blog-area .thumb .tags a {
  display: inline-block;
  background: #ffffff;
  padding: 1px 20px;
  font-weight: 600;
  font-size: 12px;
  border-radius: 30px;
  margin-right: 2px;
}

.blog-area .info .content .tags a {
  text-decoration: underline;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 500;
  color: #333d44;
}

.blog-area .info .content .tags a:hover {
  color: #ffb606;
}

.blog-area .info .content .tags {
  margin-bottom: 15px;
  margin-top: -5px;
}

.blog-area .info .content .tags.share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-area .info .content .tags .social-share ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-area .info .content .tags .social-share ul > i {
  color: #333d44;
}

.blog-area .info .content .tags .social-share ul li a {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 0;
}

.blog-area .info .content .tags .social-share ul li.facebook a {
  color: #3B5998;
}

.blog-area .info .content .tags .social-share ul li.twitter a {
  color: #1DA1F2;
}

.blog-area .info .content .tags .social-share ul li.pinterest a {
  color: #BD081C;
}

.blog-area .info .content .tags .social-share ul li.g-plus a {
  color: #DB4437;
}

.blog-area .info .content .tags .social-share ul li.linkedin a {
  color: #0077B5;
}

.blog-area .info .content .tags .social-share ul li.youtube a {
  color: #c4302b;
}

.blog-area .info .content .tags .social-share ul li.dribbble a {
  color: #ea4c89;
}

.blog-area .info .content {
  padding: 30px;
}

.blog-area .info .meta ul li i {
  color: #ffb606;
  margin-right: 5px;
}

.blog-area .info .meta ul li a {
  color: #333d44;
}

.blog-area .info h2,
.blog-area .info h3,
.blog-area .info h4 {
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.4;
}

.blog-area .info h2 a:hover,
.blog-area .info h3 a:hover,
.blog-area .info h4 a:hover {
  color: #5b757c;/*#ffb606;*/

}

.blog-area .info .content > a {
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  padding: 8px 40px;
  border: 2px solid #ffb606;
  color: #333d44;
  margin-top: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-bottom: -8px;
  border-radius: 30px;
}

.blog-area .info .content > a i {
  margin-right: 5px;
  font-size: 10px;
  position: relative;
  top: -1px;
}

.blog-area .info .content > a::after {
  position: absolute;
  left: -100%;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffb606;
  z-index: -1;
  transition: all 0.35s ease-in-out;
}

.blog-area .info .content > a:hover::after {
  left: 0;
}

/* Pagination */

.blog-area .pagi-area {
  text-align: center;
  margin-top: 50px;
}

.blog-area .pagination {
  margin-bottom: -20px;
  margin-top: 0;
}

.blog-area .pagination li a {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 15px 20px;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  border-radius: 5px !important;
  text-transform: capitalize;
  font-weight: 600;
  color: #333d44;
}

.blog-area .pagination li.active a, 
.blog-area .pagination li a:hover {
  border-color: transparent;
  color: #ffffff;
  background: #ffb606;
}

/* Sidebar */

.blog-area.left-sidebar .blog-content {
  float: right;
}

.blog-area.left-sidebar .sidebar {
  padding-right: 35px;
}

.blog-area.right-sidebar .sidebar {
  padding-left: 35px;
}

.blog-area .sidebar .title {
  display: block;
}

.blog-area .sidebar .title h4 {
  font-weight: 600;
  margin-bottom: 30px;
  margin-top: -5px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.blog-area .sidebar .title h4::before {
  background: #ffb606 none repeat scroll 0 0;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
  z-index: -1;
}

.blog-area .sidebar input[type="text"] {
  border: 1px solid #e7e7e7;
  border-radius: inherit;
  box-shadow: inherit;
  min-height: 60px;
}

.blog-area .sidebar form {
  position: relative;
}

.blog-area .sidebar input[type="submit"] {
  background: #333d44;
  border: medium none;
  color: #ffffff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
  padding: 0 25px;
  position: absolute;
  right: 5px;
  text-transform: uppercase;
  top: 5px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.blog-area .sidebar input[type="submit"]:hover {
  background: #ffb606 none repeat scroll 0 0;
}

.blog-area .sidebar .sidebar-item {
  float: left;
  margin-bottom: 50px;
  /*width: 100%;*/
  padding: 30px;
  border: 1px solid #e7e7e7;
}

.blog-area .sidebar .sidebar-item:last-child {
  margin-bottom: 0;
}

.blog-area .sidebar .sidebar-item.category .sidebar-info, 
.blog-area .sidebar .sidebar-item.archives .sidebar-info {
  margin-top: -5px;
}

/*.blog-area .sidebar .sidebar-item.category li {
  display: block;
  padding: 8px 0;
  position: relative;
}*/

.blog-area .sidebar .sidebar-item.category li {
  display: block;
    padding: 8px 0;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    background-color:#8c4c5a;



}

.blog-area .sidebar .sidebar-item.category li:hover {
    display: block;
    padding: 8px 0;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    background-color: #1A3B61;
    color: #ffb606 !important;
}
.blog-area .sidebar .sidebar-item.category li:last-child:hover {
    display: block;
    padding: 8px 0;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    background-color: #1A3B61;
    color: #ffb606 !important;
}






    .blog-area .sidebar .sidebar-item.category li {
        color: #ffb606 !important;
    }
    .blog-area .sidebar .sidebar-item.category li a:hover {

        color: #ffb606 !important;
            /*color: #002147 !important;*/
    }


.blog-area .sidebar .sidebar-item.category li a {
  /*display: inline-block;
  text-transform: capitalize;
  padding-left: 25px;
  font-size: 14px;
  font-weight: 400;*/


      display: inline-block;
    text-transform: uppercase;
    padding-left: 25px;
    font-size: 15px;
    font-weight: 600;
}

.blog-area .sidebar .sidebar-item.category .active{
    background-color: #002147 !important;
    color: #ffffff !important;
}

.blog-area .sidebar .sidebar-item.category .active a{
    color: #fdc800 !important;
}

.blog-area .sidebar .sidebar-item li a:hover {
  color: #ffb606;
}

/*.blog-area .sidebar-item.category ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\e639";
  font-family: "themify";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
  top: 10px;
}*/

.blog-area .sidebar .sidebar-item.category li a span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333d44;
  font-weight: 500;
  padding: 0 10px;
  position: absolute;
  right: 0;
  background: #f1f1f1;
  top: 10px;
  min-width: 40px;
  display: inline-block;
  text-align: center;
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
  top: 0;
}

/*.blog-area .sidebar .sidebar-item.category li:first-child {
  margin-top: 0;
  padding-top: 0;
}*/


.blog-area .sidebar .sidebar-item.category li:first-child {
      margin-top: 0;
    /* padding-top: 0; */
    border: 1px solid #e2dddd;
}


.blog-area .sidebar .sidebar-item.category li:first-child a::after {
  top: 0;
}

/*.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
  margin-bottom: 0;
  padding-bottom: 0;
}*/

.blog-area .sidebar .sidebar-item.category li:last-child {
  border: medium none;
    margin-bottom: 0;
    /* padding-bottom: 0; */
    border: 1px solid #ccc;
    background-color:#8c4c5a; /*#8c4c5a;*/
    
}

.sidebar-item.recent-post li a {
  color: #333333;
  display: block;
  font-weight: 600;
}

.sidebar-item.recent-post li a:last-child {
  display: inline-block;
  font-weight: 300;
}

.sidebar-item.recent-post .meta-title {
  color: #999999;
  font-family: 'Open Sans', sans-serif;
  margin-top: 5px;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.sidebar-item.recent-post li a:hover {
  color: #ffb606;
}

.color-yellow .sidebar-item.recent-post li a:hover {
  color: #ff9800;
}

.sidebar-item.recent-post li a span {
  display: inline-block;
  color: #232323;
}

.sidebar-item.recent-post li span {
  display: inline-block;
}

.sidebar-item.recent-post .meta-title a {
  color: #999999;
}

.sidebar-item.recent-post li {
  color: #cdd0d3;
}

.sidebar-item.recent-post li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.sidebar-item.recent-post li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.sidebar-item.recent-post li:last-child {
  margin: 0;
}

.sidebar-item.recent-post li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

.sidebar-item.recent-post .thumb img {
  /*width: 100%;*/
}

.sidebar-item.recent-post li .info {
  box-shadow: inherit;
  color: #837f7e;
  display: table-cell;
  line-height: 26px;
  padding: 0 0 0 20px;
  vertical-align: top;
}

.blog-area .sidebar-item.gallery ul {
  margin: -7px;
  overflow: hidden;
}

.sidebar-item.gallery ul li {
  box-sizing: border-box;
  float: left;
  padding: 7px;
  width: 33.333%;
}

.sidebar-item.gallery ul li img {
  min-height: 70px;
  /*width: 100%;*/
}

.sidebar-item.archives ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.sidebar-item.archives ul li:last-child {
  margin-bottom: 0;
}

.sidebar-item.archives ul li a {
  color: #333d44;
  display: inline-block;
  font-weight: 500;
  text-transform: capitalize;
  z-index: 1;
  padding-left: 25px;
  font-size: 14px;
}

.sidebar-item.archives ul li a::after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "\e639";
  font-family: "themify";
  height: 8px;
  left: 0;
  position: absolute;
  width: 8px;
}

.sidebar-item.social-sidebar li {
  display: inline-block;
  float: left;
  margin-right: 5px;
}

.sidebar-item.social-sidebar li a {
  background: #232323 none repeat scroll 0 0;
  border: medium none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  margin-bottom: 5px;
  text-align: center;
  width: 45px;
}

.sidebar-item.social-sidebar li a:hover {
  color: #ffffff !important;
}

.sidebar-item.social-sidebar li.facebook a {
  background: #3B5998 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.twitter a {
  background: #1DA1F2 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.pinterest a {
  background: #BD081C none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.g-plus a {
  background: #DB4437 none repeat scroll 0 0;
}

.sidebar-item.social-sidebar li.linkedin a {
  background: #0077B5 none repeat scroll 0 0;
}

.sidebar-item.tags ul {
  margin-top: -8px;
}

.sidebar-item.tags ul li {
  display: inline-block;
}

.sidebar-item.tags ul li a {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-weight: 600;
  margin-top: 8px;
  margin-right: 5px;
  padding: 7px 20px;
  text-transform: capitalize;
  font-size: 13px;
  background: #fafafa;
}

.sidebar-item.tags ul li a:hover {
  color: #ffb606;
}


/* Blog Single */
.blog-area.single .item .content-box span {
  background: #ffb606 none repeat scroll 0 0;
  color: #ffffff;
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 3px 20px;
  text-transform: uppercase;
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
  font-weight: 500;
}

.blog-area.single .content-box .cats {
  float: left;
  margin-right: 5px;
}

.blog-area.single .content-box .meta .date {
  float: right;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-area.single .content-box .meta {
  overflow: hidden;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

.blog-area.single .content-box .cats a:last-child::after {
  display: none;
}

.blog-area.single .item {
  margin-bottom: 0;
}

.blog-area .item blockquote {
  background: #f6f6f6 none repeat scroll 0 0;
  border-color: #ffb606;
  color: #414141;
  font-size: 15px;
  padding: 30px;
  position: relative;
  z-index: 1;
  border-width: 3px;
}

.blog-area .item blockquote p {
  margin: 0;
  position: relative;
  z-index: 1;
  font-style: italic;
  line-height: 28px;
}

.author-bio {
  display: block;
  margin-top: 30px;
  width: 100%;
}

.author-bio .avatar {
  display: table-cell;
  vertical-align: top;
  width: 200px;
}

.author-bio .content {
  display: table-cell;
  padding: 0 0 0 30px;
  vertical-align: middle;
}

.author-bio .content p {
  margin: 0;
  position: relative;
  z-index: 1;
  padding-top: 5px;
}

.author-bio .content p::after {
  content: ",,";
  font-family: "Times New Roman";
  font-size: 60px;
  left: 0;
  letter-spacing: -4px;
  opacity: 0.5;
  position: absolute;
  top: 0;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.author-bio .content h4 {
  font-weight: 500;
  margin-bottom: 0;
  margin-top: 15px;
  text-transform: uppercase;
}

.blog-area.single .post-pagi-area {
  background: #f9f9f9 none repeat scroll 0 0;
  margin-top: 30px;
  overflow: hidden;
  padding: 15px;
}

.blog-area.single .post-pagi-area a {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.blog-area.single .post-pagi-area a:hover {
  color: #ffb606;
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
  color: #ff9800;
}

.blog-area.single .post-pagi-area a:last-child {
  float: right;
}

.blog-area.single .post-pagi-area a:first-child i {
  margin-right: 3px;
}

.blog-area.single .post-pagi-area a:last-child i {
  margin-left: 3px;
}

.comments-area .commen-item .comments-info p {
  display: block;
  margin: 0;
}

.blog-area .contact-comments .submit {
  margin-bottom: 0;
}

.blog-area.single .post-tags a:hover {
  color: #ffb606;
}

.blog-area.single.color-yellow .post-tags a:hover {
  color: #ff9800;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
 /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Comments */

.blog-area .comments-form {
  margin-top: 25px;
}

.comments-list .commen-item .avatar {
  float: left;
  height: 105px;
  width: 105px;
}

.comments-list .commen-item .content {
  display: table-cell;
  vertical-align: top;
}

.comments-list .commen-item .avatar img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 0 0 10px #cccccc;
}

.comments-list .commen-item {
  margin-bottom: 25px;
}

.comments-list .commen-item:last-child {
  margin-bottom: 0;
}

.comments-list .commen-item.reply {
  padding-left: 80px;
}

.comments-area {
  margin-top: 40px;
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
  border-bottom: 1px solid #e2e2e2;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.comments-list .commen-item .content h3, 
.comments-list .commen-item .content h4, 
.comments-list .commen-item .content h5 {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}

.comments-list .commen-item .content .title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.comments-list .commen-item .content .title span {
  border-left: 1px solid #e7e7e7;
  padding-left: 15px;
  margin-left: 15px;
}

.comments-info a {
  border: 1px solid #e7e7e7;
  color: #232323;
  display: inline-block;
  font-size: 12px;
  margin-top: 5px;
  padding: 1px 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.comments-info a:hover {
  color: #ffb606;
}

.color-yellow .comments-info a:hover {
  color: #ff9800;
}

.comments-info a i {
  margin-right: 10px;
}

.comments-form input, 
.comments-form textarea {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e7e7e7;
  border-image: none;
  border-radius: inherit;
  border-style: none none solid;
  border-width: medium medium 1px;
  box-shadow: inherit;
}

.comments-form textarea {
  min-height: 180px;
  padding: 15px;
}

.blog-area.full-blog.single-blog .form-group.submit {
  margin-bottom: 0;
}

.comments-form button {
  background-color: #333d44;
  border: 1px solid transparent;
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat",sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 20px;
  border-radius: 5px;
  padding: 12px 40px;
  text-transform: uppercase;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}

.comments-form button:hover {
  color: #333d44;
  background-color: #ffb606;
  border: 1px solid transparent;
}

.comments-area .commen-item .comments-info {
  margin-bottom: 15px;
}

.comments-form .title h2, 
.comments-form .title h3, 
.comments-form .title h4 {
  border-bottom: 1px solid #e7e7e7;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 25px;
  text-transform: uppercase;
}

.blog-area .contact-comments .comments {
  margin-top: 20px;
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
  float: left;
  padding: 0 15px;
}

/* ============================================================== 
     # Contact
=================================================================== */
.contact-info-area .contact-info {
  margin-bottom: 50px;
  padding: 50px 0;
  border-bottom: 1px solid #e7e7e7;
  background: #fafafa;
  position: relative;
  z-index: 1;
}

.contact-info-area .contact-info::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background: url(assets/img/dotted-bg.png);
  height: 100%;
  width: 100%;
  z-index: -1;
}

.contact-info-area .contact-info i {
  display: inline-block;
  height: 100px;
  width: 100px;
  line-height: 100px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border-radius: 50%;
  margin-bottom: 25px;
  font-size: 45px;
  color: #ffb606;
  background: #ffffff;
}

.contact-info-area .contact-info h4 {
  text-transform: capitalize;
  font-weight: 600;
}

.contact-bottom-info h3,
.contact-bottom-info h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px;
}

.contact-bottom-info iframe {
  width: 100%;
  height: 400px;
  margin-bottom: -10px;
}

.contact-bottom-info .google-maps {
  overflow: hidden;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  background: #ffffff;
  border: 10px solid #ffffff;
}

.contact-bottom-info .form {
  padding-left: 35px;
}

.contact-bottom-info .form input, .contact-bottom-info .form textarea {
  border: 1px solid #e7e7e7;
  box-shadow: inherit;
  border-radius: inherit;
}

.contact-bottom-info .form textarea {
  min-height: 160px;
  padding-top: 15px;
}

.contact-bottom-info .form button {
  border: 2px solid #e7e7e7;
  padding: 10px 35px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffb606;
  background: transparent;
  border-radius: 5px;
}

.contact-bottom-info img.loader {
  margin-left: 5px;
}

/* ============================================================== 
     # Login
=================================================================== */
.login-area form {
    padding: 50px;
    border: 1px solid #ffb606;
    overflow: hidden;
    background: #e7e7e7;
    margin: 0 30px;
}

.login-area .login-custom .heading {
  text-align: center;
}

.login-area .login-custom h4 {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: uppercase;
    display: inline-block;
    background: #333d44 none repeat scroll 0 0;
    padding: 10px 35px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 16px;
}

.login-area .login-custom i {
  margin-right: 5px;
}

form.white-popup-block label {
    float: left;
}

form.white-popup-block label input {
    float: left;
    margin-right: 5px;
    min-height: 20px;
}

form.white-popup-block .lost-pass-link {
    float: right;
}

form.white-popup-block input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
}

form.white-popup-block button[type="submit"] {
    background: #ffb606 none repeat scroll 0 0;
    border: medium none;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-weight: 600;
    margin-top: 10px;
    padding: 8px 50px;
    text-transform: uppercase;
    color: #232323;
}

form.white-popup-block .link-bottom {
    display: block;
    float: left;
    margin-bottom: 0;
    width: 100%;
    border-top: 1px solid #333d44;
    margin-top: 30px;
    padding-top: 25px;
}


form.white-popup-block li {
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

form.white-popup-block li a {
  background: #333d44 none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.login-area .login-social {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.login-area .login-social h4 {
    font-weight: 600;
    margin-bottom: 25px;
}


form.white-popup-block li.facebook a {
  background: #3b5998 none repeat scroll 0 0;
}

form.white-popup-block li.twitter a {
  background: #1da1f2 none repeat scroll 0 0;
}

form.white-popup-block li.pinterest a {
  background: #bd081c none repeat scroll 0 0;
}

form.white-popup-block li.g-plus a {
  background: #db4437 none repeat scroll 0 0;
}

form.white-popup-block li.linkedin a {
  background: #0077b5 none repeat scroll 0 0;
}

form.white-popup-block .col-md-6:last-child {
  border-left: 1px solid #e7e7e7;
}


/* ============================================================== 
     # 404
=================================================================== */
.error-page-area .error-items {
  padding: 80px 30px;
  box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
  border-radius: 5px;
}

.error-page-area .error-items .container > .row {
  display: flex;
  align-items: center;
}

.error-page-area .error-items > .row {
  display: flex;
  align-items: center;
}

.error-page-area .error-items .error-box {
  padding-left: 35px;
  border-left: 1px solid #e7e7e7;
}

.error-page-area .error-items .error-box h2 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 30px;
}

.error-page-area .error-items .error-box a {
  margin-top: 15px;
}


/* ============================================================== 
     # Footer
=================================================================== */

footer.top-padding {
  padding-top: 110px;
}

footer .f-items .f-item h4 {
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 24px;
}

footer .f-items .about ul {
  padding-top: 14px;
  border-top: 1px solid #e7e7e7;
  margin-top: 16px;
}

footer.bg-dark .f-items .about ul {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .f-items .about ul li {
  display: flex;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}

footer .f-items .about ul li p {
  margin: 0;
  padding-left: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.6px;
}

footer .f-items .about ul li span {
  display: block;
  text-transform: none;
  letter-spacing: inherit;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

footer .f-items .about ul li i {
  font-size: 45px;
  min-width: 55px;
  color: #ffb606;
}

footer .f-items .about ul li:last-child {
  margin-bottom: 0;
}

footer .f-items .f-item.link li {
  margin-bottom: 15px;
}

footer .f-items .f-item.link li:last-child {
  margin-bottom: 0;
}

footer .f-items .f-item.link li i {
  font-size: 10px;
  margin-right: 2px;
  color: #333d44;
}

footer .f-items .f-item.link li a:hover,
footer .f-items .f-item.link li a:hover i {
  color: #ffb606;
}

/* Recent Post */
footer .f-item.popular-courses li a {
  color: #cccccc;
  display: block;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

footer.bg-fixed .f-item.popular-courses li a {
  color: #ffffff;
}

footer.bg-light .f-item.popular-courses li a {
  color: #333d44;
}

footer .f-item.popular-courses li a:last-child {
  display: inline-block;
  font-weight: 400;
}

footer .f-item.popular-courses .meta-title {
  color: #cccccc;
  font-family: "Poppins",sans-serif;
  margin-top: 10px;
}

footer.bg-light .f-item.popular-courses .meta-title {
  color: #333d44;
}

footer.bg-fixed .f-item.popular-courses .meta-title {
  color: #ffffff;
}

footer.bg-fixed .f-item.popular-courses .meta-title {
  color: #ffffff;
}

footer .f-item.popular-courses li a:hover {
  color: #ffb606;
}

footer .f-item.popular-courses li a span {
  display: inline-block;
  color: #cccccc;
}

footer .f-item.popular-courses li span {
  display: inline-block;
  text-transform: capitalize;
}

footer .f-item.popular-courses .meta-title a {
  text-transform: capitalize;
}

footer .f-item.popular-courses li {
  color: #cccccc;
}

footer.bg-fixed .f-item.popular-courses li {
  color: #ffffff;
}

footer.bg-light .f-item.popular-courses li {
  color: #333d44;
}

footer .f-item.popular-courses > ul > li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

footer.bg-fixed .f-item.popular-courses > ul > li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

footer .f-item.popular-courses li:last-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

footer .f-item.popular-courses li:last-child {
  margin: 0;
}

footer .f-item.popular-courses li .thumb {
  display: table-cell;
  padding-top: 5px;
  vertical-align: top;
  width: 80px;
}

footer .f-item .thumb img {
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

footer .f-item.popular-courses li .info {
  display: table-cell;
  padding-left: 20px;
  vertical-align: top;
  line-height: 26px;
  color: #837f7e;
}

footer .f-items .f-item.popular-courses .info ul {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

footer .f-items .f-item.popular-courses .info ul li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 1;
}

footer .f-items .f-item.popular-courses .info ul li i {
  color: #ffb606;
  font-size: 12px;
}

footer .f-items .f-item.popular-courses .info ul li::after {
  position: absolute;
  right: 0;
  top: 7px;
  content: "";
  height: 15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

footer.bg-light .f-items .f-item.popular-courses .info ul li::after {
  background: #e7e7e7;
}

footer .f-items .f-item.popular-courses .info ul li:last-child {
  margin: 0;
  padding: 0;
}

footer .f-items .f-item.popular-courses .info ul li:last-child::after {
  display: none;
}

/* Footer Bottom */
footer .footer-bottom .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .footer-bottom {
  border-top: 1px solid #e7e7e7;
  padding: 20px 0;
}

footer.bg-dark .footer-bottom {
  background: rgba(255, 255, 255, 0.06);
  border: none;
}

footer .footer-bottom li {
  display: inline-block;
}

footer .footer-bottom p {
  margin: 0;
}

footer .footer-bottom p a {
  font-weight: 600;
  color: #ffb606;
}

footer .footer-bottom p span {
  opacity: .2;
}

footer .footer-bottom p span a {
  font-weight: 300;
  color: #fff;
}

footer .footer-bottom .text-right li {
  margin-left: 20px;
}

footer .footer-bottom .text-right li:first-child {
  margin: 0;
}

footer .footer-bottom .link li a {
  font-weight: 600;
}


/* ============================================================== 
     # Preloader 
=================================================================== */
.no-js #loader {
  display: none;
}

.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(assets/img/preloader.gif) center no-repeat #fff;
  text-align: center;
}






/* ============================================================== 
     # Block - ADDED AUG 10 --START
=================================================================== */
     .vertical_ {
            border-left: 3px solid #C5C5C5;
            height: 155px;
            left: 20%;
            margin-top: 24px;
        }


     



        /*Button hover style******************************************************/

*, *:after, *:before {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

     
        #set-1 {
            background: $c1;
        }

        /*#set-2 {
            background: $c2;
        }

        #set-3 {
            background: $c3;
        }

        #set-4 {
            background: $c4;
        }

        #set-5 {
            background: $c5;
        }

        #set-6 {
            background: $c6;
        }

        #set-7 {
            background: $c7;
        }

        #set-8 {
            background: $c8;
        }

        #set-9 {
            background: $c9;
        }*/


        .credits {
            clear: both;
            text-align: center;
        }

        section {
            // padding: 1.25em 2.0em;
            // max-width: 1000px;
            z-index: 1;
            margin: 0;
            float: left;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            // -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-justify-content: space-around;
            justify-content: space-around;
            -webkit-align-items: flex-start;
            align-items: flex-start;
        }

        .hi-wrap {
            display: grid;
            text-align: center;
            margin: 1em 1em;
            padding: 0em;
            float: left;
            align-self: flex-start;
        }

        .row-button {
            display: grid;
            flex-wrap: wrap;
            margin: 0px 1.5em;
            background-color: #fff;
        }

            .row-button h4 {
                margin-bottom: 0px !important;
            }

        .cell {
            flex: 1;
        }

        [class^="cell"] {
            padding: 0 .5em;
        }

        /* Column Spans */
        .cell-1of2 {
            flex: 0 0 50%;
        }

        .cell-1of3 {
            flex: 0 0 33.3333%;
        }

        .cell-2of3 {
            flex: 0 0 66.6666%;
        }

        .cell-1of4 {
            flex: 0 0 25%;
        }

        .cell-3of4 {
            flex: 0 0 75%;
        }

        .cell-1of5 {
            flex: 0 0 20%;
        }

        .cell-2of5 {
            flex: 0 0 40%;
        }

        .cell-3of5 {
            flex: 0 0 60%;
        }

        .cell-4of5 {
            flex: 0 0 80%;
        }

        .cell-1of8 {
            flex: 0 0 12.5;
        }

        .cell-3of8 {
            flex: 0 0 37.5%;
        }

        .cell-5of8 {
            flex: 0 0 62.5%;
        }

        .cell-7of8 {
            flex: 0 0 87.5%;
        }

        /* 100% Width Columns on Small Screens */
        @media (max-width: 500px) {
            [class^="cell"] {
                flex: 0 0 100%;
            }
        }


        /* ============================================ COMMON ICON STYLE */
        .hi {
            text-decoration: none;
            display: inline-block;
            width: 90px;
            height: 90px;
            border-radius: 50%;
            text-align: center;
            position: relative;
            z-index: 1;
            color: #fff;
        }

            .hi:after {
                pointer-events: none;
                position: absolute;
                width: 100%;
                height: 100%;
                border-radius: 50%;
                content: '';
                -webkit-box-sizing: content-box;
                -moz-box-sizing: content-box;
                box-sizing: content-box;
            }

            .hi:before {
                font-size: 48px;
                line-height: 90px;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                display: block;
                -webkit-font-smoothing: antialiased;
            }

            /* ===================================================== EFFECT 1 */
            .hi.hi--eff-1 {
                background: rgba(255,255,255,0.1);
                -webkit-transition: background $tt, color $tt;
                -moz-transition: background $tt, color $tt;
                transition: background $tt, color $tt;
            }

                .hi.hi--eff-1:after {
                    top: -7px;
                    left: -7px;
                    padding: 7px;
                    box-shadow: 0 0 0 4px #333d44;
                    -webkit-transition: -webkit-transform $tt, opacity $tt;
                    -webkit-transform: scale(.8);
                    -moz-transition: -moz-transform $tt, opacity $tt;
                    -moz-transform: scale(.8);
                    -ms-transform: scale(.8);
                    transition: transform $tt, opacity $tt;
                    transform: scale(.8);
                    opacity: 1;
                }

                /* -------------------------------------- EFFECT 1a */
                .hi.hi--eff-1.hi--eff-1a:hover {
                    background: #ffb606;
                    color: $c1;
                }

                    .hi.hi--eff-1.hi--eff-1a:hover:after {
                        -webkit-transform: scale(1);
                        -moz-transform: scale(1);
                        -ms-transform: scale(1);
                        transform: scale(1);
                        opacity: 1;
                    }
                /* -------------------------------------- EFFECT 1b */
                .hi.hi--eff-1.hi--eff-1b:hover {
                    background: rgba(255,255,255,1);
                    color: $c1;
                }

                .hi.hi--eff-1.hi--eff-1b:after {
                    -webkit-transform: scale(1.2);
                    -moz-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                    transform: scale(1.2);
                }

                .hi.hi--eff-1.hi--eff-1b:hover:after {
                    -webkit-transform: scale(1);
                    -moz-transform: scale(1);
                    -ms-transform: scale(1);
                    transform: scale(1);
                    opacity: 1;
                }

            /* ===================================================== EFFECT 2 */
            .hi.hi--eff-2 {
                color: $c2;
                box-shadow: 0 0 0 3px #fff;
                -webkit-transition: color $tt;
                -moz-transition: color $tt;
                transition: color $tt;
            }

                .hi.hi--eff-2:after {
                    top: -2px;
                    left: -2px;
                    padding: 2px;
                    z-index: -1;
                    background: #fff;
                    -webkit-transition: -webkit-transform $tt, opacity $tt;
                    -moz-transition: -moz-transform $tt, opacity $tt;
                    transition: transform $tt, opacity $tt;
                }

                /* -------------------------------------- EFFECT 2a */
                .hi.hi--eff-2.hi--eff-2a:hover {
                    color: $c2;
                }

                    .hi.hi--eff-2.hi--eff-2a:hover:after {
                        -webkit-transform: scale(0.85);
                        -moz-transform: scale(0.85);
                        -ms-transform: scale(0.85);
                        transform: scale(0.85);
                    }

                /* -------------------------------------- EFFECT 2b */
                .hi.hi--eff-2.hi--eff-2b:hover:after {
                    -webkit-transform: scale(0);
                    -moz-transform: scale(0);
                    -ms-transform: scale(0);
                    transform: scale(0);
                    opacity: 0;
                    -webkit-transition: -webkit-transform $tt2, opacity $tt;
                    -moz-transition: -moz-transform $tt2, opacity $tt;
                    transition: transform $tt2, opacity $tt;
                }

                .hi.hi--eff-2.hi--eff-2b:hover {
                    color: #fff;
                }

            /* ===================================================== EFFECT 3 */
            .hi.hi--eff-3 {
                box-shadow: 0 0 0 4px #fff;
                -webkit-transition: color $tt;
                -moz-transition: color $tt;
                transition: color $tt;
            }

                .hi.hi--eff-3:after {
                    top: -2px;
                    left: -2px;
                    padding: 2px;
                    z-index: -1;
                    background: #fff;
                    -webkit-transition: -webkit-transform $tt, opacity $tt;
                    -moz-transition: -moz-transform $tt, opacity $tt;
                    transition: transform $tt, opacity $tt;
                }

                /* -------------------------------------- EFFECT 3a */
                .hi.hi--eff-3.hi--eff-3a {
                    color: $c3;
                }

                    .hi.hi--eff-3.hi--eff-3a:hover {
                        color: #fff;
                    }

                        .hi.hi--eff-3.hi--eff-3a:hover:after {
                            -webkit-transform: scale(1.3);
                            -moz-transform: scale(1.3);
                            -ms-transform: scale(1.3);
                            transform: scale(1.3);
                            opacity: 0;
                        }

                /* -------------------------------------- EFFECT 3b */
                .hi.hi--eff-3.hi--eff-3b {
                    color: #fff;
                }

                    .hi.hi--eff-3.hi--eff-3b:hover {
                        color: $c3;
                    }

                    .hi.hi--eff-3.hi--eff-3b:after {
                        -webkit-transform: scale(1.3);
                        -moz-transform: scale(1.3);
                        -ms-transform: scale(1.3);
                        transform: scale(1.3);
                        opacity: 0;
                    }

                    .hi.hi--eff-3.hi--eff-3b:hover:after {
                        -webkit-transform: scale(1);
                        -moz-transform: scale(1);
                        -ms-transform: scale(1);
                        transform: scale(1);
                        opacity: 1;
                    }

            /* ===================================================== EFFECT 4 */
            .hi.hi--eff-4 {
                width: 92px;
                height: 92px;
                box-shadow: 0 0 0 4px rgba(255,255,255,1);
            }

                .hi.hi--eff-4:before {
                    line-height: 92px;
                }

                .hi.hi--eff-4:after {
                    top: -4px;
                    left: -4px;
                    padding: 0;
                    z-index: 10;
                    border: 4px dashed #fff;
                }

                .hi.hi--eff-4:hover {
                    box-shadow: 0 0 0 0 rgba(255,255,255,0);
                    color: #fff;
                }

                /* -------------------------------------- EFFECT 4a */
                .hi.hi--eff-4.hi--eff-4a {
                    -webkit-transition: box-shadow $tt;
                    -moz-transition: box-shadow $tt;
                    transition: box-shadow $tt;
                }

                /* -------------------------------------- EFFECT 4b */
                .hi.hi--eff-4.hi--eff-4b:hover {
                    -webkit-transition: box-shadow $tt;
                    -moz-transition: box-shadow $tt;
                    transition: box-shadow $tt;
                }

                    .hi.hi--eff-4.hi--eff-4b:hover:after {
                        -webkit-animation: spinAround 9s linear infinite;
                        -moz-animation: spinAround 9s linear infinite;
                        animation: spinAround 9s linear infinite;
                    }

        @-webkit-keyframes spinAround {
            from {
                -webkit-transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(360deg);
            }
        }

        @-moz-keyframes spinAround {
            from {
                -moz-transform: rotate(0deg);
            }

            to {
                -moz-transform: rotate(360deg);
            }
        }

        @keyframes spinAround {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        /* btw: just eff-5 is beautiful in itself */
        /* ===================================================== EFFECT 5 */
        .hi.hi--eff-5 {
            box-shadow: 0 0 0 4px rgba(255,255,255,1);
            overflow: hidden;
            -webkit-transition: background $tt, color $tt, box-shadow $tt;
            -moz-transition: background $tt, color $tt, box-shadow $tt;
            transition: background $tt, color $tt, box-shadow $tt;
        }

            .hi.hi--eff-5:after {
                display: none;
            }

            .hi.hi--eff-5:hover {
                background: rgba(255,255,255,1);
                color: $c5;
                box-shadow: 0 0 0 8px rgba(255,255,255,0.3);
            }

            /* -------------------------------------- EFFECT 5a */
            .hi.hi--eff-5.hi--eff-5a:hover:before {
                -webkit-animation: toRightFromLeft $tt forwards;
                -moz-animation: toRightFromLeft $tt forwards;
                animation: toRightFromLeft $tt forwards;
            }

        @-webkit-keyframes toRightFromLeft {
            49% {
                -webkit-transform: translate(100%);
            }

            50% {
                opacity: 0;
                -webkit-transform: translate(-100%);
            }

            51% {
                opacity: 1;
            }
        }

        @-moz-keyframes toRightFromLeft {
            49% {
                -moz-transform: translate(100%);
            }

            50% {
                opacity: 0;
                -moz-transform: translate(-100%);
            }

            51% {
                opacity: 1;
            }
        }

        @keyframes toRightFromLeft {
            49% {
                transform: translate(100%);
            }

            50% {
                opacity: 0;
                transform: translate(-100%);
            }

            51% {
                opacity: 1;
            }
        }

        /* -------------------------------------- EFFECT 5b */
        .hi.hi--eff-5.hi--eff-5b:hover:before {
            -webkit-animation: toLeftFromRight $tt forwards;
            -moz-animation: toLeftFromRight $tt forwards;
            animation: toLeftFromRight $tt forwards;
        }

        @-webkit-keyframes toLeftFromRight {
            49% {
                -webkit-transform: translate(-100%);
            }

            50% {
                opacity: 0;
                -webkit-transform: translate(100%);
            }

            51% {
                opacity: 1;
            }
        }

        @-moz-keyframes toLeftFromRight {
            49% {
                -moz-transform: translate(-100%);
            }

            50% {
                opacity: 0;
                -moz-transform: translate(100%);
            }

            51% {
                opacity: 1;
            }
        }

        @keyframes toLeftFromRight {
            49% {
                transform: translate(-100%);
            }

            50% {
                opacity: 0;
                transform: translate(100%);
            }

            51% {
                opacity: 1;
            }
        }

        /* -------------------------------------- EFFECT 5c */
        .hi.hi--eff-5.hi--eff-5c:hover:before {
            -webkit-animation: toTopFromBottom $tt forwards;
            -moz-animation: toTopFromBottom $tt forwards;
            animation: toTopFromBottom $tt forwards;
        }

        @-webkit-keyframes toTopFromBottom {
            49% {
                -webkit-transform: translateY(-100%);
            }

            50% {
                opacity: 0;
                -webkit-transform: translateY(100%);
            }

            51% {
                opacity: 1;
            }
        }

        @-moz-keyframes toTopFromBottom {
            49% {
                -moz-transform: translateY(-100%);
            }

            50% {
                opacity: 0;
                -moz-transform: translateY(100%);
            }

            51% {
                opacity: 1;
            }
        }

        @keyframes toTopFromBottom {
            49% {
                transform: translateY(-100%);
            }

            50% {
                opacity: 0;
                transform: translateY(100%);
            }

            51% {
                opacity: 1;
            }
        }

        /* -------------------------------------- EFFECT 5d */
        .hi.hi--eff-5.hi--eff-5d:hover:before {
            -webkit-animation: toBottomFromTop $tt forwards;
            -moz-animation: toBottomFromTop $tt forwards;
            animation: toBottomFromTop $tt forwards;
        }

        @-webkit-keyframes toBottomFromTop {
            49% {
                -webkit-transform: translateY(100%);
            }

            50% {
                opacity: 0;
                -webkit-transform: translateY(-100%);
            }

            51% {
                opacity: 1;
            }
        }

        @-moz-keyframes toBottomFromTop {
            49% {
                -moz-transform: translateY(100%);
            }

            50% {
                opacity: 0;
                -moz-transform: translateY(-100%);
            }

            51% {
                opacity: 1;
            }
        }

        @keyframes toBottomFromTop {
            49% {
                transform: translateY(100%);
            }

            50% {
                opacity: 0;
                transform: translateY(-100%);
            }

            51% {
                opacity: 1;
            }
        }

        /* ===================================================== EFFECT 6 */
        .hi.hi--eff-6 {
            box-shadow: 0 0 0 4px rgba(255,255,255,1);
            -webkit-transition: background $tt, color $tt;
            -moz-transition: background $tt, color $tt;
            transition: background $tt, color $tt;
        }

            .hi.hi--eff-6:hover {
                background: rgba(255,255,255,1);
                color: $c6;
            }

                .hi.hi--eff-6:hover:before {
                    -webkit-animation: spinAround 2s linear infinite;
                    -moz-animation: spinAround 2s linear infinite;
                    animation: spinAround 2s linear infinite;
                }

        /* this is a copy from eff-3b */
        @-webkit-keyframes spinAround {
            from {
                -webkit-transform: rotate(0deg);
            }

            to {
                -webkit-transform: rotate(360deg);
            }
        }

        @-moz-keyframes spinAround {
            from {
                -moz-transform: rotate(0deg);
            }

            to {
                -moz-transform: rotate(360deg);
            }
        }

        @keyframes spinAround {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }

        /* ===================================================== EFFECT 7 */
        .hi.hi--eff-7 {
            box-shadow: 0 0 0 4px rgba(255,255,255,1);
            -webkit-transition: background $tt, color $tt;
            -moz-transition: background $tt, color $tt;
            transition: background $tt, color $tt;
        }

            .hi.hi--eff-7:hover {
                color: #fff;
            }

            .hi.hi--eff-7:after {
                top: -8px;
                left: -8px;
                padding: 8px;
                z-index: -1;
                opacity: 0;
            }

            /* -------------------------------------- EFFECT 7a */
            .hi.hi--eff-7.hi--eff-7a:after {
                box-shadow: 0 0 0 rgba(255,255,255,1);
                -webkit-transition: opacity $tt, box-shadow $tt;
                -moz-transition: opacity $tt, box-shadow $tt;
                transition: opacity $tt, box-shadow $tt;
            }

            .hi.hi--eff-7.hi--eff-7a:hover:after {
                opacity: 1;
                box-shadow: 3px 3px 0 rgba(255,255,255,1);
            }

            .hi.hi--eff-7.hi--eff-7a:before {
                -webkit-transform: scale(0.8);
                -moz-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8);
                opacity: 0.7;
                -webkit-transition: -webkit-transform $tt, opacity $tt;
                -moz-transition: -moz-transform $tt, opacity $tt;
                transition: transform $tt, opacity $tt;
            }

            .hi.hi--eff-7.hi--eff-7a:hover:before {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                opacity: 1;
            }

            /* -------------------------------------- EFFECT 7b */
            .hi.hi--eff-7.hi--eff-7b:after {
                box-shadow: 3px 3px rgba(255,255,255,1);
                -webkit-transform: rotate(-90deg);
                -moz-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
                -webkit-transition: opacity $tt, -webkit-transform $tt;
                -moz-transition: opacity $tt, -moz-transform $tt;
                transition: opacity $tt, transform $tt;
            }

            .hi.hi--eff-7.hi--eff-7b:hover:after {
                opacity: 1;
                -webkit-transform: rotate(0deg);
                -moz-transform: rotate(0deg);
                -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            .hi.hi--eff-7.hi--eff-7b:before {
                -webkit-transform: scale(0.8);
                -moz-transform: scale(0.8);
                -ms-transform: scale(0.8);
                transform: scale(0.8);
                opacity: 0.7;
                -webkit-transition: -webkit-transform $tt, opacity $tt;
                -moz-transition: -moz-transform $tt, opacity $tt;
                transition: transform $tt, opacity $tt;
            }

            .hi.hi--eff-7.hi--eff-7b:hover:before {
                -webkit-transform: scale(1);
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                transform: scale(1);
                opacity: 1;
            }

        /* ===================================================== EFFECT 8 */
        .hi.hi--eff-8 {
            background: rgba(255,255,255,0.1);
            -webkit-transition: -webkit-transform ease-out $tt, background $tt;
            -moz-transition: -moz-transform ease-out $tt, background $tt;
            transition: transform ease-out $tt, background $tt;
        }

            .hi.hi--eff-8:after {
                top: 0;
                left: 0;
                padding: 0;
                z-index: -1;
                box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
                opacity: 0;
                -webkit-transform: scale(0.9);
                -moz-transform: scale(0.9);
                -ms-transform: scale(0.9);
                transform: scale(0.9);
            }

            .hi.hi--eff-8:hover {
                background: rgba(255,255,255,0.05);
                -webkit-transform: scale(0.93);
                -moz-transform: scale(0.93);
                -ms-transform: scale(0.93);
                transform: scale(0.93);
                color: #fff;
            }

                .hi.hi--eff-8:hover:after {
                    -webkit-animation: sonarEffect $tt2 ease-out 75ms;
                    -moz-animation: sonarEffect $tt2 ease-out 75ms;
                    animation: sonarEffect $tt2 ease-out 75ms;
                }

        @-webkit-keyframes sonarEffect {
            0% {
                opacity: 0.3;
            }

            40% {
                opacity: 0.5;
                box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px $c8, 0 0 0 10px rgba(255,255,255,0.5);
            }

            100% {
                box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px $c8, 0 0 0 10px rgba(255,255,255,0.5);
                -webkit-transform: scale(1.5);
                opacity: 0;
            }
        }

        @-moz-keyframes sonarEffect {
            0% {
                opacity: 0.3;
            }

            40% {
                opacity: 0.5;
                box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px $c8, 0 0 0 10px rgba(255,255,255,0.5);
            }

            100% {
                box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px $c8, 0 0 0 10px rgba(255,255,255,0.5);
                -moz-transform: scale(1.5);
                opacity: 0;
            }
        }

        @keyframes sonarEffect {
            0% {
                opacity: 0.3;
            }

            40% {
                opacity: 0.5;
                box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px $c8, 0 0 0 10px rgba(255,255,255,0.5);
            }

            100% {
                box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px $c8, 0 0 0 10px rgba(255,255,255,0.5);
                transform: scale(1.5);
                opacity: 0;
            }
        }

        /* ===================================================== EFFECT 9 */
        .hi.hi--eff-9 {
            -webkit-transition: box-shadow $tt;
            -moz-transition: box-shadow $tt;
            transition: box-shadow $tt;
        }

            .hi.hi--eff-9:after {
                top: 0;
                left: 0;
                padding: 0;
                box-shadow: 0 0 0 3px #fff;
                -webkit-transition: -webkit-transform $tt, opacity $tt;
                -moz-transition: -moz-transform $tt, opacity $tt;
                transition: transform $tt, opacity $tt;
            }

            /* -------------------------------------- EFFECT 9a */
            .hi.hi--eff-9.hi--eff-9a:hover:after {
                -webkit-transform: scale(0.85);
                -moz-transform: scale(0.85);
                -ms-transform: scale(0.85);
                transform: scale(0.85);
                opacity: 0.5;
            }

            .hi.hi--eff-9.hi--eff-9a:hover {
                box-shadow: 0 0 0 10px rgba(255,255,255,1);
                color: #fff;
            }

            /* -------------------------------------- EFFECT 9b */
            .hi.hi--eff-9.hi--eff-9b:hover:after {
                -webkit-transform: scale(0.85);
                -moz-transform: scale(0.85);
                -ms-transform: scale(0.85);
                transform: scale(0.85);
            }

            .hi.hi--eff-9.hi--eff-9b:hover {
                box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
                color: #fff;
            }






/*Button hover style*/




.row-contact {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.row-contact .box {
  margin: 0 auto;
  border: 1px solid;
  border-radius: 20px;
  width: 217px;
  height: 135px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: color 0.5s ease-in;
}
.row-contact .box .icon,
.row-contact .box .content {
  margin: 7px 0;
}
.row-contact .box .icon {
  width: 80px;
  height: 80px;
  display: grid;
  place-content: center;
  font-size: 250%;
  border-radius: 100%;
  color: #f7f7f7;
  transition: box-shadow 0.5s ease-in;
}
.row-contact .box:hover {
  color: #fff;
}
.row-contact .box:nth-of-type(1) .icon {
  background-color: #ff9900;
  box-shadow: 0px 0px 0px 0px #ff9900;
}
.row-contact .box:nth-of-type(1):hover .icon {
  box-shadow: 0px 0px 0px 400px #ff9900;
}
.row-contact .box:nth-of-type(2) .icon {
  background-color: #5158bb;
  box-shadow: 0px 0px 0px 0px #5158bb;
}
.row-contact .box:nth-of-type(2):hover .icon {
  box-shadow: 0px 0px 0px 400px #5158bb;
}
.row-contact .box:nth-of-type(3) .icon {
  background-color: #11adad;
  box-shadow: 0px 0px 0px 0px #11adad;
}
.row-contact .box:nth-of-type(3):hover .icon {
  box-shadow: 0px 0px 0px 400px #11adad;
}





/* ============================================================== 
     # Block - ADDED AUG 10  --ENDS
=================================================================== */




.map-responsive{

    overflow:hidden;

    padding-bottom:56.25%;

    position:relative;

    height:0;

}

.map-responsive iframe{

    left:0;

    top:0;

    height:100%;

    width:100%;

    position:absolute;

}











/*.top-course-items .item .info .meta {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 25px;
    padding: 15px 30px;
    background: #fafafa;
}*/


.top-course-items .item  .info .meta ul li a {
    color: #333d44;
    font-size:15px;
}

.top-course-items .item  .info .meta ul li {
    display: inline-block;
    margin-right: 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
}





@media (min-width: 300px) and (max-width: 640px) {
    .heading-top
    {
        margin-top:30px;
    }


    .breadcrumb-area1 h1 {
      font-size: 24px;
      /*margin-top: -10px;*/
    }


}



.content p
{
    /*text-align:justify;
    margin:0px 5px 0px 5px;

    color: #333d44;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;*/



    text-align: justify;
    margin: 0px 5px 0px 5px;
    color: black;
    line-height: 30px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 500;
    font-size: 15px;

}



 .read-more {
     height: 30px;
		text-align: left;
		position: absolute;
		width: 150px;
		background: url('../img/scroller_yellow.png');
        margin-top:15px;

	}
	.read-more  a {
		text-align: left;
		padding-left: 7px;
        

	}








    




     @media only screen and (min-width: 468px) {
            .side-fix-social {
                top: 40%;
            }
        }


        @media only screen and (max-width: 468px) {
            .side-fix-social {
                top:40%;
            }
        }

        .side-fix-social {
    position: fixed;
    right: 0;
    z-index: 11111;
}

            .side-fix-social a.redit_link {
                /*width: -moz-fit-content;*/
                /*width: fit-content;*/
                height: auto;
                background-color: #053631;
                border: 1px solid #053631 !important;
                color: #fff;
                /*font-family: Segoe,"Segoe UI","DejaVu Sans","Trebuchet MS",Verdana,sans-serif;*/
                font-size: 16px;
                font-weight: 700;
                -webkit-box-shadow: 0 10px 17px -6px #717070;
                -moz-box-shadow: 0 10px 17px -6px #717070;
                box-shadow: 0 5px 7px #7170703d;
                border-radius: 20px 0 0 20px !important;
                text-align: left;
                display: inline-block;
                padding: 6px 12px;
                margin-bottom: 15px;
                position: absolute;
                width: 165px;
                right: 0;
                top: -110px;
         
            }






@media only screen and (min-width: 468px) {
    .side-fix-socialsecond {
        top: 40%;
    }
}


@media only screen and (max-width: 468px) {
    .side-fix-socialsecond {
        top: 40%;
    }
}

.side-fix-socialsecond {
    position: fixed;
    right: 0;
    z-index: 11111;
}

    .side-fix-socialsecond a.redit_link {
        /*width: -moz-fit-content;*/
        /*width: fit-content;*/
        height: auto;
        background-color: #053631;
        border: 1px solid #053631 !important;
        color: #fff;
        /*font-family: Segoe,"Segoe UI","DejaVu Sans","Trebuchet MS",Verdana,sans-serif;*/
        font-size: 16px;
        font-weight: 700;
        -webkit-box-shadow: 0 10px 17px -6px #717070;
        -moz-box-shadow: 0 10px 17px -6px #717070;
        box-shadow: 0 5px 7px #7170703d;
        border-radius: 20px 0 0 20px !important;
        text-align: left;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 15px;
        position: absolute;
        width: 132px;
        right: 0;
        top: 0;
    }


@media only screen and (min-width: 468px) {
    .side-fix-socialfourth {
        top: 70%;
    }
}


@media only screen and (max-width: 468px) {
    .side-fix-socialfourth {
        top: 48%;
    }
}

.side-fix-socialfourth {
    position: fixed;
    right: 0;
    z-index: 11111;
}

    .side-fix-socialfourth a.redit_link {
        /*width: -moz-fit-content;*/
        /*width: fit-content;*/
        height: auto;
        /*background-color: #00acdf;*/
        /*border: 1px solid #00acdf !important;*/
        color: #fff;
        /*font-family: Segoe,"Segoe UI","DejaVu Sans","Trebuchet MS",Verdana,sans-serif;*/
        font-size: 16px;
        font-weight: 700;
        -webkit-box-shadow: 0 10px 17px -6px #717070;
        -moz-box-shadow: 0 10px 17px -6px #717070;
        box-shadow: 0 5px 7px #7170703d;
        border-radius: 20px 0 0 20px !important;
        text-align: left;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 15px;
        position: absolute;
        width: 113px;
        right: 0;
        top: 0;
        background-color: #053631;
        /*background-image: linear-gradient(315deg, #abe9cd 0%, #3eadcf 74%);*/


    }






/*Side Bar*/

@media only screen and (min-width: 468px) {
    .side-fix-socialthird {
        top: 40%;
    }
}


@media only screen and (max-width: 468px) {
    .side-fix-socialthird {
        top: 47%;
    }
}

.side-fix-socialthird {
    position: fixed;
    right: 0;
    z-index: 11111;
}

    .side-fix-socialthird a.redit_link {
        /*width: -moz-fit-content;*/
        /*width: fit-content;*/
        height: auto;
        background-color: #ffb606;
        border: 1px solid #ffb606 !important;
        color: #fff;
        /*font-family: Segoe,"Segoe UI","DejaVu Sans","Trebuchet MS",Verdana,sans-serif;*/
        font-size: 16px;
        font-weight: 700;
        -webkit-box-shadow: 0 10px 17px -6px #717070;
        -moz-box-shadow: 0 10px 17px -6px #717070;
        box-shadow: 0 5px 7px #7170703d;
        border-radius: 20px 0 0 20px !important;
        text-align: left;
        display: inline-block;
        padding: 6px 12px;
        margin-bottom: 15px;
        position: absolute;
        width: 133px;
        right: 0;
        top: 0;
    }

    .side-fix-socialthird a.float {
        position: fixed;
        width: 60px;
        height: 60px;
        bottom: 268px;
        right: 17px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 50px;
        text-align: center;
        font-size: 30px;
        box-shadow: 2px 2px 3px #999;
        z-index: 100;
        top: 86%;
    }




        
.iframe-fb-container {
    text-align: center;
    /*width:400px;
    height:700px;*/
    /*display:inline-block;*/


}

.iframe-fb {
   /* width: 400px;
    height: 700px;*/
    overflow: hidden;
}

.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}








/*Administraton - Governing Body*/ 

.our-team {
    text-align: center;
    position: relative;
}


.our-team .pic {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 8px solid #5b757c;
    margin: 0 auto;
    overflow: hidden;
}

.our-team img {
    /*width: 100%;*/
    height: auto;
}


.our-team .team-content {
    padding: 15px 15px 20px;
    background: #5b757c;
    border-radius: 40px 10px;
    margin-top: -20px;
    color: #fff;
}

.our-team .title {
    font-size: 26px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.our-team .post {
    display: block;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}








.blog-area .blog-items .blog-content  ol.list {
    border: 1px solid #ececec;
    overflow: hidden;
    background: #fafafa;
    padding: 30px 15px;
    margin-top: 25px;
}

.blog-area .blog-items .blog-content ol.list li {
    float: left;
    padding: 0 15px;
    margin-top: 15px;
    display: list-item;
    margin-left:2%;
}













/*News Updates Marquee STARTS*/

@media only screen and (min-width:  767px) {
    .scrolling-bar {
        position: absolute;
        /*left: 62px;*/
         left: 130px;
        right: 0px;
        top: 6px;
        background: rgba(255,255,255,.83);
    }

    .banner-add .container, .news-scroll, .news-scroll .head, .news-scroll .marquee {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

        .news-scroll .head {
            height: 100%;
            top: 0;
            bottom: 0;
            z-index: 11;
        }


        .news-scroll, .news-scroll .head {
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
        }

            .news-scroll .head h4 {
                position: relative;
                color: #053631;
                border-left: 4px solid #ffb606;
                padding-left: 7px;
                margin-top: 5px;
            }


            .banner .carousel-inner p, .news-scroll .head h3 {
                font-size: 20px;
                font-weight: 500;
            }

            .news-scroll .marquee {
                position: relative;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                width: calc(100% - 165px);
                margin-left: auto;
            }

                .news-scroll .marquee a {
                    color: #666666;
                }

            .banner-add .container, .news-scroll, .news-scroll .head, .news-scroll .marquee {
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
            }
}
/*News Updates Marquee ENDS*/




/*iframe - Acheivement Height -- START*/
 .iframe_achievement
        {
            height:150px;
        }

        @media only screen and (max-width: 767px)

        {
            .iframe_achievement
           {
               height:100px;
           }
        }


        /*iframe - Acheivement Height -- END*/



@media only screen and (min-width:  767px) {
    .scrolling-bar_mob {
       display: none;
    }
}
@media only screen and (max-width: 767px) {

    .scrolling-bar_mob {
    position: absolute;
    left: 6px;
    right: 6px;
    /*top: 3px;*/
    background: rgba(255,255,255,.83);
    margin-bottom:5px;
}
    .news-scroll_mob .head {
            height: 100%;
            top: 0;
            bottom: 0;
            z-index: 11;
        }


        /*.news-scroll_mob, .news-scroll_mob .head {
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
        }*/
    

    .news-scroll_mob .head h4 {
        position: relative;
        color: #053631;
        border-left: 4px solid #ffb606;
        padding-left: 5px;
        margin-top: 5px;
        font-size:12px;
    }




    .banner .carousel-inner p, .news-scroll_mob .head h4 {
                font-size: 15px;
                font-weight: 500;
            }

            .news-scroll_mob .marquee {
                font-size:12px;
                position: relative;
                -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
                -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
                width: calc(100% - 130px);
                margin-left: 10px;
                margin-top:-10px;
            }

                .news-scroll_mob .marquee a {
                    color: #666666;
                }

            .banner-add .container, .news-scroll_mob, .news-scroll_mob .head, .news-scroll_mob .marquee {
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
            }





    .navbar-brand {
    float: left;
    height: 50px;
   
    font-size: 18px;
    line-height: 14px;
 
    padding-bottom: -2px;
    padding-top: 24px;
}

    .navbar-brand img.logo {
    height: 35px !important;
}


    }



ul.itemlist
{
    list-style-type: disc;
   margin:2%;
}






/*NEWS AND EVENTS  --- STARTS*/


.border-div {
    border: 1px solid #ddd;
    padding: 1%;
    background-color: #ffffff;
    /*min-height: 331px;*/
    min-height: 326px;
    max-height: 411px;
    
}




        


        article.text-1 {
            color: #5d5d5d;
            font-size: 14px;
        }

        article.text-2 {
            color: #202020;
            font-size: 13px;
            line-height: 19px;
            margin: 2% 0%;
        }

        article.text-3, article.text-3 a, article.text-3 a:hover {
            color: #202020;
            font-size: 13px;
            text-decoration: none;
            margin: 8% 0% 0%;
            margin-right: 25px;
        }

            article.text-3 a:hover {
                text-decoration: underline;
            }

        article.day {
            color: #fff;
            font-size: 23px;
            text-align: center;
            text-transform: uppercase;
            background: #053631;
            padding: 12% 0%;
            width: 53px;
        }

        article.month {
            color: #053631;
            text-align: center;
            text-transform: uppercase;
            border: 1px solid #053631;
            width: 53px;
            padding: 14% 0%;
            font-size: 13px;
        }

       


        .news-item a {
    font-weight: normal;
    color: #717171;
    padding: 0 0 10px 0 !important;
    font-size: 16px;
}

            .news-item a:hover {
                color:#ffb606;
            }


        /*NEWS AND EVENTS  --- ENDS*/






















        /****************responsive iframe -- START *********************/


/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
  max-width: 100%;
  max-height: 100%; 
  overflow: hidden;
}
.Iframe-Master-CC-and-Rs {
  max-width: 100%;
  max-height: 100%; 
  overflow: hidden;
}
/* inner wrapper: make responsive */
.responsive-wrapper {
  position: relative;
  height: 0;    /* gets height from padding-bottom */
  
  /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
  
}
 
.responsive-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  margin: 0;
  padding: 0;
  border: none;
}

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
  padding-bottom: 107%;
}

/* general styles */
/* ============== */
.set-border {
  border: 5px inset #4f4f4f;
}
.set-box-shadow { 
  -webkit-box-shadow: 4px 4px 14px #4f4f4f;
  -moz-box-shadow: 4px 4px 14px #4f4f4f;
  box-shadow: 4px 4px 14px #4f4f4f;
}
.set-padding {
  padding: 5px;
}
.set-margin {
  margin: 30px;
}
.center-block-horiz {
  margin-left: auto !important;
  margin-right: auto !important;
}





/****************responsive iframe -- END *********************/









         .news_Area h4{
             margin-bottom:5px !important;
             font-weight:bold;
         }

          .news_Area span{
               margin-bottom:5px;
          }


        .news_Area hr {
    border: 0;
    border-top: 1px solid rgba(65,65,65,0.4);
    border-bottom: 1px solid transparent;
    margin:1em 0 1em 0 !important;
}
/*Table&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& */
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}


.table-responsive {
    
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive > .table-bordered {
        border: 0;
    }




@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 80%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}
/*Note book page&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
/* Google font */
@import url('https://fonts.googleapis.com/css?family=Dancing+Script');


/* styling paper */
#paper {
    width: 600px;
    height: 500px;
    position: relative;
    margin: 20px auto;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
    box-shadow: 0px 0px 5px 0px #888;
}

    /* styling red vertical line */
    #paper::before {
        content: '';
        width: 2px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 40px;
        background-color: rgba(255,0,0,0.6);
    }

/* styling blue horizontal lines */
#pattern {
    height: 100%;
    /*background-image: repeating-linear-gradient(white 0px, white 24px, teal 25px);*/
}

/* styling text content */
#content {
    padding-top: 6px;
    padding-left: 56px;
    padding-right: 16px;
    line-height: 30px;
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    letter-spacing: 1px;
    word-spacing: 5px;
}

@media only screen and (max-width: 767px) {
    #paper {
        width: 358px;
        height: 661px;
        background-image: url(../assets/photos/shape2.jpg);
    }
}
/*Note book page&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/
/*Programmes pg-boxes***********************/
.pg-boxes {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

    .pg-boxes::after {
        content: "";
        width: calc(100% / 3 - 10px);
    }

.pg-box {
    width: calc(100% / 3 - 10px);
    margin-bottom: 15px;
    max-height: 190px;
    overflow: hidden;
}

    .pg-box figure {
        position: relative;
    }

    .pg-box figcaption {
        background-color: rgba(47, 47, 47, 0.56);
        font-size: 22px;
        color: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

    .pg-box .figure__in,
    .pg-box figcaption,
    .pg-box:hover .figure__in,
    .pg-box:hover figcaption {
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

    .pg-box:hover .figure__in {
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

    .pg-box:hover figcaption {
        background-color: rgba(11, 146, 70, 0.43);
    }
.exm_list-I li {
    padding: 0 10px 0 0;
}

.exm_list-I span,
.pg-box figcaption {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

@media (max-width: 575px) {
    .pg-box figcaption {
        font-size: 20px;
    }
}
@media (max-width: 767px) {
    .pg-box figcaption {
        font-size: 29px;
    }
}
@media (max-width: 400px) {
    .pg-box {
        width: 100%;
    }
}


.faculty-boxes {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% + 18px);
}

.faculty-box {
    width: calc(100% / 5 - 18px);
    margin-right: 18px;
    margin-bottom: 16px;
}

    .faculty-box .figure__in {
        position: relative;
        height: 159px;
        width: 100%;
        background-size: contain !important;
        background-color: #f1f1f1;
        border: 1px solid #0b92470d;
    }

@media only screen and (max-width: 468px) {
    .faculty-box .figure__in {
        height: 285px;
    }
}

@media only screen and (max-width: 468px) {
    .faculty-box .figure__in,
    .faculty-box .qlf {
        text-align: center;
    }
}

.faculty-box .figure__in img {
    margin: auto;
}

.depthead li,
.faculty-box .figure__in span {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.faculty-box .figure__in span,
.faculty-box figcaption {
    position: absolute;
    bottom: 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.77);
}

.faculty-box .figure__in span {
    right: 0;
    left: 0;
    top: 0;
    text-transform: uppercase;
    opacity: 0;
    font-weight: 700;
    background-color: rgba(11, 147, 70, 0.67);
}

.faculty-box figcaption {
    width: 100%;
    background-color: rgba(11, 147, 70, 0.89);
    padding: 9px 8px;
    font-weight: 900;
    z-index: 1;
}

.faculty-box .qlf {
    background-color: #f1f1f1;
    font-size: 14px;
    color: #4f4f4f;
    padding: 9px 8px;
}

.faculty-box:hover .qlf {
    background-color: #ced4da;
}

/*Pie Chart Bar Chart&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

/**************LEFT CONTAINER *****************************************/
.left-container {
}

.menu-box {
    height: 360px;
}

.donut-chart-block {
    overflow: hidden;
}

    .donut-chart-block .titular {
        padding: 10px 0;
    }

.os-percentages li {
    width: 75px;
    border-left: 1px solid #394264;
    text-align: center;
    background: #50597b;
}

.os {
    margin: 0;
    padding: 10px 0 5px;
    font-size: 15px;
}

    .os.ios {
        border-top: 4px solid #e64c65;
    }

    .os.mac {
        border-top: 4px solid #11a8ab;
    }

    .os.linux {
        border-top: 4px solid #fcb150;
    }

    .os.win {
        border-top: 4px solid #4fc4f6;
    }

.os-percentage {
    margin: 0;
    padding: 0 0 15px 10px;
    font-size: 25px;
}

.line-chart-block, .bar-chart-block {
    height: 400px;
}

.line-chart {
    height: 200px;
    background: #11a8ab;
}

.time-lenght {
    padding-top: 22px;
    padding-left: 38px;
    overflow: hidden;
}

.time-lenght-btn {
    display: block;
    width: 70px;
    line-height: 32px;
    background: #50597b;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
    -webkit-transition: background .3s;
    transition: background .3s;
}

    .time-lenght-btn:hover {
        text-decoration: none;
        background: #e64c65;
    }

.month-data {
    padding-top: 28px;
}

    .month-data p {
        display: inline-block;
        margin: 0;
        padding: 0 25px 15px;
        font-size: 16px;
    }

        .month-data p:last-child {
            padding: 0 25px;
            float: right;
            font-size: 15px;
        }

.increment {
    color: #e64c65;
}
/******************************************
GRAFICO CIRCULAR PIE CHART
******************************************/
.donut-chart {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto 2rem;
    border-radius: 100%
}

p.center-date {
    background: #394264;
    position: absolute;
    text-align: center;
    font-size: 28px;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 130px;
    height: 130px;
    margin: auto;
    border-radius: 50%;
    line-height: 35px;
    padding: 15% 0 0;
}

.center-date span.scnd-font-color {
    line-height: 0;
}

.recorte {
    border-radius: 50%;
    clip: rect(0px, 200px, 200px, 100px);
    height: 100%;
    position: absolute;
    width: 100%;
}

.quesito {
    border-radius: 50%;
    clip: rect(0px, 100px, 200px, 0px);
    height: 100%;
    position: absolute;
    width: 100%;
    font-family: monospace;
    font-size: 1.5rem;
}

#porcion1 {
    transform: rotate(0deg);
}

    #porcion1 .quesito {
        background-color: #E64C65;
        transform: rotate(76deg);
    }

#porcion2 {
    transform: rotate(76deg);
}

    #porcion2 .quesito {
        background-color: #11A8AB;
        transform: rotate(140deg);
    }

#porcion3 {
    transform: rotate(215deg);
}

    #porcion3 .quesito {
        background-color: #4FC4F6;
        transform: rotate(113deg);
    }

#porcionFin {
    transform: rotate(-32deg);
}

    #porcionFin .quesito {
        background-color: #FCB150;
        transform: rotate(32deg);
    }

.nota-final {
    clear: both;
    color: #4FC4F6;
    font-size: 1rem;
    padding: 2rem 0;
}

    .nota-final strong {
        color: #E64C65;
    }

    .nota-final a {
        color: #FCB150;
        font-size: inherit;
    }
/******************************************
↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓ ↓
ESTILOS PROPIOS DE LOS GRÄFICOS
↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ ↑ 
GRAFICO LINEAL
******************************************/

.grafico {
    padding: 2rem 1rem 1rem;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fff;
    font-size: 80%;
}

    .grafico span {
        display: block;
        position: absolute;
        bottom: 3rem;
        left: 2rem;
        height: 0;
        border-top: 2px solid;
        transform-origin: left center;
    }

        .grafico span > span {
            left: 100%;
            bottom: 0;
        }

[data-valor='25'] {
    width: 75px;
    transform: rotate(-45deg);
}

[data-valor='8'] {
    width: 24px;
    transform: rotate(65deg);
}

[data-valor='13'] {
    width: 39px;
    transform: rotate(-45deg);
}

[data-valor='5'] {
    width: 15px;
    transform: rotate(50deg);
}

[data-valor='23'] {
    width: 69px;
    transform: rotate(-70deg);
}

[data-valor='12'] {
    width: 36px;
    transform: rotate(75deg);
}

[data-valor='15'] {
    width: 45px;
    transform: rotate(-45deg);
}

[data-valor]:before {
    content: '';
    position: absolute;
    display: block;
    right: -4px;
    bottom: -3px;
    padding: 4px;
    background: #fff;
    border-radius: 50%;
}

[data-valor='23']:after {
    content: '+' attr(data-valor) '%';
    position: absolute;
    right: -2.7rem;
    top: -1.7rem;
    padding: .3rem .5rem;
    background: #50597B;
    border-radius: .5rem;
    transform: rotate(45deg);
}

[class^='eje-'] {
    position: absolute;
    left: 0;
    bottom: 0rem;
    width: 100%;
    padding: 1rem 1rem 0 2rem;
    height: 80%;
}

.eje-x {
    height: 2.5rem;
}

.eje-y li {
    height: 25%;
    border-top: 1px solid #777;
}

[data-ejeY]:before {
    content: attr(data-ejeY);
    display: inline-block;
    width: 2rem;
    text-align: right;
    line-height: 0;
    position: relative;
    left: -2.5rem;
    top: -.5rem;
}

.eje-x li {
    width: 33%;
    float: left;
    text-align: center;
}

.titular {
    display: block;
    line-height: 60px;
    margin: 0;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.horizontal-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .horizontal-list li {
        float: left;
    }

.block {
    margin: 25px 25px 0 0;
    border-radius: 5px;
    float: left;
    width: 300px;
    overflow: hidden;
}
/**************************
BAR-CHART
**************************/
.grafico.bar-chart {
    background: #3468AF;
    padding: 0 1rem 2rem 1rem;
    width: 100%;
    height: 80%;
    position: relative;
    color: #fff;
    font-size: 80%;
}

.bar-chart [class^='eje-'] {
    padding: 0 1rem 0 2rem;
    bottom: 1rem;
}

.bar-chart .eje-x {
    bottom: 0;
}

.bar-chart .eje-y li {
    height: 24%;
    border-top: 1px solid #fff;
}

.bar-chart .eje-x li {
    width: 14%;
    position: relative;
    text-align: left;
}

    .bar-chart .eje-x li i {
        transform: rotatez(-45deg) translatex(-1rem);
        transform-origin: 30% 60%;
        display: block;
    }

    .bar-chart .eje-x li:before {
        content: '';
        position: absolute;
        bottom: 1.9rem;
        width: 70%;
        right: 5%;
        box-shadow: 3px 0 rgba(0,0,0,.1), 3px -3px rgba(0,0,0,.1);
    }

    .bar-chart .eje-x li:nth-child(1):before {
        background: #E64C65;
        height: 570%;
    }

    .bar-chart .eje-x li:nth-child(2):before {
        background: #11A8AB;
        height: 900%;
    }

    .bar-chart .eje-x li:nth-child(3):before {
        background: #FCB150;
        height: 400%;
    }

    .bar-chart .eje-x li:nth-child(4):before {
        background: #4FC4F6;
        height: 290%;
    }

    .bar-chart .eje-x li:nth-child(5):before {
        background: #FFED0D;
        height: 720%;
    }

    .bar-chart .eje-x li:nth-child(6):before {
        background: #F46FDA;
        height: 820%;
    }

    .bar-chart .eje-x li:nth-child(7):before {
        background: #15BFCC;
        height: 520%;
    }






/*Pie Chart Bar Chart&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

@media only screen and (max-width:720px)
{
    .recruiter
    {
   width: 100%;
    height: 237px;
    }
}

.recruiter
{
    width:100%;
    height: 406px; 
    margin-top: -85px;
}

@media only screen and (max-width: 767px)
{
#resheadind
{
font-size:19px
}
}



/*Glowing Text************************************************************************/
/*.glow {
  color:black;
  font-size: 15px;
  text-align:center;
  animation: glow 2s infinite alternate linear;
}

@keyframes glow {
  0% {
    text-shadow: 0 0 10px rgba(255,182,6,.9),
                 0 0 20px rgba(255,182,6,.9),
                 0 0 30px rgba(255,182,6,.9),
                 0 0 40px rgba(255,182,6,.9),
                 0 0 50px rgba(255,182,6,.9),
                 0 0 60px rgba(255,182,6,.9),
                 0 0 70px rgba(255,182,6,.9),
                 0 0 90px rgba(255,182,6,.9),
                 0 0 100px rgba(255,182,6,.9);
  }
  100% {
    text-shadow: 0 0 2px rgba(255,182,6,.9),
                 0 0 8px rgba(255,182,6,.1),
                 0 0 10px rgba(255,182,6,.1),
                 0 0 20px rgba(255,182,6,.1),
                 0 0 30px rgba(255,182,6,.1),
                 0 0 40px rgba(255,182,6,.1),
                 0 0 50px rgba(255,182,6,.1),
                 0 0 100px rgba(255,182,6,.1);
  }
}*/


/*Glowing Text************************************************************/


/*NOTIFICATION TICKER ----------STARTS*/



.notif_section {
    border: 1px solid #ccc;
    padding: 5px;
    min-height: 326px;
}



                .notif_section h2 {
                    background-color: #f8981f;
                    text-align: center;
                    color: white;
                    margin-top: 3px;
                    padding: 8px 0px;
                    font-size: 18px;
                }


@media only screen and (max-width: 767px) {
    .notif_section h2{
        font-size:16px;
             }

}



 .notifications {
             border-radius: 5px;
             margin: 20px auto;
             height: 220px;
             background-color:;
             overflow: hidden;
             padding: 0 15px 0;
         }

             .notifications ul {
                 list-style: none;
                 position: relative;
             }

             .notifications li {
                 height: 65px;
                 border-bottom: 3px solid #C5C5C5;
             }

             .notifications h3 {
                 padding-top: 10px;
             }

             .notifications p {
                 text-align: left;
                 overflow: hidden;
                 text-overflow: ellipsis;
                 white-space: nowrap;
             }


               /*NOTIFICATION TICKER ----------ENDS*/

/*Sidebar Desktop/phone View*/
               @media only screen and (max-width: 468px)
{
.blog-items
{
   margin-top: 15px;
    margin-left: 15px;
}
}
                @media only screen and (min-width: 720px)
{
.blog-items
{
   margin-top: 15px;
    margin-left: -127px;
}
}
 /*Sidebar Desktop/phone View*/