* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

body {
  font-size: 16px;
  line-height: 20px;
  color: #353439;   
  font-family: "fieldwork",sans-serif;
}
/*
.tk-baskerville-urw { font-family: "baskerville-urw",serif; }
.tk-fieldwork { font-family: "fieldwork",sans-serif; }
*/

h1{
    font-size: 30px;
    line-height: 43px;
    font-family: "fieldwork",sans-serif;
    color: #4B4D59;
}

h2{
    font-size: 25px;
    line-height: 32px;
    color: #4B4D59;
    font-weight: 700; 
    font-family: "fieldwork",sans-serif;
}

h3{
    font-size: 20px;
    line-height: 28px;
    color: #55525D;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: "fieldwork",sans-serif;
    position: relative;
}

h4{
}

h5{
    font-size: 16px;
    color: #4B4D59;
    font-weight: 700;
    font-family: "fieldwork",sans-serif;
}

h6{
    font-size: 10px;
    line-height: 14px;
    color: #353439;
    letter-spacing: 0.5px;
    font-weight: 700;
}

p{
    color: #353439;
    font-family: "fieldwork",sans-serif;
	font-weight:100;
}

a, button, img, span{
    -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;
}
.main{
    padding-top: 117px;
}
.btn {
    font-size: 14px; 
    font-family: "fieldwork",sans-serif;
    padding: 4px 20px;
}

.btn-primary{
    border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px;
    background-color: #CDB44E;
    color: #fff;
    border-color: #CDB44E;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .show>.btn-primary.dropdown-toggle{
    background-color: #CDB44E;
    color: #fff;
    border-color: #CDB44E;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle{
    background-color: transparent;
    color: #CDB44E;
    border-color: #CDB44E;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25); -webkit-box-shadow: 0 0 0 0rem rgba(0,123,255,.25); -moz-box-shadow: 0 0 0 0rem rgba(0,123,255,.25); -ms-box-shadow: 0 0 0 0rem rgba(0,123,255,.25); -o-box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}

.btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus, .show>.btn.dropdown-toggle:focus{
    box-shadow: none;
}
.navbar-brand{
    padding-top: 26px;
    padding-bottom: 26px;
}

.fixed-top{
    background-color: #fff;
}

.fixed-top.shrink{
    box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16); -webkit-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16); -moz-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16); -ms-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16); -o-box-shadow: 0px 6px 6px rgba(0, 0, 0, 0.16);
}

.fixed-top.shrink .navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
}


a.navbar-brand img {
    width: 300px;
}

.navbar-light .navbar-nav .nav-link {
    color: #656565;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    padding-left: 15px;
    padding-right: 15px;
}


button.navbar-toggler {
    border: 0px;
    box-shadow: none;
    padding: 0;
    position: relative;
    width: 25px;
    height: 23px;
}

button.navbar-toggler span{
    width: 25px;
    height: 3px;
    background-color: #4B4D59;
    opacity: 0.8;
    margin-bottom: 7px;
    display: block; 
    position: absolute;
     -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;
}

button.navbar-toggler span:nth-of-type(1){
    transform: rotate(45deg);
    top: 8px;
    left: 0;
}

button.navbar-toggler span:nth-of-type(2){
    transform: rotate(-45deg);
    top: 8px;
    right: 0;
}

button.navbar-toggler span:nth-of-type(3){
    margin-bottom: 0px;
    bottom: 0;
    display: none;
}

button.navbar-toggler.collapsed span:nth-of-type(1){
    transform: rotate(0deg);
    top: 0;
    left: 0;
}

button.navbar-toggler.collapsed span:nth-of-type(2){
    transform: rotate(0deg);
    top: 10px;
    right: 0;
}

button.navbar-toggler.collapsed span:nth-of-type(3){
    display: block;
}

.navbar-toggler:focus, .navbar-toggler:hover{
    box-shadow: none;
    outline: none;
}


.home_banner{
    margin-bottom: 63px;
    border-radius: 0px;
    padding: 75px 0px;
}

.home_banner h1 strong, .bg-lines strong{    
    display: inline-block;
}
.home_banner h1 span, .bg-lines span{
    position: relative;
    z-index: 1;
}

