/* Default */
/* Some tags */
.tdn {
  text-decoration: none;
}

.transform {
  text-transform: uppercase;
}

.spacing {
  letter-spacing: 1px;
}

.weight {
  font-weight: 400;
}

/* Some Tags END */
/* CSS3 */
/* Default END */
body {
  color: #191f20;
  font-family: "ProximaNova";
}
@media (max-width: 767px) {
  body {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -webkit-hyphens: auto;
    hyphens: auto;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  color: #231F20;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  text-decoration: none;
}
body a:hover, body a:focus {
  color: #0c97f7;
  text-decoration: none;
}
body a:hover img, body a:focus img {
  opacity: 0.8;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Tiempos Headline";
  font-weight: 400;
}
body h1 a:hover, body h1 a:focus,
body h2 a:hover,
body h2 a:focus,
body h3 a:hover,
body h3 a:focus,
body h4 a:hover,
body h4 a:focus,
body h5 a:hover,
body h5 a:focus,
body h6 a:hover,
body h6 a:focus {
  color: #0c97f7 !important;
}
body h1 {
  font-size: 42px;
  line-height: 50px;
}
body h3 {
  font-size: 38px;
  line-height: 44px;
}
body h4 {
  font-size: 23px;
  line-height: 29px;
}
@media (max-width: 767px) {
  body h3 {
    font-size: 30px;
    line-height: 40px;
  }
  body h4 {
    font-size: 23px;
    line-height: 29px;
  }
}
body img {
  max-width: 100%;
  height: auto;
}
body #hdr {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid #7c7c7c;
}
body #hdr .col-12 {
  position: initial;
}
body #hdr .fa-angle-down svg {
  width: 10px;
}
body #hdr .logo-nav {
  display: flex;
}
@media (min-width: 992px) {
  body #hdr .logo-nav nav {
    margin: auto 0;
  }
  body #hdr .logo-nav nav > ul {
    margin: 0;
    padding: 0;
    display: flex;
  }
  body #hdr .logo-nav nav > ul > li {
    display: block;
    margin: 0;
    padding: 0;
    margin-left: 25px;
    list-style: none;
  }
  body #hdr .logo-nav nav > ul > li > a {
    display: block;
    padding: 14px 0;
    color: #231F20;
    position: relative;
    line-height: 41px;
    font-family: "Tiempos Headline";
    font-weight: 600;
  }
  body #hdr .logo-nav nav > ul > li > a > .fa-angle-down {
    margin-left: 5px;
  }
  body #hdr .logo-nav nav > ul > li > a:before {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #979797;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -ms-transition: 0.1s ease all;
    -o-transition: 0.1s ease all;
  }
  body #hdr .logo-nav nav > ul > li > a:hover, body #hdr .logo-nav nav > ul > li > a:focus {
    text-decoration: none;
    color: #0c97f7;
  }
  body #hdr .logo-nav nav > ul > li:hover > a:before {
    opacity: 1;
  }
  body #hdr .logo-nav nav > ul > li.parent:hover > a {
    color: #0c97f7;
    text-decoration: none;
  }
  body #hdr .logo-nav nav > ul > li > .fa-angle-down {
    display: none;
  }
  body #hdr .logo-nav nav > ul > li > ul, body #hdr .logo-nav nav > ul > li > .subinrdiv, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper {
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 1px);
    opacity: 0;
    visibility: hidden;
    transition: 0.1s ease all;
    -webkit-transition: 0.1s ease all;
    -moz-transition: 0.1s ease all;
    -ms-transition: 0.1s ease all;
    -o-transition: 0.1s ease all;
    transition-delay: 0.1s;
    margin-top: 50px;
  }
  body #hdr .logo-nav nav > ul > li:hover > ul, body #hdr .logo-nav nav > ul > li:hover > .subinrdiv, body #hdr .logo-nav nav > ul > li:hover > .tt-mega-wrapper {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
  }
  body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv {
    display: flex;
    padding: 25px 20px;
    background: #fff;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
  }
  body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv > .drop-menu {
    display: flex;
    padding: 25px 0;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
  }
  body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv > .drop-menu > li {
    flex: 1;
    margin: 0;
    padding: 0 15px;
    list-style: none;
  }
  body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv > .drop-menu > li:last-child {
    border-right: 0;
  }
  body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv > .drop-menu > li > a {
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
    color: #231F20;
    border-bottom: 2px solid #575757;
    font-size: 20px;
    padding-bottom: 10px;
  }
  body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv > .drop-menu > li > a:hover, body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv > .drop-menu > li > a:focus {
    color: #0c97f7;
  }
  body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv > .drop-menu > li > .fa-angle-down {
    display: none;
  }
  body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv > .drop-menu > li > ul {
    display: block;
    margin: 0;
    padding: 0;
  }
  body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv > .drop-menu > li > ul > li {
    display: block;
    margin: 0;
    padding: 0;
  }
  body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv > .drop-menu > li > ul > li > a {
    display: block;
    margin-bottom: 10px;
    color: #231F20;
  }
  body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv > .drop-menu > li > ul > li > a:hover, body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv > .drop-menu > li > ul > li > a:focus {
    color: #0c97f7;
  }
  body #hdr .logo-nav nav > ul > li.type-2 > .subinrdiv > .drop-menu > li > ul > li:last-child > a {
    margin-bottom: 0;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper {
    display: flex;
    padding: 25px 20px;
    background: #fff;
    box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.15);
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-list {
    width: 20%;
    margin: 0;
    padding: 0;
    margin-right: 30px;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-list > li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #d8d8d8;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-list > li:last-child {
    border-bottom: 0;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-list > li > a {
    display: block;
    padding: 15px;
    position: relative;
    color: #231F20;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-list > li > a:after {
    content: "";
    width: 30px;
    height: 30px;
    background: #d8d8d8;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: rotate(45deg);
    margin-top: -15px;
    opacity: 0;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-list > li > a:hover, body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-list > li > a:focus {
    background: #d8d8d8;
    color: #231F20;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-list > li.active > a {
    background: #d8d8d8;
    color: #231F20;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-list > li.active > a:after {
    opacity: 1;
    right: -5px;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-content {
    width: 80%;
    border-left: 1px solid #d8d8d8;
    padding-left: 30px;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-content > .tt-mega-entry {
    display: none;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-content > .tt-mega-entry.active {
    display: block;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-content > .tt-mega-entry .thumb {
    margin-bottom: 15px;
    display: block;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-content > .tt-mega-entry .tt-post-info h6 {
    font-weight: bold;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-content > .tt-mega-entry .tt-post-info h6 a {
    color: #231F20;
  }
  body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-content > .tt-mega-entry .tt-post-info h6 a:hover, body #hdr .logo-nav nav > ul > li.type-1 > .tt-mega-wrapper > .tt-mega-content > .tt-mega-entry .tt-post-info h6 a:focus {
    color: #0c97f7;
  }
}
@media (max-width: 991px) {
  body #hdr .logo-nav nav {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    padding: 50px 30px;
    overflow: auto;
    z-index: 2;
    width: 400px;
    left: -100%;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    font-size: 14px;
  }
  body #hdr .logo-nav nav i:before {
    display: block;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
  body #hdr .logo-nav nav i.active:before {
    transform: rotate(180deg);
  }
  body #hdr .logo-nav nav > ul {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 300px;
  }
  body #hdr .logo-nav nav > ul > li {
    margin: 15px 0;
    padding: 0;
    list-style: none;
    position: relative;
    width: 100%;
    /*&:first-child { &>ul { display: block; } }*/
  }
  body #hdr .logo-nav nav > ul > li > a {
    display: block;
    line-height: 30px;
    color: #231F20;
  }
  body #hdr .logo-nav nav > ul > li > a:hover, body #hdr .logo-nav nav > ul > li > a:focus {
    color: #0c97f7;
  }
  body #hdr .logo-nav nav > ul > li > a > .menu-toggle {
    display: none;
  }
  body #hdr .logo-nav nav > ul > li > .fa-angle-down {
    position: absolute;
    right: 0;
    top: 0;
    color: #231F20;
    font-size: 14px;
  }
  body #hdr .logo-nav nav > ul > li > ul, body #hdr .logo-nav nav > ul > li > .subinrdiv, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper {
    display: none;
    margin: 5px 0;
    padding: 15px;
    border: 1px solid #d8d8d8;
  }
  body #hdr .logo-nav nav > ul > li > ul > ul, body #hdr .logo-nav nav > ul > li > .subinrdiv > ul, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > ul {
    margin: 0;
    padding: 0;
  }
  body #hdr .logo-nav nav > ul > li > ul > ul > li, body #hdr .logo-nav nav > ul > li > .subinrdiv > ul > li, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > ul > li {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
  }
  body #hdr .logo-nav nav > ul > li > ul > ul > li:last-child, body #hdr .logo-nav nav > ul > li > .subinrdiv > ul > li:last-child, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > ul > li:last-child {
    margin-bottom: 0;
  }
  body #hdr .logo-nav nav > ul > li > ul > ul > li > a, body #hdr .logo-nav nav > ul > li > .subinrdiv > ul > li > a, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > ul > li > a {
    font-weight: bold;
    color: #231F20;
    padding-right: 20px;
    display: block;
  }
  body #hdr .logo-nav nav > ul > li > ul > ul > li > a:hover, body #hdr .logo-nav nav > ul > li > ul > ul > li > a:focus, body #hdr .logo-nav nav > ul > li > .subinrdiv > ul > li > a:hover, body #hdr .logo-nav nav > ul > li > .subinrdiv > ul > li > a:focus, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > ul > li > a:hover, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > ul > li > a:focus {
    color: #0c97f7;
  }
  body #hdr .logo-nav nav > ul > li > ul > ul > li > .fa-angle-down, body #hdr .logo-nav nav > ul > li > .subinrdiv > ul > li > .fa-angle-down, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > ul > li > .fa-angle-down {
    position: absolute;
    right: -15px;
    top: 0;
    color: #231f20;
    font-size: 14px;
    background: #d8d8d8;
    padding: 0 5px 0 8px;
    line-height: 25px;
    border-radius: 30px 0 0 30px;
  }
  body #hdr .logo-nav nav > ul > li > ul > ul > li > ul, body #hdr .logo-nav nav > ul > li > .subinrdiv > ul > li > ul, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > ul > li > ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    display: none;
  }
  body #hdr .logo-nav nav > ul > li > ul > ul > li > ul > li, body #hdr .logo-nav nav > ul > li > .subinrdiv > ul > li > ul > li, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > ul > li > ul > li {
    display: block;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
  }
  body #hdr .logo-nav nav > ul > li > ul > ul > li > ul > li > a, body #hdr .logo-nav nav > ul > li > .subinrdiv > ul > li > ul > li > a, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > ul > li > ul > li > a {
    color: #231F20;
  }
  body #hdr .logo-nav nav > ul > li > ul > ul > li > ul > li > a:hover, body #hdr .logo-nav nav > ul > li > ul > ul > li > ul > li > a:focus, body #hdr .logo-nav nav > ul > li > .subinrdiv > ul > li > ul > li > a:hover, body #hdr .logo-nav nav > ul > li > .subinrdiv > ul > li > ul > li > a:focus, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > ul > li > ul > li > a:hover, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > ul > li > ul > li > a:focus {
    color: #0c97f7;
  }
  body #hdr .logo-nav nav > ul > li > ul > li, body #hdr .logo-nav nav > ul > li > .subinrdiv > li, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > li {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
    list-style: none;
    position: relative;
  }
  body #hdr .logo-nav nav > ul > li > ul > li:last-child, body #hdr .logo-nav nav > ul > li > .subinrdiv > li:last-child, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > li:last-child {
    margin-bottom: 0;
  }
  body #hdr .logo-nav nav > ul > li > ul > li > a, body #hdr .logo-nav nav > ul > li > .subinrdiv > li > a, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > li > a {
    font-weight: bold;
    color: #231F20;
  }
  body #hdr .logo-nav nav > ul > li > ul > li > a:hover, body #hdr .logo-nav nav > ul > li > ul > li > a:focus, body #hdr .logo-nav nav > ul > li > .subinrdiv > li > a:hover, body #hdr .logo-nav nav > ul > li > .subinrdiv > li > a:focus, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > li > a:hover, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > li > a:focus {
    color: #0c97f7;
  }
  body #hdr .logo-nav nav > ul > li > ul > li > .fa-angle-down, body #hdr .logo-nav nav > ul > li > .subinrdiv > li > .fa-angle-down, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > li > .fa-angle-down {
    position: absolute;
    right: -15px;
    top: 0;
    color: #231f20;
    font-size: 14px;
    background: #d8d8d8;
    padding: 0 5px 0 8px;
    line-height: 25px;
    border-radius: 30px 0 0 30px;
  }
  body #hdr .logo-nav nav > ul > li > ul > li > ul, body #hdr .logo-nav nav > ul > li > .subinrdiv > li > ul, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > li > ul {
    margin: 0;
    padding: 0;
    margin-top: 10px;
    display: none;
  }
  body #hdr .logo-nav nav > ul > li > ul > li > ul > li, body #hdr .logo-nav nav > ul > li > .subinrdiv > li > ul > li, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > li > ul > li {
    display: block;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
  }
  body #hdr .logo-nav nav > ul > li > ul > li > ul > li > a, body #hdr .logo-nav nav > ul > li > .subinrdiv > li > ul > li > a, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > li > ul > li > a {
    color: #231F20;
  }
  body #hdr .logo-nav nav > ul > li > ul > li > ul > li > a:hover, body #hdr .logo-nav nav > ul > li > ul > li > ul > li > a:focus, body #hdr .logo-nav nav > ul > li > .subinrdiv > li > ul > li > a:hover, body #hdr .logo-nav nav > ul > li > .subinrdiv > li > ul > li > a:focus, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > li > ul > li > a:hover, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > li > ul > li > a:focus {
    color: #0c97f7;
  }
  body #hdr .logo-nav nav > ul > li > ul > .tt-mega-list, body #hdr .logo-nav nav > ul > li > .subinrdiv > .tt-mega-list, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > .tt-mega-list {
    margin: 0;
    padding: 0;
  }
  body #hdr .logo-nav nav > ul > li > ul > .tt-mega-list > li, body #hdr .logo-nav nav > ul > li > .subinrdiv > .tt-mega-list > li, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > .tt-mega-list > li {
    display: block;
    list-style: none;
    margin: 0 0 10px;
    padding: 0;
  }
  body #hdr .logo-nav nav > ul > li > ul > .tt-mega-list > li:last-child, body #hdr .logo-nav nav > ul > li > .subinrdiv > .tt-mega-list > li:last-child, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > .tt-mega-list > li:last-child {
    margin-bottom: 0;
  }
  body #hdr .logo-nav nav > ul > li > ul > .tt-mega-list > li > a, body #hdr .logo-nav nav > ul > li > .subinrdiv > .tt-mega-list > li > a, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > .tt-mega-list > li > a {
    color: #231F20;
  }
  body #hdr .logo-nav nav > ul > li > ul > .tt-mega-list > li > a:hover, body #hdr .logo-nav nav > ul > li > ul > .tt-mega-list > li > a:focus, body #hdr .logo-nav nav > ul > li > .subinrdiv > .tt-mega-list > li > a:hover, body #hdr .logo-nav nav > ul > li > .subinrdiv > .tt-mega-list > li > a:focus, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > .tt-mega-list > li > a:hover, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > .tt-mega-list > li > a:focus {
    color: #0c97f7;
  }
  body #hdr .logo-nav nav > ul > li > ul > .tt-mega-content, body #hdr .logo-nav nav > ul > li > .subinrdiv > .tt-mega-content, body #hdr .logo-nav nav > ul > li > .tt-mega-wrapper > .tt-mega-content {
    display: none !important;
  }
}
@media (max-width: 460px) {
  body #hdr .logo-nav nav {
    width: 85%;
  }
}
body #hdr .menu-overlay {
  position: fixed;
  background: rgba(35, 31, 32, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  left: -100%;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  opacity: 0;
  visibility: hidden;
}
body #hdr .menu-ToggleButton {
  width: 20px;
  height: 16px;
  position: relative;
  z-index: 2;
  margin: auto 0;
  margin-left: auto;
  border-bottom: 2px solid #231F20;
  display: none;
  cursor: pointer;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (max-width: 991px) {
  body #hdr .menu-ToggleButton {
    display: block;
  }
}
body #hdr .menu-ToggleButton:before, body #hdr .menu-ToggleButton:after {
  content: "";
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  background: #231F20;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -ms-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
body #hdr .menu-ToggleButton:after {
  top: 50%;
}
body #hdr .menu-ToggleButton.nav-active {
  border-color: transparent;
}
body #hdr .menu-ToggleButton.nav-active:before, body #hdr .menu-ToggleButton.nav-active:after {
  background: #fff;
}
body #hdr .menu-ToggleButton.nav-active:before {
  transform: rotate(45deg);
  top: 7px;
}
body #hdr .menu-ToggleButton.nav-active:after {
  transform: rotate(-45deg);
}
body.nav-active #hdr .logo-nav nav {
  left: 0;
}
body.nav-active #hdr .menu-overlay {
  opacity: 1;
  visibility: visible;
}
body.admin-bar #hdr {
  top: 32px;
}
body .wpp-list {
  margin: 0;
  padding: 0;
}
body .wpp-list li {
  margin: 0 0 20px;
  padding: 0;
}
body .wpp-list li img {
  border-radius: 3px;
}
body #footer {
  background: rgba(12, 151, 247, 0.0588235294);
  padding-top: 5rem;
  padding-bottom: 5rem;
}
body #footer .ftrlogosec {
  display: flex;
  align-items: center;
  gap: 60px;
}
body #footer .ftrlogosec .ftrsocial {
  display: flex;
  gap: 20px;
}
body #footer .ftrlogosec .ftrsocial a svg {
  height: 18px;
}
body #footer .ftrlogosec .ftrsocial a:hover, body #footer .ftrlogosec .ftrsocial a:focus {
  opacity: 0.5;
}
body #footer ul {
  margin: 0;
  padding: 0;
}
body #footer ul li {
  font-weight: bold;
  margin: 10px 0;
  list-style: none;
}
body #footer .twonavsidecol {
  display: flex;
  font-size: 15px;
  gap: 30px;
  padding-left: 70px;
}
body #footer .twonavsidecol > div:first-child {
  width: 30%;
}
body #footer .twonavsidecol > div:last-child {
  width: 70%;
}
@media (max-width: 767px) {
  body #footer .twonavsidecol {
    padding-left: 15px;
    margin-top: 30px;
  }
}
body #footer a {
  color: #231F20;
}
body #footer a:hover, body #footer a:focus {
  color: #0c97f7;
}
body .tnp.tnp-subscription {
  padding: 0;
  margin: 0;
  max-width: 100%;
}
body .tnp.tnp-subscription .tnp-field.tnp-field-email {
  display: flex;
  margin: 30px 0 20px;
}
body .tnp.tnp-subscription .tnp-field.tnp-field-email input {
  width: 250px !important;
  border-radius: 100px 0 0 100px !important;
}
@media (max-width: 767px) {
  body .tnp.tnp-subscription .tnp-field.tnp-field-email input {
    width: 170px !important;
  }
}
body .tnp.tnp-subscription .tnp-field.tnp-field-email button {
  width: 130px;
  border-radius: 0 100px 100px 0;
  border: 0;
  background-color: #0c97f7;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
body .tnp.tnp-subscription .tnp-field.tnp-field-email button:hover, body .tnp.tnp-subscription .tnp-field.tnp-field-email button:focus {
  background: #231F20;
}
body .tnp.tnp-subscription p.pvclink {
  font-size: 15px;
}
body .tnp.tnp-subscription p.pvclink a {
  text-decoration: underline;
}
body .tnp.tnp-subscription p.pvclink a:hover, body .tnp.tnp-subscription p.pvclink a:focus {
  text-decoration: none;
  color: #231F20;
}
body .ftrcpright {
  background: #191f20;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 30px 0;
  font-size: 14px;
}
body .ftrcpright a {
  color: #fff;
  text-decoration: underline;
}
body .ftrcpright a:hover, body .ftrcpright a:focus {
  color: #0c97f7;
  text-decoration: none;
}
body .ftrcpright .col-12 {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media (max-width: 991px) {
  body .ftrcpright .col-12 {
    flex-wrap: wrap;
    justify-content: center;
  }
}
body .ftrcpright .col-12 .lftcl img {
  max-width: 225px !important;
}
body .ftrcpright .col-12 .cntcl {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px;
  justify-content: end;
}
@media (max-width: 991px) {
  body .ftrcpright .col-12 .cntcl {
    justify-content: center;
  }
}
body .ftrcpright .col-12 .box,
body .ftrcpright .col-12 .box{
  display: flex;
  justify-content: end;
}
@media (max-width: 767px) {
  body .ftrcpright .col-12 .cntcl {
    width: 100%;
  }
  body .ftrcpright .col-12 .cntcl > div {
    display: block !important;
    width: 100% !important;
  }
}
body .ftrcpright .col-12 .ritcl {
  min-width: 100px;
}
@media (max-width: 991px) {
  body .ftrcpright .col-12 {
    justify-content: center;
  }
}
body .ftrcpright .widgettitle {
  font-weight: bold;
  margin-right: 20px;
  line-height: 20px;
}
@media (max-width: 767px) {
  body .ftrcpright .widgettitle {
    margin: 0;
	}
	body .ftrcpright .col-12 .box, body .ftrcpright .col-12 .box {
  flex-wrap: wrap;
  justify-content: center;
}
	body .ftrcpright .widgettitle {
		width: 100%;
	}
}
body .ftrcpright ul {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 5px;
  list-style: none;
}
@media (max-width: 767px) {
  body .ftrcpright ul {
    display: block;
  }
}
body .ftrcpright ul li {
  margin: 0;
  padding: 0;
  border-right: 1px solid #fff;
  padding-right: 5px;
  line-height: 20px;
}
body .ftrcpright ul li:last-child {
  border-right: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  body .ftrcpright ul li {
    margin: 20px 0;
    display: block;
    border: 0;
    padding: 0;
  }
}
body .singlenewsltr {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border: 7px solid #ececec;
  border-left: 0;
  border-right: 0;
  padding: 30px 0;
}
body .singlenewsltr .icnbx {
  width: 150px;
  background: #e1e1e1;
  padding: 50px;
  display: flex;
  height: 150px;
  border-radius: 100%;
  fill: #747474;
}
body .singlenewsltr .box {
  width: calc(100% - 180px);
  font-size: 16px;
}
body .singlenewsltr .box h4 {
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  body .singlenewsltr .icnbx {
    margin: 0 auto;
  }
  body .singlenewsltr .box {
    width: 100%;
  }
}
body .elementor-inner ol:not(.wpp-list):not(.postmeta),
body .elementor-inner ul:not(.wpp-list):not(.postmeta) {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 25px;
  margin-bottom: 20px;
}
body .elementor-inner ol:not(.wpp-list):not(.postmeta):last-child,
body .elementor-inner ul:not(.wpp-list):not(.postmeta):last-child {
  margin-bottom: 0;
}
body .elementor-inner ol:not(.wpp-list):not(.postmeta) li,
body .elementor-inner ul:not(.wpp-list):not(.postmeta) li {
  padding: 0px;
  margin: 0 0 10px;
  list-style: disc;
}
body .elementor-inner ol:not(.wpp-list):not(.postmeta) li:last-child,
body .elementor-inner ul:not(.wpp-list):not(.postmeta) li:last-child {
  margin-bottom: 0;
}
body .elementor-inner ol li {
  list-style: numbers;
}
body .elementor-inner .table-cstm table {
  width: 100%;
  border: 1px solid #e4e4e4;
}
body .elementor-inner .table-cstm table td {
  padding: 10px;
}
@media (max-width: 767px) {
  body .elementor-inner .table-cstm table tr {
    display: block;
  }
  body .elementor-inner .table-cstm table tr td {
    display: block;
    width: 50%;
    float: left;
  }
}
body .alignleft {
  float: left;
  margin: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
body .alignright {
  float: right;
  margin: 0;
  margin-left: 30px;
  margin-bottom: 30px;
}
body .aligncenter,
body .alignnone {
  display: block;
  float: none;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
body form .wpcf7-not-valid-tip,
body form br {
  display: none !important;
}
body form .wpcf7-form-control-wrap {
  display: block;
}
body form label {
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin: 0 0 5px;
}
body form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]),
body form select,
body form textarea {
  border: 1px solid rgba(35, 31, 32, 0.5);
  outline: none;
  box-shadow: 0 0 BLACK;
  padding: 13px 20px;
  font-size: 16px;
  width: 100%;
  max-width: 100%;
  border-radius: 100px;
}
body form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):focus,
body form select:focus,
body form textarea:focus {
  border-color: #0c97f7;
}
body form textarea {
  height: 100px;
}
body form .wpcf7-not-valid {
  border-color: #f00 !important;
}
body form input[type=submit],
body form input[type=button] {
  border: 0;
  outline: none;
  box-shadow: 0 0 BLACK;
  cursor: pointer;
}
body .post-meta-single {
  margin: 20px 0 0;
  padding: 0;
  display: flex;
}
body .post-meta-single li {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  margin-right: 30px;
  font-size: 13px;
}
body .post-meta-single li:last-child {
  margin-right: 0;
}
body #banner {
  height: 250px;
  background: #f3f3f3 center center no-repeat;
  background-size: cover;
  position: relative;
}
body #banner .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
}
body #banner h1 {
  font-weight: bold;
  text-align: center;
	color: #fff;
}
body #banner .post-meta {
  justify-content: center;
}
body #main {
  margin: 60px 0;
}
body .elementor-widget-sidebar {
  position: sticky;
  top: 150px;
}
body .elementor-widget-sidebar h2,
body .elementor-widget-sidebar .widgettitle {
  font-size: 25px;
  margin-top: 0 !important;
  margin-bottom: 15px;
}
body .elementor-widget-sidebar .box {
  margin-bottom: 50px;
}
body .elementor-widget-sidebar .box:last-child {
  margin-bottom: 0;
}
body .elementor-widget-sidebar .box a {
  color: #231F20;
}
body .elementor-widget-sidebar .box a:hover, body .elementor-widget-sidebar .box a:focus {
  color: #0c97f7;
}
@media (max-width: 767px) {
  body .elementor-widget-sidebar {
    margin-top: 60px;
  }
}
body .btn {
  border-radius: 100px 100px 100px 100px;
  padding: 8px 25px 8px 25px;
  background: #0c97f7;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  outline: none;
  box-shadow: 0 0 BLACK;
  border: 0;
}
body .btn:hover, body .btn:focus {
  color: #fff;
  background: #231F20;
}
body .post-box {
  margin-bottom: 50px;
}
body .post-box .post_thumb {
  display: block;
  margin-bottom: 20px;
}
body .post-box .post_excerpt h3 {
  margin-bottom: 15px;
}
body blockquote {
  background: #f9f9f9;
  border-left: 5px solid #0c97f7;
  padding: 40px 30px;
  margin: 25px 0;
}
body .adinsidepage {
  border-top: 5px solid #e3e3e3;
  border-bottom: 5px solid #e3e3e3;
  padding: 20px 20px;
  margin: 25px 0;
}
body .adinsidepage h6 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  color: #0c97f7;
  margin-bottom: 15px;
}
body .adinsidepage h5 {
  font-weight: bold;
}
body .addtoany_content {
  margin-top: 80px !important;
}
body .box .related-post {
  margin-bottom: 0;
}
body .box .related-post .item {
  width: 100%;
  margin: 0 0 0px;
}
body .box .related-post .item:last-child {
  margin-bottom: 0;
}
body .box .related-post .item .thumb.post_thumb {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  body .elementor-widget-sidebar .box {
    position: sticky;
    top: 150px;
    background: #fff;
  }
}
body .helpful {
  background: #231f20;
  margin: 40px -30px -30px;
  padding: 30px;
  color: #fff;
  text-align: center;
}
body .helpful .helpful-headline {
  margin: 0 0 15px;
  font-weight: bold;
  font-size: 20px;
}
body .helpful .helpful-content {
  margin-bottom: 20px;
}
body .helpful .helpful-controls {
  display: flex;
  justify-content: center;
}
body .helpful .helpful-controls > div {
  margin: 0 5px;
}
body .helpful .helpful-controls button {
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 13px;
  border-radius: 100%;
  border: 0;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  outline: none;
  border: 1px solid #0c97f7;
}
body .helpful .helpful-controls button span {
  font-size: 12px;
  font-weight: 400;
}
body .helpful .helpful-controls button.helpful-pro {
  background: #0c97f7;
  color: #fff;
  padding: 0 !important;
}
body .helpful .helpful-controls button.helpful-contra {
  border-color: #fff;
  padding: 0 !important;
  color: #191f20;
}
body .helpful .helpful-controls button:hover, body .helpful .helpful-controls button:focus {
  background: #231f20;
  border: 1px solid #0c97f7;
  color: #fff;
}
body .faeturedimagesinglepage {
  margin-bottom: 30px;
}
body .getallheadingshere {
  margin: 20px 0 30px;
  font-size: 18px;
  font-weight: 600;
}
body .getallheadingshere a,
.samthecont a {
  color: #0c97f7 !important;
}
body .getallheadingshere a:not(:last-child) {
  border-right: 2px solid #c4c4c4;
  padding-right: 15px;
  margin-right: 15px;
  margin-bottom: 10px;
  display: inline-block;
}

