/********** Template CSS **********/
:root {
    /* fonts */
    --font-poppins: Poppins;  
    --font-lato: Lato;

    --font-barlow: barlow;

    /* font sizes */
    --font-size-1xs: 8px;
    --font-size-2xs: 9px;
    --font-size-xs: 10.54px;
    --font-size-sm: 10px;
    --font-size-base: 12px;
    --font-size-lg: 13px;
    --font-size-xl: 14px;
    --font-size-xl1: 15px;
    --font-size-2xl: 16px;
    --font-size-18px: 18px;
    --font-size-3xl: 18.1px;
    --font-size-4xl: 20px;
    --font-21: 21px;
    --font-size-5xl: 24px;
    --font-size-6xl: 25px;
    --font-size-7xl: 28px;
    --font-size-32: 32px;
    --font-size-8xl: 36px;
    --font-size-9xl: 38px;

    /* Colors */
    --primary: #06A3DA;
    --secondary: #F57E57;
    --light: #EEF9FF;
    --dark: #091E3E;
    --color-white: #fff;
    --color-gray-100: rgba(254, 254, 254, 0.19);
    --color-gray-200: rgba(0, 0, 0, 0.1);
    --color-gray-300: rgba(255, 255, 255, 0.1);
    --color-tomato-100: #f16136;
    --color-darkslategray-100: #2c495d;
    --color-darkslategray-200: #383838;
    --color-steelblue-100: #2999bc;
    --color-steelblue-200: #136692;
    --color-steelblue-300: #005b88;
    --color-aliceblue: #f2fbff;
    --color-535252: #535252;
    --color-23CBFF: #23CBFF;
    --color-DBDBDB: #DBDBDB;
    --color-dimgray: #2d2d2d;
    --color-dimgray2: #727272;
    --color-gainsboro-100: #dce2e4;
    --color-gainsboro-200: #d9d9d9;
    --color-lightgray: #cecece;
    --color-skyblue-100: #51c1e4;
    --color-whitesmoke: #f4f4f4;
    --color-silver: #b9b9b9;
    --color-black: #000;
    --color-coral: #f3754f;
    --color-khaki: #fdff96;
    --color-1DC9FF: #1DC9FF;
    --color-darkblue: #004D73;
    --color-deepskyblue: #00C1FF;
    --color-lightcyan : #95CFE1;
    --color-greenstrongdarkblue : #136E9B;
    --color-4BAE4F: #4BAE4F;
    --color-1C3C52: #1C3C52;
    --color-0D84A9: #0D84A9;
    --color-39D0FF: #39D0FF;
    --color-F4F4F4: #F4F4F4;
    --color-E6E6E6: #E6E6E6;
    --color-5B94AF:#5B94AF;
    --color-2696b9: #2696b9;
    --color-2CCDFF:#2CCDFF;
    --color-2CCDFE: #2CCDFE;
    --color-56D7FF: #56D7FF;
    --color-0B4D72: #0B4D72;

    /* border radiuses */
    --br-2xs: 2px;
    --br-xs: 5.17px;
    --br-sm: 5px;
    --br-md: 10px;
    --br-lg: 17px;
    --br-xl: 40px;
}
.cg-10{ column-gap: 10px !important; }
.cg-30{ column-gap: 30px !important; }
.cg-50{ column-gap: 50px !important; }

.w-12{ width: 12% !important; }
.w-75{ width: 75% !important; }

.br-sm { border-radius: var(--br-sm) !important; }
.br-7 { border-radius: 7px !important; }
.br-md { border-radius: var(--br-md) !important; }
.br-lg { border-radius: var(--br-lg) !important; }
.br-xl { border-radius: var(--br-xl) !important; }
body {
    line-height: normal;
    /*font-size: var(--font-size-base) !important;*/
    font-size: var(--font-size-xl1) !important;
    font-family: var(--font-poppins) !important;
}
h1, h2, .font-weight-bold {
    font-weight: 700 !important;
}

h3, h4, .font-weight-semi-bold {
    font-weight: 600 !important;
}
.font-weight-400{
    font-weight: 400 !important;
}
.z-999{
    z-index: 999;
}
h5, h6, .font-weight-medium {font-weight: 500 !important;}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {font-family: var(--font-poppins) !important;}
.barlowfont{font-family: var(--font-barlow) !important;}
.font-1xs{font-size: var(--font-size-1xs) !important;}
.font-2xs{font-size: var(--font-size-2xs) !important;}  
.font-xs{font-size: var(--font-size-xs) !important;}
.font-sm{font-size: var(--font-size-sm) !important;}
.font-base{font-size: var(--font-size-base) !important;}
.font-lg{font-size: var(--font-size-lg) !important;}
.font-xl{font-size: var(--font-size-xl) !important;}
.font-xl1{font-size: var(--font-size-xl1) !important;}
.font-2xl{font-size: var(--font-size-2xl) !important;}
.font-3xl{font-size: var(--font-size-3xl) !important;}
.font-21{
    font-size: var(--font-21);
}
.font-4xl{font-size: var(--font-size-4xl) !important;}
.font-5xl{font-size: var(--font-size-5xl) !important;}
.font-6xl{font-size: var(--font-size-6xl) !important;}
.font-7xl{font-size: var(--font-size-7xl) !important;}
.font-32{font-size: var(--font-size-32) !important;}
.font-8xl{font-size: var(--font-size-8xl);}
.font-9xl{font-size: var(--font-size-9xl) !important;}
.fontFamily{font-family: var(--font-poppins) !important;}

