@font-face {
  font-family: 'Storytella';
  src: url('/files/fonts/Storytella.eot');
  src: url('/files/fonts/Storytella.eot?#iefix') format('embedded-opentype'), url('/files/fonts/Storytella.ttf') format('truetype'), url('/files/fonts/Storytella.svg#Storytella') format('svg');
  font-weight: normal;
  font-style: normal; }

* {
  outline: 0; }

body {
  font-size: 16px;
  font-family: 'Quicksand', sans-serif;
  color: #161616;
  height: auto;
  overflow-x: hidden !important;
  display: block;
  width: 100%;
  float: left; }

p {
  font-size: 1rem;
  font-family: 'Quicksand', sans-serif;
  color: #727272; }

p > strong {
  color: #4a4c70; }

a {
  color: #1a1a1a;
  font-size: 1rem;
  text-decoration: none; }

a:hover, a:active, a:focus {
  color: #1a1a1a;
  text-decoration: none; }

section {
  width: 100%;
  display: block;
  float: left; }

.lg_container {
  padding: 0 2%; }

header#logan_header {
  background-color: #f7f7f7;
  display: block;
  width: 100%;
  float: left; }

header#logan_header .head_top_row .hotline_caption p {
  margin: 0;
  background-color: #efc940;
  border-radius: 30px;
  color: #fff;
  padding: 5px 15px;
  font-weight: 600; }

header#logan_header .head_top_row .hotline_caption p > a {
  color: #fff; }

header#logan_header .head_top_row .hotline_caption p > a:hover {
  opacity: 0.8; }

header#logan_header .head_top_row .hot_ph-r i {
  color: #efc940; }

header#logan_header .head_top_row .hot_ph-r a {
  color: #000;
  font-weight: 500;
  margin-left: 5px; }

header#logan_header .head_top_row .hot_ph-r a:hover {
  color: #efc940; }

header#logan_header .header_row .menu_area {
  margin-top: 15px; }

header#logan_header .header_row .menu_area nav.navbar #mainmenu ul.navbar-nav li.nav-item a.nav-link {
  color: #000;
  font-size: 1.1rem;
  font-weight: 500;
  padding: 10px 20px; }

header#logan_header .header_row .menu_area nav.navbar #mainmenu ul.navbar-nav li.nav-item.active a.nav-link {
  color: #efc940;
  font-weight: 700;
  position: relative; }

header#logan_header .header_row .menu_area nav.navbar #mainmenu ul.navbar-nav li.nav-item.active a.nav-link:before {
  content: '';
  position: absolute;
  height: 3px;
  width: calc(100% - 40px);
  background-color: #efc940;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: auto; }

header#logan_header .header_row .menu_area nav.navbar #mainmenu ul.navbar-nav li.nav-item a.nav-link:hover {
  color: #efc940; }

section#home_slider {
  position: relative; }

section#home_slider .slide_socials {
  position: absolute;
  top: 32%;
  left: 3%; }

section#home_slider .slide_socials a {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  margin: 25px 0; }

section#home_slider .slide_socials a.sld_fb:hover, section#home_slider .slide_socials a.sld_fb:active, section#home_slider .slide_socials a.sld_fb:focus {
  color: #0052ff; }

section#home_slider .slide_socials a.sld_in:hover, section#home_slider .slide_socials a.sld_in:active, section#home_slider .slide_socials a.sld_in:focus {
  color: #8a3ab9; }

section#home_slider .slide_socials a.sld_tw:hover, section#home_slider .slide_socials a.sld_tw:active, section#home_slider .slide_socials a.sld_tw:focus {
  color: #1da1f2; }

section#home_slider .slide_socials a.sld_ln:hover, section#home_slider .slide_socials a.sld_ln:active, section#home_slider .slide_socials a.sld_ln:focus {
  color: #0e76a8; }

section#home_slider .logan_slider_wrap .logan_slick .logan_slide {
  /* min-height: 100vh; */
  padding: 60px 0 40px 0;
  background-size: cover;
  background-repeat: no-repeat; }

section#home_slider .logan_slider_wrap .logan_slick .slick-prev {
  left: 15%;
  z-index: 999; }

section#home_slider .logan_slider_wrap .logan_slick .slick-next {
  right: 15%;
  z-index: 999; }

