.text-yellow{
    color: #ffb400;
}
.survey .color-block-yellow{
    background-color: #ffb400;
    position: fixed;
    height: 200%;
    width: 100%;
    transform: rotate(-15deg);
    left: -83%;
    top: -50%;
}
.survey .bg-dark {
    background-color: rgba(0,0,0,0.9);
}
.survey .left-section{
    border-radius: 20px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.5);
}
.survey .left-section .logo img {
    max-width: 25%;
}
.survey .left-section .abouttxt h6{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}
.survey .left-section .abouttxt h1{
    font-size: 25px;
    line-height: 45px;
    font-weight: 800;
    margin-bottom: 8px;
    color: #ffb400;
}
.survey .left-section .abouttxt h1 span {
    color: #fff;
    font-weight: 600;
}
.survey .left-section .abouttxt p {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    text-align: justify;
}
.survey .left-section .ui-list {
    color: #fff;
}

/* right */
.survey .title-section {
    margin: 0 auto;
    width: 100%;
    position: relative;
    padding: 40px 0;
}
.survey .title-section h1 {
    font-size: 42px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.survey .title-section h1 span{
color: #ffb400;
}
.survey .title-bg {
    font-size: 80px;
    left: 0;
    letter-spacing: 2px;
    line-height: 0.7;
    position: absolute;
    right: 0;
    top: 50%;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.07);
}

/* box */
.survey .services .box-stats.with-margin {
    margin-bottom: 30px;
}
.survey .services .box-stats {
    padding: 15px 15px;
    border-radius: 5px;
    border: 1px solid #252525;
}
.survey .services .box-stats h3 {
    color: #ffb400;
}
.survey .services .box-stats h3 {
    position: relative;
    display: inline-block;
    margin: 0;
    font-size: 50px;
    font-weight: 700;
}
.survey .services .box-stats p {
    padding-left: 45px;
    color: #fff;
    font-weight: 700;
}
.survey .services .box-stats p span{
    color: #ffb400;
}
.survey .services .box-stats p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 30px;
    height: 1px;
    background: #777;
}
.survey .services .custom-radio{
    display: inline-flex;
}
.survey .services .custom-radio:hover {
    background-color: rgba(0,0,0,0.2);
}
.survey .services .custom-radio input{
    margin-top: 7px;
}
.survey .services .custom-radio label{
    margin-bottom: 0;
}

.survey .btn {
    box-shadow: none !important;
    border-radius: 26px;
    font-weight: 500;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff !important;
    padding: 0 40px;
    outline: none !important;
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .5px;
    border: 0;
}
.survey .btn-custom{
    background-color: #ffb400;
}
.survey .btn-dark:hover{
    background-color: #333333;
}
.survey .btn.btn-download:before {
    content: "\f019";
}
.survey .btn:before {
    font: 15px/1.2em FontAwesome;
    color: #fff;
    position: absolute;
    height: 100%;
    right: 25px;
    top: 50%;
    margin-top: -9px;
    transition: all 0.3s;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.survey .que{
    display: inline-flex;
}
.survey .que i{
    color: #ffb400;
    margin-right: 10px;
    font-size: 23px;
}
.survey .que h6{
    color: #fff;
    text-transform: unset;
    line-height: 23px;
    font-weight: 600;
}
.survey .txtarea textarea {
    border: 1px solid #111;
    background: #252525;
    color: #fff;
    width: 100%;
    padding: 12px 26px;
    margin-bottom: 20px;
    height: 160px;
    overflow: hidden;
    border-radius: 30px;
    outline: none !important;
    transition: .3s;
    box-shadow: none;
    font-size: 16px;
}
.survey .txtarea textarea:focus, .survey .selectbx select:focus, .survey .inputbox input:focus {
    border: 1px solid #ffb400;
}
.survey .selectbx select {
    border: 1px solid #111;
    background: #252525 !important;
    color: #fff;
    width: 100%;
    padding: 12px 26px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
    outline: none !important;
    transition: .3s;
    box-shadow: none;
    font-size: 16px;
    min-height: 50px;
}
.survey .inputbox input {
    border: 1px solid #111;
    background: #252525 !important;
    color: #fff !important;
    width: 100%;
    padding: 12px 26px;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 30px;
    outline: none !important;
    transition: .3s;
    box-shadow: none;
    font-size: 16px;
    min-height: 50px;
}
.survey .text-white {
    color: #fff;
}
.survey .ans {
    display: inline-flex;
}
.survey .ans p {
    line-height: 23px;
}
.survey .ans i{
    color: #ffb400;
    margin-right: 10px;
    font-size: 23px;
}
.survey .border-que{
    border: 1px solid #272727;
    padding: 15px 0;
}
.survey .services{
    max-height: 380px;
    overflow-y: auto;
}
.border-none{
    border:none !important;
}
.survey .modal-content{
background-color: #232323 !important;
}
.survey-pop i{
    color: #fff;
    font-size: 82px;
    margin-bottom: 15px;
}
.survey-pop h5{
    color: #fff;
    font-size: 36px;
}
.survey-pop h5 span{
    color: #ffb400;
}
.survey-pop p{
    color: #fff;
    font-size: 16px;
}