@font-face {
    font-family: 'NexaBold';
    src: url('/asset/fonts/NexaBold.otf');
    font-weight: normal;
    font-style: normal;
}


* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    scroll-behavior: smooth;
}

/*========= about us page ==========*/


.nexa-bold {
    font-family: "NexaBold" !important;

}

.main {
    width: 100%;
    overflow-x: hidden;
}

/*---- top bar -----*/


.cmn_top_bar {
    background-color: #37393F;
    padding: 10px 0;
}

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

.cmn_top_bar_left {
    display: flex;
    align-items: center;
    gap: 60px;
}

.cmn_top_bar_left p,
.cmn_top_bar_left a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white !important;
    text-decoration: none;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
}

.cmn_top_bar_left p img {
    width: 15.53px;
    height: 22.081px;
}

.cmn_top_bar_left a img {
    width: 20.189px;
    height: 15.53px;
}

.cmn_top_bar_right {
    display: flex;
    align-items: center;
}

.cmn_top_bar_right a {
    margin: 2px 5px;
}

.cmn_top_bar_right a img {
    width: 17.088px;
    height: 16.455px;
}

/*----- menu bar --------*/
.cmn_menu.active {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    background-color: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.cmn_menu_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    padding: 20px 0;
}

.cmn_menu_left {
    width: 30%;
    font-family: "NexaBold";
}

.logo {
    font-family: NexaBold !important;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.logo img {
    width: 75px;
}

.logo h3 {
    font-family: NexaBold !important;
    font-size: 25px;
    font-weight: 800;
    margin: 0px 0px 0px 20px;
    color: #26ABE2;
}

.logo h3 span {
    color: #818181;
    font-family: NexaBold !important;


}

.cmn_menu_right {
    width: 70%;
    text-align: right;
}

.menu_open {
    font-size: 28px;
    color: #37393F;
    display: none;
    margin-right: 10px;
    cursor: pointer;
}

.menu_close {
    display: none;
    cursor: pointer;
}

.cmn_menu_right ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: relative;
}

.cmn_menu_right ul li {
    display: inline-block;
    margin: 0px 14px;
}

.cmn_menu_right ul li a {
    color: #37393F;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
}

.cmn_menu_right ul li a.active {
    color: #000000;
    font-weight: 500;
}

.consult_btn {
    background-color: #26ABE2;
    padding: 15px 20px 15px 20px;
    justify-content: center;
    align-items: center;
    color: white !important;
    border-radius: 5px;
    transition: all linear 0.2s;
    border: 1px solid transparent !important;
}

.consult_btn:hover {
    background-color: white;
    color: #26ABE2 !important;
    border: 1px solid #26ABE2 !important;
}

/*----- about banner -----*/
.about_banner {
    background-image: url("../image/about_banner.jpg");
    background-size: cover;
    background-position: center;
    height: 55vh;
}

.about_banner_left {
    height: 100%;
    width: 45%;
    background-color: rgba(55, 57, 63, 0.91);
    backdrop-filter: blur(9.5px);
    color: white;
    display: flex;
    align-items: center;
    padding: 0 3% 0 10%;
}

.about_banner_left_in h5 {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
}

.square_shape {
    display: inline-block;
    height: 14px;
    width: 14px;
    background-color: #40DDB6;
}

.about_banner_left_in h1 {
    margin-top: 10px;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.about_banner_left_in h5 {
    margin: 10px 0;
    color: #B9B9B9;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

/*---- business plan -----*/
.business_plan {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.business_plan_left {
    width: 45%;
    background-color: #F4F4F4;
    padding: 120px 40px;
    display: flex;
    justify-content: end;
}

.business_plan_left_in {
    width: 350px;
}

.business_plan_left_in img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.business_plan_left_in h2 {
    color: #37393F;
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 600;
    margin-top: 10px;
}

.business_plan_left_in p {
    margin: 4px 0;
    font-size: 15px;
    color: #7D7D7D;
    font-weight: 400;
}

.business_plan_left_in a {
    display: inline-block;
    margin-top: 15px;
    color: #37393F !important;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
    padding-bottom: 0px;
    border-bottom: 1px solid #37393F;
}

.business_plan_right {
    width: 55%;
    padding-left: 40px;
    padding-top: 120px;
}

.business_plan_right_in {
    max-width: 600px;
    width: 100%;
}

.business_plan_right h5 {
    font-size: 16px;
    font-weight: 500;
    color: #37393F;
}

.business_plan_right h1 {
    color: #37393F;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #37393F;
    font-size: 40px;
}

.business_plan_right_in>p {
    color: #7D7D7D;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}

.business_plan_item {
    display: flex;
    padding: 16px 24px 16px 20px;
    align-items: flex-start;
    gap: 20px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    margin: 20px 0;
}

.business_plan_item_left img {
    width: 27px;
    height: 27px;
    margin: 0px;
}

.business_plan_item_right h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    margin-top: 0px;
    margin-bottom: 0px;
}

.business_plan_item_right p {
    color: #7D7D7D;
    font-size: 15px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}

.business_plan_right_in>a {
    color: white !important;
    background-color: #26ABE2;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #26ABE2;
    border-radius: 5px;
}

.business_plan_right_in>a:hover {
    color: #26ABE2 !important;
    background-color: #fff;
}

/*------ work process -------*/
.work_process {
    padding: 100px 0;
}

.work_process_title>p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #37393F;
    margin: 0px;
}

.work_process_title>h2 {
    color: #37393F;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-top: 4px;
}

.work_process_in {
    margin-top: 100px;
    display: grid;
    grid-template-columns: 29% 29% 29%;
    gap: 25px;
    align-items: center;
    justify-content: center;
}

.work_process_item {
    text-align: center;
    position: relative;
    padding: 55px 20px 35px 20px;
    border-radius: 10px;
    background-color: #F4F4F4;
}

.work_process_item img {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
}

.work_process_item h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    margin: 0px;
}

.work_process_item p {
    margin: 12px 0;
    font-size: 16px;
    font-weight: 400;
    color: #37393F;
}

.work_process_item a {
    text-decoration: none;
    color: #26ABE2 !important;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
}

/*---- work experience  ------*/
.work_experience {
    background: linear-gradient(rgba(248, 248, 255, 0.97), rgba(248, 248, 255, 0.97)), url("../image/step.jpg");
    background-size: cover;
    background-position: center;
}


.empower_business {
    background: linear-gradient(rgba(248, 248, 255, 0.97), rgba(248, 248, 255, 0.97)), url("../image/step.jpg");
    background-size: cover;
    background-position: center;

}

.empower_business .container {
    display: grid;
    place-items: center;
    padding: 80px 0px 80px 0px;
    text-align: center;
}

.empower_business h2 {
    font-weight: 600;
}

.empower_business .fe-blue {
    color: #26ABE2;
}

.empower_business .fe-grey {
    color: #818181;
}


.work_experience_in {
    display: grid;
    grid-template-columns: 22% 4% 22% 4% 22% 4% 22%;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.work_experience_line {
    width: 1px;
    height: 100%;
    background: rgba(55, 57, 63, 0.10);
    margin: auto;
}

.work_experience_item {
    text-align: center;
}

.work_experience_item img {
    width: 100px;
    height: 100px;
}

.work_experience_item h1 {
    font-family: 'Poppins', sans-serif;
    color: #40DDB6;
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
}

.work_experience_item h3 {
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 17px;
    font-weight: 600;
    margin-top: 10px;
}

.work_experience_item p {
    color: #37393F;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
}


/*---- presentation ------*/
.presentation {
    background-image: url("../image/presentation_bg.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 2;
}

.presentation_overlay {
    background: rgba(64, 221, 182, 0.75);
    backdrop-filter: blur(7px);
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: -1;
}

.presentation_in {
    text-align: center;
    z-index: 2;
    padding: 140px 0;
}

.presentation_in p {
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
    color: #37393F;
}

.presentation_in p span.square_shape {
    background-color: #26ABE2;
}

.presentation_in h2 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
}

.presentation_in h5 {
    font-size: 16px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 0px;
    color: #37393F;
    line-height: 1.8rem;
}

.presentation_in a {
    display: inline-block;
    margin-top: 40px;
}

.presentation_in a img {
    width: 60px;
}


#video-popup-container {
    display: none;
    position: fixed;
    z-index: 996;
    max-width: 500px;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    top: 30%;
    background-color: #fff;
}

#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
}

#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}

#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}

#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

#video-popup-close:hover {
    color: #DE0023;
}

/*------- expert -----------*/
.expert {
    padding: 100px 0;
}

.expert_in>p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #37393F;
}

.expert_in>h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
}

.expert_box {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.expert_item {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.team_social {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 0%;
    visibility: hidden;
    width: 100%;
    background-color: rgba(38, 171, 226, 0.70);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all linear 0.3s;
}

.expert_item:hover .team_social {
    height: 100%;
    visibility: visible;
}

.team_social_in a {
    display: inline-block;
    margin: 2px 4px;
}

.team_social_in a img {
    width: 40px;
}

.team_info {
    position: absolute;
    background-color: white;
    padding: 20px 12px;
    border-radius: 5px;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    text-align: center;
    z-index: 2;
}

.team_info h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    margin: 0px;
}

.team_info p {
    color: #37393F;
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
}


.expert_item>img {
    height: 500px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

/*----- footer ------*/
.footer {
    background-color: #37393F;
    padding: 50px 0;
}

.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding-bottom: 30px;
    border-bottom: 1.5px solid #6C6D72;
}

.footer_top_left {
    width: 30%;
}

.footer_top_right {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer_top_contact {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
}

.footer_top_contact img {
    width: 60px;
}

.footer_top_contact_part2 h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}

.footer_top_contact_part2 p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 2px;
    margin-bottom: 0px;
}

.footer_mid {
    display: grid;
    grid-template-columns: 32% 30% 35%;
    gap: 20px;
    align-items: start;
    justify-content: start;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1.5px solid #6C6D72;
}



.footer_item h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #40DDB6;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 600;
}

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

.footer_item ul li {
    margin: 15px 0;
}

.footer_item ul li a {
    color: white !important;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}

.newsletter {
    background-color: #474950;
    padding: 42px 30px;
    color: white;
}

