@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


.head_tel_div {
visibility: hidden;
}

.footer_left_col h3 {
margin-bottom: .9rem !important;
}

.address_all {
margin-right: 40px;
}

.footer_address { 
  display: flex;
}

.footer_numbers {
 margin-bottom: 10px !important;
}

.build_globallay .dual_btns .green_btn {
	visibility: hidden;
}

.mobile_third_section{
	padding: 5%;
}


h1 {
    font-size: 64px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    line-height: 1.1;
    color: #ffffff;
    letter-spacing: 1.2px;
}
h2{
    font-size: 48px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    line-height: 1.2;
    color: #121212;
}

h3{
    font-size: 32px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    line-height: 1.3;
    color: #0d0d0d;
}

h4{
    font-size: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    color: #ffffff;
}

h5{
    font-size: 20px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    color: #444444;
}

h6{
    font-size: 18px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    color: #141414;
    opacity: 0.75;
}

body {
    font-family: 'Inter', sans-serif;
    /* background-color: #F4FFF4; */
}

p {
    font-size: 24px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.4;
    opacity: 0.9;
    color: #ffffff;
}


.max_width_css{
    max-width: 1400px;
    margin: auto;
}

.container-fluid {
    padding: 0 !important;
}


/* Header */

header .navbar-expand-lg .navbar-collapse{
    justify-content: end;
}

.logo_header{
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
}

.logo_header:hover, .logo_header:active, .logo_header:focus{
    color: #ffffff;
}

.logo_header:hover{
    color: #ffffff;
}

header{
    position: fixed;
    width: 100%;
    z-index: 99999;
    padding: 0 5%;
    background-color: #20554A;
    border-bottom: 1px solid #959595;
    /* display: none; */
}

.redhat_font_display{
    font-family: 'Red Hat Display', sans-serif;
    font-size: 86px;
    white-space: nowrap;
    line-height: 160px;
    color: #00000000;
    opacity: 0.1;
    letter-spacing: -2.5px;
    -webkit-text-stroke: 3px #ffffff;
    position: absolute;
    top: 0;
    left: 12px;
    font-weight: 900;
}

.banner_left_side{
    position: relative;
    padding-top: 84px;
    
}

.hiring_counter_row{
    max-width: 1166px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
    margin-bottom: 36px;
}

#form-popupLabel{
    font-size: 32px;
}

.navbar div#offcanvasNavbar{
    width: 50% !important;
}

header .navbar-nav{
    align-items: center;
    gap: 0px;
}

header .navbar-brand img{
    width: 150px;
}

header .navbar{
    max-width: 1400px;
    margin: auto;
    padding-top: 16px;
    padding-bottom: 16px;
}

.offcanvas_menu{
    width: 100%;
}

.header_number_col{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.head_tel_div .phone_anchor{
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 8px;
}

.phone_anchor{
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
}

.header_number_col .white_btn{
    width: 180px;
    color: #20554A;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

header .nav-link{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    line-height: 18px;
    color: #ffffff;
    /* text-transform: uppercase; */
    padding: 20px 12px !important;
}

header .nav-link:hover, header .nav-link:active, header .nav-link:focus{
    color: #E6F4F1;
}

header .nav-link.header_contact_us{
    background-color: #0540F2;
    padding: 12px 32px !important;
    border: 1px solid #0540F2;
    color: #ffffff;
    /* border-radius: 10px; */
    transition: all .5s ease-in-out;
    margin-left: 20px;
    text-align: center;
}

header .nav-link.header_contact_us:hover, header .nav-link.header_contact_us:active, header .nav-link.header_contact_us:focus{
    background-color: #ffffff;
    color: #0540F2;
}



.submit_btn{
    padding: 20px 45px;
    font-family: 'Open Sans', sans-serif;
    color: #20554A;
    background-color: #E6F4F1;
    font-weight: 600;
    font-size: 20px;
    border-radius: 16px;
    text-decoration: none;
    border: 1px solid;
    width: 100%;
}

#form-popup .modal-dialog{
    max-width: 620px;
}

#form-popup{
    z-index: 9999999;
}

.submit_btn:hover, .submit_btn:active, .submit_btn:focus{
    padding: 20px 45px;
    font-family: 'Open Sans', sans-serif;
    color: #20554A;
    background-color: #E6F4F1;
    font-weight: 600;
    font-size: 20px;
    
    border-radius: 16px;
    text-decoration: none;
    border: 1px solid;
}

.counter_sec_row{
    border-left: 2px solid #20554A;
    border-right: 2px solid #20554A;
}


/* /Header */


/* Banner Row */

.bannerrow{
    padding: 128px 5% 0 5%;
    background: linear-gradient(to top, #EBEDEB -75%, #20554A 60%);
}

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

.form_banner_right{
    max-width: 420px;
    margin-left: auto;
}

.first_form_div{
    background-color: #f6f6f6;
    padding: 15px 25px;
    border-top-right-radius: 12px;
}

.arrow_btn{
    background-color: #E6F4F1;
    border-radius: 16px;
    opacity: 0.9;
    font-size: 20px;
    font-weight: 600;
    line-height: 16px;
    color: #20554A;
    padding: 0 0 0 32px;
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    width: 280px;
    text-decoration: none;
}

.arrow_btn:hover, .arrow_btn:active, .arrow_btn:focus{
    background-color: #20554A;
    color: #ffffff;
}

.arrow_btn i{
    padding-right: 24px;
    background-color: #ffffff;
    padding-left: 24px;
    height: 72px;
    display: flex;
    align-items: center;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    color: #20554A;
}


.first_form_div p{
    color: #0d0d0d;
}

.banner_row_main .banner_sec_part_heading{
    margin-bottom: 20px !important;
    font-size: 58px;
}

.banner_left_side button{
    margin-bottom: 75px;
}

.banner_left_side button a{
    text-transform: uppercase;
}


.form_main_div{
    border-radius: 12px;
    background-color: #ffffff;
}

.banner_sec_row_main img{
    height: 26px;
    width: auto;
    filter: invert(1);
}

.banner_right_col img{
    width: 100%;
    height: auto;
}

.banner_sec_row_main{
    max-width: 1400px;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    background-color: #E6F4F1;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    opacity: 0.9;
}

.counter_number{
    font-size: 40px;
    font-family: 'Inter', sans-serif;
    color: #20554A;
    font-weight: 500;
    line-height: 1;
}

.counter_text{
    font-size: 28px;
    font-family: 'Inter', sans-serif;
    color: #20554A;
}

.separator {
    border: 0;
    height: 1px;
    background-color: #0d0d0d;
}

.banner_sec_sec_para_row{
    margin-bottom: 30px;
}

.banner_sec_sec_para_row p{
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    background: linear-gradient(90deg, #24C2F8 0%, #0084FF 33%, #005CFF 67%, #0B0DF4 100%);
    font-size: 16px;
}

.banner_center_image_consultant{
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #ffffff;
}

.banner_consultancy_row img{
    padding: 10px;
    height: 80px;
    width: auto;
}

.banner_consultancy_row{
    gap: 20px;
}
/* Banner Row */

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

/* Recongnition row */

.recognation_gained_row{
    /* background-color: #0d0d0d; */
    padding: 5%;
}

.recognation_col{
    background-color: #171717;
    border: 1px solid #343434;
    border-radius: 0;
    padding: 30px 10px;
}



.recognation_col p{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 40px;
    color: #ffffff;
}

.recognation_col h4{
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #ffffff;
}

.recognation_first_col p{
    margin-bottom: 50px;
    margin-top: 20px;
    color: #0d0d0d;
}

.recognation_first_col h2{
    color: #0d0d0d;
}

.recognition_image_div{
    height: 114px;
}

.recognition_qowl_carausel .owl-carousel .item {
    background: #4CAF50;
    padding: 30px 20px;
    margin: 10px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
}



#owl-carousel-sd .owl-prev span{
    content: url(../images/sd-prev.webp);
    display: inline-block;
    width: 50px;
    height: auto;
}

#owl-carousel-sd .owl-next span{
    content: url(../images/sd-next.webp);
    display: inline-block;
    width: 50px;
    height: auto;
}

#owl-carousel-sd{
    display: flex;
    flex-direction: column-reverse;
}

