p {
    color: #565554;
    line-height: 1.6;
    font-size: 14px;
}

input,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-SemiBold.eot');
    src: url('fonts/SegoeUI-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-SemiBold.woff2') format('woff2'),
        url('fonts/SegoeUI-SemiBold.woff') format('woff'),
        url('fonts/SegoeUI-SemiBold.ttf') format('truetype'),
        url('fonts/SegoeUI-SemiBold.svg#SegoeUI-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Light.eot');
    src: url('fonts/SegoeUI-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Light.woff2') format('woff2'),
        url('fonts/SegoeUI-Light.woff') format('woff'),
        url('fonts/SegoeUI-Light.ttf') format('truetype'),
        url('fonts/SegoeUI-Light.svg#SegoeUI-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI.eot');
    src: url('fonts/SegoeUI.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI.woff2') format('woff2'),
        url('fonts/SegoeUI.woff') format('woff'),
        url('fonts/SegoeUI.ttf') format('truetype'),
        url('fonts/SegoeUI.svg#SegoeUI') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('fonts/SegoeUI-Bold.eot');
    src: url('fonts/SegoeUI-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('fonts/SegoeUI-Bold.woff') format('woff'),
        url('fonts/SegoeUI-Bold.ttf') format('truetype'),
        url('fonts/SegoeUI-Bold.svg#SegoeUI-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}


/*COMMON ELEMENTS CSS*/

body {
    color: #000;
    font-family: 'Segoe UI';
    font-size: 16px;
}

.body {
    background-color: #fff;
}

svg {
    display: block;
}

h1 {
    font-size: 32px;
    font-weight: 600;
}

h2 {
    font-size: 28px;
    font-weight: 600;
}

h3 {
    font-size: 24px;
    font-weight: 600;
}

h4 {
    font-size: 20px;
    font-weight: 600;
}

h5 {
    font-size: 18px;
    font-weight: 600;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

/*SPACES CSS START*/

.tb-padd {
    padding: 70px 0
}

.gap10 {
    height: 10px
}

.gap20 {
    height: 20px
}

.gap30 {
    height: 30px
}

.gap40 {
    height: 40px
}

.gap50 {
    height: 50px
}

.gap60 {
    height: 60px
}

/*SPACES CSS END*/

@media only screen and (min-width:767px) {
    .header-action-icon {
        display: none;
    }
}

.grey-bg {
    background-color: #f0f3f5;
}

.center {
    text-align: center;
}

/*BUTTON START CSS*/

.theme-btn {
    background-color: #000;
    padding: 12px 25px;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.theme-btn.primary-btn {
    background-color: #0b8be6
}

.theme-btn.btn--small {
    padding: 7px 18px
}

.theme-btn.btn--large {
    padding: 11px 30px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600
}

.theme-btn.secondary-btn {
    background-color: #f0703a
}

.theme-btn.secondary-btn:hover {
    background-color: #ff804a
}

.theme-btn.secondary-btn:focus {
    background-color: #d0501a
}

.theme-btn.secondary-btn:active {
    background-color: #d0501a
}

.theme-btn.yellow-btn {
    background-color: #fbc93f;
    color: #000
}

.theme-btn.yellow-btn:hover {
    background-color: #ffd94f;
    color: #000
}

.theme-btn.yellow-btn:focus {
    background-color: #dba91f;
    color: #000
}

.theme-btn.yellow-btn:active {
    background-color: #dba91f;
    color: #000
}

.theme-btn.green-btn {
    background-color: #5fc443
}

.theme-btn.green-btn:hover {
    background-color: #6fd453
}

.theme-btn.green-btn:hover {
    background-color: #3fa423
}

.theme-btn.green-btn:hover {
    background-color: #3fa423
}

.theme-btn.black-btn {
    background-color: #000
}

.theme-btn.black-btn:hover {
    background-color: #404040
}

.theme-btn.black-btn:focus {
    background-color: #000
}

.theme-btn.black-btn:active {
    background-color: #000
}

.theme-btn.grey-btn {
    background-color: #909192
}

.theme-btn.grey-btn:hover {
    background-color: #A0A1A2
}

.theme-btn.grey-btn:focus {
    background-color: #707172
}

.theme-btn.grey-btn:active {
    background-color: #707172
}

.theme-btn:hover {
    background-color: #2babff
}

.theme-btn:focus {
    background-color: #006bc6
}

.theme-btn:active {
    background-color: #006bc6
}



/*BUTTON END CSS*/


input[type="text"],
input[type="email"],
input[type="phone"],
input[type="search"],
select,
textarea,
input[type="password"],
input[type="file"] {
    border: 1px solid #e6e9eb;
    border-radius: 5px;
    font-family: inherit;
}

input[type="text"].error {
    border-color: #f0703a
}

input[type="text"].success {
    border-color: #5fc443
}

.error-text {
    color: #f0703a;
    font-size: 13px;
    display: block;
    padding-top: 5px;
}

.success-text {
    color: #5fc443;
    font-size: 13px;
    display: block;
    padding-top: 5px;
}

/*TOGGLE & TARGET CSS START HERE*/

.desktop.toggle--target {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    max-width: 25rem;
    padding: 20px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease
}

.desktop.toggle--target.visible {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.toggle::before {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    content: "";
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.toggle.open::before {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

a.toggle--nav {
    display: none;
    width: 25px;
    height: 25px;
    cursor: pointer
}

/*TOGGLE & TARGET CSS END*/

/* SLICK SLIDER CSS START*/
.slick-arrow.slick-disabled {
    opacity: .4;
    cursor: default
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-arrow {
    overflow: hidden
}

/* SLICK SLIDER CSS END */

/*HEADER CSS START HERE*/

.home {
    padding: 0
}

@media(max-width:1200px) {
    body.is-toggle {
        overflow: hidden;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
    }
}

#vg-header {
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb;
}

.main-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.header-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.logo a {
    max-width: 150px;
    display: block
}




.myAccount {
    position: relative;
    display: inline-block;
}

.myAccount-pic {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.myAccount > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 35px 5px 0px;
    color: #000
}

.myAccount > a:after {
    content: "";
    right: 14px;
    width: 7px;
    height: 7px;
    top: 50%;
    margin-top: -5px;
    border: 1px solid;
    border-left: none;
    border-top: none;
    position: absolute;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media only screen and (min-width:1200px) {
    .myAccount:hover > a:after {
        margin-top: -2px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
}

.nav-dropdown {
    min-width: 185px;
    z-index: 99;
    right: 0;
    top: 160%;
    position: absolute;
    padding: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    padding: 0;
    background: #fff;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    -webkit-box-shadow: 0 -5px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -5px 15px 0 rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    overflow: hidden;
}

.myAccount-name {
    max-width: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (min-width:1200px) {
    .myAccount:hover > a ~ .nav-dropdown {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }
}

.nav.nav-vertical ul {
    margin: 0;
    padding: 0px 0;
}

.nav.nav-vertical li {
    padding: 0;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
}

.nav.nav-vertical li a {
    padding: 7px 15px;
    display: block;
    color: #2f2f30;
    font-size: 15px;
}

.nav.nav-vertical li a:hover {
    background-color: #f0f0f0
}

.login-type {
    background-color: #f0f0f0;
    display: block;
    padding: 10px;
    font-weight: 600;
    color: #006bc6;
}


.primary-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.primary-nav {
    display: inline-block;
    vertical-align: middle
}

.primary-nav ul li {
    padding: 0 15px
}

.primary-nav ul li a {
    color: #2f2f30;
    font-size: 16px;
    position: relative
}

.primary-nav ul li a:hover,
.primary-nav ul li a:focus,
.primary-nav ul li a:active {
    color: #0b8be6
}

.primary-nav ul li a::before,
.account-header > li > a:before {
    content: "";
    background: #0b8be6;
    height: 2px;
    width: 0;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transition: .4s all ease;
    transition: .4s all ease;
    opacity: 0
}

.primary-nav ul li a:hover:before,
.account-header > li > a:hover:before {
    width: 100%;
    opacity: 1
}


.header-search {
    min-width: 360px
}

.header-search-form {
    position: relative
}

.header-search-form input[type="text"] {
    height: 40px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding-right: 50px;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all;
    line-height: normal;
}

.header-search-form input[type="text"]:focus {
    -webkit-box-shadow: 0 0 10px rgba(11, 139, 230, 0.1);
    box-shadow: 0 0 10px rgba(11, 139, 230, 0.1)
}

.header-search-form input[type="submit"] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARtJREFUeNqMkrFKA1EQRV+MhhclZkWDQUFECyEhItgoQmo/INhp4W9Z+hPiF2gjpLEKGtFoBCWFICmMeEbuwrCS4IXDDjvvzszOvlySJEGKsA91WIIhPMAV3IeM8jHa+VCFU9iCWeWmVWBHRTveaMk8tGAeXuESelCCBhzAHrxA23dsarw+nME7fMGnRnxTfh1ulAtTqmq6gFH4q1sVKMJm+tKMC4ofw3g961n2xqHi4gRj1HPkjT3Fu2NMVrCWncqM14qb7kCqOTiSueua/G51oFHWtD1bwApswyFU3Li2pA9/ATr6DRuwCKuwDDPqFEU9NefclTMV1M26fMOTLoUVOpbZlnmeNU6SFTyReZCO+h/Zt91pF90fAQYAwoc0mqaAEDMAAAAASUVORK5CYII=);
    border: none;
    cursor: pointer;
    right: 2px;
    position: absolute;
    top: 2px;
    width: 40px;
    height: auto;
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center;
    bottom: 2px
}


.account-header li a {
    color: #2f2f30;
    font-size: 16px;
    position: relative
}

.account-header li a:hover {
    color: #0b8be6
}

.account-header li span {
    color: #9da6a9;
    font-size: 16px;
    padding: 0 5px
}

.account-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

/*HEADER CSS END*/

.banner--section {
    position: relative
}

.banner--section .slider-item {
    min-height: 500px;
    max-height: 75vh;
    overflow: hidden;
}

.banner--section .slider-item video,
.banner--section .slider-item img {}

.slider-form-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
    padding: 50px 0
}

.form-head {
    text-align: center;
    padding-bottom: 50px
}

.form-head h2 {
    font-size: 48px;
    color: #fff
}

.form-head p {
    font-size: 20px;
    color: #fff;
    max-width: 500px;
    margin: 0 auto
}

.filter-form {
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 5px;
    max-width: 980px;
    margin: 0 auto;
    position: relative;
}

.filter-form input[type="text"] {
    padding-left: 30px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 600;
    color: #4f5f6c;
    height: 30px;
    border: none;
    line-height: normal;
}

.filter-form input[type="text"].search-icon {
    background-image: url(images/search-icon-2.png);
    border-right: 1px solid #e6e9eb
}

.filter-form input[type="text"].location-icon {
    background-image: url(images/location-icon.png)
}

.filter-form input[type="submit"] {
    border: none;
    cursor: pointer;
    float: right;
}

.slider--controls {
    display: inline-block;
    vertical-align: middle
}

.slider--controls ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.slider--controls ul li {
    padding-right: 10px
}

.sliderBtn {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    position: relative;
    font-size: 0
}

.sliderBtn:hover {
    background-color: #0b8be6
}

.sliderBtn::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    border-right: 2px solid #394654;
    border-bottom: 2px solid #394654;
    z-index: 2;
    width: 8px;
    height: 8px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    margin: 0 0 0 -2px
}

.sliderBtn.prev--btn::after {
    border: none;
    border-left: 2px solid #394654;
    border-top: 2px solid #394654;
    margin: 0 0 0 2px
}

.sliderBtn:hover:after {
    border-color: #fff
}


.section-heading {
    font-weight: 600
}

.category-block {
    text-align: center;
    display: block;
    padding: 40px 20px;
    border-right: 1px solid #dde1e5
}

.slick-active:last-child .category-block {
    border: none
}


.categories {
    border-top: 1px solid #dde1e5
}

.category-block .category-title {
    color: #394654;
    font-weight: 600;
    display: block
}

.category-block:hover .category-title {
    color: #000
}

.category-block:hover {
    background-color: #fff
}

.category-icon {
    display: inline-block;
    padding-bottom: 15px;
    min-height: 70px;
    max-width: 100px
}

.category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 1px 0 0
}

/* .category-list .category-item{-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%} */
.section-header {
    padding-bottom: 30px
}

.event-image {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #f0f3f5;
    border: 1px solid #f0f3f5;
}

.event-image:before {
    content: "";
    display: block;
    padding-bottom: 45%
}

.event-image img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    width: 100%;
}

.event-hover {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 15px;
    background-color: rgba(0, 0, 0, .8);
    border-radius: 5px;
    overflow: hidden;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.event a:hover .event-hover {
    opacity: 1;
}

.event-hover ul {
    padding: 15px 0;
}

.event-hover ul li {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    padding: 3px 20px 5px;
    font-size: 12px;
    line-height: 18px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin: 4px;
}

.event {
    position: relative;
    margin-bottom: 20px
}

.event-title {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff
}

.event-title h2 {
    font-weight: 600;
    font-size: 36px
}

.text--link {
    color: #fff;
    text-decoration: underline;
    font-size: 15px
}

.text--link:hover {
    text-decoration: none
}

.top-border {
    border-top: 1px solid #ebecee
}

.section-header p {
    padding: 10px 0;
    font-size: 15px;
    color: currentColor;
}

.gigs-detail ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.gigs-detail ul li {
    padding: 0 30px 0 0;
    color: #9e9898
}

.gigs-detail ul li i {
    color: #079ecc;
    padding-right: 5px;
    vertical-align: top;
    display: inline-block;
    line-height: 1.2;
    font-size: 18px;
}

.gigs-title {
    padding-bottom: 5px;
    font-weight: normal;
}

.gigs-title a {
    color: #394654
}

.gigs-block {
    background-color: #fff;
    padding: 35px 30px;
    -webkit-box-shadow: 4px 0 106px rgba(0, 0, 0, .08);
    box-shadow: 4px 0 106px rgba(0, 0, 0, .08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.price-block {
    text-align: center
}

.price-block .price {
    font-size: 20px;
    font-weight: 700;
    color: #0b8be6
}

.price-block h4 {
    color: #9e9898;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px
}

.tag-label {
    padding: 3px 15px;
    line-height: 1.4;
    background: #000;
    color: #fff;
    font-size: 13px;
    border-radius: 3px;
    display: inline-block;
    font-weight: 600;
}

.gigs-block .tag-label {
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 0;
    left: 30px
}

.tag--orange {
    background-color: #f0703a
}

.tag--blue {
    background-color: #0b8be6
}

.tag--yellow {
    background-color: #fbc93f;
    color: #000;
}

.tag--green {
    background-color: #5fc443
}

.tag--black {
    background-color: #000
}

.tag--grey {
    background-color: #909192
}

.tag--light-blue {
    color: #079dcb;
    background-color: #cdebf5
}

.tag--light-orange {
    background-color: #fce0d4;
    color: #f0703a
}

.tag--light-yellow {
    background-color: #fef4d9;
    color: #fbc93f
}

.tag--light-green {
    background-color: #dff3d9;
    color: #5fc443
}

.tag--light-black {
    background-color: #cccccc;
    color: #000
}

.tag--light-grey {
    background-color: #e9e9e9;
    color: #909192
}


.tag--border-blue {
    color: #079dcb;
    background-color: #fff;
    border: 1px solid #cdebf5;
}

.tag--border-orange {
    background-color: #fff;
    color: #f0703a;
    border: 1px solid #f0703a;
}

.tag--border-yellow {
    background-color: #fff;
    color: #fbc93f;
    border: 1px solid #fbc93f;
}

.tag--border-green {
    background-color: #fff;
    color: #5fc443;
    border: 1px solid #5fc443;
}

.tag--border-black {
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
}

.tag--border-grey {
    background-color: #fff;
    color: #909192;
    border: 1px solid #e9e9e9;
}


.card {
    -webkit-box-shadow: 2px 0 24px rgba(0, 0, 0, .08);
    box-shadow: 2px 0 24px rgba(0, 0, 0, .08);
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 20px
}

.card-media {
    position: relative;
    overflow: hidden
}

.card-media:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.card-media img {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}

@media only screen and (min-width:1200px) {
    .card-media:hover img {
        transform: scale(1.2) rotateZ(-5deg);
        -webkit-transform: scale(1.2) rotateZ(-5deg)
    }
}

.card-footer {
    padding: 10px 0
}

.card-title {
    font-size: 16px;
    color: #394654;
    font-weight: 700;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-bottom: 10px
}

.card-title a {
    color: inherit
}

.card-aditionalinfo p {
    color: #666;
    padding: 0 0 5px;
    font-weight: 600;
    font-size: 14px;
}

.card-aditionalinfo p:last-child {
    padding: 0
}

.hired-for {
    color: #394654;
    font-weight: 600;
    font-size: 14px;
}

.hired-for a {
    color: #394654;
}

.hired-lbl {
    color: #f0703a;
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.card-footer-top {
    padding: 20px
}

.card-footer-bottom {
    border-top: 1px solid #f1f2f3;
    padding: 10px 20px
}

.card-body {
    position: relative
}

.card-tags {
    position: absolute;
    bottom: -10px;
    left: 20px
}

.card-tags .tag-label {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.card-actions {
    position: absolute;
    left: 20px;
    top: 20px;
    opacity: 0;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all
}

.card-body:hover .card-actions {
    opacity: 1
}

.card-actions > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.card-actions > ul li {
    padding-right: 10px
}

.icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #202020;
    position: relative;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all
}

.icon-wrap:hover {
    background-color: #0b8be6
}

.icon-wrap.active {
    background-color: #ff943e
}

.icon-wrap .icon {
    position: relative;
    display: block;
    fill: #999
}

.icon-wrap.active .icon {
    fill: #fff
}

.icon-wrap:hover .icon {
    fill: #fff
}


.js-artists-slider .slick-arrow,
.js-pages-slider .slick-arrow {
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -20px
}

.slick-arrow {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 5px;
    display: block;
    font-size: 0;
    border: none;
    position: relative;
    cursor: pointer;
    -webkit-box-shadow: 2px 0 24px rgba(0, 0, 0, .08);
    box-shadow: 2px 0 24px rgba(0, 0, 0, .08);
    z-index: 8
}

.slick-arrow:hover {
    background-color: #f0703a
}

.js-artists-slider .slick-arrow.slick-next {
    left: auto;
    right: -60px
}

.slick-arrow::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    border-right: 2px solid #0b8be6;
    border-bottom: 2px solid #0b8be6;
    z-index: 2;
    width: 8px;
    height: 8px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    margin: 0 0 0 -2px
}

.slick-arrow.slick-prev::after {
    border: none;
    border-left: 2px solid #0b8be6;
    border-top: 2px solid #0b8be6;
    margin: 0 0 0 2px
}

.slick-arrow:hover:after {
    border-color: #fff
}

.blue-bg {
    background-color: #0b8be6
}

.blue-bg .section-header {
    color: #fff
}

.recent-artist {
    position: relative;
    padding-bottom: 0
}

.recent-artist:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 88px;
    right: 0;
    background-color: #fff
}

.recent-artist .fix-container {
    position: relative;
    z-index: 2
}

.card-ratings {
    padding-bottom: 5px
}

.card-ratings img {
    width: auto
}

.patern-bg {
    background-color: #f17b49;
    background-image: url(images/patern-bg.jpg);
    color: #fff
}

.why-block {
    text-align: center;
    padding: 10px 30px
}

.why-block h4 {
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 20px
}

.why-block p {
    line-height: 1.6;
    font-size: 15px;
    color: currentColor;
}

.white-crcle {
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 15px 0 27px rgba(0, 0, 0, .2);
    box-shadow: 15px 0 27px rgba(0, 0, 0, .2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.crcle-img {
    max-width: 80px
}

.patern-bg-2 {
    background-image: url(images/patern-bg-2.png);
    background-color: #e6e9eb
}

.cta-blocks {
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 780px;
    margin: 0 auto
}

.cta-blocks .grid {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 40px
}

.cta-blocks .grid:first-child {
    border-right: 1px solid #eceef0
}

.cta-block {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.cta-block p {
    color: #394654;
    font-size: 15px;
    padding-bottom: 15px
}

.cta-image {
    position: relative;
    max-width: 233px;
    margin: 0 auto 35px
}


.crcle-btn {
    width: 56px;
    height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: 0
}

.crcle-btn:after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border: 10px solid rgba(11, 139, 230, .2);
    border-radius: 50%
}

.crcle-btn span {
    position: relative;
    width: 20px;
    height: 2px;
    background-color: #019ee3;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .2s ease-in-out all;
    transition: .2s ease-in-out all
}

.crcle-btn:hover span {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.crcle-btn span::after {
    position: absolute;
    content: "";
    right: -1px;
    top: 1px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #019ee3;
    border-right: 2px solid #019ee3;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.secondary-theme .crcle-btn span {
    background-color: #f0703a
}

.secondary-theme .crcle-btn span::after {
    border-color: #f0703a
}

.secondary-theme .crcle-btn:after {
    border-color: rgba(255, 148, 61, .2)
}

.avtar-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.avtar--name {
    font-size: 16px;
    font-weight: 600;
    color: #394654;
    padding-bottom: 5px
}

.avtar--name a {
    color: #394654;
}

.avtar--profile {
    font-size: 16px;
    font-weight: 600;
    color: #f06021;
    padding-top: 5px;
    display: block
}

.avter--location {
    font-size: 13px;
    font-weight: 600;
    color: #666
}

.avtar--img {
    width: 72px;
    height: 72px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-right: 15px;
    border: 1px solid #e6e9eb;
}

.avtar--img img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}


.review-text {
    padding-top: 10px;
    max-height: 106px;
    overflow: auto;
}

.review-text p {
    font-size: 17px;
    color: #394654;
    line-height: 1.7
}

.review-body {
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #e6e9eb;
    background-color: #fff;
    position: relative
}

.review-body::after {
    position: absolute;
    content: "";
    left: 90px;
    top: 100%;
    border-left: 1px solid #e6e9eb;
    height: 30px;
    width: 30px;
    background-color: #fff
}

.review-body::before {
    position: absolute;
    content: "";
    left: 120px;
    top: 100%;
    border-left: 1px solid #e6e9eb;
    height: 42px;
    width: 42px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: 9
}

.reviewer .avtar-block {
    display: block
}

.reviewer .avtar--img {
    width: 48px;
    height: 48px;
    margin: 0 0 10px
}

.review-footer {
    margin-top: 20px;
    padding-left: 20px
}



.js-review-slider .slick-arrow {
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -20px
}

.js-review-slider .slick-arrow.slick-next {
    left: auto;
    right: -60px
}

.js-review-slider .slick-arrow::after {
    border-color: #717a84
}

.js-review-slider .slick-arrow:hover:after {
    border-color: #fff
}


.upcommint-events {
    background-image: url(images/map.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 45px 100px
}

.upcoming-event {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.upcoming-event .event-card {
    max-width: 480px;
    width: 100%;
    padding: 20px
}

.upcoming-event:nth-child(2n + 1) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.upcoming-event:nth-child(2n) .upcoming-event-date {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 0 0 20px
}

.upcoming-event:nth-child(2n) .upcoming-event-date::after {
    left: 0;
    right: auto
}

.upcoming-event-date {
    width: 370px;
    position: relative;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.upcoming-event-date span {
    display: inline-block;
    font-weight: 600;
    color: #f0703a;
    padding: 5px 20px;
    background-color: #ffead8;
    border-radius: 5px;
    position: relative;
    font-size: 13px;
}

.upcoming-event-date::after {
    position: absolute;
    content: "";
    background-color: #f0703a;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    right: 0;
    top: 50%;
    margin: -5px 0 0
}

.upcoming-event-date::before {
    position: absolute;
    content: "";
    background-color: #f0703a;
    width: 100%;
    height: 1px;
    right: 0;
    top: 50%;
    margin: -1px 0 0
}


.event-card {
    background-color: #fff;
    -webkit-box-shadow: 2px 0 24px rgba(0, 0, 0, .08);
    box-shadow: 2px 0 24px rgba(0, 0, 0, .08);
    padding: 25px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 5px
}

.event--title {
    color: #394654;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px
}

.event--title:hover {
    color: #000
}

.event--title a {
    color: inherit
}

.event--image {
    width: 92px;
    height: 92px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0
}

.event--image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.event-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.event-footer {
    padding-top: 15px
}

.event-body .left-grid {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 50px
}

.event--hosted-by {
    color: #909192;
    font-size: 13px
}

.event--hosted-by span,
.event--hosted-by a {
    color: #333e5c
}

.event--location p {
    color: #909192;
    font-size: 13px;
    padding: 0 0 3px
}

.event--location p span {
    color: #079ecc;
    padding-right: 5px
}

.event--datetime {
    color: #909192;
    font-size: 13px
}

.event--datetime span {
    padding-right: 10px;
    padding-bottom: 2px;
    display: inline-block
}

.event--tag {
    padding-bottom: 10px
}

.tagslist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tagslist li {
    padding: 0 10px 0 0
}

.highlignted-tag {
    color: #394654;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 10px;
    border: 1px solid #e6e9eb;
    border-radius: 5px
}

.highlignted-tag i {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.1;
    padding: 0 8px 0 0
}


.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

.flex-col {
    padding: 0 10px
}

.flex-row .flex-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%
}


.video-thumb {
    position: relative;
    overflow: hidden;
}

.video-thumb:before {
    content: "";
    padding-bottom: 56%;
    display: block;
    background-color: #000
}

.video-thumb img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.videoblock {
    -webkit-box-shadow: 2px 0 24px rgba(0, 0, 0, .08);
    box-shadow: 2px 0 24px rgba(0, 0, 0, .08);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

.videoblock-body {
    position: relative
}

.videoblock-footer {
    padding: 15px 20px;
    padding-right: 110px;
    position: relative
}

.video-detail {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 25px 60px 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    -webkit-transition: .3s ease-in-out all;
    transition: .3s ease-in-out all
}

.videoblock:hover .video-detail {
    opacity: 1
}

.video-description {
    color: #fff
}

.video-description p {
    line-height: 1.7;
    font-size: 13px;
    color: currentColor;
}

.video-title {
    color: #434f5c;
    font-size: 18px;
    font-weight: 600;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.video-title:hover {
    color: #000
}

.video-title a {
    color: inherit
}

.video-posted {
    color: #909192;
    font-size: 14px
}

.video-posted span,
.video-posted a {
    color: #333e5c
}

.video-posted a:not(:hover) {
    text-decoration: underline;
}

.video-action svg.icon--heart {
    fill: #f7562d
}

.video-action svg.icon--review {
    fill: #0b8be6
}

.video-action {
    color: #fff
}

.video-action ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.video-action ul li {
    padding-right: 20px
}

.video-action ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.video-action ul li span {
    padding-left: 5px;
    font-size: 12px
}

.video-play-btn {
    width: 62px;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #0b8be6;
    position: absolute;
    right: 30px;
    top: -28px
}

.video-play-btn::after {
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    right: -10px;
    bottom: -10px;
    border: 10px solid rgba(7, 157, 203, .2);
    border-radius: 50%
}

.video-play-btn span {
    border: 10px solid transparent;
    border-left-color: #fff;
    border-width: 10px 0 10px 18px;
    border-radius: 3px
}


#footer {
    background-color: #fff;
    border-top: 1px solid #f0f3f5;
}

#footer .socials_Link li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    width: 30px;
    border-radius: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#footer .socials_Link li .fb {
    background: #2a3d7b
}

#footer .socials_Link li .twtr {
    background: #29bdff
}

#footer .socials_Link li .gp {
    background: #c6271d
}

#footer .socials_Link li .linkdn {
    background: #13549f
}

#footer .socials_Link li .yutube {
    background: #c22421
}

#footer .socials_Link li .pint {
    background: #b7081a
}

#footer .socials_Link li .insta {
    background: #bb1692
}

#footer .grid_1 .copyright {
    color: #222
}

#footer .footer_links li > a::before {
    -webkit-transform: none;
    transform: none;
    width: 0
}

#footer .footer_links li > a:hover::before {
    width: 100%;
    background-color: #0b8be6
}

.footer--menu-title {
    padding: 10px 40px 10px 20px;
    background-color: #f0703a;
    color: #fff;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    border-radius: 2px;
    display: none;
    font-size: 18px
}

.footer--menu-title::before {
    position: absolute;
    right: 20px;
    top: 15px;
    width: 8px;
    height: 8px;
    content: "";
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -webkit-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.footer--menu-title.is-active::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 18px
}



.search-keyword-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.srch-keywrd {
    font-weight: 600;
    color: #1a1a1a;
    padding: 8px 30px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    display: inline-block;
    min-width: 170px;
    text-align: center;
    text-transform: capitalize;
}

.srch-keywrd:hover,
.srch-keywrd.active {
    background-color: #0b8be6;
    color: #fff;
    border-color: #0b8be6;
}

.search-suggestion-wrap {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    border-top: 1px solid #e1e1e1;
    top: 100%;
    margin-top: -3px;
    padding: 20px 20px;
    border-radius: 0px 0 5px 5px;
}

.search-keyword-list > li {
    font-weight: 700;
    color: #4f5f6c;
    text-transform: uppercase;
    padding: 10px;
}


.strip-banner-title {
    position: relative;
}

.strip-banner-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(5, 50, 75, 1)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to bottom, rgba(5, 50, 75, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#05324b', endColorstr='#00ffffff', GradientType=0);
    z-index: 0;

}

.strip-banner-title .banner-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 10px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-text h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
}

.banner-text span {
    font-size: 20px;
    color: #fff;
    font-family: 'Muli', sans-serif;
}

.panel__fixed-inner {
    position: relative;
}

.toggle-leftmenu {
    padding: 2px;
    width: 25px;
    height: 25px;
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 2px;
    text-transform: uppercase;
}

.highlight_div {
    background-color: #f0f0f0;
    padding: 20px;
    margin-top: 10px;
}

form .form {
    position: relative;
}