section#home_slider .logan_slider_wrap .logan_slick .slick-prev:before {
  content: '\f053';
  font-family: 'FontAwesome';
  z-index: 999;
  font-size: 1rem;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
  padding: 12px 15px;
  width: 40px;
  height: 40px; }

section#home_slider .logan_slider_wrap .logan_slick .slick-next:before {
  content: '\f054';
  font-family: 'FontAwesome';
  z-index: 999;
  font-size: 1rem;
  border-radius: 50%;
  color: #000;
  background-color: #fff;
  padding: 12px 15px;
  width: 40px;
  height: 40px; }

section#home_slider .logan_slider_wrap .logan_slick .logan_slider_content .lgsld_cnt h2 {
  color: #fff;
  font-size: 4.2rem;
  font-weight: 700; }

section#home_slider .logan_slider_wrap .logan_slick .logan_slider_content .lgsld_cnt h3 {
  color: #efc940;
  font-size: 4.2rem;
  font-family: 'Storytella';
  margin-top: -20px; }

section#home_slider .logan_slider_wrap .logan_slick .logan_slider_content .lgsld_cnt p {
  color: #fff; }

section#home_slider .logan_slider_wrap .logan_slick .logan_slider_content a.sld_dscvr {
  display: inline-block;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  margin: 30px 0 0 0;
  padding: 12px 50px;
  border-radius: 25px;
  border: 2px solid #efc940; }

section#home_slider .logan_slider_wrap .logan_slick .logan_slider_content a.sld_dscvr:hover, section#home_slider .logan_slider_wrap .logan_slick .logan_slider_content a.sld_dscvr:focus, section#home_slider .logan_slider_wrap .logan_slick .logan_slider_content a.sld_dscvr:active {
  background-color: #efc940;
  color: #d0e0f0; }

section#home_about h5 {
  color: #efc940;
  font-weight: 600; }

section#home_about h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4a4c71;
  margin-bottom: 25px; }

section#home_about h2 > span {
  font-weight: 300;
  display: block;
  color: #ababab; }

section#home_about a.mr_abt_us {
  display: inline-block;
  color: #4a4c70;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 30px;
  margin-top: 12px;
  border-radius: 25px;
  border: 2px solid #efc940; }

section#home_about a.mr_abt_us:hover, section#home_about a.mr_abt_us:focus, section#home_about a.mr_abt_us:active {
  background-color: #efc940;
  color: #d0e0f0; }

section#home_about .abt_imgs {
  padding: 0 100px;
  position: relative; }

section#home_about .abt_imgs:before {
  content: "";
  position: absolute;
  background-image: url(/files/images/about-image-bg.png);
  top: 0;
  left: -50px;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: -1; }

section#home_about .abt_imgs > img {
  z-index: 1; }

section#home_services h5 {
  color: #a25642;
  font-weight: 600; }

section#home_services h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4a4c71;
  margin-bottom: 25px; }

section#home_services h2 > span {
  font-weight: 300;
  color: #ababab; }

section#home_services .serv_slider_wrap .serv_slick.slick-slider .each_serv img {
  width: 100px; }

section#home_services .serv_slider_wrap .serv_slick.slick-slider .each_serv h5 {
  color: #4a4c70;
  font-weight: 700;
  margin: 20px 0; }

section#home_services .serv_slider_wrap .serv_slick.slick-slider .each_serv h5:hover, section#home_services .serv_slider_wrap .serv_slick.slick-slider .each_serv h5:active, section#home_services .serv_slider_wrap .serv_slick.slick-slider .each_serv h5:focus {
  color: #000; }

section#home_services a.vw_l_serv {
  display: inline-block;
  color: #4a4c70;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 25px;
  border: 2px solid #efc940; }

section#home_services a.vw_l_serv:hover, section#home_services a.vw_l_serv:focus, section#home_services a.vw_l_serv:active {
  background-color: #efc940;
  color: #d0e0f0; }

section#home_memory h5 {
  color: #a25642;
  font-weight: 600; }

section#home_memory h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4a4c71;
  margin-bottom: 25px; }

section#home_memory h2 > span {
  font-weight: 300;
  color: #ababab; }

section#home_memory p {
  font-size: 1.7rem;
  margin-bottom: 30px; }

.loc-wrap {
  position: relative;
  display: block;
  width: 100%;
  float: left; }

.loc-wrap:before {
  content: "";
  position: absolute;
  background-image: url(/files/images/logan-centers-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0; }

section#locs_fsec {
  background-color: #f9f8f6;
  padding: 60px 0 365px; }

