
.hrm-body .header {
    position: relative;
    width: 100%;
    top: 0;
    z-index: 999;
    transition: 0.5s all ease-in-out;
    background: #fff;
    border-bottom: 0.5px solid #d9dada;
}
.hrm-body header.header {
    background: transparent;
}
.hrm-body header.sticky_header{
    position: fixed;
    background: #fff;
    box-shadow: 0 10px 10px #00000017;
    animation: headermove 0.5s ease-in-out;
    -webkit-animation: headermove 0.5s ease-in-out;
}
.hrm-body header.header a{
    color: #696969;
}
.hrm-body header.header a:hover{
    color: #DA3C77;
}
.hrm-body .logo a {
    display: block;
    width: 190px;
    overflow: hidden;
    text-decoration: unset;
    cursor: pointer;

}
.hrm-body .logo a img {
    max-width: 190px;
    height: auto;

}
.hrm-body ul.nav_menu {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 107px;
    padding-left: 0;

}
.hrm-body .newHeader ul{
    list-style: none;
}
.hrm-body .newHeader .menu-item {
    position: relative;
}
.hrm-body ul.nav_menu > li {
    margin-right: 15px;
}

.hrm-body ul.nav_menu > li > a {
    font-weight: 900;
    font-size: 18px;
    line-height: 1.2rem;
    padding: 30px 13px;
    display: block;
}
.hrm-body .newHeader ul.nav_menu > li > a {
    padding: 30px 20px 30px 15px;
}

.hrm-body .mobilemenu_container {
    display: none;
}

.hrm-body .header_btns {
    margin-left: auto;
}

.hrm-body .header_btns ul {
    margin-bottom: 0;
}
.container {
    max-width: 1640px;
    width: 96%;
    margin: auto;
    padding: 0;
}
p {
    color: #696969;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: normal;
}
.h2, h2 {
    font-size: 2.5rem;
}

