@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Montserrat:wght@400;500;600;700;800;900&display=swap");
/*-----------default-css-----------*/
body {
  font-family: Lato;
  background: #fff;
  font-weight: normal;
  color: #efefef;
  font-size: 16px;
  line-height: 1.2; }
  body a {
    color: #fff; }
    body ahover {
      color: #B31942; }
  body a:hover,
  body a:focus {
    outline: none;
    text-decoration: none; }
  body ol,
  body ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
  body h1 {
    font-size: 52px;
    font-weight: 900;
    margin: 0 0 30px;
    line-height: 66px; }
  body h2 {
    font-size: 40px;
    color: #191b22;
    font-weight: 900;
    margin: 0 0 20px; }
  body h3 {
    font-size: 22px;
    font-weight: 700;
    color: #B31942;
    margin: 0 0 15px;
    text-transform: uppercase;
    line-height: 25px; }
  body h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin: 0 0 20px; }
  body h5 {
    font-size: 16px;
    color: #000; }
  body h6 {
    font-size: 21px;
    color: #000;
    font-weight: 700; }
  body p {
    font-size: 15px;
    font-family: Lato;
    color: #373636;
    line-height: 30px;
    margin: 0 0 30px;
    font-weight: normal; }
    body p a {
      color: #bb1a23;
      font-weight: 600; }
  body input {
    margin: 10px 0; }
  body .form-control {
    border-radius: 0; }

.default_btn a {
  background: #B31942;
  padding: 14px 26px;
  color: #fff;
  display: inline-block;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  /*        @include transition();*/ }
  .default_btn a:hover {
    color: #fff;
    background: #B31942;
    opacity: 0.8;
    /*            @include transition();*/ }

.default_btn_2 a {
  background: #0A3161;
  padding: 14px 26px;
  color: #fff;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  text-align: center;
  /*        @include transition();*/ }
  .default_btn_2 a:hover {
    color: #fff;
    background: none;
    /*            @include transition();*/ }

.list_with_arrow ul {
  margin: 0 0 20px; }
  .list_with_arrow ul li {
    position: relative;
    padding-left: 26px;
    line-height: 20px;
    margin: 0 0 10px;
    color: #373636 !important; }
    .list_with_arrow ul li b {
      color: #000; }
    .list_with_arrow ul li:after {
      content: "\f105";
      font-family: 'FontAwesome';
      color: #B31942;
      font-size: 20px !important;
      font-weight: 700;
      position: absolute;
      left: 0;
      top: 4px;
      display: flex;
      border-radius: 0px;
      align-items: center;
      justify-content: center;
      width: 20px;
      height: 20px; }
    .list_with_arrow ul li a {
      color: #000;
      font-weight: 300; }
      .list_with_arrow ul li a:hover {
        color: #B31942; }

.list_with_arrow ol {
  margin-bottom: 20px;
  margin-left: 25px;
  list-style-type: number; }
  .list_with_arrow ol li {
    position: relative;
    padding-left: 5px;
    line-height: 20px !important;
    margin: 0 0 10px;
    color: #5c5c5c; }
    .list_with_arrow ol li b {
      color: #000; }
    .list_with_arrow ol li a {
      color: #5c5c5c;
      font-weight: 300; }
      .list_with_arrow ol li a:hover {
        color: #B31942; }

.list_with_arrow ol li ul li {
  padding-left: 25px; }
  .list_with_arrow ol li ul li:after {
    top: 0px; }

.pagination-box {
  display: flex;
  align-items: center;
  justify-content: left; }
  .pagination-box ul li {
    display: inline-block;
    line-height: 30px;
    border-radius: 0 !important; }
    .pagination-box ul li a {
      color: #000 !important;
      border: 1px solid #efefef;
      background: transparent;
      padding: 0.7rem 1.15rem;
      border-radius: 0px; }
      .pagination-box ul li a:hover {
        border: 1px solid #B31942;
        color: #fff !important;
        background: #B31942; }
      .pagination-box ul li a:first-child {
        border-radius: 0 !important; }
    .pagination-box ul li:first-child {
      border-radius: 0 !important;
      color: #fff !important; }
    .pagination-box ul li:last-child {
      border-radius: 0;
      background: #B31942;
      color: #fff !important; }
      .pagination-box ul li:last-child a {
        border: 0 !important;
        color: #fff !important;
        text-decoration: underline;
        text-transform: uppercase; }
      .pagination-box ul li:last-child:hover a {
        color: #fff !important;
        border: 1px solid #B31942; }
  .pagination-box .pagination > .active > a, .pagination-box .pagination > .active > a:hover, .pagination-box .pagination > .active > a:focus, .pagination-box .pagination > .active > span, .pagination-box .pagination > .active > span:hover, .pagination-box .pagination > .active > span:focus {
    background: #B31942;
    border: 1px solid #B31942;
    color: #fff !important; }

.heading-border {
  width: 50px;
  border: none;
  border: 1px solid #B31942;
  margin: 0 auto; }

.heading-border.leftBod {
  margin: 0; }

.heading-border.whiteBod {
  border: 1px solid #fff; }

/*-----------top-header-----------*/
.top-header {
  padding: 7px 0;
  background: #0A3161; }

.top-header .row {
  align-items: center; }

.top-header ul li {
  display: inline;
  padding: 0 10px; }

.social ul li {
  display: inline;
  padding: 0 5px; }

.top-header a {
  color: #fff; }

.btn_quote {
  float: right; }

.btn_quote a {
  font-size: 14px;
  font-weight: 900;
  padding: 12px 15px;
  line-height: 27px;
  color: #fff;
  background: #b9ac8c;
  text-transform: uppercase; }

.social {
  padding: 0px;
  display: inline-block;
  line-height: 27px; }

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

.SocialQuote {
  display: flex;
  justify-content: right; }

.top-header h5 {
  display: inline;
  color: #fff; }

.social li a:hover {
  color: #B31942; }

/*-----------header-----------*/
.logo {
  margin: 13px 0; }
  .logo img {
    width: 170px;
    transition: width 2s, 0.5s ease-in-out; }

header {
  position: fixed;
  width: 100%;
  z-index: 99999999999;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }

.sticky {
  animation: slide-down 0.5s;
  position: fixed;
  top: 0;
  width: 100%;
  background: #fff;
  height: auto; }
  .sticky .logo {
    margin: 13px 0; }
    .sticky .logo img {
      width: 170px; }
  .sticky #cssmenu ul li > a {
    line-height: 86px; }
  .sticky #cssmenu, .sticky #cssmenu ul, .sticky #cssmenu ul li, .sticky #cssmenu ul li a, .sticky #cssmenu #head-mobile {
    line-height: 85px; }

@keyframes slide-down {
  0% {
    opacity: 1;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
nav {
  position: relative; }

.main-menu {
  position: relative;
  z-index: 9;
  text-align: right; }

header .button {
  display: none;
  padding: 15px;
  color: #fff; }

.main-menu .nav-ul {
  margin-bottom: 0;
  padding-left: 0; }

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 81px;
  /* display:block; */
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

#cssmenu:after, #cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

#cssmenu #head-mobile {
  display: none; }

#cssmenu > ul > li {
  display: inline-block;
  margin: 0;
  margin-right: 15px;
  vertical-align: middle; }

#cssmenu ul li:last-child {
  margin-right: 0px !important; }

#cssmenu > ul > li:last-child {
  margin-right: 0px !important; }

#cssmenu ul li > a {
  font-size: 16px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  padding: 0;
  display: inline-block;
  font-weight: normal; }

#cssmenu ul li:hover > a, #cssmenu ul li.active a {
  color: #B31942;
  background: transparent; }
  #cssmenu ul li:hover > a:before, #cssmenu ul li.active a:before {
    content: "";
    bottom: -1px;
    width: 100%;
    left: -1px;
    height: 4px;
    background: #B31942;
    position: absolute; }

#cssmenu ul li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: '';
  display: none; }

#cssmenu ul li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  display: none; }

#cssmenu ul li.has-sub:hover > a:before {
  top: 23px;
  height: 0; }

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  background: #fff;
  padding: 10px 0px 0;
  border-top: 2px solid #B31942; }

#cssmenu ul ul li {
  margin: 0;
  text-align: left; }

#cssmenu li:hover > ul {
  left: auto;
  margin-top: 0px;
  box-shadow: 0px 12px 10px rgba(0, 0, 0, 0.22); }

#cssmenu li:hover > ul > li {
  /* height: 40px; */
  margin: 0; }

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0px; }

#cssmenu ul ul li a {
  padding: 10px 10px;
  min-width: 260px;
  width: 100%;
  font-size: 15px;
  text-decoration: none;
  color: #000;
  border: none;
  word-break: break-word;
  line-height: 25px !important;
  display: block;
  /*    @include transition(@display: );*/
  text-transform: capitalize; }

#cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
  border-bottom: 0; }

#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
  color: #ffffff;
  background: transparent;
  border: none;
  color: #B31942; }

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0; }

#cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  border: none;
  color: #fff; }

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #003471; }

#cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #003471; }

@media screen and (max-width: 991px) {
  .header_fixed .nav-ul {
    background: #01172e !important; }

  .header_fixed .button.button {
    top: 10px; }

  #cssmenu ul li > a {
    border: none; }

  #cssmenu ul li:hover > a, #cssmenu ul li.active a {
    color: #fff;
    /*    @include transition();*/
    border: none; }

  .main-menu .nav-ul {
    padding-top: 150px !important; }

  .main-menu {
    float: right;
    border: none;
    padding: 0;
    text-align: left; }

  header.sticky .main-menu .nav-ul {
    padding-top: 70px !important; }
    header.sticky .main-menu .nav-ul li {
      line-height: 25px !important; }

  .nav-ul {
    width: 0px !important;
    /*    display: block !important;*/
    padding: 0 0 20px !important;
    background: #000000 !important;
    position: fixed !important;
    right: 0px !important;
    height: 100vh;
    /*    @include transition();*/ }

  .nav-ul .submenu-button {
    opacity: 0; }

  .nav-ul.open {
    right: 0px !important;
    width: 300px !important;
    /*    @include transition();*/
    top: 0;
    height: 100%;
    z-index: 999; }

  .nav-ul.open .submenu-button {
    opacity: 1;
    transition: 0.3s ease-in-out; }

  #cssmenu li:hover > ul {
    left: auto;
    border-top: none; }

  #cssmenu ul li > a {
    padding: 7px 16px; }

  nav {
    width: 100%; }

  #cssmenu {
    width: 100%; }

  #cssmenu > ul {
    width: 100%;
    display: none;
    padding: 0 0 20px;
    overflow-y: scroll;
    top: 0; }

  #cssmenu ul li {
    width: 100%;
    border-top: none;
    display: block; }

  #cssmenu ul li:hover {
    background: transparent; }

  #cssmenu ul ul li, #cssmenu li:hover > ul > li {
    height: auto;
    border-color: #000; }

  #cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    line-height: 25px !important;
    font-size: 14px;
    color: #fff; }

  #cssmenu > ul > li {
    display: block;
    line-height: 40px;
    padding: 0; }

  #cssmenu ul ul li a {
    padding-left: 16px; }

  #cssmenu ul ul li {
    background: #191b22 !important; }

  /*#cssmenu ul ul li:hover{background:#363636!important}*/
  #cssmenu ul ul ul li a {
    padding-left: 35px; }

  #cssmenu ul ul li a {
    color: #fff;
    background: none;
    z-index: 9;
    line-height: 20px;
    border: none; }

  #cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
    border: none;
    padding: 0; }

  #cssmenu > ul > li.has-sub > a:after, #cssmenu > ul > li.has-sub > a:before, #cssmenu ul ul > li.has-sub > a:after, #cssmenu ul ul > li.has-sub > a:before {
    display: none; }

  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #333;
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    right: 0;
    text-align: left; }

  header .button.button {
    width: 60px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 22px;
    left: 0;
    cursor: pointer;
    z-index: 12399994;
    display: block;
    margin: 0 0 0 auto;
    background: #fff;
    /*    @include transition();*/ }

  header .button:after {
    position: absolute;
    top: 20px;
    right: 13px;
    display: block;
    height: 9px;
    width: 35px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    content: ''; }

  header .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 13px;
    right: 13px;
    display: block;
    height: 2px;
    width: 35px;
    background: #000;
    content: ''; }

  header .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 21px;
    border: 0;
    height: 2px;
    /* width: 23px; */
    background: #000;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

  header .button.menu-opened:before {
    top: 21px;
    background: #000;
    /* width: 22px; */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 1px;
    display: block;
    border-left: none;
    height: 40px;
    width: 40px;
    cursor: pointer; }

  #cssmenu .submenu-button.submenu-opened {
    background: #191b22; }

  #cssmenu ul ul .submenu-button {
    height: 28px;
    width: 30px; }

  #cssmenu .submenu-button:after {
    position: absolute;
    top: 19px;
    right: 12px;
    width: 14px;
    height: 2px;
    display: block;
    background: #e8e8e8;
    content: ''; }

  #cssmenu ul ul .submenu-button:after {
    top: 13px;
    right: 13px; }

  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff; }

  #cssmenu .submenu-button:before {
    position: absolute;
    top: 13px;
    right: 18px;
    display: block;
    width: 2px;
    height: 14px;
    background: #e8e8e8;
    content: ''; }

  #cssmenu ul ul .submenu-button:before {
    top: 10px;
    right: 16px; }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none; }

  #cssmenu ul ul ul li.active a {
    border-left: none; }

  #cssmenu > ul > li.has-sub > ul > li.active > a, #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none; }

  #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
    border: none; } }
