.contact-form label {
    color: #fff !IMPORTANT;
}
.contact-form textarea, 
.contact-form input {
    background: transparent !IMPORTANT;
    border-radius: 0px !IMPORTANT;
    color: #fff !IMPORTANT;
}

/*portfolio heading*/
@media only screen and (min-width: 1199px) {
.vision-heading  {
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    top: -20px;
}}
@media only screen and (min-width: 600px) and (max-width:1198px){
.vision-heading  {
    position: absolute;
    text-align: center;
    margin: auto;
    left: 0;
    top: -16px;
}}
@media only screen and (max-width: 600px){
.vision-heading  {
    margin-top: -36px;
}}




/*vision mission content*/
@media only screen and (min-width: 992px) {
.visionmission .sppb-addon-title {
    min-height: 60px;
    vertical-align: middle;
    display: flex;
    align-content: center;
    align-items: center;    color: #fff!important;
  }}

@media only screen and (min-width: 600px) and (max-width:991px){
.visionmission .sppb-addon-title {
    min-height: 80px;
    vertical-align: middle;
    display: flex;
    align-content: center;
    align-items: center;
  }}

@media only screen and (max-width: 599px){
.visionmission .sppb-addon-title {
    min-height: 60px;
    vertical-align: middle;
    display: flex;
    align-content: center;
    align-items: center;
  }}


.vm-001{
    transition: 0.5s ease;
}
.vm-001:hover {
    transform: scale(1.02);
    transition: 0.5s ease;
    box-shadow: 0 0 20px 1px #6882cdc2!important;
}




/*shadow*/
.box-shadow-001{
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px!important;
}

/*icon*/
.about-icon-001 img {
    width: 80px;
    filter: brightness(100);
    opacity: 0.3; transition:0.5s ease;
}
.sppb-addon.sppb-addon-feature.about-icon-001 .sppb-feature-box-title {
    opacity: 0.3;letter-spacing:1.2px; transition:0.5s ease;
}

.about-icon-001:hover img {
    width: 80px;
    opacity: 1;
    transition:0.5s ease;
    transform: translate(0px, -5px);
}
.sppb-addon.sppb-addon-feature.about-icon-001:hover .sppb-feature-box-title {
    opacity: 1;letter-spacing:1.2px; transition:0.5s ease;
}


/*icon border*/
@media only screen and (min-width: 600px){
.about-icon-001-border {
    border-right: 1px solid rgb(204 204 204 / 30%);
  }}


/*.about-award .sppb-carousel-extended-outer-stage {
    height: fit-content !important;
}*/

.about-award .sppb-carousel-extended-item {
    height: fit-content;
    transition: 0.5s;
}

.about-award .sppb-carousel-extended-item:hover { transform: scale(1.1); }

.about-award .sppb-carousel-extended-item img {
    height: auto;
    width: 70%;
    margin: auto;
}

.about-award .sppb-carousel-extended-heading {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.5px !important;
    margin: 0;
}

@media (max-width: 767px) {
  	.about-award .sppb-carousel-extended-heading { font-size: 12px; }
}

.about-award .sppb-carousel-extended-content-wrap {
    top: 75%;
    padding-bottom: 0;
    justify-content: flex-start;
    padding-top: 30px;
}

@media (min-width: 992px) {
  .about-award .sppb-carousel-extended-item:before {
    position: absolute;
    content: url(/images/0_Dreamztech_Oct2022/shape/element01.png);
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(180deg);
    z-index: -1 !important;
    opacity: 0;
    transition: 0.5s;
}
  .about-award .sppb-carousel-extended-item:hover:before { opacity: 1; } 
}
.fa-chevron-right::before {
    content: "\f054" !important;
}

#sp-bottom:after {
    top: 500px !important;
}