.td-tbn-user .open .avatar-icon {
    transform: rotate(180deg) !important;
}
.td-tbn-user a:hover > .avatar-icon{
    color: #000000;
    text-decoration: underline;
}
.td-tbn-user .dropdown-toggle::after {
    font-family: "Font Awesome\ 5 Free";
    content: "";
    border:none;
}
.td-tbn-user .avatar-icon{
    background: #d7d7d7;
    text-align: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    bottom: 0;
    right: 0;
}
.td-tbn-user .avatar-icon .fa-angle-down:before {
   content: "\f107";
   position: absolute;
   top: 1px;
   font-size: 18px;
   left: 4px;
}
.td-tbn-user .open .avatar-icon .fa-angle-down:before{
    top: 0px;
   left: 3px;
}
.td-tbn-user .dropdown-menu {
    border-color: #eee;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.td-tbn-user .open>.dropdown-menu{
    display: block;
    top: 24px !important;
    transform: translate3d(2px, 30px, 0px) !important;
}
.td-tbn-user .dropdown-menu {
    position: absolute;
    right: 2px;
    left: auto !important;
    line-height: 1.3em;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 300px;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.td-tbn-user .dropdown-menu > .user-header, .topnav .user-menu .dropdown-menu > .user-header {
    padding: 10px;
    text-align: center;
    white-space: normal;
}
.td-tbn-user .dropdown-menu > .user-header {
    background: var(--colorbackhmenu1);
}
.td-tbn-user .dropdown-user-image {
    border-radius: 50%;
    vertical-align: middle;
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 3px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
    max-width: 100%;
    max-height: 100%;
}
.td-tbn-user  .login_block .dropdown-menu .user-body {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
.td-tbn-user  .dropdown-menu > .user-body, .dropdown-body {
    padding: 15px 0;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
    white-space: normal;
}
.td-tbn-register ul li {
    display: flex;
    align-items: center;
    justify-content: start;
}

@media only screen and (max-width: 1680px) {
    .container {
        max-width: 1540px;
        width: 96%;
        margin: auto;
        padding: 0;
    }
    p {
        font-size: 16px;
    }
    .h2, h2 {
        font-size: 2rem;
    }
    .hrm-body ul.nav_menu > li > a {
        font-size: 16px;
    }
    .hrm-body ul.nav_menu {
        margin-left: 72px;
    }

    /* .container {
        width: 98%;
    } */
}
@media only screen and (max-width: 1540px) {
    .hrm-body .header_btns li:first-child {
        margin-right: 0;
    }
    .hrm-body ul.nav_menu {
        margin-left: 30px;
    }
    .hrm-body ul.nav_menu > li > a{
        font-size: 16px;
    }
    .hrm-body .newHeader ul.nav_menu > li > a {
        padding: 30px 10px 30px 5px;
    }
    .container {
        max-width: 1280px;
        width: 96%;
    }
}

/* .hrm-body .contact-button-header{
    border: 1px solid #0A81F7;
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
    display: block;
    color: #fff !important;
    background: #0A81F7;
    text-align: center;
} */

.hrm-body .contact-button-header{
    border: 1px solid #DA3C77;
    padding: 10px;
    border-radius: 10px;
    margin-right: 10px;
    display: block;
    color: #fff !important;
    background: #DA3C77;
    text-align: center;
}

.hrm-body header .btn-header-aos,
.hrm-body header .btn-header-aos *,
.hrm-body header .btn-header-aos :after,
.hrm-body header .btn-header-aos :before,
.hrm-body header .btn-header-aos:after,
.hrm-body header .btn-header-aos:before {
  border: 0 solid;
  box-sizing: border-box;
}

.hrm-body header .btn-header-aos {
  /* background-color: #0A81F7; */
  background-color: #DA3C77;
  background-image: none;
  border-color: #DA3C77;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 1s;
}

.hrm-body header .btn-header-aos span{
    color: #fff;
}

.hrm-body header .btn-header-aos.btn-contact-us{
    width: 45px;
}
.hrm-body header .btn-header-aos:hover > a,
.hrm-body header .btn-header-aos:hover >i{
    color: #DA3C77;
}
.hrm-body header a.btn-header-aos.btn-contact-us:hover{
    text-decoration: none !important;
}
.hrm-body header .btn-header-aos:disabled {
  cursor: default;
}

.hrm-body header .btn-header-aos:-moz-focusring {
  outline: auto;
}

.hrm-body header .btn-header-aos svg {
  display: block;
  vertical-align: middle;
}

.hrm-body header .btn-header-aos [hidden] {
  display: none;
}

.hrm-body header .btn-header-aos {
  border-width: 1px;
  position: relative;
}
.hrm-body header .btn-header-aos .text {
    display: block;
    /* font-weight: 900;
    color: #ffffff;
    mix-blend-mode: difference;
    position: relative; */
}
.hrm-body header .btn-header-aos:before {
  /* border: 1px solid #0A81F7; */
  border: 1px solid #DA3C77;
  border-radius: 10px;
  --progress: 100%;
  background: #fff;
  -webkit-clip-path: polygon(
    100% 0,
    var(--progress) var(--progress),
    0 100%,
    100% 100%
  );
  clip-path: polygon(
    100% 0,
    var(--progress) var(--progress),
    0 100%,
    100% 100%
  );
  content: "";
  inset: 0;
  position: absolute;
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}

.hrm-body header .btn-header-aos:hover:before {
  --progress: 0%;
}

.hrm-body header .btn-header-aos.btn-register{
    margin-right: 0;
}
.hrm-body header .btn-header-aos .text-container {
  display: block;
  overflow: hidden;
  position: relative;
}



.hrm-body header .btn-header-aos:hover .text {
  -webkit-animation: move-up-alternate 0.3s ease forwards;
  animation: move-up-alternate 0.3s ease forwards;
  color: #DA3C77;
}




.btn-pricing-aos,
.btn-pricing-aos *,
.btn-pricing-aos :after,
.btn-pricing-aos :before,
.btn-pricing-aos:after,
.btn-pricing-aos:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-pricing-aos {
  background-color: #DA3C77;
  background-image: none;
  border-color: #DA3C77;
  color: #fff;
  cursor: pointer;
  border-radius: 10px !important;
  height: 45px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 1s;
}

.btn-pricing-aos span{
    color: #fff;
}

.btn-pricing-aos:hover > a,
.btn-pricing-aos:hover >i{
    color: #DA3C77;
}
.swal2-styled.swal2-confirm.btn-pricing-aos:hover {
    color: #DA3C77 !important;
}
.btn-pricing-aos:disabled {
  cursor: default;
}

.btn-pricing-aos:-moz-focusring {
  outline: auto;
}

.btn-pricing-aos svg {
  display: block;
  vertical-align: middle;
}

.btn-pricing-aos [hidden] {
  display: none;
}

.btn-pricing-aos {
  border-width: 1px;
  position: relative;
}
.btn-pricing-aos .text {
    display: block;
}
.btn-pricing-aos:before {
  border: 1px solid #DA3C77;
  border-radius: 10px;
  --progress: 100%;
  background: #fff;
  -webkit-clip-path: polygon(
    100% 0,
    var(--progress) var(--progress),
    0 100%,
    100% 100%
  );
  clip-path: polygon(
    100% 0,
    var(--progress) var(--progress),
    0 100%,
    100% 100%
  );
  content: "";
  inset: 0;
  position: absolute;
  transition: -webkit-clip-path 0.2s ease;
  transition: clip-path 0.2s ease;
  transition: clip-path 0.2s ease, -webkit-clip-path 0.2s ease;
}

.btn-pricing-aos:hover:before {
  --progress: 0%;
}

.btn-pricing-aos .text-container {
  display: block;
  overflow: hidden;
  position: relative;
}



.btn-pricing-aos:hover .text {
  -webkit-animation: move-up-alternate 0.3s ease forwards;
  animation: move-up-alternate 0.3s ease forwards;
  color: #DA3C77;
}


@-webkit-keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes move-up-alternate {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(80%);
  }

  51% {
    transform: translateY(-80%);
  }

  to {
    transform: translateY(0);
  }
}


.hrm-body .user_dropdown_sec {
    position: relative;
    padding: 25px 0 25px 15px;
    right: 0;
    top: -1px;
}
.hrm-body .dropdown_tig {
    padding: 0;
    display: flex;
    line-height: normal;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    flex-wrap: nowrap !important;
}
.hrm-body .dropdown_tig .user-info {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    padding: 0;
}
.hrm-body .dropdown_tig .user-info .user-letter {
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    color: #FFF;
    width: 36px;
    height: 36px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    margin-right: 0;
}
.hrm-body .dropdown_tig .user-info .user-letter img {
    border-radius: 5px;
}
.hrm-body img {
    max-width: 100%;
    height: auto;
    vertical-align: inherit;
}
.hrm-body .menu_tig {
    display: none;
}
.hrm-body .user_drop {
    display: none;
}
.hrm-body .user_drop {
    position: absolute;
    border-radius: 6px;
    top: 100%;
    width: 180px;
    right: 5px;
    z-index: 999;
    background: #fff;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    border: 0.3px solid #5d5bd5;
    box-shadow: 0px 4px 8px rgb(88 91 213 / 30%);
}
.hrm-body .user_drop li a:hover {
    background: #efefef;
}
.hrm-body .user_dropdown_sec:hover .user_drop {
    display: block;
}
.hrm-body .user_drop ul {
    margin-bottom: 0;
}

#cookie-confirmation{
    background: none;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 1.75em;
}
#cookie-confirmation{
    font-weight: 400;
    color: #696969;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, .28);
    position: fixed;
    width: 67em;
    max-width: calc(100% - 64px);
    max-height: calc(100% - 64px);
    overflow: auto;
    inset: auto 50% 32px;
    z-index: 3000000000;
    transform: translate(var(--hs-banner-translate-x, -50%), 200vh);
    -webkit-transform: translate(var(--hs-banner-translate-x, -50%), 200vh) translateZ(3000000000px);
    animation: none;
    opacity: 0;
}



