@font-face {
    font-family: "Univers";
    src: url('../fonts/Univers-light-normal.woff') format('woff'), url('../fonts/Univers-light-normal.ttf') format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: "Univers";
    src: url('../fonts/UniversBlack.woff') format('woff'), url('../fonts/UniversBlack.ttf') format('truetype');
    font-weight: bold;
}

  @font-face {
    font-family: "UniversLTStd";
    src: url('../fonts/UniversLTStd.woff') format('woff'), url('../fonts/UniversLTStd.otf') format('opentype');
    font-weight: normal;
  }
  @font-face {
    font-family: "UniversLTStd";
    src: url('../fonts/UniversLTStd-Bold.woff') format('woff'), url('../fonts/UniversLTStd-Bold.otf') format('opentype');
    font-weight: bold;
  }
  



*,
::after,
::before {
    box-sizing: border-box
}

/* CSS Document */
html,
body {
    margin: 0px;
    padding: 0px;
    font: normal 16px/1.8 'DM Sans', 'Arial';
    color: #000000;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;

}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}

@media only screen and (max-width: 991px) {
    .dng-main {
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 1400px) and (orientation: landscape) {
    .dng-main {
        overflow-x: hidden;
        overflow-y: hidden;
    }
}


h1 {
    margin: 5px 0 10px 0;
}

h2 {
    margin: 5px 0 10px 0;
}

h3 {
    margin: 5px 0 10px 0;
}

h4 {
    margin: 5px 0 10px 0;
}

h5 {
    margin: 5px 0 10px 0;
}

h6 {
    margin: 5px 0 10px 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.9;
}

:-moz-placeholder {
    color: inherit;
    opacity: 0.9;
}

::-moz-placeholder {
    color: inherit;
    opacity: 0.9;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 0.9;
}

:placeholder {
    color: inherit;
    opacity: 0.9;
}


a,
a:link {
    text-decoration: none;
    transition: color ease 300ms;
    -moz-transition: color ease 300ms;
    -webkit-transition: color ease 300ms;
    -o-transition: color ease 300ms;
    -ms-transition: color ease 300ms;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.container {
    margin-left: auto;
    margin-right: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}



@media (max-width: 575px) {
    .mt-xs-reset {
        margin-top: 0px !important;
    }

    .mr-xs-reset {
        margin-right: 0px !important;
    }

    .mb-xs-reset {
        margin-bottom: 0px !important;
    }

    .ml-xs-reset {
        margin-left: 0px !important;
    }

    .ml-reset {
        margin: 0px !important;
    }
}

@media (max-width: 767px) {
    .mt-sm-reset {
        margin-top: 0px !important;
    }

    .mr-sm-reset {
        margin-right: 0px !important;
    }

    .mb-sm-reset {
        margin-bottom: 0px !important;
    }

    .ml-sm-reset {
        margin-left: 0px !important;
    }

    .ml-reset {
        margin: 0px !important;
    }
}

@media (max-width: 991px) {
    .mt-md-reset {
        margin-top: 0px !important;
    }

    .mr-md-reset {
        margin-right: 0px !important;
    }

    .mb-md-reset {
        margin-bottom: 0px !important;
    }

    .ml-md-reset {
        margin-left: 0px !important;
    }

    .ml-reset {
        margin: 0px !important;
    }
}

@media (max-width: 1199px) {
    .mt-lg-reset {
        margin-top: 0px !important;
    }

    .mr-lg-reset {
        margin-right: 0px !important;
    }

    .mb-lg-reset {
        margin-bottom: 0px !important;
    }

    .ml-lg-reset {
        margin-left: 0px !important;
    }

    .ml-reset {
        margin: 0px !important;
    }
}





@media (max-width: 1199px) {
    .full-lg-none.full-column-inner {
        margin-right: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 991px) {
    .full-md-none.full-column-inner {
        margin-right: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 767px) {
    .full-sm-none.full-column-inner {
        margin-right: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 575px) {
    .full-xs-none.full-column-inner {
        margin-right: 0 !important;
        width: auto !important;
    }
}




/*left full ,right full*/
.dng-left-full,
.dng-right-full {
    max-width: none;
}

/*list*/
.list-style,
.list-style li {
    list-style: none !important;

}

.list-style {
    margin: 0 !important;
    padding: 0 !important;
}

/*Fixed Footer*/
.fixed_footer_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 100%;
}

.fixed_footer_bottom .fixed_footer.active {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-Y: auto;
}

.fixed_footer_clone {
    background-color: #121212;
}

.dng-main.Boxed .rev_slider_wrapper.fullscreen-container {
    max-width: 100% !important;
    left: 0 !important;
}

@media only screen and (max-width: 991px) {
    .fixed_footer_bottom .fixed_footer.active {
        position: relative;
    }

    .fixed_footer_bottom,
    .fixed_footer_clone,
    .footer_box {
        height: auto !important;
        position: relative !important;
        max-height: inherit !important;
    }
}




/*color-white*/
.color-white,
.color-white p,
.color-white .Normal,
.color-white a,
.color-white a:link,
.color-white a:active,
.color-white a:visited,
.color-white a:hover,
.color-white h1,
.color-white h2,
.color-white h3,
.color-white h4,
.color-white h5,
.color-white h6 {
    color: #FFF !important;
}

/*ilightbox-noscroll*/
body.ilightbox-noscroll {
    overflow: visible;
}


[data-parallax="parallax"] {
    visibility: hidden;
}

[data-parallax="parallax"].parallax-load {
    visibility: visible;
}

/*input*/
input[type="text"] {
    border-radius: 0;
}


/*icon*/
.fa,
.fas {
    font-weight: 900 !important;
}

.sico,
.icon-svg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.sico svg {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: inherit;
    vertical-align: initial;
}

p>.sico,
p>.icon-svg,
li>.sico,
li>.icon-svg {
    vertical-align: middle;
    margin-bottom: 0.2em;
}


/*icon-svg*/

.icon-svg svg {
    width: 1em;
    height: 1em;
    stroke: currentColor !important;
    opacity: 0;
    vertical-align: sub;
    color: inherit;
}

.icon-svg svg * {
    color: inherit;
}

.icon-svg svg path,
.icon-svg svg polyline,
.icon-svg svg rect,
.icon-svg svg line {
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-miterlimit: 10;
}

.icon-svg.animated svg {
    opacity: 1;
}



/*btn*/
[class^='button-'],
[class*=' button-'] {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 50px;
    height: 50px;
    padding: 0 25px;
    margin-right: 3px;
    margin-bottom: 3px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-image: none;
    border: none;
    border-radius: 50px;
    -webkit-transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
    transition: all .3s cubic-bezier(0.420, 0.000, 1.000, 1.000);
}

body [class*='btn-']:hover {}

[class*='btn-']:focus {
    outline: 0;
    box-shadow: none;
}

body [class*='btn-'] {
    text-decoration: none !important;
}

/*social*/
[class*="social-"] {
    position: relative;
    display: inline-block;
}

/* section-no-padding */
.d-wrapper .section-no-padding.is-box .is-container {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/* col-no-padding */
.row.col-no-padding {
    margin-left: 0;
    margin-right: 0;
}

.row.col-no-padding [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.is-container.no-space {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.layout-no-mt .is-container {
    margin-top: 0 !important;
}

.layout-no-mb .is-container {
    margin-bottom: 0 !important;
}

.layout-no-plr .is-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*border radius*/
.border-radius-0 {
    border-radius: 0px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-circle {
    border-radius: 50% !important;
}

/*border radius*/
.position-relative {
    position: relative !important;
}

.position-static {
    position: static !important;
}

.icon-cross {
    width: 1em;
    height: 1em;
    display: inline-block;
    position: relative;
}

.icon-cross::after,
.icon-cross::before {
    content: "";
    border-left: 2px solid currentColor;
    position: absolute;
    height: 94%;
    margin-top: 3%;
    left: 50%;
    border-radius: 3px;
    margin-left: -1px;
}

.icon-cross::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.icon-cross::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* */

/* Adjustment for Default & Foundation */
.d-wrapper .container>.row,
.d-wrapper .container>div>.row {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
}

.d-wrapper .container-fluid>.row,
.d-wrapper .container-fluid>div>.row {
    padding-top: 10px;
    padding-bottom: 10px
}

.d-wrapper a:hover {
    text-decoration: none;
}

.d-wrapper img {
    max-width: 100%;
}

@media all and (max-width: 1024px) {
    .margin-left-1024-reset {
        margin-left: 0px !important;
    }

    .margin-right-1024-reset {
        margin-right: 0px !important;
    }
}



/* Container for All Sections */
.d-wrapper {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.d-wrapper>div {
    display: table;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

.d-wrapper .is-wrapper {
    position: relative;
}

.d-wrapper::after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden;
}

.d-wrapper .d-placeholder {
    display: none;
}

/* Boxes */
.is-box {
    vertical-align: middle;
}

.is-boxes {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    position: relative;
}

.is-boxes:empty {
    min-height: 50px;
}

.is-overlay+.is-boxes>.is-box-centered:empty {
    height: 275px;
}

@media all and (max-width: 991px) {
    
    .is-overlay+.is-boxes:empty {
        min-height: 275px;
    }

    .is-overlay+.is-boxes>.is-box-centered:empty {
        height: 275px;
    }
    .is-boxes {
        min-height: 100%;
        height: auto;
    }
}

@media all and (max-width: 767px) {
    .is-boxes {
        height: auto;
    }
}


.no-min-height {
    min-height: auto;
}

.is-box-centered {
    display: table-cell;
    width: 100%;
    position: relative;
    vertical-align: middle;
}

.is-stretch>div:not(.is-arrow-down) {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
}

.flexi-position {
    position: relative;
}

.is-stretch .flexi-position {
    position: absolute;
}

.is-section.is-stretch {
    min-height: 300px;
}

.is-section.layout-hidden-content {
    display: none;
}

/* New */

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

    /*   .is-section:not(.is-stretch), .is-section-100:not(.is-stretch) { height: auto !important; } is-stretch is an exception */
    .is-section:not(.is-box) {
        height: auto !important;
    }

    /* .is-boxes { height: auto !important; }
    .is-boxes {
        height: 100% !important;
    }
 */
    /* new */

    .is-box-img {
        height: 300px !important;
    }

    .is-box-img .is-boxes {
        height: 100% !important;
    }



    /* .is-box-centered {display:block;} */
    .is-box-centered {
        display: table-cell;
    }

    .is-box:not(.layout-hidden-content) {
        display: table !important;
    }

    /* new */
}

.is-container {
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}


/* Boxed Layout */
.d-wrapper .is-boxed-layout .is-container {
    padding: 50px;
    background: #fff;
}

/* 80px */
@media all and (max-width: 1280px) {
    .d-wrapper .is-boxed-layout .is-container {
        padding: 30px;
    }
}

@media all and (max-width: 1024px) {
    .d-wrapper .is-boxed-layout .is-container {
        padding: 30px;
    }

    /*     .d-wrapper .is-boxed-layout .is-overlay {
        display: none !important;
    }
    .d-wrapper .is-boxed-layout {
        background: #fff !important;
    } */
}

/* Default Layout */

/* Middle */
.d-wrapper .is-box .is-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

.has-sidebar .d-wrapper .is-box .is-container {
    margin-top: 40px;
    margin-bottom: 40px;
}

.sidebar_pos_left .is-container,
.sidebar_pos_right .is-container {
    padding: 0;
}

.sidebar_pos_fixleft .sidebar_dynamic .is-container,
.sidebar_pos_fixright .sidebar_dynamic .is-container,
.sidebar_pos_fixleftfull .sidebar_dynamic .is-container,
.sidebar_pos_fixrightfull .sidebar_dynamic .is-container {
    padding: 0;
}



@media all and (max-width: 991px) {
    .d-wrapper .is-box .is-container {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .has-sidebar .d-wrapper .is-box .is-container {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}



/* Overlay */
.is-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*z-index:1;*/
}

/*.is-boxes, .is-box-centered {z-index:1}*/
.is-overlay .is-overlay-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 60%;
}

.is-overlay .is-overlay-bg.is-scale-animated.is-appeared {
    animation: is-scale 25s ease forwards;
    -ms-animation: is-scale 25s ease forwards;
    -webkit-animation: is-scale 25s ease forwards;
    -o-animation: is-scale 25s ease forwards;
    -moz-animation: is-scale 25s ease forwards;
}

@keyframes is-scale {
    from {
        transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
    }

    to {
        transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }
}

.is-overlay .is-overlay-color {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
    opacity: 0.05;
}

.is-overlay .is-overlay-content {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: inherit;
    /* dec 2017 */
}

.is-overlay .is-overlay-content.content-selectable {
    z-index: 1
}

.overlay-responsive .is-overlay-mobile-bg {
    display: none;
}

@media (max-width: 767px) {
    .overlay-responsive .is-overlay-bg {
        display: none;
    }

    .overlay-responsive .is-overlay-mobile-bg {
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
}


/* dec 2017 
.is-container {
    z-index: 1
}
*/
/* dec 2017 */

/* Section & Content Styles */

/* Background Color */
.is-bg-grey,
.d-wrapper>div.is-bg-grey {
    background-color: #eeeff0
}

.is-bg-dark,
.d-wrapper>div.is-bg-dark {
    background-color: #111
}

.is-bg-light,
.d-wrapper>div.is-bg-light {
    background-color: #fff
}

.d-wrapper>div.is-bg-none {
    background-color: transparent;
}

/* Text Color */
.is-light-text,
.is-light-text h1,
.is-light-text h2,
.is-light-text h3,
.is-light-text h4,
.is-light-text h5,
.is-light-text h6,
.is-light-text p,
.is-light-text li,
.is-light-text div,
.is-light-text span:not(.sico) {
    color: #fff;
}

.is-dark-text .is-light-text {
    color: #fff;
}



/* Vertical Alignment */
.is-content-top {
    vertical-align: top;
}

.is-content-bottom {
    vertical-align: bottom
}

/* Horizontal Alignment */
.is-container.is-content-left {
    margin-left: 100px;
}

.is-container.is-content-right {
    margin-right: 100px;
}

@media all and (max-width: 1200px) {
    .is-container.is-content-left {
        margin-left: 60px
    }

    .is-container.is-content-right {
        margin-right: 60px;
    }
}

@media all and (max-width: 991px) {
    .is-container.is-content-left {
        margin-left: auto;
    }

    .is-container.is-content-right {
        margin-right: auto;
    }
}


/* Vertical Alignment */
.is-content-top {
    vertical-align: top;
}

.is-content-bottom {
    vertical-align: bottom
}

.is-content-top>.is-boxes>.is-container {
    align-self: flex-start;
}

.is-content-bottom>.is-boxes>.is-container {
    align-self: flex-end;
}

/* Text Alignment */
.is-align-right {
    text-align: right;
}

.is-align-center {
    text-align: center;
}

.is-align-left {
    text-align: left;
}

.is-align-justify {
    text-align: justify;
}

/* Section Height */



@media (max-width: 575.98px) {
    #Body .is-section-xs-50 {
        height: 50vh;
    }

    #Body .is-section-xs-auto {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 767.98px) {
    #Body .is-section-sm-50 {
        height: 50vh;
    }

    #Body .is-section-sm-auto {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 991.98px) {
    #Body .is-section-md-50 {
        height: 50vh;
    }

    #Body .is-section-md-auto {
        height: auto;
        min-height: auto;
    }
}

@media (max-width: 1199.98px) {
    #Body .is-section-lg-50 {
        height: 50vh;
    }

    #Body .is-section-lg-auto {
        height: auto;
        min-height: auto;
    }
}


/* Stretched container (not used yet) */
.is-container.is-stretch-w {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

.is-container.is-stretch-h {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.is-container.is-stretch-w>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.is-container.is-stretch-w>div>div {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.is-container.is-stretch-h>div {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.is-container.is-fullheight {
    height: 100%
}

.is-container.is-container-fluid {
    max-width: none;
    width: auto;
}

.bg-attachment-fixed,
.bg-attachment-fixed .is-overlay-bg {
    background-attachment: fixed !important;
}

}

/* Others */

.is-hidden {
    display: none !important;
}

.gm-style {
    font-family: inherit !important;
}

/*.is-rounded-button-medium*/
.is-rounded-button-medium {}

.is-rounded-button-medium a {
    display: inline-block;
    text-align: center;
    margin: 0 20px;
    border-radius: 500px;
    width: 70px;
    height: 70px;
    background-color: #aaa;
    overflow: hidden;
}

.is-rounded-button-medium a i {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #ffffff;
    font-size: 30px;
    line-height: 70px;
}

.is-rounded-button-medium a:first-child {
    margin: 0 20px 0 0;
}

.is-rounded-button-medium a:last-child {
    margin: 0 0 0 20px;
}


/*custom module loading*/
@-webkit-keyframes loading-rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes loading-rotate {
    0% {
        -moz-transform: rotate(0);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes loading-rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.custom-module .swiper-container.loading,
.custom-module .soon.loading {
    min-height: 100px;
    max-height: 50vh;
    position: relative;
}

.custom-module .swiper-container.loading>*,
.custom-module .soon.loading>* {
    visibility: hidden;
}

.custom-module .swiper-container.loading:after,
.custom-module .soon.loading:after {
    content: "";
    width: 40px;
    height: 40px;
    display: inline-block;
    border: 5px solid #E3E3E3;
    border-top-color: #555;
    border-left-color: #555;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -20px;
    -webkit-animation: loading-rotate 0.7s infinite;
    -moz-animation: loading-rotate 0.7s infinite;
    animation: loading-rotate 0.7s infinite;
    z-index: 101;
}

.custom-module .soon {
    display: none;
}

.custom-module .number {
    color: currentColor;
}

#Body:not(.builder-editor-mode) .custom-module .ajaxform .from-error {
    display: none;
}

/*video*/
.html5-video {
    position: relative;
}

.html5-video video {
    width: 100%;
}

.html5-video .play-button {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -36px 0 0 -36px;
    cursor: pointer;
}

/*tabs*/


/* section-carousel-bg*/
.section-slider-bgcarousel .is-overlay,
.section-slider-bgcarousel .is-overlay-content.content-selectable,
.section-slider-bgcarousel .swiper-container,
.section-slider-bgcarousel .is-overlay {
    z-index: initial;
}

.section-carousel-bg .swiper-wrapper-overflow {
    height: 100%;
}

.section-carousel-bg .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-carousel-bg .swiper-pagination {
    bottom: 30px;
    margin: 0;
    position: absolute;
}

.section-carousel-bg .swiper-wrapper-overflow {
    padding: 0;
}

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

    .section-carousel-bg.swiper-container .swiper-button-next,
    .section-carousel-bg.swiper-container .swiper-button-prev {
        width: 45px;
        height: 45px;
        margin: -23px 0 0 !important;
    }

    .section-carousel-bg.swiper-container .swiper-button-next {
        right: 25px;
        left: auto;
    }

    .section-carousel-bg.swiper-container .swiper-button-prev {
        left: 25px;
    }

    .section-carousel-bg.swiper-container .swiper-button-next span,
    .section-carousel-bg.swiper-container .swiper-button-prev span {
        width: 30px;
        height: 30px;
        border-width: 2px;
        margin-top: -15px;
    }
}

/*menu img size*/
.gomenu a img {
    width: 1em;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
}

.hover_btn {
    transition: all .3s ease-in-out !important;
}

.hover_btn:hover,
.hover_btn:focus {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
    background: #084053 !important;
}

.display-2 {
    font-size: 2.3rem;
    line-height: 1.3;
}

.display-1 {
    font-size: 2.5rem;
}

.tab-list>.tab-item {
    display: none;
}

.tab-list>.tab-item.active {
    display: block;
}

.builder-editor-mode .tab-list>.tab-item {
    display: block;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.mbr-regular {
    font-weight: 400;
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important;
    margin-top: 0px;
    margin-bottom: .5rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.content-block {
    max-width: 700px;
    padding: 4rem 3rem;
}

.display-4 {
    font-size: 1.1rem;
    line-height: 1.2;
}

.mbr-semibold {
    font-weight: 500;
}

.display-7 {

    font-size: 0.8rem;
}

#Body .mbr-section-btn a.button-09 {
    padding: 1.2rem 3.2rem !important;
    background: none;
    color: #cccccc !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    margin: .4rem .8rem !important;
    transition: all .3s ease-in-out;
    font-style: normal;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    line-height: 1.5;
    border: 1px solid #cccccc !important;
    height: 59px;
    line-height: 15px;
}

#Body .mbr-section-btn a.button-09:hover {
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
    color: #808080 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.overlay-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 50%;
    transition-delay: 0.3s;
    top: 0;
    z-index: 4;
}

.box-content {
    width: 50%;
    height: 100%;
    transition: all 0.3s;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    background: #000;
}

.col {
    padding: 0;
    display: flex;
    position: relative;
    min-height: 400px;
    justify-content: flex-end;
}

.content1 {
    z-index: 5;
    max-width: 450px;
    position: relative;
    transition: all 0.3s;
    transition-delay: 0.3s;
    padding: 4rem 3rem;
}

.overlay-wrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 50%;
    transition-delay: 0.3s;
    top: 0;
    z-index: 4;
}

.overlay {
    position: absolute;
    transition: all 0.3s;
    transition-delay: 0.3s;
    width: 0%;
    height: 100%;
    top: 0;
    right: 0%;
    background: #000000;
    z-index: 2;
    opacity: 1;
}

.builder-editor-mode .overlay-wrapper,
.col:hover .overlay-wrapper {
    width: 100%;
    right: 0;
    transition-delay: 0s;
}

.builder-editor-mode .block2-over {
    opacity: 0;
}

.builder-editor-mode .overlay,
.col:hover .overlay {
    width: 100%;
    transition-delay: 0s;
}

.img-content {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all 0.3s;
    transition-delay: 0s;
    background-position: center;
    background-size: cover;
    z-index: 3;
}

.col .box-content .content1 p {
    transition: all 0.3s;
}

.builder-editor-mode .img-content,
.col:hover .img-content {
    opacity: 1;
    width: 100%;
    transition-delay: 0.3s;
}

.col:hover .box-title2,
.col:hover .box-text2 {
    color: #b1a374;
    transition-delay: 0.3s;
}

.block1-title {
    color: #fff;
}

.mbr-section-title {
    font-style: normal;
    line-height: 1.3;
}

.display-5 {

    font-size: 1.5rem;
    line-height: 1.4;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

#Body .mbr-section-btn a.button-09.btn-white {
    background: #fff !important;
    border-color: #fff !important;
    color: #808080 !important;
}

#Body .mbr-section-btn a.button-09.btn-white:hover,
#Body .mbr-section-btn a.button-09.btn-white:focus,
#Body .mbr-section-btn a.button-09.btn-white.focus,
#Body .mbr-section-btn a.button-09.btn-white.active {
    background-color: #d9d9d9 !important;
    border-color: #d9d9d9 !important;
}

.colorstyle .overlay {
    background: #B6A999;
}

.colorstyle .box-title2,
.colorstyle .box-text2 {
    transition: all 0.3s;
    transition-delay: 0s;
}

.colorstyle .box-title2 {
    color: #073b4c;
}

.colorstyle .box-text2 {
    color: #073b4c;
}

.col.colorstyle:hover .box-title2,
.col.colorstyle:hover .box-text2 {
    color: #ffffff;
    transition-delay: 0.3s;
}

.block2-over {
    position: absolute;
    transition: all 0.6s;
    width: 100%;
    background-color: #788e77;
    opacity: 1;
    height: 100%;
    top: 0;
    left: 0;
}

.block2 .content-block {
    max-width: 350px;
    padding: 4rem 3rem;
    z-index: 5;
    position: relative;
}

.block2 .block2-text,
.block2 .mbr-section-btn {
    color: #232323;
}

.block2:hover .block2-over {
    opacity: 0;
}

.block1 .content-block {
    max-width: 350px;
}

.top_social_box a.social-08 {
    margin: 0 !important;
    color: rgb(7, 59, 76) !important;
}

.top_menu_style .primary_structure>li:last-child a {
    padding: 0.4rem 1.5rem;
    display: -webkit-inline-flex;
    align-items: center;
    -webkit-align-items: center;
    font-style: normal;
    background-color: #82786e !important;
    border-color: #82786e !important;
    color: #ffffff !important;
    font-size: 1.1rem;
    line-height: 15.9px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
    border-radius: 100px;
    margin-top: 6px;
    margin-left: 19px;
}

.top_menu_style .dng-megamenu .primary_structure>li.dir>a>span:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -moz-transform: rotate(0);
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
    width: 0;
    height: 0;
}

#dng-wrapper .top_menu_style .primary_structure>li:last-child a:hover {
    box-shadow: 0 10px 40px 0 #0003 !important;
    -webkit-box-shadow: 0 10px 40px 0 #0003 !important;
    background-color: #59524b !important;
    border-color: #59524b !important;
    color: #fff !important;
}

.custom_logo_width .header-content-wrap .header-logo {
    max-height: 100%;
    -webkit-transition: all ease-out 250ms;
    transition: all ease-out 250ms;
}

.custom_logo_width {
    padding-top: 36px;
}

#dng-wrapper .sticky-fixed .floating-nav.floating-nav-sticky.floating-active .top_menu_style .nav-bar {
    margin-top: 0px !important;
}

#dng-wrapper .sticky-fixed .floating-nav.floating-nav-sticky.floating-active .custom_logo_width {
    padding-top: 0px;
}

