html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
main {
  display: block;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}
p {
  margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
address {
  margin: 0 0 1.5em;
}
pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
mark,
ins {
  background-color: #005bc1;
  text-decoration: none;
  color: #fff;
  padding: 7px;
}
code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
big {
  font-size: 125%;
}
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}
ul,
ol {
  padding: 0;
  margin: 0 0 30px 25px;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 0;
}
dd + dt {
  margin-top: 1.5rem;
}
address {
  display: block;
  font-style: italic;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}
a {
  color: #4169e1;
}
a:visited {
  color: #800080;
}
a:hover,
a:focus,
a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: transparent;
  border: 0;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}
select {
  font-size: 18px;
  outline: 0;
  margin: 0;
  border: 1px solid #e4e4e4;
  padding: 20px 18px 20px 30px;
  display: block;
}
textarea {
  width: 100%;
}
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}
.sticky {
  display: block;
}
.updated:not(.published) {
  display: none;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
.wrap-blog-article .page-links {
  margin: 1.5em 0 0;
}
.comment-content a {
  word-wrap: break-word;
}
.bypostauthor {
  display: block;
}
.widget select {
  max-width: 100%;
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.custom-logo-link {
  display: inline-block;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
  display: block;
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}
.infinity-end.neverending .site-footer {
  display: block;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
#primary[tabindex="-1"]:focus {
  outline: 0;
}
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
  text-align: center;
}
main#primary .widget_rss a {
  color: #191919;
  font-weight: 700;
}
.site-footer .widget_rss a {
  font-weight: 700;
}
.widget_rss a {
  font-weight: 500;
}
.widget_rss h3 a {
  color: #191919;
  font-weight: 700;
}
.widget_rss .rss-date {
  clear: both;
  display: block;
}
.widget_rss ul li {
  margin-bottom: 20px;
}
article.post .entry-content {
  line-height: 1.9;
}
.wrap-img .posted-on {
  position: absolute;
}
.posted-on time {
  position: relative;
}
.wp-block-button__link {
  margin-bottom: 15px;
}
.wp-block-cover,
.wp-block-cover-image {
  margin-bottom: 30px;
}
.wp-block-embed-wordpress-tv .wp-block-embed__wrapper iframe {
  width: 100%;
}
.entry-content ul li ul {
  list-style-type: circle;
}
.wp-block-file a.wp-block-file__button {
  padding: 17px 30px;
}
blockquote > p {
  margin-left: 40px;
}
:root {
  --responsive--spacing-horizontal: calc(
    2 * var(--global--spacing-horizontal) * 0.6
  );
  --responsive--aligndefault-width: calc(
    100vw - var(--responsive--spacing-horizontal)
  );
  --responsive--alignwide-width: calc(
    100vw - var(--responsive--spacing-horizontal)
  );
  --responsive--alignfull-width: 100%;
  --responsive--alignright-margin: var(--global--spacing-horizontal);
  --responsive--alignleft-margin: var(--global--spacing-horizontal);
}
p input[name="Submit"] {
  padding: 19px 38px;
  min-width: auto;
  height: 60px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  display: flex;
  line-height: 1.2;
  border: 2px solid #b9c0b9;
  cursor: pointer;
  transition: all 0.3s;
}
p input[name="Submit"]:hover {
  border: 2px solid #005bc1;
  background: #005bc1;
  color: #fff;
}
.entry-content form p label input {
  margin-top: 20px;
  width: 45%;
}
.entry-header .entry-title a {
  word-break: break-word;
}
.wrap-content {
  padding: 20px 20px 20px;
}
blockquote,
.wp-block-quote {
  background: #fca6002e;
  border-left: 8px solid #fca600;
  padding: 19px 48px;
  border-radius: 10px;
  margin-bottom: 28px;
}
blockquote cite,
.wp-block-quote cite {
  font-weight: 700;
  color: #fca600;
  font-size: 16px;
  font-style: normal;
}
.wp-block-search .wp-block-search__label {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
}
.wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
.wp-block-search .wp-block-search__button {
  outline: 0;
  border: 0;
  height: 80px;
  width: 80px;
  background: #ffa800;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  cursor: pointer;
}
.wp-block-search,
.searchform {
  margin-bottom: 15px;
}
.wp-block-search input[name="s"],
.searchform input[name="s"] {
  width: 100%;
  height: 80px;
  padding-left: 17px;
  padding-right: 104px;
  border: 2px solid #eaeaea;
}
.wp-block-search .wrap-search,
.searchform .wrap-search {
  position: relative;
}
.wp-block-search .wrap-search .wrap-icon-search .searchsubmit,
.searchform .wrap-search .wrap-icon-search .searchsubmit {
  height: 80px;
  width: 80px;
  background: #ffa800;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  cursor: pointer;
}
.wp-block-group.has-background {
  padding: 20px;
}
.wp-block-tag-cloud a {
  color: #ffa800;
}
.wp-block-tag-cloud a:hover {
  color: #11161e;
}
.entry-content .page-links {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.entry-content .page-links .post-page-numbers {
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  width: 29px;
  background: #fff;
  border-radius: 3px;
  font-family: "Open Sans";
  font-size: 13px;
  color: #777;
  font-weight: 400;
  margin: 3px;
  line-height: 27px;
  text-align: center;
}
.entry-content .page-links .post-page-numbers.current,
.entry-content .page-links .post-page-numbers:hover {
  background: #ffa800;
  color: #fff;
}
.page-links a {
  text-decoration: none;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 29px;
  width: 29px;
  background: #fff;
  border-radius: 3px;
  font-family: "Open Sans";
  font-size: 13px;
  color: #777;
  font-weight: 400;
  margin: 3px;
  display: inline-block;
  border: 1px solid #22222212;
  text-align: center;
  line-height: 27px;
}
.page-links a:hover {
  background: #ffa800;
  color: #fff;
}
table td,
table th,
.wp-block-table td,
.wp-block-table th {
  border: 1px solid #ccc;
  padding: initial;
  text-align: center;
  padding: 8px 12px;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: inherit;
}
.entry-content .wp-block-embed-youtube .wp-block-embed__wrapper {
  text-align: center;
}
.tfl-comment-header h4 {
  padding-right: 15px;
}
.type-post .entry-content p {
  text-align: unset;
}
.blocks-gallery-grid,
.wp-block-gallery {
  padding: 0;
}
.comment ol {
  margin: 0;
}
.wp-caption {
  max-width: 100%;
}
#comments-list .comment-meta ul {
  list-style: disc;
  margin: 0 0 0 40px;
}
#comments-list .comment-meta h1,
#comments-list .comment-meta h2,
#comments-list .comment-meta h3,
#comments-list .comment-meta h4,
#comments-list .comment-meta h5,
#comments-list .comment-meta h6 {
  margin: 20px 0;
}
#comments-list .comment-meta address {
  font-style: italic;
}
.entry-content .wp-caption .wp-caption-text {
  font-style: italic;
}
.wp-block-group .wp-block-button {
  color: #fff;
}
.wp-block-media-text__content .has-large-font-size {
  line-height: 54px;
}
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: #32373c;
}
.is-style-outline .wp-block-button__link {
  padding: 19px 38px;
  min-width: auto;
  height: 60px;
  background: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 10px;
  display: flex;
  line-height: 1.2;
  border: 2px solid #b9c0b9;
  text-decoration: none;
}
.is-style-outline .wp-block-button__link:hover {
  border: 2px solid #11161e;
  background: #11161e;
  color: #fff;
}
div.is-style-outline {
  display: inline-block;
}
.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 15px;
}
.wp-block-latest-comments__comment article {
  margin: 0;
}
.entry-content p.has-text-align-center {
  text-align: center;
}
body.single-post .entry-content p.has-large-font-size {
  line-height: 46px;
}
blockquote p {
  margin: 0;
}
.entry-content blockquote.is-style-large {
  padding: 15px;
}
.wp-block-latest-comments
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt
  p {
  line-height: 20px;
}
.widget select {
  width: 100%;
  line-height: 1.2;
  border-radius: 5px;
  padding: 14px 20px;
  border: 2px solid #e2eeff;
  outline: 0;
}
.site-footer .widget .widgettitle {
  color: #fff;
}
.widget_calendar .calendar_wrap .wp-calendar-table {
  position: relative;
  margin-bottom: 5px;
}
.widget.widget_calendar td,
.widget.widget_calendar th {
  padding: 0;
  text-align: center;
  padding: 4px;
}
footer .widget_calendar .calendar_wrap .wp-calendar-table caption {
  color: #fff;
}
.sticky .entry-header .entry-title {
  position: relative;
}
.sticky .entry-header .entry-title:after {
  position: absolute;
  top: 6px;
  left: 0;
  color: #11161e;
  content: "\f08d";
  font-family: "Font Awesome 5 Free";
  font-size: 25px;
  transform: rotate(-20deg);
}
.sticky .entry-header .entry-title {
  padding-left: 30px;
}
body.single-post .entry-content p.wp-block-cover-text {
  color: #fff;
}
a {
  color: #005bc1;
}
a:hover {
  color: #11161e;
}
a:hover {
  color: #0f4229;
  text-decoration: none;
}
.tfl_widget_categories ul li {
  padding: 0;
  border-radius: 10px;
  display: block;
  clear: both;
}
.widget_nav_menu ul.sub-menu {
  display: block;
  width: 100%;
  position: relative;
  opacity: 1;
  visibility: visible;
  box-shadow: unset;
  background: transparent;
  transform: unset;
}
.tfl_widget_categories ul li a {
  color: #0f4229;
  border: none;
  padding: 0;
}
.tfl_widget_categories ul li:hover a {
  border: none;
}
.tfl_widget_categories ul li a:hover {
  color: #11161e;
}
.children .tfl_widget_categories ul li {
  text-align: right;
}
.widget_nav_menu ul li,
.widget_nav_menu ul li ul.children li {
  padding: 0px 0px 0px 15px;
}
.site-footer ul.menu li {
  margin-bottom: 0;
}
.widget_tag_cloud div.tagcloud a {
  font-size: 12px !important;
  font-weight: 500;
  line-height: 14px;
  color: #11161e;
  text-decoration: none;
  padding: 8px;
  background: #005bc1;
  border-radius: 3px;
  margin-right: 5px;
  transition: all 0.3s;
  display: inline-block;
  margin-bottom: 10px;
}
.widget_tag_cloud div.tagcloud a:hover {
  color: #fff;
  background: #11161e;
}
@media (max-width: 991px) {
  .widget select {
    width: auto;
  }
}
.tfl_widget_categories ul li a {
  margin-bottom: 0;
}
.widget_calendar .calendar_wrap .wp-calendar-table caption {
  caption-side: top;
  padding: 0;
  color: #005bc1;
  font-weight: 500;
  margin-bottom: 5px;
}
.widget_calendar .calendar_wrap .wp-calendar-nav-next a,
.widget_calendar .calendar_wrap .wp-calendar-nav-prev a,
.widget.widget_calendar td a {
  color: #005bc1;
  font-weight: 500;
}
.widget_calendar .calendar_wrap .wp-calendar-nav-next a:hover,
.widget_calendar .calendar_wrap .wp-calendar-nav-prev a:hover,
.widget.widget_calendar td a:hover {
  color: #11161e;
}
.widget_nav_menu ul li {
  list-style: none;
}
footer.entry-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
footer.entry-footer .tags-links {
  border-top: 1px solid #d9d9d9;
  width: 100%;
}
.wp-block-button {
  color: #fff;
}
article p:last-of-type {
  margin-bottom: 0;
}
.post-password-form label {
  margin-bottom: 0;
}
.post-password-form label input {
  min-height: 60px;
  margin-top: 0 !important;
  width: auto !important;
  border-radius: 5px;
  margin-right: 10px;
  border: 2px solid #b9c0b9;
}
.post-password-form p {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.post-password-form input[name="Submit"] {
  width: auto;
  display: inline-block;
  background: #005bc1;
  border: 2px solid #005bc1;
  font-size: 14px;
  font-weight: 400;
  font-family: "Oswald";
}
.post-password-form input[name="Submit"]:hover {
  background: #11161e;
  border: 2px solid #11161e;
}
.elementor-column-gap-extended
  > .elementor-column
  > .elementor-element-populated {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
h1 {
  font-size: 72px;
}
h2 {
  font-size: 48px;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #11161e;
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 15px;
}
body {
  font-family: "Poppins";
  font-weight: 400;
  font-style: normal;
  color: #777;
  font-size: 14px;
  line-height: 24px;
  background-color: #f3f3f4;
}
.is-style-squared .wp-block-button__link {
  border-radius: 0;
}
#comments #commentform .wrap-btn-submit {
  margin-bottom: 40px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  margin-bottom: 10px;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  height: 60px;
  width: 60px;
  margin-right: 17px;
  border-radius: 50%;
}
.wp-block-latest-comments li.wp-block-latest-comments__comment {
  display: flex;
}
.wp-block-latest-comments li.wp-block-latest-comments__comment > article {
  width: calc(100% - 77px);
}
.wp-block-latest-comments
  li.wp-block-latest-comments__comment
  > article
  .wp-block-latest-comments__comment-excerpt,
.wp-block-latest-comments
  li.wp-block-latest-comments__comment
  > article
  .wp-block-latest-comments__comment-meta {
  margin-left: 0;
}
.wp-block-latest-comments
  li.wp-block-latest-comments__comment
  > article
  .wp-block-latest-comments__comment-link {
  margin-bottom: 7px !important;
}
.wp-block-latest-comments
  li.wp-block-latest-comments__comment
  > article
  .wp-block-latest-comments__comment-author,
.wp-block-latest-comments
  li.wp-block-latest-comments__comment
  > article
  .wp-block-latest-comments__comment-link {
  color: #005bc1;
}
.wp-block-latest-comments
  li.wp-block-latest-comments__comment
  > article
  .wp-block-latest-comments__comment-author:hover,
.wp-block-latest-comments
  li.wp-block-latest-comments__comment
  > article
  .wp-block-latest-comments__comment-link:hover {
  color: #11161e;
}
.owl-nav .owl-next,
.owl-nav .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-default #comments .comment-respond .comment-reply-title {
  margin-top: 50px;
  border-top: 1px solid #d9d9d9;
  padding-top: 40px;
}
.bg-404.clip-text {
  font-size: 180px;
  text-align: center;
  color: #ffa800;
}
@-webkit-keyframes zoom-fade-two {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes zoom-fade-two {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes animate {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  }
}
.tfl-services-grid .services-item,
.tfl-button .tfl-content-wrapper,
.tfl-portfolios-grid .portfolio-item,
.tfl-pricing-table.tfl-uber-grid-container .tfl-pricing-plan-outter,
.tfl-posts-grid .item {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
.tfl-services-grid .services-item.tfanimated,
.tfl-button .tfl-content-wrapper.tfanimated,
.tfl-portfolios-grid .portfolio-item.tfanimated,
.tfl-pricing-table.tfl-uber-grid-container .tfl-pricing-plan-outter.tfanimated,
.tfl-posts-grid .item.tfanimated {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  opacity: 1 !important;
  -webkit-transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: opacity 0.8s linear, -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear;
  transition: transform 0.8s ease-in-out, opacity 0.8s linear,
    -webkit-transform 0.8s ease-in-out;
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
}
.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.15s;
  animation-duration: 0.15s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.tfl-heading {
  position: relative;
  font-family: "Poppins";
  font-weight: 400;
  color: #11161e;
  font-size: 14px;
  line-height: 1.3;
}
.tfl-heading .tfl-subtitle {
  color: #005bc1;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 11px;
}
.tfl-heading .tfl-title {
  line-height: 1.5em;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  position: relative;
  z-index: 99;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.tfl-heading .tfl-title img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10px;
  width: 25px;
  height: 25px;
  background: #ffa800;
  border-radius: 50%;
}
.sub-mb-6 .tfl-heading .tfl-subtitle {
  margin-bottom: 6px;
}
.has-detail .tfl-heading .tfl-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: -10px;
  width: 25px;
  height: 25px;
  background: #005bc1;
  border-radius: 50%;
}
p .span1 {
  font-size: 18px;
  line-height: 1.667em;
  text-rendering: optimizeLegibility;
  display: block;
  width: 385px;
  color: #11161e;
  font-family: "Poppins";
}
.tfl-button.tfl-style2 .tfl-content-wrapper a {
  background: #11161e;
}
.tfl-button.tfl-style2 .tfl-content-wrapper a span.text {
  color: #fff;
}
.tfl-button .tfl-content-wrapper a {
  position: relative;
  z-index: 1;
  padding: 22px 30px 22px 49px;
  min-width: 202px;
  border-radius: 3px;
  background: #005bc1;
  color: #11161e;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-family: "Poppins";
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}
.tfl-button .tfl-content-wrapper a:before {
  content: "";
  width: 34px;
  height: 100%;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #005bc1;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.tfl-button .tfl-content-wrapper a:hover:before {
  width: 100% !important;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #005bc1;
  color: #11161e !important;
  position: absolute;
  z-index: 1;
}
.tfl-button .tfl-content-wrapper a span {
  position: relative;
  z-index: 1;
}
.tfl-button a span.icon {
  font-size: 12px;
  position: absolute;
  top: calc(50% - 6px);
  line-height: 1;
  height: 12px;
  left: 10px;
  z-index: 3;
}
.image-align div {
  display: flex;
  justify-content: flex-end;
}
.margin-button {
  margin-top: 49px;
}
.tfl-slider-btn:before {
  content: "";
  width: 34px;
  height: 100%;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #005bc1;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.tfl-slider-btn:after {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  font-size: 12px;
  position: absolute;
  top: calc(50% - 6px);
  height: 12px;
  left: 10px;
  z-index: 3;
}
.tfl-slider-btn:hover:before {
  width: 100% !important;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #005bc1 !important;
  color: #11161e !important;
  position: absolute;
  z-index: 1;
}
.tfl-slider-btn span {
  position: relative;
  z-index: 1;
}
.text-right,
.tfl-alignright,
.tfl-align-right {
  text-align: right;
}
.text-center,
.tfl-aligncenter,
.tfl-align-center {
  text-align: center;
}
.text-center .elementor-widget-text-editor .elementor-widget-container p {
  padding: 0;
}
.tfl-pricing-table {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.tfl-pricing-table.grid-2-columns .tfl-pricing-plan-outter {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.tfl-pricing-table.grid-4-columns .tfl-pricing-plan-outter {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.tfl-pricing-table .tfl-pricing-plan-outter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.tfl-pricing-table .tfl-pricing-plan-outter .tfl-grid-item {
  background: #fff;
  border-radius: 4px;
  padding: 69px 46px 49px 46px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item.tfl-highlight
  .tfl-top-header
  .tfl-tagline,
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item.active
  .tfl-top-header
  .tfl-tagline {
  background: #005bc1;
}
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item.tfl-highlight
  .tfl-purchase
  .tfl-button
  .tfl-content-wrapper
  a,
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item.active
  .tfl-purchase
  .tfl-button
  .tfl-content-wrapper
  a {
  background: #005bc1;
}
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item.tfl-highlight
  .tfl-purchase
  .tfl-button
  .tfl-content-wrapper
  a
  span.text,
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item.active
  .tfl-purchase
  .tfl-button
  .tfl-content-wrapper
  a
  span.text {
  color: #11161e;
}
.tfl-pricing-table .tfl-pricing-plan-outter .tfl-grid-item .tfl-plan-details {
  order: 3;
  margin-bottom: 36px;
}
.tfl-pricing-table .tfl-pricing-plan-outter .tfl-grid-item .tfl-plan-details ul,
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item
  .tfl-plan-details
  .list-table {
  list-style: none;
  margin: 0;
}
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item
  .tfl-plan-details
  ul
  li,
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item
  .tfl-plan-details
  .list-table
  li {
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  color: #777;
  line-height: 1.3;
  padding: 15px 0;
}
.tfl-pricing-table .tfl-pricing-plan-outter .tfl-grid-item .tfl-plan-price {
  order: 1;
  margin-bottom: 23px;
  line-height: 1.3;
  margin-top: 0;
}
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item
  .tfl-plan-price
  .tfl-text {
  font-size: 42px;
  font-weight: bold;
  color: #005bc1;
  line-height: 1em;
  display: flex;
  justify-content: center;
}
.tfl-pricing-table .tfl-pricing-plan-outter .tfl-grid-item .tfl-purchase {
  order: 4;
  text-align: center;
}
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item
  .tfl-purchase
  .tfl-button {
  padding: 0 !important;
}
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item
  .tfl-purchase
  .tfl-button
  .tfl-content-wrapper
  a {
  background: #11161e;
  min-width: 178px;
}
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item
  .tfl-purchase
  .tfl-button
  .tfl-content-wrapper
  a:hover:before {
  width: 100% !important;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #005bc1;
  color: #11161e !important;
  position: absolute;
  z-index: 1;
}
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item
  .tfl-purchase
  .tfl-button
  .tfl-content-wrapper
  a:hover
  span.text {
  color: #11161e;
}
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item
  .tfl-purchase
  .tfl-button
  .tfl-content-wrapper
  a
  span.text {
  color: #fff;
}
.tfl-pricing-table .tfl-pricing-plan-outter .tfl-grid-item .tfl-top-header {
  order: 2;
}
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item
  .tfl-top-header
  .tfl-plan-name {
  font-weight: 500;
  line-height: 1.313em;
  text-align: center;
  border-bottom: 1px solid #11161e4d;
  padding-bottom: 23px;
  margin-bottom: 32px;
  margin-top: 0;
}
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item
  .tfl-top-header
  .tfl-tagline {
  font-family: "Poppins";
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 15px;
  position: absolute;
  z-index: 9;
  top: 11px;
  left: 10px;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background: #f3f3f4;
  color: #000;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tfl-pricing-table
  .tfl-pricing-plan-outter
  .tfl-grid-item
  .tfl-top-header
  .tfl-tagline:hover {
  background: #005bc1;
}
.height-243 .blog-post .featured-post .entry-meta .post-comments:hover a {
  color: #11161e;
}
.height-243 .blog-post .featured-post .entry-meta .post-date:hover a {
  color: #11161e;
}
.column .blog-post .content-post {
  padding: 20px 30px;
}
.column .blog-post .content-post p {
  padding: 0;
}
.column
  .blog-post
  .content-post
  .entry-box-title
  .wrap-entry-title
  .entry-title
  a {
  font-size: 18px;
  font-weight: 500;
  color: #11161e;
  text-transform: uppercase;
  letter-spacing: 0px;
}
.column .blog-post .content-post .entry-box-title p {
  font-weight: 400;
  color: #777;
}
.our-blog .tfl-heading .tfl-title {
  font-weight: 400;
  line-height: 1.3em;
  color: #11161e;
  text-transform: uppercase;
  letter-spacing: -0.1px;
  text-align: center;
  display: block;
  margin: 0;
  font-size: 24px;
}
.our-blog .tfl-heading .tfl-title:before {
  display: none;
}
.active-2 .portfolio-items .portfolio-item:nth-child(2) .featured-post img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.active-2 .portfolio-items .portfolio-item:nth-child(2) .portfolio-content {
  background: #11161e;
}
.active-2
  .portfolio-items
  .portfolio-item:nth-child(2)
  .portfolio-content
  .portfolio-content-inner
  .cat
  a {
  color: #777;
}
.active-2
  .portfolio-items
  .portfolio-item:nth-child(2)
  .portfolio-content
  .portfolio-content-inner
  .entry-title
  a {
  color: #fff;
}
.facts-style h2 {
  line-height: 1.25em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  padding-top: 37px;
  padding-bottom: 14px;
  letter-spacing: -0.1px;
  font-weight: 400;
}
.fa-facebook-f:before {
  content: "\f39e" !important;
}
.elementor-custom-embed-play {
  height: 96px;
  width: 96px;
  background: #005bc1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  animation: animate 2s linear infinite;
  cursor: pointer;
  z-index: 1;
}
.elementor-custom-embed-play i {
  color: #000;
}
.elementor-custom-embed-play:hover .eicon-play {
  color: #fff;
}
.elementor-custom-embed-play:hover i {
  color: #fff;
}
.elementor-custom-embed-play .eicon-play {
  font-size: 32px;
  margin-left: 6px;
  color: #000;
}
.elementor-custom-embed-play .eicon-play:before {
  content: "";
  position: absolute;
  top: 36px;
  left: 26px;
  width: 26px;
  height: 26px;
  transform: rotate(45deg) skew(-10deg, -10deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-custom-embed-play .eicon-play:after {
  content: "";
  width: 34px;
  height: 32px;
  border-left: 2px solid #000;
  border-radius: 0;
  position: absolute;
  top: 33px;
  left: 37px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.elementor-custom-embed-play:hover .eicon-play:before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.elementor-custom-embed-play:hover .eicon-play:after {
  border-left: 2px solid #fff;
}
.go-top {
  position: fixed;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  z-index: 1;
  right: 14px;
  bottom: 23px;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  overflow: hidden;
  color: #fff !important;
  transition: all 0.3s;
  background: #005bc1;
}
.go-top:hover {
  background: #11161e;
}
.go-top.show {
  opacity: 1;
  visibility: visible;
}
.widget_block h5 {
  font-weight: 500;
}
.tfl_widget_categories.has-show-more {
  background: #fff;
  padding-bottom: 40px;
  position: relative;
  margin-top: 0;
  padding: 0 0 39px;
}
.tfl_widget_categories.has-show-more.loaded .tfl-categories ul {
  max-height: 400px;
  overflow: auto;
}
.tfl_widget_categories.has-show-more.loaded .load-more-cats i:before {
  content: "\f068";
}
.tfl_widget_categories.has-show-more.loaded .less {
  display: block !important;
}
.tfl_widget_categories.has-show-more.loaded .more {
  display: none;
}
.tfl_widget_categories.has-show-more .widget-title {
  background: #005bc1;
  padding: 15px 22px 12px 49px;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 26px;
  line-height: 1.3;
}
.tfl_widget_categories.has-show-more .widget-title:before {
  background: transparent;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  content: "\f0ca";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
}
.tfl_widget_categories.has-show-more hr {
  background-color: #11161e4d !important;
  border: 0;
  height: 1px;
  margin: 0;
  color: inherit;
  opacity: 0.25;
}
.tfl_widget_categories.has-show-more .load-more-cats {
  padding: 0px 15px;
  position: absolute;
  bottom: 12px;
  left: 3px;
  width: 100%;
  color: #11161e;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.tfl_widget_categories.has-show-more .load-more-cats .less {
  display: none;
}
.tfl_widget_categories.has-show-more .load-more-cats i {
  font-size: 8px;
  color: #ee324a;
  margin-right: 2px;
}
.tfl_widget_categories.has-show-more .tfl-categories {
  padding: 0 19px;
  overflow: hidden;
}
.tfl_widget_categories.has-show-more .tfl-categories ul {
  transition: max-height 0.5s;
  max-height: 315px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.tfl_widget_categories.has-show-more .tfl-categories ul li {
  padding: 0;
}
.tfl_widget_categories.has-show-more .tfl-categories ul li:before {
  display: none;
}
.tfl_widget_categories.has-show-more .tfl-categories ul li a {
  padding: 0;
  margin: 0;
  list-style: none;
  color: #777;
  padding: 16px 0;
  line-height: 1.3;
  display: inline-block;
  font-family: "Poppins";
}
.tfl_widget_categories.has-show-more .tfl-categories ul li a:hover {
  color: #11161e;
}
.widget-title {
  margin: 0 0 15px 0;
  font-weight: 500;
}
.tfl-widget-recent-news ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 13px;
  padding-bottom: 33px;
}
.tfl-widget-recent-news ul li {
  display: flex;
  align-items: center;
  line-height: 1.3;
  margin-bottom: 14px;
}
.tfl-widget-recent-news ul li:last-child {
  margin-bottom: 0px;
}
.tfl-widget-recent-news ul li .thumb {
  margin-top: 5px;
  height: 60px;
  width: 60px;
  margin-right: 17px;
}
.tfl-widget-recent-news ul li .text h6 {
  margin: 0 0 7px 0;
}
.tfl-widget-recent-news ul li .text h6 a {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #11161e;
  letter-spacing: 0;
  margin: 0;
  transition: all 0.3s;
}
.tfl-widget-recent-news ul li .text h6 a:hover {
  color: #005bc1;
}
.tfl-widget-recent-news ul li .text h6 a:hover {
  color: #005bc1;
}
.tfl-widget-recent-news ul li .text .post-date {
  display: block;
  color: #777;
  font-size: 13px;
  font-family: "Poppins";
  margin-bottom: 8px;
}
.tfl-widget-recent-news ul li .text .post-comment {
  color: #777;
  font-size: 13px;
  font-family: "Poppins";
}
.tfl-widget-recent-news ul li .text .post-comment:hover {
  color: #005bc1;
}
.tfl-widget-recent-news ul li .text .post-comment:hover a {
  color: #005bc1;
}
.tfl-widget-recent-news ul li .text .post-comment a {
  color: #777;
}
.tfl-widget-recent-news ul li .text .post-comment i {
  margin-right: 6px;
}
.themesflat_video_embed {
  position: relative;
}
.main-content .widget.widget_recent_comments a {
  color: #11161e;
}
.main-content .widget.widget_recent_comments a:hover {
  color: #005bc1;
}
.widget_recent_comments
  .wp-block-latest-comments.hide-post-on
  .wp-block-latest-comments__comment-date {
  display: none;
}
.widget_recent_comments
  .wp-block-latest-comments.hide-post-on
  .wp-block-latest-comments__comment
  .avatar {
  margin-top: 2px !important;
}
.widget_recent_comments
  .wp-block-latest-comments.hide-post-on
  .wp-block-latest-comments__comment-link {
  margin-bottom: 7px !important;
  display: block;
  transition: all 0.3s;
}
.widget_recent_comments
  .wp-block-latest-comments.hide-post-on
  .wp-block-latest-comments__comment-link:hover {
  color: #005bc1;
}
.widget_recent_comments
  .wp-block-latest-comments.hide-post-on
  .wp-block-latest-comments__comment-author {
  position: absolute;
  bottom: 0;
  display: flex;
  align-items: center;
  margin: 0 !important;
  color: #777 !important;
  font-size: 13px !important;
  font-family: "Poppins";
}
.widget_recent_comments
  .wp-block-latest-comments.hide-post-on
  .wp-block-latest-comments__comment-author:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  top: calc(50% - 6px);
  color: #777;
  font-size: 12px;
  display: block;
  margin-right: 7px;
}
.widget_recent_comments
  .wp-block-latest-comments.hide-post-on
  .wp-block-latest-comments__comment-excerpt {
  margin: 0 0 8px !important;
}
.widget_recent_comments
  .wp-block-latest-comments.hide-post-on
  .wp-block-latest-comments__comment
  article
  footer {
  font-size: 0;
}
.widget_recent_comments
  .wp-block-latest-comments
  .wp-block-latest-comments__comment {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.widget_recent_comments
  .wp-block-latest-comments
  .wp-block-latest-comments__comment
  .avatar {
  height: 60px;
  width: 60px;
  margin-right: 17px;
  border-radius: 0;
}
.widget_recent_comments
  .wp-block-latest-comments
  .wp-block-latest-comments__comment
  article {
  margin: 0;
  position: relative;
  padding-bottom: 16px;
}
.widget_recent_comments
  .wp-block-latest-comments
  .wp-block-latest-comments__comment
  article
  footer {
  margin: 0 !important;
}
.widget_recent_comments
  .wp-block-latest-comments
  .wp-block-latest-comments__comment
  article
  footer
  .wp-block-latest-comments__comment-link,
.widget_recent_comments
  .wp-block-latest-comments
  .wp-block-latest-comments__comment
  article
  footer
  .wp-block-latest-comments__comment-author {
  font-size: 14px;
  font-weight: 500;
  text-transform: CAPITALIZE;
  color: #11161e;
  letter-spacing: 0;
  margin: 0;
}
.widget_recent_comments
  .wp-block-latest-comments
  .wp-block-latest-comments__comment
  article
  footer
  .wp-block-latest-comments__comment-author {
  margin-bottom: 14px;
}
.widget_recent_comments
  .wp-block-latest-comments
  .wp-block-latest-comments__comment
  article
  footer
  .wp-block-latest-comments__comment-date {
  margin: 10px 0;
}
.widget_recent_comments
  .wp-block-latest-comments
  .wp-block-latest-comments__comment
  article
  .wp-block-latest-comments__comment-excerpt {
  margin: 0 0 8px !important;
}
.widget_recent_comments
  .wp-block-latest-comments
  .wp-block-latest-comments__comment
  article
  .wp-block-latest-comments__comment-excerpt
  p {
  color: #777;
  font-size: 13px;
  font-family: "Poppins";
  display: block;
  line-height: 1.3;
}
.w-75-percent {
  width: 75% !important;
}
.w-25-percent {
  width: 25% !important;
}
body.single-post.elementor-page #primary .main-post > .entry-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.block-quote .elementor-widget-container {
  border: 5px solid #777;
  padding: 25px 36px 28px 46px;
  margin-top: 40px;
  font-size: 24px;
  line-height: 1.667;
  color: #11161e;
}
.sidebar .widget.tfl-widget-author-box {
  margin-bottom: 50px;
}
.tfl-widget-author-box {
  background: #fff;
}
.tfl-widget-author-box .box-author {
  text-align: center;
  padding-top: 8px;
}
.tfl-widget-author-box .box-author .text {
  padding: 0;
  font-family: "Poppins";
  padding-top: 0px;
  font-size: 16px;
  letter-spacing: 0px;
  line-height: 1.7em;
  max-width: 302px;
  margin: auto;
}
.tfl-widget-author-box .box-author hr {
  margin: 24px 0 24px;
}
.tfl-widget-author-box .box-author ul {
  display: flex;
  justify-content: center;
}
.tfl-widget-author-box .box-author ul li {
  list-style: none;
  padding: 0 29px;
  position: relative;
}
.tfl-widget-author-box .box-author ul li:after {
  content: "";
  width: 2px;
  height: 11px;
  border-color: #777;
  background: #777;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.tfl-widget-author-box .box-author ul li:last-child:after {
  display: none;
}
.tfl-widget-author-box .box-author h5.name {
  margin-bottom: 20px;
  padding-left: 7px;
}
.tfl-widget-author-box .box-author .img-author {
  position: relative;
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
}
.tfl-widget-author-box .box-author .img-author img {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}
.tfl-widget-author-box .box-author .img-author .fb-author {
  position: absolute;
  top: 14px;
  left: -10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #11161e;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.tfl-widget-author-box .box-author .img-author .fb-author a {
  font-size: 12px;
  color: #005bc1;
}
.tfl-widget-author-box .box-author .img-author .fb-author a:hover {
  color: #fff;
}
.list-social {
  margin: 0;
}
.list-social li a {
  display: block;
  color: #777;
  transition: all 0.3s;
}
.list-social li a:hover {
  color: #005bc1;
}
.meta-category-list {
  font-size: 0;
  margin-bottom: 12px;
}
.meta-category-list a {
  background: #f3f3f4;
  padding: 7px 10px;
  transition: all 0.3s;
  color: #11161e;
  font-family: "Poppins";
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 400;
  display: inline-block;
  line-height: 1.3;
  min-width: 82px;
  text-align: center;
  text-transform: uppercase;
}
.meta-category-list a:hover {
  background: #005bc1;
}
body.single-post .meta-category-list a {
  background: #005bc1;
}
body.single-post .meta-category-list a:hover {
  background: #11161e;
  color: #fff;
}
.featured-post {
  position: relative;
  padding: 10px;
  background: #fff;
  overflow: hidden;
}
.featured-post:before {
  content: "";
  position: absolute;
  top: -110%;
  left: -210%;
  width: 200%;
  height: 200%;
  z-index: 1;
  opacity: 0;
  background: rgba(255, 255, 255, 0.13);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.13) 0%,
    rgba(255, 255, 255, 0.13) 77%,
    rgba(255, 255, 255, 0.5) 92%,
    rgba(255, 255, 255, 0) 100%
  );
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.featured-post:hover:before {
  opacity: 1;
  top: -20%;
  left: -30%;
  transition-property: left, top, opacity;
  transition-duration: 0.7s, 0.7s, 0.15s;
  transition-timing-function: linear;
}
.featured-post:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
}
.featured-post img {
  transition: all 0.5s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  width: 100%;
}
.featured-post .entry-meta {
  right: 20px;
  top: 20px;
  transform: rotate(-90deg) translate(0, -100%);
  transform-origin: 100% 0;
  position: absolute;
  z-index: 1;
}
.featured-post .entry-meta .meta-left {
  display: flex;
  list-style: none;
  margin: 0;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
  min-width: 228px;
  text-transform: uppercase;
  transition: all 0.3s;
  padding: 0 18.5px;
}
.featured-post .entry-meta .meta-left:hover {
  background: #005bc1;
}
.featured-post .entry-meta .meta-left .post-author {
  display: none;
}
.featured-post .entry-meta .meta-left .post-comments {
  color: #11161e;
}
.featured-post .entry-meta .meta-left .post-comments span,
.featured-post .entry-meta .meta-left .post-comments a {
  margin-right: 6px;
  color: #11161e;
  font-family: "Poppins";
  font-weight: 400;
}
.featured-post .entry-meta .meta-left .post-date {
  margin-right: 30px;
}
.featured-post .entry-meta .meta-left .post-date a {
  color: #11161e;
  font-family: "Poppins";
  font-weight: 400;
}
.cmstr-out {
  display: none;
}
.required {
  color: #ff0101;
}
body.error404 .main-content {
  padding: 70px 0 120px;
}
.main-content {
  padding: 120px 0;
}
.main-content.no-padding {
  padding: 0 !important;
}
.main-content .widget a {
  color: #11161e;
  transition: all 0.3s;
}
.main-content .widget a:hover {
  color: #005bc1;
}
.flat-counter {
  padding-left: 18px;
}
.flat-counter:hover .flat-icon i {
  color: #ffa800;
}
.flat-counter .flat-icon {
  position: absolute;
  top: -13px;
  left: 0;
}
.flat-counter .flat-icon i {
  color: #77777742;
  transition: all 0.3s;
}
.elementor-widget-tf-simple-menu ul {
  margin: 0;
  list-style: none;
}
.tfl-col-5 {
  width: 41.666667% !important;
}
.tfl-col-7 {
  width: 58.333333% !important;
}
.lh-1313-em .tfl-heading .tfl-title {
  line-height: 1.313em;
}
.lh-13-em .tfl-heading .tfl-title {
  line-height: 1.3em;
}
.sub-mb-4 .tfl-heading .tfl-subtitle {
  margin-bottom: 4px;
}
.sub-mb-19 .tfl-heading .tfl-title {
  line-height: 1.3em;
}
.sub-mb-19 .tfl-heading .tfl-subtitle {
  margin-bottom: 19px;
}
span.style1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.667em;
  font-family: "Poppins";
  color: #11161e;
  max-width: 390px;
  display: block;
}
span.style2 {
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins";
  display: block;
}
.info-contact {
  max-width: 305px;
}
.info-contact > div {
  display: flex;
  align-items: flex-start;
  margin-bottom: 68px;
}
.info-contact > div ul.list-social {
  width: 70%;
  margin: 0;
  line-height: 0;
  text-align: right;
}
.info-contact > div ul.list-social li {
  display: inline-block;
  padding-right: 30px;
}
.info-contact > div ul.list-social li a {
  color: #777;
  font-size: 24px;
}
.info-contact > div ul.list-social li:last-child {
  padding-right: 0;
}
.info-contact > div .title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #11161e;
  display: inline;
  width: 30%;
  margin: 0;
  min-width: 100px;
}
.info-contact > div strong {
  margin-top: -6px;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 400;
  color: #777;
  text-align: left;
  width: 67%;
  line-height: 21px;
}
.wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 22px;
  display: block;
}
.wpcf7-form input {
  width: 100%;
  background-color: transparent;
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 400;
  border: 1px solid rgba(17, 22, 30, 0.1);
  padding: 13px 28px;
  line-height: 1.3;
}
.wpcf7-form textarea {
  width: 100%;
  background-color: transparent;
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 400;
  border: 1px solid rgba(17, 22, 30, 0.1);
  padding: 26px 30px;
  display: block;
  min-height: 200px;
  margin-bottom: 20px;
}
.wpcf7-form .wrap-btn-submit {
  margin-top: 50px;
  display: inline-block;
  clear: both;
  position: relative;
  z-index: 8;
  background-color: #ffa800;
  height: auto;
  min-width: 180px;
  color: #11161e;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 13px;
}
.wpcf7-form .wrap-btn-submit:before {
  content: "";
  width: 34px;
  height: 100%;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #005bc1;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 1;
}
.wpcf7-form .wrap-btn-submit:hover:before {
  width: 100% !important;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #005bc1;
  color: #11161e !important;
  position: absolute;
  z-index: 1;
}
.wpcf7-form .wrap-btn-submit .submit {
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  transform-origin: 50% 50%;
  text-transform: uppercase;
  padding: 25px 10px 25px 49px;
  border: 0;
  font-family: "Poppins";
  text-align: left;
  line-height: 1;
}
.wpcf7-form .wrap-btn-submit .icon {
  position: absolute;
  z-index: 2;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.our-testimonials .owl-carousel {
  position: relative;
}
.our-testimonials .owl-carousel:hover .owl-prev,
.our-testimonials .owl-carousel:hover .owl-next {
  display: block;
  transition: all 0.3s;
}
.our-testimonials
  .owl-carousel
  .owl-item
  .item
  .elementor-widget-image
  .elementor-widget-container
  img {
  width: 98px !important;
  padding-bottom: 23px;
}
.our-testimonials
  .owl-carousel
  .owl-item
  .item
  .elementor-widget-text-editor
  .elementor-widget-container
  p {
  font-size: 24px;
  font-weight: 300;
  text-decoration: underline;
  line-height: 32px;
  text-transform: none;
  font-family: "Poppins";
  padding: 0;
  margin: 0;
  color: #11161e;
}
.our-testimonials .owl-carousel .owl-item .item .tfl-heading {
  text-align: inherit;
  display: flex;
  flex-direction: column;
}
.our-testimonials .owl-carousel .owl-item .item .tfl-heading .tfl-subtitle {
  order: 2;
  font-family: "Poppins";
  color: #777;
  padding-left: 10px;
  padding-top: 5px;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0;
}
.our-testimonials .owl-carousel .owl-item .item .tfl-heading .tfl-title {
  order: 1;
  margin: 0;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #11161e;
  letter-spacing: -0.1px;
  text-transform: uppercase;
  padding-left: 10px;
  padding-top: 0px;
  padding-bottom: 0;
  margin-bottom: -2px;
}
.our-testimonials .owl-carousel .owl-item .item .tfl-heading .tfl-title:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #005bc1;
  display: block;
}
.our-testimonials .gray-mode .owl-carousel .owl-item {
  background: #f3f3f4;
}
.our-testimonials.dark
  .owl-carousel
  .owl-item
  .item
  .elementor-widget-text-editor
  .elementor-widget-container
  p {
  color: #fff;
}
.our-testimonials.dark
  .owl-carousel
  .owl-item
  .item
  .elementor-widget-tfl-heading
  .elementor-widget-container
  .tfl-heading
  .tfl-title {
  color: #fff;
  padding-left: 0;
}
.our-testimonials.dark
  .owl-carousel
  .owl-item
  .item
  .elementor-widget-tfl-heading
  .elementor-widget-container
  .tfl-heading
  .tfl-title:before {
  left: -9px;
}
.our-testimonials.dark
  .owl-carousel
  .owl-item
  .item
  .elementor-widget-tfl-heading
  .elementor-widget-container
  .tfl-heading
  .tfl-subtitle {
  padding-left: 0;
}
.tf-team {
  max-width: 500px;
}
.tf-team .team-image {
  position: relative;
  overflow: hidden;
}
.tf-team .team-image:hover img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.tf-team .team-image:hover .outter-team-box-social {
  opacity: 1;
  transform: translateY(0px);
}
.tf-team
  .team-image:hover
  .outter-team-box-social
  .inner-team-box-social
  .big-detail {
  opacity: 1;
  transform: translateX(0px);
}
.tf-team .team-image img {
  transition: all 0.5s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  width: 100%;
}
.tf-team .team-image .outter-team-box-social {
  overflow: hidden;
  bottom: 20px;
  left: 20px;
  right: 20px;
  position: absolute;
  transition: all 0.3s;
  opacity: 0;
  transform: translateY(30px);
}
.tf-team
  .team-image
  .outter-team-box-social
  .inner-team-box-social
  ul.team-box-social {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  justify-content: center;
  background: #fff;
  width: 100%;
  align-items: center;
  border-radius: 3px;
  padding: 10px;
}
.tf-team
  .team-image
  .outter-team-box-social
  .inner-team-box-social
  ul.team-box-social
  li
  a {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
.tf-team
  .team-image
  .outter-team-box-social
  .inner-team-box-social
  .big-detail {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: all 0.8s;
  transform: translateX(50px);
}
.tf-team .team-content .team-box-social {
  margin: 0;
  list-style: none;
}
.tf-team .team-content .team-box-social li {
  display: inline-block;
}
.tf-team .team-name {
  margin-top: 0;
}
.themesflat-boxed {
  overflow: hidden;
}
.wpcf7 .wpcf7-form .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-form.sent .ajax-loader,
.wpcf7 .wpcf7-form.resetting .ajax-loader,
.wpcf7 .wpcf7-form.submitting .ajax-loader {
  display: inline-block;
}
.form-subscriber {
  border: 5px solid #005bc1;
  padding: 47px 95px 0px 95px;
}
.form-subscriber p {
  margin: 0;
}
.form-subscriber h3 {
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 11px;
  line-height: 1.1em;
  color: #005bc1;
  margin-bottom: -2px;
  margin-top: 0;
}
.form-subscriber .wrap-image {
  margin-right: 27px;
  margin-top: -14px;
  width: 70px;
  height: 70px;
}
.form-subscriber .wrap-content {
  padding: 0;
  width: calc(100% - 97px);
}
.form-subscriber h4 {
  font-size: 24px;
  line-height: 1.5em;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 0;
}
.form-subscriber .heading-form {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}
.form-subscriber .fomr-contact {
  position: relative;
}
.form-subscriber input {
  background: rgba(255, 255, 255, 0.051);
  color: #777;
  padding: 27px 80px 27px 29px;
  font-size: 13px;
  font-family: "Poppins";
  border: none;
  line-height: 1.3;
  outline: none;
  width: 100%;
}
.form-subscriber .btn {
  border: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 70px;
  width: 80px;
  border-radius: 0;
  background: #005bc1;
  transition: all 0.3s;
}
.form-subscriber .btn:hover {
  background: #fff;
}
.form-subscriber .btn:before {
  content: "\f1d8";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
body.home .tfl-button .tfl-content-wrapper a {
  padding: 22px 30px 22px 49px;
  min-width: 202px;
}
body.page-home-2 .brands-footer,
body.page-about-01 .brands-footer,
body.page-carrer .brands-footer,
body.page-why-choise-us .brands-footer,
body.page-faqs .brands-footer {
  display: none;
}
.tf-carousel-box .owl-next,
.tf-carousel-box .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.tf-carousel-box .owl-next {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.tf-carousel-box .owl-prev {
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  position: absolute;
  text-align: center;
  font-size: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  top: 40%;
  color: #fff;
  background-color: #005bc1;
  transition: all 0.3s;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: #11161e;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  display: flex;
  line-height: 1;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.no-arrow .owl-nav {
  display: none;
}
.social-share-article {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.social-share-article h6 {
  margin: 0;
}
.social-share-article .themesflat-socials {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.social-share-article .themesflat-socials li {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.show-on-991 {
  display: none;
}
body.single-services.elementor-page .entry-content,
body.single-portfolios.elementor-page .entry-content {
  margin-left: -15px;
  margin-right: -15px;
}
.container {
  max-width: 1200px;
}
body.single-portfolios:not(.elementor-page) .entry-content .portfolio-item {
  padding: 0;
}
.main-header-contact .call {
  margin-right: 1px;
}
.main-header-contact .call img {
  left: 32%;
  top: 34%;
}
.wrap-menu-on-slider {
  margin-top: -70px;
}
.wrap-menu-on-slider .elementor-widget-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.wrap-menu-on-slider .elementor-widget-wrap > .elementor-element {
  width: auto;
}
.elementor-widget-wp-widget-nav_menu .menu-slider-menu-container .menu {
  padding-left: 20px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.elementor-widget-wp-widget-nav_menu .menu-slider-menu-container .menu:before {
  content: "";
  position: absolute;
}
.elementor-widget-wp-widget-nav_menu .menu-slider-menu-container .menu li {
  margin-right: 30px;
}
.elementor-widget-wp-widget-nav_menu .menu-slider-menu-container .menu li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-family: "Poppins";
}
.elementor-widget-wp-widget-nav_menu
  .menu-slider-menu-container
  .menu
  li
  a:hover {
  color: #005bc1;
  transition: all 0.3s;
}
#white-mode .tp-bullets .tp-bullet:after {
  color: #11161e;
}
.tp-bullets {
  font-family: "Poppins";
}
.tp-bullets .tp-bullet {
  top: -47px !important;
  width: 60px;
  height: 10px;
  border-bottom: 2px solid #54545499;
  position: relative;
  background: transparent !important;
  cursor: pointer;
  left: 0 !important;
  top: 0;
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tp-bullets .tp-bullet:after {
  content: "00";
  position: absolute;
  right: -45px;
  top: 0;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.tp-bullets .tp-bullet:nth-child(1):after {
  content: "01";
}
.tp-bullets .tp-bullet:nth-child(2):after {
  content: "02";
}
.tp-bullets .tp-bullet:nth-child(3):after {
  content: "03";
}
.tp-bullets .tp-bullet:nth-child(4):after {
  content: "04";
}
.tp-bullets .tp-bullet:nth-child(5):after {
  content: "05";
}
.tp-bullets .tp-bullet:nth-child(6):after {
  content: "06";
}
.tp-bullets .tp-bullet:hover {
  width: 100px;
  border-bottom: 2px solid #005bc1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tp-bullets .selected {
  width: 100px;
  border-bottom: 2px solid #005bc1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.tp-bullets .selected:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
.elementor-widget-slider_revolution .custom .tp-bullet {
  width: 60px;
  position: relative;
}
.elementor-widget-slider_revolution .custom .tp-bullet.selected {
  width: 100px;
}
.standard_design .wp-block-search,
.standard_design .searchform {
  margin-bottom: 42px;
}
.standard_design .page-header .page-title .page-title-heading {
  margin: 0 0 4px;
}
.standard_design.blog .tf-custom-footer .elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}
.standard_design .blog-list .item,
.standard_design .blog-grid .item {
  margin-bottom: 50px;
}
.standard_design #comments #commentform .wrap-btn-submit {
  margin-top: 50px;
  margin-bottom: 13px;
}
.standard_design #comments .comment-list-wrap ol .children {
  margin-left: 100px;
}
.standard_design #comments .comment-list-wrap ol,
.standard_design #comments .comment-list-wrap ol ul {
  list-style: none;
}
.standard_design .page-header .page-title-heading {
  text-align: left;
}
.standard_design .widget-title {
  margin-top: 2px;
  margin-bottom: 28px;
}
.standard_design .widget_search h4 {
  padding-bottom: 20px;
}
.standard_design .sidebar .widget {
  padding: 43px 30px 49px;
}
.standard_design .sidebar .widget.tfl_widget_categories {
  padding-bottom: 38px;
}
.standard_design .sidebar .widget.widget_search {
  padding-top: 37px;
}
.standard_design .sidebar .widget.widget_search .wp-block-search {
  margin: 0;
}
.standard_design
  .sidebar
  .widget.widget_search
  .wp-block-search
  .wp-block-search__label {
  margin-bottom: 19px;
}
.standard_design .sidebar .widget.tfl-widget-portfolio-cats {
  padding: 25px 30px 38px;
}
.standard_design .themesflat_header_wrap {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
}
.standard_design .sidebar .widget.tfl-widget-author-box {
  padding-bottom: 41px;
}
.standard_design .inner-header .header-wrap {
  justify-content: flex-start;
  width: auto;
}
.standard_design .header .inner-header {
  max-width: 1611px;
  margin: auto;
}
.standard_design .header-wrap .header-ct-left {
  margin-top: 0px;
}
.standard_design .page-header .page-title-heading {
  display: inline-block;
}
.standard_design .page-header .page-title-heading:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 13px;
  right: -18px;
  width: 22px;
  height: 22px;
  background: #005bc1;
  border-radius: 50%;
}
.standard_design.page-projects .main-content {
  padding-bottom: 0;
}
.standard_design .blog-list .item .content-post,
.standard_design .blog-grid .item .content-post {
  padding-bottom: 43px;
}
.standard_design
  .blog-list
  .item
  .content-post
  .entry-box-title
  .wrap-entry-title
  .entry-title,
.standard_design
  .blog-grid
  .item
  .content-post
  .entry-box-title
  .wrap-entry-title
  .entry-title {
  margin-top: 0;
  margin-bottom: 18px;
}
.standard_design .blog-list .item .content-post .content-post-inner,
.standard_design .blog-grid .item .content-post .content-post-inner {
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
}
.standard_design footer .elementor-widget h5 {
  margin-top: 0;
}
.standard_design.single-post .featured-post .entry-meta .meta-left {
  background: #005bc1;
}
.standard_design.single-post #comments {
  margin-top: 59px;
}
.standard_design
  #comments
  .comment-list-wrap
  ol
  article.comment_wrap
  .comment_content {
  padding-top: 25px;
}
.standard_design.page-contact #main .entry-content h5 {
  margin-top: 0;
}
.standard_design.page-contact
  #main
  .entry-content
  .wpcf7-form
  .wrap-btn-submit {
  margin-top: 47px;
}
.standard_design.page-contact .main-content {
  padding-bottom: 0;
}
body.single-post.elementor-page .main-content .main-post .entry-content {
  margin-left: -15px;
  margin-right: -15px;
}
body.search.search-no-results .widget.widget_search {
  background: transparent;
  padding: 0;
  max-width: 500px;
  margin: auto;
}
body.search.search-no-results .wrap-content-area {
  text-align: center;
}
#comments .comment-list-wrap ul.children,
#comments .comment-list-wrap ol.comment-list {
  list-style: none;
}
.p-margin-0 p {
  margin: 0;
}
iframe.fullwidth {
  width: 100%;
}
.iziModal-content .fullwidth {
  width: 100%;
}
.tf-testimonial-carousel .item-testimonial .icon-quote img {
  width: auto;
}
.tf-testimonial-carousel .owl-dots {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.tf-testimonial-carousel .owl-dots .owl-dot {
  padding: 0;
  width: 10px;
  height: 10px;
  background: #0080f0;
  display: inline-block;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-grid .item .content-post .entry-box-title .wrap-entry-title .entry-title {
  margin-top: 0px;
}
.vertical-arrows .tf-testimonial-carousel .owl-dots {
  display: flex;
  flex-direction: column;
}
.vertical-arrows .tf-testimonial-carousel .owl-dots .owl-dot {
  margin-bottom: 10px !important;
}
.dark-mode .tf-testimonial-carousel .item .name:before {
  left: -10px;
}
.tf-testimonial-carousel .item .name {
  position: relative;
  z-index: 0;
}
.tf-testimonial-carousel .item .name:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #ffa800;
  display: block;
}
.tfl-widget-recent-news {
  background: #fff;
  padding: 30px;
}
.tfl_comments_widget {
  background: #fff;
  padding: 30px;
}
.tfl_comments_widget ul.tfl-ul li.recentcomments {
  display: flex;
  align-items: center;
}
.tfl_comments_widget ul.tfl-ul li.recentcomments:last-child {
  margin-bottom: 0;
}
.tfl_comments_widget ul.tfl-ul li.recentcomments .tfl-comment-link.wrap-avatar {
  width: 60px;
  height: 60px;
  margin-right: 12px;
  font-weight: 500;
  margin-bottom: 7px;
}
.tfl_comments_widget ul.tfl-ul li.recentcomments .tfl-comment-content {
  width: calc(100% - 72px);
}
.tfl_comments_widget
  ul.tfl-ul
  li.recentcomments
  .tfl-comment-content
  .tfl-comment-title
  .tfl-comment-link {
  line-height: 1.2;
  font-weight: 500;
}
.tfl_comments_widget
  ul.tfl-ul
  li.recentcomments
  .tfl-comment-content
  .tfl-comment-title
  .tfl-on-text {
  display: none;
}
.tfl_comments_widget ul.tfl-ul li.recentcomments .tfl-comment-content .fa-user {
  font-size: 12px;
  margin-right: 7px;
}
.hamela-iconbox .elementor-icon-box-title {
  margin-top: 5px;
}
.hamela-iconbox .elementor-icon-box-title > span {
  position: relative;
  z-index: 1;
}
.hamela-iconbox .elementor-icon-box-title > span:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #005bc1;
  position: absolute;
  border-radius: 50%;
  top: -4px;
  left: -8px;
  z-index: -1;
}
.hamela-iconbox-new .elementor-position-left.elementor-icon-box-icon {
  margin-top: 8px;
}
.hamela-iconbox-new .elementor-icon-box-title {
  margin-top: 0px;
}
.tf-tabs .tf-tabcontent .testimonial .name:before {
  background: #005bc1;
}
.wpcf7-form .contact-new input,
.wpcf7-form .contact-new textarea,
.wpcf7-form .contact-new select {
  background-color: #fff;
  height: 60px;
  color: #777;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
}
.wpcf7-form .contact-new .nice-select {
  border-width: 1px;
}
.wpcf7-form .contact-new .nice-select,
.wpcf7-form .contact-new .nice-select .current {
  color: #777;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 16px;
}
.wpcf7-form .contact-new .nice-select:after {
  border-bottom: 2px solid #777;
  border-right: 2px solid #777;
}
.wpcf7-form .contact-new input::-webkit-input-placeholder,
.wpcf7-form .contact-new input:-ms-input-placeholder,
.wpcf7-form .contact-new input::placeholder,
.wpcf7-form .contact-new textarea::-webkit-input-placeholder,
.wpcf7-form .contact-new textarea:-ms-input-placeholder,
.wpcf7-form .contact-new textarea::placeholder {
  color: #777;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 18px;
}
.wpcf7-form .contact-new input[type="submit"] {
  color: #11161e;
  text-transform: uppercase;
  background: #005bc1;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.wpcf7-form .contact-new input[type="submit"]:hover {
  color: #fff;
  background: #005bc1;
}
.wpcf7-form .contact-new .wpcf7-checkbox label {
  display: flex;
  flex-direction: row-reverse;
  max-width: 370px;
}
.wpcf7-form .contact-new input[type="radio"],
.wpcf7-form .contact-new input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: 3px;
}
.wpcf7-form .contact-new.s2 textarea {
  min-height: 130px;
}
ul.custom-icon-list {
  margin: 23px 0;
  list-style: none;
}
ul.custom-icon-list li {
  position: relative;
  padding: 6px 0px 6px 23px;
}
ul.custom-icon-list li:before {
  content: "\f107";
  font-family: "hamela-digital-icon";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #005bc1;
  border-radius: 50%;
  color: #fff;
  font-size: 7px;
}
.hamela-tab.elementor-widget-tabs .elementor-tab-content {
  padding: 14px 0px;
}
.hamela-tab.elementor-widget-tabs .elementor-tabs-wrapper {
  border-bottom: 3px solid #fff;
  overflow: visible;
}
.hamela-tab.elementor-widget-tabs .elementor-tab-title.elementor-active {
  position: relative;
}
.hamela-tab.elementor-widget-tabs .elementor-tab-title.elementor-active:after {
  width: 100% !important;
  height: 3px !important;
  position: absolute;
  left: 0 !important;
  bottom: -3px !important;
  background: #005bc1;
}
.hamela-imagebox .elementor-image-box-content {
  padding: 0px 18px;
}
.hamela-accordion .elementor-accordion-item {
  margin-bottom: 20px;
}
.font-w-400 {
  font-weight: 400;
}
.tf-imagebox {
  position: relative;
  overflow: hidden;
}
.tf-imagebox .image {
  margin-bottom: 30px;
}
.tf-imagebox .title {
  font-family: "Oswald";
  font-size: 22px;
  font-weight: 500;
}
.tf-imagebox .sub-title {
  margin-bottom: -6px;
}
.tf-imagebox .content {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  transition: all 0.7s;
}
.tf-imagebox .content.content-one {
  display: flex;
  align-items: center;
}
.tf-imagebox .content.content-one .title {
  margin: 0px !important;
}
.tf-imagebox .content.content-two {
  opacity: 0;
  visibility: hidden;
  bottom: -100%;
  padding: 22px 22px 0px 35px !important;
}
.tf-imagebox .content.content-two .wrap-icon {
  position: absolute;
  bottom: 14px;
  right: 1px;
  font-size: 70px !important;
  color: #777 !important;
}
.tf-imagebox .content .description ul {
  list-style: none;
  margin: 0;
}
.tf-imagebox .content .description ul li {
  position: relative;
  padding: 7px 0;
}
.tf-imagebox .content .description ul li:before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  margin-right: 8px;
  color: #005bc1;
}
.tf-imagebox:hover .content.content-one {
  bottom: -100%;
  opacity: 0;
  visibility: hidden;
}
.tf-imagebox:hover .content.content-two {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
.tf-imagebox .tf-button-container.center {
  text-align: center;
}
.tf-imagebox .tf-button-container.right {
  text-align: right;
}
.tf-imagebox .tf-button-container.left {
  text-align: left;
}
.tf-imagebox .tf-button-container.justify .tf-button {
  text-align: center;
  width: 100%;
}
.tf-imagebox .tf-button-container .tf-button {
  display: inline-block;
  transition: all 0.3s;
  padding: 8px 35px 40px 35px;
  margin: 20px 0px -42px 0px;
  border-radius: 50%;
}
.wpcf7-form .contact-home4 .wpcf7-form-control-wrap {
  margin-bottom: 0px;
}
.wpcf7-form .contact-home4 .wpcf7-form-control-wrap input::placeholder {
  color: #000;
}
.wpcf7-form .contact-home4 .input-filled {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.wpcf7-form .contact-home4 .input-filled label {
  position: absolute;
  top: 7px;
  left: 13px;
  color: #777;
  z-index: 1;
  margin: 0;
  font-weight: 600;
  font-size: 14px;
}
.wpcf7-form .contact-home4 .input-filled .input-icon {
  position: absolute;
  top: 50%;
  right: 14px;
  font-size: 20px;
  color: #777;
  -webkit-transform: translate(0, -50%);
  -khtml-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
}
.wpcf7-form
  .contact-home4
  .input-filled
  .wpcf7-form-control:not(.wpcf7-submit) {
  height: 67px;
  padding-left: 13px;
  padding-top: 18px;
  padding-bottom: 0;
  font-size: 14px;
  color: #000;
  background-color: #fff;
  border: 1px solid #f6f6f6;
  font-weight: 700;
}
.wpcf7-form .contact-home4 .wpcf7-form-control.wpcf7-submit {
  margin-top: 27px;
  color: #fff;
  background: #000;
  text-transform: uppercase;
  font-family: "Oswald";
  font-size: 14px;
  font-weight: 600;
  padding: 15px 0;
  border-radius: 5px;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  display: inherit;
  transition: all 0.3s;
}
.wpcf7-form .contact-home4 .wpcf7-form-control.wpcf7-submit:hover {
  background: #005bc1;
  border-color: #005bc1;
  cursor: pointer;
}
.list-items {
  list-style-type: none;
  margin: 0;
}
.list-items .list-item {
  display: flex;
  align-items: center;
}
.list-items .list-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
.list-items .list-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: scale(1.15);
  z-index: -1;
  border: 5px solid rgba(255, 255, 255, 0.1);
}
.list-items .list-icon:after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.list-items .number {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -2px;
  height: 37px;
  width: 37px;
  font-size: 16px;
  font-family: "Oswald";
  font-weight: 500;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #f2dbdb;
}
.list-items .title {
  display: block;
  font-size: 22px;
  font-family: "Oswald";
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4px;
}
.list-items .desc {
  display: block;
  font-size: 16px;
  font-family: "Open Sans";
  line-height: 32px;
  margin-bottom: 8px;
}
.list-items.default .list-icon:before {
  display: none;
}
.list-items.default .list-icon:after {
  display: none;
}
.list-items.default .desc {
  margin-bottom: 0px;
}
body.elementor-editor-active #preloader {
  display: none;
}
#preloader {
  max-width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.loader-icon {
  width: 80px;
  height: 80px;
  border: 2px solid #005bc1;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto;
}
.loader-icon-2 {
  width: 80px;
  height: 80px;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto;
}
.loader-icon-3 {
  width: 80px;
  height: 80px;
  border: 2px solid #222;
  border-right-color: transparent;
  border-radius: 50%;
  position: relative;
  animation: loader-rotate 1s linear infinite;
  margin: 0 auto;
}
.load-holder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.load {
  display: flex;
  position: relative;
  animation: rotateLoad infinite linear 1s;
}
.load.mini {
  width: 15px;
  height: 15px;
}
.load.little {
  width: 25px;
  height: 25px;
}
.load {
  width: 60px;
  height: 60px;
}
.load:before,
.load:after {
  display: flex;
  position: absolute;
  content: "";
  background: #005bc1;
  border-radius: 50%;
  width: 55%;
  height: 55%;
}
.load:before {
  right: 0;
  bottom: 0;
  animation: scaleChange_1 infinite linear 1s;
}
.load:after {
  top: 0;
  left: 0;
  animation: scaleChange_2 infinite linear 1s;
}
.load.dark:before,
.load.dark:after {
  background: transparent;
}
.load.mini:after {
  border-width: 2px;
}
.load.little:after {
  border-width: 3px;
}
.load:after {
  border-width: 8px;
}
.load-2 {
  display: flex;
  position: relative;
  animation: rotateLoad infinite linear 1s;
}
.load-2.mini {
  width: 15px;
  height: 15px;
}
.load-2.little {
  width: 25px;
  height: 25px;
}
.load-2 {
  width: 60px;
  height: 60px;
}
.load-2:before,
.load-2:after {
  display: flex;
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 50%;
  width: 55%;
  height: 55%;
}
.load-2:before {
  right: 0;
  bottom: 0;
  animation: scaleChange_1 infinite linear 1s;
}
.load-2:after {
  top: 0;
  left: 0;
  animation: scaleChange_2 infinite linear 1s;
}
.load-2.dark:before,
.load-2.dark:after {
  background: transparent;
}
.load-2.mini:after {
  border-width: 2px;
}
.load-2.little:after {
  border-width: 3px;
}
.load-2:after {
  border-width: 8px;
}
.load-3 {
  display: flex;
  position: relative;
  animation: rotateLoad infinite linear 1s;
}
.load-3.mini {
  width: 15px;
  height: 15px;
}
.load-3.little {
  width: 25px;
  height: 25px;
}
.load-3 {
  width: 60px;
  height: 60px;
}
.load-3:before,
.load-3:after {
  display: flex;
  position: absolute;
  content: "";
  background: #222;
  border-radius: 50%;
  width: 55%;
  height: 55%;
}
.load-3:before {
  right: 0;
  bottom: 0;
  animation: scaleChange_1 infinite linear 1s;
}
.load-3:after {
  top: 0;
  left: 0;
  animation: scaleChange_2 infinite linear 1s;
}
.load-3.dark:before,
.load-3.dark:after {
  background: transparent;
}
.load-3.mini:after {
  border-width: 2px;
}
.load-3.little:after {
  border-width: 3px;
}
.load-3:after {
  border-width: 8px;
}
.spin-load-holder {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.spin-load-1 {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #9370db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin-top: 5px;
}
.spin-load-1:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #ba55d3;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
.spin-load-1:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f0f;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.loader-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #000;
}
.cssload-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78.284271247462px;
  height: 78.284271247462px;
  margin-left: -39.142135623731px;
  margin-top: -39.142135623731px;
  border-radius: 100%;
  animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: linear;
  -o-animation-timing-function: linear;
  -ms-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-duration: 2.4s;
  -o-animation-duration: 2.4s;
  -ms-animation-duration: 2.4s;
  -webkit-animation-duration: 2.4s;
  -moz-animation-duration: 2.4s;
}
.cssload-loader .cssload-side {
  display: block;
  width: 10px;
  height: 33px;
  background-color: #005bc1;
  margin: 3px;
  position: absolute;
  border-radius: 50%;
  animation-duration: 0.895s;
  -o-animation-duration: 0.895s;
  -ms-animation-duration: 0.895s;
  -webkit-animation-duration: 0.895s;
  -moz-animation-duration: 0.895s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-timing-function: ease;
  -o-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
}
.cssload-loader .cssload-side:nth-child(1),
.cssload-loader .cssload-side:nth-child(5) {
  transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  animation-name: cssload-rotate0;
  -o-animation-name: cssload-rotate0;
  -ms-animation-name: cssload-rotate0;
  -webkit-animation-name: cssload-rotate0;
  -moz-animation-name: cssload-rotate0;
}
.cssload-loader .cssload-side:nth-child(3),
.cssload-loader .cssload-side:nth-child(7) {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  animation-name: cssload-rotate90;
  -o-animation-name: cssload-rotate90;
  -ms-animation-name: cssload-rotate90;
  -webkit-animation-name: cssload-rotate90;
  -moz-animation-name: cssload-rotate90;
}
.cssload-loader .cssload-side:nth-child(2),
.cssload-loader .cssload-side:nth-child(6) {
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  animation-name: cssload-rotate45;
  -o-animation-name: cssload-rotate45;
  -ms-animation-name: cssload-rotate45;
  -webkit-animation-name: cssload-rotate45;
  -moz-animation-name: cssload-rotate45;
}
.cssload-loader .cssload-side:nth-child(4),
.cssload-loader .cssload-side:nth-child(8) {
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  animation-name: cssload-rotate135;
  -o-animation-name: cssload-rotate135;
  -ms-animation-name: cssload-rotate135;
  -webkit-animation-name: cssload-rotate135;
  -moz-animation-name: cssload-rotate135;
}
.cssload-loader .cssload-side:nth-child(1) {
  top: 39.142135623731px;
  left: 78.284271247462px;
  margin-left: -5px;
  margin-top: -16px;
}
.cssload-loader .cssload-side:nth-child(2) {
  top: 67.213203431093px;
  left: 67.213203431093px;
  margin-left: -5px;
  margin-top: -16px;
}
.cssload-loader .cssload-side:nth-child(3) {
  top: 78.284271247462px;
  left: 39.142135623731px;
  margin-left: -5px;
  margin-top: -16px;
}
.cssload-loader .cssload-side:nth-child(4) {
  top: 67.213203431093px;
  left: 11.071067816369px;
  margin-left: -5px;
  margin-top: -16px;
}
.cssload-loader .cssload-side:nth-child(5) {
  top: 39.142135623731px;
  left: 0px;
  margin-left: -5px;
  margin-top: -16px;
}
.cssload-loader .cssload-side:nth-child(6) {
  top: 11.071067816369px;
  left: 11.071067816369px;
  margin-left: -5px;
  margin-top: -16px;
}
.cssload-loader .cssload-side:nth-child(7) {
  top: 0px;
  left: 39.142135623731px;
  margin-left: -5px;
  margin-top: -16px;
}
.cssload-loader .cssload-side:nth-child(8) {
  top: 11.071067816369px;
  left: 67.213203431093px;
  margin-left: -5px;
  margin-top: -16px;
}
.sk-circle {
  margin: 100px auto;
  width: 70px;
  height: 70px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.pulse-loader {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.double-bounce3,
.double-bounce4 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #005bc1;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce4 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.double-bounce5,
.double-bounce6 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #222;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce6 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.saquare-loader-1 {
  width: 40px;
  height: 40px;
  background-color: #005bc1;
  margin: 0px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.saquare-loader-2 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  margin: 0px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.saquare-loader-3 {
  width: 40px;
  height: 40px;
  background-color: #222;
  margin: 0px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
}
.line-loader {
  margin: 0px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.line-loader > div {
  background-color: #005bc1;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.line-loader .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.line-loader .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.line-loader .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.line-loader .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.line-loader-2 {
  margin: 0px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.line-loader-2 > div {
  background-color: #fff;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.line-loader-2 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.line-loader-2 .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.line-loader-2 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.line-loader-2 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.line-loader-3 {
  margin: 0px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}
.line-loader-3 > div {
  background-color: #222;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.line-loader-3 .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.line-loader-3 .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.line-loader-3 .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.line-loader-3 .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@keyframes loader-rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateLoad {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes scaleChange_1 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes scaleChange_2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@-webkit-keyframes cssload-rotate0 {
  0% {
    -webkit-transform: rotate(0deg);
  }
  60% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  60% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@-webkit-keyframes cssload-rotate90 {
  0% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  60% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
@keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes cssload-rotate45 {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  60% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  60% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@-webkit-keyframes cssload-rotate135 {
  0% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  60% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  100% {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}
@keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@-webkit-keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
body.logo_preloader {
  background: none;
  visibility: hidden;
}
#logo_preloader {
  visibility: visible;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto;
  margin: 0;
  z-index: 9999999999;
}
#logo_preloader.logo_preloader_number:before,
#logo_preloader.logo_preloader_progress:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.01)
  );
  background-image: -moz-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.01)
  );
  background-image: -ms-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.01)
  );
  background-image: -o-radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.01)
  );
  background-image: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.01)
  );
}
#logo_preloader.complete {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear 0.5s;
  -moz-transition: opacity 0.2s linear 0.5s;
  -ms-transition: opacity 0.2s linear 0.5s;
  -o-transition: opacity 0.2s linear 0.5s;
  transition: opacity 0.2s linear 0.5s;
}
#logo_preloader.logo_preloader_line {
  height: 2px;
  bottom: auto;
}
#logo_preloader.logo_preloader_number .logo_preloader_percentage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100px;
  height: 100px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  line-height: 100px;
  font-size: 20px;
  font-family: Impact, Arial;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#logo_preloader.logo_preloader_number .logo_preloader_percentage > div {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  border: 4px solid transparent;
  border-left-color: #fff;
  border-radius: 50%;
  -webkit-animation: rotate_logo 0.8s linear infinite;
  -moz-animation: rotate_logo 0.8s linear infinite;
  -ms-animation: rotate_logo 0.8s linear infinite;
  -o-animation: rotate_logo 0.8s linear infinite;
  animation: rotate_logo 0.8s linear infinite;
}
#logo_preloader.logo_preloader_line .logo_preloader_loader {
  position: absolute;
  height: 100%;
  left: 0;
}
#logo_preloader.logo_preloader_line .logo_preloader_peg {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100px;
  opacity: 0.5;
}
#logo_preloader.logo_preloader_text .logo_preloader_loader {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.2;
  left: 50%;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  height: 80px;
  line-height: 80px;
  margin: auto;
  letter-spacing: -4px;
  font-size: 55px;
  white-space: nowrap;
}
#logo_preloader.logo_preloader_text .logo_preloader_loader div {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0%;
  background-color: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#logo_preloader.logo_preloader_scale_text .logo_preloader_loader {
  color: #fff;
  position: absolute;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  top: 0;
  bottom: 0;
  left: 50%;
  height: 32px;
  line-height: 32px;
  margin: auto;
  letter-spacing: 1px;
  font-size: 32px;
  white-space: nowrap;
}
#logo_preloader.logo_preloader_scale_text .logo_preloader_loader span {
  display: inline-block;
  -webkit-transform: scale_logo(0);
  -moz-transform: scale_logo(0);
  -ms-transform: scale_logo(0);
  -o-transform: scale_logo(0);
  transform: scale_logo(0);
}
#logo_preloader.logo_preloader_scale_text .logo_preloader_loader span.loaded {
  -webkit-animation: scale_logo 0.2s forwards;
  -moz-animation: scale_logo 0.2s forwards;
  -ms-animation: scale_logo 0.2s forwards;
  -o-animation: scale_logo 0.2s forwards;
  animation: scale_logo 0.2s forwards;
}
#logo_preloader.logo_preloader_logo .logo_preloader_loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  overflow: hidden;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 5px;
}
#logo_preloader.logo_preloader_logo .logo_preloader_loader div {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  height: 100%;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#logo_preloader.logo_preloader_logo .logo_preloader_percentage {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 40px;
  line-height: 40px;
  margin: 0;
  color: #072e77;
  text-align: center;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  padding-top: 10px;
}
#logo_preloader.logo_preloader_progress .logo_preloader_percentage {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #aaa;
  color: rgba(255, 255, 255, 0.1);
  font-family: Impact, Arial;
  font-size: 20px;
  text-align: center;
}
#logo_preloader.logo_preloader_progress .logo_preloader_loader {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 60%;
  height: 2px;
  margin: -10px auto auto auto;
  background-color: rgba(0, 0, 0, 0.1);
}
#logo_preloader.logo_preloader_progress .logo_preloader_meter {
  width: 0;
  height: 100%;
  margin: auto;
  padding: 0;
  background-color: #c76363;
}
@-webkit-keyframes rotate_logo {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes rotate_logo {
  0% {
    -moz-transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes rotate_logo {
  0% {
    -ms-transform: rotate(0);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes rotate_logo {
  0% {
    -o-transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes rotate_logo {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes scale_logo {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale_logo {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  50% {
    -moz-transform: scale(2);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes scale_logo {
  0% {
    -ms-transform: scale(0);
    opacity: 0;
  }
  50% {
    -ms-transform: scale(2);
    opacity: 0.5;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes scale_logo {
  0% {
    -o-transform: scale(0);
    opacity: 0;
  }
  50% {
    -o-transform: scale(2);
    opacity: 0.5;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale_logo {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media only screen and (max-width: 800px) {
  #logo_preloader.logo_preloader_scale_text .logo_preloader_loader {
    height: 22px;
    line-height: 22px;
    font-size: 22px;
  }
}
.mobile-menu-overlay,
.btn-menu-mobile,
.btn-menu-only,
.mobile-menu-alignment-center .mainnav-mobi {
  display: none;
}
.tf-custom-header {
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
}
.tf-custom-header #header.tfl-menu-has-container:before {
  max-width: 1170px;
  margin: auto;
}
.tf-custom-header .tf-nav-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.tf-custom-header .tf-nav-menu .wrap-logo-nav {
  min-width: 130px;
  margin-right: 176px;
  margin-top: 11px;
}
.nav-wrap .mainnav .menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
}
.nav-wrap .mainnav .menu ul.sub-menu .current-menu-item > a,
.nav-wrap .mainnav .menu ul.sub-menu .current_page_item > a,
.nav-wrap .mainnav .menu ul.sub-menu .current-menu-ancestor > a,
.nav-wrap .mainnav .menu ul.sub-menu .current-menu-parent > a {
  color: #ffa800;
}
.nav-wrap .mainnav .menu ul.sub-menu li {
  transition: all 0.3s;
  border-top: 1px solid #e2e2e2;
}
.nav-wrap .mainnav .menu ul.sub-menu li:first-child {
  border-top: 0;
}
.nav-wrap .mainnav .menu ul.sub-menu li a {
  position: relative;
}
.nav-wrap .mainnav .menu ul.sub-menu li a:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
  width: 0px;
  height: 2px;
  left: 0;
  background: #ffa800;
}
.nav-wrap .mainnav .menu ul.sub-menu li:hover a {
  transform: translateX(10px);
}
.nav-wrap .mainnav .menu ul.sub-menu li:hover a:before {
  width: 10px;
}
.nav-wrap .mainnav .menu li {
  position: relative;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  list-style: none;
}
.nav-wrap .mainnav .menu li.menu-item-has-children > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  font-size: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-wrap .mainnav .menu li a {
  color: #fff;
  padding: 45px 0;
  display: block;
  text-decoration: none;
  line-height: 1.3;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins";
  transition: all 0.3s;
}
.nav-wrap .mainnav .menu li a:hover {
  color: #ffa800;
}
.nav-wrap .mainnav .menu li a i {
  display: none;
}
.nav-wrap .mainnav .menu ul.sub-menu li a {
  line-height: 1.3;
  font-style: normal;
  font-size: 14px;
  font-weight: 500;
  font-family: "Poppins";
  text-transform: capitalize;
}
.main-header-contact p {
  margin: 0;
}
.main-header-contact .text-phone {
  color: #fff;
  padding: 24px 31px;
}
.main-header-contact .text-phone a {
  color: #fff;
}
.main-header-contact .text-phone a:hover {
  color: #ffa800;
}
.main-header-contact .text-phone span {
  display: block;
  font-size: 24px;
  font-weight: bold;
  float: left;
  font-family: "Poppins";
}
.main-header-contact .text-phone p {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  text-align: end;
  margin: 0;
  padding: 0;
  margin-bottom: 9px;
}
.header-wrap {
  display: flex;
  align-items: center;
  min-height: 110px;
  justify-content: space-between;
  width: 100%;
}
#header #logo {
  display: flex;
  align-items: center;
}
#header .icon-header {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -9px;
}
#header .icon-header2 {
  position: absolute;
  z-index: 1;
  top: 173px;
  right: 0;
}
#header .icon-header3 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -9px;
}
.header-wrap .header-ct-left {
  margin-right: 183px;
}
.header-style3 .nav-wrap .mainnav > ul.menu > li {
  padding: 0 15px;
}
.header-style3 .header-wrap .header-ct-left {
  margin-right: 120px;
}
.main-header-contact {
  float: right;
  display: flex;
}
.header .inner-header {
  max-width: 1200px;
  margin: auto;
}
.main-header-contact a.call {
  width: 110px;
  height: 110px;
  background: #005bc1;
  position: relative;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header-contact a.call i {
  color: #fff;
  font-size: 30px;
}
.main-header-contact a.call img {
  position: absolute;
  left: 31%;
  top: 32%;
}
.main-header-contact a.call:hover {
  background: #11161e;
}
.themesflat_header_wrap {
  position: relative;
  z-index: 9999;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0);
}
.themesflat_header_wrap.header-style1 {
  position: relative;
  background: rgba(255, 255, 255, 0);
}
.themesflat_header_wrap.header-style1 .header-wrap {
  float: left;
}
.themesflat_header_wrap.header-style2 {
  position: absolute;
}
.themesflat_header_wrap.header-style3 {
  position: absolute;
}
.themesflat_header_wrap.header-style3 #header:before {
  left: 50%;
  right: unset;
  max-width: 1170px;
  transform: translateX(-50%);
}
.themesflat_header_wrap.header-style3 #header .inner-header {
  max-width: 1200px;
  margin: auto;
}
.themesflat_header_wrap.header-style3
  #header
  .inner-header
  .header-wrap
  .header-ct-left {
  margin-left: 0;
}
.themesflat_header_wrap.light-mode-yes .nav-wrap .mainnav .menu li a {
  color: #11161e;
}
.themesflat_header_wrap .header:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.main-header-contact .text-phone a span:hover {
  color: #005bc1;
}
.header-sticky {
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.09);
}
.themesflat_header_wrap.header-sticky {
  z-index: 9999;
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation-name: fadeInDown;
  -webkit-animation-duration: 0.8s;
  animation-name: fadeInDown;
  animation-duration: 0.8s;
  background: #11161e;
}
.themesflat_header_wrap.header-sticky .header:before,
.themesflat_header_wrap.header-sticky .icon-header2,
.themesflat_header_wrap.header-sticky .icon-header {
  display: none;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
.themesflat_header_wrap.tf-custom-header.header-sticky {
  background: #fff;
}
.themesflat_header_wrap.tf-custom-header.header-sticky
  .main-header-contact
  .text-phone {
  color: #11161e;
}
.themesflat_header_wrap.tf-custom-header.header-sticky
  .main-header-contact
  .text-phone
  a {
  color: #11161e;
}
.themesflat_header_wrap.tf-custom-header.header-sticky .dark-mode-yes {
  background: #11161e;
}
.themesflat_header_wrap.tf-custom-header.header-sticky
  .dark-mode-yes
  .main-header-contact
  .text-phone {
  color: #fff;
}
.themesflat_header_wrap.tf-custom-header.header-sticky
  .dark-mode-yes
  .main-header-contact
  .text-phone
  a {
  color: #fff;
}
.themesflat_header_wrap.tf-custom-header.header-sticky
  .canvas-nav-wrap
  .main-header-contact
  .text-phone {
  color: #fff;
}
.themesflat_header_wrap.tf-custom-header.header-sticky
  .canvas-nav-wrap
  .main-header-contact
  .text-phone
  a {
  color: #fff;
}
.nav-wrap .mainnav .menu li {
  overflow: hidden;
}
.nav-wrap .mainnav .menu li:hover {
  overflow: visible;
}
ul.sub-menu {
  opacity: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-width: 200px;
  text-align: left;
  transform: translate(0, 30px);
  position: absolute;
  top: 100%;
  background: #fff;
  left: 0;
  visibility: hidden;
  z-index: 1;
  padding: 0;
  box-shadow: 0px 0px 50px 10px #0000001a;
  -webkit-box-shadow: 0px 0px 50px 10px #0000001a;
  -moz-box-shadow: 0px 0px 50px 10px #0000001a;
  transition: all 0.3s;
}
.menu li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  left: 0;
  transform: translate(0, 0);
}
.nav-wrap .mainnav .menu li ul.sub-menu li {
  margin: 0;
}
.nav-wrap .mainnav .menu li ul.sub-menu li a {
  padding: 12px 15px;
  color: #203b48;
}
.nav-wrap .mainnav .menu li ul.sub-menu li:hover > a {
  color: #ffa800;
}
.nav-wrap .mainnav .menu li ul.sub-menu li.menu-item-has-children a:after {
  content: "\f054";
  right: 15px;
  font-size: 10px;
  left: unset;
}
.nav-wrap .mainnav .menu li ul.sub-menu li:hover ul.sub-menu {
  transform: translate(0px, 0px);
}
.nav-wrap .mainnav .menu li ul.sub-menu li.menu-item-has-children:hover a {
  transform: translate(0px, 0px);
}
.nav-wrap
  .mainnav
  .menu
  li
  ul.sub-menu
  li.menu-item-has-children:hover
  a:before {
  display: none;
}
.nav-wrap .mainnav .menu li ul.sub-menu li.menu-item-has-children:after {
  display: none;
}
.nav-wrap .mainnav .menu li ul.sub-menu ul.sub-menu {
  left: 100%;
  top: 0;
  transform: translate(30px, 0px);
}
.nav-wrap .mainnav .menu li ul.sub-menu ul.sub-menu li a:after {
  display: none;
}
.nav-wrap .mainnav .menu > li.menu-item-has-children > a {
  padding-right: 12px;
}
.nav-wrap .mainnav .menu > li > a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
}
.nav-wrap .mainnav .menu > li > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 40px;
  background: #ffa800;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.nav-wrap .mainnav .menu > li > a:hover:before,
.nav-wrap .mainnav .menu > li > a:active:before {
  right: 0;
}
.nav-wrap .mainnav .menu ul.sub-menu > li > a:before {
  background: #ffa800;
}
.page-header {
  background: #11161e;
  position: relative;
}
.page-header .page-title .page-title-heading {
  color: #fff;
  position: relative;
  z-index: 0;
  word-break: break-word;
}
.page-header .page-title .overlay {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.page-header .page-title.center {
  text-align: center;
}
.page-header .page-title.center .page-title-heading {
  text-align: center;
}
.page-header .page-title.center .breadcrumb-trail {
  display: flex;
  justify-content: center;
}
.page-header .page-title.center .page-title-heading:after {
  display: none;
}
.page-header .page-title.right {
  text-align: right;
}
.page-header .page-title.right .page-title-heading {
  text-align: right;
}
.page-header .page-title.right .breadcrumb-trail {
  display: flex;
  justify-content: flex-end;
}
.page-header .page-title.right .page-title-heading:after {
  display: none;
}
.page-header .page-title .breadcrumb-trail {
  padding: 20px 0;
}
.page-header .page-title .breadcrumb-trail a {
  font-size: 16px;
  transition: all 0.3s;
  color: #fff;
}
.page-header .page-title .breadcrumb-trail a:hover {
  color: #d98f00;
}
.page-header .page-title .breadcrumb-trail > span {
  color: #d98f00;
  font-size: 16px;
  font-weight: 400;
}
.page-header .page-title .breadcrumb-trail span.sep {
  margin: 0 0px;
  color: #fff;
}
.page-header .page-title .breadcrumb-trail span.sep i {
  font-family: "FontAwesome";
  font-weight: unset;
}
.page-header .page-title .breadcrumb-trail span.sep i.fa-angle-right:before,
.page-header .page-title .breadcrumb-trail span.sep i.fa-chevron-right:before {
  content: "";
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: -1px;
  left: -2px;
  position: relative;
}
.nav-wrap .mainnav > ul.menu {
  margin: 0 -20px;
}
.nav-wrap .mainnav > ul.menu > li {
  padding: 0 20px;
}
.standard_design .themesflat_header_wrap.header-style4 {
  background: #fff;
  position: relative;
  left: unset;
  right: unset;
}
.standard_design
  .themesflat_header_wrap.header-style4
  .inner-header
  .header-wrap {
  justify-content: space-between;
  width: 100%;
}
.standard_design .themesflat_header_wrap.header-style4 .header-wrap {
  min-height: 92px;
}
.standard_design
  .themesflat_header_wrap.header-style4
  .nav-wrap
  .mainnav
  .menu
  > li
  > a {
  padding: 35px 0;
}
.standard_design
  .themesflat_header_wrap.header-style4
  .header-wrap
  .header-ct-left {
  margin-left: 0;
}
.standard_design
  .themesflat_header_wrap.header-style4
  .nav-wrap
  .mainnav
  .menu
  > li.menu-item-has-children
  > a {
  padding-right: 12px;
}
.standard_design
  .themesflat_header_wrap.header-style4
  .nav-wrap
  .mainnav
  .menu
  > li
  > a:before {
  bottom: 27px;
}
.standard_design .themesflat_header_wrap.header-style4 .header-ct-right {
  display: flex;
}
.standard_design .themesflat_header_wrap.header-style4 .header {
  position: relative;
}
.standard_design .themesflat_header_wrap.header-style4 .header:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
}
.standard_design .themesflat_header_wrap.header-style4 .inner-header {
  z-index: 1;
  position: relative;
}
.show-search {
  position: relative;
}
.show-search > a {
  width: 50px;
  min-height: 90px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  font-size: 20px;
  margin-left: 25px;
}
.show-search .top-search {
  line-height: normal;
  position: absolute;
  right: 0;
  top: 120%;
  width: 300px;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.show-search .top-search.show {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  top: 100%;
}
.show-search .widget_search .search-form label input {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 400;
  padding: 18px 30px;
  line-height: 1.3;
  border-radius: 8px;
  width: 100%;
  background: #f3f3f4;
  border: 1px solid #11161e1a;
  outline: none;
  height: auto;
}
.show-search .widget_search .search-form button {
  font-size: 20px;
  border: 0;
  width: 58px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
}
.show-search .widget_search .search-form button i {
  color: #005bc1;
}
.themesflat-top {
  background: #11161e;
  color: #fff;
  font-family: "Oswald";
  font-size: 12px;
}
.themesflat-top .container-inside {
  display: flex;
  justify-content: space-between;
}
.themesflat-top i {
  font-size: 17px;
  margin-right: 3px;
}
.themesflat-top ul {
  list-style: none;
  margin: 0;
}
.themesflat-top ul li {
  display: inline-block;
  margin-left: 23px;
  text-align: left;
  position: relative;
}
.themesflat-top ul li:first-child {
  margin-left: 0;
}
.themesflat-top .content-left {
  display: flex;
  align-items: center;
}
.themesflat-top .content-right {
  display: flex;
  align-items: center;
}
.themesflat-top .btn-topbar {
  border-radius: 0;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-left: 28px;
  display: inline-block;
  background: #ffa800;
  color: #11161e;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  transition: all 0.3s;
}
.themesflat-top .btn-topbar:hover {
  color: #fff;
}
footer .elementor-container .elementor-widget-text-editor.copyright-text p {
  font-family: "Poppins";
  font-size: 16px;
  color: #fff;
  padding: 10px 0;
  line-height: 1.3;
}
footer ul#menu-copyright {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -17px;
}
footer ul#menu-copyright li {
  padding: 0 17px;
}
footer ul#menu-copyright li a {
  text-transform: uppercase;
  position: relative;
}
footer ul#menu-copyright li a:hover {
  color: #005bc1;
}
footer a {
  transition: all 0.3s;
}
footer .tfl-column1 {
  width: 25% !important;
}
footer .tfl-column2 {
  width: 16.77777% !important;
}
footer .tfl-column3 {
  width: 16.77777% !important;
}
footer .tfl-column4 {
  width: 16.77777% !important;
}
footer .tfl-column5 {
  width: 25% !important;
}
footer .tfl-column5 .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
  grid-gap: initial;
}
footer .tfl-column5 .gallery .gallery-item {
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  padding-right: 5px;
  padding-left: 5px;
}
footer .tfl-column5 .gallery .gallery-item .gallery-icon a {
  position: relative;
  z-index: 0;
  display: block;
  color: #11161e;
}
footer .tfl-column5 .gallery .gallery-item .gallery-icon a:hover:before {
  opacity: 0.7;
  visibility: visible;
}
footer .tfl-column5 .gallery .gallery-item .gallery-icon a:hover:after {
  opacity: 1;
  visibility: visible;
  color: #fff;
}
footer .tfl-column5 .gallery .gallery-item .gallery-icon a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #005bc1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
footer .tfl-column5 .gallery .gallery-item .gallery-icon a:after {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f067";
  font-size: 17px;
  position: absolute;
  left: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
footer .img-w-100 img {
  width: 100%;
}
footer .elementor-container .elementor-widget-text-editor div p {
  padding: 0;
  margin: 0;
  font-family: "Poppins";
}
footer .elementor-container .elementor-widget-image img {
  float: left;
}
footer .elementor-container .location .icon-location {
  float: left;
  padding-top: 15px;
  padding-right: 28px;
}
footer .elementor-container .location .title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0;
}
footer .elementor-container .elementor-widget-text-editor div .title {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
footer .elementor-container .elementor-widget-text-editor div .info {
  font-size: 18px;
  font-weight: 300;
  text-decoration: underline;
  color: #005bc1;
}
footer
  .elementor-container
  .elementor-widget-wrap
  .elementor-widget
  .elementor-widget-container
  h5 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
}
footer
  .elementor-container
  .elementor-widget-wrap
  .elementor-widget
  .elementor-widget-container
  ul.menu,
