@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,420;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap);
.top-header {
  background-color: #e3e3e3;
}
.top-header ul {
  margin: 0;
  padding: 0;
}
.top-header ul li {
  display: inline-block;
  position: relative;
}
.top-header ul li:not(:first-child) {
  padding-left: 20px;
}
.navbar .navbar-collapse ul.navbar-nav .dropdown-menu {
  padding: 0;
}
.main-header {
  border-bottom: 2px solid #d7d7d7;
}
.spacer {
  height: 100px;
}
.search-icon {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #ccc;
  font-size: 20px;
  cursor: pointer;
}
.search-block {
  position: relative;
}
.search-block #search-form {
  position: absolute;
  right: 0px;
  background-color: #fff;
  padding: 5px;
  border-radius: 40px;
  border: 1px solid #ccc;
  width: 300px;
  top: 125%;
  display: none;
  z-index: 9;
}
.search-block #search-form input {
  width: 100%;
  border: 1px solid #fff;
  outline: none;
  padding: 5px 10px;
  border-radius: 10px;
}
#left-menu {
  left: 0;
}
#right-menu {
  right: 0;
}
@media (min-width: 992px) {
  .navbar .navbar-collapse ul.navbar-nav > li:not(:first-child) {
    margin-left: 30px;
  }
  .search-block #search-form {
    right: -34px;
  }
}
.header8 ul {
  padding: 0;
  margin: 0;
}
.header8 ul li {
  display: inline-block;
}
.header8 ul.light-seperator-list li {
  position: relative;
}
.header8 ul.light-seperator-list li:not(:first-child) {
  margin-left: 20px;
}
.header8 ul.light-seperator-list li:not(:first-child)::after {
  content: "";
  position: absolute;
  border-left: 2px solid #939393;
  height: 15px;
  left: -12px;
  top: 5px;
}
.header8 ul.light-seperator-list li a {
  color: #939393;
  text-decoration: none;
}
.header8 ul.light-seperator-list li a:hover {
  color: #2196f3;
}
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .slider {
  background-color: #2196f3;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
input:checked + .slider:before {
  -webkit-transform: translateX(19px);
  -ms-transform: translateX(19px);
  transform: translateX(19px);
}
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
@media (min-width: 992px) {
  .header8 .navbar .navbar-collapse ul.navbar-nav > li:not(:first-child) {
    margin-left: 5px;
  }
}
@media (max-width: 991px) {
  .header8 .navbar .navbar-collapse ul.navbar-nav > li {
    margin-bottom: 5px;
  }
}
.header-style-9 .navbar-nav li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.megamenu-navbar .megamenu {
  padding: 1rem;
}
.megamenu-navbar #main_nav ul li {
  display: block;
  padding: 0;
}
@media all and (min-width: 992px) {
  .megamenu-navbar .has-megamenu {
    position: static !important;
  }
  .megamenu-navbar .megamenu {
    left: 0;
    right: 0;
    width: 100%;
    margin-top: -2px;
  }
}
@media (max-width: 991px) {
  .megamenu-navbar.fixed-top .navbar-collapse,
  .megamenu-navbar.sticky-top .navbar-collapse {
    overflow-y: auto;
    max-height: 90vh;
    margin-top: 10px;
  }
  .navbar-collapse.collapse ul li.has-megamenu {
    border-bottom: 1px solid #ccc;
  }
}
#header-12-menu {
  right: 0;
}
.header-style-12 a {
  text-decoration: none;
}
.header-style-12 .top-header .brand-logo {
  margin-bottom: 4px;
}
.header-style-12 .top-header ul > li a {
  padding: 20px 10px;
  display: inline-block;
}
.header-style-12 .top-header ul > li a:hover {
  background-color: #ccc;
}
.header-style-12 .top-header ul > li ul li a {
  padding: 10px;
}
.header-style-12 .language-dropdown {
  position: relative;
}
.header-style-12 .language-dropdown .lang-dropdwon-wrap {
  display: none;
  z-index: 1;
  background-color: #fff;
  position: absolute;
  padding: 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.header-style-12 .language-dropdown .lang-dropdwon-wrap h3 {
  padding: 0 10px;
  font-size: 20px;
  margin-bottom: 20px;
}
.header-style-12 .language-dropdown .lang-dropdwon-wrap .lang-mega-dropdown {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.header-style-12 .language-dropdown .lang-dropdwon-wrap .lang-mega-dropdown ul {
  flex: 1 1 auto;
}
.header-style-12
  .language-dropdown
  .lang-dropdwon-wrap
  .lang-mega-dropdown
  ul
  li {
  display: block;
  text-align: left;
  padding-left: 0;
}
.header-style-12
  .language-dropdown
  .lang-dropdwon-wrap
  .lang-mega-dropdown
  ul
  li
  a {
  display: block;
  border-radius: 5px;
}
@media (min-width: 992px) {
  .header-style-12 .language-dropdown .lang-dropdwon-wrap {
    width: 900px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .header-style-12 .top-header ul li:not(:first-child) {
    padding-left: 10px;
  }
  .header-style-12 .language-dropdown .lang-dropdwon-wrap {
    right: 0;
  }
  #header-12-menu.side-nav {
    padding: 0;
  }
  #header-12-menu.side-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #header-12-menu.side-nav ul li a {
    padding: 10px;
    display: block;
    display: flex;
    justify-content: space-between;
  }
  #header-12-menu.side-nav .list-with-seperator li {
    border-bottom: 1px solid #ccc;
  }
  #header-12-menu.side-nav .brand-logo {
    max-width: 100%;
  }
  #header-12-menu.side-nav .sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: #ccc;
    gap: 10px;
  }
  #header-12-menu.side-nav .sidebar-header .close-menu {
    position: relative;
    top: 2px;
    right: auto;
  }
  #header-12-menu.side-nav .dropdown-toggle-menu,
  #header-12-menu.side-nav .mobile-mega-dropdown {
    display: none;
  }
}
.header-wrap-section {
  display: none;
  position: relative;
}
.header-wrap-section .codeDef {
  position: absolute;
  bottom: 0;
  top: auto;
  padding: 10px;
}
.header-wrap-section.active {
  display: block;
}
.footer-style-1 ul {
  padding: 0;
  margin: 0;
}
.footer-style-1 ul li {
  list-style: none;
}
@media (min-width: 992px) {
  .footer-style-1 .right-border:not(:last-child) {
    border-right: 2px solid #ccc;
  }
  .footer-style-1 .right-border:not(:first-child) ul {
    padding-left: 20px;
  }
}
.footer-style-2 .footer-line-seperator {
  border-top: 1px solid #ccc;
  line-height: 0;
}
.footer-style-2 .footer-seperator-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-style-2 .footer-seperator-links li {
  display: inline-block;
}
.footer-style-2 .footer-seperator-links li:not(:first-child) {
  margin-left: 20px;
}
.footer-style-2 .footer-seperator-links li:not(:first-child) a {
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
@media (max-width: 991px) {
  .footer-style-2 .footer-seperator-links li {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .footer-style-2 .footer-seperator-links li:not(:first-child) {
    margin-left: 0px;
  }
  .footer-style-2 .footer-seperator-links li:not(:first-child) a {
    padding-left: 0px;
    border-left: 0;
  }
}
.footer-style-3 {
  background-color: #161616;
  color: #fff;
}
.footer-style-3 .footer-seperator-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-style-3 .footer-seperator-links li {
  display: inline-block;
}
.footer-style-3 .footer-seperator-links li:not(:first-child) {
  margin-left: 20px;
}
.footer-style-3 .footer-seperator-links li:not(:first-child) a {
  padding-left: 20px;
}
@media (max-width: 991px) {
  .footer-style-3 .footer-seperator-links li {
    display: block;
  }
  .footer-style-3 .footer-seperator-links li:not(:first-child) {
    margin-left: 0px;
    margin-top: 10px;
  }
  .footer-style-3 .footer-seperator-links li:not(:first-child) a {
    padding-left: 0px;
  }
}
.footer-style-4 ul {
  padding: 0;
  margin: 0;
}
.footer-style-4 ul li {
  display: inline-block;
}
.footer-style-4 .social-media-links a {
  font-size: 30px;
}
@media (min-width: 992px) {
  .footer-style-4 .footer-links ul li:not(:last-child) {
    padding-right: 20px;
  }
}
.footer-style-5 .block:not(:first-child) {
  margin-left: 20px;
}
.footer-style-5 .block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-style-5 .block ul li a {
  font-size: 12px;
}
.footer-style-5 .block h3 {
  font-size: 14px;
}
.footer-style-5 .social-media {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-style-5 .social-media li {
  display: inline-block;
}
.footer-style-5 .social-media li a {
  font-size: 30px;
}
.footer-style-5 .social-media li:not(:first-child) {
  margin-left: 10px;
}
.footer-style-6 .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-style-6 .footer-links li {
  display: inline-block;
}
.footer-style-6 .footer-links li:not(:last-child) {
  margin-right: 20px;
}
.footer-style-7 {
  font-size: 12px;
}
.footer-style-7 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-style-7 ul li {
  display: inline;
}
.footer-style-7 ul.social-media-links a {
  font-size: 25px;
}
.footer-style-7 .footer-box {
  font-weight: 700;
  border: 2px solid #000;
  padding: 10px 15px;
}
.footer-style-7 .footer-box .sup {
  position: absolute;
  left: -7px;
  top: -3px;
}
.footer-style-8 .cta {
  padding: 15px 0;
  background: #e7e7e7;
}
.footer-style-8 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-style-8 ul.footer-links li {
  margin-bottom: 10px;
}
.footer-style-8 ul.social-media-links {
  margin-bottom: 20px;
}
.footer-style-8 ul.social-media-links li {
  display: inline-block;
}
.footer-style-8 ul.social-media-links li:not(:first-child) {
  margin-left: 10px;
}
.footer-style-8 ul.social-media-links li a {
  font-size: 25px;
}
.footer-style-8 .inline-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-style-8 .inline-footer-links li {
  display: inline-block;
}
.footer-style-8 .inline-footer-links li:not(:first-child) {
  margin-left: 10px;
}
.footer-style-8 .line-seperator {
  border-top: 2px solid #ccc;
}
.footer-style-8 .footer-copyright {
  background-color: #393939;
}
.footer-style-8 .footer-copyright {
  color: #fff;
}
.footer-style-8 .footer-copyright p {
  font-size: 12px;
}
@media (max-width: 991px) {
  .footer-style-8 .inline-footer-links li {
    display: block;
  }
  .footer-style-8 .inline-footer-links li:not(:first-child) {
    margin-left: 0px;
    margin-top: 15px;
  }
}
.footer-style-9 ul.cs-link-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-style-9 ul.cs-link-list li {
  display: inline-block;
}
.footer-style-9 ul.cs-link-list li:not(:first-child) {
  margin-left: 20px;
}
.footer-style-9 ul.cs-link-list li:not(:first-child) a {
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .footer-style-9 ul.cs-link-list li:not(:first-child) {
    margin-left: 4px;
  }
  .footer-style-9 ul.cs-link-list li:not(:first-child) a {
    padding-left: 6px;
    border-left: 1px solid #ccc;
  }
}
.footer-style-10 .footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-style-10 .footer-links li {
  display: inline-block;
}
.footer-style-10 .social-media-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-style-10 .social-media-links li {
  display: inline-block;
}
.footer-style-10 .social-media-links li a {
  font-size: 25px;
}
.footer-style-10 .social-media-links li:not(:first-child) {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .footer-style-10 .footer-links li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 10px;
  }
  .footer-style-10 .footer-links li:not(:last-child) {
    margin-bottom: 10px;
  }
}
.footer-style-11 .footer-logo {
  width: 200px;
}
.footer-style-11 .footer-seperator {
  border-top: 1px solid #ccc;
  margin: 20px 0;
}
.footer-style-11 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-style-11 ul.social-media-links li {
  display: inline-block;
}
.footer-style-11 ul.social-media-links li a {
  font-size: 25px;
}
.footer-style-11 ul.social-media-links li:not(:first-child) {
  margin-left: 10px;
}
.footer-style-11 .footer-content p {
  font-size: 12px;
  margin-bottom: 10px;
}
.footer-section {
  padding: 30px 0;
}
.footer-bg {
  background-color: #f3f3f3;
}
footer a {
  text-decoration: none;
}
.footer-wrap-section {
  display: none;
  position: relative;
}

.footer-wrap-section .codeDef {
  position: absolute;
  bottom: 0;
  top: auto;
  padding: 10px;
}

.footer-wrap-section.active {
  display: block;
}
@-webkit-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
@keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
@-moz-keyframes enter {
  0% {
    opacity: 0;
    top: -10px;
  }
  5% {
    opacity: 1;
    top: 0px;
  }
  50.9% {
    opacity: 1;
    top: 0px;
  }
  55.9% {
    opacity: 0;
    top: 10px;
  }
}
.loader-wrapper {
  background-color: #343a40;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.square {
  background: #fff;
  width: 15px;
  height: 15px;
  float: left;
  top: -10px;
  margin-right: 5px;
  margin-top: 5px;
  position: relative;
  opacity: 0;
  -webkit-animation: enter 6s infinite;
  animation: enter 6s infinite;
}
.enter {
  top: 0px;
  opacity: 1;
}
.square:nth-child(1) {
  -webkit-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  animation-delay: 1.8s;
}
.square:nth-child(2) {
  -webkit-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  animation-delay: 2.1s;
}
.square:nth-child(3) {
  -webkit-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
  animation-delay: 2.4s;
  background: #fdc96f;
}
.square:nth-child(4) {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.square:nth-child(5) {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
.square:nth-child(6) {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.square:nth-child(8) {
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.square:nth-child(9) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.clear {
  clear: both;
}
.last {
  margin-right: 0;
}
@media (min-width: 992px) {
  .section-seperator {
    border-left: 1px solid #ccc;
  }
  .column-seprator > .col-12:not(:first-child) {
    border-left: 1px solid #ccc;
  }
}
.seperator-line {
  border-top: 1px solid #ccc;
  display: block;
  margin-top: -10px;
}
hr.hr {
  display: inline-block;
  background-color: #fff;
  opacity: 1;
  margin: 0 auto;
  position: relative;
  height: 9px;
  width: 9px;
  border: rgba(0, 0, 0, 0);
  overflow: visible;
  background-image: url('data:image/svg+xml;utf8,<svg width="9" height="9" viewBox="0 0 9 9" xmlns="http://www.w3.org/2000/svg"><rect x="0.75" y="0.5" width="8" height="8" rx="4" fill="%231CB0A8" /></svg>');
}
hr.hr:before {
  position: absolute;
  height: 9px;
  width: 10px;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="10" height="9" viewBox="0 0 10 9" xmlns="http://www.w3.org/2000/svg"><path d="M3.91043 1.29752C4.30449 0.688518 5.19551 0.688519 5.58957 1.29752L9.25143 6.95675C9.68196 7.62211 9.20436 8.5 8.41186 8.5H1.08814C0.29564 8.5 -0.181954 7.62211 0.248574 6.95675L3.91043 1.29752Z" fill="%23FCB643" /></svg>');
  left: -18px;
}
hr.hr:after {
  position: absolute;
  height: 9px;
  width: 9px;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg width="9" height="9" viewBox="0 0 9 9" xmlns="http://www.w3.org/2000/svg"><rect x="0.75" y="0.5" width="8" height="8" rx="1" fill="%23EF4056" /></svg>');
  right: -18px;
}
.hero-1 .carousel-item {
  padding: 0 33px;
}
.hero-1 .carousel-control-next,
.hero-1 .carousel-control-prev {
  width: 6%;
}
@media (min-width: 992px) {
  .hero-slider-content {
    min-height: 500px;
  }
}
.hero-5 h1 {
  font-weight: 900;
}
.hero-6 {
  background-color: #f3f3f3;
}
.hero-6 h1 {
  font-weight: 900;
  font-size: 3.5rem;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .hero-6 h1 {
    font-size: 2rem;
  }
}
.hero-7 {
  padding-bottom: 160px;
  position: relative;
}
.hero-7 .wave-overlay {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -5px;
}
.hero-8 {
  background-color: #f3f3f3;
}
.hero-10 {
  background-color: #f3f3f3;
}
.hero-10 .tagline {
  margin-bottom: 20px;
}
.hero-10 .tagline p {
  background-color: #ccc;
  display: inline;
  padding: 4px 10px;
  padding-bottom: 6px;
}
.hero-10 .footnote p {
  font-size: 12px;
}
h1 {
  font-weight: 700;
}
.hero-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 992px) {
  .hero-section {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .hero-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.template-wrapper {
  display: block;
}
.template-wrapper .icon {
  margin-bottom: 10px;
  font-size: 50px;
}
.template-wrapper h2 {
  font-size: 20px;
  margin-top: 30px;
  border-left: 6px solid #0d6efd;
  padding-left: 10px;
}
.template-wrapper h3 {
  font-size: 16px;
}
.template-wrapper .template-item {
  cursor: pointer;
}
.template-wrapper .template-item .shadow {
  transition: all 0.5s;
}
.template-wrapper .template-item:hover .shadow {
  background-color: rgba(5, 110, 253, 0.74);
  color: #fff;
}
.template-wrapper .not-blank-template .rounded {
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
}
.template-wrapper .not-blank-template .rounded .floating-title {
  font-size: 16px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  background-color: rgba(5, 110, 253, 0.74);
  color: #fff;
  padding: 10px;
  z-index: 3;
}
.template-wrapper .not-blank-template .shadow {
  border: 1px solid #ececec;
  overflow: hidden;
}
.template-wrapper .not-blank-template i {
  transform: scale(1);
  transition: all 0.1s ease-out;
}
.template-wrapper .not-blank-template.active {
  color: #0d6efd;
}
.template-wrapper .not-blank-template.active i {
  transform: scale(1.15);
  transition: all 0.1s ease-in;
}
.fancybox__container {
  z-index: 999999;
}
.overlay-section {
  position: relative;
}
.overlay-section .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  background-color: rgba(43, 43, 43, 0.804);
  z-index: 1;
}
.overlay-section .floating-icon {
  position: absolute;
  justify-content: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  z-index: 2;
}
.overlay-section .floating-icon .float-item {
  cursor: pointer;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 5px 12px 5px 38px;
  position: relative;
  color: #0d6efd;
  transition: all 0.3s;
}
.overlay-section .floating-icon .float-item i {
  position: absolute;
  left: 10px;
  font-size: 20px;
}
.overlay-section .floating-icon .float-item:not(:first-child) {
  margin-left: 15px;
}
.overlay-section .floating-icon .float-item:hover {
  background-color: #0d6efd;
  color: #fff;
}
.overlay-section:hover .floating-icon {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.overlay-section:hover .overlay {
  opacity: 1;
}
.overlay-section .float-fadeIn-bottom {
  top: 80%;
}
.setting-drawer {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  width: 260px;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
  right: -16.25rem;
  border-left: 1px solid #ccc;
}
.setting-drawer.active {
  right: 0rem;
}
.setting-drawer .setting-link {
  position: absolute;
  transform: rotate(-90deg);
  left: -81px;
  top: 50%;
  background: #fff;
  padding: 10px 20px;
  border-top-left-radius: 15px;
  text-decoration: none;
  border-top-right-radius: 15px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #ccc;
}
.setting-drawer .setting-link i {
  margin-right: 5px;
}
.setting-drawer .drwaer-wrapper {
  padding: 10px 15px;
}
.setting-drawer .drwaer-wrapper .drawer-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.setting-drawer .drwaer-wrapper .toggle-block-wrap {
  margin: 30px 0 0;
}
.setting-drawer .drwaer-wrapper .toggle-block-wrap a {
  text-decoration: none;
}
.content-block-container {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}
.content-block-container:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.content-block-container.sortable-chosen,
.content-block-container.sortable-drag {
  background-color: #cfe9ff;
}
.content-block-container:hover {
  cursor: pointer;
}
.content-block-container:hover .overlay-helper {
  display: block;
}
.content-block-container .overlay-helper {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  display: none;
  opacity: 0.5;
}
.content-block-container .overlay-helper:hover {
  opacity: 1;
}
.content-block-container .overlay-helper .overlay-item input {
  width: 100px;
  border: 1px solid #ccc;
}
.content-block-container .overlay-helper .overlay-item input:focus {
  box-shadow: none;
}
.content-block-container .overlay-helper .overlay-item.delete-wrap {
  display: flex;
  padding-top: 28px;
}
.content-block-container .overlay-helper .overlay-item.delete-wrap .delete {
  background-color: red;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-radius: 0.375rem;
  cursor: pointer;
}
.content-block-container
  .overlay-helper
  .overlay-item.delete-wrap
  .delete:hover {
  background-color: #d60808;
}
.content-block-container.darkmode {
  background-color: #4f4f4f;
  color: #fff;
}
.content-block-container.darkmode .overlay-helper {
  color: #000;
}
.content-block-container .light-dark-wrap,
.content-block-container .show-hide-class-wrap {
  padding: 6px 0px 8px 52px;
}
.content-block-container .light-dark-wrap,
.content-block-container .show-hide-class-wrap {
  display: inline;
}
.page-builer {
  margin: 30px 0;
  position: relative;
  display: none;
}
.page-builer.active {
  display: block;
}
.page-builer .page-container {
  background-color: #708090;
  padding: 30px 0;
  text-align: center;
  border-radius: 5px;
}
.page-builer .page-container a {
  padding: 10px 20px;
  background-color: #fff;
  text-decoration: none;
  border-radius: 25px;
}
.page-builer .page-container a i {
  margin-right: 5px;
}
.content-block,
.header-block,
.footer-block,
.hero-block {
  cursor: pointer;
  margin: 0 0 60px;
  padding: 26px;
  border-radius: 10px;
  background-color: #f1f4fb;
  box-shadow: 0px 5px 11px 7px #dbdbdb;
}
.content-block h4,
.header-block h4,
.footer-block h4,
.hero-block h4 {
  font-size: 20px;
  margin-bottom: 20px;
}
.content-block:first-child,
.header-block:first-child,
.footer-block:first-child,
.hero-block:first-child {
  margin-top: 20px;
}
.side-nav {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 300px;
  max-width: 100%;
  background-color: #efefef;
  height: 100%;
  padding: 30px 20px 20px 10px;
  display: none;
  overflow: auto;
}
.side-nav .close-menu {
  position: absolute;
  right: 10px;
  top: 4px;
  cursor: pointer;
}
.side-nav ul li a {
  text-decoration: none;
}
.navbar-collapse.collapse ul li a {
  text-decoration: none;
}
.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-image .content-block-container {
  background-color: transparent;
}
.bg-image-position-center {
  background-position: center;
}
.hero-video-bg {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.hero-video-bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 200%;
}
.two-section-full-width .two-col-section {
  min-height: 520px;
  display: flex;
  align-items: center;
}
.two-section-full-width .two-col-section.left-side {
  justify-content: center;
}
.two-section-full-width .two-col-section.right-side {
  justify-content: center;
  border-top: 1px solid #8a8a8a;
}
.innerpage-hero {
  min-height: 300px;
}
.breadcrumb ul.breadcrumb-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.breadcrumb ul.breadcrumb-links li {
  display: inline-block;
}
.breadcrumb ul.breadcrumb-links li:not(:first-child) {
  margin-left: 10px;
}
.quote-section .quote-content {
  position: relative;
  padding-left: 40px;
}
.quote-section .quote-content img {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
}
.hero-wrap-section {
  display: none;
}
.line-top {
  border-top: 1px solid #7c7c7c;
}
.line-bottom {
  border-bottom: 1px solid #7c7c7c;
}
#canvas-img img {
  max-width: 100%;
}

#containerDiv img {
  max-width: 100%;
  width: 100%;
}
.modal-body .overlay-helper {
  display: none !important;
}
#header-8 .nav-link.btn-primary {
  background-color: #0d6efd;
}
#header-8 .nav-link.btn-primary:hover {
  background-color: #3800bb;
}
#footer-5 p {
  font-size: 12px;
}
.min-hght-500 {
  min-height: 500px;
}
.border-1 {
  border: 1px solid #000;
}
.codeDef {
  display: none;
}
@media (min-width: 567px) {
  .two-section-full-width .content-wrap {
    max-width: 513px;
  }
}
@media (min-width: 768px) {
  .two-section-full-width .content-wrap {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .two-section-full-width .content-wrap {
    width: 457px;
  }
  .two-section-full-width .content-wrap.left {
    padding-right: 50px;
  }
  .two-section-full-width .content-wrap.right {
    padding-left: 50px;
  }
  .two-section-full-width .two-col-section.left-side {
    justify-content: end;
  }
  .two-section-full-width .two-col-section.right-side {
    justify-content: start;
    border-top: 0;
  }
}
@media (min-width: 1200px) {
  .two-section-full-width .content-wrap {
    width: 547px;
  }
}
@media (min-width: 1400px) {
  .two-section-full-width .content-wrap {
    width: 630px;
  }
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  img.brand-logo {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .navbar-collapse.collapse ul li:not(:last-child) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
  }
  .two-section-full-width .two-col-section.left-side {
    justify-content: center;
  }
  .two-section-full-width .two-col-section.right-side {
    justify-content: center;
    border-top: 1px solid #8a8a8a;
  }
  #footer-2.footer-wrap-section .trust-wrapper-section {
    justify-content: center !important;
  }
  #footer-3.footer-wrap-section .trust-wrapper-section {
    justify-content: center !important;
  }
  #footer-5.footer-wrap-section .trust-wrapper-section {
    justify-content: start !important;
  }
  #footer-7.footer-wrap-section .trust-wrapper-section {
    justify-content: center !important;
  }
  #footer-10.footer-wrap-section .trust-wrapper-section {
    justify-content: center !important;
  }
  #footer-11.footer-wrap-section .trust-wrapper-section {
    justify-content: center !important;
  }
}
@media (max-width: 400px) {
  img.brand-logo {
    max-width: 130px;
  }
}
body {
  font-family: "Open Sans", sans-serif;
}
/*  GlobalOptoutLinks link block css --- Start   */

.GlobaloptoutLinks {
  margin-top: 15px;
}

.GlobaloptoutLinks ul {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}

.GlobaloptoutLinks ul li {
  display: inline-block;
}

.GlobaloptoutLinks li:not(:last-child) {
  margin-right: 16px;
}

.GlobaloptoutLinks ul li a {
  font-size: 12px;
  font-weight: bold;
  font-family: inherit;
  text-decoration: none;
  color: #336699;
}

@media screen and (max-width: 767px) {
  .GlobaloptoutLinks ul li {
    display: block;
  }

  .GlobaloptoutLinks li:not(:last-child) {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .GlobaloptoutLinks ul li {
    display: block !important;
  }
}
