@charset "UTF-8";
/*** FONTS ***/
@font-face {
  font-family: "Ubuntu";
  font-weight: 300;
  src: url("../webfonts/Ubuntu-300.ttf");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: 400;
  src: url("../webfonts/Ubuntu-400.ttf");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: 500;
  src: url("../webfonts/Ubuntu-500.ttf");
}
@font-face {
  font-family: "Ubuntu";
  font-weight: 700;
  src: url("../webfonts/Ubuntu-700.ttf");
}
/*** MISC ***/
body {
  color: #555;
  font-family: "Ubuntu";
  font-size: 16px;
  font-weight: 300;
}

a {
  text-decoration: none !important;
}

ul {
  list-style: square;
}

.container {
  max-width: 1200px;
}

.fa {
  font-family: "FontAwesome", "Font Awesome 5 Free" !important;
  font-weight: normal !important;
}

.fas {
  font-family: "Font Awesome 5 Free", "FontAwesome" !important;
}

.primary-color-text {
  color: #45a8ec;
}

.no-padding {
  padding: 0px !important;
}

img.aligncenter {
  display: block;
  margin: 0px auto 20px auto;
}

img.alignleft {
  float: left;
  margin: 0px 20px 20px 0px;
}

img.alignright {
  float: right;
  margin: 0px 0px 20px 20px;
}

