/*
Generat Settings
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

html,
body {
  overflow-x: hidden;
  width: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

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

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

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

a img.alignnone {
  margin: 5px 20px 20px 0;
}

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

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.gallery-caption {
  position: relative;
}
.bypostauthor {
  position: relative;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

table {
  width: 100%;
}
.widgets_grid_box .widget_categories ul:before,
.widgets_grid_box .widget_meta ul:before,
.widgets_grid_box .widget_archive ul:before {
  clear: both;
  content: "";
  overflow: auto;
}

.widgets_grid_box ul ul.children {
  padding: 0px 0px 0px 5px !important;
  border-radius: 0px;
  border: 0px !important;
}

.widgets_grid_box .widget_categories ul li,
.widgets_grid_box .widget_archive ul li {
  text-align: right;
}

.widgets_grid_box .widget_categories ul li a,
.widgets_grid_box .widget_archive ul li a {
  float: left;
}
.post-password-form label {
  width: 100%;
}
input[type="password"] {
  width: 100%;
}
.wp-block-button {
  margin-bottom: 15px;
}
.has-background-dim,
.has-background-dim p {
  color: #fff;
}

.col-lg-12.padding_zero {
  padding: 0px;
}
.sec_comments .col-lg-12 {
  padding: 0px;
}

.service_wrapper .move_image_absolute {
  display: block !important;
}

.service_post .card-content .card-heading {
  text-align: center;
  font-size: 26px;
  margin-top: 30px;
  margin-bottom: 4px;
}

.project_post.style_one .project_caro_content h2 a {
  font-size: 17px !important;
}

@media only screen and (max-width: 1024px) {

  .banner-item .subtitle{
    margin-left: 49px;
  }

  .banner-item .title{
    margin-left: 49px;
  }
  .page_header_default {
    padding: 70px 0px 43px !important;
  }
  .pd_bottom_50 {
    padding-bottom: 8px !important;
  }
  .title_all_box.style_one.light_color h2 {
    font-size: 24px !important;
  }
  .news_box.style_seven .content_box h2 a {
    margin-bottom: 6px !important;
  }
  .slider.style_four .slide-item-content .slider_content h1 {
    font-size: 53px !important;
  }
  .pd_top_100 {
    padding-top: 41px !important;
  }
  .pd_top_100 {
    padding-top: 41px !important;
  }
}

@media only screen and (max-width: 991px) {

  .disclaimer-area {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

  .about-img {
    height: 286px !important;
  }
  ul#myNavbar {
    display: block !important;
  }
  ul#myNavbar {
    /* display: none !important; */
    display: block !important;
  }
  .title_all_box.style_one .title_sections h2{
    font-size: 29px;
  }
  .why_choose .about-img {
    height: 300px !important;
}
.title_all_box.style_one .title_sections h2{
  font-size: 27px !important;
}
.title_all_box.style_three .title_sections h2{
  font-size: 35px !important;
}
.process_box.style_one.dark_color.mt-3 {
  margin-top: 33px !important;
}
.title_all_box.style_one .title_sections p, .title_all_box.style_two .title_sections p{
  line-height: 22px !important;
}
}

@media only screen and (max-width: 1199px) {

  .header .navbar_togglers, .sticky_header_main .navbar_togglers{
    display: none !important;
  }
  header .header_content_collapse, .default_sickty_heaad .header_content_collapse {
    display: table !important;
    width: 100% !important;
    display: flex !important;
    justify-content: end !important;
    align-items: center !important;
}
  .footer_copy_content p{
    font-size: 14px;
  }
  .title_all_box.style_one .title_sections h2 {
    font-size: 28px !important;
  }
  .why_choose .about-img {
    height: 750px !important;
}
  .title_all_box.style_one .title_sections h2{
    font-size: 28px;
    line-height: 24px;
  }
  .title_all_box.style_one .title_sections p, .title_all_box.style_two .title_sections p {
    font-size: 16px !important;
    line-height: 20px !important;
    padding: 0px 0px 10px 0px !important;
}
  /* .header_content_collapse{
    display: flex !important;
  } */
  .page_wapper #wrapper_full {
    margin-bottom: 18px !important;
  }
  .pd_bottom_30 {
    padding-bottom: -9px !important;
  }

  .pd_bottom_30 {
    padding-bottom: -2px !important;
  }
  .service_post .card-content .card-heading {
    text-align: center !important;
    margin: 10px 0 !important;
    font-size: 20px;
  }
  .service_post .card-subheading {
    font-size: 14px !important;
  }

  .news_box.style_seven .content_box h2 a {
    font-size: 17px !important;
  }
}

