/* Reset Css */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  text-decoration: none;
  outline: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #000000;
  transition: all 0.5s ease 0s;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #313231;
  margin: 0 auto;
  padding: 0;
}

.clearfix:after,
ul:after,
ol:after,
.full_row:after,
.blog_box:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

img {
  -ms-interpolation-mode: bicubic;
  height: auto;
  vertical-align: middle;
  max-width: 100%;
  transition: all 0.6s ease 0s;
}

.ie8 img {
  height: auto;
  width: auto;
}

.ie8 img.size-large {
  max-width: 60%;
  width: auto;
}

:hover {
  transition: all 0.5s ease 0s;
}

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

li {
  list-style: none;
}

p a:hover {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#wp-toolbar ul:after {
  content: none;
}

.last_li,
.last {
  margin-right: 0 !important;
  padding-right: 0 !important;
}

.first_li,
.first {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

/*************************** Font Face ***************************/

/*************************** Font Face ***************************/

/* ================================= Reset Css ================================= */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

::-webkit-input-placeholder {
  color: #c2c2c2;
}

:-moz-placeholder {
  color: #c2c2c2;
}

.form-control:-moz-placeholder {
  color: #c2c2c2;
}

::-moz-placeholder {
  color: #c2c2c2;
}

.form-control::-moz-placeholder {
  color: #c2c2c2;
}

:-ms-input-placeholder {
  color: #c2c2c2;
}

button::-moz-focus-inner {
  border: 0;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*input[type=submit]{padding:18px 30px; font-weight:bold; color:#fff; display:block; }*/

input[type="submit"],
input[type="button"] {
  cursor: pointer;
  border: 0;
}

input:focus {
  outline: none;
}

/* Contact Form 



.form-group{ background:#f2f2f2;border: 1px solid #d6d5d2; padding:0 20px; position:relative}



/*.form-group > span{}



.form-group > span:after{ content:"ï„ ";color: #ffffff;font-family: Ionicons;font-size: 18px;font-weight: 500;line-height: 28px; position:absolute; right:10px; bottom:10px}



.form-control{ background:none; border:none; box-shadow:none; font-size:18px; color:#c2c2c2; padding:10px 0}



.form-control:focus{ box-shadow:none}



input[type="text"], input[type="tel"], input[type="password"], input[type="date"], input[type="email"], input[type="number"], textarea{ 



			 border-radius:0; color: #c2c2c2; font-size: 18px; font-weight: 400; line-height: 26px; width:60%; 



			height:50px; padding:5px 15px; box-shadow:none; -webkit-appearance:none; display:inline-block ;}







input[type="text"]:focus, input[type="tel"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="email"]:focus, input[type="number"]:focus, textarea:focus {



background:#f3f3f3; color: #c2c2c2;}



textarea{}







form label{display:inline-block;line-height: 28px;color: #198790;font-size: 18px;font-weight: 700; border-right:1px solid #bdbdbd; padding-right:10px}



form label span{color: #8cc244;}



label[for="comments"]{ border-right:none}







.form_row{padding-bottom:25px}



.form_row.msg_row{padding-bottom:10px}



.form_row.submitrow{padding-bottom:0}







input:required{box-shadow:none}



/*input:required:focus{background-color: rgba(223, 73, 73, 0.2); border: 1px solid #df4949; box-shadow:none} */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*font merriweather*/

@font-face {
  font-family: "merriweather";

  src: url("../fonts/merriweather_light-webfont.woff2") format("woff2"),
    url("../fonts/merriweather_light-webfont.woff") format("woff");

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: "merriweather_ultraboldregular";

  src: url("../fonts/merriweather_ultrabold-webfont.woff2") format("woff2"),
    url("../fonts/merriweather_ultrabold-webfont.woff") format("woff");

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: "merriweather";

  src: url("../fonts/merriweather-bold-webfont.woff2") format("woff2"),
    url("../fonts/merriweather-bold-webfont.woff") format("woff");

  font-weight: bold;

  font-style: normal;
}

@font-face {
  font-family: "merriweather";

  src: url("../fonts/merriweather-italic-webfont.woff2") format("woff2"),
    url("../fonts/merriweather-italic-webfont.woff") format("woff");

  font-weight: normal;

  font-style: italic;
}

@font-face {
  font-family: "merriweather";

  src: url("../fonts/merriweather-regular-webfont.woff2") format("woff2"),
    url("../fonts/merriweather-regular-webfont.woff") format("woff");

  font-weight: normal;

  font-style: normal;
}

/************************************************ Global Styles #X ***************************************************/

/* Gobal #GAB */

.x:before {
  position: absolute;
  content: "";
}

/* Vertical Middle */

x {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

x {
  display: inline-block;
  vertical-align: middle;
}

/* HR Rules */

hr {
}

/* Image Alignment */

.alignnone,
a img.alignnone {
  margin: 5px 0 50px;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 25px auto;
}

.alignright,
a img.alignright {
  float: right;
  margin: 5px 0 45px 35px;
}



.alignleft,
a img.alignleft {
  float: left;
  margin: 5px 35px 45px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.popmake-content .aligncenter{margin:0;}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "merriweather";
}

p {
  font-family: 'Roboto', sans-serif;
}

h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 20px;
}

h2 {
  font-size: 28px;
  font-weight: 400;
  padding: 30px 0;
  text-align: center;
}



h4 {
}

h5 {
}

p {
  margin-bottom: 10px;
}

p,
.content_row ul li,
.content_row ol li {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p.intro {
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}

p:last-child {
  margin-bottom: 0;
}

.service-content a {
  cursor: pointer;
  color: #111111;
}
.service-content-list h4{font-size:18px;line-height:30px;color:#000;font-weight:bold;}
p a {
  text-decoration: none;
}

p strong {
  font-weight: 900;
}

p em {
  font-style: italic;
  line-height:18px;
}

p a:active,
p a:focus {
  text-decoration: underline;
}

.content_row ul,
.content_row ol {
  padding-bottom: 10px;
}

.content_row ul li,
.content_row ol li {
  position: relative;
}

.content_row ul li {
  padding-left: 30px;
}

.content_row ul li:before {
  content: "•";
  left: 0;
  position: absolute;
  font-size: 21px;
  line-height: 32px;
  font-family: Ionicons;
  font-weight: 500;
}

.content_row ul ul,
.content_row ol ul,
.content_row ol ol {
  padding: 5px 0;
}

.content_row ol {
  counter-reset: section;
}

.content_row ol li {
  padding-left: 50px;
}

.content_row ol > li:before {
  color: #343434;
  content: counter(section, decimal) ".";
  counter-increment: section;
  padding-right: 5px;
  font-size: 18px;
  position: absolute;
  left: 0;
}

.content_row ol ul li {
  padding-left: 20px;
}

/*.content_row ol ol li{list-style:lower-alpha outside; padding-left:30px; margin-left:20px}*/

/*.content_row ol ol li:before{content:none}*/

.content_row ol ol li::before {
  content: counter(list, lower-alpha) ") ";
  counter-increment: list;
  left: 0;
  position: absolute;
}

.content_row ol ol li {
  padding-left: 30px;
}

.content_row ol ol {
  counter-reset: list;
}

/* Remove ListDots */

a:focus,
a:hover {
  outline: none;
  text-decoration: none !important;
  color: #e62b27;
}

/* Buttons */

/* global */

/* =================================  Mountain Custom CSS #AB ================================= */

body {
  font-family: 'Roboto', sans-serif;
  background: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  color: #000000;
}

.container {
  max-width: 990px;
  width: 100%;
}

.small_container {
  max-width: 750px;
  margin: 0 auto;
  float: none;
  width: 100%;
  padding: 0 15px;
}

.full_row {
  width: 100%;
  float: none;
  margin: 0 auto;
}

.att_header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  transition: all 0.3s linear 0s;
}

.header_top {
  padding-top: 15px;
}

.header_top ul {
  text-align: right;
  display: flex; flex-direction: column; gap: 10px; align-items: flex-end; text-align: right;
}

.header_top ul li {
  display: inline-block;
  margin-left: 5px;
}

.header_top ul li a {
  font-weight: bold;
  margin-right: 1px;
  vertical-align: middle;
}


.submenu_row {background: #000 !important;color: #fff !important;padding-bottom:40px !important;padding-top:20px !important;height:630px !important;}
.submenu_row > ul.mega-sub-menu {display: flex !important;align-items: flex-start;justify-content: space-between;background: #000 !important;color: #fff !important;padding-bottom: 20px !important;}
/*.submenu_row > ul.mega-sub-menu .normal_col {max-width: 30% !important;flex: 0 0 30%;}*/
.submenu_row > ul.mega-sub-menu .flex-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px; /* Adjust based on your layout */
}

.submenu_row > ul.mega-sub-menu .flex-container li {
    width: calc(100% / 2 - 10px); /* Two columns */
    margin-bottom: 10px;
    list-style: none;
}
/*.submenu_row > ul.mega-sub-menu .newsletter_social {max-width: 70% !important;flex: 0 0 70%;padding: 0 !important;}*/
.submenu_row > ul.mega-sub-menu .normal_col ul.mega-sub-menu li {padding: 7px 15px !important;display: block !important;text-align: left !important;float: inherit !important;position: relative !important;padding-left: 20px !important;}
.submenu_row > ul.mega-sub-menu .normal_col ul.mega-sub-menu > li > a {position: relative !important;padding-left: 20px !important;}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu .submenu_row li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {content: '\f054' !important;position: absolute !important;font-size: 15px !important;left: -24px !important;color: #e62b27 !important;top: 0px !important;font-family: 'fontAwesome' !important;}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item-has-children li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{float:left;}
.submenu_row > ul.mega-sub-menu .normal_col ul.mega-sub-menu > li > a.mega-menu-link {color: #fff !important;font-size: 14px !important;line-height: 20px !important;}
/*.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget {display: flex;align-items: flex-start;justify-content: space-between;}*/
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget {display:block;}
/*.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .social_media {max-width: 50%;flex: 0 0 50%;}*/
/*.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform {max-width: 50%;flex: 0 0 50%;}*/
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform p {font-size: 16px;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .social_media p {font-size: 20px !important;color: #fff;line-height: 25px !important;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .social_media li.social {float: inherit !important;display: flex;align-items: center;flex-wrap: wrap;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .social_media li.social p {margin: 0 !important;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .social_media li.social a {margin-right: 10px;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .social_media > p, .submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform h3, .submenu_row > ul.mega-sub-menu .normal_col .widget_text h3 {font-size: 20px !important;font-weight:700;color: #fff;line-height: 20px !important;margin-bottom: 40px !important;font-family: inherit !important;display: block !important;position: relative;padding-left: 15px;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .social_media > p:after, .submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform > h3:after, .submenu_row > ul.mega-sub-menu .normal_col .widget_text h3:after {content: '';position: absolute;left: 0;background: #e62b27;width: 2px;height: 100%;z-index: 9;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .social_media > p:after, .submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform > h3:after {left: 1px;}
.submenu_row > ul.mega-sub-menu .normal_col .widget_text h3 {margin-bottom: 30px !important;margin-top: 10px;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform p {color: #fff;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform form .tnp-field.tnp-field-firstname input {margin-right: 10px !important;margin-top: 5px !important;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform form {display: flex;align-items: flex-start;flex-wrap: wrap;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform form > input[type="hidden"] {display: none !important;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform form .tnp-field.tnp-field-firstname, .submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform form .tnp-field.tnp-field-surname {max-width: 40%;flex: 0 0 40%;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform form label {display: none !important;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform form .tnp-field.tnp-field-email {width: 100%;max-width: 84%;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform form .tnp-field.tnp-field-button input {background: #e62b27 !important;padding: 10px 30px !important;font-size: 16px;line-height: 20px;font-weight: 100;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform form .tnp-field.tnp-field-firstname {margin-right: 12px;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform form .tnp-field.tnp-field-firstname input {margin-top: 0 !important;}
.submenu_row > ul.mega-sub-menu .normal_col ul.mega-sub-menu li.widget_recent_comments {display: none !important;}
/*.submenu_row > ul.mega-sub-menu .normal_col ul.mega-sub-menu {display: flex !important;flex-wrap: wrap !important;}*/
.submenu_row > ul.mega-sub-menu .normal_col ul.mega-sub-menu li.widget_text {max-width: 100% !important;flex: 0 0 100% !important;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .social_media > p {margin-bottom: 20px !important;margin-top: 30px !important;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform h3 {margin-bottom: 20px !important;}
/*.submenu_row > ul.mega-sub-menu .normal_col.sec_col ul.mega-sub-menu{margin-top:75px !important;}*/
/*#mega-menu-primary_menu .submenu_row > ul.mega-sub-menu .normal_col.sec_col.custom-submenu-active ul.mega-sub-menu.overlay-submenu{*/
/*		margin-top:0px !important;*/
/*		margin-top: 0px !important;*/
/*    position: absolute !important;*/
/*    right: 2px !important;*/
/*    top: -75px !important;*/
/*    background: #000 !important;*/
/*    height: 448px !important;*/
/*    z-index: 99999 !important;*/
/*    align-content: start !important;*/
/*	}*/
/*	#mega-menu-primary_menu .submenu_row > ul.mega-sub-menu .normal_col.sec_col.custom-submenu-active ul.mega-sub-menu.overlay-submenu {height:600px !important;}*/
/*#mega-menu-primary_menu .submenu_row > ul.mega-sub-menu .normal_col.sec_col.custom-submenu-active ul.mega-sub-menu.overlay-submenu li{width: 48% !important;*/
/*    transition: all 0.3s ease !important;}*/
/*#mega-menu-primary_menu .submenu_row > ul.mega-sub-menu .normal_col.sec_col.custom-submenu-active ul.mega-sub-menu.overlay-submenu li.ext_submenu ul li {*/
/*    width: 100% !important;*/
/*}*/
/*#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-item a.mega-menu-link.mega-menu-toggle:before {*/
    content: '|'; /* Change to vertical line */
    transform: none; /* Reset rotation if any */
}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{text-transform: capitalize !important;}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item{margin: 0 30px 0 0 !important;}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu .social img {
    max-width: 36px !important;
}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
        font-size: 18px !important;
    margin-bottom: 15px;
    font-weight: 400;
}
}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
    max-width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

/* Two-column layout for <li> items */
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    width: 48%;  /* Two columns */
    margin-bottom: 15px;
    box-sizing: border-box;
    transition: all 0.3s ease;
}
.header_top .col-md-10 a span {
  display: inline-block;

  line-height: 1px;

  margin-right: 3px;

  vertical-align: middle;
}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu > li.mega-menu-item > a.mega-menu-link{font-size:18px !important;}
/*.header_top ul li a span {  background: #e62b27; font-size: 17px;  color: #ffffff;  display: inline-block;  font-weight: 700;  margin-right: 5px;  text-align: center;  text-transform: uppercase;  width: 20px;}*/

.footer_top .main-footer-bottom .textwidget {
  line-height: 23px;
  margin-top: 40px;
  text-align: right;
}

.footer_top .main-footer-bottom .textwidget img{
    max-width:36px;
}


.footer_top .main-footer-bottom .textwidget ul{
    padding-top: 10px;
}

.footer_top .main-footer-bottom .textwidget ul li{
    margin-bottom: 8px;
}
.footer-address ul li em{font-size:14px;}

.footer_top .office-phone-number {
  margin-bottom: 14px;
  display: block;
}

.footer_top .office-address {
  line-height: 25px;
}

.footer-widget div {
  line-height: 25px;
}

a.footer-map-dir {
  margin-top: 20px;
  display: block;
}

/*personal injury*/

.service-content
  .col-lg-8.col-md-8.col-sm-12.content-head-1.service-content-list
  > h2 {
  padding-bottom: 0;
  color:#000;
  text-align: left;
  font-weight:bold;
}

/*our team*/

.service-list-team h6::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.our-team-page div.service-list-team h6 {
  padding: 0 !important;
  height: 80px;
}

.service-list-team li a {
  display: block;
  padding: 22px 10px;
  width: 100%;
}

.service-list-team li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}

h1.page-title.our_ppl {
  margin: 0 13px 20px;
}

.our_people_details h4.lawyer_nm {
  font-size: 19px;
  font-weight: bold;
  margin-top: 30px;
}

.our_people_details .lawyer_depart {
  font-size: 16px;
  margin: 13px 0;
  line-height: 22px;
}

.our_people_details .lawyer_email > a {
  font-size: 14px;
  text-decoration: underline;
}

.our_people_details .lawyer_phone {
  margin-bottom: 13px;
}

.our_people_details .lawyer_category {
  margin-bottom: 13px;
}

.our_people_details .lawyer_category a {
  font-size: 14px;
}

.our_people_details .people_image img {
  border-bottom: 16px solid red;
}

.tax-team_category .service-content .col-md-3.left-pad-none {
  min-height: auto !important;
}

.tax-team_category .nw_iqry .col-md-3 {
  min-height: 420px;
}

.our-team-page .people_prof .col-md-3 {
  min-height: 540px;
}

.service-list-team h6.active {
  background: #f03f35 none repeat scroll 0 0 !important;
}

.service-list-team h6.active > li > a {
  color: #fff !important;
}

.banner_title, .banner_title p{color:#fff !important;}
.template-career ul.address-list li:nth-child(even)::before {
    background: #FFF;
}
.career-content p{padding-bottom:20px;font-size:16px;}
.banner_icon img{max-width:122px;}
.template-career ul.address-list li:nth-child(even){
    margin-bottom:10px;
}
.template-career ul.normal-list li::before {
    content: '•';  /* Unicode character for a solid circle */
    font-size: 34px; /* Adjust size to match default bullets */
    color: #000 !important; /* Default bullet color */
    background:#fff !important;
    position: absolute;
    left: 0;
    top: 0;
}
.template-career ul.normal-list li{font-size: 18px;}
/*#menu-item-15 .sub-menu, #menu-item-17 .sub-menu {width: 400px !important;}

#menu-item-15 .sub-menu li,#menu-item-17 .sub-menu li{display: inline-block !important;width: 200px !important;}*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  header li.social {
    float: right;
  }

  .header_top ul li a {
    float: left;
    margin-right: 5px;
  }
}

.logo > img {
  max-width: 100px;
}

.sticky img {
  transition: all 0.6s ease 0s;
}

#mobile_menu .social > a {
  float: left;
}

/*****navigatio****/

#mobile_menu .sub-menu {
  transform: rotateX(0deg);

  width: 100%;
}

.sub-menu {
  background: #000000 none repeat scroll 0 0;
  position: absolute;
  transform: rotateX(90deg);
  transform-origin: center top 0;
  transition: all 0.3s linear 0s;
  width: 300px;
}

.sub-menu li {
  display: block;
  float: none !important;
  margin-left: 0;
  margin-right: 0;
}

.sub-menu a {
  color: #ffffff;
  display: block;
  padding: 10px 15px;
  font-size: 16px;
}

.menu > li > a {
  display: inline-block;
  padding: 20px 5px;
}

.menu li:hover ul {
  transform: rotate(0deg);
}

.current-menu-item a {
  color: #fff;
}

.current-menu-item {
  background: #000000 none repeat scroll 0 0;
}

#menu-main-navigation-menu li > a:active,
#menu-main-navigation-menu li > a:focus,
#menu-main-navigation-menu li:hover > a {
  background: #000000 none repeat scroll 0 0;
  color: #fff;
  outline: medium none;
  text-decoration: none !important;
}

.menu li {
  float: left;
  transition: none !important;
}

.menu li:first-child {
  margin-left: 0;
}

.menu li:last-child {
  margin-right: 0;
}

section {
  padding-top: 140px;
}

.hero_slider {
  /*background:url(../images/hero.jpg) no-repeat center center;*/
  background-size: cover;
  padding: 50px 0 100px;
  height: 370px;
  background-size: cover !important;
}

.hero .hero_content .col-lg-2.col-md-2.col-sm-12.slider-year-section {
  padding-right: 0;
}

.owl-item:nth-child(3) .slider-content-section::before {
  display: none;
}

.hero_slider h1 span {
  font-size: 34px;
  font-weight: 900;
  display: block;
}

.hero_slider p {
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: 300;
  letter-spacing: -0.5px;
  max-width: 80%;
  padding: 10px 15px;
}

.hero .owl-controls {
  bottom: 25px;
  left: 0;
  margin: 0 auto;
  max-width: 992px;
  position: absolute;
  right: 0;
}

.hero .owl-controls .owl-dots {
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
}

.hero.owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border-radius: 0;
  color: #ffffff;
  height: 13px;
  margin-right: 10px;
  width: 13px;
}

.hero.owl-theme .owl-dots .owl-dot.active span {
  background: #e62b27;
}

/*New Slider CCS*/

.hero_slider .slider-content-section p {
  background: none;
  max-width: 100%;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
}

.hero_slider .slider-year-section p {
  font-family: "merriweather";
  background: none;
  max-width: 100%;
  float: right;
  margin-top: 24%;
  font-weight: 400;
  margin-right: 0px;
  font-size: 22px;
}

.hero_slider .slider-image-section img {
  width: 220px;
  height: auto;
  margin-top: 12px;
}

.hero_slider .slider-image-section h6 {
  position: absolute;
  bottom: 12px;
  width: 220px; /* left: 0; */
  text-align: center;
  color: #ffffff;
  z-index: 1;
  font-weight: 700;
  font-size: 14px;
}

.slider-content-section:before {
  content: "";
  border-left: 3px solid #e83d36;
  display: inline-block;
  height: 220px;
  float: left;
  margin-right: 33px;
  margin-top: 15px;
}

.hero_content .col-lg-3.col-md-3.col-sm-12.slider-year-section > p {
  font-family: "merriweather";
}

.hero_content .col-lg-5.col-md-5.col-sm-6.slider-content-section > p {
  
}

.home p.main_ttl_slid {
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.home .slider-content-section p:nth-child(2) {
  line-height: 30px;
}

.home strong.frst_slide_bold {
  display: block;
  font-family: "merriweather";
  font-size: 35px;
}

.home small.frst_slide_small {
  font-family: "merriweather";
  font-size: 32px;
  line-height: 50px;
  font-weight: 300;
}

.home p.fst_sld_mn_tt {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}

/*Home Page Services CCS For PC*/

div.intro_service h3{
    font-family: 'Roboto', sans-serif;
}

.services {
  padding-bottom: 80px;
}

.services li {
  width: 25%;
  float: left;
  position: relative;
  padding-right: 7px;
  margin-bottom: 7px;
}

.services li img {
  width: 100%;
}

.services li h6 {
  position: absolute;
  bottom: 12px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 14px;
}
.business .services ul.inner-services-page li h6{
  font-weight:bold;
  font-size:13px !important;
}
.business .services ul.inner-services-page li p{
	font-weight:normal;
}
.business .services ul.inner-services-page li img{
	margin: 0 auto;
}

.services li p {
  position: absolute;
  top: 0;
  left: 0;
  widows: 100%;
  color: #ffffff;
  padding: 25px 10px 0;
  text-align: center;
  z-index: 1;
  font-weight: 900;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s linear 0s;
  line-height: 21px;
}
.services li:hover p {
  opacity: 1;
}
.services a {
  display: block;
  position: relative;
}
.services a::after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s linear 0s;
}
.services a:hover:after {
  opacity: 1;
}
.

.page-id-5779 .col-md-6{padding:0 60px !important;}
/*Home Page Services CCS For Mobile*/

.services-mobile {
  padding-bottom: 80px;
  background: #fff;
}

.services-mobile li {
  width: 25%;
  float: left;
  position: relative;
  padding-right: 7px;
  margin-bottom: 7px;
}

.services-mobile li img {
  display: none;
}

.services-mobile li h6 {
  position: relative;
  bottom: 12px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #ffffff;
  z-index: 1;
  padding: 25px;
  margin: 10px 0 10px 0;
  background: #e62b27;
  font-weight: 900;
  font-size: 15px;
}

.services-mobile li p {
  display: none;
}

.services-mobile li:hover p {
  opacity: 1;
}

.services-mobile a {
  display: block;
  position: relative;
}

.services-mobile a::after {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s linear 0s;
}

.services-mobile a:hover:after {
  opacity: 0;
}

.service-content
  .col-lg-8.col-md-8.col-sm-12.content-head-1.service-content-list
  a {
  color: #ef4033;
}
.ultimate_guide .text-container{margin-top:30px;}
/********* 404 page *********/

.page_not_found {
  margin: 0 auto;
  max-width: 1100px;
  text-align: center;
}

.page_not_found .not_found_title > h2 {
  display: inline-block;
  margin-top: 60px;
  width: 100%;
}

.not_found_title > p {
  margin: 20px;
}

.not_found_title a.not_found_button {
  background: #f03f35 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-weight: bold;

  line-height: 70px;
  margin: 50px auto;
  max-width: 25%;
}

.staff_prf .lawyer_dptmt {
  margin-bottom: 20px;
}
/******* staff profile *******/

.staff_prf .lawyer_depart {
  line-height: 21px;
  margin: 20px 0;
}


.staff_prf h4.lawyer_nm {
  font-family: "merriweather";
  font-size: 34px;
}

.staff_prf .lawyer_email a.mail_btn {
  background: #e62b27;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  padding:15px 17px;
}

.staff_profile .desc_stry sup {
  font-size: 15px;
}

.staff_descri .desc_stry h4 {
  font-size: 18px;
  margin-bottom: 30px;
  line-height:30px;
  font-weight:bold;
}

.staff_profile {
  margin-bottom: 35px;
  padding-top: 40px;
}

.staff_profile h2 {
  font-family: "merriweather";
  font-size: 32px;
  padding: 0 0 30px 0;
  color: #000;
  font-style: normal;
  font-weight: bold;
  text-align: left;
  margin-top: 15px;
}


.staff_profile .desc_stry p, .staff_prf .lawyer_depart,.staff_prf .lawyer_dptmt, .staff_prf .lawyer_phne{
	font-size: 16px;
	line-height:24px;
}
.staff_profile .col-md-3.staff_prf {
  padding-left: 0;
}

.staff_profile .col-md-3.staff_prf img {
  border-bottom: 18px solid #e62b27;
}

.staff_profile .col-md-3.staff_prf .staff_pfl_cnt {
  padding: 15px 0 15px 0;
}

.staff_profile p.staff_partner,
.staff_profile p.staff_fml,
.staff_profile p.staff_phn {
  font-size: 18px;
  margin-bottom: 5px;
  text-transform: capitalize;
}

.staff_profile p.staff_phn {
  font-size: 20px;
}

.staff_prf p.staff_eml a {
  background: #e62b27;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  margin-bottom: 20px;
}

.staff_prf p.staff_eml a:hover {
  background: #990602;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.6s ease 0s;
}

.staff_profile .col-md-8.staff_descri {
  float: right;
}

.staff_profile .col-md-8.staff_descri > h3 {
  font-size: 28px;
  margin-bottom: 25px;
}


.staff_profile .col-md-8.staff_descri li {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  margin-left: 15px;
}

.staff_profile .col-md-8.staff_descri li:before {
  background: #000 none repeat scroll 0 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: -15px;
  position: absolute;
  top: 10px;
  width: 6px;
}

.staff_profile .col-md-8 img {
  margin-bottom: 0;
}

.service-content .people_prof .col-md-12 .col-md-3,
.people_tm .col-md-3 {
  min-height: 490px;
}

.client_result {
  background: #f3912d;
  text-align: center;
  padding: 30px 0 75px;
}

.client_result .col-md-4 {
  padding-left: 35px;
  padding-right: 35px;
  color: #000000;
}

.client_result span {
  font-size: 100px;
  font-weight: 900;
  color: #000000;
}

.client_result .container > h2 {
  color: #000000;
}

.client_result span small {
  font-size: 50px;
}

.client_result p {
  font-size: 22px;
  font-weight: normal;
  line-height: 26px;
}

.find_out {
  background: #ededed;
  text-align: center;
  padding: 20px 0;
  margin-top: 50px;
}
.find_out h2, .awards h2{font-size: 32px;font-weight:bold;}
.find_out p.find_out_text{font-size: 36px;font-weight:normal;line-height:40px;}
.home .find_out {
  margin-top: 0;
}

.find_out p {
  margin-bottom: 50px;
}

.find_out select {
  font-size: 16px;
  height: 55px;
  width: 100%;
  padding-left: 7px;
  border: #fff;
}

.contact_form {
  text-align: left;
}

.group {
  margin-bottom: 34px;
}

.group label {
  font-weight: 400;
  vertical-align: middle;
  width: 22%;
}

.group input[type="text"],
.group input[type="email"],
.group input[type="number"] {
  border: 0 none;
  height: 55px;
  width: 78%;
  padding-left: 10px;
  padding-right: 10px;
}

label[for="description"] {
  width: 30% !important;
  vertical-align: top;
  padding-right: 15px;
  margin-top: 15px;
}

.group textarea {
  border: 0 none;
  width: 69%;
  padding: 10px;
  height: 318px;
}

.contact_form a {
  text-decoration: underline;
  line-height:25px;
}

.main-footer-bottom form span.wpcf7-not-valid-tip {
  text-align: center;
}

.main-footer-bottom form .wpcf7-response-output.wpcf7-validation-errors {
  border: medium none;
  color: red;
  text-align: center;
}

.main-footer-bottom form div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border: medium none;
  text-align: center;
  color: #008000;
}

.main-footer-bottom div.wpcf7 form.wpcf7-form .cbox input[type="checkbox"] {
  opacity: 1;
  position: relative;
  left: -26px;
  z-index: 0;
}


/*.home .cbox input[type=checkbox]:checked + label:after{ opacity: 1 !important;}*/

.main-footer-bottom .cbox input[type="checkbox"]:checked + label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1 !important;
}

/*input[type="checkbox"] { left: 0;  position: absolute; opacity:0 }*/

/*.find_out .wpcf7-form-control.wpcf7-acceptance { display: none;}*/

.find_out span.wpcf7-list-item {
  margin: 0;
}

.find_out .pol_pri .wpcf7-form-control-wrap {
  float: left;
}

.find_out .pol_pri .wpcf7-form-control-wrap input {
  transform: scale(1.5);
  margin-right: 15px;
}

.cbox {
  margin-left: 10px;
  padding-left: 30px;
  position: absolute;
  width: 256px;
  margin-bottom: 0;
}

.cbox label {
  cursor: pointer;
  position: absolute;
  width: 20px !important;
  height: 20px;
  top: 0;
  left: 0;
  background: none;
}

.cbox label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  filter: alpha(opacity=0);

  opacity: 0;

  content: "";

  position: absolute;

  width: 14px;

  height: 8px;

  background: transparent;

  top: 4px;

  left: 3px;

  border: 3px solid #000000;

  border-top: none;

  border-right: none;

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

/**/

.cbox
  span.wpcf7-form-control-wrap
  input#cbox[type="checkbox"]:checked
  + .cbox
  label:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

  filter: alpha(opacity=100);

  opacity: 1;

  content: "";

  position: absolute;

  width: 14px;

  height: 8px;

  background: transparent;

  top: 4px;

  left: 3px;

  border: 3px solid #000000;

  border-top: none;

  border-right: none;

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  transform: rotate(-45deg);
}

/**/

.cbox label:hover::after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";

  filter: alpha(opacity=30);

  /*opacity: 0.3;*/
}

/*.cbox input[type="checkbox"]:checked + label:after {



	opacity: 1;



}*/

/***********************/

/*form input[type="radio"]:checked + label::before{content:"ï„ ";color:#ce4c1c}*/

/********CHECKBOX*****/

input[type="checkbox"] {
  margin-left: 10px;

  /*   display: none;  */
}

.cbox label:before {
  content: "";

  display: inline-block;

  width: 16px;

  height: 16px;

  margin-left: 0px;

  position: absolute;

  left: 0;

  bottom: 1px;

  background-color: #fff;

  border-radius: 3px;

  z-index: 9999999;
}

.cbox label {
  cursor: pointer;

  display: inline-block;

  float: left;

  font-size: 15px;

  margin-bottom: 5px;

  margin-right: 5px;

  padding-left: 22px;

  position: relative;
}

.checkbox .cbox label {
  margin-bottom: 10px;
}

.checkbox .cbox label:before {
  border-radius: 3px;
}

/*input[type="checkbox"]:checked +   label:before {  

 content: "\2713";  

 text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);

 font-size: 15px;  

 text-align: center;  

 line-height: 15px; 

 color:#000 !important;

 opacity:1

 }*/

input[type="checkbox"] + label:hover::before {
  color: #d9d9d9;

  content: "\2713";

  text-align: center;
}

.main-footer-bottom .cbox input[type="checkbox"]:checked + label::after {
  opacity: 0 !important;
}

/************************END CHECKBOX*********************/

.submitt {
  text-align: center;
}

input[type="submit"] {
  background: #e62b27;
  line-height: 70px;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.6s ease 0s;
}

input:hover[type="submit"] {
  background: #990602;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.6s ease 0s;
}

li.social a img:hover {
  background-color: #e72b29;
  opacity: 0.5;
}

.awards {
  padding: 40px 0 70px;
}

.awards ul {
  text-align: center;
}

.awards ul li {
  display: inline;
  margin: 0 10px;
}

.awards h2 {
  padding: 64px 0;
}

.footer_top {
  background: #000000;
  color: #ffffff;
  padding: 40px 0;
}

.footer_top .foot_add_block {
  min-height: 125px;
  margin-top: 20px;
  font-weight:normal;
}

.footer_top .col-md-2 {
  width: 20%;
}

.footer_top li {
  margin-bottom: 15px;
}

.footer_top a {
  color: #ffffff;
  margin-right: 1px;
}

.footer_top a:hover {
  color: #e62b27;
}

.footer_top a.footer-map-dir {
  color: #ffffff;
  text-decoration: underline !important;
}

.footer_top a.footer-map-dir:hover {
  color: #e62b27;
  text-decoration: none !important;
}

.footer_top a:hover {
  text-decoration: none;
}

.footer_top p span {
  display: block;
}

.footer-widget-title {
  font-family: 'Roboto', sans-serif
}

.find_out .main-footer-bottom .textwidget p, .find_out .main-footer-bottom .textwidget p a{
  font-weight: 700;
  font-size:22px;
  line-height:24px;
}

.main-footer-bottom .textwidget p:first-child  {
  font-weight: 700;
  font-size:21px;
  line-height:28px;
}

.main-footer-bottom .textwidget p a{
  font-weight: normal;
  font-size:18px;
  line-height:26px;
}

.footer_top .textwidget .footer-address {
  line-height: 23px;

  min-height: 143px;
}

.copyright {
  padding: 40px 0;
  font-size: 14px;
}

.copyright p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}

.copyright ul {
  margin-bottom: 15px;
}

.copyright ul li {
  display: inline;
}

.copyright p.footer-copyright span {
  float: right;
}

/* =================================  Crest Custom CSS #AB ================================= */

/* =================================  Pages Template CSS Start ================================= */

/* Residential form */

.conveyan-form {
  color: #bbbbbb;
  font-size: 15px;
}

.conveyan-form span input {
  font-size: 14px;
  line-height: 30px;
  margin: 10px 0;
  padding-left: 5px;
  width: 100%;
}

.conveyan-form span textarea {
  line-height: 20px;
  font-size: 14px;
  margin: 10px 0;
  width: 100%;
  height: 100px;
}

.conveyan-form .wpcf7-list-item.first {
  width: 30%;
}

.conveyan-form .wpcf7-list-item.last > input[type="checkbox"],
.conveyan-form .wpcf7-list-item.first > input[type="checkbox"] {
  width: 20px;
}

.conveyan-form .col-md-12.center_part_top strong,
.conveyan-form .col-md-12.center_part_top p strong {
  border-top: 1px solid #bbbbbb;
  color: #bbbbbb;
  display: block;
  font-size: 18px;
  margin-bottom: 10px;

  margin-top: 15px;
  padding-top: 30px;
}

.conveyan-form .col-md-6.right_part_chk {
  line-height: 55px;
  margin: 0;
}

.conveyan-form .col-md-12.center_part {
  margin-top: 30px;
  text-align: center;
}

.conveyan-form .wpcf7-form-control.wpcf7-submit {
  line-height: 50px;
  width: 30%;
}

/*polish service*/

.polish_form span input[type="text"],
.polish_form span input[type="email"],
.polish_form span input[type="tel"],
.polish_form textarea {
  font-size: 16px;
  line-height: 20px;
  margin-top: 14px;
  padding: 5px;

  width: 100%;
}

.polish_form .col-md-12.full_center > strong,
.polish_form .col-md-12.full_center p strong {
  color: #bbbbbb;

  display: block;
  margin-top: 20px;
}

.polish_form .wpcf7-form-control.wpcf7-textarea {
  height: 100px;
}

.polish_form .col-md-12.center_part_bootom > p {
  color: #bbbbbb;
}

.polish_form .sub_but_last .wpcf7-form-control.wpcf7-submit {
  line-height: 50px;
  width: 170px;
}

.polish_form .col-md-12.sub_but_last {
  margin-top: 20px;
  text-align: center;
}

.polish_form .col-md-6.left_check {
  color: #bbbbbb;
  font-size: 15px;
  margin-bottom: 15px;
}

.polish_form span input[type="checkbox"] {
  width: 8%;
}

/*privacy policy*/

.page-template-default.page-id-1852 .about-content h3 {
  font-size: 21px;
  line-height: 26px;
  margin-top: 20px;
}

.page-template-default ul.lst_pol_pri > li {
  line-height: 22px !important;
}

/*Our Team*/

.our-team-page {
  margin-bottom: 60px;
}

.our-team-page div.service-list-team h6 {
  position: relative;
  bottom: 12px;
  width: 100%;
  left: 0;
  text-align: center;
  color: #000000;
  z-index: 1;
  padding: 22px;
  margin: 10px 0 10px 0;
  background: #ededed;
  font-weight: 900;
  font-size: 15px;
}

.our-team-page .left-pad-none {
  padding-left: 0px;
}

/*policy*/

.page-template-page-policy h1.page-title,
.page-template-default h1.page-title {
  margin-bottom: 20px;
  padding-left: 0;
}

table.tbl_cookie {
  width: 100%;
  margin-top: 20px;
}

table.tbl_cookie th,
table.tbl_cookie td {
  border: 1px solid #ccc;
  padding: 10px;
}

/*Start Blog*/

/*Blog Page Sidebar*/

.wp-pagenavi .pages {
  display: none;
}

.wp-pagenavi {
  clear: both;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .page.larger,
.wp-pagenavi .page.smaller,
.wp-pagenavi .current,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .extend,
.wp-pagenavi .last {
  padding: 13px;
}

.blgsidebar .formCheck,
.blgsidebar .formCheck a {
  color: #fff;
}

.blgsidebar #searchform .screen-reader-text {
  display: none;
}

.blgsidebar #searchform {
  margin-bottom: 20px;
}