footer
  .elementor-container
  .elementor-widget-wrap
  .elementor-widget
  .elementor-widget-container
  ul.simple-menu {
  list-style: none;
  margin: 0;
}
footer
  .elementor-container
  .elementor-widget-wrap
  .elementor-widget
  .elementor-widget-container
  ul.menu
  li
  a,
footer
  .elementor-container
  .elementor-widget-wrap
  .elementor-widget
  .elementor-widget-container
  ul.simple-menu
  li
  a {
  padding: 12px 0;
  line-height: 1.3;
  display: inline-block;
  font-family: "Poppins";
}
footer
  .elementor-container
  .elementor-widget-wrap
  .elementor-widget
  .elementor-widget-container
  ul.menu
  li
  a:hover,
footer
  .elementor-container
  .elementor-widget-wrap
  .elementor-widget
  .elementor-widget-container
  ul.simple-menu
  li
  a:hover {
  color: #005bc1;
}
footer .elementor-container .elementor-widget-container p a {
  color: #005bc1;
}
footer .elementor-container .elementor-widget-container p a:hover {
  color: #ffffff99;
  transition: all 0.3s;
}
footer
  .elementor-container
  .elementor-widget-wp-widget-nav_menu
  .elementor-widget-container
  div
  ul.menu
  li
  a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
}
footer
  .elementor-container
  .elementor-widget-wp-widget-nav_menu
  .elementor-widget-container
  div
  ul.menu
  li
  a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 10px;
  background: #005bc1;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