.button, .elementor-widget-button a.elementor-button {
  background-color: #45a8ec;
  border: none;
  border-radius: 3px;
  color: #252525;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}
.button:hover, .elementor-widget-button a.elementor-button:hover {
  background-color: #252525;
  color: #45a8ec;
}
.button:hover *, .elementor-widget-button a.elementor-button:hover * {
  color: #45a8ec;
  font-weight: 500;
}
.button *, .elementor-widget-button a.elementor-button * {
  color: #252525;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, .elementor-heading-title {
  font-weight: 400;
}

.lazyload-bg-image {
  background-image: none !important;
}
.lazyload-bg-image > div {
  background-image: none !important;
}

/*** ELEMENTOR ***/
.elementor-accordion .elementor-accordion-item {
  border: none;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title {
  font-weight: 400;
}
.elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-title {
  color: #555;
}

.elementor-section.flexblock-3 > .elementor-container {
  flex-wrap: wrap;
}
.elementor-section.flexblock-3 > .elementor-container > .elementor-column {
  margin: 5px;
  width: calc(33.333% - 10px) !important;
}

body.elementor-page.page-template-page-fullwidth #main-content > .content > .container {
  max-width: 100%;
  padding: 0px;
}

/*** NINJA FORMS ***/
.nf-form-cont {
  background: transparent linear-gradient(170deg, #45a8ec, #305488);
  padding: 40px 30px;
}
.nf-form-cont .nf-field-container {
  margin-bottom: 15px !important;
}
.nf-form-cont .nf-form-title {
  display: block;
  margin-bottom: 20px;
}
.nf-form-cont .nf-form-title h3 {
  color: #fff;
  font-size: 30px !important;
  text-align: center;
}
.nf-form-cont .nf-field-label label {
  color: #252525;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}
.nf-form-cont .nf-field-element {
  width: calc(100% - 80px);
}
.nf-form-cont .nf-field-element h5 {
  border-bottom: 1px solid #252525;
  color: #252525;
  margin: 0px;
  padding: 20px 0px 10px 0px;
}
.nf-form-cont .nf-field-element input.ninja-forms-field:not([type=button]):not([type=submit]) {
  background: rgba(255, 255, 255, 0.8) !important;
  border: none !important;
  border-bottom: 1px solid #252525 !important;
  color: #555 !important;
  padding: 5px !important;
  height: auto !important;
}
.nf-form-cont .nf-field-element select.ninja-forms-field {
  background: rgba(255, 255, 255, 0.8) !important;
  border: none !important;
  border-bottom: 1px solid #252525 !important;
  color: #555 !important;
  padding: 5px !important;
  height: auto !important;
}
.nf-form-cont .nf-field-element select.ninja-forms-field option {
  background: rgba(255, 255, 255, 0.8) !important;
  color: #555 !important;
}
.nf-form-cont .nf-field-element select.ninja-forms-field + div {
  background: transparent !important;
  border: 0px;
}
.nf-form-cont .nf-field-element select.ninja-forms-field + div::after {
  bottom: 50%;
  height: auto;
  font-size: 12px;
  line-height: unset;
}
.nf-form-cont .nf-field-element textarea.ninja-forms-field {
  background: rgba(255, 255, 255, 0.8) !important;
  border: none !important;
  border-bottom: 1px solid #252525 !important;
  color: #555 !important;
  padding: 5px !important;
}
.nf-form-cont .list-select-wrap div:after {
  color: #000;
}
.nf-form-cont .submit-container {
  margin-bottom: 0px;
}
.nf-form-cont .submit-container .nf-field-label {
  display: none;
}
.nf-form-cont .submit-container .nf-field-element {
  width: 100%;
}
.nf-form-cont .submit-container .nf-field-element input[type=button],
.nf-form-cont .submit-container .nf-field-element input[type=submit] {
  background-color: #45a8ec;
  border: none;
  border-radius: 3px;
  color: #252525;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.nf-form-cont .submit-container .nf-field-element input[type=button]:hover,
.nf-form-cont .submit-container .nf-field-element input[type=submit]:hover {
  background-color: #eee;
  color: #252525;
}
.nf-form-cont .submit-container .nf-field-element input[type=button]:hover *,
.nf-form-cont .submit-container .nf-field-element input[type=submit]:hover * {
  color: #252525;
  font-weight: 500;
}
.nf-form-cont .submit-container .nf-field-element input[type=button] *,
.nf-form-cont .submit-container .nf-field-element input[type=submit] * {
  color: #252525;
  font-weight: 500;
}
.nf-form-cont .nf-error-msg, .nf-form-cont .nf-error .nf-error-msg, .nf-form-cont .nf-response-msg {
  color: #fff;
  font-size: 12px;
}
.nf-form-cont .nf-error.field-wrap .nf-field-element:after,
.nf-form-cont .nf-pass.field-wrap .nf-field-element:after {
  height: 32px;
  line-height: 36px;
  right: 0px;
  width: 32px;
}

/*** RECENT POSTS ***/
.recent-posts {
  margin-top: 30px;
}
.recent-posts .post-item {
  position: relative;
}
.recent-posts .post-item .post-date {
  background: #305488;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 10px;
  position: absolute;
  top: 10px;
  z-index: 2;
}
.recent-posts .post-item .post-thumbnail img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recent-posts .post-item .post-content {
  padding: 10px;
}
.recent-posts .post-item .post-content .post-title {
  margin: 20px 0px 10px 0px;
}
.recent-posts .post-item .post-content .post-title a {
  color: #252525;
  font-size: 20px;
  font-weight: 400;
}
.recent-posts .post-item .post-content .blurb {
  margin-bottom: 20px;
  text-align: left;
}
.recent-posts .post-item .post-content .read-more-link a.button, .recent-posts .post-item .post-content .read-more-link .elementor-widget-button a.elementor-button, .elementor-widget-button .recent-posts .post-item .post-content .read-more-link a.elementor-button {
  background-color: #45a8ec;
  border: none;
  border-radius: 3px;
  color: #252525;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}
.recent-posts .post-item .post-content .read-more-link a.button:hover, .recent-posts .post-item .post-content .read-more-link .elementor-widget-button a.elementor-button:hover, .elementor-widget-button .recent-posts .post-item .post-content .read-more-link a.elementor-button:hover {
  background-color: #305488;
  color: #fff;
}
.recent-posts .post-item .post-content .read-more-link a.button:hover *, .recent-posts .post-item .post-content .read-more-link .elementor-widget-button a.elementor-button:hover *, .elementor-widget-button .recent-posts .post-item .post-content .read-more-link a.elementor-button:hover * {
  color: #fff;
  font-weight: 500;
}
.recent-posts .post-item .post-content .read-more-link a.button *, .recent-posts .post-item .post-content .read-more-link .elementor-widget-button a.elementor-button *, .elementor-widget-button .recent-posts .post-item .post-content .read-more-link a.elementor-button * {
  color: #252525;
  font-weight: 500;
}
.recent-posts.full-width {
  display: block;
}
.recent-posts.full-width .post-item {
  display: inline-block;
  margin: 20px 0px;
  width: 100%;
}
.recent-posts.full-width .post-item .post-date {
  left: -10px;
}
.recent-posts.full-width .post-item .post-thumbnail {
  float: left;
  margin-right: 40px;
  width: 300px;
}
.recent-posts.full-width .post-item .post-content {
  float: left;
  width: calc(100% - 340px);
}
.recent-posts.columns {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}
.recent-posts.columns .post-item {
  margin: 0px 20px 50px 20px;
  padding-bottom: 50px;
}
.recent-posts.columns .post-item .post-date {
  right: -10px;
}
.recent-posts.columns .post-item .post-content .read-more-link {
  bottom: 0px;
  left: 0px;
  position: absolute;
  right: 0px;
}
.recent-posts.columns.col-count-2 .post-item {
  width: calc(50% - 40px);
}
.recent-posts.columns.col-count-3 .post-item {
  width: calc(33.33% - 40px);
}
.recent-posts.columns.col-count-4 .post-item {
  width: calc(25% - 40px);
}

/*** PAGINATION ***/
.pagination {
  display: none;
  margin-bottom: 40px;
}
.pagination .show-more-link {
  bottom: -10px;
  color: #45a8ec;
  cursor: pointer;
  font-weight: 500;
  left: 20px;
  margin-top: 20px;
  position: absolute;
}
.pagination .show-more-link:after {
  border-right: 2px solid #45a8ec;
  border-top: 2px solid #45a8ec;
  content: "";
  display: inline-block;
  height: 6px;
  width: 6px;
  transform: rotate(135deg);
}
.pagination .show-more-link:after {
  margin: 0px 0px 3px 7px;
}

/*** SERVICES LIST ***/
.services-list {
  margin-top: 20px;
}
.services-list aside {
  background: #f5f5f5;
  margin-left: 50px;
  padding: 20px 20px 20px 70px;
  position: relative;
}
.services-list aside a {
  color: #555;
}
.services-list aside .icon {
  background: transparent linear-gradient(170deg, #45a8ec, #305488);
  border-radius: 3px;
  left: -50px;
  padding: 10px;
  position: absolute;
  top: -20px;
  transition: transform ease 500ms;
}
.services-list aside .icon img {
  height: 80px;
  width: 80px;
}
.services-list aside:not(:last-child) {
  margin-bottom: 40px;
}
.services-list aside:hover {
  background: #eee;
}
.services-list aside:hover .icon {
  transform: scale(1.2);
}

/*** TESTIMONIALS SLIDER ***/
.testimonials-slider .owl-stage {
  display: flex;
}
.testimonials-slider .owl-stage .owl-item {
  background: #f5f5f5;
  padding: 140px 50px 50px 50px;
  position: relative;
}
.testimonials-slider .owl-stage .owl-item .widget-title {
  background: #45a8ec;
  color: #fff;
  font-size: 1.4rem !important;
  left: 0px;
  padding: 20px 50px 40px 50px;
  position: absolute;
  top: 30px;
  width: 100%;
}
.testimonials-slider .owl-stage .owl-item [class*=-stars] {
  left: 50px;
  position: absolute;
  top: 80px;
}
.testimonials-slider .owl-stage .owl-item [class*=-stars] i {
  color: #e09c3d;
  font-size: 20px;
}
.testimonials-slider .owl-stage .owl-item img {
  border-radius: 50%;
  height: 110px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: auto;
}
.testimonials-slider .owl-stage .owl-item:hover {
  background: #eee;
}
.testimonials-slider .owl-nav {
  left: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.testimonials-slider .owl-nav button > span {
  color: #252525;
  font-size: 50px;
}
.testimonials-slider .owl-nav button:hover {
  background: #45a8ec !important;
}
.testimonials-slider .owl-nav button:hover > span {
  color: #fff;
}
.testimonials-slider .owl-nav button.owl-prev {
  float: left;
  margin-left: 5px;
  padding: 0px 5px !important;
}
.testimonials-slider .owl-nav button.owl-next {
  float: right;
  margin-right: 5px;
  padding: 0px 5px !important;
}

/*** CTA BLOCK ***/
.cta-link {
  cursor: pointer;
}

#cta-block {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 20;
}
#cta-block > div {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
}
#cta-block > div > aside {
  background: #fff;
  margin: 0px 10px;
  padding: 30px;
  position: relative;
}
#cta-block > div > aside h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-align: center;
}
#cta-block > div > aside .close-button {
  background: #eee;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  padding: 5px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#cta-block > div > aside .close-button:hover {
  background: #45a8ec;
  color: #252525;
}
#cta-block > div > aside > div > a {
  align-items: center;
  background: #eee;
  display: flex;
  position: relative;
}
#cta-block > div > aside > div > a .num {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  right: 10px;
  z-index: 1;
}
#cta-block > div > aside > div > a i {
  align-items: center;
  background: transparent linear-gradient(170deg, #45a8ec, #305488);
  color: #fff;
  display: flex;
  font-size: 50px;
  height: 80px;
  justify-content: center;
  transition: transform ease 500ms;
  width: 80px;
}
#cta-block > div > aside > div > a i + div {
  display: inline-block;
  padding: 20px;
  z-index: 2;
}
#cta-block > div > aside > div > a i + div h6 {
  color: #252525;
  margin-bottom: 0px;
}
#cta-block > div > aside > div > a:not(:last-child) {
  margin-bottom: 20px;
}
#cta-block > div > aside > div > a:hover {
  background: #f5f5f5;
}
#cta-block > div > aside > div > a:hover i {
  background: #45a8ec;
  color: #252525;
  transform: scale(1.1);
}
#cta-block > div > aside:last-of-type {
  display: none;
}

/*** MOBILE CTA ***/
#mobile-cta {
  animation: fadeInLeft ease 4s;
  bottom: 10px;
  display: none;
  left: 10px;
  position: fixed;
  z-index: 5;
}
#mobile-cta img {
  border-radius: 10px;
  height: 80px;
  width: auto;
}