.sidebar #lawyersidebarformcontent a {
  color: #fff;
  text-decoration: underline;
}

.blgsidebar #searchform input[type="submit"] {
  float: right;
  font-family: "merriweather";
  font-size: 16px;

  line-height: 40px;
  width: 30%;
}

.blgsidebar #searchform input[type="text"] {
  border: 1px solid #777;
  font-family: "merriweather";
  width: 67%;
  font-size: 16px;
  line-height: 36px;
  padding-left: 5px;
}

.blg_tag_lst {
  margin-top: 30px;
}

.sidebar .blgsidebar .tagcloud {
  margin-top: 20px;
}

.srch_blg hr {
  display: block !important;
}

.page-template-page-community .news-content22 h1 {
  margin-bottom: 20px !important;
  display: block;
  padding-left: 0;
}

.cntc_pg_fm h1 {
  padding-left: 0 !important;
}

.about-content h1,
.news-content22 h1,
.cntc_pg_fm h1,
.new_lst h1.page-title,
.blog-pg .news-content h1 {
  color: #000000;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 30px;
  padding-left: 10px;
}

.page-template-page-news .new_lst .col-lg-8 h4.blg_ttl,
.blg_lst h4.blg_ttl > a {
  display: block;
  font-style: normal;
  margin-top: 30px;
}

