﻿/*----- Global Loader -----*/
#global-loader {
    position: fixed;
    z-index: 50000;
    background: rgb(255, 255, 255, 0.8);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /*transform: translatey(50%);*/
}

#redirectToHomePage {
    cursor: pointer;
}

.loader-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 43%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

/*Image Cropper*/

.crop-wrapper {
    background-color: #ffff;
    position: relative;
    width: 150%;
    height: 199px;
    overflow: hidden;
    margin-bottom: 25px;
}

.resize-container {
    position: relative;
    display: inline-block;
    cursor: move;
    margin: 0 auto;
}

.resize-container-ontop {
    position: absolute;
    cursor: move;
    background-color: rgba(5,255,5,0);
    z-index: 1000;
    width: 100%;
    height: 100%;
}

.resize-container img {
    display: block;
}

.resize-container:hover img,
.resize-container:active img {
    outline: 2px dashed rgba(0,0,0,.9);
}

.resize-handle-ne,
.resize-handle-se,
.resize-handle-nw,
.resize-handle-sw {
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,.9);
    z-index: 999;
}

.resize-handle-nw {
    top: -5px;
    left: -5px;
    cursor: nw-resize;
}

.resize-handle-sw {
    bottom: -5px;
    left: -5px;
    cursor: sw-resize;
}

.resize-handle-ne {
    top: -5px;
    right: -5px;
    cursor: ne-resize;
}

.resize-handle-se {
    bottom: -5px;
    right: -5px;
    cursor: se-resize;
}

.top-overlay {
    z-index: 990;
    background-color: rgba(222,222,222,.6);
    width: 100%;
    height: 50%;
    margin-top: -150px;
    position: absolute;
}

.bottom-overlay {
    z-index: 990;
    background-color: rgba(222,222,222,.6);
    width: 100%;
    height: 50%;
    margin-bottom: -150px;
    position: absolute;
    bottom: 0;
}

.right-overlay {
    z-index: 990;
    background-color: rgba(222,222,222,.6);
    width: 50%;
    height: 300px;
    top: 50%;
    margin-top: -150px;
    margin-left: -150px;
    position: absolute;
}

.left-overlay {
    z-index: 990;
    background-color: rgba(222,222,222,.6);
    width: 50%;
    height: 300px;
    top: 50%;
    right: 0px;
    margin-top: -150px;
    margin-right: -150px;
    position: absolute;
}

