/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


div.swiper-slide-bg {
    background-position: top center;
}
nav.primary-menu > ul.menu-container {
    border-right: none !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.botom-logo {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.botom-logo > span {
    display: inline-block;
    padding: 25px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.4);
}
.botom-logo > span img {
    display: inline-block;
    width: 110px;
}
#copyrights a.copy-link {
    color: #777;
    display: inline-block;
    margin-left: 10px;
}
.justify-center {
    justify-content: center;
}
.about-imgs {
    flex-direction: column;
}
.about-imgs > img:first-child {
    margin-bottom: 15px;
}
body #content p {
    line-height: 1.4;
}
div.content-wrap {
    padding: 60px 0;
}
.video-box {
    margin-top: 10px;
}
div#logo a {
    font-weight: 300;
    color: #888;
}
body .heading-block h1, body .heading-block h2, body .heading-block h3, body .heading-block h4, body .emphasis-title h1, body .emphasis-title h2 {
    font-weight: 400;
}
body .button {
    font-weight: 600;
}
section#page-title.page-title-parallax h1 {
    font-weight: 400;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
    font-weight: 400;
}
form label {
    font-weight: 400;
}
div.fbox-content h3 {
    font-weight: 400;
}
img.contact_logo {
    opacity: 0.1;
}
img.danica_img {
    width: 210px;
}
.line-height-1 {
    line-height: 1 !important;
}







/* global ends *********************************************************************/


@media screen and (min-width:768px){

.mob {
    display: none !important;
}


} /* /min-width:768px ***************************************************************/


@media screen and (max-width:767px){

div#logo a {
    font-size: 26px;
}
div.header-misc {
    margin-top: -5px;
}
#content > .content-wrap {
    padding-top: 0;
}
section#slider {
    height: 100vh;
}
.home #header {
    background-color: transparent;
    border-bottom: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}
.home #header #header-wrap {
    background-color: transparent;
}
.home #header #header-wrap .container {
    background-color: transparent;
}
nav.primary-menu > ul.menu-container {
    background-color: #fff;
}
div.botom-logo > span img {
    width: 90px;
}
div.botom-logo > span {
    padding: 15px;
}
.home div#logo {
    display: none;
}
.home header .header-row {
    justify-content: flex-end;
}
.home .svg-trigger path {
    stroke: #fff;
}
div.slider-arrow-left, div.slider-arrow-right {
    display: none;
}
.mob-logo {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}
.mob-logo .retina-logo {
    font-size: 2rem;
    color: #fff;
}
#page-title + #content > .content-wrap {
    padding-top: 50px;
}









} /* /max-width:767px **************************************************************/