.single div.post_dt {
  margin-top: 25px;
}

.page-template-page-blog p.read_nws,
.new_lst .read_nws {
  padding-top: 10px;
}

.single .news-content .col-lg-8 h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-bottom: 0;
  padding-top: 0;
  font-weight:bold;
}

.single .news-content h3 {
  font-size: 23px;
  font-weight:bold;
}

.single .news-content .col-md-8.content-head-1 {
  line-height: 22px;
}

.single-news .single-nws .nwsbnnr {
  margin-top: 40px;
}

.news-content ul li::before,
.news-content ol li::before {
  background: #000 none repeat scroll 0 0;
  border-radius: 0;
  content: "";
  display: block;
  height: 6px;
  left: -15px;
  position: relative;
  top: 15px;
  width: 6px;
}

.recent_pst h3.related_post_title {
  margin-top: 20px;
  font-size: 17px;
  color: #393939;
}

.recent_pst .related_post.wp_rp > li {
  font-size: 16px;
  line-height: 19px;
}

.news-content .social-sidebar ul li::before {
  display: none;
}

.single .news-content .content ol li p {
  padding-top: 0 !important;
}

.single .news-content .related-posts > a,
.single .news-content .postContent.post-content a,
.single .news-content .tags > a,
.blg_tag_lst > a,
.recent_pst li a,
.single .news-content a {
  color: #f03f35;
}

/*testimonial*/

.page-template-page-testimonials .news-content h1.page-title {
  color: #596062;
  font-family: "merriweather";
  font-size: 34px;
  font-weight: 900;
}

.page-id-1290 h1.page-title,
.page-id-619 h1.page-title {
  padding-left: 0;
}

/*Start Lawyer*/

.page-header-lawyer h2 {
  padding: 41px 0 5px 0;
  text-align: left;
}

.page-header-lawyer hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ddd;
  margin: 0 auto;
  padding: 0;
}

.lawyer-content .lawyer-details .col-xs-12 {
  float: none;
  padding: 0px;
}

.lawyer-content .lawyer-content-main .lawyer-details {
  margin-top: 32px;
}

.lawyer-content .lawyer-content-main .lawyer-details .lawyer-image img {
  float: right;
}

.lawyer-content .lawyer-details .lawyer-locat .lawyer-locat-head {
  width: 15%;
  float: left;
}

.lawyer-content .lawyer-details .lawyer-locat .lawyer-locat-body {
  width: 85%;
}

.lawyer-content .lawyer-content-main .lawyer-details .lawyer-locat .no-padding {
  padding: 0px 0 15px 0 !important;
}

.lawyer-content .lawyer-details .lawyer-description {
  margin: 35px 0 25px 0;
}

