
html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    scroll-behavior: smooth;
}

.row:before, .row:after {
    display: none !important;
}

body a {
    text-decoration: none;
}

html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a:hover {
    text-decoration: none;
}

input[type="button"]:hover,
input[type="submit"]:hover {
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
}

p {
    font-size: 1em;
    color: #272727;
    text-align: justify;
    line-height: 1.8em;
}

ul {
    margin: 0;
    padding: 0;
}

body img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

/* navigation */

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */

nav {
    margin: 0;
    padding: 0;
}

a.navbar-brand {
    font-size: 0.8em;
    /*font-weight: 100;*/
    letter-spacing: 1px;
    line-height: 0.8em;
    text-transform: uppercase;
    color: #fff;
}

#logo a {
    float: left;
    display: initial;
}

    #logo a img {
        /*height: 30px;*/
    }

/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */

nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

ul.menu {
    margin-top: 0.2em;
}
 

/* Positioning the navigation items inline */

nav ul li {
    margin: 0px;
    display: inline-block;
}

/* Styling the links */

nav a {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 14px;
    font-weight: 600;
    margin: 0 0.5em;
}


nav ul li ul li:hover {
    background:;
}

li.log-vj a {
    display: inline-block;
}

li.social-icons a span {
    margin: 0 3px;
    font-size: 1.4em;
}

/* Background color change on Hover */

.menu li a:hover {
    color: #be9001;
}

.menu li a:focus {
    color: #be9001;
}

.menu li.active a {
    color: #be9001;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */

nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 42px;
    padding: 0px;
    background: #113146;
    left: 0;
    text-align: left;
    width: 260px;
}

/* Display Dropdowns on Hover */

nav ul li:hover > ul {
    display: block;
}

/* Fisrt Tier Dropdown */

nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
    position: relative;
    border-bottom: 1px solid #9c9c9c6b;
}

    nav ul ul li a {
        color: #fff;
        padding: 5px 5px;
        display: block;
        font-weight: 500;
        font-size: 13px;
    }

/* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

nav ul ul ul li {
    /*position: relative;
    top: -60px;
  
    left: 170px;*/
}


/* Change ' +' in order to change the Dropdown symbol */

li > a:only-child:after {
    content: '';
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width:992px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 5px 15px;
        font-size: 18px;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #113146;
        color: #fff;
        cursor: pointer !important;
        margin-bottom: 0;
        text-transform: uppercase;
        margin-top: 0em;
    }

    .menu .toggle {
        float: none;
        text-align: left;
        margin: auto;
        width: 80%;
        padding: 5px;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .toggle:hover {
        color: #333;
        background-color: #fff;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        background: rgba(16, 16, 16, 0.85);
        padding: 15px 0;
        text-align: left;
        width: 100%;
        z-index: 99999;
        border: none;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }

    label.toggle.toggle-2 {
        width: 94%;
        font-size: 13px;
    }

    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #343a40;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
        text-align: left;
    }

        /* Hide menus on hover */
        nav ul ul li:hover > ul,
        nav ul li:hover > ul {
            display: none;
        }

    nav ul {
        margin-left: 0em;
    }

        /* Fisrt Tier Dropdown */
        nav ul ul li {
            display: block;
            width: 100%;
            padding: 0;
        }

        nav ul ul ul li {
            position: static;
            /* has to be the same number as the "width" of "nav ul ul li" */
        }

        nav ul ul li a {
            color: #fff;
            font-size: 0.8em;
        }

        nav ul li ul li:hover {
            background: none;
        }

        nav ul li.social-icons {
            display: inline-block;
            float: left;
            width: 32.3%;
            margin: 0 auto;
            text-align: center;
        }

    .tooltip {
        top: 0;
        left: 50%;
        padding: 0.2rem 0.5rem;
    }
}

@media all and (max-width: 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }
}

/* header */


/* banner */
.top_w3pvt_main {
    position: relative;
    z-index: 1;
}

.nav_w3pvt {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    margin: 0 auto;
    background: transparent;
    margin-top: 0em;
}

.transp-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    margin: 0 auto;
    background: #0000007d;
    margin-top: 0em;
}

/* banner-hny-info */
.banner-hny-info {
    padding: 9.5em 0 14em;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* banner slider */

.list-style-type {
    list-style-type: none;
}

.table-wrapper-scroll-y {
    display: block;
    max-height: 400px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}



#homepage-slider {
    position: relative;
}

.radio {
    display: none;
}

.images {
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*height:650px*/
    min-height: 300px;
    height: 100vh;
}

.images-inner {
    width: 500%;
    transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
    transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
}

.image-slide {
    width: 20%;
    float: left;
}

.image-slide,
.fake-radio,
.radio-btn {
    transition: all 0.5s ease-out;
}

.fake-radio {
    text-align: center;
    position: relative;
    bottom: 5%;
    right: 0%;
    z-index: 0;
    top: -40px;
    display: inline-grid;
}

/* Move slides overflowed container */
#slide1:checked ~ .images .images-inner {
    margin-left: 0;
}

#slide2:checked ~ .images .images-inner {
    margin-left: -100%;
}

#slide3:checked ~ .images .images-inner {
    margin-left: -200%;
}

#slide4:checked ~ .images .images-inner {
    margin-left: -300%;
}
/* Color of bullets */
#slide1:checked ~ div .fake-radio .radio-btn:nth-child(1),
#slide2:checked ~ div .fake-radio .radio-btn:nth-child(2),
#slide3:checked ~ div .fake-radio .radio-btn:nth-child(3),
#slide4:checked ~ div .fake-radio .radio-btn:nth-child(4) {
    background: #b68f18;
}

.radio-btn {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    display: inline-block !important;
    margin: 6px 5px;
    cursor: pointer;
}

/* Color of bullets - END */

/* Text of slides */
#slide1:checked ~ .labels .label:nth-child(1),
#slide2:checked ~ .labels .label:nth-child(2),
#slide3:checked ~ .labels .label:nth-child(3),
#slide4:checked ~ .labels .label:nth-child(4) {
    opacity: 1;
}

.label {
    opacity: 0;
    position: absolute;
}

/* Text of slides - END */