footer
  .elementor-container
  .elementor-widget-wp-widget-nav_menu
  .elementor-widget-container
  div
  ul.menu
  li
  a:hover:before,
footer
  .elementor-container
  .elementor-widget-wp-widget-nav_menu
  .elementor-widget-container
  div
  ul.menu
  li
  a:active:before {
  right: 0;
}
footer .elementor-container .elementor-widget-text-editor .contact {
  padding: 20px;
  background: #005bc1;
  border-radius: 5px;
}
footer
  .elementor-container
  .elementor-widget-text-editor
  .contact
  .icon-contact {
  float: right;
  padding-left: 20px;
}
footer .elementor-container .elementor-widget-text-editor .contact .mail {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #000;
  letter-spacing: 0;
}
footer .elementor-container .elementor-widget-text-editor .contact .phone {
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0;
}
.footer_background {
  background: #11161e;
  padding: 28px 0;
  font-family: "Poppins";
  font-size: 16px;
  color: #fff;
  line-height: 1.3;
}
.footer_background a {
  color: #005bc1;
  transition: all 0.3s;
}
.footer_background a:hover {
  color: #ffffff99;
}
.footer_background .footer-widgets a {
  color: #fff;
}
.footer_background .footer-widgets a:hover {
  color: #005bc1;
}
body.single-services .container .elementor-widget-tfl-heading .tfl-heading {
  padding: 0;
}
body.single-services
  .container
  .elementor-widget-tfl-heading
  .tfl-heading
  .tfl-title {
  font-weight: 400;
}
body.single-services
  .container
  .elementor-widget-tfl-heading
  .tfl-heading
  .tfl-title:before {
  right: -68px;
}
body.single-services
  .container
  .services-left
  .elementor-widget-image
  .elementor-widget-container {
  padding-top: 116px;
  position: relative;
}
body.single-services
  .container
  .services-left
  .elementor-widget-image
  .elementor-widget-container
  img {
  position: absolute;
  top: 70px;
  left: 0;
  -webkit-animation: zoom-fade-two 5s infinite linear;
  animation: zoom-fade-two 5s infinite linear;
}
body.single-services .main-content {
  padding-bottom: 0;
}
.no-icon .elementor-widget-text-editor .elementor-widget-container p {
  color: #11161e;
  padding-top: 27px;
  font-family: "Poppins";
  float: right;
  padding-right: 45px;
}
.no-icon .tfl-title:before {
  display: none;
}
.dark-mode .wpcf7 .screen-reader-response {
  color: #fff !important;
}
.dark-mode .services-item .service-item-inner .divider-left:after {
  background: #ffffff1a;
}
.dark-mode .services-item .service-item-inner .box-item .readmore {
  background: #f3f3f4;
  opacity: 0.1;
}
.dark-mode .services-item .service-item-inner .box-item .readmore:hover {
  opacity: 0.8;
  color: #005bc1;
}
.service-grid.style4 .services-item {
  margin-bottom: 3px;
}
.service-grid.style4 .services-item .box-item {
  background: #fff;
  padding: 32px 20px 40px 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.service-grid.style4 .services-item .wrap-icon {
  margin-bottom: 0;
  min-height: unset;
  font-size: 50px;
  margin-right: 21px;
  flex-grow: 0;
  transition: all 0.3s;
}
.service-grid.style4 .services-item .content {
  margin-right: 10px;
  flex-grow: 1;
}
.service-grid.style4 .services-item .box-item .title-box {
  margin-bottom: 10px;
}
.service-grid.style4 .services-item .box-item .title-box a {
  padding-left: 0px;
}
.service-grid.style4 .services-item .box-item .content-post {
  padding: 0;
}
.service-grid.style4 .services-item .wrap-btn {
  margin-top: 17px;
  flex-grow: 0;
}
.service-grid.style4 .services-item .box-item .readmore {
  background: #005bc1;
  color: #fff;
  padding: 6px 11px;
}
.service-grid.style4 .services-item .box-item .readmore:hover {
  background: #11161e1a;
  color: #11161e;
}
.service-grid.style4 .services-item .service-item-inner:hover .wrap-icon {
  color: #005bc1;
}
.service-grid.style4
  .services-item
  .service-item-inner
  .box-item
  .title-box:before {
  display: none;
}
strong.style1 {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Poppins";
  color: #11161e;
  max-width: 335px;
  display: inline-block;
}
strong.style1.white {
  color: #fff;
}
.elementor-widget-tfl-divider {
  border-radius: 50px;
  position: relative;
  --divider-border-style: solid;
  --divider-color: #11161e;
  --divider-border-width: 9px;
}
.elementor-widget-tfl-divider.dark .tfl-divider.tfl-style1 .divider-separator {
  --divider-color: #fff;
}
.elementor-widget-tfl-divider .tfl-divider.tfl-style1 {
  padding: 24px 0 22px;
}
.elementor-widget-tfl-divider .tfl-divider.tfl-style1 .divider-separator {
  border-radius: 50px;
  position: relative;
  border-top: var(--divider-border-width) var(--divider-border-style)
    var(--divider-color);
}
.elementor-widget-tfl-divider
  .tfl-divider.tfl-style1
  .divider-separator:before {
  content: "";
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 9px;
  background: #005bc1;
  border-radius: 50px;
}
.elementor-widget-tfl-divider .tfl-divider.tfl-style1 .divider-separator:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 0;
  width: 97%;
  height: 1px;
  background: #cfd0d259;
}
.services-item {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 55px;
}
.services-item .service-item-inner {
  padding-top: 30px;
  position: relative;
}
.services-item .service-item-inner .divider-left {
  position: relative;
  width: 5px;
  height: 100%;
  float: left;
}
.services-item .service-item-inner .divider-left:before {
  content: "";
  width: 100%;
  height: 30px;
  background: #005bc1;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-item .service-item-inner .divider-left:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 83px;
  background: #11161e1a;
}
.services-item .service-item-inner .box-item {
  padding-left: 30px;
}
.services-item .service-item-inner .box-item a:hover {
  color: #fff;
  background: #005bc1;
  transition: all 0.3s;
}
.services-item .service-item-inner .box-item span {
  color: #777;
}
.services-item .service-item-inner .box-item .content-post {
  color: #777;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 46px;
  font-family: "Poppins";
}
.services-item .service-item-inner .box-item .readmore {
  padding: 6px 12px;
  border-radius: 30px;
  background: #11161e1a;
  color: #11161e;
}
.services-item .service-item-inner .box-item .title-box {
  position: relative;
  z-index: 0;
  margin-bottom: 21px;
  line-height: 1.3;
  margin-top: 0px;
}
.services-item .service-item-inner .box-item .title-box:before {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #005bc1;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-item .service-item-inner .box-item .title-box a {
  font-size: 16px;
  color: #11161e;
  position: relative;
  z-index: 99;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-item .service-item-inner .box-item .title-box a:hover {
  background: unset;
  color: #005bc1 !important;
  padding-left: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-item .service-item-inner .box-item span {
  font-size: 40px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.services-item .service-item-inner .box-item:hover span:before {
  color: #005bc1;
  transition: all 0.3s;
}
.services-item .service-item-inner:hover .divider-left:before {
  height: 113px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.related-services {
  margin-top: 50px;
}
.wrap-services-post.grid-2-columns .services-item,
.wrap-services-post.columns-2 .services-item {
  flex: 0 0 50%;
  max-width: 50%;
}
.wrap-services-post.grid-3-columns .services-item,
.wrap-services-post.columns-3 .services-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.wrap-services-post.grid-4-columns .services-item,
.wrap-services-post.columns-4 .services-item {
  flex: 0 0 25%;
  max-width: 25%;
}
.elementor-widget-tfcounter .elementor-widget-container .flat-icon {
  display: inline-block;
}
.elementor-widget-tfcounter .elementor-widget-container .flat-content {
  display: flex;
  align-items: flex-start;
}
.elementor-widget-tfcounter .elementor-widget-container .counter .numb-count {
  position: relative;
  display: inline-block;
  font-family: "Poppins";
}
.elementor-widget-tfcounter
  .elementor-widget-container
  .counter
  .numb-count
  .odometer {
  position: relative;
  font-size: 60px;
  font-weight: 500;
  padding-right: 5px;
}
.elementor-widget-tfcounter
  .elementor-widget-container
  .counter
  .numb-count
  .odometer
  .odometer-inside
  .odometer-formatting-mark {
  display: none;
}
.elementor-widget-tfcounter .elementor-widget-container .counter .name-count {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  color: #777;
  display: inline-block;
  margin-top: 36px;
  text-transform: none;
}
.elementor-widget-tfcounter.style2 .elementor-widget-container .flat-content {
  display: block;
  align-items: unset;
}
.elementor-widget-tfcounter.style2
  .elementor-widget-container
  .flat-content
  .numb-count,
.elementor-widget-tfcounter.style2
  .elementor-widget-container
  .flat-content
  .name-count {
  display: block;
  margin: 0;
  position: relative;
}
.elementor-widget-tfcounter.style2
  .elementor-widget-container
  .flat-content
  .name-count {
  margin-top: 4px;
  padding-left: 18px;
}
.elementor-widget-tfcounter.style2
  .elementor-widget-container
  .flat-content
  .name-count:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #005bc1;
}
.has-circle.gray .numb-count:before {
  border: 5px solid rgba(255, 255, 255, 0.1);
}
.has-circle .active .numb-count:before {
  border-color: #005bc1;
}
.has-circle .numb-count {
  position: relative;
}
.has-circle .numb-count:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -19px;
  width: 70px;
  height: 70px;
  border: 5px solid #11161e1a;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.has-circle .numb-count:hover:before {
  border-color: #005bc1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.has-overlay:before {
  content: "";
  position: absolute;
  z-index: 12;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #005bc1;
}
.has-overlay
  .elementor-custom-embed-image-overlay
  .elementor-custom-embed-play {
  top: 33%;
}
.has-overlay .elementor-custom-embed-image-overlay img {
  filter: grayscale(100%);
  transition: all 0.5s;
}
.has-overlay .elementor-custom-embed-image-overlay img:hover {
  filter: grayscale(0%);
}
.elementor-widget-video {
  background-color: #fdfdfd;
  box-shadow: 0px 24px 60px 0px #00000040;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px;
}
.elementor-widget-video.no-border {
  padding: 0px;
}
.elementor-widget-video.no-border .elementor-fit-aspect-ratio {
  padding-bottom: 44%;
}
.title-video {
  font-weight: 400;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.6px;
  text-transform: none;
  font-family: "Oswald", sans-serif !important;
  font-size: 32px;
  text-align: center;
  position: absolute;
  z-index: 1;
  background: #005bc1;
  top: 270px;
  left: 50%;
  transform: translateX(-50%);
  padding: 11px 46px;
  color: #11161e;
}
.service-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.service-grid .wrap-icon {
  margin-bottom: 37px;
  min-height: 39px;
  font-size: 60px;
}
.service-grid.style2 .service-item-inner {
  padding: 50px 30px 75px;
  background: #fff;
  overflow: hidden;
}
.service-grid.style2 .service-item-inner:hover .big-detail2 {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.service-grid.style2 .service-item-inner .big-detail2 {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.service-grid.style2 .service-item-inner .box-item {
  padding: 0;
}
.service-grid.style3 .service-item-inner {
  padding: 0;
}
.service-grid.style3 .service-item-inner .box-item {
  padding-left: 48px;
}
.service-grid.style3 .service-item-inner .title-box {
  position: relative;
  z-index: 0;
  margin-bottom: 27px;
  margin-top: 0px;
  padding-top: 20px;
}
.service-grid.style3 .service-item-inner .title-box:before {
  content: attr(data-count);
  top: 0;
  left: 0;
  margin-bottom: 5px;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-family: "Oswald", Sans-serif;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
  background: #005bc1;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-grid.style3 .service-item-inner .wrap-icon {
  color: #005bc1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-grid.style3 .service-item-inner:hover .wrap-icon {
  opacity: 0.5;
}
.service-grid.style3 .services-item {
  margin-bottom: 87px;
}
.service-grid.grid-2-columns .services-item {
  flex: 0 0 50%;
  max-width: 50%;
}
.service-grid.grid-3-columns .services-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.service-grid.grid-4-columns .services-item {
  flex: 0 0 25%;
  max-width: 25%;
}
.service-grid.grid-4-columns.style3 .service-item-inner {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.service-grid.grid-4-columns.style3
  .services-item:nth-child(4n)
  .service-item-inner,
.service-grid.grid-4-columns.style3
  .services-item:nth-child(6n)
  .service-item-inner {
  border-right: none;
}
.portfolio-items {
  display: flex;
  flex-wrap: wrap;
}
.portfolio-items.grid-3-columns .portfolio-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 50px;
}
.portfolio-items.grid-4-columns .portfolio-item {
  flex: 0 0 25%;
  max-width: 25%;
}
.portfolio-items.grid-5-columns .portfolio-item {
  flex: 0 0 20%;
  max-width: 20%;
}
.portfolio-items .portfolio-item {
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
  overflow: hidden;
}
.portfolio-items .portfolio-item:hover .portfolio-content {
  background: #11161e;
  z-index: 1;
}
.portfolio-items
  .portfolio-item:hover
  .portfolio-content
  .portfolio-content-inner
  .cat
  a {
  color: #777;
}
.portfolio-items
  .portfolio-item:hover
  .portfolio-content
  .portfolio-content-inner
  .entry-title {
  color: #fff;
}
.portfolio-items
  .portfolio-item:hover
  .portfolio-content
  .portfolio-content-inner
  .entry-title
  a {
  color: #fff;
}
.portfolio-items .portfolio-item:hover .featured-post img {
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.portfolio-items .portfolio-item .featured-post {
  overflow: hidden;
  padding: 0;
}
.portfolio-items .portfolio-item .featured-post img {
  transition: all 0.5s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  width: 100%;
}
.portfolio-items .portfolio-item .portfolio-content {
  list-style: none;
  position: absolute;
  bottom: 20px;
  left: 35px;
  right: 35px;
  background: #fff;
  color: #11161e;
  border-radius: 3px;
  height: auto;
  padding: 24px 30px 27px;
  align-items: center;
  transition: all 0.3s;
}
.portfolio-items .portfolio-item .portfolio-content.no-thumbnail {
  position: relative;
}
.portfolio-items
  .portfolio-item
  .portfolio-content
  .portfolio-content-inner
  .list-items {
  padding: 0;
  margin: 0;
  list-style: none;
}
.portfolio-items
  .portfolio-item
  .portfolio-content
  .portfolio-content-inner
  .cat {
  margin-bottom: 8px;
}
.portfolio-items
  .portfolio-item
  .portfolio-content
  .portfolio-content-inner
  .cat
  a {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 3px;
  letter-spacing: 0.1px;
  padding-left: 2px;
  transition: all 0.5s ease;
  color: #777;
  font-family: "Poppins";
}
.portfolio-items
  .portfolio-item
  .portfolio-content
  .portfolio-content-inner
  .big-detail {
  position: absolute;
  top: 0;
  right: 0;
}
.portfolio-items
  .portfolio-item
  .portfolio-content
  .portfolio-content-inner
  .entry-title {
  position: relative;
  z-index: 0;
  margin: 0;
  line-height: 1.3;
  color: #11161e;
}
.portfolio-items
  .portfolio-item
  .portfolio-content
  .portfolio-content-inner
  .entry-title
  a {
  color: #11161e;
  transition: all 0.5s ease;
}
.portfolio-items
  .portfolio-item
  .portfolio-content
  .portfolio-content-inner
  .entry-title
  .small-detail {
  position: absolute;
  z-index: -1;
  top: -3px;
  left: -9px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #005bc1;
}
.related-portfolios .portfolio-items .portfolio-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.related-portfolios .portfolio-items.columns-3 .portfolio-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.related-portfolios .portfolio-items.columns-4 .portfolio-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.portfolio-items .portfolio-item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}
.portfolio-items .portfolio-item .featured-post {
  margin-bottom: 0;
}
.portfolio-items.column-2 .portfolio-item {
  flex: 0 0 50%;
  max-width: 50%;
}
.portfolio-items.column-4 .portfolio-item {
  flex: 0 0 25%;
  max-width: 25%;
}
body.page-projects .paging-navigation {
  margin-top: 17px;
}
body.single-portfolios {
  background: #f3f3f4;
}
body.single-portfolios .elementor-widget-wp-widget-search {
  margin-top: 50px;
  background: #fff;
  padding: 48px 30px;
}
body.single-portfolios
  .elementor-widget-wp-widget-search
  .elementor-widget-container
  h5 {
  padding-bottom: 20px;
}
body.single-portfolios
  .elementor-widget-wp-widget-search
  .elementor-widget-container
  .search-form
  label
  input {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  background-color: #f3f3f4;
  padding: 15px 30px;
  border-radius: 8px;
  border-color: rgba(17, 22, 30, 0.1);
  width: 100%;
  position: relative;
  width: 315px;
}
body.single-portfolios
  .elementor-widget-wp-widget-search
  .elementor-widget-container
  .search-form
  button {
  position: absolute;
  top: 112px;
  right: 37px;
  border: none;
  background: transparent;
  color: #e74901;
  font-size: 20px;
}
body.single-portfolios .cmstr-out {
  display: block;
}
body.single-portfolios .main-content {
  padding-bottom: 0;
  padding: 0;
}
body.single-portfolios .header-port {
  position: relative;
}
body.single-portfolios .header-port .featured-post {
  margin-top: 2px;
}
body.single-portfolios #comments #commentform {
  margin-bottom: 70px;
}
body.single-portfolios #themesflat-content .entry-content {
  margin-bottom: 35px;
}
.portfolio-filter {
  margin: 0 0 42px 0;
  list-style: none;
  text-align: center;
}
.portfolio-filter li {
  display: inline-block;
  margin: 10px;
}
.portfolio-filter li a {
  font-size: 16px;
  font-family: "Oswald";
  border: 2px solid;
  padding: 11px 10px;
  min-width: 147px;
  display: inline-block;
  border-radius: 5px;
  transition: all 0.3s;
}
.post.sticky .entry-title {
  position: relative;
  padding-left: 25px;
}
.post.sticky .entry-title:after {
  position: absolute;
  top: 2px;
  left: 0;
  color: #005bc1;
  content: "\f08d";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  transform: rotate(-20deg);
}
body.single-post #comments {
  margin-top: 70px;
}
body.single-post .wppcr_rating {
  display: none;
}
body.single-post #primary {
  margin-bottom: 70px;
}
#comments .comment-form-cookies-consent {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}
#comments .comment-list-wrap ol.comment-list .pingback .gravatar,
#comments .comment-list-wrap ol.comment-list .trackback .gravatar {
  display: none;
}
#comments .comment-list-wrap ol.comment-list .pingback .comment_content:before,
#comments
  .comment-list-wrap
  ol.comment-list
  .trackback
  .comment_content:before {
  display: none;
}
#comments
  .comment-list-wrap
  ol.comment-list
  .pingback
  article.comment_wrap
  .comment_content,
