@font-face {
    font-family: ProximaNova-Light;
    src: url(../fonts/Proxima%20Nova%20Light.otf);
}
@font-face {
    font-family:ProximaNova-Regular;
    src: url(../fonts/Proxima%20Nova%20Regular.otf);
}
@font-face {
    font-family: ProximaNova-Bold;
    src: url(../fonts/Proxima%20Nova%20Bold.otf);
}
@font-face {
    font-family: ProximaNova-Semibold;
    src: url(../fonts/Proxima%20Nova%20Semibold.otf);
}
@font-face {
    font-family: ProximaNova-SemiboldItalic;
    src: url(../fonts/Proxima%20Nova%20Semibold%20Italic.otf);
}
@font-face {
    font-family: ProximaNova-Thin;
    src: url(../fonts/Proxima%20Nova%20Thin.otf);
}
@font-face {
    font-family: ProximaNova-ExtraBold;
    src: url(../fonts/ProximaNova-Extrabold.ttf);
}

@font-face {
    font-family: "MyriadPro-Regular";
    src: url(../fonts/Myriad%20Pro%20Regular.otf);
}

@font-face {
    font-family: "CorporateS-Bold";
    src: url(../fonts/CorporateS-Bold.ttf);
}

@font-face {
    font-family: "CorporateS-Regular";
    src: url(../fonts/CorporateS-Regular.ttf);
}


@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100');

body {
    font-family: "ProximaNova-Regular", "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    background-color: black;
    position: relative;
    overflow-x: hidden;
}

#header,
#header nav,
#mobile-header {
    background-color: rgba(0, 0, 0, 0.58) !important;
}

nav {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#header .nav-item,
#mobile-header .nav-item {
    justify-content: center!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

#header .nav-link,
#mobile-header .nav-link {
    font-size: 12px;
    color: rgb(190, 190, 190);
    text-transform: uppercase;
    line-height: 1.2;
    text-align: left;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
}

#header .nav-item.active > .nav-link {
    color: rgb(135, 75, 154);
}

#header .nav-item.active, 
#header .nav-item:hover {
    border-top: 3px solid #8800b8;
    background: linear-gradient( rgba(86, 1, 116, 0.58), rgba(0, 0, 0, 0.58));
}

#header .navbar-brand {
    font-size: 18px;
    line-height: 1;
    text-align: left;
    color: rgb(223, 254, 255);
    font-family: "ProximaNova-Thin";
    
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#header img,
#mobile-header img {
    margin-right: 20px;
}

#header .navbar-brand span,
#mobile-header .navbar-brand span {
    text-transform: uppercase;
    color: rgb(182, 92, 255);
}

#mobile-header nav {
    padding: 0;
}

#mobile-header .navbar-collapse {
    position: absolute;
    top: 235px;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999;
}

#mobile-header .menu {
    font-size: 34px;
    color: rgb(135, 75, 154);
    line-height: 1.2;
    text-align: left;
}

#mobile-header .navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler {
    padding: 1.05rem .75rem !important;
}

#mobile-header .bars {
    display: block;
    width: 31px;
    height: 3px;
    background-color: #874b9a;
    box-shadow: 0 10px 0 #874b9a, 0 19px 0 #874b9a;
    position: relative;
    top: -9px;
}

#mobile-header .menu-stroke {
    border-top: 2px solid #8800b8;
    background: linear-gradient( rgba(86, 1, 116, 0.58), rgba(0, 0, 0, 0.58));
    width: 100%;
    padding: 12px 0;
}

#mobile-header .nav-item > .nav-link {
    font-size: 22px;
    color: #bebebe;
    line-height: 1.2;
}

#mobile-header .nav-item.active > .nav-link {
    color: rgb(185, 241, 243);
}

#mobile-header .nav-item {
    padding: .5rem!important;
}

#mobile-header .navbar-brand {
    font-size: 21px;
    line-height: 1.2;
    text-align: left;
    color: rgb(223, 254, 255);
    font-weight: 200;
}