#owl-carousel-sd .owl-nav{
    position: absolute;
    right: 0;
    top: -100px;
    width: auto;
    z-index: 99;
}

.sd_col p{
    font-size: 13px;
    line-height: 17px;
}

.sd_col h4{
    height: 50px;
}

.recognition_qowl_carausel .owl-carousel .item h4 {
    font-size: 18px;
    margin: 0;
}

.recognition_qowl_carausel .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.recognition_qowl_carausel .owl-dot {
    width: 12px;
    height: 12px;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
}

.reviews h5{
    color: #141414;
    opacity: 0.75;
    font-size: 18px;
}

.reviews h6{
    opacity: 1;
}

#owl-carousel-recognition .owl-dots .owl-dot.active span{
    width: 20px;
    background-color: #141414;
    height: 6px;
}

#owl-carousel-recognition .owl-dots .owl-dot.active{
    width: 20px;
}

#owl-carousel-recognition .owl-dots .owl-dot span{
    width: 6px;
    background-color: #A29494;
    height: 6px;
    margin-left: 5px;
    margin-right: 5px;
}


.recognition_qowl_carausel .owl-nav{
    position: absolute;
    display: flex;
    justify-content: space-between;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

#owl-carousel-recognition .owl-prev span{
    content: url(../images/arrow\ _back.svg);
    display: inline-block;
    width: 70px;
    height: auto;
}

#owl-carousel-recognition .owl-next span{
    content: url(../images/arrow_forward.svg);
    display: inline-block;
    width: 70px;
    height: auto;
}

#owl-carousel-slider button{
    background-color: transparent !important;
}

#owl-carousel-slider .owl-nav{
    position: absolute;
    top: -128px;
    right: 5%;
}

.initiative_row{
    margin-top: 64px;
}

#owl-carousel-slider .owl-prev span{
    content: url(../images/arrow\ _back.svg);
    display: inline-block;
    width: 70px;
    height: auto;
}

#owl-carousel-slider .owl-next span{
    content: url(../images/arrow_forward.svg);
    display: inline-block;
    width: 70px;
    height: auto;
}

.testimmonial{
    padding: 64px 100px 0 100px;
}

.build_globallay{
    background-color: #20554A;
    padding: 5%;
}

.white_btn{
    padding: 20px 45px;
    font-family: 'Open Sans', sans-serif;
    color: #20554A;
    background-color: #E6F4F1;
    font-weight: 600;
    font-size: 20px;
    border-radius: 16px;
    text-decoration: none;
    border: 1px solid;
}

.white_btn:hover, .white_btn:active, .white_btn:focus{
    color: #E6F4F1;
    background-color: #20554A;
}

.build_globallay_left{
    position: relative;
    padding-top: 102px;
}

.build_globallay_left h2{
    color: #ffffff;
}

.build_globallay_left h1{
    font-size: 80px;
}

.green_btn{
    padding: 20px 45px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    background-color: #20554A;
    font-weight: 600;
    font-size: 20px;
    border-radius: 16px;
    text-decoration: none;
    border: 1px solid #ffffff;
}

.green_btn:hover, .green_btn:active, .green_btn:focus{
    background-color: #E6F4F1;
    color: #20554A;
    border-color: #20554A;
}

.dual_btns{
    display: flex;
    gap: 20px;
    margin-top: 36px;
}

/* .testimmonial h5::before{
    content: "";
    background-image: url(../images/testimonial_image.png);
    width: 96px;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
} */

.testimmonial img{
    width: 164px !important;
    height: auto;
}

.test_description{
    font-style: italic;
    opacity: 1;
    color: #141414;
    margin-top: 24px;
    margin-bottom: 24px;
}

.test_designnation{
    font-size: 18px;
    color: #141414;
}

.trust_img_div img{
    object-fit: contain;
    width: auto !important;
    margin: auto;
}

.test_name{
    color: #141414;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    opacity: 1;
    margin-top: 16px;
}

.recognition_qowl_carausel .owl-nav button:hover{
    background: transparent !important;
}

/* Recongnition row */


/* Testomonial Row */

.testimonial{
    /* background-color: #0d0d0d; */
    padding: 5%;
}

#carouseltestimonail{
    background-color: #0C7769;
    border-radius: 24px;
}

.carouseltestimonail_row i{
    font-size: 36px;
}

#carouseltestimonail .carousel-indicators .active{
    background-color: #115DFB;
    width: 60px;
    height: 4px !important;
}

#carouseltestimonail .carousel-indicators [data-bs-target]{
    width: 60px;
    height: 2px;
    border-radius: 10px;
}

#carouseltestimonail .carousel-indicators{
    align-items: center;
    margin-bottom: 30px;
}

.testimonial_name{
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    color: #0d0d0d;
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 40px;
}

.testimonial_designation{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #0d0d0d;
    margin-bottom: 0;
    margin-left: 40px;
}

.carousel-inner .testimonial_description{
    margin-bottom: 0;
    margin-left: 40px;
    font-weight: 300;
    color: #0d0d0d;
    /* margin-top: -16px; */
}

.car_test_controls button, .car_test_controls button span{
    position: relative;
    width: 50px;
    display: inline-block;
    height: 50px;
    opacity: 1;
}

.car_test_controls img{
    width: 70px;
    height: auto;
    object-fit: contain;
    opacity: 1;
    /* display: block; */
}

.car_test_controls{
    display: flex;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    justify-content: space-between;
}

.test_second_div{
    padding: 64px;
}

.test_second_div h3{
    color: #ffffff;
    margin-bottom: 24px;
}

.test_second_div h6{
    color: #ffffff;
    font-size: 16px;
    margin-top: 32px;
    margin-bottom: 24px;
    font-weight: 600;
}

#carouseltestimonail .carousel-indicators [data-bs-target].active{
    color: #ffffff;
    width: 20px;
    height: 6px;
    border-radius: 12px;
    background-color: #ffffff;
}

.card_main_div_row{
    display: flex;
    /* justify-content: space-between; */
    gap: 2%;
    flex-wrap: wrap;
    row-gap: 20px;
}

.card_main_div{
    background-color: #ffffff;
    border-radius: 16px;
    padding: 48px 24px;
    width: 32%;
}

.card_main_div:hover{
    background-color: #E6F4F1;
}

.card_main_div h4{
    color: #141414;
    margin-top: 24px;
    font-weight: 500;
}

#carouseltestimonail .carousel-indicators [data-bs-target]{
    color: #ffffff;
    width: 6px;
    height: 6px !important;
    border-radius: 100px !important;
    background-color: #ffffff;
    /* margin: 0; */
    border: 0;
}

.test_second_div .test_loaction span{
    margin-left: 12px;
    color: #ffffff;
    font-size: 14px;
}

.carousel-control-prev{
    left: -30px;
}

.carousel-control-next{
    right: -20px;
}


.end_quote i::before{
    transform: rotate(180deg);
}

/* Testomonial Row */

/* Sticky Marketingg row */

.marketing_goals{
    padding: 8% 5% 3% 5%;
}
.sticky-decoration-item {
    display: none;
}

.marketing_goals p{
    color: #141414;
    opacity: 0.75;
}

.marketing_goals h1{
    -webkit-text-stroke: 3px #000000;
    font-size: 80px;
    top: -80px;
}
  
.sticky-decoration-item.is_visible {
    display: block;
}

.marketing_goals_sticky_row{
    /* background: linear-gradient(90deg, #24C2F8 0%, #0084FF 10%, #005CFF 20%, #0B0DF4 55%, #f2f2f2 50%); */
    padding-top: 0%;
    padding-bottom: 5%;
    padding-left: 5%;
    padding-right: 5%;
}
  
@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

