
/* @import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap'); */

@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&amp;family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700;900&display=swap");

html,
body {
    /* font-family: "Ubuntu", sans-serif; */
    font-family: "Titillium Web", sans-serif !important;
}

/* *
{
	 font-family: 'Lato', sans-serif;
	 
	 font-family: 'Source Sans Pro', sans-serif;
} */
img {
    max-width: 100%;
}

ul {
    list-style-type: none;
    padding: 0;
}

header {
    background: url(../images/header.jpg);
    /* border-bottom: 3px solid #795548; */
    background: #e56d04;
}

.navigation_menu {
    /* border-top: 1px solid #ccc; */
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff !important;
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0px 1rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
}

/*== Dropdown Menu ==*/


/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .dropdown-menu li {
        position: relative;
        padding: 5px;
        border-bottom: 1px dotted #00b5cc;
    }

    .dropdown-menu .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: -7px;
    }

    .dropdown-menu .submenu-left {
        right: 100%;
        left: auto;
    }

    .dropdown-menu > li:hover {
        background-color: #00000029;
    }

        .dropdown-menu > li:hover > .submenu {
            display: block;
        }
}
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {

    .dropdown-menu .dropdown-menu {
        margin-left: 0.7rem;
        margin-right: 0.7rem;
        margin-bottom: .5rem;
    }
}
/* ============ small devices .end// ============ */

/*== Dropdown Menu End==*/


/* ==MegaMenu== */

.navbar .megamenu {
    padding: 1rem;
}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: -8px;
    }
}
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}
/* ============ mobile view .end// ============ */


/* ==MegaMenu end== */




/* ========== Hedare Slider============= */

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
    background: #fff;
    box-shadow: 0px 5px 5px 0px #ccc;
}
/* ========== Hedare Slider End============= */






.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
}









@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');



html,
body {
    font-family: "Ubuntu", sans-serif;
}

* {
    font-family: 'Lato', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
    max-width: 100%;
}

ul {
    list-style-type: none;
    padding: 0;
}



.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 8px 9px;
}


.toplinks {
    width: 100%;
    top: 0px;
    padding: 0px;
    background: rgb(0 135 153);
    display: block;
    border-bottom: 1px solid rgb(235, 235, 235);
}

ul.gov-guidelines {
    list-style-type: none;
    padding: 3px;
    margin: 0px;
    float: left;
}

    ul.gov-guidelines li {
        display: inline-block;
    }

    ul.gov-guidelines a {
        color: rgb(255, 255, 255);
        padding: 4px 8px;
        font-weight: 500;
        font-size: 12px;
        text-decoration: none;
        /* border-radius: 50%; */
        margin-left: 3px;
    }

select {
    padding: 4px 7px;
    border: 0px;
    background: rgb(255 255 255);
    /* color: rgb(255, 255, 255); */
}


.black {
    background: rgb(0, 0, 0) !important;
    border: 1px solid #ccc;
}

.white {
    background: rgb(255, 255, 255) !important;
    color: rgb(0, 0, 0) !important;
}

.pannel {
    float: right;
}

ul.pannel {
    list-style-type: none;
    margin: 8px 14px 0px 0px;
    float: right;
}

    ul.pannel li {
        display: inline-block;
        width: 15px;
        height: 15px;
        /* border-radius: 50%; */
        background: #e56d04;
        border: 1px solid #fff;
        margin-left: 3px;
    }

.red {
    background: red !important;
}

.green {
    background: rgb(104, 159, 56) !important;
}

.blue {
    /* background: rgb(2, 119, 189) !important; */
}

.gray {
    background: rgb(0, 150, 136) !important;
}

.header-navigation {
    z-index: 9999;
}

.f-r {
    float: right !important;
}

.logo-section {
    /* background-image: url("../images/White-paper-texture.jpg"); */
    /* background: url(../images/title-dots.png);
    background: url("../images/header-bg.png"); */
    background-color: #fff;
    position: relative;
}

.logo-section {
    /* background-image: url("../images/White-paper-texture.jpg"); */
    /* background: url(../images/title-dots.png); */
    /* background: url("../images/header-bg.png"); */
}

    .logo-section::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/header-bg.png);
        box-shadow: 0px 20px 40px 0px rgba(42, 11, 88, 0.1);
    }

.login {
    background: #F57C00;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* height: 420px; */
}

.courses {
    padding: 20px;
}

.title__heading::after {
    background: #311B92;
    content: "";
    width: 5px;
    position: absolute;
    top: 2px;
    bottom: 6px;
    left: 0;
    margin: auto;
}

.title__heading {
    font-family: math;
    color: #0b1254;
    margin: 0 0 33px;
    padding-left: 20px;
    position: relative;
    font-size: 24px;
    font-weight: 900;
    background: #f7f4f4;
    padding: 5px;
    padding-left: 40px;
    width: 300px;
    border-radius: 0px 40px 0px 0px;
}

.courses h4 {
    font-size: 18px;
    margin: 6px 0px;
    font-weight: 600;
    color: #ffffff;
    background: #0b476c;
    /* color: #fff; */
    padding: 10px;
}

.viewall {
    text-align: right;
    font-size: 15px;
    float: right;
    margin-top: 15px;
}

    .viewall a {
        text-decoration: none;
        color: #0c1ba3;
        font-weight: 600;
    }

.aboutkitsw {
    padding: 30px;
    background: #f5f5f5;
}

    .aboutkitsw img {
        border: 6px solid #bfa298;
        padding: 6px;
    }