#mobile-header .navbar-brand span {
    font-size: 34px;
}

#mobile-header .logo {
    padding: 20px 10px 20px 40px;
}

@media screen and (min-width: 480px) {
    #mobile-header .navbar-collapse {
        top: 195px !important;
    }
}

@media screen and (max-width: 480px) {
    #mobile-header .logo {
        padding: 25px 5px 16px 5px !important;
    }
    #mobile-header img {
        width: 80px;
        height: 100%;
    }
    #mobile-header .navbar-brand span {
        font-size: 22px;
    }
    .location h6 {
        font-size: 11px !important;
    }
    #mobile-header .navbar-collapse {
        top: 160px !important;
    }
}

@media screen and (min-width: 992px) {
    .location div:nth-child(2) {
        margin-left: 50px;
    }
    #header {
        display: block;
    }
    #mobile-header {
        display: none;
    }
    #header,
    #header nav,
    #header .nav-item {
        height: 50px;
    }
}

@media screen and (max-width: 992px) {
    #header {
        display: none;
    }
    #mobile-header {
        display: block;
    }
    .jumbotron {
        min-height: 432px !important;
        margin-top: -276px !important;
    }
    #main p {
        margin: 282px auto 0 !important;
    }
}

@media screen and (max-width: 480px) {
    .jumbotron {
        background-image: url(../img/tribuna-mobile.jpg) !important;
        min-height: 505px !important;
        margin-top: -276px !important;
    } 
    #main p {
        margin-top: 272px !important;
        font-size: 22px !important;
        max-width: 240px !important;
    }
}

.location {
    height: 32px;
    background-color: rgba(13, 9, 205, 0.302);
    position: relative;
}

@media screen and (max-width: 768px) {
    .location {
        height: 28px !important;
    }
}

.location h6 {
    margin-bottom: 0 !important;
    font-size: 13px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;      
}

.location span.place {
    display: block;
    opacity: 1;
    width: 17px;
    height: 17px;
    background-size: 17px 17px;
    background-image: url(../img/place.svg);
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
}

.location span.number {
    display: block;
    opacity: 1;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
    background-image: url(../img/call.svg);
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
}

.location div:nth-child(2) {
    margin-left: 20px;
}
@media screen and (max-width: 420px) {
    #loc-1 {
        display: none !important;
    }
    #loc-2 {
        display: block !important;
    }
}
@media screen and (min-width: 420px) {
    #loc-2 {
        display: none !important;
    }
}


.jumbotron {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
    min-height: 432px;
    margin-top: -106px;
    background-image: url(../img/tribuna.jpg);
    margin-bottom: 12px;
    background-color: transparent !important;
    border: none !important;
    width: 120%;
}

@media screen and (min-width:1400px) {
    .jumbotron {
        margin-bottom: 24px;
    }
}

@media screen and (min-width:1920px) {
    .jumbotron {
        margin-bottom: 36px;
    }
}

#layer5 {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    overflow: hidden;
    min-height: 220px;
    margin-top: -56px;
    background-image: url(../img/fanats.png);
    margin-bottom: 0;
    margin-left: -32px;
    margin-right: -32px;
}

.mic-1,
.mic-2 {
    height: 100%;
    z-index: 2;
}

.mic-1 {
    margin-left: 120px;
}

.mic-2 {
    margin-right: 120px;
    margin-top: -120px;
    z-index: 999999;
}

@media screen and (max-width: 1200px) {
    .mic-1 {
        margin-left: 0px !important;
    }

    .mic-2 {
        margin-right: 120px;
        margin-top: -20px;
        height: 100px;
        width: auto;
    }
}

@media screen and (max-width: 992px) {
    .mic-1 {
        position: absolute;
        height: 100px;
        width: auto;
        top: 360px;
        left: 50px;
    }
    .mic-2 {
        position: absolute;
        height: 100px;
        width: auto;
        top: 320px;
        right: -50px;
    }
}

