/*
Theme Name: Shield
Description: Roofing Service WordPress Theme
Author: HasTech 
Version: 1.1.1
Tags: slider, site-builder, page-builder, responsive-layout, fixed-layout, fluid-layout, one-column, one-column, two-column, three-column, four-column, custom-colors, custom-header, custom-menu, editor-style, featured-images, translation-ready, full-width-template, theme-options
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: layerswp

*/


/*
* --------------------
	#Main CSS
---------------------*
	[Table of contents]

	***Common Classes
	** Header Area
	** Slider Area
	** Service Area
	** Testimonial Area
	** Gallery Area
	** Blog Area
	** Newsletter Area
	** Map Area
	** Footer Area 

*/
/* =Theme style.css customization starts here
-------------------------------------------------------------- */

html {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: calc(100%) !important;
}

[class*="column"] {
    margin-bottom: 0px;
}

.container {
    margin: auto;
    max-width: 1200px;
    padding: 0 20px;
}

    .container.list-masonry {
        max-width: 1200px;
    }

.content-vertical-massive {
    padding-top: 80px;
    padding-bottom: 80px;
}

.header-site .container {
    padding: 15px 20px;
}

.header-site .custom-logo-link img {
    -ms-flex-line-pack: center;
    align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

a:focus,
button:focus {
    outline: 0px solid;
}

input:focus {
    box-shadow: none;
    outline: 0;
}

textarea {
    box-shadow: 0;
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:active,
    a:hover,
    a:focus {
        outline: 0 none;
        text-decoration: none;
    }

ul {
    list-style: outside none none;
    padding: 0;
}

::-moz-selection {
    background: #0078D7;
    text-shadow: none;
    color: #fff;
}

::selection {
    background: #0078D7;
    text-shadow: none;
}

::-webkit-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

:-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

::-moz-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

:-ms-input-placeholder {
    opacity: 1 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

body {
    color: #1d1d1d;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.bg-theme {
    background: #f9383d;
}

.bg-grey {
    background: #f1f1f1;
}
/* ===========================
	Header Area 
============================ */
.header-site, .header-site.header-sticky {
    box-shadow: 0 1px 0 0 #f1f1f1;
}
/*top menu */

.site-description a,
.nav-horizontal li a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
}

.header-secondary {
    /*background: #03a9f4;*/
    background: #3e4095;
    padding: 0px 0;
}

    .header-secondary .pull-left .nav.nav-horizontal li:first-child a {
        padding-left: 10px;
        padding-right: 10px;
        background: #f9383d none repeat scroll 0 0;
        color: #ffffff;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 500;
        text-transform: unset;
    }

    .header-secondary .pull-left .nav.nav-horizontal li a,
    .header-secondary .pull-right .nav.nav-horizontal li a {
        font-size: 14px;
        font-weight: 500;
        padding-bottom: 5px;
        padding-top: 8px;
    }

/* header menu */
.site-description a,
.nav-horizontal li a {
    color: #444444;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-site .nav-horizontal > ul > li > a {
    padding: 10px 15px;
}

.nav-horizontal li:hover > a {
    color: #f9383d;
}

/* sub menu */

.site-description a,
.nav-horizontal li .sub-menu > li a {
    padding: 10px 5px;
}

.site-description .sitetitle a {
    font-size: 16px;
    line-height: 1;
    padding: 0;
    text-transform: none;
}

.sub-menu li a:hover,
.nav .children li a:hover {
    background-color: transparent;
}

.header-site .sub-menu,
.header-site .nav .children {
    border: 0px solid #ddd;
    border-top: 2px solid #ddd;
}

.nav > ul > li .sub-menu .sub-menu,
.nav li:hover > .sub-menu .sub-menu,
.nav > ul > li .children .children,
.nav li:hover > .children .children {
    left: 100%;
    top: 0;
}

/*----------------------------------------*/
/*   Header Searchbox
/*----------------------------------------*/

.header-search {
    display: inline-block;
}

.header-search {
    cursor: pointer;
}

.tsearch {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    height: 0;
    margin-right: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 125px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: height;
    transition-property: height;
    width: 290px;
    z-index: 9999;
}

    .tsearch.open {
        height: 50px;
    }

.search-tech {
    background-color: #ffffff;
    border-top: 1px solid #f9383d;
    float: right;
    width: 290px;
}

.search-menu {
    background: #f9383d none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 36px;
    line-height: 38px;
    text-align: center;
    width: 36px;
}

#search-edu {
    overflow: hidden;
    position: relative;
}

    #search-edu input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #666666;
        font-size: 13px;
        font-weight: 300;
        height: 48px;
        padding: 0 40px 0 15px;
        width: 100%;
    }

.search-tech input[type="search"] {
    border: medium none;
    float: left;
    background: transparent;
    font-size: 24px;
}

.search-tech button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #f9383d;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 30px;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .search-tech button[type="submit"]:hover {
        color: #1BB4B9;
    }

.search-menu i#toggle-search {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 18px;
    width: 36px;
}

.search-menu i#toggle-cross {
    color: #ffffff;
    display: inline-block;
    font-size: 14px;
    height: 36px;
    line-height: 18px;
    width: 36px;
}

.search-menu .avc {
    display: none;
}

.hidden {
    display: none !important;
}

.header-search {
    position: relative;
}

.header-logo-menu.stick .tsearch {
    top: 96px;
}

/* slider arrow style */

.home-1.swiper-container .arrows a {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 60px;
}

.home-4.swiper-container .arrows a {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 60px;
}

.home-5.swiper-container .arrows a {
    background: transparent;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 60px;
    border: 1px solid #fff;
}

    .home-5.swiper-container .arrows a:hover {
        background: transparent;
        color: #ddd;
        border: 1px solid #fff;
    }

/*---------------------------*/
/*- 2 FORMS  ----------*/
textarea,
select,
input,
input[type="submit"],
button,
button,
.button {
    padding: 5px 20px;
    font-weight: 500;
}

.form-submit input[type="submit"] {
    padding: 10px 20px;
}

.story .search-submit {
    margin-top: 10px;
}

/*-----------------------*/
/*- SLIDER BUTTON -------*/