section#locs_fsec h5 {
  color: #a5c3d2;
  font-weight: 600; }

section#locs_fsec h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4a4c71;
  margin-bottom: 25px; }

section#locs_fsec h2 > span {
  font-weight: 300;
  color: #ababab; }

section#locs_ssec {
  background-color: #f6f7fb; }

section#locs_ssec h5 {
  color: #647b98;
  font-weight: 600; }

section#locs_ssec h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4a4c71;
  margin-bottom: 25px; }

section#locs_ssec h2 > span {
  font-weight: 300;
  color: #ababab; }

section#locs_ssec p {
  font-size: 1.7rem; }

section#locs_ssec .sec_hd_div {
  display: none; }

section.home_locations .loc_wrap.slick-slider button.slick-prev.slick-arrow {
  top: -380px;
  right: 82px;
  left: unset;
  min-width: 40px;
  min-height: 40px; }

section.home_locations .loc_wrap.slick-slider button.slick-prev.slick-arrow:before {
  content: "\f053";
  font-family: 'FontAwesome';
  color: #000;
  font-size: 0.8rem;
  border: 1px solid #efc940;
  border-radius: 50%;
  padding: 12px 14px; }

section.home_locations .loc_wrap.slick-slider button.slick-next.slick-arrow {
  top: -380px;
  right: 38px;
  min-width: 40px;
  min-height: 40px; }

section.home_locations .loc_wrap.slick-slider button.slick-next.slick-arrow:before {
  content: "\f054";
  font-family: 'FontAwesome';
  color: #000;
  font-size: 0.8rem;
  border: 1px solid #efc940;
  border-radius: 50%;
  padding: 12px 14px; }
/* section.home_locations .loc_wrap.slick-slider {
 overflow-x: clip;
 } */
section.home_locations .loc_wrap.slick-slider .slick-list {
  overflow: visible; }

section.home_locations .loc_wrap.slick-slider .slick-slide {
  margin: 0 15px 0 0; }

section#locs_ssec .each_loc {
  background-color: #fff;
  display: block;
  width: 100%;
  float: left;
  padding: 10px 25px 25px 25px;
  -webkit-box-shadow: 2px 5px 10px 0px #c5c5c5;
  -moz-box-shadow: 2px 5px 10px 0px #c5c5c5;
  box-shadow: 2px 5px 10px 0px #c5c5c5;
  position: relative;
  min-height: 247px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px; }

section#locs_ssec .each_loc .in_map_sec {
  position: absolute;
  height: 330px;
  width: 100%;
  display: block;
  max-width: 100%;
  background-color: #fff;
  top: -330px;
  bottom: 0;
  left: 0;
  right: 0;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 20px 20px 10px 20px; }

section#locs_ssec .each_loc .each_locMap_js {
  width: 100%;
  height: 100%;
  border-radius: 15px; }

section#locs_ssec .each_loc .in_map_head h4 {
  font-weight: 700;
  margin: 10px 0;
  color: #4a4c71;
  min-height: 58px; }

section#locs_ssec .each_loc .in_map_detail {
  padding: 0 10px; }

section#locs_ssec .each_loc .in_map_detail ul.list-unstyled li {
  display: table;
  margin: 10px 0; }

section#locs_ssec .each_loc .in_map_detail ul.list-unstyled li i {
  padding-right: 15px;
  display: table-cell;
  color: #4a4c71; }

section#locs_ssec .each_loc .in_map_detail ul.list-unstyled li span, section#locs_ssec .each_loc .in_map_detail ul.list-unstyled li a {
  display: table-cell;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4a4c71; }

section#locs_ssec .each_loc .in_map_detail ul.list-unstyled li a:hover, section#locs_ssec .each_loc .in_map_detail ul.list-unstyled li a:focus, section#locs_ssec .each_loc .in_map_detail ul.list-unstyled li a:active {
  color: #efc940; }

section#locs_ssec .each_loc a.loc_detail {
  display: inline-block;
  color: #4a4c71;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 25px;
  border: 2px solid #efc940; }

section#locs_ssec .each_loc a.loc_detail:hover, section#locs_ssec .each_loc a.loc_detail:focus, section#locs_ssec .each_loc a.loc_detail:active {
  background-color: #efc940;
  color: #d0e0f0; }

