@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

html, body { 
    font-family: 'Poppins', sans-serif;
    color: #423a30;
    padding-top: 50px;
    font-size: 14px;
    min-height: 100vh;
    position: relative;
    /* margin: 0; */
}

.btn{
    border-radius: 4px !important;
    min-width: 140px;
    padding: 10px 10px;
}

.btn-warning{
    background-color: #f5982f; 
    border-color: #f5982f;   
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active{
    background-color: #E78313 !important;
}

.btn-outline-warning{
    border-color: #f5982f;
}

.btn.btn-outline-warning:focus, .btn.btn-outline-warning:hover{
    background-color: #E78313 !important;
    color: #fff !important; 
    border: 1px solid #E78313;
}

.c-white{
    color: #fff !important;
}
.c-prim{
    color: #f99a00 !important;
}
.c-normal{
    color: #423a30 !important;
}
.c-grey{
    color: #c8c0b7 !important;
}

.bg-white{
    background-color: #fff !important;
}
.f-14{
    font-size: 14px !important;
}
.f-26{
    font-size: 26px !important;
}
.mb-6{
    margin-bottom: 9rem !important;
}
.margin-0{
    margin: 0px;
}

.pd-0{
    padding: 0px;
}
.pd-10{
    padding: 10px;
}
.pd-80{
    padding: 80px;
}
.pd-t-0{
    padding-top: 0px !important;
}
.pd-b-0{
    padding-bottom: 0px !important;
}
.pd-b-150{
    padding-bottom: 150px !important;
}
.pd-r-0{
    padding-right: 0px !important;
}
.pd-l-0{
    padding-left: 0px !important;
}
.pd-custom{
    padding: 20px;
    padding-top: 0px;
}

.bd-radius-10{
    border-radius: 10px !important;
}

#heroOval{
    padding: 70px 26.2%;

    background-image: url("../img/oval@2x.png");
    background-position-x: center;
    background-size: cover;
}

#heroOval2{
    padding: 80px;

    background-image: url("../img/oval-2@2x.png");
    background-position-x: right;
    background-size: 100%;     
}
#heroOval2-2{
    padding: 80px;
}

#heroOval4{
    padding: 80px 80px;
    margin: 10px 0px;

    background-image: url("../img/oval-4@2x.png");
    background-position-x: right;
    background-size: 100%;
    background-repeat: no-repeat;
}

#heroOval5{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0px 80px;

    background-image: url("../img/oval-5@2x.png"); 
    background-position-x: right;
    background-size: 100%; 
}

#heroOval6{    
    padding: 80px 80px;

    background-image: url("../img/oval-6@2x.png");
    background-position-x: right;
    background-size: 100%;
    background-repeat: no-repeat;
}

#heroOval7{    
    padding: 80px 80px;

    background-image: url("../img/oval-6@2x.png");
    background-position-x: right;
    background-size: 100%;
    background-repeat: no-repeat;
}

#heroTitle{
    background-image: url("../img/page-title@2x.png");
    padding: 80px 80px;
    margin: 10px 0px;
    text-align: center;    
    background-size: 100%;
}

#heroTitle h1, #heroTitle h2{
    color: #fff;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.form-group input, .form-group textarea{
    border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(69, 54, 38, 0.04);
    border: solid 1px #ddd;
    padding: 10px 20px;
}
  
.form-control-placeholder{
    position: absolute;
    top: 0;  
    transition: all 200ms;
    opacity: 0.5;
    background-color: #fff;
    margin-left: 20px;
    margin-top: 10px;
    color: #dedbd8;    
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
    font-size: 90%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    padding: 0px 5px;    
}

.form-control:focus{
    border: solid 2px #f5982f;
}

.btn-shadow{
    box-shadow: 0 0 48px 0 rgba(69, 54, 38, 0.04);
}

h1::before {
    content: url("../img/combined-shape.png");
    position: absolute;
    top: -42px;
    left: -23px;
    z-index: -1;
}

.title{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #c8c0b7;
    margin: 0px;
}

.maps{
    height: 500px;
    border: 1px solid #ccc;
    width: 100%;
}

.progressbar {
    counter-reset: step;
    margin-top:20px;
    height:10px;
    line-height: 5;
    width:10px;
}
.progressbar li {
    list-style-type: none;
    width: 222px;
    float: left;
    font-size: 14px;
    position: relative;
    text-align: left;
    color: #c8c0b7;
}
.progressbar li:before {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    content: counter(step);
    counter-increment: step;
    line-height: 15px;
    display: inline-block;
    text-align: center;
    margin: 0 auto 10px auto;
    background-color: #c8c0b7;
    color: #c8c0b7;
    margin-right: 10px;  
}

.progressbar li:after {
    width: 1px;
    height: 60px;
    content: '';
    position: absolute;
    background-color: #c8c0b7;
    left: 7px;
    bottom: -32px;
}

