* {
    padding: 0;
    margin: 0 auto;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    border: 0;
}

a {
    color: #1871b8;
}

.car {
    color: #1871b8 !important;
    font-size: 13px !important;
    font-family: 'BentonSans-Book' !important;
    font-weight: bold !important;
}

a,
a:hover {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

body {
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: 'BentonSans-Light';
    color: #000000;
    font-size: 15px;
}

.text-primary {
    color: #04568e!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'futurabold';
     */
    font-weight: 400;
    color: #2b2b33;
    margin: 0;
}

@font-face {
    font-family: 'BentonSans-Medium';
    src: url('../fonts/BentonSans-Medium.eot');
    src: url('../fonts/BentonSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/BentonSans-Medium.svg#BentonSans-Medium') format('svg'), url('../fonts/BentonSans-Medium.ttf') format('truetype'), url('../fonts/BentonSans-Medium.woff') format('woff'), url('../fonts/BentonSans-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BentonSans-Bold';
    src: url('../fonts/BentonSans-Bold.eot');
    src: url('../fonts/BentonSans-Bold.woff2') format('woff2'), url('../fonts/BentonSans-Bold.woff') format('woff'), url('../fonts/BentonSans-Bold.ttf') format('truetype'), url('../fonts/BentonSans-Bold.svg#BentonSans-Bold') format('svg'), url('../fonts/BentonSans-Bold.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'BentonSans-Thin';
    src: url('../fonts/BentonSans-Thin.eot');
    src: url('../fonts/BentonSans-Thin.woff2') format('woff2'), url('../fonts/BentonSans-Thin.woff') format('woff'), url('../fonts/BentonSans-Thin.ttf') format('truetype'), url('../fonts/BentonSans-Thin.svg#BentonSans-Thin') format('svg'), url('../fonts/BentonSans-Thin.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'Miller-DisplayItalic';
    src: url('../fonts/Miller-DisplayItalic.eot');
    src: url('../fonts/Miller-DisplayItalic.woff2') format('woff2'), url('../fonts/Miller-DisplayItalic.woff') format('woff'), url('../fonts/Miller-DisplayItalic.ttf') format('truetype'), url('../fonts/Miller-DisplayItalic.svg#Miller-DisplayItalic') format('svg'), url('../fonts/Miller-DisplayItalic.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'BentonSans-Book';
    src: url('../fonts/BentonSans-Book.eot');
    src: url('../fonts/BentonSans-Book.woff2') format('woff2'), url('../fonts/BentonSans-Book.woff') format('woff'), url('../fonts/BentonSans-Book.ttf') format('truetype'), url('../fonts/BentonSans-Book.svg#BentonSans-Book') format('svg'), url('../fonts/BentonSans-Book.eot?#iefix') format('embedded-opentype');
}

@font-face {
    font-family: 'BentonSans-Light';
    src: url('../fonts/BentonSans-Light.eot');
    src: url('../fonts/BentonSans-Light.woff2') format('woff2'), url('../fonts/BentonSans-Light.woff') format('woff'), url('../fonts/BentonSans-Light.ttf') format('truetype'), url('../fonts/BentonSans-Light.svg#BentonSans-Light') format('svg'), url('../fonts/BentonSans-Light.eot?#iefix') format('embedded-opentype');
}


/* @font-face {
     font-family: 'Georgia-Bold';
     src: url('../fonts/Georgia-Bold.woff') format('woff'), 
     url('../fonts/Georgia-Bold.ttf') format('truetype'),
     url('../fonts/Georgia-Bold.svg#Georgia-Bold') format('svg');
}*/


/*.accordion .card-header:first-child.active.collapsed:after{
    content: "\f068";
}
 .accordion .card-header:first-child.collapsed:after{
    content: "\f067";
}
*/

.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
}

ul.breadcrumb {
    /*margin:20px 0 0 0;*/
    margin: 10px 0;
    padding: 10px 16px;
    list-style: none;
    border-radius: 0;
    background-color: transparent;
}

ul.breadcrumb li {
    display: inline;
    font-size: 14px;
}

ul.breadcrumb li:last-child a {
    color: #04568e;
}

ul.breadcrumb li a {
    color: #000000;
    text-decoration: none;
}

ul.breadcrumb li a .fa {
    padding: 0 4px;
}

header {
    padding: 0px 0;
}

header .small-menu {
    text-align: right;
}

header .small-menu ul {
    list-style: none;
    margin-bottom: 0;
}

header .small-menu ul li {
    display: inline-block;
    padding: 0 15px;
}

header .small-menu ul li:last-child {
    padding-right: 0;
    position: relative;
    right: 1px;
}

header .small-menu ul li a,
header .small-menu ul li a i {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
}

header .small-menu ul li a:hover {
    color: #fff;
    opacity: 0.7;
}


/* .smaill_menus {
     border-bottom: solid 1px #515151;
}
 */

header .menu ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 0;
    position: relative;
}

header .menu ul li {
    /* position: relative; */
    margin: 0px 0px;
    right: 1px;
}

header .menu ul li a {
    position: relative;
}

header .menu ul .menu-item a::after {
    background: #448ecc;
    content: '';
    display: inline-block;
    height: 3px;
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
    width: 0%;
    opacity: 0;
    visibility: hidden;
}

header .menu ul .menu-item:hover a::after {
    opacity: 1;
    visibility: visible;
}

.side-logo {
    width: 33px;
    margin-top: 10px;
}

header .menu ul li:hover::after {
    width: 100%;
}

header .menu ul li a:first-child {
    margin-left: 0;
    padding-left: 0;
}

header .menu ul li:last-child {
    margin-right: 0;
}

header .menu ul li a:last-child {
    padding-left: 0;
}

header .menu ul li a:last-child {
    padding-right: 0;
}

a:focus,
a:hover {
    text-decoration: none !important;
}

header .menu ul li a {
    color: #000;
    padding: 9px 20px;
    /*padding:9px 28px;*/
    font-size: 11px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    font-weight: bold;
}

header .menu ul li .dropdown {
    display: none;
    position: relative;
}

header .menu ul li:hover .dropdown {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 9;
    padding: 0;
    width: 300px;
    top: 37px;
    -webkit-box-shadow: 0px 4px 12px -6px rgba(0, 0, 0, 0.5019607843137255);
    box-shadow: 0px 4px 12px -6px rgba(0, 0, 0, 0.5019607843137255);
    border-radius: 2px;
    padding: 10px 0 0;
}

header .menu ul li:hover .dropdown li {
    padding-bottom: 0;
    position: relative;
    border-bottom: solid 1px #f5f5f5;
}

header .menu ul li:hover .dropdown li::after {
    display: none;
}

header .menu ul li:hover .dropdown li a {
    padding: 15px 20px;
}

header .menu ul li:hover .dropdown li a:hover {
    background: #448ecc;
    color: #fff;
}

header .menu ul li .dropdown .dropdown-inner {
    display: none;
}

header .menu ul li .dropdown:hover .dropdown-inner {
    display: block;
    position: absolute;
}

.tata_banner .slider_box img {
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
}

.product-showcase-carousel-controls {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    border: solid 1px #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    padding: 6px;
}

.slider_box {
    height: 87vh !important;
    /* width: calc(100vh - 3em);
     */
}

.product-showcase-carousel-controls i {
    font-weight: 700;
}


/* .product-showcase-carousel-controls--right {
     left: 173px;
     top: 90%;
}
 .product-showcase-carousel-controls--left {
     left: 120px;
     top: 90%;
}
 */

.pd_top {
    padding: 50px 0;
}

.saltDate {
    font-size: 18px;
    color: #000;
    margin-bottom: 40px;
}

.mainPara {
    font-size: 25px;
    font-weight: 600;
}

.mainPara strong {
    font-size: 60px;
    line-height: 60px;
    float: left;
    font-weight: 600;
}

.moretext {
    display: none;
}

.inclusive {
    position: relative;
    margin: 30px 0;
}

.inclusive h6 {
    max-width: 380px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    right: 15px;
    color: #fff;
    font-size: 13px;
}

.tata_banner .slider_box {
    position: relative;
    background-size: cover !important;
    height: 80vh !important;
}

.tata_banner .slider_box .slider_caption {
    position: relative;
    top: 360px;
    bottom: 0;
    /*right: auto;*/
    left: 420px;
    max-width: 590px;
    max-height: 130px;
    margin: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 11px;
}

.tata_banner .slider_box .slider_caption h5 {
    position: relative;
    font-family: 'BentonSans-Book';
    color: #fff;
    font-size: 24px;
    margin-bottom: 30px;
    font-weight: bold;
}

.tata_banner .slider_box .slider_caption h5:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    background: #fff;
    border: 0;
    display: none;
    bottom: -8px;
}

.tata_banner .slider_box .slider_caption p {
    color: #fff;
    font-size: 15px;
    font-family: 'BentonSans-Book';
}

.tata_banner .slider_box .slider_caption h4 {
    color: #fff;
    font-size: 16px;
    font-family: 'BentonSans-Book';
    font-weight: bold;
    margin-bottom: 0;
    /*  text-shadow: 3px 5px 8px #000; --*/
    line-height: 1.4;
}

.tata_banner .slider_box .slider_caption a {
    font-weight: bold;
    color: #fff;
    /* border-bottom: solid 1px #fff;
     */
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'BentonSans-Book';
    padding-bottom: 5px;
    position: relative;
}

.tata_banner .slider_box .slider_caption a:after {
    position: absolute;
    content: '';
    background: #fff;
    height: 1px;
    width: 15px;
    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;
}

.tata_banner .slider_box .slider_caption a:hover:after {
    width: 100%;
}

.about-text ul li::after {
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
    content: "\f105";
    font-weight: 900;
    position: absolute;
    color: #2763aa !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.news {
    position: relative;
    overflow: visible !important;
    z-index: 9;
}

.tata_bg {
    padding: 0px 0 0;
}

.tata_mr {
    margin-bottom: 30px;
}

.tata_bg img {
    margin-bottom: 10px;
}

.about-text li:last-child {
    margin-bottom: 0;
}

.about {
    position: relative;
    /* padding-top: 90px;
     padding-bottom: 50px;
     */
}


/* .about::before {
     content: '';
     background: rgba(239, 239, 239, 0.25098039215686274);
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: -1;
     -webkit-clip-path: polygon(100% 0, 32% 100%, 100% 100%);
     clip-path: polygon(100% 0, 32% 100%, 100% 100%);
}
 */

.about .about_lt .video-box {
    z-index: 2;
    width: 100%;
    height: 500px;
    position: relative;
    margin: 0 auto;
    left: 0;
    overflow: hidden;
    right: 0;
    /* left: 20px;
    */
}

.about .about_lt .video-box .overlay {
    /* background: rgba(0, 0, 0, 0.3803921568627451);
     */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 230, 230, 0)), color-stop(1%, rgba(230, 230, 230, 0)), color-stop(39%, rgba(92, 92, 92, 0)), color-stop(64%, rgba(56, 56, 56, 0)), to(rgba(36, 36, 36, 0.78)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(92, 92, 92, 0) 39%, rgba(56, 56, 56, 0) 64%, rgba(36, 36, 36, 0.78) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(92, 92, 92, 0) 39%, rgba(56, 56, 56, 0) 64%, rgba(36, 36, 36, 0.78) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(92, 92, 92, 0) 39%, rgba(56, 56, 56, 0) 64%, rgba(36, 36, 36, 0.78) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.about .about_lt .video-box .play {
    position: absolute;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    color: #fff;
    left: 0;
    top: 0;
    /* margin: 0 auto;
     */
}

.about .about_lt .video-box .play i {
    /* -webkit-transition: all ease-in-out 0.3s;
     -o-transition: all ease-in-out 0.3s;
     transition: all ease-in-out 0.3s; */
    border: solid 1px #fff;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.about .about_lt .video-box .play span {
    font-size: 12px;
    letter-spacing: 2px;
    /*margin-right: -355px;
    */
    position: relative;
    left: 331px;
}

.about .about_lt .video-img {
    width: 210px;
    height: 210px;
    margin-top: -150px;
    margin-left: 200px;
}

.about .about_rt h4 {
    font-size: 34px;
    font-family: 'BentonSans-Book';
    margin-bottom: 20px;
}

.about .about_rt p {
    font-size: 18px;
    /*opacity: 0.6;
    */
    color: #000;
    margin-bottom: 51px;
}

.about .about_rt {
    max-width: 470px;
    margin-right: 0;
    margin-top: 11px;
}

.tata-btn {
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'BentonSans-Book';
    color: #fff;
    background: #04568e !important;
    display: inline-block;
    width: 192px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
}

.tata-btn1 {
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'BentonSans-Book';
    color: #04568e;
    background: #e9eff7 !important;
    display: inline-block;
    line-height: 51px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 0 65px;
}

.portfolio2 a {
    text-decoration: underline;
}

.watermark {
    color: rgba(234, 234, 234, 0.43);
    position: absolute;
    font-size: 290px;
    z-index: -1;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 320px;
    margin: 0;
    font-family: 'Georgia-Bold';
    font-weight: bold;
}

.miles-box {
    background: #2b2b33;
    background: #2b2b33 url('../images/tata.png') no-repeat;
    background-size: 100%;
    background-position: 0 130px;
}

.hvr-shutter-out-horizontal:before {
    background: #0751bd !important;
}

.miles-box .miles_inner .miles_inrto {
    background: #fff;
    padding: 40px 50px;
    max-width: 550px;
    margin-left: 0;
    height: 580px;
}

.miles-box .miles_inner .miles_inrto span {
    color: #424249;
    font-size: 12px;
}

.miles-box .miles_inner .miles_inrto h5 {
    color: #2b2b33;
    font-size: 35px;
    margin-bottom: 12px;
    line-height: 1.0;
}

.miles-box .miles_inner .miles_inrto p {
    color: #000;
    font-size: 15px;
    /*opacity: 0.6;
    */
    margin-bottom: 24px;
}

.miles-box .miles_inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.miles-box .miles_inner .miles-img {
    max-width: 730px;
    height: 334px;
    margin-top: -280px;
    position: relative;
    left: -26px;
}

.miles-box .miles_inner .miles-img img {
    height: 100%;
}

.miles-slider .product-showcase-carousel-controls {
    top: 96%;
    opacity: 0.6;
    right: 0;
    margin-right: 0;
    border: none;
    padding: 10px;
    font-size: 18px;
}

.miles-slider .product-showcase-carousel-controls--left {
    right: 80px;
    left: 0;
}

.slick-slide:focus {
    outline: none;
}

#section2 {
    padding: 40px 0;
}

.news .news-slider .news-box {
    padding: 60px 40px;
    top: 0;
    position: absolute;
}

.new-img {
    position: relative;
}

.new-img {
    height: 280px;
    -webkit-box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin: 0 20px;
    position: relative;
    overflow: hidden;
}

.new-img .news-pos img {
    width: 100% !important;
    object-fit: cover;
}

.support_box .opportunities-img {
    height: 300px;
    object-fit: cover;
}

.news-pos {
    position: relative;
}

.overlay {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(3, 31, 72, 0.88);
}

.news h4 {
    margin-bottom: 20px;
    font-size: 35px;
    margin-left: 16px;
    font-family: 'BentonSans-Book';
}

.news h4::after {
    margin-bottom: 40px;
    font-size: 35px;
    margin-left: 16px;
    color: #212121;
}

.news .slick-list {
    padding: 10px 0;
    /*max-width: 1110px;*/
    /*margin:auto;*/
    margin: 0 -15px;
    padding-bottom: 60px;
}

.news .news-slider .news-box .date {
    font-size: 12px;
    color: #424249;
    margin-bottom: 40px;
    display: block;
}

.news .news-slider .news-box .date em {
    position: relative;
    font-size: 8px;
    top: -5px;
    font-style: normal;
}

.news .news-slider .news-box p {
    font-size: 15px;
    color: #000;
    margin-bottom: 40px;
    /*opacity: 0.6;
    */
}

.news .news-slider .news-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #04568e;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.news .news-slider .news-box a img {
    width: 6px;
    margin-left: 10px !important;
    margin: 0;
}

.news .news-slider .news-box .arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.news .news-slider .news-box .arrow img {
    width: 24px;
    position: relative;
    right: 0;
    top: -53px;
    right: -60px;
}

.box-news .new-img .news-pos {
    display: none;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.box-news .new-img:hover .news-box p {}

.box-news .new-img:hover .news-pos {
    display: block;
}

.box-news .new-img:hover .news-box span {
    color: #fff;
}

.box-news .new-img:hover .news-box p {
    color: #fff;
    opacity: 1;
}

.box-news .new-img:hover .news-box a {
    color: #fff;
}

.news-slider .product-showcase-carousel-controls {
    top: -44px !important;
    color: #2b2b33;
    padding: 0;
    font-size: 33px;
    width: 40px;
    border: none;
    /*background: #04568e;*/
    width: 35px;
    height: 35px;
    line-height: 1.2;
    text-align: center;
}

.news-slider .product-showcase-carousel-controls--right {
    right: 20px;
    left: auto;
}

.news-slider .product-showcase-carousel-controls--left {
    top: 0;
    left: auto;
    right: 60px;
}

.blog-wrapper {
    /* background: #f7f7f7;
     */
    overflow: hidden;
}

.blog-wrapper.about .about_rt {
    max-width: 410px;
    margin-left: 100px;
}

.blog-wrapper.about .about_lt .video-box {
    margin-left: auto;
    margin-right: 0;
}

.blog-wrapper.about .about_lt .video-img {
    width: 274px;
    height: auto;
    padding: 20px;
    margin-top: -150px;
    margin-left: 0;
    background: #04568e;
    z-index: 999;
    padding-bottom: 51px;
    position: relative;
}

.blog-wrapper.about .about_lt .video-img i {
    color: #fff;
    font-size: 36px;
    margin-bottom: 50px;
}

.blog-wrapper.about .about_lt .video-img p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}

.tata-dtls {
    border-top: solid 2px #e0e0e0;
    border-bottom: solid 2px #e0e0e0;
    height: 65vh;
}

.tata-dtls .dtls-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.tata-dtls .dtls-wrapper .dtls-wrapper-inner {
    border-right: solid 2px #e0e0e0;
    text-align: center;
    width: 100%;
    padding: 65px 0;
}

.tata-dtls .dtls-wrapper .dtls-wrapper-inner:last-child {
    border-right: none;
}

.tata-dtls .dtls-wrapper .dtls-wrapper-inner img {
    width: 50px;
    margin-bottom: 13px;
    height: 50px;
}

.tata-dtls .dtls-wrapper .dtls-wrapper-inner h5 {
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 40px;
    font-family: 'BentonSans-Book';
}

.tata-dtls .dtls-wrapper .dtls-wrapper-inner P {
    color: #000;
    /*opacity: 0.6;
    */
    margin-bottom: 40px;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-align: center;
    max-width: 238px;
    font-size: 15px;
}

.line {
    /*background: #2b2b33;
    */
    height: 3px;
    padding: 0;
    width: 75px;
    display: block;
    margin-bottom: 40px;
    background: rgb(73, 131, 228);
    background: linear-gradient(90deg, rgba(73, 131, 228, 1) 50%, rgba(43, 43, 51, 1) 50%);
}

footer {
    background: #2b2b33;
    padding: 15px 0 15px !important;
    /*height: 80vh;*/
    position: relative;
}

.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
    margin-top: 20px;
}

.footer-logo img {
    width: 80px;
    margin: 0;
}

.footer-logo a {
    margin-left: 0;
}

.footer-links h5 {
    font-size: 22px;
    margin-bottom: 16px;
    font-weight: bold;
}

.footer-links ul {
    margin-bottom: 0;
    list-style: none;
    /* -moz-column-count: 2;
     -moz-column-gap: 25px;
     -webkit-column-count: 2;
     -webkit-column-gap: 25;
     column-count: 2;
     -webkit-column-gap: 25px;
     column-gap: 25px;
     */
}

.footer-links ul li {
    margin-bottom: 0px;
}

.fnt {
    font-size: 14px;
    font-family: 'BentonSans-Book';
    font-weight: bold;
}

.footer-links ul li a {
    letter-spacing: 0px;
    color: #aaaaaa;
    font-size: 13px;
    font-family: 'BentonSans-light';
}

.social-icon ul {
    margin-top: 40px;
    list-style: none;
    display: block;
    text-align: left;
    margin-right: 0;
}

.social-icon1 ul {
    margin-top: 40px;
    list-style: none;
    display: block;
    text-align: left;
    margin-right: 0;
}

.social-icon1 li {
    margin: 0 26px 0 0px;
    display: inline-block;
}

.social-icon li {
    margin: 0 26px 0 0px;
    display: inline-block;
}

.social-icon a i {
    color: #fff;
    font-size: 26px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.social-icon1 a i {
    color: #fff;
    font-size: 20px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.social-icon a i:hover {
    color: #04568e;
}

.social-icon1 a i:hover {
    color: #04568e;
}


/*.social-icon p {
     text-align: left;
     font-size: 16px;
     margin-bottom: 8px;
     color: #aaaaaa;
     font-family: 'BentonSans-Book';
     font-weight: bold;
     letter-spacing: 2px;
}
*/

.capabilities_wrapper .col-lg-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.grid-thumb {
    background: #fff;
    margin-bottom: 30px;
}

.grid-thumb h5 {
    font-size: 14px;
    padding: 10px;
    background: #4780c2;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.grid-thumb .pic-thumb {
    position: relative;
    overflow: hidden;
}

.grid-thumb .pic-thumb p {
    font-weight: 600;
    background: #4780c2;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 0;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
    -webkit-transitionall: ease-in-out 0.3s;
}

.grid-thumb .pic-thumb:hover p {
    opacity: 1;
}

.social-icon1 p {
    text-align: left;
    font-size: 13px;
    margin-bottom: 8px;
    color: #fff;
    font-family: 'BentonSans-Book';
    font-weight: bold;
}

.social-icon p a {
    color: #aaaaaa;
    font-weight: 400;
    font-family: 'BentonSans-Book';
}

.copyright {
    background: #38383f;
    padding: 12px 0;
}

.copyright p {
    color: #aaaaaa;
    margin-bottom: 0;
    font-size: 11px;
    text-align: center;
    max-height: 3px;
    line-height: 3px;
}

.copyright p span {
    float: left;
}

footer .social-icon {
    max-width: 350px;
    margin-right: 0;
    top: 15px;
    position: relative;
}

footer .social-icon1 {
    max-width: 350px;
    margin-right: 0;
    top: 13px;
    position: relative;
}

footer .social-icon1 .mrb {
    color: #dc7526 !important;
}

.news .watermark {
    top: 0;
    color: rgba(234, 234, 234, 0.18);
}

.blog-wrapper {
    position: relative;
    padding-bottom: 0;
    padding-top: 0;
    height: 82vh;
}

.blog-wrapper:before {
    display: none;
}

.blog-wrapper .watermark {
    z-index: 1;
    font-size: 332px;
    top: 275px;
}

.blog-wrapper .container {
    position: relative;
    z-index: 99;
}

span.slide-count-wrap {
    /* float: right;
     position: relative;
     left: -50px;
     top: -16px;
     font-size: 12px;
     color:#fff;
     */
}

header .small-menu ul li a i {
    opacity: 0.6;
    font-size: 15px;
}


/*======== Border Animation============*/

.spot {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.svg-wrapper {
    margin-top: 0;
    position: relative;
    width: 150px;
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    margin-left: -30px;
    margin-right: 0;
}

#shape {
    stroke-width: 3px;
    fill: transparent;
    stroke: #fff;
    stroke-dasharray: 87 390;
    stroke-dashoffset: -223;
    -webkit-transition: 1s all ease;
    -o-transition: 1s all ease;
    transition: 1s all ease;
}

#text {
    margin-top: -34px;
    text-align: center;
    background: transparent;
}

#text a {
    color: white;
    text-decoration: none;
    font-weight: 100;
    font-size: 12px;
}

