html,
body {
    scroll-behavior: smooth;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.max_width_1366 {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 15px;
}

.no-pad {
    padding: 0px;
}

.post,
.page {
    margin: 0;
}

.ttk_grey_bg {
    background: #F8F8F8;
}

a.ttk_btn_normal {
    color: #ee1a25;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}

a.ttk_btn_normal::before {
    content: '';
    position: absolute;
    background: url('../svg/right.svg') center no-repeat;
    width: 13px;
    height: 13px;
    right: -20px;
    top: 2px;
    background-size: contain;
}

.ttk_block_v1 {
    padding: 50px 0;
}

.ttk_block_v1 .ttk_image img {
    width: 100%;
    border-radius: 6px;
}

.ttk_block_v1 .ttk_info {
    max-width: 90%;
}

.ttk_block_v1 .ttk_info.ttk_info_pad {
    margin-left: 40px;
}

.ttk_block_v1 .flex-row-reverse .ttk_info.ttk_info_pad {
    margin-left: 0px;
}

.ttk_block_v1 .ttk_info--subtitle {
    font-size: 24px;
    color: #010000;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 32px;
}

.ttk_block_v1 .ttk_info--text {
    color: #757575;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
}

.ttk_block_v1 .ttk_info--btn {
    margin-top: 30px;
}

.ttk_block_v1 .ttk_info--btn a {
    height: 50px;
    display: inline-flex;
    align-items: center;
    color: #ee1a25;
}

.ttk_block_v1 .ttk_info--btn a:hover {
    color: #fff;
}

.ttk_block_v2 {
    padding: 40px 0;
}

.ttk_block_v2 .ttk_info .ttk_info--title {
    color: #010000;
    font-size: 48px;
    margin-bottom: 30px;
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
    line-height: 100%;
    font-weight: 600;
}

.ttk_block_v2 .ttk_info .ttk_info--title span {
    color: #ee1a25;
}

.ttk_block_v2 .ttk_info .ttk_info--text {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 30px;
}

.ttk_block_v2 .ttk_info {
    max-width: 440px;
    margin: 0 auto;
}

.ttk_block_v2 .ttk_info .ttk_info_list {
    display: flex;
    flex-wrap: wrap;
}

.ttk_block_v2 .ttk_info .ttk_info_list .ttk_info_list_each {
    margin-bottom: 40px;
    min-width: 100%;
}

.ttk_block_v2 .ttk_info .ttk_info_list .ttk_info_list_each .ttk_info_list_each--title {
    color: #010000;
    font-size: 24px;
    margin-bottom: 16px;
    font-weight: 500;
    line-height: 35px;
}


.ttk_block_v2 .ttk_image img {
    width: 100%;
}

.ourbusiness-topsection .tab-content .tab-pane {
    display: none;
}

.ourbusiness-topsection .tab-content .active {
    display: block;
}

/* .ourbusiness-topsection .tab-content.sc-tabContent .tab-pane {
    display: block;
    opacity: 1;
} */

@media (max-width:767px) {

    .ttk_block_v1,
    .ttk_block_v2 {
        padding: 20px 0;
    }

    .ttk_block_v1 .ttk_image {
        margin-bottom: 20px;
    }

    .ttk_block_v1 .ttk_info.ttk_info_pad {
        margin-left: 0px;
    }

    .ttk_block_v2 .ttk_info .ttk_info--title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .ttk_block_v2 .ttk_info .ttk_info_list .ttk_info_list_each .ttk_info_list_each--title {
        font-size: 22px;
        line-height: 25px;
    }

    .ttk_block_v2 .ttk_info .ttk_info_list .ttk_info_list_each {
        margin-bottom: 30px;
    }
}

.ttk_header {
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 9;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}

@media (max-width: 768px) {
    .ttk_header {
        position: fixed;
        width: 100%;
        left: 0;
    }
}

.ttk_header.scroll {
    -webkit-box-shadow: #f2f2f2 0 0 2px 0px;
    box-shadow: #f2f2f2 0 0 2px 0px;
    border-bottom: 1px solid #f2f2f2;
    -webkit-transform: translateY(-36px);
    transform: translateY(-36px);
}

@media (max-width: 768px) {
    .ttk_header.scroll {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.ttk_header .navbar-toggler {
    outline: none;
}

.ttk_header .navbar-toggler span {
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}

@media (max-width: 991px) {
    .ttk_header .navbar-toggler {
        width: 24px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ttk_header .navbar-toggler span {
        width: 24px;
        height: 2px;
        background: #757575;
        display: inline-block;
        margin-bottom: 6px;
        -webkit-transform: none;
        transform: none;
    }
}

.ttk_header .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
    width: 0px;
}

.ttk_header .navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    -webkit-transform: translate(2px, 8px) rotate(-45deg);
    transform: translate(2px, 8px) rotate(-45deg);
}

.ttk_header .navbar-toggler[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: translate(2px, -8px) rotate(45deg);
    transform: translate(2px, -8px) rotate(45deg);
}

.ttk_header .navbar-collapse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media (max-width: 768px) {
    .ttk_header .navbar-collapse {
        position: fixed;
        width: 100%;
        background: #fff;
        top: 60px;
        left: 0px;
    }
}

.ttk_header_info {
    background: #010000;
}

@media (max-width: 767px) {
    .ttk_header_info {
        display: none;
    }
}

.ttk_header_info_list ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    margin-left: 0px;
}

.ttk_header_info_list ul li {
    color: #fff;
}

.ttk_header_info_list ul li a {
    color: #fff;
}

.ttk_header_info_list ul li a:hover {
    text-decoration: none;
}

.ttk_header_nav {
    height: 120px;
}

@media (max-width: 991px) {
    .ttk_header_nav {
        height: 60px;
    }
}

.ttk_header_nav .navbar-brand img {
    max-width: 200px;
}

@media (max-width: 991px) {
    .ttk_header_nav .navbar-brand img {
        max-width: 86px;
    }
}

.ttk_header_nav_each {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .ttk_header_nav_each {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .ttk_header_nav_each>div {
        width: 100%;
    }

    .ttk_header_nav_each:last-child {
        padding-bottom: 100px;
    }
}

.ttk_header_nav_each .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .ttk_header_nav_each .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 15px;
    }

    .ttk_header_nav_each .navbar-nav li {
        width: 100%;
    }
}

.ttk_header_nav_each .navbar-nav .nav-link {
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    color: #121212;
    margin: 0 16px;
    padding: 0px;
    -webkit-transition: 0.25s linear;
    transition: 0.25s linear;
}

@media (max-width: 768px) {
    .ttk_header_nav_each .navbar-nav .nav-link {
        padding: 15px 0;
        margin: 0;
    }
}

.ttk_header_nav_each .navbar-nav .nav-link:hover {
    opacity: 0.85;
}

.ttk_header_nav_each_top {
    padding-bottom: 20px;
}

@media (max-width: 768px) {
    .ttk_header_nav_each_top {
        padding: 30px 0;
        border-top: #E5E5E5 1px solid;
        border-bottom: #E5E5E5 1px solid;
    }
}

.ttk_header_nav_each_top.no_border {
    margin-left: 10px;
}

@media (max-width: 991px) {
    .ttk_header_nav_each_top.no_border {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-bottom: 0;
        min-width: calc(100% - 160px);
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-top: 0;
        border: none;
    }
}

.ttk_header_nav_each_top.no_border .nav-item {
    border: none;
}

.ttk_header_nav_each_top.no_border .nav-item .nav-link {
    margin: 0 10px;
}

.ttk_header_nav_each_top .nav-item {
    border-right: #666666 1px solid;
}

@media (max-width: 768px) {
    .ttk_header_nav_each_top .nav-item {
        border: none;
    }
}

.ttk_header_nav_each_top .nav-item:last-child {
    border: none;
}

.ttk_header_nav_each_top .nav-item:last-child .nav-link {
    margin-right: 0px;
}

.ttk_header_nav_each_top .nav-item .nav-link {
    color: #666666;
}

@media (max-width: 768px) {
    .ttk_header_nav_each_btm {
        padding: 30px 0;
    }
}

.ttk_header_nav_form {
    position: relative;
    margin-left: 30px;
}

@media (max-width: 768px) {
    .ttk_header_nav_form {
        display: none;
    }
}

.ttk_header_nav_form input {
    font-size: 16px;
    height: 34px;
    margin-right: 0px !important;
    max-width: 150px;
    padding-left: 10px;
    border-radius: 5px;
}

.ttk_header_nav_form button {
    border: none;
    position: absolute;
    right: 8px;
    top: 4px;
    z-index: 1;
    padding: 0px;
}

.ttk_header_nav_form button img {
    width: 20px;
}

.ttk_footer {
    padding: 100px 0;
    background: #FAFAFA;
}

@media (max-width: 768px) {
    .ttk_footer {
        padding: 40px 0;
    }
}

.ttk_footer_top {
    border-bottom: #BDBDBD 1px solid;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

@media (max-width: 768px) {
    .ttk_footer_top {
        padding-bottom: 0px;
        margin-bottom: 0px;
        border: none;
    }
}
@media (max-width: 768px) {
.widget-area > section.widget {
    margin-bottom: 0px;
}
}
.ttk_footer_each {
    padding-bottom: 20px;
}

.ttk_footer_each--title {
    color: #121212;
    font-size: 17px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    margin-bottom: 18px;
}

@media (max-width: 768px) {
    .ttk_footer_each--title {
        cursor: pointer;
        position: relative;
    }

    .ttk_footer_each--title::before {
        content: '';
        position: absolute;
        width: 15px;
        height: 3px;
        background: #121212;
        top: 8px;
        right: 0;
    }

    .ttk_footer_each--title::after {
        content: '';
        position: absolute;
        width: 3px;
        height: 15px;
        background: #121212;
        top: 2px;
        right: 6px;
        -webkit-transition: 0.25s linear;
        transition: 0.25s linear;
    }
}

.ttk_footer_each--title.active {
    color: #EE1A25;
}

@media (max-width: 768px) {
    .ttk_footer_each--title.active::after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        background: #EE1A25;
    }
}

@media (max-width: 768px) {
    .ttk_footer_each_list {
        display: none;
    }
}

.ttk_footer_each_list ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    margin-left: 0px;
}