@media only screen and (max-width: 768px) {

  .disclaimer-area {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
  .title_all_box.style_three .title_sections h2 {
    font-size: 33px !important;
  }
  .move_image_absolute img {
    margin-top: 100px !important;
  }

  .move_image_absolute img {
    margin-top: 27px !important;
  }
}

@media only screen and (max-width: 767px) {

  .marquee {
    width: 87vw;
    height: 40vh;
  }
  .footer_copy_content p{
    font-size: 11px;
  }
  .image {
    height: 330px !important;
    object-fit: cover;
}
  .footer_copy_content p {
    margin-bottom: 41px !important;
  }

  .pd_bottom_25 {
    padding-bottom: 7px !important;
  }

  .pd_top_80 {
    padding-top: 41px !important;
  }

  .service_wrapper .move_image_absolute {
    display: flex !important;
    max-width: 534px !important;
    margin-top: 54px !important;
  }

  
}

a.footer-link:hover {
  color: #fff !important;
}

.move_image_absolute img {
  height: 100%;
  width: 100% !important;
  object-fit: cover !important;
}

.service_wrapper .move_image_absolute {
  display: block !important;

  box-shadow: 0px 20px 20px #00000033;
}
.service_wrapper .move_image_absolute {
  height: 496px !important;
}

.pd_top_70 {
  padding-top: 0px !important;
}

.sticky-left-container {
  padding: 3px;
  margin: 0px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: auto;
  z-index: 9;
  right: auto;
  width: 100%;
  background-color: #ffffff87;
}

.sticky-left-container .sticky-left {
  margin-bottom: 0;
}
ul.sticky-left {
  display: flex;
}
ul.sticky-left {
  display: flex;
  justify-content: center;
}

.sticky-left li {
  list-style-type: none;
  background-color: none;
  color: #efefef;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border-right: 1px solid #000;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  display: flex;
  justify-content: center;
  border-right: 1px solid #f3ebd5;
}

.sticky-left-container .sticky-left li img {
  width: 32px;
  height: 32px;
}

.sticky-left li img {
  float: right;
  margin: 10px 8px;
  margin-left: 19px;
}
.sticky-left-container .sticky-left {
  margin-bottom: 0;
}
.sticky-left li:nth-child(3) {
  border: none;
}

@media only screen and (min-width: 768px) {
  .sticky-left-container {
    display: none;
  }
}

a.contact-list {
  color: #000000bf !important;
}

@media screen and (max-width: 575px) {

  .footer-para {
    margin-top: 37px !important;
}
  p.copyright-text.m-0 {
    line-height: 1.4rem;
}
  .why_choose .about-img{
    height: 171px !important;
  }
  .dropdown-item.nav-link span {
    font-size: 14px !important;
    font-weight: 600 !important;
  }
}
p.disclaimer {
  margin-top: 100px;
  margin-bottom: 100px;
}

span.unique-para {
  color: #282f3b;
  font-weight: bold;
}

img.logo-img {
  width: 100% !important;
  height: 100% !important;
  
}

div#logos-img {
  width: 137px !important;
}

h3.privacy-content {


  text-align: center !important;
}

h4.privacy-content-title {
  /* text-decoration: auto !important; */
  border-bottom: 1px solid #00000059;
  margin-bottom: 10px;
  padding-bottom: 13px;
  margin-top:30px;
}

.privacy-new-content {
  margin-top: 100px;
  margin-bottom: 100px;
}
a.privacy-policy-link {
  color: #1c2a4a;
}

a.privacy-policy-link:hover {
  color: #000000ab !important;
}

p.privacy-content-para-new {
  margin-top: 20px;
  font-weight: bold;
  font-size: 17px;
}