.svg-wrapper:hover #shape {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #fff;
}

.tata_banner .product-showcase-carousel-controls:hover {
    background: #04568e;
    border: solid 1px #04568e;
}

.news .news-slider .news-box a .hoverwhite {
    display: none;
}

.box-news:hover .news-box a .hoverwhite {
    display: block;
}

.box-news:hover .news-box a .hoverblue {
    display: none;
}

.banner_inner {
    background-size: cover !important;
    position: relative;
    height: 90vh;
}

.li_wht ul {
    margin-bottom: 0;
}

.banner_inner .career-tint h4 {
    color: #fff;
    position: relative;
    display: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: inherit;
    height: 100%;
    color: #fff;
    -webkit-box-pack: inherit;
    -ms-flex-pack: center;
    /* justify-content: center; */
    width: 100%;
    left: inherit;
    bottom: 0px;
    top: 135px;
}

.banner_inner .career-tint h4:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    background: #fff;
    border: 0;
    display: block;
    bottom: -13px;
    left: 0px;
}

.banner_inner h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #fff;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    /* justify-content: center;
    */
    width: 100%;
    left: 118px;
    bottom: 0;
    top: 135px;
    font-family: 'BentonSans-Book';
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.banner_inner 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;
}


/*.banner_inner h5:after {
     content: '';
     position: absolute;
     width: 65px;
     height: 1px;
     padding:100px;
     background: #fff;
     border: 0;
     display: block;
     top: 318px;
     margin-bottom: 12px;
     bottom: 26px;
     left: 5px;
}
*/


/* .bdr-pro{
}
.bg-new{background-size: cover !important;
height:83vh;
}*/

.blue-bg2 p {
    font-size: 15px;
    color: #2b2b33;
}

.banner_inner h4:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    background: #fff;
    border: 0;
    display: block;
    top: 343px;
    /* margin-bottom: 12px;
     */
    /* bottom: 26px;
     */
    left: 5px;
}

.banner_inner p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 100%;
    left: 120px;
    bottom: 0;
    top: 196px;
    color: #fff;
    font-size: 16px;
    font-family: 'BentonSans-Book';
    font-weight: bold;
    margin-bottom: 0;
    text-shadow: 3px 5px 8px #000;
    line-height: 1.4;
}

.follw h3 {
    color: #04568e;
    font-size: 30px;
    margin-bottom: 40px;
}

.banner_inner button {
    color: #04568e;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 170px;
    height: 40px;
    left: 120px;
    bottom: 30px;
    border: 1px solid #04568e;
    background-color: #fff;
}

.bdr {
    width: 50px;
    border: 1px solid #7eabf5;
    position: relative;
    margin: 50px;
    left: -47px;
    top: 38px;
}

.Sec_A .bdr {
    width: 50px;
    border: 1px solid #7eabf5;
    position: relative;
    margin: 50px;
    left: -49px;
    top: 75px;
}

.content p {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
}

.lft-rt {
    margin-right: 0px;
    margin-left: 15px;
}

.mrtop {
    margin-top: 65px;
    margin-bottom: 65px;
}

.Followtop {
    margin-top: 65px;
    margin-bottom: 35px;
}

.mrtop1 {
    margin-top: 65px;
    margin-bottom: 5px;
}

.content {
    padding: 100px 0 0 35px;
}

.group {
    position: relative;
    top: 70px;
}

.blue-bg {
    padding: 0;
    background-color: #f5f5f5;
    top: 210px;
    position: relative;
}

.pd-nova {
    padding-left: 25px;
}

.both {}


/*.blue-bg, h3{
    color:#fff;
     font-size:42px;
     font-weight:bold;
     font-family: 'Libre Caslon Text', serif;
     font-family: 'Libre Baskerville', serif;
}
*/

.overlay1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .9s ease;
}

.cont:hover .overlay1 {
    height: 100%;
}

.cont1:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.text p {
    color: #aaaaaa;
    font-size: 16px;
    text-align: center !important;
    width: 223px;
}

.Sec_A .text p {
    color: #aaaaaa;
    font-size: 16px;
    text-align: center !important;
    width: 330px;
}

.gold-bg {
    padding: 29px;
    background-color: #e1dfe0;
}

.orang-bg {
    padding: 29px 40px;
    background-color: #f5f5f5;
}

.light-bg {
    padding: 29px 40px;
    background-color: #e1dfe0;
}

.gold-bg h3 {
    color: #3c3b3b;
    font-size: 25px;
    /*font-weight:bold;
     font-family: 'Libre Caslon Text', serif;
     font-family: 'Libre Baskerville', serif;
    */
    text-align: right;
}

.black-bg {
    background-color: #e1dfe0;
    min-height: 400px;
    padding: 30px 40px;
}

.black-bg h3 {
    color: #3c3b3b;
    font-size: 25px;
    /*font-weight:bold;
     font-family: 'Libre Caslon Text', serif;
     font-family: 'Libre Baskerville', serif;
    */
    text-align: right;
}

.red-bg {
    background-color: #f5f5f5;
    padding: 30px 40px;
}


/*.black-bg, .gold-bg, .orang-bg, .light-bg, .red-bg p{
     color:#fff;
     font-family: 'Libre Caslon Text', serif;
     font-family: 'Libre Baskerville', serif;
}
*/

.red-bg h3 {
    color: #3c3b3b;
    ;
    font-size: 25px;
    /*font-weight:bold;
     font-family: 'Libre Caslon Text', serif;
     font-family: 'Libre Baskerville', serif;
    */
    text-align: right;
}

.orang-bg h3 {
    color: #3c3b3b;
    font-size: 25px;
    /*font-weight:bold;
     font-family: 'Libre Caslon Text', serif;
     font-family: 'Libre Baskerville', serif;
    */
    text-align: right;
}

.light-bg h3 {
    color: #3c3b3b;
    font-size: 25px;
    /*font-weight:bold;
     font-family: 'Libre Caslon Text', serif;
     font-family: 'Libre Baskerville', serif;
    */
    text-align: right;
}

.mr-box .col-md-4 {
    padding: 0;
}

.tata_mr ul {
    width: 100%;
    margin: 0;
    display: table;
    clear: both;
}

.tata_mr ul li {
    width: 33.33%;
    min-height: 304px;
    display: inline-block;
    position: relative;
}

.tata_mr ul li img {
    width: 65px;
    /* margin-top: -76px;
     */
    justify-content: center;
    display: flex;
    align-items: center;
}


/*.group{
    padding-left: 63px;
}
*/

.tata_mr ul li h3 {
    margin-bottom: 40px;
    text-align: center;
    font-family: 'BentonSans-Book';
    font-size: 20px;
}

.tata_mr ul li p {
    text-align: right;
}

.change-my-color {
    color: #04568e;
}

.blue-bg1 {
    /*padding: 15px;
    */
    background-color: #04568e;
    margin-bottom: -25px;
}

.blue-bg2 {
    /* padding-left: 30px;
    */
    background-color: #fff;
    margin-bottom: 30px;
}

li.black-bg {
    padding: 0px 40px;
}

li.red-bg {
    padding: 0px 40px;
}

.bx1 h4 {
    color: #1871b8;
    font-weight: 600;
    margin-bottom: 10px;
}

.bx3 h4 {
    color: #1871b8;
    font-weight: 600;
    margin-bottom: 10px;
}

.bx2 h4 {}

.blue-bg2 .follw {
    color: #04568e;
    margin-bottom: 35px;
}

.follw-tata {
    color: #04568e;
    margin-bottom: 15px;
}

.nvestors {
    color: #464646;
    margin-bottom: 15px;
    padding-bottom: 15px;
}


/*.nvestors-side h3:after{*/


/*        content:'';*/


/*        position:absolute;*/


/*        width:2px;*/


/*        height:40%;*/


/*        background:red;*/


/*        left:0;*/


/*        top:8px;*/


/*}*/

h3.nvestors:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 17%;
    background: #464646;
    left: 16px;
    top: 5px;
}

.nvestors-side p {
    font-size: 16px;
    color: #2b2b33;
    line-height: 32px;
}

.subsidiaries h3 {
    color: #2b2b33;
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'BentonSans-Book';
}

.follw-tata {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    position: relative;
}

.pd-bgm {
    background-color: #f6f8fa;
    padding: 0px 0px 50px 0 !important;
}

.pd-bgm1 {
    background-color: #f6f8fa;
    padding: 0px 0px 90px 0 !important;
}

.no-bg {
    background: none;
}

.hela {
    margin-top: 60px;
    margin-bottom: 45px;
}

.follw-tata:after {
    content: '';
    width: 80px;
    height: 4px;
    left: 0;
    bottom: -2px;
    background: #04568e;
    position: absolute;
}

.stackbtn1,
.stackbtn2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.tagItems {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
    color: #e2a330 !important;
    margin: 0;
    font-weight: 400;
    cursor: default;
}

.tagItems1 {
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 17px;
    color: #212121 !important;
    margin: 0;
    font-weight: 600;
    cursor: default;
}

.tagItems::after {
    content: " ";
    position: absolute;
    border-left: 1px rgba(69, 69, 69, 0.5) solid;
    top: 20%;
    right: 0;
    height: 65%;
    margin-top: auto;
    margin-bottom: auto;
}

.btm {
    background-color: #fff;
    padding: 20px 15px 50px 20px;
    width: 100%;
    height: auto;
    position: relative;
    top: -31px;
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2)
}

.title {
    color: #aaaaaa;
    margin-bottom: 0px;
}

.pd-r {
    padding-right: 0px;
    padding-left: 0;
}

.pd-l {
    padding-left: 0px;
}

.img-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20%;
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0px;
    right: 0px;
    bottom: 0px;
    color: #fff;
    background-color: #0056b3;
    width: 82%;
    opacity: 0.8;
}

.img-btn {}

.bg {
    background-color: #212121 !important;
}

.bx1 {
    background-color: #f5f5f5;
    width: 100%;
    height: auto;
    top: -139px;
    padding: 20px;
    margin-right: 0;
}

.bx3 {
    background-color: #f5f5f5;
    width: 100%;
    height: auto;
    top: -60px;
    padding: 20px;
    margin-left: 0px;
}

.pd-top {
    margin-top: 15px;
}

.bx2 {
    background-color: #f5f5f5;
    width: 100%;
    height: auto;
    top: -139px;
    position: relative;
}

.bx4 {
    background-color: #f5f5f5;
    width: 100%;
    height: auto;
    top: -60px;
    position: relative;
}

.videoPoster:hover {
    cursor: pointer;
}

.videoPoster:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -40px 0 0 -40px;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoPoster:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    margin: -17px 0 0 -11px;
    border-left: 19px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 14px solid transparent;
    -webkit-transition: border-color 300ms;
    -moz-transition: border-color 300ms;
    transition: border-color 300ms;
}

.videoPoster:hover:before,
.videoPoster:focus:before {
    border-color: #fff;
    background-color: #04568e;
}

.videoPoster:hover:after,
.videoPoster:focus:after {
    border-left-color: #fff;
    background-color: #04568e;
}

.videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    -webkit-transition-delay: 0s, 800ms;
    -moz-transition-delay: 0s, 800ms;
    transition-delay: 0s, 800ms;
}

.left-navi {
    background-color: #f5f5f5;
    width: 100%;
    top: -139px;
    padding: 20px;
    height: 350px;
}

.about-text1 li {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 10px 0px;
    padding: 0 0 0 25px;
    position: relative;
    color: #2b2b33;
}

.about-text1 li::after {
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 0;
    margin: auto;
    content: "\f105";
    font-weight: 900;
    position: absolute;
    color: #04568e;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.unmaned_mrg {
    margin: 30px 0;
}

.unmaned_mrg ul ul li {
    list-style-type: dotted !important;
    margin-top: 15px;
}

.left-navi1 {
    background-color: #f5f5f5;
    width: 100%;
    top: -60px;
    padding: 20px;
    height: 350px;
}

.left-navi2 {
    background-color: #f5f5f5;
    width: 100%;
    top: -60px;
    padding: 20px;
    height: 350px;
}

.about-text h3 {
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'BentonSans-Book';
}

.about-text p {
    /*opacity: 0.7;
    */
    color: #2b2b33;
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'BentonSans-Book';
}

.none_line P {
    /*opacity: 0.7;
    */
    color: #2b2b33;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: inherit !important;
}

.Payloads_bg_1 ul li {
    list-style-type: none;
    padding-left: 10px;
}

.service_lt ul li {
    ;
}

.dot ul li::before {
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
    content: "\f00c";
    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;
    -moz-osx-font-smoothing: grayscale;
}

.unmaned_mrg ul li::after {
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
    content: "\f105";
    font-weight: 900;
    position: absolute;
    color: #2763aa !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.payloads li {
    color: #fff !important;
}

.Payloads_bg {
    background-color: #04568e;
    padding: 30px;
    color: #fff;
    margin: 55px 0;
}

.li_wht li {
    color: #5f5f61 !important;
    position: relative;
    padding-left: 30px !important;
}

.li_wht li::after {
    position: absolute;
    left: 0px;
    top: 4px;
    bottom: 0;
    margin: auto;
    content: "\f105";
    font-weight: 900;
    color: #2763aa !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.service_lt li {
    list-style-type: none;
    position: relative;
    padding-left: 25px
}

.service_lt .slider-navs-new .service_lt li {
    list-style-type: none;
    position: relative;
    padding-left: 20px
}

.left_service {
    margin-top: -13px !important;
    padding-left: 15px !important;
}

.service_lt li::after {
    position: absolute;
    left: 0px;
    top: 4px;
    bottom: 0;
    margin: auto;
    content: "\f105";
    font-weight: 900;
    /* position: absolute;
     */
    color: #2763aa !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.service_lt .slider-navs-new .service_lt li::after {
    position: absolute;
    left: 2px;
    top: 4px;
    bottom: 0;
    margin: auto;
    content: "\f105";
    font-weight: 900;
    /* position: absolute;
     */
    color: #2763aa !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.white-bg_1 {
    background: #fff;
    padding: 15px 40px 5px;
    /* padding-bottom: 60px;
     */
}

.Services_tata_1 {
    height: 94vh;
    overflow: hidden;
    position: relative;
    /*padding: 50px 0 50px;*/
    background: #f5f5f5;
}

.payloads_bg {
    margin-top: 30px;
    margin-bottom: 30px;
}

.Payloads_bg_1 {
    background-color: #f5f5f5;
    padding: 30px 50px;
    color: #fff;
    /*margin: 0 0 55px 0;*/
}

.pay_h3 {
    color: #2b2b33 !important;
}

.payloads h3 {
    color: #2b2b33 !important;
    background: #fff;
    padding: 16px !important;
    height: 67px;
    box-shadow: 1px 1px 5px 2px #adadad;
}

.pay_h3:after {
    content: '' !important;
    width: 80px !important;
    height: 4px !important;
    left: 0 !important;
    bottom: -2px !important;
    background: #04568e !important;
    position: absolute !important;
}

.about-text ul {
    list-style: none;
}

.about-text li {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0px;
    padding: 0 0 0 25px;
    position: relative;
    /*opacity: 0.8;
    */
    color: #000;
}

.fa-icn {
    font-size: 2px;
    color: #04568e;
}


/*.about-text li::after {
     position: absolute;
     left: 0;
     top: 4px;
     bottom: 0;
     margin: auto;
     content: "\f105";
     font-weight: 900;
     position: absolute;
     color: #2763aa;
     display: inline-block;
     font: normal normal normal 14px/1 FontAwesome;
     font-size: inherit;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 */

.quick-links h4 {
    position: absolute;
    left: 0;
    top: -58px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 1px;
    padding: 0 45px;
    text-transform: uppercase;
    background: #30b8e6;
}

.quick-links h5 {
    font-size: 16px;
    color: #2b2b33;
    letter-spacing: 1px;
    margin: 0 0 15px 0px;
}

.quick-links ul {
    margin: 0 0 15px 0;
    list-style: none;
    border-bottom: solid 1px #cccccc38;
    padding-bottom: 15px;
}

.quick-links ul:last-child {
    border-bottom: none;
}

.quick-links ul li {
    margin: 0 0 10px 0px;
}

.quick-links ul li a {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    /*opacity: 0.7;
    */
    position: relative;
    padding: 0 0 0 20px;
}

.quick-links ul li a:hover {
    color: #04568e;
}

.quick-links ul li a::before {
    color: #5b5b5b;
    opacity: 0.7;
    left: 0;
    top: -2px;
    content: "\f105";
    font-weight: 900;
    position: absolute;
    -webkit-transition: .2s all;
    -o-transition: .2s all;
    transition: .2s all;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* .sticky {
     position: fixed;
     left: 0;
     right: 0;
     top: 0;
     background: #fff;
     z-index: 999;
     -webkit-transition: all ease-in-out 0.3s;
     -o-transition: all ease-in-out 0.3s;
     transition: all ease-in-out 0.3s;
     -webkit-box-shadow: -4px 5px 12px -6px rgba(0, 0, 0, 0.2196078431372549);
     box-shadow: -4px 5px 12px -6px rgba(0, 0, 0, 0.2196078431372549);
}
*/

.brline {
    width: 84%;
    padding-bottom: 25px;
    border-bottom: solid 1px #ffffff26;
    margin-bottom: 35px;
}

.white-Logo {
    position: relative;
    top: 0px;
}

.blue-logo {
    display: none;
}

.fixed .blue-logo {
    display: block;
    position: relative;
    top: 0px;
}

.fixed .white-Logo {
    display: none;
}

.fixed {
    -webkit-animation: slide-down 1s;
    animation: slide-down 1s;
    /*position: fixed;
    */
    right: 0;
    left: 0;
    z-index: 99999999;
    top: 0px;
    padding: 0;
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    background: rgba(255, 255, 255, .9882352941176471);
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.about .watermark {
    color: rgba(234, 234, 234, 0.26);
}

.responsive-header {
    display: none;
}

.second_header {
    padding: 0;
    width: 100%;
    height: 35px;
    -webkit-box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
    box-shadow: 2px 4px 10px rgba(0, 0, 0, .2);
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    /* border-bottom: solid 1px #9c9c9c;
     */
    /*position: fixed;
     z-index: 999999;
    */
    /*background:#fff;*/
}

.tata_banner .slider_box .slider_caption {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.fixed .second_header .menu ul li a {
    color: #212121;
}

.second_header .logo {
    margin-top: 14px;
}

header {
    position: sticky;
    z-index: 9999999;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
    top: 0;
}

.first_header {
    /*background: #04568e;*/
    /*position: fixed;
     top: 28px;
     */
    z-index: 99999;
    width: 100%;
    top: 0px;
    position: relative;
    height: 35px;
    line-height: 33px;
}

header .menu ul li:hover a {
    color: #dc7526;
}

.sub-nav {
    -webkit-box-shadow: 3px 6px 11px -8px rgba(0, 0, 0, 0.50);
    box-shadow: 3px 6px 11px -8px rgba(0, 0, 0, 0.50);
    /* height: 235px; */
    display: none;
    position: absolute;
    top: 44px;
    background: #fff;
    padding: 10px 10px;
    z-index: 2;
}

.subNav-list-block {
    float: left;
    width: auto;
    /* padding: 10px;
    */
}

.subNav-list-block li a {
    padding: 8px 0px !important;
    margin: 0px;
    color: #000;
    line-height: 18px;
    font-size: 13px;
    text-transform: none;
    border-bottom: 1px solid #d7d7d7;
    display: block;
    text-align: left;
}

.subNav-list-block ul {
    display: block !important;
}

.subNav-img-block {
    float: right;
    width: 23%;
    padding: 10px 10px;
    position: relative;
    text-align: right;
}

.subNav-list-block li a:hover {
    color: #04568e;
}

.subNav-list-block li:after {
    content: unset !important;
}

.rel-menu {
    position: relative !important;
    width: auto;
    /*padding: 0 17px !important;
    */
}

.menu ul>li:nth-child(1) ul>ul {
    float: left;
    width: 275px;
    margin-right: 0px;
}

.menu ul>li:nth-child(2) ul>ul {
    float: left;
    width: 100%;
    margin-right: 12px;
    margin-top: -10px;
}

.menu ul>li:nth-child(3) ul>ul {
    float: left;
    width: 46%;
    margin-right: 12px;
}

.menu ul>li:nth-child(3) .sub-nav {
    /* width: 300px;
    left: auto;
    right: -150px;
    padding: 0;
    height: auto; */
}

.subNav-list-block li a {
    color: #04568e;
    padding: 10px !important;
}

.menu ul>li:nth-child(1) .sub-nav {
    width: auto;
    /* left: -350px; */
    height: auto;
}

.menu ul>li:nth-child(2) .sub-nav {
    /* width: 300px;
    left: -600px;
    height: auto; */
}


/* .menu ul>li:nth-child(4) .sub-nav {
    width: auto;
    left: auto;
    right: -45px;
    height: 160px;
} */

.subw1000 {
    width: 1150px !important;
}

.mr-btm {
    margin-bottom: 100px !important;
}

.miles-box h4 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    margin: auto;
}

.menu ul li:hover .sub-nav,
.menu ul li:hover span {
    display: block;
    -webkit-animation: subnavfadeIn .5s;
    animation: subnavfadeIn .5s;
}

.menu .sub-nav {
    -webkit-box-shadow: 3px 6px 11px -8px rgba(0, 0, 0, 0.50);
    box-shadow: 3px 6px 11px -8px rgba(0, 0, 0, 0.50);
    /* height: 350px; */
    display: none;
    position: absolute;
    top: 100%;
    /* background:#100d0d; */
    background: #0a0707;
    /*background: #212121; */
    padding: 10px 10px;
    z-index: 2;
    /* left: -480px; */
    opacity: 0.8;
    padding: 0;
    left: 0;
    width: 100%;
}

.subNav-list-block li {
    border: none;
    width: 100%;
    float: left;
    margin: 0 !important;
}

.subNav-list-block li a {
    padding: 8px 0px !important;
    margin: 0px;
    color: #000;
    line-height: 18px;
    font-size: 13px;
    text-transform: none;
    border-bottom: 1px solid #fff;
    display: block;
    text-align: left;
}

.subNav-list-block ul {
    display: block !important;
}

.menu ul li:hover .sub-nav,
.menu ul li:hover span {
    display: block;
    -webkit-animation: subnavfadeIn .5s;
    animation: subnavfadeIn .5s;
}

.menu ul li:hover span {
    display: block;
    -webkit-animation: subnavArrow .5s;
    animation: subnavArrow .5s;
}

.menu ul li a span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0px;
    height: 0px;
    margin: 0 auto;
    display: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    z-index: 2;
}

.menu ul li:hover:after {
    width: 100%;
}

.subNav-img-block {
    float: right;
    width: 23%;
    padding: 10px 10px;
    position: relative;
    text-align: right;
}

.subNav-list-block li a:hover {
    color: #04568e;
}

.subNav-list-block li:after {
    content: unset !important;
}

.rel-menu {
    position: relative !important;
    width: auto;
    /*padding: 0 17px !important;
    */
}

.padding-left-reset {
    padding: 0 17px !important;
}

.subNav-img-block img {
    /* border: 1px solid #d7d7d7;
     */
    height: 200px;
    width: 100%;
    max-width: 230px;
    margin-right: auto;
}

.border-reset {
    border: none !important;
}


/*.border h5:after {
     content: '';
     position: absolute;
     width: 65px;
     height: 1px;
     background: #fff;
     border: 0;
     display: block;
     top: 49px;*/


/* margin-bottom: 12px;
     */


/* bottom: 26px;
     */


/* left: 0px;
}*/

.tata p {
    position: relative !important;
    font-size: 19px;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.6;
    max-width: 485px !important;
    margin-left: 0;
    padding-left: 20px;
}

.border {
    /* border: 0px solid #dee2e6!important;
    position: absolute;
    top: 410px;
    width: auto;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px; */
    /* bottom: 10px;
     */
    /* height: 100vh;
     */
    /*padding: 30px;
    */
}

.half .border {
    border: 0px solid #dee2e6!important;
    position: absolute;
    width: 29%;
    bottom: 85px;
    top: auto;
}

.main-sub-nav {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: "bentonsansbook", Verdana, Geneva, sans-serif;
    text-transform: none;
}

.main-sub-nav p {
    font-size: 12px;
    margin: 10px 0;
    color: #fff;
    position: relative;
    padding: 0 0 0 25px;
    text-align: left;
}

.main-sub-nav p:after {
    content: "";
    position: absolute;
    left: 8px;
    top: 6px;
    width: 10px;
    height: 3px;
    background: #000;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.main-sub-nav p a {
    padding: 0px !important;
    color: #000;
}

.menu ul li:hover span {
    display: block;
    -webkit-animation: subnavArrow .5s;
    animation: subnavArrow .5s;
}

.subNav-list-block li a {
    color: #fff !important;
}

.subNav-list-block li a:hover {
    color: #04568e !important;
}

.second_menu-lt {
    width: 100%;
}

.second_menu-rt {
    width: 37%;
}

.third_menu-lt {
    width: auto;
}

.third_menu-rt {
    width: 34%;
}

.tata_bg.about .container {
    /* max-width: 100%;
     padding-right: 100px;
     padding-left: 0;
     */
}

.after_box {
    position: relative;
}

.after_box:after {
    background: #04568e;
    content: '';
    height: 80px;
    width: 86%;
    display: block;
    position: relative;
    top: -48px;
    z-index: 0;
}

.services_our .services_lt {
    position: relative;
}

.Services_tata {
    /*   height: 113vh;*/
    overflow: hidden;
    position: relative;
    padding: 30px 0;
    background: #f5f5f5;
}

.sec_b .Services_tata {
    height: 106vh;
    overflow: hidden;
    position: relative;
    padding: 58px 0 50px;
    background: #fff;
}


/* .Services_tata:before {
     content: '';
     background: #04568e url(../images/low-tata.svg) no-repeat;
     width: 52%;
     height: 830px;
     position: absolute;
     background-size: 80% !important;
     background-position: 0px 130px;
}
 */

.services_our.d-flex .services_lt {
    width: 60%;
    /* padding-left: 50px;
     */
    padding-right: 75px;
    margin-top: 50px;
}

.services_our.d-flex .services_rt {
    width: 100%;
}

.services_our.d-flex .services_rt .serviec_jet img {
    width: 100%;
}

.services_our.d-flex .services_rt .serviec_jet a {
    font-size: 14px;
    background: #04568e;
    padding: 17px 20px;
    display: block;
    color: #fff;
    margin-top: -56px;
    z-index: 99;
    position: relative;
    width: 78%;
    margin-right: 0;
}

.serviec_jet {
    overflow: hidden;
    margin-bottom: 60px;
    border: solid 5px #fff;
}

.services_our.d-flex {
    padding: 60px 0;
}

.services_our.d-flex .services_lt h4 {
    font-size: 34px;
    font-family: 'BentonSans-Book';
    margin-bottom: 20px;
    color: #fff;
}

.services_our.d-flex .services_lt p {
    color: #fff;
    font-size: 19px;
    text-align: justify;
    margin-bottom: 60px;
}

.line-btn {
    font-weight: bold;
    color: #fff;
    /* 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;
}

.read {
    font-weight: bold;
    color: #fff;
    /* 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;
    top: 25px;
}

.diff .line-btn {
    font-weight: bold;
    color: #f5f5f5 !important;
    /* 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;
    left: 2px;
    top: 10px;
}

.new_back1 .line-btn {
    font-weight: bold;
    color: #f5f5f5 !important;
    /* 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;
}

.line-btn_1 {
    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;
    position: relative;
    top: 20px;
}

.line-btn_1:after {
    position: absolute;
    content: '';
    background: #04568e;
    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;
}

.line-btn: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;
}

.view-mr {
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    outline: none !important;
    border: 0px !important;
}

.read: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;
}

.half .read:hover {
    color: #f5f5f5 !important;
}

.diff .line-btn:after {
    position: absolute;
    content: '';
    background: #f5f5f5;
    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;
}

.line-btn_2 {
    font-weight: bold;
    color: #2098D1;
    /* 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;
}

.line-btn_2:after {
    position: absolute;
    content: '';
    background: #2098D1;
    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;
}

.line-btn:hover:after {
    width: 100%;
}

.line-btn_1:hover:after {
    width: 100%;
}

.line-btn:hover {
    color: #fff;
}

.diff .line-btn:hover {
    color: #f5f5f5 !important;
}

.line-btn_1:hover {
    color: #04568e;
}


/* About Us */

.Sec_A ul li {
    width: 50%;
    min-height: 304px;
    display: inline-block;
    position: relative;
}


/* About us */

.waterMark {
    z-index: 9;
    position: absolute;
    color: rgba(234, 234, 234, 0.15);
    font-size: 140px;
    margin: 0;
    font-family: 'Georgia-Bold';
    font-weight: bold;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: auto;
    top: 5px;
    right: auto;
    bottom: -150px;
}

.prallax_tata h4 {
    font-family: 'BentonSans-Bold';
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 32px;
    margin-left: 16px;
    margin-left: 0;
    text-align: left;
    color: #fff;
    letter-spacing: 3px;
}

.tata h4 {
    font-family: 'BentonSans-Book';
    text-transform: inherit;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 30px;
    margin-left: 16px;
    margin-left: 0;
    text-align: left;
    color: #fff;
    letter-spacing: 2px;
}

.prallax_tata {
    padding: 50px 0;
    position: relative;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: calc(70vh - 98px);
}

.prallax_tata p {
    position: relative;
    font-size: 15px;
    color: #fff;
    text-align: left;
    margin-bottom: 0;
    line-height: 1.6;
    max-width: 650px;
    margin-left: 0;
    padding-left: 20px;
}

.prallax_tata p:after {
    content: '';
    width: 2px;
    height: 90%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 4px;
}

.trans-bg {
    /* background: rgba(0, 0, 0, 0.48);
     */
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(22%, rgba(0, 0, 0, 0.81)), color-stop(56%, rgba(8, 8, 8, 0.38)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.81) 22%, rgba(8, 8, 8, 0.38) 56%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.81) 22%, rgba(8, 8, 8, 0.38) 56%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.81) 22%, rgba(8, 8, 8, 0.38) 56%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    top: 0;
    bottom: 0;
}

