body {
    line-height: 1.7;
    color: gray;
    font-weight: 400;
    font-size: 1rem;
    background: #000
}

::-moz-selection {
    background: #000;
    color: #fff
}

::selection {
    background: #000;
    color: #fff
}

a {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}
#section-photos .video-div
{
    padding: 25px;
}
#section-photos .video-div video
{
    width: 100%;
}

a:hover {
    text-decoration: none
}

.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
    font-family: "Oswald", arial, sans-serif
}

.border-2 {
    border-width: 2px
}

.text-black {
    color: #000 !important
}

.bg-black {
    background: #000 !important
}

.color-black-opacity-5 {
    color: rgba(0, 0, 0, 0.5)
}

.color-white-opacity-5 {
    color: rgba(255, 255, 255, 0.5)
}
.text-center
{
    padding-top: 38px;
    background-color: #327199;
    text-align: center;
}
.align-items-stretch
{
    background-color: #649bbd;
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
}
#myModal
{
    padding: 20px;
    font-size: 17px;
    font-weight: 600;
}
.portfolio-photo
{
    margin-top: 15px;
}
.language-div
{
    float: right;
    z-index: 100;
    margin-right: 35px;
    margin-top: 20px;
}
.language-div .fit-width
{
    z-index: 100;
}

.back-link
{
    position: absolute;
    z-index: 10;
    padding: 10px;
}
.back-link a
{
    color: white;
    font-size: 30px;
}
.col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.description-div p, .description-div h1
{
    color:white;
}
.description-div
{
    margin-top: 150px;
    padding: 50px;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
     margin-right: 0px;
     margin-left: 0px;
}
.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.site-wrap:before {
    display: none;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.offcanvas-menu .site-wrap {
    height: 100%;
    width: 100%;
    z-index: 2
}

.offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible
}

.btn {
    border-radius: 30px
}

.btn:active, .btn:focus, .btn:hover {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

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

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

.btn.btn-outline-white {
    border: 2px solid #fff
}

.btn.btn-outline-white:hover {
    background: #fff;
    color: #df0e62 !important
}

.btn.btn-md {
    padding: 15px 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em
}

.line-height-1 {
    line-height: 1 !important
}

.bg-black {
    background: #000
}
.text-white-ul
{
    text-align:left;
    color: white;
}



.site-section {
    padding: 2.5em 0
}

@media (min-width: 768px) {
    .site-section {
        padding: 5em 0
    }
}

.site-section.site-section-sm {
    padding: 4em 0
}

.site-section-heading {
    padding-bottom: 20px;
    margin-bottom: 50px;
    position: relative;
    font-size: 2.5rem
}

@media (min-width: 768px) {
    .site-section-heading {
        font-size: 4rem
    }
}

.site-section-heading:after {
    content: "";
    left: 0%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 3px;
    background: #df0e62
}

.site-section-heading.text-center:after {
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: 0;
    position: absolute;
    width: 100px;
    height: 3px;
    background: #df0e62
}

.border-top {
    border-top: 1px solid #edf0f5 !important
}

.bg-text-line {
    display: inline;
    background: #000;
    -webkit-box-shadow: 20px 0 0 #000, -20px 0 0 #000;
    box-shadow: 20px 0 0 #000, -20px 0 0 #000
}

.text-white-opacity-05 {
    color: rgba(255, 255, 255, 0.5)
}

.text-black-opacity-05 {
    color: rgba(0, 0, 0, 0.5)
}

.hover-bg-enlarge {
    overflow: hidden;
    position: relative
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge {
        height: auto !important
    }
}

.hover-bg-enlarge > div {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .8s all ease-in-out;
    -o-transition: .8s all ease-in-out;
    transition: .8s all ease-in-out
}

.hover-bg-enlarge:active > div, .hover-bg-enlarge:focus > div, .hover-bg-enlarge:hover > div {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

@media (max-width: 991.98px) {
    .hover-bg-enlarge .bg-image-md-height {
        height: 300px !important
    }
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.bg-image.overlay {
    position: relative
}

.bg-image.overlay:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7)
}

.bg-image > .container {
    position: relative;
    z-index: 1
}

@media (max-width: 991.98px) {
    .img-md-fluid {
        max-width: 100%
    }
}

@media (max-width: 991.98px) {
    .display-1, .display-3 {
        font-size: 3rem
    }
}

.play-single-big {
    width: 90px;
    height: 90px;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff !important;
    border-radius: 50%;
    position: relative;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.play-single-big > span {
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-40%, -50%);
    -ms-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%)
}