.lawyer-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.lawyer-content h3 {
  font-size: 24px;
  padding: 30px 0 30px 0;
}

.lawyer-content {
  margin-bottom: 25px;
}

.lawyer-content .lawyer-content-main .lawyer-details .lawyer-description ul {
  list-style: none;
  margin-left: 22px;
}

.lawyer-content .lawyer-content-main .lawyer-details .lawyer-description ul li {
  line-height: 28px;
  font-size: 18px;
}

.lawyer-content
  .lawyer-content-main
  .lawyer-details
  .lawyer-description
  ul
  li
  ul
  li {
  line-height: 28px;
  font-size: 18px;
}

/*Lawyer Page Sidebar*/

.sidebar .children-visible li:first-child a {
  display: block;
  margin-top: 20px;
}

.lawyer-content .sidebar .lawyer-sidebar-form {
  padding: 23px 28px;
  background: #333333;
  padding-bottom: 27px;
  margin-bottom: 40px;
}

.lawyer-content .sidebar .lawyer-sidebar-form .lawyer-sidebar-form-title {
  font-size: 30px;
  color: #ffffff;
  margin: 0;
  padding: 0 0 38px 0;
  line-height: 1.2;
}

#sdbr_abt {
  transform: scaleX(0.8);

  transform-origin: left center 0;
}

#lawyersidebarformcontent form.lawyer-sidebar-inquiry-form fieldset label {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}

#lawyersidebarformcontent p {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0px;
}

#lawyersidebarformcontent p {
  padding: 0 !important;
}

#lawyersidebarformcontent fieldset input,
#lawyersidebarformcontent fieldset textarea,
#lawyersidebarformcontent fieldset input,
#lawyersidebarformcontent fieldset textarea {
  font-size: 15px;
  color: #333333;
  display: block;
  width: 80%;
  margin: 0.3em 0 0.6em 0;
  line-height: 33px;
}

.dropdown-menu > li::before {
  background: none !important;
}

.dropdown-menu > li {
  margin-left: 0 !important;
}

.slider-content-section.no-border:before {
  border: 0 !important;
}

h4.sidebar-header.probate_title {
  display: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #lawyersidebarformcontent fieldset input,
  #lawyersidebarformcontent fieldset textarea,
  #lawyersidebarformcontent fieldset input,
  #lawyersidebarformcontent fieldset textarea {
    width: 100%;
  }
}

#lawyersidebarformcontent fieldset textarea {
  height: 110px;
}

#lawyersidebarformcontent input[type="submit"] {
  background: #e62b27;
  line-height: 70px;
  width: 100%;
  color: #ffffff;
  font-weight: 700;
  transition: all 0.6s ease 0s;
}

#lawyersidebarformcontent input:hover[type="submit"] {
  background: #990602;
  transition: all 0.6s ease 0s;
}

#lawyersidebarformcontent fieldset label::after {
  background: red none repeat scroll 0 0;
  border-radius: 100%;
  content: "\2605";
  height: 5px;
  position: absolute;
  right: -9px;
  top: 5px;
  width: 5px;
}

#lawyersidebarformcontent fieldset label {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  color:;
}

#wpcf7-f665-o1 .wpcf7-response-output.wpcf7-validation-errors {
  border: medium none;
  color: #e62b27;
  line-height: 24px;

  padding: 0;
}

#wpcf7-f665-o2 .wpcf7-validation-errors,
#wpcf7-f665-o1 .wpcf7-not-valid-tip {
  font-size: 14px;
}

#wpcf7-f665-o1 .wpcf7-mail-sent-ok {
  border: medium none;
  color: green;
}

.wpcf7-form #lawyersidebarformcontent form a {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.5s ease 0s;
}

.wpcf7-form #lawyersidebarformcontent form a:hover {
  color: #e62b27;
  transition: all 0.5s ease 0s;
}

#lawyersidebarformcontent fieldset input[type="checkbox"] {
  width: auto;
  opacity: 1;
  position: relative;
  float: left;
  margin: 0 5px 0 0;
}

.lawyersidebarform .wpcf7-form .lawyer-sidebar-form fieldset label strong {
  color: #ffffff;
}

.lawyersidebarform .wpcf7-form .lawyer-sidebar-form strong a {
  color: #ffffff;
  text-decoration: underline;
  transition: all 0.5s ease 0s;
}

.lawyersidebarform .wpcf7-form .lawyer-sidebar-form strong a:hover {
  color: #e62b27;
  transition: all 0.5s ease 0s;
}

div.wpcf7 input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

/*Lawyer Sidebar Social Icon's*/

.lawyer-content .social-sidebar .social-horizontal ul {
  text-align: center;
}

.lawyer-content .social-sidebar .social-horizontal ul li {
  list-style: none;
}

.lawyer-content .social-sidebar .social-horizontal ul li a {
  display: inline-block;
}

.lawyer-content .social-sidebar .social-horizontal ul li a p {
  font-weight: 400;
  font-size: 31px;
  letter-spacing: -1px;
  margin-right: 18px;
}

.lawyer-content .social-sidebar .social-horizontal ul li a img {
  margin-top: -11px;
}

.lawyer-content .social-sidebar .social-horizontal ul li a img:hover {
  opacity: 0.5;
}

/*About Us*/

.about-content h2 {
  text-align: left;
}

.about-content .sidebar .lawyer-sidebar-form {
  padding: 23px 28px;
  background: #333333;
  padding-bottom: 27px;
  margin-bottom: 40px;
}

.about-content .sidebar .lawyer-sidebar-form .lawyer-sidebar-form-title {
  font-size: 30px;
  color: #ffffff;
  margin: 0;
  padding: 0 0 38px 0;
  line-height: 1.2;
}

.about-content a {
  color: #e62b27;
}

.about_solic a {
  color: #464645;
}

.about_solic a:hover {
  color: #e62b27;
}

.about-content h3 {
  padding: 0;
  font-size: 23px;
}

.about-content p {
  padding-top: 20px !important;
}

/*community*/

.news-content22 p {
  padding-top: 15px !important;
}

.news-content22 h2.page-title {
  padding: 10px 0 !important;
}

.news-content22 h3 {
  padding-bottom: 20px !important;
}

.news-content22 p img {
  margin-bottom: 0 !important;
}

/*Testimonials Page*/

.testimonials-content h2 {
  text-align: left;
}

.testimonials-accordion .testimonials-panel a .testimonials-panel-heading h4 {
  
}

.testimonials-accordion
  .testimonials-panel
  a
  .testimonials-panel-heading
  h4:hover {
  color: #f03f35;
  transition: all 0.5s ease 0s !important;
}

.testimonials-accordion .testimonials-panel a {
  background-color: #f5f5f5;
}

.testimonials-content .testimonials-panel .testimonials-panel-heading {
  background: #f2f2f2;
}

/*Testimonials Page Sidebar*/

.testimonials-content .sidebar .lawyer-sidebar-form {
  padding: 23px 28px;
  background: #333333;
  padding-bottom: 27px;
  margin-bottom: 40px;
}

.testimonials-content .sidebar .lawyer-sidebar-form .lawyer-sidebar-form-title {
  font-size: 30px;
  color: #ffffff;
  margin: 0;
  padding: 0 0 38px 0;
  line-height: 1.2;
}
#accordions-985.accordions .accordions-head-title {
  margin: 0 10px;
  width: 100%;
  color: #000;
}

/* Contact page */

h2.contact_ttl {
  padding-bottom: 0;
  text-align: left;
}

.col-md-6.left_sid input {
  font-size: 15px;
  height: 40px;
  padding-left: 10px;
  width: 100%;
}

.col-md-6.left_sid > p {
  padding-top: 0;
}

.col-md-6.right_sid > p {
  padding-top: 0;
}

.col-md-6.right_sid p input {
  font-size: 15px;
  height: 40px;
  padding-left: 10px;
  width: 100%;
}

.col-md-6.left_sid p select {
  color: #b5b5b6;
  font-size: 15px;
  height: 39px;
  padding-left: 6px;
  width: 100%;
}

.col-md-12.center_sid .wpcf7-list-item > input {
  width: 10px;
}

.col-md-12.center_sid > p {
  color: #b5b5b4;
  font-size: 16px;
  line-height: 25px;
  padding-bottom: 15px;
  padding-top: 0;
}

.col-md-12.desclaimer_chck, .wpcf7-form p{
  color: #000 !important;
  font-size: 16px !important;
  line-height: 25px !important;
}

.desclaimer_chck .wpcf7-list-item.first.last > input {
  margin: 20px 0;
}

.col-md-6.left_sid > p,
.col-md-6.right_sid > p {
  margin-bottom: 15px;
}

.col-md-12.center_aln p {
  padding-top: 0;
}

.col-md-12.center_aln {
  text-align: center;
}

.col-md-12.center_aln input[type="submit"] {
  margin-top: 30px;
  max-width: 25%;
}

.col-md-12.center_aln textarea {
  font-size: 15px;
  height: 120px;
  padding: 10px;
  width: 100%;
}

.col-md-12.recptcha_cntct {
  margin-top: 15px;
}

.cntct_add_text .contact_title_ftr {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.cntct_add_text {
  margin-top: 30px;
}

.page-template-page-contact
  .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  font-size: 15px;

  line-height: 22px;
}

.page-template-page-contact .title_cnt {
  font-weight: bold;
  font-size:21px;
  color:#000;
  margin-bottom: 5px;
}

.page-template-page-contact .cnt_col_addr_c .title_cnt_sub{
	color: #000;
	line-height:18px;
	font-size: 12px;
}

.page-template-page-contact .cnt_col_addr_c span{font-size:14px; line-height: 25px;color: #000;}

.page-template-page-contact .cntct_add_text a {
  color: #f03f35;
  display: block;
  margin-top: 0;
  text-decoration: underline;
}
.page-template-page-contact .cntct_add_text a.footer-map-dir{
	margin-top:15px;
}
.page-template-page-contact
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  border: medium none;
  color: red;
  text-align: center;
}

.page-template-page-contact
  .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  border: none;

  color: green;
  text-align: center;
}

.page-template-page-contact .contact_fm_cntent a {
  color: #f03f35;
}

/*News Page*/

.page-header-news {
  padding: 0px 0px 22px 0px;
}

.container .page-header-news .page-title {
  font-weight: 400;
  color: #333333;
  font-size: 33px;
  font-family: inherit;
  font-weight: 800;
}

.post-type-archive-news h4.blg_ttl {
  margin-top: 20px;
  font-weight:bold;
}
.news-content h4.blg_ttl{font-weight:bold;}
.news-content {
  margin-bottom: 15px;
}

.pagenavi .first,
.pagenavi .last {
  padding: 13px !important;
}

.news-content h2 {
  font-size: 32px;
  font-family: "merriweather";
  color: #000;
  padding: 30px 0px 0px 0px;
  line-height:38px;
}

.news-content hr:last-child {
  display: none;
}

.news-content hr {
  border-top: 1px solid #e1e1e1;
  margin-top: 34px;
}

.news-content p {
  font-size: 16px;
  text-align: left;
  color: #000;
  padding: 34px 0px 0px 0px;
  word-spacing: 0px;
  line-height: 24px;
  margin-bottom: 0px;
}

.news-content p a.news-read-more {
  color: #e62b27;
}

.news-content ul {
  list-style: disc;
  margin-top: 15px;
}

.news-content ul li {
  list-style: none;
  line-height: 24px;
  font-size: 16	px;
  margin-left: 15px;
}

.news-content ol {
  margin-top: 15px;
}

.news-content ol li {
  font-family: "merriweather";
  line-height: 30px;
  font-size: 18px;
  margin-left: 25px;
}

.news-content p a:hover span {
  bottom-border: none;
}

/*Page Sidebar*/

.sidebar {
  margin-top: 32px;
}

.sidebar .service-sidebar {
  background: #000;
  max-width: 261px;
  margin-left: 13%;
  margin-bottom: 35px;
}

.sidebar .service-sidebar .service-sidebar-content {
  padding: 31px 20px 31px 20px;
  color: #ffffff;
}

.service-content .service-sidebar-content > a {
  display: block;
  margin-bottom: 25px;
  color: #fff;
  font-size: 16px;
}

.service-content .service-sidebar-content a:hover {
  color: #e83d36;
}

.news-content
  .sidebar
  .service-sidebar
  .service-sidebar-content
  h4.sidebar-header {
  padding: 0px;
  font-size: 19px;
  color: #ffffff;
  padding-bottom: 30px;
  font-weight:bold;
}

.news-content .sidebar .service-sidebar .service-sidebar-content ul {
  list-style: none;
}

.news-content .sidebar .service-sidebar .service-sidebar-content ul li {
  list-style: none;
  font-size: 18px;
  padding-bottom: 25px;
  margin-left: 0px;
  line-height: 18px;
}

.news-content .sidebar .service-sidebar .service-sidebar-content ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}

.news-content .sidebar .service-sidebar .service-sidebar-content ul li a:hover {
  text-decoration: underline;
}

/*Service Sidebar Specific*/

.service-sidebar-specific {
  padding: 22px 17px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  text-align: center;
  margin: 0 0 40px 0;
  max-width: 261px;
  margin-left: 13%;
}

.title-pi-specific {
  color: #737373;
  font-size: 16px;
  font-weight: 900;
  margin: 0;
  line-height: 1.17;
  padding: 0 0 22px 0;
}