.newsletter h2 {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.newsletter p {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
}

.newsletter_inp {
    height: 60px;
    width: 100%;
    background-color: white;
    display: flex;
}

.newsletter_inp input {
    width: 70%;
    height: 100%;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #37393F;
}

.newsletter_inp button {
    width: 30%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #26ABE2;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: center;
    color: white;
    font-size: 16px;
    font-weight: 400;
}

.footer_btm {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.footer_btm_left {
    width: 40%;
}

.footer_btm_left p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.footer_btm_left p span {
    color: #40DDB6;
}

.footer_btm_right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    width: 60%;
}

.footer_btm_right h4 {
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin: 0px;
}

.footer_btm_right_part2 a {
    padding: 0px 5px;
}

.footer_btm_right_part2 img {
    width: 20px;
}


@media(max-width: 425px) {
    .cmn_top_bar {
        display: none;
    }

    .cmn_menu_in {
        gap: 10px;
    }

    .logo img {
        width: 50px;
    }

    .logo h3 {
        font-size: 20px;
        margin: 0px 0px 0px 11px;
    }

    .cmn_menu_right ul {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        background-color: white;
        height: 100vh;
        z-index: 99;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: opacity 0.5s ease;
        opacity: 0;
    }

    .menu_open {
        display: block;
    }

    .menu_close {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 40px;
        color: #37393F;
        padding: 5px;
        display: block;
    }

    .cmn_menu_right ul li {
        display: block;
        margin: 10px 0;
    }

    .cmn_menu_right ul li a,
    .cmn_menu_right ul li a.active {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 1px;
        padding-bottom: 5px;
        position: relative;
    }

    .cmn_menu_right ul li a::before {
        position: absolute;
        content: "";
        background-color: #26ABE2;
        height: 2px;
        width: 0%;
        bottom: -3px;
        left: 0px;
        border-radius: 5px;
        transition: width linear 0.3s;
    }

    .cmn_menu_right ul li a:hover::before {
        width: 100%;
    }

    .consult_btn::before {
        background-color: transparent !important;
    }

    .consult_btn {
        padding: 15px 20px 15px 20px !important;
        margin-top: 0px;
        display: inline-block;
        font-size: 15px !important;
        font-weight: 600 !important;
        border-bottom: none !important;
    }

    .about_banner_left {
        width: 100%;
        padding: 0 4%;
    }

    .about_banner_left_in h5 {
        font-size: 16px;
    }

    .about_banner_left_in h1 {
        font-size: 37px;
    }

    .business_plan {
        flex-direction: column;
    }

    .business_plan_left {
        width: 100%;
        padding: 50px 25px;
    }

    .business_plan_left_in {
        width: 300px;
    }

    .business_plan_right {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
    }

    .business_plan_right h1 {
        font-size: 35px;
    }

    .business_plan_item {
        gap: 15px;
        flex-direction: column;
    }

    .business_plan_item_left {
        display: none;
    }

    .business_plan_item_right h3 {
        font-size: 22px;
    }

    .business_plan_item_right p {
        font-size: 14px;
        margin-top: 4px;
    }

    .work_process_title>h2 {
        font-size: 35px;
    }

    .work_process,
    .expert {
        padding: 100px 0px 55px 0px;
    }

    .work_process_in {
        margin-top: 72px;
        grid-template-columns: 100%;
        gap: 45px 0;
    }

    .work_process_item h2 {
        font-size: 22px;
    }

    .work_experience_in {
        grid-template-columns: 100%;
        padding: 25px 0;
    }

    .work_experience_item {
        border-bottom: 1px solid #b9b9b92f;
    }

    .work_experience_item:last-child {
        border-bottom: none;
    }

    .work_experience_line {
        display: none;
    }

    .presentation_in {
        padding: 100px 6px;
    }

    .presentation_in h2 {
        font-size: 35px;
    }

    .expert_in>h2 {
        font-size: 35px;
    }

    .expert_box {
        margin-top: 60px;
        grid-template-columns: 100%;
        gap: 28px;
    }

    .expert_item>img {
        height: initial;
    }

    .team_info {
        padding: 12px 10px;
        width: 70%;
    }

    .footer {
        padding: 25px 0;
    }

    .footer_top {
        gap: 0;
        flex-direction: column;
    }

    .footer_top_left {
        width: 100%;
        justify-content: center;
    }

    .footer_top_right {
        width: 100%;
        justify-content: space-between;
        gap: 20px;
        margin-top: 20px;
    }

    .footer_top_contact img {
        width: 45px;
    }

    .footer_top_contact_part2 h5 {
        font-size: 15px;
    }

    .footer_top_contact {
        justify-content: space-between;
        text-align: center;
        flex-direction: column;
    }

    .footer_top_contact_part2 p {
        font-size: 11px;
    }

    .footer_mid {
        grid-template-columns: 100%;
        gap: 15px;
    }

    .footer_item ul li {
        margin: 12px 0;
    }

    .newsletter {
        padding: 25px 15px;
    }

    .newsletter h2 {
        font-size: 20px;
    }

    .newsletter p {
        margin-bottom: 20px;
    }

    .newsletter_inp input {
        width: 65%;
    }

    .newsletter_inp button {
        width: 35%;
        font-size: 15px;
    }

    .footer_btm {
        flex-direction: column;
        gap: 12px;
    }

    .footer_btm_left {
        width: 100%;
    }

    .footer_btm_right {
        width: 100%;
    }
}

@media(min-width: 426px) and (max-width: 575px) {
    .cmn_top_bar_in {
        flex-direction: column;
    }

    .cmn_top_bar_left {
        gap: 16px;
    }

    .cmn_top_bar_left p,
    .cmn_top_bar_left a {
        font-size: 12px;
    }

    .cmn_top_bar_right {
        margin-top: 12px;
    }

    .cmn_menu_in {
        gap: 10px;
    }

    .logo img {
        width: 50px;
    }

    .logo h3 {
        font-size: 20px;
        margin: 0px 0px 0px 11px;
    }

    .cmn_menu_right ul {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        background-color: white;
        height: 100vh;
        z-index: 99;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: opacity 0.5s ease;
        opacity: 0;
    }

    .menu_open {
        display: block;
    }

    .menu_close {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 40px;
        color: #37393F;
        padding: 5px;
        display: block;
    }

    .cmn_menu_right ul li {
        display: block;
        margin: 10px 0;
    }

    .cmn_menu_right ul li a,
    .cmn_menu_right ul li a.active {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 1px;
        padding-bottom: 5px;
        position: relative;
    }

    .cmn_menu_right ul li a::before {
        position: absolute;
        content: "";
        background-color: #26ABE2;
        height: 2px;
        width: 0%;
        bottom: -3px;
        left: 0px;
        border-radius: 5px;
        transition: width linear 0.3s;
    }

    .cmn_menu_right ul li a:hover::before {
        width: 100%;
    }

    .consult_btn::before {
        background-color: transparent !important;
    }

    .consult_btn {
        padding: 15px 20px 15px 20px !important;
        margin-top: 0px;
        display: inline-block;
        font-size: 15px !important;
        font-weight: 600 !important;
        border-bottom: none !important;
    }

    .about_banner_left {
        width: 100%;
        padding: 0 4%;
    }

    .about_banner_left_in h5 {
        font-size: 16px;
    }

    .about_banner_left_in h1 {
        font-size: 40px;
    }

    .business_plan {
        flex-direction: column;
    }

    .business_plan_left {
        width: 100%;
        padding: 50px 25px;
        justify-content: start;
    }

    .business_plan_left_in {
        width: 100%;
    }

    .business_plan_right {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
    }

    .business_plan_right h1 {
        font-size: 35px;
    }

    .business_plan_item {
        gap: 15px;
        flex-direction: column;
    }

    .business_plan_item_left {
        display: none;
    }

    .business_plan_item_right h3 {
        font-size: 22px;
    }

    .business_plan_item_right p {
        font-size: 14px;
        margin-top: 4px;
    }

    .work_process_title>h2 {
        font-size: 35px;
    }

    .work_process,
    .expert {
        padding: 100px 0px 55px 0px;
    }

    .work_process_in {
        margin-top: 72px;
        grid-template-columns: 100%;
        gap: 45px 0;
    }

    .work_process_item h2 {
        font-size: 22px;
    }

    .work_experience_in {
        grid-template-columns: 100%;
        padding: 25px 0;
    }

    .work_experience_item {
        border-bottom: 1px solid #b9b9b92f;
    }

    .work_experience_item:last-child {
        border-bottom: none;
    }

    .work_experience_line {
        display: none;
    }

    .presentation_in {
        padding: 100px 6px;
    }

    .presentation_in h2 {
        font-size: 35px;
    }

    .expert_in>h2 {
        font-size: 35px;
    }

    .expert_box {
        margin-top: 60px;
        grid-template-columns: 100%;
        gap: 28px;
    }

    .expert_item>img {
        height: 450px;
    }

    .team_info {
        padding: 12px 10px;
        width: 70%;
    }

    .footer {
        padding: 25px 0;
    }

    .footer_top {
        gap: 0;
        flex-direction: column;
    }

    .footer_top_left {
        width: 100%;
        justify-content: center;
    }

    .footer_top_right {
        width: 100%;
        justify-content: space-between;
        gap: 20px;
        margin-top: 20px;
        padding: 0px 10px;
    }

    .footer_top_contact img {
        width: 50px;
    }

    .footer_top_contact_part2 h5 {
        font-size: 17px;
    }

    .footer_top_contact {
        justify-content: space-between;
        text-align: center;
        flex-direction: column;
    }

    .footer_top_contact_part2 p {
        font-size: 13px;
    }

    .footer_mid {
        grid-template-columns: 100%;
        gap: 15px;
    }

    .footer_item ul li {
        margin: 12px 0;
    }

    .newsletter {
        padding: 25px 15px;
    }

    .newsletter h2 {
        font-size: 20px;
    }

    .newsletter p {
        margin-bottom: 20px;
    }

    .newsletter_inp input {
        width: 65%;
    }

    .newsletter_inp button {
        width: 35%;
        font-size: 15px;
    }

    .footer_btm {
        flex-direction: column;
        gap: 12px;
    }

    .footer_btm_left {
        width: 100%;
    }

    .footer_btm_right {
        width: 100%;
    }
}

@media(min-width: 576px) and (max-width: 650px) {
    .cmn_top_bar_left {
        gap: 16px;
    }

    .cmn_top_bar_left p,
    .cmn_top_bar_left a {
        font-size: 12px;
    }

    .cmn_menu_in {
        gap: 10px;
    }

    .logo img {
        width: 50px;
    }

    .logo h3 {
        font-size: 20px;
        margin: 0px 0px 0px 11px;
    }

    .cmn_menu_right ul {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        background-color: white;
        height: 100vh;
        z-index: 99;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: opacity 0.5s ease;
        opacity: 0;
    }

    .menu_open {
        display: block;
    }

    .menu_close {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 40px;
        color: #37393F;
        padding: 5px;
        display: block;
    }

    .cmn_menu_right ul li {
        display: block;
        margin: 10px 0;
    }

    .cmn_menu_right ul li a,
    .cmn_menu_right ul li a.active {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 1px;
        padding-bottom: 5px;
        position: relative;
    }

    .cmn_menu_right ul li a::before {
        position: absolute;
        content: "";
        background-color: #26ABE2;
        height: 2px;
        width: 0%;
        bottom: -3px;
        left: 0px;
        border-radius: 5px;
        transition: width linear 0.3s;
    }

    .cmn_menu_right ul li a:hover::before {
        width: 100%;
    }

    .consult_btn::before {
        background-color: transparent !important;
    }

    .consult_btn {
        padding: 15px 20px 15px 20px !important;
        margin-top: 0px;
        display: inline-block;
        font-size: 15px !important;
        font-weight: 600 !important;
        border-bottom: none !important;
    }

    .about_banner_left {
        width: 100%;
        padding: 0 5%;
    }

    .about_banner_left_in h5 {
        font-size: 17px;
    }

    .about_banner_left_in h1 {
        font-size: 40px;
    }

    .business_plan {
        flex-direction: column;
    }

    .business_plan_left {
        width: 100%;
        padding: 50px 25px;
        justify-content: start;
    }

    .business_plan_left_in {
        width: 100%;
    }

    .business_plan_right {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
    }

    .business_plan_right h1 {
        font-size: 35px;
    }

    .business_plan_item {
        gap: 15px;
        flex-direction: column;
    }

    .business_plan_item_left {
        display: none;
    }

    .business_plan_item_right h3 {
        font-size: 22px;
    }

    .business_plan_item_right p {
        font-size: 14px;
        margin-top: 4px;
    }

    .work_process_title>h2 {
        font-size: 35px;
    }

    .work_process,
    .expert {
        padding: 100px 0px 55px 0px;
    }

    .work_process_in {
        margin-top: 72px;
        grid-template-columns: 100%;
        gap: 45px 0;
    }

    .work_process_item h2 {
        font-size: 22px;
    }

    .work_experience_in {
        grid-template-columns: 50% 50%;
        padding: 25px 0;
    }

    .work_experience_line {
        display: none;
    }

    .work_experience_item p {
        font-size: 15px;
    }

    .presentation_in {
        padding: 100px 6px;
    }

    .presentation_in h2 {
        font-size: 35px;
    }

    .expert_in>h2 {
        font-size: 35px;
    }

    .expert_box {
        margin-top: 60px;
        grid-template-columns: 50% 50%;
        gap: 14px;
    }

    .expert_item>img {
        height: initial;
    }

    .team_info {
        padding: 12px 10px;
        width: 70%;
    }

    .footer {
        padding: 25px 0;
    }

    .footer_top {
        flex-direction: column;
        gap: 30px;
    }

    .footer_top_left {
        width: 100%;
    }

    .footer_top_right {
        width: 100%;
        justify-content: flex-start;
        gap: 20px;
    }

    .footer_top_contact img {
        width: 40px;
    }

    .footer_top_contact_part2 h5 {
        font-size: 14px;
    }

    .footer_top_contact {
        justify-content: flex-start;
        gap: 5px;
    }

    .footer_top_contact_part2 p {
        font-size: 13px;
    }

    .footer_mid {
        grid-template-columns: 50% 50%;
        gap: 15px 0px
    }

    .footer_item ul li {
        margin: 12px 0;
    }

    .newsletter {
        padding: 25px 15px;
    }

    .newsletter h2 {
        font-size: 20px;
    }

    .newsletter p {
        margin-bottom: 20px;
    }

    .newsletter_inp input {
        width: 65%;
    }

    .newsletter_inp button {
        width: 35%;
        font-size: 15px;
    }
}

@media(min-width: 651px) and (max-width: 767px) {
    .about_banner_left_in h1 {
        font-size: 45px;
    }

    .cmn_top_bar_left {
        gap: 16px;
    }

    .cmn_top_bar_left p,
    .cmn_top_bar_left a {
        font-size: 12px;
    }

    .cmn_menu_in {
        gap: 10px;
    }

    .logo img {
        width: 50px;
    }

    .logo h3 {
        font-size: 20px;
        margin: 0px 0px 0px 11px;
    }

    .cmn_menu_right ul {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        background-color: white;
        height: 100vh;
        z-index: 99;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: opacity 0.5s ease;
        opacity: 0;
    }

    .menu_open {
        display: block;
    }

    .menu_close {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 40px;
        color: #37393F;
        padding: 5px;
        display: block;
    }

    .cmn_menu_right ul li {
        display: block;
        margin: 10px 0;
    }

    .cmn_menu_right ul li a,
    .cmn_menu_right ul li a.active {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 1px;
        padding-bottom: 5px;
        position: relative;
    }

    .cmn_menu_right ul li a::before {
        position: absolute;
        content: "";
        background-color: #26ABE2;
        height: 2px;
        width: 0%;
        bottom: -3px;
        left: 0px;
        border-radius: 5px;
        transition: width linear 0.3s;
    }

    .cmn_menu_right ul li a:hover::before {
        width: 100%;
    }

    .consult_btn::before {
        background-color: transparent !important;
    }

    .consult_btn {
        padding: 15px 20px 15px 20px !important;
        margin-top: 0px;
        display: inline-block;
        font-size: 15px !important;
        font-weight: 600 !important;
        border-bottom: none !important;
    }

    .about_banner_left {
        width: 100%;
        padding: 0 3%;
    }

    .business_plan_left {
        width: 45%;
        padding: 90px 25px;
    }

    .business_plan_right {
        width: 55%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 90px;
    }

    .business_plan_right h1 {
        font-size: 35px;
    }

    .business_plan_item {
        gap: 10px;
    }

    .business_plan_item_right h3 {
        font-size: 22px;
    }

    .business_plan_item_right p {
        font-size: 14px;
        margin-top: 4px;
    }

    .work_process,
    .expert {
        padding: 100px 0px 55px 0px;
    }

    .work_process_in {
        margin-top: 72px;
        grid-template-columns: 100%;
        gap: 45px 0;
    }

    .work_experience_in {
        grid-template-columns: 50% 50%;
        padding: 25px 0;
    }

    .work_experience_line {
        display: none;
    }

    .presentation_in {
        padding: 100px 20px;
    }

    .presentation_in h2 {
        font-size: 35px;
    }

    .expert_in>h2 {
        font-size: 35px;
    }

    .expert_box {
        margin-top: 60px;
        grid-template-columns: 50% 50%;
        gap: 14px;
    }

    .expert_item>img {
        height: initial;
    }

    .team_info {
        padding: 12px 10px;
        width: 80%;
    }

    .footer {
        padding: 25px 0;
    }

    .footer_top {
        flex-direction: column;
        gap: 30px;
    }

    .footer_top_left {
        width: 100%;
    }

    .footer_top_right {
        width: 100%;
        justify-content: flex-start;
        gap: 20px;
    }

    .footer_top_contact img {
        width: 40px;
    }

    .footer_top_contact_part2 h5 {
        font-size: 14px;
    }

    .footer_top_contact {
        justify-content: flex-start;
        gap: 5px;
    }

    .footer_top_contact_part2 p {
        font-size: 13px;
    }

    .footer_mid {
        grid-template-columns: 50% 50%;
        gap: 15px 0px
    }

    .footer_item ul li {
        margin: 12px 0;
    }

    .newsletter {
        padding: 25px 15px;
    }

    .newsletter h2 {
        font-size: 20px;
    }

    .newsletter p {
        margin-bottom: 20px;
    }

    .newsletter_inp input {
        font-size: 15px;
    }

    .newsletter_inp button {
        font-size: 13px;
        width: 32%;
    }
}

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

    .about_banner_left_in h1 {
        font-size: 45px;
    }

    .cmn_top_bar_left {
        gap: 30px;
    }

    .cmn_menu_in {
        gap: 10px;
    }

    .logo img {
        width: 60px;
    }

    .logo h3 {
        font-size: 22px;
        margin: 0px 0px 0px 11px;
    }

    .cmn_menu_right ul {
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        background-color: white;
        height: 100vh;
        z-index: 99;
        display: none;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        transition: opacity 0.5s ease;
        opacity: 0;
    }

    .menu_open {
        display: block;
    }

    .menu_close {
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 40px;
        color: #37393F;
        padding: 5px;
        display: block;
    }

    .cmn_menu_right ul li {
        display: block;
        margin: 10px 0;
    }

    .cmn_menu_right ul li a,
    .cmn_menu_right ul li a.active {
        text-transform: uppercase;
        font-size: 20px;
        font-weight: 900;
        letter-spacing: 1px;
        padding-bottom: 5px;
        position: relative;
    }

    .cmn_menu_right ul li a::before {
        position: absolute;
        content: "";
        background-color: #26ABE2;
        height: 2px;
        width: 0%;
        bottom: -3px;
        left: 0px;
        border-radius: 5px;
        transition: width linear 0.3s;
    }

    .cmn_menu_right ul li a:hover::before {
        width: 100%;
    }

    .consult_btn::before {
        background-color: transparent !important;
    }

    .consult_btn {
        padding: 15px 20px 15px 20px !important;
        margin-top: 0px;
        display: inline-block;
        font-size: 15px !important;
        font-weight: 600 !important;
        border-bottom: none !important;
    }

    .about_banner_left {
        width: 50%;
        padding: 0 5%;
    }

    .business_plan_left {
        width: 45%;
        padding: 90px 25px;
    }

    .business_plan_right {
        width: 55%;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 90px;
    }

    .business_plan_right h1 {
        font-size: 35px;
    }

    .business_plan_item {
        gap: 10px;
    }

    .business_plan_item_right h3 {
        font-size: 22px;
    }

    .business_plan_item_right p {
        font-size: 14px;
        margin-top: 4px;
    }

    .work_process,
    .expert {
        padding: 100px 0px 55px 0px;
    }

    .work_process_in {
        margin-top: 72px;
        grid-template-columns: 33% 33% 33%;
    }

    .work_process_item h2 {
        font-size: 20px;
    }

    .work_process_item {
        padding: 55px 12px 35px 12px;
    }

    .work_process_item p {
        font-size: 15px;
    }

    .work_experience_in {
        grid-template-columns: 50% 50%;
        padding: 25px 0;
    }

    .work_experience_line {
        display: none;
    }

    .work_experience_item {
        padding: 0px 10px;
    }

    .expert_in>h2 {
        font-size: 35px;
    }

    .expert_box {
        gap: 30px;
    }

    .expert_item>img {
        height: initial;
    }

    .team_info {
        padding: 12px 10px;
        width: 80%;
    }

    .footer {
        padding: 25px 0;
    }

    .footer_top_left {
        width: 25%;
    }

    .footer_top_right {
        width: 75%;
        justify-content: space-between;
    }

    .footer_top_contact img {
        width: 40px;
    }

    .footer_top_contact_part2 h5 {
        font-size: 14px;
    }

    .footer_top_contact {
        justify-content: flex-start;
        gap: 5px;
    }

    .footer_top_contact_part2 p {
        font-size: 13px;
    }

    .footer_mid {
        grid-template-columns: 50% 50%;
        gap: 15px 0px
    }

    .newsletter {
        padding: 25px 15px;
    }

}

