/*Styling Selectbox*/
.top-dropdown {
    display: inline-block;
    background-color: #fff;
    border-radius: 100px;
    transition: all .5s ease;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    color: #474747;
    height: 100%;
    text-align: left;
    border: 1px solid #0077B6;
    outline: none;
    margin-left: 20px;
}

.top-dropdown .select {
    cursor: pointer;
    display: block;
    width: 96px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.top-dropdown .select.countrybox {
    width: 115px;
}

.top-dropdown .select>i {
    font-size: 13px;
    color: #888;
    cursor: pointer;
    transition: all .3s ease-in-out;
    float: right;
    line-height: 20px
}


.top-dropdown.active .select>i {
    transform: rotate(-90deg)
}

.top-dropdown .dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    margin-top: 1px;
    box-shadow: 0 1px 2px rgb(204, 204, 204);
    border-radius: 0 1px 2px 2px;
    overflow: hidden;
    display: none;
    max-height: 144px;
    overflow-y: auto;
    z-index: 999
}

.top-dropdown .dropdown-menu li {
    padding: 10px;
    transition: all .2s ease-in-out;
    cursor: pointer
}

.top-dropdown .dropdown-menu {
    padding: 0;
    list-style: none
}

.top-dropdown .dropdown-menu li:hover {
    background-color: #f2f2f2
}

.top-dropdown .dropdown-menu li:active {
    background-color: #e2e2e2
}

/*service-home*/
.service-home .elementor-widget-button {
    opacity: 0;
}

.service-home .elementor-column:hover .elementor-widget-button {
    opacity: 1;
}

.service-home .elementor-column:hover .elementor-image-box-img img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service-home .elementor-column:hover .elementor-image-box-content h3,
.service-home .elementor-column:hover .elementor-image-box-content p {
    color: #fff;
}

@media only screen and (max-width:1024px) {
    .service-home .elementor-widget-button {
        opacity: 1;
    }
}

/*counter-home*/
.home-counter .elementor-counter-number-prefix {
    display: none;
}

.home-counter .elementor-counter-title {
    text-align: left !important;
    margin-top: 10px;
}

/*home-blog */

.home-blog .wbel_post_slider_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.home-blog .wb_ps_thumbnail img {
    border-radius: 100px;
}

.home-blog .wb_ps_thumbnail {
    position: relative;
}

.home-blog .wb_ps_thumbnail:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(35, 35, 35, 0) 30.71%, #000000 99.17%);
    border-radius: 100px;
}

.home-blog .wb_ps_single_item {
    position: relative;
}

.home-blog .wb_ps_content {
    position: absolute;
    bottom: 0;
    padding: 50px;
    padding-bottom: 30px;
    padding-top: 0;
}

.home-blog .wb_ps_title h2 {
    font-size: 24px;
    text-align: left;
    line-height: 32.68px;
}

.home-blog .wb_ps_description {
    display: none;
}

.home-blog .wbel-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
}

@media only screen and (max-width:1024px) {

    .home-blog .wb_ps_thumbnail img,
    .home-blog .wb_ps_thumbnail:after {
        border-radius: 50px;
    }

    .home-blog .wb_ps_title h2 {
        font-size: 18px;
        line-height: 20.68px;
    }
}

/*home contactform*/
.home-contactform {
    background: #FFFFFF;
    box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.25);
    border-radius: 100px;
    padding: 60px;
    padding-bottom: 0;
}

.field-group {
    display: flex;
    gap: 30px;
}

.field-area p {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}

.field-area p input,
.field-area select {
    border: none !important;
    border-left: 1px solid #999999 !important;
    border-radius: 0;
    outline: none;
}

.field-area {
    width: 100%;
    border: 1px solid #999999;
    border-radius: 100px;
    padding: 10px;
    margin-bottom: 30px;
}

.custom-textarea {
    border-radius: 25px;
    height: 150px;
    overflow: hidden;
}

.custom-textarea textarea {
    border: none;
    outline: none;
}

.field-area .wpcf7-form-control-wrap {
    width: 100%;
}

.field-area-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.field-area-checkbox label span {
    position: relative;
    cursor: pointer;
}

.field-area-checkbox label span:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #999999;
    padding: 13px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 100px;
}

.field-area-checkbox label input:checked+span:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 12px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.field-area-checkbox .wpcf7-list-item {
    margin: 0 30px 0 0;
}

.home-contactform .blue-btn {
    background-color: #0077B6;
    border: none;
}

.home-contactform .wpcf7-not-valid-tip {
    font-size: 10px;
    font-weight: 600;
    position: absolute;
    top: 56px;
}

/************************** CUSTOM MENU CSS START ******************************/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* width */
.mobile-menu::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.mobile-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.mobile-menu::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.mobile-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

img {
    max-width: 100%;
}

nav {
    position: relative;
    z-index: 99;
}

nav .wrapper {
    position: relative;
    max-width: 1720px;
    padding: 0px 30px;
    height: 100px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
}

.wrapper .logo {
    display: flex;
    align-items: center;
}

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
    line-height: 0px;
}

