
@import url(https://unpkg.com/@webpixels/css@1.1.5/dist/index.css);

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.woff2') format('woff2'), url('../fonts/CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'century_gothicbold';
    src: url('../fonts/gothicb-webfont.woff2') format('woff2'), url('../fonts/gothicb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



:root {
    --heading-color: #00335d;
    --icon-color: #d4d4d4;
    --green: #68c200;
    --blue: #03a8f3;
    --c_theme: #b53301;
    --inherit: inherit;
    --theme-color: #b53301;
    --add-color: #03a8f3;
    --export-icon: #68c200;
    --bg_2: #858585;
    --cancel-color: #f5f5f5;
    --white: #ffffff;
    --black: #000000;
    --red: #ff1d1d;
    --yel: #f7a628;
    --primary-bg: #f8ae22;
    --secondry-bg: #eeeded;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: 'Century Gothic';
    scroll-behavior: smooth;
}

    body.hide-bodyScroll {
        overflow: hidden;
    }

main {
    overflow: hidden;
}

a {
    text-decoration: none;
}

.btn:focus {
    outline: none;
}

:hover {
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.container-fluid {
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.g {
    list-style-type: decimal-leading-zero;
}

.refer-form .form-group .k-textbox input,
.form-control:focus,
input:focus,
input:focus-within,
input:focus-visible {
    outline: none !important;
    box-shadow: none;
    border-color: inherit !important;
}


button:focus {
    outline: none;
    box-shadow: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Century Gothic';
}

.flex-row {
    display: flex;
    align-items: center;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.theme-btn {
    padding: 10px 30px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    border-radius: 40px;
    border-top-left-radius: 0px;
    color: #fff;
    background: #f48c28; /* Old browsers */
}

    .theme-btn:hover {
        /*  border: 1px solid #f2642f;*/
        border: 1px solid #f2642f;
        color: #f2642f;
        background: transparent;
        webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .theme-btn i {
        margin-left: 5px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .theme-btn:hover i {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }

a.theme-btn {
    display: inline-block;
}

.theme-btn.metro-Btn {
    background: #ba56ea;
}

    .theme-btn.metro-Btn:hover {
        color: #ba56ea;
        border: 1px solid #ba56ea;
        background: transparent;
    }

.btn-purple {
    background: #BA56EA !important;
}

    .btn-purple:hover {
        background: transparent !important;
    }

.sec-padding {
    padding: 5% 0;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 15px 10px;
    resize: none;
}

.dashboard-body {
    padding-top: 80px;
}

.theme-heading h4 {
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px;
}

.dick-list ul {
    list-style-type: disc;
}

    .dick-list ul li {
        margin-bottom: 10px;
        list-style-type: disc;
        margin-left: 40px;
    }

        .dick-list ul li:last-child {
            margin-bottom: 20px;
        }
/************************ Cursor Sec START ************************/
.cursor {
    display: none;
}

.cursor2 {
    display: none;
}

.cursor {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #e35455;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 10px), -50%);
    z-index: 99;
}

.cursor2 {
    width: 5px;
    height: 7px;
    border-radius: 100%;
    background-color: #e35455;
    opacity: .85;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s;
}

.hover {
    background-color: #e35455;
    opacity: 0.4;
}

.cursorinnerhover {
    width: 50px;
    height: 50px;
    opacity: .4;
}
/************************ Cursor Sec END ************************/
/************************ Scroll Bar start ************************/
/* Firefox */
* {
    scrollbar-width: auto;
    scrollbar-color: #8f54a0 #0000009e;
}

    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 10px;
    }

    *::-webkit-scrollbar-track {
        border-radius: 10px;
        background: #00000012;
    }

    *::-webkit-scrollbar-thumb {
        background: -moz-linear-gradient(45deg, #da3aa0 2%, #f48c28 60%);
        background: -webkit-linear-gradient(45deg, #da3aa0 2%,#f48c28 60%);
        background: linear-gradient(45deg, #da3aa0 2%,#f48c28 60%);
        border-radius: 10px;
        /*      border: 2px solid rgba(237, 96, 49, 1);*/
        height: 50px;
    }
/************************ Scroll Bar  END ************************/
/************************ Top nav Start ************************/
.top-nav {
    background: #5C139F url(../images/top-nav-bg.png) bottom center no-repeat;
}

    .top-nav ul {
        padding: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .top-nav ul li {
            margin: 0 20px;
            width: 33%;
            justify-self: center;
            width: 250px;
        }

            .top-nav ul li a {
                color: #fff;
                font-size: 30px;
                display: flex;
                flex-wrap: wrap;
                font-weight: bold;
                line-height: 32px;
                text-transform: uppercase;
            }

                .top-nav ul li a span {
                    width: 100%;
                    color: #F48B28;
                }

                    #metro_info_popup ul i,
                    .top-nav ul li a span i {
                        margin-left: 5px;
                        -webkit-transform: translateX(0);
                        transform: translateX(0);
                        webkit-transition: all 0.4s ease-in-out;
                        -moz-transition: all 0.4s ease-in-out;
                        -o-transition: all 0.4s ease-in-out;
                        transition: all 0.4s ease-in-out;
                        font-size: 20px
                    }

                .top-nav ul li a:hover i,
                #metro_info_popup ul li a:hover i {
                    -webkit-transform: translateX(8px);
                    transform: translateX(8px);
                }
/*      metro info popup  Puple*/
#joinus_model .modal-dialog,
#metro_info_popup .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    width: 70%;
}

#metro_info_popup .modal-content {
    border: 5px solid #fff;
    background: #5C139F url(../images/porple-popup-bg.jpg) center center no-repeat;
    background-size: cover;
    width: 62%;
    text-align: center;
    padding: 60px 0;
    border-radius: 0;
    margin: 0 auto;
}

#metro_info_popup.modal-body {
    width: 100% !important;
    height: 100% !important;
}

#metro_info_popup h2 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

    #metro_info_popup h2 span {
        color: #F48B28;
    }

#metro_info_popup img {
    max-width: 55%;
}

#metro_info_popup ul {
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0;
    flex-wrap: wrap
}

.popup-links h3 {
    color: #F48B28;
    background: url(../images/paint-brush.svg) center center no-repeat;
    padding: 0 32px;
    font-size: 40px;
    text-transform: uppercase;
    background-size: cover;
    margin-bottom: 10px;
}
/* #metro_info_popup ul img {
        width: 100%
    }*/
#metro_info_popup ul i {
    color: #F48B28;
    font-size: 30px;
}

#metro_info_popup .btn-close-popup,
#joinus_model .btn-close-popup {
    top: -14px;
    right: -15px;
    background: #fff;
    box-shadow: none;
}
/* Join use Model*/

#joinus_model .modal-content {
    background-size: cover;
    width: 55%;
    text-align: center;
    padding: 20px 0;
    border-radius: 0;
    margin: 0 auto;
    background: rgb(244, 140, 40); /* Old browsers */
    /*background: -moz-linear-gradient(20deg, rgba(218, 58, 160, 1) -8%, rgba(244, 140, 40, 1)48%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(20deg, rgba(218, 58, 160, 1) -8%, rgba(244, 140, 40, 1)48%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(20deg, rgba(218, 58, 160, 1) -8%, rgba(244, 140, 40, 1)48%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#joinus_model .modal-body {
    padding: 80px 40px;
    border: 1px solid #fff;
    width: 95%;
    height: auto;
    margin: 0 auto;
}

#joinus_model h2 {
    color: #fff;
    font-size: 49px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

#joinus_model p {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

#joinus_model ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

    #joinus_model ul li {
        width: 50%;
        padding: 0 50px 20px;
        background: url(../images/stroke_bg.svg) bottom center no-repeat;
        background-size: 65%;
    }

        #joinus_model ul li a,
        #joinus_model ul li a img {
            transition: all .3s ease-in-out;
        }

            #joinus_model ul li a:hover img {
                transform: scale(1.1);
            }



/************************ Top nav  END ************************/
/************************ header ************************/
header {
    position: absolute;
    width: 100%;
    z-index: 999;
}

    header .main-logo {
        position: relative;
        display: block;
    }

#toggle {
    display: none;
}

/*T mobile Logo*/
.t-mob-logo {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    justify-content: center;
    text-align: center;
}


    .t-mob-logo span {
        color: #fff;
        font-size: 8px;
    }
/**Hamburger **/
.hamburger {
    z-index: 99999;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: end;
}

    .hamburger div {
        position: relative;
        width: 55px;
        height: 5px;
        border-radius: 2px;
        background-color: #fff;
        margin-top: 6px;
        transition: all 0.3s ease-in-out;
    }

        .hamburger div.meat {
            width: 45px;
        }

        .hamburger div.bottom-bun {
            width: 35px;
        }

#toggle:checked + .hamburger .meat {
    width: 55px;
}
/**  Nav Styles **/
header .nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color: rgb(0, 0, 0, 0.9);
    top: -100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    transform: scale(0);
    z-index: 9999;
    display: flex;
}

.nav-wrapper {
    position: relative;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
}

header nav {
    text-align: center;
    margin: 0 5% 0 5%;
}

nav ul li {
    display: inline-block;
    margin: 0px 30px;
}

nav a {
    position: relative;
    text-decoration: none;
    color: #f1822a;
    font-size: 2em;
    display: inline-flex;
    margin-top: 1.25em;
    transition: color 0.2s ease-in-out;
    letter-spacing: 1px;
    font-weight: 700;
    height: 100%
}

    nav a:before {
        content: '';
        height: 0;
        position: absolute;
        width: 0.25em;
        background-color: white;
        left: -0.5em;
        transition: all 0.2s ease-in-out;
    }

    nav a:hover {
        color: white;
    }

        nav a:hover:before {
            height: 100%;
        }



/**
Animations
**/
#toggle:checked + .hamburger .top-bun {
    transform: rotate(-45deg);
    margin-top: 25px;
}

#toggle:checked + .hamburger .bottom-bun {
    opacity: 0;
    transform: rotate(45deg);
}

#toggle:checked + .hamburger .meat {
    transform: rotate(45deg);
    margin-top: -5px;
}

#toggle:checked + .hamburger + .nav {
    top: 0;
    transform: scale(1);
}

.dashboard-body {
    padding-top: 50px;
}


div#TccMerchStore button {
    position: absolute;
    right: 0;
    color: #fff;
    filter: grayscale(0) invert(1);
}


div#TccMerchStore {
}

    div#TccMerchStore .modal-dialog {
        max-width: 80%;
        max-height: 100vh;
    }

/***************************** header close *****************************/


/************************ BANNER Sec START ************************/
.main-banner {
    padding: 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

    .main-banner .banner-txt {
        padding-top: 12%;
    }

    .main-banner video {
        position: absolute;
        top: 0;
        z-index: -2;
        display: flex;
        object-fit: cover;
        height: 100%;
        width: 100%;
    }

.banner-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f48c28; /* Old browsers */
    background: -moz-linear-gradient(top, #f48c28 10%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f48c28 10%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f48c28 10%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    top: 0;
    left: 0;
    opacity: 0.75;
    z-index: 0;
}

.banner-txt {
    position: relative;
    z-index: 9;
}

.main-banner .banner-txt h3 {
    font-size: 60px;
    font-family: 'century_gothicbold';
    color: #fff;
    text-transform: uppercase;
}

.main-banner .banner-txt h1 {
    font-family: 'century_gothicbold';
    font-size: 70px;
    color: #F48B28;
}

.main-banner .banner-txt p {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0px;
}

.banner-stats {
    position: absolute;
    background: rgb(244, 140, 40);
    background: #f48c28;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-left-radius: 40px;
}

    .banner-stats .stat-box {
        display: inline-block;
        padding: 30px 45px;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        text-align: center;
        border-right: 1px solid #f39d58;
        min-width: 220px;
    }

        .banner-stats .stat-box span {
            color: #fff;
            font-size: 24px;
            font-weight: 300;
            display: block;
        }

            .banner-stats .stat-box span.count {
                font-size: 45px;
                display: inline-block;
                position: relative;
                transform: translate(-20%, 0px);
            }

.main-banner .theme-btn {
    margin-right: 20px;
    margin-left: 10px;
}

.bnr-btns {
    width: 100%;
}

.banner-stats .stat-box span:before {
    position: absolute;
    content: '';
}

.banner-stats .stat-box span.count:before {
    position: absolute;
    right: -30px;
    content: '+';
}


.typewriter {
    font-family: 'century_gothicbold';
    font-size: 130px;
    color: #F48B28;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    /*animation: slidetxt 4s ease-in infinite 0s;
    -webkit-animation: slidetxt 4s ease-in infinite 0s;*/ /* Safari 4+ */
    /*-moz-animation: slidetxt 4s ease-in infinite 0s;*/ /* Fx 5+ */
    /*-o-animation: slidetxt 4s ease-in infinite 0s;*/ /* Opera 12+ */
}

    .typewriter div {
        animation: slide 15s ease-in infinite 0s;
        -webkit-animation: slide 15s ease-in infinite 0s; /* Safari 4+ */
        -moz-animation: slide 15s ease-in infinite 0s; /* Fx 5+ */
        -o-animation: slide 15s ease-in infinite 0s; /* Opera 12+ */
        opacity: 0;
        overflow: hidden;
        position: absolute;
        bottom: 0;
        animation-fill-mode: backwards;
        text-transform: uppercase;
    }
        /*    .typewriter span {
        color: #F48B28;
        text-transform: uppercase;
        padding: 5px 0;
        border-right: solid #F48B28 10px;
        animation: cursor 1s ease-in-out infinite;
    }*/

        .typewriter div:nth-child(2) {
            animation-delay: 3s;
        }

        .typewriter div:nth-child(3) {
            animation-delay: 6s;
        }

        .typewriter div:nth-child(4) {
            animation-delay: 9s;
        }

        .typewriter div:nth-child(5) {
            animation-delay: 12s;
        }

@keyframes cursor {
    from {
        border-color: #F48B28;
    }

    to {
        border-color: transparent;
    }
}

@keyframes slidetxt {


    0% {
        opacity: 1;
        transform: translateX(0);
    }

    50% {
        opacity: 1;
        transform: translateX(0);
    }

    80% {
        opacity: 1;
        transform: translateX(0);
    }

    100% {
        opacity: 0;
        transform: translateX(50px);
    }
}

.intro {
    position: relative;
    width: 100%;
    text-align: left;
}

.intro-title {
    display: inline-block;
}

.intro-title-header {
    animation: slide 15s ease-in infinite 0s;
    -webkit-animation: slide 15s ease-in infinite 0s; /* Safari 4+ */
    -moz-animation: slide 15s ease-in infinite 0s; /* Fx 5+ */
    -o-animation: slide 15s ease-in infinite 0s; /* Opera 12+ */
    opacity: 0;
    overflow: hidden;
    position: absolute;
    bottom: 148px;
    animation-fill-mode: backwards;
}

@keyframes slide {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 0;
        transform: translateY(-30px);
    }

    10% {
        opacity: 1;
        transform: translateY(0px);
    }

    22% {
        opacity: 1;
        transform: translateY(0px);
    }

    25% {
        opacity: 0.1;
        transform: translateY(30px);
    }

    30% {
        opacity: 0;
        transform: translateY(50px);
    }

    80% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.intro-title-header:nth-child(2) {
    animation-delay: 3s;
}

.intro-title-header:nth-child(3) {
    animation-delay: 6s;
}

.intro-title-header:nth-child(4) {
    animation-delay: 9s;
}

.intro-title-header:nth-child(5) {
    animation-delay: 12s;
}
/************************ BANNER Sec END ************************/

/************************ ABOUT Sec START ************************/
section.about {
    position: relative;
    overflow: hidden;
    background: #000;
    z-index: 1;
}

    section.about h2 {
        color: #fff;
    }

    section.about p {
        margin-bottom: 60px;
        color: #fff;
    }

    section.about:before {
        position: absolute;
        content: '';
        background: url(../images/about-before-sec-bg.png) no-repeat;
        width: 100%;
        height: 100%;
        left: 5%;
        top: 4%;
        z-index: -1;
        background-size: contain;
    }


    section.about .about-img-1-box {
        position: relative;
    }

.theme-heading h2 {
    color: #231F20;
    font-weight: 300;
    font-size: 45px;
}

    .theme-heading h2 span {
        font-family: 'century_gothicbold';
    }

b {
    font-family: 'century_gothicbold';
}

.about-img-2-box {
    position: relative;
    left: 0;
}

.theme-heading h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'century_gothicbold';
    color: #F58C28;
    margin-bottom: 20px;
}

.theme-heading p {
    font-size: 26px;
    font-weight: 300;
    margin: 30px 0;
    color: #231F20;
}

.theme-orange span {
    color: #F48B28;
    font-family: 'century_gothicbold';
    text-transform: uppercase;
}

section.about .about-img-1-box h2 {
    margin-top: 50px;
}

.about-video {
    background: #f0752b;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    overflow: hidden;
    position: relative;
}

    .about-video img {
        width: 100%;
        opacity: 0.5;
    }