.home_banner h1 span:before, .bg-lines span:before{
    content: '';
    width: 96%;
    background-color: #f0ebd1;
    height: 13px;
    position: absolute;
    bottom: 8px;
    left: 9px;
    z-index: -1;
}

.home_banner .btn-secondary {
    color: #CDB44E;
    font-weight: 700;
    background-color: transparent;
    border: 1px solid #CDB44E;
    font-size: 15px;
    font-family: "fieldwork",sans-serif;
    border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px;
    height: 30px;
    position: relative;
    padding: 5px 42px 5px 20px;
}

.home_banner .btn-secondary::after{
    content: '';
    width: 13px;
    height: 13px;
    border:0px;
    background: url('../images/btn_arrow.svg') no-repeat;
    position: absolute;
    top: 8px;
    right: 16px;
    background-position: center;
}

.home_banner  h1{
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #353439;
}

.feature_bg{
    border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px;
    padding: 96px 52px;
    position: relative;
	min-height: 575px;
}

.feature_pic img {
    height: 300px;
    object-fit: cover;
    border-radius: 5px;  -webkit-border-radius: 5px;  -moz-border-radius: 5px;  -ms-border-radius: 5px;  -o-border-radius: 5px; 
}

.feature_bg:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    background: transparent linear-gradient(270deg, #353439 0%, #35343900 100%) 0% 0% no-repeat padding-box;
    top: 0;
    right: 0;
    opacity: 0.5;
}

.feature_content {
    background-color: #fff;
    border: 1px solid #0000001A;
    padding: 22px 26px;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
    box-shadow: 0px 3px 20px #00000040; -webkit-box-shadow: 0px 3px 20px #00000040; -moz-box-shadow: 0px 3px 20px #00000040; -ms-box-shadow: 0px 3px 20px #00000040; -o-box-shadow: 0px 3px 20px #00000040;
}

.feature_inner {
    background-color: #acb1bb1c;
    padding: 24px 22px 35px;
}

.feature_inner h1{
    color: #4B4D59;
    position: relative;
}

.feature_inner h1.bg-lines span:before{
    height: 20px;
    bottom: 3px;
}

.feature_inner h6{
    color: #35343980;
}

.cases_section{
    padding-top: 65px;
    margin-top: -65px;
}

.cases_inner{    
    padding-top: 58px;
}

.case-pic{
    position: relative;
}

.case-pic img{
    height: 228px;
    object-fit: cover;
}

.case-pic .cases_sub {
    position: absolute;
    width: 100%;
    min-height: 38px;
    bottom: 0;
    left: 0;
    background-color: transparent;
    padding: 5px 26px;
}

.yellow_bg .case-pic .cases_sub{
    background-color: #cdb44e9c;
}

.black_bg .case-pic .cases_sub{
    background-color: #4b4d599c;
}

.green_bg .case-pic .cases_sub{
    background-color: #6b906b9c
}

.light_brown_bg .case-pic .cases_sub{
    background-color: #ba8b629c;
}

.blue_bg .case-pic .cases_sub{
    background-color: rgba(22, 58, 109, 0.61);
}