/* Calculate AUTOPLAY for BULLETS */
@keyframes bullet {

    0%, 33.32333333333334% {
        background: #b68f18;
    }

    33.333333333333336%, 100% {
        background: #fff;
    }
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(1) {
    animation: bullet 12300ms infinite -1000ms;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(2) {
    animation: bullet 12300ms infinite 3100ms;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(3) {
    animation: bullet 12300ms infinite 7200ms;
}

#play1:checked ~ div .fake-radio .radio-btn:nth-child(4) {
    animation: bullet 12300ms infinite 10000ms;
}

/* Calculate AUTOPLAY for BULLETS - END */

/* Calculate AUTOPLAY for SLIDES */
@keyframes slide {

    0%, 25.203252032520325% {
        margin-left: 0;
    }

    33.333333333333336%, 58.53658536585366% {
        margin-left: -100%;
    }

    66.66666666666667%, 91.869918699187% {
        margin-left: -200%;
    }
}

.st-slider > #play1:checked ~ .images .images-inner {
    animation: slide 12300ms infinite;
}

/* Calculate AUTOPLAY for SLIDES - END */
/* //banner slider */

/* background images for banner */
.banner-w3pvt-1 {
    background: url(../../img/ImagesNew/banner1.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 786px;
}

.banner-w3pvt-2 {
    background: url(../../img/ImagesNew/banner2.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 786px;
}

.banner-w3pvt-3 {
    background: url(../../img/ImagesNew/banner3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 786px;
}

.banner-w3pvt-4 {
    background: url(../../img/ImagesNew/banner4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 786px;
}


.overlay-w3ls {
    background: rgba(0, 0, 0, 0.55);
    min-height: 786px;
}

.images-inner {
    position: relative;
}

.banner-hny-info h3 {
    font-size: 4em;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff;
}

.btn {
    border: 2px solid #fff;
    padding: 8px 15px;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: capitalize;
    display: inline-block;
}

    .btn:hover {
        background: #b68f18;
        border: 2px solid #b68f18;
        color: #333;
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
    }

    .btn.more {
        background: #014a7a;
        border: 2px solid #014a7a;
        color: #fff;
    }

        .btn.more.black:hover {
            background: #b68f18;
            border: 2px solid #b68f18;
            color: #fff;
        }

.wthree-w3ls {
    /*border-bottom: 1px solid rgba(221, 221, 221, 0.25);
    padding-bottom: 1em;*/
    padding: 0.2em;
}


/* Color Variables */
/* Social Icon Mixin */
/* Social Icons */
.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* width: 80px; */
    /* height: 80px; */
    /* margin: 0 0.5rem; */
    /* border-radius: 50%; */
    cursor: pointer;
    /* font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif; */
    /* font-size: 2.5rem; */
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.15s ease;
}

    .social-icon:hover {
        color: #fff;
    }

        .social-icon:hover .tooltip {
            visibility: visible;
            opacity: 1;
            -webkit-transform: translate(-50%, -150%);
            transform: translate(-50%, -150%);
        }

    .social-icon:active {
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
    }

.social-icon {
    background: linear-gradient(tint(#000, 5%), shade(#000, 5%));
    border-bottom: 1px solid shade(#000, 20%);
    color: tint(#000, 50%);
}

    .social-icon:hover {
        color: tint(#000, 80%);
        text-shadow: 0px 1px 0px shade(#000, 20%);
    }

    .social-icon .tooltip {
        background: #fff;
        background: linear-gradient(tint(#000, 15%), #000);
        color: tint(#000, 80%);
    }

        .social-icon .tooltip:after {
            border-top-color: #fff;
        }

    .social-icon span {
        position: relative;
        top: 1px;
    }

/* Tooltips */
.tooltip {
    display: block;
    position: absolute;
    top: 45%;
    left: 50%;
    padding: 0.2rem 1rem;
    border-radius: 0px;
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    transition: all 0.3s ease;
    z-index: 1;
    color: #000;
    letter-spacing: 1px;
}

    .tooltip:after {
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        content: "";
        border: solid;
        border-width: 6px 6px 0 6px;
        border-color: transparent;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
    }

/* //background images for banner */

/* /stats */
h5.counter {
    color: #fff;
    font-size: 2em;
    font-weight: 700;
    margin: 0;
}

p.para-w3pvt {
    color: #fff;
    font-size: 1.4em;
    margin-left: 1em;
    font-weight: 300;
}

.hny-stats-inf {
    margin: 7em auto 0;
    width: 50%;
    text-align: center;
}

/* //stats */
/* //banner text */

.banner_bottom {
    background: #d2d2d2;
}

section {
    margin-top: 40px;
    /*position: relative;*/
}

p.sub-tittle {
    font-size: 1.1em;
    font-weight: 400;
    color: #555;
}

.pink {
    color: #113146;
}

h3.tittle-w3ls,
h3.tittle-w3ls.two {
    color: #1b1b1b;
    font-size: 2.2em;
    font-weight: 700;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

    h3.tittle-w3ls.two {
        color: #fff;
    }

/*--/about--*/
.banner_bottom_left h4 {
    font-size: 1.5em;
    color: #3c3c3c;
    letter-spacing: 1px;
    position: relative;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 0.3em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

/*--/features--*/
.features-w3pvt-main {
    border-top: 1px solid #ddd;
    margin-top: 3em;
    padding-top: 4em;
}

.icon_left_grid {
    text-align: center;
}

.featured_grid_right_info h4 {
    font-size: 1.2em;
    margin-bottom: .7em;
    font-weight: 600;
    color: #222222;
    letter-spacing: 1px;
}

.icon_left_grid span {
    font-size: 2em;
    color: #ffc107;
    margin-top: 0.1em;
}

/*--//features--*/
.services {
    background: url(../images/banner4.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.over-lay-blue {
    background: rgba(10, 10, 10, 0.67);
}

.services-grid-inf h4,
.services-grid-inf span,
.services-grid-inf .link-hny,
.services-innfo p.sub-tittle {
    color: #fff;
}

.services-grid-inf p {
    color: #d5d7d8;
}

.services-grid-inf span {
    line-height: 40px;
}

/*--//services--*/

/*--/team --*/
.team-info h3 {
    font-size: 1.2em;
    color: #1b1b1b;
    margin: 0 0 0.5em 0;
}

    .team-info h3 a {
        color: #1b1b1b;
    }

        .team-info h3 a:hover {
            color: #444;
        }

.sub-tittle-team {
    font-size: 1em;
    color: #495057;
}

.team-info p {
    padding: 0 1em;
}

.icon-social.team a {
    color: #333;
}

ul.list-right-w3pvt-book.team-sing li {
    color: #777;
}

ul.list-right-w3pvt-book.team-sing span {
    font-size: 0.6em;
    margin-right: 1em;
}

.team-gd img:hover {
    opacity: 0.8;
}

/*--//team --*/
/*-- /gallery --*/

section#gallery {
    position: relative;
}

.gal-img img {
    padding: 6px;
    background: #f0f0f1;
}

.gal-info {
    background: #fff;
    margin-bottom: 1em;
    padding: 1em;
    text-align: left;
}

    .gal-info:hover {
        background: #212529;
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
    }

        .gal-info:hover h5 {
            color: #fff;
        }

    .gal-info h5 {
        text-align: left;
        font-size: 0.9em;
        color: #3a4045;
        font-weight: 600;
        text-transform: uppercase;
    }

span.decription {
    text-transform: uppercase;
    display: block;
    font-size: 0.8em;
    color: #888;
    letter-spacing: 2px;
    margin-top: 0.5em;
}

.gal-info:hover span.decription {
    color: #fff;
}

/*-- popup --*/

.pop-overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

    .pop-overlay:target {
        visibility: visible;
        opacity: 1;
    }

.popup {
    background: #fff;
    border-radius: 5px;
    width: 35%;
    position: relative;
    margin: 8em auto;
    padding: 3em 1em;
}

    .popup p {
        font-size: 15px;
        color: #666;
        letter-spacing: .5px;
        line-height: 30px;
    }


    .popup .close {
        position: absolute;
        top: 5px;
        right: 15px;
        transition: all 200ms;
        font-size: 30px;
        font-weight: bold;
        text-decoration: none;
        color: #000;
    }

        .popup .close:hover {
            color: #30c39e;
        }


/*-- //popup --*/

/*-- /blogs--*/
.blog-grid-img img {
    border-radius: 0px;
}

.blog-grid-info {
    background: #212529;
}

.date-post {
    padding: 3em;
}


    .date-post .link-hny {
        font-size: 0.9em;
        font-weight: 600;
        color: #fff;
        letter-spacing: 1px;
    }

    .date-post p {
        color: #fff;
        margin-bottom: 0;
        font-size: 0.9em;
    }

    .date-post h4 {
        margin: 0.3em 0;
    }

h6.date {
    font-size: 0.8em;
    color: #b68f18;
}

/*-- //blogs--*/
.login label {
    color: #777879;
    font-weight: 600;
    font-size: 0.9em;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.link-hny {
    color: #222222;
}

    .link-hny:hover {
        color: #ffc107;
        transition: .5s ease-in;
        -webkit-transition: .5s ease-in;
        -moz-transition: .5s ease-in;
        -o-transition: .5s ease-in;
        -ms-transition: .5s ease-in;
    }

.apply-main .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-bottom: 2px solid #ddd;
}


/*-- //gallery --*/

.con-gd .form-control {
    padding: 15px 15px;
    border: 0;
    border: none;
    outline: none;
    background: rgba(247, 247, 247, 0.29);
    color: #fff;
    border-radius: 0;
    font-size: 0.9em;
    letter-spacing: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 1px solid #ddd;
}

.con-gd button.btn {
    background: #b68f18;
    border: 2px solid #b68f18;
    color: #222;
    cursor: pointer;
    padding: 13px 0;
    width: 100%;
}

    .con-gd button.btn:hover {
        background: #212529;
        border: 2px solid #212529;
        color: #b68f18;
    }

p.news-para {
    margin: 0.5em 0 0 0;
    font-size: 1.1em;
    font-weight: 600;
    color: #555;
}

/*--placeholder-color--*/

.con-gd ::-webkit-input-placeholder {
    color: #777;
}

.con-gd :-moz-placeholder {
    /* Firefox 18- */
    color: #777;
}

.con-gd ::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
}

.con-gd :-ms-input-placeholder {
    color: #777;
}

/*--//placeholder-color--*/
/* testimonials */
.testmonials {
    background: url(../images/banner3.jpg) no-repeat top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}

.testimonials-gd-vj {
    box-shadow: 0px 0px 18.69px 2.31px rgba(98, 98, 103, 0);
    background: #fff;
}

p.sub-test {
    color: #666;
    font-size: 14px;
}

    p.sub-test span {
        font-size: 1.7em;
        margin-right: 0.3em;
        color: #ddd;
    }

.testi_grid h5 {
    color: #2f2e31;
    letter-spacing: 1px;
    font-size: 0.9em;
    font-weight: 600;
}

.testi_grid p {
    font-size: 13px;
    line-height: 0.5em;
}

section.hand-crafted p {
    color: #6e7275;
}

.testi-img-res img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* //testimonials */
/*--/inner-w3pvt-page-- */

.inner-w3pvt-page {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    min-height: 11em;
}

.overlay-innerpage {
    min-height: 11em;
    background: rgba(0, 0, 0, 0.44);
}

.inner-w3pvt-page-info {
    padding-top: 7em;
}

.breadcrumb {
    background-color: transparent;
}

ol.breadcrumb {
    margin: 0;
    padding: 0;
}

    ol.breadcrumb li {
        padding: 0;
        color: #555;
        font-weight: 600;
        letter-spacing: 2px;
        font-size: 13px;
        text-transform: uppercase;
        background: rgba(140, 156, 171, 0.22);
        margin-right: 0.5em;
        color: #fff;
        border-radius: 0;
        background: transparent;
    }

        ol.breadcrumb li a {
            color: #b68f18;
        }

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    /* background: none; */
    border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #fff;
    content: "/";
}

/*--/contact-- */
.contact-hny-form input,
.contact-hny-form textarea {
    padding: 13px 15px;
    border: 0;
    border: none;
    outline: none;
    background: rgba(247, 247, 247, 0.29);
    color: #fff;
    border-radius: 0;
    font-size: 0.9em;
    letter-spacing: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border: 1px solid #ddd;
    width: 100%;
}

.contact-hny-form textarea {
    min-height: 257px;
}

.more.black.con-submit {
    padding: 0.7em 3em;
}

.form-group label {
    color: #555;
    font-size: 0.9em;
}

.map-w3pvt {
    background: #d7d7d7;
    padding: 0.5em;
}

    .map-w3pvt iframe {
        width: 100%;
        min-height: 400px;
        border: none;
    }

/*--/single --*/
h4.title-hny {
    color: #3e3b3b;
    font-size: 1.2em;
    line-height: 1.5em;
    text-transform: capitalize;
    font-weight: 500;
}

.social-icons-footer ul li {
    display: inline-block;
    color: #555;
    list-style: none;
}

    .social-icons-footer ul li a {
        margin: 0 0.5em;
        color: #333;
    }

        .social-icons-footer ul li a:hover {
            color: #b68f18;
        }

.comments-grid-right h4 {
    font-size: 17px;
    font-weight: 600;
}

.comments-grid-right ul li {
    display: inline-block;
    color: #888;
    font-size: 14px;
    letter-spacing: 1px;
}

    .comments-grid-right ul li a {
        color: #b68f18;
    }

.single-page-form {
}

/*--//single --*/
/*--//contact-- */
/*--//inner-w3pvt-page-- */
/*--/timeline--*/
/* Media Queries */
/* Card sizing */
/* Colors */
/* Calculations */
/* Placeholders */
@media (min-width: 1000px) {

    #timeline .demo-card:nth-child(odd) .head::after,
    #timeline .demo-card:nth-child(even) .head::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }

    #timeline .demo-card:nth-child(odd) .head::before,
    #timeline .demo-card:nth-child(even) .head::before {
        position: absolute;
        content: "";
        width: 9px;
        height: 9px;
        background-color: #bdbdbd;
        border-radius: 9px;
        box-shadow: 0px 0px 2px 8px #f7f7f7;
    }
}

/* Some Cool Stuff */
.demo-card:nth-child(1) {
    order: 1;
}

.demo-card:nth-child(2) {
    order: 4;
}

.demo-card:nth-child(3) {
    order: 2;
}

.demo-card:nth-child(4) {
    order: 5;
}

.demo-card:nth-child(5) {
    order: 3;
}

.demo-card:nth-child(6) {
    order: 6;
}

/* Border Box */
* {
    box-sizing: border-box;
}


#timeline {
    /* Fonts * padding: 100px 0;
    background: #f7f7f7;
    border-top: 1px solid rgba(191, 191, 191, 0.4);
    border-bottom: 1px solid rgba(191, 191, 191, 0.4);
    /* Fonts */
}

    #timeline h1 {
        text-align: center;
        font-size: 3rem;
        font-weight: 200;
        margin-bottom: 20px;
    }

    #timeline p.leader {
        text-align: center;
        max-width: 90%;
        margin: auto;
        margin-bottom: 45px;
    }

    #timeline .demo-card-wrapper {
        position: relative;
        margin: auto;
    }

@media (min-width: 1000px) {
    #timeline .demo-card-wrapper {
        display: flex;
        flex-flow: column wrap;
        width: 1170px;
        height: 1650px;
        margin: 0 auto;
    }
}

#timeline .demo-card-wrapper::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(191, 191, 191, 0.4);
}

@media (min-width: 1000px) {
    #timeline .demo-card-wrapper::after {
        border-left: 1px solid #bdbdbd;
    }
}

#timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
}

@media (min-width: 480px) {
    #timeline .demo-card {
        max-width: 60%;
        box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
    }
}

@media (min-width: 720px) {
    #timeline .demo-card {
        max-width: 40%;
    }
}

@media (min-width: 1000px) {
    #timeline .demo-card {
        max-width: 450px;
        height: 400px;
        margin: 90px;
        margin-top: 45px;
        margin-bottom: 45px;
    }

        #timeline .demo-card:nth-child(odd) {
            margin-right: 45px;
        }

            #timeline .demo-card:nth-child(odd) .head::after {
                border-left-width: 15px;
                border-left-style: solid;
                left: 100%;
            }

            #timeline .demo-card:nth-child(odd) .head::before {
                left: 491.5px;
            }

        #timeline .demo-card:nth-child(even) {
            margin-left: 45px;
        }

            #timeline .demo-card:nth-child(even) .head::after {
                border-right-width: 15px;
                border-right-style: solid;
                right: 100%;
            }

            #timeline .demo-card:nth-child(even) .head::before {
                right: 489.5px;
            }

        #timeline .demo-card:nth-child(2) {
            margin-top: 180px;
        }
}

#timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
}

    #timeline .demo-card .head .number-box {
        display: inline;
        float: left;
        margin: 15px;
        padding: 10px;
        font-size: 35px;
        line-height: 35px;
        font-weight: 600;
        background: rgba(0, 0, 0, 0.17);
    }

    #timeline .demo-card .head h3 {
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: inherit;
        letter-spacing: 2px;
        margin: 0;
        padding-bottom: 6px;
        line-height: 1rem;
        color: #ddd;
    }

@media (min-width: 480px) {
    #timeline .demo-card .head h3 {
        line-height: 1.2rem;
    }
}

#timeline .demo-card .head h3 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
}

@media (min-width: 480px) {
    #timeline .demo-card .head h3 span {
        font-size: 0.8rem;
    }
}

#timeline .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
}

@media (min-width: 1000px) {
    #timeline .demo-card .body {
    }
}

#timeline .demo-card .body p {
    font-size: 14px;
    line-height: 1.5em;
    margin-bottom: 15px;
}

#timeline .demo-card .body img {
    display: block;
    width: 100%;
}

#timeline .demo-card--step1 {
    background-color: #3c3d3e;
}

    #timeline .demo-card--step1 .head::after {
        border-color: #3c3d3e;
    }

#timeline .demo-card--step2 {
    background-color: #3c3d3e;
}

    #timeline .demo-card--step2 .head::after {
        border-color: #3c3d3e;
    }