.video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

    .video-btn a {
        color: #fff;
        font-size: 22px;
        font-weight: 300;
    }

        .video-btn a i {
            width: 50px;
            height: 50px;
            text-align: center;
            border: 4px solid #fff;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }

.about-text-box {
    padding-right: 10%;
    padding-left: 6%;
}

#locations-second-section .theme-btn,
#locations-second-section .theme-btn:hover,
section.about .theme-btn,
section.about .theme-btn:hover,
.life-tcc-content .theme-btn,
.life-tcc-content .theme-btn:hover,
.life-tcc .theme-btn,
.life-tcc-content .theme-btn:hover {
    webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
/************************ ABOUT Sec END ************************/

/************************ BENEFIT Sec START ************************/
section.perks-benefit {
    position: relative;
    background: url(../images/perks-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
    padding: 5% 5%;
}

    section.perks-benefit .col-md-12 {
        z-index: 2;
    }

    section.perks-benefit .banner-overlay {
        opacity: 0.9;
        background: #ffffff;
    }

    section.perks-benefit h2 {
        font-size: 50px;
        color: #16192c;
        font-weight: 400;
        text-transform: uppercase;
        margin-bottom: 50px;
    }

        section.perks-benefit h2 span {
            font-family: 'century_gothicbold';
            color: #F1782C;
        }

    section.perks-benefit .perk-box {
        border: 5px solid #f48c28;
        text-align: center;
        padding: 0px 30px;
        border-radius: 0px 30px;
        margin-bottom: 30px;
        position: relative;
        min-height: 195px;
        max-height: 195px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        /*section.perks-benefit .perk-box:before {
            content: "";
            position: absolute;
            border: 5px solid transparent;
            background: #f48c28; 
            -webkit-mask:
            linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor; 
            mask-composite: exclude;
            height: 100%;
            width: 100%;
            border-radius: 0px 30px;
        }*/

        section.perks-benefit .perk-box p {
            font-family: 'century_gothicbold';
            text-transform: uppercase;
            color: #16192c;
            margin: 0px;
            font-size: 20px;
        }

        section.perks-benefit .perk-box img {
            position: relative;
            display: none;
        }

        section.perks-benefit .perk-box:hover {
            /*  background: #fff;*/
            webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

            section.perks-benefit .perk-box:hover p {
                color: #000;
            }

            section.perks-benefit .perk-box:hover img {
                filter: grayscale(1) invert(1);
            }
/************************ BENEFIT Sec END ************************/


/************************ SUCCESS STORIES Sec START ************************/
section.success-stories {
    padding: 5% 0 0;
    position: relative;
    overflow: hidden;
    background: #000;
}

    section.success-stories:before {
        position: absolute;
        content: '';
        width: 540px;
        height: 540px;
        background: #f3f3f3;
        top: -12%;
        left: -2%;
        border-radius: 50%;
        z-index: -1;
    }

    section.success-stories h2 {
        font-size: 58px;
        margin: 0 0 30px;
        font-weight: 100;
        color: #fff;
    }

        section.success-stories h2 span {
            color: #F48B28;
            font-family: 'century_gothicbold';
        }

    section.success-stories .slider-box {
        background: #f48c28;
        /*background: #f48c28;*/ /* Old browsers */
        /*background: -moz-linear-gradient(left, #f48c28 20%, #da3aa0 100%);*/ /* FF3.6-15 */
        /*background: -webkit-linear-gradient(left, #f48c28 20%,#da3aa0 100%);*/ /* Chrome10-25,Safari5.1-6 */
        /*background: linear-gradient(to right, #f48c28 20%,#da3aa0 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        margin: 0px 30px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }

    section.success-stories .testi-slider .slick-dots {
        bottom: 40px;
    }

        section.success-stories .testi-slider .slick-dots button {
            padding: 0;
            width: 10px;
            height: 10px;
        }

        section.success-stories .testi-slider .slick-dots li {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            border: 1px solid #fff;
        }

            section.success-stories .testi-slider .slick-dots li.slick-active {
                background: #fff;
            }

        section.success-stories .testi-slider .slick-dots button:before {
            width: auto;
            height: auto;
            font-size: 0;
            line-height: 0;
        }

    section.success-stories .slick-slide img {
        display: flex;
        object-fit: contain;
        z-index: 1;
    }

    section.success-stories .slider-box .hof-image {
        position: relative;
        z-index: 2;
    }



        section.success-stories .slider-box .hof-image:before,
        .hof-image-box:before {
            position: absolute;
            content: '';
            background: url(../images/hof-t-icon.png) no-repeat center;
            width: 100%;
            height: 100%;
            z-index: 2;
        }


        section.success-stories .slider-box .hof-image:after,
        .hof-image-box:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            background: url(../images/hof-before-bg.png) no-repeat center center;
            z-index: 0;
        }

.hof-image-box {
    position: relative;
    z-index: 1;
}


    .hof-image-box:before {
        background-size: cover;
    }

    .hof-image-box:after {
        z-index: -1;
        left: 0;
        background-size: cover;
    }


.testi-text h4 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    padding-bottom: 10px;
}

.testi-text {
    color: #fff;
}

    .testi-text h2 {
        font-size: 44px;
        font-weight: 400;
        width: 60%;
        color: #fff;
    }

        .testi-text h2 span {
            font-weight: 700;
        }

    .testi-text p {
        font-weight: 200;
        font-size: 22px;
        width: 80%;
        margin-bottom: 20px;
    }

    .testi-text .testi-name p {
        width: 100%;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .testi-text .testi-name h3 {
        font-family: 'century_gothicbold';
        color: #fff;
        font-size: 50px;
        margin-bottom: 0;
        text-transform: uppercase;
        width: 100%;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .testi-text .testi-name h3 span {
            font-family: 'Century Gothic';
            font-weight: 100;
        }

    .testi-text .testi-name {
        padding: 10px 0;
    }



        .testi-text .testi-name p {
            font-size: 35px;
            margin-bottom: 0px;
        }

    .testi-text .theme-btn {
        background: transparent;
        border-color: #fff;
        margin-top: 10px !important;
        display: inline-block;
        border:1px solid;
    }

        .testi-text .theme-btn:hover {
            color: rgb(244, 140, 40);
            background: #fff;
            /*background: -moz-linear-gradient(-45deg, rgba(244, 140, 40, 1) 0%, rgba(218, 58, 160, 1) 100%);
            background: -webkit-linear-gradient(-45deg, rgba(244, 140, 40, 1) 0%, rgba(218, 58, 160, 1) 100%);
            background: linear-gradient(135deg, rgba(244, 140, 40, 1) 0%, rgba(218, 58, 160, 1) 100%);*/
        }
/************************ SUCCESS STORIES Sec END ************************/
/************************ LIFE AT TCC Sec START ************************/
section.life-tcc {
    padding: 5% 0% 10%;
    background: url(../images/life-tcc-bg.png) no-repeat;
    background-size: cover;
}

    section.life-tcc p, section.life-tcc h2,
    section.life-tcc h4 {
        margin-bottom: 10px;
    }

    section.life-tcc .life-img-1 {
        position: relative;
        left: -20%;
        width: 100%;
    }

    section.life-tcc .life-img-2 {
        position: relative;
        right: -20%;
        width: 100%;
    }

    section.life-tcc h4 {
        font-size: 30px;
        color: #f1782c;
        font-weight: 400;
        text-transform: uppercase;
    }

    section.life-tcc h2 {
        font-weight: 300;
        padding: 0 0%;
        font-size: 32px;
    }

    section.life-tcc p {
        font-size: 24px;
        margin-bottom: 25px;
    }

    section.life-tcc h2 span {
        font-family: 'century_gothicbold';
    }

a.s-story-box-img.all-link {
    display: inline-block;
    height: 600px;
}

    a.s-story-box-img.all-link span {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 999;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.7);
        color: #fff;
        font-size: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        border-radius: 0px 30px;
    }
/************************ LIFE AT TCC Sec END ************************/




/************************ Join Team Sec START ************************/
section.join-team {
    position: relative;
    background: url(../images/team-image.jpg);
    min-height: 580px;
    background-attachment: fixed;
    background-position: center;
    /*    background-repeat: no-repeat;*/
    background-size: contain;
    display: flex;
    align-items: center;
    text-align: center;
    z-index: 99;
}

    section.join-team .banner-overlay {
        background: #000;
    }

.join-team .container {
    position: relative
}

.overlay-nav {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: -1;
    top: 0;
}

section.join-team h2 {
    color: #fff;
    font-size: 56px;
    font-family: 'century_gothicbold';
    letter-spacing: 5px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
/************************ Join Team Sec END ************************/


/************************ SOCIAL ICONS Sec START ************************/
.social {
    overflow: hidden;
    z-index: 1;
    position: relative;
}

section.social .fb {
    background: #3b5998;
}

section.social .tw {
    background: #00acee;
}

section.social .insta {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

section.social .linked {
    background: #0e76a8;
}

section.social .social-icon {
    text-align: center;
    padding: 70px 0;
    display: block;
}

    section.social .social-icon i {
        font-size: 60px;
        margin: 10px 0;
        color: #fff;
        transform: rotate(0deg) scale(1);
        transition: all .4s linear 0s;
    }

    section.social .social-icon h5 {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
    }

        section.social .social-icon h5 span {
            display: block;
            font-weight: 300;
            color: #fff;
            opacity: 0.7;
        }
/************************ SOCIAL ICONS Sec END ************************/







/*********************** FOOTER Sec START ***********************/
footer {
    position: relative;
    overflow: hidden;
    background: #231F20;
    padding: 50px 0px 30px;
    color: #fff;
}

.footer-tcc-box {
    margin-right: 10%;
}

    .footer-tcc-box .img-fluid {
        max-width: 60%;
    }

    .footer-tcc-box p {
        margin: 40px 0 0;
        font-size: 20px;
        color: #fff;
    }

.footer-list {
    padding-left: 10%;
}

footer .footer-list h4 {
    color: #EE6431;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0 0 20px;
}

footer .footer-list ul li {
    margin-bottom: 5px;
}

    footer .footer-list ul li a {
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }

        footer .footer-list ul li a:hover {
            color: #f2642f;
            transition: 0.3s;
        }

.footer-list form input {
    padding: 8px 10px;
    border-radius: 40px;
    border-top-left-radius: 0px;
    border: none;
    box-shadow: none;
    width: 90%;
    margin-bottom: 20px;
    font-size: 12px;
}

footer .copyrights {
    margin-top: 60px;
}

    footer .copyrights p {
        border-top: 1px solid #ccc;
        padding: 20px 0 0;
        font-size: 14px;
        font-weight: 400;
    }

        footer .copyrights p a {
            color: #ff8c00;
        }

.btn-back-to-top {
    position: fixed;
    z-index: 9999;
    bottom: 50px;
    right: 50px;
    display: flex;
    height: 60px;
    width: 60px;
}

    .btn-back-to-top a {
        color: #fff;
        display: none;
        justify-content: flex-end;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        border: 1px solid rgb(255 255 255 / 0.00);
        border-radius: 40px;
        border-top-left-radius: 0px;
        background: #f48c28;
        /*background: -moz-linear-gradient(45deg, #da3aa0 2%, #f48c28 60%);
        background: -webkit-linear-gradient(45deg, #da3aa0 2%,#f48c28 60%);
        background: linear-gradient(45deg, #da3aa0 2%,#f48c28 60%);*/
    }

        .btn-back-to-top a i {
            font-size: 24px;
            color: #fff;
            -webkit-transform: translateY(0);
            transform: translateY(0);
            webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
        }

        .btn-back-to-top a:hover {
            background: transparent;
            border-color: #f2642f;
        }

            .btn-back-to-top a:hover i {
                color: #f2642f;
                -webkit-transform: translateY(-2px);
                transform: translateY(-2px);
            }
/*********************** FOOTER Sec END ***********************/
/*********************** ABOUT PAGE CSS START ***********************/
section.bannerSec {
    position: relative;
    z-index: 9;
    top: 104px;
    margin-bottom: 5%;
}

    section.bannerSec img {
        width: 100%;
    }

    section.bannerSec .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(244, 140, 40, 0.35);
        background: -moz-linear-gradient(to bottom, rgb(244 140 40 / 35%) 54%, rgb(0 0 0 / 30%) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(to bottom, rgb(244 140 40 / 35%) 54%, rgb(0 0 0 / 30%) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgb(244 140 40 / 35%) 54%, rgb(0 0 0 / 30%) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

        section.bannerSec .overlay div {
            height: 100%
        }

        section.bannerSec .overlay .banner-txt {
            display: flex;
            align-items: flex-end;
        }

    section.bannerSec h2 {
        font-size: 56px;
        font-family: 'century_gothicbold';
        color: #F48B28;
        text-transform: uppercase;
        position: relative;
        top: -65px;
    }

section.about-sec {
    position: relative;
}

.about-sec h2 {
    font-size: 34px;
}

section.about-sec:before {
    position: absolute;
    content: '';
    width: 45%;
    height: 110%;
    top: -19%;
    left: -3%;
    background: #f7f7f7;
    border-radius: 50%;
    z-index: -1;
}

section.about-sec:after {
    position: absolute;
    content: '';
    width: 610px;
    height: 600px;
    top: 10%;
    right: 13%;
    background: url(../images/about-sec-before-bg.png) no-repeat;
    z-index: -1;
    background-size: cover;
}

.aboutus-box1 {
    display: inline-block;
    margin: 0px 30px;
    width: 35%;
    height: auto;
}

    .aboutus-box1 img {
        border-radius: 20px;
        border-bottom-right-radius: 0;
        margin-bottom: 30px;
        object-fit: cover;
        width: 100%;
        height: 240px;
    }

    .aboutus-box1 .stat-box {
        background: #f48c28;
        padding: 30px 30px;
        text-align: center;
        border-radius: 20px;
        border-top-right-radius: 0;
        margin-bottom: 30px;
        color: #fff;
        font-size: 24px;
    }

        .aboutus-box1 .stat-box span.count {
            font-size: 50px;
            display: block;
            font-weight: 700;
        }


.aboutus-box2 {
    display: inline-block;
    width: 35%;
    height: auto;
}

    .aboutus-box2 img {
        border-radius: 20px;
        border-top-left-radius: 0px;
        object-fit: cover;
        width: 100%;
        height: 270px;
    }

    .aboutus-box2 .stat-box {
        background: #f48c28; /* Old browsers */
        padding: 30px 30px;
        text-align: center;
        border-radius: 20px;
        border-bottom-left-radius: 0;
        margin-bottom: 30px;
        color: #fff;
        font-size: 24px;
    }

        .aboutus-box2 .stat-box span.count {
            font-size: 50px;
            display: block;
            font-weight: 700;
        }


.about-video-sec {
    position: relative;
    background: url(../images/vidoe-bg.png);
    min-height: 580px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 99;
    padding: 5% 0%;
}

    .about-video-sec:before {
        position: absolute;
        content: '';
        background: #f28229; /* Old browsers */
        background: -moz-linear-gradient(45deg, #ed6031 0%, #f48c28 60%); /* FF3.6-15 */
        background: -webkit-linear-gradient(45deg, #ed6031 0%,#f48c28 60%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(45deg, #ed6031 0%,#f48c28 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        width: 100%;
        height: 100%;
        top: 0;
        opacity: 0.7;
        z-index: -1;
    }

    .about-video-sec .video-btn a {
        font-size: 40px;
    }

        .about-video-sec .video-btn a i {
            width: 90px;
            height: 90px;
            border-width: 6px;
        }
/* Video Popup */
#video-poup {
    background: #00000082;
}


    #video-poup iframe {
        width: 100%;
    }

    #video-poup .modal-body {
        padding: 0;
    }

section.who-we {
    position: relative;
    padding-bottom: 3%;
}

    section.who-we:before {
        position: absolute;
        content: '';
        background: url(../images/who-we-bg.jpg) no-repeat;
        width: 60%;
        height: 680px;
        right: 220px;
        background-position: top right;
        z-index: 999;
        top: 0;
        right: 0;
        background-size: cover;
        border-radius: 20px;
        box-shadow: 4px 20px 20px #d5d5d5;
    }

    section.who-we h2 {
        font-size: 36px;
    }

.boss-pic {
    position: relative;
    top: -120px;
    z-index: 99;
}

    .boss-pic img {
        border-radius: 0px 80px;
        width: 100%;
    }

    .boss-pic:before {
        position: absolute;
        content: '';
        width: 95%;
        height: 100%;
        border: 8px solid #f48c28;
        border-radius: 0px 80px;
        top: 50px;
        left: 90px;
        z-index: -1;
    }

.who-we-text {
    z-index: 999;
    position: relative;
    top: 0;
    left: 0;
    padding: 50px 0;
}

.vision-text {
    position: relative;
    margin: 80px 0;
    display: flex;
}

    .vision-text h3 {
        font-size: 24px;
        font-family: 'century_gothicbold';
        margin-bottom: 10px;
    }

    .vision-text p {
        font-size: 18px;
    }

    .vision-text img {
        object-fit: contain;
        flex-wrap: wrap;
    }



section.incide-tcc-wireless {
    padding: 5% 0;
    background: #231F20;
    position: relative;
    z-index: 10;
}

    section.incide-tcc-wireless:before {
        position: absolute;
        content: '';
        width: 550px;
        height: 550px;
        background: #f48c28; /* Old browsers */
        border-radius: 50%;
        bottom: -6%;
        right: -6%;
        z-index: -1;
    }

    section.incide-tcc-wireless:after {
        position: absolute;
        content: '';
        width: 480px;
        height: 480px;
        background: #231F20;
        border-radius: 50%;
        bottom: -4%;
        right: -5%;
        z-index: -1;
    }


.incide-tcc-wireless .theme-heading h2,
.incide-tcc-wireless .theme-heading p {
    color: #fff;
}

section.incide-tcc-wireless h2 {
    font-size: 50px;
    margin-bottom: 15px;
}

.incide-tcc-wireless .theme-heading p {
    font-size: 18px;
}

.inside-tcc-team a {
    display: flex;
    height: 100%;
}

.inside-tcc-team img {
    width: 100%;
    border-radius: 0px 40px;
    margin: 15px 0px;
}

.incide-image-box.sm-image {
    overflow: hidden;
    height: 265px;
}

    .incide-image-box.sm-image a {
        display: inline-flex;
        height: 100%;
        width: 100%;
        border-radius: 0px 40px;
    }

        .incide-image-box.sm-image a img {
            object-fit: cover;
            object-position: top;
        }

.incide-image-box.lg-image {
    border-radius: 0px 40px;
    overflow: hidden;
    height: 100%;
}

    .incide-image-box.lg-image img {
        height: 100%;
        object-fit: cover;
    }

section.core-value {
    padding: 8% 0%;
    position: relative;
    background: #fff;
    z-index: 15;
}

    section.core-value h2 {
        font-size: 36px;
    }

    section.core-value:before {
        position: absolute;
        content: '';
        width: 950px;
        height: 860px;
        background: #f7f7f7;
        border-radius: 50%;
        z-index: -1;
        bottom: -10%;
        left: -10%;
    }

    section.core-value .theme-heading {
        border-bottom: 1px solid #ccc;
        padding-bottom: 30px;
    }

.core-value-list ol {
    list-style: none;
    padding: 0;
    width: 100%;
}

    .core-value-list ol li {
        width: 100%;
        padding: 10px;
        border: none;
        border-bottom: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.core-value-list li img {
    width: 200px !important;
}

.core-value-list ol li {
    width: 100%;
    text-decoration: none;
    color: #212121;
}

    .core-value-list ol li h3 {
        font-weight: bold;
        font-size: 24px;
        text-transform: uppercase;
    }

    .core-value-list ol li p {
        margin-bottom: 0;
        font-size: 15px;
    }

    .core-value-list ol li span {
        font-size: 40px;
        font-weight: 800;
    }

/*.core-value-list li::before {
    position: absolute;
    right: 20px;
    content: counters(section, "");
    font-size: 36px;
    font-weight: 700;
}*/
/*swag popup*/

.get-swag .modal-dialog {
    width: 65%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    border: none;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px;
    padding: 10px 5px;
    resize: none;
    font-size: 15px;
    font-weight: 400;
}

.get-swag img {
    object-fit: cover;
    min-height: auto;
}
/*********************** ABOUT PAGE CSS END ***********************/







/*********************** TEAM PAGE CSS START ***********************/
.team-page-sec {
    overflow: hidden;
}

.team-right-box, .team-left-box {
    display: flex;
    width: 100%;
    margin: 0;
}

.team-img-box.color-1 {
    background: #eb5e31;
    text-align: center;
}

.team-img-box.color-2 {
    background: #f48d28;
    text-align: center;
}

.team-img-box.color-1, .team-img-box.color-2 {
    text-align: center;
    height: 100%;
}

.team-img-box img {
    height: 100%;
    object-fit: cover;
}

.team-text {
    padding: 5% 10%;
    position: relative;
}


    .team-text h4 {
        font-size: 40px;
    }

    .team-text h2 {
        font-family: 'century_gothicbold';
        font-size: 60px;
        /*background: -moz-linear-gradient(left, #f48c28 60%, #f48c28 60%, #da3aa0 100%);*/ /* FF3.6-15 */
        /*background: -webkit-linear-gradient(left, #f48c28 60%,#f48c28 60%,#da3aa0 100%);*/ /* Chrome10-25,Safari5.1-6 */
        /*background: linear-gradient(to right, #f48c28 60%,#f48c28 60%,#da3aa0 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        /*-webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
        color: #eb5e31;
        font-weight: bold;
        position: relative;
        margin-bottom: 60px;
        display: inline-block;
    }

.team-right-box .team-text h2:before {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
}

.team-text h2:before {
    position: absolute;
    content: "\f10d";
    font-size: 60px;
    color: #16192c;
    font-weight: bold;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    bottom: -75px;
    left: 0;
}

.team-right-box .team-text h2:before {
    left: auto;
    right: 0;
}

.team-text p {
    font-size: 22px;
}

/*********************** TEAM PAGE CSS END ***********************/








/*********************** CONTACT PAGE CSS START ***********************/
.contact-info-box {
    background: #231f20;
    padding: 50px;
    border-radius: 0px 50px 0px 50px;
}

    .contact-info-box h3 {
        color: #fff;
        font-size: 44px;
        font-weight: bold;
        margin-bottom: 50px;
    }

    .contact-info-box ul li {
        display: block;
        position: relative;
        margin-bottom: 50px;
        padding-left: 70px;
        width: 80%;
    }

        .contact-info-box ul li img {
            position: absolute;
            left: 0;
        }

    .contact-info-box a, .contact-info-box p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 50px;
    }

/*********************** CONTACT PAGE CSS END ***********************/

/*********************** OUR PARTNER PAGE CSS START ***********************/
.partner-box1 {
    position: relative;
    max-width: 70%;
}

.partner-box2 {
    position: relative;
    width: 85%;
}

.patner-content h3 {
    font-size: 32px;
    color: #231F20 !important;
}

.partner-box1:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 7px solid #F58C28;
    border-radius: 0px 80px;
    top: 50px;
    left: -40px;
    z-index: -1;
}

.partner-box2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    border: 7px solid #F58C28;
    border-radius: 0px 80px;
    top: 50px;
    right: -80px;
}

.partner-box1 img, .partner-box2 img {
    border-radius: 0px 50px 0px 50px;
    position: relative;
}


.partner-box1 .smallp-box {
    position: absolute;
    top: 45%;
    right: -20%;
    max-width: 40%;
}

.partner-box2 .smallp-box {
    position: absolute;
    top: 70%;
    left: -18%;
    max-width: 29%;
}

    .partner-box1 .smallp-box img, .partner-box2 .smallp-box img {
        border-radius: 0px 30px 0px 30px;
    }

.partner-service-sec h2 {
    font-size: 32px;
}

.partner-service-sec p {
    font-size: 24px;
}

.bg-color-light {
    background-color: #F9F9F9;
    position: relative;
}

h2.bg-heading {
    font-size: 30px;
    background: rgb(244, 140, 40);
    background: #f48c28;
    /* background: -moz-linear-gradient(left, #f48c28 40%, #da3aa0 100%);
    background: -webkit-linear-gradient(left, #f48c28 40%,#da3aa0 100%);
    background: linear-gradient(to right, #f48c28 40%,#da3aa0 100%);*/
    width: 80%;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    border-radius: 0px 80px 80px 0px;
    z-index: 10;
    padding: 30px 40px 30px 0px;
    line-height: initial;
    margin: 15px 0;
}

    h2.bg-heading:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        background: #f48c28;
        left: -80%;
        z-index: -1;
        top: 0;
    }

.partner-sec .font-regular h3 {
    font-size: 36px;
    font-weight: 400;
    font-family: 'Century Gothic';
}

.partner-sec h3 span {
    font-family: 'century_gothicbold';
}

.partner-sec p {
    font-size: 30px;
}

.partner-service-boxes {
    margin: 50px 0px;
    border-radius: 0px 20px;
    overflow: hidden;
}

.partner-service-sec .partner-service-boxes .ser-box {
    position: relative;
    padding: 0 15px;
}

    .partner-service-sec .partner-service-boxes .ser-box .px-3 {
        border: 1px solid #F58C28 !important;
        padding: 15px !important;
        height: 100%;
        border-radius: 0px 20px;
    }

    .partner-service-sec .partner-service-boxes .ser-box:nth-last-child(2)::after,
    .partner-service-sec .partner-service-boxes .ser-box::after {
        content: '\2b';
        font-family: "Font Awesome 6 pro";
        font-size: 26px;
        color: #F58C28;
        position: absolute;
        right: -13px;
        top: 35px;
        font-weight: 700;
    }

    .partner-service-sec .partner-service-boxes .ser-box:nth-last-child(2)::after {
        content: '\3d';
    }

    .partner-service-sec .partner-service-boxes .ser-box:last-child::after {
        content: "";
    }


.award-sec .ser-box:hover {
    webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.award-sec .ser-box:hover,
.partner-service-boxes .ser-box .px-3:hover {
    background: #F58C28;/*
    background: -moz-linear-gradient(left, #f48c28 40%, #da3aa0 100%);
    background: -webkit-linear-gradient(left, #f48c28 40%,#da3aa0 100%);
    background: linear-gradient(to right, #f48c28 40%,#da3aa0 100%);*/
}

    .award-sec .ser-box:hover h2,
    .award-sec .ser-box:hover p,
    .partner-service-boxes .ser-box .px-3:hover h2,
    .partner-service-boxes .ser-box .px-3:hover p {
        color: #fff;
    }

.partner-service-boxes .ser-box h2 {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 400;
}

    .partner-service-boxes .ser-box h2 span {
        font-family: 'century_gothicbold';
    }

.partner-service-boxes p {
    font-size: 18px;
    color: #231F20;
}

section.partner-slider-sec .partner-slider .slick-dots {
    bottom: -40px;
}

    section.partner-slider-sec .partner-slider .slick-dots button {
        padding: 0;
        width: 10px;
        height: 10px;
    }

    section.partner-slider-sec .partner-slider .slick-dots li,
    .promotion-box .slick-dots li {
        width: 13px;
        height: 13px;
        border-radius: 50%;
        border: 1px solid #f58c28;
    }

.partner-slider-sec h2 {
    margin-bottom: 30px;
}

section.partner-slider-sec .partner-slider img {
    border-radius: 0px 50px 0px 50px;
}

section.partner-slider-sec .partner-slider .slick-dots li.slick-active, .promotion-box .slick-dots li.slick-active {
    background: #f58c28;
}

section.partner-slider-sec .partner-slider .slick-dots button:before,
.promotion-box .slick-dots button:before {
    width: auto;
    height: auto;
    font-size: 0;
    line-height: 0;
}


.p-slider-box {
    padding: 0px 20px;
}

/*********************** OUR PARTNER PAGE CSS END ***********************/











/*********************** SUCCESS STORIES PAGE CSS START ***********************/
.s-story-box {
    margin: 10px 0px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.s-story-box-img {
    width: 80%;
    position: relative;
    background-color: #f48729;
    border-radius: 0px 30px;
}

    .s-story-box-img:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        z-index: -1;
        background: transparent;
        border: 5px solid #EC5F31;
        border-radius: 0px 30px;
        transform: rotate(0deg);
        webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

.s-story-box:hover .s-story-box-img:before {
    transform: rotate(9deg);
    webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.s-story-box img {
    border-radius: 0px 30px;
    width: 100%;
    position: relative;
    object-fit: cover;
    height: 100%;
}

.s-story-box h3 {
    font-size: 28px;
    color: #f48729;
    margin: 20px 0 5px;
}

.s-story-box h4 {
    font-size: 18px;
    color: #231F20;
    margin: 0px 0 5px;
}

.s-story-box a {
    font-size: 14px;
    color: #231F20;
    margin: 0px 0 5px;
    cursor: pointer;
}

    .s-story-box a i {
        color: #f48729;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
    }

        .s-story-box a i.fa-arrow-right-long {
            color: #da3aa0;
        }

    .s-story-box a:hover i {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }


.s-story-box-img:after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    border-radius: 0px 30px;
    top: 0;
    right: 0;
    background: #231f2096;
    z-index: 1;
}

.s-story-box-video .modal-dialog,
.about-video-popup .modal-dialog {
    width: 70%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

    .s-story-box-video .modal-dialog .modal-content,
    .about-video-popup .modal-dialog .modal-content {
        height: 85%;
        padding: 20px;
        background: #fff;
        border-radius: 5px;
        position: relative;
    }

        .s-story-box-video .modal-dialog .modal-content .modal-body,
        .about-video-popup .modal-dialog .modal-content .modal-body {
            width: 100%;
            height: 100% !important;
            padding: 0;
        }

    .s-story-box-video .modal-dialog video,
    .about-video-popup .modal-dialog video {
        height: 100% !important;
        object-fit: cover !important;
        margin: 0 auto;
        width: 100%;
        border: 1px solid #ccc;
        border-radius: 5px;
    }

/*.s-story-box-video.modal,
.about-video-popup.modal {
    overflow-y: hidden;
}

.s-story-box-video .modal-dialog,
.about-video-popup .modal-dialog {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    max-width: 85%;
    margin: auto;
    width:100%;
}

.s-story-box-video .modal-body,
.about-video-popup .modal-body {
    padding: 10px !important;
    width: 100%;
    height: 100%;
}

.about-video-popup .k-mediaplayer,
.s-story-box-video .k-mediaplayer {
    width: 100%;
    height: 100%!important;
    margin: 0 auto;
}

.s-story-box-video .modal-content,
.about-video-popup .modal-content {
    height:auto;
    align-content:center;
    justify-content:center;
 
}*/
.btn-close-popup,
.btn-close-video {
    display: flex;
    width: 25px;
    height: 25px;
    color: #ed6031;
    background: rgb(6 6 6 / 62%);
    z-index: 999;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -9px;
    right: -8px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 5px 18px #0000009c;
}

    .btn-close-popup:hover,
    .btn-close-video:hover {
        box-shadow: 0px 5px 18px #000;
    }

        .btn-close-popup:hover i,
        .btn-close-video:hover i {
            color: #f2642f;
        }

    .btn-close-popup i,
    .btn-close-video i {
        font-size: 19px;
    }

#successStoryPagination nav ul li {
    margin: 0;
}

    #successStoryPagination nav ul li a.page-link {
        padding: 10px;
        font-size: 14px;
        line-height: initial;
        height: auto;
        background: #f1822a;
        color: #fff;
        min-width: 40px;
        text-align: center;
    }

        #successStoryPagination nav ul li a.page-link.active {
            background: transparent;
            color: #000;
        }

    #successStoryPagination nav ul li:hover a.page-link.active {
        background: #f1822a;
        color: #fff;
    }

ul.pagination a.page-link::before {
    background: transparent;
}

/*********************** SUCCESS STORIES PAGE CSS END ***********************/
/*********************** LIFE AT TCC PAGE CSS START ***********************/
.life-tcc-img-box {
    position: relative;
}

.life-tcc-img-1 {
    display: inline-block;
    width: 70%;
}

.life-tcc-img-box .life-tcc-img-2 {
    margin: 40px 40px;
    display: inline-block;
    width: 50%;
}

.life-tcc-img-3 {
    display: inline-block;
    position: absolute;
    top: 30%;
    right: 5%;
    width: 40%;
}

.life-tcc-img-4 {
    display: inline-block;
    position: absolute;
    bottom: 10%;
    width: 33%;
    right: 12%;
}

.life-tcc-img-box img {
    border-radius: 0px 25px;
}

.life-tcc-img-box:before {
    position: absolute;
    content: '';
    width: 700px;
    height: 700px;
    background: #f48c28; /* Old browsers */
    /*background: -moz-linear-gradient(top, #f48c28 65%, #da3aa0 99%);*/ /* FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #f48c28 65%,#da3aa0 99%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #f48c28 65%,#da3aa0 99%);*/
    border-radius: 50%;
    left: -40%;
    bottom: -120px;
    z-index: -99;
}

.life-tcc-content h2 {
    font-size: 32px;
}

    .life-tcc-content h2 span {
        text-transform: capitalize;
    }

.life-tcc-content p {
    font-size: 24px;
}

#listView {
    padding: 10px 5px;
    margin-bottom: -1px;
    min-height: 510px;
    /* Avoid cutout if font or line is bigger */
    font: inherit;
    border: none;
    box-shadow: none;
}

.k-listview-content {
    display: flex;
    flex-wrap: wrap;
}

.product {
    position: relative;
    padding: 0 5px;
    margin: 0;
    flex: 1 1 auto;
}

    .product img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        object-position: top;
    }

    .product h3 {
        margin: 0;
        padding: 3px 5px 0 0;
        max-width: 96px;
        overflow: hidden;
        font-size: .9em;
        font-weight: normal;
        text-transform: uppercase;
        color: #999;
    }

    .product p {
        visibility: hidden;
    }

    .product:hover p {
        visibility: visible;
        position: absolute;
        width: 110px;
        height: 110px;
        top: 0;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        background-color: rgba(0,0,0,0.75);
        transition: background .2s linear, color .2s linear;
        -moz-transition: background .2s linear, color .2s linear;
        -webkit-transition: background .2s linear, color .2s linear;
        -o-transition: background .2s linear, color .2s linear;
    }

.k-listview:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.k-pager-wrap .k-link {
    color: #000;
    font-weight: bold;
}

.inside-tcc-team .k-pager-wrap {
    background: transparent;
    border: none;
    box-shadow: none;
}

    .inside-tcc-team .k-pager-wrap .k-pager-info {
        color: #000;
    }

    .inside-tcc-team .k-pager-wrap .k-pager-numbers .k-state-selected,
    .k-pager-wrap .k-pager-numbers .k-state-selected:hover {
        border-top-color: #e35455;
        color: #e35455;
        font-weight: bold;
    }

    .inside-tcc-team .k-pager-wrap .k-link.k-state-selected, .k-pager-wrap .k-link.k-state-selected:hover {
        border-color: #e35455;
        font-weight: bold;
    }

.gallery-pagination {
    margin-top: 20px;
}

    .gallery-pagination .pagination {
        justify-content: center;
        align-items: center;
    }

    .gallery-pagination nav ul li {
        margin: 0;
    }

        .gallery-pagination nav ul li a.page-link {
            margin: 0;
            padding: 2px 10px;
            color: #000;
            border: none;
        }

        .gallery-pagination nav ul li.page-item:first-child .page-link,
        .gallery-pagination nav ul li.page-item:last-child .page-link {
            border-radius: 0;
            margin-left: 0;
        }

        .gallery-pagination nav ul li a.page-link:hover {
            background: #f48c28;
            color: #fff
        }

    .gallery-pagination nav a span {
        color: transparent;
        font-size: 0;
    }

        .gallery-pagination nav a span:before {
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            content: "\f054";
            color: #000;
            font-size: 14px;
            height: inherit;
            position: initial;
            width: auto;
            background-color: transparent;
            left: auto;
        }

    .gallery-pagination nav .page-item:first-child span:before {
        content: "\f053";
    }

    .gallery-pagination nav ul li a.page-link:hover span:before {
        color: #fff;
    }
/*********************** LIFE AT TCC PAGE CSS END ***********************/
/*********************** CAREER PAGE CSS START ***********************/
section.career-col {
    position: relative;
}

.career-col:before {
    position: absolute;
    content: '';
    width: 990px;
    height: 860px;
    background: #f7f7f7;
    border-radius: 50%;
    z-index: -1;
    top: -20%;
    right: 1%;
}

.career-col h2 {
    font-size: 50px;
    color: #F48B28;
}

.current-openings h2 {
    font-size: 36px;
}

ul.current-opening-list {
    margin-top: 60px;
}

    ul.current-opening-list li {
        border-top: 1px solid #ccc;
        padding: 20px 10px;
    }

        ul.current-opening-list li:last-child {
            border-bottom: 1px solid #ccc;
        }

        ul.current-opening-list li a {
            color: #231F20;
            font-weight: 300;
            font-size: 26px;
        }

            ul.current-opening-list li a span {
                float: right;
                color: #f48c28;
            }


            ul.current-opening-list li a i {
                -webkit-transform: translateX(0);
                transform: translateX(0);
                webkit-transition: all 0.4s ease-in-out;
                -moz-transition: all 0.4s ease-in-out;
                -o-transition: all 0.4s ease-in-out;
                transition: all 0.4s ease-in-out;
            }

            ul.current-opening-list li a:hover i {
                -webkit-transform: translateX(10px);
                transform: translateX(10px);
            }

.current-openings .theme-btn {
    margin-top: 20px;
}

.refer-form h2 {
    font-size: 30px;
}

.refer-form .k-textbox,
.refer-form .k-textarea {
    border: none !important;
    height: auto !important;
    min-height: auto !important;
}

.refer-form .k-textarea {
}

.refer-form .form-group .k-textbox input,
.refer-form .form-group .k-textarea textarea,
.refer-form form {
    width: 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
    border: none;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0px;
    padding: 10px 5px;
    resize: none;
    font-size: 15px;
    font-weight: 400;
}

.refer-form .modal-dialog {
    max-width: 100%;
    margin: 0 !important;
    width: 100%;
}


.refer-form .form-group .k-textbox input,
.refer-form .form-group .k-textarea textarea {
    text-indent: 0;
}

    .refer-form .form-group .k-textbox input::placeholder,
    .refer-form .form-group .k-textarea textarea::placeholder {
        color: #ccccccd9 !important;
    }

    .refer-form .form-group .k-textarea textarea:focus,
    .refer-form .form-group .k-textarea textarea:focus-within,
    .refer-form .form-group .k-textarea:focus,
    .refer-form .form-group .k-textarea:focus-within,
    .refer-form .form-group .k-textbox:focus,
    .refer-form .form-group .k-textbox:focus-within {
        box-shadow: none !important;
    }

#locations-second-section .location-direction.theme-btn {
    font-size: 16px;
    padding: 5px 16px;
    margin-bottom: 12px;
}


#locations-second-section .container #zip-code::placeholder {
    color: #808080;
}


/*********************** CAREER PAGE CSS START ***********************/
/*********************** OUR STORY PAGE CSS START ***********************/
.award-sec {
    padding-bottom: 0;
}

    .award-sec .px-3 {
        padding: 40px 28px 60px !important;
        display: flex;
        flex-direction: column;
    }

        .award-sec .px-3 p {
            margin-top: auto;
            margin-bottom: 0;
        }

        .award-sec .px-3 h2 {
            text-transform: capitalize;
        }

    .award-sec .ser-box:first-child {
        border-bottom-left-radius: 20px;
    }

    .award-sec .ser-box:last-child {
        border-right: 0.1vw solid #dee2e6 !important;
        border-top-right-radius: 20px;
    }

    .award-sec .ser-box {
        border: 1px solid #dee2e6 !important;
        border-right: none !important;
    }

.award-sec-img-box2 {
    position: relative;
}

    .award-sec-img-box2:before {
        position: absolute;
        content: '';
        width: 95%;
        height: 100%;
        border: 7px solid #F58C28;
        border-radius: 0px 80px;
        top: 50px;
        left: 16%;
        z-index: -1;
    }

    .award-sec-img-box2 img {
        border-radius: 0px 50px 0px 50px;
        position: relative;
    }

.award-slide,
.award-slide img {
    border-radius: 0px 30px 0px 30px;
    padding: 25px;
    border: 1px solid #dee2e6 !important;
}

    .award-slide img {
        width: 100%;
        object-fit: cover;
    }

    .award-slide h2 {
        font-size: 40px;
        font-weight: 400;
    }

    .award-slide h3 {
        font-size: 50px;
        margin-bottom: 0;
    }

.award-slider-nav {
    width: 80%;
    margin: 0 auto
}

    .award-slider-nav h3 {
        text-align: center;
        color: #d5d5d5;
        cursor: pointer;
    }

    .award-slider-nav .slick-current h3 {
        color: #F58C28;
    }

    .award-slider-nav h3::after {
        content: '\f111';
        font-family: "Font Awesome 6 pro";
        font-weight: 900;
        display: block;
        font-size: 12px;
        padding: 10px 0;
    }

.award-sec h2 {
    font-size: 55px;
    font-family: 'century_gothicbold';
}

.what-we-do h2 {
    font-size: 50px;
}

.what-we-do p,
.award-sec p {
    font-size: 30px;
}
/*********************** OUR STORY  PAGE CSS END ***********************/



/*********************** LOCATION PAGE CSS START ***********************/
.location-detail h2.bg-heading {
    width: 82%;
    font-size: 36px;
}

    .location-detail h2.bg-heading span {
        font-family: 'century_gothicbold';
    }

.ext-top-section {
    margin-bottom: 30px;
}

.cutom-width-28 {
    width: 28%;
    padding-right: 10px;
}

.cutom-width-55 {
    width: 55.53%;
}

#locations-second-section {
    position: relative;
}

.ext-top-section select option {
    font-size: 1vw;
}

#locations-second-section:before {
    content: '';
    background: url(../images/bg-location.png)top right no-repeat;
    position: absolute;
    top: -120px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#locations-second-section .container {
    background: #ffffffc7;
    padding: 52px;
    box-shadow: 0px 10px 20px #00000033;
    border-radius: 0px 30px 0px 30px;
}

#locations-second-section .select-icon {
    position: relative;
    z-index: 1;
}

    #locations-second-section .select-icon:before {
        content: "\f078";
        font-family: "Font Awesome 6 pro";
        font-weight: 900;
        position: absolute;
        right: 26px;
        top: 34%;
        bottom: 0;
        margin: auto;
        height: 100%;
        color: #000;
        font-size: 20px;
        z-index: -1;
    }

