/*! normalize.css v2.1.3 | MIT License | git.io/normalize */



/* ==========================================================================

   HTML5 display definitions

   ========================================================================== */



/**

 * Correct `block` display not defined in IE 8/9.

 */



article,

aside,

details,

figcaption,

figure,

footer,

header,

hgroup,

main,

nav,

section,

summary {

    display: block;

}



/**

 * Correct `inline-block` display not defined in IE 8/9.

 */



audio,

canvas,

video {

    display: inline-block;

}



/**

 * Prevent modern browsers from displaying `audio` without controls.

 * Remove excess height in iOS 5 devices.

 */



audio:not([controls]) {

    display: none;

    height: 0;

}



/**

 * Address `[hidden]` styling not present in IE 8/9.

 * Hide the `template` element in IE, Safari, and Firefox < 22.

 */



[hidden],

template {

    display: none;

}



/* ==========================================================================

   Base

   ========================================================================== */



/**

 * 1. Set default font family to sans-serif.

 * 2. Prevent iOS text size adjust after orientation change, without disabling

 *    user zoom.

 */



html {

    font-family: sans-serif; /* 1 */

    -ms-text-size-adjust: 100%; /* 2 */

    -webkit-text-size-adjust: 100%; /* 2 */

}



/**

 * Remove default margin.

 */



body {

    margin: 0;

}



/* ==========================================================================

   Links

   ========================================================================== */



/**

 * Remove the gray background color from active links in IE 10.

 */



a {

    background: transparent;

}



/**

 * Address `outline` inconsistency between Chrome and other browsers.

 */



a:focus {

    outline: thin dotted;

}



/**

 * Improve readability when focused and also mouse hovered in all browsers.

 */



a:active,

a:hover {

    outline: 0;

}



/* ==========================================================================

   Typography

   ========================================================================== */



/**

 * Address variable `h1` font-size and margin within `section` and `article`

 * contexts in Firefox 4+, Safari 5, and Chrome.

 */



h1 {

    font-size: 2em;

    margin: 0.67em 0;

}



/**

 * Address styling not present in IE 8/9, Safari 5, and Chrome.

 */



abbr[title] {

    border-bottom: 1px dotted;

}



/**

 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.

 */



b,

strong {

    font-weight: bold;

}



/**

 * Address styling not present in Safari 5 and Chrome.

 */



dfn {

    font-style: italic;

}



/**

 * Address differences between Firefox and other browsers.

 */



hr {

    -moz-box-sizing: content-box;

    box-sizing: content-box;

    height: 0;

}



/**

 * Address styling not present in IE 8/9.

 */



mark {

    background: #ff0;

    color: #000;

}



/**

 * Correct font family set oddly in Safari 5 and Chrome.

 */



code,

kbd,

pre,

samp {

    font-family: monospace, serif;

    font-size: 1em;

}



/**

 * Improve readability of pre-formatted text in all browsers.

 */



pre {

    white-space: pre-wrap;

}



/**

 * Set consistent quote types.

 */



q {

    quotes: "\201C" "\201D" "\2018" "\2019";

}



/**

 * Address inconsistent and variable font size in all browsers.

 */



small {

    font-size: 80%;

}



/**

 * Prevent `sub` and `sup` affecting `line-height` in all browsers.

 */



sub,

sup {

    font-size: 75%;

    line-height: 0;

    position: relative;

    vertical-align: baseline;

}



sup {

    top: -0.5em;

}



sub {

    bottom: -0.25em;

}



/* ==========================================================================

   Embedded content

   ========================================================================== */



/**

 * Remove border when inside `a` element in IE 8/9.

 */



img {

    border: 0;

}



/**

 * Correct overflow displayed oddly in IE 9.

 */



svg:not(:root) {

    overflow: hidden;

}



/* ==========================================================================

   Figures

   ========================================================================== */



/**

 * Address margin not present in IE 8/9 and Safari 5.

 */



figure {

    margin: 0;

}



/* ==========================================================================

   Forms

   ========================================================================== */



/**

 * Define consistent border, margin, and padding.

 */



fieldset {

    border: 1px solid #c0c0c0;

    margin: 0 2px;

    padding: 0.35em 0.625em 0.75em;

}



