/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a, a:hover, a:focus{
    color: #00c3c0;
}
a:focus {
    outline: 0 solid 
}
img {
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 150;
    color: #222;
}
h2{
    font-size: 48px;
}
body {
    font-family: open sans, sans-serif;
    font-size:14px;
    background-color: #F2F5F7;
    color: #565656;
}
a:hover {
    text-decoration: none 
}
.form-control {
    border-color: #d7d9da!important;
    border-radius: 0;
}
input[type=submit]:active, button[type=submit]:active{
    background: #34495e!important;
}
input[type=submit]:focus, input[type=button]:focus, button[type=submit]:focus {
    outline: 0;
}
/*common*/
    .plr25 {
        padding-left: 25px;padding-right: 25px;
    }
    .plr15 {
        padding-left: 15px;padding-right: 15px;
    }
    .ptb15 {
        padding-top: 15px;padding-bottom: 15px;
    }
    .ptb25 {
        padding-top: 25px;padding-bottom: 25px;
    }
    .ptb10 {
        padding-top: 10px;padding-bottom: 10px;
    }
    .pt10 {
        padding-top: 10px;
    }
    .mb15 {
        margin-bottom: 15px;
    }
    .mb10 {
        margin-bottom: 10px;
    }
    .whitebg {
        background: #fff;
    }
    .width48 {
        width: 48%;
    }
    .width28 {
        width: 28%;
    }
    .width68 {
        width: 68%;
    }
    .border_1p {
        border: 1px solid #DFE3E7;
    }



h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px;
	font-weight: 150;
	color: #222;
}

.banner-area{
    width: 100%;
    height: 100vh;
    background: url(../img/banner.jpg);
    /*background: url(../img/new_logo/TLA_2-1.jpg);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-area .d-table {
    height: 100vh;
}
.banner-area-cell {
    vertical-align: middle;
}
.post-a-case {
    padding-right: 100px;
}
.post-a-case {
    padding-left: 100px;
}
.banner-area h1 {
    font-weight: 200;
    color: #fff;
    margin-bottom: 72px;
    font-size: 28px;
}
.banner-area h2 {
    font-weight: 200;
    color: #fff;
    margin-bottom: 1px;
    font-size: 28px;
}
.banner-area h3 {
    font-weight: 200;
    color: #fff;
    margin-bottom: 73px;
    font-size: 28px;
}
.banner-area-cell a.boxed_btn {
    padding:10px;
    display: inline-block;
    width: 100px;
    text-align: center;
    min-width: 150px;
}

.home-case-area h1 {
	font-weight: 200;
	font-size: 38px;
	margin-bottom: 40px;
	line-height: 115px;
}


.case_table_area {
	background-color: #f2f5f7;
	padding-bottom: 60px;
	padding-top: 20px;
}
.case_table_area.practice_area {
	padding-top: 60px;
}

/*New code for practice area*/

.practice-box {
    background: #fff;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 1px 0px 1px rgba(226,232,236,1);
    -moz-box-shadow: 0px 1px 0px 1px rgba(226,232,236,1);
    box-shadow: 0px 1px 0px 1px rgba(226,232,236,1);
    text-align: center;
    height: 256px;
    cursor: pointer;
}
.practice-area-wrapper .practice-box {
    margin-bottom: 0;
}

.practice-box i {
    color: #00c3c0;
    font-size: 40px;
    display: block;
}
.practice-box h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 20px 0;
    color: #2c3e50;
}

.practice-box p {
    font-size: 13px;
    color: #30363c;
    margin: 0;
}
.case_table_area.practice_area {
    padding-top: 60px;
}
.home-practice-area .case_header_area h1 {
    margin-bottom: 0;
}
.case_header_area {
    background: #fff;
}
.practice-box .practice-back{
     transition: .10s;
}
.practice-box .practice-back .practice-back-in {
    display: table;
    height: 256px;
    padding: 30px 24px;
    width:100%;
}

