:root{
	--primary:#009AAD;
	--secondary:#EF802E;
	--light:#EFFBFC;
	--dark:#012C40;
	--text:#292D34;
	--white:#ffffff;
}
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    color: var(--text);
}
a{
    transition: all 0.5s;
    text-decoration: none;
}
.container{
    max-width: 1160px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
}
html .btn{
    border-radius: 3px;
    border: none;
    padding: 12px 24px;
    font-size: 18px;
    border-radius: 4px;
    background: var(--secondary);
    font-weight: 700;
    line-height: 28px;
}
html .btn.btn-sm {
    padding: 0px 16px;
    font-size: 14px;
    line-height: 37px;
}
html .btn.btn-outline-warning {
    border: 1px solid #F4CFB4;
    padding: 0px 10px;
    line-height: 27px;
    font-size: 12px;
    border-radius: 2px;
    font-weight: 500;
}
/* html .btn.btn-lg{
    padding: 16px 32px;
    font-size: 20px;
    line-height: 32px;
} */
html .btn.btn-block{
    width: 100%;
}
html .btn.btn-primary{
    background-color: var(--primary);
}
.btn-primary{
    background-color: var(--primary);
    color: var(--white);
}
.btn-primary:hover{
    background-color: var(--secondary);
}
.btn-secondary{
    background-color: var(--secondary);
}
.mb-12{
    margin-bottom: 12px !important;
}
.bg-dark{
    background-color:#001722 !important;
}
.text-white{
    color: var(--white) !important;
}
.text-primary{
    color: var(--primary) !important;
}
.text-secondary{
    color: var(--secondary) !important;
}
.text-light{
    color: var(--light) !important;
}
.btn-sm{
    font-size: 12px;
    font-weight: 500;
}
.text-orange {
  color: var(--secondary);
}
.btn{
    border-radius: 2px;
}
.text-sm {
  font-size: 0.875rem;
}