@media (max-width: 1199px) {
  section.home_locations .loc_wrap.slick-slider .slick-list {
    overflow: hidden; }

  section#locs_fsec {
    display: none; }

  section#locs_ssec {
    background-color: #f6f7fb;
    padding: 90px 0 0; }

  section#locs_ssec .sec_hd_div {
    display: block; }

  section#locs_ssec .each_loc {
    margin: 30px 0;
    float: none; }

  section#locs_ssec .each_loc .in_map_sec {
    position: unset;
    top: 0;
    padding: 20px 0 0; }

  section#locs_ssec .each_loc:before {
    position: initial; }

  section.home_locations .loc_wrap.slick-slider button.slick-prev.slick-arrow {
    top: unset;
    bottom: -40px;
    right: unset;
    left: 37%; }

  section.home_locations .loc_wrap.slick-slider button.slick-next.slick-arrow {
    top: unset;
    bottom: -40px;
    right: 37%; } }

@media (max-width: 1199px) and (min-width: 992px) {
  section#locs_ssec .each_loc p {
    min-height: 145px; } }

section.home_locations a.vw_l_cen {
  display: inline-block;
  color: #4a4c70;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 25px;
  border: 2px solid #efc940; }

section.home_locations a.vw_l_cen:hover, section.home_locations a.vw_l_cen:focus, section.home_locations a.vw_l_cen:active {
  background-color: #efc940;
  color: #d0e0f0; }

section#home_news {
  background-color: #f9f8f6; }

section#home_news h5 {
  color: #a25541;
  font-weight: 600; }

section#home_news h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4a4c71;
  margin-bottom: 25px; }

section#home_news h2 > span {
  font-weight: 300;
  color: #ababab; }

section#home_news .nws_sc {
  display: flex;
  flex-wrap: wrap; }

section#home_news .nws_sc .nimg-wrap {
  max-height: 100%;
  overflow: hidden; }

section#home_news .nws_sc .nimg-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain; }

section#home_news .nws_sc .each_news {
  margin: 15px; }

section#home_news .nws_sc .each_news.nws_cat1 {
  background-color: #fff;
  border-radius: 25px;
  padding: 15px;
  width: calc(25% - 30px);
  display: inline-block; }

section#home_news .nws_sc .each_news.nws_cat2 {
  border-radius: 25px;
  padding: 20px;
  width: calc(75% - 30px);
  display: inline-block; }

section#home_news .nws_sc .each_news.nws_cat3 {
  border-radius: 25px;
  padding: 20px;
  width: calc(75% - 30px);
  display: inline-block; }

section#home_news .nws_sc .each_news.nws_cat4 {
  background-color: #fff;
  border-radius: 25px;
  padding: 15px;
  width: calc(25% - 30px);
  display: inline-block; }

section#home_news .nws_sc .nws_det .nws_date, section#home_news .nws_sc .nws_det .nws_more_a {
  display: inline-block;
  width: 50%; }

section#home_news .nws_sc .each_news.nws_cat2 .nws_det .nws_date span, section#home_news .nws_sc .each_news.nws_cat3 .nws_det .nws_date span {
  color: #fff;
  font-size: 0.8rem; }

section#home_news .nws_sc .each_news.nws_cat2 .nws_det .nws_more_a a, section#home_news .nws_sc .each_news.nws_cat3 .nws_det .nws_more_a a {
  color: #fff;
  font-size: 0.8rem;
  float: right;
  padding-right: 15px; }

section#home_news .nws_sc .each_news.nws_cat1 .nws_det .nws_date span, section#home_news .nws_sc .each_news.nws_cat4 .nws_det .nws_date span {
  color: #4a4c70;
  font-size: 0.8rem; }

section#home_news .nws_sc .each_news.nws_cat1 .nws_det .nws_more_a a, section#home_news .nws_sc .each_news.nws_cat4 .nws_det .nws_more_a a {
  color: #4a4c70;
  font-size: 0.8rem;
  float: right;
  padding-right: 15px; }

section#home_news .nws_sc .each_news.nws_cat1 img, section#home_news .nws_sc .each_news.nws_cat2 img, section#home_news .nws_sc .each_news.nws_cat3 img, section#home_news .nws_sc .each_news.nws_cat4 img {
  border-radius: 25px; }

section#home_news .each_news.nws_cat2, section#home_news .each_news.nws_cat3 {
  position: relative;
  padding: 0 !important; }