#dng-wrapper .sticky-fixed .floating-nav.floating-nav-sticky.floating-active .custom_logo_width .header-content-wrap .header-logo {
    max-height: 48px;
}

.top_menu_style .dng-megamenu .dnngo_slide_menu li a {
    min-width: 193px;
    text-align: center;
    padding: 0px 20px 0px 20px;
    font-size: 17.6px !important;
    font-weight: 500;
    line-height: 43px !important;
}

.top_menu_style .dng-megamenu .dnngo_slide_menu li.subcurrent>a {
    background: none !important;
    color: #0c3f4f !important;
    -webkit-transform: translate(0px, 0) !important;
    transform: translate(0px, 0) !important;
}

.top_menu_style .dng-megamenu .dnngo_slide_menu li.subcurrent>a>span {
    -webkit-transform: translate(0px, 0) !important;
    transform: translate(0px, 0) !important;
}

.top_menu_style .dng-megamenu .dnngo_slide_menu li.subcurrent>a:hover>span,
.top_menu_style .dng-megamenu .dnngo_slide_menu li.subcurrent>a:hover {
    -webkit-transform: translate(0px, 0) !important;
    transform: translate(0px, 0) !important;
}

.top_menu_style .dng-megamenu .dnngo_slide_menu li.dir:hover:before,
.top_menu_style .dng-megamenu .dnngo_slide_menu li.subcurrent:before {
    border-color: #0c3f4f !important;
}

