/*============================================================
Theme Name: EduTouch
Theme URI: http://codecorns.com/edutouch
Author: Gazi Shariful Islam
Author URI: http://codecorns.com
Description: EduTouch HTML5 Responsive Academic Template by CodeCorns taem
Version: 1.0.0
Tags: responsive, multipage themplate, academic, education, slider, parallax
==============================================================*/


/*  Table of content  */


/*-------------------------
01. THEME GENEREL CSS
02. PRELOADER
03. NAVBER
04. SECONDARY BANNER

    HOME PAGE
    01. ABOUT-HOME
    02. COURSE-HOME
    03. SERVICES-HOME
    04. TEACHERS-HOME
    05. LIBRARY-HOME
    06. GALLERY-HOME
    07. COUNTER-HOME
    08. SEARCH-COURSES
    09. BLOG-HOME
    10. VIDEO-HOME
    11. TESTIMONIALS
    12. SUBSCRIBE

05.COURSES
06.TEACHERS
07. EVENTS
08. BLOG
09. BLOG TWO COLUMN
10. BLOG WITH SIDEBAR
11. SINGLE BLOG POST
12. COURSE DETAIL
13. RESULT
14. ABOUT
15. CONTACT
16. 404
17. BACK TO TOP
18. FOOTER

 THE END

// Responsive //

--------------------------*/


/*----------------------------------------
               GOOGLE FONTS
------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

/*
Specify in CSS
Use the following CSS rules to specify these families:
font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;
*/


/*----------------------------------------
         01. THEME GENEREL CSS
------------------------------------------*/

* {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style: none;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
    outline: none;
}

img {
    border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
}

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

.result .table{
	margin-bottom: 0;
}

.border-btm {
    margin: 26px auto 31px;
    width: 250px;
    height: 3px;
    border-radius: 10px;
    background: #FFB606;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #FFB606;
    border-color: #FFB606;
}

.pagination>li>a,
.pagination>li>span {
    color: #FFB606;
}

.breadcrumb>.active {
    color: #FFB606;
}

.owl-carousel {
    margin: 0 auto;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.divider-50 {
    clear: both;
    padding: 25px 0;
}

.divider-70 {
    clear: both;
    padding: 35px 0;
}

.divider-100 {
    clear: both;
    padding: 50px 0;
}


/*----------------------------------------
            02. PRELOADER
------------------------------------------*/

.main-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    background-color: #fff;
    text-align: center;
}

.main-preloader .main-preloader-inner {
    position: absolute;
    top: 50%;
    width: 100%;
}

.main-preloader .preloader-percentage {
    font-family: Open Sans;
    font-weight: bolder;
    font-size: 48px;
    color: #FFB606;
    margin: 0;
}

.main-preloader .preloader-percentage span {
    display: inline-block;
    font-size: 50px;
}


/*----------------------------------------
                03. NAVBER
------------------------------------------*/

nav {
    background: rgba(0, 0, 0, 0.5) !important;
}

nav img {
    width: 200px;
    margin: 25px 0 0;
}

nav ul li {
    margin: 0 5px;
    line-height: 80px;
}

.dropdown li a {
    font-weight: 700;
    line-height: 30px;
}

.navbar-default .navbar-nav>li>a {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    padding: 0 10px;
    display: inline-block;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #FFB606;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #FFB606;
    background: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: #FFB606;
}

.navbar-default .navbar-toggle .icon-bar {
    background: #fff;
}

.navbar-toggle {
    margin: 15px;
    border: none;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #FFB606;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #FFB606;
    background: transparent;
}

.navbar-toggle .icon-bar {
    width: 28px;
    height: 3px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.toggle.bar1 {
    -webkit-transform: rotate(-45deg) translate(0px, 6px);
    transform: rotate(-45deg) translate(0px, 6px);
}

.toggle.bar2 {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.toggle.bar3 {
    -webkit-transform: rotate(45deg) translate(-3px, -10px);
    transform: rotate(45deg) translate(-3px, -10px);
}

.navbar-collapse {
    padding-left: 30px;
}


/*----------------------------------------
        04. SECONDARY BANNER
------------------------------------------*/

.secondary-bnr {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/1280x854.png);
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/1280x854.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0;
}

.secondary-bnr h2 {
    font-size: 52px;
    color: #fff;
    font-weight: 700;
}

.secondary-bnr-content .breadcrumb {
    background: transparent;
    float: right;
}

.secondary-bnr-content .breadcrumb li a {
    color: #fff;
    font-weight: 600;
}


/*----------------------------------------
            01. ABOUT-HOME
------------------------------------------*/

.about-home {
    padding: 100px 0;
    border-bottom: 1px solid #ccc;
}

.about-home h2 {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    color: #222;
}

.about-home h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #525252;
}

.about-home h3 {
    font-size: 34px;
    font-weight: 700;
}

.about-home span {
    color: #FFB606;
}

.about-home p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5em;
    padding: 25px 0;
}

.about-home ul li {
    line-height: 2.5em;
}

.about-home ul li a {
    color: #222;
    font-size: 16px;
    font-weight: 500;
}

.about-home ul li i {
    color: #FFB606;
    margin-right: 15px;
}

.about-home button {
    background: transparent;
    border: none;
}

.about-home span a {
    font-size: 16px;
    font-weight: 700;
    border: 2px solid #FFB606;
    color: #FFB606;
    padding: 15px 25px;
    margin-top: 15px;
}


/*----------------------------------------
            02. COURSE-HOME
------------------------------------------*/

.course-home {
    padding: 100px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.course-home h2 {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    color: #222;
}

.course-home h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #525252;
}

.course-item {
    width: 100%;
    cursor: all-scroll;
}

