/* CSS StyleSheet */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;1,200;1,300&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200;300;400;500&display=swap');*/

* {
    margin: 0;
    padding: 0;
    /* background: #6C7A86; */
    font-family: sans-serif;
}
*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body, input, select, textarea {
    color:#6d3b0c;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    position: relative;
    background-color: #fff;
    overflow-x: hidden;
}
h1,h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.714em;
}
h2.tittle2{
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 5px;
    position: relative;
    color: #b89b5e;
}
h2.second_main_title{
    font-size: 36px;
    text-transform: uppercase;
}
h3.title_h3{
    text-transform: uppercase;
    font-size: 25px;
}
h3,h4,h5{
    font-family: 'Source Sans Pro', sans-serif;
}
a{
    text-decoration: none;
    color: #b89b5e;
}
a:hover {
    text-decoration: none;
    color:#b89b5e;
}
ul li{
    list-style: none;
}
ul{
    padding: 0;
    margin-bottom: 0;
}
p{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    color: #6d3b0c;
    /*font-size: 1.25rem;*/
}
/* ---------------------Menu--------------------- */
.img_logo img{
    width: 240px;
}
.bg_header-top{
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #6d3b0c;
}
.info ul li{
    display: inline-block;
}
.media-top{
    float: right;
}
.media-top a{
    color: #fff;
}
.media-top a i{
    width: 40px;
    font-size: 18px;
    justify-content: center;
    margin: 0;
}
.ph-top i{
    margin-right: 7px;
    font-size: 18px;
}
.ph-top{
    margin-right: 30px;
}
.sty-top{
    /*margin: 10px 0px;*/
    position: relative;
}
.scroll-on{
    height: auto;
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    z-index: 1030;
    padding-top: 40px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    bottom: initial;
    background-color: #ffffff
}
.scroll-on.img-logo{
    padding-top: .7rem;
    padding-bottom: .7rem;
    font-size: 36px;
}
.nav-header-top .navbar-nav .nav-link{
    color: #6d3b0c;
    /* padding: 2.5rem 0.5rem; */
    border-bottom: 3px solid transparent;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color:#b89b5e;
}
.nav-header-top .menuactive .nav-link{
    color: #b89b5e;
    text-transform: uppercase;
    font-weight: 700;
    border-color: #b89b5e;
}
ul :hover .dropdown-menu{
    display: block;
}
.dropdown-menu .dropdown-item a{
    color:#6d3b0c;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/*.dropdown-menu .dropdown-item a:hover{*/
/*    color:#fff;*/
/*}*/
.dropdown-item:hover,
.dropdown-item.menuactive {
    background-color:#b89b5e !important; 
    color: #f8f9fa;
    text-decoration: none;
}
.nav-header-top{
    -webkit-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
}
.ph-top{
    color: #fff;
}
.ph-top:hover{
    color: #b89b5e;
}
.navbar{
    padding-bottom: 0 !important;
}
.dropdown-item {
    display: block;
    color:#6d3b0c;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}

/* ---------------------Menu--------------------- */
.img_pro_img{
    width: 100%;
    height: 100vh;
}
.scroll-on .img_logo{
    margin-top: 10px;
}
.img_logo{
    margin-bottom: 10px;
}
.owl-pagination{
    display: none;
}
.owl-prev{
    position: absolute;
    left: 0px;
}
.owl-next{
    position: absolute;
    right:0px;
}
.owl-buttons{
    top: 50%;
    position: absolute;
    width: 100%;
}
.owl-prev svg{
    margin: 8px 0px;
    fill: #fff;
   
}
.owl-next svg{
    margin: 8px 0px;
    fill: #fff;
}
.des-home p{
    text-align: justify;
}
.wrap-caption {
    width: 50%;
    z-index: 2;
    top: 40%;
    position: absolute;
}
.wrap-caption .caption-heading {
    font-size: 60px;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
    color: #ffffff;
    text-transform: uppercase;
}
.wrap-caption p {
    font-size: 18px;
    color: #ffffff;
    padding: 0;
}
.img_pro_img{
    position: relative;
}
.img-overlay{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(34, 34, 34, 0.4);
    z-index: 10;
}
.btn-list{
    background-color: #520909;
    color: #ffffff !important;
    border: none;
    font-size: 14px;
    padding: 13px 40px;
    border: 0;
    min-width: 150px;
    font-weight: 700;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.btn-list:hover{
    background-color: #b89b5e;
    color: #fff !important;
    text-decoration: none;
}
.btn-primary {
    background-color: #b89b5e;
    color: #ffffff;
    border: none;
    font-size: 14px;
    padding: 13px 40px;
    border: 0;
    min-width: 150px;
    font-weight: 700;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.btn-primary:hover{
    background-color: #6d3b0c;
}
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 39px;
}
/* ---------------------Menu--------------------- */
/* ==========Design Menu========= */
.head__bottom {
    -webkit-transition: background-color .3s,min-height .3s;
    transition: background-color .3s,min-height .3s;
    position: relative;
    min-height: 144px;
    /* background-color: #fff; */
}
.head a {
    -webkit-transition: color .3s,width .3s;
    transition: color .3s,width .3s;
}
.head__logo {
    width: 220px;
    display: block;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}
.head__logo-1 {
    display: block;
}
.head__logo-2 {
    display: none;
}
.head__nav {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 100%;
    display: block;
    width: 100%;
    padding: 0 170px 0 300px;
}
.head__nav__ul {
    display: inline-block;
}
.head__nav__ul>.menu-item {
    display: inline-block;
    position: relative;
}
.head__nav__ul>.menu-item>a {
    padding: 15px 20px;
    text-transform: uppercase;
    position: relative;
}
.head__nav a {
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
    display: inline-block;
    text-align: left;
}
.head a {
    -webkit-transition: color .3s,width .3s;
    transition: color .3s,width .3s;
}
.head__nav__ul__2 {
    display: none;
    width: 250px;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}
.head__nav__ul>.menu-item.has-children:after {
    content: '';
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3px 0;
    border-color: #6d3b0c transparent transparent transparent;
    position: absolute;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.head__nav__ul__2>.menu-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.head__nav__ul__2>.menu-item {
    display: block;
}
.head__nav__ul__2>.menu-item>a {
    display: block;
    padding: 15px 20px;
    background-color: #fff;
    color: #6d3b0c !important;
    font-weight: normal;
}

.head__nav a {
    -webkit-transition: background-color .3s,color .3s;
    transition: background-color .3s,color .3s;
    display: inline-block;
    text-align: left;
}
.dis-n {
    display: none;
}
.content {
    font-size: 1.7rem;
}
#main-menu .navbar-nav .nav-link.menuactive{
    color: #b89b5e;
}
.head {
    -webkit-transition: background-color .3s,min-height .3s;
    transition: background-color .3s,min-height .3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
header.head.is-pinned {
    position: fixed;
    top: 0;
}
.head.is-pinned .head__bottom {
    min-height: 75px;
}
/* =========================== */
/* ========Hamburger Nav======== */
.hamburger-menu {
    position: absolute;
    top: 50%;
    right: 2rem;
    z-index: 10;
    cursor: pointer;
    transform: translateY(-50%);
    display: none;
}
.menu-bar1, .menu-bar2, .menu-bar3 {
    width: 3.5rem;
    height: 0.2rem;
    background-color: #6d3b0c;
    margin: 0.8rem 0;
    transition: 0.4s;
}
.menu-bar2 {
    width: 2rem;
    margin-left: auto;
}
.active .menu-bar1 {
    width: 2.5rem;
}
.active .menu-bar2 {
    opacity: 1;
    width: 2.5rem;
}
.active .menu-bar3 {
    width: 1rem;
}
#main-menu .navbar-nav .nav-link:hover{
    color: #b89b5e;
}
/* ========================== */
.cz-height {
    padding: 5px;
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
}
.dropdown-toggle::after{
    display: none;
}
.container-customize{
    padding-left: 30px;
    padding-right: 30px;
}
/* ===========Home slide show=========== */
#slide_home_page{
    height: 100vh;
}
#slide_home_page .owl-stage-outer, #slide_home_page .owl-stage, #slide_home_page .owl-item, #slide_home_page .item{
    height: 100%;
}
#slide_home_page img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* =================================== */
.sec-slideshow .slide-overlay{
    top: 0;
    z-index: 1;
}
.sec-slideshow .overlaytext-des{
    top: 65%;
    z-index: 1;
    left: 10%;
    max-width: 50%;
}
.overlaytext-des h1{
    font-size: 60px;
    color: #fff;
}
.overlaytext-des p{
    color: #fff;
}
.slide-overlay{
    background-color: rgba(34, 34, 34, 0.2);
}
.spacing{
    height: 5rem;
    display: block;
    clear: both;
}
#footer{
    background-color: #6d3b0c;
}
#footer h2,
#footer p,
#footer svg,
#footer span{
    color: #ffffff;
}
#footer a{
    color: #b89b5e;
}
.footer-social svg{
    font-size: 26px;
    margin-right: 1rem;
}
.logo-footer, .logo-footer-gaps{
    height: 6rem;
    text-transform: uppercase;
}
.absolute_on{
    right: 0;
    height: 85%;
    background: rgba(184, 155, 94, .8);
    width: 4px;
    transition: width .3s;
    z-index: 1;
    transform: translateY(-50%);
    top: 50%;
}
.absolute_on_left{
    left: 0;
    height: 85%;
    background: rgba(184, 155, 94, .8);
    width: 4px;
    transition: width .3s;
    z-index: 1;
    transform: translateY(-50%);
    top: 50%;
}
.absolute-hover:hover .absolute_on,
.absolute-hover:hover .absolute_on_left{
    width: 120%;
}

