* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a:hover {
    text-decoration: none;
}
body {
    color: #424242;
    font-size: 14px;
    font-family: Lato, sans-serif;
}
.enterprise-animate {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    z-index: 9999;
}
.hcl-enterprise {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #006bb6;
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 100%;
}
.hcl-enterprise h1 {
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    background: #006bb6;
    z-index: 99999;
    white-space: nowrap;
}
.hcl-enterprise {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: #006bb6;
    overflow: hidden;
    position: absolute;
    right: 0;
}
.hcl-enterprise h1 {
    font-size: 38px;
    color: #fff;
    text-transform: uppercase;
    background: #006bb6;
    z-index: 99999;
    white-space: nowrap;
    font-weight: 700;
}
.hcl-enterprise p {
    font-size: 25px;
    color: #fff;
    position: relative;
    margin-top: 5px;
    white-space: nowrap;
    font-weight: 400;
    margin-left: 35px;
}
.hcl-enterprise p::before {
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: #fff;
    left: -45px;
    top: 15px;
}
.header {
    position: fixed;
    height: 14vh;
    z-index: 9999999;
    width: 100%;
    display: flex;
    align-items: center;
    animation: headerAnim 1s 5s forwards;
    padding-top: 2vh;
}
.header.sticky {
    background: #f5f5f5;
    height: 10vh;
    z-index: 999;
}
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 93%;
    margin: 0 auto;
}
.header.bg {
    background: #f5f5f5;
}
.header .logo {
    top: 5vh;
    left: 12vh;
}
.burger span {
    height: 2px;
    width: 15px;
    background: #006bb6;
}
.burger {
    width: 20px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    margin: auto;
}
.b {
    width: 100%;
    height: 2px;
    background: #006bb6;
    margin-bottom: 4px;
}
.close-box,
.header .burger {
    top: 0;
    z-index: 9;
    position: relative;
    right: -35px;
}
.input-container {
    width: 200px;
}
.search-input {
    transition: 1s;
    transform-origin: center;
    margin: auto;
    width: 0;
}
.expand-searchBar {
    width: 100%;
}
.menu-overlay {
    position: absolute;
    background: #006bb6;
    display: none;
    z-index: 9999999;
    position: fixed;
}
.menu-overlay.show {
    display: block;
}
.close-overlay {
    display: none;
    position: absolute;
    z-index: 9999999999999999999;
    right: 11%;
    top: 3.3%;
}
.close-overlay .close-box {
    right: 52px;
    top: 33px;
    cursor: pointer;
    font-size: 1.5rem;
    color: #fff;
    position: fixed;
}
.close-overlay .first,
.second {
    height: 20px;
    width: 1.2px;
    background: #fff;
}
.first {
    transform: rotate(40deg) translate(29px, -18px);
}
.second {
    transform: rotate(-40deg) translate(36.2px, 10.7px);
}
.show-menu {
    width: 50%;
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999999;
    display: none;
    position: fixed;
}
.menu {
    display: flex;
    align-items: center;
    justify-content: end;
    height: 100vh;
    margin-left: 60px;
    margin-top: 140px;
}
.menu ul {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    position: relative;
    width: 224px;
}
.menu ul li {
    list-style: none;
    display: block;
    position: relative;
    margin-bottom: 70px;
}
.menu ul li a {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
}
.menu ul li:last-child .drop-menu ul li {
    position: relative;
    left: 50px;
}
.menu ul li:hover a {
    font-weight: 700;
}
.menu ul li i {
    opacity: 0;
    position: relative;
    left: 30px;
    transition: all 0.5s;
}
.menu ul li:hover i {
    opacity: 1;
}
.drop-menu {
    display: none;
}
.drop-menu ul {
    display: contents;
}
.drop-menu ul li {
    text-align: left;
    margin-bottom: auto;
}
.drop-menu ul li a {
    font-weight: 700;
}
.menu ul li:hover .drop-menu {
    display: block;
    position: absolute;
    right: -225px;
    top: 8px;
}
.menu ul li:hover .drop-menu a {
    padding: 0 70px;
    font-size: 19px;
    margin-bottom: 13px;
    display: block;
    font-weight: 700;
}
.intro {
    margin-left: 61px;
}
.glob {
    margin-top: 125px;
}
.intro-box h1 {
    color: #006bb6;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 700;
}
h1.intro_title {
    flex-basis: 53%;
    padding-left: 3rem;
}
.intro-box p {
    line-height: 24px;
    color: #333;
}
.intro-box ul {
    display: flex;
}
.intro-box ul li {
    list-style: none;
    position: relative;
    margin-right: 46px;
}
.gray {
    background: #f5f5f5;
}
.space {
    margin-top: 128px;
}
.gray .container {
    position: relative;
}
/* .vertical-line {
    width: 3px;
    height: 73.9%;
    background-color: #006bb6;
    position: absolute;
    bottom: -15px;
    left: 49.9%;
    z-index: 10;
} */
.main-menu ul {
    position: relative;
}
/* new css starts here */
.bgwht {
    width: 100%;
    height: auto;
    background: #fff;
    padding: 1rem 0;
    border-top: 1px solid #006bb6;
    border-bottom: 1px solid #006bb6;
}
.hcgrp {
    padding-top: 6.4rem;
    padding-bottom: 4rem;
}
.intro-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.intro-box p {
    margin-bottom: 0;
}
.ptext {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    width: 100%;
}
.main-menu .commitementImg {
    margin-right: -3rem;
}
.menu-white .commitementImg {
    margin-right: -3.5rem;
}
.main-menu ul li {
    list-style: none;
    background: #006BB6;
    height: 52px;
    margin: 10px 0 10px;
    transition: all 0.1s;
    transform-origin: right;
    width: 50%;
    opacity: 1;
    cursor: pointer;
    position: relative;
}
.main-menu ul li.first-li-fade {
    background-color: #53A0D3 !important;
/*     width: 49% !important;
    margin-left: 5.2rem !important; */
}
.main-menu ul li.first-li-fade {
    background-image: linear-gradient(90deg, #f5f5f5 5rem, transparent 5rem);
    padding-left: 5rem;
}
/* .addli-fade {
    right: -102% !important;
} */

/* .main-menu ul li.first-li-fade {
    background-color: #53A0D3 !important;
    width: 49% !important;
    margin-left: 5.2rem !important;
} */
/* .addli-fade {
    right: -102% !important;
} */
.main-menu ul li:hover {
    transform-origin: right;
   /*  transform: scalex(1.04); */
}
.main-menu ul li p {
    display: block;
    color: #fff;
    padding: 13px 20px !important;
    text-decoration: none;
    font-size: 16px;
}
.main-menu ul li p .fa {
    font-size: 10px;
    margin-left: 0px;
    opacity: 0;
    transition: all 0.3s linear;
}
.main-menu ul li p a {
    margin-left: 0rem;
    position: relative;
    opacity: 0;
    transition: all 0.3s linear;
}
.main-menu ul li:hover p .fa{
    opacity: 1;
    margin-left: 8px;
}
.main-menu ul li:hover p:before{
opacity: 1;
right: 0;
}
.main-menu ul li:hover p a {
    opacity: 1;
    margin-left: 1rem;
}

.main-menu ul li p:before {
    font-family: "fontAwesome";
    content: "\f08e";
    color: #ffffff;
    font-size: 14px;
    margin-right: 10px;
    padding: 10px;
    position: absolute;
    opacity: 0;
    top: 9px;
    bottom: 0;
    right: 4%;
    clear: both;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s linear;
}
.menu-white ul li {
    list-style: none;
    background: #fff;
    height: 52px;
    margin: 10px 0 10px;
    transition: all 0.1s;
    transform-origin: right;
    width: 50%;
    opacity: 1;
    cursor: pointer;
    position: relative;
}
.menu-white ul li p .fa {
    font-size: 10px;
    margin-left: 0px;
    opacity: 0;
    transition: all 0.3s linear;
}
.menu-white ul li:hover p .fa {
    opacity: 1;
    margin-left: 8px;
}
.addli p::before {
    display: none;
}
.menu-white ul li span {
    color: #1f6ab6;
    display: block;
    text-decoration: none;
    padding: 18px 50px;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 400;
}
.menu-white ul.left-animate li:nth-child(1) {
    font-size: 16px;
    font-weight: 400;
}
.menu-white ul.left-animate li:nth-child(2) {
    font-size: 14px;
    font-weight: 100;
}
.menu-white ul.left-animate li:nth-child(3) {
    font-size: 14px;
    font-weight: 100;
}
.main-menu ul li p {
    width: 350px;
    color: #fff;
    padding: 0 50px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
}
.main-menu ul li .addli p a {
    margin-left: -3rem !important;
}
.menu-white ul li .second-addli p {
    width: 350px;
    padding: 10px 40px 0 50px;
    line-height: 25px;
    font-weight: 400;
    margin: 0;
    font-size: 16px;
    color: #424242;
}
.addli {
    height: auto !important;
    position: absolute;
    top: 0;
    right: -88%;
    width: 100%;
    list-style: none;
    background: #006BB6;
    height: 56px;
    margin: 0 0 15px;
    overflow: hidden;
    transition: all 0.1s;
    transform-origin: right;
    width: auto;
    opacity: 1;
    display: none;
}
.main-menu ul li:hover:after {
    color: #ffffff;
    font-size: 10px;
    margin-right: 10px;
    padding: 0;
    top: 12px;
    right: -10%;
    clear: both;
    cursor: pointer;
    border-top: 15px solid transparent;
    content: "";
    width: 32px;
    height: 28px;
    position: absolute;
    background-color: #ffffff00;
    border-left: 15px solid #0000;
    border-right: 15px solid #006bb6;
    border-bottom: solid 15px #917d7d00;
}
.main-menu ul li.first-li-fade:after{
    border-right: 15px solid #53A0D3 !important;
}
.addli a.know-more {
    margin-top: -1rem !important;
    margin-left: -1rem !important;
}
.addli p .know-more {
    margin-top: -1rem !important;
    margin-left: -1rem !important;
    padding: 0 1rem !important;
}
.addli.active{
    display: block !important;
}
.second-addli {
    height: auto !important;
    position: absolute;
    top: 0;
    right: -88%;
    width: 100%;
    list-style: none;
    background: #fff;
    height: 56px;
    margin: 0 0 15px;
    transition: all 0.1s;
    transform-origin: right;
    width: auto;
    opacity: 1;
    display: none;
}
.second-addli:after {
    color: #ffffff;
    font-size: 10px;
    margin-right: 10px;
    padding: 0;
    top: 12px;
    left: -32px;
    clear: both;
    cursor: pointer;
    border-top: 15px solid transparent;
    content: "";
    width: 32px;
    height: 28px;
    position: absolute;
    background-color: #ffffff00;
    border-left: 15px solid #0000;
    border-right: 15px solid #ffffff;
    border-bottom: solid 15px #917d7d00;
}
.second-addli:hover:after {
    color: #ffffff;
    font-size: 10px;
    margin-right: 10px;
    padding: 0;
    top: 12px;
    right: -10%;
    clear: both;
    cursor: pointer;
    border-top: 15px solid transparent;
    content: "";
    width: 32px;
    height: 28px;
    position: absolute;
    background-color: #ffffff00;
    border-left: 15px solid #0000;
    border-right: 15px solid #fff;
    border-bottom: solid 15px #917d7d00;
}
.second-addli p .know-more {
    margin-top: -1rem !important;
    margin-left: -1rem !important;
    padding: 0 1rem !important;
}
.second-addli p::before{
    display: none;
}
.menu-white p {
    margin-bottom: 1.6rem;
    font-size: 22px;
    font-weight: 400;
    color: #424242;
}
.left-animate {
    transform: translate(0px, 0px) !important;
}
.img-animate{
    transform: translate(0px, 0px) !important;
}
.first-li:hover .addli{
    display: block !important;
    z-index: 1;
}
.main-menu ul li.first-li-fade:hover .addli-fade{
    background-color: #53A0D3 !important;
}
.second-addli a.know-more {
    padding: 8px 20px !important;
    font-size: 14px;
}
.second-li:hover .second-addli{
    display: block;
} 
.main-menu p.commitment {
    margin-left: 56px;
    margin-bottom: 0;
    padding-right: 4rem;
}
.main-menu p {
    margin-bottom: 1.6rem;
    font-size: 22px;
    font-weight: 400;
    color: #424242;
}
.menu-white p.commitment {
    margin-left: 56px;
    padding-right: 2.3rem;
}
.main-menu ul li.addli:hover:after {
    font-family: fontAwesome;
    content: "\f106";
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    padding: 10px;
    position: absolute;
    top: 7px;
    right: 30%;
    clear: both;
    cursor: pointer;
}
.main-menu ul li.addli::before{
    display: none !important;
}
.menu-white li.addli:hover:after {
    font-family: fontAwesome;
    content: "\f106";
    color: #1f6ab6;
    font-size: 14px;
    margin-right: 10px;
    padding: 10px;
    position: absolute;
    top: 12px;
    right: 23%;
}
.menu-white ul li p:before {
    font-family: "fontAwesome";
    content: "\f08e";
    color: #006bb6;
    font-size: 14px;
    margin-right: 10px;
    padding: 10px;
    position: absolute;
    opacity: 0;
    top: 9px;
    bottom: 0;
    right: 4%;
    clear: both;
    cursor: pointer;
    transform: rotate( 
0deg);
    transition: all 0.3s linear;
}
.menu-white ul li:hover p:before {
    opacity: 1;
    right: 0;
}
.menu-white ul li p {
    color: #1f6ab6;
    display: block;
    text-decoration: none;
    font-size: 16px;
    padding: 13px 20px !important;
    position: relative;
}
.menu-white ul li p a {
    margin-left: 0rem;
    position: relative;
    opacity: 0;
    transition: all 0.3s linear;
}
.menu-white ul li:hover p a {
    opacity: 1;
    margin-left: 1rem;
}
.intro-box ul li a {
    text-decoration: none;
    color: #1f6ab6;
    font-weight: 900;
}
.space p.commitment {
    margin-bottom: 1.6rem;
    font-size: 24px;
    font-weight: 400;
    color: #424242;
}
span.hcl-day {
    margin-top: 1rem !important;
    display: block;
}
.covid {
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    text-align: left;
}
.covid h2 {
    color: #424242;
    font-size: 36px;
    margin-bottom: 0;
    font-weight: 900;
}
.covid h3 {
    color: #1f6ab6;
    font-size: 45px;
    font-weight: 900;
    margin-top: 0;
}
.covid a {
    color: #1f6ab6;
    font-size: 12x;
    font-weight: 700;
}
.covid p {
    font-weight: 900;
    margin: 0;
    font-size: 16px;
}
.covid h5 {
    font-weight: 900;
    margin: 0;
    line-height: 32px;
    font-size: 26px;
}
.owl-carousel button.owl-dot {
    padding: 6px !important;
    border: 1px solid #1f6ab6;
    border-radius: 50%;
    margin: 5px;
    position: relative;
    top: -60px;
}
.owl-carousel button.owl-dot.active {
    padding: 6px !important;
    border: 1px solid #1f6ab6;
    border-radius: 50%;
    margin: 5px;
    background: #1f6ab6;
    position: relative;
    top: -60px;
}
.hidden {
    overflow: hidden !important;
}
/* .main-menu ul li:hover:after {
    font-family: fontAwesome;
    content: "\f078";
    color: #fff;
    font-size: 10px;
    margin-right: 10px;
    padding: 10px;
    position: absolute;
    top: 12px;
    right: 30%;
    clear: both;
    cursor: pointer;
} */
.main-menu ul li.addli:hover:after {
    font-family: fontAwesome;
    content: "\f106";
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    padding: 10px;
    position: absolute;
    top: 7px;
    right: 30%;
    clear: both;
    cursor: pointer;
}
/* .menu-white li:hover:after {
    font-family: fontAwesome;
    content: "\f078";
    color: #1f6ab6;
    font-size: 10px;
    margin-right: 10px;
    padding: 10px;
    position: absolute;
    top: 12px;
    right: 23%;
} */
.menuFooter a {
    color: #fff;
}
.menu-white li.addli:hover:after {
    font-family: fontAwesome;
    content: "\f106";
    color: #1f6ab6;
    font-size: 14px;
    margin-right: 10px;
    padding: 10px;
    position: absolute;
    top: 12px;
    right: 23%;
}
.menu-white ul li p a {
    margin-left: 0rem;
    position: relative;
    opacity: 0;
    transition: all 0.3s linear;
    display: inline;
}
.menu-white ul li:hover p a {
    opacity: 1;
    margin-left: 1rem;
}
a.know-more {
    padding: 8px 50px !important;
    font-size: 14px;
}
a.know-more i {
    margin-left: 5px;
    transition: all 0.5s;
}
a.know-more:hover i {
    margin-left: 15px;
}
.intro-box ul li:after {
    position: absolute;
    right: -30px;
}
.intro-box ul li:hover::after {
    font-family: fontAwesome;
    content: "\f105";
    color: #1f6ab6;
    font-size: 15px;
    margin-right: 10px;
    padding: 10px;
    position: absolute;
    top: -10px;
    right: -40px;
}
#Path_280.animate,
#Path_281.animate,
#Path_282.animate {
    animation: svgCol 8s;
}
@keyframes svgCol {
    from {
        fill: #fff;
    }
    to {
        fill: #006bb6;
    }
}
.covid a.know-more {
    padding: 8px 0 !important;
    font-size: 14px;
    text-decoration: none;
}
.section-space {
    margin: 50px;
}
.brand h4 {
    color: #006bb6;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 900;
    line-height: 80px;
    margin-left: 6px;
}
.brand p {
    line-height: 28px;
    color: #424242;
}
.stayed .startup p {
    color: #424242;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}
.initiative {
    transition: all 0.5s;
    position: relative;
}
.brand-hcl .content {
    position: relative;
}
.brand-hcl .content::after {
    content: "";
    background: url(img/leaf.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.brand-hcl ul {
    display: flex;
}
.brand-hcl ul li {
    width: 33.3%;
    margin-right: 1%;
}
.hcl-story-box ul {
    flex-direction: column;
}
.brand-color {
    background: #006bb6;
}
.hcl-story-box ul li {
    width: 100%;
    margin-bottom: 10px;
    list-style: none;
    background: #4696d2;
}
.content h2 {
    color: #fff;
}
.slider-content {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 82px 63px 24px 63px;
}
.content p {
    margin: 0;
    color: #fff;
}
.content ul li a {
    color: #fff;
}
.brand-hcl .human .content::after {
    content: "";
    background: url(img/human.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 39px;
    left: 0;
}
.human .content-box {
    padding: 35px 25px 30px 80px;
    margin-top: 30px;
    min-height: 150px;
}
.human .content h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.brand-hcl .store .content::after {
    content: "";
    background: url(img/store.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 20px;
    left: 0;
}
.store .content-box {
    padding: 35px 19px 30px 85px;
    margin-top: 30px;
    min-height: 150px;
}
.store .content h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.brand-hcl .initiative .content::after {
    content: "";
    background: url(img/concerts.png);
    background-repeat: no-repeat;
    height: 90px;
    width: 95px;
    position: absolute;
    left: 233px;
    top: 150px;
}
.brand-hcl .initiative .content.store-box::after {
    content: "";
    background: url(img/store.png);
    background-repeat: no-repeat;
    height: 90px;
    width: 105px;
    position: absolute;
    left: 233px;
    top: 95px;
}
.brand-hcl .initiative .content.brand::after {
    content: "";
    background: url(img/story.png);
    background-repeat: no-repeat;
    height: 121px;
    width: 95px;
    position: absolute;
    left: 270px;
    top: 58px;
}
a.guid {
    color: #fff;
    margin-bottom: 25px;
    display: block;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
}
a.guid:before {
    font-family: fontAwesome;
    content: "\f178";
    color: #1f6ab6;
    font-size: 15px;
    position: absolute;
    right: 80px;
    opacity: 0;
    transition: all 0.5s;
    line-height: 32px;
}
.initiative:hover a.guid:before {
    font-family: fontAwesome;
    content: "\f178";
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 7rem;
    opacity: 1;
    transition: all 0.5s;
    line-height: 32px;
}
.story-box-color a::before {
    right: -2rem !important;
}
.story-box-color a.guid {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 0;
    display: block;
    text-decoration: none;
    position: relative;
}
.initiative .content-box {
    padding: 23px 67px 26px 40px;
}
.content.story h2 {
    margin-bottom: 8px;
}
.story-box.store-box h2 {
    margin-bottom: 8px;
}
.brand-hcl .initiative .content.story::after {
    content: "";
    background: url(img/guidelines.png);
    background-repeat: no-repeat;
    height: 130px;
    width: 95px;
    position: absolute;
    left: 282px;
    top: 40px;
}
.brand-hcl .guidline .grand::after {
    content: "";
    background: url(img/guidelines.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 113px;
}
.guidline .content {
    min-height: 150px;
}
.guidline h2 {
    color: #fff;
    font-weight: 900;
}
.brand-hcl .values .content::after {
    content: "";
    background: url(img/values1.png);
    background-position: left;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 39px;
}
.values .content {
    min-height: 150px;
    margin-top: 30px;
}
.values .content h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.footer-menu ul li {
    float: left;
    list-style: none;
}
.footer-menu ul li a {
    padding: 5px 42px 5px 0;
    color: #424242;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
}
.footer-logo img {
    float: right;
    margin-right: 35px;
    margin-top: 15px;
}
.social-contact {
    margin-top: 40px;
}
.social-contact ul li {
    float: left;
    list-style: none;
}
.social-contact ul li a {
    padding: 5px 44px 5px 0;
    color: #424242;
    font-weight: 700;
}
.social-contact ul li:nth-child(1) a {
    background: #006bb6;
    color: #fff;
    text-align: right;
    margin: 0 auto;
    display: block;
    padding: 7px 45px;
    margin-right: 30px;
}
.social-contact ul i {
    font-size: 18px;
    margin-top: 10px;
}
.social-contact ul li:nth-child(2) i {
    color: #3b5998;
}
.social-contact ul li:nth-child(3) i {
    color: #00acee;
}
.social-contact ul li:nth-child(4) i {
    color: #0e76a8;
}
.social-contact ul li:nth-child(5) i {
    color: red;
}
.social-contact ul li:nth-child(6) i {
    background: linear-gradient(29.61deg, #f38334 0, #da2e7d 50.39%, #6b54c6 100%);
    color: #fff;
}
.social-contact ul li:nth-child(7) {
    margin-right: 15%;
    float: right;
}
.story-box-color {
    z-index: 999;
}
.wrapper {
    display: grid;
    grid-template-columns: 1.5fr 1.6fr 0.8fr;
    grid-template-rows: 200px 200px;
    grid-gap: 10px;
}
.c {
    grid-row: 1/3;
    grid-column: 2/3;
}
.d {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: auto;
}
.search-icon i {
    color: #006bb6;
    display: flex;
    align-items: center;
    margin-right: 0;
    cursor: pointer;
    font-size: 19px;
    margin-bottom: 3px;
    position: relative;
    right: -40px;
}
.guidline {
    min-height: 230px;
    background: #006bb6;
}
.a .content {
    min-height: 230px;
    background: #006bb6;
}
.brand-hcl .initiative .content {
    min-height: 368px;
    overflow: hidden;
}
.content.story-box {
    min-height: 167px !important;
}
.guidline .content-box {
    padding: 35px 25px 30px 40px;
}
.content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
.main-menu ul li a.know-more {
    padding: 8px 50px !important;
    font-size: 14px;
    margin-top: 8px;
    display: block;
}
.values .content-box {
    padding: 35px 25px 30px 43px;
}
.initiative ul li ul {
    margin-left: 25px;
    margin-top: 10px;
}
.initiative ul {
    margin-top: 35px;
}
.initiative ul {
    flex-direction: column;
}
.initiative ul li {
    list-style: none;
    display: block;
    width: 100%;
}
.initiative ul li a {
    font-size: 18px;
    text-decoration: none;
}
.initiative ul li ul li {
    line-height: 28px;
}
.initiative ul li a:before {
    font-family: fontAwesome;
    content: "\f178";
    color: #1f6ab6;
    font-size: 15px;
    position: absolute;
    right: 100px;
    opacity: 0;
    transition: all 0.5s;
    line-height: 28px;
}
.initiative:hover ul li a:before {
    font-family: fontAwesome;
    content: "\f178";
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 140px;
    opacity: 1;
    transition: all 0.5s;
    line-height: 28px;
}
.initiative ul li ul li a {
    font-size: 14px;
    text-decoration: none;
}
.initiative h3 {
    font-size: 21px;
    color: #fff;
}
.initiative i.fa-circle {
    color: #fff;
    font-size: 8px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.initiative i.fa-angle-right {
    font-size: 18px;
    margin-left: 5px;
    position: relative;
    top: 2px;
}
.initiative:hover {
    transform: scale(1.02);
}
.initiative:hover .plus-icon {
    opacity: 1;
}
.values .plus-icon {
    color: #fff;
    font-weight: 100;
    border: 1px solid #fff;
    display: inline-block;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    bottom: 8px;
    opacity: 1;
    transition: all 0.5s;
}
.initiative .plus-icon {
    color: #fff;
    font-weight: 100;
    border: 1px solid #fff;
    display: inline-block;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 20px;
    bottom: 8px;
    opacity: 0;
    transition: all 0.5s;
    z-index: 9;
}
footer {
    border-top: 3px solid #006bb6;
    margin-top: 100px !important;
}
.section-space-bottom {
    margin-bottom: 40px;
    margin-top: 100px;
}
.startup {
    display: flex;
    align-items: center;
    justify-content: end;
}
.startup p {
    font-weight: 400;
    margin-top: 20px;
}
.footer-menu {
    margin-left: 35px;
}
.social-contact {
    margin-left: 35px;
}
.slider {
    position: relative;
    padding: 0;
}
.hcl-slider:after {
    position: absolute;
    content: "";
    width: 414.5px;
    height: 562px;
    background: #006bb6;
    right: 0;
    top: 2px;
}
.plus-icon i {
    font-size: 12px;
}
.copywrite {
    margin-top: 45px;
}
.copywrite p {
    color: #424242;
    font-weight: 700;
}
.menuFooter {
    margin-top: 200px;
}
.menuFooter p {
    color: #fff;
}
.guidline .plus-icon {
    color: #fff;
    font-weight: 700;
    border: 1px solid #fff;
    display: inline-block;
    height: 35px;
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 16px;
    bottom: -20px;
    opacity: 0;
    transition: all 0.5s;
}
.menuicon ul {
    display: flex;
    flex-direction: inherit;
    width: auto;
    margin-right: 20px;
}
.menuicon ul li a {
    font-size: 16px !important;
}
.menuicon i {
    color: #fff;
    opacity: 1 !important;
}
.about-img {
    position: relative;
}

.row.align-items-center.equal-height{
    padding:0px 6rem
}
.about-img::before {
    background-image: url(img/about.png);
    height: 754px;
    width: 759px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 85px;
    animation: aboutAnim 4s;
}
.section-about-space {
    padding-top: 100px;
    height: 89vh;
    overflow: hidden;
}
.section-search-space {
    padding-top: 80px;
}
.sports-bg .about-text {
    width: 100%;
    padding-bottom: 40vh;
}
.cinema-bg .about-text {
    padding-bottom: 40vh;
}
.about-text {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    height: 100vh;
    margin-left: 30vh;
    opacity: 0;
    animation: aboutAnim 2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    padding-bottom: 30vh;
}
.about-text h1 {
    color: #006bb6;
    text-transform: uppercase;
    font-size: 47px;
    font-weight: 900;
    margin-bottom: 20px;
}
.about-text p {
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
}
.found h3 {
    font-size: 24px;
    color: #006bb6;
    margin-bottom: 25px;
    font-weight: 900;
}
.found p {
    line-height: 28px;
    margin-bottom: 25px;
}
.old-computer::after {
    background-image: url(img/old-computer.png);
    height: 339px;
    width: 508px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: -26px;
    top: 20px;
}
.section-space-120 {
    margin: 120px 0;
}
.hcl-story h2 {
    color: #006bb6;
    text-transform: capitalize;
    font-size: 36px;
    font-weight: 900;
    line-height: 46px;
    margin-bottom: 55px;
}
.hcl-story h2 span {
    color: #424242;
    text-transform: initial;
    font-size: 31px;
    font-weight: 700;
}
.years ul li {
    list-style: none;
}
.creates {
    display: flex;
    flex-direction: column;
    margin-top: 10vh;
    justify-content: center;
    height: 50vh;
    margin-right: 80px;
}
.creates h2 {
    color: #006bb6;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 900;
    line-height: 46px;
}
.creates h4 {
    color: #b8b8b8;
    margin-bottom: 35px;
}
.creates h6 {
    color: #424242;
    font-size: 18px;
    line-height: 28px;
}
.creates p {
    color: #707070;
    line-height: 28px;
}
.years ul li a {
    font-size: 16px;
    line-height: 52px;
    cursor: pointer;
    color: #707070;
}
.years ul li {
    position: relative;
}
.years ul li .tablinks.active {
    color: #006bb6;
}
.years ul li .tablinks.active:before {
    height: 1.6px;
    width: 100px;
    position: absolute;
    top: 25px;
    left: -110px;
    background: #b8b8b8;
    color: #fff;
    content: "";
}
.section-space-120t {
    margin-top: 120px;
}
.section-space-80t {
    margin-top: 80px;
}
@keyframes aboutAnim {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.ex-mobile {
    display: none;
}
.years {
    position: relative;
    height: 500px;
    width: 80px;
    overflow: hidden;
}
.years ul {
    position: absolute;
}
.down-arrow {
    position: absolute;
    bottom: -70px;
    left: 24px;
    font-size: 20px;
    color: #333;
}
.up-arrow {
    position: absolute;
    font-size: 20px;
    top: -40px;
    left: 24px;
    display: none;
}
.leadership-hero {
    display: flex;
    justify-content: center;
    height: 89vh;
    background: url(img/leadership.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.leadership-hero .container {
    display: flex;
    justify-content: flex-end;
}
.leadership-hero h1 {
    color: #006bb6;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 900;
}
.directors,
.executives {
    padding: 3rem 0;
}
.directors ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.directors ul li:not(:first-of-type) {
    margin-left: 20px;
}
.executives ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}

.search-icon input[type="submit"] {
    font-size:0;
    width:20px;
    height:30px;
    background: url('img/search-btn.png') no-repeat left center;
    border: none;
    margin-top: 2px;
    margin-left: 2rem;
    position: relative;
    left: 2rem;
  }

.executives ul li:not(:first-of-type) {
    margin-left: 20px;
}
.directors h3 {
    color: #006bb6;
    font-size: 22px;
    margin-bottom: 3rem;
    text-align: left;
    font-weight: 900;
}
.executives h3 {
    color: #006bb6;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 3rem;
    text-align: left;
}
.history .row-1::after {
    content: "";
    height: 30%;
    width: 29.8%;
    top: 71.8%;
    position: absolute;
    left: 41%;
    border-top: 1px solid #625f5f;
    border-right: 1px solid #625f5f;
}
.directors i {
    margin-left: 10px;
    font-size: 16px;
}
.executives i {
    margin-left: 10px;
    font-size: 16px;
}
.naming {
    text-align: center;
    display: block;
    margin: 0 auto;
}
.naming h4 {
    font-size: 16px;
    color: #484848;
    margin-top: 1rem;
    font-weight: 700;
    text-align: center;
    transition: 0.5s;
}
.naming li.tablinks:hover h4 {
    font-weight: 900;
}
.naming ul li.active h4 {
    font-weight: 900;
    color: #006bb6;
    font-size: 17px;
    font-weight: 900;
}
.naming ul li.active h4 span {
    font-weight: 900;
    color: #006bb6;
    font-size: 18px;
}
.about-info h3 {
    color: #006bb6;
    text-transform: capitalize;
    font-size: 32px;
    font-weight: 900;
    margin: 2rem 0;
}
.detail .directors li.tablinks img {
    transition: 0.5s;
}
.detail .directors li.tablinks:hover img {
    transform: scale(1.02);
}
.about-info h4 {
    color: #424242;
    font-size: 24px;
}
.about-info p {
    color: #424242;
    font-size: 15px;
    margin-top: 0.3rem;
    line-height: 24px;
    margin-bottom: 0.4rem;
    font-weight: 400;
}
.about-details p {
    line-height: 28px;
    margin-right: 1rem;
    font-weight: 100;
    font-weight: 400;
    font-size: 14px;
}
.about-info ul li {
    color: #424242;
    font-size: 15px;
    margin-top: 0.3rem;
    font-weight: 700;
    list-style: none;
    font-weight: 700;
}
.tablinks {
    cursor: pointer;
}
.news-bg {
    display: flex;
    justify-content: center;
    height: 100vh;
    background: url(img/news.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.leadership-hero .container {
    display: flex;
    justify-content: flex-end;
}
.leadership-hero h1 {
    font-size: 32px;
    font-weight: 900;
    margin-top: 1rem;
    text-align: left;
    margin-top: 1rem;
}
.led h1 {
    margin-top: 8.2rem !important;
}
.directors:before {
    background: #f5f5f5;
    content: "";
    position: absolute;
    top: 0;
    left: -150px;
    height: 380px;
    width: 777px;
    z-index: -1;
}
.directors,
.executives {
    padding: 6rem 0 6rem 0;
}
.directors ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.directors ul li:not(:first-of-type) {
    margin-left: 20px;
}
.executives ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
}
.executives ul li:not(:first-of-type) {
    margin-left: 20px;
}
.bord-members:hover img {
    transition: all 0.5s;
    transform: scale(1.5);
}
.news {
    margin-top: 0;
}
.press {
    display: flex;
    justify-content: space-evenly;
}
.pagination ul li {
    padding: 0 22px !important;
    font-weight: 700;
}
.pagination ul li.active {
    font-weight: 900;
    color: #006bb6 !important;
}
.pagination {
    width: 100%;
    display: flex;
    margin: 4rem 3rem;
}
.pagination ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}
.pagination li:not(:first-of-type) {
    margin-left: 2rem;
}
.pagination-title {
    line-height: 2.5;
}
.icon-box {
    margin-left: 5rem;
}
.icon-box span {
    display: inline-block;
    height: 30px;
    width: 30px;
    border: 1px solid #707070;
    border-radius: 100px;
    font-size: 27px;
    line-height: 22px;
    color: #006bb6;
    margin-left: 10px;
}
.icon-box span i {
    margin-left: 10px;
    line-height: 28px;
    color: #006bb6;
    font-size: 19px;
}
.news-cards {
    display: flex;
    list-style: none;
    margin: 1.5rem 0;
    flex-wrap: wrap;
}
.news-card {
    border-top: 2px solid #b9e6fa;
    position: relative;
    padding: 1rem 0;
    transition: all 0.5s;
}
.news-card h3 {
    margin: 1rem 0;
}
.news-card .read-more span {
    text-decoration: none;
    color: #000;
    display: inline-block;
    font-size: 15px;
    margin-left: 10px;
    font-weight: 400;
    font-family: Lato, sans-serif;
}
.news-card .read-more.fa-plus {
    font-size: 11px;
    font-weight: 400;
    text-decoration: none;
}
.news-card:hover .read-more span {
    transition: all 0.5s;
    transform: translateX(30px);
}
.news-card::after {
    content: "";
    width: 100%;
    height: 40%;
    border-right: 2px solid #b9e6fa;
    position: absolute;
    top: 0;
    right: 0;
}
.news-card .news-icon {
    opacity: 0.5;
    transition: all 0.1s;
    position: relative;
    right: 15px;
}
.news-card:hover .news-icon {
    opacity: 1;
}
.news-card h5.date {
    color: #006bb6;
    font-size: 14px;
}
.news-card h3 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    line-height: 33px;
    font-weight: 700;
}
.press h3.tablinks {
    margin-right: 50px;
}
.press h3.tablinks.active a {
    background: #f5f5f5;
    padding: 10px 50px;
    margin-right: 50px;
    color: #006bb6;
    text-align: center;
}
.press h3.tablinks.active1 a {
    background: #f5f5f5;
    padding: 10px 50px;
    margin-right: 50px;
    color: #006bb6;
    text-align: center;
}
.newTab.active a {
    color: #006bb6 !important;
}
.space-100 {
    margin: 100px 0;
}
.press h3.tablinks.active a {
    padding: 10px 50px;
    margin-right: 0;
    color: #006bb6;
}
.folder-img::before {
    background-image: url(img/folder.png);
    height: 754px;
    width: 759px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
    top: 170px;
    animation: aboutAnim 4s;
}
.policy-section h3.tablinks.active {
    background: #f5f5f5;
    padding: 10px 30px;
    color: #006bb6;
    font-size: 25px;
    margin-right: 0;
}
.policy-section h3.tablinks {
    background: #f5f5f5;
    padding: 6px 30px;
    color: #424242;
    font-size: 25px;
    margin-right: 0;
    font-weight: 700;
}
.news .pagination ul li {
    color: #707070;
    cursor: pointer;
}
.news-cards li {
    width: 26.3% !important;
    margin-bottom: 2.3rem;
    margin-right: 7%;
}
.pagination-title {
    color: #8cd7fa;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1.5px;
    font-size: 56px;
    font-weight: 900;
}
.img {
    position: relative;
    overflow: hidden;
}
.imgs img {
    transition: auto;
    height: auto;
    width: 100%;
}
.caption {
    background: #e4e2e2;
    padding: 4px 10px;
    margin-bottom: 25px;
}
.caption p {
    color: #424242;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
}
.content > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 59px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
}
.content:hover span {
    opacity: 1;
}
.img:hover .imgs {
    transition: all 0.5s;
    transform: scale(1.5);
}
.img-sm {
    grid-row: 1 / span 2;
}
.img-md {
    grid-row: 1 / span 3;
}
.img-lg {
    grid-row: 1 / span 4;
}
.row-2.img-sm {
    grid-row: 5 / span 2;
}
.row-2.img-md {
    grid-row: 4 / span 3;
    grid-column-start: 2;
}
.row-2.img-lg {
    grid-row: 3 / span 4;
    grid-column-start: 3;
}
.grid-item {
    width: 20%;
}
.grid-item--width1 {
    width: 30%;
}
.grid-item--width2 {
    width: 30%;
}
.video-bg {
    display: flex;
    justify-content: center;
    height: 89vh;
    background: url(img/video.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.play-icon {
    color: #fff;
    position: absolute;
    top: 35%;
    left: 50%;
    background: rgba(255, 255, 255, 0.383);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-icon i {
    font-size: 42px;
}
.video-time {
    margin-left: 25px;
    color: #707070;
}
.video-container.permotion .text {
    position: absolute;
    bottom: 25px;
    margin-left: 10px;
    padding: 10px;
}
.video-container.permotion .play-icon-permotion {
    color: #fff;
    position: absolute;
    top: auto;
    bottom: 29px;
    left: auto;
    right: 25px;
    background: rgba(255, 255, 255, 0.383);
    font-size: 10px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    transform: translate(0, 0);
    display: flex;
    justify-content: center;
    align-items: center;
}
.helping {
    margin: 1rem 0;
}
.helping p {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #707070;
}
.helping ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.helping ul li {
    margin-left: 0;
    padding: 4px !important;
}
.helping .next-img {
    max-width: 100%;
    height: 90px;
    background-size: contain;
    background-repeat: no-repeat;
}
.helping > div {
    font-size: 12px;
    display: flex;
    padding: 0;
    height: 100%;
    flex-direction: column;
}
.space-top {
    margin-top: 3rem;
}
.video .empowering-communities h3 {
    color: #006bb6;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 900;
}
.permotion i {
    font-size: 12px;
}
.permotion p {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
    font-weight: 900;
}
.contact-hero {
    display: flex;
    justify-content: center;
    height: 100vh;
    background: url(imgs/leadership.png);
}
.contact-hero .container {
    display: flex;
    justify-content: flex-end;
}
.page-navigation {
    margin-top: 2rem;
}
.contact-hero h1 {
    font-size: 3rem;
    font-weight: 900;
}
.contact-heading {
    margin: 2rem 0 1rem;
    color: #006bb6;
    font-weight: 900;
    font-weight: 900;
}
.form-control {
    border: none;
    border-bottom: none;
    border-radius: 0;
    padding: 0 0;
    background: 0 0;
    font-weight: 500;
}
.form-control:focus {
    border-color: #000;
    box-shadow: none;
}
.contact-info {
    padding: 10rem 1rem 2rem 4rem;
    background-color: #006bb6;
    color: #fff;
    margin: 0;
}
.address {
    padding: 4rem 3rem;
    background-color: #f5f5f5;
}
.address h4 {
    font-size: 1.2rem;
    color: #006bb6;
    margin: 2rem 0;
    font-weight: 900;
}
.address ul {
    list-style: none;
}
.address li {
    margin-top: 0.7rem;
    font-weight: 700;
}
.address .social {
    list-style: none;
    display: flex;
}
.social li {
    margin-right: 1rem;
}
.address ul.social li {
    margin-right: 40px;
    font-size: 22px;
    color: #333;
}
.address ul.social li a {
    color: #006bb6;
}
.contact-hero {
    display: flex;
    justify-content: center;
    height: 100vh;
    background: url(img/telephone.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.breadcrumb-section .breadcrumb {
    background: 0 0;
    margin: 0;
    padding: 0;
}
.hcl-sports ol.breadcrumb li:nth-child(3) {
    margin-left: 15px;
}
.breadcrumb-section {
    margin-top: 3rem;
}
.covid-link h5,
p {
    color: #424242;
}
.breadcrumb-item a {
    text-transform: uppercase;
    color: #424242;
}
.breadcrumb-item.active {
    color: #006bb6 !important;
    text-transform: uppercase;
    font-weight: 600;
}
ol.carousel-indicators li {
    color: #333;
    background: 0 0;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    padding: 0;
    border: 1px solid #006bb6;
    margin: 0 20px 0 0;
}
ol.carousel-indicators li.active {
    color: #333;
    background: #006bb6;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    padding: 0;
    border: 1 solid #006bb6;
}
ol.carousel-indicators {
    position: absolute;
    left: -80px;
    justify-content: left;
    bottom: 95px;
}
.breadcrumb-item.active a {
    color: #006bb6 !important;
    text-transform: uppercase;
    font-weight: 600;
}
.send {
    height: 50px;
    width: 50px;
    background: #006bb6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.send i {
    color: #fff;
    font-size: 18px;
}
.form-group label {
    display: inline-block;
    margin-bottom: 1.2rem;
    color: #b8b8b8;
    font-size: 16px;
}
.brand-bg {
    display: flex;
    justify-content: center;
    height: 89vh;
    background: url(img/brand.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
p.brand-text {
    font-size: 18px;
}
.equal-height {
    min-height: 280px;
}
.brand-box {
    padding: 0 30px;
}
.brand-img {
    margin-top: 30px;
}
.second-col .brand-img {
    margin-top: 0;
    margin-bottom: 30px;
}
.brand-img .brand-box {
    padding: 20px;
    min-height: 245px;
}
.brand-box h3 {
    color: #006bb6;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 900;
}
.brand-box p {
    color: #565656;
    line-height: 26px;
    margin: 0;
}
.tabs {
    margin: 3rem 0 2.5rem 0;
}
.second-group-para {
    margin-top: 5rem;
}
.tabcontent {
    line-height: 2;
    font-size: 1rem;
}
#Terms p,
li {
   /* opacity: 0.9;*/
    font-weight: 400;
    counter-increment: li;
    list-style: none;
    margin-bottom: 0.5rem;
}
#Terms li::before {
    content: counter(li) ".";
    color: #006bb6;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 21px;
    font-weight: 900;
    position: relative;
    left: -11px;
}
.terms-heading {
    font-weight: 900;
    color: #424242;
    font-weight: 900;
}
.Therefore.terms-heading {
    margin-bottom: 3rem;
    color: #006bb6;
}
.data-controller .terms-heading + p {
    margin: 1rem 0;
}
.data-controller .Therefore.terms-heading {
    margin-bottom: 1rem;
    color: #006bb6;
}
.terms-heading + p {
    margin: 3rem 0;
}
.tabcontent ol {
    margin-left: 1.5rem;
}
.tabcontent ol li::marker {
    color: #424242;
    font-size: 1.5rem;
}
.tabcontent ol li::-webkit-details-marker {
    color: #424242;
}
.tabcontent ul {
    list-style: none;
    margin-left: 0;
}
.gray-bg {
    display: flex;
    justify-content: center;
    height: 89vh;
    background: url(img/gray.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.nested-order {
    margin-left: 2rem!important;
}
.nested-order li {
    list-style: disc;
    counter-increment: unset;
}
.nested-order li:before {
    list-style: disc;
    content: normal !important;
}
.covid-heading h3 {
    color: #006bb6;
    font-weight: 700;
    font-size: 2.5rem;
}
.covid-heading {
    margin-bottom: 2rem;
}
.covid-tabs {
    margin: 5rem 0;
}
.covid .tabcontent {
    border-left: 1px solid #006bb6;
    position: relative;
}
.covid .tabcontent::before {
    content: "";
    height: 100%;
    width: 10%;
    border-top: 1px solid #006bb6;
    border-bottom: 1px solid #006bb6;
    position: absolute;
    top: 0;
    left: 0;
}
.covid .tabcontent .connect {
    position: absolute;
    height: 1px;
    width: 51px;
    background-color: #006bb6;
    left: -102px;
    top: 50%;
    transform: translateX(100%);
}
.covid .tablinks {
    margin-top: 4rem;
    font-size: 1.4rem;
    list-style: decimal-leading-zero;
}
.covid .tablinks.active {
    font-weight: 700;
    color: #006bb6;
    position: relative;
}
.covid .tablinks.active .connect {
    position: absolute;
    height: 1px;
    width: 45px;
    background-color: #006bb6;
    right: -17.4%;
    top: 50%;
    transform: translateX(100%);
}
.covid .tablinks.active .connect:before {
    position: absolute;
    content: "";
    background: #006bb6;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: -3px;
}
.connector {
    position: absolute;
    height: 36%;
    width: 1px;
    right: -30px;
    background-color: #006bb6;
    bottom: 50%;
}
.left-space {
    position: relative;
    left: 4rem;
}
.covid .tabcontent {
    font-size: 0.8rem;
}
.tabcontent .covid-list {
    list-style: unset;
    padding: 3rem;
}
p.covid-text {
    margin: 0;
    padding: 0;
    font-size: 18px;
}
.covid-upBox p {
    line-height: 21px;
}
.covid-heading h4 {
    color: #424242;
    line-height: 34px;
}
.virus {
    animation: virus-animate 3s;
    animation-fill-mode: backwards;
}
@keyframes virus-animate {
    0% {
        transform: rotate(0);
    }
    50% {
        transform: rotate(-90deg);
    }
    100% {
        transform: rotate(0);
    }
}
.care p {
    font-size: 20px;
    line-height: 30px;
}
.site-img::before {
    background-image: url(img/site.png);
    height: 754px;
    width: 759px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 50px;
    top: 170px;
    animation: aboutAnim 4s;
}
.sitemap h3 {
    display: block;
    background-color: #f5f5f5;
    color: #006bb6;
    margin: 0;
    padding: 0.6rem 2rem;
    font-size: 1.5rem;
    width: 270px;
    font-weight: 900;
}
.map1 {
    border-left: 2px solid #006bb6;
    list-style: none;
    padding: 2rem;
    margin-left: 1.5rem;
    text-transform: capitalize;
}
.map1 ul {
    list-style: circle;
}
.map1 li ul li:before {
    left: -8px;
    content: "\f1db";
    font-size: 11px;
    vertical-align: middle;
    line-height: 22px;
    position: relative;
    top: -1px;
    font-family: fontAwesome;
}
.map1 ul ul {
    margin-top: 0;
    margin-bottom: 1rem;
}
.map1 > li {
    position: relative;
    margin-top: 2rem;
}
.map1 li:first-of-type {
    margin-top: 1rem;
    color: #424242;
}
.map1 > li::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 8px;
    left: -38px;
    border: 1px solid #006bb6;
    border-radius: 100px;
    background: #fff;
}
.map1 > li:last-child::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 28px;
    left: -38px;
    border: 1px solid #006bb6;
    border-radius: 100px;
    background: #fff;
}
.map1.map2 > li:last-child::before {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    top: 27px;
    left: -38px;
    border: 1px solid #006bb6;
    border-radius: 100px;
    background: #fff;
}
.map1 ul {
    margin-left: 2rem;
}
.map1 h5 {
    color: #424242;
    font-weight: 900;
}
.map1 h5 a {
    color: #424242 !important;
    font-weight: 900;
}
.map1 ul li a {
    color: #424242;
}
.panic {
    display: flex;
    justify-content: center;
    height: 100vh;
    background: url(img/panic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.hcl-sports h2 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 900;
    color: #006bb6;
}
.hcl-sports p {
    color: #424242;
    font-weight: 500;
    font-size: 17.5px;
    font-weight: 400;
    margin: 0;
}
.new-brand p {
    line-height: 32px;
    font-weight: 400;
}
.hcl-sports .sports-icon {
    margin-left: 90px;
}
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    cursor: pointer;
}
.hcl-sports .bridge-cart {
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 18px;
    margin-bottom: 35px;
}
.bridge-cart.sportTabs:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #f5f5f5;
    height: 260px;
    width: 100%;
    z-index: -1;
    transition: 1s;
}
.bridge-cart.sportTabs:hover:before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #f5f5f5;
    height: 380px;
    width: 100%;
    z-index: -1;
}
.con .bg-gray {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #f5f5f5;
    height: 151px;
    width: 100%;
    z-index: -1;
}
.bg-gray {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #f5f5f5;
    height: 240px;
    width: 100%;
    z-index: -1;
}
.brand-menu ul {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin: 0 auto;
}
.brand-menu ul li {
    background: #f5f5f5;
    padding: 10px 15px;
}
.brand-menu ul li a {
    color: #424242;
}
.brand-menu ul li.active a {
    color: #006bb6;
    font-weight: 900;
}
.hcl-sports .bridge-cart h5 {
    color: #006bb6;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
}
.hcl-sports .bridge-cart img {
    transform: scale(0.7);
    transition: 0.5s;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
}
.hcl-sports .overlay:hover + .bridge-cart img {
    transform: scale(0.8);
    transition: 0.5s;
}
.hcl-sports .bridge-cart p {
    text-align: left;
    opacity: 1;
    font-size: 14px;
}
.hcl-sports .overlay:hover + .bridge-cart p {
    text-align: left;
    opacity: 0;
}
.hcl-sports .bridge-cart .click-to-view img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.hcl-sports .bridge-cart .click-to-view {
    display: none;
    position: relative;
    opacity: 1;
    cursor: pointer;
    color: #424242;
}
.hcl-sports .overlay:hover + .bridge-cart .click-to-view {
    display: block;
    opacity: 1;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%, 50%);
}
.hcl-sports .bridge-cart:hover img {
    transform: scale(0.9);
    transition: 0.5s;
}
.hcl-sports .bridge-cart:hover p {
    text-align: left;
    opacity: 0;
}
.hcl-sports .bridge-cart:hover .click-to-view {
    display: block;
    opacity: 1;
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translate(-50%, 50%);
}
.bridge-flex {
    display: flex;
    justify-content: space-around;
    margin: 0 0.2rem;
}
.breadcrumb-section.hcl-sports nav {
    margin-bottom: 50px;
}
.concerts-bg::before {
    background-image: url(img/concerts-bg.png);
    height: 754px;
    width: 759px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 170px;
    animation: fromLeft 1s;
	pointer-events:none;
}
.jigsaw::before {
    background-image: url(img/jigsaw-bg-1920.png);
    height: 403px;
    width: 862px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 180px;
    animation: fromLeft 1s;
	pointer-events:none;
}
.sports-bg::before {
    background-image: url(img/sports-bg.png);
    height: 754px;
    width: 759px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 170px;
    animation: fromLeft 1s;
	pointer-events:none;
}
.tshirt-bg::before {
    background-image: url(img/tshirt.png);
    height: 351px;
    width: 329px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 126px;
    top: 109px;
    animation: fromLeft 1s;
}
.gallery-bg::before {
    background-image: url(img/gallery-bg.png);
    height: 501px;
    width: 389px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 220px;
    top: 0;
    animation: fromLeft 1s;
}
@keyframes fromLeft {
    from {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(0);
    }
}
.SportTabcontent {
    display: none;
}
.SportTabcontent h5 {
    color: #006bb6;
    font-weight: 900;
    margin-bottom: 30px;
    font-size: 24px;
}
.SportTabcontent a.visit {
    background: #006bb6;
    color: #fff;
    margin-bottom: 10px;
    padding: 7px 34px;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.video-container.permotion img {
    width: 100%;
    margin-bottom: 25px;
}
.SportTabcontent p {
    font-size: 14px;
    margin-bottom: 20px;
}
.hcl-sports.brand-store h5 {
    text-align: left;
}
.view-product h3 {
    font-size: 18px;
    color: #006bb6;
    font-weight: 600;
    margin-bottom: 15px;
}
.view-product a {
    background: #006bb6;
    color: #fff;
    margin-bottom: 10px;
    padding: 5px 27px;
    display: inline-block;
    text-transform: uppercase;
}
a.visit:hover {
    color: #fff;
}
.history .row-1 {
    position: relative;
}
.row-1 img {
    margin-top: 18px;
}
.row-2 img {
    margin-top: 18px;
}
.row-3 img {
    margin-top: 18px;
}
.row-4 img {
    margin-top: 18px;
}
.row-5 img {
    margin-top: 18px;
    margin-right: 15px;
}
.row-6 img {
    margin-top: 18px;
}
.history .row-1 .img-container {
    position: relative;
}
.history .row-1 .img-container::after {
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    top: 36%;
    right: 0;
    background: #006bb6;
    transform: translate(100%, 50%);
    z-index: 99;
}
.history .year {
    font-size: 6rem;
    font-weight: 300;
    margin: 0;
    padding: 0;
}
.history .row-1::after {
    content: "";
    height: 30%;
    width: 30.4%;
    top: 45.8%;
    position: absolute;
    left: 40.4%;
    border-top: 1px solid #625f5f;
    border-right: 1px solid #625f5f;
}
.history .content {
    width: 94%;
}
.history .content h6 {
    margin: 1rem 0 0.5rem;
    font-weight: 900;
    color: #424242;
}
.history .content h5 {
    color: #006bb6;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
}
.history .row-2 {
    position: relative;
    margin-bottom: 75px;
    margin-top: -7rem;
}
.history .row-2 > .content {
    width: 87%;
    margin-left: auto;
}
.history .row-2 .year {
    margin-bottom: -15px;
}
.history .row-2 .img-container {
    margin-right: 1rem;
}
.history .row-2 .content {
    width: 89%;
    margin-left: auto;
}
.history .row-2::after {
    content: "";
    height: 80px;
    width: 63.3%;
    bottom: 23%;
    position: absolute;
    right: 29%;
    transform: translateY(100%);
    border-bottom: 1px solid #625f5f;
    border-right: 1px solid #625f5f;
}
.history .row-3 {
    position: relative;
    margin-bottom: 6.5rem;
}
.row-13 img {
    margin-top: 38px;
}
.row-13 .circle-2018 img {
    margin-top: -38px;
}
.history .row-3 .year {
    margin-bottom: -15px;
}
.history .row-3 .img-container {
    margin-right: 1rem;
}
.history .row-3 .content {
    width: 89%;
    margin-left: auto;
}
.history .row-3::before {
    top: -19%;
    content: "";
    height: 62%;
    width: 50%;
    bottom: 0;
    position: absolute;
    left: 87px;
    border-left: 1px solid #625f5f;
}
.history .row-3::after {
    content: "";
    height: 77%;
    width: 84.5%;
    bottom: 42%;
    position: absolute;
    left: 7%;
    transform: translateY(100%);
    border-bottom: 1px solid #625f5f;
    border-left: 1px solid #625f5f;
}
.history .row-3::after {
    content: "";
    height: 45.2%;
    width: 84.5%;
    bottom: 21%;
    position: absolute;
    left: 7%;
    transform: translateY(100%);
    border-bottom: 1px solid #625f5f;
    border-left: 1px solid #625f5f;
}
.row-3.about-space-bootom::after {
    content: "";
    height: 69%;
    width: 84.5%;
    bottom: 34%;
    position: absolute;
    left: 7.7%;
    transform: translateY(100%);
    border-bottom: 1px solid #625f5f;
    border-left: 1px solid #625f5f;
}
.history .row-4 {
    position: relative;
    margin-bottom: 4.7rem;
    padding-top: 3rem;
}
.history .row-4 .year {
    margin-bottom: -15px;
}
.history .row-4 .img-container {
    margin-right: 1rem;
}
.history .row-4 .content {
    width: 89%;
    margin-left: auto;
}
.history .row-4::before {
    top: -50px;
    content: "";
    height: 51%;
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 8.5%;
    border-right: 1px solid #625f5f;
}
.history .row-4::after {
    content: "";
    height: 58%;
    width: 84%;
    bottom: 24%;
    position: absolute;
    right: 8.1%;
    transform: translateY(100%);
    border-bottom: 1px solid #625f5f;
    border-right: 1px solid #625f5f;
}
.history .row-8::after {
    content: "";
    height: 38%;
    width: 84%;
    bottom: 7%;
    position: absolute;
    right: 8.1%;
    transform: translateY(100%);
    border-bottom: 1px solid #625f5f;
    border-right: 1px solid #625f5f;
}
.history .row-5 {
    position: relative;
    justify-content: center;
    margin-bottom: 2.3rem;
    padding-top: 3rem;
}
.history .row-5 .img-container {
    margin-top: 0;
}
.history .row-5 .content {
    width: 100%;
}
.history .row-5::after {
    content: "";
    height: 106%;
    width: 58.3%;
    position: absolute;
    top: 6.2%;
    left: 7.9%;
    border-bottom: 1px solid #625f5f;
    border-left: 1px solid #625f5f;
}
.history .row-6 {
    position: relative;
    margin-bottom: 6.5rem;
    padding: 1rem 0 0;
}
.history .row-6 .year {
    margin-bottom: -15px;
}
.history .row-6 .img-container {
    margin-right: 1rem;
}
.history .row-6 .content {
    width: 100%;
    margin-left: auto;
}
.history .row-6::before {
    top: 7px;
    content: "";
    height: 32%;
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 33.8%;
    border-right: 1px solid #625f5f;
}
.history .dreamliner.row-6::before {
    top: 27px;
    content: "";
    height: 36%;
    width: 50%;
    bottom: 0;
    position: absolute;
    right: 33.9%;
    border-right: 1px solid #625f5f;
}
.history .row-6::after {
    content: "";
    height: 83%;
    width: 58%;
    bottom: 19%;
    position: absolute;
    left: 8%;
    transform: translateY(100%);
    border-bottom: 1px solid #625f5f;
    border-right: 1px solid #625f5f;
}
.history .row-7 {
    position: relative;
    justify-content: center;
    margin-bottom: 2.5rem;
    padding: 2rem 0 1rem;
}
.history .row-7 .year {
    margin-bottom: -15px;
}
.history .row-7 .img-container {
    margin-right: 1rem;
}
.history .row-7 .content {
    width: 100%;
    margin-left: auto;
}
.row-7 img {
    margin-top: 28px;
}
.history .row-7::after {
    content: "";
    height: 121%;
    width: 83.4%;
    position: absolute;
    top: 16.3%;
    left: 8%;
    border-bottom: 1px solid #625f5f;
    border-left: 1px solid #625f5f;
}
.history .row-8 {
    margin-bottom: 6.5rem;
    padding-top: 5rem;
}
.row-8 img {
    margin-top: 25px;
}
.history .row-6 .year {
    margin-bottom: -15px;
}
.history .row-6 .img-container {
    margin-right: 1rem;
}
.history .row-6 .content {
    width: 100%;
    margin-left: auto;
}
.history .row-8::after {
    left: 7.7%;
    width: 84%;
}
.history .row-8::before {
    right: 8.6%;
    top: 14.3%;
    height: 39%;
}
.history .row-9 {
    margin-bottom: 2rem;
    padding: 3rem 0 0;
}
.history .row-9 .year {
    margin-bottom: -15px;
}
.history .row-9 .img-container {
    margin-right: 1rem;
}
.history .row-9 .content {
    width: 100%;
    margin-left: auto;
}
.history .row-9::before {
    top: 2px;
}
.history .row-9::after {
    width: 59%;
}
.history .row-10 {
    margin-bottom: 5.2rem;
    padding: 3rem 0 0;
}
.history .row-10 .year {
    margin-bottom: -15px;
}
.history .row-10 .img-container {
    margin-right: 1rem;
}
.history .row-10 .content {
    width: 100%;
    margin-left: auto;
}
.history .row-10::after {
    width: 58%;
    height: 53%;
}
.row-10::before {
    width: 20%;
    top: 8%;
    height: 40%;
}
.history .row-11::after {
    top: 4px;
    width: 83.5%;
    height: 127%;
}
.history .row-12::after {
    left: 7.7%;
    width: 83.5%;
}
.history .row-12::before {
    right: 8.5%;
    top: 11%;
}
.history .row-12 {
    margin-bottom: 7rem;
}
.history .row-13::after {
    border-bottom: none;
    bottom: 30%;
    height: 60%;
}
.history .row-13::before {
    top: 1%;
}
.history .circle {
    position: relative;
}
.history .circle::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    position: absolute;
    top: -18%;
    right: 55%;
    background: #fff;
    border: 2px solid #006bb6;
    transform: translate(100%, 50%);
}
.history .circle::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    position: absolute;
    top: -21%;
    right: 55%;
    background: #fff;
    border: 2px solid #006bb6;
    transform: translate(100%, 50%);
}
.year-1982 .circle::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    position: absolute;
    top: -20%;
    right: 51%;
    background: #fff;
    border: 2px solid #006bb6;
    transform: translate(100%, 50%);
}
.history .geography .circle::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 100px;
    position: absolute;
    top: -22%;
    right: 54%;
    background: #fff;
    border: 2px solid #006bb6;
    transform: translate(100%, 50%);
}
.history .content p {
    color: #424242;
}
.download-file {
    border: 1px solid transparent;
}
.download-file h3:before {
    font-family: fontAwesome;
    content: "\f178";
    color: #1f6ab6;
    font-size: 15px;
    position: absolute;
    right: 100px;
    opacity: 0;
    transition: all 0.5s;
}
.download-file:hover h3:before {
    font-family: fontAwesome;
    content: "\f178";
    color: #1f6ab6;
    font-size: 15px;
    position: absolute;
    right: 30px;
    opacity: 1;
}
.download-file:hover {
    border: 1px solid #006bb6;
}
.cinema-bg::before {
    background-image: url(img/cinema.png);
    height: 754px;
    width: 759px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 170px;
    animation: fromLeft 1s;
	pointer-events:none;
}
.site-img h1 {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    height: 100vh;
    margin-right: 23vh;
    padding-bottom: 48vh;
}
.brand-row {
    margin-left: 30px;
    margin-right: 30px;
}
.container-footer {
    width: 100%;
    padding-right: 43px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "\f105 ";
    font-family: fontAwesome;
}
.HelveticaNeueBd {
    font-weight: 900;
}
.birth-computer h1.year {
    font-weight: 300;
}
.about-space-bootom {
    margin-bottom: 14rem !important;
}
.leadership-heading h1 {
    margin-top: 30px;
    margin-right: 3rem;
}
.video-bg .about-text {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    height: 100vh;
    margin-left: 30vh;
    opacity: 0;
    animation: aboutAnim 2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    padding-bottom: 40vh;
}
.video-date {
    font-weight: 700;
}
.news-animate::before {
    background-image: url(img/news.png);
    height: 586px;
    width: 766px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 59px;
    top: 99px;
    animation: fromLeftNews 1s;
}
@keyframes fromLeftNews {
    from {
        transform: translateX(-100%) rotate(-40deg);
    }
    to {
        transform: translateX(0) rotate(0);
    }
}
.news-animate .about-text {
    margin-left: 23vh;
    padding-bottom: 30vh;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
    text-transform: uppercase;
}
.breadcrumb-sports .breadcrumb-item + .breadcrumb-item:last-child:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #3c3e40;
    content: "| " !important;
    opacity: 1;
    font-family: fontAwesome;
}
.contact-animate::before {
    background-image: url(img/telephone.png);
    height: 306px;
    width: 417px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 125px;
    top: 154px;
    animation: fromLeft 1s;
}
.contact-animate .about-text {
    margin-left: 30vh;
    padding-bottom: 40vh;
}
input::placeholder {
    color: #868181 !important;
}
.policy-animate::before {
    background-image: url(img/folder.png);
    height: 381px;
    width: 417px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 55px;
    top: 114px;
}
.leadership-hero.brand-bg .row.align-items-center.equal-height h1 {
    margin-top: 18vh;
}
.policy-animate .about-text {
    margin-left: 30vh;
    padding-bottom: 31vh;
}
.birth-computer .main-circle {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    top: -30.5%;
    left: 11%;
    background: #fff;
    transform: translate(100%, 50%);
    border: 3px solid #006bb6;
}
.circle-1988 .main-circle {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    top: -54.5%;
    left: 35%;
    background: #fff;
    transform: translate(100%, 50%);
    border: 3px solid #006bb6;
}
.circle-1993 .main-circle {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    top: -22%;
    left: 22.5%;
    background: #fff;
    transform: translate(100%, 50%);
    border: 3px solid #006bb6;
}
.circle-1995 .main-circle {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    top: -16.5%;
    left: 11.5%;
    background: #fff;
    transform: translate(100%, 50%);
    border: 3px solid #006bb6;
}
.circle-1995 .main-circle {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    top: -22.5%;
    left: 11.5%;
    background: #fff;
    transform: translate(100%, 50%);
    border: 3px solid #006bb6;
}
.circle-2000 .main-circle {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    top: -12.5%;
    left: 34.5%;
    background: #fff;
    transform: translate(100%, 50%);
    border: 3px solid #006bb6;
}
.circle-2001 .main-circle {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    top: -24.5%;
    left: 15.5%;
    background: #fff;
    transform: translate(100%, 50%);
    border: 3px solid #006bb6;
}
.circle-2011 .main-circle {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    top: -19.5%;
    left: 9%;
    background: #fff;
    transform: translate(100%, 50%);
    border: 3px solid #006bb6;
}
.circle-2016 .main-circle {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    top: -23%;
    left: 1.5%;
    background: #fff;
    transform: translate(100%, 50%);
    border: 3px solid #006bb6;
    z-index: 1;
}
.circle-2017 .main-circle {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    top: 29.5%;
    left: -8.5%;
    background: #fff;
    transform: translate(100%, 50%);
    border: 3px solid #006bb6;
    z-index: 1;
}
.circle-2018 .main-circle {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    top: -8%;
    left: 19.5%;
    background: #fff;
    transform: translate(100%, 50%);
    border: 3px solid #006bb6;
    z-index: 1;
}
.circle-2019 .main-circle {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    bottom: -32%;
    left: 10.8%;
    background: #006bb6;
    transform: translate(100%, 50%);
    border: 3px solid #006bb6;
    z-index: 1;
}
.video .owl-nav {
    position: absolute;
    top: 0;
    right: -16px;
}
.news .owl-nav {
    position: absolute;
    top: 0;
    right: -16px;
}
button:focus {
    outline: 0;
    outline: 0;
}
.gallery-scroll {
    max-height: 850px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.data-cookies {
    font-weight: 900;
    color: #424242;
    font-weight: 900;
    font-size: 18px;
    margin: 0 !important;
}
.type-span p span {
    color: #006bb6;
    font-weight: 900;
}
.type-span p {
    margin: 0;
}
.type-span ul.nested-order {
    margin: 0 15px;
}
.type-span .nested-order li ul li {
    font-size: 14px;
    line-height: 36px;
}
.news .pagination .tabs {
    margin: 0;
}
.hcl-sports .SportTabcontent {
    margin: 2rem 5rem;
}
.concerts-bg .about-text {
    margin-left: 30vh;
    width: 100%;
    padding-bottom: 40vh;
}
.gallery-bg .about-text {
    padding-bottom: 40vh;
}
.tshirt-bg .about-text {
    margin-left: 18vh;
    padding-bottom: 34vh;
}
.covid-section {
    width: 100%;
    margin-top: 11rem;
}
li.tablinks h4 span {
    font-weight: 900 !important;
}
.press-breadcrumb .breadcrumb-item + .breadcrumb-item:nth-child(3) {
    margin-left: 8px !important;
}
.press-breadcrumb .breadcrumb-item + .breadcrumb-item:last-child:before {
    display: none !important;
    margin-left: 4px !important;
}
.slider-content {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 120px 63px 24px 63px;
}
.covid-tabs ol {
    padding-right: 4rem;
}
.connectCircle-1 {
    position: absolute;
    content: "";
    background: #006bb6;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    top: -3px;
    left: 10%;
}
.connectCircle-2 {
    position: absolute;
    content: "";
    background: #006bb6;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    bottom: -2.5px;
    left: 10%;
}
ul.covid-list li {
    position: relative;
    margin-bottom: 1.5rem;
}
ul.covid-list li:before {
    position: absolute;
    content: "";
    background: #424242;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    left: -20px;
    top: 8px;
}
.tab_drawer_heading h1 {
    font-size: 1.2rem;
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 19px;
}
.mobile-covid {
    display: none;
}
.blueBars {
    z-index: 99;
}
.whiteBars {
    z-index: 9;
}
.main-menu ul li a {
    padding: 18px 10px;
    color: #fff;
}
.menu-white ul li a {
    padding: 18px 10px;
    color: #006bb6;
    margin-top: 10px;
    display: block;
    font-weight: 400;
}
.wpcf7-form-control.wpcf7-submit {
    height: 50px;
    width: 50px;
    background: #006bb6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 112px;
    border: none;
    color: #006bb6;
}
.form-button button {
    background: 0 0;
    border: none;
    margin-top: 76px;
}
.wpcf7-form.init {
    margin-left: 1rem !important;
}
span.may {
    font-size: 35px;
}
span.here {
    font-weight: 700;
    margin-bottom: 1rem;
    display: block;
    font-size: 16px;
}
span.here span {
    color: #006bb6;
}
span.day {
    color: #006bb6;
}
span.edu span {
    color: #006bb6;
}
.masonry-grid {
    position: relative;
}
.grid {
    margin: 0 auto;
}
.grid-item {
    width: 33.33%;
    float: left;
    padding: 0 1%;
    position: relative;
}
.brand-menu {
    margin: 25px 0;
}
.policy-section h3.newTab a {
    background: #f5f5f5;
    padding: 10px 30px;
    color: #424242;
    font-size: 20px;
    margin-right: 0;
}
span.hcl-slider-text {
    font-size: 22px;
}
.press .tablinks a {
    background: #f5f5f5;
    padding: 10px 50px;
    color: #424242;
    font-size: 20px;
    margin-right: 0;
}
.grid-item a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 59px;
    font-weight: 700;
    color: #fff;
    opacity: 0;
}
.grid-item:hover a > span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 59px;
    font-weight: 700;
    color: #fff;
    opacity: 1;
}
.grid-item div {
    overflow: hidden;
}
.grid-item img {
    transition: all 0.5s;
    transform: scale(1);
    overflow: hidden;
}
.grid-item:hover img {
    transition: all 0.5s;
    transform: scale(1.5);
}
.mobile-hcl-story {
    display: none;
}

.tshirt-bg .about-text p {
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    margin: 0 8rem;
    text-align: left;
}
.SportTabcontent.sport-block{
    display: block;
  }

@media only screen and (max-width: 1440px) and (min-width: 1360px) {
    .hcl-slider:after {
        position: absolute;
        content: "";
        width: 441.5px;
        height: 562px;
        background: #006bb6;
        right: 0;
        top: 2px;
    }
    .history .row-12::before {
        right: 8.5%;
        top: 12%;
    }
    .history .row-1 .img-container::after {
        content: "";
        width: 25px;
        height: 25px;
        border-radius: 100px;
        position: absolute;
        top: 25%;
        right: 0;
        background: #006bb6;
        transform: translate(100%, 50%);
        z-index: 99;
    }
    .history .row-1::after {
        content: "";
        height: 30%;
        width: 30.4%;
        top: 34.8%;
        position: absolute;
        left: 40.4%;
        border-top: 1px solid #625f5f;
        border-right: 1px solid #625f5f;
    }
    .policy-animate::before {
        background-image: url(img/folder.png);
        height: 381px;
        width: 417px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 55px;
        top: 170px;
    }
    .pagination-title {
        line-height: 2.8;
    }
    .news-animate::before {
        background-image: url(img/news.png);
        height: 586px;
        width: 766px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 59px;
        top: 160px;
        animation: fromLeftNews 1s;
    }
    .directors:before {
        background: #f5f5f5;
        content: "";
        position: absolute;
        top: 0;
        left: -150px;
        height: 380px;
        width: 817px;
        z-index: -1;
    }
    .history .row-13::before {
        top: -3.5%;
    }
    .history .row-6::before {
        top: 10px;
        content: "";
        height: 32%;
        width: 50%;
        bottom: 0;
        position: absolute;
        right: 33.8%;
        border-right: 1px solid #625f5f;
    }
    .circle-1993 .main-circle {
        width: 25px;
        height: 25px;
        border-radius: 100px;
        position: absolute;
        top: -23%;
        left: 26.5%;
        background: #fff;
        transform: translate(100%, 50%);
        border: 3px solid #006bb6;
    }
    .history .dreamliner.row-6::before {
        top: 28px;
        content: "";
        height: 36%;
        width: 50%;
        bottom: 0;
        position: absolute;
        right: 33.9%;
        border-right: 1px solid #625f5f;
    }
    .circle-2018 .main-circle {
        width: 25px;
        height: 25px;
        border-radius: 100px;
        position: absolute;
        top: -15%;
        left: 19.5%;
        background: #fff;
        transform: translate(100%, 50%);
        border: 3px solid #006bb6;
        z-index: 1;
    }
    .video .owl-nav {
        position: absolute;
        top: -6px;
        right: -16px;
    }
    .icon-box span {
        display: inline-block;
        height: 30px;
        width: 30px;
        border: 1px solid #707070;
        border-radius: 100px;
        font-size: 27px;
        line-height: 31px;
        color: #006bb6;
        margin-left: 10px;
    }
    .news-animate .about-text {
        margin-left: 27vh;
        padding-bottom: 31vh;
    }
}
@media screen and (max-width: 1366px) {

    .tshirt-bg .about-text p {
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        margin: 0  8rem !important;
        text-align: left;
    }
    .main-menu .commitementImg {
        margin-right: -2rem;
    }
    .menu-white .commitementImg {
        margin-right: -2.6rem;
    }
    .main-menu ul li{
        width: 55% !important;
    }
    .addli{
        right: -84%;
    }
    .menu-white ul li{
        width: 55% !important;
    }
    .second-addli{
        right: -84%;
    }

    .site-img {
        background: #f5f5f5 !important;
    }
    .history .row-9::before {
    top: -4px;
}

    .circle-2016 .main-circle {
    width: 25px;
    height: 25px;
    border-radius: 100px;
    position: absolute;
    top: -20%;
    left: 1.5%;
    background: #fff;
    transform: translate(100%, 50%);
    border: 3px solid #006bb6;
    z-index: 1;
}
    .hcl-slider:after {
        position: absolute;
        content: "";
        width: 414.5px;
        height: 562px;
        background: #006bb6;
        right: 0;
        top: 2px;
    }
    .directors:before {
        background: #f5f5f5;
        content: "";
        position: absolute;
        top: 0;
        left: -150px;
        height: 380px;
        width: 765px;
        z-index: -1;
    }
    .policy-animate::before {
        background-image: url(img/folder.png);
        height: 381px;
        width: 417px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 55px;
        top: 130px;
    }
    .history .row-1::after {
        content: "";
        height: 30%;
        width: 29.8%;
        top: 33%;
        position: absolute;
        left: 41%;
        border-top: 1px solid #625f5f;
        border-right: 1px solid #625f5f;
    }
    .history .row-1 .img-container::after {
        content: "";
        width: 25px;
        height: 25px;
        border-radius: 100px;
        position: absolute;
        top: 24%;
        right: 0;
        background: #006bb6;
        transform: translate(100%, 50%);
        z-index: 99;
    }
    .history .row-6::before {
        top: 11px;
    }
    .history .geography .circle::before {
        right: 56%;
    }
    .history .row-12::before {
        right: 8.5%;
        top: 16%;
    }
    .circle-1993 .main-circle {
        top: -23%;
        left: 26.5%;
    }
    .circle-2018 .main-circle {
        top: -17%;
    }
    .history .row-13::before {
        top: -3%;
    }
    .video .owl-nav {
        position: absolute;
        top: 0;
        right: -16px;
    }
    .icon-box span {
        display: inline-block;
        height: 30px;
        width: 30px;
        border: 1px solid #707070;
        border-radius: 100px;
        font-size: 27px;
        line-height: 22px;
        color: #006bb6;
        margin-left: 10px;
    }
}
@media screen and (max-width: 1024px) {
    .about-text h1 img {
        margin-bottom: -160px;
        margin-left: 170px;
        width: 220px;
    }
    .input-container input {
        background: #fff;
        left: -40%;
        top: 5px;
        position: relative;
    }
    .main-menu p.commitment {
        margin-left: 56px;
        margin-bottom: 0;
        padding-right: 7rem;
    }
    .menu-white p.commitment {
        margin-left: 56px;
        padding-right: 5.3rem;
    }

    .search-icon input[type="submit"] {
        font-size: 0;
        width: 20px;
        height: 30px;
        background: url(img/search-btn.png) no-repeat left center;
        border: none;
        margin-top: 9px;
        margin-left: 2rem;
        position: relative;
        left: -6rem;
    }

    /*  new css starts here */
    h1.intro_title {
        flex-basis: 88%;
    }
    .menu-white p{
        margin-bottom: 0;
    }
    .menu-white ul li .second-addli p{
        width: auto;
    }
    .main-menu ul li {
        width: 100% !important;
        height: auto;
    }
    .main-menu ul li .addli p {
        width: 100% !important;
    }
    .menu-white ul li {
        width: 100% !important;
        height: auto;
    }
    .main-menu ul li .addli p {
        width: 100% !important;
    }
    .main-menu ul li .second-li p {
        width: 100% !important;
    }
    
  /*   .main-menu ul li p a{
        display: none;
    } */
    .main-menu ul li p:before {
       display: none;
    }
    .first-li:hover .addli {
        display: block !important;
    }
  /*   .main-menu ul li.active:after{
        transform: rotate(
            -90deg);
        transition: all 0.3s linear;
    } */
    .main-menu ul .first-li:before{
        font-family: "fontAwesome";
        content: "\f054";
        color: #ffffff;
        font-size: 10px;
        margin-right: 10px;
        padding: 10px;
        position: absolute;
        opacity: 1;
        top: 9px;
        right: 4%;
        clear: both;
        cursor: pointer;
        transform: rotate(
    90deg);
        transition: all 0.3s linear;
    }
    .main-menu ul .first-li.active:before{
        transform: rotate(
            -90deg);
    }
    .main-menu ul li .addli {
        position: relative;
        right: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s linear;
    }
    .main-menu ul li .addli.active{
        max-height: 100%;
        transition: all 0.3s linear;
    }

    
 
    .main-menu ul li:hover p:before {
        opacity: 1;
        left: 0;
    }
    .main-menu ul li:hover p .fa {
        opacity: 0;
        margin-left: 8px;
        display: none;
    }
    .main-menu ul li:hover:after{
        display: none;
    }
    .addli p:after {
        display: none;
    }

    .menu-white ul li .second-addli {
        position: relative;
        right: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s linear;
    }
    .menu-white ul li .second-addli.active{
        max-height: 100%;
        transition: all 0.3s linear;
    }
   .menu-white ul .second-li:before{
        font-family: "fontAwesome";
        content: "\f054";
        color: #006bb6;
        font-size: 10px;
        margin-right: 10px;
        padding: 10px;
        position: absolute;
        opacity: 1;
        top: 9px;
        right: 4%;
        clear: both;
        cursor: pointer;
        transform: rotate(
    90deg);
        transition: all 0.3s linear;
    }
   .menu-white ul .second-li.active:before{
        transform: rotate(
            -90deg);
    }
    .second-addli:after{
        display: none;
    }
    .second-addli p:after {
        display: none;
    }
   
    .menu-white ul:before{
        display: none;
    }
   .menu-white ul li p:before {
        display: none;
     }
    /* .menu-white ul li p a{
        display: none;
    } */
    .menu-white ul li:hover p .fa {
        opacity: 0;
        margin-left: 8px;
    }
    .main-menu .right-animate:before{
        display: none;
    }
    .second-addli p a {
        display: block !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }
    .addli .url {
        display: none;
    }
    .second-addli .url {
        display: none;
    }
    /*  new css ends here */

  
    .history .row-3::after {
        content: "";
        height: 48.5%;
        
        bottom: 25%;
        position: absolute;
        left: 7%;
        transform: translateY(100%);
        border-bottom: 1px solid #625f5f;
        border-left: 1px solid #625f5f;
    }
    .social-contact ul li:nth-child(7) {
        margin-right: 8%;
        float: right;
    }
    .footer-menu ul li a {
        padding: 5px 19px 5px 0;
        color: #424242;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
    }
    .concerts-bg::before {
        top: 100px;
        left: -50px;
    }

    .jigsaw::before {
    background-image: url(img/jigsaw-bg-1024.png);
    height: 403px;
    width: 822px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 230px;
    animation: fromLeft 1s;
}
    .history .row-13::after {
        border-bottom: none;
        bottom: 36%;
        height: 71%;
    }
    .history .row-8::after {
        content: "";
        height: 40%;
        width: 84%;
        bottom: 6%;
        position: absolute;
        right: 8.1%;
        transform: translateY(100%);
        border-bottom: 1px solid #625f5f;
        border-right: 1px solid #625f5f;
    }
    .menu ul li:hover .drop-menu {
        display: block;
        position: absolute;
        right: -195px;
        top: 8px;
    }
    .initiative:hover a.guid:before {
        font-family: fontAwesome;
        content: "\f178";
        color: #fff;
        font-size: 15px;
        position: absolute;
        right: 5rem;
        opacity: 1;
        transition: all 0.5s;
        line-height: 32px;
    }
    .slider-content img {
        max-width: 100%;
    }
    .brand-hcl .initiative .content {
        min-height: 349px;
        overflow: hidden;
    }
    .initiative:hover ul li a:before {
        font-family: fontAwesome;
        content: "\f178";
        color: #fff;
        font-size: 15px;
        position: absolute;
        right: 90px;
        opacity: 1;
        transition: all 0.5s;
        line-height: 28px;
    }
    .history .row-6::after {
        content: "";
        height: 62%;
        width: 58%;
        bottom: 22%;
        position: absolute;
        left: 8%;
        transform: translateY(100%);
        border-bottom: 1px solid #625f5f;
        border-right: 1px solid #625f5f;
    }
    .history .row-10.row-6::after {
        content: "";
        height: 36%;
        width: 58%;
        bottom: 24%;
        position: absolute;
        left: 8%;
        transform: translateY(100%);
        border-bottom: 1px solid #625f5f;
        border-right: 1px solid #625f5f;
    }
    .history .row-12::after {
        left: 8%;
        width: 83.5%;
    }
    .leadership-heading h1 {
        margin-top: 30px;
        margin-right: 0;
    }
    .contact-animate::before {
        background-image: url(img/telephone-768.png);
        height: 306px;
        width: 417px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 125px;
        top: 114px;
        animation: fromLeft 1s;
    }
    .directors,
    .executives {
        padding: 3rem 0 3rem 0;
    }
    ol.carousel-indicators {
        position: absolute;
        left: -50px;
        justify-content: left;
        bottom: 125px;
    }
    .history .row-8::after {
        left: 8%;
        width: 84%;
    }
    .history .row-2::after {
        content: "";
        height: 97px;
        width: 63%;
        bottom: 67px;
        position: absolute;
        right: 29%;
        transform: translateY(100%);
        border-bottom: 1px solid #625f5f;
        border-right: 1px solid #625f5f;
    }
    .history .row-1 .img-container::after {
        content: "";
        width: 25px;
        height: 25px;
        border-radius: 100px;
        position: absolute;
        top: 31%;
        right: 0;
        background: #006bb6;
        transform: translate(100%, 50%);
        z-index: 99;
    }
    .main-menu ul {
        position: relative;
    }
    .directors img {
        max-width: 150px;
    }
    .permotion p {
        font-size: 16px;
        color: #fff;
        line-height: 24px;
        font-weight: 900;
    }
    .video-container.permotion .play-icon-permotion {
        color: #fff;
        position: absolute;
        top: auto;
        bottom: 104px;
        left: auto;
        right: 10px;
        background: rgba(255, 255, 255, 0.383);
        font-size: 10px;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        transform: translate(0, 0);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .video-container.permotion .text {
        position: absolute;
        bottom: 19px;
        margin-left: 10px;
    }
    .next-img img {
        max-width: 100%;
    }
    .executives img {
        max-width: 150px;
    }
    .search-icon i {
        color: #006bb6;
        display: flex;
        align-items: center;
        margin-right: 0;
        cursor: pointer;
        font-size: 19px;
        margin-bottom: 3px;
        position: relative;
        right: 80px;
    }
    .close-box,
    .header .burger {
        top: 2vh;
        z-index: 999999;
        position: absolute;
        right: 30px;
    }
    .close-overlay .close-box {
        right: 79px;
        top: 22px;
        cursor: pointer;
        font-size: 1.5rem;
        color: #fff;
        position: fixed;
    }
    .space p.commitment {
        margin-bottom: 1.6rem;
        font-size: 19px;
        font-weight: 700;
        color: #424242;
    }
   /*  .vertical-line {
        width: 3px;
        height: 73.9%;
        background-color: #006bb6;
        position: absolute;
        bottom: -3px;
        left: 49.9%;
        z-index: 11;
    } */
    .main-menu ul.right-animate li p {
        width: 260px;
        color: #fff;
        padding: 0 10px;
        line-height: 22px;
        font-weight: 700;
        margin: 0;
    }
    .main-menu ul li a {
        padding: 18px 10px;
    }
    a.know-more {
        padding: 8px 10px !important;
    }
    .menu-white ul.left-animate li p {
        width: 260px;
        padding: 0 10px;
        line-height: 22px;
        font-weight: 700;
        margin: 0;
    }
    .menu-white ul li a {
        padding: 18px 10px;
    }
    .intro {
        margin-left: 0;
    }
    .intro-box ul li {
        list-style: none;
        position: relative;
        margin-right: 35px;
    }
    .hcl-slider:after {
        position: absolute;
        content: "";
        width: 314.5px;
        height: 572px;
        background: #006bb6;
        right: 0;
        top: -10px;
    }
    .covid h3 {
        color: #1f6ab6;
        font-size: 34px;
        font-weight: 900;
        margin-top: 10px;
    }
    .covid a.know-more {
        padding: 10px 0 !important;
        font-size: 14px;
        text-decoration: none;
        margin-bottom: 2rem;
    }
    .owl-carousel button.owl-dot {
        top: -20px;
    }
    .owl-carousel button.owl-dot.active {
        top: -20px;
    }
    .story-box-color a.guid {
        font-size: 19px;
    }
    .content h2 {
        font-size: 21px;
    }
    .initiative .content-box {
        padding: 23px 57px 26px 30px;
    }
    .content.story-box {
        min-height: 157px !important;
    }
    .brand-hcl .initiative .content::after {
        left: 197px;
        top: 178px;
    }
    .brand-hcl .initiative .content.brand::after {
        content: "";
        background: url(img/story.png);
        background-repeat: no-repeat;
        height: 121px;
        width: 95px;
        position: absolute;
        left: 220px;
        top: 58px;
    }
    .brand-hcl .initiative .content.story::after {
        left: 225px;
        top: 110px;
    }
    .brand-hcl .initiative .content.store-box::after {
        left: 183px;
        top: 95px;
    }
    .old-computer::after {
        background-image: url(img/old-computer.png);
        height: 339px;
        width: 356px;
        left: 0;
        top: 20px;
    }
    .history .row-2 .content {
        width: 100%;
        margin-left: auto;
    }
    .history .row-1::after {
        width: 26.6%;
        top: 38.8%;
        left: 41%;
    }
    .birth-computer .main-circle {
        top: -27.5%;
    }
    .circle-2001 .main-circle {
        top: -25.5%;
    }
    .history .row-3::before {
        height: 52%;
        left: 74px;
        top: -18.5%;
    }
    .history .circle::before {
        top: -33%;
        right: 64%;
    }
    .history .row-13 .circle::before {
        top: -15%;
        right: 64%;
    }
    .row-6 .circle::before {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 100px;
        position: absolute;
        top: -13%;
        right: 67%;
        background: #fff;
        border: 2px solid #006bb6;
        transform: translate(100%, 50%);
    }
    .circle-1988 .main-circle {
        top: -52.5%;
        left: 40%;
    }
    .history .row-4::before {
        top: -16.5%;
    }
    .processor .circle::before {
        top: -21%;
        right: 86%;
    }
    .history .row-5::after {
    content: "";
    height: 110%;
    width: 58.3%;
    position: absolute;
    top: 5.7%;
    left: 7.9%;
    border-bottom: 1px solid #625f5f;
    border-left: 1px solid #625f5f;
}
    .history .row-5::after {
        top: 5.1%;
    }
    .circle-1993 .main-circle {
        top: -20%;
        left: 32.5%;
    }
    .circle-1995 .main-circle {
        top: -14.5%;
        left: 9.5%;
    }
    .history .row-6::before {
        top: 19px;
        height: 38%;
    }
    .circle-2000 .main-circle {
        top: -38.5%;
        left: 40.5%;
    }
    .history .row-7::after {
        height: 141.4%;
        top: -6.7%;
        left: 8%;
    }
    .geography.row-4::before {
        top: 11.8%;
    }
    .history .geography .circle::before {
        top: -26%;
        right: 86%;
    }
    .history .row-9::before {
        top: 15px;
    }
    .history .dreamliner.row-6::before {
        top: 32px;
    }
    .circle-2011 .main-circle {
        top: -16.5%;
        left: 8%;
    }
    .history .dreamliner.row-6::before {
        height: 40%;
    }
    .circle-2016 .main-circle {
        top: -41%;
        left: 8.5%;
    }
    .circle-2017 .main-circle {
        top: 27.5%;
        left: -39px;
    }
    .history .row-11:after {
        height: 145%;
        top: -15.5%;
        left: 8%;
    }
    .history .row-12::before {
        right: 8.5%;
        top: 16.2%;
    }
    .history .row-13::before {
        top: -0.2%;
    }
    .circle-2018 .main-circle {
        top: -12%;
        left: 19.5%;
    }
    .circle-2019 .main-circle {
        left: 7.8%;
    }
    .year-017 .circle::before {
        top: -19%;
        right: 87%;
    }
    .year-1982 .circle::before {
        top: -7%;
        right: 57%;
    }
    .directors:before {
        width: 615px;
    }
    .about-info h4 {
        font-size: 20px;
    }
    .about-info h3 {
        font-size: 28px;
    }
    .helping p {
        font-size: 13px;
    }
    .video .empowering-communities h3 {
        font-size: 22px;
    }
    .video .owl-nav {
        position: absolute;
        top: -3px;
        right: -34px;
    }
    .news .owl-nav {
        position: absolute;
        top: 0;
        right: -34px;
    }
    .news-card h3 {
        font-size: 22px;
    }
    .news-animate::before {
        background-image: url(img/news-1024.png);
        height: 333px;
        width: 413px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 59px;
        top: 99px;
        animation: fromLeft 1s;
    }
    .site-img::before {
        background-image: url(img/site-mobile.png);
        height: 382px;
        width: 339px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 50px;
        top: 120px;
        animation: aboutAnim 4s;
    }
    .sports-bg::before {
        top: 100px;
        left: -50px;
    }
    .hcl-sports .sports-icon {
        margin-left: 50px;
    }
    .hcl-sports .row.bridge-flex .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hcl-sports .row.bridge-flex.bridge-flex-1024 .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .hcl-sports .bridge-cart h5 {
        color: #006bb6;
        font-weight: 900;
        text-transform: uppercase;
        font-size: 17px;
    }
    .hcl-sports .SportTabcontent {
        margin: 2rem 0;
    }
    .policy-animate::before {
        top: 20px;
    }
    .terms-heading {
        font-size: 1.2rem;
    }
    .brand-menu ul {
        display: flex;
        justify-content: space-around;
        width: 90%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {

    .about-text h1 img {
        margin-bottom: -60px;
        margin-left: 50px;
        width: 180px;
    }
       /*  new css starts here */
       .main-menu p.commitment {
        margin-left: 0;
        margin-bottom: 0;
    }
    .main-menu ul li .addli {
        position: relative;
        right: 0;
        max-height: 0;
        overflow: hidden;
        transition: all 0.3s linear;
    }
    .main-menu ul li .addli.active{
        max-height: 100%;
    }
    .main-menu ul li .addli p a {
        margin-left: -0.5rem !important;
    }
    .main-menu .commitementImg {
        display: none;
     }
     .menu-white .commitementImg {
        display: none;
     }
     .second-li.addli {
        height: 430px !important;
    }
    .main-menu ul li a.know-more {
        padding: 8px 16px !important;
        font-size: 14px;
        margin-top: 8px;
        display: block;
    }
    .addli .url {
        display: none;
    }
    .second-addli .url {
        display: none;
    }
   /*  new css ends here */
    .search-icon input[type="submit"] {
        font-size: 0;
        width: 20px;
        height: 30px;
        background: url(img/search-btn.png) no-repeat left center;
        border: none;
        margin-top: 9px;
        margin-left: 2rem;
        position: relative;
        left: -8rem;
    }

    .about-img .about-text {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        height: 40vh;
        margin-left: 0 !important;
        opacity: 0;
        animation: aboutAnim 2s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
        padding-bottom: 10vh;
        padding-top: 38vh;
    }
    .social-contact ul li:nth-child(7) {
        margin-right: 6%;
        float: right;
    }
    .policy-section h3.newTab a {
        background: #f5f5f5;
        padding: 10px 8px;
        color: #424242;
        font-size: 16px;
        margin-right: 0;
    }
    .map1 {
        border-left: 2px solid #006bb6;
        list-style: none;
        padding: 2rem;
        margin-left: 0.5rem;
        text-transform: capitalize;
    }
    .map1 ul {
        margin-left: 1rem;
    }
    .caption p {
        color: #424242;
        font-weight: 900;
        font-size: 14px;
        padding: 10px 0;
        margin: 0;
    }
    .grid-item {
        width: 50%;
        float: left;
        padding: 0 1%;
        position: relative;
    }
    .view-product a {
        background: #006bb6;
        color: #fff;
        margin-bottom: 10px;
        padding: 5px 8px;
        display: inline-block;
        text-transform: uppercase;
    }
    .hcl-story h2 span {
        color: #424242;
        text-transform: initial;
        font-size: 25px;
        font-weight: 700;
    }
    .content.story-box {
        min-height: 183px !important;
    }
    span.may {
        font-size: 18px;
    }
    .second-li.addli {
        height: 430px !important;
    }
    .main-menu ul li a.know-more {
        padding: 8px 8px !important;
        font-size: 14px;
        margin-top: 8px;
        display: block;
    }
    .sports-bg .about-text {
        width: 90%;
        padding-bottom: 40vh;
    }
    .brand-menu ul {
        display: flex;
        justify-content: space-around;
        width: 100%;
        margin: 0 auto;
    }
    .concerts-bg .about-text {
        margin-left: 30vh;
        width: 80%;
        padding-bottom: 40vh;
    }
    .hcl-slider .section-space {
        margin: 50px 0;
    }
    .video-container.permotion .text {
        position: absolute;
        bottom: 9px;
        margin-left: 3px;
    }
    .hcl-sports .sports-icon {
        margin-left: 30px;
    }
    .concerts-bg .about-text {
        margin-left: 22vh;
    }
    .hcl-sports .bridge-cart img {
        transform: scale(0.7);
        transition: 0.5s;
        margin-bottom: 30px;
        max-width: 100%;
    }
    .hcl-sports .row.bridge-flex.bridge-flex-1024 .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .tabs {
        margin: 0 0 5rem 0;
    }
    .hcl-sports .row.bridge-flex .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .directors,
    .executives {
        padding: 2rem 0 2rem 0;
    }
    .about-info h3 {
        font-size: 24px;
    }
    .led.leadership-hero {
        display: flex;
        justify-content: center;
        height: 89vh;
        background: url(img/leadership-768.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .directors:before {
        background: #f5f5f5;
        content: "";
        position: absolute;
        top: 0;
        left: -150px;
        height: 310px;
        width: 841px;
        z-index: -1;
    }
    .tshirt-bg::before {
        background-image: url(img/red-tshirt-768.png);
        height: 351px;
        width: 329px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 126px;
        top: 139px;
        animation: fromLeft 1s;
    }
    .tshirt-bg .about-text {
        margin-left: 3vh;
    }
    .concerts-bg::before {
        background-image: url(img/concerts-bg-768.png);
        height: 754px;
        width: 759px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 170px;
        animation: fromLeft 1s;
    }

    .jigsaw::before {
    background-image: url(img/jigsaw-bg-768.png);
    height: 403px;
    width: 702px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 230px;
    animation: fromLeft 1s;
}
    .sports-bg::before {
        background-image: url(img/sports-bg-768.png);
        height: 754px;
        width: 759px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 170px;
        animation: fromLeft 1s;
    }
    .brand-bg.leadership-hero h1 {
        font-size: 23px !important;
        text-align: left;
    }
    .brand-box {
        padding: 20px;
    }
    .brand-bg .equal-height {
        margin-top: 0;
    }
    .brand-bg.leadership-hero p.brand-text {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .slider-content {
        position: absolute;
        top: 0;
        z-index: 1;
        padding: 21px 63px 24px 63px;
    }
    ol.carousel-indicators {
        position: absolute;
        left: -15px;
        justify-content: left;
        bottom: -23px;
    }
    .hcl-slider img {
        max-width: 100%;
    }
    .slider-content img {
        max-width: 100%;
    }
    .site-img::before {
        background-image: url(img/site-mobile.png);
        height: 382px;
        width: 339px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 50px;
        top: 185px;
        animation: aboutAnim 4s;
    }
    .sitemap h3 {
        display: block;
        background-color: #f5f5f5;
        color: #006bb6;
        margin: 0;
        padding: 0.6rem 2rem;
        font-size: 1rem;
        width: 226px;
        font-weight: 900;
    }
    .show-menu {
        width: 68%;
        margin-left: auto;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999999;
        display: none;
        position: fixed;
    }
    .news .owl-nav {
        position: absolute;
        top: 0;
        right: -100px;
    }
    .covid h5 {
        font-weight: 900;
        margin: 0;
        line-height: 23px;
        font-size: 17px;
    }
    .slider {
        position: relative;
        padding: 15px 0 15px 0;
    }
    .hcl-slider:after {
        width: 265.5px;
        height: 265px;
    }
    .covid h3 {
        color: #1f6ab6;
        font-size: 26px;
        font-weight: 900;
        margin-top: 10px;
    }
    .search-icon i {
        right: 100px;
        top: 4px;
    }
    .close-box,
    .header .burger {
        right: 0;
    }
    .close-overlay .close-box {
        position: fixed;
        right: 41px;
        top: 30px;
        z-index: 9999;
    }
    .intro-box ul li {
        margin-right: 10px;
    }
    .intro-box ul li a {
        font-size: 10px;
    }
    .brand-hcl ul {
        display: inline-block;
    }
    .brand-hcl ul li {
        width: 49%;
        margin-right: 1%;
        float: left;
    }
    .content-box ul {
        display: flex;
    }
    .content-box ul li {
        width: 100%;
    }
    .hcl-story-box .brand-hcl ul li {
        width: 98%;
        margin-right: 1%;
        float: left;
    }
    .brand-hcl ul li:nth-child(3) {
        width: 100%;
        margin-top: 6px;
    }
    .brand-hcl .initiative .content.brand::after {
        left: 260px;
        top: 38px;
    }
    .brand-hcl .initiative .content.story::after {
        left: 242px;
        top: 95px;
    }
    a.guid {
        font-size: 21px;
    }
    .menu ul li a {
        color: #fff;
        font-size: 17px;
        font-weight: 700;
        text-decoration: none;
    }
    .menu ul li:hover .drop-menu {
        display: block;
        position: absolute;
        right: -100px;
        top: 5px;
    }
    .menu {
        display: flex;
        align-items: center;
        justify-content: end;
        height: 100vh;
        margin-left: 40px;
        margin-top: 140px;
    }
    .drop-menu ul li a {
        font-size: 14px !important;
    }
    .menuFooter {
        margin-top: 120px;
        margin-bottom: 60px;
    }
    .main-menu ul.right-animate li p {
        width: 100%;
        color: #fff;
        padding: 0 10px;
        line-height: 22px;
        font-weight: 700;
        margin: 0;
    }
 /*    .vertical-line {
        width: 3px;
        height: 73.9%;
        background-color: #006bb6;
        position: absolute;
        bottom: 2px;
        left: 49.9%;
        z-index: 14;
    } */
    .menu-white p.commitment {
        margin-left: 0;
    }
    h1.intro_title {
        padding-left: 0;
    }
    .intro-box h1 {
        color: #006bb6;
        font-weight: 500;
        text-transform: uppercase;
        font-size: 26px;
        font-weight: 900;
    }
    .menu-white ul.left-animate li p {
        width: 100%;
    }
    .footer-menu ul li a {
        padding: 5px 16px 5px 0;
        color: #424242;
        font-weight: 700;
        font-size: 13px;
        text-decoration: none;
    }
    .brand-row.brand-row-786 {
        margin-left: 0;
        margin-right: 0;
    }
    #brand .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .brand h4 {
        font-size: 29px;
    }
    .stayed .startup p {
        font-size: 15px;
    }
    .old-computer::after {
        background-image: url(img/old-computer-768.png);
        height: 339px;
        width: 256px;
        left: 0;
        top: 20px;
    }
    .permotion p {
        font-size: 14px;
        color: #fff;
        line-height: 16px;
        font-weight: 900;
    }
    .video .empowering-communities h3 {
        font-size: 16px;
    }
    .pagination-title {
        color: #8cd7fa;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1.5px;
        font-size: 45px;
        font-weight: 900;
        line-height: 137px;
    }
    .social-contact ul li a {
        padding: 5px 10px 5px 0;
        color: #424242;
        font-weight: 700;
    }
    .news-cards li {
        width: 30.3% !important;
        margin-bottom: 1.3rem;
    }
    .news-card h3 {
        font-size: 18px;
    }
    .news-animate .about-text {
        margin-left: 21vh;
        padding-bottom: 31vh;
    }
    .about-text h1 {
        font-size: 35px;
    }
    .form-control {
        border: none;
        border-bottom: 1px solid #bbb;
        border-radius: 0;
        padding: 0;
        background: 0 0;
        font-weight: 700;
        font-size: 0.7rem;
    }
    .send {
        height: 50px;
        width: 50px;
        background: #006bb6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
    }
    .contact-info {
        padding: 2rem 1rem 2rem 2rem;
        background-color: #006bb6;
        color: #fff;
        margin: 0;
        font-size: 23px;
    }
    .address {
        padding: 3rem 2rem;
        background-color: #f5f5f5;
    }
    .address h4 {
        font-size: 1.05rem;
        color: #006bb6;
        margin: 2rem 0;
        font-weight: 900;
    }
    .address ul.social li {
        margin-right: 25px;
        font-size: 22px;
        color: #333;
    }
    .contact-animate::before {
        background-image: url(img/telephone-768.png);
        height: 306px;
        width: 417px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 15px;
        top: 154px;
        animation: fromLeft 1s;
    }
    .contact-animate .about-text {
        margin-left: 4vh;
        padding-bottom: 31vh;
    }
    .policy-animate::before {
        background-image: url(img/folder-768.png);
        height: 381px;
        width: 417px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 55px;
        top: 114px;
    }
    .policy-animate .about-text {
        margin-left: 10vh;
        padding-bottom: 31vh;
    }
    .policy-section h3.tablinks.active {
        background: #f5f5f5;
        padding: 10px 20px;
        color: #006bb6;
        font-size: 18px;
        margin-right: 0;
    }
    .policy-section h3.tablinks {
        background: #f5f5f5;
        padding: 10px 20px;
        color: #424242;
        font-size: 18px;
        margin-right: 0;
        font-weight: 700;
    }
    .gallery-wrapper .caption p {
        color: #424242;
        font-weight: 900;
        font-size: 13px;
        padding: 10px 0;
        margin: 0;
    }
    .gallery-wrapper {
        display: grid;
        grid-template-rows: repeat(8, 77px);
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .gallery-bg::before {
        background-image: url(img/gallery-bg-768.png);
        height: 501px;
        width: 389px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 220px;
        top: 0;
        animation: fromLeft 1s;
    }
    .gallery-bg .about-text {
        margin-left: 20vh;
    }
    .gallery-scroll {
        max-height: 570px;
        overflow-x: hidden;
        overflow-y: scroll;
    }
    .about-img::before {
        background-image: url(img/about-768.png);
        height: 324px;
        width: 446px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 153px;
        animation: aboutAnim 4s;
    }
    .about-img .about-text {
        height: 100vh;
        margin-left: 8vh;
        padding-bottom: 70vh;
    }
    .about-img .about-text p {
        font-size: 18px;
        font-weight: 700;
        line-height: normal;
    }
    .birth-computer {
        width: 100%;
    }
    .history .content {
        width: 100%;
    }
    .history .year {
        font-size: 4rem;
    }
    .history .row-2 {
        position: relative;
        margin-bottom: 55px;
        margin-top: 2rem;
        display: flex;
        justify-content: unset !important;
    }
    .history .row-3 .content {
        width: 100%;
        margin-left: auto;
    }
    .reverse {
        flex-direction: row-reverse;
    }
    .history .row-4 .content {
        width: 100%;
        margin-left: auto;
    }
    .history .row-5 .img-container {
        margin-top: 0;
    }
    .history .row-5 .content {
        width: 100%;
    }
    .history .row-1::after {
        display: none;
    }
    .history .row-1 .img-container::after {
        display: none;
    }
    .year-1982 .circle::before {
        display: none;
    }
    .history .row-2::after {
        display: none;
    }
    .history .row-3::before {
        display: none;
    }
    .birth-computer .main-circle {
        top: -8.5%;
        display: none;
    }
    .history .circle::before {
        display: none;
    }
    .history .row-3::after {
        display: none;
    }
    .history .row-4::before {
        display: none;
    }
    .main-circle {
        display: none;
    }
    .history .row-4::after {
        display: none;
    }
    .history .row-5::after {
        display: none;
    }
    .history .row-6::before {
        display: none;
    }
    .history .row-6::after {
        display: none;
    }
    .history .row-7::after {
        display: none;
    }
    .mb-55 {
        margin-bottom: 55px;
    }
    .history .row-3 {
        position: relative;
        margin-bottom: 2.5rem;
    }
    .history .row-4 {
        position: relative;
        margin-bottom: 2.7rem;
        padding-top: 0;
    }
    .history .row-6 {
        position: relative;
        margin-bottom: 2.5rem;
        padding: 1rem 0 0;
    }
    .history .row-7 {
        position: relative;
        justify-content: center;
        margin-bottom: 1.5rem;
        padding: 2rem 0 1rem;
    }
    .birth-computer h1.year {
        margin-bottom: 0 !important;
    }
    .section-space-120.history {
        margin: 60px 0;
    }
}
@media only screen and (max-width: 767px) and (min-width: 315px) {
    .about-text h1 img {
        margin-bottom: 30px;
        margin-left: 50px;
        max-width: 210px;
    }
    .input-container input {
        background: #fff;
        left: 50%;
        top: 10px;
        position: relative;
    }

    .search-icon input[type="submit"] {
        font-size: 0;
        width: 20px;
        height: 30px;
        background: url(img/search-btn.png) no-repeat left center;
        border: none;
        margin-top: -1.5rem;
        margin-left: 13rem;
        position: relative;
        right: 0;
    }

    .row.align-items-center.equal-height {
        padding: 0px 0rem;
    }

    .hcl-sports .bridge-cart:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        background: #f5f5f5;
        height: 260px;
        width: 100%;
        z-index: -1;
    }
    .con.hcl-sports .bridge-cart:after {
        position: absolute;
        left: 0;
        bottom: 0;
        content: "";
        background: #f5f5f5;
        height: 160px;
        width: 100%;
        z-index: -1;
    }
    .input-container input {
        background: #fff;
        left: 50%;
        top: 10px;
        position: relative;
    }
    .mobile-hcl-story {
        display: block;
    }
    .mobile-hcl-story .content p {
        margin: 0;
        color: #424242;
    }
    .mobile-hcl-story .content h5 {
        color: #006bb6;
        font-weight: 900;
        font-size: 15px;
        text-transform: uppercase;
    }
    .mobile-hcl-story .content h6 {
        margin: 1rem 0 0.5rem;
        font-weight: 900;
        color: #424242;
        font-size: 0.8rem;
    }
    .mobile-hcl-story .year {
        font-weight: 700 !important;
    }
    .row-1 img {
        margin-top: 18px;
        width: 110px;
    }
    .mobile-hcl-story img {
        padding: 5px;
    }
    .story-hcl.history {
        display: none;
    }
    .row-3.about-space-bootom::after {
        display: none;
    }
    .mobile-hcl-story .hcl-story h2 {
        color: #006bb6;
        text-transform: capitalize;
        font-size: 21px;
        font-weight: 900;
        line-height: 46px;
        margin-bottom: 55px;
    }
    .mobile-hcl-story .hcl-story h2 span {
        color: #424242;
        text-transform: initial;
        font-size: 21px;
        font-weight: 700;
    }
    .row.first-group-para {
        overflow: hidden;
    }
    #ticker-previous {
        display: inline-block;
        height: 30px;
        width: 30px;
        border: 1px solid #006bb6;
        border-radius: 100px;
        font-size: 20px;
        line-height: 32px;
        color: #006bb6;
        padding-left: 7px;
    }
    #ticker-previous {
        display: inline-block;
        height: 30px;
        width: 30px;
        border: 1px solid #006bb6;
        border-radius: 100px;
        font-size: 20px;
        line-height: 26px;
        color: #006bb6;
        padding-left: 7px;
    }
    .gallery.masonry-grid .grid-item {
        width: 100%;
        float: left;
        padding: 0 1%;
        position: relative;
    }
    span.may {
        font-size: 21px;
    }
    .menu ul li i {
        opacity: 0;
        position: relative;
        left: 16px;
        transition: all 0.5s;
    }
    .menu .menuicon ul li i {
        opacity: 0;
        position: relative;
        left: -22px;
    }
    .cinema-bg .about-text h1 {
        font-size: 32px !important;
        margin-bottom: -15px !important;
        text-align: center;
        margin: 0 auto;
    }
    .leadership-hero.brand-bg .row.align-items-center.equal-height h1 {
        margin-top: 26vh;
    }
    .brand-menu ul {
        display: flex;
        justify-content: space-around;
        width: 80%;
        margin: 0 auto;
        flex-direction: column;
        margin-top: 2rem;
    }
    .tshirt-bg .about-text h1 {
        font-size: 32px !important;
        margin-bottom: 0 !important;
        text-align: center;
        margin: 0 auto;
    }
    .video-container.permotion .text {
        position: absolute;
        bottom: 21px;
        margin-left: 10px;
    }
    .form-button button {
        background: 0 0;
        border: none;
        margin-top: 12px;
    }
    .hcl-slider img {
        max-width: initial;
    }
    .hcl-sports .overlay:hover + .bridge-cart .click-to-view {
        display: block;
        opacity: 1;
        position: absolute;
        bottom: 36px;
        left: 50%;
        transform: translate(-50%, 50%);
        z-index: -1;
    }
    .hcl-sports .bridge-cart:hover .click-to-view {
        display: block;
        opacity: 1;
        position: absolute;
        bottom: 36px;
        left: 50%;
        transform: translate(-50%, 50%);
    }
    .connectCircle-2 {
        position: absolute;
        content: "";
        background: #006bb6;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        bottom: -2.5px;
        left: 10%;
        display: none;
    }
    .video-container.permotion .play-icon-permotion {
        color: #fff;
        position: absolute;
        top: auto;
        bottom: 25px;
        left: auto;
        right: 10px;
        background: rgba(255, 255, 255, 0.383);
        font-size: 10px;
        width: 40px;
        height: 40px;
        border-radius: 100px;
        transform: translate(0, 0);
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .press h3.tablinks.active {
        background: #f5f5f5;
        padding: 10px 20px;
        margin-right: 0;
        color: #006bb6;
        text-align: center;
    }
    .bridge-section {
        margin-top: 2rem;
    }
    .tab_drawer_heading {
        display: block;
        margin-bottom: 45px;
    }
    .brand-box {
        padding: 20px;
        text-align: center;
    }
    .site-img h1 {
        margin-top: 12rem;
        text-align: center;
        margin-right: 0;
        display: block;
    }
    .bg-brand.breadcrumb-section {
        margin-top: 15rem;
    }
    .site-img .leadership-hero h1 {
        font-size: 3rem;
        font-weight: 900;
        margin-top: 1rem;
        text-align: center;
        margin-top: 7rem;
    }
    .contact-info {
        padding: 2rem 1rem 2rem 2rem;
        background-color: #006bb6;
        color: #fff;
        margin: 0;
        font-size: 23px;
    }
    .press h3.tablinks {
        background: #f5f5f5;
        padding: 10px 20px;
        margin-right: 0;
        color: #006bb6;
        text-align: center;
    }
    .found::before {
        background-image: url(img/old-computer-768.png);
        height: 339px;
        width: 350px;
        left: 10px;
        top: 00px;
        position: absolute;
        content: "";
        background-repeat: no-repeat;
    }
    .found {
        margin-top: 20rem;
    }
    .old-computer::after {
        display: none;
    }
    .found {
        margin-top: 16rem;
    }
    h3 {
        font-size: 20px;
        color: #006bb6;
        margin-bottom: 25px;
        font-weight: 900;
    }
    .breadcrumb-section.hcl-sports nav {
        margin-bottom: 0;
    }
    .care img {
        width: 70px;
        margin-top: 35px;
    }
    .care p {
        margin-top: 25px;
        font-size: 16px;
    }
    .video-bg {
        display: flex;
        justify-content: center;
        height: 87vh;
        background: url(img/video-mobile.png);
        background-repeat: no-repeat;
        background-size: auto;
    }
    .leadership-hero .container {
        display: block;
        justify-content: flex-end;
    }
    .video-bg .about-text h1 {
        font-size: 32px !important;
        margin-bottom: 24px !important;
        text-align: center;
        margin: 4rem auto 0 auto;
    }
    .about-img .about-text h1 {
        font-size: 32px !important;
        margin-bottom: 0 !important;
    }
    .about-img .about-text p {
        text-align: center;
    }
    .sports-bg .about-text h1 {
        font-size: 32px !important;
        margin-bottom: 0 !important;
        text-align: center;
        margin: 0 auto;
    }
    .about-text h1 {
        font-size: 32px !important;
        margin-bottom: 160px !important;
        text-align: center;
        margin: 0 auto;
    }
    .gallery-bg .about-text h1 {
        font-size: 32px !important;
        margin-bottom: 50px !important;
        text-align: center;
        margin: 0 auto;
    }
    .section-about-space {
        padding-top: 100px;
        height: 60vh;
        overflow: hidden;
    }
    .led.leadership-hero {
        display: flex;
        justify-content: center;
        height: 60vh;
        background: url(img/leadership-mobile.png);
        background-repeat: no-repeat;
        background-size: auto;
    }
    .footer-menu {
        margin-top: 25px;
    }
    .footer-menu ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-menu ul li {
        float: none;
    }
    .social-contact ul li:nth-child(1) a {
        background: #006bb6;
        color: #fff;
        text-align: right;
        margin: 0 auto;
        display: block;
        padding: 4px 18px;
        margin-right: 13px;
    }
    .social-contact ul li:nth-child(7) img {
        width: 80px;
    }
    .video-bg .about-text {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        height: 100vh;
        margin-left: 14vh;
        opacity: 0;
        animation: aboutAnim 2s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
        padding-bottom: 37vh;
    }
    .social-contact ul li:nth-child(7) {
        margin-left: 2px;
        margin-left: 2px;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .copywrite.pull-right {
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .copywrite {
        margin-top: 25px;
    }
    .footer-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .icon-box span {
        display: inline-block;
        height: 30px;
        width: 30px;
        border: 1px solid #707070;
        border-radius: 100px;
        font-size: 27px;
        line-height: 29px;
        color: #006bb6;
        margin-left: 10px;
    }
    .main-menu ul li:hover {
        transform-origin: right;
        transform: scalex(1);
    }
    .menu-white li:hover {
        transform: scalex(1);
    }
    .connectCircle-1 {
        position: absolute;
        content: "";
        background: #006bb6;
        height: 8px;
        width: 8px;
        border-radius: 50%;
        top: -3px;
        left: 10%;
        display: none;
    }
    .show-menu {
        width: 70%;
    }
    .show-content {
        background: #f5f5f5;
        padding: 29px;
        margin: 0;
    }
    .addli {
        height: 300px !important;
    }
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .ex-mobile {
        display: block;
    }
    .header .logo {
        margin-top: 20px;
    }
    .mobile-covid {
        display: block;
    }
    .covid-destop {
        display: none;
    }
    .mobile-covid ul.covid-list li {
        font-size: 0.8rem;
        line-height: 28px;
    }
    .covid .tablinks {
        margin-top: 2rem;
        font-size: 1.4rem;
        list-style: decimal-leading-zero;
        margin-left: 2rem;
    }
    .close-box,
    .header .burger {
        top: -18px;
        z-index: 999999;
        position: absolute;
        right: 35px;
    }
    .search-icon i {
        right: -95px;
        top: -25px;
    }
    .vertical-line {
        display: none;
    }
    .space {
        margin-top: 20px;
    }
    ul.left-animate {
        transform: translate(0, 0) !important;
    }
    .intro-box ul li {
        margin-right: 20px;
    }
    .intro-box ul li a {
        font-size: 15px;
    }
    .menu-white p.commitment {
        margin-left: 0;
    }
    .hcl-enterprise h1 {
        font-size: 18px;
        color: #fff;
        text-transform: uppercase;
        background: #006bb6;
        z-index: 99999;
        white-space: nowrap;
        font-weight: 900;
    }
    .hcl-enterprise p {
        font-size: 14px;
        color: #fff;
        position: relative;
        margin-top: 7px;
        white-space: nowrap;
        font-weight: 700;
    }
    .hcl-enterprise p::before {
        position: absolute;
        content: "";
        height: 14px;
        width: 1px;
        background: #fff;
        left: -19px;
        top: 3px;
    }
    .hcl-slider:after {
        display: none;
    }
    .slider-content {
        position: absolute;
        top: 0;
        z-index: 1;
        padding: 82px 15px 24px 15px;
    }
    .slider-content img {
        max-width: 100%;
    }
    ol.carousel-indicators {
        position: absolute;
        left: 0;
        justify-content: center;
        bottom: 0;
    }
    .brand-hcl ul li {
        width: 100%;
        margin-right: 1%;
        float: left;
    }
    .close-overlay .close-box {
        position: fixed;
        right: 20px;
        top: 7px;
        z-index: 9999;
    }
    .menu ul li {
        list-style: none;
        display: block;
        position: relative;
        margin-bottom: 80px;
    }
    .menu {
        display: flex;
        align-items: center;
        justify-content: end;
        height: 100vh;
        margin-left: 10px;
        margin-top: 140px;
    }
    .menu ul li:hover .drop-menu {
        display: block;
        position: absolute;
        right: -74px;
        top: -10px;
    }
    .drop-menu {
        padding-top: 30px;
    }
    .drop-menu ul li {
        margin: 0;
    }
    .drop-menu ul li {
        margin: 0;
        line-height: 15px;
    }
    .footer-logo img {
        float: none;
        margin-right: 0;
        margin-top: 15px;
    }
    .social-contact {
        margin-left: 0;
    }
    .section-space {
        margin: 50px 0;
    }
    .section-space.history {
        margin-top: 100px;
    }
    .section-space.history {
        margin-top: 0;
        clear: both;
    }
    .year {
        font-size: 3rem !important;
    }
    .directors:before {
        width: 574px;
        overflow: hidden;
    }
    .directors,
    .executives {
        padding: 7rem 0 1rem 0;
        margin-bottom: 40px;
    }
    .icon-box {
        margin-left: 0;
    }
    .pagination ul li {
        padding: 0 1px !important;
        font-weight: 700;
    }
    .video .owl-nav {
        position: absolute;
        top: -3px;
        right: -8px;
    }
    .pagination {
        width: 100%;
        display: flex;
        margin: 2rem 3rem;
    }
    .pagination {
        width: 100%;
        display: flex;
        margin: 2rem 0;
    }
    .pagination-title {
        color: #8cd7fa;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke-width: 1.5px;
        font-size: 45px;
        font-weight: 900;
        line-height: 13px;
    }
    .video .pagination-title {
        margin-top: 3rem;
    }
    .news-cards {
        display: block;
        justify-content: space-between;
        list-style: none;
        margin: 1.5rem 0;
    }
    .news-cards li {
        width: 100% !important;
        margin-bottom: 1.3rem;
    }
    .news .owl-nav {
        position: absolute;
        top: 0;
        right: -7px;
    }
    .news .pagination-title {
        margin-top: 3rem;
    }
    .contact-animate::before {
        background-image: url(img/telephone-768.png);
        height: 306px;
        width: 377px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 15px;
        top: 154px;
        animation: fromLeft 1s;
    }
    .hcl-sports .row.bridge-flex .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .drak-gray {
        background: #f5f5f5;
        text-align: center;
    }
    .brand-img.gray {
        text-align: center;
        margin-bottom: 30px;
    }
    .press {
        display: block;
        justify-content: space-evenly;
        margin-top: 3rem;
    }
    .gallery-wrapper {
        display: block;
        grid-template-rows: repeat(8, 77px);
        grid-template-columns: repeat(3, 1fr);
        gap: 23px;
    }
    .img {
        position: relative;
        overflow: hidden;
        margin-bottom: 25px;
    }
    .about-img::before {
        background-image: url(img/about-mobile.png);
        height: 324px;
        width: 446px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 70px;
        animation: aboutAnim 4s;
    }
    .detail .directors li.tablinks img {
        transition: 0.5s;
        width: 120px;
    }
    .detail .executives li.tablinks img {
        transition: 0.5s;
        width: 120px;
    }
    .news-animate::before {
        background-image: url(img/news-mobile.png);
        height: 194px;
        width: 237px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 59px;
        top: 120px;
        animation: fromLeft 1s;
    }
    .news-animate .about-text {
        margin-left: 1vh;
        padding-bottom: 1px;
    }
    .contact-animate::before {
        background-image: url(img/telephone-mobile.png);
        height: 194px;
        width: 237px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 55px;
        top: 120px;
        animation: fromLeft 1s;
    }
    .contact-animate .about-text {
        margin-left: 4vh;
        padding-bottom: 0;
    }
    .send {
        height: 50px;
        width: 50px;
        background: #006bb6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 25px;
    }
    img.virus {
        width: 190px !important;
        position: relative;
        top: -90px;
        left: 50px;
    }
    .covid-upBox h1 {
        font-size: 2rem;
        font-weight: 900;
    }
    .covid-upBox {
        margin: 0 0;
    }
    .covid-mobile {
        position: relative;
        top: -110px;
    }
    .covid-heading {
        margin-bottom: 2rem;
        margin-top: 3rem;
    }
    .sports-bg::before {
        background-image: url(img/sports-bg-mobile.png);
        height: 194px;
        width: 357px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 80px;
        animation: fromLeft 1s;
    }
    .about-text {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        height: 100vh;
        margin-left: 0 !important;
        opacity: 0;
        animation: aboutAnim 2s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
        padding-bottom: 10vh;
    }
    .concerts-bg::before {
        background-image: url(img/concerts-bg-mobile.png);
        height: 194px;
        width: 237px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 80px;
        animation: fromLeft 1s;
    }
    .concerts-bg .about-text {
        margin-left: 0;
        padding-bottom: 0;
        margin: 0;
    }
    .overlay {
        position: relative;
        height: 100%;
        width: 100%;
        z-index: 99999;
    }
    .glob img {
        width: 175px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .glob {
        margin-top: 65px;
    }
    .cinema-bg::before {
        background-image: url(img/cinema-mobile.png);
        height: 194px;
        width: 237px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 90px;
        animation: fromLeft 1s;
    }
    .story-hcl.section-space.history {
        margin-top: 30px;
        clear: both;
    }
    .tshirt-bg::before {
        background-image: url(img/red-tshirt-mobile.png);
        height: 194px;
        width: 237px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 96px;
        top: 70px;
        animation: fromLeft 1s;
    }
    .hcl-sports .row.bridge-flex.bridge-flex-1024 .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .view-product {
        margin-top: 2rem;
    }
    .gallery-bg::before {
        background-image: url(img/gallery-bg-mobile.png);
        height: 231px;
        width: 237px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 80px;
        top: -14px;
        animation: fromLeft 1s;
    }
    .site-img::before {
        background-image: url(img/site-mobile.png);
        height: 194px;
        width: 237px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 90px;
        top: 80px;
        animation: aboutAnim 4s;
    }
    .covid-text {
        margin-top: 2rem !important;
    }
    .led .leadership-hero h1 {
        font-size: 3rem;
        font-weight: 900;
        margin-top: 1rem;
        position: relative;
        left: 50%;
        top: 50%;
        transform: translate(-90%, -50%);
    }
    .tab_drawer_heading.d_active h1 {
        color: #424242;
    }
    .policy-animate::before {
        background-image: url(img/folder-mobile.png);
        height: 194px;
        width: 237px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 55px;
        top: 70px;
    }
    .policy-animate .about-text {
        margin-left: 10vh;
        padding-bottom: 0;
    }
    .gallery-wrapper .content img {
        width: 100%;
    }
    .executives h3 {
        color: #006bb6;
        font-size: 22px;
        font-weight: 900;
        margin-bottom: 1rem;
        text-align: left;
    }
    .menu ul {
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        position: relative;
        width: 262px;
    }
    .menuicon ul {
        flex-direction: row;
    }
    .covid-breadcrumb-section {
        margin-top: 14rem;
    }
    .brand-bg .equal-height {
        margin-top: 17rem;
    }
    .brand-bg .equal-height h1 {
        margin-top: 14rem;
        font-size: 2rem;
    }
    .cinema-bg .about-text {
        margin-left: 0;
    }
    .jigsaw::before {
    background-image: url(img/jigsaw-bg-420.png);
    height: 223px;
    width: 370px;
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 117px;
    animation: fromLeft 1s;
}
.home .modal a.close-modal {
    position: relative;
    top: -40px;
    right: -330px !important;
    z-index: 9999 ;
}
}
@media screen and (max-width: 425px) {
    .found::before {
        background-image: url(img/old-computer-768.png);
        height: 339px;
        width: 394px;
        left: 10px;
        top: 00px;
        position: absolute;
        content: "";
        background-repeat: no-repeat;
    }
    .search-icon i {
        right: -95px;
        top: -25px;
    }
    .about-text h1 img {
        margin-bottom: 0;
        margin-left: 50px;
        max-width: 210px;
        margin-top: 40px;
        width: 130px;
    }
    /*  new css starts here */
    .intro-box {
        flex-direction: column;
        align-items: flex-start;
    }
    .intro-box h1{
        margin-left: 0;
    }
    .main-menu ul li {
        width: 100%;
        height: auto;
    }
    .first-li.active{
        opacity: 1;
    }
 /*    .main-menu ul li.active:after{
        transform: rotate(
            -90deg);
        transition: all 0.3s linear;
    } */
    .main-menu ul .first-li:before{
        font-family: "fontAwesome";
        content: "\f054";
        color: #ffffff;
        font-size: 10px;
        margin-right: 10px;
        padding: 10px;
        position: absolute;
        opacity: 1;
        top: 9px;
        right: 4%;
        clear: both;
        cursor: pointer;
        transform: rotate(
    90deg);
        transition: all 0.3s linear;
    }
    .main-menu ul .first-li.active:before{
        transform: rotate(
            -90deg);
    }
    .main-menu ul li .addli {
        position: relative;
        right: 0;
        max-height: 0;
        transition: all 0.3s linear;
    }
    .main-menu ul li .addli.active{
        max-height: 100%;
    }
    .menu-white ul li {
        width: 100%;
        height: auto;
    }
    .menu-white p{
        margin-bottom: 0;
    }
    .main-menu ul li p a{
        display: none;
    }
    .main-menu ul li p:before {
       display: none;
    }
    .main-menu ul li:hover p:before {
        opacity: 1;
        left: 0;
    }
    .main-menu ul li:hover p .fa {
        opacity: 0;
        margin-left: 8px;
        display: none;
    }
    .main-menu ul li:hover:after{
        display: none;
    }
    .addli p:after {
        display: none;
    }
    .second-addli:after{
        display: none;
    }
    .second-addli p:after {
        display: none;
    }
    .addli {
        position: relative;
        right: 0;
        height: auto !important;
    }
    .menu-white ul:before{
        display: none;
    }
   .menu-white ul li p:before {
        display: none;
     }
     .main-menu ul li .addli p a {
        margin-left: -0.5rem !important;
    }
    .menu-white ul li p a{
        display: none;
    }
    .menu-white ul li:hover p .fa {
        opacity: 0;
        margin-left: 8px;
    }
    .second-addli {
        right: 0;
        position: relative;
    }
    .main-menu .right-animate:before{
        display: none;
    }
    .second-addli p a {
        display: block !important;
        margin-top: 0 !important;
        margin-left: 0 !important;
        padding: 0 !important;
    }
    .addli .url {
        display: block;
        padding: 0 0.7rem;
    }
    .addli .url a {
        font-size: 16px;
        text-decoration: underline;
        color: #fff;
    }
    .addli .url a .fa {
        color: #fff;
        margin-left: 1rem;
        font-size: 14px;
    }
    .second-addli .url {
        display: block;
        padding: 0 0.7rem;
    }
    .second-addli .url a {
        font-size: 16px;
        text-decoration: underline;
        padding: 0 0.7rem;
        margin-top: 0;
    }
    .second-addli .url a .fa {
        margin-left: 1rem;
        font-size: 14px;
    }
    .commitment{
        margin-left: 0 !important;
    }
    .commitment:before{
        display: none;
    }
    .commitment:after{
        display: none;
    }
    .hcgrp {
        padding-top: 6.4rem;
        padding-bottom: 0rem;
    }
}
@media only screen and (min-width: 414px) {
    .led.leadership-hero {
        display: flex;
        justify-content: center;
        height: 40vh;
        background: url(img/leadership-mobile.png);
        background-repeat: no-repeat;
        background-size: auto;
    }
    .about-text h1 {
        font-size: 32px !important;
        margin-bottom: 64px !important;
        text-align: center;
        margin: 0 auto;
    }
    .about-text {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        height: 40vh;
        margin-left: 0 !important;
        opacity: 0;
        animation: aboutAnim 2s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
        padding-bottom: 10vh;
        padding-top: 30vh;
    }
    .input-container input {
        background: #fff;
        left: 50%;
        top: 10px;
        position: relative;
    }
    img.virus {
        width: 160px !important;
        position: relative;
        top: 50%;
        left: 50%;
        margin-top: 35px;
        transform: translate(-50%, -50%);
    }
    .covid-breadcrumb-section {
        margin-top: 1rem;
    }
    .brand-bg .equal-height {
        margin-top: 24rem;
    }
    .bg-brand.breadcrumb-section {
        margin-top: 4rem;
    }
    .tshirt-bg .about-text {
        padding-bottom: 0;
    }
    .tshirt-bg::before {
        top: 130px;
    }
    .tshirt-bg .about-text p {
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
    }
}
@media only screen and (min-width: 393px) {
    .video-bg .about-text h1 {
        font-size: 32px !important;
        margin-bottom: 24px !important;
        text-align: center;
        margin: -6rem auto 0 auto;
    }
    .tshirt-bg .about-text p {
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        text-align: center;
    }
    .tshirt-bg::before {
        top: 130px;
    }
    .tshirt-bg .about-text {
        margin-left: 18vh;
        padding-bottom: 0;
    }
    .bg-brand.breadcrumb-section {
        margin-top: 4rem;
    }
    .led.leadership-hero {
        display: flex;
        justify-content: center;
        height: 40vh;
        background: url(img/leadership-mobile.png);
        background-repeat: no-repeat;
        background-size: auto;
    }
    .about-text h1 {
        font-size: 32px !important;
        margin-bottom: 66px !important;
        text-align: center;
        margin: 0 auto;
    }
    .news-animate .about-text h1 {
        font-size: 32px !important;
        margin-bottom: 29px !important;
        text-align: center;
        margin: 0 auto;
    }
    .about-text {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        height: 40vh;
        margin-left: 0 !important;
        opacity: 0;
        animation: aboutAnim 2s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
        padding-bottom: 10vh;
        padding-top: 30vh;
    }
    .input-container input {
        background: #fff;
        left: 50%;
        top: 10px;
        position: relative;
    }
    .covid-breadcrumb-section {
        margin-top: 3rem;
    }
    img.virus {
        width: 160px !important;
        position: relative;
        top: 50%;
        left: 50%;
        margin-top: 35px;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (min-width: 1024px)
{
     .input-container input {
        background: #fff;
        left: -50%;
        top: 5px;
        position: relative;
    }
}


@media screen and (min-width: 768px) {


    .input-container input {
    background: #fff;
    left: -60%;
    top: 10px;
    position: relative;
}
.addli .url {
    display: none;
}
.second-addli .url {
    display: none;
}
}

@media screen and (min-width: 767px) {

    .addli .url {
        display: none;
    }
    .second-addli .url {
        display: none;
    }
    .input-container input {
    background: transparent;
    left: -60%;
    top: 10px;
    position: relative;
}
}
@media screen and (max-width: 375px) {
    .found::before {
        background-image: url(img/old-computer-768.png);
        height: 339px;
        width: 354px;
        left: 10px;
        top: 00px;
        position: absolute;
        content: "";
        background-repeat: no-repeat;
    }
    .right-animate {
        width: 100%;
    }
    .search-icon i {
        right: -30px;
        top: -25px;
    }
    .directors:before {
        width: 520px;
        overflow: hidden;
    }
    .history .content h5 {
        color: #006bb6;
        font-weight: 900;
        font-size: 15px;
    }
    .content img {
        width: 110px;
    }
    .content .align-items-end {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .reverse .align-items-start {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .history .content h6 {
        margin: 1rem 0 0.5rem;
        font-weight: 900;
        color: #424242;
        font-size: 0.8rem;
    }
    .news-animate::before {
        background-image: url(img/news-mobile.png);
        height: 194px;
        width: 237px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 59px;
        top: 59px;
        animation: fromLeft 1s;
    }
    .tshirt-bg .about-text {
        margin-left: 0;
    }
    .tshirt-bg::before {
        background-image: url(img/red-tshirt-mobile.png);
        height: 194px;
        width: 237px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 56px;
        top: 70px;
        animation: fromLeft 1s;
    }
    .site-img::before {
        background-image: url(img/site-mobile.png);
        height: 194px;
        width: 237px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 60px;
        top: 80px;
        animation: aboutAnim 4s;
    }
}
@media screen and (max-width: 320px) {
    .found::before {
        background-image: url(img/old-computer-768.png);
        height: 339px;
        width: 301px;
        left: 10px;
        top: 00px;
        position: absolute;
        content: "";
        background-repeat: no-repeat;
    }
    .leadership-hero h1 {
        font-size: 3rem;
        font-weight: 900;
        margin-top: 1rem;
        position: relative;
        left: 0;
        top: 0;
    }
    .site-img::before {
        background-image: url(img/site-mobile.png);
        height: 194px;
        width: 237px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 40px;
        top: 80px;
        animation: aboutAnim 4s;
    }
    .search-icon i {
        right: -10px;
        top: -25px;
    }
    .intro-box ul li a {
        font-size: 13px;
    }
    .initiative .content-box {
        padding: 23px 27px 26px 30px;
    }
    .pagination ul {
        width: 100px;
    }
    .pagination ul {
        width: 200px;
    }
    .video .owl-nav {
        position: absolute;
        top: -3px;
        right: -31px;
    }
    .news .pagination ul {
        width: 200px;
    }
}
.content.story-box.new-box.brand {
min-height: 131px !important;
}
.content.story-box.new-box.brand p{
   line-height:22px
}

@media only screen and (max-width: 1920px) and (min-width: 1600px) {
    .about-text h1 img{
    margin-bottom: 200px !important;
}
.addli .url {
    display: none;
}
.second-addli .url {
    display: none;
}

    .search-icon input[type="submit"] {
    font-size: 0;
    width: 20px;
    height: 30px;
    background: url(img/search-btn.png) no-repeat left center;
    border: none;
    margin-top: 2px;
    margin-left: 2rem;
    position: relative;
    left: 1.5rem;
    }

    .tshirt-bg .about-text p {
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        margin: 0 8rem !important;
        text-align: left;
    }

    .brand-bg .equal-height {
        margin-top: -17rem !important;
    }

   /* new css starts here */
   h1.intro_title {
    flex-basis: 44%;
}
   .main-menu ul li {
    list-style: none;
    background: #006BB6;
    height: 56px;
    margin: 10px 0 10px;
    transition: all 0.1s;
    transform-origin: right;
    width: 60%;
    opacity: 1;
    cursor: pointer;
    position: relative;
}
.menu-white ul li {
    list-style: none;
    background: #fff;
    width: 60%;
    margin: 10px 0 10px;
    list-style: none;
    height: 55px;
    transition: all 0.1s;
    transform-origin: left;
    cursor: pointer;
    opacity: 1;
    position: relative;
}
.addli {
    height: auto !important;
    position: absolute;
    top: 0;
    right: -83%;
    width: 100%;
    list-style: none;
    background: #006BB6;
    height: 56px;
    margin: 0 0 15px;
    overflow: hidden;
    transition: all 0.1s;
    transform-origin: right;
    width: auto;
    opacity: 1;
    display: none;
}
.first-li:hover .addli {
    display: block !important;
}
.second-addli {
    height: auto !important;
    position: absolute;
    top: 0;
    right: -83%;
    width: 100%;
    list-style: none;
    background: #fff;
    height: 56px;
    margin: 0 0 15px;
    transition: all 0.1s;
    transform-origin: right;
    width: auto;
    opacity: 1;
    display: none;
}
.second-li.addli {
    height: 440px !important;
}
.main-menu p.commitment {
    margin-left: 0;
    margin-bottom: 0;
}
.menu-white p.commitment {
    margin-left: 0;
    margin-bottom: 0;
}
.commitment:after{
    left:76%;
}
.vertical-line{
    display: none;
}
/* new css ends here */
    .social-contact ul li:nth-child(7) {
        margin-right: 9%;
        float: right;
    }
    .footer-menu ul li a {
        padding: 5px 33px 5px 0;
        color: #424242;
        font-weight: 700;
        font-size: 14px;
        text-decoration: none;
    }
    .old-computer::after {
        background-image: url(img/old-computer-1920.png);
        height: 399px;
        width: 741px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 20px;
    }
    .menu ul {
        height: 50px;
        position: relative;
        width: 314px;
    }
    .menuFooter {
        margin-top: 350px;
    }
    .history .row-9::before {
        top: -4px !important;
    }
    .circle-2000 .main-circle {
        width: 25px;
        height: 25px;
        border-radius: 100px;
        position: absolute;
        top: -14.5%;
        left: 34.5%;
        background: #fff;
        transform: translate(100%, 50%);
        border: 3px solid #006bb6;
    }
    .history .circle::before {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 100px;
        position: absolute;
        top: -24%;
        right: 55%;
        background: #fff;
        border: 2px solid #006bb6;
        transform: translate(100%, 50%);
    }
    .circle-2016 .main-circle {
        width: 25px;
        height: 25px;
        border-radius: 100px;
        position: absolute;
        top: -21%;
        left: 1.5%;
        background: #fff;
        transform: translate(100%, 50%);
        border: 3px solid #006bb6;
        z-index: 1;
    }
    .history .row-13 .circle::before {
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 100px;
        position: absolute;
        top: -20%;
        right: 55%;
        background: #fff;
        border: 2px solid #006bb6;
        transform: translate(100%, 50%);
    }
    .history .dreamliner.row-6::before {
        top: 27px;
        content: "";
        height: 39%;
        width: 50%;
        bottom: 0;
        position: absolute;
        right: 33.9%;
        border-right: 1px solid #625f5f;
    }
    .circle-2018 .main-circle {
        width: 25px;
        height: 25px;
        border-radius: 100px;
        position: absolute;
        top: -16%;
        left: 19.5%;
        background: #fff;
        transform: translate(100%, 50%);
        border: 3px solid #006bb6;
        z-index: 1;
    }
    .menu {
        display: flex;
        align-items: center;
        justify-content: end;
        height: 100vh;
        margin-left: 80px;
        margin-top: 140px;
    }
    .leadership-hero {
        display: flex;
        justify-content: center;
        height: 89vh;
        background: url(img/leadership-1920.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .brand-bg {
        display: flex;
        justify-content: center;
        height: 89vh;
        background: url(img/brand.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .gallery-bg::before {
        background-image: url(img/gallery-bg.png);
        height: 501px;
        width: 389px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 520px;
        top: 0;
        animation: fromLeft 1s;
    }
    .container-footer {
        width: 1182px;
        padding-right: 43px;
        padding-left: 25px;
        margin-right: auto;
        margin-left: auto;
    }
    .bridge-flex {
        display: flex;
        justify-content: space-between;
        margin: 0 0.2rem;
    }
    .menu ul li a {
        color: #fff;
        font-size: 41px;
        font-weight: 400;
        text-decoration: none;
    }
    .gray-bg {
        display: flex;
        justify-content: center;
        height: 74vh;
        background: url(img/gray.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .site-img h1 {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        height: 100vh;
        margin-right: 23vh;
        padding-bottom: 29vh;
    }
    .menu ul li:hover .drop-menu {
        display: block;
        position: absolute;
        right: -292px;
        top: 8px;
    }
    .menuFooter a {
        color: #fff;
        font-size: 20px;
    }
    .menuFooter p {
        color: #fff;
        font-size: 20px;
    }
    .menuicon ul li a {
        font-size: 25px !important;
    }
    .menu ul li:hover .drop-menu a {
        padding: 0 70px;
        font-size: 30px;
        margin-bottom: 13px;
        display: block;
        font-weight: 400;
    }
    .about-img::before {
        background-image: url(img/about-1920.png);
        height: 839px;
        width: 1158px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 85px;
        animation: aboutAnim 4s;
    }
    .full-height {
        height: 100vh;
    }
    .brand-row.brand-row-786 {
        width: 1140px;
        margin: 0 auto;
        padding-left: 45px;
    }
    .container-fluid {
        width: 1182px;
    }
    .space {
        margin-top: 25vh;
    }
    .glob {
        margin-top: 25vh;
    }
    .main-menu ul {
        position: relative;
        width: 100% !important;
    }
    .helping .next-img {
        max-width: 100%;
        height: 90px;
        background-size: cover;
        background-repeat: no-repeat;
        width: 220px;
    }
    .hcl-slider:after {
        position: absolute;
        content: "";
        width: 706.5px !important;
        height: 562px;
        background: #006bb6;
        right: 0;
        top: 2px;
    }
 /*    .vertical-line {
        width: 3px;
        height: 70.5%;
        background-color: #006bb6;
        position: absolute;
        bottom: -66px;
        left: 49.9%;
        z-index: 12;
    } */
    .slider-content {
        position: absolute;
        top: 0;
        z-index: 1;
        padding: 82px 63px 24px 63px;
        left: 18%;
    }
    ol.carousel-indicators {
        position: absolute;
        left: -180px;
        justify-content: left;
        bottom: 125px;
    }
    .main-menu ul.right-animate li p {
        width: 100%;
        color: #fff;
        padding: 0 50px;
        line-height: 25px;
        font-weight: 400;
        margin: 0;
    }
    .search-icon i {
        color: #006bb6;
        display: flex;
        align-items: center;
        margin-right: 0;
        cursor: pointer;
        font-size: 19px;
        margin-bottom: 3px;
        position: relative;
        right: 0;
    }
    .menu-white ul.left-animate li p {
        width: 100%;
        padding: 10px 50px 0 50px;
        line-height: 25px;
        font-weight: 400;
        margin: 0;
    }
    .about-text {
        display: flex;
        flex-direction: column;
        align-items: baseline;
        justify-content: center;
        height: 100vh;
        margin-left: 10vh;
        opacity: 0;
        animation: aboutAnim 2s;
        animation-delay: 1s;
        animation-fill-mode: forwards;
        padding-bottom: 50vh;
        margin-left: 27vh;
    }
    .history .row-3::before {
        top: -18.6%;
        content: "";
        height: 62%;
        width: 50%;
        bottom: 0;
        position: absolute;
        left: 87px;
    }
    .history .row-1::after {
        content: "";
        height: 30%;
        width: 29.8%;
        top: 33.8%;
        position: absolute;
        left: 41%;
        border-top: 1px solid #625f5f;
        border-right: 1px solid #625f5f;
    }
    .history .row-1 .img-container::after {
        content: "";
        width: 25px;
        height: 25px;
        border-radius: 100px;
        position: absolute;
        top: 24%;
        right: 0;
        background: #006bb6;
        transform: translate(100%, 50%);
        z-index: 99;
    }
    ol.carousel-indicators {
        position: absolute;
        left: 128px !important;
        justify-content: left;
        bottom: 125px;
    }
    .circle-1993 .main-circle {
        width: 25px;
        height: 25px;
        border-radius: 100px;
        position: absolute;
        top: -25% !important;
        left: 26.5% !important;
        background: #fff;
        transform: translate(100%, 50%);
        border: 3px solid #006bb6;
    }
    .history .row-5::after {
        content: "";
        height: 107%;
        width: 58.3%;
        position: absolute;
        top: 6% !important;
        left: 7.9%;
        border-bottom: 1px solid #625f5f;
        border-left: 1px solid #625f5f;
    }
    .history .row-6::before {
        top: -65px !important;
        content: "";
        height: 32%;
        width: 50%;
        bottom: 0;
        position: absolute;
        right: 33.8%;
        transform: translateY(100%);
        border-right: 1px solid #625f5f;
        background: 0 0;
    }
    .history .row-10::before {
        top: -77px !important;
    }
    .history .row-12::before {
        right: 8.5%;
        top: 14% !important;
    }
    .history .row-13::before {
        top: -3.5% !important;
    }
    .circle-2019 .main-circle {
        width: 25px;
        height: 25px;
        border-radius: 100px;
        position: absolute;
        bottom: -30%;
        left: 10.5% !important;
        background: #006bb6;
        transform: translate(100%, 50%);
        border: 3px solid #006bb6;
        z-index: 1;
    }
    .form-button button {
        background: 0 0;
        border: none;
        margin-top: 108px;
    }
    .contact-animate .about-text {
        margin-left: 20vh;
        padding-bottom: 40vh;
    }
    .history .row-2 .circle::before {
        right: 52%;
    }
    .circle-2018 .main-circle {
        width: 25px;
        height: 25px;
        border-radius: 100px;
        position: absolute;
        top: -18%;
        left: 19.5%;
        background: #fff;
        transform: translate(100%, 50%);
        border: 3px solid #006bb6;
        z-index: 1;
    }
    .directors::before {
        background: #f5f5f5;
        content: "";
        position: absolute;
        top: 0;
        left: -380px;
        height: 380px;
        width: 957px;
        z-index: -1;
    }
    .led h1 {
        margin-top: 16rem !important;
        margin-right: -3rem !important;
        margin-left: 4rem;
    }
    .contact-animate::before {
        background-image: url(img/telephone-1920.png);
        height: 490px;
        width: 665px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 125px;
        top: 244px;
        animation: fromLeft 1s;
    }
    .site-img::before {
        background-image: url(img/site-1920.png);
        height: 754px;
        width: 759px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 120px;
        top: 260px;
        animation: aboutAnim 4s;
    }
    .policy-animate::before {
        background-image: url(img/folder-1920.png);
        height: 381px;
        width: 487px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 275px;
        top: 264px;
    }
    .policy-animate .about-text {
        margin-left: 10vh;
        padding-bottom: 31vh;
    }
    .tabcontent ol li::marker {
        color: #424242;
        font-size: 1.5rem;
    }
    .news-animate .about-text {
        margin-left: 18vh;
        padding-bottom: 31vh;
    }
    .news-animate::before {
        background-image: url(img/news.png);
        height: 586px;
        width: 766px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 230px;
        top: 219px;
        animation: fromLeftNews 1s;
    }
    .sports-bg::before {
        background-image: url(img/sports-bg-1920.png);
        height: 394px;
        width: 869px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 230px;
        animation: fromLeft 1s;
    }
    .concerts-bg::before {
        background-image: url(img/concerts-bg-1920.png);
        height: 403px;
        width: 862px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 230px;
        animation: fromLeft 1s;
    }

     .jigsaw::before {
        background-image: url(img/jigsaw-bg-1920.png);
        height: 403px;
        width: 862px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 230px;
        animation: fromLeft 1s;
    }
    .concerts-bg .about-text {
        margin-left: 16vh;
    }
    .cinema-bg::before {
        background-image: url(img/cinema-1920.png);
        height: 754px;
        width: 759px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 0;
        top: 230px;
        animation: fromLeft 1s;
    }
    .tshirt-bg::before {
        background-image: url(img/red-tshirt-1920.png);
        height: 451px;
        width: 449px;
        content: "";
        background-repeat: no-repeat;
        position: absolute;
        left: 206px;
        top: 230px;
        animation: fromLeft 1s;
    }
}
.tab_content {
    display: none;
}
.tab_drawer_heading {
    display: none;
}
@media screen and (max-width: 480px) {
    .tabs {
        display: none !important;
    }
    .news .tabs {
        display: block !important;
    }
    .tab_drawer_heading {
        display: block;
    }
}
.show-content {
    display: none;
}
.video-scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 72vh;
}
#work img {
    max-width: 100%;
}
.result .properties ul li:before {
    font-family: fontAwesome;
    content: "\f111";
    color: #1f6ab6;
    font-size: 10px;
    position: absolute;
    opacity: 1;
    transition: all 0.5s;
    line-height: 20px;
    left: -10px;
}
.result .properties ul li a {
    color: #006bb6;
}
#Terms .cooki li::before {
    content: "";
    color: #006bb6;
    display: inline-block;
    width: 0;
    margin-left: 0 !important;
    font-size: 21px;
    font-weight: 900;
    position: relative;
    left: 0;
}
#vertical-ticker .col-md-5 {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}
#vertical-ticker .col-md-7 {
    position: relative;
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}
#vertical-ticker a {
    font-size: 14px;
    line-height: 23px !important;
    color: #707070;
    margin: 0;
}
.sitemap ul li {
    color: #424242;
}
#lightcase-sequenceInfo {
    display: none !important;
}
.blackOverlay {
    background: rgb(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999999;
    display: none;
}
.blackShow {
    display: block;
}
.sat_active1 a {
    color: #006bb6 !important;
}
#lightcase-overlay {
    display: none;
    width: 100%;
    min-height: 100%;
    position: fixed;
    z-index: 2000;
    top: -9999px;
    bottom: -9999px;
    left: 0;
    background: #333;
    z-index: 999;
}
.found {
    padding-right: 25px;
}
.top p {
    padding: 18px;
}
.top {
    margin-bottom: 28px !important;
}
.top p {
    padding: 18px 0;
    position: relative;
    top: 3px;
}
.top2 {
    margin-bottom: -14px !important;
}
.top2 p {
    padding: 18px 0;
    position: relative;
    top: 3px;
}
@media only screen and (min-width: 1366px) {
    .about-text h1 img {
        margin-bottom: -100px;
        margin-left: 95px;
        width: 220px;
    }

    .brand-bg .equal-height {
        margin-top: -11rem !important;
    }

    .input-container input {
        background: transparent;
        left: 0;
        top: 0;
        position: relative;
        border: none;
        box-shadow: none;
    }
    img.virus {
        width: 300px !important;
        position: relative;
        top: 50%;
        left: 50%;
        margin-top: 35px;
        transform: translate(-50%, -10%);
    }
    .led h1 {
        margin-top: -2.8rem !important;
    }
    .news-animate .about-text h1 {
        font-size: 32px !important;
        margin-bottom: 29px !important;
        text-align: left;
        margin: 0 auto;
    }
    .addli .url {
        display: none;
    }
    .second-addli .url {
        display: none;
    }
}
@media only screen and (min-width: 1024px) {
    
  
    
    .leadership-hero {
        display: flex;
        justify-content: center;
        height: 89vh !important;
        background: url(img/leadership-1920.png) !important;
        background-repeat: no-repeat;
        background-size: cover !important;
    }

      .site-img {
        background: #f5f5f5 !important;
    }

    .led .about-text h1 {
        margin: 0;
    }
    .brand-bg {
        display: flex;
        justify-content: center;
        height: 89vh;
        background: url(img/brand.jpg) !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .brand-bg .equal-height {
        margin-top: 3rem;
    }
    .tshirt-bg .about-text p {
        font-size: 14px;
        font-weight: NORMAL;
        line-height: normal;
        text-align: left;
        padding-top: 7px;
    }
    .about-text h1 {
        font-size: 32px !important;
        margin-bottom: 0 !important;
        text-align: center;
        margin: 0 auto;
    }
    .addli .url {
        display: none;
    }
    .second-addli .url {
        display: none;
    }
}
@media only screen and (min-width: 1920px) {

  .input-container input {
    background: transparent;
    left: 37px;
    top: 0;
    position: relative;
}
    .input-container {
    width: 185px;
}
    .tshirt-bg .about-text {
        margin-left: 18vh;
        padding-bottom: 50vh;
    }
    .leadership-hero {
        display: flex;
        justify-content: center;
        height: 89vh !important;
        background: url(img/leadership-1920.png) !important;
        background-repeat: no-repeat;
        background-size: cover !important;
    }
    .site-img{
        background:#f5f5f5 !important
    }
    .led .about-text h1 {
        margin: 0 !important;
    }
    .brand-bg {
        display: flex;
        justify-content: center;
        height: 89vh;
        background: url(img/brand-1920.jpg) !important;
        background-repeat: no-repeat !important;
        background-size: contain;
    }
    .covid-banner-section.gray-bg {
        background: #f5f5f5 !important;
    }
    .addli .url {
        display: none;
    }
    .second-addli .url {
        display: none;
    }
}


button.visit
{
   background: #006bb6;
   color: #fff;
   margin-bottom: 10px;
   padding: 7px 34px;
   display: inline-block;
   text-transform: uppercase;
   margin-bottom: 2rem;
   border:none;
}

 

.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-bottom:none;
    outline: 0;
    box-shadow: none;
}



.jquery-modal.blocker.current .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    display: none;
    width: 100%;
    height: auto;
    overflow: initial;
    outline: 0;
    transform: translateX(-50%) translateY(-50%);
    height: 280px;
    padding: 0;
}