@media(min-width: 992px) and (max-width: 1400px) {
    .about_banner_left_in h1 {
        font-size: 50px;
    }

    .logo img {
        width: 60px;
    }

    .logo h3 {
        margin: 0px 0px 0px 12px;
    }

    .cmn_menu_left {
        width: 25%;
    }

    .cmn_menu_right {
        width: 75%;
    }

    .cmn_menu_in {
        gap: 20px;
    }

    .cmn_menu_right ul li {
        margin: 0px 12px;
    }

    .cmn_menu_right ul li a {
        font-size: 15px;
    }

    .consult_btn {
        padding: 12px 16px 12px 16px;
    }

    .about_banner_left {
        padding: 0 5%;
    }

    .business_plan_right {
        padding-right: 20px;
    }

    .work_process_item {
        padding: 55px 15px 35px 15px;
    }

    .work_process_item p {
        font-size: 15px;
    }

    .work_process {
        padding: 100px 0px 55px;
    }

    .work_experience_item p {
        font-size: 15px;
    }

    .expert_box {
        grid-template-columns: 31% 31% 31%;
        gap: 30px;
    }

    .expert_item>img {
        height: 400px;
    }

    .footer_top_left {
        width: 25%;
    }

    .footer_top_right {
        width: 75%;
        justify-content: space-between;
    }

    .footer_top_contact img {
        width: 53px;
    }

    .footer_top_contact_part2 h5 {
        font-size: 18px;
    }

    .footer_top_contact_part2 p {
        font-size: 14px;
    }

    .footer_item h3 {
        gap: 7px;
        font-size: 17px;
    }

    .newsletter {
        padding: 35px 25px;
    }

    .newsletter_inp button {
        font-size: 15px;
    }
}

/*=========== /about us page =============*/


/*=========== index page =============*/
.home_banner {
    height: 85vh;
    width: 100%;
    background: url("../image/home_banner.jpg");
    background-size: cover;
    background-position: center;
}

.home_banner .row {
    height: 100%;
}

.home_banner_left {
    background-color: rgba(55, 57, 63, 0.91);
    backdrop-filter: blur(10px);
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 100px;
    padding-right: 20px;
}

.home_banner_left p {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.home_banner_left h1 {
    font-size: 55px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
}

.home_banner_left h1 span {
    color: #40DDB6;
}

.home_banner_left h5 {
    color: #B9B9B9;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.home_left_btn {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.home_left_btn>a {
    color: #37393F !important;
    background-color: #40DDB6;
    font-size: 17px;
    font-weight: 600;
    padding: 16px 27px;
    text-decoration: none;
    border-radius: 5px;
}

.home_left_btn>a:hover {
    background-color: #2bcfa6;
}

.home_left_btn_part2 button {
    display: flex;
    align-items: center;
    gap: 25px;
}

.home_left_btn_part2 button {
    background-color: transparent;
    outline: none;
    border: none;
    box-shadow: none;
}

.home_left_btn_part2 button img {
    width: 50px;
}

.home_left_btn_part2 button span,
.presentation_btn span {
    position: relative;
}

.home_left_btn_part2 button span::before,
.presentation_btn span::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: #27AAE1;
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}

.home_left_btn_part2 button span:after,
.presentation_btn span::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background-color: #27AAE1;
    border-radius: 50%;
    transition: all 200ms;
    z-index: -1;
}

.home_left_btn_part2 button span:hover:after {
    background-color: darken(#27AAE1, 10%);
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}



.home_left_btn_part2 p {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 2px;
    border-bottom: 2px solid white;
    color: white;
}

.home_business {
    padding-bottom: 60px;
}

.home_business .row {
    align-items: center;
}

.home_business_left {
    background-color: #F4F4F4;
    /* padding: 80px 50px; */
    height: 100%;
}

.home_business_left_in_right_img {
    text-align: right;
}

.home_business_left_in_right_img img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    object-position: top;
}

.home_business_left_in_right>h2 {
    font-family: 'Poppins', sans-serif;
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 600;
    color: #37393F;
}

.home_business_left_in_right>p {
    margin: 12px 0;
    font-size: 16px;
    font-weight: 400;
    color: #7D7D7D;
}

.home_business_left_in_right>a {
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    color: #37393F !important;
    padding-bottom: 4px;
    border-bottom: 2px solid #37393F;
    display: inline-block;
}

.home_business_right {
    padding-left: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 700px;
    width: 100%;
}

.home_business_right h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
}

.home_business_right>h1 {
    font-size: 42px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
}

.home_business_right>p {
    font-size: 18px;
    font-weight: 400;
    color: #7D7D7D;
    margin: 14px 0;
}

.home_business_right>ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.home_business_right>ul>li {
    margin: 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.home_business_right>ul>li>img {
    width: 27px;
}

.home_business_right>ul>li>span {
    font-size: 18px;
    font-weight: 500;
    color: #37393F;
    font-family: 'Poppins', sans-serif;
}

.home_business_info {
    margin-top: 40px;
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.home_business_item {
    display: flex;
    align-items: start;
    gap: 15px;
    background: #2E2F34;
    padding: 15px 20px;
    height: 100%;
    border-radius: 5px;
}

.home_business_item img {
    width: 40px;
}

.home_business_item_info h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    color: white;
}

.home_business_item_info p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #7D7D7D;
}

.home_business_right>a {
    color: #fff !important;
    background-color: #26ABE2;
    font-size: 18px;
    font-weight: 600;
    padding: 17px 25px;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    border-radius: 5px;
}

.home_business_right>a:hover {
    background-color: #1087ba;
}

.brand {
    padding: 40px 0;
}

.brand_in .owl-carousel .owl-dots {
    display: none;
}

.brand_in .owl-carousel {
    display: flex;
    align-items: center;
}

.brand_item img {
    width: 150px !important;
    height: 90px;
    object-fit: contain;
    margin: auto;
}

.benift {
    padding: 50px 0;
}

.benift_title>h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    color: #37393F;
    text-align: center;
}

.benifit_in {
    margin-top: 80px;
}

.benifit_in .owl-carousel .owl-dots {
    display: none;
}

.benifit_item .choose_states_item {
    width: 100%;
}

.sollution {
    padding-top: 60px;
    padding-bottom: 50px;
}

.sollution_title {
    max-width: 550px;
    width: 95%;
    margin: auto;
    text-align: center;
}

.sollution_title h5 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #37393F;
}

.sollution_title h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    color: #37393F;
}

.sollution_in {
    margin-top: 50px;
}

.sollution_in .row {
    align-items: stretch;
}

.sollution_in .row>div {
    margin: 10px 0;
}

.sollution_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    background-color: #F4F4F4;
    padding: 35px 30px;
    border-radius: 5px;
    height: 100%;
}

.sollution_item_part1 h2 {
    font-size: 25px;
    font-weight: 600;
    color: #37393F;
    margin: 0px;
}