li.privacy-content-list {
  line-height: 2rem;
  text-transform: capitalize;
}
p.footer-area {
  color: #fff;
  font-size: 12px !important;
  line-height: 1.4rem;
}
.disclaimer-area {
  margin-top: 100px;
  margin-bottom: 100px;
}
h3.disclaimer-new-tilte {
  font-size: 22px;
  margin-bottom: 9px;
}

@media screen and (max-width: 414px) {

  .disclaimer-area {
    margin-top: 30px;
    margin-bottom: 30px;
}
  .marquee-content li{
    height: 12vh !important
  }
}

span.ctc_cta.chat-content {
  padding-left: 10px;
}

span.call-icon:hover {
  animation: shake 0.3s;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.ht_ctc_style .ht_ctc_chat_style:hover {
  animation: pulse 2s infinite;
}

@keyframes pulse {
 0% {
   box-shadow: 0 0 0 0 rgba(3, 168, 124,.4);
 }
 70% {
     box-shadow: 0 0 0 15px rgba(3, 168, 124, 0);
 }
 100% {
     box-shadow: 0 0 0 0 rgba(3, 168, 124, 0);
 }
}

.pulse-ani {  
  position: relative;
  z-index: 2;
}

.pulse-ani:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 1px solid #4a4e56;
  width: 50%;
  height: 50%;
  border-radius: 40px;
  z-index: 8;
  animation: pulse2 1.5s linear infinite;
  opacity: 0;
}

.pulse-ani:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  border: 1px solid #4a4e56;
  width: 50%;
  height: 50%;
  border-radius: 40px;
  z-index: 8;
  animation: pulse2 2s linear infinite;
  opacity: 0;
}


@keyframes pulse {
  100%{
    opacity: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 61px;
  } 
}

@keyframes pulse2 {
  100%{
    opacity: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 61px;
  } 
}

.popup__content {
  width: 80%;
  overflow:auto;
  padding: 50px;
  background: white;
  color: black;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
  .close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 20px;
    display: block;
    span {
      cursor: pointer;
      position: fixed;
      width: 20px;
      height: 3px;
      background: #099ccc;
      &:nth-child(1) {
        transform: rotate(45deg);
      }
      &:nth-child(2) {
        transform: rotate(135deg);
      }
    }
  }
  img.class-fluid {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img-new {
  width: 100%;
  height: 559px;
  box-shadow: 15px 15px 0px #f0f3f9;
}

/* .banner-item:after{
  background: #00000040;
    z-index: -1;
} */


.banner1::before{
  background-color: #000;
}

.banner1::after{
  background-color: #000;
}

.banner-item::before {
  background-color: rgba(0, 13, 22, .45) !important;
}
#whatsapp-chat {
  box-sizing: border-box !important;
  outline: none !important;
  position: fixed;
  width: 350px;
  border-radius: 10px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
  bottom: 90px;
  left: 30px;
  overflow: hidden;
  z-index: 99;
  animation-name: showchat;
  animation-duration: 1s;
  transform: scale(1);
}

a.blantershow-chat {
  /*   background: #009688; */
  background:#1c2a4a;
  color: #fff;
  padding: 18px 37px;
  position: fixed;
  display: flex;
  font-weight: 400;
  justify-content: space-between;
  z-index: 98;
  bottom: 25px;
  left: 30px;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

a.blantershow-chat svg {
  transform: scale(1.2);
  margin: 0 10px 0 0;
}

.whatsapp-chat-header {
  background: #009688;
  background: #095e54;
  color: #fff;
  padding: 20px;
   
  & h3 {
    margin: 0 0 10px;
  }
  
  & p {
    font-size: 14px;
    line-height: 1.7;
    margin: -10px;
  }
  
  .whatsapp-chat-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
  }
}

.whatsapp-chat-avatar {
  position: relative;
  &::after {
      content: "";
    bottom: 0px;
    right: 0px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    background-color: #4ad504;
    display: block;
    position: relative;
    z-index: 1;
    border-radius: 50%;
    border: 2px solid #095e54;
    left: 40px;
    top: 38px;
  }
  
  img {
    border-radius: 100%;
    width: 50px;
    float: left;
    margin: 0 10px 0 0;
    
  }
}


