@charset "utf-8"; 
/* CSS Document */
/*
font-family: 'Proxima Nova Bl';
font-family: 'Proxima Nova Rg';
*/

@font-face {
  font-family: 'Proxima Nova Bl';
  src: url('../fonts/ProximaNova-Black.eot');
  src: url('../fonts/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Black.woff2') format('woff2'),
      url('../fonts/ProximaNova-Black.woff') format('woff'),
      url('../fonts/ProximaNova-Black.ttf') format('truetype'),
      url('../fonts/ProximaNova-Black.svg#ProximaNova-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
      url('../fonts/ProximaNova-Bold.woff') format('woff'),
      url('../fonts/ProximaNova-Bold.ttf') format('truetype'),
      url('../fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/ProximaNova-Regular.woff2') format('woff2'),
      url('../fonts/ProximaNova-Regular.woff') format('woff'),
      url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
      url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Dead Stock Demo';
  src: url('../fonts/DeadStock.eot');
  src: url('../fonts/DeadStock.eot?#iefix') format('embedded-opentype'),
      url('../fonts/DeadStock.woff2') format('woff2'),
      url('../fonts/DeadStock.woff') format('woff'),
      url('../fonts/DeadStock.ttf') format('truetype'),
      url('../fonts/DeadStock.svg#DeadStock') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}




a, button, h1, h2, h3, h4, h5, h6, img, input, p, select { -webkit-transition: all 0.5s ease 0s !important; -moz-transition: all 0.5s ease 0s !important; transition: all 0.5s ease 0s !important }
img, img a { border: 0 }
html { font-size: 10px }
body, html { height: 100%; font-family: 'Proxima Nova Rg'; font-style: normal;}
body { font-size: 1.6rem; background: #0D0D0D; color: #FFFFFF; margin: 0px; padding: 0px; overflow-x: hidden }
h1, h2, h3, h4, h5, h6 { font-weight: normal}
img { max-width: 100% }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Proxima Nova Bl';
}
/** video banner **/
.video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  overflow: hidden;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: 0.5rem;
  }
  .vid-info h1 {
    margin-bottom: 0.2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}
/** video banner ends **/

/**======================
New Horizontal Slider css 
===================== **/
.verticalSider .vertical-slider-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  gap: 16px;
  position: absolute;
  bottom: 10px;
  right: 40px;
  left: auto;
  transform: none;
  top: auto;
  z-index: 333;
}
.verticalSider .vertical-slider-nav .slider-paging-number li.active {
  color: #FFF;
  transition: 0.6s;
  font-weight:500;
  display: block;
}
.verticalSider .vertical-slider-nav .slider-paging-number li {
  display: none;
  font-weight: 500;
  font-size: 24px;
  line-height: 18px;
  letter-spacing: 0.05em;
  color: #ffffff9e;
  width: auto;
  border-bottom: 0;
  border-top: 0;
  padding: 0;
  margin: 0;
  position: relative;
  cursor: pointer;
  transition: 0.6s;
}
.verticalSider .vertical-slider-nav .slider-paging-number li.active::after {
  display: none;
}
.verticalSider .skip.skip-bottom {
  position: static;
}
.verticalSider .vertical-slider-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  align-items: flex-start;
  color: #FFFFFF;
}
.verticalSider h2, .verticalSider .h2, .verticalSider  .wp-block h2 {
  font-size: 80px;
}
.verticalSider .vertical-slider-inner p {
  font-size: 22px;
  width: 65%;
  line-height: 30px;
}
.verticalSider .vertical-slider-wrapper .vs-section {
  z-index: 333;
}
.verticalSider .vertical-slider-inner h3 {
  text-transform: uppercase;
  font-family: 'Proxima Nova Bl';
  font-size: 70px;
  line-height: 60px;
  width: 100%;
}
.tcmUpdateTitle {
  text-align: center;
  position: absolute;
  top: 48px;
  z-index: 999;
  padding-left: 60px;
  padding-right: 60px;
}
.vertical-slider-inner.constrain {
  padding-left: 60px;
}
.tcmUpdate {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
.tcmUpdate h2 {
  font-family: 'Proxima Nova Bl';
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 900;
  z-index: 1;
  position: relative;
}
.tcmUpdate p {
  font-size: 40px;
  line-height: 29px;
  color: #CF2027;
  font-weight: 900;
  font-family: 'Dead Stock Demo';
}
.serviceTitle {
  text-align: center;
}
.vertical-slider.verticalSider .skip-top {
  z-index: 3333;
}
@media only screen and (min-width: 1025px) {
  .verticalSider .vertical-slider.gradient__full .vertical-slider-inner {
      z-index: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .verticalSider .constrain {
      padding-left: 60px;
      padding-right: 60px;
  }
}
/**==========================
New Horizontal Slider css End
========================== **/

/**==========================
New Services css
========================== **/
.serviceBoxCol .serviceBoxDes {
  position: absolute;
  z-index: 11;
  width: 100%;
  bottom: 0;
  padding: 30px 30px;
  background: transparent;
  display: flex
;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
  margin-bottom: -50px;
  transition: 0.5s;
}
.serviceBoxCol:hover .serviceBoxDes {
  margin-bottom: 0px;
  transition: 0.5s;
}
.serviceBoxWrap {
  margin-top: 60px;
  display: flex;
  width: 100%;
}
.serviceBoxCol .serviceBox:hover img.serviceImg {
  transform: scale(1.02);
}
.serviceBoxWrap .serveBox01 .serviceBoxCol .serviceBox .serviceImg {
  height: 680px;
}
.serviceBoxWrap .serveBox02 .serviceBoxCol .serviceBox .serviceImg {
  height: 333px;
}
.serviceBoxCol .serviceBox:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0px;
  background-color: #0000002e;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  z-index: 1;
}
.serviceBoxCol .serviceBox:hover:before {
  height: 100%;
}
.serviceBoxWrap .serveBox01 {
  width: 33%;
  padding: 8px;
}
.serviceBoxWrap .serveBox02 {
  width: 67%;
  display: flex;
  flex-wrap: wrap;
}
.serviceBoxWrap .serveBox02 .serviceBoxCol {
  width: 50%;
  padding: 8px;
}
.serviceTitle h2 {
  font-family: 'Proxima Nova Bl';
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 900;
  z-index: 1;
  position: relative;
}
.serviceTitle p {
  font-size: 100px;
  line-height: 29px;
  color: #CF2027;
  font-weight: 900;
  font-family: 'Dead Stock Demo';
}
.serviceBoxCol .serviceBox {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
}
.serviceBoxCol .moreBtn {
  background-image: url(../images/owl_arrow_right_white.webp);
  width: auto;
  height: auto;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 88%;
  transition: 0.6s;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  padding: 5px 34px 6px 16px;
  border: 1px solid #FFF;
  background-size: 16px;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.5s;  
}
.serviceBoxCol:hover .moreBtn {  
  transform: scaleY(1);
  overflow: visible;
  opacity: 1;
}
/**==========================
New Services css End
========================== **/

iframe.mainVbanner {
  width: 100%;
  height: 100%;
}
.mailBox img {
    width: 36px;
    height: auto;
    margin: 0 auto;
}
.exclamation-mark img {
  width: 25px;
  transform: rotate(24deg);
  position: relative;
  left: -30px;
  top: 30px;
}

#loading-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #0D0D0D;
  z-index: 9999;
  flex-direction: column;
  display:none;
}

.lds-hourglass {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
}
div#loading-indicator img {
    width: 75px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 6px;
  box-sizing: border-box;
  border: 26px solid #333;
  border-color: #cf2027 transparent #cf2027 transparent; 
  animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}


.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{padding-right:var(--bs-gutter-x,1.5rem);padding-left:var(--bs-gutter-x,1.5rem);}
.row{--bs-gutter-x:3rem;--bs-gutter-y:0;margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5)}
.row>*{padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}
.overflow-hidden { overflow: hidden !important }
.pos-relative { position: relative  }
header.header-area.active {
  background: #00000080;  
  position: fixed;
  animation: slideDown 0.35s ease-out;
  z-index: 999;
}
header {
  position: fixed;
  width: 100%;
  z-index: 10;
  left: 0px;
  top:0px;
  padding: 15px 0;
  animation: slideDown 0.35s ease-out;
  z-index: 999;
}

header.header-area.active .mainLogo img {
  max-width: 60px;
}
.hidden {display: none;}
.breakpoint-on .classy-navbar .classy-menu { width: 100% !important; }
.breakpoint-on .classy-navbar .classy-menu { left: 0px !important; top: -100% !important;opacity: 0; }
.breakpoint-on .classy-navbar .classy-menu.menu-on { left: 0px !important; top: 0 !important;opacity: 1; }

.breakpoint-on .dd-trigger { height: 50px !important }
.classy-menu .header_top { position: relative; padding: 15px 0 }
.classynav ul li.cn-dropdown-item .dropdown li { margin: 0px; } 
.classynav ul li.has-down > a::after, .classynav ul li.megamenu-item > a::after { color: #fff !important }

.breakpoint-on .classynav ul li.has-down > a::after, .breakpoint-on .classynav ul li.megamenu-item > a::after { position: relative !important; margin-left: 15px; }


.serviceTxt p {
  font-weight: 900;
  font-family: 'Dead Stock Demo';
}

/*============================
Home page css
============================**/
.classy-menu .nav-logo {
  width: 70px;
}
.mainLogo img {
  max-width: 80px;
}
section.main-banner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}

.main-banner:not(.fixed-remove) {
  overflow: hidden;
}
.main-banner:not(.fixed-remove) video {  
  overflow: hidden;
}
.main-banner {
  height: auto;
  gap: 0;
  overflow: hidden;
}

section.main-banner::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg,rgba(0,0,0,0) 37.69%,#000000 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
}

