* {
    margin: 0;
    padding: 0;
}

html, body, .page-wrapper {
    height: 100%;
}

.locations-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 2px;
    grid-column-gap: 2px;
    /*grid-auto-rows: 50%;*/
    height: 100%;
    overflow: auto;
}

.loc .box {
    width: 100%;
}

.page-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #FF0000;
}

::-webkit-scrollbar {
    display: none;
}

.simple {
    font-size: 2.5em;
    text-transform: uppercase;
    text-align: left;
    color: #000;
    transition-delay: 0.1s;
    transition-duration: 0.2s;
    font-family: bebas-neue, sans-serif;
}

.at img {
    transform: none !important;
}

.pad30 img {
    transform: none;
}

.mar-bot img {
    margin-bottom: 30px;
}

.f30 {
    font-size: 16px;
}

.txt-black {
    color: #000000 !important;
    margin: 20px 0px !important;
}

.tl {
    text-align: left !important;
}

.pd30 {
    padding: 30px !important;
    text-align: left;
    border-left: 1px solid #000;
}

.tg {
    font-size: 0.8em;
    text-align: left;
    transition-delay: 0.2s;
    color: #000;
    transition-duration: 0.2s;
    margin: 10px 0px;
}

.abs {
    width: 100%;
}

.next {
}

.loc {
    color: #000 !important;
    text-decoration: none !important;
    display: block;
    height: 100%;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
}

body, html {
    overflow-x: hidden;
}

.box {
    cursor: pointer;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.next {
    display: block;
    margin-top: 10px;
    color: #000000 !important;
    text-decoration: none !important;
    clear: both;
    margin-left: -2px;
    background: transparent;
    border: none;
}

a.next {
    font-weight: bold;
}

.mt {
    transform: none !important;
}

.bm {
    margin-top: 10px !important;
}

.cl {
    display: inline-block;
    margin: 12px 0px 10px 0px;
    color: #000000;
    font-size: 15px;
    clear: both;
    border-bottom: 1px solid #333333;
}

.mar15 {
    margin: 15px 0px !important;
}

.box .overbox {
    border-left: 1px solid #000000;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 25px;
}

.box .overboxcomingsoon {
    border-left: 1px solid #000000;
    /*background-color: #ffffff;*/
    background: url('../images/newPics/locations/COMINGSOON.jpg');
    background-size: auto;
    height: 100%;
    position: absolute;
    background-position: center;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
    width: 100%;
    text-align: left;
}

.overbox-internal {
    padding: 40px;
    border-left: 1px solid #000000;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    color: #000;
    z-index: 100;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 25px;
    padding-top: 38px;
    padding-right: 70px;
}

.box:hover .overbox {
    opacity: 1;
}

.box:hover .overboxcomingsoon {
    opacity: 1;
}

.box .overtext {
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.box .title {
    font-size: 2.5em;
    text-transform: uppercase;
    font-family: bebas-neue, sans-serif;
    opacity: 0;
    transition-delay: 0.3s;
    transition-duration: 0.2s;
}

.box .overlay-title {
    font-size: 2.5em;
    text-transform: uppercase;
    font-family: bebas-neue, sans-serif;
    transition-delay: 0.3s;
    transition-duration: 0.2s;
}

.box:hover .title,
.box:focus .title {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.box .tagline {
    font-size: 14px;
    opacity: 0;
    transition-delay: 0.3s;
    transition-duration: 0.2s;
    margin: 10px 0px;
    padding-bottom: 20px;
}

.box .overlay-tagline {
    font-size: 14px;
    transition-delay: 0.3s;
    transition-duration: 0.2s;
    margin: 5px 0px 0px 0px;
    padding-bottom: 20px;
}

.box:hover .tagline,
.box:focus .tagline {
    opacity: 1;
    transform: translateX(0px);
    -webkit-transform: translateX(0px);
}

p {
    font-size: 13px;
    color: #7a7a7a;
    line-height: 24px;
}

.box:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: 0.5s ease;
}

.box {
    position: relative;
}

.no-pd {
    padding: 0px !important;
}

.mar-auto {
    margin: auto;
}

.mar30 {
    margin-top: 40px;
}

.abt-cont img {
    margin-bottom: 10px;
}

.ind {
    color: #ffffff;
    font-size: 12px;
    font-family: proxima-nova, sans-serif;
}

.copy {
    color: #ffffff;
    display: block;
    margin-top: 65px;
    font-size: 12px;
}

input[type="text"], input[type="email"], input[type="tel"], textarea {
    width: 100%;
    /*border: none;*/
    margin: 10px 0;
    padding: 4px;
    outline: none !Important;
    color: #000000;
}

input[type="submit"] {
    width: 100%;
    margin-bottom: 10px;
    border: 3px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}

.bord {
    display: block;
    width: 40px;
    clear: both;
    height: 1px;
    background-color: #000000;
    /* float: left; */
    clear: both;
    text-align: left !important;
    margin-bottom: 5px;
}

.black {
    margin-top: -5px !important;
    color: #000000;
}

.abt-cont {
    padding: 35px 80px 35px 80px;
    background-color: #ffffff;
    width: 71%;
    height: 100%;
    overflow: auto;
}

.pd29 {
    padding-left: 29px !important;
}

.abt-txt p {
    color: #ffffff;
    margin: 2px 0px !important;
    font-family: proxima-nova, sans-serif;
}

.inner {
    background-color: #000;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    z-index: 0;
}

.abt-cont span {
    display: block;
    margin: 5px 0px;
    text-align: left;
    font-family: proxima-nova, sans-serif;
    color: #333333;
}

.mar20 {
    margin: 20px 0px;
}

.abt-heads {
    font-family: bebas-neue, sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.17px;
    color: #000;
    line-height: 106px;
    text-transform: uppercase;
    text-align: left;
    margin-top: 33px;
}

.team-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    grid-row-gap: 30px;
}

.team-member {
    display: grid;
    grid-template-columns: 331px 1fr;
    grid-gap: 20px;
}

.clients-container {
    display: grid;
}

.clients-container-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

@media all and (max-width: 1199px) {
    .box .overbox {
        height: 100% !important;
    }

    .box .overboxcomingsoon {
        height: 100% !important;
    }

    .box {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: 50%;
        FLOAT: LEFT;
    }

    .abt-cont, .abt-txt {
        height: auto !important;
        width: 100% !important;
        overflow: auto;
    }

    .abt-cont {
        padding: 36px 36px 80px 36px;
    }

    .footer-inner {
        padding: 0 36px !important;
    }

    .team-container {
        grid-template-columns: 1fr;
    }

    .abt-cont .team-images {
        text-align: left !important;
    }

    .abt-head {
        font-family: bebas-neue, sans-serif;
        font-size: 35px;
        color: #ffffff;
        margin-top: 15%;
    }

    #google {
        width: 50%;
    }
}

