/*reset css*/
:root {
    --e-global-color-primary: #6EC1E4;
    --e-global-color-secondary: #000000;
    --e-global-color-text: #000000;
    --e-global-color-accent: #B19777;
    --e-global-typography-primary-font-family: "Open Sans";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Open Sans";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Open Sans";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Open Sans";
    --e-global-typography-accent-font-weight: 500;
}
.playfont {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.custom-font {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

*, input, :before, :after {
    box-sizing: border-box;
}
body {
    height: 1000px;
    overflow-x: hidden;
}
/*body, input, textarea, button, select {*/
/*    line-height: 1.5;*/
/*    font-family: "Open Sans", Helvetica, Arial, sans-serif;*/
/*    color: #000;*/
/*    font-weight: 400;*/
/*}*/

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

p {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

ol, ul {
    list-style: none;
    padding: 0;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}

/*end*/
/*header desk*/
.header-box {
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 0;
    margin: 0;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 999;
    transition: background 0.5s, transform 0.5s, border 0.5s, border-radius 0.5s, box-shadow 0.5s;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}

.header-box.active {
    background-color: #fff;
    position: fixed;
    transform: translateY(0);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
}

header {
    display: flex;
    width: 100%;
}

.header-social,
.header-menu {
    display: flex;
    align-items: center;
}

.header-social .social-list {
    margin-right: -8px;
    margin-left: -8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-wrap: wrap;
}

.header-social .social-list li {
    margin-right: 8px;
    margin-left: 8px;
}

.header-social li i{
    color: #000;
    font-size: 13px;
    display: block;
}

.header-menu {
    justify-content: flex-end;
}

.header-menu .elementor-nav-menu {
    margin-left: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-menu .elementor-nav-menu li.menu-item {
    padding: 13px 20px;
    position: relative;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.header-menu .elementor-nav-menu li.menu-item:hover .menu-sub-list{
    display: block;
}

.header-menu .elementor-nav-menu li.menu-item a {
    width: 100%;
    height: 100%;
}

.header-menu .elementor-nav-menu li a.menu-item-link {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    font-size: 14px;

    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    fill: #000;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.header-menu .elementor-nav-menu li a.menu-item-link:hover {
    color: #B19777;
}

.header-menu .elementor-nav-menu li a.menu-item-link.active {
    color: #B19777;
    fill: #B19777;
}

.header-menu ul,
.header-menu li {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.social-container {
    width: 100%;
    border-style: solid;
    border-width: 0px 01px 0px 01px;
    border-color: #000;
}

.social-list {
    display: flex;
    align-items: center;
}

.header-search {
    display: flex;
    align-items: center;
}

.search-container {
    width: 100%;
    text-align: right;
}

.header-search .search-container i {
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

.header-menu .sub-arrow {
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
}

.header-menu .elementor-nav-menu li.menu-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu .sub-arrow.icon-sub i {
    transform: rotate(-90deg);
}

.menu-sub-list {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    left: 0;
    right: 0;
    display: none;
    min-width: 200px;
}

.menu-sub-list li.menu-sub-item {
    position: relative;
}

.menu-sub-list li.menu-sub-item a {
    color: rgb(73, 76, 79);
    font-size: 13px;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: 20px;
    padding: 13px 20px;
    display: block;
}

.menu-sub-list li.menu-sub-item:hover {
    background-color: #252531;
}

.menu-sub-list li.menu-sub-item:hover .menu-sub-link {
    color: #B19777;
}

.menu-sub-list li.menu-sub-item:hover .menu-sub-list-lv3 {
    display: block;
}

ul.menu-sub-list-lv3 {
    position: absolute;
    background: #fff;
    width: 100%;
    top: 0;
    left: 100%;
    display: none;
}

ul.menu-sub-list-lv3 li:hover a{
    background-color: #252531;
    color: #B19777;
}

/*end header*/
/*overlay search*/
.overlay-search-content {
    width: 100%;
}

.overlay-search-content input {
    font-size: 50px;
    text-align: center;
    border: solid #fff;
    border-width: 0 0 1px;

    line-height: 1.5;
    color: #fff;
    fill: #7A7A7A;
    margin: 0;
    padding: 0;

    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    background: none;

    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    flex-basis: 100%;
}

.overlay-search-content input:focus {
    border-width: 0 0 1px;
    outline: none;
}

.overlay-search-content form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.overlay-search-content form span {
    position: absolute;
    right: 35px;
    cursor: pointer;
}

.overlay-search-content form span i {
    color: #7A7A7A;
    font-size: 25px;
    transition: transform 0.3s;
}

.overlay-search-content form span i:hover {
    color: #fff;
    transform: rotate(90deg);
}

.overlay {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;

    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 9998;

    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    height: 100vh;
    padding: 0 15%;
    background-color: rgba(0, 0, 0, .8);

    justify-content: center;
    display: none;
}

.overlay.active {
    display: flex;
}

/*end overlay search*/
/*section about*/
/*.main-index {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*}*/

.section-about-index {
    padding: 100px 0px 100px 0px;
}

.section-about-index .content-left .content-left-title {
    margin-bottom: 20px;
    text-align: left;
}

.section-about-index .content-left .content-left-title h1{
    color: #252531;
    font-size: 45px;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.section-about-index .content-left .content-left-content {
    margin-bottom: 20px;
}

.section-about-index .content-left p{
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.content-left-link {
    text-align: center;
}

.content-left-link a {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #ffffff;
    color: #ffffff;
    background-color: #252531;
    border-radius: 0px 0px 0px 0px;
    padding: 15px 45px 15px 45px;
    display: inline-block;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.content-left-link a:hover {
    transform: scale(1.1);
    color: #B19777;
    background-color: #252531;
    transition-duration: .3s;
    transition-property: transform;
}
/*end section about*/
/*section service*/
.service-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-padding {
    padding: 60px 0;
}

.section-service-head {
    margin: 0 auto 50px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.section-service-head h6 {
    color: #b19777;
    font-weight: 300;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
}

.section-service-head h2 {
    color: #fff;
    font-size: 32px;
}

.section-service-index .item-bx {
    padding: 60px 40px;
    height: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    border-right: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.section-service-index .item-bx {
    padding: 30px;
    height: 400px;
}

.section-service-index .item-bx .numb {
    margin: 0;
    padding: 0;
    font-size: 40px;
    color: transparent;
    -webkit-text-stroke: 1px #b19777;
    letter-spacing: 3px;
}

.tieude_sv {
    font-size: 16px;
}

.section-service-index p {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

.section-service-index .item-bx:hover {
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
}
/*end section service*/
/*section porfolio*/
.section-head {
    margin: 0 auto 50px;
}

.section-portfolio-index .filtering .filter {
    padding: 15px;
}

.section-portfolio-index .row>* {
    padding-left: 0;
    padding-right: 0;
}

.section-portfolio-index .filtering span {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 20px;
    cursor: pointer;
    position: relative;
}

.section-portfolio-index .filtering span:not(:last-child):after {
    content: '';
    width: 7px;
    height: 7px;
    background: #b19777;
    border-radius: 50%;
    position: absolute;
    right: -24px;
    top: 40%;
}

.section-portfolio-index .filtering span.active {
    color: #b19777;
}

.section-portfolio-index .gallery.twsty .items {
    width: 50%;
}

.section-portfolio-index .gallery.twsty .items.three-column {
    width: 33.333333% !important;
}

.section-portfolio-index .gallery .items {
    padding: 0 15px;
}

.section-portfolio-index .gallery .items .item-img {
    overflow: hidden;
    position: relative;
    height: 360px;
}

.section-portfolio-index .gallery .items .info {
    background-image: url(../img/line-pattern.png);
    padding: 5px 15px;
}

.imago.animated {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.section-portfolio-index .gallery .items .item-img:before {
    height: 50px;
    width: 1px;
    left: 50%;
    top: -100px;
}

.section-portfolio-index .gallery .items .item-img:after,
.section-portfolio-index .gallery .items .item-img:before {
    content: '';
    position: absolute;
    background: #fff;
    z-index: 2;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.section-portfolio-index .gallery .items .item-img > a {
    display: block;
}

.section-portfolio-index .gallery .items .item-img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(38, 38, 40, 0.5);
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden;
}

.section-portfolio-index .gallery .items .item-img:after {
    width: 50px;
    height: 1px;
    top: 50%;
    left: -100px;
}

.section-portfolio-index .gallery .items .item-img:hover:before {
    top: 50%;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-repeat {
    background-size: auto;
    background-repeat: repeat;
}

.section-portfolio-index .gallery .items .item-img:hover:after {
    left: 50%;
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
}

.section-portfolio-index h3 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;

    color: inherit;
    font-size: 28px;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
}

.section-portfolio-index .gallery .items .info span {
    color: #777;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.section-portfolio-index .gallery .items .item-img:hover .item-img-overlay {
    opacity: 1;
    visibility: visible;
}
/*end section porfolio*/
/*section team*/
.section-team .tit h6 {
    color: #b19777;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 3px;
}

.section-team .team-container:after {
    content: '';
    position: absolute;
    top: -120px;
    bottom: -120px;
    right: 0;
    width: 80%;
    background: #f8f4f3;
    z-index: -1;
}

.section-team .item {
    padding: 15px;
}

.section-team .team-container {
    width: 140%;
    position: relative;
}

.section-team .item .img {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.section-team .item .img .social {
    position: absolute;
    top: 0;
    left: -40px;
    background-color: #fff;
    padding: 20px 10px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.section-team .item .img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.section-team .item .img .social a {
    display: block;
    font-size: 13px;
    margin-top: 10px;
    color: #b19777;
}

.section-team .item .img:hover .social {
    opacity: 1;
    left: 0;
}

.section-team .tit .navs span {
    padding: 15px 30px;
    background: #f8f4f3;
    cursor: pointer;
    display: inline-block;
}

.section-team .tit .navs span:hover {
    background: #b19777;
    color: #fff;
}

.section-team .tit .navs span:last-child {
    margin-left: 10px;
}

.section-team .item .img:hover:after {
    opacity: .5;
}

.section-team .item .info {
    margin-top: 20px;
    text-align: center;
}

.section-team .item .info h5 {
    font-size: 18px;
    margin-bottom: 2px;
}

.section-team .item .info span {
    color: #777;
    font-size: 14px;
}

.section-team p {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

/*end section team*/
/*section news*/
.section-news {
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

.section-news h2 {
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: #252531;
}

.section-news-heading-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.section-news-box {
    grid-template-columns: repeat(3,1fr);
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 35px;
}


.section-news .post__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);

    overflow: hidden;
    position: relative;
    background-color: #fff;
    width: 100%;
    min-height: 100%;
    border-radius: 3px;
    border: 0 solid #818a91;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.section-news .post__card:hover {
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}

.section-news .post__card:hover .post__thumbnail__link:after {
    opacity: .5;
}

.section-news .post__thumbnail__link {
    margin-bottom: 25px;
    position: relative;
    display: block;
    width: 100%;
}

.section-news .post__thumbnail__link:after{
    display: block;
    content: "";
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.35),transparent 75%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
    background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.section-news .post__thumbnail {
    padding-bottom: calc( 0.66 * 100% );
    position: relative;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.section-news .post__thumbnail img {
    height: 100%;
    width: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    -ms-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);
    box-shadow: none;
    border: none;
}
.section-news .post__badge a {
    color: #fff;
}
.section-news .post__badge {
    margin: 20px;
    right: 0;
    text-transform: uppercase;
    background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
    position: absolute;
    top: 0;
    color: #fff;
    font-size: 12px;
    padding: .6em 1.2em;
    line-height: 1;
    border-radius: 999px;
}

.section-news .post__avatar {
    position: relative;
    padding: 0 30px;
    width: 100%;
    top: -25px;
    height: 0;
    pointer-events: none;
}

.section-news .post__avatar img {
    border-radius: 50%;
    width: 60px;
    pointer-events: all;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);

    height: auto;
    max-width: 100%;
    border: none;
    box-shadow: none;
}

.section-news .post__text {
    margin-top: 20px;
    padding: 0 30px;
    margin-bottom: 0;
}

.section-news .post__text h3 {
    margin-bottom: 15px;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    line-height: 21px;
}

.section-news .post__text h3 a {
    color: #252531;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.section-news .post__excerpt {
    margin-bottom: 5px;
    line-height: 1.7;
}

.section-news .post__excerpt p {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.section-news .post__meta-data {
    margin-top: auto;
    padding: 15px 30px;
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
    line-height: 1.3em;
    font-size: 12px;
    color: #adadad;
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-secondary-font-weight);
}

.news-search-content .post__meta-data .post-avatar:before,
.section-news .post__meta-data .post-avatar:before {
    content: "•";
    margin: 0 5px;
}

/*end section news*/
/*section contact*/
.section-contact .contact-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.section-contact .image-effect {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-contact .form-contact-box {
    position: relative;
    top: -50px;
    right: -400px;
    padding: 60px 30px;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
    border: 10px solid #f7f7f7;
    border-radius: 5px;
    z-index: 100;
    background-color: #FFFFFF;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.section-contact .right-box iframe {
    height: 650px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}

.section-contact .form-contact-title h6{
    color: #B19777;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    padding: 0;
    margin: 0;

    line-height: 1;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.section-contact .form-contact-title h2 {
    font-size: 32px;
    letter-spacing: 2px;

    margin: 10px 0 30px 0;
    color: #252531;
    font-weight: 600;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}

.section-contact .form-contact-box .form-group {
    padding-right: calc( 15px/2 );
    padding-left: calc( 15px/2 );
    margin-bottom: 20px;
}

.section-contact .form-contact-box textarea,
.section-contact .form-contact-box input {
    background-color: #F7F7F7;
    border-width: 0px 0px 0px 0px;
    color: #000000;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);

    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.section-contact .form-contact-box textarea:focus,
.section-contact .form-contact-box input:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    outline: 0;
}

.section-contact .form-button {
    padding-right: calc( 15px/2 );
    padding-left: calc( 15px/2 );
    margin-bottom: 20px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.section-contact .button-send {
    background-color: #B19777;
    color: #ffffff;
    border-color: #B19777;
    border-style: solid;
    border-width: 1px 1px 1px 1px;

    border-radius: 0px 0px 0px 0px;
    padding: 12px 35px 12px 35px;
    min-height: 40px;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);

    display: inline-block;
    line-height: 1;
    font-size: 15px;
}

.section-contact .button-send .button-icon-left {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.section-contact .button-send .button-text{
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
    text-transform: uppercase;
}
/*end section contact*/
/*footer*/
/*footer {*/
/*    background-color: #252531;*/
/*    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;*/
/*    padding: 080px 0px 50px 0px;*/
/*    position: relative;*/
/*    display: block;*/
/*}*/

/*footer .footer-content-1{*/
/*    width: 25%;*/
/*}*/

/*footer .footer-content-1 .wrap{*/
/*    position: relative;*/
/*    width: 100%;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    -ms-flex-line-pack: start;*/
/*    align-content: flex-start;*/
/*    display: flex;*/
/*    padding-right: 10px;*/
/*}*/

/*footer .logo-image {*/
/*    margin-bottom: 20px;*/
/*    text-align: left;*/
/*    padding: 0px 090px 0px 0px;*/
/*}*/

/*.footer .logo-image img {*/
/*    height: auto;*/
/*    max-width: 100%;*/
/*    border: none;*/
/*    -webkit-border-radius: 0;*/
/*    border-radius: 0;*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none;*/
/*    vertical-align: middle;*/
/*    display: inline-block;*/
/*}*/

/*footer .intro {*/
/*    margin-bottom: 20px;*/
/*    color: #888888;*/
/*    font-size: 13px;*/
/*    font-weight: 400;*/
/*}*/

/*footer .intro p {*/
/*    font-size: 15px;*/
/*    font-weight: 400;*/
/*    line-height: 2;*/
/*    margin: 0;*/
/*    font-family: var(--e-global-typography-text-font-family), Sans-serif;*/
/*}*/

/*footer .social {*/
/*    text-align: center;*/
/*    width: 100%;*/
/*}*/

/*.elementor-social-icons-wrapper {*/
/*    --grid-template-columns: repeat(0, auto);*/
/*    --icon-size: 13px;*/
/*    --grid-column-gap: 10px;*/
/*    --grid-row-gap: 0px;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    word-spacing: var(--grid-column-gap);*/
/*    margin-bottom: calc(-1 * var(--grid-row-gap));*/
/*}*/

/*.elementor-grid-item {*/
/*    display: inline-block;*/
/*    margin-bottom: var(--grid-row-gap);*/
/*    word-break: break-word;*/
/*    min-width: 0;*/
/*}*/

/*.elementor-social-icon {*/
/*    background-color: #252531;*/
/*    --icon-padding: 1.2em;*/
/*    border-style: solid;*/
/*    border-width: 1px 1px 1px 1px;*/
/*    border-color: #FFFFFF1A;*/
/*    border-radius: 50%;*/

/*    font-size: var(--icon-size,25px);*/
/*    line-height: var(--icon-size,25px);*/
/*    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));*/
/*    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));*/

/*    --e-social-icon-icon-color: #fff;*/
/*    display: -ms-inline-flexbox;*/
/*    display: inline-flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/

/*    align-items: center;*/
/*    -webkit-box-pack: center;*/
/*    -ms-flex-pack: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    cursor: pointer*/
/*}*/

/*.elementor-screen-only {*/
/*    position: absolute;*/
/*    top: -10000em;*/
/*    width: 1px;*/
/*    height: 1px;*/
/*    margin: -1px;*/
/*    padding: 0;*/
/*    overflow: hidden;*/
/*    clip: rect(0,0,0,0);*/
/*    border: 0;*/
/*    display: inline-block;*/
/*}*/

/*.elementor-social-icon i {*/
/*    color: #FFFFFF;*/
/*    width: 1em;*/
/*    height: 1em;*/
/*    position: relative;*/
/*    display: block;*/
/*}*/

/*.elementor-social-icon:hover {*/
/*    border-color: #B19777;*/
/*    opacity: .9;*/
/*    color: #fff;*/
/*    !*display: inline-block;*!*/
/*}*/

/*.footer-content-2 {*/
/*    width: 14%;*/
/*    position: relative;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*}*/

/*.footer-content-2 .wrap {*/
/*    padding: 0px 010px 0px 010px;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    width: 100%;*/
/*    -ms-flex-wrap: wrap;*/
/*    flex-wrap: wrap;*/
/*    -ms-flex-line-pack: start;*/
/*    align-content: flex-start;*/
/*    display: flex;*/
/*}*/

/*footer .wrap .title {*/
/*    margin-bottom: 20px;*/
/*    color: #B19777;*/
/*    font-family: "Roboto", Sans-serif;*/
/*    font-size: 12px;*/
/*    font-weight: 600;*/
/*    text-transform: uppercase;*/
/*}*/

/*.footer-content-2 .list-content {*/
/*    display: block;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    line-height: normal;*/
/*    -webkit-tap-highlight-color: rgba(0,0,0,0);*/
/*    position: relative;*/
/*    z-index: 2;*/
/*}*/

/*.footer-content-2 .list-content .list-content-item {*/
/*    position: relative;*/
/*    border-width: 0;*/
/*}*/

/*.footer-content-2 .list-content .list-content-item a {*/
/*    color: #FFFFFF;*/
/*    fill: #FFFFFF;*/
/*    padding-left: 0px;*/
/*    padding-right: 0px;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/

/*    font-size: 13px;*/
/*    font-weight: 400;*/
/*    text-transform: capitalize;*/
/*    font-family: var(--e-global-typography-primary-font-family), Sans-serif;*/
/*    line-height: 20px;*/

/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*}*/

/*.footer-content-2 .list-content .list-content-item a i {*/
/*    font-size: 10px;*/
/*    color: #b19777;*/
/*    margin-right: 5px;*/
/*}*/

/*.row-custom {*/
/*    width: 100%;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*}*/

/*.footer-content-3 {*/
/*    width: 26%;*/
/*}*/

/*.footer-content-3 .wrap .title {*/
/*    padding: 0px 0px 05px 0px;*/
/*    border-style: solid;*/
/*    border-width: 0px 0px 01px 0px;*/
/*    border-color: #FFFFFF1A;*/
/*}*/

/*.footer-list-contact {*/
/*    margin-bottom: 20px;*/
/*}*/

/*.footer-list-contact .footer-contact-item {*/
/*    padding-bottom: calc(15px/2);*/
/*}*/

/*.footer-list-contact .footer-contact-item {*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*    font-size: inherit*/
/*}*/

/*.footer-list-contact .footer-contact-icon {*/
/*    --e-icon-list-icon-size: 14px;*/
/*    text-align: left;*/
/*}*/

/*.footer-list-contact .footer-contact-icon i{*/
/*    color: #B19777;*/
/*    width: 1.25em;*/
/*    font-size: var(--e-icon-list-icon-size);*/
/*}*/

/*.footer-contact-text {*/
/*    font-size: 13px;*/
/*    font-weight: 400;*/
/*    color: #FFFFFF;*/
/*    display: inline-block;*/

/*    font-family: var(--e-global-typography-text-font-family), Sans-serif;*/
/*    -ms-flex-item-align: center;*/
/*    align-self: center;*/
/*    padding-left: 5px;*/
/*}*/

/*.footer-contact-link {*/
/*    font-size: 13px;*/
/*    font-weight: 400;*/
/*    color: #FFFFFF;*/
/*    display: -webkit-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*    -webkit-box-align: center;*/
/*    -ms-flex-align: center;*/
/*    align-items: center;*/
/*}*/

/*.footer-content-3 .dmca-badge img {*/
/*    height: auto;*/
/*    max-width: 100%;*/
/*    border: none;*/
/*    -webkit-border-radius: 0;*/
/*    border-radius: 0;*/
/*    -webkit-box-shadow: none;*/
/*    box-shadow: none;*/
/*}*/

/*.footer-content-4 {*/
/*    width: 35%;*/
/*}*/

.footer-content {
    max-width: 960px;
    text-align: center;
    margin: 0 auto;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

.footer-logo-image {
    margin-top: 50px;
}

.footer-logo-image img{
    max-height: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.footer-content hr {
    border: none;
    color: #bbb;
    background-color: #bbb;
    height: 1px;
}

.footer-content iframe {
    height: 408px;
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}

/*end footer*/

/*banner news + contact*/
.news-banner .banner-breadcrumb-text span {
    color: #b19777;
    display: inline-block;
}

.news-banner span.last {
    color: #b19777;
}

.news-banner .banner-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
}

.news-banner .banner-breadcrumb {
    min-height: 75vh;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.banner-background-overlay {
    background-color: #02050B;
    opacity: 0.5;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.news-banner .banner-breadcrumb-content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;

    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.news-banner .banner-breadcrumb-content h1 {
    color: #fff;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-weight: var(--e-global-typography-primary-font-weight);
    padding: 0;
    margin: 0;
    line-height: 1;
    width: 100%;
    margin-bottom: 20px;
}

.news-banner .banner-breadcrumb-text {
    width: 100%;
    text-align: center;
    color: #FFFFFF;
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-weight: var(--e-global-typography-text-font-weight);
}

.news-banner .banner-breadcrumb-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
    margin: 0;
}

.news-banner .banner-breadcrumb-text a {
    color: white;
    padding: 0 10px;
    box-shadow: none;
    text-decoration: none;
}

/*end banner news + contact*/

/*progress-wrap*/
.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap::after {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: '\f077';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: #b19777;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.progress-wrap svg.progress-circle path {
    stroke: #b19777;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
}

.progress-wrap svg path {
    fill: none;
}

/* ====================== [ Start Cursor Style ] ====================== */
body {
    cursor: none;
}

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden; }

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #b19777;
    -webkit-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
    -o-transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out;
    transition: width .3s ease-in-out,
    height .3s ease-in-out,
    margin .3s ease-in-out,
    opacity .3s ease-in-out; }

.cursor-inner.cursor-hover {
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background-color: #b19777;
    opacity: .3; }

.cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 40px;
    height: 40px;
    border: 1px solid #b19777;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .08s ease-out;
    -o-transition: all .08s ease-out;
    transition: all .08s ease-out; }
.cursor-outer.cursor-hover {
    opacity: 0; }

/* ====================== [ End Cursor Style ] ====================== */
@media (min-width: 1400px) {
    .container {
        max-width: 1140px !important;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .header-logo {
        width: 6%;
    }

    .header-menu {
        width: 90%;
    }

    .header-social {
        width: 4%;
    }

    .header-search {
        width: 4%;
    }

    /*  section contact  */
    .section-contact .left-box {
        width: 30%;
        display: flex;
    }
    .section-contact .right-box {
        width: 70%;
    }
    /*  end section contact  */
    /* section-portfolio-index */
    .section-portfolio-index .gallery .items .item-img {
        overflow: hidden;
        position: relative;
        height: 300px;
    }
}


@media (min-width: 1200px) {
    /* section-portfolio-index */
    body .section-portfolio-index .gallery .items .item-img {
        overflow: hidden;
        position: relative;
        height: 440px;
    }
    /* end section-portfolio-index */
}