body .getallheadingshere a:hover, body .getallheadingshere a:focus,
.samthecont a:hover, .samthecont a:focus {
  color: #231F20 !important;
}
body #author-bio-box {
  margin: 0 !important;
  border-bottom: 5px solid #191f20 !important;
  padding-bottom: 30px;
}
body #author-bio-box h3 {
  font-size: 15px;
  font-weight: bold;
}
body #author-bio-box .bio-icon.bio-icon-website {
  display: none !important;
}
body #author-bio-box .bio-description {
  font-size: 15px;
}
body .elementor-widget-sidebar .box.autor-block-posts {
  border: 0;
  padding: 0;
  position: relative;
  top: 0;
  align-items: center;
}
body .fulltypepost {
  margin-bottom: 40px;
}
body .fulltypepost:last-child {
  margin-bottom: 0;
}
body .fulltypepost h3, body .fulltypepost h4 {
  margin: 15px 0;
  font-weight: 600;
}
body .mt-cstm-5 {
  margin-top: 5rem;
}
body .mb-cstm-5 {
  margin-bottom: 5rem;
}
body .cstmcolgap {
  margin-bottom: -30px;
}
body .cstmcolgap .col-lg-6 {
  margin-top: 30px;
  margin-bottom: 30px;
}
body .lftritpost {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  gap: 30px;
}
body .lftritpost:last-child {
  margin-bottom: 0;
}
body .lftritpost .pthumb {
  width: 150px;
}
body .lftritpost .pthumb a {
  display: block;
}
body .lftritpost .pthumb a img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
body .lftritpost .pstcnt {
  width: calc(100% - 180px);
}
body .lftritpost .pstcnt h4 {
  font-weight: 600;
}
body .lftritpost.imgbigwidth .pthumb {
  width: 220px;
}
body .lftritpost.imgbigwidth .pthumb a img {
  width: 220px;
}
body .lftritpost.imgbigwidth .pstcnt {
  width: calc(100% - 250px);
}
@media (max-width: 7767px) {
  body .lftritpost .pthumb {
    width: 100px !important;
  }
  body .lftritpost .pthumb a img {
    width: 100px !important;
    height: 100px !important;
  }
  body .lftritpost .pstcnt {
    width: calc(100% - 130px) !important;
  }
}
body h2 a {
  color: #0c97f7;
  text-decoration: underline;
}
body .hdlin {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border-bottom: 1px solid #cdcdcd;
  padding-bottom: 20px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
}
body .hdlin h2 {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
body .hdlin a {
  display: flex;
  white-space: nowrap;
  color: #0c97f7;
  gap: 10px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.8;
}
body .hdlin a svg {
  width: 26px;
  border: 2px solid #0c97f7;
  border-radius: 30px;
  height: 26px;
  padding: 5px;
  fill: #0c97f7;
}
body .hdlin a:hover, body .hdlin a:focus {
  opacity: 1;
}
body hr.mdlhr {
  margin: 20px auto;
  width: 160px;
  border-top: 2px solid #191f20;
}
body .cstmicnpglink-wrp {
  display: flex;
  gap: 30px 50px;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body .cstmicnpglink-wrp {
    justify-content: center;
    gap: 30px;
  }
}
body .cstmicnpglink-wrp > div:not(.hdlin) {
  width: calc(20% - 40px);
  text-align: center;
}
@media (max-width: 767px) {
  body .cstmicnpglink-wrp > div:not(.hdlin) {
    width: calc(50% - 30px);
  }
}
body .cstmicnpglink-wrp > div:not(.hdlin) img {
  border-radius: 100%;
}
body .cstmicnpglink-wrp > div:not(.hdlin) h4 {
  margin: 20px 0 0;
  font-weight: 600;
}
body .onypostttl {
  border-bottom: 1px solid #cdcdcd;
  padding-top: 20px;
  padding-bottom: 20px;
}
body .onypostttl h4 {
  margin: 0;
  font-family: "ProximaNova";
  font-size: 16px;
}
body .singe-post {
  font-size: 18px;
  line-height: 26px;
}
body .singe-post h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 15px;
}
body .singe-post h2 {
  font-weight: 600;
  font-size: 33px;
  line-height: 40px;
  margin-top: 45px;
}
body .singe-post h3 {
  font-weight: 600;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 35px;
}
body .singe-post h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 25px;
}
body .singe-post h5 {
  font-weight: 600;
  font-size: 18px;
}
body .singe-post h6 {
  font-weight: 600;
  font-size: 16px;
}
body .singe-post .elementor-heading-title {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  body .singe-post h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  body .singe-post h1 {
    font-size: 35px;
  }
}
body .box.autor-block-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 500;
    padding: 0;
    margin: 20px 0 40px;
}
body .box.autor-block-posts p {
  margin: 0;
}
body .box.autor-block-posts p.authrimg {
  width: 80px; display:none !important;
}
body .box.autor-block-posts p.authrimg img {
  border-radius: 100%;
}
body .box.autor-block-posts p.authrcont {
  width: 100%;
}
body .box.autor-block-posts p.authrcont span {
  color: #0c97f7;
}
body #single-post-content dl,
body #single-post-content ol, 
body #single-post-content ul,
body .spacing-single-post dl,
body .spacing-single-post ol,
body .spacing-single-post ul {
  margin-top: 0.5rem;
}