.sollution_item_part1 a {
    color: #26ABE2 !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-top: 25px;
}

.sollution_item_part2 {
    text-align: right;
}

.sollution_item_part2 img {
    width: 80px;
}

.more_sollution {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #40DDB6;
    height: 100%;
    padding: 35px 30px;
    border-radius: 5px;
    text-decoration: none;
}

.more_sollution h2 {
    font-size: 25px;
    font-weight: 600;
    color: white !important;
}

.intelligent {
    padding-top: 40px;
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    background-color: #37393F;
}

.intelligent_top {
    /* display: grid;
    align-items: start;
    grid-template-columns: 50% 50%;
    justify-content: space-between;
    gap: 20px; */
    /* padding-top: 30px; */
}

.intelligent_top h1 {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin: 0px;
}

.intelligent_top p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 16px;
    color: white;
}

.int_info {
    display: grid;
    grid-template-columns: 30% 30% 30%;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 30px;
}

.int_info_item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.int_info_item img {
    width: 25px;
}

.int_info_item h4 {
    color: white;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.why_choose {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    background-color: #37393F;
}

.why_choose_left {
    color: white;
    padding: 40px;
}

.why_choose_left h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 60px;
    font-weight: 700;
    margin-top: 20px;
    color: #fff;
}

.why_choose_left h1 span {
    color: #26ABE2;
}

.why_choose_in h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    /* color: white; */
}

.why_choose_in {
    padding-right: 60px;
}

.why_choose_left>.row>ul>li {
    list-style-type: none;
    margin-bottom: 8px;
}

.why_choose_left img {
    margin-right: 8px;
}

.why_choose_in h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    /* color: white; */
}

.why_choose_in h2 span {
    color: #26ABE2;
}

.why_choose_in .futur-grey {
    color: #818181;
}

.why_choose_in p {
    font-size: 18px;
    font-weight: 400;
    margin: 12px 0;
    /* color: white; */
}

.why_choose_in p span {
    color: #26ABE2;
}

.empower-business {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.empower-business .futur-grey {
    color: #818181;
}

.request_demo_btn {
    background-color: #26ABE2;
    padding: 15px 20px 15px 20px;
    color: white !important;
    border-radius: 5px;
    display: inline-block;
    margin-top: 20px;
    text-decoration: none;
}

.request_demo_btn:hover {
    background-color: #2491c0;
}

.choose_states {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 20px;
}

.choose_states_item {
    display: grid;
    grid-template-columns: 35% 65%;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: white;
    background-color: #26ABE2;
    padding: 25px 20px;
    width: 50%;
    border-radius: 5px;
}

.choose_state_percentage {
    height: 70px;
    width: 70px;
    text-align: center;
    color: #26ABE2;
    border-radius: 50%;
    border: 2px solid #26ABE2;
    background-color: white;
}

.choose_state_percentage h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 70px;
}

.choose_state_info p {
    font-size: 16px;
    font-weight: 400;
    margin: 0px;
}

.choose_state_info h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

.why_choose_right img {
    width: 100%;
    /* height: 800px; */
    height: 100%;
    object-fit: cover;
}

.why_choose_right {
    height: -webkit-fill-available;
}

.choose_btm {
    margin-top: 20px;
}

.choose_btm_item {
    margin-top: 20px;
}

