.mg_header.about-menu {
  padding: 3px;
}

.tf_menu {
  padding: 0px;
}

.mg_header.about-menu .dropdown-item {
  padding: 15px 40px 15px 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mg_header.about-menu .dropdown-item:hover {
  background: rgb(1, 40, 64) !important;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0.25rem 0.25rem 0rem 0rem;
}

.mg_header.about-menu .dropdown-item:focus {
  color: #ffffff;
  background-color: #012840;
}

.mg_header.about-menu .dropdown-item img.hide_on_hover {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mg_header.about-menu .dropdown-item img.show_on_hover {
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mg_header.about-menu:hover .dropdown-item img.hide_on_hover {
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mg_header.about-menu:hover .dropdown-item img.show_on_hover {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.about-menu a span {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.menu_talk_usBtn a {
  padding: 8px 22px;
  border: 1px solid rgb(1, 40, 64);
  border-radius: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: rgb(1, 40, 64);
  color: rgb(255, 255, 255);
}

.menu_talk_usBtn a:hover {
  background: none;
  color: rgb(1, 40, 64);
  border: 1px solid rgb(1, 40, 64);
  /* background-color: rgb(1, 40, 64);
  color: rgb(255, 255, 255); */
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.navbar-light .navbar-collapse .mega_menu_item {
  position: static;
}

.navbar-light .navbar-collapse .nav-item>a {
  font-size: 14px;
  color: rgb(1, 40, 64);
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tf_menu.stick .navbar-light .navbar-collapse .nav-item>a {
  padding: 15px 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none !important;
}

.dropdown-menu .dropdown-menu {
  right: -300px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.dropdown-menu {
  min-width: 300px;
  border: 0;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
  margin: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.dropdown-menu li .dropdown-item {
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 500;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dropdown-menu li .dropdown-item:hover {
  background: rgb(2, 39, 65);
  color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.dropdown-menu.mega_menu {
  visibility: visible !important;
  opacity: 1;
  display: none !important;
  width: 100%;
  left: 0;
  margin: 0;
  background: rgba(48, 207, 242, 1) none repeat scroll 0% 0%;
  border: 0;
  padding: 0;
  -webkit-transform: translateY(50px) !important;
  -ms-transform: translateY(50px) !important;
  transform: translateY(50px) !important;
  /* -webkit-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.3s ease-in-out; */
  min-height: 500px;
}

.dropdown-menu.mega_menu.drp_min_auto {
  min-height: auto;
  padding-bottom: 30px;
}

/* .navbar-light .navbar-collapse .nav-item:hover > .dropdown-menu,
.navbar-light .navbar-collapse .leave3:hover > .dropdown-menu,
.dropdown-menu .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
} */
.mg_header {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 50px;
  border-bottom: 1px solid rgb(1, 40, 64);
  padding: 15px 40px 15px 40px;
}

.mg_header img {
  margin-left: 10%;
  width: auto;
  width: 14px
}

.mg_menu_items {
  padding: 0 40px 20px 40px;
  margin: 0 -15px;
}

.mg_menu_hover_Cn {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mg_menu_hover_Cn li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 15px;
}

.mg_menu_hover_Cn li span {
  display: block;
  padding: 10px;
  border-top: 1px solid rgb(1, 40, 64);
  border-bottom: 1px solid rgb(1, 40, 64);
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}

.mg_menu_hover_Cn li.active span {
  background: rgb(1, 40, 64);
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mg_menu_hover_Cn li img.show_on_hover {
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mg_menu_hover_Cn li.active img.show_on_hover {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mg_menu_hover_Cn li.active img.hide_on_hover {
  display: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mg_menu_hover_Cn li.active span svg {
  fill: red;
}

.hover_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translateY(99999%);
  -ms-transform: translateY(99999%);
  transform: translateY(99999%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: none;
}

.hover_col.hover {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hover_col ul {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 0 15px 0 30px;
  list-style: disc;
  margin: 30px 0 0;
}

.hover_col ul li a {
  font-size: 15px;
  display: block;
  margin: 0 0 15px;
  color: rgb(1, 40, 64);
}

.navbar-nav .dropdown-toggle::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border: 0;
  font-size: 12px;
  margin-left: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.d_none_desktop {
  display: none;
}

.navbar-toggler {
  width: 20px;
  height: 20px;
  margin-left: 15px;
  border: 0;
  background: transparent;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}

.navbar-toggler span {
  width: 100%;
  height: 2px;
  background: rgb(1, 40, 64);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.navbar-toggler span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  left: 0;
}

.navbar-toggler span:nth-child(3) {
  top: 100%;
  -webkit-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: 9px;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -11px;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.tf_menu {
  /* padding-top:10px; */
  padding: 0px;
  padding-left: 0px;
  /* padding-bottom: 10px; */
  padding-right: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tf_menu.stick {
  position: fixed;
  width: 100%;
  top: 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px 5px;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0;
  z-index: 999;
}

.navbar-brand img {
  max-width: 250px;
}

.none_desktop.dropdown-menu.show {
  display: none;
}

.mg_menu_hover_Cn li span a {
  color: rgb(1, 40, 64);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mg_menu_hover_Cn li.active span a {
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* .cls-nvbar {
  min-width: 612px;
  min-height: 63px;
  height:100%;
  width:100%;
} */

@media (max-width: 991px) {
  .show_mobile {
    display: block;
  }

  .dropdown-menu.mega_menu {
    display: none !important;
  }

  .dropdown-menu.show,
  .navbar-light .navbar-collapse .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
  }

  .dropdown-menu {
    -webkit-transition: unset;
    -o-transition: unset;
    transition: unset;
  }

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

  .tf_menu {
    /* padding: 10px 0!important; */
  }

  .navbar-light .navbar-collapse .nav-item>a {
    margin: 0 !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 0 !important;
    border-top: 1px solid #f9f9f9;
  }

  .navbar-light .navbar-collapse .nav-item:first-child>a {
    margin: 20px 0 0;
  }

  .dropdown-menu {
    border-radius: 0;
    /* background: #f9f9f9; */
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .dropdown-menu li .dropdown-item {
    padding: 8px 20px;
    font-size: 13px;
  }

  .navbar-light .navbar-nav .dropdown-toggle.show {
    /* color: rgb(48, 207, 242); */
    color: #0D0D0D;
  }

  .navbar-light .navbar-nav .dropdown-toggle[aria-expanded="true"]:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }

  .dropdown-menu li .dropdown-item:hover {
    background: transparent;
    color: rgb(48, 207, 242);
  }

  .none_desktop.dropdown-menu.show {
    display: block;
  }

  .dropdown-menu.mega_menu,
  .nav-item.dropdown.mega_menu_item:hover .dropdown-menu.mega_menu {
    display: none;
  }

  .dropdown-menu .dropdown-menu {
    background: #f2f2f2;
  }

  .tf_menu.stick .navbar-light .navbar-collapse .nav-item>a {
    padding: 10px 0;
  }

  .tf_menu .mega_menu.myDrop-show {
    display: none !important;
  }

  .dropdown-menu.none_desktop.cls-property {
    /* background-color: #f9f9f9 !important; */
    box-shadow: inherit !important;
  }

  .drop-inner-menu {
    height: auto !important;
    overflow: unset !important;
  }

  .drop-inner-menu li a {
    font-size: 14px !important;
    /* display: block !important; */
  }

  .drop-inner-menu li a img {
    width: 6px;
    height: auto;
    margin-left: 16px;
    display: none;
  }

  .custom-property ul li a {
    color: #878787 !important;
    font-weight: 400 !important;
  }

  .custom-property li a {
    color: #878787 !important;
    font-weight: 400 !important;
  }

  .drop-inner-menu li a:hover img {
    display: inline-block;
  }

  ul.custom-property li a.nav-link.our-work-link {
    padding: 12px 20px !important;
  }

  ul.drop-inner-menu li a {
    font-size: 14px !important;
    font-weight: 400 !important;
    padding: 6px 10px !important;
  }

  .custom-space {
    height: auto !important;
    overflow: unset !important;
  }

  a.nav-link.dropdown-toggle.cls-code {
    font-size: 16px !important;
    font-weight: 500;
  }

  ul.custom-property li ul li a:hover {
    background: #EEEEEE !important;
    display: block;
    width: max-content;
    font-weight: 500 !important;
    color: #012840 !important;
  }

  ul.custom-property li a:hover {
    background: #EEEEEE !important;
    display: block;
    width: max-content;
    font-weight: 500 !important;
    color: #012840 !important;
  }

  .drop-inner-menu {
    padding: 0px 12px;
  }

  .our-work-link {
    font-size: 16px !important;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 130px;
    width: 100%;
    height: auto;
  }

  .menu_talk_usBtn a {
    font-size: 13px;
    padding: 5px 20px;
  }
}

.cursor {
  position: absolute;
  background: #022741;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 10000;
  transform: scale(1);
  user-select: none;
  pointer-events: none;
  transition: 0.3s ease-in-out transform, 0.2s ease-in-out opacity;
}

.cursor.active {
  opacity: 0.5;
  transform: scale(0);
}

.cursor.hovered {
  opacity: 0.08;
}

.cursor-follower {
  position: absolute;
  background-color: rgba(2, 39, 65, 0.5);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  z-index: 10000;
  transform: translatex(5px, 5px);
  user-select: none;
  pointer-events: none;
  transition: 0.6s ease-in-out transform, 0.2s ease-in-out opacity;
}

.cursor-follower.active {
  opacity: 0.7;
  transform: scale(3);
}

.cursor-follower.hovered {
  opacity: 0.08;
}

.footer_subscrib_form form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.footer_subscrib_form form .hs-form-field {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0px 15px;
  width: 100%;
  margin-bottom: 40px;
}

.footer_subscrib_form form .hs_message.hs-form-field,
.footer_subscrib_form form .hs-fieldtype-booleancheckbox.hs-form-field {
  flex: 0 0 100%;
  max-width: 100%;
}

.footer_subscrib_form form .hs_submit {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0px;
  padding: 0 15px;
  align-items: flex-end;
}

.footer_subscrib_form form label {
  font-size: 15px;
  color: #fff;
  margin: 0;
  display: block;
}

.footer_subscrib_form form input[type="email"],
.footer_subscrib_form form input[type="text"],
.footer_subscrib_form form input[type="tel"],
.footer_subscrib_form form textarea,
.footer_subscrib_form form select {
  padding: 0 !important;
  border: 0;
  background: 0 0;
  border-bottom: 1px solid #fff;
  height: 60px;
  transition: 0.3s;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  background: #000;
}

.footer_subscrib_form form input[type="email"]:focus,
.footer_subscrib_form form input[type="email"]:focus-visible,
.footer_subscrib_form form input[type="text"]:focus,
.footer_subscrib_form form input[type="text"]:focus-visible,
.footer_subscrib_form form textarea:focus,
.footer_subscrib_form form textarea:focus-visible,
.footer_subscrib_form form select:focus-visible {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #ffde1d;
  transition: 0.3s;
  outline: 0;
}

.footer_subscrib_form form textarea {
  height: 100px;
}

.footer_subscrib_form .legal-consent-container label.hs-form-booleancheckbox-display input {
  display: none;
}

.footer_subscrib_form .legal-consent-container label.hs-form-booleancheckbox-display>span {
  position: relative;
  display: flex;
  margin: 0;
}

.footer_subscrib_form form .hs-richtext {
  padding: 0 15px;
  color: #fff;
  line-height: 1.5em;
  max-width: 90%;
  padding-left: 16px;
  font-size: 12px;
  display: block;
}

.footer_subscrib_form .legal-consent-container .inputs-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

.footer_subscrib_form .legal-consent-container label.hs-form-booleancheckbox-display>span:before {
  content: "";
  width: 22px;
  height: 22px;
  background: #000;
  border-radius: 5px;
  flex: 0 0 22px;
  border: 2px solid #30cff2;
  margin-right: 15px;
}

.footer_subscrib_form .legal-consent-container label.hs-form-booleancheckbox-display input:checked+span:before {
  content: "\2713";
  text-align: center;
  font-weight: bold;
  line-height: 19px;
  color: #30cff2;
}

.footer_subscrib_form form input[type="tel"]:focus {
  outline: none;
}

.footer_subscrib_form form input[type="submit"] {
  padding: 0;
  background: 0 0;
  border: 0;
  color: #30cff2;
  font-size: 16px;
}

.footer_subscrib_form form .hs_submit .actions {
  position: relative;
  display: flex;
  align-items: center;
}

.footer_subscrib_form form .hs_submit .actions:after {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../images/cta_arrow_icon_blue.png) no-repeat 55%;
  border-radius: 50%;
  display: inline-block;
  transition: 0.3s all;
  background-size: 12px;
  border: 1px solid #30cff2;
  margin-left: 60px;
}

.footer_subscrib_form form .hs_submit .actions:before {
  content: "";
  content: "";
  width: 70px;
  background: #30cff2;
  display: inline-block;
  height: 2px;
  transition: 0.3s all;
  position: absolute;
  left: 71px;
  top: 47%;
  transform: translate(0);
}

.footer_subscrib_form form .hs-error-msgs {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

.footer_subscrib_form form .hs-error-msgs label {
  font-size: 14px;
  color: red;
}

.footer_subscrib_form .submitted-message {
  font-size: 20px;
  text-align: center;
  padding: 60px 0;
  color: #14ca14;
}

.footer_subscrib_form form .actions:hover:before {
  transition: 0.3s all;
  animation: mymove 1.5s;
  -webkit-animation: mymove 1.5s;
  -moz-animation: mymove 1.5se;
}

@keyframes mymove {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes mymove {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes mymove {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@-o-keyframes mymove {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .footer_subscrib_form form .hs-form-field {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .footer_subscrib_form form label {
    font-size: 14px;
    line-height: 1.4em;
  }

  .footer_subscrib_form form .hs-richtext {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.4em;
  }



  .footer_subscrib_form form .hs_submit .actions::after {
    width: 34px !important;
    height: 34px !important;
  }

  .footer_subscrib_form form .hs_submit .actions::before {
    left: 65px;
  }

  .footer_subscrib_form form textarea {
    height: 100px;
  }

  .footer_subscrib_form .submitted-message {
    font-size: 16px;
  }
}

.vh-100 {
  height: 77vh !important;
}

.vh-100.sp_case {
  height: 100vh !important;
}

.tf_indefault .tf_indefault_rht {
  padding: 0 0 100px 40px;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.tf_indefault.hubspot_page::before {
  min-height: auto !important;
}

.sty_ul_mn ul {
  flex: 0 0 100%;
  max-width: 100%;
}

.mg_menu_hover_Cn li span a i {
  transform: rotate(90deg);
  font-size: 14px;
}

.hide_desktop_about {
  visibility: hidden;
}


/* left backtoscroll css start */
.backTotopNew.at-bottom {
  transform: rotate(270deg);
}

.fixed-text-visible span {
  color: #fff;
}

.to_srl_dv.side_content_nb.fixed-text-visible a {
  color: #fff !important;
}

.fixed-text-visible #progressTop {
  background: #ffffff;
}

.fixed-text-visible .progresssss .fill {
  background-color: rgb(48 206 241) !important;
}

/* End */


@media (max-width: 1199px) {
  .vh-100.sp_case {
    height: auto !important;
    min-height: 50vh;
  }
}

@media (max-width: 991px) {
  .tf_indefault .tf_indefault_rht {
    padding: 0 0 100px 10px;
  }

  .vh-100 {
    height: auto !important;
    min-height: 50vh;
  }

  .hide_desktop_about {
    visibility: visible;
  }

  .footer_subscrib_form form .hs-richtext {
    max-width: 100%;
    font-size: 13px;
    line-height: 1.4em;
  }
}

@media (max-width: 767px) {
  .vh-100 {
    height: auto !important;
    min-height: auto;
  }

  .tf_indefault .tf_indefault_rht {
    padding: 0px;
  }

  .vh-100.sp_case {
    height: auto !important;
  }
}

.navbar-light .navbar-collapse .nav-item .dropdown-menu.none_desktop {
  visibility: hidden;
}

@media(max-width:991px) {
  .navbar-light .navbar-collapse .nav-item .dropdown-menu.none_desktop {
    visibility: visible;
    height: 290px;
    overflow-y: scroll;
  }

  .dropdown-item {
    white-space: inherit;
  }

}


@media (min-width:992px) and (max-width:1199px) {
  .navbar-light .navbar-collapse .nav-item>a {
    margin-right: 18px;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  a.nav-link.dropdown-toggle.cls-code {
    margin-right: 14px !important;
  }
}

@media(min-width:991px) {
  .dropdown-menu.none_desktop {
    display: none;
  }
}

@media (min-width:300px) and (max-width:400px) {

  .drop-inner-menu {
    padding: 0px 0px;
  }

}

@media (min-width:300px) and (max-width:767px) {
  #stickThis .navbar .navbar-brand {
    height: auto !important;
  }

  /*.tf_menu {
    padding: 0px 0 !important;
    line-height: 30px !important;
  }*/

  .tf_menu .navbar {
    padding: 10px 0 !important;
  }

  .navbar-light .navbar-collapse .nav-item>a {
    padding: 10px 0 !important;

  }

  .dropdown-menu li .dropdown-item {
    padding: 8px 10px !important;
    font-size: 13px;
  }

  .list-style-mobile {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
}

@media (min-width:768px) and (max-width:991px) {
  .tf_menu .navbar {
    padding: 10px 0 !important;
  }

  .list-style-mobile {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
}