@charset "UTF-8";
/******************************************************************
Theme Name: Educare - HTML5 Material Learning Management System Template
Description: Educare - Bootstrap 3 Learning Management System Template
Author: Codepixar
Author URI: http://www.codepixar.com/
Version: 1.0
Created: 05/10/2017
******************************************************************/
/*------------------------------------------------------------------
[Layout]

* body
	+ Header / .site-header
	+ Content / .site-main
		- Contetnt Area / .section
	+ Footer / .site-footer

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

1.  Common Styles
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Header
3.  Title
4.  Sliders
5.  Notice Board
6.  Intro
7.  Course
8.  Chairman Messege
9.  Testimonial
10. Call To Action
11. Brand
12. Search Field
13. Blog
14. Event
15. Publication
16. Clients
17. Register
18. Widget
19. Faqs
20. Contact
21. Teacher
22. Elements
23. Shop
24. filter Button
25. kindergarten
26. Buddypress
27. Footer

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Color codes]

Background: #fff (White)
Heading: #333333
Text : #666666
Gray : #f9fafc
Border: #cccccc


-----------------------------------------------------------------------*/
/*---------------------------------------------------------------------
[Typography]

Body 	:	14px/24px 'Nunito', sans-serif;
Heading :	'Fjalla One', sans-serif;
	h1  : 	36px
	h2  : 	30px
	h3  : 	24px
	h4  : 	18px
	h5  : 	14px
	h6  : 	12px
-----------------------------------------------------------------------*/
/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/*--------------------------- Color variations ----------------------*/
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* Medium Layout: 1280px */
/* Tablet Layout: 768px */
/* Mobile Layout: 320px */
/* Wide Mobile Layout: 480px */
/* =================================== */
/*  Basic Style 
/* =================================== */
::-moz-selection {
  /* Code for Firefox */
  background-color: #f85b31;
  color: #fff;
}

::selection {
  background-color: #f85b31;
  color: #fff;
}

.home-designing ::-moz-selection {
  /* Code for Firefox */
  background-color: #8153ff;
  color: #fff;
}

.home-designing ::selection {
  background-color: #8153ff;
  color: #fff;
}

.home-designing .first-title:before {
  background: #8153ff;
}

.home-designing .first-title:after {
  background: #8153ff;
}

.home-cooking ::-moz-selection {
  /* Code for Firefox */
  background-color: #5ac329;
  color: #fff;
}

.home-cooking ::selection {
  background-color: #5ac329;
  color: #fff;
}

.home-cooking .first-title:before {
  background: #5ac329;
}

.home-cooking .first-title:after {
  background: #5ac329;
}

