/* slider  */
.slider {
  margin: 0 auto;
  max-width: 940px;
}

.slide_viewer {
  height: 340px;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}

.bg-gradient {
  background: linear-gradient(280deg, #4aa23c, #2f4891);
}

.slide:first-child {
  display: block;
}

.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

a.slide_btn {
  color: #212121;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slide_btn.active,
.slide_btn:hover {
  color: #db2020;
  cursor: pointer;
}

.directional_nav {
  height: 340px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: -340px;
}

.previous_btn {
  bottom: 0;
  left: 5px;
  margin: auto;
  position: absolute;
  top: 0;
}

.next_btn {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}

.previous_btn,
.next_btn {
  cursor: pointer;
  height: 25px;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  width: 65px;
}

.previous_btn:hover,
.next_btn:hover {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .previous_btn {
    left: 50px;
  }

  .next_btn {
    right: 50px;
  }
}

/* end slider  */
.floating-container1 {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  left: -350px;
  margin: 380px;

}

.floating-button1 {
  font-size: 15px;
  top: 74px;
  width: 63px;
  /* left: 0px; */
  height: 63px;
  background: #ffffffd8;
  line-height: 50px;
  color: var(--thm-white);
  /* border-radius: 6px; */
  margin-bottom: 0px;
  border-radius: 6px;
  /* width: 63px; */
}

.floating-button1.open {
  left: 5px;
}

.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 45px 25px;
}

.floating-container:hover {
  height: 200px;
}

.floating-container:hover .floating-button {
  box-shadow: 0 5px 10px #f1f110;
  -webkit-transform: translatey(5px);
  transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
  animation: come-in 0.4s forwards 0.2s;
}

.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
  animation: come-in 0.4s forwards 0.4s;
}

.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
  animation: come-in 0.4s forwards 0.6s;
}

.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #EDD589;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 75px;
  text-align: center;
  font-size: 23px;
  z-index: 60;
  box-shadow: 0 5px 10px -2px #EED589;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
}

.floating-container .float-element .material-icons {
  /* vertical-align: middle; */
  font-size: 16px;
}

.floating-container .float-element:nth-child(1) {
  background: #42A5F5;
  box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}

.floating-container .float-element:nth-child(2) {
  background: #4CAF50;
  box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}

.floating-container .float-element:nth-child(3) {
  background: #FF9800;
  box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}

.icon-bar {
  position: fixed;
  top: 25%;
  -webkit-transform: translateY(-50%);
  /* -ms-transform: translateY(-50%); */
  transform: translateY(-50%);
}

.whats-float {
  position: fixed;
  transform: translate(108px, 0px);
  top: 72%;
  right: 0;
  width: 150px;
  overflow: hidden;
  background-color: #25d366;
  color: #FFF;
  border-radius: 20px 0 0 2px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle
}

.whats-float a span {
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;

}

.whats-float:hover {
  color: #FFFFFF;
  transform: translate(0px, 0px);
}

.whats-float:hover i {
  transform: rotate(360deg);
}

.whats-float1 {
  position: fixed;
  transform: translate(108px, 0px);
  top: 80%;
  right: 0;
  width: 150px;
  overflow: hidden;
  background-color: #CE1500;
  color: #FFF;
  border-radius: 2px 0 0 2px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle
}

.whats-float1 a span {
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float1 i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;

}

.whats-float1:hover {
  color: #FFFFFF;
  transform: translate(0px, 0px);
}

.whats-float1:hover i {
  transform: rotate(360deg);
}

.whats-float2 {
  position: fixed;
  transform: translate(108px, 0px);
  top: 87%;
  right: 0;
  width: 150px;
  overflow: hidden;
  background-color: #15b1e0;
  color: #FFF;
  border-radius: 2px 0 0 20px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle
}

.whats-float2 a span {
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float2 i {
  font-size: 25px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;

}

.whats-float2:hover {
  color: #FFFFFF;
  transform: translate(0px, 0px);
}

.whats-float2:hover i {
  transform: rotate(360deg);
}

.floating-container {
  position: fixed;
  top: auto;
  bottom: 0;
}

.fixed {
  position: fixed;
}

.float-container {
  position: fixed;
}

#floating-button {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #4aa23c;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(37, 37, 37, 0.733);
}



#container-floating {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 30px;
  right: 30px;
  z-index: 50px;
}

#container-floating:hover {
  height: 400px;
  width: 90px;
  padding: 30px;
}


.phone:hover {
  animation-fill-mode: forwards;
  animation: plus-in 0.10s linear;
}

.edit {
  position: absolute;
  top: 0;
  display: block;
  bottom: 0;
  left: 0;
  display: block;
  right: 0;
  padding: 0;
  opacity: 0;
  margin: auto;
  line-height: 65px;
  transform: rotateZ(-70deg);
  transition: all 0.3s;
  animation: edit-out 0.3s;
}

#container-floating:hover .edit {
  animation: edit-in 0.2s;
  animation-delay: 0.1s;
  animation-fill-mode: forwards;
}

@keyframes edit-in {
  from {
    opacity: 0;
    transform: rotateZ(-70deg);
  }

  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

@keyframes edit-out {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }

  to {
    opacity: 0;
    transform: rotateZ(-70deg);
  }
}

@keyframes plus-in {
  from {
    opacity: 1;
    transform: rotateZ(0deg);
  }

  to {
    opacity: 0;
    transform: rotateZ(180deg);
  }
}