.bannerContent {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 65%;
  width: 100%;
  z-index: 111;
}
.bannerContent h1 span {
  display: block;
  text-transform: uppercase;
}
.bannerContent h1 {
  font-size: 110px;
  font-family: 'Proxima Nova Bl';
  font-weight: 900;
  line-height: 100px
}
.bannerContent h1 span.heading01 {
  line-height: 91px;
}
.bannerContent h1 span.heading02 {
  color: #cf2027;
}
.bannerContent h1 span.heading02 strong, .bannerContent h1 span.heading03.white {
  color: #FFF;
}
.bannerContent h1 span.heading03 {
  font-size: 172px;
  line-height: 100px;
  font-family: 'Dead Stock Demo';
  text-transform: capitalize;
}

.heading01,
.heading02,
.heading03 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
.heading01 {
  animation-delay: 1s;
}
.heading02 {
  animation-delay: 1.5s;
}
.heading03 {
  animation-delay: 2s;
}
.delay-4 {
  animation-delay: 1s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
.fullWImg img {
  width: 100%;
}
.fullWImg {
  position: relative;
}
.Potential {
  font-family: 'Proxima Nova Bl';
  font-size: 110px;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
  line-height: 107px;
  text-align: center;
  color: #CF2027;
}
.Potential .Unleash span {
  font-family: 'Dead Stock Demo';
  text-transform: none;
  color: #FFF;
  font-size: 180px;
}
.workTxt.absoluteCenter span {
  font-family: 'Dead Stock Demo';
  text-transform: capitalize;
  font-size: 100px;
  color: #CF2027;  
  display: block;
}
.sec02.work {
  background: #000;
}
.workTxt.absoluteCenter {
  position: static;
  transform: none;
  padding: 80px 0 40px;
}
.workTxtIn {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.absoluteCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  
  width: 100%;
}
.workTxt {
  font-size: 100px;
  font-family: 'Proxima Nova Bl';
  text-transform: uppercase;
  font-weight: 900;
  line-height: 88px;
}
.contactBttm {
  font-size: 20px;
  margin: 20px 0 0;
}
section.active {
  display: block;
}
.workNav {
  position: absolute;
  bottom: 50px;
  right: 40px;
  display: flex;
  column-gap: 10px;
}
.workNav span.slick-arrow {
  background: #00000085;
  cursor: pointer;
  border-radius: 100px;
  padding: 5px;
}
.navBtns {
  position: absolute;
  right: 4%;
  bottom: 40px;
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.navBtns a {
  text-decoration: none;
  color: #ffffffa3;
  font-family: 'Proxima Nova Rg';
  font-size: 24px;
  background: #00000096;
  display: block;
  padding: 10px 30px 11px;
  border-radius: 100px;
  text-align: center;
}
.navBtns img {
  width: 17px;
}
.navBtns a:hover {
  background: #cf2027;
  color: #FFF;
}
.navBtns.bottomBtns {
  position: static;
  display: flex;
  justify-content: center;
}
.navBtns.bottomBtns a {
  background: #202020;
}
.navBtns.bottomBtns a:hover {
  background: #cf2027;
  color: #FFF;
}
a.preBtn img {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
a.nextBtn img {
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.navBtns.bottomBtns {
  margin: 30px 0 0;
}
.sections section {
  display: none;
}

/************* Footer css start here ****************/
footer.footerWrap {
  background: #000000;
  padding: 130px 0 50px;
}
footer.footerWrap h2 {
  font-size: 100px;
  font-family: 'Proxima Nova Bl';
  text-transform: uppercase;
  font-weight: 400;
  line-height: 100px;
}
.commonForm input.form-control {
  background: transparent;
  padding: 15px 30px 15px;
  font-size: 18px;
  color: #FFF;
  border-radius: 100px;
}
.commonForm textarea {
  background: transparent;
  padding: 15px 30px 15px;
  font-size: 18px;
  color: #FFF;
  border-radius: 40px;
}
.commonForm input.form-control {
  border-color: #b6809a;
}
.commonForm textarea.form-control {
  border-color: #b6809a;
}
.commonForm textarea.form-control:focus {
  background-color: transparent;
  outline: none;
  box-shadow: none;
  color: #FFF;
}
button.common_btn.submitBtn {
  padding: 20px 40px 20px;
  font-size: 18px;
  border-radius: 100px;
  width: 270px;
  border: 0;
  background: #FFF;
  color: #000;
}
button.common_btn.submitBtn:hover, button.common_btn.submitBtn:focus {
  background: #cf2027;
  color: #FFF;
  border: 0;
}
.contactBtn {
  text-align: center;
  margin-top: 10px;
}
.commonForm input.form-control:focus {
  background: transparent;
  outline: none;
  box-shadow: none;
}

.commonForm .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ebdee5;
}
.commonForm .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #ebdee5;
}
.commonForm .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #ebdee5;
}
.commonForm .form-control:-moz-placeholder { /* Firefox 18- */
  color: #ebdee5;
}
footer.footerWrap h2.getIN {
  font-weight: 900;
}
.footerInfo ul li a {
  background: #7a7a7a;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  text-decoration: none;
  color: #FFF;
  font-size: 25px;
}
.footerInfo ul li a:hover {
  background: #CF2027;
}
.footerInfo ul {
  display: flex;
  column-gap: 10px;
  margin: 0 0 20px;
  padding: 0;
}
.newsletter h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 0 5px;
  font-weight: 500;
}
.commonForm.newsletterForm {
  position: relative;
}
.commonForm.newsletterForm input {
  padding-right: 42%;
}
button.common_btn.newsbtn {
  padding: 11px 20px 8px;
  font-size: 18px;
  border-radius: 100px;
  width: 160px;
  border: 0;
  background: #FFF;
  color: #000;
  position: absolute;
  top: 6px;
  right: 7px;
}
button.common_btn.newsbtn:hover, button.common_btn.newsbtn:focus {
  background: #cf2027;
  color: #FFF;
}
.newsletter {
  margin: 30px 0 0;
}
.menuInfo h3 {
  font-size: 27px;
  text-decoration: underline;
  margin: 0 0 20px;
}
.footerInfo h3 {
  font-size: 27px;
  text-decoration: underline;
  margin: 0 0 20px;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
}
.googleMap iframe {
  border-radius: 30px;
}
.footerInfo .address h3 {
  text-decoration: none;
  margin: 0 0 5px;
  font-size: 25px;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
}
.footerInfo .address p {
  font-size: 22px;
  color: #ffffffc2;
  margin: 10px 0 20px;
}
.menuInfo ul {
  margin: 0;
  padding: 0;
}
.menuInfo ul li a {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-size: 30px;
}
.menuInfo ul li {
  margin: 0 0 10px;
}
.googleMap {
  margin: 0 0 20px;
}
.footerWrap .row .col-md-4:last-child {
  padding-left: 3%;
}
.footerLogo:before {
  position: absolute;
  content: "";
  width: 45%;
  left: 0;
  height: 1px;
  background: #ffffff40;
  top: 50%;
}
.footerLogo:after {
  position: absolute;
  content: "";
  width: 45%;
  right: 0;
  height: 1px;
  background: #ffffff40;
  top: 50%;
}
.footerLogo {
  text-align: center;
  position: relative;
}
.copyrightWrap {
  margin: 70px 0 40px;
}
.copyrightWrap p a {
  color: #FFF;
  text-decoration: none;
}
.copyrightWrap p {
  text-align: center;
  margin: 40px 0 0;
  font-size: 18px;
}
.footcontact {
  text-align: center;
  background: #CF2027;
  padding: 2px 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
  bottom: 0;
  opacity: 0;
  display: none;
}
.footcontact a img {
  position: relative;
  bottom: -4px;
}
.footcontact a {
  text-decoration: none;
  color: #FFF;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 7px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}

/**=========================
Service slider css 
======================== **/

.seviceSlider .slider__item.slick-slide:first-child {
  white-space: nowrap;
}
.seviceSlider .slider__item.slick-slide:first-child:hover {
  transition: none;
  transform: none;
}
.section.serviceSec {
  background: #000;
}
.seviceSlider .slick-list {
  padding: 10px 5% 0 2%;
}
.serviceBoxDes {
  position: absolute;
  z-index: 11;
  width: 100%;
  bottom: 0;
  padding: 30px;
  background: #0832427a;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.moreBtn {
  background-image: url(../images/owl_arrow_right_white.webp);
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: center;
  transition: 0.6s;
  -webkit-transform: skew(9deg);
  -moz-transform: skew(9deg);
  transform: skew(9deg);
}
.viewAll span.number a {
  font-weight: 600;
  color: #FFF;
}
.serviceBox {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  -webkit-transform: skew(173deg);
  -moz-transform: skew(173deg);
  transform: skew(173deg);
}
.serviceBox a {
  color: #FFF;
}
.serviceBox .txt {
  font-size: 20px;
  font-family: 'Proxima Nova Rg';
  font-weight: 600;
  letter-spacing: 0.5px;
}
.slider__item {
  display: inline-flex;
  margin-left: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
}
.slider__item {
  transition: all .3s cubic-bezier(0,0,.5,1);
}
.slider__item:hover {
  transform: scale3d(1.01, 1.01, 1.01);
}
.serviceBox img.serviceImg {
  height: 580px;
  object-fit: cover;
  object-position: center;
  width: 100%;
  transition: 0.6s;
}
.seviceSlider button.slick-prev.slick-arrow {
  bottom: -70px;
  right: 11%;
}
.seviceSlider button.slick-next.slick-arrow {
  bottom: -70px;
  right: 6%;
}
.serviceBox:hover img.serviceImg {
  transform: scale(1.01);
}
section.section.serviceSec {
  padding-top: 100px;
  padding-bottom: 130px;
  overflow: hidden;
}
.seviceSlider {
  position: relative;
}
.approachSlider {
  position: relative;
}
button.slick-prev.slick-arrow {
  background-image: url(../images/owl_arrow_right.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e2e2e5;
  transform: rotate(180deg);
  text-indent: -999px;
  overflow: hidden;
  width: 53px;
  height: 53px;
  background-size: 23px;
  border-radius: 100px;
  border: 0;
  position: absolute;
  right: 14%;
  bottom: 0;
  z-index: 111;
}

button.slick-next.slick-arrow {
  background-image: url(../images/owl_arrow_right.webp);
  background-repeat: no-repeat;  
  background-position: center;
  background-color: #e2e2e5;
  text-indent: -999px;
  overflow: hidden;
  width: 53px;
  height: 53px;
  background-size: 23px;
  border-radius: 100px;
  border: 0;
  position: absolute;  
  right: 9%;
  bottom: 0;
  z-index: 111;
}
button.slick-next.slick-arrow.slick-disabled, button.slick-prev.slick-arrow.slick-disabled {
  opacity: 0.4;
}
.mob-visibel {
  display: none;
}

.carousel .carousel-indicators {
  top: 0;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 7% 0;
  z-index: 333;
}
.carousel .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  height: 23px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: 0px;
  cursor: pointer;
  background-color: transparent;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  transition: opacity .6s ease;
  text-align: left;
  color: #ffffff9e;
  font-size: 22px;
  width: 310px;
  border-bottom: 1px solid #ffffff3d;
  border-top: 1px solid #ffffff3d;
  padding: 17px 0 26px;
  position: relative;
  transition: 0.6s;
}
.carousel .carousel-indicators button {
  color: #FFF;
  transition: 0.6s;
}
.carousel .carousel-indicators button.active {
  color: #cd2027;
  transition: 0.6s;
  font-weight: 600;
}

.carousel .carousel-indicators button.active:after {
  background-image: url('../images/red-right.webp');
  background-repeat: no-repeat;
  background-position: 100%;
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;

}

.carousel-item {
  transition: transform 1s ease-in-out;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 1s;
}

section.tabsWrapp {
  position: relative;
  overflow: hidden;
}
section.tabsWrapp:before {
  position: absolute;
  content: "";
  width: 10%;
  height: 70%;
  box-shadow: 0 0 220px 220px #000000d1;
  background: #000000d1;
  z-index: 222;
  top: 0;
}

section.main-banner.innerBanner {
  height: auto;
}
section.main-banner picture, section.main-banner picture img {
  width: 100%;
}
section.main-banner.innerBanner .bannerContent {
  position: absolute;
  transform: translate(0%, 0%);
  left: 0;
  top: auto;
  width: auto;
  z-index: 111;
  text-align: right;
  padding-right: 50px;
  background: #0000009e;
  border-radius: 0 60px 0 0;
  bottom: 0;
  padding-left: 7.5%;
}
section.main-banner.innerBanner .bannerContent h1 {
  font-size: 45px;
  font-family: 'Proxima Nova Bl';
  font-weight: 900;
}
section.main-banner.innerBanner::after {
  display: none;
}
section.main-banner.innerBanner .bannerContent h1 span {
  text-transform: none;
}

.historicWrap {
  background-image: url('../images/bg01.webp');
  background-color: #000;
}
.bg01 {
  background-image: url(../images/bg01.webp);
  background-color: #000;
}
.historicWrap {
  padding: 200px 0 140px;
}
section.historicWrap h2 {
  font-family: 'Proxima Nova Bl';
  font-weight: 900;
  font-size: 100px;
  line-height: 90px;
  text-align: center;
}
.historicWrap2 .sporting_img {
  text-align: center;
  margin-top: -180px;
  position: relative;
  z-index: 11;
}
.historicWrap2 .sporting_img img {
  max-width: 750px;
}
section.historicWrap2 {
  padding-bottom: 110px;
}

.bg02 {
  background-image: url(../images/bg02.webp);
  background-color: #FFF;
  color: #000;
  background-repeat: repeat;
  background-size: 100%;
}
.mainHead h2 {
  color: #1E1E1E;
  font-size: 120px;
  font-family: 'Proxima Nova Bl';
  font-weight: 900;
  text-transform: uppercase;
  line-height: 110px;
}
.mainHead h2 span {
  font-family: 'Dead Stock Demo';
  text-transform: capitalize;
  font-size: 168px;
  letter-spacing: normal;
  color: #CF2027;
}
.mainHead p {
  font-size: 35px;
  color: #7E7E7E;
}
.mainHead {
  color: #1E1E1E;
  text-align: center;
  margin-bottom: 40px;
}
section.ApproachWrap {
  padding: 110px 0 110px;
}
.ApproachBox .img img {
  width: 100%;
}
.ApproachBxList {
  margin: 30px 0 0;
}
.ApproachBox .moreBtns {
  pointer-events: none;
}
.ApproachBox {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.abslute {
  position: absolute;
  top: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  height: 100%;
  padding: 40px 30px 40px 40px;
}
.abslute .digit {
  font-family: 'Proxima Nova Bl';
  font-weight: 900;
  font-size: 40px;
}
.abslute .title {
  font-family: 'Proxima Nova Bl';
  font-weight: 600;
  font-size: 30px;
}
.abslute .title a {
  color: #FFF;
  text-decoration: none;
}
.desp p {
  font-size: 18px;
  line-height: 26px;
  margin: 0;
  padding-right: 40px;
  color: #FFF;
}
.moreBtns a {
  display: inline-block;
  width: 20px;
  height: 40px;
  background-image: url(../images/right-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40px;
}
.btnDes {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
}
.ApproachBox .img img {
  object-fit: cover;
  object-position: top;
  transition: 0.6s;
  aspect-ratio: 2 / 2.8;
}
.ApproachBox:hover .img img {
  transform: scale(1.1) rotate(-2deg);
}

section.latestTeam {
  background: #FFF;
  padding: 50px 0 80px;
}
.breadCrumWrap {
  position: absolute;
  top: 120px;
  left: 4%;
  color: #B4B4B4;
}
.breadCrumWrap a {
  color: #B4B4B4;
  text-decoration: none;
}
span.teamUp h2 span {
  font-family: 'Dead Stock Demo';
  text-transform: none;
  font-size: 180px;
}
span.teamUp {
  display: inline-block;
  position: relative;
}
span.teamUp h2 {
  font-family: 'Proxima Nova Bl';
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 120px;
  position: absolute;
  bottom: 20px;
  right: -160px;
  line-height: 120px;
}
section.contactInfoWrap {
  padding:60px 0 90px;
}
.contactForm {
  text-align: center;
}
.contactForm p {
  font-size: 30px;
}
.desk-visibe {display: block;}
.mailBox span {
  color: #CF2027;
  font-size: 26px;
  font-weight: 700;
  display: block;
  margin-top: 30px;
}
.mailBox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.mailBox a {
  color: #FFF;
  text-decoration: none;
  font-size: 20px;
}
.mailInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 70px 0 0;
}
.contactForm .commonForm {
  margin: 70px 0 0;
}
.contactForm .commonForm input.form-control, .contactForm .commonForm textarea.form-control {
  border-color: #7f7f7f;
}
.contactInfoWrap .googleMap {
  margin: 80px 0 0;
  position: relative;
}
.contactInfoWrap .googleMap iframe {
  border-radius: 30px;
  height: 550px;
}
.mapLocation {
  position: absolute;
  z-index: 333;
  top: 50%;
  left: 3%;
  transform: translate(0px, -50%);
  background: #FFF;
  color: #000;
  width: 410px;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 2px 5px #00000045;
  font-size: 18px;
}
.mapLocation h2 {
  font-weight: 700;
}
section.ourPartner {
  padding: 90px 0 80px;
  color: #000;
}
/* Hide the play button */
#vid source::-webkit-media-controls-play-button {
  display: none;
}

/* For Firefox */
#vid source::-moz-media-controls-play-button {
  display: none;
}