.top_menu_style .dng-megamenu .dnngo_slide_menu li a:hover>span,
.top_menu_style .dng-megamenu .dnngo_slide_menu li a:focus>span,
.top_menu_style .dng-megamenu .dnngo_slide_menu li.menu_hover>a>span {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

.top_menu_style .dng-megamenu .dnngo_slide_menu .dnngo_submenu,
.top_menu_style .dng-megamenu .dnngo_slide_menu {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
}

.top_menu_style .dng-megamenu .dnngo_slide_menu .dnngo_submenu {
    margin-top: -1.4rem;
}

.top_menu_style .dng-megamenu .dnngo_slide_menu {
    box-shadow: none !important;
}

.top_menu_style .dng-megamenu .dnngo_slide_menu li:hover>a {
    color: #0c3f4f !important;
    background: transparent !important;
}

.homebox .img-box01 .pic {
    overflow: hidden;
    position: relative;
    margin-bottom: 24px;
}

.homebox h4.display-5 {
    padding-bottom: 3px;
}

.homebox .img-box01 p {
    font-weight: normal;
    font-size: 0.8rem;
    color: #232323;
    margin-bottom: 9px;
    text-align: justify;
}

body .homebox a.button-01 {
    background: none;
    letter-spacing: 2px;
    position: relative;
    color: #82786e;
    font-size: 0.8rem;
    font-weight: normal;
    line-height: initial;
    height: initial;
    padding: 0;
}

body .homebox a.button-01:hover {
    color: #4b453f;
}

body .homebox a:after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    margin: auto;
    right: 0;
    width: 40px;
    height: 2px;
    background: currentColor;
}