section#home_news .each_news.nws_cat2 .nimg-wrap img, section#home_news .each_news.nws_cat3 .nimg-wrap img {
  max-height: 480px;
  object-fit: cover; }

section#home_news .each_news.nws_cat1 .nws_det, section#home_news .each_news.nws_cat4 .nws_det {
  position: relative; }

section#home_news .each_news.nws_cat1 .nws_det h6, section#home_news .each_news.nws_cat4 .nws_det h6 {
  color: #4a4c70;
  margin: 20px 0 12px; }

section#home_news .each_news.nws_cat1 .nws_det p, section#home_news .each_news.nws_cat4 .nws_det p {
  color: #8e8e8e; }

section#home_news .each_news.nws_cat2 .nws_det, section#home_news .each_news.nws_cat3 .nws_det {
  position: absolute;
  bottom: 0;
  padding: 30px 15px;
  z-index: 10;
  left: 0;
  right: 0; }

section#home_news .each_news.nws_cat2 .nws_det h6, section#home_news .each_news.nws_cat3 .nws_det h6 {
  color: #fff; }

section#home_news .each_news.nws_cat2 .nws_det p, section#home_news .each_news.nws_cat3 .nws_det p {
  color: #fff; }

section#home_news .each_news .nws_det small {
  background-color: #49c2df;
  color: #fff;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 10px;
  position: absolute;
  top: -35px;
  left: 3%; }

section#home_news .each_news.nws_cat2 .nws_det:before, section#home_news .each_news.nws_cat3 .nws_det:before {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(101, 123, 153, 0.7) 10%, rgba(101, 123, 153, 1) 90%);
  top: -45px;
  bottom: -15px;
  left: 0;
  right: 0;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin: 15px 0;
  z-index: -1;
  width: 100%; }

section#home_news .view_allnews a {
  display: inline-block;
  color: #4a4c71;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 25px;
  border: 2px solid #efc940; }

section#home_news .view_allnews a:hover, section#home_news .view_allnews a:focus, section#home_news .view_allnews a:active {
  background-color: #efc940;
  color: #d0e0f0; }

section#home_gallery .row-gal {
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  position: relative; }

section#home_gallery .row-gal .col-gal {
  width: 33.33%;
  margin: 0;
  padding: 0;
  display: inline-block; }

section#home_gallery .row-gal .col-gal:nth-child(5n) {
  width: 66.66% !important; }

section#home_gallery .row-gal .col-gal:nth-child(6n) {
  position: absolute;
  left: 0;
  bottom: 0; }

section#home_gallery .row-gal .col-gal .gal_item a.gal_zoom {
  display: block;
  position: relative; }

section#home_gallery .row-gal .col-gal .gal_item a.gal_zoom:before {
  content: "";
  position: absolute; }

section#home_gallery .row-gal .col-gal .gal_item:hover > a.gal_zoom:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(135, 206, 235, 0.502); }

.fancybox-caption .fancybox-caption__body p {
  color: #fff;
  font-size: 1.5rem; }

.fancybox-caption .fancybox-caption__body p::before {
  content: '\f10d';
  font-family: FontAwesome;
  padding: 10px; }

.fancybox-caption .fancybox-caption__body p::after {
  content: '\f10e';
  font-family: FontAwesome;
  padding: 10px; }

div#posts {
  display: block;
  width: 100%;
  float: left; }

#posts article#post > header, #posts article#post > br {
  display: none; }

.service_post_single {
  margin: 60px 0; }

.custom_serv_cont h5 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #efc940;
  text-transform: uppercase; }

.news_post_single {
  margin: 60px 0; }

.custom_news_cont h5 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #efc940;
  text-transform: uppercase; }

section#all-news_page .all_news {
  padding: 20px;
  border: 2px solid #efc940;
  border-radius: 10px;
  margin: 20px 0;
  position: relative;
  background-color: #fff;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2); }

section#all-news_page .all_news.featured_news::before {
  position: absolute;
  top: 2rem;
  right: -0.5rem;
  content: '';
  background: #efc940;
  height: 28px;
  width: 28px;
  transform: rotate(45deg);
  z-index: -1; }

section#all-news_page .all_news.featured_news::after {
  position: absolute;
  content: attr(data-label);
  top: 11px;
  right: -14px;
  padding: 0.5rem;
  width: 10rem;
  background: #efc940;
  color: #fff;
  text-align: center;
  font-weight: 600;
  box-shadow: 4px 4px 15px rgba(26, 35, 126, 0.2); }