.service-sidebar-specific a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  background: #f03f35;
  padding: 13px 32px;
  text-decoration: none;
  display: inline-block;
}
.backlogo .container ul{font-size:16px;}
.backlogo .container a{color:#e62b27;}
.backlogo .container a:hover{color:#000;}
/*Service Sidebar Social Icon's*/

.news-content .social-sidebar .social-horizontal ul {
  text-align: center;
}

.news-content .social-sidebar .social-horizontal ul li {
  list-style: none;
}

.news-content .social-sidebar .social-horizontal ul li a {
  display: inline-block;
}

.news-content .social-sidebar .social-horizontal ul li a p {
  font-weight: 400;
  font-size: 31px;
  letter-spacing: -1px;
  margin-right: 18px;
}

.news-content .social-sidebar .social-horizontal ul li a img {
  margin-top: -11px;
}

.news-content .social-sidebar .social-horizontal ul li a img:hover {
  opacity: 0.5;
}

/* Service Page Inner Content List*/

.news-content .about-content-list ul {
  list-style: none;
  margin-top: 15px;
}

.news-content .about-content-list ul li:before, .news-content .about-content-list ol li:before {
    content: '';
    position: absolute;
    left: -16px;
    background: #e62b27;
    height: 10px;
    width: 10px;
    top: 7px;
}

.news-content .about-content-list ul li ul li:before, .news-content .about-content-list ol li ol li:before, .job-template ul li ul li::before{
    content: '–'; /* Dash */
    position: absolute;
    left: -16px;
    background: none;
    color: #e62b27;
    font-size: 18px;
    font-weight: bold;
    top:0;
}

.page-template-page-policy .news-content h4{padding-top:20px;}

/*Service Sidebar List Accordion*/

.news-content .sidebar .service-sidebar .service-sidebar-content ul li ul {
  display: none;
}

.news-content
  .sidebar
  .service-sidebar
  .service-sidebar-content
  ul
  li.page_item_has_children::before {
  position: relative;
  content: "";
  top: 5px;
  right: 7px;
  padding: 6px;
  background: url(../images/plus.gif) right 6px no-repeat;
  cursor: pointer;
}

.news-content
  .sidebar
  .service-sidebar
  .service-sidebar-content
  ul
  li.page_item_has_children:active
  ul.children {
  display: block;
}

/* ---------------------------------------------  End News Page --------------------------------------------------------------- */

/*Service Page*/

.page-header-services {
  padding: 42px 0px 22px 0px;
}
.container .page-header-services h1.page-title, .business h1{
	font-size: 32px !important;
	line-height:38px;
}

.service-content {
  margin-bottom: 60px;
}
.template-career .service-content{
    margin-bottom: 0px;
}

.service-content h3, .about-content h3 {
  color: #000;
  font-family: "merriweather";
  font-size: 23px;
  padding: 30px 0 0;
  line-height: 30px;
  font-weight:bold;
}

.service-content p, .about-content p {
  font-weight:normal;
  font-size: 16px;
  text-align: left;
  color: #000;
  padding: 34px 0px 0px 0px;
  word-spacing: 0px;
  line-height: 24px;
  margin-bottom: 0px;
}

.service-content ul {
  list-style: disc;
}

.service-content ul li {
  list-style: disc;
  line-height: 30px;
  font-size: 18px;
  margin-left: 16px;
}

/* Service Page Inner Content List*/

.service-content .service-content-list ul {
  list-style: none;
  margin-top: 15px;
}

.service-content .service-content-list ul li,  .about-content .about-content-list ul li, .service-content ul li, .news-content .content-head-1 ul li, .service-content .service-content-list ol li,  .about-content .about-content-list ol li, .service-content ol li, .news-content .content-head-1 ol li{
  list-style: none;
  line-height: 24px;
  font-size: 16px;
  margin-left: 16px;
  color:#000;
  font-family:'Roboto', sans-serif;
  margin-bottom:10px;
  padding-left:5px !important;
  position: relative;
}
.service-content ul li{
	list-style: disc;
}

.page-id-11432 .service-content ul li{
	list-style: none;
}

.page-id-11432 .service-content ul li::before{
    left:-16px;
}



.job-template ul li{
    margin-left: 0px;
}

.job-template h1{
    padding-left: 0px;
}

.job-template ul li ul li{
    padding-left: 5px !important;
}

.service-content .service-content-list ul li:before {
    content: '';
    position: absolute;
    left: -16px;
    background: #e62b27;
    height: 10px;
    width: 10px;
    top: 7px;
}

.service-content ol {
  margin-top: 15px;
}

.service-content ol li {
  font-family: "merriweather";
  line-height: 30px;
  font-size: 18px;
  margin-left: 25px;
}

.service-content .what-we-content ol li{
  margin-left: 0px;list-style: none; line-height: 24px; font-size: 16px; color: #000; font-family: 'Roboto', sans-serif; margin-bottom: 10px; padding-left: 26px !important; position: relative;
}

.service-content p a:hover span {
  bottom-border: none;
}

/*Service Page Sidebar*/

.sidebar {
  margin-top: 32px;
}

.sidebar .service-sidebar {
  background: #000;
  max-width: 261px;
  margin-left: 13%;
  margin-bottom: 35px;
}

.sidebar .service-sidebar .service-sidebar-content {
  padding: 31px 20px 31px 20px;
  color: #ffffff;
}

.service-content
  .sidebar
  .service-sidebar
  .service-sidebar-content
  h4.sidebar-header {
  padding: 0px;
  font-size: 22px;
  color: #ffffff;
  font-weight:bold;
  padding-bottom: 30px;
}

.service-content .sidebar .service-sidebar .service-sidebar-content ul {
  list-style: none;
}

.service-content .sidebar .service-sidebar .service-sidebar-content ul li {
  list-style: none;
  font-size: 18px;
  padding-bottom: 25px;
  margin-left: 0px;
  line-height: 18px;
}

.service-content .sidebar .service-sidebar .service-sidebar-content ul li a {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  transition: all 0.6s ease 0s;
}

.service-content
  .sidebar
  .service-sidebar
  .service-sidebar-content
  ul
  li
  a:hover {
  color: #e62b27;
  transition: all 0.6s ease 0s;
}

.service-content
  .sidebar
  .service-sidebar
  .service-sidebar-content
  ul
  li.page_item_has_children
  ul.children
  li {
  margin-left: 21px;
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
}

.service-content
  .sidebar
  .service-sidebar
  .service-sidebar-content
  ul
  li.page_item_has_children
  ul.children
  li.page_item_has_children2::before {
  position: absolute;
  content: "+";
  font-size: 16px;
  font-weight: 900;
  color: #f03f35;
  left: 80px;
  padding: 1px 0px 0 0;
  cursor: pointer;
}

.service-content
  .sidebar
  .service-sidebar
  .service-sidebar-content
  ul
  li
  a:hover {
  text-decoration: underline;
}

.service-content .sidebar .service-sidebar .page_item_has_children .children,
.service-content .sidebar .service-sidebar .page_item_has_children2 .children2 {
  margin-top: 15px;
}
.service-content .sidebar .service-sidebar .children2 li:last-child {
  padding-bottom: 0;
}

/*Service Sidebar Specific*/

.service-sidebar-specific {
  padding: 22px 17px;
  background: #ededed;
  border: 1px solid #f0f0f0;
  text-align: center;
  margin: 0 0 40px 0;
  max-width: 261px;
  margin-left: 13%;
}

.title-pi-specific {
  color: #737373;
  font-size: 16px;
  font-weight: 900;
  margin: 0;
  line-height: 1.17;
  padding: 0 0 22px 0;
}

.service-sidebar-specific h4 span {
  color: #737373;
  font-size: 21px;
  font-weight: 900;
  margin: 0;
  line-height: 1.17;
  padding: 0 0 22px 0;
}

.service-sidebar-specific a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  background: #f03f35;
  padding: 13px 32px;
  text-decoration: none;
  display: inline-block;
}

/*Service Sidebar Social Icon's*/

.service-content .social-sidebar .social-horizontal ul {
  text-align: center;
}

.service-content .social-sidebar .social-horizontal ul li {
  list-style: none;
}

.service-content .social-sidebar .social-horizontal ul li a {
  display: inline-block;
}

.service-content .social-sidebar .social-horizontal ul li a p {
  font-weight: 400;
  font-size: 31px;
  letter-spacing: -1px;
  margin-right: 18px;
}

.service-content .social-sidebar .social-horizontal ul li a img {
  margin-top: -11px;
}

.service-content .social-sidebar .social-horizontal ul li a img:hover {
  opacity: 0.5;
}

/*Service Sidebar List Accordion*/

.service-content .sidebar .service-sidebar .service-sidebar-content ul li ul {
  display: none;
}

.service-content
  .sidebar
  .service-sidebar
  .service-sidebar-content
  ul
  li.page_item_has_children::before {
  position: absolute;
  content: "+";
  font-size: 16px;
  font-weight: 900;
  color: #f03f35;
  left: 60px;
  padding: 3px 0px 0 0; /* background: url(../images/plus.gif) right 6px no-repeat; */
  cursor: pointer;
}

.service-content
  .sidebar
  .service-sidebar
  .service-sidebar-content
  ul
  li.page_item_has_children
  ul.children-visible {
  display: block;
  transition: all 0.6s ease 0s;
}

/* residential */

#wpcf7-f1879-o1
  .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
  border: none;
  color: #f03f35;

  float: left;
  font-size: 17px;
}

#wpcf7-f1879-o1 .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
  border: medium none;
  color: green;

  float: left;
}

/* Police contact */

#wpcf7-f1889-p1890-o1 .wpcf7-validation-errors {
  border: medium none;
  color: #f03f35;
  display: block;
  float: left;
}

#wpcf7-f1889-p1890-o1 .wpcf7-mail-sent-ok {
  border: medium none;
  color: green;
  display: block;
  float: left;
}

.career_pg .textwidget > p {
  color: #fff;
  padding-top: 0 !important;
  font-size: 16px !important;
}

.career_pg .textwidget li,
.recog_sb .textwidget li {
  font-size: 16px !important;
  line-height: normal !important;
  padding-left: 17px;
}

.recog_sb ul {
  margin-top: 0;
}

.career_pg ul li:before,
.recog_sb ul li:before {
  background: #e62b27;
}

#wpcf7-f1879-o1 form.wpcf7-form select {
  height: 40px;
  line-height: 40px;
}

/* .page-id-4800 h4 {   margin: 30px 0 0px;}

.page-id-4800 h3{margin: 30px 0 20px} */

.page-template-page-family-mediation h2,
.page-template-page-family-mediation h3 {
  margin: 30px 0 20px;
}

.page-template-page-family-mediation h4,
.page-template-page-family-mediation h5 {
  margin: 20px 0 10px;
}
.dek_dn{display:none;}
.form-btn{color:#fff !important;}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.sub_sub_cp{display:none; left: 0;
        transition: all 0.5s ease;  position: absolute;}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row.sub_sub_cp.open{display:block;left: 300px; }

/********************************/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hero .owl-controls {
    bottom: 25px;
    left: 0;
    margin: 0 auto;
    max-width: 992px;
    position: absolute;
    right: 0;
  }
}

/* ie10, ie11+ */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hero .owl-controls {
    bottom: 25px;
    left: 0;
    margin: 0 auto;
    width: 992px;
    position: absolute;
    right: 0;
  }
}

/* ---------------------------------------------  End Service Page --------------------------------------------------------------- */

/* =================================  Pages Template CSS End ================================= */

/********************************* Mobile Potrait #MP ********************************/

@media screen and (max-width: 320px) and (orientation: portrait) {
}

/********************************* Mobile Potrait ********************************/

@media screen and (max-width: 360px) and (orientation: portrait) {
}

/********************************* Mobile Potrait ********************************/

@media screen and (max-width: 480px) and (orientation: portrait) {
}

/********************************* Mobile Potrait ********************************/

@media screen and (max-width: 480px) {
  .service-content
    .sidebar
    .service-sidebar
    .service-sidebar-content
    ul
    li.page_item_has_children::before {
    left: 21px !important;
  }

  .service-content
    .sidebar
    .service-sidebar
    .service-sidebar-content
    ul
    li.page_item_has_children
    ul.children
    li::before {
    left: 40px !important;
  }

  .page_not_found .not_found_button {
    max-width: 70% !important;
  }
}

/********************************* Mobile landscape ********************************/

@media screen and (max-width: 767px) {
    
  
  .submenu_row > ul.mega-sub-menu .normal_col ul.mega-sub-menu
  ul.mega-sub-menu {padding: 0 !important;}
  
  /*.submenu_row > ul.mega-sub-menu .normal_col ul.mega-sub-menu li {max-width: 100% !important;flex: 0 0 100% !important;}*/
  .hero_slider .slider-year-section p {
    background: none;
    max-width: 100%;
    float: none;
    text-align: center;
    margin-top: 0%;
    font-weight: 400;
    margin-right: 0px;
    font-size: 18px;
  }

  .slider-content-section:before {
    content: "";
    border: 4px solid #e83d36;
    display: none;
    height: 250px;
    float: left;
    margin-right: 33px;
  }

  .frst_slide_small {
    display: block;
    line-height: 34px !important;
    margin-top: 10px;
  }

  .hero_slider {
    background-size: 240% 100% !important;
    background-position: center center !important;
    padding-top: 20px;
  }

  .home .col-lg-12.col-md-12.col-sm-12.slider-content-section {
    padding: 0;
  }

  .home .fst_sld_mn_tt {
    line-height: 20px !important;
  }

  .home small.frst_slide_small {
    font-size: 23px;
  }

  .home strong.frst_slide_bold {
    font-size: 29px;
  }

  .hero_slider .slider-content-section p {
    max-width: 100%;
    font-size: 17px;
    line-height: 36px;
    font-weight: 400;
    text-align: center;
  }

  .hero_slider .slider-image-section img {
    display: none;
  }

  .hero_slider .slider-image-section h6 {
    display: none;
  }

  .hero .owl-controls {
    bottom: 25px;
  }

  .find_out .group.cbox {
    padding-left: 0;
    font-size: 16px;
    width: 100%;
  }

  .page-template-page-contact form .col-md-6.left_sid select,
  .find_out select {
    font-size: 13px;
  }

  .our-team-page .people_prof .col-md-3,
  .our-team-page .people_tm .col-md-3 {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }

  .services-pc {
    display: none;
  }

  .news-content h3 {
    font-size: 20px;
    padding-top: 0;
  }

  .page-header-services {
    padding-top: 20px;
  }

  a.navicon {
    top: 25px;
  }

  .sticky a.navicon {
    top: 0;
  }

  .sticky a.navicon i {
    font-size: 30px;
    padding: 8px 15px;
    transition: all 0.3s linear 0s;
  }

  .lawyer_email {
    margin-bottom: 20px;
  }

  .staff_descri .desc_stry h4 {
    margin-bottom: 15px;
  }

  .awards h2 {
    padding-top: 15px;
	
  }

  .sidebar .lawyersidebarform input[type="submit"] {
    line-height: 50px !important;
    margin-top: 20px;
  }

  .footer_top .foot_add_block {
    min-height: auto;
  }

  /* Swap Position For mobile */

  .find_out .fnd_ot_foot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .find_out .fnd_ot_foot .col-md-4.capt_find {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }

  .find_out .fnd_ot_foot .col-md-4.sub_but {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }

  #wpcf7-f1879-o1 form.wpcf7-form select {
    font-size: 13px;
    width: 100%;
  }
}

