@media only screen and (min-width: 7000px) {
.header-text1 p {
    font-size: 51px;
}


.header-text1 p span {
    font-size: 67px;
}

}


@media only screen and (min-width: 2800px){
.header-text1 p {
    font-size: 39px;
}
}
@media only screen and (min-width: 2400px) {

.header-text1 p{
     font-size: 39px;
}

.header-text1 p span {
    font-size: 51px;
}
}
@media only screen and (min-width: 1920px) {

.header-text1 p{
     font-size: 34px;
}

.header-text1 p span {
    font-size: 44px;
}
}
@media only screen and (min-width: 1200px) {
.main-nav ul li.mob-show {
    display: none;
}
.contact-head .wpb_column.vc_column_container.vc_col-sm-4 {
  float: left;
}
.contact-head .wpb_column.vc_column_container.vc_col-sm-8 {
  float: right;
}
nav.main-nav {
    background-color: #333333;
}
.vc_section .wpb_column.vc_column_container.vc_col-sm-12 h1, .vc_section h1 {
        display: none !important;
}
.consulting-head section.vc_section ul li{
    padding-left:0;
     margin-left: 20px;
     list-style-position: outside;
}
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{
.header-text2 p, .header-text3 p{
    font-size: 14.5px;
}
}
@media only screen and (max-width: 1199px) {
	.header-sticky {
    float: left;
    width: 100%;
    top: 0;
    z-index: 99;
     position: relative !important;
    margin-bottom: 30px;
}

section.vc_section.judicial .vc_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.contact-head .wpb_column.vc_column_container.vc_col-sm-4 {
  float:right;
}
.contact-head .wpb_column.vc_column_container.vc_col-sm-8 {
  float:left;
}
.vc_section.resHd h1, .vc_section h1 {
    color: #fff;
    font-family: "museo-sans",sans-serif;
    font-size: 21px;
    width: 100%;
    display: block !important;
    line-height: 60px;
    text-transform: uppercase;
    border-bottom: 1px solid white;
    font-weight: 500;
	margin-top: 0 !important;
}
.consulting-head section.vc_section ul li{
    color: #333333;
    font-family: "museo-sans",sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: normal;
    margin: 0 0 10px 20px;
    padding-left: 4px;
	list-style-position: outside;
}
section.vc_section .container section.vc_section {
    padding-top: 0 !important;
}
section.vc_section section.vc_section {
    padding-top: 30px !important;
}
.item-content{
    margin-bottom: 0;
}
.consulting-head section.vc_section ul {
    
        margin-bottom: 25px;
}
	body {
    padding-top:0;
      background: #c9c4b3!important;   
}

	p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 27px;
    color: #333333;
    margin-top: 0;
}

body {
    background: #c9c4b3;
	color: #333333;
}

    /*==== Menu ====*/
    
    .main-nav ul {
        width: 100%;
    }
    .main-nav {
        position: static;
        width: 100%;
        top: 0;
        right: 0;
        background: #333;
        height: 0;
/*        -webkit-transition: all ease 0.6;
        transition: all ease 0.6s;*/
        z-index: 9;
        overflow-y: hidden;
        padding-top:0;
    }
.show-menu .main-nav {
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    min-height: 100vh;
   }
    .show-menu .overlay {
        left: 0;
        position: absolute;
        top: 55px;
        right: 28px;
        z-index: 999999;
        width: 30px;
        left: unset;
    }
    .main-nav ul {
        margin: 0;
        padding: 0px 0px 100px;
        display: block;
        margin-top:0;
    }
    .main-nav ul.mnav {
        margin-bottom: 30px;
    }
    .main-nav ul li {
        display: block;
        position: relative;
        text-transform: capitalize;
        font-size: 25px;
        text-align: center;
        margin-bottom: 14px;
    }
    .main-nav ul li span {
        display: none;
    }
    .main-nav ul li a {
        color: #c9c4b3;
        text-decoration: none;
        font-size: 25px;
        display: block;
        padding: 10px;
    }
    .main-nav ul li a:hover {
        background: #2D2D2D;
    }
    .main-nav ul li.submenu i {
        position: absolute;
        width: 43px;
        height: 39px;
        top: 0;
        right: 0;
        cursor: pointer;
        -webkit-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }
    .main-nav ul li.submenu i:after {
        content: "";
        height: 0;
        width: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 6px solid #b3b3b3;
        position: absolute;
        right: 17px;
        top: 18px;
        z-index: 10;
    }
    .main-nav ul ul {
        margin: 0;
        display: none;
    }
    .main-nav ul ul li:last-child {
        border-bottom: 0;
    }
    .main-nav ul ul li:first-child {
        border-top: 1px solid #656b74;
    }
    .main-nav ul ul li a {
        padding-left: 20px;
    }
    .main-nav ul ul li ul a {
        padding-left: 30px;
    }

    .mob-btn {
        position: absolute;
        float: right;
        margin: 0px;
        background-color: transparent;
        cursor: pointer;
        right: 3%;
        top: 18px;
    }

   
    
    .extra-link {
        display: none;
    }


.header-wrapper .mob-btn {
    width: 36px;
    height: 26px;
    position: relative;
    z-index: 99999;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.mob-btn.open {
    z-index: 9999;
}
.header-wrapper .mob-btn span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #c9c4b3;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
.header-wrapper .mob-btn span:nth-child(1) {
  top: 0px;
}

.header-wrapper .mob-btn span:nth-child(2), .header-wrapper .mob-btn span:nth-child(3) {
  top: 11px;

}

.header-wrapper .mob-btn span:nth-child(4) {
   top: 22px;
}

.header-wrapper .mob-btn.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.header-wrapper .mob-btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-wrapper .mob-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-wrapper .mob-btn.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.consulting-head .header-wrapper .logo-wrapper, .page-id-21 .header-wrapper .logo-wrapper{
    margin-top: 89px;
}

.main-nav ul li a{
    border-bottom:3px solid #333333; 
    display: inline-block;
    padding: 5px 0;
}
.main-nav ul li a:hover{
    background:none !important;
}
.main-nav ul li.current-menu-item a{
    border-bottom:3px solid #A52130 ;
    display: inline-block;
    padding: 5px 0;
}
.main-nav ul li{
    margin :0 0 18px 0;

}

.consulting-head section.vc_section ul li{
    padding-left:0;
     margin-left: 20px;
        list-style-position: outside;
}

.container {
    padding: 0px 15px;
}

.header-wrapper .container {
    padding: 0px 30px;
}

.header-wrapper {
    text-align: center;
    padding-top: 24px;
    padding-bottom: 24px;
    position: absolute;
    height: 202px;
    overflow: hidden;
    transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
}
.vc_section {
    padding: 250px 0px 40px 0px !important;
    margin: 0 !important;
}
.show-menu .header-wrapper {
    height: 100vh;
    overflow: visible;
        transition: ease 0.5s all;
    -webkit-transition: ease 0.5s all;
}

.logo img {
    max-width: 71px;
}

.header-text1 p {
    font-size: 26px;
    letter-spacing: -0.04pt;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;
    border-bottom: 1px solid #BFBFBF;
    margin-top: 15px;
    padding-bottom: 2px;
}

.header-text2 {
    display: inline-block;
    padding: 4px 12px 0px 0;
    border-right: 1px solid #BFBFBF;
}

.header-text3 {
    display: inline-block;
    padding: 4px 0 0px 8px;
}

.header-text2 p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    line-height: initial;
}

.header-text3 p {
    margin: 0;
    font-size: 14px;
    line-height: initial;
    color: #fff;
}

.footer-copyrht .container .slider-wrapper {
    border-top: 3px solid #666;
    margin: 16px 0px 0px;
    padding-top: 35px;
}

.item-content {
    text-align: center;
}



.slider-wrapper span {
    font-size: 14px;
}

.item-content {
    font-size: 24px;
    margin-bottom: 9px;
}

.item-content span {
    font-size: 15px;
    font-weight: 500;
}
.item-content a {
    color: #A52130;
    font-size: 12px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}

.slider-wrapper .regular {
    padding: 0px 45px;
    margin-bottom: 0;
}
.item-content p {
    margin-bottom: 0px;
    font-size: 24px;
}
.item-content p {
    margin-bottom: 0px;
    font-size: 20px;
}
.item-content{
    padding-left: 30px;
    padding-right: 30px;
}
button.slick-prev.slick-arrow, button.slick-next.slick-arrow{
font-size: 0;
    line-height: 0;
    position: absolute;
    top: 30%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
} 
button.slick-prev.slick-arrow {
    background: url(../images/left-arrow.png) no-repeat;
    width: 36px;
    height: 36px;
    left: 0;
}
button.slick-next.slick-arrow {
    background: url(../images/right-arrow.png) no-repeat;
    width: 36px;
    height: 36px;
    right: 0;
}


button.slick-prev.slick-arrow:before, button.slick-next.slick-arrow:before {
    display: none;
}
.copy-right {
    margin-top: 45px;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}
.copy-right a {
    color: #A52130;
    font-weight: 600;
    text-decoration: none;
    font-size: 15px;
}

.footer-block {
    padding-bottom: 100px;
}

.footer-text {
    text-align: center;
    line-height: 25px;
}



.footer-text a {
    
    text-decoration: none;
     display: inline-block;
    font-size: 15px;
	color: #333333;
}
.footer-text .foot-mailid{
	color: #A52130;
    font-weight: 600;
}
.nav-logo .logo-wrapper {
    text-align: center;
    margin-bottom: 60px;
    padding: 0px 20px;
}
 #writing-sec h2 {
    font-size: 21px;
}