@media screen and (max-width: 945px) {
    .mic-2 {
        position: absolute;
        height: 100px;
        width: auto;
        top: 363px;
        right: -90px;
    }
}

@media screen and (max-width: 576px) {
    .mic-1 {
        position: relative;
        height: 70px;
        width: auto;
        top: 0;
        left: -15px;

    }
    .mic-2 {
        position: absolute;
        height: 70px;
        width: auto;
        top: 370px;
        right: -20%;
    }
}

@media screen and (max-width: 576px) {
    .mic-2 {
        top: 420px;
    }
}
@media screen and (max-width: 480px) {
    .mic-2 {
        top: 463px;
    }
}

#main p {
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
    font-size: 26px;
    font-family: "ProximaNova-SemiBold";
    max-width: 600px;
    margin: 82px auto 0;
}

.profit {
    background: #000;
    margin-top: -100px;
    font-family: "ProximaNova-Thin";
    font-weight: bold;
}

.profit article {
    font-size: 16px;
    color: rgb(163, 163, 163);
    line-height: 1.2;
    text-align: left;
    margin-bottom: 15px;
}

.profit article:nth-child(odd) {
    text-align: right;
}

.profit article:nth-child(5) {
    margin-top: 10px;
}

.profit .violet {
    background-color: rgba(153, 76, 236, 0.4);
    box-shadow: inset 0 0 1em #000137, 0 0 1em #2a247300;
    padding: 0px 6px;
}

.profit article:nth-child(1):after,
.profit article:nth-child(3):after {
    background: rgb(57, 66, 121);
    width: 1px;
    content: "";
    position: absolute;
    right: 0;
    height: 35px;
    margin: -6px 0;
}

@media screen and (min-width: 1200px) {
    .profit article:nth-child(1):after,
    .profit article:nth-child(3):after {
        height: 35px !important;
        margin-top: -5px !important;
    }
    .profit article:nth-child(3):after {
        height: 30px !important;
    }
}

@media screen and (min-width: 768px) {
    .profit article:nth-child(1):after,
    .profit article:nth-child(3):after {
        height: 55px;
        margin: -24px 0;
    }
}

@media screen and (max-width: 768px) {
    .profit article:nth-child(1):after,
    .profit article:nth-child(3):after {
        display: none;
    }
    .profit article {
        text-align: left !important;
        padding-left: 72px;
        word-break: true;
    }
    .profit article:before {
        background-color: rgb(195, 255, 255);
        width: 23px;
        height: 2px;
        content: "";
        position: absolute;
        display: block;
        margin-top: 10px;
        margin-left: -38px;
    }
}

.actions {
    margin-top: 20px;
}

.actions .btn {
    margin: 5px;
    background-color: rgba(24, 36, 79, 0.549);
    height: 41px;
    width: 250px;
    font-size: 13px;
    font-family: "MyriadPro-Regular";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
    border-radius: 20px;
    border: none;
    font-weight: bold;
}

.actions .btn:hover,
.actions .btn:active,
.actions .btn:focus {
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.5) !important;
    font-size: 14px !important;
    background-color: rgba(24, 36, 79, 0.549) !important;
}

@media screen and (max-width: 480px) {
    .actions .btn {
        height: 32px !important;
        font-size: 10px !important;
        font-weight: normal;
    }
    .actions .btn:hover,
    .actions .btn:active,
    .actions .btn:focus {
        font-size: 10px !important;
    }
}

.actions a {
    margin: auto 0;
}

@media screen and (max-width: 380px) {
    #act-1 {
        display: none !important;
    }
    #act-2 {
        display: block !important;
    }
}
@media screen and (min-width: 380px) {
    #act-2 {
        display: none !important;
    }
} 