.overlay {
    z-index: 99;
    position: absolute;
    left: 29%;
    top: 29%;
    width: 204px;
    height: 150px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

.overlay-inner:before {
    left: 0;
    margin-left: -40px;
    margin-top: -2px;
}

.overlay-inner:after {
    right: 0;
    margin-right: -40px;
    margin-top: -2px;
}

.btn1 {
    padding: 6px 10px;
    background-color: rgb(222,60,80);
    border: none;
    border-radius: 5px;
    color: #FFF;
    margin: 10px 5px;
    line-height: 30px;
}

.btn-crop img {
    vertical-align: middle;
    margin-left: 8px;
}
/*testimonial-Videos*/
.overlay-testimonial-letters {
    z-index: 99;
    position: absolute;
    left: 29%;
    top: 29%;
    width: 120px;
    height: 90px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-testimonial-letters:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-testimonial-letters:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }


/*Medicolegal*/
.overlay-medicolegal {
    z-index: 99;
    position: absolute;
    left: 29%;
    top: 29%;
    width: 260px;
    height: 260px;
    border: solid 3px red;
    box-sizing: content-box;
}


    .overlay-medicolegal:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-medicolegal:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*magazine*/
.overlay-magazine {
    z-index: 99;
    position: absolute;
    left: 29%;
    top: 29%;
    width: 180px;
    height: 250px;
    border: solid 3px red;
    box-sizing: content-box;
}


    .overlay-magazine:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-magazine:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*LatestNews*/
.overlay-LatestNews {
    z-index: 99;
    position: absolute;
    left: 19%;
    top: 8%;
    width: 600px;
    height: 400px;
    border: solid 3px red;
    box-sizing: content-box;
}


    .overlay-LatestNews:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-LatestNews:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Blog*/
.overlay-Blog {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 805px;
    height: 522px;
    border: solid 3px red;
    box-sizing: content-box;
}


    .overlay-Blog:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-Blog:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*testimonial-letters*/

.overlay-testimonial-letters-small {
    z-index: 99;
    position: absolute;
    left: 8%;
    top: 0%;
    width: 580px;
    height: 595px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-testimonial-letters-small:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-testimonial-letters-small:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*awards*/

.overlay-awards {
    z-index: 99;
    position: absolute;
    left: 8%;
    top: 2%;
    width: 700px;
    height: 475px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-awards:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-awards:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Success*/

.overlay-Success {
    z-index: 99;
    position: absolute;
    left: 2%;
    top: 0%;
    width: 800px;
    height: 595px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-Success:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-Success:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Judgements*/

.overlay-Judgements {
    z-index: 99;
    position: absolute;
    left: 2%;
    top: 0%;
    width: 800px;
    height: 595px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-Judgements:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-Judgements:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Blog*/
.overlay-SectionOfIndia {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 289px;
    border: solid 3px red;
    box-sizing: content-box;
}


    .overlay-SectionOfIndia:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-SectionOfIndia:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Carrer*/
.overlay-Carrer {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 325px;
    border: solid 3px red;
    box-sizing: content-box;
}


    .overlay-Carrer:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-Carrer:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*CPA*/
.overlay-CPA {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}


    .overlay-CPA:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-CPA:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Requirements*/
.overlay-Requirements {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}


    .overlay-Requirements:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-Requirements:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Regulatory*/
.overlay-Regulatory {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}


    .overlay-Regulatory:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-Regulatory:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*BioMedical*/
.overlay-BioMedical {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}


    .overlay-BioMedical:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-BioMedical:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*DeathinIOT*/
.overlay-DeathinIOT {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}


    .overlay-DeathinIOT:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-DeathinIOT:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Vicarious*/
.overlay-Vicarious {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}


    .overlay-Vicarious:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-Vicarious:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*RiskMangement*/
.overlay-RiskMangement {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}


    .overlay-RiskMangement:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-RiskMangement:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Dos*/
.overlay-Dos {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-Dos:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-Dos:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Dont*/
.overlay-Dont {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-Dont:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-Dont:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Bail*/
.overlay-Bail1 {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-Bail1:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-Bail1:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Mishap*/
.overlay-Mishap {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-Mishap:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-Mishap:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*SupremeCourt*/
.overlay-SupremeCourt {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-SupremeCourt:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-SupremeCourt:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*CriminalLiability*/
.overlay-CriminalLiability {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-CriminalLiability:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-CriminalLiability:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Indemnity*/
.overlay-Indemnity {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 487px;
    height: 326px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-Indemnity:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-Indemnity:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*HomeIcon*/
.overlay-HomeIcon {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 207px;
    height: 198px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-HomeIcon:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-HomeIcon:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }
/*HomeAbout*/
.overlay-HomeAbout {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 458px;
    height: 412px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-HomeAbout:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-HomeAbout:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*HomeMember*/
.overlay-HomeMember {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 458px;
    height: 412px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-HomeMember:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-HomeMember:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }


/*HomeAwards*/
.overlay-HomeAwards {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 433px;
    height: 296px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-HomeAwards:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-HomeAwards:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*AboutUS*/
.overlay-AboutUS {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 594px;
    height: 301px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-AboutUS:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-AboutUS:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Mgmt*/
.overlay-Mgmt {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 8%;
    width: 110px;
    height: 110px;
    border: solid 3px red;
    box-sizing: content-box;
}

    .overlay-Mgmt:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-Mgmt:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }

/*Contact Us*/
.overlay-ContactUs {
    z-index: 99;
    position: absolute;
    left: 10%;
    top: 5%;
    width: 245px;
    height: 177px;
    border: solid 3px red;
    box-sizing: content-box;
}
    /*.overlay-ContactUs {
    z-index: 99;
     position: absolute; 
     left: 10%; 
     top: 8%; 
    width: 274px;
    height: 170px;
    border: solid 3px red;
    box-sizing: content-box;
}*/

    .overlay-ContactUs:before {
        top: 0;
        margin-left: -2px;
        margin-top: -40px;
    }

    .overlay-ContactUs:after {
        bottom: 0;
        margin-left: -2px;
        margin-bottom: -40px;
    }