.mob_head {
    margin: 0 0px 40px;
    font-size: 21px;
    font-weight: 600;
    padding-bottom: 13px;
    border-bottom: 6px solid #333333;
    padding-left: 44px;
    background: url(../images/angle-up.png);
    background-position: left 100% !important;
    background-repeat: no-repeat !important;
}

.mob_head.d_active {
    background: url(../images/angle-down.png);
    border-bottom: 6px solid #a52130;
}

.tab_content ul li {
    display: block;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 26px;
}
.tabs {
    display: none;
  }
  #teachin-sec h3 {
    font-size: 21px;
    margin-bottom: 16px;
	    margin-top: 0;
}
 #expert-witness-sec h3 {
    font-size: 21px;
    margin-bottom: 16px;
	    margin-top: 0;
}
#judical-sec h2 {
    font-size: 21px;
    margin-bottom: 16px;
	    margin-top: 0;
}
#contact-sec h2{
	font-size:21px;
	margin-bottom: 16px;
	    margin-top: 0;
}
#contact-sec .vc_row-fluid {
    display: flex;
    flex-wrap: wrap;
}

#contact-sec .vc_col-sm-4 {
    order: 2;
}
    .header-text1 p span {
    font-size: 36px;
}
.header-text1 p {
    font-size: 30px;
}
.js_active.vc_desktop.vc_transform.show-menu .header-sticky, .js_active.vc_desktop.vc_transform.show-menu .header-sticky.sticky {
    position: fixed !important;
}
.logo-textname a, .logo-wrapper.desktop-logo a{
    text-decoration: none !important;
}
.logo-wrapper.responsive-logo {
    position: relative;
    z-index: 99;
    display: inline-block;
}
/*.logo-wrapper.desktop-logo {
    display: none!important;
}*/
.menu-bar.resp-wrap {
    position: absolute;
    top: 20px;
    width: 100%;
    left: 0;
    display: inline-block;
    right: 0;
    margin: 0 auto;
}
#menu-main-menu {
    padding-top: 195px;
}
.logo-wrapper.desktop-logo {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    top:0;
}
.footer-copyrht .slider-wrapper .slick-slide img {
    display: inline-block;
    margin-top: 15px;
}
.consulting-head section.vc_section ul {
   margin-left: 20px;
}
}
@media only screen and (max-width:1024px) {
    .header-text1 p span {
    font-size: 38px;
}
.header-text1 p {
    font-size: 30px;
}
.container {
    padding: 0;
    margin: 0 auto;
    width: 94%;
}

.mob_head{
    cursor: pointer;
}
.mob_head.d_active{
    color: #a52130;
}
section.vc_section .container section.vc_section {
    padding-top: 0 !important;
}
section.vc_section section.vc_section {
    padding-top: 30px !important;
}
.menu-consulting .menu-consulting-menu-container #menu-consulting-menu li {
    margin: 0 0 20px !important;
}
}

