body,
div,
span,
iframe,
h3,
h4,
p,
a,
img,
ul,
li,
canvas,
footer,
header,
section {
    font-family: sans-serif;
}

span {
    line-height: 115%;
}

.mb-10 {
    margin-bottom: 10px;
}

.box_div h3 {
    color: #295795;
    height: auto !important;
    font-size: 20px !important;
}

.w-100 {
    width: 100%;
}

.heading h3 {
    color: black;
    height: auto !important;
    font-size: 23px !important;
}

.right_title {
    margin-top: 0px;
}

.inner {
    background: transparent !important;
}

#works2 {
    margin-right: auto !important;
    margin-left: auto !important;
}

@media (min-width: 320px) and (max-width: 1046px) {
    #works2 {
        width: 100% !important;
    }
}

@media screen and (max-width: 1037px) {
    .wrap720 {
        width: 100%;
    }
    #map {
        height: 300px;
        width: 100%;
    }
    html,
    body,
    .top-wrap,
    #content,
    #slider {
        min-width: 100% !important;
        width: 100% !important;
    }
    .box_div {
        width: 48%;
    }
    .box_div img {
        width: 100%;
    }
}

.shine,
.bottom-mask {
    width: auto;
    min-width: auto;
}

.d-flex {
    display: flex;
    flex: 1 0 auto;
}

.short-tour {
    height: auto;
}

.bottom-mask {
    background: url(./assets/img/bottom-mask.png) no-repeat scroll 50% 0 transparent;
    bottom: 0;
    height: 45px;
    left: 0;
    min-width: 980px;
    position: absolute;
    width: 100%;
    z-index: 400;
}


/* NAVBAR */

.navigation {
    height: 70px;
    background: #fff;
}

.logoimg {
    width: 149px;
    margin-top: 8px;
}

.brand {
    position: absolute;
    padding-left: 20px;
    float: left;
    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;
}

.brand a,
.brand a:visited {
    color: #656565;
    text-decoration: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

nav {
    padding: 0px !important;
    float: right;
    margin-right: 20px !important;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 10px;
    line-height: 70px;
    color: #656565;
    text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    font-weight: 500;
}

.error-notice {
    margin: 5px;
    /* Make sure to keep some distance from all sides */
}

.oaerror {
    width: 80%;
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    margin: 10px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.danger {
    border-left-color: #d9534f;
    /* Left side border color */
    background-color: rgba(217, 83, 79, 0.1);
    /*Same color as the left border with reduced alpha to 0.1*/
}

.danger strong {
    color: #d9534f;
}

.warning {
    border-left-color: #f0ad4e;
    background-color: rgba(240, 173, 78, 0.1);
}

.warning strong {
    color: #f0ad4e;
}

.info {
    border-left-color: #5bc0de;
    background-color: rgba(91, 192, 222, 0.1);
}

.info strong {
    color: #5bc0de;
}

.success {
    border-left-color: #2b542c;
    background-color: rgba(43, 84, 44, 0.1);
}

.success strong {
    color: #2b542c;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    z-index: 9999999 !important;
    display: none;
    z-index: 1;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}


/* Mobile navigation */

.nav-mobile {
    border-radius: 7px;
    display: none;
    position: absolute;
    top: 45px;
    right: 13px;
    background: #262626;
    height: 50px;
    width: 50px;
}

.nav-dropdown li {
    margin: 0px !important;
}

.nav-dropdown li a {
    padding: 10px;
}

@media only screen and (max-width: 798px) {
    .wrap720 {
        width: 100%;
    }
    .nav-list {
        margin-top: 80px;
    }
    .nav-mobile {
        border-radius: 7px;
        display: block;
    }
    nav {
        width: 100%;
        padding: 70px 0 15px;
    }
    nav ul {
        display: none;
    }
    nav ul li {
        float: none;
    }
    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }
    nav ul li ul li a {
        padding-left: 30px;
    }
    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    position: absolute;
    left: 8px;
    top: 14px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

article {
    max-width: 1000px;
    margin: 0 auto;
    padding: 10px;
}


/* NAVBAR */

#footer-wrap {
    background: url(./assets/img/pattern3-footer.png) repeat scroll 0 0 #275593 !important;
}

.top-mask,
.bottom-mask {
    min-width: 100%;
    width: 100%;
}

.mini-menu {
    padding-left: 10px;
}

.heading {
    color: black !important;
}

.nivo-caption {
    background: none !important;
}

.nivo-controlNav {
    display: none !important;
}

.titleslider {
    color: #fff !important;
    font-size: 24px;
}

@media screen and (max-width: 830px) {
    .breadcramp span {}
    .inner .heading,
    .inner-blank .heading {
        background: none;
    }
    .heading {
        display: flex;
        flex-direction: column;
    }
    .right_title {
        text-align: left;
    }
    .flex-col-md {
        flex-direction: column;
    }
    .box_div {
        margin-top: 15px;
        margin-bottom: 15px;
        width: 100%;
    }
    #footer-wrap .inner-blank,
    .copyr-top,
    #footer-wrap .copyr-spacer .inner-blank {
        width: 100%;
        min-width: 100%;
    }
    .sjw {
        float: left;
    }
    .copyr-spacer div.social,
    .copyr-spacer div.social ul {
        float: none;
        text-align: center;
    }
}

@media screen and (max-width:500px) {
    .copyr-spacer div.social,
    .copyr-spacer div.social ul {
        margin-top: 55px !important;
    }
    #footer-wrap .swFooter {
        /* display: grid !important;
        grid-template-columns: 50% 50% !important;
        grid-column-start: none; */
        grid-gap: 0px;
        padding: 22px;
    }
    #sg-portfolio-categories-2 {
        grid-column-start: 1 !important;
        width: auto;
    }
    .short-tour p {
        width: 100%;
    }
    .short-tour {
        background: none;
    }
    .bg_space {
        width: 100%;
        padding: 10px;
    }
    #slider {
        height: 350px !important;
    }
}

#head {
    height: 145px;
}

.breadcramp {
    margin-top: 8px;
}

.nav {
    padding: 0px;
}