/*
Theme Name: ABFX- Theme
Template: maintheme
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

a:hover {
  text-decoration: none !important;
}

a,
a:hover,
a:active,
a:focus,
a:visited {
  outline: 0 !important;
}

@media screen and (min-width: 48em) {
  .navigation-top .wrap {
  }
}

/* .wp-megamenu-sub-menu {
	margin-top: 22px !important; 
} */

.top-header {
  background-color: black;
  font-size: 12px;
  margin: 0 0px 55px 0px;
  padding: 15px 0 20px 0;
}

.top-header ul {
  list-style: none;
}

.text-white {
  color: white !important;
}

@media screen and (min-width: 48em) {
  .page:not(.home) #content {
    padding: 4em !important;
  }
}

.margin-down {
  margin-bottom: -24px;
}

/* -------------- custom button style -----------------*/

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #0ea0de;
}

/* button border green */

.btn-green-border,
.btn-green-border:hover,
.btn-green-border:active {
  border: 3px solid #28a745;
  background: transparent;
  color: #000;
  font-weight: 500;
}

/* animated button */

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.btn-alng {
  width: 12rem;
  height: auto;
}

button.btn-alng .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}

button.btn-alng .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.btn-alng .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.btn-alng .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

button.btn-alng .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #fff;
  -webkit-transform: translate(1rem, 0);
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}

/*--------------- end --------------------------*/
#nav-bar-custom {
  background-color: #0e0e0e59;
  padding: 10px 10px;
  position: fixed;
  z-index: 9999;
}

/* socila icons */

.custom-social {
  color: white !important;
  font-weight: 500;
  font-size: 14px;
}

.social {
  margin: 0 auto;
  width: 500px;
  text-align: center;
}

.social-icons {
  padding: 0px 15px;
}

a.link {
  color: inherit;
}

/* menu style animation */

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 35px;
  position: absolute;
  top: 49%;
  left: 0;
  transform: translateY(-50%);
}

.menu span {
  transition: all 450ms cubic-bezier(0.4, 0.25, 0.3, 1.3);
  width: 170px;
  height: 40px;
  position: absolute;
  top: 10;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ece6ff;
  cursor: pointer;
  overflow: hidden;
  background-color: #17171700;
}

.menu span span {
  transition: all 400ms cubic-bezier(0.4, 0.25, 0.3, 1.3) 100ms;
  position: absolute;
  top: 44%;
  left: 50%;
  font-weight: 600;
  vertical-align: middle;
}

.menu span span:first-of-type {
  font-size: 14px;
  transform: translate(-50%, -50%);
}

.menu span span:last-of-type {
  transform: translate(-50%, 50%);
  text-transform: uppercase;
}

.menu span:hover {
  width: 170px;
  border-radius: 0;
}

.menu span:hover span:first-of-type {
  transform: translate(-50%, -150%);
}

.menu span:hover span:last-of-type {
  transform: translate(-50%, -50%);
}

.menu span span.offset-1 {
  margin-top: -1px;
}

.menu span span.offset-3 {
  margin-top: -3px;
}

.menu span span.offset-10 {
  margin-top: -10px;
}

/*select country */

.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn {
  color: #fff;
  font-size: 11px;
  padding: 0px 8px;
  font-weight: 500;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #54595f;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 3px;
  margin-left: -10px;
  width: 51%;
}
.dropdown-content a {
  color: white;
  padding: 19px 24px;
  text-decoration: none;
  display: block;
  font-size: 11px;
  border: none;
  font-family: sans-serif;
  /* padding-top: 10px; */
}

.dropdown-content a:hover {
  background-color: #37bffa;
  color: #fff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.country-custom {
  width: 22%;
}

.contact-custom {
  color: silver;
  padding: 3px;
}

/* side bar - menu */

