/*
 Theme Name:   perfection-child
 Theme URI:
 Description:
 Author:       prionix
 Author URI:   https://www.prionix.io/
 Template:     perfection
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
:root {
    --ButterflyBlue: #29b8eb;
    --white: #fff;
}


/* comman css */
.d-flex {
    display: flex;
}

.inline-grid {
    display: inline-grid;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center,
.align-items-center-desktop > .bt_bb_row_holder{
    align-items: center;
}

.flex-direction-column {
    flex-direction: column;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-flex-start {
    justify-content: flex-start;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-end {
    justify-content: end;
}

.align-items-start {
    align-items: start;
}

.gap-15 {
    gap: 15px;
}

.gap-10 {
    gap: 10px;
}

.gap-5 {
    gap: 5px;
}

.gap-8 {
    gap: 5px;
}

.font-Weight-400 {
    font-weight: 400 !important;
}

.font-Weight-500 {
    font-weight: 500 !important;
}

.font-Weight-600 {
    font-weight: 600 !important;
}

.font-Weight-700 {
    font-weight: 700 !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-15 {
    font-size: 15px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.Line-height {
    line-height: 16.94px !important;
}

.font-family {
    font-family: "Inter", sans-serif !important;
}

.padding-0 {
    padding: 0px !important;
}

.margin-0 {
    margin: 0 !important;
}

.width-100 {
    width: 100%;
}

.width-50 {
    width: 50%;
}

.text-transform-initial {
    text-transform: initial;
}

.box-shadow-none {
    box-shadow: none !important;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

@media only screen and (min-width: 1400px) and (max-width: 1919px) {

    .bg-lines > .bt_bb_port{
        position: relative;
        z-index: 2;
    }
    .bg-lines:before,
    .bg-lines:after{
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        bottom: 0;
        background: #fff;
        z-index: 0;
    }
    .bg-lines:before{
        left: 32%;
    }
    .bg-lines:after{
        left: 65%;
    }
    .service-main-black:before,
    .service-main-black:after{
        background: #202020;
    }
}


body {
    font-size: 1em;
    line-height: 1.7em !important;
}

body p {
    font-size: 1.2em;
}

h1.headline_tag {
    line-height: 1.1;
    font-size: 4rem !important;
    font-weight: 600;
    padding: 0px;
}

.headline_tag_h3 {
    font-size: 2.75rem;
    font-weight: 600 !important;
    line-height: 1.2;
    margin-bottom: 25px;
    color: #222e41;
}

.headline_tag_h3 b,
.text-butterBlue-color {
    color: var(--ButterflyBlue);
}

.prionix-title b{
    color: #181818 !important;
}

.headline_tag_h3.text-white {
    color: #fff;
}

.arrow-curve-icon{
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 60px;
    position: absolute;
    top: 20px;
    right: 16px;
    text-align: center;
    border-radius: 50%;
    background-image: url(/wp-content/uploads/2025/03/curve-arrow.svg);
    background-position: 9px -25px;
    background-size: 27px;
    rotate: -50deg;
    background-color: #181818;
}

@media only screen and (max-width: 768px) {
    h1.headline_tag {
        font-size: 2.20rem !important;
    }

    .headline_tag_h3 {
        font-size: 2.20rem !important;
    }
}

.checkbox-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}
.sib-interesting-lists {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc !important;
    border-radius: 4px;
    background-color: white;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.sib-interesting-lists:hover {
    border-color: #888;
}
.sib-interesting-lists:checked {
    background-color: #0cf !important;
    border-color: #0cf !important;
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.sib-interesting-lists:checked::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
}
.checkbox-text {
    font-size: 16px;
    color: #181818;
    transition: color 0.3s ease-in-out;
}
.sib-interesting-lists:checked + .checkbox-text {
    color: #0cf;
    font-weight: bold;
}
/* All form css here end */


/* Button css */
.prionix-btn-blue a{
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    overflow: hidden;
    background-color: #0cf !important;
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    padding: 16px 58px 16px 24px !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
/* .prionix-btn-blue a:hover{
    color: #fff !important;
    box-shadow: none !important;
    background-color: #29b8eb !important;
} */
.prionix-btn-blue a:before{
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    width: 0;
    background-color: #29b8eb !important;
    z-index: -1;
    transition: all 0.4s ease-out;
    border-radius: inherit;
}
.prionix-btn-blue a:hover:before{
    width: 100%;
}
.prionix-btn-blue a:hover:after{
    transform: rotate(46deg) !important;
    top: 14px !important;
}
.arrow-btn a:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 22px;
    width: 22px;
    background-image: url(/wp-content/uploads/2025/03/button-arrow.svg);
    margin-left: 7px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
}
/* 
.pipl_btn a.btButtonWidgetLink,
.pipl_btn .btButtonWidgetLink {
    animation: mymove 3s linear infinite;
    background-image: linear-gradient(90deg, #0052cc, #4f8adc, #1e69d2, #0052cc) !important;
    background-size: 300% 100%;
    border: none;
    border-radius: 6px !important;
    box-shadow: 0 5px 15px rgba(0, 82, 204, .4) !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 1px;
    line-height: 24px;
    padding: .69rem 1.2rem !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    display: inline-flex;
}

.pipl_btn a.btButtonWidgetLink:hover,
.pipl_btn .btButtonWidgetLink:hover {
    background-image: linear-gradient(90deg, #4f8adc, #0262ea, #4f8adc, #0052cc) !important;
    transition: all 0.5s !important;
} */

.gray_background {
    background-color: #fafafa !important;
}

/* .header-we-hire-btnbtFilledButton a, .header-we-hire-btn a,
.btContact.contact_form .btContactButton.pipl_btn .wpcf7-form-control,
.php-hire .pipl_btn input.wpcf7-submit,
.team_btn .bt_bb_button a{
    animation: mymove 3s linear infinite;
    display: block !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase !important;
    background-image: linear-gradient(70deg, #0052cc, #4f8adc, #1e69d2, #0052cc) !important;
    background-size: 300% 100% !important;
    border: none;
    border-radius: 6px !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    line-height: 24px !important;
    padding: 15px 15px 12px 15px !important;
    text-align: center;
    text-decoration: none !important;
    transition: all .4s ease-in-out;
    height: auto;
    font-weight: 700 !important;
} */

.header-banner-text {
    padding-top: 150px;
}

.header-banner-text h1 {
    text-transform: capitalize;
}

.header-banner-text .bt_bb_headline_subheadline {
    font-size: 1.2rem !important;
    margin-top: 1.2em !important;
}

.bt_bb_masonry_post_grid .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:after {
    height: 2px !important;
    width: 100% !important;
    border-radius: 0 !important;
    margin-bottom: 0 !important;
}

.protfolio_section .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover {
    box-shadow: none !important;
}

.blog .bt_bb_headline_superheadline,
.post-template-default .bt_bb_headline_superheadline_outside,
section.bt-comments.gutter,
.btMenuHorizontal .menuPort nav>ul>li>a:before,
.portfolio-template-default #portfolio-single, .portfolio-template-default #portlio-details-page,
.portfolio-template-default.btMenuHorizontal .bt-logo-area .logo img,
.post-type-archive-portfolio .bt-content-holder,
.home.page-template-default .mainHeader .logo a:before,
.home.page-template-default.btStickyHeaderOpen .mainHeader .logo a img.btMainLogo {
    display: none;
}

.post-template-default.btMenuHorizontal .menuPort nav>ul>li.on>a,
.mainHeader .menuPort nav #menu-primary-menu li.on a,
.btStickyHeaderActive.btMenuHorizontal .menuPort nav>ul>li.on>a,
.btMenuHorizontal .menuPort nav ul .menu-item-has-children.on a,
.portfolio-template-default.btMenuHorizontal .menuPort nav>ul>li.on>a {
    color: #181818;
}

header.mainHeader .main-header-inner .port .menuPort nav .menu .menu-item.on>*+a,
.mainHeader .menuPort nav #menu-primary-menu li.on a:hover {
    color: var(--ButterflyBlue) !important;
}

header.mainHeader .menu-holder {
    padding-top: 0;
    padding-bottom: 0px !important;
}

.blog .bt-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    gap: 30px;
}

.blog .bt-content .btPostListColumns {
    max-width: 31.33%;
    width: 100%;
}

.blog .bt-content .btPostListColumns .btArticleContentHolder .btArticleMedia {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
}

.bt_bb_image_position_background.bt_bb_card_image .bt_bb_card_image_image .bt_bb_image:before {
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .5) 10%, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, 0) 100%);
}

.blog .bt-content .btPostListColumns .btArticleContentHolder .btArticleTextContent {
    max-width: 100%;
    padding: 0;
    margin-top: 10px;
}

.bt_bb_size_normal.bt_bb_headline .bt_bb_headline_superheadline {
    margin-bottom: 0;
}

.bt_bb_size_normal.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    margin-top: 0;
}

.btArticleAuthor a {
    font-size: 14px;
}

.blog .bt-content .btPostListColumns .btArticleContentHolder .btArticleTextContent .bt_bb_headline_tag {
    font-size: 1.2rem !important;
}

body.btNoSidebar .btPostListColumns:first-of-type,
body.btNoSidebar .btPostSingleItemColumns:first-of-type {
    margin-top: 0 !important;
}

.blog .bt-content .btPostListColumns .btArticleContentHolder {
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 1px 4px 50px -10px #2c365c1a;
    display: inline-block;
    font-size: 15px;
    margin: 20px 0 25px;
    max-width: 100%;
    padding: 20px;
    transition: all 0.25s ease-in-out;
}

.post-template-default.btStickyHeaderActive .bt-logo-area .logo {
    padding-top: 0;
}

.btHardRoundedButtons input:not([type="checkbox"]):not([type="radio"]),
.btHardRoundedButtons a.select2-choice,
.btHardRoundedButtons .fancy-select .trigger {
    border-radius: 6px !important;
}

.btCareer .btCareerButton input {
    animation: mymove 3s linear infinite;
    display: block;
    font-size: 14px !important;
    letter-spacing: 1px;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, #0052cc, #4f8adc, #1e69d2, #0052cc);
    background-size: 300% 100%;
    border: none;
    border-radius: 6px !important;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    line-height: 24px;
    padding: 15px 15px 12px 15px !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
    height: auto;
}

span.wpcf7-not-valid-tip {
    color: red !important;
}

.btMenuHorizontal .menuPort nav>ul>li.on>a {
    color: #fff !important;
}

.btMenuHorizontal .menuPort nav ul .menu-item-has-children>a:before {
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    z-index: -1;
    opacity: 0;
    box-shadow: 0 2px 7px rgba(34, 34, 34, 0.35);
    transition: 250ms ease all;
    transform-origin: 50% 100%;
}

.career-btn-service {
    margin-bottom: 0 !important;
}

.portfolio-template-default.btTransparentLightHeader .topBar .topTools {
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.portfolio-template-default.btMenuHorizontal .bt-logo-area .logo img.btAltLogo {
    display: block;
}

.portfolio-template-default.btLightSkin .btTopBox ul li {
    border-bottom: 0 !important;
}

.portfolio-template-default.btTransparentLightHeader .mainHeader {
    box-shadow: 0 2px 30px 0 rgba(0, 0, 0, .15);
    color: #181818;
    background: #fff;
}

.pipl_btn_orange a {
    display: inline-block;
    vertical-align: middle;
    box-shadow: inherit !important;
    position: relative;
    background-color: #FF6F00;
    padding: 13px 20px !important;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: #FFFFFF !important;
    border: 1px solid #ff6420;
    border-radius: 6px !important;
    overflow: hidden;
    height: auto !important;
    font-weight: bold;
    text-transform: none;
}

.pipl_btn_orange a:hover,
.pipl_btn_orange a:focus {
    color: #ff6420 !important;
    background: #fff !important;
}

.pipl_btn_orange a:hover:before,
.pipl_btn_orange a:focus:before,
.pipl_btn_orange a:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}


.home-banner-client-section .bt_bb_column_content {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    background-color: #fafafa !important;
}