.wave {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1022px;
    background-image: url(../img/wave.png);
    margin-top: -278px;
}
@media screen and ( max-width: 876px) {
    .wave {
        background-image: url(../img/wave-1.png); 
        height: 867px !important;
        background-size: contain;
        margin-top: -150px;
    }
}
@media screen and ( max-width: 768px) {
    .wave {
        margin-top: -160px;
    }
}
@media screen and ( max-width: 692px) {
    .wave {
        margin-top: -180px;
    }
}
@media screen and ( max-width: 484px) {
    .wave {
        margin-top: -250px;
    }
}
@media screen and ( max-width: 420px) {
    .wave {
        margin-top: -270px;
    }
}

.hardware {
    text-align: center;
    margin-top: -240px;
}

.hardware header {
    display: inline-block;
    font-size: 35px;
    color: rgb(255, 255, 255);
    font-family: "ProximaNova-Bold";
    text-transform: uppercase;
    line-height: 1.2;
}

.hardware p.sub-heading {
    margin-top: 35px;
    display: inline-block;
    font-family: 'effra',sans-serif;
}

.hardware>.row {
    height:  340px;
}
.hardware>.row.second {
    height:  310px;
}
.hardware>.row.third {
    height:  290px;
}

.hardware>.row.first {
    margin-top: 20px;
}

.hardware>.row.second {
    position: relative;
    z-index: 2;
}

.hardware>.wrapper {
    height: 100%;
    width:  inherit;
}
.hardware>.row-wrapper.second {
    margin-top: -20px;
}
.hardware img {
    position: absolute;
    height:  100%;
}

.hardware .row.desc {
    border-width: 2px;
    border-color: rgba(95, 94, 94, 0.341);
    border-style: solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    padding: 1rem;
    margin-top: 0px;
    position:  relative;
}

@media screen and (max-width: 992px) {
    .hardware>.row {
        height:  300px !important;
    }    
    #scene {
        height: 75% !important;
        top: 35px !important;
        left: 0px !important;
    }
    #backline {
        height: 100% !important;
        top: -19px !important;
        right: 0 !important;
    }
    .hardware>.row-wrapper.second {
        margin-top: -38px;
    }
    #video {
        top: -14px !important;
        right: -32px !important;
        height: 135% !important;
    }
    #screen {
        left: -31px !important;
    }
}

.hardware p.about {
    font-size: 15px;
    font-family: 'Fira Sans', sans-serif;
    /* font-weight: bold; */
    color: #a4a3a3;
    line-height: 1.2;
    max-width: 290px;
}
@media screen and (min-width: 768px) {
    .hardware p.about {
        display: block;
    }
}
@media screen and (max-width: 767.99px) {
    .hardware {
        margin-top: -334px !important;
    }
    .hardware header {
        font-size: 24px !important;
    }
    .hardware>.row {
        height:  200px !important;
    }    
    #sound {
        top: -20px !important;
        right:  8px !important;
    }
    #light {
        top: 5px !important;
        left: -30px !important;
    }
    #scene {
        top: 38px !important;
        left: 20px !important;
    }
    #backline {
        height: 105% !important;
        top: 10px !important;
        right: 20px !important;
    }
    .hardware>.row-wrapper.second {
        margin-top: 30px !important;
    }
    .hardware p.about {
        display: none;
        font-size: 11px;
    }
    #screen {
        top: 10px;
        left: 53px !important;
        height: 90% !important;
    }
    #video {
        top: 2px !important;
        right: 33px !important;
        height: 114% !important;
    }
}

@media screen and (max-width: 479.99px) {
    #screen {
        left: 23px !important;
    }
    #video {
        right: 23px !important;
    }
}

@media screen and (max-width: 510px) {
    .hardware>.row {
        height:  110px !important;
    }    
}

.desc .left * {
    text-align: left;
    display: block;
}

.desc .right * {
    text-align: right;
    display: block;
}

.hardware .heading {
    text-transform: uppercase;
    font-size: 24px;
    font-family: "CorporateS-Bold";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}

.hardware a {
    font-size: 12px;
    font-family: "CorporateS-Regular";
    color: rgba(172, 101, 101, 0.502);
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 600;
}

.hardware a.price-list:hover {
  color: rgba(255, 0, 0, 0.502);
}