.fixed-sidebar {
  height: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  background-color: black;
  padding-top: 20px;
  border-right: 1px solid #4444445e;
  padding-top: 76px;
  width: 110px;
  overflow-y: auto;
  -ms-overflow-style:none; 
  scrollbar-width: none;
}
.menu1-container {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.menu1 a,
.menu1 a:link,
.menu1 a:visited,
.menu1 a:focus,
span {
  text-decoration: none;
}
.menu1 a:hover {
  color: white !important;
  text-decoration: none;
}
.menu1 > li {
  display: block;
  text-align: center;
  margin-left: -4px;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #4444445e;
  padding-top: 16px;
  font-family: "Arial", sans-serif;
  font-size: 14px !important;
}
.menu1 > li > a {
  padding: 20px 17px;
  display: block;
}
.menu1 > li:hover > a {
}
.menu1 > li:hover {
  border-right: 2px solid #ffffffb5;
  color: white !important;
  font-size: 14px !important;
}
/* Megadrop width dropdown */
.menu1 > li > .megadrop {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  list-style: none;
  top: 0px;
  left: 110px;
  width: 600px;
  height: 100%;
  text-align: left;
  margin-top: 30px;
   visibility: hidden;
    pointer-events: none; 
    transition: opacity 0.3s ease, visibility 0.3s ease, margin-top 0.3s ease;
  padding: 0;
  z-index: 9999!important;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  background-color: #000;
  padding-left: 35px;
}
.menu1 > li:hover .megadrop {
  opacity: 1;
  visibility: visible;
   pointer-events: auto;  
  margin-top: 0px;
}
.menu1 ul li:hover:after {
  color: #227087;
}
.menu1 .col {
  width: 14.1%;
  float: left;
  color: white;
  margin: 0 0 0 2.2%;
}
.menu1 .col ul {
  padding: 0;
  margin: 0;
}
.menu1 .col ul li {
  padding: 0;
  list-style: none;
  font-size: 11px;
}
.menu1 .col h3 {
  font-size: 16px;
  padding: 20px 0;
  font-weight: bold;
  margin: 5px 0 5px 0;
  color: #37bffa;
  font-family: "Arial", Sans-serif;
}
.menu1 .col ul li a {
  display: block;
  padding: 0 0 15px 0;
  color: #cccccccf !important;
  font-size: 12px;
  font-family: "Arial", sans-serif !important;
}
.menu1 .col ul li a:hover {
  color: white !important;
  text-decoration: underline;
  font-family: "Arial", sans-serif !important;
}
.menu1 > li > ul li ul,
.menu1 li > ul li,
.menu1 > li > .megadrop,
.menu1 > li > ul,
.menu1 > li {
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-outs;
}
.menu-label {
  color: #bdbdbd !important;
  line-height: 25px;
}
.custom-menu-line {
  color: white;
}
.custom-button-live {
  padding: 10px 50px;
  background-color: #37bffa;
  border: 1px solid #37bffa;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 500;
}
.custom-button-live:hover {
  padding: 10px 50px;
  border: 1px solid #37bffa;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 500;
}
.custom-button-demo {
  padding: 10px 50px;
  background-color: #068247;
  border: 1px solid #068247;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 500;
}
.custom-button-demo:hover {
  padding: 10px 50px;
  border: 1px solid #068247;
  color: #fff;
  font-size: 15px;
  cursor: pointer;
  border-radius: 5px;
  font-weight: 500;
}

/* footer menu */

/*--------footer-area start --------*/
.footer-area {
  padding-left: 50px;
  background-image: url(../../uploads/2018/03/footer_map.png);
  background-repeat: repeat-x;
  background-position: center;
  background-color: #151414;
}
.footer-top {
  padding: 100px 0px 5px;
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-widget h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 45px;
  color: #fff;
}
.footer-logo p {
  margin: 40px 0;
  color: #ffffffb0;
  font-size: 14px;
}
.footer-logo form {
  position: relative;
}
.footer-logo input {
  width: 100%;
  height: 45px;
  border: none;
  border-radius: 5px;
  padding: 0px 110px 0px 10px;
}
.footer-logo button {
  position: absolute;
  right: 3px;
  top: 5%;
  height: 90%;
  width: 105px;
  background: #ff7700;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  border: none;
  border-radius: 5px;
}
.footer-menu ul li {
  line-height: 30px;
}
.footer-menu ul li a {
  display: inline-block;
  color: #ffffffb0;
  font-size: 14px;
}
.footer-menu ul li a:hover {
  display: inline-block;
  color: #ffffffb0;
  font-size: 14px;
}
.footer-menu ul li:hover a {
  color: #f8f9fa;
  font-size: 14px;
}
.footer-menu ul li a i {
  margin-right: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}
.footer-menu ul li a:hover i {
  margin-right: 5px;
}

.footer-contact ul.footer-contact-info li {
  line-height: 20px;
  margin-bottom: 15px;
  color: #fff;
}
.footer-contact ul.footer-contact-info li span {
  color: #ff7700;
}
.footer-contact h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 5px;
  margin-top: 20px;
}