@media all and (max-width: 980px) {
    .ban-txt {
        left: 50px !important;
    }

    .feed-text {
        left: 50px !important;
    }

    .home-footer {
        padding: 0 50px !important;
    }

    .footer-inner a {
        letter-spacing: -1px;
    }
}

@media all and (max-width: 767px) {
    .cent {
        padding: 30px !important;
        text-align: center !important;
    }

    .cent .soc img {
        margin: auto !important;
    }

    .inner {
        -webkit-flex-direction: column;
        flex-direction: column;
    }

    .abt-cont, .abt-txt {
        height: auto !important;
        width: 100% !important;
        overflow: initial !important;
        /*padding-bottom: 80px !important;*/
    }

    .content-section {
        padding-top: 50px;
        width: 100% !important;
        /*background-color: #000000;*/
    }

    .footer-inner {
        position: fixed;
        z-index: 9999999
    }

    .footer-inner a {
        letter-spacing: 0px;
    }

    .ban-txt, .home-footer, .footer-inner, .feed-text {
        left: 0px !important;
        padding: 0 20px !important;
        width: 100% !important;
    }

    .team-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media all and (max-width: 600px) {
}

/* .home-banner {
  background-image: url('../images/home-page/2.jpg');
  height: 100vh;
  background-position: center;
  background-size: cover;
  animation: chbg 20s infinite alternate;
} */

.home-banner {
    position: relative;
    height: 100%;
    background: url('../images/newPics/home-page/1.jpg');
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
    z-index: 0
}

.bottom-banner {
    position: relative;
    height: 100%;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.4);
    z-index: -1;
}

.home-footer {
    position: absolute;
    bottom: 2%;
    width: 100%;
    display: grid;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 112px;
    grid-template-columns: repeat(11, 1fr);
}

.home-footer a:first-child {
    text-align: left;
}

.f-span {
    color: #ffffff;
    display: inline-block;
    text-align: center;
}

.footer-inner {
    background-color: #000000;
    bottom: 0%;
    width: 77%;
    display: grid;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 112px;
    grid-template-columns: repeat(13, 1fr);
    min-height: 50px;
    z-index: 101;
    left: 23%;
}

body, p, a {
    color: #ffffff;
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    font-size: 15px;
}