@media only screen and (max-width: 1024px) {


.consulting-head section.vc_section ul li{
    padding-left:0;
     margin-left: 20px;
        list-style-position: outside;
}
}


@media only screen and (max-width:800px) {


.header-text1 p span {
    font-size: 39px;
}
.header-text1 p {
    font-size: 30px;
}
.tab_container .mob_head {
    background-size: 36px !important;
    background-position: -8px -6px  !important;
    padding-left: 36px;
    border-bottom: 5px solid #333;
}
.tab_container .d_active.mob_head {
    border-bottom: 5px solid #a52130;
}
.menu-consulting .menu-consulting-menu-container #menu-consulting-menu li {
    margin: 0 0 25px !important;
}
.main-nav ul li {
    margin: 0 0 30px 0!important
}
p {
    margin-bottom: 30px;
    font-size: 16px;
}


.consulting-head section.vc_section ul li{
    padding-left:0;
     margin-left: 20px;
        list-style-position: outside;
}
}

@media only screen and (max-width:767px) {


body{
     background:#c9c4b3!important;
}
.vc_section.judicial .wpb_column.vc_column_container.vc_col-sm-4:nth-child(2), .vc_section.judicial .wpb_column.vc_column_container.vc_col-sm-4:nth-child(3) {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    width: 100%;
}
.header-wrapper .container {
    padding: 0px;
}
.consulting-head section.vc_section ul li{
    padding-left:0;
     margin-left: 20px;
        list-style-position: outside;
}

}
@media(max-width:767px){
.header-sticky{
    position: relative !important;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
body {
    padding-top: 0;
}
.tab-wrap {
    width: 100%;
    margin: 0 auto;
}
.container {
    padding: 0px;
    width: 94%;
    margin: 0 auto;
}
.footer-block {
    padding-bottom: 40px;
}
.item-content p {
    margin-bottom: 0px;
    text-align: left;
}
.consulting-head section.vc_section ul li{
    padding-left:0;
     margin-left: 20px;
        list-style-position: outside;
}

}
@media(max-width:600px){
.item-content a img {
    margin: 0 auto;
}
.item-content p {
    font-size: 20px;
    margin-bottom: 10px;
}
.item-content {
    padding-left:0 !important;
    padding-right:0 !important;
    border-left: none !important;
}
.item-content p {
    text-align:center;
}

.tab_container .mob_head {
    background-size: 34px !important;
    background-position: -5px -5px !important;
    padding-left: 30px;
    border-bottom: 4px solid #333;
}
.tab_container .d_active.mob_head {
    border-bottom: 4px solid #a52130;
}
h2 {
    font-size: 21px;
    }
button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
    top: 47%;
}
.consulting-head section.vc_section ul li{
    padding-left:0;
     margin-left: 20px;
        list-style-position: outside;
}

.container ul {

    margin-left: 10px;
}

}
@media(max-width:414px){
	body {
    padding-top: 0px;
}
.header-sticky{
    float: none;
    position:relative;
}
	.header-sticky.sticky {
    position: fixed;
}

.header-text2 p, .header-text3 p {
    font-size: 12px;
}
.header-text2 p, .header-text3 p {
    font-size: 11px;
}
.header-text1 p {
    font-size: 24px;
}
.header-text1 p span {
    font-size: 30px;
}

.item-content p {
    font-size: 18px;
}
.header-sticky{
    margin-bottom: 0px;
}

.vc_section .container.wpb_column.vc_column_container.vc_col-sm-12 h1, .vc_section .resHd h1{
    line-height: 30px;
}
.main-nav ul li a {
    font-size: 22px;
    padding: 8px 15px;
}
.footer-block {
    padding-bottom: 30px;
}
.header-wrapper .mob-btn {
    width: 28px;
    }
.vc_section.resHd h1, .vc_section h1{
       line-height: 40px;
    }
.header-wrapper .mob-btn {
    right: 15px;
}
.vc_section h1 {
    margin-top: 20px !important;
}
.vc_section {
    padding: 250px 0px 40px 0px !important;
    margin: 0 !important;
}
.main-nav ul li {
    margin: 0 0 12px 0!important
}
.consulting-head section.vc_section ul li{
    padding-left:0;
     margin-left: 20px;
        list-style-position: outside;
}

}
@media(max-width:360px){

.header-text1 p span {
    font-size: 30px;
}
.header-wrapper .container {
    padding: 0px ;
}
.header-text2 p, .header-text3 p {
    font-size: 11px;
}
.header-text1 p {
    font-size: 24px;
}
.consulting-head section.vc_section ul li{
    padding-left:0;
     margin-left: 20px;
        list-style-position: outside;
}

}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {

       .header-text1 p{
    font-size: 2.25em;
}
.header-text1 p span {
    font-size: 1.2em ;
}
.header-text2 p, .header-text3 p{
        font-size: 1.03em ;
}
}}


