.carrer_modal .close {
    z-index: 9
}

.modal-content .about-text li {
    font-size: 16px;
}

.carrer_modal .modal-body {
    overflow: hidden;
    height: 500px;
    overflow-y: scroll;
}


/* width */

.modal-content .about-text::-webkit-scrollbar {
    width: 2px;
    margin-right: 10px;
}


/* Track */

.modal-content .about-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    margin-right: 10px;
}


/* Handle */

.modal-content .about-text::-webkit-scrollbar-thumb {
    background: #888;
    margin-right: 10px;
}


/* Handle on hover */

.modal-content .about-text::-webkit-scrollbar-thumb:hover {
    background: #555;
    margin-right: 10px;
}

.Cyber_podition ul {
    list-style: none;
}

.Cyber_podition li {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 10px 0px;
    padding: 0 0 0 25px;
    position: relative;
    /* opacity: 0.8; */
    color: #fff;
}

.Cyber_podition ul li::after {
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
    content: "\f105";
    font-weight: 900;
    position: absolute;
    color: #fff !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.carrer_modal .modal-body p {
    font-size: 16px;
}

h3 {
    color: #04568e;
    margin-bottom: 20px;
    font-family: 'BentonSans-Book';
}

.clients h3 {
    color: #04568e;
    font-size: 30px;
}

.clients p {
    width: 600px;
    margin: 0;
}

.clients-slider {
    width: 100%;
    margin-top: 50px;
}

.pd100 {
    padding: 100px 0;
}

.solution-slider {
    width: 100%;
    margin-top: 40px;
}

.solution-thumb {
    position: relative;
    margin: 0 10px;
}


/*.solutiions-content{
                                        display: flex;
                                        position: absolute;
                                        bottom: 20px;
                                        padding:0 30px;
                                        justify-content: space-between;
                                        left: 0;
                                        right: 0;
                                        align-items:center
                             }
                             
                             .solutiions-content h5{color:#fff;}
                             
                             .aroow{
                                 width:35px;
                                 margin:0;
                                 
                             }
                             
                             .solutiions-content img{
                                 position: relative;
                                -webkit-transition: all ease-in-out .3s;
                                -o-transition: all ease-in-out .3s;
                                transition: all ease-in-out .3s;
                                left: 0;
                             }
                             
                             .solutiions-content:hover  img {
                                left: 15px;
                               }*/

.solution .solutiions-content {
    min-height: 345px;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2)
}

.solution .solutiions-content .line-btn_5 {
    position: absolute;
    bottom: 40px;
}

.solution .control {
    max-width: 90px;
    position: relative;
    left: 0;
    right: 0;
    top: 50px;
    display: flex !important;
    margin-bottom: 70px;
}

.solution .control .solutionleft {
    background: #5994ea;
    display: inline-block;
    text-align: center;
    width: 50px;
    margin: 0;
}

.solution .control .solutionright {
    background: #5994ea;
    display: inline-block;
    text-align: center;
    width: 50px;
    margin: 0;
}

.solution .control .solutionright:hover {
    background: #04568e
}

.solution .control .solutionleft:hover {
    background: #04568e
}

.solution .control .solutionleft img {
    width: 50px;
    height: 50px;
    padding: 8px;
    transform: rotate(180deg);
    margin: 0;
}

.solution .control .solutionright img {
    width: 50px;
    height: 50px;
    padding: 8px;
    margin: 0;
}

.solution .control {
    display: none;
}

.solution_wrapper ul li {
    list-style: none;
}

.solution_wrapper ul {
    margin-bottom: 40px
}

.arrowSection {
    position: absolute;
    bottom: 6rem;
    right: 1.8rem;
    z-index: 10;
    cursor: pointer
}

.arrowContainerP {
    left: 0;
    position: absolute;
    max-width: 1170px;
    right: 0;
    bottom: 0;
}

.arrowSection>.arrowContainer {
    position: relative;
    right: 0;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    transition: opacity .3s
}