.case-pic .cases_sub h6{
    margin-bottom: 0px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.case-pic .cases_sub h6 a{
    text-decoration: none;
    color: #fff;
}

.case-card {    
    box-shadow: 0px 3px 20px #00000040; -webkit-box-shadow: 0px 3px 20px #00000040; -moz-box-shadow: 0px 3px 20px #00000040; -ms-box-shadow: 0px 3px 20px #00000040; -o-box-shadow: 0px 3px 20px #00000040;
    background-color: #F6F6F6;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;	
    border: 1px solid #0000001A;
}

.case-card a {
    text-decoration: none;
}

.case-card .card-body {
    padding: 20px 26px 30px;
}

.case-card .card-body h2{
    margin-bottom: 0px;
}

.cases_section [class*="col-"]{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 36px;
}

.cases_section .row{
    margin-left: -10px;
    margin-right: -10px;
}

.pag_castum li.page-item.disabled {
    display: none;
}

.pag_castum .page-link{
    border: 0px solid #dee2e6;
    border-bottom: 2px solid transparent;
    color: #025400;
    font-size: 14px;
    font-weight: 700;
    padding: .2rem .4rem;
    margin-left: 8px;
    margin-right: 8px;
}

.pag_castum .page-item:last-child .page-link{
    border-radius: 0px;    
}

.pag_castum .page-item:last-child .page-link img {
    transform: rotate(-90deg);
}

.pag_castum .page-item.active .page-link{
    border-color: #353439;
    color: #353439;
    background-color: transparent;
}

.pag_castum .page-link:hover{
    border-color: #353439;
    color: #353439;
    background-color: transparent;
}

.freedom_believe {
    background-color: #EBEBEB;
    padding: 36px 48px 25px;
    border-radius: 10px 10px 0px 0px; -webkit-border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; -ms-border-radius: 10px 10px 0px 0px; -o-border-radius: 10px 10px 0px 0px;
    margin-top: -116px;
}

.freedom_believe h2{
    font-size: 26px;
    letter-spacing: 1.3px;
    color: #4B4D59;
    text-transform: uppercase;
    position: relative;
}

.freedom_believe .bg-lines span:before{
    height: 16px;
    left: 0px;
    bottom: 4px;
    background-color: #cdb44e29;
}
.freedom_believe p, .freedom_believe p a{
    color: #707070;
    text-decoration: none;
}

p.legle_link {    
    font-family: "fieldwork",sans-serif;
    font-weight: 400;
    line-height: 23px;
    margin-bottom: 0px;
    padding-left: 38px;
    position: relative;
}

.footer_link ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer_link ul li{
    padding-right: 25px;
}

.footer_link ul li a{
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #353439;
    opacity: 0.5;
    font-weight: 700;
    text-decoration: none;
}

.logo_footer{
    max-width: 270px;
    width: 90%;
}

footer.footer {
    border-top: 1px solid #70707026;
    padding-top: 33px;
}
.footer-left {
    padding-bottom: 23px;
}

.footer-space{
    height: 82px;
}

.cases_section label{
    color: #35343980;
    font-size: 14px;
    font-weight: 700; 
    margin-bottom: 0px;
}

.cases_section .form-control {
    border: 0;
    border-bottom: 1px solid #ACB1BB;
    border-radius: 0;
    font-size: 18px;
    padding: 0px;
    height: 30px;
    color: #353439;
    background: url('../images/arrow_grey.svg') no-repeat;
    background-position: right center;
    background-size: 13px;
}
.cases_section .form-group {
    margin-bottom: .8rem;
}

p.legle_link img {
    position: absolute;
    left: 0;
    top: 0;
}

.inner_banner{
    border-radius: 0px;
    height: 246px;
    margin-bottom: 0px;
}

.caleb_section {
    box-shadow: 0px 3px 5px #00000040; -webkit-box-shadow: 0px 3px 5px #00000040; -moz-box-shadow: 0px 3px 5px #00000040; -ms-box-shadow: 0px 3px 5px #00000040; -o-box-shadow: 0px 3px 5px #00000040;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
    padding: 18px 26px;
    background-color: #fff;
    margin-bottom: 30px;
}

.case_individual {
    margin-top: -170px;
    padding-bottom: 60px;
}
.caleb_img{
    padding-bottom: 17px;
}
.caleb_img img{
    border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; -ms-border-radius: 6px; -o-border-radius: 6px;
}
.social_icon ul li {
    padding-left: 10px;
}
.social_icon ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.caleb_section h6{
    color: #35343980;
}

.caleb_section p{
    margin-bottom: 40px;
}

.caleb_testimonial {
    background: url(../images/left-quotes.svg) no-repeat;
    padding: 40px 23px 0px;
}

.caleb_side{
    box-shadow: 0px 3px 5px #00000040; -webkit-box-shadow: 0px 3px 5px #00000040; -moz-box-shadow: 0px 3px 5px #00000040; -ms-box-shadow: 0px 3px 5px #00000040; -o-box-shadow: 0px 3px 5px #00000040;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
    padding: 30px 20px 18px 15px;
    background-color: #fff;
    margin-bottom: 30px;
}

.caleb_side h3{
    position: relative;
    display: inline-flex;
    z-index: 1;
}

.caleb_side h3:before, .bg-lines:before{
    content: '';
    width: 100%;
    background-color: #cdb44e;
    height: 9px;
    position: absolute;
    bottom: 8px;
    left: 0px;
    z-index: -1;
    opacity: 0.16;
}

.search_box{
    padding-bottom: 15px;
}
.search_box .form-control{
    background: url('../images/search.svg') no-repeat;
    background-position: left center;
    border:0px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.46);
    border-radius: 0px;
    height: 32px;
}

