/*!
Theme Name: NanoMaterials
Theme URI: http://underscores.me/
Author: Invictus Web Solutions
Author URI: https://www.invictuswebsolutions.com/
Description: 2nd international conference on \"NanoMaterials and Sustainable Applications\"
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: nanomaterials
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

NanoMaterials is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

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

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}

/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #eee;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
}

/*
        Typography
*/

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 54px !important;
    font-weight: 700;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 700;
    color: #c00000;
}

h4 {
    font-size: 22px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-family: 'Montserrat', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

p span,
p strong {
    font-weight: 700;
    font-size: 16px;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}
.Visitor {
    
    text-align: center;
    color: #fff;
    padding: 15px 0px;

}
.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    z-index: 50;
    height: auto;
    padding: 0;
    margin-top: 20px;
}


/*navigationBarContent*/

.navigationBarContent {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    z-index: 10;

}

.navigationBarContent .container {
    padding-left: 0;
    padding-right: 0;
    z-index: initial;
}

.navigationBarContent>.container>.contentWrapper {
    background: #7e7e7e;
    z-index: initial;
    width: 88%
}



.navRibbons {
    display: none;
    position: absolute;
    width: 45px;
    height: 45px;
    top: 10px;
    z-index: -2;
    background: #555;
}


.navRibbons:before {
    left: -32px;
}

.navRibbons:after {
    right: -32px;
}

.contentWrapper {
    display: block;
    position: relative;
    padding: 0 15px;
    background: #fff;
    width: 90%;
    margin: 0 auto;
}

.contentWrapper:after {
    content: '';
    display: block;
    clear: both;
}

.navbar {
    min-height: 40px;
}

.logoblock {
    float: left;
    width: 100%;
}

.navbar-brand {
    display: inline-block;
    margin: 0px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
    float: none;
}

.navbar-brand img {
    /* height: 110px; */
    position: relative;
    padding: 0px 0px;
}

.navbar-nav {
    margin-top: 0;
    float: none;
}

.navbar-collapse {
    float: none;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

.navigationBar .contentWrapper {
    padding: 0;
}

/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0;
    float: none;
    display: inline-block;
    position: relative;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 15px;
    margin: 0 1px;
    height: inherit;
    line-height: inherit;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
}

.navbar-collapse>ul>li:hover,
.navbar-collapse>ul>li.active {
    background: #39369f;
    color: #fff;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    /*background: #39369f !important;
    color: #fff !important;*/
    background: transparent !important;
    color: inherit !important;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}

/*drop down menu*/

.navbar-collapse>ul>li>ul {
    /*display: block;*/
    width: auto;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    padding: 0;
    border-radius: 0;
    border: none;
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    position: relative;
    line-height: normal;
    height: auto;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    height: auto;
    line-height: normal;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #39369f;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}

/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #39369f;
}

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

/*headerAd*/

.headerAd {
    float: left;
    width: 612px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 18px;
    background: #eee;
    position: relative;
    margin: 13px 0 0 0;
}

.containerWrapper {
    display: block;
    position: relative;
    width: auto;
    padding: 0 150px;
    z-index: 10;
}

.topRow {
    padding-top: 15px;
    padding-bottom: 15px;
}
.accommodation a:hover{
    color:#39369f;
}
.bannerRow {
    margin-left: -4px;
    margin-right: -4px;
    padding-bottom: 0;
}

.bannerRow .col-md-8,
.bannerRow .col-md-4 {
    padding-left: 4px;
    padding-right: 4px;
}

/*bannerImgBlock*/

.bannerImgBlock {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bannerImgBlock {
    height: 330px;
}

.bannerImgBlock>span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 10px;
    background: rgba(237, 28, 36, 0.8);
    color: #fff;
    display: none;
}

.bannerImgBlock>div {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.bannerImgBlock h3 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    background: -linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    margin: 0;
}

.bannerImgBlock h3 {
    padding: 200px 30px 30px 30px;
}

#bannerSlider .owl-controls {
    margin: 0;
    position: absolute;
    bottom: 20px;
    right: 10px;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    background: #000;
}

.bannerImgBlock:hover {
    opacity: 0.95;
}

/* main Section */

