/*Basics*/
:root {
    --mainBrownColor: #8e3824;
    --mainBlueColor: #3c5f76;
    --mainFontPoppin: 'Poppins', sans-serif;
    --mainFontOswald: "Oswald", serif;
    --container-width: 1120px;
    --container-width-half: 560px;
}
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: var(--mainFontPoppin);
}
body {
    font-size: 14px;
    color: #000;
    font-family: var(--mainFontPoppin);
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1;
    font-family: var(--mainFontOswald);
    color: #000;
}
.container-fluid {
    padding: 0;
    max-width: 1920px;
    overflow: hidden;
}
.container {
    width: 100%;
    max-width: var(--container-width);
}
.container-half {
    width: 100%;
    max-width: var(--container-width-half);
}
a {
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
.transition-effect {
    transition: all 0.5s ease;
}
.btn{
    background-color: var(--mainBrownColor);
    text-transform: uppercase;
    color: #ffffff;
    font-family: var(--mainFontOswald);
    font-size: 16px;
    text-align: center;
    border-radius: 0;
    padding: 18px 45px;
    line-height: 1;
    transition: all 0.5s ease;
}
.btn:hover{
    opacity: 0.9;
    background-color: var(--mainBrownColor);
    color: #ffffff;
}
.heading1{
    color: #000000;
    font-family: var(--mainFontOswald);
    font-weight: bold;
    font-size: 48px;
}
.heading2{
    color: var(--mainBrownColor);
    font-size: 16px;
    font-family: var(--mainFontOswald);
    text-transform: uppercase;
}
.textcopy{
    color: #000000;
    font-size: 15px;
    font-weight: 300;
}
.width-half{
    width: 50%;
    margin: 0 auto;
}

/*Fonts*/
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('fonts/poppins-v20-latin-100.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/poppins-v20-latin-200.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/poppins-v20-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/poppins-v20-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/poppins-v20-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/poppins-v20-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/poppins-v20-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/poppins-v20-latin-800.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    src: url('fonts/poppins-v20-latin-900.woff2') format('woff2');
}

/* oswald-200 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 200;
    src: url('fonts/oswald-v53-latin-200.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-300 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/oswald-v53-latin-300.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-regular - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/oswald-v53-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/oswald-v53-latin-500.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-600 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/oswald-v53-latin-600.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-700 - latin */
@font-face {
    font-display: swap;
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 700;
    src: url('fonts/oswald-v53-latin-700.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.top-bar {
    background-color: var(--mainBlueColor);
    color: #ffffff;
    padding: 10px 0;
}
.top-bar-outer{
    display: flex;
    align-items: center !important;
    justify-content: space-between;
}
.logo-info{
    padding-right: 5%;
}
.contact-info{
    font-size: 12px;
}
.nav-link{
    font-size: 16px;
    font-weight: 500;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover{
    color: var(--mainBrownColor) !important;
}
ul.navbar-nav{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.bbar-right{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.nh-left{
    background: var(--mainBrownColor);
    border-radius: 100%;
    padding: 10px;
    width: 35px;
    height: 35px;
    line-height: 1.2;
}
.nh-left i{
    color: #ffffff;
}
.nh-right{
    padding-left: 10px;
}
.nh-right p{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 0;
}
.need-help{
    display: flex;
    align-items: center;
    margin-right: 30px;
}
.bottom-bar{
    padding: 15px 0;
}

/*Header Section*/
.header-section {
    padding: 50px 0;
}
.header-heading {
    font-weight: bold;
    font-family: var(--mainFontOswald);
    font-size: 72px;
    margin-bottom: 25px;
}
.header-heading2{
    color: var(--mainBrownColor);
    font-size: 16px;
    font-family: var(--mainFontOswald);
    text-transform: uppercase;
    margin-bottom: 15px;
}
.header-copy{
    font-size: 16px;
    font-weight: 300;
}
.himg-stacks{
    position: relative;
}
.himg-stacks img:nth-child(2),
.himg-stacks img:nth-child(3){
    margin-left: -22px;
}
.himg-stacks img:nth-child(2){
    filter: grayscale(50%);
}
.himg-stacks img:nth-child(3){
    filter: grayscale(60%);
}
.himg-stacks i{
    color: #ffffff;
    position: absolute;
    right: 18px;
    top: 18px;
    font-size: 18px;
}
.himg-stacks img{
    max-width: 50px;
}
.header-btns{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}
.header-client-copy{
    font-family: var(--mainFontOswald);
    font-size: 16px;
    color: var(--mainBrownColor);
    text-transform: uppercase;
}
.hdr-sec-left{
    padding: 0 30px;
}

/*Contact Form*/
.form-section {
    background: url('../images/graphics/bg_1.png') no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    color: #ffffff;
}
.fsec-cont{
    display: flex;
}
.fsec-head{
    color: #fcfcfc;
    font-family: var(--mainFontOswald);
    font-size: 30px;
    font-weight: bold;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    line-height: 1.1;
    letter-spacing: -0.01em;
}
.input-group {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    border: none;
    background-color: #393637;
    border-radius: 0;
    overflow: hidden;
    margin-bottom: 5px;
}
.input-group .icon {
    background-color: #393637;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-group .icon i {
    width: 20px;
    height: 15px;
    color: #ffffffb7;
}
input::placeholder {
    color: #ffffffb7;
}
.form-input{
    background-color: #393637;
    border: 0;
    border-radius: 0;
    font-size: 15px;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px;
    padding-left: 0 !important;

}
.form-col{
    padding-right: 0;
    padding-left: 5px;
}
.form-btn{
    width: 100%;
    padding: 10px;
    line-height: 1.3;
}

/*Who we are*/
.who-section {
    padding: 70px 0 50px 0;
}
.image-stack {
    position: relative;
}
.whosec-right{
    padding-top: 35px;
}
.whosec-right h2{
    margin-top: 25px;
}
.whosec-right p{
    margin-top: 25px;
    margin-bottom: 25px;
}
.whos-content{
    display: flex;
    align-items: center;
}
.whos-content ul {
    padding-left: 35px;
    margin-bottom: 0;
}
.whos-content ul li{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.whos-content .btn{
    font-size: 20px;
}
.whos-content span{
    display: block;
}
.whos-content span:nth-child(1){
    font-size: 15px;
    font-weight: 300;
    color: #000000;
}
.whos-content span:nth-child(2){
    font-size: 22px;
    font-family: var(--mainFontOswald);
    color: var(--mainBrownColor);
}
.wc2{
    margin-top: 40px;
    margin-bottom: 30px;
}
.call-circle {
    width: 50px;
    height: 50px;
    background-color: var(--mainBrownColor);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}
.wc3{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.pbar-head{
    font-family: var(--mainFontPoppin);
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}
.progress-bar {
    background-color: var(--mainBrownColor);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/*What we Do*/
.whatdo-sec .heading2{
    margin-bottom: 15px;
}
.whatdo-sec .heading1{
    margin-bottom: 20px;
}
.whatdo-sec .textcopy{
    color: #373737;
    margin-bottom: 30px;
}
.whatdo-row{
    margin-top: 40px;
}
.whatdo-row .card {
    border: none;
}
.whatdo-row .card img {
    object-fit: cover;
}
.whatdo-row .card-body {
    background-color: #fff;
    width: 73%;
    margin: 0 auto;
    margin-top: -100px;
    text-align: left;
    padding: 25px 30px;
    position: relative;
}
.svs-icon{
    position: absolute;
    top: -30px;
    right: -10px;
}
.whatdo-row .card-title {
    font-size: 18px;
    font-family: var(--mainFontOswald);
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.whatdo-row .card-description {
    color: #373737;
    font-size: 15px;
    font-weight: 300;
}
.whatdo-row .card-link {
    color: var(--mainBrownColor);
    font-size: 18px;
    font-family: var(--mainFontOswald);
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

/*Stat Section*/
.stats-section{
    margin-top: 30px;
    background: url('../images/graphics/bg_2.png') no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    color: #ffffff;
}
.stats-cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fstat-head{
    font-size: 36px;
    color: #ffffff;
    font-family: var(--mainFontOswald);
    font-weight: bold;
    text-align: left;
}
.fstat-copy{
    font-size: 18px;
    color: #ffffff;
    font-family: var(--mainFontOswald);
    font-weight: bold;
    text-align: left;
}


/*Project Section*/
.project-sec{
    margin-top: 50px;
}
.project-sec .heading2{
    margin-bottom: 15px;
}
.project-sec .heading1{
    margin-bottom: 20px;
}
.proj-row{
    margin-top: 40px;
}
.project-card {
    position: relative;
    overflow: hidden;
    color: white;
}
.project-card img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
}
.project-card:hover img {
    transform: scale(1.1);
}
.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
    opacity: 1;
    text-align: left;
    transition: opacity 0.3s ease;
}
.project-title{
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}
.project-title2{
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    font-family: var(--mainFontOswald);
}
.project-text{
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 15px;
    line-height: 1.3;
}

/*Faq Section*/
.faq-sec{

}
.faq-sec .heading2 {
    margin-bottom: 15px;
}
.faq-sec .heading1 {
    margin-bottom: 20px;
}
.faq-sec .textcopy {
    color: #373737;
    margin-bottom: 30px;
}
.faq-sec .width-half{
    width: 60%;
}
.far-row{
    margin-top: 20px;
}
.faq-text p {
    margin-bottom: 10px;
}
.faq-text .collapse-toggle {
    cursor: pointer;
    font-weight: bold;
    font-family: var(--mainFontOswald);
    color: #000000;
    font-size: 20px;
}

/*contact us page*/
.contactus{
    margin: 65px 0;
}
.contactus p{
    font-size: 18px;
    line-height: 1.4;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 65px;
    text-align: center;
}
.contactus h3{
    font-size: 26px;
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 15px;
}
.contactus ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.contactus ul li{
    margin-bottom: 20px;
    color: #646464;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    font-style: normal;
}
.contactus ul li svg{
    color: var(--mainBrownColor);
    display: inline-block;
    padding-right: 12px;
    fill: var(--mainBrownColor);
    margin-bottom: 3px;
}
.contactus ul li a{
    color: #646464;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.contactus form .form-group{
    position: relative;
}
.contactus form svg{
    left: 13px !important;
    position: absolute;
    top: 1px;
    left: 0;
    background-color: transparent;
    padding: 15px;
    border-radius: 2px;
    fill: var(--mainBrownColor);
    width: 45px;
    height: 45px;
}
form .form-btn{
    display: inline-block;
    margin-left: 10px;
    background-color: var(--mainBrownColor);
    color: #ffffff;
    border: 0;
    width: 150px;
    border-radius: 0;
    height: 47px;
    transition: all 0.3s ease-in-out;
}
form .form-btn1{
    height: 43px;
    width: 262px;
    margin-left: 2px;
}
form .form-btn:hover {
    background-color: #000;
}
.contactus .brcf-field{
    width: 100% !important;
    padding-bottom: 0;
    padding-left: 40px;
    position: relative;
}
.contactus form textarea{
    padding: 12px 24px 12px 45px !important;
    font-size: 14px !important;
    border-radius: 0 !important;
}
.contactus form button{
    margin: 0;
}
.contactus form input{
    margin-bottom: 0;
    border-radius: 2px;
    padding-top: 0;
}
.contactus form .form-group{
    margin-bottom: 20px;
}
form .brcf-field, form .brcf-btn {
    border-radius: 0;
    height: 47px;
}
.contactus ul li br{
    display: none;
}

/*Footer*/
.footer {
    background: url('../images/graphics/footer_bg.png') no-repeat center center;
    background-size: cover;
    color: #fff;
    padding: 80px 0 25px 0;
    text-align: center;
}
.footer .info-box {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.footer .info-box i {
    background: var(--mainBrownColor);
    padding: 30px;
    margin-right: 20px;
}
.info-box p{
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}
.footer-head{
    font-family: var(--mainBrownColor);
    font-size: 24px;
    color: #ffffff;
}
.footer-copy{
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 25px;
    margin-top: 12px;
}
.footer input {
    background: transparent;
    border: 1px solid #838383;
    color: rgba(255, 255, 255, 0.2);
    border-radius: 0;
    width: 400px !important;
    height: 50px;
}
.footer input::placeholder {
    color: rgba(255, 255, 255, 0.2);
}
.footer .btn-submit {
    background: var(--mainBrownColor);
    color: white;
    border: 1px solid var(--mainBrownColor);
    padding: 10px 15px;
    width: 55px;
}
.fnbtn{
    transform: rotate(45deg);
    font-size: 17px;
}
.footer-bottom{
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin: 0 auto;
    margin-top: 100px;
}
.footer-bottom p,
.footer-bottom a{
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    opacity: 0.6;
}