#back-to-top > #back-to-top {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
  }

  /*Service Sidebar*/

  .sidebar .service-sidebar {
    background: #596062;
    max-width: 100%;
    margin-left: 0%;
    margin-top: 25px;
  }

  /*Service Sidebar Specific*/

  .service-sidebar-specific {
    max-width: 100%;
    margin-left: 0px;
  }

  /*Service Sidebar Social Icon's*/

  .service-content .social-sidebar .social-horizontal ul li a p {
    font-weight: 300;
    font-size: 22px;
    letter-spacing: -1px;
    margin-right: 5px;
  }

  nav .mm-listview > li > a,
  .mm-listview > li > span {
    font-size: 14px;
    padding: 10px 5px 10px 15px;
  }

  nav .mm-listview .mm-next {
    width: 40px;
  }

  nav .mm-listview .mm-next + a,
  .mm-listview .mm-next + span {
    margin-right: 40px;
  }

  nav .mm-listview .mm-next::before {
    padding: 10px 0;
  }

  nav .mm-title {
    font-size: 13px;
  }

  nav .mm-navbar .mm-btn {
    width: 35px;
  }

  nav#mobile_menu .sub-menu {
    background: #ccc;
  }

  .copyright p.footer-copyright {
    text-align: center;
  }

  .copyright p.footer-copyright span {
    float: none;
    display: block;
  }

  /*Lawyer Template*/

  .lawyer-content .lawyer-details .lawyer-locat .lawyer-locat-head {
    width: 25%;
    float: left;
  }

  .lawyer-content .lawyer-content-main .lawyer-details .lawyer-image img {
    float: left;
    margin-bottom: 16px;
  }

  .lawyer-content .lawyer-details .col-xs-12 {
    float: left;
  }

  .page-id-5805 .guide_btn {
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    margin-top: 10px;
    text-align: center;
  }
}

/* ================================= Common For All mobile definitions #mx ================================= */

@media all and (max-width: 767px) {
  html * {
    max-height: 1000000px;
  }

  .pay-cunfirm #epdq_payment_form{margin-left: 0!important;}
  .pay-cunfirm .back_btn{float: none!important;}
  .pay-cunfirm #epdq_payment_form{display: block!important;}
  .pay-cunfirm {padding-top: 0!important;}
  #back-to-top .pay-cunfirm label {padding-bottom: 5px;}
  .title_content h1{padding-top: 0!important;}
  .title_content p, .title_content h1 {padding-left: 0!important;}
  #back-to-top input[type=submit], #back-to-top .pay-cunfirm .back_btn a, .pay-cunfirm .back_btn{display: block!important;width: 100%!important;}

  .sale_cover:after,
  .sales_row.odd:before,
  .testimonials_title h3:before,
  .testimonials_title h3:after {
    display: none;
  }

  h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2 !important;
  }

  h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  h4 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
  }

  h5 {
    font-size: 18px;
    line-height: 26px;
  }

  p,
  .content_row ul li,
  .content_row ol li {
    font-size: 18px;
    line-height: 24px;
  }

  /* Image Alignment */

  .alignnone,
  a img.alignnone,
  .aligncenter,
  div.aligncenter,
  .alignright,
  a img.alignright,
  .alignleft,
  a img.alignleft {
    margin: 30px auto;
    float: none;
    display: block;
  }

  .content_cover > .alignnone,
  .content_cover > a img.alignnone,
  .content_cover > .aligncenter,
  .content_cover > div.aligncenter,
  .content_cover > .alignright,
  .content_cover > a img.alignright,
  .content_cover > .alignleft,
  .content_cover > a img.alignleft {
    margin-top: 0;
  }

  br {
    display: none;
  }

  /*********************************************/

  .logo_col {
    float: left;
  }

  .logo > img {
    max-width: 50px !important;
  }

  .header_top ul {
    display: none;
  }

  .header_top {
    padding-bottom: 15px;
  }

  section {
    padding-top: 125px;
  }

  .hero_slider h1 span,
  .hero_slider h1 {
    font-size: 24px;
  }

  .hero_slider p {
    max-width: 100%;
  }

  .hero .owl-controls .owl-dots {
    text-align: center;
  }

  .services li {
    width: 100%;
  }

  .services li p {
    padding-top: 20px;
  }

  .services li p {
    opacity: 0;
  }

  .services li p:hover {
    padding-top: 20px;
    opacity: 1;
  }

  .services a::after,
  .services li p {
    opacity: 0;
  }

  /*.services a::after {  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0)) repeat scroll 0 0;}*/

  .services a::after {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;

    content: "";

    height: 100%;

    left: 0;

    opacity: 0;

    position: absolute;

    top: 0;

    transition: opacity 0.3s linear 0s;

    width: 100%;
  }

  .services {
    padding-bottom: 30px;
  }

  .client_result span {
    font-size: 50px;
  }

  .client_result span small {
    font-size: 25px;
  }

  .client_result .col-md-4 {
    margin-bottom: 30px;
  }

  .client_result {
    padding: 10px 0 20px;
  }

  
  .find_out p {
    margin-bottom: 30px;
  }

  .group input[type="text"],
  .group input[type="email"] {
    height: 50px;
  }

  .group {
    margin-bottom: 10px;
  }

  label[for="description"] {
    width: 100%;
    margin: 10px 0;
  }

  .group textarea {
    max-height: 130px;
    width: 100%;
  }

  .cbox {
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .awards {
    padding: 0 0 30px;
  }

  .footer_top .col-md-2 {
    width: 100%;
  }

  .footer_top .col-md-2 > ul {
    padding-bottom: 20px;
    position: relative;
  }

  .footer_top .col-md-2 > .textwidget ul li::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 30px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    visibility: visible;
    width: 100%;
  }

  .footer_top .col-md-2 > ul li::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 30px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    visibility: visible;
    width: 100%;
  }

  .footer_top {
    padding: 30px 0;
  }

  .copyright ul li {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .copyright {
    padding: 20px 0;
  }

  /*Inquiry Form*/

  label[for="description"] {
    width: 100% !important;
  }

  .group label {
    font-weight: 400;
    vertical-align: middle;
    width: 24%;
  }

  .group input[type="text"],
  .group input[type="email"],
  .group input[type="number"] {
    border: 0 none;
    padding-left: 10px;
    padding-right: 10px;
    width: 76%;
  }

  input[type="submit"] {
    background: #e62b27;
    line-height: 70px;
    width: 40%;
    color: #ffffff;
    font-weight: 700;
    border-radius: 3px;
  }

  .footer_top .textwidget .footer-address {
    line-height: 24px;

    min-height: 61px;
  }

  .footer_top .footer-widget {
    padding-bottom: 19px;

    border-bottom: 1px solid #ffffff;

    margin-bottom: 17px;
  }

  .services {
    padding-bottom: 40px;
  }

  .business h1 {
    font-size: 22px !important;
    padding-top: 20px !important;
  }
  .business p {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
  }
  
  .business blockquote {
    font-size: 20px !important;
    line-height: 30px;
    padding-left: 0px !important;
  }

  .business strong {
    padding-top: 10px !important;
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .business .services h2 {
    padding-top: 20px !important;
    font-size: 20px !important;
    line-height: 30px !important;
    padding-bottom: 100px !important;
  }
  .business .col-md-12 p:last-child {
    padding-bottom: 20px !important;
  }
  .business .services.services-pc,
  .private .services.services-pc {
    display: block;
  }
  .business .services li,
  .private .services li {
    padding-right: 0 !important;
  }
  .business .services li a img,
  .private .services li a img {
    display: none;
  }
  .business .services,
  .private .services {
    padding-bottom: 0px;
  }
  .business .services li h6,
  .private .services li h6 {
    position: relative !important;
    padding: 25px !important;
    margin: 5px 0 !important;
    background: #e62b27 !important;
    font-size: 15px !important;
    z-index: 0;
    transition: all 0.3s linear 0s;
  }
  .business .services li p,
  .services li p {
    display: none;
  }
  .business .services a {
    box-shadow: 2px 5px 5px #00000050 !important;
  }
  .business .services a:after,
  .private .services a:after {
    content: none;
  }
  .business blockquote {
    padding-top: 20px;
  }

  .business .services li {
    margin-bottom: 30px;
  }

  .services li h6 {
    position: none;
    padding: 20px;
    background-color: #e62b27;
  }

  /*.business .services a {
    display: block;
    position: relative;
    box-shadow: 2px 3px 5px #00000060;
}
*/

  .private {
    padding-top: 30px !important;
  }

  .private .services {
    padding-bottom: 30px;
  }

  .private .services h1 {
    padding-bottom: 20px;
  }

  .private .services li {
    width: 100% !important;
    padding: 0 0 15px !important;
  }

  .private .client_result span {
    font-size: 40px !important;
  }

  .private .client_result p {
    font-size: 22px !important;
  }

  .private .client_result .container > h2 {
    padding-bottom: 30px !important;
  }

  .copyright ul li {
    margin-right: 0px !important;
  }

  .copyright ul li a {
    font-size: 16px !important;
    line-height: 22px !important;
  }

  .copyright p {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .awards {
    margin-top: 20px;
  }

  .awards img {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .awards h2 {
    padding: 30px 0;
  }

  .copyright ul li {
    display: block !important;
  }

  .service-content
    .sidebar
    .service-sidebar
    .service-sidebar-content
    ul
    li.page_item_has_children::before {
    left: 20px;
  }

  .service-content
    .sidebar
    .service-sidebar
    .service-sidebar-content
    ul
    li.page_item_has_children
    ul.children
    li::before {
    left: 40px !important;
  }
}

  .makepay{display: none;}

@media screen and (max-width: 1024px) {
  .makepay{display: block;}
  a.navicon {
    display: block;
  }

  .header_top .col-md-10 ul li a {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  /*.hero .owl-controls {

	    bottom: 95px;

	}*/

  .hero_slider .slider-content-section p {
    max-width: 100%;

    font-size: 13px !important;

    line-height: 33px;
  }

  .header_top .col-md-10 ul li a {
    display: none !important;
  }

  .lawyer-content .social-sidebar .social-horizontal ul li a p {
    font-size: 25px;
  }
  .mob_dn{display:none;}
 .nav_col .mega-menu-wrap{float:right;clear: none;}
 #mega-menu-wrap-primary_menu{clear:none;}
 .nav_menu{margin-top:25px;}
  /*#mega-menu-wrap-primary_menu {display:none;}*/

}

@media only screen and (min-width: 768px) {
     
  .services-mobile {
    display: none;
  }
}

/********************************* ipad portrait #ip ********************************/

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .service-content
    .sidebar
    .service-sidebar
    .service-sidebar-content
    ul
    li.page_item_has_children::before {
    left: 50px;
  }

  .service-content
    .sidebar
    .service-sidebar
    .service-sidebar-content
    ul
    li.page_item_has_children
    ul.children
    li::before {
    left: 70px !important;
  }

  .recpt_residen .g-recaptcha.wpcf7-recaptcha {
    margin-left: -35px !important;
  }
  .pay-cunfirm {padding-top: 0;}
  #back-to-top .title_content .page-title {padding-top: 0;margin: 0;}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  /*Slider CSS*/

  .hero_slider .slider-content-section p {
    background: none;
    max-width: 100%;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
  }

  .hero_slider .slider-year-section p {
    margin-top: 35%;
  }

  .hero_slider .slider-image-section img {
    width: 195px;
    height: auto;
    margin-top: 19px;
  }

  .hero_slider .slider-image-section h6 {
    width: 195px;
  }

  .slider-content-section:before {
    border: 2px solid #e83d36;
    margin-top: 20px;
    height: 195px;
  }

  .hero_slider .slider-year-section p {
    margin-top: 43%;
    font-size: 18px;
  }

  .hero_slider {
    background-size: 180% auto !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
  }

  .hidden-tab,
  .banner_info span br,
  .banner_info p br {
    display: none;
  }

  .home p.fst_sld_mn_tt {
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
  }

  .page-template-page-our-team .people_prof .col-md-3 {
    min-height: 520px !important;
    width: 33.3%;
  }

  .service-content .people_tm .col-md-3 {
    width: 33.3%;
  }

  .nw_iqry .col-md-3 {
    min-height: 470px !important;
    width: 33.3%;
  }

  body.tax-team_category .service-content .col-md-3.left-pad-none,
  body.tax-team_category .service-content .col-md-3.left-pad-none * {
    min-height: auto !important;
  }

  /* Image Alignment */

  .alignnone,
  a img.alignnone,
  .aligncenter,
  div.aligncenter,
  .alignright,
  a img.alignright,
  .alignleft,
  a img.alignleft {
  }

  .alignright,
  a img.alignright {
    float: right;
    margin: 5px 0 20px 35px;
  }

  .alignleft,
  a img.alignleft {
    float: left;
    margin: 5px 35px 20px 0;
  }

  /* custom */

  /*.menu {  float: right;}

.menu li { font-size:14px}

.header_top ul li a {  font-size: 16px;}

.menu > li > a{padding: 20px 5px;}*/

  /*.hero_slider { height: 250px; }*/

  .hero_slider p {
    max-width: 100%;
  }

  /***********service*********/

  .client_result span {
    font-size: 70px;
  }

  .client_result p {
    font-size: 24px;
  }

  .services li {
    width: 33.33%;
    min-height: 250px;
  }

  /********contact form*******/

  .page-template-page-contact form .col-md-6.left_sid select,
  .find_out select {
    font-size: 13px;
  }

  input[type="submit"] {
    width: 80%;
  }

  .group label {
    width: 30%;
  }

  .group input[type="text"],
  .group input[type="number"],
  .group input[type="email"] {
    width: 70%;
  }

  .cbox {
    margin-left: 0;
  }

  .find_out input[type="submit"] {
    width: 60%;
  }

  .find_out .group.cptch_foot {
    margin-left: -70px;
  }

  .page-template-page-testimonials .sidebar .lawyer-sidebar-form,
  .about-content .sidebar .lawyer-sidebar-form {
    padding: 10px;
  }

  #lawyersidebarformcontent fieldset input,
  #lawyersidebarformcontent fieldset textarea {
    width: 100%;
  }

  #sdbr_abt {
    transform: scaleX(0.67);
  }

  /********footer********/

  .footer_top .col-md-2 {
    padding-right: 0;
  }

  footer .footer_top h3.footer-widget-title {
    font-size: 19px;
  }

  .footer_top,
  .footer_top p {
    font-size: 14px;
  }

  .copyright p.footer-copyright {
    text-align: center;
  }

  .copyright p.footer-copyright span {
    float: none;
    display: block;
  }

  /*Sidebar Social Icon's*/

  .service-content .social-sidebar .social-horizontal ul li a p {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -1px;
    margin-right: 5px;
  }

  .news-content .social-sidebar .social-horizontal ul li a p {
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -1px;
    margin-right: 5px;
  }

  #wpcf7-f1879-o1 .col-md-6.right_part_chk {
    padding: 0 5px;
  }

  #wpcf7-f1879-o1 .right_part_chk .wpcf7-list-item.last {
    margin-left: 5px;
  }

  #wpcf7-f1879-o1 .right_part_chk .wpcf7-list-item-label {
    font-size: 11px;
  }

  /*Menu*/

  /*.menu > li > a::after {

  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;

  content: "";

  height: 100%;

  left: 0;

  position: absolute;

  top: 0;

  width: 100%;

  z-index: 9;

}



#menu-item-14:hover > a::after {

  display: none;

}

*/

  .porfolio_smallbox:nth-child(3) {
    left: auto !important;
    right: 0;
    top: 0 !important;
  }

  .sticky a.navicon {
    top: -27px;
  }

  .copyright ul li {
    margin-right: 18px !important;
  }

  .footer_top .row {
    display: flex;
  }

  .footer_top a.footer-map-dir {
    position: absolute !important;
    bottom: 10px !important;
  }

  .footer_top .footer-widget {
    padding-bottom: 40px;
  }

  .footer-widget-title {
    min-height: 54px;
  }
}

