﻿
.tb-bg-img {
    width: 100%;
    overflow: hidden;
}

@media(max-width:991px){
    .tb-bg-img {
        overflow-x: scroll;
    }
}
.slide_section { 
    overflow:hidden;
}

.tbimage {
    background-image: url(../img/thunderbot/thunderbolt_highlights.jpg);
    height: 540px;
    /*width: 990px;*/
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100% !important;
    background-position: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}




@media(min-width:481px){
    .real-menu {
        position: absolute;
        top: 0;
        right: 0px;
        z-index: 4;
        width: 330px;
        height: 540px;
        overflow-y: auto;
        padding: 0.5rem 0.5rem;
        box-shadow: 0 6px 12px rgba(107, 82, 82, 0.3);
        background-color: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: ease 2s all;
        -webkit-transform: translateZ(10000px);
        transform: translateZ(10000px);
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .icon1 {
        position: absolute;
        top: 64%;
        left: 75%;
        cursor: pointer;
    }

    .icon2 {
        position: absolute;
        top: 23%;
        left: 72%;
        cursor: pointer;
    }

    .icon3 {
        position: absolute;
        top: 90%;
        left: 17%;
        cursor: pointer;
    }

    .icon4 {
        position: absolute;
        top: 60%;
        left: 29%;
        cursor: pointer;
    }

    .icon5 {
        position: absolute;
        top: 18%;
        left: 49%;
        cursor: pointer;
    }

    .icon6 {
        position: absolute;
        top: 72%;
        left: 40%;
        cursor: pointer;
    }

    .icon7 {
        position: absolute;
        top: 40%;
        left: 49%;
        cursor: pointer;
    }

    .icon8 {
        position: absolute;
        top: 40%;
        left: 62%;
        cursor: pointer;
    }

}





.icons {
    background-color: rgba(0,0,0,.6);
    padding: 9px 8px 6px 13px;
    color: white;
    font-size: 16px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.dot {
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    border: 3px solid #0069d9;
    display: inline-block;
    transition: transform 1s;
}

.icons:hover .dot {
    background-color: #0069d9 !important;
    border: 2px solid #fff !important;
    -ms-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}
/*.icons.active .dot {
    background-color: #0069d9 !important;
    border: 2px solid #fff !important;
    -ms-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
}*/


.tb_tooltip {
    z-index: 3;
}

    .tb_tooltip .tooltiptext {
        visibility: hidden;
        width: 165px;
        background-color: #262626;
        color: #fff;
        font-size: .75rem;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        border-radius: 2px;
        padding: 12px 5px;
        letter-spacing: .01875em;
        line-height: 1rem;
        max-width: 320px;
        position: absolute;
        z-index: 1;
        bottom: 110%;
        left: 50%;
        margin-left: -85px;
    }

        .tb_tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 7px;
            border-style: solid;
            border-color: #262626 transparent transparent transparent;
        }

    .tb_tooltip:hover .tooltiptext {
        visibility: visible;
    }


/*.icon4 .tooltiptext {
    margin-left: -50px;
}
.icon7 .tooltiptext {
    margin-left: -65px;
}*/


.real-menu h5{
    font-weight: 600;
}

@media(min-width:1400px) and (max-width:1499px){
    .real-menu h5 {
        font-size: 17px;
    }
}

.real-menu ul {
    margin-bottom: 15px;
}

.real-menu ul li {
    font-size: 17px;
    color: #111;
}


.cross-btn {
    float: right;
    border-radius: 50%;
    font-size: 16px;
    padding: 10px 12px !important;
    /*background: #197cf1;
    width: 30px;
    cursor: pointer;
    height: 30px;
    font-weight: 600;
    margin-top: 5px;
    color: #fff;
    padding: 2px 8px 2px 9px;
    border: 1px solid #197cf1;*/
}

    .cross-btn:hover {
        background: #fff;
        color: #0069d9;
    }

.flex_end {
    align-items: flex-end;
    display: flex;
}

@media(min-width:600px) and (max-width: 991px){
    .slide_section {
        width: 86%;
        max-width: 86.4%;
        flex: 0 0 86.4%;
        margin: auto;
    }
}

@media(min-width:992px) and (max-width: 1199px) {
    .slide_section {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        margin: auto;
    }
}

@media(min-width:1200px){
    .slide_section {
        width: 86%;
        max-width: 86.4%;
        flex: 0 0 86.4%;
        margin: auto;
    }
}

@media(min-width:1510px) {
    .tbolt_btn {
        width: 214px;
        font-size: 10px;
    }
}

@media(min-width:1510px) and (max-width:1509px) {
    .tbolt_btn {
        width: 214px;
        font-size: 10px;
    }
}


@media(max-width:480px){
    .tb-bgimg {
        overflow-x: hidden;
    }

    .tbimage {
        width: 990px;
    }

    .real-menu {
        position: absolute;
        top: 0;
        right: 0px;
        z-index: 4;
        width: 330px;
        height: 550px;
        overflow-y: auto;
        padding: 0.5rem 1rem;
        box-shadow: 0 6px 12px rgba(107, 82, 82, 0.3);
        background-color: white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: ease 2s all;
        -webkit-transform: translateZ(10000px);
        transform: translateZ(10000px);
        -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
        -o-transition: opacity 0.3s linear, right 0.3s ease-out;
        transition: opacity 0.3s linear, right 0.3s ease-out;
    }

    .tbdiv {
        background-image: linear-gradient(rgb(255 255 255 / 73%), rgb(255 255 255 / 84%)), url(../img/thunderbot/thunderbolt_highlights.jpg);
        position: relative;
        opacity: .8;
        z-index: 5;
        top: 0;
        left: -92%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 540px;
        width: 990px;
    }

    .tb-icon {
        text-align: center;
        margin-top: 70%;
        color: #000;
        font-weight: bold;
        font-size: 24px;
    }

    .tb-text {
        margin-top: -130%;
        color: #000;
        font-weight: bold;
        font-size: 22px;
    }
}


@media(max-width:480px) {
    div.box {
        background-color: rgba(0,0,0,.6);
        color: #fff;
        padding: 9px 8px 6px 13px;
        position: absolute;
    }

    div.tb-icon1 {
        right: -435px;
        bottom: 150px;
        z-index: 1;
    }

    div.tb-icon2 {
        right: -400px;
        top: 130px;
        z-index: 1;
    }

    div.tb-icon3 {
        bottom: 15px;
        left: 160px;
        z-index: 1;
    }

    div.tb-icon4 {
        bottom: 185px;
        right: 35px;
        z-index: 1;
    }

    div.tb-icon5 {
        left: 488px;
        top: 103px;
        z-index: 1;
    }

    div.tb-icon6 {
        right: -70px;
        bottom: 120px;
        z-index: 1;
    }

    div.tb-icon7 {
        top: 218px;
        right: -165px;
        z-index: 1;
    }

    div.tb-icon8 {
        top: 200px;
        right: -310px;
        z-index: 1;
    }

    div.viewport-b {
        padding: 0px 0px 0px 0px;
    }

    div.viewport-wrapper {
        padding: 5px 0px 5px 0px;
        position: relative;
    }

    .viewport-wrapper img {
        width: auto;
    }
}


@media(min-width:481px){
    .tbdiv .tb-icon{
        display: none;
    }

    .tbdiv .tb-text {
        display: none;
    }
}

.real-menu .contact_btn {
    padding: 1rem;
}






.contact_btn.tbolt:hover {
    background: #fff !important;
    border: 1px solid #FE7C02 !important;
    color: #FE7C02 !important;
}


.real-menu p {
    text-align: left;
}


@media(max-width:767px){
    .box-text {
        padding: 10px 20px !important;
        text-align: left !important;
    }
    .enquiry-txt {
        padding: 10px 5px !important;
    }
}


@media(min-width:768px) and (max-width:1199px) {
    .tbolt {
        margin-left: -15px !important;
    }
}


.services-block-three:hover:before, .services-block-three:hover:after {
    width: 82% !important;
    height: 82% !important;
}