.ttk_footer_each_list ul li {
    margin-bottom: 20px;
}

.ttk_footer_each_list ul li a {
    color: #757575;
    font-size: 15px;
}

.ttk_footer_each_list ul li a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .ttk_footer_each_list_v2 {
        display: none;
    }
}

.ttk_footer_each_list_v2 ul {
    margin-bottom: 0px;
    padding-left: 0px;
    list-style: none;
    margin-left: 0px;
}

.ttk_footer_each_list_v2 ul li {
    margin-bottom: 10px;
    color: #757575;
    font-size: 15px;
    text-indent: -30px;
    margin-left: 0;
    padding-left: 30px;
    line-height: 26px;
}

.ttk_footer_each_list_v2 ul li img {
    margin-right: 8px;
}

.ttk_footer_each_list_v2 ul li a {
    color: #757575;
    font-size: 15px;
}

.ttk_footer_each_list_v2 ul li a:hover {
    text-decoration: none;
}

.ttk_footer_copy {
    background: #121212;
    height: 75px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 768px) {
    .ttk_footer_copy {
        height: auto;
        padding: 20px 0;
    }
}

.ttk_footer_copy--col {
    padding: 0 15px;
}

@media (max-width: 768px) {
    .ttk_footer_copy--col {
        width: 100%;
        padding-bottom: 20px;
        text-align: center;
    }
}

