 .header-curve .logo-header:before {
    right: -80px;
    width: 100%;
    -webkit-transform: skew(30deg);
    -moz-transform: skew(30deg);
    -o-transform: skew(30deg);
    -ms-transform: skew(30deg);
    transform: skew(-50deg);
}
.header-curve .logo-header:after, .header-curve .logo-header:before {
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.header-curve .logo-header:after {
    right: 10%;
    width: 2000px;
}
.header-curve .logo-header:after, .header-curve .logo-header:before {
    background-color: #fff;
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #efbb20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    height: 68px;
    position: relative;
    z-index: 9;
}
.dlab-bnr-inr, .dlab-bnr-inr .dlab-bnr-inr-entry {
    height: 300px;
}
.dlab-bnr-inr-entry {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
    -webkit-justify-content: space-between;
}
.dlab-bnr-inr .breadcrumb-row {
    padding: 0;
    background-color: #ff8800;
    padding: 0px 10px 0px 10px;
}
.breadcrumb-row ul {
    margin: 0;
}
.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
}
.dlab-bnr-inr .breadcrumb-row ul li a {
    color: #fff;
    text-decoration: none;
}
.dlab-bnr-inr .breadcrumb-row ul li:after, .dlab-bnr-inr .breadcrumb-row ul li:last-child {
    color: #fff;
}
.breadcrumb-row ul li a:after {
    content: "\f105";
    margin-left: 7px;
    font-family: fontawesome;
}
      .page-wraper {
    background: #f3f3f3;
}
.section-head {
    margin-bottom: 20px;
}
      .m-a20 {
    margin: 20px;
}
.p-t20 {
    padding-top: 20px;
}
.section-head .title {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 45px;
   color: #444;
}

.bg-primary {
    background-image: linear-gradient(to right, #ff8800, #CF3034) !important;
}

.dlab-separator {
    display: inline-block;
    height: 2px;
    width: 80px;
    margin-bottom: 10px;
    position: relative;
}

.dlab-post-meta {
    margin-bottom: 60px;
}


.dlab-post-meta ul {
    margin: 0;
    list-style: none;
    text-transform: capitalize;
}

.dlab-post-meta ul li {
    padding: 0;
    display: inline-block;
    color: var(--color-primary);
    font-weight: 600;
    font-size: 16px;
    text-transform: initial;
}

dl, ol, ul {
    list-style-position: outside;
    padding: 0;
}

.dlab-post-meta a {
    color: inherit;
    text-decoration: none;
}

.form-group {
    margin-bottom: 25px;
}

label {
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
    color: #6f6f6f;
    font-size: 19px;
}

.form-select {
   font-size: 18px;
}
.site-button {
    background-color: #ff8800;
    margin-top: 1px;
}

.site-button, .site-button-secondry {
    color: #fff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 18px;
    outline: 0;
    cursor: pointer;
    outline: 0;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}


.footer-bottom {
    background-color: #ff5e14;
    padding: 25px 0;
    color: #fff;
    /* font-size: 14px; */
    font-size: 18px;
    border-top: 1px solid rgba(255, 255, 255, .05);
    margin-top: 40px;
}