/*--------------------- Copyright (c) 2025 -----------------------
[Master Stylesheet]
Project: Advantal
Version: 1.0.0
-------------------------------------------------------------------*/
/*---------- Body Start ----------*/
body {
    font-family: "Kumbh Sans", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin: 0;
    color: #B0B0B0;
    background-color: #030205;
    -webkit-font-smoothing: antialiased;
    position: relative;
    z-index: 1;
    padding: 0 12px 12px 12px;
}
body::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 4px 4px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(to bottom, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    z-index: -1;
}
html {
    scroll-behavior: smooth;
}
/*---------- Typography Start ----------*/
a, a:hover, a:focus, button, button:hover, button:focus {
    color: #E0E0E0;
    text-decoration: none;
    cursor: pointer;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, b, strong {
    font-family: "Kumbh Sans", sans-serif;
    color: #E0E0E0;
    font-weight: 400;
}
img {
    max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus, .page-link:focus {
    outline: none !important;
    box-shadow: none;
}
img, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
ul, ol {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
body.modal-open, body:hover {
    -webkit-transition: all 0s;
    transition: all 0s;
}
/*---- Heading CSS Start ----*/
.adv_heading_wrap, .adv_heading_center_wrap{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.adv_heading_center_wrap{
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 50px;
}
.adv_heading_wrap h2, .adv_heading_center_wrap h2, .adv_heading_wrap h1, .adv_heading_center_wrap h1{
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 5px;
    color: #E0E0E0;
    text-transform: math-auto;
}
.adv_heading_wrap h1 span, .adv_heading_center_wrap h1 span, .adv_heading_wrap h2 span, .adv_heading_center_wrap h2 span, .adv_heading_wrap p b, .adv_heading_center_wrap p b{
    color: #0196c5;
}
.adv_heading_wrap p, .adv_heading_center_wrap p{
    margin-top: 10px;
    margin-bottom: 0;
    max-width: 100%;
    font-size: 20px;
    width: 90%;
    max-width: 100%;
}
.adv_heading_wrap .adv_btn, .adv_heading_center_wrap .adv_btn, .adv_heading_wrap .adv_btn, .adv_heading_center_wrap .adv_btn {
    margin-top: 30px;
}
.adv_heading_wrap ul{
    width: 100%;
    padding: 20px 0px 0px 40px;
}
.adv_heading_wrap ul li{
    list-style: disc;
}
/*---- Button CSS Start ----*/
.adv_btn, .adv_btn:focus, .adv_btn_bg, .adv_btn_bg:focus, .wpcf7-submit, .wpcf7-submit:focus {
    color: #0196c5;
    background-color: transparent;
    border: 1px solid #0196c5;
    border-radius: 100px;
    font-size: 16px;
    padding: 0px 20px;
    text-transform: math-auto;
    min-width: 140px;
    width: fit-content;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
}
.adv_btn_bg, .adv_btn_bg:focus, .wpcf7-submit:focus{
    color: #E0E0E0;
    background-color: #0196c5;
}
.adv_btn:hover, .wpcf7-submit:hover {
    color: #E0E0E0;
    background-color: #0196c5;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_btn_bg:hover {
    color: #0196c5;
    background-color: transparent;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
/*---------- Header CSS Start ----------*/
.adv_header_wrap {
    position: fixed;
    top: 12px;
    left: 12px;
    right: 12px;
    z-index: 999;
    align-items: center;
}
.adv_header_wrap::after{
    content: "";
    position: absolute;
    top: -12px;
    width: 100%;
    height: 40px;
    z-index: -1;
    background-color: #022933;
    background: radial-gradient(33.33333% 42.59% at 50% -5.56%, #0196c5 0%, rgb(0 0 0 / 0%) 100%);
}
.adv_header_wrap .container{
    max-width: 100%;
    width: 100%;
}
.adv_header_wrap.fixed {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
    border-radius: 0 0 12px 12px;
    top: 0px;
    background: rgb(2 41 51 / 46%);
    backdrop-filter: blur(19px);
    -webkit-backdrop-filter: blur(19px);
}
.adv_header_wrap.fixed::after, .adv_header_wrap.fixed .adv_header_top{
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
}
.adv_header_top{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-60%);
    display: none;
}
.adv_header_topleft{
    display: flex;
}
.adv_header_topleft ul{
    display: flex;
    align-items: flex-start;
    width: 100%;
    row-gap: 5px;
    flex-direction: column;
}
.adv_header_topleft ul li{
    display: flex;
    align-items: center;
    position: relative;
    background-color: #022933;
    padding: 8px;
    border-radius: 50px;
}
.adv_header_topleft ul li:hover{
    column-gap: 10px;
}
.adv_header_topleft ul li a{
    color: #E0E0E0;
    font-size: 0px;
}
.adv_header_topleft ul li:hover a{
    font-size: 100%;
}
.adv_header_topleft ul li i{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    background-color: #0196c5;
    color: #030205;
}
.adv_header_topleft ul li a:hover{
    color: #0196c5;
}
.adv_header_topright{
    display: flex;
}
.adv_header_topright ul{
    display: flex;
    align-items: center;
    row-gap: 5px;
    flex-direction: column;
}
.adv_header_topright ul li {
    border-radius: 50px;
    background-color: #022933;
    padding: 8px;
}
.adv_header_topright ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    background-color: #0196c5;
    color: #030205;
}
.adv_header_topright ul li a:hover{
    transform: scale(1.1);
    color: #E0E0E0;
}
.adv_header_topright .adv_btn{
    padding: 0px 15px;
    text-transform: math-auto;
    min-width: 120px;
    height: 38px;
    margin-left: 15px;
    font-size: 14px;
    display: none;
}
.adv_header_bottom{
    display: flex;
    width: 100%;
    align-items: center;
    padding: 12px 12px;
}
.adv_logo {
    position: relative;
    z-index: 2;
    padding: 0;
}
.adv_logo img{
    height: 51px;
}
.adv_header_wrap.fixed .adv_logo img{
    height: 47px;
}
.adv_menu {
    display: flex;
    justify-content: center;
    align-items: center;
}
.adv_menu_icon {
    display: none;
}
.adv_menu .adv_btn {
    margin-left: 35px;
}
.adv_header_contact_btn{
    display: flex;
    justify-content: flex-end;
}
.adv_header_contact_btn .adv_btn{
    border-color: #ffffff;
    color: #ffffff;
}
.adv_header_contact_btn .adv_btn:hover{
    border-color: #0196c5;
}
/*---- Banner CSS Start ----*/
.adv_banner_wrap{
    display: flex;
    align-items: center;
    padding: 167px 0 20px 0;
}
.adv_banner_text{
    position: relative;
    z-index: 1;
    margin: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.adv_banner_text h1{
    position: absolute;
    margin: 0;
    width: 480px;
}
.adv_banner_text h1 span{
    color: #0196c5;
}
.adv_banner_circle {
    border-radius: 50%;
    height: 505px;
    width: 505px;
    animation: rotate_3922 4s linear infinite;
    background-color: #9b59b6;
    background-image: linear-gradient(#9b59b6, #84cdfa, #5ad1cd);
    z-index: -1;
}
.adv_banner_circle span {
    position: absolute;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: #9b59b6;
    background-image: linear-gradient(#9b59b6, #84cdfa, #5ad1cd);
}
.adv_banner_circle span:nth-of-type(1) {
    filter: blur(5px);
}
.adv_banner_circle span:nth-of-type(2) {
    filter: blur(10px);
}
.adv_banner_circle span:nth-of-type(3) {
    filter: blur(25px);
}
.adv_banner_circle span:nth-of-type(4) {
    filter: blur(50px);
}
.adv_banner_circle::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background-color: #030205;
    border: 2px solid #030205;
    border-radius: 50%;
}
@keyframes rotate_3922 {
    from {
      transform: rotate(0deg);
    }
  
    to {
      transform: rotate(360deg);
    }
} 
/*---- Awards CSS Start ----*/
.adv_awards_wrap{
    display: flex;
    width: 100%;
    padding: 50px 0 50px 0;
}
.adv_awards_inner, .adv_awards_inner ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}
.adv_awards_inner ul li{
    display: flex;
    width: 25%;
    padding: 10px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.adv_awards_inner ul li::after{
    content: "";
    position: absolute;
    right: 0;
    background-color: #0196c5;
    width: 1px;
    height: 32px;
}
.adv_awards_inner ul li:last-child:after{
    display: none;
}
.adv_awards_inner ul li a{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: auto;
    user-select: none;
}
.adv_awards_inner ul li a span{
    margin-top: 15px;
    text-transform: math-auto;
}
.adv_awards_inner ul li a img{
    height: 90px;
    width: 180px;
    object-fit: contain;
}
/*---- Background Color/Image CSS Start ----*/
.adv_bgcolor_wrap{
    /* background-color: #022933; */
    position: relative;
    z-index: 1;
    border-radius: 0 0 12px 12px;
}
.adv_bgcolor_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* background-image: linear-gradient(180deg, #030205 10%, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 0%) 50%); */
    height: 50%;
    z-index: -1;
}
/*---- Technology CSS Start ----*/
.adv_technology_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0;
}
.adv_technology_text{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 15px 0;
    position: relative;
    z-index: 1;
    padding: 25px;
    border-radius: 12px;
    border-bottom: 0.1px solid transparent;
    min-height: 271px;
    box-shadow: 0px 26px 50px rgb(0 0 0 / 20%);
    background-color: #022933;
}
.adv_technology_text:hover{
    border-bottom-color: #0196c5;
}
.adv_technology_text h2{
    font-size: 48px;
    margin-bottom: 20px;
    color: #0196c5;
}
.adv_technology_text h3{
    font-size: 20px;
    margin-bottom: 15px;
}
.adv_technology_text:hover h2, .adv_technology_text:hover span{
    color: #E0E0E0;
}
.adv_technology_text:hover h3{
    color: #0196c5;
}
.adv_technology_box{
    display: flex;
    width: 100%;
    flex-direction: column;
    border-radius: 12px;
    margin: 15px 0;
    position: relative;
    padding: 25px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
    min-height: 271px;
    align-items: flex-end;
    text-align: right;
}
.adv_technology_box::before {
    content: "";
    width: 1000px;
    height: 1000px;
    position: absolute;
    left: 50%;
    top: 50%;
    animation: rotating 6s infinite cubic-bezier(0.45, 0, 0.55, 1);
    transform-origin: center;
    background: conic-gradient(#0196c5, transparent, transparent, #0196c5, transparent, transparent, #0196c5);
    z-index: -1;
}
.adv_technology_box::after {
    content: "";
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    position: absolute;
    left: 3px;
    top: 3px;
    background-color: #030205;
    border-radius: 12px;
    z-index: -1;
}
@keyframes rotating {
    from {
      transform: translate(-500px, -500px) rotate(0deg);
    }
    to {
      transform: translate(-500px, -500px) rotate(360deg);
    }
}
.adv_technology_box:hover{
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_technology_box h4{
    font-size: 32px;
    text-transform: math-auto;
    margin-bottom: 40px;
}
.adv_technology_box h4 span{
    color: #0196c5;
}
.adv_technology_box .adv_btn{
    width: fit-content;
}
.adv_technology_box img{
    position: absolute;
    left: 6%;
    bottom: 8%;
}
/*---- Case Studies CSS Start ----*/
.adv_casestudies_wrap{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 70px 0 70px 0;
}
.adv_casestudies_box{
    display: flex;
    width: 100%;
    flex-direction: column;
    border-bottom: 0.1px solid #005566;
    margin: 12px 0;
}
.adv_casestudies_box:hover{
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
    border-bottom: 0.1px solid #0196c5;
    background-color: #030205;
}
.adv_casestudies_img, .adv_casestudies_img a, .adv_casestudies_text{
    display: flex;
    width: 100%;
    align-items: center;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}
.adv_casestudies_img a img{
    width: 100%;
    border-radius: 12px 12px 0 0;
}
.adv_casestudies_img:hover{
    border-radius: 12px 12px 0 0;
}
.adv_casestudies_box:hover .adv_casestudies_img a img{
    transform: scale(1.1);
}
.adv_casestudies_text{
    padding: 12px 15px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.adv_casestudies_text h5, .adv_casestudies_text h5 a{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adv_casestudies_text p{
    margin: 0;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adv_casestudies_box:hover .adv_casestudies_text h5 a, .adv_casestudies_text h5 a:hover, .adv_casestudies_text h5:hover a{
    color: #0196c5;
}
/*---- Businesses Globally CSS Start ----*/
.adv_businessesglobally_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 0 0;
    flex-direction: column;
    position: relative;
}
.adv_marquee_text{
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    z-index: -1;
}
.adv_marquee_text marquee{
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    text-stroke: 1px #E0E0E0;
    -webkit-text-stroke: 1px #E0E0E0;
    opacity: 0.3;
    font-size: 72px;
    font-weight: 600;
}
.adv_businessesglobally_wrap .adv_heading_center_wrap .adv_btn{
    margin-top: 30px;
}
/*---- Our Services CSS Start ----*/
.adv_ourservices_wrap{
    display: flex;
    width: 100%;
    padding: 20px 0 70px 0;
}
.adv_ourservices_boxes{
    display: flex;
    width: 100%;
    column-gap: 30px;
    align-items: start;
}
.adv_ourservices_list{
    display: flex;
    width: 450px;
}
.adv_ourservices_list ul{
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 30px;
}
.adv_ourservices_list ul li{
    display: flex;
    width: 100%;
}
.adv_ourservices_list ul li a{
    display: flex;
    width: 100%;
    align-items: center;
    border: 0.1px solid #444444;
    border-radius: 12px;
    padding: 12px 10px;
    cursor: pointer;
    column-gap: 15px;
    background-color: #030205;
}
.adv_ourservices_list ul li a:hover, .adv_ourservices_list ul li.active a{
    color: #E0E0E0;
    border: 0.1px solid #0196c5;
    background-color: #022933;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_ourservices_list ul li a .adv_img_box{
    display: flex;
    width: 40px;
    align-items: center;
    justify-content: center;
}
.adv_ourservices_list ul li a .adv_img_box img{
    width: 32px;
}
.adv_ourservices_list ul li a p{
    margin: 0;
    font-size: 20px;
}
.adv_ourservices_details{
    display: flex;
    width: calc(100% - 480px);
    flex-direction: column;
}
.adv_ourservices_text{
    display: flex;
    width: 100%;
    flex-direction: column;
    border: 0.1px solid #444444;
    border-radius: 12px;
    padding: 0px;
    background-color: #030205;
}
.adv_ourservices_text h4{
    display: flex;
    width: 100%;
}
.adv_ourservices_text h4 a{
    display: flex;
    width: 100%;
    padding: 20px;
    border-bottom: 0.1px solid #444444;
    background-color: #022933;
    border-radius: 12px 12px 0 0;
}
.adv_ourservices_text h4 a:hover{
    color: #0196c5;
}
.adv_ourservices_text p{
    padding-left: 20px;
    color: #B0B0B0;
}
.adv_ourservices_text h5{
    display: flex;
    width: 100%;
    column-gap: 10px;
    margin-top: 10px;
    padding-left: 20px;
}
.adv_ourservices_text h5 a{
    display: flex;
    width: 100%;
}
.adv_ourservices_text h5 a:hover{
    color: #0196c5;
}
/*---- Companies CSS Start ----*/
.adv_companies_wrap{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 70px 0 70px 0;
}
.adv_companies_list_wrap{
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    column-gap: 15px;
}
.adv_companies_list_wrap .adv_btn{
    margin-top: 50px;
}
.adv_companies_list {
	display: flex;
    animation-name: scrollAnimation;
    animation-duration: 60s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    column-gap: 15px;
    animation-delay: 0s;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-timeline: auto;
    animation-range-start: normal;
    animation-range-end: normal;
    display: flex;
}
@keyframes scrollAnimation{
    0%{
        transform:translateX(0)
    }
    100% {
        transform: translateX(calc(-200px * 40));
    }
}
@keyframes scrollAnimation2{
    0%{
        transform:translateX(0)
    }
    100% {
        transform: translateX(-100%);
    }
}
.adv_companies_list_wrap:hover .adv_companies_list {
    animation-play-state: paused;
}
.adv_companies_list span{
    display: flex;
    width: 200px;
    height: 200px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 12px;
    background-color: #F8F8FF;
}
.adv_companies_list span:hover{
    border-radius: 12px;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
    cursor: grab;
}
.adv_companies_list span img{
    height: 180px;
    width: 180px;
    object-fit: contain;
    transform: scale(0.9);
}
.adv_companies_list span:hover img{
    transform: scale(1);
}
/*---- Who We Are CSS Start ----*/
.adv_whoweare_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 70px 0;
}
.adv_whoweare_video{
    display: flex;
    width: 100%;
}
.adv_whoweare_video lite-youtube{
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
/*---- Software Solutions CSS Start ----*/
.adv_softwaresolutions_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 70px 0;
}
.adv_softwaresolutions_sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 15vh;
}
.adv_softwaresolutions_scroll{
    display: flex;
    width: 100%;
    border: 0.1px solid #444444;
    padding: 30px;
    border-radius: 12px;
    background-color: #030205;
}
.adv_softwaresolutions_scroll ul{
    display: flex;
    width: 100%;
    column-gap: 30px;
    row-gap: 25px;
    flex-direction: column;
}
.adv_softwaresolutions_scroll ul li{
    display: flex;
    width: 100%;
    border-bottom: 0.1px solid #444444;
}
.adv_softwaresolutions_scroll ul li:last-child{
    border-bottom: none;
}
.adv_softwaresolutions_scroll ul li:last-child .adv_softsol_info{
    padding-bottom: 0;
}
.adv_softsol_info{
    display: flex;
    width: 100%;
    align-items: flex-start;
    padding-bottom: 5px;
}
.adv_softsol_img{
    display: flex;
    width: 40px;
    align-items: center;
}
.adv_softsol_img img{
    width: 32px;
}
.adv_softsol_text{
    display: flex;
    width: calc(100% - 40px);
    flex-direction: column;
    padding-left: 15px;
}
.adv_softsol_heading{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.adv_softsol_heading h5, .adv_softsol_heading h5 a{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.adv_softsol_info:hover .adv_softsol_heading h5 a{
    color: #0196c5;
}
.adv_softsol_info:hover .adv_softsol_text p{
    color: #E0E0E0;
}
/*---- Our Customers CSS Start ----*/
.adv_ourcustomers_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 40px 0;
    position: relative;
    z-index: 1;
}
.adv_ourcustomers_testimo{
    display: flex;
    column-gap: 30px;
    align-items: flex-start;
}
.adv_ourcustomers_testi_box{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    padding: 48px 24px 24px 24px;
    border: 0;
    border: 0.1px solid transparent;
    border-radius: 12px;
    position: relative;
    margin-bottom: 30px;
    background-color: #022933;
}
.adv_ourcustomers_testi_box:hover{
    color: #E0E0E0;
    border-bottom-color: #0196c5;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_ourcustomers_testi_box:hover::after{
    font-size: 56px;
}
.adv_ourcustomers_testi_box::after{
    content: "\F6B0";
    font-family: bootstrap-icons !important;
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 48px;
    color: #E0E0E0;
}
.adv_ourcustomers_testi_box p{
    text-indent: 3.5em;
}
.adv_ourcustomers_testi_box h5{
    color: #0196c5;
	text-align: end;
}
.adv_ourcustomers_testi_box h6{
    margin-bottom: 0;
	text-align: end;
}
.adv_testi_box1{
    margin-top: 150px;
}
/*---- Newsletter CSS Start ----*/
.adv_newsletter_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 70px 0;
}
.adv_newsletter_from{
    display: flex;
    align-items: center;
    justify-content: center;
}
.adv_newsletter_inputfield{
    display: flex;
    width: 100%;
}
.adv_newsletter_inputfield p{
    display: flex;
    width: 100%;
    border: 0.1px solid #005566;
    border-radius: 50px;
    padding: 10px;
    background-color: #022933;
    position: relative;
}
.adv_newsletter_inputfield p label{
    display: none;
}
.adv_newsletter_inputfield .wpcf7{
    margin: 0 auto;
}
.adv_newsletter_from input[type="email" i] {
    width: 100%;
    background-color: transparent;
    border: 0;
    padding: 0 15px;
    color: #E0E0E0;
    height: 48px;
}
.adv_newsletter_from input[type="email" i]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #888888;
}
.adv_newsletter_from input[type="email" i]::-moz-placeholder { /* Firefox 19+ */
    color: #888888;
}
.adv_newsletter_from input[type="email" i]:-ms-input-placeholder { /* IE 10+ */
    color: #888888;
}
.adv_newsletter_from input[type="email" i]:-moz-placeholder { /* Firefox 18- */
    color: #888888;
}
.adv_newsletter_from .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 20px;
}
.adv_newsletter_from .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -35px;
}
/*---- Blog CSS Start ----*/
.adv_blog_wrap{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 70px 0;
}
.adv_blog_boxwrap{
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
}
.adv_blog_box{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.adv_blog_box:hover{
    color: #E0E0E0;
}
.adv_blog_box .adv_btn{
    margin-top: 30px;
}
.adv_blog_box .adv_forseotitle{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.adv_blog_img{
    border-radius: 12px 12px 0 0;
    overflow: hidden;
    width: 100%;
}
.adv_blog_box .adv_blog_img img{
    width: 100%;
    border-radius: 12px 12px 0 0;
    transform: scale(1);
    object-fit: cover;
}
.adv_blog_box:hover a img, .adv_blog_box:hover img{
    transform: scale(1.1);
}
.adv_blog_box h6{
    text-transform: math-auto;
    margin-top: 15px;
    margin-bottom: 0;
}
.adv_blog_box h4{
    margin-top: 20px;
    margin-bottom: 8px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adv_blog_box h4 a{
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adv_blog_box:hover h4, .adv_blog_box:hover h4 a{
    color: #0196c5;
}
.adv_blog_slider.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: 50px;
}
.adv_blog_slider.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    border: 0.1px solid #0196c5;
    background-color: transparent;
}
.adv_blog_slider.owl-theme .owl-dots .owl-dot.active span, .adv_blog_slider.owl-theme .owl-dots .owl-dot:hover span{
    background-color: #0196c5;
}
.adv_blog_btn{
    font-size: 14px;
    display: flex;
    align-items: center;
    column-gap: 6px;
    margin-top: 15px;
}
.adv_blog_box:hover .adv_blog_btn{
    color: #0196c5;
    font-weight: 400;
}
.adv_blogpage_wrap{
    padding: 70px 0;
}
.adv_blogpage_wrap .adv_btn{
    margin: 0 auto;
    margin-top: 30px;
}
.adv_blogpage_wrap .adv_blog_box{
    margin: 12px 0;
    border: 0.1px solid #444444;
    border-radius: 12px;
    padding: 15px;
    align-items: flex-start;
    text-align: left;
    background-color: #030205;
}
.adv_blogpage_wrap .adv_blog_box:hover{
    border-color: #0196c5;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_blog_categories_filter, .adv_blog_categories_filter ul{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
}
.adv_blog_categories_filter ul{
    column-gap: 10px;
    row-gap: 10px;
    width: auto;
    flex-wrap: wrap;
}
.adv_blog_categories_filter ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.1px solid #444444;
    border-radius: 12px;
    padding: 8px 16px;
    font-size: 14px;
    background-color: transparent;
    text-transform: math-auto;
}
.adv_blog_categories_filter ul li a:hover{
    border: 0.1px solid #0196c5;
    background-color: #0196c5;
    color: #E0E0E0;
}
/*---- Paginations CSS Start ----*/
.adv_paginations{
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 10px 0;
    column-gap: 6px;
}
.adv_paginations a, .adv_paginations span{
    display: flex;
    min-width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 0.1px solid #444444;
    border-radius: 12px;
    padding: 0 10px;
    font-size: 14px;
    background-color: transparent;
    text-transform: math-auto;
}
.adv_paginations span, .adv_paginations a:hover{
    border: 0.1px solid #0196c5;
    background-color: #0196c5;
    color: #000000;
}
/*---- Aaddress and Contact Form CSS Start ----*/
.adv_add_form_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0;
}
.adv_projectform_wrap{
    display: flex;
    width: 100%;
    flex-direction: column;
    background-color: #022933;
    padding: 30px;
    border-radius: 12px;
}
.adv_projectform_wrap h4{
    margin-bottom: 10px;
}
.adv_projectform_wrap p{
    margin-bottom: 25px;
}
.adv_projectform_wrap form p{
    margin-bottom: 0px;
}
.adv_projectform_wrap form p label{
    font-size: 14px;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.adv_projectform p{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-end;
    position: relative;
}
.adv_projectform{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
}
.adv_projectform form{
    width: 100%;
    margin-bottom: 0;
}
.adv_projectform .wpcf7-not-valid-tip {
    margin-top: -12px;
    margin-bottom: 6px;
    font-size: 14px;
}
.adv_projectform .wpcf7, .adv_projectform span {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.adv_projectform .wpcf7 form .wpcf7-response-output {
    font-size: 14px;
}
.adv_projectform span.wpcf7-spinner {
    position: absolute;
    right: 10px;
    bottom: 13px;
    width: auto;
}
.adv_projectform span input, .adv_projectform textarea, #custom-contact-form input, #custom-contact-form textarea, #custom-contact-form select {
    width: 100%;
    border: 0.1px solid #444444;
    border-radius: 12px;
    height: 45px;
    padding: 5px 12px;
    background-color: #030205;
    margin-bottom: 12px;
    color: #E0E0E0;
}
.adv_projectform span input::-webkit-input-placeholder, #custom-contact-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    color: #6c6c6c;
}
.adv_projectform span input::-moz-placeholder, #custom-contact-form input::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    color: #6c6c6c;
}
.adv_projectform span input:-ms-input-placeholder, #custom-contact-form input:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    color: #6c6c6c;
}
.adv_projectform span input:-moz-placeholder, #custom-contact-form input:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    color: #6c6c6c;
}
.adv_projectform textarea::-webkit-input-placeholder, #custom-contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 14px;
    color: #6c6c6c;
}
.adv_projectform textarea::-moz-placeholder, #custom-contact-form textarea::-moz-placeholder { /* Firefox 19+ */
    font-size: 14px;
    color: #6c6c6c;
}
.adv_projectform textarea:-ms-input-placeholder, #custom-contact-form textarea:-ms-input-placeholder { /* IE 10+ */
    font-size: 14px;
    color: #6c6c6c;
}
.adv_projectform textarea:-moz-placeholder, #custom-contact-form textarea:-moz-placeholder { /* Firefox 18- */
    font-size: 14px;
    color: #6c6c6c;
}
.adv_projectform span input:hover, .adv_projectform textarea:hover, .adv_projectform span input:focus, .adv_projectform textarea:focus, .adv_bannerhaed_wrap .adv_projectform span input:hover, .adv_bannerhaed_wrap .adv_projectform textarea:hover, .adv_bannerhaed_wrap .adv_projectform span input:focus, .adv_bannerhaed_wrap .adv_projectform textarea:focus, #custom-contact-form input:hover, #custom-contact-form textarea:hover, #custom-contact-form input:focus, #custom-contact-form textarea:focus{
    border: 0.1px solid #0196c5;
}
.adv_projectform textarea, #custom-contact-form textarea{
    height: auto;
}
#custom-contact-form select{
    cursor: pointer;
}
.adv_projectform span input[type="file" i], #custom-contact-form input[type="file" i]{
    cursor: pointer;
    color: #6c6c6c;
    font-size: 14px;
    padding-top: 8px;
    position: relative;
    z-index: 1;
}
.adv_projectform span input[type="file" i]::after, #custom-contact-form input[type="file" i]::after{
    content: "\F603";
    position: absolute;
    font-family: bootstrap-icons !important;
    left: 12px;
    top: 10px;
    background-color: #444444;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    color: #E0E0E0;
}
.adv_projectform span input[type="file" i]:hover::after, #custom-contact-form input[type="file" i]:hover::after{
    background-color: #0196c5;
}
.adv_projectform span input[type=file]::file-selector-button, #custom-contact-form input[type=file]::file-selector-button{
    border: 0;
    width: 32px;
    height: 30px;
    opacity: 0;
    visibility: hidden;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.adv_projectform span input[type="number" i], #custom-contact-form input[type="number" i]{
    -moz-appearance: textfield;
}
.adv_address_wrap{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    column-gap: 24px;
    justify-content: space-between;
    margin: 70px 0 0 0;
}
.adv_contact_wrap{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0 0 24px 0;
    row-gap: 24px;
}
.adv_address_wrap h4, .adv_contact_wrap h4{
    margin: 0px 0 6px 0;
    text-transform: math-auto;
}
.adv_contact_wrap h4{
    margin: 12px 0;
}
.adv_address_wrap p, .adv_contact_wrap p{
    margin-bottom: 15px;
    color: #E0E0E0;
}
.adv_address_wrap p a, .adv_contact_wrap p a{
    color: #B0B0B0;
}
.adv_address_wrap span, .adv_contact_wrap span{
    display: flex;
    align-items: flex-start;
    margin: 12px 0 0 0;
    text-align: left;
}
.adv_address_wrap span i, .adv_contact_wrap span i{
    color: #E0E0E0;
    width: 26px;
    margin-top: 5px;
}
.adv_address_wrap span a, .adv_contact_wrap span a{
    color: #B0B0B0;
    display: flex;
    width: calc(100% - 26px);
}
.adv_address_wrap span a:hover, .adv_contact_wrap span a:hover{
    color: #0196c5;
}
.adv_contact_box{}
.adv_address_box{
    display: flex;
    align-items: flex-start;
    margin: 12px 0;
    flex-direction: column;
    text-align: left;
    background-color: #022933;
    padding: 24px;
    border-radius: 12px;
    flex: 1;
    border-bottom: 0.1px solid transparent;
    position: relative;
    z-index: 1;
}
.adv_address_box:hover{
    border-bottom: 0.1px solid #0196c5;
    color: #E0E0E0;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_address_box>img{
    height: 72px;
    position: absolute;
    right: 12px;
    top: 12px;
}
form label, .search-submit .screen-reader-text{
    width: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    position: absolute;
    height: 1px;
}
/*---- Footer CSS Start ----*/
.adv_footer_wrap{
    display: flex;
    width: 100%;
    padding: 50px 0 0 0;
    position: relative;
    z-index: 1;
}
.adv_footer_wrap::after {
    content: "";
    position: absolute;
    background-color: #022933;
    border-radius: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    opacity: 0.8;
}
.adv_footer_box{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin-bottom: 40px;
}
.adv_footer_box h5{
    text-transform: math-auto;
    margin-bottom: 15px;
    position: relative;
}
.adv_footer_box ul{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.adv_footer_box ul li{
    margin: 5px 0;
}
.adv_footer_box ul li a{
    color: #B0B0B0;
}
.adv_footer_box ul li a:hover{
    color: #0196c5;
    padding-left: 3px;
}
.adv_copyright_wrap{
    display: flex;
    width: 100%;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
    border-top: 0.1px solid #444444;
}
.adv_footer_logo{
    display: flex;
}
.adv_copyright_wrap p{
    margin: 6px 0;
    font-size: 14px;
    text-align: center;
}
.adv_copyright_wrap p a{
    color: #0196c5;
}
.adv_copyright_wrap ul{
    display: flex;
    width: auto;
    align-items: center;
    column-gap: 10px;
}
.adv_copyright_wrap ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    background-color: #0196c5;
    color: #030205;
}
.adv_copyright_wrap ul li a:hover{
    transform: scale(1.1);
    color: #E0E0E0;
}
/*---- Services CSS Start ----*/
.adv_bannerhaed_wrap{
    display: flex;
    width: 100%;
    padding: 259px 0 70px 0;
    background-color: #022933;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    border-radius: 0 0 12px 12px;
}
.adv_bannerhaed_wrap::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #030205 0%, rgb(255 255 255 / 0%) 100%, rgb(255 255 255 / 0%) 0%);
    z-index: -1;
    border-radius: 0 0 12px 12px;
}
.adv_bannerhaed_wrap::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: inherit;
    z-index: -1;
    filter        : blur(10px);
    -moz-filter   : blur(10px);
    -webkit-filter: blur(5px);
    -o-filter     : blur(10px);
    border-radius: 0 0 12px 12px;
}
.adv_bannerhaed_wrap p{
    color: #E0E0E0;
}
.adv_service_iconwrap, .adv_service_iconwrap ul{
    display: flex;
    width: 100%;
    margin: 10px 0;
}
.adv_service_iconwrap ul{
    column-gap: 20px;
}
.adv_service_iconwrap ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    justify-content: flex-end;
}
.adv_service_iconwrap ul li img{
    width: 48px;
}
.adv_serviceoffer_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 50px 0;
}
.adv_serviceoffer_wrap .adv_heading_wrap .adv_btn{
    margin-top: 30px;
}
.adv_servicecateg{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 30px;
    border: 0.1px solid transparent;
    border-radius: 12px;
    background-color: #022933;
    margin-bottom: 24px;
    min-height: 420px;
}
.adv_servicecateg:hover{
    color: #E0E0E0;
    border-bottom-color: #0196c5;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_servicecateg img{
    width: 52px;
    height: 52px;
    margin-bottom: 15px;
    object-fit: contain;
}
.adv_servicecateg:hover img{
    transform: scale(1.1);
}
.adv_servicecateg h4{
    margin: 15px 0;
    color: #0196c5;
}
.adv_servicecateg h4 a{
    color: #0196c5;
}
.adv_servicecateg p{
    margin-bottom: 0;
}
/*---- Counter CSS Start ----*/
.adv_counter_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 70px 0;
}
.adv_counter_box{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.adv_counter_run{
    display: flex;
    width: 20%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 72px;
    color: #E0E0E0;
    font-weight: 300;
    position: relative;
    z-index: 1;
    letter-spacing: 6px;
}
.adv_counter_run span{
    color: #0196c5;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: normal;
    letter-spacing: 0px;
}
/*---- Get A Quote CSS Start ----*/
.adv_getquote_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 20px 0;
    position: relative;
    z-index: 1;
}
.adv_getquote_wrap .adv_btn{
    margin-top: 50px;
}
/*---- Industries CSS Start ----*/
.adv_industries_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 70px 0;
    flex-direction: column;
}
.adv_industries_list{
    display: flex;
    overflow: auto;
    flex-direction: column;
    align-items: center;
}
.adv_industries_list ul{
    display: flex;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 24px;
    justify-content: center;
}
.adv_industries_list ul li{
    display: flex;
    width: 23.5%;
}
.adv_industries_list .adv_btn{
    margin-top: 40px;
}
.adv_industries_list ul li a {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0.1px solid transparent;
    padding: 15px;
    flex-direction: column;
    row-gap: 15px;
    border-radius: 12px;
    text-transform: math-auto;
    background-color: #022933;
}
.adv_industries_list ul li a:hover {
    border-radius: 12px;
    border-bottom-color: #0196c5;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_industries_list ul li a span{
    color: #E0E0E0;
}
.adv_industries_list ul li:hover a span{
    color: #0196c5;
}
.adv_industries_list ul li a img {
    height: 32px;
    width: 32px;
    object-fit: contain;
}
.adv_industries_list ul li a:hover img {
    transform: scale(1.1);
}
.adv_industries_home .adv_industries_list ul li a {
    display: flex;
    flex-direction: inherit;
    background-color: #030205;
    border: 0.1px solid #444444;
    justify-content: flex-start;
    column-gap: 15px;
    position: relative;
    z-index: 1;
}
.adv_industries_home .adv_industries_list ul li a:hover{
    column-gap: 30px;
    background-color: #022933;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%)
}
.adv_industries_home .adv_industries_list ul li a:hover{
    box-shadow: none;
    border-color: #022933;
    border-left: 0.1px solid #0196c5;
}
.adv_industries_home .adv_industries_list ul li a::after {
    content: "";
    position: absolute;
    background-color: #030205;
    top: 0;
    bottom: 0;
    left: 0;
    width: 64px;
    z-index: -1;
    border-radius: 12px 0 0 12px;
}
.adv_industries_home .adv_industries_list ul li a span{
    color: #E0E0E0;
    text-align: left;
}
.adv_industries_home .adv_industries_list ul li a:hover span{
    color: #E0E0E0;
}
/*---- Technologies CSS Start ----*/
.adv_technologies_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 70px 0;
}
.adv_technologies_home .adv_technologies_box{
    align-items: center;
    text-align: center;
}
.adv_technologies_home .adv_technologies_box:hover{
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_technologies_box{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin: 12px 0;
    padding: 25px;
    border: 0.1px solid transparent;
    border-radius: 12px;
    min-height: 260px;
    background-color: #022933;
}
.adv_technologies_box:hover{
    color: #E0E0E0;
    border-bottom: 0.1px solid #0196c5;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_technologies_box img{
    height: 32px;
    width: 32px;
    object-fit: contain;
    margin-bottom: 25px;
}
.adv_technologies_box:hover img{
    transform: scale(1.1);
}
.adv_technologies_box h4{
    margin-bottom: 15px;
    word-break: break-word;
}
.adv_technologies_box:hover h4, .adv_technologies_box:hover h4 a{
    color: #0196c5;
}
.adv_technologies_box p{
    margin-bottom: 0px;
}
/*---- Process CSS Start ----*/
.adv_process_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 60px 0;
}
.adv_process_box, .employee_portal_box{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 12px 0;
    padding: 25px;
    border: 0.1px solid transparent;
    background-color: #022933;
    border-radius: 12px;
    min-height: 345px;
}
.adv_process_box:hover, .employee_portal_box:hover {
    color: #E0E0E0;
    border-bottom: 0.1px solid #0196c5;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_process_box:hover h4, .employee_portal_box:hover h4{
    color: #0196c5;
}
.adv_process_box p{
    margin-bottom: 0;
}
.adv_process_box span{
    display: flex;
    width: 80px;
    height: 80px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 100%;
    color: #E0E0E0;
    margin-bottom: 25px;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
    border: 2px solid #0196c5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.adv_process_box:hover span{
    background-color: #0196c5;
    font-weight: 400;
    color: #030205;
}
/*---- Team CSS Start ----*/
.adv_team_wrap{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 70px 0 70px 0;
}
.adv_team_wrap .adv_heading_wrap, .adv_team_wrap .adv_heading_center_wrap{
    margin-top: 20px;
}
.adv_team_box{
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 24px;
    border-bottom: 0.1px solid transparent;
}
.adv_team_box::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, rgb(6 71 73 / 0%), rgb(23 22 25));
    top: 40%;
    border-radius: 12px;
}
.adv_team_box:hover{
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
    border-bottom: 0.1px solid #0196c5;
}
.adv_team_box:hover>img{
    transform: scale(1.11);
}
.adv_team_box>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}
.adv_team_text{
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 5%;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.adv_team_text h4{
    font-size: 20px;
    text-shadow: 1px 1px 4px #454545;
    font-weight: 300;
    color: #E0E0E0;
}
.adv_team_text h6{
    margin-bottom: 0;
    text-shadow: 1px 1px 4px #454545;
    letter-spacing: 0.2px;
    font-size: 14px;
    font-weight: 300;
}
.adv_team_socials{
    position: absolute;
    bottom: 7%;
    right: 5%;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.adv_team_socials ul{
    display: flex;
    width: auto;
    flex-direction: column;
    row-gap: 10px;
}
.adv_team_socials ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    background-color: #0196c5;
    color: #030205;
}
.adv_team_socials ul li a:hover{
    transform: scale(1.1);
    color: #E0E0E0;
}
.adv_team_box:hover .adv_team_socials ul li a {
    color: #E0E0E0;
}
/*---- About CSS Start ----*/
.adv_aboubanner_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0;
}
.adv_videowrap{
    display: flex;
    width: 100%;
}
.adv_videowrap lite-youtube{
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_whyus_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 50px 0;
}
.adv_whyus_wrap .adv_heading_center_wrap{
    display: none;
}
.adv_keyfeatures_wrap.adv_whyus_wrap .adv_heading_center_wrap{
    display: flex;
}
.adv_whyus_box, .adv_whyus_box ul{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.adv_whyus_box ul li{
    display: flex;
    width: 33.33333%;
    padding: 24px;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    position: relative;
}
.adv_whyus_box ul li::after{
    content: "";
    position: absolute;
    background-color: #005566;
    width: 0.1px;
    height: 100%;
    right: 0;
}
.adv_whyus_box ul li:last-child:after, .adv_whyus_box ul li:nth-child(3):after, .adv_whyus_box ul li:nth-child(6):after, .adv_whyus_box ul li:nth-child(9):after, .adv_whyus_box ul li:nth-child(12):after, .adv_whyus_box ul li:nth-child(15):after, .adv_whyus_box ul li:nth-child(18):after{
    display: none;
}
.adv_whyus_box ul li:nth-child(5){
    background-color: #0196c5;
}
.adv_whyus_box ul li:nth-child(5) h4{
    color: #E0E0E0;
}
.adv_whyus_box ul li:nth-child(5) p{
    color: #E0E0E0;
}
.adv_whyus_box ul li:nth-child(4), .adv_whyus_box ul li:nth-child(5), .adv_whyus_box ul li:nth-child(6){
    border-top: 0.1px solid #005566;
    border-bottom: 0.1px solid #005566;
}
.adv_whyus_box ul li h4{
    margin: 15px 0;
}
.adv_whyus_box ul li:hover h4{
    color: #0196c5;
}
.adv_whyus_box ul li:hover p{
    color: #E0E0E0;
}
.adv_whyus_box ul li p{
    margin: 0;
}
.adv_whyus_box ul li:hover:nth-child(5) h4, .adv_whyus_box ul li:hover:nth-child(5) p{
    color: #E0E0E0;
}
.adv_certified_logo{
    display: flex;
    width: 100%;
    align-items: center;
    gap: 12px;
    margin: 12px 0;
}
.adv_certified_logo img{
    width: 120px;
    height: 120px;
    object-fit: contain;
}
/*---- Solutions CSS Start ----*/
.avd_solutions_banner{
    padding: 70px 0;
}
.avd_solutions_banner .adv_btn{
    margin-top: 30px;
    display: none;
}
.avd_solutions_img, .avd_solutions_text{
    display: flex;
    width: 100%;
    margin-bottom: 24px;
}
.avd_solutions_text{
    margin: 30px 0 0 0;
}
.avd_solutions_img img{
    border-radius: 12px;
}
.adv_solution_clients{
    padding: 70px 0;
    margin-top: -2px;
}
.adv_solution_clients .adv_companies_list ul li{
    width: 12.5%;
}
.adv_keyfeatures_wrap .adv_whyus_box ul li::after{
    height: 50%;
}
.adv_keyfeatures_wrap .adv_whyus_box ul li:nth-child(5), .adv_keyfeatures_wrap .adv_whyus_box ul li:nth-child(4), .adv_keyfeatures_wrap .adv_whyus_box ul li:nth-child(5), .adv_keyfeatures_wrap .adv_whyus_box ul li:nth-child(6){
    background-color: transparent;
    border-top: 0px solid #005566;
    border-bottom: 0px solid #005566;
}
.adv_keyfeatures_wrap .adv_whyus_box ul li:nth-child(5) p{
    color: #B0B0B0;
}
.adv_keyfeatures_wrap .adv_whyus_box ul li:hover:nth-child(5) h4{
    color: #0196c5;
}
.adv_keyfeatures_wrap .adv_whyus_box ul li:hover:nth-child(5) p{
    color: #E0E0E0;
}
.adv_keyfeatures_wrap .adv_whyus_box ul li h4{
    margin: 0 0 12px 0;
}
.adv_solutions_wrap{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 70px 0 0 0;
}
.adv_solutionbox{
    display: flex;
    width: 100%;
    padding: 0 0 70px 0;
    align-items: center;
}
.adv_rightalign{
    flex-direction: row-reverse;
}
.adv_solutionbox_img{
    display: flex;
    width: 50%;
    overflow: hidden;
    border-radius: 12px;
}
.adv_solutionbox_img img{
    width: 100%;
    border-radius: 12px;
    transform: scale(1);
}
.adv_solutionbox:hover img{
    transform: scale(1.1);
}
.adv_rightalign .adv_solutionbox_text{
    align-items: flex-end;
    text-align: right;
}
.adv_solutionbox_text{
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 30px;
}
.adv_solutionbox:hover .adv_solutionbox_text h4{
    color: #0196c5;
}
.adv_solutionbox:hover .adv_solutionbox_text p{
    color: #E0E0E0;
}
.adv_solutionbox_text h4{
    text-transform: math-auto;
    margin-bottom: 20px;
}
.adv_solutionbox_text p{
    margin-bottom: 25px;
}
.adv_solutionbox_text ul{
    display: flex;
    margin-bottom: 30px;
    flex-direction: column;
}
.adv_solutionbox_text ul li{
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
}
.adv_solutionbox_text ul li strong{
    font-size: 24px;
    display: none;
}
.single-product .adv_technologies_wrap{}
/*---- Industries CSS Start ----*/
.adv_industriesfirst_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0;
}
.adv_industriesfirst_imgs{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    row-gap: 30px;
}
.adv_industriesfirst_imgs>img{
    border-radius: 12px;
}
.adv_industriesfirst_imgs_left, .adv_industriesfirst_imgs_right{
    display: flex;
    width: 50%;
    flex-direction: column;
    row-gap: 30px;
}
.adv_industriesfirst_imgs_left img, .adv_industriesfirst_imgs_right img{
    border-radius: 12px;
}
/*---- Investors CSS Start ----*/
.adv_investors_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0;
    border-bottom: 0.1px solid #444444;
}
.adv_investors_tabs{
    display: flex;
    width: 100%;
    align-items: flex-start;
    text-transform: math-auto;
}
.adv_investors_tabs .nav-pills .nav-link {
    border: 0.1px solid #444444;
    border-bottom: 0;
    border-radius: 12px 0px 0px 12px;
    color: #E0E0E0;
    text-align: start;
    padding: 15px;
    background-color: #030205;
}
.adv_investors_tabs .nav-pills:last-child .nav-link{
    border-bottom: 0.1px solid #444444;
}
.adv_investors_tabs .nav-pills .nav-link.active, .adv_investors_tabs .nav-pills .show>.nav-link{
    background-color: #030205;
    border-right: 0;
    color: #0196c5;
}
.adv_investors_tabs .nav{
    border-bottom: 0.1px solid #444444;
    border-radius: 12px 0 0 12px;
}
.adv_investors_tabs .tab-content{
    display: flex;
    flex: 1;
}
.adv_investors_tabs .tab-content>.active{
    width: 100%;
}
.adv_investors_tabs .tab-content>.tab-pane {
    padding: 15px;
}
.adv_investors_tabs ul>li{
    list-style: decimal;
}
.adv_investors_tabs ul li{
    padding: 3px 0;
}
.adv_investors_tabs a:hover{
    color: #0196c5;
}
.adv_investors_tabs ul li ul li{
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 15px;
    flex-direction: column;
}
.adv_investors_tabs ul li ul li::after{
    content: "-";
    position: absolute;
    left: 0;
}
.adv_investors_tabs ul li a, .shwo_PDF_icon{
    position: relative;
}
.adv_investors_tabs ul li a::after, .shwo_PDF_icon::after{
    content: "\f756";
    position: absolute;
    font-family: bootstrap-icons !important;
    right: -25px;
    color: #0196c5;
}
.adv_techbnrbtm_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 0 0;
}
.adv_insight_wrap {
    margin-top: 50px;
}
.adv_insight_wrap h5{
    color: #0196c5;
}
.adv_insight_wrap p{
    padding-left: 15px;
}
/*---- Data Sheet CSS Start ----*/
.adv_datasheet_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 50px 0;
}
.adv_datasheet_box{
    display: flex;
    width: 100%;
    flex-direction: column;
    margin: 0 0 24px 0;
    border-radius: 12px;
    padding: 15px 0 0 0;
    background-color: #022933;
    border: 0.1px solid #005566;
}
.adv_datasheet_box:hover{
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_datasheet_box p{
    padding-left: 15px;
    color: #E0E0E0;
}
.adv_datasheet_box:hover p{
    color: #0196c5;
}
.adv_datasheet_box iframe{
    height: 620px;
    width: 100%;
}
.page-template-data-sheet .adv_heading_wrap .adv_btn{
    display: none;
}
/*---- Events CSS Start ----*/
.adv_events_wrap{
    border-bottom: 0;
}
.adv_blogpage_wrap.adv_events_wrap .adv_blog_box:hover {
    background-color: #022933;
}
.adv_blogpage_wrap.adv_events_wrap .adv_blog_box p{
    margin: 0;
}
/*---- Careers CSS Start ----*/
.adv_ourpeople_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0 70px 0;
}
.adv_ourpeople_box{
    display: flex;
    width: 100%;
    margin-bottom: 24px;
    border-radius: 12px;
    overflow: hidden;
}
.adv_ourpeople_box a, .adv_ourpeople_box img{
    width: 100%;
    border-radius: 12px;
}
.adv_ourpeople_box a{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.adv_ourpeople_box a::after{
    content: "\F62C";
    position: absolute;
    font-family: bootstrap-icons !important;
    font-size: 24px;
    z-index: 2;
}
.adv_ourpeople_box a::before{
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background-color: #022933;
    z-index: 1;
}
.adv_ourpeople_box a::before, .adv_ourpeople_box a::after{
    transform: scale(0);
}
.adv_ourpeople_box:hover a::before, .adv_ourpeople_box:hover a::after{
    transform: scale(1);
}
.adv_ourpeople_box:hover img{
    transform: scale(1.1);
}
.adv_greatplace_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0;
}
.adv_greatplace_box{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 12px 0;
    border: 0.1px solid #005566;
    border-radius: 12px;
    padding: 25px;
    min-height: 205px;
    background-color: #022933;
}
.adv_greatplace_box:hover{
    color: #E0E0E0;
    border: 0.1px solid #0196c5;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_greatplace_box:hover img{
    transform: scale(1.1);
}
.adv_greatplace_box img{
    margin-bottom: 25px;
}
.adv_greatplace_box h5{
    margin-bottom: 15px;
}
.adv_greatplace_box:hover h5{
    color: #0196c5;
}
.adv_greatplace_box p{
    margin-bottom: 0px;
}
/*---- Current Openings CSS Start ----*/
.adv_currentopenings_wrap{
    display: flex;
    width: 100%;
    padding: 70px 0;
}
.adv_currentopenings_list table tr th, .adv_currentopenings_list table tr td{
    padding: 10px 15px;
    background-color: transparent;
    color: #B0B0B0;
}
.adv_currentopenings_list table tr th{
    text-transform: math-auto;
    background-color: #022933;
    border: 0px;
}
.adv_currentopenings_list table tr td a{
    color: #0196c5;
}
.adv_currentopenings_list table tr td{
    border-bottom: 0.1px solid #444444;
    vertical-align: middle;
}
.table-striped>tbody>tr:nth-of-type(odd)>*, .table-hover>tbody>tr:hover>*{
    background-color: #000000;
    --bs-table-bg-type: transparent;
    --bs-table-bg-state: transparent;
}
.table-hover>tbody>tr:hover>*{
    color: #0196c5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border: 0.1px solid #444444;
    background-color: #0196c5;
    color: #E0E0E0 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #0196c5;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0 8px;
}
.dataTables_wrapper .dataTables_paginate {
    margin-top: 20px;
    background-color: #022933;
    padding: 5px;
    border-radius: 4px;
}
/*---- Blog Detail CSS Start ----*/
.adv_blogdetail_wrap{
    display: flex;
    width: 100%;
    padding: 270px 0 70px 0;
}
.adv_blogdetail_info, .adv_blogdetail_image, .adv_blogdetail_content{
    display: flex;
    width: 100%;
    padding: 0 0 25px 0;
    flex-direction: column;
}
.adv_blogdetail_info{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 20px 0;
    margin: 0 0 25px 0;
    border-bottom: 0.1px solid #444444;
    text-transform: math-auto;
}
.adv_blogdetail_info p{
    margin: 0;
}
.adv_blogdetail_info img{
    border-radius: 100px;
    width: 18px;
    background-color: #E0E0E0;
    padding: 1px;
}
.adv_blogdetail_info i{
    font-size: 16px;
    color: #E0E0E0;
}
.adv_blogdetail_info a{
    font-weight: 400;
}
.adv_blogdetail_info a:hover{
    color: #0196c5;
}
.adv_blogdetail_group{
    display: flex;
    column-gap: 20px;
    row-gap: 10px;
    font-size: 14px;
}
.adv_blogdetail_authoer, .adv_blogdetail_date, .adv_blogdetail_cate, .adv_blogdetail_cate ul{
    display: flex;
    align-items: center;
    column-gap: 8px;
    row-gap: 10px;
    text-transform: math-auto;
    font-size: 14px;
}
.adv_blogdetail_cate ul li{
    position: relative;
}
.adv_blogdetail_cate ul li::after{
    content: ",";
    position: absolute;
    right: -5px;
}
.adv_blogdetail_cate ul li:last-child::after{
    display: none;
}
.adv_blogdetail_image{
    padding: 0;
}
.adv_blogdetail_image img, .adv_casestudy_img img, .adv_mainparent_wrap img{
    width: 100%;
    border-radius: 12px;
    margin: 20px 0;
}
.single-post .adv_blogdetail_image img{
    margin-top: 0;
}
.single-case-studies .adv_casestudy_img img{
    margin: 0;
}
.adv_blogdetail_content P a, .adv_casestudy_info a{
    color: #0196c5;
}
.adv_blogdetail_content ul, .adv_blogdetail_content ol, .adv_casestudy_info ul, .adv_casestudy_info ol{
    padding-left: 30px;
}
.adv_blogdetail_content ul li, .adv_blogdetail_content ol li, .adv_casestudy_info ul li, .adv_casestudy_info ol li{
    margin-bottom: 10px;
}
.adv_blogdetail_content ul li, .adv_casestudy_info ul li{
    list-style: disc;
}
.adv_blogdetail_content ol li, .adv_casestudy_info ol li{
    list-style: decimal;
}
.adv_blogdetail_content ul li strong, .adv_blogdetail_content ol li strong, .adv_casestudy_info ul li strong, .adv_casestudy_info ol li strong, .adv_mainparent_wrap ul li strong, .adv_mainparent_wrap ol li strong{
    display: inline-block;
    margin-bottom: 5px;
}
.adv_blogdetail_content .wp-block-quote, .adv_casestudy_info .wp-block-quote, .adv_mainparent_wrap .wp-block-quote {
    margin: 15px 0;
}
.adv_blogdetail_sidebar, aside{
    display: flex;
    width: 100%;
    flex-direction: column;
}
.adv_blogdetail_sidebar :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border-radius: 50px 0 0 50px;
    padding: 10px 12px;
    background: transparent;
    color: #E0E0E0;
    border: .1px solid #444;
    flex: 1;
}
.adv_blogdetail_sidebar .wp-block-search__button {
    border: 0px;
    color: #000000;
    border-radius: 0px 50px 50px 0px;
    margin: 0;
}
.adv_blogdetail_sidebar :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border-radius: 100px;
    padding: 0px;
    display: flex;
}
.adv_blogdetail_sidebar ul li{
    border-bottom: 0.1px solid #444444;
    padding: 5px 0;
}
.adv_blogdetail_sidebar ul li a:hover{
    color: #0196c5;
}
/*---- Case Study CSS Start ----*/
.adv_casestudydetails_wrap{
    display: flex;
    width: 100%;
    padding: 270px 0 70px 0;
}
.adv_casestudy_info{
    display: flex;
    width: 100%;
    flex-direction: column;
    word-break: break-word;
}
.adv_casestudy_img{
    display: flex;
    width: 100%;
    border-radius: 12px;
    margin-bottom: 25px;
}
.adv_casestudy_img img, .adv_mainparent_wrap img{
    width: auto;
}
.adv_casestudy_info h1, .adv_casestudy_info h2, .adv_casestudy_info h3, .adv_casestudy_info h4, .adv_casestudy_info h5, .adv_casestudy_info h6{
    margin-top: 5px;
    margin-bottom: 10px;
}
/*---- Main Parent CSS Start ----*/
.adv_mainparent_wrap{
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 270px 0 70px 0;
}
.adv_mainparent_wrap .error-404.not-found{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.adv_mainparent_wrap .error-404.not-found h2{
    font-size: 201px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#0d6efd), color-stop(#0196c5), color-stop(#0196c5), to(#0d6efd));
    background-image: -o-linear-gradient(to right, #0d6efd, #0196c5, #0196c5, #0d6efd);
    background-image: linear-gradient(to right, #0d6efd, #0196c5, #0196c5, #0d6efd);
    color: #030205;
    -webkit-text-stroke-color: transparent;
    -webkit-text-stroke-width: calc(1em / 32);
    letter-spacing: 5px;
}
.adv_mainparent_wrap .page-header{
    margin-bottom: 10px;
}
.adv_mainparent_wrap form{
    display: flex;
    width: 100%;
    align-items: center;
}
.adv_mainparent_wrap form .search-field {
    width: 100%;
    height: 60px;
    padding: 0px 15px 0 20px;
    border-radius: 50px 0 0 50px;
    border: 0;
}
.adv_mainparent_wrap form .search-submit {
    height: 60px;
    padding: 0 30px;
    border-radius: 0 50px 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
}
.adv_mainparent_wrap form .search-submit svg{
    width: 24px;
    height: 24px;
}
.adv_mainparent_wrap .nav-links{
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.adv_mainparent_wrap .nav-links svg{
    width: 18px;
    height: 18px;
    fill: #E0E0E0;
}
/*---- No Data Available CSS Start ----*/
.adv_nodata_wrap{
    display: flex;
    display: none;
    width: 99%;
    flex-direction: column;
    padding: 50px 15px;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    border-radius: 12px;
    margin: 24px auto;
    background-color: #022933;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
.adv_nodata_wrap i{
    font-size: 72px;
    margin-bottom: 24px;
}
.adv_nodata_wrap h4{
    text-transform: math-auto;
}
.adv_nodata_wrap p{
    margin: 0;
}
/*---- Mega Menu CSS Start ----*/
#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu{
    transform: translate(0, 20px) !important;
}
#mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-top #mega-menu-top[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu{
    transform: translate(0, 10px) !important;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:last-child > a.mega-menu-link{
    padding-right: 0;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item:first-child > a.mega-menu-link{
    padding-left: 0;
}
#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after{
    top: 16px !important;
}
#mega-menu-wrap-top .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 20px !important;
}
#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
    width: 28px;
    height: 1px;
}
#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before{
    width: 20px;
    top: 8px !important;
}
#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
    width: 28px;
    height: 14px;
}
#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
    top: 1px;
}
#mega-menu-wrap-top .mega-menu-toggle{
    background: transparent;
}
#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated{
    transform: scale(1);
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu {
    background: #022933;
    box-shadow: 0px 26px 50px rgb(0 196 237 / 20%);
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title:hover {
    border-bottom: 0;
    color: #0196c5;
    text-transform: math-auto;
    font-size: 16px;
    margin: 30px 0 5px 0;
    padding: 0px;
    font-weight: 600;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{
    color: #E0E0E0;
}
#mega-menu-wrap-top #mega-menu-top li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row {
    max-width: 88%;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0px;
    font-weight: 400;
    color: #B0B0B0;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link{
    display: flex;
    font-weight: 400;
}
#mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-top #mega-menu-top > li.mega-menu-item > a.mega-menu-link:focus{
    font-weight: 400;
}
#mega-menu-wrap-top #mega-menu-top > li:first-child{
    display: none;
}
.adv_mobile_hide h4{
    position: relative;
    z-index: 1;
    display: flex !important;
    align-items: center;
    padding-left: 15px !important;
}
.adv_mobile_hide h4::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #0196c5;
    left: 0;
    border-radius: 100px;
}
/*---- Form on Mobile CSS Start ----*/
.adv_formonmobile_wrap{
    display: none;
    width: 100%;
    padding: 30px 0;
}
/*---- WhatsApp CSS Start ----*/
.adv_WhatsApp_chat{
    position: fixed;
    bottom: 12px;
    right: 12px;
    background-color: #E0E0E0;
    padding: 6px;
    border-radius: 100px;
    cursor: pointer;
    z-index: 99;
    animation: pulse-animation 2s infinite;
}
@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgba(0, 196, 237, 0.8);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(0, 196, 237, 0);
    }
}
/*---- Employee Portal CSS Start ----*/
.employee_portal_box{
    min-height: auto;
}
.employee_portal_box img{
    height: 124px;
    width: 124px;
    object-fit: contain;
    padding: 22px;
    border-radius: 12px;
    border: 0.1px solid #005566;
}
.employee_portal_box h4{
    margin: 25px 0 20px 0;
}
.page-template-employee-portal .adv_add_form_wrap{
    display: none;
}