.Propelling {
    /* background: rgba(0, 0, 0, 0.48);
     */
    /*background: linear-gradient(to right, rgba(8, 8, 8, .8) 0%, rgba(0, 5, 1, 1) 19%, rgba(7, 0, 7, 0.38) 45%, rgba(0, 0, 0, 0) 63%);*/
    background: linear-gradient(to right, rgba(.8, .8, .8, .8) 5%, rgba(0.9, 0.8, 0.8, 0.9) 17%, rgba(7, 0, 7, 0.1) 55%, rgba(0.5, 0.5, 0.8, 0) 76%);
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    top: 0;
    bottom: 0;
}

.trans-bg3 {
    /* background: rgba(0, 0, 0, 0.48);
     */
    /*background: rgba(0, 0, 0, 0.6);
    */
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.81) 22%, rgba(8, 8, 8, 0.38) 56%, rgba(0, 0, 0, 0) 100%);
}

.trans-bg_2 {
    /* background: rgba(0, 0, 0, 0.48);
     */
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 30px 0;
}

.prallax_tata .container {
    z-index: 9;
    position: relative;
    height: 100%;
}

.blog-wrapper .container {
    max-width: 100%;
    height: 100%;
    padding: 0;
}

.blog-wrapper .full_img {
    width: 100%;
    height: 100%;
}

.blog-wrapper .col-md-6 {
    padding: 0;
}

.blog-wrapper .full_img .full_text {
    padding: 50px 67px 73px;
    margin-top: -350px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 230, 230, 0)), color-stop(1%, rgba(230, 230, 230, 0)), color-stop(39%, rgba(4, 4, 4, 0.41)), color-stop(64%, rgba(21, 21, 21, 0.92)), to(rgba(36, 36, 36, 0.98)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(4, 4, 4, 0.41) 39%, rgba(21, 21, 21, 0.92) 64%, rgba(36, 36, 36, 0.98) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(4, 4, 4, 0.41) 39%, rgba(21, 21, 21, 0.92) 64%, rgba(36, 36, 36, 0.98) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(4, 4, 4, 0.41) 39%, rgba(21, 21, 21, 0.74) 64%, rgba(36, 36, 36, 0.98) 100%);
    position: relative;
}

.blog-wrapper .full_img .full_text h4 {
    margin-bottom: 20px;
    color: #f5f5f5;
    font-size: 30px;
    font-family: 'BentonSans-Book';
}

.blog-wrapper .full_img .full_text p {
    font-size: 15px;
    color: #fff;
    /*opacity: 0.6;*/
}

.diff p {
    font-size: 15px;
    color: #f5f5f5 !important;
    opacity: 0.6;
}

.services_our.d-flex .services_rt .serviec_jet a img {
    width: 30px;
    float: right;
    position: relative;
    top: 6px;
}

.address_tata p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0px;
    color: #aaaaaa;
    font-family: 'BentonSans-Book';
    /*font-weight: bold;
    */
}

.no-mar {
    margin-bottom: 60px !important;
}

.mr_top {
    margin-top: 100px !important;
}

.lt-tata {
    padding-right: 8px;
}

.rt-tata {
    padding-left: 8px;
}


/* header.second_header.sticky {
     margin-top: 34px;
     border-bottom: none;
}
 .wrapper_menu.sticky {
     -webkit-animation: slide-down 1.0s;
     animation: slide-down 1.0s;
}
 @-webkit-keyframes slide-down {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-100%);
         transform: translateY(-100%);
    }
     100% {
         opacity: 0.9;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 @keyframes slide-down {
     0% {
         opacity: 0;
         -webkit-transform: translateY(-100%);
         transform: translateY(-100%);
    }
     100% {
         opacity: 0.9;
         -webkit-transform: translateY(0);
         transform: translateY(0);
    }
}
 .wrapper_menu.sticky .second_header {
     border-bottom: none;
}
 */

.footer-links {
    padding-left: 0;
    /* max-width: 170px;
     */
    /* margin: 0;
     */
}

.footer-links li a {
    color: #dc7526;
}

.footer-links li a.car {
    color: #dc7526 !important;
}

.subNav-list-block a {
    letter-spacing: 1px !important;
}

.logo img {
    width: 260px
}

.address_tata {
    padding-left: 1px;
    position: relative;
    top: -13px;
}

.address_tata .mrb {
    color: #dc7526 !important;
}

.video_popup .modal-content {
    padding: 0;
    max-width: 100%;
}

.video_popup .modal-content .modal-header {
    padding: 0;
}

.popup-close {
    width: 30px;
    height: 30px;
    padding-top: 0;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: ease 0.25s all;
    -o-transition: ease 0.25s all;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(0, 0, 0, .8);
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 999;
}

.video_popup .modal-content .modal-body {
    padding: 0;
}

.modal-header,
.modal-body {
    width: 100%;
    align-items: center;
}

.video_popup .modal-dialog {
    max-width: 750px;
}

.clientLogo .slick-arrow {
    display: none !important;
}

.mrb {
    margin-bottom: 10px;
}

.modal-dialog {
    min-height: calc(100vh - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.news .news-slider .what-we-value-col .news-box .news-para p {
    margin-bottom: 0;
}

@media(max-width: 768px) {
    .grid-thumb .pic-thumb {
        height: auto;
    }
    .grid-thumb .pic-thumb p {
        margin-bottom: 0;
    }
    .modal-dialog {
        min-height: calc(100vh - 20px);
    }
    .tab-arrow {
        display: none;
    }
}

.modal {
    background: rgba(0, 0, 0, 0.8);
}

.client {
    width: 100%;
    /* padding-bottom: 40px;
     border-bottom: solid 1px #ffffff26;
     margin-bottom: 42px;
    */
}

.clientlogo .slick-arrow {
    display: none !important;
}

.clientlogo img {
    margin: 0;
    width: 90%;
    margin: auto;
}


/* .clientlogo .slick-slider {
     margin:0 10px;
}
 .clientlogo .slick-slide {
     margin: 0 -10px;
}
 */

.cmi {
    width: 250px;
    position: relative;
    top: -20px;
    right: 84px;
}

.tata_banner {
    position: relative;
}


/* .tata_banner .overlay_banner {
     position: absolute;
     left: 0;
     right: 0;
     bottom: 0;
     top: 0;
     background: #0000002e;
     z-index: 1;
}
 */

.container_banner {
    max-width: 100%;
    margin: auto;
    padding: 0 50px;
    position: relative;
    height: 100%;
}

.third_sub-rt {
    width: 50%;
}

.third_sub-lt {
    width: 50%;
}

header .menu ul li .subNav-list-block .fix li:hover .sub_none {
    display: block !important;
    position: absolute;
    right: 301px;
    top: 0;
    background: #212121;
    width: 369px;
    z-index: -11111;
    opacity: 1.1;
}


/*header .menu ul li .subNav-list-block .fix li:hover .sub_none2 {
     display: block !important;
     position: absolute;
     right: 370px;
     top: 0;
     background: #212121;
     width:369px;
     z-index:-11111;
     opacity:0.8;
}
*/

.mr_nt {
    margin-top: 0px !important;
}

header .menu ul li .subNav-list-block .fix li:hover .sub_none1 {
    display: block !important;
    position: absolute;
    right: 290px;
    top: 0;
    background: #212121;
    width: 369px;
    z-index: -11111;
    opacity: 1.1;
}


/*header .menu ul li .subNav-list-block .fix li:hover{
     background-color:#f4f4f4;
}
 .subNav-list-block .third_menu-lt ul li:hover {
     background-color:#f4f4f4;
}
*/

.career-tint {
    height: 100vh;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.4);
}

.tint {
    height: 100vh;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
}

.half .tint {
    height: 82vh;
    width: 100%;
    position: relative;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.81) 22%, rgba(8, 8, 8, 0.38) 56%, rgba(0, 0, 0, 0) 100%);
}

.career-tint .both {
    display: flex;
    justify-content: center;
    height: 100vh;
    align-items: center;
}

.tint2 {
    z-index: 1111111;
    height: 100%;
    width: 100%;
    /* position: fixed*/
    ;
    overflow: auto;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
}

bootstrap.min.css:6 *,
 ::after,
 ::before {
    box-sizing: border-box;
}

header .menu ul li .subNav-list-block .fix li:hover .sub_none li a {
    padding: 10px 15px !important;
}

header .menu ul li .subNav-list-block .fix li:hover .sub_none1 li a {
    padding: 10px 15px !important;
    margin-right: 4px;
}

header .menu ul li .sub_none {
    display: none !important;
}

header .menu ul li .sub_none1 {
    display: none !important;
    left: -380px;
    position: relative;
}

header .menu ul li ul li .sub_none2 {
    display: none !important;
    left: -380px;
    position: relative;
}

header .menu ul li ul li li:hover .sub_new {
    display: block !important;
    position: absolute;
    right: 360px;
    top: 0;
    background: #212121;
    width: 369px;
    z-index: -11111;
    opacity: 1.1;
}

.wdth {
    width: 55% !important;
}

.full_menu .fix {
    /*width: 255px !important;
    */
}

.modal.fade .modal-tp {
    margin-top: 35px !important;
}

.bodypd {
    padding: 2rem 4rem 2rem 4rem !important;
}

.full_menu .subNav-list-block {
    width: 100%;
}

table tr:first-child {
    color: #656565;
    font-size: 15px;
}

tr:nth-child(odd) {
    background-color: #2b2b33;
    color: #fff !important;
}

tr,
td {
    padding: 16px;
    text-align: left;
    width: 100%;
}

table tr td {
    padding: 16px;
}

.promo-area-sec tbody {
    border: solid 1px #ccc;
}

.big_tag {
    font-size: 17px;
}

.promo-area-sec td i.fa.fa-file-pdf-o {
    font-size: 18px;
}

.promo-area-sec a {
    color: #000;
}

.top_h3 {
    /*margin-top: 40px;
    */
}

.top_h3 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    position: relative;
}

.top_h3:after {
    content: '';
    width: 80px;
    height: 4px;
    left: 0;
    bottom: -2px;
    background: #04568e;
    position: absolute;
}

.top_h4 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    position: relative;
}

.top_h4:after {
    content: '';
    width: 80px;
    height: 4px;
    left: 0;
    bottom: -2px;
    background: #04568e;
    position: absolute;
}

.aquilon_wrapper .top_h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}

.mr_bg {
    margin: 30px 0;
}

.m0 {
    margin-bottom: 0 !important;
}

.top_h4 {
    /*margin-top: 30px;*/
    margin-bottom: 20px;
}

.NABL {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}

.engineering {
    margin-top: 0px !important;
}

.mr_top {
    margin-top: 20px;
}

.full_imgT img {
    width: 100%;
}

.h5 {
    font-size: 1.75rem;
    margin-bottom: 15px;
    /*font-weight: bold;*/
}

.Payloads_bg_2 {
    background-color: #fff;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    /*padding: 0px 40px 15px 120px;*/
    color: #fff;
    /*margin: 0 0 55px 0;*/
    /*margin-bottom:70px;*/
}

.top_h33 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px;
    position: relative;
}

.sub-content p span {
    font-weight: bold;
}

.subNav-list-block li strong {
    font-size: 14px;
    margin-left: 10px;
    color: #fff;
}

.subNav-list-block li a {
    /* font-size: 11px !important; */
    padding: 10px !important;
}

.full_text.text-right {
    padding-left: 40px !important;
}

.first_url {
    /*margin-left: 20px */
}

.second_url {
    position: relative;
    /*left: 30px;*/
}

.second_url1 {
    position: relative;
    left: 30px;
}

.second_url2 {
    position: relative;
    left: 60px;
}

.about .about_lt .video-box .play:hover i {
    background: #04568e;
    border: solid 1px #04568e;
}


/* .Services_tata:after{
     background: url('../images/watermark-logo.png') no-repeat;
     content: '';
     position: absolute;
     left: 0;
     background-size: cover !important;
}
 */


/* Tabs*/

section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#tabs {
    background: #007b5e;
    color: #eee;
}

#tabs h6.section-title {
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #04568e;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    /*border-bottom: 2px solid !important;*/
    font-size: 15px;
    font-weight: 600;
    border-left: 1px solid #ededed;
    height: 70px;
}

.nav-tabs .nav-link:nth-child(1) {
    border-left: none !important;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.nav-tabs .nav-link:nth-child(8) {
    border-right: 1px solid #c5c3c3;
    border-right-radius: none;
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    /*border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;*/
    color: #eee;
    font-size: 20px;
}

.show-crd {
    padding: 10px;
}

.mb-0>a {
    display: block;
    position: relative;
    font-size: 14px;
    font-family: 'BentonSans-Medium';
    text-transform: uppercase;
    color: #191919;
    letter-spacing: .5px;
    padding: 0px 0 0px 0;
}

.mb-0>a:after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    font-size: 12px;
    color: #04568e;
}

.mb-0>a:after {
    content: "\f078";
    /* fa-chevron-down */
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    font-size: 12px;
}

.mb-0>a[aria-expanded="true"]:after {
    content: "\f077";
    /* fa-chevron-up */
}

.card-header {
    width: 100%;
}

.nav-tabs .nav-link {
    border-left: 1px solid #ededed;
    color: #4f4f4f;
    font-size: 15px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 135px;*/
    line-height: 1.2;
    font-family: 'BentonSans-Book';
}

.contol_custom .product-showcase-carousel-controls {
    position: absolute;
    margin: 0;
    top: -50px;
}

.contol_custom {
    background-color: red;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*max-width: 1090px;*/
    max-width: 1238px;
    position: relative;
}

.contol_custom .product-showcase-carousel-controls.left {}

.contol_custom .product-showcase-carousel-controls.right {
    left: 57px;
}

.contol_custom .product-showcase-carousel-controls.hright {
    left: 57px;
}

.col-md-12.p-0.thumb img {
    width: 100%;
    height: 150px;
    margin: 0 0 10px 0;
}

.col-md-12.p-0.thumb2 img {
    display: block;
    margin-bottom: 23px;
    width: 100%;
    height: 200px;
}

.uan_table tr:nth-child(odd) {
    color: #000 !important;
}

.uan_table tr td {
    width: auto !important;
}

.uan_table table {
    margin-bottom: 0;
}

.table-responsive.table-bordered.uan_table {
    border: none;
}

.img-bt img {
    margin-bottom: 10px;
}

.ul-tata {
    /*margin-bottom: 50px;*/
}

.mar {
    margin-bottom: 0;
}

.addres_box h5 {
    margin-bottom: 14px;
    font-size: 20px;
}

.addres_box p {
    margin-bottom: 10px;
    margin-right: 15px;
    /*width: 86%;
    */
}

.addres_box .add_tata {
    padding: 30px 0;
}

.addres_box {
    margin-bottom: 40px;
    /*margin-top: -105px;
    */
}


/* News Updates*/

.cl-pdr {
    padding-right: 0;
}

.bg-vk {
    height: 58vh;
    background-size: cover !important;
}

.imageContent {
    padding: 50px;
}

.col-md-6.cl-pdr:after {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    right: -1px;
    top: 25px;
    width: 0;
    z-index: 1;
}

.Group1 {
    background: #fff;
    height: 365px;
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
}

.whiteCaption {}

.whiteCaption p {
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 0;
    padding: 35px;
}

.loadbg {
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    /* top: 0px; */
    /* bottom: 0px; */
    background: rgba(255, 255, 255, 0.9);
    padding: 40px 0px;
}

.linrbr {
    color: #2b2b33;
    font-size: 16px;
    border-bottom: inherit
}

.linrbr:after {
    display: none;
}

.whiteCaption1 p {
    color: #4a90e2;
    font-size: 12px;
    position: absolute;
    top: 0;
    padding: 35px;
    font-weight: bold;
}

.whiteCaption1 h3 {
    font-weight: 700;
    font-style: normal;
    color: #212121;
    font-size: 20px;
    line-height: 2.4rem;
    position: absolute;
    top: 100px;
    /* padding: 33px; */
    left: 46px;
}

.storyContent1 p {
    font-style: normal;
    color: #212121;
    font-size: 14px;
    /* line-height: 2.4rem; */
    position: absolute;
    top: 90px;
    padding: 56px;
    left: 25px;
}

.col-md-4.Showcase:hover {
    background: #E6EBEF;
    transition: all 0.7s;
}

.storyContent1 p:after {
    content: '';
    width: 6px;
    height: 55px;
    border-left: 1px solid #ffa500;
    left: 47px;
    position: absolute;
    top: 58px;
}

.whiteCaption h3 {
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 20px;
    line-height: 2.4rem;
    position: absolute;
    top: 100px;
    /* padding: 33px; */
    left: 46px;
}