/* top-bar */
.bg-topbar {
  background-color: #FFF7F1;
}
.topbar.hide {
    display: none !important;
}
.tag-new {
    background-repeat: no-repeat;
    background-size: contain;
    line-height: 25px;
    padding: 0 12px 0 8px;
    border-radius: 0;
    font-size: 12px;
    display: block;
    background-image: url('data:image/svg+xml,<svg width="50" height="24" viewBox="0 0 50 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 2C0 0.89543 0.895431 0 2 0H47.1109C48.7382 0 49.6843 1.83978 48.7377 3.1634L43.2503 10.8366C42.7527 11.5324 42.7527 12.4676 43.2503 13.1634L48.7377 20.8366C49.6843 22.1602 48.7382 24 47.1109 24H2C0.89543 24 0 23.1046 0 22V2Z" fill="%230199AE"/></svg>');
}
.rounded-bottom {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.btn-outline-warning.btn:hover {
  background-color: var(--secondary) !important;
  color: #fff;
}

/* header */
header {
    position: relative;
    z-index: 9;
}
body.offerbar-show {
    padding-top: 0 !important;
}
.topbar_btn{
    color: #fff;
    background-color: var(--secondary);
    padding: 1px 8px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    /* line-height: 28px; */
    font-weight: 600;
}
.topbar_btn:hover{
    background-color: var(--dark);
    color:#fff;
}
.header-bottom{
    position: relative;
}
.megamenu-wrap.megamenu-1col-wrap ul.mm-menu li a:hover {
    background-color: var(--light);
    color: var(--dark);
}
.sticky .header-offer-added header {
    top: -38px;
}
.sticky header{
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
}
.header_logo a {
    display: inline-block;
    vertical-align: top;
    max-width: 163px;
    height: 40px;
}
.header-top p span {
    background-image: url("../images/shape.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 0 12px;
    color: #FFF;
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}
.header-top p{
    font-size: 14px;
    line-height: 26px;
    color:var(--dark);
}
.header-top {
    background: linear-gradient(180deg, #FBFFFF 0%, #EAFBFD 100%);
    padding: 6px 0;
    text-align: center;
}
.header-top p{
    margin-bottom: 0;
}
.header-top p i {
    font-weight: 700;
}
.header-bottom {
    padding: 20px 0;
    transition: all 0.4s;
}
.sticky .header-bottom {
    padding: 15px 0;
}
.header-search-field-wrap{
    position: relative;
}
.header-search-field {
    position: relative;
}
.header-search-field svg {
    width: 13px;
    position: absolute;
    left: 20px;
    top: 10px;
    opacity: 0.5;
    pointer-events: none;
}
.header-search-field input {
    display: block;
    width: 100%;
    height: 45px;
    padding: 0px 25px 1px 40px;
    background: #F9F9F9;
    border: 1px solid #CECEEA;
    font-size: 14px;
    transition: all 0.3s;
    border-radius: 0;
    max-width: 260px;
}
li.menu-parent > a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    content: "";
    height: 20px;
    display: block;
}
.header-search-field-wrap {
    position: relative;
    width: 260px;
}
.header-search-field input:hover,
.header-search-field input:focus{
    border-color: rgba(0,0,0,0.15);
}
.header-search-autofill {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    z-index: 9;
    max-height: calc(100vh - 80px);
    overflow-y: auto;
    padding: 17px 0;
    border: 1px solid #efefef;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.1);
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}
.header-search-autofill.show{
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.header-search-autofill h4 {
    padding: 0 18px;
    font-size: 16px;
    margin: 0 0 10px;
}
.header-search-autofill ul {
    margin: 0 0 20px;
}
.header-search-autofill ul:last-child{
    margin-bottom: 0;
}
.header-search-autofill ul li a {
    padding: 5px 18px 5px 62px;
    color: var(--dark);
    font-size: 15px;
    line-height: 20px;
    position: relative;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.header-search-autofill ul li a:hover{
    background-color: var(--light);
}
.header-search-autofill ul li a .icon {
    position: absolute;
    left: 18px;
    top: 9px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}
.header-search-autofill ul li a .icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.header-searchbar-toggle {
    display: none;
}
.headersearch-close {
    display: none;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    justify-content: center;
    font-size: 23px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s;
    text-align: center;
    line-height: 36px;
}
.headersearch-close.show{
    display: flex;
}
.headersearch-close:hover{
    font-size: 20px;
    opacity: 1;
}
.tab-content>.tab-pane.show {
    display: block !important;
}
.headersearch-spin {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    margin: 1px;
    background: var(--light);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.header-search-field .headersearch-spin svg {
    position: relative;
    top: 0;
    left: 0;
    animation-name:search_spin;
    animation-duration:1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
html .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 3px;
    height: auto;
    width: fit-content;
}
html .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
    line-height: normal;
    padding: 0;
    overflow: visible;
}
html .select2-container--default .select2-selection--single .select2-selection__rendered span {
    display: flex;
    align-items: center;
}
html .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: static;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
html .select2-container--default .select2-selection--single .select2-selection__arrow b {
    position: static;
    width: 8px;
    height: 8px;
    border: 0;
    border-right: 2px solid #7B7689;
    border-bottom: 2px solid #7B7689;
    margin: 0;
    margin-top: -2px;
    transform: rotate(45deg);
    transition: all 0.4s;
}
html .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: 0;
    border-right: 2px solid #7B7689;
    border-bottom: 2px solid #7B7689;
    transform: rotate(225deg);
    margin-top: 2px;
}
html .select2-dropdown {
    border: 0;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
html .select2-container--open .select2-dropdown--below {
    border-radius: 4px;
    overflow: hidden;
    margin-top: 4px;
}
html .select2-container--default .select2-results>.select2-results__options {
    max-height: 300px;
}
html .select2-results__option {
    font-size: 13px;
    font-weight: 500;
    color: var(--text);
    padding: 6px;
    overflow: hidden;
    transition: all 0.4s;
}
html .select2-results__option span {
    display: flex;
    align-items: center;
}
html .select2-container--default .select2-results__option--selected, 
html .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background: var(--primary);
    color: var(--white);
}
.btn-link.sign-in-btn {
    font-size: 14px;
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
}
@keyframes search_spin{
    0%{
        transform:rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
    }
}

img {
    height: auto;
    width: auto;
    max-width: 100%;
}
header ul {
    margin:0;
    padding:0;
    list-style:none;
}
.header_menu > ul {
    display: flex;
}
.header_menu > ul > li + li {
    margin-left: 5px;
}
.header_menu > ul > li > a {
    font-size: 14px;
    color: var(--text);
    line-height: 38px;
    display: inline-flex;
    align-items: center;
    /* padding: 0px 9px; */ /* Default */
    padding: 2px 16px;
    border-radius: 6px;
    font-weight: 600;
    position: relative;
    gap: 8px;
}
.header_menu > ul > li > a.nav-link-btn {
    background: #f9f9f9;
    color: var(--text);
    border: 1px solid #CECEEA;
    line-height: 38px;
    position: relative;
    text-decoration: none;
    border-radius: 2px;
}
.header_menu > ul > li > a.nav-link-btn:hover{
    background: var(--primary);
    color: #fff;
}
.header_menu > ul > li.menu-parent > a.nav-link-btn:after {
    border-color:currentColor;
}
.header_menu > ul > li.menu-parent > a.nav-link-btn:hover {
    background: var(--primary);
}
.megamenu-wrap.course-megamenu-wrap {
    width: 850px;
    max-width: 850px;
}
.header_menu > ul > li > a:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    content: "";
    display: none;
    height: 20px;
}
.header_menu > ul > li:hover > a:before {
    display: block;
}
.header_menu > ul > li.menu-parent > a:after {
    content: "";
    /* display: inline-block; */
    display: none;
    vertical-align: top;
    border-right: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    margin: 0 0 0 6px;
    transition: all 0.4s;
}
.header_menu > ul > li:hover > a,
.header_menu > ul > li > a:hover,
.header_menu > ul > li.active > a{
    color: var(--primary);
}
.megamenu-wrap.megamenu-1col-wrap {
    width: 350px;
    background: #fff;
    border-radius: 10px;
    left: -90px;
    padding: 10px;
}

.megamenu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: var(--dark);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    display: none;
}
.megamenu-overlay.show{
    opacity: 0.5;
    visibility: visible;
}
.megamenu-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #E6F5F8;
    border: 1px solid #ECF0F1;
    transform: translateY(30px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.1s;
    margin: auto;
    max-width: 780px;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,0.1);
    border-radius: 8px;
    overflow: hidden;
    margin-top:20px;
}
.megamenu-wrap.resources-megamenu-wrap {
    max-width: 1100px;
    margin-top: 0;
}
li.menu-parent:hover > .megamenu-wrap {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.mmtab-style-1 .tab-content {
    background: #fff;
    padding: 20px;
    min-height: 420px;
}
.training-menu-link {
    display: block;
    font-size: 14px;
    color: var(--dark);
    font-weight: 600;
    line-height: 130%;
    padding: 8px 10px;
    border-radius: 6px;
}
.training-menu-link:hover{
    color:var(--dark);
    background-color: var(--light);
}
.training-menu-link .icon {
    width: 24px;
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.training-menu-link .row {
    --bs-gutter-x: 10px;
}
.mmtab-style-1 .tab-content .tab_drawer_heading {
    display: none;
}
.mmtab-style-1 ul.nav.nav-tabs {
    border: 0;
    padding: 12px 4px;
}
.mmtab-style-1 ul.nav.nav-tabs li + li{
    margin-top:5px;
}
.mmtab-style-1 ul.nav.nav-tabs .nav-link {
    display: block;
    line-height: 18px;
    text-align: left;
    font-size: 14px;
    color: var(--dark);
    border: 0;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: 600;
    width: 100%;
    position: relative;
    transition: all 0.4s;
}
.mmtab-style-1 ul.nav.nav-tabs .nav-link.active{
    background-color: #fff;
}
.mmtab-style-1 ul.nav.nav-tabs .nav-link:before {
    content: "";
    display: block;
    width: 12px;
    height: 17px;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('data:image/svg+xml,<svg width="12" height="17" viewBox="0 0 12 17" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_2024_24)"><g filter="url(%23filter0_d_2024_24)"><path d="M-0.0147185 0.0147185L8.47056 8.5L-0.0147185 16.9853V0.0147185Z" fill="white"/></g></g><defs><filter id="filter0_d_2024_24" x="-0.0147095" y="0.0146484" width="11.4853" height="16.9707" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB"><feFlood flood-opacity="0" result="BackgroundImageFix"/><feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/><feOffset dx="3"/><feComposite in2="hardAlpha" operator="out"/><feColorMatrix type="matrix" values="0 0 0 0 0.901961 0 0 0 0 0.960784 0 0 0 0 0.972549 0 0 0 1 0"/><feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_2024_24"/><feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_2024_24" result="shape"/></filter><clipPath id="clip0_2024_24"><rect width="12" height="17" fill="white"/></clipPath></defs></svg>');
    background-size: contain;
    transition: all 0.4s;
    transform: translatex(-120%);
    opacity: 0;
}
.mmtab-style-1 ul.nav.nav-tabs .nav-link.active:before {
    transform: translatex(0);
    opacity: 1;
}
.mmservice-box {
    background: #fff;
    padding: 20px;
    border-right: 1px solid #E6F5F8;
}
.mmservice-box .img {
    height: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
}
.mmservice-box .img a{
    display: block;
    height: 100%;
}
.mmservice-box .img img{
    width:100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.4s;
}
.mmservice-box:hover .img img{
    transform: scale(1.1);
}
.mmservice-box h3 {
    font-size: 18px;
    color: var(--dark);
    margin-bottom: 5px;
    font-weight: 700;
}
.mmservice-box h3 a {
    color: inherit;
}
.mmservice-box h3 a:hover{
    color:var(--primary);
}
.mmservice-box .mmorelink {
    font-size: 14px;
}
.mm-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}
ul.mm-menu li {
    margin-bottom: 5px;
}
ul.mm-menu li a {
    font-size: 12px;
    color: var(--dark);
    font-weight: 600;
    padding: 4px 6px;
    border-radius: 6px;
    line-height: 20px;
    display: flex;
    align-items: center;
}
ul.mm-menu li a .icon{
    margin-right:8px;
    max-width: 30px;
    height:auto;
}
ul.mm-menu li a .icon svg{
    max-width: 100%;
    height:auto;
}
ul.mm-menu li a:hover{
    background-color: var(--dark);
    color: #fff;
}
.mmresourceboxwrap:before {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: -500px;
    background: #fff;
    content: "";
    display: block;
    z-index: -1;
}
.mmresourcebox a {
    display: block;
    padding: 15px;
    border-radius: 6px;
}
.mmresourcebox a:hover{
    background-color: var(--light);
}
.mmresourcebox a:hover h4 {
    color:var(--primary);
}
.mmresourcebox h4 {
    font-size: 17px;
    color: var(--dark);
    font-weight: bold;
    transition: all 0.4s;
    margin-bottom: 5px;
}
.mmresourcebox p {
    font-size: 12px;
    color: var(--text);
    line-height: 140%;
}
.megamenu-wrap.resources-megamenu-wrap {
    max-width: 1100px;
    margin-top:0;
}
.lgdropdown .dropdown-toggle {
    border: 0;
    padding: 0;
    line-height: 40px;
    background: transparent;
    font-size: 15px;
    color: var(--dark);
}
.lgdropdown .dropdown-toggle::after {
    border-left: 2px solid var(--primary);
    border-bottom: 2px solid var(--primary);
    background: transparent;
    width: 6px;
    height: 6px;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    margin-left: 6px;
}
.lgdropdown .dropdown-toggle.show:after {
    transform: rotate(-225deg);
    margin-bottom: -2px;
}
html .lgdropdown .dropdown-menu {
    min-width: 110px;
}
html .lgdropdown .dropdown-menu li {
    padding: 3px 8px;
    font-size: 14px;
    line-height: 130%;
    cursor: pointer;
    margin: 2px 0;
    transition: all 0.4s;
    border-radius: 4px;
}
html .lgdropdown .dropdown-menu li:hover{
    background: var(--light);
}
html .dropdown-item:hover {
    background: var(--light);
}
html .dropdown-item {
    font-size: 14px;
    color: var(--dark);
    padding: 8px 18px;
    line-height: 20px;
    border-radius: 6px;
}
html .dropdown-menu {
    border-radius: 8px;
    border: 1px solid #ECF0F1;
    background: #FFF;
    box-shadow: 0px 8px 12px 0px rgba(0, 0, 0, 0.04);
    padding: 5px;
}
.search-btn {
    float: right;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.4s;
    background: none;
    outline: none;
    border-radius: 8px;
    border: 1px solid #ECF0F1;
    padding: 0 14px;
}
.search-txt
{
  border:none;
  background:none;
  outline:none;
  float:left;
  padding:0;
  font-size:16px;
  transition : 0.4s;
  line-height: 40px;
  width : 0px;
}
.search-box{
    position: relative;
}
.search-box.active > .search-txt {
    width: 200px;
    padding: 0 6px 0 35px;
    transform: translateX(0px);
    border-radius: 8px;
    border: 1px solid #ECF0F1;
    background-color: #EEF8FA;
}
.search-box.active .search-btn {
    position: absolute;
    border: none;
    left: 10px;
    padding: 0;
}
.search-box.active > .search-txt::placeholder {
    color: #012C40;
    opacity: 0.5;
}



/* footer */
footer{
    padding-top: 75px;
}
ul.social-media{
    gap: 10px;
    margin: 0;
}
ul.social-media li a {
    height: 28px;
    width: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
    color: #fff;
}
ul.social-media li a:hover {
    color: var(--primary);
}
h6.menu_title {
    color: #9F9F9F;
}
.logos-wrp{
    gap: 20px 44px;
}
.contry_social{
    padding: 20px 0;
}
footer a{
    color: var(--white)
}
footer a:hover{
    color: var(--primary)
}
.copy-right{
    color: #CFCFCF;
    line-height: 180%;
}

@media (max-width:1320px){
    .header-searchbar-toggle {
        display: flex;
        width: 40px;
        height: 40px;
        background: var(--light);
        border-radius: 8px;
        color: var(--dark);
        align-items: center;
        justify-content: center;
        padding: 0 12px;
    }
    .header-searchbar-toggle-wrap{
        position: relative;
    }
    .header-search-field-wrap {
        position: absolute;
        left: 0;
        top: 100%;
        background: #fff;
        padding: 10px;
        border: 1px solid #efefef;
        border-radius: 10px;
        transform: translateY(20px);
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s;
    }
    .header-search-field-wrap.show {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }
    .header-search-autofill {
        max-height: calc(100vh - 140px);
        margin-top: -6px;
        border-top: 0;
    }
}

@media(max-width:1199px){
      .header_menu > ul > li + li {
        margin-left: 0px;
    }
    .training-menu-link {
        font-size: 12px;
    }
    .mmservice-box {
        padding: 8px;
    }
    .mmservice-box h3 {
        font-size: 14px;
    }
    .search-box.active{
        opacity: 1;
        visibility:visible;
    }
    .search-txt {
        width: 100%
    }
    .search-box {
        position: fixed;
        top: 61px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        margin: 0 15px;
        background: #ffffff;
        margin: 0;
        top: 135px;
        z-index: 99;
        padding: 15px 15px;
        transition: all 0.5s;
    }
    .search-box.active > .search-txt {
        width: 100%;
        max-width: 100%;
    }
    .search-box.active .search-btn {
        left: 26px;
    }
    .sticky .header-offer-added header {
        top: -64px;
    }
    html.sticky .search-box.active {
        top: 60px;
        box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.05);
    }
    .search-box .search-btn,.search-box.active .search-btn {
        left: 26px;
        position: absolute;
        border: none;
        padding: 0;
    }
    html.sticky .search-box.active {
        top: 56px;
        box-shadow: 0px 11px 14px 0px rgba(0, 0, 0, 0.05);
    }
    .megamenu-wrap.course-megamenu-wrap {
    width: 790px;
    max-width: 850px;
}
}
@media(max-width:991px){
     .header_menu {
        display: none;
    }
     html .btn.btn-dark.sign-in-btn {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="17" viewBox="0 0 14 17" fill="none"><path d="M13 15.25V13.75C13 12.9544 12.6839 12.1913 12.1213 11.6287C11.5587 11.0661 10.7956 10.75 10 10.75H4C3.20435 10.75 2.44129 11.0661 1.87868 11.6287C1.31607 12.1913 1 12.9544 1 13.75V15.25" stroke="%23000" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/><path d="M7 7.75C8.65685 7.75 10 6.40685 10 4.75C10 3.09315 8.65685 1.75 7 1.75C5.34315 1.75 4 3.09315 4 4.75C4 6.40685 5.34315 7.75 7 7.75Z" stroke="%23000" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        font-size: 0;
        background-repeat: no-repeat;
        background-position: center;
        padding: 12px;
        line-height: 0;
        background-color: transparent;
    }
    .header_logo a {
        max-width: 158px;
    }
    .header-bottom {
        padding: 15px 0;
    }.header-top p {
         font-size: 13px;
         line-height: 22px;
     }
    .navbar-toggle {
        width: 34px;
        height: 34px;
        position: relative;
    }
    .navbar-toggle span:nth-child(1) {
        top: -16px;
        width: 20px;
    }
    .navbar-toggle span:nth-child(3) {
        bottom: -16px;
        width: 20px;
    }
    .navbar-toggle span {
        width: 32px;
        height: 2px;
        background: var(--dark);
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 0;
        margin: auto;
        transition: all 0.3s;
    }
    .spacing-0 {
        padding: 0 6px;
    }
    .search-btn {
        height: 38px;
        padding: 0 12px;
    }
    .menu-show .header_menu {
        transform: translatex(0%);
    }
    .header_menu > ul {
        flex-direction: column;
    }
    .header_menu {
        position: fixed;
        right: 0;
        display: block;
        z-index: 9999;
        background: #ffffff;
        top: 0;
        bottom: 0;
        width: 320px;
        padding: 40px 20px 15px;
        transform: translatex(120%);
        transition: all 0.4s;
        overflow: auto;
        color: #fff;
        margin: 0;
        box-shadow: -3px 0px 17px -2px #00000026;
    }
    html.menu-show {
        overflow: hidden;
    }
    .megamenu-wrap {
        position: relative;
        display: none;
        border: none;
        background: #fff;
        box-shadow: 0 0 0 transparent;
        margin-top:0;
    }
    .submenu_active .megamenu-wrap {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        border: 1px solid #efefef;
        padding: 8px;
        border-radius: 5px;
        left:0;
        width: 100%;
    }
    ul.mm-menu li a {
        font-size: 14px;
        padding:6px 10px;
    }

    .header_menu > ul > li.menu-parent > a:after {
        display: inline-block;
    }
    .megamenu-overlay.show {
        display: none;
    }
    .mmservice-box .img {
        display: none;
    }
    .header_menu > ul > li + li {
        margin-left: 0px;
    }
    .mmservice-box h3 {
        font-size: 14px;
    }
    .mmservice-box {
        border-right: 0px;
        padding: 6px;
        border-bottom: 1px solid #ccc;
    }
    .header_menu > ul > li > a {
        padding: 0px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .header_menu > ul > li.menu-parent.submenu_active > a:after {
        transform: rotate(225deg);
    }
    .header_menu > ul > li > a:hover, .header_menu > ul > li.active > a {
        background-color: #effbfc00;
        color: var(--primary);
    }
    .mmresourceboxwrap {
        padding: 0 !important;
    }
    .submenu_active .megamenu-wrap > .container {
        padding: 0;
    }
    h3.mm-title,.knowledge-area {
        display: none;
    }
    .mmresourcebox p {
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        text-overflow: ellipsis;
        font-size: 12px;
        line-height: normal;
    }
    .mmresourceboxwrap:before {
        left: 0px;
    }
    .mmresourcebox h4 {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .training-menu-link {
        padding: 5px 4px;
        font-size: 12px;
        margin: 0px 8px;
    }
    .menu-show .navbar-toggle span:nth-child(1) {
        top: 0;
        width: 20px;
        transform: rotate(45deg);
    }
    .menu-show .navbar-toggle span:nth-child(2) {
        width: 0;
    }
    .menu-show .navbar-toggle span:nth-child(3) {
        bottom: 0;
        width: 20px;
        transform: rotate(-45deg);
    }
    .header_menu .navbar-toggle {
        margin-left: auto;
        margin-right: 0;
        position: absolute;
        top: 5px;
        right: 5px;
    }
    .service_menu .megamenu-wrap .col-lg-2:last-child .mmresourcebox{
        border-bottom: 0;
    }
    .header-menu-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        background: #00000082;
        z-index: 9;
        top: 0;
        display: none;
    }
    .menu-show .header-menu-overlay {
        display: block;
    }
    ul.nav.nav-tabs.flex-column.nav-pills {
        display: none;
    }
    .tab-content>.tab-pane {
        opacity: 1;
        border-bottom: 1px solid #eee;
    }
    h3.tab_drawer_heading {
        font-size: 14px;
        color: var(--dark);
        margin: 0;
        padding: 10px 7px;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .training-row {
        display: none;
        margin-bottom: 14px;
    }
    h3.tab_drawer_heading:after {
        content: "";
        display: inline-block;
        vertical-align: top;
        border-right: 2px solid var(--primary);
        border-bottom: 2px solid var(--primary);
        transform: rotate(45deg);
        width: 6px;
        height: 6px;
        margin: 0 0 0 6px;
        transition: all 0.4s;
        float: right;
    }
    .mmtab-style-1 .tab-content{
        min-height: auto;
        padding: 0px;
    }
    .header_menu > ul > li.menu-parent > a:after{
        float: right;
    }
    .search-box.active{
        opacity: 1;
        visibility:visible;
    }
    .search-txt {
        width: 100%
    }
    .search-box {
        position: fixed;
        top: 61px;
        left: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        margin: 0 15px;
        background: #ffffff;
        margin: 0;
        top: 135px;
        z-index: 99;
        padding: 10px 15px;
        transition: all 0.5s;
    }
    .search-box.active > .search-txt {
        width: 100%;
        max-width: 100%;
    }
    .search-box .search-btn,.search-box.active .search-btn {
        left: 26px;
        position: absolute;
        border: none;
        padding: 0;
    }
    .tab-content>.tab-pane {
        opacity: 1;
        border-bottom: 1px solid #eee;
    }
    .nav_academy_link a {
        font-size: 14px;
        color: var(--dark);
        font-weight: 600;
        padding: 10px 7px;
        display: flex;
        align-items: center;
        gap: 6px;
    }
    .header_menu > ul > li > a span {
    display: none;
    }
    .megamenu-wrap .tab-content>.tab-pane {
        display: block;
    }
    .mmtab-style-1 .tab-content .tab_drawer_heading {
        display: flex;
    }
    html header .select2-container--default .select2-selection--single .select2-selection__rendered span {
    font-size: 0;
}
    ul.social-media li a {
    height: 23px;
    width: 23px;
}
ul.social-media li a svg {
    width: 16px;
    height: 16px;
}
}

@media(max-width:767px){
    .header_logo a {
    max-width: 133px;
}
html .select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 12px;
    height: 14px;
}
.dropdown.lgdropdown div, .dropdown.lgdropdown div span {
    width: fit-content !important;
    display: flex;
}
ul.social-media{
    justify-content: center;
}
.header-search-field-wrap {
    border-radius: 0;
    width: 100%;
}
.header-searchbar-toggle-wrap {
    position: static;
}
.header-search-field input {
    max-width: 100%;
}
}