.text-white{color: var(--color-white);}
.text-red{color: var(--color-red);}
.text-black{color: var(--color-black);}
.text-orange{color: var(--color-tomato-100);}
.text-steelblue-300{color: var(--color-steelblue-300) !important;}
.text-steelblue-400 {color: var(--color-steelblue-400);}
.text-skyblue {color: #2a98bc;}
.text-skyblue-100{color: var(--color-skyblue-100) !important;}
.text-535252{color: var(--color-535252) !important;}
.text-23CBFF{color: var(--color-23CBFF) !important;}
.text-DBDBDB{color: var(--color-DBDBDB) !important;}
.text-dimgray{color: var(--color-dimgray) !important;}
.text-dimgray2{color: var(--color-dimgray) !important;}
.text-dark{color: var(--dark) !important;}
.text-green{color: var(--bs-green);}
.text-4BAE4F{color: var(--color-4BAE4F);}
.text-39D0FF{color: var(--color-39D0FF);}
.text-opacity{opacity: 0.58}
.text-darkblue{color: var(--color-darkblue) !important;}
.text-steelblue-100{color: var(--color-steelblue-100) !important;}
.text-E6E6E6{color: var(--color-E6E6E6);}
.text-383838{color: var(--color-darkslategray-200);}
.text-5B94AF{color: var(--color-5B94AF);}
.text-2C495D{color: var(--color-darkslategray-100);}
.text-005B88{color: var(--color-steelblue-300);}
.text-2696b9{color: var(--color-2696b9) !important;}
.text-2CCDFF{color: var(--color-2CCDFF) !important;}
.text-2CCDFE{color: var(--color-2CCDFE) !important;}
.text-2c495d{color: var(--color-darkslategray-100) !important;}
.text-56D7FF{color: var(--color-56D7FF) !important;}
.text-color-darkslategray-100{color: var(--color-darkslategray-100) !important;}
.text-b3b0b0 {color : #b3b0b0;}
.bg-steelblue{background-color: var(--color-steelblue-300) !important;}
.bg-steelblue-100{background-color: var(--color-steelblue-100) !important;}
.bg-skyblue{background-color: var(--color-skyblue-100) !important;}
.bg-white{background-color: var(--color-white) !important;}
.bg-whitesmoke{background-color: var(--color-whitesmoke) !important;}
.bg-orange{background-color: var(--color-tomato-100) !important;}
.bg-darkslategray-100{background-color: var(--color-darkslategray-100) !important;}
.bg-grey {background: #D9D9D9;}
.bg-dark-grey {background: #535252;}
.bg-light-grey{background:#F8F8F8;}
.bg-darkblue{background-color: var(--color-darkblue) !important;}
.bg-stronggreendarkblue{background-color: var(--color-greenstrongdarkblue);}
.bg-EDEDED{background-color: #EDEDED;}
.bg-F4F4F4{background-color: var(--color-F4F4F4);}
.bg-transparent{background: transparent;}

.bg-dark-blue {background: #005b88}
.bg-1DC9FF{background-color: var(--color-1DC9FF);}
.bg-1C3C52{background-color: var(--color-1C3C52);}
.bg-0D84A9{background-color: var(--color-0D84A9);}
.bg-0B4D72{background-color: var(--color-0B4D72);}
.border-2999BC{border: 1px #2999BC solid;}
.border-D8D8D8 {border: 1px #D8D8D8 solid;}
.border-C2C2C2{border: 1px #C2C2C2 solid;}
.bg-535252{background-color: var(--color-535252);}
.bg-2CCDFE{background-color: var(--color-2CCDFE);}
.bg-f3754f{background-color: var(--color-coral);}
.lh-24px{
    line-height: 24px;
}
.lh-44px{
    line-height: 44px;
}
.meeting {
    position: absolute;
    top: 4px;
    left: 18px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: var(--font-size-xl);
    color: var(--color-white);
}
.btn {font-family: 'Jost', sans-serif;font-weight: 600;transition: .5s;}
.btn-primary,
.btn-secondary {
    color: #FFFFFF;
    background: var(--color-tomato-100);
    border-color: var(--color-tomato-100);
}
.btn-whitesmoke {
    color: var(--color-steelblue-300);
    background: var(--color-whitesmoke);
    border-color: var(--color-whitesmoke);
    font-family: var(--font-poppins);
    text-transform: uppercase;
}
.btn-whitesmoke:hover {color: var(--color-tomato-100);}
.btn-primary:hover {
    /* color: var(--color-tomato-100); */
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.btn-white{
    background: var(--color-white);
    color: var(--color-tomato-100);
    padding-left: 25px;
    padding-right: 25px;
}
.btn-white:hover{
    color: var(--color-white);
    background: var(--color-tomato-100);
}
.hire-btn{
    color:white ; 
    background:#2f9ab5;
    border-color:#47afc9;
    padding-right: 26px;
    padding-left: 26px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.close-btn-price{
    position: absolute;
    top: -40px;
    right: -50px;
    /* background: none; */
}

.certi-s-pice{
    border-radius: 5px;
    border: 1px solid #ced4da;
    background: #FFF;
    border-radius: 2px;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.error{color: var(--color-tomato-100) !important;}
.top-bg{
    /*background:url(../images/top_header_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;*/ 
    background:var(--color-steelblue-300);
}
.topurl{color: var(--color-white);font-size: var(--font-size-lg);}
.topurl:hover{color: #a9dbf4;}
.border-end-custom {border-right: 1px solid var(--color-gray-300) !important;}
.skype-icon {margin-right: 6px;}
.header_bg{
    background: url(../images/GFPO-Header.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: 100%;
    background-color:#004d73;
}
.navbar-light .navbar-nav .nav-link {
    /*font-family: 'Jost', sans-serif;*/
    font-family: var(--font-poppins);
    padding: 30px 10px;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}


@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(9, 30, 62, .15);*/
    background: transparent;
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .banner {
        position: relative;
        margin-top: -90px;
        z-index: 1;
    }
}
.services_banner{text-align: left;}
.services_banner .heading{color: var(--color-tomato-100);padding-left: 10px;font-size: 50px;}
.services_banner ul{list-style: none;padding-left: 0.75rem}
.services_banner ul li{color: var(--color-steelblue-300);font-size: 25px;font-weight: 500}
.services_banner i{color: var(--color-tomato-100);}
.sechdule-button-slider-wrapper{width: 300px;}
.sechdule-button-slider{
    background-color: var(--color-tomato-100);
    border: 1px solid var(--color-white);
    box-sizing: border-box;    
    height: 52px;
    border-radius: var(--br-sm);
    box-shadow: 0-4px 4px rgba(0, 0, 0, 0.25) inset;
}
.schedule-a-metting {    
    font-weight: 600;    
}
.btn-schedule-meet-lg{
    float: left;
    width: 200px;
    opacity: 1;
    transition: opacity .35s ease;
    background-color: #005D8B;
    border-radius: 8px;
    padding: 10px;
    border: 0;
}
.btn-schedule-meet-lg:hover{
    border: 2px solid #013761;
    padding: 8px;
}

.btn-schedule-meet-lg a{
    text-align: center;
    color: white;
    z-index: 1;
}
.btn-schedule-meet{
    float: left;
    width: 80px;
    opacity: 1;
    transition: opacity .35s ease;
    background-color: #005D8B;
    border-radius: 5px;
    padding: 2px 5px;
}
.btn-schedule-meet a{
    width: 60px;
    padding: 6px 10px;
    text-align: center;
    color: white;
    z-index: 1;
}
 
.wrapper {
    display: flex;
    opacity: 1;
    transition: opacity .35s ease;
}

.arrow-1 {
    width:100px;
    height:30px;
    display: flex;
    color: tomato;
    margin-left: -120px;
}
.arrow-1:before {
    content: "";
    background: currentColor;
    width:15px;
    clip-path: polygon(0 10px,calc(100% - 15px) 10px,calc(100% - 15px) 0,100% 50%,calc(100% - 15px) 100%,calc(100% - 15px) calc(100% - 10px),0 calc(100% - 10px));
    animation: a1 1.25s infinite linear;
}
@keyframes a1 {
    90%,100%{flex-grow: 1}
}
 
.item-arrow {
    width: 100px;
    height: 70px;
    margin: 10px;
    position: relative;
}
 
.arrow1 {
    animation: slide1 1s ease-in-out infinite;
}
 
@keyframes slide1 {
    0%,
    100% {
        transform: translate(0, 0);
    }
 
    50% {
        transform: translate(20px, 0);
    }
}
/* .container-fluid:hover .wrapper{
    opacity: 1;
} */
.meet-btn-ban{
    margin-left: 230px;
    margin-bottom: 0px;
}
.sicon_hslider{max-width: 80px;}
.form-wrapper-slider{
    border-radius: var(--br-sm);
    /* background-color: rgba(0, 91, 136, 0.88);
    box-shadow: 0 0 22px #000, 0-23px 19px rgba(0, 0, 0, 0.1) inset; */
    background: #005B88;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.25);
    width: 295px;
    /*height: 342px;*/
    padding: 15px 20px;    
}
.form-wrapper-slider-form-control{
    background-color: var(--color-steelblue-200) !important;
    border: 1px solid var(--color-gray-100) !important;
    border-radius: var(--br-sm) !important;
    padding-top: 0.275rem !important;
    padding-bottom: 0.275rem !important;
    color: #b3b3b3 !important;
}
.form-wrapper-slider-form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #b3b3b3;
            font-size: 0.75rem;
            opacity: 1; /* Firefox */
}

.form-wrapper-slider-form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #b3b3b3;
            font-size: 0.75rem;
}

.form-wrapper-slider-form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #b3b3b3;
            font-size: 0.75rem;
 }
 .form-wrapper-slider-form-control select{
            color: #b3b3b3 !important;
            font-size: 0.75rem !important;
 }
.form-wrapper-slider-button{
    cursor: pointer;
    border: 1px solid #fefefe;
    padding: 0;
    background-color: var(--color-white);
    /*position: absolute;
    top: 265px;
    left: 0;*/
    border-radius: var(--br-sm);
    box-shadow: 0-4px 4px rgba(0, 0, 0, 0.25) inset;
    box-sizing: border-box;
    width: 256px;
    height: 36px;
}
.selectoptiontext{
    height: 34.4px;
    font-size: 12px;
}
.submit {   
    font-size: var(--font-size-xl);
    letter-spacing: 0.11em;
    font-weight: 600;
    color: var(--color-steelblue-300);
    text-align: center;
}
.banner-ribben-text{
    font-size: var(--font-size-7xl);
    color: var(--color-white);
}
.sidebar-contact{
  position:fixed;
  top:60%;
  left:-350px;
  transform:translateY(-50%);
  width:350px;  
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 9999999999999999999999999999999999;
}
.sidebar-contact.active{
  left:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height:36px;
  padding:5px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(0,0,0,.5);
  outline:none;
}
.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
}
.sidebar-contact textarea{
  height:60px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background:#00bcd4;
  color:#fff;
  cursor:pointer;
  border:none;
  font-size:18px;
}
.captchano{
    text-shadow: -1px 1px 1px rgb(63, 62, 62);
}
.captchatotal::-webkit-outer-spin-button,
.captchatotal::-webkit-inner-spin-button {
               -webkit-appearance: none;
                margin: 0;
}
 
.captchatotal[type=number] {
            -moz-appearance: textfield;
}
.toggle{
    position:absolute;
    padding-top: 5px;
    padding-bottom: 5px;
    width:48px;
    text-align: center;
    cursor: pointer;
    background: rgb(3 90 133);
    border: 1px solid #005b88;
    box-shadow: 4px 0px 3px rgba(0, 0, 0, 0.25);
    border-radius: 0px 10px 10px 0px;
    top: 0;
    right: -48px;
    line-height: 30px;
}

/*.toggle:before{
  content:'\f003';
  font-family:fontAwesome;
  font-size:18px;
  color:#fff;
}*/
.toggle.active:before{
    content:'\f410';
    font-family: "Font Awesome 5 Free";
    font-size: var(--font-size-3xl);
    color: var(--color-tomato-100);
}
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}
.sm-text{writing-mode: vertical-rl;color:#fff;}
/*Services*/
#servicesTab.nav-tabs {
    border: 10px solid #fff;
}
#servicesTab.nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link {
    color: var(--color-steelblue-300);    
    font-size: var(--font-size-2xl);
    text-transform: capitalize; 
    padding: 0.5rem 0.25rem;   
}
#servicesTab.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: var(--color-steelblue-200);
    border-color: var(--color-steelblue-200);
    font-size: var(--font-size-2xl);
    text-shadow: 0 0 14px rgb(0 0 0 / 25%);
}
/*#servicesTab.nav-tabs .nav-link.active::after {
    content: '';
    position: relative;
    bottom: 0;
    left: -38%;
    top: 51px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: var(--color-steelblue-200);
    border-bottom: 0;
    margin-left: -8px;
    margin-bottom: -8px;
  }*/
.left-border-nav-tab{
    border-left: 7.5px solid #fff;
}
.right-border-nav-tab{
    border-right: 7.5px solid #fff;
}
#cpaFirmTab.nav-tabs {
    border-bottom: none !important;
}
#cpaSolFilter{
    border-bottom: 1px solid var(--color-gainsboro-100) !important;
}
#byotAccountindServices{border: 1px solid #e7e3e3;}
#byotservicesTab.nav-tabs {
    border: 10px solid #fff;
}
#byotservicesTab.nav-tabs .nav-link, .nav-tabs .nav-item.show .nav-link {
    color: var(--color-steelblue-300);    
    font-size: var(--font-size-2xl);    
    text-transform: capitalize; 
    background: #F4F4F4; 
}
#byotservicesTab.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: var(--color-steelblue-200);
    border-color: var(--color-steelblue-200);
    font-size: var(--font-size-2xl);
    /*line-height: 164.5%;
    text-transform: capitalize;*/
    text-shadow: 0 0 14px rgb(0 0 0 / 25%);
}
#byotservicesTab.nav-tabs .nav-link.active::after {
    content: '';
    position: relative;
    bottom: 0;
    left: -38%;
    top: 38px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-top-color: var(--color-steelblue-200);
    border-bottom: 0;
    margin-left: -8px;
    margin-bottom: -8px;
  }  
.filter-button{
    background-color: var(--color-white);
    border: 1px solid var(--color-gainsboro-100);
    box-sizing: border-box;    
    width: 133.55px;
    /*height: 31px;*/
    font-size: var(--font-size-2xl);
    color: var(--color-dimgray);  
    text-transform: capitalize;
    font-weight: 500;  
    padding-top: 6px;
    padding-bottom: 6px;
}
.filter-button-software{
    background-color: var(--color-white);
    border: 1px solid var(--color-gainsboro-100);
    box-sizing: border-box;    
    min-width:161.21px;
    /*height: 31px;*/
    font-size: var(--font-size-2xl);
    color: var(--color-dimgray);  
    text-transform: capitalize;
    font-weight: 500;
}
.filter-button-menu{
    background-color: var(--color-whitesmoke);
    border: 1px solid var(--color-gainsboro-100);
    box-sizing: border-box;    
    min-width:100px;
    padding: 6px 0;    
    font-size: var(--font-size-base);
    color: var(--color-dimgray);  
    text-transform: capitalize;
    font-weight: 500;
}     
.filter-cpasol{
    background: none;
    /* border: 1px solid #e9e9e9; */
    border: none;
    box-sizing: border-box;    
    font-size: var(--font-size-5xl);
    font-family: var(--font-barlow);
    color: #ffffff;  
    text-transform: capitalize;
    font-weight: 400;  
    padding-top: 5px;
    padding-bottom: 5px;
    /* border-radius: 3px; */
    width: auto;  
    padding-left: 23px; 
    padding-right: 23px; 
}
.filter-button:hover, .filter-button-software:hover, .filter-button-menu:hover{ 
    background-color: var(--color-tomato-100);   
    color: var(--color-white);
    box-shadow: 0-4px 2px rgba(0, 0, 0, 0.2) inset;
    font-weight: 600;
    text-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}
.filter-cpasol:hover{color: var(--color-white);border: 1px solid var(--color-white);}
.filter-button.active, .filter-button-software.active, .filter-button-menu.active{ 
    background-color: var(--color-tomato-100);   
    color: var(--color-white);
    box-shadow: 0-4px 2px rgba(0, 0, 0, 0.2) inset;
    font-weight: 600;
    text-shadow: 0 1px 2px rgb(0 0 0 / 25%);
}
.filter-cpasol.active{font-weight: 600;color: var(--color-tomato-100);background: #ffffff;box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.2);}
.filter-menu-box{
    background-color: var(--color-whitesmoke) !important;
    min-height: 100px !important;
    box-shadow: 0 0 66px rgb(0 0 0 / 3%);
    border-radius: 5px;
}
.title-filter-menu-box{
    text-transform: capitalize;
    font-weight: 500 !important;
    font-size: var(--font-size-2xl);
    color: var(--color-steelblue-200);
}
.desc-filter-menu-box{
    font-size: var(--font-size-base);
    min-height: 50px;
    color: var(--color-dimgray);
}
.filter-menu-img{
    box-shadow: 0 0 66px rgb(0 0 0 / 3%);
    border-radius: 10px;
    min-height: 300px;
    -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.filter-menu-img:hover{
    -webkit-transform: scale(1.08);
  transform: scale(1.08);

}
.horiz-menu{
    width: 100% !important;
}
.horiz-menu li{
    display: inline-block !important;
    background-color: var(--color-white) !important;
    border: none !important;
    padding-top: 30px;
    padding-bottom: 15px;
    padding-left: 30px !important;
    padding-right: 25px;
}
.horiz-menu-img {
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 66px rgb(0 0 0 / 3%);    
   
    -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  max-height: 200px;
}
.horiz-menu-img:hover{
    -webkit-transform: scale(0.90);
    transform: scale(0.90);
}
.software-item-menu{
    text-align:center;
}
.software-item-menu ul{
    padding-left: 0;
}
.software-item-menu ul li{
    display:inline-block;
    margin:5px;
    list-style:none;
    padding:5px 8px;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
}

.software-item .item{
    float:left;
    border: 1px solid var(--color-gainsboro-200);
    /*width: 194.46px;
    height: 126px; */ 
    text-align: center; 
    background: #fff;
}
.software-item img{
    width: 90px;
    height: 90px;
}
.services-item{
    /*width:100%;*/
}
.cpaServicesSecInner .accordion-button{padding: 1rem 1.25rem;}
.ifrs-us-container{    
    height: 122px;
    font-weight: bolder;
    font-size: 19px;
    color: var(--color-black);
    padding-top: 28px;
}
.btn-outline-get-intouch{
    background-color: var(--color-whitesmoke);
    border: 1px solid var(--color-tomato-100);
    box-sizing: border-box;    
    font-size: var(--font-size-lg);
    color: var(--color-tomato-100);
    font-family: var(--font-poppins);
    padding: 15px 65px;
}
.btn-outline-get-intouch:hover{
    border: 1px solid var(--color-steelblue-200);
    color: var(--color-steelblue-200);
    transition: .5s;
}
.services-item .item{
    float:left;
    margin-bottom:20px;    
}
.service-box{
    background-color: var(--color-white);
    box-shadow: 0 0 66px rgb(0 0 0 / 3%);
}
.service-box-bgImg{background-repeat: no-repeat;background-size: cover;background-position: center;}
.service-box-bgImg-overlay{background-color: #a69d9d87;}
.title-service-box{
    text-transform: capitalize;
    font-weight: 500 !important;
    font-size: var(--font-size-2xl);
    color: var(--color-steelblue-200);
    min-height: 44px;
    margin-bottom: 0px;
}
.desc-service-box{
    font-size: var(--font-size-xl1);    
    height:98px;
    overflow-y: hidden;
}
.tab-menu .menu-service-box{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px;
    transform-style: preserve-3d;
    background: radial-gradient(circle, #E4E4E4 0%, #E4E4E4 100%, #ffffff 100%);
    height: 100px;
    text-align: center;
    border-radius: 10px;
    color: #2C495D;
    margin: 5px;
}
.tab-menu .menu-service-box .heading{
    font-size: 14px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: normal;
    margin-bottom: 0px;
}
.tab-menu .active .menu-service-box{
    /*display: flex;
    align-items: center;
    padding: 6px;*/
    transform-style: preserve-3d;
    background: radial-gradient(circle, rgba(16,105,166,1) 0%, rgba(44,73,93,1) 100%, rgba(0,212,255,1) 100%);
    /*height: 110px;
    text-align: center;
    border-radius: 10px;*/
    
}
.tab-menu .active .menu-service-box .heading{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.menu-service-box-content{
    /*color: #95CFE1;*/
    color:#fff;
    font-size: 13px;
    font-style: normal;
    font-family: var(--font-barlow);
    font-weight: 400;
    line-height: normal;
    padding-left: 15px;
    padding-right: 15px;
}
.menu-service-box-content strong{
    color: #F16136;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.border-right{
    border-right: 1px solid rgba(255, 255, 255, 0.10);
}
.border-right-white{
    border-right: 1px solid var(--color-white);
}
.endseptrator{width: 100%;height: 1px;background: #e0d7d7;margin-top: 8px}
.btn-outline-read-more{
    background-color: var(--color-white);
    border: 1px solid var(--color-tomato-100);
    box-sizing: border-box;
    text-transform: capitalize;
    font-weight: 500;
    font-size: var(--font-size-sm);
    align-items: center;
}
.btn-outline-read-more:hover{    
    border: 1px solid var(--color-steelblue-300);    
}
.accordion-item{
    border: none !important;
    background: transparent !important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--color-steelblue-300);
}
#eventsSec{background-color: #f5f5f5;width: 68%;}

ul .triangle{
    border-bottom: 1px solid rgba(255, 240.12, 240.12, 0.10);
}
ul .triangle a div::before {
    content: "â–¶";
    margin-right: 1.5em; /* Adjust the spacing between the icon and text */
    display: block;
}
.cpaservicemenu.active{
    font-weight: 500;
    color: var(--color-tomato-100) !important;
}
/* .triangle:has(> .cpaservicemenu.active) { 
     background-color: var(--color-white);
} */
.triangle:has(> .cpaservicemenu.active) {
    position: relative;
    background-color: var(--color-white);
    border: 1px groove rgb(249 186 167 / 95%);
    /* border-radius: 4px; */
    /*box-shadow: 4px 0px 7px 4px rgba(0, 0, 0, 0.2);*/

}

.triangle:has(> .cpaservicemenu.active)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 8px;
    background-color: var(--color-tomato-100);
    /*box-shadow: 4px 0px 7px 4px rgba(0, 0, 0, 0.2);*/
}
.cpaservicemenu.active .gnbchildtext{
   margin-left: 1.5rem;
}
/* ul .triangle::before{
    content: "â–¶ \00a0 \00a0 \00a0 \00a0 \00a0 \00a0";
    position: absolute;
    left: 3%;
    border-bottom : 1px solid red;
} */

.triangleicon::before{
    content: "â–¶";
    margin-right: 1.5em; /* Adjust the spacing between the icon and text */
}
@media (max-width: 991px) {
  #servicesSec.tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
  #servicesSecInner.tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
  #eventsSec.tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }  
  
}
.certificationsSoft img{width: 123px !important;}
.service-below{
    background: url('../images/service-below-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 445px;
    background-size: 100%;
}
.bookkeeping-tax {
    /*position: absolute;
    top: 0;
    left: 0;*/
    font-weight: 500;
    font-family: var(--font-lato);
    font-size: var(--font-size-5xl);
}
.global-fpo-delivers-container {    
    font-size: var(--font-size-xl);
    color: var(--color-steelblue-300);
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: normal;
}
.global-fpo-delivers {
    margin-block-start: 0;
    margin-block-end: 0;
}
.our-strong-operating-container {    
    font-weight: normal;
    color: #65b5cf;
    display: inline-block;  
    margin-bottom: 15px;  
}
.global-fpo-delivers {
    margin-block-start: 0;
    margin-block-end: 0;
    font-size: var(--font-size-xl1);
}
.lower-operating-cost {
    margin: 0;
}
.btn-view-detail {    
    border-radius: var(--br-sm);
    background-color: rgba(255, 255, 255, 0.75);
    border-color: rgba(255, 255, 255, 0.75);
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
    width: 143px;
    height: 40px;
}
.country-we-serve{
    font-size: var(--font-size-8xl);
    background: url(../images/country-we-serve-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
}
.country-we-serve-heading{
    font-weight: bold;
}
.country-we-serve-countries{
    font-size: 30px;
    color: var(--color-white);
}
.software-container{
    font-size: var(--font-size-8xl);
    font-weight: bolder;
}
.software-container-content{
    color: var(--color-dimgray);;
}
.how-we-work {
    background:url(../images/how-we-work-bg.webp) center center no-repeat;
    background-size: cover;
}
.our-credentials{
    font-size: var(--font-size-8xl);
    color: var(--color-white);
}
.our-credentials-content{
    font-size: var(--font-size-base);
}
.hww-main{width: 1125px;}
.hww-inner{
    width: 1040px;
    /*padding-left: 45px;
    padding-right: 45px;*/
    margin-top: -150px;
}
.how-we-work-inner{
    padding-left: 45px;
    padding-right: 45px;
    margin-top: -64px;
}
.counter-title{
    font-size: var(--font-size-xl);
    font-weight: 600;
    color: var(--color-khaki);
    margin-bottom:10px;
}
.counter-text{
    font-size: var(--font-size-7xl);
    color: var(--color-white);
}
.counter-text-2{
    font-size: var(--font-size-2xs);
    color: var(--color-white);
}

.client-testimonial{
    font-size: var(--font-size-8xl);
    color: var(--color-steelblue-300);
    font-weight: bolder;
}
.client-testimonial-content{
    color: var(--color-dimgray);
    font-size: var(--font-size-base);
}
.bg-client-testimonials{
    background-image:url(../images/testimonial-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color-whitesmoke);
    background-size: cover;
    
}
.owl-item{
    background-color: var(--color-white);
    box-shadow: 0 0 18px rgb(0 0 0 / 6%);

}
.testimonial-item::before{
    content:url(../images/quot-left.webp) center center no-repeat;
    z-index:100000; /*a number that's more than the modal box*/
    left:-50px;
    top:10px;  
}
.testimonial-item::after{
    content:url(../images/quot-right.webp) center center no-repeat;
    position:relative; /*or absolute*/
    z-index:100000; /*a number that's more than the modal box*/
    left:-50px;
    top:10px; 
}
.previmg, .nextimg   {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
.testimonial-carousel {
    background: transparent;
}
.testimonial-carousel-content-height{
    height: 100px;
    text-align: justify;
    color: var(--color-black);
    overflow-y: hidden;
}
.client-name{
    font-size: var(--font-size-2xl);
    display: flex;
    color: var(--color-steelblue-300);
    font-weight: bolder;
}
.client-desig{
    font-size: var(--font-size-base);
    color: var(--color-steelblue-100);
    font-family: var(--font-poppins);
}
.testimonial-carousel .owl-nav,
.sc-carousel .owl-nav{
    position: absolute;
    width: calc(100% + 35px);
    height: 46px;
    top: 100%;
    left: -23px;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next,
.sc-carousel .owl-nav .owl-prev,
.sc-carousel .owl-nav .owl-next {
    position: relative;
    width: 60px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-tomato-100);
    /*background: var(--primary);*/
    border-radius: 2px;
    font-size: 38px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    /*background: var(--secondary);*/
    color: var(--color-steelblue-200);
}

.testimonial-carousel .owl-item img {
    width: 90px;
    height: 90px;
}
.rating{
    font-size: var(--font-size-5xl);
    color: var(--color-dimgray);
    text-transform: capitalize;
    padding-top: 5px;
}
.google-review-rating{
    font-size: 24.29px;
    color: #1e1e1e;
    font-weight: 600;
}
.google-review{
    font-size: var(--font-size-base);
    color: var(--color-coral);
    text-align: left
}

.btn-review{
    background-color: var(--color-tomato-100);
    border: 1px solid var(--color-white);
    box-sizing: border-box;
    font-size: var(--font-size-lg);
    color: var(--color-white);
    padding: 15px 35px;
    font-weight: 500;
}
.btn-review:hover{
    background-color: var(--color-steelblue-200);
    color: var(--color-white);
    transition: 0.5s;
}
.google-review-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(100% - 23px);
    left: -23px;
    display: flex;
    justify-content: center;
    z-index: 1;
}
.google-review-carousel .owl-nav .owl-prev,
.google-review-carousel .owl-nav .owl-next {
    position: relative;
    width: 60px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-tomato-100);
    /*background: var(--primary);*/
    border-radius: 2px;
    font-size: 38px;
    transition: .5s;
}
.google-review-carousel .owl-nav .owl-prev:hover,
.google-review-carousel .owl-nav .owl-next:hover {
    /*background: var(--secondary);*/
    color: var(--color-steelblue-200);
}

.google-review-carousel .owl-item img {
    width: 60px;
    height: 60px;
}
.google-review-content-height{
    height: 140px;
    overflow-y: scroll;
}
.google-review-content-height::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.google-review-content-height::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
}
 
/* Handle */
.google-review-content-height::-webkit-scrollbar-thumb {
    /*background: red; */
    border-radius: 10px;
    background-color: var(--color-silver);
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%) inset;
    height: 25px;
}
/* Handle on hover */
.google-review-content-height::-webkit-scrollbar-thumb:hover {
  background: var(--color-steelblue-300); 
}
.google-revie-client-name{
    font-size: var(--font-size-2xl);
    color: var(--color-steelblue-300);
    font-weight: bolder;
}
.google-icon {
    float: right !important;
}
.google-icon img{
    width: 31px !important;
    height: 31px !important;
}
.inner-star img{
    height: 15px !important;
}
.bg-gallery{
    background:url(../images/bg-gallery.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color-whitesmoke);
    background-size: cover;    
}
.gallery-carousel .owl-nav {
    position: absolute;
    width: calc(100% - 10px);
    height: 46px;
    top: calc(50% - 10px);
    left: 0px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.gallery-carousel .owl-nav .owl-prev,
.gallery-carousel .owl-nav .owl-next {
    position: relative;
    width: 38px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    /*background: var(--primary);*/
    border-radius: 2px;
    font-size: 38px;
    transition: .5s;
}

.gallery-carousel .owl-nav .owl-prev:hover,
.gallery-carousel .owl-nav .owl-next:hover {
    /*background: var(--secondary);*/
    color: var(--color-steelblue-200);
}

.gallery-carousel .owl-item img {
    width: 100%;
    height: 560px;
}
.galley-left-1 img{
    height: 280px;
    width: 100%;
}
.galley-left-2 img{
    height: 280px;
    width: 100%;
}
.galley-mid-1 img{
    height: 190px;
    width: 100%;
}
.galley-mid-left-1 img{
    height: 185px;
    width: 100%;
}
.galley-mid-left-2 img{
    height: 185px;
    width: 100%;
}
.galley-mid-right img{
    height: 370px;
    width: 100%;
}
.gallery-border{border:1px solid #fff;padding:0px}

.blog-divider {
   width: 100%; 
   text-align: center; 
   border-bottom: 2px solid var(--color-skyblue-100); 
   line-height: 0.1em;
   margin: 10px 0 20px; 
} 

.blog-divider span { 
    background:#fff; 
    padding:0 10px; 
    color: var(--color-skyblue-100);
}
.blog-title{
    font-size: var(--font-size-2xl);
    color: var(--color-steelblue-300);
    font-weight: 600;
    min-height: 55px;
}
.blog-title:hover{
    color : var(--color-tomato-100);
}
.desc-blog{
    font-size: var(--font-size-xl1);    
    height:90px;
    text-align: justify;
    overflow-y: hidden;
}
.cpa-form-business{
    font-size: var(--font-size-xl);
    background-color: var(--color-tomato-100);
    height: 100%;
}
.btn-contact-cpa-business{
    border-radius: var(--br-sm);
    background-color: var(--color-white);
    box-shadow: 0-4px 8px rgba(0, 0, 0, 0.25) inset;
    border: 1px solid var(--color-white);
    box-sizing: border-box;
    padding: 22px 35px;
    font-weight: bolder;
    color: var(--color-tomato-100);
    font-size: var(--font-size-xl);
}
.custom-accounting-solutions{
    color: var(--color-white);
    font-size: var(--font-size-4xl);
    font-weight: 500;
}
.cpa-firm-business{
    font-size: 41px;
    font-weight: bolder;
    color: var(--color-white);
}
.cp-business-text{
    text-align: justify;
    margin-bottom: 0.25rem;
    font-size: 13px;
}
.subscrib-newsletter-heading{
    font-size: var(--font-size-5xl);
    color: #044e73;
}
.input-group-newsletter{
    /*border-radius: var(--br-sm) !important;*/
    background-color: var(--color-darkslategray-100) !important;
    border: 1px solid var(--color-gray-200) !important;
    box-sizing: border-box !important;
    -webkit-border-top-left-radius: var(--br-sm) !important;
    -webkit-border-bottom-left-radius: var(--br-sm) !important;
    -moz-border-radius-topleft: var(--br-sm) !important;
    -moz-border-radius-bottomleft: var(--br-sm) !important;
    border-top-left-radius: var(--br-sm) !important;
    border-bottom-left-radius: var(--br-sm) !important;
}
.form-control-newsletter{
    border-radius: var(--br-sm) !important;
    background-color: var(--color-darkslategray-100) !important;
    border: 1px solid var(--color-gray-200) !important;
    box-sizing: border-box !important;
    /*-webkit-border-top-left-radius: var(--br-sm) !important;
    -webkit-border-bottom-left-radius: var(--br-sm) !important;
    -moz-border-radius-topleft: var(--br-sm) !important;
    -moz-border-radius-bottomleft: var(--br-sm) !important;
    border-top-left-radius: var(--br-sm) !important;
    border-bottom-left-radius: var(--br-sm) !important;*/
}
.btn-newsletter{
    /*background: var(--color-darkslategray-100) !important;
    border: 1px solid var(--color-gray-200) !important;*/
}
.form-control-newsletter::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 1; /* Firefox */
}

.form-control-newsletter:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.form-control-newsletter::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
 }
hr.newsletter-bottom {
  border: 2px solid red;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.our-certification,.social-media{
    font-size: var(--font-size-4xl);
    color: var(--color-steelblue-100);
    font-weight: 600;
}
.contact-details{
    font-size: var(--font-size-4xl);
    font-weight: 600;
    color: var(--color-steelblue-100);
}
.india-office, .usa-office{
    font-weight: 600;
    color: var(--color-tomato-100);
    font-size: var(--font-size-2xl);
}
.offic-name{
    font-size: var(--font-size-2xl);
    color: var(--color-dimgray);
    font-family: var(--font-poppins);
}
.contenth2{
    color: var(--color-tomato-100);
    font-size: 15px;
    font-weight: 500 !important;
}
.state-we-serve{list-style: none;}
.state-we-serve li{margin-bottom: 10px;}
.contentSec{padding-top: 10px;}
.contentSec::after{
    content: '';
    border-bottom: 2px solid #2c495d30;
    /*width: 10px;*/
    display: block;    
}
.horizontal-divider{
    height: 1px;
    background-color: #e4e1e0;
    margin-top: 10px;
    margin-bottom: 10px;
}
.brandSec{
    margin-top: -40px;
    margin-left: 16px;
    padding: 10px;
    background: #ffffff;
    position: absolute;
    border-radius: 2px;
    box-shadow: 0px 1px 2px 1px #979797;
}
.title-success-story{
    min-height: 30px;
    margin-top: 15px;
    color: var(--color-steelblue-300);
    font-size: var(--font-size-2xl);
}
.desc-success-story{
    font-size: var(--font-size-xl1);
    height: 114px;
    overflow-y: hidden;
}
.footer a{
    color: var(--color-white) !important;
}
.footer ul li::marker {
    color: white;
}
.footlinkhover:hover{
    
    color: var(--color-tomato-100) !important;
}
.footlinkhover:hover img { 
    opacity: 1.8; 
    transform: scale(1.4); 
    filter: brightness(1.3);
}
#fixedcontact{
    background: rgba(130, 204, 241, 0.68);
    backdrop-filter: blur(4.5px);
    z-index: 9999 !important;
}
.fixcontmodalbot{
    z-index: 9999;
}
.quick-links {    
    font-size: var(--font-size-4xl);
    font-weight: 600;
    color: var(--color-steelblue-100);    
}
.ql-sub-heading{
    font-weight: 600;
    color: var(--color-steelblue-100);
    font-size: var(--font-size-2xl);
}
.ql-sub-sub-heading{
    color: var(--color-56D7FF);
    font-weight: 400 !important;
    font-size: var(--font-size-2xl);
    border-bottom: 2px solid #2CCDFE;

}
.lets-connect{
    font-size: var(--font-size-3xl);
    color: var(--color-steelblue-100);
}
.skype-call{
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}
.skype-call-f {
    font-weight: 400;
    color: #2999be;
    font-size: 14px;
    font-weight: bold;
}

.abt-GFPO-ft{
    font-size: 15px;
}

.copyright-bg{
    background-color: var(--color-steelblue-300);
    border: 1px solid var(--color-gray-200);
    box-sizing: border-box;
}
.copyright-text{
    font-size: var(--font-size-xl);
    color: var(--color-white) !important;
}
.consult-expert:hover{cursor: pointer;}
.breadcum-link{color: #e2e2e2;font-size: var(font-sm);text-transform: uppercase;}
.breadcum-link:hover{color:var(--color-steelblue-100);}
.breadcum-link.active{color:var(--color-white);text-transform: capitalize;}
.inner-title{font-weight: 700;font-size: 24px;}
.inner-title-sub{font-weight: 700;font-size: 28px;color: #535252;text-transform: capitalize;}
.banner-title{margin-bottom: 1rem;color: var(--color-white);}
.banner-sub-title{margin-bottom: 0.5rem;color: var(--color-white);}
.banner-conetent{color: var(--color-white);}
.lgcircle{
    font-size: 3.5rem;
}
.topleft30{
    left: 30% !important;
    top: 30% !important;
}
/*****About Us*******/
.about-us-bg{
    background: url(../images/about-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 1600px;
}
.mission-bg{
    background: linear-gradient(90deg, #fff 40.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/mission-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    height: 350px;
}
.sec1-bg{
    background: linear-gradient(90deg, #fff0 40.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/mi-vi-s1-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    /*height: 350px;*/
}
.why-choose-us-bg{
    background: linear-gradient(90deg, #fff0 40.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/why-choose-us-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    height: 350px;
}
.why-choose-us-icon{padding-right: 10px;margin-top: -5px}

.whocul-bg{
    background: linear-gradient(90deg, #ffffff 0.33%, rgb(225 225 225 / 0%) 100%), url(../images/whocul-bg.webp);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 90%;
}
.whowedetail{
    color: #535252;
    font-size: 14px;
    font-weight: 500;
}

.ocvintegritybg{
    background: url(../images/our_culture_integretiy.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 169px;
    
}
.ocvpersonalbg{
    background: url(../images/our_culture_personal.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 169px;
}
.ocvinnovationbg{
    background: url(../images/our_culture_innovation.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 169px;
}
.ocvcusexcbg{
    background: url(../images/our_culture_customer.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 169px;
}
.ocvcardcontent{
    display: flex;
    align-items: flex-end;
}
.ocvcardlist{
    opacity: 0;
    color: white;
    font-size: 14px;
    font-weight: 500;
}
.ocv-cf-img1 , .ocv-cf-img2 , .ocv-cf-img3 , .ocv-cf-img4{
    opacity: 0;
}
.ocvcards:hover {
    transform: scale(1.08);
    transition: transform 1.0s ease-in-out;
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transition: transform 1.0s ease-in-out;
    -moz-transition: transform 1.0s ease-in-out;
    -ms-transition: transform 1.0s ease-in-out;
    -o-transition: transform 1.0s ease-in-out;
}
.ocvcards:hover .ocv-w-img1{
      display: none;
}
.ocvcards:hover .ocv-w-img2{
      display: none;
}
.ocvcards:hover .ocv-w-img3{
      display: none;
}
.ocvcards:hover .ocv-w-img4{
      display: none;
}

.ocvcards:hover .ocv-cf-img1{
    opacity: 1;
}
.ocvcards:hover .ocv-cf-img2{
    opacity: 1;
}
.ocvcards:hover .ocv-cf-img3{
    opacity: 1;
}
.ocvcards:hover .ocv-cf-img4{
    opacity: 1;
}

.ocvcards.ocvintegritybg:hover{
    background: url(../images/our_culture_integretiy1.webp);
}
.ocvcards.ocvpersonalbg:hover{
    background: url(../images/our_culture_personal1.webp);
}
.ocvcards.ocvinnovationbg:hover{
    background: url(../images/our_culture_innovation1.webp);
}
.ocvcards.ocvcusexcbg:hover{
    background: url(../images/our_culture_customer1.webp);
}
.ocvcards:hover .ocvcardcontent{
    align-items: initial;
}
.ocvcards:hover .ocvcore{
    font-size: 20px;
    color: #67DBFF;
}
.ocvcards:hover .ocvcardlist{
    opacity: 1;
}
.ocvculpill{
    color: var(--color-steelblue-300);
    font-weight: 700 !important;
}
.culpilltitle{
    color: #535252;
    font-size: 14px;
    font-weight: 700;
}
.culpillpara{
    color: #535252;
    font-size: 14px;
    font-weight: 400;
}
.empoweredtitle{
    font-weight: 700;
    color: #005B88;
    text-transform: uppercase;
}

.gfpo-text-mi-vi{font-size: 32px;font-weight: 700;color: #2C495D;text-transform: uppercase;}
.culture-text-mi-vi{font-size: 32px;font-weight: 500;color: #005B88;text-transform: uppercase;}
.represents-text-mi-vi{color: #535252;font-size: 24px;font-style: normal;font-weight: 400;line-height: normal;}
.sec-decoration{height: 50px;background: #fff; margin-top: -55px;}

.who-we-are-heading{
    color: #005B88;
    font-size: 24px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 33px;
}
.empowering-title{
    color: #005B88;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#empowering .accordion-item {
    margin-bottom: 10px;
}
#empowering .accordion-button {
    background-color: #F4F4F4;
    color: #2999BC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#empowering .accordion-button:not(.collapsed) {
    color: var(--color-skyblue-300);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #F4F4F4;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.leadership-bg{
    background: url(../images/leadership-banner-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.teamcardimg:hover {
    background: rgb(9 94 137 / 90%);
    backdrop-filter: blur(4px);
}
.teamcardimg:hover img {
    opacity: 0.1;
}
.leaderreadmore{
    font-family: var(--font-poppins);
    font-size: var(--font-size-xl1);
    font-weight: 400;
    color: white !important;
    border-radius: 3px;
    background-color: var(--color-1DC9FF);
    border: 1px #9CE7FF solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.leaderreadmore:hover{
    transform: scale(1.1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.aboutteamcont{
    display: none;
}
.teamcardimg:hover .aboutteamcont{
    display: block;
}

.leaderimg{
    width: 350px;
}
.quality-data-security-bg{
    background: url(../images/quality-data-security-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*height: 350px;*/
}
.quality-data-security-heading {
    color: #005B88;
    font-size: 24px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 33px;
}
.quality-aproach-heading {
    color: #005B88;
    font-size: 24px;
}
.ds-title{
    font-family: var(--font-barlow) !important;
    color: var(--color-white);
    font-size: 32px;
}
.data-security-box{height: 250px;}
.data-security-box-1{
    background: url(../images/state-of-art.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.data-security-box-1-content{margin-top: 25%; transition: all 0.5s linear;}
.data-security-box-1-heading{color: var(--color-steelblue-100);}
.data-security-box-1-text{color: var(--color-white);}
.data-security-box-1:hover{background: var(--color-tomato-100);}
.data-security-box-1:hover .data-security-box-1-content {margin-top: 5%;}
.data-security-box-1:hover .data-security-box-1-heading {color: var(--color-white);font-size: 1.5rem;}
.data-security-box-1:hover .data-security-box-1-text {font-size: 17px;}

.data-security-box-2{
    background: url(../images/encryption.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.data-security-box-2-content{margin-top: 25%; transition: all 0.5s linear;}
.data-security-box-2-heading{color: var(--color-steelblue-100);}
.data-security-box-2-text{color: var(--color-white);}
.data-security-box-2:hover{background: var(--color-tomato-100);}
.data-security-box-2:hover .data-security-box-2-content {margin-top: 5%;}
.data-security-box-2:hover .data-security-box-2-heading {color: var(--color-white);font-size: 1.5rem;}
.data-security-box-2:hover .data-security-box-2-text {font-size: 17px;}

.data-security-box-3{
    background: url(../images/access-control.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.data-security-box-3-content{margin-top: 25%; transition: all 0.5s linear;}
.data-security-box-3-heading{color: var(--color-steelblue-100);}
.data-security-box-3-text{color: var(--color-white);}
.data-security-box-3:hover{background: var(--color-tomato-100);}
.data-security-box-3:hover .data-security-box-3-content {margin-top: 5%;}
.data-security-box-3:hover .data-security-box-3-heading {color: var(--color-white);font-size: 1.5rem;}
.data-security-box-3:hover .data-security-box-3-text {font-size: 17px;}

.data-security-box-4{
    background: url(../images/compliance.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.data-security-box-4-content{margin-top: 25%; transition: all 0.5s linear;}
.data-security-box-4-heading{color: var(--color-steelblue-100);}
.data-security-box-4-text{color: var(--color-white);}
.data-security-box-4:hover{background: var(--color-tomato-100);}
.data-security-box-4:hover .data-security-box-4-content {margin-top: 5%;}
.data-security-box-4:hover .data-security-box-4-heading {color: var(--color-white);font-size: 1.5rem;}
.data-security-box-4:hover .data-security-box-4-text {font-size: 17px;}

.data-security-box-5{
    background: url(../images/regular-audit.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.data-security-box-5-content{margin-top: 25%; transition: all 0.5s linear;}
.data-security-box-5-heading{color: var(--color-steelblue-100);}
.data-security-box-5-text{color: var(--color-white);}
.data-security-box-5:hover{background: var(--color-tomato-100);}
.data-security-box-5:hover .data-security-box-5-content {margin-top: 5%;}
.data-security-box-5:hover .data-security-box-5-heading {color: var(--color-white);font-size: 1.5rem;}
.data-security-box-5:hover .data-security-box-5-text {font-size: 17px;}

.accounting-partner-bg{
    background: url(../images/accounting-partner-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.gdpr-bg{
    background: url(../images/gdpr-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.gdpr-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #2999BC;
}
.gdpr-icons-item{
    background: #fff;
    border-radius: 50%;
    margin: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.attr-box{
    background: var(--color-skyblue-100);
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
}
.attr-box-text{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.choosing-gdpr-bg{
    background: url(../images/choosing-gdpr.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.choosing-gdpr-heading{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 145.833% */
    text-align: center;
}
.gdpr-key-points-heading{
    color: #F16136;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
}
.ak{font-weight: 700}
.ak-more{color: var(--color-tomato-100);cursor: pointer;}
.ak-more:hover{color: var(--color-skyblue-100);}
#target-ak{display: none;padding-top: 10px;}
.akImg{height: 238px;}
.vj-more{color: var(--color-tomato-100);cursor: pointer;}
.vj-more:hover{color: var(--color-skyblue-100);}
#target-vj{display: none;padding-top: 10px;}
.gs-more{color: var(--color-tomato-100);cursor: pointer;}
.gs-more:hover{color: var(--color-skyblue-100);}
#target-gs{display: none;padding-top: 10px;}
.gsImg{height: 230px;}
.small-rectangle{
    width: 100px;
    height: 5px;
    background: var(--color-tomato-100);
    float: right;
    margin-top: -5px;
}
.fbg{background: #D7D7D7;text-align: center;padding-top: 5px;padding-bottom: 5px;border-radius: 51px;width: 65px;}
.tbg{background: #D7D7D7;text-align: center;padding-top: 5px;padding-bottom: 5px;border-radius: 51px;width: 65px;}
.fbg:hover{background: #005B88;}
.fbg:hover .facebookiconcolor {
    color: white;
}

.tbg:hover{background: #005B88;}
.tbg:hover .gmailiconcolor{
    color: white;
}

.webkit-center{
    text-align: -webkit-center;
}
.lbg{background: #0274b3;text-align: center;padding-top: 5px;padding-bottom: 5px;}
.facebookiconcolor{color: #0274B3;}
.gmailiconcolor{color: #0274B3;}
#select_country.form-select{border: 1px solid var(--color-tomato-100) !important;padding-top:1rem;padding-bottom:1rem}
.count-services-row{
    border: 1px solid var(--color-tomato-100);

}
.count-services{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.470rem;
    padding-bottom: 0.470rem;
}
.count-services a{
    color: #535252;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}
.count-services .active{color: var(--color-tomato-100);}
.count-services a:hover{color: #2999BC;}
.count-services-sep{
    height: 22px;
    width: 2px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: #E1E1E1;
}
#sticky {}
#sticky.stick {
    position: fixed;
    top: 85px;
    z-index: 10000;
    width: 92.6%;
    border: 1px solid #005B88;
    z-index: 2;
    box-shadow: 0px 2px 6px #005b88;
}
.pageSec{background-color: #005B88;padding: 5px; margin-bottom: 20px;}
.pageSec .nav-tabs{border-bottom: none;}
.pageSec .nav-link{color: #fff;}
.pageSec .nav-tabs .nav-link:hover{
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.btn-page-serv{width:220px;border: 1px solid #fff !important;font-style: normal;font-weight: 400;text-align: center;margin-left: 3px;margin-right: 3px;}
.our-capa-title-bg{/*background: #383838;*/padding-top: 10px;padding-bottom: 10px;text-align: center;}
.our-capa-title-bg p{
    /*color: #FFF;*/
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.our-capa-title{
    color: #F16136;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.our-proven-title{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
}
.isec{width: 10%;background: #2C495D;padding: 8px 10px;height: 55px;}
.textsec{
    width: 50%;
    background: #2C495D;
    padding: 0px 10px;
    height: 55px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    align-items: center;
}
.right-style-box{
    width: 50%;
    background: #2999bc;
    height: 55px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    padding-left: 5px;
}
.Workflow-title{
    border-radius: 47px;
    background: #018FBB;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    -webkit-border-radius: 47px;
    -moz-border-radius: 47px;
    -ms-border-radius: 47px;
    -o-border-radius: 47px;
}
.Workflow-bg{
    background:url(../images/Workflow.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 368px;
}
.Workflow-row1{padding-top: 60px;margin-bottom: 135px;}
.Workflow-row2{padding-top: 60px;padding-left: 30px;}
.Workflow-item{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    cursor: pointer;
}
.Workflow-item.active{color: var(--color-steelblue-300);}
.small-rectangle-left{
    width: 60px;
    height: 3px;
    background: var(--color-tomato-100);   
}
.starlist li::marker{
    content: "\2605";
}
.Workflow-content{
    border-radius: 5px;
    background: #2C495D;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.Workflow-content h4{
    color: #43D2FF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
.Workflow-content ul li{
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; 
}
.Workflow-Roadmap {
    background-color: var(--color-steelblue-300);
    border-radius: 5px;
    color: var(--color-white);
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.tools-we-use{
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
    text-align: center;
    margin: 10px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.tools-we-use .active{
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25);
   
}
.tools-we-use:hover{
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.25);
}
.tools-we-use img{max-height: 90px; max-width: 90px;}
.tools-carousel .owl-item{box-shadow: none;}
.tools-we-use-item {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.20);
    text-align: center;
    margin-top: 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.marquee {
    white-space: nowrap;
    width: 100%;
  }
  .marquee .tools-we-use {
    display: inline-block;
    position: relative;
    left: 100%;
    animation: marquee 10s linear infinite;
  }
  .marquee:hover .tools-we-use {
    animation-play-state: paused;
  }
  
  .marquee .tools-we-use:nth-child(1) {
    animation-delay: 0s;
  }
  .marquee .tools-we-use:nth-child(2) {
    animation-delay: 0.4s;
  }
  .marquee .tools-we-use:nth-child(3) {
    animation-delay: 0.8s;
  }
  .marquee .tools-we-use:nth-child(4) {
    animation-delay: 1.2s;
  }
  .marquee .tools-we-use:nth-child(5) {
    animation-delay: 1.6s;
  }
  .marquee .tools-we-use:nth-child(6) {
    animation-delay: 2.0s;
  }
  .marquee .tools-we-use:nth-child(7) {
    animation-delay: 2.4s;
  }
  .marquee .tools-we-use:nth-child(8) {
    animation-delay: 2.8s;
  }
  .marquee .tools-we-use:nth-child(9) {
    animation-delay: 3.2s;
  }
  
  @keyframes marquee {
    0%   { left: 100%; }
    100% { left: -100%; }
  }
  
  
.Data-security-image {
    background-image: url(../images/datasecurity.webp);
    background-size: 100%;
}
.we-serve-tab{
    border: 1px solid #E8E8E8;
    background: #F4F4F4;
    padding: 10px;
    cursor: pointer;
}
.we-serve-tab.active{color: var(--color-tomato-100);}
.we-serve-tab:hover{color: var(--color-tomato-100);}
.hideTab {display: none;}
.we-serve-dot{width: 8px;height: 8px;border-radius: 50%;background: #f16136;margin: 10px 10px 10px 16px;}
#industires.nav-tabs {
    border-bottom: none;
}
#states.nav-tabs {
    border-bottom: none;
}
.industires-box{
    width: 100%;
    border-radius: 3px;
    border: 1px solid var(--color-steelblue-300);
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.71);
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.real-state-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../images/industries/real-estate.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.construction-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../images/industries/construction.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.healthcar-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../images/industries/healthcar.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.legal-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../images/industries/legal.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.manufacturing-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../images/industries/manufacturing.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.profito-organisations-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../industries/images/profito-organisations.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.restaurants-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../images/restaurants.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.startups-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../images/industries/startups.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.e-commerce-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../images/industries/e-commerce.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.real-state-bg.active {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/real-estate.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.real-state-bg:hover {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/real-estate.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.construction-bg.active {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/construction.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.construction-bg:hover {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/construction.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.healthcar-bg.active {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/healthcar.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.healthcar-bg:hover {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/healthcar.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.legal-bg.active {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/legal.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.legal-bg:hover {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/legal.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.manufacturing-bg.active {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/manufacturing.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.manufacturing-bg:hover {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/manufacturing.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.profito-organisations-bg.active {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/profito-organisations.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.profito-organisations-bg:hover {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/profito-organisations.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.restaurants-bg.active {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/restaurants.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.restaurants-bg:hover {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/restaurants.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.startups-bg.active {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/startups.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.startups-bg:hover {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/startups.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.e-commerce-bg.active {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/e-commerce.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.e-commerce-bg:hover {
    background: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)),url(../images/industries/e-commerce.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color: #F16136;
    border: 2px solid #F16136;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.09);
    text-shadow: none;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.team-box{
    border-right: 1px solid #D6D6D6;
}
.com-channel-bg{
    background-image: url(../images/communication-channel-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.com-channel-title{
    color: #F4F4F4;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}
.expCapBox{
    border: 1px solid #B1B1B1;
    background: #FFF;
    display: flex;
    align-items: center;
    padding: 5px;
}
.expCapBox p{
    color: #2C495D;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.byot-em-bg{
    background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url(../images/byot/byot-bg.webp) center center no-repeat;
    background-size: cover;
}
.byot-wrap{
    margin-left: -3rem !important;
    margin-right: -3rem !important;
    margin-bottom: 1rem;
}
#whyBuildTeam .accordion-button:not(.collapsed) {
    color: var(--color-skyblue-100);
    background-color: #F4F4F4;
    border-radius: 3px;
}
#whyBuildTeam .accordion-button {background-color: #F4F4F4;}
/*#whyBuildTeam .accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230593c4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
}*/
#whyBuildTeam  .accordion-body {background-color: #F4F4F4;}
#whyBuildTeam  .accordion-item {margin-bottom: 10px;} 
.how-to-build-title{
    border-radius: 97px;
    background: #F16136;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.how-to-build-bg{
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    height: 400px;
    text-align: center;    
}
.bg1{
    background-image: url(../images/own-team/1.webp);    
}
.bg2{
    background-image: url(../images/own-team/2.webp);    
}
.bg3{
    background-image: url(../images/own-team/3.webp);    
}
.bg4{
    background-image: url(../images/own-team/4.webp);    
}
.bg5{
    background-image: url(../images/own-team/5.webp);    
}
.bg6{
    background-image: url(../images/own-team/6.webp);    
}
.bg7{
    background-image: url(../images/own-team/7.webp);    
}
.bg8{
    background-image: url(../images/own-team/8.webp);    
}
.bg9{
    background-image: url(../images/own-team/9.webp);    
}
.how-to-build-title-sec{
    color: #2999BC;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 125.5%
}
.faq-sub-title{
    color: #C5C5C5;
    text-align: center;    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 5.44px;
    text-transform: uppercase;
}
#faqs .accordion-button:not(.collapsed) {
    color: var(--color-skyblue-100);
    background-color: #F4F4F4;
    border-radius: 3px;
}
#faqs .accordion-button {background-color: #F4F4F4;}

#faqs  .accordion-body {background-color: #F4F4F4;}
#faqs  .accordion-item {margin-bottom: 10px;}
.core-value-bg{
    background-color: #2C495D;
    background-image: url(../images/core-value-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}
.timeline:before {
  content: '';
  position:absolute;
  height:100%;
  left:50%;
  width:2px;
  top:-20px;
  background:#fff;
  z-index:1;
}
.timeline{
  position:relative;
  margin: 50px auto;
  width:1000px;
  padding:5px 0;
}


.timeline ul{
  margin:0;
  padding:0 ;
}

.timeline ul li{
  list-style:none;
  box-sizing:border-box; 
  line-height:normal;
  position:relative;
  width:50%;
  padding: 2px 50px 10px;
}

.timeline ul li .right_content h3{color:var(--color-tomato-100);font-size: var(--font-size-2xl);
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}

.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}

.left_content{
  padding-bottom:20px;
}

.timeline ul li:nth-child(odd):before{
  content: '';
  position:absolute;
  width:20px;
  height:20px;
  background:#40C1EB;
  border-radius:50%;
  box-shadow: 0 0 0 3px rgba(58,112,239,0.2);
  right:-11px;
  top:0px;
  z-index:1;
  border: 5px solid var(--color-white);
}

.timeline ul li:nth-child(even):before{
    content: '';
    position:absolute;
    width:20px;
    height:20px;
    background:rgba(59,112,239,1);
    border-radius:50%;
    box-shadow: 0 0 0 3px rgba(58,112,239,0.2);
    left: -9px;
    top: 0px;
    border: 5px solid #fff;
    z-index: 1;
}

.timeline ul li:nth-child(odd) .left_content{
  position:absolute;
  top:0px;
  right:-160px;
  margin:0;
    
}
.timeline ul li:nth-child(odd) h3{color:var(--color-tomato-100);font-size: var(--font-size-2xl);}
.timeline ul li:nth-child(odd) p{color:var(--color-aliceblue);}
.timeline ul li:nth-child(even) .left_content{
    position:absolute;
    top: 0px;
    left: -160px;
    margin:0;  
}
.timeline ul li:nth-child(even) h3{color: var(--color-tomato-100);font-size: var(--font-size-2xl);}
.timeline ul li:nth-child(even) p{color: var(--color-aliceblue);}
@media (max-width: 1000px){
  
  .timeline{
    width:100%;
  }
}

@media (max-width: 767px){
  .timeline{
    width:100%;
  }
  .timeline:before{
    left:20px;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even){
    width:100%;
    text-align:left;
   padding-left:50px; 
  }
  
  .timeline ul li:nth-child(odd):before
    {
    top:-18px;
    left:16px;
  
  }
  .timeline ul li:nth-child(even):before
  { 
    top:-18px;
    left:16px;
  }
  
    .timeline ul li:nth-child(odd) .left_content,
  .timeline ul li:nth-child(even) .left_content
  {
    top:-30px;
    left:50px;
    right:inherit;
  }  
}
/*****Contact Us*******/
.contact-us-bg{
    background: url(../images/contact-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.line-arrow-bg{
    background: url(../images/line-arrow.webp);
    background-repeat: no-repeat;
    background-position: bottom center;  
    height: 45px; 
}
.events-bg{
    background: url(../images/events/header-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-show-bg{
    background: url(../images/events/about-show-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.vFrameContainer{
    display:flex;
    align-items:center;
    justify-content:center;
}
.vFrame{
    border: 8px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
.vFrame video{width:600px;height:auto;margin-bottom:-7px;}
.aboutTheShow h2{color:#fff;margin-bottom:20px;}
.aboutTheShow h3{color:#fff;margin-top:3px;margin-bottom:3px;font-size:18px;}
.aboutTheShow h4{color:#fff;margin-top:3px;margin-bottom:3px;}
.aboutTheShow p{color:#fff;margin-bottom: 4px;}
.eventSliderWrapper h2{color:#f16136;font-size:38px;font-weight:600;margin-bottom:30px;}
.eventSliderWrapper span{color:#2c495d;}
.btn-pref .btn {
    -webkit-border-radius:0 !important;
}
#upComingE, #pastE{font-size:22px;}
.tab-content>.active{display:block;visibility:visible}
.leftSecO{background:#f16136;}
.leftSecB{background:#2c495d;}
.midSec h3{font-size:28px;color:#2999bc;}
.rightSec{padding-right:0px;}
.rightSecItem{
    display: flex;
    align-items: end;
    justify-content: end;
}
.dateSec h3{
    color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
    font-size: 32px;
    text-align:center;
}
.datef {
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
    font-weight: 700;
}
.datefo{color: #f16136;}
.datefb{color: #2c495d;}
.imgSec img{height:-webkit-fill-available;}
.pConcert h2{color:#f16136;font-size:38px;font-weight:600;}
.pConcert span{color:#2c495d;}
.pFeedback h2{color:#f16136;font-size:38px;font-weight:600;}
.pFeedback span{color:#2c495d;}
.btnfeedback{background:#f16136;color: #fff;}
.btnfeedback:hover{color:#999;}
.sicons{
    width: 50px;
    height: 64px;
    border: 2px solid #c3c0c0;
    text-align: center;
    padding-top: 12px;
}
.content-orange{color:#f16136;}
.userImageWrapper{display:flex;align-items:center;justify-content:center;}
.userImage{width:60px;height:60px;}
.standNo{color:#f16136;font-size:16px;}
.contactFormSec{margin-top: -150px;background: #FFFFFF;box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);border-radius: 10px;padding:35px 25px;}
/*****Services****/
.page-header{height: 350px;}
.bookeeping-bg{
    background: linear-gradient(90deg, #fff 35%, rgba(225, 225, 225, 0) 80%), url(../images/usa-bookkeeping-accounting.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.payroll-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/usa-payroll.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.tax-preparation-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/usa-taxtation.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.sale-tax-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/usa-sales-tax.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.audit-support-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/usa-audit-support.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.cfo-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/usa-cfo.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.fs-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/usa-financial-statement.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.others-etc-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/usa-others-etc.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}

.bookeeping-uk-bg{
    background: linear-gradient(90deg, #fff 35%, rgba(225, 225, 225, 0) 80%), url(../images/uk-accounting-bookkeeping.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.annual-support-uk-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/uk-annual-support.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.audit-report-uk-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/uk-audit-report.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.tax-preparation-uk-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/uk-taxation.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.payroll-uk-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/uk-payroll.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.cfo-uk-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/uk-cfo.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.fs-uk-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(225, 225, 225, 0) 92.95%), url(../images/uk-fs.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.vat-uk-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/uk-vat.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.canada-bookkeeping-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/canada-banner-bookkeeping.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.canada-payroll-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/canada-banner-payroll.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.canada-cfo-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/canada-banner-cfo.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.canada-audit-support-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/canada-banner-audit-support.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.canada-fs-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/canada-banner-fs.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.canada-sales-tax-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/canada-banner-sales-tax.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.canada-gst-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/canada-banner-gst.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.canada-other-notice-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/canada-banner-others-notics.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.aus-bookkeeping-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/aus-bookk-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.aus-payroll-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/aus-pyroll-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.aus-fs-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/aus-financial-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.aus-taxation-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/aus-txatn-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.aus-vat-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/aus-gst-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.aus-cfo-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/aus-cfo-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.aus-super-fund-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/aus-sf-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.aus-audit-support-bg{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/aus-audit-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.accountant-near-me-banner{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/accountant-near-me-banner.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.accountant-firm-near-me-banner{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/accounting-firm-near-me-banner.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.bookeeping-new-york-banner{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/bookeeping-new-york-banner.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.bookeeping-hution-banner{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/bookeeping-hution-banner.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.bookkeeping-services-dallas-tx-banner{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/bookkeeping-services-dallas-tx-banner.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.bookeeping-denver-banner{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/bookeeping-denver-banner.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover; 
}

.bookkeeping-services-los-angeles-banner{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/bookkeeping-services-los-angeles-banner.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.cpa-form-country{
    font-size: var(--font-size-xl);
    background-color: var(--color-darkblue);
}
.hire-bookkeeper-near-me-banner{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/hire-bookkeeper-near-me-banner.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.hire-bookkeeper-near-me-form-input{
      background:#EDEFF3;
      /*border:35px;
      */border:1px solid #C7CBD1  !important;
      -webkit-border-radius:  5px !important;
      -moz-border-radius:  5px !important;
      -ms-border-radius:  5px !important;
      -o-border-radius:  5px !important;
      border-radius:  5px !important;
}
.hire-bookkeeper-btn{
 box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.25) inset;
  border-radius: 5px;
   border: 1px #FEFEFE solid;

}
.companies-for-cpa-firms-banner{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/companies-for-cpa-firms-banner.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.pp-banner{
    background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/pp-banner.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover; 
    min-height: 350px;   
}
.blog-post-bg{
    /*background: linear-gradient(90deg, #fff 50.33%, rgba(217, 217, 217, 0) 92.95%), url(../images/companies-for-cpa-firms-banner.webp);*/
    background: radial-gradient(50% 69.52% at 50% 50%, #56D7FF 0%, #0181A9 100%);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.blog-post-detail-bg{
    background:url(../blog/images/blog-detail-banner.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.blog-catagory-bg{
    background:url(../blog/images/blog-catagory-banner.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.small-service-box{
    background: #005b88;
    height: 100%;
    padding: 10px;
    color: #fff;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-bottomright: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-height: 160px;
}
.link-style {
    background: #edeff3;
    height: 100%;
    text-align: center;
    padding: 15px;
    border:solid 1px #C7CBD1;
    border-radius: 5px; ;
    /* box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1); */
    margin-bottom: 15px;
    min-height: 132px;
}
.book-btn{
    height: 65%;
    display: flex;
    align-items: end;
    justify-content: center;
}

.w-80{width: 80%;}

.service-benfits{
    padding: 15px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    box-shadow: inset 0px 0px 16px #F4F4F4;
    border-radius: 5px;
    min-height: 225px;
}
.service-benfits img{
-webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}    
.service-benfits img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}
.why-choose-payroll-sec-left{
    padding-left: 1.5rem;
    padding-top:1.5rem;
}
.why-choose-payroll{
    background-color: #EBEBEB;
    background-position: bottom;
    height: 73px;
}
.why-choose-payroll img{
    background-color: var(--color-steelblue-300);
    padding: 10px;
    margin-top: -1.5rem;
    margin-bottom: 20px;
}
/*Knowledge center*/
/* #knwldgpaginate li{
    margin-right: 10px;
    margin-bottom: 10px;
} */
.searchbutton{
    background-color: var(--color-tomato-100);
    color: var(--color-white);
    padding: 0 20px;
}
.kc-filter-box{
    width: 100%;
    border-radius: 3px;
    border: 5px solid var(--color-steelblue-300);
    padding-top: 35px;
    padding-bottom: 35px;
    color: var(--color-white);
    font-weight: 600;
}
.all-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../images/all-bg.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.all-bg:hover{background: linear-gradient(rgba(0, 91, 136, 0.5), rgba(0, 91, 136, 0.5)),url('../images/all-bg.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.all-bg.active{background: linear-gradient(rgba(0, 91, 136, 0.5), rgba(0, 91, 136, 0.5)),url('../images/all-bg.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.caseStudy-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../images/casestudy.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.caseStudy-bg:hover{background: linear-gradient(rgba(0, 91, 136, 0.5), rgba(0, 91, 136, 0.5)),url('../images/casestudy.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.caseStudy-bg.active{background: linear-gradient(rgba(0, 91, 136, 0.5), rgba(0, 91, 136, 0.5)),url('../images/casestudy.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.whitePaper-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../images/whitepaper.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.whitePaper-bg:hover{background: linear-gradient(rgba(0, 91, 136, 0.5), rgba(0, 91, 136, 0.5)),url('../images/whitepaper.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.whitePaper-bg.active{background: linear-gradient(rgba(0, 91, 136, 0.5), rgba(0, 91, 136, 0.5)),url('../images/whitepaper.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.blogs-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../images/blogs.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.blogs-bg:hover{background: linear-gradient(rgba(0, 91, 136, 0.5), rgba(0, 91, 136, 0.5)),url('../images/blogs.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.blogs-bg.active{background: linear-gradient(rgba(0, 91, 136, 0.5), rgba(0, 91, 136, 0.5)),url('../images/blogs.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.videos-bg{background: linear-gradient(rgba(0, 91, 136, 0.9), rgba(0, 91, 136, 0.9)),url('../images/videos.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.videos-bg:hover{background: linear-gradient(rgba(0, 91, 136, 0.5), rgba(0, 91, 136, 0.5)),url('../images/videos.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.videos-bg.active{background: linear-gradient(rgba(0, 91, 136, 0.5), rgba(0, 91, 136, 0.5)),url('../images/videos.webp');background-repeat: no-repeat;background-position: center;background-size: 100%}
.kc-box{
    background: #fff;
    padding: 10px;
    border-right: 5px solid var(--color-tomato-100);
    display: flex;
    align-items: flex-start;
}
.kc-box:hover{border-right: 5px solid var(--color-skyblue-100);}
.kc-box:hover .kc-box-title{color:var(--color-skyblue-100);}
.kc-box-imgSec{margin-right: 10px;max-width: 100px;}
.kc-box-vidSec{margin-right: 10px;max-width: 300px;}
.kc-box-title{font-size: var(--font-size-2xl);margin-bottom: 5px;height: 50px;}
.kc-box-desc{color: var(--color-dimgray);margin-bottom: 0px;display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 5em;}

/* border-pagination */
#border-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center
}
#border-pagination li {
  display: inline;

}
#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd;
  float: left;
  background-color: var(--color-white);
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s
}

#border-pagination li a.active {
  color: var(--color-tomato-100);
  border: 1px solid var(--color-tomato-100);
}
#border-pagination li a:hover:not(.active) {
  background: #ddd;
}
.filter-button-kc{
    border: 1px solid var(--color-gainsboro-100);
    box-sizing: border-box;    
    min-width:160px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: var(--font-size-base);
    color: var(--color-dimgray);  
    text-transform: capitalize;
    font-weight: 500;
}
.filter-button-kc:hover{ 
    background-color: var(--color-tomato-100);   
    color: var(--color-white);
    font-weight: 600;
    text-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.filter-button-kc.active{ 
    background-color: var(--color-tomato-100);   
    color: var(--color-white);
    font-weight: 600;
    text-shadow: 0 1px 2px rgb(0 0 0 / 25%);
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.kc-item-menu{
    text-align:center;
    border-bottom: 1px solid var(--color-tomato-100);
}
.kc-item-menu ul{
    padding-left: 0;
    margin-bottom: 0;
}
.kc-item-menu ul li{
    display:inline-block;
    list-style:none;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
}

.kc-item .item{
    float:left;   
}
.filter-item-menu{
    text-align:center;
    border-bottom: 1px solid var(--color-tomato-100);
}
.filter-item-menu ul{
    padding-left: 0;
    margin-bottom: 0;
}
.filter-item-menu ul li{
    display:inline-block;
    list-style:none;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
}

.filter-item .item{
    float:left;   
}
.lifeatgfpo{background-color: var(--color-white);padding: 1rem; margin-bottom: 20px;}
.lifeatgfpo .nav-tabs{border-bottom:none;}
.lifeatgfpo .nav-tabs .nav-link.active{background:#F16136 !important;font-weight: 600 !important; color:#FFF !important;line-height: normal;}
.lifeatgfpo .nav-link:hover {background:#F16136 !important;font-weight: 600 !important; color:#FFF !important;}
.btn-event{width:24%;background: #F4F4F4 !important;border: 1px solid #E2E2E2 !important;font-style: normal;font-weight: 400;font-size: 20px;text-align: center;margin-left: 0.5%;margin-right: 0.5%;
color: #535252;line-height: normal;}
.wel-heading{
    color: #005B88;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.wel-content{
    color: #383838;
    text-align: justify;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.wel-gfpo-foot{
    background: #2999BC;
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.25) inset;
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom:25px;
}
.value-bg{background: #00486B}
.value-bgimg{background: url(../images/value-bg.webp);background-repeat: no-repeat;background-position: center;
    background-size: 100%;/*min-height: 470px;*/}    
.values-title{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.36px;
    text-transform: uppercase;
}
/* .equility{width: 47%;text-align: right;}
.equity   {width: 47%;text-align: right;}  */
.data-security{
    background: url(../images/life-at-gfpo/small-hanger.png);background-repeat: no-repeat;background-position: center;
        background-size: 83%;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    min-height: 86px;
}
.our-cert{
    background: url(../images/life-at-gfpo/big-hanger.png);background-repeat: no-repeat;background-position: center;
    background-size: 100%;
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    min-height: 86px;
}
.we-care-we-grow{
    color: #005B88;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.act-open-wrap .row:hover{cursor: pointer;}
.act-open, .up-roles{    
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.act-open{color: #F16136;}
.up-roles{color: #535252;}
.act-open-box,  .up-roles-box{
    background: #fff;
    padding: 10px;
    border-top:1px solid #EAEAEA;
    border-right:1px solid #EAEAEA;
    border-bottom:1px solid #EAEAEA;
}
.act-open-box{border-left: 5px solid var(--color-tomato-100);}
.up-roles-box{border-left: 5px solid #535252;}
.num-openings{
    color: #2999BC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0px;
}
.act-open-title, .up-roles-title{
    color: #535252;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; 
}
.join-our-team{
    color: #8DE2FF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.5%;
}
.join-our-team-sep{
    background: #8DE2FF;
    height: 5px;
    width: 100%;
}
#resume::-webkit-file-upload-button {    
    border-radius: 5px;
    padding: 5px 20px;
    border: 1px solid #fff;
}
#resume span{color: #fff}
.benefits-comp-heading{
    color: #005B88;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.bencomplife .owl-nav{
display: none !important;
}
.who-are-box{
    background: #FFF;
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.16);
    padding: 10px;
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.who-are-dec{min-height: 120px}
.why-choos-box{margin-bottom: 20px;text-align: center;}
.why-choos-box img{background:#fff;border-radius:50%;margin-bottom: 1.5rem}
.why-choos-box p{color:#fff;}
.tailored-bg{
    background: url(../images/tailored-bg.webp);background-repeat: no-repeat;background-position: center;
    background-size: cover;
}
.tailored-bg-overlay{
    opacity: 0.9;
    background: #234862;
    backdrop-filter: blur(1px);
}
.tailored-title-wrap{padding-top: 22px; padding-bottom: 22px;}
.tailored-title{
    color: var(--color-white);
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.tailored-icon-wrapper{
    /* border-radius: 15px; */
    background: rgb(14 40 57 / 45%);
    text-align: center;
    padding: 10px;
    margin-bottom: 5px;
    height: 100px;
    overflow: hidden;
}
.tailored-icon1{
    /*width: 225px;*/
}
.tailored-label{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    line-height: normal;
    margin-bottom: 0px;
}
.tailored-label1{font-weight: 600;font-size: 16px;color: #56D7FF;}
.tailored-label2{font-weight: 400;}
.tailord-label2{font-size: 14px;color: #A2BDC6;}
.fact-chart-bg-head{
    background: var(--color-steelblue-100);
    padding-top: 18px;
    padding-bottom: 18px;
}
.fact-chart-bg{
    background: url(../images/fact-chart-bg.webp);background-repeat: no-repeat;background-position: center;
    background-size: 100%;
}
.fact-chart-icon-wrapper{
    /* border-radius: 15px; */
    border: 4px solid rgb(0 0 0 / 5%);
    opacity: 0.85;
    background: #FFF;
    padding: 10px;
    height: 100px;
    overflow: hidden;
}
.fact-chart-lebel{
    color: #2C495D;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    line-height: 25px; 
}
.fact-chart-lebel1{font-weight: 600;font-size: 16px;}
.fact-chart-lebel2{font-weight: 400;}
.how-we-work-text{
    color: var(--color-white);
    text-align: center;
    font-size: var(--font-size-xl);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.fact-chart-text{
    color: #FFF;
    text-align: center;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.eventCat-icon{background: #F4F4F4;border: 1px solid #FFFFFF;box-shadow: 0px 0px 10px #E2E2E2;border-radius: 5px;}
.eventCat-text{padding-top: 10px; width: 100px;height:50px;text-align: center;color: var(--color-tomato-100);}
.icon-annu-event{padding: 22px;width: 100px;height: 100px;}
.icon-quat-event{padding: 22px;width: 100px;height: 100px;}
.icon-team-parties{padding: 22px;width: 100px;height: 100px;}
.icon-day-to-day{padding: 28px;width: 100px;height: 100px;}
.icon-other{padding: 30px;width: 100px;height: 100px;}
.eventCatFilter{display: flex;align-items: center;justify-content: center;}
.eventCatFilter .nav-tabs{border-bottom:none;}
.eventCatFilter .nav-tabs .nav-link{border: none !important;}
.eventCatFilter .nav-tabs .nav-link.active{background: none !important; border: none !important;}
.eventCatFilter .nav-tabs .nav-link.active .eventCat-icon{border: 1px solid #F16136;filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));}
.gallery-caption{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #383838;
    background: #ECF1F4;
    padding-top: 5px;
    padding-bottom: 5px;
}
.events-gallery .owl-nav {
    position: relative;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(100% - 0px);
    left: -23px;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.events-gallery .owl-nav .owl-prev,
.events-gallery .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #535252;
    background: #F4F4F4;
    border-radius: 4px;
    font-size: 25px;
    transition: .5s;
    margin: 5px;
}

.events-gallery .owl-nav .owl-prev:hover,
.events-gallery .owl-nav .owl-next:hover {
    /*background: var(--secondary);*/
    color: var(--color-steelblue-200);
}
.events-gallery-join-us .owl-nav {
    position: relative;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(100% - 0px);
    left: -40px;
    display: flex;
    justify-content: end;
    z-index: 1;
}

.events-gallery-join-us .owl-nav .owl-prev,
.events-gallery-join-us .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #535252;
    background: #F4F4F4;
    border-radius: 4px;
    font-size: 25px;
    transition: .5s;
    margin: 5px;
}

.events-gallery-join-us .owl-nav .owl-prev:hover,
.events-gallery-join-us .owl-nav .owl-next:hover {
    /*background: var(--secondary);*/
    color: var(--color-steelblue-200);
}
.referal-bonus-bg{
    background: linear-gradient(90deg, #0F2331 0%, rgba(15, 35, 49, 0.87) 0%), url(../images/referal-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    margin-top: 85px; 
    margin-bottom: 85px;
}
.referal-bonus-title{color: #F8F8F8;font-size: 49px;font-weight: 700;line-height: 118.5%;text-transform: uppercase;}
.referal-bonus-text{color: #F8F8F8;font-size: 15px;line-height: 118.5%;}
.referal-front{position: relative;margin-top: -60px;max-width: 300px;margin-bottom: 20px;margin-right: 30px;}
.employee-say-bg{background: url(../images/employee-say-bg.webp);background-repeat: no-repeat;background-position: center;
    background-size: 90%;min-height: 470px;}
.employee-say-heading{color: #005B88;text-align: center;font-size: 36px;font-weight: 700;}
.employee-say-sub-heading{color: #F16136;text-align: center;font-size: 14px;}  
.employee-say-arrow{background: url(../images/emp-say-arrow.webp);background-repeat: no-repeat;background-position: center;
    background-size: 330px;}
.slide-text-bg{background: url('../images/slide-text-bg.webp');background-repeat: no-repeat;background-position: center;
    background-size: 100%;}
.emp-testimonial-carousel-content-height {
    min-height: 126px;
    text-align: justify;
    color: var(--color-black);
}    
.emp-testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(100% - 184px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.emp-testimonial-carousel .owl-nav .owl-prev,
.emp-testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 60px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-tomato-100);
    /*background: var(--primary);*/
    border-radius: 2px;
    font-size: 38px;
    transition: .5s;
}

.emp-testimonial-carousel .owl-nav .owl-prev:hover,
.emp-testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--color-steelblue-200);
}

.emp-testimonial-carousel .owl-item img {
    width: 150px;
    height: 199px;
}    

.find-job-heading{color: #005B88;font-size: 35.403px;text-align:center;font-weight: 700;line-height: 126.5%;text-transform: uppercase;}
.find-job-sub-heading{color: #005B88;font-size: 31.814px;text-align:center;font-weight: 700;line-height: 126.5%;text-transform: uppercase;}
.we-hiring{color: var(--color-tomato-100);font-weight: 100;font-size: 38px;text-align: center;text-transform: uppercase;line-height: 38px;}
.join-us{color: var(--color-steelblue-300);font-weight: 700;font-size: 62px;text-align: center;text-transform: uppercase;line-height: 58px;}
.jobs-list{
    border: 1px solid #EFF2F3;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(44, 73, 93, 0.15);   
}
.jobs-list:hover{box-shadow: 0px 4px 30px 0px rgba(44, 73, 93, 0.34);}
.job-detail-title{font-size: 1.75rem;color: var(--color-white) !important;}
.fixed-btn-view-jobs {
    position: fixed;
    top: 133px;
    right: 36px;
    margin: 0;    
    padding: 5px 10px;    
    background: var(--color-tomato-100);    
    color: #fff;
    border-radius: 5px;
  }
  .fixed-btn-view-jobs:hover{background: #004d73; color: #fff;}
  .job-fill-form{
    border: 1px solid #EFF2F3;
    background: #FFF;
    box-shadow: 0px 4px 30px 0px rgba(44, 73, 93, 0.10);
    padding: 20px;
  }
/*.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}
.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.appointment-form {
    background: rgba(6, 163, 218, .7);
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}

.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}

.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}
.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}*/
.byot-bg{
    background: url(../images/byot/byot-new-banner-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*height: 350px;*/
}
.top-banner-text{
    max-width: 720px;
    background: rgb(35 30 30 / 82%);
    padding-bottom: 25px;
    border-radius: 10px;
}
.top-banner-text-position{padding-left: 70px}
.first-line, .second-line{
    font-size: 40px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #6f6868;
}
.second-line{margin-top: -5px;}
.third-line{
    color: #535353;
    font-size: 22.61px;
    font-weight: 500;
}
.first-line span{
    font-size: 55px;
    font-weight: bold;
    color: #CC3C0E;
    text-shadow: 1px 1px 1px #696565;
}
.byot-text{
    text-transform: uppercase;
    font-size: 65px;
    font-weight: bolder;
    text-shadow: -1px 2px 0px #c7c2c2;
    color: #EC5828;
    text-align: center;
    margin-top: -55px;
}
.byot-ove-tab{display: none;}
.tool-border{border-left: 2px solid #fff;}
.tool-divider{height: 75px;width: 1px;background: #fff;}
.tool-heading{color: #303030;text-transform: uppercase;font-size: 20px;font-weight: 600;text-align: center;}
.tool-style{
    filter: drop-shadow(0px 8.1206px 8.1206px rgba(0, 0, 0, 0.25));
    border-radius: 50%;
    /*width: 123px;*/
}
.forDesktop{display: block;}
.forMobile{display: none;}
.content-slider-bg{
    background: linear-gradient(rgba(225, 225, 225, .5), rgba(225, 225, 225, .5)), url(../images/byot/slider-bg.webp) center center no-repeat;
    background-size: cover;
}
.femaleStaff {
    /* font-family: 'Barlow'; */
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #ec5828;
    /* border: 1.04251px solid #FFFFFF; */
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 0.2px;
    -webkit-text-stroke-color: #ffffff;
}
.femaleStaff span{color: var(--color-steelblue-300);}
.byot-h1 {
    font-family: "Barlow" !important;
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 53px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #ec5828;
    border: 0.756941px solid #ffffff;
    text-shadow: 0px 2.90429px 2.90429px rgba(0, 0, 0, 0.25);
}
.byot-h2 {
    font-style: normal;
    font-weight: 900 !important;
    /* font-size: 189px; */
    font-size: 67px;
    /* line-height: 165px; */
    text-align: center;
    color: #2c495d;
    text-shadow: 1px 2px 0px #3e3e3e;
    text-transform: uppercase;
}
.byot-h3 {
    font-style: italic;
    font-weight: 250;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: #000000;
}
.byot-h3 span{color: #3a3a3aa8;font-weight: 300;}
.byot-em-bg {
    background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url(../images/byot/byot-bg.webp) center center no-repeat;
    background-size: cover;
}
.byot-solution {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    color: #f16136;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.byot-solution span {
    color: var(--color-steelblue-300);
}
.arrows{margin-bottom: 49px;}
.byotengageimg {height: 94px;}
.pick-width {width: 330px;}
.piramid-width {width: 330px;}
.getResouceBox {border-radius: 3px;}
.getResouceInnerBox {border-radius: 6px;padding: 1rem;background: #fff;}
.getResouceBox .heading {font-size: 24px;text-shadow: 0px 1px 0px #bdbaba;}
.getResouceBox .heading {font-size: 24px;text-shadow: 0px 1px 0px #bdbaba;}
.getResouceBox .subheading {font-size: 18px;}
.getResouceBox .bottomHeading {
    background-color: #fff1ec;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: -14px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.getResouceBox .bottomHeading p {color: #e37453;margin-bottom: 0px;}
.software-container {font-size: var(--font-size-8xl);font-weight: bolder;}
.acc-soft {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
    color: #005b88;
}
.arrow-line-bg {
    background: url(../images/byot/arrow-line.webp) center center no-repeat;
    background-size: 700px;
}
.arrow-line-small-bg {
    background: url(../images/byot/arrow-line-small.webp) center center no-repeat;
    background-size: 335px;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: 1px solid #dee2e6;*/
    border-radius: 50px;
    font-size: 18px;
    transition: 0.5s;
}
.testimonial-carousel .owl-nav .owl-prev, .testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 60px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-tomato-100);
    /* background: var(--primary); */
    border-radius: 2px;
    font-size: 38px;
    transition: .5s;
}
.dep-heading {
    font-style: normal;
        font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #ffffff;
}
.resourceText-wrapper {
    background: #0f3755;
    border-radius: 82px;
    padding: 7px 15px;
}
.resourceText {
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #ffffff;
}
.resourceText span {color: #f16136;}

.client-feedback-card{
    display: flex;
    background-color: white;
    padding: 20px 30px;
}
.cf-video-btn{
    border-radius: 60px;
    backdrop-filter: blur(32px);
    position: relative;
    bottom: 55px;
    left: 15px;
    padding: 5px 15px;
    width: fit-content;
}
.feedback .video{
    height: 340px;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    margin: auto;
}

.video-controls {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px;
    border-radius: 5px;
}

.control-button {
    background-color: transparent;
    border: none;
    color: white;
    cursor: pointer;
}

.control-slider {
    width: 100px;
}

.flip-card {
  width: 300px;
  height: 160px;
  perspective: 1000px;
  background-color: #ecf0f1;
  border-radius: 8px;
}

.flip-card-inner {
  background: transparent;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-card-front .heading {
  /*font-family: 'Barlow';*/
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #3b3d3e;
}
.flip-card-back .heading {
  /*font-family: 'Barlow';*/
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #71c2ff;
}
.flip-card-back p {
  /*font-family: 'Barlow';*/
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #ffffff;
}
.flip-card-front {
  color: black;
  margin-top: 2rem;
}
.flip-card-back {
  background: #195a8b;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25),
    inset 0px 4px 4px rgba(255, 255, 255, 0.25);
  color: white;
  transform: rotateY(180deg);
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.readyGetForm{background: var(--color-white);border-radius: 6px;padding-top: 1.5rem;padding-bottom: 1.5rem;}
.readyGetText{text-align: center;font-size: 2rem;color:#005b88;padding-bottom: 1rem}
#byotTab .nav-link{color: #323232;font-size: 14px;font-weight: 400;}
#byotTab.nav-pills .nav-link.active{color: #323232 !important;background-color: transparent !important;font-size: 14px;font-weight: 500;}
#byotTab .nav-item .nav-link.active:after {
    content: " ";
    position: relative;
    /*left: 50%;
    transform: translate(-50%);*/
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    /*border: 10px solid transparent;
    border-bottom-color: #0dcaf0;*/
    top: 19px;
    display: block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-left: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    -webkit-transform: rotate(135deg);
}
.box {
    /*margin-left: 15px;*/
    /* background: #FFFFFF; */
    /* border-radius: 25px; */
    /* box-shadow: 0px 0px 2px 1px #e7e7e7; */
    /* padding: 20px; */
    position: relative;
    /* color: #797878; */
    font-size: 12px;
    /* left:292px; */
}

.sbox-left{box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);border-radius: 2px}
.accordionServiceFl {
  width: 100%;
  margin: 0em auto 0em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16), 0 1px 5px 0 rgba(0, 0, 0, 0.12);*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left:0 !important;list-style: none;
}

.accordionServiceFl__list {
  background: #FFF;
  width: 100%;
}
.accordionServiceFl__list .link {
  font-size: 1em;
  font-weight: 500;
  padding-left: 8px;
  color: #535252;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordionServiceFl__list .link__title {
  padding: 1.25em;
  padding-left: 1em;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: block;
  background-color: transparent;
  color: #535252;
}
.accordionServiceFl li:last-child .link {
  border-bottom: 0;
}

/** ========================
* DiseÃ±o iconos font-awesome
============================= **/
.accordionServiceFl li i {
  position: absolute;
  top: 1.5em;
  left: 1rem;
  font-size: 1em;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordionServiceFl li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 1.2em;
}

/**===================================
* Conf. clase link al estar activo submenu (con js)
====================================**/
.accordionServiceFl li.open .link {
  color: #ff5252;
}

.accordionServiceFl li.open i {
  color: var(--color-tomato-100);
}

.accordionServiceFl li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/**=======================
* Submenu
==========================**/
.submenuServiceFl {
    display: none;
    background: #2999BC;
    font-size: 1em;
    padding-left: 0rem;
}

.submenuServiceFl li {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  /*padding-left: 1rem;*/
}

.submenuServiceFl a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 1rem;
  padding-left: 2.5em;
  -webkit-transition: all 0.25 ease;
  -moz-transition: all 0.25 ease;
  -o-transition: all 0.25 ease;
  transition: all 0.25 ease;
}

.submenuServiceFl a:hover {
  background: var(--color-tomato-100);
  color: #fff;
}
.submenuServiceFl .active {
  background: var(--color-tomato-100);
  color: #fff;
}
/*.imgDesign{border-width:4px 0 2px 3px;border-top:10px solid #2C495D;border-right:10px solid #2C495D;}*/
.imgDesign:before {
    content : "";
    position: absolute;
    margin-top: -10px;
    right: 158px;
    z-index: 100;
    width: 170px;
    height: 10px;
    background: #2C495D;
}
.imgDesign:after {
    content: "";
    position: absolute;
    z-index: 100;
    width: 10px;
    height: 170px;
    background: #2C495D;
}
.iconBox-bg {background:url(../images/border-bg.svg) center center no-repeat;background-size: cover;}
.iconBox{background-color: #F4F4F4;border-top-left-radius: 15px;border-bottom-right-radius: 15px}
.iconDesign{margin: 0 auto;padding: 20px;position: relative;width: 80px;height: 80px;border-radius: 50%;}
.byot-right{background-image: url('../images/byot-right-bg.webp');background-repeat: no-repeat;background-size: contain;}
.byot-right-overlay{background: linear-gradient(0deg, #054464 0%, #054464 100%);backdrop-filter: blur(18.61px);}
.byot-right-overlay p {margin-bottom: 10px}
.byotText_menu{
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: normal;
    text-align: justify;
    color: #fff;
}
.byotText_menup{
    font-style: normal;    
    text-align: justify;    
}
.byotText_menup1{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #65D6FA;
}
.byotText_menup2, .byotText_menup4, .byotText_menup6{
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
}
.byotText_menup3,.byotText_menup5, .byotText_menup7{
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    color: #E2F6FF;
}
.byot-btn{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #535252;
}
/* .arrow{
    width:20%;
     object-fit:cover; 
height:auto;
  
} */

.contact-btn {
    width:165px;
    height:35px;
    background:#20CAFF;
    border:1.5px solid;
    /*border-image: linear-gradient(to bottom, #D1F1FB, #00546F);
    border-image-slice: 1;*/
    border-radius:5px;
    /*border-width:1.5px;
    *//*outline-style:none;
    */background-origin: border-box;

}
 
.contact-btn::before{

}

/* 
.contact-btn {
    position: relative;
  }
  .contact-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    padding: 10px;
    background: linear-gradient(to bottom, #D1F1FB, #00546F);
    -webkit-mask:
       linear-gradient(#fff 0 0) content-box,
       linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
  } */
.scrollspy-content {
    position: relative;
    height: 400px;
    overflow: auto;
}
/*Life @ gfpo*/
.life-gfpo-bg{
    /*background: linear-gradient(90deg, #f4f4f4 30%, rgba(217, 217, 217, 0) 31%), url(../images/life-at-gfpo-bg.webp);*/
    background: url(../images/life-at-gfpo-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    height: 474px;
}
.hurry-up{
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-style: normal;
    font-weight: 800;
    font-size: 38px;
    line-height: 57px;
    text-align: center;
    color: #FFFFFF;
}
.getReady{
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: capitalize;
}
.countdown-wrapper{padding-left: 24px;padding-right: 24px;}
.countdown-bg{background-color: #0F334B;}
#countdown{text-align: center;}
#countdown ul {padding-left:0px;margin-bottom: 0px}
#countdown li {
  display: inline-block;
  list-style-type: none;
  font-size: 1.5em;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
}
#countdown  li span {
  display: block;
  font-size: 4.5rem;
  color: #fff;
}
.yearBtn{border: 1px solid #908e8e24;color: #908F8E;padding-left:20px;padding-right:20px;}
.yearBtn.active div{background-color: #005B88;width: 8px;height: 8px;float: left;margin-top: 8px;margin-right: 4px;border-radius: 50%;}
.yearBtn.active{color: #005B88;}
.event-cat-box{
    background: #F4F4F4;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 10px #E2E2E2;
    border-radius: 5px;
}
.event-cat-box.active{border: 1px solid #F16136;}
.event-cat-Heading{
    font-weight: 700;
    font-size: 36px;
    line-height: 54px;
    text-align: center;
    text-transform: uppercase;
    color: #005B88;
    margin-bottom: 25px;
}
.job-opportunity-bg{
    background: url(../images/job-opt-bg.webp), lightgray 50% / cover no-repeat;
    background-position: center; 
    /*background: url(../images/job-opt-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;*/
}
.job-opportunity-bg-overlay{
    background: #005b88de;
    height: 154px;    
}
.job-opt-title{font-size: 34px;color: #fff;font-weight: 700;}
.job-opt-text{color: #FFF;text-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);font-size: 16px;}
.job-opt-btn{
    border-radius: 5px;
    background: #FFF;
    padding: 8px 30px;
    color: var(--color-tomato-100);
}
.stitles {padding: 0px 15px 10px 0px;position: relative;z-index: 1;color: #005B88;font-size: 24px;font-weight: 700;}
.stitles:after {border-top: 4px solid #F16136;content: "";position: absolute;left: 0;bottom: 0;width: 55px;z-index: -1;}
.scaption{background: linear-gradient(180deg, rgba(30, 30, 30, 0.00) 0%, #1E1E1E 100%);height: 69px;color: var(--color-white);margin-top: -69px;position: relative;padding: 25px 15px;}
.color-white {color: #fff !important;}


.card-life-at {
    position: relative;
    width: auto;
     /* Set the width of the card */
    /* height: 100%; */
     /* Set the height of the card */
    overflow: hidden;
  }
  .contentlifecardimglay{
    /* background: linear-gradient(180deg, rgba(0, 91, 136, 0.00) 0%, rgba(192,192,192, 0.2) 100%); */
    background: linear-gradient(0deg, rgba(0,0,0,0.8435749299719888) 0%, rgba(38,38,39,0.6783088235294117) 25%, rgba(62,62,64,0.3169642857142857) 71%);
}


.workflow-container {
  margin: 0px auto;
  padding: 0px;
  max-width: 70%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-auto-flow: row dense;
  list-style: none;
  position: relative;
}
.workflow-container::before,
.workflow-container::after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #f16136;
  position: absolute;
  right: calc(100% + 9px);
  top: 0;
  display: block;
}
.workflow-container::after {
  left: calc(100% + 9px);
  right: auto;
}
.workflow-container li {
  position: relative;
}
.workflow-container li > div {
  padding: 15px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  height: 100%;
}
.workflow-container li > div > div {
  padding: 20px;
  border: 1px solid #0d679b;
  position: relative;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
.workflow-container li > div > div,
.workflow-container li > div > div > div {
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.workflow-container li > div::before {
  content: "";
  width: 4px;
  height: 50%;
  position: absolute;
  top: 0px;
  left: calc(100% + 9px);
  display: block;
  z-index: 1;
}
.workflow-container li:nth-child(6n + 3) > div::before,
.workflow-container li:nth-child(6n + 4) > div::before,
.workflow-container li:nth-child(6n + 6) > div::before,
.workflow-container li:nth-child(6n + 1) > div::before {
  background-color: #f4f4f4;
}
.workflow-container li:nth-child(6n + 4) > div::before {
  top: 50%;
}
.workflow-container li:nth-child(6n + 6) > div::before,
.workflow-container li:nth-child(6n + 1) > div::before {
  left: auto;
  right: calc(100% + 9px);
}
.workflow-container li:nth-child(6n + 1) > div::before {
  top: 50%;
}
.workflow-container li:nth-child(6n + 1):first-child > div::before,
.workflow-container li:nth-child(6n + 6):last-child > div::before,
.workflow-container li:nth-child(6n + 3):last-child > div::before {
  top: 0px;
  height: 100%;
}
.workflow-container li > div > div > div {
  padding: 20px;
  background: rgb(25, 168, 248);
  background: linear-gradient(
    45deg,
    rgba(25, 168, 248, 1) 0%,
    rgba(0, 0, 70, 1) 100%
  );
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-weight: 600;
}
.workflow-container li > div > div > div:not(:last-child) {
  margin-bottom: 10px;
}
.workflow-container li::before,
.workflow-container li:nth-child(6n + 7)::after,
.workflow-container li:nth-child(6n + 6)::after {
    content: "\f12c";
    /*content: url(../images/left-arrow-svgrepo-com.svg);*/
    font-family: "bootstrap-icons";
    position: absolute;
    left: calc(100% - 13px);
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    display: block;
    color: #f16136;
    font-size: 26px;
}
.workflow-container li:nth-child(6n + 4) {
  grid-column-start: 3;
  grid-column-end: 3;
}
.workflow-container li:nth-child(6n + 5) {
  grid-column-start: 2;
  grid-column-end: 2;
}
.workflow-container li:nth-child(6n + 6) {
  grid-column-start: 1;
  grid-column-end: 1;
}
.workflow-container li:nth-child(6n + 4)::before,
.workflow-container li:nth-child(6n + 6)::after {
  transform: translateY(-50%) rotate(0deg);
}
.workflow-container li:nth-child(6n + 5)::before {
  transform: translateY(-50%) rotate(0deg);
}
.workflow-container li:nth-child(6n + 6)::before {
  transform: translateY(-50%) rotate(0deg);
}
.workflow-container li:nth-child(6n + 7)::after,
.workflow-container li:nth-child(6n + 6)::after {
  right: calc(100% - 10px);
  left: auto;
}
.workflow-container li:nth-child(6n + 6):last-child:after,
.workflow-container li:nth-child(1):last-child:before,
.workflow-container li:nth-child(2):last-child:before,
.workflow-container li:nth-child(3):last-child:before,
.workflow-container li:nth-child(6n + 9):last-child:before,
.workflow-container li:nth-child(6n + 7):last-child:before,
.workflow-container li:nth-child(6n + 2):last-child:before {
  content: none;
}
.workflow-container li.before-none:before,
.workflow-container li.before-none:after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #1a1a1a;
}
.workflow-container li.before-none:after {
  position: absolute;
  top: 50%;
  right: calc(100% - 9px);
  transform: translateY(-50%);
  display: block;
}

.cpa-firm-country{
    font-size: 30px;
    font-weight: bolder;
    color: var(--color-white);
}


/* toast */
.topcentertoast{
    z-index: 999;
}
.toastclose{
    background: none;
    color: #fff;
}
/* toast end */

/* career start */
.carrer-bg{
    background: url(../images/carreers-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.carrer-h1{
    text-decoration: underline;
    color: var(--color-steelblue-300);
    font-size: 48px;
}
.carrer-p{
    color: var(--color-black);
    font-size: 32px;
    font-weight: 500;
}

.carrer-innerh2{
color: var(--color-black);
font-size: var(--font-size-4xl);
font-weight: 500;
}

.carrersearch{
    background-color: var(--color-steelblue-300);
    color: var(--color-white);
    font-weight: 500;
}
.carrersearch:hover{
    background-color: var(--color-steelblue-300);
    color: var(--color-white);
}
.carrerapply{
    background-color: var(--color-steelblue-300);
    color: var(--color-white);
    border-radius: 0;
}
.carrerapply:hover{
    background-color: var(--color-steelblue-300);
    color: var(--color-white);
}
.applytext{
    color: var(--color-steelblue-300);
    font-size: 16px;
    font-weight: 500;
}
.carrerlinks{
    color: var(--color-tomato-100);
    font-size: 14px;
    font-family: Barlow;
    font-weight: 500;   
    text-transform: capitalize;
}
.carrerdepartext{
    width: 170px;
}
.carrerminexp{
    width: 100px;
}
.carrerlocation{
    width: 80px;
}
.carrers-switch{
    height: 2em !important;
    width: 4em !important;

}

.carrer-clear{
    font-family: var(--font-poppins);
    font-weight: 500;
}
.carrer-clear:hover{
    color: var(--color-steelblue-300);
}

.csrow{
    height: 75px;
}
.carrervline{
      font-size: var(--font-size-5xl);
      color: #BAE5F2;
}

.carrerfilter{
    color: var(--color-black);
    font-size: 16px;
    font-weight: 500;
}

.carrerremoteonly{
    font-size: 13px;
    color: #535252;
}

.careermodeltitle{
    font-size: 32px;
    font-weight: 700;
    color: var(--color-tomato-100);
    width: 100%;
    text-align: center;
}



.modal-open .modal-backdrop {

    /* background: rgba(0, 77, 115, 0.36);
    backdrop-filter: blur(6.5px); */

    background: rgba(130, 204, 241, 0.68);
    -webkit-backdrop-filter: blur(6.5px);
    backdrop-filter: blur(6.5px);
    opacity: 0.9 !important;
  }



  .cardetail-h1{
    text-align: center;
    color: var(--color-tomato-100);
    font-size: 24px;
    font-weight: 600;
  }
  .cardetail-p{
    color: #535252;
    font-size: 16px;
    font-weight: 500;
  }
  .carrer-cinfo{
    color: #2C495D;
    font-size: 32px;
    font-weight: 500;
    font-family: var(--font-barlow);
  }
.car-cwfield{
    color: #F16136;
    font-size: 13px;
    font-weight: 500;
}
  .orabotbor{
    border-bottom: 4px solid #F16136;
  }
  .cardetform-label{
    color: #535252;
    font-size: 13px;
  }
  .cardetform-input{
    background: #FFFFFF !important;
    border: 1px #D1DCE5 solid !important;
  }
  .cardetform-input::placeholder{
    font-size: 13px !important;
    color: #BCBCBC;
  }

  .custom-select {
    position: relative;
    display: inline-block;
  }
  
  .custom-select select {
    width: 100%;
    padding: 8px;
    font-size: smaller; /* or any desired size */
  }
  
  .custom-select .select-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: smaller; /* Set the font size of the icon */
  }

  
  .cdet-heading{
    color: #005B88;
  }

  .carrer-uprest{
    color: #2999BC;
    font-size: 16px;

  }
  .carrerlpa{
    font-size: 10px; 
    font-weight: 300;
  }

.drop-container {
    border: 2px dashed #ccc;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
}

.drop-message {
    font-size: 1.2em;
}
.dragdropmsg{
    font-size: 14px;
    margin: 0;
}
.drop-container.dragover{
    border: 2px dashed var(--color-tomato-100);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 6px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(2px);
    transition: transform 0.3s ease-out;
}

.image-preview img {
    max-width: 100%;
    max-height: 200px;
    margin-top: 10px;
}

.capplyformbox{
    border: 1px #EFF2F3 solid;
    box-shadow: 0px 4px 30px rgba(44, 73, 93, 0.10);
}
.carrdetjobti{
    border-right: 1px #D7D7D7 solid;
}


/* media query start */
/*@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 970px;
  }
}*/


/* our culture and values Page */
.ocvtitle{
    font-family: var(--font-barlow) !important;
    color: var(--color-white);
    font-size: 32px;
}
.ocvbannerp{
    max-width: 550px;
    color: var(--color-white);
    font-size: 14px;
}
.our-culture-bg{
    background: url(../images/our-culture-values.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.ocvcore{
    color: var(--color-steelblue-100);
    
}
.ocvcoredetail{
    color: #535252;
    font-size: 14px;
    font-weight: 500;
}
.culture-bg-img1{
    background: url(../images/CulturalPillars.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ocvculpill{
    color: var(--color-steelblue-300);
    font-weight: 700 !important;
}
.culpilltitle{
    color: #535252;
    font-size: 14px;
    font-weight: 700;
}
.culpillpara{
    color: #535252;
    font-size: 14px;
    font-weight: 400;
}
.empowereddetail{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    /* max-width: 534px; */
    margin-bottom: 20px;
    text-align: center;
    background: #005B88;
    border-radius: 86px;
    width: 60%;
    height: 100%;
}
.who-we-are-heading{
    color: #005B88;
    font-size: 24px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 33px;
}
.empowering-title{
    color: #005B88;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#empowering .accordion-item {
    margin-bottom: 10px;
}
#empowering .accordion-button {
    background-color: #F4F4F4;
    color: #2999BC;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
#empowering .accordion-button:not(.collapsed) {
    color: var(--color-skyblue-300);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background-color: #F4F4F4;
    border-radius: 3px;
}
.leadership-bg{
    background: url(../images/leadership-banner-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.quality-data-security-bg{
    background: url(../images/quality-data-security-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*height: 350px;*/
}
.quality-data-security-heading {
    color: #005B88;
    font-size: 24px;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 33px;
}
.quality-aproach-heading {
    color: #005B88;
    font-size: 24px;
}
.ds-title{
    font-family: var(--font-barlow) !important;
    color: var(--color-white);
    font-size: 32px;
}
.data-security-box{height: 250px;}
.data-security-box-1{
    background: url(../images/state-of-art.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    transition: all 0.5s linear;
}
.data-security-box-1-content{margin-top: 15%; transition: all 0.5s linear;}
.data-security-box-1-heading{color: var(--color-steelblue-100);}
.data-security-box-1-text{color: var(--color-white);}
.data-security-box-1:hover{background: var(--color-tomato-100);}
.data-security-box-1:hover .data-security-box-1-content {margin-top: 5%;}
.data-security-box-1:hover .data-security-box-1-heading {color: var(--color-white);font-size: 1.5rem;}
.data-security-box-1:hover .data-security-box-1-text {font-size: 17px;}

.data-security-box-2{
    background: url(../images/encryption.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    transition: all 0.5s linear;
}
.data-security-box-2-content{margin-top: 15%; transition: all 0.5s linear;}
.data-security-box-2-heading{color: var(--color-steelblue-100);}
.data-security-box-2-text{color: var(--color-white);}
.data-security-box-2:hover{background: var(--color-tomato-100);}
.data-security-box-2:hover .data-security-box-2-content {margin-top: 5%;}
.data-security-box-2:hover .data-security-box-2-heading {color: var(--color-white);font-size: 1.5rem;}
.data-security-box-2:hover .data-security-box-2-text {font-size: 17px;}

.data-security-box-3{
    background: url(../images/access-control.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    transition: all 0.5s linear;
}
.data-security-box-3-content{margin-top: 15%; transition: all 0.5s linear;}
.data-security-box-3-heading{color: var(--color-steelblue-100);}
.data-security-box-3-text{color: var(--color-white);}
.data-security-box-3:hover{background: var(--color-tomato-100);}
.data-security-box-3:hover .data-security-box-3-content {margin-top: 5%;}
.data-security-box-3:hover .data-security-box-3-heading {color: var(--color-white);font-size: 1.5rem;}
.data-security-box-3:hover .data-security-box-3-text {font-size: 17px;}

.data-security-box-4{
    background: url(../images/compliance.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    transition: all 0.5s linear;
}
.data-security-box-4-content{margin-top: 15%; transition: all 0.5s linear;}
.data-security-box-4-heading{color: var(--color-steelblue-100);}
.data-security-box-4-text{color: var(--color-white);}
.data-security-box-4:hover{background: var(--color-tomato-100);}
.data-security-box-4:hover .data-security-box-4-content {margin-top: 5%;}
.data-security-box-4:hover .data-security-box-4-heading {color: var(--color-white);font-size: 1.5rem;}
.data-security-box-4:hover .data-security-box-4-text {font-size: 17px;}

.data-security-box-5{
    background: url(../images/regular-audit.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
    transition: all 0.5s linear;
}
.data-security-box-5-content{margin-top: 15%; transition: all 0.5s linear;}
.data-security-box-5-heading{color: var(--color-steelblue-100);}
.data-security-box-5-text{color: var(--color-white);}
.data-security-box-5:hover{background: var(--color-tomato-100);}
.data-security-box-5:hover .data-security-box-5-content {margin-top: 5%;}
.data-security-box-5:hover .data-security-box-5-heading {color: var(--color-white);font-size: 1.5rem;}
.data-security-box-5:hover .data-security-box-5-text {font-size: 17px;}

.accounting-partner-bg{
    background: url(../images/accounting-partner-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.gdpr-bg{
    background: url(../images/gdpr-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.gdpr-bg{
    background: url(../images/gdpr-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.gdpr-icons{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #2999BC;
}
.gdpr-icons-item{
    background: #fff;
    border-radius: 50%;
    margin: 5px;
}
.attr-box{
    background: var(--color-skyblue-100);
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 100%;
}
.attr-box-text{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.choosing-gdpr-bg{
    background: url(../images/choosing-gdpr.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.choosing-gdpr-heading{
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 145.833% */
    text-align: center;
}
.gdpr-key-points-heading{
    color: #F16136;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 120% */
}

/* who we are */
.who-we-are-bg{
    background: url(../images/who-we-are-ban-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.whobannerp{
    max-width: 560px;
    color: var(--color-white);
    font-size: 14px;
}

.whowearecre{
    color: white;
    font-size: 17px;
    font-family: var(--font-barlow);
}

.whowearecrep{
    color: #2D2D2D;
    font-size: 14px;
}
.whoweareexp{
    color: #383838;
    font-size: 14px;
}
.whoweareoeyg{
    font-size: 24px; 
    font-weight: 700;
    text-transform: uppercase;
}
.whoweexp-bg-img1{
    background: url(../images/OurYour.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wgrowthcat{
    text-align: center;
    background-color: var(--color-darkslategray-100);
    font-size: 18px;
    font-weight: 600;

}
.whoweexpertbtn:hover{
    color: var(--color-tomato-100) !important;
}
.whowemobimg{
    height: 80px;
}

.whocul-bg-img1{
    background: url(../images/CulturalPillars.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.whowecommit{
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
.whoweadv{
    color: #2999BC;
}
.whomodalvhead{
    background-color: var(--color-black);
    display: flex;
    justify-content: end;
    border-bottom: none;
    padding-bottom: 0;
}
.whomodalvbody{
    padding: 0;
    background-color: var(--color-black);
}


.pagetitle{
    font-family: var(--font-barlow) !important;
    color: var(--color-white);
    font-size: 32px;
}


/*content-writing*/
.content-pagetitle{
    font-family: var(--font-barlow) !important;
    color: var(--color-white);
    font-size: 32px;
    font-weight: 500px;
}

.card-bg{
        position: relative;
        z-index:-1;
  display:block;

}

.card-layer{
    /* background-color: blue;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */
    /* background-color: blue; */
    max-width: 100%; 
    width: auto;
    margin: auto;
    /* position: relative  ; */
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("<?php echo $base_url; ?>/images/content_writing/blog-writing.webp");

}

  
/* .card-layer::after {
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1, blue 100%);
    margin-top: -150px;
    height: 150px;
    width: auto;
    content: '';
  }
  */
.card-img-over {
    width: 94%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 12px;
    background:linear-gradient(180deg, rgba(0, 91, 136, 0.00) 0%, rgba(44, 73, 93, 0.92) 100%);
}
.card-img:before {
    content: '';
    display: block;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    transition: height 0.5s ease-out;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
  } 
  .card-img-over:hover.card-img-overlay{
    background:linear-gradient(180deg, rgba(0, 91, 136, 0.00) 0%, rgba(44, 73, 93, 0.92) 70%) !important;

  }
  .card-img-over:hover{
    /* width: 94%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 12px; */
    /* background:linear-gradient(180deg, rgba(0, 91, 136, 0.00) 0%, rgba(44, 73, 93, 0.92) 70%); */
}
  /* .card-img:hover{
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
    
}
   .card-img:hover:before {
    height: 100%;
  } 
 

 */


.contentcardimglay{
    background: linear-gradient(180deg, rgba(0, 91, 136, 0.00) 0%, rgba(44, 73, 93, 0.92) 100%);
}
.contentcardimglay:hover{
    background:linear-gradient(180deg, rgba(0, 91, 136, 0.00) 0%, rgba(44, 73, 93, 0.92) 70%); 
}

.contentimgsize{
    height:23%;
    width:23%;
}


.immigration-bg{
    background: url(../images/I&M_Services/automation-services.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.client-feedback-bg{
    background: linear-gradient(90deg, #091A22 46%, rgba(9, 27, 35, 0.97) 46.78%, rgba(22, 60, 75, 0.00) 58.84%), url(../images/cf-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
}
.card-body{
    text-align: justify;
}


/* End content writing */




/* digital market */

.digimar-bg{
    background: url(../images/digmarbanner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.digi-ben-bg{
    background: url(../images/digbenbanner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.digmweworkcard{
    background-color: var(--color-steelblue-300);
    border: 1px #EBEBEB solid;
}
.howwepara{
    color: #F8F1F1;
    font-size: 13px;
}
.dighowcardin{
    height: 104px;
}


.inner-img {
    transition: 0.3s;
    display:inline-block;
  }
  
  .inner-img:hover {
    transform: scale(1.1);
  }


/* .card7{
    position:relative;
}
  .hidden-btn,
  .hidden-content {
    display: none; 
    position:absolute;

  }
  
  .card7:hover .hidden-btn,
  .card7:hover .hidden-content {
    display: block; 

}
.row > .card7:hover{
    background-color:white;

} */






.card7 {
    position: relative;
    overflow: hidden;
  }
  
  .image-container {
    position: relative;
  
    
  }
  
  .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* Transparent overlay initially */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0; /* Initially transparent */
    transition: background-color 0.3s, opacity 0.3s; /* Add transition for color change and fade-in effect */
  }
  
  .image-container:hover .image-overlay {
    background-color: rgba(0, 0, 0, 0.5); /* Change to solid color on hover */
    opacity: 1; /* Fade in the content on hover */
  }
  
  .hidden-content {
    display: none; /* Initially hidden */
  }
  
  .image-overlay:hover .hidden-content {
    display: block; /* Display the content on hover */
  }
  .card-img-top{
   
  }





  






/* End digital market */
/* SEO-Services  */

.card-size{
    width: 420.25px;
    height: 128px;    
}
.card.seo-card:hover{
    border-color:#F16136;
}
.seo-card{
    border-color:#B1B1B1;
}


.seoimar-bg{
    background: url(../images/seo-services/main-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}


    .card1 {
    position: relative;
    width: auto;
     /* Set the width of the card */
    /* height: 100%; */
     /* Set the height of the card */
    overflow: hidden;
  }
  
  .card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .seo-card-overlay {
    position: absolute;
    top: 75%; /* Initial position to show 25% of the overlay */
    width: 100%;
    height: 25%; /* Initial height to show 25% of the overlay */
    background-color: rgba( 22, 46  ,63, 0.9); /* Opaque background */
    opacity: 1;
    transition: opacity 0.5s, top 0.5s, height 0.5s; /* Add opacity, top, and height transitions */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* Text color */
    text-align: center;
  }
  
  .overlay-content {
    display: none; /* Initially hide the overlay content */
  }
  
  .card1:hover .seo-card-overlay {
    top: 0; /* Move to the top on hover */
    height: 100%; /* Expand to 100% on hover */
  }
  
  .card1:hover .seo-card-overlay .overlay-content {
    display: block; /* Show the overlay content on hover */
  }



  .seo_cir li::marker{
    color:blue;
  }
  .seo-color-blue{
    color:#2999BC;
  }
  .seo-text-card{
    color: #39D0FF;
  }

/*End SEO-Services  */

/* Footer Section */
.ql-bg{
    background: url(../images/footer/footer_bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}

.second-bottom{
    bottom:115px !important;
}
/* Footer Section End */

/*MS-sharepoint*/
.r1r-bg{
    background: url(../images/ms-sharepoint/powerapps-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.msgrth-card:hover .card-title{
    color: var(--color-tomato-100) !important;
}
.olist li {padding-left: 0.3rem;}
/*End MS*/

.subenquiry{
       background-color: #01A5D8;
       color: var(--color-white);
}
.subenquiry:hover{
    color: white;
    background-color: var(--color-tomato-100);
}

/* procedure to pay */
.p2p-top-bg{
    background: url(../images/p2ptopbanner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.countersection{
    counter-reset: section;
}
.cardhover:hover{
    border: 1px solid #F16136;
}
.cardcounting{
    font-size: 16px;
    background: rgba(241, 97, 54, 1);
    color: white;
    position: absolute;
    top: 0;
    left: 98%;
    transform: translate(-98%, -50%);
    width: 43px;
    height: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cardcounting::before{
    counter-increment: section;
    content: counter(section);
}
.p2pserviceul{
    color: var(--color-535252);
    font-size: 13px;
}
.p2pserviceul li{
    margin: .5rem;
}
.p2pserviceul li::marker{
      color: rgba(41, 153, 188, 1);
}

.footribhead{
    font-size:26px; 
    font-weight:700;
    color: var(--color-white);
    text-transform: uppercase;
}
.footribp{
    color: white;
    font-size: 13px;
    margin-top: 0.5rem;
}

.hr-operations-bg{
    background: url(../images/HRO-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.orangeline {
    width: 296px;
    height: 0;
    border: 1px solid rgba(241, 97, 54, 1);
    margin: 4px 0;
    display: inline-block;
    /* box-shadow: 0 0 5px rgba(241, 97, 54, 1); */
}

.arrow {
    border: solid rgba(241, 97, 54, 1);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
  }
  
  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 18rem;
  }
  
  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
  }

.hrworkcardhover:hover{
    background: linear-gradient(0deg, #2999BC 0%, #2999BC 100%), linear-gradient(315deg, #4FD4FF 0%, #005D8B 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
    background-color:#2999BC;
    transition: background-color 1s;
}
.hrworkcardhover:hover .card-body h2,
.hrworkcardhover:hover .card-body p
{
    color: white !important;
}

.hrcardblueribbon{
    /* background-color: var(--color-steelblue-100) !important; */
    background: linear-gradient(to right, var(--color-steelblue-100), var(--color-steelblue-200));
    width: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


/* order to cash */
.order2cash-bg{
    background: url(../images/o2cbanner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

/* BI Analytics */
.biAna-bg{
    background: url(../images/bi/bi.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

.BI-border-box {
    border: 1px solid;
    /* padding: 10px; */
    margin-bottom: 20px; /* Optional: Add margin between border boxes */
  }
  .BI-vertical-divider {
    border-right: 2px solid #333;
  }

.BI-border-box:hover{
    color: var(--color-tomato-100) !important;
}
.keyCompo:hover{
    border-color: var(--color-tomato-100) !important;
}

/* BI Analytics End */

/* full stack */
.fstack{
    background: url(../images/fullstack/Transform.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

.wstack{
    background: url(../images/fullstack/banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}



/* full stack End */

/* Record To Report */
.r2r-bg{
    background: url(../images/r2rtopbanner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

/* Financial Plan Analysis */
.fpa-top-bg{
    background: url(../images/financial-alz-ban.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

/* Financial Accounting Consulting */
.finaccco-top-bg{
    background: url(../images/fin-acccon-ban.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
     
}

/* Tax Support */
.tax-sup-topbg{
    background: url(../images/tax-top-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
    
}
/* Financial Statement Reporting */
.finareport-top-bg{
    background: url(../images/fin-state-reprt-top-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

/* Virtual Assitance */

.virtualass-bg{
    background: url(../images/virtualass-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.virass-servicep{
    font-weight: 400;
    color: #535252;
    font-size: 13px;
}
.vaswhycardhover{
    height: 175px;
}
.vaswhycardhover:hover{
     background-color: #2999BC;
     border: 1px #2999BC solid;
     box-shadow: 0px 0px 14.800000190734863px rgba(41, 153, 188, 0.23);
}

.vaswhycardhover:hover .card-body h2,
.vaswhycardhover:hover .card-body p {
  color: white !important;
}

.dotcircle{
    height: 25px;
    width: 25px;
    background-color: white;
    border-radius: 50%;
    display: inline-block;
}

/* Graphic Design Page */
.graphic-bg{
    background: url(../images/graphics-designer-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
}
.graphicservicecard{
    transition: transform 0.3s ease-in-out;
}
.graphicservicecard:hover .graphiccardtext{
    text-shadow: 3px -4px 9px #005b88;
}
.graphicservicecard:hover .graphic-bg-overlay{
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.graphic-bg-overlay {
    position: absolute;
    width: 100%;
    height: 24%;
    background-color: var(--color-darkslategray-100);
    mix-blend-mode: multiply;
    
}
.graphiccardtext{
    /* background-color: rgba(0, 0, 0, 0.898); */
    color: var(--color-39D0FF);
    font-size: var(--font-size-2xl);
    text-align: center;
    margin-bottom: 0;
    height: 24%;
    z-index: 1;
    display: flex;
    align-items: center;
}
.graphicserinccard:hover .graphserimgoverlay{
    background: linear-gradient(180deg, rgba(0, 91, 136, 0) 0%, rgba(44, 73, 93, 0.92) 96%)
}


.graphicserinpara{
    display: none;
}
.graphicserinccard:hover h5{
    text-shadow: 3px 0px 7px rgb(132 141 145 / 25%), -3px 0px 7px rgb(132 141 145 / 50%), 0px 4px 7px rgb(132 141 145 / 75%);
}
.graphicserinccard:hover .graphicserinpara{
    display: block;
}

.graphserimgoverlay{
    display: flex;
    align-items: end;
    background: linear-gradient(180deg, rgba(0, 91, 136, 0) 47%, #2C495D 100%);
}

/* Integration & Migration Services */


/* .Automation_Border{
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    width: 91%;
    padding: 0;
} */

.topbar_mv_box{
    border-radius: 38px;
    border: 1px solid rgba(255, 255, 255, 0.42);
}

.package-form{
    border-radius: 5px 5px 0px 0px;
    background: #FFF;
    box-shadow: 0px -23px 19px 0px rgba(0, 0, 0, 0.10) inset;
    width: 100%;
}

/*Web Development*/
.videoplaycircle{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF9F9;
    height: 121px;
    width: 121px;
    border-radius: 100%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 14px 9px 3px inset;
}
.redplayicon{
    color: #DF2222;
    font-size: 5rem;
    margin-left: .5rem;
    text-shadow: rgb(223 34 34 / 20%) 0px 5px, rgb(223 34 34 / 10%) 0px 10px, rgb(223 34 34 / 5%) 0px 15px, rgb(223 34 34 / 2%) 0px 20px;
    
}

.webdevsercard .webdevsercardimg{
    overflow: hidden;
}

.webdevsercard img{
    transition: transform .3s ease-in-out;
}
.webdevsercard:hover{
    box-shadow: 0px 0px 8.100000381469727px rgba(0, 0, 0, 0.25);
}
.webdevsercard:hover img{
    transform: scale(1.2);
}

.webdevservicegrow:hover{
    border: 1px solid #F16136;
}
.webdevservicegrow:hover h6{
    color: #F16136 !important;

}
/* Automation Services */

.Automation_Border{
    border: 1px solid #BFBFBF;
}

.text_align_justify{
    text-align: justify;
}

.ul_traingle {
  margin: 0.75em 0;
  padding: 0 1em;
  list-style: none;
}

.ul_traingle li::before {
  content: "";
  /*border-color: transparent var(--color-6A6B75);
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.45em;*/
  display: block;
  height: 0;
  width: 0;
  left: -1rem;
  top: 1.125rem;
  position: relative;
  border-top: 0.438rem solid transparent;
  border-bottom: 0.438rem solid transparent;  
  border-left: 0.438rem solid #6A6B75;
}
.vertical-divider{
    height: 3.75rem;
    width: 0.13rem;
    background: #C2C2C2;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  /*.container {
    width: 720px;
  }*/
  .workflow-container {
    max-width: 100%;
  }
  .workflow-container li:nth-child(6n + 6) > div::before,
  .workflow-container li:nth-child(6n + 1) > div::before {
    left: auto;
    right: calc(100% + 8px);
  }
  .workflow-container li > div::before {
    left: calc(100% + 8px);
  }
  .p2pserviceul li{
      margin: 0;
  }
  .vaswhycardhover{
    height: 200px;
  }
  .orangeline{
    width: 200px;
  }
  .right{
    margin-left: 12rem;
  }
}
@media (max-width: 767px) {
  /*.container {
    width: 100%;
  }*/
  .workflow-container {
    max-width: 90%;
    display: block;
  }
  .workflow-container li > div {
    height: auto;
  }
  .workflow-container::before,
  .workflow-container::after {
    content: none;
  }
  .workflow-container li::before,
  .workflow-container li:nth-child(6n + 7)::after,
  .workflow-container li:nth-child(6n + 4)::before,
  .workflow-container li:nth-child(6n + 6)::after,
  .workflow-container li:nth-child(6n + 5)::before,
  .workflow-container li:nth-child(6n + 6)::before {
    left: 50%;
    transform: translateX(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) rotate(-90deg);
    top: auto;
    bottom: -10px;
  }
  .workflow-container li:nth-child(6n + 6)::after,
  .workflow-container li:nth-child(6n + 7)::after,
  .workflow-container li:nth-child(6n + 6):last-child:before {
    content: none;
  }
    .second-bottom{
        bottom:55px !important;
    }
}
.box-container {padding-left: 4px;padding-right: 10px;}

@media screen and (min-width:1380px) {
  .box-container {flex-direction: row;}
  .fpaempowerus{transform: translateY(-52px);}
}

/*.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 415px;
  margin-bottom: 15px;
  max-width: 100%;
}*/

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  /*border-radius: 8px;*/
  min-height: 100px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.flip-box-front {
    -ms-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    
}
.bservice_home_bg1{
    /*background: radial-gradient(circle, rgba(16,105,166,1) 0%, rgba(44,73,93,1) 100%, rgba(0,212,255,1) 100%), url(../images/bookkeeping-and-accounting.webp);*/
    /*background: linear-gradient(90deg, #08296e 50.33%, #08296e 92.95%), url(../images/bookkeeping-and-accounting.webp);*/
    background: url(../images/bookkeeping-and-accounting2.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.bservice_home_bg2{
    background: url(../images/payroll-home-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.bservice_home_bg3{
    background: url(../images/taxation-home-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.bservice_home_bg4{
    background: url(../images/sales-tax-home-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.bservice_home_bg5{
    background: url(../images/cfo-home-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.bservice_home_bg6{
    background: url(../images/fs-home-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.bservice_home_bg7{
    background: url(../images/au-home-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}
.bservice_home_bg8{
    background: url(../images/ot-home-bg.webp);
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;
}


.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;  
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  /*background: radial-gradient(circle, rgba(16,105,166,1) 0%, rgba(44,73,93,1) 100%, rgba(0,212,255,1) 100%);*/
  background: #fff;
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 10px;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;  
    transform: translateY(-50%) translateZ(60px) scale(.94);
    -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
    -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-box-header {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.44);
    font-size: 16px;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 25px; /* 156.25% */
    text-transform: capitalize;
}

.flip-box p {
    color: #005B88;
    text-align: justify;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 138.462% */
    text-transform: capitalize;
}
.flip-box a {color: var(--color-tomato-100);}

.flip-box-img {
  margin-top: 25px;
}
.flip-cta-arrow{
    color: var(--color-steelblue-300);
    background: #fff;
    padding: 7px 16px;
    font-size: 36px;
    border-radius: 50%;
    margin-top: 25px;
}
.flip-box-button-wrapper {margin-top: 20px;}
.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;  
  padding: 6px 12px;
  text-transform: uppercase;
}
.pp-title{
    color: #005B88;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 126.5%;
}
.pageError{
    position: relative;
    height: 300px;
}
.pageError h5 {
  font-size:11rem;
  position:absolute;
  transform:translate(-50%,-50%);
  margin:0;
  color: var(--color-tomato-100);
}
.pageError h5:nth-of-type(1){
  animation: range 4s infinite;
}
.pageError h5:nth-of-type(2){
  left:50%;
  top:50%;
  animation: size 4s infinite;
}
.pageError h5:nth-of-type(3){
  animation: range2 4s infinite;
}
@keyframes range {
  0%  {left:42%;top:50%;font-size:11rem;}
  25% {left:50%;top:40%;font-size:4.5rem;}
  50% {left:58%;top:50%;font-size:11rem;}
  75% {left:50%;top:60%;font-size:4.5rem;}
  100%{left:42%;top:50%;font-size:11rem;}
}
@keyframes range2 {
  0%  {left:58%;top:50%;font-size:11rem;}
  25% {left:50%;top:60%;font-size:4.5rem;}
  50% {left:42%;top:50%;font-size:11rem;}
  75% {left:50%;top:40%;font-size:4.5rem;}
  100%{left:58%;top:50%;font-size:11rem;}
}
@keyframes size {
  0%  {font-size:11rem;}
  25% {font-size:26rem;}
  50% {font-size:11rem;}
  75% {font-size:26rem;}
  100%{font-size:11rem;}
}
.slider-post-height{height: 30px;padding:5px 10px;overflow: hidden;text-align: center;}
.btn-catagories{background:#2999bc;padding:4px;border-radius:3px;color:#fff;}
.btn-catagories:hover{background:#f16136;color:#fff;}
.post_thump img{min-height: 250px}
.blog-content{background: #fff;padding: 10px;border-radius: 0px 0px 5px 5px;}
.blog_name{color:var(--primary);height: 48px;overflow: hidden;}
.blog_name>a:hover{color:var(--color-tomato-100);}
.blog_lists .links a{color:var(--color-tomato-100);}
.blog_lists .links a:hover{color:var(--color-skyblue-100);}
.catactive{
    background-color: var(--color-tomato-100);
}
.catactivetitle{
    color: #06A3DA !important;
}
.recent-post{display:flex;align-items:center;}
.recent-post img{max-width:120px;margin-right:10px;border-radius:5px;}
.widget_names {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.widget_link1{list-style:none;padding:0px;margin:0px;}
.widget_link1 li a {
    position: relative;
    background-color: #f6f6f8;
    padding: 10px;
    color: #000;
    display: block;
    margin-bottom: 12px;
}
.widget_link1 li a:hover {
    background-color: #f2f2f2;
    color: #f16136;
}
.widget_link1 li a:hover:after {
    background-color: #f16136;
    color: #fff;
}
.widget_link1 li a:after {
    content: "\f138";
    font-family: bootstrap-icons !important;
    width: 45px;
    background-color: #e3e3e3;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    line-height: 45px;
    transition: all .3s;
}
.widget_names:after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #f16136;
    display: block;
    margin-top: 10px;
}
.widget_link2{list-style:none;padding:0px;margin:0px;}
.widget_link2 li {
    overflow: hidden;
    display: block;
    border-bottom: #ddd solid 1px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.widget_link2 a:hover .recent-post img{border:2px solid #f16136;}
/*content-writing*/
.content-pagetitle{
    font-family: var(--font-barlow) !important;
    color: var(--color-white);
    font-size: 32px;
    font-weight: 500px;
}

.card-bg{
    position: relative;
    z-index:-1;
    display:block;
}

.card-layer{
    max-width: 100%; 
    width: auto;
    margin: auto;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("<?php echo $base_url; ?>/images/content-writing/blog-writing.webp");
}

.card-img-over {
    width: 94%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 12px;
    background:linear-gradient(180deg, rgba(0, 91, 136, 0.00) 0%, rgba(44, 73, 93, 0.92) 100%);
}
.card-img:before {
    content: '';
    display: block;
    position: absolute;
    height: 0%;
    width: 100%;
    bottom: 0;
    transition: height 0.5s ease-out;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
  } 
  .card-img-over:hover.card-img-overlay{
    background:linear-gradient(180deg, rgba(0, 91, 136, 0.00) 0%, rgba(44, 73, 93, 0.92) 70%) !important;

  }
  .card-img-over:hover{
    /* width: 94%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 12px; */
    /* background:linear-gradient(180deg, rgba(0, 91, 136, 0.00) 0%, rgba(44, 73, 93, 0.92) 70%); */
}
  /* .card-img:hover{
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 50%);
    
}
   .card-img:hover:before {
    height: 100%;
  } 
 

 */


.contentcardimglay{
    background: linear-gradient(180deg, rgba(0, 91, 136, 0.00) 0%, rgba(44, 73, 93, 0.92) 100%);
}
.contentcardimglay:hover{
    background:linear-gradient(180deg, rgba(0, 91, 136, 0.00) 0%, rgba(44, 73, 93, 0.92) 70%); 
}

.contentimgsize{
    height:23%;
    width:23%;
}
/* .card-text{
    top:0;
    width: 94%;
    height: 100%;
    position: absolute;
} */


.conimar-bg{
    background: url(../images/content-writing/content-writing-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.card-body{
    text-align: justify;
}

.con_wri_hr{
    border-top:  2px solid white;
}


.content-bullet {
    list-style: none; 
    /* Remove default bullet marker */
    padding: 5px; /* Add padding for space around the content */
    background-color: white; /* Set background color */
    color: black; /* Set text color */
    margin-bottom: 5px; /* Add margin between items */
  }
  
  .content-bullet:before {
    /* content: "\2022"; */
     /* Unicode for bullet symbol */
    margin-right: 5px; /* Add space between bullet and content */
  }





/* End content writing */

/* digital market */

.digimar-bg{
    background: url(../images/digmarbanner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}
.digi-ben-bg{
    background: url(../images/digbenbanner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.digmweworkcard{
    background-color: var(--color-steelblue-300);
    border: 1px #EBEBEB solid;
}
.howwepara{
    color: #F8F1F1;
    font-size: 13px;
}
.dighowcardin{
    height: 104px;
}

/* End digital market */

/* SEO-Services  */

.card-size{
    width: 420.25px;
    height: 128px;    
}
/* .card:hover{
    border-color:#F16136;
}
.card{
    border-color:#B1B1B1;
} */

.seoimar-bg{
    background: url(../images/seo-services/main-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

.newsCard {
    position: relative;
    width: 100%;
    height: 400px;
    background-color: #fff;
    color:#fff;
    overflow: hidden;
    border-radius: 6px;
  }
  
  figure img {
  display: block;
  object-fit: cover !important;
  object-position: center center !important; height: 100%;
  width: 100%;
  }
  
  .overlay{
    background: rgb(40,26,54);
    background: -moz-linear-gradient(0deg, rgba(40,26,54,1) 0%, rgba(89,59,116,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(40,26,54,1) 0%, rgba(89,59,116,0) 100%);
    background: linear-gradient(0deg, rgba(40,26,54,1) 0%, rgba(89,59,116,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#281a36",endColorstr="#593b74",GradientType=1);
    display: block;
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    z-index: 3;
  }
  
  .newsCaption {
    position: absolute;
    top: auto;
    bottom: 31px;
    left: 0;
    width: 100%;
    height: 35%;
    z-index: 10;
    padding: 15px;
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition:  -webkit-transform 0.4s;
    transition:  -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s,  -webkit-transform 0.4s;
  }
  .newsCaption i{font-size: 24px;}
  
  .newsCaption-title {
    margin-top: 0px;
  }
  .newsCaption-content {
    margin: 0;
  }
  
  .newsCaption-link {
    color: #fff;
    text-decoration: underline;
    opacity: .8;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
    transition-timing-function: cubic-bezier(0.39, 0.58, 0.57, 1);
  }
  .news-Slide-up:hover .overlay{ 
    background: rgb(64,10,111);
    background: -moz-linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
    background: linear-gradient(0deg, rgba(64,10,111,1) 0%, rgba(89,59,116,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#400a6f",endColorstr="#593b74",GradientType=1);
  }
  
  .news-Slide-up:hover .newsCaption {  
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition:  -webkit-transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .seo-component li::marker{color: var(--color-steelblue-300);}
/*End SEO-Services  */


/* SMM-Services */
.smm-bg{
    background-image: url(../images/smm-webpage/our-services.webp);

}
.card-smm{
    background-color:white;
}
.card-smm:hover{
    background-color:#2999BC;
}
.card-smm:hover div{
    color:white;

}
.card3{
    position: relative;
}
/* .smm-text{
    position: absolute;
} */

.card4{
    position: relative;

}
/* .card4:hover{
    background-color:#F16136;
} */
.card4 img{
    transition: background-color 1s;
    /*Addtransitionforsmoothcolorchange*/;
    -webkit-transition: background-color 10.5s;
    -moz-transition: background-color 1s;
    -ms-transition: background-color 1s;
    -o-transition: background-color 1s;
}
.card4 img:hover{
    background-image: none; /* Remove background image on hover */
    background-color: #ff0000; /* Set background color on hover */  
}

.smm-card-overlay  {
    /*position: absolute;
    top: 100%;
    *//*Initialpositiontoshow25%oftheoverlay*//*width: 98%;
    height: 0%;
    *//*Initialheighttoshow25%oftheoverlay*//*background-color: #F16136;
    *//*Opaquebackground*//*opacity: 1;
    *//*transition: opacity 0.5s, top 0.5s, height 0.5s;
    *//*Addopacity,top,andheighttransitions*//*display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    *//*Textcolor*//*text-align: center;
    */transition: background-color 0.7s;
}
  
  /* .overlay-content {
    display: none; /* Initially hide the overlay content */
  /* } */ 
  
  .card4:hover .smm-card-overlay {
    /* top: 0; Move to the top on hover */ 
    /* height: 100%; /* Expand to 100% on hover */
    background-image: none; /* Remove background image on hover */
    background-color: #F16136;

    
  }
  .card4:hover
   .smm-text:hover .seo-text-card{
    color:white;
    /* justify-content: center;
    align-items: center;
    display: flex; */
    height: 100%;
    display: flex;
     align-items : center;
  }

  .card4
  .smm-text .seo-text-card{
    height: 100%;
    display: flex;
     align-items : center;
  }
  




  .smmimar-bg{
    background: url(../images/smm-webpage/sdsd.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 350px;
}

/* End of SMM */


/* Pricing */

/* .nav .nav-item button.active {
    background-color: transparent;
    color: var(--bs-danger) !important;
  }
  .nav .nav-item button.active::after {
    content: "";
    border-bottom: 4px solid var(--bs-danger);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
  }
  
 */

/* .nav-fill button.active{
    border-bottom: 3px solid red;

} */


.nav-fills-plans .nav-link.active{
    /* font-size:; */
    color:white;
    background-color:#2C495D;
    /* border-bottom: 10px #000 !important; */}


.tab-he{
   border-bottom: none;

}
.ta-he{
background-color:#064E85;
}
.ta-he th{
text-align: center;

}
.pricing-table td{
text-align: center;
width:200px;
}
.pricing-table th{
    width:200px;
    }
.pricing-choose-bg{
    background-color:#064E85;
}


.pricing-text{
    color:#064E85;
    font-size: 42.67px;
    font-weight: 700;
}

.pricing-form{
    border-radius: 5px;
    border: 2px solid #FFF;
    background: #FFF;
    box-shadow: 0px -23px 19px 0px rgba(0, 0, 0, 0.10) inset, 0px 0px 5px 0px #000;
}

.modal-backdrop-blue{
    background: rgba(0, 77, 115, 0.36);
}

.footer-shadow{
    background: #FFF;
    box-shadow: 0px -23px 19px 0px rgba(0, 0, 0, 0.10) inset;
}

.nav-pills-pricing .nav-link.active{
    color: #fff;
    background-color: #064E85;
    letter-spacing: 2px;
    width:
     100%;
}

.nav-pills-pricing .nav-link {
    background-color: #E0E0E0;
    border: 1px;
    border-color:#000;
    border-radius: 2px;
    color:#000;    
    letter-spacing: 2px;
    width: 100%;
    

}

.nav-fills-plans .nav-link {
/* font-size:; */
color:grey;
background-color:#d3d3d33d;
}

.nav-fills-plans .nav-link.active{
/* font-size:; */
/* color:#2C495D; */
/* border-bottom: 10px #000 !important; */
}


.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    /* border-block-color: red; */
    /* background: #d3d3d33d; */
    width: 100%;
    /* border: red; */
}


.seo-smm-pills-pricing .nav-link.active{
    color: #fff;
    /* background-color: #064E85; */
    letter-spacing: 2px;
    width:
     100%;
}

.seo-smm-pills-pricing .nav-link {
    background-color: #E0E0E0;
    border: 1px;
    border-color:#000;
    border-radius: 2px;
    color:#000;    
    letter-spacing: 2px;
    width: 100%;
    

}
.nav-underline .active { 
    text-decoration: underline;  }



.pricingimar-bg{
    background: url(../images/Pricing/prixing-banner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 263px;
}

.rectangle .btn-outline-secondary{
    color: white;
    background-color: #E16626;
    border-color: #E16626;
    border-style: solid;
    

}


.icon-green{
    color:green;
}
.icon-red{
    color:red;
}

.box .rectangle {
    /* width: 1640px;
    height: 183px; */
    top: 0;
    left: 0;
    background-color: #064e85;
    box-shadow: 0px 0px 13.33px #00000021;
  }
  
  
  

  .usd-text-pricing{
    right:50px;
  }  






     .pcard{
      border:none;
      padding: 10px 50px;
    }

     /* .pcard::after {
      position: absolute;
      z-index: -1;
      opacity: 0;
      -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
      transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    } */

 .pcard:hover {


      /* transform: scale(1.02, 1.02);
      -webkit-transform: scale(1.02, 1.02); */
      backface-visibility: hidden; 
      will-change: transform;
      /* box-shadow: 0 1rem 3rem rgba(0,0,0,.75) !important; */
    }

     .pcard:hover::after {
      opacity: 1;
    }

     .pcard:hover .btn-outline-secondary{
      color:white;
      background:#E16626;
    }



/* End OF PRICING */




/*Admin*/
.login-page {
    width: 100%;
    height: 70vh;
    display: inline-block;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}
.login-page img{max-width: 270px;}
.gnb{position:relative;z-index:2000;width: 100%}
.gnb__dimmed{display:none;position:fixed;left:0;top:0;right:0;bottom:0;background:#000;opacity:0;z-index:2000;-webkit-transition:opacity .6s cubic-bezier(0.4,0,0.2,1) .2s;transition:opacity .6s cubic-bezier(0.4,0,0.2,1) .2s}
.gnb__dimmed.open{display:block;opacity:.68;-webkit-transition:opacity .6s cubic-bezier(0.4,0,0.2,1);transition:opacity .6s cubic-bezier(0.4,0,0.2,1)}
.gnb__nav{position:relative;background:#fff;z-index:2000}
.gnb__bar{width: 100%;/*height:80px;*/margin:0 auto;background:#fff;-webkit-box-sizing:content-box;box-sizing:content-box}
.gnb__bar-inner{/*padding:0 24px 0 16px;*/font-size:0}
.gnb__bar-inner:after{content:'';display:block;clear:both}
.gnb__logo{float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;height:68px*}
.gnb__logo-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:280px;height:65px}
.gnb__logo-icon svg{width:104px;height:16px}
.gnb__logo[class*="gnb__logo--"]:after{content:'';display:block;position:absolute;top:50%;left:0;width:120px;height:32px;background:#fff no-repeat 50% 50%;background-size:120px 32px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
/*.gnb__logo[class*="gnb__logo--"].gnb__logo--christmas:after{background-image:url('../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/christmas-samsung-logo-desktop.gif');background-position:50% 35%;background-size:104px 20px}
.gnb__logo[class*="gnb__logo--"].gnb__logo--valentine:after{background-image:url('../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/valentine-samsung-logo-desktop.gif')}
.gnb__logo[class*="gnb__logo--"].gnb__logo--event:after{background-image:url('../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/gnb-desktop-120x32.gif')}*/
.gnb__main{float:left;margin-left:64px;font-size:0}
.gnb__depth1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;/*height:80px;*/line-height:1.33}
.gnb__depth1-menu{vertical-align:middle}
.gnb__depth1-menu--only-mobile{display:none}
.gnb__depth1-link{display:inline-block;overflow:hidden;position:relative;padding:5px 10px;border-radius:2px;color:var(--color-white);font-size:14px;font-weight:500;/*line-height:1.33;*/font-family: var(--font-poppins);}
.gnb__depth1-link>.icon{display:none}
.gnb__depth1-link-text .icon{width:14px;height:14px;vertical-align:middle;fill:currentColor}
.gnb__depth1-link:hover,.gnb__depth1-link.active{color:var(--color-tomato-100);font-family: var(--font-poppins);font-size: 14px;font-weight: 500;}
.gnb__depth2-wrap{overflow:hidden;position:absolute;top:65px;left:0;right:0;background:#004D73;margin-top: 5px}
.gnb__depth-back-wrap{display:none}
.gnb__depth2-inner{visibility:hidden;overflow:hidden;position:relative;max-width:1520px;height:0;margin:0 auto;/*padding:0 24px;*/-webkit-transition-property:height;transition-property:height;-webkit-transition-delay:.1s;transition-delay:.1s}
.gnb__depth2-inner.active{visibility:visible;/*padding:0 24px;*/z-index:2100}
.gnb__depth2{position:relative;width:270px;opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition:opacity .4s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .5s cubic-bezier(0.4,0,0.2,1) .1s;transition:opacity .4s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .5s cubic-bezier(0.4,0,0.2,1) .1s;transition:transform .5s cubic-bezier(0.4,0,0.2,1) .1s,opacity .4s cubic-bezier(0.4,0,0.2,1) .1s;transition:transform .5s cubic-bezier(0.4,0,0.2,1) .1s,opacity .4s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .5s cubic-bezier(0.4,0,0.2,1) .1s;pointer-events:none}
.gnb__depth2:after{content:'';display:block;clear:both}
.gnb__depth2.active{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto;color: var(--color-white);background-color: transparent !important;}
.gnb__depth2-title-wrap{display:none;width:100%;opacity:0;padding-top:8px;-webkit-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition:opacity .4s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .5s cubic-bezier(0.4,0,0.2,1) .1s;transition:opacity .4s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .5s cubic-bezier(0.4,0,0.2,1) .1s;transition:transform .5s cubic-bezier(0.4,0,0.2,1) .1s,opacity .4s cubic-bezier(0.4,0,0.2,1) .1s;transition:transform .5s cubic-bezier(0.4,0,0.2,1) .1s,opacity .4s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .5s cubic-bezier(0.4,0,0.2,1) .1s}
.gnb__depth2-title{display:table-cell;/*height:80px;*/color:#000;font-size:32px;font-family: var(--font-barlow);line-height:1.33;vertical-align:middle;padding-top: 20px;}
.gnb__depth2-title-link{display:inline-block;position:relative;color:#000}
.gnb__depth2-title-link:after{content:'';display:block;position:absolute;left:0;top:100%;width:100%;margin-top:2px;border-bottom:2px solid #f16136}
.gnb__depth2-title-link:hover:after,.gnb__depth2-title-link:focus:after{left:0;-webkit-animation:aniline .3s ease-in-out 1;animation:aniline .3s ease-in-out 1;width:100%}
.gnb__depth2-title-link svg.icon{width:32px;height:32px;vertical-align:-4px}
.gnb__depth2-menu{clear:both;padding:12px 0;background-color: transparent;padding-left: 20px;}
/* .gnb__depth2-menu:first-child{border-top:1px solid #fff;border-bottom:0.5px solid #fff;}
.gnb__depth2-menu{border-bottom:0.5px solid #fff;} */
/* .gnb__depth2-menu:last-child{border-top:0.5px solid rgba(255, 240.12, 240.12, 0.10);border-bottom:1px solid rgba(255, 240.12, 240.12, 0.10);} */

.gnb__depth2-menu{border-bottom:1px solid rgba(255, 240.12, 240.12, 0.10);}
.gnb__depth2-menu.has-depth-menu{padding-right:32px}
li.gnb__depth2-menu.has-depth-menu.open{
    height: 100%;
}
.gnb .gnb__depth2-menu.has-depth-menu.active{background-color: var(--color-white);
    border: 1px groove rgb(249 186 167 / 95%);
    /* border-radius: 4px; */
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);}
.gnb__depth2-link{
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    position:relative;
    color: var(--color-white);
    font-family: var(--font-barlow);
    font-style: normal;
    line-height: normal;
    font-weight: 500;
    word-wrap:break-word;
    font-size: 14px;
    vertical-align:middle;
}
.gnb__depth2-link_cpas{display:-webkit-block !important;display:-ms-block !important;display:block !important;}
.gnb__depth2-link-text{display:inline;position:relative}
.gnb__depth2-link-text:before{content:'';display:block;position:absolute;top:100%;left:50%;-webkit-transition:left .2s cubic-bezier(0.4,0,0.2,1),width .2s cubic-bezier(0.4,0,0.2,1);transition:left .2s cubic-bezier(0.4,0,0.2,1),width .2s cubic-bezier(0.4,0,0.2,1);width:0;height:1px;margin-top:2px;background:#000}
.gnb__depth2-link .icon--next{visibility:hidden;position:absolute;width:24px;height:24px;left:200px;-webkit-transform:translateX(-5px);transform:translateX(-5px);opacity:0;-webkit-transition:opacity .2s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .2s cubic-bezier(0.4,0,0.2,1) .1s;transition:opacity .2s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .2s cubic-bezier(0.4,0,0.2,1) .1s;transition:transform .2s cubic-bezier(0.4,0,0.2,1) .1s,opacity .2s cubic-bezier(0.4,0,0.2,1) .1s;transition:transform .2s cubic-bezier(0.4,0,0.2,1) .1s,opacity .2s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .2s cubic-bezier(0.4,0,0.2,1) .1s}
.gnb__depth2-link .icon--next-second{visibility:visible;position:absolute;width:16px;height:16px;left:250px;-webkit-transform:translateX(-5px);transform:translateX(-5px);opacity:1;-webkit-transition:opacity .2s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .2s cubic-bezier(0.4,0,0.2,1) .1s;transition:opacity .2s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .2s cubic-bezier(0.4,0,0.2,1) .1s;transition:transform .2s cubic-bezier(0.4,0,0.2,1) .1s,opacity .2s cubic-bezier(0.4,0,0.2,1) .1s;transition:transform .2s cubic-bezier(0.4,0,0.2,1) .1s,opacity .2s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .2s cubic-bezier(0.4,0,0.2,1) .1s}
.gnb__depth2-link .icon--dropdown{display:none}
.gnb__depth2-link:hover .gnb__depth2-link-text:before,.gnb__depth2-link:focus .gnb__depth2-link-text:before{left:0;width:100%}
.gnb__depth2-single.active{background-color: var(--color-white);border: 1px groove rgb(249 186 167 / 95%);
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);position: relative;}
.gnb__depth2 .gnb__depth2-single.active:before{    
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 8px;
    background-color: var(--color-tomato-100);
    /*box-shadow: 4px 0px 7px 4px rgba(0, 0, 0, 0.2);*/
}
.gnb__depth2-menu.active .gnb_depth-parentlink{color: var(--color-tomato-100) !important;margin-left:1rem;}
.gnb__depth2-menu.active .gnb__depth2-link{color: var(--color-white);font-size: 14px;font-style: normal;font-weight: 700;
    line-height: normal;}
.gnb__depth2-link[target="_blank"] .gnb__depth2-link-text .icon{display:inline-block;width:16px;height:16px;vertical-align:middle}
.gnb__depth2-close{visibility:hidden;position:absolute;right:25px;top:2.5vw;width:48px;height:48px;margin-top:-24px;z-index:2100;opacity:0;-webkit-transition-property:opacity;transition-property:opacity}
.gnb__depth2-close svg.icon{position:absolute;left:12px;top:12px;width:24px;height:24px}
.gnb__depth1-menu.active .gnb__depth2-title-wrap{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link-text:before{content:none}
.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:hover>.icon--next,.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:focus>.icon--next,.gnb .gnb__depth2-menu.has-depth-menu.active .gnb__depth2-link>.icon--next{visibility:visible;position:absolute;right:0;-webkit-transform:translateX(0);transform:translateX(0);top:50%;width:24px;height:24px;margin-top:-12px;opacity:1}
.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:hover>.icon--next-second,.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:focus>.icon--next-second,.gnb .gnb__depth2-menu.has-depth-menu.active .gnb__depth2-link>.icon--next-second{visibility:hidden;position:absolute;right:0;-webkit-transform:translateX(0);transform:translateX(0);top:50%;width:24px;height:24px;margin-top:-12px;opacity:1}
.gnb__depth3-wrap{visibility:hidden;overflow:hidden;position:absolute;top:0;z-index:-1;left:270px;right:0;width:1200px;margin-top: -44px;}
.gnb__depth3-wrap .gnb__depth3-inner{padding:10px;opacity:0;-webkit-transform:translateX(-30px);transform:translateX(-30px);-webkit-transition:opacity .1s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .1s cubic-bezier(0.4,0,0.2,1) .1s;transition:opacity .1s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .1s cubic-bezier(0.4,0,0.2,1) .1s;transition:transform .1s cubic-bezier(0.4,0,0.2,1) .1s,opacity .1s cubic-bezier(0.4,0,0.2,1) .1s;transition:transform .1s cubic-bezier(0.4,0,0.2,1) .1s,opacity .1s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .1s cubic-bezier(0.4,0,0.2,1) .1s}
.gnb__depth2-menu.active .gnb__depth3-wrap{visibility:visible;-webkit-transform:translateX(0);transform:translateX(0);z-index:0;margin-top:-44px;}
.gnb__depth2-menu.active .gnb__depth3-wrap .gnb__depth3-inner{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .4s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .4s cubic-bezier(0.4,0,0.2,1) .2s;transition:opacity .4s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .4s cubic-bezier(0.4,0,0.2,1) .2s;transition:transform .4s cubic-bezier(0.4,0,0.2,1) .2s,opacity .4s cubic-bezier(0.4,0,0.2,1) .2s;transition:transform .4s cubic-bezier(0.4,0,0.2,1) .2s,opacity .4s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .4s cubic-bezier(0.4,0,0.2,1) .2s}
.gnb__depth3{overflow:hidden;padding:0 2px;font-size:0}
.gnb__depth3-menu{position:relative;padding:0px 24px 8px;display: inline-block;}
.gnb__depth3-link{display:block;padding:8px 0;color:var(--color-steelblue-100);font-size:18px}
.gnb__depth3-link-text{display:inline-block;position:relative;font-weight: 400;}
.gnb__depth3-link-text:before{content:'';display:block;position:absolute;top:100%;left:50%;-webkit-transition:left .2s cubic-bezier(0.4,0,0.2,1),width .2s cubic-bezier(0.4,0,0.2,1);transition:left .2s cubic-bezier(0.4,0,0.2,1),width .2s cubic-bezier(0.4,0,0.2,1);width:0;height:1px;margin-top:2px;background:#000}
.gnb__depth3-link:hover .gnb__depth3-link-text,.gnb__depth3-link:focus .gnb__depth3-link-text{font-weight:400}
.gnb__depth3-link:hover .gnb__depth3-link-text:before,.gnb__depth3-link:focus .gnb__depth3-link-text:before{left:0;width:100%}
.gnb__depth3-link-style{box-shadow: inset 0px 0px 2px 1px #f1f1f1;padding: 10px;}
.gnb__depth3-link-style-img{border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 15px;
}
.gnb__depth3-link-style-text {
    font-size: var(--font-size-base);
    font-family: var(--font-poppins) !important;
    color: var(--color-dimgray);
}
.third-level-menu{padding-top:12px;padding-bottom:12px;}
.image-container {
    position: relative;
    display: inline-block; /* This ensures that the container only takes up the necessary space */
}

.content-overlay {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -90%);
    text-align: start;
    color: var(--color-white);
    background: var(--color-white); /* Background color with some transparency */
    padding: 5px 10px;
    width: 90%;
}

.justify{
    text-align: justify;
}

.white-border{border: 1px solid #FFF;}

.gnb__feature-container{position:absolute;right:0;border-left:1px solid #ddd;top:88px;width:497px;padding:0 83px;opacity:0;-webkit-transform:translateY(-30px);transform:translateY(-30px);-webkit-transition:opacity .4s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .5s cubic-bezier(0.4,0,0.2,1) .1s;transition:opacity .4s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .5s cubic-bezier(0.4,0,0.2,1) .1s;transition:transform .5s cubic-bezier(0.4,0,0.2,1) .1s,opacity .4s cubic-bezier(0.4,0,0.2,1) .1s;transition:transform .5s cubic-bezier(0.4,0,0.2,1) .1s,opacity .4s cubic-bezier(0.4,0,0.2,1) .1s,-webkit-transform .5s cubic-bezier(0.4,0,0.2,1) .1s}
.gnb__feature-container-link{display:block}
.gnb__feature-container .image{overflow:hidden;width:330px;/*height:330px;*/border-radius:20px}
.gnb__feature-container .image img{-webkit-transition:-webkit-transform .2s cubic-bezier(0.4,0,0.2,1);transition:-webkit-transform .2s cubic-bezier(0.4,0,0.2,1);transition:transform .2s cubic-bezier(0.4,0,0.2,1);transition:transform .2s cubic-bezier(0.4,0,0.2,1),-webkit-transform .2s cubic-bezier(0.4,0,0.2,1)}
.gnb__feature-container .image:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}
.gnb__feature-container-contents{padding:24px 8px;color:#000;font-weight:bold;font-size:18px}
.gnb__feature-container-contents .cta{margin:6px 0 -8px}
.gnb__depth1-menu.active .gnb__feature-container,.gnb__depth2-wrap.open+.gnb__feature-container{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
.gnb__sub{float:right;font-size:0}
.gnb__sub .gnb__depth1{float:left}
.gnb__utility{float:right;margin-left:36px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px}
.gnb__utility>li{position:relative}
.gnb__utility>li+li{margin-left:24px}
.gnb__utility>li>a{display:block}
.gnb__utility>li>a,.gnb__utility>li>a svg.icon{width:24px;height:24px}
.gnb__utility>li>a svg.icon{pointer-events:none}
.gnb__utility li.gnb__logout>a{margin:-6px 0}
.gnb__utility li.gnb__logout>a,.gnb__utility li.gnb__logout div.image,.gnb__utility li.gnb__logout svg[class*='icon']{width:36px;height:36px}
.gnb__utility li.gnb__logout a.gnb__logout-btn{overflow:hidden;border-radius:100%}
.gnb__utility .gnb__login-layer{visibility:hidden;position:absolute;top:36px;right:0;-webkit-transform-origin:100% 0;transform-origin:100% 0;width:216px;padding:8px 0;background:#fff;border-radius:6px;-webkit-box-shadow:0 4px 10px -2px rgba(0,0,0,0.2);box-shadow:0 4px 10px -2px rgba(0,0,0,0.2);z-index:2999;opacity:0;-webkit-transform:scale(0.6);transform:scale(0.6);-webkit-transition:opacity .1s cubic-bezier(0.2,0.6,0.4,1),-webkit-transform .1s cubic-bezier(0.2,0.6,0.4,1);transition:opacity .1s cubic-bezier(0.2,0.6,0.4,1),-webkit-transform .1s cubic-bezier(0.2,0.6,0.4,1);transition:transform .1s cubic-bezier(0.2,0.6,0.4,1),opacity .1s cubic-bezier(0.2,0.6,0.4,1);transition:transform .1s cubic-bezier(0.2,0.6,0.4,1),opacity .1s cubic-bezier(0.2,0.6,0.4,1),-webkit-transform .1s cubic-bezier(0.2,0.6,0.4,1)}
.gnb__utility .gnb__login-layer.active{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1)}
.gnb__utility .gnb__login-layer .gnb__utility-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:24px;padding:8px 16px;color:#000;font-size:14px;line-height:1.33;-webkit-box-sizing:content-box;box-sizing:content-box}
.gnb__utility .gnb__login-layer .gnb__utility-link .icon-wrap{width:24px;height:24px;padding:4px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-right:8px}
.gnb__utility .gnb__login-layer .gnb__utility-link .icon-wrap svg[class*='icon']{width:100%;height:100%}
.gnb__utility .gnb__login-layer .gnb__user-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:38px;padding:16px 0;margin:0 16px 8px;border-bottom:1px solid #ddd;color:#000;font-weight:bold;font-size:14px;line-height:1.33;-webkit-box-sizing:content-box;box-sizing:content-box}
.gnb__utility .gnb__login-layer .gnb__user-name .gnb__user-image{overflow:hidden;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-right:8px;border-radius:100%}
.gnb__utility .gnb__login-layer .gnb__user-name .gnb__user-image div.image,.gnb__utility .gnb__login-layer .gnb__user-name .gnb__user-image svg[class*='icon']{display:block;width:32px;height:32px}
.gnb__utility .gnb__cart{position:relative}
.gnb__utility .gnb__cart-in-number{position:absolute;top:-3px;left:15px;z-index:2000;min-width:12px;height:12px;padding:0 2px;border-radius:6px;background-color:#d93b30;color:#fff;font-size:10px;font-weight:bold;text-align:center;line-height:14px;letter-spacing:normal;text-indent:1px}
.gnb__utility .gnb__country{position:relative}
.gnb__utility .gnb__country .image{width:24px;height:24px}
.gnb__utility .gnb__country-cta{overflow:hidden;position:relative;width:44px;height:24px;padding-right:20px}
.gnb__depth2-menu.active .gnb__depth3-wrap.img-cont1{margin-top: -55px !important}
.gnb__depth2-menu.active .gnb__depth3-wrap.img-cont2{margin-top: -82px !important}
.gnb__depth2-menu.active .gnb__depth3-wrap.img-cont3{margin-top: -120px !important}
.gnb__depth2-menu.active .gnb__depth3-wrap.img-cont4{margin-top: -153px !important}
.gnb__depth2-menu.active .gnb__depth3-wrap.img-cont5{margin-top: -186px !important}
.gnb__depth2-menu.active .gnb__depth3-wrap.img-cont6{margin-top: -227px !important}
.gnb__depth2-menu.active .gnb__depth3-wrap.img-cont7{margin-top: -260px !important}
.gnb__utility .gnb__country-cta svg.icon{display:none;position:absolute;right:0;top:50%;width:12px;height:12px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.gnb__utility .gnb__country-cta svg.icon--open{display:block}
.gnb__utility .gnb__country-cta.active .icon{display:none}
.gnb__utility .gnb__country-cta.active .icon--close{display:block}
.gnb__utility .gnb__country-layer{visibility:hidden;position:absolute;right:0;-webkit-transform-origin:100% 0;transform-origin:100% 0;top:36px;width:130px;padding:8px 0;border-radius:6px;-webkit-box-shadow:0 4px 10px -2px rgba(0,0,0,0.2);box-shadow:0 4px 10px -2px rgba(0,0,0,0.2);background:#fff;z-index:2999;opacity:0;-webkit-transform:scale(0.6);transform:scale(0.6);-webkit-transition:opacity .1s cubic-bezier(0.2,0.6,0.4,1),-webkit-transform .1s cubic-bezier(0.2,0.6,0.4,1);transition:opacity .1s cubic-bezier(0.2,0.6,0.4,1),-webkit-transform .1s cubic-bezier(0.2,0.6,0.4,1);transition:transform .1s cubic-bezier(0.2,0.6,0.4,1),opacity .1s cubic-bezier(0.2,0.6,0.4,1);transition:transform .1s cubic-bezier(0.2,0.6,0.4,1),opacity .1s cubic-bezier(0.2,0.6,0.4,1),-webkit-transform .1s cubic-bezier(0.2,0.6,0.4,1)}
.gnb__utility .gnb__country-layer.active{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1)}
.gnb__utility .gnb__country-select{padding:8px 16px;display:table;width:100%}
.gnb__utility .gnb__country-select .image,.gnb__utility .gnb__country-select .gnb__country-text{display:table-cell;vertical-align:middle}
.gnb__utility .gnb__country-select .gnb__country-text{padding-left:8px;color:#000;font-size:14px;line-height:1.33}
.gnb__utility .gnb__country-select.is-selected .gnb__country-text{font-weight:bold}
.gnb .gnb__depth3-link[target="_blank"] .gnb__depth3-link-text .icon{display:inline-block;width:16px;height:16px;vertical-align:middle}
.gnb__mobile-menu,.gnb__depth-title,.gnb__menu-close,.gnb__utility-mobile{display:none}
.gnb .layer-popup{display:none;overflow-y:auto;position:fixed;left:0;top:0;right:0;bottom:0;line-height:1.33;letter-spacing:-4px;text-align:center;z-index:3100}
.gnb .layer-popup-dim{position:fixed;left:0;top:0;right:0;bottom:0;background:#000;opacity:.68;z-index:3100}
.gnb .layer-popup:before{content:'';display:inline-block;height:100%;vertical-align:middle}
.gnb .layer-popup__inner{display:inline-block;position:relative;width:auto;min-width:448px;max-width:648px;padding:24px;border-radius:20px;background:#fff;line-height:1.33;text-align:left;vertical-align:middle;letter-spacing:0}
.gnb .layer-popup__title{margin:0 28px 16px 0;font-weight:bold;font-size:24px}
.gnb .layer-popup__contents{overflow-x:hidden;overflow-y:auto;text-align:left;font-size:18px;line-height:1.6}
.gnb .layer-popup__contents .privacy_link,.gnb .layer-popup__contents .link-text{font-size:14px;line-height:1.33;color:#1428a0;text-decoration:underline}
.gnb .layer-popup .icon--information{display:block;width:48px;height:48px;margin:0 auto 16px}
.gnb .layer-popup__information-text{font-weight:bold;text-align:center}
.gnb .layer-popup__cta{display:inline-block;width:50%;padding:0 8px}
.gnb .layer-popup__cta-wrap{padding:16px 0 24px;margin:8px -8px -24px;text-align:center;font-size:0}
.gnb .layer-popup__cta .cta{width:100%}
.gnb .layer-popup__cta .cta ~ .cta{margin-left:16px}
.gnb .layer-popup__close{display:block;overflow:hidden;position:absolute;right:12px;top:12px;width:48px;height:48px}
.gnb .layer-popup__close svg.icon{position:absolute;left:12px;top:12px;width:24px;height:24px}
.gnb .checkbox-radio ~ .check-text{clear:both;padding:3px 0 0 42px;color:#363636;font-size:14px}
.gnb .checkbox-radio ~ .check-text--error{color:#fd020e}
.gnb__mobile-dimmed{display:none}
.gnb .checkbox-radio ~ .checkbox-radio{margin-top:10px}
.gnb .check_text{display:block;position:relative;min-height:24px;padding:4px 0 2px 42px;color:#363636;font-size:14px;line-height:1.33}
.gnb .check_text:before{content:"";display:block;position:absolute;left:0;top:0;width:24px;height:24px;background:url(../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_radio_a.svg) no-repeat;background-size:100% auto}
.gnb input[type='checkbox']:checked ~ .check_text{font-weight:bold}
.gnb input[type='checkbox']:checked ~ .check_text:before{background-image:url(../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/form_check_b.svg)}
.gnb .check_txt{padding:0 0 0 42px;font-size:14px;line-height:1.33}
.gnb .gnb__depth1 .gnb-api--mobile-only{display:none}
.gnb .gnb__depth2 .gnb-api--mobile-only{display:none}
.gnb .gnb__depth3 .gnb-api--mobile-only{display:none}
.abutus-menu-bg{
    background-image: url(../images/payroll-home-bg.webp) !important;
    background-repeat: no-repeat;
    background-position: center; 
    background-size: cover;    
}
.left-sec-aboutus-menu{
    margin-top: 3rem;
    margin-left: 3rem;
    padding-right: 22px;
    border-right: 1px solid #ffffff52;
    width: 270px;
}
.left-sec-aboutus-menu-text{
    color: #FFF;
    text-align: justify;
    font-family: Barlow !important;
    font-size: 15px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 22px;
    /*text-transform: capitalize;*/    
}
.right-sec-aboutus-menu{width: 1200px}
.right-sec-aboutus-menu-img-container{ width: 510px !important;padding-top: 44px;}
/*.right-sec-aboutus-menu-img-container-height{ height: 225px;}*/
.right-sec-aboutus-menu-img-container-height:hover +.gnb__depth2-wrap{background: #000 !important;} 
.gnb__depth2{padding-left: 0px !important}
.gnb__menu-wrap.active .gnb__depth2-title-wrap,.gnb__menu-wrap.active .gnb__depth2,.gnb__menu-wrap.active .gnb__feature-container{-webkit-transform:translateY(0);transform:translateY(0)}
.gnb__country-mobile{display:none}
@media only screen and (min-width: 1280px) and (max-width: 1440px){
.gnb__depth2_custom{min-height:100%;background:#f8f8f8;margin-left:-23px;padding-left: 10px;}
}
.gnb .badge-icon{margin-top:1px;margin-left:5px}
.gnb .badge-icon--bg-color-green{background-color:#4eaf46}
.gnb .badge-live:after{content:"";display:inline-block;width:4px;height:4px;margin-top:4px;border-radius:2px;background-color:#ef3434;vertical-align:top}
.gnb__depth3.thumbnail-list .gnb__depth3-menu{position:relative;padding:8px 24px 8px 80px}
.gnb__depth3.thumbnail-list .gnb__depth3-menu .image{position:absolute;top:50%;width:40px;height:40px;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:24px}
@-moz-document url-prefix(){.gnb__depth1-link.active{outline:1px dotted #000}
}

@media only screen and (min-width:768px) and (max-width:1440px){.gnb .layer-popup__inner{min-width:31.11111111vw;max-width:45vw;padding:1.66666667vw;border-radius:1.38888889vw}
.gnb .layer-popup__title{margin:0vw 1.94444444vw 1.11111111vw 0vw;font-size:1.66666667vw}
.gnb .layer-popup__contents{font-size:1.25vw}
.gnb .layer-popup__contents .privacy_link,.gnb .layer-popup__contents .link-text{font-size:.97222222vw}
.gnb .layer-popup .icon--information{width:3.33333333vw;height:3.33333333vw;margin-bottom:1.11111111vw}
.gnb .layer-popup__cta{padding:0vw .55555556vw}
.gnb .layer-popup__cta-wrap{padding:1.11111111vw 0vw 1.66666667vw 0vw;margin:.55555556vw -0.55555556vw -1.66666667vw -0.55555556vw}
.gnb .layer-popup__cta .cta ~ .cta{margin-left:1.11111111vw}
.gnb .layer-popup__close{right:.83333333vw;top:.83333333vw;width:3.33333333vw;height:3.33333333vw}
.gnb .layer-popup__close svg.icon{left:.83333333vw;top:.83333333vw;width:1.66666667vw;height:1.66666667vw}
.gnb .checkbox-radio ~ .check-text{padding:.20833333vw 0vw 0vw 2.91666667vw;font-size:.97222222vw}
.gnb .checkbox-radio ~ .checkbox-radio{margin-top:.69444444vw}
.gnb .check_text{min-height:1.66666667vw;padding:.27777778vw 0vw .13888889vw 2.91666667vw;font-size:.97222222vw}
.gnb .check_text:before{width:1.66666667vw;height:1.66666667vw}
.gnb .check_txt{padding:0vw 0vw 0vw 2.91666667vw;font-size:.97222222vw}
.gnb .badge-icon{margin-left:.34722222vw}
}
@media only screen and (min-width:1280px) and (max-width:1440px){.gnb__bar{max-width:100%}
/*.gnb__bar-inner{padding:0vw 1.66666667vw 0vw 1.11111111vw}*/
.gnb__logo:after{width:8.33333333vw;height:2.22222222vw}
.gnb__logo--christmas:after,.gnb__logo--valentine:after,.gnb__logo--event:after{width:120px;height:32px}
.gnb__main{margin-left:4.44444444vw}
.gnb__depth1-link{padding:20px 10px;font-size:14px}
.gnb__depth1-link-text .icon{width:.97222222vw;height:.97222222vw}
.gnb__depth2-inner{max-width:100%}
.gnb__depth2{width:21.05555556vw}
.gnb__depth2-link .icon--next{left: 250px;}
.gnb__depth2-link .icon--next-second {left: 280px;}
.gnb__depth2-title-wrap{padding-top:.55555556vw}
.gnb__depth2-title{/*height:5.55555556vw;*/font-size:1.8vw;/*display: none;*/}
.gnb__depth2-title-link svg.icon{width:2.22222222vw;height:2.22222222vw;vertical-align:-0.27777778vw}
.gnb__depth2-menu{padding:.55555556vw 0vw}
.gnb__depth2-menu.has-depth-menu{padding-right:1vw}
.gnb__depth2-link{padding:.55555556vw 0vw;font-size:1.06vw}
.gnb__depth2-link[target="_blank"] .gnb__depth2-link-text .icon{width:1.11111111vw;height:1.11111111vw}
.gnb__depth2-close{right:0vw;top: 1.5vw;width:3.33333333vw;height:3.33333333vw;margin-top:-1.66666667vw}
.gnb__depth2-close svg.icon{left:.83333333vw;top:.83333333vw;width:1.66666667vw;height:1.66666667vw}
.gnb__depth3-wrap{left:21.05555556vw;width:72.4vw;margin-top:15px;}
.gnb__depth3{padding:0vw .13888889vw}
.gnb__depth3-menu{/*padding:0.2vw 1.66666667vw  0.2vw 0vw;*/display: inline-block;}
.gnb__depth3-link{padding:.1vw 0vw;font-size:1.06vw}
.gnb__depth3-link-style{box-shadow:inset 0px 0px 2px 1px #f1f1f1;padding:10px;}
.gnb__depth3-link-style-img{border-top-left-radius: 10px;border-bottom-right-radius: 10px;margin-bottom: 15px}
.gnb__depth3-link-style-text{font-size: var(--font-size-base);font-family: var(--font-poppins) !important;    color: var(--color-dimgray);}
.gnb__feature-container{top:6.11111111vw;width:30.51388889vw;padding:0vw 3.76388889vw}
/*.gnb__feature-container .image{width:22.91666667vw;height:22.91666667vw;border-radius:1.38888889vw}*/
.gnb__feature-container-contents{padding:1.66666667vw .55555556vw;font-size:1.25vw}
.gnb__feature-container-contents .cta{margin:.41666667vw 0vw -0.55555556vw 0vw}
.gnb__utility{margin-left:2.5vw}
.gnb__utility>li+li{margin-left:1.66666667vw}
.gnb__utility>li>a,.gnb__utility>li>a svg.icon{width:1.66666667vw;height:1.66666667vw}
.gnb__utility li.gnb__logout>a{margin:-0.41666667vw 0vw}
.gnb__utility li.gnb__logout>a,.gnb__utility li.gnb__logout div.image,.gnb__utility li.gnb__logout svg[class*='icon']{width:2.5vw;height:2.5vw}
.gnb__utility .gnb__login-layer{top:2.5vw;width:15vw;padding:.55555556vw 0vw;border-radius:.41666667vw}
.gnb__utility .gnb__login-layer .gnb__utility-link{min-height:1.66666667vw;padding:.55555556vw 1.11111111vw;font-size:.97222222vw}
.gnb__utility .gnb__login-layer .gnb__utility-link .icon-wrap{width:1.66666667vw;height:1.66666667vw;padding:.27777778vw;margin-right:.55555556vw}
.gnb__utility .gnb__login-layer .gnb__user-name{min-height:2.63888889vw;padding:1.11111111vw 0vw;margin:0vw 1.11111111vw .55555556vw 1.11111111vw;font-size:.97222222vw}
.gnb__utility .gnb__login-layer .gnb__user-name .gnb__user-image{margin-right:.55555556vw}
.gnb__utility .gnb__login-layer .gnb__user-name .gnb__user-image div.image,.gnb__utility .gnb__login-layer .gnb__user-name .gnb__user-image svg[class*='icon']{width:2.22222222vw;height:2.22222222vw}
.gnb__utility .gnb__country .image{width:1.66666667vw;height:1.66666667vw}
.gnb__utility .gnb__country-cta{width:3.05555556vw;height:1.66666667vw;padding-right:1.38888889vw}
.gnb__utility .gnb__country-cta svg.icon{width:.83333333vw;height:.83333333vw}
.gnb__utility .gnb__country-layer{top:2.5vw;width:9.02777778vw;padding:.55555556vw 0vw;border-radius:.41666667vw}
.gnb__utility .gnb__country-select{padding:.55555556vw 1.11111111vw}
.gnb__utility .gnb__country-select .gnb__country-text{padding-left:.55555556vw;font-size:.97222222vw}
.gnb .gnb__depth3-link[target="_blank"] .gnb__depth3-link-text .icon{width:1.11111111vw;height:1.11111111vw}
.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:hover>.icon--next,.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:focus>.icon--next,.gnb .gnb__depth2-menu.has-depth-menu.active .gnb__depth2-link>.icon--next{width:1.66666667vw;height:1.66666667vw;margin-top:-0.83333333vw;}
.gnb__depth3.thumbnail-list .gnb__depth3-menu{padding:.55555556vw 1.66666667vw .55555556vw 5.55555556vw}
.gnb__depth3.thumbnail-list .gnb__depth3-menu .image{width:2.77777778vw;height:2.77777778vw;left:1.66666667vw}
.left-sec-aboutus-menu{width: 200px;}
}
@media only screen and (max-width:1279px){.gnb{min-width:360px}
.gnb__bar{/*height:56px*/}
.gnb__bar-inner{padding:8px 16px}
.gnb__logo{height:auto;margin-top:4px}
.gnb__logo--christmas,.gnb__logo--valentine,.gnb__logo--event{margin-top:0;height:40px}
.gnb__main{padding-top:2px;margin-left:0}
.gnb__mobile-menu{display:block;float:right;font-size:0}
.gnb__depth2-title-wrap{display:table;}
.gnb__meetingBtn{float: right;}
.gnb__mobile-menu [class*='-btn']{display:inline-block;position:relative;width:40px;height:40px;vertical-align:middle}
.gnb__mobile-menu [class*='-btn'] .icon{position:absolute;left:8px;top:8px;width:24px;height:24px}
.gnb__mobile-menu .gnb__cart-btn .gnb__cart-in-number{position:absolute;top:5px;left:23px;z-index:2000;min-width:12px;height:12px;padding:0 2px;border-radius:6px;background-color:#d93b30;color:#fff;font-size:10px;font-weight:bold;text-align:center;line-height:14px;letter-spacing:normal;text-indent:1px}
.gnb__mobile-dimmed{display:block;visibility:hidden;position:fixed;left:0;top:0;right:0;bottom:0;z-index:2000;background:#000;opacity:0}
.gnb__utility{display:none}
.gnb__menu-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden;position:fixed;right:0;-webkit-transform:translateX(360px);transform:translateX(360px);top:0;bottom:0;width:360px;height:100%;z-index:2100;-webkit-transition:-webkit-transform .3s cubic-bezier(0.6,0,0.4,1);transition:-webkit-transform .3s cubic-bezier(0.6,0,0.4,1);transition:transform .3s cubic-bezier(0.6,0,0.4,1);transition:transform .3s cubic-bezier(0.6,0,0.4,1),-webkit-transform .3s cubic-bezier(0.6,0,0.4,1)}
.gnb__menu-wrap:after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-darkblue);}
.gnb__menu-wrap.open{-webkit-transform:translateX(0);transform:translateX(0)}
.gnb__menu-wrap.open ~ .gnb__mobile-dimmed{visibility:visible;opacity:.68;-webkit-transition:opacity .3s cubic-bezier(0.6,0,0.4,1);transition:opacity .3s cubic-bezier(0.6,0,0.4,1)}
.gnb__menu-close{position:absolute;top:8px;right:16px;width:40px;height:40px;opacity:0;z-index:2300;-webkit-transition:opacity .2s cubic-bezier(0.4,0,0.2,1);transition:opacity .2s cubic-bezier(0.4,0,0.2,1)}
.gnb__menu-close svg.icon{position:absolute;left:8px;top:8px;width:24px;height:24px}
.gnb__menu-wrap.open .gnb__menu-close{display:block;opacity:1}
.gnb__depth1-container{overflow-x:hidden;overflow-y:auto;width:100%;padding:54px 10px 0;z-index:2100}
.gnb__depth1-container.slide{overflow:hidden}
.gnb__depth1-container>div:last-of-type{padding-bottom:56px}
.gnb__menu-wrap .gnb__depth1-container{position:relative;left:90px;opacity:0}
.gnb__menu-wrap.open .gnb__depth1-container{left:0;-webkit-transition:left .5s cubic-bezier(0.4,0,0.2,1),opacity .5s cubic-bezier(0.4,0,0.2,1) .2s;transition:left .5s cubic-bezier(0.4,0,0.2,1),opacity .5s cubic-bezier(0.4,0,0.2,1) .2s;opacity:1}
.gnb__menu-wrap.open .gnb__depth1-container:after{content:'';display:block;position:fixed;top:0;right:20px;height:54px;width:340px;background:var(--color-darkblue);-webkit-transform:translateZ(0);transform:translateZ(0);z-index:2100}
.gnb__menu-wrap.use-country-selector .gnb__depth1-container>div:last-of-type{padding-bottom:118px}
.gnb__main,.gnb__sub{float:none}
.gnb__sub .gnb__depth1:before,.gnb__sub .gnb__utility-mobile:before{content:'';display:block;height:1px;margin:16px 0;background:#ddd;opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .3s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.6,0,0.4,1);transition:opacity .3s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.6,0,0.4,1);transition:transform .5s cubic-bezier(0.6,0,0.4,1),opacity .3s cubic-bezier(0.4,0,0.2,1) .2s;transition:transform .5s cubic-bezier(0.6,0,0.4,1),opacity .3s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.6,0,0.4,1)}
.gnb__depth1{display:block;visibility:hidden;width:100%;height:auto;opacity:0;-webkit-transition:opacity .2s cubic-bezier(0.4,0,0.2,1);transition:opacity .2s cubic-bezier(0.4,0,0.2,1)}
.gnb__depth1.open{padding-left:5px;visibility:visible;opacity:1;-webkit-transition:opacity .5s cubic-bezier(0.4,0,0.2,1) .2s;transition:opacity .5s cubic-bezier(0.4,0,0.2,1) .2s}
.gnb__depth1-menu{display:table;width:100%;height:auto}
.gnb__depth1-menu+.gnb__depth1-menu{margin-top:0}
.gnb__depth1-link{display:table-cell;left:0;width:100%;height:40px;padding:0;border-radius:0;color:#fff;font-weight:normal;font-size:20px;vertical-align:middle;opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .3s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.6,0,0.4,1);transition:opacity .3s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.6,0,0.4,1);transition:transform .5s cubic-bezier(0.6,0,0.4,1),opacity .3s cubic-bezier(0.4,0,0.2,1) .2s;transition:transform .5s cubic-bezier(0.6,0,0.4,1),opacity .3s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.6,0,0.4,1)}
.gnb__depth1-link svg.icon{width:16px !important;height:16px !important}
.gnb__depth1-link:hover,.gnb__depth1-link:focus{/*font-weight:bold*/}
.gnb__depth1-link[target="_blank"] .gnb__depth1-link-text .icon{display:inline-block;vertical-align:middle}
.gnb__depth1-menu.active .gnb__depth1-link,.gnb__depth1-menu .gnb__depth1-link:hover,.gnb__depth1-menu .gnb__depth1-link:focus,.gnb__depth1-menu .gnb__depth1-link:active{color:inherit;background:0}
.gnb__depth1-menu.has-depth-menu .gnb__depth1-link{overflow:hidden;position:relative;padding-right:40px}
.gnb__depth1-menu.has-depth-menu .gnb__depth1-link:before{content:none}
.gnb__depth1-menu.has-depth-menu .gnb__depth1-link>.icon--next{display:block;position:absolute;right:0;top:0;padding:20px 0}
.gnb__sub .gnb__depth1{float:none}
.gnb__depth-back-wrap{display:block;position:absolute;top:0;left:0;padding-right:70px;height:50px;width:100%;background:var(--color-darkblue);z-index:2100}
.gnb__depth-back-wrap .gnb__depth-back{display:block;position:absolute;left:16px;top:2px;width:40px;height:40px}
.gnb__depth-back-wrap .gnb__depth-back .icon--back{position:absolute;top:8px;left:8px;width:24px;height:24px}
.gnb__depth2-wrap{display:none;overflow:hidden;position:fixed;left:auto;right:0;-webkit-transform:translateX(360px);transform:translateX(360px);top:0;bottom:0;width:360px;background:var(--color-darkblue);z-index:2200;-webkit-transition:-webkit-transform .3s cubic-bezier(0.6,0,0.4,1) .05s;transition:-webkit-transform .3s cubic-bezier(0.6,0,0.4,1) .05s;transition:transform .3s cubic-bezier(0.6,0,0.4,1) .05s;transition:transform .3s cubic-bezier(0.6,0,0.4,1) .05s,-webkit-transform .3s cubic-bezier(0.6,0,0.4,1) .05s}
.gnb__depth2-wrap .gnb__depth2-inner{visibility:visible;overflow:hidden;overflow-y:auto;position:absolute;left:0;top:45px;bottom:0;width:360px;height:auto;padding:0;-webkit-transition-property:scrollTop;transition-property:scrollTop}
.gnb__depth2-wrap .gnb__depth2-inner:after{content:'';display:block;height:48px}
.gnb__menu-wrap.use-country-selector .gnb__depth2-wrap .gnb__depth2-inner:after{height:104px}
.gnb__depth2-wrap.open{-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:-webkit-transform .3s cubic-bezier(0.6,0,0.4,1);transition:-webkit-transform .3s cubic-bezier(0.6,0,0.4,1);transition:transform .3s cubic-bezier(0.6,0,0.4,1);transition:transform .3s cubic-bezier(0.6,0,0.4,1),-webkit-transform .3s cubic-bezier(0.6,0,0.4,1)}
.gnb__depth2-wrap.open .gnb__depth2-inner{visibility:visible}
.gnb__depth2-title{height:36px;padding:0 10px 0 0px;font-size:16px;/*background:var(--color-steelblue-300);*/color: var(--color-white);}
.gnb__depth2-title-wrap{position:fixed;width:340px;padding:0;opacity:1;z-index:2000;-webkit-transform:translateY(0);transform:translateY(0)}
.gnb__depth2-title svg.icon{width:24px;height:24px;vertical-align:-4px}
.gnb__depth2{width:auto;height:auto;padding:0px 10px 0;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}
.gnb__depth2-menu{display:block;position:relative;padding:0;height:36px;}
.left-sec-aboutus-menu{display: none;}
.right-sec-aboutus-menu{padding-left: 25px;}
.gnb__depth2-menu.has-depth-menu{padding-right:0}
.gnb__depth2-menu+.gnb__depth2-menu{margin-top:0}
.gnb__depth2-link{display:table;top:0;left:0;width:100%;padding:0;font-size:14px;opacity:1}
.gnb__depth2-link:hover,.gnb__depth2-link:focus{/*font-weight:bold*/}
.gnb__depth2-link-text{display:table-cell;height:36px;padding:0;vertical-align:middle}
.gnb__depth2-link-text:before{content:none !important}
.gnb__depth2-link svg.icon{display:none}
.gnb__depth2-menu.has-depth-menu .gnb__depth2-link{padding-right:40px;}
.gnb__depth2-menu.has-depth-menu .gnb__depth2-link .icon--dropdown{display:block;visibility:visible;position:absolute;top:10px;right:0;width:16px;height:16px;opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:none;transition:none}
.gnb__depth2-menu.has-depth-menu.open .gnb__depth2-link{/*font-weight:bold*/}
.gnb__depth2-menu.has-depth-menu.open .gnb__depth2-link .icon--dropdown{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}
.gnb__depth2-close{display:none}
.gnb__feature-container{position:static;width:auto;margin-top:48px;padding:0 24px;border:0 none;-webkit-transform:translateY(0);transform:translateY(0)}
.gnb__feature-container .image{width:100%;height:100%}
.gnb__feature-container-contents{padding:16px 8px}
.gnb__feature-container-description{font-size:16px}
.gnb__feature-container .cta--underline{padding:10px 0 11px;font-size:14px;line-height:1.33;border-bottom-width:2px}
.gnb__feature-container .cta--underline:after{bottom:8px;height:2px}
.gnb__depth2-wrap .gnb__depth-back-wrap,.gnb__depth2-wrap .gnb__depth2-title-wrap,.gnb__depth2-wrap .gnb__depth2,.gnb__depth2-wrap .gnb__feature-container{opacity:0;-webkit-transform:translateX(90px);transform:translateX(90px);-webkit-transition:opacity .2s cubic-bezier(0.4,0,0.2,1),-webkit-transform .3s cubic-bezier(0.4,0,0.2,1);transition:opacity .2s cubic-bezier(0.4,0,0.2,1),-webkit-transform .3s cubic-bezier(0.4,0,0.2,1);transition:transform .3s cubic-bezier(0.4,0,0.2,1),opacity .2s cubic-bezier(0.4,0,0.2,1);transition:transform .3s cubic-bezier(0.4,0,0.2,1),opacity .2s cubic-bezier(0.4,0,0.2,1),-webkit-transform .3s cubic-bezier(0.4,0,0.2,1)}
.gnb__depth2-wrap .gnb__depth-back-wrap{-webkit-transform:translateX(80px);transform:translateX(80px)}
.gnb__depth2-wrap.open .gnb__depth-back-wrap,.gnb__depth2-wrap.open .gnb__depth2-title-wrap,.gnb__depth2-wrap.open .gnb__depth2,.gnb__depth2-wrap.open .gnb__feature-container{visibility:visible;opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:opacity .5s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.4,0,0.2,1);transition:opacity .5s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.4,0,0.2,1);transition:transform .5s cubic-bezier(0.4,0,0.2,1),opacity .5s cubic-bezier(0.4,0,0.2,1) .2s;transition:transform .5s cubic-bezier(0.4,0,0.2,1),opacity .5s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.4,0,0.2,1)}
.gnb__depth3-wrap{overflow:hidden;position:static;opacity:0;height:0;width:100%;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:height .4s cubic-bezier(0.4,0,0.2,1),opacity .4s cubic-bezier(0.4,0,0.2,1);transition:height .4s cubic-bezier(0.4,0,0.2,1),opacity .4s cubic-bezier(0.4,0,0.2,1)}
.gnb__depth3-wrap:after{content:'';display:block;margin:16px 0 0;border-bottom:1px solid #ddd}
.gnb__depth3-wrap .gnb__depth3-inner{overflow:visible;left:0;opacity:1;-webkit-transform:translateX(0);transform:translateX(0);padding: 10px 0px 0px 0px;}
.gnb__depth2-menu.open .gnb__depth3-wrap{opacity:1}
.gnb__depth3{overflow:visible;width:100%;padding:2px 0px}
.gnb__depth3-menu{display:table;width:100%;padding:0}
.gnb__depth3-menu+.gnb__depth3-menu{margin-top:0}
.gnb__depth3-link{display:table-cell;height:30px;padding:0;font-size:16px;vertical-align:middle}
.gnb__depth3-link-text:before{content:none !important}
.gnb__utility-mobile{display:block;width:100%}
.gnb__utility-mobile .gnb__utility-menu{visibility:hidden;opacity:0;-webkit-transition:opacity .5s cubic-bezier(0.4,0,0.2,1);transition:opacity .5s cubic-bezier(0.4,0,0.2,1)}
.gnb__utility-mobile .gnb__utility-link,.gnb__utility-mobile .gnb__user-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;min-height:56px;left:0;color:#000;font-weight:normal;font-size:20px;vertical-align:middle;opacity:1;-webkit-transform:translate(0);transform:translate(0);-webkit-transition:opacity .3s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.6,0,0.4,1);transition:opacity .3s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.6,0,0.4,1);transition:transform .5s cubic-bezier(0.6,0,0.4,1),opacity .3s cubic-bezier(0.4,0,0.2,1) .2s;transition:transform .5s cubic-bezier(0.6,0,0.4,1),opacity .3s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.6,0,0.4,1)}
.gnb__utility-mobile .gnb__utility-link.open,.gnb__utility-mobile .gnb__user-name.open{opacity:1}
.gnb__utility-mobile .gnb__utility-link .image,.gnb__utility-mobile .gnb__user-name .image,.gnb__utility-mobile .gnb__utility-link svg[class*='icon'],.gnb__utility-mobile .gnb__user-name svg[class*='icon']{width:100%;height:100%}
.gnb__utility-mobile .gnb__utility-link .icon-wrap{-webkit-box-flex:0;-ms-flex:none;flex:none;width:24px;height:24px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-right:8px}
.gnb__utility-mobile .gnb__user-name{font-weight:bold}
.gnb__utility-mobile .gnb__user-name .gnb__user-image{overflow:hidden;-webkit-box-flex:0;-ms-flex:none;flex:none;width:32px;height:32px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-right:8px;border-radius:100%}
.open .gnb__utility-menu{visibility:visible;opacity:1;-webkit-transition:opacity .5s cubic-bezier(0.2,0.6,0.4,1) .2s;transition:opacity .5s cubic-bezier(0.2,0.6,0.4,1) .2s}
.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:hover>.icon--next,.gnb .gnb__depth2-menu.has-depth-menu .gnb__depth2-link:focus>.icon--next,.gnb .gnb__depth2-menu.has-depth-menu.active .gnb__depth2-link>.icon--next{display:none}

.gnb__depth1-container.slide .gnb__depth1-link,.gnb__depth1-container.slide .gnb__sub .gnb__depth1:before,.gnb__depth1-container.slide .gnb__sub .gnb__utility-mobile:before,.gnb__depth1-container.slide .gnb__utility-link,.gnb__depth1-container.slide .gnb__user-name,.gnb__depth1-container.slide .gnb__depth2-open-cta{-webkit-transform:translateX(-180px);transform:translateX(-180px);opacity:0;-webkit-transition:opacity .3s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.6,0,0.4,1);transition:opacity .3s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.6,0,0.4,1);transition:transform .5s cubic-bezier(0.6,0,0.4,1),opacity .3s cubic-bezier(0.4,0,0.2,1) .2s;transition:transform .5s cubic-bezier(0.6,0,0.4,1),opacity .3s cubic-bezier(0.4,0,0.2,1) .2s,-webkit-transform .5s cubic-bezier(0.6,0,0.4,1)}
.gnb__depth1-container.slide .gnb__utility-mobile{visibility:hidden}
.gnb .gnb__depth1 .gnb-api--mobile-only{display:table}
.gnb .gnb__depth2 .gnb-api--mobile-only{display:block}
.gnb .gnb__depth3 .gnb-api--mobile-only{display:table}
.gnb__country-mobile{display:block;position:absolute;left:0;bottom:0;width:100%;height:56px;font-size:14px;z-index:2300}
.gnb__country-mobile .gnb__country-current{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;height:56px;padding:0 24px;background:#f7f7f7}
.gnb__country-mobile .gnb__country-current .image{-ms-flex-negative:0;flex-shrink:0;width:24px;height:24px}
.gnb__country-mobile .gnb__country-current .gnb__country-text{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-left:8px}
.gnb__country-mobile .gnb__country-current .icon--open{-ms-flex-negative:0;flex-shrink:0;width:16px;height:16px}
.gnb__country-mobile .gnb__country-select{position:absolute;left:0;top:0;z-index:2310;width:100%;height:100%;border:0 none;background:transparent;opacity:0;cursor:pointer}
.gnb__country-mobile .gnb__country-select:focus+.gnb__country-current:before{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;border:2px solid #000;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:2px}
.gnb .badge-icon{margin-left:5px}
.gnb .badge-icon--label{font-size:12px;line-height:16px;height:20px;padding:2px 6px;border-radius:10px}
.gnb__depth3.thumbnail-list .gnb__depth3-menu{padding:0 0 0 56px}
.gnb__depth3.thumbnail-list .gnb__depth3-menu .image{left:0}
.tab-menu .menu-service-box {height:unset;align-items: start;justify-content:start;text-align: left;border-radius: 3px;margin:3px;}
}
/* @media only screen and (max-width:1279px) and screen and (-ms-high-contrast:active),only screen and (max-width:1279px) and (-ms-high-contrast:none){
    .gnb .gnb__nav{display:inline-block;width:100%;-webkit-transform:translateZ(2000px);transform:translateZ(2000px)}
} */
@media only screen and (max-width: 1279px) and (-ms-high-contrast: active), only screen and (max-width: 1279px) and (-ms-high-contrast: none) {
    .gnb .gnb__nav {
      display: inline-block;
      width: 100%;
      transform: translateZ(2000px);
    }
  }
@media only screen and (max-width:1024px){.gnb__logo{margin-left: 10px;}}
@media only screen and (max-width:767px){
/*.gnb__logo--christmas:after{background-image:url('../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/christmas-samsung-logo-mobile.gif')}
.gnb__logo--valentine:after{background-image:url('../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/valentine-samsung-logo-mobile.gif')}
.gnb__logo--event:after{background-image:url('../../../../../etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/images/gnb-mobile-240x64.gif')}*/
.gnb .layer-popup__inner{min-width:86.66666667vw;padding:6.66666667vw;border-radius:5.55555556vw}
.gnb .layer-popup__title{margin:0vw 7.77777778vw 4.44444444vw 0vw;font-size:6.11111111vw}
.gnb .layer-popup__contents{font-size:3.88888889vw}
.gnb .layer-popup__contents .privacy_link,.gnb .layer-popup__contents .link-text{font-size:3.33333333vw}
.gnb .layer-popup .icon--information{width:13.33333333vw;height:13.33333333vw;margin-bottom:4.44444444vw}
.gnb .layer-popup__cta{width:100%;padding:1.11111111vw 0vw}
.gnb .layer-popup__cta-wrap{padding:3.33333333vw 0vw 5.55555556vw 0vw;margin:2.22222222vw 0vw -6.66666667vw 0vw}
.gnb .layer-popup__cta .cta ~ .cta{margin-left:0}
.gnb .layer-popup__close{right:3.33333333vw;top:3.33333333vw;width:13.33333333vw;height:13.33333333vw}
.gnb .layer-popup__close svg.icon{left:3.33333333vw;top:3.33333333vw;width:6.66666667vw;height:6.66666667vw}
.gnb .checkbox-radio ~ .check-text{padding:.83333333vw 0vw 0vw 9.16666667vw;font-size:3.33333333vw}
.gnb .checkbox-radio ~ .checkbox-radio{margin-top:2.77777778vw}
.gnb .check_text{padding:1.11111111vw 0vw .55555556vw 8.88888889vw;font-size:3.33333333vw}
.gnb .check_text:before{width:6.66666667vw;height:6.66666667vw}
.gnb .check_txt{padding:0vw 0vw 0vw 8.88888889vw;font-size:3.33333333vw}
.gnb .badge-icon{margin-left:1.38888889vw}
.close-btn-price{top: 0; right: 0;}
.choose-pricing-text{
    font-size: 70px;
}
}
@media screen and (min-width:535px) and (max-width:768px){.gnb__depth-back-wrap{height:57px}
}
@media only screen and (max-width:360px){
    .gnb{min-width:100%}
    .gnb__bar{height:auto}
    .gnb__menu-wrap,.gnb__depth1-container:after,.gnb__depth2-wrap,.gnb__depth2-wrap .gnb__depth2-inner,.gnb__depth3-wrap.open{width:100%}
    .gnb__depth1-container:after{right:0}
    .gnb .badge-icon{margin-left:5px}
}
/* @-webkit-keyframes aniline{0{-webkit-transform:scaleX(1);transform:scaleX(1)}
50%{-webkit-transform:scaleX(0);transform:scaleX(0)}
100%{-webkit-transform:scaleX(1);transform:scaleX(1)}
}
@keyframes aniline{0{-webkit-transform:scaleX(1);transform:scaleX(1)}
50%{-webkit-transform:scaleX(0);transform:scaleX(0)}
100%{-webkit-transform:scaleX(1);transform:scaleX(1)}
} */
@keyframes aniline {
    0% {
      transform: scaleX(1);
    }
    50% {
      transform: scaleX(0);
    }
    100% {
      transform: scaleX(1);
    }
  }
.partner-bar{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;max-width:1440px;width:100%;font-size:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:0 auto;line-height:1.33}
.partner-bar-wrap{display:block;position:relative;z-index:2000;width:100%;background:#000}
.partner-bar__msg{display:inline-block;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;margin:15px 0;padding-left:24px;padding-right:16px;border-right:1px solid rgba(255,255,255,0.3);text-align:right}
.partner-bar__msg__text{display:inline-block;overflow:hidden;text-overflow:ellipsis;max-width:100%;color:#fff;white-space:nowrap}
.partner-bar__exit{margin-left:11px;margin-right:19px;padding:5px;color:#fff}
.bg-white.partner-bar-wrap:after{content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background:#ddd}
.bg-white.partner-bar-wrap .partner-bar__msg{border-color:#8f8f8f}
.bg-white.partner-bar-wrap .partner-bar__msg__text{color:#000}
.bg-white.partner-bar-wrap .partner-bar__exit{color:#000}
@media only screen and (min-width:768px) and (max-width:1440px){.partner-bar{font-size:.97222222vw}
.partner-bar__msg{margin:1.04166667vw 0vw;padding-left:1.66666667vw;padding-right:1.11111111vw}
.partner-bar__exit{margin-left:.76388889vw;margin-right:1.31944444vw;padding:.34722222vw}
.close-btn-price{background: none;}
}
@media only screen and (max-width:1279px){
    .filter-cpasol{font-size: 12px;width: 75px}
    .partner-bar{font-size:14px}
    .partner-bar__msg{margin:15px 0;padding-left:24px;padding-right:16px}
    .partner-bar__exit{margin-left:11px;margin-right:19px;padding:5px}
}
@media only screen and (max-width:767px){.partner-bar{font-size:12px}
.partner-bar__msg{margin:12px 0;padding-left:24px;padding-right:16px;text-align:left}
.partner-bar__msg__text{white-space:normal;word-wrap:break-word}
.partner-bar__exit{margin-left:11px;margin-right:19px;padding:5px}
.client-testimonial{font-size: 27px;}
}
.epp-bar-wrap{display:none;font-size:.75em;width:100%;border-bottom:2px solid #eee;background-color:#fff;position:relative;background-color:white;z-index:3200;font-size:16px}
.epp-bar-wrap a{color:black}
.epp-bar-wrap .epp-bar{max-width:1440px;padding:12px 24px;margin:0 auto;overflow:hidden}
.epp-bar-wrap .epp-bar-logo{max-width:140px;min-height:20px;display:inline-block;vertical-align:middle}
.epp-bar-wrap .epp-bar-logo img{max-height:20px}
.epp-bar-wrap .epp-bar-msg{display:inline-block;font-size:.75em;vertical-align:middle;padding-left:20px;max-width:calc(100% - 140px);line-height:150%}
.epp-bar-wrap .epp-bar-username{color:#1428a0;font-weight:700;font-size:1em;display:inline-block}
.epp-bar-wrap .epp-bar-username a{color:#1428a0;text-decoration:none}
.epp-bar-wrap .benfit-wrap{float:right;margin-right:5%;position:relative;top:2px}
.epp-bar-wrap .benfit-wrap__benefits{font-size:.75em;font-weight:700;text-decoration:none}
.epp-bar-wrap .benfit-wrap__gap{width:20px;display:inline-block}
.epp-bar-wrap .benfit-wrap__offers{font-size:.75em;font-weight:700;text-decoration:none}
.epp-bar-wrap.top-fix{position:fixed;top:0}
.epp-bar-wrap.gnb-edited a{color:#1428a0}
.epp-bar-wrap.gnb-edited .epp-login{font-weight:bold}
.benfit-wrap__exit{font-size:.75em;font-weight:700;cursor:pointer}
@media only screen and (max-width:768px){.epp-bar-wrap{z-index:2000}
.benfit-wrap{float:none;margin-right:0;margin-top:10px;text-align:center}
}
@media screen and (max-width:480px){.epp-bar{padding:12px 12px}
.epp-bar-msg{padding-left:12px}

}
.gnb.isHybrid .gnb__depth3-link-text img{border-radius:8px}
.gnb.isHybrid .hybrid-class .image{border-radius:20px;overflow:hidden}
.gnb.isHybrid .gnb__depth3-link-text.isHybrid{display:flex;align-items:center}
@media(min-width:1280px){
    .gnb.isHybrid .gnb__depth3-link-text.isHybrid{padding:8px}
.gnb.isHybrid .gnb__depth3-link-text.isHybrid.no-img{padding:16px}
.close-btn-price{background: none;}
}
.gnb.isHybrid .gnb__depth3-link-text.isHybrid:before{content:none !important}
.gnb.isHybrid .gnb__depth3-link-text.isHybrid img{margin-right:24px;width:48px;min-height:48px}
@media(max-width:1279px){
    .gnb.isHybrid .gnb__depth3-link-text.isHybrid img{margin:10px 24px 10px 0}
}
.gnb.isHybrid .gnb__depth3-link-text.isHybrid.shop-all{font-weight:700}
@media(max-width:1279px){
    .gnb.isHybrid .gnb__depth3-link-text.isHybrid.shop-all{justify-content:center;max-width:280px}
}
.gnb.isHybrid .gnb__depth3-link-text.isHybrid sup{top:-5px}
.gnb.isHybrid .gnb__depth3-link.isHybrid:hover{background-color:#fef6f3;border-radius:8px}
@media(min-width:1280px){
    .gnb.isHybrid .gnb__depth3-link.isHybrid{width:100%;font-size:14px;padding:0;max-width:380px}
    .gnb.isHybrid .gnb__depth3-link.isHybrid.shop-all{padding:16px 0}
}
@media(min-width:1280px){
    .gnb.isHybrid .gnb__depth2-wrap.isHybrid{right:auto}
    .gnb.isHybrid .gnb__depth2-wrap.isHybrid.all{right:0}
    .h-100-lg{height: 100%;}
}
@media(min-width:1280px){
    .gnb.isHybrid .gnb__depth2-wrap.isHybrid .gnb__depth2-inner{padding-left:200px}
    .gnb.isHybrid .gnb__depth2-wrap.isHybrid .gnb__depth2-inner.one-col{width:350px}
    .gnb.isHybrid .gnb__depth3-menu{margin:0;padding:0}
}
@media screen and (min-width:1280px) and (max-width:1440px){
    .gnb.isHybrid .gnb__depth2-wrap.isHybrid .gnb__depth2-inner{padding-left:5vw}
.gnb.isHybrid .gnb__depth3-link.isHybrid{max-width:350px}
}
@media(min-width:1280px){
    .gnb.isHybrid .gnb__depth2.isHybrid{width:320px}
}
@media(max-width:1279px){
    .gnb.isHybrid .gnb__depth2.isHybrid.isDepthin{padding:0}
}
@media(max-width:1279px){
    .gnb.isHybrid .gnb__depth2.isHybrid.isDepthin.open .gnb__depth2-menu{display:none}
}
@media(max-width:1279px){
    .gnb.isHybrid .gnb__depth2.isHybrid.isDepthin.open .gnb__depth2-menu.open{display:block}
}
.gnb.isHybrid .gnb__depth2.isHybrid.isDepthin .gnb__depth3-wrap.isDepthin{transition:none}
@media(max-width:1279px){
    .gnb.isHybrid .gnb__depth2-title-wrap.isDepthin{display:none}
}
@media(max-width:1279px){
    .gnb.isHybrid .gnb__depth1-menu.active .gnb__feature-container,.gnb.isHybrid .gnb__depth1-menu.open .gnb__feature-container{display:none}
.gnb.isHybrid .gnb__depth1-menu.active .gnb__feature-container.active,.gnb.isHybrid .gnb__depth1-menu.open .gnb__feature-container.active{display:block}
}
@media(max-width:1279px) and (min-width:1280px){
    .gnb.isHybrid .gnb__depth1-menu.active .gnb__feature-container.active,.gnb.isHybrid .gnb__depth1-menu.open .gnb__feature-container.active{right:100px;height:100%}
}
/* @media(min-width:769px) and (max-width:1024px){
    .wgrowthcat{font-size: 15px;}
} */
.gnb.isHybrid .gnb__feature-container-link{position:relative}
.gnb.isHybrid .gnb__feature-container-contents{bottom:0;text-align:center;left:0;right:0}
.gnb.isHybrid .hybrid-class{margin-bottom:30px}
@media(max-width:1279px){
    .gnb.isHybrid .hybrid-class{padding:20px 0}
    .gnb.isHybrid .gnb__feature-container-link{max-width:280px}
}
@media(max-width:1279px){
    .gnb.isHybrid .gnb__depth1-name{font-size:18px;position:absolute;left:50px;line-height:40px;color:black;font-weight:700;white-space:nowrap}
}
@media(max-width:1279px){
    .gnb.isHybrid .gnb__depth2-dropdown-cta{display:none}
}
.gnb.isHybrid .gnb__depth2-menu.has-depth-menu{padding-right:0}
@media(min-width:1280px){
    .gnb.isHybrid .gnb__depth2-title{font-size:28px}
    .gnb.isHybrid .gnb__depth3-menu ~ .gnb__depth3-menu{margin-top:0}
}
.gnb.isHybrid .gnb__depth2-dropdown-cta{display:none}
@media(max-width:1279px){
.gnb.isHybrid .gnb__depth2-dropdown-cta{display:block;position:absolute;right:4px;top:0;width:56px;height:56px}
.gnb.isHybrid .gnb__depth2 .gnb__depth2-dropdown-cta svg.icon{display:block;position:absolute;left:20px;top:20px;width:16px;height:16px}
.gnb.isHybrid .gnb__depth2-menu.has-depth-menu.open .gnb__depth2-dropdown-cta .icon{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}
.gnb.isHybrid .gnb__depth2{padding:0 0 0 24px}
.gnb.isHybrid .gnb__depth2-title-wrap{position:static}
.gnb.isHybrid .image__main{opacity:1;visibility:visible}
}
.gnb.isHybrid .shop-all .icon--next{height:20px}
.gnb.isHybrid .gnb__depth3-wrap{width:350px}
.gnb.isHybrid .gnb__depth2-link-text .badge-icon--label{position:absolute}
.gnb.isHybrid .gnb__depth3-link-text .badge-icon{margin-top:0}
.gnb.isHybrid .gnb__depth2-link[target="_blank"] .gnb__depth2-link-text .icon{margin-left:5px;position:absolute;top:50%;transform:translateY(-50%)}
.gnb.isHybrid .gnb__depth3-link[target="_blank"] .gnb__depth3-link-text .icon{margin-left:5px}
.gnb.isHybrid .shop-all .icon--next{height:20px}
@media(min-width:1280px){
    .gnb.isHybrid .gnb__depth3-menu{padding:2px 0}
}
@media only screen and (max-width:4096px){
    .about-us-bg{height: 1280px;}
    .life-gfpo-bg {height: 1280px;}
    .why-choose-us-bg{height: 850px}
    .who-we-are-bg {height: 860px;}
    .whocul-bg {background-size: 30%;}
    .our-culture-bg {height: 860px;}
    .leadership-bg{height: 860px;}
    .quality-data-security-bg{height: 960px;}
    .data-security-box {height: 400px;}
    .gdpr-bg{height: 960px;}
    /*.hr-operations-bg{height: 960px;}*/
    .virtualass-bg{height: 960px;}
    .byot-bg{height: 960px;}
    .meet-btn-ban {
        margin-left: 53rem;
        margin-bottom: 6rem;
    }
    .popup_video {top:50%;}
    #atxVideo{width:70vw;height:auto;}
}
@media only screen and (max-width:3840px){
    .about-us-bg{height: 1200px;}
    .life-gfpo-bg {height: 1200px;}
    .why-choose-us-bg{height: 850px}
    .who-we-are-bg {height: 850px;}
    .whocul-bg {background-size: 32%;}
    .our-culture-bg {height: 850px;}
    .leadership-bg{height: 860px;}
    .quality-data-security-bg{height: 900px;}
    .data-security-box {height: 400px;}
    .gdpr-bg{height: 900px;}
    /*.hr-operations-bg{height: 900px;}*/
    .virtualass-bg{height: 900px;}
    .byot-bg{height: 900px;}
    .meet-btn-ban{ margin-left: 48rem;margin-bottom: 6rem;}
    .popup_video {top:50%;}
    #atxVideo{width:60vw;height:auto;}
}
@media only screen and (max-width:2560px){
    .about-us-bg{height: 800px;}
    .life-gfpo-bg {height: 800px;}
    .isec{width: 6%}
    .textsec {width: 79%;}
    .why-choose-us-bg{height: 625px}
    .who-we-are-bg {height: 625px;}
    .whocul-bg {background-size: 50%;}
    .our-culture-bg {height: 625px;}
    .leadership-bg{height: 625px;}
    .quality-data-security-bg{height: 618px;}
    .data-security-box {height: 235px;}
    .gdpr-bg{height: 618px;}
    /*.hr-operations-bg{height: 618px;}*/
    .virtualass-bg{height: 618px;}
    .byot-bg{height: 618px;}
    .choose-pricing-text{
        font-size: 70px;
    }
    .nav-item-pricing{
        color: #fff;
        background-color: #064E85;
        letter-spacing: 2px;
        width: 35%;
    }
    .seo-smm-item-pricing{
        color: #fff;
        /* background-color: #064E85; */
        letter-spacing: 2px;
        width: 35%;
    }

    .pricing-text{
        color:#064E85;
        font-size: 42.67px;
        font-weight: 700;
    }
    .meet-btn-ban{ margin-left: 25rem;margin-bottom: 4rem;}
    .popup_video {top:50%;}
    #atxVideo{width:58vw;height:auto;}
    .feedback .video{
        height: 360px;
    }
    #textOnlyModal .modal-dialog,
    #videoModal .modal-dialog{
        max-width: 680px;   
    }
    .text .client-block .client_name,
    .video .vClient-block .vClient_name{
        font-size: 20px;
    }
    .video .vClient-block .vClient_country{
        font-size: 18px;
    }
    .cf-video-btn{
        bottom: 60px;
    }
    
}
@media only screen and (max-width:1920px){
    .about-us-bg{height: 600px;}
    .life-gfpo-bg{height: 600px}
    .why-choose-us-bg{height: 385px;}
    .who-we-are-bg {height: 385px;}
    .whocul-bg {background-size: 76%;}
    .our-culture-bg {height: 415px;}
    .leadership-bg{height: 450px;}
    .quality-data-security-bg{height: 462px;}
    .data-security-box {height: 220px;}
    .gdpr-bg{height: 400px;}
    /*.hr-operations-bg{height: 400px;}*/
    .virtualass-bg{height: 400px;}
    .byot-bg{height: 480px;}
    .meet-btn-ban{ margin-left: 14rem;margin-bottom: 3rem;}
    .popup_video {top:50%;}
    #atxVideo{width:56vw;height:auto;}
    .feedback .video{
        height: 345px;
    }
    /*#textOnlyModal .modal-dialog,*/
    /*#videoModal .modal-dialog{*/
    /*    max-width: 900px;   */
    /*}*/
}
@media only screen and (max-width:1680px){
    .about-us-bg{height: 525px;}
    .life-gfpo-bg{height: 525px}
    .why-choose-us-bg{height: 385px;}
    .who-we-are-bg {height: 385px;}
    .whocul-bg {background-size: 76%;}
    .our-culture-bg {height: 402px;}
    .leadership-bg{height: 402px;}
    .quality-data-security-bg{height: 402px;}
    .data-security-box {height: 402px;}
    /*.hr-operations-bg{height: 390px;}*/
    .virtualass-bg{height: 390px;}
    .top-banner-text-position {padding-left: 50px;}
    .meet-btn-ban{ margin-left: 11rem;}
    .arrow-1{margin-left: -90px;}
    .popup_video {top:50%;}
    #atxVideo{width:56vw;height:auto;}
    #textOnlyModal .modal-dialog,
    #videoModal .modal-dialog{
        max-width: 659px;   
    }
}
@media only screen and (max-width:1536px){
    .about-us-bg{height: 480px;}
    .life-gfpo-bg{height: 480px}
    .isec{width: 10%}
    .textsec {width: 50%;}
    .why-choose-us-bg{height: 395px;}
    .who-we-are-bg {height: 395px;}
    .whocul-bg {background-size: 90%;}
    .our-culture-bg {height: 390px;}
    .leadership-bg{height: 390px;}
    .quality-data-security-bg{height: 390px;}
    .data-security-box {height: 220px;}
    .gdpr-bg{height: 390px;}
    /*.hr-operations-bg{height: 350px;}*/
    .virtualass-bg{height: 350px;}
    .byot-bg{height: 480px;}
    .meet-btn-ban{ margin-left: 8.5rem; margin-bottom: 2rem;}
    .arrow-1{ margin-left: -70px; }
    .popup_video {top:50%;}
    #atxVideo{width:56vw;height:auto;}
}
@media only screen and (max-width:1440px){
    .about-us-bg{height: 450px;}
    .life-gfpo-bg{height: 450px}
    .isec{width: 10%}
    .textsec {width: 50%;}
    .why-choose-us-bg{height: 350px;}
    .who-we-are-bg {height: 350px;}
    .whocul-bg {background-size: 100%;}
    .our-culture-bg {height: 345px;}
    .leadership-bg{height: 345px;}
    .quality-data-security-bg{height: 345px;}
    .data-security-box {height: 220px;}
    .gdpr-bg{height: 325px;}
    /*.hr-operations-bg{height: 325px;}*/   
    .virtualass-bg{height: 325px;}
    .byot-bg{height: 450px;}
    .meet-btn-ban{ margin-left: 7rem; margin-bottom: 2rem;}
    .btn-schedule-meet-lg{ width: 180px; }
    .arrow-1{margin-left: -60px;}
    .popup_video {top:50%;}
    #atxVideo{width:56vw;height:auto;}
}
@media only screen and (max-width:1366px){
    .about-us-bg{height: 427px;}
    .life-gfpo-bg{height: 427px}
    .why-choose-us-bg{height: 332px;}
    .who-we-are-bg {height: 332px;}
    .whocul-bg {background-size: 100%;}
    .our-culture-bg {height: 326px;}
    .leadership-bg{height: 326px;}
    .quality-data-security-bg{height: 326px;}
    .data-security-box {height: 250px;}
    .gdpr-bg{height: 306px;}
    /*.hr-operations-bg{height: 306px;}*/
    .virtualass-bg{height: 306px;}
    .byot-bg{height: 400px;}
    .meet-btn-ban{ margin-left: 4rem; margin-bottom: 1.5rem;}
    .arrow-1{margin-left: -10px;}
    .popup_video {top:50%;}
    #atxVideo{width:56vw;height:auto;}
    #textOnlyModal .modal-dialog,
    #videoModal .modal-dialog{
        max-width: 650px;   
    }
}
@media only screen and (max-width:1279px){
    #cpaServicesSecInner.tab-content>.tab-pane {
        display: block;
        opacity: 1;
        margin-bottom:1px;
    }
    #cpaServicesSecInner .accordion-button{padding: 0.60rem 1.25rem 0.60rem 0.60rem;}
    #cpaServicesSecInner .accordion-button::after {background-size: 0.75rem;}
    .life-gfpo-bg{height: 443px;}
    .gnb.isHybrid .hybrid-class{margin:-20px 0 -30px}
    .gnb.isHybrid .gnb__depth3-link{height:68px}
    .about-us-bg{height: 400px;}
    .why-choose-us-bg{height: 312px;}
    .who-we-are-bg {height: 312px;}
    .whocul-bg {background-size: 125%;}
    .our-culture-bg {height: 385px;}
    .leadership-bg{height: 385px;}
    .quality-data-security-bg{height: 385px;}
    .data-security-box {height: 250px;}
    .gdpr-bg{height: 300px;}
    /*.hr-operations-bg{height: 300px;}*/
    .virtualass-bg{height: 300px;}
    .accordion-button:not(.collapsed) {background-color: var(--color-tomato-100);}
    .byot-bg{height: 396px;}
    .meet-btn-ban{ margin-left: 4rem; margin-bottom: 1.5rem;}
    .popup_video {top:50%;}
    .arrow-1{margin-left: -25px;}
}
@media only screen and (max-width:1024px){
    .gnb__logo{width:300px;}
    .service-below{height: 500px;}
    .gallery-carousel .owl-item img{max-height: 300px}
    .country-we-serve-countries{font-size: 26px;}
    .about-us-bg{height: 320px;}
    .life-gfpo-bg{height: 320px;}
    .hww-main{width:810px;}
    .hww-inner{width:755px;margin-top: -120px;}
    .tab-menu .active .menu-service-box{background: radial-gradient(circle, #E4E4E4 0%, #E4E4E4 100%, #ffffff 100%);}
    .tab-menu .active .menu-service-box .heading {color: #2C495D;}
    #sticky.stick{width: 98%;}
    .dateSec h3{font-size: 28px;}
    .pp-banner{height: 300px;}
    .why-choose-us-bg{height: 248px;}
    .who-we-are-bg {height: 248px;}
    .whocul-bg {background-size: 100%;}
    .our-culture-bg {height: 246px;}  
    .leadership-bg{height: 246px;}
    .quality-data-security-bg{height: 246px;} 
    .data-security-box {height: 250px;} 
    .gdpr-bg{height: 244px;}
    .dighowcardin{height: 140px;}
    /*.hr-operations-bg{height: 244px;}*/
    .virtualass-bg{height: 244px;}
    .byot-bg{height: 344px;}
    .first-line, .second-line {font-size: 32px;}
    .first-line span {font-size: 43px;}
    .third-line {font-size: 20px;}
    .byot-ove-desk{display: none;}
    .byot-ove-tab{display: block;}
    .service-below{
        background: #fff;
        height: 100%;
    }
    .choose-pricing-text{
        font-size: 50px;
    }
    .pricing-text{
        color:#064E85;
        font-size:24.67px;
        font-weight: 700;
    }
    .wgrowthcat{font-size: 15px;}
    .meet-btn-ban{ margin-left: 0rem; margin-bottom: 0.75rem;}
    .btn-schedule-meet-lg{ width: 160px; padding: 5px;}
    .arrow-1{ margin-left: 0;}
   .popup_video {top:50%;}
    #atxVideo{width:80vw;}
    .feedback .video{
        height: 315px;
    }
    .text .client-block .client_name,
    .video .vClient-block .vClient_name{
        font-size: 18px;
    }
    .video .vClient-block .vClient_country{
        font-size: 16px;
    }
    .cf-video-btn{
        bottom: 60px;
    }
}
@media only screen and (max-width:991px){
    .feedback .video{
        height: 360px;
    }
    .text .client-block .client_name,
    .video .vClient-block .vClient_name{
        font-size: 22px;
    }
    .video .vClient-block .vClient_country{
        font-size: 18px;
    }
}
@media only screen and (max-width:768px){
    .gnb__logo{width:600px;}
    .service-below{height: 850px;}
    .gallery-carousel .owl-item img{max-height: 230px}
    .country-we-serve-countries{font-size: 20px;}
    .about-us-bg{height: 240px;}
    .life-gfpo-bg{height: 240px;}
    .gnb.isHybrid .gnb__depth3-wrap{width:auto}
    .hww-main{width:620px;}
    .hww-inner{width:570px;margin-top: -100px;}
    #whyBuildTeam img{display: none;}
    .Workflow-title{font-size: 22px;}
    #faqs img{display: none;}
    .isec{display: none;}
    .dateSec h3{font-size: 20px;}
    .midSec h3{font-size: 22px;}
    .midSec h4{font-size: 18px;}
    .pp-banner{height: 250px;}
    .why-choose-us-bg{height: 145px;}
    .who-we-are-bg {height: 145px;}
    .whowecommit{font-size: 28px;}
    .whocul-bg {background-size: 126%;}
    .our-culture-bg {height: 145px;}
    .ocvcardcontent{margin-bottom: 0 !important;}
    .ocvcore{font-size: 18px !important;} 
    .ocvintegritybg, .ocvpersonalbg, .ocvinnovationbg, .ocvcusexcbg {height: 200px;}
    .ocv-cont{font-size: 16px;}
    .leadership-bg{height: 182px;}
    .ldheading{font-size: 20px;}
    .quality-data-security-bg{height: 182px;}
    .data-security-box {height: 235px;}
    .ds-title{font-size: 26px}
    .gdpr-bg{height: 182px;}
    .dighowcardin{height: 200px;}
    .dmwhotipsinc{height: 160px;}
    /*.hr-operations-bg{height: 182px;}*/
    .virtualass-bg{height: 200px;}
    .job-detail-title {font-size: 1rem;}
    .fixed-btn-view-jobs {top: 94px;right: 5px;}
    .byot-bg{height: 350px;}
    .first-line, .second-line {font-size: 23px;}
    .first-line span {font-size: 34px;}
    .third-line {font-size: 15px;}
    .form-wrapper-slider {width: 386px;}
    .byot-text {font-size: 50px;margin-top: -45px;}
    /* .sc-carousel .owl-item .item{height: 330px;} */
    .software-item-menu ul li { padding: 5px 5px; }
    .filter-button-software { min-width: 219px; font-size: 12px; }
    .blog-carousel .owl-nav{width: 100%;}
    .meet-btn-ban{ margin-left: 5rem; margin-bottom: 0.25rem;}
    .btn-schedule-meet{ width: 95px; padding: 5px 5px;}
    .popup_video {top:50%;}
    #atxVideo{width:85vw;}
    .feedback .video{
        height: 350px;
    }
    #textOnlyModal .modal-dialog,
    #videoModal .modal-dialog{
        max-width: 650px;   
    }
}
@media only screen and (max-width:650px){
    .meet-btn-ban{ margin-left: 3.5rem; margin-bottom: 0.25rem;}
    .btn-schedule-meet{ width: 80px; padding: 2px 5px;}
}
@media only screen and (max-width:575px){
    .gnb__logo{width:500px;}
    .bookkeeping-tax{font-size: var(--font-size-3xl);}
    .service-below{height: 780px;}
    .country-we-serve-countries{font-size: 20px;}
    .cpa-firm-business {font-size: 34px;}
    .tailored-label{font-size: 16px;}
    .fact-chart-lebel{font-size: 16px;}
    .fact-chart-lebel1{font-size: 18px;}
    .software-container{font-size: 28px}
    .tailored-title{font-size: 22px;}
    .fact-chart-text{font-size: 26px;}
    .about-us-bg{height: 180px;}
    .banner-sub-title{font-size: 1rem;}
    .wel-heading{font-size: 1.75rem;}
    .life-gfpo-bg{height: 133px;}
    .hww-main{display: none;}
    .hww-inner{display: none;}
    .pageSec{display: none;}
    .bookeeping-uk-bg{height: 200px;}
    .bookeeping-uk-bg h1{font-size: 1.5rem;}
    .our-capa-title{font-size: 28px;}
    .our-proven-title{font-size: 18px;}
    .how-to-build-title{font-size: 18px;}    
    .textsec{font-size: 14px;height: 72px;display: flex;align-items: center;justify-content: left;}
    .right-style-box{height: 72px;}
    .midSec h3{font-size: 18px;}
    .midSec h4{font-size: 16px;}
    .pp-banner{height: 200px;}
    .why-choose-us-bg{height: 116px;}
    .who-we-are-bg {height: 116px;}
    .whowecommit{font-size: 22px;}
    .whocul-bg {background-size: 196%;}
    .our-culture-bg {height: 116px;}
    .leadership-bg{height: 116px;}
    .ldheading{font-size: 15px;}
    .quality-data-security-bg{height: 116px;}
    .data-security-box {height: 400px;}
    .quality-data-security-heading {font-size: 20px}
    .quality-aproach-heading {font-size: 20px}
    .ds-title{font-size: 22px}
    .gdpr-bg{height: 116px;}
    .dmwhotipsinc{height: 90px;}
    .dighowcardin{height: 90px;}
    /*.hr-operations-bg{height: 116px;}*/
    .fixed-btn-view-jobs {display: none;}
    .orangeline{width: 50px;}
    .right{margin-left: 2.6rem;}
    .virtualass-bg{height: 200px;}
    .testimonial-carousel .owl-nav {    top: 100%;  }
    .byot-bg{height: 310px;}
    .top-banner-text-position {padding-left: 15px;}
    .form-wrapper-slider-position {padding-right: 0px;}
    .tool-img-mobile {width: 77px;}
    .forDesktop {display: none;}
    .forMobile {display: block;}
    .first-line,  .second-line {font-size: 27px;}
    .first-line span {font-size: 38px;}
    .third-line {font-size: 17px;}
    .form-wrapper-slider {width: 386px;}
    .tool-heading {font-size: 12px;}
    .byot-text {font-size: 28px;margin-top: -24px;text-shadow: -1px 0px 0px #c7c2c2;}
    .arrows {transform: rotate(90deg);margin-top: 35px;}
   .siconimgmobile{width:45px;height:45px;}
   .meet-btn-ban{ margin-left: 3.2rem; margin-bottom: -0.30rem;}
   .btn-schedule-meet{ width: 90px; padding: 5px 5px;}
   .popup_video {top:50%;}
    #atxVideo{width:85vw;}
    .text .client-block .client_name,
    .video .vClient-block .vClient_name{
        font-size: 20px;
    }
    .video .vClient-block .vClient_country{
        font-size: 18px;
    }
}
@media only screen and (max-width:425px){
    .gnb__logo{width:500px;}
    .toggle{display:none;}
    .bookkeeping-tax{font-size: var(--font-size-3xl);}
    .service-below{height: 850px;}
    .country-we-serve-countries{font-size: 18px;}
    .cpa-firm-business {font-size: 30px;}
    .tailored-label{font-size: 14px;}
    .fact-chart-lebel{font-size: 14px;}
    .fact-chart-lebel1{font-size: 16px;}
    .banner-sub-title{font-size: 1rem;}
    .software-container{font-size: 26px}
    .about-us-bg{height: 133px;}
    .life-gfpo-bg{height: 133px;}
    .filter-cpasol {padding-left: 2px;padding-right: 2px;}
    .bookeeping-bg h1{font-size: 1rem;}
    .payroll-bg h1{font-size: 1rem;}
    .tax-preparation-bg h1{font-size: 1rem;}
    .sale-tax-bg h1{font-size: 1rem;}
    .cfo-bg h1{font-size: 1rem;}
    .fs-bg h1{font-size: 1rem;}
    .audit-support-bg h1{font-size: 1rem;}
    .others-etc-bg h1{font-size: 1rem;}
    .bookeeping-uk-bg h1{font-size: 1rem;}
    .payroll-uk-bg h1{font-size: 1rem;}
    .tax-preparation-uk-bg h1{font-size: 1rem;}
    .cfo-uk-bg h1{font-size: 1rem;}
    .fs-uk-bg h1{font-size: 1rem;}
    .vat-uk-bg h1{font-size: 1rem;}
    .audit-report-uk-bg h1{font-size: 1rem;}
    .annual-support-uk-bg h1{font-size: 1rem;}
    .canada-bookeeping-bg h1{font-size: 1rem;}
    .canada-payroll-bg h1{font-size: 1rem;}
    .canada-sales-tax-bg h1{font-size: 1rem;}
    .canada-cfo-bg h1{font-size: 1rem;}
    .canada-fs-bg h1{font-size: 1rem;}
    .canada-gst-bg h1{font-size: 1rem;}
    .canada-audit-support-bg h1{font-size: 1rem;}
    .canada-other-notice-bg h1{font-size: 1rem;}
    .our-capa-title{font-size: 26px;}
    .why-choose-us-bg{height: 110px;}
    .who-we-are-bg {height: 110px;}
    .inner-title{font-size: 20px;}
    .whoweareoeyg {font-size: 20px;}
    .whowecommit{font-size: 18px;}
    .whocul-bg {background-size: 240%;}
    .custom-accounting-solutions{font-size: 18px}
    .cpa-firm-business {font-size: 28px;}
    .our-culture-bg {height: 110px;}
    .leadership-bg{height: 110px;}
    .ldheading{font-size: 14px;}
    .quality-data-security-bg{height: 110px;}
    .data-security-box {height: 220px;}
    .quality-data-security-heading {font-size: 17px}
    .quality-aproach-heading {font-size: 17px}
    .ds-title{font-size: 18px}
    .gdpr-bg{height: 96px;}
    /*.hr-operations-bg{height: 96px;}*/    
    .virtualass-bg{height: 96px;}
    .whowearecre{font-size: 13px;}
    .byot-bg{height: 195px;}
    .top-banner-text-position {padding-left: 15px;}
    .form-wrapper-slider-position {padding-right: 0px;}
    .tool-img-mobile {width: 77px;}
    .first-line, .second-line {font-size: 23px;}
    .first-line span {font-size: 34px;}
    .third-line {font-size: 15px;}
    .form-wrapper-slider {width: 334px;}
    .tool-heading {font-size: 10px;}
    .byot-text {font-size: 25px;margin-top: -20px;text-shadow: -1px 0px 0px #c7c2c2;}
    .acc-soft {font-size: 28px;}
    .client-test-heading {font-size: 32px;}
    .arrow-line-small-bg {background-size: 320px;}
    .title-success-story{font-size: 12px; font-weight: 400px; margin-top: 10px;}
    .desc-success-story{font-size: 12px; font-weight: 400px; margin-top: 5px; text-align: justify;}
    /* .sc-carousel .owl-item .item{
         height: 270px;
    } */
    .software-item-menu ul li { padding: 5px 5px; }
    .filter-button-software { min-width: 176px; font-size: 15px; }
    /* .subscrib-newsletter-heading { font-size: 16px; font-weight: 400px;} */
    .abt-GFPO-ft{ font-size:12px;}
    .choose-pricing-text{
        font-size: 30px;
    }
    .nav-item-pricing{
        color: #fff;
        background-color: #064E85;
        letter-spacing: 2px;
        width: 50%;
    }
    .seo-smm-item-pricing{
        color: #fff;
        /* background-color: #064E85; */
        letter-spacing: 2px;
        width: 50%;
    }
    .kc-box{
        border-right: none;
        display: block;
    }
    .kc-box-imgSec{margin-right: 0px;max-width: 100%;}
    .kc-box-title{font-size: var(--font-size-xl);height: 100%;}
    #allContent{display: block !important;}
    .btn-schedule-meet{width: 66px;padding: 2px 3px;font-size: 12px;}
    .meet-btn-ban{ margin-left: 0.75rem; margin-bottom: -0.40rem;}
    .btn-schedule-meet{ width: 75px; padding: 1px 0px;}
    .popup_video {top: 50%;}
    #atxVideo{width:83vw;}
    .cf-video-btn{
        bottom: 50px;
        left: 10px;
        padding: 5px 2px;
    }
    .cf-video-btn h3{
        position: relative;
        left: -5px;
        top: 1px;
    }
    .feedback .video{
        height: 270px;
    }
    .text .client-block .client_name,
    .video .vClient-block .vClient_name{
        font-size: 16px;
    }
    .video .vClient-block .vClient_country{
        font-size: 14px;
    }
}
@media only screen and (max-width:390px){
    .carrer-cinfo{font-size: 24px;}
    .btn-schedule-meet{width: 55px;padding: 3px 3px;font-size: 10px;}
    .meet-btn-ban{ margin-left: 1.1rem; margin-bottom: -0.50rem;}
    .btn-schedule-meet{ width: 65px; }
    .popup_video {top: 50%;}
    #atxVideo{width:82vw;}
}
@media only screen and (max-width:375px){
    .gnb__logo{width:500px;float:left;/*margin-top:-12px*/}
    .software-container{font-size: 20px}
    .tailored-label{font-size: 14px;}
    .tailord-label2{font-size: 12px;}
    .fact-chart-lebel{font-size: 14px;}
    .fact-chart-lebel1{font-size: 16px;}
    .about-us-bg{height: 117px;}
    .life-gfpo-bg{height: 117px;}
    .life-gfpo-bg{height: 130px;}
    .our-capa-title{font-size: 22px;}
    .whowecommit{font-size: 17px;}
    .whocul-bg {background-size: 970%;}
    .custom-accounting-solutions{font-size: 17px}
    .cpa-firm-business {font-size: 25px;}
    .our-culture-bg {height: 110px;}
    .leadership-bg{height: 110px;}
    .quality-data-security-bg{height: 110px;}
    .data-security-box {height: 96px;}
    .quality-data-security-heading {font-size: 16px}
    .quality-aproach-heading {font-size: 16px}
    .ds-title{font-size: 16px}
    .gdpr-bg{height: 96px;}
    /*.hr-operations-bg{height: 96px;}*/
    .virtualass-bg{height: 96px;}
    .byot-bg{height: 96px;}
    .top-banner-text-position {padding-left: 15px;}
    .form-wrapper-slider-position {padding-right: 0px;}
    .tool-img-mobile {width: 67px;}
    .first-line, .second-line {font-size: 22px;}
    .first-line span {font-size: 32px;}
    .third-line {font-size: 15px;}
    .byot-text {font-size: 25px;margin-top: -20px;text-shadow: -1px 0px 0px #c7c2c2;}
    .femaleStaff {font-size: 34px;}
    .acc-soft {font-size: 24px;}
    .client-test-heading {font-size: 28px;}
    .arrow-line-small-bg {background-size: 320px;}
    .flip-box-front {height: 80px;}
    .flip-box .inner {padding: 5px;}
    .software-item-menu ul li { padding: 5px 5px; }
    .filter-button-software { min-width: 144px; font-size: 12px; }
    .btn-schedule-meet{width: 55px;padding: 3px 3px;font-size: 10px;}
    .meet-btn-ban{ margin-left: 1.1rem; margin-bottom: -0.50rem;}
    .btn-schedule-meet{ width: 60px; }
    .popup_video {top: 50%;}
    #atxVideo{width:82vw;}
    .feedback .video{
        height: 290px;
    }
    .text .client-block .client_name,
    .video .vClient-block .vClient_name{
        font-size: 14px;
    }
    .video .vClient-block .vClient_country{
        font-size: 12px;
    }
}

@media only screen and (max-width:320px){
    .gnb__depth3-wrap .gnb__depth3-inner{padding:0px;}
    .gnb__depth3{padding-left: 0px;padding-right: 0px;}
    .filter-cpasol {width: 64px;padding-left: 2px;padding-right: 2px;}
    .tailored-label1{font-size: 16px;}
    .tailord-label2{font-size: 10px;}
    #byotServicesSecInner .accordion-button{padding-top: 0.5rem;padding-bottom: 0.5rem}
    #byotServicesSecInner .nav{display: block;}
    .about-us-bg{height: 100px;}
    .life-gfpo-bg{height: 100px;}
    .isec{width: 20%}
    .textsec {width: 50%;}
    .car-cwfield{font-size: 11px;}
    .data-security-box {height: 275px;}
    .quality-data-security-heading {font-size: 14px}
    .quality-aproach-heading {font-size: 14px}
    .ds-title{font-size: 14px}
    .top-banner-text-position {padding-left: 10px;}
    .form-wrapper-slider-position {padding-right: 0px;}
    .tool-img-mobile {width: 56px;}
    .first-line, .second-line {font-size: 20px;}
    .first-line span {font-size: 30px;}
    .third-line {font-size: 13px;}
    .byot-text {font-size: 21px;margin-top: -16px;}
    .femaleStaff {font-size: 28px;}
    .acc-soft {font-size: 20px;}
    .client-test-heading {font-size: 24px;}
    .arrow-line-small-bg {background-size: 290px;}
    .software-item-menu ul li { padding: 5px 5px; }
    .filter-button-software { min-width: 120px; font-size: 10px; }
    .btn-schedule-meet{width: 55px;padding: 3px 3px;font-size: 10px;}
    .meet-btn-ban{ margin-left: 1.1rem; margin-bottom: -0.50rem;}
    .btn-schedule-meet{ width: 45px; }
    .popup_video {top: 50%;}
    #atxVideo{width:78vw;}
}

@media only screen and (min-width: 321px) and (max-width: 359px){.filter-button-software{ min-width: 124px; font-size: 9px; }}
@media only screen and (min-width: 376px) and (max-width: 423px){.filter-button-software{ min-width: 152px; font-size: 13px; }}
@media only screen and (min-width: 426px) and (max-width: 509px){.filter-button-software{ min-width: 177px; font-size: 14px; }}