.choose_btm_item p {
    margin: 0px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.choose_btm_item p img {
    width: 25px;
}

.choose_btm_item p span {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.choose_btm_item p span b {
    font-weight: 500;
}

.choose_btm_item_color {
    color: #FFB342;
}

.choose_btm_item a {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    color: #26ABE2 !important;
    padding-bottom: 4px;
    border-bottom: 2px solid #26ABE2;
}

.project {
    padding-top: 60px;
    padding-bottom: 50px;
}

.project_title {
    display: grid;
    grid-template-columns: 70% 30%;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.cmn_title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
}

.project_title_left h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.project_title_right {
    text-align: right;
}

.project_title_right a {
    color: white !important;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 40px;
    background-color: #40DDB6;
    text-decoration: none;
    border-radius: 5px;
    transition: all linear 0.2s;


}

.project_title_right a:hover {
    background-color: #27ab8a;
}


.project_in {
    margin-top: 60px;
}

.project_item {
    margin: 10px 0;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: block;
}

.project_item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.project_info {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    text-align: center;
    border: 3px solid #26ABE2;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.project_info span {
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    color: #000 !important;
}

.testomonial {
    padding: 80px 0px 140px 0px;
}

.testominal_left h2 {
    color: #37393F;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
}

.testo_item {
    margin: 12px 0;
    background-color: #F6F6F6;
    padding: 40px 25px 30px 25px;
    border-radius: 10px;
}

.testo_user {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-start;
}

.testo_user img {
    height: 80px;
    width: 80px !important;
    border-radius: 50%;
    object-fit: cover;
}

.testo_user_info h3 {
    font-size: 20px;
    font-weight: 600;
    color: #37393F;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}

.testo_user_info h6 {
    margin-top: 6px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #7D7D7D;
}

.user_review_start {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #FFB342;
}

.testo_desc p {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #7D7D7D;
    font-style: italic;
}

.testominal_right {
    position: relative;
}

.testominal_right .owl-carousel .owl-dots {
    display: none;
}

.testominal_right .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    bottom: -60px;
    right: 60px;
    background: #26ABE2;
    height: 40px;
    width: 40px;
    font-size: 30px;
    line-height: 40px;
    color: white;
}

.testominal_right .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    bottom: -60px;
    right: 0px;
    background: #26ABE2;
    height: 40px;
    width: 40px;
    font-size: 30px;
    line-height: 40px;
    color: white;
}

.home_appoinment {
    background-color: #37393F;
    color: white;
    padding: 130px 0px 60px 0px;
}

.contact_us2_btn {
    background-color: #26ABE2;
    padding: 15px 20px 15px 20px;
    justify-content: center;
    align-items: center;
    color: white !important;
    border-radius: 5px;
    transition: all linear 0.2s;
    text-decoration: none;
    border: 1px solid transparent !important;
}

.contact_us2_btn:hover {
    background-color: transparent;
    color: #26ABE2 !important;
    border: 1px solid #26ABE2 !important;
}

.home_appoinment_left>h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home_appoinment_left>p {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0;
}

.expirence_state {
    background-color: #40DDB6;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px 30px;
    border-radius: 5px;
}

.expirence_state_left {
    display: flex;
    align-items: center;
    justify-content: center;
}

.expirence_state_left div {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid #26ABE2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.expirence_state_left h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}

.expirence_state_left p {
    margin: 0px;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.expirence_state_right p {
    font-size: 19px;
    font-weight: 400;
    margin: 10px 0;
    font-family: 'Poppins', sans-serif;
}

.business_step {
    margin-top: 20px;
}

.business_step_item {
    display: flex;
    align-items: start;
    gap: 12px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.business_step_item img {
    width: 25px;
}

.business_step_item_info {
    padding-bottom: 15px;
    border-bottom: 0.1px solid white;
}

.business_step_item:last-child .business_step_item_info {
    border-bottom: none;
}

.business_step_item_info h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}

.business_step_item_info p {
    margin-top: 4px;
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
}

.home_appoinment_right {
    padding-left: 60px;
}

.home_appoinment_right h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home_appoinment_form {
    /* padding: 40px 25px 20px; */
    /* background-color: white; */
    /* border-radius: 5px; */
    margin-top: 40px;
}

.home_appoint_inp {
    margin-top: 10px;
    margin-bottom: 20px;
}

.home_appoint_inp input,
.home_appoint_inp textarea {
    height: 55px;
    width: 100%;
    border: none;
    border: 1px solid #DDD;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 15px 5px 22px;
    outline: none;
    box-shadow: none;
}

.home_appoint_inp textarea {
    height: 140px;
    padding-top: 10px;
}

.home_appoint_inp button {
    background-color: #40DDB6;
    padding: 16px 40px;
    font-size: 16px;
    font-weight: 600;
    color: #37393F;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 5px;
}

.home_expert_team {
    background-image: url("../image/home_expert_bg.jpg");
    background-size: cover;
    background-position: top;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70vh;
}

.home_expert_team_in {
    background: rgba(55, 57, 63, 0.80);
    backdrop-filter: blur(9px);
    padding: 85px 120px;
    text-align: center;
    border-radius: 5px;
}

.home_expert_team_in h1 {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 45px;
    font-weight: 500;
}

.latest_post {
    padding-top: 100px;
    padding-bottom: 60px;
}

.latest_post_title_right a {
    background-color: #37393F;
}

.latest_post_in {
    margin-top: 60px;
}

.latest_post_item {
    margin: 12px 0;
}

.latest_post_img {
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.latest_post_img img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    transition: all linear 0.2s;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.latest_post_img img:hover {
    transform: scale(1.1);
}

.latest_post_info {
    display: grid;
    align-items: center;
    grid-template-columns: 35% 65%;
    justify-content: space-between;
}

.latest_post_info p {
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.latest_post_info p.date {
    background-color: #26ABE2;
    color: white;
    margin: 0px;
    border-bottom-left-radius: 10px;
}

.latest_post_info_part2 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: space-between;
}

.latest_post_info_part2 p.author {
    background-color: #40DDB6;
    color: #208068;
    border-right: 1px solid #2D9E82;
    margin: 0px;
}

.latest_post_info_part2 p.tag {
    background-color: #40DDB6;
    color: #208068;
    margin: 0px;
    border-bottom-right-radius: 10px;
}

.latest_post_det {
    padding: 20px 0px 10px 0px;
}

.latest_post_det h2 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    margin-top: 0px;
    margin-bottom: 0px;
}

.latest_post_det p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    color: #7D7D7D;
}

.latest_post_det a {
    color: #26ABE2 !important;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}

.home_contact {
    padding: 50px 0;
}

.home_contact_in {
    background: url("../image/home_contact_bg.png");
    backdrop-filter: blur(7px);
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 150px 250px;
    border-radius: 5px;
}

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

.home_contact_in .square_shape {
    background-color: #6B77E5;
}

.home_contact_in h1 {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 700;
    color: #37393F;
    font-family: 'Poppins', sans-serif;
}

.home_contact_in h1 span {
    color: white;
}

.home_contact_in p {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #37393F;
}

.home_contact_btn {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0px 100px;
}

.home_contact_btn a {
    background-color: #26ABE2;
    color: white !important;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 5px;
}

.home_contact_btn a:hover {
    background-color: #248ebc;
}

.scroll_top_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    text-decoration: none;
    background-color: #248ebc;
    color: white !important;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 28px;
    display: none;
    z-index: 9999;
}

.scroll_top_btn:hover {
    background-color: #2ea8dc;
}

@media(max-width: 991px) {
    .scroll_top_btn {
        right: 20px;
    }
}


@media(max-width: 375px) {
    .home_banner {
        height: initial;
    }

    .home_banner_left {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home_banner_left h1 {
        font-size: 35px;
    }

    .home_banner_left h5 {
        font-size: 16px;
    }

    .home_left_btn {
        gap: 15px;
    }

    .home_left_btn_part2 button span::before {
        width: 40px;
        height: 40px;
    }

    .home_left_btn_part2 button span::after {
        width: 40px;
        height: 40px;
    }


    .home_left_btn>a {
        font-size: 13px;
        padding: 14px 12px;
        white-space: nowrap;
    }

    .home_left_btn_part2 button {
        gap: 5px;
    }

    .home_left_btn_part2 button img {
        width: 35px;
    }


    .home_left_btn_part2 p {
        font-size: 13px;
    }

    .home_business_right {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 30px;
        padding-bottom: 20px;
        max-width: 100%;
    }

    .home_business_right>h1 {
        font-size: 35px;
    }

    .home_business_right>p {
        font-size: 16px;
    }

    .home_business_right>ul>li>img {
        width: 24px;
    }

    .home_business_right>ul>li>span {
        font-size: 16px;
    }

    .home_business_info {
        gap: 17px;
        grid-template-columns: auto;
    }

    .home_business_right>a {
        font-size: 16px;
        padding: 17px 22px;
    }

    .brand {
        padding: 30px 0;
    }

    .brand_item img {
        width: 115px !important;
        height: 80px;
    }

    .sollution_title {
        width: 100%;
    }

    .sollution_title h1 {
        font-size: 35px;
    }

    .sollution_in {
        margin-top: 30px;
    }

    .sollution_item_part1 h2 {
        font-size: 22px;
    }

    .sollution_item_part2 img {
        width: 75px;
    }

    .intelligent {
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .intelligent_top {
        grid-template-columns: 100%;
    }

    .intelligent_top p {
        font-size: 18px;
    }

    .int_info {
        grid-template-columns: 100%;
        margin-top: 20px;
    }

    .int_info_item {
        margin-top: 20px;
    }

    .why_choose_left h1 {
        font-size: 35px;
    }

    .why_choose {
        padding: 0px;
        grid-template-columns: 100%;
    }

    .why_choose_left {
        padding: 10px;
    }

    .request_demo_btn {
        padding: 12px 15px;
    }

    .why_choose_in {
        padding-right: 0px;
    }

    .why_choose_in h2 {
        font-size: 30px;
    }

    .why_choose_in p {
        font-size: 16px;
    }

    .choose_states {
        flex-direction: column;
        gap: 10px;
    }

    .choose_states_item {
        width: 100%;
    }

    .choose_state_percentage {
        height: 80px;
        width: 80px;
    }

    .choose_state_percentage h3 {
        line-height: 80px;
    }

    .choose_btm_item p img {
        width: 22px;
    }

    .choose_btm_item p span,
    .choose_btm_item a {
        font-size: 15px;
    }

    .why_choose_right img {
        height: 100%;
    }

    .project_title {
        grid-template-columns: 100%;
        justify-content: center;
        gap: 30px;
    }

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

    .project_title_left {
        text-align: center;
    }

    .project_title_left h2 {
        font-size: 30px;
    }

    .project_title_right {
        text-align: center;
    }

    .project_title_right a {
        font-size: 16px;
        padding: 16px 28px;
        white-space: nowrap;
    }

    .project_in {
        margin-top: 50px;
    }

    .project_item img {
        height: initial;
    }

    .testomonial {
        padding: 40px 0px 100px 0px;
    }

    .home_appoinment {
        padding: 70px 0px 60px 0px;
    }

    .home_appoinment_left>h2 {
        font-size: 30px;
    }

    .expirence_state {
        gap: 15px;
        padding: 30px 10px;
    }

    .expirence_state_right p {
        font-size: 16px;
        margin: 5px 0;
    }

    .expirence_state_left div {
        width: 80px;
        height: 80px;
    }

    .expirence_state_left h3 {
        font-size: 18px;
    }

    .expirence_state_left p {
        font-size: 14px;
    }

    .business_step_item_info h3 {
        font-size: 20px;
    }

    .home_appoinment_right {
        padding-left: 0px;
    }

    .home_appoinment_right h2 {
        font-size: 30px;
    }

    .home_appoinment_form {
        padding: 40px 15px 20px;
    }

    .home_expert_team_in {
        padding: 50px 30px;
        margin: 10px;
    }

    .home_expert_team_in h1 {
        font-size: 25px;
    }

    .home_expert_team {
        height: 50vh;
    }

    .latest_post {
        padding-top: 70px;
    }

    .latest_post_info p {
        font-size: 10px;
        gap: 6px;
    }

    .latest_post_img img {
        height: initial;
    }

    .latest_post_det h2 {
        font-size: 20px;
    }

    .latest_post_det p {
        font-size: 15px;
    }

    .home_contact {
        padding: 20px 0;
    }

    .home_contact_in {
        padding: 50px 20px;
    }

    .home_contact_in h1 {
        font-size: 30px;
    }

    .home_contact_in p {
        font-size: 16px;
    }

    .home_contact_btn a {
        margin: 8px 0;
        width: 100%;
    }

    .home_contact_btn {
        padding: 0px 0px;
        flex-direction: column;
    }
}

@media(min-width: 376px) and (max-width: 575px) {
    .home_banner {
        height: initial;
    }

    .home_banner_left {
        padding-left: 20px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .home_banner_left h1 {
        font-size: 35px;
    }

    .home_banner_left h5 {
        font-size: 16px;
    }

    .home_left_btn {
        gap: 10px;
    }

    .home_left_btn>a {
        font-size: 15px;
        padding: 11px 14px;
        white-space: nowrap;
    }

    .home_left_btn_part2 button {
        gap: 6px;
    }

    .home_left_btn_part2 button img {
        width: 45px;
    }

    .home_left_btn_part2 p {
        font-size: 15px;
    }

    .home_left_btn_part2 button span::before {
        width: 40px;
        height: 40px;
    }

    .home_left_btn_part2 button span::after {
        width: 40px;
        height: 40px;
    }


    .home_business_right {
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .home_business_right>h1 {
        font-size: 35px;
    }

    .home_business_right>p {
        font-size: 16px;
    }

    .home_business_info {
        gap: 20px;
        grid-template-columns: auto;
    }

    .brand {
        padding: 30px 0;
    }

    .brand_item img {
        width: 128px !important;
        height: 80px;
    }

    .sollution_title {
        width: 100%;
    }

    .sollution_title h1 {
        font-size: 35px;
    }

    .sollution_item_part1 h2 {
        font-size: 22px;
    }

    .sollution_item_part2 img {
        width: 70px;
    }

    .intelligent {
        padding: 10px;
    }

    .intelligent_top {
        grid-template-columns: 100%;
    }

    .int_info {
        grid-template-columns: 100%;
    }

    .int_info_item {
        margin-top: 20px;
    }

    .why_choose {
        padding: 0px;
        grid-template-columns: 100%;
    }

    .why_choose_left {
        padding: 10px;
    }

    .why_choose_left h1 {
        font-size: 40px;
    }

    .why_choose_in {
        padding-right: 0px;
    }

    .choose_states {
        gap: 20px;
        flex-direction: column;
    }

    .choose_states_item {
        width: 100%;
    }

    .choose_state_percentage {
        height: 90px;
        width: 90px;
    }

    .choose_state_percentage h3 {
        line-height: 90px;
    }

    .choose_btm_item p span,
    .choose_btm_item a {
        font-size: 16px;
    }

    .choose_btm {
        gap: 16px 12px;
    }

    .why_choose_right img {
        height: 100%;
    }

    .project {
        padding-top: 30px;
    }

    .project_title {
        grid-template-columns: 65% 35%;
        gap: 5px;
    }

    .project_title_left h2 {
        font-size: 28px;
    }

    .project_title_right a {
        font-size: 16px;
        padding: 14px 15px;
        white-space: nowrap;
    }

    .project_in {
        margin-top: 40px;
    }

    .project_item img {
        height: initial;
    }

    .expirence_state {
        gap: 12px;
        padding: 14px 12px;
    }

    .expirence_state_right p {
        font-size: 16px;
    }

    .home_appoinment {
        padding: 80px 0px 60px 0px;
    }

    .home_appoinment_right {
        padding-left: 0px;
    }

    .home_expert_team {
        height: 55vh;
    }

    .home_expert_team_in {
        padding: 40px 30px;
    }

    .home_expert_team_in h1 {
        font-size: 30px;
    }

    .latest_post {
        padding-top: 80px;
    }

    .latest_post_img img {
        height: initial;
    }

    .latest_post_info p {
        font-size: 12px;
    }

    .home_contact_in {
        padding: 80px 30px;
    }

    .home_contact_in h1 {
        font-size: 35px;
    }

    .home_contact_in p {
        font-size: 16px;
    }

    .home_contact_btn {
        justify-content: space-between;
        padding: 0px 0px;
    }

    .home_contact_btn a {
        font-size: 16px;
        padding: 14px 25px;
    }

    .home_contact {
        padding: 20px 0;
    }

}

@media(min-width: 576px) and (max-width: 767px) {
    .home_banner_left {
        padding-left: 20px;
        padding-top: 100px;
        padding-bottom: 100px;
    }



    .home_banner {
        height: initial;
    }

    .home_banner_left h1 {
        font-size: 40px;
    }

    .home_banner_left h5 {
        font-size: 16px;
    }

    .home_left_btn>a {
        font-size: 16px;
        padding: 14px 17px;
    }

    .home_left_btn_part2 button img {
        width: 50px;
    }

    .home_left_btn_part2 p {
        font-size: 16px;
    }

    .home_left_btn_part2 button span::before {
        width: 50px;
        height: 50px;
    }

    .home_left_btn_part2 button span::after {
        width: 50px;
        height: 50px;
    }

    .home_left_btn_part2 button {
        gap: 16px;
    }

    .home_left_btn {
        gap: 20px;
    }

    .home_business_right {
        padding-right: 10px;
        padding-left: 10px;
    }

    .home_business_right>h1 {
        font-size: 35px;
    }

    .home_business_info {
        gap: 20px;
        grid-template-columns: auto;
    }

    .home_business_item {
        padding: 15px 12px;
    }

    .home_business_item_info h3 {
        font-size: 20px;
        color: white !important;
    }

    .home_business_item_info p {
        font-size: 15px;
    }

    .brand {
        padding: 10px 0;
    }

    .sollution_title {
        width: 100%;
    }

    .sollution_title h1 {
        font-size: 35px;
    }

    .sollution_item {
        padding: 28px 20px;
    }

    .sollution_item_part1 h2 {
        font-size: 22px;
    }

    .sollution_item_part2 img {
        width: 70px;
    }

    .intelligent {
        padding-top: 10px;
        padding-bottom: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .intelligent_top {
        grid-template-columns: 100%;
    }

    .int_info {
        grid-template-columns: 50% 50%;
    }

    .why_choose {
        padding: 30px 0;
        grid-template-columns: 100%;
    }

    .why_choose_right img {
        height: 100%;
    }

    .why_choose_in {
        padding-right: 0px;
    }

    .choose_states {
        gap: 20px;
    }

    .choose_states_item {
        padding: 35px 15px;
    }

    .choose_btm {
        gap: 20px 12px;
    }

    .choose_btm_item p span,
    .choose_btm_item a {
        font-size: 16px;
    }

    .why_choose_left {
        padding: 0 10px 25px;
    }

    .why_choose_left h1 {
        font-size: 50px;
    }

    .project_title_right a {
        padding: 20px 32px;
        white-space: nowrap;
    }

    .project_title_left h2 {
        font-size: 34px;
    }

    .project_item img {
        height: initial;
    }

    .project_info {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }

    .project_info a {
        font-size: 10px;
    }

    .latest_post_img img {
        height: initial;
    }

    .testomonial {
        padding: 50px 0px 100px 0px;
    }

    .home_appoinment {
        padding: 80px 0px 60px 0px;
    }

    .expirence_state {
        padding: 25px 25px;
    }

    .home_appoinment_right {
        padding-left: 0px;
    }

    .home_expert_team_in {
        padding: 65px 70px;
    }

    .home_contact {
        padding: 20px 0;
    }

    .home_contact_in {
        padding: 55px 50px;
    }

    .home_contact_in h1 {
        font-size: 35px;
    }

    .home_contact_btn {
        padding: 0px 5px;
    }
}

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

    .home_banner {
        height: initial;
    }

    .home_business_info {
        grid-template-columns: auto;
    }

    .home_banner_left {
        padding-left: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .home_banner_left h1 {
        font-size: 45px;
    }

    .home_business_right {
        padding-left: 10px;
        padding-right: 10px;
    }

    .home_business_right>h1 {
        font-size: 35px;
    }

    .home_business_right>p {
        font-size: 16px;
    }

    .home_business_info {
        gap: 10px;
        grid-template-columns: auto;

    }

    .home_business_item {
        gap: 10px;
        padding: 15px 7px;
        flex-direction: column;
    }

    .home_business_item img {
        width: 35px;
    }

    .home_business_item_info h3 {
        font-size: 20px;
    }

    .home_business_item_info p {
        font-size: 15px;
    }

    .sollution_title h1 {
        font-size: 35px;
    }

    .sollution_item_part1 h2 {
        font-size: 22px;
    }

    .why_choose_in {
        padding-right: 0px;
    }

    .why_choose_in h2 {
        font-size: 30px;
    }

    .why_choose_in p {
        font-size: 16px;
    }

    .choose_states {
        gap: 10px;
    }

    .choose_states_item {
        gap: 10px;
        padding: 25px 15px;
        grid-template-columns: auto auto;
    }

    .choose_state_percentage h3 {
        font-size: 17px;
    }

    .choose_state_info h3 {
        font-size: 16px;
    }

    .intelligent {
        padding: 10px;
    }

    .why_choose_left {
        padding: 10px 10px 25px 10px;
    }

    .intelligent_top h1 {
        font-size: 38px;
    }

    .intelligent_top p {
        font-size: 18px;
    }

    .int_info {
        margin-top: 10px;
        grid-template-columns: 50% 50%;
    }

    .why_choose_left h1 {
        font-size: 40px;
    }

    .why_choose_right img {
        height: 100%;
    }

    .choose_btm_item p span {
        font-size: 16px;
    }

    .choose_btm {
        gap: 16px 12px;
    }

    .project_title_left h2 {
        font-size: 35px;
    }

    .project_item img {
        height: initial;
    }

    .testominal_left h2 {
        font-size: 30px;
    }

    .testo_desc p {
        font-size: 15px;
    }

    .home_appoinment_left>h2,
    .home_appoinment_right h2 {
        font-size: 30px;
    }

    .expirence_state_right p {
        font-size: 15px;
    }

    .expirence_state {
        gap: 12px;
        padding: 16px 16px;
    }

    .home_appoinment_right {
        padding-left: 10px;
    }

    .home_appoinment {
        padding: 50px 0px 60px 0px;
    }

    .home_expert_team_in h1 {
        font-size: 32px;
    }

    .home_expert_team_in {
        padding: 70px 90px;
    }

    .latest_post_info p {
        font-size: 12px;
    }

    .latest_post_img img {
        height: initial;
    }

    .latest_post_det h2 {
        font-size: 20px;
    }

    .home_contact_in {
        padding: 80px 50px;
    }


}

@media(min-width: 992px) and (max-width: 1200px) {
    .home_banner_left h1 {
        font-size: 45px;
    }

    .home_banner_left {
        padding-left: 30px;
    }


    .home_business_right>h1 {
        font-size: 35px;
    }

    .home_business_right>p {
        font-size: 16px;
    }

    .home_business_right>ul>li>span {
        font-size: 17px;
    }

    .home_business_info {
        gap: 15px;
        grid-template-columns: auto;

    }

    .home_business_item_info h3 {
        font-size: 18px;
    }

    .home_business_item {
        gap: 10px;
        padding: 15px 15px;
    }

    .why_choose_in {
        padding-right: 0px;
    }

    .choose_states {
        gap: 15px;
    }

    .choose_btm_item p span {
        font-size: 17px;
    }

    .why_choose_left {
        padding: 20px;
    }

    .why_choose_left h1 {
        font-size: 50px;
    }

    .choose_states_item {
        grid-template-columns: auto auto;
        padding: 25px 12px;
    }

    .latest_post_img img {
        height: initial;
    }

    .project_item img {
        height: initial;
    }

    .expirence_state_right p {
        font-size: 17px;
    }

    .expirence_state {
        gap: 15px;
        padding: 20px 20px;
    }

    .home_contact_in {
        padding: 120px 100px;
    }

}

@media(min-width: 1201px) and (max-width: 1600px) {
    .home_banner_left h1 {
        font-size: 50px;
    }

    .home_banner_left {
        padding-left: 60px;
    }

    .home_business_right {
        padding-left: 30px;
        padding-right: 10px;
    }

    .home_business_right>p {
        font-size: 16px;
    }

    .home_business_item_info h3 {
        font-size: 21px;
    }

    .why_choose_right img {
        height: 100%;
    }

    .why_choose_in {
        padding-right: 0px;
    }

    .why_choose_left {
        padding: 30px;
    }

    .choose_states_item {
        padding: 25px 20px;
        grid-template-columns: 38% 62%;
    }

    .project_item img {
        height: initial;
    }

    .expirence_state {
        padding: 20px 20px;
    }

    .expirence_state_right p {
        font-size: 17px;
    }

}

/*=========== /index page =============*/

/*=========== service page =============*/
.service_banner {
    background-image: url("../image/service_bg.png");
}

.service_sollution {
    padding: 100px 0;
}

.we_offer {
    background-color: #37393F;
    padding: 100px 0;
    color: white;
}

.we_offer_tittle_left,
.we_offer_tittle_right {
    margin: 10px 0;
}

.we_offer_tittle_left h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    margin-top: 15px;
}

.we_offer_tittle_right p {
    margin: 0px;
    font-size: 16px;
    font-weight: 400;
}

.we_offer_in {
    margin-top: 30px;
}

.we_offer_in .row {
    align-items: stretch;
}

.we_offer_in .row div {
    margin: 10px 0;
}

.we_offer_item {
    text-align: center;
    border: 1px solid #636363;
    padding: 45px 50px;
    border-radius: 5px;
    cursor: pointer;
    height: 100%;
}

.we_offer_item:hover {
    background-color: #26ABE2;
    border: 1px solid #26ABE2;
}

.we_offer_item img {
    width: 60px;
}

.we_offer_item h3 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.we_offer_item p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 400;
}

.service_choose {
    padding: 80px 0px 50px 0px;
}

.service_choose .row {
    align-items: center;
}

.service_choose_left>h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #37393F;
    margin: 5px 0;
}

.service_choose_left>p {
    font-size: 18px;
    font-weight: 400;
    color: #7D7D7D;
    margin: 15px 0;
}

.service_choose_item {
    margin: 18px 0;
    display: flex;
    align-items: start;
    justify-content: flex-start;
    gap: 12px;
    padding: 4px 0px;
}

.service_choose_item img {
    width: 25px;
}

.service_choose_item_part2 h4 {
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 20px;
    font-weight: 600;
    margin: 0px;
}

.service_choose_item_part2 h4 span {
    color: #FFB342;
}

.service_choose_item_part2 h4 b {
    font-weight: 700;
}

.service_choose_item_part2 p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    color: #7D7D7D;
}

.service_choose_right {
    padding-left: 40px;
}

.service_choose_percentage {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    background-color: #F4F4F4;
    max-width: 500px;
    width: 100%;
    margin: 20px 0;
    padding: 25px 25px;
    border-radius: 8px;
    gap: 10px;
}

.service_choose_percentage_left div {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #FFF;
    border: 3px solid #40DDB6;
}

.service_choose_percentage_left div h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    line-height: 100px;
    text-align: center;
}

.service_choose_percentage_right h5 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    margin: 0px;
}

.service_choose_percentage_right h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    margin-top: 5px;
    margin-bottom: 0px;
}