.course-item>img {
    position: relative;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.author-img {
    position: absolute;
    width: 60px;
    top: 0;
}

.course-content {
    border: 1px solid #FFB606;
    padding: 30px 15px;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.hvr-rectangle-out {
    background: #fff;
}

.course-content h3 {
    margin-bottom: 30px;
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #222;
}

.course-content i {
    color: #FFB606;
    margin-right: 10px;
}

.course-content li {
    font-weight: 900;
    color: #525252;
    margin-bottom: 10px;
}

.course-content .list-inline>li {
    padding: 0;
}

.course-content .list-inline {
    margin-left: 0;
}

.course-content ul li span {
    font-weight: 500;
    color: #000;
}

.star ul li {
    padding: 0;
    margin: 0;
    border: none;
}

.star ul li a {
    padding: 0;
    margin: 0;
    border: none;
}

.star ul li i {
    margin: 0;
    color: #FFB606;
}

.course-content p {
    font-size: 14px;
    word-spacing: 2px;
    font-weight: 500;
    line-height: 25px;
    margin: 5px 0 30px;
}

.course-content a {
    font-size: 14px;
    padding: 8px 20px;
    font-weight: 700;
    color: #FFB606;
    border: 1px solid #FFB606;
    border-radius: 2px;
}


/*----------------------------------------
        03. SERVICES-HOME
------------------------------------------*/

.services-home {
    padding: 100px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.services-home h2 {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    color: #222;
}

.services-home h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #525252;
}

.service-item {
    text-align: center;
    padding: 0 15px 20px;
    border: 1px solid #FFB606;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service-item:hover {
    box-shadow: 5px 10px 20px 0px rgba(255, 182, 6, 0.5);
}

.service-item i {
    padding: 5px;
    margin-top: -35px;
    border-radius: 5px;
    border: 1px solid #FFB606;
    color: #FFB606;
    background: #fff;
}

.service-item h3 {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 0 15px;
    text-transform: uppercase;
}

.service-item p {
    line-height: 25px;
    font-weight: 400;
    padding-bottom: 25px;
}


/*----------------------------------------
            04. TEACHERS-HOME
------------------------------------------*/

.teachers-home {
    padding: 100px 0;
    color: #fff;
    border-bottom: 1px solid #ccc;
}

.teachers-home h2 {
    font-size: 38px;
    color: #222;
    font-weight: bolder;
    text-align: center;
}

.teachers-home h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #525252;
    text-align: center;
}

.teacher-item {
    width: 100%;
}

.teacher-item:hover {
    cursor: all-scroll;
}


/*----------------------------------------
            05. LIBRARY-HOME
------------------------------------------*/

.library-home {
    padding: 100px 0;
    border-bottom: 1px solid #ccc;
}

.library-home h2 {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    color: #222;
}

.library-home h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #525252;
}

.kc-item img {
    position: absolute;
    width: 100%;
}


/*----------------------------------------
            06. GALLERY-HOME
------------------------------------------*/

.gallery-home {
    padding: 100px 0;
    background: #fff;
}

.gallery-home h2 {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    color: #222;
}

.gallery-home h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #525252;
}

.gallery-home ul {
    text-align: center;
}

.gallery-home ul li {
    padding: 10px 20px;
    font-weight: 600;
    background: #FFB606;
    color: #fff;
    cursor: pointer;
    margin: 0 2px;
    border-radius: 2px;
}

.gallery-home ul li:hover {
    background: #FFB606;
}

.gallery-home ul li.active {
    background: #FFB606;
}

.gallery-home .col-sm-4 {
    padding: 0;
}

.gallery-item {
    position: relative;
}

.gallery-overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 182, 6, 0.5);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.gallery-item:hover .gallery-overlay {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.gallery-overlay h4 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 30px;
}

.gallery-overlay i {
    color: #fff;
    padding: 5px;
    border: 1px solid #fff;
}


/*----------------------------------------
            07. COUNTER-HOME
------------------------------------------*/

.counter-home {
    padding: 100px 0;
    color: #fff;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/1280x854.png);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/1280x854.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.counter-home h3 {
    font-size: 48px;
    font-weight: 600;
    font-family: Open sans;
    padding: 25px 0 20px;
}

.counter-home h4 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}


/*----------------------------------------
            09. BLOG-HOME
------------------------------------------*/

.blog-home {
    padding: 100px 0;
    background: #fff;
}

.blog-home h2 {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    color: #222;
}

.blog-home h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #525252;
}

.blog-item img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.blog-item {
    position: relative;
}

.post-date {
    display: inline-block;
    font-size: 28px;
    font-family: Open Sans;
    background: #FFB606;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    position: absolute;
    font-weight: 700;
    top: 0;
    border-radius: 5px 0 0 0;
}

.post-date span {
    font-family: Raleway;
    font-size: 16px;
    display: block;
}

.blog-content {
    border: 1px solid #ccc;
    padding: 30px 15px 40px;
    border-top: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.blog-content h3 {
    font-weight: 600;
    color: #222;
    padding-bottom: 20px;
}

.blog-content ul li a {
    color: #525252;
}

.blog-content ul li i {
    margin-right: 10px;
}

.blog-content p {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 1.5em;
    padding: 10px 0;
}

.blog-content>a {
    font-size: 16px;
    padding: 8px 20px;
    font-weight: 700;
    color: #FFB606;
    border: 1px solid #FFB606;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-content>a:hover {
    background: #FFB606;
    color: #fff;
}


/*----------------------------------------
            10. VIDEO-HOME
------------------------------------------*/

.video-home {
    padding: 143px 0 150px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/1366x588.png);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/1366x588.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.video-home h3 {
    font-size: 38px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
}

.video-home a i {
    margin-left: 5px;
}

.video-home a {
    color: #fff;
    display: inline-block;
    border: 2px solid #fff;
    padding: 18px 10px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.video-home a:hover {
    color: #fff;
    border: 2px dashed #FFB606;
}


/*----------------------------------------
        11. TESTIMONIALS
------------------------------------------*/

.testimonials-home {
    padding: 100px 0;
    background: #fff;
}

.testimonials-home h2 {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    color: #222;
}

.testimonials-home h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #525252;
}

.testimonials-home img {
    margin: 0 auto;
    border: 1px solid #e3dddd;
}

.testimonials-home h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 20px 0 10px;
    color: #222;
}

.testimonials-home em {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.testimonials-home i {
    color: #FFB606;
    margin: 30px;
}

.testimonials-home p {
    font-size: 16px;
    font-weight: 300;
    padding: 15px 15px 0 15px;
    line-height: 1.5em;
}


/*----------------------------------------
           12. SUBSCRIBE
------------------------------------------*/

.subscribe-home {
    padding: 146px 0 135px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/1280x854.png);
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/1280x854.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.subscribe-home h3 {
    font-size: 34px;
    font-weight: 500;
    padding-bottom: 30px;
}

.subscribe-home h5 {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 50px;
}

.subscribe-home form {
    clear: both;
    padding: 0 200px;
}

.subscribe-home form input {
    float: left;
    width: 70%;
    padding: 0 15px;
    font-size: 18px;
    height: 50px;
    background: transparent;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #fff;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.subscribe-home form button {
    float: left;
    width: 30%;
    font-size: 17px;
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    padding: 12px 30px;
    border: 1px solid #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.subscribe-home form button:hover {
    background: rgba(255, 255, 255, 0.5);
}


/*----------------------------------------
                05.COURSES
------------------------------------------*/

.courses {
    padding: 70px 0;
}

.courses h2 {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    color: #969696;
}

.courses h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #969696;
    margin-bottom: 20px;
}

