/*
Template Name: eduzone
Author: Consultant
*/

/*
======================================================================================
CSS INDEX
======================================================================================
** eduzone HEADER TOP AREA CSS
** eduzone CREATIVE HEADER
** eduzone HEADING NAV AREA CSS
** eduzone NIVO SLIDER AREA CSS
** eduzone ABOUT AREA CSS
** eduzone FEATURE AREA CSS
** eduzone COURSE AREA CSS
** eduzone COUNTDOWN AREA CSS
** eduzone SERVICE AREA CSS
** eduzone EVENT AREA CSS
** eduzone EVENT DETAILS CSS
** eduzone TESTIMONIAL AREA CSS
** eduzone VIDEO AREA CSS
** eduzone PORTFOLIO AREA CSS
** PORTFOLIO DETAILS  CSS
** eduzone TEAM AREA CSS
** eduzone DONATE AREA CSS
** eduzone BLOG AREA CSS
** eduzone BLOG DETAILS AREA CSS
** eduzone FOOTER MIDDLE CSS
** eduzone FOOTER BOTTOM AREA CSS
** eduzone COUNTER AREA CSS
** eduzone CALL DO ACTION AREA CSS
** eduzone INSTAGRAM AREA CSS
** eduzone BRAND AREA CSS
** eduzone BREADCRUMB AREA CSS
** eduzone PAGINATION AREA CSS
** CSS eduzone 404 AREA CSS
** eduzone SCROLL TOP CSS
** eduzone SECTION TITLE CSS
** eduzone CUOROSEL  CSS
** eduzone ACOADING AREA CSS
============================================================================================= */

html,
body {
  position: relative;
}

img {
  max-width: 100%;
  height: auto;
}

/* box layout */

.box.wrapper {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  box-shadow: 0px 0px 5px #ddd;
}

/* end box layout */

.fix {
  overflow: hidden;
}

.clear_both {
  clear: both;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #fff !important;
  transition: 0.5s !important;
  z-index: 922;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}

.sticky.eduzone_nav_area.two {
  background: #0d2f5d !important ;
}

/*============================
eduzone HEADER TOP AREA CSS
==============================*/

.em40_header_area_main {
}

.em40_header_area_main.hdisplay_none {
  display: none;
}

.eduzone-header-top {
  background: #eb1b2b none repeat scroll 0 0;
  padding: 12px 0;
}

.top-address p {
  margin-bottom: 0;
  color: #fff;
}

.top-address p i {
  margin-right: 7px;
}

.top-address p span,
.top-address p a {
  margin-right: 20px;
}

.top-address p span i,
.top-address p a i {
  font-size: 13px;
  color: #eb1b2b;
  margin-right: 10px;
}

.top-address p a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* TOP RIGHT CSS */

.login-register {
  background: #fff;
  padding: 3px 20px;
  color: #f00 !important;
  border-radius: 30px;
  transition: 0.3s;
}

.top-right-menu ul.social-icons {
  margin: 0;
  padding: 0;
}

.top-right-menu ul.social-icons li {
  display: inline-block;
  margin-left: 7px;
  position: relative;
}

.top-right-menu ul.social-icons li a {
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 15px;
  color: #fff;
}

.top-address p a,
.top-right-menu ul.social-icons li a,
.top-address p span {
  font-size: 15px;
}

.top-right-menu .social-icons li a:hover,
.top-right-menu .social-icons li a i:hover {
  color: #eb1b2b;
}

.login-register:hover {
  background: #0d2f5d;
  color: #fff !important;
}

.top-both-p0 .top-address p a,
.top-both-p0 .top-address p span {
  margin-right: 0px;
  margin-left: 12px;
}

.facebook.social-icon {
  color: #415e9b;
}

.twitter.social-icon {
  color: #1da1f3;
}

.pinterest.social-icon {
  color: #bd081b;
}

.linkedin.social-icon {
  color: #007bb5;
}

.dribbble.social-icon {
  color: #eb4d88;
}

.login-register {
  padding-left: 13px;
  font-size: 13px !important;
  transition: 0.3s;
}

.login-register i {
  font-size: 14px;
  margin-right: 7px;
}

.login-register i {
}

/* sub menu css */

.top-right-menu ul .sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-top: 1px solid #eb1b2b;
  width: 150px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: left;
  background: #fff;
  z-index: 1;
}

.top-right-menu ul.social-icons li:hover .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
}

.top-right-menu ul .sub-menu li {
  padding: 5px 0px 0px 5px;
}

.top-right-menu ul .sub-menu li a {
  font-size: 12px;
}

.top-right-menu ul .sub-menu ul {
  display: none;
}

.top-welcome p {
  padding: 0px;
  margin: 0px;
}

.top-address.em-login a {
  margin-right: 10px;
}

.top-address.em-login a + a {
  margin-right: 0;
}

.top-address.em-login p a i,
.top-address.em-login p a i {
  margin-right: 5px;
}

.top-address.em-login a + a:before {
  content: "|";
  margin-right: 12px;
}

.txtc {
  text-align: center;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

/* top opening */

.top-address.menu_18 span {
  background: #fff;
  padding: 8px 15px 9px;
  display: inline-block;
  color: #212121;
}

.top-right-menu ul.social-icons.menu_18,
.top-right-menu ul.social-icons.menu_19 {
  padding: 7px 0;
}

.em-login.menu_18,
.em-quearys-top.menu_19 {
  padding: 7px 0;
}

/* top quearys */

/* top quearys */

.em-top-quearys-area {
  position: relative;
}

.em-header-quearys {
  list-style: none;
}

.em-quearys-menu i {
  background: #eb1b2b none repeat scroll 0 0;
  border-radius: 50px;
  display: inline-block;
  height: 26px;
  text-align: center;
  width: 26px;
  line-height: 26px;
  font-size: 11px;
  color: #fff;
}

.em-quearys-inner {
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 999;
  display: none;
  transition: 0.5s;
}

.em-quearys-inner {
}

.em-quearys-form {
  background-color: #ffffff;
  border-top: 1px solid #eb1b2b;
  width: 290px;
  float: right;
}

.top-form-control {
  position: relative;
}

.top-form-control input {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #333;
  font-size: 13px;
  font-weight: 300;
  height: 48px;
  padding: 0 40px 0 15px;
  transition: all 1s ease 0s;
  width: 100%;
}

.top-form-control button.top-quearys-style {
  position: absolute;
  right: 6px;
  top: 50%;
  /* height: 44px; */
  background: transparent;
  font-size: 15px;
  border: none;
  color: #eb1b2b;
  transform: translateY(-50%);
}

.top-form-control i {
  color: #eb1b2b;
  font-size: 18px;
}

.em-s-hidden {
  display: none !important;
}

/* address left right icon */

.top-right-menu.litop {
  float: left;
}

/* mobile logo   */

.mobile_menu_logo.text-center {
  padding: 20px 0;
}

/*=========================
eduzone  CREATIVE HEADER
==========================*/

.em_creative_header {
  background: #f9f9f9 none repeat scroll 0 0;
  padding: 28px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.em_creative_header:before {
  background: #eb1b2b none repeat scroll 0 0;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 25%;
  height: 100%;
  z-index: -1;
  position: absolute;
}

.em_creative_header:after {
  background: #eb1b2b none repeat scroll 0 0;
  content: "";
  left: 18%;
  top: 0;
  bottom: 0;
  width: 15%;
  height: 100%;
  position: absolute;
  
  -webkit-transform: rotate(-121deg);
  transform: rotate(-121deg);
  z-index: -1;
}

.single_header_address {
}

.creative_logo_thumb {
  z-index: 9;
  text-align: right;
}

.creative_header_icon {
  float: left;
  margin-right: 10px;
  overflow: hidden;
}

.creative_header_icon i {
  color: #eb1b2b;
  font-size: 28px;
  margin-top: 5px;
}

.creative_header_address {
  overflow: hidden;
  padding-left: 80px;
}

.creative_header_address_text > h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}

.creative_header_address_text > p {
  margin: 0;
}

.creative_logo_thumb {
  z-index: 9;
}

.creative_header_button {
  padding-left: 50px;
  position: relative;
  margin-top: 5px;
}

.creative_header_button:before {
  content: "";
  position: absolute;
  background: #eb1b2b;
  width: 1px;
  height: 74px;
  left: 10px;
  top: -21px;
}

.creative_header_button .dtbtn {
  background: #eb1b2b none repeat scroll 0 0;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-family: raleway;
  font-size: 14px;
  font-weight: 600;
  margin-left: 0;
  padding: 6px 26px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.creative_header_button > a:hover {
  background: #eb1b2b none repeat scroll 0 0;
}

.em_slider_social {
  position: fixed;
  right: 15px;
  text-align: center;
  top: 50%;
  z-index: 9999;
}

.em_slider_social li {
  display: block;
  list-style: outside none none;
  text-decoration: none;
}

.em_slider_social a {
  background: #eb1b2b none repeat scroll 0 0;
  border: 1px solid #eb1b2b;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  margin-bottom: 10px;
  width: 35px;
}

.em_slider_social a:hover {
  background: #eb1b2b;
  color: #fff;
  border-color: #eb1b2b;
}

.no-logo-sr .creative_search_icon {
  position: absolute;
  right: 19%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}

.no-logo-sr .em-quearys-top.msin-menu-search .em-quearys-inner {
  top: 70px;
}

.no-logo-sr .eduzone_menu ul {
  text-align: center;
}

.no-logo-sr .eduzone_menu ul li {
  text-align: left;
}

/*==============================
eduzone HEADING NAV AREA CSS
===============================*/

.mean-container .mean-bar {
  padding: 0;
}

.mean-container .mean-nav {
  background: #ffffff none repeat scroll 0 0;
  float: none;
}

.main_menu_div {
  position: relative;
}

.eduzone_nav_area {
  background: #0d2f5d none repeat scroll 0 0;
}

/* LOGO CSS */

.logo {
}

.logo a {
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}

.eduzone_menu {
}

/* MAIN MENU CSS */

.eduzone_menu ul {
  text-align: right;
  list-style: none;
}

.eduzone_menu > ul > li {
  display: inline-block;
  position: relative;
}
.eduzone_menu > ul > li > a {
  display: block;
  margin: 29px 0px 28px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 23px;
}
.eduzone_menu > ul > li > a::before,
.eduzone_menu > ul > li.current > a::before {
  background: #ffb600 none repeat scroll 0 0;
  bottom: -7px;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: all 0.5s ease 0s;
  width: 15%;
  display: none;
}

.eduzone_menu ul li:last-child a {
  margin-right: 0px;
}

.eduzone_menu > ul > li.current > a,
.eduzone_menu > ul > li:hover > a,
.creative_header_menu > ul > li:hover > a {
  color: #980e19;
  background-color: transparent;
}

.eduzone_menu > ul > li:hover > a:before,
.eduzone_menu > ul > li.current > a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* transparent 2 */

.trp_nav_area {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: transparent;
  padding: 25px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.hbg2 {
  background: rgba(0, 0, 0, 0.7);
  padding: 0 0 10px;
}

/* stycky nav js */

.transprent-menu.menu4 {
  position: relative;
}

.transprent-menu .eduzone_nav_area {
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  background-color: transparent;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
}

.eduzone_nav_area.postfix {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.eduzone_nav_area.prefix,
.hbg2 {
  background: #0d2f5d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.eduzone_nav_area.prefix .eduzone_menu > ul > li > a {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.eduzone_nav_area.prefix .eduzone_menu > ul > li.current > a {
  color: #eb1b2b;
}

/* LOGO LEFT RIGHT CSS */

.logo-left {
}

.logo-right .logo {
  text-align: right;
}

.logo-right .eduzone_menu > ul {
  text-align: left;
}

.logo-right .eduzone_menu > ul > li:first-child a {
  padding-left: 0px;
}

.logo-right .eduzone_menu > ul > li:last-child a {
  padding-right: auto;
}

/* logo top */

.logo-top .logo {
  text-align: center;
}

.logo-top .eduzone_menu > ul {
  text-align: center;
}

.logo-top > .eduzone_menu > ul > li:last-child a {
  padding-right: auto;
}

/* sub menu style */

.eduzone_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 217px;
  text-align: left;
  background: #fff;
  margin: 0;
  padding: 15px 0;
  z-index: 9999;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.eduzone_menu ul li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 100%;
  z-index: 9;
}

.eduzone_menu ul .sub-menu li {
  position: relative;
}

.eduzone_menu ul .sub-menu li a {
  display: block;
  padding: 12px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  visibility: inherit !important;
}

.eduzone_menu ul .sub-menu li:hover > a,
.eduzone_menu ul .sub-menu .sub-menu li:hover > a,
.eduzone_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.eduzone_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  background: rgba(255, 255, 255, 0.06);
  color: #eb1b2b;
}

/* sub menu 2 */

.eduzone_menu ul .sub-menu .sub-menu {
  left: 100%;
  top: 130%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.eduzone_menu ul .sub-menu li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0%;
}

/* sub menu 3 */

.eduzone_menu ul .sub-menu .sub-menu li {
  position: relative;
}

.eduzone_menu ul .sub-menu .sub-menu .sub-menu {
  right: 100%;
  left: auto;
  top: 130%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
}

.eduzone_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0%;
}

/* sub menu 4 */

.eduzone_menu ul .sub-menu .sub-menu .sub-menu li {
  position: relative;
}

.eduzone_menu ul .sub-menu .sub-menu .sub-menu .sub-menu {
}

.eduzone_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  top: 0%;
}

