:root{
    --theme:#061E3A;
    --family:'Poppins', sans-serif;
}
html,
body {
    font-family: var(--family) !important;
    font-weight: 300;
    font-size: 20px;
    width: 100%;
    max-width: 100%;
    min-width: 350px;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    scroll-behavior: smooth;
    font-smooth: 2em;
    color: black;
}
.hide {
    display: none !important;
}
div,
span,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--family) !important;
}
a {
    color: var(--theme);
}
a:hover {
    text-decoration: none;
}
p {
    color: #000000 !important;
}
.PeraTitle h1 {
    color: var(--theme);
    font-size: 45px;
    font-weight: 600;
}
.white {
    color: white;
}
header {
    background: var(--theme);
}
.brandLogo a {
    display: block;
    width: 120px;
    height: 100px;
    background: url(../assets/Logo.png) no-repeat left center;
    background-size: 100%;
}
.Header {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.NavPlace ul {
    display: flex;
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.NavPlace ul li {
    padding: 20px 0;
}
.NavPlace ul li a {
    font-size: 16px;
    color: white;
    padding: 0 15px;
}
.ResBtn {
    display: none;
    align-content: center;
    align-items: center;
}
.Dnav,
.ClosaNav,
.Dnav:focus,
.ClosaNav:focus {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    outline: none;
}
.Dnav {
    background: url(../assets/OpenIcon.svg) no-repeat center center transparent;
    background-size: 100%;
}
.ClosaNav {
    background: url(../assets/CloseIcon.svg) no-repeat center center transparent;
    background-size: 100%;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children .sub-menu {
    display: none;
    width: 100%;
    min-width: 200px;
    background: white;
    flex-wrap: wrap;
    border-radius: 10px;
    padding: 10px 10px 10px 10px;
    margin-top: 15px;
    position: absolute;
    z-index: 99999999999;
}
.menu-item-has-children .sub-menu li {
    width: 100%;
    border-bottom: solid 1px #CCCCCC;
    padding: 0px 0;
}
.menu-item-has-children .sub-menu li a {
    display: block;
    padding: 10px 0;
    color: #061E3A;
}
.MainTable {
    background: var(--theme);
    padding: 60px 0 !important;
}
.MainTableContent .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.MainTableContent h1 {
    color: white;
    font-size: 55px;
    font-weight: 600;
    margin: 0px;
}
.MainTableContent h1:nth-child(2) {
    color: #0A789A;
}
.MainTableContent p {
    color: white !important;
}
.MainTableContent .MainFrameBtn button,
.MainTableContent .MainFrameBtn a {
    color: white !important;
    background-color: #0A789A !important;
    border: none !important;
    padding: 15px 40px !important;
    font-weight: 200px;
}
.HaasilSignInBtn a {
    color: white !important;
    background-color: #0A789A !important;
    border: none !important;
    padding: 8px 15px !important;
    font-weight: 200px;
    border-radius:5px;
    transition: all 0.3s ease-in-out;
}
.HaasilSignInBtn a:hover {
    color: #0A789A !important;
    background-color: white !important;
}
.HaasilSignUpBtn {
    padding-left:10px !important;
}
.HaasilSignUpBtn a {
    color: #0A789A !important;
    background-color: #ffffff !important;
    border: none !important;
    padding: 8px 15px !important;
    font-weight: 200px;
    border-radius:5px;
    transition: all 0.3s ease-in-out;
}
.HaasilSignUpBtn a:hover {
    color: #ffffff !important;
    background-color: #0A789A !important;
}
.WhatIsHaasil {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.DeshImage {
    /* background: #0A789A; */
}
.Threecol {
    padding-top: 60px !important;
}
.Threecol h1 {
    font-size: 40px;
    font-weight: 700 !important;
    color: var(--theme);
}
.Threecol p {
    line-height: 36px;
}

.OOSTable {
    padding-top: 60px !important;
}
.OOSBoxing .wpb_column .vc_column-inner .wpb_wrapper .wpb_wrapper {
    background: white;
    box-shadow: 1px 1px 5px #cccccc;
    height: 250px;
    padding: 30px;
    border: solid 1px transparent;
    transition: all 0.3s ease-in-out;
}
.OOSBoxing .wpb_column .vc_column-inner .wpb_wrapper .wpb_wrapper:hover {
    border: solid 1px #0A789A;
}
.OOSBoxing h2 {
    font-size: 25px;
    color: var(--theme);
}
.OOSBoxing h2::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.OOSBoxing .wpb_column:nth-child(1) h2::before {
    background: url(../assets/OOS1.svg) no-repeat center center transparent;
    background-size: 100%;
}
.OOSBoxing .wpb_column:nth-child(2) h2::before {
    background: url(../assets/OOS2.svg) no-repeat center center transparent;
    background-size: 100%;
}
.OOSBoxing .wpb_column:nth-child(3) h2::before {
    background: url(../assets/OOS3.svg) no-repeat center center transparent;
    background-size: 100%;
}
.OOSBoxing p {
    font-size: 16px;
}
.OCTable {
    padding-top: 60px !important;
    background: white;
}
.OCTable .vc_inner {
    display: flex;
    justify-content: center;
}
.OCTable a span {
    display: none !important;
}
.OCTable a.vc_left {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../assets/leftArrow.svg) no-repeat center  center;
    background-size: 40%;
}
.OCTable a.vc_right {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../assets/rightArrow.svg) no-repeat center  center;
    background-size: 40%;
}

.VisanTable {
    background-color: var(--theme);
    color: white;
    padding: 80px 0 !important;
}
.VisanTable h1 {
    color: white;
}
.VisanTable.ToMake {
    border-bottom: solid 6px #326A7B;
}
.VisionText h2 {
    color: #FFFFFF;
    font-size: 30px;
    padding: 0 14%;
    position: relative;
}
.VisionText h2::before {
    /* content: '';
    display: block;
    width: 150px;
    height: 115px;
    background: url(../assets/VisionLeft.svg) no-repeat left center;
    background-size: 100%;
    position: absolute;
    left: 0px;
    top: 80px; */
}
.VisionText h2::after {
    /* content: '';
    display: block;
    width: 150px;
    height: 115px;
    background: url(../assets/Visionright.svg) no-repeat left center;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 0px; */
}
.WCU-Box .vc_column-inner .wpb_wrapper{
    display: flex;
    flex-wrap: wrap;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column{
    width: 33.33%;
    padding: 15px;
    margin-bottom: 0px;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper{
    width: 100%;
    height: 270px;
    padding: 30px;
    background: white;
    align-content: flex-start;
    transition: all 0.3s ease-in-out;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper:hover{
    background: #0A789A;
}
.WCU-Box h2 {
    color: var(--theme);
    font-size: 22px;
    font-weight: 600;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper:hover h2,
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper:hover p {
    color: white !important;
}
.WCU-Box p {
    font-size: 16px;
}
.WCU-Box a {
    display: none;
}
.WCU-Box h2::before {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(1) h2::before {
    background: url(../assets/wcu1.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(2) h2::before {
    background: url(../assets/wcu2.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(3) h2::before {
    background: url(../assets/wcu3.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(4) h2::before {
    background: url(../assets/wcu4.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(5) h2::before {
    background: url(../assets/wcu5.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(6) h2::before {
    background: url(../assets/wcu6.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(7) h2::before {
    background: url(../assets/wcu7.svg) no-repeat left center transparent;
    background-size: 100%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(8) h2::before {
    background: url(../assets/wcu8.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(9) h2::before {
    background: url(../assets/wcu9.svg) no-repeat left center transparent;
    background-size: 80%;
}




.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(1) .wpb_wrapper:hover h2::before {
    background: url(../assets/wcu1h.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(2) .wpb_wrapper:hover h2::before {
    background: url(../assets/wcu2h.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(3) .wpb_wrapper:hover h2::before {
    background: url(../assets/wcu3h.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(4) .wpb_wrapper:hover h2::before {
    background: url(../assets/wcu4h.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(5) .wpb_wrapper:hover h2::before {
    background: url(../assets/wcu5h.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(6) .wpb_wrapper:hover h2::before {
    background: url(../assets/wcu6h.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(7) .wpb_wrapper:hover h2::before {
    background: url(../assets/wcu7h.svg) no-repeat left center transparent;
    background-size: 100%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(8) .wpb_wrapper:hover h2::before {
    background: url(../assets/wcu8h.svg) no-repeat left center transparent;
    background-size: 80%;
}
.WCU-Box .vc_column-inner .wpb_wrapper .wpb_text_column:nth-child(9) .wpb_wrapper:hover h2::before {
    background: url(../assets/wcu9h.svg) no-repeat left center transparent;
    background-size: 80%;
}


.HIW {
    padding: 60px 0 60px 0 !important;
    background: url(../assets/GlobalBG.svg) no-repeat center center white;
    background-size: 100%;
}
.HIW-Large {
    padding: 40px 0;
}
.HIW-Small {
    display: none;
}

.Visualize {
    background: var(--theme);
    padding: 10px 0 40px 0 !important;
}
.Visualize h2 {
    color: white;
    font-size: 37px;
    font-weight: 600;
}
.Visualize h3 {
    color: #0A789A;
    font-size: 25px;
    font-weight: 600;
}
.VisualizeText {
    width: 30% !important;
    display: flex;
    align-content: center;
    align-items: center;
}
.VisualizeImg {
    width: 70% !important;
}
.VisualizeImg .wpb_single_image {
    margin-bottom: 0px;
}
.ContactTable {
    padding-top: 60px !important;
    background-color: white;
}
.ContactTable h3 {
    display: none;
}
.ContactTable input[type=text],
.ContactTable input[type=tel],
.ContactTable input[type=email] {
    padding: 24px 20px;
}
.ContactTable .frm_submit {
    width: 100%;
    display: flex;
    justify-content: center;
}
.ContactTable .frm_submit button {
    background-color: #0A789A !important;
    color: white !important;
    border: none !important;
    padding: 15px 90px !important;
}
.ValueRows .ValueImage {
    width: 40%;
    max-width: 40%;
}
.ValueRows .ValueContent {
    width: 60%;
    max-width: 60%;
}


footer {
    background: url(../assets/FooterBG.png) no-repeat right bottom;
    background-size: 400px;
    padding: 40px 0 80px 0;
}
.FooterBrandLogo a {
    display: block;
    width: 160px;
    height: 80px;
    background: url(../assets/Footer_logo.png) no-repeat left center;
    background-size: 100%;
}
.Footernav ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.Footernav ul li {
    padding: 10px 0;
}
.Footernav ul li a {
    font-weight: 600;
    font-size: 18px;
}
.socialAddress h5 {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    background: url(../assets/Loc.svg) no-repeat 0px 0px transparent !important;
    background-size: 30px;
    padding: 6px 0 6px 30px;
}
.socialAddress ul {
    list-style: none;
    padding: 0px 0 0 30px;
    margin: 0px;
    display: flex;
}
.socialAddress ul li  {
    margin-right: 20px;
}
.socialAddress ul li a {
    display: block;
    font-size: 0px;
    width: 30px;
    height: 30px;
}
.socialAddress ul li.SocialTW a {
    background: url(../assets/tw.svg) no-repeat center center;
}
.socialAddress ul li.SocialIN a {
    background: url(../assets/in.svg) no-repeat center center;
}
.socialAddress ul li.SocialFB a {
    background: url(../assets/fb.svg) no-repeat center center;
}
.socialAddress ul li.SocialIns a {
    background: url(../assets/ins.svg) no-repeat center center;
}



.ServicesTabsScrol {
    width:100%;
    height: 8vh;
    margin-top: 5vh;
    display: flex;
    flex-wrap: wrap;
    position: sticky;
    top: 24px;
}
.ServicesTab {
    display: flex;
    flex-wrap: wrap;
}
.ServicesTabContent .vc_column-inner  {
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.ServicesTabContent p {
    padding-top: 10px;
}
.ServicesTabContent h1 {
    color: #0A789A;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 50px;
    position: relative;
    display: initial;
}
.ServicesTab {
    height: 90vh;
    position: sticky;
    top: 11vh;
}
.ServiceInnerTable {
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}
.OnDarkBG h1,
.OnDarkBG p {
    color: white !important;
}
.ServicesTabContent h1:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    right: -80px;
    top: 7px;
}
.ServicesTabImage img {
    border-radius: 30px;
}
.DailyEssentiols h1::before {
    background: url(../assets/dailyIcon.svg) no-repeat center center transparent;
    background-size: auto 55px;
}
.AdHoc h1::before {
    background: url(../assets/adhocIcon.svg) no-repeat center center transparent;
    background-size: auto 55px;
}
.Gifting h1::before {
    background: url(../assets/giftIcon.svg) no-repeat center center transparent;
    background-size: auto 55px;
}
.SolutionsName h1::before {
    background: url(../assets/bespokeIcon.svg) no-repeat center center transparent;
    background-size: auto 55px;
}


.white p {
    color: white !important;
}
.ContactUsPageHeadFrame h4 {
    color: #0A789A;
    font-size: 22px;
}

.WTC .vc_column-inner .wpb_wrapper {
    position: relative;
}
.WTC .vc_column-inner .wpb_wrapper .wpb_single_image {
    display: flex;
    order: 2;
}
.WTC .vc_column-inner .wpb_wrapper .wpb_text_column {
    display: flex;
    order: 1;
    position: absolute;
    height: 100%;
    bottom: 0px;
}
.WTC .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper {
    display: flex;
    align-items: flex-end;
    align-content: flex-end;
    padding: 0 20px;
}
.WTC .vc_column-inner .wpb_wrapper .wpb_text_column .wpb_wrapper p {
    color: white !important;
}



.GetPopup {
    width: 100%;
    min-height: 100vh;
    background: #061E3A;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999999;
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.GetPopup.Open {
    display: flex;
}
.GetInTouchClose,
.GetInTouchClose:focus {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../assets/PopUpClose.svg) no-repeat center center transparent;
    background-size: 80%;
    border: none !important;
    outline: none;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99999999999;
    cursor: pointer;
}
.GetPopup .frm_forms {
    width: 60%;
}
.GetPopup label,
.GetPopup .frm_primary_label {
    color: white !important;
}
.GetPopup input {
    padding: 20px 10px !important;
    border: solid 1px #cccccc;
}
.GetPopup .frm_submit {
    width: 100%;
    display: flex;
    justify-content: center;
}
.GetPopup .frm_submit button {
    background: #0A789A !important;
    border: none !important;
    box-shadow:none !important;
}
.frm-g-recaptcha {
    display:flex;
    width:100%;
    justify-content:center;
    overflow:auto;
}
.EmailAccessFrame {
    padding:80px 0 !important;
    background-color: #f5f5f5 !important;
}
.EmailAccessFrame .wpb_text_column.wpb_content_element {
    width:100%;
    display:flex;
    justify-content:center;
}
.EmailAccessFrame .wpb_text_column.wpb_content_element .wpb_wrapper {
    width:40%;
    min-width:500px;
}
.EmailAccessFrame * {
    text-align:center;
}