.play-single-big:hover {
    width: 120px;
    height: 120px
}

.overlap-to-top {
    margin-top: -150px
}

.ul-check {
    margin-bottom: 50px
}

.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5
}

.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    font-family: "icomoon";
    content: "\e5ca";
    position: absolute
}

.ul-check.white li:before {
    color: #fff
}

.ul-check.success li:before {
    color: #8bc34a
}

.ul-check.primary li:before {
    color: #df0e62
}

.select-wrap, .wrap-icon {
    position: relative
}

.select-wrap .icon, .wrap-icon .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px
}

.select-wrap select, .wrap-icon select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%
}

.top-bar {
    border-bottom: 1px solid #e9ecef !important
}

.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: relative;
    width: 100%
}

.site-navbar.transparent {
    background: transparent
}

.site-navbar.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.site-navbar .site-logo {
    position: relative;
    left: 0;
    top: -5px
}

.site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0
}

.site-navbar .site-navigation .site-menu .active > a {
    color: #df0e62;
    display: inline-block;
    padding: 5px 20px
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block
}

.site-navbar .site-navigation .site-menu > li {
    display: inline-block
}

.site-navbar .site-navigation .site-menu > li > a {
    padding: 5px 10px;
    color: #fff;
    display: inline-block;
    text-decoration: none !important
}

.site-navbar .site-navigation .site-menu > li > a:hover {
    color: #df0e62
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative
}

.site-navbar .site-navigation .site-menu .has-children > a {
    position: relative;
    padding-right: 20px
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
    position: absolute;
    content: "\e313";
    font-size: 16px;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'icomoon'
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 100%;
    position: absolute;
    text-align: left;
    border-top: 2px solid #df0e62;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    border-left: 1px solid #edf0f5;
    border-right: 1px solid #edf0f5;
    border-bottom: 1px solid #edf0f5;
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #343a40
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
    color: #df0e62 !important
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
    padding: 9px 20px;
    display: block
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
    background: #f4f5f9;
    color: #25262a
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
    content: "\e315";
    right: 20px
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
    left: 100%;
    top: 0
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a {
    background: #f4f5f9;
    color: #25262a
}

.site-navbar .site-navigation .site-menu .has-children:active > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:hover > a {
    color: #df0e62
}

.site-navbar .site-navigation .site-menu .has-children:active, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:hover {
    cursor: pointer
}

.site-navbar .site-navigation .site-menu .has-children:active > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1
}

.site-mobile-menu {
    width: 300px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out
}

.site-mobile-menu:before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 500%;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.offcanvas-menu .site-mobile-menu:before {
    opacity: 1;
    visibility: visible
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    margin-top: 8px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    font-size: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
    color: #25262a
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529
}

.site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
    color: #df0e62
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block
}

.site-mobile-menu .site-nav-wrap li.active > a {
    color: #df0e62
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    font-family: "icomoon";
    content: "\f078";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-mobile-menu .site-nav-wrap > li {
    display: block;
    position: relative;
    float: left;
    width: 100%
}

.site-mobile-menu .site-nav-wrap > li > a {
    padding-left: 20px;
    font-size: 20px
}

.site-mobile-menu .site-nav-wrap > li > ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
    display: block
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
    padding: 0;
    margin: 0
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
    display: block
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
    font-size: 16px;
    padding-left: 60px
}

.site-mobile-menu .site-nav-wrap[data-class=social] {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 5em
}