.abt-txt p {
    color: #ffffff;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.feed-text {
    font-size: 42px;
    color: black;
    z-index: 99;
    position: absolute;
    top: 10%;
    left: 0px;
    text-align: left !important;
    width: 420px;
    line-height: 64px;
    font-family: bebas-neue, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.feed-content {
    position: absolute;
    top: 20%;
}

.feed {
    width: 100%;
    border: 0;
    left: 0px;
    text-align: center;
    justify-content: center;
    overflow: hidden;
}

.ban-head {
    font-family: bebas-neue, sans-serif;
    color: #fff;
    font-size: 76px;
    font-weight: 400;
    letter-spacing: 0.17px;
    line-height: 64px;
    text-transform: uppercase;
}

.abt-head {
    font-family: bebas-neue, sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.17px;
    line-height: 106px;
    text-transform: uppercase;
    margin-top: 33px;
}

.ban-txt {
    z-index: 99;
    position: absolute;
    top: 22%;
    left: 110px;
    text-align: left !important;
    width: 550px;
}

.abt-txt {
    text-align: left !important;
    width: 29%;
    background-color: #000000;
    padding: 0 36px;
    color: #FFFFFF;
    overflow: auto;
}

.ban-txt p {
    color: #ffffff;
    margin: 20px 0px;
    font-size: 20px;
    display: block;
    line-height: 28px;
}

.ban-txt a {
    line-height: 31px;
    background-color: #ffffff;
    color: #000000;
    padding: 7px 50px;
    text-decoration: none !important;
    font-weight: bold;
    margin-top: 8px;
    display: inline-block;
}

.home-footer a {
    color: #fff;
    text-decoration: none !important;
    white-space: nowrap;
}

.footer-inner a {
    color: #fff;
    text-decoration: none !important;
    white-space: nowrap;
}

.abs img, .next img {
    transform: none !important;
}

.locate {
    width: 100%;
    height: 100%;
}

.page-content {
    width: 77.5%;
    float: right;
}

.content-section {
    position: relative;
    width: 77%;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.section-heading {
    text-align: left;
    position: relative;
    margin-bottom: 60px;
}

.section-heading h1 {
    margin-top: 0px;
    font-size: 32px;
    color: #232323;
    display: inline-block;
    margin-right: 50px;
}

.section-heading em {
    font-style: normal;
    font-weight: 700;
    color: #45489a;
}

.section-heading p {
    display: inline-block;
    font-size: 15px;
    line-height: 26px;
    color: #343434;
    position: absolute;
    top: 12.5px;
}

.white-button a {
    font-size: 13px;
    font-weight: 600;
    color: #45489a;
    text-transform: capitalize;
    background-color: #fff;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0px 25px;
    letter-spacing: 0.25px;
    text-decoration: none;
    transition: all 0.3s;
}

.white-button a:hover {
    background-color: #45489a;
    color: #fff;
}

.accent-button a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    background-color: #45489a;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    padding: 0px 25px;
    letter-spacing: 0.25px;
    text-decoration: none;
    transition: all 0.3s;
}

.accent-button a:hover {
    background-color: #fff;
    color: #45489a;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

/* Responsive Navigation */
.responsive-nav {
    position: fixed;
    z-index: 130;
    width: 100%;
    height: 80px;
    background-color: rgba(250, 250, 250, .95);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}

.navbar-toggle {
    padding: 0px !important;
    margin-top: 24px;
    margin-right: 10px !important;
}

.navbar-toggle {
    position: absolute;
    top: -10%;
    right: 0px;
    display: inline-block;
    /* -webkit-transform: translateX(-50%) translateY(-50%); */
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    /* transform: translateX(-50%) translateY(-50%); */
}

.navbar-nav {
    margin: 0;
    border: none;
}

#main-nav ul {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.9);
    margin-top: 50px;
    width: 100%;
}

#main-nav ul li {
    margin: 15px 0px;
}

#main-nav ul li:hover {
    background-color: transparent;
}

#main-nav ul li a {
    font-size: 15px;
    text-transform: capitalize;
    color: #fff;
    box-shadow: none;
    border: none;
}

#main-nav ul li a:hover {
    opacity: 0.5;
    background-color: transparent;
}

.navbar-toggle span {
    background-color: #232323;
}

/* Sidebar Style */
.cur {
    cursor: pointer;
    font-size: 20px;
}

.mainbutton:hover {
    background-color: black;
    color: white;
    transition: 0.3s;
    border: 1px solid white;
}

.sidebar-navigation {
    width: 23%;
    background-color: #ffffff;
    z-index: 10;
}

.sidebar-navigation .logo {
    width: 100%;
    line-height: 150px;
    padding-left: 44px;
}

.sidebar-navigation .logo a {
    text-decoration: none;
    text-transform: uppercase;
}

#google {
    display: block;
    position: absolute;
    top: 0px;
    width: 29%;
    z-index: 999;
    padding-top: 150px;
    padding: 30px;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    color: rgb(255, 255, 255);
    display: none;
    text-align: left;
}

.vidCSS {
    /*max-width: 100%;*/
    /*max-height: 100%;*/
    /*height: auto;*/
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    /*object-fit: fill;*/
    /*position: absolute;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    /*width: auto;*/
    /*height: auto;*/
    /*z-index: -2;*/
    /*background-size: cover;*/
    /*overflow: hidden;*/
    /*display:block;*/
    width: 100%;
    /*height: 100%;*/
}