.arrowSection .arrowContainer:hover {
    opacity: .5
}

.arrowSection .arrowContainer span {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-left: .1rem solid #fff;
    border-bottom: .1rem solid #fff;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: arrowDown 1s infinite;
    -moz-animation: arrowDown 1s infinite;
    -ms-animation: arrowDown 1s infinite;
    -o-animation: arrowDown 1s infinite;
    animation: arrowDown 1s infinite;
    opacity: 0;
    box-sizing: border-box
}

.arrowSection .arrowContainer span:nth-of-type(1) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s
}

.arrowSection .arrowContainer span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s
}

.arrowSection .arrowContainer span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s
}

.arrowSection .arrowContainer span:nth-of-type(4) {
    top: 48px;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s
}

.sectionContent {
    position: absolute;
    margin: 0;
    max-width: 60rem;
    top: 45%;
    z-index: 2;
    transform: translate(0, -50%);
    -webkit-transform: translate
}

.land .slide_hoverwraper .slide_bg>div h6 {
    font-size: 20px;
}

.slide_hoverwraper .control {
    max-width: 90px;
    position: relative;
    left: 0;
    right: 0;
    top: 50px;
    display: flex !important;
    margin-bottom: 70px;
}

.slide_hoverwraper .control .solutionleft {
    background: #5994ea;
    display: inline-block;
    text-align: center;
    width: 50px;
    margin: 0;
    font-size: 25px;
    color: #fff;
    cursor: pointer;
}

.slide_hoverwraper .control .solutionright {
    background: #5994ea;
    display: inline-block;
    text-align: center;
    width: 50px;
    margin: 0;
    font-size: 25px;
    color: #fff;
    background: #04568e;
    cursor: pointer;
}

.slide_hoverwraper .control .solutionright:hover {
    background: #04568e
}

.slide_hoverwraper .control .solutionleft:hover {
    background: #04568e
}

.slide_hoverwraper .control .solutionleft img {
    width: 50px;
    height: 50px;
    padding: 8px;
    transform: rotate(180deg);
    margin: 0;
}

.slide_hoverwraper .control .solutionright img {
    width: 50px;
    height: 50px;
    padding: 8px;
    margin: 0;
}

.presentation-sec .control {
    max-width: 40px;
    position: relative;
    left: 0;
    right: 0;
    margin-right: 0;
    margin-top: -50px;
    display: flex !important;
    margin-bottom: 30px;
}

.presentation-sec .control .solutionleft2 {
    display: inline-block;
    text-align: center;
    width: 20px;
    margin: 0;
    font-size: 25px;
    color: #04568e;
    cursor: pointer;
}

.presentation-sec .control .solutionright2 {
    display: inline-block;
    text-align: center;
    width: 20px;
    margin: 0;
    font-size: 25px;
    color: #04568e;
    cursor: pointer;
}

.presentation-sec {
    padding-top: 0;
}

.presentation-sec h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'BentonSans-Book';
    color: #04568e;
}

.presentation {
    /*background: #04568e;
    padding: 30px 30px 10px;
    color: #fff;*/
    font-size: 15px;
}

.presentation h2 {
    margin-bottom: 25px;
    font-size: 22px;
    font-family: 'BentonSans-Book';
    color: #fff;
    position: relative;
}

.presentation h2:after {
    content: '';
    left: 0;
    bottom: -10px;
    position: absolute;
    width: 120px;
    height: 1px;
    background: #fff;
}

.presentation ul {
    padding-left: 20px;
}

.presentation ul li {
    margin-bottom: 10px;
}

.presentation-thumb {
    position: relative;
    margin: 0 5px;
}

.presentation-title {
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 8px 0;
    background: rgb(0 0 0 / 55%);
}

.presentation-sec .col-md-6,
.presentation-sec .col-md-3 {
    padding: 0 2px;
}

.presentation-sec .col-md-4 {
    padding: 3px 2px 0;
}

.mr-lft {
    margin: 0;
}