.storyContent p {
    font-style: normal;
    color: #fff;
    font-size: 13px;
    /* line-height: 2.4rem; */
    position: absolute;
    top: 90px;
    padding: 56px;
    left: 45px;
}

.headingDiv11 {
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.2);
    height: 55px;
    font-weight: bold;
    display: inline-block;
    padding: 8px 20px;
    position: relative;
    left: -29px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 0;
    color: #454545;
    font-size: 23px;
    line-height: 40px;
    top: 31px;
}

.blueCaption {
    text-transform: uppercase;
    color: #4a90e2;
    font-size: 12px;
    position: absolute;
    top: 31px;
    font-weight: bold;
}

h3.nHeading {
    max-width: 25rem;
    font-weight: 700;
    font-style: normal;
    color: #464646;
    font-size: 20px;
    line-height: 2.4rem;
    /* margin: 4rem 0 2rem 4rem; */
    top: 100px;
    position: absolute;
}

.ymlFeedArticle p {
    position: absolute;
    top: 92px;
    left: 20px;
    font-size: 13px;
    color: #212121 !important;
    font-weight: bold;
}

.ymlFeedArticle p:after {
    content: '';
    width: 6px;
    height: 55px;
    border-left: 1px solid #ffa500 !important;
    left: 47px;
    position: absolute;
    top: 58px;
}

img.arrow {
    position: absolute;
    bottom: 25px;
    right: 25px;
}

.inview1 {
    margin-top: 95px;
}

.linkCopy {
    margin-top: 50px;
}

.Tooltip {
    position: relative;
}

.shareOptions::after {
    transform: rotate(225deg);
    border-bottom: 20px solid #000;
    border-right: 20px solid #000;
    content: "";
    position: absolute;
    top: 20px;
    left: -0.6rem;
    z-index: -1;
}

.icon-bar {
    position: absolute;
    top: 30%;
    /* -webkit-transform: translateY(-50%); */
    -ms-transform: translateY(-50%);
    /* transform: translateY(-50%); */
    left: 70px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
    background: #000;
    color: white;
}

.twitter {
    background: #000;
    color: white;
}

.google {
    background: #000;
    color: white;
}

.linkedin {
    background: #000;
    color: white;
}

.youtube {
    background: #bb0000;
    color: white;
}

.content {
    margin-left: 75px;
    font-size: 30px;
}

.ic-bar {
    display: none;
}

.storyContent p:after {
    content: '';
    width: 6px;
    height: 55px;
    border-left: 1px solid #fff;
    left: 47px;
    position: absolute;
    top: 58px;
}

.Group1:hover {
    background: #E6EBEF;
    transition: all 0.7s;
}

.Group1:hover.col-md-6.cl-pdr:after {
    background: #E6EBEF;
    transition: all 0.7s;
}

.bg-all {
    background-color: #efefef;
}

.mrtopb {
    /* margin-top: 65px; */
    margin-bottom: 65px;
}

.mrtoptml {
    margin-top: 65px;
    margin-bottom: 50px;
}

.mrtopnova {
    margin-top: 50px;
    margin-bottom: 50px;
}

.Showcase {
    position: relative;
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
    background: #fff;
}


/* End News*/

.shift-right {
    margin-left: 20px !important;
}

.video_inner {}

.video_inner .video-box {
    width: 100%;
    height: 425px;
    position: relative;
    margin: 0;
    overflow: hidden;
}

.video_inner .video-box .overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 230, 230, 0)), color-stop(1%, rgba(230, 230, 230, 0)), color-stop(39%, rgba(92, 92, 92, 0)), color-stop(64%, rgba(56, 56, 56, 0)), to(rgba(36, 36, 36, 0.78)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(92, 92, 92, 0) 39%, rgba(56, 56, 56, 0) 64%, rgba(36, 36, 36, 0.78) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(92, 92, 92, 0) 39%, rgba(56, 56, 56, 0) 64%, rgba(36, 36, 36, 0.78) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(92, 92, 92, 0) 39%, rgba(56, 56, 56, 0) 64%, rgba(36, 36, 36, 0.78) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.video_inner .play {
    position: absolute;
    right: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    bottom: 20px;
    color: #fff;
    left: auto;
}

.video_inner .play span {
    font-size: 12px;
    letter-spacing: 2px;
    margin-right: 10px;
}

.video_inner .play i {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    border: solid 1px #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.video_inner .play:hover i {
    background: #04568e;
    border: solid 1px #04568e;
}

.addres_box.program .add_tata {
    padding: 10px 0 !important;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
}

.accordion .card-header {
    width: 100%;
}

.accordion .addres_box {
    margin-bottom: 0;
}

.card {
    border: none;
}

.card-header {
    /* border-bottom: solid 1px #e6e6e6;*/
    /*margin-bottom: 12px;*/
    cursor: pointer;
    background-color: #f5f5f5;
}

.card-header h5 {
    border-bottom: 1px solid #9b9b9b;
    padding-bottom: 10px;
}

.card-body {
    padding: 0 20px 1px 20px;
}

.card-header {
    border-bottom: inherit !important;
}

.pd-right {
    padding-right: 0px;
}

.pd-left {
    padding-left: 0px;
}

.card-body {
    background-color: #f5f5f5;
}

.accordin p {
    text-align: left;
    overflow-y: scroll;
    height: 327px;
    font-family: 'BentonSans-Light';
    font-size: 14px;
}


/* Tabs*/

.section11 {
    padding: 100px 0 55px 0;
}

.section11 .section-title {
    text-align: center;
    color: #007b5e;
    margin-bottom: 50px;
    text-transform: uppercase;
}

#tabs {
    background: #fff;
    color: #000;
    font-family: 'BentonSans-Book';
}

#tabs h6.section-title {
    color: #eee;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #4780c2;
    border-color: transparent transparent #4780c2;
    /* border-top: 4px solid #04568e
    /* border-top: 4px solid #04568e !important; */
    /* font-size: 20px; */
    /* font-weight: bold; */
}

#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #000;
    font-size: 15px;
    font-family: 'BentonSans-Book';
    display: flex;
    cursor: pointer;
}

.wrapper #nav-tab .nav-item.nav-link.active.show:after {
    content: '';
    background: transparent;
    width: 10px;
    height: 10px;
    border-bottom: solid 10px #04568e;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    bottom: 0;
}

.wrapper #nav-tab .nav-item.nav-link.slick-slide.slick-current.slick-active:after {
    content: '';
    background: transparent;
    width: 10px;
    height: 10px;
    border-bottom: solid 10px #04568e;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    bottom: 0;
}

.wrapper #nav-tab .nav-item.nav-link.slick-slide.slick-current {
    background-color: whitesmoke;
    color: #04568e;
}

span.Sroty_waterwark {
    font-size: 130px;
    position: absolute;
    top: -30px;
    font-weight: bold;
    color: #f7f7f7;
    left: 100px;
}

.slider-nav .slick-track {
    display: flex;
}

.greybg h6 {
    background: #fff;
    padding: 20px 15px;
    font-weight: 600;
}

.director .col-md-4 {
    margin: 0;
}

.director .borad_video h5 {
    background-color: #04568e;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.borad_video {
    margin-bottom: 35px;
}

.director .modal-body {
    padding: 30px !important;
}

.director .modal-body h4 {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
}

.director .modal-body img {
    margin-right: 15px;
    margin-bottom: 5px;
    float: left;
}

.borad_video {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.borad_video:hover h5 {
    background: #0751bd;
}

.tata_adress h4 {
    color: #000;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
}

.tata_adress p {
    font-size: 14px;
    padding: 4px 0px 0;
    margin-bottom: 0;
}

.tata_adress {
    text-align: center;
    background: #fff;
    /* border: solid 1px #04568e;
     */
    height: 243px;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 36px -1px rgba(39, 39, 39, 0.09019607843137255);
    box-shadow: 1px 1px 36px -1px rgba(39, 39, 39, 0.09019607843137255);
    margin-bottom: 32px;
}

.tata_adres1 {
    text-align: center;
    background: #fff;
    /* border: solid 1px #04568e;
     */
    height: 243px;
    padding: 20px;
    -webkit-box-shadow: 1px 1px 36px -1px rgba(39, 39, 39, 0.09019607843137255);
    box-shadow: 1px 1px 36px -1px rgba(39, 39, 39, 0.09019607843137255);
    margin-bottom: 32px;
    margin-top: 40px;
}

.tata_adress a {
    font-size: 13px;
}

.slider-navs {
    width: 100px !important;
}

.left_new {
    display: contents;
    position: absolute;
    width: 20px;
}

.right_new {
    display: contents;
    position: absolute;
    width: 20px;
}

.nav-tabs .nav-link:last-child {
    border-right: none;
}

.contact_form {
    max-width: 1000px;
}

.contact_form h6 {
    text-align: left;
    font-size: 34px;
    font-family: 'BentonSans-Book';
}

.contact_form .form-control {
    letter-spacing: 0px;
    background: transparent;
    border-radius: 0;
    font-size: 15px;
    padding: 10px 0;
    height: auto !important;
    border: none;
    border-bottom: solid 1px #adadad;
}

.contact_form span {
    color: red;
}

.contact_form select {
    padding: 17px 10px !important;
}

.delimeter {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 50px 0 40px;
}

textarea {
    resize: none;
}

.contact_form button {
    color: #fff;
    border: none;
    cursor: pointer;
    margin-top: 25px;
    margin-left: 0px;
}

.form-control:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.satellite_img img {
    margin: auto;
    display: block;
    text-align: center;
}

.Services_tata h4 {
    font-size: 34px;
    font-family: 'BentonSans-Book';
    margin-bottom: 0;
    margin-left: 21px;
}


/*====== Map====== */

.contactUsSection {
    height: 100%;
    min-height: 600px;
    /*overflow: hidden;*/
    position: relative;
    width: 100%;
}

.mapWrapper {
    position: absolute;
    width: 100%;
    height: 100%
}

.mapWrapper>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    position: relative;
    margin-bottom: 5rem;
    width: 100%;
    /*-moz-animation:widthChange 1s;-ms-animation:widthChange 1s;-webkit-animation:widthChange 1s;animation:widthChange 1s;-moz-animation-duration:2s;-ms-animation-duration:2s;-webkit-animation-duration:2s;animation-duration:2s*/
}

.imageOverContactUs {
    background-image: url("images/India Map.svg ");
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.iconsMap {
    left: 0%;
    top: 10%;
    margin: -14px 0 0 -14px;
    -webkit-animation-name: bounce-animation;
    animation-name: bounce-animation;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    z-index: 1;
    background-repeat: no-repeat
}

.iconsMap img.iconsMap1 {
    width: 21px
}

.marker-1 {
    position: absolute;
    left: 35%;
    top: 28%;
}

.marker-1 .iconsMap {
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    position: relative;
}

.marker-2 {
    position: absolute;
    left: 47%;
    top: 28%
}

.marker-2 .iconsMap {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.marker-3 {
    position: absolute;
    left: 39%;
    top: 32%;
}

.marker-3 .iconsMap {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.marker-5 {
    position: absolute;
    left: 35%;
    top: 80%;
}

.marker-5 .iconsMap {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.marker-6 {
    position: absolute;
    left: 35%;
    top: 86%;
    z-index: 999;
}

.marker-6 .iconsMap {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.marker-4 {
    position: absolute;
    left: 38%;
    top: 66%;
}

.marker-4 .iconsMap {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes borderLine {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -150%
    }
}

@-ms-keyframes borderLine {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -150%
    }
}

@-o-keyframes borderLine {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -150%
    }
}

@-moz-keyframes borderLine {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -150%
    }
}

@keyframes borderLine {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -150%
    }
}

@keyframes borderLineFeed {
    to {
        opacity: 1;
        bottom: 20%
    }
    from {
        opacity: 0;
        bottom: -150%
    }
}

@-webkit-keyframes borderLineFeed {
    to {
        opacity: 1;
        bottom: 20%
    }
    from {
        opacity: 0;
        bottom: -150%
    }
}

@-moz-keyframes borderLineFeed {
    to {
        opacity: 1;
        bottom: 20%
    }
    from {
        opacity: 0;
        bottom: -150%
    }
}

@-ms-keyframes borderLineFeed {
    to {
        opacity: 1;
        bottom: 20%
    }
    from {
        opacity: 0;
        bottom: -150%
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes borderLineCar {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -800%
    }
}

@-ms-keyframes borderLineCar {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -800%
    }
}

@-o-keyframes borderLineCar {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -800%
    }
}

@-moz-keyframes borderLineCar {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -800%
    }
}

@keyframes borderLineCar {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -800%
    }
}

@-webkit-keyframes borderLines {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: 100%
    }
}

@-ms-keyframes borderLines {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: 100%
    }
}

@-o-keyframes borderLines {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: 100%
    }
}

@-moz-keyframes borderLines {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: 100%
    }
}

@keyframes borderLines {
    to {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: 100%
    }
}

@keyframes arrow-jump {
    from {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(6rem);
        -moz-transform: translateY(6rem);
        -o-transform: translateY(6rem);
        -ms-transform: translateY(6rem);
        transform: translateY(6rem)
    }
}

@-webkit-keyframes arrow-jump {
    from {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(6rem);
        -moz-transform: translateY(6rem);
        -o-transform: translateY(6rem);
        -ms-transform: translateY(6rem);
        transform: translateY(6rem)
    }
}

@-ms-keyframes arrow-jump {
    from {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(6rem);
        -moz-transform: translateY(6rem);
        -o-transform: translateY(6rem);
        -ms-transform: translateY(6rem);
        transform: translateY(6rem)
    }
}

@-o-keyframes arrow-jump {
    from {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(6rem);
        -moz-transform: translateY(6rem);
        -o-transform: translateY(6rem);
        -ms-transform: translateY(6rem);
        transform: translateY(6rem)
    }
}

@-moz-keyframes arrow-jump {
    from {
        opacity: 0
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(6rem);
        -moz-transform: translateY(6rem);
        -o-transform: translateY(6rem);
        -ms-transform: translateY(6rem);
        transform: translateY(6rem)
    }
}