/* user login */

.logged-in .transprent-menu .eduzone_nav_area.prefix {
  top: 32px;
}

.logged-in .trp_nav_area.hbg2 {
  top: 32px;
}

/* maing menu search */

.eduzone_menu.main-search-menu > ul,
.em-quearys-top.msin-menu-search {
  display: inline-block;
}

.em-quearys-top.msin-menu-search .em-quearys-menu i {
  height: 36px;
  width: 36px;
  line-height: 36px;
  margin-left: 20px;
  font-size: 15px;
  cursor: pointer;
}

.em-quearys-top.msin-menu-search .em-quearys-inner {
  top: 66px;
}

/* has menu icon */

.eduzone-main-menu .menu-item-has-children > a:after {
  margin-left: 5px;
  content: "\f107";
  font-family: FontAwesome;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-size: 13px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.eduzone-main-menu .menu-item-has-children .menu-item-has-children > a:after {
  margin-left: 8px;
  content: "\f105";
}

/* menu button */

.donate-btn-header {
  display: inline-block;
  float: right;
}

a.dtbtn {
  border: none;
  display: inline-block;
  font-size: 14px;
  margin-left: 30px;
  font-weight: 500;
  text-transform: uppercase;
  background-color: #eb1b2b;
  border-radius: 50px;
  color: #fff;
  padding: 8px 30px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

a.dtbtn:hover {
  background-color: #fff;
  color: #eb1b2b;
}

a.dtbtn:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 101%;
  background: #fff;
  transform: scaleY(0);
  transition: 0.3s;
  border-radius: 30px;
  z-index: -1;
}

a.dtbtn:hover:before {
  transform: scaleY(1);
}

.redX {
  color: #eb1b2b;
}

/* logo sticky */

.eduzone-main-menu .logo a.main_sticky_main_l {
  display: block;
}

.eduzone-main-menu .logo a.main_sticky_l {
  display: none;
}

/* logo pre */

.eduzone-main-menu .prefix .logo a.main_sticky_main_l {
  display: none;
}

.eduzone-main-menu .prefix .logo a.main_sticky_l {
  display: block;
}

.headroom--pinned {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header--fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  will-change: transform;
}

.menu-height-space {
  height: 100px;
}

/* sticky logo */

.creative_logo_thumb a.main_sticky_l {
  display: none;
}

.creative_logo_thumb .logo a {
  margin-top: 0;
}

/* eduzone header-creative css */

.header-creative-area {
  padding: 24px 0 25px;
  /* background: #ddd; */
}

.header-creative-address {
  text-align: right;
  position: relative;
}

.header-creative-address::before {
  position: absolute;
  right: -27px;
  top: -25px;
  width: 1px;
  height: 211%;
  background: #ddd;
  content: "";
}

.header-creative-address.last-child:before {
  display: none;
}

.header-creative-icon i {
  font-size: 20px;
  display: inline-block;
  float: left;
  margin-left: 26px;
  height: 35px;
  width: 35px;
  color: #fff;
  text-align: center;
  background: #eb1b2b;
  line-height: 35px;
  margin-top: 5px;
  border-radius: 3px;
}

.header-creative-text p {
  margin: 0;
  overflow: hidden;
  margin-left: 10px;
}

/* Header Style Two */

.header_style_two .eduzone_nav_area {
  background: #fff;
}

.header_style_two .eduzone_nav_area.prefix,
.header_style_two .hbg2 {
  background: #0d2f5d;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header_style_two .eduzone_nav_area .eduzone_menu {
  text-align: right;
}

.header_style_two .eduzone_menu > ul > li > a {
  color: #333;
  margin: 39px 0px 38px 23px;
}

.header_style_two .logo a {
  font-weight: 700;
  display: inline-block;
  margin-top: 5px;
}

/*=============================
eduzone NIVO SLIDER AREA CSS
==============================*/

.main-slider-area {
  overflow: hidden;
  display: block;
  position: relative;
}

.nivo-caption {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.em-slider-content-nivo {
}

.em_slider_right {
}

.em_slider_inner {
  margin: auto;
  /* width: 60%; */
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* slider title */

.em-slider-title {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 23px;
  text-transform: uppercase;
  background: rgba(235, 27, 43, 0.6);
  display: inline-block;
  padding: 10px 16px 10px;
}

.em-slider-sub-title {
  color: #fff;
  font-size: 55px;
  font-weight: 800;
  margin-bottom: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  margin: 0;
}

.em-slider-sub-title2 {
  font-size: 32px;
  color: #fff;
  background: rgba(235, 27, 43, 0.6);
  display: inline-block;
  padding: 4px 15px 4px;
  text-transform: uppercase;
}

.em-slider-descript {
  color: #fff;
}

.em-slider-descript {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 24px;
  width: 46%;
  margin-top: 15px;
}

.text-left .em-slider-descript {
  margin-left: 0;
  margin-right: auto;
}

.text-center .em-slider-descript {
  margin: 11px auto 28px;
  width: 58%;
}

.text-right .em-slider-descript {
  margin-right: 0;
  margin-left: auto;
}

/* button */

.em-button-button-area a {
  border: 0;
  background: #eb1b2b;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: 0 4px;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 1;
  margin-top: 0px;
}

.em-button-button-area a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0d2f5d;
  transform: scaleY(0);
  transition: 0.3s;
  z-index: -1;
}

.em-button-button-area a:hover:before {
  transform: scaleY(1);
}

.em-slider-half-width {
  width: 50%;
}

.em-slider-left {
  padding-right: 30px;
}

.em-slider-right {
  padding-left: 30px;
}

.em-slider-full-width {
  width: 85%;
}

.em-slider-half-width .em-slider-descript {
  width: 100%;
}

/* directionNav */

.em-nivo-slider-wrapper .nivo-directionNav {
}

.em-nivo-slider-wrapper .nivo-directionNav a {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 70px;
  width: 70px;
  line-height: 70px;
  border: 0;
  text-align: center;
  display: block;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-prevNav {
}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 0;
}

.em-nivo-slider-wrapper .nivo-directionNav a:hover {
  background: #eb1b2b;
  border-color: #eb1b2b;
  color: #fff;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav a {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  left: 50px;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
  left: auto;
  right: 50px;
}

/* controlNav */

.em-nivo-slider-wrapper .nivo-controlNav {
  bottom: 50px;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 9;
}

.em-nivo-slider-wrapper .nivo-controlNav a {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 25px;
  margin: 0 5px;
  width: 25px;
  color: #fff;
  line-height: 25px;
}

.em-nivo-slider-wrapper .nivo-controlNav a:hover,
.em-nivo-slider-wrapper .nivo-controlNav a.active {
  background: #eb1b2b none repeat scroll 0 0;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* Nivo slider Style Two*/

.slider-style-two .em-slider-sub-title {
  font-weight: 800;
  font-family: "Merriweather", serif;
  font-size: 48px;
  margin-bottom: 5px;
}

.slider-style-two .em-slider-descript {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 26px;
  width: 52%;
  margin-top: 19px;
}

.slider-style-two .em-nivo-slider-wrapper .nivo-controlNav a {
  display: none;
}

.slider-style-two.slider_style_three .em-slider-descript {
  width: 76%;
  margin-bottom: 0;
}

.slider-style-two.slider_style_three .em-button-button-area a {
  margin-top: 26px;
}

/*=========================
eduzone ABOUT AREA CSS
===========================*/

.about_area {
  padding: 20px 0 100px;
  background-color: aliceblue;
}

.section_title_lefts {
}

.section_title_lefts h2 {
  margin-top: 0;
  font-size: 17px;
  font-weight: 700;
  /* text-transform: capitalize; */
  margin-bottom: 19px;
  color: #505050;
}

.section_title_lefts h1 {
  margin-bottom: 47px;
  font-size: 41px;
}

.section_title_lefts h1 span {
  color: #eb1b2b;
}

.eduzone_about {
  padding: 0 50px 0 0;
}

.section_title_lefts.about_subtitle h2 {
  position: relative;
  display: inline-block;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 17px;
}

.section_title_lefts.about_subtitle h2::before {
  position: absolute;
  content: "";
  right: -59%;
  top: 10px;
  width: 60px;
  height: 2px;
  background: #eb1b2b;
}

.about_singnature img {
  margin-top: 8px;
}

.single_image {
  margin-top: 5px;
  position: relative;
}

.about_text p {
  margin-bottom: 30px;
}

.about_button a {
  background: #eb1b2b;
  display: inline-block;
  color: #fff;
  padding: 10px 34px;
  font-size: 16px;
  margin-top: 17px;
  transition: 0.3s;
  position: relative;
  z-index: 1;
}

.about_button a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #0d2f5d;
  transform: scaleX(0);
  transition: 0.3s;
  z-index: -1;
}

.about_button a:hover:before {
  transform: scaleX(1);
}

.about_button a:hover {
  color: #fff;
}

/* About area Style Two Css */

.about_area.about-pages {
  background: #f7f7f7;
}

.image_left_style .eduzone_about {
  padding: 44px 0 0 0;
}

/*=========================
eduzone FEATURE AREA CSS
===========================*/

.feature_area {
  padding: 82px 0 70px;
  z-index: 999;
}

.em-feature {
  position: relative;
  transition: all 0.5s ease 0s;
  margin-bottom: 30px;
  margin-top: -164px;
  z-index: 999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background: #0d2f5d;
  transition: 0.3s;
  padding: 14px 30px 34px;
}

.em-feature:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 3px;
  width: 100%;
  background: #eb1b2b;
  transition: 0.3s;
  z-index: -1;
}

.em-feature:hover:before {
  height: 100%;
}

.feature_inner_box {
  transition: all 0.5s ease 0s;
  position: relative;
}

.em_feature_icon {
  float: left;
}

.em_feature_icon i {
  font-size: 44px;
  color: #eb1b2b;
  transition: 0.3s;
  margin-right: 20px;
  margin-top: 21px;
}

.em-feature:hover .em_feature_icon i {
  color: #fff;
}

.em_content_text {
  padding-top: 10px;
  color: #fff;
}

.em-feature-title h2 {
  font-weight: 600;
  padding-bottom: 14px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  color: #fff;
  font-size: 17px;
}

.feature_inner {
  overflow: hidden;
  bottom: 0;
  position: relative;
}

.em_feature_button {
  margin-top: 8px;
}

.em_feature_button a {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  font-size: 12px;
}

.em_feature_button a i {
  font-size: 17px;
  margin-left: 5px;
  position: absolute;
  top: -1px;
}

.feature_icon {
  margin-top: 21px;
}

.f-readmore {
  padding-top: 7px;
}

.feature_button {
  transition: 0.5s;
}

.feature_button a {
  color: #212121;
  display: inline-block;
  border: 1px solid #ddd;
  padding: 5px 20px;
  border-radius: 30px;
}

.feature_button a span i {
  margin-left: 5px;
  font-size: 11px;
}

.em-feature:hover .feature_button {
  display: block;
}

.em-feature:hover .em_feature-icon {
  background: #eb1b2b;
  color: #fff;
}

/* Classic  Feature Style */

.feature_area.feature_area_style3 {
  padding: 100px 0 70px;
  z-index: 999;
}

.feature_area_style3 .em-feature {
  transition: all 0.5s ease 0s;
  margin-bottom: 30px;
  margin-top: inherit;
  box-shadow: none;
  background: #f7f7f7;
  padding: 30px 25px 24px;
  text-align: center;
}

.feature_area_style3 .em-feature:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.feature_area_style3 .em-feature-title h2 {
  color: #212121;
  overflow: hidden;
  margin-top: 21px;
}

.feature_area_style3 .em_feature_button {
  margin-top: 14px;
}

.feature_area_style3 .em_feature_button a {
  color: #eb1b2b;
}

.feature_area_style3 .em_feature_icon {
  float: none;
}

.feature_area_style3 .em-feature-desc {
  color: #6d6d6d;
}

.feature_area_style3 .em-feature::before {
  display: none;
}

.feature_area_style3 .em_feature_icon i {
  font-size: 30px;
  transition: 0.3s;
  margin-right: 0;
  margin-top: 0;
  width: 70px;
  height: 70px;
  display: inline-block;
  background: #eb1b2b;
  color: #fff;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
}

/* 3D  Feature Style */

.feature_area.feature_area_style2 {
  padding: 0 0 70px;
  z-index: 9999999;
  margin-top: -110px;
}

.em_feature_flipbox {
  margin-bottom: 30px;
  perspective: 1000px;
  position: relative;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  z-index: 9899999;
}

.em_feature_flipbox .feature_flipbox_font,
.em_feature_flipbox .feature_flipbox_back {
  min-height: 250px;
  height: auto;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: transform 0.7s ease, -webkit-transform 0.7s ease;
  position: relative;
}

.em_feature_flipbox .feature_flipbox_back::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 47, 93, 0.9);
}