.logo img {
    width: 80%;
}

.wrapper .nav-links {
    display: inline-flex;
    gap: 20px;
}

.nav-links li {
    list-style: none;
}

.nav-links li a {
    color: #343434;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #343434;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100px;
    text-transform: uppercase;
    position: relative;
}

.nav-links li a::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: url(https://www.betatesting.net/projects/techsden/wp-content/uploads/2023/04/arrow.svg) no-repeat;
    top: 48%;
    right: -10px;
}

.nav-links li a:hover::before {
    content: '';
    position: absolute;
    height: 5px;
    background: #0077B6;
    border-radius: 25px;
    width: 90%;
    bottom: 20px;
}

.mega-links li a {
    color: #343434 !important;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: left;
    color: #343434;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    display: block;
    text-transform: uppercase;
    position: relative;
    height: auto;
}

.mega-links li a::after {
    display: none;
}

.mega-links li a::before {
    display: none;
}

.nav-links li a:hover {
    color: #0077B6;
}

.mega-links li:hover a {
    color: #0077B6 !important;
}

.mega-links li a.current {
    color: #0077B6 !important;
}

.nav-links .mobile-item {
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background: #ffffff;
    width: 180px;
    line-height: 45px;
    top: 100px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.showmegamenu {
    opacity: 1 !important;
    visibility: visible !important;
}

/* .nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 80px;
    opacity: 1;
    visibility: visible;
} */

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 10px 0 10px 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    /* top: 100px; */
    top: 80px;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 25px 25px;
    min-height:332px;
}

.mega-box .content {
    background: #ffffff;
    padding: 0px 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;

}

.mega-box .content .row {
    width: calc(100% - 10px);
    line-height: 45px;
}



.content .row img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.content .row header {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .row .mega-links {
    margin-left: -40px;
    border-left: 1px solid rgba(255, 255, 255, 0.09);
}

.row .mega-links li {
    padding: 0 20px;
}

.row .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #343434;
    font-size: 17px;
    display: block;
}

.row .mega-links li a:hover {
    color: #0077B6;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.wrapper .btn.close-btn {
    position: absolute;
    right: 30px;
    top: 10px;
}

/***********************/
/***********************/
#tabsDiv {
    position: relative;
    width: 100%;
    /* min-height: 410px;* SM-Edits */
    min-height: 80%;

}

#tabsDiv ul {
    padding: 17px 5px;
    height: 100%;
    min-height: 80%;
    margin-top: 17px;
    list-style: none;
    /*padding: 0px 5px; and no height and no margin SM_Edits*/
}

#tabsDiv .mega-links li {
    width: 50% !important;
    line-height: 40px;
    padding-bottom: 32px;
}

#tabsDiv .ulClass li {
    width: 20%;
    height: 25%;
    /* SM_Edits*/
}

/* #tabsDiv button {
    float: left;
    border: 1px solid #c0c0c0;
    background-color: #f1f0f4;
} */

/* Button to open the content */
#tabsDiv button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: inherit;
    color: black;
    width: 100%;
    height: 90px;
    padding: 25px 20px;
    text-align: left;
    cursor: pointer;
    background: #F1F1F1;
    border-radius: 10px;
    margin-bottom: 5px;
    border: none;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    min-heightt: 100px;
    /*SM-Edits*/
}

/* Button styling on mouse hover */
#tabsDiv button:hover {
    background: #0077B6;
    color: #ffffff;
}

#tabsDiv button.active {
    background: #0077B6;
    color: #ffffff;
    outline: none;
}

.link-text {
    width: 90%;
    white-space: initial;
}

/* Content for tabs*/
.contentClass {
    display: none;
    position: absolute;
    left: 25%;
    top: 0;
    padding: 15px;
    width: 77%;
    border-style: none;
    height: auto;
    border-top: 1px solid #ccc;
}

/***********************/

.fa-bars:before {
    color: #242526;
}

.right-bar {
    display: flex;
    align-items: center;
    gap: 30px;
}

.blue-btn {
    width: 146px;
    height: 60px;
    background: #0077B6;
    /*#e91e1e;*/
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    text-decoration: none;
}

.blue-btn:hover {
    color: #fff;
}

.menu-list {
    width: 70%;
    overflow-y: hidden;

}

.mega-links {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.menu-img {
    width: 30%;
}

.menu-img img {
    border-radius: 10px;
}

.menu-img p,
.ulClass p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #343434;
    white-space: initial;
}

.link-img img {
    opacity: 0;
}

button.linkClass:hover .link-img img,
button.linkClass.active .link-img img {
    opacity: 1;
}

.search-menu {
    padding-top: 10px;
}

.desktop-menu {
    display: block;
}

.mobile-menu {
    display: none;
}

.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    padding: 0px !important;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.10);
}

.fullsticky {
    border-radius: 0px !important;
    box-shadow: none !important;
}

.sticky .elementor-element-populated {
    padding: 0px !important;
}



#aboutmenu #tabsDiv {
    min-height: 200px;
}