section#all-news_page .all_news .in_newss_cnt h5 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #efc940;
  text-transform: uppercase; }

.breadcrump {
  background: #fff;
  padding: 30px 0;
  display: block;
  width: 100%;
  float: left; }

.breadcrump .title_area h2 {
  color: #dfbc00;
  text-transform: uppercase;
  font-weight: 600; }

.breadcrump .title_area {
  width: 100%; }

.breadcrump .breadcrump_area {
  width: 100%; }

.breadcrump_area, .breadcrump_area a {
  color: #dfbc00; }

.breadcrump_area a:hover {
  color: #000; }

section.inner_page {
  padding: 80px 0; }

section.inner_page .tabs-left {
  border-bottom: none;
  display: block; }

section.inner_page .tabs-left li a.active {
  background: #dfbc00;
  color: #fff;
  padding: 10px 15px;
  width: 100%;
  display: block; }

section.inner_page .tabs-left li a {
  color: #191919;
  width: 100%;
  display: block;
  border-bottom: none;
  padding: 10px 15px;
  cursor: pointer;
  font-size: 1rem;
  background: #eee; }

section.inner_page .tab-content .tab-pane .panel_body h1 {
  color: #dfbc00;
  font-weight: 700;
  text-transform: uppercase; }

section#what-we-do_page .all_serv {
  padding: 20px;
  border: 2px solid #efc940;
  border-radius: 10px;
  margin: 20px 0; }

section#what-we-do_page .all_serv .servs_cnt h5 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #efc940;
  text-transform: uppercase; }

section#locations_page .each_location_div {
  border: 2px solid #efc940;
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
  min-height: 245px; }

section#locations_page .each_location_div:hover {
  -webkit-box-shadow: 2px 5px 10px 0px #c5c5c5;
  -moz-box-shadow: 2px 5px 10px 0px #c5c5c5;
  box-shadow: 2px 5px 10px 0px #c5c5c5; }

section#locations_page .each_location_div .map_sec_div {
  height: 330px; }

section#locations_page .each_location_div .map_sec_div .mp_locMap_js {
  width: 100%;
  height: 100%; }

section#locations_page .each_location_div .map_head_div h4 {
  font-weight: 700;
  margin: 20px 0;
  color: #4a4c71;
  min-height: 58px; }

section#locations_page .each_location_div .map_detail_div {
  padding: 0 10px; }

section#locations_page .each_location_div .map_detail_div ul.list-unstyled li {
  display: table;
  margin: 10px 0; }

section#locations_page .each_location_div .map_detail_div ul.list-unstyled li i {
  padding-right: 15px;
  display: table-cell;
  color: #4a4c71; }

section#locations_page .each_location_div .map_detail_div ul.list-unstyled li span, section#locations_page .each_location_div .map_detail_div ul.list-unstyled li a {
  display: table-cell;
  font-size: 1rem;
  font-weight: 600;
  color: #4a4c71; }

section#locations_page .each_location_div .map_detail_div ul.list-unstyled li a:hover, section#locations_page .each_location_div .map_detail_div ul.list-unstyled li a:focus, section#locations_page .each_location_div .map_detail_div ul.list-unstyled li a:active {
  color: #efc940; }

section#locations_page .each_location_div .map_btn_div a.get_dir {
  display: inline-block;
  color: #4a4c71;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 25px;
  border: 2px solid #efc940; }

section#locations_page .each_location_div .map_btn_div a.get_dir:hover, section#locations_page .each_location_div .map_btn_div a.get_dir:focus, section#locations_page .each_location_div .map_btn_div a.get_dir:active {
  background-color: #efc940;
  color: #d0e0f0; }

section#emergency-rights-and-responsibilities_page h5, section#emergency-rights-and-responsibilities_page h5 > a {
  color: #000;
  font-size: 1.7rem; }

section#contact-us_page h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #4a4c71; }

section#contact-us_page .contact_form {
  background: #eee;
  padding: 50px 40px 25px;
  border-radius: 10px; }

section#contact-us_page .contact_form .cnt_btn {
  background-color: #efc940;
  padding: 10px 25px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25rem;
  font-weight: 700;
  border: 2px solid #efc940;
  text-align: center;
  width: 100%; }

section#contact-us_page .contact_form .cnt_btn:hover {
  color: #efc940;
  background-color: #fff; }