.courses-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 320px;
    margin: 30px;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.courses-item a {
    color: #222;
}

.courses-item:hover {
    box-shadow: rgba(255, 182, 6, 0.5) 0px 0px 50px;
}

.courses-item h3 {
    font-weight: bolder;
    font-size: 16px;
    padding: 15px 0 5px;
}

.courses-item p {
    margin-bottom: 15px;
    color: #767676;
}


/*----------------------------------------
            06.TEACHERS
------------------------------------------*/

.all-teachers {
    padding: 100px 0;
}

.all-teachers h2 {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    color: #969696;
}

.all-teachers h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #969696;
    margin-bottom: 25px;
}

.all-teacher-item {
    max-width: 340px;
    margin: 0 25px;
}

.all-teacher-content {
    background: #FFB606;
    color: #fff;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.all-teacher-content p {
    padding: 5px 0 10px;
}

.all-teacher-content .list-inline {
    margin-left: 0;
}

.all-teacher-content ul {
    background: #fff;
    padding: 10px 0
}

.all-teacher-content li:nth-child(1) i {
    color: #3b5998;
}

.all-teacher-content li:nth-child(2) i {
    color: #00aced;
}

.all-teacher-content li:nth-child(3) i {
    color: #dd4b39;
}

.all-teacher-content li:nth-child(4) i {
    color: #cb2027;
}

.all-teacher-content li:nth-child(5) i {
    color: #bc2a8d;
}

.all-teacher-content li:nth-child(6) i {
    color: #007bb6;
}


/*----------------------------------------
                07. EVENTS
------------------------------------------*/

.event {
    padding: 100px 0;
}

.event h2 {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    color: #969696;
}

.event h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #969696;
    margin-bottom: 50px;
}

.event-item {
    padding-bottom: 100px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 100px;
    overflow: hidden;
    clear: both;
}

.event-item img {
    border-radius: 5px;
}

.event-item h4 {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.event-item ul li {
    font-family: Open Sans;
    font-weight: 600;
}

.event-item ul {
    margin-bottom: 15px;
}

.event-item ul li>a {
    color: #767676;
}

.event-item ul li i {
    margin-right: 5px;
}

.event-item p {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 50px;
}

.event-item .eventReadMore {
    font-size: 16px;
    padding: 10px 25px;
    font-weight: 700;
    color: #FFB606;
    border: 1px solid #FFB606;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
}

.event-item .eventReadMore:hover {
    background: #FFB606;
    color: #fff;
}

.event-load-more {
    margin: -40px 0 10px;
}

.event-load-more a {
    font-size: 16px;
    padding: 10px 25px;
    font-weight: 700;
    color: #FFB606;
    border: 1px solid #FFB606;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.event-load-more a:hover {
    background: #FFB606;
    color: #fff;
}


/*----------------------------------------
                08. BLOG
------------------------------------------*/

.blog {
    padding: 100px 0 110px;
}

.blog h2 {
    font-size: 38px;
    font-weight: bolder;
    text-align: center;
    color: #969696;
}

.blog h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    text-align: center;
    color: #969696;
    margin-bottom: 50px;
}

.blog .blog-item {
    margin-bottom: 50px;
}


/*----------------------------------------
         09. BLOG TWO COLUMN
------------------------------------------*/

.blog-two-column {
    padding: 100px 0;
}

.blog-two-column .blog-content p {
    margin-bottom: 0px;
}

.blog-two-column .blog-item {
    border-radius: 6px;
    margin-bottom: 50px;
}

.blog-load-more {
    clear: both;
}

.blog-load-more a {
    font-size: 16px;
    padding: 10px 25px;
    font-weight: 700;
    color: #FFB606;
    border: 1px solid #FFB606;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.blog-load-more a:hover {
    background: #FFB606;
    color: #fff;
}


/*----------------------------------------
        10. BLOG WITH SIDEBAR
------------------------------------------*/

.blog-with-sidebar {
    padding: 100px 0 75px;
}

.blog-with-sidebar .blog-item {
    margin-bottom: 50px;
}

.blog-with-sidebar .blog-item h3 {
    text-align: left;
}

.blog-with-sidebar .blog-item h3 a {
    color: #222;
}

.blog-with-sidebar .blog-item h3 a:hover {
    color: #FFB606;
}

.blog-with-sidebar .crop {
    height: 320px;
    overflow: hidden;
}

.blog-sideber {
    padding: 30px 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 30px;
}

.blog-sideber:last-child {
    margin-bottom: 0;
}

.blog-sideber h4 {
    text-align: center;
    color: #000000;
    font-size: 16px;
    font-weight: bolder;
    text-transform: uppercase;
    padding-bottom: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #FFB606;
}

.blog-sideber ul li {
    overflow: hidden;
    border-bottom: 1px dashed #ccc;
}

.sidebar-list-item li {
    line-height: 50px;
}

.blog-sideber ul li a {
    padding-bottom: 5px;
    color: #7c7c7c;
    line-height: 35px;
    font-size: 14px;
}

.blog-sideber ul li a:hover {
    color: #FFB606;
}

.blog-sideber ul li a:hover h5 {
    color: #FFB606;
}

.blog-sideber ul li a .row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.blog-sideber ul li a h5 {
    font-size: 16px;
    font-weight: 700;
    color: #525252;
}

.blog-sideber ul li a h6 {
    font-size: 14px;
    line-height: 18px;
    color: #525252;
}

.blog-sideber ul li a span {
    font-size: 13px;
    color: #525252;
}

.blog-with-sidebar .pagination .active {
    color: #FFB606!important;
}

.search-form {
    position: relative;
    margin-bottom: 30px;
}

.search-form input {
    height: 45px;
    border-radius: 3px;
}

.search-form button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 12px 18px;
    background: #FFB606;
    border: none;
    color: #fff;
    border-radius: 0px 3px 3px 0px;
}

.blog-sideber .blog-tags li {
    border-bottom: none;
    padding-right: 0;
    margin: 2px 0;
}

.blog-sideber .blog-tags li a {
    padding: 0 15px;
    display: block;
    border: 1px solid #FFB606;
    background: #FFB606;
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
}