#comments
  .comment-list-wrap
  ol.comment-list
  .trackback
  article.comment_wrap
  .comment_content {
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}
#comments
  .comment-list-wrap
  ol.comment-list
  .pingback
  article.comment_wrap
  .comment_content:before,
#comments
  .comment-list-wrap
  ol.comment-list
  .trackback
  article.comment_wrap
  .comment_content:before {
  display: none;
}
#comments #cancel-comment-reply-link {
  margin: 0 10px;
  color: #005bc1;
  position: absolute;
  right: 5px;
}
#comments #cancel-comment-reply-link:hover {
  color: #11161e;
}
#comments #commentform {
  display: flex;
  flex-wrap: wrap;
}
#comments #commentform .comment_wrap_input {
  width: 100%;
  order: -1;
}
#comments #commentform fieldset {
  padding: 0;
}
#comments #commentform p.form-submit {
  display: block;
  width: 100%;
}
#comments .comment-list-wrap {
  margin-bottom: 15px;
}
#comments .comment-list-wrap .comment-title {
  margin-bottom: 47px;
  font-weight: 500;
}
#comments .comment-list-wrap ol {
  padding: 0;
  margin: 0;
}
#comments .comment-list-wrap ol .children {
  margin-left: 60px;
}
#comments .comment-list-wrap ol article.comment_wrap {
  display: flex;
  flex-wrap: wrap;
}
#comments .comment-list-wrap ol article.comment_wrap .gravatar {
  margin-right: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