@-webkit-keyframes arrowDown {
    from {
        opacity: 0
    }
    25% {
        opacity: .3
    }
    50% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes arrowDown {
    from {
        opacity: 0
    }
    25% {
        opacity: .3
    }
    50% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes arrowDown {
    from {
        opacity: 0
    }
    25% {
        opacity: .3
    }
    50% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes arrowDown {
    from {
        opacity: 0
    }
    25% {
        opacity: .3
    }
    50% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
}

@keyframes arrowDown {
    from {
        opacity: 0
    }
    25% {
        opacity: .3
    }
    50% {
        opacity: .7
    }
    100% {
        opacity: 1
    }
}

@keyframes navSlideDown {
    from {
        transform: translateY(-100%)
    }
    50% {
        transform: translateY(8%)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes navSlideDown {
    from {
        -webkit-transform: translateY(-100%)
    }
    50% {
        -webkit-transform: translateY(8%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes navSlideDown {
    from {
        -webkit-transform: translateY(-100%)
    }
    50% {
        -webkit-transform: translateY(8%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-ms-keyframes navSlideDown {
    from {
        -webkit-transform: translateY(-100%)
    }
    50% {
        -webkit-transform: translateY(8%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes lineBorder {
    100% {
        opacity: 1;
        left: 0
    }
    25% {
        opacity: .6;
        left: -1.5rem
    }
    20% {
        opacity: .6;
        left: 3.5rem
    }
    from {
        opacity: 0;
        left: -600%
    }
}

@-moz-keyframes lineBorder {
    100% {
        opacity: 1;
        left: 0
    }
    25% {
        opacity: .6;
        left: -1.5rem
    }
    20% {
        opacity: .6;
        left: 3.5rem
    }
    from {
        opacity: 0;
        left: -600%
    }
}

@-ms-keyframes lineBorder {
    100% {
        opacity: 1;
        left: 0
    }
    25% {
        opacity: .6;
        left: -1.5rem
    }
    20% {
        opacity: .6;
        left: 3.5rem
    }
    from {
        opacity: 0;
        left: -600%
    }
}

@keyframes lineBorder {
    100% {
        opacity: 1;
        left: 0
    }
    25% {
        opacity: .6;
        left: -1.5rem
    }
    20% {
        opacity: .6;
        left: 3.5rem
    }
    from {
        opacity: 0;
        left: -600%
    }
}

@keyframes opacityChOver {
    100% {
        opacity: .75
    }
    from {
        opacity: 0
    }
}

@-webkit-keyframes opacityChOver {
    100% {
        opacity: .75
    }
    from {
        opacity: 0
    }
}

@-ms-keyframes opacityChOver {
    100% {
        opacity: .75
    }
    from {
        opacity: 0
    }
}

@-moz-keyframes opacityChOver {
    100% {
        opacity: .75
    }
    from {
        opacity: 0
    }
}

@keyframes opacityCh {
    100% {
        opacity: 1
    }
    from {
        opacity: 0
    }
}

@-webkit-keyframes opacityCh {
    100% {
        opacity: 1
    }
    from {
        opacity: 0
    }
}

@-ms-keyframes opacityCh {
    100% {
        opacity: 1
    }
    from {
        opacity: 0
    }
}

@-moz-keyframes opacityCh {
    100% {
        opacity: 1
    }
    from {
        opacity: 0
    }
}

@keyframes borderLineT {
    100% {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -200%
    }
}

@-webkit-keyframes borderLineT {
    100% {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -200%
    }
}

@-ms-keyframes borderLineT {
    100% {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -200%
    }
}

@-moz-keyframes borderLineT {
    100% {
        opacity: 1;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -200%
    }
}

@keyframes slideUp {
    from {
        top: 80px;
        visibility: hidden;
        opacity: 0
    }
    50% {
        top: 80px;
        visibility: hidden;
        opacity: 0
    }
    100% {
        top: 0;
        visibility: visible;
        opacity: 1
    }
}

@-webkit-keyframes slideUp {
    from {
        top: 80px;
        visibility: hidden;
        opacity: 0
    }
    50% {
        top: 80px;
        visibility: hidden;
        opacity: 0
    }
    100% {
        top: 0;
        visibility: visible;
        opacity: 1
    }
}

@-moz-keyframes slideUp {
    from {
        top: 80px;
        visibility: hidden;
        opacity: 0
    }
    50% {
        top: 80px;
        visibility: hidden;
        opacity: 0
    }
    100% {
        top: 0;
        visibility: visible;
        opacity: 1
    }
}

@-ms-keyframes slideUp {
    from {
        top: 80px;
        visibility: hidden;
        opacity: 0
    }
    50% {
        top: 80px;
        visibility: hidden;
        opacity: 0
    }
    100% {
        top: 0;
        visibility: visible;
        opacity: 1
    }
}

@keyframes slideUpSalt {
    from {
        top: 60%;
        visibility: hidden;
        opacity: 0
    }
    50% {
        top: 60%;
        visibility: hidden;
        opacity: 0
    }
    100% {
        top: 45%;
        visibility: visible;
        opacity: 1
    }
}

@-webkit-keyframes slideUpSalt {
    from {
        top: 60%;
        visibility: hidden;
        opacity: 0
    }
    50% {
        top: 60%;
        visibility: hidden;
        opacity: 0
    }
    100% {
        top: 45%;
        visibility: visible;
        opacity: 1
    }
}

@-moz-keyframes slideUpSalt {
    from {
        top: 60%;
        visibility: hidden;
        opacity: 0
    }
    50% {
        top: 60%;
        visibility: hidden;
        opacity: 0
    }
    100% {
        top: 45%;
        visibility: visible;
        opacity: 1
    }
}

@-ms-keyframes slideUpSalt {
    from {
        top: 60%;
        visibility: hidden;
        opacity: 0
    }
    50% {
        top: 60%;
        visibility: hidden;
        opacity: 0
    }
    100% {
        top: 45%;
        visibility: visible;
        opacity: 1
    }
}

@keyframes comeIn {
    to {
        transform: translateY(0)
    }
}

@-ms-keyframes comeIn {
    to {
        transform: translateY(0)
    }
}

@-webkit-keyframes comeIn {
    to {
        transform: translateY(0)
    }
}

@-moz-keyframes comeIn {
    to {
        transform: translateY(0)
    }
}

@keyframes bounce-animation {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-3000px);
        transform: translateY(-3000px)
    }
    60% {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounce-animation {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-3000px);
        transform: translateY(-3000px)
    }
    60% {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes bounce-animation {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-3000px);
        transform: translateY(-3000px)
    }
    60% {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes bounce-animation {
    from {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translateY(-3000px);
        transform: translateY(-3000px)
    }
    60% {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes widthChange {
    from {
        width: 110%
    }
    to {
        width: 100%
    }
}

@-moz-keyframes widthChange {
    from {
        width: 110%
    }
    to {
        width: 100%
    }
}

@-ms-keyframes widthChange {
    from {
        width: 110%;
    }
    to {
        width: 100%
    }
}

@keyframes widthChange {
    from {
        width: 110%
    }
    to {
        width: 100%
    }
}

@keyframes bounceArrowAni {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@-o-keyframes bounceArrowAni {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@-webkit-keyframes bounceArrowAni {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@-ms-keyframes bounceArrowAni {
    from {
        opacity: 0;
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px)
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@-webkit-keyframes slideBottom {
    from {
        opacity: 0;
        bottom: -30rem
    }
    100% {
        opacity: 1;
        bottom: 0
    }
}

@-moz-keyframes slideBottom {
    from {
        opacity: 0;
        bottom: -30rem
    }
    100% {
        opacity: 1;
        bottom: 0
    }
}

@keyframes slideBottom {
    from {
        opacity: 0;
        bottom: -30rem
    }
    100% {
        opacity: 1;
        bottom: 0
    }
}

@-webkit-keyframes borderLineH {
    100% {
        opacity: .5;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -300%
    }
}

@keyframes borderLineH {
    100% {
        opacity: .5;
        bottom: 0
    }
    from {
        opacity: 0;
        bottom: -300%
    }
}

.showdata {
    display: none;
}

.showdata p {
    font-size: 14px;
    padding: 4px 0px 0;
    margin-bottom: 0;
}

.showdata p i.fa-fax {
    display: inline;
    font-size: 16px;
    position: relative;
    top: 2px;
    left: -1px;
}

.showdata i {
    margin-bottom: 15px;
    color: #04568e;
    height: 32px;
    display: inline;
    font-size: 16px;
    position: relative;
    top: 2px;
    left: -1px;
}

.iconsMap:hover .showdata {
    display: block;
    background: #f5f5f5;
    padding: 20px;
    width: 333px !important;
    height: auto;
    position: relative;
    left: 21px;
    top: -44px;
    z-index: 9999;
}

.Mission_System {
    margin-bottom: 45px;
    margin-top: 60px;
}

.showdata h4 {
    color: #000;
    font-size: 17px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 5px;
}


/*========================= Slider Services =================================*/

.services-slider {
    /* display: flex;
     */
    margin-top: 10px;
}

.slider-main {
    width: 100%;
}

.main-container {
    width: 100%;
}

.nav-container img {
    margin: 0;
}

.nav-container .slick-slide {
    /* max-height: 135px;
     */
    margin-bottom: 18px;
}


/* @media (min-width: 1000px) {
     .slider-nav {
         display: none !important;
    }
}
 */

.slider-nav .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.white-bg {
    background: #f5f5f5;
    padding: 40px;
    /*padding-bottom: 7px;*/
}

.services_name {
    /* margin-bottom: -2px !important;
     */
    cursor: pointer;
}

.slider-navs {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -20px;
}

.services_name h5 {
    /*border: solid 1px #04568e !important;
    */
    font-size: 15px;
    background: transparent;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 3px;
}

.services_name h5:hover {
    /*border: solid 1px #212121 !important;
    */
    font-size: 13px;
    /* background: #04568e;
    */
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50px;
    height: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50px;
    margin-bottom: 3px;
}

.service_lt h4 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
    color: #04568e;
    margin-left: 0px;
}

.service_lt p {
    font-size: 15px;
    margin-bottom: 22px;
    font-family: 'BentonSans-Light';
}

.service_lt a {
    margin-top: 41px;
    /* width: auto;
     height: auto;
     line-height: inherit;
     padding: 10px 15px;
     */
}

.services_name.slick-current.slick-active {
    background: #04568e;
    border: none;
}

.services_name {
    position: relative;
}

.services_name:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 9px solid transparent;
    position: absolute;
    right: -8px;
    bottom: 0;
    top: 0;
    margin: auto 0;
}

.services_name.slick-current.slick-active:after {
    border-left-color: #04568e;
}

.services_name.slick-current.slick-active h5 {
    color: #fff;
}

.services-slider .nav-container {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
    padding-bottom: 0;
}


/* .nav-container .slick-list.draggable {
     height: 190px !important;
}
 */


/* .services_name h5:hover {
     background: #04568e;
     color: #fff;
     border: solid 1px #04568e !important;
}
 */


/* .slider-nav {
     border-bottom: solid 1px #eaeaea;
}
 */

.services_name img {
    width: 35px;
}

.new_bg {
    background-color: #ffffff;
    background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
}

.services-slider .service_rt {
    margin-top: 10px;
}

.service_rt img {
    position: relative;
    z-index: 4;
    height: 300px;
    /*height: 348px;*/
}

.services-slider .service_rt img {
    height: auto;
}

.main-container .slick-vertical .slick-slide {
    /* height: 350px;
     */
}

.service_lt {
    margin-top: -13px;
}

.slider-nav .slick-list {
    overflow: visible;
}

.wrapper_menu.sticky header .menu ul li a {
    padding: 12px 0;
    font-size: 11px;
}

.wrapper_menu.sticky .second_header .logo {
    margin-top: 6px;
}

.wrapper_menu.sticky .sub-nav {
    top: 41px;
}

.wrapper_menu.sticky .sub-nav {
    top: 41px;
}

.wrapper_menu.sticky .menu ul>li:nth-child(1) .sub-nav {
    left: -94px;
}

.wrapper_menu.sticky .menu ul>li:nth-child(2) .sub-nav {
    left: -372px;
}

.wrapper_menu.sticky .menu ul>li:nth-child(3) .sub-nav {
    left: -935px;
}

.news-slider .box-news.slick-center .news-pos {
    display: block;
}

.news-slider .box-news.slick-center .news-box .date {
    color: #fff;
}

.news-slider .box-news.slick-center .news-box p {
    color: #fff;
}

.news-slider .box-news.slick-center .news-box a {
    color: #fff;
}

.news-slider .box-news.slick-center .news-box a .hoverwhite {
    display: block;
    margin-left: 10px !important;
}

.news-slider .box-news.slick-center .news-box a .hoverblue {
    display: none;
}

.vertical_btn {
    padding: 40px 0 0;
}

.service_rt {
    position: relative;
}


/* .service_rt:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    border: 3px solid #04568e;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 3;
} */

.prallax_tata p b {
    font-family: 'BentonSans-Bold';
}

.news-slider .slick-track {
    padding: 10px 0;
}

.news.tata_bg {
    padding: 30px 0;
    height: 64vh;
}

.cert_tata {
    margin-bottom: 40px;
    display: block;
}

.comm_tata {
    margin-bottom: 12px;
}

.comm_rapper .col-md-4 {
    margin: 0;
}

.comm_rapper .tata_gallery {
    margin-bottom: 20px;
}

.comm_rapper .tata_gallery h4 {
    font-size: 17px;
    background-color: #04568e;
    padding: 15px;
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.comm_rapper .tata_gallery:hover h4 {
    background: #0751bd;
}

.comm_rapper p {
    margin-bottom: 50px;
}

.comm_inrapper .tata_gallery {
    /*-- margin-bottom: 0; --*/
}

.tata_adress i {
    text-align: center;
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
    color: #04568e;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.tata_adress .fa-envelope {
    font-size: 22px;
}

.tata_bg.contact_bew {
    background: #f5f5f5;
    padding: 60px 0;
}

.contact_form .form-group {
    margin-bottom: 30px;
}

.tata_gallery .overflow {
    overflow: hidden;
}

.tata_gallery .overflow img {
    transition: all ease-in-out 0.3s;
}

.comm_rapper.hover_img .tata_gallery:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.about-wapper.tata_bg.contact_tata {
    padding-top: 0;
    margin-top: -40px;
}

.sec-pd {
    padding: 0px!important;
}

.new-wraper {
    padding-top: 45px !important;
    margin-top: 0px !important;
}

.vijay {
    line-height: 1.8;
}

.Programs {
    margin-top: 50px;
    margin-bottom: 80px;
}


/* .txt-center h5, p{text-align:center !important;}*/


/*.about-text .txt-center h5, p{text-align:center;}*/

.txt-center h5 {
    color: #04568e;
    margin-bottom: 20px;
}

.txt-center p {
    padding-left: 40px;
    padding-right: 40px;
}

.nav-tabs {
    /*border-bottom: 1px solid #dee2e6;*/
    /* box-shadow: 2px 3px 3px 0px #f5f5f5;*/
    box-shadow: -1px -1px 10px #e6e6e6;
    justify-content: center;
    align-items: center;
    /*border-top:1px solid #c5c3c3;*/
    border-bottom: none;
}

.about-text.txt-center {
    margin-top: 50px;
    margin-bottom: 80px;
}

.form-group ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #adadad;
    opacity: 1;
    /* Firefox */
}

.form-group :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #adadad;
}

.form-group::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #adadad;
}

.contact_form h6 {
    margin-bottom: 30px;
}

.prallax_tata .none:after {
    background: none;
}

.none {
    position: relative !important;
    font-size: 19px !important;
    color: #fff !important;
    text-align: left !important;
    margin-bottom: 0 !important;
    line-height: 1.6 !important;
    max-width: 375px !important;
    margin-left: 0 !important;
    padding-left: 0px !important;
}

.banner_inner h6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-weight: bold;
    /* position: absolute;
    */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    width: 100%;
    left: 120px;
    bottom: 0;
    /*top: 180px;
    */
    color: #fff;
    font-size: 16px;
    font-family: 'BentonSans-Book';
    font-weight: bold;
    margin-bottom: 0;
    text-shadow: 3px 5px 8px #000;
    line-height: 1.4;
    margin-top: 25px;
}

.car_tata {
    margin-top: 20px;
}

.contact_form lable {
    padding-top: 20px;
    display: block;
}

.contact_form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 9;
    background: transparent;
}

.custom_select {
    position: relative;
}

.custom_select:after {
    content: '\f107';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 24px;
    right: 11px;
    z-index: 0;
}

.back-btn {
    margin-top: 50px;
    margin-bottom: 60px;
}

.back-btn-space {
    margin-top: 20px;
    margin-bottom: 60px;
}

.tata_adress p i.fa-phone,
.tata_adress p i.fa-fax {
    display: inline;
    font-size: 16px;
    position: relative;
    top: 2px;
    left: -10px;
}

.tata_adress p i.fa-fax {
    font-size: 14px;
}

.prallax_tata .d-flex.align-items-center {
    height: 100%;
}

.prallax_tata .d-flex.align-items-center>div {
    margin: 0;
}

.tata-dtls .container {
    height: 100%;
}

footer .container {
    height: 100%;
}

footer .d-flex.align-items-center.flex-wrap {
    height: 100%;
}

.new_back {
    height: 100vh;
    background-size: cover !important;
    background-position: center center !important;
}

.new_back1 {
    height: 65vh;
    background-size: cover !important;
}

.BG-DARK .full_img .full_text {
    padding: 50px 19px 73px;
    margin-top: -174px;
    position: relative;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(230, 230, 230, 0)), color-stop(1%, rgba(230, 230, 230, 0)), color-stop(39%, rgba(4, 4, 4, 0.41)), color-stop(64%, rgba(21, 21, 21, 0.92)), to(rgba(36, 36, 36, 0.98)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(4, 4, 4, 0.41) 39%, rgba(21, 21, 21, 0.92) 64%, rgba(36, 36, 36, 0.98) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(4, 4, 4, 0.41) 39%, rgba(21, 21, 21, 0.92) 64%, rgba(36, 36, 36, 0.98) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgba(4, 4, 4, 0.41) 39%, rgba(21, 21, 21, 0.92) 64%, rgba(36, 36, 36, 0.98) 100%);
    position: relative;
}

.BG-DARK h4 {
    font-size: 23px;
    font-family: 'BentonSans-Book';
    margin-bottom: 0;
    color: #f5f5f5;
    text-align: left;
}

.txt-table td {
    color: #fff;
}

.JOINT {
    background-color: #fff;
}

.JOINT_gry {
    background-color: #f5f5f5;
    height: 65vh;
    padding-right: 0;
}

.join-text h4 {
    color: #04568e;
    padding-top: 30px;
    /* padding-left: 30px;*/
    font-size: 34px;
    font-family: 'BentonSans-Book';
}

.sec_b .Services_tata2 {
    height: 75vh;
    overflow: hidden;
    position: relative;
    padding: 0px 0 92px;
    background: #fff;
}

.sec_b .Services_tata1 {
    height: 113vh;
    overflow: hidden;
    position: relative;
    padding: 0px 0 92px;
    background: #fff;
}

.Services_tata .container {
    height: 100%;
}

.Services_tata .white-bg {
    height: auto;
    margin: 0px 0;
    padding: 0;
}

.defence_ele_tata img {
    width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.defence_ele_tata h4 {
    font-size: 14px;
    background-color: #04568e;
    padding: 11px;
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.defence_ele_tata {
    margin-bottom: 30px;
}

.df-wrapper .col-md-4 {
    margin: 0;
}

.defence_ele_tata:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.df_img {
    overflow: hidden;
}

.df-wrapper p {
    margin-bottom: 30px;
}

.df-wrapper h3 {
    margin-bottom: 12px;
}

a.tata-btn.hvr-shutter-out-horizontal.airborne {
    margin-top: 0;
}

a.tata-btn.hvr-shutter-out-horizontal.defence-electronics {
    margin-top: 15px;
}

.contact_form select option {
    padding: 15px;
}

.about-wapper.tata_bg.contact_tata .col-md-4 {
    margin: 0;
}


/*====About Us===*/

.slider-icon {
    width: 45px !important;
    height: 50px;
    position: relative;
    left: -93px;
    top: -26px;
}

.sikorky ul li {
    list-style: none;
    padding: 4px 0;
    display: flex;
    padding-left: 30px;
}

.sikorky li {
    font-size: 16px;
    line-height: 10px;
    margin: 0 0 10px 0px;
    padding: 0 0 0 25px;
    position: relative;
    color: #2b2b33;
}

.sikorky li::after {
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 0;
    margin: auto;
    content: "\f105";
    font-weight: 900;
    position: absolute;
    color: #04568e;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bgLeadership1 {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    float: left;
    height: 100%;
    top: 0;
    bottom: 0;
    padding: 40px 0;
}

.slider-icon1 {
    width: 45px !important;
    height: 50px;
    position: relative;
    left: 0;
    top: -26px;
}

.news-box h5 {
    font-size: 22px;
    color: #04568e;
    margin-bottom: 12px;
}


/*=====End About us====*/


/*====================*/

.custom_row {
    display: flex;
}

.custom_row .five_col {
    width: 20%;
}

.five_img {
    height: 118px;
}

.five_img img {
    height: 100%;
}

.caption_box {
    height: 145px;
    overflow: hidden;
}

.payloads h3 {
    margin-bottom: 0;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
}

.portfolio_head h4 {
    background: #04568e;
    color: #fff;
    padding: 16px;
    font-size: 12px;
    text-align: center;
    height: 60px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.portfolio .custom_row .five_col {
    border-right: solid 1px #a1beef;
}

.portfolio .custom_row .five_col .port_img {
    padding: 15px;
    background: #d1deef;
}

.portfolio .custom_row .five_col ul {
    margin-bottom: 0;
}

.portfolio .custom_row .five_col li:after {
    display: none;
}

.portfolio .custom_row .five_col li {
    padding-left: 0;
    background: #e9eff7;
    margin-bottom: 0;
    font-size: 13px;
    padding: 10px 0;
    text-align: center;
}

.portfolio .custom_row .five_col li:nth-child(even) {
    background: #d1deef;
}

.aquilon_video {
    margin-top: 40px;
}

.aquilon_video video {
    width: 100%;
    height: 500px;
    /*background: #000;*/
}

.portfolio .custom_row .five_col .port_img img {
    height: 70px;
}

.about-text1 ul li {
    list-style: none;
    padding: 4px 0;
    display: flex;
    padding-left: 30px;
}

.img_ht {
    height: 91px;
}

.img_ht1 {
    height: 230px;
}

.img_ht2 {
    height: 200px;
}

.img_ht3 {
    height: 250px;
}

.bg_clr {
    background-color: #212121;
    color: #fff;
    height: 80px;
    font-weight: bold;
    padding-top: 14px;
    margin-left: 15px;
    margin-top: 15px;
}

.mbl {
    margin-top: 10px;
}

.p-txt {
    font-weight: bold;
}


/* Inner Css */

.bg1 {
    background-color: ;
    left: -27px;
    position: relative;
    top: 10px;
    margin-bottom: 34px;
}

.mrntop {
    margin-top: 65px;
    margin-bottom: 40px;
}


/* General button style (reset) */

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 4px 30px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #212121;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


/* Pseudo elements for icons */

.btn:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    -webkit-font-smoothing: antialiased;
}


/* Button 1e */


/* Button 1 */

.btn-1 {
    border: 2px solid #04568e;
    color: #04568e;
}

.btn-1e {
    overflow: hidden;
}


/* Button 1e */

.btn-1e {
    overflow: hidden;
}

.btn-1e:after {
    width: 100%;
    height: 0;
    top: 50%;
    left: 50%;
    background: black;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.btn-1e:hover,
.btn-1e:active {
    color: #fff;
}

.btn-1e:hover:after {
    height: 260%;
    opacity: 1;
    background-color: #04568e;
}

.btn-1e:active:after {
    height: 400%;
    opacity: 1;
}

ul.none li:after {
    display: none;
}

.line-btn_2:hover:after {
    width: 100%;
}

video#myVideo {
    width: 100%;
    height: 100%;
}

.about .about_lt .video-box .play:hover i {
    /*display: block !important;*/
    padding: 35px;
}

.box-news.slick-slide.slick-current.slick-active.slick-center .blue-logo1 {
    display: none;
}

.box-news.slick-slide.slick-current.slick-active.slick-center .white-Logo1 {
    display: block;
}

.box-news .white-Logo1 {
    display: none;
}

.box-news:hover .blue-logo1 {
    display: none;
}

.box-news:hover .white-Logo1 {
    display: block;
}

.box-news.slick-slide.slick-current.slick-active.slick-center h5 {
    color: #fff;
}

.box-news:hover h5 {
    color: #fff;
}

.read:hover:after {
    width: 100%;
}

img.white-logo {
    width: 42px;
}

.white-logo.white-logo-big {
    width: 320px;
}

.hide {
    display: none;
}

header.fixed .white-logo.hide {
    display: block !important;
    margin-top: -4px;
}

header.fixed .white-hide {
    display: none;
}

.second_header .logo {
    /*margin-top: 10px; */
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    position: absolute;
    top: -44px;
    z-index: 99999;
    right: 46px;
    /* left: 0; */
}

.accordin p::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.accordin p::-webkit-scrollbar-track {
    background: #ccc;
}


/* Handle */

.accordin p::-webkit-scrollbar-thumb {
    background: #989898;
}


/*.contact_menu header .menu ul li a {
    color:#fff;
}

.contact_menu img.white-logo.white-logo-big.hide {
    display:block;
}

.contact_menu img.white-logo.hide.showContact {
    display: block;
}


.contact_menu img.white-logo.white-hide {
    display:none;
}*/

.clientlogo {
    display: flex;
    /* justify-content: space-between; */
}

.tab-content img {
    height: 355px;
    width: 100%;
}


/*
.p-relative{position:relative;}
.main-img{opacity: 0;}

.main-img:hover{
    opacity: 1;
        transition: opacity .6s ease-out;
    -moz-transition: opacity .6s ease-out;
    -webkit-transition: opacity .6s ease-out;
    -o-transition: opacity .6s ease-out;
}


.bg-white {
    background-color: #fff!important;
    position: absolute;
    z-index: 41;
    width: 100%;
    height: auto;
    top: 0;
}

.short-img{
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  -webkit-animation-duration: 4s;
  animation-name: example;
  animation-duration: 4s;
}


.border-short{
    
    position: absolute;
    top: 65px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    border:1px solid #e8e8e8;
    width:248px;
    height:230px;
}
.col-md-4.p-relative:hover .short-img {
    display: none;
}

*/

.bodModel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 10;
}

.imageBOD {
    opacity: 0;
    width: 100%;
    transition: opacity .6s ease-out;
    -moz-transition: opacity .6s ease-out;
    -webkit-transition: opacity .6s ease-out;
    -o-transition: opacity .6s ease-out;
}

.overlayImgDiv1 {
    top: 57px;
    left: 0px;
    right: -1px;
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: absolute;
    margin: auto;
}

.overlayImgDiv {
    top: 71px;
    left: 0px;
    right: -5px;
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: absolute;
    margin: auto;
}

.uan_table td {
    color: #000;
}

.Take-tb td {
    color: #000;
}

.bodOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.captionDir {
    position: absolute;
    text-align: left;
    width: 24rem;
    bottom: 0;
}

.bodName {
    font-weight: bold;
    font-size: 1.8rem;
    color: #454545;
    line-height: 4rem;
}

.bodImage {
    transition: opacity .6s ease-in;
    -moz-transition: opacity .6s ease-in;
    -webkit-transition: opacity .6s ease-in;
    -o-transition: opacity .6s ease-in;
}

.bodDesig {
    color: #454545;
    font-weight: 500;
    line-height: 2rem;
    font-size: 1.5rem;
}

.bodDiv:hover .imageBOD,
.bodDiv:hover .bodName,
.bodDiv:hover .bodDesig {
    opacity: 1;
    color: #fff;
    z-index: 1;
    position: relative;
    transition: opacity .6s ease-in;
    -moz-transition: opacity .6s ease-in;
    -webkit-transition: opacity .6s ease-in;
    -o-transition: opacity .6s ease-in;
    width: 100%;
}

.bodDiv:hover .bodOverlay {
    border: 1px solid white;
    z-index: 2;
    opacity: .4;
}

.bodDiv:hover .bodImage {
    opacity: 0;
    transition: opacity .6s ease-out;
    -moz-transition: opacity .6s ease-out;
    -webkit-transition: opacity .6s ease-out;
    -o-transition: opacity .6s ease-out;
}

.bodDiv {
    border-right: 1px solid #e8e8e8;
    border-left: inherit;
    border-bottom: 1px solid #e8e8e8;
    background-color: #fff;
}

.bodSons .bodDiv {
    background-color: white;
}

.bodDiv:nth-child(1) {
    border-top: 1px solid #e8e8e8;
    background-color: #fff;
}

.bodDiv:nth-child(2) {
    border-top: 1px solid #e8e8e8;
    background-color: #fff;
}

.bodDiv:nth-child(3) {
    border-top: 1px solid #e8e8e8;
    background-color: #fff;
    border-left: inherit;
}

.bodDiv:nth-child(3n+1) {
    border-left: inherit;
    background-color: #fff;
}

.noPadding {
    padding: 0;
}

.bodCont .bodName {
    min-width: 24rem;
}

.bodName {
    font-weight: bold;
    font-size: 1rem;
    color: #2b2b2b;
    line-height: 2rem;
}

.bodDesig {
    font-family: 'BentonSans-Book';
    color: #2b2b2b;
    font-weight: 500;
    line-height: 2rem;
    font-size: 15px;
}

.captionDir {
    position: absolute;
    text-align: left;
    bottom: 2rem;
    left: 18%;
}

.arw {
    position: relative;
    left: 142px;
}

.arw1 {
    position: relative;
    left: 87px;
}

.arw2 {
    position: relative;
    left: 65px;
}

.arw3 {
    position: relative;
    left: 117px;
}

.arw4 {
    position: relative;
    left: 80px;
}

.dirRow .headingDiv {
    left: -1.5rem;
}

.headingDiv {
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.2);
    height: 55px;
    font-weight: bold;
    display: inline-block;
    padding: 8px 20px;
    position: absolute;
    left: -19px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 0;
    color: #454545;
    font-size: 23px;
    line-height: 40px;
    top: -31px;
}

.section-heading {
    position: relative;
    font-size: 30px;
    font-family: 'BentonSans-Book';
    border-bottom: 1px solid #cccccc;
    color: #04568e;
}

.section-heading::before {
    content: '';
    width: 80px;
    height: 4px;
    left: 0;
    bottom: -2px;
    background: #04568e;
    position: absolute;
}

.dirRow .headingDiv1 {
    left: -1.5rem;
}

.headingDiv1 {
    box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.2);
    height: 55px;
    font-weight: bold;
    display: inline-block;
    padding: 8px 20px;
    position: absolute;
    left: 0px;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 0;
    color: #454545;
    font-size: 23px;
    line-height: 40px;
    top: -31px;
}

.heading-position {
    position: relative;
}


/*.bodSons .bodDiv {
    background-color:#fff !important;
}
*/

.mrg-tp {
    padding-top: 100px;
    padding-bottom: 100px;
}

.modal-dialog {
    max-width: 85%;
    margin: 1.75rem auto;
}

.modal-body .svg-icon ul li {
    list-style: none;
    padding-bottom: 10px;
    position: relative;
    padding-left: 90px;
    font-size: 21px;
    line-height: 34px;
    font-family: 'BentonSans-Book';
    color: #212121;
    font-weight
}

.modal-body .svg-icon ul li a {
    color: #000;
}

.modal-body .svg-icon ul li:after {
    content: '';
    background: url(../images/share.svg) no-repeat;
    width: 30px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 5px;
    height: 30px;
    background-position: center center;
}

.modal-body .svg-icon ul li:hover:after {
    content: '';
    background: url(../images/share1.svg) no-repeat;
    width: 30px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 5px;
    height: 30px;
    background-position: center center;
    cursor: pointer;
}

.modal-body .svg-icon ul li:nth-child(2n):after {
    content: '';
    background: url(../images/copy-hover-icon.svg) no-repeat;
    width: 30px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 15px;
    height: 30px;
    background-position: center center;
}

.modal-body .svg-icon ul li:nth-child(2n):hover:after {
    content: '';
    background: url(../images/copy-icon2.svg) no-repeat;
    width: 30px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 15px;
    height: 30px;
    background-position: center center;
}

.modal-body .svg-icon ul li:nth-child(3n):after {
    content: '';
    background: url(../images/linkColor.svg) no-repeat;
    width: 30px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 10px;
    height: 30px;
    background-position: center center;
}

.modal-body .svg-icon ul li:nth-child(3n):hover:after {
    content: '';
    background: url(../images/link3.svg) no-repeat;
    width: 30px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 10px;
    height: 30px;
    background-position: center center;
}

.modal-body .svg-icon ul li:nth-child(4n):after {
    content: '';
    background: url(../images/downloadColor.svg) no-repeat;
    width: 30px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 10px;
    height: 30px;
    background-position: center center;
}

.modal-body .svg-icon ul li:nth-child(4n):hover:after {
    content: '';
    background: url(../images/pdf_download_icon4th.svg) no-repeat;
    width: 30px;
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 10px;
    height: 30px;
    background-position: center center;
}

.chandran {
    /*line-height:4rem;*/
    color: #307fe2;
    font-size: 35px;
    color: #307fe2;
    font-family: 'BentonSans-Bold';
}

.modal-body .svg-icon ul {
    margin-top: 20px;
}

.desigCap1 {
    color: #7f7f7f;
    font-size: 19px;
    line-height: 2.5rem;
    margin: 0;
    font-weight: 500;
}

.modal {
    z-index: 9999999999999999999;
}

.modal.fade .modal-dialog {
    margin-top: 100px;
}

.cross-new {
    position: relative;
    margin-right: 0;
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    position: relative;
    right: 0;
    font-size: 40px;
    font-weight: 100;
    color: #7f7f7f;
    outline: none;
}

.chandra-img {
    height: 470px;
    margin-top: 8px;
}

.no-pdleft {
    margin-right: 0px;
    padding-right: 0;
}

.no-pdright {
    margin-left: 0px;
    padding: 50px;
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
}

.no-pdright:hover {
    margin-left: 0px;
    padding: 50px;
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
    background-color: #e5ebee !important;
    transition: all 0.7s;
}

.no-pdright:hover.arow:after {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #e5ebee;
    transition: all 0.5s;
}

.arow:after {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    left: -15px;
    top: 25px;
    width: 0;
    z-index: 1;
}

.Simplify {
    max-width: 25rem;
    font-weight: 700;
    font-style: normal;
    color: #464646;
    font-size: 21px;
}

.chandra-box {
    width: 100%;
    height: 332px;
    overflow: hidden;
    background: url(../images/chandra-box.jpg)no-repeat;
}

.chandra-box1 {
    width: 100%;
    height: 332px;
    overflow: hidden;
    box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
    background: #fff;
}

.Chairman {
    margin-left: 15px;
    color: #464646;
    font-size: 14px;
}

.Chairman1 {
    margin-left: 15px;
    color: #464646;
    font-size: 14px;
}

.new {
    text-transform: uppercase;
    color: #4a90e2;
    font-size: 13px;
}

p.Chairman:after {
    position: absolute;
    content: '';
    border-left: 1px solid #eab14f;
    height: 40px;
    /* width: 3px; */
    left: 52px;
    top: 162px;
}

p.Chairman1:after {
    position: absolute;
    content: '';
    border-left: 1px solid #eab14f;
    height: 40px;
    /* width: 3px; */
    left: 54px;
    top: 187px;
}

.reports {
    margin-left: 20px;
    color: #fff;
    font-size: 14px;
}

p.reports:after {
    position: absolute;
    content: '';
    border-left: 1px solid #fff;
    height: 40px;
    /* width: 3px; */
    left: 70px;
    top: 157px;
}

.reports1 {
    margin-left: 20px;
    color: #212121;
    font-size: 14px;
}

p.reports1:after {
    position: absolute;
    content: '';
    border-left: 1px solid #eab14f;
    height: 50px;
    /* width: 3px; */
    left: 70px;
    top: 185px;
}

.Livemint {
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
}

.Livemint1 {
    text-transform: uppercase;
    color: #212121;
    font-size: 13px;
    color: #4a90e2;
}

.Inside {
    max-width: 25rem;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 19px;
}

.Inside1 {
    max-width: 25rem;
    font-weight: 700;
    font-style: normal;
    color: #212121;
    font-size: 19px;
}

.chan-pd {
    padding: 50px;
}

.cursor {
    cursor: pointer;
}

.padding-btm {
    padding-bottom: 50px;
}

.endDiv {
    width: 8rem;
    border: .1rem solid #e2a330;
    margin: auto;
    margin-bottom: 25px;
}

.downloadDiv {
    position: relative;
    bottom: 54px;
    /* right: 22px; */
    /* right: -73px; */
    left: 342px;
}

.yellow-arw {
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 25px;
    bottom: 25px;
}

.chandra-box1.chan-pd:hover {
    background-color: #e5ebee;
    transition: all 0.5s;
}

.col-lg-9 p {
    color: #464646;
    line-height: 1.9;
}

.tab-pane p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: center;
    padding: 80px 80px 0 80px;
}

.img-inr {
    background: url(../images/Cyber_Intel.png) no-repeat center;
    height: 500px;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.img-inr11 {
    background: url(../images/Cyber_Assurance.png) no-repeat center;
    height: 500px;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.img-inr12 {
    background: url(../images/Cyber_Secure_new.png) no-repeat center;
    height: 500px;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
}

.img-inr1 {
    background: url(../images/Section55.jpg) no-repeat center;
    height: 425px;
    background-size: cover !important;
    position: relative;
}

.Cyber_podition {
    position: relative;
}

.cyoper {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    padding: 0 50px;
}

.cyoper_txt {
    color: #fff;
}

.cyoper_h4 {
    margin-bottom: 10px;
}

.line-btn_0 {
    font-weight: bold;
    color: #fff;
    /* 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;
    position: relative;
    top: -3px;
    /* bottom: 27px; */
}

.line-btn_0:after {
    position: absolute;
    content: '';
    background: #ffffff;
    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;
}

.line-btn_0:hover {
    color: #fff;
}

.line-btn_0:hover:after {
    width: 100%;
}

.bx-shadow {
    box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.2);
}

.mr-mins {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.more {
    font-weight: bold;
    color: #04568e;
    font-size: 12px;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    font-family: 'BentonSans-Book';
    padding-bottom: 5px;
    position: relative;
    z-index: 99;
    position: relative;
    top: 134px;
}

.more:after {
    position: absolute;
    content: '';
    background: #04568e;
    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;
    left: 8px;
}

.more:hover:after {
    width: 100%;
}

.line-btn_5 {
    font-weight: bold;
    color: #04568e;
    /* border-bottom: solid 1px #fff;
     */
    font-size: 12px;
    letter-spacing: 2px !important;
    text-transform: uppercase;
    font-family: 'BentonSans-Book';
    padding-bottom: 5px;
    position: relative;
    z-index: 99;
    bottom: -25px;
}

.line-btn_5:after {
    position: absolute;
    content: '';
    background: #04568e;
    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;
}

.line-btn_5:hover:after {
    width: 100%;
}

.fisrt-style h4 {
    color: #04568e;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
}

.hight {
    margin-bottom: 10px;
    margin-top: 50px;
}

.Case {
    margin-bottom: 30px;
}

.case_studies {
    color: #04568e;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 5px;
}

.color_code {
    color: #04568e;
}

.btn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 15px 35px;
    display: inline-block;
    margin: 15px 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #04568e;
    color: #fff;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    outline: none;
}

.btn_top {
    margin-top: 50px;
}

.newsp {
    margin-bottom: 40px;
    margin-left: 16px;
    font-family: 'BentonSans-Book';
    color: #8a8686;
}

.btmkey {
    margin-bottom: 15px !important
}

.mainone ul.slick-dots {
    display: block !important;
    left: -135px;
}

.Talk {
    color: #04568e;
}

.Cyber_podition .tint {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background: rgb(0 0 0 / 55%);
}

.cnt-11 {
    margin-bottom: 10px !important;
}

.mainone .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #04568e;
    border: solid 1px #04568e;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.mainone .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: #04568e;
    border: 0;
    outline: none;
    background: transparent;
}

.mainone .slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 10px;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #04568e !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 4px;
}

.pd-bootom {
    padding-bottom: 0 !important;
}

.bg-gry {
    background-color: #f5f5f5;
}

.pd-lft {
    padding: 50px;
}

.nreleft {
    padding-left: 135px;
}

.nreright {
    padding-right: 135px;
}

.twiter-ic {
    left: 0;
    width: 50px;
    position: absolute;
}

.nn {
    position: relative;
}

.pp-top {
    margin-top: 65px;
    padding-bottom: 25px;
}

.slider .one-time .mainone.slick-track {
    height: 230px !important;
}

nav {
    position: relative;
}

.side-nvbar nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-nvbar nav ul li {
    /* Sub Menu */
}


/*.side-nvbar  nav ul li a {
	display: block;
	background: #ebebeb;
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}*/

.side-nvbar nav ul li a {
    display: block;
    /* background: #ebebeb; */
    padding: 14px 15px;
    color: #333;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    border-bottom: solid 1px #ebebeb;
}

.side-nvbar nav ul li a:hover {
    background: #efefef;
    color: #515151;
}

.side-nvbar nav ul li a .fa {
    width: 16px;
    text-align: center;
    margin-right: 5px;
    float: right;
    position: relative;
    top: 4px;
}

.side-nvbar nav ul ul {
    background-color: #ebebeb;
}

.side-nvbar nav ul li ul li a {
    background: #f8f8f8;
    border-left: 4px solid transparent;
    padding: 10px 20px;
    font-size: 14px;
}

.side-nvbar nav ul li ul li a:hover {
    background: #ebebeb;
    border-left: 4px solid #3498db;
}

.TASL-ISRO p {
    margin-left: -15px;
}

.Integration {
    margin-top: 45px;
    margin-bottom: 45px;
}


/*.pbg{margin:0px !important;}*/

.cyber_pad {
    padding: 50px;
    background: #f7f7f7;
}

.side-nvbar nav ul li.active {
    background: #efefef;
}

.cyber_pad h3 {
    margin-bottom: 12px;
}

.cyber_pad p {
    margin-bottom: 5px;
}

.nones {
    display: none;
}

.greybg {
    background: #f5f5f5;
    padding: 30px 0;
}

.whitebg {
    padding: 30px 0;
}

.topimg {
    margin-top: 30px;
}

.newsTop {
    margin-top: 70px !important;
}

.PayloadsTint {
    background-size: cover !important;
}

.container-fuild.Payloads_bg_1.Payloadsback {
    margin: 0;
}

.PayloadsTint .container.Payloads_bg_2 {
    margin-bottom: 0;
    background: transparent;
}

.PayloadsTint {
    background-size: cover !important;
    padding: 30px 0;
}

.PayloadsTint .top_33 {
    margin-top: 0 !important;
}

.mbo.container-fuild.Payloads_bg_1.pbg {
    margin: 0;
}

.fixed .second_header .logo {
    margin-top: 14px;
}

.scroller {
    display: block !important;
}

.overFlow {
    overflow: hidden;
}

#tabs .wrapper {
    position: relative;
    max-width: 980px;
    display: block;
    overflow: hidden;
    height: 70px;
    box-shadow: -1px -1px 10px #e6e6e6;
}


/*
.list {
    position:absolute;
    left:0px;
    top:0px;
  	min-width:1620px;
    margin-top:0px;
        box-shadow: none;
}

.list a{
	display:table-cell;
    position:relative;
    text-align:center;
    color:#efefef;
    vertical-align:middle;
}
*/

.scroller {
    text-align: center;
    cursor: pointer;
    display: none;
    padding: 0px;
    padding-top: 11px;
    white-space: no-wrap;
    vertical-align: middle;
    background-color: #fff;
    margin-top: 10px;
}

.scroller.scroller-left {
    margin-left: 0;
}

div#nav-tabContent {
    max-width: 980px;
    margin: auto;
}

.scroller.scroller-right i.fa.fa-angle-right {
    background: #2f6dd4;
}

.tab_box {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 30px;
    position: relative;
}

.tab_box ul {
    position: relative;
    z-index: 1;
}

.tab_box ul li {
    margin-bottom: 12px;
    font-size: 14px;
}

.carrer_page {
    padding: 60px 0;
    padding-top: 80px;
}

.carrer_box.bluebg {
    background: #04568e;
}

.carrer_box {
    padding: 50px;
    margin-bottom: 30px;
    height: 350px;
    position: relative;
}

.carrer_box h4 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    font-family: 'BentonSans-Book';
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.carrer_box ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: 0px;
}

.carrer_box ul li {
    width: 50%;
    margin: 0;
    color: #fff;
    font-size: 14px;
    margin-bottom: 23px;
    border-left: solid 1px #fff;
    padding-left: 11px;
    line-height: 1.2;
    cursor: pointer;
    font-weight: 600;
}

.carrer_box p {
    font-size: 14px;
}

.carrer_box.greybg h4 {
    color: #000;
}

.carrer_box span {
    display: flex;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    position: absolute;
    bottom: 50px;
    cursor: pointer;
    transition: all ease-in-out 0.5s;
    color: #04568e;
}

.carrer_box.bluebg span {
    color: #fff;
}

.carrer_box span img {
    width: 5px;
    margin-left: 10px;
}

.carrer_modal .modal-header {
    border-bottom: 0;
    padding: 0;
}

.carrer_modal .modal-content {
    border-radius: 0;
}

.carrer_box.greybg {
    background-size: cover !important;
}

.overlays {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.44);
}

.carrer_modal .close {
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    opacity: 1;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 0px;
    font-size: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.carrer_modal .modal-dialog {
    max-width: 50%;
    margin: 1.75rem auto;
}

.carrer_modal .modal-body {
    padding: 50px;
}

.carrer_modal .modal-body p {
    font-size: 14px;
}

.carrer_modal .modal-body h4 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    font-family: 'BentonSans-Book';
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.news.tata_bg.tata_bgs {
    height: 84vh;
}

.carrer_box span:hover {
    color: #04568e;
}

.carrer_box ul li span {
    position: initial;
    text-transform: capitalize;
    font-weight: 100;
    letter-spacing: 0;
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.carrer_box ul li span:hover {
    color: #fff;
}

.carrer_box.greybg.whitetext h4,
.carrer_box.greybg.whitetext p {
    color: #fff;
    position: relative;
}

.carrer_box.greybg.whitetext span {
    color: #fff;
}

span.btn.btn-default.btn-file.btn-dlf.hvr-sweep-to-right.greys {
    border: solid 1px #adadad;
    color: #fff;
    padding: 12px 20px;
    font-size: 10px;
    letter-spacing: 1px;
    cursor: pointer;
    color: #adadad;
    background: transparent;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 137px;
    height: 40px;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #f46c21!important;
    color: #fff!important;
    cursor: inherit;
    display: block;
}

span.file-name {
    font-size: 13px;
}

span.btn.btn-default.btn-file.btn-dlf.hvr-sweep-to-right.greys:after {
    background: transparent;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    background: transparent;
}

.carrers_img {
    background-size: cover !important;
    height: 100%;
}

.col-md-5.padrt {
    padding: 0;
}

span.btn.btn-default.btn-file.btn-dlf.hvr-sweep-to-right.greys:before {
    background: transparent;
}

.slick-prev,
.slick-next {
    display: none !important;
}


/*======== arrow css========*/

.slider-navs .services_name h5 {
    /*background: #04568e;*/
    width: 20px;
    height: 20px;
}

.slider-navs {
    top: 0 !important;
}

.slider-navs .services_name img {
    width: 7px;
}

.services_name.left.left_new h5 {
    margin-right: 8px;
}


/* .nav-container_top {
    margin-top: -33px;
} */

.product-showcase-carousel-controls img {
    width: 9px !important;
}

span.plyBTn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    top: 0;
}

.aquilon_video.wow.fadeIn {
    max-width: 800px;
    position: relative;
}

.plyBTn i {
    border: solid 1px #fff;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    transition: all ease-in-out 0.3s;
}

.plyBTn i:hover {
    background: #04568e;
    border: solid 1px #04568e;
}

.captionDir img {
    width: 5px;
}

.tata_family .familyBox {
    background-size: cover !important;
    height: 500px;
}

.tata_family {
    padding: 0;
}

.tata_family .container {
    max-width: 100%;
}

.familtText h4 {
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'BentonSans-Book';
    color: #04568e;
}

.tabs #tabs {
    background: transparent;
    display: flex;
    flex-wrap: nowrap;
}

.tabs #tabs li {
    text-align: center;
    border-bottom: solid 1px #868686;
    padding-bottom: 30px;
    width: 100%;
}

.tabs #tabs li a {
    color: #868686;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 0;
    text-align: left;
    opacity: 0.8;
}

.tabs #tabs li a.active.show {
    color: #868686;
    opacity: 1;
}

.tabs #tabs li a.active.show span {
    color: #04568e;
}

.tabs #tabs li a:after {
    content: '';
    background: #04568e;
    position: absolute;
    height: 2px;
    bottom: -31px;
    width: 0;
    left: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.tabs #tabs li a.active.show:after {
    width: 100%;
}

.tabs #tabs li a span {
    display: block;
    font-size: 30px;
    margin-bottom: 7px;
    color: #04568e;
}