.state-sec .col-md-3 {
    padding: 0;
}

.state-sec h4 {
    font-size: 20px;
}

.state-titile {
    font-family: 'BentonSans-Bold';
    color: #2b2b33;
    font-size: 21px;
    margin-bottom: 20px;
    padding: 10px;
}

.img-inr12 .state-thumb img {
    max-width: 305px;
    margin: auto;
    display: block;
    height: 218px;
    margin-top: 10px;
}

.img-inr11 .state-thumb img {
    max-width: 305px;
    margin: auto;
    display: block;
    height: 240px;
    margin-top: 10px;
}

.combat-sec {
    padding-top: 0;
}

.combat-sec h4 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'BentonSans-Book';
    color: #04568e;
}

.cyoper {
    text-transform: uppercase;
}

.facilities .cyoper_h4 {
    font-size: 20px;
}

.combat-title {
    padding: 15px 0px;
    text-align: center;
    font-size: 20px;
    background: #f5f5f5;
    color: #000;
    font-weight: 600;
}

.combat-thumb {
    margin-bottom: 30px;
}

.combat-sec ul {
    padding-left: 20px;
}

.combat-sec ul li {
    padding-bottom: 10px;
}

.mine-thumb h3 {
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    background: #f5f5f5;
    color: #000;
    font-weight: 600;
}

.career_life ul li {
    list-style-type: none;
}

.pay_h3:after {
    content: '' !important;
    width: 80px !important;
    height: 4px !important;
    left: 0 !important;
    bottom: -2px !important;
    background: #04568e !important;
    position: absolute !important;
}

.what-we-value-col {
    min-height: 340px;
}

.slick-center .what-we-value-col .news-box span img {
    filter: invert(1);
}

.slick-center .what-we-value-col .news-box .news-para {
    display: block;
}

.slick-center .what-we-value-col .news-box .news-para p {
    margin-bottom: 0;
}