.site-mobile-menu .site-nav-wrap[data-class=social] > li {
    width: auto
}

.site-mobile-menu .site-nav-wrap[data-class=social] > li:first-child a {
    padding-left: 15px !important
}

.header-bar {
    float: left;
    width: 250px;
    height: 100vh;
    min-height: 400px;
    overflow: auto;
    background: #000;
    padding: 30px;
    text-align: left;
    position: fixed;
    left: 0;
    top: 0
}

@media (max-width: 991.98px) {
    .header-bar {
        width: 100%;
        position: fixed;
        z-index: 99;
        float: none;
        height: 70px !important;
        min-height: 70px
    }
}

.header-bar .site-logo {
    margin-bottom: 30px
}

@media (max-width: 991.98px) {
    .header-bar .site-logo {
        margin-right: auto;
        margin-bottom: 0
    }
}

.header-bar .site-logo a {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold
}

.header-bar .main-menu {
    margin-right: auto
}

@media (max-width: 991.98px) {
    .header-bar .main-menu {
        display: none
    }
}

.header-bar ul {
    text-align: left;
    padding: 0;
    margin: 0 0 30px 0
}

@media (max-width: 991.98px) {
    .header-bar ul {
        display: inline-block;
        margin-bottom: 0
    }
}

.header-bar ul li {
    list-style: none;
    margin-bottom: 5px
}

@media (max-width: 991.98px) {
    .header-bar ul li {
        display: inline-block
    }
}

.header-bar ul li a {
    display: block;
    padding: 4px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: .8rem
}

@media (max-width: 991.98px) {
    .header-bar ul li a {
        padding: 4px 10px
    }
}

.header-bar ul li a.active {
    color: #df0e62
}

.header-bar ul li.active a {
    color: #df0e62
}

.header-bar ul.social li {
    display: inline-block
}

.header-bar ul.social li a {
    padding: 10px
}

.header-bar ul.social li a:hover {
    color: #df0e62
}

.header-bar ul.social li:first-child a {
    padding-left: 0
}

.main-content {
    float: right;
}

@media (max-width: 991.98px) {
    .main-content {
        width: 100%;
        position: relative;
        float: none
    }
}

.main-content .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}

@media (max-width: 991.98px) {
    .main-content .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }
}

.main-content .photos .photo-item {
    position: relative
}

.main-content .photos .photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden
}

.main-content .photos .photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center
}

.main-content .photos .photo-item .photo-text-more .icon {
    color: #fff;
    font-size: 20px
}

.main-content .photos .photo-item .photo-text-more .heading {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    text-transform: uppercase
}

.main-content .photos .photo-item .photo-text-more .meta {
    color: #cccccc;
    text-transform: uppercase;
    font-size: 12px
}

.main-content .photos .photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
    margin-bottom: 5px
}

@media (max-width: 575.98px) {
    .main-content .photos .photo-item img {
        height: 200px
    }
}

.main-content .photos .photo-item:hover:after {
    opacity: 1;
    visibility: visible
}

.main-content .photos .photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible
}

.site-mobile-menu .site-mobile-menu-body ul:first-child {
    margin-bottom: 20px !important;
    float: left
}

.site-mobile-menu .site-mobile-menu-body .site-nav-wrap + .site-nav-wrap {
    float: left;
    display: block;
    position: relative
}

.site-mobile-menu .site-mobile-menu-body .site-nav-wrap + .site-nav-wrap li, .site-mobile-menu .site-mobile-menu-body .site-nav-wrap + .site-nav-wrap li a {
    float: none;
    width: auto;
    display: inline
}

.blog-entry .img-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px
}

.blog-entry h2 {
    font-size: 24px
}

.blog-entry h2 a {
    color: #fff
}

.blog-entry .meta {
    color: #737373
}

.custom-pagination {
    margin-top: 50px;
    margin-bottom: 50px
}

.custom-pagination a, .custom-pagination span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center
}

.custom-pagination a {
    border-radius: 50%
}

.custom-pagination a:hover {
    background: #df0e62;
    color: #fff
}