.homebox .img-box01 .pic:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    left: 0;
    top: 0;
    transition: all 0.3s;
    pointer-events: none;
    z-index: 2;
}

.homebox .img-box01:hover .pic::before {
    opacity: 0 !important;
}

.homebox .img-box01 .pic:after {
    display: none;
}

.homebox .img-box01 .pic img {
    transition: all 0.3s;
    object-fit: cover;
}

.homebox .img-box01 .pic:hover img {
    transform: scale(1.05);
}

.homebox .img-box01 .pic:hover:before {
    opacity: 0.4 !important;
}

.play_btnbox {
    text-align: center;
    transition: all 0.25s;
}

.play_btnbox>a {
    display: inline-block;
    color: #fff;
}

.play_btnbox>a i svg {
    color: #fff;
}

.play_btnbox:hover {
    transform: scale(1.04);
}

#Body .homebg_style .mbr-section-btn a.button-09 {
    border-color: #fff !important;
    color: #fff !important;
    font-size: 0.8rem !important;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
    padding-left: 2.2rem !important;
    padding-right: 2.2rem !important;
}

#Body .homebg_style .mbr-section-btn a.button-09 i {
    margin-right: 12.8px;
}

#Body .homebg_style .mbr-section-btn a.button-09:hover {
    color: #333 !important;
    background-color: #fff;
    border-color: #fff;
}