.aboutlinkClass {
    background: #F1F1F1;
    color: #343434;
    min-height: 150px !important;
    /*SM-Edits*/
}

.aboutlinkClass:hover {
    background: #F1F1F1;
    color: #343434;
}

#aboutmenu #tabsDiv button {
    display: block;
}

#aboutmenu #tabsDiv button:hover {
    background: #F1F1F1;
    color: #343434;
}

#about .menu-img {
    width: 394px;
    height: 180px;
}

#about .menu-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
}

#tabsDiv button {
    /* height: auto !important; this was not commented SM_Edits*/
}

.contact_content {
    display: none;
}

.footer_map {
    display: none;
}

.page-id-895 .contact_content {
    display: block;
}

.page-id-895 .footer_content {
    display: none;
}

.page-id-895 .footer_map {
    display: block;
}

.page-id-895 .bottom_footer {
    margin-top: 100px !important;
}

.feature_box .elementor-image-box-description span {
    font-size: 18px;
    line-height: 24.51px;
    font-weight: 600;
}

.contact_left_content .elementor-widget-container span {
    font-weight: 600;
}

#search_int:hover {
    cursor: pointer;
}

#search_bar {
    border: 2px solid #0077b6;
    border-radius: 100px;
    position: absolute;
    width: 25%;
    right: 0;
    bottom: -75px;
    border-radius: 25px;
}

#search_bar label {
    width: calc(100% - 95px) !important;
}

.search-form {
    line-height: initial;
    padding: 10px;
    background: #ffffff;
    border-radius: 25px;
}

.search-field {
    display: block;
    border: 1px solid #fff !important;
    outline: none !important;

}

.search-submit {
    background: #0077B6 !important;
    border-radius: 100px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border: 1px solid #0077B6;
}

.search-submit:hover {
    background: #fff !important;
    color: #0077B6;
    cursor: pointer;
    outline: none !important;
}

#mob_search_bar {
    border: 2px solid #0077b6;
    position: fixed;
    width: 90%;
    right: 5%;
    /* bottom: 10%; */
    bottom: 15px;
    border-radius: 10px;
    z-index: 999;
    background: #ffffff;
}

#mob_search_bar label {
    width: calc(100% - 95px) !important;
}

.connect {
    color: #000000;
}

.wbel-arrow {
    z-index: 9 !important;
}

/*09.05.2023*/

.menu-stick.elementor-sticky--active {
    background-color: #343434 !important;
}

.menu-stick .elementor-icon-list-item a:hover::before,
.menu-stick .elementor-icon-list-item.sub_menu_active a::before {
    content: '';
    position: absolute;
    height: 5px;
    background: #0077B6;
    border-radius: 25px;
    width: 90%;
    bottom: 20px;
}

.menu-stick .elementor-icon-list-item.sub_menu_active a span {
    color: #0077B6 !important;
}

/**************************/
@media (max-width: 1400px) {
    #tabsDiv button {
        font-size: 16px;
        height: auto;
        padding: 15px 20px;
    }
}