#comments .comment-list-wrap ol article.comment_wrap .comment_content {
  position: relative;
  padding-top: 27px;
  background: #fff;
  width: calc(100% - 100px);
  padding-left: 65px;
  padding-right: 50px;
  padding-bottom: 24px;
  margin-bottom: 50px;
}
#comments .comment-list-wrap ol article.comment_wrap .comment_content:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-bottom: 100px solid #fff;
  border-left: 100px solid transparent;
  right: 100%;
}
#comments
  .comment-list-wrap
  ol
  article.comment_wrap
  .comment_content
  .comment_meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#comments
  .comment-list-wrap
  ol
  article.comment_wrap
  .comment_content
  .comment_meta:after {
  display: none;
}
#comments
  .comment-list-wrap
  ol
  article.comment_wrap
  .comment_content
  .comment_meta
  .comment_author {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
#comments
  .comment-list-wrap
  ol
  article.comment_wrap
  .comment_content
  .comment_meta
  .comment_author
  a {
  color: #005bc1;
}
#comments
  .comment-list-wrap
  ol
  article.comment_wrap
  .comment_content
  .comment_meta
  .comment_author
  a:hover {
  color: #0f4229;
}
#comments
  .comment-list-wrap
  ol
  article.comment_wrap
  .comment_content
  .comment_meta
  .tval {
  display: none;
}
#comments
  .comment-list-wrap
  ol
  article.comment_wrap
  .comment_content
  .comment_text {
  color: #777;
  font-family: "Poppins";
  margin-bottom: 16px;
}
#comments
  .comment-list-wrap
  ol
  article.comment_wrap
  .comment_content
  .wrap_comment_reply {
  display: flex;
}
#comments .comment-list-wrap ol ul {
  list-style: disc;
}
#comments .comment-respond .comment-reply-title {
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 0;
}
#comments .comment-respond .logged-in-as {
  margin-bottom: 45px;
}
#comments .comment-respond .logged-in-as a {
  color: #005bc1;
}
#comments .comment-respond .logged-in-as a:hover {
  color: #11161e;
}
#comments .comment-respond .sub-title {
  font-size: 16px;
  margin-bottom: 8px;
}
#comments .comment-respond .clearfix .fieldset {
  padding: 0;
}
#comments .comment-respond .clearfix .comment-right {
  display: flex;
  width: 100%;
}
#comments .comment-respond .clearfix .comment-right fieldset.message {
  width: 100%;
  padding: 0;
}
#comments
  .comment-respond
  .clearfix
  .comment-right
  fieldset.message
  #comment-message {
  padding: 15px 25px;
  width: 100%;
  background-color: transparent;
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 400;
  border: 1px solid rgba(17, 22, 30, 0.1);
  padding: 26px 30px;
  display: block;
  min-height: 200px;
  margin-bottom: 20px;
}
#comments .comment-respond .clearfix .wppcr_rating label {
  display: none;
}
#comments .comment-respond .clearfix .wppcr_rating legend {
  display: none;
}
#comments
  .comment-respond
  .clearfix
  .comment_wrap_input
  .comment-left
  .name-container,