@media(max-width:991px) {
    .arrowContainerP {
        display: none;
    }
    .solution .control {
        display: block;
    }
    .pd100 {
        padding: 50px 0;
    }
    .Cyber_podition .col-md-3 {
        height: 300px;
    }
    .clients p {
        width: 100%;
    }
    .tab-arrow {
        display: none;
    }
    .clients-slider {
        margin-top: 30px;
    }
    .Cyber_podition {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .border {
        top: auto;
        bottom: 90px;
    }
    .solution_wrapper ul {
        margin-bottom: 0px
    }
}

.abt-txt-para {}

@media(max-width:480px) {
    .cyoper {
        position: absolute;
        bottom: 80px;
    }
    .border {
        top: auto;
        bottom: 90px;
    }
    .solution .solutiions-content {
        min-height: 240px;
        margin-bottom: 20px;
    }
    .line-btn_5 {
        position: absolute;
        bottom: 55px;
    }
}

.pinaka_clist {
    text-align: left;
}

.py25 {
    padding: 10px 0px;
}

.taslhead_banner_inner {
    height: 90vh;
    position: relative;
    background-size: 100% !important;
    background: url('../images/assembly_Banner.jpg') no-repeat center;
    background-attachment: fixed;
}

.after-con-none:after {
    content: none!important;
}

.tban_caption {
    max-width: 40%;
    position: absolute;
    bottom: 90px;
    /* top: 0; */
    margin: auto;
    max-height: 160px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
}

.gcs-img {
    width: 55%;
}

.f16 {
    font-size: 16px!important;
}

@media only screen and (max-width:1920px) and (min-width:1440px) {
    .taslhead_banner_inner {
        height: 95vh;
        position: relative;
        background-size: 100% !important;
        background: url(../images/assembly_Banner.jpg) no-repeat 100% 75%;
        background-attachment: fixed;
        top: 0;
    }
}

@media (max-width: 991px) {
    .taslhead_banner_inner {
        background-attachment: inherit !important;
        background-position: center center;
        background-size: cover !important;
        position: relative;
        height: 80vh;
    }
    .gcs-img {
        width: 100%;
    }
}

@media (max-width: 490px) {
    .taslhead_banner_inner {
        background-attachment: inherit !important;
        background-position: center center;
        /* background-size: 100% 100%!important;*/
        position: relative;
        height: 65vh;
    }
    .career_banner {
        background-attachment: inherit !important;
        background-position: center center;
        /* background-size: 100% 100%!important;*/
        position: relative;
        height: 65vh;
    }
    .tban_caption {
        max-width: 70%;
    }
    .tab-arrow {
        display: none!important;
    }
}

.bod-sectionprt {
    padding: 3rem 0px;
}

@media (max-width: 767px) {
    .breadcrumb_wrapper ul.breadcrumb {
        margin-left: 0px;
    }
    .breadcrumb_wrapper ul.breadcrumb li {
        margin-left: 0px;
        margin-right: 3px;
    }
}

.taslhead_banner_inner.banshade_block:after {
    background: #0000008f;
}

.taslhead_banner_inner:after {
    /* content: ''; */
    content: none;
    background: #0000004f;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.banner_inner:after {
    background: #0000008f;
}

.banner_inner:after {
    content: '';
    background: #0000004f;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.banner_inner:after {
    content: none;
}

.career_banner:after {
    content: none;
}

.tban_caption h5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #fff;
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center; */
    width: 100%;
    left: 0;
    bottom: 0;
    /* top: 335px; */
    font-family: 'BentonSans-Book';
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.tasl-collapse-headtitle a {
    display: block;
    position: relative;
    font-size: 15px;
    font-family: 'BentonSans-Medium';
    color: #191919;
    letter-spacing: .5px;
    padding: 0px 0 0px 0;
    cursor: pointer;
}

.tasl-collapse-headtitle {
    padding: 16px;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ml17 {
    margin-left: 17px;
}

.pinaka_clist li {
    background: transparent;
}

.pinaka_clist h6 {
    font-size: 12px;
    font-weight: bold;
}

.tasl-collapse-headtitle .mb-0>a:after {
    content: "\002b";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: -10px;
    font-size: 30px;
    font-weight: bold;
}

.tasl-collapse-headtitle a[aria-expanded="true"]:after {
    content: "\2212";
}

.w500 {
    width: 500px!important;
}

.left-400 {
    left: -400px!important;
}

.w700 {
    width: 900px!important;
}

.w1210 {
    width: 1210px!important;
}

.left-927 {
    left: -927px!important;
}

.left-535 {
    left: -635px!important;
}

.flex-nowrap {
    flex-wrap: nowrap!important;
}

.submenu-sectin-eq3 {
    width: 24%;
    margin: 0 2px;
}

.submenu-section-eq {
    margin: 0px 15px;
}

.submenu-sectin-eq4 {
    width: 25%;
    margin: 0px 15px;
}

.w400 {
    width: 400px!important;
}

.left-320 {
    left: -320px!important;
}

.left-700 {
    left: -700px!important;
}


/* .left-235{
    
    left:-235px!important;  
}
 */

.left-435 {
    left: -435px!important;
}

.tasl-fwidth-submenu {
    padding: 10px 0px;
}

.sub-menu-bullet li a {
    margin-left: 10px!important;
    font-weight: 500!important;
}

.tasl-fwidth-submenu .sub-menu-bullet li::before {
    content: "\2022";
    color: #fff;
    font-weight: 300;
    display: inline-block;
    position: absolute;
    left: -4px;
    width: 0.5em;
    top: -1.7px;
}

.tasl-fwidth-submenu ul li::after {
    content: none!important;
}

.bottom30 {
    bottom: 30px;
}

.tasl-fwidth-submenu ul {
    margin-left: 5px;
}

.tasl-fwidth-submenu li a {
    font-size: 11px!important;
    text-transform: inherit!important;
    color: #fff!important;
    padding: 2px 0px!important;
}

.f13 {
    font-size: 14px!important;
}

.tasl-fwidth-submenu ul a:hover {
    color: #dc7526 !important;
}

.support_text1 {
    padding: 30px;
    background: #f5f5f5;
}

.support_text1 p {
    font-size: 15px;
    color: #4e4e4e;
    font-family: 'BentonSans-Book';
    text-align: left !important;
    margin-bottom: 6px;
    font-weight: 600;
}

.support_text1 h4 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
    color: #2b2b33;
    font-family: 'BentonSans-bold';
}

.line-btn1 {
    display: inline-block;
    margin-top: 14px;
    font-weight: bold;
    color: #04568e;
    /* border-bottom: solid 1px #fff; */
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'BentonSans-Book';
    padding-bottom: 5px;
    position: relative;
    z-index: 99;
}

.support_text1 .line-btn1:after {
    width: 0;
    background: #04568e;
}

.support_text1 .line-btn1:hover:after {
    width: 100%;
}

.support_text .line-btn1:after {
    width: 0;
    background: #04568e;
}

.support_text .line-btn1:hover:after {
    width: 100%;
}

.line-btn1:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 15%;
    left: 0;
    bottom: -3px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.mb-carrp10 {
    bottom: 10px!important;
}

.line-clamp3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.line-clamp4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bottom-auto {
    bottom: auto!important;
}

.top-auto {
    top: auto!important;
}

.position-relative {
    position: relative!important;
}

.height-auto {
    min-height: auto!important;
}

.line-clamp1 {
    text-overflow: ellipsis;
    /* Needed to make it work */
    overflow: hidden;
    white-space: nowrap;
}

.img-pinr12 {
    background: url(../images/security/physical/b7.jpg) no-repeat center;
    height: 500px;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.bg-header-title {
    background: rgb(0 0 0 / 40%);
}

.tborder-line {
    position: absolute;
    width: 65px;
    height: 1px;
    background: #fff;
    border: 0;
    display: block;
    top: 49px;
    /* margin-bottom: 12px; */
    /* bottom: 26px; */
    left: 0px;
}

@media(max-width:767px) {
    .follw-tata {
        padding-top: 30px;
    }
    .sysinte-bg .follw-tata {
        padding-top: 0px;
    }
    .pd-nova {
        padding-left: 14px;
    }
}

.height40 {
    height: 50px;
    overflow: hidden;
}

.apply_box1 h5 {
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 400;
}

.graduates_wrapper li {
    font-size: 15px;
}

.top-24 {
    top: -24px;
}

.csks-secslide .news-slider .product-showcase-carousel-controls {
    top: -24px!important;
}

p,
li,
td,
table {
    font-family: 'BentonSans-Book'!important;
}

.overflow-hide {
    overflow: hidden!important;
}

.sysinte-bg {
    background-color: #f6f8fa;
}

@media(max-width:767px) {
    .solution .col-md-3 {
        padding-bottom: 15px;
    }
    .blue-bg2 {
        margin-bottom: 0px;
    }
}

@media(min-width:768px) {
    .h50p {
        height: 58px;
        overflow: hidden;
    }
}

@media(min-width:855px) {
    .h50p {
        height: 58px;
        overflow: hidden;
    }
}


/*
.support_wrapper.capabilities_wrapper h4{
    
    margin-top:30px;
}

*/

.support_text h4 {
    margin-top: 0px!important;
}

.tata_bg.mr_bg {
    margin: 0px!important;
    padding: 30px 0px;
}

.support_text p {}

.banner_inner .lines {
    background: #fff;
    margin: 5px 0 15px;
    width: 65px;
    height: 1px;
}

.banner_inner {
    background-attachment: fixed!important;
}

.about-text p {
    font-size: 15px;
    text-align: justify!important;
}

.aerostructures_tabs {
    margin-right: 15px;
    margin-left: 15px;
}

.back-btn-space {
    margin-top: 0px;
    margin-bottom: 30px;
}

.back-btn {
    margin-top: 0px;
    margin-bottom: 30px;
}

.career_banner {
    background-repeat: no-repeat;
    background-attachment: fixed!important;
}

.optronics-csection .d-flex {
    position: relative;
}

.rss-sec .d-flex {
    position: relative;
}

@media(min-width:991px) {
    .inclu-divslider-ban .slick-slide img {
        object-fit: cover;
        height: 400px;
    }
    .optronics-csection .d-flex:after {
        content: '';
        right: 40px;
        bottom: 0px;
        left: 40px;
        position: absolute;
        /* width: 100%; */
        height: 1px;
        background: grey;
    }
    .rss-sec .d-flex:after {
        content: '';
        right: 40px;
        bottom: 0px;
        left: 40px;
        position: absolute;
        /* width: 100%; */
        height: 1px;
        background: grey;
    }
    .noafter-con:after {
        content: none!important;
    }
    .rmfc-sec img {
        width: 163px;
        height: 300px;
    }
    .rss-sec .rugg-img img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .rss-sec .rugg-img1 img {
        margin-top: 0px;
    }
    .optronics-csection .opimg img {
        width: 219px!important;
        margin-top: 20px;
        margin-bottom: 20px;
        height: 200px;
    }
    .optronics-csection .opimg1 img {
        width: 219px!important;
        margin-top: 20px;
        margin-bottom: 20px;
        height: 200px;
    }
    .inclu-divslider-ban img {
        object-fit: cover;
        height: 400px;
    }
}

.banner_cybers .slider_box .slider_caption h5:after {
    content: none!important;
    margin-bottom: 0px!important;
}

.banner_cybers .slider_box .slider_caption {
    top: 410px;
    max-width: 70%!important;
    display: inline-block;
}

.ftab-img {
    text-align: center;
}

.ftab-img img {
    width: auto!important;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 310px!important;
}

.tasl-tabsimg img {
    width: 80%;
    margin: 10px 0px;
}

.left-imgprt img {}

.midcon-para {
    position: relative;
}

.left-imgprt img {
    top: -10px;
    position: absolute;
    width: 80%;
    left: 15px;
    right: 15px;
}

@media(max-width:768px) {
    .techopport-boxsec .opportunity_box .opportunity_img .button-group .knowmore {
        opacity: 1!important;
    }
    .tabsrole-fea h5 {
        margin: 15px 0px;
    }
    .tasl-tabsimg img {
        margin: 0px 0px;
        width: 100%;
    }
    .taslcert-img {
        width: 100%!important;
    }
    .ftab-img img {
        width: 80%!important;
        height: auto!important;
    }
    .rss-sec .rugg-img img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .rss-sec .rugg-img1 img {
        margin-top: 0px;
    }
    .optronics-csection .opimg img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .optronics-csection .opimg1 img {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .techopport-boxsec .opportunity_box .opportunity_img .button-group {
        height: 90px!important;
    }
    .banner_cybers .slider_box .slider_caption {
        top: 220px!important;
        max-width: 90%!important;
        left: 20px;
    }
    .csks-secslide .news-slider .product-showcase-carousel-controls {
        top: -10px!important;
    }
    .cyber-secover .col-md-4 {
        margin-bottom: 30px;
    }
    .ph-securityover .col-md-3 {
        margin-bottom: 30px;
    }
    .img-pinr12 {
        height: 280px!important;
    }
    .security-overcat .cyoper {
        bottom: 60px;
    }
    .security-overcat .col-md-6 {
        margin-bottom: 30px;
    }
    .defence-overview-all .col-md-3 {
        margin-bottom: 30px;
    }
    .quality-certimg {
        width: 100%;
    }
    .aerostructures_tabs {
        margin-right: 0px;
        margin-left: 0px;
    }
    .slide_hoverwraper .slide_bg {
        margin-bottom: 30px;
    }
    .asto-slide-wrapsec .slide_wrap p {
        text-align: center;
    }
    .asto-slide-wrapsec .slide_wrap {
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .buss-oppor-box {
        height: 180px!important;
    }
    .buss-oppor-box h4 {
        font-size: 20px;
    }
    .buss-oppor-box .bottom_link {
        display: flex!important;
        justify-content: center!important;
        align-items: center!important;
        left: auto!important;
        right: auto!important;
        margin: 0!important;
    }
    .buss-oppor-box .opportunity_img {
        display: flex!important;
        justify-content: center!important;
    }
    .techbox_careers .slick-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center!important;
        flex-direction: column;
    }
    .techbox_careers p {
        text-align: center!important;
    }
    .wdth {
        width: 100%!important;
    }
    .bodypd {
        padding: 0px!important;
    }
    .ourstory-tabs .slick-track {
        overflow-x: auto;
    }
    .ourstory-tabs .nav-item {
        width: 25%!important;
    }
    .dslide-sec .dots_box p {
        top: 30px!important;
    }
    .people_box .bottom_fix h4 {
        top: -70px;
    }
    .tata_family .familyBox {
        height: 250px;
    }
    .service_hrt {
        margin-left: 15px!important;
    }
    .join_now_wrapper form .col-md-6:nth-child(even) {
        padding-left: 15px;
        padding-right: 15px;
    }
    .join_now_wrapper form .col-md-6:nth-child(odd) {
        padding-left: 15px;
        padding-right: 15px;
    }
    .plcul-sec .d-flex {
        margin-top: 0px;
    }
    .plcul-sec .typo_box {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center!important;
    }
    .back-btn {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .back-btn-space {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .career_banner {
        background-repeat: no-repeat;
        background-attachment: inherit!important;
    }
    .banner_inner {
        background-attachment: inherit!important;
    }
    .tsp-modals .wdth {
        width: 100%!important;
    }
    .tsp-modals .bodypd {
        padding: 0px!important;
    }
    .height-bg-7 {
        height: 660px!important;
    }
    .mb-carrp10 {
        bottom: 10px!important;
    }
    .box-res {
        margin-top: 30px;
    }
    .no-mrb-res {
        margin-bottom: 0px;
    }
    .support_text p {
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .mrt-res {
        margin-bottom: 0px!important;
    }
    .tban_caption {
        max-width: 70%;
    }
}

.cyoper1 {
    margin-top: 310px;
    padding: 0px 40px;
}

.greybg {
    padding-top: 0px!important;
}

.aerostructures_head {
    padding-bottom: 1.7rem;
}

.aerostructures_head.pt-2 {
    padding-top: 0px!important;
}

.aerostructures_head.pt-2 h4 {
    margin-bottom: 1.7rem;
}

.bg-grey {
    background: #f5f5f5!important;
}

.captionDir {
    top: 320px;
    margin-left: 10px;
}

.imageBOD {
    height: 430px;
    object-fit: cover;
}

.bodDiv:hover .captionDir {
    top: 330px!important;
}

.txtleft {
    text-align: left!important;
}

.news-box .news-para {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.fs15 {
    font-size: 15px!important;
}

.about-wapper p.text-left {
    font-size: 15px;
    text-align: justify!important;
}

.btm p {
    font-size: 15px!important;
}

.fwbold {
    font-weight: bold!important;
}


/*--- menu isuue --*/

.tabsinner-subhead {
    font-weight: bold;
}

.subhead-rightprt {
    display: inline-block;
    font-weight: bold;
}


/*--- for wp css --*/

.row {
    width: 100%;
    margin: 0px;
    margin-left: 0px!important;
    margin-right: 0px!important;
}

.row:before {
    content: none!important;
}

.container_menu:before {
    content: none!important;
}

.air-box {
    z-index: 9998!important;
}

.about-text1 li {
    font-size: 15px;
}

.li_wht li {
    font-size: 15px;
    color: #2b2b33!important;
}

@media (min-width: 1200px) {
    .container_menu {
        width: auto!important;
        padding: 0px 50px!important;
    }
}