body #single-post-content ul ol, 
body #single-post-content ul ul, 
body #single-post-content ol ul,
body #single-post-content ol ol,
body .spacing-single-post ul ol, 
body .spacing-single-post ul ul, 
body .spacing-single-post ol ul,
body .spacing-single-post ol ol { margin-bottom: 20px; }

body #single-post-content ol li, 
body #single-post-content ul li,
body .spacing-single-post ol li,
body .spacing-single-post ul li { margin: 10px 0; }

body .resourse.mt-5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: end;
  gap: 30px;
  flex-wrap: wrap;
}
body .resourse.mt-5 .resorcsbtn {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
body .resourse.mt-5 .resorcsbtn:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 10px;
  height: 2px;
  background: #231F20;
  top: 14px;
}
body .resourse.mt-5 .resorcsbtn:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  height: 10px;
  width: 2px;
  background: #231F20;
  top: 10px;
  left: 4px;
  opacity: 1;
}
body .resourse.mt-5 .resorcsbtn.activ:after {
  opacity: 0;
}
body .resourse.mt-5 .resorcsbtn:hover, body .resourse.mt-5 .resorcsbtn:focus {
  opacity: 0.7;
}
body .resourse.mt-5 .addtoany_shortcode {
  height: 25px;
}
body .resorinfo {
  font-size: 15px;
  margin-top: 30px;
	display: none;
}
body .resorinfo li {
  margin-bottom: 20px;
}
body .ftrrelatd.mt-5 a {
  color: #231F20;
}
body .ftrrelatd.mt-5 a:hover, body .ftrrelatd.mt-5 a:focus {
  color: #0c97f7;
}