video.scale2 {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

video::-webkit-media-controls-fullscreen-button {
    /*display: none;*/
}

video::-webkit-media-controls-play-button {
    /*display: none;*/

}

video::-webkit-media-controls-timeline {
    /*display: none;*/

}

video::-webkit-media-controls-current-time-display {

}

video::-webkit-media-controls-time-remaining-display {
}

video::-webkit-media-controls-mute-button {
}

video::-webkit-media-controls-toggle-closed-captions-button {
}

video::-webkit-media-controls-volume-slider {
}

/*video {*/
/*object-fit: fill;*/
/*}*/

.location01 {
    background: url('../images/newPics/locations/HATAASIYA-9.jpg');
    background-size: cover;
    height: 100%;
    /*opacity: 1.5;*/
}

.location02 {
    background: url('../images/newPics/locations/SONCINO-3.jpg');
    background-size: cover;
    height: 100%;
}

.location03 {
    background: url('../images/newPics/locations/HAMASGER-55.jpg');
    background-size: cover;
    height: 100%;
}

.location04 {
    background: url('../images/newPics/locations/NIRIM-8.jpg');
    background-size: cover;
    height: 100%;
}

.location05 {
    background: url('../images/newPics/locations/MISLAVUTA-11.jpg');
    background-size: cover;
    height: 100%;
}

.location06 {
    background: url('../images/newPics/locations/TUSHIA-9.jpg');
    background-size: cover;
    height: 100%;
}

.location07 {
    background: url('../images/newPics/locations/BEN-AVIGDOR-28.jpg');
    background-size: cover;
    height: 100%;
}

.location08 {
    background: url('../images/newPics/locations/HAMASGER-64.jpg');
    background-size: cover;
    height: 100%;
}

.location09 {
    background: url('../images/newPics/locations/HAMASGER-66.jpg');
    background-size: cover;
    height: 100%;
}

.locations {
    overflow: hidden;
}

.locations .location-images {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.locations:hover .location-images,
.locations:focus .location-images {
    transform: scale(1.2);
}

.loc .title-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.location-title {
    color: #ffffff;
    font-family: bebas-neue, sans-serif;
    font-weight: 200;
    font-size: 38px;
}

.soc img {
    display: block;
    padding: 12px;
}

.sidebar-navigation .logo em {
    font-style: normal;
    font-weight: 300;
}

.sidebar-navigation nav {
    margin-top: 15%;
}

.sidebar-navigation ul {
    margin-left: 45px;
    list-style: none !important;
    padding: 0;
}

.sidebar-navigation li {
    padding: 3px 0;
}

.sidebar-navigation span {
    display: inline-block;
    list-style: none !important;
    position: absolute;
    left: -50px;
    top: 11px;
}

.sidebar-navigation nav a {
    text-transform: uppercase !important;
    position: relative;
    display: inline-block;
    color: #000000;
    margin-top: 5px;
    text-decoration: none !important;
    font-size: 15px;
    letter-spacing: 0.5px;
}

.circle {
    margin-right: 5px;
    display: none !important;
    height: 10px;
    width: 10px;
    left: 0px;
    top: -1px;
    border-radius: 50%;
    background-color: transparent;
    border: 2px solid #fff;
    transition: all 0.3s;
}

.rect {
    height: 1px;
    width: 0px;
    left: 0;
    bottom: 5.5px;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.1s, width 0.6s;
    -moz-transition: -webkit-transform 0.1s, width 0.6s;
    transition: transform 0.1s, width 0.6s;
}

.sidebar-navigation nav a:focus {
    color: #000;
}

.sidebar-navigation nav a:hover, nav .active-section > a {
    color: #000;
    font-weight: bold;
}

.sidebar-navigation nav a:hover span, nav .active-section span {
    background-color: #000;
}

.sidebar-navigation nav .active-section .rect {
    width: 42px;
}

.sidebar-navigation nav .active-section .circle {
    background-color: transparent;
}

.sidebar-navigation .social-icons {
    position: absolute;
    bottom: 60px;
    padding: 0;
    margin: 0;
    /* text-align: center; */
    padding-left: 53px;
}

.sidebar-navigation .social-icons li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.sidebar-navigation .social-icons li:last-child {
    margin-right: 0px;
}

.sidebar-navigation .social-icons li a {
    font-size: 18px;
    color: #fff !important;
    transition: all 0.5s;
}

.sidebar-navigation .social-icons li a:hover {
    color: #45489a;
}

/* Slider Style */
.slider .content-section {
    padding-top: 0px;
    min-width: 100%;
    min-height: 100vh;
    width: 100%;
    height: 100vh;
    text-align: center;
}

.slider p a {
    color: #FFF;
}

.slider p a:hover {
    color: #FF0;
    text-decoration: none;
}

.Modern-Slider .info {
    text-align: right;
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}

.Modern-Slider .info h1 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}

.Modern-Slider .info p {
    font-size: 15px;
    color: #fff;
}

.Modern-Slider .info .white-button {
    margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
    outline: none;
}

.Modern-Slider .slick-dots {
    opacity: 0;
}

.Modern-Slider .NextArrow {
    outline: none;
    display: none;
    position: absolute;
    top: 60px;
    right: 60px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 32px/50px FontAwesome;
    color: #FFF;
    z-index: 5;
}

.Modern-Slider .NextArrow:before {
    content: '\f105';
}

.Modern-Slider .PrevArrow {
    outline: none;
    position: absolute;
    top: 60px;
    right: 120px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, .50);
    border: 0 none;
    margin-top: -22.5px;
    text-align: center;
    font: 32px/50px FontAwesome;
    color: #FFF;
    z-index: 5;
}