.readmore {
    background: #1b0c5e;
    color: #fff;
    padding: 10px;
    text-decoration: none;
    margin-top: 5px;
}












.myTicker {
    border: 1px solid red;
    width: 400px;
}

    .myTicker ul {
        padding: 0;
    }

    .myTicker li {
        list-style: none;
        border-bottom: 1px solid green;
        padding: 10px;
    }

.et-run {
    background: red;
}

.et-item-visible {
    color: blue !important;
}

.t5Wrap {
    display: none;
}


.myTicker3 {
    height: 318px !important;
    /* border: 1px solid #ccc; */
}

    .myTicker3 ul {
        margin: 0px;
        width: 100%;
        /* border: 1px solid #ccc; */
        padding: 0;
    }


    .myTicker3 img {
        /* display:block; */
        /* float:left; */
        height: 60px;
        width: 105px;
        margin-right: 20px;
        border: 1px solid #ccc;
        padding: 10px;
    }

.news-ticker img {
    float: left;
}

.down3, .up3 {
    background: #311B92;
    padding: 0px 7px;
    border: 0;
    color: #fff;
}

.news-ticker li {
    border-bottom: 1px dashed #ccc;
    padding: 15px;
    font-size: 14px;
    font-weight: 500;
    background: white;
    margin: 9px !important;
    min-height: 80px;
}

.notifi {
    padding: 50px;
}

.news-ticker {
    /* border: 1px solid #ccc; */
    background: #ebe7e7;
    padding: 3px;
}

.list-group.panel > .list-group-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}



p {
    font-size: 15px;
    line-height: 28px;
    text-align: justify;
}

.aboutkitsw p {
    text-align: justify;
}









.box {
    position: relative;
    overflow: hidden;
}

    .box .box-img {
        transform: translateX(0px);
        transition: transform 0.40s linear;
        min-height: 170px;
    }

    .box:hover .box-img {
        transform: translateX(100%);
    }

    .box .box-img img {
        width: 100%;
        height: auto;
        min-height: 170px;
        max-height: 170px;
    }

    .box .content {
        position: absolute;
        top: 0;
        right: 100%;
        width: 100%;
        height: 100%;
        padding: 5%;
        text-align: center;
        background: #d54a00;
        transition: right 0.40s linear;
    }

    .box:hover .content {
        right: 0%;
    }

    .box .title {
        font-size: 18px;
        text-transform: capitalize;
        color: #fff;
        margin: 5% 0 0;
    }

    .box .description {
        color: #fff;
    }

        .box .title:after,
        .box .description:after {
            content: "";
            border-bottom: 1px solid #fff;
            display: block;
            margin: 3% auto;
            width: 57%;
        }

    .box .social-links {
        padding: 0;
        margin: 0;
    }

        .box .social-links li {
            list-style: none;
            display: inline-block;
            margin-right: 15px;
        }

            .box .social-links li a {
                color: #fff;
                font-size: 18px;
            }

@media only screen and (max-width: 990px) {
    .box {
        margin-bottom: 20px;
    }
}




.serviceBox {
    text-align: center;
    background-color: #0b1148;
    box-shadow: 0 0.0625em 0.1875em 0 hsla(0, 0%, 0%, 0.1), 0 0.5em 0 -0.25em #131b70, 0 0.5em 0.1875em -0.25em hsla(0, 0%, 0%, 0.1), 0 1em 0 -0.5em #121a60, 0 1em 0.1875em -0.5em hsla(0, 0%, 0%, 0.1);
    padding: 9px 0px;
    color: #fff;
    margin-bottom: 18px;
}

    .serviceBox.orange {
        background-color: hsl(9, 100%, 64%);
        box-shadow: 0 0.0625em 0.1875em 0 hsla(0, 0%, 0%, 0.1), 0 0.5em 0 -0.25em hsl(9, 87%, 61%), 0 0.5em 0.1875em -0.25em hsla(0, 0%, 0%, 0.1), 0 1em 0 -0.5em hsl(9, 76%, 57%), 0 1em 0.1875em -0.5em hsla(0, 0%, 0%, 0.1);
    }

    .serviceBox.light-blue {
        background-color: hsl(189, 100%, 64%);
        box-shadow: 0 0.0625em 0.1875em 0 hsla(0, 0%, 0%, 0.1), 0 0.5em 0 -0.25em hsl(189, 87%, 61%), 0 0.5em 0.1875em -0.25em hsla(0, 0%, 0%, 0.1), 0 1em 0 -0.5em hsl(189, 76%, 57%), 0 1em 0.1875em -0.5em hsla(0, 0%, 0%, 0.1);
    }

    .serviceBox .service-icon i {
        font-size: 33px;
    }

    .serviceBox .service-content h3 {
        margin: 7px 0 10px 0;
        text-transform: capitalize;
        font-size: 22px;
    }

    .serviceBox .service-content p {
        margin-bottom: 12px;
        line-height: 24px;
        font-size: 16px;
    }

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 25px;
    }
}

.pad-3 {
    padding: 3px;
}





:root {
    --main-color: #f56709;
}