section#contact-us_page .contact_form input.form-control::-webkit-input-placeholder, section#contact-us_page .contact_form textarea.form-control::-webkit-input-placeholder {
  color: #6c757d !important; }

footer#logan_footer {
  background-color: #21212b;
  width: 100%;
  display: block;
  float: left; }

footer#logan_footer .hotline_caption p {
  margin: 0;
  background-color: #efc940;
  border-radius: 30px;
  color: #fff;
  padding: 5px 15px;
  display: inline-block; }

footer#logan_footer .hotline_caption p > a {
  color: #fff; }

footer#logan_footer .hotline_caption p > a:hover {
  opacity: 0.8; }

footer#logan_footer .footer-col h6 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px; }

footer#logan_footer .footer-col img.ft_logo {
  max-width: 100px; }

footer#logan_footer .footer-col p {
  color: #efc940;
  margin: 20px 0; }

footer#logan_footer .footer-col ul li a {
  font-size: 1rem;
  font-weight: 500;
  color: #a5a5a5;
  margin-bottom: 10px;
  display: block; }

footer#logan_footer .footer-col ul li a:hover {
  color: #efc940; }

footer#logan_footer .left_copy, footer#logan_footer .right_copy {
  font-size: 1rem;
  color: #7c6501; }

footer#logan_footer .left_copy a, footer#logan_footer .right_copy a {
  color: #efc940;
  font-weight: bold;
  font-size: 1rem; }

footer#logan_footer .left_copy a:hover, footer#logan_footer .right_copy a:hover {
  color: #000; }

@media (min-width: 1200px) and (max-width: 1439px) {
  header#logan_header .header_row .menu_area nav.navbar #mainmenu ul.navbar-nav li.nav-item a.nav-link {
    font-size: 15px !important; } }

@media (min-width: 1200px) {
  section#home_news .nws_sc .each_news.odd:nth-child(3), section#home_news .nws_sc .each_news.odd:only-child {
    width: calc(80% - 30px) !important;
    margin: 15px auto; } }

@media (min-width: 1400px) {
  section#home_news .nws_sc .each_news.odd:nth-child(3), section#home_news .nws_sc .each_news.odd:only-child {
    width: calc(70% - 30px) !important;
    margin: 15px auto; }

  header#logan_header .header_row .menu_area nav.navbar #mainmenu ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px !important; } }

@media (min-width: 1600px) {
  section > .container-fluid > .container {
    max-width: 1300px; }

  section#home_news .each_news.nws_cat2 .nimg-wrap img, section#home_news .each_news.nws_cat3 .nimg-wrap img {
    max-height: 600px; }

  section#home_news .nws_sc .each_news.odd:nth-child(3), section#home_news .nws_sc .each_news.odd:only-child {
    width: calc(60% - 30px) !important;
    margin: 15px auto; }

  header#logan_header .header_row .menu_area nav.navbar #mainmenu ul.navbar-nav li.nav-item a.nav-link {
    font-size: 18px !important; } }

@media (min-width: 1900px) {
  section > .container-fluid > .container {
    max-width: 1600px; }

  p {
    font-size: 1.5rem; }

  a {
    font-size: 1.5rem; }

  h6 {
    font-size: 1.5rem; }

  h5 {
    font-size: 1.7rem; }

  header#logan_header .head_top_row .hot_ph-r i {
    font-size: 1.5rem; }

  header#logan_header .header_row .menu_area nav.navbar #mainmenu ul.navbar-nav li.nav-item a.nav-link {
    font-size: 1.6rem; }

  section#home_slider .slide_socials a {
    font-size: 2.5rem; }

  section#home_slider .logan_slider_wrap .logan_slick .logan_slider_content .lgsld_cnt h2 {
    font-size: 6rem; }

  section#home_slider .logan_slider_wrap .logan_slick .logan_slider_content .lgsld_cnt h3 {
    font-size: 6rem; }

  section#home_slider .logan_slider_wrap .logan_slick .logan_slider_content a.sld_dscvr {
    font-size: 1.1rem; }

  section#home_services a.vw_l_serv {
    font-size: 1.1rem; }

  section.home_locations a.vw_l_cen {
    font-size: 1.1rem; }

  section#home_memory p, section#locs_ssec p {
    font-size: 2rem; }

  section#home_news .each_news.nws_cat2 .nimg-wrap img, section#home_news .each_news.nws_cat3 .nimg-wrap img {
    max-height: 800px; }

  section#home_news .nws_sc .each_news.odd:nth-child(3), section#home_news .nws_sc .each_news.odd:only-child {
    width: calc(50% - 30px) !important;
    margin: 15px auto; } }