.ttk_footer_copy_each {
    font-size: 13px;
    color: #B2B2B2;
    font-family: "Source Sans Pro", sans-serif;
}

.ttk_footer_copy_each a {
    font-size: 13px;
    color: #B2B2B2;
    font-family: "Source Sans Pro", sans-serif;
}

.ttk_footer_copy_each a:hover {
    text-decoration: none;
}

.ttk_footer_copy_links ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 768px) {
    .ttk_footer_copy_links ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 0px;
    }
}

.ttk_footer_copy_links ul li {
    margin-right: 20px;
}

.ttk_footer_copy_links ul li:last-child {
    margin-right: 0px;
}

a.cw-secondary-btn {
    color: #fff;
}

.cw-title {
    padding-bottom: 15px !important;
}

.ttk_subtitle {
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
}

.cw-prestiveexclusive .cw-content {
    width: 100%;
    margin: 0px;
}

.cw-prestiveexclusive .cw-content .cw-item {
    padding: 10px 40px;
}

.ttk_desc {
    font-size: 16px;
    line-height: 26px;
    color: #010000;
    font-weight: 400;
}

.ttk_waypoint_block {
    background: #FFFFFF;
    box-shadow: rgba(0, 0, 0, .12) 0 3px 6px;
    padding: 15px;
    border-radius: 6px;
    max-width: 200px;
    min-width: 200px;
}