#timeline .demo-card--step3 {
    background-color: #3c3d3e;
}

    #timeline .demo-card--step3 .head::after {
        border-color: #3c3d3e;
    }

#timeline .demo-card--step4 {
    background-color: #3c3d3e;
}

    #timeline .demo-card--step4 .head::after {
        border-color: #3c3d3e;
    }

#timeline .demo-card--step5 {
    background-color: #3c3d3e;
}

    #timeline .demo-card--step5 .head::after {
        border-color: #3c3d3e;
    }

/* typography */

.typo-wthree h4.typo {
    color: #333;
    font-size: 1.5em;
    text-transform: uppercase;
}

.grid-bg {
    border: 2px solid #f7f7f7;
}

.sub-code {
    padding: 2em;
    background: #f7f7f7;
}

.highlight.sub-code span {
    color: #777;
}

.bd-example {
    padding: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    border-width: .2rem;
}

.bd-example-container {
    min-width: 16rem;
    max-width: 25rem;
    margin-right: auto;
    margin-left: auto;
}

.bd-example-container-body {
    height: 8rem;
    margin-right: 4.5rem;
    background-color: #f7f7f7;
    border-radius: .25rem;
}

.bd-example-container-sidebar {
    float: right;
    width: 4rem;
    height: 8rem;
    background-color: #2f2e41;
    border-radius: .25rem;
}

.media span {
    font-size: 4em;
    color: #555;
}

.media-body h5 {
    font-size: 1.2em;
    color: #444;
    margin-bottom: 1em;
}

.bread-w3ls .breadcrumb {
    background: #eee;
}

.bread-w3ls .breadcrumb-item.active {
    color: #6c757d;
}

.bread-w3ls .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    color: #555;
    content: "/";
}

.bread-w3ls li.breadcrumb-item a {
    color: #777;
}

.bread-w3ls nav a {
    padding: 0;
}

/* //typography */
/*--//typography--*/
@media screen and (max-width: 600px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}

/*--/error--*/
.error-w3pvt h3 {
    font-size: 10em;
    font-weight: bold;
}

.error-w3pvt h4 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: lighter;
    letter-spacing: 30px;
}

.error-w3pvt h5 {
    text-transform: uppercase;
    font-size: 1.2em;
    margin: 1em 0;
    font-weight: lighter;
    letter-spacing: 4px;
    color: #777;
}

/*--//error--*/

@media screen and (max-width: 991px) {
    .error-w3pvt h3 {
        font-size: 7em;
    }

    .error-w3pvt h4 {
        font-size: 1.1em;
        letter-spacing: 11px;
    }

    .error-w3pvt h5 {
        font-size: 1em;
    }

    .copy_right p {
        font-size: 14px;
        margin: 0;
        margin-top: 0.5em;
    }
}

.mobile-view-none {
    display: none;
}


@media screen and (max-width: 768px) {
    .img-logo {
        width: 90px !important;
        height: 85px !important;
        /*position: absolute;
        top: 16px !important;
        left: 15px;
        z-index: 1;*/
    }

    .desktop-view-none {
        display: none;
    }

    .mobile-view-none {
        display: block;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        top: 0 !important;
        height: 100vh !important;
        max-height: 100vh !important;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }

    .carousel-inner > .item > a > img, .carousel-inner > .item > img {
        object-fit: cover;
    }
}

@media screen and (max-width: 767px) {
      .img-logo {
        width: 80px !important;
        height: 80px !important;
        position: absolute;
        top: -5px !important;
        left: -20px !important;
        z-index: 1;
    }
}

@media screen and (max-width: 375px) {
    .error-w3pvt h3 {
        font-size: 6em;
    }

    .error-w3pvt h4 {
        font-size: 1em;
        letter-spacing: 11px;
    }

    .error-w3pvt h5 {
        font-size: 0.9em;
    }
}

@media screen and (max-width: 320px) {
}

/*-- footer --*/
footer,
.copy_right {
    background: #113146;
}

.footer-grids h4 {
    color: #fff;
    font-size: 1.2em;
}

.footer-grids h5 {
    color: #666;
}

    .footer-grids h5 span {
        color: #b68f18;
    }

.footer-grids p,
.footer-grids p a,
.copyright p,
.copyright p a {
    font-size: 15px;
    color: #cacaca;
    font-weight: normal;
    letter-spacing: .5px;
}

.footer-grids ul li a {
    font-size: 15px;
    color: #cacaca;
    font-weight: normal;
    letter-spacing: 1px;
}

.footer-grids ul li {
    list-style-type: none;
}

.footer-grids input[type="email"] {
    background: #fff;
    box-shadow: none !important;
    padding: 12px 15px;
    color: #777;
    font-size: 14px;
    border: none;
    letter-spacing: 1px;
    outline: none;
}