@-o-keyframes zoomIn {
   0% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

 @keyframes zoomIn {
   0% {
        opacity: 0;
        transform: scale3d(0.8, 0.8, 0.8);
    }
    50% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}


.page_section_sticky_main{
    column-gap: 10%;
    display: flex;
    justify-content: flex-end;
}

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

/* #section-4{
    padding-bottom: 350px;
} */

.section_sticky_decoration{
    padding-bottom: 670px;
    padding-top: 48px;
    width: 100%;
    /* display: flex; */
}

.sticky_decoration{
    top: calc(50% - 200px);
}

.sticky-decoration-item{
    /* display: block; */
    position: relative;

}

.sticky-decoration-image{
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
    color: #0000;
    max-width: unset;
    position: absolute;
    right: 0;
    top: 0;
    animation-name: zoomIn;
    width: 100%;
    margin-top: 0px;
}

/* .sticky-decoration-image {
     opacity: 0;
    transform: scale(0.9);
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    margin-top: 0px;
}

.sticky-decoration-item.is_visible .sticky-decoration-image {
   opacity: 1;
    transform: scale(1);
} */


.sticky_container{
    /* background-color: #f2f2f2; */
    max-width: 50%;
    min-height: 1000px;
    min-width: 460px;
}

.sticky_wrapper ul{
    /* margin-bottom: 36px; */
    line-height: 1.2;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    /* line-height: 21px; */
    color: #444444;
    /* color: #0d0d0d; */
}

.sticky_wrapper p{
    color: #0d0d0d;
}

.sticky_item{
    padding-bottom: 48px;
    border-bottom: 1px solid #CCCACA;
}

.sticky_wrapper{
    padding: 64px 36px;
    background-color: #FBFAF9;
}
/* Sticky Marketing Row */

/* Tabs Section */

.client_success_stories{
    padding: 0 5%;
}


/* Tabs Section */

/* Thriving With Perimattic */

.thriving h1{
    font-size: 96px;
    line-height: 120px;
    font-weight: 600;
    margin-bottom: 96px;
}

.thriving img:hover{
    margin-top: -64px;
}

.thriving_main_row{
    margin-bottom: -48px;
}

.thriving img{
    transition: ease-in-out .5s;
}

.thriving h1 span{
    color: #0d0d0d5e;
}

.thriving{
    padding: 5% 5% 0 5%;
    margin-bottom: 10%;
    background-color: #F2F2F2;
}
/* Thriving With Perimattic */

/* Start Building Pages */

.start_building{
    padding: 5%;
    background-color: #f2f2f2;
}

.start_building h1{
    padding-bottom: 32px;
    font-weight: 600;
}

.start_building_main_img{
    margin-bottom: 128px;
}

/* Start Building Pages */

/* Tab Section */

.client_stories_tab{
    padding: 64px 48px;
}

.client_stories_tab .nav-link{
    display: flex;
    width: 100%;
    font-size: 30px;
    font-weight: 700;
    padding: 16px 32px;
    color: #0D0D0D;
    border: 0;
}

.see_more_btn, .view_pricing_btn{
    background-color: #0D0D0D;
    padding: 14px 36px;
    border: 2px solid #0D0D0D;
    transition: all .5s ease-in-out;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    line-height: 20px;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
}

.tab_dusl_buttons{
    margin-top: 32px;
    display: flex;
    gap: 16px;
}

.view_pricing_btn{
    background-color: #0d0d0d00;
    color: #0D0D0D;
}

.view_pricing_btn:hover, .view_pricing_btn:active, .view_pricing_btn:focus{
    background-color: #0d0d0d;
    color: #ffffff;
}

.see_more_btn:hover, .see_more_btn:active, .see_more_btn:focus{
    background-color: #0d0d0d00;
    color: #0d0d0d;
}

.tab_content_main_row{
    padding: 72px 32px;
    margin: 0;
    background-color: #EEE8E8;

}

.tab_content_main_row h2{
    margin-bottom: 32px;
    color: #0d0d0d;
}

.tab_content_main_row p{
    color: #0d0d0d;
}

.client_stories_tab .nav-link.active{
    background-color: #EEE8E8;
    border-radius: 0;
    color: #0d0d0d;
}

/* Tab Section */

/* Simple Steps */

.simple-steps{
    padding: 5%;
    background-color: #20554A;
}

.simple-steps .redhat_font_display{
    font-size: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.simple-steps h2{
    padding-top: 90px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 80px;
}

.steps_num{
    display: flex;
    align-items: center;
    color: #ffffff;
    gap: 20px;
    margin-bottom: 24px;
}

.steps_num span{
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #ffffff;
    border-radius: 100px;
    flex: none;
}

.steps_num h3{
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
}

.steps_row{
    margin-bottom: 200px;
}

.steps_sec_row{
    position: relative;
}

.steps_sec_row::after{
    content: "";
    width: 1px;
    height: 200px;
    border-left: 1px dashed #ffffff;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translateX(-50%);
}

.steps_sec_row::before{
    content: "";
    width: 1px;
    height: 200px;
    border-left: 1px dashed #ffffff;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
}

/* Simple Steps */


/* FAQ ROW */


.faq-row .accordion-button:not(.collapsed){
    color: #ffffff;
}

.faq-row h5{
    color: #0f172a;
    margin-bottom: 64px;
    font-size: 16px;
}

.faq-row .accordion-button::after{
    background-image: url(../images/plus-black.png);
    transform: rotate(180deg);
    background-size: contain;
    width: 20px;
    height: 20px;
}

.faq-row .accordion-button:not(.collapsed)::after{
    background-image: url(../images/plus.png);
}

.faq-row_first a{
    color: #18181b;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #18181b;
}

.faq-row_first{
    padding-right: 48px;
}


/* .faq-row .accordion-button:not(.collapsed)::after{
    transform: rotate(45deg);
} */

.faq_section{
    padding: 5%;
}

.faq_section .accordion-body{
    padding: 24px 30px;
    color: #141414;
    opacity: 0.75;
    font-size: 20px;
}

.faq-row_first p{
    color: #0D0D0D;
    font-weight: 400;
}

.faq-row_first h1{
    left: 50%;
    -webkit-text-stroke: 3px #141414;
    transform: translateX(-50%);
    font-size: 80px;
}

.cards_section{
    background-color: #20554A;
    padding: 5%;
}

.cards_section h1{
    font-size: 80px;
    letter-spacing: 0;
    left: 12px;
}


.cards_section h2{
    color: #ffffff;
    padding-top: 88px;
}


.faq-row .accordion-button:not(.collapsed){
    background-color: #20554A !important;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    border-radius: 16px !important;
    font-size: 24px;
    font-weight: 500;
    padding: 24px 30px;
}

.faq-row .accordion-button{
    font-family: 'Inter', sans-serif;
    border-radius: 16px !important;
    font-size: 24px;
    font-weight: 500;
    padding: 24px 30px;
    color: #141414;
}

#accordionExample{
    padding-right: 32px;
}

.faq_section .accordion-item{
    border-bottom: 1px solid #ADA9A9 !important;
    border-radius: 0 !important;
    padding-top: 24px;
    padding-bottom: 24px;
}

.faq_sec_heading{
    padding-top: 80px;
}

/* FAQ ROW */

/* Industries */

.tech_industries{
    padding: 5%;
}

#industries_accordian .accordion-body{
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #444444;
    padding: 10px;
    background-color: #FBFAF9;
}

#industries_accordian .accordion-button{
    color: #051320;
    font-size: 24px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding: 10px;
    background-color: #FBFAF9;
}

#industries_accordian  button.accordion-button.collapsed{
    background-color: transparent;
}

#industries_accordian .accordion-button::after{
    background: url(../images/small\ arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#industries_accordian .accordion-item{
    margin-bottom: 42px !important;
}


.tech_industries .redhat_font_display{
    -webkit-text-stroke: 3px #000000;
    font-size: 80px;
    top: -86px;
}

/* Industries */

/* Initiative */

.initiatives{
    padding: 5% 0 5% 5%;
}

.initiative_sec_heading{
    padding-top: 86px;
}

.initiatives .redhat_font_display{
    -webkit-text-stroke: 3px #000000;
    font-size: 80px;
    /* top: -86px; */
}

#owl-carousel-slider .owl-stage{
    padding-left: 0 !important;
}

#owl-carousel-slider{
    /* padding-left: 26px; */
    height: 100%;
}

#owl-carousel-slider .owl-stage{
    display: flex;
    height: 100%;
}

#owl-carousel-slider .owl-item{
    flex: 1;
}

#owl-carousel-slider .owl-stage-outer{
    height: 100%;
}

.initiative_common{
    padding: 16px;
    height: 100%;
    background-color: #F4F4F4;
}

.initiative_common li{
    font-family: 'Open Sans' , sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 12px;
}

/* Initiative */

/* FAQ */


/* Call To Action */



/* Call To Action */