.ttk_waypoint_block .ttk_waypoint_block--title {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
    color: #010000;
    margin-bottom: 10px;
}

.ttk_waypoint_block .ttk_waypoint_block--color {
    color: #737373;
    font-size: 14px;
    margin-bottom: 10px;
}

.ttk_waypoint_block .ttk_waypoint_block--price {
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
}

.ttk_waypoint_block .ttk_waypoint_block--price .new {
    color: #121212;
    display: inline-block;
    margin-right: 20px;
}

.ttk_waypoint_block .ttk_waypoint_block--price .old {
    color: #8E8E8E;
    text-decoration: line-through;
    display: inline-block;
}

.ttk_waypoint_block .ttk_waypoint_block--link a {
    color: #EE1A25;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
    padding-right: 18px;
    position: relative;
}

.ttk_waypoint_block .ttk_waypoint_block--link a:hover {
    text-decoration: none;
    color: #EE1A25;
}

.ttk_waypoint_block .ttk_waypoint_block--link a::before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: 0;
    background: url('../svg/arrow-red.svg') center right no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
    top: 5px;
}

#powerTip {
    background: transparent;
    padding: 0px;
}

#powerTip svg path {
    display: none;
}

.cw-au-subnav {
    top: 120px;
}

picture {
    display: block;
}

.cw-inner-banner .cw-content {
    width: 100%;
}

.cw-options .cw-progressbar {
    margin: 0 auto;
}

.current-menu-item a {
    color: #EE1A25;
}

.twocol_with_sidnavwrap div.stickynav-wrp div.inner-wrapper p.ourbusiness {
    position: relative;
    padding-left: 20px !important;
    margin: 20px 12px 0;
}

.twocol_with_sidnavwrap div.stickynav-wrp div.inner-wrapper p.ourbusiness::before {
    content: '';
    position: absolute;
    background: url('../svg/right.svg') center no-repeat;
    width: 13px;
    height: 13px;
    left: 2px;
    top: 7px;
    background-size: contain;
    transform: rotate(180deg);
}

.cw-aboutus .cw-maxwd .contentWrapper {
    width: fit-content;
}

.cw-news .cw-slider .cw-news-slider .cw-item a .cw-card .cw-body h3 {
    margin-bottom: 12px;
}

.ttk_video .cw-video {
    position: relative;
}

.ttk_video .cw-video .video-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ttk_video .cw-video .video-link .cw-image {
    width: 100%;
}

.ttk_video .cw-video .video-link .cw-text {
    position: absolute;
    text-align: center;
}

.ttk_video .cw-video .video-link .cw-click-icon::after {
    content: "";
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../png/yt-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 5px -1px #000;
    border-radius: 50%;
}

.cw-section.cw-inner-banner.no-banner {
    background: none;
}

