.banner_title {
    font-weight: 600;
}

.hero_banner {
    background-color: #f3fffd;
}



.banner_title {
    font-weight: 700;
    font-family: var(--font-golos);
}

.banner_title2 {
    font-weight: 600;
    font-family: var(--font-golos);
    letter-spacing: 2px;
    font-size: 32px;
}

.appoint_btn {
    background-color: var(--color-org);
    display: inline-flex;
    color: var(--color-white);
    padding: 12px 20px;
    border-radius: 50px;
    gap: 5px;
}

.clients_grid {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}

.clients_img {
    height: 60px;
}

.clients_img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.globe_rot {
    position: absolute;
    top: 0px;
    right: -60px;
    opacity: 0.3;
    width: 100%;
    height: 100%;
}

.globe_rot img {
    /* height: 100%; */
    object-fit: contain;
    animation: globe_rot 23s linear infinite;
}

@keyframes globe_rot {
    0% {
        transform: rotate(60deg);
    }

    40% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.bg_img_common {
    overflow: hidden;
}

/**/
.offering_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.offering_container {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 15px;
    box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.3);
    background-color: var(--color-white);
}

.offering_container:nth-child(odd) {
    position: relative;
    top: 20px;
}

.offering_img img {
    height: 80px;
    width: auto;
}

.offering_title {
    font-size: 20px;
    font-weight: 600;
}

.logo_tech_list img {
    height: 25px;
    width: auto;
}

.tech_list li {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
    padding-bottom: 10px;
}

.tech_list {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
}

.book_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-blue);
    color: var(--color-white);
    padding: 10px;
}

.service_bg {
    background-image: url("../imgs/bg_b.png");
}

/**/
.service_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 35px;
}

.service_container {
    color: var(--color-black);
}

.service_content {
  position: relative;
    margin-top: -90px !important;
    width: 93%;
    margin: auto;
    padding: 15px 15px 22px;
    background: -moz-linear-gradient(180deg,rgb(255 255 255) 8%,rgb(250 253 255) 100%);
    background: linear-gradient(180deg, rgb(255 255 255) 8%, rgb(250 253 255) 100%);
    box-shadow: 0 0 7px rgb(0 -1 6 / 6%) inset;
    border-radius: 10px;
    border: 1px solid #F5F5F5;
}

.service_content h5 {
    font-size: 16px;
        font-weight: 500;
    font-family: var(--font-golos);
}
.process_content h5{
    font-size: 18px;
        font-weight: 400;
    font-family: var(--font-golos);
}

.service_img img {
    border-radius: 10px;
}

.semi_title {
    color: var(--color-org);
    font-size: 18px;
    text-transform: uppercase;
    border-bottom: 2px solid var(--color-org);
    display: inline-flex;
}

.ser_title {
    font-family: var(--font-golos);
    color: var(--color-org);

}

.ser_arrow {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--color-blue);
    color: var(--color-white);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: none;
}



/*Process*/
.process_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.process_container {
    background-color: var(--color-white);
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 34%);

}

.process_content {
    color: var(--color-black) !important;
}

.process_icon img {
    width: 100%;
}

.process_icons {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_stroke_font {
       font-size: 40px;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: rgb(0 94 81 / 59%);
    -webkit-text-fill-color: #007b6a26;
    font-weight: 700;
    letter-spacing: 1px;

}



.bg_img_globe {
    position: absolute;
    bottom: 0px;
    left: 0px;

    transform: translateY(-50%);
    width: auto;
    z-index: -1;
    height: 100%;
}

.bg_img_globe img {
    height: 100%;
    animation: anim_globe 2s linear infinite;
    object-fit: contain;
}

@keyframes anim_globe {
    0% {
        opacity: 0.3;
    }

    10% {
        opacity: 0.3;
    }

    20% {
        opacity: 0.4;
    }

    30% {
        opacity: 0.5;
    }

    40% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.7;
    }

    70% {
        opacity: 0.8;
    }

    90% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
    }
}