/* CTA */

.cta{
    padding: 5%;
    background-color: #E6F4F1;
    background-image: url(../images/banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cta .redhat_font_display{
    -webkit-text-stroke: 3px #141414;
    letter-spacing: 0;
    font-size: 60px;
    color: #ffffff;
    margin-top: 0;
}

.cta .dual_btns{
    justify-content: flex-end;
}

/* .cta_left_side{
    padding-top: 72px;
} */

.cta_left_side h1{
    font-weight: 600;
    color: #141414;
    margin-top: 96px;
    top: -70px;
}

.cta .white_btn{
    background-color: #ffffff;
}

.cta .white_btn:hover, .cta .white_btn:active, .cta .white_btn:focus{
    background-color: #20554A;
}

/* CTA */


/* Footer */

footer{
    background-color: #20554A;
    padding: 5%;
}

.back-to-top-arrow{
    left: 50%;
    transform: translateX(-50%);
    top: -36px;
}

.footer_nav_items li{
    color: #ffffff;
    margin-bottom: 20px;
    opacity: 0.9;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.footer_nav_items a{
    color: #ffffff;
    text-decoration: none;
    opacity: 0.9;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer_nav_items a:hover{
    text-decoration: underline;
}

.footer_nav_items h4{
    /* font-size: 18px; */
    margin-bottom: 24px;
    font-family: 'Inter' , sans-serif;
}

.footer_left_col h3{
    color: #ffffff;
}

.footer_left_col h5{
    color: #ffffff;
}

/* Footer */

/* Popup CSS */


.estimate_custom_formcol #requirementForm3{
    padding: 16px;
    background-color: #20554A;
    margin-left: 70px;
    border-radius: 20px;
    border-top-left-radius: 0px !important;
    padding-top: 0;
}

#requirementForm3 label{
    color: #ffffff;
    margin-bottom: 8px;
    /* font-style: italic; */
    padding-left: 5px;
    margin-top: 15px;
    font-size: 16px;
}

.estimate_custom_formcol #requirementForm3 .form-control{
    padding: 16px;
    /* font-style: italic; */
    background: transparent;
    color: #999999;
    font-size: 16px;
    border: 1px solid #DADDE3;
    border-radius: 16px;
    margin-bottom: 15px;
}

.estimate_custom_formcol #requirementForm3 .form-control:focus{
    /* border: 0; */
    box-shadow: none;
}

.estimate_custom_formcol #requirementForm3 .form-control::placeholder{
    color: #999999 !important;
}

.estimate_custom_formcol #requirementForm3 #budgetRange{
    font-size: 16px;
    line-height: 38px;
    padding: 5px;
    background: transparent;
    border: 0;
    color: #ffffff;
    font-style: italic;
    border-bottom: 1px solid #999999 !important;
}

.estimate_custom_formcol #requirementForm3 #budgetRange{
    background-image: url(../images/downarrowwhite.png);
    background-size: auto;
    background-position-x: 98%;
    background-position-y: 20px;
    background-repeat: no-repeat;
}

#form-popup .modal-header{
    background: #20554A;
    border-bottom: 0;
    padding-left: 36px;
    padding-right: 36px;
    align-items: flex-start;
}

#form-popup .modal-header h5{
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    opacity: 0.9;
}

#form-popup .modal-header .btn-close{
    color: #ffffff;
    background-color: #ffffff;
    opacity: 1;
    margin-top: 16px;
}

.estimate_custom_formcol #requirementForm3 #budgetRange option{
    color: #0d0d0d;
}

.estimate_custom_formcol #requirementForm3 .form-control::placeholder{
    color: #ffffff;
}

#captchaQuestion3{
    color: #ffffff;
}

/* Mobile and Ipad Mini */
/* Media Queries */

@media (max-width: 768px) {

    /* header button.navbar-toggler.col-1 {
        display: none;
    } */
#owl-carousel-slider .owl-dots .owl-dot.active span{
    width: 20px;
    background-color: #141414;
    height: 6px;
}
	.footer_address{
		flex-direction: column;
	}

#owl-carousel-slider .owl-dots .owl-dot.active{
    width: 30px;
}

#owl-carousel-slider .owl-dots{
margin-top: 32px;
}

#owl-carousel-slider .owl-dots .owl-dot span{
    width: 6px;
    background-color: #A29494;
    height: 6px;
    margin-left: 5px;
    margin-right: 5px;
}

#owl-cards .owl-dots .owl-dot.active span{
    width: 20px;
    background-color: #ffffff;
    height: 6px;
}

	#owl-cards .owl-dots{
margin-top: 32px;
	}

#owl-cards .owl-dots .owl-dot.active{
    width: 30px;
}

#owl-cards .owl-dots .owl-dot span{
    width: 6px;
    background-color: #cccccc;
    height: 6px;
    margin-left: 5px;
    margin-right: 5px;
}
    .trust_img_div img{
    object-fit: contain;
    width: 100px !important;
    margin: auto;
}

    #owl-cards .owl-stage{
        padding-left: 0 !important;
    }

    .car_test_controls{
        display: none;
    }

    .footer_last{
        font-size: 16px;
        margin-top: 0 !important;
    }

    .build_globallay_left h1, .simple-steps .redhat_font_display, .initiatives .redhat_font_display, .tech_industries .redhat_font_display, .cards_section h1, .faq-row_first h1{
        font-size: 50px;
    }

    .cta .redhat_font_display{
        font-size: 34px;
    }
     br{
        display: none;
     }

    .redhat_font_display{
        font-size: 60px;
    }

    .card_main_div_row{
        flex-direction: column;
        margin-top: 64px;
    }

    .card_main_div{
        width: 100%;
    }

    .header_number_col .white_btn{
        width: 130px;
        height: 50px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .white_btn, .green_btn{
        font-size: 14px;
        padding: 12px 24px;
    }


    header .navbar-brand {
        /* padding-left: 0px; */
        font-size: 22px;
    }

    h1 {
    font-size: 35px;
    font-weight: 700;
    font-family: 'Inter', sans-serif;
    /* line-height: 37.5px; */
    /* color: #0d0d0d; */
}
h2{
    font-size: 32px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    /* line-height: 30px; */
    /* color: #0d0d0d; */
}

h3{
    font-size: 26px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    /* line-height: 36px; */
    /* color: #0d0d0d; */
}

h4{
    font-size: 22px;
    font-weight: 700;
    /* font-family: 'Inter', sans-serif; */
    /* line-height: 36px; */
    /* color: #0d0d0d; */
}

h5{
    font-size: 18px;
    font-weight: 600;
    /* font-family: 'Inter', sans-serif; */
    /* line-height: 16px; */
}

h6{
    font-size: 10px;
    font-weight: 300;
    /* font-family: 'Inter', sans-serif; */
    /* line-height: 13px; */
    /* color: #0d0d0d; */
}

body {
    font-family: 'Inter', sans-serif;
}

p{
    font-size: 18px;
}

.dual_btns{
    margin-bottom: 36px;
}

.image_and_text_parent_div h5{
    color: #444444;
    /* opacity: 0.75; */
    font-weight: 400;
}

.image_and_text_parent_div{
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #CCCACA;
}

.image_and_text_parent_div li{
    color: #444444;
    /* opacity: 0.75; */
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
}

.steps_num{
    flex-direction: column;
    align-items: flex-start;
}

.steps_sec_row::after, .steps_sec_row::before{
    display: none;
}

.steps_row{
    margin-bottom: 64px !important;
}

.initiatives{
    padding-top: 0;
    padding-bottom: 48px;
}

.simple-steps{
    padding-top: 0px;
    padding-bottom: 96px;
}

.initiative_row_col{
    padding-right: 0;
}


.initiative_common li{
    font-size: 14px;
}

.banner_sec_part_heading{
    font-size: 30px;
}

.arrow_btn{
    font-size: 16px;
    height: 54px;
    width: 230px;
    margin-bottom: 32px;
}

.recognation_first_col{
    padding-left: 5%;
    padding-right: 5%;
}

.arrow_btn i{
    height: 50px;
    width: 50px;
    padding-left: 16px;
}

.bannerrow{
    padding: 100px 5% 0 5%;
}

.banner_left_side p br{
    display: none;
}

.banner_left_side button{
    margin-bottom: 30px;
}

.banner_left_side{
    margin-bottom: 40px;
}

.banner_consultancy_row img{
    height: 60px;
    width: auto;
}

.banner_consultancy_row{
    gap: 0px;
    align-items: center;
}

.banner_center_image_consultant img{
    width: auto;
    height: 60px;
}

.banner_last_image_consultant{
    width: 100px;
    text-align: center !important;
}

.first_form_div{
    padding: 12px 20px;
}

#requirementForm{
    margin: 8px 30px;
}