.custom_style01 .progressbar03 .loadlist .bar {
    position: static;
    background-image: linear-gradient(45deg, #ffffff26 25%, transparent 25%, transparent 50%, #ffffff26 50%, #ffffff26 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    -webkit-animation: inherit;
    animation: inherit;
    border-radius: .25rem 0 0 .25rem;
}

.custom_style01 .progressbar03 .loadlist .progress {
    background-color: #e9ecef;
    height: 12px;
    font-size: .75rem;
    border-radius: .25rem;
}

.custom_style01 .progressbar03 .loadlist .bar span {
    border: none;
    color: #b1a374;
    font-size: 0.8rem;
    font-weight: normal;
}

.custom_style01 .progressbar03 .loadlist .bar:after,
.custom_style01 .progressbar03 .loadlist .bar span:before,
.custom_style01 .progressbar03 .loadlist .bar span:after {
    display: none;
}

.custom_style01 .progressbar03 .loadlist h6 {
    color: #b1a374;
    letter-spacing: 0.03em;
    font-size: 1.5rem !important;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 8px;
    margin-top: 0;
}

.custom_style01>div,
.custom_style01 {
    height: 100%;
}

.custom_style01>div {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom_style01>div>div {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.svg_box {
    padding-top: 75px;
    padding-bottom: 30px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.svg_box svg {
    position: absolute;
    bottom: -9.5rem;
    left: 50%;
    transform: translate(-50%) scaleX(-2) rotate(-12deg);
    filter: fliph;
    animation: wave2 5s ease-in-out infinite;

}

@keyframes wave2 {
    from {
        transform: translate(-50%) scaleX(-2) rotate(-10deg);
    }

    50% {
        transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
    }

    to {
        transform: translate(-50%) scaleX(-2) rotate(-10deg);
    }
}

.google-map {
    height: 27rem;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
}

.custom_form01 .powerforms-16 input[type=text],
.custom_form01 .powerforms-16 input[type=email],
.custom_form01 .powerforms-16 input[type=url],
.custom_form01 .powerforms-16 input[type=tel],
.custom_form01 .powerforms-16 input[type=number],
.custom_form01 .powerforms-16 input[type=date],
.custom_form01 .powerforms-16 select,
.custom_form01 .powerforms-16 textarea {
    padding: 1rem;
    background-color: #fff;
    border-color: #b1a374;
    color: #b1a374 !important;
    transition: 0.4s;
    font-size: 0.9rem;
    box-shadow: none;
    border-radius: 8px;
    outline: none;
    line-height: 1.43;
    min-height: 3.5em;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    font-weight: 400;
    background-clip: padding-box;
}

.custom_form01 .powerforms-16 input[type=text]:focus,
.custom_form01 .powerforms-16 input[type=email]:focus,
.custom_form01 .powerforms-16 input[type=url]:focus,
.custom_form01 .powerforms-16 input[type=tel]:focus,
.custom_form01 .powerforms-16 input[type=number]:focus,
.custom_form01 .powerforms-16 input[type=date]:focus,
.custom_form01 .powerforms-16 select:focus,
.custom_form01 .powerforms-16 textarea:focus {
    background-color: #e4d295;
    border-color: #000;
    color: #000 !important;
    box-shadow: none;
    outline: none;
    opacity: 1;
}

.custom_form01 .Module-PowerForms .dg-form-content>li {
    padding-bottom: 16px;
}

.custom_form01 .Module-PowerForms .dg-form-content>li.from-footer {
    text-align: center;
}

.custom_form01 .Module-PowerForms .dg-form-content>li.from-footer button {
    margin: .4rem 0;
    background: none;
    border: 1px solid transparent;
    border-color: #4b453f;
    color: #4b453f;
    padding: 1rem 3rem;
    border-radius: 3px;
    font-size: 0.8rem;
    font-weight: 500;
    border-width: 1px;
    font-style: normal;
    letter-spacing: 1px;
    white-space: normal;
    transition: all .3s ease-in-out;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    -webkit-appearance: none;
    vertical-align: middle;
    line-height: 1.5;
}

.custom_form01 .Module-PowerForms .dg-form-content>li.from-footer button:hover {
    color: #fff;
    background-color: #82786e;
    border-color: #82786e;
}

.custom_form01 .Module-PowerForms .dg-form-content>li.from-footer button:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem #007bff40;
}

.max-80 {
    max-width: 80%;
}

.svg_dh .carousel01 .item .pic:after,
.svg_dh .carousel01 .content {
    display: none;
}

.svg_dh .swiper-container .swiper-button-prev span {
    border: none;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M229.9 473.899l19.799-19.799c4.686-4.686 4.686-12.284 0-16.971L94.569 282H436c6.627 0 12-5.373 12-12v-28c0-6.627-5.373-12-12-12H94.569l155.13-155.13c4.686-4.686 4.686-12.284 0-16.971L229.9 38.101c-4.686-4.686-12.284-4.686-16.971 0L3.515 247.515c-4.686 4.686-4.686 12.284 0 16.971L212.929 473.9c4.686 4.686 12.284 4.686 16.971-.001z" fill="%23ffffff" ></path></svg>');
    transform: rotate(0deg) translate3d(0, 0, 0);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.svg_dh .swiper-container .swiper-button-next span {
    border: none;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M218.101 38.101L198.302 57.9c-4.686 4.686-4.686 12.284 0 16.971L353.432 230H12c-6.627 0-12 5.373-12 12v28c0 6.627 5.373 12 12 12h341.432l-155.13 155.13c-4.686 4.686-4.686 12.284 0 16.971l19.799 19.799c4.686 4.686 12.284 4.686 16.971 0l209.414-209.414c4.686-4.686 4.686-12.284 0-16.971L235.071 38.101c-4.686-4.687-12.284-4.687-16.97 0z" fill="%23ffffff" ></path></svg>');
    transform: rotate(0deg) translate3d(0, 0, 0);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}

.svg_dh .swiper-container .swiper-button-next,
.svg_dh .swiper-container .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: #000;
    border-radius: 50%;
    opacity: 0.2;
    text-align: center;
    line-height: 40px;
}

.height-rem {
    height: 6rem;
}

.contact-list .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contact-list .list-item p {
    margin: 0;
    color: #000000;
}

.contact-list .list-item i {
    margin-right: 1rem;
    color: #188ef4;
}

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

.list li {
    list-style: none;
}

.list li i {
    padding-right: 0.5rem;
    color: #B6B9C2;
}

.list li a {
    color: #e1201d;
}

.list li a:hover {
    color: #871311;
}

.column-title {
    padding-bottom: 0.5rem;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

body .sociallist a.social-08 {
    margin: 0 1px;
    color: #232323;
    opacity: 0.5;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

body .sociallist a.social-08 i svg,
body .sociallist a.social-08 i {
    color: #232323;

}

body .sociallist a.social-08:hover {
    color: #000;
    opacity: 1;
}

body .sociallist a.social-08:hover i svg,
body .sociallist a.social-08:hover i {
    color: #000;
    opacity: 1;
}

.in_box {
    position: relative;
}

.in_box svg {
    pointer-events: none;
    position: absolute;
    z-index: 0;
    bottom: -1rem;
    left: 50%;
    transform: translate(-50%) scale(1.9, 1.6);
    overflow: hidden;
}

.mbr-role {
    color: #b1a374;
}

body .icon_box_style1 .social-08:hover {
    color: #000000;
}

body .icon_box_style1 .social-08 {
    color: #073b4c;
}

.mbr-figure img {
    -webkit-box-shadow: 0px 0px 30px #7878784d;
    box-shadow: 0px 0px 30px #7878784d;
    border-radius: .25rem;
}

.mbr-text {
    font-style: normal;
    line-height: 1.7;
}

.mbr-light {
    font-weight: 300;
}

.mbr-black .list li i {
    color: #188ef4;
}

.mbr-black .list li span,
.mbr-black .list li a {
    color: #000;
}

.mbr-black .list li a:hover {
    color: #4d4d4d;
}

.button-001.btn_style01 {
    background-color: #82786e !important;
    border-color: #82786e !important;
    color: #fff !important;
    padding: 1rem 2.6rem;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.1rem;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
    border-width: 1px;
    font-style: normal;
    white-space: normal;
    border-radius: 100px;
    height: initial;
    margin: 0;
}

.button-001.btn_style01:hover,
.button-001.btn_style01:focus {
    box-shadow: 0 10px 40px 0 #0003 !important;
    -webkit-box-shadow: 0 10px 40px 0 #0003 !important;
}

.photo_style .isotope-grid .isotope-group a:after {
    display: none;
}

.photo_style .isotope-grid .isotope-group a {
    font-weight: 400;
    color: #808080 !important;
    font-family: DM Sans !important;
    font-size: 0.8rem !important;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
    padding: 1rem 1rem;
    margin: .4rem .8rem !important;
}

.photo_style .isotope-grid .isotope-group a.active {
    color: #e1201d !important;
}

.photo_style .isotope-grid .isotope-group a:before {
    content: '';
    position: absolute;
    height: 24px;
    width: 1px;
    right: -6px;
    top: 50%;
    background: #d3d3d3 !important;
    transform: rotate(35deg) translateY(-59%);
}

.photo_style .isotope-grid .isotope-group a:last-child:before {
    display: none;
}

.video_style .isotope-grid .isotope-group a:after {
    display: none;
}

.video_style .isotope-grid .isotope-group a {
    font-weight: 400;
    color: #232323 !important;
    font-family: DM Sans !important;
    font-size: 0.8rem !important;
    letter-spacing: 0.1em;
    transition: all .3s ease-in-out;
    margin: 0px !important;
    text-transform: uppercase;
    padding: 12px 15px 12px 15px;
    line-height: 2 !important;
}

.video_style .isotope-grid .isotope-group a.active {
    color: #149dcc !important;
    background: transparent;
}

.video_style .isotope-grid .isotope-group a:before {
    bottom: 0.5rem;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%) scale(0);
    transform: translateX(-50%) scale(0);
    width: 4px;
    transition: all 0.3s ease-in-out;
    background: #149dcc !important;
}

.video_style .isotope-grid .isotope-group a.active:before {
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
    background: #149dcc !important;
}

.minilightbox-holder .minilight-title {
    display: none !important;
}

.photo_style .portfolio-masonry-style01 .content .icon {
    display: none;
}

.photo_style .portfolio-masonry-style01 .content {
    align-items: flex-end;
    transition: all 0.3s;
    flex-flow: inherit;
    padding: 2rem;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}

.portfolio-masonry-style01 .content .description{
    text-align: center;
    color: #fff;
}

.photo_style .portfolio-masonry-style01 .content h6 {
    font-size: .9em;
    color: #fff;
    font-weight: normal;
    text-align: left;
}
.photo_style .portfolio-masonry-style01 .content .description {
    font-size: .8em;
    color: #fff;
    font-weight: normal;
    margin-top: 5px;
    text-align: left;
}




.photo_style .portfolio-masonry-style01 .content:after {
    content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background: #000 !important;
    opacity: 0.6;
    -webkit-transition: 0.2s background ease-in-out;
    transition: 0.2s background ease-in-out;
}

.video_style .portfolio-masonry-style01 .content .icon:after {
    display: none;
}

.video_style .portfolio-masonry-style01 .content .icon:before {
    display: none;
}

.video_style .portfolio-masonry-style01 .content .icon {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M424.4 214.7L72.4 6.6C43.8-10.3 0 6.1 0 47.9V464c0 37.5 40.7 60.1 72.4 41.3l352-208c31.4-18.5 31.5-64.1 0-82.6zm-16.2 55.1l-352 208C45.6 483.9 32 476.6 32 464V47.9c0-16.3 16.4-18.4 24.1-13.8l352 208.1c10.5 6.2 10.5 21.4.1 27.6z" fill="%23ffffff" ></path></svg>');
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    border-radius: 0px;
}

.video_style .portfolio-masonry-style01 .content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #232323;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    background: linear-gradient(to left, #232323, #fff) !important;
}

.video_style .portfolio-masonry-style01 .content:after {
    opacity: 0.5 !important;
}

.video_style .portfolio-masonry-style01 .content h6.title {
    transition: all .3s;
    position: absolute;
    visibility: hidden;
    display: block;
    opacity: 0;
    width: 100%;
    top: -2rem;
    right: 0;
    text-align: right;
    padding: 1rem;
    color: #fff;
    background: transparent;
    font-size: 0.8rem;
    font-weight: normal;
}

.video_style .portfolio-masonry-style01 .box:hover .content h6.title {
    top: 0;
    right: 0;
    display: block;
    visibility: visible;
    opacity: 1;
}


.portfolio-masonry-style01[data-contour] .box {
    height: calc(100% - 30px);
}
.portfolio-masonry-style01[data-contour] .box .pic{
    height: 100%;
}
.portfolio-masonry-style01[data-contour] .box .pic img{
    height: 100%;
    object-fit: cover;
}

.img1 {
    width: 100%;
    box-shadow: 0 10px 55px 5px #149ac759;
    border-radius: 10px;
}

.relative {
    position: relative;
    width: 100%;
}

.relative .google-map {
    height: 25rem;
    position: relative;
}

.relative .google-map iframe {
    height: 100%;
    width: 100%;
}

.block {
    background: #323232cc;
    position: absolute;
    padding: 2rem;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    width: 400px;
    height: 100%;
    top: 0;
    right: 0;
}

.title {
    text-align: center;
    color: #fff;
}

.text {
    text-align: center;
    color: #fff;
    line-height: 1.5;
}

.ico-box {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    margin-bottom: 2.5rem;
}

.ico-box p {
    margin-bottom: 0;
    color: #656565;
    line-height: 1.5;
}

.ico-box i {
    margin-right: 1rem;

}

.ico-box h4 {
    padding-bottom: 8px;
    color: #232323;
    font-weight: 500;
    margin: 0;
}

.ico-box i svg {
    color: #656565;
}

/*contactus_form*/
.contactus_form .powerforms-16 input[type=text],
.contactus_form .powerforms-16 input[type=email],
.contactus_form .powerforms-16 input[type=url],
.contactus_form .powerforms-16 input[type=tel],
.contactus_form .powerforms-16 input[type=number],
.contactus_form .powerforms-16 input[type=date],
.contactus_form .powerforms-16 select,
.contactus_form .powerforms-16 textarea {
    font-size: 0.8rem;
    font-family: 'DM Sans', sans-serif;
    border: 1px solid #e8e8e8;
    box-shadow: none;
    color: #565656;
    line-height: 1.43;
    min-height: 3.5em;
    padding: 1.07em .5em;
    font-weight: 400;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    border-radius: 0;
}

.contactus_form .powerforms-16 input[type=text]:focus,
.contactus_form .powerforms-16 input[type=email]:focus,
.contactus_form .powerforms-16 input[type=url]:focus,
.contactus_form .powerforms-16 input[type=tel]:focus,
.contactus_form .powerforms-16 input[type=number]:focus,
.contactus_form .powerforms-16 input[type=date]:focus,
.contactus_form .powerforms-16 select:focus,
.contactus_form .powerforms-16 textarea:focus {
    color: #495057;
    text-shadow: 0 0 0 #495057;
    box-shadow: none;
    border: 1px solid #e8e8e8;
}

.contactus_form .Module-PowerForms .dg-form-content>li {
    padding-bottom: 15px;
}

.contactus_form .Module-PowerForms .dg-form-content>li .form_submit .btn {
    padding-left: 3rem;
    padding-right: 3rem;
    height: 55px;
    border-radius: 100px;

}

.list-05.list_style01 {
    padding: 15px 30px 13px;
    background-color: #eeeff2;
    border-radius: 3px;
}

.list-05.list_style01 li i {
    font-style: normal;
    font-weight: 500;
    margin-right: 10px;
    color: #82786e;
    font-size: 1.1rem;
    line-height: 24px;
}

.list-05.list_style01 li a {
    font-style: normal;
    font-weight: 400;
    color: #e1201d;
    font-size: 1.1rem;
    line-height: 1.2;
}

.list-05.list_style01 li a.active {
    color: #b1a374 !important;
}

.list-05.list_style01 li a:hover,
.list-05.list_style01 li a:focus {
    color: #871311;
}

.list-05.list_style01 li {
    padding: 17px 0;
    border-bottom: 1px solid #dcdfe2;
    margin: 0;
    align-items: center;
}

.list-05.list_style01 li:last-child {
    border: none;
}

.newsletter {
    padding: 35px 30px 0px;
    border-radius: 3px;
    display: block;
}

.newsletter .mbr-section-subtitle {
    color: #879a9f;
}

.form_style01 .custom-module {
    padding: 0 30px 40px;
}

.form_style01 .powerforms-16 input[type=text],
.form_style01 .powerforms-16 input[type=email],
.form_style01 .powerforms-16 input[type=url],
.form_style01 .powerforms-16 input[type=tel],
.form_style01 .powerforms-16 input[type=number],
.form_style01 .powerforms-16 input[type=date],
.form_style01 .powerforms-16 select,
.form_style01 .powerforms-16 textarea {
    font-size: 14px;
    background: #fff;
    color: #b1a374;
    display: block;
    height: 60px;
    border-radius: 3px;
    width: 100%;
    padding: 13px 20px !important;
    padding-right: 50px !important;
    transition: all .3s linear 0ms;
    line-height: 1.2;
    border: 1px solid #e8e8e8;
    min-height: 3.5em;
    box-shadow: none;
    font-weight: 400;
}

.form_style01 .powerforms-16 input[type=text]:focus,
.form_style01 .powerforms-16 input[type=email]:focus,
.form_style01 .powerforms-16 input[type=url]:focus,
.form_style01 .powerforms-16 input[type=tel]:focus,
.form_style01 .powerforms-16 input[type=number]:focus,
.form_style01 .powerforms-16 input[type=date]:focus,
.form_style01 .powerforms-16 select:focus,
.form_style01 .powerforms-16 textarea:focus {
    text-shadow: 0 0 0 #495057;
    box-shadow: none;
    border: 1px solid #e8e8e8;
}

.form_style01 .Module-PowerForms .dg-form-content>li {
    padding-bottom: 10px;
}

.form_style01 .Module-PowerForms .dg-form-content>li .form_submit .line_btn {
    font-weight: bold;
    margin: .4rem .8rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative;
    overflow: hidden;
    background: none;
    color: #4b453f;
    padding: 1.2rem 3.2rem;
    border-radius: 6px;
    font-size: 1.1rem;
    line-height: 1.2;
    letter-spacing: 1px;
    transition: all .3s ease-in-out;
    border: 1px solid #4b453f;
    font-style: normal;
    white-space: normal;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    height: initial;
}

.form_style01 .Module-PowerForms .dg-form-content>li .form_submit .line_btn:after {
    background-color: #82786e;
    content: "";
    height: 150px;
    left: -75px;
    position: absolute;
    top: -60px;
    transform: rotate(35deg);
    transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 40px;
    opacity: 0;
    outline: none;
    text-decoration: none;
}

.form_style01 .Module-PowerForms .dg-form-content>li .form_submit .line_btn:hover:after {
    left: 250px;
    opacity: 0.8;
}

.form_style01 .Module-PowerForms .dg-form-content>li .form_submit .line_btn:hover,
.form_style01 .Module-PowerForms .dg-form-content>li .form_submit .line_btn:focus,
.form_style01 .Module-PowerForms .dg-form-content>li .form_submit .line_btn.focus,
.form_style01 .Module-PowerForms .dg-form-content>li .form_submit .line_btn.active {
    color: #fff;
    background-color: #82786e;
    border-color: #82786e;
}

.underline .line {
    width: 3rem;
    height: 2px;
    background: #232323;
    display: inline-block;
}

.underline {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
}

.video_style.partners_icon_style .portfolio-masonry-style01 .content .icon {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg"><path d="M397.374,203.449c-0.938-1.063-23.636-26.048-59.105-51.335c-20.932-14.919-41.99-26.817-62.58-35.383   c-26.096-10.855-51.568-16.361-75.702-16.361s-49.605,5.506-75.702,16.361c-20.59,8.565-41.648,20.483-62.581,35.383   C26.236,177.401,3.538,202.416,2.6,203.449c-3.417,3.791-3.417,9.56,0,13.35c0.938,1.063,23.636,26.048,59.104,51.336   c20.932,14.919,41.991,26.817,62.581,35.383c26.096,10.855,51.568,16.361,75.702,16.361s49.605-5.506,75.702-16.361   c20.59-8.565,41.648-20.483,62.58-35.383c35.469-25.288,58.167-50.293,59.105-51.336   C400.791,213.009,400.791,207.24,397.374,203.449L397.374,203.449z M251.457,129.049c18.129,15.23,28.507,37.38,28.507,61.108   c0,44.026-35.869,79.828-79.978,79.828s-79.978-35.802-79.978-79.828c0-23.709,10.378-45.878,28.508-61.108   c16.441-5.351,33.819-8.741,51.47-8.741S235.016,123.698,251.457,129.049z M326.29,252.144   c-30.646,21.799-77.439,47.778-126.303,47.778s-95.657-25.979-126.303-47.778c-23.138-16.439-40.829-33.083-49.771-42.029   c8.943-8.945,26.633-25.57,49.771-42.028c10.593-7.543,23.109-15.563,36.992-22.852c-6.941,13.73-10.661,29.039-10.661,44.923   c0,55.019,44.851,99.786,99.972,99.786s99.972-44.768,99.972-99.786c0-15.884-3.72-31.192-10.661-44.923   c13.883,7.289,26.399,15.328,36.992,22.852c23.138,16.438,40.829,33.083,49.771,42.028   C367.118,219.061,349.428,235.685,326.29,252.144z" fill="%23333333" ></path></svg>');
    background-color: #fff;
    width: 48px;
    border-radius: 100px;
    color: #333;
    top: 50%;
    transition: all .3s;
    background-size: 70%;
}

.video_style.partners_icon_style .portfolio-masonry-style01 .box:hover .content .icon {
    top: calc(50% - 48px);

}

.video_style.partners_icon_style .portfolio-masonry-style01 .content h6.title {
    text-align: center;
    color: #333;
}

.video_style.partners_icon_style .portfolio-masonry-style01 .content:after {
    background: #fff !important;
    opacity: 0 !important;
}

.video_style.partners_icon_style .portfolio-masonry-style01 .box:hover .content:after {
    opacity: 0.8 !important;
}

.block-title,
.mbr-black {
    color: #000;
}

.mbr-bold {
    font-weight: 700;
}

.left_icon_box {
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
}

.left_icon_box .iconbox {
    padding-right: 2rem;
}

.left_icon_box .card-title {
    color: #232323;
}

.left_icon_box p {
    color: #767676;
}

.left_icon_box .link a {
    position: relative;
    color: #232323;
    font-weight: normal;
}

.left_icon_box .link a:after {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 0;
    width: 40px;
    height: 2px;
    background: currentColor;
}

#dng-wrapper .rev_slider .hesperiden.tparrows {
    width: 45px;
    height: 45px;
    transition: .3s;
    background-color: transparent;
    border: 2px solid #0f7699;
    border-radius: 50%;
}

#dng-wrapper .rev_slider .hesperiden.tparrows:before {
    line-height: 45px;
}

#dng-wrapper .rev_slider .hesperiden.tparrows.tp-rightarrow {}

#dng-wrapper .rev_slider .hesperiden.tparrows:hover {
    background: #0f7699;
}