/*-----------home_banner-----------*/
.home_banner {
  background: linear-gradient(to bottom, rgba(28, 28, 28, 0.52), rgba(29, 29, 29, 0.73)), url(../img/home-bannerbg.jpg) no-repeat;
  background-size: cover;
  position: relative;
  max-height: 800px;
  padding: 100px 0px 0; }
  .home_banner:before {
    position: absolute;
    content: "";
    top: 0;
    left: -0%;
    background-color: #4a4747a8;
    background-size: cover;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    opacity: 0.8; }
  .home_banner .home-banner-img {
    position: relative;
    bottom: 0px; }
  .home_banner .home-banner-heading {
    padding: 86px 0 0; }
    .home_banner .home-banner-heading h1 {
      font-size: 52px;
      margin: 0 0 30px;
      line-height: 66px;
      color: #fff; }
    .home_banner .home-banner-heading h4 {
      margin: 0 0 15px;
      color: #fff;
      font-weight: 100; }
  .home_banner p {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px;
    color: #fff; }

/*-------------Our-blog----------------*/
.Our-blog {
  background-color: #fafafa;
  padding: 170px 0 100px;
  text-align: center; }
  .Our-blog h2 {
    margin: 10px 0 30px; }
  .Our-blog .BlogBox {
    margin: 0 0 30px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: left; }
    .Our-blog .BlogBox .default_btn_2 a:hover {
      background: #B31942; }
    .Our-blog .BlogBox:hover .BlogImg img {
      transform: scale(1.1);
      opacity: 0.9; }
    .Our-blog .BlogBox .BlogImg {
      position: relative;
      overflow: hidden; }
      .Our-blog .BlogBox .BlogImg img {
        width: 100%;
        transition: transform 1.1s;
        opacity: 1; }
    .Our-blog .BlogBox .BlogText {
      padding: 0 15px 25px; }
      .Our-blog .BlogBox .BlogText ul li {
        display: inline-block;
        color: #000;
        margin: 20px 0 20px;
        font-size: 14px; }
        .Our-blog .BlogBox .BlogText ul li a {
          color: #B31942; }
      .Our-blog .BlogBox .BlogText h6 {
        margin: 0 0 10px;
        font-size: 20px; }

/*-------------footer----------------*/
footer {
  background: url(../img/footer-bg.jpg) no-repeat;
  padding: 100px 0;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: center; }
  footer a:hover {
    color: #B31942 !important; }
  footer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #191b22;
    opacity: 0.9; }
  footer .Footer-logo img {
    margin: 0 0 30px; }
  footer .Footer-logo p {
    color: #fff; }
  footer .Footer-logo:before {
    content: "";
    bottom: 35px;
    width: 166px;
    height: 1px;
    background: #B31942;
    position: absolute; }
  footer .Footer-logo ul li + li {
    display: inline;
    margin-left: 10px; }
  footer .Footer-logo ul li {
    display: inline; }
  footer .Footer-menu {
    margin-left: 70px; }
    footer .Footer-menu h6 {
      margin: 0 0 25px;
      color: #fff; }
    footer .Footer-menu ul li {
      margin: 0 0 10px;
      line-height: 26px;
      font-size: 14px; }
      footer .Footer-menu ul li i {
        color: #bcaf8e;
        padding-right: 5px;
        font-size: 20px; }
      footer .Footer-menu ul li a {
        color: #fff; }
    footer .Footer-menu p {
      color: #fff; }
  footer .Get-Touch h6 {
    margin: 0 0 25px;
    color: #fff; }
  footer .Get-Touch p {
    color: #fff; }
  footer .Footer-contact h6 {
    margin: 0 0 25px;
    color: #fff; }
  footer .Footer-contact ul li {
    margin: 0 0 10px;
    line-height: 20px;
    font-size: 14px; }
    footer .Footer-contact ul li i {
      color: #B31942;
      margin-right: 5px; }

.footer-bottom {
  background-color: #000000;
  text-align: center; }
  .footer-bottom .copyright p {
    margin: 0;
    padding: 20px 0;
    color: #fff; }

/*-----------Pancreatic_Page-----------*/
/*-----------InnerPageBanner-----------*/
.InnerPageBanner {
  background: url(../img/inner-banner.jpg) no-repeat;
  position: relative;
  padding: 150px 0 100px;
  background-size: cover;
  text-align: center;
  background-attachment: fixed;
  background-position: center; }
  .InnerPageBanner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
    filter: contrast(0.4); }
  .InnerPageBanner h1 {
    color: #fff;
    margin: 0 0 25px;
    text-transform: capitalize; }
  .InnerPageBanner p {
    color: #fff; }

.breadcrumb {
  background-color: #fff;
  margin: 0; }
  .breadcrumb .trail-items span {
    color: #000;
    font-size: 15px;
    padding: 0 2px 0; }

/*-----------Contact_Page-----------*/
.InnerPageContact {
  padding: 50px 0 0; }
  .InnerPageContact h2 {
    margin: 0 0 15px; }
  .InnerPageContact p {
    margin: 15px 0 60px; }
  .InnerPageContact .location-map {
    position: relative;
    padding-bottom: 30%;
    padding-top: 121px;
    height: 0;
    margin: 0; }
    .InnerPageContact .location-map iframe {
      width: 100%;
      filter: grayscale(1);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.ContactDetails {
  padding: 50px 0; }
  .ContactDetails #contact-form {
    padding-right: 50px;
    border-right: 1px solid #B31942; }
  .ContactDetails .form-group .btn {
    background: #B31942;
    padding: 14px 26px;
    color: #fff;
    display: inline-block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    margin: 30px 0 0;
    border-radius: 0px; }
  .ContactDetails .Details {
    color: #000; }
    .ContactDetails .Details a {
      color: #000; }
    .ContactDetails .Details address {
      position: relative;
      padding-left: 22px;
      margin: 15px 0; }
      .ContactDetails .Details address:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f041";
        position: absolute;
        font-size: 20px;
        left: 0;
        top: 0px;
        color: #B31942; }
    .ContactDetails .Details ul li {
      padding-left: 30px;
      position: relative;
      margin: 0 0 10px; }
    .ContactDetails .Details i {
      color: #B31942;
      content: '';
      position: absolute;
      left: 0; }

/*-----------Blog_Page-----------*/
.SideBar {
  text-align: left; }
  .SideBar a {
    color: #000; }
  .SideBar > div {
    border: 1px solid #efefef;
    padding: 20px;
    margin: 0 0 30px; }
  .SideBar .search {
    border: 0px;
    padding: 0;
    motion: 0; }
    .SideBar .search .search-input {
      border: 1px solid rgba(170, 170, 170, 0.25);
      color: #767676;
      padding: 12px 17px;
      width: 100%; }
    .SideBar .search button {
      background: 0 0;
      border: medium none;
      color: #767676;
      padding: 9px 28px;
      position: absolute;
      right: 0;
      top: 9px;
      z-index: 10;
      font-size: 20px;
      outline: none;
      border-radius: 0 5px 5px 0; }
  .SideBar .Categories ul li {
    line-height: 27px; }
  .SideBar .Recent-posts {
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px; }
    .SideBar .Recent-posts:last-child {
      border: 0;
      margin: 0;
      padding: 0; }
    .SideBar .Recent-posts ul li {
      color: #000; }
    .SideBar .Recent-posts .post-box {
      display: flex;
      align-items: center; }
    .SideBar .Recent-posts .post-img {
      padding-right: 15px;
      padding-top: 5px;
      width: 60%; }
    .SideBar .Recent-posts .post-img img {
      width: 100px;
      object-fit: cover; }
    .SideBar .Recent-posts .post-text {
      width: 100%; }
      .SideBar .Recent-posts .post-text p {
        margin: 0;
        font-weight: 500;
        font-size: 18px; }
  .SideBar h6 {
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px; }
  .SideBar h4 {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    margin: 0 0 30px; }

/*-------------InnerPageAuthor----------------*/
.InnerPageAuthor {
  padding: 100px 0;
  background-color: #fafafa;
  text-align: center; }
  .InnerPageAuthor h3 {
    margin: 0 0 15px; }
  .InnerPageAuthor h2 {
    margin: 20px 0 30px; }
  .InnerPageAuthor .Team-box {
    margin: 0 0 30px;
    width: 100%; }
    .InnerPageAuthor .Team-box a {
      text-decoration: none;
      border: 0; }
    .InnerPageAuthor .Team-box:hover .Team-img img {
      width: 100%; }
    .InnerPageAuthor .Team-box:hover .Team-img:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #B31942;
      opacity: 0.5; }
    .InnerPageAuthor .Team-box .Team-img {
      border: 1px solid;
      position: relative;
      background-color: #fff;
      margin: 0 0 20px; }
      .InnerPageAuthor .Team-box .Team-img img {
        width: 100%; }
    .InnerPageAuthor .Team-box .Team-text h6 {
      color: #000;
      font-weight: 700;
      margin: 0px;
      text-transform: uppercase; }
    .InnerPageAuthor .Team-box .Team-text p {
      color: #B31942;
      margin: 0; }

/*-----------Personal_Injury_Page-----------*/
.InnerPagePersonalInjury {
  padding: 100px 0; }
  .InnerPagePersonalInjury .list {
    margin: 0 0 40px;
    padding-right: 10px; }
    .InnerPagePersonalInjury .list ul li {
      color: #000;
      line-height: 30px; }
      .InnerPagePersonalInjury .list ul li i {
        color: #B31942;
        padding-right: 5px; }
  .InnerPagePersonalInjury h4 {
    color: #000; }
  .InnerPagePersonalInjury img {
    margin: 0 0 30px; }
  .InnerPagePersonalInjury p {
    color: #5c5c5c; }
    .InnerPagePersonalInjury p:last-child {
      margin: 0; }
  .InnerPagePersonalInjury .col-md-6 {
    padding: 0; }
  .InnerPagePersonalInjury .SideBar {
    text-align: left; }
    .InnerPagePersonalInjury .SideBar > div {
      border: 1px solid #efefef;
      padding: 30px;
      margin: 0 0 30px; }
    .InnerPagePersonalInjury .SideBar .PracticeArea a {
      color: #black; }
    .InnerPagePersonalInjury .SideBar .PracticeArea i {
      padding-right: 5px;
      color: #B31942; }
    .InnerPagePersonalInjury .SideBar .PracticeArea ul li {
      padding: 0 0 15px; }
    .InnerPagePersonalInjury .SideBar .GetQuote {
      text-align: center;
      background-color: #B31942; }
      .InnerPagePersonalInjury .SideBar .GetQuote a {
        color: #fff; }
      .InnerPagePersonalInjury .SideBar .GetQuote h4 {
        font-size: 30px;
        font-weight: 700;
        color: #fff; }
      .InnerPagePersonalInjury .SideBar .GetQuote ul {
        padding: 15px 0; }
        .InnerPagePersonalInjury .SideBar .GetQuote ul li {
          padding: 0 0 10px; }
          .InnerPagePersonalInjury .SideBar .GetQuote ul li a {
            color: #fff; }

/*-----------single_blog_Page-----------*/
.SingleBlog {
  background-color: #fafafa;
  padding: 100px 0; }
  .SingleBlog .post-meta {
    padding: 13px 0;
    border-bottom: 1px solid;
    margin: 0 0 20px; }
    .SingleBlog .post-meta ul li {
      display: inline;
      color: #000; }
      .SingleBlog .post-meta ul li a {
        color: #B31942;
        padding: 0 5px; }
  .SingleBlog .SingleBlogPost blockquote {
    border-left: 2px solid #B31942;
    padding-left: 15px; }
  .SingleBlog .SingleBlogPost h4 {
    color: #000; }
  .SingleBlog .SingleBlogPost ul li {
    color: #000;
    line-height: 30px; }
    .SingleBlog .SingleBlogPost ul li i {
      color: #B31942;
      padding: 0 5px; }
  .SingleBlog .post-tags {
    margin: 40px 0 40px;
    padding: 12px 0;
    border-top: 1px solid;
    border-bottom: 1px solid; }
    .SingleBlog .post-tags ul {
      margin: 0; }
      .SingleBlog .post-tags ul li {
        display: inline;
        color: #000; }
        .SingleBlog .post-tags ul li a {
          color: #000; }
        .SingleBlog .post-tags ul li i {
          color: #000;
          padding: 0 5px; }
        .SingleBlog .post-tags ul li strong {
          padding-right: 5px; }
  .SingleBlog .navigation ul li {
    display: inline; }
    .SingleBlog .navigation ul li a {
      color: #000;
      text-transform: uppercase; }
      .SingleBlog .navigation ul li a i {
        border: 1px solid;
        margin-right: 10px;
        padding: 3px 6px; }
    .SingleBlog .navigation ul li:hover i {
      background-color: #B31942;
      color: #fff; }
  .SingleBlog .navigation ul .next {
    float: right; }
    .SingleBlog .navigation ul .next i {
      margin-left: 10px; }

/*-----------single_Brandon_Daniels_Page-----------*/
.InnerPageBrandonDaniels {
  background-color: #fafafa;
  padding: 100px 0; }
  .InnerPageBrandonDaniels .BrandonDanielsImg {
    margin: 0 0 10px;
    background-color: #fff;
    border: 1px solid; }
  .InnerPageBrandonDaniels .attorneys-profilebuzz-data {
    text-align: center; }
    .InnerPageBrandonDaniels .attorneys-profilebuzz-data h6 {
      text-transform: uppercase;
      margin: 0; }
    .InnerPageBrandonDaniels .attorneys-profilebuzz-data p {
      color: #B31942;
      margin: 0 0 15px; }
    .InnerPageBrandonDaniels .attorneys-profilebuzz-data ul.attorneys-social {
      margin: 0 0 10px; }
      .InnerPageBrandonDaniels .attorneys-profilebuzz-data ul.attorneys-social li {
        display: inline;
        margin: 0 0 20px;
        padding: 6PX; }
        .InnerPageBrandonDaniels .attorneys-profilebuzz-data ul.attorneys-social li a {
          color: #000; }
    .InnerPageBrandonDaniels .attorneys-profilebuzz-data blockquote {
      background-color: #B31942;
      padding: 20px 15px;
      color: #fff;
      text-align: left; }
      .InnerPageBrandonDaniels .attorneys-profilebuzz-data blockquote ul li {
        margin: 0 0 20px; }
        .InnerPageBrandonDaniels .attorneys-profilebuzz-data blockquote ul li i {
          padding-right: 5px; }
        .InnerPageBrandonDaniels .attorneys-profilebuzz-data blockquote ul li a {
          color: #fff; }
  .InnerPageBrandonDaniels .BrandonDanielsText h2 {
    margin: 0 0 20px; }
  .InnerPageBrandonDaniels .BrandonDanielsText p {
    margin: 15px 0 30px; }
  .InnerPageBrandonDaniels .BrandonDanielsText .BrandonDanielsService {
    margin: 0 0 30px; }
    .InnerPageBrandonDaniels .BrandonDanielsText .BrandonDanielsService ul li {
      color: #000;
      line-height: 30px; }
      .InnerPageBrandonDaniels .BrandonDanielsText .BrandonDanielsService ul li i {
        padding-right: 5px;
        color: #B31942; }

/*-----------404_Page-----------*/
.error404 {
  padding: 100px 0;
  background-color: #fafafa; }
  .error404 .error_main h2 {
    font-size: 262px;
    color: #B31942;
    margin: 0; }
  .error404 .error_main h3 {
    font-size: 60px;
    color: #000;
    margin: 0 0 50px; }

/*-----------------------Media Queries--------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .top-header .SocialQuote .default_btn a {
    padding: 14px 16px; }

  nav#cssmenu ul li {
    margin-right: 10px; }

  #cssmenu ul li > a {
    font-size: 14px; }

  .home_banner .home-banner-img {
    position: absolute;
    bottom: 0;
    width: 74%; }
  .home_banner .home-banner-heading {
    padding: 35px 0 136px; }

  .Free-consultation .consultation-form {
    padding: 100px 50px; }
    .Free-consultation .consultation-form h2 {
      font-size: 24px; }
  .Free-consultation .map-box p {
    padding-top: 223px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .top-header ul li {
    margin-left: 15px;
    padding: 0;
    font-size: 15px; }
  .top-header .SocialQuote .social {
    padding: 0 5px; }
  .top-header .SocialQuote .btn_quote {
    display: none; }

  .home_banner {
    margin: 0 0 100px; }
    .home_banner .home-banner-img {
      position: absolute;
      bottom: 0; }
    .home_banner .home-banner-heading {
      padding: 36px 0 70px; }

  .pagination-box {
    margin: 0 0 50px !important; }

  .SingleBlogPost .navigation {
    margin: 0 0 40px; }

  .ContactDetails #contact-form {
    padding-right: 0px;
    border-right: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #B31942;
    margin: 0 0 50px;
    text-align: center; }
  .ContactDetails .Details {
    color: #000;
    margin: 0 auto;
    max-width: 223px;
    text-align: center; }
    .ContactDetails .Details h2 {
      font-size: 30px; }
    .ContactDetails .Details ul li {
      padding-left: 9px;
      margin: 0 0 14px;
      line-height: 20px; }

  footer .Footer-logo ul {
    padding: 20px 0 0; }
  footer .Footer-menu {
    margin-left: 30px; }

  .InnerPageAuthor .Team-box .Team-text h6 {
    font-size: 19px; }

  .InnerPageBrandonDaniels .BrandonDanielsImg {
    text-align: center; }
    .InnerPageBrandonDaniels .BrandonDanielsImg img {
      width: 100%; }
  .InnerPageBrandonDaniels .attorneys-profilebuzz-data {
    margin: 0 0 50px; }

  .SideBar .Recent-posts .post-img {
    width: 20% !important; } }
@media screen and (max-width: 767px) {
  .top-header {
    display: none; }
    .top-header ul li {
      margin-left: 15px;
      padding: 0;
      font-size: 15px; }
    .top-header .SocialQuote .social {
      padding: 0 5px; }
    .top-header .SocialQuote .btn_quote {
      display: none; }

  body section {
    padding: 50px 0; }

  .home_banner {
    margin: 0 0 100px; }
    .home_banner .home-banner-img {
      position: absolute;
      bottom: 0; }
    .home_banner .home-banner-heading {
      padding: 5px 0 50px; }
      .home_banner .home-banner-heading h1 {
        font-size: 36px;
        line-height: 44px; }

  .Our-blog .BlogBox .BlogText ul li {
    font-size: 13px; }

  .pagination-box {
    margin: 0 0 50px !important; }

  footer {
    text-align: center; }
    footer .Footer-logo {
      margin: 0 0 30px; }
      footer .Footer-logo:before {
        content: "";
        bottom: 65px;
        width: 166px;
        height: 2px;
        background: #B31942;
        position: absolute;
        display: none; }
      footer .Footer-logo ul {
        margin: 10px 0 0; }
    footer .Footer-menu {
      margin: 0 auto 50px; }
      footer .Footer-menu ul {
        margin: 0 auto;
        width: 130px; }
        footer .Footer-menu ul li {
          text-align: left !important; }
      footer .Footer-menu h6 {
        margin: 0 0 15px; }
    footer .Footer-contact h6 {
      margin: 0 0 15px; }
    footer .Footer-logo img {
      margin: 0 0 15px; }

  .SingleBlogPost h2 {
    font-size: 30px; }
  .SingleBlogPost .navigation {
    margin: 0 0 40px; }

  .ContactDetails {
    padding: 50px 0;
    text-align: center; }
    .ContactDetails #contact-form {
      padding-right: 0px;
      border-right: 0;
      padding-bottom: 25px;
      border-bottom: 1px solid #B31942;
      margin: 0 0 50px; }
    .ContactDetails .Details {
      color: #000;
      margin: 0 auto;
      max-width: 223px;
      text-align: center; }
      .ContactDetails .Details h2 {
        font-size: 30px; }
      .ContactDetails .Details ul li {
        padding-left: 9px;
        margin: 0 0 14px;
        line-height: 20px; }
        .ContactDetails .Details ul li address:before {
          font: normal normal normal 14px/1 FontAwesome;
          content: "\f041";
          position: absolute;
          font-size: 20px;
          left: 149px;
          top: 0px;
          color: #bcaf8e; }

  .InnerPageBrandonDaniels {
    padding: 50px 0; }
    .InnerPageBrandonDaniels .BrandonDanielsImg {
      text-align: center; }
    .InnerPageBrandonDaniels .attorneys-profilebuzz-data {
      margin: 0 0 50px; }
      .InnerPageBrandonDaniels .attorneys-profilebuzz-data blockquote {
        text-align: center; }
    .InnerPageBrandonDaniels .BrandonDanielsText h2 {
      font-size: 35px; }

  .SingleBlog {
    padding: 50px 0; }

  .error404 .error_main h2 {
    font-size: 80px; }
  .error404 .error_main h3 {
    font-size: 30px; } }
@media screen and (max-width: 600px) {
  .top-header {
    display: none; }
    .top-header ul li {
      margin-left: 15px;
      padding: 0;
      font-size: 15px; }
    .top-header .SocialQuote .social {
      padding: 0 5px; }
    .top-header .SocialQuote .btn_quote {
      display: none; }

  body h1 {
    font-size: 32px;
    margin: 0; }
  body h2 {
    font-size: 26px; }

  header .button.button {
    width: 60px;
    height: 43px;
    position: absolute;
    right: 0;
    top: -64px;
    left: 0;
    cursor: pointer;
    z-index: 12399994;
    display: block;
    margin: 0 0 0 auto;
    background: #fff; }

  .home_banner {
    margin: 0px; }
    .home_banner .home-banner-img {
      display: none; }
    .home_banner .home-banner-heading {
      text-align: center;
      padding: 19px 0 51px; }
      .home_banner .home-banner-heading h1 {
        font-size: 36px;
        line-height: 44px; }

  .Our-blog {
    padding: 50px 0; }
    .Our-blog h2 {
      font-size: 30px; }
    .Our-blog .BlogBox {
      margin: 0 0 30px; }
      .Our-blog .BlogBox .BlogImg img {
        width: 100%; }
      .Our-blog .BlogBox .BlogText ul li {
        font-size: 13px; }

  .SingleBlogPost h2 {
    font-size: 24px; }

  .InnerPageBanner h1 {
    font-size: 30px;
    margin: 0; }

  footer {
    padding: 50px 0; }
    footer .Recent-posts {
      text-align: left; }

  .ContactDetails #contact-form {
    padding-right: 0px;
    border-right: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #bcaf8e;
    margin: 0 0 50px; }
  .ContactDetails .Details {
    color: #000;
    text-align: center; }

  .InnerPageBrandonDaniels {
    text-align: center; }
    .InnerPageBrandonDaniels .BrandonDanielsText .heading-border {
      margin: 0 auto !important; }
    .InnerPageBrandonDaniels .BrandonDanielsText .BrandonDanielsService {
      text-align: left; }
    .InnerPageBrandonDaniels .BrandonDanielsText h2 {
      font-size: 28px; }

  .InnerPageBrandonDaniels {
    text-align: left; }

  .InnerPageBanner h1 {
    line-height: 45px; }

  .SingleBlog .post-meta {
    padding: 13px 0;
    border-bottom: 1px solid;
    margin: 0 0 5px; }

  .InnerPageContact p {
    margin: 15px 0 0px; }

  .ContactDetails .Details {
    max-width: 264px; }
    .ContactDetails .Details i {
      left: 0;
      bottom: 0; } }
@media screen and (min-width: 1200px) {
  .map-box p {
    padding-top: 138px; } }
.Our-blog .BlogBox .BlogText ul li {
  font-size: 13px !important; }

.SideBar .Recent-posts .post-img {
  width: 60%; }
.SideBar .Recent-posts .post-text {
  width: 100%; }

footer .Get-Touch .Recent-posts {
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 20px; }
  footer .Get-Touch .Recent-posts:last-child {
    border: 0;
    margin: 0;
    padding: 0; }
  footer .Get-Touch .Recent-posts ul li {
    color: #000; }
  footer .Get-Touch .Recent-posts .post-box {
    display: flex;
    align-items: center; }
  footer .Get-Touch .Recent-posts .post-img {
    padding-right: 15px;
    padding-top: 5px;
    width: 32%; }
  footer .Get-Touch .Recent-posts .post-img img {
    width: 70px;
    object-fit: cover; }
  footer .Get-Touch .Recent-posts .post-text {
    width: 100%; }
    footer .Get-Touch .Recent-posts .post-text ul li {
      color: #fff; }
    footer .Get-Touch .Recent-posts .post-text p {
      margin: 0;
      font-weight: 500;
      font-size: 18px; }
    footer .Get-Touch .Recent-posts .post-text h6 {
      font-size: 16px;
      font-weight: 400;
      margin: 0 0 5px; }

.pagination-box ul li a {
  padding: 15px; }

.pagination-box ul li a {
  padding: 0.6rem 1.15rem;
  height: 50px !important;
  display: block; }

.pagination-box ul li {
  margin-right: 15px; }

.pagination-box ul li:last-child {
  margin-right: 0; }

.author_info {
  margin: 0 0 40px; }
  .author_info .img img {
    border-radius: 50%;
    width: 221px !important;
    height: 221px;
    object-fit: cover; }

.SingleBlog .SingleBlogPost h3 {
  color: #000; }
.SingleBlog .SingleBlogPost .post-tags ul li:after {
  display: none; }
.SingleBlog .SingleBlogPost .navigation ul li:after {
  display: none; }

.SingleBlogPost h1 {
  color: #000; }

.wpcf7-response-output {
  color: #000; }

.ContactDetails .Details i {
  color: #B31942;
  content: '';
  position: absolute;
  left: 0;
  top: 4px; }

/*# sourceMappingURL=style.css.map */