.Modern-Slider .item .image {
    width: 100%;
    height: 100vh;
    background-position: center center;
    background-size: cover;
    display: block;
}

.Modern-Slider .item-1 .image {
    background-image: url(../img/slide_1.jpg);
}

.Modern-Slider .item-2 .image {
    background-image: url(../img/slide_2.jpg);
}

.Modern-Slider .item-3 .image {
    background-image: url(../img/slide_3.jpg);
}

.Modern-Slider .PrevArrow:before {
    content: '\f104';
}

.Modern-Slider .item .image {
    animation: zoomin 12s ease-in-out infinite alternate;
    -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
    0% {
        -webkit-transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.Modern-Slider {
    background: transparent;
}

/* ==== Slick Slider Css Ruls === */
.slick-slider {
    position: relative;
    display: block;
    -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: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.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
    /* If RTL Make This Right */;
    height: 100%;
    min-height: 1px
}

.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
}

/* Featured Style */
#featured {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 80px;
    border-bottom: 1px solid #eee;
}

#featured .section-heading {
    margin-right: 20%;
}

#featured .content-section {
    display: inline-block;
    position: relative;
}

#featured .owl-dots {
    margin-top: 40px;
}

#featured .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    background-color: #cdcdcd !important;
    display: inline-block;
    border-radius: 50%;
    margin: 0 3px;
}

#featured .owl-dots .active span {
    background-color: #45489a !important;
}

#featured .owl-dots button {
    outline: none;
}

#featured .owl-nav {
    position: absolute;
    display: inline-block;
    top: -110px;
    right: 0;
}

#featured .owl-nav button:focus {
    outline: none;
}

#featured .owl-nav .owl-prev span {
    margin-right: 10px;
}

#featured .owl-nav .owl-next span, #featured .owl-nav .owl-prev span {
    outline: none;
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    background-color: #eee;
    color: #232323;
    font-size: 42px;
    transition: all 0.5s;
}

#featured .owl-nav span:hover {
    background-color: #45489a;
    color: #fff;
}

#featured .item {
    text-align: left;
    position: relative;
    z-index: 10;
}

#featured .item .image {
    position: relative;
}

#featured .item .image img {
    width: 100%;
    overflow: hidden;
}

#featured .item .image .featured-button a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    background-color: rgba(69, 72, 154, 0.9);
    display: inline-block;
    height: 44px;
    line-height: 44px;
    width: 100%;
    letter-spacing: 0.25px;
    text-decoration: none;
    transition: all 0.5s;
    position: absolute;
    z-index: 9;
    bottom: -44px;
    opacity: 0;
}

#featured .item:hover .featured-button a {
    bottom: 0;
    opacity: 1;
}

#featured .item .text-content {
    padding-top: 20px;
    background-color: #fff;
    position: relative;
    z-index: 10;
}

#featured .item .text-content h4 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 600;
    color: #232323;
    letter-spacing: 0.5px;
}

#featured .item .text-content span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #7a7a7a;
    letter-spacing: 0.5px;
    margin-bottom: 12.5px;
}

/* Projects Style */
#projects {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 50px;
}

#projects .masonry {
    position: relative;
    width: 100%;
}

#projects .masonry .item img {
    transition: all 1s;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

#projects .masonry .item img:hover {
    opacity: 0.5;
}

/* Video Presentation Style */
#video {
    text-align: center;
    background-color: #f4f4f4;
    padding: 100px 60px;
}

#video .section-heading {
    margin-bottom: 30px;
    text-align: center;
}

#video .section-heading h1 {
    display: block;
    margin: 0px;
}

#video .section-heading p {
    position: relative;
    margin: 0px;
}

#video .accent-button {
    margin-top: 30px;
}

.box-video {
    width: 100%;
    position: relative;
    margin-top: 30px;
    cursor: pointer;
    overflow: hidden;
}

.box-video .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 2;
}

.box-video .video-container {
    position: relative;
    margin: 0;
    z-index: 1;
}