.info-chat span {
  display: block;
}
#get-label,
span.chat-label {
  font-size: 12px;
  color: #888;
}
#get-nama,
span.chat-nama {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
#get-label,
#get-nama {
  color: #fff;
}
span.my-number {
  display: none;
}
/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 20px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
  width: 30px;
  font-weight: 700;
  padding: 10px 10px 0;
  background:#eee;
  border-radius: 10px;
  
  svg {
    fill:#a6a6a6;
    height: 24px;
    width: 24px;
  }
}

.first-msg {
  background: transparent;
  padding: 30px;
  text-align: center;
  & span {
    background: #e2e2e2;
    color: #333;
    font-size: 14.2px;
    line-height: 1.7;
    border-radius: 10px;
    padding: 15px 20px;
    display: inline-block;
  }
}

.start-chat .blanter-msg {
  display: flex;
}
#get-number {
  display: none;
}
a.close-chat {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #1c2a4a;
  font-size: 30px;

}

@keyframes ZpjSY{
  0% {
    background-color: rgb(182, 181, 186);
  }
  15% {
    background-color: rgb(17, 17, 17);
  }
  25% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes hPhMsj {
  15% {
    background-color: rgb(182, 181, 186);
  }
  25% {
    background-color: rgb(17, 17, 17);
  }
  35% {
    background-color: rgb(182, 181, 186);
  }
}

@keyframes iUMejp {
  25% {
    background-color: rgb(182, 181, 186);
  }
  35% {
    background-color: rgb(17, 17, 17);
  }
  45% {
    background-color: rgb(182, 181, 186);
  }
}


@keyframes showhide {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
}
@keyframes showchat {
  from {
    transform: scale(0);
    opacity: 0;
  }
}
@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}

.whatsapp-message-container {
  display: flex;
  z-index: 1;
}

.whatsapp-message {
  padding: 7px 14px 6px;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 8px 8px;
  position: relative;
  transition: all 0.3s ease 0s;
  opacity: 0;
  transform-origin: center top 0px;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
  margin-top: 4px;
  margin-left: -54px;
  max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
  padding: 20px 20px 20px 10px;
  background-color: rgb(230, 221, 212);
  position: relative;
  &::before {
    display: block;
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
    background-image: url(https://res.cloudinary.com/eventbree/image/upload/v1575782560/Widgets/whatsappbg_opt.jpg);
  }
}

.dAbFpq {
  display: flex;
  z-index: 1;
}

.eJJEeC {
  background-color: rgb(255, 255, 255);
  width: 52.5px;
  height: 32px;
  border-radius: 16px;
  display: flex;
  -moz-box-pack: center;
  justify-content: center;
  -moz-box-align: center;
  align-items: center;
  margin-left: 10px;
  opacity: 0;
  transition: all 0.1s ease 0s;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {

    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
    &::before {
    position: absolute;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    top: 0px;
    left: -12px;
    width: 12px;
    height: 19px;
}
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: 
    rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

.footer-box {
  background-color: #fff;
  padding: 40px;
}
img.footer-new-logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-content {
  text-align-last: center;
  
}

i.fa.fa-phone {
  padding-right: 11px;
  padding-top: 4px;
  font-size:24px;
  animation: shake 1.9s !important;
  animation-iteration-count: infinite !important;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
span.call {
  font-size: 18px;
  font-weight: bold;
  animation: shake 0.5s !important;

}

a.blantershow-chat:hover {
  color: #fff;
}


p.company-logo-name {
  text-align: center;
  font-size: 18px;
  margin-bottom: 10px;
  margin-left: -115px;
  margin-top: 10px;
  color: #293757;
  font-weight: bold;
}

a.footer-box-link {
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
  margin-left: -86px;
  margin-top: -5px;
  color: #293757;
}
.footer-logo {
  width: 70px;
  height: 70px;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: relative;
  text-align: center;
}
.footer-logo:after {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  content: '';
  overflow: hidden;
}
.footer-content {
  text-align-last: center;
  margin-bottom: 40px;
  margin-left: 90px;
}

span.contact-no {
  font-size: 16px;
}

i#new-contact {
  font-size: 20px;
  animation: none !important;
}