/*revenue*/
.heading-revenue h4 {
    letter-spacing: 1px;
    border: 1px solid #e9c161;
    padding: 20px 30px !IMPORTANT;
    border-radius: 15px;
    background: #ffffff12;
    transition: 0.5s;
    font-weight: 600;
    width: 100% !IMPORTANT;
}
.heading-revenue h4:hover {
    letter-spacing: 1px;
    border: 1px solid #fff;
    padding: 20px 30px !IMPORTANT;
    border-radius: 15px;
    background: #141e3e;
    font-weight: 600;
    transform: scale(1.01);
    box-shadow: 0px 0px 30px #ffd22d;
}

/*margin-top*/
@media(min-width:992px){
.margin-top-negative-90 {
    margin-top: -90px !IMPORTANT;
}}

/*feedback form*/
.feedback-form label, 
.feedback-form .form-label {
    color: #fff;
    width: 15% !important;
    display: inline-block;
    font-size: 15px;
    margin: 0px;
}
.feedback-form input,
.feedback-form textarea,
.feedback-form select {
    border-radius: 0px !IMPORTANT;
    width: 84.6% !IMPORTANT;
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #ffffff2e;
    display: inline-block;
    background: #fff !IMPORTANT;
}
.feedback-form .bfQuickMode textarea {
    height: 150px;
}
.feedback-form button#bfSubmitButton {
    float: right;
}

/*sign up*/
.registrationdefault-title .col-xl-6 {
    width: 100% !IMPORTANT;
}


div#password-0 {
    color: #000;
    text-align: left !IMPORTANT;
}


/*course-section*/

.course-section-001 .sppb-row-container .sppb-row {
    background: #ffffffe6;
    border-radius: 20px;
    padding: 30px 10px;
    color: #000;
    margin: 10px;
    font-size: 18px;
}
.course-section-001 h1 {
    font-weight: 600 !Important;
    margin-bottom: 10px !Important;
}
.course-section-001 li {
    font-size: 18px;
}


/*count down*/
.sppb-countdown-finishedtext, .sppb-countdown-number {
    background: linear-gradient(45deg, #b68b42, #e9c161, #b68b42);!IMPORTANT;
    color: #000000 ! IMPORTANT;
    border-radius: 0px !Important;
    font-size: 45px !IMPORTANT;
}
span.sppb-countdown-text {
    font-size: 14px;
}
.sppb-countdown-days.sppb-col-xs-6.sppb-col-sm-3.sppb-text-center {
    padding: 0px !IMPORTANT;
}
.sppb-countdown-hours.sppb-col-xs-6.sppb-col-sm-3.sppb-text-center {
    padding: 0px !IMPORTANT;
}
.sppb-countdown-minutes.sppb-col-xs-6.sppb-col-sm-3.sppb-text-center {
    padding: 0px !IMPORTANT;
}
.sppb-countdown-seconds.sppb-col-xs-6.sppb-col-sm-3.sppb-text-center {
    padding: 0px !IMPORTANT;
}
span.sppb-countdown-text {
    color: #9d8040;
}
.landing-gold strong {
    color: #e9c161;
}

/*pricing*/
section.hero {
    padding: 0px !IMPORTANT;
    height: unset;
}

/*vip*/
section#gold-border {
    min-height: 100vh;
}
section#gold-border main#sp-component h3 {
    font-size: 28px !IMPORTANT;
    color: #daac6d !IMPORTANT;
}
section#gold-border .sppb-btn.sppb-btn-primary {
    background: linear-gradient(45deg, #503f2f, #8a6c50, #503f2f) !important;
    border-radius: 1000px !IMPORTANT;
    border: none !IMPORTANT;
    padding: 15px 20px;
    color: #fff !IMPORTANT;
}
section#gold-border .sppb-btn.sppb-btn-primary:hover {
    background: linear-gradient(45deg, #8a6c50, #503f2f,#8a6c50) !important;
    border: none !IMPORTANT;
    color: #fff !IMPORTANT;
}

  
/*model*/
div#manageModal .modal-content {
    padding: 30px;
}

/* width */
::-webkit-scrollbar {
  width: 10px !important;
}

/* Track */
::-webkit-scrollbar-track {
  background: #141e3e !important;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #4e5672 !important;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffffff !important;
}