.progressbar li.active {
    color: #f5982f;
    font-weight: bold;
}
.progressbar li.active:before {
    background-color: #f5982f;
    color: #f5982f
}

.progressbar li:nth-last-child(1)::after{
    height: 0px;
}

.progressbar li a{
    position: absolute;
    width: 222px;
    top: 20px;
    left: 25px;
}

.progressbar li.active a{
    color: #423a30;
    font-weight: normal;
}

.nav-link::before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #bbb;
    margin-right: 10px;
}

.nav-link.active::before{
    background-color: #f5982f;
}

.nav-link{
    background-color: #fff;    
    color: #bbb;
    border-bottom: 1px solid #ccc;
    line-height: 4;
    font-size: 14px;
}

.nav-link.active{
    background-color: #fff !important;    
    font-weight: bold;
    color: #f5982f !important;
    padding-left: 30px;
}

.modal-body{
    padding: 3rem;
    background-color: #fff;
    border-radius: 10px;
}

.modal-header{
    border: 0px;
}

.modal-content{
    background: none;
    border: 0px;
}

#navbar{
    padding: 0px 80px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
footer div.d-flex{
    padding: 16px 80px;
    background-color: #f5982f;
    margin-bottom: 1rem;
}
footer ul{
    display: flex;
    list-style: none;
    margin: 0px;
}
footer li{
    margin: 0px 20px;    
}

footer img{
    max-width: 130px !important;    
}

.owl-carousel.off {
    display: flex !important;
}

.nav-pills {
    display:none;
}

.card{
    border: 0px;
}

a.collapsed{
    color: #bbb;
}
.card-header a.collapsed {
    font-weight: normal;
}
.card-header a, .card-header a:hover  {
    font-weight: bold;
}
.card-header a {
    font-size: 14px;
}
.card-header a:after {
    font-family: 'Font Awesome 5 Free';  
    content: "\f077";
    float: right; 
}
.card-header a.collapsed:after {
    content: "\f078"; 
}

.card-header{
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
    font-size: 14px;
}

.card-body{
    padding: 1.25rem 0px;
}

#heroOval6 .nav-pills{
    min-width: 270px !important;
}

@media only screen and (min-width: 320px) and (max-width: 1180px) {
    body { 
        padding-top: 35px;
    }
    #header{
        box-shadow: none !important;
        height: 77px;
        padding-top: 25px !important;
    }
    #header .logo img {
        max-width: 130px !important;
      }

    .nav-menu{
        position: absolute !important;
        right: 10px;
        top: 16px;
    }

    #navbar{
        padding: 0px 20px;
    }
    h1::before {
        content: '';
    }
    h1{
        font-size: 16px !important;
        text-align: left;
    }
    h2{
        font-size: 12px !important;
        text-align: left;
    }
    .f-26{
        font-size: 16px;
    }

    .mobile-nav a.btn{
        width: 45%;        
    }

    footer ul{
        display: block;
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    footer li{
        margin: 20px;
        text-align: center; 
        font-size: 12px;   
    }
    footer nav{
        margin: 0px auto;
    }
    footer p{
        font-size: 12px;   
    }

    .d-flex{
        display: block !important;
    }

    .w-m-full{
        max-width: 100%;
    }

    #hero .row{
        padding-top: 0px;
    }

    #heroOval2, #heroOval6, #heroOval7{
        padding-top: 80px;
    }

    #heroOval5{
        padding-bottom: 80px;
    }

    .pd-80, .pd-l-0 , .pd-r-0, .pd-0,
    #heroOval, #heroOval2, #heroOval4, 
    #heroOval5, #heroOval6, #heroOval7,
    #heroTitle, #heroOval2-2{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    #heroTitle h1, #heroTitle h2{
        text-align: center !important;
    }

    .m-m-0{
        margin: 0px !important;        
    }

    .mb-m-1{
        margin-bottom: 15px !important;
    }

    .mt-m-0{
        margin-top: 0px !important;
    }

    .mt-m-2{
        margin-top: 20px !important;
    }

    .ml-m-0{
        margin-left: 20px !important;
    }

    .pd-m-0{
        padding-top: 0px !important;
    }

    .progressbar li {
        font-size: 12px;
    }

    .progressbar li:after {
        height: 55px;
    }

    .no-flex{
        flex-basis: unset;
    }
    
    .nav-link.active{
        padding-left: 14px;        
    }

    #heroTitle{
        background-image: url("../img/page-title-mobile@2x.png");
        background-size: cover;
    }

    footer {
        position: unset;
    }
}

@media(min-width:768px) {
    .nav-pills {
        display: flex;
    }
    
    .card {
        border: none;
    }

    .card .card-header {
        display:none;
    }  

    .card .collapse{
        display:block;
    }
}

@media(max-width:767px){
    .tab-content > .tab-pane {
        display: block !important;
        opacity: 1;
    }
}