/* white you custom css code here. only css code will work */
/* white you custom css code here. only css code will work */
.construction-support-area .support-inner .right-content-wrap ul li:first-child {
    display: none !important;
}
.construction-support-area .support-inner .right-content-wrap ul li:nth-child(2) {
    display: none !important;
}
.construction-support-area .support-inner .left-content-wrap ul li:first-child {
    display: none !important;
}
.top-bar-area .top-bar-inner .right-content ul li:first-child {
    display: none !important;
}
.header-area.header-bg-02:after {
    background-image: url('https://devmedia.tygacloud.com/images/tygasupport/bg-tygasupport.png');
}
.navbar-area.nav-fixed {
    background-color: #0690cf;
}
.experience-content-02 {
    background-color: #000000;
}
.experience-content-02::after {
    background-color: #000000;
}
.experience-content-02::before {
    background-color: #000000;
}

.header-area.header-bg:after {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(212, 165, 0, 0)), color-stop(49%, rgba(212, 165, 0, .49)), to(rgba(212, 165, 0, .2)));
    background-image: -o-linear-gradient(bottom, rgba(212, 165, 0, 0) 0, rgba(212, 165, 0, .49) 49%, rgba(212, 165, 0, .2) 100%);
    background-image: linear-gradient(0deg, rgba(212, 165, 0, 0) 0, rgba(212, 165, 0, .49) 49%, rgba(212, 165, 0, .2) 100%);
}