.listingpnl {
  border: 1px solid #cecece;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 6px 10px #c6c6c6;
  margin: 30px 0;
}

.listingpnl .lpinr {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.listingpnl .lpinr .lpimgarea {
  width: 25%;
}

.listingpnl .lpinr .lpimgarea img {
  border-radius: 5px;
}

.listingpnl .lpinr .lpmidlepanl {
  width: calc(50% - 60px);
}

.listingpnl .lpinr .lpcntarea {
  width: 25%;
}

.listingpnl .lpinr .lpcntarea a, .listingpnl .lpinr .lpcntarea span {
  display: block;
  margin: 20px 0;
  color: #191f20;
  font-size: 15px;
  position: relative;
  padding-left: 30px;
}

.listingpnl .lpinr .lpcntarea a:hover, .listingpnl .lpinr .lpcntarea a:focus {
  color: #0c97f7;
}

.listingpnl .lpinr .lpcntarea a svg, .listingpnl .lpinr .lpcntarea span svg {
  width: 15px;
  fill: #0c97f7;
  position: absolute;
  left: 0;
  top: 3px;
}

.listingpnl .lpinr .lpmidlepanl h3 {
  margin: 0 0 10px;
  font-weight: bold;
  font-size: 20px;
}

.listingpnl .lpinr .lpmidlepanl {
  font-size: 16px;
}

.listingpnl .lpbtm {
  margin-top: 20px;
  border-top: 1px solid #cecece;
  padding-top: 20px;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.listingpnl .lpbtm span {
  position: relative;
}

.listingpnl .lpbtm span svg {
  width: 14px;
  margin: 0 2px;
  fill: #0c97f7;
}

.spacing-single-post.content.cstmdesignedcont {

  margin: 0 auto;
}

.blubriccnt {
  background: #eff8ff;
  padding: 80px 0;
  margin-top: 80px;
}

.blubriccnt .cststibx {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.blubriccnt .cststibx .tsttmbicn {
  max-width: 100px;
}

.blubriccnt .cststibx .tsttmbicn img {
  border-radius: 100%;
}

.blubriccnt .cststibx .tsticntrit {
  width: calc(70% - 130px);
  font-size: 20px;
}

.blubriccnt .cststibx .tsticntrit svg {
  width: 30px;
  fill: #0c97f7;
  margin-right: 10px;
}

.blubriccnt .cststibx .tsticntrit .tstinm {
  font-size: 16px;
}

.blubriccnt .cststibx .tsticntrit .tstinm span {
  display: block;
  color: #0c97f7;
}

.blubriccnt .cststibx .tsticntrit .tstinm span a {
  display: block;
}

.blubriccnt .cststibx .twobtnscnt {
  width: 100%;
  display: flex;
  gap: 40px;
  margin-top: 20px;
}

.blubriccnt .cststibx .twobtnscnt .btn.blk {
  background: #191f20;
  width: 40%;
}

.blubriccnt .cststibx .twobtnscnt .btn.blu {
  width: 57%;
}

.blubriccnt .cststibx .twobtnscnt a {
  padding: 14px;
  font-size: 16px;
}

.blubriccnt .cststibx .twobtnscnt .btn.blk:hover, .blubriccnt .cststibx .twobtnscnt .btn.blk:focus {
  background: transparent;
  color: #0c97f7;
  box-shadow: 0px 0px 0px 2px #0c97f7 inset;
}

.blubriccnt .cststibx .twobtnscnt .btn.blu:hover, .blubriccnt .cststibx .twobtnscnt .btn.blu:focus {
  background: transparent;
  color: #191f20;
  box-shadow: 0px 0px 0px 2px #191f20 inset;
}

.whattoexpet {
  padding: 80px 0;
  background: #c5e6ff;
}

.whattoexpet h2 {
  margin: 0 0 20px !important;
  font-size: 30px !important;
}

.whattoexpet .btn {
  padding: 14px 50px;
  display: inline-block;
  margin-top: 20px;
}

.whattoexpet .btn:hover,
.whattoexpet .btn:focus { background: #191f20; color: #fff; }

.rdybtmfrm {
  padding: 80px 0;
  background: #0c97f7;
  color: #fff;
	margin-top: 50px;
}

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

.rdybtmfrm a:hover, .rdybtmfrm a:focus {
  color: #191f20;
}


body.page-template-form-page-temp #main {
  margin-bottom: 0;
}


/*

body.page-template-form-page-temp #main {
  margin-bottom: 0;
}

body.page-template-form-page-temp #footer {
  background: #fff;
  color: #191f20;
}

body.page-template-form-page-temp #footer .widgettitle {
  color: #191f20;
}

body.page-template-form-page-temp #footer a {
  color: #9d9d9d;
}

body.page-template-form-page-temp #footer a:hover, body.page-template-form-page-temp #footer a:focus {
  color: #191f20;
}

body.page-template-form-page-temp #footer img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

body.page-template-form-page-temp #footer .second-row {
  color: #191f20;
}

body.page-template-form-page-temp #footer .third-row {
  color: #191f20;
}

*/

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wpcf7-form p {
  width: calc( 50% - 10px );
  margin: 0;
}

.wpcf7-form div, .wpcf7-form p.full {
  width: 100%;
  margin: 0;
}

.wpcf7-form input:not([type="submit"]), .wpcf7-form textarea {
  padding: 13px 15px !important;
  border: 0 !important;
  font-size: 16px !important;
	border-radius: 20px;
}

.wpcf7-form input[type="submit"] {
  padding: 10px 30px;
  border-radius: 100px;
  background: #191f20;
  color: #fff;
  border: 2px solid #191f20;
}

.wpcf7-form input[type="submit"]:hover, .wpcf7-form input[type="submit"]:focus {
  background: transparent;
  color: #fff;
  border-color: #fff;
}

.phnrdy {
  position: relative;
  padding-left: 61px;
  margin-top: 30px;
}

.phnrdy svg {
  position: absolute;
  left: 0;
  top: 7px;
  width: 45px;
  background: #fff;
  padding: 12px;
  border-radius: 100%;
  fill: #0c97f7;
}

.sidbarlftcnts {
  position: relative;
}

body .getallheadingshere a:empty {
  display: none !important;
}

.sidbarlftcnts .lftsocialbtns {
  left: 0;
  top: 160px;
  position: sticky;
  width: 32px;
  margin-left: -60px;
  margin-bottom: -40px;
}

.sidbarlftcnts .lftsocialbtns .addtoany_shortcode {
  height: 1px;
}

.sidbarlftcnts .lftsocialbtns::before {
  content: 'Share:';
  height: 30px;
  display: block;
  font-size: 13px;
}

.sidbarlftcnts .lftsocialbtns .addtoany_shortcode .a2a_kit a {
  display: block;
  margin: 0 0 10px;
}

.howtodoit {
  padding: 80px 0;
}

.howtodoit h2 {
  margin: 0 0 30px !important;
  font-size: 30px !important;
}

.howtodoit ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

.howtodoit ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-left: 40px;
  position: relative;
  padding-bottom: 30px;
}

.howtodoit ul li::before {
  content: '';
  width: 20px;
  height: 20px;
  background: #191f20;
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 100%;
}

.howtodoit ul li:nth-child(1)::before {
  background: #0c97f7;
}

.howtodoit ul li:nth-child(2)::before {
  background: #086eb5;
}

.howtodoit ul li:nth-child(3)::before {
  background: #044f84;
}

.howtodoit ul li:nth-child(4)::before {
  background: #2e9dec;
}

.howtodoit ul li:nth-child(5)::before {
  background: #5bb2f0;
}

.howtodoit ul li:nth-child(6)::before {
  background: #80b4d9;
}

.howtodoit ul li:nth-child(7)::before {
  background: #b9d8ee;
}

.howtodoit ul li::after {
  content: '';
  position: absolute;
  left: 9px;
  top: 12px;
  width: 1px;
  height: 100%;
  background: #c8c8c8;
  z-index: -1;
}

.howtodoit ul li:last-child::after {
  display: none;
}

.howtodoit ul h4 {
  margin: 0 0 10px !important;
  font-size: 27px;
}

.howtodoit .col-md-12 {
  max-width: 800px;
  margin: 0 auto;
}

div#single-post-content a.btn {
    color: #fff;
}

#was-this-helpful {
    background: none;
    padding: 0;
    margin: 0;
}