.cw-section.cw-inner-banner.no-banner nav {
    padding-bottom: 50px;
}

.no-banner .breadcrumb>.breadcrumb-item a,
.no-banner .breadcrumb>.breadcrumb-item span.active {
    color: #000;
}

li.breadcrumb-item span.active {
    color: #d9d9d9;
}


li.current_page_item a {
    color: #ee1a25 !important;
    font-weight: 400;
}

.cw-obp-coloptions.people-first {
    padding: 0px;
}

.cw-obp-coloptions.people-first p,
.ttk_block_v1 .ttk_info--text p {
    margin: 0px 0px 1.5rem 0px !important;
    color: #757575;
}
.cw-obp-coloptions.people-first ul,
.ttk_block_v1 .ttk_info--text  ul{
    margin-left: 0;
    padding-left: 17px;
    list-style: initial;
}
.cw-obp-coloptions.people-first h4, .cw-obp-coloptions.people-first h3{
    margin-top: 20px;
}
.cw-obp-coloptions.people-first ul, .cw-obp-coloptions.people-first ol {
    list-style: initial;
    margin-left: 0;
    padding-left: 15px;
    margin-top: 20px;
}
.cw-obp-coloptions.people-first ol {
    list-style: decimal;
    margin-left: 0;
    padding-left: 15px;
    margin-top: 20px;
}
.cw-obp-coloptions.people-first ul li{
font-size: 16px;
line-height: 20px;
margin: 0px 0px 10px 0px !important;
color: #757575;
}
.cw-obp-coloptions.people-first ul li a, .cw-obp-coloptions.people-first p a{
    color:#ee1a25; 
}
.cw-gallerySlider-slider {
    padding-bottom: 0px;
}

/* .apply-form {
    margin: 50px 0px;
} */

.apply-form .txt_box.onfocus label,
.apply-form .txt_box.input-filled label {
    top: 8px;
    font-size: 13px;
}

.apply-form .form-submit input {
    border-radius: 5px;
    background: #EE1A25;
    color: #FFF;
    cursor: pointer;
}

.opportunities .list-group {
    margin-left: 0px;
}

.job-details li {
    font-size: 16px;
    line-height: 26px;
    color: #757575;
}

.apply-form .wpcf7-not-valid-tip {
    font-size: 13px;
    padding-top: 8px;
}

.wpcf7-form.invalid .wpcf7-response-output {
    display: none !important;
}

.wpcf7-form.sent .wpcf7-response-output {
    padding: 10px 0px !important;
    border: none !important;
    margin: 15px 0px 0px !important;
    font-size: 15px;
}

.people-firs .cw-maxwd {
    max-width: 100%;
}

.icon-text-card {
    margin-top: 100px;
}

.split-contgent-video_toggle .tab-content .tab-pane .tab-content-wrapper .text-content .links a {
    margin-top: 20px;
}

#smartChefTab {
    margin: 0px 0px 0px 10px;
}

.cw-prestiveexclusive {
    padding: 50px 0% 0px;
}

.cw-prestiveexclusive-icon {
    padding: 0px 0px 50px;
}

.cw-au-ourbusiness .cw-pagetarget .cw-primary-btn {
    color: #EE1A25;
}

.ttk_block_v2 .ttk_info {
    max-width: 100%;
    margin: 0px;
}

.cw-obp-relatedlinks h2 {
    padding-bottom: 30px;
}

.cw-obp-relatedlinks a {
    color: #000;
}

.cw-infrastructure-features {
    padding-bottom: 50px;
}

#awards-listing .card-body .card-title {
    color: #010000;
}

.offers-list ul {
    margin-left: 5px;
}

.cw-click-text {
    color: #FFF;
    text-shadow: 0px 0px 4px #000;
    margin-bottom: 0px;
}

.filter-cat-results a {
    color: #000;
}

.cw-gray-btn:visited {
    color: #000000;
}

.cw-gray-btn:hover {
    color: #ee1a25;
}