.mainSection {
    display: block;
    position: relative;
    clear: both;
    padding: 30px 0px 0px 0px;
}

.holder h4 {
    display: block;
    background: #c00000;
    padding: 5px 10px;
    text-align: left;
    color: #fff;
    margin: 0px;
    font-size: 16px;
    font-weight: bold;
}

/* new Slider */
.holder {
    background-color: #f8f8f8;
    width: 30%;
    height: auto;
    padding: 10px;
    font-family: Helvetica;
    float: left;
    margin-right: 20px;
}

.holder .mask {
    position: relative;
    left: 0px;
    top: 10px;
    width: 300px;
    height: 440px;
    overflow: hidden;
}

.holder ul {
    list-style: disc;
    margin: 0;
    padding: 5px 10px;
    position: relative;
    padding-left: 20px;
}

.holder ul li {
    padding: 3px 0;
    list-style: disc;
}

.holder ul li a {
    color: #c00000;
    text-decoration: none;
    display: block;
}

.holder ul li a:hover {
    color: #000;
    text-decoration: underline;
    display: block;
}

/* end of news */

.DiscBlock {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    padding: 0px 25px;
}

.DiscBlock2 {
    display: block;
    padding: 25px 25px 25px 25px;
    margin: 0px 0px;
    /* background: #eee;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.2) */
    clear: both;
}

.pointlist {
    list-style: none;
    padding: 0;
    margin: 5px 0 20px;
    position: relative;
    color: #333;
}

.pointlist li {
    list-style: none;
    padding: 5px 0px;
    text-align: left;
    padding-left: 20px;
    position: relative;
    /* font-size: 18px; */
}

.pointlist li::before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 10px;
    position: absolute;
    display: inline-block;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 0;
}

#aboutconerence {
    clear: both;
    padding-top: 20px;
}
p a{
    color: #0075da;
}
p a:hover{
    text-decoration: underline;
}
/*footerSection*/

.Footer {
    background: #39369f;
    padding: 40px 0 30px 0;
    position: relative;
    color: #fff;
    font-weight: normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.Footer .contentWrapper {
    background: transparent;
}

.Footer p {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.Footer h4 {
    font-size: 16px;
    display: inline-block;
}

.Footer h3 {
    color: #fff;
}

.QuickLinks ul {
    padding-left: 20px;
}

.QuickLinks ul li {
    padding: 5px 0px;
}

.QuickLinks ul li a {
    color: #fff;
    font-weight: normal;
}

.read-more {
    color: #39369f;
}

.QuickLinks li a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.QuickLinks li a:hover {
    text-decoration: underline;
}

.address p a {
    color: #fff !important;
}

.address p a:hover {
    text-decoration: underline;
}

.address p i {
    padding-right: 5px;
}

.copyright,
.copyright .contentWrapper {
    background: #39369f;
}

.copyright img {
    display: inline;
    max-width: 96px;
}

.copyright p {
    color: #fff;
    margin-bottom: 0;
    padding: 10px 0;
}

.copyright p.text-left {
    padding: 16px 0;
}
.headingtable{
    color:rgb(57 54 159) !important;
}
.headingtable td b{
    color:rgb(57 54 159) !important;
}
/*inner pages*/
/* InnerPage Banner */

.innerBannerSection {
    width: 100%;
    height: 250px;
    position: relative;
}
.InvisalignBanner{
    height: 500px;
}
.innerBannerSection:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(57 54 159);
}

.innerBannerSection .innerBannerImg {
    background-size: cover !important;
    height: 100%;
}

.innerBannerSection .InnerBannerHeading {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40%;
}

/* End InnerPage Banner */

.InnerBannerHeading h1{
    font-size: 30px !important;
    color: #fff;
}
.innerBannerSection .breadcrumb{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background:rgba(0,0,0,0.6);
    color: #fff;
    margin-bottom: 0px;
    line-height: 20px;
}
.breadcrumb_last{
    font-weight: 600;
}
.innerBannerSection .breadcrumb a{
    color: #fff
}

.innerPageSection{
    padding: 0px 0px
}
.innerbannerheding{
    position: relative;
    font-weight: 600;
}

/*.innerbannerheding:after {
    content: "";
    display: block;
    width: 100px;
    height: 5px;
    background:#eb2328;
    position: absolute;
    left: -108px;
    top: 50%;

}*/
.innerBannerSubHeding{
    font-size: 16px;
    color: #aec810;
}
.pageTitle{
    margin-top: 30px;
    margin-left: 0px;
}
.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
ul{
    padding-left: 20px;
}
/*misc*/

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading,
.heading2 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small,
.heading2 small {
    font-size: 18px;
    color: #39369f;
}

.heading small a,
.heading2 small a {
    color: inherit;
}

.heading:after,
.heading-center:after,
.heading2:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #c00000;
    position: absolute;
}

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
    bottom: 0;
}