/**

 * 1. Correct `color` not being inherited in IE 8/9.

 * 2. Remove padding so people aren't caught out if they zero out fieldsets.

 */



legend {

    border: 0; /* 1 */

    padding: 0; /* 2 */

}



/**

 * 1. Correct font family not being inherited in all browsers.

 * 2. Correct font size not being inherited in all browsers.

 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.

 */



button,

input,

select,

textarea {

    font-family: inherit; /* 1 */

    font-size: 100%; /* 2 */

    margin: 0; /* 3 */

}



/**

 * Address Firefox 4+ setting `line-height` on `input` using `!important` in

 * the UA stylesheet.

 */



button,

input {

    line-height: normal;

}



/**

 * Address inconsistent `text-transform` inheritance for `button` and `select`.

 * All other form control elements do not inherit `text-transform` values.

 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.

 * Correct `select` style inheritance in Firefox 4+ and Opera.

 */



button,

select {

    text-transform: none;

}



/**

 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`

 *    and `video` controls.

 * 2. Correct inability to style clickable `input` types in iOS.

 * 3. Improve usability and consistency of cursor style between image-type

 *    `input` and others.

 */



button,

html input[type="button"], /* 1 */

input[type="reset"],

input[type="submit"] {

    -webkit-appearance: button; /* 2 */

    cursor: pointer; /* 3 */

}



/**

 * Re-set default cursor for disabled elements.

 */



button[disabled],

html input[disabled] {

    cursor: default;

}



/**

 * 1. Address box sizing set to `content-box` in IE 8/9/10.

 * 2. Remove excess padding in IE 8/9/10.

 */



input[type="checkbox"],

input[type="radio"] {

    box-sizing: border-box; /* 1 */

    padding: 0; /* 2 */

}



/**

 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.

 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome

 *    (include `-moz` to future-proof).

 */



input[type="search"] {

    -webkit-appearance: textfield; /* 1 */

    -moz-box-sizing: content-box;

    -webkit-box-sizing: content-box; /* 2 */

    box-sizing: content-box;

}



/**

 * Remove inner padding and search cancel button in Safari 5 and Chrome

 * on OS X.

 */



input[type="search"]::-webkit-search-cancel-button,

input[type="search"]::-webkit-search-decoration {

    -webkit-appearance: none;

}



/**

 * Remove inner padding and border in Firefox 4+.

 */



button::-moz-focus-inner,

input::-moz-focus-inner {

    border: 0;

    padding: 0;

}



/**

 * 1. Remove default vertical scrollbar in IE 8/9.

 * 2. Improve readability and alignment in all browsers.

 */



textarea {

    overflow: auto; /* 1 */

    vertical-align: top; /* 2 */

}



/* ==========================================================================

   Tables

   ========================================================================== */



/**

 * Remove most spacing between table cells.

 */



table {

    border-collapse: collapse;

    border-spacing: 0;

}