.em_feature_flipbox .feature_flipbox_font {
  background: #0d2f5d;
}

.em_feature_flipbox .feature_flipbox_inner {
  text-align: center;
  padding: 0 25px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  perspective: inherit;
  -webkit-perspective: inherit;
  outline: transparent solid 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2;
}

.feature_flipbox_icon {
  font-size: 45px;
  text-align: center;
  display: inline-block;
  color: #eb1b2b;
  overflow: hidden;
}

.em_feature_flipbox .em-feature-title h2 {
  font-size: 22px;
  padding-bottom: 13px;
  text-transform: capitalize;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.em_feature_flipbox .feature_flipbox_back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #eb1b2b;
  border-radius: 2px;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.em_feature_flipbox .feature_flipbox_back .frb-batton a {
  color: #fff;
  text-transform: capitalize;
  margin-top: 22px;
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 3px 25px;
  border-radius: 30px;
  border: 2px solid #fff;
  transition: 0.5s;
}

.em_feature_flipbox .feature_flipbox_back .frb-batton a:hover {
  color: #fff;
  border-color: #eb1b2b;
  background: #eb1b2b;
}

.em_feature_flipbox .feature_flipbox_back .frb-batton a i {
  display: none;
}

.em_feature_flipbox .feature_flipbox_back .em-feature-title h2 {
  padding-bottom: 16px;
  padding-top: 0;
  color: #fff;
  margin-bottom: 0;
}

.em_feature_flipbox .feature_flipbox_font .em-feature-desc,
.em_feature_flipbox .feature_flipbox_back .em-feature-desc {
  color: #fff;
}

.em_feature_flipbox:hover .feature_flipbox_font {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}

.em_feature_flipbox:hover .feature_flipbox_back {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}

/*==============================
/* eduzone COURSE AREA CSS 
===============================*/

.course_area {
  background: #f7f7f7;
  padding: 0px 0px 72px;
}

.course_area.course-grid {
  padding: 100px 0px 70px;
}

.course_area.course-grid.course-details {
  padding: 30px 0px 100px;
}

.eduzone_single_course {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: 30px;
}

.eduzone_course_thumb {
  position: relative;
}

.eduzone_course_thumb::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 47, 93, 0.8);
  transform: scaleY(0);
  transition: 0.3s;
}

.eduzone_single_course:hover .eduzone_course_thumb:before {
  transform: scaleY(1);
}

.course_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #eb1b2b;
  display: inline-block;
  color: #fff;
  padding: 6px 18px;
  text-transform: uppercase;
  font-size: 12px;
  transition: 0.5s;
  opacity: 0;
}

.course_btn:hover {
  color: #fff;
}

.eduzone_single_course:hover .course_btn {
  opacity: 1;
  transition-delay: 0.5s;
}

.eduzone_course_thumb img {
}

.eduzone_course_author {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}

.eduzone_course_author img {
  border-radius: 100%;
  border: 3px solid #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.eduzone_course_content {
  padding: 27px 20px 15px;
}

.eduzone_course_title {
}

.eduzone_course_title h2 {
  margin-bottom: 7px;
}

.eduzone_course_title h2 a {
  font-size: 22px;
  font-weight: 700;
  transition: 0.3s;
}

.eduzone_course_title h2 a:hover {
  color: #eb1b2b;
}

.eduzone_course_review {
  float: left;
  margin-right: 15px;
}

.eduzone_course_review ul {
  list-style: none;
}

.eduzone_course_review ul li {
  display: inline-block;
  color: #eb1b2b;
  margin-right: 2px;
}

.eduzone_course_review ul li i {
}

.eduzone_course_meta {
}

.eduzone_course_meta a {
  display: inline-block;
  margin-right: 10px;
}

.eduzone_course_meta a i {
  color: #eb1b2b;
  margin-right: 4px;
}

.eduzone_course_desc {
  padding: 19px 0 10px;
}

.eduzone_course_desc p {
}

.eduzone_course_info {
  background: #eb1b2b;
  padding: 5px 20px 5px;
}

.eduzone_course_info p {
  display: inline-block;
  color: #fff;
  padding-right: 24px;
  position: relative;
  font-weight: 600;
  margin-bottom: 2px;
}

.eduzone_course_info p::before {
  content: "";
  position: absolute;
  right: 12px;
  top: -5px;
  width: 1px;
  height: 148%;
  background: #fff;
}

.eduzone_course_info p:last-child::before {
  display: none;
}

.eduzone_course_info p:last-child {
  padding-right: 0;
}

.eduzone_course_info p span {
  display: block;
  font-weight: 400;
  font-size: 13px;
}

/* Course Style Two */