.service_choose_percentage_right p {
    font-size: 18px;
    font-weight: 400;
    color: #7D7D7D;
    margin-top: 5px;
    margin-bottom: 0px;
}

.service_testomonial {
    border-top: 1px solid #C5C5C5;
}

@media(max-width: 425px) {
    .service_sollution {
        padding: 50px 0;
    }

    .we_offer {
        padding: 70px 0;
    }

    .we_offer_in {
        margin-top: 10px;
    }

    .we_offer_item {
        padding: 25px 20px;
    }

    .service_choose_right {
        padding-left: 0px;
    }

    .service_choose_percentage {
        padding: 25px 12px;
        grid-template-columns: 35% 65%;
    }

    .service_choose_percentage_right h5 {
        font-size: 16px;
    }

    .service_choose_percentage_right h3 {
        font-size: 20px;
    }

    .service_choose_percentage_right p {
        font-size: 16px;
    }

    .service_choose_percentage_left div {
        height: 80px;
        width: 80px;
        margin: auto;
    }

    .service_choose_percentage_left div h2 {
        font-size: 22px;
        line-height: 80px;
    }



}

@media(min-width: 426px) and (max-width: 575px) {
    .service_sollution {
        padding: 60px 0;
    }

    .service_choose_right {
        padding-left: 0px;
    }

    .service_choose_percentage_left div {
        height: 90px;
        width: 90px;
    }

    .service_choose_percentage_left div h2 {
        line-height: 90px;
    }

}

@media(min-width: 576px) and (max-width: 767px) {
    .we_offer_item {
        padding: 20px 10px;
    }

    .service_choose_right {
        padding-left: 0px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .service_choose_item_part2 h4 {
        font-size: 18px;
    }

    .service_choose_item_part2 p {
        font-size: 15px;
    }

    .service_choose_right {
        padding-left: 10px;
    }

    .service_choose_percentage_left div {
        height: 80px;
        width: 80px;
    }

    .service_choose_percentage_left div h2 {
        line-height: 80px;
    }

    .service_choose_percentage_left div h2 {
        font-size: 22px;
    }

    .service_choose_percentage {
        padding: 20px 20px;
    }

    .service_choose_percentage_right h3 {
        font-size: 20px;
    }

    .service_choose_percentage_right h5 {
        font-size: 16px;
    }

    .service_choose_percentage_right p {
        font-size: 16px;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .we_offer_item {
        padding: 25px 5px;
    }

    .we_offer_item img {
        width: 55px;
    }

    .we_offer_item h3 {
        font-size: 18px;
    }

    .we_offer_item p {
        font-size: 17px;
    }

    .service_choose_percentage_right h3 {
        font-size: 20px;
    }

    .service_choose_percentage_left div {
        height: 90px;
        width: 90px;
    }

    .service_choose_percentage_left div h2 {
        font-size: 22px;
        line-height: 90px;
    }

    .service_choose_item_part2 h4 {
        font-size: 18px;
    }

}

/*=========== /service page =============*/

/*=========== service single page =============*/
.service_single {
    background-image: url("../image/home_banner.jpg");
}

.service_single_desc {
    padding: 60px 0;
}

.service_single_desc_left,
.service_single_desc_right {
    margin: 10px 0;
}

.service_single_list {
    background-color: #F4F4F4;
    padding: 30px 20px 10px 20px;
    border-radius: 5px;
}

.service_single_list h3 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    margin-bottom: 15px;
}

.service_single_list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3px 0;
    color: #37393F !important;
    padding: 8px 10px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    border-radius: 3px;
}

.service_single_list a i {
    font-size: 25px;
}

.service_single_list a.active,
.service_single_list a:hover {
    color: #fff !important;
    background-color: #26ABE2;
}

.single_service_download {
    margin-top: 30px;
    background-color: #F4F4F4;
    padding: 30px 20px 10px 20px;
    border-radius: 5px;
}

.single_service_download h3 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 0.5px solid #37393F;
}

.single_service_download p {
    font-size: 16px;
    font-weight: 400;
    color: #7D7D7D;
    margin: 0px;
}

.single_service_download>a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 200px;
    background-color: #26ABE2;
    margin: 20px 0;
    padding: 10px 12px;
    color: white !important;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
}

.single_service_contact {
    background-image: url("../image/service_single_contact.png");
    background-size: cover;
    background-position: center;
    padding: 50px 20px;
    border-radius: 5px;
    margin-top: 30px;
    text-align: center;
}

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

.single_service_contact .cmn_title .square_shape {
    background-color: #26ABE2;
}

.single_service_contact h1 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
}

.single_service_contact h1 span {
    color: white;
}

.single_service_contact p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 30px;
}

.single_service_contact a {
    font-size: 16px;
    font-weight: 500;
    padding: 14px 20px;
    text-decoration: none;
    color: white !important;
    background-color: #26ABE2;
    border-radius: 2px;
}

.service_single_desc_right {
    padding-left: 20px;
}

.service_single_desc_right>img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

.service_single_desc_right>h1 {
    font-size: 30px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
}

.service_single_desc_right>p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #7D7D7D;
}

.service_single_desc_right>h3 {
    font-size: 25px;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    color: #26ABE2;
}

.service_benifits {
    margin-top: 20px;
}

.service_benifits .row {
    align-items: center;
}

.service_benifits_left {
    padding-right: 5px;
    margin: 5px 0;
}

.service_benifits_left img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}

.service_benifits_right {
    margin: 5px 0;
}

.service_benifits_right>h2 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
}

.service_benifits_right>h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #40DDB6;
    margin: 20px 0;
}

.service_benifits_right>h6 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0;
    font-size: 18px;
    font-weight: 400;
    color: #7D7D7D;
}

.service_benifits_right>h6>img {
    width: 25px;
}

.service_faq {
    margin-top: 30px;
}

.service_faq h2 {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    margin: 0px;
}

.service_faq p {
    font-size: 18px;
    font-weight: 400;
    color: #7D7D7D;
    margin-top: 10px;
    margin-bottom: 10px;
}

.service_faq_in .accordion-item {
    border: 1px solid #E3E3E3 !important;
    margin: 12px 0;
    outline: none;
    box-shadow: none;
}

.service_faq_in .accordion-item button {
    outline: none;
    box-shadow: none;
    padding: 22px 12px;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 17px;
    font-weight: 600;
}

.service_faq_in .accordion-item .accordion-body {
    padding: 0.5rem 1rem;
}

.service_faq_in .accordion-item .accordion-body p {
    color: #7D7D7D;
    font-size: 16px;
    font-weight: 400;
}