.pricingTable {
    color: var(--main-color);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 40px 25px 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    /* border: 1px solid; */
    /* min-height: 820px; */
    margin-bottom: 60px;
}

    .pricingTable:before,
    .pricingTable:after {
        content: '';
        background-color: var(--main-color);
        height: 94%;
        width: 50%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 85%);
    }

    .pricingTable:after {
        background-color: #fff;
        width: 100%;
        height: calc(100% - 30px);
        clip-path: polygon(0 0, 100% 26%, 100% 100%, 0 100%);
    }

    .pricingTable .pricingTable-header {
        margin: 0 0 15px;
    }

    .pricingTable .price-value {
        color: #fff;
        background-color: var(--main-color);
        width: 90px;
        height: 90px;
        padding: 22px 0;
        margin: 30px 110px;
        border-radius: 50%;
        border: 5px solid #fff;
    }

        .pricingTable .price-value .amount {
            font-size: 33px;
            font-weight: 800;
            line-height: 38px;
            display: block;
        }

        .pricingTable .price-value .duration {
            font-size: 15px;
            font-weight: 600;
        }

    .pricingTable .title {
        color: #333;
        font-size: 28px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: capitalize;
        padding: 0 20px 10px;
        margin: 0;
        border-bottom: 3px dashed var(--main-color);
        display: inline-block;
    }

    .pricingTable .pricingTable-signup a {
        color: #fff;
        background-color: #333;
        font-size: 19px;
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: uppercase;
        padding: 5px 20px;
        margin: 0 0 10px;
        border-radius: 30px;
        display: inline-block;
        transition: all 0.3s ease 0s;
    }

        .pricingTable .pricingTable-signup a:hover {
            color: #fff;
            background-color: var(--main-color);
        }

    .pricingTable .pricing-content {
        text-align: left;
        padding: 0;
        margin: 0;
        list-style: none;
        display: inline-block;
        display: none;
    }

        .pricingTable .pricing-content li {
            color: #333;
            font-size: 17px;
            font-weight: 500;
            line-height: 30px;
            letter-spacing: .5px;
            padding: 0 0 0 28px;
            margin: 0 0 3px;
            position: relative;
        }

            .pricingTable .pricing-content li:last-child {
                margin: 0;
            }

            .pricingTable .pricing-content li:before {
                content: "\f00c";
                color: #333;
                font-family: "FontAwesome";
                font-size: 14px;
                font-weight: 900;
                position: absolute;
                top: 2px;
                left: 0;
            }


    .pricingTable.blue {
        --main-color: #1f5ebd;
    }

.pricingTable {
    color: var(--main-color);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 40px 25px 12px;
    position: relative;
    z-index: 1;
}


    .pricingTable .pricing-content li.disable:before {
        content: "\f00d";
    }

    .pricingTable.magenta {
        --main-color: #7CB342;
    }

    .pricingTable.blue {
        --main-color: #1f5ebd;
    }

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 40px;
    }
}


.student-corner {
    background: #f5f5f5;
    padding: 20px;
}

.pricingTable-header:hover .pricing-content {
    display: block;
}

.copyright {
    /* padding: 10px; */
    background: #002e4a;
}

    .copyright img {
        width: 90px;
        background: #fff;
        padding: 1px 5px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
        margin-left: 10px;
        width: 80px;
        margin-bottom: 5px;
    }

    .copyright p {
        color: rgb(255, 255, 255);
        margin-bottom: 0px;
        font-size: 14px;
    }

.right {
    text-align: right;
}

.footer-section {
    background-color: #00446ded;
    position: relative;
    padding: 20px;
    /* background: url(../images/footer.jpg); */
    background-size: cover;
    padding-bottom: 0;
}

.footer-widget-wrapper {
    padding-top: 0px;
    /* padding-bottom: 25px; */
}

.footer-widget {
    margin: 0px 0px;
    color: #f6f7f9;
    border-top: 1px solid #ffffff1f;
}

.footer-widget-title {
    font-size: 20px;
    font-weight: 700;
    color: #56b4ff;
    margin-top: 9px;
}

.widget-info {
    padding-top: 2px;
}

a {
    text-decoration: none;
}

.footer-section a {
    color: #fff;
    line-height: 23px;
    font-size: 14px;
    text-transform: capitalize;
}

.border-t {
    border-top: 1px solid #ffffff1f;
    padding-top: 7px;
}


.mystyle {
    width: 100%;
    padding: 25px;
    background-color: coral;
    color: white;
    font-size: 25px;
    box-sizing: border-box;
}

/* .pricing-content */
/* { */

/* display:block; */
/* } */

#myDIV {
    display: none;
    /* min-height: 820px; */
}

#myDIV1 {
    display: none;
    min-height: 516px;
}

#myDIV2 {
    display: none;
    min-height: 517px;
}

.readm {
    display: block;
    margin-top: 12px;
    color: black;
    cursor: pointer;
}

.pricingTable .pricing-content li a {
    color: #333;
}

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}


#navbar_top {
    background-color: #00C3DD;
}

.dropdown-menu {
    padding: 0px;
}

.topbar-search {
    float: right;
    width: 148px;
    margin: 3px 11px 0px 11px;
    position: relative;
}

    .topbar-search input[type="text"] {
        float: left;
        width: 100%;
        background-color: rgba(255,255,255,0.10);
        font-size: 12px;
        color: #ffffff;
        padding: 0px 15px;
        height: 25px;
        border-radius: 4px;
    }

    .topbar-search i {
        position: absolute;
        right: 10px;
        top: 11px;
        font-size: 8px;
        color: #ffffff;
    }

    .topbar-search input[type="submit"] {
        position: absolute;
        right: 5px;
        top: 4px;
        width: 25px;
        height: 25px;
        background-color: transparent;
        border: none;
    }

    .topbar-search input[type="text"] {
        float: left;
        width: 100%;
        background-color: rgba(255,255,255,0.10);
        font-size: 12px;
        color: #ffffff;
        padding: 0px 15px;
        height: 25px;
        border-radius: 4px;
        outline: 0;
        border: 0;
        margin-top: 3px;
    }