.caleb_side .widget_search label {
    display: none;
}
.caleb_side .widget_search input[type=text] {
    border: 0px solid;
    border-bottom: 1px solid rgba(112, 112, 112, 0.46);
    width: 100%;
	height: 32px;
	outline: none;
}
.caleb_side .searchform {
    position: relative;
}
.caleb_side .widget_search {
    margin-bottom: 30px; 
}

.caleb_side .widget_search input[type=submit] {
    background: url(../images/search.svg) no-repeat;
    background-position: center;
    border: 0;
    height: 32px;
    font-size: 0;
    width: 18px;
    position: absolute;
    right: 5px;
    top: 0;
}
.widget_categories ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.widget_categories ul li {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.5px;
    color: #353439;
    opacity: 0.5;
    border-bottom: 1px solid #70707075;
    padding: 16px 70px 16px 0px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
.widget_categories ul li a {
    color: #353439;
}
.widget_categories ul li a:hover {text-decoration: none;}
.widget_categories ul li:last-child{
    border-bottom: 0px;
}

.widget_categories ul li .badge {
    position: absolute;
    right: 16px;
    font-size: 15px;
    letter-spacing: 0.75px;
    color: #353439;
    top: 50%;
    transform: translateY(-50%);
}
.widget_categories {
    background-color: #fafafa9c;
    padding: 10px 5px 10px 12px;
}

.recent-posts-widget-with-thumbnails li {
    background-color: #fff;
    box-shadow: 0px 0px 3px #00000040; -webkit-box-shadow: 0px 0px 3px #00000040; -moz-box-shadow: 0px 0px 3px #00000040; -ms-box-shadow: 0px 0px 3px #00000040; -o-box-shadow: 0px 0px 3px #00000040;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
    /*display: flex;*/
    margin-bottom: 20px !important;
}

.related_post .related_po:last-child{
    margin-bottom: 0px;
}

.recent-posts-widget-with-thumbnails a img {
    width: 104px !important;
    height: 92px !important;
    object-fit: cover;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
	margin: 0px 18px 0px 0px !important;
}

.recent-posts-widget-with-thumbnails a span.rpwwt-post-title {
    padding-top: 13px;
    display: block;
    padding-right: 9px;
	    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.related_content {
    padding: 13px 9px 9px 18px;
}

.related_content h5{
    margin-bottom: 0px;
}

.recent-posts-widget-with-thumbnails .rpwwt-post-excerpt{
	font-size: 14px;
    line-height: 16px;
    font-family: "fieldwork",sans-serif;
	font-weight:100;
    color: #353439;
    padding-right: 9px;
    margin-bottom: 9px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}

.recent-posts-widget-with-thumbnails {
    padding-left: 12px;
    padding-top: 20px;
}
.recent-posts-widget-with-thumbnails a {
    font-size: 16px;
    color: #4B4D59;
    font-weight: 700;
    font-family: "fieldwork",sans-serif;
    text-decoration: none;
}
.case_individual [class*="col-"]{
    padding-left: 7px;
    padding-right: 7px;
}

.case_individual .row{
    margin-left: -7px;
    margin-right: -7px;
}

.case_get{
    box-shadow: 0px 3px 5px #00000040; -webkit-box-shadow: 0px 3px 5px #00000040; -moz-box-shadow: 0px 3px 5px #00000040; -ms-box-shadow: 0px 3px 5px #00000040; -o-box-shadow: 0px 3px 5px #00000040;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
    background-color: #fff;
    padding: 30px 92px 58px;
}

.col-what [class*="what_col"]{
    width: 20%;
    padding: 0px 15px;
    margin-bottom: 15px;
}

.what_icon{
    min-height: 46px;
    margin-bottom: 15px;
}

.what_content h5{
    color: #707070;
}

.what_content {
    max-width: 144px;
    width: 100%;
}

.bg-lines{
    display: inline-block;
    z-index: 1;
}

.help ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.help li, .help li a {
    color: #707070;
    margin-bottom: 6px;
    position: relative;
    min-height: 22px;
    text-decoration: none;
}

.help li img{
    margin-right: 18px;
    color: #707070;
}

.faq_section {
    background-color: #FAFAFA;
    border-radius: 10px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px;
    padding: 45px 15px;
}

.faq_card .card-header {
    background-color: #fff;
    border:0px;
    padding: 19px 38px 19px 24px;
    position: relative;
    cursor: pointer;
}

.faq_card .card-header:before{
    content: '';
    width: 12px;
    height: 12px;
    background: url(../images/arrow_grey.svg) no-repeat;
    background-position: center;
    position: absolute;
    right: 24px;
    top: 24px;
    transform: rotate(180deg);
    -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s;
}

.faq_card .card-header.collapsed:before{
    transform: rotate(0deg);
}

.card.faq_card{
    margin-bottom: 18px;
    border:0px;
    box-shadow: 0px 0px 15px #ACB1BB33; -webkit-box-shadow: 0px 0px 15px #ACB1BB33; -moz-box-shadow: 0px 0px 15px #ACB1BB33; -ms-box-shadow: 0px 0px 15px #ACB1BB33; -o-box-shadow: 0px 0px 15px #ACB1BB33;
    border-radius: 4px !important; -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; -ms-border-radius: 4px !important; -o-border-radius: 4px !important;
}

.faq_card .card-body{
    border-top:1px solid #f3f3f3;
}

.accordion>.card.faq_card .card-header {
    margin-bottom: 0px;
}

.vide_pic{
    position: relative;
    margin-bottom: 48px;
}

.vide_pic img.video_pic{
    height: 340px;
    object-fit: cover;    
}

.vide_pic:before, .video_law_pic:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00000063;
}

.video_law_pic:before{
    background-color: #00000080;
}

.video_play {
    position: absolute;
    top: 0;
    left: 0;
}

.video_play a{
    margin-bottom: 10px;
}

.video_play p{
    color: #fff;
    font-family: "fieldwork",sans-serif;
    margin-bottom: 0px;
}

.video_mod button.close {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    top: 7px;
    right: 4px;
    font-weight: 300;
    opacity: 1;
    text-shadow: none;
    font-size: 2rem;
    outline: none;
}

.video_mod .modal-body {
    padding: 30px 30px 10px 10px;
    border-radius: 0;
}

.video_mod .modal-body iframe {
    width: 100%;
    height: 530px;
}

.video_mod .modal-content {
    background-color: transparent;
    border: 0px solid;
}

.video_mod .modal-content {
    border-radius: 0px;
}
.video_mod{
	padding-right:0px !important;
}
.video_mod .modal-dialog {
    max-width: 900px;
    width: 100%;
}

.video_res{
    margin-bottom: 48px;
}

.video_res h1{
    line-height: 36px;
}

.video_res .social_icon ul{
    justify-content: flex-start;
}

.video_res .social_icon  ul li{
    padding-left: 0px;
    padding-right: 10px;
}

.video_law_pic{
    position: relative;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
    overflow: hidden;
    margin-bottom: 8px;
}


.video_law_pic img.la_vid{
    height: 191px;
    background-color: #000;
	object-fit:cover;
}

.video_law_content{
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 38px;
}

.video_law_content p{
    color: #fff;
    font-family: "fieldwork",sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 0px;
}

.video_law_play {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 13px;
    padding-right: 20px;
}

.video_law_play p{
    margin-bottom: 0px;
    color: #ffffff8c;
    padding-left: 5px;
    font-family: "fieldwork",sans-serif;
}

.video_law .social_icon ul li {
    padding-left: 4px;
}

.video_law .social_icon p{
    margin-bottom: 0px;
    font-size: 12px;
    color: #71737B;
}

.video_law{
    margin-bottom: 30px;
}

ul.print_reso{
    margin: 0px;
    padding: 0px;
    list-style: none;    
}

ul.print_reso li{
    font-size: 16px;
    line-height: 20px;
    color: #6B906B;
    font-family: "fieldwork",sans-serif;
	font-weight:100;
    min-height: 20px;
    margin-bottom: 9px;
    position: relative;
    padding-left: 48px;
    padding-top: 2px;
}

ul.print_reso li a{
    color: #6B906B;
    text-decoration: none;
}

ul.print_reso li:before{
    content: '';
    width: 16px;
    height: 22px;
    background: url('../images/pdf_icon.svg') no-repeat;
    background-position: center;
    position: absolute;
    left: 22px;
    top: 0px;
}

.resource_print {
    padding-bottom: 70px;
}

.help_pic{
    border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;
    overflow: hidden;
}

.help_pic img{
    height: 246px;
    object-fit: cover;
}

.search_case [class*="col-"]{
    margin-bottom: 36px;
}

.page_not_found{
    box-shadow: 0px 3px 5px #00000040; -webkit-box-shadow: 0px 3px 5px #00000040; -moz-box-shadow: 0px 3px 5px #00000040; -ms-box-shadow: 0px 3px 5px #00000040; -o-box-shadow: 0px 3px 5px #00000040;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;
    background-color: #fff;
    padding: 65px 15px;   
}
.pag_castum .page-item:first-child .page-link img {
    transform: rotate(90deg);
}
.page_not_found .post_content {min-height: 400px;}

/*select option start*/

.select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 34px;
}

