


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:#075cd9 !important;
}
.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}
.head-txt {
    background: #002e73;
    color: #fff;
    padding: 1px 0px 11px;
    text-align: center;
    border-radius: 20px;
}
.top-section {
    background: #cccccc80;
}
section.greybg {
    background: #cccccc80;
    padding-top: 15px;
    height: 510px;
}
/*.greybg > .container {
    background: white !important;
    padding: 10px;
    min-height: 525px;
}*/
.greybg > .container {
    background: #ffffff !important;
    padding: 10px;
    min-height: 444px;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 0px #ffffff;
}

.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: Segoe UI,SegoeUI,"Helvetica Neue",Helvetica,Arial,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: #000;
    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;*/ 
     z-index: -1;
     box-shadow:rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

a{
    cursor:pointer !important
}

.logo-section::before {
    content: '';
    position: inherit;
    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: rgb(3 126 115);*/
    /*background-color:  #b16211*/
    /* border-bottom: 1px solid #a3a1a1; */
}
    
    .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: 19px;
        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: #b16211;
    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: #fbfbfb;
        border-radius:30px;
        border: 1px solid #b7b7b7;
        padding-left: 14px;
        height: 37px;
        font-size: 14px;
      }
      
      .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;
          box-shadow: 0px 0px 10px #c1c1c1;
          padding: 15px;
          /*border: 2px solid #00bcd4;*/
          background: #fff;
          float:left;
          width:100%;
      }
      
      
      .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;
        text-transform: u;
    }




    /*-----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: 14px;
    }
   .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: rgb(0 135 153);
              margin-top: 30px;
      }
      .banner-box {
        
        height: 76px;
        background-size: cover;
        background-position: bottom;
        float: left;
        width: 100%;
      }
      .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 10px;
          color: #fff;
          font-size: 20px;
          /* display: inline-block; */
          /* width: 36%; */
          min-width: 36%;
          text-transform: uppercase;
      }
      
      .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: #0d6efd;
    color: #fff;
}
p.visitor {
    text-align: center;
}

p.visitor span {
    background: #003d62;
    margin-left: 6px;
    color: #fff;
    padding: 2px 8px;
    letter-spacing: 5px;
    font-weight: 600;
}