.hardware p.sub-heading {
    font-size: 20px;
  color: rgb(98, 96, 96);
  line-height: 1.2;
  text-align: center;
}
.hardware a.d-flex {
    color: #6569ac;
}
#light {
    top: 25px;
    left: -100px;
}
#sound {
    top: -8px;
    right: 0;
}
#scene {
    height: 80%;
    top: 35px;
    left: 0px;
}
#backline {
    height: 110%;
    top: -28px;
    right: 0;
}
#screen {
    top: 0;
    left: 48px;
    height: 100%;
}
#video {
    top: -15px;
    right: 47px;
    height: 140%;
}

.row-wrapper {
    padding: 0 75px;  
}
@media screen and (max-width: 992px) {
    .row-wrapper {
        padding: 0;  
    }
}
@media screen and (max-width: 576px) {
    .hardware .row.desc {
        border-left: none !important;
        border-right: none !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
        border-radius: 0 !important;
        border-width: 2px !important;
    }
    .hardware .heading {
        font-size: 18px !important;
    }
    .hardware a {
        font-size: 10px !important;
    }
    .hardware p.sub-heading {
        font-size: 11px;
        padding: 0 30px !important;
        margin-top: 15px;
    }
}

@media screen and (max-width: 480px) {
    .hardware .row.desc .col-6.left {
        padding-left: 0;
    }
    .hardware .row.desc .col-6.right {
        padding-right: 0;
    }
}

.fire {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    height: 1300px;
    background-image: url(../img/fire.jpg);
    margin-top: -500px;
}
@media screen and (max-width: 1200px) {
    .fire {
        height:  1030px !important;
    }
}
@media screen and (max-width: 992px) {
    .fire {
        height:  920px !important;
    }
}
@media screen and (max-width: 768px) {
    .fire {
        height:  660px !important;
        margin-top: -400px !important;
    }
}
@media screen and (max-width: 576px) {
    .fire {
        height: 516px !important;
        margin-top: -195px !important;
    }
}
@media screen and (max-width: 480px) {
    .fire {
        height: 426px !important;
        margin-top: -155px !important;
    }
}

.consultant {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 510px;
    background-image: url(../img/consultant.png);
    margin-top: -690px;
}
.consultant p {
    font-size: 17px;
    color: rgb(230, 210, 94);
    text-transform: uppercase;
    line-height: 1.6;
    font-family: 'ProximaNova-Thin';
}
.consultant .btn {
    font-weight: 600;
    height: 45px;
    font-size: 14px;
    font-family: "CorporateS-Regular";
    color: rgb(0, 95, 85);
    text-transform: uppercase;
    line-height: 1.2;
    border-width: 1px;
    border-color: rgb(0, 95, 85);
    border-style: solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    background-color: transparent; 
}
.consultant .btn:hover {
    border-color: rgb(0, 0, 255);
    color: rgb(98, 135, 255); 
    background-color: rgba(0, 0, 255, 0.231); 
}
.consultant .row {
    padding-top: 130px;
}

@media screen and (max-width: 1200px) {
    .consultant {
        height: 400px !important;
        margin-top: -440px !important;
    }
    .consultant .row {
        padding-top: 90px !important;
    }
}
@media screen and (max-width: 992px) {
    .consultant {
        margin-top: -350px !important;
    }
}
@media screen and (max-width: 768px) {
    .consultant {
        margin-top: -310px !important;
        height: 300px !important;
        background-image: url(../img/consultant-mobile-bg.png);
    }
    .consultant p {
        font-size: 16px;
        color: rgb(97, 94, 230);
        text-transform: uppercase;
        line-height: 1.6;
        text-align: left;
    }
    .consultant .btn {
        font-size: 12px;
        font-family: "Corporate S Pro";
        text-transform: uppercase;
        line-height: 1.2;
        text-align: center;
    }
}

.trust-and-team {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1575px !important;
    background-image: url(../img/team-bg.png);
}