.course_area_style2 .eduzone_single_course {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.course_area_style2 .eduzone_single_course:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.course_area_style2 .eduzone_course_desc {
  padding: 7px 0 15px;
}

.course_area_style2 .eduzone_course_meta {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.course_area_style2 .eduzone_course_meta a {
  margin-right: 15px;
}

.course_area_style2 .eduzone_course_meta a i {
  color: #6d6d6d;
  margin-right: 4px;
  font-size: 17px;
  /* margin-top: 1px; */
}

.course_area_style2 .eduzone_course_meta a:hover,
.course_area_style2 .eduzone_course_meta a:hover i {
  color: #eb1b2b;
}

.course_area_style2 .course_price {
  float: right;
  font-size: 17px;
  font-weight: 700;
  color: #eb1b2b;
  padding: 0;
  margin: 0;
  margin-top: -2px;
}

.section_title_btn {
  text-align: right;
  margin-top: 61px;
}

.section_title_btn a {
  /* background: #f00; */
  display: inline-block;
  border: 2px solid #eb1b2b;
  padding: 8px 35px;
  color: #eb1b2b;
  font-size: 16px;
}

.section_title_btn a:hover {
  background: #eb1b2b;
  color: #fff;
}

/*==============================
/* eduzone COUNTDOWN AREA CSS 
===============================*/

/* count down area css */

.count_down_area {
  background-image: url(assets/images/slider-1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 101px 0 100px;
  position: relative;
  background-attachment: fixed;
}

.count_down_title {
  padding-top: 27px;
}

.count_down_title h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.count_down_title h2 span {
  color: #eb1b2b;
}

.count_down_title h1 {
  color: #fff;
  font-size: 81px;
  text-transform: uppercase;
  padding-bottom: 34px;
  font-weight: 800;
}

.count_down_area::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(13, 47, 93, 0.6);
}

span.cdowns {
  width: 125px;
  height: 125px;
  background: rgba(235, 27, 43, 0.6);
  display: inline-block;
  margin: 0;
  position: relative;
  border-radius: 0;
  text-align: center;
  margin-left: 0;
  margin-right: 34px;
}

span.cdowns::before {
  position: absolute;
  content: "";
  background: #fff;
  top: 33px;
  right: -24px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

span.cdowns::after {
  position: absolute;
  content: "";
  background: #fff;
  top: 79px;
  right: -24px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}

span.cdowns:last-child::before,
span.cdowns:last-child::after {
  display: none;
}

.counterdowns {
  text-align: left;
}

span.time-counts {
  line-height: 83px;
  font-size: 60px;
  color: #fff;
}

.counterdowns p {
  color: #fff;
  font-size: 21px;
  line-height: 0px;
  margin-top: 9px;
}

.map {
  width: 100%;
  margin: 0;
  height: 500px;
  border: none;
}

.recent-post-item {
  overflow: hidden;
}

.widget_text {
  overflow: hidden;
}

.sbi_photo {
  display: block;
}

.event_dtl_timeline {
  margin-bottom: 45px;
  padding: 20px 15px 20px;
  border: 1px solid #ddd;
  margin-top: 38px;
}

.event_details span.cdowns {
  width: 153px;
  height: 130px;
  background: #eb1b2b;
  display: inline-block;
  margin: 0 8px;
  position: relative;
  border-radius: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 7px;
}

.event_details span.time-counts {
  line-height: 94px;
  font-size: 60px;
}

.event_details .counterdowns p {
  font-size: 21px;
  line-height: 0px;
  margin-top: 0px;
}

.sbi_photo_wrap {
  float: left;
}

.register_form {
  background: #fff;
  border-radius: 15px;
}

.register_form_inner {
  padding: 40px 20px 39px;
}

.register_form_title {
  background: #eb1b2b;
  padding: 8px 20px 18px;
  border-radius: 15px 15px 0 0;
}

.register_form_title h2 {
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.register_form_field input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  margin-bottom: 16px;
  border: 1px solid #ddd;
  border-radius: 7px;
}

.register_button {
  width: 100%;
  height: 40px;
  background: #0d2f5d;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s;
  border: 0;
  border-radius: 7px;
}

.register_button:hover {
  color: #fff;
  background: #eb1b2b;
}

/*=============================
eduzone Course Details Area Css
==============================*/

/* Course Details Css */

.course_details {
  border: 1px solid #ddd;
  padding: 15px 15px 0px;
}

.course_dtl_content {
}

.course_dtl_content h2 {
  padding-bottom: 20px;
}

.course_dtl_tab {
  margin-top: 46px;
}

.tab_area {
  overflow: hidden;
}

.eduzone-tab {
  overflow: hidden;
  clear: both;
  margin-bottom: 40px;
  background: #0d2f5d;
}

.eduzone-tab li {
  display: inline-block;
  list-style: none;
  float: left;
  overflow: hidden;
  text-align: center;
  margin: 0 0px 0 0;
  padding: 7px 0 16px;
  transition: 0.5s;
  cursor: pointer;
  border-right: 3px solid #eb1b2b;
}

.eduzone-tab li:last-child {
  margin-right: 0;
  border-right: 0;
}

.eduzone-tab li i {
  font-size: 35px;
  transition: 0.5s;
}

.eduzone-tab li a {
  padding: 7px 29.5px 0;
  display: block;
  color: #fff;
}

.eduzone-tab li.active,
.eduzone-tab li:hover {
  background: #eb1b2b;
  color: #fff;
}

.eduzone-tab li.active a,
.eduzone-tab li:hover a {
  color: #fff;
}

/* Course Overview */

.course_single_tab_inner h2 {
  padding-bottom: 15px;
}

.course_single_tab_inner ul {
  list-style: none;
  padding-left: 20px;
  /* color: #f00; */
  padding-top: 10px;
}

.course_single_tab_inner ul li {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 13px;
}

.course_single_tab_inner {
  padding-bottom: 15px;
}

/* Course Information */

.course_single_tab_inner.course_info ul {
  list-style: none;
  padding-left: 0;
  /* color: #f00; */
  padding-top: 16px;
}

.course_single_tab_inner.course_info ul li {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 23px;
}

.course_single_tab_inner.course_info ul li i {
  color: #f00;
  margin-right: 15px;
  font-size: 23px;
}

.course_single_tab_inner.course_info ul li b {
  width: 30%;
  float: left;
  font-weight: 600;
}

.course_single_tab_inner.course_info ul li span {
  font-weight: 400;
}

.course_single_tab_inner.course_info ul li:last-child {
  margin-bottom: 0px;
}

/* Course Instructor */

.course_instructor {
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
}

.course_instructor:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.instructor_thumb {
  float: left;
  overflow: hidden;
  width: 20%;
  margin-right: 25px;
}

.instructor_thumb img {
}

.instructor_content {
  overflow: hidden;
}

.instructor_content h2 {
  margin-bottom: 4px;
  margin-top: 0;
}

.instructor_content span {
}

.instructor_content p {
  margin-top: 20px;
}

.instructor_content ul {
  padding-top: 15px;
  padding-bottom: 35px;
}

.instructor_content ul li {
  display: inline-block;
  margin-right: 5px;
}

.instructor_content ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #f00;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  transition: 0.3s;
}

.instructor_content ul li a:hover {
  background: #0d2f5d;
}

/* Course Instructor */

.course_reviews {
  border-bottom: 1px solid #ddd;
  margin-bottom: 35px;
  padding-bottom: 20px;
}

.course_reviews:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.reviews_thumb {
  float: left;
  overflow: hidden;
  width: 16%;
  margin-right: 25px;
}

.reviews_thumb img {
}

.reviews_content {
  overflow: hidden;
}

.reviews_content h2 {
  margin-bottom: 4px;
  margin-top: 0;
}

.reviews_content span {
}

.reviews_content p {
  margin-top: 20px;
}

.ratting {
  float: right;
  color: #f00;
}

.avarage_ratting {
  margin-right: 29%;
}

.avarage_ratting h2 {
}

.avarage_ratting .ratting {
  float: none;
  display: block;
  padding-bottom: 20px;
}

.ratting_point {
  float: right;
  font-size: 35px;
  font-weight: 700;
  color: #f00;
}

.avarage_ratting .progress {
  position: relative;
}

.avarage_ratting .ttop {
  position: absolute;
  text-align: center;
  top: -30px;
  right: 0;
}

.course_single_tab .blog_comments_section {
  border: 0;
  padding: 0;
  margin: 0;
}

.course_single_tab .blog_reply {
  overflow: hidden;
  border: 0;
  margin-top: 30px;
  padding: 0;
}

.apply_now_btn {
  text-align: right;
  margin: 30px 0px;
}

.apply_now_btn a {
  padding: 10px 35px;
  background: #f00;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}

.apply_now_btn a:hover {
  background: #0d2f5d;
  color: #fff;
}

/*=======================
eduzone EVENT AREA CSS
=========================*/

.event_area {
  padding: 80px 0 63px;
}

.event_area.event-grid {
  padding: 100px 0 70px;
}

.eduzone_single_event {
  border-bottom: 1px solid #ddd;
  margin: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.event-grid .eduzone_single_event {
  margin-bottom: 30px;
}

.eduzone_single_event:last-child {
  border-bottom: 0px solid #ddd;
}

.eduzone_event_thumb {
  float: left;
  position: relative;
}

.eduzone_event_thumb img {
  width: 100%;
}

.eduzone_event_thumb a {
  position: relative;
  display: block;
  z-index: 1;
}

.eduzone_event_thumb a:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  background: rgba(13, 47, 93, 0.6);
  transition: 0.3s;
}

.eduzone_single_event:hover .eduzone_event_thumb a:before {
  height: 100%;
}

.event_content_area {
  padding: 10px 15px 15px;
  overflow: hidden;
}

.event_page_title {
  padding-bottom: 4px;
}

.eduzone_single_event:hover .event_page_title h2 a {
  color: #eb1b2b;
}

.event_page_title h2 a {
  color: #212121;
  text-transform: capitalize;
}

.event_pcontent {
  padding-top: 12px;
}

.event_pcontent p {
  margin-bottom: 5px;
}

.eduzone_event_icon span {
  margin-right: 10px;
  font-size: 13px;
}

.eduzone_event_icon span i {
  margin-right: 5px;
}

.event_date {
  position: absolute;
  left: 0;
  top: 0;
  background: #eb1b2b;
  padding: 10px 13px;
  text-align: center;
  color: #fff;
  z-index: 999;
}

.event_btn {
  margin-top: 27px;
  padding-bottom: 10px;
}

.event_btn a {
  display: inline-block;
  background: #eb1b2b;
  padding: 5px 20px;
  color: #fff;
  transition: 0.3s;
}

.event_btn a:hover {
  background: #0d2f5d;
}

.event_date span {
  display: block;
  line-height: 20px;
}

.event_date_list {
  background: #eb1b2b;
  padding: 20px 0 0;
  width: 90px;
  height: 90px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
}

/* Event Right Side */

.event-right .event_thumb {
  float: left;
  width: 25%;
}

.event-right .event_thumb img {
  display: inline-block;
}

.event-right .event_date_list {
  position: absolute;
  margin-top: 0;
  right: 0;
  left: inherit;
  top: 0;
  /* width: ; */
  height: 100%;
  width: 73px;
}

.event-right .event_date_list span {
  line-height: 1.2;
  position: relative;
  top: 21%;
  transform: translateY(-24%);
}

.event-right .event_content_area {
  padding: 6px 66px 0 15px;
  overflow: hidden;
}

.event-right .event_pcontent {
  padding-top: 8px;
}

.event_date_list span {
  display: block;
  line-height: 1;
}

.event-right .eduzone_single_event {
  margin-bottom: 35.4px;
  position: relative;
}

.month {
  padding-top: 6px;
}

.event_area.event_area_style2 {
  padding: 80px 0 70px;
}

.eduzone_single_event {
  margin-bottom: 30px;
}

/*==========================
eduzone EVENT DETAILS CSS
============================*/

.event_details {
  border: 1px solid #ddd;
  padding: 30px 15px 30px;
}

.event_dtl_content h2 {
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 21px;
}

.event_dtl_schedule {
  background: #f7f7f7;
  padding: 18px 25px 35px;
  margin-top: 30px;
  border-radius: 10px;
}

.event_dtl_schedule h2 {
  padding-bottom: 20px;
}

.shedule_description ul {
  list-style: square;
  padding-left: 30px;
}

.shedule_description ul li {
  /* margin-bottom: 20px; */
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.shedule_description ul li span {
  float: right;
}

.event_dtl_map {
  margin-top: 40px;
}

/*=============================
eduzone TESTIMONIAL AREA CSS
===============================*/

.testimonial_area {
  padding-top: 92px;
}

.single_testimonial {
  margin-top: 5px;
}

.em_test_thumb {
  float: left;
  overflow: hidden;
  margin: 0;
  width: 40%;
}

.em_test_thumb img {
  display: block;
  margin: 0;
}

.em_testi_content {
  overflow: hidden;
  padding: 0 30px 0;
  /* margin-top: 20px; */
}

.em_testi_title h2 {
  font-size: 20px;
  text-align: right;
  margin-top: 18px;
}

.em_testi_title h2 span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  color: #f00;
  margin-top: 5px;
}

.em_testi_text p {
  position: relative;
  margin-top: 186px;
}

.em_testi_text p::before {
  position: absolute;
  content: "\f10d";
  left: 0px;
  top: -84px;
  font-size: 50px;
  font-family: FontAwesome;
  color: #f00;
}

.testimonial_area .col-md-6,
.testimonial_area .col-lg-6 {
  margin: 0;
  padding: 0;
}

/*=======================
eduzone VIDEO AREA CSS
=========================*/

.single_video {
  margin-top: 30px;
}

.video_image {
  position: relative;
}

.video_image img {
  width: 100%;
}

.choose_video_icon {
}

.video_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  transform: translateY(-50%) translateX(-50%);
}

.video_icon a {
  text-align: center;
  display: inline-block;
}

.video_icon a i {
  color: #fff;
  border: 5px solid #fff;
  width: 90px;
  height: 90px;
  line-height: 80px;
  font-size: 40px;
  border-radius: 50%;
}

/*============================
 eduzone PORTFOLIO AREA CSS
=============================*/
.portfolio_area {
  padding: -1px 0 100px;
  background: #f7f7f7;
}
.portfolio_area.portfolio-pages {
  padding: 82px 0 100px;
  background: #f7f7f7;
}
.section-title.t_center.port p {
  width: 63%;
  margin: auto;
  margin-bottom: 49px;
}

.portfolio_menu {
  text-align: center;
  margin: 0px 0 40px;
}

.portfolio_menu ul {
}

.portfolio_menu ul li {
  border-radius: 30px;
  color: #212121;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  margin: 0 5px 10px;
  padding: 6px 27px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.portfolio_menu ul li:hover,
.portfolio_menu ul li.current_menu_item {
  color: #fff;
  background: #eb1b2b none repeat scroll 0 0;
  border-color: #eb1b2b;
}

/* single portfolio css */

.row.li .col-md-4 {
  padding: 0;
}

.row.li .col-md-3 {
  padding: 0;
}

.single_portfolio {
  overflow: hidden;
}

.single_portfolio_inner {
  position: relative;
  z-index: 1;
}

.single_portfolio_thumb {
  position: relative;
  z-index: 1;
}

.single_portfolio_thumb::before {
  position: absolute;
  content: "";
  background: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.5s;
  background: rgba(13, 47, 93, 0.8);
  opacity: 0;
}

.single_portfolio:hover .single_portfolio_thumb::before {
  opacity: 1;
  z-index: 1;
}

.single_portfolio_thumb img {
  width: 100%;
  transition: 0.5s;
}

.single_portfolio_icon {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  left: 0;
  margin: auto;
  transition: 0.5s;
  text-align: center;
  transform: translateY(-50%);
}

.single_portfolio_icon i {
  font-size: 20px;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background: #eb1b2b;
  text-align: center;
  color: #fff;
  margin: 0px 5px;
  transform: scale(0);
  transition: 0.5s;
}

.single_portfolio:hover .single_portfolio_icon i {
  transform: scale(1);
}

.portfolio_content_inner p span {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.portfolio_content_inner h3 a {
  color: #fff;
}

.portfolio_content_inner {
  text-align: left;
  background: rgba(0, 0, 0, 0.46);
  padding: 10px 0 18px;
  position: absolute;
  right: 0;
  transition: 0.5s;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 68%;
  text-align: center;
  left: 0;
  margin: auto;
}

.portfolio_content_inner h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 3px;
  transition: 0.5s;
}

.single_portfolio:hover .portfolio_content_inner {
  right: 0px;
  opacity: 1;
}

.portfolio-pages .single_portfolio {
  overflow: hidden;
  margin-bottom: 30px;
}

.portfolio-pages .li.gutter-less .single_portfolio {
  overflow: hidden;
  margin-bottom: 0px;
}

.portfolio-pages .li.gutter-less .col-md-6,
.portfolio-pages .li.gutter-less .col-md-3,
.portfolio-pages .li.gutter-less .col-md-4 {
  margin: 0;
  padding: 0;
}

/*========================
PORTFOLIO DETAILS  CSS
=========================*/

.portfolio-details-box li {
  border-bottom: 1px solid #ddd;
  font-size: 18px;
  font-weight: 300;
  padding: 20px 0;
  text-transform: capitalize;
  list-style: none;
}

.portfolio-details-box li:last-child {
  border-bottom: 0 none;
}

.portfolio-details-box li span {
  color: #212121;
  display: inline-block;
  font-weight: 700;
  margin-right: 15px;
  text-transform: uppercase;
  width: 170px;
}

.portfolio-details-box ul {
  margin-bottom: 20px;
}

.portfolio-description {
  margin-top: 50px;
}

.portfolio-description > p {
  font-size: 18px;
}

.projects-navigation-wrap {
  margin-top: 50px;
}

.projects-navigation-wrap a {
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio-content.portfolio-details-box {
  padding-top: 30px;
}

.prot_content.multi_gallery {
  width: 75%;
  margin: auto;
}

/* kc */

.abtext em {
  color: #444;
  font-weight: 600;
}

.abtext ol {
  padding-left: 15px;
}

.abtext ol li {
  font-weight: 600;
  line-height: 30px;
}

.creative_title {
  letter-spacing: 0;
}

/*======================
 eduzone TEAM AREA CSS
========================*/

.team_area {
  padding: 10px 0 72px;
  background: #f7f7f7;
}

.team_area.team-grid {
  padding: 100px 0 72px;
}

.em-team {
  text-align: center;
  position: relative;
  transition: 0.5s;
  /* background: #fff; */
  margin-bottom: 30px;
  overflow: hidden;
  padding-bottom: 99px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
}

.em-content-waraper {
  padding: 14px 20px 31px;
  position: absolute;
  bottom: -124px;
  background: rgba(255, 255, 255, 0.95);
  transition: 0.5s;
  width: 100%;
}

.em-team:hover .em-content-waraper {
  bottom: 0;
}

.em-content-title h2 {
  margin-bottom: 0;
  text-transform: capitalize;
  transition: 0.5s;
}

.em-content-desc {
  margin: 14px 0 20px;
}

.em-content-subtitle {
  /* font-size: 14px; */
  margin: 7px 0 0;
  text-transform: capitalize;
  transition: 0.5s;
}

.em-content-socials a {
  width: 32px;
  height: 32px;
  background: #eb1b2b;
  color: #fff;
  line-height: 32px;
  display: inline-block;
  font-size: 15px;
  margin: 0px 1px;
}

.em-content-socials a:hover {
  background: #0d2f5d;
}

/* Team style Two */

.team_area_style2 .em-team {
  position: relative;
  padding-bottom: 0;
}

.team_area_style2 .em-team:hover {
  position: relative;
  padding-bottom: 0;
  box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
}

.team_area_style2 .em-content-waraper {
  position: inherit;
  bottom: inherit;
  background: #fff;
  transition: 0.5s;
}

/*============================
/* eduzone DONATE AREA CSS
=============================*/

.course_category_area {
  padding: 82px 0 70px;
}

.single_course_category {
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  padding: 30px 0 14px;
  margin-bottom: 30px;
  position: relative;
  transition: 0.3s;
}

.single_course_category:hover {
  background: #0d2f5d;
}

.category_icon {
  text-align: center;
}

.category_icon i {
  font-size: 35px;
  background: #eb1b2b;
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  color: #fff;
  transition: 0.5s;
}

.category_title {
  text-align: center;
}

.category_title h2 {
  padding: 8px 0 10px;
  transition: 0.3s;
}

.category_title p {
  transition: 0.3s;
}

.course_category_area {
}

.single_course_category:hover .category_title h2,
.single_course_category:hover .category_title p {
  color: #fff;
}

.single_course_category:hover .category_icon i {
  transform: rotate(360deg);
}

.subscribe_area {
}

.row.main_subscribe {
  background: #0d2f5d;
  padding: 50px 23px 50px;
  margin-top: -138px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  margin-bottom: 67px;
}

.subscribe_title {
}

.subscribe_title h2 {
  font-size: 23px;
  color: #fff;
  text-transform: uppercase;
  margin: 0;
  margin-top: 8px;
}

.subscribe_title p {
  color: #fff;
  margin: 20px 0 37px;
}

.subscribe_form {
  text-align: right;
}

.subscribe_form_inner {
}

.subscribe_form_field {
  position: relative;
}

.subscribe_form_field input {
  width: 70%;
  height: 45px;
  border-radius: 3px;
  border: 0;
  padding-left: 15px;
  background: #fff;
}

.subscribe_form_field button {
  position: absolute;
  right: 0%;
  height: 100%;
  border-radius: 0 3px 3px 0;
  border: 0;
  background: #eb1b2b;
  width: 21%;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
}
.google_map_area {
  padding-bottom: 74px;
}

/*=======================
eduzone BLOG AREA CSS
=========================*/
.blog_area {
  padding: 5px 0 70px;
  background: #f9f9f9;
}

.blog_area.blog-grid {
  padding: 100px 0 72px;
  background: transparent;
}

.blog_area.blog-grid.blog-details-area {
  padding: 100px 0 97px;
}

.eduzone-single-blog {
  background-color: #fff;
  overflow: hidden;
  text-align: left;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 30px;
  border: 1px solid #ddd;
}

.blog_thumb_inner {
  position: relative;
}

.eduzone-blog-thumb {
  overflow: hidden;
  position: relative;
}

.eduzone-blog-thumb a {
  position: relative;
}

.eduzone-blog-thumb a {
  display: block;
}

.eduzone-blog-thumb::before {
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #eb1b2b;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(13, 47, 93, 0.8);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  transform: scale(0);
}

.eduzone-blog-thumb img {
  display: block;
  -webkit-transition: 6s;
  transition: 6s;
  width: 100%;
}

.em-blog-content-area {
  padding: 6px 15px 9px;
}

.blog-inner {
}

.blog-content {
}

.blog-content h2 {
  margin: 0 0 18px;
}

.blog-page-title a {
  color: #212121;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 14px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog-page-title a:hover {
  color: #eb1b2b;
}

.blog-content h2 a {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-content h2 a:hover {
  color: #eb1b2b;
}

.blog-content p {
  margin-bottom: 0;
}

.blog_icon {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  z-index: 999;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0;
  transition: 0.5s;
}

.blog_icon a {
  color: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #eb1b2b;
  border-radius: 50%;
  transform: scale(0);
  font-size: 18px;
}

.blog-page-title {
}

.blog-page-title h2 {
}

.blog-page-title h2 a {
  color: #212121;
}

.eduzone-blog-meta {
  margin-bottom: 0px;
  margin-top: 0;
  border-top: 1px solid #ddd;
  padding: 11px 15px 10px;
}

.eduzone-blog-meta:after {
  display: block;
  clear: both;
  content: "";
}

.eduzone-blog-meta-left {
  float: left;
  overflow: hidden;
}

.eduzone-blog-meta-left a,
.eduzone-blog-meta-right a,
.eduzone-blog-meta-left span,
.eduzone-blog-meta-right span {
  font-weight: 400;
  margin-right: 15px;
  text-transform: capitalize;
}

.eduzone-blog-meta-left a:hover,
.eduzone-blog-meta-left span:hover {
  color: #eb1b2b;
}

.eduzone-blog-meta-left i {
  margin-right: 5px;
  color: #eb1b2b;
}

.blog-page-title_adn > h2 {
  margin-bottom: 8px;
}

.eduzone-blog-meta-right {
  float: right;
  overflow: hidden;
}

.eduzone-blog-meta-right a,
.eduzone-blog-meta-right span {
  color: #454545;
  font-size: 12px;
  font-weight: 400;
  margin-right: 0;
  text-transform: uppercase;
}

.eduzone-blog-meta-right i {
  margin-right: 5px;
  color: #eb1b2b;
}

.readmore a {
  border: 1px solid #ddd;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  padding: 6px 10px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
}

.readmore a:hover {
  border-color: #eb1b2b;
  background: #eb1b2b;
  color: #fff;
}

/* blog hover */

.eduzone-single-blog:hover .eduzone-blog-thumb:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transform: scale(1);
}

.eduzone-single-blog:hover .blog_icon {
  opacity: 1;
}

.eduzone-single-blog:hover .blog_icon a {
  transform: scale(1);
}

.blog_nospace.col-xs-12 {
  padding: 0px;
}

.blog_nospace .eduzone-single-blog {
  margin-bottom: 0px;
}

/*===============================
eduzone BLOG DETAILS AREA CSS
================================*/

.blog_details {
  border: 1px solid #ddd;
  padding: 15px 15px 21px;
}

.blog_dtl_thumb {
}

.blog_dtl_thumb {
}

.blog_dtl_content {
}

.blog_dtl_content h2 {
  padding-bottom: 5px;
  padding-top: 14px;
}

.blog_dtl_content h3 {
  padding-top: 20px;
  font-size: 20px;
}

.blog_dtl_content p {
  margin-top: 20px;
}

.blog_details .eduzone-blog-meta {
  margin-bottom: 0px;
  margin-top: 0;
  /* border-top: 1px solid #ddd; */
  padding: 0 0 18px;
  border-bottom: 1px solid #ddd;
  border-top: 0;
}

.blog_details blockquote {
  padding: 10px 20px;
  margin: 37px 0 36px;
  font-size: 14px;
  border-left: 7px solid #eb1b2b;
  background: #f7f7f7;
  font-style: italic;
  font-weight: 500;
  padding: 15px 35px 15px;
}

.signatures {
  text-align: right;
  font-weight: 600;
  font-style: italic;
  font-size: 15px;
}

/* POST REPLY CSS */

.blog_comments_section {
  border: 1px solid #ddd;
  padding: 20px 15px 18px;
  margin: 50px 0 0;
}

.comments_ttl > h3 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
}

.comments_ttl {
  margin-bottom: 37px;
}

.comments_ttl > h3::before {
  background: #eb1b2b none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 131px;
  position: absolute;
  top: 12px;
  width: 40px;
}

.comments_thumb {
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.commentst_content {
  overflow: hidden;
}

.blog_comments_section .post_meta {
  margin-bottom: 6px;
}

.blog_comments_section .post_meta span {
  /* font-size: 12px; */
  font-weight: 400;
  padding-right: 15px;
  /* text-transform: uppercase; */
  color: #505050;
}

.blog_comments_section .post_meta span:hover {
  color: #eb1b2b;
}

.blog_comments_section .post_meta span:last-child:before {
  display: none;
}

.commentst_meta_reply {
  float: right;
}

.commentst_meta_reply i {
  margin-right: 10px;
}

.commentst_meta_reply:hover {
  color: #eb1b2b;
}

.single_commentst_inner {
  margin-bottom: 44px;
  margin-top: 46px;
  padding-left: 63px;
}

.badmin i {
  margin-right: 3px;
}

/* COMMENT FORM CSS */

.blog_reply {
  overflow: hidden;
  border: 1px solid #ddd;
  margin-top: 50px;
  padding: 20px 15px 10px;
}

.reply_ttl > h3 {
  font-size: 20px;
  position: relative;
}

.reply_ttl {
  margin-bottom: 36px;
}

.reply_ttl > h3::before {
  background: #eb1b2b none repeat scroll 0 0;
  content: "";
  height: 1px;
  left: 194px;
  position: absolute;
  top: 12px;
  width: 40px;
}

.blog_reply .em_contact_form {
  margin-bottom: 0;
}

.blog_reply .contact_bnt button:hover {
  background: #b01e29;
  color: #fff;
}

/* contact area css */

.contact_area {
  background: #f7f7f7;
  padding: 0px 0 96px;
}

.contact_area.contact_onepage {
  background: #fff;
}

.contact_info {
  border: 1px solid #ddd;
  padding: 54px 20px 0px;
  border-radius: 10px;
}

.single_plases {
  margin-bottom: 50px;
}

.single_plases_inner {
  text-align: left;
}

.plases_icon {
  float: left;
  overflow: hidden;
}

.plases_icon i {
  font-size: 26px;
  overflow: hidden;
  width: 45px;
  height: 45px;
  line-height: 43px;
  border-radius: 100%;
  text-align: center;
  border: 1px solid #ddd;
  margin-right: 15px;
  transition: 0.3s;
}

.single_plases:hover .plases_icon i {
  background: #eb1b2b;
  color: #fff;
  border-color: #eb1b2b;
}

.plases_text {
}

.plases_text h2 {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2px;
}

.plases_text p {
  font-size: 14px;
  font-weight: 400;
  /* color: #fff; */
  margin-top: 0;
  margin-bottom: 0px;
}

.contact_form_inner {
}

.form_field {
  width: 100%;
}

.form_field_inner {
  margin-bottom: 25px;
  width: 100%;
}

.form_field_inner input,
.form_field_inner input,
.field_comment_inner textarea {
  background: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  border-bottom: 1px solid #fff;
  transition: all 0.3s ease 0s;
  width: 100%;
  outline: none;
  background: #fff;
  border: 1px solid #ddd;
  padding-left: 15px;
  border-radius: 10px;
}

.form_field_inner input:focus {
  border-color: #eb1b2b;
}

.field_comment_inner textarea:focus {
  border-color: #eb1b2b;
}

.form_field_inner input:hover {
}

.form_field_comment {
}

.field_comment_inner {
}

.field_comment_inner textarea {
  height: 125px;
  padding-top: 10px;
}

.contact_bnt {
  margin-top: 23px;
}

.contact_bnt button {
  background: #eb1b2b;
  border: 0 none;
  border-radius: 0;
  color: #fff;
  display: block;
  letter-spacing: 2px;
  padding: 14px 50px;
  margin: auto;
  border-radius: 10px;
  text-transform: capitalize;
  transition: 0.3s;
  width: 100%;
}

.contact_information {
  margin-bottom: 50px;
}

.contact_bnt button:hover {
  background: #fff;
  color: #eb1b2b;
}

.map {
  width: 100%;
  margin: 0;
  height: 338px;
  border: 1px solid #ddd;
  border-radius: 10px;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}

.em_contact_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000 !important;
  font-size: 14px;
  font-weight: 400;
}

.em_contact_form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
  font-size: 14px;
  font-weight: 400;
}

.em_contact_form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000 !important;
  font-size: 14px;
  font-weight: 400;
}

.em_contact_form :-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
  font-size: 14px;
  font-weight: 400;
}