#locations-second-section select {
    cursor: pointer;
    position: relative;
}

#locations-second-section select,
#locations-second-section input {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid #dddd;
    border-radius: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
}

#locations-second-section .theme-btn {
    font-size: 15px;
}

#locations-second-section .theme-heading + p {
    margin-bottom: 20px;
}

.map-container svg {
    width: 100%;
    height: 800px;
}

.ext-left-section {
    background: #f9f9f9;
    border-radius: 10px 0px 0px 10px;
    padding-left: 17px;
}


#locations-second-section .container .ext-bottom-section {
    width: 100%;
    height: 500px;
    overflow: auto;
}

#locations-second-section #map_canvas {
    height: 100%;
    border-radius: 0px 10px 10px 0;
}

#locations-second-section .container .ext-left-section #locations-container li {
    list-style: none;
    padding-top: 20px;
    cursor: pointer;
}

#locations-second-section .container .ext-left-section #locations-container .location-name {
    font-weight: 400;
    font-size: 16px;
}

#locations-second-section .container .ext-left-section #locations-container .location-address {
    display: inline-block;
    padding-bottom: 20px;
    font-size: 18px;
}

#locations-second-section .container .ext-left-section #locations-container .underline {
    width: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    border-bottom: 0.052vw solid #B3B3B3;
}