@keyframes plus-out {
  from {
    opacity: 0;
    transform: rotateZ(180deg);
  }

  to {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}

.nds {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: fixed;
  z-index: 300;
  transform: scale(0);
  cursor: pointer;
}

.nd1 {
  background: #109ec9;
  right: 40px;
  bottom: 100px;
  animation-delay: 0.2s;
  animation: bounce-out-nds 0.3s linear;
  animation-fill-mode: forwards;
}

.nd3 {
  /*background: #3c80f6;*/
  background: #4DC55A;
  right: 40px;
  bottom: 160px;
  animation-delay: 0.15s;
  animation: bounce-out-nds 0.15s linear;
  animation-fill-mode: forwards;
}

#container-floating:hover .plus {
  animation: plus-in 0.15s linear;
  animation-fill-mode: forwards;
}



@keyframes bounce-nds {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes bounce-out-nds {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(0);
  }
}

#container-floating:hover .nds {

  animation: bounce-nds 0.1s linear;
  animation-fill-mode: forwards;
}

#container-floating:hover .nd3 {
  animation-delay: 0.08s;
}

.centerize-col {
  float: none !important;
  margin-left: auto;
  margin-right: auto
}

.footer {
  font-size: 16px
}

.footer-main {
  padding: 60px 0;
  background-color: #f5f5f5;
  position: relative
}

.footer .widget-title {
  position: relative;
  line-height: 1.4;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #1d2124;
  font-family: 'Poppins',
    sans-serif;
  margin-top: 11px;
  font-size: 14px
}

.footer .widget-text p {
  color: #9e9e9e;
  font-size: 14px
}

.footer .widget-links {
  font-family: 'Poppins',
    sans-serif;
}

.footer .widget-links li {
  margin-bottom: 10px;
  list-style: none;
  color: #9e9e9e;
  font-size: 14px
}

.footer .widget-links li i {
  color: #9e9e9e;
  padding-right: 10px
}

.footer .widget-links a {
  color: #9e9e9e
}

.footer .widget-links a:hover {
  color: #ff9800;
  text-decoration: none
}

.footer-copyright {
  position: relative;
  padding: 35px 0 10px;
  background-color: #4aa23c;
}

.copy-right {
  margin-top: 35px;
  color: #ffffff;
  font-size: 18px
}

.footer-shadow {
  position: absolute;
  top: -20px;
  /* Adjust to match the height of the shadow */
  left: 0;
  width: 100%;
}

.copy-right .icon {
  color: #ff9800;
  margin-right: 5px
}

.footer-copyright ul.social-media {
  float: right;
  display: block;
  margin-bottom: 0;
  margin-top: 5px
}

.footer-copyright ul.social-media li {
  display: inline-block;
  margin-right: 20px
}

.footer-copyright ul.social-media li:last-child {
  margin-right: 0
}

.footer-copyright ul.social-media li a {
  font-size: 20px;
  display: inline-block;
  color: #fff
}

.footer-copyright ul.social-media li a:hover {
  color: #ff9800
}

.footer-copyright ul.corporate.social-media li a:hover {
  color: #50c9c3
}

.footer-copyright ul.video.social-media li a:hover {
  color: #56ab2f
}

.footer-copyright ul.agency.social-media li a:hover {
  color: #f6cd61
}

.footer-copyright ul.studio.social-media li a:hover {
  color: #7f00ff
}

.footer-copyright ul.parallax.social-media li a:hover {
  color: #50c9c3
}

.footer-copyright ul.business.social-media li a:hover {
  color: #50c9c3
}

.footer-copyright ul.creative.social-media li a:hover {
  color: #50c9c3
}

.footer-copyright ul.digital.social-media li a:hover {
  color: #50c9c3
}

.footer-copyright ul.crypto.social-media li a:hover {
  color: #50c9c3
}

.footer-logo img {
  filter: brightness(0) invert(1);
  width: auto;
  height: 100px
}

.heading-sections {
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 40px;
  text-transform: capitalize;
}

.paragraph-text {
  color: #020202c4;
}

.logo img {
  max-height: 45px;
}

table {
  font-family: 'Poppins',
    sans-serif;
  border-collapse: collapse;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  overflow-x: auto;
}

.border-table {
  border-radius: 4px;
  border: 2px solid #dddddd !important
}

.border-table-white {
  border: 2px solid rgb(226, 226, 226) !important;
}

th,
td {
  text-align: center;
  padding: 12px;
}

th {
  background-color: #D1A83C;
  color: white;
}

tr:nth-child(odd) {
  background-color: #f1efef;
}

td:first-child {
  text-align: left;
  font-weight: bold;
}

td span {
  font-size: 12px;
  font-weight: normal;
}

tfoot td {
  background-color: #D1A83C;
  color: white;
  font-weight: bold;
}

.table-font {
  color: #212121;
  font-weight: 600;
  font-size: 16px;
}

@media only screen and (max-width: 600px) {

  th,
  td {
    font-size: 14px;
    padding: 8px;
  }
}

@media only screen and (max-width: 480px) {

  th,
  td {
    font-size: 14px;
    padding: 8px;
  }
}

.sitemap-image {
  position: relative;
  display: inline-block;
}

.sitemap-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.sitemap-image:hover img {
  transform: scale(1.1);
  /* transform-origin: 0 0; */
  transition: transform 0.2s ease-in-out;
  z-index: 0;
}