@media (max-width: 1300px) {
    nav .wrapper {
        max-width: 1280px;
    }

    #tabsDiv button {
        font-size: 16px;
        height: auto;
        padding: 15px 20px;
    }

    #tabsDiv .ulClass li {
        width: 22%;
    }

    .mega-box {
        padding: 10px 30px;
        top: 80px !important;
    }

    .mega-box .content {
        padding: 10px;
    }

    .wrapper .nav-links {
        gap: 10px;
    }
}
@media screen and (max-width: 1200px) {
    nav {
        width: 90%;
        margin: 5%;
    }

    nav .wrapper {
        height: 70px;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
        position: relative;
    }

    .mobile-menu ul.menu {
        position: absolute;
        background: #fff;
        /* background: #d1d1d1; */
        border-radius: 25px;
        top: 0;
        /* border-top-left-radius: 0;
        border-top-right-radius: 0; */
        z-index: -1;
        height: 100vh;
        overflow: auto;
        padding-bottom: 138px;
        width: 100%;
        padding-top: 55px;
    }

    .wrapper .btn {
        display: block;
    }

    .show_third_menu {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #0077b6;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3A3B3C;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }

    .right-bar {
        display: none;
    }

    .logo img {
        width: 150px;
    }

    .nav-links .drop-menu {
        background: #0077B6;
    }

    .nav-links li a {
        color: #ffffff;
        line-height: 28px;
    }


    /********************************/
    .toggle,
    [id^=drop] {
        display: none;
    }

    /* Giving a background-color to the nav container. */
    nav {
        margin: 0;
        padding: 0;
    }

    #logo {
        display: block;
        padding: 0 30px;
        float: left;
        font-size: 20px;
        line-height: 60px;
    }

    /* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

    nav:after {
        content: "";
        display: table;
        clear: both;
    }

    /* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
    nav ul {
        float: right;
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

    /* Positioning the navigation items inline */
    nav ul li {
        margin: 0px;
        display: inline-block;
        float: left;
    }

    .mobile-menu nav ul li:first-child {
        margin-top: 40px;
    }

    .mobile-menu nav ul li li:first-child {
        margin-top: 0px;
    }

    /* Styling the links */
    nav a {
        display: block;
        padding: 14px 20px;
        color: #000;
        font-size: 17px;
        text-decoration: none;
    }


    /* nav ul li ul li:hover {
        background: #ffffff;
    } */

    /* Background color change on Hover */
    /* nav a:hover {
        background-color: #000000;
    } */

    /* Hide Dropdowns by Default
 * and giving it a position of absolute */
    nav ul ul {
        display: none;
        position: absolute;
        /* has to be the same number as the "line-height" of "nav a" */
        top: 60px;
    }

    /* Display Dropdowns on Hover */
    /* nav ul li:hover>ul {
        display: inherit;
    } */

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        width: 170px;
        float: none;
        display: list-item;
        position: relative;
    }

    .menuItem {
        display: block;
    }

    .menuItem li a {
        color: #000000;
    }

    /* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
    nav ul ul ul li {
        position: relative;
        top: -60px;
        /* has to be the same number as the "width" of "nav ul ul li" */
        /* left: 170px; */
        color: #000000;
    }


    /* Change ' +' in order to change the Dropdown symbol */
    li>a:after {
        content: ' +';
    }

    li>a:only-child:after {
        content: '';
    }

    .logo {
        display: inline-block;
        width: 85%;
    }

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
        border-radius: 25px;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    /* .toggle+a,
    .menu {
        display: none;
    } */

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        /* padding: 10px 20px;
        color: #000;
        font-size: 17px;
        text-decoration: none;
        border: none;
        height: 35px;
        align-items: center;
        margin-top: -40px !important;
            justify-content: flex-end; */
        position: absolute;
        top: calc(100% - 64%);
        right: 20px;
    }

    /* .toggle:hover {
        background-color: #fff;
    } */

    /* Display Dropdown when clicked on Parent Lable */
    /* [id^=drop]:checked+ul.menu {
        display: block;
        width: 100%;
        max-height: 100vh;
        overflow-y: auto;
    }

    [id^=drop]:checked+ul li ul {
        max-height: auto;
        overflow-y: hidden;
    } */

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
    }


    /* nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: #FFFFFF;
        color: #000000;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #000000;
        font-size: 17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #FFFFFF;
        color: #212121;
    } */

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    /* Hide menus on hover */
    /* nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    } */

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 95%;
        margin-left: 10px;
    }
    nav ul ul li .mobtoggle{
        height: 35px;
        padding: 4px 10px;
    }

    nav ul ul ul li {
        position: static;
        margin-left: 20px;
    }
    nav ul ul ul li a{
        padding: 4px 10px;
        font-size: 14px;
    }
    .mobilefirstmenu{
        margin-left: 10px;
    }

    .nav-toggle {
        display: block;
        background-color: transparent;
        width: 40px;
        cursor: pointer;
        padding: 4px;
    }

    .nav-toggle span {
        position: relative;
        display: block;
        height: 4px;
        border-radius: 35px;
        width: 100%;
        margin-top: 0;
        background-color: #000;
        -webkit-transition: all .25s;
        transition: all .25s;
    }

    .nav-toggle span.mrg {
        margin-top: 5px;
    }

    /* .icon-menu {
        padding-left: 30px;
        padding-bottom: 20px;
        display: inline-flex;
        align-items: center;
        width: 50%;
        justify-content: flex-start;
    } */
    .icon-menu {
        padding-left: 30px;
        padding-bottom: 20px;
        display: block;
        width: 50%;
        position: fixed;
        left: 0;
        bottom: 5%;
    }

    .mobtoggle {
        display: inline-flex;
        padding: 10px 20px;
        color: #000;
        font-size: 17px;
        text-decoration: none;
        border: none;
        height: 35px;
        align-items: center;
        margin-top: 0px;
        font-family: "Paralucent light", paralucent lght!important;
    }

    .menu {
        display: none;
    }

    .showmenu {
        display: block;
    }

    .sticky nav {
        border-radius: 0px;
    }

    .page-id-895 .bottom_footer {
        margin-top: 40px !important;
    }

    /********************************/

    .menushow {
        display: block;
    }

    .mob_third_menu {
        display: block;
    }
    #mob_search_bar {
        display: block !important;
    }
    nav ul li{
		padding:0 10px;
	}
	.mobtoggle, .connect{
		height:45px;
	}
}

@media (max-width:1025px) {
    .logo img {
        width: 70%;
    }

    nav .wrapper {
        height: 70px;
    }

    .nav-links li a {
        padding: 10px;
        font-size: 10px;
    }

    .blue-btn {
        width: 145px;
        height: 45px;
    }

    .mega-box {
        padding: 10px 30px;
        top: 60px !important;
    }

    .nav-links li a::after {
        right: -14px;
    }

    #mob_search_bar {
        display: block !important;
    }
}