.footer-grids button.btn {
    background: #b68f18;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}

h2 a.navbar-brand {
    color: #fff;
}

.icon-social a {
    color: #fff;
    margin-right: 0.5em;
}

ul.list-info-wthree li a {
    display: block;
    margin: 0.5em 0;
}

ul.list-info-wthree li:hover {
    color: #be9001;
}

.list-info-wthree li:hover {
    background: none;
}

.list-style-type li:hover {
    background: none;
}

.footer-grids ul li a:hover {
    font-size: 15px;
    color: #be9001;
    font-weight: 600;
    letter-spacing: 1px;
}

.ad-info p {
    display: block;
    margin: 0.5em 0;
}

    .ad-info p span {
        margin-right: 0.5em;
    }

/*-- //footer --*/

/*--/copy_right--*/


.copy_right {
    border-top: 1px solid rgba(221, 221, 221, 0.12);
}

    .copy_right p a {
        /*color: #fff;*/
    }

        .copy_right p a:hover {
            opacity: .8;
        }

    .copy_right p {
        letter-spacing: 1px;
        font-size: 16px;
        margin: 0;
        color: #fff;
        margin-top: 0.5em;
    }

/*--//copy_right--*/
/* /move-top */
a.move-top span {
    color: #ddd;
    width: 36px;
    height: 36px;
    border: transparent;
    background: transparent;
}

/* //move-top */
/*--responsive--*/

@media(max-width:1280px) {
    .tooltip {
        display: block;
        position: absolute;
        top: 0;
        left: 8%;
        padding: 0.2rem 0.5rem;
    }

    .hny-stats-inf {
        margin: 6em auto 0;
        width: 67%;
    }

    .date-post {
        padding: 2em;
    }

    .banner-w3pvt-1,
    .banner-w3pvt-2,
    .banner-w3pvt-3,
    .banner-w3pvt-4,
    .overlay-w3ls {
        min-height: 700px;
    }

    .banner-hny-info {
        padding: 14em 0 12em;
    }

        .banner-hny-info h3 {
            font-size: 3.5em;
        }
}

@media(max-width:1080px) {
    .date-post {
        padding: 1em;
    }

    .inner-w3pvt-page,
    .overlay-innerpage {
        min-height: 10em;
    }
}


@media(max-width:1024px) {
    .banner-hny-info {
        padding: 11em 0 9em;
    }

    .banner-w3pvt-1,
    .banner-w3pvt-2,
    .banner-w3pvt-3,
    .banner-w3pvt-4,
    .overlay-w3ls {
        min-height: 656px;
    }

    .inner-w3pvt-page,
    .overlay-innerpage {
        min-height: 11em;
    }
}

@media(max-width:991px) {
    .hny-stats-inf {
        margin: 6em auto 0;
        width: 85%;
    }

    .featured_grid_right_info h4 {
        font-size: 1em;
    }

    .date-post {
        padding: 2em;
    }

    .con-gd .form-control {
        margin: 1em 0;
    }
}


@media(max-width:768px) {
    .banner_bottom_left h4 {
        font-size: 1.2em;
    }

    p {
        font-size: 0.9em;
    }
}

@media(max-width:767px) {

    .inner-w3pvt-page,
    .overlay-innerpage {
        min-height: 10em;
    }

    .featured_grid_right_info,
    .featured_grid_right_info {
        text-align: center;
        margin-top: 0.5em;
    }

    .team-gd {
        margin-bottom: 1.5em;
    }

    .team-info h3 {
        font-size: 1em;
    }
}

@media(max-width:667px) {
    .hny-stats-inf {
        margin: 6em auto 0;
        width: 95%;
    }

    .banner-w3pvt-1,
    .banner-w3pvt-2,
    .banner-w3pvt-3,
    .banner-w3pvt-4,
    .overlay-w3ls {
        min-height: 600px;
    }

    .banner-hny-info h3 {
        font-size: 2.5em;
    }

    .banner-hny-info {
        padding: 10em 0 5em;
    }

        .banner-hny-info h3 {
            font-size: 2em;
        }

    .btn {
        padding: 7px 23px;
    }

    .banner-hny-info {
        padding: 8em 0 1em;
    }

    h3.tittle-w3ls,
    h3.tittle-w3ls.two {
        font-size: 2em;
        letter-spacing: 1px;
    }

    p.sub-tittle {
        font-size: 1em;
    }

    .copy_right p {
        font-size: 14px;
    }

    .map-w3pvt iframe {
        min-height: 200px;
    }

    .contact-hny-form textarea {
        min-height: 130px;
    }

    h3.title-hny {
        font-size: 1.4em;
    }
}

@media(max-width:640px) {
    h5.counter {
        font-size: 1.5em;
        margin: 0;
    }

    p.para-w3pvt {
        font-size: 1em;
        margin-left: 0.5em;
    }

    .banner-w3pvt-1,
    .banner-w3pvt-2,
    .banner-w3pvt-3,
    .banner-w3pvt-4,
    .overlay-w3ls {
        min-height: 550px;
    }

    .hny-stats-inf {
        margin: 4em auto 0;
        width: 95%;
    }

    .tooltip {
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        padding: 0.2rem 0.5rem;
    }

    .banner-hny-info {
        padding: 7em 0 1em;
    }
}

@media(max-width:600px) {

    .banner-w3pvt-1,
    .banner-w3pvt-2,
    .banner-w3pvt-3,
    .banner-w3pvt-4,
    .overlay-w3ls {
        min-height: 470px;
    }

    h3.tittle-w3ls,
    h3.tittle-w3ls.two {
        font-size: 2.5em;
        letter-spacing: 1px;
    }

    .nav_w3pvt {
        padding: 0 1em;
    }

    .inner-w3pvt-page-info {
        padding-top: 5em;
    }

    .inner-w3pvt-page, .overlay-innerpage {
        min-height: 7em;
    }
}

@media(max-width:414px) {
    .hny-stats-inf {
        margin: 3em auto 0;
        width: 95%;
    }

    .banner-w3pvt-1,
    .banner-w3pvt-2,
    .banner-w3pvt-3,
    .banner-w3pvt-4,
    .overlay-w3ls {
        min-height: 485px;
    }

    .nav_w3pvt {
        margin-top: 1em;
        padding: 0 1em;
    }
}

@media(max-width:384px) {

    h3.tittle-w3ls,
    h3.tittle-w3ls.two {
        font-size: 1.6em;
    }

    .banner-hny-info h3 {
        font-size: 1.8em;
    }

    .banner-w3pvt-1,
    .banner-w3pvt-2,
    .banner-w3pvt-3,
    .banner-w3pvt-4,
    .overlay-w3ls {
        min-height: 430px;
    }

    .hny-stats-inf {
        margin: 1em auto 0;
        width: 95%;
    }
}

@media(max-width:375px) {

    h3.tittle-w3ls,
    h3.tittle-w3ls.two {
        font-size: 2em;
    }

    .banner-w3pvt-1,
    .banner-w3pvt-2,
    .banner-w3pvt-3,
    .banner-w3pvt-4,
    .overlay-w3ls {
        min-height: 395px;
    }
}

@media(max-width:320px) {

    .banner-w3pvt-1,
    .banner-w3pvt-2,
    .banner-w3pvt-3,
    .banner-w3pvt-4,
    .overlay-w3ls {
        min-height: 350px;
    }

    h3.tittle-w3ls,
    h3.tittle-w3ls.two {
        font-size: 2.4em;
    }

    .banner-hny-info h3 {
        font-size: 1.6em;
    }

    .btn {
        padding: 7px 20px;
    }
}

/*--//responsive--*/


.img-border__padd {
    border: 2px solid #e8e8e8;
    padding: 4px;
}

.labels----custom {
    position: absolute;
    top: 50%;
    right: 48px;
    font-size: 12px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9000;
}

/*#call-to-action-service {
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.21)), url(../../img/ImagesNew/banner4.jpg) fixed center center;
    background-size: cover;
    padding: 2% 0px 2% 0px;
    height: 400px;
}

#call-to-action-service--0 {
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.21)), url(../../img/ImagesNew/img9.jpg) fixed center center;
    background-size: 100% 100%;
    padding: 2% 0px 2% 0px;
    height: 400px;
}

#call-to-action-service--01 {
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.21)), url(../../img/ImagesNew/img-5.jpg) fixed center center;
    background-size: 100% 100%;
    padding: 2% 0px 2% 0px;
    height: 400px;
}

#call-to-action-service--02 {
    overflow: hidden;
    background: linear-gradient(rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.21)), url(../../img/ImagesNew/img5.jpg) fixed center center;
    background-size: 100% 100%;
    padding: 2% 0px 2% 0px;
    height: 400px;
}*/

.events {
    position: fixed;
    font-size: 12px !important;
    line-height: 38px;
    z-index: 200;
    float: left;
    bottom: 30px;
    right: 360px;
    width: 120px;
    height: auto;
    padding: 0;
    -webkit-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
    border: 1px solid #113146;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    background: #113146;
    text-transform: uppercase;
    margin-left: 17%;
    letter-spacing: 2px;
}

    .events:hover {
        position: fixed;
        font-size: 12px !important;
        line-height: 38px;
        z-index: 200;
        float: left;
        bottom: 30px;
        right: 360px;
        width: 120px;
        height: auto;
        padding: 0;
        -webkit-transition: color .3s,background-color .3s;
        transition: color .3s,background-color .3s;
        border: 1px solid #b68f18;
        border-radius: 20px;
        color: #fff;
        text-align: center;
        font-size: 15px;
        background: #b68f18;
        text-transform: uppercase;
        margin-left: 17%;
        letter-spacing: 2px;
    }

.take-tour {
    position: fixed;
    font-size: 12px !important;
    line-height: 38px;
    z-index: 200;
    float: left;
    bottom: 30px;
    right: 205px;
    width: 120px;
    height: auto;
    padding: 0;
    -webkit-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
    border: 1px solid #113146;
    border-radius: 20px;
    color: #113146;
    text-align: center;
    font-size: 15px;
    background: #ffffff;
    text-transform: uppercase;
    margin-left: 17%;
    letter-spacing: 2px;
}

.apply-now {
    position: fixed;
    font-size: 12px !important;
    line-height: 38px;
    z-index: 200;
    right: 50px;
    bottom: 30px;
    width: 120px;
    height: auto;
    padding: 0;
    -webkit-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
    border: 1px solid #113146;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    background: #113146;
    text-transform: uppercase;
    letter-spacing: 2px;
}

    .apply-now:hover {
        position: fixed;
        font-size: 12px !important;
        line-height: 38px;
        z-index: 200;
        right: 50px;
        bottom: 30px;
        width: 120px;
        height: auto;
        padding: 0;
        -webkit-transition: color .3s,background-color .3s;
        transition: color .3s,background-color .3s;
        border: 1px solid #b68f18;
        border-radius: 20px;
        color: #fff;
        text-align: center;
        font-size: 15px;
        background: #b68f18;
        text-transform: uppercase;
        letter-spacing: 2px;
    }

.d-md-block {
    display: block !important;
}

.service-area .service-top h4 {
    font-size: 4em;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-align: center;
    color: #fff;
}

.m-top-8px {
    margin-top: 8em;
}

.list-style-type {
    list-style-type: none;
    line-height: 30px;
}

._mt-7 {
    margin-top: -8.2em;
}

.p---md-5 {
    padding-top: 6rem;
    padding-bottom: 2rem;
}

.custom-subheading {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 2em;
    /*color: #b37d27;*/
}

.font-16 {
    font-size: 22px !important;
    margin-left: -5px;
    margin-right: 20px;
    padding-top: 10px;
    padding-left: 5px;
    color: #dadada;
}

    .font-16:hover {
        color: #be9001;
    }

.social-share {
    display: inline-flex;
    line-height: 30px;
}

    .social-share li:hover {
        background: none;
    }

.m-top-6em {
    margin-top: 4em;
}

/*Mobile view css*/


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px !important;
    margin-left: 50px;
    padding: 10px !important;
}