.absolute-hover:hover h2,
.absolute-hover:hover p,
.absolute-hover:hover a{
    color: #fff;
}
#slide_home_page .owl-nav{
    position: absolute;
    bottom: 11%;
    right: 8%;
}
#slide_home_page button{
    height: 46px;
    width: 46px;
    background-color: rgba(255, 255, 255, 0.5);
}
#slide_home_page .owl-prev{
    margin-left: 10px;
}
.breakline{
    display: none;
}
.page-default-banner{
    left: 18%;
    top: 70%;
    transform: translatex(-50%);
    text-transform: uppercase;
}
.defualt-page-2 .page-default-banner{
    left: 50%;
    top: 80%;
    transform: translatex(-50%);
    text-transform: uppercase;
}
.page-default-banner h1{
    color: #ffffff;
    font-size: 35px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: unset;
    color: #b89b5e;
}
.project-summary{
    bottom: 10%;
    left: 10%;
    padding-left: 2rem;
    z-index: 2;
}
.project-absolute{
    left: 38px;
    height: 15%;
    background: rgba(184, 155, 94, .8);
    width: 4px;
    transition: all .4s ease;
    z-index: 1;
    bottom: 10%;
    position: absolute;
}
.wrp-item-project a::before{
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 5%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;
}
.wrp-item-project{
    overflow: hidden;
}
.pro-category{
    font-size: 10px;
    color: #ffffff;
}
.set-padding-project{
    padding-top: 15px;
    padding-bottom: 15px;
}
.view-more-btn{
    position: absolute;
    bottom: 7%;
    left: 10%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    opacity: 0;
    padding-left: 2rem;
}
.wrp-item-project:hover .project-absolute{
    height: 15%;
    bottom: 8%;
}
.wrp-item-project:hover .view-more-btn{
    opacity: 1;
}
.project-label{
    position: absolute;
    right: 0;
    top: 10%;
    background: rgba(184, 155, 94, .8);
    padding: 5px 15px;
    color: #fff;
}
.nav-pills .nav-link.active::after{
    content: '';
    height: 2px;
    background-color: #b89b5e;
    display: block;
    width: 100%;
    transition: all .4s;
}
.project-absolute-img{
    position: absolute;
    content: '';
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 5%, rgba(0,0,0,0) 100%);
    width: 100%;
    height: 100%;   
    top: 0;
}
.spacingsm{
    height: 2rem;
    display: block;
    clear: both;
}
ul.project-scope-list li::before, ul.service-list li::before{
    content: '\f058';
    font-size: 15px;
    font-family: 'Font Awesome 5 Free';
    padding-right: 10px;
    color: #b89b5e;
}
.table-project{
    padding: 3rem;
    background: rgba(184, 155, 94, .8);
}
.line-bottom{
    height: 1px;
    width: 100%;
    display: block;
    background-color: #e1e1e1;
}
.table-project div{
    color: #ffffff;
}
.wrapp-career{
    max-width: 730px;
    margin: auto;
}
.error{
    color: red;
}
.moretext{
    display: none;
}
.dots_readmore{
    display: block;
}
.dots-more{
    display: none;
}
.moreless-button::after{
    content: '\f0d7';
    font-size: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    padding-left: 5px;
    --fa-rotate-angle: -45deg;
}
.add-sub-con{
    display: flex;
}
.add-sub-con svg{
    font-size: 30px;
    color: #b89b5e;
}
.cs-bbn {
    text-align: center;
    border: #b89b5e66 0.5px solid;
    padding: 6px;
    width: 100%;
    height: auto;
    border: none;
    cursor: pointer;
}
.top-box {
    text-align: center;
    border: #b89b5e66 0.5px solid;
    padding: 10px;
    width: 100%;
    height: auto;
    color: #b89b5e;
}
.top-box h3 {
    color: #b89b5e;
    font-weight: 700;
    font-size: 17px;
}
.learn-m {
    color: #b89b5e;
}
.top-box:hover {
    background: #b89b5e;
}
.top-box:hover h3, .top-box:hover .learn-m{
    color: #6d3b0c;
}
.summary-about-us{
    max-width: 65rem;
    margin: auto;
    text-align: justify;
    line-height: 1.7;
    letter-spacing: .5px;
}
.sample.nine input{
    border-radius: 15px;
    transition: all .6s ease-in-out .3s;
    width: 120px;
}
.sample.nine button.btn-search{
    background: #6d3b0c;
    border-radius: 50%;
    height: 26px;
    left: 172px;
    top: 2px;
    transition-delay: .3s;
    width: 26px;
    position: absolute;
}
.sample.nine button{
    transition: all .6s ease-in-out;
}
.sample input {
    border: 1px solid #6d3b0c;
    font-size: 12px;
    height: 30px;
    padding: 4px 8px;
    width: 50%;
}
.btn-search svg{
    position: absolute;
    padding: 2px;
    top: 20%;
    left: 20%;
    color: #fff;
}
.sample.nine input:focus{
    transition-delay: 0;
    width: 200px;
    outline: 0;
    border-color: #b89b5e;
}
.sample.nine input:focus ~ button.btn-search{
    background: #b89b5e;
    color: #fff;
    left: 252px;
    transition-delay: 0;
}
.sample.nine input:focus ~ button{
    transform: rotateZ(360deg);
}
.sample.nine{
    margin-left: 5rem;
}
::-webkit-input-placeholder {
    font-style: italic;
}
:-moz-placeholder {
font-style: italic;  
}
::-moz-placeholder {
font-style: italic;  
}
:-ms-input-placeholder {  
font-style: italic; 
}
.home-page .sample input{
    border: 1px solid #b89b5e !important;
}
.home-page .sample.nine button.btn-search{
    background: #b89b5e;
}
.service-summary{
    padding: 4rem;
    background: #F2F3F6;
    border-bottom: 3px solid #b89b5e;
}
.service-summary .navs-arrow{
    bottom: -3%;
}
.service-summary .arrow-go{
    width: 40px;
    height: 40px;
    background: #b89b5e;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    transition: all .4s ease;
}
.arrow-go svg{
    color: #fff;
}
.service-summary .arrow-go:hover{
    background: #6d3b0c;
}
.cate-services ul li{
    padding: 10px;
    margin-bottom: 10px;
    background: #f2f3f6;
    
}
.cate-services ul li:hover{
    border-right: 3px solid #6d3b0c;
    
}
.cate-services ul li:hover a{
    color: #6d3b0c;
    transition: all .4s ease;   
}
.get-in-touch-service{
    background: url(../images/background.png);
    background-position: center center;
    background-size: cover;
    background-color: #F2F3F6;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 15px;
    margin-bottom: 0px;
    padding: 70px 40px 70px 40px;
}
.elementor-background-overlay{
    background-color: #22273A;
    opacity: 0.9;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.get-in-touch-service a{
    font-size: 10px;
    background: #6d3b0c;
    padding: 1rem;
    border-bottom: 2px solid;
}
.get-in-touch-service a:hover{
    background: #b89b5e;
}
.no-result-search{
    max-width: 50%;
    margin: auto;
    background: rgba(184, 155, 94, .5);
    padding: 1rem;
}
div.lang-dropdown{
    white-space:nowrap;
    opacity: 0;
    background: #6d3b0c;
    z-index: 100000000000;
    transition: all .3s ease-in-out;
}
.lang-switch:hover div.lang-dropdown{
    opacity: 1;
}
.search-small-screen{
    display: none !important;
}
.cover-image-1{
    margin-top: 6rem;
}

/* Gallery */
.main .container {
    max-width: 80rem;
    width: 100%;
    padding: 4rem 0rem;
    margin: 0 auto;
}
.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #fff;
}
.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
   }
}

ul.policy-privacy li{
    list-style: disc;
}
.header-text{
    max-width: 65%;
    margin: auto;
}
#content_error_page {
    font-family: inherit;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #f0f5f6;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px){
    #footer .address{
        display: block !important;
    } 
}
@media (max-width: 516px){
    #footer .address{
        display: block !important;
    } 
}