.box-video .bt-play {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    text-indent: -999em;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.box-video .bt-play:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    height: 0;
    width: 0;
    margin: -12px 0 0 -6px;
    border: solid transparent;
    border-left-color: #000;
    border-width: 12px 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.box-video:hover .bt-play {
    transform: scale(1.1);
}

.box-video.open .bg-video {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}

.box-video.open .video-container {
    opacity: 1;
    -webkit-transition: all .6s .8s;
    transition: all .6s .8s;
}

/* Blog Style */
#blog {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 80px;
}

#blog .tabs {
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 90px;
    width: 100%;
    background-color: #eee;
    border-bottom: 10px solid #45489a;
}

#blog .tabs li {
    display: inline-block;
    text-align: center;
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
}

#blog .tabs a {
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #232323;
    font-size: 19px;
    line-height: 80px;
    font-weight: 600;
    transition: 0.5s;
}

#blog .tabs a:hover {
    color: #45489a;
}

#blog .tabs .active:hover {
    color: #fff;
}

#blog .tabs .active {
    background-color: #45489a;
    color: #fff;
}

.tabgroup {
    background-color: #f4f4f4;
    padding: 20px 30px;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

#blog .tabgroup ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#blog .tabgroup ul li {
    display: inline-block;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

#blog .tabgroup ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

#blog .tabgroup ul li img {
    float: left;
    margin-right: 30px;
    max-width: 100%;
    overflow: hidden;
}

#blog .tabgroup ul li .text-content {
    display: inline;
}

#blog .item .text-content h4 {
    padding-top: 7.5px;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 600;
    color: #232323;
    letter-spacing: 0.5px;
}

#blog .item .text-content span {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #7a7a7a;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

#blog .item .text-content .accent-button {
    margin-top: 25px;
}

/* Contact Style */
#contact {
    padding-top: 0px;
}

#contact-content {
    padding: 80px 60px;
}

#contact input {
    border-radius: 0px;
    padding-left: 15px;
    font-size: 13px;
    color: #aaa;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    outline: none;
    box-shadow: none;
    line-height: 40px;
    height: 40px;
    width: 100%;
    margin-bottom: 25px;
}

#contact textarea {
    border-radius: 0px;
    padding-left: 15px;
    padding-top: 10px;
    font-size: 13px;
    color: #aaa;
    background-color: #f4f4f4;
    border: 1px solid #eee;
    outline: none;
    box-shadow: none;
    height: 200px;
    max-height: 250px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
}

#contact button {
    font-size: 13px;
    border-radius: 0px;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    background-color: #45489a;
    display: inline-block;
    height: 44px;
    line-height: 24px;
    outline: none;
    box-shadow: none;
    width: 100%;
    letter-spacing: 0.25px;
    text-decoration: none;
    transition: all 0.3s;
}

#contact button:hover {
    color: #232323;
    background-color: #f4f4f4;
}

/* Footer Style */
.footer {
    background-color: rgba(12, 12, 12, 0.9);
    height: 80px;
    line-height: 80px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.footer p {
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 80px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 300;
}

.footer p a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

/* Responsive Style */
@media (max-width: 992px) {
    .responsive-nav {
        display: none;
    }

    .sidebar-navigation .logo a {
        font-size: 18px;
    }

    .sidebar-navigation nav a {
        font-size: 13px;
    }

    .sidebar-navigation nav ul {
        margin-left: 30px;
    }

    .sidebar-navigation .social-icons li a {
        font-size: 15px;
    }

    .box .title {
        font-size: 1.5em;
    }

    .overlay-title {
        font-size: 1.5em !important;
    }

    .location-title {
        font-size: 30px;
    }
}

.at {
    color: #000000 !important;
    text-decoration: none !important;
    display: block;
    margin: 10px 0px;
}

.navbar-collapse {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

@media (max-width: 767px) {
    #google {
        display: block;
        position: absolute;
        top: 60px;
        width: 50%;
        z-index: 999;
        padding-top: 150px;
        left: 0%;
        padding: 30px;
        height: 94.2%;
        overflow: hidden;
        background-color: #fff;
        color: rgb(255, 255, 255);
        display: none;
    }

    .responsive-nav {
        display: block;
        height: 50px;
    }

    .page-content {
        width: 100%;
    }

    .Modern-Slider .info {
        text-align: center;
        right: 0px;
        padding: 0px 30px;
    }

    .Modern-Slider .NextArrow {
        outline: none;
        display: none;
        position: absolute;
        top: 120px;
        right: 50%;
        transform: translateX(50%);
        margin-right: -30px;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, .50);
        border: 0 none;
        text-align: center;
        font: 32px/50px FontAwesome;
        color: #FFF;
        z-index: 5;
    }

    .Modern-Slider .NextArrow:before {
        content: '\f105';
    }

    .Modern-Slider .PrevArrow {
        outline: none;
        position: absolute;
        top: 120px;
        left: 50%;
        transform: translateX(-50%);
        margin-left: -30px;
        width: 50px;
        height: 50px;
        background: rgba(0, 0, 0, .50);
        border: 0 none;
        text-align: center;
        font: 32px/50px FontAwesome;
        color: #FFF;
        z-index: 5;
    }
}