/* For Safari */
#vid source::-webkit-media-controls {
  display: none;
}
.filters ul li {
  font-family: 'Proxima Nova Bl';
  font-size: 22px;
  padding: 15px 0;
  border-top: 1px solid #a9a9a9;
  color: #3a3a3a;
  cursor: pointer;
  transition: 0.6s;
}
.filters ul li.active {
  color: #583C7C;
  font-weight: 600;
  transition: 0.6s;
  position: relative;
}

.filters ul li.active:after {
  background-image: url('../images/blue-right-arrow.webp');
  background-repeat: no-repeat;
  background-position: 100%;
  content: "";
  position: absolute;
  width: 42px;
  height: 30px;
  right: 0;
}
.filterBoxWrap {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 15px;
  overflow: hidden;
}
.filterBoxWrap .filterBox {
  width: 32.2%;
  background: #F6F6F6;
  column-gap: 15px;
  border-radius: 20px;
  padding: 30px 20px;
  text-align: center;
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filterBoxWrap {
  height: auto !important;
}

section.aboutS.bg02 {
  padding: 80px 0 80px;
}
.bg03 {
 background-color: #F9F5F0;
 color: #000;
}
.sections {
  padding: 90px 0 90px;
  position: relative;
}
.overlay:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0000005e;
}
.container {
  position: relative;
  z-index: 111;
}

.dominate .Potential {
  font-family: 'Proxima Nova Bl';
  font-size: 50px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 25px;
  width: 100%;
  line-height: 90px;
  text-align: center;
  color: #FFF;
}

.dominate .Potential span {
  font-family: 'Dead Stock Demo';
  text-transform: capitalize;
  font-size: 168px;
  letter-spacing: normal;
}