/*** COOKIE MESSAGE ***/
#cookie-message {
  background: #252525;
  bottom: 0px;
  color: #fff;
  font-size: 12px;
  left: 0px;
  opacity: 0;
  padding: 15px 0px;
  position: fixed;
  transform: translateY(100%);
  transition: all ease 700ms;
  visibility: hidden;
  width: 100%;
  z-index: 999;
}
#cookie-message .container {
  align-items: center;
  display: flex;
  justify-content: center;
}
#cookie-message a {
  color: #45a8ec;
}
#cookie-message .close-button {
  background: #45a8ec;
  border-radius: 3px;
  color: #252525;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  margin-left: 20px;
  padding: 2px 20px;
}
#cookie-message .close-button:hover {
  background: #eee;
  color: #000;
}
#cookie-message.show {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/*** HEADER ***/
#header {
  top: -105px;
  transition: top ease 500ms;
  width: 100%;
  z-index: 10;
}
#header .header-top {
  background: #45a8ec;
  padding: 10px 0px;
}
#header .header-top * {
  color: #252525;
  font-size: 14px;
}
#header .header-top #site-contact .info-label {
  font-weight: 700;
  margin-right: 10px;
}
#header .header-top #site-contact .top-bar-block {
  display: inline-block;
  margin-left: 20px;
}
#header .header-top #site-contact .top-bar-block a {
  background-color: #305488;
  border: none;
  border-radius: 3px;
  color: #eee;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 2px 10px;
  text-align: center;
  text-decoration: none;
}
#header .header-top #site-contact .top-bar-block a:hover {
  background-color: #305488;
  color: #fff;
}
#header .header-top #site-contact .top-bar-block a:hover * {
  color: #fff;
  font-weight: 700;
}
#header .header-top #site-contact .top-bar-block a * {
  color: #eee;
  font-weight: 700;
}
#header .header-top #site-contact .top-bar-block #mobile-header-text {
  background: #305488;
  color: #eee;
  display: none;
  font-size: 12px;
  height: 25px;
  left: 0px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  top: 80px;
  width: 100%;
  z-index: 5;
}
#header .header-middle {
  background: #fff;
  padding: 20px 0px;
}
#header .header-middle #site-logo img {
  height: 100px;
  width: auto;
}
#header .header-middle #site-logo .scroll {
  display: none;
}
#header .header-middle #site-info > div {
  display: flex;
  float: right;
  height: 100px;
  padding-top: 20px;
  width: 40%;
}
#header .header-middle #site-info > div .info-icon {
  margin-right: 20px;
}
#header .header-middle #site-info > div .info-icon i {
  font-size: 50px;
}
#header .header-middle #site-info > div .info-text > span {
  display: block;
  font-size: 14px;
}
#header .header-middle #site-info > div .info-text .info-label {
  font-weight: 700;
}
#header .header-middle #mobile-menu {
  display: none;
  height: 25px;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 25px;
}
#header .header-middle #mobile-menu::before {
  border-top: 3px solid #252525;
  content: "";
  display: inline-block;
  position: absolute;
  top: 25%;
  transition: all ease 500ms;
  width: 100%;
}
#header .header-middle #mobile-menu::after {
  border-top: 3px solid #252525;
  content: "";
  display: inline-block;
  position: absolute;
  top: 75%;
  transition: all ease 500ms;
  width: 100%;
}
#header .header-middle #mobile-menu .mobile-icon {
  border-top: 3px solid #252525;
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transition: all ease 500ms;
  width: 100%;
}
#header .header-middle #mobile-menu.open::before {
  top: 50%;
  transform: rotate(45deg);
  transition: top 500ms, transform 500ms 500ms;
}
#header .header-middle #mobile-menu.open::after {
  top: 50%;
  transform: rotate(-45deg);
  transition: top 500ms, transform 500ms 500ms;
}
#header .header-middle #mobile-menu.open .mobile-icon {
  opacity: 0;
  transition: opacity 0s 500ms;
}
#header .header-bottom {
  background: #252525;
}
#header .header-bottom #site-navigation * {
  color: #fff;
}
#header .header-bottom #site-navigation a {
  display: inline-block;
  font-weight: 500;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}
#header .header-bottom #site-navigation ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#header .header-bottom #site-navigation .menu-section {
  float: left;
}
#header .header-bottom #site-navigation .menu-section .main-menu > ul > li {
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
#header .header-bottom #site-navigation .menu-section .main-menu > ul > li > ul.sub-menu {
  background: #45a8ec;
}
#header .header-bottom #site-navigation .menu-section .main-menu > ul > li > ul.sub-menu > li {
  display: block;
  margin: 0px;
}
#header .header-bottom #site-navigation .menu-section .main-menu > ul > li > ul.sub-menu > li:not(:last-child) {
  border-bottom: 1px solid #eee;
}
#header .header-bottom #site-navigation .menu-section .main-menu > ul > li > ul.sub-menu > li > a {
  color: #252525;
}
#header .header-bottom #site-navigation .menu-section .main-menu > ul > li > ul.sub-menu > li > a:hover {
  background: #305488;
  color: #fff;
}
#header .header-bottom #site-navigation .search-section {
  float: right;
  position: relative;
}
#header .header-bottom #site-navigation .search-section form {
  display: none;
  padding: 10px;
  position: absolute;
  right: 0px;
  top: 0px;
}
#header .header-bottom #site-navigation .search-section form > div {
  display: flex;
}
#header .header-bottom #site-navigation .search-section form > div label {
  display: none;
}
#header .header-bottom #site-navigation .search-section form > div input[type=text] {
  background: rgba(170, 170, 170, 0.2);
  color: #fff;
  padding: 8px;
}
#header .header-bottom #site-navigation .search-section form > div button {
  background: #45a8ec;
  border: none;
  padding: 0px 10px;
}
#header .header-bottom #site-navigation .search-section form > div ::-moz-placeholder {
  color: #aaa;
}
#header .header-bottom #site-navigation .search-section form > div ::placeholder {
  color: #aaa;
}