@media (max-width: 690px) {
    .section-heading p {
        position: relative;
    }

    #featured {
        padding-left: 15px;
        padding-right: 15px;
    }

    #featured .owl-nav {
        position: absolute;
        display: inline-block;
        top: -220px;
        right: 0;
    }

    #projects {
        padding-left: 15px;
        padding-right: 15px;
    }

    #video {
        padding-left: 15px;
        padding-right: 15px;
    }

    #blog {
        padding-left: 15px;
        padding-right: 15px;
    }

    #blog .tabs a {
        font-size: 13px;
    }

    #blog .tabgroup ul li img {
        float: none;
        width: 100%;
        margin-bottom: 15px;
    }

    #blog .tabgroup ul li .text-content {
        display: block;
    }

    #contact-content {
        padding-left: 15px;
        padding-right: 15px;
    }

    .team-container {
        grid-template-columns: 1fr;
    }

    .location-title {
        font-size: 25px;
    }

    .locations-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media all and (min-width: 320px) and (max-width: 550px) {
    .overtext {
        padding-top: 20px;
    }

    div.feed-text {
        display: none;
    }

    div.footer-inner {
        display: none;
    }

    .box {
        width: 100%;
    }

    .box .title {
        font-size: 30px;
    }

    .box .locate {
        width: 100% !important;
    }

    .ban-head {
        font-size: 34px;
    }

    .home-footer a {
        color: #fff;
        text-decoration: none !important;
        font-size: 10px !important;
    }

    .f-span {
        color: #ffffff;
        display: inline-block;
        margin: 10px 2px !important;
    }

    .box .overbox {
        padding-top: 10px;
    }

    .box .overboxcomingsoon {
        padding-top: 10px;
    }

    .footer-inner a {
        color: #fff;
        text-decoration: none !important;
        font-size: 10px;
    }

    .abt-head, .abt-heads {
        margin-top: 0;
    }

    .bord {
        width: 40px !important;
    }

    .soc img {
        display: block;
        padding: 10px 0px;
        margin: auto;
    }
}

@media all and (min-width: 551px) and (max-width: 580px) {
    .bord {
        width: 40px !important;
    }

    .soc img {
        display: block;
        padding: 12px;
        margin: auto;
    }

    .overtext {
        padding-top: 40px;
    }

    .abt-cont span, .abt-heads {
    }

    .box .title {
        font-size: 16px;
    }

    .ban-head {
        font-size: 34px;
    }

    .home-footer a {
        color: #fff;
        text-decoration: none !important;
        font-size: 10px !important;
    }

    .f-span {
        color: #ffffff;
        display: inline-block;
        margin: 10px 2px !important;
    }

    .box .overbox {
        padding-top: 10px;
    }

    .box .overboxcomingsoon {
        padding-top: 10px;
    }

    .locations-container {
        grid-template-columns: 1fr 1fr;
    }
}

.location-client-img {
    margin-top: 5px;
    margin-bottom: 5px;
}

/*    popup layout   */
.d_row_popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}

.popup-form {
    padding: 30px;
}

.w-bg-clr {
    background-color: #fff;
}

div.title.overtext {
    /*margin-top: 70px;*/
}

.p-off {
    padding-left: 0px !Important;
    padding-right: 0px !Important;
}

.popup-title {
    font-size: 60px;
    line-height: 80px;
    color: #000000;
    font-family: bebas-neue, sans-serif;
    /*text-transform: uppercase;*/
    font-weight: 400;
    letter-spacing: 2px;
}

.p-30 {
    padding: 30px;
}

.form-title {
    color: #000000;
    font-size: 20px;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
}

.popup-form-sec div input {
    padding: 20px 12px;
    border-radius: 0px;
    height: 42px;
    font-size: 16px;
    border-color: #707070;
}

.popup-form-sec div textarea {
    border-radius: 0px;
    font-size: 16px;
    border-color: #707070;
}

.submmit-btn {
    border: 1px solid #000 !Important;
    color: #000 !Important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
    font-size: 20px;
    font-family: proxima-nova;
}

.form-footer {
    width: 92%;
    color: #000;
    font-size: 12px;
    line-height: 16px;
}

.text-bg-clr {
    background-color: #ffffff8f;
}

.form-bg-img {
    background-image: url(../images/modal-left-img.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
}

::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #909;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #909;
    opacity: 1;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #909;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #909;
}