/* ==========================================================================

 Css Site Anova

========================================================================== */
body{
    font-family: "Heebo", sans-serif;
    color: #262626;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
}
.header {
    position: relative;
}
.container{
  max-width: 1180px;
  margin:0 auto;
  padding:0 15px;
}
.inner-header {
    display: flex;
    flex-wrap: wrap;
    direction: ltr;
    padding: 15px 0;
    justify-content: space-between;
    align-items: center;
}
.main-navigation ul{
    margin:0;
    padding: 0;
    direction: rtl;
}
.main-navigation ul li {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding: 0 10px;
    text-align: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-right: 1px solid #262626;
    position: relative;
}
.main-navigation ul li:first-child {
    border-right: 0 solid #262626;
}
.main-navigation ul ul {
    position: absolute;
    top: 102%;
    right: 0;
    z-index: 9;
    width: 250px;
    margin: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    transform: translateY(20px);
    background: #fff;
    padding: 0 10px;
    text-align: right;
}
.main-navigation>ul>li:hover> ul.sub-menu{
    opacity: 1;
    visibility:visible;
    -webkit-transform:translateY(0px);
    -moz-transform:translateY(0px);
    transform:translateY(0px);
  padding: 0;
}
.main-navigation ul li a{
    display:block;
    color: #262626;
    font-size: 18px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.main-navigation ul li:hover a{
    color: #d9bf45;
}
.main-navigation ul li.current-menu-item>a{
    color: #d9bf45;
}
/*
Menu Mobile
--------------------- */
.top-main-navigation::before,
.top-main-navigation::after{
    content:'';
    display: table;
    clear: both;
}
.top-main-navigation{
    text-align: center;
    font-size:23px;
    line-height: 48px;
    text-transform: uppercase;
    color:#000;
    display:none;
    position:relative;
}
.toggle-menu {
    padding: 0;
    overflow: hidden;
    width: 40px;
    height: auto;
    right: 0;
    cursor: pointer;
    display: block;
    transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    float: right;
    position: absolute;
    top:-10px;
}
.toggle-menu span {
    display: block;
    width: 36px;
    border: 2px solid #000;
    margin: 0 auto 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    background: #fff;
}
.toggle-menu span:last-child{
    margin-bottom: 0;
}
.toggle-menu.active span:nth-child(2){
    transform:translateX(100%);
    opacity: 0;
}
.toggle-menu.active span:first-child{
    transform:rotate(40deg) translate(4px,9px);
    -ms-transform:rotate(40deg) translate(4px,9px);
    -webkit-transform:rotate(40deg) translate(4px,9px);
}
.toggle-menu.active span:last-child{
    transform:rotate(-40deg) translate(2px,-9px);
    -ms-transform:rotate(-40deg) translate(2px,-9px);
    -webkit-transform:rotate(-40deg) translate(2px,-9px);
}
.open-menu-mobile {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 35px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    display: none;
}
.open-menu-mobile::after, .open-menu-mobile::before {
    content: '';
    display: block;
    width: 12px;
    position: absolute;
    top: 50%;
    transition: all 0.2s;
    -ms-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    z-index: 999;
}
.open-menu-mobile::before {
    border-right: 1px solid #fff;
    height: 12px;
    right: 21px;
    margin-top: -5px;
}
.open-menu-mobile.active::before {
    display: none;
}
.open-menu-mobile::after {
    border-top: 1px solid #fff;
    width: 12px;
    right: 16px;
}
/********************footer***************************/
.footer{
    background: #000000;
    padding:50px 0 60px;
    text-align: center;
}
.inner-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 980px;
    margin: 0 auto;
}
.logo-footer {
    width: 25%;
    text-align: right;
}
.info-footer{
    width: 25%;
    text-align: right;
}
.info-footer p{
    margin:2px 0;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.info-footer p a{
    color: #fff;
}
.social{
    width: 50%;
    text-align: left;
}
.social ul{
    margin:0;
    padding:0;
}
.social ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.form-footer{
    background: #e5e5e5;
    padding:60px 0 30px;
}
.form-footer h2 {
    text-align: center;
    margin: 0 0 40px;
    font-size: 35px;
    font-weight: 400;
}
.form-footer form{
    direction: rtl;
    max-width: 990px;
    margin:0 auto;
}
.form-footer .wpcf7-form-control-wrap{
    position: relative;
}
.form-footer .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -35px;
    right: 0;
    color: red;
    font-size: 15px;
}
.form-footer .wpcf7 form .wpcf7-response-output {
    margin: 20px 0 0;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}