@media (min-width: 2200px) {
  section > .container-fluid > .container {
    max-width: 1700px; } }

@media (min-width: 2500px) {
  section > .container-fluid > .container {
    max-width: 2000px; } }

@media (max-width: 1199px) {
  header#logan_header .header_row {
    display: block !important;
    width: 100%;
    float: left; }

  header#logan_header .header_row .menu_area button.navbar-toggler {
    position: absolute;
    top: -35px;
    right: 0;
    outline: 0; }

  header#logan_header .header_row .menu_area button.navbar-toggler.collapsed span.navbar-toggler-icon:before {
    content: "\f0c9";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 32px;
    color: #efc940; }

  header#logan_header .header_row .menu_area button.navbar-toggler span.navbar-toggler-icon:before {
    content: "\f00d";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 32px;
    color: #efc940; }

  header#logan_header .header_row .menu_area #mainmenu ul.navbar-nav {
    margin: 20px 0; }

  header#logan_header .header_row .menu_area nav.navbar #mainmenu ul.navbar-nav li.nav-item a.nav-link {
    padding: 8px 20px; }

  section#home_slider .logan_slider_wrap .logan_slick .logan_slide {
    min-height: unset;
    background-position: center;
    padding: 30px 0; }

  section#home_slider .slide_socials {
    position: unset;
    background-color: #000;
    display: block;
    width: 100%;
    float: left;
    text-align: center; }

  section#home_slider .slide_socials a {
    display: inline-block;
    margin: 25px; }

  section#locs_ssec .each_loc .in_map_detail ul.list-unstyled li:first-child {
    min-height: 50px; }

  section#home_news .each_news .nws_det small {
    position: unset;
    margin: 20px 0;
    display: block;
    text-align: center; }

  section#home_news .nws_sc .each_news.odd:nth-child(3), section#home_news .nws_sc .each_news.odd:only-child {
    width: 100% !important;
    margin: 15px auto; }

  footer#logan_footer .footer-col h3 {
    margin: 30px 0 10px 0; }

  footer#logan_footer .left_copy, footer#logan_footer .right_copy {
    text-align: center !important; } }

@media (max-width: 768px) {
  .hotline_caption {
    text-align: center;
    margin: auto;
    float: unset; }

  .hotline_caption p {
    padding: 5px 25px; }

  .hotline_caption a {
    display: block; }

  .hot_ph-r {
    text-align: center;
    margin: 10px;
    display: block;
    width: 100%;
    float: left; }

  section.home_locations .loc_wrap.slick-slider .slick-slide {
    margin: 0 10px; }

  section.home_locations .arw_mar {
    margin-bottom: 30px; }

  section#home_news .nws_sc .each_news {
    width: 100% !important;
    background-color: #fff;
    padding: 20px !important; }

  section#home_news .each_news.nws_cat2 .nws_det, section#home_news .each_news.nws_cat3 .nws_det {
    position: unset;
    background-color: #fff; }

  section#home_news .each_news.nws_cat2 .nws_det h6, section#home_news .each_news.nws_cat3 .nws_det h6 {
    color: #000; }

  section#home_news .each_news.nws_cat2 .nws_det p, section#home_news .each_news.nws_cat3 .nws_det p {
    color: #000; }

  section#home_news .each_news.nws_cat2:after, section#home_news .each_news.nws_cat3:after {
    display: none; }

  section#home_gallery .row-gal .col-gal:nth-child(6n) {
    bottom: 1px; }

  .field-group.recaptcha .g-recaptcha iframe {
    transform: scale(0.8);
    margin-left: -10%; } }

.pulse {
  -webkit-animation-name: pulsate;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 2; }

@-webkit-keyframes pulsate {
  0% {
    opacity: 0; }

  10% {
    opacity: 0.2; }

  20% {
    opacity: 0.4; }

  30% {
    opacity: 0.6; }

  40% {
    opacity: 0.8; }

  50% {
    opacity: 1; }

  60% {
    opacity: 0.8; }

  70% {
    opacity: 0.6; }

  80% {
    opacity: 0.4; }

  90% {
    opacity: 0.2; }

  100% {
    opacity: 0; } }
