body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #545454;
    font-weight: 400;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

ol,
li,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
figure {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: 'Roboto', sans-serif;
}

strong{
    font-weight: 700;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    color: #84858c !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px !important;
}

.clear_float {
    float: none;
    clear: both;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 transparent !important;
}

a {
    text-decoration: none !important;
    color: #f47f2e;
    transition: all 1s;
}

a:hover {
    color: #1d548c;
}

.pl-35{
    padding-left: 35px !important;
}

.bg-none {
    background: none !important;
}

.btn {
    font-weight: 700;
    border: 2px solid transparent;
    padding: .375rem 1.7rem;
    border-radius: 0;
    text-transform: uppercase;
}

.btn-outline-warning {
    color: #fff;
    background-color: #131313;
    border-color: #f47f2e;
}

.btn-outline-warning:hover, .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f47f2e;
    border-color: #f47f2e;
}

.bg-warning {
    background-color: #f47f2e!important;
}

.pb_40{
    padding-bottom: 40px !important;
}

.custom-control-label {
    font-size: 15px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 0;
    cursor: pointer;
}

.custom-control-label::after {
    top: .28rem;
    cursor: pointer;
    left: 1px;
}

.custom-control-label::before{
    width: 19px;
    height: 19px;
    background-color: #888988;
    outline: none;
    box-shadow: 0 0 0 transparent !important;

}

.custom-control {
    padding-left: 1.7rem;
    outline: none;
}

*:focus {
    outline: none !important;
}

* { -webkit-tap-highlight-color: transparent !important; outline: none !important}

input{
outline-style: none !important;
}

header.menu{
    position: relative;
    height: 120px;
    /*background: url(../images/menu_bg.png) repeat-x left top;*/
    background: url(../images/menu_bg.webp) repeat-x left top;
    left: 0;
    top: 0;
    z-index: 999;
    transition: all 2s;
}

header.menu.stick{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background: url(../images/menu_inner_bg.webp) repeat-x left top;
    transform: translate(0, -100%);
    animation-name: menu_animation;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    z-index: 999;
}

@keyframes menu_animation {
  0% {transform: translate(0, -100%)}
  100% {transform: translate(0, 0)}
}

@-webkit-keyframes menu_animation{
    0% {transform: translate(0, -100%)}
  100% {transform: translate(0, 0)}
}

header.menu.inner{
    background: url(../images/menu_inner_bg.webp) repeat-x left top;
}

header.menu .logo{
    max-width: 150px;
}

header.menu.stick .logo{
    max-width: 90px;
}

header.menu.stick nav ul{
    min-height: 55px;
}

header.menu ul.contact{
    display: block;
    float: right;
    padding: 8px 0 15px 0;
}

/* Wider header + fixed logo strip so the full menu fits at its normal size */
@media (min-width: 992px){
    header.menu .container{
        max-width: 1400px;
        padding-left: 30px;
        padding-right: 30px;
    }
    header.menu .row > .col-md-2{
        -ms-flex: 0 0 170px;
        flex: 0 0 170px;
        max-width: 150px;
    }
    header.menu .row > .col-md-10{
        -ms-flex: 0 0 calc(100% - 170px);
        flex: 0 0 calc(100% - 170px);
        max-width: calc(100% - 170px);
    }
}

header.menu ul.contact li{
    padding: 0 10px 0 10px;
    font-size: 13px;
    font-weight: 300;
    float: left;
    color: #fff;
    box-sizing: border-box;
    border-right:1px solid #5f6467;
}

header.menu ul.contact li:first-child{
    padding-left: 0;
}

header.menu ul.contact li:last-child{
    padding-right: 0;
    border-right:0;
}

header.menu ul.contact li a{
    color: #fff;
}

header.menu ul.contact li a:hover{
    color: #f47f2e;
}

header.menu nav ul{
    min-height: 80px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
}

header.menu nav ul li{
    padding-right: 22px;
    position: relative;
    transition: all 2s;
}

header.menu nav > ul >li i{
    position: absolute;
    right: 7px;
    color: #fff;
    top: 10px;
    cursor: pointer;
}

header.menu nav ul li:last-child{
    padding-right: 0;
}

header.menu nav ul li a{
    display: block;
    padding: 0 0;
    line-height: 35px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    font-size: 14px;
    white-space: nowrap;
}

header.menu nav ul li a:after{
    background: #f47f2e;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    left: 50%;
    width: 0;
    transform-origin: center center;
    bottom:0;
}

header.menu nav ul li a:hover:after{
    display: block;
    animation-name: menu_anim;
    animation-duration: 800ms;
    animation-fill-mode: forwards;
}

header.menu nav ul li.active a{
    background: #f47f2e;
    padding: 0 10px;
}

