@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

@font-face {
  font-family: 'DIN-Next';
  src: url('../fonts/alfont_com_AlFont_com_din-next-lt-w23-medium-1.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DIN-Nextregular';
  src: url('../fonts/din-regular.ttf')  format('truetype');
  font-weight: normal;
  font-style: normal;
}


*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #002343;
    --sec-padding: 80px 0;
}

body {
    font-family: 'DIN-Nextregular', sans-serif;
    background-color: #fff;
    font-size: 17px;
    font-weight: 400;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DIN-Next', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none !important;
}

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}



.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}



.hamburger {
    width: 35px;
    height: 35px;
    border: none;
    position: absolute;
    z-index: 9;
    right: 20px;
    top: 0;
    -webkit-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    transition: background-color .2s linear;
    display: none;
    margin-right: 0px;
    background-color: transparent;
}

.hamburger span {
    width: 20px;
    height: 2px;
    border-radius: 0px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger span:nth-child(2) {
    width: 15px;
}

.hamburger span:last-child {
    margin-bottom: 0;
    width: 9px;
}

/*mobile menu*/

.menu-mobile {
    position: fixed;
    right: 0px;
    top: 0px;
    bottom: 0;
    height: 100%;
    width: 250px;
    background: #204139;
    z-index: 1001;
    overflow-y: auto;
    -webkit-transform: translateX(265px);
    -moz-transform: translateX(265px);
    -ms-transform: translateX(265px);
    -o-transform: translateX(265px);
    transform: translateX(265px);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    -webkit-box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
    box-shadow: -2px 0 20px 0 rgba(33, 23, 23, 0.68);
}

.brand-area {
    position: relative;
    padding-top: 20px;
}

.close_menu {
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 24px;
    cursor: pointer;
    color: #363636;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background-color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.close_menu:hover {
    background-color: #767676;
    color: #fff;
}

.brand-area a {
    width: 100%;
    height: auto;
    display: block;
    background-size: contain;
    margin: 0px auto 0 auto;
    margin-top: 10px;
    text-align: center;
    margin-bottom: 20px;
}

.brand-area a > img {
    max-width: 90%;
    max-height: 100%;
}

.mmenu > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.mmenu > ul li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    color: #fff;
    padding: 10px;
    transition: all .3s;
    font-size: 16px;
    text-transform: capitalize;
}

.mmenu > ul li a > i {
    margin-left: 5px;
}

.mmenu > ul li a:hover {
    background: #434242;
    color: #fff;
    border-color: #434242;
}

.register-mobile {
    margin-top: 0 !important;
}

.register-mobile li:last-child > a {
    border-bottom: 0;
}

.plusIcon {
    font-size: 14px;
    margin-left: 5px;
}

.m-overlay {
    position: fixed;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: #333;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}

.menu-toggle {
    overflow: hidden;
}

.menu-toggle .m-overlay {
    opacity: 0.6;
    visibility: visible;
}

.menu-toggle .menu-mobile {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);

}

.menu-toggle .main-wrapper {
    -webkit-transform: translate3d(-250px, 0, 0);
    -moz-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    -o-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);

}

html.menu-toggle {
    overflow: hidden;
}

/*header*/

#header {
    width: 100%;
    overflow: hidden;
    padding: 50px 0 30px;
    background: #eaeaea;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative;
}
#header:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: .5
}
.contact-header li {
    margin-right: 10px;
    display: inline-block;
}
.contact-header li img {
    width: 25px;
    height: 25px;
}
.list-header {
    margin-right: auto;
    margin-left: 40px;
}
.list-header li {
    display: flex;
    color: #fff;
    background: rgb(255 255 255 / 11%);
    align-items: center;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    margin: 0 5px;
}
.list-header li small {
    margin: 0 10px;
    font-size: 14px;
}
.list-header {
    display: flex;
}
.list-header li a {
    color: #b69a68;
    display: flex;
    align-items: center;
}
.list-header li a img {
    margin-right: 10px;
}
.top-header {
    text-align: left;
    margin-bottom: 40px;
}
#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
position: relative;
    z-index: 9;
}
.logo-site {
    position: relative;
    top: -48px;
}
.logo-site a {
    display: inline-block;
}