.familtText {
    max-width: 540px;
    margin-right: 0;
    padding-top: 110px;
}

.familtText .tab-pane p {
    padding: 0;
    text-align: left;
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.7;
}

.tabs {
    margin-top: 40px;
}

.video_part {
    padding: 60px 0;
}

.video_part h4 {
    margin-bottom: 30px;
    font-size: 30px;
    font-family: 'BentonSans-Book';
    color: #04568e;
}

.weapon {
    height: 220px !important;
}

.people_box {
    background-size: cover !important;
    height: 450px;
    position: relative;
    margin-bottom: 30px;
}

.people_box h4 {
    z-index: 9;
    color: #fff;
    position: relative;
    position: absolute;
    bottom: 0;
    margin: 0;
    margin: 30px;
    right: 0;
    left: 0;
    font-weight: 600;
    font-size: 26px;
}

.video_play {
    border: solid 1px #fff;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    cursor: pointer;
    z-index: 999;
    transition: all ease-in-out 0.5s;
}

.video_play:hover {
    background: #04568e;
    border: solid 1px #04568e;
}

.tabs_cyber {
    background: #f5f5f5;
    padding: 50px 0;
}

.greybg.cyber_tata {
    padding: 0;
    background: #fff;
}

.cyber_tata .container {}

.tabs_cyber {
    background: #f5f5f5;
    padding: 50px 0;
    box-shadow: 2px 3px 20px -1px #d4d4d4;
}

.tabs_cyber ul {
    list-style: none;
    /* max-width: 310px; */
    margin-right: 0;
    padding-right: 30px;
    background: transparent !important;
    padding-left: 30px;
}

.tabs_cyber ul li {
    margin-bottom: 5px;
    border-bottom: solid 1px #ababab;
    padding: 4px 0;
    width: 100%;
}

.tabs_cyber ul li a {
    color: #212121;
    display: block;
    font-size: 13px;
    padding: 0px 0;
    display: flex;
}

.tabs_cyber h4 {
    color: #04568e;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}

.greybg.cyber_tata .col-md-5 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.greybg.cyber_tata .col-md-7 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.tabs_dtls {
    padding: 50px 0;
    max-width: 760px;
    margin-left: 0;
    padding-left: 30px;
}

.tabs_shows h4 {
    color: #04568e;
    font-weight: 100;
    font-size: 30px;
    margin-bottom: 10px;
}

.tabs_shows p {
    text-align: left;
    padding: 10px 0;
    font-size: 15px;
    margin-bottom: 0;
}

.tabs_shows img {
    margin-bottom: 15px;
}

.tabs_cyber ul li a.nav-link.active.show {
    font-weight: 800;
}

.people_box {
    cursor: pointer;
}

.event_no h3 {
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 0;
    margin-bottom: 50px;
    height: 64px;
    color: #d4d4d4;
    padding-left: 210px;
}

.event_no h4 {
    border-bottom: solid 1px #ebebeb;
    padding-bottom: 0;
    margin-bottom: 50px;
    height: 64px;
}

.repeat_box .col-md-5 {
    padding: 0;
}

.repeat_box .col-md-7 {
    padding: 0;
}

.event_no.event_text h4 {
    padding-left: 70px;
}

.event_no.event_text p {
    padding-left: 70px;
    line-height: 1.6;
    max-width: 670px;
    margin: 0;
}

.event_no.event_text h4 {
    padding-left: 70px;
    color: #04568e;
    font-size: 30px;
}

.event_no.event_text span {
    padding-left: 70px;
    font-size: 13px;
    color: #d4d4d4;
    /* margin-top: 10px; */
    position: absolute;
    bottom: 0;
}

.event_no.event_text {
    position: relative;
    height: 100%;
}

.event_no img {
    margin-bottom: 0;
    height: 400px !important;
}

.repeat_box {
    margin-bottom: 80px;
}

.about-wapper.tata_bg.Programs.trade_wrapper .container {
    max-width: 100%;
}

.tabs_cyber ul li a img {
    width: 15px;
    margin-right: 10px !important;
    margin: 0;
}

.tabs_cyber ul li a span {
    margin: 0;
}

img.second_wire {
    width: 18px !important;
}

.scroller i {
    background: #04568e;
    width: 50px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 30px;
}

.scroller {
    margin: 0;
    opacity: 1 !important;
}

.breadcrumb2 li {
    color: #04568e;
    margin-right: 8px;
    position: relative;
}

.breadcrumb2 li::after {
    content: '»';
    margin-left: 8px;
}

.breadcrumb2 li:last-child:after {
    display: none;
}

.breadcrumb2 li a {
    color: #2b2b33;
}

.sidebar-nav-wrap h6 {
    font-size: 16px;
    font-weight: 600;
    color: #04568e;
}

.sidebar-nav li {
    border-bottom: 1px solid #ececec;
    list-style-type: none;
}

.sidebar-nav li a {
    padding: 10px 0;
    display: block;
    color: #000;
}

.sidebar-nav li a:hover {
    color: #dc7526;
}

@media (max-width:1400px) {
    .is-affixed .tabs_cyber.sidebar__inner {
        bottom: -40px !important;
    }
}

.people_box .bottom_fix h4 {
    position: inherit;
    margin: 0;
    top: -40px;
}

.bottom_fix {
    z-index: 9;
    color: #fff;
    position: relative;
    position: absolute;
    bottom: 0;
    margin: 0;
    margin: 30px;
    right: 0;
    left: 0;
    font-weight: 600;
    /* font-size: 26px; */
}

.bottom_fix p {
    font-size: 13px;
    line-height: 1.2;
    opacity: 0.8;
    margin-bottom: 0;
}

.after-none:after {
    display: none !important;
}

.left_li {
    margin-left: 30px !important;
}

li.after-none {
    padding-left: 0;
}

.stab_box p {
    margin-bottom: 10px;
}

.stab_box h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.stab_box img {
    height: 175px;
}

.head {
    margin-bottom: 20px;
    color: #04568e;
    font-size: 30px;
    font-family: 'BentonSans-Book';
}

.aero_srt.aero_rt {
    padding-right: 50px;
}

.aero_srt.aero_rt p {
    font-size: 16px;
    margin-bottom: 104px;
}

.aro_programs .text-center p {
    font-size: 16px;
    margin-bottom: 20px;
}

.ul_aro {
    list-style: none;
    box-shadow: 1px 1px 10px #ccc;
    max-width: 480px;
    margin-top: 40px;
    margin-bottom: 60px;
    display: flex;
}

.ul_aro li a {
    display: inline-block;
    background: #fff;
    padding: 20px;
    width: 238px;
    font-size: 15px;
    cursor: pointer;
    position: relative;
    color: #636363;
}

.ul_aro li a.active {
    background-color: whitesmoke;
    color: #04568e;
}

.ul_aro li a.active:after {
    content: '';
    background: transparent;
    width: 10px;
    height: 10px;
    border-bottom: solid 10px #04568e;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}

.aro_tab {
    margin-bottom: 30px;
    position: relative;
}

.aro_tabImg {
    position: relative;
}

.aro_tabImg .overlay {
    background: rgba(0, 0, 0, 0.32);
}

.aro_tab h4 {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: left;
    font-size: 20px;
    padding: 20px;
    left: 0;
    right: 0;
    font-weight: 500;
    line-height: 1.2;
}

.partnerships {
    padding: 80px 0;
}

.grey_bg {
    background: #f5f5f5;
}

.aro_programs {
    padding-bottom: 80px;
}

.partnerships p {
    font-size: 16px;
}

.pad60 {
    padding: 60px 0;
}

.mb50 {
    margin-bottom: 40px !important;
}

.top15 {
    margin-top: 10px;
}

.stab_box img {
    margin-bottom: 10px;
}

.stab_box ul li {
    font-size: 14px;
    line-height: 17px;
}

.solution_wrapper .h5 {
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
    font-weight: 600;
}

.solution_wrapper p {
    font-size: 15px;
    margin-bottom: 9px;
}

.solution_wrapper .col-md-6 {
    margin-bottom: 40px;
}

.partnerships .row {
    margin-top: 35px;
}

.aero_srt {
    position: relative;
}

.aero_srt .hide_play {
    position: absolute;
    right: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    bottom: 0;
    color: #fff;
    left: 0;
    top: 0;
}

.aero_srt .hide_play i {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.45);
    color: #fff;
}

.tabs_cyber ul li h4 {
    font-size: 16px;
    margin-bottom: 2px;
    margin-top: 20px;
}

.assembly-pd {
    padding: 40px 0;
}

.assembly {
    margin: 0;
}

.assembly-thumb {
    background: #fff;
    box-shadow: 1px 1px 10px #ccc;
    margin-bottom: 30px;
}

.assembly h5 {
    font-size: 15px;
    padding: 15px 0;
    text-align: center;
}

.assembly-thumb img {
    margin: 0;
}

.pd-top {
    padding: 50px 0;
}

@media only screen and (max-width:1920px) and (min-width:1500px) {
    .second_header .logo {
        right: inherit;
        /*left:-5px;*/
        right: 0;
        /*left:0;*/
        top: -44px;
    }
    .support_text1 .mr35 {
        margin-top: 14px !important;
    }
}

@media only screen and (max-width:1920px) and (min-width:1400px) {
    .new_back {
        height: 94vh;
    }
    .blog-wrapper .full_img .full_text {
        margin-top: -293px;
    }
    .marker-6 {
        top: 100%;
    }
    .marker-5 {
        top: 93%;
    }
    .marker-4 {
        top: 80%;
    }
    .second_url2 {
        position: relative;
        left: 85px;
    }
    .second_url1 {
        position: relative;
        left: 60px;
    }
    .second_url {
        position: relative;
        left: 30px;
    }
    .fourthurl {
        left: 60px;
    }
}

@media only screen and (max-width:1499px) {
    .second_header {
        background-position: -155px center !important;
    }
}

.filesize {
    font-size: 14px;
    color: #000 !important;
}

.career_banner {
    height: 90vh;
    position: relative;
    background-size: cover !important;
}

.career_banner:after {
    content: '';
    background: #0000004f;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.career_banner.tints_block:after {
    background: #0000008f;
}

.career_banner .caption {
    position: absolute;
    bottom: 90px;
    /* top: 0;*/
    margin: auto;
    max-height: 170px;
    z-index: 9;
    background: rgba(0, 0, 0, 0.4);
    padding: 10px;
}

.career_banner .caption h5 {
    font-family: 'BentonSans-Book';
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.career_banner .caption p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.career_banner .lines {
    background: #fff;
    margin: 5px 0 15px;
    width: 65px;
    height: 1px;
}

.career_form .form_box {
    width: 100%;
    margin: 0 5px;
    position: relative;
}

.career_form .form_box .form-controls {
    border: none;
    padding: 17px 30px;
    width: 100%;
    box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.18);
    font-size: 16px;
}

.career_form form.d-flex {
    margin-top: -30px;
    position: relative;
}

.career_form .form_box .submit-btn {
    background: #04568e;
    color: #fff;
    border: none;
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 14px;
    cursor: pointer;
    width: 100%;
    height: 100%;
    transition: all ease-in-out 0.3s;
    height: 58px;
}

.career_form {
    margin-bottom: 20px;
}

.career_form .form_box:last-child {
    width: 50%;
}

.pad-80 {
    padding: 10px 0;
}

.career_life h4 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'BentonSans-Book';
    color: #04568e;
}