.sidenav a.closebtn {
    background: #b68f18;
    border-radius: 66px;
    height: 46px;
    width: 46px;
    top: 11px;
    right: 38px;
}

#main-wrap ul.menu {
    list-style: none;
    height: 100%;
    width: 260px;
    position: fixed;
    z-index: 9999999;
    top: 10%;
    right: 0;
    background-color: #ffffff;
    transition: 0.5s;
    padding-top: 10%;
    padding-top: 2%;
    padding-right: 2%;
    display: block;
}

.sidenav a.closebtn span {
    position: absolute;
    top: -7px;
    right: 11px;
    color: #fff !important;
    display: block;
}

.vh100 .col-7 {
    padding-left: 30px;
}

@media screen and (max-width: 480px) {

    .fp-section.fp-table, .fp-slide.fp-table {
        display: inline-flex !important;
        table-layout: fixed;
        width: 100%;
        overflow: auto;
    }

    #logo {
        width: 120px !important;
        height: 120px !important;
    }

    .calendar-body td p {
        margin: 0px;
        width: 50px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
    }

    .calendar-body td {
        height: 40px !important;
    }

    #divCal {
        margin-top: 10% !important;
    }

    /*.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: unset !important;
}*/

    .sidenav {
        z-index: 99999999;
    }

    .hamburger-menu-button {
        margin-top: 15px !important;
    }

    #main-wrap ul {
        padding-top: 28%;
        line-height: 1.8rem;
    }

    .ccpd-logo {
        text-align: center;
    }

    .table td {
        font-size: 13px;
    }

    ul.public-saftey-txt {
        padding-right: 17px !important;
    }

    .chevron-btn {
        margin-top: 4px;
    }

    .sidenav a.closebtn span {
        top: -3px;
        left: 13px;
    }

    .vh100 .col-7 {
        max-width: 95% !important;
        width: 80% !important;
        flex: 80%;
        padding-left: 30px;
        clear: both;
    }

        .vh100 .col-7 p {
            text-align: justify;
        }

    .section h2 {
        font-size: 40px !important;
    }

    @media screen and (max-width: 450px) {
        .section h2 {
            font-size: 27px !important;
        }
    }
    /* .main-content {
    margin-top: 29% !important;
} */
    /* 
.img-div {
    height: auto !important;
} */

    .transp-div h2 span {
        word-wrap: unset !important;
        overflow-wrap: unset !important;
        padding: unset !important;
        white-space: unset !important;
        -webkit-overflow-scrolling: touch;
        display: unset !important;
        padding-left: unset !important;
        text-indent: unset !important;
        font-size: 22px;
    }

    .transp-div h2 {
        font-size: 22px;
    }


    .logo {
        left: 0 !important;
        border: 1px solid transparent;
    }

    .fp-tableCell h2 {
        font-size: 32px !important;
    }
}

.nav-menu-btn {
    font-size: 30px;
    cursor: pointer;
    position: fixed;
    top: 14px;
    right: 40px;
    z-index: 99999;
    transition: transform .2s; /* Animation */
    color: #fff;
}

.sidenav a.closebtn {
    right: 26px;
}

.nav-menu-btn::hover {
    transition: transform .2s; /* Animation */
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.nav-menu-btn:after {
    background: #b68f18;
    /* padding: 20px; */
    border-radius: 33px;
    width: 45px;
    height: 45px;
    content: ' ';
    position: absolute;
    top: 0px;
    z-index: -1;
    left: -8px;
}

.nav-menu-btn span {
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    top: 9px;
    right: 45px;
    z-index: 99999;
    color: #FFF;
}

.main-content {
    margin-top: 10%;
}

    .main-content img {
        margin-right: 20px;
        margin-left: 20px;
    }


    .main-content p {
        color: #fff;
        font-size: 16px;
        text-align: justify;
        margin-bottom: 1em;
    }

    .main-content a {
        color: #72b0ff;
    }


.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#main-wrap {
    padding-right: 0;
    padding-left: 0;
    overflow-x: hidden;
}

/*.transp-div {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background:rgba(16, 73, 128, 0.75)
}*/

.transp-div h2 {
    color: #fff !important;
    top: 13%;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    font-size: 60px !important;
    text-shadow: 3px 3px 6px rgba(0,0,0,1);
    /* left: 0%; */
    /*font-size: 3em !important;*/
    /* line-height: 66px; */
    /* margin-bottom: 28px; */
    /*padding-left: 180px;*/
    /* text-indent: -80px; */
    /* font-family: Playfair Display !important; */
    /* font-weight: 700 !important; */
}

/*.transp-div h2 span {
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding: 1.5rem;
    white-space: pre;
    -webkit-overflow-scrolling: touch;
    display: block;
    padding-left: 108px;
    text-indent: -104px;
}*/

/*#more, #more2 {display: none;}
#readMoreBtn, #readMoreBtn2 {
    color: #b68f18;
    text-decoration: underline;
}*/

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-image: aliceblue !important;
    filter: none !important;
    z-index: 9 !important;
}

.carousel .carousel-item img {
    display: block;
    /* width: 100%; */
    /* max-height: 800px; */
    min-width: inherit;
    object-fit: cover;
    /* height: 800px; */
}

.sidenav a:hover {
    color: rgba(0, 132, 255, 0.75);
}


@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}

@media screen and (max-width: 450px) {

    .mobile-btns-rent-apply a:nth-child(1) {
        background: #b68f18 !important;
        color: #fff !important;
        border: 1px solid #fff !important;
    }

    .mobile-btns-rent-apply a:nth-child(2) {
        background: #fff !important;
        color: #b68f18 !important;
        border: 1px solid #b68f18 !important;
    }

    .transp-div h2, .transp-div span {
        width: 100%;
        left: 0;
        font-size: 30px !important;
        line-height: 0;
        text-align: center;
        text-indent: unset;
        padding-left: 0;
        top: 22%;
    }

    .fp-scroller {
        overflow: hidden;
    }

    .transp-div {
        width: 100%;
        height: 19%;
        bottom: 0;
        top: unset;
        overflow-x: hidden;
        position: absolute;
    }

    .sidenav {
        z-index: 99999999;
    }

    .apply-now {
        bottom: 98px !important;
    }


    .nav-menu-btn {
        right: 15px !important;
    }

    .sidenav a.closebtn {
        right: 10px;
    }
}

#demo li a {
    font-size: 13px !important;
    color: #212529 !important;
}

.downloadpdfbutton {
    /*position: fixed;*/
    font-size: 12px !important;
    line-height: 38px;
    z-index: 200;
    float: left;
    bottom: 30px;
    right: 360px;
    width: 165px;
    height: auto;
    padding: 0;
    -webkit-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
    border: 1px solid #b68f18;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    background: #b68f18;
    text-transform: uppercase;
    /*margin-left: 17%;*/
}