.cont-box span i {
    background: #397699;
    padding: 3px;
    color: #ffffff;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    line-height: 19px;
    text-align: center;
    font-size: 14px;
    margin-right: 5px;
}
.a1{
    animation:blinking 1.5s infinite;
    }
    @keyframes blinking{
        0%{color: #94befb;}
        47%{color: #8df4cd;}
        62%{color: #fbba50;}
        97%{color: #c688ff;}
        100%{color: #fff;}
    }
    .conformcheck
    {
        font-weight: 600;
        padding: 8px;
    }
    .conformcheck input
    {
        margin-right: 10px;
    }
    .conformcheck p:nth-child(odd){
        background-color: #dffbff;
        margin: 0;
        padding: 8px;
    }
    .conformcheck p:nth-child(even){
        background-color: #fff;
        margin: 0;
        padding: 8px;
    }
body {
    /*background: url(../images/bg5.png) !important; */
    /*background: #d77f7e;*/
}
.btn-primary {
    color: #fff;
    background-color: #299b00;
    border-color: #0d6efd;
    padding: 5px 20px !important;
    margin-top: 8px !important;
    border-radius: 20px !important;
}
.copy-right {
    background: #002e73;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    FLOAT: LEFT;
    WIDTH: 100%;
}
    .copy-right p{
        margin: 0px;
    }
.homepagemaindiv {
    margin: 0;
    min-height: 514px;
    float: left;
    width: 100%;
    background:#cccccc80;
    /*background-image: url('../images/background1.jpg');*/
}
    .boxdiv
    {

float: left;

width: 100%;

background: #fff;

background: url(../images/bg2.png) !important;

margin-top: 20px;

box-shadow: 0px 0px 3px #afa9a9;

text-align: center;

color: #000;

border: 1px solid #4a4581;

padding: 1px;

border-radius: 4px;
}
    .boxdiv img
    {
        
height: 50px;
        
border-radius: 50%;
        
margin-top: 9px;
        
width: 50px;
    }
    .boxdiv p
    {
        
margin: 0;
        
background: #4a4581;
        
padding: 5px;
        
text-align: center;
        
color: #fff;
        
font-weight: 600;
        
border-radius: 4px;
    }
    .boxdiv h1
    {
        
font-size: 17px;
        
text-transform: uppercase;
        
margin-top: 10px;
    }
    .col-3, .col-4
    {
        float: left;
        padding: 15px;
    }
a {
    color: inherit;
    text-decoration: none;
}
.innerimpdiv {
    text-decoration: none;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0px 0px 6px #c9c1c1;
    min-height: 420px;
    border: 1px solid #037e73;
    color: inherit;
    /*FONT-SIZE: 12PX;*/
    float: right;
    border-radius: 14px;
}
    .innerimpdiv SPAN {
        FONT-SIZE: 17PX;
        PADDING: 7.5PX;
        min-width: 100%;
        border-radius: 10px;
        
    }
.bg1 {
    border: none !important;
}
.bg2 {
    border: none !important;
}
.bg3 {
    border: none !important;
}
.bg1 h4 span {
    background: #075cd9;
    text-align:center !important;
}
.bg2 h4 span {
    background: #508f00;
    text-align: center !important;
}
.bg3 h4 span {
    background: #cd4e00;
    text-align: center !important;
}
ul.formstatic, ul.vlist2, .ulDates {
    padding: 5px 10px;
    margin-top: 0 !important;
}
    .ulDates li {
        padding: 4px 0px;
        background: #cd4e0012;
        margin-bottom: 10px;
        border-radius: 15px;
    }
    ul.formstatic li {
        padding: 4px 0px;
        background: #075cd912;
        margin-bottom: 10px;
        border-radius: 15px;
    }
    .ulDates li i {
        margin-left: 5px;
        border: 1px solid #ccc;
        padding: 3px 4px;
        border-radius: 50%;
        color: #cd4e00;
    }
    ul.formstatic li i {
        margin-left: 5px;
        border: 1px solid #ccc;
        padding: 3px 4px;
        border-radius: 50%;
        color: #075cd9;
    }
.formstatic a, .vlist2 a, .ulDates a {
    font-weight: 500 !important;
}
.vlist2 li {
    padding: 4px 0px;
    background: #508f000f;
    margin-bottom: 10px;
    border-radius: 15px;
}
    .vlist2 li i {
        margin-left: 5px;
        border: 1px solid #ccc;
        padding: 3px 4px;
        border-radius: 50%;
        color: #508f00;
    }
.innerimpdiv span {
    background: #037e73;
}
    .innerimpdiv2
    {

border: 1PX SOLID #bb2f5f;

}
    .innerimpdiv3
    {
        
BORDER: 1PX SOLID #4a4581;
    }
    .innerimpdiv2 span
    {

background: #bb2f5f;

}
    .innerimpdiv3 span
    {
        
BACKGROUND: #4a4581;
    }
.innerimpdiv a {
    color: inherit;
    text-decoration: none;
}
    
    .innerimpdiv a i{
    
color: #037e73;
    
position: absolute;
    
margin-top: 2px;
    
font-size: 17px;
    
margin-left: -20px;
    }
    .innerimpdiv2 a i{
    
color: #bb2f5f;
    }
    .innerimpdiv3 a i{
    
color: #4a4581;
    }
   /* .innerimpdiv a:nth-child(odd){
    background-color: #fff;
    }*/
    /*.innerimpdiv a:nth-child(even){
        background-color: #f9f9f9;
        }*/
    .innerimpdiv h4{
        margin: 0px;
    }
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #d4d4d4;
}

.checkbox-lable:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox-lable input:checked ~ .checkmark {
    background-color: #00bcd4;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-lable input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-lable .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

    .tab-content
    {
        float: none !important;
        background: #f1fbfd;
    }
    .style1
    {
        color: #FF3300;
    }
    
    .boxeddiv
    {
        background: #3a7cc2;
        background: -moz-linear-gradient(left, #2dc1c9 0%, #2194c1 30%, #252d47 100%);
        background: -webkit-linear-gradient(left, #2dc1c9 0%, #2194c1 30%, #29b4c6 100%);
        background: linear-gradient(to right, #3a7cc2 0%, #35a6f1 30%, #3a7cc2 100%);
        color: #fff;
        box-shadow: 0px 1px 2px #717171;
    }

.colorbox0 {
    background: #ffbada !important;
   /* background: linear-gradient(to left, #046372, #17a2b8);*/
    /*background: -moz-linear-gradient(left, #ffbada 0%, #ffbada 30%, #252d47 100%);
    background: -webkit-linear-gradient(left, #ffbada 0%, #ffbada 30%, #ffbada 100%);
    background: linear-gradient(to right, #ffbada 0%, #ffbada 30%, #ffbada 100%);*/
}
.colorbox1 {
    background: #0093ff !important;
    /*background: linear-gradient(to left, #030e5e, #0219a1);*/
    /*background: -moz-linear-gradient(left, #ffbada 0%, #ffbada 30%, #252d47 100%);
    background: -webkit-linear-gradient(left, #ffbada 0%, #ffbada 30%, #ffbada 100%);
    background: linear-gradient(to right, #ffbada 0%, #ffbada 30%, #ffbada 100%);*/
}
.colorbox2 {
    background: #17a2b8;
   /* background: linear-gradient(to left, #06721f, #28a745);*/
    /*background: -moz-linear-gradient(left, #17a2b8 0%, #17a2b8 30%, #252d47 100%);
    background: -webkit-linear-gradient(left, #17a2b8 0%, #17a2b8 30%, #17a2b8 100%);
    background: linear-gradient(to right, #17a2b8 0%, #17a2b8 30%, #17a2b8 100%);*/
}
.colorbox3 {
    background: #cf9bef;
   /* background: linear-gradient(to left, #8d0613, #ed4354);*/
    /*background: -moz-linear-gradient(left, #cf9bef 0%, #cf9bef 30%, #252d47 100%);
    background: -webkit-linear-gradient(left, #cf9bef 0%, #cf9bef 30%, #ffaf14 100%);
    background: linear-gradient(to right, #cf9bef 0%, #cf9bef 30%, #cf9bef 100%);*/
}
.colorbox4 {
    background: #8d2dc9;
    /*background: linear-gradient(to left, #8d0613, #ed4354);*/
    /* background: linear-gradient(to right, #8d2dc9 0%, #c550f5 30%, #cf9bef 100%);
        background: -moz-linear-gradient(left, #8d2dc9 0%, #c550f5 30%, #cf9bef 100%);
        background: -webkit-linear-gradient(left, #8d2dc9 0%, #c550f5 30%, #cf9bef 100%);*/
}
     .colorbox5
    {
        background: #42f5cb;
        background: linear-gradient(to right, #42f5cb 0%, #42F5DA 30%, #42F5DA 100%);
        background: -moz-linear-gradient(left, #42f5cb 0%, #42F5DA 30%, #42F5DA 100%);
        background: -webkit-linear-gradient(left, #42f5cb 0%, #42F5DA 30%, #42F5DA 100%) ;
    }
      .colorbox6
    {
        background: #ffbada;
        background: linear-gradient(to right, #ffbada 0%, #ffbada 30%, #ffbada 100%);
        background: -moz-linear-gradient(left, #ffbada 0%, #ffbada 30%, #ffbada 100%);
        background: -webkit-linear-gradient(left, #ffbada 0%, #ffbada 30%, #ffbada 100%) ;
    }
    
    .icondiv
    {
        margin-top: 10px;
    }
    .valuediv
    {
        text-align: CENTER;
        font-size: 22px;
        font-weight: bold;
        margin-top: 22px;
        line-height: 1.3;
        margin-bottom: 0;
        min-height: 80px;
    }
    .valuediv span
    {
        font-size: 13px;
    }
    .readmore
    {
        font-size: 13px;
        margin-top: 9px;
    }
   @media (max-width:767px)
   {
    .navbarm, .row
    {
    
    display: block;
    }
    #navbar_top
    {
        float: left;
        width: 100%;
    }
    .col-xs-12
    {
        width: 100%;
    }
   }