.home-banner-client-section .bt_bb_column_content:before,
.home-banner-client-section .bt_bb_column_content:after {
    position: absolute;
    top: 0;
    content: '';
    width: 250px;
    height: 100%;
    z-index: 2;
}

.home-banner-client-section .bt_bb_column_content:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.home-banner-client-section .bt_bb_column_content:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.home-banner-client-section .bt_bb_column_content .bt_bb_column_content_inner>div {
    margin: 0 !important;
}

.home-banner-client-section .bt_bb_column_content img {
    padding: 10px;
    cursor: pointer;
    width: 165px;
}

.home-banner-client-section .bt_bb_column_content:hover .bt_bb_column_content_inner {
    animation-play-state: paused;
}

.home-banner-client-section .bt_bb_column_content .bt_bb_column_content_inner {
    margin: 0 !important;
    animation: 50s slides infinite linear;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 200%;
    /* Adjust width to accommodate all images */
}

@keyframes slides {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.home-top-rated-img {
    float: none !important;
}

.heading-comman .bt_bb_headline_subheadline {
    margin-top: 10px;
}

.home-services-section {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-top: 50px;
}

.home-services-section .col-md-6.col-lg-4 {
    flex: 32%;
}

.home-services-section .service {
    border: 2px solid #f2f3f5;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 82, 204, .1);
    height: 90%;
    margin-bottom: 30px;
    padding-bottom: 25px !important;
    padding: 30px;
    position: relative;
    transition: all .2s;
}

.home-services-section .service svg {
    fill: #29b8eb;
    margin-bottom: 10px;
    width: 65px;
}

.home-services-section h3 {
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 600 !important;
}

.home-services-section .service .Description {
    background: #fff;
    border-radius: 0 0 8px 8px;
    border-top: none;
    left: 0;
    opacity: 0;
    padding: 0 25px;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: 20;
}

.home-services-section .service .Description {
    padding-left: 0;
}

.home-services-section .service .Description ul li {
    border-bottom: 1px solid #181818;
    font-size: 18px;
    padding: 10px 0 !important;
    position: relative;
    list-style: none;
}

.home-services-section .service .Description ul li:last-child {
    border-bottom: 0cm solid #181818;
}

.home-services-section .service .Description ul li a {
    color: #181818;
    display: block;
    font-size: 17px;
    position: relative;
    text-decoration: none;
    transition: all .5s ease 0s;
    font-weight: 400;
}

.home-services-section .service.one:hover,
.home-services-section .service.one:hover .Description {
    background: #E3D6FF;
    /* border: 2px solid #bba3eb; */
}

.home-services-section .service.two:hover,
.home-services-section .service.two:hover .Description {
    background: #FFF3D6;
    /* border: 2px solid #e3cd95; */
}

.home-services-section .service.three:hover,
.home-services-section .service.three:hover .Description {
    background: #D6EEFF;
    /* border: 2px solid #b6dcf6; */
}

.home-services-section .service.for:hover,
.home-services-section .service.for:hover .Description {
    background: #f0fffc;
    /* border: 2px solid #9fe989; */
}

.home-services-section .service.five:hover,
.home-services-section .service.five:hover .Description {
    background: #FFD8D6;
    /* border: 2px solid #f4afab; */
}

.home-services-section .service.six:hover,
.home-services-section .service.six:hover .Description {
    background: #fff0f5;
    /* border: 2px solid #e3cd95; */
}

.home-services-section .service:hover .Description {
    border-top: 0px !important;
    opacity: 1;
    visibility: visible;
    width: 100.5%;
    left: -1px;
}

.home-services-section .service.one:hover svg,
.home-services-section .service.one:hover h3 {
    fill: #6471d7 !important;
    color: #6471d7 !important;
}

.home-services-section .service.two:hover svg,
.home-services-section .service.two:hover h3 {
    fill: #ec9b00 !important;
    color: #ec9b00 !important;
}

.home-services-section .service.three:hover svg,
.home-services-section .service.three:hover h3 {
    fill: var(--ButterflyBlue) !important;
    color: var(--ButterflyBlue) !important;
}

.home-services-section .service.for:hover svg,
.home-services-section .service.for:hover h3 {
    fill: #4bd099 !important;
    color: #4bd099 !important;
}

.home-services-section .service.five:hover svg,
.home-services-section .service.five:hover h3 {
    fill: #ff7d75 !important;
    color: #ff7d75 !important;
}

.home-services-section .service.six:hover svg,
.home-services-section .service.six:hover h3 {
    fill: #c86485 !important;
    color: #c86485 !important;
}

.home-services-section .service:hover svg {
    transform: translateY(-10px);
    transition: all 0.5s;
}

.home-services-section .service .Description ul li a:hover {
    color: #29b8eb;
    margin-left: 12px;
}

.specialty .pl_row {
    align-items: center;
    background-color: #29b8eb;
    background-image: linear-gradient(160deg, #29b8eb, #4f8adc);
    border-radius: 4px;
    box-shadow: 0 40px 80px 0 rgba(55, 104, 238, .15);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    text-align: center;
}

.specialty .modals {
    padding: 50px 25px;
    width: 50%;
}

.specialty .pl_row:after, .specialty .pl_row:before {
    background-color: hsla(0, 0%, 100%, .2);
    content: "";
    position: absolute;
}

.specialty .pl_row:before {
    height: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.specialty .pl_row:after {
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
}

.specialty .modals.quote {
    background-color: #fff;
    border: 1px solid #f2f3f5;
    border-radius: 4px;
    bottom: -35px;
    padding: 25px;
    position: absolute;
    right: -15px;
    width: 54%;
}

.specialty .modals.quote h3 {
    color: #252525;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4em;
}

.specialty .modals.quote p {
    color: #252525;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 8px;
    text-transform: inherit;
    line-height: 22px;
}

.specialty ul li{
    margin: 0;
}
.specialty ul li::marker{
    display: none;
    width: 0;
}

.fav-project-title .bt_bb_headline_superheadline {
    margin-bottom: 5px;
    font-size: 16px !important;
}

.fav-project-title span.bt_bb_headline_superheadline{
    margin-bottom: 0px;
}

.fav-project-title .bt_bb_headline_subheadline {
    margin-top: 0px !important;
}

/* .home-service-comman:hover .bt_bb_card_icon_icon {
    color: var(--ButterflyBlue);
}

.bt_bb_card_icon.home-service-comman h3 {
    padding-bottom: 0px !important;
} */

.progess-home {
    display: flex;
    gap: 30px;
}

.progess-home .box {
    cursor: pointer;
    display: flex;
    height: 100%;
    text-align: center;
    transition: all .5s;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.progess-home .box:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #29b8eb24;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: 0;
}

.progess-home .box:hover:before{
    transform: scale(1, 1);
    transform-origin: top center;
}

.row.progess-home .box:hover {
    box-shadow: 0 5px 15px rgba(0, 82, 204, .1);
    transform: scale(1.05);
    border: 1px solid #29b8eb;
}

.progess-home .box .content {
    padding: 20px;
    transition: all .5s;
}

.progess-home .box .content .img {
    display: flex;
    height: 80px;
    justify-content: center;
    margin: 0 auto 20px;
    padding: 0;
    width: 80px;
}

.progess-home h3 {
    text-transform: capitalize !important;
    font-size: 1.3125em;
    margin-bottom: 15px;
    font-weight: 500 !important;
}

.row.progess-home .col-md-6 {
    max-width: 25%;
    width: 100%;
}

.bottom-contact {
    background: #fff;
    border: 1px solid #f2f3f5;
    border-radius: 8px;
    box-shadow: 0 40px 80px 0 rgba(55, 104, 238, .03);
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 40px 30px;
    transition: all .5s;
}

.bottom-contact h3 {
    font-size: 1.3125em !important;
}

.bottom-contact:hover {
    box-shadow: 0 5px 15px rgba(0, 82, 204, .1);
    transform: scale(1.05);
}

.bottom-contact:hover .bt_bb_icon_holder {
    color: #29b8eb;
}

.bottom-contact .bt_bb_card_icon_title {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mydesk--section--home .bt_bb_headline_subheadline {
    font-size: 1.3rem !important;
}

.mydesk_section>.bt_bb_port {
    padding: 20px 0px 70px !important;
}
.mydesk_section .bt_bb_image{
    width: 100%;
}
.mydesk_section .bt_bb_image img{
    width: 285px;
    margin: 0 auto;
}
.mydesk_section .prionix-btn-blue{
    text-align: center;
}

.footer-email a span {
    font-size: 0.9em !important;
}

footer.btDarkSkin {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bt-site-footer h4.bt_bb_headline_tag {
    font-size: 20px !important;
}

.footer_logo img {
    height: 35px;
}

.bt-footer-menu {
    display: none;
}

.bt-site-footer-widgets {
    padding-top: 0 !important;
}

.bt-site-footer-widgets .port a {
    padding-top: 0;
    margin-bottom: 0;
    font-size: 5px;
    padding: 10px;
}

.btMenuHorizontal .menuPort>nav>ul>li>ul li a:after, .bt_bb_custom_menu div ul>li a:after {
    background-color: #0052cc;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    transition: opacity .3s ease, width .3s ease;
    -ms-transition: opacity .3s ease, width .3s ease;
    width: 0;
}

.bt_bb_custom_menu div ul>li a:hover,
.inner_page_ul .bt_bb_icon_holder:before {
    color: var(--ButterflyBlue) !important;
    opacity: 1 !important;
}

.btMenuHorizontal .menuPort>nav>ul>li>ul li a:hover::after, .bt_bb_custom_menu div ul>li a:hover::after {
    width: 100%;
}

.contact_form form{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
}

.header-banner-text h1 {
    line-height: 1
}

.bt_bb_card_icon.bt_bb_border_visible {
    padding: 1em !important;
}

.pipl_btn_orange.service-btn a {
    font-size: 16px;
}

.bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_text p {
    font-size: 1em !important;
}

.bt_bb_custom_menu div ul a {
    font-size: 1em !important;
}

.progess-home .box p {
    font-size: 1em;
    line-height: 1.5;
}

.bt_bb_size_large.bt_bb_headline.bt_bb_subheadline .bt_bb_headline_subheadline {
    font-size: 1.3rem !important;
}

.bt_bb_size_huge.bt_bb_headline h1, .bt_bb_size_huge.bt_bb_headline h2, .bt_bb_size_huge.bt_bb_headline h3, .bt_bb_size_huge.bt_bb_headline h4, .bt_bb_size_huge.bt_bb_headline h5, .bt_bb_size_huge.bt_bb_headline h6 {
    font-size: 4rem !important;
}

.bt_bb_text.header-we-hire-btn a {
    width: auto;
    display: inline-block !important;
    padding: 10px 30px !important;
}

.pipl_info_details .bt_bb_icon_holder:before {
    color: var(--column-inner-primary-color) !important;
    font-size: 24px !important;
}

.pipl_info_details .bt_bb_icon_holder span {
    font-size: 1.25rem !important;
    line-height: 1.5;
    font-weight: 600;
}

.protfolio_section .bt_bb_post_grid_filter{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 13px;
    padding: 15px 0px 50px 0px;
}

.protfolio_section .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item.active{
    color: #fff !important;
    background-color: #29b8eb;
}

.protfolio_section .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item {
    position: relative;
    font-weight: 500;
    line-height: 20px;
    background: rgb(241 241 241);
    padding: 8px 24px;
    border-radius: 50px;
    margin: 0px;
}

.protfolio_section .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:hover {
    background: #29b8eb;
    z-index: 2;
    transition: 250ms ease all;
    transform-origin: 50% 100%;
    color: #fff !important;
    border-radius: 50px;
}

.protfolio_section .bt_bb_post_grid_filter .bt_bb_post_grid_filter_item:after {
   display: none !important;
}

.protfolio_section .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_content .bt_bb_grid_item_category a{
    background-color: #29b8eb !important;
    border: 1px solid #29b8eb !important;
    color: #fff !important;
}
.protfolio_section .bt_bb_grid_item_inner:hover .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a{
    color: #fff !important;;
}
.protfolio_section .bt_bb_grid_item_post_content{
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .3) 60%, rgba(0, 0, 0, 0) 100%) !important;
    padding: 5.5em 2em 2em !important;
}
.protfolio_section .bt_bb_grid_item_post_content .bt_bb_grid_item_category a{
    padding: 1px 12px !important;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 14px !important;
    line-height: 26px !important;
    display: inline-block !important;
    color: #181818 !important;
    background-color: #fff !important;
}
.protfolio_section .bt_bb_grid_item .bt_bb_grid_item_inner{
    border-radius: 4px !important;
    overflow: hidden !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.20) !important;
}
.contact_color a {
    color: #181818 !important;
}

.team_btn .bt_bb_card_image_content_inner {
    display: flex;
    justify-content: center;
}

.title_text_wrap h2 b {
    display: table;
    position: relative;
}

.title_text_wrap h2 b:after {
    animation: mymove 3s linear infinite;
    background-image: linear-gradient(-45deg, #0052cc, #4f8adc, #1e69d2, #0052cc);
    background-size: 400% 400%;
    border-radius: 1000px;
    bottom: 0;
    content: "";
    height: 5px;
    left: 0;
    opacity: .4;
    position: absolute;
    transform: rotate(-2deg);
    width: 100%;
    z-index: -1;
}

.inner_page_ul .bt_bb_icon_holder span {
    font-size: 1.1em !important;
    line-height: 1.7em !important;
}

.team-section .bt_bb_image_position_background.bt_bb_card_image .bt_bb_card_image_image .bt_bb_image:before {
    background: linear-gradient(to top, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, .5) 10%, rgba(0, 0, 0, .4) 40%, rgba(0, 0, 0, 0) 100%) !important;
}

.footer-address a::before {
    padding-top: 7px;
}

.review_section .bt_bb_column_content_inner {
    display: flex;
    align-items: center;
}

.review_section .bt_bb_column_content_inner .review {
    display: flex;
    align-items: center;
    margin-left: 30px;
    line-height: 5px;
}

.review_section .bt_bb_column_content_inner .review p {
    margin: 0px;
}

.review_section .bt_bb_column_content_inner .review img {
    width: 120px !important;
    margin: 0px 5px;
}

.review_section .bt_bb_column_content_inner .review h6 {
    color: #e52421;
    font-weight: 500;
}

.home_banner_section:before,
.top_baaner_sec:before{
    position:absolute;
    content:'';
    background-color: transparent;
    background-image: linear-gradient(88deg, #000000E5 0%, #0A0A0A4D 100%);
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.logo_reviews .bt_bb_column_content_inner {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.expertise_skills .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text_inner .bt_bb_card_icon_title {
    font-weight: 500;
}
.expertise_skills .bt_bb_column .bt_bb_column_content{
    height: 100%;
    margin-bottom: 10px;
}
.expertise_skills .bt_bb_column .bt_bb_column_content .bt_bb_column_content_inner,
.expertise_skills .bt_bb_column .bt_bb_column_content .bt_bb_column_content_inner .home-service-comman{
    height: 95%;
}
.expertise_skills .bt_bb_column .bt_bb_column_content .bt_bb_column_content_inner .home-service-comman{
    padding: 20px !important;
    position:relative;
    z-index: 9;
}
.expertise_skills .bt_bb_column .bt_bb_column_content .bt_bb_column_content_inner .home-service-comman:hover{
    border: 1px solid rgba(0,0,0,.1);
}
.expertise_skills .bt_bb_column .bt_bb_column_content .bt_bb_column_content_inner .home-service-comman:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #29b8eb24;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: -1;
}
.expertise_skills .bt_bb_column .bt_bb_column_content .bt_bb_column_content_inner .home-service-comman:hover:before{
    transform: scale(1, 1);
    transform-origin: top center;
}

.mobile_section_banner .columns {
    background-image: url(/wp-content/uploads/2024/07/blur_bg.png);
    border-radius: 10px;
    padding: 75px 35px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
    background-position: center;
    background-size: cover;
}

.mobile_section_banner .mobile_img img {
    position: absolute;
    right: 30px;
    width: 48%;
    bottom: 3px;
    transition: all 0.5s;
}

.mobile_section_banner .columns .cs-detail {
    text-align: left;
}

.mobile_section_banner .columns .cs-detail .flex-box {
    display: flex;
    align-items: start;
    gap: 18px;
}

.mobile_section_banner .columns .cs-detail p {
    font-size: 34px;
    margin-bottom: 9px;
    padding: 0;
    font-weight: 600;
    line-height: 2.2rem;
}

.mobile_section_banner .columns .project-logo img {
    width: 190px;
    border-radius: 6px;
}

.mobile_section_banner .columns .cs-detail h2 {
    font-size: 17px;
    font-weight: 400;
    line-height: 22px;
    padding: 0px;
}

.mobile_section_banner .columns .cs-detail h2 br {
    display: none;
}

.mobile_section_banner .columns .client-box h5 {
    font-size: 1em !important;
    line-height: 1.5em;
    font-weight: 500;
}

.mobile_section_banner .columns .cs-detail .client-says {
    background-color: rgb(255 255 255 / 80%);
    border-radius: 8px;
    padding: 7px 10px;
    border: 1px solid rgba(17, 24, 28, .07);
    transition: all 0.4s;
    backdrop-filter: blur(50px);
    padding: 25px;
    margin-top: 25px;
}

.mobile_section_banner .columns .cs-detail .client-says p {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.mobile_section_banner .columns .cs-detail .client-says .client-box {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.mobile_section_banner .columns .cs-detail .client-says .client-box {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 15px;
}

.mobile_section_banner .columns .cs-detail .client-says .client-box .market-btn {
    display: inline-block;
    padding: 0.3125rem 0.875rem;
    padding-left: 2.8125rem;
    -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
    border: 1px solid rgba(17, 24, 28, .07);
    background-position: center left 0.75rem;
    background-color: #f7f7f7;
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 6px;
    cursor: pointer;
    width: 32%;
}

.mobile_section_banner .columns .cs-detail .client-says .client-box .market-btn.youtube {
    padding: 5px 10px 5px 10px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile_section_banner .columns .cs-detail .client-says .client-box .market-btn.youtube img {
    height: 25px;
}

.mobile_section_banner .columns .cs-detail .client-says .client-box .market-btn br {
    display: none;
}

.mobile_section_banner .columns .cs-detail .client-says .client-box .market-btn .market-button-title {
    display: block;
    color: #222;
    font-size: 1rem;
    line-height: 28px;
}

.mobile_section_banner .columns .cs-detail .client-says .client-box .market-btn .market-button-subtitle {
    display: block;
    margin-bottom: -0.25rem;
    color: #888;
    font-size: 0.75rem;
    line-height: 18px;
}

.mobile_section_banner .columns .cs-detail .client-says .client-box .market-btn:hover {
    background-color: #fff;
    text-decoration: none;
}

.mobile_section_banner .columns .cs-detail .client-says .client-box .apple-btn {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMDUgMzA1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMDUgMzA1OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCI+CjxnIGlkPSJYTUxJRF8yMjhfIj4KCTxwYXRoIGlkPSJYTUxJRF8yMjlfIiBkPSJNNDAuNzM4LDExMi4xMTljLTI1Ljc4NSw0NC43NDUtOS4zOTMsMTEyLjY0OCwxOS4xMjEsMTUzLjgyQzc0LjA5MiwyODYuNTIzLDg4LjUwMiwzMDUsMTA4LjIzOSwzMDUgICBjMC4zNzIsMCwwLjc0NS0wLjAwNywxLjEyNy0wLjAyMmM5LjI3My0wLjM3LDE1Ljk3NC0zLjIyNSwyMi40NTMtNS45ODRjNy4yNzQtMy4xLDE0Ljc5Ny02LjMwNSwyNi41OTctNi4zMDUgICBjMTEuMjI2LDAsMTguMzksMy4xMDEsMjUuMzE4LDYuMDk5YzYuODI4LDIuOTU0LDEzLjg2MSw2LjAxLDI0LjI1Myw1LjgxNWMyMi4yMzItMC40MTQsMzUuODgyLTIwLjM1Miw0Ny45MjUtMzcuOTQxICAgYzEyLjU2Ny0xOC4zNjUsMTguODcxLTM2LjE5NiwyMC45OTgtNDMuMDFsMC4wODYtMC4yNzFjMC40MDUtMS4yMTEtMC4xNjctMi41MzMtMS4zMjgtMy4wNjZjLTAuMDMyLTAuMDE1LTAuMTUtMC4wNjQtMC4xODMtMC4wNzggICBjLTMuOTE1LTEuNjAxLTM4LjI1Ny0xNi44MzYtMzguNjE4LTU4LjM2Yy0wLjMzNS0zMy43MzYsMjUuNzYzLTUxLjYwMSwzMC45OTctNTQuODM5bDAuMjQ0LTAuMTUyICAgYzAuNTY3LTAuMzY1LDAuOTYyLTAuOTQ0LDEuMDk2LTEuNjA2YzAuMTM0LTAuNjYxLTAuMDA2LTEuMzQ5LTAuMzg2LTEuOTA1Yy0xOC4wMTQtMjYuMzYyLTQ1LjYyNC0zMC4zMzUtNTYuNzQtMzAuODEzICAgYy0xLjYxMy0wLjE2MS0zLjI3OC0wLjI0Mi00Ljk1LTAuMjQyYy0xMy4wNTYsMC0yNS41NjMsNC45MzEtMzUuNjExLDguODkzYy02LjkzNiwyLjczNS0xMi45MjcsNS4wOTctMTcuMDU5LDUuMDk3ICAgYy00LjY0MywwLTEwLjY2OC0yLjM5MS0xNy42NDUtNS4xNTljLTkuMzMtMy43MDMtMTkuOTA1LTcuODk5LTMxLjEtNy44OTljLTAuMjY3LDAtMC41MywwLjAwMy0wLjc4OSwwLjAwOCAgIEM3OC44OTQsNzMuNjQzLDU0LjI5OCw4OC41MzUsNDAuNzM4LDExMi4xMTl6IiBmaWxsPSIjMmUyZTJlIi8+Cgk8cGF0aCBpZD0iWE1MSURfMjMwXyIgZD0iTTIxMi4xMDEsMC4wMDJjLTE1Ljc2MywwLjY0Mi0zNC42NzIsMTAuMzQ1LTQ1Ljk3NCwyMy41ODNjLTkuNjA1LDExLjEyNy0xOC45ODgsMjkuNjc5LTE2LjUxNiw0OC4zNzkgICBjMC4xNTUsMS4xNywxLjEwNywyLjA3MywyLjI4NCwyLjE2NGMxLjA2NCwwLjA4MywyLjE1LDAuMTI1LDMuMjMyLDAuMTI2YzE1LjQxMywwLDMyLjA0LTguNTI3LDQzLjM5NS0yMi4yNTcgICBjMTEuOTUxLTE0LjQ5OCwxNy45OTQtMzMuMTA0LDE2LjE2Ni00OS43N0MyMTQuNTQ0LDAuOTIxLDIxMy4zOTUtMC4wNDksMjEyLjEwMSwwLjAwMnoiIGZpbGw9IiMyZTJlMmUiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}

.mobile_section_banner .columns .cs-detail .client-says .client-box .google-btn {
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPHBvbHlnb24gc3R5bGU9ImZpbGw6IzVDREFERDsiIHBvaW50cz0iMjkuNTMsMCAyOS41MywyNTEuNTA5IDI5LjUzLDUxMiAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNCREVDQzQ7IiBwb2ludHM9IjM2OS4wNjcsMTgwLjU0NyAyNjIuMTc1LDExOS40NjcgMjkuNTMsMCAyOTkuMDA0LDI1MS41MDkgIi8+Cjxwb2x5Z29uIHN0eWxlPSJmaWxsOiNEQzY4QTE7IiBwb2ludHM9IjI5LjUzLDUxMiAyOS41Myw1MTIgMjYyLjE3NSwzODMuNTUxIDM2OS4wNjcsMzIyLjQ3IDI5OS4wMDQsMjUxLjUwOSAiLz4KPHBhdGggc3R5bGU9ImZpbGw6I0ZGQ0E5NjsiIGQ9Ik0zNjkuMDY3LDE4MC41NDdsLTcwLjA2Myw3MC45NjFsNzAuMDYzLDcwLjk2MWwxMDguNjg4LTYyLjg3N2M2LjI4OC0zLjU5Myw2LjI4OC0xMS42NzcsMC0xNS4yNyAgTDM2OS4wNjcsMTgwLjU0N3oiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}

.specialty>.bt_bb_column_content {
    padding: 0px !important;
}

.title_main_size h2.bt_bb_headline_tag span,
.title_main_size h3.bt_bb_headline_tag span {
    font-weight: 700;
}

.recent_work .bt_bb_row .bt_bb_row_holder .bt_bb_masonry_post_grid_content .bt_bb_grid_item_inner {
    border: 2px solid #f2f3f5;
    box-shadow: 0 5px 15px rgba(0, 82, 204, 0.1) !important;
}

.recent_work .bt_bb_row .bt_bb_row_holder .bt_bb_masonry_post_grid_content .bt_bb_grid_item:hover .bt_bb_grid_item_post_content {
    top: 0;
    transition: all 0.5s !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.6) 60%, rgba(0, 0, 0, 0.6) 100%);
}

.recent_work .bt_bb_row .bt_bb_row_holder .bt_bb_masonry_post_grid_content .bt_bb_grid_item:hover .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title {
    position: absolute;
    bottom: 32px;
}

.recent_work .bt_bb_row .bt_bb_row_holder .bt_bb_masonry_post_grid_content .bt_bb_grid_item:hover .bt_bb_grid_item_inner {
    border: 2px solid #fff;
}

.recent_work .bt_bb_row .bt_bb_row_holder .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_post_content .bt_bb_grid_item_post_title a:hover {
    color: #ff6420 !important;
}

.ratings_section .bt_bb_raw_content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 25px;
}

.ratings_section .Ratings_Box {
    border-radius: 12px;
    border: 1px solid var(--secondary-secondary-10, #E8E8E9);
    background: var(--White, #FFF);
    padding: 20px;
    transition: 1s;
    width: 31%;
    position: relative;
    overflow: hidden;
}

.ratings_section .Ratings_Box a{
    position: relative;
    z-index: 1;
}

.ratings_section .Ratings_Box:hover{
    border: 1px solid #29b8eb;
}

.ratings_section .Ratings_Box:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #29b8eb24;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: 0;
}

.ratings_section .Ratings_Box:hover:before{
    transform: scale(1, 1);
    transform-origin: top center;
}

.ratings_section .Ratings_Box_Top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E8E8E9;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.ratings_section .Ratings_Box_Top p,
.ratings_section .Ratings_Box_Top br {
    display: none;
}

.ratings_section .Ratings_Box_Bottom h3 {
    padding-top: 0;
    color: var(--secondary-secondary-100, #171A1F);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding-bottom: 0;
}

.ratings_section .Ratings_Box_Bottom ul.list-unstyled.list-inline {
    display: inline-flex;
    margin: 0px;
}

.ratings_section .Ratings_Box_Bottom ul.list-unstyled.list-inline li {
    display: inline-block;
    float: left;
    margin: 0;
}

.ratings_section .Ratings_Box_Bottom h3 sub {
    color: #5D5F62;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 70%;
    bottom: 5px;
    position: relative;
    left: 3px;
}

.ratings_section .Ratings_Box_Bottom p {
    color: var(--secondary-secondary-70, #5D5F62);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 0;
}

.ratings_section .Ratings_Box_Top img {
    height: 30px;
    text-align: left;
    width: auto;
}

.ratings_section .Ratings_Box .Ratings_Box_Bottom .row {
    display: flex;
    gap: 16px;
}

.ratings_section .Ratings_Box .Ratings_Box_Bottom .row .column-6 {
    width: 50%;
    color: #181818;
}

.mainHeader .menuPort .topBarInMenu .device_btn_contact,
.btStickyHeaderOpen .mainHeader .menuPort .topBarInMenu .device_btn_hiringbtFilledButton {
    display: none;
}

.elementor_testimonial {
    margin-bottom: 65px;
}

.testimonial_slider .row .column h3 {
    font-size: 2.70rem;
    font-weight: 900;
}

.testimonial_slider .row .column h3 span {
    color: #0052cc;
    margin-top: 12px;
    display: block;
}

.testimonial_slider .row {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 140px 0px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.testimonial_slider .row .column {
    width: 50%;
    height: 300px;
}

.testimonial_slider .row .column .testimonial__slider {
    margin: 0;
    padding: 30px;
    width: 500px;
    box-shadow: 9px 11px 14px 0 rgba(0, 0, 0, .1);
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    right: -100%;
    opacity: 0;
    transition: all 0.6s ease-in;
    top: 0;
    height: 100%;
}

.testimonial_slider .row .column .quotes {
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    font-size: 5em;
}

.testimonial_slider .row .column .leftq {
    top: -25px;
    left: 5px;
}

.testimonial_slider .row .column .rightq {
    bottom: -10px;
    right: 5px;
}

.testimonial_slider .row .column img {
    float: left;
    margin-right: 20px;
}

.testimonial_slider .row .column .active {
    right: 50px;
    opacity: 1;
}

.testimonial_slider .row .column .testimonial__slider .single-testimonial-slider img {
    height: 25px;
    display: block;
}

.testimonial_slider .row .column .testimonial__slider .commentor-content {
    display: inline-flex;
    margin-top: 15px;
}

.testimonial_slider .row .column .testimonial__slider .commentor-content p {
    line-height: 1.5em;
    font-size: 1em !important;
    padding: 0;
    color: #fff;
}

.testimonial_slider .row .column .testimonial__slider .commentor-bio {
    display: flex;
    align-items: start;
    gap: 15px;
}

.testimonial_slider .row .column .testimonial__slider .testimonial--avatar img {
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    box-shadow: 20px 20px 40px 0 rgba(0, 0, 0, .1);
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 0;
    max-width: 60px;
}

.testimonial_slider .row .column .testimonial__slider .profile-info .author-name {
    color: #fff;
    font-weight: 500;
    font-size: 1.3125em;
}

.testimonial_slider .row .column .testimonial__slider .profile-info .author-des {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
}

.testimonial_slider .row .column .nav-buttons {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 50px;
    justify-content: end;
}

.testimonial_slider .row .column .nav-buttons>div {
    width: 78px;
    height: 78px;
    background: #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f2f3f5;
    box-shadow: 0 40px 80px 0 rgba(55, 104, 238, .03);
    cursor: pointer;
    transition: all 0.6s ease-in;
}

.testimonial_slider .row .column .nav-buttons>div span {
    font-size: 28px;
    color: #0052cc;
}

.testimonial_slider .row .column .nav-buttons>div:hover {
    background: #181818;
}

.testimonial_slider .row .column .nav-buttons>div:hover span {
    color: #fff;
}

/* --------------- Testimonials --------------- */
.testimonial-slider{
    background-image: radial-gradient(at bottom right, #29b8eb -50%, #002442 50%);
}
.testimonial-slider .testimonial-text {
    border: 2px solid #29b8eb;
    border-radius: 8px;
    color: #fff;
    height: 350px;
    position: relative;
    padding: 30px;
    background-color: #FFFFFF45;
}
.testimonial-slider .user-text {
    text-align: left;
    line-height: 30px;
    display: none;
}
.testimonial-slider .user-text p{
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
}
.testimonial-slider .user-text .info .author-name{
    color: #29b8eb;
    font-size: 24px;
    font-weight: 600;
}
.testimonial-slider .user-text .info .author-des{
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.testimonial-slider .testimonial-pic {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
}
.testimonial-slider .user-pic {
    width: 10px;
    height: 10px;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
    border: 3px solid #29b8eb;
}
.testimonial-slider .user-text.active-text {
    display: block;
    animation: moveup 0.9s linear forwards;
}
.testimonial-slider .user-pic.active-pic {
    border: 3px solid #29b8eb;
    background-color: #29b8eb;
}
.testimonial-slider .qoute-icon{
    position: relative;
    display: inline-block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}
.testimonial-slider .qoute-icon .text{
    -webkit-animation: rotating 150s linear infinite;
    animation: rotating 150s linear infinite;
    -webkit-transform-origin:center;
    -ms-transform-origin:center;
    transform-origin:center;
    -webkit-animation-duration: 100s;
    animation-duration: 100s;
    width: 240px;
}
.testimonial-slider .qoute-icon .icon{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100px;
}
@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes moveup {
    0%{
        margin-top: 25px;
        opacity: 0;
    }
    100%{
        margin-top: 0px;
        opacity: 1;
    }
}
/* --------------- Testimonials end --------------- */


/* for php hire page design css */
.hire_top_section .bt_bb_row .bt_bb_row_holder {
    align-items: center;
}

.php-hire .pipl_btn input.wpcf7-submit {
    border-radius: 8px !important;
}

.faq-section .thfaqf-faq-list {
    margin: 0px;
}

.faq-section .thfaqf-faq-list-title {
    text-align: center;
    margin-bottom: 40px;
}

.faq-section .faq-item-wrapper .thfaqf-faq-item h4 {
    margin: 0px;
    color: rgb(8, 27, 75);
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 26px;
    font-weight: 500;
    border-radius: 0px !important;
    padding: 0;
}

.faq-section .faq-item-wrapper .thfaqf-active .thfaqf-faq-item-content{
    padding: 15px 10px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

.faq-section .faq-item-wrapper .thfaqf-faq-item-content p {
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.7;
    font-weight: 400;
    margin-left: 0;
}

.faq-section .faq-item-wrapper .thfaqf-faq-item {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(33,33,33,.07);
    border-radius: 0px !important;
}

.faq-section .faq-item-wrapper .thfaqf-faq-item .thfaqf-faq-item-title {
    background-color: #fff !important;
    border: none;
    border-width: 0px !important;
    padding: 15px 10px;
}
.faq-section .faq-item-wrapper .thfaqf-faq-item .thfaqf-faq-item-title h4 .thfaqf-title-text {
    color: #181818 !important;
    font-size: 20px;
    font-weight: 600;
}
.faq-section .faq-item-wrapper .thfaqf-faq-item h4 .thfaqf-toggle-icon:after{
    background-image: none;
    font-size: 1.75rem;
    line-height: 20px;
    position: absolute;
    right: 13px;
    top: 0px;
    font-weight: 400;
    color: #181818;
    width: 35px;
    height: 35px;
    border: 1px solid #181818;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq-section .faq-item-wrapper .thfaqf-faq-item.thfaqf-active h4 .thfaqf-toggle-icon:after{
    border: 1px solid #29b8eb;
    color: #29b8eb;
    background-color: #29b8eb24;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table thead {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
}

.comparison-table th:nth-of-type(1) {
    text-align: left;
    background: transparent;
}

.comparison-table th:nth-of-type(2) {
    color: #fff;
    font-size: 18px;
    text-align: center;
}

.comparison-table th:nth-of-type(3) {
    color: #F95C5C;
}

.comparison-table th:nth-of-type(2),
.comparison-table th:nth-of-type(3) {
    width: 25%;
}

.comparison-table td:nth-of-type(1) {
    text-align: left;
    font-size: 1.125rem;
}

.comparison-table td:nth-of-type(2),
.comparison-table td:nth-of-type(3) {
    text-align: center;
    line-height: 1.5;
}

.comparison-table tr:has(> td strong) {
    border-top: 1px dashed rgba(20, 16, 44, 0.15);
    background-color: #e1f5fc;
}

.comparison-table tr td strong {
    font-size: 20px;
    color: #181818;
    font-weight: 600;
}

.comparison-table tr:first-child th, .comparison-table tr:last-child td {
    padding-block: 25px;
}

.comparison-table th, .comparison-table td {
    padding: 10px 20px !important;
}

.comparison-table .spacing {
    padding-left: 30px !important;
}

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

    .comparison-table th:nth-of-type(2),
    .comparison-table th:nth-of-type(3),
    .comparison-table tr:last-child {
        display: none;
    }

    .comparison-table thead tr {
        display: block !important;
    }

    .comparison-table tr {
        display: flex;
        flex-wrap: wrap;
    }

    .comparison-table tr th:nth-of-type(1),
    .comparison-table tr td:nth-of-type(1) {
        width: 100%;
    }

    .comparison-table tr th:nth-of-type(2),
    .comparison-table tr th:nth-of-type(3),
    .comparison-table tr td:nth-of-type(2),
    .comparison-table tr td:nth-of-type(3) {
        flex-basis: calc(50% - 20px);
        background-color: rgba(216, 214, 227, 0.15);
    }

    .comparison-table tr:has(strong) td:nth-of-type(2),
    .comparison-table tr:has(strong) td:nth-of-type(3) {
        background-color: unset;
    }

    .comparison-table tr:has(strong) td:nth-of-type(2):before {
        content: "PRO";
        color: #5522FA;
        font-weight: 700;
    }

    .comparison-table tr:has(strong) td:nth-of-type(3):before {
        content: "FREE";
        color: #F95C5C;
        font-weight: 700;
    }
}

/* contact page map section  */
.inquiryformouter address {
    font-size: 1.2em;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    font-style: normal;
    color: #181818;
}

.leaflet-container .leaflet-control-attribution {
    background: #fff;
    background: rgba(255, 255, 255, .7);
    margin: 0
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333
}

.leaflet-control-attribution a {
    text-decoration: none
}

.leaflet-control-attribution a:hover {
    text-decoration: underline
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px
}

.leaflet-left .leaflet-control-scale {
    margin-left: 5px
}

.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px
}

.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    background: rgba(255, 255, 255, .5)
}

.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    box-shadow: none
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
    border: 2px solid rgba(0, 0, 0, .2);
    background-clip: padding-box
}

.leaflet-popup {
    position: absolute;
    text-align: center;
    margin-bottom: 20px;
    left: 50%;
    transform: translate(-43%, -44%);
    width: 300px;
}

.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    border-radius: 3px
}

.leaflet-popup-content {
    padding: 12px 14px;
    line-height: 1.4;
    width: 100% !important;
}

.leaflet-popup-content p {
    margin: 18px 0
}

.leaflet-popup-tip-container {
    width: 40px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    overflow: hidden;
    pointer-events: none
}

.leaflet-popup-tip {
    width: 17px;
    height: 17px;
    padding: 1px;
    margin: -10px auto 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    background: #fff;
    color: #333;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4)
}

.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 4px 0 0;
    border: none;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: 700;
    background: transparent
}

.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999
}

.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd
}

.leaflet-oldie .leaflet-popup-content-wrapper {
    zoom: 1
}

.leaflet-oldie .leaflet-popup-tip {
    width: 24px;
    margin: 0 auto;
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)
}

.leaflet-oldie .leaflet-popup-tip-container {
    margin-top: -1px
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
    border: 1px solid #999
}

.leaflet-popup-content h3 {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.leaflet-popup-content .bg {
    background-color: #efeff0;
    padding: 10px
}

.leaflet-popup-content h5 {
    font-weight: 500;
    font-size: 13px;
    color: #6f6d6d;
}

.leaflet-popup-content address {
    font-weight: 500;
    font-size: 11px;
    font-style: initial;
    margin-bottom: 5px;
    color: #181818;
}

.leaflet-popup-content span {
    font-weight: 500;
    font-size: 11px;
    display: block;
}

.leaflet-popup-content a {
    font-weight: 500;
    font-size: 11px;
}

.leaflet-popup-content .links {
    display: flex;
    align-items: center;
    margin-top: 10px;
    justify-content: space-between;
}

.leaflet-popup-content .links img {
    width: 95px;
    margin-right: 19px;
}


/* for blog page in single page design */
.page-template-default .mainHeader,
.single-post .mainHeader,
.post-type-archive-portfolio .mainHeader {
    background-color: #fff;
    z-index: 1000;
}

.single-post .bt-logo-area.menu-holder {
    padding: 0;
}

.single.single-post .bt-content-holder {
    margin-top: 180px;
}

.page-template-default .mainHeader .btTopToolsLeft,
.post-type-archive-portfolio .mainHeader .btTopToolsLeft,
.single.single-post .mainHeader .btTopToolsLeft {
    gap: 15px !important;
    border: none;
}

.page-template-default .menuPort nav ul li>a:hover,
.post-type-archive-portfolio .menuPort nav ul li>a:hover,
.single.single-post .menuPort nav ul li>a:hover,
.page-template-default .mainHeader .btTopToolsLeft a:hover,
.post-type-archive-portfolio .mainHeader .btTopToolsLeft a:hover,
.single.single-post .mainHeader .btTopToolsLeft a:hover {
    color: var(--ButterflyBlue) !important;
}

.mainHeader .btTopToolsLeft a {
    margin: 0px !important;
}

.mainHeader .btTopToolsRight .logo-flag a{
    font-size: 16px;
}

.page-template-default .mainHeader .btTopToolsRight .logo-flag a:before,
.post-type-archive-portfolio .mainHeader .btTopToolsRight .logo-flag a:before,
.single.single-post .mainHeader .btTopToolsRight .logo-flag a:before {
    position: absolute;
    font-family: FontAwesome;
    content: '';
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M20.016 8.016v-2.016l-8.016 5.016-8.016-5.016v2.016l8.016 4.969zM20.016 3.984q0.797 0 1.383 0.609t0.586 1.406v12q0 0.797-0.586 1.406t-1.383 0.609h-16.031q-0.797 0-1.383-0.609t-0.586-1.406v-12q0-0.797 0.586-1.406t1.383-0.609h16.031z"/></svg>');
    width: 26px;
    height: 19px;
    left: -25px;
    top: 7px;
}

.page-template-default.btStickyHeaderOpen .mainHeader,
.post-type-archive-portfolio.btStickyHeaderOpen .mainHeader,
.single.single-post.btStickyHeaderOpen .mainHeader {
    box-shadow: none !important;
    border-bottom: transparent !important;
}

body.error404 .btErrorPage {
    background-color: #E7FFFF !important;
    color: #181818;
    text-align: center;
}

body.error404 .btErrorPage .port .bt_bb_button.bt_bb_style_filled a {
    box-shadow: 0 0 0 4em #0052cc inset;
    font-family: "Space Grotesk", Arial, Helvetica, sans-serif;
    letter-spacing: 0px;
    border-radius: 6px;
    height: 46px;
    padding-left: 30px;
    padding-right: 30px;
}

.single.single-post .menuPort nav ul li.on a, .page-template-default .menuPort nav ul li.on a, .post-type-archive-portfolio .menuPort nav ul li.on a,
.single.single-post .menuPort nav ul li.on a:before, .page-template-default .menuPort nav ul li.on a:before, .post-type-archive-portfolio .menuPort nav ul li.on a:before,
.single.single-post .menuPort nav ul li a:before, .page-template-default .menuPort nav ul li a:before, .post-type-archive-portfolio .menuPort nav ul li a:before,
.single.single-post .menuPort nav ul li a::after, .page-template-default .menuPort nav ul li a::after, .post-type-archive-portfolio .menuPort nav ul li a::after,
.single.single-post .menuPort nav ul li.on a:after, .page-template-default .menuPort nav ul li.on a:after, .post-type-archive-portfolio .menuPort nav ul li.on a:after {
    box-shadow: none !important;
    color: #181818 !important;
}

.about_section_video .video_testimonials .bt_bb_column_content {
    border-radius: 9px;
    overflow: hidden;
}

.new_top_section .top_section .widget-container h2 {
    font-size: 38px;
    font-weight: 600;
    line-height: 40px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}

.new_top_section .top_section .widget-container p {
    font-size: 13px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}

.new_top_section .top_section .widget-container span,
.new_top_section .top_section .widget-container h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
}

.new_top_section .top_section .widget-container a {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    position: relative;
    margin-bottom: 20px;
    display: inline-flex;
    background: #29b8eb1a;
    padding: 3px 10px;
    color: #181818;
}

.new_top_section .top_section .widget-container a:hover{
    color: #29b8eb;
}

.new_top_section .top_section .widget-container a:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 1.2px;
    background: #181818;
    bottom: 0px;
    left: 0;
}

.new_top_section .top_section .widget-container span {
    display: block;
}

.new_top_section .bt_bb_column_content_inner .bt_bb_card_icon {
    margin-bottom: 20px;
    max-width: inherit;
    width: 100%;
    justify-content: flex-start;
    padding: 20px 25px;
    border-radius: 4px !important;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.new_top_section .bt_bb_column_content_inner .bt_bb_card_icon:hover{
    border: 1px solid #29b8eb;
}

.new_top_section .bt_bb_column_content_inner .bt_bb_card_icon:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #29b8eb24;
    transform: scale(1, 0);
    transition: transform 500ms ease;
    transform-origin: bottom center;
    z-index: 0;
}
.new_top_section .bt_bb_column_content_inner .bt_bb_card_icon:hover:before{
    transform: scale(1, 1);
    transform-origin: top center;
}

.new_top_section .bt_bb_column_content_inner .bt_bb_card_icon_icon {
    padding: 0 !important;
}

.new_top_section .bt_bb_column_content_inner .bt_bb_card_icon_icon .bt_bb_icon_holder:before {
    font-size: 50px !important;
}

.new_top_section .bt_bb_column_content_inner .bt_bb_card_icon .bt_bb_card_icon_content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.new_top_section .bt_bb_column_content_inner .bt_bb_card_icon .bt_bb_card_icon_content .bt_bb_card_icon_text p {
    margin-top: 0px;
}

.new_top_section .widget-container {
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: 287px auto;
    padding: 0px 270px 95px 0px;
}

.new_top_section .bt_bb_row_holder .bt_bb_column:first-child {
    flex-basis: 41.666666%;
    max-width: 41.666666%;
}

.new_top_section .bt_bb_row_holder .bt_bb_column:last-child {
    flex-basis: 58.333333%;
    max-width: 58.333333%;
}
.team_grid_slider > .bt_bb_port > .bt_bb_cell{
    flex-basis: 100%;
}
.team_grid_slider .bt_bb_port>.bt_bb_cell,
.team_grid_slider .bt_bb_port>.bt_bb_cell .bt_bb_column {
    max-width: 100% !important;
    width: 100% !important;
}

.team_grid_slider .team_grid_gallery {
    margin: 0px 15px;
    display: flex;
    align-items: self-start;
    justify-content: space-between;
    gap: 0.5%;
}

.team_grid_slider .team_grid_gallery ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.team_grid_slider .team_grid_gallery ul li {
    margin: 0;
    padding: 0;
    overflow: hidden;
    border-radius: 6px;
}

.team_grid_slider .team_grid_gallery .gallery-infra-col {
    width: 33.33% !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.team_grid_slider .team_grid_gallery .gallery-center-col {
    width: 66.66% !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.team_grid_slider .team_grid_gallery img {
    overflow: hidden;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}

.team_grid_slider:hover .team_grid_gallery img {
    filter: grayscale(1);
}

.team_grid_slider .team_grid_gallery .item:hover img {
    filter: grayscale(0);
    transform: scale(1.1);
    transition: all 0.5s;
}

.about-prionix .title{
    font-size: 38px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}
.about-prionix .title span{
    color: #29b8eb;
}
.about-prionix .text{
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
}
.about-prionix .block h3{
    font-size: 24px;
    color: #29b8eb;
    padding: 0;
    margin-bottom: 4px;
}
.about-prionix .block h5{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-prionix .block img{
    width: 280px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
    border-radius: 5px;
    background-color: #ffd9d9 !important;
    margin-top: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border: 2px solid red !important;
    color: red;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #d7ffdb;
}
.magento_icon .bt_bb_card_icon_icon .bt_bb_icon_holder:before{
    color: #ee672f;
}
.wordpress-icon .bt_bb_card_icon_icon .bt_bb_icon_holder:before{
    color: #207196;
}
.php-icon .bt_bb_card_icon_icon .bt_bb_icon_holder:before{
    color: #7377ad;
}
.laravel-icon .bt_bb_card_icon_icon .bt_bb_icon_holder:before{
    color: #eb4d43;
}
.android-icon .bt_bb_card_icon_icon .bt_bb_icon_holder:before{
    color: #3bd580;
}
.ios-icon .bt_bb_card_icon_icon .bt_bb_icon_holder:before{
    color: #1a95ef;
}
.react-icon .bt_bb_card_icon_icon .bt_bb_icon_holder:before{
    color: #087a9f;
}
.react-icon .bt_bb_card_icon_icon .bt_bb_icon_holder:before{
    color: #087a9f;
}
.vue-icon .bt_bb_card_icon_icon .bt_bb_icon_holder:before{
    color: #3fb27e;
}
.html-icon .bt_bb_card_icon_icon .bt_bb_icon_holder:before{
    color: #db4d26;
}
.ui-design-icon .bt_bb_card_icon_icon .bt_bb_icon_holder:before{
    color: #3856b5;
}
.docker-icon .bt_bb_card_icon_icon .bt_bb_icon_holder:before{
    color: #1d63ed;
}
.aws-linux-icon .bt_bb_card_icon_icon .bt_bb_icon_holder:before{
    color: #35ccff;
}
.flutter-icon .bt_bb_card_icon_icon .bt_bb_icon_holder{
    background-image:url(/wp-content/uploads/2024/08/flu_app.svg);
}
.shopify-app-icon .bt_bb_card_icon_icon .bt_bb_icon_holder{
    background-image:url(/wp-content/uploads/2024/08/shopify-logo.svg);
}
.ci-cd-icon .bt_bb_card_icon_icon .bt_bb_icon_holder{
    background-image:url(/wp-content/uploads/2024/09/cicd.svg);
}
.flutter-icon .bt_bb_card_icon_icon .bt_bb_icon_holder,
.shopify-app-icon .bt_bb_card_icon_icon .bt_bb_icon_holder,
.ci-cd-icon .bt_bb_card_icon_icon .bt_bb_icon_holder{
    height: 60px;
    width: 60px;
    position: relative;
    display: block;
    background-position: center;
    background-size: contain;
    margin: 0 auto;
}


.request-quote-box .bt_bb_row_holder{
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1);
}
.request-quote-box .bt_bb_row_holder .bt_bb_column{
    padding: 20px;
}
.request-quote-box .equal-box .bt_bb_column_inner{
    color: #fff;
}
.request-quote-box .equal-box .bt_bb_column_inner p,
.request-quote-box .equal-box .bt_bb_column_inner a,
.request-quote-box .equal-box .bt_bb_column_inner address{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    color: #fff !important;
    font-style: normal;
}
.request-quote-box .equal-box .bt_bb_shape_circle .bt_bb_icon_holder:before{
    font-size: 19px;
    width: 40px;
    height: 40px;
}
.request-quote-box .equal-box .bt_bb_column_inner a:hover{
    text-decoration: underline;
    transition: all 0.5s;
}

.inner-pages-top-section .bt_bb_row_holder{
    display: flex;
    align-items: center;
    margin: 80px 0px;
}

.portfolio_pipl_home .portfolio_grid_content {
    display: grid;
    gap: 1.6rem;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr))
}

.portfolio_pipl_home .portfolio_grid_content .project-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    width: 100%;
    box-shadow: 0 5px 15px rgba(0, 82, 204, .1);
    /* border: 2px solid #181818; */
    transition: all 0.5s;
}

