html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 font-size: 100%;
	 font: inherit;
	 vertical-align: baseline;
}
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	 display: block;
}
 body {
	 line-height: 1;
}
 ol, ul {
	 list-style: none;
}
 blockquote, q {
	 quotes: none;
}
 blockquote:before, blockquote:after, q:before, q:after {
	 content: '';
	 content: none;
}
 table {
	 border-collapse: collapse;
	 border-spacing: 0;
}
 a {
	 text-decoration: none;
	 color: inherit;
	 transition: all 0.4s;
}
a:hover {
    color: #CA9A2C;
}
 body {
	 font-family: "museo-sans", sans-serif;
	 font-size: 26px;
	 line-height: 1.37;
	 color: #818285;
}
 .header {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 background-color: transparent;
	 z-index: 123;
}
 .container {
	 max-width: 1120px;
	 padding: 0 20px;
	 margin: 0 auto;
	 width: 100%;
}
 .sticky-logo {
	 opacity: 0;
	 visibility: hidden;
	 transition: all 0.4s;
}
 .logo {
	 position: absolute;
	 top: 0;
	 left: 0;
	 transition: all 0.4s;
}
 .main-menu ul {
	 gap: 34px;
	 border-bottom: 3px solid #fff;
}
 .main-menu ul li {
	 height: 60px;
	 font-size: 16px;
	 font-weight: 900;
	 color: #fff;
	 text-transform: uppercase;
	 display: inline-flex;
	 align-items: center;
     a {
        color: inherit !important;
     }
}
 .main-menu ul li:hover, .main-menu ul li.current-menu-item {
	 color: #ca9a2c;
}
 .header {
	 padding: 15px 0;
}
 .header.sticky {
	 background-color: #3f3f3f;
}
 .header.sticky .logo {
	 opacity: 0;
	 visibility: hidden;
}
 .header.sticky .sticky-logo {
	 opacity: 1;
	 visibility: visible;
}
 .header.sticky .main-menu ul {
	 border-bottom: 0px solid #fff;
}
 .header.sticky .main-menu ul li {
	 color: #666;
     
}
 .header.sticky .main-menu ul li:hover, .header.sticky .main-menu ul li.current-menu-item {
	 color: #ca9a2c;
}
body.home .hero-bg img {
	height: 740px;
}
 .hero-section {
	 height: 740px;
	 position: relative;
	 overflow: hidden;
	 font-size: 0;
}
 .hero-section:before {
	 content: '';
	 position: absolute;
	 left: 0;
	 top: 0;
	 width: 100%;
	 height: 100%;
	 background-color: rgba(0, 0, 0, .2);
}
 .hero-section > img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 object-position: center;
}
 .hero-section .hero-text {
	 position: absolute;
	 left: 0;
	 width: 100%;
	   bottom: 80px;
	 text-align: center;
	 z-index: 2;
/* 	     transform: translateY(-50%); */
}
.home  .hero-section .hero-text {
	top: auto !important;transform: none
}
 .hero-section .hero-text .container {
	 max-width: 870px;
	 margin: 0 auto;
}
 .hero-section .hero-text h1 {
	 color: #fff;
	 margin-bottom: 25px;
}
 h1 {
	 font-size: 60px;
	 letter-spacing: 1px;
	 text-transform: uppercase;
	 font-weight: 900;
}
 .btn {
	 height: 44px;
	 min-width: 230px;
	 display: inline-flex;
	 align-items: center;
	 justify-content: center;
	 padding: 0 15px;
	 color: #fff;
	 font-size: 14px;
	 text-transform: uppercase;
	 font-weight: 900;
	 transition: all 0.4s;
	 border: 0px;
	 border-radius: 0;
}
 .btn.btn-primary {
	 background-color: #ca9a2c;
}
 .btn.btn-primary:hover {
	 background-color: rgba(202, 154, 44, 0.8);
}
 .footer {
	 padding: 30px 0;
	 background-color: #262626;
}
 .footer p {
	 font-size: 13px;
	 line-height: 1.25;
	 letter-spacing: 0;
	 color: #fff;
	 font-weight: 400;
}
 .intro-sec {
	 padding: 40px 0;
}
.intro-sec h2 {
    margin-bottom: 20px;
}
 .intro-sec .container {
	 max-width: 950px;
}
 .intro-sec p {
	 color: #696969;
	 margin: 0;
}
 .intro-sec p + p {
	 margin-top: 20px;
}
h2 {
    letter-spacing: 1px;
    font-size: 38px;
    font-weight: 900;
    color: #454547;
     text-transform: uppercase;
    line-height: 1.35;
}
h3 {
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #454547;
    text-transform: uppercase;
    line-height: 1.35;
}
body:not(.home) .hero-section .hero-text {
	 text-align: left;
	 bottom: 0;
}
 body:not(.home) .hero-section .hero-text .container {
	 width: 100%;
	 max-width: 1120px;
}
 body:not(.home) .hero-section .hero-text h1 {
	 font-size: 90px; margin: 0;
}
body:not(.home) .hero-section {
	height : 600px
}
 .projext-intro {
	 border-bottom: 4px solid #ebebeb;
	 padding-bottom: 50px;
}
 .view-category {
	 padding-bottom: 25px;
}
 .view-category h3 {
	 margin-bottom: 35px;
}
 .category-list {
	 display: grid;
}
 .category-list .category-card {
	 width: 50%;
	 padding: 2px;
	 font-size: 0;
}
 .category-list .category-card img {
	 width: 100%;
}
 .category-list .category-card .catgory-card-in {
	 overflow: hidden;
	 position: relative;
}
 .category-list .category-card .catgory-card-in:hover .category-text {
	 margin-top: 0;
	 opacity: 1;
	 visibility: visible;
}
 .category-list .category-card .category-text {
	 position: absolute;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 top: 0;
	 background-color: rgba(0, 0, 0, .6);
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 align-items: center;
	 margin-top: 60px;
	 transition: all 0.3s;
	 opacity: 0;
	 visibility: hidden;
}
 .category-list .category-card .category-text h4 {
	 color: #ca9a2c;
	 font-size: 23px;
	 font-weight: 900;
	 text-transform: uppercase;
	 text-align: center;
	 margin: 0;
}
 .category-list .category-card .category-text h4 a {
	 color: inherit;
}
 .category-list .category-card .category-text p {
	 color: #fff;
	 padding: 10px 0 10px;
	 font-size: 18px;
}
 .text-link {
	 font-size: 14px;
	 font-weight: 900;
	 color: #ca9a2c;
	 text-transform: uppercase;
}
 

.project-hero {
    height: 500px;
}
.all-btn {
    margin-top: 25px;
}
.all-btn .btn {
    min-width: initial;
    padding: 0 25px;
}
/* extra css by wp developer */
body.home .hero-section .hero-text {
   top: 50%;
}
.img-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
strong, th, thead td {
    font-weight: 600;
}
.default-intro a {
    color: #333333;
}
#nf-field-4 {
    background-color: #ca9a2c !important;
    color: #ffffff !important;
    padding: 9px 70px !important;
    border: 0px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 13px !important;
    letter-spacing: 1px !important;
}
button, input[type='button'], input[type='reset'], input[type='submit'] {
    background-color: #CA9A2C !important;
}
textarea, input[type=text], input[type=tel], input[type=email], input[type=password] {
    font-size: 13px;
    padding: 12px 16px;
    letter-spacing: 1px;
    color: #666;
    border: 2px solid #eee;
    border-radius: 0;
    outline: none;
    background-color: #fff;
    -webkit-appearance: none;
}
textarea, input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
    font-size: 18px !important;
    font-weight: 300 !important;
    font-family: "museo-sans" !important;
}
textarea, input[type="text"], input[type="tel"], input[type="email"], input[type="password"] {
    border: 2px solid #808080 !important;
}