/*----------------------------------------------------
@File: Default Styles
@Author: Rocky
@URL: http://rocky.obaidul.com

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: Proland
@Author: Surjith
@Developed By: Nasir Uddin
@Developer URL: http://nasiruddin.com

@Default Styles

Table of Content:
01/ Prefix
02/ Header
03/ The Product
04/ How it Works
05/ The Benefits
06/ Left Right Content
07/ Our Collection
08/ The Watch
09/ Splt Columns
10/ Reviews
11/ FAQs
12/ Tech Specs
13/ Our Team
14/ Timeline
15/ Mobile App
16/ Newsletter
17/ Contact
18/ Footer
19/ Page Header
20/ Blog
21/ Sidebar
22/ Comments
23/ Products
=====================================================================*/
/*Color Variables*/
/*=========Prefix==========*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*font linkup*/
@font-face {
    font-family: "sharg";
    src: url("../fonts/ShragScript.woff");
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Section Title css
============================================================================================ */
.title h2 {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    color: #252525;
    text-transform: capitalize;
    font-weight: 300;
    text-align: center;
}

.title p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    color: #636363;
    font-weight: 300;
    text-align: center;
    line-height: 30px;
    padding-top: 30px;
}

/* End Section Title css
============================================================================================ */
/* Teacher Table css
============================================================================================ */
.teacher_table_area .title {
    padding: 50px 0px;
}

.teacher_table_area .title h2 {
    text-align: left;
    font-size: 30px;
}

.teacher_table_area .table-responsive {
    background: #fff;
    -webkit-box-shadow: -1px 7px 21px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 7px 21px -8px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 7px 21px -8px rgba(0, 0, 0, 0.75);
}

.teacher_table_area .table-responsive .table {
    border: none;
    margin-bottom: 0px;
}

.teacher_table_area .table-responsive .table thead {
    background: #1976d2;
}

.teacher_table_area .table-responsive .table thead tr th {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 18px;
    padding: 0px;
    border: none;
    padding-left: 15px;
    line-height: 70px;
}

.teacher_table_area .table-responsive .table thead tr th:nth-child(1) {
    text-transform: uppercase;
}

.teacher_table_area .table-responsive .table tbody tr th {
    color: #959595;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 0px;
    border: none;
    padding-left: 15px;
    line-height: 50px;
}

.teacher_table_area .table-responsive .table tbody tr td {
    color: #959595;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 0px;
    border: none;
    padding-left: 15px;
    line-height: 50px;
}

.teacher_table_area .table-responsive .table tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.teacher_table_area .table-responsive .table tbody tr:hover {
    background: #8bc5f4;
}

.teacher_table_area .table-responsive .table tbody tr:hover th {
    color: #fff;
}

.teacher_table_area .table-responsive .table tbody tr:hover td {
    color: #fff;
}

/* End Teacher Table css
============================================================================================ */
.scroll {
    background: #1976d2;
    color: #fff;
    display: none;
    width: 50px;
    cursor: poRoboto;
    position: fixed;
    right: 50px;
    bottom: 54px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    z-index: 999;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.scroll:hover {
    background: #ff5722;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 99999999;
}

#preloader #preloader_spinner {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url("../img/preloader.gif");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.button_b {
    line-height: 60px;
    background: #1976d2;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    padding: 0px 40px;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    border-radius: 5px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    position: relative;
    outline: none;
    z-index: 2;
    text-shadow: none;
}

.button_b:before {
    content: "";
    background: #0d62b6;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    left: 0px;
    top: 0px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    border-radius: 5px;
}