.form_banner_right .form-control{
    padding: 7px;
    font-size: 11px;
    line-height: 13px;
}

.form_main_div_margin_css{
    margin-bottom: 12px;
}

.form_banner_right #requirements{
    margin-top: 8px;
    margin-bottom: 20px;
}

#budgetRange{
    font-size: 10px;
    line-height: 30px;
}

.form_banner_right .submit_btn{
    font-size: 13px;
    line-height: 14px;
    padding: 13px;
}

#captchaQuestion{
    width: 150px;
}

.banner_form_end_text{
    font-size: 10px;
    line-height: 11px;
    padding-bottom: 12px;
}

.banner_sec_row_main{
    margin-top: 60px;
    margin-left: 12px;
    margin-right: 12px;
}

.banner_sec_sec_para_row p{
    font-size: 10px;
    line-height: 12px;
}

.banner_sec_sec_para_row{
    margin-bottom: 22px;
}

.banner_sec_row_main img{
    width: 50px;
    height: auto;
}

.custom_suite_row{
    padding: 0 8px 54px 8px;
}

.trusted_mobile_margin_css{
    margin-top: 20px;
}

.trusted_mobile_margin_css img{
    width: 80px;
}

.custom_suite_row p{
    margin-top: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0px;
}

.third_counter_sec{
    padding: 0;
}

.third_counter_row{
    padding: 0 20px;
}

.counter_row{
    padding-bottom: 30px;
    border-radius: 20px;
    border-top-left-radius: 0;

}

.counter_row_col{
    padding: 0 12px;
    max-width: 280px;
    margin: auto;
    justify-content: flex-start;
    align-items: end;
    border-left: 3px solid #20554A;
    border-right: 0;
    margin-bottom: 12px;
}

.schedule_call_col{
    margin-top: 8px;
}

.proven_cap_row{
    padding: 46px 8px 32px 8px;
}

.proven_capsec_row h2{
    font-size: 22px;
    line-height: 30px;
    font-family: 'Inter', sans-serif;
}

.accordian_column .accordion-button{
    font-size: 15px;
    line-height: 24px;
}


.proven_capsec_row p{
    font-size: 15px;
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 0;
}

.proven_capsec_row p a{
    font-size: 15px;
    line-height: 27px;
}

.accordian_column .accordion-button{
    padding: 36px 0;
}

.accordian_column .accordion-body p{
    font-size: 14px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    margin-top: 0;
}

.accordian_column .accordion-body{
    padding-right: 0;
    padding-bottom: 50px;
}

.accordian_column .accordion-body p a{
    font-size: 14px;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
}

.accordion-flush .accordion-item:last-child{
    border-bottom: 1px solid #484848;
}



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

.recognation_first_col p{
    margin-top: 16px;
    margin-bottom: 56px;
    font-size: 14px;
    line-height: 21px;
}

.recognation_col{
    padding: 70px;
}



.recognation_col p{
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 16px;
}

.recognation_col h4{
    font-family: 'Inter', sans-serif;
    margin-top: 10px;
    font-size: 18px;
    line-height: 27px;
}

.factors_that_cement_row{
    padding: 40px 8px 60px 8px;
}

.factors_that_cement_first_main_col h2{
    font-size: 22px;
    line-height: 30px;
}

.factors_that_cement_first_main_col p{
    font-size: 18px;
    line-height: 27px;
    margin-top: 22px;
    margin-bottom: 0px;
}

.factors_that_cement_first_main_col p a{
    font-size: 18px;
    line-height: 27px;
}

.factors_that_cement_first_main_col{
    margin-bottom: 48px;
}

.factor_that_cement_info_box{
    padding-top: 30px !important;
    padding-bottom: 50px;
}

.banner_left_side{
    padding-top: 0px;
}

.info_box_number_div{
    padding-right: 36px;
}

.factor_that_cement_info_box h3{
    font-size: 18px;
    line-height: 26px;
}

.info_boxes_factors_right_side{
    margin-top: 0;
    padding-left: 0;
}

.factors_other_col{
    padding: 20px 20px 50px 20px;
}

.what_appinventiv{
    padding: 0 20px;
}

.what_appinventiv h4{
    font-size: 16px;
    line-height: 22px;
}

.what_app_in_sec{
    align-items: center !important;
}

.client_success_stories{
    padding: 80px 8px 32px 8px;
}

.client_success_stories h2{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
}

.client_success_stories p{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 21px;
}

.client_stories_tab .carousel-control-prev, .client_stories_tab .carousel-control-next{
    top: -20px;
    width: 60px;
}

.client_stories_tab .carousel-control-prev{
    left: 72%;
}

.client_stories_tab .carousel-control-next{
    left: 85%;
}

.tab_content_left_side_col{
    padding: 30px 20px;
    border-radius: 20px;
}

.hiring_counter_row{
    flex-direction: column;
}

.tab_content_main_row{
    margin: 0;
    border-radius: 16px;
}

.tab_content_main_row .tab_first_para{
    font-size: 12px;
    line-height: 18px;
    font-family: 'Inter', sans-serif;
    margin-bottom: 16px;
}

.tab_content_left_side_col h4{
    font-size: 18px;
    line-height: 24px;
}

.tab_content_left_side_col h4.fw-medium{
    margin-bottom: 30px;
}

.tab_content_left_side_col .read_case_btn_row h4{
    line-height: 18px;
    /* margin-bottom: 0px; */
}

.tab_content_left_side_col .read_case_btn_row h5{
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
}

.read_case_btn_row button{
    margin-top: 20px;
}

/* .read_case_btn_row_left_col{
    border-right: 1px solid #ffffff;
} */

.read_case_btn_row_right_col{
    padding-left: 20px;
}

.tab_content_right_side_col{
    padding: 0;
}

.client_stories_tab .tab-content{
    margin-bottom: 10px;
}

.client_stories_tab .nav-link{
    font-size: 18px;
    line-height: 21px;
}

.info_boxes_factors_left_side{
    padding-right: 0;
}

.client_stories_tab #myTab .nav-item{
    width: 33.33%;
    text-align: center;
}

.client_stories_tab .nav-link{
    padding: 20px 0 !important;
    margin-bottom: 0;
    width: 100%;
}

.testimonial_heading_main{
    font-size: 22px;
    line-height: 33px;
    margin-bottom: 16px;
}

.testimonial p{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

#carouseltestimonail{
    margin-top: 40px;
    border-color: rgba(255, 255, 255, 0.57);
    padding: 0;
}

.tech_industries{
    padding-top: 48px;
    padding-bottom: 48px;
}

.cards_section{
    padding-top: 0px;
    padding-bottom: 48px;
    padding-right: 0;
}

#owl-cards .owl-stage{
    display: flex;
    height: 100%;
}

#owl-cards .owl-item{
    flex: 1;
    /* height: 100%; */
}

.card_main_div{
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#owl-cards .owl-item .card_main_div{
    background-color: #ffffff;
}

.cta .dual_btns{
    flex-direction: column;
    align-items: flex-start;
}

.cta .dual_btns a{
    width: 200px;
    text-align: center;
    font-size: 14px;
}

#owl-cards{
    margin-top: 64px;
}

#owl-cards .owl-item.active .card_main_div{
    background-color: #E6F4F1;
}

.card_main_div img{
    width: 80px !important;
}

.tech_industries img{
    margin-bottom: 80px;
}

.test_second_div{
    padding: 24px 36px 80px 36px;
}

.carouseltestimonail_row img{
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}


.carouseltestimonail_row .testimonial_description{
    margin-left: 0;
    margin-bottom: 40px;
    margin-top: 16px;
    font-size: 12px;
    line-height: 20px;
}

.carouseltestimonail_row_image_col{
    display: flex;
    gap: 16px;
    margin-bottom: 60px;
}

