
@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%;
}
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;
}

.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 solid #ccc;
	}
	.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: 16px;
    font-weight: 500;
    padding: 2px 7px;
}


.toplinks {
    width: 100%;
    top: 0px;
    padding: 2px;
    background: #883604;
    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(245, 124, 0);
    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: 5px 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");
}



.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: #d54a00;
	/* 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;
}

.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: #752e03;
}

.copyright img {
    width: 90px;
    background: #fff;
    padding: 1px 5px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    margin-left: 10px;
    width: 80px;
}

.copyright p {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    font-size: 14px;
}
.right
{
	text-align:right;
}

.footer-section {
    background-color: #3f1805ed;
    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: #c65c1c;
    margin-top: 9px;
}
.widget-info {
    padding-top: 2px;
}
a
{
	text-decoration:none;
}

.footer-section a
{
	color:#fff;
	line-height: 23px;
	font-size: 14px;
}
.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: #e56d04 ;
}
    
    .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: 8px;
        font-size: 8px;
        color: #ffffff;
    }
    .topbar-search input[type="submit"] {
        position: absolute;
        right: 5px;
        top: 0px;
        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;
    }
    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;
    }

    
    .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 #d54a00;
    }
    .imageslist p {
        color: #007ba3;
    }
    .imageslist p {
        float: left;
        text-align: right;
        padding-left: 10px;
        font-weight: bold;
        color: #d54a00;
        
        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: #d54a00;
    }
    .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: #d54a00 !important;
    }
    .lawyer-fancy-title > span:before {
        content: '';
        position: absolute;
        left: -35px;
        top: 3px;
        width: 35px;
        height: 1px;
        /* display: none; */
        background-color: #d54a00 !important;
    }
    .lawyer-fancy-title > span > small:before {
        content: '';
        position: absolute;
        right: -35px;
        top: 5px;
        width: 35px;
        height: 1px;
        /* display: none; */
        background-color: #d54a00 !important;
    }
    .lawyer-fancy-title > span > small:after {
        content: '';
        position: absolute;
        right: -35px;
        top: 7px;
        width: 35px;
        height: 1px;
        /* display: none; */
        background-color: #d54a00 !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 #0a1a32;
        width: 96%;
        height: 100%;
        z-index: -1;
    }
    .btn-warning1 {
        background-color: #d54a00;
        border-color: #d54a00;
        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: #0a1a32 !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: #0a1a32;
        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: black;
    }
    .lawyer-contact-us-text h5 {
        /* margin: 0px 0px 2px; */
        font-weight: 500;
        /* text-transform: uppercase; */
        color: #fff;
        font-size: 20px !important;
        margin: 10px 0px;
    }
    .lawyer-contact-us-text i:after {
        border: 1px solid #0a1a32;
        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: 230px;

}
.c2
{
	background: #006c61bf;
	padding: 25px;
	
    min-height: 230px;

}
.c3
{
	background: #207100ad;
	padding: 25px;
	
    min-height: 230px;

}
.c4 {
    background: #1f0054b8;
    padding: 25px;
    min-height: 230px;
}
.c5
{
	background: #936000bd;
	padding: 25px;
	
    min-height: 230px;

}
.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: justify;
    color: #e8fdff;
    margin-bottom: 0px;
}


.testclass1 {
    background-image: url(../images/pattern2.jpg);
    background-size: auto;
    position: relative;
    opacity: 1;
    border-top: 2px solid #b53f00;
    border-bottom: 2px solid #b53f00;
}
.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 #d54a00;
    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: 18px;
    font-weight: normal;
    opacity: 1;
    color: #ff5800;
    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: 15px;
}


.loginbtn {
    position: fixed;
    right: 0;
    z-index: 999;
    margin-top: 239px;
    background: #290645d9;
    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 #d54a00;
    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: #e56d04;
}
}
option {
    padding: 5px 15px;
    color: #000;
}

.color1
{
    background: #007ba3 !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;
}
.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: #d54a00 !important;
    width: 300px !important;
	font-size: 13px !important;
	text-align: justify !important;
	
}
.tooltip-inner {
    max-width: 300px;
background: #d54a00 !important;
}
.tooltip.top .tooltip-arrow{
	margin-left: 0px !important;
    border-width: 8px 8px 0 !important;
    border-top-color: #d54a00 !important;
	top: 100% !important;
}

  .navbar-nav .dropdown-menu {
    position: static;
    background: #0c060026;
}
.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: bottom;
    border-bottom: 2px solid #ddd;
  }
  .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;
  }




  .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 #d54a00 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;
    }


    /* login */
	
		.nop, .no-gutter {
            padding: 0 !important;
        }
        .quick-appointment-form {
            background-color: #883604;
            padding: 50px;
        }
        .sidebar .widget {
                margin-bottom: 20px;
            padding: 20px;
            /* border: 3px solid #f2f2f2; */
            overflow: hidden;
            background: #fff;
            border-radius: 10px;
        }
        .widget-appointment {
            background-color: #e56d04;
        }
        .widget-appointment .heading {
            color: #fff;
        }
        .form-group {
            margin-bottom: 12px;
            position: relative;
        }
        .form-control {
            border-color: #e5e5e5;
            background-color: #fafafa;
            border-width: 1px;
            box-shadow: none;
            border-radius: 4px;
            height: 40px;
            position: relative;
            font-size: 13px;
        }
        i.fa-lock
        {
            position: absolute;
            right: 10px;
            margin-top: 7px;
            font-size: 20px;
            color: #e56d04;
        }
        
        i.fa-user
        {
            position: absolute;
    right: 10px;
    margin-top: -26px;
    font-size: 13px;
            color: #e56d04;
        }
        i.fa-key
        {
            position: absolute;
    right: 10px;
    margin-top: -26px;
    font-size: 13px;
            color: #e56d04;
        }
        i.fa-refresh
        {
            position: absolute;
            right: 10px;
            margin-top: -26px;
            font-size: 13px;
            color: #e56d04;
        }
        