button#submit-btn {
    float: right;
}



.showln {
    display: inline-block;
}

.hideln {
    display: none;
}


.map-container path:hover {
    cursor: pointer;
}

.map-container text:hover {
    cursor: pointer;
}

#locations-second-section .container #zip-code::placeholder {
    color: #808080;
}
/*Maps Tabs*/
.map-tabs ul {
    display: flex;
    justify-content: center;
}

    .map-tabs ul.nav-pills li.nav-item {
        cursor: pointer;
        margin: 0 60px 30px;
    }

        .map-tabs ul.nav-pills li.nav-item a.nav-link {
            font-size: 33px;
            border-bottom: 3px solid transparent;
            border-radius: 0;
            font-weight: bold;
            cursor: pointer;
            text-transform: uppercase;
        }

        .map-tabs ul.nav-pills li.nav-item a#map_metro-tab {
            color: #7E01DC;
        }

        .map-tabs ul.nav-pills li.nav-item a#map_tmob-tab {
            color: #f48c28;
        }

        .map-tabs ul.nav-pills li.nav-item a.nav-link.active {
            border-bottom: 3px solid #F48B28 !important;
            background: transparent;
        }
/*********************** LOCATION PAGE CSS END ***********************/
/*********************** News Room PAGE CSS start ***********************/
.tweeter-container {
    align-items: flex-start;
}

    .tweeter-container .col-md-4 {
        height: -moz-fit-content;
        height: -webkit-fit-content;
        height: -fit-content;
    }

.twitter-box {
    box-shadow: 4px 8px 28px #d5d5d5;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    clear: both;
    overflow: visible;
    height: 100%;
    background: #fff;
}

.twitter-box-header {
    justify-content: space-between;
}

    .twitter-box-header a,
    .tweeter-heading a,
    .content-txt a {
        color: #F58C28;
        font-weight: 600;
    }

.twitter-box .company-dtl .company-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d5d5d5;
    text-align: center;
    padding: 1% 2%;
    align-items: center;
}

.twitter-box .company-dtl .company-name {
    padding-left: 10px;
}

.twitter-box .company-dtl .company-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.twitter-box .tweeter-content {
    border-radius: 12px;
}

    .twitter-box .tweeter-content a {
        color: #000;
    }

.twitter-box .content-image {
    border: 1px solid #d5d5d5;
}

.twitter-box .tweeter-content img,
.twitter-box .tweeter-content video {
    width: 100%;
}

.twitter-box .content-txt {
    padding: 0 10px;
}

.twitter-box .extra-txt {
    padding: 5px 10px;
}

.twitter-box-footer a {
    margin: 0 2px;
    color: #ababab;
}

    .twitter-box-footer a:hover {
        color: #F58C28;
    }

.promotion {
    display: flex;
}

.promotion-box {
    position: relative;
    margin: 40px 0;
}

    .promotion-box .slick-dots {
        bottom: 10%;
    }

    .promotion-box:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 60%;
        background: #F6F6F6;
        z-index: -1;
        border-radius: 20px;
        transform: translate(0px, -50%);
        top: 50%;
        left: 0;
    }

.promotion-text {
    padding: 0px 40px;
}

    .promotion-text h3 {
        font-size: 40px;
        font-weight: 300;
        width: 80%;
        margin-bottom: 30px;
    }

        .promotion-text h3 b {
            font-weight: 800;
        }

        .promotion-text h3 a {
            display: inline-block;
            margin: 30px 0 0;
        }

.promotion-box img {
    display: flex;
    margin: 0;
    width: 100%;
    object-fit: contain;
}

.promotion-box #slick-slide01 .promotion-text h3 {
    padding-top: 60px;
}

    .promotion-box #slick-slide01 .promotion-text h3 strong {
        display: block;
    }

.promotion-box #slick-slide01 img {
    width: 94%;
}

/*********************** News Room PAGE CSS END ***********************/
/*********************** Privacy policy PAGE CSS start ***********************/
.privacy-policy-sec h3 {
    margin-bottom: 10px;
    margin-top: 35px;
}

.privacy-policy-sec a {
    color: rgba(237, 96, 49, 1);
}
/*********************** Privacy policy PAGE CSS END ***********************/

/* Responsive */


@media only screen and (min-width: 4000px) {
    .ext-top-section select option {
        font-size: 0.6vw;
    }
}