.carouseltestimonail_row_image_col img{
    width: 50px;
    height: auto;
}

#carouseltestimonail .testimonial_name{
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 15px;
    line-height: 20px;
}

.testimonial_designation br{
    display: none;
}

#carouseltestimonail .carousel-indicators{
    margin-top: 40px;
}

.we_cover{
    padding: 40px 8px;
}

.we_cover h2{
    font-size: 22px;
    line-height: 30px;
}

.we_cover p{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 16px;
}

.we_cover_lists li{
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 14px;
    line-height: 21px;
    padding-top: 3px;
    padding-bottom: 3px;
    
}

.offcanvas-body{
    margin: auto;
}

.thriving img:hover{
    margin-top: 0;
}

.we_cover_list_second{
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.we_cover_lists{
    margin-bottom: 0;
}

.we_cover_list_second ul li:nth-child(1){
    margin-top: 0;
}

.our_compliance{
    padding-left: 8px;
    padding-right: 8px;
}

.our_compliance h2{
    font-size: 22px;
    line-height: 30px;
    /* margin-bottom: 16px; */
}

.fueling_internal_col_div img{
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.fueling_internal_col_div{
    gap: 10px;
    padding: 20px;
}

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

.our_compliance p{
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
}

.testimonial p br{
    display: none;
}

.our_compliance p br{
    display: none;
}

.compliance_tab{
    margin-top: 56px;
}

#v-pills-tabContent_compliance .com_tab_content{
    margin-left: 0;
    border-radius: 0px;
    padding: 20px;
}

.com_tab_content h4{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
}

.our_compliance .com_tab_content p{
    font-size: 13px;
    line-height: 28px;
}

.delivering_hyper{
    padding-top: 30px;
    padding-bottom: 0;
}

.delivering_top_row_box{
    margin-top: 32px;
}

.delivering_info_box_image_div h4{
    font-size: 18px;
    line-height: 26px;
}

.delivering_info_box_image_div img{
    width: 45px;
    height: auto;
}

.delivering_info_box_image_div{
    margin-bottom: 16px;
}

.delivering_info_box{
    margin-bottom: 32px;
}

.delivering_robust{
    padding: 0 8px;
}

.delivering_robust h2{
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 34px;
}

.delivering_robust .delivering_info_box_image_div{
    gap: 20px;
    margin-bottom: 16px;
}

.delivering_robust .delivering_info_box_image_div h4{
    font-size: 18px;
    line-height: 22px;
}

.delivering_robust .delivering_info_box p{
    font-size: 14px;
    line-height: 24px;
}

.delivering_robust .delivering_info_box p a{
    font-size: 14px;
    line-height: 24px;
}

.delivering_robust .delivering_robust_col{
    margin-bottom: 24px;
}

.we_collaborate{
    padding: 24px 8px 24px 8px;
}

.we_collaborate h2{
    font-size: 22px;
    line-height: 30px;
}

.we_collaborate_para{
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 21px;
}

.we_collaborate .delivering_info_box{
    padding: 36px;
}

.we_collaborate .delivering_info_box p{
    font-size: 14px;
    line-height: 22px;
}

.we_collaborate .delivering_robust_col{
    margin-bottom: 24px;
}

.enterprise h2{
    font-size: 22px;
    line-height: 30px;
}

.enterprise_para{
    font-size: 14px;
    line-height: 21px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.enterprise_col p{
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.enterprise_col{
    font-family: 'Inter', sans-serif;
}

.enterprise{
    padding: 0 8px;
}

.third_counter_row.hiring_row{
    padding: 48px 20px;
}

.another_counter_row{
    margin: 0;
    padding: 31px 14px;
}

.another_counter_row h2{
    font-size: 19px;
    line-height: 30px;
}



.hiring_counter_row{
    justify-content: center !important;
}

.hiring_counter_row .counter_number{
    font-size: 32px;
}

.counter_text{
    font-size: 18px;
    font-weight: 500;
}

.enterprise_col.software-development_col h6{
    height: auto;
}

.hiring_contact_us_col{
    margin-top: 20px;
    margin-bottom: 20px;
}

.software-development{
    padding: 0 8px;
}

.software_dev_para{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
}

.talk_to_button{
    margin-top: 42px;
    margin-bottom: 48px;
}

.talk_to_button button{
    padding: 12px 24px;
}

.fueling_digital_row h2{
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
}

.custom_suite_row.fueling_digital_row{
    padding: 48px 8px;
}

.fueling_digital_row .custom_suite_advance_tab{
    margin: 26px 0;
    
}

.custom_suite_advance_tab{
    display: none !important;
}

.estimated_custom{
    padding: 48px 8px;
    background-position: top;
    background: url(../images/estimated_custon.webp);
    background-size: cover;
}

.estimated_custom h2{
    font-size: 22px;
    line-height: 30px;
}

.estimated_custom p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 28px;
}

.estimate_custom_formcol #requirementForm2{
    margin-left: 0;
    margin-top: 48px !important;
    padding: 16px !important;
    font-size: 16px;
    line-height: 18px;
    padding: 18px 5px;
}

.nda_div{
    display: flex;
    gap: 5px;
}

#requirementForm2 .form-check-label{
    font-size: 10px;
    line-height: 13px;
}

.faq_firstmain_col h2{
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 38px;
}

.faqs_accordian .accordion-button{
    padding: 42px 15px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 20px;
}

.faqs_accordian .accordion-body{
    padding: 16px;
    font-size: 12px;
    line-height: 16px;
}

.faqs .col-md-6:nth-child(2){
    padding-left: 0;
}

.faqs .col-md-6:nth-child(1){
    padding-right: 0;
}

.faqs{
    padding: 16px 8px 35px 16px;
}

.blogs{
    padding: 0 8px 38px 8px;
}

.single_blog_div_row{
    margin: 0;
}

.blogs h2{
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 42px;
}

.single_blog_div_row .col-md-4{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.read_more_anchor{
    margin-bottom: 40px;
    margin-top: 24px;
    display: block;
    font-size: 19px;
    line-height: 26px;
}

.single_blog_div h4{
    height: auto;
    font-size: 20px;
    line-height: 26px;
}

.appinventiv_row{
    border-top: 6px solid #1163FB;
    background-position: right bottom;
    background-size: auto;
    padding: 60px 8px 48px 8px;
}

.app_inventiv_logo{
    width: 100px;
}

.appinventiv_row_first_para_div{
    padding: 5px;
    width: 100%;
    margin-top: 24px;
}

.appinventiv_row_first_para_div span{
    font-size: 10px;
    line-height: 15px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    margin-left: 10px;
}

.appinventiv_row_image_text_col{
    text-align: center !important;
}

.countries_info_div{
    padding: 36px 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: center;
}

.countries_info_div p{
    margin-bottom: 0;
}

.countries_info_div h4{
    margin-bottom: 0;
    margin-top: 10px;
    line-height: 25px;
}

.countries_information{
    padding-top: 18px;
}

#accordionFlushsuite{
    display: block !important;
}

.accordian_column #accordionFlushsuite .accordion-button::after{
    background: url(../images/down-arrow-mobile.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    width: 18px;
    top: 6px;
}

.accordian_column #accordionFlushsuite .accordion-button:not(.collapsed)::after{
    /* left: 20px; */
    top: -5px;
}

.accordian_column #accordionFlushsuite .accordion-button{
    padding: 20px 18px;
    
}

.accordian_column #accordionFlushsuite .accordion-item{
    margin-bottom: 24px;
    border-bottom: 0;
    border-radius: 20px;
    border-top-left-radius: 0;
    background-color: #1E1E1E;
}

.accordian_column #accordionFlushsuite .accordion-item:last-child{
    margin-bottom: 0;
}

.accordian_column #accordionFlushsuite .accordion-body{
    padding-left: 18px;
    padding-right: 18px;
}

.accordian_column #accordionFlushsuite{
    margin-top: 48px;
}

#accordionFlushfueling{
    display: block !important;
    padding: 50px 15px;
    background-color: #ffffff;
    margin-top: 32px;
    border-radius: 20px;
    border-top-left-radius: 0;
}

#accordionFlushfueling .accordion-button{
    padding: 15px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 20px;
    border-top-left-radius: 0;
    background-color: #3C80FE;
}