.career_life p {
    margin: 0 auto;
    text-align: justify;
    font-size: 15px;
    margin-bottom: 0px;
    font-family: 'BentonSans-Book';
    /* max-width: 800px; */
}

.career_life .awards_wrapper h3 {
    font-size: 18px;
    margin-left: 0;
    font-family: 'BentonSans-Book';
    color: #04568e;
    margin-bottom: 25px;
}

.career_life .awards_wrapper .awards_text {
    padding: 30px;
    box-shadow: -2px 3px 10px rgba(0, 0, 0, 0.07);
}

.awards_text .awards_scroll {
    display: flex !important;
}

.awards_text .awards_scroll p {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
    margin: 0;
}

.awards_text .awards_scroll img {
    width: 40px;
    margin: 0;
}

.awards_text .awards_scroll span {
    margin: 0;
    margin-right: 10px;
}

.arrow_all {
    display: flex;
    margin-top: 48px;
}

.arrow_all div {
    margin: 0;
}

.arrow_all img {
    width: 8px;
    cursor: pointer;
}

.arrow_all .awards_Right,
.largest_s .largest_Right,
.Global_arrow .Global_Right {
    margin-left: 20px !important;
}

.largest_box .largest_slide {
    display: flex !important;
    /*box-shadow: -2px 1px 10px #00000014;*/
    height: 205px;
}

.largest_box .largest_slide .largest_flex {
    width: 40%;
}

.largest_box .largest_slide .largest_text {
    width: 60%;
    padding: 20px 30px;
}

.largest_box .largest_slide .largest_text h3 {
    font-size: 18px;
    margin-left: 0;
    font-family: 'BentonSans-Book';
    color: #04568e;
    margin-bottom: 15px;
}

.largest_box .largest_slide .largest_text p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 0;
    margin: 0;
    font-family: 'BentonSans-Book';
}

.awards_wrapper {
    margin-left: 20px;
}

.mb5 {
    margin-bottom: 50px;
}

.awards_text .arrow_awards {
    margin-top: 50px;
}

.career_life.diversity h4 {
    text-align: center;
    margin-bottom: 5px;
}

.career_life.diversity p {
    text-align: center;
    margin-bottom: 30px;
}

.diversity .dots_box {
    height: 300px;
    background-size: cover !important;
    position: relative !important;
}

.diversity_slider {
    margin-bottom: 0 !important;
}

.diversity_slider .slick-dots {
    bottom: 50px;
    display: block !important;
    z-index: 9;
}

.diversity .dots_box p {
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 18px;
    color: #fff;
}

.diversity .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    border: solid 1px #fff;
}

.diversity .slick-dots li button:before {
    color: #fff;
    font-size: 6px;
    opacity: 0.8;
}

.diversity .slick-dots li.slick-active {
    margin: 0 4px 0 0;
}

.gardient_slide {
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgb(4 4 4 / 8%) 39%, rgb(21 21 21 / 25%) 64%, rgb(36 36 36 / 72%) 100%);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

.typo_box {
    background: #f5f5f5;
    width: 100%;
    /*height: 351px;*/
    height: 288px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
}

.typo_box span {
    color: #2b2b2b;
    font-size: 15px;
    font-family: 'BentonSans-Book';
}

.typo_box h5 {
    font-weight: 800;
    font-family: 'BentonSans-Bold';
    font-size: 20px;
    line-height: 1.4;
    margin: 2px 0;
    text-transform: uppercase;
}

.typo_box.active {
    background: #4980c1;
}

.typo_box.active h5 {
    color: #fff;
}

.typo_box.active span {
    color: #fff;
    opacity: 0.9;
}

.infrom_head {
    padding: 40px 0;
}

.infrom_head p {
    margin-bottom: 0;
}

.career_life.diversity.pad-80 {
    padding-bottom: 20px;
}

.enviroment .typo_box {
    background: transparent;
    height: auto;
    border-right: solid 1px #9a9a9a;
    text-align: left;
    padding: 0 35px;
    justify-content: end;
}

.enviroment .d-flex {
    margin-top: 60px;
}

.enviroment .d-flex span {
    display: block;
    width: 100%;
    font-family: 'BentonSans-Book';
}

.enviroment .d-flex h4 {
    text-align: left;
}

.enviroment .typo_box h5 {
    color: #000000;
}

.enviroment .typo_box.actives h5 {
    color: #000;
}

.enviroment .typo_box.actives span {
    color: #707070;
}

.greybg {
    background: #f5f5f5;
    padding: 30px 0;
}

.ventures .ventures_box h4 {
    text-align: left;
}

.ventures .ventures_box p {
    text-align: left;
}

.hover_box .flex_hover {
    display: flex;
    align-items: center;
}

.hover_box .flex_hover span {
    width: 50px;
    height: 50px;
    background: #e0e0e0;
    border-radius: 50px;
    padding: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.hover_box .flex_hover h5 {
    font-size: 20px;
    font-family: 'BentonSans-Book';
    color: #04568e;
    margin-left: 15px;
}

.hover_box p {
    margin-bottom: 0;
    text-align: left;
    font-size: 15px;
    margin-top: 20px;
}

.ventures .col-md-6 {
    margin: 0;
}

.hover_box {
    padding: 40px 20px;
    margin-bottom: 30px;
    /*height: 220px;*/
    height: 100%;
    transition: all ease-in-out 0.3s;
}

.hover_box:hover {
    background: #fff;
}

.support_wrapper .row {
    margin-top: 25px;
}

.support_box {
    background: #ffffff;
    height: 100%;
    position: relative;
}

.support_text {
    padding: 40px;
    /*position: relative;*/
}

.support_wrapper .support_text h4 {
    text-align: left;
    margin-bottom: 10px;
    color: #2b2b33;
    font-size: 20px;
    font-family: 'BentonSans-bold';
}

.support_wrapper p {
    text-align: left;
    font-size: 15px;
}

.support_text .line-btn {
    color: #04568e;
    position: absolute;
    bottom: 31px;
}

.support_text .line-btn:after {
    width: 0;
    background: #04568e;
}

.support_text .line-btn:hover:after {
    width: 100%;
}

.career_head {
    font-weight: 500;
    margin: 80px 0 40px;
    font-size: 17px;
    line-height: 1.4;
    font-family: 'BentonSans-Book';
}

.h-100 {
    height: 100%;
}

.learing:after {
    content: '';
    /*background: #000000a8;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;*/
}

.overlap {
    background: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.learing .container {
    position: relative;
    z-index: 1;
}

.learing {
    position: relative;
    overflow: hidden;
}

.learing h4 {
    color: #fff;
}

.list_img {
    list-style: none;
    display: flex;
    margin-top: 60px;
    margin-bottom: 0;
}

.list_img li {
    width: 100%;
    text-align: center;
    color: #fff;
    opacity: 1;
    font-size: 17px;
    /*border-bottom: solid 2px #d4d4d4;*/
    padding-bottom: 10px;
    transition: all ease-in-out 0.3s;
    font-family: 'BentonSans-Book';
}

.list_img li:hover {
    /*border-bottom: solid 2px #04568e;*/
    opacity: 1;
}

.list_img li b {
    font-family: 'BentonSans-Book';
}

.list_img li.active {
    /*border-bottom: solid 2px #04568e;*/
    opacity: 1;
}

.bg_img {
    background-size: cover !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.learing .bg_img img {
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out0. 3s;
    transition: all ease-in-out 0.3s;
}

.enviroment .typo_box:last-child {
    border-right: none !important;
    padding-right: 0;
}

input:focus {
    outline: none;
}

.ventures_box {
    margin-top: 40px;
}

.join_now_wrapper .form-control {
    height: auto !important;
    background: #f5f5f5;
    border: none;
    border-radius: 0;
    padding: 20px;
    color: #0e0e0e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
}

.join_now_wrapper .form-control::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #0e0e0e;
}

.join_now_wrapper .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #0e0e0e;
}

.form-group::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #0e0e0e;
}

.join_now_wrapper .btn-tasl {
    background: #04568e;
    color: #fff;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    cursor: pointer;
    width: 130px;
    transition: all ease-in-out 0.3s;
    padding: 12px 0;
}

.join_now_wrapper .btn-tasl:hover {
    background: #256be0;
}

.join_now_wrapper form .col-md-6:nth-child(odd) {
    padding-right: 30px;
}

.join_now_wrapper form .col-md-6:nth-child(even) {
    padding-left: 30px;
}

.custom_caret:after {
    content: '\f107';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 23px;
    right: 18px;
    z-index: 0;
}

.custom_caret {
    position: relative;
    background: #f5f5f5;
}

.join_now_wrapper select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    z-index: 9;
    background: transparent;
}

.join_now_wrapper .form-group {
    margin-bottom: 30px;
}

.hover_box .flex_hover span img {
    width: 27px;
}

.business-career {
    width: 75%;
    margin: 0;
}

.business .apply_main {
    margin-bottom: 40px;
    margin-top: 0;
}

.business .apply_main .business_left {
    margin-right: 20px;
}

.opportunity_wrapper .opportunity_box {
    width: 25%;
}

.opportunity_wrapper .opportunity_box {
    height: 350px;
    padding: 20px;
    background-size: cover !important;
    position: relative;
}

.opportunity_wrapper .opportunity_box .opportunity_img .bottom_link {
    /*position: absolute;*/
    bottom: 20px;
    color: #fff;
    width: 100%;
    right: 0;
    left: 0;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
}

.opportunity_wrapper .opportunity_box .opportunity_img {
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0) 0%, rgba(230, 230, 230, 0) 1%, rgb(4 4 4 / 0%) 39%, rgb(0 0 0 / 45%) 64%, rgb(0 0 0) 100%);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
}

.opportunity_wrapper .opportunity_box .opportunity_img {
    overflow: hidden;
}

.button-group {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    width: 100%;
    height: 50px;
    -webkit-transition: height .8s;
    -moz-transition: height .8s;
    -o-transition: height .8s;
    transition: height .8s
}

.opportunity_wrapper .opportunity_box .opportunity_img:hover .button-group {
    height: 90px;
    -webkit-transition: height .8s;
    -moz-transition: height .8s;
    -o-transition: height .8s;
    transition: height .8s
}

.opportunity_wrapper .opportunity_box .opportunity_img:hover .button-group .knowmore {
    opacity: 1;
}

.knowmore {
    /* position: absolute; */
    z-index: 99;
    bottom: -5px;
    left: 22px;
    opacity: 0;
}

.opportunity_wrapper .opportunity_box .opportunity_img .bottom_link img {
    margin: 0;
    width: 30px;
}

.opportunity_wrapper .opportunity_box .opportunity_img h4 {
    text-align: left;
    line-height: 1.3;
}

.pad40 {
    padding: 40px 40px;
    background: #f5f5f5 !important;
}

.btns {
    background: #04568e;
    color: #fff;
    border: none;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px !important;
    cursor: pointer;
    width: 130px !important;
    transition: all ease-in-out 0.3s;
    padding: 12px 0 !important;
    display: inline-block !important;
    text-align: center;
    margin-left: 40px;
    margin-bottom: 25px;
}

.career_life.pad-80.opportunity_wrapper .d-flex {
    margin-top: 60px;
}

.career_life.pad-80.opportunity_wrapper {
    padding-bottom: 0;
}

.apply_box img {
    width: 80px;
    margin: 0;
}

.apply_box p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 0 !important;
}

.apply_box h5 {
    font-weight: 800;
    font-family: 'BentonSans-Bold';
    font-size: 15px;
    line-height: 1.4;
    margin: 22px 0 14px;
    color: #000;
    text-transform: uppercase;
}

.apply_box {
    padding: 30px 20px 30px 40px;
    height: 320px!important;
}

.apply_js .apply_box:nth-child(even) {
    background: #f5f5f5;
}

.apply_js .apply_box:nth-child(odd) {
    background: #fff;
}

.apply_box p b {
    color: #04568e;
    font-weight: 400;
}

.apply_box {
    position: relative;
    z-index: 99;
    transition: all ease-in-out 0.5s;
    margin: 0 5px;
}

.apply_js {
    margin-top: 0px;
}

.apply_js .apply_box:hover {
    box-shadow: -2px 2px 17px 0px #00000033;
}

.apply_js .slick-track {
    padding: 30px 10px 20px 10px;
}

.career_life.enviroment.greybg.business_type {
    padding: 80px 0;
}

.enviroment.business_type .typo_box:last-child {
    border-right: none;
    padding-right: 0;
    padding-left: 13px;
}

.apply_main.arrow_all {
    justify-content: flex-end;
}

.apply_main.arrow_all .apply_left {
    margin-right: 20px;
}

.apply_main img {
    width: 40px;
}

li.active_js.activeBg i {
    opacity: 1;
}

li.active_js.activeBg {
    padding: 0 6px !important;
    background: #2d71e2;
}

.globalSearchIcon {
    float: right;
    text-align: center;
    width: auto;
    padding: 16px 0;
    outline: 0;
    cursor: pointer;
    border: none;
    background: transparent;
}

.searchSection {
    -webkit-overflow-scrolling: touch;
    display: none;
    position: fixed;
    width: 100%;
    height: -moz-calc(100vh - 70px);
    height: -webkit-calc(100vh - 70px);
    height: -o-calc(100vh - 70px);
    height: calc(100vh - 70px);
    z-index: 996;
    top: 70px;
    background-color: #fff;
    opacity: .96;
    overflow-x: hidden;
    padding-top: 0;
}

.searchDiv {
    background: #fff;
    border-bottom: 2px solid #04568e;
    display: inline-block;
    width: 100%;
}

.searchSection .inputBox {
    width: 95%;
    float: left;
    min-height: 3rem;
    background: 0;
    border: 0;
    padding-top: 12px;
    color: #454545;
    font-size: 22px;
    outline: 0;
}

button:focus {
    outline: none;
}

.benefits .apply_box {
    height: 240px!important;
    text-align: center;
}

.benefits .apply_box img {
    margin: 0 auto;
}

.graduates_wrapper .support_text h4 {
    margin-bottom: 50px;
}

.graduates_wrapper p {
    text-align: justify;
}

.largest_box.mb5,
.largest_box {
    position: relative;
    box-shadow: -2px 1px 10px rgba(0, 0, 0, 0.08);
}

.largest_s.arrow_all,
.Global_arrow.arrow_all {
    display: flex;
    margin-top: 0;
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0;
    max-width: 50px;
    margin: 0 auto;
}

.career_life.support_wrapper.pad-80.greybg.graduates_wrapper .support_box p {
    text-align: left !important;
    margin-bottom: 6px;
    font-weight: 600;
}

.career_life.support_wrapper.pad-80.greybg.graduates_wrapper .support_box ul {
    margin-left: 18px;
}

.career_life.support_wrapper.pad-80.greybg.graduates_wrapper .support_box ul li {
    font-size: 15px;
    font-family: 'BentonSans-Book';
}

.career_life.support_wrapper.pad-80.greybg.graduates_wrapper .support_box h4 {
    margin-bottom: 20px;
}

.career_life.support_wrapper.pad-80.greybg.graduates_wrapper .support_box .support_text .line-btn {
    bottom: 0px;
    position: relative;
}

.search_result {
    padding-bottom: 50px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 50px;
}

.search_result h4 a {
    margin-bottom: 15px;
    font-size: 30px;
    font-family: 'BentonSans-Book';
    color: #222;
}

.search_result p {
    font-size: 17px;
    color: #222;
    margin-top: 10px;
}

.search_result span {
    font-size: 17px;
    color: #222;
}

.search_result .line-btn {
    color: #04568e;
}

.search_result .line-btn:after {
    background: #04568e;
    width: 0;
}

.search_result .line-btn:hover:after {
    width: 100%;
}

.search_wrapper .support_text h4 {
    text-align: left;
    margin-bottom: 10px;
    color: #2b2b33;
    font-size: 20px;
    font-family: 'BentonSans-bold';
}

.search_wrapper .support_text {
    background: #f5f5f5;
}

.search_wrapper .support_text .line-btn {
    position: inherit;
    bottom: 0;
}

.job_dlts h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
}

.job_dlts p {
    font-size: 16px;
    margin-bottom: 26px;
    line-height: 1.6;
}

.job_dlts ul {
    margin-left: 16px;
    margin-bottom: 30px;
}

.job_dlts ul li {
    font-size: 16px;
    margin-bottom: 5px;
}

.career_life.enviroment.workplace .typo_box p {
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
}

.career_life.enviroment.workplace .typo_box img {
    width: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.gender_diversity .dots_box {
    /*  height:500px;*/
    height: 400px;
}

.career_life.diversity.gender_diversity .captions p {
    margin-bottom: 0;
    position: inherit;
    bottom: 0;
    left: 0;
    font-size: 19px;
    color: #ffffff;
    max-width: 750px;
    margin: 0;
    line-height: 1.6;
    text-align: left;
}

.career_life.diversity.gender_diversity .captions h5 {
    font-family: 'BentonSans-Bold';
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: bold;
    font-size: 32px;
    margin-left: 16px;
    margin-left: 0;
    text-align: left;
    color: #ffffff;
    letter-spacing: 3px;
}

.career_life.diversity.gender_diversity .captions {
    margin-top: 120px;
}

.career_life.diversity.gender_diversity .trans-bg {
    z-index: 1;
}

.career_life.diversity.gender_diversity {
    position: relative;
}

.career_life.diversity.gender_diversity .container {
    position: relative;
    z-index: 9;
}

.career_life.diversity.gender_diversity h4 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.career_life.enviroment.workplace.pad-80 .typo_box {
    border-right: solid 1px #9a9a9a52;
    /* padding-left: 0; */
}

.career_life.support_wrapper.pad-80.greybg.graduates_wrapper {
    background: #fff;
}

.career_life.support_wrapper.pad-80.greybg.graduates_wrapper .support_text {
    background: #f5f5f5;
}

.form-group.text-center.top_5 {
    margin-top: 40px;
}

input#exampleFormControlFile1 {
    font-size: 14px;
}

.bluegrey {
    background: #edf3fc;
    padding: 40px 0;
}

.inrto_wrapper h4 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 26px;
    font-family: 'BentonSans-Book';
    color: #04568e;
    text-transform: uppercase;
}

.inrto_wrapper p {
    font-size: 17px;
}

.intro_icon {
    display: flex;
    align-items: end;
    margin-top: 20px;
    margin-bottom: 20px;
}

.intro_icon .intro_text h6 {
    color: #04568e;
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: 600;
}

.intro_icon .intro_text p {
    font-size: 14px;
    margin-bottom: 0;
}

.intro_text {
    padding-left: 30px;
    margin: 0;
}

.intro_icons {
    margin: 0;
}

.no-wrap {
    flex-wrap: nowrap;
}

.into60 {
    padding: 20px 0;
}

.excellence_box p {
    font-size: 13px;
    text-align: justify;
    line-height: 1.3;
    font-style: italic;
    margin-bottom: 10px;
}

.innerText {
    padding: 0 20px;
}

.excellence_box h4 {
    color: #04568e;
    font-size: 18px;
    margin-bottom: 14px;
    font-weight: 600;
    padding-left: 8px;
}

.excellence_box {
    margin-bottom: 60px;
}

.innerText a {
    color: #000000;
    font-size: 13px;
    text-decoration: underline;
    font-style: italic;
    position: absolute;
    bottom: 0;
}

.excellence_wrapper {
    padding: 45px 0 0px;
}