.select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #ACB1BB;
  padding: 8px 0px;
  padding-right: 20px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
  -moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
}
.select-styled:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 11px;
  right: 0px;
  background: url(../images/arrow_grey.svg) no-repeat;
background-position: right center;
background-size: 13px;
-moz-transition: all 0.2s ease-in; -o-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; transition: all 0.2s ease-in;
}
.select-styled:active:after, .select-styled.active:after {
  transform: rotate(180deg); -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg);
}

.select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: #fff;
  overflow: hidden;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08); -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08); -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08); -ms-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08); -o-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
border-radius: 0px 0px 10px 10px;-webkit-border-radius: 0px 0px 10px 10px; -moz-border-radius: 0px 0px 10px 10px; -ms-border-radius: 0px 0px 10px 10px; -o-border-radius: 0px 0px 10px 10px;
    max-height: 300px;
    overflow: auto;
}

.select-options::-webkit-scrollbar {
  width: 6px;
  border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; -ms-border-radius:6px; -o-border-radius:6px;
}

.select-options::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

.select-options::-webkit-scrollbar-thumb {
  background: #333;
  border-radius:6px; -webkit-border-radius:6px; -moz-border-radius:6px; -ms-border-radius:6px; -o-border-radius:6px;
}

.select-options::-webkit-scrollbar-thumb:hover, .select-options::-webkit-scrollbar-thumb:focus{
  background: #000; 
}