#accordionFlushfueling .accordion-button::after{
    background: none;
}

#accordionFlushfueling .accordion-item{
    margin-bottom: 20px;
    border-radius: 16px;
    border-top-left-radius: 0 !important;
    /* background-color: #3C80FE; */
    border: 0;
}

#captchaQuestion2{
    width: 170px;
}

#accordionFlushfueling .fueling_mobilwinternal_col img{
    width: auto;
    height: 20px;
}

.fueling_mobileinternal_row{
    margin: 0;
}

#accordionFlushfueling .accordion-body{
    background: #ffffff;
    padding-top: 20px;
    padding-bottom: 10px;
}

#accordionFlushfueling .fueling_fiv_internal{
    display: flex;
    background-color: #F7F7F7;
    gap: 15px;
    align-items: center;
    padding: 24px 16px;
    border-radius: 16px;
}

#accordionFlushfueling .fueling_fiv_internal p{
    font-size: 11px;
    line-height: 13px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.fueling_mobilwinternal_col:nth-child(odd){
    padding: 0;
    padding-right: 2px;
    padding-bottom: 5px;
}

.fueling_mobilwinternal_col:nth-child(even){
    padding: 0;
    padding-left: 3px;
    padding-bottom: 5px;
}

.countries_information .col-md-2{
    width: 100%;
}

.countries_info_div p br{
    display: none;
}

.footer_row_custom_one{
    padding: 36px 8px;
}

.footer_bottom_first_row{
    gap: 28px;
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 32px;
}

.footer_bottom_sec_row{
    flex-direction: column;
}

.footer_bottom_sec_row p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px !important;
}

.footer_bottom_sec_row a{
    text-align: end;
}

.footer_bottom_first_row p{
    font-size: 14px;
    line-height: 20px;
}

#accordionfooter .accordion-button{
    background-color: transparent;
    color: #ffffff;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
}

.cta .see_more_btn{
    margin-bottom: 32px;
}


#accordionfooter .accordion-item{
    background-color: transparent;
    color: #ffffff;
}

#accordionfooter .accordion-button::after{
    background: url(../images/plus-icon.png);
    background-size: contain;
    width: 20px;
    background-repeat: no-repeat;
}

#accordionfooter .accordion-button:not(.collapsed)::after{
    left: 0;
    transform: none;
}

#accordionfooter .accordion-body{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.mobile_header_div button{
    padding: 10px 15px;
}

header{
    padding: 20px 5%;
}

.build_globallay_left{
    padding-top: 0;
}

.build_globallay{
    padding-top: 96px;
    padding-bottom: 48px;
}

.build_globallay_left .redhat_font_display{
    top: -96px;
}

header .navbar{
    padding: 0;
}

.navbar-toggler-icon{
    background-image: url(../images/Ham.svg);
    object-fit: contain;
    height: 16px;
    width: 26px;
}

.navbar div#offcanvasNavbar{
    width: 80% !important;
}

.navbar-toggler{
    text-align: left;
    /* padding: 0; */
}

.navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus{
    background: none;
}

.logo_header{
    padding-left: 20px;
}

#navbarTogglerDemo02{
    padding-top: 20px;
}

header .navbar-brand img{
    width: 111px;
}

header .navbar-nav{
    /* gap: 0; */
    padding: 0;
}
header .nav-link{
    margin-left: 0;
    padding: 10px !important;
}

header .nav-link.header_contact_us{
    padding: 10px !important;
    width: 130px;
    margin-left: auto;
}

header .navbar-nav li{
    width: 100%;
    text-align: center;
}

}



/* Mobile and Ipad Mini */
/* Media Queries */

@media (min-width: 993px) and (max-width: 1100px) {

    .countries_information {
        gap: 0;
    }

    header .navbar-brand img{
        width: 100%;
    }

    #offcanvasNavbar{
        position: relative;
        width: 83.33% !important;
    }

    header .navbar-nav{
        gap: 0;
    }

    header .navbar-nav .nav-link{
        padding-left: 5px !important;
        padding-right: 5px !important;
        font-size: 11px;
    }

    .head_tel_div i{
        font-size: 12px !important;
    }

    .head_tel_div .phone_anchor{
        font-size: 12px;
        gap: 4px;
    }

    .header_number_col .white_btn{
        width: auto;
        padding: 16px !important;
        height: auto;
        font-size: 12px;
    }

    .logo_header{
        font-size: 20px;
    }
  }


  @media (min-width: 769px) and (max-width: 992px){

    .appinventiv_row .col-md-3 {
        width: 22%;
    }
.footer_address{
		flex-direction: column;
	}
	  .card_main_div{
width: 100%;
	  }

	  #owl-cards{
margin-top: 48px;
	  }

    header .navbar{
        padding-top: 0;
        padding-bottom: 0;
    }

    .cta .see_more_btn{
        margin-bottom: 32px;
    }

    #offcanvasNavbar{
        background-color: #20554A;
    }

    .navbar-toggler-icon {
        background-image: url(../images/Ham.svg);
        object-fit: contain;
        height: 16px;
        width: 26px;
    }

    header .nav-link.header_contact_us {
        padding: 10px !important;
        width: 130px;
        margin-left: auto;
    }

    .appinventiv_row .col-md-1 {
        width: 8%;
    }

    .appinventiv_row .col-md-8 {
        width: 70%;
    }

    .appinventiv_row_first_para_div span {
        font-size: 11px;
    }

    /* header button.navbar-toggler.col-1 {
        display: none;
    } */



    .countries_information {
        gap: 0;
    }

    header {
        /* background-color: #0d0d0d; */
        padding: 20px;
    }

    .we_cover_lists li {
        list-style: circle;
        padding-left: 5px;
        background: none;
    }

    .bannerrow{
        padding-top: 10%;
    }
    
.footer_row_custom_one{
    padding: 36px 8px;
}

.footer_bottom_first_row{
    gap: 28px;
    flex-direction: column;
    margin-top: 32px;
    margin-bottom: 32px;
    padding-bottom: 32px;
}

.footer_bottom_sec_row{
    flex-direction: column;
}

.footer_bottom_sec_row p{
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px !important;
}

.footer_bottom_sec_row a{
    text-align: end;
}

.footer_bottom_first_row p{
    font-size: 14px;
    line-height: 20px;
}

#accordionfooter .accordion-button{
    background-color: transparent;
    color: #ffffff;
    font-size: 20px;
    line-height: 23px;
    font-weight: 600;
}

#accordionfooter .accordion-item{
    background-color: transparent;
    color: #ffffff;
}

#accordionfooter .accordion-button::after{
    background: url(../images/plus-icon.png);
    background-size: contain;
    width: 20px;
    background-repeat: no-repeat;
}

#accordionfooter .accordion-button:not(.collapsed)::after{
    left: 0;
    transform: none;
}

