/* Global Styles */

header{
    position: relative;
}
section {
    display: block;
}
header .box-right {
    border: 1px solid #9b9ba0;
}


/* Columns */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-6, .col-md-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}



/* Form Controls */
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    color: #bfc1bf;
    font-weight: 100;
  ;
    border: 1px solid #3a3838;
    border-radius: 4px;
}
.media-body h2{
    color: #ffffff !important;
    font-size: 20px;
}
.theme-bg-2 {
    background-color: #f8572c;
    border-radius: 100px;
}
.ic-2x {
    font-size: 2em;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

/* Collapse */
.collapse:not(.show) {
    display: none;
}

/* Cards */
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

/* Accordion */
.accordion {
    overflow-anchor: none;
}

.accordion > .card {
    overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}

/* Media */
.media {
    display: flex;
    align-items: flex-start;
}

.media-body {
    flex: 1;
}

/* Utilities */
.bg-transparent {
    background-color: transparent !important;
}

.border-0 {
    border: 0 !important;
}

.d-block {
    display: block !important;
}

.align-items-center {
    align-items: center !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.text-white {
    color: #fff !important;
}

/* Print */
@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    img {
        page-break-inside: avoid;
    }

    h3 {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }


}

.box-shadow {
    box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
}

/* Flaticon */
[class^="flaticon-"]:before,
[class^="flaticon-"]:after {
    font-family: Flaticon;
    font-style: normal;
}

.flaticon-engineer:before {
    content: "\f107";
}

.flaticon-investment:before {
    content: "\f10f";
}
.bg-black{
    border-radius: 45px;
    padding: 50px;
}
/* Accordion Custom */
.accordion .card {
    border: none;
    margin-bottom: 10px;
    overflow: inherit;
    background: none;
}

.accordion > .card .card-header {
    margin-bottom: 0;
}

.accordion .card:last-child {
    margin-bottom: 0;
}

.accordion .card-header {
    background: none;
    border: none;
    position: relative;
    padding: 0;
}

.accordion .card-header a {
    padding: 15px 30px 15px 10px;
    background: none;
    font-weight: 400;
    font-size: 16px;
    color: #fff0dd;
    text-transform: capitalize;
    display: inline-block;
    width: 100%;
    line-height: 30px;
}

.accordion .card a:hover {
    background: none;
    color: white;
}

.accordion .card-body {
    padding: 30px;
    padding-top: 0;
    line-height: 2;
    color: #efdbc2;
}

.accordion .card-header a:before {
    content: "+";
    font-size: 1rem;
    top: 50%;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
}

.accordion .card a:hover {
    background: none;
    color: #ff8d03;
}

/* FAQ Section */
.faq-section {
    padding: 100px 0 150px;
}

.faq-section .faq-img {
    text-align: center;
    margin: auto 0;
}

.faq-section .faq-title {
    margin: 77px 0;
    color: #000000;
}


.faq-section .faq-title span {
    color: #f8572c;
}

.faq-section .faq-title h3 {
    margin-bottom: 15px;
}

.faq-section .faq-title div {
    margin-top: 5px;
    line-height: 40px !important;
    font-size: 16px;
}

.bac-card {
    background: #292727 !important;
    padding: 0 17px;
    border-radius: 5px !important;
}

.search-box {
    border-radius: 5px;
    background: #f8572c;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    filter: drop-shadow(2px 4px 6px black);
}

.padding-10 {
    padding: 10px;
}

.search-icon {
    position: absolute;
    display: inline-block;
    left: 45px;
    top: 23px;
    font-size: 20px;
}

.faq-title h1 {
    font-size: 35px;
}



@media (min-width: 1200px) {

}
@media (min-width: 992px) {

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 768px) {

    .col-md-10 {
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (min-width: 710px) and (max-width: 990px) {
    .faq-section .faq-img {
        margin-top: 25px !important;
    }
}
@media (max-width: 709px) {
    .faq-section .faq-img {
        margin-top: 70px !important;
    }
}
@media (min-width: 576px) {

}