@media screen and (max-width: 1024px) {
    nav {
        width: 90%;
        margin: 5%;
    }

    nav .wrapper {
        height: 70px;
    }

    .desktop-menu {
        display: none;
    }

    .mobile-menu {
        display: block;
        position: relative;
    }

    .mobile-menu ul.menu {
        position: absolute;
        background: #fff;
        /* background: #d1d1d1; */
        border-radius: 25px;
        top: 0;
        /* border-top-left-radius: 0;
        border-top-right-radius: 0; */
        z-index: -1;
        height: 100vh;
        overflow: auto;
        padding-bottom: 138px;
        width: 100%;
        padding-top: 55px;
    }

    .wrapper .btn {
        display: block;
    }

    .show_third_menu {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #0077b6;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

    .nav-links li a {
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu,
    #showMega:checked~.mega-box {
        max-height: 100%;
    }

    .nav-links .desktop-item {
        display: none;
    }

    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

    .nav-links .mobile-item:hover {
        background: #3A3B3C;
    }

    .drop-menu li {
        margin: 0;
    }

    .drop-menu li a {
        border-radius: 5px;
        font-size: 18px;
    }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .mega-box .content {
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }

    .mega-box .content .row {
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2) {
        border-top: 0px;
    }

    .content .row .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .row .mega-links li {
        margin: 0;
    }

    .content .row header {
        font-size: 19px;
    }

    .right-bar {
        display: none;
    }

    .logo img {
        width: 150px;
    }

    .nav-links .drop-menu {
        background: #0077B6;
    }

    .nav-links li a {
        color: #ffffff;
        line-height: 28px;
    }


    /********************************/
    .toggle,
    [id^=drop] {
        display: none;
    }

    /* Giving a background-color to the nav container. */
    nav {
        margin: 0;
        padding: 0;
    }

    #logo {
        display: block;
        padding: 0 30px;
        float: left;
        font-size: 20px;
        line-height: 60px;
    }

    /* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

    nav:after {
        content: "";
        display: table;
        clear: both;
    }

    /* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
    nav ul {
        float: right;
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
    }

    /* Positioning the navigation items inline */
    nav ul li {
        margin: 0px;
        display: inline-block;
        float: left;
    }

    .mobile-menu nav ul li:first-child {
        margin-top: 40px;
    }

    .mobile-menu nav ul li li:first-child {
        margin-top: 0px;
    }

    /* Styling the links */
    nav a {
        display: block;
        padding: 14px 20px;
        color: #000;
        font-size: 17px;
        text-decoration: none;
    }


    /* nav ul li ul li:hover {
        background: #ffffff;
    } */

    /* Background color change on Hover */
    /* nav a:hover {
        background-color: #000000;
    } */

    /* Hide Dropdowns by Default
 * and giving it a position of absolute */
    nav ul ul {
        display: none;
        position: absolute;
        /* has to be the same number as the "line-height" of "nav a" */
        top: 60px;
    }

    /* Display Dropdowns on Hover */
    /* nav ul li:hover>ul {
        display: inherit;
    } */

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        width: 170px;
        float: none;
        display: list-item;
        position: relative;
    }

    .menuItem {
        display: block;
    }

    .menuItem li a {
        color: #000000;
    }

    /* Second, Third and more Tiers	
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
    nav ul ul ul li {
        position: relative;
        top: -60px;
        /* has to be the same number as the "width" of "nav ul ul li" */
        /* left: 170px; */
        color: #000000;
    }


    /* Change ' +' in order to change the Dropdown symbol */
    li>a:after {
        content: ' +';
    }

    li>a:only-child:after {
        content: '';
    }

    .logo {
        display: inline-block;
        width: 85%;
    }

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
        border-radius: 25px;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    /* .toggle+a,
    .menu {
        display: none;
    } */

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        /* padding: 10px 20px;
        color: #000;
        font-size: 17px;
        text-decoration: none;
        border: none;
        height: 35px;
        align-items: center;
        margin-top: -40px !important;
            justify-content: flex-end; */
        position: absolute;
        top: calc(100% - 64%);
        right: 20px;
    }

    /* .toggle:hover {
        background-color: #fff;
    } */

    /* Display Dropdown when clicked on Parent Lable */
    /* [id^=drop]:checked+ul.menu {
        display: block;
        width: 100%;
        max-height: 100vh;
        overflow-y: auto;
    }

    [id^=drop]:checked+ul li ul {
        max-height: auto;
        overflow-y: hidden;
    } */

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
    }


    /* nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: #FFFFFF;
        color: #000000;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #000000;
        font-size: 17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #FFFFFF;
        color: #212121;
    } */

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
    }

    /* Hide menus on hover */
    /* nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    } */

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 95%;
        margin-left: 10px;
    }
    nav ul ul li .mobtoggle{
        height: 35px;
        padding: 4px 10px;
    }

    nav ul ul ul li {
        position: static;
        margin-left: 20px;
    }
    nav ul ul ul li a{
        padding: 4px 10px;
        font-size: 14px;
    }
    .mobilefirstmenu{
        margin-left: 10px;
    }

    .nav-toggle {
        display: block;
        background-color: transparent;
        width: 40px;
        cursor: pointer;
        padding: 4px;
    }

    .nav-toggle span {
        position: relative;
        display: block;
        height: 4px;
        border-radius: 35px;
        width: 100%;
        margin-top: 0;
        background-color: #000;
        -webkit-transition: all .25s;
        transition: all .25s;
    }

    .nav-toggle span.mrg {
        margin-top: 5px;
    }

    /* .icon-menu {
        padding-left: 30px;
        padding-bottom: 20px;
        display: inline-flex;
        align-items: center;
        width: 50%;
        justify-content: flex-start;
    } */
    .icon-menu {
        padding-left: 30px;
        padding-bottom: 20px;
        display: block;
        width: 50%;
        position: fixed;
        left: 0;
        bottom: 5%;
    }

    .mobtoggle {
        display: inline-flex;
        padding: 10px 20px;
        color: #000;
        font-size: 17px;
        text-decoration: none;
        border: none;
        height: 35px;
        align-items: center;
        margin-top: 0px;
        font-family: "Paralucent light", paralucent lght!important;
    }

    .menu {
        display: none;
    }

    .showmenu {
        display: block;
    }

    .sticky nav {
        border-radius: 0px;
    }

    .page-id-895 .bottom_footer {
        margin-top: 40px !important;
    }

    /********************************/

    .menushow {
        display: block;
    }

    .mob_third_menu {
        display: block;
    }
}

