/**************** General styles ******************** *
 *  container
 *  body, html
 *  Global Styles
****************************************************/

/** container **/

:root{
    --color-dark: #212529;
    --color-brown: #A28D75;
    --color-light: #fff;
    --color-gray:#73716F;
    --color-orange: #F55E00;
    --colorte-xt-dark: #3a3a3a;
    --color-text-light: #4f4f4f;
    --bg-light-gray: #f8f8f8;
    --bg-dark-gray: #212529;
}
body{
    color: #3a3a3a;
}
.form-control:focus,.form-control:focus-visible{outline: none;}
.section-title h1::before,
.section-title h2::before {
    content: '/';
    margin-right: 20px;
    position: relative;
    top: -4px;
    color: var(--color-orange);
    transform: rotate(8deg);
}
.main-container,
.large-container{
    max-width: 1280px;
    margin-inline: auto; 
    padding: 0 20px;  
}
.large-container{
    max-width: 1420px;
}
.container{
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.subtitle {
    align-items: center;
}
.list-none{
    list-style: none;
}
.w-100{
    width: 100%;
}
.h-100{
    height: 100%;
}

/** Buttons **/



.button-wrapper { gap: 30px;}
.button,
.button-primary,
.button-secondary{
    min-width: 170px;
    padding: 19px 30px 18px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 28px;
    cursor: pointer;
}
.button img{
    margin-left: 15px;
}
.button-primary {    
    background: var(--color-orange);
    color: var(--color-light);  
    border: 1px solid var(--color-orange);  
}
.button-secondary {
    border: 1px solid var(--color-orange);
    color: var(--color-orange);
}
.button-primary.large {
    padding: 19px 30px 18px;
}
.button-primary:hover {
    border: 1px solid var(--color-orange);
    background: transparent;
    color: var(--color-orange);
}
.button-wrapper {
    align-items: end;
}
.button-secondary:hover{
    background: var(--color-orange);
    color: #fff;
}
.border-top{
    border-top: 1px solid #A28D75;
}
.border-bottom{
    border-bottom: 1px solid #D8D8D8;
}
.border-bottom-white{
    border-bottom: 1px solid #fff;
}
.para-gray{
    color: var(--color-gray);
}
.bg-light-gray{
    background: var(--bg-light-gray);
}
.bg-dark-gray,
.grid-row-column.bg-dark-gray{
    background: var(--bg-dark-gray);
}
.left{
    text-align: left;
}
.center{
    text-align: center;
}
.wpcf7 form .wpcf7-response-output {
    padding: 12px;
    border-width: 1px;
    text-align: center;
}

/** Padding **/
.p-100{
    padding: 100px;
}
.p-90{
    padding: 90px;
}
.p-80{
    padding: 80px;
}
.p-70{
    padding: 70px;
}
.p-60{
    padding: 60px;
}
.p-50{
    padding: 50px;
}
.p-40{
    padding: 40px;
}
.p-30{
    padding:30px;
}
.p-20{
    padding: 20px;
}
.p-10{
    padding: 10px;
}
.py-120{
    padding-top: 120px;
    padding-bottom: 120px;
}
.py-110{
    padding-top: 110px;
    padding-bottom: 110px;
}
.py-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.py-90{
    padding-top: 90px;
    padding-bottom: 90px;
}
.py-80{
    padding-top: 80px;
    padding-bottom: 80px;
}
.py-70{
    padding-top: 70px;
    padding-bottom: 70px;
}
.py-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.py-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.py-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.py-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.py-20{
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.pt-120{
    padding-top: 120px;
}
.pt-110{
    padding-top: 110px;
}
.pt-100{
    padding-top: 100px;
}
.pt-90{
    padding-top: 90px;
}
.pt-80{
    padding-top: 80px;
}
.pt-70{
    padding-top: 70px;
}
.pt-60{
    padding-top: 60px;
}
.pt-50{
    padding-top: 50px;
}
.pt-40{
    padding-top: 40px;
}
.pt-30{
    padding-top: 30px;
}
.pt-20{
    padding-top: 20px;
}
.pt-10{
    padding-top: 10px;
}
.pb-120{
    padding-bottom: 120px;
}
.pb-110{
    padding-bottom: 110px;
}
.pb-100{
    padding-bottom: 100px;
}
.pb-90{
    padding-bottom: 90px;
}
.pb-80{
    padding-bottom: 80px;
}
.pb-70{
    padding-bottom: 70px;
}
.pb-60{
    padding-bottom: 60px;
}
.pb-50{
    padding-bottom: 50px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-30{
    padding-bottom: 30px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-10{
    padding-bottom: 10px;
}
.px-100{
    padding-left: 100px;
    padding-right: 100px;
}
.px-90{
    padding-left: 90px;
    padding-right: 90px;
}
.px-80{
    padding-left: 80px;
    padding-right: 80px;
}
.px-70{
    padding-left: 70px;
    padding-right: 70px;
}
.px-60{
    padding-left: 60px;
    padding-right: 60px;
}
.px-50{
    padding-left: 50px;
    padding-right: 50px;
}
.px-40{
    padding-left: 40px;
    padding-right: 40px;
}
.px-30{
    padding-left: 30px;
    padding-right: 30px;
}
.px-20{
    padding-left: 20px;
    padding-right: 20px;
}
.px-10{
    padding-left: 10px;
    padding-right: 10px;
}
.p-0{
    padding: 0;
}

.mt-60{
    margin-top: 60px;
}
.mt-50{
    margin-top: 50px;
}
.mt-40{
    margin-top: 40px;
}
.mt-30{
    margin-top: 30px;
}
.mt-20{
    margin-top: 20px;
}
.mt-10{
    margin-top: 10px;
}
.mb-120{
    margin-bottom: 120px;
}
.mb-0{
    margin-bottom: 0;
}
.m-0{
    margin: 0;
}


/** body, html **/

body{
    box-sizing: border-box;
    overflow-x: hidden;
    margin:0;
}
html {
  scroll-behavior: smooth;
}
*, *::before, *::after {
    box-sizing: border-box;
}
/** Global Styles **/
img {
    height: auto;
    max-width: 100%;
    border-style: none;
}
.space-between{
    justify-content: space-between;
}
.justify-content-between{
    justify-content: space-between;
}
.position-relative{
    position: relative;
}
.position-absolute{
    position: absolute;
}
.border-divider { background: #D8D8D8; width: 100%; height: 1px; }
.d-flex{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.align-items-center{
    align-items: center;
}
.align-items-end{
    align-items: flex-end;
}
.flex-row-reverse{
    flex-flow: row-reverse;
}
.justify-content-center{
    justify-content: center;
}
.d-grid{
    display: grid;
}
.grid-column-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-column-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-column-4{
    grid-template-columns: repeat(4, 1fr);
}
.gap-20{
    gap: 20px;
}
.columns-2{
    grid-template-columns: 43% auto;
    gap: 100px;
}
.text-center{
    text-align: center;
}
.text-uppercase{
    text-transform: uppercase;
}
.text-sky{
    color:#4199D8;
    font-weight: 500;
}
.text-light,
.text-light h1,.text-light h2,.text-light h3,.text-light h4,.text-light h5,.text-light h6{
    color: var(--color-light);
}
.text-orange{
    color: var(--color-orange);
}
.heading-color{
    color: #0B233F;
}
.wpcf7-response-output {
    color: #000;
}
.wpcf7-not-valid-tip {
    font-size: 14px !important;
}

/* Portfolio CSS */
.post-type-archive-portfolio section.investment-sec.main-container {
    display: none;
}