.site-section-hero {
    position: relative
}

.site-section-hero:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1
}

.site-section-hero, .site-section-hero .row {
    min-height: 500px;
    z-index: 2;
    position: relative
}

.site-section-hero .heading {
    font-size: 2.5rem
}

@media (min-width: 768px) {
    .site-section-hero .heading {
        font-size: 4rem
    }
}

.bg-image {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.site-section {
    padding: 7em 0
}

.site-section.darken-bg {
    background: #1a1a1a;
    position: relative
}

.site-section.darken-bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 4px;
    background: #df0e62
}

.site-section .heading {
    text-transform: uppercase;
    font-size: 4rem;
    margin-bottom: 1em
}

@media (max-width: 991.98px) {
    .site-section .heading {
        font-size: 2.5rem
    }
}

.block-13, .slide-one-item {
    position: relative;
    z-index: 1
}

.block-13 .owl-nav, .slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width: 991.98px) {
    .block-13 .owl-nav, .slide-one-item .owl-nav {
        display: none
    }
}

.block-13 .owl-nav .owl-next, .block-13 .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev {
    position: relative;
    display: inline-block;
    padding: 20px;
    font-size: 30px;
    color: #000
}

.block-13 .owl-nav .owl-next.disabled, .block-13 .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled {
    opacity: .2
}

.slide-one-item.home-slider .owl-dots {
    text-align: center
}

.slide-one-item.home-slider .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px
}

.slide-one-item.home-slider .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #333333;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease
}

.slide-one-item.home-slider .owl-dots .owl-dot.active span {
    background: #df0e62
}

.slide-one-item.home-slider .owl-nav {
    position: absolute !important;
    top: 50% !important;
    bottom: auto !important;
    width: 100%
}

.slide-one-item.home-slider .owl-prev {
    left: -40px !important
}

.slide-one-item.home-slider .owl-next {
    right: -40px !important
}

.slide-one-item.home-slider .owl-next, .slide-one-item.home-slider .owl-prev {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.15);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    line-height: 0;
    text-align: center;
    font-size: 25px
}

@media (min-width: 768px) {
    .slide-one-item.home-slider .owl-next, .slide-one-item.home-slider .owl-prev {
        font-size: 25px
    }
}

.slide-one-item.home-slider .owl-next > span, .slide-one-item.home-slider .owl-prev > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.slide-one-item.home-slider .owl-next:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-prev:hover {
    background: #df0e62
}

.slide-one-item.home-slider:active .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:hover .owl-nav {
    opacity: 10;
    visibility: visible
}

.sidebar-box {
    margin-bottom: 30px;
    padding: 25px;
    font-size: 15px;
    width: 100%;
    float: left
}

.sidebar-box :last-child {
    margin-bottom: 0
}

.sidebar-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: uppercase
}

.categories li, .sidelink li {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #dee2e6;
    list-style: none
}

.categories li:last-child, .sidelink li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0
}

.categories li a, .sidelink li a {
    display: block
}

.categories li a span, .sidelink li a span {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc
}

.categories li.active a, .sidelink li.active a {
    color: #000;
    font-style: italic
}

.comment-form-wrap {
    clear: both
}

.comment-list {
    padding: 0;
    margin: 0
}

.comment-list .children {
    padding: 50px 0 0 40px;
    margin: 0;
    float: left;
    width: 100%
}

.comment-list li {
    padding: 0;
    margin: 0 0 30px 0;
    float: left;
    width: 100%;
    clear: both;
    list-style: none
}

.comment-list li .vcard {
    width: 80px;
    float: left
}

.comment-list li .vcard img {
    width: 50px;
    border-radius: 50%
}

.comment-list li .comment-body {
    float: right;
    width: calc(100% - 80px)
}
#exampleModal
{
    margin: 0px;
}
.comment-list li .comment-body h3 {
    font-size: 20px;
    color: #000
}

.comment-list li .comment-body .meta {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .1em;
    color: #ccc
}