.blog-sideber .blog-tags li a:hover {
    background: #fff;
    color: #FFB606;
}

.blog-sideber .subscribe-form {
    margin: 28px 0 8px;
}

.blog-sideber .subscribe-form input {
    height: 45px;
    border-radius: 3px 3px 0 0;
}

.blog-sideber .subscribe-form button {
    font-weight: bold;
    width: 100%;
    padding: 12px 18px;
    background: #FFB606;
    border: none;
    color: #fff;
    border-radius: 0 0 3px 3px;
}

.blog-sideber .popular-course {
    padding-top: 12px;
}

.blog-sideber .popular-course .list-inline {
    margin: 0;
}

.blog-sideber .popular-course ul li {
    color: #ffce00;
    border-bottom: none;
    padding: 0;
}

.blog-sideber .popular-course b {
    padding: 0 2px;
    border-radius: 3px;
    background: #FFB606;
    color: #fff;
}

.sidebar-content ul {
    margin: 0;
}


/*----------------------------------------
        11. SINGLE BLOG POST
------------------------------------------*/

.single-blog-post {
    padding: 100px 0;
}

.single-blog-content {
    margin-bottom: 50px;
}

.single-blog-content>h3 {
    margin: 45px 0;
    font-weight: 700;
    font-size: 32px;
    color: #000000;
}

.single-blog-content>ul>li {
    font-size: 15px;
}

.single-blog-content>ul>li>a {
    color: #FFB606
}

.single-blog-content>ul>li>a>i {
    margin-right: 5px;
    color: #767676;
}

.single-blog-content>ul>li>i {
    margin-right: 5px;
    color: #767676;
}

.single-blog-content p {
    font-size: 18px;
    font-weight: 300;
    line-height: 25px;
    margin: 15px 0;
}

.single-post-tag {
    margin-bottom: 50px;
}

.single-post-tag ul b {
    margin-right: 5px;
}

.single-post-tag ul li {
    margin-right: 5px;
    padding: 0;
}

.single-post-tag ul li a {
    padding: 3px 10px;
    border: 1px solid #FFB606;
    color: #FFB606;
    border-radius: 3px;
    display: block;
}

.single-post-tag ul li a:hover {
    background: #FFB606;
    color: #fff;
}

.single-post-share {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.single-post-share ul b {
    margin-right: 5px;
}

.single-post-share ul li {
    margin-right: 15px;
    padding: 0;
}

.single-post-share ul li a {
    padding: 8px 15px;
    border-radius: 3px;
    display: block;
    color: #fff;
}

.single-post-share ul li:nth-child(2) a {
    background: #3b5998;
}

.single-post-share ul li:nth-child(3) a {
    background: #55acee;
}

.single-post-share ul li:nth-child(4) a {
    background: #dd4b39;
}

.single-post-share ul li:nth-child(5) a {
    background: #007bb6;
}

.single-post-share ul li:nth-child(6) a {
    background: #bc2a8d;
}

.post-comments {
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
}

.post-comments h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: Open Sans;
    margin-bottom: 30px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

.brd-btm {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
}

.post-comments .row:last-of-type .brd-btm {
    padding-bottom: 18px;
    border-bottom: none;
}

.post-comments h5 {
    font-weight: 600;
    margin-bottom: 15px;
}

.post-comments h5 span {
    font-size: 12px;
    font-weight: 300;
    color: #969696;
    margin-left: 5px;
}

.post-comments p {
    line-height: 25px;
    margin-bottom: 15px;
}

.post-comments a {
    font-size: 13px;
    color: #969696;
}

.post-comments a:hover {
    color: #000;
}

.reply-commment {
    padding: 20px 0;
}

.comment-box h4 {
    text-transform: uppercase;
    font-weight: bold;
    font-family: Open Sans;
    margin-bottom: 30px;
}

.comment-box input {
    height: 45px;
    margin-bottom: 30px;
}

.comment-box textarea {
    height: 200px;
    resize: vertical;
    margin-bottom: 30px;
}

.comment-box button {
    font-size: 16px;
    font-weight: 700;
    padding: 10px 50px;
    background: #FFB606;
    color: #fff;
    border: none;
    border-radius: 3px;
}

.comment-box button:hover {
    background: #FFB606;
}


/*----------------------------------------
            12. COURSE DETAIL
------------------------------------------*/

.course-feature {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 30px 20px;
}

.course-feature h4 {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid;
}

.course-feature li {
    font-size: 15px;
    line-height: 60px;
    border-bottom: 1px dashed #ccc;
}

.course-feature li i {
    margin-right: 15px;
}

.course-feature span {
    text-align: center;
    font-size: 20px;
    display: block;
    margin: 20px 0;
}

.course-feature span b {
    margin-left: 10px
}

.course-feature button {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    background: #FFB606;
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 10px;
    text-transform: uppercase;
}

.course-detail>.single-blog-content>h3 {
    font-weight: 700;
    margin: 45px 0;
}

.course-detail>.single-blog-content .admin-post {
    margin-bottom: 50px;
}

.course-detail>.single-blog-content .admin-post li a {
    color: #FFB606;
}

.course-detail>.single-blog-content .admin-post i {
    margin-right: 10px;
}

.course-detail-rating b {
    font-size: 16px;
    margin-right: 10px;
}

.course-detail-rating li {
    padding: 0;
}

.course-detail-rating li a {
    color: #FFCE00;
}

.course-detail-content h4:first-child {
    margin-top: 0;
}

.course-detail-content h4 {
    font-weight: 700;
    margin-top: 20px;
}

.course-detail-content p {
    font-size: 15px;
    font-weight: 500;
}

.course-detail-content li {
    line-height: 25px;
}

.course-detail-content li i {
    margin-right: 10px;
}

.course-detail-content ol {
    margin-top: 15px;
    margin-left: 30px;
}

.course-detail-content ol li {
    line-height: 30px;
}

.courses-curriculum {
    margin-top: 35px;
}

.courses-curriculum h4 {
    font-weight: 700;
    margin-bottom: 40px;
}

.courses-curriculum-sec {
    overflow: hidden;
    margin-bottom: 50px;
}

.courses-curriculum-sec:last-child {
    margin-bottom: 0;
}

.courses-curriculum-sec h5 {
    font-size: 18px;
    margin-bottom: 30px;
}

.courses-curriculum-sec ul {
    margin-top: -20px;
}

.courses-curriculum-sec ul li {
    overflow: hidden;
    line-height: 65px;
    border-bottom: 1px solid #ccc;
}

.courses-curriculum-sec b {
    margin-right: 10px;
}

.courses-curriculum-sec ul li i {
    margin-right: 15px;
}

.courses-curriculum-sec ul li a {
    background: #FFB606;
    color: #fff;
    border-radius: 3px;
    padding: 2px 8px;
    margin-left: 5px;
}

.courses-curriculum-sec ul li span {
    background: #ff2626;
    color: #fff;
    border-radius: 3px;
    padding: 2px 8px;
    margin-left: 5px;
}


/*----------------------------------------
                13. RESULT
------------------------------------------*/

.result {
    padding: 100px 0;
}

.result h2 {
    font-size: 38px;
    font-weight: bolder;
    color: #222;
}

.result form {
    clear: both;
    background: #ccc;
    padding: 30px;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    max-width: 500px;
    margin-bottom: 50px;
}

.result form label {
    font-size: 16px;
    margin-bottom: 10px;
}

.result form button {
    height: 40px;
}

.result form input {
    height: 40px;
}

.result form button:last-child {
    font-size: 16px;
    background: #FFB606;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}

.result form button:last-child:hover {
    background: #FFB606;
}

.result .result-tbl-1 {
    padding: 30px;
    border-top: 1px solid #ccc;
}

.result .result-tbl-1 h3 {
    text-align: center;
    font-family: open sans;
    font-weight: bold;
    color: #222;
    margin-bottom: 25px;
}

.result .result-tbl-2 {
    padding: 30px 30px 0;
}

.result .result-tbl-2 table {
    border: 1px solid #ccc;
}

.result .result-tbl-2 h3 {
    margin-bottom: 30px;
    text-align: center;
    font-family: open sans;
    font-weight: bold;
    color: #222;
}

.result table td {
    font-weight: 600;
    color: #5f5f5f
}


/*----------------------------------------
                14. ABOUT
------------------------------------------*/

.about-sec-one {
    padding: 100px 0;
}

.about-sec-one i {
    color: #FFB606;
    margin-bottom: 30px;
}

.about-sec-one h4 {
    font-size: 16px;
    color: #767676;
    font-weight: 700;
    margin: 15px 0;
}

.about-sec-one p {
    font-size: 15px;
    line-height: 25px;
}

.about-sec-two {
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/1280x854.png);
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/1280x854.png);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 145px 0;
}