@media only screen and (min-width: 1921px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 70.9vw;
    }

    section.bannerSec h2 {
        font-size: 3vw;
    }

    .team-text h2:before {
        font-size: 3.15vw;
        bottom: -4vw;
    }

    .about .img-fluid, footer .img-fluid {
        width: 100%;
    }

    footer p .img-fluid {
        width: 40%;
    }

    section.success-stories .slick-slide img {
        width: 60%;
    }

    section.perks-benefit .perk-box {
        margin: 0 0.6vw 1.5vw;
    }

    p {
        font-size: 0.9vw;
    }

    .theme-btn {
        padding: 0.5vw 1.6vw;
        font-size: 0.8vw;
        border: 0.07vw solid transparent;
        border-radius: 10vw;
        border-top-left-radius: 0px;
    }

        .theme-btn:hover {
            border: 0.07vw solid #f2642f;
        }

        .theme-btn i {
            margin-left: .2vw;
        }

    .refer-form h2 {
        font-size: 1.5vw;
    }

    .refer-form .form-group .k-textbox input,
    .refer-form .form-group .k-textarea textarea,
    .form-control {
        border: none;
        border-bottom: 0.07vw solid #ccc !important;
        border-radius: 0px;
        padding: 0.8vw 0.4vw;
        resize: none;
        font-size: 0.9vw;
        font-weight: 400;
    }

    .dick-list ul li {
        margin-bottom: 0.6vw;
        margin-left: 2vw;
    }

    .cursor {
        border: 0.07vw solid #e35455;
        transform: translate(calc(-50% + 0.6vw), -50%);
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding: 1vw;
    }
    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 0.54vw;
    }

    *::-webkit-scrollbar-track {
        border-radius: 0.6vw;
    }

    *::-webkit-scrollbar-thumb {
        border-radius: 0.3vw;
        height: 3vw;
    }



    header .main-logo img {
        width: 6.8vw;
    }

    .t-mob-logo {
        width: 7vw;
        margin-right: 1.6vw;
    }

        .t-mob-logo span {
            font-size: 0.7vw;
        }

    .hamburger div {
        width: 3vw;
        height: 0.28vw;
        border-radius: 0.2vw;
        margin-top: 0.35vw;
    }

        .hamburger div.meat {
            width: 2.4vw;
        }

        .hamburger div.bottom-bun {
            width: 2vw;
        }

    #toggle:checked + .hamburger .meat {
        width: 3vw;
    }
    /*Top Nav*/
    .top-nav {
        background-size: 34%;
    }

        .top-nav ul li {
            margin: 0 0.5vw;
            min-width: 8vw;
        }

            .top-nav ul li a {
                font-size: 1vw;
                line-height: 1.2vw;
            }

                .top-nav ul li a span i {
                    font-size: 1vw;
                }

    #joinus_model p {
        font-size: 1vw;
        margin-bottom: 1.5vw;
    }

    #joinus_model .modal-content {
        padding: 0.9vw 0;
    }

    /*Top Nav Ends*/
    /*  Metro Infor Popup*/
    #metro_info_popup .modal-content {
        border: 0.3vw solid #fff;
        padding: 5vw 0;
    }

    #metro_info_popup .btn-close-popup,
    #joinus_model .btn-close-popup {
        top: -1vw;
        right: -1vw;
    }

    #joinus_model h2,
    #metro_info_popup h2 {
        font-size: 2.6vw;
        margin-bottom: 1.5vw;
    }

    #metro_info_popup ul img {
        margin-bottom: 0.9vw;
    }

    #metro_info_popup ul i {
        font-size: 2vw;
    }

    #metro_info_popup ul {
        padding: 2vw 0 0;
    }
    /*  Metro Infor Popup*/
    #joinus_model .modal-body {
        padding: 3vw 0;
        border: 0.1vw solid #fff;
    }

    #joinus_model ul li {
        margin: 0 2vw;
    }

    section.bannerSec {
        top: 3.38vw;
    }

    nav ul li {
        margin: 0px 1.6vw;
    }

    nav a {
        font-size: 1.7vw;
        margin-top: 1.5vw;
        letter-spacing: 0.07vw;
    }


    #toggle:checked + .hamburger .top-bun {
        margin-top: 0.9vw;
    }

    #toggle:checked + .hamburger .meat {
        margin-top: -0.29vw;
    }

    .main-banner {
        padding-top: 10vw;
    }

        .main-banner .banner-txt h3 {
            font-size: 5vw;
        }

    .intro-title-header {
        bottom: 9vw;
    }

    .main-banner .banner-txt h1 {
        font-size: 6.13vw;
    }

    .main-banner .banner-txt p {
        font-size: 0.8vw;
    }

    section.bannerSec {
        top: 3.38vw;
    }

    .banner-stats {
        border-bottom-left-radius: 2vw;
    }

        .banner-stats .stat-box {
            padding: 1.6vw 1.9vw;
            font-size: 1vw;
            border-right: 0.07vw solid #f39d58;
            min-width: 11.5vw;
        }

            .banner-stats .stat-box span {
                font-size: 1.3vw;
            }

                .banner-stats .stat-box span.count {
                    font-size: 2.3vw;
                }

    .main-banner .theme-btn {
        margin-right: 1vw;
        margin-left: 0.6vw;
    }

    .banner-stats .stat-box span.count:before {
        right: -1.6vw;
    }

    .typewriter {
        font-size: 9vw;
        margin-bottom: 1vw;
    }

        .typewriter span {
            border-right: solid #F48B28 0.6vw;
        }

    .theme-heading h2 {
        font-size: 2.1vw;
    }

    .theme-heading h3 {
        font-size: 1.7vw;
        margin-bottom: 1vw;
    }

    .theme-heading p {
        font-size: 1.3vw;
        margin: 1.6vw 0;
    }

    .video-btn a i {
        width: 2.6vw;
        height: 2.6vw;
        border: 0.25vw solid #fff;
    }

    .about-text-box {
        padding-right: 6vw;
        padding-left: 3vw;
    }

    section.perks-benefit h2 {
        font-size: 2.6vw;
        margin-bottom: 2.6vw;
    }

    section.perks-benefit .perk-box {
        border: 0.07vw solid #fff;
        padding: 0px 1.5vw;
        border-radius: 0px 1.5vw;
        margin-bottom: 1.5vw;
        min-height: 10.2vw;
        max-height: 10.2vw;
    }

        section.perks-benefit .perk-box p {
            font-size: 1.0vw;
        }

    section.success-stories h2 {
        font-size: 3vw;
        margin: 0 0 1.5vw;
    }

    section.success-stories .testi-slider .slick-dots {
        bottom: 2vw;
    }

        section.success-stories .testi-slider .slick-dots button {
            width: 1vw;
            height: 1vw;
        }

        section.success-stories .testi-slider .slick-dots li {
            width: 0.6vw;
            height: 0.6vw;
            border: 0.07vw solid #fff;
        }


    .testi-text h4 {
        padding-bottom: 0.6vw;
    }

    .testi-text p {
        font-size: 1.19vw;
    }

    .testi-text .testi-name h3 {
        font-size: 2.6vw;
    }

    .testi-text .testi-name {
        padding: 0.6vw 0;
    }

        .testi-text .testi-name p {
            font-size: 1.7vw;
        }

    .testi-text .theme-btn {
        margin-top: 0.6vw !important;
    }

    section.life-tcc p, section.life-tcc h2,
    section.life-tcc h4 {
        margin-bottom: 0.6vw;
    }

    section.life-tcc h4 {
        font-size: 1.6vw;
    }

    section.life-tcc h2 {
        font-size: 1.67vw;
    }

    section.life-tcc p {
        font-size: 1.23vw;
        margin-bottom: 1.5vw;
    }

    section.join-team {
        min-height: 30.5vw;
    }

        section.join-team h2 {
            font-size: 3vw;
            letter-spacing: 0.3vw;
            margin-bottom: 2vw;
        }

    section.social .social-icon {
        padding: 3.6vw;
    }

        section.social .social-icon i {
            font-size: 3.2vw;
            margin: 0.6vw 0;
        }

        section.social .social-icon h5 {
            font-size: 1.15vw;
        }

    footer {
        padding: 3vw 0px 1.5vw;
    }

    .footer-tcc-box p {
        margin: 1.5vw 0 0;
        font-size: 1.0vw;
    }

    .footer-list {
        padding-left: 1.5vw;
    }

    footer .footer-list h4 {
        font-size: 1.3vw;
        margin: 0 0 1.0vw;
    }

    footer .footer-list ul li {
        margin-bottom: 0.2vw;
    }

        footer .footer-list ul li a {
            font-size: 0.89vw;
        }

    .footer-list form input {
        padding: 0.4vw 0.6vw;
        border-radius: 1.1vw;
        margin-bottom: 1.1vw;
        font-size: 0.8vw;
    }

    footer .copyrights {
        margin-top: 3vw;
    }

        footer .copyrights p {
            border-top: 0.07vw solid #ccc;
            padding: 1.1vw 0 0;
            font-size: 0.75vw;
        }

    .btn-back-to-top {
        bottom: 5vw;
        right: 5vw;
        height: 3vw;
        width: 3vw;
    }

        .btn-back-to-top a {
            border: 0.07vw solid transparent;
            border-radius: 2vw;
            border-top-left-radius: 0px;
        }

            .btn-back-to-top a i {
                font-size: 0.9vw;
                color: #fff;
            }


    section.bannerSec h2 {
        font-size: 3.5vw;
        top: -3vw;
    }

    section.about-sec:after {
        width: 60.6vw;
    }

    .aboutus-box1 {
        margin: 0px 1.7vw;
    }

        .aboutus-box1 img,
        .aboutus-box2 img {
            border-radius: 1vw;
        }

        .aboutus-box1 img {
            margin-bottom: 1.7vw;
            height: 12.5vw;
        }

    .aboutus-box2 img {
        border-top-left-radius: 0px;
        height: 14.1vw;
    }

    .aboutus-box2 .stat-box,
    .aboutus-box1 .stat-box {
        padding: 1.7vw;
        margin-bottom: 1.7vw;
        font-size: 1.25vw;
        border-radius: 1vw;
    }

        .aboutus-box1 .stat-box span.count,
        .aboutus-box2 .stat-box span.count {
            font-size: 2.63vw;
        }

    .about-video-sec {
        min-height: 30.23vw;
    }

        .about-video-sec:before {
        }

        .about-video-sec .video-btn a {
            font-size: 2.1vw;
        }

            .about-video-sec .video-btn a i {
                width: 4.7vw;
                height: 4.7vw;
                border-width: 0.39vw;
            }

    .s-story-box-video .k-slider-horizontal .k-slider-selection,
    .about-video-popup .k-slider-horizontal .k-slider-selection {
        height: 0.4vw;
        margin-top: -0.2vw;
    }

    .s-story-box-video .k-slider-horizontal .k-slider-track,
    .about-video-popup .k-slider-horizontal .k-slider-track {
        height: 0.4vw;
        margin-top: -0.3vw;
    }

    .s-story-box-video .k-slider-horizontal .k-draghandle,
    .about-video-popup .k-slider-horizontal .k-draghandle {
        top: 0.2vw;
        width: 0.8vw;
        height: 0.8vw;
    }

    .s-story-box-video .k-button.k-button-icon,
    .about-video-popup .k-button.k-button-icon {
        width: calc(0.9vw + 0.5vw);
        height: calc(0.9vw + 0.5vw);
    }

    .s-story-box-video .k-icon,
    .s-story-box-video .k-tool-icon,
    .about-video-popup .k-icon,
    .about-video-popup .k-tool-icon {
        font: 1vw/1 WebComponentsIcons;
        width: 1vw;
        height: 1vw;
        padding: 0.3vw;
    }

    .s-story-box-video .k-mediaplayer-toolbar > * + *,
    .about-video-popup .k-mediaplayer-toolbar > * + * {
        margin-left: 2vw;
    }

    .s-story-box-video .modal-dialog .modal-dialog .modal-content,
    .about-video-popup .modal-dialog .modal-content {
        padding: 1.2vw;
        border-radius: 0.5vw
    }

        .about-video-popup .modal-dialog .modal-content video,
        .about-video-popup .modal-dialog .modal-content video {
            border-width: 0.2vw;
            border-radius: 0.5vw
        }

    .s-story-box-video .k-toolbar,
    .about-video-popup .k-toolbar {
        font-size: 0.7vw;
    }

    section.who-we:before {
        border-radius: 1vw;
        box-shadow: 0.2vw 1vw 1vw #d5d5d5;
        height: 35.5vw;
    }

    section.who-we h2 {
        font-size: 1.9vw;
    }

    .boss-pic {
        top: -6.3vw;
    }

        .boss-pic img {
            border-radius: 0px 4.5vw;
        }

        .boss-pic:before {
            border: 0.4vw solid #F58C28;
            border-radius: 0px 4.5vw;
            top: 2.5vw;
            left: 4.7vw;
        }

    .vision-text img {
        width: 70%;
    }

    .who-we-text {
        padding: 2.5vw 0;
    }

    .vision-text {
        margin: 4.1vw 0;
    }

        .vision-text h3 {
            font-size: 1.25vw;
            margin-bottom: 0.45vw;
        }

        .vision-text p {
            font-size: 0.94vw;
        }

    section.incide-tcc-wireless h2 {
        font-size: 2.6vw;
        margin-bottom: 0.8vw;
    }

    .incide-tcc-wireless .theme-heading p {
        font-size: 0.94vw;
    }

    .incide-image-box.lg-image {
        border-radius: 0px 2vw;
    }

    .inside-tcc-team img {
        border-radius: 0px 2vw;
        margin: 0.8vw 0px;
    }

    .incide-image-box.sm-image {
        height: 14vw;
    }

        .incide-image-box.sm-image a {
            border-radius: 0px 1.2vw;
        }

    .gallery-pagination {
        margin-top: 1.5vw;
    }

        .gallery-pagination nav ul li:first-child .page-link {
            border-top-left-radius: 0.4vw !important;
            border-bottom-left-radius: 0.4vw !important;
        }

        .gallery-pagination nav ul li:last-child .page-link {
            border-top-right-radius: 0.4vw !important;
            border-bottom-right-radius: 0.4vw !important;
        }

        .gallery-pagination nav ul li a.page-link {
            padding: 0.2vw 0.9vw;
            font-size: .8vw;
            border-width: 0.04vw;
        }

    section.core-value h2 {
        font-size: 1.9vw;
    }

    section.core-value:before {
        width: 50vw;
        height: 44.8vw;
    }

    section.core-value .theme-heading {
        border-bottom: 0.07vw solid #ccc;
        padding-bottom: 1.7vw;
    }

    .core-value-list ol li {
        padding: 0.5vw;
        border-bottom: 0.07vw solid #ddd;
    }

        .core-value-list ol li img.core-value-icon {
            width: 10.5vw !important;
        }

        .core-value-list ol li h3 {
            font-size: 1.3vw;
        }

        .core-value-list ol li p {
            font-size: 0.9vw;
        }

    .team-text h4 {
        font-size: 2.1vw;
    }

    .team-text h2 {
        font-size: 3.15vw;
        margin-bottom: 4.5vw;
    }

        .team-text h2:before {
            font-size: 3.15vw;
            bottom: -4vw;
        }

    .team-text p {
        font-size: 1.145vw;
    }

    .contact-info-box {
        padding: 3vw;
        border-radius: 0px 3vw;
    }

        .contact-info-box h3 {
            font-size: 2.3vw;
            margin-bottom: 2.5vw;
        }

        .contact-info-box ul li {
            margin-bottom: 2.5vw;
            padding-left: 3vw;
        }

            .contact-info-box ul li img {
                padding-right: 2vw;
                width: 17%;
            }

        .contact-info-box a,
        .contact-info-box p {
            font-size: 1vw;
        }

    #frmContactUs .col-md-6 {
        padding: 0 0.6vw !important;
    }

    .patner-content h3 {
        font-size: 1.67vw;
    }

    .partner-box1:before {
        border: 0.36vw solid #F58C28;
        border-radius: 0px 4vw;
        top: 2.6vw;
        left: -2.2vw;
        z-index: -1;
    }

    .partner-box2:before {
        border: 0.36vw solid #F58C28;
        border-radius: 0px 4vw;
        top: 2.5vw;
        right: -4vw;
    }

    .partner-box1 img, .partner-box2 img {
        border-radius: 0px 2.6vw;
        width: 100%;
    }

    .partner-box1 .smallp-box img, .partner-box2 .smallp-box img {
        border-radius: 0px 1.8vw;
    }


    h2.bg-heading {
        font-size: 1.6vw;
        border-radius: 0px 4vw 4vw 0px;
        z-index: 10;
        padding: 1.6vw 2vw 2vw 0px;
        margin: 0.9vw 0;
    }

    .partner-sec .font-regular h3 {
        font-size: 2.3vw;
    }

    .partner-sec p {
        font-size: 1.56vw;
    }

    .partner-service-boxes {
        margin: 2.6vw 0px;
        border-radius: 0px 1.2vw;
    }

    .partner-service-sec .partner-service-boxes .ser-box {
        padding: 1.2vw !important;
    }


    .award-sec .ser-box {
        border: 0.1vw solid #dee2e6 !important;
        border-right: none !important;
    }


        .award-sec .ser-box:first-child {
            border-bottom-left-radius: 1.2vw;
        }


        .award-sec .ser-box:last-child {
            border-right: 0.1vw solid #dee2e6 !important;
            border-top-right-radius: 1.2vw;
        }


    .partner-service-sec .partner-service-boxes .ser-box .px-3 {
        border: 0.08vw solid #F58C28 !important;
        padding: 1vw !important;
        height: 100%;
        border-radius: 0px 1.2vw;
    }


    .partner-service-sec .partner-service-boxes .ser-box:first-child::after,
    .partner-service-sec .partner-service-boxes .ser-box:nth-child(2)::after {
        font-size: 1.3vw;
        right: -0.6vw;
        top: 1.5vw;
    }

    .partner-service-boxes .ser-box h2 {
        font-size: 1.7vw;
        margin-bottom: 1.5vw;
    }

    .partner-service-boxes p {
        font-size: 0.94vw;
    }

    section.partner-slider-sec .partner-slider .slick-dots {
        bottom: -3vw;
    }

        section.partner-slider-sec .partner-slider .slick-dots button {
            width: 0.6vw;
            height: 0.6vw;
        }

        section.partner-slider-sec .partner-slider .slick-dots li,
        .promotion-box .slick-dots li {
            width: 0.7vw;
            height: 0.7vw;
            border: 0.07vw solid #f58c28;
        }

        .slick-dots li button,
        section.partner-slider-sec .partner-slider
        .slick-dots button:before,
        .promotion-box .slick-dots button:before {
            width: 1vw;
            height: 1vw;
            margin: 0 0.2vw;
        }

    section.partner-slider-sec .partner-slider img {
        border-radius: 0px 2.6vw;
        width: 100%;
    }

    .p-slider-box {
        padding: 0px 1vw;
    }

    .s-story-box {
        margin: 0.6vw 0px 2.6vw;
    }

    .s-story-box-img {
        border-radius: 0px 1.7vw;
    }

    .s-story-box h3 {
        font-size: 1.5vw;
        margin: 1vw 0 0.5vw;
    }

    .s-story-box h4 {
        font-size: 1vw;
    }

    .s-story-box-img:before {
        border: 0.3vw solid #EC5F31;
        border-radius: 0px 1.2vw;
    }

    #locations-second-section .location-direction.theme-btn {
        font-size: 0.55vw;
        padding: 0.4vw 1.2vw;
        margin-bottom: 1vw;
    }

    .s-story-box a {
        font-size: 0.8vw;
    }

    a.s-story-box-img.all-link {
        height: 33vw;
    }

        a.s-story-box-img.all-link span {
            font-size: 1.2vw;
        }

    .btn-close-popup,
    .btn-close-video {
        width: 2vw;
        height: 2vw;
        top: -1vw;
        right: -0.5vw;
        border-radius: 50%;
        border: 0.25vw solid #fff;
    }

        .btn-close-popup i,
        .btn-close-video i {
            font-size: 1vw;
        }

    .s-story-box-video .k-mediaplayer-toolbar,
    .about-video-popup .k-mediaplayer-toolbar {
        padding: 0.3vw;
    }

    .s-story-box-video .k-mediaplayer-titlebar,
    .about-video-popup .k-mediaplayer-titlebar {
        font-size: 0.7vw;
        padding: 0.3vw;
    }

    .s-story-box-video .k-slider-horizontal .k-slider-selection,
    .about-video-popup .k-slider-horizontal .k-slider-selection {
        height: 0.4vw;
        width: 5vw !important;
        margin-top: -0.3vw;
    }

    .s-story-box-video .k-slider-horizontal .k-slider-track,
    .about-video-popup .k-slider-horizontal .k-slider-track {
        height: 0.4vw;
        margin-top: -0.3vw;
    }

    .s-story-box-video .k-slider-horizontal .k-draghandle,
    .about-video-popup .k-slider-horizontal .k-draghandle {
        top: 0.2vw;
        width: 0.8vw;
        height: 0.8vw;
    }

    .s-story-box-video .k-button.k-button-icon,
    .about-video-popup .k-button.k-button-icon {
        width: calc(0.9vw + 0.5vw);
        height: calc(0.9vw + 0.5vw);
    }

    .s-story-box-video .k-icon,
    .s-story-box-video .k-tool-icon,
    .about-video-popup .k-icon,
    .about-video-popup .k-tool-icon {
        font: 1vw/1 WebComponentsIcons;
        width: 1vw;
        height: 1vw;
        padding: 0.3vw;
    }

    .s-story-box-video .k-mediaplayer-toolbar > * + *,
    .about-video-popup .k-mediaplayer-toolbar > * + * {
        margin-left: 2vw;
    }

    .s-story-box-video .k-toolbar,
    .about-video-popup .k-toolbar {
        font-size: 0.7vw;
    }

    .life-tcc-img-box .life-tcc-img-2 {
        margin: 2.3vw;
    }

    .life-tcc-img-box img {
        border-radius: 0px 1.5vw;
    }

    .life-tcc-img-box:before {
        width: 36.5vw;
        height: 36.5vw;
        bottom: -6vw;
    }

    .life-tcc-content h2 {
        font-size: 1.68vw;
    }

    .life-tcc-content p {
        font-size: 1.29vw;
    }

    #listView {
        padding: 0.6vw 5px;
        margin-bottom: -0.07vw;
        min-height: 50.6vw;
    }

    .product:hover p {
        width: 10.6vw;
        height: 10.6vw;
        line-height: 10.6vw;
    }

    .career-col:before {
        width: 50vw;
        height: 44.8vw;
    }

    .career-col h2 {
        font-size: 2.6vw;
    }

    .current-openings h2 {
        font-size: 1.9vw;
    }

    .partner-slider-sec h2 {
        margin-bottom: 1.5vw;
    }

    ul.current-opening-list li {
        border-top: 0.07vw solid #ccc;
        padding: 1vw 0.5vw;
    }

        ul.current-opening-list li:last-child {
            border-bottom: 0.07vw solid #ccc;
        }

        ul.current-opening-list li a {
            font-size: 1.5vw;
        }

            ul.current-opening-list li a span {
                font-size: 1.4vw;
            }

    .current-openings .theme-btn {
        margin-top: 1.5vw;
    }

    .refer-form .form-group .k-textbox input,
    .refer-form .form-group .k-textarea textarea,
    .refer-form form {
        max-width: 60vw;
    }

    .k-form-error, .k-text-error, .k-form-field-error .k-label {
        font-size: 0.8vw !important;
        padding: 0.1vw 0;
    }

    .award-sec .px-3 {
        padding: 2vw 1.5vw 3.2vw !important;
    }

    .award-sec-img-box2:before {
        border: 0.4vw solid #F58C28;
        border-radius: 0px 4.2vw;
        top: 2.6vw;
    }

    .award-sec-img-box2 img {
        border-radius: 0px 2.6vw;
    }

    .award-slide .col-md-12 {
        padding: 2.1vw !important;
    }

    .award-slide {
        border: 0.1vw solid #dee2e6 !important;
    }

        .award-slide,
        .award-slide img {
            border-radius: 0px 1.2vw 0px 1.2vw;
            padding: 1vw;
        }

            .award-slide h2 {
                font-size: 2.1vw;
                font-weight: 400;
            }

            .award-slide h3 {
                font-size: 2.61vw;
            }


    .award-slider-nav h3 {
        font-size: 1.14vw;
    }

        .award-slider-nav h3::after {
            font-size: 0.65vw;
            padding: 0.5vw 0;
        }

    .award-sec h2 {
        font-size: 2.9vw;
    }

    .what-we-do h2 {
        font-size: 2.6vw;
    }

    .what-we-do p,
    .award-sec p {
        font-size: 1.56vw;
    }

    .award-sec-img-box2:before {
        border: 0.4vw solid #F58C28;
        border-radius: 0px 4.2vw;
        top: 2.6vw;
    }

    .award-sec-img-box2 img {
        border-radius: 0px 2.6vw;
        width: 85%;
    }

    .award-slide .col-md-12 {
        padding: 2.1vw !important;
    }

    .award-slide,
    .award-slide img {
        border-radius: 0px 1.2vw 0px 1.2vw;
        padding: 1vw;
    }

        .award-slide h2 {
            font-size: 2.1vw;
            font-weight: 400;
        }

        .award-slide h3 {
            font-size: 2.61vw;
        }


    .award-slider-nav h3 {
        font-size: 1.14vw;
    }

        .award-slider-nav h3::after {
            font-size: 0.65vw;
            padding: 0.5vw 0;
        }

    .award-sec h2 {
        font-size: 2.9vw;
    }

    .what-we-do h2 {
        font-size: 2.6vw;
    }

    .what-we-do p,
    .award-sec p {
        font-size: 1.56vw;
    }

    .location-detail h2.bg-heading {
        font-size: 1.9vw;
    }


    .cutom-width-28 {
        padding-right: 0.2vw;
    }

    #locations-second-section:before {
        top: -6.5vw;
    }

    #locations-second-section .container {
        padding: 2vw;
        box-shadow: 0px 0.5vw 1vw #00000033;
        border-radius: 0px 1.5vw;
    }

        #locations-second-section .container .col-md-12 {
            padding-bottom: 2vw;
        }

    #locations-second-section p,
    #locations-second-section .theme-heading {
        padding-bottom: 1vw;
    }

    #locations-second-section .select-icon:before {
        right: 1.4vw;
        font-size: 1.0vw;
    }

    #locations-second-section select,
    #locations-second-section input {
        padding: 0.51vw 0.7vw;
        border: 0.07vw solid #dddd;
        border-radius: 2vw;
    }

    #locations-second-section .theme-btn {
        font-size: 0.8vw;
    }

    .map-container svg {
        height: 36.5vw;
    }

    .ext-left-section {
        border-radius: 0.3vw 0vw 0vw 0.3vw;
        padding-left: 0.9vw;
    }

    #locations-second-section .container .ext-bottom-section {
        height: 26.1vw;
    }

    #locations-second-section #map_canvas {
        border-radius: 0px 0.6vw 0.6vw 0;
    }

    #locations-second-section .container .ext-left-section #locations-container li {
        padding-top: 1vw;
    }

    #locations-second-section .container .ext-left-section #locations-container .location-name {
        font-size: 0.84vw;
    }

    #locations-second-section .container .ext-left-section #locations-container .location-address {
        padding-bottom: 1vw;
        font-size: 0.93vw;
    }

    #locations-second-section .container .ext-left-section #locations-container .underline {
        border-bottom: 0.052vw solid #B3B3B3;
    }

    #locations-second-section .select-icon:before {
        right: 1.4vw;
        font-size: 1.0vw;
    }

    #locations-second-section select,
    #locations-second-section input {
        width: 100%;
        padding: 0.51vw 0.7vw;
        border: 0.07vw solid #dddd;
        border-radius: 2vw;
        appearance: none;
        font-size: 0.85vw;
        background: transparent;
        z-index: 9999;
        position: relative;
    }

    #locations-second-section .theme-btn {
        font-size: 0.8vw;
    }

    .map-container svg {
        width: 100%;
        height: 36.5vw;
    }

    .ext-left-section {
        border-radius: 0.3vw 0vw 0vw 0.3vw;
        padding-left: 0.9vw;
    }

    #locations-second-section .container .ext-bottom-section {
        height: 26.1vw;
    }

    #locations-second-section #map_canvas {
        border-radius: 0px 0.6vw 0.6vw 0;
    }

    #locations-second-section .container .ext-left-section #locations-container li {
        padding-top: 1vw;
    }

    #locations-second-section .container .ext-left-section #locations-container .location-name {
        font-size: 0.84vw;
    }

    #locations-second-section .container .ext-left-section #locations-container .location-address {
        padding-bottom: 1vw;
        font-size: 0.93vw;
    }

    #locations-second-section .container .ext-left-section #locations-container .underline {
        border-bottom: 0.052vw solid #B3B3B3;
    }

    #locations-second-section .location-direction.theme-btn {
        font-size: 0.55vw;
        padding: 0.4vw 1.2vw;
        margin-bottom: 1vw;
    }

    .tweeter-container .col-lg-4 {
        padding: 0 0.7vw !important;
    }

    .twitter-box {
        box-shadow: 0.2vw 0.4vw 2vw #d5d5d5;
        border-radius: 1.2vw;
        padding: 1.2vw;
        margin-bottom: 1.5vw;
    }

        .twitter-box .company-dtl .company-logo {
            width: 2.7vw;
            height: 2.7vw;
        }

        .twitter-box .company-dtl .company-name {
            padding-left: 0.5vw;
        }

            .twitter-box .company-dtl .company-name h3 {
                font-size: 1.2vw;
            }

                .twitter-box .company-dtl .company-name h3 span,
                .twitter-box p,
                .twitter-box-footer a,
                .tweet-date {
                    font-size: 0.833vw;
                }

        .twitter-box .content-image {
            border: 0.07vw solid #d5d5d5;
        }

        .twitter-box .tweeter-content img,
        .twitter-box .tweeter-content video {
            max-height: 14vw;
        }

        .twitter-box .content-txt {
            padding: 0 0.4vw;
        }

        .twitter-box .extra-txt {
            padding: 0.2vw 0.4vw;
        }

    .twitter-box-footer a {
        margin: 0 0.3vw;
    }

    .promotion-box {
        margin: 1.5vw 0;
    }

        .promotion-box:before {
            border-radius: 1vw;
        }

    .promotion-text {
        padding: 0px 2.1vw;
    }

        .promotion-text h3 {
            font-size: 2.1vw;
            margin-bottom: 2vw;
        }

    .privacy-policy-sec h3 {
        margin-bottom: 0.6vw;
    }

    section.success-stories .testi-slider .slick-dots li {
        width: 0.7vw;
        height: 0.7vw;
        margin: 0 0.2vw;
    }


    .btn-close-popup i,
    .btn-close-video i {
        font-size: 1vw;
    }

    .promotion-box #slick-slide01 .promotion-text h3 {
        padding-top: 3.5vw;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 2vw !important;
    }

    .promotion img {
        width: 100%;
    }

    .ext-top-section option {
        font-size: 0.2vw;
    }

        .ext-top-section option::selection {
            font-size: 0.2vw;
        }
}