.select-options li {
  margin: 0;
  padding: 12px 20px;
  border-bottom: 1px solid #edf0f5;
  -moz-transition: all 0.15s ease-in; -o-transition: all 0.15s ease-in; -webkit-transition: all 0.15s ease-in; transition: all 0.15s ease-in;
}
.select-options li:last-child {
    border-bottom: 0;
}
.select-options li:hover, .select-options li:focus{
      color: #CDB44E;
    background: #f7f7f7;
}
.select-options li[rel="hide"] {
  display: none;
}
/*select option end*/
.home_featured_content p {margin: 0;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.owl-nav {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
	padding:0px 7px;
}
.owl-prev, .owl-next{
	width:40px;
	height:40px;
	border-radius:40px; -webkit-border-radius:40px; -moz-border-radius:40px; -ms-border-radius:40px; -o-border-radius:40px;
	background: #fff url('../images/arrow_grey.svg') no-repeat;
    background-position: center;
	font-size:0px;
	position: absolute;
	top: 50%;
    transform: translate(-50%);
}

.owl-prev{
	transform: rotate(90deg);
	left:7px;
}

.owl-next{
	transform: rotate(-90deg);
	right:7px;
}

.owl-dot span {
    background-color: #e4e4e4;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 12px;	
}
.owl-dots {
    display: flex;
    justify-content: center;	
	position: absolute;
    bottom: 15px;
    width: 100%;
}
.owl-dot {
    padding: 0px 3px;
}

.owl-dot.active span{
	background-color: #025400;
}