/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* page stylecss */

.main-baner {
    background-repeat: no-repeat !important;
    background-size: 100% 80%;
    background-position: top center;
    padding: 100px 0px 0px !important;
}

.bner-sec1 {
    padding: 10px 0px 10px;
    !i;!;
}

form.searchform input {
    min-width: 200px !important;
    border: 1px solid #fff;
}

form.searchform input::placeholder {
    color: #fff;
    font-weight: 400 !important;
}

.searchform .searchsubmit:after {
    color: #fff !important;
}

.bner-sec1 .title-wrapper {
    padding-bottom: 120px;
}

.sec-2 .wd-button-wrapper a.btn {
    background-color: #B8A464 !important;
    width: 30%;
    font-size: 16px;
}

.sec-2 .wd-button-wrapper a:hover {
    background: #B8A464;
}

.main-sec-3 {
    padding: 100px 0px 100px !important;
}

.iner-sec3 {
    padding-bottom: 40px;
}

.iner-sec3-1 .info-box-content {
    border: 1px solid #fff;
    padding: 20px 30px;
    height: 380px;
}

.iner-sec4-1 .info-box-content {
    border: 1px solid #fff !important;
    padding: 20px 30px;
    height: 380px;
}

.iner-sec3-1 .vc_column-inner {
    padding: 0px !important;
}

.iner-sec4-1 .vc_column-inner {
    padding: 0px !important;
}
 
.iner-sec3-1 .wd-info-box {
    margin-bottom: 0px;
}

.iner-sec3-1 .info-btn-wrapper a {
    color: #fff !important;
    border-bottom: none !important;
    font-size: 14px;
    font-weight: 500;
	padding-bottom:20px;
}

.iner-sec3-1 {
    padding: 20px 40px 0px;
}

.iner-sec3-1::after {
    content: "Collaborating on Your Journey";
    background: #44203f;
    position: absolute;
    width: 24%;
    height: 2px;
    left: 38%;
    bottom: 92%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.iner-sec3 .title-wrapper::after {
    content: "";
    background-color: #fff;
    position: absolute;
    width: 1px;
    height: 57px;
}

.iner-sec3-2::after {
    top: 2%;
}

.str-butn .wd-button-wrapper a.btn {
    background: #B8A464 !important;
    margin-top: -90px;
    width: 18%;
}

.str-butn a.btn:hover {
    background: #B8A464 !important;
}

.guid-sec {
    padding: 40px 0px;
    margin-top: 70px;
}

.guid-sec .wd-button-wrapper a.btn {
    background: #B8A464 !important;
    color: #442062 !important;
    width: 16%;
    font-size: 16px;
}

.guid-sec a.btn:hover {
    background: #B8A464 !important;
}

.embr-sec {
    background-size: 100% 75% !important;
    background-position: center center;
    background-repeat: no-repeat;
}

.embr-sec .wd-button-wrapper {
    padding-bottom: 30px;
}

.embr-sec .wd-button-wrapper a {
    width: 30%;
    font-size: 16px;
    font-weight: 500;
}


/* TABS SEC  */

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
/* @media max-width(760px){
  .title{
    DISPLAY: block;
    width: 100%
  }
  
}
body {
  font-family: "Orpheus Regular", sans-serif;
} */
/* h1 {
  text-align: center;
  font-size: 50px;
  font-family: "Orpheus Regular", sans-serif;
} */
.vert-tab > div {
  margin-left: 2px;
  margin-right: 2px;
  width: 10%;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  overflow: hidden;
}
.recr-content {
  background: #44203F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #a8aea4 !important;
  padding: 36px 28px;
  margin-top: 36px;
  border: 1px solid;
}
.recr-content h3 {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  transform: rotate(269deg);
}
.work_items_content {
  display: none;
}
.vert_tab_image_wrrapeer {
  display: flex;
  align-items: center;
}
.vert-tab-content h2 {
  font-family: "Poppins", sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: left;
  color: #44203F;
  margin-bottom: 20px;
}
.vert-tab-content h4 {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #000a19;
  margin-bottom: 20px;
}
.vert-tab-content p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  max-width: 100%;
  color: #000a19;
  margin-left: 0px;
  margin-right: auto;
}
.recr-content.active {
  width: 100%;
}
.recr-content.active {
  background: white;
  border-color: #a8aea4;
}
.recr-content.active h3 {
  display: none;
}
.recr-content.active .work_items_content {
  display: block;
}

.recr-content img {
  max-width: 100%;
}

.vert-tab {
  display: flex;
}

.vert-tab-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: #d1ad64;
}

.jurny-buttn .wd-button-wrapper a.btn {
    background: #b8a464 !important;!i;!;
    width: 18%;
    font-size: 16px;
    border: 2px solid #44203f;
}

.jurny-buttn {
    padding: 0px 0px;
}


.wd-btn-arrow.wd-prev {
    background: #B8A464;
    border-radius: 20px;
    border: 2px solid #44203F;
    margin-top: 20px;
}

.wd-btn-arrow.wd-prev .wd-arrow-inner::after {
    color: #44203F;
    font-size: 15px;
    font-weight: 600;
}

.wd-btn-arrow {
    background: #B8A464;
    border-radius: 20px;
    border: 2px solid #44203F;
    margin-left: 5px;
    margin-top: 20px;
    padding: 3px 4px;
}

.wd-tabs-header {
    display: none !important;
}

.vickie-sec a.btn {
    width: 30%;
    font-size: 16px;
    font-weight: 600;
}

.vickie-sec {
    padding: 40px 0pc;
}

.ftr-sec .menu-main-meu-container ul li a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.ftr-sec {
    padding: 40px 0px;
    margin-top: -40px;
}

.ftr-sec .menu-main-meu-container ul li a {
    color: #fff !important;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.ftr-sec .wd-social-icons a {
    color: #B8A464 !important;
}

.ftr-sec .wd-social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.cntct-sec {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
	padding-bottom: 40px;
}

.cnt-clm {
    background: #44203F;
    border-top: 1px solid #707070;
}

.gfield_label {
    display: none !important;
}

.gform_fields input {
    border-color: #fff !important;
}

.gform_fields textarea {
    border-color: #fff;
}

.gform_footer input {
    background: none;
    border: 2px solid #fff;
    width: 26%;
    font-size: 16px;
    color: #707070;
}

.gform_fields input::placeholder {
    color: #707070;
    font-size: 16px;
    font-weight: 500;
}

.gform_fields textarea::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #707070;
}

.embr-sec .title-subtitle {
    border-bottom: 1.5px solid #fff;
}

.title-subtitle {
    text-transform: uppercase;
}