/* ====== index =====
/* ====== index =====
1. COMMON
2. UI KIT
	2.1 BUTTON
	2.2 SECTION TITLE
	2.3 FORM
	2.4 PAGINATION
	2.5 ACCORDION
	2.6 TABS
	2.7 DATEPICKER
	2.8 THUMBNAIL
	2.9 MODAL
	2.10 PANEL
	2.11 PRICE RANGE SLIDER
	2.12 LIST
	2.13 CART
	2.14 PAGER
	2.15 Extra
  2.16 ALERT
  2.17 LABELS
  2.18 BADGES
  2.19 PROGRESS BAR
  2.20 LIST GROUP
  2.21 PANEL
  2.22 JAMBOTRON
  2.23 TOOLTIP



3. 1.1 HEADER
	3.1 TOP COLOR BAR
	3.2 TOP INFO BAR
	3.3 HEADER TRANSPARENT
	3.4 LIGHT HEADER
   1.2 HEADER V3
4. 1.1 FOOTER
	4.1 FOOTER INFO
	4.2 COPY RIGHT
   1.2 FOOTER V2
5. 1.1 HOME
	5.1 BANNER
	5.2 FEATURES SECTION
	5.3 PROMOTION
	5.4 ABOUT SCHOOL
	5.5 SERVICES SECTION
	5.7 TEAM SECTION
	5.8 EVENT SECTION
	5.9 COUNT UP SECTION
	5.10 HOME GALLERY SECTION
	5.11 COMMENT SECTION
	5.12 MAP AREA SECTION
	5.13 HOME CONTACT SECTION
   1.2 HOME V2
    5.1 BANNER
    5.2.BANNER BOTTOM
    5.3 PRODUCT SECTION
    5.4 BRAND SECTION
   1.2 HOME V3
    5.1 BANNER
6. 6. COURSE
	6.1 COURSE LEFT SIDEBAR
	6.2 COURSE LIST
	6.3 COURSE RIGHT SIDE BAR
	6.4 COURSE COUNTER
7. BLOG
8. COMING SOON
9. SERVICES
	9.1 SERVICES STYLE
10. TESTIMONIAL
11. CART PAGE
12. PRICING TABLE
13. CHECKOUT STEP
	13.1 CHECKOUT PROGRESS
	13.2 CHECKOUT INFO
14. SINGLE PRODUCT
    14.1 PRODUCT GALLERY
    14.2 PRODUCT REVIEW
15. CATEGORY
===================== */
/*=== MIXINS ===*/
/*=== VARIABLES ===*/
/*=== MEDIA QUERY ===*/

body {
    font-family: arial,sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #757576;
    font-weight: 400;
    height: 100%;

}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

p {
    font-size: 14px;
    color: #757576;
    font-weight: 400;
    line-height: 21px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    color: #202020;
    margin-top: 0;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 400;
}

h5 {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
}

.form-control {
    box-shadow: none;
}

/*=== 1.COMMON ===*/
.container {
    width: 100%;
}

@media (min-width: 480px) {
    .container {
        width: 450px;
    }
    
}

@media (min-width: 320px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    /*.container {
        width: 1170px;
    } */
    .container {
        width: 1070px;
    }
    .parent-container{
        width: 1170px;
    }

}

.main-wrapper {
    background-color: #ffffff;
}

body.bodyColor.default {
    background-color: #f5f5f5;
}