/*Pot*/
.potcast_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.pot_title {
    background-color: var(--color-org);
    position: absolute;
    top: 15px;
    left: 15px;
    color: var(--color-white);
    padding: 6px 15px;
    border-radius: 3px;
}

.pot_content {
          background-color: #edfffd;
    padding: 10px;
    min-height: 155px;
    border: 1px solid #15635c;
    border-radius: 12px;
}
.main_banner_home_1{
    border-bottom: 1px solid #00806e;
}
.pot_content h5 {
      font-size: 18px;
    font-weight: 500;
    font-family: var(--font-golos);
    color: #000000;
}
.pot_content h6 {
        font-size: 16px;
    font-weight: 400;
    color: #000;
}
.pot_content p{
    color: #000;
}

.pot_play {
    cursor: pointer;
}

.pot_play img {
    height: 40px;
    width: auto;
    animation: trans 2s linear infinite;
}

@keyframes trans {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.know_btn {
    color: var(--color-black);
    border-bottom: 3px solid var(--color-blue);
    padding: 6px 15px;
    padding-top: 8px;
    font-size: 14px;
    background-color: var(--color-white);
    gap: 3px;
    font-weight: 500;
    border-radius: 3px;
}

.know_btn span {
    font-size: 20px;
}

.potcast_img img {
   border-radius: 3px;
    max-height: 410px;
    object-fit: cover;
}

.potcast_container {
       box-shadow: 7px 2px 30px rgb(72 73 121 / 14%);
    border-radius: 12px;
    overflow: hidden;
}

.lap_top {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    opacity: 0.3;
}



/*Tech*/
.tech_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 15px;
}