.button_b:hover,
.button_b:focus {
    color: #fff;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.button_b:hover:before,
.button_b:focus:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.apply_button a {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 40px;
    background: #ff5722;
    display: inline-block;
    padding: 0px 22px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.apply_button a i {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.apply_button a:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.apply_button a:hover i {
    transform: translateX(7px);
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    background: transparent;
}

.apply_button a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}

.apply_button a:before {
    content: "";
    background: #ff5722;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    left: 0px;
    top: 0px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    border-radius: 5px;
}

.view_all {
    width: 220px;
    margin: 0 auto;
    display: block;
    text-align: center;
    background: #3f51b5;
    line-height: 60px;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    position: relative;
    outline: none;
    z-index: 2;
    text-shadow: none;
}

.view_all:before {
    content: "";
    background: #2d40ad;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    left: 0px;
    top: 0px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    border-radius: 5px;
}

.view_all:hover {
    color: #fff;
}

.view_all:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
body {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    /* Smooth edges on WebKit (Chrome/Safari) */
    -moz-osx-font-smoothing: grayscale;
    /* Smooth edges on macOS Firefox */
    text-rendering: optimizeLegibility;
    margin: 0px;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
}

.row.m0 {
    margin: 0px;
    padding: 0px;
}

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

/* Header Main Menu
============================================================================================ */
.header_one {
    background: #3f51b5;
}

.header_one .contact_ifo a {
    line-height: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    padding: 0px 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    padding-left: 0px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    outline: none;
}

.header_one .contact_ifo a i {
    margin-right: 10px;
}

.header_one .contact_ifo a+a {
    border-right: none;
    padding-left: 15px;
}

.header_one .contact_ifo a:hover {
    color: #fff;
}

.header_one .login_are a {
    line-height: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: rgba(255, 255, 255, 80%);
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.header_one .login_are a span {
    padding: 0px 5px;
}

.header_one .login_are a i {
    padding-left: 10px;
}

.header_one .login_are a:hover {
    color: #fff;
}

header {
    position: relative;
    z-index: 99;
}

header .header_main_menu_area {
    background: #fff;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    width: 100%;
}

header+section,
header+div,
header+.row {
    margin-top: 100px;
}

header.menu_position+section,
header.menu_position+div,
header.menu_position+.row {
    margin-top: 150px;
}

header.menu_position+.slider_position {
    margin-top: 50px;
}

.navbar {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    border-radius: 0px;
    border: none;
    margin-bottom: 0px;
}

.navbar .navbar-header .navbar-brand {
    height: auto;
    padding: 6px 0px;
}

.navbar .navbar-collapse .navbar-nav li {
    background: transparent;
    margin-right: -1px;
    color: #727272;
}

.navbar .navbar-collapse .navbar-nav li a {
    line-height: 100px;
    color: #727272;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 15px 0px 15px;
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    font-size: 15px;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar .navbar-collapse .navbar-nav li a:before {
    content: "";
    background: #1976d2;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    left: 0px;
    top: 0px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

.navbar .navbar-collapse .navbar-nav li a i {
    margin-left: 5px;
}

@media (min-width: 768px) {

    .navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: all 300ms linear 0s;
        -o-transition: all 300ms linear 0s;
        transition: all 300ms linear 0s;
        display: block;
        -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
        transform-origin: 50% 0;
        width: 250px;
    }
}

.navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a {
    line-height: 50px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    z-index: 4;
    position: relative;
    color: #727272;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

.navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li a:before {
    content: "";
    background: #1976d2;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    left: 0px;
    top: 0px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li:hover a {
    color: #fff;
    background: transparent;
}

.navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li:hover a:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li.active a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    z-index: 4;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    text-transform: capitalize;
}

.navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li.active a:before {
    content: "";
    background: #1976d2;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    left: 0px;
    top: 0px;
}

.navbar .navbar-collapse .navbar-nav li.dropdown .dropdown-menu li:after {
    display: none;
}

.navbar .navbar-collapse .navbar-nav li.active a {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.navbar .navbar-collapse .navbar-nav li.active a:before {
    content: "";
    background: #1976d2;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    left: 0px;
    top: 0px;
}

.navbar .navbar-collapse .navbar-nav li.active a i {
    color: #fff;
}

.navbar .navbar-collapse .navbar-nav li:nth-child(2) i {
    color: #cddc39;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.navbar .navbar-collapse .navbar-nav li:nth-child(3) i {
    color: #ff5722;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.navbar .navbar-collapse .navbar-nav li:nth-child(4) i {
    color: #ffc107;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.navbar .navbar-collapse .navbar-nav li:nth-child(5) i {
    color: #3f51b5;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

/*.navbar .navbar-collapse .navbar-nav li:nth-child(6) {
  position: relative;
}

.navbar .navbar-collapse .navbar-nav li:nth-child(6):before {
  content: "";
  height: 40px;
  width: 1px;
  position: absolute;
  left: 0px;
  top: 25px;
  background: #000;
  opacity: .10;
}

.navbar .navbar-collapse .navbar-nav li:nth-child(6):after {
  content: "3";
  width: 15px;
  line-height: 15px;
  position: absolute;
  right: 12px;
  top: 41%;
  background: #1976d2;
  border-radius: 50%;
  color: #fff;
  font-size: 9px;
  font-family: "Roboto", sans-serif;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.navbar .navbar-collapse .navbar-nav li:nth-child(6) a {
  font-size: 18px;
}

.navbar .navbar-collapse .navbar-nav li:last-child a {
  font-size: 30px;
}*/

.navbar-brand img {
    width: 90px;
}

.navbar-brand .logo-title {
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #1b3172e3;
}

.navbar .navbar-collapse .navbar-nav li:hover a {
    color: #fff;
}

.navbar .navbar-collapse .navbar-nav li:hover a:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.navbar .navbar-collapse .navbar-nav li:hover a i {
    color: #fff;
}

@media (min-width: 768px) {
    .navbar .navbar-collapse .navbar-nav li:hover .dropdown-menu {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
    }
}

/* End Header Main Menu
============================================================================================ */
.header_main_menu_area.header_top {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
    top: 0;
}

.header_main_menu_area.header_top.affix {
    top: 0;
    position: fixed;
    background: #fff;
}

.header_main_menu_area.header_top.affix .header_one {
    display: none;
}

.header_main_menu_area.header_top {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Student Main Details
============================================================================================ */
.student_about {
    background: #f5f5f5;
    padding: 120px 0px;
}

.row.m0.student_column .student_content {
    padding-bottom: 75px;
}

.row.m0.student_column .student_content .media .media-left {
    padding-right: 35px;
}

.row.m0.student_column .student_content .media .media-left a i {
    font-size: 48px;
    color: #2196f3;
}

.row.m0.student_column .student_content .media .media-left a .mdi-settings-box {
    color: #cddc39;
}

.row.m0.student_column .student_content .media .media-left a .mdi-earth {
    color: #ffc107;
}

.row.m0.student_column .student_content .media .media-left a .mdi-silverware {
    color: #ff5722;
}

.row.m0.student_column .student_content .media .media-left a .mdi-image-filter-vintage {
    color: #3f51b5;
}

.row.m0.student_column .student_content .media .media-left a .mdi-white-balance-incandescent {
    color: #ff5722;
}

.row.m0.student_column .student_content .media-body {
    padding-right: 30px;
}

.row.m0.student_column .student_content .media-body .media-heading {
    font-family: "Roboto", sans-serif;
    color: #252525;
    font-weight: 300;
    font-size: 24px;
    padding-bottom: 30px;
}

.row.m0.student_column .student_content .media-body p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #636363;
    line-height: 30px;
}

/* End Student Main Details
============================================================================================ */
/* Student Latter Box
============================================================================================ */
.student_latter {
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
    margin-top: 35px;
    margin-bottom: 120px;
    overflow: hidden;
}

.student_latter .latter_img {
    padding-right: 15px;
    overflow: hidden;
    border-radius: 15px 0px 0px 15px;
}

.student_latter .latter_img img {
    max-width: 100%;
}

.student_latter .latter_content {
    padding: 0px 0px 0px 35px;
}

.student_latter .latter_content h3 {
    font-family: sharg;
    font-size: 30px;
    padding: 80px 0px 45px 0px;
    line-height: 40px;
    color: #252525;
}

.student_latter .latter_content p {
    font-family: sharg;
    font-size: 16px;
    line-height: 32px;
    color: #636363;
}

.student_latter .latter_content h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #636363;
    padding-top: 40px;
}

/* End Student Latter Box
============================================================================================ */
/* Our Top Student
============================================================================================ */
.top_student {
    text-align: center;
}

.top_student .student_name {
    padding-top: 75px;
}

.top_student .student_name img {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.top_student .student_name h3 {
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding: 30px 0px 15px 0px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.top_student .student_name h4 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.top_student .student_name:hover img {
    opacity: 0.5;
}

.top_student .student_name:hover h3 {
    color: #1976d2;
}

/* End Our Top Student
============================================================================================ */
/* From The Blog
============================================================================================ */
.from_blog {
    padding: 120px 0px;
}

.from_blog .title {
    padding-bottom: 80px;
}

.from_blog .student_latter {
    margin-bottom: 80px;
    overflow: visible;
}

.from_blog .view_all {
    text-decoration: none;
}

.latter_content.blog_letter_content {
    padding-top: 80px;
}

.latter_content.blog_letter_content a {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #959595;
    font-weight: normal;
    padding-right: 20px;
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.latter_content.blog_letter_content a i {
    padding-right: 5px;
}

.latter_content.blog_letter_content a:hover {
    color: #1976d2;
}

.latter_content.blog_letter_content span {
    padding-right: 10px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #959595;
    font-weight: normal;
}

.latter_content.blog_letter_content span i {
    padding-right: 3px;
}

.latter_content.blog_letter_content h3 {
    padding: 25px 0px;
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.latter_content.blog_letter_content p {
    color: #959595;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 30px;
    font-size: 16px;
    padding-bottom: 30px;
}

.latter_content.blog_letter_content .button_b {
    line-height: 40px;
    padding-right: 22px;
    padding-left: 27px;
    color: #fff;
    text-decoration: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    text-transform: none;
    font-weight: 300;
}

.latter_content.blog_letter_content .button_b span {
    padding-right: 0px;
    padding-left: 5px;
    color: #fff;
}

.latter_content.blog_letter_content .button_b span i {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.latter_content.blog_letter_content .button_b:hover {
    color: #fff;
}

.latter_content.blog_letter_content .button_b:hover i {
    -webkit-transform: translateX(7px);
    -ms-transform: translateX(7px);
    transform: translateX(7px);
}

/* End From The Blog
============================================================================================ */
/* Student Member css
============================================================================================ */
.student_member_area {
    background: #f5f5f5;
    padding: 30px 0px 90px 0px;
}

.student_member_area .top_student .single_item {
    width: 25%;
}

.student_member_area .top_student .single_item .student_name img {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.student_member_area .top_student .single_item .student_name h3 {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.student_member_area .top_student .single_item .student_name:hover img {
    opacity: 0.5;
}

.student_member_area .top_student .single_item .student_name:hover h3 {
    color: #1976d2;
}

/* End Student Member css
============================================================================================ */
/* End Teacher Member css
============================================================================================ */
.teacher_member_area {
    padding: 5px 0px 80px 0px;
}

.teacher_member_area .top_student .student_name img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.teacher_member_area .top_student .student_name h3 {
    color: #313131;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 15px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.teacher_member_area .top_student .student_name p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #969595;
    line-height: 24px;
    padding: 0px 10px;
}

.teacher_member_area .top_student .student_name:hover img {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.5;
}

.teacher_member_area .top_student .student_name:hover h3 {
    color: #1976d2;
}

/* End Teacher Member css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Header Main Slider
============================================================================================ */
.slider_area .carousel.slide .carousel-inner .item>img {
    width: 100%;
}

.slider_area .carousel.slide .carousel-inner .item .carousel-caption {
    top: 25%;
    left: 52%;
    display: table;
    right: auto;
    z-index: 2;
}

.slider_area .carousel.slide .carousel-inner .item .carousel-caption .cpantion_text {
    text-align: left;
}

.slider_area .carousel.slide .carousel-inner .item .carousel-caption .cpantion_text h2 {
    font-size: 50px;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 300;
    color: #212121;
    padding-bottom: 50px;
    text-shadow: none;
}

.slider_area .carousel.slide .carousel-inner .item .carousel-caption .cpantion_text p {
    width: 70%;
    padding-top: 20px;
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    color: #212121;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 40px;
    text-shadow: none;
}

.slider_area .carousel.slide .carousel-inner .item .carousel-caption .cpantion_text a {
    text-decoration: none;
}

.slider_area .carousel.slide .left.carousel-control {
    background: transparent;
    width: 50px;
    height: 50px;
    background: #fff;
    opacity: 1;
    top: 50%;
    left: 100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    -webkit-box-shadow: -5px 11px 68px -22px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: -5px 11px 68px -22px rgba(0, 0, 0, 0.63);
    box-shadow: -5px 11px 68px -22px rgba(0, 0, 0, 0.63);
}

.slider_area .carousel.slide .left.carousel-control span {
    font-size: 16px;
    padding-right: 10px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    color: #bdb099;
    text-shadow: none;
    padding-top: 2px;
}

.slider_area .carousel.slide .left.carousel-control:hover span {
    color: #212121;
}

.slider_area .carousel.slide .right.carousel-control {
    background: transparent;
    width: 50px;
    height: 50px;
    background: #fff;
    opacity: 1;
    top: 50%;
    right: 100px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 9;
    border-radius: 50%;
    -webkit-box-shadow: -5px 11px 68px -22px rgba(0, 0, 0, 0.63);
    -moz-box-shadow: -5px 11px 68px -22px rgba(0, 0, 0, 0.63);
    box-shadow: -5px 11px 68px -22px rgba(0, 0, 0, 0.63);
}

.slider_area .carousel.slide .right.carousel-control span {
    font-size: 16px;
    padding-left: 10px;
    color: #bdb099;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    text-shadow: none;
    padding-top: 2px;
}

.slider_area .carousel.slide .right.carousel-control:hover span {
    color: #212121;
}

.slider_area .rev_slider .tp-revslider-mainul li {
    z-index: 5 !important;
}

.slider_area .rev_slider .tp-revslider-mainul li .slotholder .tp-bgimg {
    z-index: 6 !important;
}

.slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .first_text {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 300 !important;
}

.slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .third_text {
    font-family: "Roboto", sans-serif;
}

.slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .store_btn {
    background: #1976d2;
    display: inline-block;
    color: #fff;
    width: 220px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .store_btn:hover {
    background: #ff5722;
}

.slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .first_text_w {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: 300 !important;
    color: #fff;
}

.slider_area .rev_slider .tp-revslider-mainul li .slider_text_box .third_text_w {
    font-family: "Roboto", sans-serif;
    color: #fff;
}

.slider_area.slider_position .carousel.slide .carousel-inner .item .carousel-caption h2 {
    color: #fff;
}

.slider_area.slider_position .carousel.slide .carousel-inner .item .carousel-caption p {
    color: #fff;
}

/* Header Main Slider
============================================================================================ */
/* Testimonial Slider
============================================================================================ */
.testimonial_area {
    background: url(../img/tbg.jpg) no-repeat scroll center center;
    position: relative;
    background-size: cover;
    z-index: 2;
    padding-bottom: 95px;
}

.testimonial_area:before {
    content: "";
    background: #cddc39;
    opacity: 0.70;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.testimonial_area:after {
    content: "";
    background: rgba(204, 204, 204, 0.2);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
}

.testimonial_area .testimonial_slider {
    text-align: center;
}

.testimonial_area .testimonial_slider .carousel.slide {
    padding: 134px 0px;
}

.testimonial_area .testimonial_slider .carousel.slide .carousel-indicators {
    bottom: 28px;
}

.testimonial_area .testimonial_slider .carousel.slide .carousel-indicators li {
    width: auto;
    height: auto;
    border: none;
    text-indent: 1px;
}

.testimonial_area .testimonial_slider .carousel.slide .carousel-indicators li.active {
    background: none;
}

.testimonial_area .testimonial_slider .carousel.slide .carousel-indicators li i {
    font-size: 30px;
    line-height: 72px;
    color: #ffc107;
}

.testimonial_area .testimonial_slider .carousel.slide .carousel-inner .item {
    text-align: center;
}

.testimonial_area .testimonial_slider .carousel.slide .carousel-inner .item img {
    margin: 0 auto;
}

.testimonial_area .testimonial_slider .carousel.slide .carousel-inner .item h5 {
    font: 300 24px "Roboto", sans-serif;
    color: #212121;
}

.testimonial_area .testimonial_slider .carousel.slide .carousel-inner .item h3 {
    font: 300 60px/72px "Roboto", sans-serif;
    color: #212121;
    margin-top: 45px;
}

.testimonial_area.about_testimonial:before {
    display: none;
}

.testimonial_area.about_testimonial:after {
    content: "";
    background: rgba(204, 204, 204, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
}

/* End Testimonial Slider
============================================================================================ */
.slider_area.slider_position .carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    min-height: 100vh;
}

/* Teacher Slider
============================================================================================ */
.our_teacher_slider {
    padding: 120px 0px;
}

.our_teacher_slider .title {
    text-align: left;
    padding-bottom: 70px;
}

.our_teacher_slider .title h2 {
    text-align: left;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content {
    position: relative;
    display: block;
    overflow: hidden;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content:before {
    content: "";
    height: 100%;
    width: 1px;
    background: #cccccc;
    position: absolute;
    left: 50%;
    top: 0px;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0%;
    top: 50%;
    border-top: 1px solid #ccc;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_content {
    padding-bottom: 130px;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_content .media .media-left {
    padding-right: 25px;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_content .media .media-left img {
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_content .media .media-left ul {
    padding-left: 20px;
    padding-top: 10px;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_content .media .media-left ul li {
    display: inline-block;
    height: 35px;
    width: 35px;
    margin-right: 10px;
    background: #1976d2;
    border-radius: 50%;
    text-align: center;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_content .media .media-left ul li a {
    color: #fff;
    text-align: center;
    line-height: 35px;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_content .media .media-body h4 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: #313131;
    padding: 20px 0px 5px 0px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_content .media .media-body h5 {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #959595;
    font-weight: 300;
    text-shadow: none;
    padding-bottom: 30px;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_content .media .media-body p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #959595;
    font-weight: 300;
    text-shadow: none;
    line-height: 30px;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_content .media:hover img {
    opacity: 0.5;
}

.our_teacher_slider .carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_content .media:hover .media-body h4 {
    color: #1976d2;
}

.our_teacher_slider .carousel.slide .left.carousel-control {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    background: none;
    line-height: 40px;
    left: 91.5%;
    top: -120px;
    margin-right: 10px;
}

.our_teacher_slider .carousel.slide .left.carousel-control i {
    color: #959595;
    text-shadow: none;
    font-size: 18px;
}

.our_teacher_slider .carousel.slide .right.carousel-control {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #cdcdcd;
    background: none;
    line-height: 40px;
    top: -120px;
    right: 15px;
}

.our_teacher_slider .carousel.slide .right.carousel-control i {
    color: #959595;
    text-shadow: none;
    font-size: 18px;
}

.carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_left {
    padding-right: 85px;
}

.carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_left .teacher_slider_content.last {
    padding-bottom: 10px;
}

.carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_right {
    padding-left: 56px;
    padding-right: 30px;
}

.carousel.slide .carousel-inner .item .teacher_slider_main_content .teacher_slider_right .teacher_slider_content.last {
    padding-bottom: 10px;
}

/* End Teacher Slider
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.student_course {
    padding: 120px 0px;
}

.student_course .studetn_course_box {
    background: #ff5722 url("../img/course_bg1.png") no-repeat;
    margin-top: 85px;
    border-radius: 15px;
    position: relative;
}

.student_course .studetn_course_box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 87, 34, 0.6);
    position: absolute;
    border-radius: 15px;
}

.student_course .studetn_course_box .studetn_course_main_box {
    padding: 15px;
    border-radius: 15px;
}

.student_course .studetn_course_box .studetn_course_main_box img {
    width: 100%;
    position: relative;
    border-radius: 15px 15px 0px 0px;
}

.student_course .studetn_course_box .studetn_course_main_box .studetn_course_contetn {
    position: relative;
    background: #fff;
    padding: 0px 20px;
    border-radius: 0px 0px 15px 15px;
    overflow: hidden;
    padding-bottom: 25px;
}

.student_course .studetn_course_box .studetn_course_main_box .studetn_course_contetn h5 {
    padding-top: 35px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: #959595;
    padding-bottom: 15px;
}

.student_course .studetn_course_box .studetn_course_main_box .studetn_course_contetn h5 i {
    margin-right: 5px;
    font-size: 14px;
}

.student_course .studetn_course_box .studetn_course_main_box .studetn_course_contetn h3 {
    color: #252525;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 30px;
    padding-bottom: 30px;
}

.student_course .studetn_course_box .studetn_course_main_box .studetn_course_contetn p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #959595;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 25px;
}

.student_course .studetn_course_box .studetn_course_main_box .studetn_course_contetn .course_rating ul li {
    display: inline-block;
}

.student_course .studetn_course_box .studetn_course_main_box .studetn_course_contetn .course_rating ul li a {
    color: #ffc107;
    padding: 9px 4px 0px 4px;
    font-size: 16px;
    display: inline-block;
}

.student_course .studetn_course_box.green_course_box {
    background: #cddc39 url("../img/course_bg2.jpg") no-repeat right top;
}

.student_course .studetn_course_box.green_course_box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(205, 220, 57, 0.6);
    position: absolute;
    border-radius: 15px;
}

.student_course .studetn_course_box.green_course_box .apply_button a {
    background: #cddc39;
}

.student_course .studetn_course_box.green_course_box .apply_button a:hover {
    background: #cddc39;
}

.student_course .studetn_course_box.green_course_box .apply_button a:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.student_course .studetn_course_box.green_course_box .apply_button a:before {
    content: "";
    background: #cddc39;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    left: 0px;
    top: 0px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    border-radius: 5px;
}

.student_course .studetn_course_box.blue_course_box {
    background: #1976d2 url("../img/course_bg3.jpg") no-repeat right top;
}

.student_course .studetn_course_box.blue_course_box:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(33, 150, 243, 0.5);
    position: absolute;
    border-radius: 15px;
}

.student_course .studetn_course_box.blue_course_box .apply_button a {
    background: #1976d2;
}

.student_course .studetn_course_box.blue_course_box .apply_button a:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.student_course .studetn_course_box.blue_course_box .apply_button a:before {
    content: "";
    background: #0772DC;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    left: 0px;
    top: 0px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    border-radius: 5px;
}

.student_course .studetn_course_box.green_course_box.green_course_box2 {
    background: #cddc39 url("../img/course_bg4.jpg") no-repeat right top;
}

.student_course .studetn_course_box.green_course_box.green_course_box2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(205, 220, 57, 0.6);
    position: absolute;
    border-radius: 15px;
}

.student_course .studetn_course_box.green_course_box.green_course_box2 .apply_button a {
    background: #cddc39;
}

.student_course .studetn_course_box.blue_course_box.blue_course_box2 {
    background: #1976d2 url("../img/course_bg5.jpg") no-repeat right top;
}

.student_course .studetn_course_box.blue_course_box.blue_course_box2:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(33, 150, 243, 0.5);
    position: absolute;
    border-radius: 15px;
}

.student_course .studetn_course_box.blue_course_box.blue_course_box2 .apply_button a {
    background: #1976d2;
}

.student_course .studetn_course_box.studetn_course_box2 {
    background: #ff5722 url("../img/course_bg6.jpg") no-repeat right top;
}

.student_course.full_ui_student_course {
    background: #f5f5f5;
    padding: 85px 0px;
}

.student_course.full_ui_student_course .studetn_course_box {
    margin-top: 0px;
}

/* Our Course Listing
============================================================================================ */
.student_course.our_course_listing {
    background: #f5f5f5;
    border-bottom: 20px solid #3f51b5;
}

.student_course.our_course_listing .studetn_course_box {
    margin-top: 30px;
}

.our_course_listing_content {
    overflow: hidden;
    padding-bottom: 50px;
}

.our_course_listing_content .listing_title h2 {
    font-size: 48px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #252525;
}

.our_course_listing_content .course_paigenation a {
    width: 50px;
    font-size: 18px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #252525;
    background: #fff;
    display: inline-block;
    line-height: 35px;
    text-align: center;
    margin-left: 25px;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    outline: none;
}

.our_course_listing_content .course_paigenation a.active {
    background: #1976d2;
    color: #fff;
}

.our_course_listing_content .course_paigenation a:first-child {
    margin-left: 0px;
}

.our_course_listing_content .course_paigenation a:hover,
.our_course_listing_content .course_paigenation a:focus {
    background: #1976d2;
    color: #fff;
}

.our_course_listing_content .course_paigenation .p_blue {
    color: #1976d2;
}

.our_course_listing_content .course_paigenation .p_red {
    color: #ff5722;
}

.our_course_listing_content .course_paigenation .p_green {
    color: #cddc39;
}

/* End Our Course Listing
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.teacher_area {
    background: #f5f5f5;
    padding: 120px 0px;
    overflow: hidden;
}

.teacher_area .out_teacher {
    padding-top: 80px;
}

.teacher_area .out_teacher .single_teacher {
    background: #cddc39;
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.teacher_area .out_teacher .single_teacher h3 {
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 120px;
    color: #727272;
    font-weight: bold;
    opacity: 0.2;
    position: absolute;
    z-index: 1;
    width: 105%;
    left: 0px;
    top: 33px;
}

.teacher_area .out_teacher .single_teacher img {
    z-index: 3;
    position: relative;
    padding-top: 70px;
}

.teacher_area .out_teacher .single_teacher .teacher_content {
    color: #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 3;
    margin-top: -100px;
}

.teacher_area .out_teacher .single_teacher .teacher_content h4 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
}

.teacher_area .out_teacher .single_teacher .teacher_content p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    max-width: 125px;
}

.teacher_area .out_teacher .single_teacher.single_teacher_blue {
    background: #a9d5ec;
}

.teacher_area .out_teacher .single_teacher.single_teacher_red {
    background: #ff5722;
}

/* Teacher Detail Area css
============================================================================================ */
.teacher_detail_area {
    background: #f5f5f5;
    padding: 85px 0px;
}

.teacher_detail_area .single_teacher_box {
    background: #fff;
    border-radius: 15px;
}

.teacher_detail_area .single_teacher_box .teacher_img_area {
    background: #ff5722;
    text-align: center;
    border-radius: 15px 15px 0px 0px;
    padding-top: 25px;
}

.teacher_detail_area .single_teacher_box ul {
    background: #1976d2;
    text-align: center;
}

.teacher_detail_area .single_teacher_box ul li {
    display: inline-block;
}

.teacher_detail_area .single_teacher_box ul li a {
    line-height: 36px;
    font-size: 18px;
    padding: 0px 15px;
    color: #2196f3;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.teacher_detail_area .single_teacher_box ul li:hover a {
    color: #fff;
}

.teacher_detail_area .single_teacher_box .single_teacher_content {
    padding: 30px 35px;
    text-align: center;
}

.teacher_detail_area .single_teacher_box .single_teacher_content h3 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #313131;
    padding-bottom: 3px;
}

.teacher_detail_area .single_teacher_box .single_teacher_content h5 {
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #a3a2a2;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.teacher_detail_area .single_teacher_box .single_teacher_content p {
    font-size: 13px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #969595;
}

/* End Teacher Detail Area css
============================================================================================ */
/* Member Style css
============================================================================================ */
.member_style_are {
    background: #f5f5f5;
    padding: 100px 0px;
}

.member_style_are .member_style_content .media .media-left {
    padding-right: 0px;
}

.member_style_are .member_style_content .media .media-body {
    background: #fff;
    padding-left: 30px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.member_style_are .member_style_content .media .media-body h4 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #313131;
    font-weight: normal;
    padding-top: 25px;
}

.member_style_are .member_style_content .media .media-body h5 {
    color: #959595;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 3px;
}

.member_style_are .member_style_content .media .media-body p {
    font-size: 13px;
    line-height: 22px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #969595;
    padding-top: 20px;
}

.member_style_are .member_style_content .media ul {
    padding-top: 10px;
}

.member_style_are .member_style_content .media ul li {
    display: inline-block;
}

.member_style_are .member_style_content .media ul li a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #959595;
    font-size: 14px;
    color: #959595;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    text-decoration: none;
}

.member_style_are .member_style_content .media ul li:last-child a {
    padding: 5px 12px;
    font-weight: 300;
    text-transform: uppercase;
}

.member_style_are .member_style_content .media ul li:hover a {
    background: #1976d2;
    border: 1px solid #1976d2;
    color: #fff;
}

.member_style_are .member_style_content .media:hover .media-body {
    -webkit-box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
}

.member_style_are .member_style_content:nth-child(1) {
    margin-bottom: 40px;
}

.member_style_are .member_style_content:nth-child(2) {
    margin-bottom: 40px;
}

.teacher_detail_area .single_teacher_box .teacher_img_area.teacher_img_area_green {
    background: #cddc39;
}

.teacher_detail_area .single_teacher_box .teacher_img_area.teacher_img_area_yellow {
    background: #fcd900;
}

.teacher_area.full_ui_teacher_area {
    background: #fcd900;
    padding: 85px 0px;
}

.teacher_area.full_ui_teacher_area .out_teacher {
    padding: 0px;
}

.member_style_are.teachers_listing_area {
    border-bottom: 20px solid #3f51b5;
    padding: 116px 0px;
}

.member_style_are.teachers_listing_area .title {
    padding-bottom: 76px;
}

.member_style_are.teachers_listing_area .product_paigenation ul li {
    padding: 0px;
}

/* End Member Style css
============================================================================================ */
/* Teacher Bio Detail
============================================================================================ */
.teacher_bio_area .media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
}

.teacher_bio_area .media .media-left {
    padding-right: 0px;
    display: block;
}

.teacher_bio_area .media .media-body {
    background: #fff;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 28px;
    padding-right: 10px;
    display: block;
}

.teacher_bio_area .media .media-body h4 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #252525;
    text-transform: uppercase;
}

.teacher_bio_area .media .media-body h4 i {
    padding-right: 7px;
}

.teacher_bio_area .media .media-body p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #636363;
    line-height: 30px;
    padding: 22px 0px 32px 0px;
}

.teacher_bio_area .media .media-body h5 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #252525;
    text-transform: uppercase;
}

.teacher_bio_area .media .media-body h5 i {
    padding-right: 7px;
}

.teacher_bio_area .media .media-body h6 {
    font-size: 15.98px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #636363;
    padding-top: 30px;
}

/* End Teacher Bio Detail
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.school_gallary {
    padding-top: 120px;
}

.school_gallary .gallery_filter ul {
    display: block;
    text-align: center;
    padding: 30px 0px 80px 0px;
}

.school_gallary .gallery_filter ul li {
    display: inline-block;
    padding: 0px 20px;
    cursor: poRoboto;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #636363;
    font-weight: 300;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.school_gallary .gallery_filter ul li.active {
    color: #1976d2;
}

.school_gallary .gallery_filter ul li:hover {
    color: #1976d2;
}

.school_gallary .gallery_item .single_item {
    width: 16.66%;
    overflow: hidden;
    position: relative;
}

.school_gallary .gallery_item .single_item:before {
    content: "";
    background: rgba(33, 150, 243, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.school_gallary .gallery_item .single_item img {
    max-width: 100%;
}

.school_gallary .gallery_item .single_item:hover:before {
    left: 0;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.question_area .title {
    padding-top: 80px;
}

.question_area .question_box {
    background: #fff;
    margin-top: 80px;
    border-radius: 15px;
    -webkit-box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
}

.question_area .question_box .carousel.slide .carousel-inner .item .question_contetn {
    padding: 70px 30px 0px 70px;
}

.question_area .question_box .carousel.slide .carousel-inner .item .question_contetn h3 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #252525;
    padding-bottom: 45px;
}

.question_area .question_box .carousel.slide .carousel-inner .item .question_contetn p {
    font-size: 16px;
    color: #636363;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 30px;
}

.question_area .question_box .carousel.slide .carousel-inner .item .question_contetn ul {
    padding-left: 0;
    list-style: none;
    counter-reset: my-badass-counter;
}

.question_area .question_box .carousel.slide .carousel-inner .item .question_contetn ul li:before {
    content: counter(my-badass-counter, disc);
    counter-increment: my-badass-counter;
    font-weight: bold;
    width: 15px;
    float: left;
    color: #636363;
    line-height: 30px;
}

.question_area .question_box .carousel.slide .carousel-inner .item .question_contetn ul li a {
    font-size: 16px;
    color: #636363;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 30px;
}

.question_area .question_box .carousel.slide .carousel-inner .item .question_img {
    padding-left: 15px;
}

.question_area .question_box .carousel.slide .carousel-inner .item .question_img img {
    width: 100%;
    border-radius: 0px 15px 15px 0px;
}

.question_area .question_box .carousel.slide .letter_icon {
    height: 50px;
    width: 50px;
    background: #cddc39;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: -25px;
    top: 52px;
    z-index: 3;
    -webkit-box-shadow: 6px 12px 16px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 12px 16px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 12px 16px -13px rgba(0, 0, 0, 0.75);
    cursor: poRoboto;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.question_area .question_box .carousel.slide .letter_icon:hover {
    background: #1976d2;
    color: #fff;
}

.question_area .question_box .carousel.slide .left.carousel-control {
    height: 40px;
    width: 40px;
    background: #fff;
    opacity: 1;
    top: 100px;
    left: auto;
    right: -22px;
    border-radius: 50%;
    line-height: 40px;
    -webkit-box-shadow: 6px 12px 16px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 12px 16px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 12px 16px -13px rgba(0, 0, 0, 0.75);
    z-index: 2;
    color: #959595;
    text-shadow: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.question_area .question_box .carousel.slide .left.carousel-control:hover {
    background: #1976d2;
    color: #fff;
}

.question_area .question_box .carousel.slide .right.carousel-control {
    height: 40px;
    width: 40px;
    background: #fff;
    opacity: 1;
    top: 133px;
    border-radius: 50%;
    line-height: 40px;
    -webkit-box-shadow: 6px 12px 16px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 12px 16px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 12px 16px -13px rgba(0, 0, 0, 0.75);
    color: #959595;
    text-shadow: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    right: -22px;
}

.question_area .question_box .carousel.slide .right.carousel-control:hover {
    background: #1976d2;
    color: #fff;
}

.full_ui_question_box {
    background: #3f51b5;
    padding: 85px 0px;
}

.full_ui_question_box .question_area .question_box {
    margin-top: 0px;
}

.blog_listing_area {
    background: #f5f5f5;
}

.blog_listing_area .question_area .question_box {
    margin-top: 60px;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .question_img {
    position: relative;
    margin-left: -15px;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .question_img .owl-stage-outer {
    border-radius: 15px 0px 0px 15px;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .question_img img {
    border-radius: 15px 0px 0px 15px;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .question_img .owl-controls .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .question_img .owl-controls .owl-nav .owl-prev i {
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .question_img .owl-controls .owl-nav .owl-prev:hover {
    border: 1px solid #cddc39;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .question_img .owl-controls .owl-nav .owl-prev:hover i {
    color: #cddc39;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .question_img .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .question_img .owl-controls .owl-nav .owl-next i {
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .question_img .owl-controls .owl-nav .owl-next:hover {
    border: 1px solid #cddc39;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .question_img .owl-controls .owl-nav .owl-next:hover i {
    color: #cddc39;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .question_img .item {
    position: relative;
    z-index: 2;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .question_img .item:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    border-radius: 15px 0px 0px 15px;
}

.blog_listing_area .question_area .question_box .carousel.slide .carousel-inner .latter_content.blog_letter_content {
    padding-left: 35px;
    padding-right: 20px;
}

.blog_listing_area .question_area .product_paigenation ul li {
    padding: 140px 0px 85px 0px;
}

.blog_listing_area .question_area .question_box.question_box_left .carousel.slide .carousel-inner .question_img img {
    border-radius: 0px 15px 15px 0px;
}

.blog_listing_area .question_area .question_box.question_box_left .carousel.slide .carousel-inner .latter_content.blog_letter_content {
    padding-left: 65px;
    padding-right: 20px;
}

.blog_listing_area .question_area .question_box.question_box_left .carousel.slide .letter_icon {
    left: -25px;
}

.student_latter {
    position: relative;
}

.student_latter .letter_icon {
    height: 50px;
    width: 50px;
    background: #cddc39;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: -25px;
    top: 52px;
    z-index: 3;
    -webkit-box-shadow: 6px 12px 16px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 12px 16px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 12px 16px -13px rgba(0, 0, 0, 0.75);
    cursor: poRoboto;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.student_latter .letter_icon:hover {
    background: #1976d2;
    color: #fff;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.upcoming_events_area {
    padding: 80px 0px;
    background: #f5f5f5;
}

.upcoming_events_area .title {
    padding-bottom: 50px;
}

.upcoming_events_area .event_content {
    margin-top: 30px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    -webkit-box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
}

.upcoming_events_area .event_content img {
    border-radius: 15px 15px 0px 0px;
    max-width: 100%;
}

.upcoming_events_area .event_content .event_title {
    padding: 30px 61px 30px 30px;
    position: relative;
}

.upcoming_events_area .event_content .event_title h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    color: #252525;
    font-weight: 500;
}

.upcoming_events_area .event_content .event_title h4 {
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 300;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #1976d2;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: -26px;
    -webkit-box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 7px 6px 28px -13px rgba(0, 0, 0, 0.75);
}

.upcoming_events_area .event_content .first_event_hover {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: #fd774c;
    top: 0;
    border-radius: 15px;
    padding: 0px 50px 0px 30px;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.upcoming_events_area .event_content .first_event_hover h3 {
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 500;
    padding-top: 80px;
    padding-bottom: 20px;
}

.upcoming_events_area .event_content .first_event_hover h4 {
    font-size: 18px;
    line-height: 24px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 300;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #1976d2;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 30px;
    top: 30px;
}

.upcoming_events_area .event_content .first_event_hover a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding-bottom: 10px;
    text-decoration: none;
}

.upcoming_events_area .event_content .first_event_hover a i {
    margin-right: 10px;
}

.upcoming_events_area .event_content .first_event_hover p {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 24px;
}

.upcoming_events_area .event_content:hover .first_event_hover {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.upcoming_events_area .event_content.event_content2 h4 {
    background: #ff5722;
}

.upcoming_events_area .event_content.event_content3 h4 {
    background: #cddc39;
}

.upcoming_events_area.full_ui_events {
    background: #fff;
}

.upcoming_events_area.events_listing {
    border-bottom: 20px solid #3f51b5;
    padding: 115px 0px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* End Instagram css
============================================================================================ */
.primary_ins_area {
    border-bottom: 20px solid #3f51b5;
    overflow: hidden;
    position: relative;
}

.primary_ins_area .primary_ins_item {
    width: 16.667%;
    float: left;
    overflow: hidden;
    position: relative;
}

.primary_ins_area .primary_ins_item img {
    width: 100%;
    display: block;
}

.primary_ins_area .primary_ins_item:before {
    content: "";
    background: rgba(33, 150, 243, 0.5);
    display: block;
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.primary_ins_area .primary_ins_item:hover:before {
    left: 0px;
}

.primary_ins_area a {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 40px;
    background: #ebebeb;
    width: 170px;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: #727272;
    display: inline-block;
    text-decoration: none;
}

.primary_ins_area a i {
    margin-right: 10px;
}

/* End Instagram css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner css
============================================================================================ */
.banner_area {
    background: url(../img/about/banner.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
}

.banner_area:before {
    content: "";
    background: rgb(19 25 58 / 70%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner_area_home {
    background: url(../img/about/banner.jpg) no-repeat scroll center center;
    background-size: cover;
    position: relative;
}

.banner_area_home:before {
    content: "";
    background: rgb(19 25 58 / 70%);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.banner_area_home .banner_content {
    text-align: center;
    padding: 160px 0px 195px 0px;
    position: relative;
    color: #fff;
}

.banner_area .banner_content {
    text-align: center;
    padding: 70px 0px 70px 0px;
    position: relative;
    color: #fff;
}

.banner_area .banner_content h3 {
    font-family: "Roboto", sans-serif;
    font-size: 48px;
    font-weight: 300;
    padding-bottom: 28px;
}

.banner_area .banner_content p {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.banner_area.full_ui {
    background: #2196f3;
}

.banner_area.full_ui .banner_content {
    padding: 120px 0px;
}

.banner_area.full_ui .banner_content h3 {
    padding-bottom: 10px;
    font-size: 70px;
}

.banner_area.full_ui .banner_content p {
    font-size: 40px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.banner_area.contact_top_bg {
    background: #2196f3;
}

.banner_area.contact_top_bg:before {
    display: none;
}

.banner_area.pricing_top_bg {
    background: #cccc33;
}

.banner_area.pricing_top_bg:before {
    display: none;
}

.banner_area.pricing_top_bg .banner_content {
    padding: 115px 0px;
}

.banner_area.pricing_top_bg .banner_content h3 {
    padding-bottom: 0px;
}

.banner_area.product_list {
    background: #ff5722;
}

.banner_area.product_list:before {
    display: none;
}

.banner_area.student_list {
    background: #2196f3;
}

.banner_area.student_list:before {
    display: none;
}

.banner_area.student_list .gallery_filter ul li {
    display: inline-block;
    padding: 0px 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.6);
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.banner_area.student_list .gallery_filter ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -5px;
    width: 80%;
    height: 100%;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom: 3px solid transparent;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.banner_area.student_list .gallery_filter ul li:first-child {
    border-left: 0px;
}

.banner_area.student_list .gallery_filter ul li:hover,
.banner_area.student_list .gallery_filter ul li.active {
    color: #fff;
}

.banner_area.student_list .gallery_filter ul li:hover:before,
.banner_area.student_list .gallery_filter ul li.active:before {
    border-bottom: 3px solid #fff;
}

/* End Banner css
============================================================================================ */
/* Teacher Detail Banner css
============================================================================================ */
.banner_area.detail_top_bg {
    background: #cccc33;
}

.banner_area.detail_top_bg:before {
    display: none;
}

.banner_area.detail_top_bg .banner_content {
    text-align: left;
    padding: 100px 0px;
}

.banner_area.detail_top_bg .banner_content h3 {
    padding-bottom: 25px;
}

/* End Teacher Detail Banner css
============================================================================================ */
/* Blog Listing Banner css
============================================================================================ */
.banner_area.blog_listing_banner {
    background: url(../img/blog_listing_banner.jpg) no-repeat scroll center center;
    background-size: cover;
}

/* End Blog Listing Banner css
============================================================================================ */
/* Single Blog Banner css
============================================================================================ */
.banner_area.single_blog_banner {
    background: url(../img/blog_listing_banner.jpg) no-repeat scroll center center;
    background-size: cover;
}

.banner_area.single_blog_banner .banner_content {
    text-align: left;
}

.banner_area.single_blog_banner .banner_content h5 span {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    margin-right: 40px;
}

.banner_area.single_blog_banner .banner_content h5 span i {
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
}

/* End Single Blog Banner css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Our Vision css
============================================================================================ */
.our_vision {
    background: #f5f5f5;
    padding-top: 30px;
    height: 1300px;
    position: relative;
    z-index: 2;
}

.bg-grey {
    background-color: #cccccc;
}

.bg-pink {
    background-color: #f500e0;
}

.bg-green {
    background-color: #218d00;
}

.bg-yellow {
    background-color: #fdd702;
}

.our_vision:before {
    content: "";
    background: url("../img/our_visionbg.png") no-repeat scroll center center;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: -1;
    left: 0px;
    bottom: 0%;
    opacity: 0.1;
}

.our_vision .vision_bg {
    max-width: 100%;
    position: relative;
}

.our_vision .our_vision_content h3 {
    font-size: 48px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #252525;
    padding-bottom: 30px;
}

.our_vision .our_vision_content p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 30px;
    color: #636363;
    padding-bottom: 40px;
}

.our_vision .our_vision_content p a {
    color: #1976d2;
    text-decoration: underline;
}

.our_vision .our_vision_content ul li a {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 30px;
    color: #636363;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.our_vision .our_vision_content ul li a i {
    margin-right: 5px;
    color: #1976d2;
}

.our_vision .our_vision_content ul li a:hover {
    color: #1976d2;
}

/* End Our Vision css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.message_area {
    background: #8fd903;
    padding: 84px 0px;
    overflow: hidden;
    position: relative;
    border-bottom: 20px solid #3f51b5;
    z-index: 2;
}

.message_area:before {
    content: "";
    background: url(../img/contact_right_img.png) no-repeat;
    position: absolute;
    right: 0px;
    bottom: 60px;
    width: 384px;
    height: 577px;
    background-size: contain;
    z-index: -1;
}

.message_area:after {
    content: "";
    background: url(../img/contact_left_img.png) no-repeat;
    position: absolute;
    left: 235px;
    bottom: 0px;
    width: 313px;
    height: 418px;
    background-size: contain;
    z-index: -1;
}

.message_box {
    background: url(../img/contact_f_bg.png) no-repeat scroll center center;
    overflow: hidden;
    max-width: 570px;
    margin: 0 auto;
    padding: 46px 64px 130px;
    background-size: cover;
}

.message_box p {
    text-align: center;
    color: #636363;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 25px;
}

.message_box input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    background: transparent;
    border-radius: 0px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    padding-left: 0px;
    margin-left: -15px;
    margin-right: -15px;
    color: #636363;
}

.message_box input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #1976d2;
}

.message_box textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    background: transparent;
    border-radius: 0px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    height: 100px;
    line-height: 26px;
    padding-left: 0px;
    resize: none;
    margin-left: -15px;
    margin-right: -15px;
    color: #636363;
}

.message_box textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #1976d2;
}

.message_box .btn.btn-default.button_b {
    width: 270px;
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-shadow: none;
    border: none;
    border-radius: 0px;
}

.message_box .btn.btn-default.button_b i {
    margin-left: 10px;
}

.message_box .btn.btn-default.button_b:hover,
.message_box .btn.btn-default.button_b:focus {
    outline: none;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
}

.message_box .btn.btn-default.button_b:hover:before,
.message_box .btn.btn-default.button_b:focus:before {
    border-radius: 0px;
}

/* Contact Box And Map css
============================================================================================ */
.contact_area_box {
    padding: 90px 0px;
    background: #f5f5f5;
}

.contact_area_box .question_area .question_box {
    margin-top: 0px;
}

.contact_area_box .question_area .question_box .carousel-inner .contact_info_detail {
    padding: 68px 40px 0px 70px;
}

.contact_area_box .question_area .question_box .carousel-inner .contact_info_detail h3 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #252525;
    padding-bottom: 35px;
}

.contact_area_box .question_area .question_box .carousel-inner .contact_info_detail h5 {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    line-height: 30px;
    font-weight: normal;
    color: #636363;
}

.contact_area_box .question_area .question_box .carousel-inner .contact_info_detail .contact_link_icon {
    padding: 20px 0px 35px 0px;
}

.contact_area_box .question_area .question_box .carousel-inner .contact_info_detail .contact_link_icon li a {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #636363;
    line-height: 30px;
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.contact_area_box .question_area .question_box .carousel-inner .contact_info_detail .contact_link_icon li a i {
    padding-right: 10px;
}

.contact_area_box .question_area .question_box .carousel-inner .contact_info_detail .contact_link_icon li a:hover {
    color: #1976d2;
}

.contact_area_box .question_area .question_box .carousel-inner .contact_info_detail .social_media ul li {
    display: inline-block;
}

.contact_area_box .question_area .question_box .carousel-inner .contact_info_detail .social_media ul li a {
    color: #cccccc;
    font-size: 18px;
    padding: 0px 10px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.contact_area_box .question_area .question_box .carousel-inner .contact_info_detail .social_media ul li a i {
    font-size: 18px;
}

.contact_area_box .question_area .question_box .carousel-inner .contact_info_detail .social_media ul li a:hover {
    color: #1976d2;
}

.contact_area_box .question_area .question_box .carousel-inner .contact_info_detail .social_media ul li:first-child a {
    padding-left: 0px;
}

.contact_area_box .question_area .question_box .carousel-inner .question_map #map {
    width: 100%;
    height: 435px;
    border-radius: 0px 15px 15px 0px;
}

/* End Contact Box And Map css
============================================================================================ */
/* Contact Form css
============================================================================================ */
.message_area.contact_form:before {
    display: none;
}

.message_area.contact_form:after {
    display: none;
}

.message_area.contact_form .contact_img_area {
    margin-left: -15px;
    display: block;
    margin-top: 95px;
}

.message_area.contact_form .contact_img_area img {
    width: 100%;
}

.message_area.contact_form .contact_form_box h2 {
    color: #fff;
    text-align: center;
    font-size: 47.94px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    padding-bottom: 60px;
}

.message_area.contact_form .contact_form_box .message_box {
    background: #fff;
    border-radius: 15px;
}

/* End Contact Form css
============================================================================================ */
/* Search Form css
============================================================================================ */
.searchForm {
    background: #1976d2;
    height: 0px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    width: 100%;
    position: relative;
    z-index: 999;
    visibility: hidden;
}

.searchForm .input-group .input-group-addon {
    background: transparent;
    border: none;
    color: #fff;
    padding: 6px 20px;
    font-size: 18px;
    cursor: poRoboto;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.searchForm .input-group .input-group-addon:hover {
    color: #fff;
}

.searchForm .input-group input {
    background: transparent;
    border-radius: 0px;
    border: none;
    height: 80px;
    padding: 0px 15px;
    text-align: center;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.searchForm .input-group input.placeholder {
    color: #fff;
    font-family: #636363;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.searchForm .input-group input:-moz-placeholder {
    color: #fff;
    font-family: #636363;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.searchForm .input-group input::-moz-placeholder {
    color: #fff;
    font-family: #636363;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.searchForm .input-group input::-webkit-input-placeholder {
    color: #fff;
    font-family: #636363;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.searchForm.show {
    height: 80px;
    visibility: visible;
}

.show header .header_main_menu_area {
    top: 80px;
}

.show .header_main_menu_area.header_top {
    top: 80px;
}

/* End Search Form area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.student_about.student_skill {
    background: #fff;
}

.skill_area .progress_main {
    margin-bottom: 20px;
}

.skill_area .progress_main h4 {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #9d9c9c;
    margin-bottom: 10px;
    overflow: hidden;
}

.skill_area .progress_main h6 {
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    font-weight: 300;
    color: #9d9c9c;
    margin-bottom: 10px;
    overflow: hidden;
}

.skill_area .progress_main .progress_bg {
    background: #f9f9f9;
    width: 100%;
    height: 17px;
    overflow: hidden;
    border-radius: 10px;
}

.skill_area .progress_main .progress_bg .progress_color {
    background: #1976d2;
    width: 50%;
    height: 17px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}

.skill_area .progress_main .progress_bg .progress_color.brand {
    background: #cccc33;
    width: 92%;
}

.skill_area .progress_main .progress_bg .progress_color.web {
    background: #ff5722;
    width: 76%;
}

.skill_area .progress_main .progress_bg .progress_color.mobile {
    background: #fcd900;
    width: 33%;
}

.skill_area .progress_main .progress_bg .progress_color.seo {
    background: #3f51b5;
    width: 85%;
}

.skill_area .progress_main .progress_bg.progress_bg_right {
    background: #bbdefb;
}

.skill_area .progress_main .progress_bg .progress_color.photoshop {
    background: #3f51b5;
}

.skill_area .progress_main .progress_bg .progress_color.last_m {
    background: #1976d2;
    width: 85%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.tab_main_area {
    position: relative;
}

.tab_main_area .tab-content {
    background: #fff;
    border-radius: 15px;
    -webkit-box-shadow: 3px 7px 39px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 7px 39px -13px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 7px 39px -13px rgba(0, 0, 0, 0.75);
}

.tab_main_area .tab-content .tab-pane img {
    width: 100%;
    border-radius: 15px 15px 0px 0px;
}

.tab_main_area .tab-content .tab-pane .tab_text {
    padding: 35px;
}

.tab_main_area .tab-content .tab-pane .tab_text p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 22px;
    color: #727272;
}

.tab_main_area .tab-content .tab-pane .tab_text p+p {
    padding-top: 30px;
}

.tab_main_area .tab_menu_area {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tab_main_area .tab_menu_area .nav.nav-tabs {
    border: none;
    padding: 0px 30px;
}

.tab_main_area .tab_menu_area .nav.nav-tabs li {
    margin: 0px;
    text-align: center;
    margin-right: 3px;
}

.tab_main_area .tab_menu_area .nav.nav-tabs li a {
    border: none;
    border-radius: 0px;
    padding: 0px 27px;
    line-height: 40px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.65);
    outline: none;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #969595;
    text-transform: uppercase;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.tab_main_area .tab_menu_area .nav.nav-tabs li.active a {
    color: #313131;
    background: #fff;
}

.tab_main_area .tab_menu_area .nav.nav-tabs li:hover a {
    background: #fff;
    color: #313131;
}

.tabs_area {
    background: #fff;
    padding: 90px 0px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.collaps_area {
    background: #f5f5f5;
    padding: 90px 0px;
}

.collaps_area .panel-group .panel.panel-default {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}

.collaps_area .panel-group .panel.panel-default .panel-heading {
    padding: 0px;
    background: transparent;
    border: none;
}

.collaps_area .panel-group .panel.panel-default .panel-heading .panel-title a {
    display: block;
    background: #1976d2;
    font: 300 14px/48px "Roboto", sans-serif;
    color: #fff;
    padding: 0px 14px 0px 24px;
    letter-spacing: 0.40px;
    border-radius: 5px;
    text-decoration: none;
    outline: none;
}

.collaps_area .panel-group .panel.panel-default .panel-heading .panel-title a i {
    float: right;
    line-height: 48px;
    font-size: 30px;
}

.collaps_area .panel-group .panel.panel-default .panel-heading .panel-title a .mdi-plus-circle-outline {
    display: none;
}

.collaps_area .panel-group .panel.panel-default .panel-heading .panel-title a .mdi-minus-circle-outline {
    display: block;
}

.collaps_area .panel-group .panel.panel-default .panel-heading .panel-title a.collapsed .mdi-plus-circle-outline {
    display: block;
}

.collaps_area .panel-group .panel.panel-default .panel-heading .panel-title a.collapsed .mdi-minus-circle-outline {
    display: none;
}

.collaps_area .panel-group .panel.panel-default .panel-collapse .panel-body {
    border: none;
    background: #f5f5f5;
    padding: 30px 14px 20px 24px;
    font: 300 13px/24px "Roboto", sans-serif;
    letter-spacing: 0.40px;
    color: #969595;
}

.panel-group .panel.panel-default.panel_red .panel-heading .panel-title a {
    background: #ff5722;
}

.panel-group .panel.panel-default.panel_green .panel-heading .panel-title a {
    background: #cccc33;
}

.panel-group .panel.panel-default.panel_dark .panel-heading .panel-title a {
    background: #3f51b5;
}

.panel-group .panel.panel-default.panel_white .panel-heading .panel-title a {
    background: #fff;
    color: #1976d2;
    border-radius: 0px;
    outline: none;
}

#demoTimer {
    width: 150px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Welcome Fun Fact
============================================================================================ */
.welcome_fact {
    padding: 80px 0px;
}

.welcome_fact .welcome_fact_contetn {
    max-width: 180px;
    margin: 0 auto;
    padding-top: 80px;
}

.welcome_fact .welcome_fact_contetn .media .media-left {
    padding-right: 30px;
}

.welcome_fact .welcome_fact_contetn .media .media-body h4 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #252525;
    font-weight: 300;
}

.welcome_fact .welcome_fact_contetn .media .media-body span {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    color: #252525;
    font-weight: 300;
}

/* End Welcome Fun Fact
============================================================================================ */
/* Key Count
============================================================================================ */
.key_count_area {
    padding: 120px 0px;
    background: #8fd903;
}

.key_count_area .title h2 {
    color: #fff;
}

.key_count_area .title p {
    color: #fff;
}

.key_count_area .count_item {
    background: #3f51b5;
    padding: 40px 0px;
    margin-top: 80px;
}

.key_count_area .count_item .count_main {
    width: 176px;
    height: 176px;
    margin: 0 auto;
    position: relative;
}

.key_count_area .count_item .count_main .counter_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 176px;
    font-size: 30px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.key_count_area .count_item h4 {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding-top: 25px;
    text-align: center;
}

.key_count_area .count_item.item_red {
    background: #ff6633;
}

.key_count_area .count_item.item_blue {
    background: #1976d2;
}

.key_count_area .count_item.item_light {
    background: #afb42b;
}

/* End Key Count
============================================================================================ */
.key_count_area.white_prefomance {
    background: #fff;
    padding: 80px 0px;
}

.key_count_area.white_prefomance .count_item {
    margin: 0px;
}

.key_count_area.white_prefomance .count_item_white {
    margin-top: 90px;
    text-align: center;
}

.key_count_area.white_prefomance .count_item_white .count_main {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    position: relative;
}

.key_count_area.white_prefomance .count_item_white .count_main .counter_content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 140px;
    font-size: 30px;
    color: #383838;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.key_count_area.white_prefomance .count_item_white h4 {
    font-size: 15px;
    color: #313131;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    padding-top: 30px;
    text-align: center;
}

/* Counter Base Area
============================================================================================ */
.counter_base_are {
    background: #bbdefb;
    padding: 85px 0px;
}

.counter_base_text {
    text-align: center;
}

.counter_base_text h4 {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0.40px;
    color: #313131;
    padding: 25px 0px;
}

.counter_base_text p {
    color: #969595;
    font: 300 13px/24px "Roboto", sans-serif;
    letter-spacing: 0.40px;
}

.base_counter_main {
    height: 194px;
    width: 194px;
    margin: 0 auto;
    text-align: center;
}

.base_counter_main .progress {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.base_counter_main .progress .progressinner {
    background: #fff;
    border: solid 6px #fff;
}

.base_counter_main .progress .progressinner .lpane {
    width: 51.5%;
}

.base_counter_main .progress .progressinner .lpane .cover {
    background: #1976d2;
}

.base_counter_main .progress .progressinner .rpane .cover {
    background: #1976d2;
}

.base_counter_main .progress .counter_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 0;
    z-index: 999;
    display: block;
    margin-top: -18px;
}

.base_counter_main .progress .counter_content .counter {
    font-size: 30px;
    letter-spacing: 0.40px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    position: relative;
}

.base_counter_main .progress .counter_content .counter:before {
    content: "";
    height: 50px;
    width: 50px;
    background: #1976d2;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    position: absolute;
    z-index: -1;
}

.base_counter_main .progress .counter_content .parcent {
    color: #fff;
    position: relative;
    top: -8px;
    font-size: 20px;
    font-weight: 300;
}

.base_counter_main .progress.newtest2 .counter_content .counter:before {
    content: "";
    height: 50px;
    width: 50px;
    background: #ff5722;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    position: absolute;
    z-index: -1;
}

.base_counter_main .progress.newtest2 .progressinner .lpane .cover {
    background: #ff5722;
}

.base_counter_main .progress.newtest2 .progressinner .rpane .cover {
    background: #ff5722;
}

.base_counter_main .progress.newtest3 .counter_content .counter:before {
    content: "";
    height: 50px;
    width: 50px;
    background: #cccc33;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    position: absolute;
    z-index: -1;
}

.base_counter_main .progress.newtest3 .progressinner .lpane .cover {
    background: #cccc33;
}

.base_counter_main .progress.newtest3 .progressinner .rpane .cover {
    background: #cccc33;
}

.base_counter_main .progress.newtest4 .counter_content .counter:before {
    content: "";
    height: 50px;
    width: 50px;
    background: #fcd900;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    position: absolute;
    z-index: -1;
}

.base_counter_main .progress.newtest4 .progressinner .lpane .cover {
    background: #fcd900;
}

.base_counter_main .progress.newtest4 .progressinner .rpane .cover {
    background: #fcd900;
}

/* End Counter Base Area
============================================================================================ */
.student_course {
    background: #f5f5f5;
}

.student_course .studetn_course_box .studetn_course_main_box .student_course_box_img {
    position: relative;
}

.student_course .studetn_course_box .studetn_course_main_box .student_course_box_img:before {
    content: "";
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 3;
    width: 0;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    border-radius: 5px 5px 0px 0px;
}

.student_course .studetn_course_box .studetn_course_main_box:hover .student_course_box_img:before {
    width: 100%;
}

.student_course .studetn_course_box .studetn_course_main_box:hover .studetn_course_contetn h3 {
    color: #1976d2;
}

/* Teacher Detail Area
============================================================================================ */
.teacher_count_area .title {
    padding: 50px 0px;
}

.teacher_count_area .title h2 {
    text-align: left;
    font-size: 30px;
}

/* End Teacher Detail Area
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Nursary Css
============================================================================================ */
.nursary_area {
    padding: 90px 0px;
}

.nursary_area .nursary_image_area img {
    width: 100%;
}

.nursary_area .nursary_content_area {
    padding: 55px 70px 0px 55px;
}

.nursary_area .nursary_content_area h3 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    color: #252525;
    font-weight: 300;
    padding-bottom: 20px;
}

.nursary_area .nursary_content_area h3 .dollar {
    font-size: 14px;
    position: relative;
    top: -22px;
}

.nursary_area .nursary_content_area h3 .rate {
    font-size: 48px;
}

.nursary_area .nursary_content_area h3 .month {
    font-size: 14px;
    position: relative;
    top: -22px;
}

.nursary_area .nursary_content_area p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    line-height: 30px;
    color: #959595;
}

.nursary_area .nursary_content_area ul {
    padding: 30px 0px 50px 25px;
}

.nursary_area .nursary_content_area ul li {
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #959595;
}

.nursary_area .nursary_content_area ul li:before {
    content: "\F132";
    font-family: "Material Design Icons";
    padding-right: 8px;
    color: #1976d2;
}

.nursary_area .nursary_content_area .button_b.nursary_btn {
    line-height: 40px;
    text-decoration: none;
    padding: 0px 30px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    text-shadow: none;
}

/* End Nursary Css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Pricing Table css
============================================================================================ */
.pricing_area {
    background: url(../img/pricing_table_bg.jpg) no-repeat scroll 0 0;
    background-size: cover;
    z-index: 2;
    position: relative;
    padding: 90px 0px;
}

.pricing_area:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: -1;
}

.pricing_area .pricing_table {
    border: 2px solid #fff;
    padding: 60px 0px 40px 0px;
    border-radius: 5px;
}

.pricing_area .pricing_table .pricing_text {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: 0 auto;
    background: #fff;
    text-align: center;
    margin-bottom: 50px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.pricing_area .pricing_table .pricing_text h3 {
    line-height: 170px;
    font-size: 48px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #000;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.pricing_area .pricing_table .pricing_text h3 span {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    position: relative;
    top: -20px;
}

.pricing_area .pricing_table .pricing_text p {
    margin-top: -60px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #000;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.pricing_area .pricing_table .pricing_title {
    text-align: center;
}

.pricing_area .pricing_table .pricing_title h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
}

.pricing_area .pricing_table .pricing_title h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #fff;
    padding-bottom: 30px;
}

.pricing_area .pricing_table ul li {
    border-top: 1px solid #fff;
}

.pricing_area .pricing_table ul li a {
    padding: 0px 25px;
    overflow: hidden;
    display: block;
    line-height: 85px;
    font-size: 24px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.pricing_area .pricing_table ul li a span {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.pricing_area .pricing_table ul li a:hover {
    color: #1976d2;
}

.pricing_area .pricing_table ul li:last-child {
    border-bottom: 1px solid #fff;
}

.pricing_area .pricing_table .button_b.pricing_btn {
    text-decoration: none;
    font-weight: 300;
    display: block;
    margin: 0px 25px;
    text-align: center;
    border-radius: 0px;
    margin-top: 32px;
}

.pricing_area .pricing_table .button_b.pricing_btn:before {
    border-radius: 0px;
}

.pricing_area .pricing_table:hover .pricing_text {
    background: #ff5722;
}

.pricing_area .pricing_table:hover .pricing_text h3 {
    color: #fff;
}

.pricing_area .pricing_table:hover .pricing_text p {
    color: #fff;
}

/* End Pricing Table css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Calendar css
============================================================================================ */
.event_calendar_area {
    background: #f5f5f5;
    padding: 120px 0px;
    border-bottom: 20px solid #3f51b5;
}

.event_calendar_area .title {
    padding-bottom: 80px;
}

.calender_content {
    background: #ff5722;
    margin-right: -15px;
    border-radius: 15px 0px 0px 15px;
    padding: 50px 110px 100px 70px;
}

.calender_content .nav.nav-tabs {
    border: none;
    padding-bottom: 45px;
}

.calender_content .nav.nav-tabs li {
    border: none;
}

.calender_content .nav.nav-tabs li a {
    border: none;
    background: transparent;
    border-radius: 0px;
    padding: 0px;
    margin: 0px 15px;
    color: #fff;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 30px;
    padding: 0px 4px;
    position: relative;
    outline: none;
}

.calender_content .nav.nav-tabs li a:before {
    content: "|";
    position: absolute;
    left: -17px;
}

.calender_content .nav.nav-tabs li:first-child a {
    margin-left: 0px;
}

.calender_content .nav.nav-tabs li:first-child a:before {
    display: none;
}

.calender_content .nav.nav-tabs li.active a,
.calender_content .nav.nav-tabs li:hover a {
    border-bottom: 2px solid #fff;
}

.calender_content .tab-content .tab-pane h3 {
    font-size: 48px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding-bottom: 25px;
}

.calender_content .tab-content .tab-pane h4 {
    font-size: 36px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    padding-bottom: 40px;
}

.calender_content .tab-content .tab-pane h4 span {
    font-size: 18px;
    position: relative;
    top: -12px;
}

.calender_content .tab-content .tab-pane .event_content h5 {
    border-bottom: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    padding-bottom: 3px;
}

.calender_content .tab-content .tab-pane .event_content ul {
    padding: 20px 0px 40px 0px;
}

.calender_content .tab-content .tab-pane .event_content ul li {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.calender_content .tab-content .tab-pane .event_content ul li:before {
    content: "\F132";
    padding-right: 8px;
    font-family: "Material Design Icons";
}

.calender_main_area {
    background: #fff;
    margin-left: -15px;
    padding: 30px 45px 115px 45px;
    border-radius: 0px 15px 15px 0px;
    -webkit-box-shadow: -2px 3px 44px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 3px 44px -19px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 3px 44px -19px rgba(0, 0, 0, 0.75);
}

.calender_main_area .year {
    text-align: right;
    overflow: hidden;
    display: block;
    font-size: 48px;
    font-family: "Roboto", sans-serif;
    padding-bottom: 80px;
    font-weight: 300;
    padding-right: 20px;
}

.calender_main_area .month {
    padding-bottom: 15px;
}

.calender_main_area .month ul li {
    display: table-cell;
    width: 1%;
}

.calender_main_area .month ul li a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    outline: none;
    color: #212121;
}

.calender_main_area .month ul li:nth-child(10) a {
    font-size: 18px;
}

.calender_main_area .month ul li:first-child {
    padding-left: 0px;
}

.calender_main_area .month ul li:last-child {
    padding-right: 0px;
}

.calender_main_area .day ul {
    padding-right: 14px;
}

.calender_main_area .day ul li {
    display: table-cell;
    width: 16%;
}

.calender_main_area .day ul li a {
    font-size: 20.06px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    color: #212121;
    outline: none;
}

.calender_main_area .day_list ul li {
    display: inline-block;
    width: 13.6%;
    text-align: center;
    height: 50px;
}

.calender_main_area .day_list ul li a {
    display: block;
    text-align: center;
    font-size: 16.05px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #212121;
    text-decoration: none;
}

.calender_main_area .day_list ul li a.fri {
    height: 40px;
    width: 40px;
    border: 1px solid #cddc39;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 40px;
}

.calender_main_area .day_list ul li a.wed {
    height: 40px;
    width: 40px;
    border: 1px solid #1976d2;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 40px;
}

.calender_main_area .day_list ul li a.sat {
    height: 50px;
    width: 50px;
    background: #ff5722;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 50px;
    color: #fff;
    position: relative;
}

.calender_main_area .day_list ul li a.sat:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    display: block;
    position: absolute;
    left: 20px;
    bottom: 6px;
}

/* End Calendar css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.product_listing_area {
    padding: 50px 0px;
    background: #f5f5f5;
    border-bottom: 20px solid #3f51b5;
}

.product_style_are {
    overflow: hidden;
}

.product_style_are .style_left_content .nav.nav-tabs {
    border: none;
    float: left;
    overflow: hidden;
}

.product_style_are .style_left_content .nav.nav-tabs li a {
    background: transparent;
    border: none;
    font-size: 18px;
    padding: 0px;
    margin-right: 20px;
    color: #959595;
}

.product_style_are .style_left_content .nav.nav-tabs li.active a {
    color: #727272;
}

.product_style_are .style_left_content h4 {
    float: right;
    overflow: hidden;
    font-size: 14px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #959595;
    padding-top: 5px;
}

.product_style_are .style_right_content .date {
    float: left;
    overflow: hidden;
    margin-right: 40px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #959595;
}

.product_style_are .style_right_content .list {
    float: right;
    overflow: hidden;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #959595;
}

.product_main_list .tab-content .tab-pane .single_product {
    margin-top: 30px;
    background: #fff;
    height: 356px;
    overflow: hidden;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    position: relative;
    -webkit-box-shadow: -2px 9px 36px -16px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 9px 36px -16px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 9px 36px -16px rgba(0, 0, 0, 0.75);
    border-radius: 3px 3px 0px 0px;
}

.product_main_list .tab-content .tab-pane .single_product .product_img {
    max-width: 100%;
    position: relative;
}

.product_main_list .tab-content .tab-pane .single_product .product_img img {
    height: 270px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    width: 100%;
}

.product_main_list .tab-content .tab-pane .single_product .product_img:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}

.product_main_list .tab-content .tab-pane .single_product .product_content {
    padding: 15px 20px 20px 20px;
}

.product_main_list .tab-content .tab-pane .single_product .product_content .rate_rating_area {
    overflow: hidden;
}

.product_main_list .tab-content .tab-pane .single_product .product_content .rate_rating_area .rate {
    float: left;
    overflow: hidden;
}

.product_main_list .tab-content .tab-pane .single_product .product_content .rate_rating_area .rate h3 {
    font-size: 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #252525;
    padding-bottom: 10px;
}

.product_main_list .tab-content .tab-pane .single_product .product_content .rate_rating_area .rate p {
    font-size: 14px;
    color: #959595;
    font-weight: normal;
    font-style: italic;
    font-family: "Roboto", sans-serif;
}

.product_main_list .tab-content .tab-pane .single_product .product_content .rate_rating_area .rating {
    float: right;
    overflow: hidden;
}

.product_main_list .tab-content .tab-pane .single_product .product_content .rate_rating_area .rating ul li {
    float: left;
}

.product_main_list .tab-content .tab-pane .single_product .product_content .rate_rating_area .rating ul li a {
    color: #ffc107;
    font-size: 12px;
}

.product_main_list .tab-content .tab-pane .single_product .product_content .cart_option {
    overflow: hidden;
    opacity: 0;
    padding-top: 20px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.product_main_list .tab-content .tab-pane .single_product .product_content .cart_option .cart_btn {
    float: left;
}

.product_main_list .tab-content .tab-pane .single_product .product_content .cart_option .cart_btn a {
    line-height: 40px;
    background: #2196f3;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: none;
}

.product_main_list .tab-content .tab-pane .single_product .product_content .cart_option .cart_icon {
    float: right;
}

.product_main_list .tab-content .tab-pane .single_product .product_content .cart_option .cart_icon i {
    color: #cdcdcd;
    font-size: 24px;
    line-height: 40px;
}

.product_main_list .tab-content .tab-pane .single_product .product_content .cart_option .cart_icon .mdi-eye {
    margin-left: 10px;
}

.product_main_list .tab-content .tab-pane .single_product:hover {
    -webkit-box-shadow: -2px 9px 48px -18px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 9px 48px -18px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 9px 48px -18px rgba(0, 0, 0, 0.75);
}

.product_main_list .tab-content .tab-pane .single_product:hover .product_img:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.product_main_list .tab-content .tab-pane .single_product:hover .product_img img {
    height: 215px;
}

.product_main_list .tab-content .tab-pane .single_product:hover .cart_option {
    opacity: 1;
}

.product_main_list .tab-content .tab-pane .single_product .product_quary {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #ff5722;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 35px;
    position: absolute;
    text-align: center;
    top: 20px;
    right: 20px;
    font-size: 10px;
    text-transform: uppercase;
}

.product_main_list .tab-content .tab-pane .single_product .product_quary.new {
    background: #cddc39;
}

.product_paigenation {
    text-align: center;
}

.product_paigenation ul li {
    display: inline-block;
    padding: 80px 0px 72px 0px;
    margin-right: 10px;
}

.product_paigenation ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #959595;
    border: 1px solid #959595;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.product_paigenation ul li a:focus {
    background: #fff;
    color: #212121;
    border: 1px solid #fff;
    -webkit-box-shadow: -1px 10px 24px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 10px 24px -13px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 10px 24px -13px rgba(0, 0, 0, 0.75);
    outline: none;
}

.product_paigenation ul li.active a {
    background: #fff;
    color: #212121;
    border: 1px solid #fff;
}

.product_paigenation ul li:hover a {
    background: #fff;
    color: #212121;
    border: 1px solid #fff;
    -webkit-box-shadow: -1px 10px 24px -13px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 10px 24px -13px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 10px 24px -13px rgba(0, 0, 0, 0.75);
    outline: none;
}

.product_paigenation ul li:last-child {
    margin-right: 0px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.right_sidebar_widget {
    margin-bottom: 60px;
    overflow: hidden;
}

.right_sidebar_widget .widget_title {
    padding-bottom: 25px;
}

.right_sidebar_widget .widget_title h3 {
    font-size: 18px;
    font-weight: normal;
    font-family: "Roboto", sans-serif;
    color: #252525;
    text-transform: uppercase;
    border-left: 3px solid #2196f3;
    padding-left: 8px;
}

.right_sidebar_widget .categori_list {
    padding-top: 20px;
}

.right_sidebar_widget .categori_list ul li {
    padding-bottom: 40px;
}

.right_sidebar_widget .categori_list ul li a {
    color: #252525;
    display: block;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.right_sidebar_widget .categori_list ul li a span {
    text-align: right;
    float: right;
    color: #cccccc;
}

.right_sidebar_widget .categori_list ul li a+ul {
    padding-left: 18px;
    padding-top: 40px;
}

.right_sidebar_widget .categori_list ul li a+ul li {
    padding-bottom: 30px;
}

.right_sidebar_widget .categori_list ul li a+ul li a {
    color: #959595;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-shadow: none;
}

.right_sidebar_widget .categori_list ul li:last-child {
    padding-bottom: 0px;
}

.right_sidebar_widget .filter_slider_area {
    padding-left: 10px;
    margin-top: 10px;
}

.right_sidebar_widget .filter_slider_area #slider-range {
    border: none;
    border-radius: 0px;
    height: 2px;
    background: #cccccc;
    cursor: poRoboto;
}

.right_sidebar_widget .filter_slider_area #slider-range .ui-slider-range {
    background: #2196f3;
}

.right_sidebar_widget .filter_slider_area #slider-range .ui-slider-handle {
    height: 12px;
    width: 12px;
    background: #2196f3;
    border: none;
    border-radius: 50%;
    cursor: poRoboto;
}

.right_sidebar_widget .filter_slider_area #slider-range .ui-slider-handle:hover,
.right_sidebar_widget .filter_slider_area #slider-range .ui-slider-handle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.right_sidebar_widget .filter_slider_area .filter_content {
    padding-top: 25px;
}

.right_sidebar_widget .filter_slider_area .filter_content input {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: -10px;
    color: #636363;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    width: 70px;
    line-height: 40px;
}

.right_sidebar_widget .filter_slider_area .filter_content a {
    float: right;
    line-height: 40px;
    text-transform: none;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    padding: 0px 35px;
    text-decoration: none;
    background: #1976d2;
}

.right_sidebar_widget .order_img {
    position: relative;
    margin-top: 60px;
}

.right_sidebar_widget .order_img img {
    max-width: 100%;
}

.right_sidebar_widget .order_img:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
}

.right_sidebar_widget .order_img h4 {
    position: absolute;
    width: 100%;
    display: block;
    text-align: center;
    top: 0px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 300;
}

.search_option input {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #ebebeb;
    line-height: 50px;
    height: 50px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #959595;
    font-style: italic;
    outline: none;
    padding-left: 20px;
    border-radius: 0px;
}

.search_option input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
}

.search_option .input-group-btn {
    border-radius: 0px;
}

.search_option .input-group-btn button {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 50px;
    height: 50px;
    background: #ebebeb;
    padding: 0px;
    padding-right: 20px;
    border-radius: 0px;
}

.search_option .input-group-btn button i {
    line-height: 50px;
    font-size: 16px;
    color: #959595;
}

.popular_post_area .single_popular_post {
    padding-bottom: 20px;
}

.popular_post_area .single_popular_post .media .media-left {
    padding-right: 20px;
}

.popular_post_area .single_popular_post .media .media-body a {
    text-decoration: none;
}

.popular_post_area .single_popular_post .media .media-body a h4 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 18px;
    color: #252525;
    padding: 8px 0px 12px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.popular_post_area .single_popular_post .media .media-body a:hover h4 {
    color: #1976d2;
}

.popular_post_area .single_popular_post .media .media-body h5 {
    color: #959595;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
}

.popular_post_area .single_popular_post .media .media-body h5 i {
    margin-right: 8px;
}

.popular_post_area .single_popular_post:last-child {
    padding-bottom: 0px;
}

.tags_widget ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tags_widget ul li a {
    text-decoration: none;
    line-height: 30px;
    display: inline-block;
    padding: 0px 15px;
    border: 1px solid #cccccc;
    color: #959595;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 14px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.tags_widget ul li:nth-child(3) {
    margin-right: 0px;
}

.tags_widget ul li:hover a {
    background: #2196f3;
    border: 1px solid #2196f3;
    color: #fff;
}

.right_sidebar_widget .order_img.no_mg {
    margin-top: 0px;
}

/* Teacher Detail Page Right Sidebar css
============================================================================================ */
.latest_teacher_list .latest_teacher_single_list .media {
    padding-bottom: 30px;
}

.latest_teacher_list .latest_teacher_single_list .media .media-left {
    padding-right: 18px;
}

.latest_teacher_list .latest_teacher_single_list .media-body a {
    text-decoration: none;
}

.latest_teacher_list .latest_teacher_single_list .media-body a h4 {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #252525;
    padding-bottom: 10px;
    padding-top: 14px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.latest_teacher_list .latest_teacher_single_list .media-body a:hover h4 {
    color: #1976d2;
}

.latest_teacher_list .latest_teacher_single_list .media-body h5 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #636363;
    font-style: italic;
}

.latest_teacher_list .latest_teacher_single_list:last-child .media {
    padding-bottom: 0px;
}

.categori_list.course_list ul li a+ul {
    padding-left: 0px;
    padding-top: 40px;
}

/* End Teacher Detail Page Right Sidebar css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.construction {
    background: url("../img/construction/1.jpg") no-repeat scroll center 0;
    background-size: cover;
    padding: 160px 0;
    min-height: 100vh;
}

.construction .content-wrapper h2 {
    font: 300 150px "Roboto", sans-serif;
    font-style: italic;
    color: #323232;
}

.construction .content-wrapper h3 {
    font: 400 20px/30px "Roboto", sans-serif;
    color: #313131;
    padding-top: 26px;
}

.construction .content-wrapper h3+h3 {
    padding-top: 0;
}

.construction .content-wrapper p {
    padding-top: 28px;
    font: 400 15px/24px "Roboto", sans-serif;
    color: #636363;
    letter-spacing: 0.3px;
}

.construction .content-wrapper p a {
    text-decoration: none;
    color: #2196f3;
}

.construction .content-wrapper .button_b {
    margin-top: 70px;
    text-decoration: none;
    font-size: 13px;
    padding: 0px 36px;
    line-height: 42px;
}

.construction .content-wrapper .button_b i {
    margin-left: 5px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.coming-soon-section {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.coming-soon-section .coming-soon-left {
    width: calc(50% + 87px);
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    float: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.coming-soon-section .coming-soon-left .primary-content {
    width: 672px;
    float: right;
    padding-right: 75px;
}

.coming-soon-section .coming-soon-left .primary-content h2 {
    font: 300 40px "Roboto", sans-serif;
    letter-spacing: 0.4px;
    color: #212121;
    padding: 50px 0px 35px;
    width: 80%;
}

.coming-soon-section .coming-soon-left .primary-content p {
    font: 300 13px/24px "Roboto", sans-serif;
    letter-spacing: 0.4px;
    color: #969595;
    width: 96%;
}

.coming-soon-section .coming-soon-left .primary-content .timer .countdown {
    margin-top: 96px;
}

.coming-soon-section .coming-soon-left .primary-content .timer .countdown .countdown_row .countdown_section {
    display: inline-block;
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 13px;
    color: #969595;
    padding-top: 10px;
    border-right: 1px solid #cccccc;
}

.coming-soon-section .coming-soon-left .primary-content .timer .countdown .countdown_row .countdown_section .countdown_amount {
    font: 300 50px/30px "Roboto", sans-serif;
    padding: 0px 35px 15px;
    color: #212121;
    display: inline-block;
    letter-spacing: 0.4px;
}

.coming-soon-section .coming-soon-left .primary-content .timer .countdown .countdown_row .countdown_section:first-child {
    border-left: 1px solid #cccccc;
}

.coming-soon-section .coming-soon-left .primary-content .timer .timer-width {
    margin-top: 95px;
}

.coming-soon-section .coming-soon-left .primary-content .timer .timer-width .form-input {
    width: 62%;
    overflow: hidden;
    float: left;
    margin-right: 1%;
    border-bottom: 1px solid #cccccc;
}

.coming-soon-section .coming-soon-left .primary-content .timer .timer-width .form-input .input-width {
    width: 100%;
    border: none;
    font: 300 13px "Roboto", sans-serif;
    letter-spacing: 0.4px;
    color: #636363;
    line-height: 37px;
    color: #636363;
}

.coming-soon-section .coming-soon-left .primary-content .timer .timer-width .form-input .input-width:focus {
    outline: none;
}

.coming-soon-section .coming-soon-left .primary-content .timer .timer-width .form-button .button_b {
    padding: 0 25px;
    line-height: 40px;
    text-decoration: none;
}

.coming-soon-section .coming-soon-left .primary-content .timer .timer-width ul {
    margin-top: 43px;
    padding: 0px;
}

.coming-soon-section .coming-soon-left .primary-content .timer .timer-width ul li {
    display: inline-block;
    margin-right: 20px;
}

.coming-soon-section .coming-soon-left .primary-content .timer .timer-width ul li.active a {
    background: #1976d2;
}

.coming-soon-section .coming-soon-left .primary-content .timer .timer-width ul li a {
    text-align: center;
    padding: 0px 3px;
    background: #cccccc;
    color: #fff;
    font-size: 18px;
    border-radius: 2px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.coming-soon-section .coming-soon-left .primary-content .timer .timer-width ul li a:hover {
    background: #1976d2;
}

.coming-soon-section .coming-soon-right {
    width: calc(50% - 87px);
    float: left;
    background: url("../img/comingsoon/1.jpg") no-repeat scroll center 0;
    background-size: cover;
    min-height: 100vh;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Single Blog Area Css
============================================================================================ */
.single_blog_area {
    background: #f5f5f5;
    border-bottom: 20px solid #3f51b5;
    padding: 60px 0px;
}

.single_blog_main_area {
    background: #fff;
    -webkit-box-shadow: -2px 10px 11px -10px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -2px 10px 11px -10px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 10px 11px -10px rgba(0, 0, 0, 0.75);
    border-radius: 0px 0px 3px 3px;
}

.single_blog_main_area .single_blog_img img {
    max-width: 100%;
}

.single_blog_main_area .single_blog_content {
    padding: 50px 30px 60px;
}

.single_blog_main_area .single_blog_content p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 30px;
    color: #636363;
    margin-bottom: 20px;
}

.single_blog_main_area .single_blog_content p.blog_border_text {
    position: relative;
    padding-left: 60px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: italic;
    line-height: 30px;
}

.single_blog_main_area .single_blog_content p.blog_border_text:before {
    content: "";
    height: 88%;
    width: 3px;
    display: block;
    position: absolute;
    left: 40px;
    top: 6px;
    background: #2196f3;
}

.single_blog_main_area .single_blog_content .single_post_pagination {
    overflow: hidden;
    padding: 20px 0px 45px;
}

.single_blog_main_area .single_blog_content .single_post_pagination .previous {
    font-size: 16px;
    color: #212121;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.single_blog_main_area .single_blog_content .single_post_pagination .previous a {
    font-size: 16px;
    color: #212121;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.single_blog_main_area .single_blog_content .single_post_pagination .previous a i {
    margin-right: 3px;
}

.single_blog_main_area .single_blog_content .single_post_pagination .previous a:hover {
    color: #2196f3;
}

.single_blog_main_area .single_blog_content .single_post_pagination .next {
    font-size: 16px;
    color: #212121;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.single_blog_main_area .single_blog_content .single_post_pagination .next a {
    font-size: 16px;
    color: #212121;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.single_blog_main_area .single_blog_content .single_post_pagination .next a i {
    margin-left: 3px;
}

.single_blog_main_area .single_blog_content .single_post_pagination .next a:hover {
    color: #2196f3;
}

.single_blog_main_area .single_blog_content .tags_area {
    overflow: hidden;
}

.single_blog_main_area .single_blog_content .tags_area .tage_button i {
    font-size: 24px;
    color: #2196f3;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.single_blog_main_area .single_blog_content .tags_area .tage_button a {
    margin-right: 5px;
    display: inline-block;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 20px;
    border: 1px solid #959595;
    color: #959595;
    width: 60px;
    text-align: center;
    text-decoration: none;
    border-radius: 3px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.single_blog_main_area .single_blog_content .tags_area .tage_button a:hover {
    background: #2196f3;
    color: #fff;
    border: 1px solid #2196f3;
}

.single_blog_main_area .single_blog_content .tags_area a.education {
    width: 80px;
}

.single_blog_main_area .single_blog_content .tags_area .view_content a {
    font-size: 14px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #959595;
    margin-left: 30px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    text-decoration: none;
}

.single_blog_main_area .single_blog_content .tags_area .view_content a i {
    color: #cccccc;
    font-size: 24px;
    margin-right: 5px;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.single_blog_main_area .single_blog_content .tags_area .view_content a:hover {
    color: #2196f3;
}

.single_blog_main_area .single_blog_content .tags_area .view_content a:hover i {
    color: #2196f3;
}

/* End Single Blog Area Css
============================================================================================ */
/* End Single Blog Author Css
============================================================================================ */
.post_author_area {
    background: #2196f3;
    margin: 55px 0px;
    padding: 30px 30px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 10px 29px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 29px -19px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 29px -19px rgba(0, 0, 0, 0.75);
}

.post_author_area .media .media-left {
    padding-right: 20px;
}

.post_author_area .media .media-body h4 {
    font-size: 24px;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
    color: #fff;
}

.post_author_area .media .media-body h5 {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
    padding: 15px 0px 30px;
}

.post_author_area .media .media-body p {
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 22px;
    color: #fff;
}

/* End Single Blog Author Css
============================================================================================ */
/* Related Post Css
============================================================================================ */
.related_post {
    margin-top: 60px;
}

.related_post .related_post_slider .single_related_post {
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 1px 16px 45px -23px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 16px 45px -23px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 16px 45px -23px rgba(0, 0, 0, 0.75);
}

.related_post .related_post_slider .single_related_post img {
    border-radius: 5px 5px 0px 0px;
}

.related_post .related_post_slider .single_related_post .related_post_content {
    padding: 25px 17px;
}

.related_post .related_post_slider .single_related_post .related_post_content h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #212121;
    padding-bottom: 10px;
}

.related_post .related_post_slider .single_related_post .related_post_content h4 {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-style: italic;
    color: #959595;
}

.related_post .related_post_slider .owl-controls {
    text-align: center;
    margin: 55px 0px 90px;
}

.related_post .related_post_slider .owl-controls .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
    color: #959595;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    margin-right: 10px;
}

.related_post .related_post_slider .owl-controls .owl-nav .owl-prev i {
    line-height: 40px;
}

.related_post .related_post_slider .owl-controls .owl-nav .owl-prev:hover {
    color: #1976d2;
    border: 1px solid #1976d2;
}

.related_post .related_post_slider .owl-controls .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 50%;
    font-size: 18px;
    color: #959595;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.related_post .related_post_slider .owl-controls .owl-nav .owl-next i {
    line-height: 40px;
}

.related_post .related_post_slider .owl-controls .owl-nav .owl-next:hover {
    color: #1976d2;
    border: 1px solid #1976d2;
}

/* End Related Post Css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.single_blog_comment_area {
    background: #fff;
    padding: 45px 30px 60px;
    -webkit-box-shadow: 0px 10px 29px -19px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 29px -19px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 29px -19px rgba(0, 0, 0, 0.75);
}

.single_blog_comment_area h3 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #252525;
}

.comment_content_area .single_comment {
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
}

.comment_content_area .single_comment .media .media-left {
    padding-right: 30px;
}

.comment_content_area .single_comment .media .media-body h4 {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #252525;
    font-weight: 500;
}

.comment_content_area .single_comment .media .media-body p {
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    line-height: 24px;
    color: #636363;
    padding: 15px 0px 25px;
}

.comment_content_area .single_comment .media .media-body a {
    padding-bottom: 28px;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #959595;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    text-decoration: none;
}

.comment_content_area .single_comment .media .media-body a i {
    margin-right: 8px;
}

.comment_content_area .single_comment .media .media-body a:hover {
    color: #2196f3;
}

.comment_content_area .single_comment.reply_comment .media {
    padding-left: 40px;
}

.comment_box.row.m0 {
    margin-top: 50px;
}

.comment_box.row.m0 h3 {
    font-size: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: #252525;
}

.comment_box.row.m0 .connect_area {
    padding: 25px 0px 25px;
    color: #959595;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.comment_box.row.m0 .connect_area a {
    margin-left: 10px;
    text-decoration: none;
    color: #959595;
}

.comment_box.row.m0 .form-group {
    padding: 0px;
}

.comment_box.row.m0 .form-group input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    background: transparent;
    border-radius: 0px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    height: 45px;
    line-height: 45px;
    padding-left: 0px;
    color: #636363;
    padding-right: 0px;
    color: #636363;
}

.comment_box.row.m0 .form-group input:focus {
    border-bottom: 1px solid #2196f3;
}

.comment_box.row.m0 .form-group.name {
    padding-right: 15px;
}

.comment_box.row.m0 .form-group.email {
    padding-left: 15px;
}

.comment_box.row.m0 .form-group textarea {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #cccccc;
    background: transparent;
    border-radius: 0px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    height: 45px;
    line-height: 26px;
    resize: none;
    color: #636363;
    padding-left: 0px;
    margin-top: 50px;
    color: #636363;
}

.comment_box.row.m0 .form-group textarea:focus {
    border-bottom: 1px solid #2196f3;
}

.comment_box.row.m0 .btn.btn-default.button_b {
    padding: 0px 86px;
    border: none;
    margin-top: 65px;
    line-height: 70px;
    font-size: 16px;
    font-weight: 300;
    background: #2196f3;
}

.comment_box.row.m0 .btn.btn-default.button_b i {
    margin-left: 8px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Main Area
============================================================================================ */
.footer_main_area {
    background: #f5f5f5;
    padding: 80px 0px;
}

.footer_main_area .widget.first_widget img {
    margin-top: 75px;
}

.footer_main_area .widget.first_widget p {
    color: #727272;
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
}

.footer_main_area .widget.secand_widget address {
    color: #959595;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 24px;
}

.footer_main_area .widget.secand_widget address ul {
    padding-top: 20px;
}

.footer_main_area .widget.secand_widget address ul li a {
    color: #959595;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    line-height: 36px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.footer_main_area .widget.secand_widget address ul li a i {
    margin-right: 10px;
}

.footer_main_area .widget.secand_widget address ul li a:hover {
    color: #1976d2;
}

.footer_main_area .widget.secand_widget .social_icon {
    display: block;
    overflow: hidden;
    padding-right: 30px;
}

.footer_main_area .widget.secand_widget .social_icon ul li {
    width: 17.6%;
    float: left;
    overflow: hidden;
    margin-right: 3%;
    text-align: center;
    background: #1976d2;
    line-height: 40px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    z-index: 2;
}

.footer_main_area .widget.secand_widget .social_icon ul li a {
    color: #fff;
    font-size: 14px;
}

.footer_main_area .widget.secand_widget .social_icon ul li:last-child {
    margin-right: 0px;
}

.footer_main_area .widget.secand_widget .social_icon ul li:nth-child(2) {
    background: #fcd900;
}

.footer_main_area .widget.secand_widget .social_icon ul li:nth-child(2):before {
    background: #e4c504;
}

.footer_main_area .widget.secand_widget .social_icon ul li:nth-child(3) {
    background: #ff5722;
}

.footer_main_area .widget.secand_widget .social_icon ul li:nth-child(3):before {
    background: #db3703;
}

.footer_main_area .widget.secand_widget .social_icon ul li:nth-child(4) {
    background: #3f51b5;
}

.footer_main_area .widget.secand_widget .social_icon ul li:nth-child(4):before {
    background: #162db1;
}

.footer_main_area .widget.secand_widget .social_icon ul li:last-child {
    background: #afb42b;
}

.footer_main_area .widget.secand_widget .social_icon ul li:last-child:before {
    background: #a1a70d;
}

.footer_main_area .widget.secand_widget .social_icon ul li:before {
    content: "";
    background: #0d62b6;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
    left: 0px;
    top: 0px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    border-radius: 5px;
}

.footer_main_area .widget.secand_widget .social_icon ul li:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.footer_main_area .widget.third_widget ul li {
    width: 31.5%;
    float: left;
    overflow: hidden;
    margin-right: 2.75%;
}

.footer_main_area .widget.third_widget ul li:nth-child(3) {
    margin-right: 0px;
}

.footer_main_area .widget.third_widget ul li:last-child {
    margin-right: 0px;
}

.footer_main_area .widget.third_widget ul li a {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.footer_main_area .widget.third_widget ul li a img {
    width: 100%;
}

.footer_main_area .widget.fourth_widget p {
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #959595;
    padding-bottom: 30px;
}

.footer_main_area .widget.fourth_widget .form-control {
    border: none;
    border-radius: 0px;
    width: 100%;
    line-height: 60px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #959595;
    height: 60px;
    padding: 0px 15px;
    border: 1px solid transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
}

.footer_main_area .widget.fourth_widget .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border: 1px solid #1976d2;
}

.footer_main_area .widget.fourth_widget a {
    line-height: 50px;
    text-decoration: none;
}

.footer_main_area.footer_black_bg {
    background: #212121;
}

/* End Footer Main Area
============================================================================================ */
/* Footer Title css
============================================================================================ */
.footer_main_area .title h3 {
    font-size: 18px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: #727272;
    padding-bottom: 40px;
    text-transform: uppercase;
    font-weight: 400;
}

/* End Footer Title css
============================================================================================ */
/* Footer Copy Right Area
============================================================================================ */
.footer_copyright .copy_right_content {
    line-height: 80px;
    color: #959595;
    font-size: 12px;
}

.footer_copyright .copy_right_list ul li {
    display: inline-block;
}

.footer_copyright .copy_right_list ul li a {
    color: #959595;
    line-height: 80px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    border-right: 1px solid #959595;
    padding: 0px 10px;
    text-decoration: none;
    -webkit-transition: all 300ms linear 0s;
    -o-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.footer_copyright .copy_right_list ul li a:hover {
    color: #1976d2;
}

.footer_copyright .copy_right_list ul li:last-child a {
    border: none;
    padding-right: 0px;
}

.content {
    padding: 10px;
}

.contact_ifo a:not(:last-child), .login_are a:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    padding-right: 15px;
}