.form-footer input[type=text], .form-footer input[type=tel], .form-footer input[type=email] {
    font-size: 18px;
    border: 1px solid #f2f2f2;
    padding: 0 10px;
    color: #262626;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
    background: #fff;
    box-sizing: border-box;
    text-align: right;
    direction: rtl;
    width: 26%;
    margin-left: 1.5%;
    transition: all 0.3s;
}
.form-footer input[type=text]:hover, 
.form-footer input[type=tel]:hover, 
.form-footer input[type=email]:hover {
    border: 1px solid #000;
}
.form-footer input[type=submit] {
    font-size: 18px;
    border: 1px solid #d7cfbf;
    padding: 0 10px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    margin-right: 0;
    background: url(img/bg-input.png) repeat-y right 0 #dab96d;
    box-sizing: border-box;
    width: 17%;
    transition: all 0.3s;
}
.form-footer input[type=submit]:hover {
    background:#dab96d;
}
.form-footer input[type=text]::-webkit-input-placeholder,
.form-footer input[type=tel]::-webkit-input-placeholder,
.form-footer input[type=email]::-webkit-input-placeholder {
   color: #262626;
   opacity:1;
}
.form-footer input[type=text]:-moz-placeholder,
.form-footer input[type=tel]:-moz-placeholder,
.form-footer input[type=email]:-moz-placeholder {
   color: #262626;
   opacity:1; 
}
.form-footer input[type=text]::-moz-placeholder,
.form-footer input[type=tel]::-moz-placeholder,
.form-footer input[type=email]::-moz-placeholder {
   color: #262626;
   opacity:1;
}
.form-footer input[type=text]:-ms-input-placeholder,
.form-footer input[type=tel]:-ms-input-placeholder,
.form-footer input[type=email]:-ms-input-placeholder {  
   color: #262626;
   opacity:1;
}
/****************/
#wpadminbar {
    display: none;
}
body.logged-in #wpadminbar {
    display: block;
}
body{
    margin-top:-32px;
}
body.logged-in {
    margin-top:0;
}
/*********************************all-banner*******************************/
.feature{
    padding:60px 0;
}
h2.title-h2 {
    margin: 0;
    color: #262626;
    font-size: 35px;
    font-weight:300;
}
.about-home{
    background: #e5e5e5;
    padding:60px 0;
}
.inner-about-home{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.image-ab {
    width: 35%;
}
.content-ab{
    width: 62%;
}
.content-ab p {
    font-size: 18px;
    line-height: 28px;
}
/******************/
.suport-home{
    background: #e5e5e5;
    padding:30px 0;
}
.inner-suport-home{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.image-suport {
    width: 45%;
}
.image-suport img {
    width: 100%;
    height: auto;
    clip-path: polygon(10% 0%, 100% 0%, 100% 70%, 90% 100%, 0% 100%, 0% 30%);
}
.content-suport{
    width: 52%;
}
.content-suport p {
    font-size: 18px;
    line-height: 28px;
}
/**************/
.order-home{
    padding:70px 0 90px;
}
.order-home .container{
    max-width: 900px;
}
.tab-order{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.menu-tab{
    width: 40%;
}
.menu-tab ul{
    margin: 0;
    padding: 0;
}
.menu-tab  li {
    display: block;
    margin: 20px 0;
}
.menu-tab  li a {
    display: block;
    position: relative;
    color: #262626;
    font-size: 22px;
    font-weight: 300;
    line-height: 26px;
    padding-right: 50px;
    background: url(img/tab.png) no-repeat 97% center;
    height: 65px;
    padding-top: 7px;
    transition: all 0.3s;
}
.menu-tab  li.active a {
    font-weight: 700;
    padding-right: 72px;
    background: url(img/active.png) no-repeat 97% center;
}
.menu-tab  li:hover a {
    color: #000;
    font-weight: 700;
}
.menu-tab  li span{
    display: block;
    position: absolute;
    right: 0;
    top: 20px;
}
.content-order{
    width: 55%;
}
.content-tab h3{
    margin: 0 0 20px;
    color: #262626;
    font-size: 22px;
    font-weight: 700;
}
.content-tab p {
    color: #262626;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 0;
    line-height: 27px;
}
.slick-arrow{
    position: absolute;
}
.slick-prev{
    left: 0;
    top:24%;
    font-size: 0;
    background: url('img/prev.png');
    width: 25px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    z-index: 9;
}
.slick-next {
    right: 0;
    top: 24%;
    font-size: 0;
    background: url(img/next.png);
    width: 25px;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
}
.main{
    overflow: hidden;
}
/********************/
.banner{
    background: #000;
}
.inner-banner{
    position: relative;
    min-height: 760px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}
.inner-banner:before {
    position: absolute;
    content: "";
    background: url(img/1.png) no-repeat;
    width: 160px;
    height: 90px;
    background-size: contain;
    right: -3px;
    top: -36px;
}
.inner-banner:after {
    position: absolute;
    content: "";
    background: url(img/2.png) no-repeat;
    width: 160px;
    height: 90px;
    background-size: contain;
    left: 0px;
    bottom: -36px;
}
.inner-banner img {
    display: block;
    width: 100%;
}
.vision-home{
    background: url(img/bg.jpg) no-repeat center center;
    background-size: cover;
    text-align: center;
    padding:60px 0 40px;
}
.vision-home p{
    color: #262626;
    font-size: 18px;
    font-weight: 400;
    margin: 30px 0 0;
    line-height: 27px;
}
h2.title,
h1.title {
    margin: 0;
    color: #262626;
    font-size: 40px;
    font-weight:300;
}
/*************/
.project-home{
    padding:70px 0;
    text-align: center;
}
.inner-project{
    margin-top: 60px;
}
.item-blog{
    position: relative;
    margin-top: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
    max-height: 370px;
}
.item-blog.full{
    max-height: inherit;
}
.item-blog.blog-755{
    min-width: 755px;
}
.item-blog.blog-355 {
    min-width: 375px;
}
.item-blog img{
    transition: transform 0.3s ease;
    width: 100%;
}

.item-blog:hover img{
    transform: scale(1.1);
}
.item-blog .status {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(img/31.png) no-repeat center center;
    width: 102px;
    height: 104px;
    z-index: 9;
}
.item-blog .status span {
    font-size: 19px;
    font-weight: 400;
    transform: rotate(-45deg);
    display: block;
    text-align: center;
    padding-top: 2px;
    line-height: 19px;
    padding-right: 52px;
    width: 100%;
}
.item-blog .title-blog {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
    right: 0;
}
.title-blog a {
    display: inline-block;
    background: #ffffffcf;
    height: 50px;
    line-height: 50px;
    border-radius: 26px;
    padding: 0 35px;
    box-shadow: 1px 1px 6px #0000008c;
    color: #262626;
    font-weight: 700;
    font-size: 20px;
    transition: all 0.3s;
}
.title-blog:hover a {
    background:#d0af65d4;
    color: #262626;
}
.item-blog-two {
    display: flex;
    gap: 20px;
}
.item-blog.left {
    width: 38%;
}
.item-blog.right {
    width: 62%;
}
.item-blog-button{
    max-width: 70%;
    margin:20px auto 0;
}
.loadmore-icon {
    display: block;
    width: 280px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    background: url(img/line.jpg) repeat center center;
    text-align: center;
    margin: 80px auto;
    cursor: pointer;
    position: relative;
    transition: all 0.3s;
}
.loadmore-icon:hover {
    color: #000;
}
.loadmore-icon.max {
    display: none;
}
.loadmore-icon.loading .loader {
    opacity: 1;
}
.loader {
    opacity: 0;
    text-align: center;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #203644;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
    top: 14px;
    position: absolute;
    left: 10px;
    bottom: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/***********************************/
.about-us{
    padding:50px 0 80px;
}
.about-us h1{
    text-align: center;
}
.about-us .inner-about-us{
    margin-top: 60px;
}
.inner-about-us{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.right-about{
    width: 40%;
    position: relative;
}
.right-about:before {
    position: absolute;
    content: "";
    background: url(img/1.png) no-repeat;
    width: 160px;
    height: 90px;
    background-size: contain;
    right:-3px;
    top: -36px;
    z-index: 9;
}
.right-about:after{
    position: absolute;
    content: "";
    background: url(img/2.png) no-repeat;
    width: 160px;
    height: 90px;
    background-size: contain;
    left: 0px;
    bottom: -36px;
}
.about-two .right-about:after,
.about-two .right-about:before,
.about-top .right-about:after,
.about-top .right-about:before{
    display: none;
}
.right-about img{
   clip-path: polygon(
  0% 0%, 
  93% 0%,  
  100% 19%, 
  100% 100%, 
  10% 100%, 
  0% 87%
);
   width: 100%;
}
.left-about{
    width: 58%;
}
.content-about p {
    margin: 20px 0 0;
    font-size: 15px;
    line-height: 25px;
}
.about-section{
    padding:80px 0;
}
.about-section.founder{
    background: #e5e5e5;
}
.direction{
    direction: ltr;
}
.direction .left-about{
    direction: rtl;
}
.founder .right-about {
    width: 28%;
}
.founder .left-about {
    width: 67%;
}
.what-we-do .left-about {
    width: 50%;
}
.join-us{
    padding:80px 0;
    text-align:center;
}
.join-us p {
    margin: 15px 0 0;
    font-size: 25px;
    line-height: 33px;
}
/*********************/
.single-page{
    padding:80px 0;
    min-height: 300px;
}
.inner-single-project{
    padding:60px 0 80px;
}
.top-title {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-title h1 {
    margin: 0 20px 0 0;
    text-align: right;
    font-size: 32px;
    line-height: 39px;
    font-weight: 300;
}
.top-title h1 span {
    display: block;
    font-size: 40px;
}
.info-project {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 15px;
    margin:45px 0 30px;
}
.box-info {
    background: #e5e5e5;
    padding: 16px 10px;
    text-align: center;
    width: 20%;
}
.box-info img {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}
.box-info span {
    display: block;
    font-size: 24px;
    font-weight: 400;
}
.box-info h4 {
    margin: 8px 0 0;
    font-weight: 300;
    font-size: 26px;
}
.content-sg {
    text-align:center;
    padding:0 50px;
}
.content-sg p {
    margin: 10px 0;
    font-size: 22px;
    line-height: 32px;
}
.content-gallery .item-blog:before {
    display: none;
}
/*****************************gallery****************/
.gallery{
    padding: 50px 0;
    text-align: center;
    background: #e5e5e5;
}
.menu-gallery ul{
    margin:15px 0 0;
    padding:0;
}
.menu-gallery ul li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    border-right: 2px solid #000;
    LINE-HEIGHT: 15PX;
}
.menu-gallery ul li:first-child{
    border-right: 0 solid #000;
}
.menu-gallery ul li.active a{
    color: #a88547;
}
.menu-gallery ul li a {
    color: #000;
    font-size: 20px;
    font-weight: 300;
}
.menu-gallery ul li:hover a {
    color: #b79552;
}
.slick-slide img {
    text-align: center;
    margin: 0 auto;
}
/******apartment************/
.apartment{
    padding:80px 0;
}
.inner-apartment{
    display: flex;
    justify-content:space-between;
    align-items: center;
    direction: ltr;
}
.list-apartment{
    direction: rtl;
}
.list-apartment ul{
    margin:20px 0 0;
    padding:0;
}
.list-apartment ul li {
    display: block;
    margin: 12px 0;
}
.list-apartment ul li:hover a {
    font-weight: 700;
}
.list-apartment ul li.active a {
    font-weight: 700;
}
.list-apartment ul li a {
    font-weight: 400;
    color: #000;
    font-size: 22px;
}
a {
    transition: all 0.3s;
}
a:hover {
    color: #dab96d;
}
.info-footer p a:hover {
    color: #dab96d;
}
.logo-marquee {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
  }

  .logo-marquee img {
    height: 80px;
    margin: 0 40px;
    vertical-align: middle;
  }
/******************/
.item-logo img{
    padding:0 25px;
}
/*****************/
.image-suport {
    position: relative;
    margin:50px 0;
}
.image-suport img{
    clip-path: polygon(0% 0%, 93% 0%, 100% 19%, 100% 100%, 10% 100%, 0% 87%);
    width: 100%;
}
.image-suport:before {
    position: absolute;
    content: "";
    background: url(img/1.png) no-repeat;
    width: 160px;
    height: 90px;
    background-size: contain;
    right:-3px;
    top: -36px;
    z-index: 9;
}
.image-suport:after{
    position: absolute;
    content: "";
    background: url(img/2.png) no-repeat;
    width: 160px;
    height: 90px;
    background-size: contain;
    left: 0px;
    bottom: -36px;
}
.img-tab {
    position: relative;
    margin: 50px 0;
}
.img-tab img{
    clip-path: polygon(0% 0%, 93% 0%, 100% 19%, 100% 100%, 10% 100%, 0% 87%);
    width: 100%;
}
.img-tab:before {
    position: absolute;
    content: "";
    background: url(img/1.png) no-repeat;
    width: 160px;
    height: 90px;
    background-size: contain;
    right:-3px;
    top: -36px;
    z-index: 9;
}
.img-tab:after{
    position: absolute;
    content: "";
    background: url(img/2.png) no-repeat;
    width: 160px;
    height: 90px;
    background-size: contain;
    left: 0px;
    bottom: -36px;
}