.em_contact_form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000000 !important;
  font-size: 14px;
  font-weight: 400;
}

.home-2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000 !important;
  font-size: 14px;
  font-weight: 400;
}

.home-2 :-ms-input-placeholder {
  /* IE 10+ */
  color: #000000 !important;
  font-size: 14px;
  font-weight: 400;
}

.home-2 :-moz-placeholder {
  /* Firefox 18- */
  color: #000000 !important;
  font-size: 14px;
  font-weight: 400;
}

/*==========================
eduzone FOOTER MIDDLE CSS
===========================*/

.footer-middle {
  background: #0a254a none repeat scroll 0 0;
  padding: 68px 0 92px;
}

.footer-middle.wpfd {
  padding: 0;
}

.wpfdp {
  padding-top: 0px;
  padding-bottom: 80px;
}

.footer-middle .widget h2 {
  color: #fff;
  margin-bottom: 42px;
  margin-top: 28px;
  position: relative;
}

.footer-middle .widget h2:before {
}

.footer-middle .widget ul li,
.footer-middle .widget ul li a,
.footer-middle .widget ul li:before,
.footer-middle .tagcloud a,
.footer-middle caption,
.footer-middle table,
.footer-middle table td a,
.footer-middle cite,
.footer-middle .rssSummary,
.footer-middle span.rss-date,
.footer-middle span.comment-author-link,
.footer-middle .textwidget p,
.footer-middle .widget .screen-reader-text {
  color: #fff;
}