/* End of min-width: 1921px*/

@media only screen and (max-width: 1599px) {
    .theme-btn {
        font-size: 0.9vw;
    }

    .about .img-fluid {
        max-width: 80%;
    }

    section .success-stories .slick-slide img {
        max-width: 60%;
    }

    section.life-tcc .life-img-2 {
        right: -8%;
    }

    section.life-tcc .life-img-1 {
        left: -8%;
    }

    footer .footer-list ul li a {
        font-size: 1vw;
    }
}

@media only screen and (max-width: 1444px) {
    /*Joinus popup*/
    #joinus_model h2 {
        font-size: 40px;
    }

    #joinus_model .modal-body {
        padding: 70px 35px;
    }
    /* our story */
    .award-sec-img-box2:before {
        top: 30px;
    }

    .partner-box1 {
        right: -10%;
        top: -26px;
    }

    .partner-box2 {
        top: -26px;
        left: -10%;
    }

    .career-col:before {
        width: 790px;
        height: 660px;
        right: 0;
    }
    /*About Us*/
    .vision-text h3 {
        font-size: 22px;
    }

    .vision-text p {
        font-size: 1.1vw;
    }

    .s-story-box-video .modal-dialog .modal-content, .about-video-popup .modal-dialog .modal-content {
        height: 65%;
    }
}

@media only screen and (max-width: 1399px) {
    /*popup join us*/
    #joinus_model .modal-content {
        width: 60%;
    }

    #joinus_model .modal-body {
        padding: 60px 35px
    }

    #joinus_model ul li {
        padding-left: 30px;
        padding-right: 30px;
    }

    #joinus_model p {
        color: #fff;
        font-size: 16px;
    }
    /*Poup*/
    #metro_info_popup .modal-content {
        width: 72%;
    }

    #metro_info_popup h2 {
        font-size: 38px;
    }

    header nav {
        margin: 0 4% 0 4%;
    }

    #toggle:checked + .hamburger .meat {
        margin-top: -5px;
    }

    nav a {
        font-size: 1.8em;
        margin-top: 1em;
    }

    .intro-title-header {
        bottom: 85px;
    }

    .main-banner .banner-txt h3 {
        font-size: 33px;
    }

    section.bannerSec h2 {
        top: -55px;
        font-size: 55px;
    }

    .banner-stats .stat-box {
        min-width: 200px;
    }

        .banner-stats .stat-box span.count {
            font-size: 38px;
        }

        .banner-stats .stat-box span {
            font-size: 18px;
        }

    .typewriter {
        font-size: 68px;
    }

    .theme-heading h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .about .flex-row {
        align-items: end
    }

    .about-text-box {
        padding-bottom: 30px;
    }

    .theme-heading p {
        font-size: 20px;
        margin: 15px 0 30px !important;
    }

    .testi-text .testi-name p {
        font-size: 20px;
    }

    .testi-text h4,
    .testi-text .testi-name h3,
    section.life-tcc h2 {
        font-size: 28px;
    }

    section.perks-benefit .perk-box p {
        font-size: 19px;
    }

    .testi-text {
        padding-right: 20px;
    }

        .testi-text h2 {
            font-size: 42px;
        }

        .testi-text p,
        .testi-text h2 {
            width: 100%;
        }

    .theme-btn,
    footer .footer-list ul li a {
        font-size: 15px;
    }

    section.join-team h2 {
        font-size: 48px;
    }

    section.social .social-icon h5 {
        font-size: 20px;
    }

    footer .footer-list h4 {
        font-size: 23px;
    }

    section.about:before {
        left: -3%;
        top: 0;
    }
    /* About Page */
    section.who-we:before {
        height: 660px;
    }

    .about-video-sec {
        min-height: 500px;
    }

    .career-col:before {
        width: 590px;
        height: 460px;
        right: 0;
    }

    .s-story-box-video .modal-dialog,
    .about-video-popup .modal-dialog {
        width: 80%;
    }

    /* our story */
    .award-sec-img-box2:before {
        width: 95%;
    }

    .award-sec-img-box2 {
        margin-bottom: 50px;
    }

    .award-slider-nav {
        margin-bottom: 10px;
    }

    .award-slide h2 {
        font-size: 35px;
    }

    .award-sec h2 {
        font-size: 50px;
    }

    .partner-service-boxes .ser-box h2 {
        font-size: 25px;
    }

    .award-sec p {
        font-size: 26px;
    }

    .award-sec .px-3 {
        padding: 35px 20px 50px !important;
    }

    .what-we-do h2 {
        font-size: 45px;
    }


    .award-sec-img-box2:before {
        left: 12%;
    }

    /* our team */
    .team-text {
        padding-top: 20px;
        padding-bottom: 20px;
    }

        /* our Team */
        .team-text h4 {
            font-size: 35px;
        }

        .team-text h2 {
            font-size: 50px;
            margin-bottom: 80px;
            bottom: 0;
        }
    /* Life at tcc */
    .life-tcc-img-box:before {
        width: 700px;
        height: 700px;
        bottom: -72px;
    }

    .life-tcc-img-3 {
        right: 0%;
        width: 40%;
        top: 27%;
    }

    .life-tcc-img-4 {
        width: 40%;
        right: 7%;
    }

    a.s-story-box-img.all-link {
        display: inline-block;
        height: 500px;
    }

    .life-tcc-img-box .life-tcc-img-2 {
        margin: 30px 0;
    }
    /* our partner */
    .partner-sec sec h2.bg-heading {
        font-size: 28px;
    }

    .partner-box2 .smallp-box {
        left: -9%;
    }

    section.life-tcc .life-img-1 {
        left: -10%;
    }

    section.life-tcc .life-img-2 {
        right: -10%;
    }

    .partner-box2:before {
        right: -40px;
    }
    /*source Location*/
    .location-detail h2.bg-heading {
        width: 90%;
        font-size: 32px;
    }

    h2.bg-heading {
        font-size: 28px;
    }

    .map-container svg {
        height: 600px;
    }
    /* Careers*/
    .career-col .theme-heading h2 {
        font-size: 34px;
    }
    /* NewsRoom*/
    .promotion-text h3 {
        width: 100%;
    }

    .promotion-box:before {
        height: 65%;
    }
}