/*** FOOTER ***/
#footer .fa {
  font: 900 16px "FontAwesome", "Font Awesome 5 Free";
}
#footer .footer-top {
  background: #305488;
  border-bottom: 10px solid #fff;
  padding: 20px 0px;
}
#footer .footer-top * {
  color: #fff;
}
#footer .footer-top aside .custom-html-widget {
  align-items: center;
  display: flex;
}
#footer .footer-top aside .custom-html-widget > div {
  flex: 1;
}
#footer .footer-top aside .custom-html-widget > div h3 {
  font-size: 2.5rem;
  font-style: italic;
  font-weight: 700;
  margin: 0px;
  text-shadow: 0px 0px 10px #000;
}
#footer .footer-top aside .custom-html-widget > div a {
  background-color: #eee;
  border: none;
  border-radius: 3px;
  color: #305488;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  box-shadow: 0px 0px 10px #000;
}
#footer .footer-top aside .custom-html-widget > div a:hover {
  background-color: #45a8ec;
  color: #252525;
}
#footer .footer-top aside .custom-html-widget > div a:hover * {
  color: #252525;
  font-weight: 700;
}
#footer .footer-top aside .custom-html-widget > div a * {
  color: #305488;
  font-weight: 700;
}
#footer .footer-top aside .custom-html-widget > div:last-child {
  text-align: right;
}
#footer .footer-middle {
  background: #eee;
  border-top: 10px solid #305488;
  padding: 60px 0px 120px 0px;
}
#footer .footer-middle * {
  color: #252525;
}
#footer .footer-middle img {
  margin-bottom: 20px;
}
#footer .footer-middle ul {
  list-style: none;
  margin: 0px 0px 20px 0px;
  padding: 0px;
}
#footer .footer-middle ul li:before {
  border-right: 2px solid #45a8ec;
  border-top: 2px solid #45a8ec;
  content: "";
  display: inline-block;
  height: 5px;
  width: 5px;
  transform: rotate(45deg) translateY(-2.5px);
}
#footer .footer-middle ul li a {
  margin-left: 10px;
}
#footer .footer-middle .widget-title {
  color: #305488;
  margin-bottom: 20px;
}
#footer .footer-middle .container > .row > .footer-block:nth-child(2) .textwidget > div {
  display: flex;
  margin-bottom: 5px;
}
#footer .footer-middle .container > .row > .footer-block:nth-child(2) .textwidget > div i {
  font-size: 20px;
  margin: 5px 10px 0px 0px;
  text-align: center;
  width: 20px;
}
#footer .footer-middle .container > .row > .footer-block:nth-child(2) .textwidget h6 {
  color: #425c59;
  margin-top: 30px;
}
#footer .footer-bottom .footer-bottom-block .partners-logos {
  align-items: center;
  display: flex;
  padding: 10px 0px;
}
#footer .footer-bottom .footer-bottom-block .partners-logos > a {
  flex: 1;
}
#footer .footer-bottom .footer-bottom-block .partners-logos > a img {
  border: none;
  filter: grayscale(1);
  height: auto;
  width: 100px;
}
#footer .footer-bottom .footer-bottom-block .partners-logos > a:hover {
  filter: grayscale(0) brightness(1);
}
#footer .footer-bottom .copyright-block {
  background: #252525;
  font-size: 12px;
  padding: 20px 0px;
  text-align: center;
}
#footer .footer-bottom .copyright-block * {
  color: #fff;
}
#footer .footer-bottom .copyright-block .privacy-policy-link::before {
  content: "|";
  display: inline-block;
  padding: 0px 10px;
}
#footer .footer-bottom .copyright-block .cgc-note {
  margin-top: 5px;
}
#footer .footer-bottom .copyright-block .cgc-note a {
  color: #45a8ec;
}

/*** SIDEBAR ***/
#sidebar-right .sidebar-content aside {
  margin-bottom: 20px;
  padding: 40px;
  position: relative;
}
#sidebar-right .sidebar-content aside * {
  color: #fff;
}
#sidebar-right .sidebar-content aside .widget-title {
  font-size: 26px !important;
  font-weight: 700;
  margin: 0px 0px 30px 0px;
  position: relative;
  padding: 20px;
  text-align: center;
}
#sidebar-right .sidebar-content aside .widget-title::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 50%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  z-index: 2;
}
#sidebar-right .sidebar-content aside .widget-title::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  bottom: 0px;
  content: "";
  display: inline-block;
  height: 50%;
  left: 0px;
  position: absolute;
  width: 50%;
  z-index: 2;
}
#sidebar-right .sidebar-content aside h5 {
  color: #fff;
  margin: 20px 0px;
  text-align: center;
  text-transform: uppercase;
}
#sidebar-right .sidebar-content aside ul {
  list-style: none;
  margin: 0px;
  padding-left: 30px;
}
#sidebar-right .sidebar-content aside ul li {
  display: flex;
  margin-bottom: 10px;
}
#sidebar-right .sidebar-content aside ul li::before {
  content: "✓";
  font-weight: 700;
  margin-right: 10px;
}
#sidebar-right .sidebar-content aside ul.no-checks li::before {
  content: "";
}
#sidebar-right .sidebar-content aside .nf-form-cont {
  background: transparent;
  margin-bottom: 30px;
  padding: 0px;
}
#sidebar-right .sidebar-content aside .nf-form-cont .nf-field-label,
#sidebar-right .sidebar-content aside .nf-form-cont .nf-field-element {
  width: 100%;
}
#sidebar-right .sidebar-content aside::before {
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  content: "";
  display: inline-block;
  height: 0px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 0px;
  z-index: 2;
}
#sidebar-right .sidebar-content aside::after {
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  bottom: 0px;
  content: "";
  display: inline-block;
  height: 0px;
  position: absolute;
  right: 0px;
  width: 0px;
  z-index: 2;
}
#sidebar-right .sidebar-content aside:first-child {
  background: transparent linear-gradient(170deg, #305488, #305488, #333);
}
#sidebar-right .sidebar-content aside:first-child div {
  margin-bottom: 20px;
}
#sidebar-right .sidebar-content aside:first-child div i {
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  color: #305488;
  font-size: 26px;
  margin-right: 10px;
  padding: 8px 10px;
}
#sidebar-right .sidebar-content aside:first-child div a {
  font-size: 26px;
}
#sidebar-right .sidebar-content aside:nth-child(2) {
  background: transparent linear-gradient(170deg, #45a8ec, #45a8ec, #1275b9);
}
#sidebar-right .sidebar-content aside:nth-child(3) {
  background: #eee;
}
#sidebar-right .sidebar-content aside:nth-child(3) * {
  color: #555;
}
#sidebar-right .sidebar-content aside:nth-child(3) .widget-title::before, #sidebar-right .sidebar-content aside:nth-child(3) .widget-title::after {
  border-color: #555;
}

/*** MAIN CONTENT ***/
#main-content {
  overflow-x: hidden;
}

#main-content p a,
#main-content ul a {
  font-weight: 400;
}