.footer-middle .widget h2 {
}

.footer-middle .widget ul li:before {
}

.footer-middle .tagcloud a {
}

.footer-middle .widget ul {
  list-style: none;
}

.footer-middle .widget ul li {
  margin-bottom: 18px;
  list-style: none;
}

.footer-middle .widget ul li a,
.footer-middle .widget ul li:before {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.footer-middle .widget ul li a:hover,
.footer-middle .widget ul li:hover:before {
  color: #eb1b2b;
}

.footer_s_inner {
}

.footer_s_thumb {
}

.footer_s_thumb img {
}

.footer_s_content {
}

.footer_s_content h2 {
}

.footer_s_content p {
}

.recent-portfolio-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* Company Info Css */

.company_info_desc {
  padding-bottom: 23px;
}

.single_company_info {
  margin-bottom: 24px;
}

.single_company_info i {
  color: #fff;
  font-size: 15px;
  /* border: 1px solid #fff; */
  float: left;
  /* border-radius: 50%; */
  margin-right: 15px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  transition: 0.3s;
  background: #eb1b2b;
  border-radius: 100%;
}
.single_company_info:hover i {
  background: #eb1b2b;
  color: #fff;
  border-color: #eb1b2b;
}

.company_info_desc p {
  color: #fff;
}

.single_company_info p {
  color: #fff;
  padding-top: 3px;
}

/* recent post */

.single-widget-item {
  overflow: hidden;
}

.recent-post-item {
  clear: both;
}

.recent-post-image {
  float: left;
  margin-right: 10px;
}

.recent-post-image a {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 5px;
}

.recent-post-text {
  margin-top: -4px;
  overflow: hidden;
}

.recent-post-text h4 a {
  color: #212121;
}

.recent-post-text .rcomment i {
  margin-right: 5px;
}

.recent-post-text .rcomment {
  color: #212121;
}

.recent-post-item {
  clear: both;
}

.recent-post-image {
  float: left;
  margin-right: 10px;
}

.recent-post-text {
  overflow: hidden;
}

.recent-post-text > h4 {
  margin-bottom: 0;
}

.recent-post-text h4 a {
  color: #212121;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recent-post-text h4 a:hover {
  color: #eb1b2b;
}

.recent-post-text .rcomment {
  color: #212121;
  font-size: 14px;
  text-transform: none;
}

.recent-post-text .rcomment i {
  margin-right: 5px;
}

.recent-post-text .rcomment {
  color: #212121;
}

.footer-middle .recent-post-text h4 a {
  color: #fff;
  font-weight: 600;
}

.footer-middle .recent-post-text > h4 {
  margin-bottom: 5px;
  font-weight: 500;
  line-height: 1;
}

.footer-middle .recent-post-text > h4 a:hover {
  color: #eb1b2b;
}

.footer-middle .recent-post-text .rcomment {
  color: #ddd;
  font-size: 12px;
  font-weight: 400;
}

/* Blog Widget Css */

.blog-grid .recent-post-text > h4 {
  margin-bottom: 3px;
  line-height: 18px;
}

.blog-grid .recent-post-text .rcomment {
  color: #505050;
  font-size: 12px;
}

/* Get quote css */

.em_quote_form {
}

.quote_form_inner {
  padding-top: 6px;
}

.quote_form_field {
}

.quote_form_field input {
  width: 100%;
  height: 40px;
  margin-bottom: 16px;
  background: #fff;
  border: 0;
  padding-left: 15px;
  border-radius: 5px;
}

.quote_form_field textarea {
  width: 100%;
  height: 85px;
  border: 0;
  padding-left: 15px;
  border-radius: 5px;
  color: #000;
}

.quote_button {
  width: 100%;
  height: 40px;
  margin-top: 16px;
  border: 0;
  border-radius: 5px;
  background: #eb1b2b;
  color: #fff;
  transition: 0.5s;
  text-transform: capitalize;
}

.quote_button:hover {
  background: #fff;
  color: #212121;
}

/*===============================
eduzone FOOTER BOTTOM AREA CSS
================================*/

.footer-bottom {
  background: #0a254a none repeat scroll 0 0;
  padding: 26px 0 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.copy-right-text {
}

.copy-right-text p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.footer-menu {
}

.footer-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  color: #fff;
  padding: 0 10px;
  display: block;
}

.copy-right-text a:hover,
.footer-menu ul li a:hover {
  color: #eb1b2b;
}

.footer-menu ul li:last-child a {
  padding-right: 0px;
}

.footer_style_3 .footer-menu ul li:first-child a {
  padding-left: 0px;
}

.footer-menu ul ul {
  display: none;
}
.footer_social_icon {
  text-align: center;
}
.footer_social_icon a {
  border-radius: 100%;
  color: #333;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin: 0 3px;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 30px;
  background: #eb1b2b;
  color: #fff;
}
.footer_social_icon a:hover {
  background: #fff;
  color: #eb1b2b;
}
/*==========================
eduzone OTHERS PAGES CSS
===========================*/

.row.sg {
  margin-top: 38px;
}

/*==========================
eduzone COUNTER AREA CSS
===========================*/

.counter_area {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    transparent url(assets/images/counter-bg1.jpg) 0% 0% / cover repeat scroll;
  padding-top: 82px;
  padding-bottom: 65px;
  background-attachment: fixed;
}

.single_counter {
  position: relative;
  /* padding: 24px 0; */
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 30px;
}

.counter_icon {
  margin-top: 7px;
}

.counter_icon i {
  color: #eb1b2b;
  font-size: 45px;
  text-align: center;
  display: block;
}

.countr_text > h1 {
  color: #fff;
  display: inline-block;
  font-family: poppins;
  font-size: 46px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  margin: 13px 0 4px;
  transition: 0.3s;
}

.countr_text > h3 {
  color: #fff;
  display: inline-block;
  font-size: 45px;
}

.counter_title {
  padding: 0 0 0;
}

.counter_title h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  padding: 0;
}

.counter_area {
  padding-top: 95px;
  padding-bottom: 85px;
}

.counter_area_style2 .counter_icon {
  margin-top: 7px;
  float: left;
  overflow: hidden;
}

.counter_area_style2 .counter_icon i {
  margin: 0;
  margin-right: 24px;
  margin-top: 16px;
}

.counter_area_style2 .single_counter {
  text-align: left;
}

.counter_area_style2 .countr_text {
  overflow: hidden;
}