.portfolio_pipl_home .portfolio_grid_content .project-card .project-img {
    position: relative;
    z-index: 1;
}

.portfolio_pipl_home .portfolio_grid_content .portfolio_content {
    position: absolute;
    bottom: 24px;
    left: 24px;
    z-index: 3;
    bottom: 20px;
    left: 15px;
    right: 15px;
    padding: 22px 15px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.4sease-in-out;
}
.portfolio_pipl_home .portfolio_grid_content .project-card .project-img:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #181818;
    opacity: 0.07;
}
.portfolio_pipl_home .portfolio_grid_content .item_category{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
    gap: 7px;
}
.portfolio_pipl_home .portfolio_grid_content .item_category span{
    position: relative;
    font-weight: 500;
    line-height: 20px;
    background: rgb(241 241 241);
    padding: 4px 10px;
    border-radius: 5px;
    margin: 0;
    font-size: 13px;
}
.portfolio_pipl_home .portfolio_grid_content h4{
    font-size: 21px;
    font-weight: 600 !important;
    margin-bottom: 15px;
    color: #181818;
    display: inline-block;
    padding: 0px;
}
.portfolio_pipl_home .portfolio_grid_content .project-card:hover{
    /* border: 2px solid #29b8eb; */
}
.portfolio_pipl_home .portfolio_grid_content .project-card:hover .project-img:before{
    opacity: .30;
}
.portfolio_pipl_home .portfolio_grid_content .project-card:hover .portfolio_content{
    background-color: #dcf0f7;
}
.portfolio_pipl_home .portfolio_grid_content .project-card:hover .item_category span,
.portfolio_pipl_home .portfolio_grid_content .project-card:hover .arrow-curve-icon{
    background-color: #29b8eb;
    color:#fff;
}
.portfolio_pipl_home .portfolio_grid_content .project-card:hover h4{
    color:#29b8eb;
}



