/* .p-rel {
    position: relative;
}

.header .top-header {
    background-color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.header .top-header .top-tagline {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: black;
    margin: 0;
    padding: 10px 0;
}

.header .top-header .top-details{
    display: flex;
    align-items: center;
}

.header .top-header .top-contact-details {
    margin-right: 45px;
}


.header .top-header .top-contact-details p:first-child {
    padding-right: 20px;
    border-right: 1px solid white;
}

.header .top-header .top-contact-details p a {
    text-decoration: none;
}

.header .top-header .top-contact-details p a {
    text-decoration: none;
}

.header .top-header .top-contact-details p:last-child {
    padding-left: 20px;
}

.header .main-header {
    background-color: transparent;
    position: fixed;
    top: 50px;
    z-index: 999;

    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
}


.header .main-header .header-menu-links {
    display: flex;
    align-items: center;
}

.header .main-header .header-menu-links ul.hv {
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 0;
}

.header .main-header .header-menu-links ul.hv > li:not(:last-child) {
    margin-right: 54px;
}


.header .main-header .header-menu-links ul.hv > li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: white;
    margin: 0;
    text-decoration: none;
    transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
}


.header .main-header .header-menu-links ul.hv li.menu-item-has-children ul.sub-menu {
    
    position: absolute;
    background: black;
   
    min-width: 240px;
    top: 100%;
    margin: 0;
    padding-left: 0;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
}

input{ 
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}


.search-contact {
    display: flex;
}

.search-contact div {
    background-color: white;
    border: 0;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    cursor: pointer;
}


.header .search-contact a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: white;
    margin: 0;
    background-color: red;
    padding: 20px 77px;
    outline: none;
    border: none;
    text-decoration: none;
}


.header .main-header.m-header {
    display: flex;
    justify-content: space-between;
    display: none;
}

.header .main-header.m-header .main-logo {
    width: 120px;
}

.header .main-header.m-header .mobile-menu-ws {
    display: flex;
    align-items: center;
}

.search-contact {
    display: flex;
}

.header .main-header.m-header .mobile-menu-ws .search-contact div {
    background-color: transparent;
    padding: 0;
}

.header .main-header.m-header .header-menu-links {
    margin-left: 26px;
}


.header .main-header.m-header .mobile-menu-ws .mobile-menu-r {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    display: none;
    overflow-y: scroll;
}

.header .main-header.m-header .header-menu-links ul.hv {
    flex-direction: column;
    margin-top: 65px;
    align-items: self-start;
}

.header .main-header.m-header .header-menu-links ul.hv > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
}

.header .main-header.m-header .header-menu-links ul.hv > li {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.header .main-header.m-header .header-menu-links ul.hv > li {
    min-height: auto;
    width: 94%;
    position: relative;
}


.header .main-header .header-menu-links ul.hv > li {
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: center;
    min-height: 70px;
    position: relative;
    transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
}

.header .main-header.m-header .header-menu-links ul.hv > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
}


.header .main-header.m-header .header-menu-links ul.hv > li {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.header .main-header.m-header .header-menu-links ul.hv > li {
    min-height: auto;
    width: 94%;
    position: relative;
}


.header .main-header.m-header .header-menu-links ul.hv {
    flex-direction: column;
    margin-top: 65px;
    align-items: self-start;
}

.header .main-header .header-menu-links ul.hv {
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 0;
}

.search-bar {
    background-color: white;
    height: 120px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    padding: 0 20px;
    display: none;
    transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
}


.is-form-style {
    line-height: 1;
    position: relative;
    padding: 0 !important;
}

.is-form-style.is-form-style-3 label {
    width: calc(100% - 36px) !important;
}

.is-ajax-search label {
    position: relative;
}


.is-form-style label {
    padding: 0;
    vertical-align: middle;
    margin: 0;
    width: 100%;
    line-height: 1;
}


.is-form-style label {
    display: inline-block !important;
} */



/* .p-rel {
    position: relative;
   
} */


.d-rel{
  position: relative;
}


.header .top-header {
    background-color: #121C22;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.header .top-header .top-tagline {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: white;
    font-family: Manrope;
    margin: 0;
    padding: 10px 0;
}


.header .top-header .top-details, .header .top-header .top-contact-details, .header .top-header .top-social-icons {
    display: flex;
    align-items: center;
}


.header .top-header .top-details, .header .top-header .top-contact-details, .header .top-header .top-social-icons {
    display: flex;
    align-items: center;
}