/*** HOME PAGE ***/
body.home #main-content .page-content > .elementor > section {
  padding: 80px 0px;
}
body.home #main-content .home-banner-section {
  z-index: 3;
}
body.home #main-content .home-banner-section > .elementor-container {
  height: 600px;
}
body.home #main-content .home-banner-section .banner-content {
  margin: 0px auto;
  max-width: 800px;
  padding: 60px;
  position: relative;
}
body.home #main-content .home-banner-section .banner-content::before {
  border-right: 20px solid #45a8ec;
  border-top: 20px solid #45a8ec;
  content: "";
  height: 50%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
}
body.home #main-content .home-banner-section .banner-content::after {
  border-bottom: 20px solid #45a8ec;
  border-left: 20px solid #45a8ec;
  bottom: 0px;
  content: "";
  height: 50%;
  left: 0px;
  position: absolute;
  width: 50%;
}
body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:first-child {
  z-index: 2;
}
body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:first-child h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
}
body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:first-child p {
  color: #fff;
  font-size: 20px;
  margin: 0px;
}
body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:first-child a {
  color: #45a8ec;
  font-size: 24px;
  font-weight: 700;
}
body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:first-child h1 {
  text-shadow: 0px 0px 10px #000;
}
body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:last-child {
  position: relative;
  right: -30px;
}
body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:last-child .elementor-widget-button {
  margin-top: -30px;
  text-align: center;
}
body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:last-child .elementor-widget-button a {
  font-size: 20px;
}
body.home #main-content .get-a-quote-section {
  background: #fbfbfb;
  z-index: 2;
}
body.home #main-content .get-a-quote-section h2.elementor-heading-title {
  color: #305488;
  font-size: 2.5rem;
  font-weight: 700;
}
body.home #main-content .get-a-quote-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-content: center;
}
body.home #main-content .get-a-quote-section > .elementor-container > .elementor-column .elementor-widget-icon-list .elementor-icon-list-icon i {
  color: #305488;
  font-size: 24px;
  margin-right: 5px;
}
body.home #main-content .get-a-quote-section::before {
  background: rgba(86, 185, 253, 0.8);
  border-radius: 50%;
  content: "";
  height: 800px;
  opacity: 0.2;
  position: absolute;
  right: 60%;
  top: 50%;
  transform: translateY(-50%);
  transition: transform ease 1s;
  width: 800px;
}
body.home #main-content .get-a-quote-section:hover:before {
  transform: translateY(-50%) scale(1.05);
}
body.home #main-content .services-section {
  background: transparent linear-gradient(170deg, #305488, #45a8ec);
}
body.home #main-content .services-section * {
  color: #252525;
}
body.home #main-content .services-section h2.elementor-heading-title a {
  color: #fff;
}
body.home #main-content .services-section .elementor-inner-section .elementor-container > .elementor-column {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 20px 40px 20px;
}
body.home #main-content .services-section .elementor-inner-section .elementor-container > .elementor-column:hover {
  background: #45a8ec;
}
body.home #main-content .services-section .elementor-inner-section .elementor-widget-image-box {
  height: 100%;
}
body.home #main-content .services-section .elementor-inner-section .elementor-widget-image-box .elementor-image-box-description a {
  bottom: -20px;
  display: inline-block;
  left: 0px;
  position: absolute;
  width: 100%;
}
body.home #main-content .services-section .elementor-inner-section .elementor-widget-image-box .elementor-image-box-description a:after {
  border-right: 2px solid #252525;
  border-top: 2px solid #252525;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  transform: rotate(45deg) translateY(-3.5px);
}
body.home #main-content .about-us-section h2.elementor-heading-title {
  color: #252525;
}
body.home #main-content .about-us-section > .elementor-container > .elementor-column > .elementor-widget-wrap {
  align-content: center;
}
body.home #main-content .about-us-section > .elementor-container > .elementor-column:first-child .elementor-widget-image {
  position: relative;
}
body.home #main-content .about-us-section > .elementor-container > .elementor-column:first-child .elementor-widget-image::before {
  background: transparent linear-gradient(170deg, #45a8ec, #305488);
  border-radius: 50%;
  content: "";
  height: 500px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  z-index: -1;
}
body.home #main-content .about-us-section > .elementor-container > .elementor-column:first-child .elementor-widget-image img {
  animation: fadeIn 2s;
}
body.home #main-content .about-us-section > .elementor-container > .elementor-column:last-child .elementor-accordion .elementor-accordion-item {
  border: none;
}
body.home #main-content .about-us-section > .elementor-container > .elementor-column:last-child .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon-closed {
  color: #45a8ec;
}
body.home #main-content .about-us-section > .elementor-container > .elementor-column:last-child .elementor-accordion .elementor-accordion-item .elementor-tab-title.elementor-active {
  pointer-events: none;
}
body.home #main-content .testimonials-section > .elementor-background-overlay {
  background: #252525;
  opacity: 0.5;
}
body.home #main-content .testimonials-section h2.elementor-heading-title, body.home #main-content .testimonials-section .elementor-widget-text-editor {
  color: #fff;
}
body.home #main-content .blog-section {
  position: relative;
  z-index: 2;
}
body.home #main-content .blog-section h2.elementor-heading-title {
  color: #305488;
  text-transform: uppercase;
}
body.home #main-content .blog-section h3.elementor-image-box-title {
  color: #252525;
}
body.home #main-content .blog-section .recent-posts .post-item .post-content .read-more-link a {
  margin-right: 5px;
}
body.home #main-content .blog-section .recent-posts .post-item .post-content .read-more-link:after {
  border-right: 2px solid #45a8ec;
  border-top: 2px solid #45a8ec;
  content: "";
  display: inline-block;
  height: 7px;
  width: 7px;
  transform: rotate(45deg) translateY(-3.5px);
}
body.home #main-content .blog-section::before {
  background: #45a8ec;
  border-radius: 50%;
  content: "";
  height: 1500px;
  left: 50%;
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform ease 1s;
  width: 1500px;
  z-index: -1;
}
body.home #main-content .blog-section:hover::before {
  transform: translateY(-50%) scale(1.05);
}
body.home #main-content .community-section {
  background: #45a8ec;
  z-index: 3;
}
body.home #main-content .community-section h2.elementor-heading-title {
  color: #fff;
}
body.home #main-content .community-section h5 {
  color: #252525;
}
body.home #main-content .community-section a {
  color: #305488;
}
body.home #main-content .community-section .text-content {
  margin: 80px 20px 80px auto;
  width: 550px;
}
body.home #main-content .offers-section h2.elementor-image-box-title {
  color: #252525;
}

/*** INNER PAGES ***/
body:not(.home) #main-content > .inner-banner {
  background-position: center center;
  background-size: cover;
  padding: 150px 0px;
  position: relative;
}
body:not(.home) #main-content > .inner-banner .overlay {
  background: transparent linear-gradient(90deg, #305488, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2), #305488);
  content: "";
  height: 100%;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 1;
}
body:not(.home) #main-content > .inner-banner .container {
  position: relative;
  z-index: 2;
}
body:not(.home) #main-content > .inner-banner .container .page-title {
  color: #fff;
  text-transform: uppercase;
}
body:not(.home) #main-content > .inner-banner .container .page-title {
  animation: fadeInUp 2s ease;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  text-shadow: 0px 0px 10px #000;
}
body:not(.home) #main-content > section.content {
  animation: fadeIn 2s ease;
  padding: 80px 0px;
}
body:not(.home) #main-content > section.content h1.elementor-heading-title {
  color: #ccc;
  font-size: 4em;
  font-weight: 700;
  text-transform: uppercase;
}
body:not(.home) #main-content > section.content h2 {
  font-size: 1.6rem;
}
body:not(.home) #main-content > section.content h2.elementor-heading-title {
  margin-bottom: 10px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}
body:not(.home) #main-content > section.content h2.elementor-heading-title::before {
  border-bottom: 1px solid #45a8ec;
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  width: 50px;
}
body:not(.home) #main-content > section.content h3 {
  font-size: 1.2rem;
}