@media (max-width:768px) {
    .logo {
        display: inline-block;
        width: 78%;
    }

    .logo a {
        display: flex;
        align-items: center;
    }

    

    .mobtoggle {
        display: inline-flex;
        padding: 14px 20px;
        color: #000;
        font-size: 17px;
        text-decoration: none;
        border: none;
        height: 50px;
        align-items: center;
        margin-top: 0px;
    }

    .mobtoggle::after {
        content: '';
        position: absolute;
        height: 10px;
        width: 10px;
        right: 0;
        top: 0;
        background: url('images/download.svg');
    }

    /* .mobtoggle+a,
    .menu {
        display: none;
    }
*/
    .nav-toggle {
        display: block;
        background-color: transparent;
        width: 30px;
        cursor: pointer;
        padding: 4px;
    }

    .nav-toggle span {
        position: relative;
        display: block;
        height: 2px;
        border-radius: 0px;
        width: 100%;
        margin-top: 0;
        background-color: #000;
        -webkit-transition: all .25s;
        transition: all .25s;
    }
}

@media (max-width:600px) {
    /* .mobile-menu ul.menu {
        top: 25px;
    } */

    .blue-btn {
        width: auto;
    }
}

@media all and (max-width : 330px) {

    nav ul li {
        display: block;
    }

}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

.body-text div {
    font-size: 45px;
    font-weight: 600;
}

.nav-links li.active a::before {
    content: '';
    position: absolute;
    height: 5px;
    background: #0077B6;
    border-radius: 25px;
    width: 90%;
    bottom: 20px;
}

.nav-links li.active a:hover {
    color: #0077B6;
}

.nav-links li.active a {
    color: #0077B6;
}

.mobilefirstmenu {
    display: block;
}

/************************** CUSTOM MENU CSS END ******************************/

/********************/

.home-service-sec {
    background: #0077B6;
    position: relative;
    padding: 73px 0 78px 0;
    text-align: center;
    overflow: hidden;
}

.home-service-sec:before {
    position: absolute;
    content: '';
    background: url(../images/service-bg.png)left bottom no-repeat;
    width: 100%;
    height: 366px;
    left: 0;
    bottom: 0;
}

.home-service-content {
    position: relative;
    z-index: 1;
}

.home-service-content h6 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0;
}

.home-service-content h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    text-align: center;
    color: #FFFFFF;
}