/********************************* ipad landscape #il ********************************/

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  h3 {
    font-size: 24px;
    line-height: 1.2;
  }

  h4 {
    font-size: 24px;
    line-height: 1.2;
  }

  p,
  .content_row ul li,
  .content_row ol li {
    font-size: 18px;
    line-height: 26px;
  }
}

/*@media only screen and (min-width : 1100px) and (max-width: 1024px) {



	.service-content .sidebar .service-sidebar .service-sidebar-content ul li.page_item_has_children::before{ left: 59px !important; }



	.service-content .sidebar .service-sidebar .service-sidebar-content ul li.page_item_has_children ul.children li::before{ left: 77px !important; }



}



*/

/* IE10 Only CSs */

@media screen and (min-width: 0\0) {
  /* .hero .owl-controls {

  bottom: 25px;

  left: 0;

  margin: 0 auto;

  width: 992px;

  position: absolute;

  right: 0;

}*/

  header .header_bottom li a {
    font-size: 17px;
  }

  .home .services li p {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
  }
}

@media all and (-ms-high-contrast: none) {
  .conveyan-form span input {
    line-height: 20px;
    padding: 10px;
  }
}

.owl-item:nth-child(4) .slider-content-section::before {
  display: none;
}

/*css For custom form*/

.form_design thead {
  background-color: #4e4e4e;

  color: #fff;

  border-right: 1px solid #000;
}

.form_design thead td {
  width: 51%;

  padding-left: 10px !important;

  line-height: 35px;
}

.form_design tbody td {
  /*border: 1px solid #000;*/

  padding: 9px 10px;

  line-height: 24px;
}

.form_design input[type="radio"] {
  margin-right: 5px;
}

.form_design input[type="text"] {
  width: 100%;
}

.form_design #submitBtn {
  width: 200px;

  margin-top: 15px;
}

.form_design tbody {
  border: 1px solid #000;
}

.form_design .g-recaptcha {
  margin-top: 15px;
}

.form_design .padd {
  margin-top: 10px;
}

.form_design #dob {
  width: 100%;
}

.form_design h1 {
  color: #000;

  margin-top: 40px;
}

.form_design .pos {
  position: relative;
}

#referral-error,
#client-error,
#venue-error,
#disputeissues-error,
#contactperson-error,
#otherreferral-error,
#otherclient-error,
#othervenue-error,
#otherdisputeissues-error,
#othercontactperson-error {
  position: absolute;

  bottom: -16px;

  left: 0px;
}

/*css For GDPR Form*/

.formauto .wpcf7-form-control.wpcf7-submit {
  width: 150px;
}

.formauto .marform {
  margin-top: 25px;

  margin-bottom: 20px;
}

.formauto .g-recaptcha {
  margin-top: 30px;

  margin-bottom: 30px;
}

.formauto {
  border: 1px solid #000;

  padding: 20px;

  background-color: #f9f9f9;
}

.formauto .wpcf7-list-item.first {
  width: 100% !important;

  margin-left: 16px !important;
}

.formauto b {
  display: inline-block;

  margin-bottom: 5px;
}

.gdprheading {
  color: #000;

  margin: 0px;

  padding-top: 25px;
}

.formauto h5 {
  margin-bottom: 10px;
}

.formauto input[type="text"] {
  margin-left: 20px;

  padding: 3px;
}

.gdprpad {
  padding-top: 100px;
}

@media only screen and (max-width: 767px) {
  .formauto {
    padding: 10px;
  }
  .cptch_foot .g-recaptcha.wpcf7-recaptcha {
    margin-left: 0px !important;
  }
  .recpt_residen .g-recaptcha.wpcf7-recaptcha {
    margin-left: 0 !important;
  }
  .g-recaptcha.wpcf7-recaptcha > div {
    margin: 0 auto !important;
  }
}

.two_col .sub-menu {
  column-count: 2;

  width: 400px;

  padding-bottom: 10px;
}

.business {
  padding-top: 10px;
}

.business .related-content.page-header-services {
  width: 100%;
  max-width: 100%;
}

.business h1 {
  font-size: 29px;
  color: #000;
  font-weight: bold;
  padding-top: 40px;
  margin-bottom: 40px;
}

.business img {
  width: 1024px;
  margin: 0px auto;
}
.business_img span.image-lbl{line-height:23px;margin-top:10px;display:block;font-style:italic;font-size:16px;color:#000;}
.guide_section h2{font-weight:bold; }
.business p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #000;
  margin-bottom: 20px;
}

.business .col-md-12 p:last-child {
  padding-bottom: 50px;
}

.business blockquote {
  font-size: 22px;
  line-height: 30px;
  font-style: italic;
  font-weight: normal;
  padding-left: 50px;
  color: #959595;
}

.business strong {
  color: #000;
  padding-top: 20px;
  display: block;
  font-size: 16px;
  font-weight: 900;
  line-height: 26px;
  font-style: italic;
}

.business .services h2 {
  text-align: left;
  padding-top: 50px;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  padding-bottom: 50px;
  font-weight:bold;	
}

.business .services li p {
  font-weight: 600;
  font-size:16px;
  line-height:18px;
}

.business .services img {
  box-shadow: none;
}

.business_header .menu li {
  margin: 0px 5px;
}

.business_header .menu li ul.sub-menu li {
  margin: 0px;
}

.business_header .menu > li > a {
  font-weight: bold;
}

.business_header .menu li:first-child {
  margin-left: 0 !important;
}

.business_header .menu li:last-child {
  margin-right: 0 !important;
}

.business .services li {
  float: none;
  display: inline-block;
  padding-right: 18px;
  margin-bottom: 75px;
}

.find_out {
  margin-top: 50px !important;
}

.private {
  padding-top: 100px;
  margin-bottom: -50px;
}

.private h1, h2.private {
  color: #000;
  text-align: center;
  padding-bottom: 60px;
  font-weight:bold;
}

.private .services li {
  width: 33%;
  padding: 0 20px;
}

.private .services li a {
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
}

.private .services li h6 {
  padding: 20px;
  background: #e62b27 none repeat scroll 0 0;
  bottom: 0;
  position: relative;
  z-index: -1;
  font-size: 18px !important;
}

.private .client_result span {
  padding-bottom: 30px;
  display: block;
}

.private .services .icon {
  width: auto !important;
  position: absolute;
  bottom: 50px;
  left: 10px;
  max-width:90px;
}
.private .client_result h2{font-size:32px;}
.private .client_result span {
  font-size: 65px;
  font-weight:bold;
}

.private .client_result .container > h2 {
  color: #000;
  padding-bottom: 70px;
  font-weight:bold;
}

.awards li {
  display: inline-block !important;
  margin: 10px 15px !important;
  padding: 0;
}

.awards li a {
  display: block;
}

.footer_top {
  padding: 80px 0 !important;
}

.copyright {
  padding: 70px 0 30px !important;
  font-size: 14px !important;
}

.footer-widget-title {
  font-size: 21px !important;
  margin-bottom: 16px !important;
}
.ft-add-txt{ margin-bottom:30px !important;}

/*.copyright ul{margin-bottom: 45px}*/

.copyright ul li {
  display: inline-block;
  border-right: 2px solid red;
  padding:0 7px 0 5px;
  line-height: 10px;
}

.copyright ul li:last-child {
  border-right: none;
}

.copyright ul li:first-child {
  padding-left:0;
}


.copyright ul li a {
  font-size: 14px;
}

/*.copyright p{margin-bottom: 20px;}*/
/*.copyright p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 20px;
    color: #000;font-weight: 400;
}*/
/*FOR contact form*/

input.wpcf7-form-control.wpcf7-submit {
  width: auto !important;
  line-height: unset !important;
  padding: 15px 17px !important;
  font-size: 17px !important;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

.copyright {
  font-size: 16px !important;
  padding: 40px 0 30px !important;
}

.footer-widget-title {
  font-weight: bold;
}

.business .services li h6 {
  font-weight: bold;
  font-size: 16px !important;
}

.client_result {
  background: #ea8a42;
}

.business_img {
  padding-bottom: 40px;
}

.business .services {
  padding-bottom: 0px;
}
.backlogo {
  position: relative;
}

.private {
  position: relative;
}

.private:before {
  /*background-image: url(../images/aa.png);*/
  background-size: 100%;
  content: "";
  position: absolute;
  top: 180px;
  height: 100%;
  width: 100%;
  background-position: 80px 0;
  background-repeat: no-repeat;
  z-index: -1;
}

.business {
  padding-top: 20px;
}

.business img {
  width: 100%;
}

.nwsbnnr img,
.page-header-about img,
.blog-pg img,
.page-header-testimonials img,
.page-header-services img {
  margin: 0 auto;
}

.business .services li {
  padding-right: 10px;
}

.accordion > h4 > a {
  padding: 0;
  font-size: 16px;
  font-weight:normal;
  color: #fff;
  padding-bottom: 30px;
}
.accordion .sidebar-header a:before {
  position: absolute;
  content: "+";
  font-size: 16px;
  font-weight: 900;
  color: #f03f35;
  left: 60px;
  padding: 3px 0 0;
  cursor: pointer;
}

.page-id-5805 .guide_btn,  .page-id-5800 .guide_btn, .page-id-5753 .guide_btn{
  font-size:14px;
  background: #e62b27;
  width: auto;
  color: #fff !important;
  font-weight: 700;
  transition: all 0.6s ease 0s;
  line-height: 18px !important;
  padding: 15px 17px !important;
}
.page-id-5805 .guide_btn:hover {
  background: #990602;
  color: #fff;
  font-weight: 700;
  transition: all 0.6s ease 0s;
}
.page-id-5805 .guide_btn:last-child {
  margin-left: 45px;
}
.page-id-5805 .guide_section {
  margin-bottom: 40px;
}

.page-id-5805 .video_div {
  display: inline-block;
  margin-top: 60px;
}

.page-id-5805 .video_div a {
  margin-top: 4px !important;
  margin-left: 0px !important;
  display: inline-block;
  width: auto;
  text-align:center;
}

.accordion-content{
	color:#000 !important;
}

/* New Conveyancing Quote Form CSS */
#wpcf7-f6587-p6588-o1
  select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
  width: 100%;
  line-height: 30px;
  margin: 10px 0;
  padding: 5px 5px;
  font-size: 14px;
}

.sra_main .lx_logo {
  display: inline-block;
  vertical-align: top;
}

.sra_main .lx_logo img {
  max-width: 305px;
}

.recpt_residen .g-recaptcha.wpcf7-recaptcha {
  margin-left: -48px;
  margin-top: 15px;
}
.cptch_foot .g-recaptcha.wpcf7-recaptcha {
  margin-left: 132px;
  margin-top: 30px;
}
.group.cptch_foot {
  margin-left: 0 !important;
}

#back-to-top .page-title {
  padding-top: 30px;
}
#back-to-top form {
  padding-top: 30px;
}
#back-to-top label {
  padding-bottom: 15px;
}
#back-to-top label,
#back-to-top input {
  width: 100%;
  display: block;
}
#back-to-top label, #back-to-top input[type=radio]{width:auto;height:auto;display:inline-block;line-height:25px;}
#back-to-top input, #back-to-top select, textarea {
  border: 1px solid #ccc;
  height: 40px;
  font-size: 16px;
  padding: 0 15px;
  color:#000;  
}
#back-to-top input.wpcf7-submit{color:#fff;}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000 !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000 !important;
}
textarea::-webkit-input-placeholder {
  font-size: 16px !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
  font-size: 16px !important; 
}

textarea::-moz-placeholder {  /* Firefox 19+ */
  font-size: 16px !important; 
}

textarea:-ms-input-placeholder {
  font-size: 16px !important;
}

textarea::placeholder {
  font-size: 16px !important;  
}
#back-to-top textarea {
  /*height: 40px;*/
  resize: none;
  padding: 15px;
}
#back-to-top input[type="submit"] {
  height: auto !important;
  line-height: 40px;
  margin-top: 15px;
}
#back-to-top label.error {
  color: red;
  padding: 6px 0 10px;
}


.gov_guidelines{
  padding-top: 70px;
  text-align: center;
}

.private-top-space{padding-top: 60px !important;}

.pay-cunfirm{padding-top:60px; }
.pay-cunfirm label {display: inline;}
.pay-cunfirm .form-group div{display: inline-block;margin-left: 30px;}

