
@font-face {
  font-family:BebasNeue-Regular;
  src: url(../fonts/BebasNeue-Regular.ttf);
}
@font-face {
  font-family:OpenSans;
  src: url(../fonts/OpenSans.ttf);
}
@font-face {
  font-family:OpenSans-Italic;
  src: url(../fonts/OpenSans-Italic.ttf);
}
@font-face {
  font-family:OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.ttf);
}
html
{
  scroll-behavior: smooth;
}
html, body {
  overflow-x: hidden;
}
body {
  box-sizing: border-box;
  font-weight: 400;
  font-family:OpenSans;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 0;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none !important;
  font-size: 16px;
}

a:hover {
  text-decoration: none !important;
}

p {
  font-size: 16px;
  line-height: 22px;
}

.my-sidenav,
.ham-icon1 {
  display: none;
}
/*-----------Header Css End-------------*/

#header {
  display: flex;
  align-items: center;
  z-index: 999;
  width: 100%;
  background-image: url(../images/line.webp);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom:30px;
  padding-top: 15px;
  position: relative;
}

.h-logo
{
  margin: auto;
}
.textLogo
{
  border-left: 1px solid #2D2E2E;
  padding-left: 15px;
  margin-left: 15px;
}
.textLogo a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #2D2E2E;
}
.homePage .textLogo a {
  color: #2D2E2E;
}
.textLogo a span {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
}
.leftlogo-warp
{
  display: flex;
  align-items: center;
}
.mainMenu {
  display: flex;
  justify-content: end;
}
.hamburgerHover ul {
  display: flex;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.ham-icon1{
  display: none;
}
.right-menu
{
  display: flex;
  float: right;
  align-items: center;
  padding-top: 7px;
}
.right-menu h6
{
  color: #fff;
  font-family:BebasNeue-Regular;
  padding-right: 4px;
  font-size: 24px;
  line-height: 29px;
}

.nav-icon3 {
  width:25px;
  height:20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background:#fff; /* Old browsers */
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.nav-icon3 span:nth-child(1) {
  top: 0px;
}

.nav-icon3 span:nth-child(2),.nav-icon3 span:nth-child(3) {
  top:6px;
}

.nav-icon3 span:nth-child(4) {
  top:12px;
}

.nav-icon3.open span:nth-child(1) {
  top: 16px;
  width: 0%;
  left: 50%;
}

.nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon3.open span:nth-child(4) {
  top: 16px;
  width: 0%;
  left: 50%;
}

.my-sidenav1 {
  display: none;
  position: fixed;
  top: 94px;
  right: 0;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 999;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  background-image: url(../images/menu-img.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.topmenu-header
{
  padding-top:50px;    
}

.top-nav-content
{
  padding-right: 40px;
  padding-top: 160px;
}
.top-nav
{
  padding-top: 160px;
}
.top-nav .nav
{
  min-height: 310px;
  display: block;
}
.top-nav .nav>li
{
  float: none;
  padding-bottom: 10px;
}
.top-nav .nav>li:last-child
{
  border-bottom:none;
}
.top-nav .nav>li>a
{
  color: #fff;
  font-size:16px;
  padding-bottom:20px;
  border-radius: 0px;
  font-weight:400;
  border-bottom: 1px solid #ffffff40;
  padding-left: 0px;
}
.top-nav .nav>li>a img
{
  padding-left: 20px;
  opacity: 0;
}
.top-nav .nav>li>a:focus, .top-nav .nav>li>a:hover
{
  background-color: transparent;
  font-weight: 700;
  border-bottom:2px solid #fff;
}
.top-nav .nav-pills>li>a.active, .top-nav .nav-pills>li>a.active:focus, .top-nav .nav-pills>li>a.active:hover
{
  background-color: transparent;
  font-weight: 700;
  position: relative;
  border-bottom: 2px solid #fff;
}
.top-nav .nav-pills>li.active>a img
{
  opacity: 1;
}
.top-nav .nav-pills>li.active>a:after
{
  content: '';
  position: absolute;
  right:-2px;
  top:15px;
  background-color:#ffcc05;
  width:2px;
  height:15px;
}
.top-nav-content ul.sub-menu{

  padding-left:50px;
  margin-top:15px;
}
.top-nav-content ul li{
  list-style: none;
  padding-bottom:10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff40;
}
.top-nav-content ul li.menu-img
{
  padding-left: 60px;
}


.top-nav-content ul li a
{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.my-sidenav
{
  display: none;
}
.d-pdf span 
{
  float: right;
  font-size: 12px;
}
.menu-btm-text
{
  position: absolute;
  bottom:30px;
  right: calc(100vw / 16 * 1);
}
.menu-btm-text h2 
{
  color: #fff;
  font-size: 43px;
  font-weight: 600;
  line-height: 30px;
}
.menu-btm-text h2 span 
{
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.menu-btm-text h3 
{
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-top:1px solid #ffffff80;
  border-bottom:1px solid #ffffff80;
  padding: 5px 0px;
  margin-bottom: 5px;
}
.menu-btm-text p 
{
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  border-bottom: 1px solid #ffffff80;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.hsocial-icon
{
  padding-top: 10px;
}
.hsocial-icon a
{
padding-right: 10px;
}
/**/
.hm-banner
{
background-image:url(../images/banner-img.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
display: flex;
align-items: flex-end;
}
.v-line
{
  width: 1px;
  height: 50px;
  background-color: #fff;
}
.hm-banner p 
{
  color: #fff;
  font-family:BebasNeue-Regular;
  font-size: 16px;
}
.banner-right-img
{
  float: right;
}
.abt-sec
{
  padding:80px 0px;
}
.abt-sec .row 
{
  align-items: center;
}
.abt-sec p 
{
  color: #22356B;
  font-size: 20px;
  line-height: 28px;
  font-family:OpenSans-Bold;
}
.sikke
{
  background-color: #f6ebde;
  padding-top: 60px;
}
.sikke h2 
{
  padding-bottom: 30px;
}
.hmmain-head
{
  font-size: 30px;
  line-height: 30px;
  font-family:OpenSans-Bold;
  color: #BF041F;
  text-align: center;
  position: relative;
  width: 240px;
  margin: auto;
}
.hmmain-head:before 
{
  content: '';
  position: absolute;
  left: -75px;
  top:0;
  background-image: url(../images/dilli-6-ke-sikke-icon-left.svg);
  width: 71px;
  height: 32px;
}
.hmmain-head:after 
{
  content: '';
  position: absolute;
  right: -75px;
  top:0;
  background-image: url(../images/dilli-6-ke-sikke-icon-right.svg);
  width: 71px;
  height: 32px;
}

.keyPerSlider.owl-carousel .owl-stage {
    display: flex !important;
    align-items: center;
}

/**/

.keyPerSlider.owl-carousel .owl-item.active.center {
    transform: scale(1);
    margin-top: 0 !important;
    position: relative;
    z-index: 999;
    -webkit-transform: scale(1);
}

.keyPerSlider.owl-carousel .owl-item {
    transform: scale(.6);
    transition: all 0.5s;
}
.keyPerSlider.owl-carousel .owl-item .name 
{
  opacity: 0;
}
.keyPerSlider.owl-carousel .owl-item.active.center .name 
{
opacity: 1;
}
.keyPerSlider.owl-carousel .owl-item.active.center img {
    width: 100% !important;
}

/**/
.keyPerSlider .owl-nav button.owl-next {
    position: absolute;
    width: 35px;
    height: 61px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    background-image: url(../images/right-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.keyPerSlider .owl-nav button.owl-prev {
    position: absolute;
    width: 35px;
    height: 61px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0px;
    opacity: 1;
    background-image: url(../images/left-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.keyPerSlider.owl-theme .owl-nav .owl-prev:hover,
.keyPerSlider.owl-theme .owl-nav .owl-next:hover {
    background: none;
    width: 35px;
    height: 61px;
    color: #FFF;
    background-size: contain;
    text-decoration: none;
}
.name
{
    position: absolute;
    bottom: 30px;
    left:-10px
}
.khabrein
{
padding-bottom: 80px;
}
.khabrein h2 
{
  width: 320px;
  color: #0D204A;
  padding-bottom: 70px;
}
.kb-text
{
  background-color:#004E94;
  padding: 0px 45px 0px 23px;
  max-width: 350px;
  width: 100%;
  height: 362px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.kb-text h6 
{
  font-size: 14px;
  color: #5FA1DB;
  padding-bottom: 5px;
}
.kb-text h3 
{
  font-size: 16px;
  line-height: 20px;
  color:#fff;
  font-family:OpenSans-Bold;
  padding-bottom: 10px;
}
.kb-text h3 a 
{
  color: #fff;
}
.kb-text p 
{
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.kb-text h5 
{
 font-size: 14px;
  line-height: 16px;
  color: #fff;
}
.kh-wrap
{
display: flex;
}

.khabrein-slider.owl-carousel .owl-stage
{
  padding-left: 0px !important;
}
.khabrein-slider .item
{
  position: relative;
}
.kbline-svg
{
  position: absolute;
  left: 15px;
  top:20px;
  z-index:1;
}
.khabrein .col-xl-11 
{
  padding-right: 0px;
}
.kb-text-inner
{
  position: relative;
  z-index: 9;
}
.khabrein-slider.owl-theme .owl-dots .owl-dot span
{
  background:#5FA1DB;
}
.khabrein-slider.owl-theme .owl-dots .owl-dot.active span, .khabrein-slider.owl-theme .owl-dots .owl-dot:hover span
{
 background:#004E94; 
}
.khabrein-slider.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
.scene
{
  background-image: url(../images/scene/scene-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 100px;
}
.scene h2 
{
 width: 260px;
  color: #0D204A;
  padding-bottom: 70px; 
}
.scene-wrap
{
  display: flex;
  justify-content: center;
}

.scene-left-img
{
  padding-right: 15px;
}
.right-top-img
{
  padding-bottom: 15px;
  display: flex;
  gap:15px;
}
.right-btm-img
{
  display: flex;
  gap:15px;
}

.scene-slider .owl-nav button.owl-next {
    position: absolute;
    width: 66px;
    height: 15px;
    bottom: -60px;
    right: 0px;
    background-image: url(../images/scene/right-black-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.scene-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 66px;
    height: 15px;
    bottom: -60px;
    left: 0px;
    opacity: 1;
    background-image: url(../images/scene/left-black-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.scene-slider.owl-theme .owl-nav .owl-prev:hover,
.scene-slider.owl-theme .owl-nav .owl-next:hover {
    background: none;
    width: 66px;
    height: 15px;
    color: #FFF;
    background-size: contain;
    text-decoration: none;
}

.v-yellow
{
  display: none;
}
.view-btn
{
  margin-top: 30px;
  width: 134px;
  height: 37px;
  margin-left: auto;
    margin-right: auto;
}

.view-btn:hover .v-yellow
{
display: block;
}
.view-btn:hover .v-blue
{
display:none;
}
.sponsors
{
  background-image: url(../images/sponsors-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
  padding-bottom: 50px;
}
.sponsors h2 
{
  font-size: 40px;
  line-height: 30px;
  font-family:BebasNeue-Regular;
  color: #fff;
  text-align: center;
  padding-bottom: 21px;
}
.sponsors-logo
{
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-logo
{
  width: 20%;
}
.s-logo1
{
  width: 13%;
}
.s-logo2
{
  margin-left: 30px;
}
.footer-top
{
  background-color: #22356B;
  padding-top: 80px;
  padding-bottom: 80px;
}
.toofani-img
{
  padding-bottom:10px;
}
.footer-top h4 
{
  color: #ffffff;
  font-size: 40px;
  line-height: 30px;
  padding-bottom: 15px;
  font-family:BebasNeue-Regular;
}
.footer-top p 
{
  color: #fff;
  padding-bottom: 30px;
  padding-right: 60px;
}
.footer-btm
{
  background-color:#f6ebde;
  padding-bottom: 10px;
}
.footer-btm-inner
{
  background-image: url(../images/footer-bg.webp);
  background-repeat: no-repeat;
  background-position:bottom center;
  background-size: cover;
  min-height: 585px;
  padding-top: 70px;
}
.footer-btm h4 
{
  font-family:BebasNeue-Regular;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 5px; 
}
.footer-btm p 
{
  font-size: 20px;
  line-height: 28px;
  color: #fff;
}
.footer-btm p span 
{
  display: block;
}
.footer-li
{
  padding-left: 0px;
  display: flex;
  color: #fff;
}
.footer-li li  
{
  list-style-type: none;
  color: #fff;
  padding-right: 10px;
}
.footer-li li a 
{
  color: #fff;
  margin-left: 10px;
}
.footer-btm h5 
{
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  padding-left: 10px;
  padding-bottom: 10px;
}
.foot-social
{
  padding-left: 10px;
}
.foot-social span 
{
  padding-right: 10px;
}
.footer-logo
{
  text-align: center;
  margin-top: 10%;
}
.copyrightTxt p 
{
  font-size: 14px;
  color: #59595C;
}
.copyrightTxt .col-xl-6:last-child p
{
  text-align: right;
}
/*.sticky
{
  position: fixed;
  top: 0;
    left: 0;
    padding-top: 10px !important;
}*/
.pange
{
  background-image: url(../images/dilli-6-ke-pange-bg.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 662px;
}
.pange .col-xl-12
{
  position:relative;
}
.pange h2 
{
  width: 260px;
  color: #0D204A;
      text-align: left;
    margin-left: initial;
    position: absolute;
    left: 155px;
    top: 140px;
}
.pange-right-img
{
  padding-top: 53px;
}
.pange-slider.owl-carousel .owl-item img
{
  width: auto;
}
.pange-left-img
{
  margin-top: 43%;
  position: relative;
  margin-left: 40px;
}
/*.pange-left-img:after 
{
content: '';
position: absolute;
right:-70px;
top:-80px;
background-image:url(../images/dilli6-icon.svg);
width: 134px;
height: 179px;
}*/
.pange-text
{
  text-align: center;
  margin-top: 30px;
}
.pange-text h3 
{
  color:#0D214A;
  font-size: 68px;
  font-family:BebasNeue-Regular;
}
.pange-text h5 
{
  color:#0D214A;
  font-size: 40px;
  font-family:BebasNeue-Regular;
}
.pange-text p 
{
 color:#0D214A;
 font-size: 19px;
 line-height: 26px; 
}

.pange-slider .owl-nav button.owl-next {
    position: absolute;
    width: 35px;
    height: 61px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0px;
    background-image: url(../images/right-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.pange-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 35px;
    height: 61px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -30px;
    opacity: 1;
    background-image: url(../images/left-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.pange-slider.owl-theme .owl-nav .owl-prev:hover,
.pange-slider.owl-theme .owl-nav .owl-next:hover {
    background: none;
    width: 35px;
    height: 61px;
    color: #FFF;
    background-size: contain;
    text-decoration: none;
}
.pange-slider.owl-carousel .owl-item img.mbl-img
{
  display: none;
}
.news-page
{
  background-image: url(../images/news/news-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news
{
  padding-top: 50px;
  padding-bottom: 50px;
}
.news h2 {
    width: 320px;
    color: #0D204A;
    padding-bottom: 70px;
}
.news-wrap
{
  position: relative;
  margin-bottom: 30px;
}
.news-wrap .kb-text
{
  display: block;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 100%;
  min-height: 295px;
}
.news-border
{
  position: absolute;
  left: 10px;
  top:10px;
}
.news-img img 
{
  width: 100%;
}
.sponsors-slider .owl-nav button.owl-next {
    position: absolute;
    width: 35px;
    height: 61px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -60px;
    background-image: url(../images/right-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sponsors-slider .owl-nav button.owl-prev {
    position: absolute;
    width: 35px;
    height: 61px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -60px;
    opacity: 1;
    background-image: url(../images/left-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sponsors-slider.owl-theme .owl-nav .owl-prev:hover,
.sponsors-slider.owl-theme .owl-nav .owl-next:hover {
    background: none;
    width: 35px;
    height: 61px;
    color: #FFF;
    background-size: contain;
    text-decoration: none;
}
.sponsors-slider.owl-carousel .owl-item img
{
  width: auto;
  margin: auto
}
.sponsors-slider.owl-carousel .owl-stage
{
  display: flex;
  align-items: center;
}

.construction-banner
{
  background-image: url(../images/pd6-img-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:top center;
  height: 100vh;
  display: flex;
  align-items: center;
}
.const-wrap
{
  text-align: center;
}
.const-wrap h2 {
    width: 480px;
    color: #0D204A;
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
    font-family: OpenSans-Bold;
    position: relative;
    color: #ffffff;
    text-align: center;
    margin: 20px auto 0px;
}
.const-wrap h2:before {
    content: '';
    position: absolute;
    left: -75px;
    top: 0;
    background-image: url(../images/pd6left.svg);
    width: 71px;
    height: 32px;
}
.const-wrap h2:after {
    content: '';
    position: absolute;
    right: -75px;
    top: 0;
    background-image: url(../images/pd6right.svg);
    width: 71px;
    height: 32px;
}
.const-img
{
  padding-top: 40px;
}
.mascot-banner
{
background-image:url(../images/mascot/banner-img.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
}
.toofan
{
background-image:url(../images/mascot/about-toofan-bg-new.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 100vh;
display: flex;
align-items:flex-end;
margin-top: -125px;
}
.toofan .row{
  align-items: center;
}
.tigerImg {
    max-width: 278px;
    padding-bottom: 18px;
}
.toofan h2 
{
  font-size: 40px;
  color: #fff;
  font-family: BebasNeue-Regular;
}
.toofan p 
{
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
}
.toofan .view-btn
{
  width: auto;
  height: auto;
}
.toofan-ai
{
 background-image:url(../images/mascot/bg.webp);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height:662px;
display: flex;
align-items:center;
}
.toofan-ai h2 
{
 font-size: 40px;
  color: #fff;
  font-family: BebasNeue-Regular;
  text-align: center;
  padding-bottom: 20px;
}
.toofan-ai-inner
{
  max-width: 1110px ;
  width: 100%;
  margin: auto;
  position: relative;
}
.lion-img
{
  text-align: center;
}
.aitext-btm
{
  padding-top: 10px;
  max-width: 340px;
  width: 100%;
  margin: auto;
}
.toofan-aitext
{
  position:relative;
}
.aitext-btm h4, .aitext-btm p
{
  text-align: center;
}
.toofan-aitext h4 
{
  font-size: 30px;
  color: #ffffff;
  font-family:BebasNeue-Regular;
}
.toofan-aitext p 
{
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
}
.toofan-aitext p span 
{
  display: block;
}
.aitext-btm:before 
{
content: '';
position: absolute;
left: 15px;
top:-63px;
background-image: url(../images/mascot/entertainer-in-chief-arrow.svg);
width: 51px;
height: 78px;
}
.aitext-btm:after
{
content: '';
position: absolute;
right: 0px;
top:-15px;
background-image: url(../images/mascot/entertainer-in-chief-icon.svg);
width: 61px;
height: 49px;
}
.aitext-left1
{
  max-width: 350px;
  width: 100%;
  position: absolute;
  left:0px;
  top:22%;
}
.aitext-left1 h4, .aitext-left1 p,
.aitext-left2 h4, .aitext-left2 p  
{
  text-align: right;
}
.aitext-left1:before 
{
content: '';
position: absolute;
left: 70px;
top:-45px;
background-image: url(../images/mascot/street-smart-spark-icon.svg);
width: 54px;
height: 64px;
}
.aitext-left1:after
{
content: '';
position: absolute;
right: -90px;
top:-15px;
background-image: url(../images/mascot/street-smart-spark-arrow.svg);
width:115px;
height: 50px;
}

.aitext-left2
{
  max-width: 340px;
  width: 100%;
  position: absolute;
  left:0px;
  bottom:30%;
}
.aitext-left2:before 
{
content: '';
position: absolute;
left: 160px;
top: -22px;
background-image: url(../images/mascot/dilli-da-dil-icon.svg);
width: 65px;
height: 45px;
}
.aitext-left2:after
{
content: '';
position: absolute;
right: -90px;
top:23px;
background-image: url(../images/mascot/dilli-da-dil-arrow.svg);
width:81px;
height: 18px;
}
.aitext-right1
{
max-width: 350px;
  width: 100%;
  position: absolute;
  right:0px;
  top:22%;
}
.aitext-right1:before 
{
content: '';
position: absolute;
left: -90px;
top: 23px;
background-image: url(../images/mascot/game-changer-energy-arrow.svg);
width: 84px;
height: 54px;
}
.aitext-right1:after
{
content: '';
position: absolute;
right: 80px;
top: -40px;
background-image: url(../images/mascot/game-changer-energy-icon.svg);
width: 48px;
height: 68px;
}

.aitext-right2
{
max-width: 350px;
  width: 100%;
  position: absolute;
  right:0px;
  bottom:30%;
}
.aitext-right2:before 
{
content: '';
position: absolute;
left: -50px;
bottom: -10px;
background-image: url(../images/mascot/never-backs-down-arrow.svg);
width: 77px;
height: 15px;
}
.aitext-right2:after
{
content: '';
position: absolute;
right: 110px;
top: -18px;
background-image: url(../images/mascot/never-backs-down-icon.svg);
width: 46px;
height: 45px;
}
.lion-img-mbl, .mascotBg
{
  display: none;
}
.text a{
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-family:OpenSans-Bold;
  padding-top: 10px;
}
.text a:hover{
  color: #FFB100;
}
.text{
  text-align: center;
  padding-top: 10px;
}
.text a
{
  padding-right:45px;
}
.text a:last-child
{
  padding-right:0px;
}
.socilcon
{
  display: none;
}