.events {
    position: fixed;
    font-size: 12px !important;
    line-height: 38px;
    z-index: 200;
    float: left;
    bottom: 30px;
    right: 360px;
    width: 120px;
    height: auto;
    padding: 0;
    -webkit-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
    border: 1px solid #b68f18;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    background: #b68f18;
    text-transform: uppercase;
    margin-left: 17%;
}

.take-tour {
    position: fixed;
    font-size: 12px !important;
    line-height: 38px;
    z-index: 200;
    float: left;
    bottom: 30px;
    right: 205px;
    width: 120px;
    height: auto;
    padding: 0;
    -webkit-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
    border: 1px solid #b68f18;
    border-radius: 20px;
    color: #b68f18;
    text-align: center;
    font-size: 15px;
    background: #ffffff;
    text-transform: uppercase;
    margin-left: 17%;
}

    .take-tour:hover {
        border: 1px solid #fff;
        background: #b68f18;
        color: #fff;
    }

.apply-now:hover, .events:hover {
    border: 1px solid #b68f18;
    background: #fff;
    color: #b68f18;
}

.apply-now {
    position: fixed;
    font-size: 12px !important;
    line-height: 38px;
    z-index: 200;
    right: 50px;
    bottom: 30px;
    width: 120px;
    height: auto;
    padding: 0;
    -webkit-transition: color .3s,background-color .3s;
    transition: color .3s,background-color .3s;
    border: 1px solid #b68f18;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    background: #b68f18;
    text-transform: uppercase;
}



.fp-responsive #mySection,
.fp-responsive #mySection .fp-slide,
.fp-responsive #mySection .fp-tableCell {
    height: auto !important;
}


#logo {
    /*width: 150px;
    height: 75px;*/
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    /*z-index: 999999;*/
}

/* .main-content {
    margin-top: 10%;
} */


.section h2 {
    font-size: 48px;
    color: #b68f18;
    font-family: Playfair Display;
    font-weight: bold;
}

#about, #Neighborhood, #Directions, #Apartments, #WhyLiveHere, #Apply {
    width: 100%;
}

    #about img, #Neighborhood img, #Directions img, #Apartments img, #WhyLiveHere img, #Apply img {
    }

.about-custom img {
    margin-top: 6.4%;
}

.banner_bottom img {
    margin-top: 18%;
}

#employmentopportunities img {
    margin-top: 17.4%;
}

.about-custom--nei img {
    margin-top: 11.4%;
}

.banner_bottom-Dir img {
    margin-top: 14%;
}

.river-fund img {
    margin-top: 14%;
}

.banner_bottom-man img {
    margin-top: 14%;
}

.m_t6 {
    margin-top: -6.5em;
}

.p-left-10 {
    padding-left: 15px !important;
    color: #3c3d3e !important;
    background-color: none !important;
}

    .p-left-10:hover {
        padding-left: 15px !important;
        color: #3c3d3e !important;
        background-color: none !important;
    }

.fp-section p {
    font-size: 16px;
    max-width: 650px;
    font: 16px/24px 'Avenir LT W01_35 Light1475496',sans-serif;
}

.img-div {
    height: auto;
    background: #00497a;
}


.mobile-btns-rent-apply {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 10px;
}

    .mobile-btns-rent-apply a {
        color: #fff !important;
        background: #b68f18;
        margin-right: 10px;
        margin-left: 16px;
        border-radius: 45px;
        padding-right: 15px;
        padding-left: 15px;
        text-align: center;
        width: 77px;
        font-size: 12px;
    }


.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: none !important;
}




@media screen and (min-width: 568px) and (max-width: 823px) and (orientation: landscape) {
    .transp-div h2 {
        right: 13%;
        left: -25%;
        font-size: 25px !important;
        line-height: 36px;
    }

    .hamburger-menu-button {
        margin-top: 0px !important;
    }

    /* .mobile-btns-rent-apply a:first-child {
	margin-bottom: 10px;
} */
}

@media screen and (min-width: 1200px) {
    .intro {
        min-height: 100vh;
    }
}

@media screen and (min-width: 1150px) and (max-width: 1920px) {
    .vh100 {
        height: 100vh;
    }
}

/* full css */





html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide,
.fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .fp-controlArrow.fp-prev {
        left: 15px;
        width: 0;
        border-width: 38.5px 34px 38.5px 0;
        border-color: transparent #fff transparent transparent;
    }

    .fp-controlArrow.fp-next {
        right: 15px;
        border-width: 38.5px 0 38.5px 34px;
        border-color: transparent transparent transparent #fff;
    }

.fp-scrollable {
    overflow: hidden;
    position: relative;
}

.fp-scroller {
    overflow: hidden;
}

.iScrollIndicator {
    border: 0 !important;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

    #fp-nav.right {
        right: 17px;
    }

    #fp-nav.left {
        left: 17px;
    }

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0 !important;
    right: 0;
    margin: 0 auto !important;
}

    .fp-slidesNav.bottom {
        bottom: 17px;
    }

    .fp-slidesNav.top {
        top: 17px;
    }

    #fp-nav ul,
    .fp-slidesNav ul {
        margin: 0;
        padding: 0;
    }

        #fp-nav ul li,
        .fp-slidesNav ul li {
            display: block;
            width: 14px;
            height: 13px;
            margin: 7px;
            position: relative;
        }

        .fp-slidesNav ul li {
            display: inline-block;
        }

            #fp-nav ul li a,
            .fp-slidesNav ul li a {
                display: block;
                position: relative;
                z-index: 1;
                width: 100%;
                height: 100%;
                cursor: pointer;
                text-decoration: none;
            }

                #fp-nav ul li a.active span,
                .fp-slidesNav ul li a.active span,
                #fp-nav ul li:hover a.active span,
                .fp-slidesNav ul li:hover a.active span {
                    height: 12px;
                    width: 12px;
                    margin: -6px 0 0 -6px;
                    border-radius: 100%;
                }

                #fp-nav ul li a span,
                .fp-slidesNav ul li a span {
                    border-radius: 50%;
                    position: absolute;
                    z-index: 1;
                    height: 4px;
                    width: 4px;
                    border: 0;
                    background: #ffffff;
                    left: 50%;
                    top: 50%;
                    margin: -2px 0 0 -2px;
                    -webkit-transition: all 0.1s ease-in-out;
                    -moz-transition: all 0.1s ease-in-out;
                    -o-transition: all 0.1s ease-in-out;
                    transition: all 0.1s ease-in-out;
                }

            #fp-nav ul li:hover a span,
            .fp-slidesNav ul li:hover a span {
                width: 10px;
                height: 10px;
                margin: -5px 0px 0px -5px;
            }

        #fp-nav ul li .fp-tooltip {
            position: absolute;
            top: -2px;
            color: #fff;
            font-size: 14px;
            font-family: arial, helvetica, sans-serif;
            white-space: nowrap;
            max-width: 220px;
            overflow: hidden;
            display: block;
            opacity: 0;
            width: 0;
            cursor: pointer;
        }

        #fp-nav ul li:hover .fp-tooltip,
        #fp-nav.fp-show-active a.active + .fp-tooltip {
            -webkit-transition: opacity 0.2s ease-in;
            transition: opacity 0.2s ease-in;
            width: auto;
            opacity: 1;
        }

        #fp-nav ul li .fp-tooltip.right {
            right: 20px;
        }

        #fp-nav ul li .fp-tooltip.left {
            left: 20px;
        }


.hamburger-menu-button:focus {
    outline: none;
}

/*.hamburger-menu-button {
    width: 40px;
    height: 40px;
    padding: 6px;
    display: block;
    position: fixed;
    margin-top: 35px;
    z-index: 99999;
    background: #024b7b;
    border: 5px solid white;
    box-sizing: content-box;
    border-radius: 50%;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    cursor: pointer;
    overflow: hidden;
    right: 12px;
}*/