#news-and-updates-listing a .digital-card-content h3 {
    color: #000;
}

#news-and-updates-listing a {
    display: block;
    width: 100%;
}

.cw-primary-btn:visited {
    color: #EE1A25;
}

.cw-primary-btn:hover {
    color: #ffffff !important;
}

.fileinput-wrapper {
    display: block;
    position: relative;
}

.fileinput {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    z-index: 1;
    display: block;
    padding: 0px;
    opacity: 1 !important;
}

.fileinput span {
    width: 100%;
    text-align: left;
    display: block;
    font-size: 14px;
    color: #8E8E8E;
}

.fileinput input[type=file],
.fileinput input[type=file]:focus,
.fileinput input[type=file]:hover {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
    outline: 0;
}

.fileinput-name {
    margin-left: 0px;
    position: absolute;
    background: #FFF;
    top: 0px;
    left: 0px;
    z-index: 1;
    width: 100%;
    font-size: 14px !important;
    color: #333;
}

.fileinput-name .close {
    float: none;
    margin-left: 8px;
    vertical-align: middle;
    color: #000;
}

.apply-form .txt_box .txt_file span {
    opacity: 1;
}

.cw-image {
    position: relative;
}

.cw-image img {
    width: 100%;
}

.cw-image .cw-click-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    cursor: pointer;
}

.cw-image .cw-click-text span {
    font-size: 30px;
}

.people-first .ttk_info--subtitle {
    font-size: 24px;
    color: #010000;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 32px;
}

.text-danger a {
    color: #dc3545 !important;
}

@media screen and (max-width:1280px) {
    .cw-maxwd {
        max-width: 100%;
        padding: 0px 25px;
    }
}

@media screen and (max-width:1000px) {
    .job-details {
        padding-right: 0;
    }

    .apply-form .txt_box {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width:767px) {
    .cw-au-ourbusiness .cw-ourbusiness-slider .cw-item .cw-card .card-img-top {
        margin: 0px auto;
    }

    .cw-au-ourbusiness .cw-ourbusiness-slider .cw-item .cw-card .card-body,
    .cw-au-ourbusiness .cw-ourbusiness-slider .cw-item .cw-card .card-body .card-title,
    .cw-au-ourbusiness .cw-ourbusiness-slider .cw-item .cw-card .card-body .card-text {
        text-align: center;
    }

    .cw-repeaters {
        margin-top: 20px;
    }

    .cw-inner-banner .cw-image::before {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0) 60%);
    }

    .cw-inner-banner .cw-content {
        top: auto;
        padding: 30px 20px;
    }
}

.cw-distribution-slider .swiper-slide{
    height: auto;
    border: 1px solid #BDBDBD;
    border-radius: 6px;
}
.cw-distribution-slider .swiper-slide .card{
    border: none !important;
    border-radius: 0px !important;
}

.ttk_video + .my-2, .cw-image + .my-2{
    margin-top: 20px !important;
}
.people-first.for-btn{
    padding-bottom: 50px;
}
.for-btn .ttk_info--btn{
    display: inline-block;
    margin-left: 15px;
}

.related-link-col .card{
    height: 100%;
}

.cw-news.shareholding{
    padding-top:0px;
}
.twocol_with_sidnavwrap .cw-news.cw-maxwd{
    max-width: 100%;
    padding-top: 0px;
}
.cw-obp-coloptions.people-first.job-detail {
    padding: 5% 0px;
}

.cw-obp-coloptions.people-first.job-detail .cw-co-rows{
    margin-bottom: 0px;
}
.search-results .page-content{
    padding: 25px 25px;
}
.search-results article.status-publish{
    padding: 25px 0px;
}

.search-results article.status-publish .entry-title{
    padding-bottom: 15px;
}
.search-results article.status-publish .entry-title a{
    color: #000;
}
/* .cw-homebanner-slider .swiper-button-lock {
    cursor: pointer;
    display: block;
    opacity: 1;
    pointer-events: initial;
    color: #EE1A25;
} */
.cw-homebanner-slider .swiper-button-next, .cw-homebanner-slider .swiper-button-prev{
    color: #EE1A25;
}
.cw-homebanner-slider .swiper-pagination-bullet-active{
    background:#EE1A25;
}

