body {
    padding: 0;
    margin: 0;
}

.bg_2 {
    /* background-image: url('../images/Background.svg'); */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    background-color: #23143B;
}

.header_top {
    float: left;
    width: calc(100% - 90px);
    padding: 45px 45px 45px 45px;
    background-color: #23143B;
}

.left_sec_hdr {
    float: left;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 42px;
    font-weight: 600;
    font-family: 'Gotham';
    text-align: left;
    margin-top: 0;
}

.right_sec_hdr {
    float: right;
    margin-top: 18px;
}

.right_sec_hdr img {
    min-width: 270px;
    width: 270px;
}

.header_bottom {
    float: left;
    width: calc(100% - 90px);
    padding: 0 45px 0 45px;
    margin-bottom: -22px;
    position: relative;
    z-index: 1;
}

.header_bottom nav {
    float: left;
    width: 100%;
}

.header_bottom nav ul {
    float: left;
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    width: 100%;
}

.header_bottom nav ul li {
    float: left;
    list-style-type: none;
}

.header_bottom nav ul li a {
    float: left;
    /* background-color: #B0BC25;
    color: #ffffff; */
    background-color: #ffffff;
    color: #7b64ac;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Gotham';
    text-align: center;
    text-decoration: none;
    padding: 13px 20px;
    margin-right: 25px;
    -webkit-box-shadow: 10px 10px 12px -9px rgba(0, 0, 0, 0.82);
    -moz-box-shadow: 10px 10px 12px -9px rgba(0, 0, 0, 0.82);
    box-shadow: 10px 10px 12px -9px rgba(0, 0, 0, 0.82);
    cursor: default;
}

.diag_1 img {
    width: 350px;
}

.diag_1 {
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 80px;
}

.main_section {
    float: left;
    width: 100%;
}

.header_bottom.sec_aud {
    margin-bottom: -40px;
}

.header_bottom.sec_aud nav ul li a {
    max-width: 220px;
    min-height: 38px;
    vertical-align: middle;
    /* display: table; */
    margin-bottom: 10px;
}

.rev-btn,
.rev-btn:visited {
    font-family: "Roboto", sans-serif !important;
    cursor: pointer;
}

#rev_slider_1_1 .zeus.tparrows {
    cursor: pointer;
    min-width: 70px;
    min-height: 70px;
    position: absolute;
    display: block;
    z-index: 100;
    border-radius: 50%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.1)
}

#rev_slider_1_1 .zeus.tparrows:before {
    font-family: "revicons";
    font-size: 20px;
    color: rgb(255, 255, 255);
    display: block;
    line-height: 70px;
    text-align: center;
    z-index: 2;
    position: relative
}

#rev_slider_1_1 .zeus.tparrows.tp-leftarrow:before {
    content: "\e824"
}

#rev_slider_1_1 .zeus.tparrows.tp-rightarrow:before {
    content: "\e825"
}

#rev_slider_1_1 .zeus .tp-title-wrap {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    border-radius: 50%
}

#rev_slider_1_1 .zeus .tp-arr-imgholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-position: center center;
    background-size: cover;
    border-radius: 50%;
    transform: translatex(-100%);
    -webkit-transform: translatex(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s
}

#rev_slider_1_1 .zeus.tp-rightarrow .tp-arr-imgholder {
    transform: translatex(100%);
    -webkit-transform: translatex(100%)
}

#rev_slider_1_1 .zeus.tparrows:hover .tp-arr-imgholder {
    transform: translatex(0);
    -webkit-transform: translatex(0);
    opacity: 1
}

#rev_slider_1_1 .zeus.tparrows:hover .tp-title-wrap {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1
}

.bullet-bar.tp-bullets {}

.bullet-bar.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    box-sizing: content-box
}

.bullet-bar .tp-bullet {
    width: 60px;
    height: 3px;
    position: absolute;
    background: #aaa;
    background: rgba(204, 204, 204, 0.5);
    cursor: pointer;
    box-sizing: content-box
}

.bullet-bar .tp-bullet:hover,
.bullet-bar .tp-bullet.selected {
    background: rgba(204, 204, 204, 1)
}

.bullet-bar .tp-bullet-image {}

.bullet-bar .tp-bullet-title {}

.header_bottom nav ul li.home_btn a {
    float: right;
    background-color: transparent;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Gotham';
    text-align: center;
    text-decoration: none;
    padding: 0;
    margin-right: 0;
    background-image: url(../images/home.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.82);
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.82);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.82);
    margin-top: -30px;
    cursor: pointer;
}

.header_bottom nav ul li.home_btn {
    float: right;
}

#problembtn {
    top: 10px;
    position: relative;
}

#solutionbtn {
    top: 10px;
    position: relative;
}

.header_bottom nav ul li.menu_btn {
    float: right;
}

.header_bottom nav ul li.menu_btn button {
    margin-top: -36px;
    margin-left: 20px;
}

@media screen and (max-width: 1910px) {
    #solutionbtn {
        top: 10px;
        position: relative;
        left: 30px;
    }
}

@media screen and (max-width: 1610px) {
    #solutionbtn {
        top: 10px;
        position: relative;
        left: 30px;
    }
    .header_bottom nav ul li a {
        padding: 13px 15px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .header_top {
        padding: 20px 45px 40px 45px;
    }
}

@media screen and (max-width: 1310px) {
    #solutionbtn {
        top: 0;
        position: relative;
        left: -10px;
    }
    #problembtn {
        top: 0;
        position: relative;
        left: -40px;
    }
}

@media screen and (max-width: 1210px) {
    #solutionbtn {
        top: -40px;
        position: relative;
        left: -20px;
    }
    #problembtn {
        top: -40px;
        position: relative;
        left: -80px;
    }
}

@media screen and (max-width: 1100px) {
    .header_bottom nav ul li a {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 910px) {
    #solutionbtn {
        top: -60px;
        position: relative;
        left: -30px;
    }
    #problembtn {
        top: -60px;
        position: relative;
        left: -100px;
    }
}

@media screen and (max-width: 790px) {
    #solutionbtn {
        top: -70px;
        position: relative;
        left: -40px;
    }
    #problembtn {
        top: -70px;
        position: relative;
        left: -130px;
    }
}

@media screen and (max-width: 600px) {
    #solutionbtn {
        top: -70px;
        position: relative;
        left: -40px;
    }
    #problembtn {
        top: -70px;
        position: relative;
        left: -160px;
    }
}

@media screen and (max-height: 680px) {
    #solutionbtn {
        top: 0;
        position: relative;
        left: 95px;
    }
    #problembtn {
        top: 0;
        position: relative;
        left: 50px;
    }
}

@media screen and (max-height: 680px) and (max-width: 1300px) {
    #solutionbtn {
        top: 0;
        position: relative;
        left: 0;
    }
    #problembtn {
        top: 0;
        position: relative;
        left: -50px;
    }
}

@media screen and (max-height: 680px) and (max-width: 980px) {
    #solutionbtn {
        top: 0;
        position: relative;
        left: 0;
    }
    #problembtn {
        top: 0;
        position: relative;
        left: -70px;
    }
}

@media screen and (max-height: 680px) and (max-width: 800px) {
    #solutionbtn {
        top: 0;
        position: relative;
        left: 0;
    }
    #problembtn {
        top: 0;
        position: relative;
        left: -100px;
    }
}