@media only screen and (max-width: 1199px) {
    /*  Join use POPup*/
    #joinus_model .modal-content {
        width: 70%;
    }
    /*popup*/
    #metro_info_popup .modal-content {
        width: 85%;
    }

    #metro_info_popup h2 {
        font-size: 35px;
    }

    .popup-links h3 {
        font-size: 31px;
    }

    header nav {
        margin: 0 3% 0 3%;
    }

    nav ul li {
        margin: 0px 25px;
    }

    nav a {
        font-size: 1.5em;
    }

    .main-banner {
        height: 70vh;
        margin-bottom: 0px;
    }

        .main-banner .banner-txt {
            padding-top: 15%;
        }

    section.bannerSec h2 {
        top: -32px;
    }

    .banner-stats .stat-box span {
        font-size: 17px;
    }

        .banner-stats .stat-box span.count {
            font-size: 28px;
        }

            .banner-stats .stat-box span.count:before {
                right: -22px;
            }

    .banner-stats .stat-box {
        padding: 30px;
        min-width: 140px;
    }

    section.perks-benefit h2 {
        font-size: 45px;
        margin-bottom: 40px
    }

    .main-banner .theme-btn {
        margin-right: 10px;
        margin-left: 5px;
    }


    .typewriter {
        font-size: 63px;
    }

    .intro {
        height: 60px;
    }

    section.perks-benefit .perk-box p {
        font-size: 16px;
    }

    section.success-stories .slider-box {
        padding: 30px 0;
    }

        section.success-stories .slider-box .testi-description {
            max-height: 230px;
            overflow-y: auto;
        }

    .testi-text p {
        font-size: 20px;
    }

    .testi-text .testi-name {
        padding: 0;
    }

    section.success-stories .testi-slider .slick-dots {
        bottom: 10px;
    }

    section.success-stories h2 {
        font-size: 50px;
    }

    section.perks-benefit .perk-box {
        min-height: 170px;
        max-height: 170px;
    }

    section.perks-benefit .perk-box {
        font-size: 16px;
    }

    section.join-team {
        min-height: 500px;
    }


    section.social .social-icon {
        padding: 50px 0;
    }

    section.about:before {
        left: -4%;
        top: -5%;
    }
    /* About Us*/
    .vision-text p {
        font-size: 16px;
    }

    .boss-pic {
        top: -85px;
    }

    section.who-we:before {
        height: 560px;
    }
    /* our story */
    .award-sec-img-box2:before {
        width: 95%;
    }

    .partner-service-boxes .ser-box h2 {
        font-size: 22px;
    }

    .award-slider-nav h3 {
        font-size: 18px;
    }

    .award-sec .theme-heading h2 {
        font-size: 40px;
    }

    .award-slider-nav {
        width: 85%;
    }

    .award-sec .px-3 {
        padding: 30px 10px 40px !important;
    }

    .award-sec p {
        font-size: 24px;
    }

    .what-we-do .theme-heading h2 {
        font-size: 40px;
    }
    /* About Us*/
    .vision-text .col-10 {
        padding-left: 20px;
    }

    section.incide-tcc-wireless {
        margin-bottom: 30px;
    }

    .s-story-box-video .modal-dialog .modal-content,
    .about-video-popup .modal-dialog .modal-content {
        height: auto;
        padding: 15px;
    }
    /* our team */
    .team-text {
        padding: 5% 8%;
    }

        .team-text h4 {
            font-size: 30px;
        }

        .team-text h2 {
            font-size: 45px;
        }

            .team-text h2:before {
                bottom: -35px;
            }

        .team-text p {
            font-size: 18px;
        }

    section.incide-tcc-wireless h2 {
        font-size: 45px;
    }
    /* Life at tcc */
    .life-tcc-img-box:before {
        width: 600px;
        height: 600px;
    }

    a.s-story-box-img.all-link {
        height: 423px;
    }

    .life-tcc-img-1 {
        width: 75%;
    }

    .life-tcc-img-3 {
        top: 32%;
        right: 0;
        width: 40%;
    }

    .partner-box1 {
        right: -10%;
        top: -15px;
        width: 65%;
    }

    .partner-box2 {
        top: -15px;
        left: -19px;
        max-width: 90%;
    }

    .partner-box1 .smallp-box {
        right: -53px;
        top: 45%;
        width: 50%;
    }

        .partner-box1 .smallp-box img,
        .partner-box2 .smallp-box img {
            max-width: 90%;
        }

    .partner-box1:before {
        width: 100%;
        height: 95%;
    }

    .partner-box2 .smallp-box {
        top: 50%;
        left: -38%;
        max-width: 50%;
    }

    .partner-box2:before {
        width: 95%;
        height: 95%;
    }

    .theme-heading h2 {
        font-size: 33px;
    }

    h2.bg-heading {
        padding-right: 0;
        font-size: 24px;
    }

    .partner-service-boxes {
        margin: 20px 0;
    }
    /* contanct us */
    .contact-info-box h3 {
        font-size: 40px;
    }

    .contact-info-box a, .contact-info-box p {
        font-size: 16px;
    }

    .contact-info-box ul li {
        margin-bottom: 40px;
        padding-left: 55px;
        width: 100%;
    }

        .contact-info-box ul li img {
            width: 10%;
        }


    .vision-text {
        margin: 60px 0;
    }

    .vision-text {
        font-size: 15px;
    }

    .vision-text {
        margin: 50px 0;
    }
    /*our Location*/
    #locations-second-section .container .ext-left-section #locations-container .location-address {
        font-size: 15px;
    }

    .location-detail h2.bg-heading {
        font-size: 29px;
    }

    #locations-second-section select, #locations-second-section input {
        font-size: 15px;
        padding: 7px 15px;
    }

    #locations-second-section .container {
        padding: 40px 50px;
    }

    #locations-second-section .select-icon:before {
        font-size: 18px;
    }

    #locations-second-section .theme-btn {
        font-size: 14px;
    }
    /*Careers*/
    section.core-value {
        padding-top: 0;
    }

    ul.current-opening-list li a {
        font-size: 23px;
    }

    .career-col .theme-heading h2 {
        font-size: 30px;
    }
    /*News Room*/
    .promotion {
        margin: 30px 0;
    }

    .promotion-box {
        margin: 0;
    }

        .promotion-box:before {
            height: 75%;
        }

    .promotion-text h3 {
        width: 100%;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .promotion-box .slick-dots {
        bottom: 0%;
    }

    .promotion-box #slick-slide01 img {
        width: 100%;
        position: relative;
        bottom: -5px;
    }

    .promotion-box #slick-slide01 .promotion-text h3 {
        padding-top: 33px;
    }
}

@media only screen and (max-width: 991px) {
    /*Join use Popup*/
    #joinus_model .modal-content {
        width: 90%;
    }
    /*Top Nav*/
    .top-nav ul li {
        width: 180px;
        margin: 0 10px;
    }

        .top-nav ul li a {
            font-size: 25px;
        }

            .top-nav ul li a img {
                max-width: 70%;
            }
    /*popup*/
    #metro_info_popup .modal-content {
        padding: 40px 0;
    }

    #metro_info_popup h2 {
        font-size: 27px;
    }

    .popup-links h3 {
        font-size: 25px;
    }

    .hamburger div {
        width: 45px;
        height: 4px;
        border-radius: 5px;
    }

        .hamburger div.meat {
            width: 38px;
        }

        .hamburger div.bottom-bun {
            width: 30px;
        }

    #toggle:checked + .hamburger .meat {
        width: 45px;
    }

    .intro-title-header {
        bottom: 71px;
    }

    .main-banner .banner-txt {
        padding-top: 25%;
    }

    .typewriter {
        margin-bottom: 15px;
    }

    section.bannerSec h2 {
        font-size: 50px;
    }

    .about-right-box {
        display: flex;
    }

    .about .img-fluid {
        max-width: 100%;
    }

    .boss-pic:before {
        top: 30px;
    }

    .incide-tcc-wireless .theme-heading p {
        font-size: 16px;
    }

    .banner-stats .stat-box {
        padding: 20px;
        min-width: 95px;
    }

    section.success-stories .slider-box .testi-description {
        max-height: 150px;
        overflow-y: auto;
        padding-right: 10px;
    }

    .banner-stats .stat-box span.count {
        font-size: 25px;
    }

    .banner-stats .stat-box span {
        font-size: 15px;
    }

    .testi-text {
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .testi-text h2 {
            font-size: 40px;
        }

    .testi-description p strong span {
        font-size: 25px !important;
    }

    .testi-text p {
        font-size: 15px;
        margin-bottom: 6px;
    }

    .testi-text h4,
    .testi-text .testi-name h3,
    section.life-tcc h2 {
        font-size: 25px;
    }

    section.success-stories h2 {
        font-size: 45px;
    }

    .testi-text .testi-name {
        padding: 5px 0;
    }



    section.success-stories .testi-slider .slick-dots {
        bottom: 20px;
    }

    section.join-team h2 {
        font-size: 44px;
    }

    section.join-team {
        min-height: 450px;
    }

    section.social .social-icon h5 {
        font-size: 15px;
        text-align: center;
    }

    section.social .social-icon {
        padding: 35px 0;
    }

        section.social .social-icon i {
            font-size: 56px;
        }

    footer .footer-list h4 {
        font-size: 20px;
    }

    .theme-btn, footer .footer-list ul li a {
        font-size: 13px;
    }

    .theme-btn {
        padding: 5px 16px;
    }

    section.life-tcc p {
        font-size: 20px;
    }

    .about-text-box {
        width: auto;
        padding: 20px 25px 40px;
        margin-left: 0;
    }

    .theme-heading h2 {
        font-size: 28px;
    }

    .theme-heading p, .testi-text .testi-name p {
        font-size: 17px;
    }

    section.perks-benefit h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    /* About us */
    section.bannerSec {
        height: 400px;
    }

        section.bannerSec img {
            height: 100%;
            object-fit: cover;
        }


    .vision-text {
        margin: 30px 0;
    }

    .about-sec h2 {
        font-size: 26px
    }

    .aboutus-box2 img,
    .aboutus-box1 img {
        height: 200px;
    }

    .aboutus-box2,
    .aboutus-box1 {
        margin: 0;
        width: 50%;
        padding: 0 10px;
    }

        .aboutus-box2 .stat-box,
        .aboutus-box1 .stat-box {
            font-size: 20px;
            padding: 20px;
        }

            .aboutus-box2 .stat-box span.count,
            .aboutus-box1 .stat-box span.count {
                font-size: 42px;
            }

    .about-video-sec {
        min-height: 450px;
    }

    .who-we-text {
        padding-top: 30px;
    }

    section.who-we h2 {
        font-size: 32px;
    }

    .boss-pic {
        top: -60px;
    }


    section.incide-tcc-wireless h2 {
        font-size: 33px;
    }

    section.core-value:before {
        width: 768px;
        height: 768px;
    }

    section.core-value h2 {
        font-size: 33px;
    }

    .core-value-list ol li img.core-value-icon {
        width: 150px !important;
    }
    /* our story */
    .partner-service-boxes .ser-box h2 span {
        word-break: break-all;
    }

    .partner-service-boxes .ser-box h2 {
        font-size: 21px;
    }

    .award-sec p {
        font-size: 20px;
    }

    .what-we-do .theme-heading h2 {
        font-size: 30px;
    }


    .award-sec .px-3 {
        padding: 30px 10px !important;
    }

    .partner-service-boxes .ser-box h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .award-slider-nav {
        width: 100%;
    }

        .award-slider-nav h3 {
            font-size: 20px;
        }

            .award-slider-nav h3::after {
                font-size: 10px;
            }

    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }


    /* our team */
    .team-text h2:before {
        bottom: -64px;
        font-size: 50px;
    }

    .team-text h2 {
        font-size: 36px;
        margin-bottom: 30px;
    }

    .team-text h4 {
        font-size: 26px;
    }

    .team-text-col {
        max-height: 350px;
        overflow-y: auto;
        padding-right: 20px;
    }

    .team-text p {
        font-size: 17px;
    }
    /* life at tcc */
    .life-tcc-img-box:before {
        left: initial;
        bottom: -87px;
        right: 0;
    }

    .life-tcc-img-3 {
        width: 45%;
        top: 37%;
    }

    .life-tcc-img-1 {
        width: 85%;
    }

    .life-tcc-img-4 {
        right: 28px;
        bottom: 7%;
    }

    a.s-story-box-img.all-link span {
        font-size: 30px;
    }

    .inside-tcc-team img {
        border-radius: 0px 28px;
        margin: 9px 0px;
    }

    .incide-image-box.sm-image {
        height: 180px;
    }
    /* Our Partner */
    .partner-box1,
    .partner-box1 .smallp-box img, .partner-box2 .smallp-box img {
        max-width: 100%;
    }

    .partner-box2 {
        left: 0;
    }

    .partner-sec .theme-heading h2.bg-heading {
        font-size: 22px;
        width: 100%;
    }

    .partner-slider {
        padding: 6% 0;
    }

    section.partner-slider-sec .partner-slider .slick-dots {
        bottom: 0;
    }

    .partner-sec .theme-heading h2 {
        font-size: 26px;
    }
    /* contact us */
    .contact-info-box {
        padding: 40px;
    }

        .contact-info-box ul li {
            margin-bottom: 35px;
            padding-left: 45px;
        }
    /*our Location*/
    .location-detail h2.bg-heading {
        width: 100%;
        font-size: 26px;
    }

    section.bannerSec h2 {
        font-size: 45px;
    }

    #locations-second-section .container .ext-left-section #locations-container .location-address {
        padding-bottom: 12px;
    }

    #locations-second-section .select-icon:before {
        font-size: 16px;
        right: 26px;
        top: 46%;
    }

    .cutom-width-28 {
        width: 27%;
    }

    #locations-second-section .pe-0 {
        padding-left: 0;
    }

    .map-container svg {
        height: 400px;
    }
    /*newsroom*/

    .promotion .slick-dots {
        bottom: 6%;
    }

    .promotion-text {
        padding: 0 30px;
    }

        .promotion-text h3 {
            font-size: 25px;
            margin-bottom: 10px;
        }

    .promotion-box #slick-slide01 img {
        bottom: -14px;
    }
    /* back  stop top*/
    .btn-back-to-top {
        width: 50px;
        height: 50px;
        bottom: 40px;
        right: 30px;
    }

    .promotion-box:before {
        height: 70%;
    }

    .promotion-box img {
        margin: 22px 0 10px;
    }

    .promotion .slick-dots {
        bottom: 0%;
    }

    .get-swag .modal-body {
        padding: 15px !important;
    }

    .get-swag .modal-dialog {
        width: 65%;
    }

    .get-swag img {
        max-height: 300px;
    }
}