.footer-bottom {
  padding: 30px 0px;
  border-top: 1px solid #5a5e625e;
  text-align: center;
}
.footer-bottom p {
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.footer-bottom p span {
  color: #eee;
}

.contact-info li {
  padding: 0px 25px;
  position: relative;
  line-height: 25px;
  margin: 10px 0px;
  color: silver;
  list-style-type: none;
}
.contact-info li:first-child {
  padding-left: 0;
}
.contact-info li:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  content: "";
  background: #7a7a7a;
  height: 100%;
}
.contact-info li span {
  display: block;
}
.contact-info li span i {
  margin-right: 5px;
  color: silver;
}
.contact-info li:first-child:before {
  display: none;
}

.social {
  margin: 0 auto;
  width: 500px;
  text-align: center;
}

.social h2 {
  color: #86a5d6;
  font-size: 40px;
  font-family: "PT Sans", sans-serif;
}

[class^="icon-btn"] /*.icon-btn*/ {
  height: 30px;
  width: 30px;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  transition: ease-in-out 0.3s;
  margin-left: 10px;
}

.twitter {
  color: #ffffffad;
}

.facebook {
  color: #ffffffad;
}
.google-plus {
  color: #ffffffad;
}

.instagram {
  color: #ffffffad;
}

.github {
  color: #ffffffad;
}

.icon-btn:hover {
  transform: scale(1.1);
  color: #ffffff;
}

.twitter:hover {
  background-color: #4099ff;
}

.facebook:hover {
  background-color: #3b5998;
}

.google-plus:hover {
  background-color: #db5a3c;
}

.instagram:hover {
  background-color: #5c3d2e;
}

.github:hover {
  background-color: #4183c4;
}

a.link {
  color: inherit;
}

.header-button {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: inset 11px -2px 33px -7px rgba(0, 0, 0, 0.1);
  height: 100px;
}
.header-button:hover {
  position: relative;
  background-color: #cccccc1f;
  box-shadow: inset 11px -2px 33px -7px rgba(0, 0, 0, 0.1);
  height: 100px;
}
.header-button:focus {
  position: relative;
  background-color: #37bffa;
  box-shadow: inset 11px -2px 33px -7px rgba(0, 0, 0, 0.1);
  height: 100px;
}
.custom_images {
  float: left;
  padding-top: 10px;
  font-size: 35px;
  line-height: 35px;
  padding-left: 45px;
  color: red;
}

.custom_span {
  display: block;
  font-weight: normal;
}
.login_custom {
  position: relative;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: inset 11px -2px 33px -7px rgba(0, 0, 0, 0.1);
  height: 90px;
}
.login_custom:hover {
  position: relative;
  background-color: #7d7d7d0d;
  box-shadow: inset 11px -2px 33px -7px rgba(0, 0, 0, 0.1);
  height: 90px;
}
.login_custom:active {
  position: relative;
  background-color: #7d7d7d0d;
  box-shadow: inset 11px -2px 33px -7px rgba(0, 0, 0, 0.1);
  height: 90px;
}