.overview h2 {
  font-size: 70px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 50px;
  margin-bottom: 30px;
}
.overview h2 span {
  font-family: 'Dead Stock Demo';
  text-transform: capitalize;
  font-size: 85px;
  color: #CF2027;
}
.overview p {
  font-size: 22px;
  line-height: 29px;
  margin: 0 0 20px;
  color: #505050;
}
.overview p:last-child {
  margin: 0px;
}
.aboutImg img {
  width: 100%;
  border-radius: 50px;
}
.overview {
  padding: 45px;
  background: #FFF;
  border: 0.5px solid #C2C2C2;
  border-radius: 80px;
}
.eventOverview {
  background-image: url(../images/event-overview.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
.eventOverview .overview{
  background: #333 url('../images/bg04.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
}
.eventOverview .overview p {
  color: #FFF;
}

.brandOverview .overview{
  background: #333 url('../images/bg04.webp');
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
}
.brandOverview .overview p {
  color: #FFF;
}
.brandOverview {
  background-image: url(../images/brand-overview.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.overview .row {
  align-items: center;
}
section.ourTeamWrp.sections {
  background: #0d0d0d;
}
section.ourTeamWrp.sections .mainHead h2 {
  color: #FFF;
}
section.ourTeamWrp.sections .mainHead {
  margin: 0 0 40px;
}

.ApproachWrap .mainHead span {
  font-family: 'Dead Stock Demo';
  text-transform: capitalize;
  font-size: 168px;
  color: #CF2027;
}

.teamBox .designation {
  font-size: 17px;
}
.teamBox .teamName {
  font-size: 22px;
  font-weight: 600;
  margin: 25px 0 0;
}
.teamBox img {
  border-radius: 14px;
}
.teamSlider {
  position: relative;
}
section.ourTeamWrp.sections {
  padding-bottom: 190px;
  overflow: hidden;
}
.teamSlider button.slick-next.slick-arrow {
  background-color: #e2e2e5;
  right: 43%;
  bottom: -80px;
  padding: 0;
  width: 78px;
  height: 43px;
}
.teamSlider button.slick-prev.slick-arrow {
  background-color: #e2e2e5;
  right: 50%;
  bottom: -80px;
  width: 78px;
  height: 43px;
}
section.visionWrp {
  background: #36007c url('../images/bg03.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 80px;
  padding-top: 0;
}
.visionTxt h3 {
  font-size: 110px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 110px;
}
.visionTxt h3 span {
  font-family: 'Dead Stock Demo';
  text-transform: capitalize;
  font-size: 148px;
  color: #CF2027;
}
section.historicWrap h2 span {
  font-family: 'Dead Stock Demo';
  text-transform: capitalize;
  font-size: 148px;
  color: #CF2027;
}

.visionTxt h2 {
  font-size: 48px;
  font-family: 'Proxima Nova Rg';
}
.visionImg {
  margin-top: -100px;
  z-index: 11;
  position: relative;
}

.storyList .nav-pills .nav-link {
  font-size: 22px;
  padding: 15px 0;
  border-top: 1px solid #a9a9a9;
  color: #3a3a3a;
  cursor: pointer;
  transition: 0.6s;
  width: 100%;
  text-align: left;
}
.storyList .nav-pills li:last-child .nav-link {
  border-bottom: 1px solid #a9a9a9;
}
.storyList .nav-pills {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  width: 100%;
}
.storyList .nav-pills .nav-link.active {
  background-color: transparent;
  font-weight: 600;
  color: #583C7C;
  position: relative;
}
.storyList .nav-pills .nav-link.active:after {
  background-image: url(../images/blue-right-arrow.webp);
  background-repeat: no-repeat;
  background-position: 100%;
  content: "";
  position: absolute;
  width: 42px;
  height: 30px;
  right: 0;
}
.tcmBoxList {
  display: flex;
  flex-wrap: wrap;
  margin-left: -14px;
  margin-right: -14px;
  margin-top: -8px;
}
.tcmBox {
  width: 50%;
  padding: 7px;
}
.tcmBox h2 {
  color: #1E1E1E;
  font-weight: 600;
  margin: 20px 0 10px;
  font-family: 'Proxima Nova Rg';
}
.tcmBox p {
  font-size: 18px;
  color: #1E1E1E;
}
.tcmBox img {
  border-radius: 12px;
  aspect-ratio: 2 / 1.1;
  box-shadow: 0 0 15px #3333333b;
}
.tab-content .tcmBox h2 {
  text-transform: uppercase;
}

.tcmTumBox .img img {
  border-radius: 14px;
}
.tcmTumBox h2 {
  font-size: 32px;
  font-weight: 600;
  margin: 30px 0 25px;
  font-family: 'Proxima Nova Rg';
}
.tcmTumBox p {
  font-size: 20px;
  margin-bottom: 20px;
}
.tcmTumBox p:last-child {
  margin-bottom: 0px;
}
.tcmThumWrap {
  display: flex;
  flex-wrap: wrap;
}
.tcmTumBox {
  width: 50%;
  padding: 10px;
  margin-bottom: 30px;
}
.tcmTumBox.full {
  width: 100%;
}
.tcmTumBox.full .desp {
  width: 70%;
}

.overWrap {
  background-image: url(../images/tabs-img02a.webp);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 750px;
  display: flex;
  align-items: center;
}
.overWrap h2 {
  font-size: 100px;
  font-weight: 900;
  text-transform: uppercase;
}
.overWrap p {
  font-size: 26px;
  margin: 0 0 30px;
}
.overWrap p:last-child {
  margin: 0px;
}

.tcmTumBox.full .desp.full {
  width: 70%;
}
section.mediaOverview.bg02 {
  background-image: url(../images/bg05.webp);
  background-color: #FFF;
  color: #000;
  background-repeat: no-repeat;
  background-size: cover;
}
.mediaOverview .overview {
  background: transparent;
  border: 0.5px solid #c2c2c280;
}
.mediaOverview .overview h2 {
  color: #FFF;
}
.mediaOverview .overview p {
  color: #FFF;
}
.mediaBox:before {
  position: absolute;
  content: "";
  width: 170px;
  height: 95%;
  background: #ad4e58c7;
  top: -90px;
  left: 35px;
}
.mediaBox {
  position: relative;
}
.mediaBox img {
  position: relative;
  z-index: 11;
}
.mediaBox p {
  font-size: 32px;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
.medaiWrap {
  overflow: hidden;
}
.tcmTumBox ul {
  margin: 0 0 0 20px;
  padding: 0;
}
.tcmTumBox ul li {
  position: relative;
  padding-left: 25px;
}
.tcmTumBox ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 100px;
}
.tcmTumBox ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 100px;
  top: 8px;
  left: 5px;
}
.tcmTumBox ul li {
  font-size: 20px;
}

.marketingList {
  display: flex;
  flex-wrap: wrap;
}
.marketingBox {
  width: 25%;
  padding: 10px;
  margin: 0 0 40px;
}
.marketingBox img {
  border-radius: 9px;
  margin: 0 0 15px;
  aspect-ratio: 2 / 2.4;
  object-fit: cover;
  object-position: top;
}
.marketingBox p {
  font-size: 20px;
  font-weight: 500;
}

section.tabsWrapp.vertical-slider {
  height: 100vh;
  min-height: 700px;
}



@media (min-width: 1024px) and (max-width: 1360px) { 
  .filters ul li {
    font-family: 'Proxima Nova Bl';
    font-size: 18px;
}
.seviceSlider .serviceBox .txt {
  font-size: 21px;
}
.dominate .Potential {
  font-size: 120px;
  line-height: 110px;
}
.vertical-slider-nav .slider-paging-number li {
  font-size: 24px;
  line-height: 12px;
  padding: 17px 0 17px;
}
.menuInfo ul li a {
  font-size: 25px;
}
.filterBoxWrap .filterBox {
  width: 31.6%;
  padding: 40px;
  text-align: center;  
}
  .breadCrumWrap {
    top: 90px;
    left: 5%;
}
.filters ul li.active:after {
  width: 22px;
  height: 30px;
  right: 0;
  background-size: 100%;
}
section.main-banner.innerBanner .bannerContent h1 {
  font-size: 30px;
  font-weight:600;
}
.historicWrap {
  padding: 130px 0 140px;
}
.mainHead p {
  font-size: 23px;
}
.desp p {
  font-size: 16px;
  line-height: 22px;
  padding-right: 30px;
}
.abslute {
  padding: 20px 20px 20px 20px;
}
.mainHead h2 {
  font-size: 70px;
  line-height: 70px;
}
section.ApproachWrap {
  padding: 50px 0 90px;
}
section.historicWrap h2 {
  font-size: 70px;
  line-height: 80px;
}
  .bannerContent h1 {
    font-size: 76px;
    line-height: 48px;
  }
  .bannerContent h1 span.heading03 {
    font-size: 112px;
    line-height: 90px;
  }
  .bannerContent h1 span.heading01 {
    line-height: 95px;
  }
  .serviceBox img.serviceImg {
    height: auto;
    aspect-ratio: 2 / 3;
  }
  .serviceTxt h2 {
    font-family: 'Proxima Nova Bl';
    font-size: 85px;
    text-transform: uppercase;
    font-weight: 900;
}
.overview h2 span {
  font-size: 55px;
}
.dominate .Potential {
  font-size: 80px;
  font-weight: 400;
  letter-spacing: 13px;
  line-height: 90px;
}
.dominate .Potential span {
  font-size: 138px;
}
.mainHead h2 span {
  font-size: 138px;
}
.visionTxt h3 span {
  font-size: 108px;
}
.serviceTxt p {
  font-size: 75px;
  line-height: 42px;
  color: #CF2027;
  font-weight: 900;
}
.serviceBoxDes {
  padding: 15px 10px;
}
.moreBtn {
  background-image: url(../images/owl_arrow_right_white.webp);
  width: 40px;
  height: 40px;
}
.Potential .Unleash span {
  font-size: 160px;
}
.Potential {
  font-size: 100px;
  font-weight: 900;
  line-height: 110px;
}
.seviceSlider button.slick-prev.slick-arrow {
  right: 15%;
}
.workTxt {
  font-size: 140px;
  text-align: center;
}
footer.footerWrap h2 {
  font-size: 70px;
  line-height: 80px;
}
.footerInfo h3 {
  font-size: 23px;
}
.footerInfo .address p {
  font-size: 16px;
}
.footerLogo img {
  width: 70px;
}
.copyrightWrap p {
  font-size: 16px;
}
.footerInfo .address h3 {
  font-size: 18px;
}
.footcontact a {
  font-size: 23px;
  column-gap: 20px;
}
.footcontact a img {
  width: 43px;
}
button.common_btn.submitBtn {
  padding: 13px 20px 15px;
  font-size: 18px;
  width: 100%;
}
.footerInfo ul li a {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
footer.footerWrap {
  padding: 110px 0 50px;
}
.overview h2 {
  font-size: 40px;
  line-height: 30px;
  margin-bottom: 20px;
}
.overview {
padding: 25px;
border-radius: 40px;
}
.teamSlider button.slick-next.slick-arrow {
  right: 40%;
}
.storyList .nav-pills .nav-link {
  font-size: 19px;
}
.commonForm textarea {
  border-radius: 20px;
}
.tcmBox p {
  font-size: 16px;
}
.tcmBox h2 {
  font-size: 19px;
}
.overview p {
font-size: 18px;
line-height: 23px;
margin: 0 0 20px;
}
.aboutImg img {
border-radius: 25px;
}
.visionTxt h2 {
font-size: 28px;
}
.visionTxt h3 {
font-size: 70px;
line-height: 75px;
}
.teamBox .designation {
font-size: 16px;
}
.overWrap h2 {
  font-size: 50px;
}
.overWrap p {
font-size: 18px;
margin: 0 0 20px;
}
.tcmTumBox p {
font-size: 17px;
}
.tcmTumBox.full .desp {
width: 100%;
}
.overWrap {
min-height: 590px;
}
.tcmTumBox h2 {
font-size: 23px;
margin: 30px 0 25px;
}
}

@media (min-width: 768px) and (max-width: 1023px) { 
  .verticalSider .vertical-slider-inner p {
    font-size: 18px;
    width: 90%;
    line-height: 24px;
  }
  .verticalSider .vertical-slider-inner {
    display: flex;
    gap: 8px;
    position: static;
    top: 0;
    bottom: 0;
    padding: 30px 0 20px 20px;
  }
  .verticalSider .vertical-slider-inner h3 {
    font-size: 35px;
    line-height: 42px;
    margin: 0;
  }
  .verticalSider .vertical-slider-wrapper .vs-section {
    opacity: 1;
    visibility: visible;
    position: static;
  }
  .verticalSider .vertical-slider-wrapper .vs-section {
    height: auto !important;
  }
  .vertical-slider.verticalSider {
    height: auto;
  }
  .vertical-slider.verticalSider .vertical-slider-nav {
    display: none;
  }
 .verticalSider.vertical-slider:before {
    display: none;
}
  .Potential .Unleash span {
    font-size: 110px;
}
.serviceBoxWrap {
  margin-top: 30px;
}
.serviceTitle p {
  font-size: 90px;
}
.serviceTitle h2 {
  font-size: 90px;
}
.workTxt.absoluteCenter span {
  font-size: 118px;
  color: #CF2027;
}
  .dominate .Potential span {
    font-size: 118px;
}
.mainHead h2 span {
  font-size: 108px;
}
.visionTxt h3 span {
  font-size: 98px;
}
.overview h2 span {
  font-size: 52px;
}
  .menuInfo ul li a {
    font-size: 20px;
}
  .overWrap h2 {
    font-size: 50px;
}
.marketingBox {
  width: 50%;
}
.tcmTumBox ul li {
  font-size: 17px;
}
.overWrap p {
  font-size: 18px;
  margin: 0 0 20px;
}
.tcmTumBox p {
  font-size: 17px;
}
.tcmTumBox.full .desp {
  width: 100%;
}
.mailBox img.mob-visibel {
  display: none;
}
.mailBox span {
  font-size: 20px;
}
.contactForm p {
  font-size: 24px;
}
.vertical-slider-nav {
  left: 26%;
}
.mailBox a {
  font-size: 16px;
}
.vertical-slider-nav .slider-paging-number li {
  font-size: 19px;
  line-height: 13px;
  width: 310px;
  padding: 17px 0 19px;
}
span.teamUp h2 {
  font-size: 70px;
  bottom: 20px;
  right: -10px;
  line-height: 80px;
}
.skip.skip-bottom {
  bottom: 54px;
}
.overWrap {
  min-height: 590px;
}
.tcmTumBox h2 {
  font-size: 23px;
  margin: 30px 0 25px;
}
  .storyList .nav-pills .nav-link.active:after {
    display: none;
  }
  .storyList .nav-pills {
    display: flex;
    flex-direction: row;
    margin: 0;
    padding: 0;
    width: 100%;
    flex-wrap: nowrap;
    white-space: nowrap;
    column-gap: 15px;
    overflow: auto;
  }
  .storyList .nav-pills .nav-link.active {
    background-color: #636363;
    font-weight: 500;
    color: #FFF;
  }
  .tcmBoxList {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 20px;
}
  .storyList .nav-pills .nav-link {
    font-size: 20px;
    padding: 3px 26px 6px;
    border-top: 1px solid #b3b3b3;
    color: #FFF;
    width: 100%;
    text-align: left;
    border-radius: 100px;
    background: #b3b3b3;
  }
  .filters ul {
    display: flex;
    white-space: nowrap;
    column-gap: 10px;
    overflow: auto;
    margin: 0;
    padding: 0;
  }
  .overview h2 {
    font-size: 40px;
    line-height: 30px;
    margin-bottom: 20px;
}
.overview {
  padding: 25px;
  border-radius: 40px;
}
.overview p {
  font-size: 18px;
  line-height: 23px;
  margin: 0 0 20px;
}
.aboutImg img {
  border-radius: 25px;
}
.visionTxt h2 {
  font-size: 28px;
}
.visionTxt h3 {
  font-size: 70px;
  line-height: 75px;
}
.teamBox .designation {
  font-size: 16px;
}
.teamSlider button.slick-next.slick-arrow {
  right: 36%;
}
.teamSlider button.slick-prev.slick-arrow {
  right: 49%;
}
.dominate .Potential {
  font-size: 50px;
  letter-spacing: 18px;
  line-height: 70px;
}
section.ourTeamWrp.sections {
  padding-bottom: 150px;
}
.teamBox .teamName {
  font-size: 19px;
  margin: 20px 0 0;
}
.visionTxt {
  margin: 20px 0 0;
}
.sections {
  padding: 60px 0 60px;
}
section.visionWrp {
  padding-bottom: 50px;
}
section.aboutS.bg02 {
  padding: 60px 0 130px;
}

  .filters ul li.active:after {
    display: none;
  }
  section.ourPartner {
    padding: 30px 0 30px;
  }
  .filters ul li {
    font-family: 'Proxima Nova Bl';
    font-size: 18px;
    padding: 11px 30px;
    border: 1px solid #c6c6c6;
    color: #3a3a3a;
    cursor: pointer;
    transition: 0.6s;
    background: #c6c6c6;
    border-radius: 100px;
    color: #FFF;
  }
  .filterBoxWrap .filterBox {
    width: 31.8%;
    padding: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .filters ul li.active {
    color: #FFF;
    background: #333;
    border: 1px solid #000;
  }
  .filters-content {
    margin: 20px 0 0;
  }
  .classycloseIcon .cross-wrap {
    width: 23px;
    top: 3.5px;
    right: 8.3px;
}
.breadCrumWrap {
  top: 90px;
  left: 6%;
}
.col-10.offset-1 {
  width: 100%;
  margin: 0;
}
.historicWrap2 .sporting_img img {
  max-width: 650px;
}
section.ApproachWrap {
  padding: 70px 0 110px;
}
section.main-banner.innerBanner .bannerContent h1 {
  font-size: 30px;
  font-weight: 600;
}
.historicWrap {
  padding: 80px 0 80px;
}
section.historicWrap h2 {
  font-size: 60px;
  line-height: 80px;
  text-align: center;
}
.mainHead h2 {
  font-size: 70px;
  line-height: 90px;
}
.abslute .title {
  font-size: 24px;
}
.abslute {
  padding: 30px 20px 20px 20px;
}
header {
  padding: 17px 0;
}
.desp p {
  font-size: 16px;
  line-height: 21px;
  padding-right: 30px;
}
.mainHead p {
  font-size: 21px;
}
.historicWrap2 .sporting_img {
  margin-top: -110px;
}
.classycloseIcon {
  width: 40px;
  height: 40px;
}
img.nav-logo {
  width: 80px;
}
.bannerContent h1 {
  font-size: 75px;
  line-height: 50px;
}
.bannerContent h1 span.heading03 {
  font-size: 112px;
  line-height: 90px;
}
.bannerContent h1 span.heading01 {
  line-height: 85px;
}
.serviceBox img.serviceImg {
  height: auto;
  aspect-ratio: 2 / 3;
}
.serviceBoxDes {
  padding: 0px 13px;
}
.moreBtn {
  width: 30px;
  height: 50px;
}
.mob-visibel {
  display: block;
}
.mob-visibel.serviceTop {
  text-align: center;
}
.serviceSec .col-md-6 {
  width: 100%;
}
section.section.serviceSec {
  padding-top: 40px;
  padding-bottom: 70px;
}
.verticalSider .vertical-slider-inner h3 {
  font-size: 50px;
  line-height: 50px;
}
.verticalSider .vertical-slider-inner {
  padding-top: 70px;
  padding-bottom: 80px;
  padding-left: 30px;
}
.verticalSider .vertical-slider-inner p {
  font-size: 19px;
  width: 65%;
  line-height: 24px;
}
.tcmUpdate h2 {
  font-size: 50px;
}
.tcmUpdate p {
  font-size: 50px;
  line-height: 29px;
}
.tcmUpdateTitle {
  text-align: center;
  padding: 0px 23px 70px;
}
.Potential {
  font-size: 60px;
  letter-spacing: 27px;
  line-height: 80px;
}
.workTxt {
  font-size: 90px;
}
.serviceBoxCol .serviceBoxDes {
  padding: 20px 14px;
}
.serviceBox .txt {
  font-size: 20px;
}
.vertical-slider .carousel-indicators [data-bs-target] {
  font-size: 19px;
  width: 310px;
  padding: 9px 0 15px;
}
.footerWrap .row .col-md-4:first-child {
  width: 100%;
}
footer.footerWrap h2 {
  font-size: 70px;
  text-align: center;
}
footer.footerWrap {
  padding: 70px 0 10px;
}
.googleMap iframe {
  height: 200px;
}
.footerInfo .address p {
  font-size: 19px;
  margin: 10px 0 20px;
}
copyrightWrap p {
  font-size: 16px;
}
.footerInfo .address h3 {
  font-size: 19px;
}
.footerInfo ul li a {
  width: 40px;
  height: 40px;
  font-size: 21px;
}
.copyrightWrap p {
  font-size: 16px;
}
}

@media (max-width: 1023px) { 
  .getTouch {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    row-gap: 34px;
  }
  button.common_btn.newsbtn {
    padding: 10px 21px 10px;
    font-size: 17px;
    width: auto;
    top: 6px;
    right: 7px;
  }
  .seviceSlider .slider__item.slick-slide:first-child {
    display: none;
  }
  .serviceTop h2 {
    font-family: 'Proxima Nova Bl';
    font-size: 50px;
    text-transform: uppercase;
    font-weight: 900;
}
.serviceTop p {
  font-size: 51px;
  text-transform: capitalize;
  line-height: 40px;
  color: #CF2027;
  font-weight: 900;
  font-family: 'Dead Stock Demo';
}
.mob-visibel.serviceTop {
  text-align: center;
}
.header-area .delicious-main-menu .classy-navbar .classynav .sub-menu span.trigger {
  background-image: url(../images/drop-arrow.webp);
  background-repeat: no-repeat;
  background-position: center;
  width: 42px;
  height: 30px;
  display: block;
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: 5px;
  right: 0px;
  background-size: 20px;
}
.header-area .delicious-main-menu .classy-navbar .classynav ul.dropdown {
  margin: 0;
  padding: 0;
}
.header-area .delicious-main-menu .classy-navbar .classynav .sub-menu:hover span.trigger, .header-area .delicious-main-menu .classy-navbar .classynav .sub-menu.active span.trigger {
  width: 42px;
  opacity: 1;
}

}

@media (max-width: 767px) { 
.vertical-slider-wrapper .vs-section {
    height: 350px !important;
}
.vertical-slider {
    height: 350px;
}
  .serviceBox img.serviceImg {
    height: auto;
    aspect-ratio: 2 / 3;
}
.serviceBoxDes {
  padding: 0px 13px;
}
.moreBtn {
  width: 30px;
  height: 50px;
}
section.section.serviceSec {
  padding-top: 0px;
  padding-bottom: 30px;
}
  .mob-visibel {
    display: block;
  }
  .mainLogo img {
    max-width: 50px;
}
.classy-navbar-toggler {
  width: 40px;
  height: 40px;
}
header.header-area.active .mainLogo img {
  max-width: 50px;
}
header {
  padding: 10px 0;
  background: #00000080;
}
.classy-navbar-toggler .navbarToggler span {
  width: 16px;
  margin: 2px 0px;
}
.classy-navbar-toggler .navbarToggler span:nth-child(2) {
  width: 23px;
}
.classy-navbar-toggler .navbarToggler {
  width: 18px;
}
.classycloseIcon {
  width: 40px;
  height: 40px;
}
img.nav-logo {
  width: 50px;
}
.classycloseIcon .cross-wrap {
  width: 23px;
  top: 3.5px;
  right: 8.3px;
}
.bannerContent h1 {
  font-size: 52px;
  line-height: 40px;
}
small.mobTitle {
  display: block;
}
.bannerContent h1 span.heading02 strong {
  display: inline-block;
}
.bannerContent h1 span.heading03 {
  font-size: 60px;
  line-height: 50px;
}
.bannerContent h1 span.heading03.white {
  display: inline-block;
}
small.mobTitle {
  font-size: 50px;
}
.bannerContent h1 span.heading01 {
    line-height: 60px;
}
.Potential {
  font-size: 50px;
  line-height: 51px;
}
.workTxt {
  font-size: 50px;
  line-height: 51px;
}
section.sec02.work .fullWImg img {
  min-height: 270px;
}
section.tabsWrapp:before {
  display: none;
}
.vertical-slider .carousel-item img {
  aspect-ratio: 2 / 3;
  object-position: center;
  object-fit: cover;
}
.vertical-slider .carousel-indicators button.active:after {
  display: none;
}
.vertical-slider .carousel-indicators [data-bs-target] {
  height: 23px;
  margin-right: 3px;
  margin-left: 3px;
  color: #FFF;
  font-size: 17px;
  width: auto;
  border-bottom: 0;
  border-top: 0;
  padding: 8px 20px 12px;
  white-space: nowrap;
  font-family: 'Proxima Nova Bl';
  font-weight: 400;
  background: #000000;
  border-radius: 100px;
  border: 1px solid #000;
}
.vertical-slider .carousel-indicators {
  margin: 0;
  flex-direction: row;
  overflow: auto;
  left: 0;
  top: 15px;
  justify-content: flex-start;
  padding: 0 16px 0;
}
.vertical-slider .carousel-indicators button.active {
  color: #FFF;
  border-color: #FFF;
  font-weight: 500;
}
footer.footerWrap h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
}
footer.footerWrap {
  padding: 50px 0 40px;
}
.menuInfo ul li a {
  font-size: 20px;
}
button.common_btn.submitBtn {
  padding: 14px 30px 12px;
  font-size: 18px;
  width: 220px;
}
.copyrightWrap {
  margin: 40px 0 30px;
}
.footerInfo h3 {
  font-size: 18px;
  margin: 0 0 20px;
}
.footerInfo ul li a {
  width: 40px;
  height: 40px;
  font-size: 20px;
}
.footerInfo {
  margin: 40px 0 0;
}
.footerWrap .row .col-md-4:last-child {
  padding-left: 15px;
}
.footerInfo .address p {
  font-size: 17px;
}
.footerInfo .address h3 {
  font-size: 17px;
}
.commonForm input {
  border-radius: 15px;
}
.commonForm textarea {
  border-radius: 15px;
}
.footerLogo img {
  width: 70px;
}
.footerLogo:before {
  width: 38%;
}
.footerLogo:after {
  width: 38%;
}
.copyrightWrap p {
  margin: 30px 0 0;
  font-size: 13px;
  padding: 0 10%;
}
.footcontact a {
  font-size: 20px;
  column-gap: 20px;
}
.footcontact a img {
  width: 34px;
}
section.main-banner.innerBanner picture img {
  width: 100%;
}
section#sec4 .workTxt.absoluteCenter {
  text-align: center;
}
section.main-banner.innerBanner .bannerContent h1 {
  font-size: 18px;
}
section.main-banner.innerBanner .bannerContent h1 span.heading01 {
  line-height: 30px;
}
section.main-banner.innerBanner .bannerContent {
 padding: 0;
  padding-left: 10%;
}
section.main-banner.innerBanner .bannerContent {
  padding: 5px 20px 0 0;
  padding-left: 10%;
  border-radius: 0 20px 0 0;
}
section.historicWrap h2 {
  font-size: 45px;
  line-height: 46px;
  font-style: normal;
  text-align: left;
}
.historicWrap {
  padding: 40px 0 20px;
}
.historicWrap2 .sporting_img {
  margin-top: 0;
}
section.historicWrap2 {
  padding-bottom: 50px;
}
.mainHead h2 {
  font-size: 40px;
  line-height: 45px;
}
.mainHead p {
  font-size: 18px;
  line-height: 23px;
}
section.ApproachWrap {
  padding: 40px 0 45px;
  overflow: hidden;
}
.ApproachBox {
  -webkit-transform: skew(177deg)!important;
  -moz-transform: skew(177deg)!important;
  transform: skew(177deg)!important;
}
.btnDes {
  -webkit-transform: skew(4deg);
  -moz-transform: skew(4deg);
  transform: skew(4deg);
}
.abslute .title {
  font-size: 20px;
  -webkit-transform: skew(4deg);
  -moz-transform: skew(4deg);
  transform: skew(4deg);
  margin-left: -4px;
}
.desp p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}
.abslute {
  padding: 20px 15px 30px 20px;
}
.main-banner.innerBanner picture {
  width: 100%;
}
.historicWrap2 .sporting_img img {
  max-width: 100%;
}
.col-10.offset-1 {
  flex: 0 0 auto;
  width: 100%;
  margin-left: 0;
}
.breadCrumWrap {
  top: 65px;
  left: 5%;
  font-size: 14px;
}
span.teamUp h2 {
  font-size: 40px;
  bottom: -30px;
  right: 0;
  line-height: 40px;
}
section.contactInfoWrap {
  padding: 40px 0 40px;
}
.col-8.offset-2 {
  width: 100%;
  margin: 0;
}
.mailInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0 0;
  flex-wrap: wrap;
  row-gap: 0;
}
.mailBox span {
  font-size: 23px;
  margin-top: 30px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.desk-visibe {
  display: none;
}
.mailBox img {
  width: 32px;
}
.contactForm p {
  font-size: 26px;
  line-height: 38px;
}
.contactForm .commonForm {
  margin: 30px 0 0;
}
.contactInfoWrap .googleMap {
  margin: 40px 0 0;
}
.mapLocation {
  width: 94%;
  padding: 20px;
  font-size: 15px;
}
.contactInfoWrap .googleMap iframe {
  height: 340px;
}
.filters ul {
  display: flex;
  white-space: nowrap;
  column-gap: 10px;
  overflow: auto;
  margin: 0;
  padding: 0;
}
.filters ul li.active:after {
  display: none;
}
section.ourPartner {
  padding: 10px 0 30px;
}
.filters ul li {
  font-family: 'Proxima Nova Bl';
  font-size: 16px;
  padding: 9px 24px;
  border: 1px solid #c6c6c6;
  color: #3a3a3a;
  cursor: pointer;
  transition: 0.6s;
  background: #c6c6c6;
  border-radius: 100px;
  color: #FFF;
}
.filterBoxWrap .filterBox {
  width: 47.8%;
  padding: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filters ul li.active {
  color: #FFF;
  background: #333;
  border: 1px solid #000;
}
.filters-content {
  margin: 20px 0 0;
}
.overview h2 {
  font-size: 30px;
  line-height: 0px;
}
.overview {
  padding: 22px 25px 28px;
  border-radius: 40px;
}
section.aboutS.bg02 {
  padding: 30px 0 130px;
}
.overview p {
  font-size: 16px;
  line-height: 23px;
  margin: 0 0 20px;
}
.aboutImg img {
  width: 100%;
  border-radius: 20px;
}
.overview .row {
  row-gap: 35px;
}
.mobFLip .row {
  display: flex;
  flex-direction: column-reverse;
}
.visionTxt h2 {
  font-size: 18px;
}
.visionTxt h3 {
  font-size: 50px;
  line-height: 55px;
}
.visionTxt h3 span.brand {
  display: block;
}
section.visionWrp {
  padding-bottom: 30px;
}
.visionTxt {
  margin: 20px 0 0;
}
.sections {
  padding: 30px 0 30px;
}

.teamSlider .slick-track .slider__item {
  margin-left: 15px;
}
section.ourTeamWrp.sections .mainHead {
  margin: 0 0 25px;
}
.teamBox .teamName {
  font-size: 15px;
  margin: 15px 0 0;
}
.teamBox .designation {
  font-size: 12px;
}
section.ourTeamWrp.sections {
  padding-bottom: 100px;
}
.teamSlider {
  margin-left: -15px;
}
.teamSlider button.slick-next.slick-arrow {
  right: 30%;
  bottom: -60px;
  width: 58px;
  height: 33px;
}
.teamSlider button.slick-prev.slick-arrow {
  right: 49%;
  bottom: -60px;
  width: 58px;
  height: 33px;
}
.dominate .Potential {
  font-size: 46px;
  letter-spacing: 10px;
  line-height: 55px;
  font-weight: 700;
}
.storyList .nav-pills .nav-link.active:after {
  display: none;
}
.storyList .nav-pills {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  width: 100%;
  flex-wrap: nowrap;
  white-space: nowrap;
  column-gap: 15px;
  overflow: auto;
}
.storyList .nav-pills .nav-link.active {
  background-color: #000000;
  font-weight: 500;
  color: #FFF;
}
.storyList .nav-pills .nav-link {
  font-size: 20px;
  padding: 5px 26px 6px;
  border: 1px solid #898989;
  color: #FFF;
  width: 100%;
  text-align: left;
  border-radius: 100px;
  background: #898989;
}
.tcmBox:last-child {
  margin: 0;
}
.tcmBox {
  width: 100%;
  padding: 7px;
  margin: 0 0 20px;
}
.tcmBoxList {
  margin-left: -7px;
  margin-right: -7px;
  margin-top: 20px;
}
.overWrap h2 {
  font-size: 40px;
}
.overWrap p {
  font-size: 16px;
  margin: 0 0 14px;
}
.overWrap {
  min-height: 400px;
}
.tcmTumBox {
  width: 100%;
  padding: 0;
  margin-bottom: 40px;
}
.tcmTumBox h2 {
  font-size: 22px;
  margin: 20px 0 12px;
}
.tcmTumBox p {
  font-size: 16px;
}
.tcmTumBox.full .desp {
  width: 100%;
}
.tcmTumBox.full .desp.full {
  width: 100%;
}
.tcmTumBox .desp p {
  padding-right: 0;
}
.Potential.absoluteCenter.victory {
  font-weight: 600;
}
.mediaBox:before {
  width: 80px;
  height: 88%;
}
.mediaBox p {
  font-size: 16px;
  max-width: 700px;
  padding: 0 20px 0;
}
.mediaBox img {
  margin-top: 30px;
}
.tcmTumBox ul li {
  font-size: 16px;
}
.marketingBox {
  width: 50%;
  padding: 5px;
  margin: 0 0 30px;
}
.marketingBox p {
  font-size: 15px;
  line-height: 20px;
}
.skip-top.skiptop-vertical_slider_1 {
  display: none;
}
span.skip.skip-bottom {
  display: none;
}
.vertical-slider .vertical-slider-nav {
  gap: 16px;
  bottom: auto;
  left: 10px;
  transform: none;
  top: 30px;
  height: 50px;
  width: 100%;
  z-index: 333;
  overflow: auto;
}

.vertical-slider-nav ul.paging-dots.slider-vertical-numbers {
  display: flex;
  flex-direction: row;
  overflow: auto;
  margin: 0;
  padding: 0 20px 0 0;
}

.workpg.vertical-slider-nav ul.paging-dots.slider-vertical-numbers {
  padding: 0 20px 13px 0;
}

header.header-area.active {
  background: #000000d9;
}
section.vertical-slider:before {
  display: none;
}
.vertical-slider-nav .slider-paging-number li a, .vertical-slider-nav .slider-paging-number li a:hover  {
  color: #FFF;
}
.vertical-slider .vertical-slider-nav .slider-paging-number li {
  font-size: 21px;
  line-height: 18px;
  width: auto;
  border-bottom: 0;
  border-top: 0;
  padding: 17px 0 26px;
  margin: 0;
  transition: 0.6s;
}
.vertical-slider .vertical-slider-nav .slider-paging-number li.active::after {
  display: none;
}
.vertical-slider .vertical-slider-nav .slider-paging-number li {
  height: 38px;
  margin-right: 3px;
  margin-left: 3px;
  color: #FFF;
  font-size: 17px;
  width: auto;
  border-bottom: 0;
  border-top: 0;
  padding: 8px 20px 12px;
  white-space: nowrap;
  background: #000000;
  border-radius: 100px;
  border: 1px solid #000;
  font-family: 'Proxima Nova Rg';
  font-weight: bold;
}
.vertical-slider .vertical-slider-nav .slider-paging-number li.active {
  border: 1px solid #FFF;
  color: #FFF;
}
.vertical-slider-nav .slider-paging-number {
  width: 100%;
}
.bannerContent span.heading03.white.aos-init {
  opacity: 1!important;
  transform: none!important;
}
.bannerContent h1 span.heading02 {
  transform: none !important;
  opacity: 1 !important;
}
.sections.bg02 .mainHead {
  margin: 0;
}
.row.mt-5.storyListWrpp {
  margin-top: 15px !important;
}

/* Hide scrollbar in Firefox */


/* Hide scrollbar in all browsers */
::-webkit-scrollbar {
    display: none; /* For Chrome, Safari, and Edge */    
}
.vertical-slider .vertical-slider-nav {
  -ms-overflow-style: none!important;  /* Internet Explorer 10+ */
  scrollbar-width: none!important;  /* Firefox */  
}
/* scrollbar */
.vertical-slider .vertical-slider-nav::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.vertical-slider .vertical-slider-nav::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.vertical-slider .vertical-slider-nav::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.1);
}

.vertical-slider .vertical-slider-nav::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 255, 255, 0.3);
}
section.ourPartner .tab-content {
  margin: 20px 0 0;
}
.tcmTumBox .img img {
  border-radius: 14px;
  aspect-ratio: 2 / 1.2;
  object-fit: cover;
  object-position: center;
}
.tcmTumBox ul {
  margin: 0 0 0 0px;
  padding: 0;
}
.overWrap {
  background-position: center;
}
.main-banner.innerBanner picture img {
  width: 100%;
  aspect-ratio: 2 / 1.5;
  object-fit: cover;
}
.navBtns img {
  width: 12px;
}
.navBtns a {
  font-size: 15px;
  background: #000000ad;
  padding: 9px 15px 9px;
  color: #FFF;
}
a.preBtn img {
  margin-right: 5px;
}
a.nextBtn img {
  margin-left: 5px;
}
.navBtns {
  right: auto;
  bottom: 49px;
  column-gap: 10px;
  left: 8px;
}
.main-banner .navBtns {
  display: none !important;
}
.breadCrumWrap {
  color: #cccccc;
}
.breadCrumWrap a {
  color: #cccccc;
}
.Potential .Unleash span {
  font-size: 55px;
  position: relative;
  top: -14px;
}
.dominate .Potential span {
  font-size: 60px;
}
.visionTxt h3 span {
  font-size: 50px;
}
.ApproachWrap .mainHead span {
  font-size: 50px;
  display: inline-block;
}
section.historicWrap h2 span {
  font-size: 50px;
  display: block;
}
section.historicWrap h2 br {
  display: none;
}
.workTxt.absoluteCenter span {
  font-size: 50px;
}
span.teamUp h2 span {
  font-size: 50px;
}
.mainHead h2 span {
  font-size: 50px;
}
.overview h2 span {
  font-size: 45px;
}
.exclamation-mark img {
  width: 9px;
  left: -10px;
  top: 10px;
}