#cookie-confirmation {
    animation: banner_animation .5s forwards;
}
@keyframes banner_animation {
    0% {
        transform: translate(var(--hs-banner-translate-x, -50%), 200vh);
        -webkit-transform: translate(var(--hs-banner-translate-x, -50%), 200vh) translateZ(3000000000px);
        opacity: 0
    }

    99% {
        opacity: 0
    }

    to {
        transform: translate(var(--hs-banner-translate-x, -50%), var(--hs-banner-translate-y, 0));
        -webkit-transform: translate(var(--hs-banner-translate-x, -50%), var(--hs-banner-translate-y, 0)) translateZ(3000000000px);
        opacity: 1
    }
}

#cookie-confirmation #hs-eu-cookie-confirmation-inner {
    display: flex;
    gap: 1em;
    flex-direction: column;
    padding: 2em
}

#cookie-confirmation #hs-eu-cookie-confirmation-inner button:focus {
    box-shadow: 0 0 0 2px rgba(0, 127, 255, .5);
    box-shadow: 0 0 0 2px -webkit-focus-ring-color
}

#cookie-confirmation #hs-eu-header-container {
    display: none;
    flex-direction: row;
    justify-content: flex-end
}

#cookie-confirmation #hs-eu-close-button {
    cursor: pointer;
    display: block
}

#cookie-confirmation #hs-eu-close-button svg {
    width: 14px;
    height: 14px;
    color: #696969
}

#cookie-confirmation #cookie-confirmation-buttons-area {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    align-items: baseline
}

#cookie-confirmation #hs-eu-confirmation-button-group,
#cookie-confirmation #hs-eu-opt-in-buttons {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    gap: .5em
}

#cookie-confirmation #hs-eu-opt-in-buttons {
    flex-grow: 1
}

#cookie-confirmation #hs-eu-confirmation-button,
#cookie-confirmation #hs-eu-cookie-settings-button,
#cookie-confirmation #hs-eu-decline-button {
    flex: 1;
    cursor: pointer;
    max-width: 150px;
}

#cookie-confirmation #hs-eu-confirmation-button {
    color: #fff;
    background: #DA3C77;
    border: 1px solid #DA3C77;
}

@media print {

    #hs-banner-gpc,
    #cookie-confirmation {
        display: none !important
    }
}
.hrm-body .user_drop li a {
    width: 100%;
    transition: 0.3s all ease-in-out;
    background: #fff;
    padding: 9px 15px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.4;
}