ul.tabs {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

ul.tabs li {
    margin: 0 10px;
    cursor: pointer;
    color: #ccc;
    overflow: hidden;
    position: relative;
    width: calc(20% - 10px);
    padding: 60px 20px;

}

ul.tabs li img {
    width: auto;
    max-width: auto;
    margin: 0 0 30px 0;
}

ul.tabs li span {
    display: block;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.tab-img-hv {
    display: none;
}


ul.tabs li:hover {
    background-color: #ccc;
    color: #333;
    background: #fff;
    border-radius: 46px;

}

ul.tabs li.active {
    /* background-color: #fff; */
    color: #333;
    /* border-bottom: 1px solid #fff; */
    display: block;
    background: #fff;
    border-radius: 46px;

}

ul.tabs li:hover span,
ul.tabs li.active span {
    color: #343434;
}

ul.tabs li:hover .tab-img-hv,
ul.tabs li.active .tab-img-hv {
    display: block;
    margin: 0 auto 30px auto;
}

ul.tabs li:hover .tab-img,
ul.tabs li.active .tab-img {
    display: none;
}

.tab_container {
    /* border: 1px solid #333; */
    border: none;
    clear: both;
    float: left;
    width: 100%;
    /* background: #fff; */
    overflow: auto;
}

.tab_content {
    padding: 20px 0;
    display: none;
}

.tab_drawer_heading {
    display: none;
}

.home-service-box {
    background: #FFFFFF;
    border-radius: 50px;
}

.home-service-box img {
    border-radius: 50px;
    height: 210px;
    width: 100%;
    object-fit: cover;
}

.home-service-txt {
    padding: 30px;
    text-align: left;
}

.home-service-txt h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    color: #343434;
    min-height: 50px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.home-service-txt p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #343434;
    padding: 20px 0 0 0;
    margin: 0 0 30px 0;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.home-service-txt a {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    color: #0077B6;
    position: relative;
    padding: 0 30px 0 0;
}

.home-service-txt a:before {
    position: absolute;
    content: '';
    background: url(https://www.betatesting.net/projects/techsden/wp-content/uploads/2023/04/arrow-right.png) right top no-repeat;
    width: 22px;
    height: 22px;
    right: 0;
    top: 0;
}

.home-service-carousel .owl-dots {
    display: none;
}

ul.tabs li img {
    height: 60px;
}
.home-service-carousel.owl-carousel{
    position: relative;
}
.home-service-carousel.owl-carousel .owl-nav{
    margin:0;
    padding:0;
}
.home-service-carousel.owl-carousel .owl-nav button.owl-prev,
.home-service-carousel.owl-carousel .owl-nav button.owl-next{
    position:absolute;
    top:20%;
    margin:0;
    padding:0;
    border:none;
    outline:none;
}
.home-service-carousel.owl-carousel .owl-nav button.owl-prev,
.home-service-carousel.owl-carousel .owl-nav button.owl-next{
    display:block;
    padding:0;
    margin:0;
    border:none;
    outline:none;
    background-color:#e6e6e6;
    width:48px;
    height:48px;
    border-radius:50px;
    -moz-border-radius:50px;
    -webkit-border-radius:50px;
}
.home-service-carousel.owl-carousel .owl-nav button.owl-prev span,
.home-service-carousel.owl-carousel .owl-nav button.owl-next span{
    display:block;
    padding:0;
    margin:0;
    font-size:45px;
    color:#0077B6;
    line-height:45px;
}
.home-service-carousel .owl-nav button.owl-prev{
    left:15px;
}
.home-service-carousel .owl-nav button.owl-next{
    right:15px;
}
.home-service-carousel.owl-carousel .owl-nav button.owl-prev.disabled,
.home-service-carousel.owl-carousel .owl-nav button.owl-next.disabled{
    opacity:0.2;
    cursor:not-allowed;
}


@media (max-width:1720px) {

    .container {
        max-width: 100%;
        padding: 0 20px;
    }

}

@media (max-width:1366px) {

    .home-service-content h6 {
        font-size: 18px;
        line-height: 22px;
    }

    .home-service-content h2 {
        font-size: 38px;
        line-height: 48px;
    }

    ul.tabs li {
        padding: 30px 15px;
    }

    ul.tabs li span {
        font-size: 14px;
        line-height: 18px;
    }

    ul.tabs li img {
        margin: 0 0 10px 0;
    }

    ul.tabs li:hover .tab-img-hv,
    ul.tabs li.active .tab-img-hv {
        margin: 0 auto 10px auto;
    }

    .home-service-txt h3 {
        font-size: 16px;
        line-height: 20px;
        min-height: auto;
    }


}


@media screen and (max-width:767px) {
    ul.tabs {
        display: none;
    }

    .tab_drawer_heading {
        /* background-color: #ccc; */
        color: #fff;
        /* border-top: 1px solid #333; */
        margin: 0;
        padding: 20px;
        display: block;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        text-align: center;
    }

    .d_active {
        /* background-color: #666; */
        color: #343434;
        background: #fff;
        border-radius: 50px;
    }

    .d_active .tab-img {
        display: none;
    }

    .d_active .tab-img-hv {
        display: block;
        margin: 0 auto;
    }

    .tab_container {
        padding: 30px 0 0 0;
    }

    .tab_drawer_heading span {
        display: block;
        font-size: 16px;
        line-height: 22px;
    }

    .tab_drawer_heading img {
        /* padding: 0 0 10px 0; */
        height: 40px;
    }

    .home-service-sec {
        padding: 40px 0;
    }

    .home-service-content h6 {
        font-size: 16px;
        line-height: 20px;
    }

    .home-service-content h2 {
        font-size: 26px;
        line-height: 32px;
    }

    .home-service-txt p {
        padding: 10px 0 0 0;
        margin: 0 0 10px 0;
    }

    .tab_drawer_heading span span {
        display: inline;
    }

    .field-group {
        display: block;
    }

}

/********************/

.top-call .elementor-inline-items li svg path {
    stroke: #fff;
}

.top-call .elementor-inline-items li .elementor-icon-list-text {
    color: #fff !important;
}

.top-call .elementor-icon-list-item:not(:last-child):after {
    border-color: #fff !important;
}

.home .top-call .elementor-inline-items li svg path {
    stroke: #0077B6;
}

.home .top-call .elementor-inline-items li .elementor-icon-list-text {
    color: initial !important;
}

.home .top-call .elementor-icon-list-item:not(:last-child):after {
    border-color: inherit !important;
}

/*latest-services*/

#latest-services .elementor-post__text {
    position: relative;
}

#latest-services .elementor-post__meta-data {
    position: absolute;
    top: 0;
    background: url(https://www.betatesting.net/projects/techsden/wp-content/uploads/2023/04/calendar.svg) 0 0 no-repeat;
    padding: 0 0 10px 26px;
}

#latest-services .elementor-post__read-more img {
    position: relative;
    top: 7px;
}

#latest-services h3.elementor-post__title {
    margin-top: 10px;
}