body .resourse.mt-5 .addtoany_shortcode {
    margin-left: auto;
}

#was-this-helpful div#wthf-title {
    margin: 0 !important;
    padding: 0 10px 0 0 !important;
    font-size: 14px;
    text-transform: uppercase;
}

div#was-this-helpful {
  display: flex;
  align-items: center;
  color: #959595;
}

div#was-this-helpful div#wthf-yes-no {
  display: flex;
}

div#was-this-helpful div#wthf-yes-no span { cursor: pointer; }

div#was-this-helpful div#wthf-yes-no span svg {
  width: 30px;
  height: 30px;
}

div#was-this-helpful div#wthf-yes-no span svg path {
  fill: #939393;
}


div#was-this-helpful div#wthf-yes-no span:hover svg path,
div#was-this-helpful div#wthf-yes-no span.activt svg path {
  fill: #0c97f7;
}

div#was-this-helpful div#wthf-yes-no span[data-value="0"]:hover svg path,
div#was-this-helpful div#wthf-yes-no span[data-value="0"].activt svg path {
  fill: #626262;
}

.radmorebtn svg {
  width: 14px;
}

.radmorebtn {
  font-weight: bold;
  font-size: 15px;
  display: flex;
  align-content: center;
  gap: 10px;
  color: #0c97f7 !important;
  fill: #0c97f7 !important;
}