.about-sec-two h2 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 40px;
}

.about-sec-two p {
    font-size: 20px;
    line-height: 35px;
}

.about-sec-three {
    padding: 100px 0 82px;
    background: #fff;
}

.about-sec-three img {
    margin: 0 auto;
    border: 1px solid #e3dddd;
}

.about-sec-three h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 20px 0 10px;
    color: #6a6767;
}

.about-sec-three h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    margin: 20px 0 10px;
    color: #6a6767;
}

.about-sec-three em {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.about-sec-three i {
    color: #FFB606;
    margin: 30px;
}

.about-sec-three p {
    font-size: 16px;
    font-weight: 300;
    padding: 15px;
    line-height: 1.5em;
}

#company {
    padding: 100px 0;
    background: #767676;
}

#company img {
    max-width: 170px;
}

#company .owl-theme .owl-controls .owl-page span {
    display: none;
}

.call-to-action {
    padding: 100px 0;
    background: #FFB606;
    color: #fff;
}

.call-to-action h2 {
    font-weight: bold;
    margin-bottom: 10px;
}

.call-to-action a {
    vertical-align: middle;
    padding: 12px 40px;
    margin-top: 10px;
    border-radius: 3px;
    border: 2px solid #fff;
    color: #fff;
}


/*----------------------------------------
                15. CONTACT
------------------------------------------*/

.contact-sec-one {
    padding: 100px 0;
    border-bottom: 2px dashed #ccc;
}

.contact-sec-one i {
    color: #FFB606;
    margin-bottom: 20px;
}

.contact-sec-one h3 {
    color: #222;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-sec-one h4 {
    color: #969696;
}

.contact-sec-one p {
    color: #969696;
}

.contact-sec-two {
    padding: 93px 0 85px;
}

.contact-sec-two h2 {
    font-size: 38px;
    font-weight: bold;
    color: 222;
    margin-bottom: 15px;
}

.contact-sec-two h5 {
    font-size: 18px;
    color: #969696;
    margin-bottom: 50px;
}

.contact-sec-two input[type=text] {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #969696!important;
    margin-bottom: 25px;
}

.contact-sec-two input[type=email] {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #969696!important;
    margin-bottom: 25px;
    font-size: 14px;
}

.contact-sec-two textarea {
    width: 100%;
    min-height: 200px;
    border: 1px solid #969696!important;
    resize: none;
    margin-bottom: 25px;
}

.contact-sec-two button[type=submit] {
    max-width: 100%;
    font-size: 16px;
    padding: 10px 50px;
    font-weight: 700;
    color: #FFB606;
    border: 1px solid #FFB606;
    border-radius: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.contact-sec-two button[type=submit]:hover {
    background: #FFB606;
    color: #fff;
}


/*----------------------------------------
                16. 404
------------------------------------------*/

.error {
    padding: 220px 0 170px;
}

.error span {
    font-size: 32px;
    display: block;
    text-align: center;
}

.error b {
    display: inline-block;
    margin: 0 15px;
    font-size: 120px;
    color: #FFB606;
}

.error h4 {
    padding: 20px 0 30px;
    font-size: 22px;
    font-weight: 500;
}

.error i {
    font-size: 18px;
}

.error a {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #767676;
    margin-left: 10px;
}

.error a:hover {
    color: #FFB606;
}


/*----------------------------------------
            17. BACK TO TOP
------------------------------------------*/

#backtotop {
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: none;
}

#backtotop i {
    padding: 9px 10px;
    color: #FFB606;
    border: 1px solid #FFB606;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
}

#backtotop i:hover {
    color: #FFB606;
    background: #fff;
    cursor: pointer;
}


/*----------------------------------------
                18. FOOTER
------------------------------------------*/