.tp-bullets.Bulletsstyle01.horizontal .tp-bullet {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    transition: opacity 0.5s;
    background-color: #fff;
    font-size: 2rem;
    border-width: 0px;
    transform: scale(0.6);
    opacity: 1;
}

.tp-bullets.Bulletsstyle01.horizontal .tp-bullet.selected {
    transform: scale(1);
    border: 0;
    background-color: #fff;
    transition: all 200ms ease-in-out;
}

#dng-wrapper .top_menu_style .nav-bar {
    -webkit-transition: all ease-out 250ms;
    transition: all ease-out 250ms;
}

@media (min-width: 1200px) and (max-width: 1410px) {
    #Body .top_menu_style .primary_structure>li>a {
        padding-left: 6px;
        padding-right: 6px;
        font-size: 14px !important;
    }

    .custom_logo_width .header-content-wrap .header-logo {
        max-height: 70% !important;
    }

    .custom_logo_width {
        padding-top: 0px;
    }
}

@media (min-width: 993px) and (max-width: 1199px) {
    #Body .top_menu_style .primary_structure>li>a {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 13px !important;
    }

    .custom_logo_width .header-content-wrap .header-logo {
        max-height: 70% !important;
    }

    .custom_logo_width {
        padding-top: 0px;
    }
}