#accordionfooter .accordion-body{
    padding-left: 40px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

  }

  @media (min-width: 540px) and (max-width: 768px){
    header {
        /* background-color: #0d0d0d; */
        padding: 20px;
    }

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

    .footer_nav_items img{
        width: 25px;
    }

    .counter_row_col{
        width: auto;
    }

    #requirementForm{
        margin: 8px 16px;
    }

    .trusted_mobile_margin_css {
        margin-top: 0px;
    }

    .client_stories_tab .carousel-control-prev {
        left: 78%;
    }

    .carouseltestimonail_row{
        align-items: flex-end;
        flex-direction: row;
    }


    .we_cover .row{
        margin: 0;
    }

    .we_cover_list_second ul li:nth-child(1){
        margin-top: 13px;
    }

    .delivering_hyper{
        padding-bottom: 48px;
    }

    .we_collaborate .delivering_info_box_image_div h4{
        height: auto;
    }

    .enterprise_col h6{
        height: auto;
    }

    .enterprise_col.software-development_col h6{
        height: auto;
    }

    #accordionExample{
        padding-right: 10px;
    }

    .single_blog_div{
        padding-right: 10px;
    }
  }

  @media (min-width: 769px) and (max-width: 1300px){
    .countries_information .col-md-2{
        width: 33.33%;
    }

    .countries_information {
        gap: 0;
    }

    .card_main_div h4{
        font-size: 20px;
    }
  }

  @media (min-width: 769px) and (max-width: 1200px){
    .fueling_digital_row .custom_suite_advance_tab .tab-content{
        padding-left: 20px;
        padding-right: 20px;
    }

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

    .redhat_font_display, .build_globallay_left h1{
        font-size: 60px !important;
    }

    .dual_btns{
        align-items: center;
    }

    .green_btn, .white_btn{
        padding: 16px 24px;
        text-align: center;
        font-size: 16px;
    }

    .carouseltestimonail_row{
        align-items: center;
    }

    h1{
        font-size: 56px;
    }
  }
  

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


    header .offcanvas_menu .navbar-toggler {
        display: block !important;
        border: 0;
        outline: none;
        box-shadow: none;
        padding-left: 12px;
    }

    header .offcanvas_menu .navbar-toggler:focus-visible{
        border: 0;
        outline: none;
        box-shadow: none;
    }

    #offcanvasNavbar {
        background-color: #20554A;
    }

    .banner_row_main h1 {
        font-size: 32px;
        line-height: 45px;
        color: #ffffff;
        /* top: -32px; */
    }

    .banner_row_main .redhat_font_display{
        top: -32px;
        -webkit-text-stroke: 3px #ffffff;
        color: transparent;
        font-size: 60px;
    }

    .banner_row_main .banner_sec_part_heading {
        font-size: 35px;
    }

    .banner_left_side button {
        display: none;
    }

    .banner_row_main {
        padding-top: 48px;
    }

    .banner_left_side {
        margin-bottom: 0;
    }

    .mobile_third_section {
        /* background-color: #F2F2F2; */
        padding: 48px 5%;
    }

    .mobile_third_section .redhat_font_display{
        -webkit-text-stroke: 3px #000000;
        top: -48px;
    }

    .mobile_third_section .position-relative h2{
        padding-top: 32px;
    }

    .mobile_third_section .position-relative p{
        color: #141414;
        opacity: 0.75;
    }

    .recognation_gained_row{
        padding-bottom: 48px;
        padding-right: 0;
        padding-left: 0;
    }

    #form-popup .modal-header{
        padding: 16px;
    }

    #form-popup .modal-header .btn-close{
        margin-top: 4px;
        padding: 8px 16px;
    }

    .estimate_custom_formcol #requirementForm3 .form-control{
        margin-bottom: 0;
    }

    #owl-carousel-sd{
        margin: 0;
        flex-direction: column;
    }

    #owl-carousel-sd .owl-nav {
        position: relative;
        top: 100%;
        display: flex !important;
        width: 100%;
        justify-content: space-between;
    }

    .sd_row .recognition_qowl_carausel .sd_col {
        margin-bottom: 45px !important;
    }

    #owl-carousel-sd .owl-dots{
        display: none;
    }


    #owl-carousel-sd .owl-stage{
        padding-left: 0 !important;
    }



    /* .client_success_stories {
        padding-top: 40%;
    } */

    .client_stories_tab {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .client_stories_tab #myTab .nav-item {
        width: 50%;
    }

    .tab_content_left_side_col ul li {
        width: 100% !important;
        font-size: 14px;
    }

    .client_success_stories p{
        margin-bottom: 16px;
    }

    .client_stories_tab .nav-link {
        padding: 35px 15px;
        font-size: 15px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        text-align: center;
        display: block;
    }

    .tab_content_main_row {
        border-radius: 0;
        padding: 50px 10px !important;
        flex-direction: column-reverse;
    }

    .testimmonial{
        padding: 20px;
    }

    .tab_content_left_side_col {
        border-radius: 0;
        padding: 30px 10px 10px 10px;
    }

    .tab_content_right_side_col {
        padding: 10px;
    }

    .tab_dusl_buttons {
        flex-direction: column;
        text-align: center;
    }

    .recognation_gained_row .owl-stage-outer {
        padding-left: 0;
        padding-right: 0;
    }

    

    .thriving {
        margin-top: 15%;
        padding-top: 12%;
        margin-bottom: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

    .thriving .col-md-12 h1 {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 60px;
    }

    .thriving_main_row {
        gap: 20px;
        margin-bottom: 20px;
    }

    .start_building {
        padding-left: 2%;
        padding-right: 2%;
    }

    .start_building h1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .start_building_main_img {
        margin-bottom: 60px;
    }

    .start_building_slider_row h2 {
        font-size: 32px;
        font-weight: 400;
        line-height: 40px;
    }

    .mobile_slider_horizontal {
        padding-top: 10%;
    }

    .mobile_slider_horizontal .carousel-control-prev {
        display: none !important;
    }

    .mobile_slider_horizontal .carousel-control-next {
        display: none !important;
    }

    .mobile_slider_horizontal .carousel-indicators {
        margin-right: 0px;
        margin-left: 0px;
        top: 0;
    }

    .mobile_slider_horizontal .carousel-indicators button {
        background: #0D0D0D !important;
        width: 100%;
        height: 10px;
        padding: 0;
        margin-right: 0px;
        margin-left: 0px;
        border: 0 !important;
        border-radius: 0;
        opacity: 1;
    }

    .mobile_slider_horizontal .carousel-indicators button.active {
        background: linear-gradient(135deg, #24C2F8 0%, #0084FF 33%, #005CFF 67%, #0B0DF4 100%) !important;
    }

    .mobile_slider_horizontal .carousel-inner {
        padding-top: 15%;
    }

    .mobile_slider_horizontal .carousel-inner p {
        font-size: 16px;
        font-weight: 400;
        font-family: 'Inter', sans-serif;
        line-height: 25px;
        color: #0d0d0d;
    }

    .mobile_slider_horizontal .carousel-inner p span {
        font-weight: 700;
    }

    .testimonial_name, .testimonial_designation {
        margin-left: 0;
    }

    .footer_nav_items img{
        object-fit: contain;
    }

    .testimonial_designation {
        margin-bottom: 10px;
    }

    .third_counter_row {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 55px;
        padding: 48px 5px !important;
    }

    .another_counter_row {
        padding: 0;
    }



    .hiring_counter_row {
        gap: 15px;
    }

    .carausels {
        padding-bottom: 15%;
    }

    .carausels h1 {
        font-family: 'Inter', sans-serif;
        font-size: 45px;
        font-weight: 600;
        line-height: 55px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .faq-row_first, #accordionExample {
        padding-right: 0;
    }

    .cta{
        padding-top: 48px;
        padding-bottom: 48px;
        background-size: cover;
        background-position: center;
    }
    .cta_left_side h1{
        margin-top: 48px;
    }

    .faq_section .accordion-body{
        font-size: 16px;
    }

    .faq-row .accordion-button, .faq-row .accordion-button:not(.collapsed){
        font-size: 18px;
        padding: 24px;
    }

    .footer_nav_items{
        padding-bottom: 24px;
    }

    footer{
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .cta_left_side{
        padding-top: 12px;
    }

    .cta .col-md-6 img {
        margin-top: 15%;
        border-radius: 10px;
    }

    #accordionfooter .accordion-button {
        color: #273245;
    }

    .footer_bottom_row {
        padding-left: 10%;
        padding-right: 10%;
    }

    .footer_icons {
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 45px;
    }

    .footer_bottom_row .col-md-6:nth-child(2) p {
        text-align: center !important;
    }


	
}

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

    header .navbar-brand img {
        padding-left: 10px;
    }
	
}

@media only screen and (max-width: 768px) and (min-width: 541px) {
	
	.tab_content_main_row .col-md-6 {
        width: 100%;
    }
	
}

@media (min-width: 1400px) {
	
	.initiatives{
        padding-right: 5%;
    }
	
}

@media (min-width: 1101px) and (max-width: 1300px){

    header .nav-link{
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 11px;
    }

    .logo_header{
        font-size: 24px;
    }

    .head_tel_div .phone_anchor{
        font-size: 12px;
    }

    .head_tel_div .phone_anchor i{
        font-size: 12px;
    }
}

@media (min-width: 1301px) and (max-width: 1499px){

    header .nav-link{
        padding-left: 9px !important;
        padding-right: 9px !important;
        font-size: 14px;
    }

    .logo_header{
        font-size: 24px;
    }

    .head_tel_div .phone_anchor{
        font-size: 14px;
    }

    .head_tel_div .phone_anchor i{
        font-size: 12px;
    }
}