/*** SERVICES PAGE ***/
.services-content .services-block > .elementor-container > .elementor-column > .elementor-widget-wrap {
  background: #f5f5f5;
  margin: 10px;
  padding: 0px;
}
.services-content .services-block > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget-image-box .elementor-image-box-img {
  margin-bottom: 0px !important;
}
.services-content .services-block > .elementor-container > .elementor-column > .elementor-widget-wrap .elementor-widget-image-box .elementor-image-box-content {
  padding: 40px 20px;
}

/*** BLOG PAGE ***/
.blog-content .recent-posts .post-item {
  background: #f5f5f5;
  padding-bottom: 70px;
}
.blog-content .recent-posts .post-item .post-content {
  padding: 10px 20px;
}
.blog-content .recent-posts .post-item .post-content .read-more-link {
  bottom: 20px;
}

/*** COMMUNITY PAGE ***/
.community-content .elementor-widget-text-editor > .elementor-widget-container h3 {
  font-size: 1.4rem;
}
.community-content .elementor-widget-text-editor > .elementor-widget-container > h3:not(:first-child) {
  margin-top: 50px;
}

/*** FAQ PAGE ***/
.faq-content .elementor-tab-title .elementor-accordion-title {
  color: #555;
}

/*** REVIEWS PAGE ***/
.reviews-content .elementor-inner-section {
  border: 1px solid #aaa;
  padding: 10px;
  margin-bottom: 20px;
}
.reviews-content .elementor-inner-section .elementor-widget-star-rating i {
  font-size: 30px;
}
.reviews-content .elementor-inner-section .elementor-testimonial-content {
  font-size: 16px;
}

/*** CONTACT US PAGE ***/
.contact-us-content .elementor-inner-section {
  margin-bottom: 20px;
}
.contact-us-content .elementor-inner-section .elementor-heading-title {
  margin-bottom: 20px;
}
.contact-us-content .elementor-inner-section .elementor-widget-icon-box .elementor-icon {
  background: #45a8ec;
  border-radius: 25%;
  padding: 20px;
}
.contact-us-content .elementor-inner-section .elementor-widget-icon-box i {
  color: #252525;
}
.contact-us-content .elementor-inner-section .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
  color: #252525;
}
.contact-us-content .elementor-inner-section .socials i {
  color: #252525;
  font-size: 40px;
  margin: 0px 15px;
}
.contact-us-content .elementor-inner-section .socials img {
  height: 40px !important;
  width: 40px !important;
}
.contact-us-content .nf-form-cont::before {
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  content: "";
  display: inline-block;
  height: 0px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 0px;
  z-index: 2;
}
.contact-us-content .nf-form-cont::after {
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  bottom: 0px;
  content: "";
  display: inline-block;
  height: 0px;
  position: absolute;
  right: 0px;
  width: 0px;
  z-index: 2;
}