.heading2:after {
    left: -120px;
    top: 10px;
}

.heading:after {
    bottom: 8px;
    left: 0;
}

.heading small {
    display: block;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-bottom: 15px;
    font-weight: 300;
}

.heading span,
.heading-center span,
.heading2 span {
    color: #39369f;
}

.headingFull {
    display: block;
    position: relative;
}

.headingFull:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #39369f;
    top: 16px;
    left: 0;
    right: 0;
}

.headingFull span {
    display: inline-block;
    position: relative;
    z-index: 2;
    background: #fff;
    padding-right: 10px;
    font-weight: bold;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #333 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #39369f !important;
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #333 !important;
    color: #fff;
}

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

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}

/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 0;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #000000;
    z-index: 200;
    padding-top: 5px;
    border-radius: 100px;
}

.scrollup:hover {
    background: #333;
    opacity: 1;
    color: #fff;
}

/*media queries*/

@media (max-width: 1400px) {
    .scroll-down-arrow {
        bottom: 30px;
    }
}

@media (max-width: 1280px) {
    .containerWrapper {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (max-width: 1200px) {
    .container {
        width: auto;
        padding: 0 40px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 991px) {
}

@media (max-width: 875px) {
    .navigationBar {
        height: auto;
    }

    .navbar-brand {
        margin-bottom: 0px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 40px;
        line-height: 40px;
    }
    .navbar-default .navbar-nav .open .dropdown-menu{
        text-align: center;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .DiscBlock {
        padding: 0px 10px;
    }
    .DiscBlock2 {
        padding: 0px 10px;
    }
}

@media (max-width: 768px) {
    .navigationBarContent {
        padding-bottom: 0;
    }

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

    .contentWrapper {
        padding: 0 10px;
    }

    .Footer {
        background: #333;
        padding: 70px 20px;
        ;
    }
}

@media (max-width: 767px) {
    .navbar-brand img {
        height: 90px;
    }

    .navigationBar {
        position: relative;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 12px;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        display: block;
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    .container {
        padding: 0;
    }

    .scroll-down-arrow {
        display: none;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection {
        height: 500px;
    }

    .scrollup {
        right: 0;
        bottom: 0;
    }

    .footerMenu ul li {
        margin: 10px 0;
    }

    .navigationBarContent>.container::before,
    .navigationBarContent>.container::after {
        display: none;
    }

    .holder {
        width: 100%;
        margin-bottom: 20px;
    }
    .innerBannerSection {
        width: 100%;
        height: 100px;

    }
    .innerBannerSection .InnerBannerHeading {
        bottom: 22%;
        text-align: center;
    }
    .InnerBannerHeading h1 {
        font-size: 22px !important;
        color: #fff;
    }
}

@media (max-width: 650px) {
    .logoblock {
        float: none;
        display: block;
        text-align: center;
    }

    .headerSocial {
        position: relative;
        padding-bottom: 20px;
        top: -7px;
        left: 0;
        right: 0;
        display: block;
        clear: both;
        width: 88%;
        margin: 0 auto;
        display: none;
        ;
    }

    .bannerImgBlock {
        height: 107px;
    }

    .bannerImgBlock h3 {
        font-size: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    #bannerSlider .owl-controls .owl-page span {
        width: 10px;
        height: 10px;
    }
    #bannerSlider .owl-controls {
        bottom: -18px;
        right: 0;
        z-index: 2;
        left: 0;
    }
}

@media (max-width: 500px) {
}