.counter_area_style2 .countr_text h4 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 0;
}

/*================================
eduzone CALL DO ACTION AREA CSS
=================================*/

.call-to-action_area {
  background: #eb1b2b;
  padding: 82px 0 100px;
  background: linear-gradient(rgba(0, 0, 0, 0.79), rgba(0, 0, 0, 0.79)),
    transparent url(assets/images/video_image.jpg) 0% 0% / cover repeat scroll;
}

.em_call-to-action {
}

.em_single_call-to-action_content {
  text-align: center;
}

.em_call-to-action_title {
}

.em_call-to-action_title h2 {
  font-size: 41px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 13px;
  color: #fff;
}

.em_call-to-action_title h2 span {
  display: block;
  font-size: 36px;
  margin-top: 10px;
}

.em_call-to-action_inner {
}

.em_call-to-action_desc {
  color: #fff;
  width: 55%;
  margin: auto;
  margin-left: 0;
  font-size: 16px;
  margin: auto;
}

.call-to-action_btn {
}

.call-to-action_btn a {
  border: none;
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #eb1b2b;
  border-radius: 50px;
  color: #fff;
  margin-top: 38px;
  padding: 12px 42px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.call-to-action_btn a:hover {
  background: #fff;
  color: #eb1b2b;
}

.em-call-to_video {
  position: absolute;
  right: -40px;
  top: 50%;
  width: 24%;
  transform: translateY(-50%);
}

.em-call-video_link {
  float: left;
  margin-right: 20px;
}

.em-call-video_link a {
  font-size: 28px;
  margin-top: 9px;
  color: #fff;
  font-weight: 600;
}

.em-call-video_link a i {
  font-size: 28px;
  margin-top: 9px;
  color: #fff;
  margin-right: 15px;
}

/*================================
eduzone INSTAGRAM AREA CSS
=================================*/

.instadram_area {
  background: linear-gradient(rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)),
    transparent url(assets/images/cp1.html) 0% 0% / cover repeat scroll;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 100px;
}

.row.insta .col-md-2 {
  padding: 0px;
}

.instragram_thumb img {
  width: 100%;
}

/*=======================
eduzone BRAND AREA CSS
=========================*/

.brand_area {
  padding: 81px 0 80px;
  background: #f9f9f9;
}

.single_brand {
  transform: scale(1);
  transition: 0.5s;
  margin-top: 10px;
  margin-bottom: 10px;
}

.single_brand:hover {
  transform: scale(1.2);
  transition: 0.5s;
}

.single_brand_inner {
}

.single_brand_thumb {
}

.single_brand_thumb img {
}

/*===========================
eduzone BREADCRUMB AREA CSS
=============================*/

.breatcome_area {
  background: #eb1b2b;
  background: linear-gradient(rgba(0, 0, 0, 0.71), rgba(0, 0, 0, 0.71)),
    transparent url(assets/images/brd-bg.jpg) 0% 0% / cover repeat scroll;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0 100px;
}

.breatcome_title {
}

.breatcome_title_inner h2 {
  color: #fff;
  text-align: center;
  margin: 0;
  font-size: 41px;
  margin-bottom: 6px;
  font-weight: 700;
}

.breatcome_content {
}

.breatcome_content ul {
  text-align: center;
}

.breatcome_content ul li {
  list-style: none;
  color: #eb1b2b;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.breatcome_content ul li a {
  color: #fff;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
  margin-right: 5px;
}

.breatcome_content ul li a i {
  margin-left: 5px;
}

/*========================
 eduzone UNITETEST
=========================*/

.blog-page-title h2 {
  color: #212121;
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 7px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.blog-page-title a {
  color: #212121;
  display: inline-block;
  font-weight: 600;
}

.blog-page-title h2 a:hover {
  color: #eb1b2b;
}

.em-blog-content-area {
  padding: 20px 15px 25px;
  text-align: left;
}

.single-blog-content iframe {
  margin-top: 20px;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #212121;
  font-size: 30px;
}

.post_reply h1,
.post_reply h2,
.post_reply h3,
.post_reply h4,
.post_reply h5,
.post_reply h6 {
  color: #303030;
  font-size: 30px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 15px;
}

.blog-content h2,
.post_reply h2 {
  font-size: 26px;
}

.blog-content h3,
.post_reply h3 {
  font-size: 22px;
}

.blog-content h4,
.post_reply h4 {
  font-size: 20px;
}

.blog-content h5,
.post_reply h5 {
  font-size: 18px;
}

.blog-content h6,
.post_reply h6 {
  font-size: 17px;
}

/* single blog */

.single-blog-content h1,
.single-blog-content h2,
.single-blog-content h3,
.single-blog-content h4,
.single-blog-content h5,
.single-blog-content h6 {
  margin-bottom: 22px;
  margin-top: 20px;
  font-size: 30px;
  font-weight: 600;
}

.single-blog-content h2 {
  font-size: 26px;
}

.single-blog-content h3 {
  font-size: 22px;
}

.single-blog-content h4 {
  font-size: 20px;
}

.single-blog-content h5 {
  font-size: 18px;
}

.single-blog-content h6 {
  font-size: 17px;
}

/*=============================
 eduzone PAGINATION AREA CSS
===============================*/

.paginations {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 28px;
}

.paginations a,
.page-numbers span.current {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  margin: auto 5px;
  border: 1px solid #ddd;
  color: #888;
}

.page-numbers li {
  display: inline-block;
}

.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
  background: #eb1b2b;
  border-color: #eb1b2b;
  color: #fff;
}

/*========================
eduzone 404 AREA CSS
=========================*/

.not-found-area {
  background-color: #fff;
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
  border-top: 1px solid #f5f3f3;
  padding: 0 0 16px;
}

.not-found {
  display: table;
  width: 100%;
  height: 500px;
  text-align: center;
  padding-bottom: 40px;
}

.not-found-inner {
  display: table-cell;
  vertical-align: middle;
}

.not-found-inner {
  font-size: 30px;
}

.not-found-inner h2 {
  color: #f01e4a;
  display: inline-block;
  font-size: 160px;
  font-weight: 700;
  line-height: 1.2;
  padding: 15px 0;
}

.not-found-inner p {
  font-size: 30px;
}

.not-found-inner a {
  color: #606b82;
  font-size: 24px;
  margin-top: 40px;
  display: inline-block;
  text-decoration: underline;
}

/* search error */

.eduzone-search-page {
  background: #fff;
}

.search-error .search input {
  padding: 20px 0;
}

.search-error .search input[type="text"] {
  padding-left: 10px;
}

.search-error .search button {
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-error > p {
  font-size: 14px;
  margin: 14px 0 19px;
}

.search-error > h3 {
  display: block;
  font-size: 30px;
  color: #212121;
}

.search-error .search input {
  height: 54px;
  border: 1px solid #ddd;
}

/* RECENT PORTFOLIO */

.recent-portfolio {
  margin-bottom: 10px;
  margin-right: 10px;
}

.recent-portfolio {
  width: 29.33%;
}

.recent-portfolio-image img {
  width: 100%;
}

/*========================
eduzone SCROLL TOP CSS
=========================*/

#scrollUp {
  background: #eb1b2b none repeat scroll 0 0;
  bottom: 30px;
  color: #fff;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  right: 30px;
  text-align: center;
  width: 40px;
}

#scrollUp i {
  color: #fff;
}

.copy-right-text a {
  color: #eb1b2b;
}

.template-home .vc_row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.wpb_gallery.wpb_content_element.vc_clearfix {
  margin-bottom: 0;
}

.mean-container .mean-bar {
  float: none;
  background: #ffffff none repeat scroll 0 0;
  height: 80px;

  border: 8px solid black;
}