.practice-box .practice-front {
    height: 256px;
    display: table;
    width: 100%;
    padding: 30px 24px;
}

.practice-box .practice-front .practice-cell {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.practice-box .practice-back .practice-back-in .practice-back-cell {
    display: table-cell;
    vertical-align: middle;
    width:100%;
}
.practice-box .practice-back p{
     color: #fff;
}
.practice-box a.practice_rm_btn {
    display: block;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
    transition: .4s;
}

.practice-box a.practice_rm_btn i.fa {
    display: inline-block;
    font-size: 17px;
    margin-left: 5px;
    transition: .4s;
    color: #fff;
}

.practice-box a.practice_rm_btn:hover i.fa {
    margin-left: 0px;
    color: #2c3e50;
}

.practice-box a.practice_rm_btn:hover {
    color: #2c3e50;
}
.practice-box {
    position: relative;
}

.practice-box .practice-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
    opacity: 0;
}

.practice-box .practice-back.show {
    visibility: visible;
    opacity: 1;
    background:#00c3c0;
}


.practice-box-mobile {
    display: none;
    background: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 1px 0px 1px rgba(226,232,236,1);
    -moz-box-shadow: 0px 1px 0px 1px rgba(226,232,236,1);
    box-shadow: 0px 1px 0px 1px rgba(226,232,236,1);
    padding: 15px 10px;
}
.practice-area-wrapper .practice-box-mobile {
    margin-bottom: 0;
    height: 100%;
}

.practice-box-mobile img {
    width: 25px;
    display: inline-block;
}
.practice-area-wrapper .practice-box-mobile img {
    margin-bottom: 10px;
}

.practice-box-mobile h5 {
    width: 86%;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: #2c3e50;
    padding-left: 10px;
}
.practice-area-wrapper .practice-box-mobile h5 {
    padding-left: 0;
}

.practice-box-mobile i.fa {
    display: inline-block;
    color: #00c3c0;
    font-size: 21px;
}