/*** LOCATION PAGES ***/
.location-content > .elementor-container > .elementor-column.sidebar {
  padding-left: 5px;
  width: 40%;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section {
  margin-bottom: 30px;
  padding: 40px;
  position: relative;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section .elementor-widget-heading {
  margin-bottom: 30px;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section .elementor-widget-heading .elementor-heading-title {
  font-size: 30px;
  font-weight: 700;
  padding: 20px;
  text-align: center;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section .elementor-widget-heading .elementor-heading-title::before {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 50%;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50%;
  z-index: 2;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section .elementor-widget-heading .elementor-heading-title::after {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  bottom: 0px;
  content: "";
  display: inline-block;
  height: 50%;
  left: 0px;
  position: absolute;
  width: 50%;
  z-index: 2;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section ul {
  list-style: none;
  margin: 0px;
  padding-left: 20px;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section::before {
  border-bottom: 20px solid transparent;
  border-left: 20px solid #fff;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
  content: "";
  display: inline-block;
  height: 0px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 0px;
  z-index: 2;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section::after {
  border-bottom: 20px solid #fff;
  border-left: 20px solid transparent;
  border-right: 20px solid #fff;
  border-top: 20px solid transparent;
  bottom: 0px;
  content: "";
  display: inline-block;
  height: 0px;
  position: absolute;
  right: 0px;
  width: 0px;
  z-index: 2;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section:first-child {
  background: transparent linear-gradient(170deg, #305488, #305488, #333);
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section:first-child * {
  color: #fff;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section:first-child li {
  align-items: center;
  display: flex;
  margin-bottom: 10px;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section:first-child i {
  font-size: 26px;
  margin-right: 15px;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section:nth-child(2) * {
  color: #252525;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section:nth-child(2) .elementor-heading-title::before, .location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section:nth-child(2) .elementor-heading-title::after {
  border-color: #252525;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section:nth-child(2) li {
  text-transform: uppercase;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section:nth-child(2) li *:not(i) {
  font-weight: 400;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section:nth-child(2) i {
  border-radius: 3px;
  color: #305488;
  font-size: 20px;
  margin-right: 10px;
  padding: 8px 10px;
  text-align: center;
  width: auto;
}
.location-content > .elementor-container > .elementor-column.sidebar .elementor-inner-section:nth-child(2) .elementor-background-overlay {
  background: #eee;
  opacity: 0.9;
}
.location-content > .elementor-container > .elementor-column.sidebar #sidebar-right .sidebar-content > aside:first-child {
  display: none;
}
.location-content > .elementor-container > .elementor-column:not(.sidebar) {
  width: 60%;
}

/*** SEARCH PAGE ***/
body.search .content {
  padding: 80px 0px;
}
body.search .content h1 {
  color: #45a8ec;
  font-size: 40px;
}
body.search .content .search-item {
  margin-top: 50px;
}
body.search .content .search-item .post-thumbnail {
  margin-bottom: 20px;
}
body.search .content .search-item .post-details .post-title {
  margin-bottom: 20px;
}
body.search .content .search-item .post-details .post-title a {
  color: #305488;
  font-size: 30px;
}
body.search .content .search-item .post-details .post-link {
  margin-top: 30px;
}

/*** 404 PAGE ***/
body.error404 .content {
  padding: 80px 0px;
  text-align: center;
}
body.error404 .content h1 {
  color: #45a8ec;
  font-size: 200px;
}

/*** POST CONTENT ***/
.single .content article {
  padding: 10px;
}
.single .content article .post-info {
  margin-bottom: 20px;
}
.single .content article .post-info i {
  display: none;
}
.single .content article .post-info .entry-date + span {
  margin: 0px 10px;
}
.single .content article .post-info .entry-author + span {
  display: none;
}
.single .content article .post-info .entry-comments {
  display: none;
}
.single .content article .feature-box {
  margin-bottom: 60px;
}
.single .content article .feature-box img {
  height: auto;
  max-width: 100%;
}
.single .content article .entry-content .elementor-widget-wrap {
  padding: 0px;
}
.single .content article .post-navigation {
  display: none;
}

/*** SCROLLED ***/
body.scrolled #header {
  left: 0px;
  position: fixed;
  top: 0px;
}
body.scrolled #header .header-middle {
  display: none;
}
body.scrolled #main-content {
  margin-top: 245px;
}

/*** ADMIN ***/
.elementor-editor-active .pagination {
  display: block;
}
.elementor-editor-active .owl-carousel {
  display: block;
}

/*** RESPONSIVE ***/
@media screen and (min-width: 1024px) {
  /*** HEADER ***/
  #header .header-bottom #site-navigation .main-menu > ul > li > ul.sub-menu {
    background: #45a8ec;
    box-shadow: 0px 2px 5px #000;
    display: block !important;
    left: 0px;
    opacity: 0;
    position: absolute;
    top: initial;
    transform: translateY(20px);
    transition: opacity ease 500ms, transform ease 500ms, visibility ease 500ms;
    visibility: hidden;
    width: 300px;
    z-index: 10;
  }
  #header .header-bottom #site-navigation .main-menu > ul > li:hover > a {
    background: #45a8ec;
    color: #252525;
  }
  #header .header-bottom #site-navigation .main-menu > ul > li:hover > ul.sub-menu {
    opacity: 1;
    transform: translateY(2px);
    visibility: visible;
  }
  /*** HOME PAGE ***/
  body.home #main-content .about-us-section > .elementor-container > .elementor-column:last-child .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    pointer-events: none;
  }
  body.home #main-content .about-us-section > .elementor-container > .elementor-column:last-child .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon-closed {
    display: block !important;
  }
  body.home #main-content .about-us-section > .elementor-container > .elementor-column:last-child .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon-opened {
    display: none !important;
  }
  body.home #main-content .about-us-section > .elementor-container > .elementor-column:last-child .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    display: block !important;
  }
}
@media screen and (max-width: 1199px) {
  /*** HEADER ***/
  #header .header-middle #site-info > div .info-text > span {
    font-size: 13px;
  }
}
@media screen and (max-width: 1023px) {
  /*** ELEMENTOR ***/
  .elementor-section.flexblock-3 > .elementor-container > .elementor-column {
    width: calc(50% - 10px) !important;
  }
  /*** RECENT POSTS ***/
  .recent-posts.columns.col-count-3 .post-item {
    width: calc(50% - 40px);
  }
  /*** HEADER ***/
  #header .header-middle {
    border-top: 5px solid #252525;
  }
  #header .header-middle #site-logo img {
    height: 60px;
  }
  #header .header-middle #site-info {
    display: none;
  }
  #header .header-middle #mobile-menu {
    display: block;
  }
  #header .header-bottom {
    height: calc(100% - 150px);
    left: 0px;
    max-width: 500px;
    overflow-y: auto;
    position: fixed;
    top: 150px;
    transform: translateX(-100%);
    width: 100%;
    z-index: 10;
  }
  #header .header-bottom #site-navigation {
    display: flex;
    flex-direction: column-reverse;
  }
  #header .header-bottom #site-navigation a {
    padding: 10px 20px;
  }
  #header .header-bottom #site-navigation .menu-section {
    float: none;
  }
  #header .header-bottom #site-navigation .menu-section .main-menu > ul > li {
    border-bottom: 1px solid #eee;
    border-left: 10px solid #45a8ec;
    display: block;
    margin: 0px 0px 10px 0px;
  }
  #header .header-bottom #site-navigation .menu-section .main-menu > ul > li > ul.sub-menu {
    display: none;
  }
  #header .header-bottom #site-navigation .menu-section .main-menu > ul > li > ul.sub-menu ~ .toggle {
    height: 100%;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 0px;
    width: 50px;
  }
  #header .header-bottom #site-navigation .menu-section .main-menu > ul > li > ul.sub-menu ~ .toggle:before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    transform: rotate(135deg);
  }
  #header .header-bottom #site-navigation .menu-section .main-menu > ul > li > ul.sub-menu ~ .toggle:before {
    margin-top: 12px;
  }
  #header .header-bottom #site-navigation .menu-section .main-menu > ul > li > ul.sub-menu ~ .toggle.open {
    margin-top: 5px;
  }
  #header .header-bottom #site-navigation .menu-section .main-menu > ul > li > ul.sub-menu ~ .toggle.open:before {
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    transform: rotate(-45deg);
  }
  #header .header-bottom #site-navigation .menu-section .main-menu > ul > li > ul.sub-menu > li > a {
    padding-left: 40px;
  }
  #header .header-bottom #site-navigation .search-section {
    float: none;
    height: 70px;
    margin: 20px 0px;
  }
  #header .header-bottom #site-navigation .search-section .search-button {
    visibility: hidden;
  }
  #header .header-bottom #site-navigation .search-section form {
    display: block;
    padding: 10px 0px;
    width: 100%;
  }
  #header .header-bottom #site-navigation .search-section form > div input[type=text] {
    width: calc(100% - 40px);
  }
  #header .header-bottom #site-navigation .search-section form > div button {
    width: 40px;
  }
  /*** FOOTER ***/
  #footer .footer-top aside .custom-html-widget > div h3 {
    font-size: 2rem;
  }
  #footer .footer-bottom .footer-bottom-block .gallery .gallery-item img {
    width: 60px;
  }
  /*** HOME PAGE ***/
  body.home #main-content .home-banner-section > .elementor-container {
    height: 500px;
  }
  body.home #main-content .get-a-quote-section::before {
    right: 50%;
  }
  body.home #main-content .about-us-section .elementor-widget-image::before {
    height: 90% !important;
    width: 87.119% !important;
  }
  /*** INNER PAGES ***/
  body:not(.home) #main-content > .inner-banner {
    padding: 80px 0px;
  }
  body:not(.home) #main-content > .inner-banner .container .page-title {
    font-size: 40px;
  }
  body:not(.home) #main-content > section.content h1.elementor-heading-title {
    font-size: 2em;
  }
  /*** LOCATION PAGES ***/
  .location-content > .elementor-container > .elementor-column {
    width: 50% !important;
  }
  .location-content > .elementor-container > .elementor-column.sidebar ul {
    padding-left: 0px !important;
  }
  /*** SCROLLED ***/
  body.scrolled #header .header-middle {
    box-shadow: 0px 3px 5px #000;
    display: block;
  }
  body.scrolled #main-content {
    margin-top: 145.8px;
  }
  /*** NAV OPEN ***/
  body.nav-open #header {
    position: fixed;
    top: 0px;
    transition: none;
  }
  body.nav-open #header .header-bottom {
    box-shadow: 3px 3px 5px #000;
    transform: translateX(0%);
    transition: transform ease 1s;
  }
  body.nav-open #main-content {
    margin-top: 145.8px;
  }
}
@media screen and (max-width: 767px) {
  /*** MISC ***/
  .container {
    max-width: 100%;
  }
  img.alignleft,
  img.alignright {
    display: block;
    float: none;
    margin: 0px auto 20px auto;
  }
  h1.elementor-heading-title,
  h2.elementor-heading-title,
  h3.elementor-heading-title {
    text-align: center;
  }
  .elementor-section.flexblock-3 > .elementor-container > .elementor-column {
    width: 100% !important;
  }
  .recent-posts {
    display: block !important;
  }
  .recent-posts .post-item {
    text-align: center;
  }
  .recent-posts .post-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .recent-posts .post-item * {
    height: auto !important;
    width: auto !important;
  }
  .recent-posts .post-item .post-date {
    left: -5px !important;
    right: unset !important;
  }
  .recent-posts .post-item .post-thumbnail {
    margin: 0px 0px 20px 0px !important;
  }
  .recent-posts.columns .post-item {
    margin: 0px 0px 50px 0px;
    width: 100% !important;
  }
  .services-list aside {
    padding: 20px 20px 20px 50px;
  }
  .services-list aside .icon img {
    height: 60px;
    width: 60px;
  }
  .testimonials-slider .owl-stage .owl-item {
    padding: 140px 30px 50px 30px;
  }
  .testimonials-slider .owl-stage .owl-item .widget-title {
    padding: 20px 30px 40px 30px;
  }
  .testimonials-slider .owl-stage .owl-item [class*=-stars] {
    left: 30px;
  }
  .testimonials-slider .owl-stage .owl-item img {
    height: 80px;
    right: 10px;
  }
  #cta-block > div > aside {
    padding: 20px;
    width: calc(100% - 10px);
  }
  #cta-block > div > aside h3 {
    font-size: 1.3rem;
  }
  #cta-block > div > aside > div > a .num {
    font-size: 40px;
  }
  #cta-block > div > aside > div > a i {
    font-size: 30px;
    height: 50px;
    width: 50px;
  }
  #cta-block > div > aside > div > a i + div {
    padding: 0px 20px;
  }
  #cta-block > div > aside > div > a i + div div {
    font-size: 14px;
  }
  #cta-block > div > aside > div > a:not(:last-child) {
    margin-bottom: 10px;
  }
  #cta-block > div > aside:first-of-type {
    display: none;
  }
  #cta-block > div > aside:last-of-type {
    display: block;
  }
  /*** HEADER ***/
  #header .header-top {
    left: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
  }
  #header .header-top .container > .row > .col {
    padding: 0px;
  }
  #header .header-top #site-contact > div {
    width: 100%;
  }
  #header .header-top #site-contact > div > *:not(.top-bar-block) {
    display: none;
  }
  #header .header-top #site-contact > div .top-bar-block {
    height: 80px;
    margin: 0px;
    width: 100%;
  }
  #header .header-top #site-contact > div .top-bar-block a {
    padding: 2px 5px;
    position: absolute;
    right: 55px;
    top: 32px;
    z-index: 2;
  }
  #header .header-top #site-contact > div .top-bar-block #mobile-header-text {
    display: block;
  }
  #header .header-middle {
    background: #45a8ec;
    border: none;
    padding: 10px 0px;
  }
  #header .header-middle .container > .row > .col:last-child {
    position: absolute;
  }
  #header .header-middle #site-logo .main {
    display: none;
  }
  #header .header-middle #site-logo .scroll {
    display: block;
    opacity: 1 !important;
    visibility: visible !important;
  }
  #header .header-bottom {
    height: calc(100% - 80px);
    top: 80px;
  }
  /*** FOOTER ***/
  #footer .footer-top aside .custom-html-widget {
    flex-direction: column;
  }
  #footer .footer-top aside .custom-html-widget > div h3 {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
  #footer .footer-middle {
    padding: 60px 0px;
  }
  #footer .footer-middle .row .col-12:not(:last-child) {
    margin-bottom: 30px;
  }
  #footer .footer-bottom .footer-bottom-block .partners-logos > a img {
    width: 40px;
  }
  /*** SIDEBAR ***/
  #sidebar-right .sidebar-content {
    margin: 10px 0px 0px 0px;
  }
  /*** HOME PAGE ***/
  body.home #main-content .page-content > .elementor > section {
    padding: 50px 0px;
  }
  body.home #main-content .home-banner-section > .elementor-container {
    height: calc(100vh - 80px);
    min-height: 350px;
    max-height: 450px;
  }
  body.home #main-content .home-banner-section .banner-content {
    max-width: 400px;
    padding: 30px;
    text-align: center;
  }
  body.home #main-content .home-banner-section .banner-content::before, body.home #main-content .home-banner-section .banner-content::after {
    border-width: 15px;
    display: none;
  }
  body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:first-child h1 {
    font-size: 28px;
  }
  body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:first-child p {
    font-size: 14px;
  }
  body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:last-child {
    right: unset;
    text-align: center;
    top: -20px;
  }
  body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:last-child .elementor-widget-image img {
    height: 120px;
    width: auto;
  }
  body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:last-child .elementor-widget-button {
    margin-top: -20px;
  }
  body.home #main-content .home-banner-section .banner-content > .elementor-container > .elementor-column:last-child .elementor-widget-button a {
    font-size: 14px;
  }
  body.home #main-content .get-a-quote-section > .elementor-container > .elementor-column:last-child {
    margin-top: 20px;
  }
  body.home #main-content .get-a-quote-section::before {
    right: 30%;
  }
  body.home #main-content .about-us-section .elementor-widget-button {
    text-align: center;
  }
  body.home #main-content .blog-section::before {
    left: 10%;
  }
  body.home #main-content .community-section > .elementor-container {
    flex-direction: column-reverse;
  }
  body.home #main-content .community-section > .elementor-container > .elementor-column {
    width: 100%;
  }
  body.home #main-content .community-section > .elementor-container > .elementor-column .elementor-inner-section {
    margin: 50px auto;
  }
  body.home #main-content .community-section > .elementor-container > .elementor-column:last-child {
    height: 300px;
  }
  /*** INNER PAGES ***/
  body:not(.home) #main-content > .inner-banner {
    padding: 60px 0px;
  }
  body:not(.home) #main-content > .inner-banner .overlay {
    background: #45a8ec;
    opacity: 0.5;
  }
  body:not(.home) #main-content > .inner-banner .container .page-title {
    font-size: 30px;
  }
  body:not(.home) #main-content > section.content {
    padding: 60px 0px;
  }
  body:not(.home) #main-content > section.content h2.elementor-heading-title::before {
    left: 50%;
    transform: translateX(-50%);
  }
  /*** CONTACT US PAGE ***/
  .contact-us-content > .elementor-container {
    flex-direction: column-reverse;
  }
  .contact-us-content .elementor-widget-icon-box .elementor-icon {
    padding: 30px !important;
  }
  .contact-us-content .elementor-inner-section .socials {
    text-align: center;
  }
  .contact-us-content .elementor-inner-section .socials i {
    margin: 0px 10px;
  }
  /*** LOCATION PAGES ***/
  .location-content > .elementor-container > .elementor-column {
    width: 100% !important;
  }
  .location-content > .elementor-container > .elementor-column.sidebar {
    padding-left: 0px;
  }
  .location-content > .elementor-container > .elementor-column:not(.sidebar) .elementor-inner-section {
    padding: 20px;
  }
  .location-content > .elementor-container > .elementor-column:not(.sidebar) .elementor-inner-section .elementor-heading-title {
    font-size: 26px;
  }
  /*** SCROLLED ***/
  body.scrolled #mobile-cta {
    display: block;
  }
  body.scrolled #header .header-top #site-contact > div .top-bar-block #mobile-header-text {
    display: none;
  }
  body.scrolled #main-content {
    margin-top: 80px;
  }
  /*** NAV OPEN ***/
  body.nav-open #main-content {
    margin-top: 80px;
  }
}
/*** ANIMATION ***/