.radmorebtn:hover,
.radmorebtn:focus { color: #000 !important;
  fill: #000 !important; }

@media( min-width: 991px ) {

body .bigsizethmnimg .lftritpost .pthumb a img, body .bigsizethmnimg .lftritpost .pthumb {
  width: 200px !important;
  height: 200px !important;
}

body .bigsizethmnimg .lftritpost .pstcnt { width: calc(100% - 230px) !important; }

}


@media (min-width: 992px) {

	.container { max-width: 1130px; }
	
	#main .container>.row {
		flex-wrap: nowrap !important;
	}
	#main .container>.row>.col-lg-8 {
		-ms-flex: 0 0 calc(100% - 330px);
		flex: 0 0 calc(100% - 330px);
		max-width: calc(100% - 330px);
	}
	#main .container>.row>.col-lg-4 {
		max-width: 330px;
	}

}


@media( max-width: 991px ) {

body .ftrcpright .col-12 .cntcl {
  margin: 0;
}
	
}

@media( max-width: 767px ) {
	
	.listingpnl .lpinr .lpimgarea, .listingpnl .lpinr .lpmidlepanl, .listingpnl .lpinr .lpcntarea {
		width: 100%;
	}
	
	.blubriccnt .cststibx .tsticntrit {
		width: 100%;
	}
	
	.blubriccnt .cststibx .twobtnscnt {
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.blubriccnt .cststibx .twobtnscnt a {
		padding-left: 30px;
		padding-right: 30px;
		width: auto !important;
		text-align: center !important;
	}
	
	.whattoexpet .col-md-4 {
		margin-bottom: 40px;
	}
	
	.rdybtmfrm .col-md-6 {
		margin-top: 50px;
	}
	
	.rdybtmfrm h2 {
		margin: 0 !important;
	}
	
	.wpcf7-form p {
		width: 100%;
	}
	
	.sidbarlftcnts { padding-left: 15px; } 
	
	.sidbarlftcnts .lftsocialbtns {
		display: none !important;
	}
	
}


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