@media only screen and (min-width: 1600px) {
    .BannerPane {
        min-height: 650px;
    }

    .media-content {
        padding-left: 2rem;
    }

    .icon_box_mlmr {
        margin-left: -150px !important;
        margin-right: -150px !important;
    }

    .pl-96 {
        padding-left: 96px;
    }

    .pr-96 {
        padding-right: 96px;
    }

    #dng-wrapper .top_menu_style .nav-bar {
        margin-top: 30px !important;
    }

}

@media only screen and (min-width: 1400px) {
    .homebox .img-box01 .pic {
        min-height: 300px;
    }
}

@media only screen and (max-width: 992px) {
    .mobile_center {
        margin-left: -56px;
    }

    body .mobile_left .social-08 i {
        margin-right: 0;
    }

    .left_icon_box .iconbox {
        padding-right: 0;
    }

    .left_icon_box {
        flex-direction: column;
        text-align: center;
    }

    .left_icon_box .link a:after {
        left: 50%;
        margin-left: -20px;
    }

    .col {
        min-height: inherit;
    }

    .content1,
    .block1 .content-block {
        max-width: initial;
    }

    .svg_dh .carousel01 .item {
        margin: 0 auto;
    }

    .box-content {
        width: 100%;
    }

    .display-1 {
        font-size: 2rem;
    }

    .display-2 {
        font-size: 1.8rem;
    }

    .display-5 {
        font-size: 1.2rem;
    }


    
}


ul.fixed-widget-list #back-to-top span {
    display: none;
}

.fixed-widget-list li {
    width: 60px !important;
    height: 60px !important;
    background: #0003 !important;
}

.fixed-widget-list li#back-to-top:before {
    content: '';
    position: absolute;
    height: 40% !important;
    top: 20px !important;
    margin: 0 !important;
    background: #fff !important;
    width: 2px !important;
    left: calc(50% - 1px) !important;
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important;
}

.fixed-widget-list li#back-to-top:after {
    content: '';
    position: absolute !important;
    display: block !important;
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
    width: 40% !important;
    height: 40% !important;
    left: 30% !important;
    bottom: 30% !important;
    transform: rotate(-45deg) !important;
    -webkit-transform: rotate(-45deg) !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    transform-origin: inherit !important;
    top: auto !important;
}

.fixed-widget-list li#back-to-top:hover {
    background: #0006 !important;
    box-shadow: none !important;
}


.page-loaders #loading-center #loading-center-absolute>div {
    display: none !important;
}

.page-loaders #loading-center #loading-center-absolute {
    background: url(../images/logo2.jpg) center center no-repeat;
    width: 154px;
    height: 154px;
    background-size: cover;
}

.page-loaders #loading-center #loading-center-absolute:before {
    content: "";
    background: url(../images/Preloader2.gif) center center no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 15px 0 0 -25px;
    background-size: cover;

}

.list-05.list_style01 li.subitem {
    padding-left: 30px;
}

.list-05.list_style01 li.subitem i {
    width: 12px;
    flex: 0 0 12px;
}



/*new*/
.fix-red-area {
    text-align: center;
    font-size: 28px;
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 45px;
    position: relative;
    background-color: #b92a24;
    z-index: 900;
    right: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 1);
   /*  top: 0; */
}

.fix-red-area::after {
    content: "";
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .8);
    pointer-events: none;
}

.fix-red-area,
.fix-red-area:link {
    color: #FFF !important;
    transition: background-color ease-in 300ms;
}

/* .fix-red-area:hover {
    background-color: black;
} */

@media only screen and (max-width: 767px) {
    .fix-red-area {
        font-size: 18px;
        font-weight: bold;
        padding: 35px;
        position: relative !important;
        width: 100% !important;
    } 

}



.johud-imgbox {
    position: relative;
}
.johud-imgbox .pic{
    position: relative;
    overflow: hidden;
}
.johud-imgbox .pic img {
    width: 100%;
}