@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
.header-text1 p {
    font-size: 22px;
}
.header-text1 p span {
    font-size: 27px;
}
.header-text2 {
    padding: 4px 6px 0px 0;
    }
.header-text2 p, .header-text3 p {
    font-size: 10px;
}
 }
 @media only screen 
    and (device-width : 375px) 
    and (device-height : 667px) 
    and (-webkit-device-pixel-ratio : 2) {
.header-text1 p {
    font-size: 22px;
}
.header-text1 p span {
    font-size: 27px;
}
.header-text2 {
    padding: 4px 6px 0px 0;
    }
.header-text2 p, .header-text3 p {
    font-size: 10px;
}
}

@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) { 
.header-text1 p {
    font-size: 24px;
}
.header-text1 p span {
    font-size: 30px;
}
.header-text2 {
    padding: 4px 10px 0px 0;
}
.header-text3 {
    padding: 4px 0px 0px 8px;
}
 }
 @media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
.header-text1 p {
    font-size: 22px;
}
.header-text1 p span {
    font-size: 27px;
}
.header-text2 {
    padding: 4px 6px 0px 0;
    }
.header-text2 p, .header-text3 p {
    font-size: 10px;
} }

@media(max-width:320px){
.header-text1 p {
    font-size: 20px;
}
.header-text1 p span {
    font-size: 26px;
}
.header-text2{
    padding: 4px 6px 0px 0;
}
.header-text3{
    padding: 4px 0 0px 5px;
}
.header-text2 p, .header-text3 p {
    font-size: 9.5px;
}
}