.hrm-body .user_drop svg {
    width: 25px;
    height: auto;
}

#myNav.overlay {
    background-color: rgba(218, 60, 119, 0.9);
}

@media only screen and (max-width: 1280px) {
    .hrm-body .logo a img {
        max-width: 120px;
        height: auto;
    }
    .hrm-body ul.nav_menu {
        margin-left: 0;
    }

    .hrm-body .contact-button-header {
       font-size: 14px;
    }

    .hrm-body .newHeader ul.nav_menu > li > a {
        padding: 25px 0px 25px 0px;
    }
    .container {
        width: 96%;
    }
    .container {
        max-width: 1000px;
    }
    .hrm-body .logo a {
        display: block;
        width: 135px;
    }
    .hrm-body ul.nav_menu > li > a {
        font-size: 13px;
    }
    a#scrollUp {
        bottom: 30px !important;
    }

}
@media only screen and (max-width: 1024px) {
    .container {
        width: 90%;
    }
    .container {
        max-width: 800px;
    }
    .hrm-body header.header {
        position: fixed;
        transition: 0.2s;
        width: 100%;
        background: #fff;
    }
    .nav_menu_container {
        display: none;
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        z-index: 9;
        height: 100%;
        background: #000000ab;
        overflow-y: scroll;
        transition: 0.5s all ease-in-out;
        opacity: 0;
        animation: fadeMenuOut 0.5s ease-in-out;
        -webkit-animation: fadeMenuOut 0.5s ease-in-out;
    }

    .hrm-body .menu_tig {
        display: block;
    }
    .menu_tig {
        width: 30px;
        height: 16px;
        transition: 0.5s all ease-in-out;
        position: relative;
        left: 10px;
        cursor:pointer;
        top: 0;
    }
    .menu_tig span {
        width: 100%;
        height: 3px;
        background: #0e0e29;
        display: block;
        margin-bottom: 5px;

        transition: 0.5s all ease-in-out;
    }

    #myNav.overlay {
        width: 100%;
        right: -120%;
        left: unset;
        padding: 20px;
    }
    #myNav.overlay .closebtn {
        font-size: 30px;
    }

    #myNav.overlay .closebtn {
        position: initial;
        margin-top: 0.5rem;
    }

    .free-consultation {
        z-index: 2;
    }

    a.mb-custom-text-menu.bg-white.text-black {
        height: 41px;
    }

    .wrap-btn-menu-top .mb-custom-text-menu,
    .wrap-btn-top .mb-custom-text-menu {
        font-size: 16px;
        width: 100%;
        display: block;
        text-align: center;
        line-height: 1;
        padding: 8px;
        background: #c5b358;
        margin-bottom: 5px;
        color: white;
        border-radius: 5px;
    }

    #myNav #top-navigation #fixed_top .wrap-btn-top a {
        width: 100%;
        font-size: 15px !important;
    }

    .col-xs-6.wrap-btn-top {
        margin-top: 1rem;
    }

    .mb-custom-text-menu {
        padding: 13px !important
    }

    #myNav.overlay a {
        color: #fff;
    }

    .nav-link-left {
        font-size: 15px !important;
        color: #fff !important;
    }

    .text-black {
        color: #000 !important;
    }

    #navbarSupportedContent ul a {
        margin: 5px 0;
    }

    #navbarSupportedContent ul li {
        width: 100% !important;
        display: block;
        border-top: 1px solid #fff;
        margin-left: unset !important;
    }

    #navbarSupportedContent ul li>a {
        text-align: left;
        padding-left: 0 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        display: inline-block;
        top: 0 !important;
    }

    .section-tittle.text-center.mt-0.mb-40.m-mt-50.m-mb-50 {
        margin-bottom: 25px;
    }

    #logo-control {
        display: initial;
    }
    /* .button-header-mobile{
        border: 1px solid #0A81F7;
        padding: 10px !important;
        border-radius: 10px;
        display: block;
        color: #fff !important;
        background: #0A81F7;
        text-align: center;
    } */

    .button-header-mobile{
        border: 1px solid #DA3C77;
        padding: 10px !important;
        border-radius: 10px;
        display: block;
        color: #fff !important;
        background: #DA3C77;
        text-align: center;
    }
    .td-tbn-user .avatar-icon .fa-angle-down:before {

        left: 3px;
     }
}
@media only screen and (max-width: 768px) {
    .container {
        width: 90%;
    }
    .hrm-body header.header {
        position: fixed;
        transition: 0.2s;
        width: 100%;
        background: #fff;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* .container {
        width: 450px
    } */

}
.form-control:focus {
    color: #696969;
    background-color: #fff;
    border-color: #DA3C77;
    outline: 0;
    box-shadow:unset;
}