body {
  /*color: #666666;*/
  color: #000000;
  /*font-family: "Roboto", sans-serif;*/
  font-family: "PT Serif", serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

select {
  display: block;
}

figure {
  margin: 0;
}

a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

p {
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
  color: #666666;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.focus.nice-select.open,
.btn:active:focus,
.btn.nice-select.open:focus,
.btn:focus {
  text-decoration: none;
  outline: 0;
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.media, .media-body {
  overflow: visible !important;
  zoom: 1;
}

.card-panel {
  margin: 0;
  padding: 60px;
}

/**
 *  Typography
 *
 **/
.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

h1, h2, h3,
h4, h5, h6 {
  /*font-family: "Fjalla One", sans-serif;*/
  font-family: "PT Serif", serif;
  color: #333333;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
}

.h1, .h2, .h3,
.h4, .h5, .h6 {
  margin-bottom: 0;
  margin-top: 0;
  /*font-family: 'Roboto', sans-serif;*/
  font-family: "PT Serif", serif;
}

h1, .h1 {
  font-size: 60px;
}

h2, .h2 {
  font-size: 36px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 14px;
  color: #333333;
}

td, th {
  border-radius: 0px;
}

/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clear::before, .clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

/**
 *  Reset input fields opacity
 *
 **/
::-webkit-input-placeholder {
  opacity: .5;
  color: inherit;
}

:-moz-placeholder {
  /* Firefox 18- */
  opacity: .5;
  color: inherit;
}

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: .5;
  color: inherit;
}

:-ms-input-placeholder {
  opacity: .5;
  color: inherit;
}

.fz-11 {
  font-size: 11px;
}

.fz-12 {
  font-size: 12px;
}

.fz-13 {
  font-size: 13px;
}

.fz-14 {
  font-size: 14px;
}

.fz-15 {
  font-size: 15px;
}

.fz-16 {
  font-size: 16px;
}

.fz-18 {
  font-size: 18px;
}

.fz-30 {
  font-size: 30px;
}

.fw100 {
  font-weight: 100;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.f700 {
  font-weight: 700;
}

.fsi {
  font-style: italic;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-5 {
  margin-right: 5px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-50 {
  margin-right: 50px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-0-i {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.p-40 {
  padding: 40px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.load-content {
  display: none;
}

.text-italic {
  font-style: italic;
}

.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.highlight {
  color: #f85b31;
}

.section-full {
  padding: 150px 0;
}

@media (max-width: 767px) {
  .section-full {
    padding: 75px 0;
  }
}

.pt-150 {
  padding-top: 150px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
}

.lead-half {
  font-size: 16px;
  line-height: 26px;
}

a {
  color: #666666;
}

.overlay-black {
  background: rgba(0, 0, 0, 0.5);
}

.fz-48 {
  font-size: 48px;
}

.btn {
  background-color: #f85b31;
  font-weight: 600;
  color: #fff;
  border: 0 none;
  border-radius: 2px;
  line-height: 40px;
  height: 40px;
  padding: 0 50px;
  text-transform: none;
  letter-spacing: 0;
}

.btn:hover, .btn:focus {
  background-color: #fff;
  color: #f85b31;
}

.z-depth-1, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .collapsible, .side-nav {
  box-shadow: none;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.flex-grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.flex-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}

.flex-top {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}

.flex-bottom {
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.flex-column {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.display-table {
  display: table;
}

.light {
  color: #fff;
}

.dark {
  color: #000;
}

.primary-color {
  color: #f85b31;
}

.relative {
  position: relative;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overlay.op-s {
  background-color: rgba(248, 91, 49, 0.6);
}

.overlay.op-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay.op-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.overlay.op-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay.dark, .overlay.op-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay.op-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay.dark-2 {
  background-color: rgba(48, 48, 48, 0.8);
}

.overlay.op-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay.dark-3, .overlay.dark-8, .overlay.op-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.overlay.dark-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.bg-gray {
  background: #f9f9f9;
}

.bg-blue {
  background: #001e32;
}

.blue-overlay-5 {
  background-color: rgba(0, 30, 50, 0.5);
}

.first-title {
  font-size: 36px;
  color: #333333;
  display: inline-block;
  position: relative;
  z-index: 0;
  text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .first-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .first-title {
    font-size: 24px;
  }
}

.first-title:before {
  position: absolute;
  content: "";
  width: 58px;
  height: 5px;
  background: #f85b31;
  top: 50%;
  margin-top: -2.5px;
  left: -25px;
  z-index: -1;
}

.first-title:after {
  position: absolute;
  content: "";
  width: 58px;
  height: 5px;
  background: #f85b31;
  top: 50%;
  margin-top: -2.5px;
  right: -25px;
  z-index: -1;
}

.second-title {
  font-size: 18px;
  color: #333333;
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  z-index: 0;
}

.second-title:after {
  position: absolute;
  content: "";
  width: 26px;
  height: 2px;
  background: #f85b31;
  top: 50%;
  margin-top: -1px;
  right: -50px;
  z-index: -1;
}

.container {
  max-width: none;
  
}

.container.fullwidth {
  width: 100%;
}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.no-gutter > [class^="col"] {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block;
  }
}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;
}

.padding-none {
  padding: 0;
}

.pl-n {
  padding-left: 0;
}

.default-header {
  position: absolute;
  z-index: 9999;
  width: 100%;
  left: 0;
  background-color:#4b7b7b;
}

.default-header .logo a {
  display: inline-block;
  line-height: 70px;
}

.default-header .navbar-area {
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.default-header .search-icon span {
  color: #fff;
  line-height: 70px;
  padding-left: 15px;
  cursor: pointer;
}

.main-menu {
  padding-right: 10px;
}

.main-menu .my-active {
  display: inline-block;
  position: relative;
}

.main-menu .my-active:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.main-menu li {
  display: inline-block;
  position: relative;
}

.main-menu li:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.7s ease 0s;
  -moz-transition: all 0.7s ease 0s;
  -o-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}

.main-menu li:hover:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
}

.main-menu li:hover .sub-menu {
  transform: scaleY(1);
}

.main-menu li a {
  display: inline-block;
  color: #fff;
  padding: 0px 20px;
  line-height: 70px;
  /*font-family: "Fjalla One", sans-serif;*/
  font-family: "PT Serif", serif;
  font-size: 14px;
  text-transform: capitalize;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .main-menu li a {
    font-size: 12px;
    padding: 0 10px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .main-menu li:last-child .sub-menu {
    left: auto;
    right: 0;
  }
}

.main-menu .sub-menu {
  transform: scaleY(0);
  transform-origin: left top 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: block;
  min-width: 250px;
  background: #001e32;
  position: absolute;
  top: 70px;
  left: 0;
  padding-bottom: 1px;
  z-index: 99;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .main-menu .sub-menu {
    min-width: 160px;
  }
}

.main-menu .sub-menu li {
  display: block;
}

.main-menu .sub-menu li:after {
  width: 0%;
  height: 1px;
  opacity: .5;
}

.main-menu .sub-menu li:hover:after {
  width: 100%;
  height: 1px;
  opacity: .5;
}

.main-menu .sub-menu li a {
  display: block;
  color: #fff;
  line-height: 35px;
  font-size: 12px;
  text-transform: capitalize;
}

#header1-sticky-wrapper {
  /*height: 0px !important;*/
}

.is-sticky .blue-bg {
  /*background: #001e32;*/
  /*background: #f78c04;*/
  background:#3e9ad7;
}

.is-sticky .default-header .navbar-area {
  padding: 0;
}

.search-area {
  top: 70px;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.search-area .search-form input {
  width: 100%;
  background-color: transparent;
  border-color: currentcolor currentcolor #d7d3d3;
  border-style: none none solid;
  border-width: medium medium 1px;
  padding: 10px 10px 10px 30px;
  position: absolute;
  outline: none;
}

/* For Mobile Menu */
.slicknav_menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  margin-top: 7px;
  background: transparent;
}

.slicknav_nav {
  height: 300px;
  overflow-y: auto;
  background: #001e32;
}

@media (max-width: 767px) {
  .slicknav_nav {
    height: 100vh;
  }
}

.slicknav_nav li {
  padding: 0px 20px;
}

.slicknav_btn {
  background-color: #f85b31;
  border-radius: 4px;
  margin: 13px 15px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.6em;
}

.slicknav_nav .slicknav_row:hover {
  background: #fff;
  color: #f85b31;
  border-radius: 0px;
}

.slicknav_nav .slicknav_row:hover a {
  color: #f85b31;
}

.slicknav_nav a:hover {
  background: #fff;
  color: #f85b31;
  border-radius: 0px;
}

.slicknav_nav a:focus {
  color: #f85b31;
}

@media screen and (max-width: 767px) {
  /* #menu is the original menu */
  .slicknav_menu {
    display: block;
  }
}

/* ---------------- 05 Home Kindergarten With Header Top Area ---------------- */
@media (min-width: 768px) and (max-width: 1200px) {
  .k-header-top .header-top .top-left li .fa {
    color: #f85b31;
    line-height: 40px;
    margin-right: 5px;
  }
}

.k-header-top .header-top {
  background: #ac40ff;
  height: 40px;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.k-header-top .header-top ul li {
  color: #fff;
}

.k-header-top .header-top ul li .fa {
  color: #fbbc05;
}

.k-header-top .header-top ul li a {
  color: #fff;
}

.k-header-top .header-top ul li .select-ct {
  height: 40px;
  width: 90px;
}

.k-header-top .header-top ul li .select-ct:after {
  margin-right: 0;
}

.k-header-top .header-top ul li .select-ct .nice-select {
  background: #ac40ff;
  border: 0px;
  color: #fff;
  box-shadow: none;
}

.k-header-top .header-top ul li .select-ct .nice-select .list {
  background: #ac40ff;
  box-shadow: none;
}

.k-header-top .header-top ul li .select-ct .nice-select .option:hover, .k-header-top .header-top ul li .select-ct .nice-select .option.focus {
  color: #fbbc05;
  background: #ac40ff;
}

.k-header-top .header-top ul li .select-ct .nice-select .option:last-child {
  border: 0px;
}

.k-header-top .header-top ul .email {
  margin-left: 80px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .k-header-top .header-top ul .email {
    margin-left: 10px;
  }
}

@media (max-width: 767px) {
  .k-header-top .header-top ul .email {
    margin-left: 10px;
  }
}

.k-header-top .header-top ul .phone {
  margin-right: 80px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .k-header-top .header-top ul .phone {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .k-header-top .header-top ul .phone {
    margin-right: 20px;
  }
}

.k-header-top .header-top ul .select-icon .fa {
  margin-right: 0;
}

.white-bg {
  background: #fff;
}

.kindergarten-nav .logo a {
  line-height: 90px;
}

.kindergarten-nav .logo a img {
  height: 53px;
  width: 168px;
  margin-top: 0;
}

.kindergarten-nav .main-menu li {
  display: inline-block;
  position: relative;
}

.kindergarten-nav .main-menu li:nth-child(1):after {
  position: absolute;
  content: "";
  background: #ff0099;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li:nth-child(1):hover {
  background: #ff0099;
}

.kindergarten-nav .main-menu li:nth-child(1):hover a {
  color: #fff;
}

.kindergarten-nav .main-menu li:nth-child(2):after {
  position: absolute;
  content: "";
  background: #fbbc05;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li:nth-child(2):hover {
  background: #fbbc05;
}

.kindergarten-nav .main-menu li:nth-child(2):hover a {
  color: #fff;
}

.kindergarten-nav .main-menu li:nth-child(3):after {
  position: absolute;
  content: "";
  background: #96cd39;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li:nth-child(3):hover {
  background: #96cd39;
}

.kindergarten-nav .main-menu li:nth-child(3):hover a {
  color: #fff;
}

.kindergarten-nav .main-menu li:nth-child(4):after {
  position: absolute;
  content: "";
  background: #4285f4;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li:nth-child(4):hover {
  background: #4285f4;
}

.kindergarten-nav .main-menu li:nth-child(4):hover a {
  color: #fff;
}

.kindergarten-nav .main-menu li:nth-child(5):after {
  position: absolute;
  content: "";
  background: #ac40ff;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li:nth-child(5):hover {
  background: #ac40ff;
}

.kindergarten-nav .main-menu li:nth-child(5):hover a {
  color: #fff;
}

.kindergarten-nav .main-menu li:nth-child(6):after {
  position: absolute;
  content: "";
  background: #ff0099;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li:nth-child(6):hover {
  background: #ff0099;
}

.kindergarten-nav .main-menu li:nth-child(6):hover a {
  color: #fff;
}

.kindergarten-nav .main-menu li:nth-child(7):after {
  position: absolute;
  content: "";
  background: #ea4335;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li:nth-child(7):hover {
  background: #ea4335;
}

.kindergarten-nav .main-menu li:nth-child(7):hover a {
  color: #fff;
}

.kindergarten-nav .main-menu li:nth-child(8):after {
  position: absolute;
  content: "";
  background: #ac40ff;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li:nth-child(8):hover {
  background: #ac40ff;
}

.kindergarten-nav .main-menu li:nth-child(8):hover a {
  color: #fff;
}

.kindergarten-nav .main-menu li:nth-child(9):after {
  position: absolute;
  content: "";
  background: #4285f4;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li:nth-child(9):hover {
  background: #4285f4;
}

.kindergarten-nav .main-menu li:nth-child(9):hover a {
  color: #fff;
}

.kindergarten-nav .main-menu li:nth-child(10):after {
  position: absolute;
  content: "";
  background: #ac40ff;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li:nth-child(10):hover {
  background: #ac40ff;
}

.kindergarten-nav .main-menu li:nth-child(10):hover a {
  color: #fff;
}

.kindergarten-nav .main-menu li:nth-child(11):after {
  position: absolute;
  content: "";
  background: #ff0099;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li:nth-child(11):hover {
  background: #ff0099;
}

.kindergarten-nav .main-menu li:nth-child(11):hover a {
  color: #fff;
}

.kindergarten-nav .main-menu li:nth-child(12):after {
  position: absolute;
  content: "";
  background: #ea4335;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li:nth-child(12):hover {
  background: #ea4335;
}

.kindergarten-nav .main-menu li:nth-child(12):hover a {
  color: #fff;
}

.kindergarten-nav .main-menu li:nth-child(13):after {
  position: absolute;
  content: "";
  background: #ac40ff;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li:nth-child(13):hover {
  background: #ac40ff;
}

.kindergarten-nav .main-menu li:nth-child(13):hover a {
  color: #fff;
}

.kindergarten-nav .main-menu li a {
  display: inline-block;
  color: #333333;
  line-height: 90px;
  padding: 0 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .kindergarten-nav .main-menu li a {
    font-size: 12px;
    padding: 0 10px;
  }
}

.kindergarten-nav .main-menu li .sub-menu {
  top: 90px;
}

.kindergarten-nav .main-menu li .sub-menu li {
  display: block;
}

.kindergarten-nav .main-menu li .sub-menu li:after {
  height: 1px;
  left: 0;
  bottom: 0;
}

.kindergarten-nav .main-menu li .sub-menu li a {
  line-height: 35px;
  display: block;
}

.default-header .kindergarten-nav .search-icon span {
  color: #333333;
  line-height: 90px;
  padding-left: 15px;
  cursor: pointer;
}

/* ---------------- 06 Home With Header Top Area ---------------- */
@media (max-width: 767px) {
  .header6 .header-top {
    display: none;
  }
}

.header6 .main-menu {
  padding-right: 0px;
}

.header6 .main-menu li:last-child a {
  padding-right: 0;
}

.header-top {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  background: #333333;
  width: 100%;
  height: 40px;
}

.header-top .top-left li .select-ct {
  height: 40px;
  width: 110px;
}

.header-top .top-left li .select-ct .nice-select {
  background: #333333;
  border: 0px;
  padding-left: 8px;
}

.header-top .top-left li .fa {
  color: #f85b31;
  margin-right: 15px;
  line-height: 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-top .top-left li .fa {
    margin-right: 10px;
  }
}

.header-top .top-left li a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-top .top-left li a:hover {
  color: #fff;
}

.header-top .top-left .pr-60 {
  padding-right: 60px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-top .top-left .pr-60 {
    padding-right: 15px;
  }
}

.header-top .top-right li a:hover {
  color: #fff;
}

.header-top .top-right li .fa {
  color: #f85b31;
  margin-right: 15px;
  line-height: 40px;
}

.header-top .top-right .pl-60 {
  padding-left: 60px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header-top .top-right .pl-60 {
    padding-left: 15px;
  }
}

.is-sticky .header-top {
  display: none !important;
}

/* ---------------- 07 Home With Header Top Area ---------------- */
.header7 .header-top {
  background: #fff;
}

@media (max-width: 767px) {
  .header7 .header-top {
    display: none;
  }
}

.header7 .header-top .top-left li .fa {
  color: #666666;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header7 .header-top .top-left li .fa {
    margin-right: 10px;
  }
}

.header7 .header-top .top-left li a:hover {
  color: #333333;
}

.header7 .header-top .top-left li a:hover .fa {
  color: #8153ff;
}

.header7 .header-top .top-left li .select-ct .nice-select {
  background: #fff;
  box-shadow: none;
  padding-left: 9px;
}

.header7 .header-top .top-left li .pr-60 {
  padding-right: 60px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header7 .header-top .top-left li .pr-60 {
    padding-right: 15px;
  }
}

.header7 .header-top .top-right li .fa {
  color: #666666;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header7 .header-top .top-right li a:hover {
  color: #333333;
}

.header7 .header-top .top-right li a:hover .fa {
  color: #8153ff;
}

.header7 .header-top .top-right li .pl-60 {
  padding-right: 60px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header7 .header-top .top-right li .pl-60 {
    padding-left: 15px;
  }
}

/* ---------------- 08 Home With Header Top Area ---------------- */
.header8 .header-top {
  background: transparent;
  height: 40px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

@media (max-width: 767px) {
  .header8 .header-top {
    display: none;
  }
}

.header8 .header-top ul li .fa {
  color: #5ac329;
}

.header8 .header-top ul li a {
  color: #fff;
}

.header8 .header-top ul li .select-ct {
  margin-right: 80px;
  height: 40px;
  width: 90px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header8 .header-top ul li .select-ct {
    margin-right: 20px;
  }
}

.header8 .header-top ul li .select-ct:after {
  margin-right: 0;
  color: #fff;
}

.header8 .header-top ul li .select-ct .nice-select {
  background: transparent;
  border: 0px;
  color: #fff;
  box-shadow: none;
}

.header8 .header-top ul li .select-ct .nice-select .list {
  background: #fff;
  box-shadow: none;
}

.header8 .header-top ul li .select-ct .nice-select .option {
  color: #666666;
}

.header8 .header-top ul li .select-ct .nice-select .option:hover, .header8 .header-top ul li .select-ct .nice-select .option.focus {
  color: #333333;
  background: #fff;
}

.header8 .header-top ul li .select-ct .nice-select .option:last-child {
  border: 0px;
}

.header8 .header-top ul .email {
  margin-right: 80px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .header8 .header-top ul .email {
    margin-right: 20px;
  }
}

.header8 .header-top ul .phone {
  margin-right: 0px;
}

.header8 .header-top ul .select-icon .fa {
  margin-right: 0;
}

.header8 .navbar-full {
  background: rgba(0, 0, 0, 0.1);
}

/* ---------------- 36 Home Shop Header ---------------- */
.default-header .cart:hover .mini-cart-wrapper {
  transform: scaleY(1);
}

.default-header .cart .icon {
  color: #fff;
  line-height: 70px;
  padding-left: 15px;
  cursor: pointer;
  margin-right: 10px;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .default-header .cart .icon {
    margin-right: 6px;
    padding-left: 8px;
  }
}

.default-header .user .icon {
  color: #fff;
  line-height: 70px;
  padding-left: 15px;
  cursor: pointer;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .default-header .user {
    display: none;
  }
  .default-header .cart {
    display: none;
  }
}

.cart {
  position: relative;
}

.mini-cart-wrapper {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-width: 330px;
  position: absolute;
  right: -68px;
  top: 70px;
  transform: scaleY(0);
}

.mini-cart-wrapper .cart-head {
  border-top: 2px solid #f85b31;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 30px;
}

.mini-cart-wrapper .cart-head h5 {
  color: #fff;
  font-size: 14px;
}

.mini-cart-wrapper .cart-head span {
  color: #f85b31;
}

.mini-cart-wrapper .product-cart {
  padding: 10px 30px;
  border-bottom: 1px solid #eeeeee;
  background: #fff;
}

.mini-cart-wrapper .product-cart .desc {
  margin-top: 15px;
  margin-left: 20px;
}

.mini-cart-wrapper .product-cart .desc h5 {
  font-size: 14px;
}

.mini-cart-wrapper .product-cart .desc h5 i {
  margin-left: 60px;
  cursor: pointer;
  color: #666666;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
}

.mini-cart-wrapper .product-cart .desc h5 i:hover {
  color: #f85b31;
}

.mini-cart-wrapper .product-cart .desc p {
  margin-top: 8px;
}

.mini-cart-wrapper .product-cart .desc p span {
  color: #f85b31;
}

.mini-cart-wrapper .total {
  padding: 20px 30px;
  background: #f7f7f7;
}

.mini-cart-wrapper .total span {
  color: #333333;
  font-size: 14px;
  /*font-family: "Fjalla One", sans-serif;*/
  font-family: "PT Serif", serif;
}

.mini-cart-wrapper .btn {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border-radius: 0px 0px 2px 2px;
}

.deafult-slider .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.deafult-slider .overlay-slider {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60%;
  height: 100%;
  /*background: rgba(248, 91, 49, 0.9);*/
  background: rgba(30, 30, 50, 0.5);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .deafult-slider .overlay-slider {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .deafult-slider .overlay-slider {
    width: 100%;
  }
}

.deafult-slider .slide-content {
  position: relative;
  z-index: 5;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .deafult-slider .slide-content {
    text-align: center;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .deafult-slider .slide-content {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .deafult-slider .slide-content h1 {
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .deafult-slider .slide-content h1 {
    font-size: 26px;
  }
}

.deafult-slider .slide-content .btn {
  border: 1px solid #fff;
  background: transparent;
}

@media (max-width: 767px) {
  .deafult-slider .slide-content .btn {
    padding: 0 20px;
  }
}

.deafult-slider .slide-content .btn:hover {
  box-shadow: none;
  background: #fff;
  color: #333333;
}

.deafult-slider .slide-content .btn:focus {
  color: #333333;
}

@media (max-width: 767px) {
  .deafult-slider .owl-controls .owl-nav {
    display: none;
  }
}

.deafult-slider .owl-controls .owl-nav .owl-prev {
  top: 50%;
  position: absolute;
  left: 20px;
  background: #fff;
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .deafult-slider .owl-controls .owl-nav .owl-prev {
    top: 85%;
    left: 50%;
    transform: translateX(-100px);
  }
}

.deafult-slider .owl-controls .owl-nav .owl-prev i {
  color: #f85b31;
  font-size: 20px;
}

.deafult-slider .owl-controls .owl-nav .owl-next {
  top: 50%;
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  background: #fff;
}

@media (max-width: 767px) {
  .deafult-slider .owl-controls .owl-nav .owl-next {
    top: 85%;
    right: 50%;
    transform: translateX(100px);
  }
}

.deafult-slider .owl-controls .owl-nav .owl-next i {
  color: #f85b31;
  font-size: 20px;
}

.deafult-slider .owl-controls .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
}

@media (max-width: 767px) {
  .deafult-slider .owl-controls .owl-dots {
    visibility: visible;
  }
}

.deafult-slider .owl-controls .owl-dots .owl-dot {
  margin-right: 5px;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 50%;
}

.deafult-slider .owl-controls .owl-dots .owl-dot.active {
  background: #fff;
}

/* -------------------01 Home University--------------- */
.slider1 .overlay-slider2 {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  /*background: rgba(248, 91, 49, 0.9);*/
  background: rgba(30, 30, 50, 0.9);
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider1 .overlay-slider2 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .slider1 .overlay-slider2 {
    width: 100%;
  }
}

/* ----------------Welcome Slider Section--------------- */
.welcome-slider .slider-box {
  border: 1px solid #f85b31;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  position: relative;
}

.welcome-slider .slider-box .slider-corner1 {
  border-top: 108px solid transparent;
  border-left: 70px solid #f85b31;
  position: absolute;
  transform: rotate(90deg);
  left: 5px;
  top: -30px;
  z-index: 99;
}

.welcome-slider .slider-box .slider-corner1 .mini-corner1 {
  border-bottom: 6px solid transparent;
  border-left: 17px solid #c12b03;
  border-top: 10px solid transparent;
  bottom: 3px;
  left: -6px;
  position: absolute;
  transform: rotate(-32deg);
}

.welcome-slider .slider-box .slider-corner1 .mini-corner2 {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 10px solid #c12b03;
  bottom: 102px;
  position: absolute;
  right: 51px;
  transform: rotate(90deg);
}

.welcome-slider .slider-box .slider-corner2 {
  border-top: 108px solid transparent;
  border-left: 70px solid #f85b31;
  position: absolute;
  transform: rotate(-90deg);
  right: 5px;
  bottom: -30px;
  z-index: 99;
}

.welcome-slider .slider-box .slider-corner2 .mini-corner1 {
  border-bottom: 6px solid transparent;
  border-left: 17px solid #c12b03;
  border-top: 10px solid transparent;
  bottom: 3px;
  right: -11px;
  position: absolute;
  transform: rotate(-32deg);
}

.welcome-slider .slider-box .slider-corner2 .mini-corner2 {
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 10px solid #c12b03;
  bottom: 102px;
  position: absolute;
  left: -79px;
  transform: rotate(90deg);
}

.welcome-slider .wel-slider {
  height: 276px;
}

.welcome-slider .wel-slider .item {
  height: 276px;
  width: 100%;
  background-size: cover;
}

.welcome-slider .wel-slider .owl-controls {
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translate(-50%);
}

.welcome-slider .wel-slider .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
}

.welcome-slider .wel-slider .owl-dot span {
  width: 50px;
  height: 4px;
  background: rgba(248, 91, 49, 0.54);
  margin-left: 5px;
  display: inline-block;
  margin-bottom: 3px;
}

.welcome-slider .wel-slider .owl-dot.active span {
  height: 8px;
  background: #f85b31;
}

/* -------------------02 Home College--------------- */
.slider2 h2 {
  font-size: 48px;
  margin-bottom: 50px;
}

.slider2 .slide2-bg {
  background: url(../img/slider/5.jpg);
  background-size: cover;
}

@media (min-width: 480px) and (max-width: 767px) {
  .slider2 .slide2-bg {
    min-height: 600px;
  }
}

@media (max-width: 767px) {
  .slider2 .slide-content h2 {
    font-size: 26px;
    margin-top: 150px;
  }
}

.slider2 .top-register {
  padding: 50px 100px;
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .slider2 .top-register {
    padding: 30px 30px;
  }
}

.slider2 .top-register h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .slider2 .top-register h4 {
    font-size: 16px;
  }
}

.slider2 .top-register p {
  margin-bottom: 5px;
}

.slider2 .top-register input {
  border: 1px solid #eeeeee;
  color: #333333;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 8px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: #fff;
}

.slider2 .top-register input:focus {
  outline: none;
}

.slider2 .top-register input[type="text"] {
  width: 100%;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
}

.slider2 .top-register input[type="email"] {
  width: 50%;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
  margin-right: 10px;
}

@media (max-width: 767px) {
  .slider2 .top-register input[type="email"] {
    width: 100%;
    display: block;
    margin-right: 0px;
  }
}

.slider2 .top-register input[type="phone"] {
  margin-left: 10px;
  width: 50%;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .slider2 .top-register input[type="phone"] {
    width: 100%;
    margin-left: 0;
    display: block;
  }
}

.slider2 .top-register .select-course {
  position: relative;
}

.slider2 .top-register .select-course:after {
  font-family: FontAwesome;
  position: absolute;
  content: "\f0d7";
  right: 0;
  top: 0;
  font-size: 14px;
  top: 25%;
  margin-right: 30px;
  pointer-events: none;
}

.slider2 .top-register .select-course select {
  display: block;
  border: 1px solid #eeeeee;
  color: #333333;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 8px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: auto;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
}

.slider2 .top-register .select-course select:focus {
  outline: none;
}

/* -------------------03 Home Online Education --------------- */
.slider3 .overlay-slider {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.slider3 .slide-content h1 {
  font-size: 42px;
  line-height: 50px;
}

@media (max-width: 767px) {
  .slider3 .slide-content h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.slider3 .slide-content .btn {
  border: 1px solid #fff;
  background: transparent;
}

.slider3 .slide-content .btn:hover {
  box-shadow: none;
  background: #f85b31;
  color: #fff;
  border: 1px solid #f85b31;
}

.slider3 .slide-content .btn:focus {
  color: #333333;
}

/* -------------------04 Home Language Education --------------- */
.slider4 .item {
  background: #f85b31;
}

@media (max-width: 767px) {
  .slider4 .item {
    min-height: 600px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .slider4 .item {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .slider4 .slide-content {
    text-align: center;
  }
}

.slider4 .slide-content h1 {
  font-size: 42px;
  line-height: 50px;
  margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider4 .slide-content h1 {
    line-height: 40px;
    font-size: 36px;
  }
}

@media (max-width: 767px) {
  .slider4 .slide-content h1 {
    line-height: 36px;
    font-size: 26px;
    margin-top: 0px;
  }
}

.slider4 .slide-content .btn {
  border: 1px solid #fff;
}

@media (max-width: 767px) {
  .slider4 .slide-content .btn {
    padding: 0 20px;
  }
}

.slider4 .slide-content .btn:hover {
  background: #fff;
  color: #f85b31;
  border: 1px solid #fff;
}

.slider4 .slide-content .btn:focus {
  color: #333333;
}

.flag {
  padding: 40px 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: #fff;
  z-index: 3;
  transform: translate(-50%);
  box-shadow: 3.536px 3.536px 75px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
}

@media (max-width: 767px) {
  .flag {
    bottom: -70px;
  }
}

.flag .single-flag {
  text-align: center;
  position: relative;
}

.flag .single-flag img {
  display: inline-block;
}

.flag .single-flag p {
  margin-left: 5px;
}

@media (max-width: 767px) {
  .flag .single-flag p {
    margin-left: 0;
  }
}

.flag .single-flag p a:hover {
  color: #333333;
}

.flag .single-flag:after {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 1px;
  height: 50px;
  right: 0;
  top: 10px;
}

@media (max-width: 767px) {
  .flag .single-flag:nth-child(3):after {
    content: none;
  }
}

.flag .single-flag:last-child:after {
  content: none;
}

.slider-white-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  height: 78px;
  width: 100%;
}

/* -------------------05 Home Kindergarten--------------- */
@media (min-width: 480px) and (max-width: 767px) {
  .kindergarten-slider .item {
    min-height: 500px;
  }
}

.kindergarten-slider .content-bg {
  background: rgba(0, 0, 0, 0.2);
}

.kindergarten-slider .slide-content {
  background: rgba(0, 0, 0, 0.7);
  padding: 100px;
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .kindergarten-slider .slide-content {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .kindergarten-slider .slide-content {
    padding: 20px 10px;
  }
}

.kindergarten-slider .slide-content h1 {
  color: #ac40ff;
  font-size: 42px;
}

@media (max-width: 767px) {
  .kindergarten-slider .slide-content h1 {
    font-size: 26px;
  }
}

.kindergarten-slider .slide-content p {
  margin: 20px 0 20px 0;
}

.kindergarten-slider .slide-content .btn {
  border-radius: 20px;
}

.kindergarten-slider .slide-content .btn1 {
  border: 1px solid #96cd39;
  color: #96cd39;
}

.kindergarten-slider .slide-content .btn1:hover {
  background: #96cd39;
  color: #fff;
}

.kindergarten-slider .slide-content .btn2 {
  border: 1px solid #ff0099;
  color: #ff0099;
}

.kindergarten-slider .slide-content .btn2:hover {
  background: #ff0099;
  color: #fff;
}

/* -------------------06 Home Driving--------------- */
.slider6 .item {
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider6 .slide-content {
    padding: 0 60px;
  }
}

.slider6 .slide-content h1 {
  font-size: 42px;
  line-height: 54px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider6 .slide-content h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

@media (max-width: 767px) {
  .slider6 .slide-content h1 {
    font-size: 26px;
    line-height: 36px;
  }
}

.slider6 .content-bg {
  background: url(../img/slider/content-bg.png);
  width: 50%;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider6 .content-bg {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
  }
}

@media (max-width: 767px) {
  .slider6 .content-bg {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
  }
}

/* -------------------07 Home Designing School--------------- */
@media (max-width: 767px) {
  .mobile-none {
    display: none;
  }
}

.slider7 .item {
  background-repeat: no-repeat;
  background-size: cover;
}

.slider7 .owl-controls .owl-nav .owl-prev i {
  color: #8153ff;
}

.slider7 .owl-controls .owl-nav .owl-next i {
  color: #8153ff;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider7 .owl-controls .owl-nav .owl-prev {
    top: 90%;
    left: 50%;
    transform: translateX(-100px);
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider7 .owl-controls .owl-nav .owl-next {
    top: 90%;
    right: 50%;
    transform: translateX(100px);
  }
}

.slider7 .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.slider7 .slide-content {
  margin-top: 100px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider7 .slide-content {
    margin-top: 70px;
  }
}

.slider7 .slide-content h1 {
  font-size: 42px;
  line-height: 54px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider7 .slide-content h1 {
    font-size: 30px;
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  .slider7 .slide-content h1 {
    font-size: 26px;
    line-height: 36px;
  }
}

.slider7 .slide-content .btn:hover {
  background: #8153ff;
  border: 1px solid #8153ff;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider7 .slide-content .mr-10 {
    margin-right: 0;
  }
}

.slider-register {
  background: #fff;
  padding: 40px 30px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider-register {
    margin-top: 40px;
    padding: 20px 20px;
  }
}

.slider-register .register-head {
  margin-bottom: 30px;
}

.slider-register .register-head h4 {
  font-size: 24px;
  color: #8153ff;
  margin-bottom: 20px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider-register .register-head h4 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .slider-register .register-head h4 {
    font-size: 20px;
  }
}

.slider-register .register-head h6 {
  font-size: 16px;
}

.slider-register form {
  margin-top: 5px;
}

.slider-register form .select-ct .nice-select {
  box-shadow: none;
}

.slider-register form p {
  margin: 0;
}

.slider-register form p input {
  border: 1px solid #eeeeee;
  color: #333333;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 6px 20px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: transparent;
}

.slider-register form p input:focus {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border: 1px solid #f7f7f7;
}

.slider-register form p input ::-webkit-input-placeholder {
  opacity: 1;
  color: #cccccc;
}

.slider-register form p input :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #cccccc;
}

.slider-register form p input ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #cccccc;
}

.slider-register form p input :-ms-input-placeholder {
  opacity: 1;
  color: #cccccc;
}

.slider-register form p .submit-btn {
  width: 100% !important;
  margin-top: 10px;
}

.slider-register form p .btn {
  background: #8153ff;
}

.slider-register form p .btn:hover {
  background: #fff;
  color: #8153ff;
}

.mobile-banner {
  display: none;
}

@media (max-width: 767px) {
  .mobile-banner {
    display: block;
  }
  .mobile-banner .slider-register {
    margin: 50px 0;
  }
}

/* -------------------08 Home Cooking School--------------- */
.slider8 .owl-controls .owl-nav .owl-prev i {
  color: #5ac329;
}

.slider8 .owl-controls .owl-nav .owl-next i {
  color: #5ac329;
}

.slider8 .overlay-bg {
  background: rgba(0, 0, 0, 0.6);
}

.slider8 .slide-content h1 {
  font-size: 42px;
  line-height: 54px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider8 .slide-content h1 {
    font-size: 36px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .slider8 .slide-content h1 {
    font-size: 26px;
    line-height: 45px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .slider8 .slide-content h1 {
    font-size: 22px;
    margin-top: 45px;
    line-height: 35px;
  }
}

.slider8 .slide-content .btn:hover {
  background: #5ac329;
  border: 1px solid #5ac329;
  color: #fff;
}

.sidebar-registration {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
  height: 100vh;
  width: 458px;
  text-align: center;
  margin-right: -458px;
  -webkit-transition: margin 300ms ease-in-out;
  -moz-transition: margin 300ms ease-in-out;
  -o-transition: margin 300ms ease-in-out;
  transition: margin 300ms ease-in-out;
}

@media (max-width: 767px) {
  .sidebar-registration {
    width: 270px;
    margin-right: -270px;
  }
}

.sidebar-registration .register-content {
  height: 100%;
  width: 70.306%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
}

@media (max-width: 767px) {
  .sidebar-registration .register-content {
    margin-top: 100px;
    width: 85%;
  }
}

.sidebar-registration .register-head {
  margin-bottom: 30px;
}

.sidebar-registration .register-head h4 {
  font-size: 24px;
  color: #5ac329;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .sidebar-registration .register-head h4 {
    font-size: 18px;
  }
}

.sidebar-registration .register-head h6 {
  font-size: 16px;
}

.sidebar-registration form {
  margin-top: 5px;
}

.sidebar-registration form .select-ct .nice-select {
  box-shadow: none;
}

.sidebar-registration form p {
  margin: 0;
}

.sidebar-registration form p input {
  border: 1px solid #eeeeee;
  color: #333333;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 6px 20px;
  height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: transparent;
}

.sidebar-registration form p input:focus {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border: 1px solid #f7f7f7;
}

.sidebar-registration form p input ::-webkit-input-placeholder {
  opacity: 1;
  color: #cccccc;
}

.sidebar-registration form p input :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #cccccc;
}

.sidebar-registration form p input ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #cccccc;
}

.sidebar-registration form p input :-ms-input-placeholder {
  opacity: 1;
  color: #cccccc;
}

.sidebar-registration form p .submit-btn {
  width: 100% !important;
  margin-top: 10px;
}

.sidebar-registration form p .btn {
  background: #5ac329;
}

.sidebar-registration form p .btn:hover {
  background: #fff;
  color: #5ac329;
}

.sidebar-registration .slide-toggle-btn {
  position: absolute;
  top: 170px;
  left: -40px;
  background: #5ac329;
  width: 40px;
  height: 40px;
  border-radius: 20px 0 0 20px;
  text-align: center;
}

.sidebar-registration .slide-toggle-btn span {
  line-height: 40px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
}

.sidebar-open {
  margin-right: 0;
}

/* ---------------- 09 About Educare Area ---------------- */
.static-banner {
  background: url(../img/slider/static-banner.jpg) no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
}

@media (max-width: 767px) {
  .static-banner {
    height: 250px;
  }
}

.page-head {
  position: absolute;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -25px;
}

@media (max-width: 767px) {
  .page-head h2 {
    font-size: 26px;
  }
}

.page-head .page-title {
  color: #fff;
  text-align: center;
  margin-bottom: 25px;
  line-height: 1.3em;
}

.page-head .page-title-btn {
  padding: 14px 93px;
  background: #fff;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .page-head .page-title-btn {
    padding: 14px 20px;
    min-width: 300px;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .page-head .page-title-btn {
    padding: 14px 20px;
    min-width: 300px;
    text-align: center;
  }
}

.page-head .page-title-btn .active {
  color: #f85b31;
}

.page-head .page-title-btn .fa-caret-right {
  padding: 0 10px;
}

.page-head .page-title-btn li {
  display: inline;
}

.page-head .page-title-btn li a {
  display: inline-block;
  line-height: 14px;
  font-size: 14px;
}

.page-head .page-title-btn li a:hover {
  color: #f85b31;
}

.page-head .page-title-btn li a:hover .fa {
  color: #666666;
}

/* ----------------32 Blog Home Slider --------------- */
.blog-slider .overlay-slider {
  background: rgba(0, 30, 50, 0.8) none repeat scroll 0 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.blog-slider .item {
  height: 60vh;
}

.blog-slider .owl-controls .owl-nav .owl-prev {
  top: 50%;
  position: absolute;
  left: 50px;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.blog-slider .owl-controls .owl-nav .owl-prev:hover i {
  color: #f85b31;
}

.blog-slider .owl-controls .owl-nav .owl-prev i {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.blog-slider .owl-controls .owl-nav .owl-next {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  right: 50px;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}

.blog-slider .owl-controls .owl-nav .owl-next:hover i {
  color: #f85b31;
}

.blog-slider .owl-controls .owl-nav .owl-next i {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

/* ----------------36 Shop Home Slider --------------- */
.shop-home .slide-content {
  padding: 192px 0;
  position: relative;
}

.shop-home .slide-content img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 450px;
  width: auto;
  z-index: -1;
}

@media (max-width: 767px) {
  .shop-home .slide-content img {
    height: 200px;
    width: auto;
  }
}

.shop-home .slide-content h1 {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.shop-home .slide-content .btn {
  position: absolute;
  bottom: 0;
  right: -15px;
  padding: 0 30px;
  background: #f85b31;
  border: 0px;
  /*font-family: "Fjalla One", sans-serif;*/
  font-family: "PT Serif", serif;
  font-weight: 400;
}

.shop-home .slide-content .btn .fa {
  margin-left: 3px;
}

.total-notice .single-notice {
  padding: 30px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-notice .single-notice {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .total-notice .single-notice {
    padding: 30px;
  }
}

.total-notice .single-notice:hover {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  padding-left: 30px;
  padding-right: 30px;
  background: #fff;
}

.total-notice .single-notice h3 a {
  color: #333333;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-notice .single-notice h3 a {
    font-size: 18px;
  }
}

.total-notice .single-notice h3 a:hover {
  color: #f85b31;
}

.total-notice .single-notice .credit {
  margin-top: 10px;
}

.total-notice .single-notice .credit span {
  color: #f85b31;
}

.total-notice .single-notice .notice-comment a {
  color: #666666;
}

.total-notice .single-notice .notice-comment a .et-line {
  margin-right: 5px;
}

.total-notice .single-notice .notice-comment span {
  padding: 0 15px;
}

.total-notice .single-notice .notice-comment .notice-left a:hover {
  color: #f85b31;
}

.total-notice .single-notice .notice-comment .notice-right a {
  outline: 1px solid #666666;
  outline-offset: -1px;
  padding: 10px 12px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.total-notice .single-notice .notice-comment .notice-right a:hover {
  outline: none;
  color: #fff;
  background: #f85b31;
}

.kindergarten-notice .first-title::before {
  background: #fbbc05;
}

.kindergarten-notice .first-title::after {
  background: #fbbc05;
}

.kindergarten-notice .notice1 h3 a {
  color: #ac40ff;
}

.kindergarten-notice .notice1 h3 a:hover {
  color: #ac40ff;
}

.kindergarten-notice .notice1 .credit span {
  color: #ac40ff;
}

.kindergarten-notice .notice1 .notice-comment .notice-left a:hover {
  color: #ac40ff;
}

.kindergarten-notice .notice1 .notice-comment .notice-right a:hover {
  background: #ac40ff;
}

.kindergarten-notice .notice2 h3 a {
  color: #96cd39;
}

.kindergarten-notice .notice2 h3 a:hover {
  color: #96cd39;
}

.kindergarten-notice .notice2 .credit span {
  color: #96cd39;
}

.kindergarten-notice .notice2 .notice-comment .notice-left a:hover {
  color: #96cd39;
}

.kindergarten-notice .notice2 .notice-comment .notice-right a:hover {
  background: #96cd39;
}

.kindergarten-notice .notice3 h3 a {
  color: #4285f4;
}

.kindergarten-notice .notice3 h3 a:hover {
  color: #4285f4;
}

.kindergarten-notice .notice3 .credit span {
  color: #4285f4;
}

.kindergarten-notice .notice3 .notice-comment .notice-left a:hover {
  color: #4285f4;
}

.kindergarten-notice .notice3 .notice-comment .notice-right a:hover {
  background: #4285f4;
}

.kindergarten-notice .notice4 h3 a {
  color: #ea4335;
}

.kindergarten-notice .notice4 h3 a:hover {
  color: #ea4335;
}

.kindergarten-notice .notice4 .credit span {
  color: #ea4335;
}

.kindergarten-notice .notice4 .notice-comment .notice-left a:hover {
  color: #ea4335;
}

.kindergarten-notice .notice4 .notice-comment .notice-right a:hover {
  background: #ea4335;
}

.kindergarten-notice .notice5 h3 a {
  color: #ff0099;
}

.kindergarten-notice .notice5 h3 a:hover {
  color: #ff0099;
}

.kindergarten-notice .notice5 .credit span {
  color: #ff0099;
}

.kindergarten-notice .notice5 .notice-comment .notice-left a:hover {
  color: #ff0099;
}

.kindergarten-notice .notice5 .notice-comment .notice-right a:hover {
  background: #ff0099;
}

.kindergarten-notice .notice6 h3 a {
  color: #fbbc05;
}

.kindergarten-notice .notice6 h3 a:hover {
  color: #fbbc05;
}

.kindergarten-notice .notice6 .credit span {
  color: #fbbc05;
}

.kindergarten-notice .notice6 .notice-comment .notice-left a:hover {
  color: #fbbc05;
}

.kindergarten-notice .notice6 .notice-comment .notice-right a:hover {
  background: #fbbc05;
}

.welcome-stat {
  margin-top: -50px;
}

.welcome-stat .single-stat {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .welcome-stat .single-stat {
    text-align: center;
    margin: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .welcome-stat .single-stat h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .welcome-stat .single-stat h2 {
    font-size: 18px;
    text-align: center;
  }
}

.welcome-stat .single-stat p {
  font-size: 12px;
}

.welcome-stat .single-stat .et-line {
  font-size: 36px;
  color: #333333;
}

@media (max-width: 767px) {
  .welcome-stat .single-stat .et-line {
    font-size: 18px;
  }
}

.welcome-stat .single-stat p {
  color: #999999;
}

.welcome-stat .signal-h5 {
  color: #f85b31;
  font-size: 18px;
  line-height: 27px;
  padding-top: 40px;
}

.section-head h2 {
  margin-bottom: 30px;
}

.chose-course-body .single-course .media-left {
  padding-right: 30px;
}

.chose-course-body .single-course .media-left a {
  display: block;
}

.chose-course-body .single-course .media-left a img {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
  border: 3px solid #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.chose-course-body .single-course .media-left a img:hover {
  box-shadow: 3.536px 3.536px 20px 0px rgba(0, 0, 0, 0.4);
  border: 3px solid #fff;
}

.chose-course-body .single-course .media-body .media-heading a {
  color: #333333;
}

@media (max-width: 767px) {
  .chose-course-body .single-course .media-body .media-heading a {
    font-size: 16px;
  }
}

.chose-course-body .single-course .media-body .media-heading a:hover {
  color: #f85b31;
}

.review-count {
  display: inline-block;
  padding-left: 30px;
  color: #999999;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .review-count {
    padding-left: 10px;
  }
}

@media (max-width: 767px) {
  .review-count {
    padding-left: 10px;
  }
}

.reviews .fa-star {
  color: #f85b31;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .reviews .fa-star {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .reviews .fa-star {
    font-size: 10px;
  }
}

h5 {
  font-size: 18px;
}

.single-popular {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .single-popular {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .single-popular img {
    width: 100%;
  }
}

.single-popular:hover {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-popular .popular-course-content {
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-popular .popular-course-content {
    padding: 20px;
  }
}

.single-popular .popular-course-content h3 a {
  color: #333333;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-popular .popular-course-content h3 a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .single-popular .popular-course-content h3 a {
    font-size: 18px;
  }
}

.single-popular .popular-course-content h3 a:hover {
  color: #f85b31;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-popular .popular-course-content h3 span {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .single-popular .popular-course-content h3 span {
    font-size: 18px;
  }
}

.single-popular li .glyphicon-play {
  color: #f85b31;
  margin-right: 15px;
}

/* ----------------02 Home College---------------- */
/* Core Feature area start */
.core-feature-body {
  margin-top: -40px;
}

.core-feature-body .single-feature {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .core-feature-body .single-feature {
    text-align: center;
  }
}

.core-feature-body .single-feature:hover .single-icon a {
  color: #f85b31;
}

.core-feature-body .single-feature:hover .feture-content .media-heading a {
  color: #f85b31;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .core-feature-body .single-feature .single-icon {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .core-feature-body .single-feature .single-icon {
    margin-bottom: 20px;
  }
}

.core-feature-body .single-feature .single-icon a {
  font-size: 60px;
  display: inline-block;
  color: #333333;
}

.core-feature-body .single-feature .feture-content .media-heading {
  margin-bottom: 20px;
}

.core-feature-body .single-feature .feture-content .media-heading a {
  color: #333333;
}

/* ----------------07 Home Designing---------------- */
.regular-course7 .single-popular .popular-course-content h3 a:hover {
  color: #8153ff;
}

.regular-course7 .reviews .fa-star {
  color: #8153ff;
}

.regular-course7 .course-bottom .trainer a:hover {
  color: #8153ff !important;
}

.regular-course7 .course-bottom .amount {
  background: #8153ff !important;
}

.regular-course7 .popular-course-content .learn:hover {
  color: #8153ff;
}

/* ----------------08 Home Cooking---------------- */
.regular-course8 .single-popular .popular-course-content h3 a:hover {
  color: #5ac329;
}

.regular-course8 .reviews .fa-star {
  color: #5ac329;
}

.regular-course8 .course-bottom .trainer a:hover {
  color: #5ac329 !important;
}

.regular-course8 .course-bottom .amount {
  background: #5ac329 !important;
}

.regular-course8 .popular-course-content .learn:hover {
  color: #5ac329;
}

/* ----------------10 Course Grid Style 01 ---------------- */
.course-grid1 .single-popular {
  margin-top: 50px;
}

.course-grid1 .grid-course {
  border-bottom: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.course-grid1 .course-bottom .trainer a {
  display: inline-block;
}

.course-grid1 .course-bottom .trainer a:hover {
  color: #f85b31;
}

.course-grid1 .course-bottom .trainer a .et-line {
  margin-right: 5px;
}

.course-grid1 .course-bottom .single-bottom {
  background: #f3f3f3;
  text-align: center;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 40%;
  line-height: 50px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .course-grid1 .course-bottom .single-bottom {
    line-height: 25px;
    padding: 7px 0;
  }
}

@media (max-width: 767px) {
  .course-grid1 .course-bottom .single-bottom {
    line-height: 25px;
    padding: 7px 0;
  }
}

.course-grid1 .course-bottom .single-bottom:last-child {
  border-right: 1px solid #fff;
  width: 25%;
}

.course-grid1 .course-bottom .amount {
  background: #f85b31;
  color: #fff;
}

.course-grid1 .learn {
  font-family: "Fjalla One", sans-serif;
  color: #333333;
  text-transform: uppercase;
  background: transparent;
}

.course-grid1 .learn:hover {
  color: #f85b31;
}

.course-grid1 .btn {
  background: transparent;
  border: 1px solid #f85b31;
  color: #333333;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.course-grid1 .btn:hover {
  border: 1px solid #fff;
  color: #f85b31;
}

/* ----------------12 Course List Style 01 ---------------- */
.single-list-course {
  margin-top: 30px;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-list-course:hover {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-list-course img {
  width: 100%;
}

.list-course-content {
  padding-top: 30px;
  padding-left: 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .list-course-content {
    padding-top: 0;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .list-course-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.list-course-content h3 {
  padding-right: 20px;
  margin-bottom: 18px;
}

.list-course-content h3 a {
  color: #333333;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .list-course-content h3 a {
    font-size: 18px;
  }
}

.list-course-content h3 a:hover {
  color: #f85b31;
}

.list-course-content p {
  padding-right: 20px;
}

.list-course-content .course-bottom-list {
  margin-top: 46px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .list-course-content .course-bottom-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .list-course-content .course-bottom-list {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
  }
}

.list-course-content .course-bottom-list .icon .fa {
  color: #f85b31;
  font-size: 12px;
}

.list-course-content .course-bottom-list .single-bottom {
  line-height: 50px;
  border-bottom: 1px solid #fff;
  width: 50%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .list-course-content .course-bottom-list .single-bottom {
    width: 33.333%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .list-course-content .course-bottom-list .single-bottom {
    width: 33.333%;
    line-height: 20px;
    font-size: 12px;
    padding: 7px 0;
    text-align: center;
  }
}

.list-course-content .course-bottom-list .trainer {
  background: #f3f3f3;
  border-right: 1px solid #fff;
  text-align: center;
}

.list-course-content .course-bottom-list .trainer a:hover {
  color: #f85b31;
}

.list-course-content .course-bottom-list .trainer a .et-line {
  margin-right: 5px;
}

.list-course-content .course-bottom-list .seats {
  background: #f3f3f3;
  border-right: 1px solid #fff;
  text-align: center;
}

.list-course-content .course-bottom-list .dollar {
  border-right: 1px solid #fff;
  background: #f85b31;
  text-align: center;
  color: #fff;
  width: 30%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .list-course-content .course-bottom-list .dollar {
    width: 33.333%;
  }
}

/* ----------------13 Course List Style 02 ---------------- */
@media (min-width: 768px) and (max-width: 1200px) {
  .course-list2 .list-course-content .heading-review {
    display: block;
  }
}

@media (max-width: 767px) {
  .course-list2 .list-course-content .heading-review {
    display: block;
  }
}

.course-list2 .list-course-content .heading-review p {
  font-size: 14px;
  color: #666666;
  /*font-family: "Roboto", sans-serif;*/
  font-family: "PT Serif", serif;
  padding-bottom: 20px;
  display: inline-block;
  margin-left: 30px;
  padding-bottom: 0;
}

.course-list2 .list-course-content .heading-review .icon {
  color: #f85b31;
  padding-right: 0px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .course-list2 .list-course-content .heading-review .icon {
    margin-left: 0px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .course-list2 .list-course-content .heading-review .icon {
    margin-left: 0px;
    margin-bottom: 15px;
  }
}

.course-list2 .list-course-content .course-bottom {
  margin-top: 28px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .course-list2 .list-course-content .course-bottom {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .course-list2 .list-course-content .course-bottom {
    margin-top: 0;
  }
}

.course-list2 .list-course-content .learn-c {
  padding: 15px 55px 29px 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .course-list2 .list-course-content .learn-c {
    padding: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  .course-list2 .list-course-content .learn-c {
    padding: 0 0 20px 0;
  }
}

/* ----------------14 Course Details ---------------- */
.left-web-course .tabs .indicator {
  display: none;
}

.left-web-course .tab {
  padding-right: 50px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .left-web-course .tab {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .left-web-course .tab {
    padding-right: 0;
  }
}

.left-web-course .tab a {
  padding: 0;
}

.left-web-course .course-tab {
  border-bottom: 1px solid #eeeeee;
}

.left-web-course .course-tab li a {
  font-size: 16px;
  font-family: "Fjalla One", sans-serif;
  color: #333333;
}

.left-web-course .course-tab li a:hover {
  color: #333333;
}

.left-web-course .course-tab li .active {
  color: #333333;
  position: relative;
}

.left-web-course .course-tab li .active:after {
  width: 100%;
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #f85b31;
}

@media (max-width: 767px) {
  .left-web-course .course-outline ul li:first-child {
    width: 50%;
  }
}

.left-web-course .course-outline li {
  line-height: 35px;
  margin-bottom: 15px;
}

.left-web-course .course-outline li a {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  display: inline-block;
  line-height: 33px;
  padding: 0 35px;
  color: #333333;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.left-web-course .course-outline li a:hover {
  background: #f85b31;
  border: 1px solid #f85b31;
  color: #fff;
}

@media (max-width: 767px) {
  .left-web-course .course-outline li a {
    padding: 0 15px;
  }
}

.single-comment .comment-head {
  position: relative;
}

.single-comment .comment-head .media-left {
  padding-right: 20px;
}

.single-comment .comment-head .media-left img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.single-comment .comment-head .media-heading {
  font-size: 16px;
  margin-top: 15px;
}

.single-comment .comment-head .btn {
  position: absolute;
  right: 0;
  top: 18px;
  padding: 0 25px;
  height: 35px;
  line-height: 35px;
}

.single-comment .comment-head .btn .fa {
  margin-right: 5px;
}

@media (max-width: 767px) {
  .single-comment .comment-head .btn {
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    top: 10px;
    font-size: 12px;
  }
}

.single-comment .comment-body p {
  padding-right: 20px;
}

.leave-comment {
  margin-top: 50px;
}

.leave-comment h4 {
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
}

.leave-comment form {
  margin-top: 30px;
}

.leave-comment form p {
  margin: 0;
}

.leave-comment form p input {
  border: 1px solid #eeeeee;
  color: #333333;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 6px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: transparent;
}

.leave-comment form p input:focus {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border: 1px solid #f7f7f7;
}

.leave-comment form p textarea {
  margin-bottom: 10px;
  border: 1px solid #e2e2e2;
  color: #333333;
  font-size: 13px;
  padding: 10px 15px;
  resize: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: transparent;
  height: 86px;
}

.leave-comment form p textarea:focus {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border: 1px solid #f7f7f7;
}

.leave-comment form p .submit-btn {
  width: 100% !important;
}

.leave-comment .pn1 {
  padding-left: 0;
  margin-bottom: -10px;
}

@media (max-width: 767px) {
  .leave-comment .pn1 {
    padding-right: 0;
    margin-bottom: 0;
  }
}

.leave-comment .pn2 {
  padding-right: 0;
}

@media (max-width: 767px) {
  .leave-comment .pn2 {
    padding-left: 0;
  }
}

.right-web-course {
  margin-top: -20px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .right-web-course {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .right-web-course {
    margin-top: 30px;
  }
}

.right-web-course .single-info {
  border-bottom: 1px solid #eeeeee;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .right-web-course .single-info {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .right-web-course .single-info {
    padding: 0 15px;
  }
}

.right-web-course .single-info h4 {
  font-size: 18px;
  line-height: 60px;
}

@media (max-width: 767px) {
  .right-web-course .single-info h4 {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .right-web-course .single-info h4 {
    font-size: 16px;
  }
}

.right-web-course .single-info h4 .et-line {
  display: inline-block;
  width: 40px;
}

@media (max-width: 767px) {
  .right-web-course .single-info h4 .et-line {
    width: 30px;
  }
}

.right-web-course .single-info h4 a {
  color: #f85b31;
}

.right-web-course .single-info h4 a:hover {
  color: #f85b31;
}

.right-web-course .single-info .review-star {
  font-size: 14px;
  color: #f85b31;
  position: relative;
}

.right-web-course .enroll {
  background: #333333;
  color: #fff;
  width: 100%;
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .right-web-course .enroll {
    width: auto;
  }
}

@media (max-width: 767px) {
  .right-web-course .enroll {
    width: auto;
  }
}

.right-web-course .enroll:hover {
  background: #fff;
  color: #333333;
}

.right-web-course .toltip {
  position: absolute;
  font-size: 14px;
  /*font-family: "Roboto", sans-serif;*/
  font-family: "PT Serif", serif;
  padding: 0 25px;
  height: 35px;
  line-height: 35px;
  top: 50%;
  left: 105px;
  margin-top: -17.5px;
  pointer-events: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .right-web-course .toltip {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .right-web-course .toltip {
    display: none !important;
  }
}

.right-web-course .toltip:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 10px solid #f85b31;
  left: -10px;
  bottom: 10px;
}

.right-web-course .no-border {
  border-bottom: 1px solid #fff;
}

.click-review {
  cursor: pointer;
}

.click-review h4:hover {
  color: #f85b31;
}

.expand-review {
  display: none;
}

.expand-review .rating .rating-box {
  width: 100px;
  height: 100px;
  background: #333333;
  color: #fff;
  text-align: center;
  margin-right: 30px;
}

.expand-review .rating .rating-box ul {
  margin-top: 10px;
}

.expand-review .rating .rating-box .av-rating {
  font-size: 24px;
  color: #f85b31;
  font-family: "Fjalla One", sans-serif;
  line-height: 42px;
}

.expand-review .rating .rating-box li:first-child {
  font-family: "Fjalla One", sans-serif;
}

.expand-review .rating .rating-body h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.expand-review .rating .rating-body ul {
  margin-top: 3px;
}

.expand-review .rating .rating-body ul li span {
  margin: 0 5px;
}

.expand-review .rating .rating-body ul li span .fa {
  margin: 0 1px;
}

.expand-review .feed-back {
  text-align: right;
}

.expand-review .feed-back h4 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}

.expand-review .feed-back textarea {
  width: 100%;
  height: 90px;
  border: 1px solid #eeeeee;
  resize: none;
  padding: 7px 10px;
}

.expand-review .feed-back .btn {
  margin-top: 8px;
  height: 35px;
  line-height: 35px;
  padding: 0 40px;
}

.expand-review .normal .fa-star {
  color: #eeeeee;
}

.expand-review .fa-star {
  margin: 0 1px;
  color: #f85b31;
}

.expand-review .total-comment {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}

.modal-dialog {
  margin: 70px auto;
  max-width: 750px;
  width: auto;
}

.modal-dialog .modal-content {
  padding: 50px;
  border: none;
  border-radius: 3px;
}

.modal-dialog .modal-content h3 {
  font-size: 18px;
  margin: 40px 0;
}

.modal-dialog .modal-content .back-btn {
  margin-top: 30px;
}

/* ----------------22 Department Grid ---------------- */
.departement-widget .course-grid1 .single-popular {
  margin-top: 30px;
}

.departement-widget .popular-course-content > h3 {
  font-size: 18px;
}

.departement-widget .popular-course-content {
  padding: 30px;
}

.departement-widget .course-bottom .single-bottom span {
  font-size: 12px;
}

/* ----------------23 Department List ---------------- */
.departement-widget-list .list-course-content .heading-review h3 {
  padding-right: 0;
}

.departement-widget-list .list-course-content .heading-review p {
  margin-top: 4px;
}

.departement-widget-list .list-course-content .heading-review .review {
  margin-left: 10px;
}

.departement-widget-list .list-course-content .course-bottom {
  margin-top: 44px;
}

.departement-widget-list .list-course-content .bottom-second .single-bottom {
  padding: 15px 18.4px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .departement-widget-list .list-course-content .course-bottom-list .single-bottom {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .departement-widget-list .list-course-content .course-bottom-list .single-bottom {
    width: 50%;
  }
}

.course-list2 .list-course-content .course-bottom-list {
  margin-top: 46px;
}

.chair-msg {
  height: 100%;
  width: 100%;
}

.chair-msg .chairman-bg {
  background: url(../images/chairman_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

.chair-msg .chairman-text {
  margin-top: 120px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .chair-msg .chairman-text {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .chair-msg .chairman-text {
    margin-top: 50px;
  }
}

.chair-msg .chairman-text h2 {
  font-size: 36px;
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .chair-msg .chairman-text h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .chair-msg .chairman-text h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.chair-msg .chairman-text h2:after {
  background: #fff;
}

.chair-msg .chairman-text h2:before {
  background: #fff;
}

.chair-msg .chairman-text p {
  color: #fff;
}

.chair-msg .test-overlay-bg {
  background: rgba(248, 91, 49, 0.3);
}

.kindergarten-principal .chairman-text .first-title {
  color: #fff;
}

.kindergarten-principal .chairman-text .first-title:after {
  background: transparent;
}

.kindergarten-principal .chairman-text .first-title:before {
  background: transparent;
}

.kindergarten-principal .test-overlay-bg {
  background: rgba(172, 64, 255, 0.3);
}

.testimonial-1 {
  padding: 280px 0 250px 0;
}

@media (max-width: 767px) {
  .testimonial-1 {
    padding: 100px 0 150px 0;
  }
}

.testimonial-border {
  border: 3px solid #f85b31;
  width: 100%;
  height: 360px;
  position: relative;
}

.testimonial-border .test-img {
  position: absolute;
  bottom: -63px;
  left: -75px;
}

.testimonial-border .testimonial-content {
  padding-top: 60px;
}

@media (max-width: 767px) {
  .testimonial-border .testimonial-content {
    padding-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .testimonial-border .testimonial-content .item {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .testimonial-border .testimonial-content .item {
    padding: 0 20px;
  }
}

.testimonial-border .testimonial-content .fa-quote-left {
  font-size: 36px;
  color: #eeeeee;
}

.testimonial-border .testimonial-content p {
  margin-top: 20px;
  padding-right: 20px;
}

.testimonial-border .testimonial-content h6 {
  color: #f85b31;
}

.testimonial-border .testimonial-content .owl-controls {
  position: absolute;
  left: 0;
  bottom: -200px;
  transform: translate(-80%);
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .testimonial-border .testimonial-content .owl-controls {
    left: 50%;
    transform: translate(-50%);
  }
}

@media (max-width: 767px) {
  .testimonial-border .testimonial-content .owl-controls {
    left: 50%;
    transform: translate(-50%);
    margin-top: 0;
    bottom: -100px;
  }
}

.testimonial-border .testimonial-content .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
}

.testimonial-border .testimonial-content .owl-dot span {
  width: 12px;
  height: 12px;
  background: #eeeeee;
  margin-left: 5px;
  display: inline-block;
}

.testimonial-border .testimonial-content .owl-dot.active span {
  position: relative;
  background: #f85b31;
}

.testimonial-border .testimonial-content .owl-dot.active span:after {
  position: absolute;
  width: 12px;
  height: 2px;
  background: #f85b31;
  content: "";
  top: -4px;
}

/* ----------------05 Home Kindergarten ---------------- */
.kindergarten-testimonial .active-test-carousel {
  padding-bottom: 100px;
}

.kindergarten-testimonial .active-test-carousel .owl-controls {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  margin-top: 40px;
}

.kindergarten-testimonial .active-test-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
}

.kindergarten-testimonial .active-test-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background: #eeeeee;
  margin-left: 5px;
  display: inline-block;
}

.kindergarten-testimonial .active-test-carousel .owl-dot.active span {
  position: relative;
  background: #ac40ff;
}

.kindergarten-testimonial .active-test-carousel .owl-dot.active span:after {
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fbbc05;
  content: "";
  top: -4px;
}

.kindergarten-testimonial .single-testimonial .icon {
  margin-bottom: 30px;
}

.kindergarten-testimonial .single-testimonial .icon span {
  display: inline-block;
  font-size: 60px;
}

.kindergarten-testimonial .single-testimonial .test-body {
  padding-right: 100px;
}

@media (min-width: 0) and (max-width: 599px) {
  .kindergarten-testimonial .single-testimonial .test-body {
    padding: 0 30px;
  }
}

.kindergarten-testimonial .single-testimonial .test-body h4 {
  margin-bottom: 10px;
}

.kindergarten-testimonial .test1 .icon span {
  color: #ac40ff;
}

.kindergarten-testimonial .test1 .test-body h4 {
  color: #ac40ff;
}

.kindergarten-testimonial .test2 .icon span {
  color: #4285f4;
}

.kindergarten-testimonial .test2 .test-body h4 {
  color: #4285f4;
}

/* ----------------07 Home Designing---------------- */
.designing-testimonial .active-design-carousel {
  padding-bottom: 90px;
}

.designing-testimonial .active-design-carousel .owl-controls {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  margin-top: 40px;
}

.designing-testimonial .active-design-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
}

.designing-testimonial .active-design-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background: #eeeeee;
  margin-left: 5px;
  display: inline-block;
}

.designing-testimonial .active-design-carousel .owl-dot.active span {
  position: relative;
  background: #8153ff;
}

.designing-testimonial .active-design-carousel .owl-dot.active span:after {
  position: absolute;
  width: 12px;
  height: 2px;
  background: #8153ff;
  content: "";
  top: -4px;
}

.designing-testimonial .single-testimonial .test-img {
  text-align: center;
  margin-bottom: 35px;
}

.designing-testimonial .single-testimonial .test-img img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 3px;
}

.designing-testimonial .single-testimonial .test-body {
  padding: 0 20px;
  text-align: center;
}

.designing-testimonial .single-testimonial .test-body p {
  margin-bottom: 30px;
}

.designing-testimonial .single-testimonial .test-body h4 {
  color: #8153ff;
}

.designing-testimonial .single-testimonial .test-body span {
  color: #999999;
}

/* ----------------08 Home Designing---------------- */
.cooking-testimonial .active-design-carousel .owl-dot.active span {
  background: #5ac329;
}

.cooking-testimonial .active-design-carousel .owl-dot.active span:after {
  background: #5ac329;
}

.cooking-testimonial .single-testimonial .test-body h4 {
  color: #5ac329;
}

/* --------------- 19 Testimonial Page ---------------- */
.testimonial-page .single-testimoinal {
  padding: 50px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.testimonial-page .single-testimoinal:hover {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.testimonial-page .single-testimoinal img {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 2px;
}

.testimonial-page .single-testimoinal p {
  margin: 30px 0;
  font-style: italic;
}

.testimonial-page .single-testimoinal h4 {
  font-size: 18px;
  color: #f85b31;
  margin-bottom: 5px;
}

.total-testimonial-carousel .owl-controls {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-testimonial-carousel .owl-controls {
    left: 50%;
    transform: translate(-50%);
  }
}

@media (max-width: 767px) {
  .total-testimonial-carousel .owl-controls {
    left: 50%;
    transform: translate(-50%);
    margin-top: 0;
    bottom: -70px;
  }
}

.total-testimonial-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
}

.total-testimonial-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background: #eeeeee;
  margin-left: 5px;
  display: inline-block;
}

.total-testimonial-carousel .owl-dot.active span {
  position: relative;
  background: #f85b31;
}

.total-testimonial-carousel .owl-dot.active span:after {
  position: absolute;
  width: 12px;
  height: 2px;
  background: #f85b31;
  content: "";
  left: 0;
  top: -4px;
}

.cta-1 .cta-bg {
  background: url(../img/cta/1.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.cta-1 .cta-bg3 {
  background: url(../img/cta/3.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.cta-1 .cta-overlay-bg {
  background: rgba(0, 0, 0, 0.75);
}

.cta-1 .cta-overlay-bg3 {
  background: rgba(0, 30, 50, 0.75);
}

.cta-1 .cta-content {
  text-align: center;
  padding: 140px 0;
}

.cta-1 .cta-content h2 {
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.5em;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .cta-1 .cta-content h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .cta-1 .cta-content h2 {
    font-size: 26px;
  }
}

.cta-1 .cta-content .btn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #6c605c;
  color: #f85b31;
}

.cta-1 .cta-content .btn:hover {
  background: #fff;
}

.cta2 .cta-bg2 {
  background: url(../img/cta/2.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.cta2 .cta-overlay-bg-blue {
  background: rgba(0, 30, 50, 0.75);
}

/* ----------------05 Home Kindergarten ---------------- */
.kindergarten-cta .cta-bg4 {
  background: url(../img/cta/4.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.kindergarten-cta .cta-bg4 .cta-overlay-bg4 {
  background: rgba(0, 0, 0, 0.8);
}

/* ----------------07 Home Designing---------------- */
.cta-7 .cta-bg7 {
  background: url(../img/cta/5.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.cta-7 .cta-overlay {
  background: rgba(0, 30, 50, 0.75);
}

.cta-7 .single-cta {
  padding: 130px 50px 130px 0;
}

@media (max-width: 767px) {
  .cta-7 .single-cta {
    padding: 0;
  }
}

.cta-7 .single-cta span {
  font-size: 36px;
  color: #fff;
}

.cta-7 .single-cta h3 {
  margin: 25px 0 15px 0;
}

.cta-7 .single-cta h3 a {
  font-size: 24px;
  color: #fff;
}

.cta-7 .single-cta p {
  color: #fff;
}

@media (max-width: 767px) {
  .cta-7 .first-cta {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .cta-7 .last-cta {
    padding-top: 50px;
    padding-bottom: 130px;
  }
}

/* ----------------08 Home Cooking---------------- */
.cta8 {
  background: #eeeeee;
  padding: 120px 0;
}

@media (max-width: 767px) {
  .cta8 .cta-right-fruit {
    display: none;
  }
}

.cta8 .cta-right-fruit img {
  position: absolute;
  right: 0;
  top: -17%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .cta8 .cta-right-fruit img {
    width: 300px;
    height: 262px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.cta-bg8 .cta-content h2 {
  color: #5ac329;
  font-size: 36px;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .cta-bg8 .cta-content h2 {
    font-size: 26px;
    line-height: 1.5em;
  }
}

@media (max-width: 767px) {
  .cta-bg8 .cta-content h2 {
    font-size: 20px;
    line-height: 1.5em;
  }
}

.cta-bg8 .cta-content .btn {
  margin-top: 10px;
  background: #5ac329;
  color: #fff;
}

.cta-bg8 .cta-content .btn:hover {
  background: #fff;
  color: #5ac329;
}

/* ----------------10 Course Grid Style 01 ---------------- */
.cta3 .cta-content h2 {
  margin-bottom: 60px;
}

.cta-register {
  padding: 70px 0;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}

@media (max-width: 767px) {
  .cta-register p {
    margin-bottom: 0;
  }
}

.cta-register input {
  border: 1px solid rgba(238, 238, 238, 0.15);
  color: #eeeeee;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 8px 20px;
  transition: all 0.2s ease 0s;
  width: 100%;
  background: #fff;
  background-color: transparent;
}

.cta-register input:focus {
  outline: 1px solid #eeeeee;
}

.cta-register input[type="text"] {
  width: 100%;
}

.cta-register input[type="email"] {
  width: 100%;
}

.cta-register ::-webkit-input-placeholder {
  color: #cccccc;
}

.cta-register ::-moz-placeholder {
  color: #cccccc;
}

.cta-register :-ms-input-placeholder {
  color: #cccccc;
}

.cta-register :-moz-placeholder {
  color: #cccccc;
}

.cta-register .select-ct .nice-select {
  background: transparent;
  border: 1px solid rgba(238, 238, 238, 0.15);
  box-shadow: none;
  color: #eeeeee;
}

.cta-register .select-ct .nice-select .option {
  color: #666666;
}

.cta-register .submit-btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: -20px;
  padding: 0 100px;
  border: none;
  line-height: 40px;
  background: #f85b31;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cta-register .submit-btn:hover {
  background: #fff;
  color: #f85b31;
}

@media (max-width: 767px) {
  .brand {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}

.brand .item {
  text-align: center;
}

.brand .item img {
  display: inline-block !important;
}

.icons {
  padding-top: 100px;
  padding-bottom: 100px;
}

.icons img {
  max-width: 100px;
  height: auto;
  opacity: 0.25;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.icons img:hover {
  opacity: 1;
}

.learn-word-top .section-head p .et-line {
  font-size: 38px;
  color: #f85b31;
}

@media (max-width: 767px) {
  .learn-word-top .section-head .first-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .learn-word .right-learn p {
    margin-bottom: 0;
    margin-top: 50px;
  }
}

.learn-word .left-learn img {
  display: inline-block;
}

.learn-word p {
  margin-top: 100px;
  font-size: 16px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .learn-word p {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  .learn-word p {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}

/* -------------------06 Home Driving --------------- */
.advance-search-area {
  background: #f85b31;
  padding: 40px 0;
}

@media (max-width: 767px) {
  .advance-search-area .col-md-3:nth-child(2) {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .advance-search-area .col-md-3:nth-child(3) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .advance-search-area .col-md-3:nth-child(3) {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .advance-search-area .col-md-3:nth-child(4) {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .advance-search-area .col-md-3:nth-child(4) {
    margin-top: 20px;
  }
}

.advance-search .select-ct:after {
  color: #fff;
}

.advance-search .select-ct .nice-select {
  background: transparent;
  border-radius: 2px;
  border: 1px solid #fff;
  color: #fff;
}

.advance-search .select-ct .list {
  color: #666666;
}

.advance-search .single-search-btn .btn {
  border: 1px solid #fff;
  border-radious: 3px;
  width: 100%;
}

/* -------------------07 Home Designing School--------------- */
.designing-search {
  background: #8153ff;
}

.designing-search .advance-search .single-search-btn .btn {
  background: #8153ff;
}

.designing-search .advance-search .single-search-btn .btn:hover {
  background: #fff;
  color: #8153ff;
}

.total-blog .single-blog1 img {
  width: 100%;
}

.total-blog .single-blog1 .blog-content {
  padding: 35px 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog1 .blog-content {
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  .total-blog .single-blog1 .blog-content {
    padding: 20px 15px;
  }
}

.total-blog .single-blog1 .blog-content .date {
  color: #999999;
  margin: 0px 0 5px 0;
  display: inline-block;
}

.total-blog .single-blog1 .blog-content .blog-head {
  font-size: 24px;
  margin: 10px 0 20px 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog1 .blog-content .blog-head {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .total-blog .single-blog1 .blog-content .blog-head {
    font-size: 18px;
  }
}

.total-blog .single-blog1 .blog-content .blog-head a {
  color: #333333;
}

.total-blog .single-blog1 .blog-content .blog-head a:hover {
  color: #f85b31;
}

.total-blog .single-blog1 .blog-content p a {
  color: #333333;
  font-family: "Fjalla One", sans-serif;
}

.total-blog .single-blog1 .blog-content p a:hover {
  color: #f85b31;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog1 .blog-content .blog-comment a {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .total-blog .single-blog1 .blog-content .blog-comment a {
    font-size: 10px;
  }
}

.total-blog .single-blog1 .blog-content .blog-comment a:hover {
  color: #f85b31;
}

.total-blog .single-blog1 .blog-content .blog-comment a:hover span {
  color: #f85b31;
}

.total-blog .single-blog1 .blog-content .blog-comment a span {
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog1 .blog-content .blog-comment a span {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .total-blog .single-blog2 {
    margin-bottom: 30px;
  }
}

.total-blog .single-blog2 .total-link {
  padding: 28px 40px;
  display: block;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog2 .total-link {
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  .total-blog .single-blog2 .total-link {
    padding: 20px 15px;
  }
}

.total-blog .single-blog2 .total-link .blog-head {
  margin: 10px 0 30px 0;
}

.total-blog .single-blog2 .total-link .blog-head a {
  display: inline-block;
  font-size: 24px;
  color: #333333;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog2 .total-link .blog-head a {
    font-size: 18px;
  }
}

.total-blog .single-blog2 .total-link .blog-head a:hover {
  color: #f85b31;
}

.total-blog .single-blog2 .total-link p span {
  font-size: 24px;
}

.total-blog .single-blog2 .total-link .s-comment {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog2 .total-link .s-comment {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .total-blog .single-blog2 .total-link .s-comment {
    font-size: 10px;
  }
}

.total-blog .single-blog2 .total-link .s-comment:hover {
  color: #f85b31;
}

.total-blog .single-blog2 .total-link .s-comment span {
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog2 .total-link .s-comment span {
    margin-right: 5px;
  }
}

.total-blog .single-blog3 .total-link {
  display: inline-block;
  padding: 29px 60px;
  text-align: center;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}

.total-blog .single-blog3 .total-link .icon {
  margin-bottom: 3px;
  display: inline-block;
  color: #f85b31;
}

.total-blog .single-blog3 .total-link .name a {
  font-size: 14px;
  color: #f85b31;
}

.total-blog .single-blog4 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .total-blog .single-blog4 {
    margin-bottom: 30px;
  }
}

.total-blog .single-blog4 .total-link {
  background: url(../img/blog/3.jpg) no-repeat;
  height: 486px;
  background-size: cover;
  display: block;
  color: #fff;
  width: 100%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog4 .total-link {
    height: 272px;
  }
}

@media (max-width: 767px) {
  .total-blog .single-blog4 .total-link {
    height: 272px;
  }
}

.total-blog .single-blog4 .total-link .total-content {
  position: absolute;
  left: 40px;
  bottom: 35px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog4 .total-link .total-content {
    left: 20px;
    bottom: 20px;
  }
}

.total-blog .single-blog4 .total-link .blog-head {
  margin: 10px 0 20px 0;
}

.total-blog .single-blog4 .total-link .blog-head a {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog4 .total-link .blog-head a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .total-blog .single-blog4 .total-link .blog-head a {
    font-size: 18px;
  }
}

.total-blog .single-blog4 .total-link .blog-head a:hover {
  color: #f85b31;
}

.total-blog .single-blog4 .total-link .blog-comment {
  width: 115%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog4 .total-link .blog-comment {
    width: 105%;
  }
}

.total-blog .single-blog4 .total-link .blog-comment .s-comment {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog4 .total-link .blog-comment .s-comment {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .total-blog .single-blog4 .total-link .blog-comment .s-comment {
    font-size: 10px;
  }
}

.total-blog .single-blog4 .total-link .blog-comment .s-comment:hover {
  color: #f85b31;
}

.total-blog .single-blog4 .total-link .blog-comment .s-comment span {
  margin-right: 5px;
}

.total-blog .single-blog5 {
  background: url(../img/blog/4.jpg) no-repeat;
  padding: 28px 40px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog5 {
    padding: 20px 15px;
  }
}

@media (max-width: 767px) {
  .total-blog .single-blog5 {
    padding: 20px 15px;
    margin-top: 30px;
  }
}

.total-blog .single-blog5 .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

.total-blog .single-blog5 .total-link {
  position: relative;
  z-index: 999;
}

.total-blog .single-blog5 .total-link .blog-head {
  margin: 10px 0 30px 0;
}

.total-blog .single-blog5 .total-link .blog-head a {
  font-size: 24px;
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog5 .total-link .blog-head a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .total-blog .single-blog5 .total-link .blog-head a {
    font-size: 18px;
  }
}

.total-blog .single-blog5 .total-link .blog-head a:hover {
  color: #f85b31;
}

.total-blog .single-blog5 .total-link p span {
  font-size: 24px;
  color: #fff;
}

.total-blog .single-blog5 .total-link .s-comment {
  color: #fff;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog5 .total-link .s-comment {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .total-blog .single-blog5 .total-link .s-comment {
    font-size: 10px;
  }
}

.total-blog .single-blog5 .total-link .s-comment:hover {
  color: #f85b31;
}

.total-blog .single-blog5 .total-link .s-comment span {
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .total-blog .single-blog5 .total-link .s-comment span {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .total-blog .single-blog5 .total-link .s-comment span {
    margin-right: 5px;
  }
}

/* ----------------07 Home Designing---------------- */
.home-designing .total-blog .single-blog1 .blog-content .blog-head a:hover {
  color: #8153ff;
}

.home-designing .total-blog .single-blog1 .blog-content p a:hover {
  color: #8153ff;
}

.home-designing .total-blog .single-blog1 .blog-content .blog-comment a:hover {
  color: #8153ff;
}

.home-designing .total-blog .single-blog1 .blog-content .blog-comment a:hover span {
  color: #8153ff;
}

.home-designing .total-blog .single-blog2 .total-link .blog-head a:hover {
  color: #8153ff;
}

.home-designing .total-blog .single-blog2 .total-link .s-comment {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.home-designing .total-blog .single-blog2 .total-link .s-comment:hover {
  color: #8153ff;
}

.home-designing .total-blog .single-blog3 .total-link {
  background: #fff;
}

.home-designing .total-blog .single-blog3 .total-link .icon {
  color: #8153ff;
}

.home-designing .total-blog .single-blog3 .total-link .name a {
  font-size: 14px;
  color: #8153ff;
}

.home-designing .total-blog .single-blog4 .total-link .blog-head a:hover {
  color: #8153ff;
}

.home-designing .total-blog .single-blog4 .total-link .blog-comment .s-comment:hover {
  color: #8153ff;
}

.home-designing .total-blog .single-blog5 .total-link .blog-head a:hover {
  color: #8153ff;
}

.home-designing .total-blog .single-blog5 .total-link .s-comment:hover {
  color: #8153ff;
}

/* ----------------08 Home Designing---------------- */
.blog8 .total-blog .single-blog1 .blog-content .blog-head a:hover {
  color: #5ac329;
}

.blog8 .total-blog .single-blog1 .blog-content p a:hover {
  color: #5ac329;
}

.blog8 .total-blog .single-blog1 .blog-content .blog-comment a:hover {
  color: #5ac329;
}

.blog8 .total-blog .single-blog1 .blog-content .blog-comment a:hover span {
  color: #5ac329;
}

.blog8 .total-blog .single-blog2 .total-link .blog-head a:hover {
  color: #5ac329;
}

.blog8 .total-blog .single-blog2 .total-link .s-comment {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.blog8 .total-blog .single-blog2 .total-link .s-comment:hover {
  color: #5ac329;
}

.blog8 .total-blog .single-blog3 .total-link {
  background: #fff;
}

.blog8 .total-blog .single-blog3 .total-link .icon {
  color: #5ac329;
}

.blog8 .total-blog .single-blog3 .total-link .name a {
  font-size: 14px;
  color: #5ac329;
}

.blog8 .total-blog .single-blog4 .total-link {
  background: url("../img/blog/c2.jpg");
}

.blog8 .total-blog .single-blog4 .total-link .blog-head a:hover {
  color: #5ac329;
}

.blog8 .total-blog .single-blog4 .total-link .blog-comment .s-comment:hover {
  color: #5ac329;
}

.blog8 .total-blog .single-blog4 .total-link .overlay.op-2 {
  background-color: rgba(0, 0, 0, 0.5);
}

.blog8 .total-blog .single-blog5 .total-link .blog-head a:hover {
  color: #5ac329;
}

.blog8 .total-blog .single-blog5 .total-link .s-comment:hover {
  color: #5ac329;
}

/* ----------------32 Blog Home Slider --------------- */
@media (max-width: 767px) {
  .blog-slider .slide-content h2 {
    font-size: 26px;
  }
}

.blog-home .single-blog {
  padding-top: 40px;
}

.blog-home .blog-head h3 {
  margin-bottom: 10px;
}

.blog-home .blog-head h3 a {
  font-size: 24px;
  line-height: 1.3em;
  color: #333333;
}

.blog-home .blog-head h3 a:hover {
  color: #f85b31;
}

.blog-home .blog-head a {
  color: #f85b31;
}

.blog-home .blog-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}

.blog-home .blog-content p {
  padding: 0px 100px 20px 100px;
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .blog-home .blog-content p {
    padding: 0px 30px 20px 30px;
  }
}

@media (max-width: 767px) {
  .blog-home .blog-content p {
    padding: 0px 20px 20px 20px;
  }
}

.blog-home .blog-content .media-content iframe {
  width: 100%;
  height: 380px;
}

.blog-home .blog-content .media-content {
  margin-bottom: 30px;
}

.blog-home .blog-content .media-content .link-banner {
  background: #f7f7f7;
  padding: 50px;
}

@media (max-width: 767px) {
  .blog-home .blog-content .media-content .link-banner {
    padding: 30px;
  }
}

.blog-home .blog-content .media-content .link-banner span {
  font-size: 24px;
  color: #f85b31;
}

.blog-home .blog-content .media-content .link-banner a {
  /*font-family: "Roboto", sans-serif;*/
  font-family: "PT Serif", serif;
  font-size: 18px;
}

.blog-home .blog-content a {
  font-family: "Fjalla One", sans-serif;
  color: #333333;
}

.blog-home .blog-content a .fa {
  margin-left: 5px;
}

.blog-home .blog-content a:hover {
  color: #f85b31;
}

.blog-home .blog-content .overlay-bg {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
}

.blog-home .border-none {
  border-bottom: 1px solid #fff;
}

.blog-pagination a {
  font-family: "Fjalla One", sans-serif;
  color: #333333;
  padding: 0 5px;
  margin: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-pagination a:hover {
  color: #666666;
}

@media (max-width: 767px) {
  .blog-pagination a span {
    display: none;
  }
}

.blog-pagination .active {
  color: #f85b31;
}

.blog-pagination .btn {
  border: 1px solid #f85b31;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  color: #333333;
  background: #fff;
  /*font-family: "Roboto", sans-serif;*/
  font-family: "PT Serif", serif;
}

.blog-pagination .btn:hover {
  background: #f85b31;
  color: #fff;
}

.blog-pagination .prev {
  margin-right: 20px;
}

.blog-pagination .prev .fa {
  padding-right: 10px;
}

@media (max-width: 767px) {
  .blog-pagination .prev .fa {
    padding-right: 0;
  }
}

.blog-pagination .next {
  margin-left: 20px;
}

.blog-pagination .next .fa {
  padding-left: 10px;
}

@media (max-width: 767px) {
  .blog-pagination .next .fa {
    padding-left: 0;
  }
}

/* ----------------33 Blog Home Left Sidebar --------------- */
.blog-left-widget .blog-content p {
  padding: 0px 30px 20px;
}

/* ----------------35 Blog Details --------------- */
.blog-details .related-publication .main-head-event {
  margin-top: 50px;
}

.blog-details .details .details-head {
  color: #333333;
}

.blog-details .details .details-head a {
  color: #f85b31;
}

.blog-details .single-blog iframe {
  width: 100%;
  height: 380px;
}

blockquote {
  border-left: 2px solid #f85b31;
  font-size: 14px;
  color: #333333;
  margin: 0 0 20px;
  padding: 0px 30px 0px 50px;
}

/* --------------- 15 Events List View ---------------- */
@media (max-width: 767px) {
  .single-event:hover .event-img img {
    width: 100%;
  }
}

.single-event:hover .event-img .btn {
  background: #f85b31;
}

.single-event .event-img .btn {
  position: absolute;
  top: 20px;
  right: 20px;
  height: 35px;
  line-height: 35px;
  padding: 0 30px;
  background: #333333;
  cursor: auto;
}

.single-event .event-img .btn:hover {
  color: #fff;
  box-shadow: none;
}

.single-event .event-img .overlay-bg {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
}

.single-event .event-body {
  padding: 0 120px 0 25px;
}

@media (max-width: 767px) {
  .single-event .event-body {
    padding: 0;
  }
}

.single-event .event-body h3 {
  margin: 20px 0;
}

.single-event .event-body h3 a {
  font-size: 24px;
  color: #333333;
}

.single-event .event-body h3 a:hover {
  color: #f85b31;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-event .event-body h3 {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 767px) {
  .single-event .event-body h3 a {
    font-size: 18px;
  }
}

.single-event .event-body span {
  color: #f85b31;
  font-weight: 700;
}

.single-event .event-body p {
  margin-bottom: 10px;
}

.single-event .event-body .dark {
  color: #333333;
}

.single-event .event-body .learn {
  background: transparent none repeat scroll 0 0;
  color: #333;
  font-family: "Fjalla One",sans-serif;
  text-transform: uppercase;
}

.single-event .event-body .learn:hover {
  color: #f85b31;
}

.main-head-event {
  font-size: 24px;
  border-bottom: 1px solid #eeeeee;
  margin-top: 50px;
  padding-bottom: 25px;
}

/* --------------- 16 Events Grid View ---------------- */
.upcoming-events .head-area {
  position: relative;
}

.upcoming-events .head-area .btn-area {
  width: 285px;
  position: absolute;
  right: 0;
  bottom: 15px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .upcoming-events .head-area .btn-area {
    margin-right: 0;
    bottom: -55px;
  }
}

.upcoming-events .head-area .btn-area .btn {
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
  text-align: center;
  margin-right: 10px;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.upcoming-events .head-area .btn-area .btn:hover {
  color: #333333;
}

.calendar {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .calendar {
    display: none;
  }
}

.calendar ul li {
  width: 50%;
  text-align: center;
  margin: .5px;
}

.calendar .pre-date {
  opacity: .5;
}

.calendar .day li {
  background: #f7f7f7;
  line-height: 40px;
}

.calendar .date li {
  background: #fafafa;
  line-height: 100px;
  height: 100px;
}

.calendar .date .event-date {
  position: relative;
  background: #fff;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.calendar .date .event-date .date-pos {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 14px;
}

.calendar .date .event-date .info {
  font-size: 12px;
  color: #f85b31;
  position: absolute;
  left: 10px;
  bottom: 10px;
  line-height: 18px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .calendar .date .event-date .info {
    font-size: 10px;
    left: 3px;
    line-height: 15px;
  }
}

.popover {
  max-width: 450px;
  padding: 0;
  border-radius: 0px;
  border: 0px;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.popover.right {
  margin-left: 0;
}

.popover.left {
  margin-left: 0;
}

.popover-content {
  padding: 0;
}

.custom-popover {
  width: 450px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .custom-popover {
    width: 250px;
  }
}

.custom-popover .custom-popover-content {
  padding: 40px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .custom-popover .custom-popover-content {
    padding: 20px;
  }
}

.custom-popover .custom-popover-content h4 {
  font-size: 24px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .custom-popover .custom-popover-content h4 {
    font-size: 18px;
  }
}

.custom-popover .custom-popover-content span {
  color: #f85b31;
  margin-top: 15px;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .custom-popover .custom-popover-content p {
    font-size: 12px;
  }
}

.custom-popover .custom-popover-content .p-title {
  color: #333333;
  margin-bottom: 10px;
}

.custom-popover .custom-popover-content a {
  font-family: "Fjalla One", sans-serif;
  color: #333333;
}

.custom-popover .custom-popover-content a:hover {
  color: #f85b31;
}

.calendar-mobile {
  display: none;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .calendar-mobile {
    display: block;
  }
}

.calendar-mobile ul li {
  width: 50%;
  text-align: center;
  margin: .5px;
}

.calendar-mobile .pre-date {
  opacity: .5;
}

.calendar-mobile .day li {
  background: #f7f7f7;
  line-height: 40px;
}

.calendar-mobile .date li {
  background: #fafafa;
  line-height: 50px;
  height: 50px;
}

.calendar-mobile .date .mobile-event {
  background: #f85b31;
  color: #fff;
  cursor: pointer;
}

.calendar-mobile .modal-dialog {
  max-width: 250px;
}

.calendar-mobile .modal-dialog .modal-content {
  padding: 0;
}

.modal-calendar .custom-popover {
  width: 250px;
}

.modal-calendar .custom-popover .custom-popover-content {
  background: #fff;
  padding: 20px;
}

.modal-calendar .custom-popover .custom-popover-content h4 {
  font-size: 18px;
}

.modal-calendar .custom-popover .custom-popover-content span {
  color: #f85b31;
  margin-top: 15px;
  display: inline-block;
}

.modal-calendar .custom-popover .custom-popover-content p {
  font-size: 12px;
}

.modal-calendar .custom-popover .custom-popover-content .p-title {
  color: #333333;
  margin-bottom: 10px;
}

.modal-calendar .custom-popover .custom-popover-content a {
  font-family: "Fjalla One", sans-serif;
  color: #333333;
}

.modal-calendar .custom-popover .custom-popover-content a:hover {
  color: #f85b31;
}

/* --------------- 17 Publication Board ---------------- */
.publication-board .single-event {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.publication-board .single-event:hover {
  padding: 30px;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.publication-board .event-img {
  display: inline-block;
  margin-right: 20px;
}

.publication-board .event-img img {
  width: 100%;
}

.publication-board .btn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f85b31;
  color: #333;
  display: inline-block;
}

.publication-board .btn:hover {
  border: 1px solid #fff;
  color: #f85b31;
}

.publication-board .media-left {
  padding-right: 30px;
}

.publication-board .event-body {
  padding: 0;
}

.publication-board .event-body h3 {
  margin: 0;
}

.publication-board .event-body .date {
  color: #f85b31;
  margin-bottom: 0;
  margin: 10px 0;
}

.publication-board .event-body .date span {
  margin-right: 10px;
  color: #666666;
  padding-left: 1px;
}

.publication-board .event-body p {
  margin-bottom: 10px;
  line-height: 21px;
}

.publication-board .event-body .dark {
  color: #333333;
}

.publication-board .event-body .learn {
  background: transparent none repeat scroll 0 0;
  color: #333;
  font-family: "Fjalla One",sans-serif;
  text-transform: uppercase;
}

.publication-board .event-body .learn:hover {
  color: #f85b31;
}

.single-widget .widget-notice {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 70px 50px 30px;
}

.single-widget .widget-notice li {
  line-height: 30px;
}

.single-widget .widget-notice li a {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.single-widget .widget-notice li a:hover {
  color: #f85b31;
  text-decoration: underline;
}

.single-widget .widget-keywords {
  padding: 30px 70px 50px 0px;
}

.single-widget .widget-keywords li {
  display: inline;
  line-height: 30px;
}

.single-widget .widget-keywords li a {
  display: inline-block;
  text-transform: capitalize;
}

.single-widget .widget-keywords li .big {
  font-size: 18px;
  color: #f85b31;
}

/* --------------- 17 Publication Board ---------------- */
.publication-board .single-event {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .publication-board .single-event {
    padding: 30px;
  }
}

.publication-board .single-event:hover {
  padding: 30px;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .publication-board .single-event:hover {
    padding: 0;
  }
}

.publication-board .event-img {
  display: inline-block;
  margin-right: 20px;
}

.publication-board .event-img img {
  width: 100%;
}

.publication-board .btn {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #f85b31;
  color: #333;
  display: inline-block;
}

.publication-board .btn:hover {
  border: 1px solid #fff;
  color: #f85b31;
}

.publication-board .media-left {
  padding-right: 30px;
}

.publication-board .event-body {
  padding: 0;
}

@media (max-width: 767px) {
  .publication-board .event-body {
    padding: 10px;
  }
}

.publication-board .event-body h3 {
  margin: 0;
}

.publication-board .event-body .date {
  color: #f85b31;
  margin-bottom: 0;
  margin: 10px 0;
}

.publication-board .event-body .date span {
  margin-right: 10px;
  color: #666666;
  padding-left: 1px;
}

.publication-board .event-body p {
  margin-bottom: 10px;
  line-height: 21px;
}

.publication-board .event-body .dark {
  color: #333333;
}

.publication-board .event-body .learn {
  background: transparent none repeat scroll 0 0;
  color: #333;
  font-family: "Fjalla One",sans-serif;
  text-transform: uppercase;
}

.publication-board .event-body .learn:hover {
  color: #f85b31;
}

.single-widget .widget-notice {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 60px 40px 20px;
}

.single-widget .widget-notice li {
  line-height: 30px;
}

.single-widget .widget-notice li a {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.single-widget .widget-notice li a:hover {
  color: #f85b31;
  text-decoration: underline;
}

.single-widget .widget-keywords {
  padding: 20px 60px 40px 0px;
}

.single-widget .widget-keywords li {
  display: inline;
  line-height: 30px;
}

.single-widget .widget-keywords li a {
  display: inline-block;
  text-transform: capitalize;
}

.single-widget .widget-keywords li .big {
  font-size: 18px;
  color: #f85b31;
}

/* --------------- 18 Publication Details ---------------- */
.publication-details .btn-next {
  margin-right: -10px;
}

@media (max-width: 767px) {
  .publication-details .btn-next {
    margin-top: 20px;
  }
}

.publication-details .btn-next .btn {
  margin-right: 10px;
  height: 35px;
  line-height: 32px;
  padding: 0 18px;
  background: #fff;
  color: #333333;
  border: 1px solid #f85b31;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.publication-details .btn-next .btn:hover {
  box-shadow: none;
  background-color: #f85b31;
  color: #fff;
}

.publication-details .btn-next .fa-caret-left {
  margin-right: 10px;
}

.publication-details .btn-next .fa-caret-right {
  margin-left: 10px;
}

.post-details {
  margin-top: 50px;
}

.post-details .overlay-bg {
  background: transparent linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
}

.post-details h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

.post-details .date a {
  color: #f85b31;
}

.post-details .date span {
  margin-right: 10px;
}

.post-details .date .icon-calendar {
  margin-left: 10px;
}

.social-icon ul li {
  display: inline;
}

.social-icon ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin-right: 7px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .social-icon ul li a {
    margin-right: 0;
  }
}

.social-icon ul li a:hover {
  background: #f85b31;
  color: #fff;
}

.related-publication .main-head-event {
  margin-top: 100px;
}

.related-publication .single-related {
  margin-top: 30px;
}

.related-publication .single-related .media-left {
  padding-right: 20px;
}

.related-publication .single-related .media-left .overlay-bg {
  background: transparent linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%) repeat scroll 0 0;
}

.related-publication .single-related .media-body h4 {
  margin-bottom: 15px;
}

.related-publication .single-related .media-body h4 a {
  font-size: 18px;
  color: #333333;
}

@media (max-width: 767px) {
  .related-publication .single-related .media-body h4 a {
    font-size: 16px;
  }
}

.related-publication .single-related .media-body h4 a:hover {
  color: #f85b31;
}

.related-publication .single-related .media-body .date {
  margin-bottom: 15px;
}

.related-publication .single-related .media-body .date a {
  color: #f85b31;
}

.related-publication .single-related .media-body .date span {
  color: #666666;
  padding-left: 2px;
  margin-right: 10px;
}

/* --------------- 20 Clients ---------------- */
.single-clients {
  margin-top: 30px;
}

.single-clients:hover .client-img {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.single-clients .client-img {
  text-align: center;
  padding: 50px 0;
  display: block;
  background-color: #f7f7f7;
}

.single-clients .client-img img {
  display: inline-block;
}

.single-clients .client-details {
  padding-left: 15px;
}

.single-clients .client-details h3 {
  margin: 30px 0 20px 0;
}

.single-clients .client-details h3 a {
  color: #333333;
}

.single-clients .client-details h3 a:hover {
  color: #f85b31;
}

.single-clients .client-details h6 a {
  color: #333333;
}

.single-clients .client-details h6 a:hover {
  color: #f85b31;
}

/* --------------- 21 Testimonial Page ---------------- */
.register-bg {
  background: url(../img/extra/register-bg.jpg) no-repeat;
  background-size: cover;
}

.register-bg .overlay-bg {
  background: rgba(0, 30, 50, 0.6);
}

@media (max-width: 767px) {
  .register-bg {
    height: auto !important;
  }
}

.register-content {
  margin-top: 190px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .register-content {
    margin-top: 140px;
  }
}

@media (max-width: 767px) {
  .register-content {
    margin-top: 120px;
  }
}

.register-content h1 {
  color: #fff;
  font-size: 36px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .register-content h1 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .register-content h1 {
    font-size: 26px;
  }
}

.register-content p {
  color: #fff;
}

.register-content .btn {
  padding: 0 30px;
}

.register-form {
  padding: 50px;
  background: #fff;
}

@media (min-width: 1201px) and (max-width: 1919px) {
  .register-form {
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .register-form {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .register-form {
    margin-top: 30px;
    padding: 30px;
  }
}

.register-form h3 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
}

@media (min-width: 1201px) and (max-width: 1919px) {
  .register-form h3 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .register-form h3 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .register-form h3 {
    padding: 20px;
    font-size: 26px;
  }
}

.register-form label {
  font-size: 14px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 7px;
}

.register-form p {
  margin-bottom: 2px;
}

.register-form p input {
  width: 100%;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  color: #333333;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 8px 20px;
  box-shadow: 2.121px 2.121px 7px 0 rgba(0, 0, 0, 0.1);
  font-weight: 400px;
}

.register-form p .btn {
  width: 100%;
}

.register-form .forgot {
  text-align: center;
}

@media (max-width: 767px) {
  .register-form .forgot {
    text-align: left;
  }
}

.register-form .forgot a {
  display: inline-block;
}

.register-form .forgot {
  margin-top: 10px;
}

.login-form {
  padding: 72px 50px;
}

.login-form h3 {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .login-form {
    padding: 50px 30px;
  }
  .login-form h3 {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

.login .register-content {
  margin-top: 160px;
}

.check {
  position: relative;
  margin-bottom: 10px;
}

.check input[type="checkbox"] {
  margin-right: 17px;
  opacity: 0;
}

.check span {
  width: 12px;
  height: 12px;
  background: #f3f3f3;
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 5px;
  border-radius: 2px;
}

.check span:before {
  position: absolute;
  content: '';
}

.check input:checked + label > span {
  position: absolute;
  background: #666666;
}

.check input:checked + label > span:before {
  content: "\f00c";
  font-family: "fontAwesome";
  font-size: 8px;
  position: absolute;
  top: -4px;
  left: 2.5px;
  color: #fff;
}

/* --------------- 17 Publication Board ---------------- */
.single-widget .widget-notice {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 60px 40px 20px;
}

.single-widget .widget-notice li {
  line-height: 30px;
}

.single-widget .widget-notice li a {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.single-widget .widget-notice li a:hover {
  color: #f85b31;
  text-decoration: underline;
}

.single-widget .widget-keywords {
  padding: 20px 60px 40px 0px;
}

.single-widget .widget-keywords li {
  display: inline;
  line-height: 30px;
}

.single-widget .widget-keywords li a {
  display: inline-block;
  text-transform: capitalize;
}

.single-widget .widget-keywords li .big {
  font-size: 18px;
  color: #f85b31;
  font-family: "Fjalla One", sans-serif;
}

/* ----------------22 Department Grid ---------------- */
.edu-widget {
  margin-top: 30px;
}

.edu-widget h3 {
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
  padding-bottom: 25px;
}

.edu-widget .widget-body {
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .edu-widget .widget-body {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .edu-widget .widget-body {
    padding: 20px;
  }
}

.departement-widget .course-widget .number {
  color: #fff;
  display: inline-block;
  background: #666666;
  min-width: 25px;
  line-height: 25px;
  border-radius: 3px;
  text-align: center;
}

.departement-widget .course-widget .number:hover {
  background: #f85b31;
  color: #fff !important;
}

.departement-widget .course-widget .post-cat ul:first-child li {
  margin-top: 5px;
}

.course-category-widget .widget-body label {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.course-category-widget .widget-body .check {
  position: relative;
}

.course-category-widget .widget-body .check input[type="checkbox"] {
  margin-right: 17px;
  opacity: 0;
}

.course-category-widget .widget-body .check span {
  width: 12px;
  height: 12px;
  background: #f3f3f3;
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 5px;
  border-radius: 2px;
}

.course-category-widget .widget-body .check span:before {
  position: absolute;
  content: '';
}

.course-category-widget .widget-body .check input:checked + label > span {
  position: absolute;
  background: #666666;
}

.course-category-widget .widget-body .check input:checked + label > span:before {
  content: "\f00c";
  font-family: "fontAwesome";
  font-size: 8px;
  position: absolute;
  top: -4px;
  left: 2.5px;
  color: #fff;
}

/* ----------------33 Blog Home Left Sidebar --------------- */
.single-widget .popular-post .post-img {
  position: relative;
  display: block;
}

.single-widget .popular-post .overlay-bg {
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#33000000',GradientType=0 );
}

.single-widget .popular-post .media-left {
  padding-right: 20px;
}

.single-widget .popular-post .media-body p {
  color: #333333;
}

.single-widget .popular-post .media-body a {
  color: #f85b31;
}

.single-widget .popular-post .media-body .media-heading {
  margin: 10px 0 15px 0;
}

.single-widget .popular-post .media-body .media-heading a h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-widget .popular-post .media-body .media-heading a:hover h4 {
  color: #f85b31;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-widget .popular-post .media-body .media-heading {
    margin: 0px 0 15px 0;
  }
  .single-widget .popular-post .media-body .media-heading a h4 {
    font-size: 16px;
    line-height: 1.3em;
  }
}

@media (max-width: 767px) {
  .single-widget .popular-post .media-body .media-heading {
    margin: 0px 0 15px 0;
  }
  .single-widget .popular-post .media-body .media-heading a h4 {
    font-size: 16px;
    line-height: 1.3em;
  }
}

.single-widget .common-shadow {
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-widget .common-shadow {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .single-widget .common-shadow {
    padding: 20px;
  }
}

.single-widget .post-cat ul {
  margin-top: -13px;
}

.single-widget .post-cat ul:first-child li {
  margin-top: 13px;
}

.single-widget .post-cat ul:first-child li a:hover {
  color: #f85b31;
}

.single-widget .post-cat ul:first-child li .sub-list {
  margin-top: 0;
  padding-left: 10px;
}

.single-widget .post-arc .year {
  width: 95px;
  margin-top: -13px;
}

.single-widget .post-arc .year li {
  margin-top: 13px;
}

.single-widget .post-arc .year li a:hover {
  padding-left: 10px;
  color: #f85b31;
}

.single-widget .post-arc .month {
  width: 90px;
  margin-top: -13px;
}

.single-widget .post-arc .month li {
  margin-top: 13px;
}

.single-widget .post-arc .month li a:hover {
  padding-left: 10px;
  color: #f85b31;
}

/* ----------------35 Blog Details ---------------- */
.blog-details .first-head {
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .blog-details .first-head {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .blog-details .first-head {
    margin-top: 30px;
  }
}

/* ----------------37 Shop Home ---------------- */
.col-3 .widget-keywords {
  padding: 20px 30px 40px 0;
}

.single-widget .shop-widget .post-img {
  box-shadow: 2.121px 2.121px 5px 0px rgba(0, 0, 0, 0.07);
}

.single-widget .shop-widget .media-body {
  padding-bottom: 6px;
}

.single-widget .shop-widget .media-body .media-heading {
  margin: 10px 0 9px;
}

.single-widget .shop-widget .media-body .media-heading a h4 {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-widget .shop-widget .media-body .media-heading a:hover h4 {
  color: #f85b31;
}

.single-widget .shop-widget .media {
  margin-top: 10px;
}

.single-widget .post-cat .first-li .main-list a:hover {
  color: #f85b31;
}

/* ----------------44 Buddypress activity after login ---------------- */
.buddypress-widget-total .main-head-event {
  margin-top: 30px;
  font-size: 18px;
}

.buddypress-widget-total .community li a {
  display: inline-block;
  margin-bottom: 5px;
}

.buddypress-widget-total .community li a:hover {
  color: #f85b31;
}

.buddypress-widget-total .member-login {
  background: #f7f7f7;
}

.buddypress-widget-total .member-login .single-filter {
  margin-right: 0;
}

.buddypress-widget-total .member-login .single-filter input {
  height: 35px;
  width: 100%;
  border: none;
}

.buddypress-widget-total .member-login .single-filter input:focus {
  border: none;
}

.buddypress-widget-total .member-login .single-filter .btn {
  line-height: 35px;
  height: 35px;
}

.buddypress-widget-total .member-login p {
  text-align: center;
  margin-bottom: 0;
}

.buddypress-widget-total .member-login p a {
  color: #f85b31;
  text-decoration: underline;
}

.buddypress-widget-total .member-login .forgot {
  margin-bottom: 8px;
}

.buddypress-widget-total .recent-comments li a {
  display: inline-block;
  margin-bottom: 5px;
  color: #333333;
}

.buddypress-widget-total .recent-comments li a:hover {
  color: #f85b31;
}

/* ----------------24 Department List ---------------- */
.faq-cat .main-head-event {
  margin-top: 30px;
  padding-bottom: 19px;
}

.faq-cat .leave-comment {
  margin-top: 80px;
}

.faq-cat .leave-comment .submit-btn {
  padding: 0;
  text-align: center;
}

.faq-accordion .collapsible {
  border: none;
}

.faq-accordion .collapsible-header {
  font-size: 16px;
  background: #fafafa;
  border-bottom: 1px solid #fff;
  padding: 0 30px;
}

.faq-accordion .collapsible-header h4 {
  line-height: 50px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .faq-accordion .collapsible-header h4 {
    font-size: 14px;
  }
}

.faq-accordion .collapsible-header i {
  margin-right: 0px;
}

.faq-accordion .collapsible-header .fa {
  line-height: 50px;
  font-size: 16px;
}

@media (max-width: 767px) {
  .faq-accordion .collapsible-header {
    padding: 0 15px;
  }
}

.faq-accordion .collapsible-body {
  border: none;
  padding: 30px;
}

.faq-accordion .active h4 {
  color: #f85b31;
}

.faq-accordion .active .fa {
  color: #f85b31;
  transform: rotate(180deg);
}

/* --------------- 25 Contact ---------------- */
.contact {
  position: relative;
  overflow-x: hidden;
}

.contact .bg-left {
  background: url(../img/contact/1.jpg) no-repeat;
  height: 770px;
  width: 50%;
  position: absolute;
  left: 0;
  background-position: center right;
  z-index: -1;
}

.contact .overlay-bg {
  background: rgba(255, 255, 255, 0.7);
  width: 50%;
  left: 0;
  height: 100%;
}

.contact .address-content {
  height: 770px;
  margin-top: -30px;
}

@media (max-width: 767px) {
  .contact .address-content {
    height: auto;
    margin-top: 100px;
  }
}

.contact .address-content .single-address {
  margin-top: 30px;
}

.contact .address-content .single-address .icon {
  width: 70px;
}

.contact .address-content .single-address .icon span {
  display: inline-block;
  font-size: 24px;
}

.contact .contact-right {
  height: 770px;
}

@media (max-width: 767px) {
  .contact .contact-right {
    height: auto;
    margin-top: 100px;
  }
}

.contact .contact-right .right-head h3 {
  margin-bottom: 30px;
}

.contact .contact-right .right-head p {
  margin-bottom: 20px;
}

.contact-body {
  position: absolute;
  left: 0;
  top: 0;
}

.subscribe-field h2 {
  font-size: 36px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .subscribe-field h2 {
    font-size: 22px;
    line-height: 1.3em;
  }
}

@media (max-width: 767px) {
  .subscribe-field h2 {
    font-size: 18px;
    line-height: 1.3em;
  }
}

.subscribe input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  color: #333333;
  display: block;
  font-size: 13px;
  padding: 9px 20px;
  transition: all 0.3s ease 0s;
  width: 70%;
  height: 40px;
  border-right: none;
}

.subscribe input:focus {
  outline: none;
}

@media (max-width: 767px) {
  .subscribe input {
    width: 100%;
  }
}

.subscribe .btn {
  border-radius: 2px;
  width: 30%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .subscribe .btn {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .subscribe .btn {
    width: 100%;
    margin-top: 10px;
  }
}

.contact-right .leave-comment {
  margin-top: 0;
}

#map {
  width: 100%;
  height: 100%;
}

.sidebar-google-map {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  background: #fff;
  height: 100%;
  width: 50%;
  text-align: center;
  margin-right: -48%;
  -webkit-transition: margin 300ms ease-in-out;
  -moz-transition: margin 300ms ease-in-out;
  -o-transition: margin 300ms ease-in-out;
  transition: margin 300ms ease-in-out;
}

@media (max-width: 767px) {
  .sidebar-google-map {
    height: 100vh;
    top: 25px;
  }
}

.sidebar-google-map .google-map {
  width: 100%;
  height: 100%;
}

.sidebar-google-map .slide-toggle-map {
  position: absolute;
  top: 170px;
  left: -40px;
  background: #f85b31;
  width: 40px;
  height: 40px;
  border-radius: 20px 0 0 20px;
  text-align: center;
}

.sidebar-google-map .slide-toggle-map span {
  line-height: 40px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
}

.sidebar-open {
  margin-right: 0;
}

.alert {
  text-align: center;
  color: green;
}

/* ----------------06 Home Driving---------------- */
.testimonial-2 {
  padding: 160px 0 250px 0;
}

.expert-trainer .total-trainer {
  margin-top: -30px;
}

.expert-trainer .single-trainer {
  margin-top: 30px;
}

.expert-trainer .trainer-info h4 {
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .expert-trainer .trainer-info h4 {
    margin-top: 0;
  }
}

.expert-trainer .trainer-info h4 a {
  color: #333333;
  font-size: 24px;
}

.expert-trainer .trainer-info h4 a:hover {
  color: #f85b31;
}

.expert-trainer .trainer-info p {
  line-height: 21px;
}

.expert-trainer .trainer-info a {
  font-family: "Fjalla One", sans-serif;
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.expert-trainer .trainer-info a:hover {
  color: #f85b31;
}

/* ----------------07 Home Designing---------------- */
@media (min-width: 768px) and (max-width: 1200px) {
  .home-designing .expert-trainer .trainer-info h4 a {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .home-designing .expert-trainer .trainer-info h4 a {
    font-size: 20px;
  }
}

.home-designing .expert-trainer .trainer-info h4 a:hover {
  color: #8153ff;
}

.home-designing .expert-trainer .trainer-info a:hover {
  color: #8153ff;
}

.home-designing .teacher-img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  max-width: 100%;
  position: relative;
}

.home-designing .teacher-img:hover .teacher-profile {
  opacity: 1;
}

.home-designing .teacher-profile {
  background: rgba(129, 83, 255, 0.85) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}

.home-designing .teacher-profile .social-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.home-designing .teacher-profile .social-link a {
  display: inline-block;
  color: #fff;
  padding: 5px;
}

/* ----------------08 Home Cooking School---------------- */
.our-trainer .single-trainer:hover .trainer-img {
  border-bottom: 1px solid #5ac329;
}

.our-trainer .single-trainer:hover .trainer-intro h4 a {
  color: #5ac329;
}

.our-trainer .single-trainer .trainer-img {
  text-align: center;
  border-bottom: 1px solid #333333;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.our-trainer .single-trainer .trainer-img img {
  display: inline-block;
}

.our-trainer .single-trainer .trainer-intro {
  text-align: center;
}

.our-trainer .single-trainer .trainer-intro h4 {
  margin: 20px 0 10px 0;
}

.our-trainer .single-trainer .trainer-intro h4 a {
  font-size: 24px;
  color: #333333;
}

/* ----------------09 About Educare---------------- */
@media (min-width: 768px) and (max-width: 1200px) {
  .our-teacher .trainer-info p {
    margin-bottom: 5px;
  }
}

.our-teacher .trainer-info h4 {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .our-teacher .trainer-info h4 {
    margin-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .our-teacher .trainer-info h4 a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .our-teacher .trainer-info h4 a {
    font-size: 18px;
  }
}

.our-teacher .trainer-info a {
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.our-teacher .trainer-info a:hover {
  color: #f85b31;
}

.our-teacher .teacher-img {
  max-width: 100%;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.our-teacher .teacher-img:hover .teacher-profile {
  opacity: 1;
}

.our-teacher .teacher-img .teacher-profile {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(248, 91, 49, 0.85);
}

.our-teacher .teacher-img .teacher-profile .social-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.our-teacher .teacher-img .teacher-profile .social-link a {
  display: inline-block;
  color: #fff;
  padding: 5px;
}

/* ----------------26 Teacher Grid ---------------- */
@media (min-width: 768px) and (max-width: 1200px) {
  .single-teacher:hover figcaption {
    animation: none;
  }
}

@media (max-width: 767px) {
  .single-teacher:hover figcaption {
    animation: none;
  }
}

.single-teacher:hover figcaption {
  border-top: 2px solid #f85b31;
  animation: top linear;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
}

.single-teacher figure {
  text-align: center;
  position: relative;
  height: 400px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-teacher figure {
    height: 450px;
    overflow: visible;
  }
}

.single-teacher figure img {
  display: inline-block;
}

.single-teacher figure figcaption {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #fff;
  position: absolute;
  left: 0;
  border-top: 2px solid #333333;
  padding: 20px;
  bottom: -90px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-teacher figure figcaption {
    bottom: 0;
    padding: 10px;
    top: 255px;
  }
}

@media (max-width: 767px) {
  .single-teacher figure figcaption {
    bottom: 0;
    padding: 10px;
    top: 255px;
  }
}

.single-teacher figure figcaption h4 {
  margin: 0px 0 8px 0;
}

.single-teacher figure figcaption h4 a {
  font-size: 24px;
  text-transform: capitalize;
  color: #333333;
}

.single-teacher figure figcaption h4 a:hover {
  color: #f85b31;
}

.single-teacher figure figcaption p {
  margin-top: 10px;
}

@keyframes top {
  0% {
    bottom: -90px;
  }
  100% {
    bottom: 0px;
  }
}

/* ----------------27 Teacher list ---------------- */
.single-teacher-list {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-teacher-list:hover {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-teacher-list:hover a {
  color: #f85b31;
}

.single-teacher-list:hover .teacher-profile {
  opacity: 1;
}

.single-teacher-list .teacher-img {
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
  max-width: 100%;
  position: relative;
  background-position: center center;
}

.single-teacher-list .teacher-profile {
  background: rgba(248, 91, 49, 0.85) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.single-teacher-list .social-link {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.single-teacher-list .social-link a {
  display: inline-block;
  color: #fff;
  padding: 5px;
}

@media (max-width: 767px) {
  .teacher-list-content {
    padding: 20px 0;
  }
}

.teacher-list-content h3 {
  font-size: 24px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .teacher-list-content h3 {
    font-size: 18px;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .teacher-list-content h3 {
    font-size: 18px;
    margin-top: 15px;
  }
}

.teacher-list-content span {
  display: inline-block;
  margin: 7px 0 10px 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .teacher-list-content p {
    margin-bottom: 10px;
  }
}

.teacher-list-content a {
  color: #333333;
}

.teacher-list-content a .fa {
  margin-left: 2px;
}

.teacher-list-content a:hover {
  color: #f85b31;
}

/* ----------------29 Teacher Details ---------------- */
.teacher-details .left-web-course .tab {
  padding-right: 50px !important;
}

@media (max-width: 767px) {
  .teacher-details .course-outline ul li:first-child {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .teacher-details .teacher-top .teacher-img {
    margin-right: 10px;
    margin-top: 10px;
  }
}

.teacher-details .teacher-top .teacher-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-right: 40px;
}

@media (max-width: 767px) {
  .teacher-details .teacher-top .teacher-img img {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }
}

.teacher-details .teacher-top .teacher-top-content h2 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 7px;
}

.teacher-details .teacher-top .teacher-top-content p {
  margin-bottom: 15px;
}

.teacher-details .teacher-top .teacher-top-content .btn {
  padding: 0 40px;
  margin-right: 7px;
}

@media (max-width: 767px) {
  .teacher-details .teacher-top .teacher-top-content .btn {
    padding: 0 7px;
    margin-right: 0px;
  }
}

.teacher-details .course ul {
  margin-bottom: 10px;
}

.teacher-details .course ul li {
  margin-bottom: 0;
  line-height: 78px;
}

@media (max-width: 767px) {
  .teacher-details .course ul li {
    line-height: 50px;
  }
}

.teacher-details .course ul li a {
  padding: 0 15px;
}

.teacher-details .course ul .head {
  font-size: 18px;
  font-family: "Fjalla One", sans-serif;
  color: #333333;
}

.teacher-details .course ul .step {
  font-family: "Fjalla One", sans-serif;
  color: #333333;
  font-size: 14px;
}

.teacher-details .course ul .dollar {
  font-family: "Fjalla One", sans-serif;
  color: #333333;
}

.teacher-details .reviews .rating {
  width: 65.0667%;
}

@media (max-width: 767px) {
  .teacher-details .reviews .rating {
    width: 100%;
  }
}

.teacher-details .reviews .rating .rating-box {
  width: 165px;
  height: 165px;
  background: #333333;
  color: #fff;
  text-align: center;
  margin-right: 30px;
}

.teacher-details .reviews .rating .rating-box ul {
  padding-top: 40px;
}

.teacher-details .reviews .rating .rating-box .av-rating {
  font-size: 24px;
  color: #f85b31;
  font-family: "Fjalla One", sans-serif;
  line-height: 42px;
}

.teacher-details .reviews .rating .rating-box li:first-child {
  font-family: "Fjalla One", sans-serif;
}

@media (max-width: 767px) {
  .teacher-details .reviews .rating .rating-body {
    margin: 20px 0;
  }
}

.teacher-details .reviews .rating .rating-body h4 {
  font-size: 16px;
  margin-bottom: 10px;
}

.teacher-details .reviews .rating .rating-body ul {
  margin-top: 3px;
}

.teacher-details .reviews .rating .rating-body ul li span {
  margin: 0 5px;
}

.teacher-details .reviews .rating .rating-body ul li span .fa {
  margin: 0 1px;
}

.teacher-details .reviews .feed-back {
  width: 34.934%;
  text-align: right;
}

@media (max-width: 767px) {
  .teacher-details .reviews .feed-back {
    width: 100%;
  }
}

.teacher-details .reviews .feed-back h4 {
  font-size: 16px;
  text-align: left;
  margin-bottom: 10px;
}

.teacher-details .reviews .feed-back textarea {
  width: 100%;
  height: 90px;
  border: 1px solid #eeeeee;
  resize: none;
  padding: 7px 10px;
}

.teacher-details .reviews .feed-back .btn {
  margin-top: 8px;
  height: 35px;
  line-height: 35px;
  padding: 0 40px;
}

.teacher-details .reviews .normal .fa-star {
  color: #eeeeee;
}

.teacher-details .reviews .fa-star {
  margin: 0 1px;
}

.teacher-details .right-web-course {
  margin: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .teacher-details .right-web-course {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .teacher-details .right-web-course {
    margin-top: 30px;
  }
}

.teacher-details .single-info .single-stat {
  padding-bottom: 15px;
}

.teacher-details .single-info .single-stat h3 {
  font-size: 36px;
  margin-bottom: 16px;
}

.teacher-details .left-web-course .tab {
  padding-right: 0;
}

.send-msg h4 {
  font-size: 24px;
}

/* --------------- 30 404 Error Page ---------------- */
.error-bg {
  background: url(../img/extra/404-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.error-content img {
  display: inline-block;
}

.error-content p {
  color: #fff;
}

.error-content .error-btn {
  display: inline-block;
  padding: 0 55px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #f85b31;
  background: -moz-linear-gradient(top, #f85b31 0%, red 100%);
  background: -webkit-linear-gradient(top, #f85b31 0%, red 100%);
  background: linear-gradient(to bottom, #f85b31 0%, red 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85b31', endColorstr='#ff0000',GradientType=0 );
}

.error-content .error-btn:hover {
  box-shadow: 14.849px 14.849px 50px 0px rgba(0, 0, 0, 0.3);
}

/* --------------- 31 Comming Soon Page ---------------- */
.comming-bg {
  background: url(../img/extra/comming-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.comming-content {
  margin-top: 350px;
}

@media (max-width: 767px) {
  .comming-content {
    margin-top: 150px;
  }
}

.comming-content .subscribe-field h2 {
  color: #fff;
  font-size: 36px;
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .comming-content .subscribe-field h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.comming-content .subscribe-field p {
  color: #fff;
}

.comming-content .subscribe input {
  background: transparent;
  color: #fff;
}

.comming-content .subscribe input:focus {
  outline: none;
}

.comming-content .subscribe .btn {
  border-radius: 0px;
}

.comming-content .subscribe ::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}

.comming-content .subscribe :-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.comming-content .subscribe ::-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.comming-content .subscribe :-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}

/* --------------- 36 Shop Home Page ---------------- */
.tweet-area .tw-cr-bg {
  background: #f7f7f7;
}

.tweet-area .tw-bg {
  background: #3cc4f1;
}

.tweet-area .fb-bg {
  background: #3056c3;
}

.tweet-area .twitter-body {
  padding: 50px 0;
  text-align: center;
  height: 250px;
}

.tweet-area .twitter-body i {
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
}

.tweet-area .twitter-body span {
  color: #fff;
  display: block;
  line-height: 1em;
}

.tweet-area .twitter-body h2 {
  color: #fff;
  margin: 10px 0 35px 0;
}

.tweet-area .total-tweet {
  height: 250px;
  position: relative;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 0 20px;
}

@media (max-width: 767px) {
  .tweet-area .total-tweet {
    height: 330px;
  }
}

.tweet-area .total-tweet .tweet-btn-group {
  margin-right: 10px;
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 999;
}

.tweet-area .total-tweet .btn {
  background: transparent;
  border: 1px solid #f85b31;
  color: #333333;
  padding: 0 20px;
  height: 35px;
  line-height: 32px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .tweet-area .total-tweet .btn span {
    display: none;
  }
}

.tweet-area .total-tweet .btn:hover {
  background: #f85b31;
  color: #fff;
}

.tweet-area .total-tweet .btn:hover .fa {
  color: #fff;
}

.tweet-area .total-tweet .btn .fa-caret-left {
  padding-right: 5px;
}

@media (max-width: 767px) {
  .tweet-area .total-tweet .btn .fa-caret-left {
    padding-right: 0;
  }
}

.tweet-area .total-tweet .btn .fa-caret-right {
  padding-left: 5px;
}

@media (max-width: 767px) {
  .tweet-area .total-tweet .btn .fa-caret-right {
    padding-left: 0;
  }
}

.tweet-area .total-tweet .single-tweet .head {
  margin: 30px 0 20px 0;
  color: #333333;
}

.tweet-area .total-tweet .single-tweet .tweet-content {
  padding-right: 65px;
  margin-bottom: 25px;
}

.tweet-area .total-tweet .single-tweet h5 {
  font-size: 14px;
  margin-bottom: 8px;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

.select-ct {
  position: relative;
}

.select-ct:after {
  content: "";
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 20px;
  pointer-events: none;
  position: absolute;
  right: 0;
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .select-ct:after {
    margin-right: 12px;
  }
}

.select-ct .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid #eeeeee;
  box-shadow: 2.121px 2.121px 7px 0 rgba(0, 0, 0, 0.1);
  color: #666666;
  display: block;
  font-size: 14px;
  height: auto;
  transition: all 0.3s ease 0s;
  width: 100%;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  float: left;
  font-family: inherit;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  outline: none;
  position: relative;
  text-align: left !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.select-ct .list {
  border-radius: 0px;
  margin-top: 0px;
  width: 100%;
  box-shadow: none;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
}

.select-ct .option {
  border-bottom: 1px solid #eeeeee;
}

/* ----------------36 Shop Home Slider --------------- */
.deal .single-service {
  text-align: center;
}

.deal .single-service a {
  display: block;
  padding: 40px 20px;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
  height: 225px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .deal .single-service a {
    height: 250px;
  }
}

.deal .single-service a:hover {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.deal .single-service a:hover .sum-text {
  display: none;
}

.deal .single-service a:hover .bullet {
  left: 0;
}

.deal .single-service .sum-text {
  -webkit-transition: all 0.3s all 0s;
  -moz-transition: all 0.3s all 0s;
  -o-transition: all 0.3s all 0s;
  transition: all 0.3s all 0s;
}

.deal .single-service span {
  display: inline-block;
  font-size: 36px;
  color: #f85b31;
}

.deal .single-service h4 {
  margin: 30px 0 10px 0;
}

.deal .single-service .bullet {
  -webkit-transition: all 0.8s all 0s;
  -moz-transition: all 0.8s all 0s;
  -o-transition: all 0.8s all 0s;
  transition: all 0.8s all 0s;
  position: relative;
  left: -99999px;
  margin-top: 20px;
}

.deal .single-service .bullet .fa {
  font-size: 8px;
  color: #f85b31;
  margin-right: 5px;
}

.women-headphone {
  background: #fafafa;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .women-headphone {
    margin-top: 75px;
  }
}

.women-headphone .deal-right {
  margin-top: 135px;
  text-align: center;
  padding: 0 70px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .women-headphone .deal-right {
    margin-top: 50px;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .women-headphone .deal-right {
    margin-top: 50px;
    padding: 0 30px;
  }
}

.women-headphone .deal-right .top {
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.women-headphone .deal-right h3 {
  text-transform: uppercase;
  padding: 10px 0 20px 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .women-headphone .deal-right h3 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .women-headphone .deal-right h3 {
    font-size: 18px;
  }
}

.women-headphone .deal-right .total-box {
  padding: 10px 0 30px 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .women-headphone .deal-right .total-box {
    padding: 0 0 10px 0;
  }
}

@media (max-width: 767px) {
  .women-headphone .deal-right .total-box {
    padding: 0 0 10px 0;
  }
}

.women-headphone .deal-right .price {
  position: relative;
  font-family: "Fjalla One", sans-serif;
  display: inline;
  width: auto;
}

.women-headphone .deal-right .price h2 {
  font-size: 36px;
  color: #f85b31;
  display: inline;
}

.women-headphone .deal-right .price span {
  font-size: 18px;
  display: inline-block;
  position: absolute;
  right: -60px;
  bottom: -3px;
}

.women-headphone .deal-right .price span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #666666;
  left: 0;
  top: 48%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .mt-n {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .mt-n {
    margin-top: 0;
  }
}

.coutndown-area {
  position: relative;
  height: 60px;
}

.coutndown-area .countdown {
  height: 60px;
  padding: 0 10px;
  width: 337px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .coutndown-area .countdown {
    width: 280px;
  }
}

.coutndown-area .countdown .countdown__item {
  padding: 0px 18px;
  margin: 10px 0;
  border-right: 1px solid #eeeeee;
}

@media (max-width: 767px) {
  .coutndown-area .countdown .countdown__item {
    padding: 0 10px;
  }
}

.coutndown-area .countdown .countdown__item:last-child {
  border-right: 0px;
}

.coutndown-area .countdown .common {
  margin: 0;
  text-transform: capitalize;
  color: #f85b31;
}

.coutndown-area .countdown .title {
  color: #333333;
  font-family: "Fjalla One", sans-serif;
}

.single-product figure {
  border: 1px solid #eeeeee;
  height: 290px;
  padding: 20px 30px 30px 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-product figure:hover {
  background: #fff;
  border: 1px solid #fff;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-product figure:hover h6 {
  color: #f85b31;
}

.single-product figure:hover .fa-shopping-basket {
  color: #f85b31;
}

.single-product figure .fa-shopping-basket:hover {
  transform: scale(1.8);
}

.single-product figure img {
  display: inline-block;
  width: 220px;
  height: 180px;
}

.single-product figure figcaption h6 {
  text-align: left;
  margin-top: 20px;
}

.single-product figure figcaption ul {
  margin-top: 9px;
}

.single-product figure figcaption ul li del {
  color: #666666;
  margin-left: 5px;
}

.single-product figure figcaption ul li .fa-shopping-basket {
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -o-transition: all 0.1s ease 0s;
  transition: all 0.1s ease 0s;
  display: inline-block;
}

.offer-product {
  position: relative;
}

.offer-product .percent {
  position: absolute;
  color: #fff;
  background: #f85b31;
  padding: 3px 5px;
  top: 30px;
  right: 30px;
  border-radius: 3px;
  pointer-events: none;
}

.popular-product a {
  display: block;
}

.popular-product figure {
  height: 290px;
  background: #001e32;
  text-align: center;
  padding: 50px 0;
}

.popular-product figure .et-line {
  font-size: 36px;
  color: #f85b31;
}

.popular-product figure h5 {
  color: #fff;
  margin: 22px 0;
}

.popular-product figure p {
  color: #fff;
  margin-bottom: 47px;
  /*font-family: "Roboto", sans-serif;*/
  font-family: "PT Serif", serif;
}

.popular-product figure .more {
  color: #f85b31;
  font-family: "Fjalla One", sans-serif;
}

.popular-product figure .more .fa {
  margin-left: 3px;
}

.total-product .btn {
  text-transform: capitalize;
}

.total-product .btn:hover {
  color: #333333;
}

/* ----------------37 Shop Grid Sidebar  --------------- */
.women-headphone2 .deal-right {
  margin-top: 85px;
  padding: 0 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .women-headphone2 .deal-right {
    margin-top: 50px;
  }
}

.women-headphone2 .deal-right h3 {
  font-size: 18px;
}

.women-headphone2 .deal-left {
  width: 54.0094%;
}

@media (max-width: 767px) {
  .women-headphone2 .deal-left {
    width: 100%;
  }
}

.women-headphone2 .deal-right {
  width: 45.9905%;
}

@media (max-width: 767px) {
  .women-headphone2 .deal-right {
    width: 100%;
  }
}

.women-headphone2 .coutndown-area .countdown {
  width: 303px;
}

.women-headphone2 .coutndown-area .countdown li {
  padding: 0px 13px;
}

.shop-widget-total .main-head-event {
  margin-top: 30px;
}

/* ----------------38 Shop list Sidebar  --------------- */
.single-product-list {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 2.121px 2.121px 5px 0px rgba(0, 0, 0, 0.07);
}

@media (max-width: 767px) {
  .single-product-list .pl-n {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .single-product-list .shop-list-img img {
    width: 100%;
  }
}

.single-product-list:hover {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-product-list:hover .shop-list-content .icon a {
  color: #f85b31;
}

.single-product-list .shop-list-content .icon a:hover {
  font-size: 24px;
}

.shop-list-img a {
  display: block;
}

.shop-list-img a img {
  border: 1px solid #eeeeee;
}

.shop-list-content {
  padding: 40px 35px 40px 12px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .shop-list-content {
    padding: 20px 15px 20px 0;
  }
}

@media (max-width: 767px) {
  .shop-list-content {
    padding: 20px 15px 20px 15px;
  }
}

.shop-list-content h3 a {
  display: inline-block;
  font-size: 18px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #333333;
}

.shop-list-content .price {
  font-size: 24px;
  font-family: "Fjalla One", sans-serif;
  color: #f85b31;
}

.shop-list-content .price del {
  color: #666666;
  font-size: 14px;
  margin-left: 5px;
}

.shop-list-content .icon {
  position: relative;
  top: 10px;
}

.shop-list-content .icon a {
  color: #333333;
}

.total-shop-list .btn {
  text-transform: capitalize;
}

.total-shop-list .btn:hover {
  color: #333333;
}

/* ----------------39 Shop Single Product  --------------- */
.total-product-slider {
  position: relative;
}

.total-product-slider .item img {
  height: 451px;
  width: auto;
}

@media (max-width: 767px) {
  .total-product-slider .item img {
    height: 250px;
    width: auto;
  }
}

.total-product-slider .owl-controls {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}

.total-product-slider .owl-controls .owl-dots {
  margin-top: -20px;
}

.total-product-slider .owl-controls .owl-dots .owl-dot {
  width: 50px;
  height: 50px;
  margin-top: 20px;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}

.total-product-slider .owl-controls .owl-dots .owl-dot:nth-child(1) {
  background: url(../img/slider/d1.jpg) no-repeat;
}

.total-product-slider .owl-controls .owl-dots .owl-dot:nth-child(2) {
  background: url(../img/slider/d2.jpg) no-repeat;
}

.total-product-slider .owl-controls .owl-dots .owl-dot:nth-child(3) {
  background: url(../img/slider/d3.jpg) no-repeat;
}

.total-product-slider .owl-controls .owl-dots .owl-dot:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.total-product-slider .owl-controls .owl-dots .owl-dot:hover:after {
  background: rgba(248, 91, 49, 0.8);
}

.total-product-slider .owl-controls .owl-dots .active {
  position: relative;
}

.total-product-slider .owl-controls .owl-dots .active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(248, 91, 49, 0.8);
}

.single-product .single-info .review-star {
  line-height: 60px;
}

.single-product .single-info .color-list {
  line-height: 60px;
}

.product-details .color-list .color {
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 5px;
  cursor: pointer;
}

.product-details .color-list .color1 {
  background: #ff00ae;
}

.product-details .color-list .color2 {
  background: #8400ff;
}

.product-details .color-list .color3 {
  background: #ff0000;
}

.product-details .color-list .color4 {
  background: #333333;
}

.product-details .price {
  color: #f85b31;
}

.product-details .prev-price {
  font-size: 14px;
  color: #666666;
  margin-left: 20px;
}

.product-details .parcent {
  font-size: 14px;
  padding: 5px;
  border-radius: 3px;
  background: #f85b31;
  color: #fff;
  margin-left: 20px;
}

.product-details .btn {
  font-size: 16px;
}

.product-details .btn:hover i {
  color: #f85b31;
}

@media (max-width: 767px) {
  .teacher-details .course-tab li a {
    font-size: 14px;
  }
}

.myform {
  line-height: 60px;
  font-size: 18px;
  color: #333333;
  font-family: "Fjalla One", sans-serif;
}

.myform .qtyminus, .myform .qtyplus, .myform .qtyplus2, .myform .qtyminus2, .myform .qtyplus3, .myform .qtyminus3, .myform .qtyplus4, .myform .qtyminus4, .myform .qtyplus5, .myform .qtyminus5 {
  border: none;
  background: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.myform .qtyminus:hover, .myform .qtyplus:hover, .myform .qtyplus2:hover, .myform .qtyminus2:hover, .myform .qtyplus3:hover, .myform .qtyminus3:hover, .myform .qtyplus4:hover, .myform .qtyminus4:hover, .myform .qtyplus5:hover, .myform .qtyminus5:hover {
  color: #f85b31;
}

.myform .qtyplus3, .myform .qtyminus3, .myform .qtyplus4, .myform .qtyminus4, .myform .qtyplus5, .myform .qtyminus5 {
  color: #cccccc;
}

.myform .qtyplus3:hover, .myform .qtyminus3:hover, .myform .qtyplus4:hover, .myform .qtyminus4:hover, .myform .qtyplus5:hover, .myform .qtyminus5:hover {
  color: #333333;
}

.myform .qty {
  width: 40px;
  border: none;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .myform .qty {
    width: 20px;
  }
}

@media (max-width: 767px) {
  .myform .qty {
    width: 20px;
  }
}

.specification table th, .specification table td {
  vertical-align: top;
  padding: 40px 0;
}

.specification table tr {
  border-bottom: 1px solid #eeeeee;
}

.specification table tr:last-child {
  border-bottom: none;
}

.specification table th {
  width: 40%;
  font-size: 18px;
  color: #333333;
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
}

@media (max-width: 767px) {
  .specification table th {
    font-size: 16px;
    width: 30%;
  }
}

.specification table td {
  font-size: 14px;
  font-family: "Fjalla One", sans-serif;
  color: #333333;
  width: 30%;
}

.specification table td span {
  display: block;
  font-size: 14px;
  /*font-family: "Roboto", sans-serif;*/
  font-family: "PT Serif", serif;
  color: #666666;
  margin-top: 6px;
}

.specification table .multi-row {
  border-bottom: none;
}

.specification table .multi-row td {
  padding-bottom: 0px;
}

.specification table .multi-row .pt-20 {
  padding-top: 20px;
}

.related-product .single-product figure {
  border: none;
  height: auto;
  padding: 30px 20px;
  text-align: center;
  background: #f7f7f7;
  height: 240px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.related-product .single-product figure:hover {
  background: #fff;
  border: none;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.related-product .single-product figure:hover h6 {
  color: #f85b31;
}

.related-product .single-product figure img {
  display: inline-block;
  width: auto;
  height: auto;
}

.related-product .single-product figure figcaption h6 {
  text-align: left;
  margin-top: 20px;
}

.related-product .single-product figure figcaption ul {
  margin-top: 9px;
}

.related-product .single-product figure figcaption ul li del {
  color: #666666;
  margin-left: 5px;
}

.related-title {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
  margin-top: 20px;
}

.related-title h4 {
  padding-bottom: 20px;
  display: inline-block;
  position: relative;
}

.related-title h4:after {
  width: 100%;
  content: "";
  position: absolute;
  height: 1px;
  background: #f85b31;
  bottom: -1px;
  left: 0;
}

/* ----------------40 Shop Cart  --------------- */
.cart-topbar {
  width: 100%;
  height: 100px;
  background: #f85b31;
}

.table-wrap {
  padding: 0 65px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .table-wrap {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .table-wrap {
    padding: 0;
  }
}

.total-table {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.cart-table-head {
  margin-top: -65px;
}

.cart-table-head ul {
  border-bottom: 1px solid #eeeeee;
}

.cart-table-head ul li {
  width: 33.3333%;
  border-right: 1px solid #eeeeee;
}

.cart-table-head ul li:last-child {
  border-right: 0px;
}

.cart-table-head ul li a {
  display: block;
  font-family: "Fjalla One", sans-serif;
  height: 65px;
  line-height: 65px;
  background: #fff;
  text-align: center;
}

.cart-table-head ul li .active {
  background: #f85b31;
  color: #fff;
}

.cart-table tbody tr {
  border-bottom: 1px solid #eeeeee;
}

.cart-table tbody tr:last-child {
  border-bottom: 0px;
}

.cart-table tbody td {
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .cart-table tbody td {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .cart-table tbody td {
    padding: 10px;
    display: block;
    text-align: center;
  }
}

.cart-table .mcart-product {
  padding: 20px 0px;
}

.cart-table .mcart-product figure {
  margin-right: 30px;
}

.cart-table .mcart-product .desc h6 {
  margin-top: 20px;
}

.cart-table .mcart-product .desc span {
  color: #f85b31;
  margin-top: 5px;
  display: inline-block;
}

.cart-table .total-price {
  color: #333333;
  font-family: "Fjalla One", sans-serif;
}

.cart-table .total {
  color: #f85b31;
  font-family: "Fjalla One", sans-serif;
}

.cart-table .remove-product i {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767px) {
  .cart-table .remove-product i {
    line-height: 33px;
  }
}

.cart-table .remove-product i:hover {
  background: #f85b31;
  color: #fff;
  border: 1px solid #f85b31;
}

.cart-table .cupon-form {
  padding: 40px 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .cart-table .cupon-form {
    padding: 40px 0px;
  }
}

.cart-table .cupon-form input {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #eeeeee;
  color: #333333;
  font-size: 13px;
  padding: 0px 20px;
  height: 40px;
  margin-right: -4px;
  width: 215px;
}

.cart-table .cupon-form .btn {
  border-radius: 0px;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .cart-table .cupon-form .btn {
    margin-top: 10px;
  }
}

.cart-table .checkout-btn {
  text-align: center;
}

.cart-table .checkout-btn a {
  font-family: "Fjalla One", sans-serif;
  display: inline-block;
  padding: 20px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cart-table .checkout-btn a i {
  margin-left: 10px;
}

.cart-table .checkout-btn a:hover {
  color: #f85b31;
}

/* ----------------40 Shop Cart  --------------- */
.checkout-body .login-head {
  background: #f3f3f3;
}

.checkout-body .login-head p {
  padding: 15px 30px;
  color: #333333;
}

.checkout-body .login-head p a {
  color: #f85b31;
}

.checkout-body .cupon-head {
  border-top: 1px solid #fff;
}

.checkout-body .login-field {
  background: #fafafa;
  padding: 30px;
}

.checkout-body .login-field .single-filter input {
  border: none;
  display: block;
  color: #333333;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: #fff;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .checkout-body .login-field .single-filter input {
    margin-bottom: 10px;
  }
}

.checkout-body .login-field .single-filter input:focus {
  outline: none;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.checkout-body .login-field .btn {
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
  text-align: center;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
}

.checkout-body .login-field .btn:hover {
  color: #333333;
}

.login-notice {
  margin-top: 15px;
}

.login-notice p {
  margin-bottom: 0;
}

.login-notice .remember {
  margin-right: 75px;
}

@media (max-width: 767px) {
  .login-notice .remember {
    margin-right: 20px;
  }
}

.login-notice .remember label {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.login-notice .remember .check {
  position: relative;
}

.login-notice .remember .check input[type="checkbox"] {
  margin-right: 17px;
  visibility: hidden;
}

.login-notice .remember .check span {
  width: 15px;
  height: 15px;
  border: 1px solid #333333;
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 5px;
  border-radius: 50%;
}

.login-notice .remember .check span:before {
  position: absolute;
  content: '';
}

.login-notice .remember .check input:checked + label > span {
  position: absolute;
  background: #333333;
}

.login-notice .remember .check input:checked + label > span:before {
  content: "\f00c";
  font-family: "fontAwesome";
  font-size: 9px;
  position: absolute;
  top: -4px;
  left: 2px;
  color: #fff;
}

.login-notice .forgot a {
  color: #f85b31;
}

.login-notice .forgot a:hover {
  text-decoration: underline;
}

/* ----------------41 Shop Checkout  --------------- */
.billing-info {
  background: #fff;
  padding: 30px 60px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .billing-info {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .billing-info {
    padding: 30px;
  }
}

.billing-info .single-filter {
  margin-top: 15px;
}

.billing-info .single-filter input {
  border: none;
  display: block;
  color: #333333;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: #fff;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
}

.billing-info .single-filter input:focus {
  outline: none;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.billing-info .single-filter textarea {
  border: none;
  display: block;
  color: #333333;
  font-size: 13px;
  height: 100px;
  padding: 10px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: #fff;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
  resize: none;
}

.billing-info .single-filter textarea:focus {
  outline: none;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.billing-info .billing-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
}

.billing-info .select-ct {
  height: 40px;
}

.billing-info .select-ct .nice-select {
  border: none;
}

.billing-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
  font-size: 18px;
}

.total-radio label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 10px;
}

.total-radio label:hover {
  color: #f85b31;
}

.custom-radio {
  position: relative;
}

.custom-radio input[type=radio] {
  position: relative;
  cursor: pointer;
  opacity: 0;
}

.custom-radio input[type=radio]:checked ~ .ct-radio {
  background: #f85b31;
  z-index: 9;
  border: 1px solid #f85b31;
}

.custom-radio input[type=radio]:checked ~ .ct-radio:after {
  content: "\f00c";
  font-family: "fontAwesome";
  font-size: 9px;
  position: absolute;
  top: -4px;
  left: 2px;
  color: #fff;
  display: block;
}

.custom-radio .ct-radio {
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  background: ddd;
  top: 3px;
  right: -2px;
  border: 1px solid #eeeeee;
  pointer-events: none;
}

@media (max-width: 767px) {
  .order-details {
    margin-left: 0;
    margin-top: 30px;
  }
}

.order-details table td {
  text-align: right;
  color: #333333;
}

.order-details table .single-product-order h6 {
  line-height: 1.3em;
}

.order-details table .single-product-order th {
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
}

.order-details table .single-product-order td {
  border-bottom: 1px solid #eeeeee;
}

.order-details table .subtotal td {
  padding: 25px 0 10px 10px;
}

.order-details table .discount td {
  padding: 0px 0 10px 10px;
  color: #f85b31;
}

.order-details table .shipping-cost td {
  padding: 0px 0 15px 10px;
}

.order-details table .grand-total td {
  padding: 15px 0 10px 30px;
  border-top: 1px solid #eeeeee;
  font-family: "Fjalla One", sans-serif;
}

.order-details table .grand-total td:first-child {
  border-top: 0px;
}

.bottom-btn-group {
  text-align: center;
  padding: 25px 0;
  border-top: 1px solid #eeeeee;
}

.bottom-btn-group .btn-proceed {
  display: inline-block;
  padding: 0px  10px;
  font-family: "Fjalla One", sans-serif;
}

.bottom-btn-group .btn-proceed:hover {
  color: #f85b31;
}

.bottom-btn-group .btn-proceed i {
  margin-right: 10px;
}

.bottom-btn-group .btn-proceed2 {
  display: inline-block;
  padding: 0px  10px;
  font-family: "Fjalla One", sans-serif;
}

.bottom-btn-group .btn-proceed2:hover {
  color: #f85b31;
}

.bottom-btn-group .btn-proceed2 i {
  margin-left: 10px;
}

/* ----------------43 Shop Confirmation  --------------- */
.thanks-top {
  background: #f7f7f7;
}

.thanks-top p {
  margin: 0;
  padding: 20px 30px;
}

.thanks-top p a {
  color: #333333;
}

.thanks-top .confirm-msg {
  color: #00be9b;
}

.billing-details-box {
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 50px 50px 80px 50px;
}

.billing-details-box .single-info {
  margin-bottom: 15px;
}

.billing-details-box .single-info h6 {
  margin-bottom: 4px;
}

.billing-details-box .single-info p {
  color: #f85b31;
}

.order-details-confirm table .single-product-order th {
  border-bottom: 1px solid #eee;
  padding: 30px;
}

@media (max-width: 767px) {
  .order-details-confirm table .single-product-order th {
    padding: 15px;
  }
}

.confirm-customer-details {
  margin-top: 80px;
}

.confirm-customer-details .customer-details {
  margin-bottom: 20px;
}

.confirm-customer-details .customer-details p {
  margin: 0;
}

.confirm-customer-details .customer-details p a {
  margin-bottom: 5px;
  display: inline-block;
}

.confirm-customer-details .customer-details p a i {
  color: #f85b31;
  margin-right: 10px;
}

/* --------------- 15 Events List View ---------------- */
.event-filter {
  background: #f7f7f7;
  padding: 30px;
}

@media (max-width: 767px) {
  .event-filter {
    display: block;
    padding: 30px 30px 20px 30px;
  }
}

.event-filter .single-filter {
  margin-right: 30px;
  height: 40px;
}

.event-filter .single-filter input {
  border: 1px solid #eeeeee;
  display: block;
  color: #333333;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: #fff;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.event-filter .single-filter input:focus {
  outline: none;
  border: 1px solid #f7f7f7;
}

.event-filter .single-filter ::-webkit-input-placeholder {
  opacity: 1;
  color: #666666;
}

.event-filter .single-filter :-moz-placeholder {
  /* Firefox 18- */
  opacity: 1;
  color: #666666;
}

.event-filter .single-filter ::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1;
  color: #666666;
}

.event-filter .single-filter :-ms-input-placeholder {
  opacity: 1;
  color: #666666;
}

.event-filter .single-filter .btn {
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
  text-align: center;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.event-filter .single-filter .btn:hover {
  color: #333333;
}

.event-filter .ft-98 {
  width: 98px;
}

@media (max-width: 767px) {
  .event-filter .ft-98 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-102 {
  width: 102px;
}

@media (max-width: 767px) {
  .event-filter .ft-102 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-117 {
  width: 117px;
}

@media (max-width: 767px) {
  .event-filter .ft-117 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-107 {
  width: 107px;
}

@media (max-width: 767px) {
  .event-filter .ft-107 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-215 {
  width: 215px;
}

@media (max-width: 767px) {
  .event-filter .ft-215 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-300 {
  width: 300px;
}

@media (max-width: 767px) {
  .event-filter .ft-300 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-175 {
  width: 175px;
}

@media (max-width: 767px) {
  .event-filter .ft-175 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-135 {
  width: 135px;
}

@media (max-width: 767px) {
  .event-filter .ft-135 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-165 {
  width: 165px;
}

@media (max-width: 767px) {
  .event-filter .ft-165 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-219 {
  width: 219px;
}

@media (max-width: 767px) {
  .event-filter .ft-219 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-270 {
  width: 270px;
}

@media (max-width: 767px) {
  .event-filter .ft-270 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-225 {
  width: 20.8333%;
}

@media (max-width: 767px) {
  .event-filter .ft-225 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .mr-n {
  margin-right: 0px;
}

.event-filter .ft-330 {
  width: 30.5555%;
}

@media (max-width: 767px) {
  .event-filter .ft-330 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-360 {
  width: 33.3333%;
}

@media (max-width: 767px) {
  .event-filter .ft-360 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-165 {
  width: 165px;
}

@media (max-width: 767px) {
  .event-filter .ft-165 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-135 {
  width: 135px;
}

@media (max-width: 767px) {
  .event-filter .ft-135 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-428 {
  width: 39.63%;
}

@media (max-width: 767px) {
  .event-filter .ft-428 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

.event-filter .ft-885 {
  width: 81.944%;
}

@media (max-width: 767px) {
  .event-filter .ft-885 {
    width: 100%;
    margin: 0 0 10px 0;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .teacher .event-filter {
    padding: 30px 30px 20px 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .teacher .event-filter .single-filter {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .teacher .event-filter .single-filter:nth-child(odd) {
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .blog-home .event-filter {
    padding: 30px 30px 20px 30px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-home .event-filter .single-filter {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .blog-home .event-filter .single-filter:nth-child(odd) {
    margin-right: 10px;
  }
}

/* ----------------44 Buddypress activity after login ---------------- */
.buddypress-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .buddypress-filter {
    padding: 30px 30px 20px 30px;
  }
}

@media (max-width: 767px) {
  .buddypress-filter {
    padding: 30px 30px 20px 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}

.buddypress-filter .single-filter {
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .buddypress-filter .single-filter {
    width: 23%;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .buddypress-filter .single-filter {
    margin-right: 0;
  }
}

.buddypress-filter .single-filter:last-child {
  margin-right: 0;
}

.buddypress-filter .single-filter .btn {
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  width: 100%;
  text-align: center;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #333333;
}

.buddypress-filter .single-filter .btn:hover {
  color: #fff;
  background: #f85b31;
}

.buddypress-filter .single-filter .active {
  background: #f85b31;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .buddypress-filter .filter-select {
    min-width: 280px;
  }
}

@media (max-width: 767px) {
  .bd-filter-mb1 .single-filter {
    width: 48.5%;
  }
  .bd-filter-mb1 .single-filter:nth-child(5) {
    width: 100%;
  }
  .bd-filter-mb1 .single-filter:nth-child(6) {
    width: 100%;
  }
  .bd-filter-mb1 .single-filter:nth-child(7) {
    width: 100%;
  }
  .bd-filter-mb1 .filter-select {
    width: 100%;
  }
}

/* ----------------47 Buddypress Members Details After Login ---------------- */
.member-profile .single-filter {
  width: 50%;
}

.member-profile .single-filter:last-child {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .buddypress .member-profile {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .buddypress .member-profile .single-filter {
    width: 18%;
  }
  .buddypress .member-profile .single-filter:last-child {
    width: 280px;
  }
}

@media (max-width: 767px) {
  .buddypress .member-profile {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .buddypress .member-profile .single-filter {
    width: 48.5%;
    margin-bottom: 10px;
  }
  .buddypress .member-profile .single-filter:nth-child(7) {
    width: 100%;
  }
  .buddypress .member-profile .single-filter:last-child {
    width: 100%;
  }
}

.kindergarten h1, .kindergarten h2, .kindergarten h3, .kindergarten h4, .kindergarten h5, .kindergarten h6 {
  font-family: 'Pacifico', cursive;
}

@media (max-width: 767px) {
  .kindergarten .first-title {
    font-size: 22px;
  }
}

.kindergarten .first-title::before {
  margin-top: 3.5px;
}

.kindergarten .first-title::after {
  margin-top: 3.5px;
}

.s-head1 .first-title::before {
  background: #ff0099;
}

.s-head1 .first-title::after {
  background: #ff0099;
}

.educare-special .first-title::before {
  background: #ac40ff;
}

.educare-special .first-title::after {
  background: #ac40ff;
}

@media (max-width: 767px) {
  .educare-special .total-special .col-md-3:nth-child(2) {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .educare-special .total-special .col-md-3:nth-child(3) {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .educare-special .total-special .col-md-3:nth-child(3) {
    margin-top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .educare-special .total-special .col-md-3:nth-child(3) {
    margin-top: 0px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .educare-special .total-special .col-md-3:nth-child(4) {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .educare-special .total-special .col-md-3:nth-child(4) {
    margin-top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .educare-special .total-special .col-md-3:nth-child(4) {
    margin-top: 0px;
  }
}

.educare-special .total-special .single-special {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center;
  border: 1px solid #ac40ff;
  border-radius: 10px;
  padding: 10px;
}

.educare-special .total-special .special-img {
  border-radius: 0px 5px 0px 5px;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .educare-special .total-special .special-img img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .educare-special .total-special .special-img img {
    width: 100%;
  }
}

.educare-special .total-special h3 a {
  margin: 20px 0;
  font-size: 18px;
  color: #ac40ff;
  display: inline-block;
}

.educare-special .total-special p {
  padding: 0 10px 35px 10px;
}

.educare-special .total-special .sp-corner1 {
  position: absolute;
  top: -13px;
  left: -11px;
  border-top: 0px solid transparent;
  border-left: 60px solid #ac40ff;
  border-bottom: 80px solid transparent;
}

.educare-special .total-special .sp-corner1 .mini-corner1 {
  position: absolute;
  top: 0;
  left: -9px;
  border-bottom: 12px solid #7701d2;
  border-left: 9px solid transparent;
  border-right: 6px solid transparent;
}

.educare-special .total-special .sp-corner1 .mini-corner2 {
  position: absolute;
  bottom: -100px;
  left: -60px;
  border-right: 10px solid #7701d2;
  border-top: 14px solid transparent;
  border-bottom: 20px solid transparent;
}

.educare-special .total-special .sp-corner2 {
  position: absolute;
  bottom: -13px;
  right: -11px;
  transform: rotate(180deg);
  border-top: 0px solid transparent;
  border-left: 60px solid #ac40ff;
  border-bottom: 80px solid transparent;
}

.educare-special .total-special .sp-corner2 .mini-corner1 {
  position: absolute;
  top: 0;
  left: -9px;
  border-bottom: 12px solid #7701d2;
  border-left: 9px solid transparent;
  border-right: 6px solid transparent;
}

.educare-special .total-special .sp-corner2 .mini-corner2 {
  position: absolute;
  bottom: -100px;
  left: -60px;
  border-right: 10px solid #7701d2;
  border-top: 14px solid transparent;
  border-bottom: 20px solid transparent;
}

.educare-special .special2 {
  border: 1px solid #4285f4;
}

.educare-special .special2 h3 a {
  color: #4285f4;
}

.educare-special .special2 .sp-corner1 {
  border-left: 60px solid #4285f4;
}

.educare-special .special2 .sp-corner1 .mini-corner1 {
  border-bottom: 12px solid #004ece;
}

.educare-special .special2 .sp-corner1 .mini-corner2 {
  border-right: 10px solid #004ece;
}

.educare-special .special2 .sp-corner2 {
  border-left: 60px solid #4285f4;
}

.educare-special .special2 .sp-corner2 .mini-corner1 {
  border-bottom: 12px solid #004ece;
}

.educare-special .special2 .sp-corner2 .mini-corner2 {
  border-right: 10px solid #004ece;
}

.educare-special .special3 {
  border: 1px solid #96cd39;
}

.educare-special .special3 h3 a {
  color: #96cd39;
}

.educare-special .special3 .sp-corner1 {
  border-left: 60px solid #96cd39;
}

.educare-special .special3 .sp-corner1 .mini-corner1 {
  border-bottom: 12px solid #5e9600;
}

.educare-special .special3 .sp-corner1 .mini-corner2 {
  border-right: 10px solid #5e9600;
}

.educare-special .special3 .sp-corner2 {
  border-left: 60px solid #96cd39;
}

.educare-special .special3 .sp-corner2 .mini-corner1 {
  border-bottom: 12px solid #5e9600;
}

.educare-special .special3 .sp-corner2 .mini-corner2 {
  border-right: 10px solid #5e9600;
}

.educare-special .special4 {
  border: 1px solid #fbbc05;
}

.educare-special .special4 h3 a {
  color: #fbbc05;
}

.educare-special .special4 .sp-corner1 {
  border-left: 60px solid #fbbc05;
}

.educare-special .special4 .sp-corner1 .mini-corner1 {
  border-bottom: 12px solid #c39204;
}

.educare-special .special4 .sp-corner1 .mini-corner2 {
  border-right: 10px solid #c39204;
}

.educare-special .special4 .sp-corner2 {
  border-left: 60px solid #fbbc05;
}

.educare-special .special4 .sp-corner2 .mini-corner1 {
  border-bottom: 12px solid #c39204;
}

.educare-special .special4 .sp-corner2 .mini-corner2 {
  border-right: 10px solid #c39204;
}

.special-programs {
  background: url(../img/kindergarten/b1.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

.special-programs .overlay-bg {
  background: rgba(255, 255, 255, 0.9);
}

.special-programs .total-programs .btn {
  color: #fff;
  border-radius: 20px;
  background: #ac40ff;
}

.special-programs .total-programs .btn:hover {
  background: #fff;
  color: #333333;
}

.special-programs .single-program {
  margin-bottom: 50px;
}

.special-programs .single-program .icon [class^="flaticon-"]::before, .special-programs .single-program .icon [class*=" flaticon-"]::before, .special-programs .single-program .icon [class^="flaticon-"]::after, .special-programs .single-program .icon [class*=" flaticon-"]::after {
  font-family: Flaticon;
  font-size: 60px;
  font-style: normal;
  margin-left: 0;
  margin-right: 30px;
  margin-top: 20px;
  display: inline-block;
}

.special-programs .single-program .icon .i1 {
  color: #ac40ff;
}

.special-programs .single-program .icon .i2 {
  color: #96cd39;
}

.special-programs .single-program .icon .i3 {
  color: #4285f4;
}

.special-programs .single-program .icon .i4 {
  color: #ea4335;
}

.special-programs .single-program .icon .i5 {
  color: #ff0099;
}

.special-programs .single-program .icon .i6 {
  color: #fbbc05;
}

.special-programs .single-program .program-body h4 a {
  margin-bottom: 30px;
  font-size: 18px;
  display: inline-block;
  color: #333333;
}

.special-programs .single-program .program-body .ph1 a:hover {
  color: #ac40ff;
}

.special-programs .single-program .program-body .ph2 a:hover {
  color: #96cd39;
}

.special-programs .single-program .program-body .ph3 a:hover {
  color: #4285f4;
}

.special-programs .single-program .program-body .ph4 a:hover {
  color: #ea4335;
}

.special-programs .single-program .program-body .ph5 a:hover {
  color: #ff0099;
}

.special-programs .single-program .program-body .ph6 a:hover {
  color: #fbbc05;
}

.regular-classes .first-title::before {
  background: #4285f4;
}

.regular-classes .first-title::after {
  background: #4285f4;
}

.regular-classes .single-classes {
  overflow: hidden;
  border: 1px solid #eeeeee;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .regular-classes .single-classes {
    margin-bottom: 50px;
  }
}

.regular-classes .single-classes .class-img {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .regular-classes .single-classes .class-img img {
    width: 100%;
  }
}

.regular-classes .single-classes .class-content {
  padding: 35px;
}

.regular-classes .single-classes .class-content h3 a {
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .regular-classes .single-classes .class-content h3 a {
    font-size: 18px;
    line-height: 1.5em;
  }
}

@media (max-width: 767px) {
  .regular-classes .single-classes .class-content h3 a {
    font-size: 18px;
  }
}

.regular-classes .single-classes .class-content p {
  margin-bottom: 20px;
}

.regular-classes .single-classes .class-content ul {
  padding-left: 20px;
}

.regular-classes .single-classes .class-content ul li {
  line-height: 26px;
}

.regular-classes .single-classes .class-content ul li:nth-child(1) {
  position: relative;
}

.regular-classes .single-classes .class-content ul li:nth-child(1):before {
  content: "";
  position: absolute;
  border-left: 7px solid #ac40ff;
  border-top: 5px solid transparent;
  border-bottom: 4px solid transparent;
  top: 8px;
  left: -20px;
}

.regular-classes .single-classes .class-content ul li:nth-child(2) {
  position: relative;
}

.regular-classes .single-classes .class-content ul li:nth-child(2):before {
  content: "";
  position: absolute;
  border-left: 7px solid #96cd39;
  border-top: 5px solid transparent;
  border-bottom: 4px solid transparent;
  top: 8px;
  left: -20px;
}

.regular-classes .single-classes .class-content ul li:nth-child(3) {
  position: relative;
}

.regular-classes .single-classes .class-content ul li:nth-child(3):before {
  content: "";
  position: absolute;
  border-left: 7px solid #fbbc05;
  border-top: 5px solid transparent;
  border-bottom: 4px solid transparent;
  top: 8px;
  left: -20px;
}

.regular-classes .first-class {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.regular-classes .first-class .overlay-bg {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(172, 64, 255, 0);
}

.regular-classes .first-class:hover {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.regular-classes .first-class:hover .overlay-bg {
  background: rgba(172, 64, 255, 0.9);
}

.regular-classes .first-class h3 a {
  color: #ac40ff;
}

.regular-classes .second-class {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.regular-classes .second-class .overlay-bg {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(150, 205, 57, 0);
}

.regular-classes .second-class:hover {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.regular-classes .second-class:hover .overlay-bg {
  background: rgba(150, 205, 57, 0.9);
}

.regular-classes .second-class h3 a {
  color: #96cd39;
}

.regular-classes .third-class {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.regular-classes .third-class .overlay-bg {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: rgba(251, 188, 5, 0);
}

.regular-classes .third-class:hover {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.regular-classes .third-class:hover .overlay-bg {
  background: rgba(251, 188, 5, 0.9);
}

.regular-classes .third-class h3 a {
  color: #fbbc05;
}

.kindergarten-cta .cta-content {
  padding: 100px 0;
}

.kindergarten-cta .cta-content h2 {
  line-height: 1.5em;
}

.kindergarten-cta .cta-content .btn {
  background: transparent;
  border: 1px solid #60655b;
  border-radius: 20px;
  color: #ff0099;
  font-weight: 600;
  padding: 0 56px;
}

.picnic-countdown {
  margin: 60px 0 40px 0;
  height: 115px;
  position: relative;
}

.picnic-countdown .countdown {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  margin-left: -15px;
}

@media (max-width: 767px) {
  .picnic-countdown .countdown {
    margin-left: -6px;
  }
}

.picnic-countdown .countdown .countdown__item {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .picnic-countdown .countdown .countdown__item {
    margin-left: 12px;
  }
}

.picnic-countdown .countdown .countdown__item p:first-child {
  margin-bottom: 10px;
}

.picnic-countdown .countdown .title {
  text-transform: capitalize;
  color: #fff;
}

.picnic-countdown .countdown .common {
  display: inline-block;
  width: 68px;
  height: 72px;
  line-height: 65px;
  font-size: 36px;
  color: #fff;
  font-family: 'Pacifico', cursive;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .picnic-countdown .countdown .common {
    width: 50px;
    height: 50px;
    line-height: 43px;
    font-size: 26px;
  }
}

.picnic-countdown .countdown .days {
  background: #ac40ff;
}

.picnic-countdown .countdown .hours {
  background: #4285f4;
}

.picnic-countdown .countdown .minutes {
  background: #96cd39;
}

.picnic-countdown .countdown .seconds {
  background: #fbbc05;
}

/* -------------------08 Home Cooking--------------- */
.steering .steering-vector {
  padding: 45px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .steering .steering-vector {
    display: none;
  }
}

.steering .steering-vector .animate-chef .cooking2 img {
  -webkit-transform: rotateY(150deg);
  transform: rotateY(150deg);
}

.steering .steering-vector .animate-chef2 .cooking2 img {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}

.steering .steering-vector .cooking1 {
  display: inline-block;
  position: relative;
  background: url(../img/vector/cooking1.svg) no-repeat;
  height: 319px;
  width: 555px;
  background-position: center center;
}

.steering .steering-vector .cooking1 .cooking2 {
  position: absolute;
  left: 51%;
  top: 43%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.steering .steering-vector .cooking1 .cooking2 img {
  width: 132px;
  height: 192px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.steering .steering-vector .cooking1 .steering-head {
  font-size: 18px;
  position: absolute;
}

.steering .steering-vector .cooking1 .head1 {
  top: -45px;
  left: 100px;
}

.steering .steering-vector .cooking1 .head2 {
  top: -45px;
  right: 70px;
}

.steering .steering-vector .cooking1 .head3 {
  bottom: 120px;
  right: -30px;
}

.steering .steering-vector .cooking1 .head4 {
  bottom: -45px;
  right: 95px;
}

.steering .steering-vector .cooking1 .head5 {
  bottom: -45px;
  left: 80px;
}

.steering .steering-vector .cooking1 .head6 {
  bottom: 120px;
  left: -65px;
}

/* -------------------06 Home Driving--------------- */
.steering .steering-vector {
  padding: 45px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .steering .steering-vector {
    display: none;
  }
}

.steering .steering-vector .driving1 {
  display: inline-block;
  position: relative;
  background: url(../img/vector/driving1.png) no-repeat;
  height: 324px;
  width: 555px;
  background-position: center center;
}

.steering .steering-vector .driving1 .driving2 {
  position: absolute;
  left: 51.63%;
  top: 48.62%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .steering .steering-vector .driving1 .driving2 {
    left: 51.85%;
  }
}

.steering .steering-vector .driving1 .driving2 img {
  width: 183px;
  height: 183px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  transform: rotate(0deg);
}

.steering .steering-vector .driving1 .steering-head {
  font-size: 18px;
  position: absolute;
}

.steering .steering-vector .driving1 .head1 {
  top: -45px;
  left: 100px;
}

.steering .steering-vector .driving1 .head2 {
  top: -45px;
  right: 70px;
}

.steering .steering-vector .driving1 .head3 {
  bottom: 120px;
  right: -30px;
}

.steering .steering-vector .driving1 .head4 {
  bottom: -45px;
  right: 65px;
}

.steering .steering-vector .driving1 .head5 {
  bottom: -45px;
  left: 80px;
}

.steering .steering-vector .driving1 .head6 {
  bottom: 120px;
  left: -27px;
}

.mobile-steering {
  display: none;
}

@media (max-width: 767px) {
  .mobile-steering {
    padding: 0 15px;
    display: block;
    text-align: center;
  }
  .mobile-steering img {
    padding: 20px 0;
    display: inline-block;
  }
  .mobile-steering h3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

/* -------------------07 Home Designing--------------- */
.steering .steering-vector {
  padding: 45px 0;
  text-align: center;
}

@media (max-width: 767px) {
  .steering .steering-vector {
    display: none;
  }
}

.steering .steering-vector .design1 {
  display: inline-block;
  position: relative;
  background: url(../img/vector/design3.png) no-repeat;
  height: 319px;
  width: 555px;
  background-position: center center;
}

.steering .steering-vector .design1 .design2 {
  position: absolute;
  left: 51.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.steering .steering-vector .design1 .design2 img {
  width: 132px;
  height: 192px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.steering .steering-vector .design1 .steering-head {
  font-size: 18px;
  position: absolute;
}

.steering .steering-vector .design1 .head1 {
  top: -45px;
  left: 100px;
}

.steering .steering-vector .design1 .head2 {
  top: -45px;
  right: 63px;
}

.steering .steering-vector .design1 .head3 {
  bottom: 120px;
  right: -52px;
}

.steering .steering-vector .design1 .head4 {
  bottom: -45px;
  right: 60px;
}

.steering .steering-vector .design1 .head5 {
  bottom: -45px;
  left: 80px;
}

.steering .steering-vector .design1 .head6 {
  bottom: 120px;
  left: -65px;
}

.circle-box {
  width: 110px;
  height: 160px;
  position: relative;
}

.circle-box .single-circle {
  background: #eeeeee;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
}

.circle-box .circle1 {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 0;
  left: 0;
}

.circle-box .circle2 {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 0;
  right: 0;
}

.circle-box .circle5 {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  bottom: 0;
  left: 0;
}

.circle-box .circle4 {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  bottom: 0;
  right: 0;
}

.circle-box .circle6 {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 50%;
  margin-top: -24px;
  margin-left: -30px;
  left: 0;
}

.circle-box .circle3 {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  top: 50%;
  margin-top: -24px;
  margin-right: -30px;
  right: 0;
}

.circle-box .circle7 {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ----------------44 Buddypress activity after login ---------------- */
.buddypress-activity .user-img img {
  width: 60px;
  height: 60px;
  border-radius: 3px;
}

@media (max-width: 767px) {
  .buddypress-activity .user-img {
    margin-right: 10px;
  }
}

.buddypress-activity .btn {
  height: 35px;
  line-height: 35px;
  background: #fff;
  color: #666666;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
  padding: 0 30px;
}

@media (max-width: 767px) {
  .buddypress-activity .btn {
    padding: 0 20px;
  }
}

.buddypress-activity .btn:hover {
  background: #f85b31;
  color: #fff;
}

.buddypress-activity .load-course {
  height: 40px;
  line-height: 40px;
  background: #f85b31;
  color: #fff;
  padding: 0 30px;
}

.buddypress-activity .load-course:hover {
  background: #fff;
  color: #666666;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
}

.buddypress-activity .primary-color {
  background: #f85b31;
  color: #fff;
}

.buddypress-activity .status-head {
  color: #333333;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 11px;
  margin-bottom: 0;
}

.buddypress-activity .status-post-field .post-area {
  width: 100%;
}

.buddypress-activity .status-post-field .post-area .post-box textarea {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  box-shadow: 2.121px 2.121px 7px 0 rgba(0, 0, 0, 0.1);
  color: #333333;
  display: block;
  font-size: 13px;
  height: 100px;
  padding: 10px 20px;
  resize: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.buddypress-activity .status-post-field .post-control p {
  line-height: 35px;
  margin-bottom: 0;
  margin-right: 15px;
}

.buddypress-activity .status-post-field .post-control .select-ct {
  margin-right: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .buddypress-activity .status-post-field .post-control .select-ct {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .buddypress-activity .status-post-field .post-control .select-ct {
    margin-right: 0;
  }
}

.buddypress-activity .status-post-field .post-control .select-ct:after {
  margin-top: 7px;
}

.buddypress-activity .status-post-field .post-control .select-ct .nice-select {
  height: 35px;
  line-height: 35px;
  width: 270px;
  border: none;
  background: #f7f7f7;
}

@media (max-width: 767px) {
  .buddypress-activity .status-post-field .post-control .select-ct .nice-select {
    width: 155px;
  }
}

.buddypress-activity .status-post-field .post-control .select-ct .nice-select .option {
  line-height: 35px;
  min-height: 35px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .buddypress-activity .status-post-field .post-control .btn {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .buddypress-activity .status-post-field .post-control .btn {
    margin-top: 10px;
    padding: 0 20px;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .buddypress-activity .status-post-field .post-control .btn {
    margin-top: 0px;
  }
}

.activity-status-summury {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 12px;
}

.activity-status-summury a {
  display: inline-block;
  margin-left: 40px;
  position: relative;
  line-height: 1em;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .activity-status-summury a {
    margin-left: 17px;
  }
}

@media (max-width: 767px) {
  .activity-status-summury a {
    margin-left: 20px;
  }
}

.activity-status-summury a:first-child {
  margin-left: 0;
}

.activity-status-summury a:last-child:after {
  width: 0;
}

.activity-status-summury a:after {
  width: 1px;
  height: 100%;
  background: #f85b31;
  right: -23px;
  top: 0;
  position: absolute;
  content: '';
}

@media (min-width: 768px) and (max-width: 1200px) {
  .activity-status-summury a:after {
    right: -11px;
  }
}

@media (max-width: 767px) {
  .activity-status-summury a:after {
    right: -12px;
  }
}

.activity-status-summury a span {
  color: #f85b31;
  margin-left: 5px;
}

.single-status-post {
  padding: 30px;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-status-post:hover {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .single-status-post {
    padding: 10px;
  }
}

.single-status-post .user-post-details {
  padding-left: 20px;
  width: 100%;
}

@media (max-width: 767px) {
  .single-status-post .user-post-details {
    padding-left: 10px;
  }
}

.single-status-post .user-post-details .name-details {
  align-items: baseline;
}

.single-status-post .user-post-details .name-details .name {
  margin-bottom: 7px;
  font-size: 16px;
}

.single-status-post .user-post-details .name-details .name a {
  color: #333333;
}

.single-status-post .user-post-details .name-details .name a:hover {
  color: #f85b31;
}

.single-status-post .user-post-details .name-details .details a {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  line-height: 1em;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-status-post .user-post-details .name-details .details a {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .single-status-post .user-post-details .name-details .details a {
    margin-left: 0;
  }
}

.single-status-post .user-post-details .name-details .details a:hover {
  color: #f85b31;
}

.single-status-post .user-post-details .name-details .details a:first-child {
  margin-left: 0;
}

.single-status-post .user-post-details .name-details .details a:last-child:after {
  width: 0;
}

.single-status-post .user-post-details .name-details .details a:after {
  width: 1px;
  height: 100%;
  background: #666666;
  right: -13px;
  top: 0;
  position: absolute;
  content: '';
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-status-post .user-post-details .name-details .details a:after {
    right: -2px;
  }
}

@media (max-width: 767px) {
  .single-status-post .user-post-details .name-details .details a:after {
    right: -2px;
  }
}

.single-status-post .user-post-details .name-details .details a span {
  margin-left: 5px;
}

.single-status-post .user-post-details p {
  width: 80%;
  margin-bottom: 10px;
}

.single-status-post .user-post-details p a {
  text-decoration: underline;
}

.single-status-post .user-post-details p a:hover {
  color: #f85b31;
}

.expand-post .user-post-details {
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.user-post-withcomment .single-status-post {
  box-shadow: none;
  border-bottom: 1px solid #eeeeee;
  padding-right: 0;
  padding-left: 20px;
}

@media (max-width: 767px) {
  .user-post-withcomment .single-status-post {
    padding-left: 0px;
  }
}

.user-post-withcomment .single-status-post .user-post-details {
  border-bottom: none;
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .user-post-withcomment .single-status-post .user-post-details {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .user-post-withcomment .single-status-post .name-details {
    margin-top: 10px;
  }
}

.user-post-withcomment .reply-box {
  width: 100%;
}

.user-post-withcomment .reply-box textarea {
  background: #f7f7f7;
  border: medium none;
  color: #333333;
  display: block;
  font-size: 13px;
  height: 100px;
  padding: 10px 20px;
  resize: none;
  transition: all 0.3s ease 0s;
  width: 100%;
}

@media (max-width: 767px) {
  .user-post-withcomment .reply-box textarea {
    margin-top: 10px;
  }
}

.user-post-withcomment .single-comment-box {
  border-bottom: none;
  padding-bottom: 0;
}

/* ----------------45 Buddypress Group---------------- */
.group-activity .group-head {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 11px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .group-activity .group-head {
    display: block;
  }
}

.group-activity .group-head-left a {
  display: inline-block;
  margin-left: 20px;
  position: relative;
  line-height: 1em;
  color: #333333;
}

.group-activity .group-head-left a:hover {
  color: #f85b31;
}

.group-activity .group-head-left a:first-child {
  margin-left: 0;
}

.group-activity .group-head-left a:last-child:after {
  width: 0;
}

.group-activity .group-head-left a:after {
  width: 1px;
  height: 100%;
  background: #666666;
  right: -13px;
  top: 0;
  position: absolute;
  content: '';
}

.group-activity .group-head-left a span {
  margin-left: 5px;
  color: #f85b31;
}

.group-activity .group-head-right p {
  color: #333333;
}

.group-activity .group-head-right p span {
  color: #f85b31;
}

.group-activity .single-status-post .user-post-details .name-details .details a {
  color: #333333;
}

.group-activity .single-status-post .user-post-details .name-details .details a:hover {
  color: #f85b31;
}

.group-activity .blog-pagination .btn {
  line-height: 32px;
  color: #333333;
  border-radius: 3px;
  padding: 0 20px;
}

.group-activity .blog-pagination .btn:hover {
  color: #fff;
}

/* -----------------------44 Buddypress Members ------------------------------ */
.member-activity .single-status-post .user-post-details p {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .member-activity .member-request {
    margin-top: 10px;
    text-align: right;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .member-activity .member-request {
    margin-top: 10px;
    text-align: right;
    width: 100%;
  }
}

.member-activity .member-request a {
  display: inline-block;
}

.member-activity .member-request a:hover {
  color: #f85b31;
}

/* ----------------47 Buddypress Members Details After Login ---------------- */
.member-top .btn {
  background: #fff;
  color: #333333;
  border: 1px solid #f85b31;
  border-radius: 3px;
  line-height: 38px;
}

.member-top .btn:hover {
  background: #f85b31;
  color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(248, 91, 49, 0.4);
}

.member-notification {
  border-bottom: 1px solid #eeeeee;
}

.member-notification p {
  line-height: 40px;
}

@media (max-width: 767px) {
  .member-notification p {
    margin-right: 10px;
  }
}

.member-notification .group-head-left .read {
  margin-bottom: 0;
  margin-left: -20px;
}

.member-notification .group-head-left .read a {
  display: inline-block;
  position: relative;
  margin-left: 20px;
}

.member-notification .group-head-left .read a:hover {
  color: #f85b31;
}

.member-notification .group-head-left .read a:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background: #333333;
  top: 15px;
  right: -11px;
}

.member-notification .group-head-left .read a:last-child:after {
  width: 0;
}

.member-notification .group-head-right p {
  margin-right: 30px;
  margin-bottom: 0;
}

.member-notification .btn {
  border-radius: 0px;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .member-notification .btn {
    margin-top: 10px;
  }
}

.member-notification .select-ct {
  width: 200px;
}

.member-notification .select-ct .nice-select {
  border: none;
}

.member-notification-table .head td {
  background: #fafafa;
}

.member-notification-table td {
  padding: 10px 30px;
}

.member-notification-table td a:hover {
  color: #f85b31;
}

.member-notification-table td:first-child {
  padding: 10px 20px 10px 30px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .member-notification-table td {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .member-notification-table td {
    padding: 10px 5px;
    vertical-align: top;
  }
  .member-notification-table td:first-child {
    padding: 10px 5px;
  }
  .member-notification-table td:nth-child(3) {
    display: block;
  }
  .member-notification-table td:nth-child(4) {
    display: block;
  }
}

.member-notification-table td .read {
  margin-right: 10px;
}

.member-notification-table td .delete {
  margin-left: 10px;
}

.member-notification-table .check {
  margin-bottom: 0;
  position: relative;
}

.member-notification-table .check label {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
}

.member-notification-table .check input[type="checkbox"] {
  z-index: 2;
  opacity: 0;
}

.member-notification-table .check span {
  width: 12px;
  height: 12px;
  background: #f3f3f3;
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 5px;
  border-radius: 2px;
  z-index: -99;
}

.member-notification-table .check span:before {
  position: absolute;
  content: '';
}

.member-notification-table .check input:checked + label > span {
  position: absolute;
  background: #666666;
}

.member-notification-table .check input:checked + label > span:before {
  content: "\f00c";
  font-family: "fontAwesome";
  font-size: 8px;
  position: absolute;
  top: -4px;
  left: 2.5px;
  color: #fff;
}

.member-notification-table .checkall span {
  z-index: 0;
}

.member-profile table {
  margin-top: 20px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .member-profile table {
    width: 100%;
  }
}

.member-profile table th {
  font-family: "Fjalla One", sans-serif;
  font-weight: 400;
  color: #333333;
  padding: 8px;
}

.member-profile table td {
  color: #f85b31;
}

.member-profile .social-link a {
  display: inline-block;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: #001e32;
  color: #fff;
  border-radius: 50%;
}

.member-profile .social-link a:hover {
  background: #f85b31;
}

.buddy-change-password .single-filter {
  margin-top: 10px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .buddy-change-password .single-filter {
    display: block;
  }
}

@media (max-width: 767px) {
  .buddy-change-password .single-filter {
    display: block;
  }
}

.buddy-change-password .single-filter input {
  background: #fff none repeat scroll 0 0;
  border: none;
  box-shadow: 2.121px 2.121px 7px 0px rgba(0, 0, 0, 0.1);
  color: #333333;
  display: block;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  transition: all 0.3s ease 0s;
  width: 360px;
}

@media (max-width: 767px) {
  .buddy-change-password .single-filter input {
    width: 100%;
  }
}

.buddy-change-password .single-filter input:focus {
  box-shadow: 7.071px 7.071px 30px 0 rgba(0, 0, 0, 0.1);
}

.buddy-change-password .single-filter p {
  margin-bottom: 0;
  margin-left: 30px;
  line-height: 40px;
}

.buddy-change-password .single-filter p span {
  color: #f85b31;
}

.buddy-change-password .save-btn {
  width: 360px;
  text-align: right;
}

@media (max-width: 767px) {
  .buddy-change-password .save-btn {
    width: 100%;
  }
}

.buddy-change-password .btn {
  border-radius: 0px;
  height: 40px;
  line-height: 40px;
  background: #f85b31;
  display: inline-block;
  color: #fff;
}

.buddy-change-password .btn:hover {
  background: #fff;
  color: #333333;
}

.single-forum .user-post-details p a {
  text-decoration: none;
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.single-forum .user-post-details p a:after {
  background: #666 none repeat scroll 0 0;
  content: "";
  height: 80%;
  position: absolute;
  right: -13px;
  top: 4px;
  width: 1px;
}

.single-forum .user-post-details p a:last-child {
  margin-right: 0;
}

.single-forum .user-post-details p a:last-child:after {
  width: 0;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-forum .forums-summary-right {
    margin-top: 10px;
    margin-left: 62px;
  }
}

@media (max-width: 767px) {
  .single-forum .forums-summary-right {
    margin-top: 10px;
  }
}

.single-forum .forums-summary-right .voice {
  padding: 15px 30px 15px 20px;
  border-left: 1px solid #eeeeee;
}

@media (max-width: 767px) {
  .single-forum .forums-summary-right .voice {
    padding: 15px 15px 15px 15px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .single-forum .forums-summary-right .voice {
    border-left: 0px;
  }
}

@media (max-width: 767px) {
  .single-forum .forums-summary-right .voice {
    border-left: 0px;
  }
}

.single-forum .forums-summary-right .voice a {
  color: #333333;
}

.single-forum .forums-summary-right .voice a:hover {
  color: #f85b31;
}

.single-forum .forums-summary-right .created {
  padding: 15px 0 15px 20px;
  border-left: 1px solid #eeeeee;
}

.single-forum .forums-summary-right .created a {
  color: #333333;
}

.single-forum .forums-summary-right .created a:hover {
  color: #f85b31;
}

.single-forum .forums-summary-right .created h6 {
  margin-bottom: 6px;
}

.group-activity .group-head .active a {
  color: #f85b31;
}

.group-activity .group-head .group-head-left li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
  line-height: 1em;
  color: #333333;
}

.group-activity .group-head .group-head-left li:hover {
  color: #f85b31;
}

.group-activity .group-head .group-head-left li:first-child {
  margin-left: 0;
}

.group-activity .group-head .group-head-left li:last-child:after {
  width: 0;
}

.group-activity .group-head .group-head-left li:after {
  width: 1px;
  height: 100%;
  background: #666666;
  right: -15px;
  top: 0;
  position: absolute;
  content: '';
}

.group-activity .group-head .group-head-left li span {
  margin-left: 5px;
  color: #f85b31;
}

.notification-checkbox {
  padding-top: 5px;
}

.notification-checkbox .single-check {
  position: relative;
}

.notification-checkbox .single-check input[type=radio] {
  cursor: pointer;
  position: relative;
  display: none;
}

.notification-checkbox .single-check input[type=radio]:checked ~ .notify-check {
  background: #f85b31;
  color: #fff;
  border: 1px solid #f85b31;
}

.notification-checkbox .single-check .notify-check {
  width: 40px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #eeeeee;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  cursor: pointer;
}

.buddy-profile table {
  width: 100%;
  margin-top: 20px;
}

.buddy-profile table:first-child {
  margin-top: 30px;
}

.buddy-profile table th {
  font-weight: 400;
  background: #fafafa;
  padding: 12px 30px;
  color: #333333;
}

.buddy-profile table th:first-child {
  width: 70%;
}

.buddy-profile table td {
  line-height: 30px;
  padding: 5px 30px;
  border-bottom: 1px solid #eeeeee;
}

.buddy-profile table td:first-child {
  width: 70%;
}

.buddy-profile table .select-ct {
  width: 167px;
}

.buddy-profile table .select-ct:after {
  margin-top: 1px;
}

.buddy-profile table .select-ct .nice-select {
  border: none;
  height: 30px;
  line-height: 30px;
  padding-left: 30px;
}

.buddy-profile table .select-ct .nice-select .option {
  min-height: 30px;
  line-height: 30px;
  padding-left: 30px;
}

/* ----------------48 Buddypress Group Details After Login ---------------- */
.teacher-top-content p .line {
  display: inline-block;
  margin: 0 10px;
}

.group-details .user-post-details p .line {
  display: inline-block;
  margin: 0 10px;
}

.group-details .user-post-details p a {
  text-decoration: none;
}

.forum-categories .main-list li a {
  color: #333333;
}

.forum-categories .main-list li ul {
  padding-left: 20px;
}

.forum-categories .main-list li ul li a {
  color: #666666;
}

.forum-home .single-forum .forums-summary-right .voice {
  padding: 0px 30px 0px 20px;
}

.forum-home .single-forum .forums-summary-right .created {
  padding: 0px 0 0px 20px;
}

.forum-home .single-status-post .user-post-details p {
  line-height: 1.3em;
}

.footer-widget {
  padding-top: 150px;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .footer-widget .tb-height {
    min-height: 350px;
  }
}

@media (max-width: 767px) {
  .footer-widget .tb-height {
    min-height: 350px;
  }
}

.footer-widget ul.footer-address {
  margin-top: 20px;
}

.footer-widget ul.footer-address li {
  margin-top: 10px;
}

.footer-widget ul.footer-address li span {
  margin-right: 15px;
  color: #f85b31;
  font-size: 18px;
}

.footer-widget .footer-widget-link li {
  margin-top: 5px;
}

.footer-widget .footer-widget-link li a:hover {
  color: #f85b31;
}

.footer-widget .footer-widget-course .media-left {
  padding-right: 20px;
}

.footer-widget .footer-widget-course .media-heading {
  font-size: 14px;
}

.footer-widget .footer-widget-course .media-heading a:hover {
  color: #f85b31;
}

.footer-widget .footer-widget-contact form {
  margin-top: 10px;
}

.footer-widget .footer-widget-contact form p {
  margin: 0;
}

.footer-widget .footer-widget-contact form p input {
  border: 1px solid #eeeeee;
  color: #333333;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 6px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: transparent;
}

.footer-widget .footer-widget-contact form p input:focus {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border: 1px solid #f7f7f7;
}

.footer-widget .footer-widget-contact form p textarea {
  border: 1px solid #e2e2e2;
  color: #333333;
  margin-bottom: 8px;
  font-size: 13px;
  padding: 15px;
  resize: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  background: transparent;
  height: 120px;
}

.footer-widget .footer-widget-contact form p textarea:focus {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border: 1px solid #f7f7f7;
}

.footer-widget .footer-widget-contact form p .submit-btn {
  width: 100% !important;
}

.footer-social-link {
  margin-top: 50px;
}

.footer-social-link ul {
  position: relative;
  z-index: 0;
}

.footer-social-link ul:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  top: 50%;
  margin-top: -.5px;
  z-index: -1;
  left: 0;
}

.footer-social-link ul li a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #eeeeee;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  background: #f9f9f9;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social-link ul li a:hover {
  background: #f85b31;
  color: #fff;
  border: none;
  border: 1px solid  #f9f9f9;
}

.footer-bottom-text {
  margin: 25px 0;
  text-align: center;
}

.footer-bottom-text p a {
  color: #f85b31;
}

/* ----------Footer Two Design---------------- */
.footer2 .footer-widget {
  color: #eeeeee;
}

.footer2 .footer-widget .second-title {
  color: #eeeeee;
}

.footer2 .footer-widget .footer-widget-link li a {
  color: #eeeeee;
}

.footer2 .footer-widget .footer-widget-link li a:hover {
  color: #f85b31;
}

.footer2 .footer-widget .footer-widget-course .media-heading a {
  color: #eeeeee;
}

.footer2 .footer-widget .footer-widget-course .media-heading a:hover {
  color: #f85b31;
}

.footer2 .footer-widget .footer-widget-contact form p input {
  border: 1px solid #233d4e;
  color: #eeeeee;
}

.footer2 .footer-widget .footer-widget-contact form p input:focus {
  box-shadow: none;
  border: 1px solid #778690;
}

.footer2 .footer-widget .footer-widget-contact form p textarea {
  border: 1px solid #233d4e;
  color: #eeeeee;
}

.footer2 .footer-widget .footer-widget-contact form p textarea:focus {
  box-shadow: none;
  border: 1px solid #778690;
}

.footer2 .footer-widget .footer-widget-contact form p .submit-btn {
  width: 100% !important;
}

.footer2 .footer-social-link ul:after {
  background: #264051;
}

.footer2 .footer-social-link ul li a {
  border: 1px solid #264051;
  color: #fff;
  background: #001e32;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer2 .footer-social-link ul li a:hover {
  background: #f85b31;
  border: 1px solid #f85b31;
}

.footer2 .footer-bottom-text p {
  color: #eeeeee;
}

.footer2 .footer-bottom-text p a {
  color: #f85b31;
}

/* ----------------05 Home Kindergarten ---------------- */
.kindergarten-footer h1, .kindergarten-footer h2, .kindergarten-footer h3, .kindergarten-footer h4, .kindergarten-footer h5, .kindergarten-footer h6 {
  font-family: 'Pacifico', cursive;
}

.kindergarten-footer .footer-widget ul.footer-address li span {
  color: #ac40ff;
}

.kindergarten-footer .footer-widget-link li a {
  color: #666666;
}

.kindergarten-footer .footer-widget-link li a:hover {
  color: #ac40ff;
}

.kindergarten-footer .second-title::after {
  margin-top: 3px;
}

.kindergarten-footer .widget1 .second-title::after {
  background: #ac40ff;
}

.kindergarten-footer .widget2 .second-title::after {
  background: #96cd39;
}

.kindergarten-footer .widget3 .second-title::after {
  background: #fbbc05;
}

.kindergarten-footer .footer-widget-course .media-heading a:hover {
  color: #96cd39;
}

.kindergarten-footer .footer-widget-course .media-body span {
  color: #96cd39;
}

.kindergarten-footer .footer-widget-contact form .submit-btn {
  background: #fbbc05;
}

.kindergarten-footer .footer-widget-contact form .submit-btn:hover {
  background: #fff;
  color: #fbbc05;
}

.kindergarten-footer .footer-social-link ul li a:hover {
  background: #ac40ff;
  border: 1px solid  #ac40ff;
}

.kindergarten-footer .footer-bottom-text p a {
  color: #ac40ff;
}

/* ----------------07 Home Designing---------------- */
.footer7 ::-moz-selection {
  /* Code for Firefox */
  background-color: #8153ff;
  color: #fff;
}

.footer7 ::selection {
  background-color: #8153ff;
  color: #fff;
}

.footer7 .second-title::after {
  background: #8153ff;
}

.footer7 .footer-widget ul.footer-address li span {
  color: #8153ff;
}

.footer7 .reviews .fa-star {
  color: #8153ff;
}

.footer7 .footer-widget .footer-widget-contact form p .btn {
  background: #8153ff;
  color: #fff;
}

.footer7 .footer-widget .footer-widget-contact form p .btn:hover {
  color: #8153ff;
  background: #fff;
}

.footer7 .footer-social-link ul li a:hover {
  background: #8153ff;
  border: 1px solid #8153ff;
}

.footer7 .footer-bottom-text p a {
  color: #8153ff;
}

.footer7 .footer-widget .footer-widget-link li a:hover {
  color: #8153ff;
}

.footer7 .footer-widget .footer-widget-course .media-heading a:hover {
  color: #8153ff;
}

/* ----------------08 Home Cooking---------------- */
.footer8 {
  background: #f3f3f3;
}

.footer8 ::-moz-selection {
  /* Code for Firefox */
  background-color: #5ac329;
  color: #fff;
}

.footer8 ::selection {
  background-color: #5ac329;
  color: #fff;
}

.footer8 .footer-widget {
  color: #666666;
}

.footer8 .footer-widget .second-title {
  color: #333333;
}

.footer8 .second-title::after {
  background: #5ac329;
}

.footer8 .footer-widget ul.footer-address li span {
  color: #5ac329;
}

.footer8 .reviews .fa-star {
  color: #5ac329;
}

.footer8 .footer-widget .footer-widget-contact form p {
  color: #666666;
}

.footer8 .footer-widget .footer-widget-contact form p .btn {
  background: #5ac329;
  color: #fff;
}

.footer8 .footer-widget .footer-widget-contact form p .btn:hover {
  color: #5ac329;
  background: #fff;
}

.footer8 .footer-social-link ul li a {
  background: #f3f3f3;
  color: #333333;
  border: 1px solid #e3e3e3;
}

.footer8 .footer-social-link ul li a:hover {
  background: #5ac329;
  border: 1px solid #5ac329;
  color: #fff;
}

.footer8 .footer-bottom-text p a {
  color: #5ac329;
}

.footer8 .footer-widget .footer-widget-link li a {
  color: #666666;
}

.footer8 .footer-widget .footer-widget-link li a:hover {
  color: #5ac329;
}

.footer8 .footer-widget .footer-widget-course .media-heading a {
  color: #666666;
}

.footer8 .footer-widget .footer-widget-course .media-heading a:hover {
  color: #5ac329;
}

.footer8 .footer-widget .footer-widget-contact form p input {
  border: 1px solid #e3e3e3;
  color: #666666;
}

.footer8 .footer-widget .footer-widget-contact form p input:focus {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border: 1px solid #f3f3f3;
}

.footer8 .footer-widget .footer-widget-contact form p textarea {
  border: 1px solid #e3e3e3;
  color: #666666;
}

.footer8 .footer-widget .footer-widget-contact form p textarea:focus {
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  border: 1px solid #f3f3f3;
}

.footer8 .footer-social-link ul::after {
  background: #e3e3e3;
}

.footer8 .footer-bottom-text p {
  color: #666666;
}

.submit-btn2 {
  background: #fff;
  color: #333333;
  box-shadow: 7.071px 7.071px 30px 0px rgba(0, 0, 0, 0.1);
}

.submit-btn2:hover {
  background: #f85b31;
  color: #fff;
}