/*subcribeform*/
.subcribeform .elementor-form {
    border: 2px solid #FFFFFF;
    border-radius: 100px;
    padding: 10px;
}

.subcribeform .elementor-form-fields-wrapper {
    justify-content: space-between;
    flex-wrap: nowrap;
}

.subcribeform .elementor-field-type-email {
    width: calc(100% - 135px);
    background: url(https://www.betatesting.net/projects/techsden/wp-content/uploads/2023/04/sms-1-1.svg) 18px 7px no-repeat;
}

.subcribeform .elementor-field-type-email input {
    padding-left: 45px;
}

.subcribeform .elementor-field-type-submit {
    width: auto;
}

.subcribeform .elementor-message {
    position: absolute;
    top: 62px;
    color: #fff;
}

@media only screen and (max-width:767px) {
    .subcribeform .elementor-form {
        border-radius: 15px;
    }
}

.active_mobile .mobtoggle_style {
    font-weight: 700
}

.mobtoggle_style {
    font-weight: 700
}

.active_child_style {
    font-weight: 700
}

/*accordian css*/
.accordion-container .accordion-title {
                        position: relative;
                        margin: 0;
                        padding: 25px 30px;
                        background-color: #efefef;
                        font-size: 1.28em;
                        font-weight: normal;
                        color: #003384;
                        cursor: pointer;
                        border-top: 1px solid;
                    }
                    .accordion-container .accordion-title:hover,
                    .accordion-container .accordion-title:active,
                    .accordion-title.open { 
                    background-color: #6EC1E4;
                    }
                    .accordion-container .accordion-title::after {
                    content: "";
                    position: absolute;
                    top: calc(100% - 55px);
                    right: 50px;
                    width: 0;
                    height: 0;
                    color: #003384;
                    content: "\f078";
                    font-family: "Font Awesome 5 Free";
                    font-size: 20px;
                    }
                    .accordion-container .accordion-title.open::after {
                    content: "";
                    position: absolute;
                        top: calc(100% - 55px);
                        color: #fff;
                        content: "\f077";
                        font-family: "Font Awesome 5 Free";
                    }

                    /*CSS for CodePen*/

                    .accordion-content {
                    background: #fff;
                        padding: 30px;
                        font-size: 18px
                    }
                    .accordion-container {
                    width: 100%;
                    margin: 0 auto;
                    }
                    .service-content{
                        display: flex;
                        align-items: flex-start;
                        justify-content: flex-start;
                    }
                    .service-content-lft{
                        width: 100%;
                        padding-right: 20px;
                    }
                    .service-content-rgt{
                        width: 30%;
                    }
                    @media only screen and (max-width:700px){
                        .service-content {
                        flex-wrap: wrap;
                        flex-direction: column-reverse;
                    }
                    .service-content-lft, .service-content-rgt{
                        width: 100%;
                        padding-right: 0px;
                    }
                    .service-content-rgt{
                        margin-bottom: 10px;
                    }
                    .accordion-container .accordion-title{
                        padding-right: 50px;
                    }
                    .accordion-container .accordion-title::after, .accordion-container .accordion-title.open::after {
                    top: calc(100% - 60px);
                    }


                    }
                    
                    /*Service scroll menu*/
                    .custom-summenu .swiper-slide{
                        font-size: 16px;
                        font-weight: 700;
                        text-transform: uppercase;
                        color: #fff;
                        min-height: 100px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        border-left: 1px solid #FFFFFF50;
                        width: auto;
                        padding: 0 30px;
                    }
                    .custom-summenu .swiper-slide a{
                        color: #fff;
                        position: relative
                    }
                    .custom-summenu .swiper-slide a:hover{
                        color: #0077B6;
                    }
                    .custom-summenu .swiper-slide a:hover:before{
                        content: '';
                    position: absolute;
                    height: 5px;
                    background: #0077B6;
                    border-radius: 25px;
                    width: 90%;
                    bottom: -20px;
                    }
                    
                    .custom-summenu .swiper-slide:first-child{
                        border: none;
                    }
    .custom-summenu .sroll_menu_active a{
            color: #0077B6;
    }    
    .custom-summenu .sroll_menu_active a:before {
    content: '';
    position: absolute;
    height: 5px;
    background: #0077B6;
    border-radius: 25px;
    width: 90%;
    bottom: -20px;
}
                    