.excellenc_img img {
    width: 100%;
}

.excellenc_img {
    width: 45%;
}

.innerText {
    padding: 0 20px;
    width: 55%;
    position: relative;
}

.customer_boxes {
    position: relative;
    height: 420px;
}

.customer_boxes h4 {
    color: #04568e;
    font-size: 20px;
    margin-bottom: 11px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
}

.customer_boxes p {
    font-size: 13px;
    text-align: justify;
    line-height: 1.3;
    font-style: italic;
    margin-bottom: 10px;
    margin: 15px 10px 20px;
}

.customer_boxes a {
    color: #000000;
    font-size: 13px;
    text-decoration: underline;
    font-style: italic;
    position: absolute;
    bottom: 0;
    margin: 0 10px;
}

.customer_boxes a:hover {
    color: #04568e;
}

.customer_wrap {
    padding: 45px 0;
}

.top-20 {
    margin-top: 20px;
}

.capabilities_wrapper .customer_boxes {
    height: 480px;
}

.career_life.enviroment.pad-80 .text-center {
    margin-top: 60px;
}

.career_life.enviroment.pad-80 .text-center a {
    background: #04568e;
    line-height: 0;
    padding: 20px 30px;
}

.career_life.enviroment.pad-80 .text-center a:hover:after {
    display: none;
}

.career_life.enviroment.pad-80 .text-center a:hover {
    background: #256be0;
}

.infrom_head p {
    text-align: left !important;
    margin-bottom: 10px !important;
    font-family: 'BentonSans-Book';
}

.bold {
    font-weight: 800;
}

.line-btn.btn_inherit {
    position: relative;
    bottom: 0;
    margin-bottom: 40px;
    display: inline-block;
}

.m20 {
    margin-bottom: 20px !important;
}

.enviroment .typo_box img {
    width: 60px;
    margin: 0;
    margin-bottom: 15px;
}

.titleclass {
    padding: 14px 26px;
    /* box-shadow: 3px 2px 10px #00000040; */
    line-height: 1.5;
    cursor: pointer;
    border: solid 1px #f5f5f5;
    transition: all ease-in-out 0.3s;
    font-size: 14px;
}

.titleclass:hover {
    background: #04568e;
    color: #fff;
}

.titleclass .select_input {
    font-weight: 600;
}

.titleclass1 {
    padding: 14px 26px;
    /* box-shadow: 3px 2px 10px #00000040; */
    line-height: 1.5;
    cursor: pointer;
    border: solid 1px #f5f5f5;
    transition: all ease-in-out 0.3s;
    font-size: 14px;
}

.titleclass1:hover {
    background: #04568e;
    color: #fff;
}

.titleclass1 .cityclass {
    font-weight: 600;
}

#titleList,
#locationList {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;
}

.list-unstyled {
    margin-bottom: 0;
}

small {
    font-size: 18px;
}

.underline {
    text-decoration: underline;
}

.career_life.diversity.gender_diversity .captions .line-btn {
    margin-top: 30px;
    display: inline-block;
}

.career_life.diversity.gender_diversity .captions .line-btn:after {
    width: 0%;
}

.career_life.diversity.gender_diversity .captions .line-btn:hover:after {
    width: 100%;
}

.gender_diversity .line-btn {
    background: #04568e;
    line-height: 0;
    padding: 26px 30px;
    display: inline-block;
    margin: 30px 0;
}

.gender_diversity .line-btn:hover {
    background: #256be0;
}

.culture_div {
    background-size: cover !important;
    height: 450px !important;
    position: relative;
    margin-bottom: 0;
}

.inclusive .culture_div {
    height: auto !important;
}

.inclusive .culture_jss .slick-dots li:after {
    display: none;
}

.inclusive .culture_jss .slick-dots {
    display: block !important;
    bottom: 40px;
}

.inclusive .culture_jss .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    border: solid 1px #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.inclusive .culture_jss .slick-dots li button:before {
    opacity: 1;
    color: #fff;
}

.culture_div .overlay {
    background: rgb(12 12 12 / 40%);
}

.breadcrumb_wrapper.scroll_fixed {
    position: fixed;
    top: 70px;
    right: 0;
    left: 0;
    z-index: 9999;
    box-shadow: -1px 7px 20px -19px #000;
    -webkit-animation: slide-down 1s;
    animation: slide-down 1s;
}

.breadcrumb_wrapper {
    background: #fff;
    transition: all .5s ease;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    100% {
        opacity: 0.9;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


/*.breadcrumb_wrapper.scroll_fixed ul.breadcrumb{
    margin:0;
    padding: 9px 0px;
}*/

.breadcrumb_wrapper ul.breadcrumb {
    margin: 0px 0 0 15px;
    padding: 9px 0px;
    background: transparent;
}


/*.about-text .slick-dots{
    display:block !important;
}*/

.about-text .culture_jss {
    margin-bottom: 0 !important;
}

.about-text .slick-dots li:after {
    display: none !important;
}

.about-text .people_box {
    cursor: inherit;
}


/*.knowmore {
    
    position: absolute;
    z-index: 99;
    bottom:0px;
    left: 22px;
}*/


/* .knowmore{color: #fff;
    font-size: 18px;
    text-align: center;
    opacity: 0;
    top: 45%;
    position: absolute;
    left: 0;
    z-index: 99;
    right: 0;
    cursor: pointer;
    
    max-width: 123px;
    padding: 4px;
     transition: all ease-in-out 0.5s;
        
    }
    .opportunity_box:hover .knowmore{opacity:1;color:#fff;}*/

.diversity_slider .slick-dots li {
    margin: 0 4px;
}

.mr35 {
    margin-top: 35px !important;
}


/* aerostructures aeroengines  */

.career_life.support_wrapper.pad-80.greybg.graduates_wrapper.capabilities_wrapper .support_text {
    padding: 30px;
    height: 330px;
    /*height:280px;*/
}

.career_life.support_wrapper.pad-80.greybg.graduates_wrapper.capabilities_wrapper .support_text p {
    color: #4e4e4e;
    font-family: 'BentonSans-Light';
}

.career_life.support_wrapper.pad-80.greybg.graduates_wrapper.capabilities_wrapper .support_text h4 {
    font-size: 18px;
}

.career_life.support_wrapper.pad-80.greybg.graduates_wrapper.capabilities_wrapper .support_text a {
    bottom: 35px !important;
    position: absolute !important;
}

.career_life.aerostructures_head.pad-80 p {
    margin-bottom: 20px;
}

.icon_slide_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

.icon_slide_wrapper .slide_wrap {
    width: 25%;
    padding: 30px;
    height: 230px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
    background: #fff;
}

.light_grey {
    background: #f9fafa !important
}

.slide_wrap img {
    width: 60px;
}

.slide_wrap h5 {
    font-family: 'BentonSans-Bold';
    color: #2b2b33;
    font-size: 14px;
    margin: 20px 0 14px;
}

.slide_wrap p {
    text-align: left;
    font-size: 15px;
    margin-bottom: 0 !important;
}

.slide_wrap:hover {
    box-shadow: 0px 0px 16px 1px #69696921;
    z-index: 999;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

.nav-tabs {
    display: none;
}

.aerostructures_tabs li {
    width: 100%;
    background-color: #4780c2;
}

.aerostructures_tabs li a {
    color: #fff !important;
}

.aerostructures_tabs ul {
    flex-wrap: nowrap;
}

.aerostructures_tabs {
    margin-top: 25px;
}

.aerostructures_tabs .card-body .flex_text {
    width: 50%;
}

.aerostructures_tabs .card-body {
    padding: 0;
    margin-top: 10px;
}

.aerostructures_tabs .card-body .flex_text.flex_content h4 {
    font-family: 'BentonSans-Bold';
    font-size: 24px;
    text-align: left;
    color: #3474af;
    text-transform: uppercase;
}

.aerostructures_tabs {
    position: relative;
}

.aerostructures_tabs .card-body .flex_text.flex_content p {
    padding: 0;
    text-align: left;
    margin-top: 18px;
    margin-bottom: 20px;
}

.aerostructures_tabs .card-body .flex_text.flex_content a {
    color: #04568e;
}

.aerostructures_tabs .card-body .flex_text.flex_content a:after {
    width: 0;
}

.aerostructures_tabs .card-body .flex_text.flex_content a:hover:after {
    width: 100%;
    background: #04568e;
}

.aerostructures_tabs .card-body .flex_text.flex_content {
    padding: 45px 75px 45px 45px;
}

.aerostructures_tabs .nav-tabs .nav-link {
    border-right: none;
    border-right: solid 1px #fff;
    position: relative;
    font-weight: 600;
    opacity: 0.5;
    letter-spacing: 1px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.4;
}

.aerostructures_tabs .nav-tabs .nav-link.active {
    opacity: 1;
}

.aerostructures_tabs .nav-tabs .nav-link.active:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #4780c2;
    position: absolute;
    bottom: -10px;
}

.slide_hoverwraper .slide_bg1 {
    background: url('../images/Customers-Commercial.jpg') no-repeat center;
}

.slide_hoverwraper .slide_bg2 {
    background: url('../images/Customers -Defence.jpg') no-repeat center;
}

.slide_hoverwraper .slide_bg3 {
    background: url('../images/Customers-Commercial-Engines-new.jpg') no-repeat center;
}

.slide_hoverwraper .slide_bg {
    height: 500px;
    position: relative;
    background-size: cover !important;
}

.slide_hoverwraper ul {
    list-style: none;
    margin-bottom: 0;
}

.slide_hoverwraper {
    margin-top: 30px;
}

.slide_hoverwraper ul li {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    transition: all ease-in-out 1s;
    max-width: 100%;
}

.slide_hoverwraper ul li a {
    position: relative;
}

.slide_hoverwraper ul li:hover {
    -webkit-flex-grow: 3;
    flex-grow: 3;
}

.slide_hoverwraper .slide_bg {
    /*background: rgb(0 0 0 / 55%);*/
    width: 100%;
    /*position: absolute;*/
    bottom: 0;
    /*padding: 13px 19px;*/
    left: 0;
    right: 0;
    font-size: 14px;
    color: #bfbfbf;
    letter-spacing: 1px;
    font-family: 'BentonSans-Bold';
    display: flex;
    align-items: center;
}

.slide_hoverwraper .slide_bg>div {
    background: rgb(0 0 0 / 55%);
    width: 100%;
    position: absolute;
    bottom: 0;
    /*padding:0 14px;*/
    padding: 18px 14px;
    left: 0;
    right: 0;
    font-size: 14px;
    color: #bfbfbf;
    letter-spacing: 1px;
    font-family: 'BentonSans-Bold';
    transition: height .6s;
    height: 55px;
    overflow: hidden;
}

.slide_hoverwraper .slide_bg>div h6 {
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
    background: none;
}

.slide_hoverwraper .slide_bg>div p {
    text-align: left;
    margin-bottom: 0 !important;
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 15px;
    /*display:none;*/
    opacity: 0;
    color: #fff;
    max-width: 100%;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}


/*.slide_hoverwraper ul li:hover h6 {
  opacity: 1;
}*/

.slide_hoverwraper ul li:hover p {
    /*display:block;*/
    /* opacity: 1;*/
}

.slide_hoverwraper ul li:hover .slide_bg>div {
    height: 150px;
}

.career_life.aerostructures_head.pad-80.greybg {
    padding-bottom: 30px;
}

.slide_hoverwraper .slide_bg i {
    opacity: 0;
    transition: all ease-in-out 1s;
    font-size: 18px;
    margin: 0;
    margin-left: 2px;
    position: relative;
    top: 0;
}

.career_life.aerostructures_head.pad-80.top-50 {
    padding-top: 30px;
    padding-bottom: 55px;
}

.slide_hoverwraper .slide_bg:hover i {
    opacity: 1;
}

.career_life.aerostructures_head.pad-80.top0 {
    padding-top: 0;
}

.Highlights_wrapper .slide_wrap {
    width: 100%;
}

.Highlights_wrapper .icon_slide_wrapper {
    flex-wrap: nowrap;
}

.Highlights_wrapper .slide_wrap {
    text-align: center;
}

.Highlights_wrapper .slide_wrap p {
    text-align: center;
}

.Highlights_wrapper .slide_wrap img {
    width: 80px;
}

.Highlights_wrapper {
    margin-top: 30px;
}

.relate_box {
    position: relative;
}

.aerostructures_tabs .slick-dots {
    display: block !important;
}

.aerostructures_tabs .slide_commerical li {
    background: transparent;
    margin: 0 6px;
}

.table_tata td,
.table_tata th {
    width: auto;
    border: solid 1px #f5f5f5;
    color: #000000;
}

.table_tata tr:nth-child(odd) {
    background-color: #c5c5c5;
}

.table_tata {
    margin-top: 30px;
}

.rugged_view img {
    margin-bottom: 0;
}

.mb0 {
    margin-bottom: 0 !important;
}

.whitetext {
    background: #f5f5f5;
    padding: 10px 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
}

.padtata {
    padding: 10px 0;
}

.tab-arrow {
    position: absolute;
    bottom: 45px;
    width: 50px;
    left: 40px;
    display: flex;
}

.tab-arrow img {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
}

@media (min-width: 976px) and (max-width:1285px) {
    header .menu ul li a {
        padding: 1px 22px;
        font-size: 10px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
        margin: auto;
        padding: 0 50px;
    }
}

@media(min-width:768px) {
    .nav-tabs {
        display: flex;
    }
    .card {
        border: none;
    }
    .card .card-header {
        display: none;
    }
    .card .collapse {
        display: block;
    }
}

@media(max-width:767px) {
    .tab-content>.tab-pane {
        display: block !important;
        opacity: 1;
    }
}

.w990 {
    width: 990px!important;
}

.w700 {
    width: 800px!important;
}

.left-557 {
    left: -557px!important;
}

.left-535 {
    left: -635px!important;
}

.left-871 {
    left: -871px!important;
}

.error {
    color: red;
}

.footer-links.second_url.text-center img {
    width: 260px;
    margin-top: 80px;
}

.learning-platform-list li img {
    display: block;
    margin-bottom: 15px;
}


/* start csr list css */

.txt-primary {
    color: #04568e;
}

.font-primary {
    font-family: 'BentonSans-Book';
}

.sec-heading {
    font-size: 34px;
    font-family: 'BentonSans-Book';
}

.list-heading {
    font-size: 24px;
    font-family: 'BentonSans-Book';
}

.breadcrumb-section {
    background: #fafafa;
}

.breadcrumb-section .breadcrumb {
    margin-bottom: 0;
    padding: 7px 0;
    display: block;
    background-color: transparent;
}

.breadcrumb-section .breadcrumb .breadcrumb-item {
    font-family: 'BentonSans-Book';
    font-size: 15px;
    color: #000;
    display: inline-block;
}

.breadcrumb-section .breadcrumb .breadcrumb-item a {
    color: #04568e;
    text-decoration: none;
}

#csr-slides {
    position: relative;
}

#csr-slides .owl-nav .owl-prev,
#csr-slides .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid var(--white) !important;
    font-size: 1rem !important;
    transition: .3s all ease-out;
}

#csr-slides .owl-nav .owl-prev:hover,
#csr-slides .owl-nav .owl-next:hover {
    background: #04568e;
    color: #fff !important;
    border: 1px solid #04568e !important;
}

#csr-slides .owl-nav .owl-prev {
    left: 15px;
}

#csr-slides .owl-nav .owl-next {
    right: 15px;
}

#csr-slides .slide-wrap {}

#csr-slides .slide-wrap img {
    width: 100%;
    height: 640px;
    object-fit: cover;
}

#csr-slides .content-info {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    top: 0;
}

#csr-slides .content-info .slide-contents {
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    max-width: 590px;
    width: 100%;
    padding: 10px;
    bottom: 30%;
}

#csr-slides .content-info .slide-contents h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    margin-bottom: 0;
    text-shadow: none;
    line-height: 1.4;
}

#csr-slides .content-info .slide-contents h5 {
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 18px;
}

#csr-slides .content-info .slide-contents h5::before {
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    background: #fff;
    border: 0;
    display: block;
    bottom: -8px;
}

.features-list li {
    position: relative;
    list-style-type: none;
    font-size: 15px;
    line-height: 26px;
    padding-left: 20px;
    color: #2b2b33;
    font-family: 'BentonSans-Book';
}

.features-list li::before {
    left: 0;
    top: 5px;
    bottom: 0;
    margin: auto;
    content: "\f105";
    position: absolute;
    color: #04568e;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#csr-tasl-slides {
    position: relative;
}

#csr-tasl-slides figure {
    height: 320px;
    position: relative;
    margin: 15px;
}

#csr-tasl-slides figure::before {
    content: '';
    border: 2px solid #04568e;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 1;
}

#csr-tasl-slides figure img {
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
}

#csr-tasl-slides .owl-nav {
    padding: 0 15px;
}

#csr-tasl-slides .owl-nav .owl-prev,
#csr-tasl-slides .owl-nav .owl-next {
    color: #04568e;
}

#csr-tasl-slides .owl-nav .owl-prev {
    margin-right: 7.5px;
}

#csr-tasl-slides .owl-nav .owl-next {
    margin-left: 7.5px;
}

.tata-gallery {
    position: relative;
    margin-bottom: 20px;
}

.tata-gallery a {
    text-decoration: none;
}

.tata-gallery .overflow {
    overflow: hidden;
}

.tata-gallery .overflow img {
    margin-bottom: 10px;
    transition: .3s ease all;
    height: 260px;
    object-fit: cover;
}

.tata-gallery:hover .overflow img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.tata-gallery h4 {
    background-color: #04568e;
    padding: 15px;
    color: #fff;
    transition: .3s ease all;
    font-size: 17px;
    font-weight: 500;
}

.tata-gallery:hover h4 {
    background-color: #0751bd;
}

.leadership-section {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 100px 0;
    position: relative;
}

.leadership-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(to bottom, transparent 10%, #000);
}

.leadership-section .leadership {
    position: relative;
    max-width: 670px;
    width: 100%;
    margin: initial;
}

.leadership-section .leadership .heading {
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: left;
    color: #fff;
    letter-spacing: 3px;
}

.leadership-section .leadership p {
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.leadership-section .leadership p::before {
    content: '';
    width: 2px;
    height: 92%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 4px;
}

.packages-wrap {
    border: 1px solid #cccccc;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    text-align: center;
    height: 100%;
    background: #fff;
}

.packages-wrap img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #cccccc;
    margin: 0 auto;
}

.packages-wrap span {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}

.packages-wrap:hover {
    border: 1px solid #04568e
}

.tata-project {
    text-decoration: none;
    box-shadow: 0px 2px 7px rgb(0 0 0 / 15%);
    display: block;
}

.tata-project img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.tata-project span {
    display: block;
    padding: 10px;
    font-size: 20px;
    color: #000;
    font-family: 'BentonSans-Book';
    text-align: center;
}

.tata-project:hover span {
    color: #04568e;
}

.mechanism-list {
    padding: 0;
}

.mechanism-list li {
    padding: 14px;
    display: flex;
    padding-left: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    list-style: none;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px 0px;
    position: relative;
    color: #2b2b33;
    font-family: 'BentonSans-Book';
    background: #fff;
}

.mechanism-list li::before {
    left: 15px;
    top: 15px;
    bottom: 0;
    margin: auto;
    content: "\f105";
    position: absolute;
    color: #04568e;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.csr-list-container {
    background-color: #f5f5f5;
    padding: 20px 30px;
    margin: 4px;
    border-radius: 8px;
    min-height: 288px;
}

.csr-list {
    padding: 0;
    margin-bottom: 0;
}

.csr-list li {
    display: flex;
    padding-left: 20px;
    border-radius: 10px;
    list-style: none;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px 0px;
    position: relative;
    color: #2b2b33;
    font-family: 'BentonSans-Book';
}

.csr-list li:before {
    left: 5px;
    top: 2px;
    bottom: 0;
    margin: auto;
    content: "\f105";
    position: absolute;
    color: #04568e;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.projects-table-list {
    padding: 15px;
    background: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 5px;
    padding-left: 30px;
}

.projects-table-list li {
    line-height: 32px;
    color: #000;
}

.thrust-areas-section {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.thrust-areas-section::before {
    content: '';
    background: rgba(255, 255, 255, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.thrust-areas-wrap {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 15px -5px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 15px -5px rgb(0 0 0 / 20%);
    padding: 30px;
    margin: 10px;
    min-height: 358px;
    position: relative;
    overflow: hidden;
}

.thrust-areas-wrap figure {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s all ease-out;
}

.thrust-areas-wrap figure::after {
    content: '';
    background: rgba(73, 131, 228, .8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.thrust-areas-wrap figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.thrust-areas-wrap:hover figure {
    opacity: 1;
    visibility: visible;
}

.thrust-areas-wrap .content-info {
    position: relative;
    color: #2b2b33;
}

.thrust-areas-wrap:hover .content-info {
    color: #fff;
}

.thrust-areas-wrap:hover .content-info h3 {
    color: #fff;
}

#thrust-areas-slides .owl-item.center .thrust-areas-wrap figure {
    opacity: 1;
    visibility: visible;
}

#thrust-areas-slides .owl-item.center .thrust-areas-wrap .content-info {
    color: #fff;
}

#thrust-areas-slides .owl-item.center .thrust-areas-wrap .content-info h3 {
    color: #fff;
}

.thrust-areas-wrap h3 {
    font-size: 20px;
    font-family: 'BentonSans-Book';
}

.thrust-areas-wrap ul {
    padding: 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.thrust-areas-wrap ul li {
    display: flex;
    padding-left: 20px;
    border-radius: 10px;
    list-style: none;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 10px 0px;
    position: relative;
    font-family: 'BentonSans-Book';
}

.thrust-areas-wrap ul li::before {
    left: 5px;
    top: 2px;
    bottom: 0;
    margin: auto;
    content: "\f105";
    position: absolute;
    color: #04568e;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.thrust-areas-wrap:hover ul li::before {
    color: #fff;
}

#thrust-areas-slides .owl-item.center .thrust-areas-wrap ul li::before {
    color: #fff;
}

#thrust-areas-slides .owl-nav {
    position: absolute;
    top: -48px;
    right: 0;
}

#thrust-areas-slides .owl-nav .owl-prev,
#thrust-areas-slides .owl-nav .owl-next {
    margin: 0 10px;
    color: #04568e;
}

.custom-list li {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px 0px;
    padding: 0 0 0 20px;
    position: relative;
    list-style-type: none;
}

.custom-list li::after {
    position: absolute;
    left: 0;
    top: 4px;
    bottom: 0;
    margin: auto;
    content: "\f105";
    font-weight: 900;
    position: absolute;
    color: #2763aa !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 575px) {
    .sec-heading {
        font-size: 24px;
    }
    #csr-slides .slide-wrap img {
        height: 400px;
    }
    #thrust-areas-slides .owl-nav {
        top: -42px;
    }
    .thrust-areas-wrap {
        padding: 20px 10px;
    }
}


/* end csr list css */

@media (min-width: 768px) and (max-width: 991px) {
    .career_life.learing .bg_img img {
        height: 520px;
        object-fit: cover;
    }
}

@media (max-width: 767px) {
    .learning-platform-list li img {
        filter: invert(1);
    }
}

.modal.fade .modal-dialog.modal-lg {
    margin-top: 0;
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px;
    }
}

@media (max-width: 991px) {
    .res-logo .logo {
        height: 68px
    }
    .res-logo .logo img {
        width: 270px !important;
    }
}

@media (max-width: 359px) {
    .res-logo .logo img {
        width: 210px !important;
        margin-top: 10px;
    }
}