@charset "UTF-8";
/*!
Theme Name: Insuz
Theme URI: https://bracketweb.com/insuzwp/
Author: Bracket Web
Author URI: https://themeforest.net/user/bracket-web
Description: Insuz is a Business Consulting WordPress Theme. Which fits for all kind of business and consulting services, such as business consulting, marketing consulting, advertising consulting, financial advisors also for small and medium size companies.
Version: 1.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: insuz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

insuz is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Templates
	- Common
	- Navigations One
	- Navigations Two
	- Animations
	- Zoom Fade Css
	- Mobile Nav
	- Search Popup
	- Banner One
	- Main Slider Two
	- Welcome One
	- Counter One
	- We Change
	- We Make
	- Services One
	- Portfolio One
	- Brand One
	- Testimonials Two
	- Two Boxes
	- Video One
	- Reasons One
	- Blog One
	- CTA One
	- Site Footer
	- Areas Of Practice
	- Build Business
	- Web Solutions
	- Team One
	- Watch Video
	- Core Features
	- Blog Two
	- Google Map
	- Get In Touch
	- CTA Two
	- Portfolio Two
	- Page Header
	- Service Details
	- Blog Sidebar
	- Sidebar
	- Blog Details
		- Comments
	- Portfolio Page
	- Portfolio Details
	- Similar Work
	- Portfolio Details Full
	- Reasons
	- Error Page
	- Contact Page
	- Contact Page Google Map
--------------------------------------------------------------*/
:root {
  --insuz-font: "Manrope", sans-serif;
  --insuz-font-two: "Montserrat", sans-serif;
  --insuz-white: #ffffff;
  --insuz-white-rgb: 255, 255, 255;
  --insuz-base: #29eefa;
  --insuz-base-rgb: 41, 238, 250;
  --insuz-black: #090808;
  --insuz-black-rgb: 9, 8, 8;
  --insuz-gray: #efefef;
  --insuz-gray-rgb: 239, 239, 239;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: var(--insuz-gray, #efefef);
  font-family: var(--insuz-font, "Manrope", sans-serif);
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

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;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--insuz-gray, #efefef);
  cursor: help;
}

mark,
ins {
  background: var(--insuz-gray, #efefef);
  text-decoration: none;
}

big {
  font-size: 125%;
}

b,
strong {
  color: var(--insuz-black);
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.has-fixed-footer,
.has-fixed-footer body {
  height: 100%;
  overflow: unset;
}

.has-fixed-footer .page-wrapper {
  min-height: 100%;
  margin-bottom: -100px;
}

.has-fixed-footer .error-page,
.has-fixed-footer .blog-list,
.has-fixed-footer .blog-single {
  padding-bottom: 220px;
}

.has-fixed-footer .blog-single {
  padding-bottom: 171px;
}

hr {
  background-color: var(--insuz-gray, #efefef);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 0.5em 3em;
  padding-left: 1em;
}

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 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  max-width: 100%;
}

tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid var(--insuz-gray, #efefef);
  border-top: 1px solid var(--insuz-gray, #efefef);
  font-size: 16px;
}

table > tbody > tr > td,
table > tbody > tr > th,
table > tfoot > tr > td,
table > tfoot > tr > th,
table > thead > tr > td,
table > thead > tr > th {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid var(--insuz-gray, #efefef);
  border-top: 1px solid var(--insuz-gray, #efefef);
  font-size: 16px;
}

/* Links
--------------------------------------------- */
a {
  color: var(--insuz-black);
}

a:hover,
a:focus,
a:active {
  color: var(--insuz-base);
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: var(--insuz-gray, #efefef) var(--insuz-gray, #efefef)
    var(--insuz-gray, #efefef);
  background: var(--insuz-gray, #efefef);
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: var(--insuz-gray, #efefef) var(--insuz-gray, #efefef)
    var(--insuz-gray, #efefef);
}

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: var(--insuz-gray, #efefef) var(--insuz-gray, #efefef)
    var(--insuz-gray, #efefef);
}

.wp-block-button:not(.wp-block-button.align-left) {
  margin-bottom: 20px;
}

.blog-details__content .wp-block-button a:hover {
  background-color: var(--insuz-base, #29eefa);
  border-color: var(--insuz-base, #29eefa);
  color: var(--insuz-white, #ffffff);
}

.wp-block-button.is-style-outline a:hover {
  color: var(--insuz-base, #29eefa) !important;
}

.blog-details__content .wp-block-button a {
  transition: all 500ms ease;
}

.blog-details__content .wp-block-button.is-style-squared a {
  border-radius: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: var(--insuz-gray, #efefef);
  border: 1px solid var(--insuz-gray, #efefef);
  border-radius: 0px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: var(--insuz-gray, #efefef);
}

/* clears the ‘X’ from Internet Explorer */
input[type="search"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

select {
  border: 1px solid var(--insuz-gray, #efefef);
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.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%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 0em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
  color: var(--insuz-black);
  font-weight: 600;
  transition: 0.3s;
}

.comment-content a:hover {
  color: var(--insuz-base);
}

.bypostauthor {
  display: block;
}

.comments-area {
  position: relative;
}

.comments-area .comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-area .comment-list ul.children {
  margin: 0;
  list-style: none;
  padding-left: 3em;
}

@media (max-width: 575px) {
  .comments-area .comment-list ul.children {
    padding-left: 1em;
  }
}

.comments-area .comment-box {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--insuz-gray, #efefef);
}

.comments-area .comment {
  position: relative;
  min-height: 90px;
}

.comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-bottom: 20px;
  overflow: hidden;
}

.comments-area .comment-box .author-thumb img {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
}

.comments-area .comment-box .info {
  position: relative;
  margin-bottom: 25px;
  line-height: 24px;
}

.comments-area .comment-box .info .name {
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: var(--insuz-black, #090808);
  text-transform: uppercase;
}

.comments-area .comment-box .info .date {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: var(--insuz-base, #29eefa);
}

.comments-area .comment-box .text {
  position: relative;
  display: block;
  color: var(--insuz-gray, #efefef);
  font-weight: 300;
  line-height: 1.5em;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.comments-area .comment-box .reply-btn {
  position: relative;
  display: block;
}

.comments-area .comment-box .theme-btn .btn-title {
  padding: 6px 30px 4px;
  line-height: 30px;
}

.comments-area .comment-body .says {
  display: none;
}

.comments-area .comment-body {
  position: relative;
  padding-left: 120px;
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 767px) {
  .comments-area .comment-body {
    padding-left: 0;
  }
}

.comments-area .pingback .comment-body,
.comments-area .trackback .comment-body {
  padding-left: 0;
}

.comments-area .comment-body .avatar {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .comments-area .comment-body .avatar {
    position: relative;
    margin-bottom: 30px;
  }
}

.comments-area .fn a,
.comments-area .fn {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: var(--insuz-black, #343434);
  text-decoration: none;
}

.comments-area .comment-body .comment-metadata {
  margin-bottom: 25px;
}

.comments-area .comment-body .comment-metadata a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  color: var(--insuz-black);
  text-decoration: none;
  transition: 0.3s;
}

.comments-area .comment-body .comment-metadata a:hover {
  color: var(--insuz-base, #29eefa);
}

.comments-area .comment-body .comment-metadata .edit-link a::before {
  content: ".";
  margin-left: 8px;
  margin-right: 10px;
}

.comments-area .comment-content p {
  position: relative;
  display: block;
  margin-bottom: 1em !important;
  font-family: var(--insuz-font, "Manrope", sans-serif);
  letter-spacing: 0;
  font-size: 16px;
  color: var(--insuz-black);
  line-height: 32px;
  opacity: 0.8;
  margin: 0;
}

.comments-area .comment-content table a {
  color: var(--insuz-base, #29eefa);
  text-decoration: none;
}

.comments-area .comment-content table a {
  color: var(--insuz-black, #090808);
}

.comments-area .comment-content table a:hover {
  color: var(--insuz-base, #29eefa);
}

.comments-area .comment-content p:last-of-type {
  margin-bottom: 0 !important;
}

.comments-area .reply a {
  padding: 0px 13px;
  position: absolute;
  top: 21px;
  right: 0;
  background-color: #e9f1f2;
  font-size: 13px;
  line-height: 23px;
  color: var(--insuz-black);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comments-area .reply a:hover {
  background-color: var(--insuz-black);
  color: #ffffff;
}

@media (min-width: 992px) {
  .comments-area .reply a {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.comments-area .blog-pagination a,
.comments-area .blog-pagination span {
  margin-bottom: 45px;
}

.comment-respond .blog-details__content-title {
  margin-bottom: 50px;
}

.reply-form .logged-in-as {
  display: flex;
  flex-wrap: wrap;
  color: var(--insuz-base, #29eefa);
  margin-bottom: 30px;
  margin-top: -20px;
  font-weight: 500;
}

.reply-form .logged-in-as a {
  text-decoration: none;
  margin-left: 10px;
  margin-right: 10px;
  color: var(--insuz-black);
  transition: 0.3s;
}

.reply-form .logged-in-as a:hover {
  color: var(--insuz-base);
}

.comment-form__title small {
  font-size: 20px;
}

.comment-form__title small a {
  text-decoration: none;
  color: var(--insuz-base, #29eefa);
  text-decoration: underline;
}

.comment-form__title small a:hover {
  color: var(--insuz-black, #090808);
  opacity: 0.5;
}

.comment-list .comment-respond {
  margin-bottom: 30px;
}

.reply-form .form-submit {
  margin-bottom: 0;
}

.comment-list .reply-form .form-submit {
  margin-bottom: 30px;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin-bottom: 50px;
}

.widget select {
  max-width: 100%;
}

.sidebar .widget ul,
.sidebar__single ul {
  margin-left: 0;
  padding-left: 0;
}

.sidebar .widget ul ul,
.sidebar__single ul ul {
  padding-left: 0.5em;
  margin-top: 7px;
}

.sidebar .widget select,
.sidebar__single select {
  width: 100%;
  height: 68px;
  background-color: #ffffff;
  border: 1px solid #635a5a;
  font-weight: 400;
  outline: none;
  color: #635a5a;
  font-size: 16px;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--insuz-font, "Kumbh Sans", sans-serif);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="currentColor" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  border-radius: 0;
}

.sidebar .widget ul li,
.sidebar__single ul li {
  position: relative;
}

.sidebar .widget ul li a::after,
.sidebar__single ul li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
  position: absolute;
  font-size: 16px;
  top: -1px;
  right: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar .widget ul li a,
.sidebar__single ul li a {
  transition: all 500ms ease;
  font-weight: 500;
  color: #635a5a;
}

.sidebar .widget ul li a:hover,
.sidebar__single ul li a:hover {
  color: var(--insuz-base, #29eefa) !important;
}

.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  list-style: none;
}

.sidebar .widget.widget_rss ul li,
.sidebar__single.widget_rss ul li {
  position: relative;
}

.sidebar .widget.widget_rss ul li ::after,
.sidebar__single.widget_rss ul li ::after {
  content: "";
}

.sidebar .widget.widget_rss ul li + li,
.sidebar__single.widget_rss ul li + li {
  margin-top: 10px;
}

.sidebar .widget.widget_rss li .rsswidget,
.sidebar__single.widget_rss li .rsswidget {
  color: var(--insuz-black, #090808);
  font-size: 16px;
  line-height: 1.5em;
  display: block;
}

.sidebar .widget p,
.sidebar__single p,
.sidebar .widget.widget_rss li .rssSummary,
.sidebar__single.widget_rss li .rssSummary {
  font-size: 16px;
  line-height: 32px;
  color: var(--insuz-black, #090808);
  opacity: 0.8;
}

.sidebar .widget p,
.sidebar__single p,
.sidebar .widget.widget_rss li .rssSummary {
  font-weight: 500;
}

.sidebar .widget.widget_rss li .rss-date,
.sidebar__single.widget_rss li .rss-date {
  display: flex;
  align-items: center;
  color: var(--insuz-black, #090808);
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 10px;
  line-height: 1;
  font-weight: 500;
}

.sidebar .sidebar__search-form button[type="submit"] {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 65px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 0;
  clip-path: none;
}

.sidebar .widget.widget_rss li .rss-date::before,
.sidebar__single.widget_rss li .rss-date::before {
  content: "\e907";
  font-family: "icomoon" !important;
  font-weight: 900;
  font-size: 14px;
  color: var(--insuz-black, #090808);
  opacity: 0.8;
  margin-right: 10px;
}

.sidebar .widget.widget_rss cite,
.sidebar__single.widget_rss cite {
  color: var(--insuz-black, #090808);
  font-size: 14px;
}

.sidebar .widget .tagcloud,
.sidebar__single .tagcloud {
  margin-bottom: -10px;
  margin-left: -5px;
}

.sidebar .widget .tagcloud a,
.sidebar__single .tagcloud a,
.sidebar__single .wp-block-tag-cloud a {
  font-size: 12px !important;
  color: var(--insuz-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: transparent;
  display: inline-block;
  padding: 5px 20px 5px;
  margin-left: 5px;
  text-transform: capitalize;
  font-weight: 800;
  margin-bottom: 10px;
  border: 1px solid #eae2e2;
}

.sidebar .widget .tagcloud a:hover,
.sidebar__single .tagcloud a:hover,
.sidebar__single .wp-block-tag-cloud a:hover {
  background: var(--insuz-base, #29eefa);
  border-color: var(--insuz-base, #29eefa);
}

.sidebar .widget .wp-block-search input[type="search"],
.sidebar__single .wp-block-search input[type="search"] {
  background-color: #ffffff;
  height: 70px;
  padding-left: 25px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 400;
  color: var(--insuz-black, #090808);
  border-radius: 0;
}

.sidebar .widget .wp-block-search input[type="search"]::placeholder,
.sidebar__single .wp-block-search input[type="search"]::placeholder {
  color: var(--insuz-black, #090808);
  opacity: 0.8;
}

.sidebar .widget .wp-block-search .wp-block-search__button,
.sidebar__single .wp-block-search .wp-block-search__button {
  padding: 15px 18px;
  text-transform: capitalize;
  color: #ffffff;
  background-color: var(--insuz-black, #090808);
  line-height: 1;
  fill: #ffffff;
  border-radius: 0;
  margin-left: 0;
  transition: all 500ms ease;
  font-size: 20px;
}

.sidebar .widget .wp-block-search .wp-block-search__button:hover,
.sidebar__single .wp-block-search .wp-block-search__button:hover {
  background-color: var(--insuz-base, #29eefa);
  color: var(--insuz-black, #090808);
  fill: var(--insuz-black, #090808);
}

.sidebar .widget:last-child,
.sidebar__single.widget:last-child {
  margin-bottom: 0;
}

.sidebar .widget .widget {
  padding: 0;
  margin: 0;
}

.sidebar .widget .widget::before {
  display: none;
}

.sidebar .widget .wp-block-columns {
  margin: 0;
}

.wp-calendar-table {
  margin-bottom: 0;
}

.wp-calendar-table th,
.wp-calendar-table td {
  text-align: center;
}

.wp-calendar-table caption {
  padding: 0;
  text-align: center;
  color: var(--insuz-black, #090808);
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.wp-calendar-nav {
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-calendar-nav a {
  color: var(--insuz-black, #090808);
  transition: all 500ms ease;
  font-weight: 500;
}

.wp-calendar-nav a:hover {
  color: var(--insuz-base, #29eefa);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead,
.sidebar__single .calendar_wrap .wp-calendar-table thead {
  background-color: var(--insuz-black, #090808);
}

.sidebar .widget .calendar_wrap .wp-calendar-table thead th,
.sidebar__single .calendar_wrap .wp-calendar-table thead th {
  text-align: center;
  color: #ffffff;
  font-weight: 400;
  font-size: 18px;
  border: none;
}

.wp-block-calendar .wp-calendar-table caption {
  padding-bottom: 0;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  padding-top: 10px;
}

.wp-block-calendar .wp-calendar-nav {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wp-block-calendar .wp-calendar-nav a {
  text-decoration: none;
  line-height: 1;
  color: var(--insuz-black, #090808);
  text-transform: uppercase;
  font-weight: 600;
  transition: all 500ms ease;
}

tbody {
  background-color: #ffffff;
}

.sidebar .widget ul,
.sidebar__single ul {
  list-style: none;
}

.sidebar .widget .widget-title,
.sidebar__single .widget-title {
  display: flex;
  align-items: center;
}

.sidebar .widget .widget-title .rss-widget-icon,
.sidebar__single .widget-title .rss-widget-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.sidebar .widget .widget-title a,
.sidebar__single .widget-title a {
  color: inherit;
  transition: all 500ms ease;
}

.sidebar .widget .widget-title a:hover,
.sidebar__single .widget-title a:hover {
  color: var(--insuz-base, #29eefa);
}

.sidebar .widget.widget_categories > ul,
.sidebar .widget.widget_nav_menu > ul,
.sidebar .widget.widget_meta > ul,
.sidebar .widget.widget_pages > ul,
.sidebar .widget.widget_archive > ul,
.sidebar__single.widget_categories > ul,
.sidebar__single.widget_nav_menu > ul,
.sidebar__single.widget_meta > ul,
.sidebar__single.widget_pages > ul,
.sidebar__single.widget_archive > ul {
  margin-top: -8px;
  padding-left: 0;
}

.sidebar .widget.widget_categories > ul ul,
.sidebar .widget.widget_nav_menu > ul ul,
.sidebar .widget.widget_meta > ul ul,
.sidebar .widget.widget_pages > ul ul,
.sidebar .widget.widget_archive > ul ul,
.sidebar__single.widget_categories > ul ul,
.sidebar__single.widget_nav_menu > ul ul,
.sidebar__single.widget_meta > ul ul,
.sidebar__single.widget_pages > ul ul,
.sidebar__single.widget_archive > ul ul {
  margin-top: 7px;
  padding-left: 0.7em;
}

.sidebar .widget.widget_categories li,
.sidebar .widget.widget_nav_menu li,
.sidebar .widget.widget_meta li,
.sidebar .widget.widget_pages li,
.sidebar .widget.widget_archive li,
.sidebar__single.widget_categories li,
.sidebar__single.widget_nav_menu li,
.sidebar__single.widget_meta li,
.sidebar__single.widget_pages li,
.sidebar__single.widget_archive li {
  font-size: 16px;
}

.sidebar .widget.widget_categories li + li,
.sidebar .widget.widget_nav_menu li + li,
.sidebar .widget.widget_meta li + li,
.sidebar .widget.widget_pages li + li,
.sidebar .widget.widget_archive li + li,
.sidebar__single.widget_categories li + li,
.sidebar__single.widget_nav_menu li + li,
.sidebar__single.widget_meta li + li,
.sidebar__single.widget_pages li + li,
.sidebar__single.widget_archive li + li {
  margin-top: 10px;
}

.sidebar .widget.widget_recent_entries ul,
.sidebar .widget.widget_recent_comments ul,
.sidebar__single.widget_recent_entries ul,
.sidebar__single.widget_recent_comments ul {
  padding: 0;
  margin-top: 7px;
}

.sidebar .widget.widget_recent_entries ul li ::after,
.sidebar .widget.widget_recent_comments ul li ::after,
.sidebar__single.widget_recent_entries ul li ::after,
.sidebar__single.widget_recent_comments ul li ::after {
  display: none;
}

.sidebar .widget.widget_recent_entries ul li,
.sidebar .widget.widget_recent_comments ul li,
.sidebar__single.widget_recent_entries ul li,
.sidebar__single.widget_recent_comments ul li {
  padding-left: 65px;
  font-size: 16px;
  margin: 0;
  line-height: 26px;
  color: #635a5a;
  min-height: 45px;
}

.sidebar .widget.widget_recent_entries ul li + li,
.sidebar .widget.widget_recent_comments ul li + li,
.sidebar__single.widget_recent_entries ul li + li,
.sidebar__single.widget_recent_comments ul li + li {
  margin-top: 23px;
}

.sidebar .widget.widget_recent_entries ul li a,
.sidebar .widget.widget_recent_comments ul li a,
.sidebar__single.widget_recent_entries ul li a,
.sidebar__single.widget_recent_comments ul li a {
  color: inherit;
  transition: all 500ms ease;
}

.sidebar .widget.widget_recent_entries ul li a:hover,
.sidebar .widget.widget_recent_comments ul li a:hover,
.sidebar__single.widget_recent_entries ul li a:hover,
.sidebar__single.widget_recent_comments ul li a:hover {
  color: var(--insuz-black, #090808);
  text-shadow: 0 0 1px currentColor;
}

.sidebar .widget.widget_recent_entries ul li::before,
.sidebar .widget.widget_recent_comments ul li::before,
.sidebar__single.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_comments ul li::before {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0;
  transition: all 0.4s ease;
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: var(--insuz-black, #090808);
  color: #fff;
}

.sidebar .widget.widget_recent_entries ul li:hover::before,
.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_entries ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--insuz-base, #29eefa);
  color: #ffffff;
}

.sidebar .widget.widget_recent_entries li,
.sidebar__single.widget_recent_entries li {
  min-height: 45px;
  display: flex;
  align-items: center;
}

.sidebar .widget.widget_recent_entries ul li::before,
.sidebar__single.widget_recent_entries ul li::before {
  content: "\f044";
}

.sidebar .widget.widget_rss ul,
.sidebar__single.widget_rss ul {
  padding: 0;
  margin-top: -5px;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul,
.sidebar__single.recent-posts-widget-with-thumbnails ul {
  margin-top: 0 !important;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li ::after,
.sidebar__single.recent-posts-widget-with-thumbnails ul li ::after {
  display: none;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li {
  padding-bottom: 20px;
  padding-top: 15px;
  padding-left: 115px;
  position: relative;
  margin-bottom: 0;
  transition: all 500ms ease;
  display: flex;
  flex-direction: column-reverse;
  background-color: var(--insuz-white);
  border-radius: 3px;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li + li,
.sidebar__single.recent-posts-widget-with-thumbnails ul li + li {
  margin-top: 20px;
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li img,
.sidebar__single.recent-posts-widget-with-thumbnails ul li img {
  position: absolute;
  width: 75px;
  height: 84px !important;
  border-radius: 3px;
  top: 15px;
  left: 20px;
  height: auto;
  background-color: var(--insuz-black, #090808);
  object-fit: cover;
  filter: grayscale(1);
}

.sidebar
  .widget.recent-posts-widget-with-thumbnails
  ul
  li
  .rpwwt-post-date::before,
.sidebar__single.recent-posts-widget-with-thumbnails
  ul
  li
  .rpwwt-post-date::before {
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: rgba(var(--insuz-black-rgb), 0.8);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  font-size: 16px;
  color: var(--insuz-black, #090808);
  transition: all 500ms ease;
  text-transform: capitalize;
  font-weight: 700;
  letter-spacing: var(--insuz-letter-space-small);
  line-height: 28px;
  display: block;
}

.sidebar
  .widget.recent-posts-widget-with-thumbnails
  ul
  li
  .rpwwt-post-title:hover,
.sidebar__single.recent-posts-widget-with-thumbnails
  ul
  li
  .rpwwt-post-title:hover {
  color: var(--insuz-base, #29eefa);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 6px;
  margin-top: 10px;
  line-height: 1;
  color: rgba(var(--insuz-black-rgb), 0.8);
  text-transform: capitalize;
  font-weight: 500;
}

.news-one .blog-pagination {
  justify-content: center;
  margin-top: 30px;
}

.sidebar .widget .wp-block-categories,
.sidebar__single .wp-block-categories {
  padding-left: 0;
}

.sidebar .widget .wp-block-tag-cloud,
.sidebar__single .wp-block-tag-cloud {
  margin-bottom: -10px;
}

.sidebar .widget .wp-block-latest-comments__comment-meta,
.sidebar__single .wp-block-latest-comments__comment-meta {
  font-size: 16px;
  line-height: 26px;
  color: var(--insuz-gray, #efefef);
}

.sidebar .widget .wp-block-categories li + li,
.sidebar__single .wp-block-categories li + li {
  margin-top: 5px;
}

.sidebar .widget ul li,
.sidebar__single ul li {
  font-size: 16px;
}

.sidebar .widget .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li,
.sidebar__single .wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  margin-bottom: 0;
}

.sidebar
  .widget
  .wp-block-latest-comments:not(.has-avatar):not(.has-dates)
  li
  + li,
.sidebar__single
  .wp-block-latest-comments:not(.has-avatar):not(.has-dates)
  li
  + li {
  margin-top: 20px;
}

.widget_nav_menu ul.menu {
  margin-top: -10px;
  margin-bottom: -6px;
}

.widget_recent_entries > ul {
  margin-top: -7px;
}

.sidebar .widget.widget_recent_comments ul li:hover::before,
.sidebar__single.widget_recent_comments ul li:hover::before {
  background-color: var(--insuz-base);
  color: #ffffff;
}

.sidebar
  .widget.recent-posts-widget-with-thumbnails
  ul
  li
  .rpwwt-post-comments-number::before,
.sidebar__single.recent-posts-widget-with-thumbnails
  ul
  li
  .rpwwt-post-comments-number::before {
  content: "\f086";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  margin-right: 5px;
  color: var(--insuz-primary, #3c72fc);
}

.sidebar .widget.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title,
.sidebar__single.recent-posts-widget-with-thumbnails ul li .rpwwt-post-title {
  color: var(--insuz-black, #090808);
  transition: all 500ms ease;
  text-transform: uppercase;
  margin-top: 3px;
  display: block;
  font-family: var(--insuz-font);
  font-weight: 700;
  font-size: 14px;
}

.sidebar .widget input[type="email"],
.sidebar .widget input[type="search"],
.sidebar .widget input[type="password"],
.sidebar .widget input[type="text"] {
  width: 100%;
  display: block;
  height: 68px;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding-left: 30px;
  padding-right: 30px;
  color: var(--insuz-black, #090808);
  outline: none;
}

.sidebar .widget input[type="email"]::placeholder,
.sidebar .widget input[type="search"]::placeholder,
.sidebar .widget input[type="password"]::placeholder,
.sidebar .widget input[type="text"]::placeholder {
  color: var(--insuz-black, #090808);
  opacity: 0.8;
}

.sidebar .widget .textwidget > p:first-child {
  margin-top: -10px;
}

.sidebar .widget .wp-block-tag-cloud,
.sidebar .widget .tagcloud {
  margin-bottom: -10px;
  margin-left: -5px;
}

.sidebar .widget .wp-block-tag-cloud a,
.sidebar .widget .tagcloud a {
  font-size: 15px !important;
  color: var(--insuz-black);
  background-color: var(--insuz-white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #e7e7e7;
  display: inline-block;
  padding: 0 15px 0 14px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}

.sidebar .widget .wp-block-tag-cloud a:hover,
.sidebar .widget .tagcloud a:hover {
  background-color: var(--insuz-black);
  border: 1px solid var(--insuz-black);
  color: white;
}

.sidebar .widget .wp-calendar-table td {
  padding: 3px 0px;
  font-size: 14px;
}

.sidebar .widget .wp-block-calendar thead th {
  background-color: var(--insuz-black, #090808);
  color: #fff;
  border: none;
  font-weight: 400;
}

.sidebar .widget .wp-calendar-table td {
  color: var(--insuz-black, #090808);
}

.sidebar .widget .wp-calendar-table td#today {
  background-color: var(--insuz-black, #090808);
  color: #fff;
}

.sidebar .widget .wp-calendar-table td#today a {
  color: #fff;
}

.sidebar .widget .wp-block-archives {
  margin-top: -10px;
  margin-bottom: -10px;
}

.sidebar .widget .wp-block-archives li + li {
  margin-top: 10px;
}

.sidebar .widget .wp-block-archives li a::after {
  display: none;
}

.sidebar .widget .wp-block-categories-dropdown,
.sidebar .widget .wp-block-archives-dropdown {
  margin-bottom: 0;
}

.sidebar .widget .wp-block-calendar .wp-calendar-table caption {
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--insuz-black, #090808);
  font-weight: 500;
}

.sidebar .widget .wp-block-calendar .wp-calendar-nav a {
  text-transform: capitalize;
  font-weight: 500;
}

.sidebar .widget .wp-block-latest-comments__comment-meta {
  color: var(--insuz-black, #090808);
}

.sidebar .widget .wp-block-latest-comments__comment-meta a:hover {
  color: var(--insuz-base, #29eefa);
}

.sidebar .widget .wp-block-latest-comments__comment-date {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: var(--insuz-font, "Manrope", sans-serif);
  color: var(--insuz-black, #090808);
}

.sidebar .widget .wp-block-latest-comments__comment-date::before {
  content: "\e907";
  margin-right: 5px;
  font-family: "icomoon";
  font-weight: 900;
  color: var(--insuz-black, #090808);
  opacity: 0.8;
  font-size: 16px;
}

.sidebar .widget .has-avatar .wp-block-latest-comments__comment-date {
  margin-left: 5px;
}

.sidebar .widget .wp-block-latest-comments__comment:last-child {
  margin-bottom: 0;
}

.sidebar .widget .wp-block-latest-comments__comment-excerpt p:last-child {
  margin-bottom: 0;
}

.sidebar .widget .has-excerpts.wp-block-latest-comments {
  margin-bottom: -10px;
}

.sidebar .widget .wp-block-latest-posts__list li a::after {
  display: none;
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li::before {
  display: none;
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li a::after {
  display: none;
}

.sidebar .widget .wp-block-latest-posts__list {
  margin-bottom: -10px;
}

.sidebar .widget .wp-block-latest-posts__list li > a,
.sidebar
  .widget
  .wp-block-latest-posts__list
  .wp-block-latest-posts__post-excerpt {
  flex: 0 0 100%;
}

.sidebar
  .widget
  .wp-block-latest-posts__list
  .wp-block-latest-posts__post-excerpt {
  font-weight: 500;
  margin-bottom: 0;
  color: var(--insuz-black, #090808);
  opacity: 0.8;
  font-size: 16px;
  line-height: 32px;
}

.sidebar .widget .wp-block-latest-posts__list li + li {
  margin-top: 15px;
}

.sidebar .widget .wp-block-latest-posts__list li > a {
  color: var(--insuz-black, #090808) !important;
  font-weight: 600;
}

.sidebar
  .widget
  .wp-block-latest-posts__list
  .wp-block-latest-posts__post-author {
  margin-right: 5px;
  color: var(--insuz-black, #090808);
}

.sidebar
  .widget
  .wp-block-latest-posts__list
  .wp-block-latest-posts__post-author::before {
  color: var(--insuz-black, #090808);
  font-weight: 400;
  font-family: "icomoon" !important;
  content: "\e931";
  margin-right: 5px;
}

.sidebar
  .widget
  .wp-block-latest-posts__list
  .wp-block-latest-posts__post-date::before {
  content: "\e907";
  margin-right: 5px;
  font-family: "icomoon" !important;
  font-weight: 400;
  color: var(--insuz-black, #090808);
}

.sidebar
  .widget
  .wp-block-latest-posts__list
  .wp-block-latest-posts__post-author,
.sidebar
  .widget
  .wp-block-latest-posts__list
  .wp-block-latest-posts__post-date {
  font-weight: 500;
  font-size: 14px;
  color: var(--insuz-black, #090808);
}

.sidebar .widget .wp-block-page-list {
  margin-top: -10px;
  margin-bottom: -10px;
}

.sidebar .widget .wp-block-page-list li + li {
  margin-top: 10px;
}

.sidebar .widget .wp-block-rss__item {
  margin-bottom: -10px;
  padding-left: 0;
}

.sidebar .widget .wp-block-rss__item::before {
  display: none;
}

.sidebar .widget .wp-block-rss__item a::after {
  display: none;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title,
.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  flex: 0 0 100%;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-excerpt {
  font-weight: 500;
  margin-bottom: 0;
  color: var(--insuz-black, #090808);
}

.sidebar .widget .wp-block-rss__item li + li {
  margin-top: 15px;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-title {
  color: var(--insuz-black, #090808);
  font-weight: 400;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author {
  margin-right: 5px;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-author::before {
  color: var(--insuz-black, #090808);
  font-weight: 400;
  font-family: "icomoon" !important;
  content: "\e931";
  margin-right: 5px;
}

.sidebar .widget .wp-block-rss__item .wp-block-rss__item-publish-date::before {
  content: "\e907";
  margin-right: 5px;
  font-family: "icomoon" !important;
  font-weight: 900;
  color: var(--insuz-black, #090808);
  font-size: 16px;
}

.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date,
.sidebar .widget .wp-block-archives-dropdown label {
  font-weight: 500;
  color: var(--insuz-black, #090808);
}

.sidebar .widget .wp-block-rss__item-author,
.sidebar .widget .wp-block-rss__item-publish-date {
  font-size: 14px;
}

.sidebar
  .widget
  .has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-excerpt,
.sidebar
  .widget
  .has-avatars
  .wp-block-latest-comments__comment
  .wp-block-latest-comments__comment-meta {
  margin-left: 60px;
}

.sidebar .widget #loginform {
  margin-top: -10px;
}

.sidebar .widget #loginform input[type="text"],
.sidebar .widget #loginform input[type="password"] {
  margin-bottom: 10px;
}

.sidebar .widget #loginform p {
  margin: 0;
}

.sidebar .widget #loginform input[type="checkbox"] {
  border: 1px solid var(--insuz-gray, #efefef);
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.sidebar .widget #loginform .login-submit .button {
  padding: 25px 39px;
  color: #fff;
  font-size: 16px;
  background-color: var(--insuz-black, #090808);
  text-transform: uppercase;
  font-family: var(--insuz-font, "Manrope", sans-serif);
  transition: all 500ms ease;
}

.sidebar .widget #loginform .login-submit .button:hover {
  color: #fff;
  background-color: var(--insuz-base, #29eefa);
}

.sidebar
  .widget
  .wp-block-latest-comments:not(.has-dates):not(.has-author)
  .wp-block-latest-comments__comment-meta {
  font-family: var(--insuz-font, "Manrope", sans-serif);
  font-size: 16px;
  color: #635a5a !important;
  text-transform: capitalize;
}

.sidebar
  .widget
  .wp-block-latest-comments:not(.has-dates):not(.has-author)
  .wp-block-latest-comments__comment-meta
  a {
  transition: 0.3s;
  color: inherit;
}

.sidebar
  .widget
  .wp-block-latest-comments:not(.has-dates):not(.has-author)
  .wp-block-latest-comments__comment-meta
  a:hover {
  color: var(--insuz-base, #29eefa);
}

.widget.widget_block h2,
.widget .sidebar__title,
.widget .sidebar-title h2 {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 30px;
  color: var(--insuz-black);
  font-family: var(--insuz-font);
  background-color: var(--insuz-white);
  padding: 2px 11px 2px;
}

.sidebar .widget ul.wp-block-social-links li a::after {
  content: "";
}

.wp-block-rss__item-title a,
.sidebar .widget.widget_rss li .rsswidget {
  font-weight: 600;
}

.sidebar .widget.widget_categories > ul,
.sidebar .widget.widget_pages > ul,
.sidebar .widget.widget_meta > ul,
.sidebar .widget.widget_recent_comments > ul,
.sidebar .widget.widget_archive > ul {
  margin-bottom: -10px;
}

.sidebar .widget ::placeholder {
  opacity: 1;
  color: var(--insuz-gray, #efefef);
}

.sidebar .widget .wp-block-latest-posts__list.has-dates li a,
.sidebar .widget .wp-block-rss li a {
  color: var(--insuz-black, #090808);
  font-weight: 600;
  font-size: 18px;
}

.sidebar
  .widget
  .wp-block-latest-comments
  .wp-block-latest-comments__comment-meta {
  font-weight: 600;
  font-size: 15px;
}

.wp-block-search__button-inside
  .wp-block-search__inside-wrapper
  input[type="search"] {
  border: none;
}

.wp-block-search__label {
  display: none;
}

.sidebar .widget .widget.widget_archive ul li a::after,
.sidebar .widget ul.wp-block-categories li a::after,
.sidebar .widget.widget_categories ul li a::after {
  content: "";
}

.shop-one__sidebar.sidebar .widget ul.wp-block-categories li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: 900;
}

.widget.widget_archive ul li,
.sidebar .widget .wp-block-categories li,
.sidebar .widget_categories ul li,
.sidebar__single .widget_categories ul li,
.sidebar__single .wp-block-categories li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sidebar .widget .wp-block-categories li ul.children,
.sidebar .widget_categories ul li ul.children,
.sidebar__single .widget_categories ul li ul.children,
.sidebar__single .wp-block-categories li ul.children {
  flex: 0 0 100%;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  margin-top: 6px;
}

.widget_archive ul li a::after {
  display: none;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.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;
}

/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.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: var(--insuz-base, #29eefa);
  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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* Custom Animations
--------------------------------------------- */
@keyframes sunMove {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25%,
  75% {
    -webkit-transform: rotate(22.5deg);
    transform: rotate(22.5deg);
  }
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotateme {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-o-keyframes rotateme {
  from {
    -o-transform: rotate(0deg);
  }
  to {
    -o-transform: rotate(360deg);
  }
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.rotate-me {
  animation-name: rotateme;
  animation-duration: 24s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 24s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 24s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 24s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 24s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

@keyframes float-bob {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
}

.float-bob {
  animation-name: float-bob;
  animation-duration: 7s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 7s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 7s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 7s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 7s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/***
  =============================================
	  circle Css
  =============================================
  ***/
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/***
  =============================================
	  Zoom Fade Css
  =============================================
  ***/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

/***
  =============================================
	  Zoom In Out Css
  =============================================
  ***/
.zoominout {
  animation-name: zoomInOut;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: zoomInOut;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-name: zoomInOut;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-name: zoomInOut;
  -ms-animation-duration: 3s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-name: zoomInOut;
  -o-animation-duration: 3s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: ease-in-out;
}

@keyframes zoomInOut {
  0% {
    -webkit-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotate(180deg) scale(1);
    transform: rotate(180deg) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.7);
    transform: rotate(360deg) scale(0.7);
    opacity: 0;
  }
}

@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

@-webkit-keyframes bgSlideReverse2 {
  0% {
    background-position: -0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: -0px 0;
  }
}

@keyframes bgSlideReverse2 {
  0% {
    background-position: -0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: -0px 0;
  }
}

@-webkit-keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}

@keyframes banner-animate {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
  }
}

.banner-animate {
  animation-name: banner-animate;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: banner-animate;
  -webkit-animation-duration: 70s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: banner-animate;
  -moz-animation-duration: 70s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: banner-animate;
  -ms-animation-duration: 70s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: banner-animate;
  -o-animation-duration: 70s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

@keyframes ripple {
  70% {
    box-shadow: 0 0 0 40px rgba(10, 165, 205, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(10, 165, 205, 0);
  }
}

/***
  =============================================
	  Animation1 Css
  =============================================
  ***/
@-webkit-keyframes animation1 {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes animation1 {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

/***
  =============================================
	  Animation2 Css
  =============================================
  ***/
@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-moz-keyframes animation2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-o-keyframes animation2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes animation2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-webkit-keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

@-webkit-keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

@keyframes bgSlideReverse {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: 100px 0;
  }
  40% {
    background-position: 200px 0;
  }
  60% {
    background-position: 150px 0;
  }
  80% {
    background-position: 100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

@-webkit-keyframes ribbonRotate {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@keyframes ribbonRotate {
  0%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}

@-webkit-keyframes footerFish {
  0%,
  100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%,
  75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}

@keyframes footerFish {
  0%,
  100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%,
  75% {
    -webkit-transform: translateX(20px) translateY(30px) rotate(25deg);
    transform: translateX(20px) translateY(30px) rotate(25deg);
  }
  50% {
    -webkit-transform: translateX(40px) translateY(60px) rotate(45deg);
    transform: translateX(40px) translateY(60px) rotate(45deg);
  }
}

@-webkit-keyframes contactSwimmer {
  0%,
  100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%,
  75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }
  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}

@keyframes contactSwimmer {
  0%,
  100% {
    -webkit-transform: translateX(0) translateY(0) rotate(0);
    transform: translateX(0) translateY(0) rotate(0);
  }
  25%,
  75% {
    -webkit-transform: translateX(15px) translateY(20px) rotate(10deg);
    transform: translateX(15px) translateY(20px) rotate(10deg);
  }
  50% {
    -webkit-transform: translateX(60px) translateY(35px) rotate(15deg);
    transform: translateX(60px) translateY(35px) rotate(15deg);
  }
}

/***
  =============================================
	  Float Bob Y Animation Css
  =============================================
  ***/
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(-20px);
  }
}

.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes footerTree {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes footerTree {
  0%,
  100% {
    -webkit-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    -webkit-transform: rotate(5deg) translateX(15px);
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    -webkit-transform: rotate(10deg) translateX(30px);
    transform: rotate(10deg) translateX(30px);
  }
}

.footertree {
  -webkit-animation: footerTree 5s ease-in infinite;
  animation: footerTree 5s ease-in infinite;
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-moz-keyframes service_hexagon_2 {
  0% {
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@-o-keyframes service_hexagon_2 {
  0% {
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes service_hexagon_2 {
  0% {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes bgSlide {
  0% {
    background-position: 0 0;
  }
  20% {
    background-position: -100px 0;
  }
  40% {
    background-position: -200px 0;
  }
  60% {
    background-position: -150px 0;
  }
  80% {
    background-position: -100px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

@keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes rotateScale {
  from {
    transform: rotate(0deg) scale(1);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotatescale {
  -webkit-animation-name: rotateScale;
  -webkit-animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateScale;
  -moz-animation-duration: 20s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateScale;
  -ms-animation-duration: 20s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: rotateScale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

/*--------------------------------------------------------------
  # Animations
  --------------------------------------------------------------*/
@-webkit-keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}

@keyframes bubbleMover {
  0% {
    transform: translateY(0px) translateX(0) rotate(0);
  }
  30% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: center center;
  }
  50% {
    transform: translateY(50px) translateX(100px) rotate(45deg);
    transform-origin: right bottom;
  }
  80% {
    transform: translateY(30px) translateX(50px) rotate(15deg);
    transform-origin: left top;
  }
  100% {
    transform: translateY(0px) translateX(0) rotate(0);
    transform-origin: center center;
  }
}

@-webkit-keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
      translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px)
      translateX(20px);
  }
}

@keyframes shapeMover {
  0%,
  100% {
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px)
      translateX(0);
  }
  50% {
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px)
      translateX(20px);
  }
}

@-webkit-keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@keyframes banner3Shake {
  0% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    transform: rotate3d(0, 1, 0, 0deg);
  }
}

@-webkit-keyframes squareMover {
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
  20%,
  60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%,
  80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@keyframes squareMover {
  0%,
  100% {
    transform: translate(0, 0) rotate(0);
  }
  20%,
  60% {
    transform: translate(20px, 40px) rotate(180deg);
  }
  30%,
  80% {
    transform: translate(40px, 60px) rotate(0deg);
  }
}

@-webkit-keyframes treeMove {
  0%,
  100% {
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}

@keyframes treeMove {
  0%,
  100% {
    transform: rotate(0deg) translateX(0);
  }
  25%,
  75% {
    transform: rotate(5deg) translateX(15px);
  }
  50% {
    transform: rotate(10deg) translateX(30px);
  }
}

/*--------------------------------------------------------------
  #     Zoom Fade Css
  --------------------------------------------------------------*/
.zoom-fade {
  animation-name: zoom-fade;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: zoom-fade;
  -webkit-animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: zoom-fade;
  -moz-animation-duration: 5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: zoom-fade;
  -ms-animation-duration: 5s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: zoom-fade;
  -o-animation-duration: 5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

@-webkit-keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

@keyframes zoom-fade {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}

/* custom animations */
@keyframes btnIconMove {
  0% {
    transform: rotate(0deg) translate(0px, 0px);
  }
  50% {
    transform: rotate(20deg) translate(10px, 0px);
  }
  100% {
    transform: rotate(0deg) translate(0px, 0px);
  }
}

@keyframes ImgBounce {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(10px);
  }
  75% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes boxRotate {
  0%,
  100% {
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%,
  75% {
    visibility: hidden;
    transform: rotateY(-90deg);
  }
  50% {
    transform: rotateY(-180deg);
    visibility: visible;
  }
}

@keyframes boxRotateReverse {
  0%,
  100% {
    transform: rotateY(0deg);
    visibility: visible;
  }
  25%,
  75% {
    transform: rotateY(90deg);
    visibility: hidden;
  }
  50% {
    transform: rotateY(180deg);
    visibility: visible;
  }
}

@keyframes btnIconMove {
  0% {
    transform: rotate(0deg) translate(0, 3px);
  }
  50% {
    transform: rotate(-15deg) translate(0, 10px);
  }
  100% {
    transform: rotate(0deg) translate(0, 3px);
  }
}

/** squares **/
@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@-moz-keyframes squares {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -moz-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@-o-keyframes squares {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

@keyframes squares {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    -moz-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    -moz-transform: scale(2.1);
    -o-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}

/* Templates
--------------------------------------------- */
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

body {
  font-family: var(--insuz-font);
  color: rgba(var(--insuz-black-rgb), 0.8);
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
}

body.locked {
  overflow: hidden;
}

a {
  color: var(--insuz-black);
  transition: 0.3s;
}

a,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--insuz-black);
  margin: 0;
  font-family: var(--insuz-font-two);
}

p {
  margin: 0;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.ml-0 {
  margin-left: 0;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.container {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 1;
}

:-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::-ms-input-placeholder {
  color: inherit;
  opacity: 1;
}

::placeholder {
  color: inherit;
  opacity: 1;
}

.fix {
  overflow: hidden;
}

.section-separator {
  border-color: var(--insuz-border);
  border-width: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

#particles-js {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  opacity: 0.4;
  z-index: -1;
}

.section-title {
  position: relative;
  display: block;
  margin-top: -11px;
  margin-bottom: 47px;
  z-index: 2;
}

.section-title__tagline {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 18px;
  color: #6f8385;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 1;
}

.section-title__title {
  margin: 0;
  color: var(--insuz-black);
  font-size: 55px;
  line-height: 65px;
  font-weight: 600;
  margin-top: 8px;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
  border-radius: 0;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: #fcf8f8;
  color: var(--insuz-black);
}

.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 4px 20px;
  color: #ffffff;
  background: var(--insuz-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: var(--insuz-base);
  color: var(--insuz-black);
  cursor: pointer;
}

.preloader {
  position: fixed;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.preloader__image {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-image: url(../images/loader.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 60px auto;
  width: 100%;
  height: 100%;
}

/* scroll to top */
.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: var(--insuz-black);
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  cursor: pointer;
}

.scroll-to-top i {
  color: var(--insuz-white);
  font-size: 18px;
  line-height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.scroll-to-top:hover {
  background-color: var(--insuz-base);
}

.scroll-to-top:hover i {
  color: var(--insuz-black);
}

/** xs sidebar **/
.xs-sidebar-group .xs-overlay {
  left: 0%;
  top: 0;
  position: fixed;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
  cursor: url(assets/images/icon/cross-out.png), pointer;
  z-index: 999;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.8;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  right: 100%;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 0;
  right: 0;
  padding: 25px;
}

.xs-sidebar-group .widget-heading a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group .widget-heading a:hover {
  color: var(--insuz-base);
  border-color: var(--insuz-base);
}

.xs-sidebar-widget {
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  left: 0;
  background-color: var(--insuz-black);
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 70px 30px;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  z-index: 0;
}

.xs-bg-black {
  background-color: #000000;
}

.xs-sidebar-group .content-inner .logo {
  position: relative;
  max-width: 172px;
  width: 100%;
  margin-bottom: 30px;
}

.xs-sidebar-group .content-inner h4 {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.xs-sidebar-group .content-inner .content-box {
  margin-bottom: 30px;
  padding-right: 15px;
}

.xs-sidebar-group .content-inner .content-box p {
  color: #ffffff;
}

.xs-sidebar-group .content-inner .form-inner .form-group {
  position: relative;
  margin-bottom: 20px;
}

.xs-sidebar-group .content-inner .form-inner .form-group:last-child {
  margin-bottom: 0px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input[type="text"],
.xs-sidebar-group .content-inner .form-inner .form-group input[type="email"],
.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  font-size: 15px;
  padding: 10px 20px;
  color: #848484;
  border: none;
  outline: none;
  transition: all 500ms ease;
}

.xs-sidebar-group .content-inner .form-inner .form-group .form-inner__btn {
  border: none;
  outline: none;
  background-color: var(--insuz-white);
  color: var(--insuz-black);
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 13px 45px;
  line-height: 34px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.xs-sidebar-group
  .content-inner
  .form-inner
  .form-group
  .form-inner__btn:hover {
  background-color: var(--insuz-base);
}

.xs-sidebar-group .content-inner .form-inner .form-group textarea {
  resize: none;
  height: 120px;
}

.xs-sidebar-group .content-inner .form-inner .form-group input:focus,
.xs-sidebar-group .content-inner .form-inner .form-group textarea:focus {
  border-color: #00224f;
}

/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
  position: relative;
  display: block;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-default {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f0fbfb;
  box-shadow: 0px 0px 30.72px 1.28px rgba(206, 204, 200, 0.42);
}

.main-header-default .main-menu-wrapper__logo h1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.stricky-header.stricky-fixed {
  background-color: #f0fbfb;
}

.stricky-header.stricky-fixed .main-menu--default .main-menu-wrapper__logo h1 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-menu--default {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-default .main-menu .main-menu__list > li,
.main-header-default .stricky-header .main-menu__list > li {
  padding-top: 35px;
  padding-bottom: 35px;
}

.main-header__top {
  position: relative;
  display: block;
  background-color: #2c3232;
  z-index: 1;
}

.main-header__top-wrapper {
  position: relative;
  display: block;
  padding: 12px 70px 13px;
}

.main-header__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-header__top-left {
  position: relative;
  display: block;
}

.main-header__top-review-social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-review-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__top-review-box span {
  position: relative;
  display: inline-block;
  font-size: 22px;
  color: #efce4a;
}

.main-header__top-review {
  font-size: 15px;
  color: var(--insuz-white);
  opacity: 0.8;
  margin-left: 4px;
}

.main-header__top-social {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.main-header__top-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: var(--insuz-white);
  border-radius: 50%;
  color: var(--insuz-black);
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__top-social a:hover {
  color: var(--insuz-black);
  background-color: var(--insuz-base);
}

.main-header__top-social a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--insuz-base);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  border-radius: 50%;
  z-index: -1;
}

.main-header__top-social a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-header__top-social a + a {
  margin-left: 10px;
}

.main-header__top-right {
  position: relative;
  display: block;
}

.main-header__address-list {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__address-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__address-list li + li {
  margin-left: 35px;
}

.main-header__address-list li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header__address-list li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--insuz-white);
}

.main-header__address-list li .content {
  margin-left: 10px;
}

.main-header__address-list li .content p {
  font-size: 15px;
  color: var(--insuz-white);
  line-height: 20px;
  opacity: 0.8;
}

.main-header__address-list li .content p a {
  color: var(--insuz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header__address-list li .content p a:hover {
  color: var(--insuz-base);
}

.main-menu {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu__wrapper {
  position: relative;
  display: block;
  padding: 18px 70px 18px;
  padding-right: 73px;
  z-index: 1;
}

.main-menu__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 1;
}

.main-menu__logo {
  position: relative;
  display: block;
  padding: 6px 0;
}

.main-menu__main-menu-box {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 4.5px 0;
}

.main-menu__main-menu-box-left {
  position: relative;
  display: block;
  background-color: #efefef;
  padding-left: 25px;
  padding-right: 345px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  z-index: 1;
}

.main-menu__main-menu-box-left:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  right: -30px;
  background-color: #efefef;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.main-menu__main-menu-box-right {
  position: relative;
  display: block;
}

.main-menu__call {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-menu__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  background-color: #1f1f1f;
  border-radius: 50%;
  color: var(--insuz-white);
  font-size: 28px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-icon:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

.main-menu__call-icon:before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50%;
  border: 1px solid #eee8e8;
}

.main-menu__call-content {
  margin-left: 20px;
}

.main-menu__call-sub-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  font-family: var(--insuz-font);
  margin-bottom: 9px;
}

.main-menu__call-number {
  font-size: 16px;
  line-height: 16px;
}

.main-menu__call-number a {
  color: #090808;
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu__call-number a:hover {
  color: var(--insuz-base);
}

.main-menu__right {
  position: relative;
  display: block;
}

.main-menu__search-form {
  position: relative;
  display: block;
}

.main-menu__search-form input[type="search"] {
  position: relative;
  display: block;
  outline: none;
  background-color: transparent;
  color: var(--insuz-black);
  opacity: 0.6;
  font-size: 16px;
  font-weight: 300;
  padding-left: 0;
  height: 64px;
  width: 100%;
  padding-right: 80px;
  border: none;
  border-bottom: 1px solid var(--insuz-black);
}

.main-menu__search-form button[type="submit"] {
  background-color: #eef5f5;
  color: var(--insuz-black);
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 70px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-menu__search-form button[type="submit"]:hover {
  background-color: var(--insuz-black);
  color: var(--insuz-white);
}

.main-menu__search-form button[type="submit"]:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 30px;
  right: -3px;
  height: 3px;
  background-color: var(--insuz-base);
  z-index: -1;
}

.main-menu__search-form button[type="submit"]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  right: -3px;
  width: 3px;
  background-color: var(--insuz-base);
  z-index: -1;
}

.main-menu .main-menu__list,
.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

@media (min-width: 1200px) {
  .main-menu .main-menu__list,
  .main-menu .main-menu__list > li > ul,
  .main-menu .main-menu__list > li > ul > li > ul,
  .stricky-header .main-menu__list,
  .stricky-header .main-menu__list > li > ul,
  .stricky-header .main-menu__list > li > ul > li > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.main-menu .main-menu__list > li,
.stricky-header .main-menu__list > li {
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.main-menu .main-menu__list > li + li,
.stricky-header .main-menu__list > li + li {
  margin-left: 35px;
}

.main-menu .main-menu__list > li > a,
.stricky-header .main-menu__list > li > a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--insuz-black);
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu .main-menu__list > li.current > a,
.main-menu .main-menu__list > li:hover > a,
.stricky-header .main-menu__list > li.current > a,
.stricky-header .main-menu__list > li:hover > a {
  color: var(--insuz-base);
}

.main-menu .main-menu__list > li > ul,
.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 250px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transform: scaleY(0) translateZ(100px);
  transform: scaleY(0) translateZ(100px);
  -webkit-transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease,
    -webkit-transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease,
    -webkit-transform 700ms ease;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list > li > ul > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul > li > ul {
  display: none;
}

.main-menu .main-menu__list > li:hover > ul,
.main-menu .main-menu__list > li > ul > li:hover > ul,
.stricky-header .main-menu__list > li:hover > ul,
.stricky-header .main-menu__list > li > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1) translateZ(0px);
  transform: scaleY(1) translateZ(0px);
}

.main-menu .main-menu__list > li > ul > li,
.main-menu .main-menu__list > li > ul > li > ul > li,
.stricky-header .main-menu__list > li > ul > li,
.stricky-header .main-menu__list > li > ul > li > ul > li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  width: 100%;
  position: relative;
}

.main-menu .main-menu__list > li > ul > li + li,
.main-menu .main-menu__list > li > ul > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li + li,
.stricky-header .main-menu__list > li > ul > li > ul > li + li {
  border-top: none;
  margin-top: 10px;
}

.main-menu .main-menu__list > li > ul > li > a,
.main-menu .main-menu__list > li > ul > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > a,
.stricky-header .main-menu__list > li > ul > li > ul > li > a {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  color: var(--insuz-black);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px 10px;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .main-menu__list > li > ul > li:hover > a,
.main-menu .main-menu__list > li > ul > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li:hover > a,
.stricky-header .main-menu__list > li > ul > li > ul > li:hover > a {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

.main-menu .main-menu__list > li > ul > li > ul,
.stricky-header .main-menu__list > li > ul > li > ul {
  top: 0;
  left: 100%;
}

.main-menu .main-menu__list li ul li > ul.right-align,
.stricky-header .main-menu__list li ul li > ul.right-align {
  top: 0;
  left: auto;
  right: 100%;
}

.stricky-header {
  position: fixed;
  z-index: 991;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(-120%);
  transform: translateY(-120%);
  -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: visibility 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease;
  transition: transform 500ms ease, visibility 500ms ease,
    -webkit-transform 500ms ease;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .stricky-header {
    display: none !important;
  }
}

.stricky-header.stricky-fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

.stricky-header .main-menu__inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.mobile-nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .mobile-nav__buttons {
    display: none;
  }
}

.mobile-nav__buttons a {
  font-size: 20px;
  color: var(--insuz-base);
  cursor: pointer;
}

.mobile-nav__buttons a + a {
  margin-left: 10px;
}

.mobile-nav__buttons a:hover {
  color: var(--insuz-base);
}

.main-menu .mobile-nav__toggler {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--insuz-black);
  cursor: pointer;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
  color: var(--insuz-base);
}

@media (min-width: 1200px) {
  .main-menu .mobile-nav__toggler {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  visibility: hidden;
}

.mobile-nav__wrapper .container {
  padding-left: 0;
  padding-right: 0;
}

.mobile-nav__wrapper.expanded {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  -webkit-transition: visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
  cursor: pointer;
}

.mobile-nav__content {
  width: 300px;
  background-color: var(--insuz-black);
  z-index: 10;
  position: relative;
  height: 100%;
  overflow-y: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    -webkit-transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    -webkit-transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile-nav__close {
  position: absolute;
  top: 20px;
  right: 15px;
  font-size: 18px;
  color: var(--insuz-white);
  cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.mobile-nav__content .main-menu__list > li > ul,
.mobile-nav__content .main-menu__list > li > ul > li > ul {
  display: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list > li:not(:last-child),
.mobile-nav__content .main-menu__list > li > ul > li:not(:last-child),
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list > li > a > .main-menu-border {
  display: none !important;
}

.mobile-nav__content .main-menu__list > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > a,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 30px;
  color: #ffffff;
  font-size: 14px;
  font-family: var(--insuz-font);
  font-weight: 500;
  height: 46px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__content
  .main-menu__list
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > a.expanded
  .mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a.expanded {
  color: var(--insuz-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
  color: var(--insuz-base);
}

.mobile-nav__content .main-menu__list > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button {
  width: 30px;
  height: 30px;
  background-color: var(--insuz-base);
  border: none;
  outline: none;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
}

.mobile-nav__content .main-menu__list > li > a > button.expanded,
.mobile-nav__content .main-menu__list > li > ul > li > a > button.expanded,
.mobile-nav__content
  .main-menu__list
  > li
  > ul
  > li
  > ul
  > li
  > a
  > button.expanded {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  background-color: #fff;
  color: var(--insuz-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > a > button,
.mobile-nav__content .main-menu__list > li > ul > li > ul > li > ul {
  display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
  font-size: 16px;
}

.mobile-nav__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
  color: var(--insuz-text-dark);
}

.mobile-nav__container {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__social a {
  font-size: 16px;
  color: var(--insuz-white);
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__social a + a {
  margin-left: 30px;
}

.mobile-nav__social a:hover {
  color: var(--insuz-base);
}

.mobile-nav__contact {
  margin-bottom: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-nav__contact li {
  color: var(--insuz-text-dark);
  font-size: 14px;
  font-weight: 500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-nav__contact li + li {
  margin-top: 15px;
}

.mobile-nav__contact li a {
  color: #ffffff;
  -webkit-transition: 500ms;
  transition: 500ms;
}

.mobile-nav__contact li a:hover {
  color: var(--insuz-base);
}

.mobile-nav__contact li > i {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--insuz-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 11px;
  margin-right: 10px;
  color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
  display: none;
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
  position: relative;
  display: block;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-two__top {
  position: relative;
  display: block;
  padding: 6px 0;
}

.main-header-two__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-two__top-left {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header-two__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__social li {
  position: relative;
  display: block;
}

.main-header-two__social li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #dedfdf;
}

.main-header-two__social li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #dedfdf;
}

.main-header-two__social li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 40px;
  font-size: 16px;
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__social li a:hover {
  color: var(--insuz-base);
}

.main-header-two__time-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.main-header-two__time-box span {
  font-size: 16px;
  color: var(--insuz-black);
}

.main-header-two__time-box p {
  color: #1f1f1f;
  font-size: 15px;
  opacity: 0.8;
  margin-left: 15px;
  font-weight: 500;
}

.main-header-two__top-right {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-header-two__email {
  position: relative;
  display: block;
}

.main-header-two__email li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__email li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-two__email li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--insuz-black);
}

.main-header-two__email li .content {
  margin-left: 10px;
}

.main-header-two__email li .content p {
  font-size: 15px;
}

.main-header-two__email li .content p a {
  color: var(--insuz-black);
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}

.main-header-two__email li .content p a:hover {
  opacity: 1;
}

.main-header-two__btn {
  position: relative;
  display: block;
  margin-left: 30px;
}

.main-header-two__btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: var(--insuz-black);
  font-weight: 500;
  background-color: var(--insuz-base);
  padding: 8px 35px 8px;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-two__btn a:hover {
  background-color: var(--insuz-black);
  color: var(--insuz-white);
}

.stricky-header.main-menu-two {
  background-color: var(--insuz-white);
}

.main-menu-two__wrapper {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu-two__left {
  position: relative;
  display: block;
}

.main-menu-two__left:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10000000px;
  right: 99%;
  bottom: 0;
  background-color: #2c3232;
  z-index: -1;
}

.main-menu-two__left-inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 100px;
  z-index: 1;
}

.main-menu-two__left-inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #2c3232;
  clip-path: polygon(0 0, 100% 0%, 98% 100%, 0% 100%);
  z-index: -1;
}

.main-menu-two__logo {
  position: relative;
  display: block;
  margin-right: 40px;
}

.main-menu-two__main-menu-box {
  position: relative;
  display: block;
}

.main-menu-two__right {
  position: relative;
  display: block;
  z-index: 1;
}

.main-menu-two__right:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 99%;
  right: -10000000px;
  background-color: #f6f6f6;
  z-index: -1;
}

.main-menu-two__right-inner {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f6f6f6;
  padding: 22.5px 0;
  padding-left: 37px;
  clip-path: polygon(5% 0, 100% 0%, 100% 100%, 0% 100%);
  z-index: 1;
}

.main-menu-two__search-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 35px;
}

.main-menu-two__search {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 25px;
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__search:hover {
  color: var(--insuz-base);
}

.main-menu-two__call {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-menu-two__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  background-color: #1f1f1f;
  border-radius: 50%;
  color: var(--insuz-white);
  font-size: 28px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-icon:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

.main-menu-two__call-icon:before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50%;
  border: 1px solid #eee8e8;
}

.main-menu-two__call-content {
  margin-left: 20px;
}

.main-menu-two__call-sub-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  font-family: var(--insuz-font);
  margin-bottom: 9px;
}

.main-menu-two__call-number {
  font-size: 16px;
  line-height: 16px;
}

.main-menu-two__call-number a {
  color: #090808;
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
  color: var(--insuz-base);
}

.main-menu-two .main-menu__list > li,
.stricky-header.main-menu-two .main-menu__list > li {
  padding-top: 33px;
  padding-bottom: 33px;
}

.main-menu-two .main-menu__list > li + li,
.stricky-header.main-menu-two .main-menu__list > li + li {
  margin-left: 40px;
}

.main-menu-two .main-menu__list > li > a,
.stricky-header.main-menu-two .main-menu__list > li > a {
  color: var(--insuz-white);
}

.main-menu-two .main-menu__list > li.current > a,
.main-menu-two .main-menu__list > li:hover > a,
.stricky-header.main-menu-two .main-menu__list > li.current > a,
.stricky-header.main-menu-two .main-menu__list > li:hover > a {
  color: var(--insuz-base);
}

/*--------------------------------------------------------------
# Navigations Three
--------------------------------------------------------------*/
.main-header-three {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 999;
}

.main-header-three__top {
  position: relative;
  display: block;
  padding: 10px 0;
  background-color: var(--insuz-black);
  z-index: 2;
}

.main-header-three__top-wrapper {
  position: relative;
  display: block;
  padding: 0 70px 0;
}

.main-header-three__top-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-header-three__top-left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__social {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__social li {
  position: relative;
  display: block;
}

.main-header-three__social li:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  background-color: #313030;
}

.main-header-three__social li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #313030;
}

.main-header-three__social li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 40px;
  font-size: 16px;
  color: var(--insuz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header-three__social li a:hover {
  color: var(--insuz-base);
}

.main-header-three__time-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 25px;
  font-weight:800;
}

.main-header-three__time-box span {
  font-size: 16px;
  color: var(--insuz-white);
}

.main-header-three__time-box p {
  color: #ffffff;
  font-size: 15px;
  opacity: 0.8;
  margin-left: 15px;
}

.main-header-three__top-right {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-menu {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__top-menu li {
  position: relative;
  display: block;
}

.main-header-three__top-menu li + li {
  margin-left: 10px;
}

.main-header-three__top-menu li a {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: var(--insuz-white);
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight:700;
}

.main-header-three__top-menu li a:hover {
  color: var(--insuz-base);
}

.main-header-three__email {
  position: relative;
  display: block;
  margin-left: 40px;
}

.main-header-three__email li {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__email li .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-header-three__email li .icon span {
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: var(--insuz-white);
}

.main-header-three__email li .content {
  margin-left: 10px;
}

.main-header-three__email li .content p {
  font-size: 15px;
  opacity: 0.8;
}

.main-header-three__email li .content p a {
  color: var(--insuz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight:700;
}

.main-header-three__email li .content p a:hover {
  color: var(--insuz-base);
}

.main-menu-three__wrapper {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: 70px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #f0fbfb;
  box-shadow: 0px 0px 30.72px 1.28px rgba(206, 204, 200, 0.42);
  z-index: 1;
}

.main-menu-three__wrapper-inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main-menu-three__left {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__logo {
  position: relative;
  display: block;
  margin-right: 110px;
  padding: 24.4px 0;
}

.main-menu-three__main-menu-box {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__right {
  position: relative;
  display: block;
  padding: 20.4px 0;
}

.main-menu-three__call-search-nav-sidebar-btn {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.main-menu-three__call {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.main-menu-three__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
  background-color: #1f1f1f;
  border-radius: 50%;
  color: var(--insuz-white);
  font-size: 28px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__call-icon:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

.main-menu-three__call-icon:before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 50%;
  border: 1px solid #eee8e8;
}

.main-menu-three__call-content {
  margin-left: 20px;
}

.main-menu-three__call-sub-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  font-family: var(--insuz-font);
  margin-bottom: 9px;
}

.main-menu-three__call-number {
  font-size: 16px;
  line-height: 16px;
}

.main-menu-three__call-number a {
  color: #090808;
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__call-number a:hover {
  color: var(--insuz-base);
}

.main-menu-three__search-box {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
  border-left: 1px solid #d4dada;
  border-right: 1px solid #d4dada;
  margin-left: 30px;
  margin-right: 30px;
}

.main-menu-three__search {
  font-size: 25px;
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__search:hover {
  color: var(--insuz-base);
}

.main-menu-three__side-content-icon {
  position: relative;
  display: flex;
  align-items: center;
}

.main-menu-three__side-content-icon a {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 45px;
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__side-content-icon a:hover {
  color: var(--insuz-base);
}

.main-menu-three__btn {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 25px;
}

.main-menu-three__btn a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: var(--insuz-black);
  background-color: #d6f2f4;
  border-radius: 2px;
  padding: 13px 43px 13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-menu-three__btn a:hover {
  background-color: var(--insuz-black);
  color: var(--insuz-white);
}

.stricky-header.main-menu-three {
  background-color: #f0fbfb;
}

.main-menu-three .main-menu__list > li,
.stricky-header.main-menu-three .main-menu__list > li {
  padding-top: 34px;
  padding-bottom: 33px;
}

.main-menu-three .main-menu__list > li + li,
.stricky-header.main-menu-three .main-menu__list > li + li {
  margin-left: 40px;
}

.main-menu-three .main-menu__list > li > a,
.stricky-header.main-menu-three .main-menu__list > li > a {
  color: var(--insuz-black);
}

.main-menu-three .main-menu__list > li.current > a,
.main-menu-three .main-menu__list > li:hover > a,
.stricky-header.main-menu-three .main-menu__list > li.current > a,
.stricky-header.main-menu-three .main-menu__list > li:hover > a {
  color: var(--insuz-base);
}

/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: opacity 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease,
    -webkit-transform 500ms ease;
}

.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--insuz-black);
  opacity: 0.75;
  cursor: pointer;
}

.search-popup__content {
  width: 100%;
  max-width: 560px;
}

.search-popup__content form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
  width: 100%;
  background-color: #fff;
  font-size: 16px;
  padding-right: 100px;
  border: none;
  outline: none;
  height: 66px;
  color: var(--insuz-black);
  padding-left: 30px;
}

.search-popup__content form input[type="search"]::placeholder,
.search-popup__content form input[type="text"]::placeholder {
  color: var(--insuz-black);
  opacity: 0.8;
}

.search-popup__content .thm-btn {
  padding: 0;
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: -1px;
  border-radius: 0;
  background-color: var(--insuz-base);
  border: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn i {
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
  color: var(--insuz-black);
  font-size: 22px;
  line-height: inherit;
  text-align: center;
  top: 0;
  margin-right: 0;
  padding-left: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover {
  background-color: var(--insuz-black);
}

.search-popup__content .thm-btn:hover i {
  color: var(--insuz-white);
}

/*--------------------------------------------------------------
# Main Slider
--------------------------------------------------------------*/
.main-slider {
  position: relative;
  display: block;
}

.main-slider .swiper-slide {
  position: relative;
  background-color: #5f5f5f;
}

.main-slider .container {
  position: relative;
  padding-top: 193px;
  padding-bottom: 210px;
  z-index: 30;
}

.image-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  mix-blend-mode: overlay;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider__shape-1 {
  position: absolute;
  top: -90px;
  left: 0;
  z-index: -1;
}

.main-slider__shape-1 img {
  width: auto;
}

.main-slider__shape-2 {
  position: absolute;
  left: 0;
  bottom: -415px;
  z-index: -1;
}

.main-slider__shape-2 img {
  width: auto;
}

.main-slider__shape-3 {
  position: absolute;
  right: 220px;
  top: -55px;
  z-index: -1;
}

.main-slider__shape-3 img {
  width: auto;
}

.main-slider__content {
  position: relative;
  display: block;
}

.main-slider__title {
  position: relative;
  font-size: 80px;
  color: var(--insuz-white);
  font-weight: 600;
  line-height: 90px;
  font-family: var(--insuz-font);
  margin-bottom: 36px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider__title span {
  position: relative;
  display: inline-block;
  color: var(--insuz-base);
  text-transform: uppercase;
  z-index: 1;
}

.main-slider__title span:before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 3px;
  right: 2px;
  height: 12px;
  background-color: var(--insuz-white);
  z-index: -1;
}

.main-slider__text {
  font-size: 20px;
  color: var(--insuz-white);
  padding-bottom: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider__btn-box {
  position: relative;
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider__btn {
  position: relative;
  display: inline-block;
  border: 1px solid var(--insuz-black);
  background-color: var(--insuz-white);
  font-size: 18px;
  color: var(--insuz-black);
  font-weight: 600;
  padding: 15px 45px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.main-slider__btn:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
  border: 1px solid var(--insuz-base);
}

.main-slider__btn:before {
  content: "";
  position: absolute;
  top: -7px;
  left: 8px;
  right: -7px;
  height: 6px;
  background-color: var(--insuz-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider__btn:hover:before {
  top: 0px;
  left: 0px;
  right: 0px;
}

.main-slider__btn:after {
  content: "";
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: 8px;
  width: 6px;
  background-color: var(--insuz-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider__btn:hover:after {
  top: 0px;
  right: 0px;
  bottom: 0px;
}

.main-slider__video-link {
  position: absolute;
  bottom: 100px;
  right: 125px;
}

.main-slider__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
  color: var(--insuz-black);
  background-color: var(--insuz-white);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-slider__video-icon:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

.main-slider__video-icon:before {
  position: absolute;
  top: 0;
  left: 3px;
  right: -10px;
  bottom: -5px;
  content: "";
  border: 1px solid var(--insuz-base);
  border-radius: 50%;
  z-index: 1;
}

.main-slider__video-link .ripple,
.main-slider__video-icon .ripple:before,
.main-slider__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--insuz-white-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--insuz-white-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--insuz-white-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--insuz-white-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.main-slider__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider .swiper-slide-active .main-slider__title,
.main-slider .swiper-slide-active .main-slider__text,
.main-slider .swiper-slide-active .main-slider__btn-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

#main-slider-pagination {
  z-index: 10;
  top: 41%;
  bottom: 0;
  left: 80px;
  right: 0;
  transform: translateY(-50%);
  counter-reset: count;
  line-height: 0;
  height: 0;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

#main-slider-pagination .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 30px;
  border-radius: 0%;
  opacity: 1;
  background-color: transparent;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet:before {
  position: absolute;
  height: 45px;
  width: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  background-color: rgba(var(--insuz-white-rgb), 0.1);
  counter-increment: count;
  content: "" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  left: 0;
  top: 0;
}

#main-slider-pagination .swiper-pagination-bullet:after {
  position: absolute;
  top: 22px;
  right: -19px;
  height: 1px;
  width: 30px;
  background-color: var(--insuz-base);
  content: "";
  opacity: 0;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

#main-slider-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-top: 59px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0px 0px;
}

#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  left: -40px;
}

#main-slider-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  opacity: 1;
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-two {
  position: relative;
  display: block;
}

.main-slider-two .swiper-slide {
  position: relative;
  background-color: #fff;
}

.main-slider-two .container {
  position: relative;
  padding-top: 223px;
  padding-bottom: 200px;
  z-index: 30;
}

.image-layer-two {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in,
    -webkit-transform 7000ms ease;
  z-index: 1;
}

.main-slider-two__shape-2 {
  position: absolute;
  right: 230px;
  bottom: -500px;
  z-index: 1;
}

.main-slider-two__shape-2 img {
  width: auto;
}

.main-slider-two__shape-3 {
  position: absolute;
  bottom: -435px;
  right: -40px;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-two__shape-3 img {
  width: auto;
}

.main-slider-two__shape-4 {
  position: absolute;
  bottom: -240px;
  right: -30px;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-two__shape-4 img {
  width: auto;
}

.main-slider-two__content {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-two__title {
  position: relative;
  font-size: 80px;
  color: var(--insuz-black);
  font-weight: 600;
  line-height: 90px;
  margin-bottom: 44px;
  font-family: var(--insuz-font);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider-two__title span {
  position: relative;
  display: inline-block;
}

.main-slider-two__title span:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 4px;
  right: 2px;
  height: 6px;
  background-color: var(--insuz-base);
}

.main-slider-two__text {
  font-size: 20px;
  color: var(--insuz-black);
  font-weight: 500;
  line-height: 35px;
  padding-bottom: 53px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider-two__btn-video-box {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider-two__btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--insuz-white);
  background-color: var(--insuz-black);
  border-radius: 3px;
  padding: 15px 50px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-two__btn:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

.main-slider-two__video-link {
  position: relative;
  display: block;
  margin-left: 50px;
}

.main-slider-two__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
  color: var(--insuz-black);
  background-color: var(--insuz-base);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-slider-two__video-icon:hover {
  background-color: var(--insuz-black);
  color: var(--insuz-white);
}

.main-slider-two__video-icon:before {
  position: absolute;
  top: -10px;
  left: 0px;
  right: -5px;
  bottom: 3px;
  content: "";
  border: 1px solid var(--insuz-black);
  border-radius: 50%;
  z-index: 1;
}

.main-slider-two__video-link .ripple,
.main-slider-two__video-icon .ripple:before,
.main-slider-two__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--insuz-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--insuz-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--insuz-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--insuz-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.main-slider-two__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-two__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-two__shape-1 {
  position: absolute;
  top: -80px;
  left: -145px;
  z-index: -1;
}

.main-slider-two__shape-1 img {
  width: auto;
}

.main-slider-two .swiper-slide-active .main-slider-two__title,
.main-slider-two .swiper-slide-active .main-slider-two__text,
.main-slider-two .swiper-slide-active .main-slider-two__btn-video-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

/*--------------------------------------------------------------
# Main Slider Two
--------------------------------------------------------------*/
.main-slider-three {
  position: relative;
  display: block;
}

.main-slider-three .swiper-slide {
  position: relative;
  background-color: var(--insuz-white);
}

.main-slider-three .container {
  position: relative;
  padding-top: 351px;
  padding-bottom: 165px;
  z-index: 30;
}

.image-layer-three__box {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 66%;
  z-index: 1;
}

.image-layer-three {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 39% 100%);
  z-index: 1;
}

.image-layer-three__box:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 77%;
  left: -10000px;
  background: white;
  background: linear-gradient(
    270deg,
    rgba(255, 255, 255, 0.120886) 0%,
    white 12%
  );
  z-index: 2;
}

.main-slider-three__shape-4 {
  position: absolute;
  bottom: -119px;
  left: 104px;
  z-index: 1;
  transform: rotate(-5deg);
  mix-blend-mode: overlay;
}

.main-slider-three__shape-4 img {
  width: auto;
}

.main-slider-three__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.main-slider-three__shape-1 img {
  width: auto;
}

.main-slider-three__shape-2 {
  position: absolute;
  top: -42px;
  left: -32px;
  z-index: -1;
}

.main-slider-three__shape-2 img {
  width: auto;
}

.main-slider-three__shape-3 {
  position: absolute;
  bottom: -395px;
  left: 0;
  z-index: -1;
}

.main-slider-three__shape-3 img {
  width: auto;
}

.main-slider-three__shape-5 {
  position: absolute;
  bottom: -240px;
  right: -30px;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-three__shape-5 img {
  width: auto;
}

.main-slider-three__shape-6 {
  position: absolute;
  bottom: -440px;
  right: -40px;
  mix-blend-mode: overlay;
  z-index: 1;
}

.main-slider-three__shape-6 img {
  width: auto;
}

.main-slider-three__shape-7 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.main-slider-three__shape-7 img {
  width: auto;
}

.main-slider-three__shape-8 {
  position: absolute;
  top: 0;
  bottom: -101px;
  left: 45%;
  width: 15px;
  background-color: #d3ecee;
  transform: rotate(-26deg);
}

.main-slider-three__content {
  position: relative;
  display: block;
  z-index: 1;
}

.main-slider-three__title {
  position: relative;
  font-size: 80px;
  color: var(--insuz-black);
  font-weight: 600;
  line-height: 90px;
  font-family: var(--insuz-font);
  margin-bottom: 35px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider-three__text {
  font-size: 20px;
  color: var(--insuz-black);
  font-weight: 500;
  line-height: 35px;
  padding-bottom: 53px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-120px);
  transform: translateY(-120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider-three__btn-video-box {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(120px);
  transform: translateY(120px);
  -webkit-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: opacity 2000ms ease, -webkit-transform 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease;
  transition: transform 2000ms ease, opacity 2000ms ease,
    -webkit-transform 2000ms ease;
}

.main-slider-three__btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: var(--insuz-white);
  background-color: var(--insuz-black);
  border-radius: 3px;
  padding: 15px 50px 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-slider-three__btn:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

.main-slider-three__video-link {
  position: relative;
  display: block;
  margin-left: 50px;
}

.main-slider-three__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 20px;
  color: var(--insuz-black);
  background-color: var(--insuz-base);
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-slider-three__video-icon:hover {
  background-color: var(--insuz-black);
  color: var(--insuz-white);
}

.main-slider-three__video-icon:before {
  position: absolute;
  top: -10px;
  left: 0px;
  right: -5px;
  bottom: 3px;
  content: "";
  border: 1px solid var(--insuz-black);
  border-radius: 50%;
  z-index: 1;
}

.main-slider-three__video-link .ripple,
.main-slider-three__video-icon .ripple:before,
.main-slider-three__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--insuz-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--insuz-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--insuz-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--insuz-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.main-slider-three__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.main-slider-three__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.main-slider-three .swiper-slide-active .main-slider-three__title,
.main-slider-three .swiper-slide-active .main-slider-three__text,
.main-slider-three .swiper-slide-active .main-slider-three__btn-video-box {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
}

/*--------------------------------------------------------------
# Intro Loan
--------------------------------------------------------------*/
.intro-loan {
  position: relative;
  display: block;
  padding: 120px 0 180px;
  z-index: 1;
}

.intro-loan__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 505px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.2;
  z-index: -1;
}

.intro-loan__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #0f0e0e;
  padding: 60px 0 45px;
  background-color: var(--insuz-white);
  z-index: 1;
}

.intro-loan__list:before {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: #0f0e0e;
}

.intro-loan__list:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  content: "";
  height: 1px;
  background-color: #0f0e0e;
}

.intro-loan__list li {
  position: relative;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  width: 100%;
  margin-bottom: 26px;
  text-align: center;
}

.intro-loan__single {
  position: relative;
  display: block;
}

.intro-loan__single:before {
  content: "";
  position: absolute;
  top: -9px;
  bottom: -6px;
  left: 0;
  width: 1px;
  background-color: #e7e3dd;
}

.intro-loan__list li:first-child .intro-loan__single:before {
  display: none;
}

.intro-loan__icon {
  position: relative;
  display: block;
}

.intro-loan__icon img {
  width: auto;
}

.intro-loan__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin-top: 24px;
  margin-bottom: 15px;
}

.intro-loan__title a {
  color: #090808;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.intro-loan__title a:hover {
  color: var(--insuz-base);
}

.intro-loan__sub-title {
  font-size: 16px;
  color: #090808;
  opacity: 0.8;
  line-height: 20px;
}

/*--------------------------------------------------------------
# About One
--------------------------------------------------------------*/
.about-one {
  position: relative;
  display: block;
  z-index: 1;
}

.about-one__shape-3 {
  position: absolute;
  bottom: -210px;
  left: 0;
}

.about-one__shape-3 img {
  width: auto;
}

.about-one__shape-4 {
  position: absolute;
  bottom: -210px;
  right: 0;
}

.about-one__shape-4 img {
  width: auto;
}

.about-one__left {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: 70px;
}

.about-one__img-box {
  position: relative;
  display: block;
}

.about-one__img-one {
  position: relative;
  display: block;
}

.about-one__img-one img {
  width: 100%;
}

.about-one__img-two {
  position: absolute;
  bottom: -218px;
  left: -45px;
}

.about-one__img-two img {
  width: auto;
  border-radius: 45px;
  border-top-right-radius: 0;
}

.about-one__investments {
  position: absolute;
  bottom: -112px;
  right: -27px;
  background-color: var(--insuz-base);
  padding: 36px 30px 36px;
  max-width: 265px;
  width: 100%;
  transform: rotate(-15deg);
  z-index: 1;
}

.about-one__investments:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid var(--insuz-black);
}

.about-one__investments-text {
  font-size: 20px;
  font-weight: 500;
  color: var(--insuz-black);
  line-height: 33px;
}

.about-one__shape-1 {
  position: absolute;
  top: -20px;
  right: -35px;
  z-index: -1;
}

.about-one__shape-1 img {
  width: auto;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.about-one__shape-2 {
  position: absolute;
  bottom: -185px;
  right: 40px;
}

.about-one__shape-2 img {
  width: auto;
}

.about-one__right {
  position: relative;
  display: block;
}

.about-one__right .section-title {
  margin-bottom: 31px;
}

.about-one__icon-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 26px;
}

.about-one__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  width: 90px;
  background-color: #edf6f7;
  border-radius: 50%;
}

.about-one__icon img {
  width: auto;
}

.about-one__icon-content {
  margin-left: 20px;
}

.about-one__icon-content h4 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 600;
}

.about-one__user-box {
  position: relative;
  display: flex;
  margin-top: 50px;
}

.about-one__user {
  position: relative;
  display: block;
}

.about-one__user-sign {
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.about-one__user-sign img {
  width: auto;
}

.about-one__user-name {
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 9px;
}

.about-one__user-title {
  font-size: 14px;
  line-height: 14px;
}

.about-one__points-box {
  position: relative;
  display: block;
  background-color: #eefafb;
  border-radius: 2px;
  padding: 20px 35px 30px;
  margin-left: 45px;
}

.about-one__points {
  position: relative;
  display: block;
}

.about-one__points li {
  position: relative;
  display: flex;
}

.about-one__points li .icon {
  position: relative;
  display: block;
}

.about-one__points li .icon span {
  font-size: 15px;
  color: var(--insuz-black);
}

.about-one__points li .text {
  margin-left: 10px;
}

.about-one__points li .text p {
  font-size: 16px;
  color: var(--insuz-black);
  font-weight: 500;
}

/*--------------------------------------------------------------
# Services One
--------------------------------------------------------------*/
.services-one {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 120px 0 120px;
  z-index: 1;
}

.services-one__shape-1 {
  position: absolute;
  bottom: 55px;
  left: 0;
  z-index: -1;
}

.services-one__shape-1 img {
  width: auto;
}

.services-one__shape-2 {
  position: absolute;
  bottom: 30px;
  right: 0;
  z-index: -1;
}

.services-one__shape-2 img {
  width: auto;
}

.services-one__single {
  position: relative;
  display: block;
  border: 2px solid #ebebeb;
  background-color: var(--insuz-white);
  border-radius: 2px;
  text-align: center;
  padding: 46px 0 50px;
  margin-bottom: 30px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover {
  border: 2px solid var(--insuz-black);
}

.services-one__icon {
  position: relative;
  display: inline-block;
  margin-bottom: 19px;
  z-index: 1;
}

.services-one__icon:before {
  content: "";
  position: absolute;
  bottom: 6px;
  right: -7px;
  height: 30px;
  width: 30px;
  background-color: #d7eff0;
  border-radius: 50%;
  z-index: -1;
}

.services-one__icon span {
  position: relative;
  display: inline-block;
  font-size: 52px;
  color: var(--insuz-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-one__single:hover .services-one__icon span {
  transform: scale(1.1);
}

.services-one__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 6px;
}

.services-one__title a {
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__title a {
  color: var(--insuz-base);
}

.services-one__text {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}

.services-one__arrow {
  position: relative;
  display: block;
  margin-top: 33px;
}

.services-one__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 20px;
  background-color: #eaeded;
  color: var(--insuz-black);
  border-radius: 50%;
  margin: 0 auto;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__single:hover .services-one__arrow a {
  background-color: var(--insuz-base);
}

.services-one__view-btn {
  position: relative;
  display: block;
  max-width: 555px;
  width: 100%;
  margin: 40px auto 0;
  background-color: #e6f5f6;
  border-radius: 18px;
  padding: 1px 30px 1px;
  text-align: center;
}

.services-one__view-btn p {
  font-size: 16px;
  font-weight: 500;
  color: var(--insuz-black);
}

.services-one__view-btn p a {
  font-size: 16px;
  font-weight: 500;
  color: var(--insuz-black);
  position: relative;
  display: inline-block;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__view-btn p a:hover {
  color: var(--insuz-base);
}

.services-one__view-btn p a:before {
  content: "";
  position: absolute;
  bottom: 7px;
  left: 0;
  right: 0;
  background-color: var(--insuz-black);
  height: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-one__view-btn p a:hover:before {
  background-color: var(--insuz-base);
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
  position: relative;
  display: block;
  padding: 200px 0 200px;
  z-index: 1;
}

.video-one__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.video-one__inner {
  position: relative;
  display: block;
}

.video-one__video-link {
  position: relative;
  display: block;
  z-index: 2;
}

.video-one__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 135px;
  height: 135px;
  line-height: 135px;
  text-align: center;
  font-size: 30px;
  color: var(--insuz-white);
  background-color: var(--insuz-base);
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.video-one__video-icon:hover {
  background-color: var(--insuz-black);
  color: var(--insuz-white);
}

.video-one__video-icon:before {
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  content: "";
  border: 1px solid rgba(var(--insuz-white-rgb), 1);
  border-radius: 50%;
  z-index: 1;
}

.video-one__video-link .ripple,
.video-one__video-icon .ripple:before,
.video-one__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 176px;
  height: 176px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--insuz-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--insuz-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--insuz-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--insuz-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.video-one__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.video-one__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

/*--------------------------------------------------------------
# Why Choose One
--------------------------------------------------------------*/
.why-choose-one {
  position: relative;
  display: block;
  background-color: #eaf1f2;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.why-choose-one__shape-1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.why-choose-one__shape-2 {
  position: absolute;
  bottom: -332px;
  left: -185px;
  height: 735px;
  width: 205px;
  border-radius: 367px;
  background-color: var(--insuz-white);
  transform: rotate(45deg);
  z-index: 2;
}

.why-choose-one__shape-3 {
  position: absolute;
  bottom: -227px;
  left: 18px;
  height: 450px;
  width: 124px;
  border-radius: 225px;
  background-color: #40f4ff;
  transform: rotate(45deg);
  z-index: 1;
}

.why-choose-one__shape-4 {
  position: absolute;
  top: -369px;
  right: -140px;
  height: 735px;
  width: 200px;
  border-radius: 367px;
  background-color: #40f4ff;
  transform: rotate(45deg);
  z-index: 2;
}

.why-choose-one__shape-5 {
  position: absolute;
  top: -151px;
  right: 190px;
  height: 738px;
  width: 220px;
  border-radius: 50px;
  background-color: #29eefa;
  transform: rotate(45deg);
  z-index: 1;
}

.why-choose-one__shape-6 {
  position: absolute;
  top: -182px;
  right: -21px;
  height: 740px;
  width: 215px;
  border-radius: 50px;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 1;
}

.why-choose-one__shape-7 {
  border-radius: 50%;
  background-color: #d1fcff;
  position: absolute;
  right: 717px;
  bottom: 66px;
  width: 169px;
  height: 169px;
}

.why-choose-one__shape-8 {
  position: absolute;
  top: 113px;
  right: 545px;
}

.why-choose-one__shape-8 img {
  width: auto;
}

.why-choose-one__left {
  position: relative;
  display: block;
  z-index: 5;
}

.faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  background-color: var(--insuz-white);
  padding-left: 45px;
  padding-right: 30px;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion-title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 29px 0 29px;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-one-accrodion .accrodion-title .icon-box {
  position: relative;
  display: block;
}

.faq-one-accrodion .accrodion-title .icon-box img {
  width: auto;
}

.faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: var(--insuz-black);
  position: relative;
  margin-left: 25px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-one-accrodion .accrodion + .accrodion {
  margin-top: 20px;
}

.faq-one-accrodion .accrodion-title::before {
  content: "\e939";
  font-family: "icomoon" !important;
  font-weight: 900;
  font-size: 16px;
  width: 35px;
  height: 35px;
  color: #d3d3d3;
  border: 2px solid #d3d3d3;
  position: absolute;
  top: 50%;
  right: 0;
  line-height: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
}

.faq-one-accrodion .accrodion.active .accrodion-title::before {
  content: "\e938";
  color: var(--insuz-black);
  border: 2px solid var(--insuz-black);
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 0 40px 36px;
  padding-left: 80px;
}

.faq-one-accrodion .accrodion-content p {
  margin: 0;
  font-size: 16px;
  line-height: 30px;
}

.why-choose-one__right {
  position: relative;
  display: block;
  margin-left: 110px;
  margin-right: -305px;
  z-index: 2;
}

.why-choose-one__img {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-one__img:before {
  content: "";
  position: absolute;
  top: -12px;
  left: 15px;
  bottom: -12px;
  right: 8px;
  border: 2px solid var(--insuz-white);
  border-radius: 2px;
}

.why-choose-one__img img {
  width: 100%;
  border: 10px solid var(--insuz-white);
  border-radius: 5px;
}

/*--------------------------------------------------------------
# Insurance History
--------------------------------------------------------------*/
.insurance-history {
  position: relative;
  display: block;
  padding: 107px 0 107px;
}

.insurance-history__title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 111px;
}

.insurance-history__title-box h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
}

.insurance-history__rate-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 37px;
}

.insurance-history__rate-box span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--insuz-black);
}

.insurance-history__rate-box span + span {
  margin-left: 10px;
}

.insurance-history__title-box p {
  font-size: 16px;
  color: #717a7b;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 10px;
  position: relative;
  display: block;
  z-index: 2;
}

.insurance-history__title-box p a {
  position: relative;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--insuz-base);
}

.insurance-history__title-box p a:hover {
  color: var(--insuz-black);
}

.insurance-history__title-box p a:before {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cce8ea;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.insurance-history__title-box p a:hover:before {
  background-color: var(--insuz-black);
}

.insurance-history__title-box h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.insurance-history__inner {
  position: relative;
  display: block;
  background-color: #f4fbfb;
  padding: 45px 50px 15px;
  z-index: 1;
}

.insurance-history__img {
  position: absolute;
  bottom: 0px;
  right: -80px;
}

.insurance-history__img:before {
  content: "";
  position: absolute;
  bottom: -85px;
  left: -100px;
  height: 154px;
  width: 622px;
  background: white;
  background: linear-gradient(
    0deg,
    white 53%,
    rgba(255, 255, 255, 0.00603992) 100%
  );
}

.insurance-history__img img {
  width: auto;
}

.insurance-history__shape-1 {
  position: absolute;
  top: -125px;
  left: -176px;
}

.insurance-history__shape-1 img {
  width: auto;
}

.insurance-history__shape-2 {
  position: absolute;
  top: -60px;
  right: 415px;
}

.insurance-history__shape-2 img {
  width: auto;
}

.insurance-history__shape-3 {
  position: absolute;
  top: -134px;
  right: 0;
  z-index: -1;
}

.insurance-history__shape-3 img {
  width: auto;
}

.insurance-history__shape-4 {
  position: absolute;
  top: -252px;
  right: -136px;
}

.insurance-history__shape-4 img {
  width: auto;
}

.insurance-history__shape-5 {
  position: absolute;
  top: -184px;
  right: 50px;
}

.insurance-history__shape-5 img {
  width: auto;
}

.insurance-history__content-box {
  position: relative;
  display: block;
  margin-right: 31px;
}

.insurance-history__single {
  position: relative;
  display: block;
  border: 1px solid var(--insuz-black);
  background-color: var(--insuz-white);
  padding: 45px 30px 45px;
  padding-right: 20px;
  margin-bottom: 30px;
}

.insurance-history__count-box {
  position: relative;
  display: flex;
  align-items: center;
}

.insurance-history__count-box h3 {
  font-size: 55px;
  font-weight: 600;
  font-family: var(--insuz-font-two) !important;
  line-height: 55px !important;
}

.insurance-history__plus {
  font-size: 50px;
  font-weight: 600;
  font-family: var(--insuz-font-two);
  line-height: 50px;
}

.insurance-history__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 35px;
}

.insurance-history__text {
  font-size: 16px;
  line-height: 32px;
}

/*--------------------------------------------------------------
# Testimonial One
--------------------------------------------------------------*/
.testimonial-one {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.testimonial-one .container {
  max-width: 1390px;
}

.testimonial-one__sec-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 59px;
}

.testimonial-one__sec-title h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
}

.testimonial-one__carousel {
  position: relative;
  display: block;
}

.testimonial-one__single {
  position: relative;
  display: block;
  background-color: #f0f7f7;
  padding: 40px 60px 63px;
  overflow: hidden;
  z-index: 1;
}

.testimonial-one__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.testimonial-one__shape-1 img {
  width: auto;
}

.testimonial-one__shape-2 {
  position: absolute;
  bottom: -135px;
  right: -170px;
  z-index: -1;
}

.testimonial-one__shape-2 img {
  width: auto;
}

.testimonial-one__client-info {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
}

.testimonial-one__client-img {
  position: relative;
  display: block;
  width: 148px;
}

.testimonial-one__client-img img {
  width: 100% !important;
}

.testimonial-one__quote {
  position: absolute;
  bottom: 25px;
  right: -6px;
  height: 35px;
  width: 35px;
  background-color: var(--insuz-black);
  border-radius: 50%;
  font-size: 15px;
  color: var(--insuz-white);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-one__client-details {
  margin-left: 40px;
}

.testimonial-one__client-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
}

.testimonial-one__client-sub-title {
  font-size: 15px;
  line-height: 20px;
}

.testimonial-one__client-rate {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

.testimonial-one__client-rate span {
  font-size: 16px;
  color: var(--insuz-black);
}

.testimonial-one__client-rate span + span {
  margin-left: 5px;
}

.testimonial-one__client-rate span.clr-star {
  color: #d9cdce;
}

.testimonial-one__text {
  font-size: 20px;
  line-height: 40px;
}

/*--------------------------------------------------------------
# Contact One
--------------------------------------------------------------*/
.contact-one {
  position: relative;
  display: block;
  background-color: #f6f6f6;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.contact-one__shape-1 {
  position: absolute;
  top: -148px;
  left: 0;
  opacity: 0.3;
  z-index: -1;
}

.contact-one__shape-1 img {
  width: auto;
}

.contact-one__shape-2 {
  position: absolute;
  bottom: -70px;
  right: 0;
  opacity: 0.3;
  z-index: -1;
}

.contact-one__shape-2 img {
  width: auto;
}

.contact-one__shape-3 {
  position: absolute;
  bottom: 120px;
  left: 130px;
}

.contact-one__shape-3 img {
  width: auto;
}

.contact-one__shape-4 {
  position: absolute;
  top: 25px;
  left: 355px;
}

.contact-one__shape-4 img {
  width: auto;
}

.contact-one__shape-5 {
  position: absolute;
  top: -20px;
  right: -75px;
}

.contact-one__shape-5 img {
  width: auto;
}

.contact-one__shape-6 {
  position: absolute;
  bottom: 97px;
  left: 480px;
}

.contact-one__shape-6 img {
  width: auto;
}

.contact-one__inner {
  position: relative;
  display: block;
  background-color: var(--insuz-base);
  padding: 80px 70px 80px;
  z-index: 1;
}

.contact-one__left {
  position: relative;
  display: block;
  margin-top: -12px;
}

.contact-one__title {
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
  margin-bottom: 36px;
}

.contact-one__text {
  font-size: 20px;
  color: #000108;
  line-height: 35px;
}

.contact-one__call {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.contact-one__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: var(--insuz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__call-icon:hover {
  background-color: var(--insuz-black);
}

.contact-one__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__call-icon:hover span {
  color: var(--insuz-base);
}

.contact-one__call-content {
  margin-left: 25px;
}

.contact-one__call-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--insuz-black);
  text-transform: uppercase;
  line-height: 16px;
}

.contact-one__call-number {
  font-size: 28px;
  font-weight: 600;
  color: var(--insuz-black);
  line-height: 28px;
  margin-top: 12px;
}

.contact-one__call-number a {
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__call-number a:hover {
  color: var(--insuz-white);
}

.contact-one__sign-up-text {
  font-size: 20px;
  color: #000108;
}

.contact-one__sign-up-text a {
  position: relative;
  display: inline-block;
  color: #0a4448;
  margin-left: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__sign-up-text a:hover {
  color: var(--insuz-black);
}

.contact-one__sign-up-text a:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #199ca5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-one__sign-up-text a:hover:before {
  background-color: var(--insuz-black);
}

.contact-one__right {
  position: relative;
  display: block;
  margin-left: -15px;
}

.contact-one__form-box {
  position: relative;
  display: block;
  background-color: var(--insuz-white);
  padding: 45px 55px 50px;
  border-radius: 3px;
}

.contact-one__form-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 30px;
}

.contact-one__form {
  position: relative;
  display: block;
}

.contact-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-form__input-box input[type="text"],
.contact-form__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  color: var(--insuz-black);
  border: 1px solid var(--insuz-black);
  background-color: var(--insuz-white);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  display: block;
  font-weight: 400;
}

.contact-form__input-box textarea {
  font-size: 16px;
  height: 140px;
  width: 100%;
  color: var(--insuz-black);
  background-color: var(--insuz-white);
  padding: 25px 20px 25px;
  border: 1px solid var(--insuz-black);
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.contact-form__btn {
  border: none;
  font-size: 16px;
  color: var(--insuz-white);
  background-color: var(--insuz-black);
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 13px 0 13px;
  line-height: 34px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-form__btn:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

.contact-form__input-box.text-message-box {
  height: 140px;
}

.contact-three__form
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  position: relative;
  display: block;
  width: 100% !important;
}

.contact-three__form .bootstrap-select > .dropdown-toggle::after {
  display: none;
}

.contact-three__form .bootstrap-select > .dropdown-toggle {
  position: relative;
  height: 60px;
  outline: none !important;
  border-radius: 0;
  border: 1px solid var(--insuz-black);
  background-color: var(--insuz-white) !important;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: var(--insuz-gray) !important;
  font-size: 16px;
  line-height: 60px;
  font-weight: 400;
  box-shadow: none !important;
  background-repeat: no-repeat;
  background-size: 14px 12px;
  background-position: right 25.75px center;
}

.contact-three__form .bootstrap-select > .dropdown-toggle:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  font-size: 14px;
  color: var(--insuz-gray);
}

/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.blog-one .section-title {
  margin-bottom: 77px;
}

.blog-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--insuz-black-rgb), 0.3);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
  z-index: 1;
}

.blog-one__single:hover .blog-one__img:before {
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.blog-one__img img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}

.blog-one__single:hover .blog-one__img img {
  transform: scale(1.05);
}

.blog-one__content-box {
  position: relative;
  display: block;
  background-color: white;
  box-shadow: 0px 0px 40px 0px rgba(233, 226, 226, 0.35);
}

.blog-one__date {
  position: relative;
  display: block;
}

.blog-one__date {
  height: 69px;
  width: 54px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background-color: #426769;
  margin-left: 22px;
  border-radius: 2px;
  margin-top: -54px;
  z-index: 2;
}

.blog-one__date span {
  font-size: 26px;
  line-height: 25.6px;
  font-weight: 500;
  color: var(--insuz-white);
}

.blog-one__date p {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.6px;
  color: var(--insuz-white);
  margin-top: 2px;
}

.blog-one__content {
  position: relative;
  display: block;
  padding: 20px 22px 30px;
}

.blog-one__title-box {
  position: relative;
  display: block;
  padding: 17px 20px 24px;
}

.blog-one__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
}

.blog-one__title a {
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__title a:hover {
  color: var(--insuz-base);
}

.blog-one__text {
  font-size: 16px;
  line-height: 32px;
  margin-top: 17px;
}

.blog-one__meta-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #090808;
  padding-top: 9px;
  padding-bottom: 8px;
  padding-left: 21px;
  padding-right: 6px;
}

.blog-one__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--insuz-base);
  padding: 0 10px 0 11px;
}

.blog-one__tag p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--insuz-black);
}

.blog-one__tag-2 {
  padding: 0 12px 0;
}

.blog-one__tag-3 {
  padding: 0 15px 0;
}

.blog-one__meta-box-two {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 17px;
}

.blog-one__meta .icon {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-one__meta .icon a {
  font-size: 14px;
  position: relative;
  font-weight: 400;
  color: var(--insuz-black);
  opacity: 0.88;
  line-height: 25px;
  display: flex;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__meta a:hover {
  color: var(--insuz-base);
}

.blog-one__meta .icon a i {
  font-size: 21px;
  color: var(--insuz-black);
  opacity: 0.88;
  margin-right: 6px;
  margin-top: 2px;
}

.blog-one__meta-btn {
  position: relative;
  display: block;
  margin-right: 2px;
}

.blog-one__meta-btn a {
  font-size: 16px;
  font-weight: 500;
  line-height: 25.6px;
  color: #426769;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px 12px 19px;
  background-color: #dae9ea;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__meta-btn a:hover {
  background-color: var(--insuz-black);
  color: var(--insuz-white);
}

.blog-one__meta-btn a i {
  font-size: 14px;
  color: #426769;
  margin-left: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-one__meta-btn a:hover i {
  color: var(--insuz-white);
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.site-footer {
  position: relative;
  display: block;
  padding-top: 108px;
  background-color: #1e1e1e;
  z-index: 1;
}

.default-footer {
  padding-top: 0;
}

.site-footer-shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.site-footer-shape-1 img {
  width: auto;
}

.site-footer-shape-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.site-footer-shape-2 img {
  width: auto;
}

.site-footer-shape-3 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.site-footer-shape-3 img {
  width: auto;
}

.site-footer-shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.site-footer-shape-4 img {
  width: auto;
}

.site-footer-shape-5 {
  position: absolute;
  top: 130px;
  left: 173px;
}

.site-footer-shape-5 img {
  width: auto;
}

.site-footer-shape-6 {
  position: absolute;
  top: 283px;
  right: 197px;
}

.site-footer-shape-6 img {
  width: auto;
}

.site-footer-shape-7 {
  position: absolute;
  top: 0;
  right: 0;
}

.site-footer-shape-7 img {
  width: auto;
}

.site-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  mix-blend-mode: overlay;
  z-index: -1;
}

.site-footer__top {
  position: relative;
  display: block;
  padding-bottom: 84px;
}

.footer-widget__contact-box {
  position: relative;
  display: block;
  margin-top: 8px;
}

.footer-widget__logo-box {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__logo {
  position: relative;
  display: block;
}

.footer-widget__logo a {
  position: relative;
  display: block;
}

.footer-widget__contact {
  position: relative;
  display: block;
  margin-top: 40px;
  margin-bottom: 30px;
}

.footer-widget__contact li {
  position: relative;
  display: flex;
}

.footer-widget__contact li + li {
  margin-top: 10px;
}

.footer-widget__contact .icon {
  position: relative;
  display: block;
  top: 11px;
}

.footer-widget__contact .icon i {
  font-size: 26px;
  color: #bababa;
}

.footer-widget__contact .icon-two i {
  color: var(--insuz-white);
}

.footer-widget__contact .text {
  position: relative;
  display: block;
  margin-left: 12px;
}

.footer-widget__contact .text p {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #bababa;
}

.footer-widget__contact .text p a {
  position: relative;
  display: block;
  color: #bababa;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__contact .text p a:hover {
  color: var(--insuz-white);
}

.footer-widget__social-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 23px;
}

.footer-widget__social-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 170px;
  width: 100%;
  height: 1px;
  background-color: #393939;
}

.footer-widget__social-box li + li {
  margin-left: 10px;
}

.footer-widget__social-box a {
  width: 35px;
  height: 35px;
  background-color: var(--insuz-white);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--insuz-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  overflow: hidden;
  z-index: 1;
}

.footer-widget__social-box a:hover {
  color: var(--insuz-black);
  background-color: var(--insuz-base);
}

.footer-widget__social-box a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: var(--insuz-base);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 1;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  z-index: -1;
}

.footer-widget__social-box a:hover:after {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.footer-widget__latest-post {
  position: relative;
  display: block;
  margin-right: 48px;
  margin-left: 7px;
}

.footer-widget__title-box {
  position: relative;
  display: block;
  margin-bottom: 36px;
}

.footer-widget__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--insuz-white);
  line-height: 32px;
}

.footer-widget__latest-post-list {
  position: relative;
  display: block;
}

.footer-widget__latest-post-list li {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-widget__latest-post-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 101px;
  height: 1px;
  background-color: #3e3e3e;
}

.footer-widget__latest-post-list li:first-child:before {
  display: none;
}

.footer-widget__latest-post-list li + li {
  margin-top: 24px;
  padding-top: 30px;
}

.footer-widget__latest-post-img {
  position: relative;
  display: block;
  flex-shrink: 0;
}

.elementor .footer-widget__latest-post-img img {
  width: 74px;
  height: 73px;
  object-fit: cover;
}

.footer-widget__latest-post-content {
  position: relative;
  display: block;
  margin-left: 22px;
  margin-top: 1px;
}

.footer-widget__latest-post-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #888888;
}

.footer-widget__latest-post-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}

.footer-widget__latest-post-title a {
  color: var(--insuz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__latest-post-title a:hover {
  color: var(--insuz-base);
}

.footer-widget__services {
  position: relative;
  display: block;
  margin-left: -12px;
}

.footer-widget__services .footer-widget__title-box {
  margin-bottom: 32px;
}

.footer-widget__services-list {
  position: relative;
  display: block;
}

.footer-widget__services-list li + li {
  margin-top: 5px;
}

.footer-widget__services-list li a {
  font-size: 16px;
  color: #bababa;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 400;
}

.footer-widget__services-list li a:hover {
  color: var(--insuz-white);
}

.footer-widget__newsletter {
  position: relative;
  display: block;
  margin-left: -12px;
}

.footer-widget__newsletter .footer-widget__title-box {
  margin-bottom: 34px;
}

.footer-widget__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #bababa;
}

.footer-widget__subscribe-box {
  position: relative;
  display: block;
  margin-top: 22px;
}

.footer-widget__subscribe-input-box {
  position: relative;
  display: block;
  background-color: #171617;
  border: 1px solid #454141;
}

.footer-widget__subscribe-input-box input[type="email"] {
  height: 72px;
  width: 100%;
  background-color: #171617;
  outline: none;
  font-size: 15px;
  color: #bababa;
  border: none;
  padding-right: 75px;
  padding-left: 20px;
}

.footer-widget__subscribe-btn {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 55px;
  height: 46px;
  border: none;
  background-color: var(--insuz-white);
  border-radius: 3px;
  font-size: 16px;
  color: var(--insuz-black);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__subscribe-btn:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

.footer-widget__help {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 44px;
}

.footer-widget__help .icon span {
  font-size: 27px;
  color: var(--insuz-black);
  width: 49px;
  height: 49px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--insuz-base);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.footer-widget__help-text {
  position: relative;
  display: block;
}

.footer-widget__help-text p {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--insuz-font-two);
}

.footer-widget__help-text p a {
  color: var(--insuz-white);
  background-color: #252525;
  padding-left: 18px;
  padding-top: 14px;
  padding-bottom: 13px;
  padding-right: 16px;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.footer-widget__help-text p a:hover {
  color: var(--insuz-base);
}

.site-footer__bottom {
  position: relative;
  display: block;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 37px 0;
  border-top: 1px solid #2f2f2f;
}

.site-footer__bottom-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  color: var(--insuz-white);
  opacity: 0.8;
}

/*--------------------------------------------------------------
# Intro Loan Two
--------------------------------------------------------------*/
.intro-loan-two {
  position: relative;
  display: block;
  padding: 120px 0 90px;
  z-index: 1;
}

.intro-loan-two:before {
  content: "";
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  height: 140px;
  background: white;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.978029) 67%,
    rgba(255, 255, 255, 0) 100%
  );
}

.intro-loan-two__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 140px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
  z-index: -1;
}

.intro-loan-two__single {
  position: relative;
  display: block;
  text-align: center;
  border: 1px solid #0f0e0e;
  background-color: var(--insuz-white);
  padding: 61px 40px 65px;
  margin-bottom: 30px;
}

.intro-loan-two__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}

.intro-loan-two__shape-1 img {
  width: auto;
}

.intro-loan-two__icon {
  position: relative;
  display: block;
}

.intro-loan-two__icon img {
  width: auto;
}

.intro-loan-two__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  margin-top: 24px;
  margin-bottom: 15px;
}

.intro-loan-two__title a {
  color: #090808;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.intro-loan-two__title a:hover {
  color: var(--insuz-base);
}

.intro-loan-two__sub-title {
  font-size: 16px;
  color: #090808;
  opacity: 0.8;
  line-height: 20px;
}

.intro-loan-two__text {
  font-size: 16px;
  margin-top: 37px;
  line-height: 30px;
}

/*--------------------------------------------------------------
# About Two
--------------------------------------------------------------*/
.about-two {
  position: relative;
  display: block;
  padding-bottom: 120px;
  z-index: 1;
}

.about-two__shape-1 {
  position: absolute;
  top: -44px;
  left: 144px;
}

.about-two__shape-1 img {
  width: auto;
}

.about-two__shape-2 {
  position: absolute;
  bottom: -200px;
  left: 0;
}

.about-two__shape-2 img {
  width: auto;
}

.about-two__shape-3 {
  position: absolute;
  bottom: -158px;
  right: 0;
}

.about-two__shape-3 img {
  width: auto;
}

.about-two__left {
  position: relative;
  display: block;
  margin-right: 51px;
}

.about-two .section-title {
  margin-bottom: 41px;
}

.about-two__points-box {
  position: relative;
  display: flex;
  margin-top: 50px;
}

.about-two__points {
  position: relative;
  display: block;
  max-width: 404px;
  width: 100%;
  border: 1px solid var(--insuz-black);
  border-radius: 2px;
  padding: 23px 28px 36px;
}

.about-two__points li {
  position: relative;
  display: flex;
}

.about-two__points li + li {
  margin-top: 9px;
}

.about-two__points li .icon {
  position: relative;
  display: inline-block;
}

.about-two__points li .icon span {
  font-size: 18px;
  color: var(--insuz-black);
  position: relative;
}

.about-two__points li .text {
  position: relative;
  display: block;
  margin-left: 8px;
}

.about-two__points li .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--insuz-black);
}

.about-two__points-img {
  position: relative;
  display: block;
  margin-left: 45px;
}

.about-two__points-img img {
  width: 100%;
}

.about-two__right {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-two__counter {
  position: relative;
  display: block;
}

.about-two__counter li {
  position: relative;
  display: block;
  border-bottom: 1px solid #ececec;
  padding-bottom: 40px;
}

.about-two__counter li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.about-two__counter li + li {
  margin-top: 32px;
}

.about-two__counter-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.about-two__counter-and-text {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.about-two__count-box {
  position: relative;
  display: block;
  max-width: 134px;
  width: 100%;
  background-color: #edf6f7;
  padding: 22px 10px 17px;
}

.about-two__count-box-2 {
  background-color: #f7f5ed;
}

.about-two__count-box-3 {
  background-color: #fff8f8;
}

.about-two__count-box h3 {
  font-size: 43px;
  font-weight: 700;
  line-height: 53px !important;
  font-family: var(--insuz-font-two) !important;
  color: var(--insuz-black);
}

.about-two__count-text {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-two__count-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.about-two__count-box h3 .odometer-formatting-mark {
  display: none;
}

.about-two__count-plus {
  font-size: 43px;
  font-weight: 700;
  font-family: var(--insuz-font-two);
  color: var(--insuz-black);
  position: relative;
  top: 9px;
  left: -2px;
}

/*--------------------------------------------------------------
# Services Two
--------------------------------------------------------------*/
.services-Two {
  position: relative;
  display: block;
  padding-bottom: 77px;
}

.services-two__shape-3 {
  position: absolute;
  bottom: 228px;
  left: 0;
  z-index: -1;
}

.services-two__shape-3 img {
  width: auto;
}

.services-two__shape-4 {
  position: absolute;
  bottom: 40px;
  right: 0;
  z-index: -1;
}

.services-two__shape-4 img {
  width: auto;
}

.services-Two .section-title {
  margin-bottom: 57px;
}

.services-Two__single {
  position: relative;
  display: block;
  border: 1px solid var(--insuz-black);
  background-color: var(--insuz-white);
  border-radius: 2px;
  padding: 42px 24px 28px;
  margin-bottom: 30px;
  border-radius: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.services-two__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
}

.services-two__shape-1 img {
  width: auto;
}

.services-two__shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}

.services-two__shape-2 img {
  width: auto;
}

.services-Two__icon {
  position: relative;
  display: flex;
  height: 86px;
  width: 86px;
  border: 1px solid #cdd6d7;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #e6f5f6;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.services-Two__single:hover .services-Two__icon {
  border: 1px solid var(--insuz-black);
}

.services-Two__icon span {
  position: relative;
  display: inline-block;
  font-size: 41px;
  color: var(--insuz-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.services-Two__single:hover .services-Two__icon span {
  transform: scale(1.1);
}

.services-Two__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 17px;
  margin-top: 34px;
}

.services-Two__title a {
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-Two__single:hover .services-Two__title a {
  color: var(--insuz-base);
}

.services-Two__text {
  color: #8a8a8a;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
}

.services-Two__arrow {
  position: relative;
  display: block;
  margin-top: 33px;
}

.services-Two__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  font-size: 20px;
  background-color: #eaeded;
  color: var(--insuz-black);
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  transform: rotate(45deg);
}

.services-Two__single:hover .services-Two__arrow a {
  background-color: var(--insuz-base);
}

/*--------------------------------------------------------------
# Insurance History Two
--------------------------------------------------------------*/
.insurance-history-two {
  padding-top: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# Insurance History Three
--------------------------------------------------------------*/
.insurance-history-three {
  padding-bottom: 100px;
}

.insurance-history-three:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  height: 190px;
  background: white;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.975228) 67%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 2;
}

.insurance-history-three .insurance-history__img:before {
  display: none;
}

/*--------------------------------------------------------------
# contact Two
--------------------------------------------------------------*/
.contact-two .contact-one__inner {
  background-color: var(--insuz-white);
}

.contact-two .contact-one__form-box {
  background-color: white;
  box-shadow: 0px 0px 40px 0px rgba(202, 198, 196, 0.35);
}

.contact-two .contact-one__call-icon {
  background-color: #e9f3f4;
}

.contact-two .contact-one__sign-up-text a {
  color: var(--insuz-base);
}

/*--------------------------------------------------------------
# How It Work
--------------------------------------------------------------*/
.how-it-work {
  position: relative;
  display: block;
  counter-reset: count;
  padding: 120px 0 90px;
  z-index: 1;
}

.how-it-work .section-title {
  margin-bottom: 67px;
}

.how-it-work__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 19px;
  z-index: 1;
}

.how-it-work__single-1 {
  margin-right: 68px;
}

.how-it-work__single-2 {
  margin-top: 70px;
  margin-left: 22px;
  margin-right: 44px;
}

.how-it-work__single-3 {
  margin-left: 47px;
  margin-right: 20px;
}

.how-it-work__single-4 {
  margin-top: 70px;
  margin-left: 66px;
}

.how-it-work__shape-1 {
  position: absolute;
  top: 50px;
  left: -135px;
}

.how-it-work__shape-1 img {
  width: auto;
}

.how-it-work__shape-2 {
  position: absolute;
  top: 55px;
  right: -138px;
}

.how-it-work__shape-2 img {
  width: auto;
}

.how-it-work__shape-3 {
  position: absolute;
  top: 116px;
  right: -136px;
}

.how-it-work__shape-3 img {
  width: auto;
}

.how-it-work__icon-box {
  position: relative;
  display: block;
  height: 142px;
  width: 142px;
  margin: 0 auto;
}

.how-it-work__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 117px;
  width: 117px;
  border: 1px solid #dedede;
  background-color: #f6feff;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}

.how-it-work__single:hover .how-it-work__icon {
  border: 1px solid var(--insuz-black);
}

.how-it-work__icon span {
  position: relative;
  display: inline-block;
  font-size: 51px;
  color: var(--insuz-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
  z-index: 1;
}

.how-it-work__single:hover .how-it-work__icon span {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
}

.how-it-work__count {
  position: absolute;
  bottom: 6px;
  left: 28px;
  background-color: var(--insuz-base);
  z-index: 2;
  padding-left: 20px;
  padding-right: 26px;
  padding-bottom: 3px;
  padding-top: 4px;
}

.how-it-work__count p {
  font-size: 16px;
  font-weight: 700;
  color: var(--insuz-black);
  text-transform: uppercase;
  line-height: 26px;
}

.how-it-work__count:before {
  position: absolute;
  top: -5px;
  right: 15px;
  font-size: 16px;
  line-height: 45px;
  font-weight: 700;
  counter-increment: count;
  content: "" counter(count);
  transition: all 200ms linear;
  transition-delay: 0.1s;
  color: var(--insuz-black);
}

.how-it-work__content {
  position: relative;
  display: block;
}

.how-it-work__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 26px;
  margin-bottom: 15px;
}

.how-it-work__title a {
  color: var(--insuz-black);
  transition: all 500ms ease;
}

.how-it-work__title a:hover {
  color: var(--insuz-base);
}

.how-it-work__text {
  font-size: 15px;
  line-height: 32px;
}

.how-it-work__single-two .how-it-work__count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}

/*--------------------------------------------------------------
# Testimonial Two
--------------------------------------------------------------*/
.testimonial-two {
  position: relative;
  display: block;
  padding-top: 105px;
}

.testimonial-two .container {
  max-width: 1390px;
}

.testimonial-two__sec-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 59px;
}

.testimonial-two__sec-title h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
}

.testimonial-two__carousel {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
  border: 1px solid #c9d3d4;
  padding: 36px 60px 48px;
  z-index: 1;
  overflow: hidden;
}

.testimonial-two__shape-1 {
  position: absolute;
  top: -1px;
  left: 1px;
}

.testimonial-two__shape-1 img {
  width: auto;
}

.testimonial-two__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
}

.testimonial-two__shape-2 img {
  width: auto;
}

.testimonial-two__shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.testimonial-two__shape-3 img {
  width: auto;
}

.testimonial-two__shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.testimonial-two__shape-4 img {
  width: auto;
}

.testimonial-two__client-info {
  position: relative;
  display: flex;
  margin-bottom: 28px;
  justify-content: space-between;
}

.testimonial-two__client-details {
  margin-top: 3px;
}

.testimonial-two__client-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
}

.testimonial-two__client-sub-title {
  font-size: 15px;
  line-height: 20px;
}

.testimonial-two__client-rate {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.testimonial-two__client-rate span {
  font-size: 16px;
  color: var(--insuz-black);
}

.testimonial-two__client-rate span + span {
  margin-left: 5px;
}

.testimonial-two__client-rate span.clr-star {
  color: #d9cdce;
}

.testimonial-two__client-img {
  position: relative;
  display: block;
  width: 148px;
}

.testimonial-two__client-img img {
  width: 100% !important;
}

.testimonial-two__text {
  font-size: 20px;
  line-height: 40px;
}

.testimonial-two__client-quote {
  position: absolute;
  bottom: 28px;
  right: -7px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: var(--insuz-black);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-two__client-quote span {
  font-size: 16px;
  color: var(--insuz-white);
  transform: rotate(180deg);
}

/*--------------------------------------------------------------
# Team One
--------------------------------------------------------------*/
.team-one {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.team-one .section-title {
  margin-bottom: 57px;
}

.team-one__top {
  position: relative;
  display: block;
}

.team-one__text {
  margin-top: 39px;
}

.team-one__bottom {
  position: relative;
  display: block;
}

.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.team-one__img:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--insuz-black-rgb), 0.3);
  width: 0%;
  transform: translateY(100%);
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:after {
  transform: translateY(0);
  width: 100%;
}

.team-one__img > img {
  width: 100%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img > img {
  transform: scale(1.05);
}

.team-one__social {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}

.team-one__shape-2 {
  position: absolute;
  bottom: 5px;
  left: 3px;
  opacity: 1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.elementor .team-one__shape-2 img {
  width: auto;
  max-width: unset;
}

.team-one__single:hover .team-one__shape-2 {
  opacity: 0;
}

.elementor .team-one__shape-3 {
  position: absolute;
  bottom: 5px;
  left: 3px;
  opacity: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.elementor .team-one__shape-3 img {
  width: auto;
  max-width: unset;
}

.team-one__single:hover .team-one__shape-3 {
  opacity: 1;
}

.team-one__social-box {
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #f0f6f6;
  padding: 30px 18.5px 15px;
  clip-path: polygon(0 0, 100% 11%, 100% 100%, 0% 100%);
  z-index: 1;
}

.team-one__social-box li + li {
  margin-top: 8px;
}

.team-one__social-box li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background-color: var(--insuz-white);
  border-radius: 50%;
  font-size: 15px;
  color: #433838;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__social-box li a:hover {
  color: var(--insuz-black);
  background-color: transparent;
}

.team-one__social-box li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: var(--insuz-base);
  border-radius: 50%;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
  z-index: -1;
}

.team-one__social-box li a:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}

.team-one__content {
  position: relative;
  display: block;
  background-color: white;
  box-shadow: 0px 0px 40px 0px rgba(233, 226, 226, 0.35);
  text-align: center;
  padding: 30px 0 31px;
  z-index: 1;
}

.team-one__shape-1 {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.3;
}

.team-one__shape-1 img {
  width: auto;
}

.team-one__sub-title {
  font-size: 16px;
  line-height: 26px;
  color: #90a2a3;
}

.team-one__name {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 5px;
}

.team-one__name a {
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__name a:hover {
  color: var(--insuz-base);
}

/*--------------------------------------------------------------
# Subscribe One
--------------------------------------------------------------*/
.subscribe-one {
  position: relative;
  display: block;
  z-index: 2;
}

.subscribe-one__inner {
  position: relative;
  display: block;
  background-color: var(--insuz-base);
  padding: 60px 50px 57px;
  padding-left: 75px;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
}

.subscribe-one__shape-1 {
  position: absolute;
  bottom: -62px;
  left: -41px;
}

.subscribe-one__shape-1 img {
  width: auto;
}

.subscribe-one__shape-2 {
  position: absolute;
  top: -41px;
  left: -59px;
  z-index: -1;
}

.subscribe-one__shape-2 img {
  width: auto;
}

.subscribe-one__shape-3 {
  position: absolute;
  right: 28px;
  top: -163px;
}

.subscribe-one__shape-3 img {
  width: auto;
}

.subscribe-one__shape-4 {
  position: absolute;
  left: -134px;
  top: -151px;
}

.subscribe-one__shape-4 img {
  width: auto;
}

.subscribe-one__left {
  position: relative;
  display: block;
}

.subscribe-one__title {
  font-size: 45px;
  font-weight: 600;
  line-height: 56px;
}

.subscribe-one__right {
  position: relative;
  display: block;
}

.subscribe-one__form {
  position: relative;
  display: block;
  margin-top: 2px;
}

.subscribe-one__input-box {
  position: relative;
  display: block;
}

.subscribe-one__input-box input[type="email"] {
  height: 78px;
  width: 100%;
  border: none;
  outline: none;
  padding-left: 30px;
  font-size: 16px;
  color: rgba(30, 30, 30, 0.9);
  font-weight: 300;
  background-color: var(--insuz-white);
  border-radius: 3px;
  padding-right: 185px;
}

.subscribe-one__btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: none;
  background-color: #1e1e1e;
  color: var(--insuz-white);
  font-size: 18px;
  font-weight: 600;
  padding: 0 34px 0;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.subscribe-one__btn:hover {
  background-color: #40f4ff;
  color: var(--insuz-black);
}

.subscribe-one__text {
  font-size: 16px;
  margin-top: 12px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Site Footer Two
--------------------------------------------------------------*/
.site-footer-two {
  background-color: #eff4f5;
  margin-top: -120px;
  padding-top: 240px;
  overflow: hidden;
}

.site-footer-two__shape-1 {
  position: absolute;
  top: 0;
  left: 0;
}

.site-footer-two__shape-1 img {
  width: auto;
}

.site-footer-two__shape-2 {
  position: absolute;
  top: 0;
  right: 0;
}

.site-footer-two__shape-2 img {
  width: auto;
}

.site-footer-two__shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
}

.site-footer-two__shape-3 img {
  width: auto;
}

.site-footer-two__shape-4 {
  position: absolute;
  bottom: 0;
  right: 0;
}

.site-footer-two__shape-4 img {
  width: auto;
}

.site-footer-two .footer-widget__contact .text p a {
  color: #606161;
}

.site-footer-two .footer-widget__contact .text p a:hover {
  color: var(--insuz-base);
}

.site-footer-two .footer-widget__contact .icon i {
  color: #606161;
}

.site-footer-two .footer-widget__contact .icon-two i {
  color: #606161;
}

.footer-widget-two__title {
  color: var(--insuz-black);
}

.footer-widget-two__latest-post-title a {
  color: var(--insuz-black);
}

.footer-widget-two__services-list li a {
  color: #606161;
}

.footer-widget-two__services-list li a:hover {
  color: var(--insuz-base);
}

.footer-widget-two__text {
  color: #606161;
}

.footer-widget-two__subscribe-input-box input[type="email"] {
  background-color: var(--insuz-white);
  outline: none;
  font-size: 15px;
  color: rgba(30, 30, 30, 0.4);
  border: 1px solid #1a1616;
}

.footer-widget-two__subscribe-btn {
  background-color: #d8ebec;
}

.site-footer-two__bottom-inner {
  border-top: 1px solid #e5e7e7;
}

.site-footer-two__bottom-text {
  color: rgba(var(--insuz-black-rgb), 0.8);
}

/*--------------------------------------------------------------
# Site Footer Three
--------------------------------------------------------------*/
.site-footer-three {
  margin-top: 0;
  padding-top: 120px;
  overflow: hidden;
}

.site-footer-three .site-footer-two__shape-1 {
  top: -70px;
}

.site-footer-three .site-footer-two__shape-2 {
  position: absolute;
  top: -80px;
  right: 0;
}

/*--------------------------------------------------------------
# Intro Loan Three
--------------------------------------------------------------*/
.intro-loan-three {
  position: relative;
  display: block;
  z-index: 1;
  padding: 120px 0 90px;
}

.intro-loan-three__single {
  position: relative;
  display: block;
  background-color: #edf6f7;
  padding: 29px 29px 34px;
  border-radius: 3px;
  border: 1px solid transparent;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  margin-bottom: 30px;
}

.intro-loan-three__single-2 {
  background-color: #f6f2f1;
}

.intro-loan-three__single-3 {
  background-color: #f4f4f4;
}

.intro-loan-three__shape-1 {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
}

.intro-loan-three__shape-1 img {
  width: auto;
}

.intro-loan-three__single:hover {
  border: 1px solid #000000;
}

.intro-loan-three__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 3px;
}

.intro-loan-three__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--insuz-black-rgb), 0.3);
  border-radius: 3px;
  width: 0%;
  transform: translateX(50%);
  transition: all 500ms linear;
  z-index: 1;
}

.intro-loan-three__single:hover .intro-loan-three__img:before {
  transform: translateY(0);
  width: 100%;
}

.intro-loan-three__img img {
  width: 100%;
  border-radius: 3px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.intro-loan-three__single:hover .intro-loan-three__img img {
  transform: scale(1.05);
}

.intro-loan-three__content {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 27px;
}

.intro-loan-three__content .icon {
  position: relative;
  display: inline-block;
  padding: 14px 17px 14px;
  background-color: var(--insuz-white);
  border-radius: 3px;
}

.intro-loan-three__content .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  color: var(--insuz-black);
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
}

.intro-loan-three__single:hover .intro-loan-three__content .icon span {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
}

.intro-loan-three__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-left: 20px;
}

.intro-loan-three__title a {
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.intro-loan-three__title a:hover {
  color: var(--insuz-base);
}

/*--------------------------------------------------------------
# Why Choose Two
--------------------------------------------------------------*/
.why-choose-two {
  position: relative;
  display: block;
  padding-bottom: 120px;
}

.why-choose-two__shape-1 {
  position: absolute;
  top: 90px;
  left: 142px;
}

.why-choose-two__shape-1 img {
  width: auto;
}

.why-choose-two__shape-2 {
  position: absolute;
}

.why-choose-two__left {
  position: relative;
  display: block;
  margin-right: 37px;
}

.why-choose-two__shape-2 {
  position: absolute;
  left: -34px;
  bottom: -55px;
}

.why-choose-two__shape-2 img {
  width: auto;
}

.why-choose-two .section-title {
  margin-bottom: 35px;
}

.why-choose-two__text {
  color: var(--insuz-black);
  margin-bottom: 50px;
  font-size: 18px;
}

.why-choose-two__img {
  position: relative;
  display: block;
  z-index: 1;
}

.why-choose-two__img::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  border-end-start-radius: 5px;
  background-color: var(--insuz-white);
  z-index: -1;
}

.why-choose-two__img img {
  width: 100%;
}

.why-choose-two__right {
  position: relative;
  display: block;
  margin-left: 20px;
}

.why-choose-two .faq-one-accrodion .accrodion {
  background-color: #f3f2f2;
}

.why-choose-two .faq-one-accrodion .accrodion {
  padding-left: 40px;
}

.why-choose-two .faq-one-accrodion .accrodion-content {
  padding: 0 80px 36px;
  padding-right: 34px;
}

/*--------------------------------------------------------------
# Services Three
--------------------------------------------------------------*/
.services-three {
  padding: 120px 0 120px;
  background-color: #f8f8f8;
  overflow: hidden;
}

.services-three__shape-1 {
  position: absolute;
  left: 0;
  top: -78px;
}

.services-three__shape-1 img {
  width: auto;
}

.services-three__shape-2 {
  position: absolute;
  right: 0;
  top: -100px;
}

.services-three__shape-2 img {
  width: auto;
}

.services-three__shape-3 {
  position: absolute;
  left: 0;
  bottom: -159px;
}

.services-three__shape-3 img {
  width: auto;
}

.services-three__shape-4 {
  position: absolute;
  right: 0;
  bottom: -177px;
}

.services-three__shape-4 img {
  width: auto;
}

.services-three .container {
  max-width: 1800px;
}

.services-Three__single {
  border: 1px solid #dfdfdf;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-Three__single:hover {
  border: 1px solid var(--insuz-black);
}

.services-three__btn-box {
  position: relative;
  display: block;
  text-align: center;
  margin-top: 50px;
}

.services-three__btn {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--insuz-black);
  border: 1px solid var(--insuz-black);
  padding: 12px 138px 12px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.services-three__btn:hover {
  color: var(--insuz-white);
  background-color: var(--insuz-black);
}

/*--------------------------------------------------------------
# Contact Three
--------------------------------------------------------------*/
.contact-three {
  position: relative;
  display: block;
  background-color: #fcf8f8;
  padding: 120px 0 120px;
  overflow: hidden;
  z-index: 1;
}

.contact-three__shape-3 {
  position: absolute;
  bottom: 120px;
  left: 130px;
}

.contact-three__shape-3 img {
  width: auto;
}

.contact-three__inner {
  position: relative;
  display: block;
}

.contact-three__shape-1 {
  position: absolute;
  top: -30px;
  left: 345px;
}

.contact-three__shape-1 img {
  width: auto;
}

.contact-three__shape-2 {
  position: absolute;
  top: -20px;
  right: -75px;
}

.contact-three__shape-2 img {
  width: auto;
}

.contact-three__left {
  position: relative;
  display: block;
  margin-top: -12px;
}

.contact-three__title {
  font-size: 55px;
  font-weight: 600;
  line-height: 65px;
  margin-bottom: 36px;
}

.contact-three__text {
  font-size: 20px;
  color: #000108;
  line-height: 35px;
}

.contact-three__img-and-call-box {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 65px;
}

.contact-three__img {
  position: relative;
  display: block;
}

.contact-three__img img {
  width: 100%;
}

.contact-three__call {
  position: relative;
  display: block;
  padding-left: 50px;
}

.contact-three__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #e9f3f4;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 30px;
}

.contact-three__call-icon:hover {
  background-color: var(--insuz-black);
}

.contact-three__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-three__call-icon:hover span {
  color: var(--insuz-base);
}

.contact-three__call-content {
  position: relative;
  display: block;
}

.contact-three__call-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--insuz-black);
  text-transform: uppercase;
  line-height: 16px;
  padding-left: 3px;
}

.contact-three__call-number {
  font-size: 28px;
  font-weight: 600;
  color: var(--insuz-black);
  line-height: 28px;
  margin-top: 12px;
}

.contact-three__call-number a {
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-three__call-number a:hover {
  color: var(--insuz-base);
}

.contact-three__sign-up-text {
  font-size: 20px;
  color: #000108;
}

.contact-three__sign-up-text a {
  position: relative;
  display: inline-block;
  color: #0a4448;
  margin-left: 7px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-three__sign-up-text a:hover {
  color: var(--insuz-black);
}

.contact-three__sign-up-text a:before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #199ca5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-three__sign-up-text a:hover:before {
  background-color: var(--insuz-black);
}

.contact-three__right {
  position: relative;
  display: block;
  margin-left: -15px;
  margin-right: 70px;
}

.contact-three__form-box {
  position: relative;
  display: block;
  background-color: white;
  box-shadow: 0px 0px 40px 0px rgba(202, 198, 196, 0.35);
  padding: 45px 55px 50px;
  border-radius: 3px;
}

.contact-three__form-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 30px;
}

.contact-three__form {
  position: relative;
  display: block;
}

.contact-three__input-box {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-three__input-box input[type="text"],
.contact-three__input-box input[type="email"] {
  height: 60px;
  width: 100%;
  border: 1px solid var(--insuz-black);
  background-color: var(--insuz-white);
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: var(--insuz-gray);
  display: block;
  font-weight: 400;
}

.contact-three__input-box textarea {
  font-size: 16px;
  color: var(--insuz-gray);
  height: 140px;
  width: 100%;
  background-color: var(--insuz-white);
  padding: 25px 20px 25px;
  border: 1px solid var(--insuz-black);
  outline: none;
  margin-bottom: 0px;
  font-weight: 400;
}

.contact-three__btn {
  border: none;
  font-size: 16px;
  color: var(--insuz-white);
  background-color: var(--insuz-black);
  width: 100%;
  text-align: center;
  font-weight: 600;
  padding: 13px 0 13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-three__btn:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

.contact-three__input-box.text-message-box {
  height: 140px;
}

/*--------------------------------------------------------------
# Testimonial Three
--------------------------------------------------------------*/
.testimonial-three {
  position: relative;
  display: block;
  padding-top: 105px;
}

.testimonial-three__sec-title {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 59px;
}

.testimonial-three__sec-title h2 {
  font-size: 55px;
  font-weight: 600;
  line-height: 70px;
}

.testimonial-three__single {
  position: relative;
  display: block;
  border: 1px solid #c9d3d4;
  text-align: center;
  padding: 36px 35px 46px;
  overflow: hidden;
}

.testimonial-three__shape-1 {
  position: absolute;
  top: 174px;
  left: -58px;
  right: -99px;
}

.testimonial-three__shape-1 img {
  width: auto;
}

.testimonial-three__shape-2 {
  position: absolute;
  top: -84px;
  right: -5px;
}

.testimonial-three__shape-2 img {
  width: auto;
}

.testimonial-three__shape-3 {
  position: absolute;
  bottom: -93px;
  left: -20px;
}

.testimonial-three__shape-3 img {
  width: auto;
}

.testimonial-three__client-details {
  position: relative;
  display: block;
  margin-top: 3px;
  margin-bottom: 30px;
}

.testimonial-three__client-name {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 5px;
}

.testimonial-three__client-sub-title {
  font-size: 15px;
  line-height: 20px;
}

.testimonial-three__client-rate {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 14px;
  justify-content: center;
}

.testimonial-three__client-rate span {
  font-size: 16px;
  color: var(--insuz-black);
}

.testimonial-three__client-rate span + span {
  margin-left: 5px;
}

.testimonial-three__client-rate span.clr-star {
  color: #d9cdce;
}

.testimonial-three__client-img {
  position: relative;
  display: block;
  width: 148px;
  margin: 0 auto;
}

.testimonial-three__client-img img {
  width: 100% !important;
}

.testimonial-three__text {
  font-size: 20px;
  line-height: 40px;
}

.testimonial-three__client-quote {
  position: absolute;
  bottom: 28px;
  right: -7px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background-color: var(--insuz-black);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-three__client-quote span {
  font-size: 16px;
  color: var(--insuz-white);
  transform: rotate(180deg);
}

.testimonial-three__text {
  font-size: 20px;
  line-height: 40px;
  margin-top: 25px;
}

/*--------------------------------------------------------------
# About Three
--------------------------------------------------------------*/
.about-three {
  position: relative;
  display: block;
  padding-top: 120px;
}

.about-three-shape-1 {
  position: absolute;
  top: 75px;
  left: 144px;
}

.about-three-shape-1 img {
  width: auto;
}

.about-three-shape-2 {
  position: absolute;
  bottom: 76px;
  left: 0;
}

.about-three-shape-2 img {
  width: auto;
}

.about-three-shape-4 {
  position: absolute;
  top: 190px;
  right: 10px;
}

.about-three-shape-4 img {
  width: auto;
}

.about-three .section-title {
  margin-bottom: 41px;
}

.about-three__top {
  position: relative;
  display: block;
}

.about-three__left {
  position: relative;
  display: block;
  margin-right: -20px;
}

.about-three__img-and-counter {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px;
}

.about-three__img {
  position: relative;
  display: block;
}

.about-three__img img {
  width: auto;
  border-radius: 3px;
}

.about-three__counter-box {
  position: relative;
  display: block;
  margin-left: 80px;
}

.about-three__counter-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.about-three__counter-and-text {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.about-three__count-box {
  position: relative;
  display: block;
  max-width: 134px;
  width: 100%;
  background-color: #edf6f7;
  padding: 22px 10px 17px;
}

.about-three__count-box h3 {
  font-size: 43px;
  font-weight: 700;
  line-height: 53px !important;
  font-family: var(--insuz-font-two) !important;
  color: var(--insuz-black) !important;
}

.about-three__count-text {
  position: relative;
  display: block;
  margin-left: 20px;
}

.about-three__count-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
}

.about-three__count-box h3 .odometer-formatting-mark {
  display: none;
}

.about-three__count-plus {
  font-size: 43px;
  font-weight: 700;
  font-family: var(--insuz-font-two);
  color: var(--insuz-black);
  position: relative;
  top: 9px;
}

.about-three__right {
  position: relative;
  display: block;
  padding-left: 50px;
  margin-right: -130px;
}

.about-three-shape-3 {
  position: absolute;
  top: -82px;
  right: 0;
  z-index: -1;
}

.elementor .about-three-shape-3 > img {
  width: auto;
  max-width: unset;
}

.about-three__img {
  position: relative;
  display: block;
  margin-top: -5px;
}

.elementor .about-three__img > img {
  width: auto;
  max-width: unset;
}

.about-three__count-box-2-inner {
  position: relative;
  display: block;
}

.about-three__count-box-2 {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 175px;
  height: 175px;
  background-color: #29eefa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}

.about-three__count-box-2-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.elementor .about-three__count-box-2-shape-1 img {
  width: auto;
  border-radius: 50%;
}

.about-three__count-box-2 h3 {
  font-size: 43px;
  font-weight: 700;
  line-height: 45px !important;
  font-family: var(--insuz-font-two) !important;
  color: var(--insuz-black) !important;
}

.about-three__count-plus-2 {
  font-size: 43px;
  font-weight: 700;
  font-family: var(--insuz-font-two);
  color: var(--insuz-black);
  position: relative;
  top: 5px;
}

.about-three__count-text-two {
  font-weight: 600;
  font-family: var(--insuz-font-two);
  color: var(--insuz-black);
}

.about-three__points-box {
  position: relative;
  display: flex;
  margin-top: 90px;
  align-items: center;
}

.about-three__points {
  position: relative;
  display: block;
  max-width: 404px;
  width: 100%;
  border: 1px solid var(--insuz-black);
  border-radius: 2px;
  padding: 23px 28px 36px;
}

.about-three__points li {
  position: relative;
  display: flex;
}

.about-three__points li + li {
  margin-top: 9px;
}

.about-three__points li .icon {
  position: relative;
  display: inline-block;
}

.about-three__points li .icon span {
  font-size: 18px;
  color: var(--insuz-black);
  position: relative;
}

.about-three__points li .text {
  position: relative;
  display: block;
  margin-left: 8px;
}

.about-three__points li .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--insuz-black);
}

.about-three__content {
  position: relative;
  display: block;
  margin-left: 70px;
}

.about-three__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 19px;
}

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  display: block;
  padding: 292px 0 149px;
  background-color: #fafafa;
  overflow: hidden;
  z-index: 1;
}

.page-header.page-header--unit-test {
  padding: 235px 0 120px;
}

.page-header-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.page-header-shape-1 {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: -1;
}

.page-header-shape-1 img {
  width: auto;
}

.page-header-shape-2 {
  position: absolute;
  bottom: -120px;
  right: 0;
  mix-blend-mode: overlay;
  z-index: 1;
}

.page-header-shape-2 img {
  width: auto;
}

.page-header-shape-3 {
  position: absolute;
  bottom: -120px;
  right: -30px;
  mix-blend-mode: overlay;
  z-index: -1;
}

.page-header-shape-3 img {
  width: auto;
}

.page-header__inner {
  position: relative;
  display: block;
  z-index: 15;
}

.page-header__inner h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 80px;
  color: #1f1f1f;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.thm-breadcrumb {
  position: relative;
  display: block;
}

.thm-breadcrumb li {
  position: relative;
  display: inline-block;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--insuz-font-two);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.thm-breadcrumb li:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
  margin-right: 10px;
}

.thm-breadcrumb li a {
  position: relative;
  display: inline-block;
  color: #1f1f1f;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--insuz-font-two);
}

.thm-breadcrumb li:hover a {
  color: var(--insuz-base);
}

/*--------------------------------------------------------------
# Blog Page
--------------------------------------------------------------*/
.blog-page {
  position: relative;
  display: block;
  padding: 120px 0 115px;
}

.blog-page__pagination {
  position: relative;
  display: block;
  padding: 38px 0 0px;
  text-align: center;
}

.blog-page__pagination .pg-pagination li {
  display: inline-block;
  margin-right: 15px;
}

.blog-page__pagination .pg-pagination li:first-child {
  margin-right: 0;
}

.blog-page__pagination .pg-pagination li:last-child {
  margin-right: 0;
}

.blog-page__pagination .pg-pagination li.prev {
  margin-right: 25px;
}

.blog-page__pagination .pg-pagination li.prev a {
  width: 55px;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.blog-page__pagination .pg-pagination li.prev a:hover {
  color: var(--insuz-base);
  background-color: transparent;
}

.blog-page__pagination .pg-pagination li.prev a i {
  position: relative;
  font-size: 15px;
  margin-right: 4px;
  top: 4px;
}

.blog-page__pagination .pg-pagination li a {
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  color: var(--insuz-black);
  background-color: transparent;
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-page__pagination .pg-pagination li.next {
  margin-left: 10px;
}

.blog-page__pagination .pg-pagination li.next a {
  width: 55px;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.blog-page__pagination .pg-pagination li.next a:hover {
  color: var(--insuz-base);
  background-color: transparent;
}

.blog-page__pagination .pg-pagination li.next a i {
  position: relative;
  font-size: 15px;
  margin-left: 4px;
  top: 1px;
}

.blog-page__pagination .pg-pagination li a:hover {
  background-color: var(--insuz-base);
}

/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.blog-details__left {
  position: relative;
  display: block;
}

.blog-details__inner {
  position: relative;
  display: block;
}

.blog-details__img-box {
  position: relative;
  display: block;
}

.blog-details__img {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
}

.blog-details__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--insuz-black-rgb), 0.3);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
  z-index: 1;
}

.blog-details__inner:hover .blog-details__img:before {
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.blog-details__img img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}

.blog-details__inner:hover .blog-details__img img {
  transform: scale(1.05);
}

.blog-details__content {
  position: relative;
  display: block;
}

.blog-details__meta-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #e5e9e9;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 20px;
  padding-right: 4px;
}

.blog-details__meta {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details__tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--insuz-base);
  padding: 0 9px 0;
}

.blog-details__tag p {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--insuz-black);
}

.blog-details__meta-box-two {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0;
  margin: 0 !important;
}

.blog-details__meta-box-two li {
  position: relative;
  display: block;
}

.blog-details__meta-box-two li:before {
  content: "";
  position: absolute;
  top: 3px;
  right: -18px;
  bottom: 2px;
  width: 1px;
  background-color: #d7d7d7;
}

.blog-details__meta-box-two li:last-child::before {
  display: none;
}

.blog-details__meta-box-two li + li {
  margin-left: 28px;
}

.blog-details__meta-box-two li a {
  font-size: 14px;
  position: relative;
  font-weight: 500;
  color: rgba(var(--insuz-black-rgb), 0.8);
  line-height: 25.6px;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta-box-two li a:hover {
  color: var(--insuz-base);
}

.blog-details__meta-box-two li a i {
  font-size: 20px;
  color: #426769;
  margin-right: 6px;
}

.blog-one__meta-box-two .byline,
.blog-one__meta-box-two .posted-on,
.blog-details__meta-box-two .byline,
.blog-details__meta-box-two .posted-on {
  display: flex;
  align-items: center;
}

.blog-one__meta-box-two .byline i,
.blog-one__meta-box-two .posted-on i,
.blog-details__meta-box-two .byline i,
.blog-details__meta-box-two .posted-on i {
  margin-right: 5px;
}

.blog-details__meta-btn {
  position: relative;
  display: block;
}

.blog-details__meta-btn a {
  font-size: 20px;
  color: var(--insuz-black);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 19px 15px 17px 7px;
  background-color: var(--insuz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta-btn a:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-white);
}

.blog-details__meta-btn a i {
  font-size: 20px;
  color: var(--insuz-black);
  margin-left: 9px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__meta-btn a:hover i {
  color: var(--insuz-white);
}

.blog-details__title-one {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  margin-top: 27px;
  margin-bottom: 16px;
}

.blog-details__text {
  font-size: 16px;
  line-height: 32px;
}

.blog-details__text-two {
  margin-top: 18px;
  margin-bottom: 31px;
}

.blog-details__title-two {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.blog-details__text-three {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-details__img-2 {
  position: relative;
  display: block;
  margin-top: 46px;
  overflow: hidden;
  z-index: 1;
}

.blog-details__single.blog-details__inner {
  padding-bottom: 30px;
}

.blog-details__img-2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--insuz-black-rgb), 0.3);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
  z-index: 1;
}

.blog-details__img-2:hover:before {
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.blog-details__img-2 img {
  width: 100%;
  transform: scale(1);
  transition: transform 500ms ease;
}

.blog-details__img-2:hover img {
  transform: scale(1.05);
}

.blog-details__legacy-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.blog-details__legacy-sub-title {
  color: var(--insuz-black);
  font-size: 16px;
  line-height: 32px;
}

.blog-details__legacy-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 45px;
  margin-bottom: 14px;
}

.blog-details__legacy-points {
  position: relative;
  display: block;
  margin-top: 30px;
}

.blog-details__legacy-points li {
  position: relative;
  display: flex;
}

.blog-details__legacy-points li + li {
  margin-top: 12px;
}

.blog-details__legacy-icon {
  position: relative;
  display: inline-block;
  top: 4px;
}

.blog-details__legacy-icon span {
  position: relative;
  display: flex;
  background-color: #bdd9db;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--insuz-black);
}

.blog-details__legacy-text {
  position: relative;
  display: block;
  margin-left: 13px;
}

.blog-details__legacy-text p {
  font-size: 16px;
  line-height: 32px;
}

.blog-single__tags-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 55px;
  border-bottom: 1px solid #e7e7e7;
}

.blog-single__tags-box .cat-info span {
  font-size: 20px;
  font-weight: 700;
  color: var(--insuz-black);
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-single__tags-box .cat-info a {
  font-size: 15px;
  font-weight: 500;
  color: var(--insuz-black);
  padding: 0 15px 0;
  line-height: 30px;
  margin-bottom: 5px;
  margin-right: 5px;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-single__tags-box .cat-info a:hover {
  background-color: var(--insuz-black);
  border: 1px solid var(--insuz-black);
  color: var(--insuz-white);
}

.blog-single__tags-box .tags-info span {
  font-size: 20px;
  font-weight: 700;
  color: var(--insuz-black);
  margin-right: 5px;
  margin-bottom: 5px;
  display: inline-block;
}

.blog-single__tags-box .tags-info a {
  font-size: 15px;
  font-weight: 500;
  color: var(--insuz-black);
  line-height: 30px;
  margin-bottom: 5px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-single__tags-box .tags-info a:hover {
  color: var(--insuz-base);
}

.blog-single__tags-box .tags-info a:not(:last-child) {
  margin-right: 5px;
}

.blog-single__tags-box .tags-info a:not(:last-child)::after {
  content: ",";
}

.blog-details__tags {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-details__tags p {
  font-size: 20px;
  font-weight: 700;
  color: var(--insuz-black);
  margin-right: 5px;
}

.blog-details__tags-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.blog-details__tags-list a {
  font-size: 15px;
  font-weight: 500;
  color: var(--insuz-black);
  padding: 0 15px 0;
  line-height: 30px;
  border: 1px solid #e7e7e7;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-details__tags-list a + a {
  margin-left: 10px;
}

.blog-details__tags-list a:hover {
  background-color: var(--insuz-base);
  border: 1px solid var(--insuz-base);
  color: var(--insuz-white);
}

.author__img {
  position: absolute;
  width: 121px;
  top: 48px;
  left: 25px;
}

.author__img img {
  width: 100%;
  border-radius: 50%;
}

.author__content {
  position: relative;
  display: block;
}

.author__content h4 {
  font-size: 21px;
  font-weight: 700;
  line-height: 32px;
}

.author__content p {
  font-size: 18px;
  font-weight: 600;
  color: #59696a;
  line-height: 32px;
  padding: 8px 0 27px;
}

.author__social {
  position: relative;
  display: flex;
  align-items: center;
}

.author__social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  font-size: 16px;
  color: var(--insuz-black);
  background-color: var(--insuz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.author__social a:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-white);
}

.author__social a + a {
  margin-left: 10px;
}

.back-news {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
  margin-top: 43px;
  margin-bottom: 53px;
  border-bottom: 1px solid #e9f1f2;
}

.back-news__left {
  position: relative;
  display: flex;
  align-items: center;
}

.back-news__arrow {
  position: relative;
  display: block;
}

.back-news__arrow a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--insuz-white);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #dcdddd;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.back-news__left:hover .back-news__arrow a {
  color: var(--insuz-black);
  background-color: var(--insuz-base);
}

.back-news__content {
  margin-left: 20px;
}

.back-news__content p {
  font-size: 20px;
  color: #433838;
  font-weight: 600;
  line-height: 34px;
}

.back-news__right {
  position: relative;
  display: flex;
  align-items: center;
}

.back-news__right:hover .back-news__arrow a {
  color: var(--insuz-black);
  background-color: var(--insuz-base);
}

.back-news__right .back-news__content {
  margin-left: 0;
  margin-right: 20px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.blog-details__comment-and-form {
  position: relative;
  display: block;
  margin-top: 27px;
}

.comment-one__title,
.comment-form__title {
  margin: 0;
  color: var(--insuz-black);
  font-size: 26px;
  margin-bottom: 47px;
  font-weight: 700;
  font-family: var(--insuz-font);
}

.comment-one__single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.comment-one__single--two {
  margin-left: 60px;
}

.comment-one__content {
  position: relative;
  margin-left: 20px;
}

.comment-one__content h3 {
  font-size: 20px;
  color: var(--insuz-black);
  margin-bottom: 16px;
  font-weight: 700;
  font-family: var(--insuz-font);
}

.comment-one__content span {
  display: block;
  font-size: 14px;
  color: rgba(var(--insuz-black-rgb), 0.7);
  line-height: 24px;
}

.comment-one__content p {
  font-size: 16px;
  color: rgba(50, 50, 50, 0.8);
  line-height: 32px;
}

.comment-one__btn {
  padding: 0px 13px;
  position: absolute;
  top: 21px;
  right: 0;
  background-color: #e9f1f2;
  font-size: 13px;
  line-height: 23px;
  color: var(--insuz-black);
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-one__btn:hover {
  background-color: var(--insuz-black);
  color: var(--insuz-white);
}

.comment-one__image {
  position: relative;
  display: block;
  border-radius: 50%;
}

.comment-one__image img {
  border-radius: 50%;
}

.comment-form .comment-form__title {
  margin-top: -8px;
  margin-bottom: 24px;
}

.comment-one__form .row {
  --bs-gutter-x: 20px;
}

.comment-form__input-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.comment-form__input-box input[type="text"],
.comment-form__input-box input[type="email"] {
  height: 70px;
  width: 100%;
  border: none;
  background-color: #f6f6f6;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 16px;
  color: rgba(67, 56, 56, 0.6);
  display: block;
  border-radius: 3px;
  text-transform: capitalize;
}

.comment-form__input-box textarea {
  font-size: 16px;
  color: rgba(67, 56, 56, 0.6);
  height: 218px;
  width: 100%;
  background-color: #f6f6f6;
  padding: 15px 30px 30px;
  border: none;
  outline: none;
  margin-bottom: 0px;
  border-radius: 3px;
}

.comment-form__btn {
  border: none;
  font-size: 16px;
  color: var(--insuz-black);
  background-color: #e9f1f2;
  padding: 10px 39px;
  line-height: 34px;
  font-weight: 500;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.comment-form__btn:hover {
  background-color: var(--insuz-black);
  color: var(--insuz-white);
}

.comment-form__input-box.text-message-box {
  height: 218px;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.sidebar {
  position: relative;
  display: block;
  background-color: #f0fafb;
  padding: 50px 30px 50px;
  margin-left: 11px;
  z-index: 1;
}

.sidebar__search {
  position: relative;
  display: block;
}

.sidebar__search-form {
  position: relative;
  display: block;
}

.sidebar__search-form input[type="search"] {
  display: block;
  outline: none;
  background-color: var(--insuz-white);
  color: #25242e;
  opacity: 0.6;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
  height: 70px;
  width: 100%;
  padding-right: 100px;
  border: 1px solid #e7e7e7;
}

.sidebar__search-form button[type="submit"] {
  color: var(--insuz-black);
  font-size: 19px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 82px;
  outline: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: var(--insuz-base);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  clip-path: polygon(17% 0, 100% 0%, 100% 100%, 0% 100%);
}

.sidebar__single + .sidebar__single {
  margin-top: 50px;
}

.sidebar__category {
  position: relative;
  display: block;
}

.sidebar__title {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  color: var(--insuz-black);
  font-family: var(--insuz-font);
  background-color: var(--insuz-white);
  padding: 2px 11px 2px;
}

.sidebar__category-list {
  position: relative;
  display: block;
  margin-top: 30px;
}

.sidebar__category-list li {
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #e7e7e7;
  justify-content: space-between;
}

.Sidebar__category-list-left {
  position: relative;
  display: block;
}

.sidebar__category-list li + li {
  margin-top: 19px;
}

.sidebar__category-list li a {
  font-size: 16px;
  font-weight: 500;
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 9px 15px 11px;
}

.sidebar__category-list li:hover a,
.sidebar__category-list li.active a {
  color: var(--insuz-base);
}

.sidebar__category-list li a i {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  font-size: 16px;
  background-color: #e6e8ec;
  border-radius: 50%;
  color: var(--insuz-black);
  margin-right: 15px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__category-list li:hover a i,
.sidebar__category-list li.active a i {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

.Sidebar__category-list-right {
  position: relative;
  display: block;
  margin-right: 25px;
}

.Sidebar__category-list-right span {
  font-size: 16px;
  font-weight: 500;
  font-family: var(--insuz-font);
  color: var(--insuz-black);
}

.sidebar__post {
  position: relative;
  display: block;
}

.sidebar__post-list {
  margin-top: 32px;
}

.sidebar__post-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.sidebar__post-list li {
  background-color: var(--insuz-white);
  padding: 19px 20px 19px;
  border-radius: 3px;
}

.sidebar__post-list li + li {
  margin-top: 20px;
}

.sidebar__post-image {
  margin-right: 24px;
}

.sidebar__post-image > img {
  width: 75px;
  border-radius: 3px;
}

.sidebar__post-content {
  position: relative;
  display: block;
  top: -3px;
}

.sidebar__post-content h3 {
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
}

.sidebar__post-content h3 a {
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 4px;
}

.sidebar__post-list li .sidebar__post-content h3 a:hover {
  color: var(--insuz-base);
}

.sidebar__post-content-meta {
  font-size: 13px;
  font-weight: 400;
  color: var(--insuz-black);
  opacity: 0.8;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--insuz-font);
}

.sidebar__post-content-meta i {
  font-size: 14px;
  font-weight: 400;
  color: var(--insuz-black);
  opacity: 0.8;
  padding-right: 3px;
}

.sidebar__tag-two {
  position: relative;
  display: block;
}

.sidebar__tag-two .sidebar__title {
  margin-bottom: 20px;
  margin-left: 7px;
}

.sidebar__tag-two-list a {
  font-size: 15px;
  color: var(--insuz-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #e7e7e7;
  display: inline-block;
  padding: 0 15px 0 14px;
  margin-left: 7px;
  font-weight: 500;
  line-height: 30px;
}

.sidebar__tag-two-list a + a {
  margin-left: 6px;
  margin-top: 10px;
}

.sidebar__tag-two-list a:hover {
  background-color: var(--insuz-base);
  border: 1px solid var(--insuz-base);
}

/*--------------------------------------------------------------
# Blog List
--------------------------------------------------------------*/
.blog-list {
  position: relative;
  display: block;
  padding: 120px 0 115px;
}

.blog-list__left {
  position: relative;
  display: block;
}

.blog-list__inner {
  position: relative;
  display: block;
}

.blog-list__single {
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.blog-list__img-box {
  position: relative;
  display: block;
}

.blog-list__img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  margin-bottom: -11px;
}

.blog-list__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--insuz-black-rgb), 0.3);
  transform: scale(1, 0);
  transition: transform 500ms ease;
  transform-origin: top center;
  z-index: 1;
  pointer-events: none;
}

.blog-list__single:hover .blog-list__img:before {
  transform: scale(1, 1);
  transform-origin: bottom center;
}

.blog-list__img img {
  transform: scale(1);
  transition: transform 500ms ease;
}

.blog-list__single:hover .blog-list__img img {
  transform: scale(1.05);
}

.blog-list__date {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-list__date {
  padding: 10px 20px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  background-color: #426769;
  border-radius: 2px;
  z-index: 2;
  bottom: 0;
  left: 30px;
}

.blog-list__date span {
  font-size: 26px;
  line-height: 26px;
  font-weight: 500;
  color: var(--insuz-white);
}

.blog-list__date p {
  font-size: 13px;
  font-weight: 400;
  line-height: 18.6px;
  color: var(--insuz-white);
  margin-top: 2px;
}

.blog-list__content {
  position: relative;
  display: block;
  background-color: white;
  box-shadow: 0px 0px 40px 0px rgba(233, 226, 226, 0.35);
  border: 1px solid #ececec;
  padding: 38px 0px 2px;
}

.blog-list__title-box {
  position: relative;
  display: block;
  padding-left: 30px;
  padding-right: 31px;
}

.blog-list__title {
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog-list__title a {
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__title a b {
  color: var(--insuz-black);
  transition: all 500ms ease;
}

.blog-list__title a:hover {
  color: var(--insuz-base);
}

.blog-list__title a:hover b {
  color: var(--insuz-base);
}

.blog-list__text {
  font-size: 16px;
  line-height: 32px;
  margin-top: 15px;
}

.blog-list__meta-box {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 2px;
  margin-top: 32px;
  padding-left: 30px;
  padding-right: 30px;
  border-top: 1px solid #ececec;
}

.blog-list__meta {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 27px;
}

.blog-list__meta-btn {
  position: relative;
  display: block;
}

.blog-list__meta-btn a {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: var(--insuz-black);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 27px 17px 24px;
  background-color: #dae9ea;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-list__meta-btn a:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

.blog-list__meta-btn a i {
  font-size: 14px;
  color: var(--insuz-black);
  margin-left: 13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  top: 2px;
  position: relative;
}

.blog-list__meta-btn a:hover i {
  color: var(--insuz-black);
}

.blog-list__tag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--insuz-base);
  padding: 0 10px 0;
}

.blog-list__tag p {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  color: var(--insuz-black);
}

.blog-list__meta-box-two {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 27px;
}

.blog-list__meta-box-two .user {
  position: relative;
  display: block;
}

.blog-list__meta-box-two .user a {
  font-size: 14px;
  position: relative;
  color: var(--insuz-black);
  opacity: 0.8;
  line-height: 25.6px;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
}

.blog-list__meta-box-two .user a:hover {
  color: var(--insuz-base);
}

.blog-list__meta-box-two .user a i {
  font-size: 21px;
  color: var(--insuz-black);
  opacity: 0.8;
  margin-right: 6px;
}

.blog-list__meta-box-two .comment-box {
  position: relative;
  display: block;
  margin-left: 36px;
}

.blog-list__meta-box-two .comment-box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -16px;
  bottom: 0;
  width: 1px;
  background-color: #ececec;
}

.blog-list__meta-box-two .comment-box a {
  font-size: 14px;
  position: relative;
  font-weight: 500;
  color: var(--insuz-black);
  opacity: 0.8;
  line-height: 25.6px;
  display: flex;
  align-items: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-family: var(--insuz-font) !important;
}

.blog-list__meta-box-two .comment-box a:hover {
  color: var(--insuz-base);
}

.blog-list__meta-box-two .comment-box a i {
  position: relative;
  font-size: 24px;
  color: var(--insuz-black);
  opacity: 0.8;
  margin-right: 6px;
  top: 2px;
}

.blog-list .blog-page__pagination {
  text-align: left;
}

/*--------------------------------------------------------------
# Protfolio Details
--------------------------------------------------------------*/
.Protfolio-details {
  position: relative;
  display: block;
  padding: 120px 0 120px;
}

.Protfolio-details__inner {
  position: relative;
  display: block;
}

.Protfolio-details__banner {
  position: relative;
  display: block;
}

.Protfolio-details__img {
  position: relative;
  display: block;
}

.Protfolio-details__img img {
  width: 100%;
}

.Protfolio-details__points {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: white;
  box-shadow: 0px 0px 26px 0px rgba(215, 212, 212, 0.35);
  border-radius: 3px;
  padding: 46px 95px 33px;
  justify-content: space-between;
  margin-top: -66px;
  margin-left: 100px;
  margin-right: 100px;
}

.Protfolio-details__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.Protfolio-details__points li .icon {
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.Protfolio-details__points li .icon span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #79aeb1;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.Protfolio-details__points li .icon-two {
  top: -5px;
}

.Protfolio-details__points li .icon-two span {
  transform: rotate(90deg);
}

.Protfolio-details__points li:hover .icon-two span {
  transform: scale(0.9) rotate(90deg);
}

.Protfolio-details__points li:hover span {
  transform: scale(0.9);
}

.Protfolio-details__points li .text {
  position: relative;
  display: block;
}

.Protfolio-details__points li .text h3 {
  font-size: 18px;
  font-family: var(--insuz-font);
  line-height: 18px;
  color: #1f1f1f;
  opacity: 0.7;
}

.Protfolio-details__points li .text p {
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  color: #1f1f1f;
}

.Protfolio-details__points li .text p a {
  color: #1f1f1f;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Protfolio-details__points li .text p a:hover {
  color: var(--insuz-base);
}

.Protfolio-details__title {
  font-size: 55px;
  font-weight: 700;
  line-height: 65px;
  margin-top: 60px;
}

.Protfolio-details__text-1 {
  margin-top: 21px;
  margin-bottom: 23px;
}

.Protfolio-details__challenge-box {
  position: relative;
  display: block;
  margin-top: 55px;
  margin-bottom: 75px;
}

.Protfolio-details__challenge-img {
  position: relative;
  display: block;
}

.Protfolio-details__challenge-img img {
  width: 100%;
}

.Protfolio-details__challenge-points-box {
  position: relative;
  display: block;
  margin-top: -9px;
}

.Protfolio-details__challenge-points-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.Protfolio-details__challenge-points-text-1 {
  color: #1f1f1f;
  margin-top: 26px;
  margin-bottom: 29px;
}

.Protfolio-details__challenge-points {
  position: relative;
  display: block;
}

.Protfolio-details__challenge-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.Protfolio-details__challenge-points li + li {
  margin-top: 9px;
}

.Protfolio-details__challenge-points li .icon {
  position: relative;
  display: inline-block;
}

.Protfolio-details__challenge-points li .icon span {
  font-size: 15px;
  color: #595552;
}

.Protfolio-details__challenge-points li .text {
  position: relative;
  display: block;
  margin-left: 10px;
}

.Protfolio-details__challenge-points li .text p {
  font-size: 16px;
  line-height: 32px;
  color: #1f1f1f;
  opacity: 0.7;
}

.Protfolio-details__challenge-points-text-2 {
  font-size: 16px;
  line-height: 32px;
  color: #1f1f1f;
  margin-top: 30px;
}

.Protfolio-details__challenge-points-text-2 span {
  font-size: 18px;
  font-weight: 500;
  color: var(--insuz-base);
}

.Protfolio-details__title-2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.Protfolio-details__text-3 {
  color: #6d6d6d;
  margin-top: 26px;
}

.portfolio-details__bottom {
  position: relative;
  display: block;
  margin-top: 60px;
}

.Protfolio-details__points-box-two {
  position: relative;
  display: block;
  margin-right: 66px;
}

.Protfolio-details__points-two {
  position: relative;
  display: block;
}

.Protfolio-details__points-two li {
  position: relative;
  display: flex;
}

.Protfolio-details__points-two li + li {
  margin-top: 20px;
}

.Protfolio-details__points-two li .icon {
  position: relative;
  display: inline-block;
}

.Protfolio-details__points-two li .icon span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background-color: #a6c0c0;
  border-radius: 50%;
  font-size: 16px;
  color: #e1eaea;
}

.Protfolio-details__points-two li .text {
  margin-left: 16px;
}

.Protfolio-details__points-two li .text p {
  font-size: 16px;
  line-height: 32px;
  color: #1f1f1f;
  opacity: 0.8;
}

.Protfolio-details__call-box {
  position: relative;
  display: block;
  background-color: #526969;
  max-width: 301px;
  width: 100%;
  padding: 31px 29px 31px;
  margin-top: 43px;
  border-radius: 2px;
}

.Protfolio-details__call-box-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: var(--insuz-white);
}

.Protfolio-details__call-number {
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
  margin-top: 4px;
}

.Protfolio-details__call-number a {
  color: var(--insuz-white);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Protfolio-details__call-number a:hover {
  color: var(--insuz-base);
}

.Protfolio-details__call-number a i {
  color: var(--insuz-white);
  font-size: 25px;
  margin-right: 12px;
  position: relative;
  top: 2px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Protfolio-details__call-number a:hover i {
  color: var(--insuz-base);
}

.Protfolio-details__faq {
  position: relative;
  display: block;
  border: 1px solid #526969;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-left: 25px;
  padding-right: 45px;
  background-color: #f7f5f4;
  border-radius: 5px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 5px;
  padding: 0;
  background-color: transparent;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 14px 20px 14px;
  background-color: var(--insuz-white);
  border: 0px;
  border-radius: 5px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: var(--insuz-black);
  font-family: var(--insuz-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion + .accrodion {
  margin-top: 6px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion.active .accrodion-title {
  background-color: var(--insuz-white);
}

.Protfolio-details__faq
  .faq-one-accrodion
  .accrodion.active
  .accrodion-title
  h4 {
  color: var(--insuz-black);
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title h4::before {
  content: "\e93a";
  font-family: "icomoon" !important;
  font-weight: normal;
  font-size: 15px;
  color: var(--insuz-bl);
  position: absolute;
  top: 50%;
  left: inherit;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  height: auto;
  width: auto;
  background-color: transparent;
  border-radius: 50%;
}

.Protfolio-details__faq
  .faq-one-accrodion
  .accrodion.active
  .accrodion-title
  h4::before {
  content: "\e930";
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 16px 20px 35px;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-content p {
  margin: 0;
  color: var(--insuz-black);
  opacity: 0.8;
}

.Protfolio-details__faq .faq-one-accrodion .accrodion-title::before {
  display: none;
}

.Protfolio-details__faq
  .faq-one-accrodion
  .accrodion.active
  .accrodion-title::before {
  display: none;
}

/*--------------------------------------------------------------
# Insurance Details
--------------------------------------------------------------*/
.insurance-details {
  position: relative;
  display: block;
  padding: 120px 0 0px;
}

.insurance-details__life-insurance-left {
  position: relative;
  display: block;
  margin-right: 45px;
  margin-top: -10px;
}

.insurance-details__life-insurance-title {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.insurance-details__life-insurance-text-1 {
  font-size: 22px;
  line-height: 36px;
  margin-top: 28px;
  margin-bottom: 36px;
}

.insurance-details__life-insurance-text-2 {
  position: relative;
  display: inline-block;
}

.insurance-details__life-insurance-points {
  position: relative;
  display: block;
  margin-top: 39px;
}

.insurance-details__life-insurance-points li {
  position: relative;
  display: flex;
  align-items: center;
}

.insurance-details__life-insurance-points li + li {
  margin-top: 7px;
}

.insurance-details__life-insurance-points li .icon {
  position: relative;
  display: inline-block;
}

.insurance-details__life-insurance-points li .icon span {
  font-size: 32px;
  color: var(--insuz-black);
  margin-right: 8px;
  position: relative;
  display: inline-block;
  top: 5px;
}

.insurance-details__life-insurance-points li .text {
  position: relative;
  display: block;
}

.insurance-details__life-insurance-points li .text p {
  color: var(--insuz-black);
}

.insurance-details__life-insurance-right {
  position: relative;
  display: block;
}

.insurance-details__life-insurance-img {
  position: relative;
  display: block;
}

.insurance-details__life-insurance-img img {
  width: 100%;
  border-radius: 2px;
}

/*--------------------------------------------------------------
# Do I Need
--------------------------------------------------------------*/
.do-i-need {
  position: relative;
  display: block;
  padding-top: 107px;
}

.do-i-need__title-box {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 67px;
}

.do-i-need__title {
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.do-i-need__text {
  font-size: 22px;
  line-height: 36px;
  color: var(--insuz-black);
  margin-top: 30px;
}

.do-i-need__left {
  position: relative;
  display: block;
  background-color: #f0fbfb;
  padding: 40px 35px 50px;
  margin-bottom: 30px;
}

.do-i-need__points-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.do-i-need__points-box {
  position: relative;
  display: block;
  margin-top: 21px;
}

.do-i-need__points-box li {
  position: relative;
  display: flex;
  align-items: center;
}

.do-i-need__points-box li + li {
  margin-top: 4px;
}

.do-i-need__points-box li .icon {
  position: relative;
  display: inline-block;
}

.do-i-need__points-box li .icon span {
  font-size: 20px;
  color: var(--insuz-black);
  margin-right: 13px;
  top: 3px;
  position: relative;
}

.do-i-need__left.style_2,
.do-i-need__left.style_4,
.do-i-need__left.style_6,
.do-i-need__left.style_8,
.do-i-need__left.style_10 {
  background-color: #faf6f2;
}

/*--------------------------------------------------------------
# Whole life
--------------------------------------------------------------*/
.whole-life {
  position: relative;
  display: block;
  padding: 90px 0 90px;
}

.whole-life .section-title {
  margin-bottom: 29px;
}

.whole-life .section-title__title {
  font-size: 45px;
  line-height: 55px;
  margin-top: 3px;
}

.whole-life__text {
  font-size: 22px;
  line-height: 36px;
  color: var(--insuz-black);
  margin-bottom: 40px;
}

.whole-life__single {
  position: relative;
  display: block;
  background-color: #eae9e7;
  padding: 47px 40px 50px;
  border-radius: 2px;
  margin-bottom: 30px;
}

.whole-life__icon {
  position: relative;
  display: block;
  margin-left: 5px;
}

.whole-life__icon img {
  width: auto;
}

.whole-life__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
  margin-top: 23px;
}

.whole-life__title a {
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.whole-life__title a:hover {
  color: var(--insuz-base);
}

.whole-life__text-2 {
  font-size: 16px;
  line-height: 32px;
  color: var(--insuz-black);
}

.whole-life__single-2 {
  background-color: #f2f2f2;
}

.whole-life__single-3 {
  background-color: #eef5f5;
}

/*--------------------------------------------------------------
# Universal life
--------------------------------------------------------------*/
.universal-life {
  position: relative;
  display: block;
  background-color: #f3f9f9;
  padding: 120px 0 90px;
  overflow: hidden;
}

.universal-life .section-title {
  margin-bottom: 50px;
}

.universal-life .section-title__title {
  font-size: 45px;
  line-height: 65px;
  margin-top: 0px;
}

.universal-life__text {
  text-align: center;
  background-color: #e6ffff;
  position: relative;
  display: inline-block;
  padding: 1px 16px 1px;
  border-radius: 18px;
  margin-top: 29px;
  font-weight: 500;
}

.universal-life__text p {
  font-weight: 500;
  color: var(--insuz-black);
}

.universal-life__single {
  position: relative;
  display: block;
  background-color: var(--insuz-white);
  padding: 60px 40px 53px;
  border-radius: 2px;
  margin-bottom: 30px;
}

.universal-life__icon {
  position: relative;
  display: block;
}

.universal-life__icon img {
  width: auto;
}

.universal-life__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-top: 23px;
  margin-bottom: 18px;
}

.universal-life__title a {
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.universal-life__title a:hover {
  color: var(--insuz-base);
}

.universal-life__text-2 {
  font-size: 16px;
  line-height: 32px;
  color: var(--insuz-black);
}

.universal-life__points {
  position: relative;
  display: block;
  margin-top: 34px;
  padding-top: 28px;
  border-top: 1px solid #dddede;
}

.universal-life__points li {
  position: relative;
  display: flex;
  align-items: center;
}

.universal-life__points li + li {
  margin-top: 5px;
}

.universal-life__points li .icon {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}

.universal-life__points li .icon span {
  font-size: 16px;
  color: var(--insuz-black);
}

.universal-life__points li .text {
  position: relative;
  display: block;
}

.universal-life__points li .text p {
  font-size: 16px;
  line-height: 32px;
}

/*--------------------------------------------------------------
## Permanent Insurance
--------------------------------------------------------------*/
.permanent-insurance {
  position: relative;
  display: block;
  padding: 120px 0 90px;
}

.permanent-insurance .section-title {
  margin-bottom: 29px;
}

.permanent-insurance .section-title__title {
  font-size: 45px;
  line-height: 55px;
  margin-top: 3px;
}

.permanent-insurance__text {
  font-size: 22px;
  line-height: 36px;
  color: var(--insuz-black);
  margin-bottom: 50px;
}

.permanent-insurance__single {
  position: relative;
  display: block;
  border-radius: 3px;
  background-color: white;
  box-shadow: 0px 1px 25px 0px rgba(200, 197, 197, 0.35);
  padding: 45px 34px 58px;
  margin-bottom: 30px;
}

.permanent-insurance__icon {
  position: relative;
  display: inline-block;
}

.permanent-insurance__icon span {
  position: relative;
  display: inline-block;
  font-size: 64px;
  color: var(--insuz-black);
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.permanent-insurance__icon-3 span {
  color: #939393;
}

.permanent-insurance__single:hover .permanent-insurance__icon span {
  transform: scale(1.1);
}

.permanent-insurance__title {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  margin-top: 22px;
  margin-bottom: 25px;
}

.permanent-insurance__title a {
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.permanent-insurance__title a:hover {
  color: var(--insuz-base);
}

.permanent-insurance__text-2 {
  font-size: 16px;
  line-height: 32px;
  color: rgba(var(--insuz-black-rgb), 0.9);
}

/*--------------------------------------------------------------
## Talk Our Agent
--------------------------------------------------------------*/
.talk-our-agent {
  position: relative;
  display: block;
  background-color: #f6fefe;
  padding: 70px 0 240px;
  overflow: hidden;
  z-index: 1;
}

.talk-our-agent__inner {
  position: relative;
  display: block;
}

.talk-our-agent__shape-1 {
  position: absolute;
  top: 29px;
  right: -340px;
  width: 590px;
  height: 590px;
  border: 1px solid #9fdee1;
  border-radius: 50%;
}

.talk-our-agent__shape-1:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22px;
  right: 22px;
  border: 1px solid #ecf6f6;
  border-radius: 50%;
}

.talk-our-agent__shape-1:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  right: 50px;
  border: 1px solid #ecf6f6;
  border-radius: 50%;
}

.talk-our-agent__left {
  position: relative;
  display: block;
  margin-left: 15px;
  margin-right: 31px;
}

.talk-our-agent__img-box {
  position: relative;
  display: block;
  z-index: 1;
}

.talk-our-agent__img-box::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -35px;
  width: 337px;
  height: 337px;
  border-radius: 50%;
  border: 1px solid #e6f1f2;
  z-index: -1;
}

.talk-our-agent__img-box::after {
  content: "";
  position: absolute;
  top: -11px;
  left: -20px;
  width: 337px;
  height: 337px;
  border-radius: 50%;
  border: 1px solid #eef7f7;
  z-index: -1;
}

.talk-our-agent__img {
  position: relative;
  display: block;
  z-index: 1;
}

.talk-our-agent__img::before {
  content: "";
  position: absolute;
  top: -11px;
  left: -6px;
  width: 337px;
  height: 337px;
  border-radius: 50%;
  border: 1px solid #a5dfe3;
  z-index: -1;
}

.elementor .talk-our-agent__img img {
  width: 100%;
  border: 6px solid #9edde1;
  border-radius: 50%;
}

.talk-our-agent__right {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-top: 28px;
}

.talk-our-agent__right .section-title {
  margin-bottom: 39px;
}

.talk-our-agent__right .section-title__title {
  font-size: 45px;
  line-height: 55px;
  margin-top: 3px;
}

.talk-our-agent__call {
  position: relative;
  display: flex;
  align-items: center;
}

.talk-our-agent__call-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background-color: #d7f6fa;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.talk-our-agent__call-icon:hover {
  background-color: var(--insuz-black);
}

.talk-our-agent__call-icon span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.talk-our-agent__call-icon:hover span {
  color: var(--insuz-base);
}

.talk-our-agent__call-content {
  margin-left: 25px;
}

.talk-our-agent__call-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--insuz-black);
  text-transform: uppercase;
  line-height: 16px;
}

.talk-our-agent__call-number {
  font-size: 28px;
  font-weight: 600;
  color: var(--insuz-black);
  line-height: 28px;
  margin-top: 12px;
}

.talk-our-agent__call-number a {
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.talk-our-agent__call-number a:hover {
  color: var(--insuz-base);
}

/*--------------------------------------------------------------
## FAQ Page Two
--------------------------------------------------------------*/
.faq-page-two {
  margin-top: -140px;
  z-index: 2;
}

/*--------------------------------------------------------------
## Testimonial Four
--------------------------------------------------------------*/
.testimonial-four {
  background-color: #f5fcfc;
  padding-bottom: 120px;
}

.testimonial-four__shape-1 {
  position: absolute;
  top: 296px;
  left: 125px;
}

.testimonial-four__shape-1 img {
  width: auto;
}

.testimonial-four__shape-2 {
  position: absolute;
  top: 111px;
  right: 180px;
}

.testimonial-four__shape-2 img {
  width: auto;
}

/*--------------------------------------------------------------
## Testimonial Page
--------------------------------------------------------------*/
.testimonial-page {
  padding: 120px 0 76px;
}

.testimonial-page .testimonial-three__single {
  margin-bottom: 30px;
}

/*--------------------------------------------------------------
## Insurance Page
--------------------------------------------------------------*/
.insurance-page {
  position: relative;
  display: block;
  padding: 120px 0 76px;
}

/*--------------------------------------------------------------
## Insurance Page Insurance History
--------------------------------------------------------------*/
.insurance-page__insurance-history {
  padding-top: 0;
}

.insurance-page__insurance-history:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  height: 190px;
  background: white;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.975228) 67%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 2;
}

.insurance-page__insurance-history .insurance-history__img:before {
  display: none;
}

/*--------------------------------------------------------------
## Insurance Two
--------------------------------------------------------------*/
.insurance-two {
  padding-bottom: 76px;
}

/*--------------------------------------------------------------
## Protfolio One
--------------------------------------------------------------*/
.protfolio-one {
  padding: 110px 0 76px;
}

.protfolio-one__filter-box {
  position: relative;
  display: block;
  margin-bottom: 58px;
}

.protfolio-one__filter {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.protfolio-one__filter.style1 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.protfolio-one__filter.style1 li + li {
  margin-left: 23px;
}

.protfolio-one__filter.style1 li .filter-text {
  position: relative;
  display: inline-block;
  color: var(--insuz-black);
  font-size: 19px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  background-color: transparent;
  padding: 2px 10px 2px;
  transition: all 0.4s ease;
  z-index: 1;
}

.protfolio-one__filter.style1 li .filter-text:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  content: "";
  opacity: 0;
  background-color: var(--insuz-base);
  z-index: -1;
  transition: all 0.4s ease;
}

.protfolio-one__filter.style1 li:hover .filter-text:before {
  opacity: 1;
}

.protfolio-one__filter.style1 li:hover .filter-text,
.protfolio-one__filter.style1 li.active .filter-text {
  color: var(--insuz-black);
}

.protfolio-one__filter.style1 li.active .filter-text:before {
  opacity: 1;
}

/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/
.blog-page .blog-one__tag-1 {
  padding: 0 18px 0 16px;
}

.blog-page .blog-one__tag-4 {
  padding: 0 12px 0 14px;
}

.blog-page .blog-one__tag-5 {
  padding: 0 7px 0 10px;
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-page {
  position: relative;
  display: block;
  padding: 80px 0 120px;
  z-index: 1;
}

.error-page__shape-2-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 388px;
  z-index: -1;
}

.error-page__shape-2-box:before {
  content: "";
  position: absolute;
  bottom: -58px;
  left: 0;
  right: 0;
  height: 140px;
  background: white;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.969625) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.error-page__shape-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
}

.error-page__shape-3-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 329px;
  z-index: -1;
}

.error-page__shape-3-box:before {
  content: "";
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  height: 140px;
  background: white;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.969625) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
}

.error-page__shape-3 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.3;
}

.error-page__inner {
  position: relative;
  display: block;
  text-align: center;
  z-index: 1;
}

.error-page__title-box {
  position: relative;
  display: block;
  z-index: 2;
}

.error-page__shape-1 {
  position: absolute;
  top: -18px;
  left: 500px;
  z-index: 3;
}

.error-page__shape-1 img {
  width: auto;
}

.error-page__title {
  position: relative;
  display: inline-block;
  font-size: 266px;
  line-height: 266px;
  font-weight: 900;
  color: var(--insuz-black);
  z-index: 2;
}

.error-page__title-2 {
  position: absolute;
  font-size: 266px;
  line-height: 266px;
  font-weight: 900;
  color: #565560;
  top: 10px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.error-page__tagline {
  font-size: 46px;
  line-height: 46px;
  font-weight: 600;
  color: var(--insuz-black);
  margin-top: 27px;
  margin-bottom: 7px;
  font-family: var(--insuz-font);
}

.error-page__text {
  font-size: 20px;
  color: var(--insuz-black);
  opacity: 0.8;
  font-weight: 500;
}

.error-page__form {
  position: relative;
  display: block;
  margin: 60px auto 40px;
}

.error-page__form-input {
  position: relative;
  display: block;
  max-width: 555px;
  width: 100%;
  margin: 0 auto;
}

.error-page__form input[type="search"] {
  height: 70px;
  width: 100%;
  border: none;
  outline: none;
  background-color: #eeeeee;
  font-size: 16px;
  color: rgba(69, 68, 74, 0.7);
  font-weight: 500;
  padding-left: 30px;
  padding-right: 85px;
}

.error-page__form button[type="submit"] {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
  font-size: 22px;
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  width: 65px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  clip-path: none;
}

.error-page__form button[type="submit"]:hover {
  background-color: var(--insuz-black);
  color: var(--insuz-white);
}

.error-page__btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: var(--insuz-black);
  border: 1px solid var(--insuz-black);
  padding: 19px 55px 19px;
  text-transform: uppercase;
  border-radius: 1px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: relative;
  display: inline-block;
}

.error-page__btn:hover {
  border: 1px solid var(--insuz-base);
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

/*--------------------------------------------------------------
# Google Map
--------------------------------------------------------------*/
.google-map {
  position: relative;
  display: block;
}

.google-map__one {
  position: relative;
  display: block;
  border: none;
  height: 610px;
  width: 100%;
}

/*--------------------------------------------------------------
# Address
--------------------------------------------------------------*/
.address {
  position: relative;
  display: block;
  padding: 120px 0 79px;
}

.address__single {
  position: relative;
  display: block;
  background-color: #f6f6f6;
  text-align: center;
  padding: 60px 0 52px;
  margin-bottom: 30px;
  border-radius: 3px;
}

.address__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 85px;
  width: 85px;
  margin: 0 auto;
  background-color: #f9ffff;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.address__single:hover .address__icon {
  background-color: var(--insuz-black);
}

.address__icon span {
  position: relative;
  display: inline-block;
  font-size: 38px;
  color: var(--insuz-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.address__single:hover .address__icon span {
  color: var(--insuz-base);
}

.address__content {
  position: relative;
  display: block;
  margin-top: 21px;
}

.address__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.address__phone-email {
  position: relative;
  display: block;
}

.address__phone-email p {
  font-size: 18px;
  color: #504f56;
  line-height: 30px;
  opacity: 0.88;
}

.address__phone-email p a {
  color: #090808;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.address__phone-email p a:hover {
  color: var(--insuz-base);
}

/*--------------------------------------------------------------
# Contact Form Box
--------------------------------------------------------------*/
.contact-page {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.contact-page__inner {
  position: relative;
  display: block;
}

.contact-page__title-box {
  position: relative;
  display: block;
  margin-bottom: 63px;
}

.contact-page__title-box span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #090808;
  line-height: 18px;
  opacity: 0.8;
  font-weight: 500;
}

.contact-page__title-box h3 {
  font-size: 43px;
  color: var(--insuz-black);
  line-height: 53px;
  font-weight: 600;
  margin-top: 15px;
}

.contact-page__form {
  position: relative;
  display: block;
}

.contact-page__input-box {
  position: relative;
  display: block;
  margin-bottom: 44px;
}

.contact-page__input-box p {
  font-size: 15px;
  color: #433838;
  opacity: 0.7;
  line-height: 22px;
}

.contact-page__input-box input[type="text"],
.contact-page__input-box input[type="email"] {
  height: 50px;
  border: 0;
  width: 100%;
  font-size: 16px;
  color: var(--insuz-black);
  border-bottom: 1px solid var(--insuz-black);
  font-weight: 500;
  outline: none;
}

.contact-page__input-box textarea {
  height: 190px;
  width: 100%;
  border: none;
  border-bottom: 1px solid var(--insuz-black);
  color: var(--insuz-black);
  font-weight: 500;
  font-size: 15px;
  outline: none;
  padding-left: 0;
}

.contact-page__input-box.text-message-box {
  height: 190px;
  margin-top: -7px;
  margin-bottom: 40px;
}

.contact-page__btn-box {
  position: relative;
  display: block;
}

.contact-page__btn {
  border: none;
  background-color: #e9f1f2;
  font-size: 16px;
  font-weight: 600;
  color: var(--insuz-black);
  padding: 10px 40px 10px;
  line-height: 32px;
  display: inline-block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.contact-page__btn:hover {
  background-color: var(--insuz-base);
  color: var(--insuz-black);
}

/*--------------------------------------------------------------
# FAQ Page
--------------------------------------------------------------*/
.faq-page {
  position: relative;
  display: block;
  padding: 0 0 120px;
}

.faq-page__inner {
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: white;
  box-shadow: 0px 1px 25px 0px rgba(217, 217, 217, 0.35);
  padding: 95px 95px 79px;
}

.faq-page__inner .section-title {
  margin-bottom: 42px;
}

.faq-page__inner .section-title__title {
  font-size: 45px;
  line-height: 55px;
  margin-top: 3px;
}

.faq-page__main-faq {
  position: relative;
  display: block;
}

.faq-page__main-faq .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  border-radius: 0;
  padding: 0;
}

.faq-page__main-faq .faq-one-accrodion .accrodion-title {
  position: relative;
  display: block;
  cursor: pointer;
  padding: 36px 0px 36px;
  border-bottom: 1px solid #ebeaea;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.faq-page__main-faq .faq-one-accrodion .accrodion-title h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--insuz-black);
  font-family: var(--insuz-font);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-left: 65px;
}

.faq-page__main-faq .faq-one-accrodion .accrodion + .accrodion {
  margin-top: 0px;
}

.faq-page__main-faq .faq-one-accrodion .accrodion.active .accrodion-title h4 {
  color: var(--insuz-black);
}

.faq-page__main-faq .faq-one-accrodion .accrodion-title h4::before {
  content: "\e91c";
  font-family: "icomoon" !important;
  font-weight: normal;
  font-size: 16px;
  color: var(--insuz-black);
  position: absolute;
  top: 50%;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  height: 47px;
  width: 47px;
  background-color: var(--insuz-base);
  border-radius: 50%;
}

.faq-page__main-faq
  .faq-one-accrodion
  .accrodion.active
  .accrodion-title
  h4::before {
  content: "\e917";
  color: var(--insuz-black);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d8eff0;
}

.faq-page__main-faq .faq-one-accrodion .accrodion-content {
  position: relative;
  padding: 25px 0px 0px;
}

.faq-page__main-faq .faq-one-accrodion .accrodion-content p {
  line-height: 32px;
}

.faq-page__main-faq .faq-one-accrodion .accrodion .accrodion-title::before {
  display: none;
}

.faq-page__main-faq .faq-one-accrodion .accrodion.last-child .accrodion-title {
  border-bottom: 0;
  padding-bottom: 0;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/
.blog-list__meta-box-two .user .byline {
  display: inline-flex;
  align-items: center;
}

.blog-list__meta-box-two .user .byline i {
  font-size: 21px;
  color: var(--insuz-black);
  opacity: 0.8;
  margin-right: 6px;
}

.blog-list__meta-box-two .comment-box .comments-link {
  display: inline-flex;
  align-items: center;
}

.blog-list__meta-box-two .comment-box .comments-link i {
  position: relative;
  font-size: 24px;
  color: var(--insuz-black);
  opacity: 0.8;
  margin-right: 6px;
  top: 2px;
}

.wp-pagination a,
.wp-pagination .current {
  margin-right: 15px;
  color: var(--insuz-black);
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  display: inline-block;
  color: var(--insuz-black);
  background-color: transparent;
  font-weight: 400;
  font-size: 18px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.wp-pagination a:hover,
.wp-pagination .current:hover {
  background-color: var(--insuz-base);
}

.wp-pagination a.current,
.wp-pagination .current.current {
  background-color: var(--insuz-base);
}

.wp-pagination .prev,
.wp-pagination .next {
  margin-right: 40px;
}

.wp-pagination .prev span,
.wp-pagination .next span {
  width: 55px;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.wp-pagination .prev span i,
.wp-pagination .next span i {
  position: relative;
  font-size: 15px;
  margin-right: 5px;
  margin-left: 5px;
  display: inline-block;
  top: 1px;
}

.wp-pagination .prev:hover,
.wp-pagination .next:hover {
  background-color: transparent;
  color: var(--insuz-base);
}

.blog-list__single.tag-sticky-2:before,
.blog-list__single.sticky:before {
  content: "";
  position: absolute;
  right: 0px;
  content: "";
  width: 40px;
  height: 40px;
  background-color: var(--insuz-base, #29eefa);
  z-index: 10;
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 50% 50%, 0 100%, 0 0);
  top: 0px;
}

.wp-block-cover-image .wp-block-cover-image-text,
.blog-details__content .wp-block-cover-image .wp-block-cover-text,
.blog-details__content .wp-block-cover-image h2,
.blog-details__content .wp-block-cover .wp-block-cover-image-text,
.blog-details__content .wp-block-cover .wp-block-cover-text,
.blog-details__content .wp-block-cover h2,
.blog-details__content .wp-block-cover strong {
  color: white;
  line-height: 2em;
}

.blog-details__content .wp-block-cover {
  margin-bottom: 32px;
}

.blog-details__content p {
  line-height: 2em;
  margin-bottom: 1.5em;
}

.blog-details__content .blocks-gallery-caption {
  margin-bottom: 24px;
}

.wp-block-gallery:not(.has-nested-images).alignleft {
  margin-right: 20px;
}

.blog-details__content ol,
.blog-details__content ul {
  margin-left: 8px;
}

.blog-details__content blockquote:not([class*="has-"]),
.comment-content blockquote,
.blog-details__content .wp-block-quote {
  background-color: #f0fafb;
  border-left: 2px solid var(--insuz-black, #090808);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  border-radius: var(--insuz-bdr-radius);
}

.blog-details__content blockquote:not([class*="has-"])::before,
.comment-content blockquote::before,
.blog-details__content .wp-block-quote::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  bottom: 0;
  transform: rotate(180deg);
  font-size: 100px;
  color: var(--insuz-base, #29eefa);
  opacity: 0.4;
  right: 30px;
  line-height: 0.9em;
  bottom: -25px;
}

.blog-details__content .wp-block-quote.has-text-align-right {
  border-right: 2px solid var(--insuz-black, #090808);
  border-left: 0;
}

.blog-details__content .wp-block-quote.has-text-align-right::before {
  right: auto;
  left: 30px;
  transform: rotateX(-180deg);
}

.wp-block-pullquote {
  border-top: 4px solid #555d66;
  border-bottom: 4px solid #555d66;
  color: #40464d;
}

.comments-area h1,
.blog-details__content h1,
.comment-content h2,
.blog-details__content h2,
.comment-content h3,
.blog-details__content h3,
.comment-content h4,
.blog-details__content h4,
.comment-content h5,
.blog-details__content h5,
.comment-content h6,
.blog-details__content h6 {
  margin-bottom: 1rem;
  color: var(--insuz-black, #090808);
}

.wp-block-archives.wp-block-archives-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 30px;
}

.wp-block-archives-list li,
.sidebar .widget.widget_archive li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  line-height: 36px;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.3s ease;
  z-index: 1;
}

.wp-block-categories-dropdown select,
.wp-block-archives-dropdown select {
  width: 100%;
  height: 60px;
  background-color: #f0fafb;
  border: 1px solid #e7e7e7;
  outline: none;
  color: #635a5a;
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: var(--insuz-font, "Kumbh Sans", sans-serif);
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="1024" height="1024" viewBox="0 0 1024 1024"><path fill="currentColor" d="M540.1 776.847l472.32-473.63c15.466-15.518 15.44-40.642-0.080-56.134-15.518-15.48-40.656-15.44-56.134 0.080l-444.208 445.438-444.206-445.454c-15.48-15.518-40.602-15.558-56.122-0.080-7.78 7.766-11.67 17.94-11.67 28.114 0 10.148 3.864 20.282 11.59 28.034l472.308 473.632c7.436 7.474 17.556 11.668 28.1 11.668s20.652-4.206 28.102-11.668z"></path></svg>');
  background-repeat: no-repeat;
  background-position: right 30px top 50%;
  background-size: 0.65em auto;
  border-radius: var(--insuz-bdr-radius);
}

.wp-block-categories-dropdown,
.wp-block-archives-dropdown {
  margin-bottom: 30px;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 0.25em;
  border: 1px solid #ddd;
}

.wp-block-calendar table th {
  background: #f0fafb;
}

.wp-block-calendar table td#today {
  background: #f0fafb;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
  margin-left: 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list,
ol.wp-block-latest-comments,
ul.wp-block-rss.wp-block-rss {
  margin-left: 0;
}

.blog-details__content ul,
.comments-area ul,
.comments-area ol,
.blog-details__content ol {
  margin: 0 0 0.5em 0.6em;
}

ol.wp-block-latest-comments {
  margin-left: 0;
}

.wp-block-latest-comments {
  padding-left: 0;
  margin-left: 0;
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li::before {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--insuz-black, #3c3531);
  width: 44px;
  height: 44px;
  color: var(--insuz-white, white);
  margin-right: 20px;
  transition: all 500ms ease;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-latest-comments__comment-meta {
  font-size: 18px;
  line-height: 1.889;
  font-weight: 500;
  color: var(--insuz-black, #090808);
}

.wp-block-latest-comments:not(.has-avatar):not(.has-dates) li {
  position: relative;
  padding-left: 68px;
  min-height: 44px;
}

.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}

.wp-block-latest-posts__list.has-dates li {
  position: relative;
  padding-left: 64px;
  font-size: 16px;
  line-height: 1.889;
  font-weight: 600;
  transition: all 500ms ease;
  color: #635a5a;
}

.wp-block-latest-posts__list.has-dates li::before {
  content: "\f302";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--insuz-black, #090808);
  width: 44px;
  height: 44px;
  color: var(--insuz-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 5px;
  left: 0;
}

.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.wp-block-latest-posts__list.is-grid.has-dates li::before {
  position: relative;
  top: auto;
  left: 0;
  margin-bottom: 10px;
}

.wp-block-latest-posts__list.is-grid.has-dates li {
  padding-left: 0;
}

.wp-block-search label {
  font-size: 18px;
  color: var(--insuz-black, #090808);
  font-weight: 600;
}

.wp-block-search input[type="search"] {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  max-width: 300px;
  position: relative;
  line-height: 40px;
  padding: 19px 80px 19px 35px;
  background: transparent;
  color: var(--insuz-black);
  display: block;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--insuz-font, "Kumbh Sans", sans-serif);
  width: 100%;
  height: 60px;
  border: 1px solid var(--insuz-extra, #f2eeeb);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.wp-block-search .wp-block-search__button {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none;
  background-color: var(--insuz-black, #090808);
  text-align: center;
  color: var(--insuz-white, #ffffff);
  padding: 0 50px;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: capitalize;
  letter-spacing: 0.01em;
}

.post .blog-details__content p {
  line-height: 2em;
  margin-bottom: 1.5em;
}

.wp-block-tag-cloud a {
  font-size: 15px !important;
  color: var(--insuz-black);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #e7e7e7;
  display: inline-block;
  padding: 0 15px 0 14px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 10px;
}

.wp-block-tag-cloud a:hover {
  background-color: var(--insuz-base);
  border-color: var(--insuz-base);
}

.wp-block-rss li {
  position: relative;
  padding-left: 68px;
  font-size: 16px;
  font-weight: 600;
  color: var(--insuz-black, #090808);
  min-height: 44px;
}

.wp-block-rss li + li {
  margin-top: 20px;
}

.wp-block-rss li::before {
  content: "\f09e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--insuz-black, #090808);
  width: 44px;
  height: 44px;
  color: var(--insuz-white, #ffffff);
  transition: all 500ms ease;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.wp-block-group.has-background {
  padding: 30px;
}

.wp-block-columns {
  margin: 30px 0;
}

.blog-details__content .page-links span {
  background-color: var(--insuz-base, #29eefa);
  color: var(--insuz-white, #ffffff);
}

.blog-details__content .page-links span,
.blog-details__content .page-links a {
  display: flex;
  width: 40px;
  height: 40px;
  display: flex;
  color: var(--insuz-black, #090808);
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f1f1f5;
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all 500ms ease;
  border-radius: 50%;
}

.blog-details__content .page-links span:hover,
.blog-details__content .page-links a:hover {
  color: var(--insuz-white);
  background-color: var(--insuz-black);
}

.blog-details__content .page-links span {
  background-color: var(--insuz-black, #090808);
  color: var(--insuz-white, #ffffff);
}

.blog-details__content .page-links {
  color: var(--insuz-black, #090808);
  display: flex;
  align-items: center;
}

.page-header__inner h2 b {
  color: var(--insuz-black);
}

.blog-one__single-content h2 a b {
  transition: 0.5s;
}

.blog-one__single-content h2 a:hover b {
  color: var(--insuz-base);
}

.blog-one__single-img-inner img {
  width: unset;
  max-width: 100%;
}

.blog-details__content .blog-one__single-img-inner:before {
  display: none;
}

.blog-details__content .blog-one__single-content-meta-box {
  padding-left: 0;
}

.blog-details__content .post-password-form input[type="password"] {
  width: 200px;
  height: 60px;
  background-color: var(--insuz-extra, #f2eeeb);
  color: var(--insuz-black, #717178);
  padding-left: 30px;
  display: inline-block;
  vertical-align: middle;
  border-radius: var(--insuz-bdr-radius);
}

.blog-details__content .post-password-form input[type="password"]:focus {
  outline: 0;
}

.blog-details__content .post-password-form input[type="submit"] {
  width: 120px;
  height: 60px;
  background-color: var(--insuz-black, #090808);
  color: var(--insuz-white, #ffffff);
  padding: 0;
  text-align: center;
  text-transform: capitalize;
  display: inline-block;
  vertical-align: middle;
  transition: all 500ms ease;
  border-radius: var(--insuz-bdr-radius);
}

.post-password-form input[type="submit"]:hover {
  background-color: var(--insuz-base, #29eefa);
  color: var(--insuz-white, #ffffff);
}

.comments-area ol ol,
.blog-details__content ol ol,
.blog-details__content ul ol,
.blog-details__content ol ul,
.blog-details__content ul ul,
.comments-area ul ul {
  margin-bottom: 0;
}

mark,
ins {
  background: var(--insuz-bdr-color, #e2ddda);
  text-decoration: none;
}

.no-results {
  background-color: white;
  box-shadow: 0px 0px 40px 0px rgba(233, 226, 226, 0.35);
  border: 1px solid #ececec;
}

.site-footer .mc-message {
  color: var(--insuz-white);
}

.site-footer.site-footer-two .mc-message {
  color: var(--insuz-black);
}

.site-footer .elementor-widget-footer-shape,
.site-footer .elementor-section,
.site-footer .elementor-column,
.site-footer .elementor-container,
.site-footer .elementor-widget-wrap {
  position: unset !important;
}

.site-footer.site-footer-two .footer-widget__title {
  color: var(--insuz-black);
}

.site-footer.site-footer-two .footer-widget__latest-post-title a {
  color: var(--insuz-black);
}

.site-footer.site-footer-two .footer-widget__latest-post-title a:hover {
  color: var(--insuz-base);
}

.site-footer.site-footer-two .footer-widget__services-list li a {
  color: #606161;
}

.site-footer.site-footer-two .footer-widget__services-list li a:hover {
  color: var(--insuz-base);
}

.site-footer.site-footer-two .footer-widget__text {
  color: #606161;
}

.site-footer.site-footer-two
  .footer-widget__subscribe-input-box
  input[type="email"] {
  background-color: var(--insuz-white);
  outline: none;
  font-size: 15px;
  color: rgba(30, 30, 30, 0.8);
  border: 1px solid #1a1616;
}

.site-footer.site-footer-two .footer-widget__subscribe-btn {
  background-color: #d8ebec;
}

.site-footer.site-footer-two .footer-widget__subscribe-btn:hover {
  background-color: var(--insuz-base);
}

.site-footer_two__bottom .site-footer__bottom-inner {
  border-top: 1px solid #e5e7e7;
}

.site-footer_two__bottom .site-footer__bottom-text {
  color: rgba(var(--insuz-black-rgb), 0.8);
}

.contact-form__input-box .bootstrap-select > .dropdown-toggle {
  color: black;
  background-color: white;
  display: block !important;
  width: 100%;
  height: 60px;
  line-height: 45px;
  border: 1px solid var(--insuz-black);
}

.contact-form__input-box .bootstrap-select > .dropdown-toggle::after {
  margin-left: -1em;
}

.contact-form__input-box .bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  display: block;
}

.elementor .Protfolio-details p {
  font-size: 18px;
  font-family: var(--insuz-font);
}

.logo-retina img {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.sidebar-info-contents .wpcf7-response-output {
  color: #fff;
}

/* Responsive
--------------------------------------------- */
/* Medium screen  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-one__right {
    max-width: 600px;
    margin: 278px auto 0;
  }
  .why-choose-one__right {
    margin-left: 0;
  }
  .why-choose-one__shape-2 {
    display: none;
  }
  .testimonial-one__single {
    padding: 40px 40px 63px;
  }
  .contact-one__text {
    font-size: 18px;
  }
  .blog-one__content {
    padding: 20px 15px 30px;
  }
  .blog-one__title {
    font-size: 17px;
    line-height: 27px;
  }
  .blog-one__meta-box {
    flex-direction: column;
  }
  .blog-one__meta-btn {
    margin-right: 0;
    margin-top: 10px;
  }
  .footer-widget__latest-post {
    margin-right: 0;
    margin-left: 0;
  }
  .footer-widget__services {
    margin-left: 0;
    margin-top: 33px;
  }
  .footer-widget__newsletter {
    margin-left: 0;
    margin-top: 33px;
  }
  .intro-loan-two__single {
    padding: 61px 15px 65px;
  }
  .about-two__right {
    margin-left: 0;
    margin-top: 50px;
    max-width: 350px;
  }
  .how-it-work__shape-2 {
    display: none;
  }
  .team-one__top .section-title__title {
    font-size: 41px;
    line-height: 51px;
  }
  .subscribe-one__left {
    margin-bottom: 26px;
  }
  .intro-loan-three__single {
    padding: 29px 20px 34px;
  }
  .why-choose-two__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-two__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .contact-three__call {
    padding-left: 10px;
  }
  .about-three__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-three__counter-box {
    margin-left: 30px;
  }
  .about-three__right {
    max-width: 600px;
    margin: 60px auto 0;
    padding-left: 0;
  }
  .about-three__points li .text p br {
    display: none;
  }
  .protfolio-one .intro-loan-three__title {
    font-size: 21px;
  }
  .Protfolio-details__points {
    margin-left: 20px;
    margin-right: 20px;
  }
  .Protfolio-details__points-box-two {
    margin-right: 0;
  }
  .insurance-details__life-insurance-left {
    margin-right: 0;
  }
  .do-i-need {
    padding-top: 102px;
  }
  .do-i-need__left {
    padding: 40px 18px 50px;
  }
  .universal-life__text-2 br {
    display: none;
  }
  .permanent-insurance__title {
    font-size: 19px;
  }
  .about-two__shape-2 {
    display: none;
  }
  .blog-list__meta-box {
    flex-direction: column;
  }
  .blog-list__meta-btn {
    margin-bottom: 10px;
  }
  .back-news__content p {
    font-size: 18px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-loan__list {
    flex-direction: column;
  }
  .intro-loan__single:before {
    display: none;
  }
  .about-one__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-one__right {
    max-width: 600px;
    margin: 278px auto 0;
  }
  .why-choose-one__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px;
  }
  .why-choose-one__shape-8 {
    display: none;
  }
  .insurance-history__shape-3 {
    display: none;
  }
  .testimonial-one__single {
    padding: 40px 20px 63px;
  }
  .testimonial-one__client-name {
    font-size: 20px;
  }
  .contact-one__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .blog-one .section-title__title br {
    display: none;
  }
  .footer-widget__latest-post {
    margin-right: 0;
    margin-left: 0;
  }
  .footer-widget__services {
    margin-left: 0;
    margin-top: 33px;
  }
  .footer-widget__newsletter {
    margin-left: 0;
    margin-top: 33px;
  }
  .about-two__right {
    margin-left: 0;
    margin-top: 50px;
    max-width: 350px;
  }
  .how-it-work__shape-2 {
    display: none;
  }
  .testimonial-two__single {
    padding: 36px 20px 48px;
  }
  .team-one .section-title {
    margin-bottom: 0;
  }
  .team-one__text {
    margin-top: 36px;
    margin-bottom: 50px;
  }
  .subscribe-one__left {
    margin-bottom: 26px;
  }
  .why-choose-two__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .why-choose-two__right {
    max-width: 600px;
    margin: 50px auto 0;
  }
  .why-choose-two__shape-1 {
    display: none;
  }
  .contact-three__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .about-three__left {
    max-width: 600px;
    margin: 0 auto 0;
  }
  .about-three__counter-box {
    margin-left: 30px;
  }
  .about-three__right {
    max-width: 600px;
    margin: 60px auto 0;
    padding-left: 0;
  }
  .about-three__points li .text p br {
    display: none;
  }
  .about-three__points-box {
    flex-direction: column;
    align-items: baseline;
  }
  .about-three__content {
    margin-left: 0;
    margin-top: 40px;
  }
  .insurance-history-three {
    padding-top: 100px;
  }
  .protfolio-one .intro-loan-three__single {
    padding: 29px 15px 34px;
  }
  .protfolio-one .intro-loan-three__title {
    font-size: 21px;
  }
  .Protfolio-details__points {
    margin-left: 20px;
    margin-right: 20px;
    padding: 46px 40px 33px;
  }
  .Protfolio-details__challenge-points-box {
    margin-top: 21px;
  }
  .Protfolio-details__faq {
    margin-top: 30px;
  }
  .insurance-details__life-insurance-right {
    margin-top: 25px;
  }
  .do-i-need__text br {
    display: none;
  }
  .permanent-insurance__text br {
    display: none;
  }
  .talk-our-agent__left {
    margin-left: 0;
    margin-right: 0;
  }
  .talk-our-agent__right {
    margin-left: 0;
    margin-top: 52px;
  }
  .about-two__shape-2 {
    display: none;
  }
  .about-two__shape-3 {
    display: none;
  }
  .blog-page .blog-one__content {
    padding: 20px 15px 30px;
  }
  .blog-page .blog-one__title {
    font-size: 17px;
    line-height: 27px;
  }
  .sideber {
    margin-left: 0;
    margin-top: 55px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .section-title__title br {
    display: none;
  }
  .intro-loan__list {
    flex-direction: column;
  }
  .intro-loan__single:before {
    display: none;
  }
  .intro-loan__list li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-one__left {
    margin-left: 0;
    margin-right: 0;
  }
  .about-one__img-two,
  .about-one__investments {
    display: none;
  }
  .about-one__right {
    margin-top: 60px;
  }
  .about-one__icon-box {
    flex-direction: column;
    align-items: baseline;
  }
  .about-one__icon-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .about-one__icon-content h4 {
    font-size: 22px;
  }
  .about-one__user-box {
    flex-direction: column;
  }
  .about-one__points-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .why-choose-one__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 60px;
  }
  .why-choose-one__shape-4,
  .why-choose-one__shape-5,
  .why-choose-one__shape-6,
  .why-choose-one__shape-8 {
    display: none;
  }
  .why-choose-one__left .faq-one-accrodion .accrodion {
    padding-left: 15px;
    padding-right: 15px;
  }
  .why-choose-one__left .faq-one-accrodion .accrodion-title h4 br {
    display: none;
  }
  .why-choose-one__left .faq-one-accrodion .accrodion-title h4 {
    font-size: 20px;
    margin-left: 10px;
  }
  .why-choose-one__left .faq-one-accrodion .accrodion-content {
    padding: 0 15px 36px;
    padding-left: 15px;
  }
  .insurance-history__title-box h2 {
    font-size: 30px;
    line-height: 45px;
  }
  .insurance-history__inner {
    padding: 45px 0px 15px;
  }
  .insurance-history__shape-3,
  .insurance-history__shape-5 {
    display: none;
  }
  .insurance-history__img {
    display: none;
  }
  .insurance-history__content-box {
    margin-right: 0;
  }
  .testimonial-one__single {
    padding: 40px 20px 63px;
  }
  .testimonial-one__client-info {
    flex-direction: column;
    align-items: baseline;
  }
  .testimonial-one__client-details {
    margin-left: 0;
    margin-top: 30px;
  }
  .testimonial-one__sec-title h2 {
    font-size: 41px;
    line-height: 55px;
  }
  .contact-one__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .contact-one__inner {
    padding: 80px 15px 80px;
  }
  .contact-one__title {
    font-size: 35px;
    line-height: 45px;
  }
  .contact-one__text br {
    display: none;
  }
  .contact-one__call {
    flex-direction: column;
    align-items: baseline;
  }
  .contact-one__call-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .contact-one__form-box {
    padding: 45px 15px 50px;
  }
  .blog-one__content {
    padding: 20px 15px 30px;
  }
  .blog-one__title {
    font-size: 17px;
    line-height: 27px;
  }
  .blog-one__meta-box {
    flex-direction: column;
  }
  .blog-one__meta-btn {
    margin-right: 0;
    margin-top: 10px;
  }
  .site-footer-shape-1,
  .site-footer-shape-2,
  .site-footer-shape-5,
  .site-footer-shape-6 {
    display: none;
  }
  .footer-widget__latest-post {
    margin-right: 0;
    margin-left: 0;
    margin-top: 45px;
    margin-bottom: 37px;
  }
  .footer-widget__services {
    margin-left: 0;
  }
  .footer-widget__newsletter {
    margin-left: 0;
    margin-top: 35px;
  }
  .about-two__left {
    margin-right: 0;
  }
  .about-two__points-box {
    flex-direction: column;
  }
  .about-two__points li .text p br {
    display: none;
  }
  .about-two__points-img {
    margin-left: 0;
    margin-top: 30px;
  }
  .about-two__right {
    margin-left: 0;
    margin-top: 50px;
    max-width: 350px;
  }
  .about-two__count-box h3 {
    font-size: 30px;
  }
  .about-two__count-plus {
    font-size: 30px;
    top: 6px;
  }
  .how-it-work__shape-1,
  .how-it-work__shape-2,
  .how-it-work__shape-3 {
    display: none;
  }
  .how-it-work__single-1 {
    margin-right: 0;
  }
  .how-it-work__single-2 {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .how-it-work__single-3 {
    margin-left: 0;
    margin-right: 0;
  }
  .how-it-work__single-4 {
    margin-top: 0;
    margin-left: 0;
  }
  .testimonial-two__single {
    padding: 36px 20px 48px;
  }
  .testimonial-two__client-info {
    flex-direction: column;
  }
  .testimonial-two__client-details {
    margin-bottom: 20px;
  }
  .testimonial-two__sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .team-one .section-title {
    margin-bottom: 0;
  }
  .team-one__text {
    margin-top: 36px;
    margin-bottom: 50px;
  }
  .subscribe-one__inner {
    padding: 60px 20px 57px;
    padding-left: 20px;
  }
  .subscribe-one__title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .subscribe-one__btn {
    position: relative;
    padding: 15px 34px 15px;
    margin-top: 10px;
  }
  .subscribe-one__input-box input[type="email"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .why-choose-two__shape-1 {
    display: none;
  }
  .why-choose-two__right {
    margin-left: 0;
    margin-top: 50px;
  }
  .why-choose-two__right .faq-one-accrodion .accrodion {
    padding-left: 15px;
    padding-right: 15px;
  }
  .why-choose-two__right .faq-one-accrodion .accrodion-title h4 br {
    display: none;
  }
  .why-choose-two__right .faq-one-accrodion .accrodion-title h4 {
    font-size: 20px;
    margin-left: 10px;
  }
  .why-choose-two__right .faq-one-accrodion .accrodion-content {
    padding: 0 15px 36px;
    padding-left: 15px;
  }
  .services-three__btn {
    padding: 12px 50px 12px;
  }
  .services-three__shape-1 {
    display: none;
  }
  .contact-three__right {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .contact-three__form-box {
    padding: 45px 15px 50px;
  }
  .contact-three__title {
    font-size: 44px;
    line-height: 54px;
  }
  .contact-three__text br {
    display: none;
  }
  .contact-three__img-and-call-box {
    flex-direction: column;
    align-items: baseline;
  }
  .contact-three__call {
    padding-left: 0;
    margin-top: 40px;
  }
  .about-three__img-and-counter {
    flex-direction: column;
    align-items: baseline;
  }
  .about-three__counter-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .about-three__count-text {
    margin-left: 8px;
  }
  .about-three__right {
    padding-left: 0;
    margin-right: 0;
    margin-top: 50px;
  }
  .about-three-shape-3 {
    display: none;
  }
  .about-three__img img {
    width: 100%;
  }
  .about-three__points-box {
    flex-direction: column;
    align-items: baseline;
  }
  .about-three__points li .text p br {
    display: none;
  }
  .about-three__content {
    margin-left: 0;
    margin-top: 30px;
  }
  .insurance-history-three {
    padding-top: 100px;
  }
  .protfolio-one__filter {
    flex-direction: column;
  }
  .protfolio-one__filter.style1 li + li {
    margin-left: 0;
  }
  .Protfolio-details__points {
    margin-left: 20px;
    margin-right: 20px;
    padding: 46px 20px 33px;
    flex-direction: column;
  }
  .Protfolio-details__points li + li {
    margin-top: 20px;
  }
  .Protfolio-details__title {
    font-size: 45px;
    line-height: 55px;
  }
  .Protfolio-details__challenge-points-box {
    margin-top: 21px;
  }
  .Protfolio-details__faq {
    margin-top: 30px;
  }
  .Protfolio-details__call-box {
    padding: 31px 20px 31px;
  }
  .insurance-details__life-insurance-right {
    margin-top: 25px;
  }
  .insurance-details__life-insurance-title {
    font-size: 40px;
    line-height: 50px;
  }
  .insurance-details__life-insurance-left {
    margin-right: 0;
  }
  .do-i-need__title {
    font-size: 40px;
  }
  .do-i-need__text br {
    display: none;
  }
  .whole-life__text br {
    display: none;
  }
  .universal-life .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .whole-life .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .permanent-insurance .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .permanent-insurance__text br {
    display: none;
  }
  .talk-our-agent__left {
    margin-left: 0;
    margin-right: 0;
  }
  .talk-our-agent__right {
    margin-left: 0;
    margin-top: 52px;
  }
  .talk-our-agent__right .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .talk-our-agent__shape-1 {
    display: none;
  }
  .talk-our-agent__call-number {
    font-size: 23px;
  }
  .faq-page__inner .section-title__title {
    font-size: 30px;
    line-height: 40px;
  }
  .faq-page__inner {
    padding: 95px 15px 79px;
  }
  .about-two__shape-2 {
    display: none;
  }
  .about-two__shape-3 {
    display: none;
  }
  .testimonial-three__sec-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .testimonial-four__shape-1 {
    display: none;
  }
  .error-page__title {
    font-size: 135px;
    line-height: 135px;
  }
  .error-page__title-2 {
    font-size: 135px;
    line-height: 135px;
  }
  .error-page__tagline {
    font-size: 27px;
    line-height: 27px;
  }
  .error-page {
    padding: 180px 0 145px;
  }
  .blog-list__title {
    font-size: 22px;
    line-height: 32px;
  }
  .blog-list__meta-box {
    flex-direction: column;
    padding-left: 11px;
    padding-right: 11px;
  }
  .blog-list__meta {
    flex-direction: column;
    margin-left: 0;
    margin-top: 10px;
  }
  .sideber {
    margin-left: 0;
    margin-top: 55px;
    padding: 40px 15px 75px;
  }
  .blog-details__meta-box {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
  }
  .blog-details__meta {
    flex-direction: column;
    margin-bottom: 18px;
  }
  .blog-details__meta-box-two {
    padding-left: 0;
    margin-top: 18px;
  }
  .blog-details__tags p {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .author__img {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .author {
    padding-left: 20px;
    padding-right: 20px;
  }
  .back-news {
    flex-direction: column;
  }
  .back-news__content p {
    font-size: 19px;
  }
  .back-news__left {
    margin-bottom: 15px;
  }
  .comment-one__single {
    flex-direction: column;
  }
  .comment-one__content {
    margin-left: 0;
    margin-top: 20px;
  }
  .comment-one__single--two {
    margin-left: 0;
  }
  .contact-page__title-box h3 br {
    display: none;
  }
  .contact-page__title-box h3 {
    font-size: 25px;
    line-height: 35px;
  }
  .page-header__inner h2 {
    font-size: 32px;
    line-height: 42px;
  }
  .page-header-shape-2,
  .page-header-shape-3 {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1330px) {
  .why-choose-two__content {
    margin-left: 0;
  }
  .why-choose-two__right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .why-choose-two__points + .why-choose-two__points {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1399px) and (max-width: 1790px) {
  .services-Two__single {
    padding: 42px 10px 28px;
  }
  .services-Two__title {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
# Slider All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #main-slider-pagination {
    left: 0;
    align-items: flex-end;
    max-width: 1200px;
    width: 100%;
    padding: 0 50px;
  }
  .main-slider__shape-3 {
    display: none;
  }
  .main-slider-three__shape-4 {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #main-slider-pagination {
    left: 0;
    align-items: flex-end;
    max-width: 1200px;
    width: 100%;
    padding: 0 50px;
  }
  .main-slider__shape-3 {
    display: none;
  }
  .main-slider__text {
    max-width: 500px;
  }
  .main-slider-two__title {
    font-size: 75px;
  }
  .main-slider-three__shape-4 {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #main-slider-pagination {
    display: none;
  }
  .main-slider__shape-3 {
    display: none;
  }
  .main-slider__title {
    font-size: 45px;
    line-height: 55px;
  }
  .main-slider__video-link {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 60px;
  }
  .main-slider-two__title br {
    display: none;
  }
  .main-slider-two__title {
    font-size: 40px;
    line-height: 50px;
  }
  .main-slider-two__text br {
    display: none;
  }
  .main-slider-two__btn-video-box {
    align-items: baseline;
    flex-direction: column;
  }
  .main-slider-two__video-link {
    margin-left: 0;
    margin-top: 60px;
  }
  .main-slider-two .container {
    padding-top: 190px;
  }
  .image-layer-three__box {
    width: 100%;
  }
  .image-layer-three {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .main-slider-three__shape-4 {
    display: none;
  }
  .image-layer-three__box {
    display: none;
  }
  .main-slider-three__shape-8 {
    display: none;
  }
  .main-slider-three .swiper-slide {
    background-color: #f8fafa;
  }
  .main-slider-three__title {
    font-size: 38px;
    line-height: 48px;
  }
  .main-slider-three__text br {
    display: none;
  }
  .main-slider-three__btn-video-box {
    flex-direction: column;
    align-items: baseline;
  }
  .main-slider-three__video-link {
    margin-left: 0;
    margin-top: 60px;
  }
  .main-slider-three .container {
    padding-top: 291px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1450px) {
  #main-slider-pagination {
    left: 0;
    align-items: flex-end;
    max-width: 1200px;
    width: 100%;
    padding: 0 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1750px) {
  .main-slider-three__shape-4 {
    display: none;
  }
}

/*--------------------------------------------------------------
# Main Menu All Responsice Css
--------------------------------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-header__top-wrapper {
    padding: 12px 20px 13px;
  }
  .main-menu__wrapper {
    padding: 18px 20px 18px;
    padding-right: 23px;
  }
  .main-menu__main-menu-box-left {
    padding-left: 25px;
    padding-right: 25px;
  }
  .main-menu .mobile-nav__toggler {
    padding: 8px 0;
  }
  .main-menu-two__left-inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 0;
    color: var(--insuz-white);
  }
  .main-header-three__top-wrapper {
    padding: 0 30px 0;
  }
  .main-menu-three__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .main-menu-three__logo {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-header__top {
    display: none;
  }
  .main-menu__wrapper {
    padding: 18px 20px 18px;
  }
  .main-menu__main-menu-box-left {
    padding-left: 25px;
    padding-right: 25px;
  }
  .main-menu .mobile-nav__toggler {
    padding: 8px 0;
  }
  .main-menu-two__left-inner {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 0;
    color: var(--insuz-white);
  }
  .main-header-three__top {
    display: none;
  }
  .main-menu-three__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .main-menu-three__logo {
    margin-right: 50px;
  }
  .main-menu-three__call {
    display: none;
  }
}

@media (max-width: 767px) {
  .main-header__top {
    display: none;
  }
  .main-menu__wrapper {
    padding: 18px 20px 18px;
  }
  .main-menu__main-menu-box-left {
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 2px;
  }
  .main-menu .mobile-nav__toggler {
    padding: 8px 0;
  }
  .main-menu__right {
    display: none;
  }
  .main-menu__main-menu-box-right {
    display: none;
  }
  .main-menu__main-menu-box-left:before {
    display: none;
  }
  .main-header-two__top {
    display: none;
  }
  .main-menu-two__right {
    display: none;
  }
  .main-menu-two__wrapper-inner {
    display: block;
  }
  .main-menu-two__left-inner {
    padding-right: 0;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .main-menu-two__left-inner:before {
    right: -1000000px;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  }
  .main-menu-two .mobile-nav__toggler {
    padding: 0;
    color: var(--insuz-white);
  }
  .main-header-three__top {
    display: none;
  }
  .main-menu-three__wrapper {
    margin-left: 0;
    margin-right: 0;
  }
  .main-menu-three__right {
    display: none;
  }
  .main-menu-three__logo {
    margin-right: 0;
  }
  .main-menu-three__left {
    justify-content: space-between;
    flex: 1;
  }
}

@media only screen and (min-width: 1500px) and (max-width: 1700px) {
  .main-menu__main-menu-box-left {
    padding-right: 110px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .main-header__top-wrapper {
    padding: 12px 20px 13px;
  }
  .main-menu__wrapper {
    padding: 18px 20px 18px;
  }
  .main-menu__main-menu-box-left {
    padding-right: 50px;
  }
  .main-menu__right {
    display: none;
  }
}

@media only screen and (min-width: 1450px) and (max-width: 1650px) {
  .main-header-three__top-wrapper {
    padding: 0 20px 0;
  }
  .main-menu-three__wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-menu-three__logo {
    margin-right: 50px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1449px) {
  .main-header-three__top-wrapper {
    padding: 0 20px 0;
  }
  .main-menu-three__wrapper {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-menu-three__logo {
    margin-right: 50px;
  }
  .main-menu-three__call {
    display: none;
  }
  .main-menu-three__search-box {
    display: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1217px) {
  .main-menu-two__left-inner {
    padding-right: 80px;
  }
}


.visa-checklist a {
	color: #0d6efd !important;
}