.swiper-wrapper .button,
.swiper-wrapper .invert .button {
    color: #ffffff;
    font-weight: 500;
    padding: 9px 26px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* ===============================
	Slider Area
=============================== */

/*overlay*/

[data-overlay] {
    position: relative;
}

    [data-overlay]:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    [data-overlay]:before {
        background: #222;
    }

[data-overlay="1"]:before {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

[data-overlay="2"]:before {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

[data-overlay="3"]:before {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

[data-overlay="4"]:before {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

[data-overlay="5"]:before {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

[data-overlay="6"]:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

[data-overlay="7"]:before {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

[data-overlay="8"]:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

[data-overlay="9"]:before {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

[data-overlay="10"]:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

[data-overlay="0"]:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[data-overlay] > div {
    z-index: 99;
    position: relative;
}

/* Black overlay */

[data-black-overlay] {
    position: relative;
}

    [data-black-overlay]:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    [data-black-overlay]:before {
        background: #000;
    }

[data-black-overlay="1"]:before {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

[data-black-overlay="2"]:before {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

[data-black-overlay="3"]:before {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

[data-black-overlay="4"]:before {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

[data-black-overlay="5"]:before {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

[data-black-overlay="6"]:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

[data-black-overlay="7"]:before {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

[data-black-overlay="8"]:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

[data-black-overlay="9"]:before {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

[data-black-overlay="10"]:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

[data-black-overlay="0"]:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[data-black-overlay] > div {
    z-index: 99;
    position: relative;
}

[data-black-overlay] > div {
    z-index: 99;
    position: relative;
}

[data-black-overlay] .section-title .heading {
    color: #fff;
}

[data-black-overlay] .section-title .excerpt,
[data-black-overlay] .section-title .excerpt p {
    color: #fff;
}

.at-slider-btn-grp a.button {
    background-color: #f9383d;
    border: 1px solid #f9383d;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.at-slider-btn-grp .button i {
    color: #ffffff;
    float: left;
    font-size: 50px;
    left: 32px;
    position: absolute;
    top: 14px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.at-slider-btn-grp .button span {
    color: #ffffff;
    display: block;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    font-weight: 400;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .at-slider-btn-grp .button span.large-text {
        display: block !important;
        position: relative;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.at-slider-btn-grp a.button.active {
    margin-right: 30px;
}

    .at-slider-btn-grp a.button.active:last-child {
        margin-right: 0;
    }

.at-slider-btn-grp a.button:hover {
    background-color: #f9383d;
    border-color: #f9383d;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .at-slider-btn-grp a.button:hover i,
    .at-slider-btn-grp a.button:hover span.large-text {
        color: #fff;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .at-slider-btn-grp a.button:hover span {
        color: #7a7a7a;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

.at-slider-btn-grp.button-set {
    margin-top: 30px;
}

.at-slider-wrap .section-title .heading {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 2px;
    text-transform: uppercase;
    margin-top: 15px;
}

    .at-slider-wrap .section-title .heading.slider-subtitle span {
        display: block;
    }

.at-slider-wrap .section-title .excerpt {
    font-size: 16px;
    font-weight: normal;
    font-family: "Lato", sans-serif;
}

.at-slider-wrap .text-right .section-title .excerpt {
    padding-right: 0 !important;
    padding-left: 132px !important;
}

.at-slider-wrap .text-center .section-title .excerpt {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.at-slider-wrap .section-title .excerpt p {
    font-size: 16px;
    font-family: "Lato", sans-serif;
}

.at-slider-wrap .swiper-slide.image-right .copy-container,
.at-slider-wrap .swiper-slide.image-left .copy-container {
    width: 85%;
}

.swiper-container .arrows a {
    border-radius: 1px;
    padding: 5px;
}

/*---------------------------*/
/*- SLIDER VIDEO BG  --------*/

.swiper-slide video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: auto;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-object-fit: cover;
}

    .swiper-slide video source {
        width: 100%;
        height: 100%;
    }

.apptech-slider-video {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
}

    .apptech-slider-video iframe {
        max-width: none;
        position: absolute;
        display: block;
    }

    .apptech-slider-video.layers-slider-video-ultra-wide iframe {
        width: 100%;
        height: 350%;
        top: -125%;
        left: 0;
    }

    .apptech-slider-video.layers-slider-video-super-wide iframe {
        width: 100%;
        height: 250%;
        top: -75%;
        left: 0;
    }

    .apptech-slider-video.layers-slider-video-wide iframe {
        width: 100%;
        height: 200%;
        top: -50%;
        left: 0;
    }

    .apptech-slider-video.layers-slider-video-square iframe {
        width: 160%;
        height: 100%;
        top: 0;
        left: -30%;
    }

    .apptech-slider-video.layers-slider-video-tall iframe {
        width: 250%;
        height: 100%;
        top: 0;
        left: -75%;
    }

    .apptech-slider-video.layers-slider-video-super-tall iframe {
        width: 400%;
        height: 100%;
        top: 0;
        left: -150%;
    }

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/*-------------------------------*/
/*- 6 SIDEBAR WIDGETS  -*/
/*-------------------------------*/

.section-margin {
    margin: 60px 0 60px 0;
}

.section-padding {
    padding: 60px 0 60px 0;
}

.section-padding-bottom {
    padding-bottom: 60px;
}

.section-padding-top {
    padding-top: 60px;
}

.section-title-wrapper,
.gallery-area.gallery-fullwidth .section-title-wrapper {
    margin-bottom: 35px;
    position: relative;
}

.section-title {
    overflow: hidden;
    position: relative;
}

    .section-title h3 {
        margin-bottom: 33px;
        text-transform: uppercase;
    }

        .section-title h3.heading {
            line-height: 24px;
            margin-bottom: 10px;
            text-transform: uppercase;
        }

    .section-title > p {
        font-size: 13px;
        margin-bottom: 20px;
    }

    .section-title .excerpt p {
        font-size: 13px;
        margin-bottom: 20px;
    }

.icon-content .section-title::before, .section-title-wrapper::before {
    background: #f9383d none repeat scroll 0 0;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 40px;
    width: 50px;
}

.icon-content .text-right.section-title:before,
.text-right.section-title-wrapper:before {
    left: auto;
    margin: 0;
    right: 0;
    text-align: right;
}

.icon-content .text-right.section-title:after,
.text-right.section-title-wrapper:after {
    left: auto;
    margin: 0;
    right: 34px;
    text-align: center;
}

.section-title.large .heading {
    font-size: 64px;
    font-size: 4rem;
    line-height: 1.25;
}

.section-title.large.single-titlep .heading {
    font-size: 48px;
    font-size: 3rem;
}

.section-title.small .heading {
    font-size: 40px;
    font-size: 2.5rem;
}

.section-title .heading,
.section-title h3 {
    color: rgba(0, 0, 0, 0.85);
    font-size: 24px;
}

.sectionb-gray .section-title-wrapper:after {
    background: #f0f0f0;
}

.section-title-wrapper.title-yellow:before {
    background: #f9383d none repeat scroll 0 0;
}

.section-title-wrapper.title-yellow:after {
    color: #f9383d;
}

.section-gray {
    background: #F0F0F0;
}

    .section-gray .section-title-wrapper:after {
        background: #f0f0f0;
    }

.section-sea-green {
    background: #1BB4B9;
}

.social-links > a {
    color: #ffffff;
    font-size: 14px;
    margin-right: 22px;
}

/* about us css */

.about1 .media .heading {
    color: #f9383d;
    font-weight: 500;
    margin-bottom: 17px;
}

.about2 .media .heading {
    color: #f9383d;
    font-weight: 500;
    margin-bottom: 17px;
}

.about3 .media .heading {
    color: #93c524;
    font-weight: 500;
    margin-bottom: 17px;
}

.about4 .media .heading {
    color: #28a8e3;
    font-weight: 500;
    margin-bottom: 17px;
}

/*----------------------------------------*/
/*  5. Advertise Area
/*----------------------------------------*/

.advertise-area h2 {
    color: #444444;
    display: inline-block;
    font-size: 30px;
    font-weight: 300;
    margin-right: 21px;
    position: relative;
    padding: 5px 0;
}

    .advertise-area h2 span {
        color: #444;
        font-weight: 500;
    }

.advertise-area a {
    background: #f9383d none repeat scroll 0 0;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    line-height: 38px;
    padding: 0 20px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .advertise-area a:hover {
        background: #f9383d none repeat scroll 0 0;
    }

/*----------------------------------------*/
/*  6. Class Area
/*----------------------------------------*/

.class-carousel .col-md-4,
.blog-carousel .col-md-4,
.teacher-carousel .col-md-4,
.testimonial-carousel .col-md-6,
.teachers-column-carousel .col-md-3 {
    width: 100%;
}

.carousel-style-one.owl-theme .owl-controls .owl-buttons div,
.blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-radius: 50%;
    color: #d4d4d4;
    display: inline-block;
    font-size: 20px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 0;
    height: 48px;
    left: -50px;
    line-height: 48px;
    margin: -24px 0 0 0;
    width: 48px;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
        left: auto;
        right: -50px;
    }

    .carousel-style-one.owl-theme .owl-controls .owl-buttons div:hover,
    .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div:hover {
        border-color: #1BB4B9;
        color: #fff;
        background: #1BB4B9;
    }

.single-class-image > a,
.overlay-effect {
    display: inline-block;
    position: relative;
}

.mix .overlay-effect > a {
    overflow: hidden;
}

.overlay-effect {
    line-height: 0;
}

.gallery-hover-effect {
    line-height: 24px;
}

.single-class-image > a:before,
.overlay-effect:before {
    background: #f9383d;
    content: "";
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    pointer-events: none;
    right: 0;
    bottom: 0;
}

.single-class:hover .single-class-image > a:before,
.overlay-hover:hover .overlay-effect:before {
    opacity: 0.8;
}

.fportfolio .overlay-hover:hover .overlay-effect:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    left: 20px;
    right: 20px;
    top: 20px;
    bottom: 20px;
}

.single-class-image {
    border-radius: 4px 4px 0 0;
    display: block;
    overflow: hidden;
}

.category-text > a {
    color: #fff;
    font-size: 22px;
}

    .category-text > a:hover {
        color: #ddd;
    }

.class-date {
    background: #f9383d none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 80px;
    left: 0;
    line-height: 24px;
    filter: alpha(opacity=0);
    padding-top: 21px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    width: 80px;
}

    .class-date > span {
        display: block;
    }

.single-class:hover .class-date,
.single-items:hover .gallery-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1) translateY(0);
    visibility: visible;
}

.single-items .gallery-icon:hover {
    color: #fff;
}

.class-des a {
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}

    .class-des a:hover {
        color: #f9383d;
    }

.single-class-text {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #f0f0f0;
}

.class-des {
    padding: 25px 15px;
}

    .class-des > p {
        word-spacing: 3px;
    }

    .class-des > h4 {
        margin-bottom: 10px;
    }

.class-schedule {
    border-top: 1px solid #f0f0f0;
    height: 49px;
}

    .class-schedule span {
        display: block;
        float: left;
        line-height: 49px;
        text-align: center;
        text-transform: uppercase;
    }

    .class-schedule > span:first-child {
        border-right: 1px solid #f0f0f0;
        width: 44%;
    }

    .class-schedule > span:nth-child(2) {
        width: 48%;
    }

span.arrow {
    float: right;
    width: 8%;
    display: block;
    position: relative;
}

    span.arrow:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        content: "";
        background: #f0f0f0;
    }

    span.arrow a {
        float: right;
        font-size: 14px;
        position: relative;
        z-index: 2;
        display: block;
        color: #666666;
        width: 100%;
    }

        span.arrow a:after {
            background: #f9383d none repeat scroll 0 0;
            border-radius: 0 0 4px;
            content: "";
            height: 50px;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            position: absolute;
            right: -1px;
            top: -1px;
            width: 100%;
            z-index: -1;
        }

.single-class:hover span.arrow a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-class:hover span.arrow a {
    color: #ffffff;
}

/*----------------------------------------*/
/*  7. Register Area
/*----------------------------------------*/

.register-area {
    overflow: hidden;
    position: relative;
    background-size: cover;
    z-index: 1;
}

    .register-area:before {
        background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
        display: block;
    }

.register-info h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 35px;
}

    .register-info h4 span {
        color: #f9383d;
    }

.register-info {
    padding: 99px 0 97px 0;
    position: relative;
    z-index: 9;
}

    .register-info > h1 {
        color: #ffffff;
        font-size: 60px;
        font-weight: 400;
        margin-bottom: 34px;
    }

.timer-grid .cdown {
    padding: 28px 0;
    margin-right: 20px;
}

.timer-grid > div,
.timer-view > div {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    display: inline-block;
    font-size: 15px;
    height: 128px;
    margin-left: 5px;
    width: 128px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 15px;
}

    .timer-grid > div span,
    .timer-view > div span {
        display: block;
        line-height: 53px;
        font-size: 50px;
    }

.account-form {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    margin: 64px 0 62px 70px;
    position: relative;
    z-index: 9;
}

    .account-form > form {
        margin: 42px 54px 0;
        padding-bottom: 40px;
    }

.register-title {
    background: #f9383d none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    padding-bottom: 7px;
    padding-top: 11px;
}

    .register-title > h4 {
        color: #ffffff;
        display: inline-block;
        font-size: 18px;
        font-weight: 500;
        position: relative;
        top: -2px;
        font-family: "Poppins", sans-serif;
    }

    .register-title i {
        color: #ffffff;
        display: inline-block;
        font-size: 24px;
        margin: 0 12px 0 14px;
    }

.account-form input {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    color: #909090;
    font-size: 12px;
    font-weight: 300;
    height: 41px;
    margin-bottom: 10px;
    padding: 0 14px;
    width: 100%;
}

.account-form .button-default {
    margin-top: 11px;
}

/* ==============================
/*  8. Service Area
=============================== */

.single-service-item {
    height: 95px;
    margin-bottom: 90px;
    overflow: hidden;
    position: relative;
}

.single-service-item-wrapper .single-service-item:last-child {
    margin-bottom: 0;
}

.single-service-text > h4 {
    font-size: 15px;
    font-weight: 00;
    margin-bottom: 5px;
    padding-top: 36px;
    -webkit-transition: padding 0.8s linear 0s;
    transition: padding 0.8s linear 0s;
}

.single-service-item:hover .single-service-text > h4,
.service-style-two .single-service-item .single-service-text > h4 {
    font-weight: 500;
    padding: 0;
}

.single-service-text > p {
    display: none;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-service-item:hover .single-service-text > p {
    display: block;
}

.single-service-icon {
    background: #f9383d none repeat scroll 0 0;
    border: 1px solid #f9383d;
    border-radius: 50%;
    color: #ffffff;
    display: inline-table;
    font-size: 30px;
    height: 95px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    width: 95px;
}

    .single-service-icon i {
        display: table-cell;
        vertical-align: middle;
    }

.single-service-item:hover .single-service-icon {
    background: #ffffff none repeat scroll 0 0;
    color: #f9383d;
}

.service-area .styles:first-child .single-service-item-wrapper {
    margin-right: 30px;
    margin-top: 30px;
}

.service-area .styles:last-child .single-service-item-wrapper {
    margin-left: 30px;
    margin-top: 30px;
}

.service-area .styles:first-child .single-service-icon {
    float: right;
}

.service-area .styles:first-child .single-service-text {
    padding-right: 112px;
    text-align: right;
}

.service-area .styles:last-child .single-service-icon {
    float: left;
    left: 0;
    right: auto;
}

.service-area .styles:last-child .single-service-text {
    padding-left: 112px;
    text-align: left;
}

/*----------------------------------------*/
/*  9. Fun Factor Area
/*----------------------------------------*/

.fun-factor-icon {
    color: #f0f0f0;
    font-size: 24px;
    margin-bottom: 38px;
}

.single-fun-factor > h2 {
    color: #ffffff;
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 26px;
}

.single-fun-factor > span {
    color: #ffffff;
    font-size: 15px;
}

.single-fun-factor > p {
    color: #ffffff;
    font-size: 15px;
}

.fun-factor-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 61px 0 53px;
    position: relative;
    z-index: 1;
}

    .fun-factor-area:after {
        background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

/* ====================================
/*  10. Testimonial Area
===================================== */
.shield-testimonial-wrapper::before, .shield-bgoverlay::before {
    background: #000000 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    opacity: 0.9;
    position: absolute;
    top: 0;
    width: 100%;
}

.shield-bgoverlay, .shield-testimonial-wrapper {
    position: relative;
}

.testimonial-carousel.owl-theme .owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    border-radius: 0;
    height: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 30px;
}

.testimonial-carousel.owl-theme .owl-controls .owl-page.active span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: #fff;
}

.testimonial-carousel .owl-controls.clickable {
    display: none !important;
}

.testimonial-image-wrap {
    padding-bottom: 20px;
}

.testimonial-image img {
    border-radius: 100%;
}

.testimonial-image {
    height: 97px;
    margin: auto;
    width: 97px;
}

.single-testimonial h3 {
    color: #fff;
    margin-bottom: 6px;
    margin-top: 20px;
}

.testimonial-social p {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}

.testimonial-details > span {
    color: #fff;
}

.teachers-area {
    border-bottom: 1px solid #F0F0F0;
}

.testimonial-image-slider {
    margin: 0 44px 0 8px;
}

.slick-list {
    margin: 0 5px;
}

.sin-testiImage {
    display: inline-block;
    margin-bottom: 11px;
    outline: medium none;
}

.teacher-image-carousel {
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 90px;
    margin-bottom: 30px;
    margin-top: 36px;
    outline: 0 none;
    position: relative;
    width: 90px;
    overflow: hidden;
}

    .teacher-image-carousel:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        content: "";
        border-radius: 50%;
    }

.sin-testiImage.slick-current .teacher-image-carousel {
    border: 1px solid #f9383d;
}

.sin-testiImage.slick-current .teacher-image-carousel {
    height: 120px;
    margin: 22px 0 0;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    width: 120px;
}

    .sin-testiImage.slick-current .teacher-image-carousel img {
        border: 1px solid #f9383d;
        height: 100%;
        margin: auto;
        -webkit-transition: all 0.7s ease 0s;
        transition: all 0.7s ease 0s;
        width: 100%;
    }

    .sin-testiImage.slick-current .teacher-image-carousel:after {
        background: transparent;
    }

.sin-testiText {
    outline: none;
    margin-left: 45px;
}

.teacher-info-container {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 13px;
    padding-bottom: 8px;
}

.testimonial-text-slider h2 {
    display: block;
    font-size: 15px;
    line-height: 23px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.testimonial-text-slider .sin-testiText > span {
    color: #909090;
    display: block;
    font-style: italic;
    margin-bottom: 6px;
}

.teacher-info-container p i,
.teacher-info-text > span i {
    color: #bebebe;
    font-size: 14px;
    margin-right: 8px;
    width: 18px;
}

.teacher-info-container > p {
    margin-bottom: 5px;
}

.sin-testiText > p {
    line-height: 25px;
    margin-bottom: 0;
}

.teacher-links > a {
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    color: #bebebe;
    display: inline-table;
    height: 36px;
    text-align: center;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    width: 37px;
    margin-right: 12px;
}

    .teacher-links > a i {
        display: table-cell;
        vertical-align: middle;
    }

    .teacher-links > a:hover {
        background: #f9383d none repeat scroll 0 0;
        border-color: #f9383d;
        color: #ffffff;
    }

.teacher-links {
    margin-bottom: 30px;
    margin-top: 20px;
    overflow: hidden;
}

.teachers-area .button-default {
    padding: 0 20px;
}

.slick-prev,
.slick-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 48px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    outline: medium none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 34.6%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 48px;
}

.testimonial-image-text-wrapper:hover .slick-prev,
.testimonial-image-text-wrapper:hover .slick-next {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.slick-prev {
    left: -44px;
}

.slick-next {
    right: -44px;
}

    .slick-prev:before,
    .slick-next:before {
        color: #d4d4d4;
        border: 1px solid #eaeaea;
        content: "?";
        font-family: fontawesome;
        font-size: 20px;
        height: 48px;
        left: 0;
        line-height: 46px;
        position: absolute;
        top: 0;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 48px;
        border-radius: 50%;
    }

    .slick-prev:hover:before,
    .slick-next:hover:before {
        color: #fff;
        background: #1BB4B9;
        border-color: #1BB4B9;
    }

    .slick-next:before {
        right: 0;
        content: "\f105";
    }

/* =========================
/*  11. Gallery Area
=========================== */

.filter-menu ul li {
    background: #eeeeee none repeat scroll 0 0;
    border-radius: 2px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 13px;
    padding: 12px 15px;
    position: relative;
    text-transform: capitalize;
    -webkit-transition: .3s;
    transition: .3s;
    margin: 0 5px 10px;
}

    .filter-menu ul li:hover {
        background: #f9383d none repeat scroll 0 0;
        color: #fff;
    }

.filter-menu > ul {
    text-align: center;
}

.gallery-area .section-title-wrapper {
    margin-bottom: 28px;
}

li.filter.active {
    background: #f9383d none repeat scroll 0 0;
    border-color: #f9383d;
    color: #ffffff;
}

.filter-menu {
    display: none;
    margin-bottom: 23px;
}

.mix.cols {
    margin-bottom: 20px;
}

    .mix.cols.column-flush {
        margin-bottom: 0;
    }

.mix {
    display: none;
}

span.gallery-text {
    bottom: 12%;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 9;
}

.single-items:hover span.gallery-text {
    bottom: 20%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.view-gallery {
    margin-top: 12px;
}

    .view-gallery > h4 {
        display: inline-block;
        font-weight: 300;
        margin-right: 22px;
    }

        .view-gallery > h4 span {
            font-weight: 500;
        }

    .view-gallery .button-default {
        font-size: 15px;
        line-height: 40px;
        padding: 0 17px;
    }

/*----------------------------------------*/
/*  subscribe-form
/*----------------------------------------*/

.subscribe-form input[type="email"] {
    border: 1px solid #ffffff;
    float: left;
    height: 50px;
    padding-left: 20px;
    width: 75%;
}

.subscribe-form input[type="submit"] {
    color: #fff;
    float: left;
    height: 50px;
    padding: 0;
    text-transform: uppercase;
    width: 25%;
}

/* ==========================
/*  12. Blog Area
=========================== */

.single-blog-item {
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.single-blog-image {
    position: relative;
}

    .single-blog-image > a {
        display: block;
    }

    .single-blog-image a img {
        display: block;
    }

.single-class-image a img,
.single-items.gimage a img {
    display: block;
}

.single-blog-text h4 a {
    color: #333333;
    font-size: 15px;
    word-wrap: break-word;
}

    .single-blog-text h4 a:hover {
        color: #f9383d;
    }

.single-blog-text {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    padding: 25px 18px 22px;
}

.blog-date > span {
    color: #666;
    font-size: 12px;
}

small {
    color: #555;
}

.blog-date span i {
    font-size: 14px;
    margin-right: 8px;
}

.single-blog-text > a {
    font-size: 14px;
}

    .single-blog-text > a:hover {
        color: #f9383d;
    }

.meta-item.meta-date {
    color: #555;
}

pre {
    padding: 20px 20px 18px;
}

table td {
    border-right: 2px solid rgba(0, 0, 0, 0.08);
    text-align: center;
}

.single-blog-text > p {
    margin-bottom: 12px;
    margin-top: 6px;
    word-spacing: 1px;
    color: #555555;
}

.comment-notes > span {
    color: #555;
}

.comment-notes {
    color: #666;
}

.current {
    color: rgba(255, 255, 255, 0.9);
}

.class-details-tab .tab-pane p,
.class-details-tab span.icon,
.teacher-info-text > span,
.teacher-details-info > span,
.tab-info > span,
.story p {
    color: #555;
}

.single-blog-text > h4 {
    margin-bottom: 10px;
}

.blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
    border-color: #ffffff;
    color: #ffffff;
}

/* =============================
/*  13. Newsletter Area home
================================ */

.newsletter-container input,
.newsletter-container input[type="submit"],
.newsletter-container textarea {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid rgba(27, 180, 185, 0.1);
    color: #909090;
    height: 42px;
    margin-bottom: 20px;
    padding: 0 14px;
    width: 100%;
    font-size: 13px !important;
}

    .newsletter-container input[type="submit"] {
        background: #f9383d none repeat scroll 0 0;
        border-radius: 0;
        color: #ffffff;
        float: left;
        height: 40px;
        margin-top: 5px;
        padding: 0 30px;
        width: auto;
    }

.newsletter-container h4 {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    margin-top: 57px;
}

.newsletter-container .button-default {
    margin-top: 68px;
}

.newsletter-container textarea {
    float: left;
    height: 107px;
    margin-right: 20px;
    overflow: hidden;
    padding-top: 8px;
    resize: none;
    width: 100%;
}

.newsletter-container .button-default {
    background: #f9383d none repeat scroll 0 0;
    border: 0 none;
    border-radius: 30px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 33px;
    padding: 0 24px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.ctext {
    width: 25%;
    float: left;
}

.ctextful {
    padding: 0 2%;
    width: 100%;
}

.contact_fs {
    width: 75%;
    float: left;
}

.contact_fs_full {
    width: 100%;
    overflow: hidden;
    padding: 0 2%;
}

.contact_fs:after {
    content: "";
    display: block;
    clear: both;
}

.inner_i_pd,
.inner_t_pd {
    padding: 0 10px;
}

.button-default {
    background: #f9383d none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 33px;
    padding: 0 24px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .button-default:hover {
        background: #f9383d;
        color: #fff;
    }

    .button-default.button-yellow {
        background: #f9383d;
    }

        .button-default.button-yellow:hover {
            background: #f9383d;
        }

/*--------------------------------------------*/
/* 24. Contact CSS
/*--------------------------------------------*/

.contact-info i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #f9383d;
    color: #333333;
    display: block;
    font-size: 30px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    transition: all 0.5s ease 0s;
    width: 70px;
    margin-bottom: 15px;
}

    .contact-info i:hover {
        background-color: #f9383d;
        color: #fff;
    }

.contact-info .media-body .excerpt p {
    margin-bottom: 0;
}

.shield-contact .content {
    padding-left: 0;
    padding-top: 0;
}

.shield-contact .copy p {
    margin-bottom: 0;
}

.shield-contact textarea {
    height: 137px;
}

.shield-contact input.wpcf7-form-control {
    height: 34px;
    max-width: 100%;
}

.shield-contact .wpcf7-form p {
    margin-bottom: 20px;
}

.wpcf7-form p:last-child {
    margin-bottom: 0;
    font-size: 100px;
}

.shield-contact input[type=submit] {
    background: #f9383d none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    font-weight: normal;
}

    .shield-contact input[type=submit]:hover {
        background: #f7d05c;
        color: #fff;
    }

div.wpcf7 .ajax-loader {
    margin: 6px 0 0 5px;
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(assets/preset-images/preload-circle-dark.html);
    -webkit-animation: cf7Loader 2s steps(18) infinite;
    -moz-animation: cf7Loader 2s steps(18) infinite;
    -ms-animation: cf7Loader 2s steps(18) infinite;
    -o-animation: cf7Loader 2s steps(18) infinite;
    animation: cf7Loader 2s steps(18) infinite;
}

@-webkit-keyframes cf7Loader {
    from {
        background-position: 0px;
    }

    to {
        background-position: -576px;
    }
}

@-moz-keyframes cf7Loader {
    from {
        background-position: 0px;
    }

    to {
        background-position: -576px;
    }
}

@-ms-keyframes cf7Loader {
    from {
        background-position: 0px;
    }

    to {
        background-position: -576px;
    }
}

@-o-keyframes cf7Loader {
    from {
        background-position: 0px;
    }

    to {
        background-position: -576px;
    }
}

@keyframes cf7Loader {
    from {
        background-position: 0px;
    }

    to {
        background-position: -576px;
    }
}

/* ====================================
/*  14. Map Area
====================================*/

.map {
    height: 350px;
    margin: 0 auto;
    width: 100%;
}

/* ===============================
/*  15. Footer Area
================================= */
/*overlay*/

[data-top-overlay],
[data-copyright-overlay],
[data-foo-overlay] {
    position: relative;
}

    [data-top-overlay]:before,
    [data-copyright-overlay]:before,
    [data-foo-overlay]:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    [data-top-overlay]:before,
    [data-copyright-overlay]:before,
    [data-foo-overlay]:before {
        background: #1879fd;
    }

[data-top-overlay="1"]:before,
[data-copyright-overlay="1"]:before,
[data-foo-overlay="1"]:before {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

[data-top-overlay="2"]:before,
[data-copyright-overlay="2"]:before,
[data-foo-overlay="2"]:before {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

[data-top-overlay="3"]:before,
[data-copyright-overlay="3"]:before,
[data-foo-overlay="3"]:before {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

[data-top-overlay="4"]:before,
[data-copyright-overlay="4"]:before,
[data-foo-overlay="4"]:before {
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

[data-top-overlay="5"]:before,
[data-copyright-overlay="5"]:before,
[data-foo-overlay="5"]:before {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

[data-top-overlay="6"]:before,
[data-copyright-overlay="6"]:before,
[data-foo-overlay="6"]:before {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

[data-top-overlay="7"]:before,
[data-copyright-overlay="7"]:before,
[data-foo-overlay="7"]:before {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

[data-top-overlay="8"]:before,
[data-copyright-overlay="8"]:before,
[data-foo-overlay="8"]:before {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

[data-top-overlay="9"]:before,
[data-copyright-overlay="9"]:before,
[data-foo-overlay="9"]:before {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

[data-top-overlay="10"]:before,
[data-copyright-overlay="10"]:before,
[data-foo-overlay="10"]:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

[data-top-overlay="0"]:before,
[data-copyright-overlay="0"]:before,
[data-foo-overlay="0"]:before {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

[data-top-overlay] > div,
[data-copyright-overlay] > div,
[data-foo-overlay] > div {
    z-index: 99;
    position: relative;
}

/*-------------------------------*/
/*-FOOTER LOGO SIZING -----------------*/
/*-------------------------------*/

.footer-logo a .credit-card a {
    display: block;
}

.footer-logo-small a img {
    width: auto;
    max-height: 20px;
}

.footer-logo-medium a img {
    width: auto;
    max-height: 40px;
}

.footer-logo-large a img {
    width: auto;
    max-height: 80px;
}

.footer-logo-massive a img {
    width: auto;
    max-height: 120px;
}

/* Credit card style */

.credit-card-small img {
    width: auto;
    max-height: 10px;
}

.credit-card-medium img {
    width: auto;
    max-height: 20px;
}

.credit-card-large img {
    width: auto;
    max-height: 30px;
}

.credit-card-massive img {
    width: auto;
    max-height: 50px;
}

/* footer social icon */
/*----------------------
  17. Footer area
------------------------*/

.footer-icon li {
    display: inline-block;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.footer-icon ul li + li {
    margin-left: 15px;
}

.footer-icon a {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    color: #666;
    display: block;
    font-size: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 40px;
}

    .footer-icon a i {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .footer-icon a:hover {
        border: 1px solid #1879Fd;
        box-shadow: 0 0 12px rgba(0, 0, 0, .35);
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .footer-icon a:hover i {
            color: #fff;
        }

.footer-icon {
    padding: 30px 0 26px;
}

.footer-site {
    padding-bottom: 0;
    padding-top: 0;
}

    .footer-site .container {
        padding-top: 0;
        padding-bottom: 0;
    }

    .footer-site .grid.footer-top-grid {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .footer-site .grid.footer-top-grid .column {
            margin-bottom: 7px;
            padding: 20px 0 0;
        }

    .footer-site .widget ul.instagram-pics {
        margin: 0 -5px;
    }

        .footer-site .widget ul.instagram-pics li {
            float: left;
            margin-bottom: 0;
            padding: 6px;
            width: 33.33%;
        }

            .footer-site .widget ul.instagram-pics li a::before {
                color: #fff;
                content: "\f0c1";
                font-family: "fontawesome";
                font-size: 24px;
                left: 50%;
                opacity: 0;
                position: absolute;
                top: 50%;
                transform: translateX(-50%) translateY(-50%) rotate(-45deg);
                transition: all 0.3s ease-out 0s;
                z-index: 3;
            }

            .footer-site .widget ul.instagram-pics li a::after {
                background-color: #f9383d;
                bottom: 0;
                content: "";
                left: 0;
                opacity: 0;
                position: absolute;
                right: 0;
                top: 0;
                transition: all 0.3s ease-out 0s;
                z-index: 1;
            }

            .footer-site .widget ul.instagram-pics li:hover a {
                margin-left: 0;
            }

                .footer-site .widget ul.instagram-pics li:hover a::before {
                    opacity: 1;
                }

            .footer-site .widget ul.instagram-pics li a {
                display: block;
                line-height: 0;
                position: relative;
            }

            .footer-site .widget ul.instagram-pics li:hover a::after {
                opacity: 0.5;
            }

    .footer-site .recent-post-text a {
        color: #fff;
    }

    .footer-site .recent-post-text > span {
        color: #fff;
    }

        .footer-site .recent-post-text > span.commentss {
            display: none;
        }

    .footer-site .recent-post-text br {
        display: none;
    }

    .footer-site .section-nav-title {
        font-weight: 600;
    }

/* Footer menu */

.nav.nav-horizontal.footermenu {
    margin-top: 30px;
}

.copytest,
.center-logo {
    -ms-flex-item-align: center;
    align-self: center;
}

/*copyright style 2*/

.copyright .nav-horizontal li:last-child {
    margin-right: 0;
}

.copyright .nav-horizontal li:first-child {
    margin-left: 0;
}

.foo-copyright-style-2 .foo-copyright-foomenu-layout-2 .nav.nav-horizontal.footermenu,
.foo-copyright-style-3 .foo-copyright-foomenu-layout-3 .nav.nav-horizontal.footermenu,
.foo-copyright-style-5 .foo-copyright-foomenu-layout-5 .nav.nav-horizontal.footermenu,
.foo-copyright-style-4 .foo-copyright-foomenu-layout-4 .nav.nav-horizontal.footermenu,
.foo-copyright-style-6 .foo-copyright-foomenu-layout-6 .nav.nav-horizontal.footermenu,
.foo-copyright-style-7 .foo-copyright-foomenu-layout-7 .nav.nav-horizontal.footermenu,
.foo-copyright-style-8 .foo-copyright-foomenu-layout-8 .nav.nav-horizontal.footermenu,
.foo-copyright-style-9 .foo-copyright-foomenu-layout-9 .nav.nav-horizontal.footermenu,
.foo-copyright-style-11 .foo-copyright-foomenu-layout-11 .nav.nav-horizontal.footermenu,
.foo-copyright-style-12 .foo-copyright-foomenu-layout-12 .nav.nav-horizontal.footermenu,
.foo-copyright-style-13 .foo-copyright-foomenu-layout-13 .nav.nav-horizontal.footermenu,
.foo-copyright-style-14 .foo-copyright-foomenu-layout-14 .nav.nav-horizontal.footermenu,
.foo-copyright-style-15 .foo-copyright-foomenu-layout-15 .nav.nav-horizontal.footermenu,
.foo-copyright-style-10 .foo-copyright-foomenu-layout-10 .nav.nav-horizontal.footermenu {
    margin-top: 0;
}

.foo-copyright-style-2 .foo-copyright-foomenu-layout-2 .site-text,
.foo-copyright-style-4 .foo-copyright-foomenu-layout-4 .site-text,
.foo-copyright-style-5 .foo-copyright-foomenu-layout-5 .site-text,
.foo-copyright-style-6 .foo-copyright-foomenu-layout-6 .site-text,
.foo-copyright-style-7 .foo-copyright-foomenu-layout-7 .site-text,
.foo-copyright-style-8 .foo-copyright-foomenu-layout-8 .site-text,
.foo-copyright-style-9 .foo-copyright-foomenu-layout-9 .site-text,
.foo-copyright-style-11 .foo-copyright-foomenu-layout-11 .site-text,
.foo-copyright-style-12 .foo-copyright-foomenu-layout-12 .site-text,
.foo-copyright-style-13 .foo-copyright-foomenu-layout-13 .site-text,
.foo-copyright-style-14 .foo-copyright-foomenu-layout-14 .site-text,
.foo-copyright-style-15 .foo-copyright-foomenu-layout-15 .site-text,
.foo-copyright-style-10 .foo-copyright-foomenu-layout-10 .site-text {
    line-height: 28px;
}

.foo-copyright-foomenu-layout-2 {
    padding: 15px 0 0;
}

.foo-copyright-style-2 .foo-copyright-foomenu-layout-2 .nav-horizontal ul {
    display: block;
}

.copyright .site-text {
    font-weight: 300;
}

@media (max-width: 767px) {
    .copytest .site-text.text-right,
    .copytest .site-text.text-left {
        text-align: center;
    }

    .copyright .foo-menu {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .copyright .foo-menu {
        display: none;
    }
}

/*Footer style 6*/
.footer-icon.social-foo-right {
    padding: 0;
}

.social-foo-flex-center,
.credit-card,
.foo-menu {
    -ms-flex-item-align: center;
    align-self: center;
}

.credit-card {
    -ms-flex-item-align: center;
    align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.credit-card-area {
    -ms-flex-item-align: center;
    align-self: center;
}

/*footer top area*/

.footer-top-area {
    padding: 50px 0;
}

.footer-top-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .footer-top-info.text-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .footer-top-info.text-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer-top-info .info-sin {
        padding: 0 20px;
    }

        .footer-top-info .info-sin:last-child {
            padding-right: 0;
        }

        .footer-top-info .info-sin:first-child {
            padding-left: 0;
        }

.text-right .footer-top-info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.text-left .footer-top-info {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
}

.info-sin i,
.info-sin p {
    display: inline-block;
}

.footer-top-info .info-sin,
.footer-top-info .info-sin a {
    color: #fff;
    font-size: 18px;
}

.footer-logo {
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-add-icon {
    display: inline-block;
    float: left;
    margin-right: 15px;
    margin-top: 2px;
}

.footer-add-info p {
    display: inline-block;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-widget input,
.footer-widget textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #747474;
    color: #f5f5f5;
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-widget textarea {
    height: 90px;
}

.footer-widget input[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    font-weight: 500;
    margin-top: 5px;
    padding: 5px 20px 2px;
    text-transform: uppercase;
    border: 1px solid #f9383d !important;
}

    .footer-widget input[type="submit"]:hover {
        color: #fff;
        border: 1px solid #f9383d !important;
    }

.footer-widget p {
    font-weight: 300;
}

.textwidget .footer-widget p {
    font-weight: 300;
}

.footer-top-area {
    border-bottom: 1px solid #f9383d;
}

.copyright-footer-bg {
    border-top: 1px solid #747474;
}

.footer-site .widget li {
    -webkit-transition: .3s;
    transition: .3s;
}

.footer-top-grid aside.widget ul li ul {
    margin-left: 15px;
}

.footer-site aside.widget {
    margin: 30px 0;
}

    .footer-site aside.widget:first-child {
        margin-top: 0;
    }

    .footer-site aside.widget:last-child {
        margin-bottom: 0;
    }

.wp-caption {
    background: transparent none repeat scroll 0 0;
}

.footer-site .widget li:hover a {
    color: #f9383d;
}

.footer-site .widget.widget_recent_comments ul li a:hover,
.footer-site .widget.widget_rss ul li a:hover {
    margin-left: 0;
}

.footer-site .widget.widget_rss ul li {
    margin-bottom: 20px;
}

    .footer-site .widget.widget_rss ul li a.rsswidget {
        display: block;
        margin-bottom: 5px;
    }

    .footer-site .widget.widget_rss ul li .rssSummary {
        padding: 5px 0;
        line-height: 1.5;
    }

.footer-site .widget.widget_tag_cloud .tagcloud a {
    color: #fff;
}

.footer-site .widget.widget_rss ul li:last-child {
    margin-bottom: 0;
}

.footer-site .widget li a:hover {
    margin-left: 5px;
}

.footer-site .widget li:hover ul li a {
    color: #fff;
}

    .footer-site .widget li:hover ul li a:hover {
        color: #f9383d;
    }

#footer .copyright-footer-bg .sub-menu {
    display: none;
}

#footer .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    z-index: 99;
    padding: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    display: block;
}

.footer-site .widget.widget_nav_menu ul li {
    margin: 0;
}

#footer .sub-menu li {
    width: 100%;
}

    #footer .sub-menu li a {
        padding: 4px 0;
    }
/*----------------------------------------*/
/*  16. Home Two Start
/*----------------------------------------*/
/*----------------------------------------*/
/*  16.1 Home Two Header
/*----------------------------------------*/

.header-two .header-top {
    background: #ffffff none repeat scroll 0 0;
    border-bottom: 1px solid #f0f0f0;
}

.header-two .header-top-info span {
    background: #ffffff none repeat scroll 0 0;
    color: #666666;
}

.header-top-info span i {
    color: #909090;
    font-size: 14px;
    margin-right: 11px;
}

.header-two .header-login-register a {
    color: #666666;
}

.header-two .header-login-register ul li a i {
    color: #909090;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.header-two .header-login-register ul li:hover a i {
    color: #f9383d;
}

/*----------------------------------------*/
/*  16.2 Home Two Slider
/*----------------------------------------*/

.slider-two-area .banner-content.slider-2 p {
    color: #444444;
    font-size: 24px;
    margin-bottom: 12px;
    text-transform: uppercase;
    -webkit-animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 2000ms ease-in-out 0s normal none 1 running zoomInRight;
    font-weight: 400;
}

.slider-two-area .banner-content.slider-2 h1 {
    color: #333333;
    font-size: 72px;
    font-weight: 500;
    margin-bottom: 26px;
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running zoomInRight;
    animation: 1500ms ease-in-out 0s normal none 1 running zoomInRight;
}

.slider-two-area .banner-content.slider-2 .banner-readmore {
    -webkit-animation: 1300ms ease-in-out 0s normal none 1 running zoomInUp;
    animation: 1300ms ease-in-out 0s normal none 1 running zoomInUp;
}

.banner-content.slider-2 .banner-readmore a {
    background: #f9383d none repeat scroll 0 0;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 26px;
}

    .banner-content.slider-2 .banner-readmore a:hover {
        background: #f9383d none repeat scroll 0 0;
    }

.slider-two-area .banner-content.slider-2.slider-right p {
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running rotateInDownLeft;
    animation: 1000ms ease-in-out 0s normal none 1 running rotateInDownLeft;
}

.slider-two-area .banner-content.slider-2.slider-right h1 {
    -webkit-animation: 1500ms ease-in-out 0s normal none 1 running lightSpeedIn;
    animation: 1500ms ease-in-out 0s normal none 1 running lightSpeedIn;
}

.slider-two-area .banner-content.slider-2.slider-right .banner-readmore {
    -webkit-animation: 2000ms ease-in-out 0s normal none 1 running flash;
    animation: 2000ms ease-in-out 0s normal none 1 running flash;
}

/*----------------------------------------*/
/*  16.3 Home Two Gallery Fullwidth
/*----------------------------------------*/

.sportfolio .single-items.column,
.fportfolio .single-items.column {
    margin-bottom: 20px;
}

.sportfolio .single-items .gallery-icon {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ffffff;
    -webkit-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

    .sportfolio .single-items .gallery-icon:hover {
        background: #fff none repeat scroll 0 0;
        border-color: #fff;
        color: #f9383d;
    }

.sportfolior .single-items .single-items:hover span.gallery-text {
    bottom: 23%;
}

.overlay-effect.sea-green-overlay a:before {
    background-color: rgba(27, 180, 185, 0.6);
}

.sportfolio .view-gallery {
    margin-top: 30px;
}

/*----------------------------------------*/
/*  10. Single portfolio 
/*----------------------------------------*/
.portfolio-cat-list li {
    display: block;
}

    .portfolio-cat-list li a {
        display: block;
        font-family: "Poppins",sans-serif;
        font-size: 14px;
        font-weight: 400;
        padding-bottom: 10px;
        text-transform: capitalize;
        color: #333333;
    }

        .portfolio-cat-list li a:hover,
        .portfolio-cat-list li.current a {
            color: #1293d4;
        }

        .portfolio-cat-list li a::before {
            content: "\f0da";
            font-family: "fontawesome";
            margin-right: 5px;
        }

.portfolio-single-content {
    margin-top: 30px;
    margin-bottom: 50px;
}

    .portfolio-single-content h4, .portfolio-meta h4, .retated-portfolio-title, .related-portfolio-content h4, .portfolio-widget h4 {
        margin-bottom: 10px;
        text-transform: uppercase;
        color: #333333;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }

.portfolio-meta {
    border-top: 1px solid #d5d0d0;
    margin-top: 25px;
    padding-top: 25px;
}

    .portfolio-meta h4 {
        margin-bottom: 20px;
    }

.portfolio-info-table table,
.portfolio-info-table table thead:first-child tr:first-child th:first-child,
.portfolio-info-table table tbody:first-child tr:first-child td:first-child,
.portfolio-info-table table thead:last-child tr:last-child th:first-child,
.portfolio-info-table table tbody:last-child tr:last-child td:first-child {
    border-radius: 0px;
}

.retated-portfolio-title {
    margin-bottom: 30px;
}

.grid.related_title {
    margin: 0;
}

.portfolio-img {
    position: relative;
}

    .portfolio-img img {
        width: 100%;
    }

.img-overlay {
    line-height: 0;
    position: relative;
}

    .img-overlay:before {
        background: #000 none repeat scroll 0 0;
        bottom: 0px;
        content: "";
        display: block;
        left: 0px;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 0px;
        top: 0px;
        z-index: 10;
        pointer-events: none;
        transition: all 0.3s ease-in-out 0s;
    }

.portfolio-img a {
    bottom: 0;
    color: #fff;
    font-size: 30px;
    height: 50px;
    left: 0;
    line-height: 50px;
    margin: auto;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    width: 50px;
    z-index: 110;
    transform: scale(0);
}

.portfolio-item:hover .img-overlay:before {
    opacity: 0.5;
    visibility: visible;
}

.portfolio-item:hover .portfolio-img a {
    transform: scale(1);
}

.related-portfolio-content {
    padding-top: 30px;
}

    .related-portfolio-content h4 {
        margin-bottom: 10px;
        text-transform: capitalize;
    }

        .related-portfolio-content h4 a:hover {
            color: #f9383d;
        }

.related_portfolio .portfolio-img a {
    line-height: 0;
    position: static;
}

.portfolio-widget h4 {
    margin-bottom: 20px;
}

.single-portfolio-page.content-vertical-massive {
    padding-bottom: 95px;
    padding-top: 110px;
}

/*----------------------------------------*/
/*  16.4 Home Two Teachers Large Carousel
/*----------------------------------------*/

.teachers-large-carousel-area {
    position: relative;
}

    .teachers-large-carousel-area:after {
        background: #f0f0f0 none repeat scroll 0 0;
        bottom: 0px;
        content: "";
        height: 209px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: -1;
    }

.single-teacher-large-carousel {
    min-height: 209px;
    padding: 30px 12px 12px;
}

.teachers-large-carousel-area .section-title-wrapper {
    margin-bottom: 15px;
}

.single-teacher-large-carousel h4,
.teacher-column-carousel-text h4,
.testimonial-small-text-slider .sin-testiText.slick-slide > h2 {
    font-size: 15px;
    line-height: 13px;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.single-teacher-large-carousel span,
.teacher-column-carousel-text span,
.testimonial-small-text-slider .sin-testiText.slick-slide > span {
    color: #909090;
    display: block;
    font-style: italic;
    line-height: 12px;
    margin-bottom: 18px;
}

.teacher-large-item {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .teacher-large-item:hover {
        background: #f9383d none repeat scroll 0 0;
    }

.single-teacher-large-carousel p {
    margin-bottom: 11px;
}

.teacher-large-item:hover p,
.teacher-large-item:hover h4,
.teacher-large-item:hover span {
    color: #ffffff;
}

.single-teacher-large-carousel .social-links > a {
    margin-right: 18px;
}

.single-teacher-large-carousel .social-links a {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    transition: all 250ms cubic-bezier(1, -0.6, 0.57, -0.15) 0s;
    visibility: hidden;
}

.teacher-large-item:hover .social-links a {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}

.single-teacher-large-carousel .social-links a:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.single-teacher-large-carousel .social-links a:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.single-teacher-large-carousel .social-links a:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.teacher-carousel.carousel-style-one .owl-controls .owl-buttons div,
.blog-carousel.carousel-style-one.gray-border .owl-controls .owl-buttons div {
    border-color: #EAEAEA;
    color: #EAEAEA;
}

.teacher-carousel.carousel-style-one .owl-controls,
.testimonial-carousel.carousel-style-one .owl-controls,
.teachers-column-carousel.carousel-style-one .owl-controls,
.class-carousel.carousel-style-one .owl-controls,
.blog-carousel.carousel-style-one .owl-controls,
.class-details-carousel.carousel-style-one .owl-controls {
    margin: 0;
}

.teacher-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
    left: -50px;
    top: 36.8%;
}

    .teacher-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
        left: auto;
        right: -50px;
    }

/*----------------------------------------*/
/*  16.5 Home Two Fun Factor
/*----------------------------------------*/

.fun-factor-area.fun-factor-two:after {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

/*----------------------------------------*/
/*  16.6 Home Two Blog
/*----------------------------------------*/

.blog-two,
.blog-three {
    border-bottom: 1px solid #f0f0f0;
    padding: 60px 0 42px;
}

    .blog-two .single-blog-image a img,
    .blog-three .single-blog-image a img {
        border-radius: 4px;
    }

    .blog-two .overlay-effect > a:before {
        border-radius: 4px;
    }

    .blog-two .single-blog-text,
    .blog-three .single-blog-text {
        padding: 25px 0 0;
    }

    .blog-two .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div,
    .blog-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        border-color: #eaeaea;
        color: #eaeaea;
    }

        .blog-two .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div:hover {
            background: #f9383d none repeat scroll 0 0;
            border-color: #f9383d;
            color: #fff;
        }

        .blog-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div:hover {
            color: #eaeaea;
            border-color: #1BB4B9;
        }

/*----------------------------------------*/
/*  16.7 Home Two Testimonial Carousel
/*----------------------------------------*/
.service-relative {
    margin-top: -118px;
    position: relative;
    z-index: 999;
}
/*----------------------------------------*/
/*  17.3 Home Three Advertise Area
/*----------------------------------------*/

.advertise-area.section-sea-green h2 {
    color: #ffffff;
}

.advertise-area.section-sea-green a {
    border: 1px solid #ffffff;
    line-height: 36px;
}

    .advertise-area.section-sea-green a:hover {
        background: #ffffff none repeat scroll 0 0;
        color: #f9383d;
    }

.advertise-area.section-sea-green {
    padding: 50px 0;
}
/*----------------------------------------*/
/*  20. Class Grid Page
/*----------------------------------------*/

.breadcrumb-banner-area {
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding: 115px 0 100px;
    position: relative;
    z-index: 1;
}

.breadcrumb-text h1 {
    color: #fefefe;
    font-size: 36px;
    font-weight: 600;
    line-height: 28px;
    text-transform: uppercase;
}

.breadcrumb-banner-area:after {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.breadcrumb {
    border-radius: 22px 22px 0 0;
    margin-bottom: 0;
    margin-top: 119px;
    padding: 8px 25px;
}

.breadcrumb-list > ul {
    color: #ffffff;
}

.breadcrumb > li a {
    color: #333333;
}

    .breadcrumb > li a:hover {
        color: #f9383d;
    }

.breadcrumb > li {
    color: #f9383d;
    margin-right: 24px;
    position: relative;
}

    .breadcrumb > li:first-child:before {
        background: #f9383d none repeat scroll 0 0;
        border-radius: 50%;
        content: "";
        display: inline-block;
        height: 6px;
        position: absolute;
        right: -18px;
        top: 8px;
        width: 6px;
    }

    .breadcrumb > li + li:before {
        display: none;
    }

.class-menu {
    overflow: hidden;
    padding: 0 0 30px;
}

    .class-menu a {
        background: #f9383d none repeat scroll 0 0;
        color: #ffffff;
        display: inline-table;
        float: left;
        font-size: 14px;
        height: 32px;
        text-align: center;
        width: 32px;
    }

        .class-menu a:hover,
        .class-menu a.active {
            background: #1BB4B9;
        }

        .class-menu a i {
            display: table-cell;
            vertical-align: middle;
        }

.search-container {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #eaeaea;
    border-radius: 30px;
    display: inline-block;
    float: right;
    height: 32px;
    position: relative;
    width: 272px;
}

    .search-container input {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        color: #b0b0b0;
        font-size: 14px;
        height: 32px;
        line-height: 34px;
        outline: medium none;
        padding: 0 19px;
        width: 100%;
    }

    .search-container .submit {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        color: #909090;
        float: right;
        font-size: 14px;
        line-height: 32px;
        position: absolute;
        right: 9px;
        text-align: center;
    }

        .search-container .submit:hover {
            color: #1BB4B9;
        }

.class-grid-area .single-class {
    margin-bottom: 30px;
}

.pagination-content {
    overflow: hidden;
    padding-top: 35px;
}

.pagination {
    border-radius: 0;
    float: right;
    margin: 0;
}

    .pagination li {
        border-radius: 50%;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        margin: 0 5px;
        text-align: center;
        vertical-align: middle;
        width: 25px;
    }

        .pagination li a.page-numbers {
            background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
            border: medium none;
            border-radius: 0;
            color: #333333;
            display: inline;
            float: none;
            padding: 4.5px 10px;
        }

    .pagination .current {
        background: #f9383d none repeat scroll 0 0;
    }

    .pagination a,
    .pagination span {
        display: inline;
        min-width: auto;
        padding: 6px 10px 6px 8px;
    }

    .pagination .current span {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #ffffff;
    }

    .pagination .current:hover span {
        color: #ffffff;
    }

    .pagination li:hover a,
    .pagination > li:last-child:hover a i {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #f9383d;
    }

    .pagination > li > a {
        padding: 0;
    }

    .pagination > li:last-child {
        font-size: 14px;
        margin-left: 17px;
        margin-right: 0;
        width: auto;
    }

        .pagination > li:last-child a i {
            color: #666666;
        }

.pagination-button > span {
    display: inline-block;
    float: right;
    margin-right: 13px;
}
/*----------------------------------------*/
/*  21. Class List Page
/*----------------------------------------*/
/*----------------------------------------*/
/*  21.1 Class List Content
/*----------------------------------------*/

.class-list-item {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

    .class-list-item img {
        border-radius: 4px;
    }

.class-list-text h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

    .class-list-text h3 a {
        color: #333;
    }

.class-list-item:hover .class-list-text h3 a {
    color: #f9383d;
}

.class-information > span {
    color: #333333;
    display: block;
    margin-bottom: 1px;
}

.class-information {
    margin-bottom: 13px;
}

.class-list-text .button-default {
    font-weight: 500;
    margin-top: 12px;
    padding: 0 19px;
}

.class-list-item:hover .class-list-text .button-default {
    background: #f9383d none repeat scroll 0 0;
    color: #ffffff;
}

.class-list-text .button-default i {
    margin-left: 6px;
}

/*----------------------------------------*/
/*  21.2 Class List Sidebar
/*----------------------------------------*/

.single-title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

    .single-title > h3 {
        border-bottom: 1px solid #f9383d;
        bottom: -1px;
        display: inline-block;
        font-size: 20px;
        line-height: 17px;
        padding-bottom: 13px;
        position: relative;
    }

.sidebar .content.well {
    background: transparent;
}

.push-bottom-large {
    margin-bottom: 0;
}

.pull-right.sidebar .single-title,
.pull-left.sidebar .single-title,
.pull-right.sidebar h5.section-nav-title,
.pull-left.sidebar h5.section-nav-title {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.pull-right.sidebar h5.section-nav-title,
.pull-left.sidebar h5.section-nav-title {
    border-bottom: 1px solid #e5e5e5;
    bottom: -1px;
    display: block;
    font-size: 20px;
    line-height: 17px;
    padding-bottom: 13px;
    position: relative;
    text-transform: capitalize;
    color: #333;
    font-weight: 500;
}

    .pull-right.sidebar h5.section-nav-title:before,
    .pull-left.sidebar h5.section-nav-title:before {
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 50%;
        height: 1px;
        background: #f9383d;
        content: "";
    }

.single-widget-container {
    margin-bottom: 40px;
}

    .single-widget-container a {
        color: #333333;
        display: inline-block;
    }

    .single-widget-container ul.sidebar-categories li {
        line-height: 11px;
        margin-bottom: 29px;
        padding-left: 17px;
        position: relative;
    }

    .single-widget-container ul.sidebar-categories.class li {
        padding-left: 26px;
    }

    .single-widget-container ul.sidebar-categories li:after {
        background: #cacaca none repeat scroll 0 0;
        border-radius: 50%;
        content: "";
        height: 6px;
        left: 1px;
        position: absolute;
        top: 1px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        width: 6px;
    }

    .single-widget-container ul.sidebar-categories.class li:after {
        color: #cacaca;
        content: "?";
        font-family: fontawesome;
        left: 0;
        position: absolute;
        top: -1px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        background: transparent;
    }

    .single-widget-container ul.sidebar-categories li:hover a {
        color: #f9383d;
    }

    .single-widget-container ul.sidebar-categories li:hover:after {
        background: #f9383d;
    }

    .single-widget-container ul.sidebar-categories.class li:hover:after {
        color: #f9383d;
        background: transparent;
    }

    .single-widget-container ul.sidebar-categories li:last-child,
    .recent-post-item:last-child {
        margin-bottom: 0;
    }

.recent-post-item {
    overflow: hidden;
    margin-bottom: 30px;
}

.recent-post-image > a {
    display: block;
}

.well ul li:hover a {
    color: #f9383d;
}

.recent-post-image {
    display: inline-block;
    float: left;
    margin-right: 16px;
    overflow: hidden;
    width: 108px;
}

    .recent-post-image > a img {
        display: block;
        width: 100%;
    }

.recent-post-text > h4 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recent-post-text > span {
    color: #333333;
}

.recent-post-text span i {
    color: #f9383d;
    margin-right: 9px;
}

.recent-post-text {
    overflow: hidden;
}

    .recent-post-text a:hover {
        color: #f9383d;
    }

    .recent-post-text a {
        color: #333333;
    }

.sidebar .widget li:not(:last-child) {
    border-bottom: 0 none;
}

.tagcloud {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    padding: 0;
}

    .tagcloud a {
        display: inline-block;
    }

    .tagcloud a {
        border: 1px solid #e8e8e8;
        color: #333333;
        display: inline-block;
        font-size: 13px !important;
        margin: 0 6px 10px 0;
        padding: 3px 17px;
        text-transform: capitalize;
    }

        .tagcloud a:hover {
            border-color: #f9383d;
            background: #f9383d;
            color: #fff;
        }

.single-widget-container > a {
    display: block;
    position: relative;
}

    .single-widget-container > a > span {
        background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
        border-radius: 30px;
        bottom: 0;
        color: #333333;
        font-size: 13px;
        font-weight: 500;
        height: 42px;
        left: 0;
        line-height: 42px;
        margin: auto;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 156px;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

        .single-widget-container > a > span:after {
            border: 2px solid rgba(255, 255, 255, 0.95);
            border-radius: 30px;
            content: "";
            height: 52px;
            left: -5px;
            position: absolute;
            top: -5px;
            width: 166px;
            -webkit-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
        }

.single-widget-item:hover .single-widget-container a span {
    background: rgba(27, 180, 185, 0.85);
    color: #ffffff;
}

.single-widget-item:hover .single-widget-container > a > span:after {
    border-color: rgba(27, 180, 185, 0.85);
}

.commentss {
    font-size: 12px;
}

.commentsm {
    font-size: 13px;
}

/*----------------------------------------*/
/*  22. Class Details Page
/*----------------------------------------*/
/*----------------------------------------*/
/*  22.1 Class Details Content
/*----------------------------------------*/

.single-tab {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .single-tab > li {
        position: relative;
        display: block;
    }

        .single-tab > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .single-tab > li > a:hover,
            .single-tab > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .single-tab > li.disabled > a {
            color: #777;
        }

            .single-tab > li.disabled > a:hover,
            .single-tab > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .single-tab .open > a,
    .single-tab .open > a:hover,
    .single-tab .open > a:focus {
        background-color: #eee;
        border-color: #337ab7;
    }

    .single-tab .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .single-tab > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            text-decoration: none;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.copy a:not(.button),
.story a:not(.button) {
    border-bottom-color: #ffcd03;
    color: #333333 !important;
    font-family: "Poppins", sans-serif;
}

.story a:not(.button) {
    text-decoration: none;
}

.class-details-container > h1 {
    font-size: 30px;
    line-height: 25px;
    margin-bottom: 28px;
}

.class-details-carousel {
    margin-bottom: 30px;
}

    .class-details-carousel.carousel-style-one .owl-controls .owl-buttons div {
        left: 5px;
    }

        .class-details-carousel.carousel-style-one .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 5px;
        }

    .class-details-carousel img {
        border-radius: 4px;
    }

.class-details-tab {
    margin-bottom: 56px;
}

.class-details-tab-menu .nav-tabs {
    border-color: #f0f0f0;
    margin: 0 0 26px;
}

.class-details-tab-menu li a {
    background: #f0f0f0 none repeat scroll 0 0;
    border-radius: 4px 4px 0 0;
    color: #333333;
    font-size: 13px;
    margin-right: 10px;
    padding: 16px 33px 11px;
    position: relative;
    font-weight: 300;
    font-family: "Poppins", sans-serif;
}

.class-details-tab-menu li:last-child a {
    margin-right: 0;
}

.class-details-tab-menu li a i {
    color: #666666;
    font-size: 13px;
    margin-right: 11px;
}

.class-details-tab-menu li.active > a,
.class-details-tab-menu li.active > a:focus,
.class-details-tab-menu li.active > a:active,
.class-details-tab-menu li > a:hover {
    border-color: #f0f0f0 #f0f0f0 rgba(0, 0, 0, 0);
    border-radius: 0;
}

    .class-details-tab-menu li.active > a:after {
        background: #f9383d none repeat scroll 0 0;
        content: "";
        height: 3px;
        left: -1px;
        position: absolute;
        top: -1px;
        width: calc(100% + 2px);
    }

.class-details-tab .tab-content {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-radius: 0 0 4px 4px;
    border-right: 1px solid #f0f0f0;
    padding: 40px 28px 14px;
}

.class-details-tab .tab-pane h3 {
    font-size: 12px;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

.class-details-tab .tab-pane p {
    margin-bottom: 29px;
}

.class-details-tab span.icon {
    display: block;
    padding-left: 41px;
    position: relative;
}

    .class-details-tab span.icon:after {
        color: #f9383d;
        content: "\f046";
        font-family: fontawesome;
        font-size: 14px;
        left: 15px;
        position: absolute;
        top: 0;
    }

.class-details-tab table thead {
    background: #f9383d none repeat scroll 0 0;
    color: #ffffff;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
}

.class-details-tab .sub-title {
    background: #f0f0f0 none repeat scroll 0 0;
    color: #555555;
    font-weight: 400;
    line-height: 20px;
}

    .class-details-tab .sub-title span {
        display: block;
    }

.class-details-tab td {
    padding: 5px 15px;
}

.class-details-tab table {
    border: 1px solid #f0f0f0;
    margin-bottom: 30px;
    width: 100%;
}

.class-details-tab tbody td {
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 300;
}

#comments .section-title.small .heading {
    font-size: 24px;
    font-size: 1.5rem;
}

.class-details-tab #comments span {
    color: #f9383d;
    display: inline;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 12px;
}

/*----------------------------------------*/
/*  22.2 Class Details Sidebar
/*----------------------------------------*/

.class-infos > li {
    color: #333333;
    line-height: 10px;
    margin-bottom: 28px;
}

    .class-infos > li i {
        color: #f9383d;
        font-size: 11px;
        margin-right: 14px;
    }

.widget-image {
    float: left;
    margin-right: 24px;
    width: 102px;
}

    .widget-image img {
        border: 1px solid #f0f0f0;
        border-radius: 50%;
    }

.widget-infos h4 a {
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.widget-infos > p {
    color: #909090;
    font-style: italic;
}

.widget-infos {
    overflow: hidden;
    padding-top: 18px;
}

.teacher-info-widget {
    margin-bottom: 30px;
    overflow: hidden;
}

.single-widget-container .teacher-info-widget:last-child {
    margin-bottom: 0;
}

.widget-infos h4 a:hover {
    color: #f9383d;
}

.single-widget-container input,
.contact-form-container input {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    height: 37px;
    margin-bottom: 20px;
    padding: 0 16px;
    width: 100%;
    color: #afafaf;
}

textarea {
    border: 1px solid #e8e8e8;
    color: #afafaf;
    height: 168px;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 6px 8px;
    resize: none;
}

/*----------------------------------------*/
/*  23. Gallery Page
/*----------------------------------------*/

.breadcrumb-banner-area.gallery,
.breadcrumb-banner-area.blog {
    background: rgba(0, 0, 0, 0) url("../img/banner/10.html") no-repeat scroll center top / cover;
}

.gallery-area.gallery-full-width .single-items {
    margin-bottom: 30px;
}

.gallery-area.gallery-full-width .filter-menu {
    margin-bottom: 30px;
}

    .gallery-area.gallery-full-width .filter-menu ul li {
        background: transparent;
        border-radius: 30px;
        display: inline-block;
        line-height: 26px;
        padding: 0 25px;
        margin: 0 2px;
    }

        .gallery-area.gallery-full-width .filter-menu ul li.active {
            background: #f9383d none repeat scroll 0 0;
            color: #ffffff;
        }

            .gallery-area.gallery-full-width .filter-menu ul li.active:after {
                display: none;
            }

.button a i {
    font-size: 13px;
    margin-right: 9px;
}

.button .button-default {
    font-size: 13px;
    line-height: 40px;
    padding: 0 19px;
}

/*----------------------------------------*/
/*  24. Teachers Page
/*----------------------------------------*/

.breadcrumb-banner-area.teachers {
    background: rgba(0, 0, 0, 0) url("../img/banner/12.html") no-repeat scroll center top / cover;
}

.teacher-fullwidth-area .teachers-image-column {
    margin-top: 0;
}

.teacher-fullwidth-area .single-teachers-column {
    margin-bottom: 60px;
}
/*----------------------------------------*/
/*  25. Teacher Info Page
/*----------------------------------------*/

.teacher-details-image {
    border: 1px solid #f0f0f0;
    border-radius: 4px;
    position: relative;
}

.teacher-details-area .social-links {
    background: rgba(245, 177, 32, 0.8) none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    bottom: 0;
    height: 53px;
    left: 0;
    margin: 0;
    padding: 16px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

    .teacher-details-area .social-links a {
        font-size: 18px;
        margin: 0 12px;
    }

        .teacher-details-area .social-links a:hover {
            color: #f9383d;
        }

.teacher-about-info {
    margin-bottom: 49px;
}

.teacher-details-info > h4 {
    font-size: 15px;
    line-height: 12px;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.teacher-details-info > span {
    color: #909090;
    display: block;
    font-style: italic;
}

.teacher-details-info {
    margin-top: 30px;
}

.teacher-info-text > span {
    color: #333333;
    display: block;
    line-height: 38px;
}

.teacher-info-text {
    margin: 8px 0 18px;
}

.teacher-about-info .teacher-info-text > span {
    line-height: 13px;
    margin-bottom: 16px;
}

    .teacher-about-info .teacher-info-text > span:last-child {
        margin-bottom: 0;
    }

.teacher-about-info .teacher-info-text span i {
    width: 23px;
}

.teacher-about-info > p {
    margin-bottom: 12px;
}

.schedule-text > span {
    border-bottom: 1px solid #f0f0f0;
    display: block;
    line-height: 12px;
    margin-bottom: 35px;
    padding-bottom: 14px;
}

span.schedule-time {
    color: #f9383d;
    display: inline-block;
    float: right;
}

.schedule-text > span:last-child,
.schedule-skill-wrapper .skill-bar-item:last-child {
    margin-bottom: 0;
}

.schedule-skill-wrapper .skill-bar-item > span,
.experience-skill-wrapper .skill-bar-item > span {
    font-weight: 300;
    line-height: 13px;
    margin-bottom: 7px;
}

.schedule-skill-wrapper .skill-bars .skill-bar-item {
    margin-bottom: 14px;
    overflow: hidden;
}

.schedule-skill-wrapper .skill-bars,
.experience-skill-wrapper .skill-bars {
    padding-top: 0;
}

/*----------------------------------------*/
/*  26. pricing-table
/*----------------------------------------*/

.single-pricing-table {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single-pricing-table-head {
    border-color: #e5e5e5;
    border-style: solid;
    border-width: 2px 2px 1px;
    padding: 40px 0 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .single-pricing-table-head > h4,
    .single-pricing-table-head > h5 {
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }

    .single-pricing-table-head > h5 {
        color: #303030;
        font-size: 18px;
    }

    .single-pricing-table-head h5 span b {
        font-size: 30px;
    }

.monthly {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
}

.single-pricing-table-head > h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.single-pricing-table-body {
    border-bottom: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    border-right: 2px solid #e5e5e5;
    padding: 35px 0 40px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .single-pricing-table-body li {
        color: #565656;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .single-pricing-table-body .order {
        border: 1px solid #e5e5e5;
        display: inline-block;
        font-size: 14px;
        line-height: 40px;
        margin-top: 15px;
        padding: 0 25px;
        text-align: center;
        text-transform: uppercase;
    }

.single-pricing-table:hover .single-pricing-table-head {
    background: #f9383d none repeat scroll 0 0;
}

    .single-pricing-table:hover .single-pricing-table-head h4,
    .single-pricing-table:hover .single-pricing-table-head h5 {
        color: #fff;
    }

.single-pricing-table:hover .single-pricing-table-body .order {
    border: 1px solid #f9383d;
    background: #f9383d;
    color: #fff;
}

.single-pricing-table:hover .single-pricing-table-head {
    border-color: transparent;
}

.single-pricing-table:hover .single-pricing-table-body {
    border-color: transparent;
}

/* active-price */

.active .single-pricing-table-head {
    background: #f9383d none repeat scroll 0 0;
    border-color: transparent;
}

    .active .single-pricing-table-head h4,
    .active .single-pricing-table-head h5 {
        color: #fff;
    }

.active .single-pricing-table-body {
    border-color: transparent;
}

    .active .single-pricing-table-body .order {
        border: 1px solid #f9383d;
        background: #f9383d;
        color: #fff;
    }

.active,
.single-pricing-table:hover {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

    .active:hover .single-pricing-table-head {
        background: #0095d9 none repeat scroll 0 0;
    }

/*------------------------------*/
/*- 1. BRAND AREA -------------*/
/*------------------------------*/

.brand-carousel [class*="span-"] {
    width: calc(100% / 12 * 12 - 20px);
}

.ht-brand {
    border: 1px solid #f1f1f1;
    height: 100px;
    line-height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .ht-brand:before,
    .ht-brand:after {
        background-color: #f9383d;
        content: "";
        height: 1px;
        position: absolute;
        width: 100%;
    }

    .ht-brand:before {
        right: 100%;
        top: 0;
        -webkit-animation-name: bor-top-out;
        animation-name: bor-top-out;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .ht-brand:hover:before {
        -webkit-animation-name: bor-top;
        animation-name: bor-top;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .ht-brand:after {
        left: 100%;
        bottom: 0;
        -webkit-animation-name: bor-bottom-out;
        animation-name: bor-bottom-out;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    .ht-brand:hover:after {
        -webkit-animation-name: bor-bottom;
        animation-name: bor-bottom;
        -webkit-animation-duration: .5s;
        animation-duration: .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

.single-brand:before,
.single-brand:after {
    background-color: #f9383d;
    content: "";
    height: 100%;
    position: absolute;
    width: 1px;
}

.single-brand:before {
    right: 0;
    bottom: 100%;
    -webkit-animation-name: bor-right-out;
    animation-name: bor-right-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.ht-brand:hover .single-brand:before {
    -webkit-animation-name: bor-right;
    animation-name: bor-right;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.single-brand:after {
    left: 0;
    top: 100%;
    -webkit-animation-name: bor-left-out;
    animation-name: bor-left-out;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.ht-brand:hover .single-brand:after {
    -webkit-animation-name: bor-left;
    animation-name: bor-left;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes bor-top {
    0% {
        right: 100%;
    }

    25% {
        right: 0px;
    }

    100% {
        right: 0px;
    }
}

@keyframes bor-top {
    0% {
        right: 100%;
    }

    25% {
        right: 0px;
    }

    100% {
        right: 0px;
    }
}

@-webkit-keyframes bor-right {
    0% {
        bottom: 100%;
    }

    25% {
        bottom: 100%;
    }

    50% {
        bottom: 0px;
    }

    100% {
        bottom: 0px;
    }
}

@keyframes bor-right {
    0% {
        bottom: 100%;
    }

    25% {
        bottom: 100%;
    }

    50% {
        bottom: 0px;
    }

    100% {
        bottom: 0px;
    }
}

@-webkit-keyframes bor-bottom {
    0% {
        left: 100%;
    }

    50% {
        left: 100%;
    }

    75% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

@keyframes bor-bottom {
    0% {
        left: 100%;
    }

    50% {
        left: 100%;
    }

    75% {
        left: 0px;
    }

    100% {
        left: 0px;
    }
}

@-webkit-keyframes bor-left {
    0% {
        top: 100%;
    }

    75% {
        top: 100%;
    }

    100% {
        top: 0px;
    }
}

@keyframes bor-left {
    0% {
        top: 100%;
    }

    75% {
        top: 100%;
    }

    100% {
        top: 0px;
    }
}

@-webkit-keyframes bor-top-out {
    0% {
        right: 0px;
    }

    75% {
        right: 0px;
    }

    100% {
        right: 100%;
    }
}

@keyframes bor-top-out {
    0% {
        right: 0px;
    }

    75% {
        right: 0px;
    }

    100% {
        right: 100%;
    }
}

@-webkit-keyframes bor-right-out {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 0px;
    }

    75% {
        bottom: 100%;
    }

    100% {
        bottom: 100%;
    }
}

@keyframes bor-right-out {
    0% {
        bottom: 0px;
    }

    50% {
        bottom: 0px;
    }

    75% {
        bottom: 100%;
    }

    100% {
        bottom: 100%;
    }
}

@-webkit-keyframes bor-bottom-out {
    0% {
        left: 0;
    }

    25% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

@keyframes bor-bottom-out {
    0% {
        left: 0;
    }

    25% {
        left: 0;
    }

    50% {
        left: 100%;
    }

    100% {
        left: 100%;
    }
}

@-webkit-keyframes bor-left-out {
    0% {
        top: 0px;
    }

    25% {
        top: 100%;
    }

    10% {
        top: 100%;
    }
}

@keyframes bor-left-out {
    0% {
        top: 0px;
    }

    25% {
        top: 100%;
    }

    10% {
        top: 100%;
    }
}

/*----------------------------------------*/
/*  26. Blog Page
/*----------------------------------------*/

.blog-fullwidth-area.blog-two .single-blog-item {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
    padding-bottom: 22px;
}

.blog-carousel [class*="span-"] {
    width: calc(100% / 12 * 12 - 20px);
}

/*----------------------------------------*/
/*  27. Blog Details Page
/*----------------------------------------*/

.blog-post-details > h1 {
    font-size: 30px;
    line-height: 28px;
    margin-bottom: 9px;
}

.blog-post-details > span {
    display: block;
    font-style: italic;
    margin-bottom: 25px;
}

    .blog-post-details > span i {
        color: #f9383d;
        margin-right: 9px;
    }

.blog-post-details-img {
    margin-bottom: 26px;
}

    .blog-post-details-img img {
        border-radius: 4px;
    }

.blog-post-details-text > h4 {
    font-size: 14px;
    margin-bottom: 17px;
}

.blog-post-details-text > p {
    margin-bottom: 28px;
}

.blog-post-details-text {
    margin-bottom: 19px;
    overflow: hidden;
}

.blog-post-wrapper {
    margin-bottom: 9px;
}

/*----------------------------------------*/
/*  28. About Page
/*----------------------------------------*/

.about-area ul li {
    border-top: 1px solid #f6f6f6;
    color: #464646;
    display: block;
    font-size: 14px;
    line-height: 1.3em;
    list-style-type: none;
    margin: 0;
    padding: 15px 0;
    position: relative;
}

.about-area ul {
    margin-left: 0 !important;
}

    .about-area ul li::before {
        color: #464646;
        content: "";
        font-family: FontAwesome;
        font-size: 13px;
        line-height: 12px;
        margin-left: 0;
        margin-right: 10px;
        position: relative;
        top: 1px;
    }

.about-text-container p span {
    color: #333333;
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
}

.about-us > span {
    display: block;
    padding-left: 19px;
    position: relative;
}

    .about-us > span:after {
        background: #999999 none repeat scroll 0 0;
        border-radius: 50%;
        content: "";
        height: 6px;
        left: 4px;
        position: absolute;
        top: 9px;
        width: 6px;
    }

.about-text-container > p {
    margin-bottom: 7px;
}

.about-us {
    margin-bottom: 13px;
}

.experience-skill-wrapper {
    margin-top: 7px;
}

    .experience-skill-wrapper .skill-bars .skill-bar-item {
        margin-bottom: 9px;
    }

        .experience-skill-wrapper .skill-bars .skill-bar-item:last-child {
            margin-bottom: 0;
        }

            .experience-skill-wrapper .skill-bars .skill-bar-item:last-child .progress {
                margin-bottom: 0;
            }

/*----------------------------------------*/
/*  29. Contact Page
/*----------------------------------------*/

.google-map-area .breadcrumb {
    margin-top: 0;
}

.google-map-area .breadcrumb-bar {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 86.6%;
}

.google-map-area {
    position: relative;
}

.contact-area-container .single-title {
    margin-bottom: 24px;
}

.contact-area-container > p {
    padding-bottom: 12px;
}

.contact-address-info {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 31px;
    padding-bottom: 22px;
}

.contact-icon {
    color: #f9383d;
    float: left;
    font-size: 14px;
    margin-right: 12px;
    width: 15px;
}

.contact-text {
    overflow: hidden;
}

    .contact-text > h4 {
        font-size: 12px;
        margin-bottom: 5px;
    }

.contact-icon i {
    position: relative;
    top: -5px;
}

.contact-address-info:last-child {
    margin-bottom: 0;
}

.contact-address-container {
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
}

.contact-form .single-title {
    margin-bottom: 26px;
}

.contact-form-container input,
.contact-form-container textarea {
    color: #909090;
}

.contact-form-container textarea {
    height: 199px;
}

.contact-form-container .button-default {
    font-size: 13px;
    font-weight: 500;
    line-height: 36px;
    margin-top: 10px;
    padding: 0 16px;
}

    .contact-form-container .button-default i {
        margin-right: 8px;
    }
/*----------------------------------------*/
/*  30. Scrollup
/*----------------------------------------*/

#scrollUp {
    background: #f9383d none repeat scroll 0 0 padding-box;
    border-radius: 50%;
    bottom: 45px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 24px;
    height: 45px;
    line-height: 41px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 999;
    border: 1px solid transparent;
}

    #scrollUp:hover {
        background-color: transparent;
        color: #f9383d;
        border-color: #f9383d;
        border: 1px solid;
    }

.testimonial-text-slider-margin {
    margin: 0 15%;
}

.grid.comments-nested.push-top {
    border-top: 0px solid #ddd;
}

.push-top-large .children {
    margin-left: 20px;
}

.comment.even.content.well,
.comment-list .even.content.well {
    display: block;
    width: 100%;
}

.comment.odd.content.well,
.comment-list .odd.content.well {
    display: block;
    width: 100%;
}

.comment-respond {
    width: 100%;
}

.sub-menu li a:hover,
.nav .children li a:hover {
    color: #f9383d;
}

/*===============logic class strat============*/
/* classes css */

.noclass .single-class {
    margin-bottom: 20px;
}

.noclass .teacher-large-item {
    margin-bottom: 20px;
}

.noclass .single-teachers-column {
    margin-bottom: 20px;
}

/* blog css */

.noclass .single-blog-pading {
    margin-bottom: 20px;
}

/* timer and singup */

.addtimer {
    display: none;
}

/* counter home 4 */

.bdr1 {
    border-right: 1px solid #444;
}

/*------------------------------
9. our-skill-area
--------------------------------*/

.our-skill-area .section-heading {
    margin-bottom: 70px;
}

    .our-skill-area .section-heading h1 {
        color: #fff;
        font-size: 45px;
        line-height: 45px;
        margin-bottom: 20px;
    }

.single-skill {
    text-align: center;
}

    .single-skill h4 {
        color: #fff;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 0;
    }

/* funbscrive */

.subscribe-container {
    background: #13a0a5 none repeat scroll 0 0;
    border-radius: 0;
    padding: 24px 10px;
}

    .subscribe-container > p {
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 10px;
        text-align: left;
        font-size: 13px;
    }

    .subscribe-container button,
    .subscribe-container button[type="button"] {
        border-radius: 0px;
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        border: 0 none;
        color: #ffffff;
        float: right;
        font-size: 14px;
        padding-right: 14px;
        position: absolute;
        right: 0;
        top: 0;
        padding: 8px 17px 6.8px;
        display: inline-block;
    }

.site-text {
    color: #ffffff;
    font-weight: 500;
}

.account-form {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
    padding: 99px 0 98px;
    position: relative;
    z-index: 9;
}

    .account-form > form {
        margin: 0;
        padding-bottom: 0;
        background: transparent;
    }

    .account-form .mc4wp-alert.mc4wp-error > p {
        color: #fff;
        margin-left: 10px;
        padding-bottom: 10px;
    }

    .account-form .mc4wp-alert.mc4wp-success > p {
        color: #fff;
        padding-bottom: 10px;
        padding-left: 10px;
    }

.register-title,
.register-style-two .register-title {
    background: rgba(0, 0, 0, 0.3) none repeat scroll 0 0;
}

.subscribe-container {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

.subscribe-form {
    background: rgba(0, 0, 0, 0) none repeat scroll center top;
}

.subscribe-container input {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

/* Progress bar style */

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: visible;
    height: 20px;
    margin-bottom: 0px;
    background-color: #f5f5f5;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    background-color: #337ab7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

/*-----------------------
Feature css
--------------------------*/

.feature-box-single {
    border: 1px solid #efefef;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
}

.shield-servicepage .feature-box-single {
    border: 1px solid #f9383d;
}

.feature-box-single.has-image .media-body {
    margin-top: 20px;
}

.feature-box-single .shield-icon-box {
    color: #f9383d;
    font-size: 30px;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-box-single .heading {
    font-size: 16px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.feature-box-single .excerpt {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/* subscribe */

.subscribe-box {
    min-height: 350px;
    position: relative;
}

.subscribe-inner {
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .subscribe-inner .subscribe-field {
        margin: 0 auto;
        width: 50%;
    }

/*-----------------------
skill css
--------------------------*/

.skill {
    overflow: hidden;
}

.skill {
    margin-bottom: 0;
    padding-top: 50px;
}

.service-text {
    margin-top: 30px;
}

.skill .progress .lead {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    left: 0;
    position: absolute;
    top: -23px;
    z-index: 99;
    text-transform: capitalize;
}

.skill .progress {
    background-color: #ffffff;
    border: 2px solid #00aff0;
    border-radius: 0;
    box-shadow: none;
    height: 6px;
    overflow: visible;
    position: relative;
}

.skill .progress-bar span {
    background: #ed9914 none repeat scroll 0 0;
    border-radius: 3px 3px 0;
    float: right;
    font-size: 12px;
    font-weight: bold;
    margin-right: 0;
    margin-top: -40px;
    padding: 3px 14px;
    position: relative;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.skill .progress-bar > span:before,
.skill .progress-bar > span:after {
    border: medium solid transparent;
    content: " ";
    height: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    width: 0;
}

.skill .progress-bar > span:before {
    border-color: #ed9a14 transparent transparent;
    border-style: solid;
    border-width: 8px 0 0 8px;
    height: 0;
    right: 0;
    width: 0;
}

.campaigns-bottom-meta .skill .progress:nth-child(1) .progress-bar {
    background: #00aff0;
    box-shadow: none;
}

/* breadcrumb */

.breadcrumb-bar .bread-crumbs {
    width: 100%;
    display: block;
    margin: 0px;
}

    .breadcrumb-bar .bread-crumbs ul {
        list-style: outside none none;
        overflow: hidden;
        padding: 8px 25px;
        text-align: center;
    }

.bread-crumbs li {
    color: #ffffff;
    display: inline-block;
    float: none;
}

.bread-crumbs a {
    color: #ffffff;
}

.bread-crumbs a,
.bread-crumbs span.current {
    font-size: 16px;
}

    .bread-crumbs a:hover {
        color: #f9383d;
        text-decoration: none;
    }

/* single teacher area css */

.orange.progress-bar {
    background-color: #f9383d;
    position: relative;
    border-radius: 6px;
}

.steacher.progress {
    height: 6px;
    border-radius: 6px;
    background: #f0f0f0;
}

.orange.progress-bar span {
    color: #666666;
    position: absolute;
    right: 0;
    top: -24px;
    z-index: 9;
}

.schedule-skill-wrapper .skill-bars .tt.skill-bar-item {
    margin-top: -4px;
    margin-bottom: 34px;
}

.ts.teacher-details-image .social-links {
    background: rgba(245, 177, 32, 0.8) none repeat scroll 0 0;
    border-radius: 0 0 4px 4px;
    bottom: 0;
    height: 53px;
    left: 0;
    margin: 0;
    padding: 16px 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 100%;
}

/* single class area */

.padding90 {
    padding: 60px 0px;
}

    .padding90 .section-title.large {
        margin-bottom: 15px;
    }

        .padding90 .section-title.large .heading {
            color: #333;
            line-height: 1.25;
            word-wrap: break-word;
        }

    .padding90.spacingb article {
        padding-bottom: 20px;
        margin-bottom: 24px;
    }

        .padding90.spacingb article:last-child {
            padding-bottom: 0px;
            margin-bottom: 0px;
            border-bottom: 0px solid #ddd;
        }

.schedule-text.tx > span:last-child {
    margin-bottom: 0;
}

.schedule-skill-wrapper .skill-bars .skill-bar-item:last-child {
    margin-bottom: 0px;
}

.sub-menu,
.nav .children {
    padding: 15px;
    top: 150%;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    visibility: hidden;
    z-index: 5;
}

.header-site .sub-menu,
.header-site .nav .children {
    border: 0px solid #ddd;
    border-top: 2px solid #f9383d;
}

.sub-menu li,
.nav .children li {
    width: 180px;
    border: 0px solid #ddd;
}

.nav li:hover .sub-menu,
.nav li:hover .children {
    top: 100%;
}

.sub-menu li a,
.nav .children li a {
    padding: 5px 10px;
    font-weight: normal;
    border: 0px solid #ddd;
    color: #444444;
    font-size: 13px;
    font-weight: 300;
    text-transform: capitalize;
}

.nav > ul > li .sub-menu .sub-menu,
.nav > ul > li .children .children {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.nav li .sub-menu li:hover > .sub-menu,
.nav li .children li:hover > .children {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bfs .single-blog-item .date {
    font-size: 13px;
}

.transparent-breadcrumb {
    padding-top: 210px;
}

.wrapper-content {
    padding-top: 0px !important;
}

.breadcrumb-banner-area.singlebg-banner.transparent-breadcrumb {
    padding-top: 150px;
}

.class-details-tab.tbd {
    margin-bottom: 0px;
}

.padding90.spacingb .button {
    border-radius: 30px;
    padding: 7px 20px;
}

.ns.section-title.ns.large.not-foundt {
    padding: 100px 0;
}

.section-title.large.not-foundt .search-title {
    color: #f9383d;
    font-size: 64px;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}

.ns.section-title.story.large.not-foundt.btn-search > p {
    text-align: left;
}

.ns.notfound {
    text-align: left;
    padding-bottom: 100px;
}

.btn-search .search-field {
    border-color: #f9383d;
    color: #333333;
    float: left;
    height: 45px;
    margin-right: 4%;
    max-width: 70%;
}

.btn-search .search-submit {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #f9383d;
    color: #333333;
    display: block;
    height: 45px;
    margin-top: 0;
    width: 21%;
    line-height: 31px;
}

.not-foundt404 {
    padding-top: 100px;
}

    .not-foundt404 .notfound-title {
        color: #f9383d;
        font-size: 64px;
        font-size: 4rem;
        font-weight: 700;
        line-height: 1;
        margin-bottom: 15px;
        text-align: left;
        text-transform: uppercase;
    }

.ns.notfound.btn-search p {
    margin-bottom: 15px;
}

aside input[type="search"] {
    margin-bottom: 5px;
}

body.single.single-post {
    background: #fff;
}

.push-top-large {
    margin-top: 0;
}

body.single.single-post .nocomments {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 25px;
    padding: 10px;
}

body.page .push-top-large {
    margin-top: 0;
}

.breadcrumb-banner-area {
    background: rgba(0, 0, 0, 0) url("assets/image/3.html") no-repeat scroll center top / cover;
}

.category-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    margin: 0 2px;
    position: relative;
    text-transform: capitalize;
}

    .category-text:before {
        content: ",";
        position: absolute;
        right: 0;
    }

.cat-wrapper {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -20px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 100%;
    transform: scale(0);
}

.category-text:last-child:before {
    content: "";
}

.fportfolio .single-items:hover .cat-wrapper {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.footer-info-container.section-padding {
    padding: 40px 0 60px;
}

.icon-content .excerpt,
.icon-content .excerpt p {
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px;
}

.excerpt,
.excerpt p {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}

.media .heading + .excerpt {
    font-size: 14px;
}

.section-title > p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
}

.class-details-tab .tab-pane p,
.class-details-tab span.icon,
.teacher-info-text > span,
.teacher-details-info > span,
.tab-info > span,
.story p {
    color: #666;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

.story.hbtitle h3 {
    color: #333;
}

label {
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

.alignleft {
    float: left;
    margin-right: 10px;
}

.contactus {
    background-size: 100% auto;
    padding: 225px 0 160px;
}

.icon-content.homes-5 .media .heading {
    font-size: 25.6px;
    font-size: 1.6rem;
}

.textwidget p {
    color: rgb(102, ​ 102, ​ 102);
    font-weight: 500;
}

.push-top-large textarea,
.push-top-large input {
    border: 1px solid #e8e8e8;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.push-top-large .form-submit input[type="submit"] {
    font-size: 14px;
}
/* top and footer nav */

.invert .nav > li > a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 300;
    text-transform: capitalize;
}

.invert .copyright .nav-horizontal a {
    color: #ffffff;
}

.grid + .copyright {
    border-top: 1px solid #49c3c7;
}

.header-site {
    border-bottom: 0px solid #f1f1f1;
}

/* blog index */

.pdb-60 {
    padding: 60px 20px 30px;
}

.pd-0 {
    padding-left: 0;
    padding-right: 0;
}

.single-blog-text {
    padding: 25px 15px 22px;
}

    .single-blog-text.wb {
        padding: 25px 15px 22px;
    }

.pull-left.sidebar .content {
    padding-left: 0px;
    padding-right: 0px;
}

.pull-right.sidebar .content {
    padding-left: 0;
    padding-right: 0;
}

.pull-right.sidebar .widget:first-child {
    padding-top: 0px;
}

.pull-left.sidebar .widget:first-child {
    padding-top: 0px;
}

.blog-date span {
    margin-right: 10px;
}

#wp-calendar caption {
    color: rgba(0, 0, 0, 0.75);
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

#wp-calendar {
    font-size: 13px;
}

#wp-calendar {
    border: 0px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
    color: #333333;
}

table#wp-calendar td {
    border: 1px solid #e5e5e5;
    color: #444444;
    padding: 5px 9px;
    text-align: center;
    vertical-align: top;
    font-size: 12px;
}

#wp-calendar th,
#wp-calendar td {
    padding: 8px;
}

table#wp-calendar th {
    border: 1px solid #e5e5e5;
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.footer-top-grid table#wp-calendar th {
    color: #fff;
}

table#wp-calendar td#today {
    color: #fff;
    background-color: #f9383d;
}

.footer-top-grid table#wp-calendar td {
    color: #fff;
}

.footer-top-grid #wp-calendar caption {
    color: rgba(255, 255, 255, 0.75);
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

table#wp-calendar tfoot {
    display: none;
}

.story.section-title.story.large.not-foundt {
    text-align: center;
}

/* contact form css */

div.wpcf7-validation-errors {
    border: 2px solid transparent;
}

div.wpcf7-response-output {
    color: #ff0000;
    font-weight: 700;
}

div.wpcf7-mail-sent-ok {
    border: 0 solid #398f14;
    color: #008000;
    font-weight: 700;
}

/* only blog page active */

body.blog .header-site {
    border-bottom: 1px solid #f1f1f1;
}

.header-site.invert .sub-menu li a:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
}

.header-site.invert .nav-horizontal > ul > li:hover > a {
    color: #000;
}

.sk .sticky .single-blog-item {
    border: 1px solid #f9383d;
    padding: 10px 10px 0 10px;
}

.sk .tag-sticky-2 .single-blog-item {
    border: 1px solid #f9383d;
    padding: 10px 10px 4px;
}


.sk .sticky .single-blog-text,
.sk .tag-sticky-2 .single-blog-text {
    padding: 10px 0 0 4px;
}

.pdbp-60 {
    padding: 60px 20px 60px;
}

.sk .sticky .single-blog-item,
.sk .tag-sticky-2 .single-blog-item {
    box-shadow: none;
}

/* func fact home 4*/

.home-4.funfact.fun-factor-area:after {
    display: none;
}

.home-4.funfact .bdr1 {
    border-right: 1px solid #d8d8d8;
}

.home-4.funfact .single-fun-factor > p {
    color: #666666;
}

.comment-notes {
    font-size: 20.8px;
    font-size: 1.3rem;
}

.post-password-form p input {
    padding: 6px 10px;
}

.post-password-form > p {
    display: inline-block;
}

.story.hbtitle h1 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 17px;
}

.story.hbtitle h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 17px;
}

.story.hbtitle h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 17px;
}

.story.hbtitle h4 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 17px;
}

.story.hbtitle h5 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 17px;
}

.story.hbtitle h6 {
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 17px;
}

.comment.even.content.well {
    display: block;
    width: 100%;
}

.comment.odd.content.well {
    display: block;
    width: 100%;
}

div[class*=" off-canvas-"] .nav-vertical .sub-menu {
    display: none;
}

div[class*=" off-canvas-"] .nav-vertical li:hover .sub-menu {
    display: block;
}

div[class*=" off-canvas-"] .nav-vertical .sub-menu li a,
div[class*=" off-canvas-"] .nav-vertical .nav .children li a {
    padding: 5px;
}

div[class*=" off-canvas-"] .nav-vertical .sub-menu .sub-menu,
div[class*=" off-canvas-"] .nav-vertical .children .children {
    display: none !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

div[class*=" off-canvas-"] .nav-vertical .sub-menu li.menu-item-has-children:hover .sub-menu,
div[class*=" off-canvas-"] .nav-vertical .children li.menu-item-has-children:hover .children {
    display: block !important;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

div[class*=" off-canvas-"] .section-nav-title {
    color: #fff !important;
}

div[class*=" off-canvas-"] li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

div[class*=" off-canvas-"] .nav-vertical a {
    font-size: 12px !important;
}

blockquote p {
    color: #333333;
    font-size: 16px;
}

/* shop page style */

.woo-pd-90 {
    padding: 60px 0px;
}

.onsale {
    background: #e5534c;
    border-radius: 5px;
    color: #fff;
    font-size: 20.8px;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 2px 8px;
}

.products h3 {
    color: #333333;
    font-size: 15px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .products h3 + .price,
    .products .star-rating + .price {
        margin-top: 0;
    }

.amount {
    color: #333333;
    font-weight: 600;
}

.add_to_cart_button {
    font-size: 14px;
    padding: 6px 15px 6px;
}

/* single shop */

.entry-title {
    color: #333333;
    font-size: 30px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.column.purchase-options-container p {
    color: #333333;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 0;
}

.single_add_to_cart_button.button.alt {
    border: 0 none;
    font-size: 13px;
    height: inherit;
    padding: 7px 15px;
}

.column.purchase-options-container .woocommerce-Price-amount.amount {
    display: block;
    margin: 10px 0 8px;
}

/* cart page */

.checkout-button.button.alt.wc-forward {
    padding: 8px 10px;
}

.actions input[type="button"]:disabled,
.actions input[type="submit"]:disabled {
    background: #333333;
    color: #fff;
}

/* price slider */

.ui-slider .ui-slider-handle {
    background: #f9383d none repeat scroll 0 0;
    border-radius: 1em;
    height: 16px;
    margin-top: 0;
    width: 16px;
}

    .ui-slider .ui-slider-handle:last-child {
        margin-left: -15px;
    }

.price_slider_wrapper .price_slider {
    margin-bottom: 18px;
}

/*------------------------------------------
28. shield RESPONSIVE STYLE 
--------------------------------------------*/
/*-------------------------------------
Normal desktop :1366px. 
----------------------------------------*/

@media (min-width: 1170px) and (max-width: 1600px) {
    .carousel-style-one.owl-theme .owl-controls .owl-buttons div,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
        .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }

    .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }
}
/*-------------------------------------
Normal desktop :1024px. 
----------------------------------------*/

@media (min-width: 993px) and (max-width: 1024px) {
    .tech-small {
        display: none;
    }

    .header-site .nav-horizontal > ul > li > a {
        padding: 0 9px;
    }

    .carousel-style-one.owl-theme .owl-controls .owl-buttons div,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
        .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }

    .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }
}

/*-----------------------------------------------
Normal desktop :1169px. Start
-------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1169px) {
    .timer-grid > div,
    .timer-view > div {
        height: 100px;
        width: 100px;
    }

        .timer-grid > div span,
        .timer-view > div span {
            line-height: 35px;
            font-size: 40px;
        }

    .contactus {
        background-size: cover;
    }

    .slider2 .section-title .excerpt p {
        line-height: 60px;
    }

    .newsletter-container input[type="submit"] {
        margin-top: 20px;
        width: 35%;
    }

    .carousel-style-one.owl-theme .owl-controls .owl-buttons div,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
        .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }

    .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }

    .single-blog-image img {
        width: 100%;
    }
}

/*-----------------------------------------------------
Tablet desktop :768px style start
-------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .header-secondary nav {
        text-align: center;
    }

    .register-title > h4 {
        font-size: 17px;
    }

    .register-info > h1 {
        font-size: 38px;
    }

    .timer-grid .cdown {
        margin-bottom: 20px;
    }

    .service-area .styles {
        width: calc(100% / 12 * 6 - 20px);
    }

    .dsplay_none {
        display: none;
    }

    .fun-factor-area .single-fun-factor {
        margin-bottom: 20px;
    }

    .contactus {
        background-size: cover;
    }

    .newsletter-container input[type="submit"] {
        margin-top: 20px;
        width: 50%;
    }

    .span-4.width100 {
        width: 100%;
    }

    .carousel-style-one.owl-theme .owl-controls .owl-buttons div,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
        .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }

    .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }

    .single-blog-image img {
        width: 100%;
    }
}

/*-----------------------------------------------
Normal desktop :992px. Start
-------------------------------------------------*/

@media (min-width: 960px) and (max-width: 992px) {
    .header-site .nav-horizontal > ul > li > a {
        padding: 0 9px;
    }

    .slider2 .section-title .excerpt p {
        line-height: 50px;
    }

    .carousel-style-one.owl-theme .owl-controls .owl-buttons div,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
        .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }

    .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }

    #wp-calendar {
        display: block;
    }

    .single-blog-image img {
        width: 100%;
    }
}

/*-----------------------------------------------------
Tablet desktop :768px style start
-------------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .tech-small {
        display: none;
    }

    .header-site .nav-horizontal > ul > li > a {
        padding: 0 9px;
    }

    #wp-calendar {
        display: block;
    }

    .slider3 .section-title .excerpt p {
        font-size: 4rem;
    }

    .carousel-style-one.owl-theme .owl-controls .owl-buttons div,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
        .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }

    .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }
}

/* ----------------------------------------------------
Small mobile :320px. 
-------------------------------------------------------*/

@media (max-width: 767px) {
    #wpadminbar {
        top: -46px;
    }

    .section-title h3 {
        line-height: 28px;
    }

    .slider3 .section-title .excerpt p {
        font-size: 2rem;
    }

    .slider4 .section-title .excerpt p {
        font-size: 2rem;
        line-height: 30px;
    }

    .advertise-area h2 {
        font-size: 21px;
        margin-right: 0;
    }

    .register-info {
        padding: 0;
    }

        .register-info > h1 {
            font-size: 30px;
        }

        .register-info h4 {
            margin-top: 60px;
        }

    .register-title > h4 {
        font-size: 11px;
    }

    .timer-grid {
        text-align: center;
    }

        .timer-grid .cdown {
            margin-bottom: 30px;
        }

    .service-image {
        padding: 40px 0 20px;
    }

    .single-fun-factor {
        margin-bottom: 20px;
    }

    .newsletter-container h4 {
        margin-top: 70px;
    }

    .ctext {
        float: none;
        width: 100%;
    }

    .contact_fs {
        float: none;
        width: 100%;
    }

    .cinputfield {
        float: none;
        margin-top: 30px;
        width: 100%;
    }

    .cinputtextarea {
        float: none;
        width: 100%;
    }

    .newsletter-container textarea {
        width: 100%;
    }

    .newsletter-container input[type="submit"] {
        margin-top: 0;
        width: 50%;
    }

    .contactus {
        background-size: cover;
    }

    .footer-info > span {
        line-height: 26px;
    }

    .slider2 .section-title .excerpt p {
        line-height: 55px;
    }

    .slider5 .section-title .excerpt p {
        font-size: 5rem;
    }

    .class-details-tab-menu li a {
        font-size: 11px;
        margin-right: 0;
        padding: 10px 3px;
    }

    .table-content.table-responsive {
        overflow-x: auto;
    }

    .recent-post-image {
        width: 100%;
    }

    .recent-post-text {
        overflow: visible;
    }

    .tech-small {
        display: none;
    }

    .footer-site h5.section-nav-title,
    .footer-site.invert .section-nav-title {
        font-size: 20px;
    }

    #wp-calendar {
        display: block;
    }

    .carousel-style-one.owl-theme .owl-controls .owl-buttons div,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
        .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }

    .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }

    .single-blog-image a img {
        width: 100%;
    }

    .copyright .t-right {
        text-align: center;
    }

        .copyright .t-right .nav-horizontal ul {
            display: block;
            float: none;
            text-align: center;
        }

    .apptech-ani-heading {
        font-size: 16px !important;
        font-weight: 500 !important;
    }

    .slider-subtitle {
        font-size: 30px !important;
    }

    .shield-pricing-widget .single-pricing-table {
        margin: 15px auto;
    }

    .subscribe-form input[type="email"] {
        width: 100%;
    }

    .subscribe-form input[type="submit"] {
        width: 100%;
    }

    .footer-top-info {
        display: block;
    }

        .footer-top-info .info-sin:first-child {
            padding-left: 20px;
        }

    .copyright .text-right {
        text-align: center;
    }

    .about-shield .button {
        margin-bottom: 30px;
    }

    .our-mission .heading {
        margin-top: 30px;
    }

    .contact-address {
        margin-right: 0;
        margin-bottom: 50px;
    }

    .comments-title {
        text-align: center;
    }

    .shield-contact-widget .span-4 {
        width: calc(100% / 12 * 12 - 20px);
    }

    .logged-in .header-site .container {
        margin-top: 0px;
    }

    .logged-in .header-site.header-sticky.is_stuck .container {
        margin-top: 0px;
    }

    #wp-calendar {
        display: block;
    }

    .section-title .heading,
    .section-title h3 {
        font-size: 20px;
    }

    .single-pricing-table-head > h4 {
        font-size: 24px;
    }

    .subscribe-form {
        margin-top: 30px;
    }

    .subscribe-newsletter .text-left {
        text-align: center;
    }

    .swiper-wrapper .button,
    .swiper-wrapper .invert .button {
        padding: 5px 15px;
    }

    .at-slider-btn-grp .button span {
        font-size: 14px;
    }

    .breadcrumb-text h1 {
        font-size: 20px;
    }

    .subscribe-form input[type="email"] {
        margin-bottom: 15px;
        max-width: inherit;
        text-align: center;
        width: 100%;
    }

    .header-search {
        display: none;
    }

    .logged-in.admin-bar div[class*=" off-canvas-"] {
        top: 70px;
    }

    .single-blog-image img {
        width: 100%;
    }

    .fhield-service .grid .column:not(:last-child), .about-area .grid .column:not(:last-child) {
        margin-bottom: 30px;
    }

    .recent-post-image {
        width: 100px;
    }
}
/* end 320 */

/* -------------------------------------------------
Large Mobile :480px. 
---------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .fun-factor-area .span-3 {
        width: calc(100% / 12 * 6 - 20px);
    }

    .filter-menu ul li {
        margin: 0 10px 10px;
    }

    .sin-testiImage.slick-current .teacher-image-carousel {
        height: 100px;
        width: 100px;
    }

    .teacher-image-carousel {
        height: 60px;
        width: 60px;
    }

    .register-title > h4 {
        font-size: 13px;
    }

    .recent-post-image {
        width: 108px;
    }

    .recent-post-text {
        overflow: hidden;
    }

    .service-area .styles {
        width: 100%;
    }

    .dsplay_none {
        display: block;
    }

    .single-class-image a img,
    .single-items.gimage a img {
        width: 100%;
    }

    .subscribe-form input[type="email"] {
        margin-bottom: 15px;
        max-width: inherit;
        text-align: center;
        width: 100%;
    }

    .fportfolio .span-4 {
        width: calc(100% / 12 * 6 - 20px);
    }

    .single-blog-image img {
        width: 100%;
    }
}

/* -------------------------------------------------
Large Mobile :600px. 
---------------------------------------------------*/

@media only screen and (min-width: 481px) and (max-width: 640px) {
    .single-service-item {
        height: 170px;
        margin-bottom: 0;
    }

    .service-area .styles:first-child .single-service-item-wrapper {
        margin-right: 0;
    }

    .service-area .styles:last-child .single-service-item-wrapper {
        margin-left: 0;
    }

    .service-area .styles {
        width: calc(100% / 12 * 6 - 20px);
    }

    .dsplay_none {
        display: none;
    }

    .pull-left {
        float: left;
    }

    .class-schedule span {
        font-size: 11px;
    }

    .shield-feature-widget .span-4 {
        width: calc(100% / 12 * 6 - 20px);
    }

    .filter-menu ul li {
        margin: 0 10px 10px;
    }

    .fportfolio .span-4 {
        width: calc(100% / 12 * 6 - 20px);
    }

    .single-pricing-table-head > h4 {
        font-size: 20px;
    }

    .single-pricing-table-head h5 span b {
        font-size: 24px;
    }

    .subscribe-form input[type="email"] {
        margin-bottom: 15px;
        max-width: inherit;
        text-align: center;
        width: 100%;
    }

    .subscribe-newsletter .span-6 {
        width: calc(100% / 12 * 12 - 20px);
    }

    .subscribe-form input[type="submit"] {
        width: 100%;
    }

    .copyright {
        width: calc(100% / 5 * 12 - 20px);
    }

    .single-blog-image img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 840px) {
    .recent-post-image {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }

    .recent-post-text {
        overflow: hidden;
        width: 100%;
    }
}


@media only screen and (min-width: 600px) and (max-width: 991px) {
    #wpadminbar {
        top: 0;
    }
}




/* -------------------------------------------------
Large Mobile :720px. 
---------------------------------------------------*/

@media only screen and (min-width: 640px) and (max-width: 720px) {
    .pull-left {
        float: left;
    }

    .pull-right {
        float: right;
    }

    .single-blog-image img {
        width: 100%;
    }
}

/* -------------------------------------------------
Large Mobile :840px. 
---------------------------------------------------*/

@media only screen and (min-width: 768px) and (max-width: 840px) {
    .site-description a,
    .nav-horizontal li a {
        font-size: 11px;
    }

    .slider2 .section-title .excerpt p {
        line-height: 45px;
    }

    #wp-calendar {
        display: block;
    }

    .carousel-style-one.owl-theme .owl-controls .owl-buttons div,
    .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next,
        .blog-style-three .blog-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }

    .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div {
        left: 0;
    }

        .testimonial-carousel.carousel-style-one.owl-theme .owl-controls .owl-buttons div.owl-next {
            left: auto;
            right: 0;
        }

    .single-blog-image img {
        width: 100%;
    }
}

.mc4wp-response {
    margin-top: 5px;
}

.mc4wp-alert.mc4wp-success p {
    color: #008000;
}

.mc4wp-alert.mc4wp-error p {
    color: #f10;
}

.save-shield .excerpt {
    max-width: 830px;
}

.shield-bgoverlay {
    position: relative;
}

    .shield-bgoverlay::before {
        background: #000000 none repeat scroll 0 0;
        content: "";
        display: block;
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
    }

/*======================================
Breadcrumb Area CSS
========================================*/
.breadcrumb-area {
    background-color: #444;
    padding: 60px 0;
    background-size: cover;
    position: relative;
}

    .breadcrumb-area.single-page {
        padding: 99px 0 92px;
    }

.breadcrumb-title h1 {
    color: #f9383d;
    font-size: 36px;
    font-weight: 500;
}

.breadcrumb-list {
    margin: 0;
}

    .breadcrumb-list li {
        display: inline-block;
        font-size: 14px;
        color: #fff;
    }

        .breadcrumb-list li a {
            font-size: 14px;
        }

            .breadcrumb-list li a:hover,
            .breadcrumb-list li .current > a {
                text-decoration: none;
            }

.breadcrumb-padding.pages-p {
    text-align: center;
}

.breadcrumb-list a, .breadcrumb-list a {
    color: #fff;
}

    .breadcrumb-list a:hover {
        color: #f9383d;
        transition: all 0.3s ease 0s;
    }

.breadcrumb-title {
    margin-bottom: 15px;
}

.breadcrumb-area.single-page {
    position: relative;
}

    .breadcrumb-area.pages-area::before, .breadcrumb-area.single-page:before {
        background: #000 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
    }

.gal1 img {
    display: block;
}

.shield-servicepage .feature-box-single:hover {
    border: 1px solid #f9383d;
    background: #f9383d;
    color: #fff;
}

    .shield-servicepage .feature-box-single:hover .heading, .shield-servicepage .feature-box-single:hover .shield-icon-box {
        color: #fff;
    }

aside.well ul li ul.children li a:hover {
    color: #f8b239;
}

aside.well ul li ul.children li a {
    color: #333333;
}
/*-------master css added by iuc-----*/
body {
    font-family: "Poppins", Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6, .heading {
    font-family: "Poppins", Helvetica, sans-serif;
}

button, .button, input[type=submit] {
    font-family: "Poppins", Helvetica, sans-serif;
}

.header-site, .header-site.header-sticky {
    background-color: rgba(255, 255, 255, 1);
}

.title-container {
    background-color: #ffffff;
}

input[type="button"], input[type="submit"], button, .button, .form-submit input[type="submit"], .invert input[type="button"], .invert input[type="submit"], .invert button, .invert .button, .invert .form-submit input[type="submit"] {
    background-color: #f9383d;
    color: #FFFFFF;
}

    input[type="button"]:hover, input[type="submit"]:hover, button:hover, .button:hover, .form-submit input[type="submit"]:hover, .invert input[type="button"]:hover, .invert input[type="submit"]:hover, .invert button:hover, .invert .button:hover, .invert .form-submit input[type="submit"]:hover {
        background-color: #f7d05c;
        color: #FFFFFF;
    }

.copy a:not(.button), .story a:not(.button) {
    color: #f9383d;
    border-bottom-color: #f9383d;
}

    .copy a:not(.button):hover, .story a:not(.button):hover {
        color: #f7d05c;
        border-bottom-color: #f7d05c;
    }

.footer-site {
    background-color: #2b2b2b;
}

.sub-menu, .nav .children, .header-site.invert .sub-menu, .header-site .sub-menu {
    border-top-color: #f9383d;
}

.icon-content .section-title::after, .section-title-wrapper::after {
    color: #f9383d;
}

.icon-content .section-title::before, .section-title-wrapper::before {
    background: #f9383d;
}

[data-foo-overlay]:before {
    background: #2b2b2b;
}

[data-top-overlay]:before {
    background: #2b2b2b;
}

[data-copyright-overlay]:before {
    background: #2b2b2b;
}

.footer-top-logo {
    padding-top: 10px;
}

.footer-top-logo {
    padding-bottom: 10px;
}

.copyright .nav-horizontal.footermenu a {
    color: #f1f1f1;
}

    .copyright .nav-horizontal.footermenu a:hover {
        color: #f1f1f1;
    }

.copyright .nav-horizontal.footermenu a {
    text-transform: normal;
}

.copyright .nav-horizontal li {
    margin-left: 25px;
}

    .copyright .nav-horizontal li a {
        font-size: 12px;
    }

.site-text {
    color: #ffffff;
}

.footer-icon ul li a i {
    color: #666;
}

.footer-icon ul li a:hover i {
    color: #fff;
}

.footer-icon ul li a:hover {
    background-color: #1879FD;
}

.footer-icon ul li a, .footer-icon ul li a:hover {
    border-width: 1px;
}

.footer-icon ul li a {
    border-color: #f3f3f3;
}

    .footer-icon ul li a:hover {
        border-color: #1879fd;
    }

.footer-icon ul li a {
    border-radius: 10%;
}

.footer-icon ul li + li {
    margin-left: 15px;
}

.copyright .site-text {
    /*font-size: 14px;*/
    font-size: 16px;
}

.footer-icon ul li a {
    font-size: 25px;
}

.footer-icon ul li a {
    height: 40px;
    width: 40px;
    line-height: 43px;
}

.footer-site .grid.footer-top-grid {
    padding-top: 80px;
}

.footer-site .grid.footer-top-grid {
    padding-bottom: 80px;
}

.footer-site .grid.footer-top-grid {
    margin-top: 0px;
}

.footer-site .grid.footer-top-grid {
    margin-bottom: 0px;
}

.footer-site .section-nav-title, .footer-site.invert .section-nav-title {
    color: #fff;
}

.footer-site .widget ul li a, .footer-site .widget ul li, .footer-site .widget ul li p, .footer-site .widget p, .footer-site .widget table th, .footer-site .widget table td, .footer-site .widget caption {
    color: #fff;
}

.footer-site .section-nav-title {
    font-size: 18px;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.sitetitle, .tagline {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}

.breadcrumb-area,
.breadcrumb-area.single-page {
    background: #444444;
    background-image: url(http://honestenterprises.in/preview/wp-content/uploads/2017/04/Dollarphotoclub_59312644.jpg);
    padding-top: 120px;
    padding-bottom: 120px;
    background-size: cover;
    background-position: center center;
}

.breadcrumb-padding.pages-p {
    text-align: center;
    text-transform: uppercase;
}

.breadcrumb-list ul,
.breadcrumb-list li,
.breadcrumb-list li a {
    font-size: 14px;
}

    .breadcrumb-list ul,
    .breadcrumb-list li,
    .breadcrumb-list li a,
    .breadcrumb-list a,
    .breadcrumb-list a {
        color: #ffffff;
    }

        .breadcrumb-list li:last-child {
            color: #ffffff;
        }

#wp-admin-bar-layers-edit-layout .ab-icon:before {
    font-family: "layers-interface" !important;
    content: "\e62f" !important;
    font-size: 16px !important;
}
/*----------------------*/
/*-----------------default css-----------*/
#layers-widget-shield_new_slider-6-322 {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-image: url('');*/
    background-image: url('../../../images/1.jpg');
}

#layers-widget-shield_new_slider-6-242 {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-image: url('http://honestenterprises.in/preview/wp-content/uploads/2017/04/4639457_l-1.jpg');*/
    background-image: url('../../../images/2.jpg');
}

#layers-widget-shield_new_slider-6-241 {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-image: url('http://honestenterprises.in/preview/wp-content/uploads/2017/04/4639457_l-1.jpg');*/
    background-image: url('../../../images/3.jpg');
}

#layers-widget-shield_new_slider-6-243 {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*background-image: url('http://honestenterprises.in/preview/wp-content/uploads/2017/04/bann4.jpg');*/
    background-image: url('../../../images/4.jpg');
}

#layers-widget-shield_new_slider-6-242 .excerpt p {
    font-size: 16px;
    line-height: 24px;
}

#layers-widget-column-7 {
    background-repeat: no-repeat;
    background-position: center;
}

.layers-widget-column-7-647 {
    background-repeat: no-repeat;
    background-position: center;
}

.layers-widget-column-7-952 {
    background-repeat: no-repeat;
    background-position: center;
}

.layers-widget-column-7-545 {
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-column-8 {
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('http://honestenterprises.in/preview/wp-content/uploads/2017/04/satteldach-modern.jpg');
}

.layers-widget-column-8-981 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#layers-widget-bx-features-widget-id-4 {
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-bx-features-widget-id-4 {
    padding-top: 80px;
}

#layers-widget-bx-features-widget-id-4-330 {
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-bx-features-widget-id-4-330 {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

#layers-widget-bx-features-widget-id-4-494 {
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-bx-features-widget-id-4-494 {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

#layers-widget-bx-features-widget-id-4-827 {
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-bx-features-widget-id-4-827 {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

#layers-widget-bx-features-widget-id-4-535 {
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-bx-features-widget-id-4-535 {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

#layers-widget-bx-features-widget-id-4-817 {
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-bx-features-widget-id-4-817 {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

#layers-widget-bx-features-widget-id-4-100 {
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-bx-features-widget-id-4-100 {
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
}

#layers-widget-portfolios-6 {
    background-color: #f6f6f6;
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-shield_testimonial_id-6 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../../uploads/2017/04/testi-back.jpg');
}

    #layers-widget-shield_testimonial_id-6 .section-title .heading, #layers-widget-shield_testimonial_id-6 .section-title div.excerpt {
        color: #ffffff;
    }

#layers-widget-shield_testimonial_id-6 {
    padding-top: 76px;
    padding-bottom: 35px;
}

#layers-widget-ourblog-4 {
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-counter-3 {
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('http://honestenterprises.in/preview/wp-content/uploads/2017/04/Dollarphotoclub_59312644.jpg');
}

#layers-widget-counter-3-940 {
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-counter-3-355 {
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-counter-3-707 {
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-counter-3-993 {
    background-repeat: no-repeat;
    background-position: center;
}

#layers-widget-column-5 {
    background-repeat: no-repeat;
    background-position: center;
}

.layers-widget-column-5-401 {
    background-repeat: no-repeat;
    background-position: center;
}

.layers-widget-column-5-985 {
    background-repeat: no-repeat;
    background-position: center;
}
/*---------------------------------------*/