@media screen and (max-width: 500px){
    div#powerTip {
        position: absolute !important;
        top: initial !important;
        left: 50% !important;
        overflow-x: hidden;
        overflow-y: auto;
        width: 200px;
        height: initial;
        transform: translateX(-50%);
    }

    .cw-homebanner-slider .swiper-button-prev,
.cw-homebanner-slider .swiper-button-next {
  display: none;
}
}


.tg {
    border: 1px solid #000;
}

.tg td, .tg th {
    border: 1px solid #757575;
    padding: 10px;
    font-size: 16px;
    line-height: 30px;
    color: #757575;
}
.tg th {
    color: #333;
}

/*InvestorHome*/

.InvestorHome {
	color: #757575;
}

.InvestorHome h3 {
	color: #000000;
	margin-bottom: 1rem;
}

.card_img_sect {
	height: auto;
}

.cw-maxwd .card {
	width: 100% !important;
}

.cw-highlights {
	padding: 0;
}

.cw-highlights .cw-blocks .cw-card .cw-body p {
	margin-bottom: 0;
}

.cw-speech {
	padding: 2rem 0px;
}

.cw-highlights .cw-blocks .cw-wrap {
	display: flex;
	flex-direction: column;
}

.cw-speech .cw-wrap {
	padding: 1rem;
}

@media screen and (max-width: 767px) {
	.buttonSet {
		gap: 1rem;
	}

	span.judge,
	.prestige {
		padding: 5px 10px;
	}

	.cw-maxwd .card {
		width: 100% !important;
	}

	.cw-maxwd .col-sm-4 {
		padding: 0;
	}

	.cw-maxwd .col-sm-4:not(:last-child) {
		margin-bottom: 1rem;
	}

	.card_img_sect {
		height: auto !important;
	}

	.cw-maxwd .card p {
		margin-bottom: 0;
	}

	h4.card-link-title a {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	span.board {
		margin-left: auto;
	}

	.cw-highlights {
		padding: 0px 25px;
	}

	.cw-highlights .cw-maxwd {
		padding: 0;
	}

	.cw-highlights .cw-maxwd .cw-wrap {
		padding: 0;
		margin-bottom: 1rem;
	}

	.cw-highlights .cw-title h2 {
		padding-bottom: 0;
	}

	.cw-highlights .cw-maxwd .col-12 {
		padding: 0;
	}

	.row.align-items-center.cw-maxwd.cw-title {
		padding-bottom: 0 !important;
	}

	.cw h2 {
		padding-bottom: 5px !important;
	}

	.cw-obp-coloptions.people-first p,
	.ttk_block_v1 .ttk_info--text p {
		margin-bottom: 10px !important;
	}

	.cw-speech {
		padding: 15px 25px;
	}

	.cw-speech .cw-wrap .cw-image {
		padding: 0;
	}

	.cw-speech .cw-wrap .cw-content {
		padding: 1rem 0 0;
	}

	.cw-highlights .cw-blocks .cw-card {
		margin: 0;
	}

	body[customclass="is_investors"] .tableMobile {
		overflow-x: auto;
		padding: 0 25px;
	}

	.ttk_header_nav_each_btm {
		padding: 0;
	}

	.ttk_header_nav_each_top {
		padding: 0;
	}

	.ttk_header .navbar-collapse {
		height: calc(100% - 60px);
		overflow-y: auto;
	}

	.cw-au-subnav {
		margin-bottom: 1rem;
	}
}

@media screen and (max-width: 767px) {
	.inner-wrapper.sticky-top .collapse {
		display: block !important;
	}

	.ourbusiness:after {
		display: none !important;
	}

	.twocol_with_sidnavwrap div.stickynav-wrp div.inner-wrapper p.ourbusiness {
		display: block !important;
	}
}