/* .modal-dialog {
    width: 900px;
    margin: 30px auto;
} */
.d-down-icon {
    background-color: #fff;
    border-right: 0px;
    border-radius: 0px;
    height: 42px;
    font-size: 14px;
    border-color: #707070;
    line-height: 1.42857143;
    color: #707070;
}

.ml-1 {
    margin-left: 10px;
}

textarea {
    resize: none;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 2px solid #000;
    padding: 0px 5px;
}

.close {
    float: right;
    font-size: 36px;
    font-weight: 700;
    line-height: 28px;
    color: #000;
    opacity: 1;
    border: 1px solid #000;
    font-weight: 900;
}

.close-btn-pos {
    position: absolute;
    right: 0px;
    z-index: 9;
}

.copy a:hover {
    color: #fff;
    text-decoration: none;
}

.contact-copy-text {
    position: absolute;
    bottom: 0px;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}

.contact-copy-text p, a {
    color: #555;
    margin-bottom: 0px;
}

.contact-copy-text a:hover {
    color: #555;
    text-decoration: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

.send-btn {
    transition: 0.3s;
}

.send-btn:hover {
    color: #000;
    background-color: #fff;
}

.slide-nav ul li ul {
    display: none;
}

.sidebar-navigation ul li ul {
    margin-left: 15px;
    padding: 0px;
}

.sidebar-navigation ul li ul li a {
    font-size: 13px;
    margin-top: 0px;
}

.phn-drp-nav ul {
    display: none;
}

.m-tp-0 {
    margin-top: 0px !important;
    background-color: transparent !IMPORTANT;
}

.phn-drp-nav ul li a {
    text-decoration: none;
}

.phn-drp-nav span a {
    text-decoration: none;
}

/******** change background images ***********/
.hataasiya_01 {
    background: url('../images/newPics/hataasiya/1.jpg');
}

.hataasiya_02 {
    background: url('../images/newPics/hataasiya/2.jpg');
}

.hataasiya_03 {
    background: url('../images/newPics/hataasiya/3.jpg');
}

.hataasiya_04 {
    background: url('../images/newPics/hataasiya/4.jpg');
}

.hataasiya_05 {
    background: url('../images/newPics/hataasiya/5.jpg');
}

.socino_01 {
    background: url('../images/newPics/socino/1.jpg');
}

.socino_02 {
    background: url('../images/newPics/socino/2.jpg');
}

.socino_03 {
    background: url('../images/newPics/socino/3.jpg');
}

.socino_04 {
    background: url('../images/newPics/socino/4.jpg');
}

.socino_05 {
    background: url('../images/newPics/socino/5.jpg');
}
.hamasger66_01 {
    background: url('../images/newPics/hamasger66/1.jpg');
}
.hamasger66_02 {
    background: url('../images/newPics/hamasger66/2.jpg');
}
.hamasger66_03 {
    background: url('../images/newPics/hamasger66/3.jpg');
}
.hamasger66_04 {
    background: url('../images/newPics/hamasger66/4.jpg');
}
.hamasger66_05 {
    background: url('../images/newPics/hamasger66/5.jpg');
}

.hamasger_01 {
    background: url('../images/newPics/hamasger/1.jpg');
}

.hamasger_02 {
    background: url('../images/newPics/hamasger/2.jpg');
}

.hamasger_03 {
    background: url('../images/newPics/hamasger/3.jpg');
}

.hamasger_04 {
    background: url('../images/newPics/hamasger/4.jpg');
}

.hamasger_05 {
    background: url('../images/newPics/hamasger/5.jpg');
}

.nirim_01 {
    background: url('../images/newPics/nirim/1.jpg');
}

.nirim_02 {
    background: url('../images/newPics/nirim/2.jpg');
}

.nirim_03 {
    background: url('../images/newPics/nirim/3.jpg');
}

.nirim_04 {
    background: url('../images/newPics/nirim/4.jpg');
}

.nirim_05 {
    background: url('../images/newPics/nirim/5.jpg');
}

.mislavuta_01 {
    background: url('../images/newPics/mislavuta/1.jpg');
}

.mislavuta_02 {
    background: url('../images/newPics/mislavuta/2.jpg');
}

.mislavuta_03 {
    background: url('../images/newPics/mislavuta/3.jpg');
}

.mislavuta_04 {
    background: url('../images/newPics/mislavuta/4.jpg');
}

.mislavuta_05 {
    background: url('../images/newPics/mislavuta/5.jpg');
}

.tushia_01 {
    background: url('../images/newPics/tushia/1.jpg');
}

.tushia_02 {
    background: url('../images/newPics/tushia/2.jpg');
}

.tushia_03 {
    background: url('../images/newPics/tushia/3.jpg');
}

.tushia_04 {
    background: url('../images/newPics/tushia/4.jpg');
}

.tushia_05 {
    background: url('../images/newPics/tushia/5.jpg');
}

#submitContact{
    width: 100%;
    margin-bottom: 10px;
    border: 3px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
}