#comments
  .comment-respond
  .clearfix
  .comment_wrap_input
  .comment-left
  .email-container {
  margin-bottom: 20px;
}
#comments
  .comment-respond
  .clearfix
  .comment_wrap_input
  .comment-left
  .name-container
  input,
#comments
  .comment-respond
  .clearfix
  .comment_wrap_input
  .comment-left
  .email-container
  input {
  width: 100%;
  background-color: transparent;
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 400;
  border: 1px solid rgba(17, 22, 30, 0.1);
  padding: 13px 28px;
  line-height: 1.3;
}
#comments
  .comment-respond
  .clearfix
  .comment_wrap_input
  .comment-left
  .comment-form-cookies-consent {
  float: left;
  margin-left: 10px;
  width: 100%;
}
#comments .comment-respond .clearfix .wrap-btn-submit {
  clear: both;
  position: relative;
  z-index: 8;
  background-color: #ffa800;
  height: auto;
  min-width: 180px;
  color: #11161e;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 13px;
}
#comments .comment-respond .clearfix .wrap-btn-submit:before {
  content: "";
  width: 34px;
  height: 100%;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #005bc1;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  opacity: 1;
}
#comments .comment-respond .clearfix .wrap-btn-submit:hover:before {
  width: 100% !important;
  border-bottom-right-radius: 3px !important;
  border-top-right-radius: 3px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #005bc1;
  color: #11161e !important;
  position: absolute;
  z-index: 1;
}
#comments .comment-respond .clearfix .wrap-btn-submit .submit {
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 18px;
  transform-origin: 50% 50%;
  text-transform: uppercase;
  padding: 24px 10px 24px 49px;
  font-family: "Poppins";
}
#comments .comment-respond .clearfix .wrap-btn-submit .icon {
  position: absolute;
  z-index: 2;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.description-right .divider {
  position: relative;
  width: 370px;
  height: 9px;
  background: #11161e;
  border-radius: 50px;
}
.description-right .divider:before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: -1px;
  width: 185px;
  height: 100%;
  background: #005bc1;
  border-radius: 50px;
}
.description-right .divider:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 4px;
  right: 10px;
  width: 200px;
  height: 1px;
  background: #ffffff33;
}
body.single-post .featured-post {
  margin-bottom: 30px;
}
body.single-post .related-post .featured-post {
  margin-bottom: 0px;
}
body.single-post .related-post .grid-3-columns .featured-post .entry-meta {
  display: none;
}
body.archive .portfolios-post {
  position: relative;
}
body.archive .featured-post {
  margin-bottom: 50px;
}
body.archive .tfl-heading {
  padding: 0;
}
body.archive .tfl-heading .tfl-title:before {
  display: none;
}
body.archive .content .outer-title {
  margin: 0;
}
.paging-navigation.blog {
  margin-top: 20px;
}
.paging-navigation .pagination {
  display: flex;
  justify-content: center;
}
.paging-navigation .pagination .page-numbers {
  display: inline-block;
  width: 29px;
  height: 29px;
  border: 1px solid #22222212;
  border-radius: 3px;
  margin: 3px;
  background: #fff;
  text-align: center;
  color: #11161e;
  line-height: 27px;
  font-family: "Poppins";
  font-size: 13px;
  font-weight: 400;
  transition: all 0.3s;
}
.paging-navigation .pagination .page-numbers:hover {
  color: #fff;
}
.paging-navigation .pagination .current,
.paging-navigation .pagination > :hover {
  color: #fff;
  background: #005bc1;
}
.paging-navigation .pagination .prev,
.paging-navigation .pagination .next {
  position: relative;
}
.paging-navigation .pagination .prev i,
.paging-navigation .pagination .next i {
  position: absolute;
  top: 6.5px;
  right: 11px;
}
.blog-list:after,
.blog-list:before {
  content: "";
  display: table;
  clear: both;
}
.blog-list,
.blog-grid {
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.blog-list .meta-category-list,
.blog-grid .meta-category-list {
  margin-bottom: 11px;
}
.blog-list .item,
.blog-grid .item {
  position: relative;
  padding: 0 15px;
  margin-bottom: 30px;
}
.blog-list .item article,
.blog-grid .item article {
  height: 100%;
}
.blog-list .item article .main-post,
.blog-grid .item article .main-post {
  height: 100%;
}
.blog-list .item .main-post,
.blog-grid .item .main-post {
  background: #fff;
}
.blog-list .item .content-post,
.blog-grid .item .content-post {
  padding: 30px;
}
.blog-list .item .content-post p,
.blog-grid .item .content-post p {
  padding: 0;
}
.blog-list .item .content-post .entry-box-title .wrap-entry-title .entry-title,
.blog-grid .item .content-post .entry-box-title .wrap-entry-title .entry-title {
  margin-bottom: 20px;
  line-height: 1.3;
}
.blog-list
  .item
  .content-post
  .entry-box-title
  .wrap-entry-title
  .entry-title
  a,
.blog-grid
  .item
  .content-post
  .entry-box-title
  .wrap-entry-title
  .entry-title
  a {
  font-weight: 500;
  color: #11161e;
  text-transform: uppercase;
  letter-spacing: 0px;
  transition: all 0.3s;
  word-break: break-word;
}
.blog-list
  .item
  .content-post
  .entry-box-title
  .wrap-entry-title
  .entry-title
  a:hover,
.blog-grid
  .item
  .content-post
  .entry-box-title
  .wrap-entry-title
  .entry-title
  a:hover {
  color: #005bc1;
}
.blog-list .item .content-post .entry-box-title p,
.blog-grid .item .content-post .entry-box-title p {
  font-weight: 400;
  color: #777;
}
.blog-list .item .featured-post,
.blog-grid .item .featured-post {
  padding: 10px 10px 0;
  overflow: hidden;
}
.blog-list .item .featured-post .post-comments:hover a,
.blog-grid .item .featured-post .post-comments:hover a {
  color: #11161e;
}
.blog-list .item .featured-post .post-date:hover a,
.blog-grid .item .featured-post .post-date:hover a {
  color: #11161e;
}
.blog-grid.grid-2-columns .item,
.blog-grid.columns-2 .item,
.blog-grid.blog-two-columns .item {
  flex: 0 0 50%;
  max-width: 50%;
}
.blog-grid.grid-3-columns .item,
.blog-grid.columns-3 .item,
.blog-grid.blog-three-columns .item {
  flex: 0 0 33.33333333333333%;
  max-width: 33.33333333333333%;
}
.blog-grid.blog-four-columns .item {
  flex: 0 0 25%;
  max-width: 25%;
}
.blog-grid.blog-four-columns
  .item
  .featured-post
  .entry-meta
  .meta-left
  .post-date {
  margin-right: 15px;
}
.blog-grid.style2 .item .main-post {
  background: transparent;
}
.blog-grid.style2 .item .featured-post {
  padding: 0;
}
.blog-grid.style2 .item .featured-post img {
  border-radius: 3px;
}
.blog-grid.style2 .item .content-post {
  background: #fff;
  margin-right: 30px;
  margin-top: -32px;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 19px 30px 30px 30px;
}
.blog-grid.style2 .item .content-post .entry-title {
  margin-top: 14px !important;
  line-height: 1.6 !important;
  margin-bottom: 22px !important;
}
.blog-grid.style2 .item .post-date {
  position: absolute;
  right: 30px;
  bottom: 32px;
  font-size: 16px;
  background: #005bc1;
  color: #fff;
  padding: 7px 24px 7px 15px;
  border-radius: 3px 3px 0px 0px;
  z-index: 1;
}
.blog-grid.style2 .item .post-date i {
  margin-right: 6px;
}
.blog-grid.style2 .item .post-date a {
  letter-spacing: 0.2px;
  color: #fff !important;
  font-family: "Oswald";
  font-size: 13px;
  text-transform: uppercase;
  transition: all 0.3s;
}
.blog-grid.style2 .item .post-author {
  font-size: 16px;
  margin-right: 25px;
}
.blog-grid.style2 .item .post-author i {
  margin-right: 11px;
  color: #005bc1;
}
.blog-grid.style2 .item .post-author a {
  font-family: "Oswald";
  font-size: 13px;
  color: #777;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.blog-grid.style2 .item .post-author a:hover {
  color: #005bc1;
}
.blog-grid.style2 .item .meta-category-list {
  font-size: 16px;
}
.blog-grid.style2 .item .meta-category-list i {
  margin-right: 11px;
  color: #005bc1;
}
.blog-grid.style2 .item .meta-category-list a {
  min-width: unset;
  background: transparent;
  padding: 0;
  color: #777;
  font-size: 13px;
}
.blog-grid.style2 .item .meta-category-list a:hover {
  color: #005bc1;
}
.standard_design .blog-grid.style2 .item {
  margin-bottom: 30px;
}
.blog-list .item {
  flex: 0 0 100%;
  max-width: 100%;
}
.blog-formatted {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.blog-formatted .meta-category-list {
  margin-bottom: 12px;
}
.blog-formatted .item {
  position: relative;
  padding: 0 15px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 50px;
}
.blog-formatted .item .format-audio .content-post {
  padding-top: 20px;
}
.blog-formatted .item .format-audio .featured-post:before {
  display: none;
}
.blog-formatted .item .format-video .item .content-post {
  padding-top: 19px;
}
.blog-formatted .item .format-quote .main-post {
  padding: 40px 60px 35px;
  border: 8px solid #e6e6e6;
}
.blog-formatted .item .format-quote .main-post .featured-post {
  padding: 0;
}
.blog-formatted .item .format-quote .main-post .featured-post .quote {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  line-height: 1.3;
}
.blog-formatted .item .format-quote .main-post .featured-post .quote img {
  filter: unset;
  -webkit-filter: unset;
  -moz-filter: unset;
}
.blog-formatted .item .format-quote .main-post .featured-post .quote .left {
  width: 85px;
  height: 82px;
  margin-right: 18px;
}
.blog-formatted .item .format-quote .main-post .featured-post .quote .right {
  width: calc(100% - 85px);
}
.blog-formatted
  .item
  .format-quote
  .main-post
  .featured-post
  .quote
  .right
  .text-heading {
  font-size: 18px;
  font-weight: 500;
  color: #11161e;
  margin: 0;
  text-align: justify;
  margin-bottom: 17px;
}
.blog-formatted
  .item
  .format-quote
  .main-post
  .featured-post
  .quote
  .right
  .name {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: "Poppins";
  color: #11161e;
  padding: 0 8px;
}
.blog-formatted .item .format-quote .main-post .content-post {
  padding: 0;
}
.blog-formatted .item .main-post {
  background: #fff;
}
.blog-formatted .item .content-post {
  padding: 30px;
  padding-bottom: 43px;
}
.blog-formatted .item .content-post p {
  padding: 0;
}
.blog-formatted
  .item
  .content-post
  .entry-box-title
  .wrap-entry-title
  .entry-title {
  margin-bottom: 21px;
}
.blog-formatted
  .item
  .content-post
  .entry-box-title
  .wrap-entry-title
  .entry-title
  a {
  font-weight: 500;
  color: #11161e;
  text-transform: uppercase;
  letter-spacing: 0px;
  transition: all 0.3s;
}
.blog-formatted
  .item
  .content-post
  .entry-box-title
  .wrap-entry-title
  .entry-title
  a:hover {
  color: #005bc1;
}
.blog-formatted .item .content-post .entry-box-title p {
  font-weight: 400;
  color: #777;
}
.blog-formatted .item .featured-post {
  overflow: hidden;
  position: relative;
}
.blog-formatted .item .featured-post img {
  width: 100%;
}
.blog-formatted .item .featured-post .meta-left {
  display: flex;
  list-style: none;
  margin: 0;
  background: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
  min-width: 284px;
  text-transform: uppercase;
  transition: all 0.3s;
  padding: 0 20px;
}
.blog-formatted .item .featured-post .meta-left:hover {
  background: #005bc1;
}
.blog-formatted .item .featured-post .meta-left .post-author {
  display: none;
}
.blog-formatted .item .featured-post .meta-left .post-comments {
  color: #11161e;
}
.blog-formatted .item .featured-post .meta-left .post-comments a {
  margin-right: 8px;
  color: #11161e;
  font-family: "Poppins";
}
.blog-formatted .item .featured-post .meta-left .post-date {
  margin-right: 30px;
}
.blog-formatted .item .featured-post .meta-left .post-date a {
  color: #11161e;
}
.blog-formatted .item .featured-post .post-comments:hover a {
  color: #11161e;
}
.blog-formatted .item .featured-post .post-date:hover a {
  color: #11161e;
}
.wrap-blog-articles {
  max-width: 840px;
}
.wrap-blog-articles .main-post.no-date .featured-post .entry-meta {
  display: none;
}
.wrap_comment_reply {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap_comment_reply .comment_reply,
.wrap_comment_reply .comment_edit {
  margin-right: 35px;
}
.wrap_comment_reply > div {
  font-size: 13px;
  font-weight: 400;
  color: #777;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.wrap_comment_reply > div:hover {
  color: #005bc1;
}
.wrap_comment_reply > div:hover a {
  color: #005bc1;
}
.wrap_comment_reply > div a {
  font-weight: 400;
  color: #777;
  display: flex;
  align-items: center;
}
.wrap_comment_reply > div i {
  font-size: 10px;
  margin-top: 2px;
  margin-right: 4px;
}
.wrap_comment_reply > div i.icofont-clock-time {
  font-size: 13px;
}
body.blog #main .row.sidebar-left {
  flex-direction: row-reverse;
}
body.blog .main-content {
  padding-bottom: 50px;
}
.blog-post .post-excerpt {
  font-weight: 400;
  font-family: "Poppins";
}
.blog-post .post-excerpt .tfl-button {
  margin-top: 20px;
}
.blog-post .post-excerpt .tfl-button .tfl-content-wrapper {
  line-height: 1;
}
.blog-post .post-excerpt .tfl-button .tfl-content-wrapper a {
  padding: 10px 15px 10px 40px;
  text-transform: initial;
  font-size: 16px;
  min-width: auto;
}
.infscr-loading {
  box-shadow: 10px 10px 34px #d8d8d8;
  width: 200px;
  height: 100px;
  border: 3px solid #11161e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 2;
  background: #fff;
  transform: translate(-50%, -50%);
}
.navigation.pager a {
  padding: 0 10px;
  color: #11161e;
}
.navigation.pager a:hover {
  color: #005bc1;
  background: transparent;
}
.navigation.loadmore .tfl-button .tfl-content-wrapper a {
  color: #fff;
  display: block;
}
.navigation.loadmore .tfl-button .tfl-content-wrapper a:before {
  z-index: -1;
}
.navigation.loadmore .tfl-button .tfl-content-wrapper a:after {
  content: "\f067";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 12px;
  position: absolute;
  top: calc(50% - 6px);
  height: 12px;
  left: 10px;
  z-index: -1;
  color: #11161e;
}
.tags-links {
  margin-top: 15px;
}
.tags-links a {
  color: #11161e;
  transition: all 0.3s;
}
.tags-links a:hover {
  color: #005bc1;
}
.related-post .post-excerpt .tfl-button {
  margin-top: 20px;
}
.related-post .post-excerpt .tfl-button .tfl-content-wrapper a {
  padding: 10px 15px 10px 40px;
  text-transform: initial;
  font-size: 16px;
  min-width: auto;
}
.related-post .featured-post .entry-meta .meta-left {
  padding: 0px 10px;
}
.related-post .featured-post .entry-meta .meta-left .post-date {
  margin-right: 15px;
}
.related-post .box-title {
  margin-bottom: 30px;
}
body.single-post .posts-navigation ul li a span {
  font-weight: 700;
  font-size: 16px;
  font-family: "Oswald";
}
.posts-navigation {
  margin: 30px 0;
  padding-top: 38px;
  border-top: 1px solid #d9d9d9;
}
.posts-navigation ul {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.posts-navigation ul.no-prevlink li.next-post {
  text-align: left;
}
.posts-navigation ul li {
  max-width: 60%;
}
.posts-navigation ul li.next-post {
  text-align: right;
}
.posts-navigation ul li a {
  display: block;
  color: #005bc1;
  font-size: 14px;
  word-break: break-word;
  font-weight: 500;
}
.posts-navigation ul li a span {
  display: block;
  color: #11161e;
}
.sidebar-left > div.col-lg-8 {
  order: 2;
}
.sidebar-left > div.tfl-sidebar-block {
  order: 1;
}
.sidebar .wp-block-search__label {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}
.sidebar .widget {
  margin-bottom: 50px;
}
.sidebar .wp-block-webfactory-map iframe {
  display: block;
}
.widget_search {
  background: #fff;
  padding: 43px 30px 49px;
}
.widget_search h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.widget_search .wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
}
.widget_search
  .wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__input {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  padding: 18px 30px;
  line-height: 1.3;
  border-radius: 8px;
  width: 100%;
  background: #f3f3f4;
  border: 1px solid #11161e1a;
  outline: none;
  height: auto;
}
.widget_search
  .wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button {
  font-size: 0;
  border: 0;
  width: 58px;
  height: 54px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: 0;
}
.widget_search
  .wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:focus {
  border: 0 !important;
}
.widget_search
  .wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:hover:after {
  color: #005bc1;
}
.widget_search
  .wp-block-search
  .wp-block-search__inside-wrapper
  .wp-block-search__button:after {
  display: inline-block;
  transition: all 0.3s;
  color: #ffa800;
  font-size: 20px;
  content: "\f002";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}
.widget_search .search-form {
  position: relative;
}
.widget_search .search-form label {
  width: 100%;
}
.widget_search .search-form label input {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  padding: 15px 30px;
  border-radius: 8px;
  width: 100%;
  background: #f3f3f4;
  border-color: #11161e1a;
}
.widget_search .search-form button {
  position: absolute;
  top: 16px;
  right: 20px;
  border: none;
  background: transparent;
}
.widget_search .search-form button i {
  color: #e74901;
  font-size: 20px;
}
.widget_pages ul,
.widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_pages ul ul.children,
.widget_categories ul ul.children {
  width: 100%;
  padding-left: 0px;
}
.widget_pages ul li,
.widget_categories ul li {
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  display: flex;
  padding: 5px 0;
}
.widget_pages ul li a,
.widget_categories ul li a {
  font-size: 14px;
  border-radius: 10px;
  display: block;
  text-decoration: none;
  margin-right: 5px;
}
.widget_pages ul li:last-child a,
.widget_categories ul li:last-child a {
  margin-bottom: 0;
}
.tfl-widget-portfolio-cats,
.tfl_widget_categories {
  margin-top: 50px;
  background: #fff;
  padding: 45px 28px 39px 28px;
  margin-bottom: 70px;
}
.tfl-widget-portfolio-cats .tfl-categories,
.tfl_widget_categories .tfl-categories {
  margin-top: -12px;
}
.tfl-widget-portfolio-cats h4,
.tfl_widget_categories h4 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.tfl-widget-portfolio-cats ul,
.tfl_widget_categories ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.tfl-widget-portfolio-cats ul li,
.tfl_widget_categories ul li {
  position: relative;
  padding-left: 26px;
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.tfl-widget-portfolio-cats ul li:before,
.tfl_widget_categories ul li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #777;
  display: block;
  border-radius: 50%;
  top: 14px;
  left: 0px;
}
.tfl-widget-portfolio-cats ul li span,
.tfl_widget_categories ul li span {
  color: #777;
  font-family: "Poppins";
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 0;
  display: inline-block;
  line-height: 1.3;
}
.tfl-widget-portfolio-cats ul li a,
.tfl_widget_categories ul li a {
  color: #777;
  font-family: "Poppins";
  transition: all 0.3s;
  font-size: 14px;
  font-weight: 400;
  padding: 9px 0;
  display: inline-block;
  line-height: 1.3;
}
.tfl-widget-portfolio-cats ul li a:hover,
.tfl_widget_categories ul li a:hover {
  color: #005bc1;
}
.widget_pages > ul > li > ul.children {
  padding-left: 15px;
}
.widget_pages ul li {
  justify-content: flex-start !important;
}
.widget_pages ul > li {
  position: relative;
  list-style: none;
  align-items: center;
}
.widget_pages ul > li:before {
  margin-right: 8px;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f054";
  font-weight: 900;
  font-size: 10px;
}
.widget_pages ul ul ul li a {
  padding-left: 25px;
}
.widget_pages ul ul ul li:after {
  content: "--";
  left: 15px;
}
.widget_pages ul ul li:before {
  content: "";
}
.widget_pages ul ul li a {
  padding-left: 0px;
}
.widget_pages ul ul li:after {
  margin-top: 0;
  content: "-";
  position: absolute;
  margin-right: 5px;
  letter-spacing: 8px;
  left: 0px;
  display: flex;
  top: 0px;
}
.widget_pages ul ul > li:before {
  margin-right: 15px;
}
.widget_categories ul ul ul li a {
  padding-left: 30px;
}
.widget_categories ul ul ul li:after {
  content: "--";
}
.widget_categories ul ul li:before {
  content: "";
}
.widget_categories ul ul li a {
  padding-left: 15px;
}
.widget_categories ul ul li:after {
  margin-top: 0;
  content: "-";
  position: absolute;
  margin-right: 5px;
  letter-spacing: 8px;
  left: 15px;
  display: flex;
  top: 0px;
}
.widget_categories ul ul > li:before {
  margin-right: 15px;
}
.widget_nav_menu ul > li {
  padding: 0;
  position: relative;
  list-style: none;
}
.widget_nav_menu ul > li.menu-item-has-children > ul,
.widget_nav_menu ul > li.menu-item-has-children .sub-menu {
  display: block;
  width: 100%;
}
.widget_nav_menu ul > li.menu-item-has-children > ul li:before,
.widget_nav_menu ul > li.menu-item-has-children .sub-menu li:before {
  margin-right: 5px;
  content: "-";
  letter-spacing: 8px;
}
.widget_nav_menu ul > li.menu-item-has-children > ul ul li:before,
.widget_nav_menu ul > li.menu-item-has-children .sub-menu ul li:before {
  margin-right: 5px;
  content: "--";
}
.widget_nav_menu ul > li.menu-item-has-children > ul ul ul li:before,
.widget_nav_menu ul > li.menu-item-has-children .sub-menu ul ul li:before {
  content: "---";
}
.widget_nav_menu ul > li.menu-item-has-children > ul ul ul li ul li:before,
.widget_nav_menu
  ul
  > li.menu-item-has-children
  .sub-menu
  ul
  ul
  li
  ul
  li:before {
  content: "----";
}
.widget_nav_menu
  ul
  > li.menu-item-has-children
  > ul
  ul
  ul
  li
  ul
  li
  ul
  li:before,
.widget_nav_menu
  ul
  > li.menu-item-has-children
  .sub-menu
  ul
  ul
  li
  ul
  li
  ul
  li:before {
  content: "-----";
}
.widget_nav_menu
  ul
  > li.menu-item-has-children
  > ul
  ul
  ul
  li
  ul
  li
  ul
  li
  ul
  li:before,
.widget_nav_menu
  ul
  > li.menu-item-has-children
  .sub-menu
  ul
  ul
  li
  ul
  li
  ul
  li
  ul
  li:before {
  content: "------";
}
.widget_nav_menu
  ul
  > li.menu-item-has-children
  > ul
  ul
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li:before,
.widget_nav_menu
  ul
  > li.menu-item-has-children
  .sub-menu
  ul
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li:before {
  content: "-------";
}
.widget_nav_menu
  ul
  > li.menu-item-has-children
  > ul
  ul
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li:before,
.widget_nav_menu
  ul
  > li.menu-item-has-children
  .sub-menu
  ul
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li:before {
  content: "--------";
}
.widget_nav_menu
  ul
  > li.menu-item-has-children
  > ul
  ul
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li:before,
.widget_nav_menu
  ul
  > li.menu-item-has-children
  .sub-menu
  ul
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li:before {
  content: "----------";
}
.widget_nav_menu
  ul
  > li.menu-item-has-children
  > ul
  ul
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li:before,
.widget_nav_menu
  ul
  > li.menu-item-has-children
  .sub-menu
  ul
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li:before {
  content: "-----------";
}
.widget_nav_menu
  ul
  > li.menu-item-has-children
  > ul
  ul
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li:before,
.widget_nav_menu
  ul
  > li.menu-item-has-children
  .sub-menu
  ul
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li
  ul
  li:before {
  content: "------------";
}
.widget_recent_comments li.recentcomments {
  margin-bottom: 15px;
}
.widget_recent_comments li.recentcomments > a {
  font-weight: 600;
  line-height: normal;
  display: block !important;
}
.widget_block h2 {
  color: #11161e;
  font-size: 18px;
  margin: 0 0 20px 0;
  font-weight: 500;
}
.wp-block-search .wp-block-search__label {
  color: #11161e;
  font-family: "Poppins";
}
.widget_block .wp-block-latest-comments__comment-link {
  font-weight: 600;
  line-height: normal;
  display: block !important;
}
.widget_categories ul > li {
  position: relative;
  list-style: none;
  align-items: center;
}
.widget_categories ul > li:before {
  margin-right: 8px;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  content: "\f054";
  font-weight: 900;
  font-size: 10px;
}
.widget_categories ul > li .tfl-categories-post-count {
  margin-left: auto;
}
.widget ul,
.widget ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar .widget {
  background: #fff;
  padding: 30px;
  line-height: 2;
}
#footer .widget {
  padding: 0;
  line-height: 2;
  margin-bottom: 50px;
}
#footer .widget .widget-title {
  color: #fff;
}
#footer .widget.widget_rss a {
  color: #fff;
}
#footer .widget.widget_search {
  background: transparent;
}
#main .widget a {
  color: #11161e;
  transition: all 0.3s;
}
#main .widget a:hover {
  color: #005bc1;
}
.widget_archive ul li,
.widget_block .wp-block-archives-list li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.widget_archive ul li:before,
.widget_block .wp-block-archives-list li:before {
  content: "\f07c";
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.widget_archive ul li .tfl-archive-post-count,
.widget_block .wp-block-archives-list li .tfl-archive-post-count {
  margin-left: auto;
}
.widget_rss ul li cite {
  color: #005bc1;
}
.widget_categories .nice-select ul.list li:before {
  display: none;
}
.widget_archive .nice-select ul.list li:before {
  display: none;
}
@media (min-width: 1200px) {
  .canvas-nav-wrap {
    display: none;
  }
  .btn-menu {
    display: none;
  }
  .standard_design .header-wrap .header-ct-left {
    margin-left: 0px;
  }
  .standard_design .header.tfl-menu-has-container .header-wrap .header-ct-left {
    margin-left: 0px;
  }
}
@media (min-width: 1600px) {
  .standard_design .header-wrap .header-ct-left {
    margin-left: 150px;
  }
  .tp-bullets .tp-bullet {
    left: 150px !important;
    top: -87px !important;
  }
  .wrap-menu-on-slider {
    right: -220px;
  }
}
@media (max-width: 1650px) {
  .main-header-contact .text-phone {
    padding: 14px 15px;
  }
  .main-header-contact .text-phone p {
    margin-bottom: 15px;
  }
}
@media (max-width: 1440px) {
  .header-wrap .header-ct-left {
    margin-right: 60px;
  }
  .main-header-contact .text-phone a span {
    font-weight: 400;
    font-size: 20px;
  }
}
@media (max-width: 1365px) {
  .portfolio-items.grid-3-columns,
  .portfolio-items.grid-4-columns,
  .portfolio-items.grid-5-columns {
    justify-content: center;
  }
  .portfolio-items.grid-3-columns .portfolio-item,
  .portfolio-items.grid-4-columns .portfolio-item,
  .portfolio-items.grid-5-columns .portfolio-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 33.33333%;
  }
}
@media (max-width: 1280px) {
  .tf-carousel-box .owl-prev {
    left: -12px !important;
  }
  .tf-carousel-box .owl-next {
    right: -12px !important;
  }
}
@media (max-width: 1199px) {
  .standard_design .inner-header .header-wrap {
    justify-content: space-between;
    width: 100%;
  }
  .main-content {
    padding: 100px 0;
  }
  .main-header-contact .text-phone {
    padding: 11px 4px;
  }
  .main-header-contact .text-phone p {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #11161e !important;
  }
  .main-header-contact .text-phone a span {
    font-size: 16px;
    color: #11161e !important;
  }
  .header-wrap .header-ct-left {
    margin: 0;
    float: left;
  }
  .tf-custom-header {
    background: #fff;
  }
  .tf-custom-header .tf-container {
    position: relative;
    z-index: 1;
  }
  .canvas-nav-wrap .main-header-contact {
    display: flex !important;
    float: none;
    padding: 20px 20px;
    position: relative;
  }
  .canvas-nav-wrap .main-header-contact .text-phone {
    margin-right: 10px;
    color: #11161e;
  }
  .canvas-nav-wrap .main-header-contact .text-phone a {
    color: #11161e;
  }
  .blog-formatted .item .format-video .featured-post .entry-meta {
    display: none;
  }
  body.single .featured-post .entry-meta {
    bottom: 20px;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  .tfl-pricing-table.grid-4-columns .tfl-pricing-plan-outter {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .featured-post .entry-meta {
    bottom: 20px;
    left: 20px;
    right: 20px;
    transform: unset;
    top: unset;
  }
  .blog-grid .featured-post .entry-meta {
    bottom: 10px;
  }
  .h-100-on-1199 {
    margin-bottom: 0;
  }
  .h-100-on-1199 .elementor-spacer-inner {
    height: 100px !important;
  }
  .h-20-on-1199 .elementor-spacer-inner {
    height: 20px !important;
  }
  footer .main-ft-bg {
    background-image: unset !important;
  }
  footer .elementor-container {
    flex-wrap: wrap;
  }
  footer .elementor-image-gallery {
    max-width: 300px;
  }
  footer .tfl-column1,
  footer .tfl-column2,
  footer .tfl-column3,
  footer .tfl-column4,
  footer .tfl-column5 {
    margin-bottom: 50px;
  }
  footer .tfl-column1 {
    width: 50% !important;
    order: 2;
  }
  footer .tfl-column1 .elementor-widget-container {
    max-width: 300px;
  }
  footer .tfl-column5 {
    width: 50% !important;
    order: 2;
  }
  footer .tfl-column2,
  footer .tfl-column3,
  footer .tfl-column4 {
    width: 33.33333% !important;
    order: 1;
  }
  .btn-menu {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .btn-menu svg {
    fill: #fff;
  }
  .btn-menu svg g {
    fill: #fff;
  }
  .btn-menu .menu-open {
    display: block;
    width: 100%;
    height: 100%;
  }
  .btn-menu .menu-close {
    height: 30px;
    width: 30px;
    margin: auto;
    display: none;
  }
  .tf-custom-header .btn-menu svg g {
    fill: #11161e;
  }
  .tf-custom-header .dark-mode-yes .btn-menu svg g {
    fill: #fff;
  }
  body.menu-opened {
    overflow: hidden;
  }
  body.menu-opened .btn-menu .menu-open {
    display: none;
  }
  body.menu-opened .btn-menu .menu-close {
    display: block;
  }
  body.menu-opened .canvas-nav-wrap .inner-canvas-nav {
    left: 0;
  }
  body.menu-opened .canvas-nav-wrap .overlay-canvas-nav {
    opacity: 1;
    visibility: visible;
  }
  .canvas-nav-wrap .overlay-canvas-nav {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100vh;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .canvas-nav-wrap .inner-canvas-nav {
    width: 270px;
    height: 100vh;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    transition: all 0.3s;
  }
  .canvas-nav-wrap .inner-canvas-nav #logo-mobi {
    text-align: center;
    padding: 20px;
    background: #fff;
    margin-bottom: -1px;
  }
  .canvas-nav-wrap .inner-canvas-nav .mainnav_canvas {
    padding: 20px 20px;
    background: #fff;
    font-family: "Poppins";
  }
  .canvas-nav-wrap .inner-canvas-nav .mainnav_canvas > ul > li > a {
    text-transform: uppercase;
    font-weight: 500 !important;
  }
  .canvas-nav-wrap
    .inner-canvas-nav
    .mainnav_canvas
    ul.sub-menu
    ul.sub-menu
    ul.sub-menu {
    padding: 0 !important;
    min-width: auto;
  }
  .canvas-nav-wrap .inner-canvas-nav .mainnav_canvas ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    opacity: 1;
    transform: unset;
    visibility: visible;
  }
  .canvas-nav-wrap .inner-canvas-nav .mainnav_canvas ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: solid 1px #f7f7f7;
    flex-wrap: wrap;
    position: relative;
  }
  .canvas-nav-wrap .inner-canvas-nav .mainnav_canvas ul li a {
    padding: 12px 0;
    color: #11161e;
    text-decoration: none;
    line-height: 1;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
  }
  .canvas-nav-wrap .inner-canvas-nav .mainnav_canvas ul ul.sub-menu {
    width: 100%;
    background: transparent;
    box-shadow: none;
    padding-left: 20px;
    transition: unset;
  }
  .canvas-nav-wrap .inner-canvas-nav .mainnav_canvas .btn-submenu {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f067";
    color: #005bc1;
    text-align: center;
    cursor: pointer;
    width: 15px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .canvas-nav-wrap
    .inner-canvas-nav
    .mainnav_canvas
    .btn-submenu.active
    i:before {
    content: "\f068" !important;
  }
  .header-wrap {
    justify-content: space-between;
  }
  .header-ct-right .nav-wrap {
    display: none;
  }
  .page-header .page-title-heading:after,
  .main-header-contact,
  #header .icon-header2,
  #header .icon-header,
  .show-search {
    display: none;
  }
}
@media (max-width: 1024px) {
  .service-grid .services-item {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .service-grid.grid-4-columns.style3 .service-item-inner {
    border-right: none;
  }
  .form-subscriber {
    padding: 50px 35px 30px 35px;
  }
  .elementor-widget-tfcounter .elementor-widget-container .flat-content {
    margin-bottom: 50px;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .themesflat_header_wrap.light-mode-yes {
    background: #fff;
  }
  .themesflat_header_wrap.light-mode-yes .btn-menu svg {
    fill: #11161e;
  }
  .themesflat_header_wrap.light-mode-yes .btn-menu svg g {
    fill: #11161e;
  }
  .tf-testimonial-carousel .owl-dots {
    width: 100%;
    text-align: center;
  }
  .vertical-arrows .tf-testimonial-carousel .owl-dots {
    width: auto;
  }
  .info-contact {
    max-width: 100%;
    margin-bottom: 50px;
  }
  .info-contact > div {
    flex-direction: column;
    margin-bottom: 25px;
  }
  .info-contact > div .title {
    width: auto;
    margin-bottom: 8px;
  }
  .info-contact > div ul.list-social {
    width: auto;
    text-align: left;
  }
  .info-contact > div strong {
    line-height: 1.3;
    margin-top: 0;
    width: auto;
    font-size: 16px;
  }
  .main-content {
    padding: 80px 0;
  }
  .show-on-991 {
    display: block;
  }
  .blog-formatted .item .featured-post .meta-left {
    min-width: auto;
  }
  .portfolio-items.grid-3-columns .portfolio-item,
  .portfolio-items.grid-4-columns .portfolio-item,
  .portfolio-items.grid-5-columns .portfolio-item {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
  }
  .wrap-blog-articles {
    max-width: 100%;
  }
  .w-25-percent,
  .w-75-percent {
    width: 100% !important;
  }
  .hide-bg-991 {
    background-image: unset !important;
  }
  .tfl-pricing-table .tfl-pricing-plan-outter {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .tfl-pricing-table .tfl-pricing-plan-outter .tfl-grid-item {
    padding: 69px 16px 49px 16px;
  }
  .title-video {
    display: none;
  }
  .elementor-widget-video {
    padding: 12px;
  }
  .elementor-custom-embed-play .eicon-play {
    font-size: 24px;
  }
  .has-overlay:before {
    top: 4px;
    left: 4px;
  }
  .has-overlay
    .elementor-custom-embed-image-overlay
    .elementor-custom-embed-play {
    top: 50%;
  }
  .owl-carousel .owl-stage {
    display: flex;
    flex-wrap: wrap;
  }
  .owl-carousel .owl-stage .owl-item .item {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .owl-carousel .owl-stage .owl-item .item img {
    width: auto;
    max-width: 100%;
    margin: auto;
  }
  .main-header-contact,
  .icon-header {
    display: none;
  }
  .blog-grid.columns-3,
  .blog-grid.blog-three-columns {
    justify-content: center;
  }
  .blog-grid.columns-3 .item,
  .blog-grid.blog-three-columns .item {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .featured-post .entry-meta .meta-left .post-date {
    margin-right: 0;
  }
  .featured-post .entry-meta .meta-left {
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .block-quote .elementor-widget-container {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .blog-grid.grid-2-columns .item,
  .blog-grid.columns-2 .item,
  .blog-grid.blog-two-columns .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .tf-team.style-1 {
    margin-bottom: 30px;
  }
  .tfl-col-7 {
    order: 1;
    width: 100% !important;
    margin-bottom: 50px;
    text-align: left;
  }
  .tfl-col-5 {
    width: 100% !important;
    order: 2;
  }
  .standard_design #comments .comment-list-wrap ol .children .children,
  #comments .comment-list-wrap ol .children {
    margin-left: 40px;
  }
  .standard_design
    #comments
    .comment-list-wrap
    ol
    .children
    article.comment_wrap,
  #comments .comment-list-wrap ol article.comment_wrap {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
  }
  .standard_design
    #comments
    .comment-list-wrap
    ol
    .children
    article.comment_wrap
    .gravatar,
  #comments .comment-list-wrap ol article.comment_wrap .gravatar {
    margin-bottom: 15px;
  }
  .standard_design
    #comments
    .comment-list-wrap
    ol
    .children
    article.comment_wrap
    .comment_content,
  #comments .comment-list-wrap ol article.comment_wrap .comment_content {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .standard_design
    #comments
    .comment-list-wrap
    ol
    .children
    article.comment_wrap
    .comment_content:before,
  #comments .comment-list-wrap ol article.comment_wrap .comment_content:before {
    display: none;
  }
  body.single-portfolios
    .entry-content
    .elementor-widget-image
    .elementor-widget-container {
    margin: 0 !important;
  }
  body.single-portfolios
    .entry-content
    .elementor-widget-image
    .elementor-widget-container
    img {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog-formatted .item .format-quote .main-post {
    padding: 30px;
  }
  .wrap_comment_reply .comment_reply,
  .wrap_comment_reply .comment_edit {
    margin-right: 15px;
  }
  .tfl-pricing-table .tfl-pricing-plan-outter {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .tfl-pricing-table .tfl-pricing-plan-outter .tfl-grid-item {
    padding: 69px 16px 49px 16px;
  }
  .blog-grid.columns-3,
  .blog-grid.blog-three-columns {
    justify-content: center;
  }
  .blog-grid.columns-3 .item,
  .blog-grid.blog-three-columns .item {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .copyright-text {
    text-align: center;
  }
  footer ul#menu-copyright {
    justify-content: center;
  }
  .themesflat-top .container-inside {
    display: block;
    justify-content: unset;
  }
  .themesflat-top .content-left {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .themesflat-top .content-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .themesflat-top ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .list-items .list-icon:after {
    display: none;
  }
  .tf-imagebox .content {
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 600px) {
  .service-grid .services-item {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
  .portfolio-items.grid-3-columns .portfolio-item,
  .portfolio-items.grid-4-columns .portfolio-item,
  .portfolio-items.grid-5-columns .portfolio-item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .standard_design #comments .comment-list-wrap ol .children,
  #comments .comment-list-wrap ol .children {
    margin-left: 25px;
  }
  .widget_block h2 {
    font-size: 18px;
  }
  .form-subscriber {
    padding: 50px 15px 30px 15px;
  }
  .form-subscriber .wrap-image {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .form-subscriber .heading-form {
    flex-direction: column;
  }
  .form-subscriber .wrap-content {
    width: 100%;
    text-align: center;
  }
  .wrap-menu-on-slider {
    margin-top: 0;
    padding: 20px 0;
    background: #040405;
  }
  .wrap-menu-on-slider .elementor-widget-wrap {
    justify-content: center;
  }
  .elementor-widget-wp-widget-nav_menu .menu-slider-menu-container .menu {
    padding-left: 10px;
  }
  .elementor-widget-wp-widget-nav_menu .menu-slider-menu-container .menu li {
    margin-right: 20px;
  }
  #comments
    .comment-list-wrap
    ol
    article.comment_wrap
    .comment_content
    .comment_meta {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
  }
  #comments
    .comment-list-wrap
    ol
    article.comment_wrap
    .comment_content
    .comment_meta
    .comment_author {
    margin-bottom: 10px;
  }
  .our-testimonials
    .owl-carousel
    .owl-item
    .item
    .elementor-widget-text-editor
    .elementor-widget-container
    p {
    font-size: 18px;
    line-height: 1.5;
  }
  .wpcf7-form .wrap-btn-submit {
    margin-top: 20px;
  }
  .blog-formatted .item .format-quote .main-post .featured-post .quote .right {
    width: calc(100% - 78px);
  }
  .blog-formatted .item .format-quote .main-post .featured-post .quote .left {
    width: 60px;
    height: auto;
  }
  h1 {
    font-size: 34px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  footer .tfl-column1 {
    width: 100% !important;
    order: 1;
  }
  footer .tfl-column2,
  footer .tfl-column3,
  footer .tfl-column4,
  footer .tfl-column5 {
    width: 100% !important;
  }
}
@media (max-width: 320px) {
  .themesflat-top {
    display: none;
  }
}
@media (max-width: 1440px) and (min-width: 481px) {
  body.page-home-2
    .elementor-widget-wp-widget-nav_menu
    .menu-slider-menu-container
    .menu
    li
    a {
    color: #11161e;
  }
}