.logo-site img {
    max-width: 180;
}
.main_menu {
    padding: 0 20px 0 0;
    background-color: #b69a68;
    border-radius: 20px;
    line-height: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
}
.main_menu > li {
    float: right;
    margin-left: 25px;
    padding: 35px 0;
}
.main_menu > li > a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
}

.main_menu > li.active a:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -10px;
    left: 0;
}
.booknow {
    text-align: center;
    padding: 10px 20px;
    border-right: 2px solid #002343;
    border-radius: 25px;
}
.booknow p {
    color: #fff;
    font-weight: 600
}

#header.fixed-header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 13px -6px #828282;
    z-index: 33;
}

.btn-contact {
    cursor: pointer;
}


/*section_home*/

.section_home {
    position: relative;
    z-index: 1;
    padding: 50px 0;
}

.section_home:before {
    content: "";
    background: #eaeaea;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: -1
}

.section_home .ds-flex {
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border-radius: 20px;
}
.home_thumb {
    width: 55%;
}
.home_thumb img {
    max-width: 100%;
}
.home_txt {
    background: #b69a68;
    width: 45%;
    padding: 50px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

.home_txt:before {
    content: "";
    /*background: url(../images/shape-home.svg);*/
    background-size: contain;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.home_txt h1 {
    color: #002343;
    margin-bottom: 15px;
    font-size: 33px;
    text-align: center;
    margin-bottom: 80px;
}

.home_txt h1 span {
    color: #002343;
    font-size: 50px;
    font-weight: 700;
    display: block;
    margin: 15px 0;
}

.home_txt .btn-site {
    padding: 15px 45px;
    width: max-content;
}

.about_thumb {
    width:55%
}
.owl-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
}
.owl-dots .owl-dot {
    margin: 0 5px;
}
.owl-dots .owl-dot span {
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: block;
}
.owl-dots .owl-dot.active span {
    background: #b69a68;
}


/*section_projcts*/

.section_projcts {
    padding: 20px 0 0;
    position: relative;
}
/*.section_projcts:before {*/
/*    content: "";*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    opacity: 5%;*/
/*    z-index: -1;*/
/*}*/
.nav-tabs {
    background: #60C4B0;
    padding: 7px 5px;
    width: max-content;
    border-radius: 10px;
    margin-bottom: 15px;
    display:flex;
    border: 0;
}
.nav-tabs li .nav-link {
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    cursor: pointer;
    border:0;
    margin-bottom:0;
}
.nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
    border: 0;
}
.nav-tabs li .nav-link.active {
    background: #fff;
    color: #60C4B0;
    border: 0;
}
.cont-project {
    border-radius: 15px;
    position: relative;
    height:490px;
}
.cont-project figure {
    height:100%;
}
.cont-project figure:last-child {
    display:none;
}
.cont-project img {
    border-radius: 20px;
    height:100%;
}
.txt-project {
    backdrop-filter: opacity(1)!important;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    line-height: 1;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 50%;
    position: absolute;
    bottom: 30px;
    right: 30px;
    padding: 20px;
}

.txt-project h4 {
    color: #000000;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 22px;
}

.txt-project span {
    font-size: 13px;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #000000;

}

.txt-project span i {
    font-size: 17px;
}

.txt-project p {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6
}
#pr-slider .owl-nav {
    display:block !important;
}
#pr-slider .owl-nav > button {
  position: absolute;
  top: -70px;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgb(32 65 58 / 30%) !important;
  color: #fff !important;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#pr-slider .owl-nav > button.owl-prev{
  left: 0px;
}
#pr-slider .owl-nav > button.owl-next{
  left: 45px;
}
#pr-slider .owl-nav > button:hover, #pr-slider .owl-nav > div:focus{
  color: #fff;
  background-color: #60C4B0 !important;
}