.header .top-header .top-contact-details {
    margin-right: 45px;
}


.header .top-header .top-contact-details {
    margin-right: 45px;
}

.header .top-header .top-details, .header .top-header .top-contact-details, .header .top-header .top-social-icons {
    display: flex;
    align-items: center;
}

.header .top-header .top-contact-details p:first-child {
    padding-right: 20px;
    border-right: 1px solid white;
}

.header .top-header .top-contact-details p:first-child {
    padding-right: 20px;
    border-right: 1px solid white;
}

.header .top-header .top-contact-details p:last-child {
    padding-left: 20px;
}


.header .top-header .top-contact-details p, .header .top-header .top-contact-details p a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: Manrope;
    color: white;
    margin: 0;
}


.header .top-header .top-contact-details p a {
    text-decoration: none;
}


.header .top-header .top-contact-details p:last-child {
    padding-left: 20px;
}

header .top-header .top-contact-details p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    color: white;
    font-family: Manrope;
    margin: 0;
}




.header .main-header .header-menu-links ul.hv > li a:active{
    border-bottom: 1px solid #E66445;
    color:#E66445;
}

.header .main-header .header-menu-links ul.hv > li a:focus{
    border-bottom: 1px solid #E66445;
    color:#E66445;
}

.header .main-header .header-menu-links {
    display: flex;
    align-items: center;
}


.header .main-header .header-menu-links ul.hv {
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 0;
}

.header .main-header .header-menu-links ul.hv > li:not(:last-child) {
    margin-right: 54px;
}


.header .main-header .header-menu-links ul.hv > li {
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: center;
    min-height: 70px;
    position: relative;
    transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
}


.header .main-header .header-menu-links ul.hv > li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: Manrope;
    color: white;
    margin: 0;
    text-decoration: none;
    transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
}


input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.search-contact {
    display: flex;
}

.search-contact div {
    background-color: white;
    border: 0;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    cursor: pointer;
}

.header .search-contact a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    font-family: Manrope;
    color: white;
    margin: 0;
    background-color: red;
    padding: 20px 77px;
    outline: none;
    border: none;
    text-decoration: none;
}

.header .main-header.m-header {
    /* display: flex;
    justify-content: space-between; */
    display: none;
}

.header .main-header.m-header .main-logo {
    width: 120px;
}

.header .main-header.m-header .mobile-menu-ws {
    display: flex;
    align-items: center;
}

.search-contact {
    display: flex;
}

.header .main-header.m-header .mobile-menu-ws .search-contact div {
    background-color: transparent;
    padding: 0;
}

.search-contact div {
    background-color: white;
    border: 0;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    cursor: pointer;
}

.header .main-header.m-header .header-menu-links {
    margin-left: 26px;
}

.header .main-header .header-menu-links {
    display: flex;
    align-items: center;
}

.header .main-header.m-header .mobile-menu-ws .mobile-menu-r {
    position: fixed;
    top: 0;
    left: 0;
    background: black;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    display: none;
    overflow-y: scroll;
}

.header .main-header.m-header .header-menu-links ul.hv {
    flex-direction: column;
    margin-top: 65px;
    align-items: self-start;
}

.header .main-header .header-menu-links ul.hv {
    display: flex;
    /* align-items: center; */
    margin: 0;
    padding-left: 0;
}

.header .main-header.m-header .header-menu-links ul.hv > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
}

.header .main-header.m-header .header-menu-links ul.hv > li {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}
.header .main-header.m-header .header-menu-links ul.hv > li {
    min-height: auto;
    width: 94%;
    position: relative;
}


.header .main-header .header-menu-links ul.hv > li {
    list-style-type: none;
    margin: 0;
    display: flex;
    align-items: center;
    min-height: 70px;
    position: relative;
    transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
}


.add-sticky-header {
    transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
    background-color: rgba(0, 0, 0, 0.8) !important;
    top: 0 !important;
}

.header .main-header {
    background-color: transparent;
    position: fixed;
    top: 70px;
    z-index: 999;
    /* max-width: 1440px; */
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 72px 0px 32px;
    transition: 0.2s ease-in all;
    -webkit-transition: 0.2s ease-in all;
    -moz-transition: 0.2s ease-in all;
    -ms-transition: 0.2s ease-in all;
    -o-transition: 0.2s ease-in all;
}

img {
    vertical-align: middle;
}

.header .main-header .header-menu-links {
    display: flex;
    align-items: center;
}


.header .main-header .header-menu-links ul.hv {
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 0;
}