.title_content{text-align: center;}
.title_content h1{padding-bottom: 18px;}
.title_content p{padding-left: 10px;text-align: center;padding-top: 7px !important;}
#back-to-top .pay-cunfirm label, #back-to-top .pay-cunfirm input {width: auto;display: inline-block;position: relative;}
#back-to-top .pay-cunfirm label{padding-right: 10px;}
#back-to-top .pay-cunfirm label:after{content: ':';font-size: 16px;line-height: 20px;position: absolute;top: 0px;right: 2px;font-weight: 700;}
.pay-cunfirm .form-group div {display: inline-block;margin-left: 10px;}

.pay-cunfirm  .back_btn{display: inline-block;float: left}
.pay-cunfirm #epdq_payment_form{display: inline-block;padding-top: 0;margin-left: 20px;}
.pay-cunfirm #epdq_payment_form input[type=submit]{margin-top: 0;}
.pay-cunfirm .back_btn a{width: auto !important;line-height: unset !important;padding: 13px 20px !important;background: #e62b27;line-height: 70px;width: 100%;color: #fff;font-weight: 700;transition: all .6s ease 0s;border-radius: 0;}
.pay-cunfirm .back_btn a:hover {background: #990602;color: #fff;font-weight: 700;transition: all .6s ease 0s;}

p.notes{font-size: 18px;margin-top: 20px;}

.makepaymentbtn{float: right;margin-left: 10px!important;}
.makepaymentbtn a{background-color: #e62b27;color: #fff;padding: 15px 17px;font-size: 17px;margin-right: 0 !important;}
.makepaymentbtn a:hover{background-color: #990602;}

/*career page*/

.template-career h1, .template-career h2 {
    font-size: 29px;
    color: #000;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 0px;
    margin-bottom: 40px;
    text-align:left;
}

.testi-outer h2.testi-title{ margin-bottom: 0px; padding-top: 0px;}
.testi-outer p.testi-desc{margin-bottom: 40px; margin-top: 40px;}

.template-career .about-us-inner{
}

.template-career .about-us-inner{
	display:flex;
	padding-bottom: 60px;
} 
.template-career .about-us-inner:nth-child(even) {
    flex-direction: row-reverse;
}
.about-us-inner .content-outer {
    padding: 30px 58px;
	
	background : #ededed;
}
.p-0{
	padding:0px;
}
.btn-red{
    background-color: #e62b27;
    color: #fff !important;
    padding: 15px 17px;
    font-size: 17px; 
    font-weight: bold;
    border-radius:0px;
}
.btn-red:hover{
    background-color:#990602;
    color: #fff;
}

.dropdown .btn-default {
    background-color: #e62b27;
    color: #fff;
    padding: 15px 17px;
    font-size: 17px;
    margin-right: 0 !important;
    border: none;
    border-radius: 0;
    font-family: 'Roboto', sans-serif;
    font-weight:bold;
}

.dropdown .btn-default:hover,
.dropdown .btn-default:focus {
    background-color: #990602;
    color: #fff;
}

.dropdown .caret {
    margin-left: 5px;
}


.backlogo .wpcf7-form{
    padding-top:0 !important;
}
.backlogo .wpcf7-form .col-md-6.left_sid > p{
    margin-bottom: 0 !important;
}
.testimonial-outer{
	display:flex;
}
.testimonial-outer .slick-list{
	width:80%;
	background:#000;
}
.testi-outer {
    color: #fff;
    padding: 40px 12% 75px 30%;
}
.testi-outer p {
		font-size: 36px;
    line-height: 40px;
    font-style: italic;
	  position : relative;
    font-family: 'Roboto', sans-serif;
}

.testi-outer h1, .testi-outer h2 {
    font-style: italic;
    font-size: 16px;
    color: #ccc;
    font-family: 'Montserrat', sans-serif;
} 

.testimonial-outer ul.slick-dots {
    float: left;
    background-color: #ea8a42;
    width: 21%;
    height: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    right: 0;
    align-items: center;
    padding-left: 35px;
}
.testimonial-outer ul.slick-dots button {
    display: none;
}
.testimonial-outer ul.slick-dots li::before {
    border: solid 1px #fff;
    cursor: pointer;
    background: transparent;
}
.testimonial-outer ul.slick-dots li.slick-active::before {
    background: #fff;
}
.testi-outer p::before {
    content: url(https://www.attwaters.co.uk/wp-content/uploads/2023/05/notion_icon.png);
    position: absolute;
    left: -11%;
    top: 5%;
}
.testi-outer p.review-type::before {
    content: none;
}
.testi-outer p.review-type{
    font-size: 18px;
    font-style: normal;
    padding-left: 10px;
    margin-top: 20px;
}
.testi-outer p.review-client, .testimonial-outer p.review-client{border-left: 3px solid #e62b27;}
.testi-outer p.review-legal, .testimonial-outer p.review-legal{border-left: 3px solid #fff;}
.staff-review-wrapper .slick-list{padding-top:15px;}

 .pdf_form .wpcf7-form {
            padding-left: 10px;
        }

        div.wpcf7-mail-sent-ok {
            border: 2px solid #398f14;
            padding: 5px 8px !important;
            font-size: 16px;
            line-height: normal;
        }

        .pdf_form {
            padding-left: 30px;
        }

        .pdf_form input {
            max-width: 260px;
            margin: 0 auto;
            padding: 7px 12px;
            font-size: 15px;
        }

        .pdf_form p {
            padding-right: 0px !important;
            padding-top: 20px;
        }

        .pdf_form .wpcf7-form-control-wrap {
            padding-top: 20px;
        }

        .g-recaptcha.wpcf7-recaptcha {
            transform: scale(0.851) !important;
        }

        .wpcf7-form p:last-child {
            padding-top: 10px !important;
        }

        .pdf_form p:last-of-type {
            padding-top: 5px;
        }

        .pdf_form input[type="submit"] {
            line-height: 30px !important;
        }

        .hello {
            text-align: center;
            display: block;
        }

        .hello img {
            margin: 0 !important;
            width: 100%;
            padding-left: 38px !important;
        }

        .hello:hover img {
            opacity: .8;
        }

        .pdf_form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
            border: navajowhite;
            padding: 0px !important;
            color: red;
            margin-top: 10px !important;
            font-size: 15px;
        }

        .pdf_form .wpcf7-not-valid-tip {
            font-size: 15px !important;
        }

        .container.video-testimonial-outer {
            display: flex;
            flex-direction: row;
        }

        .video-outer {
            width: 60%;
        }

        .video-content-outer {
            width: 40%;
            background: #ededed;
        }

        .video-outer video {
            width: 100%;
            height: 100%;
        }

        .content-outer {
            padding: 35px 50px;
            background: #ededed;
        }

        .video-content-outer .slick-dots {
            padding: 0 36px;
            display: flex;
        }

        .video-content-outer .slick-dots button {
            display: none;
        }

        .video-content-outer ul.slick-dots li::before {
            background: transparent;
            border: solid 1px black;
            cursor: pointer;
        }

        .video-content-outer .slick-dots li.slick-active::before {
            background: red;
            border: none;
        }

        .benefit-outer {

            padding-top: 70px;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            width: 100%;
        }
        
        .benefit-outer a.btn-red, .benefit-outer a.btn-red:hover{ color: #fff;}
         
        .core-values-outer{
            padding-top: 50px;
        }

        .benefit-outer .col {
            width: 28%;
            text-align: center;
            padding-bottom: 65px;
        }


        .benefit-outer .col img {
            padding-bottom: 25px;
            max-width:122px;
        }

        .benefit-outer .col h4 {
            padding-bottom: 21px;
            min-height:60px;
            font-family: 'Roboto';
            font-weight: 700;
        }

        .vacancies-outer .row {
            margin-bottom: 29px;
            padding: 25px 0;
            box-shadow: 0 0 10px #ccc;
            position: relative;
        }

        .vacancies-outer .row p {
            font-weight: bold;
            padding-bottom: 0px;
        }

        .vacancies-outer .row div:first-child::before {
            display: none;
        }

        .vacancies-outer .row div::before {
            content: '';
            background: #ccc;
            width: 1px;
            top: -5px;
            position: absolute;
            height: 160%;
            left: -1px;
        }

        .career-contact {
            background: #ededed;
        }

        .career-contact .row {
            max-width: 990px;
            margin: 0 auto;
        }

        .career-contact h1 {
            margin-top: 30px;
        }

        .career-contact .left-outer p, .career-contact .left-outer h1, .career-contact .left-outer h2 {
            text-align: left;
        }

        .career-contact .left-outer h1 {
            padding-bottom: 10px;
            margin-bottom: 0px;
        }

        .career-contact .left-outer h2 {
            padding-top: 0px;
            margin-top: 0px;
            font-family: 'Roboto', sans-serif;
            font-size:18px;
            font-weight: normal;
        }
        .career-contact .left-outer h2.sub-title{
            font-weight: normal;
        }

        .container.video-testimonial-outer {
            margin-top: 4%;
        }

        .find_out {
            display: none;
        }

        #back-to-top .career-enquiry input, textarea {
            padding: 25px;
        }
        
        #back-to-top select{
            padding: 5px 10px;
        }

        #back-to-top .career-enquiry ::-webkit-input-placeholder { /* Edge */
            color: red;
        }

        #back-to-top .career-enquiry :-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: red;
        }

        #back-to-top .career-enquiry ::placeholder {
            color: red;
        }

        #back-to-top .career-enquiry textarea {
            resize: resize;
            width: 100%;
            height: 230px;
        }

        #back-to-top .career-enquiry input.wpcf7-form-control.wpcf7-submit {
            box-shadow: none !important;
            border: none;
        }
        
        .career-enquiry-wrapper{padding-top:30px;}

        @media all and (max-width: 1006px) {
            .vacancies-outer.container{
                max-width:97%;
            }
        }
        @media all and (max-width: 766px) {
            .testimonial-outer {
                flex-direction: column;
            }

            .testimonial-outer .slick-list {
                width: 100%;
            }

            .testimonial-outer ul.slick-dots {
                position: relative;
                height: 50px;
                width: 100%;
                justify-content: center;
                display: flex;
            }

            .template-career .backlogo ul.slick-dots li {
                height: 30px;
            }

            .testi-outer {
                color: #fff;
                padding: 40px 12% 75px 13%;
            }

            .container.video-testimonial-outer {
                flex-direction: column;
            }

            .video-outer, .video-content-outer {
                width: 100%;
            }

            .video-content-outer .slick-dots {
                justify-content: center;
            }

            .benefit-outer .col h4 {
                padding-bottom: 21px;
                min-height: 125px;
            }

            .vacancies-outer {
                max-width: 750px;
            }

            .video-outer video {
                max-height: 350px;
            }

            .job-location {
                width: 100%;
                float: left;
            }

            .job-type {
                width: 25%;
                float: left;
            }
           
        }

        @media all and (max-width: 425px) {
            .testi-outer p::before {
                display: none;
            }

            .testi-outer p {
                font-size: 20px;
            }

            .benefit-outer .col {
                width: 50%;
            }

            .vacancies-outer {
                width: 100%;
                max-width: 93%;
            }

            .job-type {
                width: 100%;
                float: left;
            }

            .job-type {
                width: 100%;
                float: left;
            }
        }
        @media all and (max-width: 320px) {
            .benefit-outer .col {
                width: 100%;
            }
        }
        h3.about-us-title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
}
#back-to-top textarea { padding:25px !important;}

 
::-webkit-input-placeholder { /* WebKit browsers */
    color: #959595 !important;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #959595 !important;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #959595 !important;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #959595 !important;
    opacity: 1;
}

#back-to-top input[type="file"]{
    padding-bottom:50px;
}
}

.vacancies-outer.backlogo:before {
    bottom: 0;
    z-index: -1;
    width: 100%;
    right: 0;
}
.career-contact{padding:0px;}
.career-contact-wrapper{padding:80px 0 30px;}
.backlogo.careerpage:before{opacity:1;}

.awards ul {
    text-align: center;
    display: flex;
    justify-content: center; 
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
}
        @media all and (max-width: 768px) {
            .row > p{ text-align:justify;}
            .row > p, .row > ul {
                padding: 0 20px;
                
            }
               /*menu css*/
.mega-close{display:none !important;}
#mega-menu-wrap-primary_menu .mega-menu-toggle + #mega-menu-primary_menu{width:400px !important;}
.submenu_row > ul.mega-sub-menu .normal_col { max-width: 100%;}
.submenu_row > ul.mega-sub-menu{display:block !important;}
#mega-menu-wrap-primary_menu #mega-menu-primary_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
    width: 100%;
}
.submenu_row > ul.mega-sub-menu .normal_col{max-width:100% !important;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget{display:block !important;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .social_media{max-width:100%;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .social_media > p,.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform h3{margin-bottom:10px !important;}
.header_top .social_media ul {
    display: block;
    margin-bottom:20px;
}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform{max-width:100%;}
.submenu_row > ul.mega-sub-menu .newsletter_social{max-width:100% !important;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform form .tnp-field.tnp-field-firstname, .submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform form .tnp-field.tnp-field-surname{max-width:50%;flex: 0 0 47%;}
.submenu_row > ul.mega-sub-menu .newsletter_social .textwidget .newsletterform form .tnp-field.tnp-field-email{max-width:97%;}
.mb-dn{display:none;}
.dek_dn{display:block;}
.cmp_menu .mega-sub-menu{display:none;}
#back-to-top{padding-top:70px;}
#mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner{width:30px !important;}
#mobile_menu.mm-opened{background:#000 !important;}
.mm-navbar .mm-title{background:#000 !important;}
.mm-listview > li > a{color:#fff;}
nav#mobile_menu .sub-menu{background:#000 !important;}
        }
/*#mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child{margin-left:9px !important;}*/
.row.custom-banner-row.desktop{ display:none;}

@media all and (max-width: 450px) {
    .row.custom-banner-row.desktop{display:flex; align-items: center; }
    .row.custom-banner-row.desktop h1 {padding-top:0px; padding-bottom: 0px;margin-bottom: 0px; }
    .row.custom-banner-row.mobile{visibility:hidden;  height: 10px; }
    .template-career .page-header-services.related-content{ background-size: 100% 100% !important; background-repeat: no-repeat!important;margin-top:110px;}
    .row.custom-banner-row.desktop .banner_icon img{ width:80px !important; }
    .row.custom-banner-row.desktop div.banner_icon{ width:25%;padding-right: 0; }
    .row.custom-banner-row.desktop div:nth-child(2){ width:75%; }
    .row.custom-banner-row.desktop h1{ font-size:25px!important;}
    
}