.verticalSider .vertical-slider-inner p {
  font-size: 18px;
  width: 90%;
  line-height: 24px;
}
.verticalSider .vertical-slider-inner {
  display: flex;
  gap: 8px;
  position: static;
  top: 0;
  bottom: 0;
  padding: 30px 0 20px 20px;
}
.verticalSider .vertical-slider-inner h3 {
  font-size: 35px;
  line-height: 42px;
  margin: 0;
}
.verticalSider .vertical-slider-wrapper .vs-section {
  opacity: 1;
  visibility: visible;
  position: static;
}
.verticalSider .vertical-slider-wrapper .vs-section {
  height: auto !important;
}
.vertical-slider.verticalSider {
  height: auto;
}
.vertical-slider.verticalSider .vertical-slider-nav {
  display: none;
}
.tcmUpdate h2 {
  font-size: 40px;
}
.tcmUpdate p {
  font-size: 40px;
  line-height: 19px;
}
.tcmUpdateTitle {
  text-align: center;
  padding: 0 0 10px 15px;
  position: relative;
  z-index: 333;
  top: 0;
}

.serviceBoxWrap {
  margin-top: 30px;
  flex-wrap: wrap;
}
.serviceTitle h2 {
  font-size: 50px;
}
.serviceTitle p {
  font-size: 50px;
  line-height: 10px;
}
.serviceBoxWrap .serveBox01 {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}
.serviceBoxWrap .serveBox01 .serviceBoxCol .serviceBox .serviceImg {
  height: auto;
}
.serviceBoxWrap .serveBox02 .serviceBoxCol .serviceBox .serviceImg {
  height: auto;
}
.serviceBoxWrap .serveBox02 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
}
.serviceBoxWrap .serveBox02 .serviceBoxCol {
  width: 100%;
  padding: 0px;
}
.serviceBoxWrap .serviceBox img.serviceImg {
  height: auto;
  aspect-ratio: 2 / 2.7;
}
section.main-banner::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.69%, #000000 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  bottom: -10px;
}
.workNav span.slick-arrow svg {
  width: 30px;
}
.workNav span.slick-arrow {
  padding: 5px;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.workNav {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: flex;
  column-gap: 6px;
}
}/** Max-width 767 **/