.johud-imgbox::after {
    content: '';
    background-image: url("../images/logo-mini.png");
    width: 45px;
    height: 34px;
    bottom: 13px;
    margin-left: -23px;
    left: 50%;
    position: absolute;
    pointer-events: none;
    z-index: 3;
    background-size: contain;
    background-repeat: no-repeat;
}

.johud-imgbox::before {
    content: "";
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .8);
    border-bottom: none;
    pointer-events: none;
    z-index: 1;
}

.johud-imgbox .pic::after,
.johud-imgbox .pic::before {
    content: "";
    border-bottom: 1px solid rgba(255, 255, 255, .8);
    position: absolute;
    bottom: 30px;
    width: calc(50% - 75px);
    right: 30px;
    pointer-events: none;
}


.johud-imgbox .pic::before {
    left: 30px;
}
.johud-imgbox .pic a::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    transition: all ease-in 300ms;
    z-index: 1;
    background-image:radial-gradient(rgba(0,0,0,0) 10%,rgba(0,0,0,.7) 70%);

}

.johud-imgbox .cont {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 70px;
    text-align: center;
    color: #FFF;
    z-index: 3;
}

.johud-imgbox .cont .title {
    font-size: 40px;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.johud-imgbox .cont .info {
    max-width: 640px;
    margin: auto;
    overflow: hidden;
    max-height: 0;
    transition: all ease-in 300ms;
    opacity: 0;
}

.johud-imgbox:hover .cont .info {
    max-height: 84px;
    opacity: 1;
}
.johud-imgbox:hover .pic a::before{
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    .johud-imgbox .cont .title{
        font-size: 24px;
    }
    .johud-imgbox::after {
        width: 19px;
        height: 14px;
        bottom: 2px;
        margin-left: -10px;
    }
  
    .johud-imgbox::before {
        top: 5px;
        left: 5px;
        bottom: 5px;
        right: 5px;
    }
    
    .johud-imgbox .pic::after,
    .johud-imgbox .pic::before {
        bottom: 5px;
        right: 5px;
        width: calc(50% - 20px);
    }
    
    
    .johud-imgbox .pic::before {
        left: 5px;
    }
     
    .johud-imgbox .cont {
        position: absolute;
        left:10px;
        right: 10px;
        bottom: 20px;
    }
    
    


}



.simple-menu {
    text-align: center;
}

.simple-menu .gomenu ul {
    margin: 0;
    padding: 0;
    font-weight: 600;
}

.simple-menu .gomenu li {
    display: inline-block;
}

.simple-menu .gomenu li::after {
    content: "|";
    margin: 0px 10px;
}

.simple-menu .gomenu li:last-child:after {
    content: none;
}

.simple-menu .gomenu li,
.simple-menu .gomenu li a,
.simple-menu .gomenu li a:link,
.simple-menu .gomenu li a:visited {
    color: #b82530;
}

.simple-menu .gomenu li a:hover {
    color: #871311;
}

.footer .simple-menu {
    padding: 15px;
}


.section-1 .section-pic {
    position: relative;
    max-width: none !important;
    margin: 0;
    padding: 0;
}

.section-1 .section-pic .row,
.section-1 .section-pic .col-md-12 {
    padding: 0;
    margin: 0;
}

.section-1 .section-pic img {
    width: 100%;
}

.section-1 .section-pic::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid rgba(255, 255, 255, .8);
    pointer-events: none;
}

.section-1 .title {
    text-align: center;
    color: #959594;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0 0 6px #959594;
    margin: 25px 0 25px;
}

.section-1 .title img {
    vertical-align: middle;
    margin: 0 10px 10px 0;
}
@media only screen and (max-width: 767px) {
    .section-1 .section-pic::after {
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
    }
}

.section-2 .section-pic {
    position: relative;
    max-width: none !important;
    margin: 0;
    padding: 0;
}

.section-2 .section-pic .row,
.section-2 .section-pic .col-md-12 {
    padding: 0;
    margin: 0;
}

.section-3 .is-box-img{
    min-height: 300px;
}

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

    .section-3 .is-box-img::after,
    .section-3 .is-box-cont::after {
        content: "";
        top: 30px;
        bottom: 30px;
        position: absolute;
        pointer-events: none;
    }

    .section-3 .is-box-img::after {
        left: 30px;
        right: 0;
        border: 1px solid rgba(255, 255, 255, .8);
        border-right: none;
    }

    .section-3 .is-box-cont::after {
        right: 30px;
        left: 0;
        border: 1px solid #b7b7b7;
        border-left: none;
    }
    .section-3 .is-box-cont{
        padding:0 60px;
    }
}

.section-3 .is-box-img .is-container {
    position: absolute !important;
    left: 60px !important;
    bottom: 50px !important;
    margin: 0 !important;
}

.section-3 .img-title {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .section-3 .is-box-img .is-container{
        left: 15px !important;
        bottom: 15px !important;
    }
    .section-3 .img-title{
        font-size: 20px;
    }
}

.section-4 .is-box-img{
    min-height: 300px;
}


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

    .section-4 .is-box-img::after,
    .section-4 .is-box-cont::after {
        content: "";
        top: 30px;
        bottom: 30px;
        position: absolute;
        pointer-events: none;
    }

    .section-4 .is-box-img::after {
        left: 0;
        right: 30px;
        border: 1px solid rgba(255, 255, 255, .8);
        border-left: none;
    }

    .section-4 .is-box-cont::after {
        right: 0;
        left: 30px;
        border: 1px solid #b7b7b7;
        border-right: none;
    }
    .section-4 .is-box-cont{
        padding:0 60px;
    }
}

.section-4 .is-box-img .is-container {
    position: absolute !important;
    left: 60px !important;
    bottom: 50px !important;
    margin: 0 !important;
}

.section-4 .img-title {
    text-align: center;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    margin: 0;

}
@media only screen and (max-width: 767px) {
    .section-4 .is-box-img .is-container{
        left: 15px !important;
        bottom: 15px !important;
    }
    .section-4 .img-title{
        font-size: 20px;
    }
}


.accordion08 h4{
    font-size: 16px;
    margin: 0;
    color: #b82530;
    border-bottom: 1px solid #707070;
    padding: 15px 30px 15px 0;
}
.accordion08 h4 a,
.accordion08 h4 a:link{
    color: #b82530;
}
.accordion08 .panel-heading{
    margin-bottom: 10px;
    position: relative;
}
.accordion08 .panel-heading::after{
    content: "";
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #707070;
    border-right: 1px solid #707070;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -9px;
    transform: rotate(45deg);
    transition: all 300ms ease-in;
}
.accordion08 .accordion-item.opened .panel-heading::after{
    transform: rotate(-135deg);
    margin-top: -6px;
}
.accordion08 .accordion-content{
    display: none;
}


#Body .blog-list01.OneFullWith .itemone .list-title{
    font-size: 2rem;
    font-weight: 600;
}
#Body .OneFullWith .container-fluid{
    padding: 0;
}



.donate-view .custom-amount label, .donate-form .custom-input label{
    top: -10px !important;
}
.mobilemenu-main .dropdown li .header-button{
    margin-bottom: 0 !important;
}
.header-site-link{
    display: inline-block;
    background-color: #e3e3e3;
    height: 24px;
    border-radius: 3px;
    line-height: 22px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    padding: 0px 5px;
}

.dnnSearchResultItem-Others{
    display: none;
}

.expansion-content{
    display: none;
}

/*readmore*/
#Body a.readmore_btn{
    border:1px solid #707070 ;
    color:#707070 ;
    padding:10px ;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    display: inline-flex;
    align-items: center;
    transition: 		all ease-in 200ms;
    -moz-transition: 	all ease-in 200ms; /* Firefox 4 */
    -webkit-transition: all ease-in 200ms; /* Safari and Chrome */
    -o-transition: 		all ease-in 200ms; /* Opera */
    -ms-transition: 	all ease-in 200ms; /* IE9? */
    font-size: 13px;
    font-weight: normal;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    background: #fff;
}
#Body a.readmore_btn span{
    margin-left: 10px;
    color:#707070 ;
}
#Body a.readmore_btn span svg{
    height: 16px;
}

#Body a.readmore_btn:hover{
    background:#707070 ;
    
    text-decoration:none;
}
#Body a.readmore_btn:hover span{
    color:#FFF;
}

.more_hidden{
    display: none;
}


@media only screen and (max-width: 767px) {
    p[style *= "text-align: justify;"],
    div[style *= "text-align: justify;"]{
        text-align:initial !important; 
    }

}