@media screen and (max-width: 992px) {
    .trust-and-team { 
        height: 1415px !important;    
    }
}
@media screen and (max-width: 768px) {
    .trust-and-team { 
        height: 1265px !important;    
    }
}
@media screen and (max-width: 684px) {
    .trust-and-team { 
        height: 1195px !important;    
    }
}
.trust {
    margin-top: -108px;
}
.trust p {
    font-size: 35px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}
.trust .companies-in-trust {
    height:  135px;
}
.trust .container {
    padding: 350px 92px 0;
}
.trust .owl-carousel .owl-item img {
    height: auto !important;
    width: auto !important;
    max-height: 100%;
    max-width: 160px;
}
@media screen and ( max-width: 992px) {
    .trust .container {
        padding: 350px 0 0;
    }
}

@media screen and ( max-width: 767px) {
    .trust .item {
        height: 110px !important;
    }
    .trust .companies-in-trust {
        padding: 0 60px !important;
    }
    .trust .container {
        padding: 290px 0 0;
    }
    .trust .item {
        height: 135px;
        margin-right: 30px;
    }
}


.trust .item {
    height: 135px;
    margin-right: 60px;
}

@media screen and ( max-width: 992px) {
    .trust {
        height: 892px !important;
        margin-top: -253px;
        padding-top: 5px !important;
    }
}

@media screen and ( max-width: 768px) {
    .trust {
        height: 800px !important;
        margin-top: -190px;
        padding-top: 5px !important;
    }
}

@media screen and ( max-width: 683px) {
    .trust {
        height: 700px !important;
        margin-top: -170px;
        padding-top: 20px !important;
        margin-bottom: 10px;
    }
}

.consultant-2 {
    background-position: center center;
    background-size: cover;
    height: 1196px;
    background-image: url(../img/consultant-2-2.png);
    margin-top: -430px;
}

@media screen and ( min-width: 2100px) {
    .consultant-2 {
        margin-top: -330px;
    }
}

/* @media screen and ( min-width: 1920px) {
    .consultant-2 {
        margin-top: -330px;
    }
} */

@media screen and ( max-width: 1032px) {
    .consultant-2 {
        width: 100%;
        background-size: contain;
        height: 990px;
        background-image: url(../img/consultant-2-1.png) !important;
        background-repeat: no-repeat;
    }
}

@media screen and ( max-width: 768px) {
    .consultant-2 {
        margin-top: -410px;
        height: 800px !important;
    }
}
@media screen and ( max-width: 568px) {
    .consultant-2 {
        margin-top: -400px;
        height: 700px !important;
    }
}
@media screen and ( max-width: 492px) {
    .consultant-2 {
        margin-top: -400px;
        height: 600px !important;
    }
}

.consultant-2 p {
    font-size: 21px;
    color: rgb(255, 255, 255);
    line-height: 1.339;
    text-align: left;
    font-family: "ProximaNova-Light";
    font-weight: bold;
}
.consultant-2 .btn {
    font-size: 12px;
    font-family: 'effra',sans-serif;
    color: rgb(172, 185, 255);
    text-transform: uppercase;
    line-height: 1.2;
    border-width: 1px;
    border-color: rgb(121, 27, 239);
    border-style: solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 600;
    height: 45px;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0.23922) 0%, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0.23922) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0.23922) 0%, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0.23922) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0.23922) 0%, rgba(0,0,0,0.24) 0%, rgba(0,0,0,0.23922) 100%);
}

.consultant-2 .btn:hover {
  color: rgb(191, 112, 224);
  border-color: rgb(121, 27, 239); 
  background-color: rgba(23,19,32,0.8); 
}

.video-section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 470px;
    margin-top: 40px;
    background-image: url(../img/equalizer-v.png) !important;
}

@media screen and ( max-width: 992px) {
    .video-section {
        height: 600px !important;
    }
}

@media screen and ( max-width: 768px) {
    .video-section .line,
    .video-section .desc {
        display: none !important;
    }
}

@media screen and ( max-width: 568px) {
    .video-section {
        height: 540px !important;
    } 
}