.item--project {
    position: relative;
    margin-bottom: 30px;
    background: rgb(95 118 112 / 9%);
    padding: 10px;
    border-radius: 15px;
}
.item--project figure img {
    border-radius: 15px;
}
.txt--proj h4 {
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
}
.txt--proj > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid rgb(95 118 112 / 15%) 
}
.txt--proj > div:nth-last-child(2) {
    border-bottom: 0;
}
.txt--proj .btn-site {
    width: 100%;
} 

/*sec_head*/

.sec_head {
    margin-bottom: 40px;
    position: relative
}

.sec_head h2 {
    color: #000;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 5px;
    position: relative;
}

.sec_head p {
    font-size: 16px;
    color: #000
}


/**/
.btn-site {
    height: 45px;
    font-size: 18px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    justify-content: center;
    background: var(--main-color);
    width: 100%;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #5B6670;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span,
.btn-site a {
    color: #fff;
    position: relative;
}

/*section_numbers_grow*/

.section_numbers_grow {
    padding: 20px 0;
    position: relative;
}

.item-grow {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    background: rgb(95 118 112 / 9%);
    padding: 10px;
    border-radius: 15px;
    transition: .3s;
}

.item-grow figure {
    margin-bottom: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.item-grow figure img {
    width: 40px;
    height: 40px;
}
.item-grow:hover {
    background: #60C4B0
}

.item-grow .txt-grow {
    width: calc(100% - 80px);
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.item-grow .txt-grow h2 {
    margin-left: 20px;
    color: #002343;
    font-size: 27px;
}
.item-grow .txt-grow p {
    color: #002343;
    font-size: 25px;
}

.item-grow:hover .txt-grow p,
.item-grow:hover .txt-grow h2{
    color: #fff;
}

/*features*/

.section_features {
    position: relative;
    padding: 20px 0 50px;
}
.section_features .col-md-4 {
    margin-bottom: 20px;
}
.content-features {
    background: rgb(95 118 112 / 3%);
    padding: 40px 120px;
    height: 100%;
}
.item-feat {
    background: #fff;
    padding: 40px;
    text-align: center;
}
.txt-feat p {
    color:#002343;
    font-weight: 600;
}

/*section_services_features*/

.section_services {
    padding: 50px 0;
    position: relative;
    background: #b69a68;
}
.content-features .sec_head {
    text-align: center;
}
.content-features .sec_head h2 {
    color: #fff
}
.content-features .row {
    justify-content: center
}

.content-services {
    border-radius: 20px;
    background: rgb(234 234 234 / 10%)
}
.content-services .sec_head {
    padding: 50px 50px 0;
}
.content-services .sec_head h2 {
    color: #fff;
}
.list-serv {
    padding: 0 50px;
    margin: 50px;
    position: relative;
}
.list-serv:before {
    content: "";
    background-size: contain;
    width: 35px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.list-serv div {
    margin-bottom: 20px;
}
.list-serv h6 {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
}
.list-serv p {
    color: #fff;
    font-size: 14px;
}

/*section_partners*/

.section_partners {
    position:relative;
    padding:var(--sec-padding);
}
.section_partners .sec_head {
    text-align: center;
}
.section_partners .sec_head h2 {
    color: #002343;
}
.section_partners .item {
    padding: 10px 0;
}
.item-partners {
    height: 300px;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow:hidden;
}
.txt-part {
    position: absolute;
    bottom: -120px;
    height: 120px;
    text-align: center;
    background: #002343;
    width: 100%;
    padding: 20px;
    transition: .5s;
}
.item-partners:hover .txt-part {
    bottom: 0;
    transition: .5s;
}
.txt-part p {
    color: #fff;
    font-size: 15px;
}
.txt-part span {
    color: #fff;
    display:block;
    font-size: 13px;
    padding-bottom: 15px;
    border-bottom: 1px solid #AF8A47;;
}

#partners-slider .owl-nav > button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 150px;
  height: 300px;
  background-color: rgb(0 0 0 / 44%);
  color: #fff;
  font-size: 45px;
  line-height: 300px;
  text-align: center;
  -webkit-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 5px 14px 0px rgba(0,0,0,0.25);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#partners-slider .owl-nav > button.owl-prev{
  left: 0;
}
#partners-slider .owl-nav > button.owl-next{
  right: 0;
}
#partners-slider .owl-item.active.center .item-partners {
    transform: scale(1.2);
}
.section_partners .owl-stage-outer {
    padding: 50px 0;
}




/*section_contact*/

.section_contact {
    padding: var(--sec-padding);
    position: relative
}
.section_contact .row {
    align-items: stretch;
}
.content-book-now {
    padding: 25px;
    background: var(--main-color);
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.content-book-now:before {
    content: "";
    background-position: center;
    background-size: cover;
    transform: scale(-1);
    width: 130px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.content-book-now .sec_head h2 {
    color: #fff;
}
.form-book-now {
    width: 70%;
}
.form-book-now .form-group {
    margin-bottom: 10px;
}
.form-book-now .form-control {
    height: 50px;
    border: 0;
    border-radius: 5px;
    background: #fff;
}
.form-book-now .btn-site {
    background: #E4BF7B;
    width: max-content;
    padding: 10px 35px;
    margin-right: auto;
}
.content-contact {
    padding: 25px;
    background: #E4BF7B;
    border-radius: 20px;
    position: relative;
    height: 100%;
}
.content-contact:before {
    content: "";
    background: url(../images/shape-contact.svg);
    background-position: center;
    background-size: cover;
    width: 160px;
    height: 100px;
    position: absolute;
    top: -20px;
    left: -20px;
}
.content-contact .sec_head h2 {
    color: #002343;
    font-size: 20px;
}
.form-contact {
    width: 90%;
}
.form-contact .form-group {
    margin-bottom: 10px;
}
.form-contact .form-control {
    height: 50px;
    border: 0;
    border-radius: 5px;
    background: #fff;
}
.content-contact .btn-site {
    width: max-content;
    padding: 10px 35px;
    margin-right: auto;
}

/*fotter*/
footer {
    position: relative;
    background-color: #eaeaea;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
}

.list-contact {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
.list-contact li {
    margin-left: 4px;
    margin-bottom: 10px;
    display: flex;
    flex: 1;
    border-radius:20px;
    background: #b69a68;
    color: #fff;
    padding: 5px 15px;
    justify-content: space-between;
}
.list-contact li a {
    display: flex;
    align-items: center;
    color: #fff;
}
.list-contact li p {
    font-weight:400;
    font-size: 14px;
}
.list-contact li small {
    margin:0 10px;
    font-family: system-ui;
}
/*.list-phone {*/
/*    background: #FFF8B3;*/
/*    padding: 5px 15px;*/
/*    border-radius: 25px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    color: #20413A;*/
/*    font-size: 13px;*/
/*}*/
/*.list-whatsapp {*/
/*    background: #E9AC5C;*/
/*    padding: 5px 30px;*/
/*    border-radius: 25px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 13px;*/
/*}*/
/*.list-email {*/
/*    background: #5F7670;*/
/*    padding: 10px 15px;*/
/*    border-radius: 25px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    color: #fff;*/
/*    font-size: 13px;*/
/*}*/
.social-media {
    margin-bottom: 30px;
}
.social-media li {
    display: inline-block;
    margin-left: 20px;
}
.social-media li img {
    width: 25px
}
.locat {
    margin-bottom: 30px;
    padding-top: 40px;
}

.locat figure {
    margin-bottom: 0
}
.locat img {
    width:25px;
    margin-bottom: 15px
}
.locat h4 {
    color: #b69a68;
    font-size: 17px
}
.address h3 {
    color: #b69a68;
    margin-bottom: 10px;
    font-size: 17px
}
.address h5 {
    color: #b69a68;
    font-size: 15px
}
.white-color {
    color: #FFF;
}
.img-map img {
    height: 100%;
    object-fit: cover;
}
.img-map {
    height: 100%
}
#googleMap2 {
    height: 340px;
    margin-top: 40px;
}

.bottom-ft .row {
    align-items: center;
}
.bottom-ft .container {
    padding: 25px;
    background: #eaeaea;
    border-radius: 10px;
}
.list-ft {
    text-align: center;
}
.list-ft li {
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
}
.list-ft li a {
    font-size: 14px;
    color: #b69a68;
}
.copyRight {
    font-size: 14px;
    color: #b69a68;
}


/*section_page_site*/

.section_page_site {
    padding: 40px 0;
    position: relative;
}
.note-about {
    background: #b69a68;
    padding: 30px 120px 30px 20px;
    border-radius: 15px;
    position: relative;
    margin-top: 30px;
}
.note-about:before {
    content: "";
    background-size: cover;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 50px;
}
.note-about h5 {
    margin-bottom: 10px;
    color: #002343;
    font-size: 16px;
}
.note-about p {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.5;
    color: #002343;
}

.list-about {
    width: 70%;
    position: relative;
    margin-top: 100px;
}
.page-about:before {
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    width: 300px;
    height: 400px;
    position: absolute;
    top: 300px;
    left: -40px;
}
.item-about {
    display: flex;
    margin-bottom: 20px;
}
.item-about figure {
    width: 120px;
    height: 120px;
    background: rgb(228 228 228 / 22%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
}
.item-about .txt-about {
    width: calc(100% - 130px);
    margin-right: 20px;
    padding-top: 10px;
}
.item-about figure img {
    width: 50px;
    height: 50px;
}
.item-about .txt-about h6 {
    color: #002343;
    margin-bottom: 10px;
}
.item-about .txt-about p {
    color: #002343;
}


/*section-itr*/

.section-itr {
    position:relative;
    padding:60px 0;
}
.flx-hd {
    display:flex;
    margin-bottom:50px;
}
.flx-hd > div {
    width:50%;
}
.log-int {
    text-align:center;
}
.txt-itr h4 {
    color: #E2BD79;
    margin-bottom:15px;
}
.section-itr .flex50 {
    display:flex;
    margin-bottom:20px;
}
.section-itr .flex50 .form-group {
    margin-left:30px;
    width:50%;
}
.section-itr .flex50 .form-group:last-child {
    margin-left:0;
}
.form-intr .form-control {
    background:#F9F9F9;
    border: 1px solid rgb(40 67 59 / 20%);
    height:50px;
    border-radius:15px;
}

/*project page*/

.name-prog {
    margin-bottom: 30px;
}
.name-prog p {
    margin-bottom:5px;
    font-weight: 600;
    font-size: 14px;
}
.name-prog h5 {
    color: #EDC06F;
}
.st-pj {
    display:flex;
    margin-bottom:30px;
}
.st-pj > div {
    margin-left:20px;
}
.st-pj > div:last-child {
    margin-left:0;
}
.pg-bt > div:last-child {
    margin-left:0;
}
.st-pj > div p {
    font-weight: 600;
    font-size: 14px;
}
.st-pj > div strong {
    display:block;
    background: #F9F9F9;
    padding:10px 30px;
    width: max-content;
    text-align:center;
    margin-top: 5px;
}

.pg-bt {
    display:flex;
    padding: 30px 0;
    border-top: 1px solid #F9F9F9;
    border-bottom: 1px solid #F9F9F9;
    margin-bottom:30px;
}
.pg-bt > div {
    text-align:center;
    margin-left:30px;
}
.pg-bt > div:last-child {
    margin-left:0;
}
.pg-bt a {
    font-weight: 600;
    font-size: 14px;
    color: #000;
}
.pg-bt svg {
    margin-bottom:15px;
}
.list-proj p {
    color:#EDC06F;
    margin-bottom:15px;
}
.list-proj ul li {
    display:inline-block;
    margin-left:10px;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    background:#002343;
    color:#fff;
}

.ph-proj {
    display:flex;
    align-items:center;
    margin-bottom:30px;
}
.ph-proj p {
    font-size: 15px;
    /*width:150px;*/
    margin-left:30px;
}

.tb-proj-li {
    background: #002343;
    color:#fff;
    border-radius:5px;
    padding:5px;
}
.slider-pj img {
    height:430px;
}

.project_image .owl-nav > button {
    background: #fff !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.project_image .owl-nav > button.owl-prev {
    left: 0;
}
.project_image .owl-nav > button.owl-next {
    right: 0;
}

@media only screen and (max-width: 600px) {
    .slider-pj img{
        height: auto !important;
    }
}


/* main tenance */

.section_site_page {
    padding: 60px 0;
    position: relative;
}
.sec-hd {
    margin-bottom: 30px;
    text-align: center;
}
.sec-hd h2 {
    color: #002343;
    margin-bottom:10px;
}
.sec-hd p {
    color: #b69a68;
    font-size: 19px;
    font-weight: bold;
}

.form-main-tenance .form-control {
    background: rgb(32 65 57 / 10%);
    height: 45px;
    border: 0;
    border-radius: 5px;
}
.form-main-tenance textarea.form-control {
    height: 140px;
}
.form-main-tenance .ds-flex {
    display: flex;
    flex-wrap: wrap;
    margin:0 -20px;
}
.form-main-tenance .ds-flex .form-group {
    width: 33.3334%;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}
.apartment-project .ds-flex .form-group {
    width: 50%;
}
.form-main-tenance .ds-flex .form-group label {
    margin-bottom: 10px;
    display: block;
    color: #002343;
}
.form-main-tenance .ds-flex .form-group span {
    color: #002343;
    font-size: 12px;
}
.slect-st:before {
    content: "\e64b";
    font-family: 'themify';
    position: absolute;
    top: 45px;
    left: 30px;
}
.hd-form h4 {
    margin-bottom: 20px;
    font-size:18px;
    color: #002343;
}
.form-main-tenance > div {
    margin-bottom: 40px;
}
.cont-check {
    margin-bottom: 40px;
}
.cont-check > p {
    margin-bottom: 15px;
    color: #002343;
}
.list-check li {
    display: inline-block;
    margin-left: 20px
}
.data-personal .form-group {
    margin-bottom: 20px;
}
.cbx {
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
    display: flex;
}
.cbx p {
    margin-right: 5px;
    color: #002343;
}
.cbx span {
  display: inline-block;
  vertical-align: middle;
    border: 0;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child {
  position: relative;
  width: 17px;
  height: 17px;
    background: #FBEDDC;
  border-radius: 3px;
    border: 0;
  transform: scale(1);
  vertical-align: middle;
  transition: all 0.2s ease;
    top: 5px;
}
.cbx span:first-child svg {
  position: absolute;
  z-index: 1;
  top: 5px;
  left: 3px;
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #b69a68;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 0;
  transition-delay: 0.2s;
}
.cbx span:last-child {
  margin-left: 8px;
}
.cbx span:last-child:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 1px;
  width: 100%;
  background:#b69a68;
  transform-origin: 0 0;
  transform: scaleX(0);
}
.cbx:hover span:first-child {
  border-color: #b69a68;
}

.inp-cbx:checked + .cbx span:first-child {
  border-color: #b69a68;
  background: #b69a68;
  animation: check 0.6s ease;
}
.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}
.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(2.2);
  opacity: 0;
  transition: all 0.6s ease;
}
.inp-cbx:checked + .cbx span:last-child {
  color: #B9B8C3;
  transition: all 0.3s ease;
}
.inp-cbx:checked + .cbx span:last-child:after {
  transform: scaleX(1);
  transition: all 0.3s ease;
}

@keyframes check {
  50% {
    transform: scale(1.2);
  }
}

.notes p {
    margin-bottom: 15px;
    color: #002343;
}
.submit-form .btn-site {
    width: 250px;
    height:60px;
    margin: 30px auto;
}
.submit-form .btn-site span {
    color: #b69a68;
}

.tob-div{
    
    background-color: #bc2f2f;
    border-radius: 9px;
}

.tob-color{ 
    
   color: #ffffff;
   font-size: 25px


}