/***************(min-width: 768px)******************/
@media (min-width: 768px) { 
  .filterBoxWrap .filterBox img {
    height: 110px;
    object-fit: contain;
}
.tcmThumWrap .tcmTumBox img {
  aspect-ratio: 2 / 1.2;
  object-fit: cover;
  width: 100%;
}
.tcmThumWrap .tcmTumBox.full img {
  aspect-ratio:auto;
  object-fit: cover;
  width: 100%;
}
header { padding: 18px 0 }
.classy-menu .header_top { padding: 28px 0 }   
.mailInfo .mailBox {
  width: 50%;
}    
.mailInfo .mailBox:first-child {
  border-right: 1px solid #474747;
}
.serviceBox .txt {
  font-size: 20px;
}
}

/***************(min-width: 992px)******************/
@media (min-width: 992px) { 
  .col-md-4.col02 {
    padding-top: 15px;
}
.footerWrap .col-md-4.col02 {
  display: flex;
  justify-content: flex-end;
}
.footerWrap .col-md-4.col02 .footerInfo {
  display: inline-block;
}
.serviceBox .txt {
  font-size: 28px;
}
footer.footerWrap {
  padding: 105px 0 50px;
}
.copyrightWrap {
  margin: 110px 0 0px;
}
.googleMap iframe {
  height: 240px;
}
.getTouch {
  padding-right: 150px;
}
.commonForm.newsletterForm {
  margin: 20px 0 0;
}
  .ApproachWrap .mainHead {margin-bottom: 60px;}
.position-lg-absolute { position: absolute !important }
.breakpoint-on .dd-trigger { display: none !important }
.classynav ul li:first-child { margin-left: 0 } 
.classynav ul li.cn-dropdown-item { display: inline-block !important; width: 100%; } 
.classynav ul li.cn-dropdown-item.gender_based { display: inline-block !important; width: 100%; }
.classynav ul li.cn-dropdown-item ul li { display: block !important }
.breakpoint-on .classynav ul li.has-down > a::after, .breakpoint-on .classynav ul li.megamenu-item > a::after { display: none }
.header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a { font-size: 2.8rem }
.classycloseIcon .cross-wrap { right: 20px }   
.classy-navbar-toggler {
  position: relative;
  top: 0px;
}

#cssvmenu li.sub-menu ul {
  position: absolute;
  top: 50px;
  min-width: 200px;
  z-index: 111;
  height: 100%;
  -webkit-transition: left 400ms ease-out; 
  -moz-transition: left 400ms ease-out; 
  -ms-transition: left 400ms ease-out; 
  transition: left 400ms ease-out;
  left: 370px;
  width: 310px;
}
.breakpoint-on .classynav ul li {
  position: static;
}
ul.parent-menu {
  max-width: 340px;
}
div#cssvmenu {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}
.breakpoint-on .classynav {
  padding: 5rem 0 13rem !important;
}