.tech_container {
    background-color: var(--color-white);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    padding: 15px 30px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tech_container img {
    height: 70px;
    object-fit: contain;
}

.tech_slider {
    margin: 0px -10px;
}

.tech_slider .swiper-wrapper {
    padding: 10px;
    padding-bottom: 40px;
}

.swiper-pagination-bullet-active {
    background-color: var(--color-blue) !important;
}

.banner_semi_title {
    font-size: 22px;
    color: var(--color-org);
    font-weight: 400;
    font-family: var(--font-golos);
    border-bottom: 2px solid var(--color-blue);
    display: inline-flex;
    margin-bottom: 0.5rem;
}

/* .z_index{
    z-index: 99 !important;
} */
/*Blog*/
.blog_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.blog_container {
    background-color: var(--color-white);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
    border-radius: 3px;
}

.blog_title {
    font-family: var(--font-golos);
    font-size: 18px;
}

.read_btn {
    background-color: var(--color-blue);
    color: var(--color-white);
    padding: 8px 14px;
    display: inline-flex;
    gap: 5px;
    border-radius: 3px;
    font-size: 14px;
}

.read_btn span {
    font-size: 14px;
}

.publish_date {
    gap: 5px;
}

.hero_slider {
    overflow: hidden;
}

.hero_slider .swiper-slide {
    display: flex;
    align-items: center;
    width: 100%;

}

.img_container_hero {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
}

.img_container_hero img {
    animation: hero_img 4s linear infinite;
    position: relative;
}

.img_container_hero img {
    width: 80%;
}

@keyframes hero_img {
    0% {
        top: -20px;
    }

    20% {
        top: -8px;
    }

    30% {
        top: -6px;
    }

    40% {
        top: -5px;
    }

    50% {
        top: -4px;
    }

    60% {
        top: -3px;
    }

    70% {
        top: -2px;
    }

    70% {
        top: -1px;
    }

    100% {
        top: 0px;
    }
}

.blog_bg {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.1;
}

/* .service_content h5 {
    font-size: 18px;
} */
/* =============updated home css=========== */
.main_set_bg{
        background: #c2dad7;
}
.main_set_text h6{
    font-weight: 500;
    font-size: 14px;
}
.main_set_text h2{
font-size: 40px;
    font-family: var(--font-golos);
    font-weight: 300;
    padding-bottom: 15px;
}
.main_set_text{
        max-width: 1100px;
    padding: 20px 0;
    margin: 0 auto;
}

.text-start_home a{
    background-color: #fff;
    padding: 8px 15px;
    font-size: 16px;
    color: #0d1318;
    font-weight: 500;
    width: 180px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #232720;
}
.text-start_home a:hover{
    background-color: #007b6a;
    color: #fff;
    border: 1px solid #007b6a;
}
/* ==== */
.main_banner_home_1{     
    background-size: 100% 100%;
    height: 530px;
    width: 100%;
}
.img_banner_1{
 background-image: url(../imgs/banner_home.webp);
}
.img_banner_2{
 background-image: url(../imgs/banner_home_2.webp);
}
.height_banner_main{
        min-height: 520px;
}
.height_banner_main h3{
        font-size: 40px;
    font-weight: 500;
    color: #000;
}

.height_banner_main p{
        font-size: 14px;
    font-family: var(--font-golos);
    font-weight: 200;
    margin-top: 5px;
}
.height_banner_main a{
        gap: 5px;
    background: #fff;
    color: #000000;
    padding: 8px 15px;
    border-radius: 50px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    min-width: 180px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    border: 1px solid #000;
}
.height_banner_main a:hover{
        background: #005a4d;
    color: var(--color-white);
    border: 1px solid #005a4d;
}
.img_banner_2 h3{
    color: #fff;
}
.img_banner_2 p{
    color: #fff;
}
.height_banner_main a{
    border: 1px solid #fff;
}
.about_home_bg{
           background-image: url(../imgs/banner_about.webp);
    min-height: 450px;
    background-size: cover;
    display: flex;
    align-items: center;
}
.main_about_header .banner_title2{
          color: #000;
    font-size: 40px;
    font-family: var(--font-golos);
    font-weight: 300;
}
.main_about_header p{
       color: #000;
}
.learnmore_out_home{
     background-image: url(../imgs/home_img.webp);
    min-height: 550px; 
    background-attachment: fixed;
     background-size: 100% 500px;
     display: flex;
    align-items: center;  
          
}
.footer_ul .fa-angles-right{
        color: #007b6a;
        padding-right: 3px;
}
.learnmore_out_home h6{
   color: #fff;
    font-size: 24px;
    font-weight: 400;
    font-family: var(--font-golos);
}
.process_icon{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: linear-gradient(to right, #03806e, #005a4d);
    padding: 10px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
}
.learnmore_out_home h4{
    font-family: var(--font-golos);
    color: #fff;
    font-size: 35px;
    font-weight: 300;
}
.learnmore_out_home p{
    font-size: 16px;
    color: #fff;
}
.learnmore_out_home a{
       gap: 5px;
    background: linear-gradient(to right, #03806e, #005a4d);
    color: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    min-width: 180px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    display: inline-flex;
    margin-top: 20px;
}
.learnmore_out_home a:hover{
        background: #425159;
    color: var(--color-white);
}
.width_banner{
        max-width: 600px;
 }
 .commmon_microten{
        font-family: var(--font-golos);
    font-size: 25px !important;
    font-weight: 400 !important;
    color: #000;
 }
 .expertly_crafted h4{
    font-family: var(--font-golos);
    color: #000;
    font-size: 35px;
    font-weight: 300;
 }
 .expertly_crafted p {
    font-size: 14px;
    color: #000;
}
 .expertly_crafted  a {
    gap: 5px;
    background: linear-gradient(to right, #03806e, #005a4d);
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    min-width: 180px;
    text-align: center;
    justify-content: center;
    font-size: 16px;
    display: inline-flex;
    margin-top: 20px;
}
 .expertly_crafted a:hover {
    background: #425159;
    color: var(--color-white);
}
.main_elevating_img img{
          width: 200px !important;
    height: 200px !important;
    border-radius: 10px;
    margin-top: -120px;
    object-fit: cover;
}
.main_elevating_img{
        min-height: 275px;
}
/* === */

/* ===========end================ */

@media screen and (max-width: 1200px) {
    .service_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1024px) {
    .blog_grid {
        grid-template-columns: repeat(3, 1fr);
    }
 .main_banner_home_1{
    height: 350px;
 }
 .height_banner_main{
     min-height: 350px;
 }
 
.nav_links_ul ul li a {
    font-size: 14px;
}

}
@media screen and (min-width: 992px){
    .lg_width_main{
        width: 22%;
    }
}
@media screen and (max-width: 992px) {
    .clients_img {
        height: 50px;
    }

    .img_container_hero {
        display: none !important;
    }

    .process_grid {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px;
    }

    .process_icon img {
        height: 50px;
    }

    .text_stroke_font {
        font-size: 30px;
    }

   .main_banner_home_1{
    height: 320px;
 }

.nav_links_ul ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.main_digital_box {
    margin: 10px 0;
}
 .main_md_top{
       margin-top: 140px !important;
    }
 
}

@media screen and (max-width: 768px) {
     .main_sm_top{
       margin-top: 140px !important;
    }
   .main_banner_home_1{
    height: 250px;
 }
 .height_banner_main {
    min-height: 250px;
}
    .semi_title {
        font-size: 14px;
        margin-bottom: 0.25rem;
    }

    .blog_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner_semi_title {
        font-size: 16px;
    }

    .service_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .pot_content h5 {
        font-size: 18px;
    }

    .pot_content {
        padding: 10px 10px;
    }

    .know_btn {
        font-size: 12px;
        padding: 6px 10px;
    }

    .know_btn span {
        font-size: 16px;
    }

    .pot_play img {
        height: 35px;
    }

    .pot_title {
        top: 10px;
        left: 10px;
        font-size: 12px;
        padding: 4px 10px;
    }

    .banner_title2 {
        font-size: 28px;
    }
    .height_banner_main p {
    font-size: 18px;
    }   
    .height_banner_main h3 {
    font-size: 35px;
    }
    .height_banner_main a {
    padding: 10px 20px;
    border-radius: 50px;
    min-width: 165px;
    font-size: 18px;
    }
    .main_set_text {
    padding: 20px 10px;
    }
    .main_set_text h2{
            font-size: 30px;
    }
     .why_detail_sx{
margin-top: 20px;
    }
}

@media screen and (max-width: 568px) {
    .main_about_header .banner_title2 {
        font-weight: 400;
    font-size: 25px;
    }
    .about_home_bg {
    padding: 20px 0;
    }
    .learnmore_out_home {
    min-height: 350px;
    padding: 0 10px 10px;
    }
    .semi_title {
        font-size: 12px;
    }

    .blog_grid {
        grid-template-columns: repeat(1, 1fr);
    }


    .service_grid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 33px 30px;
    }

    .banner_title2 {
        font-size: 20px;
    }

    .process_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process_container {
        padding: 10px;
    }

    .text_stroke_font {
        font-size: 25px;
    }


    .process_content .font_14 {
        font-size: 12px;
    }

    .process_content h5 {
        font-size: 16px;
    }

    .laptop_img img {
        height: 100px;
    }


    .tech_container img {
        height: 50px;
    }

    .appoint_btn {
        padding: 8px 20px;
    }

    .banner_title {
        font-size: 25px;
    }

    .banner_semi_title {
        font-size: 14px;
    }

    .flats_img {
        height: 15px;
    }

    .read_btn {
        padding: 6px 10px;
        font-size: 12px;
    }
    .spacer-50 {
    height: 20px !important;
}
.about_home_bg{
    margin-top: 20px;
}
.col-xs-main{
        flex-direction: column-reverse;
    text-align: center !important;
}
.main_text_footer {
    font-size: 13px;
}
}