footer {
    padding: 100px 0 85px;
    background: -webkit-linear-gradient(#000000, rgba(0, 0, 0, 0.87)), url(../img/1280x854.png);
    background: linear-gradient(#000000, rgba(0, 0, 0, 0.87)), url(../img/1280x854.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

footer .footer-top-content {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 90px;
}

footer .footer-top-content img {
    margin: 0 auto;
    width: 240px;
}

footer .footer-top-content h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    padding: 50px 340px;
    font-size: 16px;
    line-height: 25px;
}

footer .footer-top-content ul li a {
    display: block;
    border-radius: 50%;
    padding: 8px 5px;
    margin: 0 5px;
    color: #fff;
    border: 1.5px solid #fff;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

footer .footer-top-content ul li a:hover {
    background: #fff;
    border: 1.5px solid #FFB606;
    box-shadow: 0px 0px 70px 1px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

footer .footer-top-content ul li:nth-child(1) a:hover {
    color: #3b5998;
}

footer .footer-top-content ul li:nth-child(2) a:hover {
    color: #55acee;
}

footer .footer-top-content ul li:nth-child(3) a:hover {
    color: #dd4b39;
}

footer .footer-top-content ul li:nth-child(4) a:hover {
    color: #dd4b39;
}

footer .footer-top-content ul li:nth-child(4) a:hover {
    color: #bc2a8d;
}

footer .footer-top-content ul li:nth-child(5) a:hover {
    color: #007bb6;
}

footer .footer-bottom-content {
    margin-top: 100px;
}

footer .footer-column-one li {
    padding: 30px 0;
}

footer .footer-column-one p {
    padding-left: 20px;
}

footer .footer-column-one p a {
    color: #fff;
}

footer .footer-column-two>ul>li {
    padding: 30px 0;
    margin-bottom: 15px;
}

footer .footer-column-two h4 a {
    color: #fff;
    font-size: 14px;
    margin-left: -5px;
}

footer .footer-column-two h5 {
    color: #fff;
    font-size: 14px;
    margin-left: -5px;
}

footer .footer-column-three img {
    width: 75px;
    margin: 5px 2.5px;
    border-radius: 2px;
}

footer .footer-column-three ul {
    margin-top: 30px;
}

footer .footer-column-three ul li {
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

footer .footer-column-three ul li:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

footer .footer-column-four #map {
    height: 175px;
    width: 100%;
    margin-top: 30px;
}


/*----------------------------------------
                THE END
------------------------------------------*/


/*----------------------------------------
            // Responsive // 
------------------------------------------*/


/*----------------------------------------
IF SCREEN SIZE LESS THAN 1025px WIDE
------------------------------------------*/

@media screen and (max-width: 1024px) {
    nav img {
        width: 230px;
    }
    nav ul li {
        margin-left: 5px;
    }
    .about-home h5,
    .course-home h5,
    .services-home h5,
    .teachers-home h5,
    .library-home h5,
    .gallery-home h5,
    .blog-home h5,
    .testimonials-home h5 {
        line-height: 25px;
    }
    .about-home h3 {
        font-size: 30px;
    }
    .courses {
        padding: 100px 0;
    }
    .course-feature li {
        font-size: 12px;
    }
    .course-feature span {
        font-size: 18px;
    }
    .courses-curriculum-sec ul li i:last-child {
        display: none;
    }
    .courses-item {
        margin: 0 auto;
    }
    .all-teacher-item {
        margin: 0 auto;
	}
    .blog .blog-content h3 {
        font-size: 18px;
        text-align: left;
    }
    .blog-two-column .blog-content h3 {
        font-size: 18px;
        text-align: left;
    }
    .blog-sideber .popular-course b {
        font-size: 11px;
    }
    .single-post-share ul li a {
        padding: 8px 12px;
    }
    footer .footer-column-three img {
        width: 65px;
    }
    footer .footer-top-content h5 {
        padding: 50px 250px;
    }
    footer .footer-column-two h4 a {
        font-size: 11px;
    }
    footer .footer-column-two h5 {
        font-size: 11px;
    }
}


/*----------------------------------------
IF SCREEN SIZE LESS THAN 992px WIDE
------------------------------------------*/

@media screen and (max-width: 991px) {
    nav img {
        width: 170px;
        margin: 28px 0 0;
    }
    nav ul li {
        margin-left: 0px;
    }
    .navbar-default .navbar-nav>li>a {
        text-transform: capitalize;
        padding: 0px 7px;
    }
    .secondary-bnr h2 {
        font-size: 34px;
    }
    .about-home h3 {
        font-size: 23px;
    }
    .about-home p {
        font-size: 17px;
        padding: 20px 0;
    }
    .about-home ul li {
        line-height: 2em;
    }
    .service-item h3 {
        font-size: 13px;
    }
    .blog-content h3 {
        font-size: 18px;
    }
    .blog-content p {
        font-size: 14px;
        font-weight: 400;
    }
    .blog-content>a {
        font-size: 14px;
    }
    .counter-home h3 {
        font-size: 38px;
    }
    .counter-home h4 {
        font-size: 16px;
    }
    .search-courses i {
        font-size: 28px;
    }
    .search-courses h3 {
        font-size: 34px;
    }
    .search-courses h4 {
        font-size: 13px;
    }
    .courses-curriculum-sec ul li {
        font-size: 12px
    }
    .courses-curriculum-sec .pull-right {
        font-size: 12px
    }
    .course-detail>.single-blog-content>h3 {
        font-size: 22px;
    }
    .course-detail-rating li a i {
        font-size: 16px;
    }
    .course-feature h4 {
        font-size: 16px;
    }
    .course-feature li {
        font-size: 11px;
    }
    .course-feature button {
        font-size: 14px;
    }
    .course-detail-content h3 {
        font-size: 22px;
    }
    .testimonials-home p {
        font-size: 12px;
    }
    .course-feature span {
        font-size: 16px;
    }
    .course-detail-content ol {
        margin-left: 0;
    }
    .course-detail-content ol li {
        font-size: 12px;
    }
    .single-post-tag ul li a {
        padding: 3px 8px;
    }
    .single-post-share ul li {
        margin-right: 5px;
    }
    .single-post-share ul li a {
        padding: 6px 7px;
        font-size: 12px;
    }
    .blog-sideber .popular-course b {
        font-size: 7px;
    }
    .blog-sideber ul li a h5 {
        font-size: 12px;
        font-weight: 500;
    }
    .blog-sideber ul li a h6 {
        font-size: 10px;
    }
    .blog-sideber .blog-tags li a {
        font-size: 13px;
        border-radius: 3px;
    }
    .single-blog-content>h3 {
        font-size: 28px;
    }
    .about-sec-one h4 {
        font-size: 15px;
    }
    .about-sec-one p {
        font-size: 13px;
    }
    .about-sec-three p {
        font-size: 12px;
    }
    .video-home {
        padding: 100px 0;
    }
    .subscribe-home {
        padding: 100px 0;
    }
    .subscribe-home form button {
        padding: 11.5px 20px;
    }
    .about-sec-two {
        padding: 100px 0;
    }
    .all-teachers {
        padding: 100px 0 70px;
    }
    .all-teachers .all-teacher-item h3 {
        font-size: 18px;
    }
    .blog-with-sidebar .crop {
        height: auto;
    }
    .dropdown-menu>li>a {
        margin-left: 4px;
    }
    .blog .blog-item .post-date {
        font-size: 14px;
    }
    .blog .blog-content h3 {
        font-size: 14px;
    }
    .blog .blog-content p {
        font-size: 13px;
    }
    .blog .blog-content ul li {
        font-size: 10px;
    }
    .subscribe-home form button {
        font-size: 18px;
    }
    .subscribe-home h5 {
        font-size: 18px;
    }
    footer h3 {
        font-size: 20px;
    }
    footer .footer-top-content h5 {
        padding: 50px 150px;
    }
    footer .footer-column-one p {
        padding-left: 0px;
        margin-left: -15px;
    }
    footer .footer-column-three img {
        width: 45px;
    }
    footer .footer-column-two h4 a {
        color: #fff;
        font-size: 14px;
        margin-left: -15px;
    }
    footer .footer-column-two .list-inline {
        margin-left: -15px;
    }
    footer .footer-column-two h5 {
        color: #fff;
        font-size: 14px;
        margin-left: -15px;
    }
    footer .footer-column-four #map {
        height: 140px;
    }
}

@media screen and (max-width: 767px) {
    nav img {
        margin: 19px 0 0 15px;
    }
    nav ul li {
        line-height: 50px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        background: transparent;
        color: #FFB606;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
    }
    .teacher-item .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .img-responsive,
    .thumbnail a>img,
    .thumbnail>img {
        margin: 0 auto;
    }
    .about-home {
        padding: 46.5px 0 50px;
    }
    .about-home h2 {
        font-size: 32px;
    }
    .about-home h5 {
        margin: 0 0 50px;
    }
    .about-home h3 {
        margin-top: 30px;
        font-size: 25px;
    }
    .about-home span a {
        padding: 10px 15px;
    }
    .teachers-home {
        padding: 46.5px 0 50px;
    }
    .teachers-home h2 {
        font-size: 32px;
    }
    .teachers-home h5 {
        margin: 0 0 50px;
    }
    .course-home {
        padding: 46.5px 0 50px;
    }
    .course-home h2 {
        font-size: 32px;
    }
    .course-home h5 {
        margin: 0 0 50px;
    }
    .library-home {
        padding: 46.5px 0 50px;
    }
    .library-home h2 {
        font-size: 32px;
    }
    .library-home h5 {
        margin: 0 0 50px;
    }
    .services-home {
        padding: 46.5px 0 57.5px;
    }
    .services-home h2 {
        font-size: 32px;
    }
    .services-home h5 {
        margin: 0 0 25.5px;
    }
    .service-item {
        margin-bottom: 50px;
    }
    .services-home .col-sm-4:last-child .service-item {
        margin-bottom: 0;
    }
    .counter-home {
        padding: 50px 0;
    }
    .counter-home h4 {
        margin-bottom: 50px;
    }
    .counter-home .col-sm-3:last-child h4 {
        margin-bottom: 0;
    }
    .gallery-home {
        padding: 46.5px 0 50px;
    }
    .gallery-home h2 {
        font-size: 32px;
    }
    .gallery-home ul li {
        margin-bottom: 7px;
    }
    .search-courses {
        padding: 46.5px 0 50px;
    }
    .search-courses h3 {
        font-size: 24px;
    }
    .search-courses i {
        font-size: 42px;
    }
    .search-courses h4 {
        font-size: 22px;
    }
    .blog-home {
        padding: 46.5px 0 50px;
    }
    .blog-home h2 {
        font-size: 32px;
    }
    .blog-home h5 {
        margin: 0 0 50px;
    }
    .single-blog-content>h3 {
        margin: 25px 0;
    }

    .blog-item {
        margin-bottom: 30px;
    }
    .blog-home .col-sm-4:last-child .blog-item {
        margin-bottom: 0;
    }
    .video-home {
        padding: 46.5px 0 50px;
    }
    .video-home h3 {
        font-size: 32px;
    }
    .testimonials-home {
        padding: 46.5px 0 50px;
    }
    .testimonials-home h5 {
        margin: 0 0 50px;
    }
    .subscribe-home {
        padding: 50px 0;
    }
    .subscribe-home form {
        padding: 0 30px;
    }
    .testimonials-home h2 {
        font-size: 32px;
    }
    .testimonials-carousel i {
        display: none;
    }
    .secondary-bnr-content {
        text-align: center;
    }
    .secondary-bnr-content .breadcrumb {
        background: transparent;
        float: none;
    }
    .secondary-bnr {
        padding: 150px 0 60px;
    }
    .courses {
        padding: 50px 0;
    }
    .courses-item {
        margin: 0 auto 30px;
    }
    .courses-item:last-child {
        margin: 0 auto 0;
    }
    .course-detail>.single-blog-content>h3{
    	margin: 25px 0;
    }
    .single-blog-post {
        padding: 50px 0;
    }
    
    .course-detail>.single-blog-content .admin-post {
        margin-bottom: 20px;
    }
    .course-detail .course-detail-rating {
        float: left!important;
        margin-left: 3px;
        margin-bottom: 30px;
    }
    .course-feature {
        margin-bottom: 30px;
    }
    .course-feature li {
        font-size: 16px;
    }
    .course-feature span {
        font-size: 18px;
    }
    .courses-curriculum h4 {
        margin-bottom: 30px;
    }
    .result {
        padding: 50px 0;
    }
    .result h2 {
        font-size: 32px;
    }
    .all-teachers {
        padding: 50px 0;
    }
    .all-teachers .all-teacher-item{
    	margin-bottom: 30px;
    }
    .all-teachers .all-teacher-item:last-child{
    	margin-bottom: 0;
    }    
    .call-to-action {
        padding: 50px 0;
    }
    .event {
        padding: 50px 0;
    }
    .event-item {
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .event-load-more {
        margin: 50px 0 0px;
    }
    .event-item h4 {
        font-size: 22px;
    }
    .blog-with-sidebar {
        padding: 50px 0 37.5px;
    }
    .blog-two-column {
        padding: 50px 0;
    }
    .blog {
        padding: 50px 0 55px;
    }
    .about-sec-one {
        padding: 50px 0;
    }
    .about-sec-two {
        padding: 50px 0;
    }
    .about-sec-two h2 {
        font-size: 32px;
    }
    #company {
        padding: 50px 0;
    }
    .about-sec-three {
        padding: 50px 0 41px;
        background: #fff;
    }
    .contact-sec-one {
        padding: 50px 0;
    }
    .contact-sec-two {
        padding: 46.5px 0 42.5px;
    }
    .single-post-tag ul li a {
        margin-bottom: 10px;
    }
    .single-post-share ul li a {
        margin-bottom: 8px;
    }
    .post-comments {
        text-align: center;
    }
    .post-comments img {
        margin-bottom: 15px;
    }
    .comment-box {
        padding-bottom: 50px;
        margin-bottom: 50px;
        border-bottom: 2px solid #ccc;
    }
    .blog-sideber .popular-course b {
        font-size: 18px;
    }
    .popular-course img {
        margin-bottom: 15px;
    }
    .blog-sideber ul li a h5 {
        margin-top: 5px;
        font-size: 22px;
    }
    .blog-sideber ul li a span {
        font-size: 18px;
    }
    .blog-sideber .rp-xs h5 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .blog-sideber .rc-xs {
        text-align: center;
    }
    .blog-sideber .rc-xs li a h6 {
        font-size: 16px;
        padding: 15px;
    }
    .call-to-action a {
        float: left!important;
        margin-top: 20px;
    }
    .event-item img {
        margin-bottom: 20px;
    }
    .blog-with-sidebar .crop {
        height: 236px;
    }
    .blog-with-sidebar .blog-content {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .blog-with-sidebar .col-sm-12:last-child .blog-item {
        padding-bottom: 50px;
        border-bottom: 2px solid #ccc;
    }
    .blog-content h3 {
        font-size: 22px!important;
    }
    .blog-two-column .blog-load-more {
        padding-bottom: 60px;
        margin-bottom: 50px;
        border-bottom: 2px solid #ccc;
    }
    .post-date {
        font-size: 18px;
    }
    .post-date span {
        font-size: 12px;
    }
    .about-sec-one i {
        font-size: 38px;
    }
    .about-sec-one .col-sm-4 {
        margin-bottom: 30px;
    }
    .about-sec-one .col-sm-4:last-child {
        margin-bottom: 0;
    }
    .contact-sec-one .col-sm-4 {
        margin-bottom: 30px;
    }
    .contact-sec-one .col-sm-4:last-child {
        margin-bottom: 0;
    }
    .error b {
        font-size: 100px;
    }
    #backtotop {
        bottom: 10px;
        right: 10px;
    }
    footer {
        padding: 50px 0 42.5px;
        text-align: center;
    }
    footer .footer-top-content {
        padding-bottom: 50px;
    }
    footer .footer-top-content h5 {
        padding: 50px 0;
    }
    footer .footer-bottom-content {
        margin-top: 35px;
    }
    footer h3 {
        margin-top: 15px;
        font-size: 32px;
    }
    footer .footer-column-one li i {
        margin-bottom: 15px;
    }
    footer .footer-column-one p {
        margin: 0 auto;
        font-size: 18px;
    }
    footer .footer-column-two img {
        margin-bottom: 20px;
    }
    footer .footer-column-two h4 a {
        font-size: 18px;
    }
    footer .footer-column-two h5 {
        font-size: 16px;
    }
    footer .footer-column-three img {
        width: 75px;
    }
}

@media screen and (max-width: 400px) {
    .about-sec-two h2 {
        font-size: 34px;
    }
    .error b {
        font-size: 80px;
    }
    .result table td {
        font-weight: 300;
        font-size: 12px;
    }
    .blog-with-sidebar .crop {
        height: 200px;
    }
    .subscribe-home form {
        padding: 0 10px;
    }
    footer .list-inline>li {
        padding-right: 0;
        padding-left: 0;
    }
    .subscribe-home h3 {
        font-size: 25px;
    }
    .subscribe-home h5 {
        font-size: 16px;
    }
    .error span {
        font-size: 26px;
    }
}

@media screen and (max-width: 320px) {
    .about-home h2 {
        font-size: 24px;
    }
    .about-home h3 {
        font-size: 22px;
    }
    .teachers-home h2 {
        font-size: 24px;
    }
    .course-home h2 {
        font-size: 24px;
    }
    .library-home h2 {
        font-size: 24px;
    }
    .services-home h2 {
        font-size: 24px;
    }
    .gallery-home h2 {
        font-size: 24px;
    }
    .search-courses h3 {
        font-size: 22px;
    }
    .blog-home h2 {
        font-size: 24px;
    }
    .video-home h3 {
        font-size: 24px;
    }
    .testimonials-home h2 {
        font-size: 24px;
    }
    .course-feature li {
        font-size: 15px;
    }
    .courses-curriculum-sec h5 {
        font-size: 16px;
    }
    .courses-curriculum-sec ul li {
        font-size: 11px;
    }
    .result h2 {
        font-size: 24px;
    }
    .result table td {
        font-size: 10px;
    }
    .call-to-action h2 {
        font-size: 22px;
    }
    .call-to-action a {
        padding: 8px 40px;
    }
    .blog-with-sidebar .crop {
        height: 170px;
    }
    footer .footer-top-content img {
        width: 215px;
    }
    .event-item h4 {
        font-size: 22px;
    }
    .single-blog-content>h3 {
        font-size: 22px;
    }
    .single-blog-content p {
        font-weight: 300;
    }
    .error b {
        font-size: 62px;
    }
    .navbar-collapse {
        padding-left: 30px;
    }
    .about-sec-two h2 {
        font-size: 24px;
    }
    .about-sec-two p {
        font-size: 14px;
        line-height: 30px;
    }
    .subscribe-home form button {
        font-size: 14px;
        padding: 14px;
    }
    .result .result-tbl-1 h3 {
        font-size: 18px;
    }
    .result .result-tbl-2 h3 {
        font-size: 18px;
    }
    .all-teachers .list-inline>li {
        padding: 0;
        margin: 0;
    }
    .contact-sec-two h2 {
        font-size: 24px;
    }
    footer .footer-top-content ul li a {
        margin: 0;
    }
    footer h3 {
        font-size: 22px;
    }
}