/* footer css here */
.main-footer {
    background-color: #000 !important;
}
.main-footer .footer-main-list ul li a {
    color: #fff;
    font-weight: 300 !important;
    position: relative;
    line-height: 22px;
}
.main-footer .footer-main-list ul li a:hover {
    color: #fff !important;
}
.main-footer .footer-main-list ul li a:after {
    background-color: #fff;
    bottom: -6px;
    position: absolute;
}
.main-footer .footer-address .flex-box {
    display: flex;
    align-items: start;
    gap: 15px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.main-footer .footer-address .flex-box .img img {
    width: 260px;
    max-width: 35px;
}
.main-footer .footer-address .flex-box .content_box h2,
.main-footer .footer-address .flex-box .content_box p {
    color: #fff;
}
.main-footer .footer-address .flex-box .content_box h2 {
    font-size: 20px;
    font-weight: 600;
}
.main-footer .footer-address .flex-box .content_box address,
address {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    color: #fff;
    font-style: normal;
}
.main-footer .footer-main-title h4 .bt_bb_headline_content span,
.foooter-last-column .footer-hire-us li h3{
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    font-size: 18px;
    position:relative;
}
.main-footer .cs-title{
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
}
.main-footer .bt_bb_cell {
    width: 100% !important;
    max-width: 100% !important;
}

.main-footer .foooter-row {
    padding: 0px 00px;
}

.main-footer .foooter-by-border {
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #F8DBDB42;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 15px 0px 15px 0px;
    margin: 25px 0px;
}

.main-footer ul,
.social_media ul {
    margin: 0;
    list-style: none;
}

.main-footer ul.footer-contact-mail li {
    display: flex;
    align-items: center;
    color: #fff;
    gap: 20px;
    justify-content: end;
}
.footer-contact-mail a img{
    width: 20px;
}
.footer-contact-mail a:hover{
    color:#29b8eb;
}
.main-footer .footer-contact-number li {
    margin: 0px;
}

.main-footer .footer-contact-number li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

.main-footer .footer-contact-number li img {
    width: 135px;
}

.main-footer .footer-contact-number li .flag {
    width: 25px;
}

.foooter-last-column .bt_bb_row_holder {
    align-items: start;
}

.foooter-last-column .footer-first-column,
.foooter-last-column .footer-third-column {
    width: 21%;
    max-width: 21%;
}

.foooter-last-column .footer-secon-column {
    width: 100%;
    max-width: 100%;
}

.foooter-last-column .footer-hire-us {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 15px 0;
}

.foooter-last-column .footer-hire-us li img {
    width: auto;
    height: 30px;
}
.our-product{
    display: flex;
    gap: 30px;
    align-items: start;
}
.foooter-last-column .footer-hire-us li a{
    width: 100%;
    text-align: left;
}
.foooter-last-column .footer-hire-us li {
    margin: 0;
    display: flex;
}

.foooter-last-column .footer-hire-us li h4 {
    font-size: 20px;
    font-weight: 400 !important;
    padding: 0 !important;
}

.foooter-last-column .copyright p {
    font-size: 16px;
}

.foooter-last-column .copyright p{
    color: #FFFFFF;
    font-weight: 300;
}

.foooter-last-column .footer-logo img {
    width: 135px !important;
}

.foooter-last-column .footer-contact-number li {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.footer-secon-column .linkedin-icon a, .social_media ul .linkedin-icon a,
.footer-secon-column .facebook-icon a, .social_media ul .facebook-icon a,
.footer-secon-column .instagram-icon a, .social_media ul .facebook-icon a,
.footer-secon-column .twitter-icon a, .social_media ul .twitter-icon a,
.footer-secon-column .youtube-icon a, .social_media ul .youtube-icon a,
.footer-secon-column .skype-icon a, .social_media ul .skype-icon a {
    background: #2B2B2B;
    border-radius: 6px;
    width: 42px;
    height: 40px;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.footer-secon-column .linkedin-icon a:before, .social_media ul .linkedin-icon a:before,
.footer-secon-column .facebook-icon a:before, .social_media ul .facebook-icon a:before,
.footer-secon-column .instagram-icon a:before, .social_media ul .facebook-icon a:before,
.footer-secon-column .twitter-icon a:before, .social_media ul .twitter-icon a:before,
.footer-secon-column .youtube-icon a:before, .social_media ul .youtube-icon a:before,
.footer-secon-column .skype-icon a:before, .social_media ul .skype-icon a:before {
    color: #6F6F6F !important;
    width: 42px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-secon-column .linkedin-icon a:hover:before, .social_media ul .linkedin-icon a:hover:before,
.footer-secon-column .facebook-icon a:hover:before, .social_media ul .facebook-icon a:hover:before,
.footer-secon-column .instagram-icon a:hover:before, .social_media ul .facebook-icon a:hover:before,
.footer-secon-column .twitter-icon a:hover:before, .social_media ul .twitter-icon a:hover:before,
.footer-secon-column .youtube-icon a:hover:before, .social_media ul .youtube-icon a:hover:before,
.footer-secon-column .skype-icon a:hover:before, .social_media ul .skype-icon a:hover:before {
    color: #fff !important;
    box-shadow: none !important;
}

.footer-secon-column .linkedin-icon a:hover, .social_media ul .linkedin-icon a:hover,
.footer-secon-column .facebook-icon a:hover, .social_media ul .facebook-icon a:hover,
.footer-secon-column .instagram-icon a:hover, .social_media ul .facebook-icon a:hover,
.footer-secon-column .twitter-icon a:hover, .social_media ul .twitter-icon a:hover,
.footer-secon-column .youtube-icon a:hover, .social_media ul .youtube-icon a:hover,
.footer-secon-column .skype-icon a:hover, .social_media ul .skype-icon a:hover {
    transform: scale(1.05) !important;
}

.footer-secon-column .linkedin-icon a:hover:before,
.social_media ul .linkedin-icon a:hover:before {
    border: 1px solid #0077B5;
    background-color: #0077B5;
}

.footer-secon-column .facebook-icon a:hover:before,
.social_media ul .facebook-icon a:hover:before {
    border: 1px solid #3b5998;
    background-color: #3b5998;
}

.footer-secon-column .instagram-icon a:hover:before,
.social_media ul .instagram-icon a:hover:before {
    border: 1px solid #8A3AB9;
    background-color: #8A3AB9;
}

.footer-secon-column .twitter-icon a:hover:before,
.social_media ul .twitter-icon a:hover:before {
    border: 1px solid #1DA1F2;
    background-color: #1DA1F2;
}

.footer-secon-column .youtube-icon a:hover:before,
.social_media ul .youtube-icon a:hover:before {
    border: 1px solid #FF0000;
    background-color: #FF0000;
}

.footer-secon-column .skype-icon a:hover:before,
.social_media ul .skype-icon a:hover:before {
    border: 1px solid #00aff0;
    background-color: #00aff0;
}

.footer-secon-column .copy-line {
    margin-bottom: 30px !important;
}


.privacy_policy,
.terms_section,
.cookie_section {
    margin-top: 125px;
}

.privacy_policy h1,
.terms_section h1,
.cookie_section h1 {
    font-size: 4rem;
    padding: 40px 0px 25px;
}

.privacy_policy h1 span,
.terms_section h1 span,
.cookie_section h1 span {
    color: var(--ButterflyBlue);
}

.privacy_policy .block-box,
.terms_section .block-box,
.cookie_section .block-box {
    margin-bottom: 25px;
}

.privacy_policy .block-box h3,
.terms_section .block-box h3,
.cookie_section .block-box h3 {
    margin-bottom: 15px;
    font-size: 25px;
    text-transform: capitalize;
    font-style: normal;
}

.privacy_policy .block-box p,
.terms_section .block-box p,
.cookie_section .block-box p {
    margin: 0px;
}

.privacy_policy .block-box a:hover,
.terms_section .block-box a:hover,
.cookie_section .block-box a:hover {
    color: var(--ButterflyBlue);
    text-decoration: underline;
}

.privacy_policy .mb-spacing,
.terms_section .mb-spacing,
.cookie_section .mb-spacing {
    margin-bottom: 15px !important;
}

.privacy_policy .block-box ul,
.terms_section .block-box ul,
.cookie_section .block-box ul {
    margin: 0px 0px 25px 0px;
    list-style: none;
}

.privacy_policy .block-box ul li,
.terms_section .block-box ul li,
.cookie_section .block-box ul li {
    margin: 0 0px 5px 0;
    padding-left: 20px;
    position: relative;
}

.privacy_policy .block-box ul li:before,
.terms_section .block-box ul li:before,
.cookie_section .block-box ul li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #181818;
    border-radius: 100px;
    left: 4px;
    top: 11px;
}

.single-img,
.single-img span{
    width: 100%;
}

/* Mobile screen responisve */

@media only screen and (min-width: 2000px) {
    .btMenuHorizontal .mainHeader.gutter .port,
    .main-footer .bt_bb_port .bt_bb_cell_inner > .bt_bb_row{
        padding-left: 20% !important;
        padding-right: 20% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .home.page-template-default .mainHeader {
        box-shadow: none !important;
        border-bottom: inherit !important;
        background-color: transparent !important;
        z-index: 1000;
    }

    .portfolio-template-default .portfolio {
        padding-top: 60px;
    }

    .btSupertitleWeight_default .bt_bb_masonry_post_grid .bt_bb_masonry_post_grid_content .bt_bb_grid_item .bt_bb_grid_item_inner .bt_bb_grid_item_post_content .bt_bb_grid_item_meta>.bt_bb_grid_item_category a {
        pointer-events: none;
    }

    .btStickyHeaderOpen header.mainHeader,
    .mainHeader #menu-primary-menu li.on>a:after,
    .mainHeader #menu-primary-menu li.menu-item>a:after {
        background-color: transparent !important;
        box-shadow: none !important;
    }
    .main-footer > .bt_bb_port{
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (max-width: 1254px) {
    .mobile_section_banner .columns .cs-detail .client-says .client-box{
        flex-wrap: wrap;
    }
    .mobile_section_banner .columns .cs-detail .client-says .client-box .market-btn{
        width: auto;
    }
}

@media only screen and (max-width: 1282px) {
    .btMenuVertical .bt-logo-area .logo img{
        width: 135px !important;
        margin-top: 12px !important;
    }
    .btStickyHeaderOpen .bt-vertical-header-top .logo a img:nth-child(1){
        width: 132px !important;
        height: 40px !important;
        margin-top: 1px !important;
    }
}

@media only screen and (max-width: 1199.98px) {
    .main-footer > .bt_bb_port{
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-template-default .bt-vertical-header-top,
    .single.single-post .bt-vertical-header-top,
    .post-type-archive-portfolio .bt-vertical-header-top {
        background-color: #181818;
        height: 70px;
    }

    .home.page-template-default .bt-vertical-header-top {
        background-color: transparent;
    }

    .bt-logo-area.menu-holder .port {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .blog .bt-content .btPostListColumns {
        max-width: 48%;
    }

    .bt-logo-area {
        float: left;
        padding: 5px 0;
    }

    .header-banner-text {
        padding-top: 80px;
    }

    .header-banner-text h1 {
        font-size: 4rem !important;
    }

    .bt-vertical-header-top .bt-vertical-menu-trigger .bt_bb_icon {
        margin: 25px 0px;
    }

    .ratings_section .Ratings_Box {
        width: 40%;
    }
    .mobile_section_banner .columns .cs-detail .client-says .client-box .market-btn.youtube{
        justify-content: start;
    }

}

@media only screen and (max-width: 991.99px) {
    .main-footer > .bt_bb_port{
        padding-left: 30px;
        padding-right: 30px;
    }
    .progess-home {
        flex-wrap: wrap;
    }
    .row.progess-home .col-md-6 {
        max-width: 47%;
    }
    .bt-site-footer-widgets #boldSiteFooterWidgetsRow {
        display: flex !important;
    }
    .mobile_section_banner .mobile_img img {
        position: relative;
        bottom: inherit;
        width: 100%;
        right: inherit;
        margin-bottom: 20px;
    }
    .mydesk_section>.bt_bb_port {
        padding: 60px 0px 50px !important;
    }
    .mobile_section_banner .columns{
        padding: 30px !important;
    }
    .inner-pages-top-section .bt_bb_row_holder{
        margin: 10px 0px 45px 0px;
    }
    .inner-pages-top-section .bt_bb_row_holder .pipl_btn_orange{
        margin-top: 40px;
    }
}

@media only screen and (max-width: 767.98px) {
    .home_banner_section{
        background: linear-gradient(to right, #5d237a, #a61e69, #a61e69);
    }
    .home-services-section .col-md-6.col-lg-4 {
        flex: 48%;
    }
    .header-banner-text .bt_bb_headline_subheadline {
        font-size: 1rem !important;
    }
    .home-banner-client-section .bt_bb_column_content_inner,
    .team_grid_slider .team_grid_gallery{
        flex-wrap: wrap;
    }
    .header-banner-text h1 {
        font-size: 2rem !important;
    }
    .header-banner-text {
        padding-top: 0;
    }
    .home-banner-client-section .bt_bb_column_content img {
        width: 90px;
    }
    .home-banner-client-section .bt_bb_column_content .bt_bb_column_content_inner {
        width: 400%;
    }
    .home-services-section .service {
        height: 100%;
    }
    .mainHeader nav ul li li {
        font-size: 1em !important;
    }
    .bt_bb_row .bt_bb_column {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .bt_bb_section.bt_bb_full_screen>.bt_bb_port {
        min-height: 90vh !important;
    }
    .bt_bb_section.bt_bb_full_screen>.bt_bb_port>.bt_bb_cell {
        min-height: 100% !important;
    }
    .blog .bt-content .btPostListColumns {
        max-width: 100%;
    }
    .specialty .pl_row:before,
    .specialty .pl_row:after,
    .home-banner-client-section .bt_bb_column_content::before, .home-banner-client-section .bt_bb_column_content::after,
    .home-services-section .service .Description,
    .home_banner_section .bt_bb_background_image_holder_wrapper{
        display: none !important;
    }

    .bt_bb_floating_image {
        position: relative;
        top: 40px;
    }
    .bt_bb_section.bt_bb_top_spacing_large>.bt_bb_port {
        padding-top: 5em;
    }
    .bt-site-footer-widgets .port a {
        margin-bottom: 0 !important;
    }
    .bt-vertical-header-top {
        padding-left: 10px;
        padding-right: 10px;
    }
    .row.progess-home .col-md-6 {
        max-width: 47%;
    }
    .bottom-contact {
        margin-bottom: 15px;
    }
    .specialty .modals {
        padding: 20px 10px;
        border: none !important;
    }
    .title_main_size h1.bt_bb_headline_tag span {
        font-size: 3.20rem !important;
    }
    .title_main_size h2.bt_bb_headline_tag span,
    .title_main_size h3.bt_bb_headline_tag span {
        font-size: 2.20rem !important;
    }
    .title_main_size .bt_bb_headline_subheadline {
        font-size: 1.1rem !important;
    }
    .specialty .modals.quote {
        bottom: -110px;
    }
    .new_top_section .bt_bb_row_holder .bt_bb_column,
    .main-footer .foooter-row .bt_bb_column{
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    .new_top_section .bt_bb_column_content_inner {
        display: flex;
        flex-wrap: wrap;
        gap: 1%;
    }
    .new_top_section .bt_bb_column_content_inner .bt_bb_card_icon {
        width: 49%;
    }
    .foooter-last-column .footer-hire-us {
        padding: 35px 0px 15px 0px;
        flex-wrap: wrap;
    }
    .foooter-last-column .footer-contact-number li{
        justify-content: start;
    }
    .foooter-last-column .footer-hire-us li:first-child{
        width: 100% !important;
    }
    .foooter-last-column .footer-hire-us li h4{
        font-weight: 600 !important;
    }
    .new_top_section .widget-container {
        padding: 0 290px 35px 0;
        background-size: 243px auto;
    }
    .team_grid_slider .team_grid_gallery{
        margin: 0 !important;
    }
    .team_grid_slider .team_grid_gallery .gallery-infra-col,
    .team_grid_slider .team_grid_gallery .gallery-center-col{
        width: 100% !important;
    }
}

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

    .ratings_section .bt_bb_column_content_inner .bt_bb_text,
    .mobile_section_banner .columns .cs-detail .flex-box {
        display: inline-flex;
        flex-direction: column;
        width: 100%;
    }

    .ratings_section .Ratings_Box,
    .new_top_section .bt_bb_column_content_inner .bt_bb_card_icon,
    .mobile_section_banner .columns .cs-detail .client-says .client-box .market-btn{
        width: 100% !important;
    }

    .mobile_section_banner .columns .project-logo img {
        width: 80px;
    }

    .mobile_section_banner .columns {
        padding: 40px 35px;
    }

    .new_top_section .bt_bb_column_content_inner {
        display: block;
    }

    .new_top_section .widget-container {
        padding: 0px;
        background-size: 137px auto;
    }

}

@media only screen and (max-width: 538px) {
    .row.progess-home .col-md-6 {
        max-width: 100% !important;
    }
    .main-footer ul.footer-contact-mail li{
        flex-wrap: wrap;
        margin: 0;
        justify-content: start;
        gap: 8px;
    }
    .main-footer .footer-contact-number{
        margin-top: 20px;
    }
    .title_main_size h1.bt_bb_headline_tag span{
        font-size: 2.30rem !important;
        line-height: 42px;
    }
}

@media only screen and (max-width: 420px) {
    .btMenuVertical .bt-logo-area .logo img{
        width: 115px !important;
        margin-top: 0px !important;
    }
    .btStickyHeaderOpen .bt-vertical-header-top .logo a img:nth-child(1){
        width: 132px !important;
        height: 35px !important;
        margin-top: -9px !important;
    }
    .specialty .modals {
        border-bottom: solid 1px #fff;
    }
    .specialty .modals p{
        margin: 0 !important;
        font-size: 16px;
    }
    .specialty .modals h3{
        font-size: 26px;
    }

    .specialty .modals.quote {
        bottom: -120px;
        right: 0;
        width: 50%;
        padding: 16px 10px;
        border-radius: 0px;
    }
}

@media only screen and (max-width: 369px) {
    .specialty .modals{
        width: 100%;
    }
    .specialty .modals.quote{
        position: relative;
        width: 100%;
        bottom: -30px;
    }
}

@media only screen and (min-width: 3000px) {
    .home_banner_section .bt_bb_port .bt_bb_cell {
        min-height: auto !important;
    }

    .cursor_img .bt_bb_section_bottom_section_coverage_image img {
        display: none !important;
    }
}

/* ======================================================= */
/* contact page */
/* ======================================================= */
.prionix-brevo-form form .grid-layer{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.prionix-brevo-form form .grid-layer label,
.brevo-form .column-layer label{
    color: #51555c;
    font-weight: 500 !important;
    margin-bottom: 7px;
}
.prionix-brevo-form form .grid-layer input, .prionix-brevo-form form .column-layer input,
.prionix-brevo-form form .grid-layer input:not([type="checkbox"]):not([type="radio"]),
.prionix-brevo-form form .grid-layer select, .prionix-brevo-form form .column-layer select,
.prionix-brevo-form .brevo-field textarea, .prionix-brevo-form form .column-layer textarea{
    align-items: flex-start;
    border: 1px solid #e1f5fc;
    display: flex;
    outline: 0;
    position: relative;
    width: 100%;
    border-radius: 8px !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    gap: 8px;
    line-height: 20px;
    background: #fff !important;
    background-color: rgb(249, 250, 254);
    box-shadow: rgba(17, 25, 46, .1) 0 0 0 1px inset;
    color: rgb(0, 12, 42);
    padding: 15px 20px;
}
.prionix-brevo-form form .grid-layer select,
.prionix-brevo-form form .column-layer select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
    position: relative;
}
.prionix-brevo-form form .grid-layer select,
.prionix-brevo-form form .column-layer select{
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position-x: 98% !important;
    background-position-y: 9px !important;
    background-size: 33px !important;
    cursor: pointer;
}
.prionix-brevo-form form .grid-layer input.sib-sms,
.prionix-brevo-form form .column-layer input.sib-sms{
    padding: 15px 15px 15px 55px !important;
}
.prionix-brevo-form form .grid-layer .sib-country-block .sib-country-flg,
.prionix-brevo-form form .column-layer .sib-country-block .sib-country-flg{
    background-color: #e9e9e9;
}
.prionix-brevo-form .brevo-field label span{
    color: red;
}
.prionix-brevo-form .brevo-field textarea{
    height: 110px;
}
.prionix-brevo-form form .sib-alert-message-warning{
    border: 1px solid #8a6d3b !important;
    font-size: 16px;
    font-weight: 500;
}
.prionix-brevo-form .prionix-btn-blue.arrow-btn{
    display: inline-block;
    margin-top: 20px;
}
.prionix-brevo-form .prionix-btn-blue.arrow-btn .brevo-submit {
    position: relative;
    z-index: 2;
    overflow: hidden !important;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: capitalize;
    text-align: center;
    background-color: #0cf;
    color: #fff !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 1;
    padding: 16px 34px 16px 34px !important;
    border-radius: 100px !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 0.5s;
}
.prionix-brevo-form .prionix-btn-blue.arrow-btn .brevo-submit:hover{
    background-color: #29b8eb;
    color: #fff !important;
}
.contact-info{
    background-color: #000;
    padding: 60px 0px;
}
.inquiry-section{
    background-color: #1e1e1e;
    /* border: 1px solid #838183; */
    border-radius: 10px;
    padding: 40px 30px;
    color: #fff;
}
.inquiry-section .head{
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 40px;
}
.inquiry-section .mail{
    margin-bottom: 30px;
}
.inquiry-section .mail,
.inquiry-section .number{
    gap: 20px;
}
.inquiry-section .mail img,
.inquiry-section .number img{
    width: 40px;
}
.inquiry-section .mail a,
.inquiry-section .number a{
    color: #fff !important;
    font-size: 30px;
    font-weight: 500;
}
.inquiry-info{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 25px;
    color: #fff;
}
.inquiry-info .bt_bb_icon_holder{
    font-size: 28px;
    color: #29b8eb;
}
.inquiry-info .head{
    font-size: 24px;
    margin-left: 15px;
    text-transform: uppercase;
    color: #fff;
}
.inquiry-info .text-info{
    font-size: 17px;
    line-height: 26px;
    margin-top: 14px;
    display: block;
    color: #fff;
}
.inquiry-info .column{
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.social_media{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
    background-color: #1e1e1e;
    /* border: 1px solid #838183; */
    border-radius: 10px;
    padding: 15px 30px;
    margin-top: 30px !important;
}


/* ======================================================= */
/* carrer page */
/* ======================================================= */
.journey-sec ul{
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
}
.journey-sec ul li{
    margin: 0;
    padding: 10px;
    gap: 10px;
    cursor: pointer;
}
.journey-sec ul li img{
    width: 30px;
}
.journey-sec ul li h3{
    font-size: 20px;
}
.careers-section{
    color: #fff;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.careers-section .item-info{
    background-color: #1e1e1e;
    border: 1px solid #1e1e1e !important;
    border-radius: .3rem;
    color: hsla(0, 0%, 100%, .7);
    padding: 3rem;
}
.careers-section .item-info h3{
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    color: #0cf;
}
.careers-section .item-info .careers-col{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}
.careers-section .item-info ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.careers-section .item-info ul li{
    padding: 0;
}
.careers-section .item-info ul li h5{
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
    color: hsla(0,0%,100%,.7);
    font-weight: 500;
}
.careers-section .item-info ul li p{
    margin: 0;font-size: 16px;
}
.careers-section .careers-info{
    display: flex;
    align-items: center;
}
.careers-section .careers-info .left{
    width: 70%;
}
.careers-section .careers-info .right{
    width: 30%;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.careers-section .item-info .right a{
    padding: 16px 24px 16px 24px !important;
}
.career-modal-popup{
    overflow-y: scroll;
    height: 550px;
}
.career-modal-popup::-webkit-scrollbar {
  width: 10px;
  height: 6px;
}
.career-modal-popup::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.career-modal-popup::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.career-modal-popup::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.1);
}
.career-modal-popup .view-carrer h5{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
}
.career-modal-popup .view-carrer ul{
  margin: 0px 0px 13px 0px;
  padding: 0;
  list-style: none;
}
.career-modal-popup .view-carrer.list ul{
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.career-modal-popup .view-carrer.list ul li{
  margin: 0;
  display: flex;
  gap: 11px;
  font-size: 15px;
}



/* ======================================================= */
/* services pages */
/* ======================================================= */
.prionix-service-section .bt_bb_column{
    padding-left: 10px;padding-right: 10px;
}
.prionix-service-section .bt_bb_column .bt_bb_column_content{
    height: 100%;
    margin-bottom: 30px;
}
.prionix-service-section .bt_bb_column .bt_bb_column_content .bt_bb_column_content_inner{
    height: 100%;
}
.prionix-service-section .bt_bb_column .bt_bb_column_content .bt_bb_card_icon_icon{
    display: none;
}
.prionix-service-section .bt_bb_column .bt_bb_column_content .bt_bb_card_icon_title,
.prionix-service-section .bt_bb_column .bt_bb_column_content .hire-skill h5{
    padding: 0px;
    font-size: 1.6em !important;
    margin-bottom: 10px;
}
.prionix-service-section .bt_bb_column .bt_bb_column_content .bt_bb_card_icon_text p{
    font-size: 18px !important;
    margin: 0;
    overflow: inherit;
    text-overflow: inherit;
    max-height: initial;
    display: block;
}
.prionix-service-section .bt_bb_column .bt_bb_column_content .bt_bb_card_icon,
.prionix-service-section .bt_bb_column .bt_bb_column_content .hire-skill{
    background: transparent;
    border: 1px solid rgb(249,249,249);
    box-shadow: none !important;
    padding: 20px !important;
    border-radius: 8px;
}
.prionix-service-section .bt_bb_column .bt_bb_column_content .hire-skill .prionix-btn-blue{
    margin-top: 20px;
}
.service-main-black  .bt_bb_column .bt_bb_column_content .bt_bb_card_icon,
.service-main-black .bt_bb_column .bt_bb_column_content .hire-skill,
.service-main-black .bt_bb_column .bt_bb_column_content .hire-skill h5{
    border: 1px solid #000;
    color: #fff;
}





/* ======================================================= */
/* ==========  Hire pages design css ==========   */
/* ======================================================= */
.hire-top-section .brevo-form>.bt_bb_column_content>.bt_bb_column_content_inner .sib-country-block .sib-country-flg{
    background-color: #f8f8f8;
    height: 96%;
    margin-top: 1px;
    margin-left: 2px;
}
.hire-top-section .brevo-form>.bt_bb_column_content>.bt_bb_column_content_inner .sib-country-block .sib-country-flg .sib-icon-arrow,
.hire-top-section .brevo-form>.bt_bb_column_content>.bt_bb_column_content_inner .sib-flag-box span{
    color: #181818;
}
.hire-top-section .brevo-form > .bt_bb_column_content > .bt_bb_column_content_inner{
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .1);
}
.brevo-form .column-layer{
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.brevo-form header .bt_bb_headline_tag{
    font-size: 22px;
    margin-bottom: 5px;
}
.brevo-form header .bt_bb_headline_subheadline{
    font-size: 16px !important;
}
.hire-top-section .brevo-form .prionix-btn-blue{
    width: 100%;
}
.hire-tech img:first-child{
    margin-left: 0px;
}
.hire-tech img{
    width: 75px;
    margin: 0px 10px;
}
.hire-tech span{
    width: 1px;
    height: 60px;
    background-color: rgba(0,0,0,0.1);
}
.prionix-experties .experties-steps{
    position: relative;
    width: fit-content;
    min-height: 350px;
    margin: auto;
}
.prionix-experties .experties-steps .experties-step{
    position: absolute;
    transition: all 0.3s ease-in-out;
}
.prionix-experties .experties-steps .experties-step:nth-child(2){
    top: -7px;
    left: -12px;
}
.prionix-experties .experties-steps .experties-step:nth-child(3){
    top: 55px;
    left: calc(25% - 62px);
}
.prionix-experties .experties-steps .experties-step:nth-child(4){
    top: -10px;
    left: calc(50% - 100px);
}
.prionix-experties .experties-steps .experties-step:nth-child(5){
    top: 53px;
    left: calc(75% - 139px);
}
.prionix-experties .experties-steps .experties-step:nth-child(6){
    top: -7px;
    right: -12px;
}
.prionix-experties .experties-steps .experties-step .position-relative{
    position: relative;
}
.prionix-experties .experties-steps svg{
    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.experties-step-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
    margin: auto;
    background: #29b8eb;
    border: 2px solid #fff;
    box-shadow: 0 40px 80px 0 rgba(55, 104, 238, .03);
}
.experties-step .experties-step-box {
    transform-origin: 0 0;
    transition: all 0.5s ease-in-out;
}
.experties-step-box {
    position: relative;
    margin-top: 36px;
    height: 192px;
    width: 192px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px;
    background: #fff;
    border: 2px solid #e1f5fc;
    box-shadow: 0 40px 80px 0 rgba(55,104,238,.03);
}
.experties-step-box-title{
    text-transform: uppercase;
    color: #949e9d;
    font-size: 16px;
    padding: 15px 0 7px 0;
    font-weight: 600;
}
.experties-step-box-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: #181818;
}
.prionix-service-section.hire .bt_bb_column .bt_bb_column_content .bt_bb_card_icon_icon{
    display: block;
    width: 55px;
    height: 55px;
    background: #fff;
    padding: 0;
    margin-bottom: 20px;
    border-radius: 100px;
}
.prionix-service-section.hire .bt_bb_column .bt_bb_column_content .bt_bb_card_icon_icon span:before{
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #181818;
    line-height: 56px;
}
.bg-lines .title_main_size h3.bt_bb_headline_tag span br{
    display: none;
}