.header-area .delicious-main-menu .classy-navbar .classynav > ul > li.active > a::after { color: #000 !important }
/* .header-area .delicious-main-menu .classy-navbar .classynav .sub-menu span.trigger {
  background-image: url(../images/red-right.webp);
  background-repeat: no-repeat;
  background-position: 100%;
  width: 0;
  height: 30px;
  display: block;
  cursor: pointer;
  opacity: 0;
} */

.header-area .delicious-main-menu .classy-navbar .classynav .sub-menu span.trigger {
  /* background-image: url(../images/red-right.webp); */
  background-image: url(../images/plus-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 35px;
  height: 37px;
  display: block;
  cursor: pointer;
  opacity: 1;
}

.header-area .delicious-main-menu .classy-navbar .classynav .sub-menu.active span.trigger{
  background-image: url(../images/minus-icon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 35px;
  height: 37px;
  opacity: 1;
}
.header-area .delicious-main-menu .classy-navbar .classynav li.sub-menu {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
}
}
                
/***************(min-width: 1200px)*****************/
@media (min-width: 1200px) {
.footerWrap .col-md-5 {
  flex: 0 0 auto;
  width: 43.666667%;
}
.footerWrap .col-md-4 {
  flex: 0 0 auto;
  width: 30.666667%;
}
.classy-nav-container .container-fluid {padding: 0 4% 0;}
.breadCrumWrap {left: 4%;}
.ourPartner .col-lg-4 {width: 30%;}
.ourPartner .col-lg-8 {width: 70%;}
header { padding: 28px 0 }
.classynav ul li.cn-dropdown-item { width: 100%; } 
.classynav ul li.cn-dropdown-item.gender_based { width: 100%; }    
.header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a { font-size: 3.2rem }
.breakpoint-on .classy-navbar .classy-menu { left: inherit !important; right: -17px !important; width: calc(100% + 17px) !important; }
.classycloseIcon .cross-wrap { right: 10px } 
.banner_home .content_div { margin: 12rem 0 5rem 0 }
.banner_home h3 { font-size: 12rem }
.classy-navbar-toggler {
    margin-top: 0rem;
    background: #CF2027;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    transition: 0.6s;
}

header.header-area.active {
  padding: 13px 0;
  transition: 0.6s;
}


header.header-area.active .classy-navbar-toggler .navbarToggler span:nth-child(2) {
  width: 26px;
}

header.header-area.active .classy-navbar-toggler .navbarToggler span {
  width: 18px;
}
header.header-area.active .classy-navbar-toggler .navbarToggler {
  width: 20px;
}
header.header-area.active .classy-navbar-toggler {
  width: 50px;
  height: 50px;
  transition: 0.6s;
}
footer.footerWrap h2.getIN {
  font-weight: 900;
}
.serviceTxt h2 {
  font-family: 'Proxima Nova Bl';
  font-size: 100px;
  text-transform: uppercase;
  font-weight: 900;
}
.serviceTxt p {
  font-size: 90px;
  line-height: 69px;
  color: #CF2027;
  font-weight: 900;
}
.serviceTxt {
  position: relative;
  left: -7%;
}
}

/***************(min-width: 1366px)*****************/
@media (min-width: 1366px) {
  .section.serviceSec .container {max-width: 1350px;}
  .teamBox img {
    border-radius: 14px;
    width: 100%;
    height: 309px;
    object-fit: cover;
    object-position: top;
  }
  .teamBox {
    width: 100%;
  }
.container { max-width: 1340px; }    
.classynav ul li.cn-dropdown-item { width: 100%; } 
.classynav ul li.cn-dropdown-item.gender_based { width: 100%; }   
.classynav ul li .dropdown li a { font-size:29px !important; padding: 8px 0 !important }
.header-area .delicious-main-menu .classy-navbar .classynav > ul > li > a { font-size: 4.5rem; }
.classycloseIcon .cross-wrap {
  right: 7px;
  top: 7px;
}    
footer .footer_txt { padding-right: 10rem }   
.ApproachBox .img img {
  width: 100%;
} 
.vertical-slider-nav.work .slider-paging-number li {
  font-size: 28px;
  padding: 17px 0 21px;
  width: 370px;
  height: 54px;
}
.vertical-slider-nav.work .slider-paging-number li.active::after {  
  top: 13px;
}
}

@media (min-width: 1400px) { 
section.main-banner.innerBanner .bannerContent {
  padding-left: 4.5%;
}
.dominate .Potential {
  font-size: 120px;
  letter-spacing: 23px;
  line-height: 120px;
}
}

@media (min-width: 1600px) { 
  .bannerContent h1 {
    font-size: 115px;
  }
section.main-banner.innerBanner .bannerContent {
  padding-left: 9%;
}
  .bannerContent h1 span.heading03 {
    font-size: 172px;
  }
  .bannerContent h1 span.heading01 {
    line-height: 91px;
}
}

@media (min-width: 1680px) { 
section.main-banner.innerBanner .bannerContent {
  padding-left: 11%;
}
}

@media (min-width: 1800px) {
  .tcmUpdateTitle {
    padding-left: 75px;
}
.verticalSider .constrain {
  padding-left: 75px;
}

  section.historicWrap h2 {
    font-size: 120px;
    line-height: 110px;
    text-align: left;
} 
.vertical-slider-nav.work .slider-paging-number li {
  font-size: 33px;
  padding: 20px 0 24px;
  width: 450px;
  height: 64px;
}
.footerWrap .col-md-5 {
  flex: 0 0 auto;
  width: 44.666667%;
}
.footerWrap .col-md-4 {
  flex: 0 0 auto;
  width: 29.666667%;
}
.historicWrap2 .sporting_img img {
  max-width: auto;
}
  .container { max-width: 1470px; } 
  .seviceSlider .slick-list {
    padding: 10px 5% 0 5%;
} 
.serviceTxt {
  left: -13%;
}
.serviceTxt h2 {
  font-size: 92px;
}
.serviceTxt p {
  font-size: 92px;
}
.Potential {
  font-size: 136px;
}
section.main-banner.innerBanner .bannerContent {
  padding-left: 12.5%;
}
.tcmTumBox h2 {
  font-size: 40px;
}
.teamBox img {
  border-radius: 14px;
  width: 100%;
  height: 330px;
  object-fit: cover;
  object-position: top;
}
.teamBox {
  width: 100%;
}
.teamBox .designation {
  font-size: 19px;
}
}