/* Style the tab
.tab 
{
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
 */
/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {
  color: red;
}

/* call now button*/
#callme {
  position: fixed;
  right: 900px;
  width: 70px;
  height: 70px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 99990;
}
#callme #callmeMain {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgb(207, 8, 8);
  width: 70px;
  height: 70px;
  -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
  -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
  animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme #callmeMain:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../../../callbackWidget/images/mini.png);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-animation: zcwphone2 1.5s linear infinite;
  -moz-animation: zcwphone2 1.5s linear infinite;
  animation: zcwphone2 1.5s linear infinite;
}
@-webkit-keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes zcwphone {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-moz-keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes zcwphone2 {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  50% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  75% {
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@-webkit-keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(207, 8, 8, 0);
  }
}
@-moz-keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(207, 8, 8, 0);
  }
}
@keyframes zcwmini {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(207, 8, 8, 0);
  }
}
@-webkit-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(207, 8, 8, 0);
  }
}
@-moz-keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(207, 8, 8, 0);
  }
}
@keyframes zcwmini2 {
  0% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0),
      0 0 0 0 rgba(207, 8, 8, 0);
  }
  10% {
    box-shadow: 0 0 8px 6px, 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 12px 14px;
  }
  100% {
    box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 40px rgba(0, 0, 0, 0),
      0 0 0 40px rgba(207, 8, 8, 0);
  }
}

.custom-contact {
  padding-top: 15px;
  /* padding-bottom: 30px; */
  border-right: 1px solid #bdbdbd;
  cursor: pointer;
}
.custom-contact:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 1024px) {
  .hide-on-desktop,
  * [aria-labelledby="hide-on-desktop"] {
    display: none;
    max-height: 0;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1024px) {
  .hide-on-desktop1,
  * [aria-labelledby="hide-on-desktop1"] {
    display: none;
    max-height: 0;
    overflow: hidden;
  }
}
/* ✅ Default: visible on mobile & tablet */
.hide-on-desktop-header,
*[aria-labelledby="hide-on-desktop-header"] {
  display: block;
}

/* ❌ Hide on desktop (≥ 1024px) */
@media only screen and (min-width: 1024px) {
  .hide-on-desktop-header,
  *[aria-labelledby="hide-on-desktop-header"] {
    display: none !important;
    max-height: 0;
    overflow: hidden;
  }
}

/*scroll bar custom */
/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #37bffa, #1495cc);
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
}

/*slider images start */

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

/* mobile menu */
.custom-ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #273039;
}
.custom-li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  justify-content: center;
  float: left;
  width: 110px;
  color: silver;
  text-align: center;
}
.custom-li a {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
}
/* mobile sub menu */

.accordion {
  width: 100%;
  /*max-width: 360px;*/
  padding-left: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  list-style-type: none;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 4px;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #37bffa;
}

.accordion li.open i {
  color: #1495cc;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion li.default .submenu {
  display: block;
}
/**
 * Submenu
 -----------------------------*/
.submenu {
  display: none;

  font-size: 14px;
}

.submenu li {
  list-style-type: none;
  border-bottom: 1px solid #4b4a5e21 !important;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #212529;
  padding: 12px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  color: #37bffa;
}
.ul-submenu {
  list-style-type: none;
  /* margin: 0; */
  padding: 0;
  /* width: 200px; */

  margin-left: 40px;
}

.li-submenu a {
  display: block;
  color: #000;
  padding-left: 1px;
  text-decoration: none;
}

/* Change the link color on hover */
.li-submenu a:hover {
  color: #1495CC !important;
}

.custom-toggle-menu {
  width: 39px;
  height: 3px;
  background-color: #ffffffc9;
  margin: 6px 0;
}
