@charset "UTF-8";
/*
Theme Name: Law Doyle
Author: GoingClear Interactive
Author URI: https://www.goingclear.com/
Version: 1.0.0
Text Domain: lawdoyle
*/
/***********************************
BASE STYLES
***********************************/
@font-face {
  font-family: "lawdoyle";
  src: url("fonts/lawdoyle.eot?75483037");
  src: url("fonts/lawdoyle.eot?75483037#iefix") format("embedded-opentype"), url("fonts/lawdoyle.woff2?75483037") format("woff2"), url("fonts/lawdoyle.woff?75483037") format("woff"), url("fonts/lawdoyle.ttf?75483037") format("truetype"), url("fonts/lawdoyle.svg?75483037#lawdoyle") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon^=icon-]:before, [data-icon*=" icon-"]:before {
  speak: none;
  line-height: 1;
  font-family: "lawdoyle";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  speak: none;
  line-height: 1;
  font-family: "lawdoyle";
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\e808";
}

.icon-arrow-left:before {
  content: "\e80c";
}

.icon-arrow-right:before {
  content: "\e80d";
}

.icon-arrow-up:before {
  content: "\e811";
}

.icon-call:before {
  content: "\e801";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-close:before {
  content: "\e802";
}

.icon-fax:before {
  content: "\e803";
}

.icon-lawdoyle:before {
  content: "\e814";
}

.icon-link:before {
  content: "\e80e";
}

.icon-location:before {
  content: "\e804";
}

.icon-mail:before {
  content: "\e805";
}

.icon-minus:before {
  content: "\e800";
}

.icon-pause:before {
  content: "\e816";
}

.icon-play:before {
  content: "\e815";
}

.icon-plus:before {
  content: "\e807";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-search:before {
  content: "\e817";
}

.icon-star:before {
  content: "\e806";
}

.icon-facebook-squared:before {
  content: "\f308";
}

.icon-facebook:before {
  content: "\e809";
}

.icon-gplus:before {
  content: "\f0d5";
}

.icon-instagram:before {
  content: "\e80a";
}

.icon-linkedin-squared:before {
  content: "\f30c";
}

.icon-linkedin:before {
  content: "\e80f";
}

.icon-pinterest:before {
  content: "\f231";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-quora:before {
  content: "\f2c4";
}

.icon-reddit-alien:before {
  content: "\f281";
}

.icon-sina-weibo:before {
  content: "\f33f";
}

.icon-snapchat-ghost:before {
  content: "\f2ac";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-tiktok:before {
  content: "\e812";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-vkontakte:before {
  content: "\f189";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-whatsapp:before {
  content: "\e813";
}

.icon-x:before {
  content: "\e80b";
}

.icon-youtube:before {
  content: "\e810";
}

*:not(ul):not(ol):not(blockquote) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, div, span, img, a, p, h1, h2, h3,
h4, h5, h6, option, legend, label,
table, th, td, tr, article, aside,
caption, figure, footer, header, hgroup,
mark, nav, section, time, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

table {
  border-collapse: collapse;
}

html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}

body {
  margin: 0;
  width: 100%;
  color: #000000;
  min-height: 100%;
  position: relative;
  background: #FFFFFF;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: 400 16px/24px "Work Sans", sans-serif;
}

h1, .h1 {
  font-size: 60px;
  line-height: 72px;
}

h2, .h2 {
  font-size: 48px;
  line-height: 58px;
}

h3, .h3 {
  font-size: 36px;
  line-height: 44px;
}

h4, .h4 {
  font-size: 30px;
  line-height: 36px;
}

h5, .h5 {
  font-size: 24px;
  line-height: 32px;
}

h6, .h6 {
  font-size: 20px;
  line-height: 28px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #252B72;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Libre Baskerville", sans-serif;
}

a:hover, a:focus, button:hover, button:focus {
  outline: 0;
  text-decoration: none;
}

p {
  margin: 0 0 30px;
}

.container {
  width: 100%;
  max-width: 1240px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.container.container-lg {
  max-width: 1400px;
}

.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lr-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.lr-10 > [class*=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.list-inline {
  margin-left: -5px;
  margin-right: -5px;
}
.list-inline li {
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

.fluid {
  max-width: 100% !important;
}
.fluid br {
  display: none;
}
.fluid h1, .fluid h2, .fluid h3, .fluid h4, .fluid h5, .fluid h6,
.fluid .h1, .fluid .h2, .fluid .h3, .fluid .h4, .fluid .h5, .fluid .h6, .fluid p,
.fluid .entry-title, .fluid .description,
.fluid .content, .fluid .testi-item, .fluid .quote,
.fluid [class*=__editor], .fluid [class*=__content],
.fluid [class*=-content], .fluid [class*=text] {
  max-width: 100% !important;
}

.blankSpace {
  top: -80px !important;
  display: block !important;
  position: relative !important;
  visibility: hidden !important;
}

section {
  padding: 50px 0;
}

input[type=text]:not(.select2-input),
input[type=number],
input[type=email],
input[type=tel],
input[type=search],
input[type=password],
input[type=file],
select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  color: #252B72 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  block-size: 50px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  line-height: 22px !important;
  background: #FFFFFF !important;
  border-radius: 8px !important;
  padding: 10px 16px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 1px solid #D7D8DD !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}
input[type=text]:not(.select2-input)::-webkit-inner-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=file]::-webkit-inner-spin-button,
select::-webkit-inner-spin-button, textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  cursor: pointer;
  display: block;
  width: 8px;
  color: #333;
  text-align: center;
  position: relative;
}
input[type=text]:not(.select2-input)::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #252B72;
  font-size: 16px;
  font-weight: 400;
}
input[type=text]:not(.select2-input)::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=file]::-moz-placeholder,
select::-moz-placeholder, textarea::-moz-placeholder {
  color: #252B72;
  font-size: 16px;
  font-weight: 400;
}
input[type=text]:not(.select2-input):-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #252B72;
  font-size: 16px;
  font-weight: 400;
}
input[type=text]:not(.select2-input):-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=file]:-moz-placeholder,
select:-moz-placeholder, textarea:-moz-placeholder {
  color: #252B72;
  font-size: 16px;
  font-weight: 400;
}
input[type=text]:not(.select2-input):hover, input[type=text]:not(.select2-input):focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=email]:hover,
input[type=email]:focus,
input[type=tel]:hover,
input[type=tel]:focus,
input[type=search]:hover,
input[type=search]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=file]:hover,
input[type=file]:focus,
select:hover,
select:focus, textarea:hover, textarea:focus {
  outline: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

hr {
  margin: 0;
  padding: 0;
  border-width: 1px;
  border-color: #D7D8DD;
}

.btn {
  border: 0;
  outline: 0;
  color: #252B72;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 22px;
  padding: 16px 18px;
  background: #FFD400;
  border-radius: 10px;
  font-family: "Libre Baskerville", sans-serif;
}
.btn.btn-base {
  color: #FFFFFF;
  background: #252B72;
}
.btn.btn-base:active, .btn.btn-base:hover, .btn.btn-base:focus {
  color: #252B72;
  background: #FFD400;
}
.btn:active, .btn:hover, .btn:focus {
  outline: 0;
  color: #FFFFFF;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #252B72;
}

.work-sans {
  font-family: "Work Sans", sans-serif;
}

.text-black {
  color: #000000 !important;
}

.fz_21 {
  font-size: 21px;
  line-height: 31px;
}
@media only screen and (max-width: 767px) {
  .fz_21 {
    font-size: 18px;
    line-height: 28px;
  }
}

/***********************************
HEADER STYLES
***********************************/
.scroll-down .header:not(.sticky) {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.header-gutter {
  height: 110px;
  min-height: 110px;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  width: 100%;
  z-index: 1030;
  position: fixed;
  background: #FFFFFF;
  border-bottom: 1px solid #FFD400;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.12);
}
.header:has(.topbar) + .header-gutter {
  height: 150px;
  min-height: 150px;
}
.header.transparent {
  background: transparent;
}
.header .topbar {
  z-index: 1;
  position: relative;
  padding: 11.19px 0;
  width: 100% !important;
  background-color: #252B72;
}
.header .topbar .quick-contact {
  margin-bottom: 0;
  margin-left: -3.825%;
  margin-right: -3.825%;
}
.header .topbar .quick-contact li {
  position: relative;
  padding-left: 3.825%;
  padding-right: 3.825%;
}
.header .topbar .quick-contact li:not(.no_bullet):before {
  top: 4px;
  width: 8px;
  content: "";
  height: 8px;
  right: -2.5px;
  position: absolute;
  background: #FFD400;
  clip-path: polygon(47.934% 1.54%, 47.934% 1.54%, 48.24% 0.985%, 48.721% 0.554%, 49.331% 0.246%, 50.029% 0.062%, 50.77% 0%, 51.511% 0.062%, 52.208% 0.246%, 52.819% 0.554%, 53.299% 0.985%, 53.606% 1.54%, 53.606% 1.54%, 56.084% 7.95%, 59.13% 14.053%, 62.709% 19.817%, 66.791% 25.21%, 71.342% 30.198%, 76.33% 34.749%, 81.722% 38.83%, 87.486% 42.41%, 93.59% 45.456%, 100% 47.934%, 100% 47.934%, 100.554% 48.241%, 100.985% 48.721%, 101.293% 49.332%, 101.478% 50.029%, 101.54% 50.77%, 101.478% 51.511%, 101.293% 52.208%, 100.985% 52.819%, 100.554% 53.299%, 100% 53.606%, 100% 53.606%, 93.59% 56.084%, 87.486% 59.129%, 81.722% 62.709%, 76.33% 66.791%, 71.342% 71.342%, 66.791% 76.33%, 62.709% 81.722%, 59.129% 87.486%, 56.084% 93.59%, 53.606% 100%, 53.606% 100%, 53.299% 100.554%, 52.819% 100.985%, 52.208% 101.293%, 51.511% 101.478%, 50.77% 101.54%, 50.029% 101.478%, 49.332% 101.293%, 48.721% 100.985%, 48.241% 100.554%, 47.934% 100%, 47.934% 100%, 45.456% 93.59%, 42.41% 87.486%, 38.83% 81.722%, 34.749% 76.33%, 30.198% 71.342%, 25.21% 66.791%, 19.817% 62.709%, 14.053% 59.13%, 7.95% 56.084%, 1.54% 53.606%, 1.54% 53.606%, 0.985% 53.299%, 0.554% 52.819%, 0.246% 52.208%, 0.062% 51.511%, 0% 50.77%, 0.062% 50.029%, 0.246% 49.331%, 0.554% 48.721%, 0.985% 48.24%, 1.54% 47.934%, 1.54% 47.934%, 7.95% 45.455%, 14.053% 42.41%, 19.817% 38.83%, 25.209% 34.749%, 30.197% 30.197%, 34.749% 25.209%, 38.83% 19.817%, 42.41% 14.053%, 45.455% 7.95%, 47.934% 1.54%);
}
.header .topbar .quick-contact li .list {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.1;
}
.header .topbar .quick-contact li .list [class*=icon-] {
  color: #FFD400;
  line-height: 1;
  font-size: 15px;
  margin-right: 8px;
  display: inline-block;
}
.header .topbar .quick-contact li .list a {
  color: #FFFFFF;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .topbar .quick-contact li .list a:-moz-any-link:hover {
  color: #FFD400;
}
.header .topbar .quick-contact li .list a:any-link:hover {
  color: #FFD400;
}
.header .navbar {
  padding: 23.1px 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header .navbar .container,
.header .navbar .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.header .navbar .navbar-header .logo {
  float: left;
}
.header .navbar .navbar-header .logo .navbar-brand {
  margin: 0;
  padding: 0;
}
.header .navbar .navbar-header .logo .navbar-brand img {
  max-width: 490px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar .navbar-header .navbar-toggler {
  border: 0;
  float: left;
  width: 80px;
  padding: 31px 30px;
  background: transparent;
}
.header .navbar .navbar-collapse {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}
.header .navbar .navbar-collapse .navbar-nav {
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .navbar .navbar-collapse .navbar-nav > li {
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.header .navbar .navbar-collapse .navbar-nav > li > a {
  color: #000000;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-family: "Libre Baskerville", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar .navbar-collapse .navbar-nav > li > a.dropdown-toggle:after {
  display: none;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn > a {
  color: #252B72;
  border-radius: 8px;
  white-space: nowrap;
  padding: 19px 20.4px;
  background-color: #FFD400;
}
.header .navbar .navbar-collapse .navbar-nav > li.menu-btn > a:hover {
  color: #FFFFFF;
  background-color: #252B72;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown > a .dropdown-toggle {
  color: #000000;
  margin-left: 5px;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown > a .dropdown-toggle:after {
  vertical-align: 3px;
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu {
  margin: 0;
  border: 0;
  opacity: 0;
  left: -20px;
  padding: 10px;
  display: block;
  min-width: 380px;
  padding-top: 15px;
  visibility: hidden;
  border-radius: 10px;
  top: calc(100% + 50px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:before, .header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:after {
  content: "";
  z-index: -1;
  position: absolute;
  background-color: #FFD400;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:before {
  top: -6px;
  left: 55px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu:after {
  top: 0;
  left: 50%;
  height: 8px;
  width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu li {
  margin: 0;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu li:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D6E1E3;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu li a {
  width: 100%;
  color: #000000;
  display: block;
  font-size: 16px;
  line-height: 22px;
  padding: 14px 20px;
  border-radius: 8px;
  font-family: "Libre Baskerville", sans-serif;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu li.current-menu-ancestor a, .header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu li.active a, .header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu li:hover a, .header .navbar .navbar-collapse .navbar-nav > li.dropdown .dropdown-menu li:focus a {
  color: #FFFFFF;
  background-color: #252B72;
}
.header .navbar .navbar-collapse .navbar-nav > li.dropdown.show .dropdown-menu, .header .navbar .navbar-collapse .navbar-nav > li.dropdown:hover .dropdown-menu, .header .navbar .navbar-collapse .navbar-nav > li.dropdown:focus .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 15px);
}
.header .navbar .navbar-collapse .navbar-nav > li.current-menu-ancestor > a, .header .navbar .navbar-collapse .navbar-nav > li.active > a, .header .navbar .navbar-collapse .navbar-nav > li:hover > a, .header .navbar .navbar-collapse .navbar-nav > li:focus > a {
  color: #252B72;
}
.header .navbar .navbar-collapse .navbar-nav > li.current-menu-ancestor > a .dropdown-toggle, .header .navbar .navbar-collapse .navbar-nav > li.active > a .dropdown-toggle, .header .navbar .navbar-collapse .navbar-nav > li:hover > a .dropdown-toggle, .header .navbar .navbar-collapse .navbar-nav > li:focus > a .dropdown-toggle {
  color: #252B72;
}
.header .navbar .navbar-collapse .navbar-nav.navbar-nav-right {
  margin-left: 90px;
}
.header .navbar .navbar-collapse .navbar-nav.navbar-nav-right > li.mobile-navbar-toggler {
  margin-left: 0;
}

.sidr {
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999999;
  position: fixed;
  max-width: 320px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.12);
}
.sidr.right {
  left: auto;
  right: -100%;
}
.sidr.left {
  left: -100%;
  right: auto;
}
.sidr .sidr-inner .mobile-header {
  display: block !important;
}
.sidr .sidr-inner .navbar-header {
  padding: 20px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sidr .sidr-inner .navbar-header .logo {
  padding-right: 15px;
}
.sidr .sidr-inner .navbar-header .logo .navbar-brand {
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.sidr .sidr-inner .navbar-header .logo .navbar-brand img {
  max-width: 240px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidr .sidr-inner .navbar-header .navbar-toggler {
  border: 0;
  float: left;
  width: 80px;
  padding: 31px 30px;
  background: transparent;
}
.sidr .sidr-inner .navigation .gc-mobile-nav {
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.sidr .sidr-inner .navigation .quick-contact {
  margin: 0;
  padding: 0;
}
.sidr .sidr-inner .navigation .quick-contact > li {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidr .sidr-inner .navigation .quick-contact > li .list {
  color: #000000;
  font-size: 16px;
  line-height: 1.1;
}
.sidr .sidr-inner .navigation .quick-contact > li .list [class*=icon-] {
  color: #FFD400;
  line-height: 1;
  font-size: 15px;
  margin-right: 8px;
  display: inline-block;
}
.sidr .sidr-inner .navigation .quick-contact > li .list a {
  color: #000000;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidr .sidr-inner .navigation .quick-contact > li .list a:-moz-any-link:hover {
  color: #252B72;
}
.sidr .sidr-inner .navigation .quick-contact > li .list a:any-link:hover {
  color: #252B72;
}
.sidr .sidr-inner .navigation .navbar-nav {
  padding: 0;
  position: relative;
}
.sidr .sidr-inner .navigation .navbar-nav > li {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidr .sidr-inner .navigation .navbar-nav > li > a {
  color: #000000;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-family: "Libre Baskerville", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidr .sidr-inner .navigation .navbar-nav > li.menu-btn > a {
  color: #252B72;
  border-radius: 8px;
  text-align: center;
  padding: 19px 20.4px;
  background-color: #FFD400;
}
.sidr .sidr-inner .navigation .navbar-nav > li.menu-btn > a:hover {
  color: #FFFFFF;
  background-color: #252B72;
}
.sidr .sidr-inner .navigation .navbar-nav > li.dropdown {
  float: none;
  position: static !important;
}
.sidr .sidr-inner .navigation .navbar-nav > li.dropdown > a {
  position: relative;
}
.sidr .sidr-inner .navigation .navbar-nav > li.dropdown > a .dropdown-toggle {
  right: 0;
  width: 30px;
  height: 30px;
  margin-left: auto;
  position: absolute;
  line-height: 30px;
  text-align: center;
  top: calc(50% - 15px);
}
.sidr .sidr-inner .navigation .navbar-nav > li.dropdown.is-open > .dropdown-menu {
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.sidr .sidr-inner .navigation .navbar-nav > li.dropdown .dropdown-menu {
  top: 0;
  border: 0;
  margin: 0;
  padding: 0;
  z-index: 1;
  width: 100%;
  display: block;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  background-color: #FFFFFF;
  -webkit-transform: translate3d(110%, 0, 0);
  transform: translate3d(110%, 0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidr .sidr-inner .navigation .navbar-nav > li.dropdown .dropdown-menu li {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.sidr .sidr-inner .navigation .navbar-nav > li.dropdown .dropdown-menu li.dropdown-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 14px;
  font-weight: 600;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.sidr .sidr-inner .navigation .navbar-nav > li.dropdown .dropdown-menu li.dropdown-back span {
  width: 36px;
  height: 36px;
  color: #252B72;
  font-size: 10px;
  line-height: 36px;
  margin-left: 5px;
  text-align: center;
  background: #FFD400;
  vertical-align: 2px;
  border-radius: 500px;
  display: inline-block;
}
.sidr .sidr-inner .navigation .navbar-nav > li.dropdown .dropdown-menu li.dropdown-back .control {
  font-size: 16px;
  line-height: 20px;
  margin-left: auto;
  white-space: nowrap;
  font-family: "Libre Baskerville", sans-serif;
}
.sidr .sidr-inner .navigation .navbar-nav > li.dropdown .dropdown-menu li.dropdown-back .title {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  font-family: "Libre Baskerville", sans-serif;
}
.sidr .sidr-inner .navigation .navbar-nav > li.dropdown .dropdown-menu li.dropdown .dropdown-menu {
  padding: 0;
  -webkit-transform: inherit;
  transform: inherit;
}
.sidr .sidr-inner .navigation .navbar-nav > li.dropdown .dropdown-menu li > a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-family: "Libre Baskerville", sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sidr .sidr-inner .navigation .navbar-nav > li.dropdown .dropdown-menu li.current-menu-ancestor > a, .sidr .sidr-inner .navigation .navbar-nav > li.dropdown .dropdown-menu li.current-menu-item > a, .sidr .sidr-inner .navigation .navbar-nav > li.dropdown .dropdown-menu li:hover > a, .sidr .sidr-inner .navigation .navbar-nav > li.dropdown .dropdown-menu li:focus > a {
  color: #252B72;
}
.sidr .sidr-inner .navigation .navbar-nav > li.current-menu-ancestor > a, .sidr .sidr-inner .navigation .navbar-nav > li.current-menu-item > a, .sidr .sidr-inner .navigation .navbar-nav > li.current-menu-parent > a, .sidr .sidr-inner .navigation .navbar-nav > li:hover > a, .sidr .sidr-inner .navigation .navbar-nav > li:focus > a {
  color: #252B72;
}

.navbar-toggle {
  margin: 0;
  border: 0;
  width: 50px;
  height: 50px;
  padding: 14px;
  display: block;
  overflow: inherit;
  border-radius: 8px;
  background: #FFD400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .navbar-toggle {
    width: 46px;
    height: 46px;
    padding: 12px;
  }
}
.navbar-toggle.in {
  padding: 0;
  width: auto;
  height: auto;
  line-height: 1;
  font-size: 12px;
  background: transparent;
}
.navbar-toggle:hover .icon-bar:nth-child(1) {
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}
.navbar-toggle:hover .icon-bar:nth-child(3) {
  -webkit-transform: translateY(1px);
  transform: translateY(1px);
}
.navbar-toggle:hover:before, .navbar-toggle:focus:before {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.navbar-toggle .icon-bar {
  width: 100%;
  height: 3px;
  display: block;
  border-radius: 1px;
  background-color: #252B72;
  -webkit-transition: transform 150ms linear 150ms;
  -webkit-transition: -webkit-transform 150ms linear 150ms;
  transition: -webkit-transform 150ms linear 150ms;
  transition: transform 150ms linear 150ms;
  transition: transform 150ms linear 150ms, -webkit-transform 150ms linear 150ms;
}
.navbar-toggle .icon-bar:not(:last-child) {
  margin-bottom: 4px;
}

/***********************************
HOME STYLES
***********************************/
.faqs {
  z-index: 1;
  padding: 100px 0;
  position: relative;
}
.faqs .entry-title {
  margin-bottom: 30px;
}
.faqs__accordion {
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(37, 43, 114, 0.06);
          box-shadow: 0 12px 24px 0 rgba(37, 43, 114, 0.06);
}
.faqs__accordion .card {
  border: 0;
  width: 100%;
  display: block;
  border-radius: 0;
  overflow: hidden;
}
.faqs__accordion .card:not(:last-child) {
  margin-bottom: 1px;
}
.faqs__accordion .card-header {
  border: 0;
  color: #252B72;
  cursor: pointer;
  font-size: 21px;
  border-radius: 0;
  line-height: 30px;
  padding: 25px 20px;
  background: #FFFFFF;
  font-family: "Libre Baskerville", sans-serif;
  padding-right: 84px !important;
}
.faqs__accordion .card-header:before {
  top: 22px;
  width: 48px;
  right: 22px;
  height: 36px;
  color: #252B72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  content: "\e807";
  position: absolute;
  border-radius: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFD400;
  font-family: "lawdoyle";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faqs__accordion .card-header[aria-expanded=true] {
  color: #FFFFFF;
  background: #252B72;
}
.faqs__accordion .card-header[aria-expanded=true]:before {
  content: "\e800";
}
.faqs__accordion .card-body {
  padding: 20px;
}
.faqs__overlay {
  top: -80px;
  z-index: -1;
  width: 535px;
  right: -266px;
  height: 535px;
  position: absolute;
}
.faqs__overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner {
  z-index: 1;
  position: relative;
  padding: 85px 0 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.banner__text {
  max-width: 663px;
}
.banner__text .title {
  line-height: 1.5;
}
.banner__text .btn_group {
  gap: 10px;
  margin-top: 30px;
}
.banner__text .btn_group .btn {
  font-size: 21px;
  line-height: 38px;
  padding: 18px 32px;
}
.banner__text .btn_group .btn + .btn {
  color: #252B72;
  background: #FFFFFF;
}
.banner__text .btn_group .btn + .btn:active, .banner__text .btn_group .btn + .btn:hover, .banner__text .btn_group .btn + .btn:focus {
  color: #FFFFFF;
  background: #252B72;
}
.banner:before {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(19%, #FBFBFB), color-stop(26.79%, rgba(251, 251, 251, 0.81)), color-stop(34.59%, rgba(251, 251, 251, 0.92)), color-stop(69.66%, rgba(251, 251, 251, 0)));
  background: linear-gradient(90deg, #FBFBFB 19%, rgba(251, 251, 251, 0.81) 26.79%, rgba(251, 251, 251, 0.92) 34.59%, rgba(251, 251, 251, 0) 69.66%);
}

.features {
  padding: 100px 0;
}
.features .entry-title {
  margin-bottom: 30px;
}
.features .minus {
  margin-bottom: -40px;
}
.features__items {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.features__items--media {
  z-index: 1;
  width: 100%;
  display: block;
  overflow: hidden;
  min-height: 230px;
  position: relative;
  border-radius: 16px;
  margin-bottom: 20px;
  background-color: #000000;
}
.features__items--media:before, .features__items--media:after {
  content: "";
  width: 301px;
  height: 301px;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/Exclude.svg);
}
.features__items--media:before {
  top: -71px;
  right: -101px;
}
.features__items--media:after {
  left: 0;
  bottom: -150px;
}
.features__items--media .image {
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.features__items--media .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.features__items--media .image a {
  display: block;
}
.features__items--media .image a:-moz-any-link:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.features__items--media .image a:any-link:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.features__items--media .icon-cta {
  top: 15px;
  right: 15px;
  color: #FFFFFF;
  line-height: 1;
  display: block;
  font-size: 29.52px;
  position: absolute;
}
.features__items--text {
  max-width: 522px;
}
.features__items--text .btn {
  margin-top: 24px;
}

.footer-top {
  z-index: 1;
  overflow: hidden;
  position: relative;
  padding: 45px 0 50px;
  background-color: #FFD400;
}
.footer-top__text {
  max-width: 550px;
}
.footer-top__text .btn {
  margin-top: 25px;
}
.footer-top__text .btn:active, .footer-top__text .btn:hover, .footer-top__text .btn:focus {
  color: #252B72;
  background: #FFFFFF;
}
.footer-top__media {
  top: 50%;
  z-index: -1;
  right: -100px;
  max-width: 782px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer-top__media img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.testimonials {
  padding: 100px 0;
}
.testimonials .entry-title {
  margin-bottom: 30px;
}
.testimonials__items {
  width: 100%;
  padding: 30px;
  display: block;
  overflow: hidden;
  background: #FFFFFF;
  border-radius: 12px;
  -webkit-box-shadow: 0 12px 24px 0 rgba(37, 43, 114, 0.06);
          box-shadow: 0 12px 24px 0 rgba(37, 43, 114, 0.06);
}
.testimonials__items .star-rating {
  gap: 10px;
}
.testimonials__items .star-rating .star_group {
  gap: 6px;
  overflow: hidden;
  padding: 9.5px 16px;
  border-radius: 500px;
  background-color: #FFD400;
}
.testimonials__items .star-rating .star_group [class*=icon-] {
  color: #FFFFFF;
  line-height: 1;
  font-size: 16px;
  display: inline-block;
}
.testimonials__items .star-rating .star_group [class*=icon-].active {
  color: #252B72;
}
.testimonials__items .star-rating .rating-text {
  color: #252B72;
}
.testimonials__items .content {
  max-width: 492px;
  margin-top: 20px;
}
.testimonials__items .content__editor {
  color: #000000;
  font-style: italic;
  font-family: "Libre Baskerville", sans-serif;
}
.testimonials__items .content__editor p {
  margin: 0 0 20px;
}
.testimonials__items .content__editor p:last-child {
  margin: 0;
}
.testimonials__items .content__editor p .more-link, .testimonials__items .content__editor p .less-link {
  color: #252B72;
  font-style: normal;
  font-family: "Libre Baskerville", sans-serif;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testimonials__items .content__editor p .more-link:hover, .testimonials__items .content__editor p .less-link:hover {
  color: #FFD400;
}
.testimonials__items .author {
  gap: 8px;
  margin-top: 15px;
}
.testimonials__items .author .media {
  width: 26px;
  height: 26px;
  overflow: hidden;
  border-radius: 500px;
}
.testimonials__items .author .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials__items .author .txt {
  line-height: 1;
}
.testimonials .slyslider__item {
  max-width: 600px;
}

.our-services {
  z-index: 1;
  padding: 100px 0;
  position: relative;
}
.our-services .entry-title {
  margin-bottom: 70px;
}
.our-services .services-items {
  width: 100%;
  display: block;
}
.our-services .services-items:not(:last-child) {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #D7D8DD;
}
.our-services .services-items__media {
  width: 100%;
  display: block;
  overflow: hidden;
  min-height: 200px;
  position: relative;
  border-radius: 12px;
  background-color: #000000;
}
.our-services .services-items__media:before {
  z-index: 1;
  content: "";
  right: -56px;
  bottom: -88px;
  width: 214.26px;
  height: 214.26px;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/Exclude.svg);
}
.our-services .services-items__media .image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.our-services .services-items__media .image:after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0) 39.47%, rgba(0, 0, 0, 0.66) 131.8%);
}
.our-services .services-items__media .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.our-services .services-items__media .image a {
  width: 100%;
  height: 100%;
  display: block;
}
.our-services .services-items__media .image a:-moz-any-link:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.our-services .services-items__media .image a:any-link:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.our-services .services-items__media .icon-cta {
  right: 15px;
  bottom: 15px;
  color: #FFFFFF;
  line-height: 1;
  display: block;
  font-size: 29.52px;
  position: absolute;
}
.our-services .services-items__text {
  max-width: 675px;
}
.our-services .services-items__text .btn {
  margin-top: 20px;
}
.our-services__overlay {
  top: 185px;
  z-index: -1;
  width: 535px;
  right: -435px;
  height: 535px;
  position: absolute;
}
.our-services__overlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lawdoyle-notice {
  padding: 100px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lawdoyle-notice .backGround {
  gap: 40px;
  margin: 44px 0;
  background: #252B72;
  padding: 10px 30px;
  position: relative;
  border-radius: 12px;
  padding-right: 100px;
}
.lawdoyle-notice .backGround .media {
  width: 100%;
  display: block;
  overflow: hidden;
  max-width: 170px;
  margin-top: -44px;
  margin-bottom: -44px;
}
.lawdoyle-notice .backGround .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lawdoyle-notice .noticeClose {
  top: 50%;
  border: 0;
  right: 40px;
  width: 36px;
  height: 36px;
  color: #252B72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  cursor: pointer;
  font-size: 9.98px;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFD400;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lawdoyle-notice .noticeClose:hover {
  background: #ccaa00;
}

.help-highlights {
  padding: 100px 0;
}
.help-highlights .backGround {
  gap: 20px;
  width: 100%;
  padding: 40px;
  overflow: hidden;
  background: #252B72;
  border-radius: 14px;
}
.help-highlights .backGround .text {
  max-width: 660px;
}
.help-highlights .backGround .btn_group .btn:hover {
  color: #FFFFFF;
  background: #000000;
}

.recent-settlements {
  padding: 100px 0;
}
.recent-settlements .entry-title {
  margin-bottom: 40px;
}
.recent-settlements__items {
  width: 100%;
  padding: 30px;
  display: block;
  overflow: hidden;
  min-height: 220px;
  border-radius: 12px;
  border: 1px solid #FFD400;
  -webkit-box-shadow: 0 12px 24px 0 rgba(37, 43, 114, 0.06);
          box-shadow: 0 12px 24px 0 rgba(37, 43, 114, 0.06);
}
.recent-settlements__items .number {
  display: block;
  line-height: 1.1;
  margin-bottom: 10px;
}
.recent-settlements__items .description {
  max-width: 280px;
}
.recent-settlements .carouselTicker__wrap {
  overflow: inherit !important;
}
.recent-settlements .carouselTicker__list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  overflow: inherit;
  margin-left: -10px;
  margin-right: -10px;
  list-style-type: none;
}
.recent-settlements .carouselTicker__list--item {
  max-width: 380px;
  min-width: 380px;
  margin-left: 10px;
  margin-right: 10px;
}

.attorney-introduction {
  padding: 170px 0 100px;
}
.attorney-introduction__text {
  max-width: 578px;
}
.attorney-introduction__text .description {
  margin-top: 20px;
}
.attorney-introduction__text .btn {
  margin-top: 30px;
}
.attorney-introduction__media {
  z-index: 1;
  width: 100%;
  display: block;
  position: relative;
  margin-left: -20px;
}
.attorney-introduction__media:before {
  top: -75px;
  z-index: -1;
  content: "";
  left: -198px;
  width: 535px;
  height: 535px;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/Exclude.svg);
}
.attorney-introduction__media img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/***********************************
SERVICES PAGE STYLES
***********************************/
.services {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .services {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .services {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .services {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .services {
    padding: 40px 0;
  }
}
.services .entry-title {
  margin-bottom: 30px;
}
.services .minus {
  margin-bottom: -40px;
}
.services__items {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.services__items .service-image {
  min-height: 210px;
}
@media only screen and (max-width: 767px) {
  .services__items .service-image {
    min-height: 200px;
  }
}
@media only screen and (max-width: 675px) {
  .services__items .service-image {
    min-height: 280px;
  }
}
@media only screen and (max-width: 575px) {
  .services__items .service-image {
    min-height: 260px;
  }
}
@media only screen and (max-width: 480px) {
  .services__items .service-image {
    min-height: 220px;
  }
}
@media only screen and (max-width: 380px) {
  .services__items .service-image {
    min-height: 200px;
  }
}
.services__items .text .btn {
  margin-top: 20px;
}
.services__items:-moz-any-link:hover .service-image__media img, .services__items:-moz-any-link:focus .service-image__media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.services__items:any-link:hover .service-image__media img, .services__items:any-link:focus .service-image__media img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
@media only screen and (max-width: 675px) {
  .services .row [class^=col] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.service-image {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  margin-bottom: 16px;
}
.service-image:before {
  top: -88px;
  z-index: 1;
  content: "";
  right: -56px;
  width: 214.26px;
  height: 214.26px;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/Exclude.svg);
}
.service-image__media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.service-image__media:after {
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  background: linear-gradient(120deg, rgba(0, 0, 0, 0) 39.47%, rgba(0, 0, 0, 0.66) 131.8%);
}
.service-image__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service-image .icon-cta {
  top: 15px;
  right: 15px;
  color: #FFFFFF;
  line-height: 1;
  display: block;
  font-size: 29.52px;
  position: absolute;
}

.popular-services {
  padding: 40px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .popular-services {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .popular-services {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .popular-services {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .popular-services {
    padding: 30px 0 40px;
  }
}
.popular-services .entry-title {
  max-width: 1080px;
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .popular-services .entry-title {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.popular-services__items {
  width: 100%;
  padding: 30px;
  display: block;
  overflow: hidden;
  background: #FFFFFF;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 12px;
  border: 1px solid #FFD400;
  -webkit-box-shadow: 0 12px 24px 0 rgba(37, 43, 114, 0.06);
          box-shadow: 0 12px 24px 0 rgba(37, 43, 114, 0.06);
}
@media only screen and (max-width: 767px) {
  .popular-services__items {
    padding: 25px;
  }
}
.popular-services__items .service-image {
  margin-bottom: 0;
  min-height: 310px;
}
@media only screen and (max-width: 991px) {
  .popular-services__items .service-image {
    min-height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .popular-services__items .service-image {
    min-height: 320px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 675px) {
  .popular-services__items .service-image {
    min-height: 280px;
  }
}
@media only screen and (max-width: 575px) {
  .popular-services__items .service-image {
    min-height: 260px;
  }
}
@media only screen and (max-width: 480px) {
  .popular-services__items .service-image {
    min-height: 220px;
  }
}
@media only screen and (max-width: 380px) {
  .popular-services__items .service-image {
    min-height: 200px;
  }
}
.popular-services__items .text .txt {
  display: block;
  margin-bottom: 10px;
  font-family: "Libre Baskerville", sans-serif;
}
.popular-services__items .text .btn {
  margin-top: 20px;
}
.popular-services .popular-services-slider {
  margin-bottom: 0 !important;
}
.popular-services .popular-services-slider .slick-list {
  margin-left: -10px;
  margin-right: -10px;
  overflow: inherit !important;
}
.popular-services .popular-services-slider .slick-dots {
  margin: 0;
  bottom: inherit;
  margin-top: 20px;
  position: inherit;
}
@media only screen and (max-width: 767px) {
  .popular-services .popular-services-slider .slick-dots {
    margin-top: 15px;
  }
}
.popular-services .popular-services-slider .slick-dots li {
  margin: 0;
  width: 16px;
  height: 16px;
  background: #FFD400;
  border-radius: 500px;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popular-services .popular-services-slider .slick-dots li:not(:last-child) {
  margin-right: 8px;
}
@media only screen and (max-width: 767px) {
  .popular-services .popular-services-slider .slick-dots li:not(:last-child) {
    margin-right: 6px;
  }
}
@media only screen and (max-width: 575px) {
  .popular-services .popular-services-slider .slick-dots li:not(:last-child) {
    margin-right: 5px;
  }
}
.popular-services .popular-services-slider .slick-dots li.slick-active, .popular-services .popular-services-slider .slick-dots li:hover, .popular-services .popular-services-slider .slick-dots li:focus {
  border-color: #FFD400;
  background: transparent;
}
.popular-services .popular-services-slider .slick-dots li.slick-active:before, .popular-services .popular-services-slider .slick-dots li:hover:before, .popular-services .popular-services-slider .slick-dots li:focus:before {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  content: "";
  background: #FFD400;
  position: absolute;
  border-radius: 500px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.services-details {
  padding: 50px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .services-details {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .services-details {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .services-details {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .services-details {
    padding: 40px 0;
  }
}
.services-details .service-image {
  min-height: 320px;
}
@media only screen and (max-width: 991px) {
  .services-details .service-image {
    min-height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .services-details .service-image {
    min-height: 320px;
  }
}
@media only screen and (max-width: 675px) {
  .services-details .service-image {
    min-height: 280px;
  }
}
@media only screen and (max-width: 575px) {
  .services-details .service-image {
    min-height: 260px;
  }
}
@media only screen and (max-width: 480px) {
  .services-details .service-image {
    min-height: 220px;
  }
}
@media only screen and (max-width: 380px) {
  .services-details .service-image {
    min-height: 200px;
  }
}
.services-details .content {
  max-width: 573px;
}
@media only screen and (max-width: 1199px) {
  .services-details .content {
    max-width: 100%;
  }
}
.services-details .content__editor {
  font-size: 16px;
  margin-top: 40px;
  line-height: 28px;
}
@media only screen and (max-width: 991px) {
  .services-details .content__editor {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .services-details .content__editor {
    margin-top: 20px;
  }
}

/***********************************
BLOG PAGE STYLES
***********************************/
.blog-post-image {
  width: 100%;
  display: block;
  max-width: 280px;
  min-width: 280px;
  overflow: hidden;
  min-height: 160px;
  position: relative;
  border-radius: 12px;
}
@media only screen and (max-width: 1199px) {
  .blog-post-image {
    max-width: 240px;
    min-width: 240px;
    min-height: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post-image {
    max-width: 220px;
    min-width: 220px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-post-image {
    min-width: 100%;
    max-width: 100%;
    min-height: 260px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 380px) {
  .blog-post-image {
    min-height: 200px;
  }
}
.blog-post-image:before, .blog-post-image:after {
  z-index: 1;
  content: "";
  width: 214.26px;
  height: 214.26px;
  position: absolute;
  pointer-events: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(images/Exclude.svg);
}
.blog-post-image:before {
  top: -75px;
  left: 130px;
}
@media only screen and (max-width: 1199px) {
  .blog-post-image:before {
    top: -80px;
    left: 105px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post-image:before {
    left: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-post-image:before {
    left: auto;
    right: -75px;
  }
}
.blog-post-image:after {
  right: 120px;
  bottom: -95px;
}
@media only screen and (max-width: 1199px) {
  .blog-post-image:after {
    right: 95px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-post-image:after {
    right: 85px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-post-image:after {
    right: auto;
    left: -75px;
  }
}
.blog-post-image__media {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute !important;
}
.blog-post-image__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-post-image__media:-moz-any-link:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-post-image__media:any-link:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.blog-post-image .icon-cta {
  top: 15px;
  right: 15px;
  color: #FFFFFF;
  line-height: 1;
  display: block;
  font-size: 29.52px;
  position: absolute;
}

.featured-post {
  padding: 50px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .featured-post {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .featured-post {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-post {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .featured-post {
    padding: 40px 0;
  }
}
.featured-post .entry-title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .featured-post .entry-title {
    margin-bottom: 40px;
  }
}
.featured-post__item {
  width: 100%;
  display: block;
}
.featured-post__item .text .categories {
  margin-bottom: 10px;
}
.featured-post__item .text .title {
  color: #252B72;
  line-height: 1.4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .featured-post__item .text .title {
    font-size: 24px;
  }
}
.featured-post__item:not(.has--small) .blog-post-image {
  max-width: 100%;
  min-width: 100%;
  min-height: 320px;
  margin-bottom: 16px;
}
.featured-post__item:not(.has--small) .blog-post-image:before, .featured-post__item:not(.has--small) .blog-post-image:after {
  width: 301px;
  height: 301px;
}
@media only screen and (max-width: 575px) {
  .featured-post__item:not(.has--small) .blog-post-image:before, .featured-post__item:not(.has--small) .blog-post-image:after {
    width: 214.26px;
    height: 214.26px;
  }
}
.featured-post__item:not(.has--small) .blog-post-image:before {
  left: auto;
  top: -100px;
  right: -100px;
}
@media only screen and (max-width: 575px) {
  .featured-post__item:not(.has--small) .blog-post-image:before {
    top: -90px;
    right: -50px;
  }
}
.featured-post__item:not(.has--small) .blog-post-image:after {
  left: 0;
  right: auto;
  bottom: -150px;
}
@media only screen and (max-width: 575px) {
  .featured-post__item:not(.has--small) .blog-post-image:after {
    bottom: -75px;
  }
}
@media only screen and (max-width: 991px) {
  .featured-post__item:not(.has--small) .blog-post-image {
    min-height: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .featured-post__item:not(.has--small) .blog-post-image {
    min-height: 340px;
  }
}
@media only screen and (max-width: 675px) {
  .featured-post__item:not(.has--small) .blog-post-image {
    min-height: 310px;
  }
}
@media only screen and (max-width: 575px) {
  .featured-post__item:not(.has--small) .blog-post-image {
    min-height: 280px;
  }
}
@media only screen and (max-width: 480px) {
  .featured-post__item:not(.has--small) .blog-post-image {
    min-height: 240px;
  }
}
@media only screen and (max-width: 380px) {
  .featured-post__item:not(.has--small) .blog-post-image {
    min-height: 220px;
  }
}
.featured-post__item:not(.has--small).video .blog-post-image__media:before {
  width: 82px;
  height: 82px;
  font-size: 24px;
  top: calc(50% - 41px);
  left: calc(50% - 41px);
}
@media only screen and (max-width: 767px) {
  .featured-post__item:not(.has--small).video .blog-post-image__media:before {
    width: 70px;
    height: 70px;
    font-size: 20px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
  }
}
@media only screen and (max-width: 575px) {
  .featured-post__item:not(.has--small).video .blog-post-image__media:before {
    width: 60px;
    height: 60px;
    font-size: 18px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
}
.featured-post__item.video .blog-post-image__media:before {
  z-index: 1;
  width: 60px;
  height: 60px;
  color: #252B72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  text-indent: 5px;
  content: "\e815";
  overflow: hidden;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "lawdoyle";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .featured-post__item.video .blog-post-image__media:before {
    width: 56px;
    height: 56px;
    font-size: 16px;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
  }
}
.featured-post__item.has--small {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D7D8DD;
}
@media only screen and (max-width: 991px) {
  .featured-post__item.has--small:first-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #D7D8DD;
  }
}
.featured-post__item.has--small:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.featured-post__item.has--small .blog-post-image {
  margin-bottom: 0;
  min-height: 140px;
  border-radius: 12px;
  min-width: 240px;
  max-width: 240px;
}
@media only screen and (max-width: 575px) {
  .featured-post__item.has--small .blog-post-image {
    min-height: 260px;
    margin-bottom: 16px;
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .featured-post__item.has--small .blog-post-image {
    min-height: 220px;
  }
}
@media only screen and (max-width: 380px) {
  .featured-post__item.has--small .blog-post-image {
    min-height: 200px;
  }
}
.featured-post__item.has--small .blog-post-image:before {
  left: 105px;
}
@media only screen and (max-width: 575px) {
  .featured-post__item.has--small .blog-post-image:before {
    left: auto;
    right: -75px;
  }
}
.featured-post__item.has--small .blog-post-image:after {
  right: 90px;
  bottom: -105px;
}
@media only screen and (max-width: 575px) {
  .featured-post__item.has--small .blog-post-image:after {
    right: auto;
    left: -75px;
  }
}
.featured-post__item.has--small .text {
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .featured-post__item.has--small .text {
    margin-right: 0;
  }
}
.featured-post__item.has--small .text .categories {
  margin-bottom: 10px;
}
.featured-post__item:hover .blog-post-image__media:before, .featured-post__item:focus .blog-post-image__media:before {
  color: #FFFFFF;
  background: #252B72;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.featured-post__item:hover .blog-post-image img, .featured-post__item:focus .blog-post-image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.featured-post__item:hover .text .title, .featured-post__item:focus .text .title {
  color: #FFD400;
}

.blog-page {
  padding: 100px 0;
}
@media only screen and (max-width: 1199px) {
  .blog-page {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991px) {
  .blog-page {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-page {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .blog-page {
    padding: 40px 0;
  }
}
.blog-page .main-title {
  color: #252B72;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D7D8DD;
}
.blog-page .sidebar {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .blog-page .sidebar {
    margin-top: 20px;
  }
}
.blog-page .sidebar .widget {
  margin-bottom: 20px;
}
.blog-page .sidebar .widget:last-child {
  margin-bottom: 0;
}
.blog-page .sidebar .widget__title {
  color: #252B72;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #D7D8DD;
}
.blog-page .sidebar .widget .search-form {
  width: 100%;
  margin-bottom: 20px;
}
.blog-page .sidebar .widget .search-form .form-group {
  margin: 0;
  overflow: hidden;
  position: relative !important;
}
.blog-page .sidebar .widget .search-form .form-group .btn-search {
  top: 50%;
  border: 0;
  left: 15px;
  outline: 0;
  z-index: 1;
  color: #252B72;
  font-size: 16px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  background: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog-page .sidebar .widget .search-form .form-group input[type=search] {
  color: #252B72 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  padding: 24px 20px !important;
  padding-left: 40px !important;
  background: #FFFFFF !important;
  border-radius: 10px !important;
  border-radius: 6px !important;
  padding-right: 10px !important;
  border-color: #D7D8DD !important;
}
.blog-page .sidebar .widget .search-form .form-group input[type=search]::-webkit-input-placeholder {
  color: #252B72;
  font-size: 16px;
  font-weight: 400;
}
.blog-page .sidebar .widget .search-form .form-group input[type=search]::-moz-placeholder {
  color: #252B72;
  font-size: 16px;
  font-weight: 400;
}
.blog-page .sidebar .widget .search-form .form-group input[type=search]:-ms-input-placeholder {
  color: #252B72;
  font-size: 16px;
  font-weight: 400;
}
.blog-page .sidebar .widget .search-form .form-group input[type=search]:-moz-placeholder {
  color: #252B72;
  font-size: 16px;
  font-weight: 400;
}
.blog-page .sidebar .widget .search-form .form-group input[type=search]:hover, .blog-page .sidebar .widget .search-form .form-group input[type=search]:focus {
  outline: 0;
}
.blog-page .sidebar .widget .category {
  margin: 0;
  padding: 0;
}
.blog-page .sidebar .widget .category li {
  margin-bottom: 6px;
}
.blog-page .sidebar .widget .category li:last-child {
  margin-bottom: 0;
}
.blog-page .sidebar .widget .category li a {
  width: 100%;
  color: #252B72;
  display: block;
  text-align: center;
  padding: 14px 20px;
  border-radius: 8px;
  background: #FFD400;
  font-family: "Libre Baskerville", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-page .sidebar .widget .category li a:-moz-any-link:hover {
  color: #FFFFFF;
  background: #252B72;
}
.blog-page .sidebar .widget .category li a:any-link:hover {
  color: #FFFFFF;
  background: #252B72;
}

.blog-post {
  width: 100%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D7D8DD;
}
.blog-post:last-child {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blog-post.video .blog-post-image__media:before {
  z-index: 1;
  width: 60px;
  height: 60px;
  color: #252B72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  text-indent: 5px;
  content: "\e815";
  overflow: hidden;
  position: absolute;
  background: #FFFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "lawdoyle";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .blog-post.video .blog-post-image__media:before {
    width: 56px;
    height: 56px;
    font-size: 16px;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
  }
}
.blog-post .text {
  margin-right: 20px;
}
@media only screen and (max-width: 575px) {
  .blog-post .text {
    max-width: 100%;
    margin-right: 0;
  }
}
.blog-post .text .title {
  color: #252B72;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-post .text .categories {
  margin-bottom: 10px;
}
.blog-post .text a:hover .title {
  color: #FFD400;
}
.blog-post:hover .blog-post-image__media:before {
  color: #252B72;
  background: #FFD400;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.blog-post:hover .blog-post-image__media img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.blog-details {
  padding: 50px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .blog-details {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details {
    padding: 40px 0;
  }
}
.blog-details__banner {
  padding-bottom: 100px;
  border-bottom: 1px solid #252B72;
}
@media only screen and (max-width: 1199px) {
  .blog-details__banner {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__banner {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__banner {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details__banner {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__banner .content {
    margin-bottom: 20px;
  }
}
.blog-details__banner .content .title {
  line-height: 1.3;
}
.blog-details__banner .content .categories {
  margin-bottom: 15px;
}
.blog-details__banner .content .socialshare {
  margin: 0;
  margin-bottom: 0;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .blog-details__banner .content .socialshare {
    margin-top: 20px;
  }
}
.blog-details__banner .blog-post-image {
  z-index: 1;
  max-width: 100%;
  min-width: 100%;
  min-height: 380px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .blog-details__banner .blog-post-image {
    min-height: 410px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__banner .blog-post-image {
    min-height: 340px;
  }
}
@media only screen and (max-width: 675px) {
  .blog-details__banner .blog-post-image {
    min-height: 310px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details__banner .blog-post-image {
    min-height: 280px;
  }
}
@media only screen and (max-width: 480px) {
  .blog-details__banner .blog-post-image {
    min-height: 240px;
  }
}
@media only screen and (max-width: 380px) {
  .blog-details__banner .blog-post-image {
    min-height: 220px;
  }
}
.blog-details__banner .blog-post-image:before, .blog-details__banner .blog-post-image:after {
  width: 301px;
  height: 301px;
}
@media only screen and (max-width: 575px) {
  .blog-details__banner .blog-post-image:before, .blog-details__banner .blog-post-image:after {
    width: 214.26px;
    height: 214.26px;
  }
}
.blog-details__banner .blog-post-image:before {
  left: auto;
  top: -100px;
  right: -100px;
}
@media only screen and (max-width: 575px) {
  .blog-details__banner .blog-post-image:before {
    top: -90px;
    right: -50px;
  }
}
.blog-details__banner .blog-post-image:after {
  display: none;
}
.blog-details__content {
  padding-top: 90px;
}
@media only screen and (max-width: 1199px) {
  .blog-details__content {
    padding-top: 70px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-details__content {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details__content {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details__content {
    padding-top: 30px;
  }
}

.categories {
  gap: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0;
}
.categories li {
  margin: 0;
  padding: 0;
}
.categories li a {
  z-index: 5;
  color: #252B72;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 7px 12px;
  position: relative;
  text-align: center;
  border-radius: 8px;
  background: #FFD400;
  font-family: "Libre Baskerville", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.categories li a:-moz-any-link:hover {
  color: #FFFFFF;
  background: #252B72;
}
.categories li a:any-link:hover {
  color: #FFFFFF;
  background: #252B72;
}

.pagination {
  margin: 0;
  gap: 10px;
  display: block;
  margin-top: 30px;
  overflow: hidden;
  border-radius: 0;
  padding-top: 30px;
  font-family: "Libre Baskerville", sans-serif;
  border-top: 1px solid #D7D8DD;
}
.pagination a:not(.btn) {
  border: 0;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination a:not(.btn) i {
  width: 64px;
  height: 64px;
  color: #252B72;
  font-size: 18px;
  overflow: hidden;
  background: #FFD400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .pagination a:not(.btn) i {
    width: 58px;
    height: 58px;
  }
}
@media only screen and (max-width: 480px) {
  .pagination a:not(.btn) i {
    width: 52px;
    height: 52px;
    font-size: 12px;
  }
}
.pagination a:not(.btn) i:hover {
  color: #FFFFFF;
  background: #252B72;
}
.pagination a:not(.btn):hover {
  color: #252B72;
}
.pagination .float-left {
  padding-right: 10px;
}
.pagination .float-left a i {
  margin-right: 10px;
}
.pagination .float-right {
  padding-left: 10px;
}
.pagination .float-right a i {
  margin-left: 10px;
}

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navigation .nav-links .page-numbers {
  border: 0;
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Libre Baskerville", sans-serif;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navigation .nav-links .page-numbers span {
  width: 64px;
  height: 64px;
  color: #252B72;
  font-size: 18px;
  overflow: hidden;
  background: #FFD400;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575px) {
  .navigation .nav-links .page-numbers span {
    width: 58px;
    height: 58px;
  }
}
@media only screen and (max-width: 480px) {
  .navigation .nav-links .page-numbers span {
    width: 52px;
    height: 52px;
    font-size: 12px;
  }
}
.navigation .nav-links .page-numbers span:hover {
  color: #FFFFFF;
  background: #252B72;
}
.navigation .nav-links .page-numbers.prev {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  margin-right: 10px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.navigation .nav-links .page-numbers.prev span {
  margin-right: 10px;
}
.navigation .nav-links .page-numbers.next {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  margin-left: 10px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.navigation .nav-links .page-numbers.next span {
  margin-left: 10px;
}
.navigation .nav-links .page-numbers:hover {
  color: #252B72;
}
.navigation .nav-links .page-numbers:not(.next):not(.prev):not(.dots) {
  width: 30px;
  height: 30px;
  color: #000000;
  display: inline;
  line-height: 30px;
  text-align: center;
  border-radius: 500px;
  background: transparent;
}
.navigation .nav-links .page-numbers.current {
  color: #252B72 !important;
  background: #FFD400 !important;
}

/***********************************
CONTACT STYLES
***********************************/
.contact-us {
  padding: 40px 0 100px;
}
@media only screen and (max-width: 1199px) {
  .contact-us {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .contact-us {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-us {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-us {
    padding-bottom: 40px;
  }
}
.contact-us__text {
  max-width: 550px;
}
@media only screen and (max-width: 991px) {
  .contact-us__text {
    max-width: 100%;
    margin-bottom: 30px;
  }
}
.contact-us__text .quick-contact {
  margin: 0;
  gap: 25px;
  row-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .contact-us__text .quick-contact {
    margin-top: 20px;
  }
}
.contact-us__text .quick-contact li {
  margin: 0;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Libre Baskerville", sans-serif;
}
.contact-us__text .quick-contact li.icon-mail:before {
  font-size: 14px;
}
.contact-us__text .quick-contact li:before {
  width: 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFD400;
  margin-top: 5px;
  margin-right: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-us__text .quick-contact li a {
  color: #000000;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-us__text .quick-contact li a:-moz-any-link:hover {
  color: #252B72;
}
.contact-us__text .quick-contact li a:any-link:hover {
  color: #252B72;
}
.contact-us__text .quick-contact li a:-moz-any-link:hover:before {
  animation: shake 0.5s forwards;
}
.contact-us__text .quick-contact li a:any-link:hover:before {
  -webkit-animation: shake 0.5s forwards;
          animation: shake 0.5s forwards;
}
.contact-us__text .social-media {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .contact-us__text .social-media {
    margin-top: 15px;
  }
}
.contact-us__text .social-media li:first-child {
  color: #000000;
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
.contact-us__form {
  z-index: 1;
  width: 100%;
  padding: 40px;
  overflow: hidden;
  padding-top: 30px;
  background: #252B72;
  position: relative;
  border-radius: 12px;
}
@media only screen and (max-width: 767px) {
  .contact-us__form {
    padding: 20px;
    border-radius: 16px;
  }
}
.contact-us__form .form-title {
  color: #FFFFFF;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .contact-us__form .form-title {
    margin-bottom: 10px;
  }
}

.social-media {
  padding: 0;
  margin-bottom: 0;
  margin-left: -4px;
  margin-right: -4px;
}
.social-media li {
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
}
.social-media li a {
  width: 36px;
  height: 36px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-media li a:before {
  vertical-align: -1px;
}
.social-media li a.icon-bluesky:before {
  font-size: 12px;
}
.social-media li a.icon-instagram:before {
  font-size: 15px;
}
.social-media li a.icon-facebook:hover, .social-media li a.icon-facebook:focus {
  background: #1B56F7;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-facebook-alt:hover, .social-media li a.icon-facebook-alt:focus {
  background: #1B56F7;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-google-plus:hover, .social-media li a.icon-google-plus:focus {
  background: #E33E2B;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-instagram:hover, .social-media li a.icon-instagram:focus {
  background: #DC3C8B;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-linkedin:hover, .social-media li a.icon-linkedin:focus {
  background: #1A5ABB;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-linkedin-alt:hover, .social-media li a.icon-linkedin-alt:focus {
  background: #1A5ABB;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-pinterest:hover, .social-media li a.icon-pinterest:focus {
  background: #EB274D;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-qq:hover, .social-media li a.icon-qq:focus {
  background: #FEBF1B;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-quora:hover, .social-media li a.icon-quora:focus {
  background: #b92b27;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-reddit-alien:hover, .social-media li a.icon-reddit-alien:focus {
  background: #FF5600;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-rss:hover, .social-media li a.icon-rss:focus {
  background: #F16522;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-sina-weibo:hover, .social-media li a.icon-sina-weibo:focus {
  background: #E6162D;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-snapchat-ghost:hover, .social-media li a.icon-snapchat-ghost:focus {
  background: #FFFC00;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-telegram:hover, .social-media li a.icon-telegram:focus {
  background: #0088cc;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-twitter:hover, .social-media li a.icon-twitter:focus {
  background: #2A91E9;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-vkontakte:hover, .social-media li a.icon-vkontakte:focus {
  background: #5181b8;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-wechat:hover, .social-media li a.icon-wechat:focus {
  background: #7bb32e;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-whatsapp:hover, .social-media li a.icon-whatsapp:focus {
  background: #25D366;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-tiktok:hover, .social-media li a.icon-tiktok:focus {
  background: #000000;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-youtube:hover, .social-media li a.icon-youtube:focus {
  background: #FF0000;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.social-media li a.icon-clone:hover, .social-media li a.icon-clone:focus {
  background: #E77527;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.socialshare {
  margin-left: -1.2px;
  margin-right: -1.2px;
}
.socialshare li {
  font-weight: 400;
  padding-left: 1.5px;
  padding-right: 1.5px;
}
.socialshare li:first-child {
  color: #000000;
  display: block;
  font-size: 16px;
  line-height: 22px;
  margin-right: 10px;
  font-family: "Libre Baskerville", sans-serif;
}
.socialshare li button {
  border: 0;
  outline: 0;
  width: 36px;
  height: 36px;
  color: #252B72;
  display: block;
  cursor: pointer;
  font-size: 7.5px;
  text-indent: -1px;
  line-height: 34px;
  background: #FFD400;
  border-radius: 500px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socialshare li button:hover, .socialshare li button:focus {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.socialshare li .sharethis-inline-share-buttons .st-btn {
  padding: 0 !important;
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  margin-right: 3px !important;
  border-radius: 500px !important;
  display: inline-block !important;
  vertical-align: middle !important;
}
.socialshare li .sharethis-inline-share-buttons .st-btn img {
  top: 50% !important;
  width: 18px !important;
  height: 18px !important;
  position: relative !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.socialshare li .sharethis-inline-share-buttons .st-btn[data-network=facebook] img {
  width: 20px !important;
  height: 20px !important;
}
.socialshare li .sharethis-inline-share-buttons .st-btn[data-network=linkedin] img {
  width: 21px !important;
  height: 21px !important;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  color: #000000;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding-left: 25px;
}
.gform_confirmation_wrapper .gform_confirmation_message:before {
  left: 0;
  color: green;
  content: "✔";
  position: absolute;
  padding-right: 10px;
}

.gform_wrapper form .gform_body .gform_fields {
  grid-row-gap: 12px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.hidden_label .gfield_label {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_full_width .ginput_container {
  margin-left: 0;
  margin-right: 0;
  grid-row-gap: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_full_width .ginput_container span {
  width: 100%;
  padding: 0 !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_full_width .ginput_container label {
  padding-top: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gf_full_width .ginput_container .gf_clear {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gsection {
  border: 0;
  padding: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gsection .gsection_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 10px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .gfield_description {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .validation_message {
  border: 0;
  padding: 0;
  color: #EF4136;
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  background: transparent;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_name label {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 5px;
  display: inline-block;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea {
  line-height: 0;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea textarea {
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea textarea.small {
  height: 60px !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea textarea.medium {
  height: 80px !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_textarea textarea.large {
  height: 100px !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .address_country {
  position: relative;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_select:before, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container .address_country:before {
  top: 18px;
  z-index: 1;
  content: "";
  right: 14px;
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  border-top-color: #252B72;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio {
  gap: 10px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice input, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice input {
  display: none !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input:checked ~ label:after, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice input:checked ~ label:after, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice input:checked ~ label:after, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice input:checked ~ label:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice label, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice label, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice label {
  color: #000000;
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  padding-left: 30px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label:before, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice label:before, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice label:before, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice label:before {
  left: 0;
  top: 1px;
  width: 18px;
  content: "";
  height: 18px;
  position: absolute;
  background: #FFFFFF;
  border-radius: 500px;
  border: 1px solid #FFD400;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label:after, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice label:after, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice label:after, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice label:after {
  top: 7px;
  left: 6px;
  opacity: 0;
  width: 6px;
  content: "";
  height: 6px;
  background: #252B72;
  position: absolute;
  visibility: hidden;
  border-radius: 500px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label a, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice label a, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice label a, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice label a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label a:hover, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice label a:hover, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice label a:hover, .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice label a:hover {
  color: #FFD400;
  text-decoration: underline;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label:before {
  border-radius: 4px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label:after {
  border-radius: 4px;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_required {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_consent_label {
  color: #000000;
  margin-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding-left: 30px;
  position: relative;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_consent_label:before {
  left: 0;
  top: 1px;
  width: 18px;
  content: "";
  height: 18px;
  position: absolute;
  border-radius: 4px;
  background: #FFFFFF;
  border: 1px solid #FFD400;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_consent_label:after {
  top: 7px;
  left: 6px;
  opacity: 0;
  width: 6px;
  content: "";
  height: 6px;
  position: absolute;
  visibility: hidden;
  border-radius: 4px;
  background: #252B72;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_consent_label a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_consent_label a:hover {
  color: #FFD400;
  text-decoration: underline;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent input[type=checkbox] {
  display: none !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent input[type=checkbox]:checked ~ label:after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload {
  position: relative;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload input[type=file] {
  cursor: pointer;
  block-size: 40px;
  position: relative;
  width: 100% !important;
  padding: 10px 15px !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload input[type=file]::-webkit-file-upload-button {
  top: 0;
  border: 0;
  right: -12px;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  block-size: 100%;
  padding: 8px 14px;
  line-height: 18px;
  position: absolute;
  background: #FFD400;
  border-radius: 0px 4px 4px 0px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload input[type=file]::file-selector-button {
  top: 0;
  border: 0;
  right: -12px;
  color: #000000;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  block-size: 100%;
  padding: 8px 14px;
  line-height: 18px;
  position: absolute;
  background: #FFD400;
  border-radius: 0px 4px 4px 0px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-fileupload .gform_fileupload_rules {
  display: none;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-captcha:not(.gfield_error) {
  margin-bottom: -30px;
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-captcha .ginput_recaptcha {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.gform_wrapper form .gform_body .gform_fields .gfield.gfield--type-captcha .validation_message {
  margin-top: -28px;
}
.gform_wrapper form .gform_body .gform_fields .gfield#field_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.gform_wrapper form .gform_body .gform_fields .gfield#field_submit .btn {
  border: 0 !important;
  outline: 0 !important;
  padding: 15px !important;
  color: #000000 !important;
  font-size: 16px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 400 !important;
  background: #FFD400 !important;
  box-shadow: none !important;
  line-height: 20px !important;
  text-align: center !important;
  border-radius: 10px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .gform_wrapper form .gform_body .gform_fields .gfield#field_submit .btn {
    padding: 12px !important;
  }
}
@media only screen and (max-width: 991px) {
  .gform_wrapper form .gform_body .gform_fields .gfield#field_submit .btn {
    padding: 10px !important;
  }
}
.gform_wrapper form .gform_body .gform_fields .gfield#field_submit .btn.full {
  width: 100% !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield#field_submit .btn:hover {
  color: #000000 !important;
  background: #ccaa00 !important;
}
.gform_wrapper form .gform_body .gform_fields .gfield#field_submit .gform_ajax_spinner, .gform_wrapper form .gform_body .gform_fields .gfield#field_submit .gform-loader {
  display: none;
}
.gform_wrapper form.gform_footer_inline .gform_footer {
  margin: 0 !important;
  padding: 0 !important;
  display: none !important;
}
.gform_wrapper form .gform_footer {
  padding-bottom: 0 !important;
}
.gform_wrapper form .gform_footer:has(.full) {
  width: 100%;
}
.gform_wrapper form .gform_footer .btn {
  border: 0 !important;
  outline: 0 !important;
  padding: 15px !important;
  color: #000000 !important;
  font-size: 16px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-weight: 400 !important;
  box-shadow: none !important;
  background: #FFD400 !important;
  line-height: 20px !important;
  text-align: center !important;
  border-radius: 10px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199px) {
  .gform_wrapper form .gform_footer .btn {
    padding: 12px !important;
  }
}
@media only screen and (max-width: 991px) {
  .gform_wrapper form .gform_footer .btn {
    padding: 10px !important;
  }
}
.gform_wrapper form .gform_footer .btn.full {
  width: 100% !important;
}
.gform_wrapper form .gform_footer .btn:hover {
  color: #000000 !important;
  background: #ccaa00 !important;
}
.gform_wrapper form .gform_footer .gform_ajax_spinner, .gform_wrapper form .gform_footer .gform-loader {
  display: none;
}
.gform_wrapper .gform_validation_errors {
  display: none !important;
}

.gf-text-white .gform_confirmation_wrapper .gform_confirmation_message {
  color: #FFFFFF;
}
.gf-text-white .gform_wrapper form .gform_body .gform_fields .gfield .gfield_label {
  color: #FFFFFF;
}
.gf-text-white .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_name label {
  color: #FFFFFF;
}
.gf-text-white .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label, .gf-text-white .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_checkbox .gfield_radio .gchoice label, .gf-text-white .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_checkbox .gchoice label, .gf-text-white .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_radio .gfield_radio .gchoice label {
  color: #FFFFFF;
}
.gf-text-white .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_consent_label {
  color: #FFFFFF;
}
.gf-text-white .gform_wrapper form .gform_body .gform_fields .gfield .ginput_container.ginput_container_consent .gfield_consent_label a {
  color: #FFFFFF;
}
.gf-text-white .gform_wrapper form .gform_body .gform_fields .gfield#field_submit .btn:hover {
  color: #000000 !important;
  background: #FFFFFF !important;
}
.gf-text-white .gform_wrapper form .gform_footer .btn:hover {
  color: #000000 !important;
  background: #FFFFFF !important;
}

/***********************************
FOOTER STYLES
***********************************/
.footer {
  padding: 100px 0;
  background: #252B72;
}
.footer__logo {
  width: 100%;
  display: block;
  max-width: 490px;
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .quick-contact {
  margin: 0;
  gap: 25px;
  row-gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
}
.footer .quick-contact li {
  margin: 0;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Libre Baskerville", sans-serif;
}
.footer .quick-contact li.icon-mail:before {
  font-size: 14px;
}
.footer .quick-contact li:before {
  width: 20px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #FFD400;
  margin-top: 5px;
  margin-right: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .quick-contact li a {
  color: #FFFFFF;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .quick-contact li a:-moz-any-link:hover {
  color: #FFD400;
}
.footer .quick-contact li a:any-link:hover {
  color: #FFD400;
}
.footer .quick-contact li a:-moz-any-link:hover:before {
  animation: shake 0.5s forwards;
}
.footer .quick-contact li a:any-link:hover:before {
  -webkit-animation: shake 0.5s forwards;
          animation: shake 0.5s forwards;
}
.footer .footer_menu-widget {
  display: block;
  margin-bottom: 30px;
}
.footer .footer_menu-widget ul.widget-menu {
  margin: 0;
  padding: 0;
}
.footer .footer_menu-widget ul.widget-menu li {
  margin: 0;
  padding: 0;
}
.footer .footer_menu-widget ul.widget-menu li:not(:last-child) {
  margin-bottom: 30px;
}
.footer .footer_menu-widget ul.widget-menu li.title a {
  color: #FFD400;
  font-family: "Libre Baskerville", sans-serif;
}
.footer .footer_menu-widget ul.widget-menu li a {
  color: #FFFFFF;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer .footer_menu-widget ul.widget-menu li a:hover {
  color: #FFD400;
  text-decoration: underline;
}
.footer .wrapper {
  height: 100%;
}
.footer .wrapper .btn_group .btn:hover {
  color: #252B72;
  background: #FFFFFF;
}
.footer__copyright {
  margin-top: 50px;
}
.footer__copyright p {
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
}
.footer__copyright p a {
  color: #FFD400;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__copyright p a:-moz-any-link:hover, .footer__copyright p a:-moz-any-link:focus {
  text-decoration: underline;
}
.footer__copyright p a:any-link:hover, .footer__copyright p a:any-link:focus {
  text-decoration: underline;
}

/***********************************
DEFAULT STYLES
***********************************/
.slyslider__wrapper.overflow-inherit {
  overflow: inherit !important;
}

.slyslider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 991px) {
  .slyslider {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.slyslider__item {
  float: left;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 991px) {
  .slyslider__item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.slyslider__controls {
  gap: 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .slyslider__controls {
    gap: 20px;
  }
}
.slyslider__controls .arrows {
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (max-width: 991px) {
  .slyslider__controls .arrows {
    margin-left: -5px;
    margin-right: -5px;
  }
}
.slyslider__controls .slyslider__control {
  margin: 0;
  width: 80px;
  color: #252B72;
  height: 80px;
  display: block;
  line-height: 80px;
  margin-left: 10px;
  font-size: 12.75px;
  margin-right: 10px;
  background: #FFD400;
  border-radius: 500px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 6px 24px 0 rgba(224, 58, 62, 0.06), 0 32px 32px 0 rgba(224, 58, 62, 0.12);
          box-shadow: 0 6px 24px 0 rgba(224, 58, 62, 0.06), 0 32px 32px 0 rgba(224, 58, 62, 0.12);
}
@media only screen and (max-width: 991px) {
  .slyslider__controls .slyslider__control {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 10.75px;
  }
}
@media only screen and (max-width: 767px) {
  .slyslider__controls .slyslider__control {
    width: 62px;
    height: 62px;
    line-height: 62px;
  }
}
.slyslider__controls .slyslider__control.disabled {
  cursor: not-allowed;
}
.slyslider__controls .slyslider__control:hover {
  color: #FFFFFF;
  background: #252B72;
}
.slyslider__controls .slyslider__scrollbar {
  width: 100%;
  height: 4px;
  background: #EBEBE0;
  border-radius: 500px;
}
.slyslider__controls .slyslider__scrollbar .handle {
  height: 100%;
  background: #EF4136;
  border-radius: 500px;
}

.popup-video {
  position: relative;
}
.popup-video:before {
  z-index: 1;
  width: 82px;
  height: 82px;
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  text-indent: 5px;
  background: #EF4136;
  content: "\e815";
  overflow: hidden;
  position: absolute;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 500px;
  top: calc(50% - 41px);
  left: calc(50% - 41px);
  font-family: "lawdoyle";
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(0px 36px 36px rgba(0, 0, 0, 0.12)) drop-shadow(0px 0px 36px rgba(0, 0, 0, 0.06));
          filter: drop-shadow(0px 36px 36px rgba(0, 0, 0, 0.12)) drop-shadow(0px 0px 36px rgba(0, 0, 0, 0.06));
}
@media only screen and (max-width: 767px) {
  .popup-video:before {
    width: 70px;
    height: 70px;
    font-size: 20px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
  }
}
@media only screen and (max-width: 575px) {
  .popup-video:before {
    width: 60px;
    height: 60px;
    font-size: 18px;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
  }
}
.popup-video:-moz-any-link:hover:before {
  color: #FFFFFF;
  background: #252B72;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.popup-video:any-link:hover:before {
  color: #FFFFFF;
  background: #252B72;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.breadcrumb-wrapper {
  padding: 0;
}
.breadcrumb-wrapper .breadcrumb {
  border-bottom: 1px solid #D7D8DD;
}

.breadcrumb {
  border: 0;
  margin: 0;
  color: #000000;
  padding: 15px 0;
  font-size: 14px;
  border-radius: 0;
  line-height: 20px;
  vertical-align: middle;
  background: transparent;
  font-family: "Libre Baskerville", sans-serif;
}
.breadcrumb span.angle-right {
  padding-left: 5px;
  padding-right: 5px;
  vertical-align: middle;
}
.breadcrumb .current-page {
  color: #000000;
  text-decoration: none;
}
.breadcrumb a {
  color: #000000;
  vertical-align: middle;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.breadcrumb a:hover, .breadcrumb a:focus {
  color: #FFD400;
  text-decoration: underline;
}

.default-page {
  padding: 60px 0;
}
@media only screen and (max-width: 767px) {
  .default-page {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 575px) {
  .default-page {
    padding: 40px 0;
  }
}

.mfp-move-from-top {
  -webkit-transition: initial;
  transition: initial;
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top.mfp-bg {
  opacity: 1 !important;
  background: transparent;
  backdrop-filter: blur(10px) brightness(150%) opacity(115%);
  --webkit-backdrop-filter: blur(10px) brightness(150%) opacity(115%);
  background-color: rgba(255, 255, 255, 0.3);
}
.mfp-move-from-top .mfp-container {
  padding: 0;
}
.mfp-move-from-top .mfp-container .mfp-content {
  height: 100%;
  vertical-align: middle;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(300px);
  transform: translateY(300px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top .mfp-close {
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  color: #FFD400;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  line-height: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  opacity: 1 !important;
  font-family: "Libre Baskerville", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mfp-move-from-top .mfp-close [class*=icon-] {
  color: #FFD400;
  font-size: 11px;
  margin-left: 10px;
  line-height: 11px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.mfp-move-from-top .mfp-close:hover {
  color: #EF4136;
}
.mfp-move-from-top .mfp-close:hover [class*=icon-] {
  color: #EF4136;
}
.mfp-move-from-top .mfp-container {
  right: 0;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.mfp-move-from-top .mfp-container .mfp-content {
  height: auto;
  padding: 0 15px;
}
.mfp-move-from-top .mfp-container .mfp-content .mfp-figure:after {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}
.mfp-move-from-top .mfp-container .mfp-content .mfp-figure figure {
  max-width: 880px;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #FFD400;
}
.mfp-move-from-top .mfp-container .mfp-content .mfp-figure figure .mfp-img {
  padding: 0;
  width: 100%;
  height: auto;
}
.mfp-move-from-top .mfp-container .mfp-arrow {
  opacity: 1;
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  overflow: hidden;
  margin-top: -45px;
  background: #FFD400;
  line-height: normal;
  border-radius: 500px;
  font-family: "Libre Baskerville", sans-serif;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: drop-shadow(0px 36px 46px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 36px 46px rgba(0, 0, 0, 0.08));
}
@media only screen and (max-width: 900px) {
  .mfp-move-from-top .mfp-container .mfp-arrow {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 575px) {
  .mfp-move-from-top .mfp-container .mfp-arrow {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
}
.mfp-move-from-top .mfp-container .mfp-arrow:after {
  content: none;
}
.mfp-move-from-top .mfp-container .mfp-arrow:before {
  margin: 0;
  border: 0;
  padding: 0;
  opacity: 1;
  color: #252B72;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: inherit;
  height: inherit;
  position: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-left {
  left: 30px;
}
@media only screen and (max-width: 991px) {
  .mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-left {
    left: 20px;
  }
}
.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-left:before {
  content: "Prev";
}
.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-right {
  right: 30px;
}
@media only screen and (max-width: 991px) {
  .mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-right {
    right: 20px;
  }
}
.mfp-move-from-top .mfp-container .mfp-arrow.mfp-arrow-right:before {
  content: "Next";
}
.mfp-move-from-top .mfp-container .mfp-arrow:hover {
  background: #252B72;
}
.mfp-move-from-top .mfp-container .mfp-arrow:hover:before {
  color: #FFFFFF;
}
.mfp-move-from-top .mfp-container .mfp-bottom-bar {
  margin-top: 20px;
}
.mfp-move-from-top .mfp-container .mfp-bottom-bar .mfp-title {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-family: "Libre Baskerville", sans-serif;
}
.mfp-move-from-top .mfp-container .mfp-bottom-bar .mfp-counter {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  font-family: "Libre Baskerville", sans-serif;
  text-transform: uppercase;
}
.mfp-move-from-top .mfp-iframe-scaler {
  overflow: inherit;
  vertical-align: middle;
}
.mfp-move-from-top .mfp-iframe-scaler .mfp-iframe {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  border-radius: 12px;
}
.mfp-move-from-top.counter-disable .mfp-container .mfp-bottom-bar {
  display: none;
}

.content__editor {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}
.content__editor h1, .content__editor .h1, .content__editor h2, .content__editor .h2, .content__editor h3, .content__editor .h3, .content__editor h4, .content__editor .h4, .content__editor h5, .content__editor .h5, .content__editor h6, .content__editor .h6 {
  color: #252B72;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Libre Baskerville", sans-serif;
}
.content__editor p {
  margin: 0 0 30px;
}
@media only screen and (max-width: 991px) {
  .content__editor p {
    margin: 0 0 25px;
  }
}
.content__editor p:last-child {
  margin: 0;
}
.content__editor p img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
}
.content__editor p a:not(.btn) {
  color: #000000;
  font-weight: 400;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content__editor p a:not(.btn):hover, .content__editor p a:not(.btn):focus {
  color: #191c4b;
}
.content__editor p .btn {
  margin-bottom: 0;
}
.content__editor a:not(.btn):hover, .content__editor a:not(.btn):focus {
  color: #191c4b;
}
.content__editor .btn {
  margin-bottom: 30px;
}
.content__editor ul, .content__editor ol {
  margin-bottom: 30px;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.content__editor ul.list-unstyled, .content__editor ol.list-unstyled {
  padding: 0;
  list-style: none;
}
.content__editor ul.list-unstyled li, .content__editor ol.list-unstyled li {
  padding-left: 0;
}
.content__editor ul.list-unstyled li:before, .content__editor ol.list-unstyled li:before {
  display: none;
}
.content__editor ul li, .content__editor ol li {
  margin-bottom: 10px;
}
.content__editor ul li ul, .content__editor ul li ol, .content__editor ol li ul, .content__editor ol li ol {
  margin-top: 15px;
  margin-bottom: 15px;
}
.content__editor blockquote {
  color: #252B72;
  border-left: 0;
  margin: 30px 0;
  position: relative;
  padding: 20px 20px;
  padding-left: 55px;
  border-radius: 12px;
  background: #F7F7FA;
}
.content__editor blockquote:before {
  left: 15px;
  top: 20px;
  content: "❝";
  color: #252B72;
  font-size: 45px;
  line-height: 45px;
  position: absolute;
}
.content__editor blockquote p {
  margin-bottom: 0;
  font-style: italic;
}
.content__editor blockquote h1, .content__editor blockquote .h1, .content__editor blockquote h2, .content__editor blockquote .h2, .content__editor blockquote h3, .content__editor blockquote .h3, .content__editor blockquote h4,
.content__editor blockquote .h4, .content__editor blockquote h5, .content__editor blockquote .h5, .content__editor blockquote h6, .content__editor blockquote .h6 {
  margin: 0;
}

.error-404 .error-header {
  width: 100%;
  margin-top: 0;
  max-width: 680px;
  padding: 0 0 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  min-height: inherit;
  background: transparent;
  border-bottom: 1px dashed #252B72;
}
.error-404 .error-header:after, .error-404 .error-header:before {
  content: none;
}
.error-404 .error-header .hero {
  margin: 0;
  line-height: 1;
  font-size: clamp(7rem, 7.55vw, 15rem);
}
.error-404 .error-content p {
  margin: 0;
}
.error-404 .error-content .btn {
  margin-top: 30px;
}

#cursor {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  pointer-events: none;
  pointer-events: none;
  will-change: transform;
}

@media (hover: hover) and (pointer: fine) {
  .cursor__circle {
    width: 70px;
    height: 70px;
    margin-top: -50%;
    margin-left: -50%;
    border-radius: 50%;
    -webkit-transform: scale(0.24);
            transform: scale(0.24);
    will-change: transform;
    border: 8px solid #FFD400;
    -webkit-transition: background-color 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: background-color 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.2s ease;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.2s ease, -webkit-transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  }
  #cursor.drag .cursor__circle {
    -webkit-transform: scale(1);
            transform: scale(1);
    background-color: #FFD400;
  }
  #cursor.drag .cursor__circle:before {
    top: 50%;
    left: 50%;
    color: #252B72;
    content: "Drag";
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    text-transform: capitalize;
    letter-spacing: 0.42px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #cursor.anchor .cursor__circle {
    -webkit-transform: scale(0.12);
            transform: scale(0.12);
    background-color: #FFD400;
  }
  #cursor.overlay .cursor__circle {
    width: 48px;
    height: 48px;
    background-color: rgba(227, 222, 193, 0.08);
    border-color: transparent;
  }
}
/***********************************
BASIC WORDPRESS STYLES
***********************************/
.alignleft {
  float: left;
  height: auto;
  max-width: 100%;
  display: inline;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  height: auto;
  float: right;
  display: inline;
  max-width: 100%;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  height: auto;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.alignnone, .hs-cta-img {
  height: auto;
  max-width: 100%;
}

.gallery {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -10px !important;
  margin-right: -10px !important;
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 575px) {
  .gallery {
    margin-left: -5px !important;
    margin-right: -5px !important;
  }
}
.gallery br {
  display: none;
}
.gallery .gallery-item {
  height: 200px;
  overflow: hidden;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  margin-bottom: 20px;
  vertical-align: top;
  display: inline-block;
  float: none !important;
  width: 100% !important;
  width: 50% !important;
  margin-top: 0 !important;
}
@media only screen and (max-width: 767px) {
  .gallery .gallery-item {
    height: 180px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .gallery .gallery-item {
    height: 140px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .gallery .gallery-item {
    height: 100%;
  }
}
.gallery .gallery-item .gallery-icon {
  width: 100%;
  height: 100%;
}
.gallery .gallery-item a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
}
.gallery .gallery-item a:before, .gallery .gallery-item a:after {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.gallery .gallery-item a:before {
  bottom: 0;
  z-index: 1;
  opacity: 0;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.5s opacity, 0.5s background-color;
  transition: 0.5s opacity, 0.5s background-color;
}
.gallery .gallery-item a:after {
  top: 0;
  opacity: 0;
  content: "+";
  color: #FFFFFF;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: 0.4s transform 0.2s, 0.4s opacity 0.2s;
  -webkit-transition: 0.4s opacity 0.2s, 0.4s -webkit-transform 0.2s;
  transition: 0.4s opacity 0.2s, 0.4s -webkit-transform 0.2s;
  transition: 0.4s transform 0.2s, 0.4s opacity 0.2s;
  transition: 0.4s transform 0.2s, 0.4s opacity 0.2s, 0.4s -webkit-transform 0.2s;
}
.gallery .gallery-item a:hover:before {
  opacity: 1;
}
.gallery .gallery-item a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.gallery .gallery-item a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border: 0 !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.333333% !important;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 25% !important;
}

.gallery-caption {
  display: block;
}

@media only screen and (max-width: 767px) {
  .gallery.gallery-columns-4 .gallery-item {
    width: 33.333333% !important;
  }
}
@media only screen and (max-width: 575px) {
  .gallery.gallery-columns-3 .gallery-item {
    width: 50% !important;
  }
  .gallery.gallery-columns-4 .gallery-item {
    width: 50% !important;
  }
}
@media only screen and (max-width: 480px) {
  .gallery .gallery-item {
    width: 100% !important;
  }
  .gallery.gallery-columns-3 .gallery-item, .gallery.gallery-columns-4 .gallery-item {
    width: 100% !important;
  }
}
/***********************************
BASIC TEMPLATE STYLES
***********************************/
.basic {
  padding: 60px 0;
}
.basic .btn {
  margin-top: 20px;
}

/**********************************
MEDIA QUERIES
***********************************/
@media only screen and (max-width: 1400px) {
  .header .topbar .quick-contact {
    margin-left: -2.825%;
    margin-right: -2.825%;
  }
  .header .topbar .quick-contact li {
    padding-left: 2.825%;
    padding-right: 2.825%;
  }
} /* 1400 */
@media only screen and (max-width: 1366px) {
  /**********************************
  HEADER STYLE
  ***********************************/
  .header-gutter {
    height: 100px;
    min-height: 100px;
  }
  .header:has(.topbar) + .header-gutter {
    height: 140px;
    min-height: 140px;
  }
  .header .navbar {
    padding: 21px 0;
  }
  .header .navbar .navbar-header .logo .navbar-brand img {
    max-width: 450px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li.menu-btn > a {
    padding: 16px 20px;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar-nav-right {
    margin-left: 60px;
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner {
    padding-bottom: 100px;
  }
  .attorney-introduction__media {
    margin-left: 0;
  }
  .footer-top__media {
    right: -63px;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer__logo {
    max-width: 450px;
  }
  .footer .footer_menu-widget ul.widget-menu li:not(:last-child) {
    margin-bottom: 25px;
  }
} /* 1366 */
@media only screen and (max-width: 1285px) {
  .header .topbar .quick-contact {
    margin-left: -2.125%;
    margin-right: -2.125%;
  }
  .header .topbar .quick-contact li {
    padding-left: 2.125%;
    padding-right: 2.125%;
  }
  .header .topbar .quick-contact li .list {
    font-size: 14px;
  }
  .header .topbar .quick-contact li .list [class*=icon-] {
    font-size: 14px;
    margin-right: 5px;
  }
} /* 1285 */
@media only screen and (max-width: 1199px) {
  h1, .h1 {
    font-size: 54px;
    line-height: 64px;
  }
  /**********************************
  HEADER STYLE
  ***********************************/
  .header-gutter {
    height: 95px;
    min-height: 95px;
  }
  .header:has(.topbar) + .header-gutter {
    height: 130px;
    min-height: 130px;
  }
  .header .topbar .quick-contact {
    margin-left: -20px;
    margin-right: -20px;
  }
  .header .topbar .quick-contact li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .topbar .quick-contact li .list {
    font-size: 13px;
  }
  .header .topbar .quick-contact li .list [class*=icon-] {
    font-size: 13px;
  }
  .header .topbar .quick-contact li .list [class*=icon-].icon-mail {
    font-size: 12px;
    margin-top: 2px;
  }
  .header .navbar .navbar-header .logo .navbar-brand img {
    max-width: 380px;
  }
  .header .navbar .navbar-collapse .navbar-nav {
    margin-left: -15px;
    margin-right: -15px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li {
    margin-left: 15px;
    margin-right: 15px;
  }
  .header .navbar .navbar-collapse .navbar-nav > li > a {
    font-size: 14px;
    line-height: 20px;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar-nav-right {
    margin-left: 20px;
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner {
    padding: 60px 0 80px;
  }
  .banner__text .title {
    line-height: 1.4;
  }
  .banner__text .btn_group .btn {
    font-size: 19px;
    line-height: 29px;
    padding: 18px 30px;
  }
  .lawdoyle-notice {
    padding: 80px 0;
  }
  .recent-settlements {
    padding: 80px 0;
  }
  .our-services {
    padding: 80px 0;
  }
  .our-services .entry-title {
    margin-bottom: 50px;
  }
  .our-services .services-items:not(:last-child) {
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .our-services__overlay {
    top: 155px;
  }
  .help-highlights {
    padding: 80px 0;
  }
  .help-highlights .backGround {
    padding: 35px;
  }
  .attorney-introduction {
    padding: 140px 0 80px;
  }
  .attorney-introduction__media:before {
    top: -60px;
    width: 500px;
    height: 500px;
  }
  .testimonials {
    padding: 80px 0;
  }
  .testimonials .slyslider__item {
    max-width: 500px;
  }
  .faqs {
    padding: 80px 0;
  }
  .faqs__overlay {
    top: -55px;
  }
  .features {
    padding: 80px 0;
  }
  .footer-top__media {
    right: -30px;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer {
    padding: 80px 0;
  }
  .footer__logo {
    max-width: 420px;
  }
  .footer .footer_menu-widget ul.widget-menu li:not(:last-child) {
    margin-bottom: 20px;
  }
} /* 1199 */
@media only screen and (max-width: 991px) {
  h1, .h1 {
    font-size: 46px;
    line-height: 56px;
  }
  h2, .h2 {
    font-size: 42px;
    line-height: 52px;
  }
  .container, .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  /**********************************
  HEADER STYLE
  ***********************************/
  .header-gutter {
    height: 90px;
    min-height: 90px;
  }
  .header:has(.topbar) + .header-gutter {
    height: 125px;
    min-height: 125px;
  }
  .header .topbar .quick-contact li:nth-last-child(1) {
    display: none;
  }
  .header .navbar {
    padding: 18.5px 0;
  }
  .header .navbar .container, .header .navbar .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header .navbar .navbar-header .logo .navbar-brand img {
    max-width: 350px;
  }
  .header .navbar .navbar-collapse .navbar-nav:not(.navbar-nav-right) {
    display: none;
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner {
    padding: 50px 0 70px;
  }
  .banner__text {
    max-width: 590px;
  }
  .banner__text .btn_group .btn {
    font-size: 16px;
    line-height: 24px;
    padding: 16px 25px;
  }
  .lawdoyle-notice {
    padding: 60px 0;
  }
  .lawdoyle-notice .backGround {
    gap: 20px;
    padding: 10px 20px;
    padding-right: 70px;
  }
  .lawdoyle-notice .backGround .text .message {
    font-size: 18px;
    line-height: 26px;
  }
  .lawdoyle-notice .noticeClose {
    right: 20px;
  }
  .recent-settlements {
    padding: 60px 0;
  }
  .recent-settlements .entry-title {
    margin-bottom: 30px;
  }
  .recent-settlements__items {
    padding: 25px;
    min-height: 200px;
  }
  .recent-settlements .carouselTicker__list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .recent-settlements .carouselTicker__list--item {
    max-width: 320px;
    min-width: 320px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .our-services {
    padding: 60px 0;
  }
  .our-services .services-items:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .our-services .services-items__text {
    max-width: 100%;
  }
  .our-services .services-items__text .description {
    font-size: 16px;
    line-height: 24px;
  }
  .our-services__overlay {
    top: 145px;
  }
  .help-highlights {
    padding: 60px 0;
  }
  .help-highlights .backGround {
    padding: 30px;
  }
  .attorney-introduction {
    padding: 120px 0 60px;
  }
  .attorney-introduction__text {
    max-width: 100%;
    margin-top: 20px;
  }
  .testimonials {
    padding: 60px 0;
  }
  .testimonials__items {
    padding: 25px;
  }
  .testimonials .slyslider__item {
    max-width: 450px;
  }
  .faqs {
    padding: 60px 0;
  }
  .faqs__overlay {
    top: -25px;
  }
  .features {
    padding: 60px 0;
  }
  .features__items--text {
    max-width: 100%;
  }
  .footer-top__media {
    right: -130px;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer {
    padding: 60px 0;
  }
  .footer__logo {
    max-width: 380px;
  }
} /* 991 */
@media only screen and (max-width: 834px) {
  .features__items--media {
    min-height: 300px;
  }
  .features .row [class^=col] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
} /* 834 */
@media only screen and (max-width: 767px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 52px;
  }
  h2, .h2 {
    font-size: 36px;
    line-height: 48px;
  }
  h3, .h3 {
    font-size: 30px;
    line-height: 42px;
  }
  h4, .h4 {
    font-size: 24px;
    line-height: 34px;
  }
  h5, .h5 {
    font-size: 20px;
    line-height: 28px;
  }
  /**********************************
  HEADER STYLE
  ***********************************/
  .header-gutter {
    height: 80px;
    min-height: 80px;
  }
  .header:has(.topbar) + .header-gutter {
    height: 116px;
    min-height: 116px;
  }
  .header .topbar .quick-contact li:nth-last-child(2) {
    display: none;
  }
  .header .navbar {
    padding: 17px 0;
  }
  .header .navbar .navbar-header .logo .navbar-brand img {
    max-width: 300px;
  }
  .header .navbar .navbar-collapse .navbar-nav.navbar-nav-right > li:not(.mobile-navbar-toggler) {
    display: none;
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner {
    padding: 45px 0 55px;
  }
  .banner:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(25%, #FBFBFB), color-stop(35.79%, rgba(251, 251, 251, 0.81)), color-stop(45.59%, rgba(251, 251, 251, 0.92)), color-stop(80.66%, rgba(251, 251, 251, 0)));
    background: linear-gradient(90deg, #FBFBFB 25%, rgba(251, 251, 251, 0.81) 35.79%, rgba(251, 251, 251, 0.92) 45.59%, rgba(251, 251, 251, 0) 80.66%);
  }
  .banner__text {
    max-width: 485px;
  }
  .banner__text .btn_group {
    margin-top: 20px;
  }
  .lawdoyle-notice {
    padding: 50px 0;
  }
  .lawdoyle-notice .backGround {
    gap: 15px;
    margin: 36px 0;
  }
  .lawdoyle-notice .backGround .text .message {
    font-size: 16px;
    line-height: 24px;
  }
  .lawdoyle-notice .backGround .media {
    margin-top: -36px;
    margin-bottom: -36px;
  }
  .recent-settlements {
    padding: 50px 0;
  }
  .recent-settlements__items {
    padding: 20px;
    min-height: 180px;
  }
  .recent-settlements .carouselTicker__list--item {
    max-width: 280px;
    min-width: 280px;
  }
  .our-services {
    padding: 50px 0;
  }
  .our-services .entry-title {
    margin-bottom: 30px;
  }
  .our-services .services-items:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .our-services .services-items__media {
    min-height: 280px;
  }
  .our-services .services-items__text {
    margin-top: 20px;
  }
  .our-services__overlay {
    top: 70px;
  }
  .help-highlights {
    padding: 50px 0;
  }
  .help-highlights .backGround {
    padding: 25px;
  }
  .attorney-introduction {
    padding: 75px 0 50px;
  }
  .attorney-introduction__media:before {
    top: -25px;
    width: 450px;
    height: 450px;
  }
  .attorney-introduction__text .description {
    margin-top: 10px;
  }
  .testimonials {
    padding: 50px 0;
  }
  .testimonials__items {
    padding: 20px;
  }
  .testimonials .slyslider__item {
    max-width: 400px;
  }
  .faqs {
    padding: 50px 0;
  }
  .faqs__accordion .card-header {
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
  }
  .faqs__accordion .card-header:before {
    top: 16px;
  }
  .features {
    padding: 50px 0;
  }
  .features__items--media {
    min-height: 280px;
  }
  .footer-top {
    padding: 35px 0 45px;
  }
  .footer-top__media {
    right: -190px;
    max-width: 730px;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer {
    padding: 50px 0;
  }
  .footer__logo {
    max-width: 320px;
  }
  .footer .wrapper {
    height: auto;
    margin-bottom: 30px;
  }
  .footer .wrapper .btn_group {
    margin-top: 30px;
  }
  .footer__copyright {
    margin-top: 20px;
  }
  div[data-sticky_column] + div[style*="position:"] {
    display: none !important;
  }
  .is_stuck {
    position: initial !important;
    width: initial !important;
    top: initial !important;
  }
  .basic {
    padding: 50px 0;
  }
  .basic .basic-parent {
    margin-top: -30px;
  }
  .basic .content__editor {
    margin-top: 30px;
  }
} /* 767 */
@media only screen and (max-width: 575px) {
  h1, .h1 {
    font-size: 36px;
    line-height: 46px;
  }
  h2, .h2 {
    font-size: 30px;
    line-height: 42px;
  }
  h3, .h3 {
    font-size: 24px;
    line-height: 34px;
  }
  h4, .h4 {
    font-size: 20px;
    line-height: 28px;
  }
  h5, .h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .container, .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  /**********************************
  HEADER STYLE
  ***********************************/
  .header .navbar .container, .header .navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .navbar .navbar-header .logo .navbar-brand img {
    max-width: 280px;
  }
  /***********************************
  HOME STYLES
  ***********************************/
  .banner {
    padding: 40px 0 45px;
  }
  .banner:before {
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #FBFBFB), color-stop(45.79%, rgba(251, 251, 251, 0.81)), color-stop(58.59%, rgba(251, 251, 251, 0.92)), color-stop(90.66%, rgba(251, 251, 251, 0)));
    background: linear-gradient(90deg, #FBFBFB 30%, rgba(251, 251, 251, 0.81) 45.79%, rgba(251, 251, 251, 0.92) 58.59%, rgba(251, 251, 251, 0) 90.66%);
  }
  .banner__text {
    max-width: 410px;
  }
  .lawdoyle-notice {
    padding: 40px 0;
  }
  .lawdoyle-notice .backGround {
    margin: 30px 0;
  }
  .lawdoyle-notice .backGround .text .message {
    font-size: 14px;
    line-height: 22px;
  }
  .lawdoyle-notice .backGround .media {
    max-width: 140px;
    margin-top: -30px;
    margin-bottom: -30px;
  }
  .recent-settlements {
    padding: 40px 0;
  }
  .our-services {
    padding: 40px 0;
  }
  .our-services .services-items__media {
    min-height: 220px;
  }
  .help-highlights {
    padding: 40px 0;
  }
  .help-highlights .backGround {
    padding: 20px;
  }
  .attorney-introduction {
    padding: 60px 0 40px;
  }
  .attorney-introduction__media:before {
    top: -20px;
    width: 400px;
    height: 400px;
  }
  .testimonials {
    padding: 40px 0;
  }
  .testimonials .slyslider__item {
    max-width: 380px;
  }
  .faqs {
    padding: 40px 0;
  }
  .faqs__accordion .card-header {
    font-size: 16px;
    line-height: 22px;
  }
  .faqs__accordion .card-header:before {
    top: 14px;
  }
  .features {
    padding: 40px 0;
  }
  .features__items--media {
    min-height: 220px;
  }
  .footer-top {
    padding: 30px 0 40px;
  }
  .footer-top__media {
    right: -290px;
    max-width: 685px;
  }
  /***********************************
  FOOTER STYLES
  ***********************************/
  .footer {
    padding: 40px 0;
  }
  .footer__logo {
    max-width: 290px;
  }
  .footer .quick-contact {
    gap: 20px;
    row-gap: 15px;
    margin-top: 30px;
  }
  .basic {
    padding: 40px 0;
  }
} /* 575 */
@media only screen and (max-width: 480px) {
  .header .navbar .navbar-header .logo .navbar-brand img {
    max-width: 260px;
  }
  .banner {
    background-position: 65% 100%;
  }
  .our-services .services-items__media {
    min-height: 180px;
  }
  .features__items--media {
    min-height: 180px;
  }
  .features__items--media:before, .features__items--media:after {
    width: 275px;
    height: 275px;
  }
  .attorney-introduction__media:before {
    width: 350px;
    height: 350px;
  }
  .testimonials .slyslider__item {
    max-width: 350px;
  }
} /* 480 */
@-webkit-keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@keyframes bounce {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  80% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
}
@-webkit-keyframes shake {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}
@keyframes shake {
  0%, 20%, 60%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}