.practice-box:hover .practice-back {
    visibility: visible;
    opacity: 1;
    background:#00c3c0; 
}
@media screen and (max-width: 991px){
    .price_table_area .row > div {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px){
    .color-green .post-a-case {
        padding-top: 100px;
    }
}



.project_area {
	padding: 65px 0;
}
.project_details {
	margin-bottom: 10px;
}
.project_area h5 {
	font-size: 18px;
	font-weight: 600;
	color: #FF8602;
	text-transform: uppercase;
}
.project_details p {
	color: #3b3b3b;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 50px;
}





.project_details p {
    color: #3b3b3b;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 50px;
}
.project_counter .icon {
    width: 30%;
    height: 78px;
    float: left;
    border-right: 1px solid #FF8602;
    border-left: 1px solid #FF8602;
    position: relative;
}
.project_counter .project_number {
    width: 70%;
    float: right;
}
.project_counter .icon i.fa {
    color: #FF8602;
    text-align: center;
    display: block;
    line-height: 73px;
}
.project_counter .icon::before, .project_counter .icon::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -5px;
    background: #FF8602;
    height: 1px;
    width: 84px;
}
.project_counter .icon::after {
    bottom: 5px;
    top: inherit;
}
.project_number h2 {
    margin-bottom: 0;
    font-size: 48px;
    color: #00c3c0;
}
.project_number {
    padding: 4px 0 4px 30px;
}
.project_number p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}
.testimonial_area {
    padding: 75px 0 65px;
    background: #f2f5f7;
}
.testimonial_box p {
    font-size: 13px;
    color: #30363c;
}
.testimonial_box .test_content {
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 1px 0px 1px rgba(226,232,236,1);
    -moz-box-shadow: 0px 1px 0px 1px rgba(226,232,236,1);
    box-shadow: 0px 1px 0px 1px rgba(226,232,236,1);
    height: 106px;
    overflow: hidden;
}
.author_name h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.author_name h5 a {
    color: #2c3e50;
}
.author_name p.designation {
    margin: 0;
    color: #00c3c0;
    font-size: 14px;
}
.author_img {
    width: 30%;
    float: left;
    text-align: center;
}
.author_name {
    width: 70%;
    float: right;
}
.author_img img {
    width: 50px;
    border-radius: 50%;
}
.author_info {
    overflow: hidden;
    margin-top: 20px;
}
.test_content p:last-child {
    margin-bottom: 0;
}
.view_more {
    margin-top: 70px;
}
.price_table_area{
    background: url(../img/price_bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.price_table_area {
    padding: 80px 0 105px 0;
}
.price_table_area h2.price-section-title {
    color: #fff;
    margin-bottom: 50px;
    line-height: 1;
}
.price_header, .package-price {
    background: #2c3e50;
    color: #fff;
    padding: 30px 0;
}
.price_header h2 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.price_table {
    background: #fff;
    padding-bottom: 56px;
    min-height: 472px;
    height: 100%;
}
.price_table .price_header {
    min-height: 170px;
    width: 100%;
}
.price_table a.boxed_btn {
    display: inline-block;
}
.price_header p {
    font-size: 17px;
    font-weight: 200;
    margin-bottom: 0;
}
.price_content {
    padding-top: 30px;
    margin-bottom: 25px;
    min-height: 257px;
}
.price_content h5 {
    font-weight: 600;
    color: #30363c;
}
.price_content > p, .price_content .short-description > p {
    padding: 0 30px;
    font-size: 17px;
    text-align: center;
    color: #99abb4;
    word-break: break-word;
}
.price_content > p span {
    display: block;
}
.price_content ul li .fa.fa-check-circle {
    display: none !important;
}
.price_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.price_content ul li {
    font-weight: 400;
    font-size: 14px;
    color: #666f78;
    margin: 5px 0;
    padding: 0 10px;
    word-break: break-word;
}
.price_footer a.boxed_btn {
    font-weight: 600;
    height: 30px;
    width: 117px;
    text-align: center;
    padding: 5px 0px;
    border-radius: 2px;
}
.featured-item .price_header, .subscription-package-item:nth-child(2n+0) .package-price {
    background: #00c3c0;
}
.price_footer a.boxed_btn:hover{
    font-weight: 600!important;
}

.price-name, .subscription-package-item .package-title h2, .subscription-style .user_profile_project.payment_details ul li:first-child{
    background: #2c3e50;
    background: -moz-linear-gradient(45deg, #2c3e50 0%, #2f2544 100%);
    background: -webkit-linear-gradient(45deg, #2c3e50 0%,#2f2544 100%);
    background: linear-gradient(45deg, #2c3e50 0%,#2f2544 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3e50', endColorstr='#2f2544',GradientType=1 );
    padding: 15px 20px;
}

.price-name h5, .subscription-package-item .package-title h2 {
    color: #fff;
    font-weight: 600;
    margin: 0;
    font-size: xx-large;
}

.featured-item .price-name, .subscription-package-item:nth-child(2n+0) .package-title h2, .subscription-package-2 ul li:first-child {
    background: #00c3c0;
    background: -moz-linear-gradient(45deg, #00c3c0 0%, #078b89 100%);
    background: -webkit-linear-gradient(45deg, #00c3c0 0%,#078b89 100%);
    background: linear-gradient(45deg, #00c3c0 0%,#078b89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c3c0', endColorstr='#078b89',GradientType=1 );
}
.price_table:hover .price-name{
    background: #00c3c0;
    background: -moz-linear-gradient(45deg, #00c3c0 0%, #078b89 100%);
    background: -webkit-linear-gradient(45deg, #00c3c0 0%,#078b89 100%);
    background: linear-gradient(45deg, #00c3c0 0%,#078b89 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c3c0', endColorstr='#078b89',GradientType=1 );
}
.price_table:hover .price_header {
    background-color: #00c3c0;
}
.price_table:hover a.boxed_btn{
    background: #00c3c0;
    -moz-box-shadow: 0 2px 0 rgba(3, 99, 98, 1);
    -webkit-box-shadow: 0 2px 0 rgba(3, 99, 98, 1);
    box-shadow: 0 2px 0 rgba(3, 99, 98, 1)
}
.price_table:hover a.boxed_btn:hover{
    -moz-box-shadow: 0 2px 0 #233140;
    -webkit-box-shadow: 0 2px 0 #233140;
    box-shadow: 0 2px 0 #233140;
    background: #34495e;
}
.price_content {
    margin: 0;
    text-align: left;
}

.price_content ul li {
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    margin-top: 0;
}

.price_content ul li::before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 12px;
    left: 20px;
    position: absolute;
}

.price_table {
    position: relative;
}

.price_table .price_footer {
    position: absolute;
    width: 100%;
    bottom: 15px;
    height: 40px;
}

.price_content ul li {
    padding-left: 40px;
    padding-right: 30px;
}

.price_content ul li:last-child {
    border-bottom: 0px;
}


    /*home Header*/
.home_page_header_area {
    padding-top: 30px;
    padding-left: 80px;
    padding-right: 80px;
}
.home_page_header_area .main_header {
	background: transparent;
	border: 0;
}
.home_page_header_area {
	width: 100%;
	position: fixed;
}
.home_page_header_area .main_header.inner_header .main-menu>ul>li>a, .home_page_header_area .main-menu>ul>li>a>i.fa, .home_page_header_area .main_header.inner_header .main-menu ul li a i.fa-caret-down {
	color: #fff;
}

.home_page_header_area .main_header.inner_header .main-menu>ul>li>a>i {
    margin-right: 5px;
    font-weight: 400;
}

.fixed-header .main_header.inner_header .main-menu>ul>li>a, .fixed-header .main_header.inner_header .main-menu ul li a i.fa-caret-down {
    color: #34495E;
}



    /*Login Register*/

.sign_in_page {
    height: 100vh;
}

.sign_left_bg {
    height: 100vh;
    display: flex;
    width: 100%;
    position: relative;
    align-items: center;
    justify-content: flex-end;
}
.reg-left-bg{
    position: relative;
    background: url(../img/signin.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.reg-left-bg::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #2c3e50;
    left: 0;
    top: 0;
    opacity: .85;
    z-index: 1;
}
.sign_left_bg h1 {
    /*display: table-cell;*/
    /*vertical-align: middle;*/
    text-align: right;
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    z-index: 9;
    position: relative;
    padding-right: 80px;
}
p.sign_copy {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #fff;
    z-index: 9;
    font-size: 14px;
    padding-right: 80px;
}
.login_content .site-logo {
    margin-bottom: 10px;
    margin-top: 0;
}
.login_content {
    padding: 0 90px;
}
.login_content h1 {
	font-size: 28px;
	font-weight: 400;
	color: #2c3e50;
	margin-bottom: 20px;
}
.login_content {
    display: table-cell;
    vertical-align: middle;
}

.login_content {
    padding: 0 90px;
}

.sign_in label {
    color: #737c85;
    font-size: 14px;
    margin-bottom: 0px;
    vertical-align: top;
}


.form-group-radio-select label {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  /*margin-bottom: 0.375em;*/
  /* Accessible outline */
  /* Remove comment to use */
  /*
  	&:focus-within {
  			outline: .125em solid $primary-color;
  	}
  */
}
.form-group-radio-select label input, .form-group-checkbox-select-area label input {
  position: absolute;
  left: -9999px;
}
.form-group-radio-select label input:checked + span {
  background-color: #d6d6e5;
}
.form-group-radio-select label input:checked + span:before, .form-group-checkbox-select-area label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #FF8602;
}
.form-group-radio-select label span, .form-group-checkbox-select-area label span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 4px 12px 4px 4px;
  border-radius: 99em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  color: #2c3e50;
}
.form-group-radio-select label span:hover {
  background-color: #d6d6e5;
}
.form-group-radio-select label span:before, .form-group-checkbox-select-area label span:before {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 2px #FF8602;
}
.form-group-radio-select {
	display: flex;
	align-items: center;
}
.form-group-radio-select-area {
    padding: 13px 0;
}
.form-group-checkbox-select-area label span::before {
    border-radius: 0;
    margin-right: 10px;
}
.form-group-checkbox-select-area label span {
    font-size: 12px;
    line-height: 16px;
    color: #737c85;
}
.form-group-checkbox-select-area {
    margin-bottom: 10px;
}
.forget-passw-btn {
    width: 244px;
}
.registration_radio_error {
    margin-top: -2px!important;
}
.login_content .sign_in .row {
    align-items: baseline;
}
.login_content .sign_in .forgot_p {
	text-align: right;
}

.form-group-radio-select h4 {
	font-size: 14px;
	color: #737c85;
	font-weight: 400;
	margin-right: 13px;
	margin-bottom: 0;
	width: 100px;
}
.form-group-radio-select label {
	margin-right: 10px;
	width: 100px;
}


.sign_in input {
    font-size: 14px;
    color: #737c85;
    height: 35px;
}
.sign_in input[type="checkbox"] {
    line-height: 1;
    height: auto;
}

.sign_in .form-group {
    margin-bottom: 10px;
}

.signin_bottom h4 {
    font-weight: 400;
    color: #2c3e50;
    font-size: 20px;
    margin-bottom: 0;
    line-height: 65px;
}
.signin_bottom h4 a {
    color: #00c3c0;
}

/*.sign_in {*/
/*    margin-bottom: 18px;*/
/*}*/
.sign_in.sign_up_form {
    margin-bottom: 30px;
}
.social_login ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.social_login ul li {
    display: inline-block;
}

.social_login ul li a {
    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    width: auto;
    text-align: center;
    font-size: 14px;
    border-radius: 2px;
    margin-right: 15px;
    transition: .3s;
    margin-bottom: 10px;
}

.social_login ul li a i.fa {
    font-size: 20px;
    margin-right: 5px;
}

.social_login ul li:last-child a {
    margin-right: 0;
}

.sign_in_page .d-table {
    width: 100%;
    height: 100vh;
}
.sign_in .boxed_btn {
    width: 171px;
}

a.forgot_btn {
    color: #00c3c0;
    padding: 13px 0;
    display: inline-block;
    transition: .3s;
}

a.forgot_btn:hover {
    color: #34495e;
}

.sign_in .boxed_btn:active, .sign_in .boxed_btn:focus {
    background-color: #34495e!important;
    border-color: #34495e!important;
    box-shadow: 0 0 0!important;
}
.sign_in input, .user_profile_page input, .sign_in select, .user_profile_page select{
    border: 1px solid #d7d9da!important;
    font-size: 13px;
}





.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 34px;
}

.switch input {display:none;}

.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch .slider:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    left: -4px;
    bottom: -3px;
    background-color: #f2f5f7;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #d7d9da;
}

.switch input:checked + .slider {
    background-color: #00c3c0;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    left: 40px;
}

/* Rounded sliders */
.switch .slider.round {
    border-radius: 34px;
}

.switch .slider.round:before {
    border-radius: 50%;
}
label.switch strong {
    z-index: 99;
    position: relative;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    left: 15px;
    top: 3px;
}
.mb-0{
    margin-bottom: 0px;
}
.sign_up_page .sign_in label {
    margin-bottom: 10px;
}

.sign_up_page .sign_in .form-group {
    margin-bottom: 15px;
}
.sign_up_page .login_content h1{
    margin-bottom: 25px;
}
.sign_up_page .forgot_p p {
    color: #666f78;
    font-size: 12px;
    margin-bottom: 0;
}

.sign_up_page .forgot_p p a {
    color: #00c3c0;
}
.sign_in_page.sign_up_page input.form-control {
    max-width: 347px;
}
.sign_up_bottom {
    margin-top: 30px;
}

/*Registration Page Style 29Nov*/
.switch .slider.round {
    width: 130px;
    height: 45px;
}

.switch input:checked + .slider:before {
    left: auto;
    right: 24px;
}
.switch .slider:before{
    height: 45px;
    width: 45px;
    left: -4px;
    bottom: 0px;
}
label.switch .hire {
    margin-left: -8px;
}

.sign_in label.switch {
    margin-top: 7px;
}

.sign_in label span#hintUser {
    font-size: 20px;
}

.sign_in label[for=switch] {
    font-size: 17px;
    margin-top: 14px;
    margin-right: 10px;
}
label.switch strong span {
    display: inline-block;
    margin-top: 5px;
    font-weight: 500;
}

.icon-blink {
  -webkit-animation: blinker 1s linear infinite;
    animation: blinker 1s linear infinite;
    color: #dc3545;
    padding-left: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 21px;
}

/*Signup page new style*/
.switch .slider.round {
    background: #34495e;
}

label.switch .work {
    opacity: 0;
    margin-left: -20px;
}

label.switch .hire {
    padding-left: 0;
    margin-left: 0;
}

label.switch.worked .hire {
    opacity: 0;
    margin-left: 20px;
}

label.switch.worked .work {
    opacity: 1;
    transition: .5s;
    margin-left: 0;
}

.sign_up_page .toggle-switch label{
    margin-left: 20px;
}

.sign_up_page .toggle-switch .switch:hover{
    cursor: pointer;
}

ul#slider-range-value.list-inline-group{
    padding-left: 0;
    margin-top: 15px;
}

ul#slider-range-value.list-inline-group .list-inline-item{
    font-size: 14px;
    margin-right: 0;
}

.noUi-connect{
    background: #48b231 !important;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}


/*Modal Style*/
.register-modal .modal-header {
    padding: 0;
    text-align: right;
    border-bottom: 0;
}

.register-modal .modal-header .close {
    background: #5b5e63;
    opacity: 1;
    color: #fff;
    padding: 8px 17px;
    font-weight: 300;
    font-size: 28px;
    text-align: right;
    margin: -1px -1px 0 auto;
}

.register-modal .modal-content {
    border-radius: 0px;
    background: #f4f4f4;
}

.modal-icon i {
    display: inline-block;
    font-size: 36px;
    font-weight: 300;
    color: #5b5e63;
    border: 5px solid #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 83px;
    text-align: center;
}

.modal-icon {
    text-align: center;
    margin-top: -32px!important;
}

.register-modal .modal-footer {
    text-align: center;
    margin: 0 auto;
}

.register-modal .modal-footer button {
    background: #00c3c0;
    border: 0px;
    border-radius: 25px;
    width: 140px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
    padding: 9px 0;
}

.register-modal .modal-footer button:focus {
    outline: 0;
}

.register-modal .modal-footer button[type=button] {
    background: #5b5e63;
}

.register-modal .modal-footer button[type=button]:hover {
    background: #00c3c0;
}

.register-modal .modal-footer button:hover {
    background: #5b5e63;
}
.register-modal .modal-content h2 {
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 26px;
    margin-top: 24px;
    margin-bottom: 5px;
}

.register-modal .modal-content p {
    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
}
.register-modal .modal-header .close:focus, .register-modal .modal-footer button:focus {
    outline: 0!important;
    border: 0px;
    box-shadow: 0 0 0 0!important;
}
.sign_in .form-group.mb-0.toggle-switch {
    margin-bottom: 25px!important;
}
.row.row-padding .col-lg-6 {
    padding-left: 15px;
    padding-right: 0;
}

.shadow-sm {
    box-shadow: 0 0px 6px #D1D1D1 !important;
    padding: 10px;
    background-color: rgba(236, 223, 223, .5);
}
.text-success{
   color: #00c3c0!important 
}
input[type="submit"], button.boxed_btn {
	padding: 10px 30px;
}
a.boxed_btn, input[type="submit"], button.boxed_btn {
	font-size: 14px;
	color: #fff;
	background: #00c3c0;
	/* padding: 15px 30px; */
	font-weight: 700;
	transition: .3s;
	border-radius: 0;
	border: 0px;
}
a.boxed_btn.blk, a.boxed_btn:hover, input[type="submit"]:hover, button.boxed_btn:hover {
	background: #34495e;
}
input[type="submit"]:hover, button.boxed_btn:hover {
	font-weight: 700;
}

/*social login button bg color*/

.bg-facebook{
    background: #4267b2;
}

.bg-google{
    background: #d93025;
}

.bg-twitter{
    background: #1da1f2;
}

.bg-linkedin{
    background: #0073b1;
}
@media only screen and (max-width: 767px) {
    .sign_in_page {
        padding-top: 30px;
    }
    .login_content .sign_in .forgot_p {
        text-align: left;
    }
    .forgot_p a {
        padding: 15px 0;
        display: block;
    }
}
@media only screen and (max-width: 991px) {
    .login_content {
    	padding: 0 15px;
    }
    .row.row-padding .col-lg-6 {
        padding: 0;
    }
}
    /*About Page*/
.single_project.breadcrumb {
    padding: 0;
    background: #fff;
    margin-bottom: 0;
}
.single_project.breadcrumb {
    padding: 10px 0;
    /*border-top: 1px solid #e9ecef;*/
}

.breadcrumb_title {
    font-size: 16px;
    font-weight: 500;
    color: #757575;
    margin: 0;
    text-transform: capitalize;
    /* border-left: 5px solid #00c3c0; */
    padding-left: 10px;
    text-transform: uppercase;
    /* border-bottom: 5px solid #00c3c0; */
    position: relative;
    width: auto;
    display: inline-block;
    padding-bottom: 5px;
}
.single-profile-page {
    padding-top: 35px;
}
.single_project_content {
    background: #f2f5f7;
    padding-bottom: 60px;
}

.single-profile-details {
    background: #fff;
}
.lawyer_name h6 {
    font-size: 12px;
    margin: 0 0 5px;
}

.profile_section_title {
    color: #bac6ce;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    background: #f2f5f7;
    padding-bottom: 24px;
    padding-left: 15px;
}

.single-profile-page {
    padding-top: 35px;
}

.lawyer_profile_top, .lawyer_overview, .lawyer_review {
    padding: 30px;
}
.lawyer_profile_top, .lawyer_overview{
    border-bottom: 1px solid #f4f6f8;
}
.single-profile-details .profile_tags img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.page-content{
    padding: 30px 15px;
}


.common-page-project-area .project_counter .icon {
    display: block;
    float: none;
    width: 65px;
    margin: 0 auto;
    height: 65px;
}

.common-page-project-area .project_counter 
 .project_number {
    float: none;
    text-align: center;
    width: 100%;
    padding: 0;
    margin-top: 15px;
}

.common-page-project-area .project_counter .icon i {
    line-height: 65px;
}

.common-page-project-area .project_counter .icon::before, .common-page-project-area .project_counter .icon::after {
    width: 73px;
}

.blog_sidebar .tags {
    margin-top: 50px;
}
.recent_blog {
    height: 190px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
}

.recent_blog h4 {
    font-weight: 600;
    margin-bottom: 0;
}

.posted_date {
    font-weight: 600;
    color: #737c85;
    font-size: 18px;
}
.recent_blog_cell {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}
.has_bg{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
.recent_blog.has_bg h4 a, .recent_blog.has_bg .posted_date {
    color: #fff;
}
.has_bg::after {
    content: "";
    width: 100%;
    height: 100%;
    background: #34495e;
    left: 0;
    top: 0;
    position: absolute;
    opacity: .9;
}
h4.sidebar_title {
    font-weight: 600;
    color: #2c3e50;
    font-size: 18px;
}
.social_sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social_sidebar ul li {
    display: inline-block;
}

.social_sidebar ul li a {
    color: #7a828b;
    font-size: 22px;
    margin-right: 20px;
    transition: .3s;
}

.social_sidebar ul li a:hover {
    color: #00c3c0;
}

.social_sidebar {
    margin-bottom: 50px;
    margin-top: 50px;
}

.tags ul li a {
    background: #e3e3e3;
}

.project_tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.project_tags ul li {
    display: inline-block;
    vertical-align: top;
}
.project_tags ul li a {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #00c3c0;
    background-color: #f7f7f7;
    padding: 8px 10px;
    border-radius: 2px;
}

.requried_skill.project_tags ul li a {
    color: #666f78;
    margin-bottom: 5px;
    font-size: 12px;
    padding: 5px;
    display: block;
    background-color: #f2f5f7;
}
.single-profile-page .requried_skill.project_tags ul li a{
    background-color: #e5e5e5;
    padding: 5px 10px;
    border-radius: 0;
    margin-bottom: 0;
}
.single-profile-page .requried_skill.project_tags ul li{
    margin: 0 5px 5px 0;
}
.blog_content .b_title a, .recent_blog h4 a{
    color: #2c3e50;
    transition: .3s;
}
.blog_content .b_title a:hover, .recent_blog h4 a:hover{
    color: #00c3c0;
}
.blog_meta ul li {
    font-style: italic;
    font-size: 14px;
    color: #1fbf55;
    display: inline-block;
    margin: 0 8px;
}
.recent_blog.has_bg h4 a, .recent_blog.has_bg .posted_date {
	color: #fff;
}
.posted_date {
	font-weight: 600;
	color: #737c85;
	font-size: 18px;
}
@media only screen and (max-width: 991px) {
  .about-page-project_area .project_counter {
      margin-bottom: 20px;
  }
  .recent_blog {
      width: 100%;
  }
}


/*---------------------------------------
CONTACT PAGE STYLE
-----------------------------------------*/
.contact-page-content {
    background: #f2f5f7;
    padding: 50px 0;
}
.contact-us {
    background-color: #ffffff;
}
.contact-page-map {
    padding: 15px 0;
}
.contact-form {
    padding: 50px 0 15px;
}
.contact-form .input-group {
    margin-bottom: 10px;
}
.contact-form .input-group-addon {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #464a4c;
    text-align: center;
    background-color: #eceeef;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.contact-form .input-group-addon:not(:last-child) {
    border-right: 0;
}
.contact-form .input-group .form-control:not(:last-child), .input-group-addon:not(:last-child),
.contact-form .input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.contact-form .input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.contact-form .input-group-btn:not(:last-child)>.btn,
.contact-form .input-group-btn:not(:last-child)>.btn-group>.btn,
.contact-form .input-group-btn:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.contact-info p {
    padding-left: 25px;
    position: relative;
}
.contact-info p i {
    position: absolute;
    left: 0;
    top: 0;
}
.contact-info p a {
    font-family: 'Raleway', sans-serif;
    font-size: 17px;
    color: #565656;
}
.contact-info p a:hover{
    color: #00c3c0;
    text-decoration: none;
    outline: none;
}




/*ASHAD FORGOT PASSWORD STYLE*/
.alert-danger strong {
    font-size: 13px;
    font-weight: lighter;
}
.alert-dismissible .close:focus {
    outline: none;
}
.sign-left-bg-message {
    display: table-cell;
    vertical-align: middle;
}

@media screen and (max-width: 767px) {
    .banner-area {
        height: auto;
    }
    .sign_in_page .d-table {
        height: auto;
        display: block !important;
    }
    .sign_in_page .login_content {
        display: block;
    }
    .form-group-radio-select {
        flex-flow: wrap row;
    }
    .form-group-radio-select h4 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 575px) {
    .login_content .sign_in .forgot_p {
        text-align: left;
    }
    .home-case-area h1 {
        line-height: 45px;
    }
}


/*REGISTRATION PAGE STYLE*/
@media screen and (max-width: 767px) {
    .sign_in .col-lg-6 {
        padding: 0;
    }
    .login_content .sign_in .row {
        margin: 0;
    }
}