body.bodyColor.pattern-01 {
    background-image: url("../img/patterns/001.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.pattern-02 {
    background-image: url("../img/patterns/002.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.pattern-03 {
    background-image: url("../img/patterns/003.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.pattern-04 {
    background-image: url("../img/patterns/004.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.pattern-06 {
    background-image: url("../img/patterns/006.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.pattern-07 {
    background-image: url("../img/patterns/007.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.pattern-05 {
    background-image: url("../img/patterns/005.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
}

body.bodyColor.wrapper {
    margin: 0 auto;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1);
}

@media (min-width: 480px) {
    body.bodyColor.wrapper {
        max-width: 450px;
    }
}

@media (min-width: 768px) {
    body.bodyColor.wrapper {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    body.bodyColor.wrapper {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    body.bodyColor.wrapper {
        max-width: 1170px;
    }
}

@media (min-width: 480px) {
    body.bodyColor .header-wrapper {
        max-width: 450px;
    }
}

@media (min-width: 768px) {
    body.bodyColor .header-wrapper {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    body.bodyColor .header-wrapper {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    body.bodyColor .header-wrapper {
        max-width: 1170px;
    }
}

@media (min-width: 480px) {
    body.bodyColor .color-bar {
        max-width: 450px;
    }
}

@media (min-width: 768px) {
    body.bodyColor .color-bar {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    body.bodyColor .color-bar {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    body.bodyColor .color-bar {
        max-width: 1170px;
    }
}

body.bodyColor #menuBar.bb-fixed-header {
    right: auto;
    left: auto;
}

@media (min-width: 480px) {
    body.bodyColor #menuBar.bb-fixed-header {
        max-width: 450px;
        width: 100%;
    }
}

@media (min-width: 768px) {
    body.bodyColor #menuBar.bb-fixed-header {
        max-width: 750px;
    }
}

@media (min-width: 992px) {
    body.bodyColor #menuBar.bb-fixed-header {
        max-width: 970px;
    }
}

@media (min-width: 1200px) {
    body.bodyColor #menuBar.bb-fixed-header {
        max-width: 1170px;
    }
}
@media screen and (min-width: 1400px) {
    .container {
      width: 1200px;
    }
  }
  @media screen and (min-width: 1600px) {
    .container {
      width: 1400px;
    }
  }
  @media screen and (min-width: 1900px) {
    .container {
      width: 1700px;
    }
  }
body.static #menuBar.bb-fixed-header {
    display: none;
}

.btn {
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    color: #ffffff;
    border-radius: 6px;
    text-transform: capitalize;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.btn:hover {
    border: 1px solid transparent;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3) !important;
}

.btn:focus, .btn.active, .btn:active {
    border: 1px solid transparent;
    outline: 0;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
}

a {
    color: rgb(234, 112, 102);
    text-decoration: none !important;
    transition: all 0.3s ease-in-out;
}

/*ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
}*/

a:hover {
    outline: 0;
}

.App-intro a:hover {
    text-decoration: underline !important;
}

menuBar
a:focus {
    outline: 0;
}

.main-wrapper {
    position: relative;
    overflow: hidden;
}

.form-control:focus {
    box-shadow: none;
}

.color-1 {
    color: #f47e35 !important;
}

.mm-color {
    background-color: rgb(234, 112, 102);
}

.bg-color-1 {
    background-color: #f47e35 !important;
}

.border-color-1 {
    border-color: #f47e35 !important;
}

.color-2 {
    color: #b5d56a !important;
}

.bg-color-2 {
    background-color: #b5d56a !important;
}

.border-color-2 {
    border-color: #b5d56a !important;
}

.color-3 {
    color: rgb(234, 112, 102) !important;
}

.bg-color-3 {
    background-color: rgb(234, 112, 102) !important;
}

.border-color-3 {
    border-color: rgb(234, 112, 102) !important;
}

.color-4 {
    color: #84bed6 !important;
}

.bg-color-4 {
    background-color: #3ba9d8 !important;
}

.border-color-4 {
    border-color: #84bed6 !important;
}

.color-5 {
    color: #a597e7 !important;
}

.bg-color-5 {
    background-color: #389672 !important;
}

.border-color-5 {
    border-color: #a597e7 !important;
}

.color-6 {
    color: #925ca5 !important;
}

.bg-color-6 {
    background-color: #925ca5 !important;
}

.border-color-6 {
    border-color: #925ca5 !important;
}

.bg-color-7 {
    background-color: #2f3c43;
}

.full-width {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.p-n {
    padding: 0;
}

.p-t-n {
    padding-top: 0 !important;
}

.table-curved {
    border-collapse: separate;
    border: solid #ccc 1px;
    border-radius: 6px;
    border-left: 0px;
    border-top: 0px;
}

.table-curved > thead:first-child > tr:first-child > th {
    border-bottom: 0px;
    border-top: 0;
}

.table-curved > thead:first-child > tr > th:first-child {
    border-left: 1px solid #f47e35;
}

.table-curved > thead:first-child > tr > th:last-child {
    border-right: 1px solid #925ca5;
}

.table-curved td, .table-curved th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.table-curved > :first-child > :first-child > :first-child {
    border-radius: 6px 0 0 0;
}

.table-curved > :first-child > :first-child > :last-child {
    border-radius: 0 6px 0 0;
}

.table-curved > :last-child > :last-child > :first-child {
    border-radius: 0 0 0 6px;
}

.table-curved > :last-child > :last-child > :last-child {
    border-radius: 0 0 6px 0;
}

/*=== 2. UI KIT ===*/
.margin-top {
    margin-top: 40px;
}

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

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

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

.not-rounded {
    border-radius: 0 !important;
}

aside {
    margin-bottom: 25px;
}

/*=== 2.1 BUTTON ===*/
.btn-xl {
    font-size: 20px;
    padding: 9px 10px;
}

.btn-lg {
    font-size: 15px;
    padding: 10px 12px !important;
}

.btn-sm {
    font-size: 12px;
    padding: 7px 6px !important;
}

.btn-xs {
    font-size: 10px;
    padding: 5px 8px !important;
}

.btn-rounded {
    border-radius: 5px !important;
}

.btn-pill {
    border-radius: 50px !important;
}

.btn-circle {
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    padding: 3px !important;
}

.btn-square {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    padding: 3px !important;
}

.btn-link {
    color: #9875ab;
}

.btn-link:hover {
    color: #7c618a;
    text-decoration: none;
}

.btn-link:focus {
    color: #7c618a;
    text-decoration: none;
}

.btn-primary {
    background-color: rgb(234, 112, 102) !important;
    border: 2px solid rgb(234, 112, 102) !important;
    color: #ffffff;
}

.btn-primary > i {
    margin-right: 10px;
    padding-left: 7px;
}

.btn-square {
    border-radius: 0 !important;
}

.btn-outline-success {
    color: #5cb85c;
    background-color: transparent;
    border-color: #5cb85c;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.btn-outline-info {
    color: #5bc0de;
    background-color: transparent;
    border-color: #5bc0de;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn-outline-warning {
    color: #f0ad4e;
    background-color: transparent;
    border-color: #f0ad4e;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

.btn-outline-primary {
    color: rgb(234, 112, 102);
    background-color: transparent;
    border-color: rgb(234, 112, 102);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: rgb(234, 112, 102);
    border-color: rgb(234, 112, 102);
}

.btn span {
    margin-left: 10px;
    margin-right: 10px;
}

.box-info .btn-primary {
    background-color: #ffffff !important;
    border: none !important;
}

#buttons .btn {
    margin: 5px 9px;
    text-transform: capitalize;
}

#buttons .btn-social {
    margin: 5px 9px;
}

/* Social Buttons */
.btn-social {
    font-size: 13px;
    padding: 8px 15px;
    letter-spacing: 0.5px;
    vertical-align: middle;
    transition: 0.2s ease-in;
}

.btn-social span {
    margin-left: 10px;
}

/* Facebook Button */
.btn-facebook, .btn-facebook:active, .btn-facebook:focus {
    color: #4e68a1;
    background: transparent;
    border: 2px solid #4e68a1;
}

.btn-facebook:hover {
    color: white !important;
    background: #4e68a1;
    border: 2px solid #4e68a1;
}

.btn-facebook-filled, .btn-facebook-filled:active, .btn-facebook-filled:focus {
    color: white;
    background: #4e68a1;
    border: 2px solid #4e68a1;
}

.btn-facebook-filled:hover {
    color: white;
    background: #3b4f7a;
    border: 2px solid #3b4f7a;
}

.btn-facebook-link, .btn-facebook-link:active, .btn-facebook-link:focus {
    color: #4e68a1;
    background: transparent;
    border: none;
}

.btn-facebook-link:hover {
    color: #3b4f7a;
}

/* Twitter Button */
.btn-twitter, .btn-twitter:active, .btn-twitter:focus {
    color: #65b5f2;
    background: transparent;
    border: 2px solid #65b5f2;
}

.btn-twitter:hover {
    color: white;
    background: #65b5f2;
    border: 2px solid #65b5f2;
}

.btn-twitter-filled, .btn-twitter-filled:active, .btn-twitter-filled:focus {
    color: white;
    background: #65b5f2;
    border: 2px solid #65b5f2;
}

.btn-twitter-filled:hover {
    color: white;
    background: #5294c6;
    border: 2px solid #5294c6;
}

.btn-twitter-filled:hover {
    color: white;
    background: #5294c6;
    border: 2px solid #5294c6;
}

.btn-twitter-link, .btn-twitter-link:active, .btn-twitter-link:focus {
    color: #65b5f2;
    background: transparent;
    border: none;
    outline: 0;
}

.btn-twitter-link:hover {
    color: #5294c6;
}

/* Google Button */
.btn-google, .btn-google:active, .btn-google:focus {
    color: #e05d4b;
    background: transparent;
    border: 2px solid #e05d4b;
}

.btn-google:hover {
    color: white;
    background: #e05d4b;
    border: 2px solid #e05d4b;
}

.btn-google-filled, .btn-google-filled:active, .btn-google-filled:focus {
    color: white;
    background: #e05d4b;
    border: 2px solid #e05d4b;
}

.btn-google-filled:hover {
    color: white;
    background: #b94c3d;
    border: 2px solid #b94c3d;
}

.btn-google-link, .btn-google-link:active, .btn-google-link:focus {
    color: #e05d4b;
    background: transparent;
    border: none;
}

.btn-google-link:hover {
    color: #b94c3d;
}

/* Linkedin Button */
.btn-linkedin, .btn-linkedin:active, .btn-linkedin:focus {
    color: #2083bc;
    background: transparent;
    border: 2px solid #2083bc;
}

.btn-linkedin:hover {
    color: white;
    background: #2083bc;
    border: 2px solid #2083bc;
}

.btn-linkedin-filled, .btn-linkedin-filled:active, .btn-linkedin-filled:focus {
    color: white;
    background: #2083bc;
    border: 2px solid #2083bc;
}

.btn-linkedin-filled:hover {
    color: white;
    background: #186592;
    border: 2px solid #186592;
}

.btn-linkedin-link, .btn-linkedin-link:active, .btn-linkedin-link:focus {
    color: #2083bc;
    background: transparent;
    border: none;
}

.btn-linkedin-link:hover {
    color: #186592;
}

/* Pinterest Button */
.btn-pinterest, .btn-pinterest:active, .btn-pinterest:focus {
    color: #d2373b;
    background: transparent;
    border: 2px solid #d2373b;
}

.btn-pinterest:hover {
    color: white;
    background: #d2373b;
    border: 2px solid #d2373b;
}

.btn-pinterest-filled, .btn-pinterest-filled:active, .btn-pinterest-filled:focus {
    color: white;
    background: #d2373b;
    border: 2px solid #d2373b;
}

.btn-pinterest-filled:hover {
    color: white;
    background: #ad2c2f;
    border: 2px solid #ad2c2f;
}

.btn-pinterest-link, .btn-pinterest-link:active, .btn-pinterest-link:focus {
    color: #d2373b;
    background: transparent;
    border: none;
}

.btn-pinterest-link:hover {
    color: #ad2c2f;
}

/* Dribbble Button */
.btn-dribbble, .btn-dribbble:active, .btn-dribbble:focus {
    color: #ec5f94;
    background: transparent;
    border: 2px solid #ec5f94;
}

.btn-dribbble:hover {
    color: white;
    background: #ec5f94;
    border: 2px solid #ec5f94;
}

.btn-dribbble-filled, .btn-dribbble-filled:active, .btn-dribbble-filled:focus {
    color: white;
    background: #ec5f94;
    border: 2px solid #ec5f94;
}

.btn-dribbble-filled:hover {
    color: white;
    background: #b4446e;
    border: 2px solid #b4446e;
}

.btn-dribbble-link, .btn-dribbble-link:active, .btn-dribbble-link:focus {
    color: #ec5f94;
    background: transparent;
    border: none;
}

.btn-dribbble-link:hover {
    color: #b4446e;
}

.backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    background-color: rgb(234, 112, 102);
    border: 2px solid #ffffff;
    border-radius: 13px;
    color: #ffffff;
    display: block;
    font-size: 16px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.backToTop:hover, .backToTop:focus, .backToTop:active {
    color: #ffffff;
}

/*=== 2.2 SECTION TITLE ===*/
@media (min-width: 320px) {
    .whiteSection, .mainContent, .lightSection, .colorSection {
        padding: 50px 0;
    }
}

@media (min-width: 768px) {
    .whiteSection, .mainContent, .lightSection, .colorSection {
        padding: 0 0 50px 0;
    }
}

.whiteSection, .mainContent {
    background-color: #ffffff;
}

.lightSection {
    background-color: #f5f5f5;
}

/* commented for to make the heading as left aligned */
/*.sectionTitle h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 36px;
    color: rgb(234, 112, 102);
    text-transform: capitalize;
    float: left;
    width: 100%;
    margin-top: 30px;
}
.sectionTitle h2 span {
    padding: 0 15px;
}*/
.sectionTitle h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    color: rgb(234, 112, 102);
    text-transform: capitalize;
    float: left;
    width: 100%;
    margin-top: 20px;
}

.sectionTitle h2 span {
    padding: 0px;
}

@media (min-width: 320px) {
    .sectionTitle h2 span {
        display: block;
        width: 100%;
        float: left;
    }
}

@media (min-width: 768px) {
    .sectionTitle h2 span {
        display: inline-block;
        width: auto;
        float: none;
    }
}

/* commented for to make the heading as left aligned */
/*@media (min-width: 320px) {
    .sectionTitle h2 {
        margin-bottom: 30px;
    }
}
@media (min-width: 768px) {
    .sectionTitle h2 {
        margin-bottom: 50px;
    }
}*/
@media (min-width: 320px) {
    .sectionTitle h2 {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .sectionTitle h2 {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

.sectionTitle.alt h2 {
    color: #ffffff;
}

.sectionTitleSmall {
    margin-bottom: 40px;
}

.sectionTitleSmall h2 {
    text-align: center;
    font-family: 'Dosis', sans-serif;
    text-transform: capitalize;
    margin: 0 0 12px 0;
    color: #ffffff;
}

.sectionTitleSmall p {
    color: #ffffff;
    text-align: center;
    font-size: 15px;
}

.pageTitleSection {
    background-image: url("../img/page-title/page-title-bg.jpg");
    width: 100%;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    padding: 75px 0;
}

.pageTitleSection .pageTitleInfo {
    text-align: center;
}

.pageTitleSection .pageTitleInfo h2 {
    font-size: 40px;
    line-height: 33px;
    color: #ffffff;
    margin-bottom: 40px;
    margin: 0 0 8px 0;
    font-family: 'Dosis', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}

.pageTitleSection .pageTitleInfo .breadcrumb {
    background-color: transparent;
}

.pageTitleSection .pageTitleInfo .breadcrumb li {
    color: #ffffff;
    font-size: 15px;
}

.pageTitleSection .pageTitleInfo .breadcrumb li a {
    color: #ffffff;
    font-size: 15px;
}

.pageTitleSection .pageTitleInfo .breadcrumb > li + li::before {
    content: " \276F\00a0 ";
}

/*=== 2.3 FORM ===*/
.homeContactContent form .btn {
    float: right;
    width: auto;
}

.homeContactContent form .formBtnArea .btn {
    float: none;
    width: auto;
}

.searchArea {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
    margin-bottom: 70px;
    border-radius: 7px;
    height: 55px;
}

@media (min-width: 768px) {
    .searchArea {
        height: 70px;
    }
}

.searchArea > .input-group-addon {
    background-color: transparent;
    border: none;
    min-width: 60px;
    font-size: 18px;
    color: #757576;
}

.searchArea > .input-group-addon.button {
    height: 55px;
    border: none;
    line-height: 45px;
    background-color: rgb(234, 112, 102);
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    display: inline-block;
    width: 25%;
    position: absolute;
    right: 0;
    z-index: 9;
}

@media (min-width: 768px) {
    .searchArea > .input-group-addon.button {
        height: 70px;
        font-size: 18px;
        line-height: 45px;
        width: 20%;
    }
}

.searchArea > .input-group-addon.button:hover {
    background-color: rgb(234, 112, 102);
}

.searchArea > .form-control {
    width: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    height: 55px;
    font-size: 13px;
    color: #282829;
}

@media (min-width: 768px) {
    .searchArea > .form-control {
        height: 70px;
        font-size: 15px;
    }
}

.resultInfo h3 {
    font-family: 'Dosis', sans-serif;
    color: #757576;
    font-size: 28px;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.formPanel.panel {
    border: 0;
    margin-bottom: 30px;
    border-radius: 7px;
}

.formPanel.panel .panel-heading {
    border-radius: 7px 7px 0 0;
}

.formPanel.panel .panel-heading .panel-title {
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
}

.formPanel.panel .panel-body {
    border: 1px solid #dedede;
    border-top: 0;
    border-radius: 0 0 7px 7px;
}

.formPanel.panel .panel-body .media-list li {
    padding: 10px 0;
    margin: 0;
}

.formPanel.panel .panel-body .media-list li .media-left.iconContent {

    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 20px;
    font-size: 16px;
}

.formPanel.panel .panel-body .media-list li .media-body.iconContent .media-heading {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.formPanel.panel .panel-body .media-list li .media-body.iconContent p {
    font-weight: 600;
    margin-bottom: 0;
}

.formPanel.panel .panel-body .media-list.blogListing li .media-heading a {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #757576;
}

.formPanel.panel .panel-body .media-list.blogListing li .media-heading a:hover {
    color: #a597e7 !important;
}

.formField .form-control {
    height: 50px;
    border-radius: 10px;
    color: #282829;
    border-color: #e4e4e4;
    box-shadow: none;
    margin-bottom: 15px;
}

.formField .btn-primary {
    margin-bottom: 15px;
}

.formField .btn-primary:focus {
    outline: 0;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.formField .help-block {
    text-align: center;
    margin-bottom: 0;
}

.formField .help-block a:hover {
    color: rgb(234, 112, 102);
}

.errorSpace .form-control {
    border-color: rgba(102, 102, 102, 0.2);
    margin-bottom: 40px;
}

.not-brdr-radius {
    border-radius: 0 !important;
}

/*=== 2.4 PAGINATION ===*/
/*=== 2.5 ACCORDION ===*/
.accordionCommon .panel {
    margin-bottom: 30px;
    border: none;
}

.accordionCommon .panel-heading {
    display: block;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 600;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
}

.accordionCommon .panel-heading span.iconBlock {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background-color: #ffffff;
    color: #757576;
    display: inline-block;
    float: right;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.accordionCommon .panel-heading span.iconBlock.iconTransparent {
    background-color: transparent;
    box-shadow: none;
    color: #ffffff;
}

.accordionCommon span.separator {
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.25);
    position: absolute;
    top: 0;
    right: 60px;
}

.accordionCommon .panel-body {
    padding: 30px;
    background-color: #f8f8f8;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    border-top: none !important;
    border-radius: 0 0 8px 8px;
}

.accordionCommon .panel-body p {
    margin-bottom: 35px;
}

.accordionCommon .panel-body p:last-child {
    margin-bottom: 0;
}

/*=== 2.6 TABS ===*/
.tabCommon .nav {
    border-bottom: none;
    text-align: center;
}

.custom-tabCommon .nav {
    text-align: left;
}

.tabCommon .nav li {
    display: inline-block;
    float: none;
}

@media (min-width: 320px) {
    .tabCommon .nav li {
        padding: 6px 2px;
    }
}

@media (min-width: 768px) {
    .tabCommon .nav li {
        padding: 0 2px;
    }
}

.tabCommon .nav li a {
    padding: 0 25px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #282829;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
    border-radius: 4px;
}

.custom-tabCommon .nav li a {
    width: 100%;
}

.tabCommon .nav li.active a {
    background-color: rgb(234, 112, 102);
    color: #fffefe;
}

.tabCommon .tab-pane {
    border: 3px solid rgba(234, 112, 102, 0.3);
    border-radius: 8px;
}

.custom-tabCommon .tab-pane {
    border: none;
}

@media (min-width: 320px) {
    .tabCommon .media-left {
        display: block;
        float: left;
        width: 100%;
        padding-right: 0;
    }
}

@media (min-width: 768px) {
    .tabCommon .media-left {
        display: block;
        float: left;
        width: 100%;
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .tabCommon .media-left {
        display: inline-block;
        float: left;
        width: auto;
        padding-right: 10px;
    }
}

.tabCommon .media-left img {
    width: 100%;
}

@media (min-width: 320px) {
    .tabCommon .media-body {
        padding: 30px;
    }
}

@media (min-width: 768px) {
    .tabCommon .media-body {
        padding: 30px;
    }
}

@media (min-width: 992px) {
    .tabCommon .media-body {
        padding: 30px;
    }
}

@media (min-width: 1200px) {
    .tabCommon .media-body {
        padding: 50px 30px 0 0;
    }
}

.tabCommon .media-body .media-heading {
    font-family: 'Dosis', sans-serif;
    font-size: 28px;
    color: rgb(234, 112, 102);
    margin: 0 0 25px 0;
    text-transform: capitalize;
}

.tabCommon .media-body p {
    color: #282829;
    margin-bottom: 30px;
}

.tabCommon.tabLeft .nav {
    padding-right: 10px;
}

@media (min-width: 320px) {
    .tabCommon.tabLeft .nav {
        display: block;
    }
}

@media (min-width: 768px) {
    .tabCommon.tabLeft .nav {
        display: table-cell;
    }
}

.tabCommon.tabLeft .nav li {
    display: block;
    padding: 0 0 10px 0;
    white-space: nowrap;
}

.tabCommon.tabLeft .nav li.active a {
    position: relative;
}

.tabCommon.tabLeft .nav li.active a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent rgb(234, 112, 102);
    position: absolute;
    right: -9px;
    top: 10px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out;
}

.tabCommon.tabLeft .tab-content {
    display: table-cell;
    padding: 0;
}

/*=== 2.7 DATEPICKER ===*/
/*=== 2.8 THUMBNAIL ===*/
.thumbnail {
    padding: 0;
    border: none;
    border-radius: 9px;
    position: relative;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.thumbnail > a img {
    border-radius: 9px 9px 0 0;
    width: 100%;
}

.thumbnail img {
    border-radius: 9px 9px 0 0;
    width: 100%;
}

/*=== 2.9 MODAL ===*/
.customModal .modal-content {
    border-radius: 8px;
}

@media (min-width: 320px) {
    .customModal .modal-dialog {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .customModal .modal-dialog {
        width: 350px;
    }
}

.customModal .formPanel.panel {
    margin-bottom: 0 !important;
}

/*=== 2.10 PORDUCT QUICK VIEW MODAL ===*/
.modal.quick-view.in .modal-dialog {
    -webkit-transform: translate(0, 25%);
    transform: translate(0, 25%);
}

@media (max-width: 480px) {
    .quick-view .modal-dialog {
        width: 280px;
        margin: 0 auto;
    }
}

@media (min-width: 480px) {
    .quick-view .modal-dialog {
        width: 450px;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .quick-view .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .quick-view .modal-dialog {
        width: 950px;
    }
}

@media (min-width: 1200px) {
    .quick-view .modal-dialog {
        width: 1030px;
    }
}

.quick-view .modal-content {
    padding: 50px 30px;
}

.quick-view .modal-content img {
    margin: auto;
}

@media (max-width: 480px) {
    .quick-view .modal-content .add-to-cart.btn-primary {
        margin-top: 15px;
    }
}

/*=== 2.10 PANEL ===*/
/*=== 2.11 PRICE RANGE SLIDER ===*/
/*=== 2.12 LIST ===*/
.topList li {
    color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
    .topList li {
        margin-right: 5px;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .topList li {
        margin-right: 10px;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .topList li {
        margin-right: 20px;
    }
}

.topList li i {
    width: 21px;
    height: 21px;
    display: inline-block;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    line-height: 21px;
}

@media (min-width: 768px) {
    .topList li i {
        margin-right: 5px;
    }
}

@media (min-width: 992px) {
    .topList li i {
        margin-right: 5px;
    }
}

@media (min-width: 1200px) {
    .topList li i {
        margin-right: 10px;
    }
}

.topList li a {
    color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 768px) {
    .topList li a {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .topList li a {
        font-size: 14px;
    }
}

.topList li:last-child {
    margin-right: 0;
}

@media (min-width: 768px) {
    .functionList {
        width: 100%;
        float: left;
    }
}

@media (min-width: 992px) {
    .functionList {
        width: 100%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .functionList {
        width: 92%;
        float: right;
    }
}

.functionList > li {
    color: rgba(255, 255, 255, 0.8);
    float: left;
}

@media (min-width: 768px) {
    .functionList > li {
        margin-right: 5px;
        padding: 0;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .functionList > li {
        margin-right: 10px;
        padding: 0;
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .functionList > li {
        margin-right: 15px;
        padding: 0 5px;
    }
}

.functionList > li span {
    margin: 0 5px;
}

.functionList > li i {
    width: 21px;
    height: 21px;
    display: inline-block;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    line-height: 21px;
}

@media (min-width: 768px) {
    .functionList > li i {
        margin-right: 5px;
    }
}

@media (min-width: 992px) {
    .functionList > li i {
        margin-right: 10px;
    }
}

.functionList > li:last-child {
    margin-right: 0;
}

.functionList > li a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.functionList > li.LanguageList {
    width: 22%;
}

.functionList > li:first-child {
    margin-right: 0;
}

.functionList > li:first-child i {
    margin-right: 0;
}

/*=== 2.13 CART ===*/
.navbar-default .cart-dropdown {
    position: absolute;
    top: 26px;
    right: 90px;
}

@media (min-width: 768px) {
    .navbar-default .cart-dropdown {
        display: none;
    }
}

.cart-dropdown > a {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
}

.cart-dropdown > a i {
    width: 21px;
    height: 21px;
    display: inline-block;
    color: #ffffff;
    border-radius: 100%;
    text-align: center;
    line-height: 21px;
    margin-right: 0;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

.shop-cart {
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    margin-right: 0;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    margin-top: 0;
    display: block;
    text-align: center;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.shop-cart i {
    color: #ffffff;
    margin-right: 0;
}

.shop-cart .badge {
    position: absolute;
    top: -5px;
    right: -15px;
}

.cart-dropdown .dropdown-menu {
    width: 300px;
    border-top: 4px solid rgb(234, 112, 102);
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.175);
    margin-top: 18px;
    padding: 20px 10px;
    height: 450px;
    right: -76px;
    overflow-y: scroll;
}

@media (min-width: 768px) {
    .cart-dropdown .dropdown-menu {
        width: 400px;
        padding: 25px;
        height: auto;
        overflow-y: inherit;
        margin-top: 11px;
        right: 21px;
    }
}

.cart-dropdown .dropdown-menu li:first-child {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    color: #282829;
    text-transform: capitalize;
    padding-top: 0;
    padding-bottom: 10px;
    font-weight: 700;
}

.cart-dropdown .dropdown-menu li:first-child i {
    color: #282829;
    font-size: 20px;
    margin-right: 15px;
}

.cart-dropdown .dropdown-menu li {
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
}

.cart-dropdown .dropdown-menu li a {
    padding: 0;
    background-color: #ffffff;
    color: #757576;
}

.cart-dropdown .dropdown-menu li .cancel {
    margin: 0;
}

.cart-dropdown .dropdown-menu li .cancel i {
    position: absolute;
    top: 25px;
    right: 0;
    color: #757576;
    font-size: 18px;
    margin-right: 0;
}

.cart-dropdown .dropdown-menu li:last-child {
    border: none;
}

.cart-dropdown .dropdown-menu li:last-child span {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    color: #282829;
    font-weight: 700;
    display: inline-block;
}

.cart-dropdown .dropdown-menu li:last-child .cart-total {
    float: left;
}

.cart-dropdown .dropdown-menu li:last-child .cart-price {
    float: right;
}

.cart-dropdown .dropdown-menu .cart-button {
    clear: both;
    margin-top: 25px;
    width: 100%;
    float: left;
}

.cart-dropdown .dropdown-menu .cart-button .btn-primary {
    width: 120px;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .cart-dropdown .dropdown-menu .cart-button .btn-primary {
        width: 162px;
        padding: 0 20px;
    }
}

.cart-dropdown .dropdown-menu .cart-button .btn-primary:first-child {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .cart-dropdown .dropdown-menu .cart-button .btn-primary:first-child {
        margin-right: 20px;
    }
}

.cart-dropdown .dropdown-menu .cart-button .btn-primary:last-child {
    background-color: #f8f8f8;
    color: #757576;
}

.cart-dropdown .dropdown-menu .media-left {
    width: 90px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 0;
    float: left;
    margin-right: 10px;
}

@media (min-width: 768px) {
    .cart-dropdown .dropdown-menu .media-left {
        margin-right: 20px;
    }
}

.cart-dropdown .dropdown-menu .media-body h4 {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    color: #282829;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 700;
}

.cart-dropdown .dropdown-menu .media-body .price span {
    margin-bottom: 7px;
}

.cart-dropdown .dropdown-menu span {
    margin-left: 0;
    margin-right: 0;
}

.cart-dropdown .dropdown-menu:before {
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 7px solid rgb(234, 112, 102);
    margin-left: -10px;
    content: "";
    display: inline-block;
    right: 6px;
    position: absolute;
    top: -11px;
}

@media (min-width: 768px) {
    .LanguageList .sbSelector {
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .LanguageList .sbSelector {
        font-size: 14px;
    }
}

/*=== 2.14 PAGER ===*/
.pagerArea > .pager {
    display: inline-block;
    margin: 50px auto 20px;
    text-align: left;
}

@media (min-width: 992px) {
    .pagerArea > .pager {
        text-align: center;
        margin: 80px auto 20px;
    }
}

.pagerArea > .pager li {
    padding: 0 8px;
}

@media (min-width: 992px) {
    .pagerArea > .pager li {
        padding: 0 15px;
    }
}

.pagerArea > .pager li a {
    height: 45px;
    border: none;
    line-height: 45px;
    padding: 0;
    background-color: transparent;
    font-size: 12px;
    text-transform: uppercase;
    color: #757576;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
}

@media (min-width: 992px) {
    .pagerArea > .pager li a {
        font-size: 16px;
    }
}

.pagerArea > .pager li a:hover {
    color: rgb(234, 112, 102);
}

.pagerArea > .pager li.active a {
    color: rgb(234, 112, 102);
}

.pagerArea > .pager li.prev a, .pagerArea > .pager li.next a {
    width: 80px;
    padding: 0 10px;
    background-color: rgb(234, 112, 102);
    color: #ffffff;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

@media (min-width: 992px) {
    .pagerArea > .pager li.prev a, .pagerArea > .pager li.next a {
        width: 114px;
        padding: 0 20px;
    }
}

.pagerArea > .pager li.prev a:hover, .pagerArea > .pager li.next a:hover {
    color: #ffffff;
}

.pagerArea > .pager li.prev {
    padding-left: 0;
}

.pagerArea > .pager li.prev a i {
    margin-right: 10px;
}

.pagerArea > .pager li.next {
    padding-right: 0;
}

.pagerArea > .pager li.next a i {
    margin-left: 10px;
}

/*=== 2.15 Extra ===*/
.errorMsg {
    text-align: center;
}

.errorInfo h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 48px;
    color: #282829;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.errorInfo p {
    font-size: 28px;
    color: #202020;
    margin-bottom: 55px;
    line-height: 34px;
}

/*=== 2.16 Alert ===*/
.alerts {
    margin-bottom: 100px;
}

.alerts .tab-pane {
    border: none;
}

.alert-default {
    color: rgb(234, 112, 102);
    background-color: #fadbd9;
    border-color: #f5b8b3;
}

/*=== 2.17 Labels ===*/
.label {
    font-weight: 400;
    padding: 5px 10px;
    font-size: 12px;
    margin-right: 17px;
    margin-bottom: 15px;
    display: inline-block;
}

.label-default {
    background-color: rgb(234, 112, 102) !important;
}

.label-outline-default {
    color: rgb(234, 112, 102);
    background-color: transparent;
    border: 1px solid rgb(234, 112, 102);
}

.label-outline-primary {
    color: #337ab7;
    background-color: transparent;
    border: 1px solid #337ab7;
}

.label-outline-success {
    color: #5cb85c;
    background-color: transparent;
    border: 1px solid #5cb85c;
}

.label-outline-info {
    color: #5bc0de;
    background-color: transparent;
    border: 1px solid #5bc0de;
}

.label-outline-warning {
    color: #f0ad4e;
    background-color: transparent;
    border: 1px solid #f0ad4e;
}

.label-outline-danger {
    color: #d9534f;
    background-color: transparent;
    border: 1px solid #d9534f;
}

/*=== 2.18 Badges ===*/
.badge-link {
    color: #000;
    display: inline-block;
    padding-right: 15px;
}

.badge-link:hover, .badge-link:focus {
    color: rgb(234, 112, 102);
}

.badge {
    color: #ffffff;
    background-color: rgb(234, 112, 102);
    font-size: 10px;
    font-weight: 400;
    border-radius: 10px;
    padding: 3px 7px;
}

.active .badge {
    color: rgb(234, 112, 102) !important;
}

.nav-pills li {
    margin-right: 15px;
    display: inline-block;
}

.nav.nav-pills a {
    color: #000;
}

.nav.nav-pills a:hover,
.nav.nav-pills a:focus,
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #ffffff;
    background-color: rgb(234, 112, 102);
}

/*=== 2.19 Progress Bar ===*/
.progress-bar-default {
    background-color: #777777 !important;
}

/*=== 2.20 List Group ===*/
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    color: white;
    background-color: rgb(234, 112, 102);
    border-color: rgb(234, 112, 102);
}

.list-group-item.active .list-group-item-text {
    color: #ffffff;
}

/*=== 2.21 Panel ===*/
.panel-primary {
    border-color: rgb(234, 112, 102);
}

.panel-primary > .panel-heading {
    color: white;
    background-color: rgb(234, 112, 102);
    border-color: rgb(234, 112, 102);
}

/*=== 2.22 Jambotron ===*/
.jumbotron h1 {
    color: rgb(234, 112, 102);
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 25px;
    font-size: 32px;
}

.jumbotron p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 20px;
}

/*=== 2.23 Tooltip ===*/
#tooltip .btn {
    margin: 0 auto 30px;
    display: block;
}

@media (min-width: 768px) {
    #tooltip .btn {
        display: inline-block;
        margin: 0 15px 30px;
    }
}

/*=== 3. HEADER ===*/
.navbar .container {
    position: relative;
}

.bb-fixed-header {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
}

/*=== 3.1 TOP COLOR BAR ===*/
.color-bar {
    width: 100%;
}

.color-bar .col-sm-1 {
    height: 3px;
    text-indent: -99999px;
}

.top-fixed {
    position: fixed;
    z-index: 2000;
}

/*=== 3.2 TOP INFO BAR ===*/
.top-info-bar {
    padding: 15px 0 12px 0;
    display: block;
    width: 100%;
    z-index: 1000;
    position: relative;
    top: 3px;
    transition: height 0.15s ease;
    height: 53px;
}

/*=== 3.3 HEADER TRANSPARENT ===*/
.navbar-default {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    z-index: 700;
}

.col-centered {
    float: none;
    margin-right: auto;
    margin-left: auto;
}

.navbar-header .navbar-brand {
    float: left;
}

.navbar-header .navbar-brand > img {
    width: 100%;
}

@media (min-width: 320px) {
    .navbar-header .navbar-brand {
        height: auto;
        padding: 5px;
        width: auto;
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    .navbar-header .navbar-brand {
        height: 70px;
        padding: 15px;
        width: 196px;
    }
}

.navbar-default .navbar-nav {
    background-color: #ffffff;
    margin-bottom: 0;
}

@media (min-width: 320px) {
    .navbar-default .navbar-nav {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav {
        height: auto;
        background-color: transparent;
    }
}

@media (min-width: 320px) {
    .navbar-default .navbar-nav.navbar-right {
        margin-right: -15px;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav.navbar-right {
        margin-right: 0;
    }
}

.navbar-default .navbar-nav > li > a {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent !important;
}

@media (min-width: 320px) {
    .navbar-default .navbar-nav > li > a {
        color: #000000;
        padding: 12px;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
        margin: 0;
        padding: 20px 15px 10px 15px;
    }
}

.navbar-default .navbar-nav > li > a > i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    display: block;
    color: #ffffff;
    font-size: 14px;
}

@media (min-width: 320px) {
    .navbar-default .navbar-nav > li > a > i {
        display: inline-block;
        margin: 0 10px 0 0;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a > i {
        display: inline-block;
        margin: 0 auto 12px auto;
    }
}

.navbar-default .navbar-nav > li > a > span {
    padding: 0 0 0 5px;
    line-height: 16px;
    text-align: center;
    text-transform: capitalize;
}

@media (min-width: 320px) {
    .navbar-default .navbar-nav > li > a > span {
        display: inline-block;
    }
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav > li > a > span {
        width: auto;
        padding: 0 15px;
        display: inline-block;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a > span {
        padding: 0 0 0 5px;
        display: inline-block;
    }
}

.navbar-default .navbar-nav > li:last-child > a > span {
    width: auto;
    display: inline-block;
}

.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > li.active > a:focus {
    background-color: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

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

.navbar-default .navbar-nav > li.dropdown .dropdown-menu a {
    padding: 3px 20px;
    margin-bottom: 0;
}

@media (min-width: 320px) {
    .navbar-nav > li.dropdown.open > a:after {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li.dropdown.open > a:after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        margin-left: -10px;
        content: "";
        display: inline-block;
        left: 60%;
        position: absolute;
        top: 64px;
    }
}

.navbar-nav > li.color-1.dropdown a:after {
    border-bottom: 7px solid #f47e35;
}

.navbar-nav > li.color-2.dropdown.megaDropMenu > a:after {
    border-bottom: 7px solid #b5d56a;
}

.navbar-nav > li.color-3.dropdown a:after {
    border-bottom: 7px solid rgb(234, 112, 102);
}

.navbar-nav > li.color-4.dropdown a:after {
    border-bottom: 7px solid #84bed6;
}

.navbar-nav > li.color-5.dropdown a:after {
    border-bottom: 7px solid #a597e7;
}

.navbar-nav > li.color-6.dropdown a:after {
    border-bottom: 7px solid #925ca5;
}

@media (min-width: 320px) {
    .navbar-nav > li.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        top: 20%;
        margin-top: -10px;
        content: "";
        display: inline-block;
        left: -11px;
        position: absolute;
    }
}

.navbar-nav > li.color-3.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
    border-right: 7px solid rgb(234, 112, 102);
}

.navbar-nav > li.color-4.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
    border-right: 7px solid #84bed6;
}

.navbar-nav > li.color-5.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
    border-right: 7px solid #a597e7;
}

.navbar-nav > li.color-6.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
    border-right: 7px solid #925ca5;
}

.navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active a {
    background-color: transparent;
}

.navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active a:hover {
    background-color: #f47e35;
}

.navbar-nav > li.dropdown.megaDropMenu {
    position: static;
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
    margin: -2px auto 0 auto;
    right: 15px;
    border-radius: 5px;
}

@media (min-width: 320px) {
    .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
        left: 0;
        padding: 0;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
        left: 15px;
        padding: 10px 5px 0;
        width: 720px;
    }
}

@media (min-width: 992px) {
    .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
        width: 940px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu {
        width: 1140px;
    }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
    width: 100%;
    float: left;
}

@media (min-width: 320px) {
    .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
        padding-bottom: 5px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled {
        padding-bottom: 15px;
    }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    float: left;
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
}

@media (min-width: 320px) {
    .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
        padding: 10px 12px 10px 0;
        font-size: 20px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
        padding: 10px 12px;
        font-size: 24px;
    }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
    color: #757576;
    font-size: 14px;
    float: left;
    width: 100%;
    background-color: transparent;
}

@media (min-width: 320px) {
    .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
        padding: 6px 12px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a {
        padding: 10px 12px;
    }
}

.navbar-nav > li.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a:hover {
    padding-left: 22px;
}

.navbar-nav > li.dropdown.megaDropMenu.open > a > span {
    color: #b5d56a;
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu {
    border-radius: 5px;
    margin-top: 0;
    padding: 5px;
}

@media (min-width: 320px) {
    .navbar-nav > li.dropdown.singleDrop .dropdown-menu {
        min-width: 230px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li.dropdown.singleDrop .dropdown-menu {
        min-width: 210px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li.dropdown.singleDrop .dropdown-menu {
        min-width: 230px;
    }
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu li a {
    color: #757576;
    font-size: 14px;
    float: none;
    width: 100%;
    background-color: transparent;
}

@media (min-width: 320px) {
    .navbar-nav > li.dropdown.singleDrop .dropdown-menu li a {
        padding: 6px 12px 6px 24px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li.dropdown.singleDrop .dropdown-menu li a {
        padding: 10px 12px;
    }
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu li a:hover {
    padding-left: 22px;
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu li .dropdown-menu {
    margin-left: 4px;
}

@media (min-width: 320px) {
    .navbar-nav > li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
        padding: 6px 12px 6px 36px;
    }
}

@media (min-width: 768px) {
    .navbar-nav > li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a {
        padding: 10px 12px;
    }
}

.navbar-nav > li.dropdown.singleDrop .dropdown-menu li .dropdown-menu li a:hover {
    padding-left: 22px;
}

.navbar-nav > li.dropdown.singleDrop > a {
    display: block;
    position: relative;
}

.navbar-nav > li.dropdown.singleDrop > a:after {
    display: inline-block;
    width: auto;
    height: auto;
    font-family: "FontAwesome";
    margin-left: 5px;
    vertical-align: middle;
    content: "\f107";
    border: 0px;
    color: inherit;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
}

@media (min-width: 768px) {
    .navbar-nav > li.dropdown.singleDrop > a:after {
        content: '';
    }
}

.navbar-nav > li.dropdown.singleDrop.open > a:after {
    content: "\f106";
}

@media (min-width: 768px) {
    .navbar-nav > li.dropdown.singleDrop.open > a:after {
        content: '';
    }
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu a {
    position: relative;
}

.dropdown-submenu a i {
    position: absolute;
    right: 10px;
    top: 13px;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    margin-top: 0 !important;
    margin-left: -1px;
    border-radius: 0 6px 6px 6px;
}

@media (min-width: 480px) {
    .dropdown-submenu > .dropdown-menu {
        left: 0;
    }
}

@media (min-width: 768px) {
    .dropdown-submenu > .dropdown-menu {
        left: 100%;
    }
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
    left: -100%;
    margin-left: 10px;
    border-radius: 6px 0 6px 6px;
}

.navbar-toggle {
    margin-top: 20px;
}

.navbar-toggle {
    background-color: #ffffff;
}

.navbar-default .navbar-nav {
    height: 340px;
    overflow-x: hidden;
    transition: height 0.3s ease;
}

@media (min-width: 768px) {
    .navbar-default .navbar-nav {
        height: auto;
        overflow-x: visible;
        overflow-y: visible;
    }
}

.navbar-collapse.in {
    overflow-y: visible;
}

@media (min-width: 320px) {
    .navbar-collapse {
        box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    }
}

@media (min-width: 768px) {
    .navbar-collapse {
        border-color: #ffffff;
        box-shadow: none;
    }
}

.navbar-collapse li.dropdown .dropdown-menu {
    box-shadow: none;
}

@media (min-width: 320px) {
    .navbar-collapse li.dropdown .dropdown-menu {
        position: relative;
        width: 100%;
        border: 0;
    }
}

@media (min-width: 320px) and (min-width: 768px) {
    .navbar-collapse li.dropdown .dropdown-menu {
        float: left;
    }
}

@media (min-width: 768px) {
    .navbar-collapse li.dropdown .dropdown-menu {
        position: absolute;
        float: left;
        display: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.175);
    }
}

.navbar-collapse li.dropdown.open .dropdown-menu {
    display: block;
}

@media (min-width: 320px) {
    .navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
        position: relative;
        width: 100%;
        float: left;
        border: 0;
        display: block;
    }
}

@media (min-width: 768px) {
    .navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
        position: absolute;
        float: left;
        display: none;
    }
}

.navbar-collapse li.dropdown.dropdown-submenu.open .dropdown-menu {
    display: block;
}

/*=== 3.4 LIGHT HEADER ===*/
.navbar-default.lightHeader {
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

@media (min-width: 320px) {
    .navbar-default.lightHeader {
        height: 70px;
        top: 3px;
    }
}

@media (min-width: 768px) {
    .navbar-default.lightHeader {
        height: 70px;
    }
}

.navbar-default.lightHeader .navbar-nav > li > a {
    color: #000000;
}

.navbar-default.lightHeader .navbar-nav > li.active.color-1 > a {
    color: #f47e35;
}

.navbar-default.lightHeader .navbar-nav > li.active.color-2 > a {
    color: #b5d56a;
}

.navbar-default.lightHeader .navbar-nav > li.active.color-3 > a {
    color: rgb(234, 112, 102);
}

.navbar-default.lightHeader .navbar-nav > li.active.color-4 > a {
    color: #84bed6;
}

.navbar-default.lightHeader .navbar-nav > li.active.color-5 > a {
    color: #a597e7;
}

.navbar-default.lightHeader .navbar-nav > li.active.color-6 > a {
    color: #925ca5;
}

.navbar-nav > li.color-1 > a:hover span {
    color: #f47e35;
}

.navbar-nav > li.color-1 > a:active span {
    color: #f47e35 !important;
}

@media (min-width: 768px) {
    .navbar-nav > li.color-1.singleDrop > .dropdown-menu {
        border-top: 4px solid #f47e35;
    }
}

.navbar-nav > li.color-1.singleDrop > .dropdown-menu li a:hover {
    background-color: #f47e35;
    color: #ffffff;
}

.navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active li.active a {
    color: #f47e35;
}

.navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active a:hover, .navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active li.active a:hover {
    color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-nav > li.color-1.singleDrop > .dropdown-menu li .dropdown-menu {
        border-left: 4px solid #f47e35;
    }
}

.navbar-nav > li.color-1.singleDrop.open a > span {
    color: #f47e35;
}

.navbar-nav > li.color-2 > a:hover span {
    color: #b5d56a;
}

@media (min-width: 768px) {
    .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu {
        border-top: 4px solid #b5d56a;
    }
}

.navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    color: #b5d56a;
}

.navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a:hover {
    background-color: #b5d56a;
    color: #ffffff;
}

.navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active > a, .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active li.active a {
    color: #b5d56a;
}

.navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active a:hover, .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active li.active a:hover {
    color: #ffffff;
}

.navbar-nav > li.color-2.dropdown.megaDropMenu .open a > span {
    color: #b5d56a;
}

.navbar-nav > li.color-2.dropdown.megaDropMenu > a {
    display: block;
    position: relative;
}

.navbar-nav > li.color-2.dropdown.megaDropMenu > a:after {
    display: inline-block;
    width: auto;
    height: auto;
    font-family: "FontAwesome";
    margin-left: 5px;
    vertical-align: middle;
    content: "\f107";
    border: 0px;
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 15px;
}

@media (min-width: 768px) {
    .navbar-nav > li.color-2.dropdown.megaDropMenu > a:after {
        content: '';
    }
}

.navbar-nav > li.color-2.dropdown.megaDropMenu.open > a:after {
    content: "\f106";
}

@media (min-width: 768px) {
    .navbar-nav > li.color-2.dropdown.megaDropMenu.open > a:after {
        content: '';
    }
}

.navbar-nav > li.color-3 > a:hover span {
    color: rgb(234, 112, 102);
}

@media (min-width: 768px) {
    .navbar-nav > li.color-3.singleDrop > .dropdown-menu {
        border-top: 4px solid rgb(234, 112, 102);
    }
}

.navbar-nav > li.color-3.singleDrop > .dropdown-menu li a:hover {
    background-color: rgb(234, 112, 102);
    color: #ffffff;
}

.navbar-nav > li.color-3.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-3.singleDrop > .dropdown-menu li.active li.active a {
    color: rgb(234, 112, 102);
}

.navbar-nav > li.color-3.singleDrop > .dropdown-menu li.active a:hover, .navbar-nav > li.color-3.singleDrop > .dropdown-menu li.active li.active a:hover {
    color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-nav > li.color-3.singleDrop > .dropdown-menu li .dropdown-menu {
        border-left: 4px solid rgb(234, 112, 102);
    }
}

.navbar-nav > li.color-3.singleDrop.open a > span {
    color: rgb(234, 112, 102);
}

@media (min-width: 768px) {
    .navbar-nav > li.color-4 > a > span {
        border-right: 2px solid #84bed6;
    }
}

.navbar-nav > li.color-4 > a:hover span {
    color: rgb(234, 112, 102);
}

@media (min-width: 768px) {
    .navbar-nav > li.color-4.singleDrop > .dropdown-menu {
        border-top: 4px solid #84bed6;
    }
}

.navbar-nav > li.color-4.singleDrop > .dropdown-menu li a:hover {
    background-color: #84bed6;
    color: #ffffff;
}

.navbar-nav > li.color-4.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-4.singleDrop > .dropdown-menu li.active li.active a {
    color: #84bed6;
}

.navbar-nav > li.color-4.singleDrop > .dropdown-menu li.active a:hover, .navbar-nav > li.color-4.singleDrop > .dropdown-menu li.active li.active a:hover {
    color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-nav > li.color-4.singleDrop > .dropdown-menu li .dropdown-menu {
        border-left: 4px solid #84bed6;
    }
}

.navbar-nav > li.color-4.singleDrop.open a > span {
    color: #84bed6;
}

.navbar-nav > li.color-5 > a:hover span {
    color: #a597e7;
}

@media (min-width: 768px) {
    .navbar-nav > li.color-5.singleDrop > .dropdown-menu {
        border-top: 4px solid #a597e7;
    }
}

.navbar-nav > li.color-5.singleDrop > .dropdown-menu li a:hover {
    background-color: #a597e7;
    color: #ffffff;
}

.navbar-nav > li.color-5.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-5.singleDrop > .dropdown-menu li.active li.active a {
    color: #a597e7;
}

.navbar-nav > li.color-5.singleDrop > .dropdown-menu li.active a:hover, .navbar-nav > li.color-5.singleDrop > .dropdown-menu li.active li.active a:hover {
    color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-nav > li.color-5.singleDrop > .dropdown-menu li .dropdown-menu {
        border-left: 4px solid #a597e7;
    }
}

.navbar-nav > li.color-5.singleDrop.open a > span {
    color: #a597e7;
}

.navbar-nav > li.color-6 > a:hover span {
    color: #925ca5;
}

@media (min-width: 768px) {
    .navbar-nav > li.color-6.singleDrop > .dropdown-menu {
        border-top: 4px solid #925ca5;
    }
}

.navbar-nav > li.color-6.singleDrop > .dropdown-menu li a:hover {
    background-color: #925ca5;
    color: #ffffff;
}

.navbar-nav > li.color-6.singleDrop > .dropdown-menu li.active > a, .navbar-nav > li.color-6.singleDrop > .dropdown-menu li.active li.active a {
    color: #925ca5;
}

.navbar-nav > li.color-6.singleDrop > .dropdown-menu li.active a:hover, .navbar-nav > li.color-6.singleDrop > .dropdown-menu li.active li.active a:hover {
    color: #ffffff;
}

@media (min-width: 768px) {
    .navbar-nav > li.color-6.singleDrop > .dropdown-menu li .dropdown-menu {
        border-left: 4px solid #925ca5;
    }
}

.navbar-nav > li.color-6.singleDrop.open a > span {
    color: #925ca5;
}

.navbar-nav > li:last-child > a > span {
    border-right: none;
}

.navbar-right {
    margin-right: 0;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgb(234, 112, 102);
    border-color: rgb(234, 112, 102);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.navbar-default .navbar-toggle .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}

@media (min-width: 768px) {
    .bb-fixed-header .navbar-nav > li.dropdown.open > a:after {
        top: 83px;
    }
}

#menuBar.bb-fixed-header {
    transition: all 0.3s ease-in-out;
    z-index: 1030 !important;
    top: 3px;
}

@media (min-width: 480px) {
    #menuBar.bb-fixed-header {
        height: 70px;
    }
}

@media (min-width: 768px) {
    #menuBar.bb-fixed-header {
        height: 90px;
    }
}

@media (min-width: 480px) {
    #menuBar.bb-fixed-header .navbar-brand {
        height: auto;
        padding: 15px;
        width: 160px;
    }
}

@media (min-width: 768px) {
    #menuBar.bb-fixed-header .navbar-brand {
        height: auto;
        padding: 20px 15px;
        width: 190px;
    }
}

@media (min-width: 320px) {
    #menuBar.bb-fixed-header .navbar-nav > li > a {
        padding: 12px;
    }
}

@media (min-width: 768px) {
    #menuBar.bb-fixed-header .navbar-nav > li > a {
        padding: 13px 0;
    }
}

/*=== 4. FOOTER ===*/
footer {
   /*  position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

footer .color-bar {
    position: absolute;
    top: 0;
}

/*=== 4.1 FOOTER INFO ===*/
.footerInfoArea {
    background-attachment: fixed;
    width: 100%;
    background-repeat: repeat;
    padding: 60px 0;
}

.footerTitle {
    display: block;
    margin-bottom: 30px;
}

.footerTitle a {
    width: 150px;
    height: 46px;
    display: block;
}

.footerTitle a img {
    width: 100%;
}

.footerTitle h4 {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}

.footerInfo p {
    margin-bottom: 30px;
    color: #d8e3f0;
}

.footerInfo .input-group {
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 4px 0 rgba(255, 255, 255, 0.1);
}

.footerInfo .input-group .form-control {
    background-color: #f5f5f5;
    border: 0;
    color: #757576;
    height: 40px;
    width: 80%;
}

.footerInfo .input-group .input-group-addon {
    border-radius: 0 4px 4px 0;
    background-color: rgb(234, 112, 102);
    border: 0;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    float: left;
    width: 20%;
    height: 40px;
}

.footerInfo .input-group .input-group-addon i {
    color: #ffffff;
}

.footerInfo .input-group .input-group-addon:hover {
    background-color: rgb(234, 112, 102);
    border-color: rgb(234, 112, 102);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.footerList > li > a {
    color: #d8e3f0;
}

.footerList > li > a i {
    margin: 0 10px 25px 0;
}

.postLink li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.postLink li:last-child {
    border-bottom: none;
}

.postLink li .media-body .media-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    text-overflow: none;
    white-space: normal;
    overflow: hidden;
}

.postLink li .media-body .media-heading a {
    color: #d8e3f0;
}

.postLink li .media-body p {
    margin-bottom: 0;
}

.postLink li .media-left .img-rounded {
    border-width: 2px;
    border-style: solid;
    border-radius: 12px;
    width: 60px;
    height: 60px;
}

/*=== 4.2 COPY RIGHT ===*/
.copyRight {
    display: block;
    background-color: #041319;
    padding: 20px 0;
}

@media (min-width: 320px) {
    .copyRight .list-inline {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .copyRight .list-inline {
        text-align: right;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .copyRight .list-inline li {
        padding: 2px;
    }
}

@media (min-width: 992px) {
    .copyRight .list-inline li {
        padding: 0 2px;
    }
}

@media (min-width: 1200px) {
    .copyRight .list-inline li {
        padding: 0 5px;
    }
}

.copyRight .list-inline li a {
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
}

.copyRight .list-inline li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

@media (min-width: 320px) {
    .copyRight .list-inline li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .copyRight .list-inline li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .copyRight .list-inline li a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
}

.copyRightText p {
    margin-bottom: 0;
    color: #d8e3f0;
}

.copyRightText p a {
    color: #d8e3f0;
}

.copyRightText p a:hover {
    color: rgb(234, 112, 102);
}

@media (min-width: 320px) {
    .copyRightText p {
        font-size: 11px;
        text-align: center;
        line-height: 21px;
    }
}

@media (min-width: 768px) {
    .copyRightText p {
        font-size: 13px;
        text-align: left;
        line-height: 28px;
    }
}

/*================= 5. HOME ==================*/
/*=== 4. FOOTER ===*/
footer {
    /* position: fixed; */
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

footer .color-bar {
    position: absolute;
    top: 0;
}

/*=== 4.1 FOOTER INFO ===*/
.footerInfoArea {
    background-attachment: fixed;
    width: 100%;
    background-repeat: repeat;
    padding: 60px 0;
}

.footerTitle {
    display: block;
    margin-bottom: 30px;
}

.footerTitle a {
    width: 150px;
    height: 46px;
    display: block;
}

.footerTitle a img {
    width: 100%;
}

.footerTitle h4 {
    color: #ffffff;
    font-size: 20px;
    margin: 0;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}

.footerInfo p {
    margin-bottom: 30px;
    color: #d8e3f0;
}

.footerInfo .input-group {
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0 4px 0 rgba(255, 255, 255, 0.1);
}

.footerInfo .input-group .form-control {
    background-color: #f5f5f5;
    border: 0;
    color: #757576;
    height: 40px;
    width: 80%;
}

.footerInfo .input-group .input-group-addon {
    border-radius: 0 4px 4px 0;
    background-color: rgb(234, 112, 102);
    border: 0;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    float: left;
    width: 20%;
    height: 40px;
}

.footerInfo .input-group .input-group-addon i {
    color: #ffffff;
}

.footerInfo .input-group .input-group-addon:hover {
    background-color: rgb(234, 112, 102);
    border-color: rgb(234, 112, 102);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.footerList > li > a {
    color: #d8e3f0;
}

.footerList > li > a i {
    margin: 0 10px 25px 0;
}

.postLink li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.postLink li:last-child {
    border-bottom: none;
}

.postLink li .media-body .media-heading {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-transform: capitalize;
    text-overflow: none;
    white-space: normal;
    overflow: hidden;
}

.postLink li .media-body .media-heading a {
    color: #d8e3f0;
}

.postLink li .media-body p {
    margin-bottom: 0;
}

.postLink li .media-left .img-rounded {
    border-width: 2px;
    border-style: solid;
    border-radius: 12px;
    width: 60px;
    height: 60px;
}

/*=== 4.2 COPY RIGHT ===*/
.copyRight {
    display: block;
    background-color: #041319;
    padding: 20px 0;
}

@media (min-width: 320px) {
    .copyRight .list-inline {
        text-align: center;
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .copyRight .list-inline {
        text-align: right;
        margin: 0;
    }
}

@media (min-width: 768px) {
    .copyRight .list-inline li {
        padding: 2px;
    }
}

@media (min-width: 992px) {
    .copyRight .list-inline li {
        padding: 0 2px;
    }
}

@media (min-width: 1200px) {
    .copyRight .list-inline li {
        padding: 0 5px;
    }
}

.copyRight .list-inline li a {
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
}

.copyRight .list-inline li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

@media (min-width: 320px) {
    .copyRight .list-inline li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .copyRight .list-inline li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .copyRight .list-inline li a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
}

.copyRightText p {
    margin-bottom: 0;
    color: #d8e3f0;
}

.copyRightText p a {
    color: #d8e3f0;
}

.copyRightText p a:hover {
    color: rgb(234, 112, 102);
}

@media (min-width: 320px) {
    .copyRightText p {
        font-size: 11px;
        text-align: center;
        line-height: 21px;
    }
}

@media (min-width: 768px) {
    .copyRightText p {
        font-size: 13px;
        text-align: left;
        line-height: 28px;
    }
}

/*=== 5.1 BANNER ===*/
.bannercontainer .tp-rightarrow.default {
    z-index: 98;
}

.bannercontainer .fullscreenbanner-container {
    width: 100%;
    position: relative;
    padding: 0;
}

.bannercontainer .fullscreenbanner-container .tp-bullets.preview4 {
    opacity: 1;
    height: auto;
}

@media (min-width: 992px) {
    .bannercontainer .fullscreenbanner-container .tp-bullets.preview4 {
        bottom: 30px !important;
    }
}

.bannercontainer .fullscreenbanner-container .tp-bullets.preview4 .bullet {
    display: none !important;
}

.bannercontainer .fullscreenbanner-container .tparrows.preview4 .tp-arr-iwrapper {
    display: none !important;
}

.tp-bullets {
    z-index: 99;
}

@media (min-width: 768px) {
    .tparrows.preview4:hover:after {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }

    .tp-leftarrow.preview4:hover:after {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

.fullscreenbanner {
    color: #ffffff;
    width: 100%;
    position: relative;
}

.tp-caption.rs-caption-1,
.tp-caption.rs-caption-2,
.tp-caption.rs-caption-3 {
    white-space: normal !important;
    width: inherit;
    font-family: 'Dosis', sans-serif;
    text-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 320px) {
    .tp-caption.rs-caption-1,
    .tp-caption.rs-caption-2,
    .tp-caption.rs-caption-3 {
        width: 90%;
    }
}

@media (min-width: 768px) {
    .tp-caption.rs-caption-1,
    .tp-caption.rs-caption-2,
    .tp-caption.rs-caption-3 {
        width: 85%;
    }
}

@media (min-width: 992px) {
    .tp-caption.rs-caption-1,
    .tp-caption.rs-caption-2,
    .tp-caption.rs-caption-3 {
        width: 70%;
    }
}

@media (min-width: 1200px) {
    .tp-caption.rs-caption-1,
    .tp-caption.rs-caption-2,
    .tp-caption.rs-caption-3 {
        width: 55%;
    }
}

.tp-caption.rs-caption-1 a.btn-primary, .tp-caption.rs-caption-1 a.btn-primary:hover, .tp-caption.rs-caption-1 a.btn-primary:focus,
.tp-caption.rs-caption-2 a.btn-primary,
.tp-caption.rs-caption-2 a.btn-primary:hover,
.tp-caption.rs-caption-2 a.btn-primary:focus,
.tp-caption.rs-caption-3 a.btn-primary,
.tp-caption.rs-caption-3 a.btn-primary:hover,
.tp-caption.rs-caption-3 a.btn-primary:focus {
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

@media (min-width: 768px) {
    .tp-caption.rs-caption-1 a.btn-primary, .tp-caption.rs-caption-1 a.btn-primary:hover, .tp-caption.rs-caption-1 a.btn-primary:focus,
    .tp-caption.rs-caption-2 a.btn-primary,
    .tp-caption.rs-caption-2 a.btn-primary:hover,
    .tp-caption.rs-caption-2 a.btn-primary:focus,
    .tp-caption.rs-caption-3 a.btn-primary,
    .tp-caption.rs-caption-3 a.btn-primary:hover,
    .tp-caption.rs-caption-3 a.btn-primary:focus {
        padding: 0 10px;
        margin-top: -20px;
    }
}

@media (min-width: 992px) {
    .tp-caption.rs-caption-1 a.btn-primary, .tp-caption.rs-caption-1 a.btn-primary:hover, .tp-caption.rs-caption-1 a.btn-primary:focus,
    .tp-caption.rs-caption-2 a.btn-primary,
    .tp-caption.rs-caption-2 a.btn-primary:hover,
    .tp-caption.rs-caption-2 a.btn-primary:focus,
    .tp-caption.rs-caption-3 a.btn-primary,
    .tp-caption.rs-caption-3 a.btn-primary:hover,
    .tp-caption.rs-caption-3 a.btn-primary:focus {
        height: 45px;
        line-height: 45px;
        padding: 0 20px;
    }
}

.tp-caption.rs-caption-1 {
    text-transform: capitalize;
    font-weight: 700;
}

@media (min-width: 320px) {
    .tp-caption.rs-caption-1 {
        font-size: 30px !important;
        line-height: 2px !important;
        padding: 0 10px !important;
    }
}

@media (min-width: 768px) {
    .tp-caption.rs-caption-1 {
        font-size: 45px !important;
        line-height: 40px !important;
        padding: 0;
    }
}

@media (min-width: 992px) {
    .tp-caption.rs-caption-1 {
        font-size: 50px !important;
        line-height: 40px !important;
    }
}

.tp-caption.rs-caption-1 span {
    color: rgb(234, 112, 102);
}

.tp-caption.rs-caption-2 {
    font-weight: 400;
}

@media (min-width: 320px) {
    .tp-caption.rs-caption-2 {
        font-size: 15px !important;
        line-height: 17px !important;
        padding: 0 10px !important;
    }
}

@media (min-width: 768px) {
    .tp-caption.rs-caption-2 {
        display: block;
        font-size: 14px !important;
        line-height: 17px !important;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .tp-caption.rs-caption-2 {
        font-size: 25px !important;
        line-height: 31px !important;
    }
}

.tp-caption.rs-caption-2,
.tp-caption.rs-caption-3 {
    padding: 0 10px !important;
}

.fullscreenbanner .tp-dottedoverlay.twoxtwo {
    background: transparent;
    background-image: none !important;
    z-index: 1;
}

.tparrows.preview4 {
    width: 47px;
    height: 47px;
}

.tparrows.preview4:after {
    line-height: 47px;
    width: 47px;
    height: 47px;
    background-color: #ffffff;
    color: #757576;
    border-radius: 13px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}

.tp-rightarrow.preview4 {
    right: 3% !important;
}

.tp-rightarrow.preview4:after {
    content: '\e81e';
}

.tp-leftarrow.preview4 {
    left: 3% !important;
}

.tp-leftarrow.preview4:after {
    content: '\e81f';
}

/*=== 5.2 FEATURES SECTION ===*/
.featureSection {
    position: relative;
}

@media (min-width: 320px) {
    .featureSection {
        padding: 50px 0;
    }
}

@media (min-width: 768px) {
    .featureSection {
        padding: 60px 0;
    }
}

.linkIcon, .locateArrow {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    transition: all 0.3s ease-in-out;
}

.linkSection {
    width: 100%;
    z-index: 500;
}

@media (min-width: 320px) {
    .linkSection {
        position: relative;
    }
}

@media (min-width: 768px) {
    .linkSection {
        margin-top: -90px;
    }
}

.sectionLink {
    width: 100%;
    height: 190px;
    display: block;
    border-radius: 13px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.sectionLink .linkIcon {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #ffffff;
    border-width: 6px;
    border-style: solid;
    top: -50px;
    font-size: 30px;
    line-height: 90px;
    color: #757576;
}

.sectionLink .linkText {
    line-height: 190px;
    display: block;
    font-family: 'Dosis', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 1px;
}

.sectionLink .locateArrow {
    font-size: 18px;
    color: #ffffff;
    bottom: 27px;
    margin-left: -10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

@media (min-width: 320px) {
    .sectionLink {
        margin-bottom: 75px;
    }
}

@media (min-width: 768px) {
    .sectionLink {
        margin-bottom: 0;
    }
}

.sectionLink:hover .border-color-1 {
    color: #f47e35;
}

.sectionLink:hover .border-color-2 {
    color: #b5d56a;
}

.sectionLink:hover .border-color-3 {
    color: rgb(234, 112, 102);
}

.sectionLink:hover .border-color-4 {
    color: #84bed6;
}

.sectionLink:hover .locateArrow {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.media-body h3.media-heading {
    font-size: 24px;
    line-height: 30px;
    color: #ffffff;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.featuresContent {
    margin-bottom: 40px;
}

.featuresContent .media-left {
    width: 76px;
    height: 76px;
    padding: 6px;
    margin-right: 20px;
    display: inline-block;
    float: left;
    box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

.featuresContent .media-left i {
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.featuresContent .media-left:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*=== 5.3 PROMOTION ===*/
.promotionWrapper {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #ffffff;
    padding: 75px 0;
}

.promotionWrapper .promotionInfo {
    text-align: center;
}

.promotionWrapper .promotionInfo h2 {
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 40px;
    margin: 0 0 23px 0;
    font-family: 'Dosis', sans-serif;
    text-transform: capitalize;
}

@media (min-width: 768px) {
    .promotionWrapper .promotionInfo h2 {
        line-height: 36px;
    }
}

@media (min-width: 768px) {
    .promotionWrapper .promotionInfo h2 {
        line-height: 33px;
    }
}

.promotionWrapper .promotionInfo p {
    margin: 0 0 30px 0;
    color: #ffffff;
}

@media (min-width: 768px) {
    .promotionWrapper .promotionInfo p {
        line-height: 22px;
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    .promotionWrapper .promotionInfo p {
        line-height: 15px;
        font-size: 18px;
    }
}

/*=== 5.4 ABOUT SCHOOL ===*/
.schoolInfo h2 {
    font-family: 'Dosis', sans-serif;
    font-size: 36px;
    line-height: 42px;
    text-transform: capitalize;
    color: rgb(234, 112, 102);
    font-weight: 700;
}

@media (min-width: 320px) {
    .schoolInfo h2 {
        margin: 25px 0;
    }
}

@media (min-width: 768px) {
    .schoolInfo h2 {
        margin: 0 0 25px 0;
    }
}

.schoolInfo p {
    font-size: 15px;
    color: #282829;
    margin-bottom: 25px;
}

.schoolInfo .btn-primary {
    margin-top: 20px;
}

.para-list.list-unstyled {
    margin-bottom: 35px;
}

.para-list.list-unstyled li {
    color: #757576;
    font-size: 15px;
    margin-bottom: 10px;
}

.para-list.list-unstyled li i {
    margin-right: 10px;
}

/*=== 5.5 SERVICES SECTION ===*/
.servicesSection {
    background-image: url("../img/home/pattern-light.png");
    width: 100%;
    background-repeat: repeat;
    height: auto;
    padding-bottom: 60px;
}

.servicesContent {
    margin-bottom: 40px;
}

.servicesContent .media-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 20px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    text-align: center;
    display: inline-block;
    float: left;
}

.servicesContent .media-left i {
    color: #ffffff;
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
}

.servicesContent .media-left:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.servicesContent .media-body p {
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 320px) {
    .servicesContent.rightAlign .media-left {
        float: left;
        margin: 0 20px 0 0;
    }
}

@media (min-width: 768px) {
    .servicesContent.rightAlign .media-left {
        float: right;
        margin: 0 0 0 20px;
    }
}

@media (min-width: 320px) {
    .servicesContent.rightAlign .media-body .media-heading, .servicesContent.rightAlign .media-body > p {
        text-align: left;
    }
}

@media (min-width: 768px) {
    .servicesContent.rightAlign .media-body .media-heading, .servicesContent.rightAlign .media-body > p {
        text-align: right;
    }
}

/*=== 5.6 COURSES SECTION ===*/
.block h3 {
    font-family: 'Dosis', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.block h3 a {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

@media (min-width: 320px) {
    .block h3 {
        font-size: 24px;
    }
}

@media (min-width: 992px) {
    .block h3 {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .block h3 {
        font-size: 24px;
    }
}

.block .list-unstyled, .block .list-inline {
    margin-bottom: 0;
}

.block .list-unstyled li, .block .list-inline li {
    line-height: 21px;
    color: #757576;
    margin-bottom: 5px;
}

.block .list-unstyled li i, .block .list-inline li i {
    margin-right: 6px;
}

.block .list-unstyled li a, .block .list-inline li a {
    color: #757576;
}

.block .list-inline .btn-primary {
    background-color: #ffffff !important;
    color: #757576;
    border: 2px solid transparent !important;
}

.block .list-inline .btn-primary:hover {
    color: #ffffff;
    background-color: #f47e35 !important;
}

.block .list-inline .btn-link {
    text-transform: capitalize;
    font-size: 14px;
    color: #757576;
    font-weight: 600;
    box-shadow: none;
}

.block .list-inline .btn-link:hover {
    box-shadow: none !important;
}

.block .list-inline.btn-yellow .btn-primary:hover {
    background-color: #f47e35;
}

.block .list-inline.btn-yellow .btn-link:hover {
    color: #f47e35;
}

.block .list-inline.btn-green .btn-primary:hover {
    background-color: #b5d56a !important;
}

.block .list-inline.btn-green .btn-link:hover {
    color: #b5d56a;
}

.block .list-inline.btn-red .btn-primary:hover {
    background-color: rgb(234, 112, 102) !important;
}

.block .list-inline.btn-red .btn-link:hover {
    color: rgb(234, 112, 102) !important;
}

.block .list-inline.btn-sky .btn-primary:hover {
    background-color: #84bed6 !important;
}

.block .list-inline.btn-sky .btn-link:hover {
    color: #84bed6;
}

.block .list-inline.btn-purple .btn-primary:hover {
    background-color: #a597e7 !important;
}

.block .list-inline.btn-purple .btn-link:hover {
    color: #a597e7;
}

.block .list-inline.btn-pink .btn-primary:hover {
    background-color: #925ca5 !important;
}

.block .list-inline.btn-pink .btn-link:hover {
    color: #925ca5;
}

.coursesSection {
    padding-bottom: 80px;
}

.sticker {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    text-align: center;
    line-height: 65px;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.sticker:hover {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.thumbnailContent.alt {
    box-shadow: none;
}

.thumbnailContent.alt > .caption {
    background-color: transparent;
}

.thumbnailContent.alt > .caption .table {
    border-color: #dedede !important;
}

.thumbnailContent.alt > .caption .table.table-curved thead tr th {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding: 0;
    height: 44px;
    line-height: 44px;
}

.thumbnailContent.alt > .caption .table.table-curved thead tr th:first-child {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
}

.thumbnailContent.alt > .caption .table.table-curved thead tr th:first-child i {
    color: #c09933;
}

.thumbnailContent.alt > .caption .table.table-curved tbody tr td {
    padding: 0;
    text-align: center;
    height: 109px;
    vertical-align: middle;
    font-size: 14px;
    color: #757576;
    border-color: #dedede !important;
}

.thumbnailContent.alt > .caption .table.table-curved tbody tr td:first-child {
    font-weight: 600;
}

.thumbnailContent.alt > .caption .table.table-curved tbody tr td span {
    display: block;
    font-family: 'Dosis', sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.thumbnailContent.alt > .caption .imagesPart {
    display: block;
    width: 100%;
}

.thumbnailContent.alt > .caption .imagesPart img {
    display: inline-block;
    float: left;
    width: 49%;
    margin: 15px 2% 25px 0;
}

.thumbnailContent.alt > .caption .imagesPart img:last-child {
    margin-right: 0;
}

.thumbnailContent .caption {
    border-top: 5px solid #ffffff;
    background-color: #f8f8f8;
    padding: 15px;
}

/*=== 5.7 TEAM SECTION ===*/
.owl-carousel.teamSlider .owl-nav {
    height: 0px;
}

@media (min-width: 320px) {
    .owl-carousel.teamSlider .owl-nav {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .owl-carousel.teamSlider .owl-nav {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
    }
}

.owl-carousel.teamSlider:hover .owl-nav {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

@media (min-width: 320px) {
    .teamSlider.owl-carousel .owl-prev {
        margin-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .teamSlider.owl-carousel .owl-prev {
        margin-left: -50px !important;
    }
}

@media (min-width: 320px) {
    .teamSlider.owl-carousel .owl-next {
        margin-right: 0 !important;
    }
}

@media (min-width: 768px) {
    .teamSlider.owl-carousel .owl-next {
        margin-right: -50px !important;
    }
}

.teamSection {
    background-image: url("../img/home/pattern-light.png");
    width: 100%;
    background-repeat: repeat;
    height: auto;
}

.teamImage {
    width: 150px;
    height: 150px;
    display: block;
    border-radius: 100%;
    position: relative;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.teamImage .maskingContent {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    border-radius: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.teamImage .maskingContent .list-inline {
    text-align: center;
}

.teamImage .maskingContent .list-inline li a {
    line-height: 150px;
    color: #ffffff;
}

.teamInfo h3 {
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 15px 0 10px 0;
    text-align: center;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.teamInfo h3 a {
    color: #282829;
}

.teamInfo h3 a:hover {
    color: rgb(234, 112, 102);
}

.teamInfo p {
    font-size: 15px;
    color: #ffffff;
    margin: 0;
    text-align: center;
}

.teamInfo.teamTeacher {
    margin-bottom: 50px;
}

.teamInfo.teamTeacher p {
    color: rgba(34, 34, 34, 0.7);
}

.teamContent {
    width: 150px;
    margin: 0 auto;
}

.teamContent .teamInfo h3 a {
    color: #ffffff;
}

.teamContent:hover .teamImage .maskingContent {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.teamContent:hover .teamInfo h3 a {
    color: #f47e35;
}

.teamContent.teamAdjust {
    margin: 0 auto;
}

.teamContent.teamAdjust .teamInfo h3 a {
    color: rgb(234, 112, 102);
}

.teamContent.teamAdjust .teamInfo h3 a:hover {
    color: rgb(234, 112, 102);
}

@media (min-width: 320px) {
    .teamStyle {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .teamStyle {
        margin-bottom: 80px;
    }
}

@media (min-width: 320px) {
    .teamStyle .media-left {
        width: 100%;
        display: block;
        float: left;
        padding: 0 0 30px 0;
    }
}

@media (min-width: 768px) {
    .teamStyle .media-left {
        width: 150px;
        display: inline-block;
        float: left;
        padding-right: 30px;
    }
}

.teamStyle .media-left img {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.teamStyle .media-body h4 {
    font-size: 20px;
    color: #282829;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 12px;
}

.teamStyle .media-body h4 a {
    color: #282829;
}

.teamStyle .media-body h4 a:hover {
    color: rgb(234, 112, 102);
}

.teamStyle .media-body h5 {
    color: rgba(34, 34, 34, 0.7);
    font-size: 15px;
}

.teamStyle .media-body .list-inline {
    text-align: left;
}

@media (min-width: 320px) {
    .teamStyle .media-body .list-inline {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .teamStyle .media-body .list-inline {
        margin: 0;
    }
}

@media (min-width: 768px) {
    .teamStyle .media-body .list-inline li {
        padding: 2px;
    }
}

@media (min-width: 992px) {
    .teamStyle .media-body .list-inline li {
        padding: 0 2px;
    }
}

@media (min-width: 1200px) {
    .teamStyle .media-body .list-inline li {
        padding: 0 5px;
    }
}

.teamStyle .media-body .list-inline li a {
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
}

.teamStyle .media-body .list-inline li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

@media (min-width: 320px) {
    .teamStyle .media-body .list-inline li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .teamStyle .media-body .list-inline li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .teamStyle .media-body .list-inline li a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
}

.teachersPhoto {
    width: 100%;
}

.teachersPhoto img {
    width: 100%;
}

.teachersInfo h3 {
    color: rgb(234, 112, 102);
    text-transform: capitalize;
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 25px 0;
}

.teachersInfo p {
    margin: 0 0 25px 0;
}

.teachersInfo .list-inline {
    text-align: left;
}

@media (min-width: 320px) {
    .teachersInfo .list-inline {
        margin-bottom: 20px;
    }
}

@media (min-width: 768px) {
    .teachersInfo .list-inline {
        margin: 0 0 45px 0;
    }
}

@media (min-width: 768px) {
    .teachersInfo .list-inline li {
        padding: 2px;
    }
}

@media (min-width: 992px) {
    .teachersInfo .list-inline li {
        padding: 0 2px;
    }
}

@media (min-width: 1200px) {
    .teachersInfo .list-inline li {
        padding: 0 5px;
    }
}

.teachersInfo .list-inline li a {
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
}

.teachersInfo .list-inline li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

@media (min-width: 320px) {
    .teachersInfo .list-inline li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .teachersInfo .list-inline li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .teachersInfo .list-inline li a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
}

.teachersProfession, .professionDetails {
    width: 100%;
    height: 50px;
    border-radius: 7px;
    text-indent: 30px;
    line-height: 50px;
    font-weight: 600;
}

.teachersProfession {
    color: #ffffff;
    text-transform: uppercase;
}

.professionDetails {
    background-color: #ffffff;
    margin-bottom: 15px;
    font-size: 20px;
    text-transform: capitalize;
}

/*=== 5.8 EVENT SECTION ===*/
.eventSection {
    padding-bottom: 70px;
}

.eventContent {
    border-radius: 13px;
    margin-bottom: 30px;
}

.eventContent .media-left {
    border-radius: 13px 0 0 13px;
    position: relative;
    width: 100%;
    display: block;
    padding-right: 0;
}

@media (min-width: 992px) {
    .eventContent .media-left {
        float: left;
        width: 50%;
        display: inline-block;
        padding-right: 10px;
    }
}

.eventContent .media-left img {
    width: 100%;
    box-shadow: none;
}

@media (min-width: 768px) {
    .eventContent .media-left img {
        box-shadow: 4px 0 0 rgba(0, 0, 0, 0.1);
    }
}

.eventContent .media-body h3 a {
    color: #ffffff;
}

.eventContent .media-body .list-unstyled li {
    color: #ffffff;
}

.eventContent .media-body p {
    color: #ffffff;
    margin-bottom: 25px;
}

@media (min-width: 320px) {
    .eventContent .media-body {
        width: 100%;
        display: block;
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .eventContent .media-body {
        padding: 14px 10px 10px 10px;
        display: inline-block;
        float: left;
        width: 50%;
        overflow: visible;
    }
}

@media (min-width: 1200px) {
    .eventContent .media-body {
        width: auto;
        display: table-cell;
        padding: 20px 10px 0 20px;
        width: 50%;
    }
}

.eventContent .list-inline a {
    font-size: 14px;
}

.eventContent .list-inline .btn-primary {
    background-color: #ffffff;
    color: #757576;
    font-weight: 600;
    padding: 8px 15px;
}

.eventContent .list-inline .btn-primary:hover {
    background-color: #ffffff !important;
}

.eventContent .list-inline.btn-yellow .btn-primary:hover {
    color: #f47e35;
    background-color: #ffffff !important;
}

.eventContent .list-inline.btn-green .btn-primary:hover {
    color: #b5d56a;
    background-color: #ffffff !important;
}

.eventContent .list-inline.btn-red .btn-primary:hover {
    color: rgb(234, 112, 102);
    background-color: #ffffff !important;
}

.eventContent .list-inline.btn-sky .btn-primary:hover {
    color: #84bed6;
    background-color: #ffffff !important;
}

.eventContent .list-inline.btn-purple .btn-primary:hover {
    color: #a597e7;
    background-color: #ffffff !important;
}

.eventContent .list-inline.btn-pink .btn-primary:hover {
    color: #925ca5;
    background-color: #ffffff !important;
}

.sticker-round {
    width: 70px;
    padding: 10px 0;
    border-radius: 13px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    background-color: #84bed6;
    display: block;
    text-align: center;
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
}

/*=== 5.9 COUNT UP SECTION ===*/
.countUpSection {
    background-image: url("../img/home/countup.jpg");
    width: 100%;
    background-size: cover;
    background-position: center center !important;
    background-attachment: fixed;
    color: #ffffff;
    padding: 80px 0;
}

.countUpSection .counter {
    width: 145px;
    height: 145px;
    line-height: 145px;
    display: inline-block;
    border-radius: 100%;
    border: 4px solid #ffffff;
}

@media (min-width: 320px) {
    .countUpSection .counter {
        font-size: 32px;
        display: block;
        margin: 0 auto 25px auto;
    }
}

@media (min-width: 768px) {
    .countUpSection .counter {
        font-size: 52px;
        display: inline-block;
        margin: 0 0 25px 0;
    }
}

.countUpSection .counterInfo {
    line-height: 40px;
    height: 40px;
    border: none;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    background-color: rgb(234, 112, 102);
    border-radius: 6px;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    width: 129px;
    display: inline-block;
}

@media (min-width: 320px) {
    .countUpSection .counterInfo {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    .countUpSection .counterInfo {
        font-size: 15px;
    }
}

@media (min-width: 320px) {
    .countUpSection .text-center {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .countUpSection .text-center {
        margin-bottom: 0;
    }
}

/*=== 5.10 HOME GALLERY SECTION ===*/
.filter-container {
    padding: 0 20px 30px 20px;
}

@media (min-width: 320px) {
    .isotopeFilters ul.filter > li {
        padding: 6px 2px;
    }
}

@media (min-width: 768px) {
    .isotopeFilters ul.filter > li {
        padding: 0 2px;
    }
}

.isotopeFilters ul.filter > li a {
    padding: 0 25px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    color: #282829;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    background-color: #f8f8f8;
    border-radius: 4px;
}

.isotopeFilters ul.filter > li.active a {
    background-color: rgb(234, 112, 102);
    color: #ffffff;
}

.fancybox-lock .fancybox-overlay {
    background-color: rgba(0, 0, 0, 0.75);
}

.isotopeSelector img {
    width: 100%;
}

.isotopeSelector:hover img {
    -webkit-transform: scale(1.2) rotate(0);
    transform: scale(1.2) rotate(0);
}

.isotopeSelector figure {
    position: relative;
    margin-bottom: 30px;
    border-radius: 4px;
}

.isotopeSelector .overlay-background {
    border-radius: 4px;
}

.isotopeSelector .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    border-radius: 4px;
}

.isotopeSelector .overlay .fancybox-pop {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}

.isotopeSelector .overlay .fancybox-pop i {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    border-radius: 4px;
    border: 2px solid #ffffff;
    color: #ffffff;
    line-height: 35px;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-in-out;
}

.isotopeSelector:hover .overlay {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.isotopeSelector:hover .overlay .overlayInfo {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.isotopeSelector:hover h4 {
    color: rgb(234, 112, 102);
}

.btnArea {
    width: 100%;
    display: block;
    float: left;
    margin-top: 20px;
    text-align: center;
}

.btnArea .btn-primary {
    display: inline-block;
}

/*=== 5.11 COMMENT SECTION ===*/
.commentSection {
    background-image: url("../img/home/pattern-light.png");
    width: 100%;
    background-repeat: repeat;
    height: auto;
}

@media (min-width: 320px) {
    .commentContent {
        padding: 0;
    }
}

@media (min-width: 768px) {
    .commentContent {
        padding: 0 100px;
    }
}

.commentContent i {
    font-size: 130px;
    color: #ffffff;
    margin-bottom: 40px;
}

.commentContent h2 {
    font-size: 22px;
    font-weight: 300;
    font-style: italic;
    line-height: 36px;
    color: #ffffff;
    margin: 0 0 40px 0;
    text-transform: capitalize;
}

.commentContent h3 {
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 0 12px 0;
    font-weight: 600;
}

.commentContent p {
    color: #ffffff;
    margin-bottom: 0;
}

/*=== 5.12 MAP AREA SECTION ===*/
.mapArea {
    width: 100%;
    display: block;
}

.mapArea #map {
    width: 100%;
    height: 420px;
}

/*=== 5.13 HOME CONTACT SECTION ===*/
.newsSection .block .list-unstyled li,
.newsSection .block .list-inline li {
    display: inline-block;
}

.homeContactContent h2 {
    font-size: 36px;
    line-height: 4 px1;
    color: rgb(234, 112, 102);
    text-transform: capitalize;
    font-family: 'Dosis', sans-serif;
    margin: 0 0 20px 0;
}

.homeContactContent p {
    font-size: 15px;
    color: #282829;
    margin: 0 0 15px 0;
}

.homeContactContent address > p {
    color: rgba(34, 34, 34, 0.65);
}

.homeContactContent address > p > i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    border-radius: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}

.homeContactContent address > p > a {
    color: rgba(34, 34, 34, 0.65);
}

.homeContactContent .form-group {
    position: relative;
}

.homeContactContent .form-group .input-group-addon {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #888888;
    border: none;
    background-color: transparent;
}

.homeContactContent .form-group i {
    z-index: 100;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #888888;
}

.homeContactContent .form-group .form-control {
    position: relative;
    padding-right: 50px;
    height: 50px;
    border-width: 3px;
    border-radius: 10px;
    color: #282829;
    background-color: transparent;
}

.homeContactContent .form-group textarea.form-control {
    height: 147px;
    line-height: 30px;
}

@media (min-width: 320px) {
    .homeContactContent form .btn-primary {
        float: left;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .homeContactContent form .btn-primary {
        float: right;
        width: auto;
    }
}

.eventSidebar .homeContactContent .form-group {
    display: block;
}

.eventSidebar .homeContactContent .form-group i {
    left: -5px;
}

.eventSidebar .homeContactContent .form-group .form-control {
    padding-left: 30px;
}

.addressContent {
    margin-bottom: 25px;
}

.addressContent .media-left {
    width: 85px;
    height: 85px;
    line-height: 85px;
    border-radius: 100%;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 30px;
    padding-right: 0;
    color: #ffffff;
}

@media (min-width: 320px) {
    .addressContent .media-left {
        display: inline-block;
        margin: 0 10px 6px 0;
        float: left;
    }
}

@media (min-width: 768px) {
    .addressContent .media-left {
        display: block;
        margin: 0 10px 6px 0;
        float: none;
    }
}

@media (min-width: 992px) {
    .addressContent .media-left {
        display: inline-block;
        margin: 0 10px 6px 0;
        float: left;
    }
}

.addressContent .media-body .media-heading {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 16px;
    color: #202020;
}

.addressContent .media-body p {
    font-weight: 600;
}

.addressContent .media-body p a {
    color: #757576;
}

.areaPadding {
    padding: 90px 0 100px 0;
}

.homeContactContent .formBtnArea {
    text-align: center;
}

@media (min-width: 320px) {
    .homeContactContent .formBtnArea .btn-primary {
        float: left;
        display: block;
    }
}

@media (min-width: 768px) {
    .homeContactContent .formBtnArea .btn-primary {
        float: none;
        display: inline-block;
    }
}

.sectionTitle h2 span.shape {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    padding: 0;
    position: relative;
    float: none;

}

.sectionTitle h2 span.shape:after, .sectionTitle h2 span.shape:before {
    content: "";
    height: 2px;
    background: #ffffff;
    display: inline-block;
    position: absolute;
    border-radius: 2px;
}

.sectionTitle h2 span.shape:after {
    content: "";
    width: 70px;
    top: 6px;
}

.sectionTitle h2 span.shape:before {
    content: "";
    width: 55px;
    top: 11px;
}

.sectionTitle h2 span.shape-left:before,
.sectionTitle h2 span.shape-left:after {
    right: 3px;
}

.sectionTitle h2 span.shape-right:before,
.sectionTitle h2 span.shape-right:after {
    left: 3px;
}

.sectionTitle h2 span.bg-color-4,
.sectionTitle h2 span.bg-color-4:after,
.sectionTitle h2 span.bg-color-4:before {
    background-color: #9fccdf !important;
}

.sectionTitle h2 span.bg-color-3,
.sectionTitle h2 span.bg-color-3:after,
.sectionTitle h2 span.bg-color-3:before {
    background-color: #ee8d85 !important;
}

.footer-2 .footerInfoArea {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-2 .footerInfoArea, .footer-2 .copyRight {
    background: #f8f8f8;
}

.footer-2 .footerInfo p,
.footer-2 .footerList > li > a,
.footer-2 .postLink li .media-body .media-heading a,
.footer-2 .copyRightText p {
    color: #757576;
}

.footer-2 .footerInfo .input-group .form-control {
    background-color: #ffffff;
}

.footer-2 .footerInfo .input-group {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.footer-2 .footerInfo .input-group:hover {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3);
}

.footer-2 .copyRightText p a {
    color: rgb(234, 112, 102);
}

/*=== 5.1 BANNER ===*/
.bannercontainerV2 .tp-caption.rs-caption-1,
.bannercontainerV2 .tp-caption.rs-caption-2,
.bannercontainerV2 .tp-caption.rs-caption-3 {
    width: 90%;
}

@media (min-width: 480px) {
    .bannercontainerV2 .tp-caption.rs-caption-1,
    .bannercontainerV2 .tp-caption.rs-caption-2,
    .bannercontainerV2 .tp-caption.rs-caption-3 {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .bannercontainerV2 .tp-caption.rs-caption-1,
    .bannercontainerV2 .tp-caption.rs-caption-2,
    .bannercontainerV2 .tp-caption.rs-caption-3 {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .bannercontainerV2 .tp-caption.rs-caption-1,
    .bannercontainerV2 .tp-caption.rs-caption-2,
    .bannercontainerV2 .tp-caption.rs-caption-3 {
        width: 50%;
    }
}

.bannercontainerV2 .tp-caption.rs-caption-1 {
    color: #ffffff;
    line-height: 55px !important;
}

@media (min-width: 320px) {
    .bannercontainerV2 .tp-caption.rs-caption-1 br {
        display: none;
    }
}

@media (min-width: 992px) {
    .bannercontainerV2 .tp-caption.rs-caption-1 br {
        display: block;
    }
}

@media (min-width: 320px) {
    .bannercontainerV2 .tp-caption.rs-caption-1 span {
        color: #ffd86c !important;
    }
}

.bannercontainerV2 .tp-caption.rs-caption-2 {
    color: #ffffff;
}

@media (min-width: 320px) {
    .bannercontainerV2 .tp-caption.rs-caption-2 {
        font-size: 14px !important;
    }
}

@media (min-width: 768px) {
    .bannercontainerV2 .tp-caption.rs-caption-2 {
        font-size: 20px !important;
    }
}

@media (min-width: 320px) {
    .bannercontainerV2 .tp-caption.rs-caption-3 .btn-default {
        padding: 6px 12px !important;
        font-size: 14px;
        background-color: #ffffff !important;
        color: #e7655a !important;
        font-weight: 900;
    }
}

@media (min-width: 768px) {
    .bannercontainerV2 .tp-caption.rs-caption-3 .btn-default {
        font-size: 16px;
        padding: 11px 50px !important;
    }
}

@media (min-width: 992px) {
    .bannercontainerV2 .tp-caption.rs-caption-3 .btn-default {
        font-size: 18px;
    }
}

/*=== 5.2.BANNER BOTTOM ===*/
.banner-bottom {
    width: 100%;
    float: left;
}

.banner-bottom-inner {
    position: relative;
    z-index: 500;
    width: 100%;
    float: left;
}

@media (min-width: 480px) {
    .banner-bottom-inner {
        top: -30px;
    }
}

@media (min-width: 768px) {
    .banner-bottom-inner {
        top: -90px;
    }
}

.banner-bottom-inner .colContent {
    position: relative;
}

.banner-bottom-inner .colContent img {
    border-radius: 9px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    display: block;
}

.banner-bottom-inner .colContent-info {
    position: absolute;
}

.banner-bottom-inner .colContent-info h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    line-height: 34px;
    padding: 0 10px;
    display: inline-block;
    margin-bottom: 5px;
}

@media (min-width: 992px) {
    .banner-bottom-inner .colContent-info h3 {
        font-size: 30px;
        line-height: 44px;
        padding: 0 25px;
    }
}

.banner-bottom-inner .colContent-info p {
    font-size: 12px;
    color: #757576;
    margin: 0;
    padding: 7px 10px;
    width: 90%;
    background: #f2f2f2;
}

@media (min-width: 992px) {
    .banner-bottom-inner .colContent-info p {
        font-size: 14px;
        width: 75%;
        padding: 7px 25px;
    }
}

.banner-bottom-inner .colContent-info.text-left {
    top: 25px;
}

@media (min-width: 992px) {
    .banner-bottom-inner .colContent-info.text-left {
        top: 55px;
    }
}

.banner-bottom-inner .colContent-info.text-left h3, .banner-bottom-inner .colContent-info.text-left p {
    border-radius: 0 6px 6px 0;
}

.banner-bottom-inner .colContent-info.text-center {
    bottom: 0;
    left: 20%;
}

.banner-bottom-inner .colContent-info.text-center h3 {
    border-radius: 6px;
}

.banner-bottom-inner .colContent-info.text-center p {
    margin: 0 auto;
    border-radius: 6px 6px 0 0;
}

.banner-bottom-inner .colContent-info.text-right {
    right: 0;
    top: 25px;
}

@media (min-width: 992px) {
    .banner-bottom-inner .colContent-info.text-right {
        top: 55px;
    }
}

.banner-bottom-inner .colContent-info.text-right h3, .banner-bottom-inner .colContent-info.text-right p {
    border-radius: 6px 0 0 6px;
}

.banner-bottom-inner .colContent-info.text-right p {
    margin-right: 0;
    margin-left: auto;
}

/*=== 5.3 PRODUCT SECTION ===*/
.promotionWrapper .promotionInfo .btn-default {
    background-color: #ffffff;
    color: rgb(234, 112, 102) !important;
    padding: 13px 28px !important;
    font-weight: 700;
}

.promotionWrapper .promotionInfo .btn-default > i {
    margin-right: 10px;
    padding-left: 7px;
}

/*=== 5.3 PRODUCT SECTION ===*/
@media (max-width: 480px) {
    .productSection .col-xs-6 {
        width: 100%;
    }
}

.box {
    border-radius: 12px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.box-img {
    border-radius: 12px 12px 0 0;
    border: 4px solid transparent;
    background: #ffffff;
    padding: 30px 0;
    position: relative;
}

.box-img img {
    border-radius: 12px 12px 0 0;
    display: inline-block;
    margin: 0 auto;
    max-height: 132px;
}

.box-img .btn-block {
    position: absolute;
    bottom: 0;
    height: 55px;
    line-height: 55px;
    color: #ffffff;
    background: rgb(234, 112, 102);
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
    z-index: -1;
}

.box-img .btn-block i {
    margin-right: 7px;
}

.box:hover .box-img .btn-block {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.box-info {
    padding: 30px;
}

.box-info h4 {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 700;
}

.box-info h4 a {
    color: #ffffff;
}

.box-info .btn-primary {
    font-size: 14px;
    background-color: #ffffff;
    color: #757576;
    font-weight: 600;
}

.box-info .btn-primary:hover {
    background-color: #ffffff;
}

.price span {
    font-size: 27px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
}

.price span del {
    color: rgba(255, 255, 255, 0.7);
}

.box .sticker-round {
    width: auto;
    padding: 10px;
    left: 7px;
    top: 7px;
    font-size: 13px;
}

.productSection .tabCommon .tab-pane {
    border: 0;
    border-radius: 0;
}

/*=== 5.4 BRAND SECTION ===*/
.brandSection {
    margin-bottom: 90px;
}

.brandSection .owl-carousel .owl-item {
    height: 150px;
}

.brandSection .partnersLogoSlider .slide {
    display: table;
    width: 200px;
    margin: 0 auto;
    height: 145px;
    background: #f8f8f8;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 9px;
}

@media (min-width: 768px) {
    .brandSection .partnersLogoSlider .slide {
        width: 100%;
    }
}

.brandSection .partnersLogoSlider .slide .partnersLogo {
    display: table-cell;
    vertical-align: middle;
    text-align: center !important;
    width: 200px;
}

.brandSection .partnersLogoSlider .slide .partnersLogo img {
    width: auto;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .brandSection .owl-nav {
        display: none;
    }
}

.headerV3 {
    position: absolute;
    width: 100%;
    top: 0;
}

.headerV3 .lightHeader {
    background-color: rgba(47, 60, 67, 0.502);
    box-shadow: none;
}

.headerV3 #menuBar.menu-sm {
    background-color: rgba(0, 0, 0, 0.8);
}

.headerV3 .navbar-secondary .navbar-nav li a span {
    color: #ffffff !important;
}

.headerV3 .navbar-secondary .navbar-nav li.active a span {
    color: #f47e35 !important;
}

@media (min-width: 768px) {
    .headerV3 .lightHeader .navbar-nav > li > a {
        color: #ffffff;
    }
}

@media (min-width: 768px) {
    .headerV3 .navbar-right .dropdown-menu-left {
        right: auto;
        left: -50%;
    }
}

@media (min-width: 768px) {
    .headerV3 .navbar-right .dropdown-menu-right {
        left: auto;
        right: -50%;
    }
}

.version3 #menuBar.bb-fixed-header {
    background-color: rgba(0, 0, 0, 0.8);
}

@media (min-width: 992px) {
    .version3 #menuBar.bb-fixed-header {
        height: 90px !important;
    }
}

@media (min-width: 768px) {
    .version3 .lightHeader .navbar-nav > li > a {
        color: #ffffff;
    }
}

@media (min-width: 768px) {
    .navbar-secondary.lightHeader {
        height: 75px !important;
    }
}

@media (min-width: 992px) {
    .navbar-secondary.lightHeader {
        height: 110px !important;
    }
}

@media (min-width: 320px) {
    .navbar-secondary .navbar-header .navbar-brand {
        height: auto;
        padding: 15px;
        width: 160px;
    }
}

@media (min-width: 992px) {
    .navbar-secondary .navbar-header .navbar-brand {
        height: 110px;
        padding: 30px 15px;
        width: 196px;
    }
}

@media (min-width: 320px) {
    .navbar-secondary .navbar-nav > li.dropdown.open > a:after {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-secondary .navbar-nav > li.dropdown.open > a:after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        margin-left: -10px;
        content: "";
        display: inline-block;
        left: 50%;
        position: absolute;
        top: 86px;
    }
}

.navbar-secondary .navbar-nav > li.color-1.dropdown a:after {
    border-bottom: 7px solid #f47e35 !important;
}

.navbar-secondary .navbar-nav > li.color-2.dropdown.megaDropMenu > a:after {
    border-bottom: 7px solid #b5d56a !important;
}

.navbar-secondary .navbar-nav > li.color-3.dropdown a:after {
    border-bottom: 7px solid rgb(234, 112, 102) !important;
}

.navbar-secondary .navbar-nav > li.color-4.dropdown a:after {
    border-bottom: 7px solid #84bed6 !important;
}

.navbar-secondary .navbar-nav > li.color-5.dropdown a:after {
    border-bottom: 7px solid #a597e7 !important;
}

.navbar-secondary .navbar-nav > li.color-6.dropdown a:after {
    border-bottom: 7px solid #925ca5 !important;
}

.navbar-secondary .navbar-nav > li.color-1 > a:hover span {
    color: #f47e35 !important;
}

@media (min-width: 992px) {
    .navbar-secondary .navbar-nav > li.color-1.singleDrop > .dropdown-menu {
        border-top: 4px solid #f47e35 !important;
    }
}

.navbar-secondary .navbar-nav > li.color-1.singleDrop > .dropdown-menu li a:hover {
    background-color: #f47e35 !important;
    color: #ffffff !important;
}

.navbar-secondary .navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active > a, .navbar-secondary .navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active li.active a {
    color: #f47e35 !important;
}

.navbar-secondary .navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active a:hover, .navbar-secondary .navbar-nav > li.color-1.singleDrop > .dropdown-menu li.active li.active a:hover {
    color: #ffffff !important;
}

@media (min-width: 992px) {
    .navbar-secondary .navbar-nav > li.color-1.singleDrop > .dropdown-menu li .dropdown-menu {
        border-left: 4px solid #f47e35 !important;
    }
}

.navbar-secondary .navbar-nav > li.color-1.singleDrop.open a > span {
    color: #f47e35 !important;
}

.navbar-secondary .navbar-nav > li.color-3 > a:hover span {
    color: red !important;
}

@media (min-width: 992px) {
    .navbar-secondary .navbar-nav > li.color-3.singleDrop > .dropdown-menu {
        border-top: 4px solid rgb(234, 112, 102) !important;
    }
}

.navbar-secondary .navbar-nav > li.color-3.singleDrop > .dropdown-menu li a:hover {
    background-color: rgb(234, 112, 102) !important;
}

.navbar-secondary .navbar-nav > li.color-3.singleDrop > .dropdown-menu li.active > a, .navbar-secondary .navbar-nav > li.color-3.singleDrop > .dropdown-menu li.active li.active a {
    color: rgb(234, 112, 102) !important;
}

@media (min-width: 992px) {
    .navbar-secondary .navbar-nav > li.color-3.singleDrop > .dropdown-menu li .dropdown-menu {
        border-left: 4px solid rgb(234, 112, 102) !important;
    }
}

.navbar-secondary .navbar-nav > li.color-3.singleDrop.open a > span {
    color: rgb(234, 112, 102) !important;
}

.navbar-secondary .navbar-nav > li.color-2 > a:hover span {
    color: #b5d56a !important;
}

@media (min-width: 992px) {
    .navbar-secondary .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu {
        border-top: 4px solid #b5d56a !important;
    }
}

.navbar-secondary .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.listHeading, .navbar-secondary .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    color: #b5d56a !important;
}

.navbar-secondary .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li a:hover {
    background-color: #b5d56a !important;
    color: #ffffff !important;
}

.navbar-secondary .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active > a, .navbar-secondary .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active li.active a {
    color: #b5d56a !important;
}

.navbar-secondary .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active a:hover, .navbar-secondary .navbar-nav > li.color-2.dropdown.megaDropMenu .dropdown-menu .list-unstyled li.active li.active a:hover {
    color: #ffffff !important;
}

.navbar-secondary .navbar-nav > li.color-2.dropdown.megaDropMenu .open a > span {
    color: #b5d56a !important;
}

@media (min-width: 992px) {
    .navbar-secondary .navbar-nav > li.color-4.singleDrop > .dropdown-menu {
        border-top: 4px solid #84bed6 !important;
    }
}

@media (min-width: 992px) {
    .navbar-secondary .navbar-nav > li.color-4.singleDrop > .dropdown-menu li .dropdown-menu {
        border-left: 4px solid #84bed6 !important;
    }
}

@media (min-width: 992px) {
    .navbar-secondary .navbar-nav > li.color-5.singleDrop > .dropdown-menu {
        border-top: 4px solid #a597e7 !important;
    }
}

@media (min-width: 992px) {
    .navbar-secondary .navbar-nav > li.color-5.singleDrop > .dropdown-menu li .dropdown-menu {
        border-left: 4px solid #a597e7 !important;
    }
}

@media (min-width: 992px) {
    .navbar-secondary .navbar-nav > li.color-6.singleDrop > .dropdown-menu {
        border-top: 4px solid #925ca5 !important;
    }
}

.navbar-secondary .navbar-nav {
    padding-top: 15px;
}

.navbar-secondary .navbar-nav .dropdown-menu {
    border: none !important;
}

.navbar-secondary .navbar-nav li a i {
    display: inline-block !important;
}

.navbar-secondary .navbar-nav li a span {
    border-right: none !important;
    display: inline-block !important;
    text-align: left;
    padding-left: 5px !important;
    width: auto;
    padding-right: 24px;
    color: #fff;
}

.navbar-secondary .navbar-nav li:last-child a span {
    padding-right: 0px;
}

@media (min-width: 768px) {
    .navbar-secondary.bb-fixed-header .navbar-nav > li.dropdown.open > a:after {
        top: 66px;
    }
}

@media (max-width: 990px) and (min-width: 480px) {
    .navbar-secondary .dropdown-submenu > .dropdown-menu {
        left: 0;
    }
}

@media (max-width: 990px) and (min-width: 992px) {
    .navbar-secondary .dropdown-submenu > .dropdown-menu {
        left: 100%;
    }
}

@media (max-width: 990px) {
    .navbar-secondary .navbar-nav {
        height: 340px;
        overflow-x: hidden;
        transition: height 0.3s ease;
        margin: 0 0 0 -15px;
        padding: 15px;
    }
}

@media (max-width: 990px) and (min-width: 992px) {
    .navbar-secondary .navbar-nav {
        height: auto;
        overflow-x: visible;
        overflow-y: visible;
    }
}

@media (max-width: 990px) and (min-width: 320px) {
    .navbar-secondary .navbar-nav > li a {
        color: #000000;
        padding: 5px 12px !important;
    }
}

@media (max-width: 990px) and (min-width: 992px) {
    .navbar-secondary .navbar-nav > li a {
        margin: 0;
        padding: 23px 0;
    }
}

@media (max-width: 990px) and (min-width: 320px) {
    .navbar-secondary .navbar-collapse {
        box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    .navbar-secondary .navbar-collapse {
        border-color: #ffffff;
        box-shadow: none;
    }
}

@media (max-width: 990px) {
    .navbar-secondary .navbar-collapse li.dropdown .dropdown-menu {
        box-shadow: none;
    }
}

@media (max-width: 990px) and (min-width: 320px) {
    .navbar-secondary .navbar-collapse li.dropdown .dropdown-menu {
        position: relative;
        width: 100%;
        float: left;
        border: 0;
        display: block;
    }
}

@media (max-width: 990px) and (min-width: 992px) {
    .navbar-secondary .navbar-collapse li.dropdown .dropdown-menu {
        position: absolute;
        float: left;
        display: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.175);
    }
}

@media (max-width: 990px) {
    .navbar-secondary .navbar-collapse li.dropdown.open .dropdown-menu {
        display: block;
    }
}

@media (max-width: 990px) and (min-width: 320px) {
    .navbar-secondary .navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
        position: relative;
        width: 100%;
        float: left;
        border: 0;
        display: block;
    }
}

@media (max-width: 990px) and (min-width: 992px) {
    .navbar-secondary .navbar-collapse li.dropdown.dropdown-submenu .dropdown-menu {
        position: absolute;
        float: left;
        display: none;
    }
}

@media (max-width: 990px) {
    .navbar-secondary .navbar-collapse li.dropdown.dropdown-submenu.open .dropdown-menu {
        display: block;
    }
}

@media (max-width: 990px) and (min-width: 320px) {
    .navbar-secondary .navbar-nav > li.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
        display: none;
    }
}

@media (max-width: 990px) and (min-width: 992px) {
    .navbar-secondary .navbar-nav > li.dropdown.singleDrop .dropdown-menu .dropdown-menu:after {
        display: inline-block;
    }
}

@media (max-width: 990px) and (min-width: 320px) {
    .navbar-secondary .navbar-nav > li.dropdown.open > a:after {
        display: none;
    }
}

@media (max-width: 990px) and (min-width: 992px) {
    .navbar-secondary .navbar-nav > li.dropdown.open > a:after {
        border-left: 9px solid transparent;
        border-right: 9px solid transparent;
        margin-left: -10px;
        content: "";
        display: inline-block;
        left: 50%;
        position: absolute;
        top: 102px;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    .navbar-secondary .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0%;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    .navbar-secondary .navbar-right .dropdown-menu-right {
        left: auto;
        right: 0%;
    }
}

@media (max-width: 990px) {
    .navbar-secondary .navbar-header {
        float: none;
    }

    .navbar-secondary .navbar-left, .navbar-secondary .navbar-right {
        float: none !important;
    }

    .navbar-secondary .navbar-toggle {
        display: block;
    }

    .navbar-secondary .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-secondary .navbar-nav {
        float: none !important;
        background-color: #fff !important;
    }

    .navbar-secondary .navbar-nav > li {
        float: none;
    }

    .navbar-secondary .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-secondary .collapse.in {
        display: block !important;
    }
}

/*=== 5.1 BANNER ===*/
.bannercontainerV3 {
    width: 100%;
    position: relative;
    padding: 0;
}

.bannercontainerV3 .tp-caption.rs-caption-1 span {
    color: #ffd86c !important;
}

.bannercontainerV3 .tp-caption.rs-caption-3 .btn-default {
    padding: 8px 20px !important;
    background-color: #ffffff !important;
    color: #e7655a !important;
    font-size: 14px;
}

@media (min-width: 992px) {
    .bannercontainerV3 .tp-caption.rs-caption-3 .btn-default {
        padding: 12px 25px !important;
        font-weight: 900;
        font-size: 18px;
    }
}

.courseSidebar .panel-body .input-group .input-group-addon .bg-color-1 {
    border: none !important;
}

.courseList
.media-body
.list-inline.btnPart.btn-yellow > li a.btn-primary:hover {
    background-color: #f47e35 !important;
    border: none !important;
}

.priceRange .progress .progress-bar,
.priceRange .progress .bulet,
.courseList .media-body .list-inline.btnPart.btn-green > li a.btn-primary:hover {
    background-color: #b5d56a !important;
    border: none !important;
}

.courseList .media-body
.list-inline.btnPart.btn-sky > li a.btn-primary:hover {
    background-color: #84bed6 !important;
    border: none !important;
}

.tableVertical .priceBtn.alt .btn-primary {
    background-color: #ffffff !important;
    color: #757576 !important;
    border: none !important;
}

/*=== 5.4 ABOUT SCHOOL ===*/
@media (min-width: 320px) {
    .aboutSchool {
        padding: 50px !important;
    }
}

@media (min-width: 768px) {
    .aboutSchool {
        padding: 100px 0px 0px 0px !important;
    }
}

.aboutSchool .schoolInfo h2 {
    text-transform: uppercase;
    color: #e7655a;
    font-size: 30px;
}

.aboutSchool .schoolInfo h2 span {
    color: #757576;
    font-size: 38px;
}

.aboutSchool .schoolInfo p {
    color: #282829 !important;
    font-weight: 600;
    font-size: 18px;
}

.aboutSchool .schoolInfo .aboutP2 {
    color: #757576 !important;
    font-weight: 600;
    font-size: 18px;
}

@media (min-width: 992px) {
    .version4 #menuBar.bb-fixed-header {
        height: 90px !important;
    }
}

.version4 .navbar-secondary.secondary-light .navbar-nav li a span {
    color: #000000;
}

.version4 .navbar-secondary.secondary-light .navbar-nav li.active a span {
    color: #f47e35;
}

.version4 .bannercontainerV2 .tp-caption.rs-caption-1,
.version4 .bannercontainerV2 .tp-caption.rs-caption-2,
.version4 .bannercontainerV2 .tp-caption.rs-caption-3 {
    width: 90%;
}

@media (min-width: 480px) {
    .version4 .bannercontainerV2 .tp-caption.rs-caption-1,
    .version4 .bannercontainerV2 .tp-caption.rs-caption-2,
    .version4 .bannercontainerV2 .tp-caption.rs-caption-3 {
        width: 70%;
    }
}

@media (min-width: 768px) {
    .version4 .bannercontainerV2 .tp-caption.rs-caption-1,
    .version4 .bannercontainerV2 .tp-caption.rs-caption-2,
    .version4 .bannercontainerV2 .tp-caption.rs-caption-3 {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .version4 .bannercontainerV2 .tp-caption.rs-caption-1,
    .version4 .bannercontainerV2 .tp-caption.rs-caption-2,
    .version4 .bannercontainerV2 .tp-caption.rs-caption-3 {
        width: 50%;
    }
}

.version4 .bannercontainerV2 .tp-caption.rs-caption-1 {
    color: #282829;
}

.version4 .bannercontainerV2 .tp-caption.rs-caption-2 {
    color: #757576;
}

.padding-LR-4 {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.categoris .box .box-img {
    background-color: transparent !important;
    overflow: hidden;
    border-radius: 10px !important;
    height: 240px !important;
}

.categoris .box .box-img img {
    margin-top: 13px;
    max-height: 175px;
}

.categoris .box .box-info {
    padding-bottom: 25px !important;
}

.categoris .box .box-info h4 {
    margin-bottom: 0px !important;
}

.bg-gray {
    background-color: #f8f8f8;
}

@media (min-width: 320px) {
    .single-category {
        padding: 50px 0 !important;
    }
}

@media (min-width: 992px) {
    .single-category {
        padding: 100px 0 !important;
    }
}

.single-category .single-cat-border {
    border: 1px solid rgba(222, 222, 222, 0.5);
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.15);
    padding: 10px 20px 0px 20px !important;
    border-radius: 5px;
    overflow: hidden;
}

.single-category .category-menu .category-title {
    text-align: left;
    color: #ffffff;
    padding: 17px;
    border-radius: 5px;
    background: #f47e35;
    text-transform: capitalize;
    font-size: 24px;
}

.single-category .category-menu ul {
    text-align: left !important;
    padding: 20px;
}

.single-category .category-menu ul li {
    padding: 5px 0;
}

.single-category .category-menu ul li a {
    color: #282829;
    font-size: 14px;
    font-weight: 600;
}

.single-category .category-menu.color-1 ul li a:hover {
    color: #f47e35;
}

.single-category .category-menu.color-2 ul li a:hover {
    color: #b5d56a;
}

.single-category .category-menu.color-3 ul li a:hover {
    color: rgb(234, 112, 102);
}

.single-category .category-menu.color-4 ul li a:hover {
    color: #84bed6;
}

.single-category .category-Slider .owl-carousel .owl-controls .owl-nav {
    padding: 0 10px;
}

.single-category .category-Slider .single-item {
    position: relative;
}

@media (min-width: 768px) {
    .single-category .category-Slider .single-item img {
        height: 414px;
    }
}

@media (min-width: 992px) {
    .single-category .category-Slider .single-item img {
        height: 564px;
    }
}

@media (min-width: 1200px) {
    .single-category .category-Slider .single-item img {
        height: 605px;
    }
}

@media (min-width: 320px) {
    .single-category .category-Slider .single-item .slide-cat-info {
        position: absolute;
        bottom: 10px;
        left: 50%;
        padding: 10px 20px;
        text-align: center;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
    }
}

@media (min-width: 768px) {
    .single-category .category-Slider .single-item .slide-cat-info {
        position: absolute;
        bottom: 30px;
        left: 50%;
        z-index: 1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 217px;
        opacity: .890;
        padding: 20px;
        border-radius: 5px;
    }
}

@media (min-width: 320px) {
    .single-category .category-Slider .single-item .slide-cat-info h2 {
        color: #ffffff !important;
        font-size: 14px !important;
        text-transform: capitalize;
        margin: 0 !important;
    }
}

@media (min-width: 768px) {
    .single-category .category-Slider .single-item .slide-cat-info h2 {
        font-size: 20px !important;
    }
}

@media (min-width: 320px) {
    .single-category .category-Slider .single-item .slide-cat-info h2 span {
        font-size: 18px !important;
        display: block;
    }
}

@media (min-width: 768px) {
    .single-category .category-Slider .single-item .slide-cat-info h2 span {
        font-size: 25px !important;
    }
}

.single-category .box {
    box-shadow: none !important;
    border-radius: 7px !important;
    margin-bottom: 10px !important;
}

.single-category .box .border-color-1 {
    border: 2px solid transparent;
}

.single-category .box .border-color-2 {
    border: 2px solid transparent;
}

.single-category .box .border-color-3 {
    border: 2px solid transparent;
}

.single-category .box .border-color-4 {
    border: 2px solid transparent;
}

@media (min-width: 320px) {
    .single-category .box .box-img {
        border-top-left-radius: 7px !important;
        border-top-right-radius: 7px !important;
        height: 126px !important;
        padding: 0 !important;
        background-color: #fcfcfc;
    }
}

@media (min-width: 992px) {
    .single-category .box .box-img {
        height: 170px !important;
    }
}

@media (min-width: 1200px) {
    .single-category .box .box-img {
        height: 209px !important;
    }
}

@media (min-width: 320px) {
    .single-category .box .box-img img {
        max-height: 122px !important;
    }
}

@media (min-width: 768px) {
    .single-category .box .box-img img {
        max-height: 125px !important;
        width: 150px;
    }
}

@media (min-width: 992px) {
    .single-category .box .box-img img {
        max-height: 166px !important;
        width: 181px;
    }
}

@media (min-width: 1200px) {
    .single-category .box .box-img img {
        max-height: 206px !important;
        width: 181px;
    }
}

@media (min-width: 320px) {
    .single-category .box .box-info {
        padding: 5px !important;
    }
}

@media (min-width: 768px) {
    .single-category .box .box-info {
        padding: 10px !important;
    }
}

@media (min-width: 992px) {
    .single-category .box .box-info {
        padding: 16px !important;
    }
}

@media (min-width: 320px) {
    .single-category .box .box-info h4 {
        font-size: 14px !important;
        font-weight: 700;
        margin: 0 !important;
        margin-bottom: 8px;
    }
}

@media (min-width: 768px) {
    .single-category .box .box-info h4 {
        font-size: 14px !important;
    }
}

@media (min-width: 992px) {
    .single-category .box .box-info h4 {
        font-size: 18px !important;
    }
}

@media (min-width: 320px) {
    .single-category .box .box-info h3 {
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        margin-top: 8px;
        color: #ffffff;
        margin-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .single-category .box .box-info h3 {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .single-category .box .box-info h3 {
        font-size: 23px;
        margin-top: 12px;
        margin-bottom: 0 !important;
    }
}

/*================= 6. COURSE ==================*/
/*=== 6.1 COURSE LEFT SIDEBAR ===*/
.courseSidebar {
    border: none;
    border-radius: 7px;
}

.courseSidebar .panel-heading {
    border-radius: 7px 7px 0 0;
}

.courseSidebar .panel-heading .panel-title {
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    font-family: 'Dosis', sans-serif;
}

.courseSidebar .panel-body {
    border: 1px solid #dedede;
    border-top: none;
    border-radius: 0 0 7px 7px;
}

.courseSidebar .panel-body > .input-group {
    border-bottom: 1px solid #dedede;
    margin: 20px 0 10px 0;
    padding-bottom: 10px;
}

.courseSidebar .panel-body > .input-group .form-control {
    height: 49px;
    border: none;
    padding: 0 12px 0 12px;
    color: #757576;
}

.courseSidebar .panel-body > .input-group .input-group-addon {
    background-color: transparent;
    padding: 0;
    border: none;
}

.courseSidebar .panel-body > .input-group .input-group-addon .btn-primary {
    width: 75px;
    padding: 10px;
}

.courseSidebar .panel-body .categoryItem li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #757576;
    font-size: 14px;
    border: 1px solid #dedede;
    border-radius: 12px;
    margin: 5px 0;
    text-indent: 20px;
    float: left;
}

.priceRange .progress {
    margin: 20px 0 25px 0;
    height: 4px;
    background-color: #252525;
    position: relative;
    overflow: visible;
}

.priceRange .progress .progress-bar {
    background-color: #b5d56a !important;
}

.priceRange .progress .bulet {
    width: 16px;
    height: 16px;
    background-color: #b5d56a !important;
    border: 2px solid #b5d56a !important;
    border-radius: 100%;
    left: 0px;
    top: -5px;
    position: absolute;
}

.priceRange .progress .bulet.next {
    left: 60px;
}

.priceRange .priceLabel {
    float: right;
    line-height: 30px;
    color: #202020;
}

@media (min-width: 480px) {
    .priceRange .priceLabel {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .priceRange .priceLabel {
        font-size: 5px;
    }
}

@media (min-width: 992px) {
    .priceRange .priceLabel {
        font-size: 14px;
    }
}

.priceRange {
    position: relative;
    display: inline-block;
    width: 100%;
    float: left;
    margin-top: 20px;
}

.priceRange .price-slider-inner {
    display: block;
    margin: 15px 0 25px 0;
}

.priceRange .price-slider-inner .amount-wrapper {
    position: absolute;
    bottom: 14px;
    right: 0;
    font-size: 14px;
    width: 120px;
}

.priceRange .price-slider-inner .amount-wrapper input {
    background-color: transparent;
    border: 0;
    width: 28%;
    font-size: 14px;
    color: #757576;
    font-weight: 400;
    text-align: right;
}

.priceRange .price-slider-inner .ui-widget-content {
    background: none;
    border: 0;
    background-color: #eeeeee;
    height: 5px;
    clear: both;
    border-radius: 0;
    border-radius: 2px;
    margin: 0 5px 0 9px;
}

.priceRange .price-slider-inner .ui-widget-content .ui-slider-range {
    background-color: #b5d56a;
    border: none;
    border-radius: 0;
}

.priceRange .price-slider-inner .ui-widget-content .ui-slider-handle {
    border-radius: 50%;
    border-radius: 3px;
    background: none;
    border: 3px solid #b5d56a;
    background-color: #b5d56a;
    top: -6px;
    width: 16px;
    height: 16px;
    outline: none;
}

.priceRange .btn-primary {
    border: none !important;
}

/*=== 6.2 COURSE LIST ===*/
.courseList {
    background-color: #f8f8f8;
    border-radius: 7px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    border: none;
}

.courseList .media-left {
    position: relative;
    padding: 0;
    float: left;
}

@media (min-width: 320px) {
    .courseList .media-left {
        margin: 0 0 5px 0;
        border-right: none;
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .courseList .media-left {
        margin: 0 0 5px 0;
        border-right: none;
        display: block;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .courseList .media-left {
        margin: 0 25px 0 0;
        display: inline-block;
        width: 50%;
    }
}

.courseList .media-left img {
    width: 100%;
}

.courseList .media-left .sticker {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    text-align: center;
    line-height: 65px;
    color: #ffffff;
    font-weight: 600;
    font-size: 24px;
}

@media (min-width: 320px) {
    .courseList .media-body {
        padding: 20px;
    }
}

@media (min-width: 768px) {
    .courseList .media-body {
        padding: 20px;
    }
}

@media (min-width: 992px) {
    .courseList .media-body {
        padding: 0;
    }
}

.courseList .media-body .media-heading a {
    font-family: 'Dosis', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    /* line-height: 20px; */
    margin: 0 0 20px 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

@media (min-width: 320px) {
    .courseList .media-body .media-heading a {
        margin: 0 0 20px 0;
    }
}

@media (min-width: 768px) {
    .courseList .media-body .media-heading a {
        margin: 15px 0;
    }
}

.courseList .media-body .list-inline {
    margin-bottom: 15px;
}

.courseList .media-body .list-inline li {
    line-height: 21px;
    color: #757576;
    margin-bottom: 5px;
}

.courseList .media-body .list-inline li i {
    margin-right: 6px;
}

.courseList .media-body .list-inline.btnPart {
    margin-bottom: 0;
}

.courseList .media-body .list-inline.btnPart > li a.btn-primary {
    font-size: 14px;
    background-color: #ffffff !important;
    color: #757576;
    border: none !important;
}

.courseList .media-body .list-inline.btnPart > li a.btn-primary:hover {
    color: #ffffff;
}

.courseList .media-body .list-inline.btnPart > li a.btn-link {
    text-transform: capitalize;
    font-size: 14px;
    color: #757576;
    font-weight: 600;
    text-decoration: underline !important;
    box-shadow: none !important;
}

.courseList .media-body .list-inline.btnPart.btn-yellow > li a.btn-primary:hover {
    background-color: #f47e35 !important;
}

.courseList .media-body .list-inline.btnPart.btn-yellow > li a.btn-link:hover {
    color: #f47e35 !important;
}

.courseList .media-body .list-inline.btnPart.btn-green > li a.btn-primary:hover {
    background-color: #b5d56a !important;
}

.courseList .media-body .list-inline.btnPart.btn-green > li a.btn-link:hover {
    color: #b5d56a !important;
}

.courseList .media-body .list-inline.btnPart.btn-red > li a.btn-primary:hover {
    background-color: rgb(234, 112, 102) !important;
}

.courseList .media-body .list-inline.btnPart.btn-red > li a.btn-link:hover {
    color: rgb(234, 112, 102) !important;
}

.courseList .media-body .list-inline.btnPart.btn-sky > li a.btn-primary:hover {
    background-color: #84bed6 !important;
}

.courseList .media-body .list-inline.btnPart.btn-sky > li a.btn-link:hover {
    color: #84bed6 !important;
}

.courseList .media-body .list-inline.btnPart.btn-purple > li a.btn-primary:hover {
    background-color: #a597e7 !important;
}

.courseList .media-body .list-inline.btnPart.btn-purple > li a.btn-link:hover {
    color: #a597e7 !important;
}

.courseList .media-body .list-inline.btnPart.btn-pink > li a.btn-primary:hover {
    background-color: #925ca5 !important;
}

.courseList .media-body .list-inline.btnPart.btn-pink > li a.btn-link:hover {
    color: #925ca5 !important;
}

@media (min-width: 320px) {
    .courseList.couresListPage .media-left {
        margin: 0 0 5px 0;
        border-right: none;
        display: block;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .courseList.couresListPage .media-left {
        margin: 0 0 5px 0;
        border-right: none;
        display: block;
        width: 100%;
    }
}

@media (min-width: 992px) {
    .courseList.couresListPage .media-left {
        margin: 0 25px 0 0;
        display: inline-block;
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .courseList.couresListPage .media-left {
        margin: 0 25px 0 0;
        display: inline-block;
        width: auto;
    }
}

@media (min-width: 992px) {
    .blog-full .courseList .media-left {
        width: 35%;
    }
}

@media (min-width: 992px) {
    .blog-full .courseList .media-body {
        padding-right: 20px;
    }
}

/*=== 6.3 COURSE RIGHT SIDE BAR ===*/
.rightSidebar .panel {
    border: 0;
    margin-bottom: 30px;
}

.rightSidebar .panel .panel-heading {
    border-radius: 7px 7px 0 0;
}

.rightSidebar .panel .panel-heading .panel-title {
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
}

.rightSidebar .panel .panel-body {
    border: 1px solid #dedede;
    border-top: 0;
    border-radius: 0 0 7px 7px;
    padding: 0;
}

.rightSidebar .panel .panel-body .media-list li {
    padding: 20px 0 20px 20px;
    border-bottom: 1px solid #dedede;
    margin: 0;
}

.rightSidebar .panel .panel-body .media-list li:last-child {
    border: 0;
}

.rightSidebar .panel .panel-body .media-list li .media-left.iconContent {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 20px;
    font-size: 16px;
}

.rightSidebar .panel .panel-body .media-list li .media-body.iconContent .media-heading {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.rightSidebar .panel .panel-body .media-list li .media-body.iconContent p {
    font-weight: 600;
    margin-bottom: 0;
}

.rightSidebar .panel .panel-body .media-list.blogListing li .media-heading a {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #757576;
}

.rightSidebar .panel .panel-body .media-list.blogListing li .media-heading a:hover {
    color: #a597e7 !important;
}

.rightSidebar > .btnPart {
    margin-bottom: 30px;
}

.rightSidebar > .btnPart .btn-primary {
    border: none !important;
}

.eventSidebar.panel {
    border: 0;
    margin-bottom: 30px;
}

.eventSidebar.panel .panel-heading {
    border-radius: 7px 7px 0 0;
}

.eventSidebar.panel .panel-heading .panel-title {
    font-size: 24px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Dosis', sans-serif;
}

.eventSidebar.panel .panel-body {
    border: 1px solid #dedede;
    border-top: 0;
    border-radius: 0 0 7px 7px;
}

.eventSidebar.panel .panel-body .media-list li {
    padding: 10px 0;
    margin: 0;
}

.eventSidebar.panel .panel-body .media-list li .media-left.iconContent {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    display: inline-block;
    float: left;
    padding: 0;
    margin-right: 20px;
    font-size: 16px;
}

.eventSidebar.panel .panel-body .media-list li .media-body.iconContent .media-heading {
    font-family: 'Dosis', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.eventSidebar.panel .panel-body .media-list li .media-body.iconContent p {
    font-weight: 600;
    margin-bottom: 0;
}

.eventSidebar.panel .panel-body .media-list li .btn-primary {
    border: none !important;
}

.eventSidebar.panel .panel-body .media-list.blogListing li .media-heading a {
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: #757576;
}

.eventSidebar.panel .panel-body .media-list.blogListing li .media-heading a:hover {
    color: #a597e7 !important;
}

/*=== 6.4 COURSE COUNTER ===*/
.coursesCounter {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 330px;
    overflow: hidden;
    background: url(../img/course-single/course-count.jpg) no-repeat center top;
    background-size: cover;
    border-radius: 7px;
    padding: 10px;
}

.coursesCounter .counterInner {
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid #ffffff;
    border-radius: 7px;
    text-align: center;
}

.coursesCounter .counterInner h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-transform: capitalize;
    text-align: center;
    margin: 40px 0;
}

.coursesCounter .counterInner > .btn-primary {
    background-color: #ffffff !important;
    border: none !important;
    color: #84bed6 !important;
}

.coursesCountStart {
    padding: 0 0 35px 0;
}

.coursesCountStart .courseCountTimer {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}

.coursesCountStart .courseCountTimer .table-cell {
    display: inline-block;
    margin: 0 5px;
}

.coursesCountStart .courseCountTimer .table-cell .tab-val {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    border-radius: 7px;
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff;
}

.coursesCountStart .courseCountTimer .table-cell .tab-metr {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
}

/*=== 7. BLOG ===*/
.singleBlog p, .singleBlog .blogInfo {
    margin-bottom: 30px !important;
}

.thumbnailContent > .caption.singleBlog h3 {
    line-height: 34px;
    font-family: 'Dosis', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 20px 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    display: block;
}

.socailLink.list-inline {
    text-align: left;
}

@media (min-width: 768px) {
    .socailLink.list-inline li {
        padding: 2px;
    }
}

@media (min-width: 992px) {
    .socailLink.list-inline li {
        padding: 0 2px;
    }
}

@media (min-width: 1200px) {
    .socailLink.list-inline li {
        padding: 0 5px;
    }
}

.socailLink.list-inline li a {
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #ffffff !important;
}

.socailLink.list-inline li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

@media (min-width: 320px) {
    .socailLink.list-inline li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .socailLink.list-inline li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .socailLink.list-inline li a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
}

.socailLink.list-inline li a i {
    margin: 0 !important;
}

.blogComments {
    background-color: #f8f8f8;
    padding: 15px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    margin-bottom: 20px;
}

.blogComments h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    color: rgb(234, 112, 102);
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.commentsList .media {
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #dedede;
}

.commentsList li:last-child {
    border: none;
}

.commentsList .media-left {
    padding-right: 25px;
}

.commentsList .media-left img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.commentsList .media-body {
    overflow: visible;
    padding: 0;
    position: relative;
}

.commentsList .media-body .media-heading {
    font-weight: 600;
    font-size: 14px;
    color: #757576;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.commentsList .media-body p {
    font-size: 13px;
    margin-bottom: 20px;
}

.commentsList cite {
    display: block;
    font-size: 14px;
    color: #999;
    font-weight: normal;
    font-style: normal;
    margin-top: 9px;
}

.commentsList cite:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 20px;
    height: 1px;
    background-color: #999;
    margin-right: 9px;
}

/*================= 8 COMING SOON ==================*/
/*=== 8.1 COMING SOON BG ===*/
.comingSoonBg {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 80 px8;
    overflow: hidden;
    background: no-repeat center top fixed;
    background-size: cover;
    background-color: #ffffff;
}

.comingTitle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 35px 0;
    text-align: center;
}

@media (min-width: 320px) {
    .comingTitle {
        padding: 15px 0;
    }
}

@media (min-width: 768px) {
    .comingTitle {
        padding: 35px 0;
    }
}

.comingTitle img {
    width: 200px;
    height: 60px;
}

.comingContent {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

@media (min-width: 320px) {
    .comingContent {
        width: 100%;
        min-width: 100%;
        padding: 0 10px;
    }
}

@media (min-width: 768px) {
    .comingContent {
        width: auto;
        min-width: 557px;
        padding: 0;
    }
}

.comingContent h1 {
    font-weight: 700;
    color: #282829;
    font-size: 4 px1;
    font-family: 'Dosis', sans-serif;
    text-transform: capitalize;
}

@media (min-width: 320px) {
    .comingContent h1 {
        font-size: 30px;
        margin: 20px 0 15px 0;
    }
}

@media (min-width: 768px) {
    .comingContent h1 {
        font-size: 40px;
        margin: 70px 0 25px 0;
    }
}

.comingContent p {
    color: #202020;
    margin-bottom: 20px;
}

@media (min-width: 320px) {
    .comingContent p {
        font-size: 10px;
        line-height: 15px;
    }
}

@media (min-width: 768px) {
    .comingContent p {
        font-size: 24px;
        line-height: 21px;
    }
}

.comingContent .input-group {
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (min-width: 320px) {
    .comingContent .input-group {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .comingContent .input-group {
        width: 550px;
    }
}

.comingContent .input-group .form-control {
    height: 50px;
    box-shadow: none;
    background-color: transparent;
    border-color: rgba(165, 151, 231, 0.5);
    border-width: 3px;
    color: #282829;
    border-right: none;
    border-radius: 8px 0 0 8px;
    width: 92%;
}

.comingContent .input-group .input-group-addon {
    height: 50px;
    background-color: transparent;
    color: #888888;
    border: 3px solid rgba(165, 151, 231, 0.5);
    border-left: none;
    border-radius: 0 8px 8px 0;
    padding: 6px 10px;
    display: inline-block;
    float: left;
    width: 8%;
}

@media (min-width: 768px) {
    .comingContent .list-inline li {
        padding: 2px;
    }
}

@media (min-width: 992px) {
    .comingContent .list-inline li {
        padding: 0 2px;
    }
}

@media (min-width: 1200px) {
    .comingContent .list-inline li {
        padding: 0 5px;
    }
}

.comingContent .list-inline li a {
    display: block;
    text-align: center;
    border-radius: 100%;
    color: #ffffff !important;
}

.comingContent .list-inline li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

@media (min-width: 320px) {
    .comingContent .list-inline li a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .comingContent .list-inline li a {
        width: 25px;
        height: 25px;
        line-height: 25px;
        font-size: 10px;
    }
}

@media (min-width: 992px) {
    .comingContent .list-inline li a {
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 14px;
    }
}

.comingContent .list-inline li a i {
    margin: 0 !important;
}

.count-down {
    padding: 0 0 35px 0;
}

.count-down #simple_timer {
    width: 100%;
    margin: 0 auto;
    color: #f47e35;
    text-align: center;
    font-family: 'Dosis', sans-serif;
}

.count-down #simple_timer .table-cell {
    display: inline-block;
}

@media (min-width: 480px) {
    .count-down #simple_timer .table-cell {
        margin: 0 10px;
    }
}

@media (min-width: 768px) {
    .count-down #simple_timer .table-cell {
        margin: 0 10px;
    }
}

@media (min-width: 992px) {
    .count-down #simple_timer .table-cell {
        margin: 0 10px;
    }
}

@media (min-width: 1200px) {
    .count-down #simple_timer .table-cell {
        margin: 0 12px;
    }
}

.count-down #simple_timer .table-cell .tab-val {
    font-weight: 700;
    display: block;
    margin-bottom: 20px;
    border-radius: 7px;
    background-color: #f8f8f8;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 320px) {
    .count-down #simple_timer .table-cell .tab-val {
        width: 65px;
        height: 65px;
        line-height: 65px;
        font-size: 25px;
    }
}

@media (min-width: 768px) {
    .count-down #simple_timer .table-cell .tab-val {
        width: 85px;
        height: 85px;
        line-height: 85px;
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    .count-down #simple_timer .table-cell .tab-val {
        width: 85px;
        height: 85px;
        line-height: 85px;
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    .count-down #simple_timer .table-cell .tab-val {
        width: 120px;
        height: 120px;
        line-height: 120px;
        font-size: 70px;
    }
}

.count-down #simple_timer .table-cell .tab-metr {
    display: none;
}

.count-down #simple_timer .table-cell.hour .tab-val {
    color: #b5d56a;
}

.count-down #simple_timer .table-cell.minute .tab-val {
    color: rgb(234, 112, 102);
}

.count-down #simple_timer .table-cell.second .tab-val {
    color: #84bed6;
}

/*================= 9 SERVICES ==================*/
/*=== 9.1 SERVICES STYLE ===*/
.servicesStyle {
    margin-bottom: 40px;
}

.servicesStyle > .media-body {
    width: auto;
    display: inherit;
}

.servicesStyle > .media-body > .media-heading {
    text-transform: capitalize;
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.servicesStyle .media-left {
    width: 76px;
    height: 76px;
    padding: 6px;
    margin-right: 20px;
    display: inline-block;
    float: left;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 7px;
}

.servicesStyle .media-left > i {
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 100%;
    border: 2px solid #ffffff;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    transition: all 0.3s ease-in-out;
}

.servicesStyle .media-left:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.servicesStyle.alt .media-left > i {
    border: none;
}

.servicesStyle.alignRight .media-left {
    float: right;
    margin: 0 0 0 20px;
}

.servicesStyle.alignRight > .media-body h3, .servicesStyle.alignRight > .media-body p {
    text-align: right;
}

@media (min-width: 768px) {
    .servicesContent .media-body {
        display: block;
        margin-top: 20px;
        max-width: 198px;
        float: left;
    }
}

@media (min-width: 992px) {
    .servicesContent .media-body {
        margin-top: 0;
        display: table-cell;
        float: none;
    }
}

@media (min-width: 1200px) {
    .servicesContent .media-body {
        max-width: 10000px;
    }
}

/*================= 10 TESTIMONIAL ==================*/
.testimonialArea {
    padding-bottom: 0 !important;
}

.testimonial-grid {
    float: left;
    margin-top: 50px;
}

.testimonialContent {
    width: 100%;
    height: 250px;
    display: block;
    border-radius: 13px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    padding: 35px;
    margin-bottom: 80px;
}

.testimonialContent span.userSign {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #ffffff;
    border-width: 6px;
    border-style: solid;
    top: -50px;
    font-size: 30px;
    line-height: 90px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -50px;
}

.testimonialContent p {
    color: #ffffff;
    margin: 25px 0;
    font-size: 16px;
}

.testimonialContent h3 {
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    font-size: 16px;
    line-height: 30px;
}

.testimonialContent h3 small {
    margin: 0;
    font-size: 14px;
    text-transform: capitalize;
    color: rgba(255, 255, 255, 0.8);
}

/*================= 11 CART PAGE ==================*/
.cartInfo .table-responsive .table {
    border-collapse: separate;
}

.cartInfo .table-responsive .table thead tr {
    border-left: 1px solid #f47e35;
    border-right: 1px solid #f47e35;
}

.cartInfo .table-responsive .table thead tr th {
    color: #ffffff;
    padding: 15px 8px;
    border-bottom: none;
    font-weight: 600;
    text-transform: uppercase;
}

.cartInfo .table-responsive .table thead tr th:first-child {
    border-radius: 7px 0 0 0;
}

.cartInfo .table-responsive .table thead tr th:last-child {
    border-radius: 0 7px 0 0;
}

.cartInfo .table-responsive .table tbody tr td {
    vertical-align: middle;
    color: #282829;
    border-top: none;
    border-bottom: 1px solid #dedede;
}

@media (min-width: 320px) {
    .cartInfo .table-responsive .table tbody tr td {
        padding: 10px;
    }
}

@media (min-width: 992px) {
    .cartInfo .table-responsive .table tbody tr td {
        padding: 10px;
    }
}

@media (min-width: 1200px) {
    .cartInfo .table-responsive .table tbody tr td {
        padding: 20px 8px 20px 30px;
    }
}

.cartInfo .table-responsive .table tbody tr td:first-child {
    border-left: 1px solid #dedede;
}

.cartInfo .table-responsive .table tbody tr td:last-child {
    border-right: 1px solid #dedede;
}

.cartInfo .table-responsive .table tbody tr td .close {
    display: inline-block;
    float: left;
    margin: 17px 30px 0 0;
    opacity: 1;
}

.cartInfo .table-responsive .table tbody tr td .close span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    background-color: #e5e5e5;
    color: #757576;
    border-radius: 100%;
}

.cartInfo .table-responsive .table tbody tr td input {
    width: 80px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #282829;
    border: 1px solid #dedede;
    border-radius: 7px;
}

.cartInfo .table-responsive .table tbody tr td:last-child {
    padding-right: 30px;
}

.cartInfo .table-responsive .table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 7px;
}

.cartInfo .table-responsive .table tbody tr:last-child td:last-child {
    border-radius: 0 0 7px 0;
}

.cartInfo .table-responsive .table tbody tr:last-child td:last-child.btnPart {
    border-radius: 0 0 7px 7px;
}

.cartInfo .table-responsive .table .input-group .form-control {
    width: 257px;
    height: 45px;
    text-align: left;
    margin-right: 10px;
}

.cartInfo .table-responsive .table .input-group .input-group-addon {
    width: auto;
    border-radius: 7px;
}

.cartInfo.cartTotal .table tbody tr td:last-child {
    padding: 25px;
    text-align: right;
}

/*================= 12 PRICING TABLE ==================*/
.pricingTable {
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background-color: #f8f8f8;
    margin-bottom: 30px;
}

.pricingTable .priceUper, .pricingTable .priceLower {
    display: block;
    width: 100%;
}

.pricingTable .priceLower {
    min-height: 135px;
}

.school-admin-dashboard .pricingTable .priceLower {
    min-height: 180px;
}

.pricingTable .priceLower {
    padding: 20px;
}

.pricingTable .priceLower .priceBtn .btn-primary {
    border: none !important;
}

.pricingTable.tableVertical {
    width: 100%;
    float: left;
}

@media (min-width: 480px) {
    .pricingTable.tableVertical .priceUper, .pricingTable.tableVertical .priceLower {
        display: inline-block;
        float: left;
        width: 50%;
    }
}

.priceTitle {
    height: auto;
    padding: 15px;
    border-radius: 8px 8px 0 0;
}

.priceTitle h3 {
    margin: 0;
    color: #ffffff;
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    font-weight: 550;
    text-transform: capitalize;
}

.priceTitle.alt {
    height: 90px;
    padding: 0 20px;
}

.priceTitle.alt h3 {
    line-height: 90px;
    font-size: 36px;
}

.priceTitle.checkingTitle {
    height: 80px;
    padding: 0 20px;
}

.priceTitle.checkingTitle h3 {
    line-height: 80px;
    font-size: 24px;
}

.priceInfo {
    height: 104px;
}

.priceInfo p {
    color: #fffefe;
    padding: 0 20px;
}

.priceInfo.alt {
    height: 180px;
    overflow: hidden;
}

.priceOffer li {
    margin-bottom: 25px;
    font-family: 'Dosis', sans-serif;
    color: #757576;
    font-size: 18px;
}

.priceOffer li i {
    margin-right: 8px;
}

.priceOffer li:last-child {
    margin-bottom: 25px;
}

.priceBtn h4 {
    display: inline-block;
    float: right;
    font-family: 'Dosis', sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    line-height: 20px;
}

.priceBtn h4 small {
    text-transform: capitalize;
    font-size: 14px;
}

.priceBtn h5 {
    font-family: 'Dosis', sans-serif;
    font-size: 28px;
    font-weight: 600;
    color: #282829;
}

.priceBtn h5 span {
    color: rgb(234, 112, 102);
}

.tableVertical .priceTitle {
    border-radius: 8px 0 0 0;
}

.tableVertical .priceInfo {
    min-height: 205px;
    border-radius: 0 0 0 8px;
}

@media (min-width: 768px) {
    .tableVertical .priceInfo {
        min-height: 135px;
    }
}

.tableVertical .priceBtn.alt {
    padding: 20px 20px 0 20px;
}

.tableVertical .priceBtn.alt .btn-primary {
    background-color: #ffffff;
    color: #757576;
}

.tableVertical .priceBtn.alt h4 {
    color: #ffffff;
}

.tableVertical .priceBtn.alt h4 small {
    color: #ffffff;
}

@media (min-width: 480px) {
    .tableVertical .priceBtn.alt h4 {
        float: none;
        display: block;
        margin-top: 20px;
        text-align: left;
    }
}

@media (min-width: 768px) {
    .tableVertical .priceBtn.alt h4 {
        float: right;
        display: inline-block;
        margin-top: 0;
        text-align: center;
    }
}

.tableVertical .priceLower {
    padding: 20px 20px 0 20px;
}

/*================= 13. CHECKOUT STEP ==================*/
/*========== 13.1 CHECKOUT PROGRESS ==========*/
.progress-wizard {
    margin-top: 40px;
    margin: 40px 0 70px 0;
    padding: 0 0 30px 0;
}

.progress-wizard > .progress-wizard-step {
    padding: 0;
    position: relative;
    height: 105px;
}

@media (min-width: 320px) {
    .progress-wizard > .progress-wizard-step {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    .progress-wizard > .progress-wizard-step {
        margin-bottom: 0;
        height: 100px;
    }
}

.progress-wizard > .progress-wizard-step > .progress {
    position: relative;
    border-radius: 0px;
    height: 5px;
    box-shadow: none;
    margin: 20px 0;
}

.progress-wizard > .progress-wizard-step > .progress > .progress-bar {
    width: 0px;
    box-shadow: none;
}

@media (min-width: 320px) {
    .progress-wizard > .progress-wizard-step > .progress > .progress-bar {
        background-color: transparent;
    }
}

@media (min-width: 768px) {
    .progress-wizard > .progress-wizard-step > .progress > .progress-bar {
        background: rgb(234, 112, 102);
    }
}

.progress-wizard > .progress-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}

.progress-wizard > .progress-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}

.progress-wizard > .progress-wizard-step > .progress > .progress-bar {
    width: 0%;
}

.progress-wizard > .progress-wizard-step:first-child.active > .progress > .progress-bar {
    width: 0%;
}

.progress-wizard > .progress-wizard-step:last-child.active > .progress > .progress-bar {
    width: 100%;
}

.progress-wizard > .progress-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}

.progress-wizard > .progress-wizard-step:last-child > .progress {
    width: 50%;
}

.progress-wizard > .progress-wizard-step.disabled a.progress-wizard-dot {
    pointer-events: none;
}

@media (min-width: 320px) {
    .progress {
        background-color: transparent;
    }
}

@media (min-width: 768px) {
    .progress {
        background-color: #f8f8f8;
    }
}

.progress-wizard > .progress-wizard-step > .progress-wizard-dot {
    display: block;
    background-color: #ffffff;
    border-radius: 100%;
    border: 5px solid rgb(234, 112, 102);
    padding: 5px;
    text-align: center;
    color: #000000;
}

@media (min-width: 320px) {
    .progress-wizard > .progress-wizard-step > .progress-wizard-dot {
        width: 110px;
        position: relative;
        top: 0;
        left: 0;
        margin: -20px auto 0 auto;
    }
}

@media (min-width: 768px) {
    .progress-wizard > .progress-wizard-step > .progress-wizard-dot {
        width: auto;
        position: absolute;
        top: -30px;
        left: 28%;
        margin-top: -15px;
        margin-left: -15px;
    }
}

.progress-wizard > .progress-wizard-step > .progress-wizard-dot i {
    display: block;
    color: rgb(234, 112, 102);
    font-size: 24px;
    line-height: 90px;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #ededed;
    text-align: center;
}

@media (min-width: 768px) {
    .progress-wizard > .progress-wizard-step > .progress-wizard-dot i {
        line-height: 102px;
        width: 102px;
        height: 102px;
    }
}

.progress-wizard > .progress-wizard-step > .progress-wizard-dot:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.progress-wizard > .progress-wizard-step.incomplete > .progress-wizard-dot {
    border-color: #f8f8f8;
    color: #757576;
}

.progress-wizard > .progress-wizard-step.incomplete > .progress-wizard-dot i {
    color: #757576;
}

.progress-wizard > .progress-wizard-step.complete > .progress-wizard-dot i {
    color: #ffffff;
    background-color: rgb(234, 112, 102);
}

.progress-wizard .progressInfo {
    text-align: center;
    font-family: 'Dosis', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #282829;
}

@media (min-width: 768px) {
    .progress-wizard .progressInfo {
        margin: 70px 0 0 0px;
    }
}

@media (min-width: 992px) {
    .progress-wizard .progressInfo {
        margin: 70px 0 0 -40px;
    }
}

@media (min-width: 1200px) {
    .progress-wizard .progressInfo {
        margin: 70px 0 0 -70px;
    }
}

/*========== 13.2 CHECKOUT INFO ==========*/
.checkoutInfo.panel {
    border: none;
    border-radius: 8px;
}

.checkoutInfo .panel-heading {
    height: 80px;
    padding: 0 30px;
    border-radius: 8px 8px 0 0;
}

.checkoutInfo .panel-heading .panel-title {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    line-height: 80px;
    text-transform: capitalize;
}

.checkoutInfo .panel-body {
    border: 1px solid #dedede;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 50px 30px;
}

.checkoutInfo .form-group label {
    color: #282829;
    font-weight: 400;
}

.checkoutInfo .form-group .form-control {
    height: 45px;
    border-width: 3px;
    border-radius: 7px;
    margin-bottom: 10px;
}

.checkoutInfo .form-group textarea.form-control {
    height: 151px;
}

.checkoutInfo .checkbox label {
    color: #282829;
}

.checkoutInfo .checkbox a:hover {
    color: rgb(234, 112, 102);
}

.panel-body .form-group {
    display: inline;
}

.continueBtnArea .btn-primary {
    background-color: #f8f8f8 !important;
    border: none !important;
    color: #757576;
}

.continueBtnArea .btn-primary:hover {
    background-color: rgb(234, 112, 102) !important;
    color: #ffffff !important;
}

.lowerPartTitle h4 {
    font-family: 'Dosis', sans-serif;
    font-weight: 700;
    font-size: 24px;
    color: rgb(234, 112, 102);
    text-transform: capitalize;
    margin-top: 15px;
    margin-left: 15px;
}

.lowerPartTitle h4 span {
    color: #282829;
}

.lowerPartTitle p {
    margin-bottom: 30px;
    color: #282829;
}

.blankLabel {
    height: 16px;
}

.addressInfo dt {
    width: 70px;
    text-align: left;
    font-weight: 600;
    color: #282829;
}

.addressInfo dd {
    margin-left: 70px;
    color: #282829;
}

.card-img {
    text-align: center;
}

.card-img img {
    display: inline-block;
    margin-bottom: 7px;
}

@media (min-width: 992px) {
    .categorySection {
        padding-bottom: 0;
    }
}

@media (min-width: 992px) {
    .categorySection .box {
        margin-bottom: 100px;
    }
}

.categorySection .box-info h4 {
    margin-bottom: 0;
}

.categorySection .box-info {
    padding: 25px;
}

/*=== 14.1 PRODUCT GALLERY ===*/
.product-gallery {
    position: relative;
    width: 100%;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .product-gallery {
        margin-bottom: 0;
    }
}

.product-gallery .product-gallery-preview {
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    width: 100%;
    text-align: center;
}

.product-gallery .product-gallery-preview li {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 117px;
    opacity: 0;
    padding: 70px 0;
    border-radius: 12px;
    border: 4px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 480px) {
    .product-gallery .product-gallery-preview li {
        margin: 0 0 0 87px;
    }
}

.product-gallery .product-gallery-preview li img {
    display: inline-block;
}

.product-gallery .product-gallery-preview li.current {
    position: relative;
    opacity: 1;
}

.product-gallery .product-gallery-thumblist {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    list-style: none;
    padding: 0;
}

@media (max-width: 480px) {
    .product-gallery .product-gallery-thumblist {
        width: 80px;
    }
}

.product-gallery .product-gallery-thumblist li {
    display: block;
    padding: 15px 10px;
    border-radius: 12px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 7px;
}

@media (max-width: 480px) {
    .product-gallery .product-gallery-thumblist li {
        padding: 10px 7px;
    }
}
.allergensModalStyles {
    width: auto;
    top: 30%;
    left: 50%;
    right: auto;
    position: absolute;
    bottom: auto;
    width: 50%;
    transform: translate(-50%, -50%);
    overflow: initial;
    background: white;
}
@media (max-width: 480px) {
    .allergensModalStyles {
        background: white;
        top: 30%;
        left: 50%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%);
        overflow: initial;
    }
    .ReactModalPortal .ReactModal__Content.ReactModal__Content--after-open{
        width: 85% !important;
    }
}
.product-gallery .product-gallery-thumblist li a {
    display: block;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=0.3);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    transition: opacity 0.3s;
}

.product-gallery .product-gallery-thumblist li.active > a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.product-info .product-title {
    font-family: 'Dosis', sans-serif;
    font-size: 40px;
    color: #282829;
    text-transform: capitalize;
    margin-bottom: 50px;
    font-weight: 600;
}

.product-info .price span {
    font-size: 55px;
    color: #84bed6;
    margin-bottom: 45px;
}

.product-info .price span del {
    color: #e4e4e4;
    font-size: 45px;
    margin-left: 15px;
}

.product-info p {
    font-size: 15px;
    margin-bottom: 45px;
}

.add-cart .count-input {
    display: inline-block;
    position: relative;
    width: 70px;
    margin-right: 10px;
}

.add-cart .count-input .btn-primary {
    width: 100%;
    background: #f8f8f8 !important;
    border: none !important;
    color: #757576;
    position: relative;
    width: 100%;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.add-cart .count-input .incr-btn {
    position: absolute;
    right: 7px;
    color: #757576;
    height: 14px;
    display: inline-block;
    line-height: 10px;
}

.add-cart .count-input .incr-up {
    top: 8px;
}

.add-cart .count-input .incr-down {
    bottom: 9px;
}

.product-category {
    color: #282829;
    font-size: 15px;
    margin: 45px 0;
}

.share span {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    color: #282829;
    font-weight: 600;
    display: inline-block;
    margin-right: 10px;
}

.share .list-inline {
    display: inline-block;
}

.share .list-inline li {
    padding: 2px;
}

.share .list-inline li a {
    display: block;
    text-align: center;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #ffffff;
}

.share .list-inline li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*=== 14.2 PRODUCT REVIEW ===*/
.product-review .tabCommon .nav {
    text-align: left;
}

.product-review .tabCommon .tab-content {
    padding-top: 25px;
    padding-bottom: 5px;
}

.product-review .tabCommon .tab-pane {
    border: none;
    background: #f8f8f8;
    padding: 30px 25px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
}

.product-review .tab-content h3 {
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    color: rgb(234, 112, 102);
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 600;
}

.product-review .tab-content p {
    font-size: 15px;
    margin-bottom: 25px;
    color: #757576;
}

.product-review .para-list.list-unstyled {
    margin-bottom: 10px;
    display: inline-block;
    margin-right: 30px;
}

.product-review .commentsList .media-body .media-heading {
    text-transform: uppercase;
}

.product-review .product-rating {
    display: inline-block;
    color: #ffce2b;
    position: absolute;
    right: 0;
    top: 0;
}

.priceOffer a:hover {
    font-weight: bold;
    font-size: 20px;
    padding-left: 4px;
}

.uploadFileInfo .input-group {
    border-radius: 5px;
    /*margin-bottom: 30px;*/
    box-shadow: 0 4px 0 rgba(255, 255, 255, 0.1);
}

.uploadFileInfo .input-group .form-control {
    background-color: #f5f5f5;
    border: 0;
    color: #757576;
    height: 40px;
    width: 80%;
}

.uploadFileInfo .input-group .input-group-addon {
    border-radius: 0 4px 4px 0;
    background-color: rgb(234, 112, 102);
    border: 0;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    float: left;
    width: 20%;
    height: 40px;
}

.uploadFileInfo .input-group .input-group-addon i {
    color: #ffffff;
}

.uploadFileInfo .input-group .input-group-addon {
    background-color: rgb(234, 112, 102);
}

.input-form {
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #ccc;
    padding: 0;
    border-radius: 0;
    height: 30px;
    margin-bottom: 10px;
}

.card {
    border-radius: 3px;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.2);
}

.card .card-header span {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
}

.card .card-header a {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 600;
}

.card .card-header a:hover {
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
    color: #e42212;
    text-transform: capitalize;
    font-weight: 600;
}

.card .card-body p {
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    color: #ffffff;
    text-transform: capitalize;
    font-weight: 500;
}

.card .card-body {
    padding-top: 5px;
    padding-bottom: 5px;
}

.icon-group a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    display: block;
    color: #ffffff;
    font-size: 16px;
}

.menu-carousel .teamContent {
    width: 180px !important;
}

.menu-carousel .teamContent button {
    margin-bottom: 5px !important;
    width: 180px !important;
    font-family: 'Dosis', sans-serif;
}

.menu-carousel .owl-controls .owl-nav .owl-prev, .menu-carousel .owl-controls .owl-nav .owl-next {
    background: #f5f5f5;
}

.btn-group .active {
    background-color: rgb(234, 112, 102);
    color: #fff;
}

.button-group-section .button-sm {
    margin: auto;
    font-size: 14px;
    padding: 7px 53px !important;
}
.teachersInfo .text-description {
    text-align: justify;
}

.uib-datepicker-popup .btn {
    color: #757576;
    border: 1px solid #cccccc;
}

.uib-button-bar .btn {
    color: #ffffff;
    border: none;
}

table > tbody td a .tbl-rounded-icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
}

ul > li .ul-rounded-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    font-size: 16px;
}

.table-responsive > table > tbody > tr .actions {
    width: 10px;
}

.search {
    padding: 5px;
    font-size: 15px;
    width: 250px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

.search:focus {
    width: 300px;
}

.noSchool {
    color: lightslategray;
    height: auto;
    font-size: xx-large;
    overflow: hidden;
    text-align: center;
    padding: 50px;
}

.flash-button {
    background: green;
    padding: 5px 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
    animation-name: flash;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;

// Firefox 1 + -webkit-animation-name: flash;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

// Safari 3 - 4 -moz-animation-name: flash;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
}

@keyframes flash {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes flash {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1.0;
    }
}

@-moz-keyframes flash {
    0% {
        opacity: 1.0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1.0;
    }
}

.grades {
    border: 2px solid blue;
    width: 100px;
    height: 100px;
    display: table;
    margin: 20px;

}

.grades .dashRow {
    display: table-row;
}

.grades .cell {
    display: table-cell;
}

.chartBoard {
    border: 2px solid rgb(234, 112, 102);
    width: 400px;
    height: 300px;
    display: table;
    margin-top: 10px;

}

.dashboard .dashRow {
    display: table-row;
}

.dashboard .cell {
    display: table-cell;
}

.row-1 .cell {
    padding: 10px;
    vertical-align: top;
    font-size: 25px;
}

.row-2 .cell {
    vertical-align: middle;
    font-size: 200px;
    font-weight: bolder;
}

.row-3 .cell {
    padding: 10px;
    vertical-align: bottom;
    font-size: 25px;
}

#buttons {
    padding-top: 50px;
    text-align: center;
    margin: 0 auto;
    display: block;

}

/* start da css for da buttons */
.tabs {
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn {
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 8px;
    color: white;
    min-width: 80px;
}
.menubtn {
    border-radius: 5px;
    padding: 7px 15px;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 8px;
    color: white;
    margin-right: 70px;
       -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.btn:active {
    transform: translate(0px, 5px);
    -webkit-transform: translate(0px, 5px);
    box-shadow: 0px 1px 0px 0px;
}

.red {
    background-color: #e74c3c;
    box-shadow: 0px 5px 0px 0px #CE3323;
}

.red:hover {
    background-color: #FF6656;
}

.gray {
    background-color: lightgrey;
    box-shadow: 0px 5px 0px 0px #CE3323;
}

.gray:hover {
    background-color: lightgrey;
}

.password-form {
    margin: 50px;
}

.reset-form {
    margin: 50px;
}

.custom-input {

    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid black;

}

/*.navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 2px !important;
}*/

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

.chip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    white-space: pre-wrap;
    padding: 10px;
    clear: both;
    font-size: 15px;
    border-radius: 5px;
    background-color: lightblue;
    cursor: pointer;
}

.ReactModal__Overlay {
    z-index: 1000 !important;
}

.custom-margin {
    margin-bottom: -40px !important;

}

.overlayTab {
    position: relative;

}

.navi {

}

/*
*  Position the #infoi element in the top-right
*  of the .wrapper element
*/
#hideButton {
    margin: auto;
    position: absolute;

}

/* Radio group */
.segmented {
    display: flex;
    flex-flow: row wrap;
    box-sizing: border-box;
    font-family: "Helvetica Neue";
    font-size: 90%;
    text-align: center;
}

.segmented label {
    display: block;
    flex: 1;
    box-sizing: border-box;
    border: 1px solid #167efb;
    border-right: none;
    color: #167efb;
    margin: 0;
    padding: .4em;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
}

.segmented label.checked {
    background: #167efb;
    color: #fff;
}

.segmented.inverted label {
    border-color: #fff;
    color: #fff;
    background: none;
}

.segmented.inverted label.checked {
    background: #fff;
    color: inherit;
}

.segmented label:first-child {
    border-radius: 0;
    border-right: 0;
}

.segmented label:last-child {
    border-radius: 0;
    border-right: 1px solid;
}

.segmented input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
    position: absolute;
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 25px;
    border-radius: 10px;
    background-color: #f1f1f1;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.fa-icon {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    margin: 4px;

}

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

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.bottomMenu {
    /*height: 50px;*/
    font-size: 12px;
    /* position: fixed; */
    bottom: 20px;
    right: 50px;
    width: auto;
    border-radius: 25px;
    background: white;
    /* background: #e0e0e0; */
    /* background: rgb(222,232,244); */
    /* background: linear-gradient(90deg, rgba(222,232,244,1) 0%, rgba(197,206,245,1) 47%, rgba(166,180,245,1) 100%); */
    z-index: 1000;
    transition: all 1s;
    border: 1px solid #FFDF00;
    padding: 10px;
}

.hide {
    opacity: 0;
}

.show {
    opacity: 1;
}

/*SOF- Parent Dashboard -student tiles*/
.studentTile .student-links li {
    margin-bottom: 0px;
    font-family: 'Dosis', sans-serif;
    color: #757576;
    font-size: 16px;
    line-height: 1.6em;
}

.studentTile .student-links li:last-child {
    margin-bottom: 35px;
}

.studentTile .student-links li i {
    margin-right: 8px;
}

.studentTile .student-links a:hover {
    font-weight: bold;
    /* font-size: 18px; */
    padding-left: 4px;
}

.studentTile .teamStyle {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 160px;
}

.studentTile .teamStyle .media-left {
    padding: 8px;
    width: 100px;
}

.studentTile .teamStyle .media-body {
    padding-top: 8px;
    padding-left: 15px;
}

/*.studentTile {
    padding-right: 0px;
}*/

.studentTile .teamStyle .media-left img {
    box-shadow: none;
}

.studentTile .teamStyle .media-body h4 {
    font-size: 16px;
}

.studentTile .teamStyle .media-body h4 a {
    width: 160px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.btn-twitter-link:hover {
    text-decoration: underline;
}

.btn-twitter-link {
    padding:  8px 0px 8px 15px;
}

/*Parent top menu items styles*/

.navbar-nav > li.dropdown.custom-megaDropMenu .dropdown-menu .list-unstyled li a {
    padding: 2px 12px;
}

.navbar-nav > li.dropdown.custom-megaDropMenu .dropdown-menu .list-unstyled li:first-child {
    padding: 6px 12px;
    font-size: 18px;
}

.navbar-nav > li.dropdown.custom-megaDropMenu .dropdown-menu .list-unstyled {
    padding-bottom: 5px;
}

/* Style for checkbox in create menu testing*/

.styled-input-single {
    position: relative;
    padding: 20px 0 20px 30px;
    text-align: left;
}
.styled-input-multiple {
    position: relative;
    
    text-align: left;
}

.styled-input-single label {
    font-size: 13px;
    cursor: pointer;
}

.styled-input-single label:before, .styled-input-single label:after {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 50%;
}

.styled-input-single label:before {
    left: 0;
    width: 20px;
    height: 20px;
    margin: -15px 0 0;
    background: #e6e6e6;
    box-shadow: 0 0 1px grey;
}

.styled-input-single label:after {
    left: 5px;
    width: 15px;
    height: 15px;
    margin: -12px -2px;
    opacity: 0;
    background: rgb(234, 112, 102);
    transform: translate3d(-40px, 0, 0) scale(0.5);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.styled-input-multiple label:before {
    left: 0;
    width: 20px;
    height: 20px;
    margin: -15px 0 0;
    background: #e6e6e6;
    box-shadow: 0 0 1px grey;
}

.styled-input-multiple label:after {
    left: 5px;
    width: 15px;
    height: 15px;
    margin: -12px -2px;
    opacity: 0;
    background: rgb(234, 112, 102);
    transform: translate3d(-40px, 0, 0) scale(0.5);
    transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.styled-input-single input[type="radio"], .styled-input-single input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: -9999px;
    visibility: hidden;
}

.styled-input-single input[type="radio"]:checked + label:after, .styled-input-single input[type="checkbox"]:checked + label:after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.styled-input--square label:before, .styled-input--square label:after {
    border-radius: 0;
}

.styled-input--rounded label:before {
    border-radius: 10px;
}

.styled-input--rounded label:after {
    border-radius: 6px;
}

.styled-input--diamond .styled-input-single {
    padding-left: 45px;
}

.styled-input--diamond label:before, .styled-input--diamond label:after {
    border-radius: 0;
}

.styled-input--diamond label:before {
    transform: rotate(45deg);
}

.styled-input--diamond input[type="radio"]:checked + label:after, .styled-input--diamond input[type="checkbox"]:checked + label:after {
    transform: rotate(45deg);
    opacity: 1;
}

/** Styles for Auth DeTAILS Page **/
.user-profile-pic {
    /*display: none;*/
    max-width: 100%;
    height: 100%;
}

.user-file-upload {
    display: none !important;
}

.user-circle {
    border-radius: 30px !important;
    overflow: hidden;
    width: 130px;
    height: 130px;
    border: 2px solid rgb(234, 112, 102);
    position: absolute;
    right: 50px;
}

.user-p-image {
    position: absolute;
    cursor: pointer;
    top: 100px;
    right: 40px;
    color: #757576;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.user-p-image:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}

.user-upload-button {
    font-size: 2.5em;
}

.user-upload-button:hover {
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
    color: #999;
}

.user-box-columns {
    min-height: 150px;
}

.user-personal-info p {
    font-weight: 700;
}

.user-fieldset {
    border: 1px solid silver;
    border-radius: 5px;
    padding: .35em .625em .75em;
}

.user-fieldset legend {
    border-bottom: none;
    width: auto;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 8px 14px;
    color: rgb(234, 112, 102);
}

.user-fieldset .form-group {
    margin-bottom: 5px;
}

.user-fieldset .btn {
    margin: 2px 4px 0 0;
}

.user-form-fieldset {
    display: none;
}

.userChangePWD {
    padding-left: 0px;
}

.userChangePWD:hover {
    text-decoration: underline;
}

.userChangePWD span {
    margin-left: 0px;
}

.user-sectionTitle h2 {
    margin-bottom: 30px;
}

.user-group-icon span {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 100%;
    display: block;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}

@media (min-width: 768px) {
    .row .col-md-6 > .add-btn-sm {
        float: right !important;
    }
}

/*.eventip {*/
/*position: relative;*/
/*}*/

/*.eventip .tooltiptext {*/
/*visibility: hidden;*/
/*width: auto;*/
/*background-color: black;*/
/*color: #fff;*/
/*text-align: center;*/
/*border-radius: 6px;*/
/*padding: 5px 0;*/
/*position: absolute;*/
/*z-index: 1000;*/
/*top: 150%;*/
/*left: 50%;*/
/*margin-left: -60px;*/
/*}*/

/*.eventip .tooltiptext::after {*/
/*content: "";*/
/*position: absolute;*/
/*bottom: 100%;*/
/*left: 50%;*/
/*margin-left: -5px;*/
/*border-width: 5px;*/
/*border-style: solid;*/
/*border-color: transparent transparent black transparent;*/
/*}*/

/*.eventip:hover .tooltiptext {*/
/*visibility: visible;*/
/*}*/

/** Flash styles for highlighting **/
/* Flash class and keyframe animation */
.flash {
    -webkit-animation: flash linear 1s infinite;
    animation: flash linear 1s infinite;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

/* Pulse class and keyframe animation */

/** Styles for Mobile Num Validation **/

/*.input:required {
    box-shadow:none;
}
.input:invalid {
    box-shadow:0 0 3px #ffbb15;
}*/
.panel-body-onboard .form-group {
    display: block;
}

.fc-day-grid-event > .fc-content {
    white-space: pre-line;
}

/* Testing Meal Desv tooltip*/

.tooltip {
    display: inline;
    position: relative;
}

.tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(title);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 1000;
    width: 220px;
}

.tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.super-admin-logo {
    width: 130px !important;
    height: auto;
}

.parent-logo {
    width: 130px !important;
    height: auto;
}

.admin-logo {
    width: 54px !important;
    height: auto;
    display: inline-block !important;
    margin-right: 8px;
}

.footer-logo {
    width: 72px !important;
    height: auto;
    margin-right: 5px;
}

.school-name {
    display: inline-block;
    font-weight: 600;
    line-height: 60px;

}

.accordion__item h3 {
    font-size: 14px;
}

@media (min-width: 320px) {
    .school-name {
        font-size: 11px;
    }
}

@media (min-width: 768px) {
    .school-admin-brand {
        width: auto !important;
        height: 70px !important;
        padding: 5px !important;
    }

    .school-name {
        font-size: 17px;
    }
    .student-modal-footer-btns .btn span{
        margin:2px !important;
    }
	/*.ReactModalPortal .ReactModal__Content.ReactModal__Content--after-open{
        width: auto !important;
      }*/
}

.forgotpwd-form-group .btn-back-primary {
    background-color: #f47e35 !important;
    border: 2px solid #f47e35 !important;
    color: #ffffff !important;
    margin-left: 0px;
}

.forgotpwd-form-group .btn-primary {
    margin-right: 0px;
}

.forgotpwd-form-group .btn-back-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.forgotpwd-form-group .btn {
    min-width: 80px;
}

.user-details-panel-body .form-group {
    display: block;
}

.account-details-panel-body .form-group {
    display: block;
}

.user-panel-body .form-group {
    display: block;
}

.login-details-panel-body .form-group {
    display: block;
}

.user-details-panel-body, .account-details-panel-body {
    min-height: 180px;
}

.excel-file-div label {
    font-weight: 400;
    padding: 6px;
}

.rdtPicker {
    width: auto;
}

.App-intro a {
    font-weight: 700;
    text-decoration: underline !important;
}

.act-de-modal {
    min-width: 380px;
    min-height: 140px;
}

.act-de-modal .btn {
    min-width: 65%;
}

.panel-body-onboard .btn {
    min-width: 100px;
}

.act-de-modal-head {
    padding: 0 0 15px 0;
}

.calender-menu-item-1 {
    cursor: pointer;
    height: auto;
    text-align: center;
    background-color: #b2e87a;
    border-radius: 2px;
    white-space: pre-wrap;
    color: black;
    font-size: 12px;
    padding: 5px;
    font-weight: bolder;
    margin: 0px 5px 5px;
}

.calender-menu-item-2 {
    cursor: pointer;
    height: auto;
    text-align: center;
    background-color: #b2e87a;
    border-radius: 2px;
    white-space: pre-wrap;
    color: black;
    font-size: 12px;
    padding: 5px;
    font-weight: bolder;
    margin: 0px 5px 5px;
}

.calender-menu-item-3 {
    cursor: pointer;
    height: auto;
    text-align: center;
    background-color: orange;
    border-radius: 10px;
    white-space: pre-wrap;
    color: black;
    font-size: 12px;
    padding: 5px;
    font-weight: bolder;
    margin: 0px 5px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 768px) {
    .calender-menu-item-1, .calender-menu-item-2, .calender-menu-item-3 {
        white-space: inherit;
        font-size: 11px;
        font-weight: 700;
        line-height: 1.5em;
    }

    .fc table {
        width: 700px;
    }

}

.order-meal-header {
    border: 1px solid #ddd;
    display: block;
    width: 100%;
    float: left;
    padding: 10px 0;
    margin-bottom: 10px;
}

.order-meal-header p {
    margin-bottom: 0;
    font-size: 15px;
}

.order-meal-header span {
    font-weight: 700;
    color: #444444;
}

.pagination {
    margin: 0;
}

.pagination .btn {
    margin: 0 8px;
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
}

.panel-heading h3 {
    text-transform: capitalize;
}

.slick-current .row {
    width: auto !important;
}

.calendar-footer-buttons .btn, .add-student-footer .btn {
    min-width: 150px;
}
.calendar-footer-buttons .btn, .add-schools-footer .btn {
    min-width: 150px;
}
.modal-title-color {
    color: rgb(0, 0, 178);
    font-weight: 600;
}

.capitalize {
    text-transform: capitalize;
}

.w3-small {
    font-size: 10px !important;
}

.btn-inactive-color {
    color: #000000;
}

.excel-file-link-text {
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}

body .wrapper {
    /*  padding-bottom: 80px; */
}

.allergies-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
    border: 1px solid transparent;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    min-width: 50px;
}

.allergies-success:hover, .allergies-primary:hover {
    border: 1px solid transparent;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.3) !important;
}

.allergies-primary {
    background-color: rgb(234, 112, 102);
    border: 1px solid rgb(234, 112, 102);
    color: #ffffff;
    border: 1px solid transparent;
    vertical-align: middle;
    font-weight: 500;
    font-size: 14px;
    min-width: 50px;
    margin-left: 5px;
}

.allergies-textarea {
    width: 75%;
    resize: none;
    margin-bottom: 2px;
}

.theme_red_color {
    color: rgb(234, 112, 102) !important;
}
.color-8 {
    color: #ffae42 !important;

}
.bg-color-8{
    background-color: #ffae42 !important
}
.theme_red_bg_color {
    background-color: rgb(234, 112, 102) !important;
}

.survey-msg-text {
    margin: 0px;
}

.panel-customReport {
    display: table-cell;
}

.panel-p1 {
    margin-bottom: 0px;
}

.custom-tabCommon .tab-content {
    width: 100%;
}

.customReport-Files {
    background-color: #f5f5f5;
    box-shadow: 0 0 1px grey;
}

.customReport-Files label {
    text-decoration: underline;
    cursor: pointer;
}

.custom-tabCommon .nav-tabs > li:hover:after, .custom-tabCommon .nav-tabs .active:after {
    border-top: 10px solid rgb(234, 112, 102);
}

.custom-tabCommon .nav-tabs > li a:hover {
    background-color: rgb(234, 112, 102);
    color: #fffefe;
}

#selectGrades .btn {
    min-width: 50px;
    z-index: 1;
}

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

.cutoff-formField .label-text {
    font-style: italic;
    font-size: 12px;
    font-weight: 600;
}

.cutoff-formField .label-text-options {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
}

.pdf-zoom {
    transform: scale(0.1);
}
.mr-bt-10{
    margin-bottom: 10px;
}
.mr-bt-5{
    margin-bottom: 5px;
}
.manage-order-pdf-row h4{
    padding: 10px;
    margin-bottom: 0px;
}
.manage-order-pdf-row .btn-social{
    padding: 6px 10px;
    letter-spacing: 0px;
}

.disable-checkbox:after{
    background: rgb(236, 191, 188) !important;
    cursor: not-allowed;
}
.custom-reports-slider .slick-arrow.slick-prev {
    left: -15px !important;
}
.custom-reports-slider .slick-arrow.slick-next {
    right: -15px !important;
}
.panel-body-QuickReports .QuickReports-PDF{
    cursor: pointer;
    margin: 0px 10px;
}
.panel-body-QuickReports .QuickReports-Excel{
    cursor: pointer;
    margin: 0px 10px;
    color: green;
}
.panel-body-QuickReports .QuickReports-Excel:hover, .panel-body-QuickReports .QuickReports-Excel:focus{
    color: #23527c;
}
.panel-body-QuickReports .ReactTable .rt-table .rt-tbody .rt-tr-group .rt-tr .rt-td:first-child{
    font-weight: 700;
    padding: 25px 5px;
}
.panel-body-QuickReports .panel-body-QuickReports-Date{
    font-weight: 700; 
}
@media only screen and (max-width: 480px) {
    .ReactModalPortal .ReactModal__Content.ReactModal__Content--after-open{
      width: auto !important;
	  top: 50% !important;
    }
    .student-modal-footer-btns .btn span{
        margin:2px !important;
    }
    .bottomMenu{
        bottom: 5px;
        padding: 5px;
    }
  }
  .panel-sendOTP .checkbox input[type="checkbox"]{
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    }
  .panel-sendOTP .checkbox label{
      font-weight: 600;
      font-size: 16px;
      display: block;
      padding-left: 15px;
      text-indent: -15px;
      font-family: 'Dosis', sans-serif;
    }
    .btn-graph-bar{
        margin: 18px 0px 10px 5px;
        padding: 5px 8px;
        font-size: 20px;
        color: rgb(234, 112, 102);
        border: 1px solid rgb(234, 112, 102);
        border-radius: 10px;
    }
    .btn-graph-bar:focus, .btn-graph-bar:hover, .btn-graph-bar:active{
        
        color: #ffffff;
        border: 1px solid #ffffff;
        background-color: rgb(234, 112, 102);
    }
    .parent-support-panel-body .form-group{
        display: block;
    }
    .rdtPicker td.rdtDisabled, .rdtPicker td.rdtDisabled:hover.rdtPicker td.rdtDisabled, .rdtPicker td.rdtDisabled:hover{
        color: #dddddd;
    }
    .accordionCommon .student-panel-heading .accordionTitleBlock{
        font-family: 'Dosis', sans-serif;
        font-size: 20px;
        color: rgb(234, 112, 102);
        text-transform: capitalize;
        font-weight: 700;
    }
    .student-panel-heading.accordion-toggle::before {
        /* symbol for "opening" panels */
        font-family:'FontAwesome';
        content:"\f146";
        color: rgb(234, 112, 102);
        padding-right: 8px;
        font-size: 20px;
    }
    .student-panel-heading.accordion-toggle.collapsed::before {
        /* symbol for "collapsed" panels */
        content:"\f0fe";
    }
    .table-payment-modal thead, .table-payment-modal tbody tr,.table-payment-modal tfoot tr {
        display:table;
        width:100%;
        table-layout:fixed;/* even columns width , fix width of table too*/
    }

    .add-lunch-balance-btn {
        padding:0px 8px;
        font-size:10px;
        float:right;
        cursor:pointer;
    }
    .add-lunch-balance-btn span{
        display:inline-block;
    }

    @media (max-width: 450px) {    
    .add-lunch-balance-btn {
        padding:0px 8px;
        font-size:10px;
        float:right;
        cursor:pointer;
    }
    .add-lunch-balance-btn span{
        display:none;
    }
}
.bg-color-light-grey{
    background-color: #a9a9a9;
}
/*Radio button groups inline*/
.rbcontainer {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.rbcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.rbcheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ea7066;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.rbcontainer:hover input ~ .rbcheckmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.contrbcontainerainer input:checked ~ .rbcheckmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rbcheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.rbcontainer input:checked ~ .rbcheckmark:after {
    display: block;
}

/* Fallback for React controlled inputs where :checked may not update reliably */
.rbcontainer .rbcheckmark.rb-selected:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.rbcontainer .rbcheckmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.h5-transfer-border{
    background-color: #e5e5e5;
    font-size: 15px;
    padding: 4px;
    font-weight: 600;
}
.table-payment-modal thead td, .table-payment-modal tfoot td{
    font-weight: 600;
}

/*Custom check box style*/
.c_checkbox {
    padding-left: 20px; 
}

.c_checkbox label {
      display: inline-block;
      position: relative;
      padding-left: 5px; 
    }
      .c_checkbox label::before {
        content: "";
        display: inline-block;
        position: absolute;
        width: 17px;
        height: 17px;
        left: 0;
        margin-left: -20px;
        border: 1px solid #cccccc;
        border-radius: 3px;
        background-color: #fff;
        -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
      .c_checkbox label::after {
        display: inline-block;
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 0;
        margin-left: -20px;
        padding-left: 3px;
       /* padding-top: 1px;*/
        font-size: 11px;
        color: #555555; }
    .c_checkbox input[type="checkbox"] {
      opacity: 0; }
      .c_checkbox input[type="checkbox"]:focus + label::before {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px; }
      .c_checkbox input[type="checkbox"]:checked + label::after {
        font-family: 'FontAwesome';
        content: "\f00c"; }
      .c_checkbox input[type="checkbox"]:disabled + label {
        opacity: 0.65; }
        .c_checkbox input[type="checkbox"]:disabled + label::before {
          background-color: #eeeeee;
          cursor: not-allowed; }
    .c_checkbox.c_checkbox-circle label::before {
      border-radius: 50%; }
    .c_checkbox.c_checkbox-inline {
        display: inline-block;
      margin-top: 0; }
  
  .c_checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #84bed6;
    border-color: #84bed6; }
  .c_checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }
  
  .c_checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
  .c_checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }
  
  .c_checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
  .c_checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }
  
  .c_checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
  .c_checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }
  
  .c_checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
  .c_checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

    /*Custom Radio*/

    .c_radio {
        padding-left: 20px; }
        .c_radio label {
          display: inline-block;
          position: relative;
          padding-left: 5px; }
          .c_radio label::before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #cccccc;
            border-radius: 50%;
            background-color: #fff;
            -webkit-transition: border 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out;
            transition: border 0.15s ease-in-out; }
          .c_radio label::after {
            display: inline-block;
            position: absolute;
            content: " ";
            width: 11px;
            height: 11px;
            left: 3px;
            top: 3px;
            margin-left: -20px;
            border-radius: 50%;
            background-color: #555555;
            -webkit-transform: scale(0, 0);
            -ms-transform: scale(0, 0);
            -o-transform: scale(0, 0);
            transform: scale(0, 0);
            -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
        .c_radio input[type="radio"] {
          opacity: 0; }
          .c_radio input[type="radio"]:focus + label::before {
            outline: thin dotted;
            outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px; }
          .c_radio input[type="radio"]:checked + label::after {
            -webkit-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1); }
          .c_radio input[type="radio"]:disabled + label {
            opacity: 0.65; }
            .c_radio input[type="radio"]:disabled + label::before {
              cursor: not-allowed; }
        .c_radio.c_radio-inline {
          margin-top: 0; }
      
      .c_radio-primary input[type="radio"] + label::after {
        background-color: #84bed6; }
      .c_radio-primary input[type="radio"]:checked + label::before {
        border-color: #84bed6; }
      .c_radio-primary input[type="radio"]:checked + label::after {
        background-color: #84bed6; }
      
      .c_radio-danger input[type="radio"] + label::after {
        background-color: #d9534f; }
      .c_radio-danger input[type="radio"]:checked + label::before {
        border-color: #d9534f; }
      .c_radio-danger input[type="radio"]:checked + label::after {
        background-color: #d9534f; }
      
      .c_radio-info input[type="radio"] + label::after {
        background-color: #5bc0de; }
      .c_radio-info input[type="radio"]:checked + label::before {
        border-color: #5bc0de; }
      .c_radio-info input[type="radio"]:checked + label::after {
        background-color: #5bc0de; }
      
      .c_radio-warning input[type="radio"] + label::after {
        background-color: #f0ad4e; }
      .c_radio-warning input[type="radio"]:checked + label::before {
        border-color: #f0ad4e; }
      .c_radio-warning input[type="radio"]:checked + label::after {
        background-color: #f0ad4e; }
      
      .c_radio-success input[type="radio"] + label::after {
        background-color: #5cb85c; }
      .c_radio-success input[type="radio"]:checked + label::before {
        border-color: #5cb85c; }
      .c_radio-success input[type="radio"]:checked + label::after {
        background-color: #5cb85c; }


        /*Icon bar*/

        .icon-bar {
            position: fixed;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
          }
          
          .icon-bar a {
            display: block;
            text-align: center;
            padding: 16px;
            transition: all 0.3s ease;
            color: white;
            font-size: 20px;
          }
          
          .icon-bar a:hover {
            background-color: #000;
          }


          /*sidebar menu*/

          .sidebar-menu {
            position: fixed;
            float: left;
            width: 65px;
            top: 90px;
            left:0px;
            background-color:#84bed6;
            color: #aaabae3f;
            z-index: 999;
          }
          .sidebar-menu-right {
            position: fixed;
            float: left;
            width: 50px;
            top: 90px;
            right: 5px;
            background-color: #84bed6;
            color: #aaabae3f;
            z-index: 999
          }
          #menu {
            list-style: none;
            margin: 0;
            padding: 0;
          }
          #menu li {
            position: relative;
            margin: 0;
            font-size: 12px;
            padding: 0;
          }
          #menu li ul {
            opacity: 0;
            height: 0px;
          }
          #menu li a {
              position: relative;
              display: block;
              padding: 8px 15px;
              color: #FFFFFF;
              white-space: nowrap;
              z-index: 2;
              font-size: 1.12em;
                  text-align: center;
              font-family: 'Carrois Gothic', sans-serif;
          }
          #menu li a:hover {
            color:#fdbb30;
            transition: color 250ms ease-in-out, background-color 250ms ease-in-out;
          }
          #menu li.active > a {
            background-color: #2b303a;
            color: #ffffff;
          }
          #menu ul li { background-color:#202121; }
          #menu ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
          }
          #menu li ul {
            position: absolute;
            visibility: hidden;
            left: 100%;
            top: 0px;
            background-color: #2b303a17;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
            opacity: 0;
            transition: opacity 0.1s linear;
            border-top: 0px solid rgba(69, 74, 84, 0.7);
          }
          #menu li:hover > ul {
            visibility: visible;
            opacity: 1;
          }
          #menu li li ul {
            right: 100%;
            visibility: hidden;
            top: -1px;
            opacity: 0;
            transition: opacity 0.1s linear;
          }
          #menu li li:hover ul {
            visibility: visible;
            opacity: 1;
          }
          #menu .fa {
            margin: 0px;
            font-size: 1.5em;
            display: block;
        }
           /* #menu .fa {
              margin-bottom: 10px;
              font-size: 1.5em;
              display: block;
          }
         .menu {
              padding:4.2em 0em 0em 0em;
          } */
          /*----*/ 
          .sidebar-icon {
              position: relative;
              float: left;
              text-align: center;
              line-height: 1;
              font-size: 18px;
              padding: 6px 8px;
              border-radius: 3px;
              -webkit-border-radius: 3px;
              -moz-border-radius:3px;
              -o-border-radius:3px;
              color: #FFF;
              background-clip: padding-box;
              background:#68AE00;
          }
          .sidebar-icon:hover{
               color: #FFF;
          }
          .chart-panel{
            padding: 3px;
            box-shadow: 0px 0px 2px 2px #d3d3d3;
            height: 220px;
          }

          /*Switch */
          .switch-container {
              position: absolute;
            -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
          }
          
          input[type="checkbox"].switch {
            position: absolute;
            opacity: 0;
          }
          
          input[type="checkbox"].switch + div {
            vertical-align: middle;
            width: 40px;
            height: 20px;
            border-radius: 999px;
            background-color: #00B0F2;
            -webkit-transition-duration: .4s;
            transition-duration: .4s;
            -webkit-transition-property: background-color, box-shadow;
            transition-property: background-color, box-shadow;
            cursor: pointer;
          }
          
          input[type="checkbox"].switch + div span {
            position: absolute;
            font-size: 1.6rem;
            color: white;
            margin-top: 12px;
          }
          
          input[type="checkbox"].switch + div span:nth-child(1) {
            margin-left: 15px;
          }
          
          input[type="checkbox"].switch + div span:nth-child(2) {
            margin-left: 55px;
          }
          
          input[type="checkbox"].switch:checked + div {
            width: 94px;
            background-position: 0 0;
            background-color: #3b89ec;
          }
          
          input[type="checkbox"].switch + div {
            width: 94px;
            height: 48px;
          }
          
          input[type="checkbox"].switch:checked + div {
            background-color: #57BB00;
          }
          
          input[type="checkbox"].switch + div > div {
            float: left;
            width: 46px;
            height: 46px;
            border-radius: inherit;
            background: #ffffff;
            -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
            transition-timing-function: cubic-bezier(1, 0, 0, 1);
            -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
            -webkit-transition-property: transform, background-color;
            transition-property: transform, background-color;
            pointer-events: none;
            margin-top: 1px;
            margin-left: 1px;
          }
          
          input[type="checkbox"].switch:checked + div > div {
            -webkit-transform: translate3d(20px, 0, 0);
            transform: translate3d(20px, 0, 0);
            background-color: #ffffff;
          }
          
          input[type="checkbox"].bigswitch.switch + div > div {
            width: 44px;
            height: 44px;
            margin-top: 1px;
          }
          
          input[type="checkbox"].switch:checked + div > div {
            -webkit-transform: translate3d(46px, 0, 0);
            transform: translate3d(46px, 0, 0);
          }


          /*Dashboard options buttons*/
          .btn-lt{
            line-height: 1em;
        }
        .btn-gt{
          line-height: 1em;
          margin-left: 5px;
      }
      .btn-eq{
        line-height: 1em;
        margin-left: 5px;
    }
	  
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
.table>thead>tr>th {
    text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 480px) {
  
    .student-modal-footer-btns .btn, .accordionCommon .accordionTitleBlock, .accordionCommon .btn-dribbble-link{
        font-size: 10px;
    }
    .manage-order-pdf-row .text-center{
        text-align: left;
    }
    .manage-order-pdf-row h4 {
        padding-left: 5px;
        margin-bottom: 0px;
    }
    .parent-bookmark{
        position: absolute;
        top: 20px!important;
        right: 55px!important;
        z-index: 9999;
    }
    .device-btn-style {
        text-align: right!important;
    }
    .device-btn-style .btn{
        display: block;
        float: right;
        margin: 5px 12px;
    }
    .device-select-style{
        padding-left: 0px!important;
    }
    .device-inline-btn .pull-right{
        float: left!important;
    }
  }
  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    .parent-bookmark{
        position: absolute;
        top: 100px!important;
        right: 8px!important;
        z-index: 9999;
    }
  }
  @media (min-width: 768px) and (max-width: 1024px) {
  
    .parent-bookmark{
        position: absolute;
        top: 100px!important;
        right: 1px!important;
        z-index: 9999;
    }
    .navbar-default .navbar-nav > li > a > span {
        padding: 0 0 0 5px;
        line-height: 16px;
        text-align: center;
        text-transform: capitalize;
    }
    
  }
  @media (min-width: 481px) and (max-width: 767px) {
  
    .parent-bookmark{
        position: absolute;
        top: 100px!important;
        right: 8px!important;
        z-index: 9999;
    }

    
      
    
  }
  @media (min-width: 1025px) and (max-width: 1280px) {
  
    .parent-bookmark{
        position: absolute;
        top: 92px;
        right: 62px;
        z-index: 9999;
    }
    
  }
  @media (min-width: 1281px) {
  
    .parent-bookmark{
        position: absolute;
        top: 92px;
        right: 62px;
        z-index: 9999;
    }
    
  }
 
  .parent-bookmark .fa-bookmark{
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 20%;
    display: block;
    color: #ffffff;
    font-size: 14px;
  }
/* react-Toggle background colors*/
.custom-Toggle-color.react-toggle .react-toggle-track{
    background-color: #5cb85c;
    color: #ffffff;
  }
  .custom-Toggle-color.react-toggle:hover .react-toggle-track{
    background-color: #5cb85c;
    color: #ffffff;
  }
  .custom-Toggle-color .react-toggle-thumb{
    border-color: #5cb85c;
    color: #ffffff;
  }
  .custom-Toggle-color.react-toggle--checked .react-toggle-track {
    background-color: rgb(234, 112, 102);
    color: #ffffff;
  }
  .custom-Toggle-color.react-toggle--checked:hover .react-toggle-track{
    background-color: rgb(234, 112, 102);
    color: #ffffff;
  }
  /* react-Toggle2 background colors*/
  .custom-Toggle2-color.react-toggle .react-toggle-track{
    background-color: rgb(234, 112, 102);
    color: #ffffff;
  }
  .custom-Toggle2-color.react-toggle:hover .react-toggle-track{
    background-color:rgb(234, 112, 102);
    color: #ffffff;
  }
  .custom-Toggle2-color .react-toggle-thumb{
    border-color:rgb(234, 112, 102); 
    color: #ffffff;
  }
  .custom-Toggle2-color.react-toggle--checked .react-toggle-track {
    background-color: #5cb85c;
    color: #ffffff;
  }
  .custom-Toggle2-color.react-toggle--checked:hover .react-toggle-track{
    background-color: #5cb85c;
    color: #ffffff;
  }

  .orders-report-counter {
    padding: 10px 0px;
    border: 1px solid rgb(170, 167, 167);
    text-align: center;
    border-radius: 3px;
    display: table;
    margin: 10px;
    min-width: 30%;
    width:30%;
    color: #fff;
  }
  .orders-report-counter:hover{
    -webkit-box-shadow: 0px 0px 2px 2px #d3d3d3;
    box-shadow: 0px 0px 2px 2px #d3d3d3;
    cursor: pointer;
  }
  .orders-report-counter-title{
      color:#151414;
      font-size: 13px;
      font-weight: 600;
      margin: 0;
      
  }
  .orders-report-counter-value{
      font-size: 25px;
      color: #000000;
      font-weight: 600;
      padding-top: 10px;
     
  }
  .outline-warning-btn{
   color:#f0ad4e;
   min-width: 80%;
  }
  .outline-fa{
      margin-right: 5px;
  }
  .outline-warning-btn:hover{
    font-size: 15px;
}
.ReactTable .rt-thead.-header {
    background-color: rgb(210, 215, 212);
    font-weight: bold;
    min-width: 300px;
}
.rtTable-Order, .react-tabs__tab-list{
    text-transform: capitalize;
}
.nutrition-info-tooltip .nutrition-info-header{
      color: #fff;
  }
  .nutrition-info-tooltip .nutrition_item{
    padding: 1px 0;
    font-size: 13px!important;
    border-bottom: 1px solid hsla(0,0%,100%,.1);
  }
  .nutrition-info-tooltip .nutrition_item_right{
      float:right;
  }