.hamburger-menu-button-open {
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -12px;
}

    .hamburger-menu-button-open,
    .hamburger-menu-button-open::before,
    .hamburger-menu-button-open::after {
        position: absolute;
        width: 1.8rem;
        height: 2px;
        background: #113146;
        border-radius: 4px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .hamburger-menu-button-open::before,
        .hamburger-menu-button-open::after {
            left: 0;
            content: "";
        }

        .hamburger-menu-button-open::before {
            top: 9px;
        }

        .hamburger-menu-button-open::after {
            bottom: 9px;
        }

.hamburger-menu-button-close {
    background: transparent;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

    .hamburger-menu-button-close::before {
        /*-webkit-transform: translateY(-6px) rotate(45deg);*/
        /*transform: translateY(-6px) rotate(45deg);*/
        -webkit-transform: translateY(-3px) rotate(55deg);
        transform: translateY(-3px) rotate(50deg);
    }

    .hamburger-menu-button-close::after {
        /*-webkit-transform: translateY(10px) rotate(-45deg);*/
        /*transform: translateY(10px) rotate(-45deg);*/
        -webkit-transform: translateY(14px) rotate(-50deg);
        transform: translateY(15px) rotate(-55deg);
    }

.back-to-top-custom {
    display: none;
}

.ham-menu {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 100%;
    /* visibility: hidden; */
    width: 100%;
    height: 100vh;
    padding: 78px 0 20px;
    /* -webkit-transition: visibility .5s,left .5s,opacity .5s; */
    /* transition: visibility .5s,left .5s,opacity .5s; */
    /* opacity: 0; */
    background-color: #fff;
}

    .ham-menu ul {
        -webkit-transform: translateX(110%);
        transform: translateX(110%);
        background-color: #fff;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .ham-menu.on ul {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    .ham-menu ul {
        font-size: 0;
    }

        .ham-menu ul li {
            display: block;
            text-align: left;
        }

            .ham-menu ul li:first-child .ham-menu ul li a {
                padding-left: 30px;
            }

            .ham-menu ul li a {
                padding: 8px 8px 8px 31px;
                text-decoration: none;
                font-size: 12px !important;
                color: #113146;
                display: block;
                transition: 0.3s;
                text-transform: uppercase;
                /* font: 14px/24px 'Avenir LT W01_65 Medium1475532',sans-serif; */
                /* border: 1px solid red; */
                min-width: 200px;
                position: relative;
                left: -35px;
                line-height: 0;
                letter-spacing: 0;
            }
/* .ham-menu ul li.active a, .ham-menu ul li a:hover {
    background-color: #2980b9;
    color: #fff !important;
  }  */
.public-saftey-txt li a {
    font-size: 13px !important;
    color: black;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
    background: #b68f18 !important;
}

.mobile-btn-wrap {
    text-align: center;
    height: 100%;
    margin: 0 auto;
    width: 100%;
}

@media screen and (max-width: 2000px) {
    ._mt-7 {
        margin-top: -10em !important;
    }

    .p---md-5 {
        padding-top: 0rem;
        padding-bottom: 2rem;
    }
}
@media screen and (min-width: 2000px) {
    ._mt-7 {
        margin-top: -10em !important;
    }

    .p---md-5 {
        padding-top: 0rem;
        padding-bottom: 2rem;
    }
}
@media screen and (max-width: 1900px) {
    ._mt-7 {
        margin-top: -7em !important;
    }

    .p---md-5 {
        padding-top: 0rem;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .desktop-btn-wrap {
        display: none;
    }
}

.address-form .form-group {
    margin-bottom: 15px !important;
}

.table-wrapper-scroll-y {
    display: block;
    max-height: 400px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.events-page h3 {
    color: #002846;
    border-bottom: 6px solid #b68f18;
    padding-bottom: 5px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
}

@media (max-width: 968px) {
    .top-logo {
        height: 75px !important;
        width: 75px !important;
    }

    .fp-tableCell .carousel-control-prev,
    .fp-tableCell .carousel-control-next {
        width: 15px;
    }
}

#main-wrap ul.menu li ul.public-saftey-txt li {
    font-size: 16px;
    color: #000;
    padding-right: 0 !important;
}

ul.public-saftey-txt {
    padding: 0;
    padding-top: 0 !important;
}

.chevron-btn {
    font-size: 22px;
    position: absolute;
    left: 93px;
    z-index: 999;
    cursor: pointer;
}

@media (min-width: 992px) {
    #main-wrap ul.menu {
        padding-top: 10% !important;
    }
}

@media (max-width:767px) {
    .nav_w3pvt
    {
        background: #fff !important;
        height: 80px !important;
    }


    .card-header {
        padding: 0.75rem 1.25rem;
        margin-bottom: 0;
        background-color: rgb(17, 49, 70) !important;
    }
  .navbar--scrolled
    {
            box-shadow: unset !important;
    }
    .hamburger-menu-button {
        width: 35px;
        height: 35px;
        padding: 5px;
        display: block;
        position: fixed;
        margin-top: 35px;
        z-index: 99999;
        background: #ffffff00;
        border: 5px solid #ffffff00;
        box-sizing: content-box;
        text-indent: 100%;
        white-space: nowrap;
        cursor: pointer;
        overflow: hidden;
        right: 12px;
        top: 0px;
    }

    .p---md-5 {
        padding-top: 0rem;
        padding-bottom: 2rem;
    }

    .mt--4 {
        margin-top: -7.8em;
    }

    ._mt-7 {
        /*margin-top: 0.5em !important;*/
    }

    .hamburger-menu-button-open, .hamburger-menu-button-open::before, .hamburger-menu-button-open::after {
        position: absolute;
        width: 1.8rem;
        height: 5px;
        /*background: #1a4278;*/
        border-radius: 4px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    #main-wrap ul.menu {
        list-style: none;
        height: 100%;
        width: 260px;
        position: fixed;
        z-index: 9999999;
        top: 10.9%;
        right: 0;
        background-color: #113146;
        transition: 0.5s;
        padding-top: 10%;
        padding-top: 2%;
        padding-right: 2%;
        display: block;
    }
}
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (-webkit-device-pixel-ratio: 3) {

    #main-wrap ul.menu {
        list-style: none;
        height: 100%;
        width: 260px;
        position: fixed;
        z-index: 9999999;
        top: 80px !important;
        right: 0;
        background-color: #ffffff;
        transition: 0.5s;
        padding-top: 10%;
        padding-top: 2%;
        padding-right: 2%;
        display: block;
    }

}
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (-webkit-device-pixel-ratio: 3) {

    #main-wrap ul.menu {
        list-style: none;
        height: 100%;
        width: 260px;
        position: fixed;
        z-index: 9999999;
        top: 80px !important;
        right: 0;
        background-color: #ffffff;
        transition: 0.5s;
        padding-top: 10%;
        padding-top: 2%;
        padding-right: 2%;
        display: block;
    }

}
@media (max-width:375px) {
    #main-wrap ul.menu {
        list-style: none;
        height: 100%;
        width: 260px;
        position: fixed;
        z-index: 9999999;
        top: 80px;
        right: 0;
        background-color: #ffffff;
        transition: 0.5s;
        padding-top: 10%;
        padding-top: 2%;
        padding-right: 2%;
        display: block;
    }
}
@media (max-width:360px) {
    #main-wrap ul.menu {
        list-style: none;
        height: 100%;
        width: 260px;
        position: fixed;
        z-index: 9999999;
        top: 80px;
        right: 0;
        background-color: #ffffff;
        transition: 0.5s;
        padding-top: 10%;
        padding-top: 2%;
        padding-right: 2%;
        display: block;
    }
}

@media (max-width:320px) {
    #main-wrap ul.menu {
        list-style: none;
        height: 100%;
        width: 260px;
        position: fixed;
        z-index: 9999999;
        top: 80px;
        right: 0;
        background-color: #ffffff;
        transition: 0.5s;
        padding-top: 10%;
        padding-top: 2%;
        padding-right: 2%;
        display: block;
    }
}
.is-active .dropdown-menu {
    display: block;
}

.m_20 {
    margin-bottom: -20px;
}