.comment-list li .comment-body .reply {
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px
}

.comment-list li .comment-body .reply:hover {
    color: #000;
    background: white
}

.search-form .form-group {
    position: relative
}

.search-form .form-group input {
    padding-right: 50px
}

.search-form .icon {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.post-meta {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .2em
}

.post-meta a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}
/*--------------------------------------------------------Footer--------------------------------------------------------------*/

.footer {
    padding-top:5.4rem;
    padding-bottom:6.5rem;
    background:#131312;
    position:relative;
    display:block;
    z-index:100;
    text-align:center;
    color:3605d5d;

}

.footer h2, .footer p {
    color:white;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer p{
    margin-bottom: 20px;
    font: normal 16px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;

}
.footer .container
{
    padding-top:70px;
    padding-bottom:70px;
}
.footer a {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

/* Newsletter Form */

#newsletter_form {
    margin-top:1.625rem;
}

.subscribe-form {
    margin-left:auto;
    margin-right:auto;
    width:28.75rem;
    position: relative;
    z-index:10;
}

.subscribe-input {
    float:left;
    padding-left: 1.2rem;
    padding-top: 0.1rem;
    width:21.875rem;
    height: 3.25rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1rem;
    font-weight:300;
    color: #444;
    background: white;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border:none;
}

.subscribe-input:focus {
    outline: 0;
}

.subscribe-submit {
    color:white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size:1rem;
    font-weight:600;
    font-style:normal;
    height:3.25rem;
    width:8rem;
    line-height:1rem;
    text-decoration:none;
    text-align:center;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    border:none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    cursor: pointer;
    color:white;
    outline: 0;
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
    opacity:0.8
}

#preview {
    width:28.6rem;
    height: 3.25rem;
    border-radius: 10px;
    border:none;
    margin-left:auto;
    margin-right:auto;
    margin-top:-3.25rem;
    padding:1.1rem;
    color:black;
    z-index:5;
    -webkit-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -moz-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -o-transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 300ms cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

#preview p {
    margin:0;
    line-height:1rem;
    font-weight:600;
    color: black;
}

/* Social icons */

#share {
    margin-top:3.25rem;
    border-top: solid 1px rgba(255,255,255,0.2);
    padding-top:3.25rem;
}

.social_icons {
    text-align:center;
    margin-bottom:3.6rem;
}

.social_icons li {
    display:inline;
    padding-left:0.4rem;
    padding-right:0.4rem;
}

.subscribe-input,.subscribe-submit
{
    height:70px;
    font-size:0.9em
}
.orange
{
    background:#fbc713;
}
#newsletter h3
{
    color: white;
}
.social_icons li a
{
    font-size:2.5em;

}

.personal-div img
{
    width: 50%;
    margin-top: 15px;
}
.slider h2, .slider p
{
    text-shadow: 2px 0 0 #666, -2px 0 0 #666, 0 2px 0 #666, 0 -2px 0 #666, 1px 1px #666, -1px -1px 0 #666, 1px -1px 0 #666, -1px 1px 0 #666;
    color: white;
}
.personal-div .post-name
{
    margin-top: 15px;
}
#exampleModal .close
{
    margin-top: -22px;
}
#request_btn2
{
    display: none;
}
@media (min-device-width: 768px) and (max-width: 1024px)
{
    #menuToggle
    {
        top: 3rem;
    }
}
@media (max-width: 1024px) {
    #request_btn2
    {
        display: block;
        margin-left: 30%;
    }
    .navbar-pc
    {
        display: none!important;
    }
    .header
    {
        max-height: 70px;
    }
    .header-nav
    {
        text-align: center;
    }
    #request_btn2
    {
        margin-top: 25px;
    }
}
@media (max-width: 372px) {
    #newsletter p
    {
        font: normal 13px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
}
@media (max-width: 281px) {
    #request_btn2
    {
        font-size: 0.8rem;
    }
    #menuToggle
    {
        top: -6rem;
    }
}
/*# sourceMappingURL=style.css.map */