@media only screen and (max-width: 767px) {
    #joinus_model .modal-content {
        width: 100%;
    }

    #joinus_model .modal-body {
        padding: 30px 20px;
    }

    #joinus_model h2 {
        font-size: 30px;
    }

    #joinus_model p {
        font-size: 14px;
    }
    /*Popup*/
    #metro_info_popup .modal-content {
        width: 100%;
    }

    #metro_info_popup ul {
        padding: 30px 0 0;
        justify-content: center;
    }

        #metro_info_popup ul li {
            margin-bottom: 20px
        }

    #metro_info_popup .modal-content {
        padding: 30px 0;
    }

    #metro_info_popup .modal-body {
        padding: 30px 0;
        padding: 25px;
    }

    .popup-links h3 {
        font-size: 30px;
        padding: 0 25px
    }
    /*Top Nav*/
    .top-nav ul {
        padding: 10px 0;
    }

        .top-nav ul li a {
            font-size: 20px;
            line-height: 22px
        }

            .top-nav ul li a img {
                max-width: 100%;
            }

    .testi-text h4, .testi-text .testi-name h3, section.life-tcc h2 {
        font-size: 26px;
    }

    section.bannerSec h2 {
        font-size: 33px;
    }

    .banner-stats .stat-box {
        padding: 16px;
    }

        .banner-stats .stat-box span.count {
            font-size: 22px;
        }

        .banner-stats .stat-box span {
            font-size: 12px;
        }

    .hamburger div {
        height: 3px;
        margin-top: 5px;
    }

    #toggle:checked + .hamburger .meat {
        margin-top: -3px;
    }

    header nav {
        margin: 0 3% 0 3%;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        padding: 6% 0 0;
    }

    nav ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px;
    }

        nav ul li {
            margin: 0;
        }

    .t-mob-logo img {
        width: 85%;
        margin: 0 auto;
    }

    .main-banner {
        height: 500px;
    }

    .testi-text {
        padding: 30px;
    }

    .about-img-2-box {
        margin-bottom: 25px;
    }

    .boss-pic:before {
        top: 25px;
        left: 55px;
    }

    .life-tcc .theme-btn {
        margin-bottom: 30px;
    }

    section.join-team {
        min-height: 400px;
    }

        section.join-team h2 {
            font-size: 40px;
        }

    section.perks-benefit .perk-box p {
        margin: 20px 0 0;
        font-size: 15px;
    }

    section.success-stories h2 {
        font-size: 40px;
    }

    section.success-stories .slider-box {
        margin: 0 10px;
    }

        section.success-stories .slider-box .testi-description {
            max-height: 120px;
        }
    /* About Page */
    .career-col:before {
        width: 366px;
        height: 332px;
        right: 13px;
        top: 40%;
    }

    .incide-tcc-wireless .theme-heading,
    .about-sec .theme-heading {
        margin-bottom: 30px;
    }

    .s-story-box-video .modal-dialog .modal-content,
    .about-video-popup .modal-dialog .modal-content {
        padding: 10px;
    }

    section.bannerSec {
        height: 350px;
    }

    .about-video-sec {
        min-height: 400px;
    }

    section.who-we:before {
        top: inherit;
        bottom: 30px;
        left: 0;
        width: 97%;
        box-shadow: 4px -5px 20px #d5d5d5;
    }

    .boss-pic {
        margin-bottom: 0;
    }

    section.core-value:before {
        width: 576px;
        height: 576px;
    }

    .partner-service-boxes .col-3 {
        width: 100%;
        border-bottom: 1px solid #d5d5d5;
    }

    .partner-service-sec .partner-service-boxes .ser-box {
        padding: 25px 0;
    }

        .partner-service-sec .partner-service-boxes .ser-box:first-child::after,
        .partner-service-sec .partner-service-boxes .ser-box:nth-child(2)::after,
        .partner-service-sec .partner-service-boxes .ser-box:nth-last-child(2)::after, .partner-service-sec .partner-service-boxes .ser-box::after {
            top: inherit;
            bottom: -21px;
            left: 0;
            text-align: center;
        }

    .award-sec .ser-box:first-child {
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
    }


    .award-sec .ser-box {
        border-bottom: none !important;
        border-right: 1px solid #dee2e6 !important;
    }

        .award-sec .ser-box:last-child {
            border-top-right-radius: 0;
            border-bottom-left-radius: 20px;
            border-bottom: 1px solid #dee2e6 !important;
        }

    .award-sec-img-box2:before {
        width: 85%;
    }

    .core-value-list ol li img.core-value-icon {
        width: 120px !important;
    }

    section.incide-tcc-wireless h2 {
        margin-top: 30px;
    }

    section.incide-tcc-wireless:before {
        width: 500px;
        height: 500px;
    }

    .incide-tcc-wireless .theme-heading p {
        font-size: 17px;
    }
    /* our story */
    .award-slide {
        padding: 20px !important;
    }

        .award-slide .text-center {
            width: 100%;
        }

    .team-text h2:before {
        bottom: -57px;
    }

    .team-text {
        max-height: inherit;
        overflow-y: hidden;
    }

    .team-right-box .team-text h2:before {
        left: 0;
        right: auto;
    }

    .s-story-box-img {
        width: 100%;
    }

    section.about:before {
        left: -3%;
        top: -1%;
    }
    /*Our Partner*/

    .partner-box1,
    .partner-box2 {
        width: 65%;
        margin: 40px 0 50px;
        right: -20%;
        left: inherit;
    }

    .partner-banner section.bannerSec h2 {
        top: -127px;
    }


    .partner-service-boxes div:last-of-type {
        border-bottom: none;
    }

    .partner-box1, .partner-box2 {
        margin: 40px auto 50px;
        right: 10%;
        left: inherit;
    }

        .partner-box1 .smallp-box {
            right: -103px;
            top: 53%;
        }

        .partner-box2 .smallp-box {
            top: 55%;
            left: -42%;
        }

    .partner-sec .theme-heading h2 {
        font-size: 20px;
    }

    .theme-heading h3 {
        margin-bottom: 5px;
    }

    h2.bg-heading {
        width: 100%;
    }

    .what-we-do.sec-padding {
        padding: 0;
    }

    .what-we-do .theme-heading {
        margin-bottom: 30px;
    }

    .award-sec-img-box2:before {
        left: 17%;
    }

    .theme-heading h2 {
        font-size: 25px;
    }

    .award-sec-img-box2 {
        margin-bottom: 80px;
    }

    .award-slider-nav {
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .award-slide .theme-heading h2 {
        font-size: 20px;
        margin: 10px 0 0;
    }

    .award-sec .theme-heading h2 {
        margin-top: 30px;
    }
    /*    Life datalist TCC*/

    .life-tcc-img-box:before {
        bottom: 37px;
    }

    .life-tcc-img-3 {
        width: 38%;
        top: 40%;
        right: -4%;
    }

    .life-tcc-img-4 {
        right: 36px;
        bottom: 5%;
    }

    .s-story-box:last-child {
        margin-bottom: 30px;
    }

    .incide-image-box.sm-image {
        height: auto;
    }

    .gallery-pagination .pagination {
        flex-direction: row;
    }
    /* contact us */
    .contact-info-box ul li {
        padding-left: 60px;
    }

        .contact-info-box ul li img {
            width: 9%;
        }

    .contact-info-box a, .contact-info-box p {
        margin-bottom: 40px;
    }

    .contact-info-box {
        margin-bottom: 50px;
    }

        .contact-info-box h3 {
            font-size: 35px;
            margin-bottom: 35px;
        }


    section.perks-benefit .perk-box:before {
        top: 10%;
    }

    .life-tcc .row {
        text-align: center;
    }

    section.life-tcc .life-img-1,
    section.life-tcc .life-img-2 {
        left: 0;
        padding-bottom: 20px;
        right: 0;
        margin: 0 auto;
    }
    /*our location*/
    .ext-top-section {
        flex-direction: column;
    }

    .cutom-width-28 {
        width: 100%;
        margin-bottom: 20px;
    }

    .map-container svg {
        height: 300px;
    }

    #locations-second-section .theme-btn {
        font-size: 15px;
        width: auto; /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content; /* Firefox/Gecko */
        width: -webkit-max-content; /* Chrome */
    }

    #locations-second-section .container {
        padding: 40px;
    }
    /*Careers*/
    section.core-value h2 {
        font-size: 30px;
    }

    .core-value-list ol li a h3 {
        font-size: 23px;
    }

    .current-openings {
        margin-top: 20px;
    }

    ul.current-opening-list {
        margin-top: 40px;
    }

        ul.current-opening-list li a {
            font-size: 20px;
        }

    .contact-info-box h3 {
        margin-bottom: 40px;
    }
    /* Newsroome*/
    .promotion-box:before {
        height: 100%
    }

    .slick-track {
        align-items: flex-end;
    }

    .promotion {
        margin: 50px 0 70px;
    }

        .promotion .slick-dots {
            bottom: -38px;
        }

    .promotion-box img {
        margin: 0;
    }
    /*Meet the team*/
    .team-text-col {
        max-height: 100%;
        overflow-y: hidden;
    }

    section.bannerSec.team-banner h2,
    section.bannerSec.location-banner h2 {
        width: 56%;
    }

    .btn-back-to-top {
        width: 45px;
        height: 45px;
        bottom: 30px;
    }

    .get-swag .modal-body {
        padding: 10px !important;
    }

    .get-swag img {
        max-height: inherit !important;
    }
}

@media only screen and (max-width: 575px) {
    #joinus_model .modal-body {
        width: 88%;
    }

    #joinus_model h2 {
        font-size: 18px;
    }

    #joinus_model p {
        font-size: 12px;
    }

    #joinus_model ul {
        flex-direction: column;
    }

        #joinus_model ul li {
            padding-left: 0;
            padding-right: 0;
            padding-bottom: 8px;
            margin-bottom: 20px;
        }

    .top-nav ul li a {
        font-size: 13px;
        line-height: 16px;
    }

    #joinus_model .modal-body {
        padding: 20px 20px;
    }

    header nav {
        padding-top: 25%;
    }

    .top-nav ul li:last-child {
        margin-left: 30px;
        margin-right: 0;
    }

    nav a {
        margin-top: 0.5em;
    }

    .t-mob-logo {
        margin: 10px 0 0px 0;
    }

    .theme-heading p,
    section.about p {
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .intro-title-header {
        bottom: 40px;
    }

    .main-banner {
        height: 380px;
    }

    .banner-stats {
        border-top-left-radius: 30px;
        display: flex;
        flex-direction: column;
        border-bottom-left-radius: 0;
    }

        .banner-stats div {
            border-bottom: 1px solid #f39d58;
        }

    .bnr-btns {
        display: flex;
        flex-direction: column;
        width: auto;
        width: auto; /* Safari/WebKit uses a non-standard name */
        width: -moz-max-content; /* Firefox/Gecko */
        width: -webkit-max-content; /* Chrome */
    }

    .theme-btn {
        padding: 5px 16px;
        font-size: 11px;
        margin-bottom: 16px;
    }

    .hamburger div {
        width: 40px;
    }

        .hamburger div.meat {
            width: 33px;
        }

        .hamburger div.bottom-bun {
            width: 26px;
        }

    #toggle:checked + .hamburger .meat {
        width: 40px;
    }

    .banner-stats .stat-box span.count {
        font-size: 20px;
    }


    section.bannerSec img {
        height: 100%;
        object-fit: cover;
    }

    .banner-stats .stat-box span {
        font-size: 10px;
    }

    section.life-tcc h4 {
        font-size: 25px;
    }

    .banner-stats .stat-box span.count {
        font-size: 18px;
    }

    section.life-tcc p {
        font-size: 18px;
    }

    .typewriter span {
        border-right: solid #F48B28 6px;
    }

    section.success-stories:before {
        width: 300px;
        height: 300px;
        top: 0%;
        left: 0;
    }

    section.success-stories .slider-box .testi-description {
        max-height: 90px;
    }

    .testi-text h4, .testi-text .testi-name h3, section.life-tcc h2 {
        font-size: 22px;
    }

    .testi-text h2 {
        font-size: 35px;
    }

    .testi-text {
        padding: 20px 20px;
    }

        .testi-text .testi-name p {
            margin-bottom: 0;
        }

    section.perks-benefit h2,
    section.success-stories h2 {
        font-size: 33px;
        margin-bottom: 30px;
        margin-top: 20px;
    }

    section.perks-benefit .perk-box {
        min-height: 140px;
        max-height: 140px;
    }

    section.success-stories .testi-slider .slick-dots {
        bottom: 25px;
    }

    section.life-tcc {
        margin-top: 20px;
    }

        section.life-tcc p {
            margin-bottom: 20px;
        }

    .testi-text .testi-name {
        padding: 0;
    }

    .footer-tcc-box {
        margin-right: 0;
        width: 50%;
    }

    .footer-list {
        padding-left: 0;
        margin-top: 35px;
    }

    footer .footer-list h4 {
        margin-bottom: 10px;
    }

    .testi-text p {
        font-size: 14px;
    }

    .banner-stats .stat-box {
        padding: 13px;
        min-width: 27%;
    }

    section.social .social-icon h5 {
        font-size: 16px;
    }

    .main-banner .theme-btn {
        margin-bottom: 10px;
    }

    .main-banner .banner-txt {
        padding-top: 50%;
    }

        .main-banner .banner-txt h3 {
            font-size: 22px;
        }

    .typewriter {
        font-size: 32px;
    }

    .intro {
        margin-bottom: 0;
    }

    section.join-team h2 {
        font-size: 30px;
    }

    .banner-stats .stat-box span.count:before {
        right: -18px;
    }
    /* About us Page */
    section.who-we:before {
        height: 760px;
        bottom: 95px;
    }

    .core-value-list ol li {
        align-items: flex-start;
    }


    .career-col:before {
        width: 466px;
        height: 432px;
        right: 0;
        top: 21%;
    }

    section.bannerSec.team-banner h2,
    section.bannerSec.location-banner h2,
    section.bannerSec h2 {
        top: 0;
        padding-bottom: 30px;
        font-size: 30px;
        width: 80%;
    }

    .vision-text {
        flex-direction: column;
    }

        .vision-text p {
            font-size: 16px;
        }

        .vision-text div {
            width: 100% !important;
            padding-left: 0 !important;
            margin-bottom: 20px;
        }

        .vision-text img {
            width: 25%;
        }

    section.incide-tcc-wireless h2 {
        font-size: 30px;
    }

    .incide-tcc-wireless .theme-heading {
        margin-bottom: 20px;
    }

    section.incide-tcc-wireless:before {
        width: 300px;
        height: 300px;
        right: 0;
        bottom: 0;
    }

    section.incide-tcc-wireless:after {
        width: 240px;
        height: 240px;
        right: 8%;
        bottom: 1%;
    }

    section.core-value:before {
        width: 300px;
        height: 300px;
        bottom: -6%;
        left: -22%;
    }


    .core-value-list ol li {
        flex-direction: column;
    }

        .core-value-list ol li a {
            order: 2;
            margin-top: 20px;
        }

    .aboutus-box2 .stat-box span.count,
    .aboutus-box1 .stat-box span.count {
        font-size: 35px;
    }

    .aboutus-box2 img, .aboutus-box1 img {
        height: 160px;
    }

    .aboutus-box2 .stat-box, .aboutus-box1 .stat-box {
        font-size: 17px;
        padding: 16px;
    }

    .aboutus-box2 .stat-box,
    .aboutus-box1 img {
        margin-bottom: 20px;
    }

    .boss-pic:before {
        top: 15px;
        left: 33px;
    }

    section.core-value h2 {
        font-size: 29px;
    }
    /* our story */
    .award-sec-img-box2:before {
        width: 88%;
    }
    /* life at tcc */
    .life-tcc-content {
        margin-top: 30px;
    }

    .life-tcc-img-box .life-tcc-img-2 {
        margin: 10px 0 20px;
    }

    .life-tcc-img-3 {
        width: 50%;
        top: 36%;
    }

    .life-tcc-img-4 {
        right: 22px;
        bottom: 0;
    }

    .life-tcc-img-box:before {
        bottom: 10px;
        width: 500px;
        height: 500px;
    }

    .life-tcc-content a.theme-btn {
        margin-bottom: 20px;
    }

    a.s-story-box-img.all-link {
        height: 320px;
    }

    .partner-box1 {
        width: 80%;
    }

        .partner-box1:before {
            top: 36px;
            left: -15px;
        }

        .partner-box1 .smallp-box {
            right: -62px;
        }

    .partner-box2:before {
        right: -22px;
        top: 33px;
    }

    .partner-box2 .smallp-box {
        max-width: 50%;
        top: 52%;
        left: -43%;
    }

    .theme-heading h2 {
        font-size: 25px;
    }
    /* contact us */
    .contact-info-box {
        padding: 25px;
    }

        .contact-info-box ul li img {
            width: 9%;
        }

        .contact-info-box ul li {
            padding-left: 40px;
        }

        .contact-info-box ul li {
            padding-left: 45px;
            margin-bottom: 30px;
        }

        .contact-info-box a, .contact-info-box p {
            font-size: 15px;
        }

        .contact-info-box h3 {
            font-size: 33px;
        }

    section.life-tcc .life-img-1 {
        left: 0;
        padding-bottom: 30px;
    }

    section.life-tcc .life-img-2 {
        right: 0;
    }
    /*our Location*/
    .location-detail h2.bg-heading {
        font-size: 17px;
        padding: 20px 0;
    }

    .map-container svg {
        height: 200px;
    }

    #locations-second-section .container {
        padding: 30px;
    }
    /*Careers*/
    .current-openings,
    ul.current-opening-list {
        margin-top: 30px;
    }

    .contact-info-box h3 {
        margin-bottom: 30px;
    }
    /* Newsroome*/

    .promotion-text h3 {
        font-size: 23px;
        margin-bottom: 12px;
    }

    .promotion .slick-dots {
        bottom: -33px;
    }


    .slick-track {
        align-items: flex-end;
        display: flex;
    }

    section.about:before {
        left: 0%;
        top: -4.6%;
    }

    section.success-stories .slider-box .hof-image:before, .hof-image-box:before,
    section.success-stories .slider-box .hof-image:after, .hof-image-box:after {
        background-size: cover;
    }

    .btn-back-to-top {
        width: 35px;
        height: 35px;
        bottom: 20px;
        right: 20px;
    }

        .btn-back-to-top a i {
            font-size: 18px;
        }

    footer .copyrights {
        margin-top: 30px;
    }

    section.bannerSec {
        top: 22px;
        margin-bottom: 4%;
    }

    .team-text h4 {
        font-size: 20px;
    }

    .team-text h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .team-text p {
        font-size: 14px;
    }

    #successStoryPagination #hall-of-fame-pagination ul {
        display: inline-block;
    }

    section.career-col .container-fluid {
        padding-right: var(--x-gutter-x, 1.5rem);
        padding-left: var(--x-gutter-x, 1.5rem);
    }
}




/*all Updated CSS*/