input[type="submit"] {
    outline: none;
}

.selectlanguage {
    float: right;
    width: 125px;
    height: 24px;
    margin-top: 3px;
    padding: 0px;
    font-size: 12px;
    border-radius: 3px;
    background: rgba(255,255,255,0.10);
    color: #fff;
    border: 0px solid #c18103;
    margin-bottom: 0px;
}


.imageslist {
    float: left;
    width: 100%;
    background: url(../images/White-paper-texture.jpg);
    background-size: cover;
    /* box-shadow: 0px 0px 8px #767272; */
    padding: 10px;
    border: 1px dashed #00BCD4;
}

    .imageslist p {
        color: #007ba3;
    }

    .imageslist p {
        float: left;
        text-align: right;
        padding-left: 10px;
        font-weight: bold;
        color: #00BCD4;
        font-size: 14px;
        padding-top: 26px;
    }

    .imageslist img {
        float: left;
    }

    .imageslist p span {
        font-size: 12px;
        color: #000;
    }

.lawyer-historyfull {
    background-color: #f5f5f5;
    padding: 40px 20px 30px;
}

.lawyer-main-section, .lawyer-main-content {
    float: left;
    width: 100%;
    position: relative;
}

.lawyer-color {
    color: #00c3dd;
}

.lawyer-fancy-title h2 {
    font-size: 28px;
    margin: 0px 0px 12px;
    line-height: 0.7;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.lawyer-fancy-title.lawyer-fancy-titleleft > span {
    margin: 0px 0px 0px 26px;
}

.lawyer-fancy-title > span {
    display: inline-block;
    font-size: 14px;
    color: #290645;
    position: relative;
    /* font-size: 28px; */
    margin: 0px 0px 12px;
    line-height: 0.7;
    /* font-weight: bold; */
    /* text-transform: uppercase; */
}

    .lawyer-fancy-title > span:after {
        content: '';
        position: absolute;
        left: -35px;
        top: 5px;
        width: 35px;
        height: 1px;
        /* display: none; */
        background-color: #00BCD4 !important;
    }

    .lawyer-fancy-title > span:before {
        content: '';
        position: absolute;
        left: -35px;
        top: 3px;
        width: 35px;
        height: 1px;
        /* display: none; */
        background-color: #00BCD4 !important;
    }

    .lawyer-fancy-title > span > small:before {
        content: '';
        position: absolute;
        right: -35px;
        top: 5px;
        width: 35px;
        height: 1px;
        /* display: none; */
        background-color: #00c3dd !important;
    }

    .lawyer-fancy-title > span > small:after {
        content: '';
        position: absolute;
        right: -35px;
        top: 7px;
        width: 35px;
        height: 1px;
        /* display: none; */
        background-color: #00BCD4 !important;
    }

.lawyer-history-thumb {
    float: left;
    width: 100%;
    margin: 0px;
    position: relative;
    padding: 0px 0px 0px 20px;
    z-index: 00;
}

    .lawyer-history-thumb:before {
        content: '';
        position: absolute;
        left: 0px;
        bottom: -20px;
        border: 1px solid #00446d;
        width: 96%;
        height: 100%;
        z-index: -1;
    }

.btn-warning1 {
    background-color: #0068bc;
    border-color: #0068ba;
    color: #fff;
    margin-top: 22px;
}

.lawyer-practice-wrap {
    position: relative;
    padding: 33px 35px 25px 30px;
}

.lawyer-criminal-defence {
    background-image: url(../extra-images/IMG20230220123643.jpg);
    background-position: center;
    background-size: cover;
}

.lawyer-fancy-title.lawyer-fancy-titleleft.lawyer-fancy-titlemargin {
    margin: 0px 0px 65px;
}

.lawyer-fancy-title.lawyer-fancy-titleleft {
    text-align: left;
    margin: 0px 0px 19px;
}

.lawyer-fancy-title {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0px 0px 65px;
}

.lawyer-practice-wrap {
    position: relative;
    padding: 34px 35px 55px 30px;
}

.lawyer-criminal-defence {
    background-image: url(../images/IMG20230220123643.jpg);
    background-position: center;
    background-size: cover;
}

.practices-transparent {
    background-color: #007e8e !important;
}

.lawyer-practice-text {
    position: relative;
    text-align: center;
}

.practices-transparent {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.lawyer-practice-text h6 i {
    font-size: 36px;
    /* float: left; */
    margin: -4px -14px 0px 0px;
    color: #fff;
}

.lawyer-practice-text h6 a {
    color: #fff;
    /* padding: 0px 0px 0px 15px; */
    border-left: 1px solid #fff;
    line-height: 1.9;
    display: inline-block;
    float: left;
    width: 100%;
}

.lawyer-practice-text h6 a {
    color: #fff;
    padding: 0px 0px 0px 15px;
    border-left: 1px solid #fff;
    line-height: 1.9;
    display: inline-block;
    float: left;
    width: 100%;
}

.lawyer-practice ul li {
    list-style: none;
    margin: 0px 0px 30px;
}





.latestnews p {
    float: left;
    width: 100%;
    background: whitesmoke;
    line-height: 2.3;
    cursor: pointer;
    margin-bottom: 8px;
    z-index: 9999;
    font-size: 13.5px;
}

    .latestnews p i {
        float: left;
        padding: 10px;
        background: #00BCD4;
        color: #fff;
        margin-right: 6px;
        margin-top: 0px;
    }

.lawyer-main-section, .lawyer-main-content {
    float: left;
    width: 100%;
    position: relative;
}

.lawyer-contact-us ul li {
    list-style: none;
    margin: 0px 0px 0px;
}

.notif-section-inner {
    background: url(../images/inner-bg.jpg);
    margin-bottom: 30px;
    background-size: cover;
    box-shadow: 8px 8px #dbd9d9f7;
    /* position: absolute; */
    float: left;
    width: 100%;
}

.c2 {
    background: #006c61bf;
    padding: 25px;
    min-height: 230px;
}

.lawyer-contact-us-text {
    background-color: #eeeeee;
    padding: 23px 28px 21px;
    text-align: center;
    position: relative;
    /* margin: 30px 0px 0px; */
}

.lawyer-contact-us, .lawyer-contact-us-text {
    float: left;
    width: 100%;
}

    .lawyer-contact-us-text i {
        font-size: 22px;
        color: #ffffff;
        width: 45px;
        height: 45px;
        position: absolute;
        left: 20px;
        top: -21px;
        text-align: center;
        padding: 11px 0px 0px;
        background: #000000;
    }

    .lawyer-contact-us-text h5 {
        /* margin: 0px 0px 2px; */
        font-weight: 500;
        /* text-transform: uppercase; */
        color: #fff;
        font-size: 1.5vw !important;
        margin: 10px 0px;
    }

    .lawyer-contact-us-text i:after {
        border: 1px solid #000000;
        content: "";
        height: 45px;
        position: absolute;
        left: -10px;
        top: -10px;
        width: 45px;
    }




.notif-section-inner {
    background: url(../images/inner-bg.jpg);
    margin-bottom: 30px;
    background-size: cover;
    box-shadow: 8px 8px #dbd9d9f7;
    /* position: absolute; */
    float: left;
    width: 100%;
}

.c1 {
    background: #002f78b3;
    padding: 25px;
    min-height: 260px;
}

.c2 {
    background: #006c61bf;
    padding: 25px;
    min-height: 260px;
}

.c3 {
    background: #207100ad;
    padding: 25px;
    min-height: 260px;
}

.c4 {
    background: #1f0054b8;
    padding: 25px;
    min-height: 260px;
}

.c5 {
    background: #936000bd;
    padding: 25px;
    min-height: 260px;
}

.c6 {
    background: #061b52cf;
    padding: 25px;
    min-height: 230px;
}

.c7 {
    background: #b53f00b0;
    padding: 25px;
    min-height: 230px;
}

.c8 {
    background: #3e2723bf;
    padding: 25px;
    min-height: 230px;
}

.lawyer-contact-us-text p {
    text-align: left;
    color: #e8fdff;
    margin-bottom: 0px;
}


.testclass1 {
    background-image: url(../images/pattern2.jpg);
    background-size: auto;
    position: relative;
    opacity: 1;
    border-top: 2px solid #00446d;
    border-bottom: 2px solid #00446d;
}

.ttm-fid.inside.style2 {
    margin: 0;
    padding: 25px 5px;
    /* border: 1px solid #000000; */
    margin-bottom: 10px;
    background: #fff;
    /* box-shadow: 5px 5px 5px 0px #eee; */
    border-radius: 8px;
    background: url(../images/White-paper-texture.jpg);
    background-size: cover;
    /* box-shadow: 0px 0px 8px #767272; */
    padding: 20px 10px;
    border: 1px dashed #00446d;
    overflow: hidden;
}

@media (min-width: 992px) {
    .ttm-vertical_sep .col-md-3 {
        width: 20%;
    }
}

.ttm-fid-contents {
    /* width: 80%; */
    text-align: right !important;
    float: right;
}

.ttm-fid-icon-wrapper img {
    height: 70px;
    width: 70px !important;
    position: absolute;
}

.ttm-fid.inside.style2 h3 {
    font-size: 17px;
    font-weight: normal;
    opacity: 1;
    color: #00446d;
    line-height: 20px;
    margin-top: 5px;
}

.footer-bg {
    background: url("../images/banner2.jpeg");
    background-size: cover;
    position: relative;
}

.bottom-links ul {
    margin: 10px 0px !important;
}

.bottom-links li {
    position: relative;
    float: left;
    margin-left: 30px;
    list-style-type: none;
}

    .bottom-links li:before {
        content: '//';
        position: absolute;
        left: -30px;
        width: 30px;
        text-align: center;
        color: #fff;
    }

.copyright .bottom-links li a {
    color: #fff;
    font-size: 14px;
}


.loginbtn {
    position: fixed;
    right: 0;
    z-index: 999;
    margin-top: 239px;
    background: #00446d;
    width: 35px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

    .loginbtn .fa {
        font-size: 20px;
        line-height: 28px;
    }


.sliderrow .carousel-item img {
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 0;
    /* border: 4px solid #b1b1b1; */
    border: 1px dashed #00446d;
    width: 200px;
    height: 100px;
}

.inside h4, .inside h4 span {
    display: table-cell;
    margin-bottom: 0px;
    font-size: 40px;
    line-height: 40px;
    color: #000;
    float: right;
    width: 100%;
}

.digital {
    font-family: 'DSDIGI' !important;
    margin-top: 0px;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 30px;
    vertical-align: middle;
    color: #E84600;
}

.pad-20 {
    padding: 20px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        background: #00c2dc;
    }
}

option {
    padding: 5px 15px;
    color: #000;
}

.color1 {
    background: #00BCD4 !important;
}

.color2 {
    background: #1c7d1c !important;
}

.heads {
    padding: 20px;
}

.lawyer-dropdown-menu > li.subdropdown-addicon > a:before {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% {
        color: #FFBF00;
    }

    50% {
        color: #95FF00;
    }

    100% {
        color: #FF81E7;
    }
}

@-webkit-keyframes blinker {
    0% {
        color: #FFBF00;
    }

    50% {
        color: #95FF00;
    }

    100% {
        color: #FF81E7;
    }
}

@keyframes blinker {
    0% {
        color: #FFBF00;
    }

    50% {
        color: #95FF00;
    }

    100% {
        color: #FF81E7;
    }
}

.blink_me {
    margin: 0;
    padding: 5px;
    text-transform: capitalize;
}

.lawyer-contact-us ul li:hover .lawyer-contact-us-text i {
    left: 10px;
    top: -30px;
}

.lawyer-contact-us-text i {
    transition: all 0.4s ease-in-out;
}

.lawyer-contact-us-text i {
    font-size: 22px;
    color: #ffffff;
    width: 45px;
    height: 45px;
    position: absolute;
    left: 20px;
    top: -21px;
    text-align: center;
    padding: 11px 0px 0px;
}

    .lawyer-contact-us-text i:after {
        transition: all 0.4s ease-in-out;
    }

.lawyer-contact-us ul li:hover .lawyer-contact-us-text i:after {
    left: 10px;
    top: 10px;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }


.tooltip {
    background: #00446d !important;
    width: 300px !important;
    font-size: 13px !important;
    text-align: justify !important;
}

.tooltip-inner {
    max-width: 300px;
    background: #00446d !important;
}

.tooltip.top .tooltip-arrow {
    margin-left: 0px !important;
    border-width: 8px 8px 0 !important;
    border-top-color: #00446d !important;
    top: 100% !important;
}

.navbar-nav .dropdown-menu {
    position: static;
    background: #0c060026;
    border: 1px solid rgb(99 216 231);
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #e9ecef00;
}












table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: middle;
        border-bottom: 2px solid #ddd;
        text-align: center;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #ddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > thead > tr > th,
            .table-responsive > .table > tbody > tr > th,
            .table-responsive > .table > tfoot > tr > th,
            .table-responsive > .table > thead > tr > td,
            .table-responsive > .table > tbody > tr > td,
            .table-responsive > .table > tfoot > tr > td {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > thead > tr > th:first-child,
            .table-responsive > .table-bordered > tbody > tr > th:first-child,
            .table-responsive > .table-bordered > tfoot > tr > th:first-child,
            .table-responsive > .table-bordered > thead > tr > td:first-child,
            .table-responsive > .table-bordered > tbody > tr > td:first-child,
            .table-responsive > .table-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > thead > tr > th:last-child,
            .table-responsive > .table-bordered > tbody > tr > th:last-child,
            .table-responsive > .table-bordered > tfoot > tr > th:last-child,
            .table-responsive > .table-bordered > thead > tr > td:last-child,
            .table-responsive > .table-bordered > tbody > tr > td:last-child,
            .table-responsive > .table-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > th,
            .table-responsive > .table-bordered > tfoot > tr:last-child > th,
            .table-responsive > .table-bordered > tbody > tr:last-child > td,
            .table-responsive > .table-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}


.fa-long-arrow-right {
    float: right;
    margin-top: 5px;
}

#navbar_top .fa-angle-double-right {
    float: right;
    padding-top: 3px;
}



.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 100%;
        left: 50%;
        margin-left: -60px;
        /* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
        opacity: 0;
        transition: opacity 1s;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }




.wrapper {
    text-transform: uppercase;
    /* background: #ececec; */
    color: #fff;
    cursor: help;
    /* font-family: "Gill Sans", Impact, sans-serif; */
    /* font-size: 20px; */
    /* margin: 100px 75px 10px 75px; */
    /* padding: 15px 20px; */
    position: relative;
    text-align: center;
    /* width: 200px; */
    -webkit-transform: translateZ(0); /* webkit flicker fix */
    -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
    border-left: 1px solid #fff;
}

    .wrapper .tooltip {
        background: #d54a00;
        bottom: 100%;
        color: #fff;
        display: block;
        left: -55px;
        margin-bottom: 15px;
        opacity: 0;
        padding: 20px;
        pointer-events: none;
        position: absolute;
        width: 100%;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
        z-index: 99999;
    }

        /* This bridges the gap so you can mouse into the tooltip without it disappearing */
        .wrapper .tooltip:before {
            bottom: -20px;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        /* CSS Triangles - see Trevor's post */
        .wrapper .tooltip:after {
            border-left: solid transparent 10px;
            border-right: solid transparent 10px;
            border-top: solid rgb(0, 68, 109) 10px;
            bottom: -10px;
            content: " ";
            height: 0;
            left: 50%;
            margin-left: -13px;
            position: absolute;
            width: 0;
        }

    .wrapper:hover .tooltip {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

/* IE can just show/hide with no transition */
.lte8 .wrapper .tooltip {
    display: none;
}

.lte8 .wrapper:hover .tooltip {
    display: block;
}


.page-title {
    background: url(../images/banner2.jpeg);
    background-size: cover;
    position: relative;
    background-position: center;
}

.page-overlay {
    background-color: #092231ed;
    padding: 30px;
}

.page-title ul {
    list-style-type: none;
}

    .page-title ul li {
        display: inline-block;
        color: #fff;
        font-size: 17px;
    }

.inner-title {
    text-align: center;
    color: #fff;
}

.page-content {
    padding: 30px;
}




/*login*/




.button-container {
    text-align: center;
}

fieldset {
    margin: 0 0 3rem;
    padding: 0;
    border: none;
}

.form-radio,
.form-group {
    position: relative;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.form-inline > .form-group,
.form-inline > .btn {
    display: inline-block;
    margin-bottom: 0;
}

.form-help {
    margin-top: 0.125rem;
    margin-left: 0.125rem;
    color: #b3b3b3;
    font-size: 0.8rem;
}

.checkbox .form-help, .form-radio .form-help, .form-group .form-help {
    position: absolute;
    width: 100%;
}

.checkbox .form-help {
    position: relative;
    margin-bottom: 1rem;
}

.form-radio .form-help {
    padding-top: 0.25rem;
    margin-top: -1rem;
}

.form-group input {
    height: 1.9rem;
}

.form-group textarea {
    resize: none;
}

.form-group select {
    width: 100%;
    font-size: 1rem;
    height: 1.6rem;
    padding: 0.125rem 0.125rem 0.0625rem;
    background: none;
    border: none;
    line-height: 1.6;
    box-shadow: none;
}

.form-group .control-label {
    position: absolute;
    top: 0.25rem;
    pointer-events: none;
    padding-left: 0.125rem;
    z-index: 1;
    color: #b3b3b3;
    font-size: 1rem;
    font-weight: normal;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
}

.form-group .bar {
    position: relative;
    border-bottom: 0.0625rem solid #999;
    display: block;
}

    .form-group .bar::before {
        content: '';
        height: 0.125rem;
        width: 0;
        left: 50%;
        bottom: -0.0625rem;
        position: absolute;
        background: #337ab7;
        -webkit-transition: left 0.28s ease, width 0.28s ease;
        transition: left 0.28s ease, width 0.28s ease;
        z-index: 2;
    }

.form-group input,
.form-group textarea {
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 1rem;
    border-width: 0;
    border-color: transparent;
    line-height: 1.9;
    width: 100%;
    color: transparent;
    -webkit-transition: all 0.28s ease;
    transition: all 0.28s ease;
    box-shadow: none;
}

    .form-group input[type="file"] {
        line-height: 1;
    }

        .form-group input[type="file"] ~ .bar {
            display: none;
        }

    .form-group select,
    .form-group input:focus,
    .form-group input:valid,
    .form-group input.form-file,
    .form-group input.has-value,
    .form-group textarea:focus,
    .form-group textarea:valid,
    .form-group textarea.form-file,
    .form-group textarea.has-value {
        color: #333;
    }

        .form-group select ~ .control-label,
        .form-group input:focus ~ .control-label,
        .form-group input:valid ~ .control-label,
        .form-group input.form-file ~ .control-label,
        .form-group input.has-value ~ .control-label,
        .form-group textarea:focus ~ .control-label,
        .form-group textarea:valid ~ .control-label,
        .form-group textarea.form-file ~ .control-label,
        .form-group textarea.has-value ~ .control-label {
            font-size: 0.8rem;
            color: gray;
            top: -1rem;
            left: 0;
        }

        .form-group select:focus,
        .form-group input:focus,
        .form-group textarea:focus {
            outline: none;
        }

            .form-group select:focus ~ .control-label,
            .form-group input:focus ~ .control-label,
            .form-group textarea:focus ~ .control-label {
                color: #337ab7;
            }

            .form-group select:focus ~ .bar::before,
            .form-group input:focus ~ .bar::before,
            .form-group textarea:focus ~ .bar::before {
                width: 100%;
                left: 0;
            }



.button {
    position: relative;
    background: currentColor;
    border: 1px solid currentColor;
    font-size: 1.1rem;
    color: #4f93ce;
    /* margin: 3rem 0; */
    padding: 0.75rem 3rem;
    cursor: pointer;
    -webkit-transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    transition: background-color 0.28s ease, color 0.28s ease, box-shadow 0.28s ease;
    overflow: hidden;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

    .button span {
        color: #fff;
        position: relative;
        z-index: 1;
    }

    .button::before {
        content: '';
        position: absolute;
        background: #071017;
        border: 50vh solid #1d4567;
        width: 30vh;
        height: 30vh;
        border-radius: 50%;
        display: block;
        top: 50%;
        left: 50%;
        z-index: 0;
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(0);
        transform: translate(-50%, -50%) scale(0);
    }

    .button:hover {
        color: #337ab7;
        box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
    }

    .button:active::before, .button:focus::before {
        -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
        transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }

    .button:focus {
        outline: none;
    }





.panel {
    display: block;
    height: 278px;
}

.freeBird {
    margin-top: -100px;
}

.small-text {
    font-size: 12px;
}


.eamcet-code {
    position: absolute;
    right: 0;
    background: #00446d;
    top: 60px;
    padding: 5px 14px;
    border-radius: 20px 0px 0px 20px;
    /* font-size: 14px; */
    box-shadow: 10px 3px 0px 2px #00001126;
    background: linear-gradient(to right, #00446d 50%, #129117 50%);
    background-size: 200% 100%;
    background-position: left bottom;
    margin-left: 10px;
    transition: all .5s ease;
}

    .eamcet-code a {
        color: #fff;
    }

    .eamcet-code span {
        color: #ff983e;
        font-weight: 900;
        font-size: 17px;
    }

    .eamcet-code:hover {
        background-position: right bottom;
    }

.register input[type=text], input[type=password], input[type=date], textarea, select {
    width: 100%;
    padding: 6px;
    margin: 5px 0 10px 0;
    display: inline-block;
    border: none;
    /* background: #f9f8f8; */
    /* border-radius:30px; */
    border: 1px solid #00BCD4;
    padding-left: 14px;
    height: 40px;
}

    .register input[type=text]:focus, input[type=password]:focus {
        background-color: #f9f6f6;
        outline: none;
    }

.register .form-control {
    width: 100%;
    padding: 6px;
    margin: 5px 0 10px 0;
    display: inline-block;
    border: none;
    background: #f9f8f8;
    border-radius: 30px;
    border: 1px solid #00BCD4;
    padding-left: 14px;
}

    .register .form-control:focus {
        background-color: #f9f6f6;
        outline: none;
        background-color: #f9f6f6;
    }

hr {
    border: 1px dashed #00446d;
    margin-bottom: 25px;
}

.register form {
    /* margin:auto; */
    /* margin-top:30px; */
    /* width:80%; */
}

.register button {
    background-color: #00446d;
    border-radius: 30px;
    color: white;
    padding: 6px 8px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    margin: auto;
    width: 30%;
    opacity: 0.9;
    margin-bottom: 7px;
    margin-right: 5px;
}

button:hover {
    opacity: 1;
}

.common-box-innerpages {
    /* box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2); */
    /* padding: 30px 0px; */
}



.signupbtn {
    width: 30%;
    margin: 0 auto !important;
}


.register {
    margin: 40px 0px;
}


    .register h1 {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 20px;
        text-align: center;
    }

@media screen and (max-width: 300px) {
    .signupbtn {
        width: 100%;
    }
}

.container {
    max-width: 1270px !important;
}

@media (max-width:1290px) {
    .container {
        max-width: 99% !important;
    }
}

.title-dots span {
    background-color: #00BCD4;
    padding: 6px 20px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
}

.title-dots {
    background: url(../images/title-dots.png) repeat scroll 0 0;
    height: 36px;
    margin-bottom: 20px;
    margin-top: 3px;
}




/*-----form css----*/
.register input[type=text], input[type=password] {
    border-radius: 0px !important;
    background: #fff;
    margin-bottom: 17px;
}

.form-select {
    width: 100%;
    padding: 6px;
    margin: 5px 0 10px 0;
    display: inline-block;
    border: none;
    border-radius: 0;
    border: 1px solid #00BCD4;
    padding-left: 14px;
}

span.mandatory {
    color: red;
    font-size: 16px;
    padding-left: 1px;
}

label {
    display: inline-block;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.right-menu {
    right: 0px;
}

.form-check-input[type=radio] {
    border-radius: 50%;
    margin-right: 5px;
}






.picker,
.picker__holder {
    width: 290px;
    position: absolute;
}

.picker {
    font-size: 16px;
    text-align: left;
    line-height: 1.2;
    color: #000;
    z-index: 10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

.picker__input {
    cursor: default;
}

    .picker__input.picker__input--active {
        border-color: #0089ec;
    }

.picker__holder {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    border: 1px solid #aaa;
    border-top-width: 0;
    border-bottom-width: 0;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    min-width: 176px;
    max-width: 466px;
    max-height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    transform: translateY(-1em) perspective(600px) rotateX(10deg);
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/*!
     * Classic picker styling for pickadate.js
     * Demo: http://amsul.github.io/pickadate.js
     */
.picker__frame {
    padding: 1px;
}

.picker__wrap {
    margin: -1px;
}

.picker--opened .picker__holder {
    max-height: 25em;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    transform: translateY(0) perspective(600px) rotateX(0);
    transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
    box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}





select#cdacL10nLanguagesComboBox {
    background: transparent;
    color: #fff;
    border: 1px solid #087280;
}

.language {
    float: right;
    margin-bottom: -5px;
    background: transparent;
    width: auto;
    height: auto;
    color: #191919;
    font-size: 14px;
}


.radio-box {
    margin-top: 5px;
    border: 1px solid #00BCD4;
    padding: 9px 7px;
    font-size: 14px;
}

.upload-box {
    border: 1px solid #00BCD4;
    padding: 4px;
    margin-top: 6px;
    width: 100%;
    margin-bottom: 10px;
}

.register button {
    background-color: #00bcd4;
}

.banner-box {
    background: linear-gradient( rgb(0 0 0 / 65%), rgb(0 0 0 / 65%) ),url(../images/registration1.jpg);
    height: 76px;
    background-size: cover;
    background-position: bottom;
}

    .banner-box h5 {
        color: #fff;
        font-size: 29px;
        letter-spacing: 1px;
        position: relative;
        top: 21px;
        text-transform: capitalize;
        font-weight: 600;
        text-align: center;
    }

.title-dots span {
    background-color: #00BCD4;
    padding: 6px 6px;
    color: #fff;
    font-size: 20px;
    display: inline-block;
    /* width: 36%; */
    min-width: 36%;
}

.register .form-control {
    background: #fff;
    border-radius: 0px;
}
/* .container{
        max-width: 1140px !important; 
      } */
.common-txt-header {
    font-size: 21px;
    font-weight: 600;
    margin: 0px 0px 14px 0px;
    text-align: center;
    background: #a2e3eb;
    padding: 6px;
}


.table > thead {
    vertical-align: bottom;
    background: #00446d;
    color: #fff;
}



/** Internet Explorer */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    body {
        display: none !important;
    }
}

/** Microsoft Edge */
@supports (-ms-ime-align: auto) {
    body {
        display: none !important;
    }
}

/** Mozilla Firefox */
@-moz-document url-prefix() {
    body {
        display: none !important;
    }
}



/** Safari */
@media not all and (min-resolution: 0.001dpcm) {
    body {
        display: none !important;
    }
}