.service_single .about_banner_left_in h2 {
    margin-top: 10px;
    font-size: 60px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

@media(max-width: 375px) {
    .service_single .about_banner_left_in h2 {
        font-size: 27px;
    }

    .service_single_desc {
        padding: 30px 0;
    }

    .service_single_list a {
        font-size: 17px;
    }

    .service_single_desc_right {
        padding-left: 0px;
    }

}

@media(min-width: 376px) and (max-width: 425px) {
    .service_single .about_banner_left_in h2 {
        font-size: 31px;
    }

    .service_single_desc {
        padding: 30px 0;
    }

    .service_single_desc_right {
        padding-left: 0px;
    }
}

@media(min-width: 426px) and (max-width: 520px) {
    .service_single .about_banner_left_in h2 {
        font-size: 33px;
    }

    .service_single_desc {
        padding: 30px 0;
    }

    .service_single_desc_right {
        padding-left: 0px;
    }
}

@media(min-width: 521px) and (max-width: 600px) {
    .service_single .about_banner_left_in h2 {
        font-size: 40px;
    }

    .service_single_desc {
        padding: 30px 0;
    }

    .service_single_desc_right {
        padding-left: 0px;
    }
}

@media(min-width: 601px) and (max-width: 767px) {
    .service_single .about_banner_left_in h2 {
        font-size: 42px;
    }

    .service_single_desc {
        padding: 30px 0;
    }

    .service_single_desc_right {
        padding-left: 0px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .service_single .about_banner_left_in h2 {
        font-size: 46px;
    }

    .service_single_list a {
        font-size: 16px;
    }

    .service_single_desc_right>img {
        height: 350px;
    }

    .service_single_desc_right>h1 {
        font-size: 25px;
    }

    .service_benifits_left {
        padding-right: 0px;
    }

    .service_benifits_left img {
        height: 210px;
    }

    .service_benifits_right>h2 {
        font-size: 22px;
    }

    .service_benifits_right>h4 {
        font-size: 14px;
        margin: 5px 0;
    }

    .service_benifits_right>h6 {
        margin: 6px 0;
        font-size: 16px;
    }

    .service_faq h2 {
        font-size: 25px;
    }

    .service_faq p {
        font-size: 16px;
    }

    .service_faq_in .accordion-item button {
        font-size: 16px;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .service_single .about_banner_left_in h2 {
        font-size: 52px;
    }
}

/*=========== /service single page =============*/

/*=========== price pack page =============*/
.price_pack_banner {
    background-image: url("../image/price_pack_bg.png");
}

.package {
    padding: 80px 0;
}

.package_title {
    text-align: center;
}

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

.package_title h2 {
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 35px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 0px;
}

.package_in {
    margin-top: 70px;
}

.package_in .row {
    align-items: center;
}

.package_item {
    background-color: #F4F4F4;
    border-radius: 10px;
    overflow: hidden;
    margin: 12px 0;
}

.package_item.active {
    background-color: #26ABE2;
}

.package_item.active h3 {
    background-color: #40DDB6;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding: 18px 0;
    color: white;
}

.package_item h3 {
    background-color: transparent;
    padding: 18px 0;
}

.package_item_in {
    padding: 0px 20px 50px 20px;
    margin: 10px 0;
    text-align: center;
}

.package_item_in>h2 {
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #D3D3D3;
    margin: 0px;
}

.package_item.active .package_item_in>h2 {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.package_price {
    padding: 15px 0;
    border-bottom: 1px solid #D3D3D3;
}

.package_item.active .package_price {
    border-bottom: 1px solid #fff;
}

.package_price h1 {
    font-size: 40px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
}

.package_item.active .package_price h1 {
    color: #fff;
}

.package_price h1 span {
    font-size: 20px;
}

.package_price h5 {
    background-color: #40DDB6;
    border-radius: 4px;
    padding: 9px 32px;
    margin: 10px 0;
    color: #208068;
    font-size: 18px;
    font-weight: 400;
}

.package_item.active .package_price h5 {
    background-color: white;
}

.package_info {
    padding: 10px 0;
}

.package_info h4 {
    font-size: 18px;
    font-weight: 400;
    color: #7D7D7D;
    margin: 22px 0;
}

.package_item.active .package_info h4 {
    color: white;
}

.package_info h4 span {
    color: #37393F;
    font-weight: 700;
}

.package_item.active .package_info h4 span {
    color: #40DDB6;
}

.package_btm {
    margin-top: 40px;
}

.package_btm a {
    background-color: #26ABE2;
    color: white !important;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 40px;
    text-decoration: none;
    border-radius: 4px;
}

.package_btm a:hover {
    background-color: #2e9dcd;
}

.package_item.active .package_btm a {
    color: #26ABE2 !important;
    background-color: white;
}

.package_item.active .package_btm a:hover {
    background-color: rgba(255, 255, 255, 0.788);
}

@media(max-width: 375px) {
    .package_title h2 {
        font-size: 30px;
    }

    .package {
        padding: 50px 0;
    }

    .package_in {
        margin-top: 20px;
    }

    .package_price h1 {
        font-size: 38px;
    }

    .package_info h4 {
        font-size: 17px;
        margin: 18px 0;
    }

    .package_btm {
        margin-top: 30px;
    }

    .package_btm a {
        padding: 17px 35px;
    }

    .package_item_in {
        padding: 0px 20px 40px 20px;
    }

    .package_price h5 {
        padding: 10px 18px;
        font-size: 17px;
    }

}

@media(min-width: 376px) and (max-width: 575px) {
    .package_title h2 {
        font-size: 30px;
    }

    .package_in {
        margin-top: 30px;
    }

}

@media(min-width: 768px) and (max-width: 991px) {
    .package_in .row {
        align-items: start;
    }
}

/*=========== /price pack page =============*/

/*=========== Projects page =============*/
.project_banner {
    background-image: url("../image/project_bg.png");
}

.projects {
    padding-top: 100px;
    padding-bottom: 50px;
}

.sollution_title.projects_title {
    max-width: 950px;
}

.projects_title h2 {
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 35px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0px;
}

.projects_title p {
    color: #7D7D7D;
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 0px;
}

.projects_in {
    margin-top: 80px;
}

.projects_item {
    margin: 15px 0;
}

.projects_img {
    overflow: hidden;
}

.projects_img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    transition: all linear 0.2s;
}

.projects_img img:hover {
    transform: scale(1.1);
}

.projects_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
}

.projects_info_left h4 {
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 22px;
    font-weight: 600;
    margin: 0px;
}

.projects_info_left p {
    color: #7D7D7D;
    font-size: 14px;
    font-weight: 400;
    margin-top: 4px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.projects_info_left p i {
    font-size: 20px;
    color: #26ABE2;
}

.projects_info_right a {
    background-color: #F2F2F2;
    color: #37393F !important;
    text-decoration: none;
    display: inline-block;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: all linear 0.2s;
}

.projects_info_right a i {
    font-size: 25px;
}

.projects_info_right a:hover {
    background-color: #26ABE2;
    color: white !important;
}

.project_pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
}

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

.project_pagination ul li {
    margin: 2px 1px;
    display: inline-block;
}

.project_pagination ul li a {
    background-color: #F2F2F2;
    color: #37393F !important;
    text-decoration: none;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    transition: all linear 0.2s;
}

.project_pagination ul li a i {
    font-size: 20px;
}

.project_pagination ul li a.active,
.project_pagination ul li a:hover {
    background-color: #26ABE2;
    color: white !important;
}

@media(max-width: 425px) {
    .projects {
        padding-top: 60px;
    }

    .projects_title h2 {
        font-size: 30px;
    }

    .projects_title p {
        font-size: 16px;
    }

    .projects_in {
        margin-top: 50px;
    }

    .projects_img img {
        height: 300px;
    }

    .projects_info_left h4 {
        font-size: 20px;
    }

}

@media(min-width: 426px) and (max-width: 575px) {
    .projects_img img {
        height: 350px;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .projects_img img {
        height: initial;
    }

    .projects_info_left h4 {
        font-size: 20px;
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    .projects_img img {
        height: initial;
    }

    .projects_info_left h4 {
        font-size: 20px;
    }
}

/*=========== /Projects page =============*/

/*=========== Project single page =============*/
.project_sing_banner {
    background-image: url("../image/project_single_bg.png");
}

.project_details {
    padding-top: 60px;
    padding-bottom: 50px;
}

.project_det_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.project_det_in {
    margin-top: 40px;
}

.project_det_left {
    margin: 12px 0;
    background-color: #F4F4F4;
}

.project_det_left h2 {
    color: white;
    background-color: #40DDB6;
    font-size: 22px;
    font-weight: 600;
    padding: 22px 25px;
    font-family: 'Poppins', sans-serif;
    margin: 0px;
}

.project_det_left_in {
    padding: 10px 25px 25px 25px;
}

.project_det_left_item {
    margin: 5px 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C5C5C5;
}

.project_det_left_item h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    margin: 0px;
}

.project_det_left_item p {
    font-size: 18px;
    font-weight: 400;
    color: #7D7D7D;
    margin: 0px;
}

.project_det_right {
    margin: 12px 0;
}

.project_det_right h2 {
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 35px;
    font-weight: 700;
}

.project_det_right p {
    margin: 12px 0;
    font-size: 18px;
    font-weight: 400;
    color: #7D7D7D;
}

.project_det_right ul,
.project_det_right ol {
    margin: 25px 0;
}

.project_det_right ul li,
.project_det_right ol li {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400;
    color: #7D7D7D;
}

.related_products {
    padding-top: 120px;
    padding-bottom: 40px;
}

.related_products h2 {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 35px;
    font-weight: 600;
}

@media(max-width: 425px) {
    .project_det_img img {
        height: initial;
    }

    .project_det_left h2 {
        font-size: 20px;
        padding: 16px 22px;
    }

    .project_det_left_in {
        padding: 10px 22px 25px 22px;
    }

    .project_det_left_item h4,
    .project_det_left_item p {
        font-size: 17px;
    }

    .project_det_right h2 {
        font-size: 32px;
    }

    .project_det_right p {
        font-size: 17px;
    }

    .project_det_right ul li,
    .project_det_right ol li {
        font-size: 17px;
    }

    .related_products {
        padding-top: 40px;
    }

    .related_products h2 {
        font-size: 30px;
    }

}

@media(min-width: 426px) and (max-width: 767px) {
    .project_det_img img {
        height: initial;
    }

    .related_products {
        padding-top: 40px;
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    .project_det_img img {
        height: initial;
    }

    .project_det_left h2 {
        font-size: 20px;
        padding: 22px 20px;
    }

    .project_det_left_in {
        padding: 10px 20px 25px 20px;
    }

    .related_products {
        padding-top: 80px;
    }
}

/*=========== /Project single page =============*/

/*=========== blog page =============*/
.blog_banner {
    background-image: url("../image/blog_bg.png");
}

.blog_title h2 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
}

.blog_next_div {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.blog_next_div a {
    text-align: center;
    text-decoration: none;
    padding: 14px 40px;
    background-color: #26ABE2;
    border-radius: 3px;
    color: white !important;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.blog_next_div a:hover {
    background-color: #319fce;
}

.blog_next_div a span {
    display: block;
}

.blog_next_div a i {
    display: block;
    font-weight: 500;
    font-size: 22px;
}

/*=========== /blog page =============*/

/*=========== blog single page =============*/
.blog_desc {
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog_img {
    position: relative;
}

.blog_img>img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    object-position: top;
}

.blog_img .latest_post_info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    max-width: 550px;
    width: 100%;
}

.blog_img .latest_post_info p.date {
    border-bottom-left-radius: 0px;
}

.blog_img .latest_post_info p.tag {
    border-bottom-right-radius: 0px;
}

.blog_desc_in {
    padding: 30px 0;
}

.blog_desc_in h2 {
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 35px;
    font-weight: 600;
    margin: 14px 0;
}

.blog_desc_in p {
    color: #7D7D7D;
    font-size: 18px;
    font-weight: 400;
    margin: 14px 0;
}

.blog_desc_in ul,
.blog_desc_in ol {
    margin: 14px 0;
}

.blog_desc_in ul li,
.blog_desc_in ol li {
    margin: 20px 0;
    color: #7D7D7D;
    font-size: 18px;
    font-weight: 400;
}

.blog_quote {
    margin: 40px 0;
}

.blog_quote_top {
    background-color: #6B77E5;
    padding: 10px 0;
    margin: 0px;
}

.blog_quote_in {
    margin: 0px;
    background-color: #40DDB6;
    padding: 80px 200px;
}

.blog_quote_in p {
    margin: 0px;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    color: #37393F;
    text-align: center;
}

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

.related_title_left h2 {
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 40px;
    font-weight: 700;
    margin: 0px;
}

.related_title_right a {
    background-color: #37393F;
    color: white !important;
    font-size: 18px;
    font-weight: 500;
    padding: 20px 40px;
    text-decoration: none;
    border-radius: 4px;
}

.related_title_right a:hover {
    background-color: #222427;
}

@media(max-width: 425px) {
    .blog_img>img {
        height: 350px;
    }

    .blog_img .latest_post_info p {
        padding: 10px 0;
    }

    .blog_desc_in h2 {
        font-size: 30px;
    }

    .blog_desc_in p {
        font-size: 17px;
    }

    .blog_desc_in ul li,
    .blog_desc_in ol li {
        font-size: 17px;
    }

    .blog_quote_in {
        padding: 40px 20px;
    }

    .related_title_left h2 {
        font-size: 25px;
    }

    .related_title_right a {
        font-size: 14px;
        padding: 14px 14px;
    }
}

@media(min-width: 426px) and (max-width: 767px) {
    .blog_img>img {
        height: initial;
    }

    .blog_img .latest_post_info p {
        padding: 8px 0;
        font-size: 14px;
    }

    .blog_desc_in h2 {
        font-size: 30px;
    }

    .blog_desc_in p {
        font-size: 17px;
    }

    .blog_desc_in ul li,
    .blog_desc_in ol li {
        font-size: 17px;
    }

    .blog_quote_in {
        padding: 40px 20px;
    }

    .related_title_left h2 {
        font-size: 25px;
    }

    .related_title_right a {
        font-size: 15px;
        padding: 15px 20px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .blog_img>img {
        height: initial;
    }

    .blog_quote_in {
        padding: 80px 80px;
    }


}

@media(min-width: 992px) and (max-width: 1200px) {
    .blog_img>img {
        height: initial;
    }

    .blog_quote_in {
        padding: 80px 125px;
    }

}

/*=========== /blog single page =============*/


/*=========== team page =============*/
.team_banner {
    background-image: url("../image/team_bg.png");
}

.team .expert_box {
    margin-top: 0px;
}

.team_dedication {
    padding-top: 10px;
    padding-bottom: 80px;
}

.team_dedication_in {
    display: flex;
    align-items: stretch;
}

.team_dedication_left {
    background-color: #37393F;
    color: white;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 5%;
}

.team_dedication_left_in>h3 {
    font-size: 35px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-top: 10px;
    margin-bottom: 0px;
}

.team_dedication_left_in>p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0px;
}

.team_dedication_right {
    width: 50%;
}

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

.team_ded_state {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    margin-top: 30px;
}

.team_ded_state_left_in {
    height: 130px;
    width: 130px;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid #40DDB6;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.team_ded_state_left_in h5 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.team_ded_state_left_in h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
}

.team_ded_state_right h1 {
    font-size: 40px;
    font-weight: 600;
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

.team_ded_state_right h4 {
    font-size: 22px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-top: 4px;
    margin-bottom: 0px;
}

.team_ded_state_right p {
    margin-top: 4px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
}

@media(max-width: 425px) {

    .expert.team {
        padding: 50px 0px 55px 0px;
    }

    .team_dedication_in {
        flex-direction: column;
    }

    .team_dedication_left {
        width: 100%;
        padding: 12% 5%;
    }

    .team_dedication_right {
        width: 100%;
    }

    .team_ded_state {
        gap: 15px;
    }

    .team_ded_state_left_in {
        height: 100px;
        width: 100px;
    }

    .team_ded_state_left_in h5 {
        font-size: 15px;
    }

    .team_ded_state_left_in h2 {
        font-size: 22px;
    }

    .team_ded_state_right h1 {
        font-size: 35px;
    }

    .team_ded_state_right h4 {
        font-size: 18px;
    }

    .team_ded_state_right p {
        font-size: 16px;
    }

}

@media(min-width: 426px) and (max-width: 575px) {

    .expert.team {
        padding: 50px 0px 55px 0px;
    }

    .team_dedication_in {
        flex-direction: column;
    }

    .team_dedication_left {
        width: 100%;
        padding: 12% 5%;
    }

    .team_dedication_right {
        width: 100%;
    }

    .team_ded_state {
        gap: 15px;
    }

    .team_ded_state_left_in {
        height: 120px;
        width: 120px;
    }

    .team_ded_state_left_in h5 {
        font-size: 15px;
    }

    .team_ded_state_left_in h2 {
        font-size: 22px;
    }

    .team_ded_state_right h1 {
        font-size: 35px;
    }

    .team_ded_state_right h4 {
        font-size: 18px;
    }

    .team_ded_state_right p {
        font-size: 16px;
    }

}


@media(min-width: 576px) and (max-width: 767px) {
    .expert.team {
        padding: 50px 0px 55px 0px;
    }

    .team_dedication_in {
        flex-direction: column;
    }

    .team_dedication_left {
        width: 100%;
        padding: 12% 5%;
    }

    .team_dedication_right {
        width: 100%;
    }

    .team_ded_state {
        gap: 15px;
    }

    .team_ded_state_left_in {
        height: 120px;
        width: 120px;
    }

    .team_ded_state_left_in h5 {
        font-size: 15px;
    }

    .team_ded_state_left_in h2 {
        font-size: 22px;
    }

    .team_ded_state_right h1 {
        font-size: 35px;
    }

    .team_ded_state_right h4 {
        font-size: 18px;
    }

    .team_ded_state_right p {
        font-size: 16px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .team_dedication_left {
        padding: 5% 4%;
    }

    .team_dedication_left_in>h3 {
        font-size: 30px;
    }

    .team_dedication_left_in>p {
        font-size: 17px;
    }

    .team_ded_state_left_in {
        height: 110px;
        width: 110px;
    }

    .team_ded_state_left_in h5 {
        font-size: 15px;
    }

    .team_ded_state_left_in h2 {
        font-size: 20px;
    }

    .team_ded_state_right h1 {
        font-size: 32px;
    }

    .team_ded_state_right h4 {
        font-size: 20px;
    }

    .team_ded_state_right p {
        font-size: 16px;
    }

}

@media(min-width: 992px) and (max-width: 1400px) {
    .team_dedication_left {
        padding: 4% 5%;
    }
}

/*=========== /team page =============*/

/*=========== contact page =============*/
.contact_banner {
    background-image: url("../image/contact_bg.png");
}

.contact_address {
    padding-top: 100px;
    padding-bottom: 50px;
}

.contact_address_left {
    margin: 10px 0;
}

.contact_address_left img {
    width: 100%;
}

.contact_address_right {
    margin: 10px 0;
    padding-left: 30px;
}

.contact_address_right h2 {
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 0px;
}

.contact_address_right p {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #7D7D7D;
}

.address_item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin: 30px 0;
}

.address_item_left i {
    font-size: 30px;
    height: 65px;
    width: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #F4F4F4;
    border-radius: 50%;
    display: block;
    color: #6B77E5;
}

.address_item_right p {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    color: #7D7D7D;
}



.address_item_right a,
.address_item_right span,
.address_item_right h5 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none !important;
    color: #37393F !important;
    font-family: 'Poppins', sans-serif;
    margin-top: 3px;
}

.contact_form {
    padding-top: 50px;
    padding-bottom: 60px;
}

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

.contact_form_title h2 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    margin-top: 12px;
    margin-bottom: 40px;
    text-align: center;
}

.contact_inp {
    margin: 12px 0;
}





.contact_inp input,
.contact_inp textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #DDD;
    background: #F8F8F8;
    padding: 4px 30px;
    outline: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 400;
}

.contact_inp textarea {
    height: 280px;
    padding: 20px 30px;
}

.form_submit_box {
    margin-top: 12px;
    text-align: center;
}

.form_submit_box button {
    background-color: #26ABE2;
    color: white;
    padding: 15px 50px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 400;
    border: none;
    outline: none;
    box-shadow: none;
}

.form_submit_box button:hover {
    background-color: #1f92c3;
}

@media(max-width: 425px) {
    .contact_address {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .contact_address_right {
        padding-top: 20px;
        padding-left: 0px;
    }

    .contact_address_right h2 {
        font-size: 30px;
    }

    .contact_address_right p {
        font-size: 17px;
    }

    .address_item_right a,
    .address_item_right h5 {
        font-size: 16px;
    }

    .address_item_left i {
        height: 60px;
        width: 60px;
        line-height: 60px;
        font-size: 27px;
    }

    .contact_form_title h2 {
        font-size: 30px;
    }

    .contact_inp input,
    .contact_inp textarea {
        padding: 4px 15px;
        font-size: 17px;
    }

    .contact_inp textarea {
        padding: 10px 15px;
    }


}

@media(min-width: 426px) and (max-width: 575px) {
    .contact_address {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .contact_address_right {
        padding-top: 20px;
        padding-left: 0px;
    }

    .contact_address_right h2 {
        font-size: 32px;
    }

    .contact_inp input,
    .contact_inp textarea {
        padding: 4px 15px;
        font-size: 17px;
    }

    .contact_inp textarea {
        padding: 10px 15px;
    }

    .contact_form_title h2 {
        font-size: 32px;
    }
}

@media(min-width: 576px) and (max-width: 767px) {
    .contact_address {
        padding-top: 60px;
    }

    .contact_address_right {
        padding-top: 20px;
        padding-left: 0px;
    }
}

@media(min-width: 768px) and (max-width: 991px) {
    .contact_address_right {
        padding-left: 25px;
    }

    .contact_address_right h2 {
        font-size: 30px;
    }
}

/*=========== /contact page =============*/


/*=========== faq page =============*/
.faq_banner {
    background-image: url("../image/faq_bg.png");
}

.faq_main {
    padding-top: 100px;
    padding-bottom: 50px;
}

.faq_left {
    background-color: #F4F4F4;
    padding: 30px 30px;
    border-radius: 5px;
}

.faq_left h3 {
    font-size: 25px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    margin-top: 0px;
    margin-bottom: 20px;
}

.faq_left h5 {
    font-size: 19px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    margin: 5px 0;
    padding: 10px 5px 10px 15px;
    cursor: pointer;
    border-radius: 4px;
}

.faq_left h5.active,
.faq_left h5:hover {
    color: white;
    background-color: #26ABE2;
}

.faq_box .accordion-item {
    margin-bottom: 15px;
    border: none;
    border: 1px solid #E3E3E3 !important;
}

.faq_box .accordion-item button {
    padding: 1.3rem 1.25rem;
    background-color: transparent;
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 17px;
    font-weight: 600;
    outline: none;
    box-shadow: none;
}

.faq_box .accordion-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

.faq_box .accordion-body p {
    font-size: 17px;
    font-weight: 400;
    color: #7D7D7D;
    margin: 0px;
}

@media(max-width: 575px) {
    .faq_main {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .faq_left {
        padding: 25px 25px;
    }

    .faq_left h3 {
        font-size: 22px;
    }

    .faq_left h5 {
        font-size: 18px;
    }

    .faq_right {
        margin-top: 20px;
    }

    .faq_box .accordion-item button {
        font-size: 16px;
    }

}

@media(min-width: 576px) and (max-width: 767px) {
    .faq_main {
        padding-top: 50px;
    }

    .faq_right {
        margin-top: 20px;
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    .faq_main {
        padding-top: 50px;
    }

    .faq_left {
        padding: 25px 20px;
    }

    .faq_left h3 {
        font-size: 22px;
    }

    .faq_left h5 {
        font-size: 16px;
    }

    .faq_box .accordion-item button {
        font-size: 16px;
    }
}

/*=========== /faq page =============*/

/*=========== error page =============*/
.error_page {
    background-image: url("../image/error_bg.png");
}

.error_page_in {
    padding: 200px 0;
    max-width: 850px;
    width: 96%;
    text-align: center;
    color: white;
    margin: auto;
}

.error_page_in img {
    width: 280px;
}

.error_page_in h3 {
    margin-top: 30px;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.error_page_in p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 40px;
}

.error_page_in a {
    background-color: #40DDB6;
    color: #37393F !important;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
}

.error_page_in a:hover {
    background-color: #38c29f;
}

@media(max-width: 425px) {
    .error_page_in {
        padding: 100px 0;
    }

    .error_page_in img {
        width: 200px;
    }

    .error_page_in h3 {
        font-size: 30px;
    }

    .error_page_in p {
        font-size: 16px;
    }

    .error_page_in a {
        font-size: 16px;
    }
}

@media(min-width: 426px) and (max-width: 575px) {
    .error_page_in {
        padding: 100px 0;
    }

    .error_page_in img {
        width: 240px;
    }

    .error_page_in h3 {
        font-size: 35px;
    }

}

@media(min-width: 576px) and (max-width: 767px) {
    .error_page_in {
        padding: 140px 0;
    }

    .error_page_in img {
        width: 250px;
    }

}

@media(min-width: 768px) and (max-width: 991px) {
    .error_page_in {
        padding: 140px 0;
    }
}

@media(min-width: 992px) and (max-width: 1200px) {
    .error_page_in {
        padding: 140px 0;
    }
}

/*=========== /error page =============*/

/*=========== protected page =============*/
.protected_main {
    padding-top: 60px;
    padding-bottom: 60px;
}

.protected_in {
    max-width: 500px;
    width: 90%;
    background-color: #F8F8F8;
    margin: auto;
    padding: 80px 50px;
    text-align: center;
    border-radius: 5px;
}

.protected_in img {
    width: 100px;
}

.protected_in .cmn_title {
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 0px;
}

.protected_in h2 {
    font-family: 'Poppins', sans-serif;
    color: #37393F;
    font-size: 35px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.protected_in input {
    height: 60px;
    width: 100%;
    border: 1px solid #DDD;
    background: #FFF;
    outline: none;
    box-shadow: none;
    padding: 5px 10px 5px 15px;
    font-size: 16px;
    font-weight: 400;
    color: #37393F;
}

.protected_in button {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 60px;
    background-color: #26ABE2;
    color: white;
    border: none;
    outline: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 600;
}

@media(max-width: 425px) {
    .protected_in {
        padding: 60px 20px;
    }

    .protected_in h2 {
        font-size: 32px;
        margin-top: 12px;
    }

    .protected_in button {
        margin-top: 15px;
    }

}


/*=========== /protected page =============*/



/* Loader */
.loader-2 {
    display: block;
    height: 24px;
    width: 24px;
    -webkit-animation: loader-2-1 3s linear infinite;
    animation: loader-2-1 3s linear infinite;
}

@-webkit-keyframes loader-2-1 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader-2-1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-2 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 24px;
    width: 24px;
    clip: rect(16px, 32px, 32px, 0);
    -webkit-animation: loader-2-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-2-2 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-2-2 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader-2-2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-2 span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 24px;
    width: 24px;
    border: 3px solid transparent;
    border-top: 3px solid #FFF;
    border-radius: 50%;
    -webkit-animation: loader-2-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
    animation: loader-2-3 1.5s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

@-webkit-keyframes loader-2-3 {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loader-2-3 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loader-2 span::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 24px;
    width: 24px;
    border: 3px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
}