header.menu nav ul li.active i{
    display: none;
}

    header.menu nav ul li.active a:after{
        display: none;
    }

    @keyframes menu_anim {
      0%   {width:0px; left: 50%;}
      100% {width: 100%; left: 0;}
    }

    header.menu nav ul ul, header.menu.stick nav ul ul{
        min-height: 0;
        transform-origin: center top;
        display: block;
        position: absolute;
        width: 275px;
        left: 0;
        top: 35px;
        height: auto;
        overflow: hidden;
        padding: 20px 0 0 0;
        transition: all 1s;
        display: none;
    }

    header.menu.inner nav ul ul{
        padding:30px 0 0 0;
    }

    header.menu.stick nav ul ul{
        padding: 20px 0 0 0;
    }

    header.menu nav ul li ul li{
        padding: 0;
    }

    header.menu nav ul li ul li a {
        display: block;
        padding: 8px 15px;
        line-height: 24px;
        font-weight: 400;
        text-transform: capitalize;
        position: relative;
        font-size: 14px;
        background: #212125;
    }

    header.menu nav ul li.active ul li a {
        padding: 8px 15px;
    }

    header.menu nav ul li ul li a:hover:after{
        display: none;
    }

   

    header.menu nav ul li:hover ul:after{
        display: block;
        content: "";
        position: absolute;
        left: 15px;
        top: 10px;
        width: 0; 
        height: 0; 
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #212125;
    }

    header.menu.inner nav ul li:hover ul:after{
        top: 20px;
    }

    header.menu.inner.stick ul li:hover ul:after{
        top: 10px;
    }

    header.menu.stick ul li:hover ul:after{
        top: 10px;
    }

    header.menu nav ul li ul li a:hover, header.menu nav ul li ul li.active a{
        padding: 8px 15px;
        background: #f47f2e;
    }

    @media (min-width: 1200px) {
        .container {
            max-width: 1200px;
        }
    }
    .banner_area{
        border-bottom: 4px solid #f47f2e;
        position: relative;
        z-index: 9;
        margin-top: -86px;
    }
    
    .banner_area .banner_txt_area{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        text-align: right;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .banner_area .banner_txt_area h1{
        font-weight: 700;
        color: rgba(255,255,255,0.6);
        font-size: 80px;
        line-height: 90px;
        text-transform: uppercase;
    }

    .banner_area h1 span{
        display: block;
    }

    .banner_area_service{
        position: relative;
        z-index: 9;
    }

    .banner_area_service .txt_area{
        position: absolute;
        width: 100%;
        left: 0;
        top: 0;
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        box-sizing: border-box;
        padding-bottom: 15px;
    }

.banner_area_service .txt_area .container{
  position: relative;
}

.banner_area_service .txt_area .container:after{
    position: absolute;
    min-height: 110px;
    content: "";
    display: block;
    background: #fff;
    width: 1px;
    left: 50%;
    top: 10px; 
}


.banner_area_service .txt_area h1{
    font-weight: 700;
    color: rgba(255,255,255,0.6);
    font-size: 55px;
    line-height: 60px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 15px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.banner_area_service .txt_area h1 span{
    display: block;
}

.banner_area_service .txt_area article{
    position: relative;
    height: 100%;
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    padding-left: 15px;
}

.banner_area_service .txt_area article p{
    font-weight: 300;
    color: #fff;
    font-size: 32px;
    line-height: 42px;
    text-align: left;
    text-transform: capitalize;
}



.big_area{
    min-height: 762px;
    background: url(../images/big.webp) no-repeat center top;
    background-size: cover;
}

.big_area_bg{
    min-height: inherit;
    width: 45%;
    background:rgba(0,0,0,0.7);
     display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.big_area_bg h2{
    font-weight:700;
    letter-spacing: 10px;
    font-size:63px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 45px;
    padding-left: 85px;
}

.big_area_bg h2 span{
    font-weight:900;
    color: #f47f2e;
    display: block;
    font-size: 225px;
    line-height: 190px;
}

.big_area_bg p{
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    padding-left: 85px;
    padding-right: 120px;
}

.big_area_bg p span{
    font-weight: 900;
}

section.different, section.who, section.tech{
    padding: 80px 0 100px 0;
}

section.tech{
    background: url(../images/tech_bg.webp) no-repeat left bottom;
    min-height: 850px;
    box-sizing: border-box;
    background-size: contain;
}


section.different h2, section.expertise h2, section.who h2, section.blog h2, section.tech h2, section.industry h2, section.client h2, section.service_top h2, section.leadership_team h2{
    font-size:24px;
    padding-bottom:20px;
    color:#443831;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

section.service_top h2, section.leadership_team h2{
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 400;
    padding-left: 35px;
    padding-right: 35px;
}

section.industry h2, section.client h2{
    color: #b5b5b5;
    border-bottom: 1px solid #434343;
}

section.different p, section.expertise p, section.who p, section.blog p, section.industry p, section.service_top p, section.service_bttm p, section.service_mid p, section.career_inner p, section.blog_details p{
    padding: 0 35px;
    line-height: 24px;
    margin-bottom: 7px;
    text-align: justify; 
    /* text-align-last: center; */
    word-spacing: -1px;
}

section.service_top ul{
    display: block;
    margin-bottom: 25px;
    padding: 0 35px;
}

section.service_top ul li{
    line-height: 24px;
    position: relative;
    padding:0 0 0 20px;
}

section.service_top ul li:after{
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 8px;
    height: 8px;
    background: #f47f2e;
}

section.service_top p, section.service_bttm p, section.career_inner p, section.blog_details p{
    margin-bottom: 25px;
}

section.service_top p:last-child, section.service_bttm p:last-child, section.career_inner p:last-child, section.blog_details p:last-child{
    margin-bottom: 0;
}

section.industry p{
    color: #cfcfcf;
}

section.career_inner a{
    color: #000000;
}

section.career_inner a:hover{
    color: #f47f2e;
}

section.different .overlay_hover{
    height: 100%;
    background: rgba(0,0,0, 0.8);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: inherit;
    z-index: -1;
    left: 0;
    top: 0;
    transition: all 500ms;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

section.product .overlay_hover{
    height: 100%;
    background: rgba(0,0,0, 0.8);
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: inherit;
    z-index: 2;
    left: 0;
    top: 0;
    transition: all 500ms;
    opacity: 0;
    /*pointer-events: none;*/
}

section.product .overlay_hover{
    height: calc(100% - 67px);
}

section.product .overlay_hover:after{
    display: block;
    content: "";
    width: 94%;
    position: absolute;
    height: 90%;
    border: 1px solid #fff;
    left: 3%;
    top: 5%;
}


section.different .overlay_hover:after{
    display: block;
    content: "";
    width: 94%;
    position: absolute;
    height: 90%;
    border: 1px solid #fff;
    left: 3%;
    top: 5%;
}

section.product .overlay_hover h3{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0 30px 10px 30px;
    transition: all 1s;
    transform: translate(0, 0);
    position: relative;
    z-index: 2;
}

section.different .overlay_hover h3{
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 0 30px 10px 30px;
    transition: all 1s;
    transform: translate(0, 20px);
    position: relative;
    z-index: 2;
}


section.different .overlay_hover p{
    font-weight: 300;
    color: #fff;
    line-height: 22px;
    padding: 0 30px;
    margin-bottom: 15px;
    transition: all 1s;
    transform: translate(0, 20px);
    position: relative;
    z-index: 2;
    text-align: center;
    text-align-last: center;
    word-spacing: 0;
    font-size: 16px;
}

section.different .overlay_hover a, section.expertise .item .overlay_hover a{
    display: block;
    width:130px;
    border:1px solid #f47f2e;
    height: 35px;
    line-height: 33px;
    font-weight: 700;
    color: #f47f2e;
    text-align: center;
    background: rgba(0,0,0, 0.8);
    text-transform: uppercase;
    transition: all 1s;
    transform: translate(0, 20px);
    position: relative;
    z-index: 3;
    margin:0 auto;
    pointer-events: none;
}

section.product .overlay_hover:hover p, section.product .overlay_hover:hover h3{
    transform: translate(0, 0);
}

section.product .overlay_hover a:hover{
    background: #f47f2e;
    color: #fff;
}

section.different .overlay_hover:hover p, section.different .overlay_hover:hover a, section.different .overlay_hover:hover h3{
    transform: translate(0, 0px);
}

section.different .overlay_hover a:hover, section.expertise .item .overlay_hover a:hover{
    background: #f47f2e;
    color: #fff;
}

section.expertise{
    padding:110px 0 75px 0;
    background: #f47f2e;
}

section.expertise .item{
    height:580px;
    background-color: #fff;
    margin-bottom: 25px;
    box-sizing: border-box;
    padding: 40px 30px 0 30px;
    position: relative;
}

section.expertise .item h3, section.expertise .item .overlay_hover h3{
    display: block;
    color: #202020;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

section.expertise .item .overlay_hover h3{
    margin-bottom: 10px;
}

section.expertise .item .overlay_hover h3{
    color: #f47f2e;
    
}

section.expertise .item .overlay_hover ul{
    display: block;
}

section.expertise .item .overlay_hover ul li{
    display: block;
    padding: 0 0 10px 20px;
    color: #fff;
    position: relative;
    text-transform: capitalize;
}

section.expertise .item .overlay_hover ul li:last-child{
    padding-bottom: 0;
}

section.expertise .item .overlay_hover ul li:after{
    height: 8px;
    width: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top:6px;
    content: "";
}

section.expertise .item h3 span, section.expertise .item .overlay_hover h3 span{
    display: block;
}

section.expertise .item article p{
    color: #535353;
    line-height: 22px;
    height: 300px;
    padding: 0;
    text-align: left;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align-last: left;
}

section.expertise .item img.icon{
    margin-bottom: 15px;
}

section.expertise .item a{
    font-weight: 700;
    color: #137d3f;
    text-transform: uppercase;
}

section.expertise .item .overlay_hover{
    height: 100%;
    background: rgba(0,0,0, 0.7);
    text-align: left;
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    transition: all 1s;
    opacity: 0;
    box-sizing: border-box;
    padding: 50px 30px 0 30px;
    visibility: hidden;
}

section.expertise .item figure.overlay_pic{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    transition: all 1s;
    width: 100%;
    height: 100%;
    
}

section.expertise .item figure.overlay_pic img{
    object-fit: cover;
     width: 100%;
    height: 100%;
}

.wow {
    visibility: hidden;
 }

section.expertise .wow:hover .overlay_hover, section.expertise .wow:hover figure.overlay_pic{
    opacity: 1.0;
    visibility: visible;
}

section.expertise .wow:hover .overlay_hover > a{
    pointer-events: auto;
}

section.expertise .item .overlay_hover:after{
    display: block;
    content: "";
    width: 94%;
    position: absolute;
    height: 96%;
    border: 1px solid #fff;
    left: 3%;
    top: 2%;
    z-index: 2;
}

section.who .item .banner_text{
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: left;
    -webkit-align-items: left;
    -webkit-box-align: left;
    align-items: left;
    text-align: left;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    width: 86%;
    z-index: 4;
    left: 7%;
    top: 0;
}

section.who .item .banner_text h3{
    font-size: 48px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 60px;
}

section.who .item .banner_text h3 span{
    color: #f47f2e;
    font-size: 60px;
    display: block;
}

section.who .who_banner .owl-nav{
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -8px;
    left: 0;
    z-index: 10;
}

section.who .who_banner .owl-carousel .owl-item{
    z-index: 1;
}

section.who .who_banner{
    margin-bottom: 15px;
}

section.who a.customNextBtn_who, section.who a.customPrevBtn_who{
    position: absolute;
    top: 50%;
    z-index: 10;
    color: #fff;
    display: block;
    margin-top: -15px;
}

section.who a.customNextBtn_who:hover, section.who a.customPrevBtn_who:hover{
    color: #f47f2e;
}

section.who a.customNextBtn_who{
    right: 15px;
}

section.who a.customPrevBtn_who{
    left: 15px;
}

.photo_wrapper{
    display: -webkit-box; 
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
}

section.who .photo_top_left{
     width: 57%;
     box-sizing: border-box;
}

section.who .photo_top_right{
    width: 43%;
    height: inherit;
    display: -webkit-box; 
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;

}

section.who .photo_top_right .box{
    background: #f47f2e;
    width: 100%;
    flex: 1;
    box-sizing: border-box;
    overflow: hidden;
}

section.who .photo_top_right .box article{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}


section.who .photo_middle_left{
    width: calc(43% - 15px);
    float: left;
    margin-bottom: 15px;
}

section.who .photo_middle_right{
    width: 57%;
    float: right;
    margin-bottom: 15px;
}

section.who .photo_bttm_left{
    width: calc(57% - 15px);
    float: left;
}

section.who .photo_top_left .box_1{
    position: relative;
    flex: 1;
    align-self: stretch;
    background-color: yellow;

}

section.who .photo_top_left .box_1 p{  
    padding: 0;
    margin:0;
}

section.who .photo_bttm_right{
    width: 43%;
    float: right;
}


section.who .photo_top_left .box_wrapper{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

section.who .photo_top_left .box_wrapper figure{
   position: relative;
  flex: 1;
  align-self: stretch;
  margin-right: 15px;
  box-sizing: border-box;

}

section.who .photo_top_left .box_1 article{
    background: #434343;
    box-shadow: inset 0px 0px 122px 0px #1e1e1e;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

section.who .photo_top_left .box_1 article p{
    font-size: 35px;
    line-height: 42px;
    color: #fff;
    padding: 0 25px;
    text-align: left;
    text-align-last: left;
}

section.who .photo_top_right .box article p{
    font-size: 35px;
    line-height: 42px;
    color: #fff;
    padding: 0 25px;
    text-align: left;
    margin-bottom: 0;
    text-align-last: left;
}

section.blog{
    padding: 0 0 80px 0;
}

section.blog .blog_carousel .blog_box, section.blog_inner .blog_box{
    height: 415px;
    width: 85%;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px #eaeaea;
    -moz-box-shadow: 0px 0px 15px 0px #eaeaea;
    box-shadow: 0px 0px 15px 0px #eaeaea;
}

section.blog_inner .blog_box{
    height: 390px;
}

section.blog_inner .blog_box{
    margin-bottom: 45px;
}

section.blog_inner .blog_box{
    width: auto;
}

section.blog .blog_carousel .owl-stage-outer{
    padding-bottom: 20px;
}

section.blog .blog_carousel .blog_box figure, section.blog_inner .blog_box figure{
    box-sizing: border-box;
    border-bottom:2px solid #f47f2e;
    height: 200px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
}

section.blog .blog_carousel .blog_box h3, section.blog_inner .blog_box h3{
    padding: 0 15px 0 15px;
    font-size: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 24px;
    box-sizing: border-box;
    white-space: normal;
    width: inherit;
    height: 50px;
    margin-bottom: 10px;
    text-align: left;
}

section.blog_inner .blog_box h3{
    height: auto;
    -webkit-line-clamp: none;
    -webkit-line-clamp: initial;
    -webkit-line-clamp: unset;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}

section.blog .blog_carousel .blog_box article p, section.blog_inner .blog_box article p{
    padding: 0 15px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 22px;
    box-sizing: border-box;
    white-space: normal;
    width: inherit;
    height: 70px;
    margin-bottom: 15px;
    text-align: left;
    text-align-last: left;
}

section.blog .blog_carousel .blog_box h3 a, section.blog_inner .blog_box h3 a{
    color: #545454;
}

section.blog .blog_carousel .blog_box h3 a:hover, section.blog_inner .blog_box h3 a:hover{
    color: #f47f2e;
}

section.blog .blog_carousel .blog_box a.more, section.blog_inner .blog_box a.more{
    width: 145px;
    height: 40px;
    font-size: 14px;
    line-height: 42px;
    color: #fff;
    display: block;
    float: left;
    font-weight: 700;
    text-align: center;
    margin-left: 15px;
    background: #f47f2e;
    border-radius: 30px;
}

section.blog .blog_carousel .blog_box a.more:hover, section.blog_inner .blog_box a.more:hover{
    background: #1d548c;
}

section.blog .blog_carousel .blog_box ul.social, section.blog_inner .blog_box ul.social{
    float:right;
    display: block;
    padding: 10px 0 0 0;
    margin-right: 15px;
}

section.blog .blog_carousel .blog_box ul.social li, section.blog_inner .blog_box ul.social li{
    margin-left: 5px;
    display: block;
    float: left;
}

section.blog .blog_carousel .blog_box ul.social li a, section.blog_inner .blog_box ul.social li a{
    display: block;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background: #1d548c;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

section.blog .blog_carousel .blog_box ul.social li a:hover, section.blog_inner .blog_box ul.social li a:hover{
    background: #f47f2e;
}

section.blog .blog_carousel .blog_box figure img, section.blog_inner .blog_box figure img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

section.tech a.customNextBtn_tech, section.tech a.customPrevBtn_tech, section.industry a.customNextBtn_industry, section.industry a.customPrevBtn_industry, section.product a.customNextBtn_product, section.product a.customPrevBtn_product, section.industry_inner a.customNextBtn_industry_inner, section.industry_inner a.customPrevBtn_industry_inner, section.blog a.customNextBtn_blog, section.blog a.customPrevBtn_blog{
    position: absolute;
    top: 50%;
    z-index: 10;
    color: #bfbfbf;
    margin-top: -15px;
}

section.product a.customNextBtn_product, section.product a.customPrevBtn_product{
    top: calc(50% - 33px);
}

section.blog a.customNextBtn_blog:hover, section.blog a.customPrevBtn_blog:hover, section.tech a.customNextBtn_tech:hover, section.tech a.customPrevBtn_tech:hover, section.industry a.customNextBtn_industry:hover, section.industry a.customPrevBtn_industry:hover, section.product a.customNextBtn_product:hover, section.product a.customPrevBtn_product:hover, section.industry_inner a.customNextBtn_industry_inner:hover, section.industry_inner a.customPrevBtn_industry_inner:hover{
    color: #f47f2e;
}

section.blog a.customNextBtn_blog, section.tech a.customNextBtn_tech, section.industry a.customNextBtn_industry, section.product a.customNextBtn_product, section.industry_inner a.customNextBtn_industry_inner{
    right: -35px;
}

section.blog a.customPrevBtn_blog, section.tech a.customPrevBtn_tech, section.industry a.customPrevBtn_industry, section.product a.customPrevBtn_product, section.industry_inner a.customPrevBtn_industry_inner{
    left: -35px;
}

section.industry a.customPrevBtn_industry, section.industry a.customNextBtn_industry, section.product a.customPrevBtn_product, section.product a.customNextBtn_product, section.industry_inner a.customPrevBtn_industry_inner, section.industry_inner a.customNextBtn_industry_inner, section.blog a.customNextBtn_blog, section.blog a.customPrevBtn_blog{
    display: none;
}

section.industry .industry_carousel p, section.industry_inner .industry_carousel_inner p{
    margin:0;
    padding: 10px 10px 0 10px;
    color:#ababab;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 18px;
    text-align: center;
    text-align-last: center;
    word-spacing: 0;
}

section.industry_inner .industry_carousel_inner p{
    color: #545454;
    font-weight: 500;
}

section.industry .industry_carousel .item, section.industry_inner .industry_carousel_inner .item{
    box-sizing: border-box;
    margin:5px;
    border:1px solid transparent;
    transition: all 1s;
    height: 165px;
    border-radius: 10px;
    box-shadow: 0 0 0 transparent;
}

section.tech .tech_carousel figure.img_box img{
    max-height: 70px;
    max-width: 190px;
}

section.industry .industry_carousel .item:hover{
    background: #181515;
    border:1px solid #505050;
    box-shadow: 0 0 10px #505050;
}

section.industry_inner .industry_carousel_inner .item:hover{
    background: #fff;
    border:1px solid #545454;
    box-shadow: 0 0 10px #545454;
}

section.industry .industry_carousel figure, section.industry_inner .industry_carousel_inner figure{
    /*height: 110px;*/
    display: flex;                   
    align-items: flex-end;  
    padding-top: 15px;
}

section.tech .tech_carousel figure.img_box{
    height: 100px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
}

section.tech .scroll_wrapper{
    position: relative;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding-left: 100px;
}

section.tech .scroll_wrapper:after{
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background-color: #f47f2e;
    position: absolute;
    left: 38px;
    top: 12px;
}

section.tech .arrw{
    margin-left: 22px;
    color: #a0a0a0;
}

section.tech .scroll_wrapper h3{
    font-weight: 700;
    color: #858585;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
}

section.tech .scroll_wrapper h3:after{
    content: "";
    display: block;
    border-radius: 50%;
    background: #a0a0a0;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -68px;
    top: 7px;
    z-index: 10;
}

section.tech .scroll_wrapper h3.active{
    font-size: 40px;
    color: #f47f2e;
    pointer-events: none;
      padding: 8px 0 0 0;
}

section.tech .scroll_wrapper h3:nth-child(1n +1).active::after{
    background: url(../images/sprites.png) no-repeat left -93px;
    width: 76px;
    height: 76px;
    left: -100px;
    top: -12px;
}

section.tech .scroll_wrapper h3:nth-child(1n +2).active:after{
    background: url(../images/sprites.png) no-repeat left -242px;
     width: 76px;
    height: 76px;
    left: -100px;
    top: -12px;
}

section.tech .scroll_wrapper h3:nth-child(3).active:after{
    background: url(../images/sprites.png) no-repeat left -348px;
     width: 76px;
    height: 76px;
    left: -100px;
    top: -12px;
}


section.tech .scroll_wrapper article.content{
    margin-bottom: 40px;
    display: none;
}

section.tech .scroll_wrapper article.content p{
    color: #262626;
    line-height: 30px;
}

section.tech .scroll_wrapper article.content h6{
    color: #050505;
    font-size: 18px;
    font-weight: 700;
    padding: 0 0 10px 0;
    line-height: 24px;
}



section.tech .tech_carousel{
    margin-bottom: 100px;
}

section.tech .mCSB_inside > .mCSB_container{ margin-right: 20px; padding-left: 100px; padding-top: 15px; box-sizing: border-box;}

section.tech .mCSB_scrollTools .mCSB_draggerRail{
    background: transparent;
    width: 5px;
}

section.tech .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    background: rgba(0,0,0, 0.2);
    width: 5px;
}

section.tech .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
section.tech .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
section.tech .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background: rgba(0,0,0, 0.1);
}

section.industry{
    background: #1c1c1c;
    padding: 80px 0 100px 0;
}

section.client{
    background: #1c1c1c;
    padding: 0 0 70px 0;
}

section.client .client_carousel {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

section.client .client_carousel> .item {
  flex: 0 0 20%;
}

section.client .client_carousel figure {
    height: 75px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 80px;
}

section.client .client_carousel figure img{
    max-width: 160px;
    max-height: 75px;
}

img.img-fluid.d-block.img-custom-size {
    height: auto;
    width: 130px;
}

img.img-fluid.d-block.big-img-custom-size {
    height: auto;
    width: 100px;
}

section.contact{
   /* background: url(../images/contact_bg.jpg) no-repeat right top;
    background-size: contain;*/
    position: relative;
    padding: 45px 0 45px 0;
    box-sizing: border-box;
    color: #fff;
    border-top: 4px solid #f47f2e;
}

section.contact:after {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    background: #121212;
    content: "";
    display: block;
    z-index: 1;
}

section.contact:before {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 55%;
    background: url(../images/contact_bg.webp) no-repeat right top;
    content: "";
    display: block;
    z-index: 1;
    background-size: cover;
}

section.contact .right_panel, section.contact .left_panel{
    position: relative;
    z-index: 10;
}

section.contact .right_panel h2{
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;
    color: rgba(255,255,255,0.6);
}

section.contact .left_panel h3{
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #f47f2e;
}

section.contact .right_panel a.ph_no, section.contact .right_panel a.email, section.contact .right_panel span.fax{
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 0 0 0 40px;
    float: left;
    margin-bottom: 10px;
}

section.contact .right_panel a:hover{
    color: #f47f2e;
}

section.contact .right_panel a.ph_no i, section.contact .right_panel a.email i, section.contact .right_panel span.fax i{
    position: absolute;
    left: 0;
    top: 9px;
}

section.contact .right_panel a.email i{
    -ms-transform: rotate(-20deg); 
    transform: rotate(-20deg);
}

section.contact .right_panel hr {
    margin:0;
    margin-top: 20px;
    margin-bottom: 20px;
    border-color: #7e7975;
    width: 320px;
}

section.contact .right_panel p{
    font-weight: 700;
    float: left;
    margin-right: 25px;
    padding: 8px 0 0 0;
}

section.contact .right_panel ul li{
    display: block;
    margin-right: 20px;
    float: left;
}

section.contact .right_panel ul li a{
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}

section.contact .form-control {
    color: #fff;
    border: 1px solid #414141;
    border-radius: 0;
    background: #414141;
    transition: border-color 1s ease-in-out,box-shadow 1s ease-in-out;
    resize: none;
}

section.contact .form-control:focus {
    color: #fff;
    border-color: #ff0000;
    box-shadow: 0 0 0 transparent;
}

section.contact .custom-select {
    color: #fff;
    vertical-align: middle;
    background: #414141 url(../images/sprites.png) no-repeat right -727px;
    border: 1px solid #414141;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

section.contact .custom-select:focus {
    border-color: #ff0000;
    box-shadow: 0 0 0 transparent;
}

.custom-checkbox .custom-control-input:checked~ .custom-control-label::before, .custom-control-input:active~.custom-control-label::before{
    background-color: #f47f2e;
}

section.contact label{
    text-transform: capitalize;
}

section.address{
    padding-bottom: 50px;
}

.mapouter{position:relative; height:400px; width:100%; margin-bottom: 65px;}

.gmap_canvas {overflow:hidden;background:none!important;height:400px;width:100%;}

section.address h2{
    font-size: 24px;
    color: #443831;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
}

section.address h3{
    font-size: 17px;
    font-weight: 700;
    color: #444444;
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e1e1e1;
}

section.address article p{
    line-height: 22px;
    padding-bottom: 20px;
}

section.address article p:last-child{
    padding-bottom: 0;
}

section.service_top, section.leadership_team, section.blog_inner{
    padding: 30px 0 60px 0;
}

section.service_mid, section.service_bttm, section.product, section.industry_inner{
    padding-bottom: 34px;
}

section.career_inner{
    padding: 60px 0;
    position: relative;
}

section.career_inner:after{
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    margin-left: -115px;
    top: 0;
    height: 1px;
    width: 230px;
    background:#e1e1e1;
}

section.service_mid ul, section.service_bttm ul, section.blog_details ul, section.blog_details ol{
    padding-left: 35px;
    display: block;
}

section.service_mid article ul{
    padding-bottom: 40px;
}

section.service_mid article:last-child ul{
    padding-bottom: 0;
}

section.service_mid ul li, section.service_bttm ul li{
    display: block;
    position: relative;
    line-height: 24px;
    padding:0 0 15px 20px;
}

section.service_mid ol{
    padding-bottom: 40px;

}

section.service_mid ol li{
    list-style-type: lower-alpha;
    padding-left: 50px;
    list-style-position: inside;
    line-height: 24px;
}

section.service_mid .aboutus_content article ol{
    padding-bottom: 35px;
}

section.service_mid .aboutus_content article ol li, section.blog_details article ol li{
    list-style-type: decimal;
    list-style-position: outside;
    font-size: 18px;
    font-weight: 500;
}

section.service_mid .aboutus_content article ol li{
    list-style-position: inside;
}

section.blog_details article ol li{
     font-size: 16px;
    font-weight: 400;
    padding-bottom: 15px;
}

section.blog_details article ol ol{
    padding-bottom: 15px;
    padding-left: 0;
    padding-top: 15px;
}

section.blog_details article ol ol li{
     font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    list-style-type: lower-alpha;
    list-style-position: outside;
}

section.blog_details article ol ol li:last-child{
    padding-bottom: 0;
}

section.facilities_wrapper img:hover{
    transition: all 500ms;
    background: white;
    box-shadow: 0 0 10px #b5b5b5;
}

section.service_mid .aboutus_content p{
    line-height: 25px;
    margin: 0;
    text-align: left;
    text-align-last: left;
    padding: 0;
}

section.service_mid ul li:last-child, section.service_bttm ul li:last-child{
    padding-bottom: 0 !important;
}

section.service_mid ul li:after, section.service_bttm ul li:after {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 8px;
    height: 8px;
    background: #f47f2e;
}

section.service_mid h2, section.service_bttm h2{
    font-size: 24px;
    padding-bottom: 20px;
    padding-top: 100px;
    color: #443831;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    background: url(../images/sprites.png) no-repeat center -780px;
}

section.service_bttm h2{
    background-position: center -976px;
}

section.service_bttm h2.facilities_head{
    background-position: center -1599px;
}

section.service_mid h2.devops{
    background-position: center -1159px;
}

/* DevSecOps: custom PNG icon for the SERVICE OFFERINGS heading */
section.service_mid h2.svc-off-icon{
    padding-top: 118px;
    background-image: url("../images/services/DevSecOps/service offering.png");
    background-position: center 8px;
    background-size: 114px auto;
}

/* Application Services: custom PNG icon for the SERVICE OFFERINGS heading */
section.service_mid h2.appsvc-off-icon{
    padding-top: 118px;
    background-image: url("../images/services/Application Service/service offering.png");
    background-position: center 8px;
    background-size: 114px auto;
}

/* Infrastructure Services: custom PNG icon for the SERVICE OFFERINGS heading */
section.service_mid h2.infra-off-icon{
    padding-top: 118px;
    background-image: url("../images/services/Infrastructure Services/service offering.png");
    background-position: center 8px;
    background-size: 114px auto;
}

/* Application Security: extra top space so the PNG heading icon clears the heading text */
section.service_mid h2.as-framework-head,
section.service_mid h2.as-continuous-head,
section.service_mid h2.as-svcoff-head,
section.service_mid h2.as-talent-head,
section.service_bttm h2.as-why-head{
    padding-top: 128px;
}

/* Application Security: PNG section-heading icons */
section.service_mid h2.as-framework-head{
    background-image: url("../images/services/Application Security/The Integrated AppDefense Framework_Icon.png");
    background-position: center 6px;
    background-size: 114px auto;
}
section.service_mid h2.as-continuous-head{
    background-image: url("../images/services/Application Security/Continuous, High-Velocity Security_Icon.png");
    background-position: center 6px;
    background-size: 95px auto;
}
section.service_mid h2.as-svcoff-head{
    background-image: url("../images/services/Application Security/service offering.png");
    background-position: center 8px;
    background-size: 110px auto;
}
section.service_bttm h2.as-why-head{
    background-image: url("../images/services/Application Security/Why Partner with Us_Icon.png");
    background-position: center 6px;
    background-size: 90px auto;
}

section.service_mid h2.as-talent-head{
    background-image: url("../images/services/Application Security/Our AppSec Talent Pool_Icon.png");
    background-position: center 6px;
    background-size: 86px auto;
}

/* Application Security: small highlight icons above the pain-point items */
.as-hl-icon{
   display: block;
    width: 50px;
    height: 72px;
    object-fit: contain;
    margin: 0px 0px -11px 49px;
}

/* Application Security: reduce the oversized gaps between sections (above each PNG icon heading) */
section.service_top:has(.as-hl-icon),
section.service_mid:has(h2.as-framework-head),
section.service_mid:has(h2.as-continuous-head){
    padding-bottom: 35px;
}
section.service_mid:has(h2.as-svcoff-head){
    padding-bottom: 5px;
}
section.service_bttm:has(h2.as-why-head){
    padding-bottom: 15px;
}
section.service_bttm:has(h2.as-why-head) .sc-exp-group{
    margin-bottom: 12px;
}
section.service_bttm.as-tight-bottom{
    padding-bottom: 35px;
}

/* Application Security: tighten the intro paragraphs (they sit close together in the design) */
section.service_top:has(.as-hl-icon) article.sc-exp-intro p{
    margin: 0 0 4px;
}
section.service_top:has(.as-hl-icon) article.sc-exp-intro{
    margin-bottom: 22px;
}

/* Application Security: inline bold labels (Why Partner, AppDefense pillars, service cards, talent pool) */
section.service_top ul.sc-exp-stack.as-inline-list li strong,
section.service_mid ul.sc-exp-stack.as-inline-list li strong,
section.service_bttm ul.sc-exp-stack.as-inline-list li strong{
    display: inline;
    margin-bottom: 0;
}

/* Application Security: talent role subtitle (e.g. "The Pipeline Architects") */
section.service_mid h4.as-talent-subtitle{
    font-size: 15px;
    font-weight: 700;
    color: #6b6b6b;
    margin: 0 0 6px;
    padding-left: 35px;
}

/* Application Security: tighten the spacing inside Talent Pool cards to match the design */
section.service_mid .sc-service-card:has(> h4.as-talent-subtitle) h3{
    margin-bottom: 4px;
}
section.service_mid .sc-service-card:has(> h4.as-talent-subtitle) p.sc-focus{
    margin-bottom: 10px;
}
section.service_mid .sc-service-card:has(> h4.as-talent-subtitle) article ul.sc-exp-stack{
    padding-top: 0;
}

section.service_mid h2.r3_lab{
    background-position: center -1380px;
}

/* Strategic Consulting: PNG icon section headers and service cards */
figure.sc-section-icon-wrap{
    text-align: center;
    margin: 0 0 10px;
}

.sc-section-icon{
    width: 100px;
    height: 100px;
    object-fit: contain;
}

section.service_mid h2.sc-head,
section.service_bttm h2.sc-head{
    background: none;
    padding-top: 0;
}

.sc-card-icon{
    display: block;
    width: 70px;
    height: 70px;
    object-fit: contain;
    margin: 0 0 12px 35px;
}

.sc-service-card{
    margin-bottom: 40px;
}

/* section.service_top article.sc-exp-intro p,
section.service_mid article.sc-exp-intro p,
section.service_bttm article.sc-exp-intro p{
    text-align: justify;
    text-align-last: center;
} */

.sc-card-lead{
    padding-left: 35px;
    margin-bottom: 16px;
    /* font-style: italic; */
    color: #6b6b6b;
    line-height: 24px;
    text-align: left;
    text-align-last: left;
}

/* IT Security: Focus line under service offering cards */
.sc-focus{
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 24px;
    text-align: left;
    text-align-last: left;
}

/* Application Services: "Key Capabilities" sub-heading inside cards */
section.service_mid h4.sc-cap-head{
    font-size: 18px;
    font-weight: 700;
    color: #f47f2e;
    margin: 0 0 10px;
    padding-left: 35px;
}

/* IT Security: Expertise groups */
.sc-exp-group{
    margin-bottom: 40px;
}

/* Technical Field Support: tighter gap between the Expertise groups (only this page) */
section.service_bttm.tfs-expertise .sc-exp-group{
    margin-bottom: 11px;
}

section.service_bttm h3.sc-exp-head{
    font-size: 22px;
    color: #443831;
    font-weight: 700;
    margin-bottom: 8px;
    padding-left: 35px;
}

section.service_bttm article + h3.sc-exp-head{
    margin-top: 35px;
}

/* Infrastructure Expertise: pull the lead line up closer to the heading, but keep a gap below before the groups */
section.service_bttm article.sc-exp-lead{
    margin-top: -20px;
    margin-bottom: 30px;
}

/* Infrastructure Expertise: reserve equal height for group heading + description
   so both columns start their bullet lists on the same line (2x2 grid alignment).
   Scoped to groups that have a supporting line, so other Expertise pages are unaffected. */
@media (min-width: 576px){
    section.service_bttm .sc-exp-group h3.sc-exp-head:has(+ p.sc-supporting){
        min-height: 52px;
        margin-bottom: 2px;
    }
    section.service_bttm .sc-exp-group p.sc-supporting{
        min-height: 48px;
    }
    /* Uniform height per bullet item so left/right columns stay row-aligned */
    section.service_bttm .sc-exp-group:has(> p.sc-supporting) ul.sc-exp-stack li{
        min-height: 92px;
    }
}

/* Application Services: stacked expertise items — bold label on its own line, extra gap under heading */
section.service_top ul.sc-exp-stack,
section.service_mid ul.sc-exp-stack,
section.service_bttm ul.sc-exp-stack{
    padding-top: 18px;
}

section.service_top ul.sc-exp-stack li strong,
section.service_mid ul.sc-exp-stack li strong,
section.service_bttm ul.sc-exp-stack li strong{
    display: block;
    margin-bottom: 5px;
}

/* Infrastructure Services: dark "Value Proposition:" / "Target Outcomes:" labels inside cards */
section.service_mid h4.sc-vp-head{
    font-size: 16px;
    font-weight: 700;
    color: #443831;
    margin: 15px 0 6px;
    padding-left: 35px;
}

/* Infrastructure Services: pin "Target Outcomes:" to the bottom of each card so it
   lines up across the two cards in a row regardless of how the pillar lists wrap. */
@media (min-width: 768px){
    section.service_mid .sc-service-card{
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    section.service_mid .sc-service-card .sc-outcomes{
        margin-top: auto;
    }
}

.sc-supporting{
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 24px;
    text-align: left;
    text-align-last: left;
}

section.service_bttm ul.sc-creds{
    padding-left: 24px;
    padding-top: 12px;
    padding-bottom: 0;
}

section.service_bttm ul.sc-creds li{
    padding: 0 0 0 20px;
}

section.service_bttm ul.sc-creds li:after{
    background: none;
    border: 1px solid #f47f2e;
    width: 8px;
    height: 8px;
    top: 6px;
}

/* Data/BI: sub-category & role headers inside cards */
section.service_mid h4.sc-subcat,
section.service_bttm h4.sc-role{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #443831;
    letter-spacing: .3px;
    line-height: 1.3;
    margin: 22px 0 12px;
    padding-left: 35px;
}

section.service_mid .sc-service-card article ul,
section.service_bttm .sc-exp-group article ul{
    padding-bottom: 0;
}

/* Data/BI: shared roles sub-heading */
section.service_bttm h3.sc-shared-head{
    font-size: 19px;
    font-weight: 700;
    color: #443831;
    margin: 22px 0 6px;
    padding-left: 35px;
}

.sc-shared-note{
    padding-left: 35px;
    margin-bottom: 16px;
    font-style: italic;
    color: #6b6b6b;
    line-height: 24px;
}

/* Mergers & Acquisitions: per-section PNG icon headers */
section.service_mid header figure.ma-icon{
    text-align: center;
    margin: 0 0 8px;
}

section.service_mid header figure.ma-icon img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}

section.service_mid h2.ma-head{
    background: none;
    padding-top: 0;
}

section.service_mid .aboutus_content {
    position: relative;
    height: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 0 35px;
    box-sizing: border-box;
    flex-direction: column;
}

section.service_mid .aboutus_content.left_content ul li{
    padding: 0 20px 15px 0;
}

section.service_mid .aboutus_content.left_content ul li:after{
    left: auto;
    right: 0;
}

section.service_mid h3, section.blog_details h3, section.service_top h3{
    font-size: 22px;
    color: #443831;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 35px;
}

/* Plain sub-headings inside blog body should stay bold (class-based h4 rules override this) */
section.service_mid h4{
    font-weight: 700;
}

section.blog_details h3{
    text-align: center;
    }

section.service_mid .aboutus_content h3{
    position: relative;
}

section.service_mid .aboutus_content.right_content h3:after, section.service_mid .aboutus_content.left_content h3:after{
    display: block;
    content: "";
    position: absolute;
    width: 45px;
    height: 25px;
    background: #f47f2e;
    left: -54px;
    top: -1px;
    z-index: 10;
}

section.service_mid .aboutus_content.left_content h3:after{
    left: auto;
    right: -54px;
    top: -1px;
}

section.product .product_carousel article p{
    font-size: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 24px;
    box-sizing: border-box;
    white-space: normal;
    width: inherit;
    height: 67px;
    text-align: center;
    padding: 15px 15px 0 15px;
    color: #443831;
}

section.product .product_carousel .item .overlay_hover p{
    font-weight: 300;
    color: #fff;
    line-height: 22px;
    padding: 0 30px;
    margin-bottom: 15px;
    transition: all 1s;
    transform: translate(0, 0);
    position: relative;
    z-index: 2;
    height: auto;
    margin:0 auto 15px auto;
    text-overflow: initial;
    overflow:visible;
    -webkit-line-clamp: none;
    -webkit-line-clamp: initial;
    -webkit-line-clamp: unset;
    font-size: 16px;
}

section.product .product_carousel .item .overlay_hover:hover p{
    transform: translate(0, 0);
}

section.product .product_carousel figure img{
    width: 100%;
    height: 315px;
    object-fit: cover;
}

section.product .item .overlay_hover a{
    display: block;
    width: 130px;
    border: 1px solid #f47f2e;
    height: 35px;
    line-height: 33px;
    font-weight: 700;
    color: #f47f2e;
    text-align: center;
    background: rgba(0,0,0, 0.8);
    text-transform: uppercase;
    transition: all 1s;
    transform: translate(0, 0);
    position: relative;
    z-index: 3;
    margin:0 auto;
}

section.product .item:hover .overlay_hover a{
    transform: translate(0, 0);
}

section.product .item .overlay_hover a:hover{
    background: #f47f2e;
    color: #fff;
}


footer{
   background: #2f2f2f;
   color: #fff;
}

footer a{
    color: #fff;
}

footer a:hover{
    color: #f47f2e;
}

footer .footer_left ul{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    min-height: 90px;
    flex: auto;
}

footer .footer_left ul li{
    padding: 0 0 0 0;
    margin: 0 10px 0 0;
    position: relative;
}

footer .footer_left ul li a{
    display: block;
    padding: 0 0 0 20px;
    position: relative;
}

footer .footer_left ul li.active a{
    color: #f47f2e;
}

footer .footer_left ul li a:after{
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 8px;
    height: 8px;
    background: #f47f2e;
}

footer .footer_right{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    min-height: 90px;
    flex: auto;
    justify-content: flex-end;
}

footer .footer_right p{
    margin: 0 10px 0 0;
    font-size: 15px;
}

section.leadership_team ul li{
    display: -webkit-box; 
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: stretch;
     -webkit-align-items: stretch;
     -ms-flex-align: stretch;
     align-items: stretch;
     -webkit-flex-wrap: wrap;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     margin-bottom: 30px;
}

section.leadership_team ul li:last-child{
    margin-bottom: 0;
}

section.leadership_team ul li figure{
    width: 20%;
    height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

section.leadership_team ul li p{
    width: 80%;
    height: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding-left: 35px;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    position: relative;
}

section.leadership_team ul li p:after {
    position: absolute;
    content: "";
    display: block;
    left: 35px;
    top: 50%;
    height: 1px;
    width: 230px;
    background: #e1e1e1;
}

section.leadership_team ul li p span{
    display: block;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 35px;
}

section.leadership_team ul li p strong {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    font-weight: 400;
}

section.leadership_team ul li p a{
    border-radius: 50%;
    background: #f47f2e;
    text-align: center;
    color: #000;
    line-height: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
}

section.leadership_team ul li p a:first-child{
    margin-right: 10px;
}

section.leadership_team ul li p div{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
    

section.leadership_team ul li p a:hover{
    background: #1d548c;
    color: #fff;
}

section.leadership_team ul li p a:last-child{
    left:85px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ball-pulse{
    display: -webkit-flex; 
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 1s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 1s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  background-color: #707171;
}

.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 1s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 1s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  background-color: #137d3f;
}

.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
  animation: scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); 
  background-color: #1d548c;
}

.ball-pulse > div {
    width: 15px;
    height: 15px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  .ball-pulse > div:first-child{
    margin-left: 0;
    }

 .loading_screen{
    background: #fff;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
}

.loading_screen p{
    margin-bottom: 0.5rem;
    color: #f47f2e;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

section.contact.border-bottom{
    border-bottom: 4px solid #f47f2e !important;
}

.nav-icon2 {
    display: none;
}

section.blog_details {
    padding: 30px 0 60px 0;
}

section.blog_details h2 {
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 400;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 24px;
    padding-bottom: 20px;
    color: #443831;
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
}

section.blog_details ul li {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 0 0 15px 20px;
}

section.blog_details ul li:after {
    position: absolute;
    left: 0;
    top: 7px;
    content: "";
    width: 8px;
    height: 8px;
    background: #f47f2e;
}

ul.site_map{
    display: block;
    padding-left: 35px;
}

ul.site_map li{
    display: block;
    padding-bottom: 15px;
}

ul.site_map li:last-child{
    padding-bottom: 0;
}

ul.site_map li a{
    font-weight: 700;
    text-transform: uppercase;
}

ul.site_map ul{
    display: block;
    padding-left: 35px;
}

ul.site_map ul li{
    padding-bottom: 10px;
}

ul.site_map ul li a{
    font-size: 14px;
    text-transform: capitalize;
    color: #545454;
    font-weight: 400;
}

ul.site_map ul li a:hover, ul.site_map ul li a:focus{
    color: #f47f2e;
}

.blog_box_itpn {
    height: 390px;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 0px #eaeaea;
    -moz-box-shadow: 0px 0px 15px 0px #eaeaea;
    box-shadow: 0px 0px 15px 0px #eaeaea;
    position: relative;
}

.grid .col-lg-4{
    margin-bottom: 30px;
}



.blog_box_itpn span {
    background: #f47f2e;
    color: #fff;
    white-space: nowrap;
    text-transform: capitalize;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 30px;
    padding: 0 10px;
    border-top-right-radius: 5px;
}

.blog_box_itpn figure {
    box-sizing: border-box;
    border-bottom: 2px solid #f47f2e;
    height: 175px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-bottom: 10px;
}

.blog_box_itpn figure img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog_box_itpn header h4 {
    padding: 0 15px 0 15px;
    font-size: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 24px;
    box-sizing: border-box;
    white-space: normal;
    width: inherit;
    height: 50px;
    margin-bottom: 10px;
    text-align: left;
}

.blog_box_itpn h4 a {
    color: #545454;
}

.blog_box_itpn h4 a:hover {
    color: #f47e2e;
}

.blog_box_itpn article p.date {
    padding: 0 15px;
    line-height: 22px;
    box-sizing: border-box;
    white-space: nowrap;
    width: inherit;
    margin-bottom: 5px;
}

.blog_box_itpn a.more {
    width: 145px;
    height: 40px;
    font-size: 14px;
    line-height: 42px;
    color: #fff;
    display: block;
    float: left;
    font-weight: 700;
    text-align: center;
    margin-left: 15px;
    background: #f47f2e;
    border-radius: 30px;
}

.blog_box_itpn a.more:hover {
    background: #1d548c;
}

.grid ul.social {
    float: right;
    display: block;
    padding: 10px 0 0 0;
    margin-right: 15px;
}

.grid ul.social li {
    margin-left: 5px;
    display: block;
    float: left;
}

.grid ul.social li a {
    display: block;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    background: #1d548c;
    line-height: 25px;
    text-align: center;
    color: #fff;
}

.grid ul.social li a:hover {
    background: #f47f2e;
}

.blog_box_itpn article p.details {
    padding: 0 15px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 22px;
    box-sizing: border-box;
    white-space: normal;
    width: inherit;
    height: 45px;
    margin-bottom: 10px;
    text-align: left;
    text-align-last: left;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle{
    outline: none !important; 
}

.bootstrap-select .btn {
    font-weight: normal; 
    padding: 0.375rem 1rem;
    text-transform: capitalize; 
}

.grid .col-md-4{
    margin-bottom: 30px;
}

.bootstrap-select .dropdown-item:focus, .bootstrap-select .dropdown-item:hover, .bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active{
    color: #fff;
    background-color: #f47f2e;
}

.bootstrap-select .dropdown-item{
    padding: 0.25rem 1rem;
    color:#545454;
}

.bootstrap-select .dropdown-menu{
    border:0;
    margin: 0;
}

.no_bg_img{
    background-image: none !important;
}

.txt_align_last{
    text-align-last: left !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 300px;
    border: solid 1px #f47f2e;
}

#myModal .modal-body{
    padding:0rem !important;
}

#myModal .modal-body{
    padding:0rem !important;
    position: relative;    
    box-sizing: border-box;
}

#myModal .close{
    position: absolute;
    top: -16px;
    right: -20px;
    width:40px;
    height: 40px;
    background:#f3f3f3;
    border-radius: 50%;
    opacity:1;
    z-index: 111;
}

.red{
    background-color: #e62429;
    padding-top: 26px;
    margin: 0px;
    text-align: center !important;
    box-sizing: border-box;    
    border: 2px solid #fff;
    padding-right: 0px;
    padding-left: 0px;
}

.red h3{
    font-size: 38px;
    line-height:52px;
    text-transform:uppercase;    
    background-color: #19191a;
    color: #ffffff;
    font-weight: 700;
    display:inline;
    word-spacing: 5px;
    animation-name: fadeInDown;
    animation-fill-mode: forwards;
    animation-duration: 2s;
    animation-delay: 0.5s;
    opacity: 0;
}

.red h3 span{
    background-color: #ffffff;
    color: #e62429;
    font-weight: 400;
}

.red img.popup_logo{
    animation-name: bounceInLeft;
    animation-duration: 1s;
    z-index: 2;
    animation-delay: 0.5s;
    position: relative;
    animation-fill-mode: forwards;
    opacity: 0;
    /*position: absolute;
    bottom: 0px;
    right: 0px;*/
}

.red img.left_popup{
    top: 75px;
    position: relative;
    z-index: 1;
    left: 0px;
    opacity: 0;
    animation-name: bounceInLeft !important;
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}

#myModal .red .arrow{
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 125;
    animation-name: bounceInLeft;
    animation-duration: 1s;
    margin-left: -42px;
    margin-top: -40px;
}

.blue{
    background-color: #0066b5;
    padding-top: 26px;
    margin: 0px;
    text-align: center !important;
    box-sizing: border-box;
    border: 2px solid #fff;
    padding-right: 0px;
    padding-left: 0px;
}

.blue h3{
    font-size: 38px;
    line-height:52px;
    text-transform:uppercase;    
    background-color: #19191a;
    color: #ffffff;
    font-weight: 700;
    display:inline;
    word-spacing: 5px;
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    opacity: 0;
}

.blue h3 span{
    background-color: #ffffff;
    color: #0066b5;
    font-weight: 400;
}

.blue img.popup_logo{
    animation-name: bounceInRight;
    animation-duration: 1s;
    z-index: 2;
    position: absolute;
    bottom: 0px;
    right: 0px;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    opacity: 0;
}

.blue img.right_popup{
    animation-name: bounceInRight;
    animation-duration: 1s;
    top: 235px;
    position: absolute;
    z-index: 1;
    right: 55px;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    opacity: 0;
}

@media only screen and (max-width:1152px){

    body {
        font-size: 14px;
    }

    header.menu nav > ul >li i{
    position: absolute;
    right: 5px;
    color: #fff;
    top: 11px;
    cursor: pointer;
}

    header.menu nav ul li {
        padding-right: 15px;
    }


    section.service_mid ol li, section.service_top ul li{
        line-height: 22px;
    }

    .blog_box_itpn a.more {
        width: auto;
        padding: 0 15px;
    }

    section.expertise .item h3, section.expertise .item .overlay_hover h3{
        font-size: 20px;
        line-height: 26px;
    }

    section.expertise .item .overlay_hover ul {
        margin-bottom: 20px;
    }

    section.different .overlay_hover h3, section.different .overlay_hover p, section.different .overlay_hover a, section.different .overlay_hover a, section.expertise .item .overlay_hover a {
        transform: translate(0, 0);
    }

    section.who .photo_top_left .box_1 article p, section.who .photo_top_right .box article p {
        font-size: 30px;
        line-height: 38px;
    }

    section.blog .blog_carousel .blog_box{
        width: 90%;
    }

     section.blog_inner .blog_box {
        width: 100%;
     }

    .big_area_bg h2{
        padding-bottom: 15px;
        padding-left: 0;
    }

    .big_area_bg p {
        padding-left: 0;
        padding-right: 40px;
    }

    header.menu .logo {
        max-width: 130px;
    }

    .banner_area .banner_txt_area h1 {
        font-size: 50px;
        line-height: 60px;
    }

   section.different .overlay_hover h3, section.product .overlay_hover h3{
        font-size: 24px;
        transform: translate(0, 0);
    }

    section.product .product_carousel article p, section.product .product_carousel .item .overlay_hover p{
        font-size: 14px;
        line-height: 22px;
        transform: translate(0, 0);
    }

    section.product .item .overlay_hover a {
        transform: translate(0, 0);
    }

    .banner_area_service .txt_area h1{
        font-size: 45px;
        line-height: 50px;
    }

    .banner_area_service .txt_area article p{
        font-size: 24px;
        line-height: 32px;
    }

    .banner_area_service .txt_area .container:after{
        top: 0;
        min-height: 95px;
    }

    .custom-control-label {
        font-size: 14px;
    }

    section.service_mid .aboutus_content{
        padding: 0 15px;
    }

    footer .footer_left ul li {
        margin: 0 20px 0 0;
    }

    section.service_mid ul li, section.service_bttm ul li {
        line-height: 22px;
        padding: 0 0 10px 20px;
    }

    .aboutus_content.left_content ul li {
        line-height: 22px;
        padding: 0 20px 10px 0;
    }

    section.service_mid .aboutus_content p, section.different p, section.expertise p, section.who p, section.blog p, section.industry p, section.service_top p, section.service_bttm p, section.service_mid p, section.career_inner p{
        line-height: 22px;
    }

     section.industry a.customPrevBtn_industry, section.industry a.customNextBtn_industry, section.product a.customPrevBtn_product, section.product a.customNextBtn_product, section.industry_inner a.customPrevBtn_industry_inner, section.industry_inner a.customNextBtn_industry_inner {
        display: block;
    }

    section.blog .blog_carousel .blog_box a.more, section.blog_inner .blog_box a.more {
        width: 120px;
    }

}

@media only screen and (max-width:1000px){

    .pl-35{
        padding-left: 15px !important;
    }

    header.menu nav ul ul, header.menu.stick nav ul ul, header.menu.inner nav ul ul {
        position: static;
        width: auto;
        padding: 0 0 0 0;
    }

    section.service_top ul{
        padding: 0;
    }

    section.service_mid ol li{
        padding-left: 25px;
    }

     section.product .product_carousel article p{
        height: auto;
    }

    .grid .col-lg-4:last-child{
        margin-bottom: 0;
    }

    section.blog a.customNextBtn_blog, section.blog a.customPrevBtn_blog{
        display: block;
    }

    .big_area {
        min-height: 550px;
    }

    header.menu nav ul li a:hover:after, header.menu nav ul li a:after {
        display: none;
    }

    header.menu nav ul li:hover ul:after {
        display: none !important;
    }

    header.menu nav{
    position: fixed;
    left: 0;
    top: 0;
    background: #212125;
    width: 280px;
    height: 100vh;
    z-index: 99;
    -webkit-box-shadow: 3px 2px 5px 0px #f0f0f0;
    -moz-box-shadow: 3px 2px 5px 0px #f0f0f0;
    box-shadow: 3px 2px 5px 0px #f0f0f0;
    left: -110%;
    transition: all 500ms;
    -webkit-backface-visibility: hidden;
    overflow-y: scroll;
}

nav.main_nav.open_nav {
    left: 0;
}

header.menu nav ul li {
    padding-right: 0;
}

header.menu nav.open_nav {
    left: 0;
}

header.menu nav ul li a {
    background: transparent;
    color: #fff;
    padding: 0 15px;
}

/*header.menu nav ul li {
    margin: 0 0 1px 0 !important;
}*/

header.menu nav ul {
    display: block;
    text-align: left;
    width: 100%;
}


    section.contact .mr-5{
        margin-right: 0 !important;
    }

    header.menu, header.menu.inner{
        background: url(../images/menu_inner_bg.png) repeat-x left top;
        height: 80px;
    }

    header.menu .logo, header.menu.stick .logo {
        max-width: 70px;
    }

    header.menu.stick .logo {
        transform: translate(0, -5px);
    }

    .banner_area {
        margin-top: 0;
    }

    section.expertise .item {
        height: 500px;
        padding-top: 30px;
    }

    .big_area_bg h2 {
        font-size: 47px;
        padding-bottom: 0;
    }

    section.expertise .item article p {
        height: 260px;
    }

    .big_area_bg h2 span {
        font-size: 175px;
        line-height: 180px;
    }

    .big_area_bg p {
        padding-right: 0;
    }

    section.who .photo_top_left .box_1 article p, section.who .photo_top_right .box article p {
        font-size: 22px;
        line-height: 30px;
        padding-right: 15px;
        padding-left: 15px;
    }

    section.who .item .banner_text h3 {
        font-size: 24px;
        line-height: 35px;
    }

    section.who .item .banner_text h3 span {
        font-size: 30px;
    }

    section.client .client_carousel> .item {
        flex: 0 0 25%;
    }

    section.client .client_carousel figure img {
        max-width: 120px;
    }

    section.client .client_carousel figure {
        margin-bottom: 30px;
    }

    section.service_mid ul, section.service_bttm ul {
        padding-left: 0;
    }

    section.tech .scroll_wrapper article.content p {
        line-height: 22px;
    }

    section.tech .tech_carousel {
        margin-bottom: 50px;
    }

    section.tech {
        min-height: 750px;
    }

    section.tech .scroll_wrapper h3:after{
        top: 5px;
    }

    section.tech .scroll_wrapper h3.active {
        font-size: 24px;
    }

    section.tech .scroll_wrapper article.content {
        margin-bottom: 20px;
    }

    section.contact:after {
        width: 50%;
    }

    section.contact .left_panel h3, section.contact .right_panel h2 {
        font-size: 24px;
    }

    section.contact .right_panel a.ph_no i, section.contact .right_panel a.email i, section.contact .right_panel span.fax i {
        top: 4px;
    }

    section.different p, section.expertise p, section.who p, section.blog p, section.industry p, section.service_top p, section.service_bttm p, section.service_mid p, section.career_inner p {
        padding: 0 0;
    }

    section.service_mid .aboutus_content.left_content{
        padding-left: 0;
    }

    section.service_mid .aboutus_content.right_content{
        padding-right: 0;
    }

    section.service_mid ul li, section.service_bttm ul li {
    padding: 0 0 5px 20px;
    }

    section.service_mid .aboutus_content.left_content ul li {
        padding: 0 20px 5px 0;
    }

    section.service_mid ul li:last-child, section.service_bttm ul li:last-child {
        padding-bottom: 0;
    }

    section.service_mid h3, section.service_top h3 {
        font-size: 20px;
        margin-bottom: 10px;
        padding-left: 0;
    }

    section.service_mid .aboutus_content article ol {
        padding-bottom: 15px;
    }

    section.service_mid .aboutus_content article ol li {
        font-size: 15px;
    }

    section.contact .right_panel a.ph_no, section.contact .right_panel a.email, section.contact .right_panel span.fax {
        font-size: 16px;
        padding-left:30px;
    }

    section.contact .right_panel hr{
        width: auto;
    }

    .banner_area_service .txt_area h1 {
        padding-right: 0;
        font-size: 35px;
        line-height: 40px;
    }

    .banner_area_service .txt_area article{
        padding-left: 0;
    }

    .banner_area_service .txt_area article p {
        font-size: 18px;
        line-height: 28px;
    }

    .banner_area_service .txt_area .container:after {
        min-height: 85px;
    }

    section.service_top h2, section.leadership_team h2 {
        padding-left: 0;
        padding-right: 0;
    }

    section.expertise .item .overlay_hover {
        padding-top: 40px;
    }

    footer .footer_left ul, footer .footer_right {
        justify-content: center;
        min-height: 0;
        margin-bottom: 10px;
    }

    footer{
        padding: 10px 0 0 0;
    }

#myModal .red .arrow{
        /*top: 185px;
        left: 218px;
        width:84px;
        height: 81px;
        z-index: 125;
        margin: 0px 10px 0px 10px;*/
    }

    .red h3, .blue h3{
        font-size: 30px;
        line-height:38px;
    }

    .blue img.right_popup {
        top: 180px;
        right: 25px;
    }

    .red img.left_popup {
        top: 45px;
        left: 0px;
    }

}

@media only screen and (max-width:767px){

    .red img.left_popup, .blue img.right_popup{
        display: block;
        position: static;
        margin: 0 auto;

    }

    #myModal .red .arrow{
        display: none;
    }

    .hide_contact{
        display: none;
    }

    section.service_top ul{
        margin-bottom: 20px;
    }

    ul.site_map {
        padding-left: 0;
    }

    section.service_mid ol {
        padding-bottom: 20px;
    }

    section.tech .tech_carousel figure.img_box img{
        max-width: 150px;
    }

    section.leadership_team ul li p:after {
        width: calc(100% - 15px);
        left: 15px;
    }

    section.leadership_team ul li figure{
        width: 30%;
    }

    section.leadership_team ul li p {
        width: 70%;
        font-size: 18px;
        padding-left: 15px;
        font-weight: 500;
    }

    section.leadership_team ul li p span{
        font-size: 14px;
        padding-bottom: 20px;
    }

    section.leadership_team ul li {
        margin-bottom: 20px;
    }

    .nav-icon2 {
        transform: translate(0, 5px) !important;
    }

    header.menu, header.menu.inner {
        background: #2d2f30;
        height: auto;
        padding: 10px 0;
    }

    header.menu.stick {
         background: #2d2f30;
    }

    header.menu.stick .logo {
        transform: translate(0, 0);
    }

    section.service_mid div.pr-0{
        padding-right: 15px !important;
    }

    section.service_mid div.pl-0{
        padding-left: 15px !important;
    }

    section.service_mid .aboutus_content.bg-warning {
        padding: 15px;
    }

    .banner_area_service .txt_area article p {
        font-size: 15px;
        line-height: 24px;
    }

    section.service_mid h2, section.service_bttm h2{
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    .banner_area_service .txt_area .container:after {
        min-height: 75px;
    }

    section.service_mid.mobile_pb_0{
        padding-bottom: 0 !important
    }

    .banner_area_service .txt_area h1 {
        font-size: 26px;
        line-height: 30px;
    }

    section.tech .tech_carousel {
        margin-bottom: 20px;
    }

   section.address h2 {
        margin-bottom: 20px;
    }

    section.address {
        padding-bottom: 20px;
    }

    section.blog .blog_carousel .blog_box h3, section.blog_inner .blog_box h3 {
        width: inherit;
        -webkit-line-clamp: 1;
        overflow-x: hidden;
        text-overflow: ellipsis;
        height: 25px;
        white-space: nowrap;
    }

    section.contact .form-control, section.contact .custom-select  {
        border-color: #ccc;
    }

    section.blog .blog_carousel .blog_box a.more, section.blog_inner .blog_box a.more, section.blog .blog_carousel .blog_box ul.social, section.blog_inner .blog_box ul.social {
    margin:0 auto;
    float: none;
    clear: both;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    flex-direction: row;
    justify-content: center;
    }

    section.service_top, section.leadership_team, section.contact, section.blog_inner {
        padding: 20px 0 20px 0;
    }

    section.service_mid, section.service_bttm, section.product, section.industry_inner {
        padding-bottom: 20px;
    }

    section.contact .right_panel h2 {
        padding: 15px 0;
    }

    section.contact:after {
        width: 100%;
    }

    section.contact:before {
       display: none;
    }

    section.client .client_carousel> .item {
        flex: 0 0 33.33%;
    }

    section.expertise .item {
        height: 425px;
        margin-bottom: 20px;
        padding: 15px 15px 0 15px;
    }

    .banner_area {
        margin-top: 0;
    }

    .banner_area .banner_txt_area h1 {
        font-size: 40px;
        line-height: 50px;
    }

    .big_area_bg h2 {
        font-size: 40px;
    }

    .big_area_bg h2 span {
        font-size: 155px;
        line-height: 150px;
    }

    .big_area {
        min-height: 500px;
    }

    .big_area_bg p {
        font-size: 16px;
        line-height: 24px;
    }

    section.blog_inner .blog_box {
        height: 415px;
    }

    section.different .overlay_hover p {
        padding: 0 20px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    section.different, section.who, section.tech {
        padding: 20px 0 20px 0;
    }

    section.expertise .item .overlay_hover {
        padding: 30px 25px 0 25px;
    }

    section.expertise {
        padding: 20px 0 20px 0;
    }

    section.expertise .item h3, section.expertise .item .overlay_hover h3 {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 24px
    }

    section.different h2, section.expertise h2, section.who h2, section.blog h2, section.tech h2, section.industry h2, section.client h2, section.service_top h2, section.leadership_team h2{
        margin-bottom: 15px;
        padding-bottom: 10px;
    }

    section.different p, section.expertise p, section.who p, section.blog p, section.industry p, section.service_top p, section.service_bttm p, section.service_mid p, section.career_inner p{
        margin-bottom: 20px;
        text-align: left;
        text-align-last: left;
        word-spacing: 0;
    }

    section.service_top p:last-child, section.service_bttm p:last-child, section.career_inner p:last-child {
        padding-bottom: 0;
    }

    section.blog {
        padding: 0 0 0 0;
    }

    section.who .photo_top_left .box_1 article p, section.who .photo_top_right .box article p {
        font-size: 16px;
        line-height: 22px;
    }

    section.who a.customNextBtn_who {
        right: 0;
    }

    section.who a.customPrevBtn_who {
        left: 0;
    }

    section.who .photo_top_left .box_wrapper figure{
        margin-right: 0.5rem;
    }

    .photo_wrapper .pr-3{
        padding-right: 0.5rem !important;
    }

    .photo_wrapper .pl-3{
        padding-left: 0.5rem !important;
    }

    .photo_wrapper.mb-3, .photo_wrapper figure.mb-3, .photo_wrapper .mb-3{
        margin-bottom: 0.5rem !important;
    }

    section.client .client_carousel figure {
        margin-bottom: 15px;
    }

    section.client {
        padding: 0 0 10px 0;
    }

    .mapouter{height:300px; margin-bottom: 20px;}

    .gmap_canvas {height:300px;}

    section.industry {
        padding: 20px 0 20px 0;
    }

    section.different .overlay_hover h3, section.product .overlay_hover h3 {
        font-size: 16px;
    }

    section.service_mid article ul {
        padding-bottom: 20px;
    }

    /* IT Security: center card content on mobile */
    .sc-service-card,
    .sc-exp-group{
        text-align: center;
    }

    .sc-card-icon{
        margin-left: auto;
        margin-right: auto;
    }

    section.service_mid .sc-service-card h3,
    section.service_bttm h3.sc-exp-head,
    section.service_mid h4.sc-subcat,
    section.service_bttm h4.sc-role,
    section.service_bttm h3.sc-shared-head{
        padding-left: 0;
        text-align: center;
    }

    .sc-focus,
    .sc-supporting,
    .sc-shared-note{
        padding-left: 0;
        text-align: center;
        text-align-last: center;
    }

    section.service_mid .sc-service-card article ul,
    section.service_bttm .sc-exp-group article ul{
        display: inline-block;
        text-align: left;
        padding-left: 20px;
    }

    section.service_bttm ul.sc-creds{
        padding-left: 18px;
    }

    section.career_inner {
        padding: 20px 0;
    }

    section.service_mid .aboutus_content.left_content ul li:last-child, section.service_mid .aboutus_content.right_content ul li:last-child{
        padding-bottom: 20px !important;
    }

    section.service_mid .img_aboutus{
        margin-bottom: 20px;
    }

    section.expertise .item img.icon {
        margin-right: 15px;
        float: left;
    }

    .embed-responsive-21by9::before {
        padding-top: 70%;
    }

    .blog_box_itpn span, .blog_box_itpn header, .blog_box_itpn figure{
        display: none;
    }

    .blog_box_itpn{
        height: auto;
        box-shadow: 0 0 0 transparent;
    }

    .blog_box_itpn article p.details, .blog_box_itpn article p.date{
        padding: 0;
    }

    .blog_box_itpn article{
        position: relative;
    }

    .grid ul.social{
        margin-right: 0;
    }

    .blog_box_itpn a.more{
      position: absolute;
      left: 0;
      bottom: -50px;
      margin-left: 0;
    }

    .grid > .col-lg-4{
        padding: 15px;
        padding-bottom: 10px;
        margin-bottom: 0;
        border: 1px solid #eaeaea;
        border-bottom: 0;
    }

    .grid > .col-lg-4:last-child{
        border-bottom: 1px solid #eaeaea;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .grid > .col-lg-4:first-child em{
        border-top-right-radius: 10px;
    }

    .grid > .col-lg-4:first-child{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
 
    .row.grid{
        margin-right: 0;
        margin-left: 0;
    }

    .grid > .col-lg-4 > .position-relative img{
        width: 64px;
        height: 64px;
        position: absolute;
        left: 0;
        top: 0;
        object-fit: cover;
        border-radius: 10px;
    }

    .grid > .col-lg-4 .position-relative h5{
        padding: 5px 15px 0 75px;
        font-size: 18px;
        overflow: hidden;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 24px;
        box-sizing: border-box;
        white-space: normal;
        width: inherit;
        margin-bottom: 15px;
        text-align: left;
        cursor: pointer;
    }

    .grid > .col-lg-4 .blog_box_itpn{
        display: none;
    }

    .grid > .col-lg-4 .fa-caret-down{
        position: absolute;
        color:#f47f2e;
        top: 18px;
        right: 0;
        transition: all 500ms;
    }

    .grid > .col-lg-4.active .fa-caret-down{
        transform: rotate(180deg);
    }

    .grid > .col-lg-4 em {
        background: #f47f2e;
        color: #fff;
        white-space: nowrap;
        text-transform: capitalize;
        position: absolute;
        right: -15px;
        top: -15px;
        line-height: 20px;
        padding: 0 10px;
        font-style: normal;
    }

    .grid{
        height: auto !important;
    }

    .grid .acc_box.bdr1{
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
    }

    .grid .acc_box.bdr2{
        border-bottom: 1px solid #eaeaea !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

    .grid .acc_box.bdr1 em {
        border-top-right-radius: 10px !important;
    }

    .mobile-text-center{
        text-align-last: center !important;
    }

    .blog-content h4{
        font-size: 14px !important;
    }
    .blog-content img{
        width:30px !important;
        height: auto;
    }
    .blog-content h3 {
        background-image: url(../images/orange-bullet.webp);
        background-repeat: no-repeat;
        background-position: left center;
        font-size: 18px !important;
        color: #443831;
        text-transform: capitalize;
        font-weight: 700;
        margin-bottom: 10px;
        padding-left: 20px !important;
        margin-left: 0px;
    }

}

@media only screen and (max-width:479px){

    #myModal .close{
        top: -5px;
        right: -5px;
    }

    #chat-application{
        bottom: 80px !important;
    }

    footer .footer_right{
        -ms-flex-align: flex-start;
        -webkit-align-items: flex-start;
        -webkit-box-align: flex-start;
        align-items: flex-start;
    }

    section.leadership_team ul li figure {
        width: 35%;
    }

    section.leadership_team ul li p {
        width: 65%;
        line-height: 20px;
    }

    footer .footer_left ul li {
        margin: 0 10px 0 0;
    }

    section.service_mid .aboutus_content.right_content, section.service_mid .aboutus_content.left_content{
        padding-left: 0;
        padding-right: 0;
    }

    section.service_mid .aboutus_content.right_content h3:after, section.service_mid .aboutus_content.left_content h3:after{
        display: none;
    }

    .banner_area .banner_txt_area h1 {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 15px;
    }

    .banner_area .banner_txt_area {
        align-items: flex-end;
        flex-direction: row;
    }

    .big_area_bg{
        width: auto;
        padding: 20px 0;
    }

    section.different .overlay_hover p {
        padding: 0 30px;
    }

    .big_area {
        min-height: 0;
    }

    section.blog a.customNextBtn_blog, section.tech a.customNextBtn_tech, section.industry a.customNextBtn_industry, section.product a.customNextBtn_product, section.industry_inner a.customNextBtn_industry_inner {
        right: 0;
        position: static;
        margin: 0;
        display: inline-block;
    }

    section.blog a.customPrevBtn_blog, section.tech a.customPrevBtn_tech, section.industry a.customPrevBtn_industry, section.product a.customPrevBtn_product, section.industry_inner a.customPrevBtn_industry_inner {
        left: 0;
        position: static;
        margin: 0;
        display: inline-block;
    }

    .photo_wrapper, section.who .photo_top_left, section.who .photo_top_right {
        display: block;
        width: auto;
        margin-bottom: 0.5rem;
    }

    .photo_wrapper .pl-3, .photo_wrapper .pr-3  {
        padding-left:0 !important;
        padding-right:0 !important;
    }

    section.who .photo_top_left .box_1 article p, section.who .photo_top_right .box article p {
        font-size: 20px;
        line-height: 26px;
    }

    section.client .client_carousel figure img{
        max-width: 100px;
    }

    section.client .client_carousel figure{
        height: 70px;
    }

    section.tech .scroll_wrapper h3:after {
        left: -53px;
    }

    section.tech .scroll_wrapper h3:nth-child(3).active:after, section.tech .scroll_wrapper h3:nth-child(1n +1).active::after, section.tech .scroll_wrapper h3:nth-child(1n +1).active::after {
        left: -85px;
    }

    section.tech .scroll_wrapper:after {
        left: 53px;
    }

    section.tech .arrw {
        margin-left: 36px;
    }

    section.tech .scroll_wrapper {
        padding-top: 20px;
    }

    section.expertise .item{
        height: auto;
    }

    section.expertise .item{
        padding-bottom: 15px;
    }

    .photo_wrapper{
        margin-bottom: 0.5rem;
    }

    section.who .photo_top_right .box {
        padding: 15px 0;
    }

    section.contact .right_panel p {
        padding-bottom: 30px;
    }

    section.who .item .banner_text {
        width: 76%;
        left: 12%;
    }

    section.product .product_carousel article p{
        padding-left: 0;
        padding-right: 0;
    }

    .banner_area_service .txt_area {
        position: static;
        padding: 0;
    }

    .banner_area_service .txt_area h1 {
        color: #000;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-bottom: 1px solid #e1e1e1;
        height: auto;
    }

    .banner_area_service .txt_area article p {
        color: #443831;
        display: block;
        text-align: center;
    }

    .banner_area_service .txt_area h1 span{
        display: inline;
    }

    .banner_area_service .txt_area .container:after{
        display: none;
    }

    section.blog {
        padding: 0 0 20px 0;
    }

    section.address article p:last-child, section.address article p {
     padding-bottom: 20px; 
    }

    section.career_inner a {
        display: block;
    }

    section.expertise .item .overlay_hover ul {
        margin-bottom: 10px;
    }

    section.expertise .item .overlay_hover {
        padding: 20px 25px 0 25px;
    }

    section.expertise .item article p{
        margin-bottom: 20px;
        height: 260px;
    }

    .pb-20{
        padding-bottom: 20px !important;
    }
}

.quick-contact-btn-container{
    background:#F47F2E;    
    display:flex;
    flex-direction: column;
    padding:10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    position:fixed;
    top:50%;
    right:0;
    transform:translateY(-50%);
    z-index: 99999;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.quick-contact-btn-container a{
    margin:12px 0;
    transition: 500ms; 
    color:#fff;
}
.quick-contact-btn-container a:hover{
    transform:scale(1.1)
}
.blog-content h1{
    background-image: url('../images/orange-bullet.webp');
    background-repeat: no-repeat;
    background-position:left center;
    

    font-size: 32px;
    line-height:32px;
    color: #443831;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 35px;
    margin-left: 35px;
}
.blog-content h2{
    background-image: url('../images/orange-bullet.webp');
    background-repeat: no-repeat;
    background-position:left center;

    font-size: 27px;
    color: #443831;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 35px;
    margin-left: 35px;
}
.blog-content h3{
    background-image: url('../images/orange-bullet.webp');
    background-repeat: no-repeat;
    background-position:left center;

    font-size: 22px;
    color: #443831;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 22px;
    margin-left: 0px;
}
.blog-content h4{
    /*background-image: url('../images/orange-bullet.webp');
    background-repeat: no-repeat;
    background-position:left center;
    
    font-size: 20px;
    color: #443831;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    padding-left: 35px;
    margin-left: 35px;
    
    */

    font-size: 20px;
    color: #443831;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    padding-left: 0px;
    margin-left: 48px;
}
.blog-content p{
    padding: 0 35px;
    line-height: 24px;
    margin-bottom: 10px;
    text-align: justify;
    margin-left: 10px;
}

/* Numbered sub-heading inside blog body (bold, with orange square) */
section.service_mid h4.blog-subhead{
    font-size: 20px;
    color: #443831;
    text-transform: capitalize;
    font-weight: 700;
    margin: 0 0 10px 0;
    padding: 0 35px 0 55px;
    text-align: left;
    line-height: 26px;
    position: relative;
}
section.service_mid h4.blog-subhead:before{
    position: absolute;
    left: 35px;
    top: 9px;
    content: "";
    width: 8px;
    height: 8px;
    background: #f47f2e;
}

/* =====================================================================
   About Us page
   ===================================================================== */
.au-section{
    padding: 10px 0;
}

.au-heading{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #443831;
    font-size: 26px;
    letter-spacing: .5px;
    margin-bottom: 18px;
}

.au-divider{
    border: none;
    border-top: 1px solid #d0d0d0;
    margin: 0 0 28px;
}

.au-subheading{
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #443831;
    font-size: 20px;
    margin: 10px 0 35px;
}

.au-intro{
    text-align: center;
    max-width: 1040px;
    margin: 0 auto 35px;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.7;
}

.au-closing{
    text-align: center;
    max-width: 1040px;
    margin: 35px auto 26px;
    color: #4a4a4a;
    font-size: 16px;
    line-height: 1.7;
    /* font-style: italic; */
}

/* Guiding principles */
.au-principles-img img{
    width: 100%;
    border-radius: 4px;
}

ul.au-principles{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

ul.au-principles li{
    position: relative;
    padding: 0 0 22px 26px;
}

ul.au-principles li:last-child{
    padding-bottom: 0;
}

ul.au-principles li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #f47f2e;
}

ul.au-principles li h4{
    color: #585656;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
}

ul.au-principles li p{
    margin: 0;
    color: #4a4a4a;
    line-height: 1.6;
    font-size: 15px;
}

/* Why choose ITPN */
.au-why-divider{
    border: none;
    border-top: 1px solid rgba(255,255,255,0.45);
    margin: 0 0 22px;
}

.au-row-divider{
    border: none;
    border-top: 2px solid #f47f2e;
    margin: 10px 0 35px;
    width: 100%;
}

.au-band{
    background: #f47f2e;
    padding: 35px 0;
    margin-bottom: 45px;
}

.au-band h2{
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
    margin: 0;
    letter-spacing: .5px;
}

.au-band p{
    color: #fff;
    text-align: center;
    max-width: 1040px;
    margin: 16px auto 0;
    font-size: 16px;
    line-height: 1.7;
}

.au-why-item{
    margin-bottom: 35px;
}

.au-why-icon img{
    width: 65px;
    height: 56px;
    object-fit: contain;
    margin-bottom: 10px;
}

.au-why-item h3{
    color: #443831;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0 0 14px;
    padding-bottom: 10px;
}

.au-why-item ul{
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.au-why-item ul li{
    position: relative;
    padding: 0 0 12px 20px;
    color: #4a4a4a;
    line-height: 1.55;
    font-size: 15px;
}

.au-why-item ul li:last-child{
    padding-bottom: 0;
}

.au-why-item ul li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #f47f2e;
}

/* Orange callout strip */
.au-callout{
    background: #f47f2e;
    padding: 22px 0;
    margin-top: 25px;
}

.au-callout p{
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.6;
    max-width: 1040px;
}

/* Benefits grid */
.au-benefit-item{
    margin-bottom: 35px;
    text-align: left;
}

.au-benefit-icon img{
    width: 48px;
    height: 48px;
    object-fit: contain;
    margin-bottom: 10px;
}

.au-benefit-item h4{
    color: #443831;
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 8px;
    border-left: 3px solid #f47f2e;
    padding-left: 10px;
}

.au-benefit-item p{
    color: #4a4a4a;
    line-height: 1.6;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 767px){
    .au-section{
        padding: 35px 0;
    }

    .au-heading{
        font-size: 22px;
    }

    .au-band h2{
        font-size: 22px;
    }

    .au-principles-img{
        margin-bottom: 25px;
    }

    /* About Us: center card content on mobile */
    .au-why-item,
    .au-benefit-item{
        text-align: center;
    }

    .au-why-item ul,
    ul.au-principles{
        display: inline-block;
        text-align: left;
    }

    .au-benefit-item h4{
        border-left: none;
        padding-left: 0;
    }

    .au-section .align-items-center .col-md-6{
        text-align: center;
    }
}

/* ==== Technical Field Support page ==== */

/* PNG section-heading icons (centered above the heading text) */
section.service_mid h2.tfs-svcoff-head,
section.service_bttm h2.tfs-benefits-head,
section.service_bttm h2.tfs-expertise-head{
    padding-top: 128px;
    background-position: center 6px;
    background-size: 92px auto;
}
section.service_mid h2.tfs-svcoff-head{
    background-image: url("../images/services/Technical Field Support/service-offerings-icon-big-size.png");
}
section.service_bttm h2.tfs-benefits-head{
    background-image: url("../images/services/Technical Field Support/Benefits-to-Customer.png");
}
section.service_bttm h2.tfs-expertise-head{
    background-image: url("../images/services/Technical Field Support/expertise-icon-big-size.png");
}

/* tighten the intro section above the first icon heading */
section.service_top.tfs-tight-top{
    padding-bottom: 20px;
}

/* Complementary Lifecycle Services: "Focus Area:" line under each bold sub-heading */
section.service_mid ul.sc-exp-stack li span.tfs-focus-line{
    display: block;
    margin-top: 4px;
    font-weight: 400;
}
section.service_mid ul.sc-exp-stack li span.tfs-focus-line strong{
    display: inline;
    margin-bottom: 0;
}







   


/* ==================================================
   Social icons: size the inline X / Bluesky SVGs to match the
   surrounding Font Awesome glyphs in the "Follow Us" list.
   ================================================== */
ul.social li a svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
}