.mean-container .mean-nav ul li li a {
  color: #212121;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* kc element */

.template-home-wrapper {
  overflow: hidden;
}

.kc-blog-posts-3 .kc-list-item-3 > a img {
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/*==========================
eduzone SECTION TITLE CSS
===========================*/

.section-title.t_center {
  margin: auto;
  text-align: center;
  width: 63%;
}

.section-title.t_left {
  margin: auto auto auto 0;
  width: 63%;
  text-align: left;
}

.section-title.t_right {
  margin: auto 0 auto auto;
  width: 63%;
  text-align: right;
}

.section-title.t_right .em-bar {
  margin: 0 0 5px auto;
}

.section-title.t_left .em-bar {
  margin: 0 0 5px;
}

.section-title h2 {
  font-size: 41px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
}

.section-title.t_left h2::before {
  content: "";
  left: 0;
  bottom: -15px;
  width: 60px;
  height: 2px;
  background: #f00;
  position: absolute;
}

.tmr0 .section-title h2 {
  margin: 0;
}

.section-title h5 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.section-title p {
  margin-bottom: 47px;
  padding-top: 8px;
}

.em-icon {
  margin: -12px 0 48px;
  position: relative;
}

.em-icon i {
  font-size: 20px;
  color: #f00;
}

.em-icon::after {
  position: absolute;
  content: "";
  right: 113px;
  bottom: 12px;
  width: 65px;
  height: 2px;
  background: #eb1b2b;
  margin: auto;
  left: 0;
}

.em-icon::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 12px;
  width: 65px;
  height: 2px;
  background: #eb1b2b;
  margin: auto;
  left: 113px;
}

.em-bar-main {
  margin: 10px 0 13px;
}

.em-bar {
  background: #eb1b2b none repeat scroll 0 0;
  height: 2px;
  margin: 0 auto 5px;
  width: 62px;
}

.em-bar.em-bar-big {
  width: 80px;
}

.em-image {
  margin-bottom: 10px;
}

.em-image img {
}

.section-title.t_left span {
  color: #eb1b2b;
}

/* section title 2 css */

.section-title1 {
  text-align: center;
}

.section-title1 h2 {
  font-size: 41px;
  font-weight: 700;
  margin-bottom: 28px;
  text-transform: capitalize;
  color: #fff;
  position: relative;
}

.section-title1 p {
  color: #fff;
  margin-bottom: 48px;
}

.em-image1 {
  margin-bottom: 10px;
}

.em-image1 img {
}

/*===========================
 eduzone SERVICE AREA  CSS
=============================*/

.service_area {
  padding: 82px 0 50px;
}

.em-service {
  text-align: left;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin-bottom: 58px;
}

.em-service-inner {
  overflow: hidden;
}

.em-service-icon {
  color: #eb1b2b;
  font-size: 35px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.em-service-icon i {
  color: #fff;
  width: 85px;
  height: 85px;
  line-height: 65px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: inline-block;
  background: #f00;
  margin-top: 9px;
  transition: 0.3s;
  border: 10px solid #fff;
  font-size: 30px;
}

.em-service:hover .em-service-icon i {
  background: #0d2f5d;
}

.em-service-title {
  overflow: hidden;
}

.em-service-title h2 {
  margin: 5px 0 15px;
  padding: 0;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.em-service-desc {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.em-service-desc p {
  font-size: 14px;
  margin: 0;
}

.service-btn {
  margin-top: 2px;
}

.service-btn > a {
  border-radius: 30px;
  color: #212121;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border: 1px solid transparent;
}

.service-btna a:hover {
  color: #eb1b2b;
}

.service-left-side .em-service {
  text-align: right;
}

.service-left-side .em-service-icon {
  float: right;
  margin-left: 20px;
}

.service-right-side .em-service-icon {
  float: left;
  margin-right: 20px;
  margin-left: 0px;
}

/*============================
eduzone CUOROSEL  CSS
=============================*/

.curosel-style .owl-nav div {
  border: 2px solid #eb1b2b;
  border-radius: 50%;
  color: #eb1b2b;
  font-size: 19px;
  height: 44px;
  left: -45px;
  line-height: 40px;
  position: absolute;
  top: 46%;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 44px;
  text-align: center;
  z-index: 99;
  -webkit-transform: translateY(-49%);
  transform: translateY(-49%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.curosel-style .owl-nav .owl-next {
  left: auto;
  right: -45px;
}

.single_gallery.curosel-style .owl-nav div {
  left: 30px;
}

.single_gallery.curosel-style .owl-nav .owl-next {
  right: 30px;
  left: auto;
}

.portfolio_gallery_post.curosel-style .owl-nav div {
  left: 0px;
}

.portfolio_gallery_post.curosel-style .owl-nav .owl-next {
  right: 0px;
  left: auto;
}

.portfolio_gallery_post.curosel-style .owl-nav div {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.curosel-style .owl-nav .owl-next:hover {
  background: #eb1b2b;
  color: #fff;
}

.curosel-style .owl-nav .owl-prev:hover {
  background: #eb1b2b;
  color: #fff;
}

.owl-carousel .owl-item img {
  margin: auto;
}

.curosel-style:hover .owl-nav div {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.testimonial_list .owl-dots,
.testimonial_area_style2 .owl-dots {
  position: absolute;
  right: 50%;
  bottom: 128px;
}

.testimonial_area_style2 .owl-dots {
  bottom: -15px;
}

.testimonial_list .owl-dot,
.testimonial_area_style2 .owl-dot {
  display: inline-block;
  width: 22px;
  height: 7px;
  margin: 0px 4px 0;
  background: #f00;
  border-radius: 3px;
}

.testimonial_list .owl-dot.active,
.testimonial_area_style2 .owl-dot.active {
  background: #0d2f5d;
}

.course_area .curosel-style .owl-nav div {
  border: 2px solid #eb1b2b;
  border-radius: 0;
  color: #eb1b2b;
  font-size: 19px;
  height: 44px;
  right: 15px;
  line-height: 40px;
  position: absolute;
  top: -113px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 44px;
  text-align: center;
  z-index: 99;
  -webkit-transform: translateY(-49%);
  transform: translateY(-49%);
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: inherit;
}

.course_area .curosel-style .owl-nav .owl-next {
  left: auto;
  right: 74px;
  /* top: -64px; */
}

/* Testimonial Style Two */

.testimonial_area.style_two {
  padding-top: 5px;
  padding-bottom: 55px;
}

.testimonial_area_style2 .single_testimonial {
  margin-top: 10px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 40px 0 25px;
  margin-bottom: 30px;
  transition: 0.3s;
}

.testimonial_area_style2 .single_testimonial:hover {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
}

.testimonial_area_style2 .em_testi_text p::before {
  display: none;
}

.testimonial_area_style2 .em_testi_text p {
  position: relative;
  margin-top: 0;
}

.testimonial_area_style2 .em_test_thumb {
  float: none;
  overflow: hidden;
  margin: 0;
  width: inherit;
  margin-bottom: 17px;
}

.testimonial_area_style2 .em_test_thumb img {
  border-radius: 100%;
}

.testimonial_area_style2 .em_testi_title h2 {
  font-size: 20px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
}

.testimonial_area_style2 .testi_review {
  margin-top: 20px;
}

.testimonial_area_style2 .testi_review i {
  color: #eb1b2b;
  margin: 0 2px;
}

/* responsive 320 start */

/* small mobile :320px. */

@media (max-width: 767px) {
  body {
    overflow-x: hidden;
  }
  .eduzone-header-top {
    display: none;
  }
  .mean-container .mean-bar:before {
    text-transform: uppercase;
    top: 19px;
  }
  .mean-container a.meanmenu-reveal {
    padding: 19px 20px 18px;
  }
}

/* responsive 320 end */

/*========================
eduzone VIDEO  CSS
=========================*/

.vedeo_area .col-md-12 {
  padding: 0;
}

.single_choose {
  margin-bottom: 20px;
}

.single-video {
  position: relative;
  text-align: center;
}

.single-video img {
  display: block;
  width: 100%;
}

.single-video h3 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0;
  padding-top: 30px;
  text-transform: uppercase;
}

.video-icon a {
  text-align: center;
  display: inline-block;
}

.video-icon a i {
  color: #fff;
  border: 4px solid #fff;
  width: 80px;
  height: 80px;
  line-height: 72px;
  font-size: 42px;
  border-radius: 50%;
}

.v-overlay .video-icon a i {
  border: 0px solid #fff;
  font-size: 30px;
}

.video-icon {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  padding-top: 8px;
}

.single-video:before {
  content: "";
  position: absolute;
  background: rgba(13, 47, 93, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.single-video.video-overlay:before {
  background-color: rgba(0, 0, 0, 0.4);
  border: 3px solid rgba(255, 255, 255, 1);
  bottom: 0;
  content: "";
  height: 95%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 95%;
}

.single-video.video-overlay:before {
  background: rgba(255, 160, 0, 0.5) none repeat scroll 0 0;
  border: 3px solid rgba(255, 255, 255, 1);
  bottom: 0;
  content: "";
  height: 95%;
  left: 0;
  margin: auto;
  width: 95%;
}

/*==========================
eduzone ACOADING AREA CSS
============================*/

.kc_accordion_section.group {
  padding-bottom: 27px !important;
}

.ui-accordion-header {
}

.ui-accordion-header a {
}

.ui-accordion-header a i {
  background: #212121;
  color: #fff;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 14px;
  text-align: center;
  margin-right: 5px;
}

.ui-accordion-header.ui-state-active a i {
  background: #fff;
  color: #212121;
}

.kc-panel-body ul {
  padding-left: 15px;
}

.kc-panel-body ul li {
}

/* Widgets Css */

table#wp-calendar td#today a {
  color: #fff;
}

.blog-left-side .widget h2 {
  margin-top: 0;
}

.widget.widget_categories select {
  width: 100%;
  height: 34px;
}

.widget .screen-reader-text {
  display: none;
}

.search input {
  width: 100%;
}

.textwidget select {
  width: 100%;
}

.comment_field .textarea-field label {
  margin-top: 20px;
  margin-bottom: 10px;
}

.blog-content {
  word-break: break-word;
}

.post-password-form input[type="submit"] {
  background: #eb1b2b;
}

.page-list-single {
  clear: both;
}

.single-blog-content p {
  margin-bottom: 19px;
}

.blog-left-side .widget h2 {
  font-size: 24px;
}

.blog-page-title h2 {
  font-size: 24px;
}

.eduzone-single-blog-title h2 {
  font-size: 24px;
}

.em-blog-content-area {
  padding: 10px 15px 15px;
}

/* Experience And biography Css */

.biography_area {
  padding: 82px 0 100px;
  background: #f7f7f7;
}

.biography-timline {
  text-align: center !important;
  position: relative;
  padding: 0px;
  display: block;
  overflow: hidden;
}

.biography-timline::before {
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  bottom: 0;
  width: 2px;
  background-color: #eb1b2b;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  -ms-border-radius: 4rem;
  -o-border-radius: 4rem;
  border-radius: 4rem;
  content: " ";
}

.single-biography {
  position: relative;
}

.single-biography:not(:last-child) {
  margin-bottom: 160px;
}

.single-biography:first-child {
  margin-top: 20px;
}

.biography_points::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  content: " ";
  background-color: #eb1b2b;
  z-index: 0;
  animation: video-icon-animation 1.4s 0.7s linear infinite;
}

.biography_points {
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.biography_text {
  float: right;
  text-align: left;
  padding-top: 4px;
  background: transform;
  position: relative;
  transition: 0.3s;
}

.biography_text:hover {
}

.biography_text h3 {
  font-size: 22px;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 5px;
  transition: 0.3s;
}

.biography_text span {
  font-size: 15px;
  transition: 0.3s;
}

.biography_text p {
  margin-top: 19px;
  transition: 0.3s;
}

.biography-date {
  text-align: right;
  display: inline-block;
  padding-right: 37px;
  margin-top: -3px;
}

.biography-date span {
  background: transparent;
  display: inline-block;
  padding: 4px 28px;
  border-radius: 30px;
  font-size: 18px;
  color: #fff;
  background: #eb1b2b;
}

.biography-date {
  font-size: 19px;
  font-weight: 500;
}

.biography-date,
.biography_text {
  width: 46%;
}

.biography-timline .single-biography:nth-child(even) .biography_text {
  float: left;
  text-align: right;
}

.biography-timline .single-biography:nth-child(even) .biography-date {
  text-align: left;
  padding-left: 37px;
  padding-right: 0;
}

/*=====================
SKILL ITEM CSS
======================*/

.our_skill_area {
  padding-bottom: 70px;
}

.skill_area h3 {
  font-size: 41px;
  padding-top: 34px;
  padding-bottom: 37px;
}

.skill_area h3 span {
  color: #eb1b2b;
}

.skill-wrapper {
}

.our_skill h5 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.progress_text h3 {
  margin-bottom: 10px;
}

.progress {
  background-color: #ddd;
  box-shadow: none;
  height: 6px;
  margin-bottom: 38px;
  overflow: visible;
  border-radius: 0;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 10px;
  color: #fff;
  text-align: right;
  background-color: #eb1b2b;
  box-shadow: none;
}

.ttop {
  color: #464646;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-align: center;
  top: -19px;
}
/* .page-header {
  padding: 30px 0;
  background: #75cbb8;
} */

.page-header {
  padding: 100px 0;
  background-image: url(./assets/images/bread1.png);
  background-size: cover;
  background-position: center;
}


.card-header {
  background-color: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px 8px 0 0;
}



.faq-card {
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.faq-card:hover {
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
  border-color: #0056b3;
}

.faq-question {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
}

.faq-question:hover {
  color: #0056b3;
}

.faq-question:focus {
  outline: none;
  box-shadow: none;
}
.card-body {
  background-color: #ffffff;
  padding: 15px;
}

@media (max-width: 767px) {
  .mean-container a.meanmenu-reveal {
      padding: 29px 29px 18px;
   
  }
}



/* *****************************
register form css */

.form-container {
  background-color: white;
  border-radius: 10px;
  padding: 30px;
  max-width: 900px;
  margin: 50px auto;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.form-title {
  text-align: center;
  margin-bottom: 30px;
  color: #8a7fcf;
  font-size: 24px;
  font-weight: bold;
}

.input-field {
  margin-bottom: 20px;
}

label {
  font-weight: 600;
  font-size: 14px;
}

.form-control {
  border-radius: 5px;
  background-color: #337ab7;
  color: #fff;
  border: 1px solid #555;
  font-size: 14px;
}

.form-control:focus {
  background-color: #3c4558;
  border-color: #8a7fcf;
  box-shadow: 0 0 0 0.25rem rgba(138, 127, 207, 0.5);
}

.btn-submit {
  background-color: #8a7fcf;
  color: white;
  font-weight: bold;
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.btn-submit:hover {
  background-color: #6a5fb1;
}

.footer-text {
  text-align: center;
  font-size: 14px;
  color: #aaa;
  margin-top: 20px;
}

.section-title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 25px;
  color: #8a7fcf;
}

.signature-section {
  display: flex;
  justify-content: space-between;
}

.signature-section div {
  width: 45%;
}

.signature-section label {
  font-weight: 500;
  font-size: 16px;
}

.signature-line {
  border-top: 2px solid #aaa;
  margin-top: 5px;
  padding-top: 5px;
}


.login-container {
  background-color: #f2f2f2;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 300px;

  margin-top: 20px;
}
.login-container h2 {
  text-align: center;
  margin-bottom: 20px;
}
/* .input-field {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 4px;
} */
.login-button {
  width: 100%;
  padding: 10px;
  background-color: #4CAF50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.login-button:hover {
  background-color: #45a049;
}
.signup-link {
  text-align: center;
  margin-top: 10px;
}