
html{
  overflow-y: auto !important;  
}

body {
    color: #000;
 
    line-height: 1.4;
    font-family: 'Helvetica' !important;
    font-weight: 400 !important;
    font-style: normal;
    overflow-x: hidden !important;
    line-height: 1.5;
    letter-spacing: 1px;
    height: auto !important;
}

body.modal-open {
  height: 100vh !important;
}

p {
  font-size: 16px;
  font-weight: 400 !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

img {
  width: 100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
  outline: none !important;
}
a:hover {
  outline: 0;
  text-decoration: none;
}
a:active {
  outline: 0;
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}







header .navbar-default {
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
header .navbar {
    transition: all .4s ease-in-out;
    z-index:3;
    max-height: 80px;
    border-bottom: 0px;
}
header .navbar-default .navbar-brand light-logo {
  display: inline-block;
}
header .navbar-default .navbar-brand .dark-logo{
	display:none;
}
header .navbar-white .navbar-brand .dark-logo {
  display: inline-block;
}
header .navbar-white .navbar-brand .light-logo {
  display:inline-block;
}

header .navbar-white {
  

  background-color: rgba( 47, 0, 70,0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
  max-height: 80px;
}
header .navbar-default .navbar-brand {
  padding: 10px;
}
header .navbar-default .navbar-brand img {
  width: 200px;
}
header .navbar-nav>li>a {
    position: relative;
    display: block;
    padding: 30px 20px;
    font-weight: 400 !important;
    font-size:20px;
    letter-spacing: 0.5px;
   
    color: #fff;
   font-weight: normal;
   font-family: Helvetica;
   z-index: 9;
   cursor: pointer;

    
}


header .navbar-nav>li>a:hover:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
header .navbar-default .navbar-nav>.active>a, header .navbar-default .navbar-nav>.active>a:focus, header .navbar-default .navbar-nav>.active>a:hover {
  background-color: transparent;
  color: #ffff !important;
}
header .navbar-nav>li.active>a::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}
header .navbar-white {
  border: none;
}
header .navbar-default .navbar-nav a:focus{
  color: #fff;

}
header .navbar-default .navbar-nav>li>a {
  color: #fff;
}
header .navbar-white .navbar-nav>li>a: {
  color: #ffff !important;
}
header .navbar-white .navbar-nav>li>a:before {
  background-color: #ffff;
}
header .navbar-default .navbar-nav>li>a:hover {
  color: #fff;
}
header .navbar-white .navbar-nav>li>a:hover, header .navbar-white .navbar-nav>li>a {
  color:#fff !important;
}

.accordian ul, .accordian ol {
  margin: 0;
  padding: 0;
}

.accordian li {
  list-style: none;
  padding: 0;
}

.accordian a {
  text-decoration: none;
  transition: all .25s ease;
}
.accordian {
  width:100%;
  box-shadow: 0 1px 5px rgba(0,0,0,.10);
  margin: 5% auto;
  color: darken(@light-color, 25%);
}

.accordian .title3 {
  background-color:transparent;
  color: darken(@light-color, 40%);
  padding: 1rem;
  margin: 0;
  border-bottom: 0px solid rgba(0, 0, 0, .1);
  font-weight: 300;
  transition: all .25s ease;
  font-family: Helvetica;
  font-size: 22px;
  &:hover {
    background-color: rgba(0, 0, 0, .005);
  }
}

.accordian .title2 {
  background-color:transparent;
  color: darken(@light-color, 40%);
  padding: 1rem;
  margin: 0;
  width: 100%;
  z-index: 99;
  border-bottom:0px solid rgba(0, 0, 0, .1);
  font-weight: ;
  transition: all .25s ease;
  &:hover {
    background-color: rgba(0, 0, 0, .005);
  }
}

.accordian ul li:last-child .title {
  border-bottom: 0;
}

.accordian ul ul li a {
  display: block;
  background-color: transparent;
  padding: 1rem;
  color: #fff;
  border-bottom: 0px solid rgba(0, 0, 0, .05);
    font-family: Helvetica;
    font-size: 18px;
}

  

.accordian ul ul {
  display: none;
}

.opena {
  transform: rotate(0deg);
  transition: all .25s ease;
}

.accordian ul ul li:last-child a {
  border-bottom: 0;
}

.ion {
  transition: all .25s ease;
  float: right;
  font-size: 18px;
  z-index: 1;
}

.accordian h3 {
  cursor: pointer;
   color: #fff;
   font-size: 35px;
}
.main-li{
  
  width:100%;
  max-height:100vh !important;
  height: 100%;
  padding-bottom:150px;
  

}
.main-y {
height: 100%;
overflow-x:hidden;
 overflow-y: auto;
 
}
.slider_wrap {
  padding: 0;
}
.rev_slider .sc_button {
    letter-spacing: 0.3px !important;
    padding: 1.2em 3em !important;
}
.rev_slider .sc_button.light_color {
    background: #ffffff ;
    color: #5b5651 ;
}
.rev_slider .sc_button.light_color:hover {
    background: rgba(255, 255, 255, 0.8) ;
}
.tp-caption{
  text-align: center !important;
  margin-bottom: 25px !important;
} 
 .trx-norm{
  margin-top:3em !important;

}
.tparrows.custom {
    display: block;
    width: 44px ;
    height: 44px ;
    line-height: 44px ;
    text-align: center;
    box-shadow: none ;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    background: transparent ;
    padding: 0 ;
    border: 2px solid rgba(255, 255, 255, 0.2) ;
}
.tparrows.custom:before {
    font-family: '"Ionicons"';
    color: #ffffff ;
    font-size: 2.3em ;
    height: 44px ;
    line-height: 44px ;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.tparrows.custom.tp-rightarrow:before {
    content: "\f3d6" !important;
    margin-right: -41px;
}
.tparrows.custom.tp-leftarrow:before {
    content: '\f3d5' !important;
    margin-left: -41px;
}
.tparrows.custom.tp-rightarrow:before,
.custom.tparrows.tp-leftarrow:before,
.tparrows.hesperiden.tp-rightarrow:before,
.tparrows.hesperiden.tp-leftarrow:before{
  font-family: "Ionicons";
      display: inline-block;
}
.tparrows.custom:hover {
    background: transparent ;
}
.tparrows.hesperiden {
    display: block;
    width: 60px ;
    height: 60px ;
    line-height: 60px ;
    text-align: center;
    box-shadow: none ;
    -webkit-border-radius: 0 ;
    -moz-border-radius: 0 ;
    border-radius: 0 ;
    background: #ffffff ;
    padding: 0 ;
    border: none ;
}
.tparrows.hesperiden:before {
    font-family: '"Ionicons"';
    color: #20262a ;
    font-size: 2.3em ;
    height: 60px ;
    line-height: 60px ;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.tparrows.hesperiden.tp-rightarrow:before {
    content: "\f3d6";
    margin-left: -51px;
}
.tparrows.hesperiden.tp-leftarrow:before {
    content: "\f3d5";
    margin-right: -51px;
}
.tparrows.hesperiden:hover {
    background: #ffffff ;
}
.tp-bullets.custom .tp-bullet {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ffffff;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
}
.tp-bullets.custom .tp-bullet.selected,
.tp-bullets.custom .tp-bullet:hover {
    background: #ffffff;
}
.tp-bullets.hesperiden .tp-bullet {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #000326;
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.2);
}
.tp-bullets.hesperiden .tp-bullet.selected,
.tp-bullets.hesperiden .tp-bullet:hover {
    background: #000326;
}
.home-slider-btn {
border-color: #EA1D76;
-webkit-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
-o-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    border-image-slice: 100%;
border-image-slice:2;
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
padding: .75em 3em;
font-weight: 400;
background-color: transparent;
text-align: center;
margin-top: 0px auto;
margin-top: 20px;
}
.title {
    width: 100%;
    float: left;
    height: auto;
    margin: 0 0 40px;
}
.title h1 {
    position: relative;
    padding-bottom: 10px;
    font-size: 35px;
    color: #777;
    font-weight: 800;
    line-height: normal;
    margin: 0 0 25px;
    text-transform: uppercase;
}
.title h1::before {
    background: #530c58 ;
    width: 65px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    content: '';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #530c58 ;
}
.title h1 span {
    color: #530c58 ;
}
#ceo{
    background-image: url(../img/ebook-callout-bg2.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;

}
.ceo-wrapper{
   background-color: #270444;
    color: #fff;
    padding: 50px 0px;
    
}
.ceo-wrapper h6{
    display: inline-block;
    margin: 0 0 .75em;
    
    font-weight:800;
    font-style: normal;
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .84em;
  
}
.ceo-wrapper h1{
    font-size: 3.05176em;
    
    font-style: normal;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 10px;
}
.ceo-wrapper a span{
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
    
    font-weight:800;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .18em;
    font-size: .84em;
    margin-top: 50px;
}



.talk-wrapper {
    background-color: #f0f1f5;
    padding: 4.5em 0;
    text-align: center;
} 
.talk-wrapper p{
    font-size: 1.35em;
    text-align: center;
    font-weight: 400;

}
.talk-wrapper p::before
{
    content: "";
display: block;
width: 131px;
height: 20px;
background-size: 131px 100%;
background-image: url(../img/divider.svg);
margin: .3em auto 1.3em;
}

.talk-wrapper.home p::before
{
display: none;
}

.btn-grd,
a.btn-grd{
    
    position: relative;
border-color: #EA1D76;

-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
padding: .75em 3em;
font-weight: 400;
background-color: transparent;
text-align: center;
margin-top: 0px auto;
margin-top: 20px;
border-radius: 0px;
}
.btn-grd a{
background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);

    font-weight:800;
    font-style: normal;
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .84em;
}

.btn-grd:hover{
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
     color: #fff !important;
     transition: all 3s ease-in !important;
     transition-property: color;
     -webkit-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
-o-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    border-image-slice: 100%;
border-image-slice: 1;


}

a.btn-grd {
  color: #EA1D76 !important;
}

a.btn-grd:hover {
  color: #fff !important;
  transition: all 0s ease-in-out !important;
}

.btn-grd:hover a{
    background: linear-gradient(45deg,#fff 0,#fff 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
   transition-property: color;
    transition:all 3s ease-in;

}

a.btn-grd:hover {
  color: #fff !important;
}


.productization-wrapper, .invention-wrapper{
    padding: 40px 0px;
}
.productization-wrapper img{
   
}
.productization-wrapper .grd-shadow{
    position: absolute;
bottom: -2.2em;
left: -1.1em;
z-index: -1;
width: 85%;
height: 85%;
border: 4px solid transparent;  
-webkit-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
-o-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
  border-image-slice: 1;
}

.productization-wrapper h3{
  
    font-weight: 600;
}
.productization-wrapper p{
    padding-right: 2em;
    font-size: 16px;
}
 .box-cont{
       margin-right: 5em;
       margin-top: 20%; 
}
.productization-wrapper .box{
    display: table;
  
}

.invention-wrapper img{
   
}

.invention-wrapper .grd-shadow{
    position: absolute;
bottom: -2.2em;
right: -1.1em;
z-index: -1;
width: 85%;
height: 85%;
border: 4px solid transparent;  
-webkit-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
-o-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
  border-image-slice: 1;}

.invention-wrapper h3{
  
    font-weight: 600;
}
.invention-wrapper p{
    
    font-size: 16px;
}
.box-cont2{
      margin-left:5em;  
      margin-top: 10%;  
  }
  .news-wrapper{
    padding: 50px 0px;
    padding-top: 70px;
  }
.news-wrapper .heading-section h1,
.news-wrapper .heading-section h2{
    
    margin: 0px;
    margin-bottom: 15px;    

}

.news-wrapper .heading-section .download{
    text-align: right;
    padding-top: 15px;
}
.news-wrapper .heading-section .download img{
    margin-left: -5px;

}
.news-wrapper .heading-section .download a:hover .img-1{
    margin-right:-5px;
    transition: all 0.5s;
}
.news-wrapper .heading-section .download a{
               
    display: block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .8em;
    font-weight: 800; 
    color: #eb1e76; 
} 
 


.news-wrapper .news-sections{
    padding-top:50px;
}
.news-wrapper .news-sections .news-buck{
    padding: 20px;
    min-height: 632px;
}

.news-wrapper .news-sections .news-buck h5{
    display: inline-block;
    margin: 0 0 .75em;
    font-size: .74em;
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 800;   
    letter-spacing:.18em;
    margin-top:35px;   
    
}
.news-wrapper .news-sections .news-buck h2{
    
    margin-top:15px;   
}
.client-wrapper .heading-section h1,
.client-wrapper .heading-section h2{
    
    margin: 0px;
    margin-bottom: 15px;    

}
.news-wrapper .news-sections .news-buck p{
  font-size: 16px;
} 

.client-wrapper .heading-section .download{
    text-align: right;
    padding-top: 15px;
}
.client-wrapper .heading-section .download img{
    margin-left: -5px;

}
.client-wrapper .heading-section .download a:hover .img-1{
    margin-right:-5px;
    transition: all 0.5s;
}
.client-wrapper .heading-section .download a{
    
    display: block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .8em;
    font-weight: 800; 
    color: #eb1e76; 
} 
.client-wrapper .col-n-2{

    width: 20%;
    height: 200px;
    float: left;
    text-align: center;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
              
} 

@media( max-width: 991px ) {
  .client-wrapper .col-n-2{ 
    height: 135px;
  }
}

.client-wrapper .col-n-2 .client-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: flex;
  overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  background-color: #fff;
  box-shadow: 0px 0px 20px #e0e0e0;
  transform: scale(0.85);
  opacity: 0;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}

.client-wrapper .col-n-2 .client-overlay img {
  height: 100%;
  width: auto;
  margin: 0px auto;
  transform: translateY(25px);
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.client-wrapper  .col-n-2 .client-overlay h6 {
  font-family: Helvetica;
  font-size: 20px;
  color: #fff;
  position: absolute;
  bottom: 10px;
  opacity: 0;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-size: .8em;
  font-weight: 400;
  color: #fff;
  transform: translateY(25px);
  transition: all 0.5s ease-in-out;
}

.client-wrapper .col-n-2:hover .client-overlay:hover,
.client-wrapper .col-n-2:hover .client-overlay,
.client-wrapper .col-n-2.hover .client-overlay {
    transform: scale(1);
    opacity: 1;
    cursor: pointer;
}

.client-wrapper .col-n-2:hover .client-overlay img,
.client-wrapper .col-n-2.hover .client-overlay img {
  transform: translateY(0px);
  opacity: 1;
}

.client-wrapper .col-n-2:hover .client-overlay h6,
.client-wrapper .col-n-2.hover .client-overlay h6 {
  transform: translateY(0px);
  opacity: 1;
}


.client-wrapper .clients{
    padding: 70px 0px;
}

.client-wrapper .clients.abt {
  padding: 30px 0px;
}




.join-wrapper .informed,
.join-wrapper .join {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
   cursor: pointer;
}

.join-wrapper .informed {
    background-color: #0f1934;
}
.join-wrapper .join{
    background-color: #0b1028;
}
.join-wrapper h3{
    color: #fff;
    font-size: 30px; 
    text-align: center; 
    margin-bottom: 0px;  
    transform: scale(1);
  transition: all 0.5s ease-in-out;   

}
.join-wrapper h5{

    color: #EA1D76;
    border: none;
    text-align: center;
  text-transform: uppercase;    
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1em;
    font-weight: 800;
    letter-spacing: 0.2em;
}
.join-wrapper .informed:hover h3{
    transform: scale(1.1);
    cursor: pointer;
}

.join-wrapper .join:hover h3{
    transform: scale(1.1);
    cursor: pointer;
}
.jorney-wrapper{
    background: #EA1D76;
background: linear-gradient(45deg,rgba(61,4,75,.88) 0%, rgba(131,13,74,.88) 60%);
color: #fff;
padding: 35px 30px;
text-align: center;
cursor: pointer;
}
.jorney-wrapper h2 a {
  color: #fff;
}
.jorney-wrapper h2 {
    font-family: fitura !important;
    min-height: 35px !important;
	color: #fff !important;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.jorney-wrapper h2:hover{
    transform: scale(1.1);
}

.footer-wrapper{
    background-color: #0b1028;
    padding: 80px 0px;
    color: #788a9d;
}
.footer-wrapper .footer-logo p{
    margin-top: 25px;
}
.footer-wrapper .footer-logo{
    text-align: center;
}
.footer-wrapper .footer-logo img{
    margin: 0px auto;
}
.footer-wrapper .social-media svg{
    width: 25px;
}
.footer-wrapper .social-media svg path{
    fill: #4a5869;
}
.footer-wrapper .social-media svg path:hover{
    cursor: pointer;
    fill: #fff;
    transition: all 0.5s ease-in;
}
.footer-wrapper .social-media ul li{
    float: left;
    list-style: none;
    margin-left: 15px;
}
.footer-wrapper .footer-cont a h5{
    font-weight: 400;
    color: #788a9d;
    padding: 0px;
    margin: 0px;
    font-size: 17px;
}
.footer-wrapper .footer-cont, .footer-wrapper .social-media{
    padding-top: 30px;
}
.hi a{
  display: none;
}
.scroll{
  position: absolute;
  z-index: 9;
  color: #fff;
  right: 20px !important;
  bottom:50px;
  transform: rotate(90deg);
  font-weight: 600;
 
}
.video-wr{
  position: relative;
}



.nav-menu {
  background: none;
  width: 60px;
  height: 80px;
  top: 0;
  right: 15px;
  -webkit-transition: width 0.2s ease, height 0.4s ease;
  -moz-transition: width 0.2s ease, height 0.4s ease;
  -o-transition: width 0.2s ease, height 0.4s ease;
  transition: width 0.2s ease, height 0.4s ease;
}
.open {
  position: fixed;
  background: #270444;
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  right: 0;
z-index: 9999999999;
}
.scroll{
  overflow-y: scroll;
}
.menu-list {
  margin-top: 0px;
  text-align: center;
  
  font-size: 30px;
  opacity: 0;
  display: none;


}
.list-open {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.8s ease;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  z-index: 99!important;
  display: block;
}
 .menu-full{
  text-align: left;
  margin-top: 80px;
 }

.menu-full h1{
  color: #fff;
   
  margin: 0px;
  font-size: 45px;
 
  text-align: left;
  font-weight: 800;
}
.menu-full h2{
  color: #fff;
  text-align: left;
  font-weight: 300;
  
  font-size: 24px;


}
.menu-full h5{
  font-family: Helvetica;
  font-size: 18px;
   margin: 5px 0px;


color: #270444;
}

.main-lis li{
  min-height: 80px;
  width: 100%;
  padding: 5px 30px;

}
.main-lis h4{
  font-size: 17px;
  color: #fff;
  font-family: Helvetica;
}
.sub-lis li h2{
  margin: 0px;
}
.sub-lis li{
  padding: 10px 30px;
}
.sub-lis li:hover{
  background-color: #1d0233;
}
.main-lis li:hover h5{
  color:#ea1d76;
  transition: all 0.6s ease-in;
}
.main-lis li:hover{
  background-color: #1d0233;
  transition: all 0.6s ease-in;
}


.social-menu{
  position: fixed;
  height: 80px;
  background-color: #1c0231;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 0px;
  margin-left: 0px;
  color: #fff;
  font-family: Helvetica;
  font-size: 15px;
  text-transform: uppercase;
  z-index: 99;
}
.social-men img{


  width: 25px;
  height: 25px;
  margin-left: 15px;
  opacity: 0.3;

}
.social-men img:hover{

 
  opacity: 1;
  transition: all 0.5s ease-in;

}
.social-men span, .menu-inner-call span{
  font-weight: 600;
  font-size: 13px;
}
.menu-inner-call {
  text-align: right;
  padding-right:60px;
}
.menu-inner-call img{
  width: 20px;
  height: 20px;
  opacity: 0.3;
  margin-left: 10px;
  cursor: pointer;


}
.menu-inner-call img:hover{
  width: 20px;
  height: 20px;
  opacity: 1;
  margin-left: 10px;
  transition: all 0.5s ease-in;

}
.social-men{
  text-align: left;
  padding-left: 50px;
}
/* Burger */
#burger-wrap {
  position: fixed;
  top: 0;
  right: 15px;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 80px;
}
.burger {
  position: fixed;
  top: 9px;
  right: 15px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 80px;
  border-radius: 50%;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
}
.burger span {
  display: block;
  position: absolute;
  top: 30px;
  left: 16px;
  right: 16px;
  height: 1px;
  background: #fff ;
  border-radius: 0px;
  -webkit-transition: background 0.5s .3s;
  transition: background 0.5s .3s;
  -o-transition: background 0s 0s;
  -webkit-transition-delay: 0.4s,0s;
  transition-delay: 0.0s,0s;
}
.open .burger span {
  background: 0 0 transparent;
  transform: rotate(90deg);
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -o-transition: all 0s ease;
  -webkit-transition-delay: 0s,0s;
  transition-delay: 0s,0s;
}
.burger span::after,
.burger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 120%;
  height: 1px;
  background-color: #fff;
  content: "";
  border-radius: 0px;
  -webkit-transition-duration: .3s,.3s;
  transition-duration: .3s,.3s;
  -webkit-transition-delay: 0.4s,0s;
  transition-delay: 0.4s,0s;
  margin-left: -5px;
}


.burger .burger-dark {
   background: #270444 !important;
}
.burger span::before {
  top: -8px;
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,transform;
}
.burger span::after {
  bottom: -8px;
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
}

.open .burger span::after,
.open .burger span::before {
  -webkit-transition-delay: 0s,.4s;
  transition-delay: 0s,.4s;
  background-color: #fafafa;
}
.open .burger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open .burger span::after {
  bottom: 1px; /* Fix for codepen, set to zero for normal use */
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}



.index .burger span::before {
  top: -8px;
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,transform;
    background-color: #fff !important;
}
.index .burger span::after {
  bottom: -8px;
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
    background-color: #fff !important;
}
.index .open .burger span{
  height: 0px !important;
}

.index .open .burger span::after,
.index .open .burger span::before {
  -webkit-transition-delay: 0s,.4s;
  transition-delay: 0s,.4s;
  background-color: #fafafa;
    background-color: #fff !important;
}
.index .open .burger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
    background-color: #fff !important;
}
.index .open .burger span::after {
  bottom: 1px; /* Fix for codepen, set to zero for normal use */
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff !important;
}
.dropbtn {
       background-color: transparent;
 transition: all 0.5s ease-in-out;
    color: white;
padding-top: 25px !important;
    font-size: 20px;
    border: none;
    padding: 0px 15px;
    border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  min-width: 133px;
  letter-spacing: 0.5px !important;
}

.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-content {
   position: absolute;
    background-color: transparent;
    
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
     -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -o-transition: all 0s ease;
  -webkit-transition-delay: 0s,0s;
  transition-delay: 0s,0s;
  color: #fff !important;
  transform-origin: 0px 0px;
  transform: rotateX(90deg);
  transition: all 0.5s ease-in-out;
  min-width: 131px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom: 5px solid #a01168;
   font-weight: 100 !important;
   font-family: Helvetica !important;  

}

.dropdown-content a {
    color: black;
    padding:13px 16px;
    text-decoration: none;
    display: block;
    font-size:16px;
    border-radius: 10px;
}

.dropdown-content a:hover {background-color: #f5f5f5;
/*transition: all ease-in 0.03s;*/
}

.dropdown:hover .dropdown-content {
    transform: rotateX(0deg);
    display: block;
    background-color: #fff;

}

.dropdown:hover .dropbtn {
    background-color: #fff;
    color: #000;
}
/* Disable scrollbar on Chrome and Safari browsers! */
body::-webkit-scrollbar {
  width: 1em;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}






.navbar-right{
  margin-right: 60px;
}

.owl-carousel {
  margin-top: 20px;
}

.owl-nav p {
    display: inline-block;
    margin: 0 0 .75em;
        margin-top: 0px;
    font-size: .74em;
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .18em;
    margin-top: 35px;
    font-family: Helvetica;
}

.owl-nav.active {
   background: #000000;
   margin-bottom: 30px !important;
}



video {
    width: 100%; 
	

}

.video-wr{
	width: 100%; 
	zmax-height:700px;
  overflow-y: hidden;
  overflow-x: hidden;
}
.slider-text {
  background-color: transparent;
 bottom:15%;
  position: absolute;
  margin-left: 10%;
  width: 100%;
}
.slider-text h1, .slider-text p{
  font-size:4em;
   
   color: #fff;
}

.slider-text h3{
  
   color: #fff;
   font-size: 20px;
   float: left;
   margin-top: 3em;
   margin-left: 5px;
}


.slider-text h3 img{
  height: 40px;
  width: 40px;
  float: right;
  margin-top: -10px;
  margin-left: 0px;
}

.item-1, 
.item-2, 
.item-3 {
  position: absolute;
  display: block;
  top:1.6em;
  width: 100%;
  
  font-size: 30px;

 animation-duration: 8s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  color:#FFF;
  
  
  
}

.item-1{
  animation-name: anim-1;
}

.item-2{
  animation-name: anim-2;
}

.item-3{
  animation-name: anim-3;
  
}


   

@keyframes anim-1 {
  0%, 8.3% { bottom:  100%; opacity: 0; margin-top: 30px; }
  8.3%,25% { bottom: 0%; opacity: 1;  margin-top: 0px;}
  33.33%, 100% { bottom: 100%; opacity: 0; }
}

@keyframes anim-2 {
  0%, 33.33% { bottom: 100%; opacity: 0; margin-top: 30px;}
  41.63%, 58.29% { bottom: 0%; opacity: 1;  margin-top: 0px;}
  66.66%, 100% { bottom: 100%; opacity: 0; }
}

@keyframes anim-3 {
  0%, 66.66% { bottom: 100%; opacity: 0; margin-top: 30px;}
  74.96%, 91.62% { bottom: 0%; opacity: 1;  margin-top: 0px;}
  100% { bottom: 100%; opacity: 0; }
}

::-moz-selection {
    background: #EA1D76;
    color: #fff;
    text-shadow: none;
}
.index .accordian ul li a{
  color: #fff !important;
}
.index .navbar-default ul li a, .index .navbar-default ul li a:hover, .index .navbar-default ul li a:active, .index .navbar-default ul li a:focus{
  color: #000;
} 
.index .navbar-default ul li .dropbtn{
  color: #000;
}

.index .navbar-white ul li .dropbtn{
  color: #fff;
}
.carousel-control .nav-slider{
  width: 30px !important;
  margin-top:125%;
}
.index .burger span, .index .burger span:after, .index .burger span::before{
  background-color: #000 !important;
}
.index .navbar-white .burger span, .index .navbar-white .burger span:after, .index .navbar-white .burger span::before{
  background-color: #fff !important;
}

.img-slider{
  display: none;
}
.slider-wrapper {
  z-index: 4000;
}

.slider-wrapper .carousel-inner .slider_content img{
  padding-top:140px;
  
  max-width:50%;
  margin: 0px auto;
}
/*
.slider-wrapper .carousel-inner .slider_content{
  
  text-align: center;
  margin-top: -161px;


background: rgba(92,4,119,1);
background: -moz-linear-gradient(top, rgba(92,4,119,1) 0%, rgba(177,27,117,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,4,119,1)), color-stop(100%, rgba(177,27,117,1)));
background: -webkit-linear-gradient(top, rgba(92,4,119,1) 0%, rgba(177,27,117,1) 100%);
background: -o-linear-gradient(top, rgba(92,4,119,1) 0%, rgba(177,27,117,1) 100%);
background: -ms-linear-gradient(top, rgba(92,4,119,1) 0%, rgba(177,27,117,1) 100%);
background: linear-gradient(to bottom, rgba(92,4,119,1) 0%, rgba(177,27,117,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0477', endColorstr='#b11b75', GradientType=0 );
 max-height: 850px;


}
*/
.slider-wrapper .carousel-inner .slider_content{
  
  text-align: center;
  margin-top: -161px;



 max-height: 850px;


}
.slider-wrapper .carousel-inner .slider_content .overlay{
  position: absolute; background-color: rgba(0, 0, 0, 0.6); min-width: 100%; min-height: 100%; top:0;

}

.slider-wrapper .carousel-inner h3{
 
    color: #000;
    font-weight:800 !important;
    letter-spacing: 3px;
}
.slider-wrapper .carousel-inner .slider_img{
  width: 100%;
}
.slider-wrapper .slider-heading{
 

 color:#fff !important; 
  padding-bottom: 15px;
  margin: 0px auto;
  margin-top: 100px;

}

.carousel-control .nav-slider{
  width: 30px !important;
  margin-top:125%;
}

.carousel-indicators{
  top:100%;
  height: 30px;
}
.slider-wrapper .slider-heading h1{
  color: #fff !important;
}
.index .navbar-default .dark-logo{
  display: block !important;

}
.index .navbar-default .light-logo{
  display:none !important;

}

.index  .navbar-white .dark-logo{
  display: none !important;
  
}
.index  .navbar-white .light-logo{
  display: block !important;
  
}
.slider-wrapper .slider-foooter{
  padding: 25px 0px; 
}

.slider-wrapper .carousel-inner h1{
  color: #000; z-index: 999999; font-size:42px; font-weight: 600; text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin: 0 auto;
  display: flex;
    justify-content: center;
    width: 100%;
    letter-spacing: 0.16em;
}

.slider-wrapper .carousel-inner .slider-bottom{
  
  display: flex;
    justify-content: center;

    width: 100%;
  
    font-size:18px;
    letter-spacing:2px;
    font-family: 'Open Sans', sans-serif !important;
     font-weight: 600 !important;
    

}
.slider-wrapper .carousel-inner .slider-bottom li{
   float: inherit !important;
   color: #000;
   padding: 0px 20px;
   border-right: 2px solid #000;
   float: none !important;
   font-weight: 300;
   

}
.slider-wrapper .carousel-inner .slider-bottom  li:nth-last-child(1){
  border-right:0px !important;
}
.carousel-indicators{
  z-index: 2;
}


.carousel-indicators{
  top:88%;
}


.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
/*=====================================================================ABOUT US======================================================================================*/


.tab-back{
   -webkit-box-shadow: 0px 0px 26px 20px rgba(0,0,0,0.06);
-moz-box-shadow: 0px 0px 26px 20px rgba(0,0,0,0.06);
box-shadow: 0px 0px 26px 20px rgba(0,0,0,0.06);
transition: all 0.8s;

}
.card .nav-tabs li{
  float: inherit;
}


.tab-content h3{
  font-size:32px;
  font-weight: 600;
  
  margin-top: 0px;
}
.tab-content ul li{
  font-size: 16px;
  line-height: 30px;
   padding-left: 15px;

}
.tab-content p{
  font-size: 16px;
  padding-right: 50px;  
  }
.tab-content ul li i{
  position: absolute;
  font-size: 8px;
  margin-left: -12px;
  margin-top: 12px;
 }

.card .nav-tabs > li.active > a, .card .nav-tabs > li.active > a{

  background-color: transparent; 
  color: #fff !important;
  border: 0px;
  font-size: 20px;
  font-weight: 800;
}
.card .nav-tabs{
  min-height: 400px;


}
.card .nav-tabs > li, .nav-tabs{
  border: 0px;
}
.card  ul{
  margin-top: 56%;
}
.card .nav-tabs > li > a{
  background-color: transparent !important;
  color: #dadada;
  font-size: 20px;
  border: 0px;
  transition: all 0.5s ease-in;
}
.card .nav-tabs > li > a:hover{
  margin-left: 8px;
  font-size: 20px;
  color: #fff;
  border: 0px;
}

.card{
  background: url('../img/about-bg.jpg');
  background-position: top;
  background-size: cover;
  background-position: center center;
  height:450px;
width: 75%;
  position: absolute;
  left: 8%;
  top: -225px;
  padding-left:25px;
 
}

.mission-wraper, .founder-wrapper{
  padding: 50px 0px;
}
.mission-wraper .mission h1{
  
  font-weight: 600;

}
.mission-wraper .mission{
  margin-bottom: 50px;
  text-align: center;
}
.mission-wraper .mission img{
  margin: 0px auto
}
.mission-wraper .tab-back{
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;


}
.about-bg{
  background: url('../img/about/aboutus.jpg');
  padding:150px;
  background-size: cover;
  background-position: center;
}

.about-bg h5{
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;

}

.about-bg h1{
  
 
  font-weight: 600;
  color: #fff;
  font-size:30px;
  margin-top: 15px;

}

.founder-content h3{
  
 text-transform: uppercase;
  font-weight: 600;

}
.founder-content h6{
 display: inline-block;
margin: 0 0 .1em;
    margin-top: 0px;
font-size:.8em;
/*
background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-transform: uppercase;*/
text-transform: capitalize;
font-size:1.1em;
font-weight: 800;
letter-spacing: .18em;
margin-top:0px;
font-family: Helvetica;

}

.founder-content p{
  font-size: 16px;
  margin-top: 10px;
}
.founder-content{
  margin-top: 10%;
}
 .founder-wrapper .heading h1, .core-wrapper .heading h1{
  
  font-weight: 600;
  text-align: center;

}
 .founder-wrapper .heading img, .core-wrapper .heading img{
  margin: 0px auto;
  margin-bottom: 40px;
 }
.core-wrapper{
  padding: 50px 0px;
}
.core-wrapper .core-content {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
  min-height: 560px;
}
.core-wrapper .core-content h3{
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  
}
.core-wrapper .core-content h6{
  color: #181818;
font-family: Helvetica;
font-weight: bolder !important;

}

.core-wrapper .core-content p{
  font-size:1.3rem;
}


.core-wrapper .core-content a{

      
 text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  position: absolute;
  bottom: 0px;
  margin-left: -39px;
  background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
cursor: pointer;
}




/*=====================================================================ABOUT US END======================================================================================*/

/*=====================================================================contact US start======================================================================================*/

.contact-Wrapper{
  background-color: #13173F;
  padding: 50px 0px;
}
.contact-Wrapper label{
color: #798A9E;
font-family: Helvetica;
font-size: 14px;
font-weight: 300;
margin-bottom:15px;
font-style: normal !important;
}
.contact-Wrapper input{

font-family: Helvetica;

font-weight: 300;
margin-bottom:15px;
color: #fff;
font-size: 16px;
background-color:transparent;
border-radius: 0px;
height:45px;
margin-bottom: 0px;
}
.contact-Wrapper textarea{

font-family: Helvetica;

font-weight: 300;
margin-bottom:15px;
color: #fff;
font-size: 16px;
background-color:transparent;
border-radius: 0px;

margin-bottom: 0px;
}
.contact-Wrapper button{
  float: right;   
   display: block;
    margin: 0 0 1.5em;
    
    font-weight: 400;
    font-style: normal;
    border: none;
    color: #fff;
    font-size: 1em;
    letter-spacing: .05em;
    text-transform: uppercase;
    background-color: #EA1D76;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 10px 50px;  
    margin-top: 15px;
}



.contact-Wrapper input.btn-default {
    float: right;   
   display: block;
    margin: 0 0 1.5em;
    
    font-weight: 400;
    font-style: normal;
    border: none;
    color: #fff;
    font-size: 1em;
    letter-spacing: .05em;
    text-transform: uppercase;
    background-color: #EA1D76;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 10px 50px;  
    margin-top: 15px;
    width: 150px;
    margin-right: 15px;
}

.contact-Wrapper button:hover, .contact-Wrapper button:focus{
  float: right;   
   display: block;
    margin: 0 0 1.5em;
    
    font-weight: 400;
    font-style: normal;
    border: none;
    color: #fff;
    font-size: 1em;
    letter-spacing: .05em;
    text-transform: uppercase;
    background-color: #EA1D76;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 10px 50px;  
    margin-top: 15px;
}


.address-wrapper{
  padding: 20px 0px;
}
.address-wrapper .row{
  padding: 40px 0px;
}
.address-wrapper .address-content h4{
    
    color: #0B1228;
}
.address-wrapper .address-content h2{

  
    color: #0B1228;
    font-size: 4rem;
    margin-top: 0px;

}
.address-wrapper .address-content p{
  font-size: 15px;
  margin-top: 25px;
}

.address-wrapper .address-content p a{
  font-size: 15px;
  color: #EA1D76;
  font-family: Helvetica;
}
.address-wrapper .address-content h3{
  
  color: #EA1D76;
  font-size: 15px;


}
.address-wrapper .address-content i{
  color: #EA1D76;
  font-size:10px;
  margin-left: 3px;

}



/*=====================================================================contact US end======================================================================================*/


/*=====================================================================mobility start======================================================================================*/



.mobility-bg{
  background-image: url("../img/mobility_bg.jpg");  
  padding:200px;
  background-size: cover;
}






.mobility-bg h5{
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 3px;

}

.mobility-bg h1{
  
 
  font-weight: 600;
  color: #fff;
  font-size:45px;
  margin-top: 15px;

}


.mobility-services:hover{
   -webkit-box-shadow: 0px 0px 26px 20px rgba(0,0,0,0.06);
-moz-box-shadow: 0px 0px 26px 20px rgba(0,0,0,0.06);
box-shadow: 0px 0px 26px 20px rgba(0,0,0,0.06);
transition: all 0.8s;
}


.diagram_wrapper{
 padding: 50px 0px;
 background-color: #f8f8f8;
 
}
.rightline{
  border-right: 1px solid #0B1228;
}
.img-mobility{
  text-align: center; 
  padding: 0px;
}
.img-mobility img{
  padding: 20px;
}
.diagram_wrapper h3{
  
    color: #0B1228;
    text-align: center;
    font-size:30px;
    margin-bottom: 40px;
}
.offering_wrapper{
  background-color: #f0f1f5;
  padding: 25px 0px;
}
.mobility_wrapper{
  margin-bottom: 50px;
  margin-top: 50px;
}

.mobility-services{
  padding: 20px 0px;

}
.image-mobility img{
  max-width:100%;
  margin: 0px auto;
  padding: 0px 0px;

}
.mobility-detail{

  padding: 12px 40px;
  font-size: 18px;
 

}
.mobility-detail p{
  font-size: 18px;
  margin-top: 15px;
}
.mobility-services .mobility-detail h2{

   
    color: #0B1228;
    margin-top: 0px;

}
.mobility-services .mobility-detail ul {
  margin-top: 0px;
}
.mobility-services .mobility-detail ul li{
  font-size: 16px;
  line-height: 35px;
  padding-left: 15px;
}
.mobility-services .mobility-detail ul li i{
  position: absolute;
  margin-left: -17px;
  margin-top: 12px;
  font-size: 11px;
}
.techno_wrapper {
margin-top: 20px;
background-color: #fff;

 


padding: 25px;

  -webkit-box-shadow: 0px 0px 26px 20px rgba(0,0,0,0.06);
-moz-box-shadow: 0px 0px 26px 20px rgba(0,0,0,0.06);
box-shadow: 0px 0px 26px 20px rgba(0,0,0,0.06);
}
.inner-flex{
  display: flex;
  align-items: center;
  justify-content: center;
}

.techno_wrapper ul{

  margin: 0px auto;
  text-align: center;


}
.techno_wrapper .tab-list{
  float: none;
  display: block;
  text-align: left;
}
.techno_wrapper .nav-pills a{
  background: linear-gradient(45deg,#0B1228 0,#0B1228 60%);

    font-weight:800;
    font-style: normal;
    background: linear-gradient(45deg,#0B1228 0,#0B1228 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: .2em;
    border-radius: 0px;
    font-size: 11px;
  
   



}
.techno_wrapper .nav-pills li:hover, .techno_wrapper .nav-pills .active{
  background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);

    font-weight:800;
    font-style: normal;
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: .2em;
  
    font-size: .84em;
    border-bottom: 1px solid #EA1D76 ;
    font-size: 11px;



}
.techno_wrapper .nav-pills .active a{
  background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);

    font-weight:800;
    font-style: normal;
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: .2em;
  
    
    border-bottom: 1px solid #EA1D76 ;
    font-size: 11px;

}


.techno_wrapper .tab-content{
  margin-top:30px !important;
  min-height: inherit;
}

.techno_wrapper .tab-pane h3{
   
   display: block;
   margin-bottom: 25px;
   padding-left: 15px;
   margin-top: 30px;
   display: none;


}
.services-wrapper{
  padding: 50px 0px 0px;
  
}
.services-wrapper h1{
  
  font-size: 45px;
  margin-top: 0px;
  text-align: center;
 margin-bottom: 0px;

}

.services-wrapper h4{
  display: inline-block;
margin: 0 0 .75em;
    margin-top: 0px;
font-size: 12px;
background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-transform: uppercase;
font-weight: 800;
letter-spacing: .18em;
margin-top: 35px;

margin-bottom: 0px;
text-align: center;
margin: 0px auto;
}
.services-wrapper ul{
  margin-left: 50px;
  margin-top: 25%;
}
.services-wrapper li{
  line-height: 35px;
  font-size: 18px;
  padding-left: 15px;

}
.services-wrapper li i{
  position: absolute;
  font-size: 10px;
  margin-left: -15px;
  margin-top: 13px;
}

.services-wrapper .services-whatwedo{
  text-align: center; margin-bottom: 50px;
}
.services-wrapper .services_divider{
width: 72px; height: 2px; margin:0px auto; text-align:center;
}

.mobility-slider{
  margin-top: 50px;
}

.mobility-slider .carousel-control{
  width: 5%;
}
.mobility-slider .carousel-control .left .icons {
  margin-left: -20px;
}

.mobility-slider .carousel-control span{


 position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}

/*
.mobility-casestudies-section  .casestudies-buck{
  min-height: 570px !important;
}
*/

.mobility-casestudies-section  .casestudies-buck h6{
  position: absolute;
  bottom: 25px;
}
/*=====================================================================mobility end======================================================================================*/

/*=====================================================================career start======================================================================================*/

.career_wrapper{
  padding: 50px 0px;
}
.career_wrapper .tabs{
  margin-bottom: 25px;
}
.career_wrapper .tabs li {
  padding: 25px;
  cursor: pointer

}
.career_wrapper .tabs  .active {
  background-color: #051950 !important;
  color: #fff !important;

}
.career_wrapper .tabs  .active h3, .career_wrapper .tabs  .active p{
  color: #fff;
}
.career_wrapper .tabs li p{
  margin-bottom: 0px;
 font-size: 14px;
 color:  #0B1228;
 line-height: 25px;
}
.career_wrapper .tabs li h3{
   font-family:  fitura;
  font-size: 40px;
  color: #0B1228;
  text-transform: uppercase;
  margin-top: 0px;

}
.career_wrapper .tabs li:hover{
  -webkit-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.06);
-moz-box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.06);
box-shadow: 0px 0px 15px 15px rgba(0,0,0,0.06);
transition: all 0.8s;
 background-color: #051950 !important;
  
}
.career_wrapper .tabs li:hover h3{
 color: #fff;
  
}
.career_wrapper .tabs li h3::after{
  content: "";
display: block;
margin: .375em 0;
width: 50px;
height: 3px;
background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);

}
.career_wrapper .panel-title{

  font-size: 22px;
  
  position: relative;

}
.career_wrapper .collapsed  i{
  position: absolute !important;
  right: 0px;
  display: none !important;
}
.career_wrapper .panel-title h5{
  position: absolute;
  right: 50px;
  margin-top: -22px;
  font-size: 20px;
   font-family: Helvetica;
}

.career_wrapper .panel-title i{
  position: absolute !important;
  right: 0px;
}
.career_wrapper .panel-title:hover, .career_wrapper .panel-title:active, .career_wrapper .panel-title:focus{
  color: #EA1D76 !important;
  transition: all 0.5s ease-in ;

}
.career_wrapper .panel-title a:hover, .career_wrapper .panel-title a:active, .career_wrapper .panel-title a:focus{
  color: #EA1D76 !important;
  transition: all 0.5s ease-in ;

}
.career_wrapper .panel{
 
  border-radius: 0px !important;
  border-right: 0px;
  border-left: 0px;
  padding: 20px 0px;
    border-bottom: 0px;

}
.career_wrapper .panel-heading{
  background-color: transparent;
  
}
.panel-group .panel + .panel{
  border-top: 0px;
}
.career_wrapper .panel-body{
  border-top: 0px !important;
}
 .career_wrapper .panel-body h1{
  font-family:  fitura;
  
}
.career_wrapper .panel-body h4{
  font-family:  fitura;
  font-size: 18px;
}
.career_wrapper .panel-body p{
  font-size: 16px;
}
.career_wrapper .panel-body ul li{
  font-size: 16px;
  line-height:30px;
  padding-left:25px;

  float: none;
  display: block;




}

.career_wrapper .panel-body ul li i{
  position: absolute;
  margin-left:-15px;
  font-size: 8px;
  margin-top: 12px;
}
.career-link, .career-link:hover{
  color: #000 !important;
}
  .modal.in .modal-dialog{
    margin-top: 10%;
  }
 

  .modal-content{
    border-radius: 0px;
    background-color: transparent;
    box-shadow: inherit !important;
    border: 0px;
  }

  .modal-title{
    font-size: 36px !important;
     color: #fff !important;
  }
  .modal-header button i{
    color: #EA1D76;
    
text-shadow: none !important;
filter: alpha(opacity=100);
opacity: 1 !important;
  }
.modal-header p{
  color: #fff;
  font-size: 16px;
}

  .modal-body label{
color: #798A9E;
font-family: Helvetica;
font-size: 14px;
font-weight: 300;
margin-bottom:15px;
}
.modal-body input{

font-family: Helvetica;

font-weight: 300;
margin-bottom:15px;
color: #fff;
font-size: 16px;
background-color:transparent;
border-radius: 0px;
height:45px;
margin-bottom: 0px;
}
.modal-content textarea{

font-family: Helvetica;

font-weight: 300;
margin-bottom:15px;
color: #fff;
font-size: 16px;
background-color:transparent;
border-radius: 0px;

margin-bottom: 0px;
}
.modal-body button{
  float: right;   
   display: block;
    margin: 0 0 1.5em;
    
    font-weight: 400;
    font-style: normal;
    border: none;
    color: #fff;
    font-size: 1em;
    letter-spacing: .05em;
    text-transform: uppercase;
    background-color: #EA1D76;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 10px 50px;  
    margin-top: 15px;
}

.modal-body button:hover, .modal-body button:focus{
  float: right;   
   display: block;
    margin: 0 0 1.5em;
    
    font-weight: 400;
    font-style: normal;
    border: none;
    color: #fff;
    font-size: 1em;
    letter-spacing: .05em;
    text-transform: uppercase;
    background-color: #EA1D76;
    -webkit-appearance: none;
    border-radius: 0px;
    padding: 10px 50px;  
    margin-top: 15px;
}
.career-box{
  position: relative; border: 1px solid #fff; height: 45px;
  overflow: hidden;
}
#fileInput{
  position: absolute;
  left: -84px;
}
.left-file{
  position: absolute;
  right: 0px;
  height: 45px;
  margin-top: -1px;
  border-top: 0px !important;
  border-bottom: 0px !important;
  border-right: 0px !important;
  border-left: 1px solid;

}

/*=====================================================================career end======================================================================================*/

/*=====================================================================embedded end======================================================================================*/
.embdedded-section{
  
}


.embdedded-heading img{
  margin: 0px auto;
}

.embdedded-section{
    padding: 50px 0px;
    padding-top: 70px;
    background-color: #f0f1f5 !important;
  }
.embdedded-section .heading-section h1{
    
    margin: 0px;
    margin-bottom: 15px;    
    font-size: 40px;
    text-align: center;
}

.embdedded-section  .heading-section .download{
    text-align: right;
    padding-top: 15px;
}
.embdedded-section  .heading-section .download img{
    margin-left: -5px;

}
.embdedded-section  .heading-section .download a:hover .img-1{
    margin-right:-5px;
    transition: all 0.5s;
}
.embdedded-section  .heading-section .download a{
    
    display: block;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .8em;
    font-weight: 800; 
    color: #eb1e76; 
} 
 


  .casestudies-section{
    padding-top:30px;
}
/*
 .casestudies-section .casestudies-buck{
    padding: 20px;
    min-height: 565px;
}

 .casestudies-section .casestudies-buck.embed{
    padding: 20px;
    min-height: 580px;
}

 .casestudies-section.semi .casestudies-buck{
    padding: 20px;
    min-height: 530px;
}


*/



.casestudies-section .casestudies-buck h5{
    display: inline-block;
    margin: 0 0 .75em;
    font-size: .74em;
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 800;   
    letter-spacing:.18em;
    margin-top:35px;   
    font-family: Helvetica;

}
.casestudies-section .casestudies-buck h6{
    display: inline-block;
    margin: 0 0 .75em;
    font-size: .74em;
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 800;   
    letter-spacing:.18em;
    margin-top:15px;   
    font-family: Helvetica;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
 .casestudies-section .casestudies-buck h2{
    
    margin-top:15px;  
    font-size: 25px; 
}

 .casestudies-section .casestudies-buck p{
  font-size: 16px;
} 
 .p-b{
  padding-bottom: 50px !important;
 }

 .top-wrapper{
  padding: 50px 0px;
 }
 .top-wrapper h1{
  text-align: center;
  margin: 0px auto;
   
   margin-bottom: 20px;
   font-size: 40px;
 }
  .top-wrapper img{
    margin: 0px auto;
    margin-bottom: 0px;
  }
  .casestudies-section h3{
     
     text-align:left;
     font-weight: 700;
     padding-left: 15px;
     margin-bottom: 0px;
  }

  .domain-casestudies{
   padding-top: 0px;
  }
 .domain-block{
  min-height: 140px;
 }

.domain-sub{
  
     text-align: center;
}
.casestudies-section .services_divider{
  width: 70px;
  text-align: left;
   padding-left: 15px;
}
.left-line{
  border-right: 1px solid #ddd;
}
  .image-divider{
    background-image: url(../img/software/embedded/quote.jpg);
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding: 70px 0px;
    background-attachment:fixed;
    background-repeat: no-repeat;
    background-size: cover;
  
  }
   .image-divider p{
    color: #fff;
    font-size: 22px;

   }
     .image-divider h4{
      text-transform: uppercase;
      color: #fff;
      font-weight: 600;
      font-size: 10px;
      line-height:22px;
      margin-top: 35px;
     }


     

.testimonials{
  position: relative;
  padding: 0px 15px 0px 15px;
}

 .owl-dots {
  margin: 0px auto 0;
  /*for centering the dots*/
  text-align: center;
  color: #000;
  display: block;

}


 .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #0B1228;
  margin-right: 5px;
  display: inline-block;
 

}

 .owl-dot.active {

 background-color: #EA1D76;

}

/*
.services-wrapper .casestudies-buck:hover{
  box-shadow: inherit !important;
}

*/
 .owl-dots.disabled {
  display: block !important;
}



.owl-prev {
  left: 6px;
  position: absolute;
  top: 30px;
  margin-left: 15px;
}

.owl-next {
  right: 6px;
  position: absolute;
  top: 30px;
  margin-right: 15px;
}

.owl-prev i, .owl-next i{
  font-size: 20px;
  color: #0B1228;
}
.owl-prev:hover i, .owl-next:hover i{
  font-size: 20px;
  color: #EA1D76;
  transition: all 0.5s ease-in;
}
.owl-nav{
  position: absolute;
  top: -76px;
  width: 100%;
  
}
.domain-casestudies .casestudies-buck{
 
  position: relative;
}

.domain-casestudies .casestudies-buck h6{
  position: absolute;
  bottom: 0px;
}



@media( max-width: 768px ) {
  .testimonials{
    padding: 0px;
  }
}


/*=====================================================================embedded end======================================================================================*/
/*=====================================================================iot start======================================================================================*/

.about-bg.bg-iot h5{
  text-transform: none;
}


.iotservice{
  background-color: #fbfbfb;

}
.unique-wrapper{
    padding: 50px 0px;

}

.heading-iot h1{
  
color: #0B1228;
margin-top: 0px;
font-size: 40px;
margin-bottom:10px;

}

.heading-iot img{
  width: 72px;
height: 2px;
margin: 0px auto;
text-align: center;

}

.unique-wrapper p{
  font-size:18px;
  padding: 15px 0px;
}
.unique-buck{
  padding: 15px;
  min-height: 310px;
}
.unique-buck img{
  width: 120px;
}
.unique-buck h3{
  
  margin-bottom: 10px;
  font-size:18px;

}
.unique-buck p{
  font-size:14px;
  padding-top: 0px;

}

.modal-iot .modal-title{
  color: #fff;
  font-size:35px;
}
.modal-iot .modal-header{
  border-bottom: 0px;
  margin-bottom: 15px;
  color: #000 !important;

}

.modal-iot .modal-body{
  color: #000;
}
.modal-iot .modal-dialog{
  margin-top: 5% !important;
}


.modal-iot .modal-body p {
  background-color: #fff;
  padding: 5px 6px;
}

.model-p-tyq {
  background-color: #fff;
  padding: 10px 15px 20px;
  margin: 7px 0px;
}

.model-p-tyq ul {
  list-style-type: disc;
  padding-left: 30px;
  padding-top: 10px;
}

.model-p-tyq ul li {
  padding: 3px 0px;
}

.model-p-tyq ul li ul li{
  list-style-type: circle;
}


.casestudies-section .casestudies-buck.iot-case h5{
    text-transform: none;
}

.iot-case p{
  margin-bottom: 15px;
}
.iot-case a,
.news-wrapper h6  {
    display: inline-block;
    margin: 0 0 0em;
        margin-top: 0px;
    font-size: .74em;
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .18em;
   
    font-family: Helvetica;
    padding: 0px;
    position: absolute;
    bottom: 25px;

  }


.iot-case {
  min-height:500px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;;
}
.modal-iot i{


color: #EA1D76;
text-shadow: none !important;

opacity: 1 !important;
}

.modal-iot span{
      
    margin-bottom: 10px;
    font-size: 18px;

}
.video-wrapper{
  padding: 50px 0px;
}
.video-heading{
  padding-bottom: 30px;
  text-align: center;
}
.video-heading h1{

margin: 0px;
    margin-bottom: 0px;
margin-bottom: 15px;
font-size: 40px;
text-align: center;
}
.video-heading img{
  margin: 0px auto;
}

.video-wrapper iframe{
  margin-top: 15px;
}
.video-buck h3{
  
    margin-bottom: 10px;
    font-size: 24px;


}
.video-buck{
  padding-bottom: 25px;

}

.iotservice .services-whatwedo{
  margin-bottom: 10px !important;
}

.iotservice .tyq-pro {
    background-color: #fff;
    margin: 10px 0px;
}

.iotservice .tyq-pro ul {
  margin-left: 0px;
}

.iotservice .tyq-pro img {
  padding: 30px;
}

.inner-iot{
  background-color: #fff;
  padding: 15px;
  margin-top: 10px;
-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.10);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.10);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.10);
}
.inner-iot ul{
  margin-top: 0px;
  margin-left: 0px;


}
.inner-iot h2{
   
    margin-bottom: 10px;
    font-size: 22px;
}

.inner-iot ul li{
  font-size: 14px;
  padding-left: 3px;
 

}
.services-wrapper li i{
  position: absolute;
font-size: 7px;
margin-left: -10px;
margin-top: 15px;
 

}

/*LIGHTBOX STYLE*/
.lightbox {
  display:none;
  position:fixed;
  z-index:999;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  background:rgba(9,19,48,1 );
}
  
  .lightbox-video {
    width:100%;
    padding-bottom:56%;
  }
  
  iframe {
    position:absolute;
    height:100%;
    width:100%;
    left:0;
    right:0;
  }
  
  

  .lightbox-close i{
    color: #EA1D76;


  }
  
  .lightbox-close {
    position:absolute;
    display:block;
    top: 25px;
    right: 25px;
    color:#ffffff;
    font-size:26px;
  
  
    
    border-radius: 50%;
    line-height:50px;
    text-align:center;
    z-index: 999999;
    
    &:hover {
      text-decoration: none;
    }
  }
  
  .lightbox-container {
    width: 75vw;
    height: 100vh;
    margin:0 auto;
   }

   #demovideo {
    width: 95%;
    margin: 0 auto;
   }

   @media( max-width: 991px ) {
     .lightbox-container {
      width: 100%;
     }
   }
  
  .lightbox-video video{
    width: 500px;
  }

.iot-on{
  display: none;
}

.lightbox-close i {
  color: #fff;
}













.vid-container {
  height: 350px;
  width: 100%;
  display: flex;
  flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vid-container-cap {
  height: 350px;
  width: 100%;
      display: flex;
  flex-direction: column;
    align-items: left;
    justify-content: center;
}

.vid-container-cap hr {
  margin-top: 5px;
}

.vid-container-cap h2 {
  
  font-weight: 400;
  margin: 0px;
  margin-bottom: 5px;
}

.vid-container-cap h4 {
  margin: 0px;
  padding-bottom: 0px;
  padding-top: 10px;
}


.vid-container a#video-play {
  z-index: 1;
}


.vid-container a#video-play img {
  width: 100px;

}

.vid-container .video-thumbnail img {
  width: 490px;
  height: 272px;
}



.vid-container .video-thumbnail,
.vid-container .video #vid_frame,
.vid-container .a {
  position: absolute;
  display: block;
}



.vid-container .video #vid_frame {
  width: 490px;
  height: 275px;
  display: none;
  left: 145px;
  top: 22px;
  background : linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
}

.vid-container-items {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.vid-scroller {
  position: relative;
}

 button.vid-scroll {
  position: absolute;
  top: 70px;
  z-index: 0;
  color: rgba(61,4,75,1);
  cursor: pointer;
  width: 45px;
  height: 45px;
  opacity: 0.7;
  font-weight: bolder;
  background: none !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.5s ease-in-out;
}

button.vid-scroll:hover {
  opacity: 1;
}

 button.vid-scroll i.fa-4x{
  font-size: 3em;
  display: inline-block;
}




button.vid-scroll.left {
   left: -10px;
}

button.vid-scroll.right {
   right: 0px;
}


.vid-item-thumb {
    position: absolute;
    z-index: 0;
    top: 0px;
}

.vid-item {
  margin: 20px 20px;
  padding: 0px;
  cursor: pointer;
  position: relative;
}

.vid-item .thumb img {
  background-color :transparent ;
  filter: hue-rotate(0deg);
  transition: all 0s ease-in-out; 
}

.vid-item .thumb:hover img {
    filter: grayscale(1);
    opacity: .4;
}

.vid-item.active .thumb img,
.vid-item.active .thumb:hover img {
  filter: hue-rotate(275deg) saturate(100%);
  opacity: 1;
}

.vid-item .desc {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  padding:10px;
  background-color: rgba(0,0,0,0.7);
  color: #fff;
   display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 1;
   transition: all 0.5s ease-in-out;
   text-transform: capitalize;
   font-weight: 600;
}


.vid-item:hover .desc {
  opacity: 0;
}






@media( max-width: 1199px ) {
  .vid-container .video-thumbnail-back {
    top: 55px;
    left: 59px;
  }
}



@media( max-width: 991px ) {
  .vid-item {
    margin: 5px 5px;
    position: relative;
    padding: 5px;
    cursor: pointer;
    border : 1px solid #f0f0f0;
  }

  .vid-item .desc {
    top: 5px;
    left: 5px;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
  }

   .vid-container .video-thumbnail-back {
    top: 100px;
    left: -12px;
  }

   .vid-container .video-thumbnail-back img{
    height: 230px;
  }


}

@media( max-width: 768px ) {
  .vid-container .video-thumbnail img {
    width: 300px;
    height: 160px;
  }

  .vid-container .video-thumbnail-back img {
    width: 300px;
    height: 160px;
    top: 55px;
    left: 59px;
  }

  #vid_frame {
    width: 300px;
    height: 168px;
  }

  .vid-container a#video-play img {
    width: 70px;
  }

  .vid-container {
    height: 180px;
  }

  .vid-container-cap {
    height: 130px;
  }

  .vid-container-cap h4 {
    font-size: 15px;
    margin-bottom: 40px;
  }

  .vid-container-cap h2 {
    font-size: 22px;
    margin-top: 20px;
  }

   button.vid-scroll i.fa-4x {
    font-size: 35px;

  }

  button.vid-scroll.left {
     left: -5px;
  }

  button.vid-scroll.right {
     right: -5px;
  }

  .vid-container-items {
  height: 150px;
  overflow-x: scroll;
  position: relative;
}

button.vid-scroll.left {
   display: none;
}

button.vid-scroll.right {
   display: none;
}


}










/*=====================================================================iot end======================================================================================*/

.ucase-img {
  padding: 30px;
  border : 1px solid #f0f0f0;
}


.mobility-services.ai .mobility-detail h2{
        text-align: center;
        display: block;
}

.services-wrapper.ai ul {
  margin-top: 10%;
}


.diagram_wrapper.ai h3 {
  margin-bottom: 0;
}



.mobility-detail.ai h2 {
  text-align: center;
  margin-top: 30px;
}

.mobility-services.ai:hover {
  box-shadow: none;
}

.mobility-services.ai {
  margin-top: 40px;
}

.embdedded-section.ai {
  background-color: #fff !important;
}

.career_wrapper.ai {
  margin-top: 0;
  padding-top: 0;
}

.services-wrapper.ai {
  margin-bottom: 0;
  padding-bottom: 0;
}

.nav-tabs.ai {
  cursor: pointer;
}



.nav-tabs.ai li img{
  margin: 0px 0px 5px;
  width: 150px;
}

.nav-tabs.ai li a h3 {
  color: #000;
  font-weight: bold;
  
  margin: 0px;
}
.nav-tabs.ai li a h5 {
  margin: 0 0 0em;
    margin-top: 0px;
margin-top: 10px;
font-size: .74em;
background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-transform: uppercase;
font-weight: 800;
letter-spacing: .18em;
font-family: Helvetica;
padding: 0px;
padding-bottom: 30px;

}

.nav-tabs.ai li.active a,
.nav-tabs.ai li.active{
  border: none !important;
  background-color: #051950 !important;

}

.nav-tabs.ai li:hover a,
.nav-tabs.ai li:hover{
 background-color: #e0e0e0;
}

.nav-tabs.ai li.active a h3 {
  color: #fff !important;
}


@media(max-width: 767px) {
  .nav-tabs.ai li img{
    margin: 0px 0px 5px;
    width: 70px;
  }

  .nav-tabs.ai li a h3 {
    font-size: 16px;
  }
  .nav-tabs.ai li a h5 {
    font-size: 8px;
    padding-bottom: 5px;
  }
}



@media only screen and (max-width: 1400px){



  .menu-full h1{
  color: #fff;
   
  margin: 0px;
  font-size: 30px;
 
  text-align: left;
  font-weight: 800;
}
.menu-full h2{
  color: #fff;
  text-align: left;
  font-weight: 300;
  
  font-size: 17px;


}
.menu-full h5{
  font-family: Helvetica;
  font-size:16px;
   margin: 5px 0px;


color: #270444;
}
.main-lis li{
  min-height:60px;
  width: 100%;
  padding: 5px 30px;

}
.carousel-control .nav-slider {
    width: 30px !important;
    margin-top: 175%;
}





  }


  @media only screen and (max-width: 1098px){


.slider-wrapper .carousel-inner .slider-bottom li{

  font-size: 14px !important;
}

  .carousel-control .nav-slider {
    width: 30px !important;
    margin-top: 0;
    height: 100%;
}
}



  
 








@media only screen and (max-width: 992px){

  .carousel-indicators{
    margin-top: -8%;
  }
  .iot-on{
  display: block;
}
.iot-off{
  display: none;
}

  .inner-iot ul{
  margin-top: 0px !important;
  margin-left: 0px !important;


}



  .left-line{
  border-right: 0px solid #ddd;
}
  
  .inner-flex{
  display: block;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
}
  .techno_wrapper{
    min-height: 350px;
  }
  .career_wrapper .panel-title h5{
  position: inherit;
  right: 50px;
  margin-top: 5px;
  font-size: 20px;
   font-family: Helvetica;
}

  


.career_wrapper .tabs li {
  min-height: 208px;
}
  .services-wrapper ul{
    margin-top: 25px;
    margin-left: 25px;
  }
.rightline{
  border-right: 0px solid #0B1228;
}
   .slider-wrapper .carousel-inner .content-industry h1{
  font-size: 40px;

}
.mobility_wrapper .container{ padding:0px 40px;

}

  .mobility_wrapper{
  margin-bottom: 50px 0px;
}

.image-mobility img{
  max-width: 100%;
  margin: 0px auto;
  padding: 20px 0px;
  padding-bottom: 0px;

}
.mobility-services .mobility-detail h2{

   
    color: #0B1228;


}
.mobility-detail{

  padding:20px;
  padding-top: 0px;
}
.mobility-services .mobility-detail h2{

   
    color: #0B1228;

}
.mobility-services .mobility-detail ul {
  margin-top: 0px;
}
.mobility-services .mobility-detail ul li{
  font-size: 16px;
  line-height: 35px;
  padding-left: 15px;
}



.mobility-services .mobility-detail ul li i{
  position: absolute;
  margin-left: -15px;
  margin-top: 13px;
  font-size: 10px;
}


  
.navbar-right{
  display: none !important; 
}

  .accordian .title3 {
  background-color:transparent;
  color: darken(@light-color, 40%);
  padding: 1rem;
  margin: 0;
  border-bottom: 0px solid rgba(0, 0, 0, .1);
  font-weight: 300;
  transition: all .25s ease;
  font-family: Helvetica;
  font-size: 18px;
  &:hover {
    background-color: rgba(0, 0, 0, .005);
  }
}

.accordian .title2 {
  background-color:transparent;
  color: darken(@light-color, 40%);
  padding: 1rem;
  margin: 0;
  border-bottom:0px solid rgba(0, 0, 0, .1);
  font-weight: ;
  transition: all .25s ease;
  font-size: 22px;
  &:hover {
    background-color: rgba(0, 0, 0, .005);
  }
}

.accordian ul ul li a {
  font-size: 13px;

}
.inner{
  margin-left: 25px !important;
}

  
  .about-bg{
    background: url('../img/about/aboutus.jpg');
  padding:150px;
  background-size: cover;
}

  .tab-content p{
    padding-right: 0px;
  }


  .mobility-bg{
  background-image: url("../img/mobility_bg.jpg");  
  padding:150px;
  background-size: cover;
}







  header .navbar-nav>li>a {
    position: relative;
    display: block;
    padding: 30px 10px;
    font-weight: 400 !important;
    font-size:16px;
    letter-spacing: 0.5px;
   
    color: #fff;
   font-weight: normal;
   font-family: Helvetica;

    
}
.ceo-wrapper h6{
    
    letter-spacing: .2em;
    font-size: .74em;
  
}
.ceo-wrapper h1{
    
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 2.1em;
}
.talk-wrapper p{
    font-size: 1.2em;
    text-align: center;

}

.productization-wrapper h3{
    font-weight: 600;
}
.productization-wrapper p{
    padding-right: 1em;
    font-size: 13px;
}
 .box-cont{
       margin-right: 2em;
       margin-top: 0%; 
}
.productization-wrapper .grd-shadow{
    position: absolute;
bottom: -1.1em;
left: -.1em;
z-index: -1;
width: 85%;
height: 85%;
border: 3px solid transparent;  
-webkit-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
-o-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
  border-image-slice: 1;


}

.invention-wrapper .grd-shadow{
    position: absolute;
bottom: -1em;
right: -.1em;
z-index: -1;
width: 85%;
height: 85%;
border: 3px solid transparent;  
-webkit-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
-o-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
  border-image-slice: 1;
}

.invention-wrapper h3{
    font-weight: 600;
}
.invention-wrapper p{
    
    font-size: 16px;
}
.box-cont2{
      margin-left:2em;  
      margin-top: 0%;  
  }
  .news-res{
    margin-left: 25%;
  }
  .news-wrapper .news-sections .news-buck h2{
    font-weight: 600;
    margin-top:15px;  
    font-size: 1.8em; 
}
.news-wrapper .news-sections .news-buck{
    padding: 20px;
    min-height: 500px;
}
.footer-cont{
  text-align: center;
  margin-bottom: 20px;
}
.social-media ul{
  text-align: center;
  margin:0px auto;
  width: 203px;
}

   .slider-text{
  background-color: transparent;
  margin-top:18%;
  position: absolute;
  margin-left: 10%;
}
.slider-text h1, .slider-text p{
  font-size:2.8em;
   
   color: #fff;
}
.slider-text h3{
  
   color: #fff;
   font-size: 20px;
   float: left;
}


.slider-text h3 img{
  height: 40px;
  width: 40px;
  float: right;
  margin-top: -10px;
  margin-left: 15px;
}
.img-box{
  display: none;
}

.menu-full h1{
  color: #fff;
   
  margin: 0px;
  font-size:30px;
 
  text-align: left;
  font-weight: 800;
}
.menu-full h2{
  color: #fff;
  text-align: left;
  font-weight: 300;
  
  font-size:16px;


}

.menu-full h5{
  font-family: Helvetica;
  font-size: 18px;
   margin: 5px 0px;
   display: none;


  color: rgb(234, 29, 118,0);
}
.main-lis li{
  min-height: 30px;
  width: 100%;
  padding: 5px 30px;

}
.sub-lis li h2{
  margin: 0px;
}
.sub-lis li{
  padding: 10px 30px;
}
.sub-lis li:hover{
  background-color: #1d0233;
}
.main-lis li:hover h5{
  color: rgb(234, 29, 118,1);
  transition: all 0.6s ease-in;
}
.main-lis li:hover{
  background-color: #1d0233;
  transition: all 0.6s ease-in;
}


} 
@media only screen and (max-width: 767px){

  



  .unique-buck{
  padding: 15px;
  min-height:inherit;
  text-align: center;
}
  .unique-buck img{
    margin: 0px auto;
  }
  .iot-case {
  min-height:inherit !important;
}

/*
  .mobility-casestudies-section  .casestudies-buck{
  min-height:120px !important;

}

*/
.mobility-casestudies-section  .casestudies-buck h6{
  position:inherit;
  bottom: 0;
}

   .techno_wrapper{
    padding: 30px 0px;
    padding-top: 0px !important;
  }
  .techno_wrapper .nav-pills{
    display: none;
  }
    .techno_wrapper .tab-content > .tab-pane{
    display: block !important;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;

  }
  .techno_wrapper .tab-content > .tab-pane-last{
    border-bottom: 0px !important;
  }
 .techno_wrapper .tab-pane h3{
   
   display: block;


}
  .carousel-control{
    display: none;
  }
  .career_wrapper .panel-title{
    padding-right: 20px;
  }
  .career_wrapper .panel-title i{
    top: 3px;
    right: -20px;  }
  .career_wrapper .tabs li{
    padding: 15px;
  }

  .career_wrapper .tabs li h3{
   font-family:  fitura;
  font-size: 20px;
  color: #0B1228;
  text-transform: uppercase;
  margin-top: 0px;


}
.career_wrapper .tabs li p{
   display: none;


}
.career_wrapper .tabs li h3::after{
  width: 20px;
}
.career_wrapper .tabs li {
  min-height:inherit;
}
  
   .slider-wrapper .carousel-inner .content-industry h1{
  font-size: 30px;

}
 

  .tab-content{
  min-height: 400px;
display: block;
    align-items: center;
}



  
.slider-wrapper .carousel-inner .slider-bottom{
  
  display: block;
    justify-content: center;
    width: 100%;
    font-size:12px;
    letter-spacing:2px;
    

}
.slider-wrapper .carousel-inner .slider-bottom li{
   float: inherit !important;
   color: #000;
   padding: 0px 10px;
   border-right: 2px solid #fff;
   float: none !important;
  display: flex;
  justify-content: inherit;
    width: 100%;
    text-align: left !important;
}


.slider_content{
  overflow-x: hidden !important;
  padding-top: 50px;
}




.carousel-control .nav-slider{
  width: 30px !important;
  margin-top:170%;
  display: none;
}






  .founder-wrapper{
    padding-top: 0px;
    padding: 15px;
  }
  .mission-wraper{
    padding-top: 0px;
    padding-bottom: 0%;
  }
  .tab-content{
    padding-top: 0%;
    padding: 15px;
    min-height: inherit;
  }
  .tab-content h3{
    font-size: 25px;

  }
  .mission-wraper .mission{
margin-bottom: 20px;
  }
  .card{
    display: none;
  }
  .tab-back{
   -webkit-box-shadow: 0px 0px 26px 20px rgba(0,0,0,0.00);
-moz-box-shadow: 0px 0px 26px 20px rgba(0,0,0,0.00);
box-shadow: 0px 0px 26px 20px rgba(0,0,0,0.00);
transition: all 0.8s;

}
  .mb-ac{
    display: block !important;
  }
   .about-bg{
  
  background: url('../img/about/aboutus.jpg');
  padding:120px 30px;
  background-size: cover;
}
  .menu-full h1{
  color: #fff;
   
  margin: 0px;
  font-size:25px;
 
  text-align: left;
  font-weight: 800;
}

  .join-wrapper h3, .jorney-wrapper h3{
    color: #fff;
    font-size: 23px;  
    margin-bottom: 0px;  
    min-height: 35px;
      


}

.join-wrapper .informed:hover h3 {
    font-size: 24px;
    transition: all 0.5s ease-in;
    cursor: pointer;
    min-height: 35px;   
}
.join-wrapper .join:hover h3{
    font-size: 24px;
    transition: all 0.5s ease-in;
    cursor: pointer;
    min-height: 35px;   
}

  .client-wrapper .col-n-2{

    width: 50% ;
    height: 185px;
    float: left;
    text-align: center;
    padding: 15px;
              
} 
.box-cont2{
  margin-left: 0px;
  margin-right: 2em;
}
  .hi a{
  display: block;
  margin-top: 20px;
}
.vi a{
  display: none;

  }
  .news-res{
    margin-left:0%;
  }
   .news-wrapper .news-sections .news-buck h2{
    font-weight: 600;
    margin-top:15px;  
    font-size: 1.6em; 
}


  .productization-wrapper h3, .invention-wrapper h3{
    
    font-weight: 600;
    margin-top:50px;
}

.productization-wrapper p{
    padding-right: 0em;
    font-size: 16px;
}
.jorney-wrapper h2{
    font-weight: 600;
    min-height: 35px;
    font-size: 20px;
}
.jorney-wrapper h2:hover{
    font-size: 21px;
    transition: all 0.2s ease-in;


}


.slider-text{
  background-color: transparent;
  margin-top:18%;
  position: absolute;
  margin-left: 10%;
}
.slider-text h1, .slider-text p{
  font-size:2.2em;
   
   color: #fff;
}
.slider-text h3{
  
   color: #fff;
   font-size: 16px;
   float: left;
   margin-left:5px;
   margin-top: 1.5em;
}


.slider-text h3 img{
  height:30px;
  width: 30px;
  float: right;
  margin-top: -5px;
  margin-left: 10px;
}

.scroll{
  position: absolute;
  z-index: 9;
  color: #fff;
  right: 10px !important;
  bottom:50px;
  transform: rotate(90deg);
  font-weight: 600;
 
}
.slider-video{
  display: none;
}
.img-slider{
  display: block !important;
}

}


@media( max-width: 500px ) {
  .client-wrapper .col-n-2{

    width: 50% ;
    height: 135px;
    float: left;
    text-align: center;
    padding: 15px;
              
} 
}

@media only screen and (max-width: 767px) {

  .slider-wrapper .carousel-inner .slider_img{
  width: 100%;
}
.slider-wrapper .slider-heading{
 

 color:#fff !important; 
  padding-bottom: 0px;
  margin: 0px auto;
  margin-top: 102px;

}

.carousel-control .nav-slider{
  width: 30px !important;
  margin-top:125%;
}

.carousel-indicators{
  top:82%;
}
  .slider-wrapper .carousel-inner h1{
  color: #000; z-index: 999999; font-size: 22px; font-weight: 600; text-transform: uppercase;
  font-family: 'Roboto', sans-serif;

  margin: 0 auto;
  display: block;
  display: flex;
  justify-content: center;
    width: 100%;
    
}

  .iot-case a {
    display: inline-block;
    margin: 0 0 0em;
        margin-top: 0px;
    font-size: .74em;
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
        background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .18em;
   
    font-family: Helvetica;
    padding: 0px;
    position: inherit;
    bottom: 25px;
    margin-top: 30px;

  }
  .about-bg h1{
    font-size: 25px;
  }
  .navbar {
    min-height: 80px;
  }
  .navbar-toggle {
    margin-top: 20px;
    border: none;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #530c58 ;
  }
  .navbar-white .navbar-toggle .icon-bar {
    background-color: #530c58  !important;
  }
  .navbar-header {
    height: 80px;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  header .navbar-nav>li>a {
    padding: 15px;
    background-color: #fff;
    color: #333 !important;
    font-size: 12px;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
  }
  header .navbar-nav>li>a:before {

  }
  header .navbar-default .navbar-nav>.active>a, header .navbar-default .navbar-nav>.active>a:focus, header .navbar-default .navbar-nav>.active>a:hover {
    background-color: #530c58  !important;
    color: #fff !important;
  }
  header .navbar-default .navbar-nav>li>a:hover {
    background-color: #530c58  !important;
    color: #fff !important;
  }
  .title h1 {
    font-size: 26px;
  }
  .slider-text{
  background-color: transparent;
  margin-top:30%;
  position: absolute;
  margin-left: 10%;
}
.menu-full{
  text-align: left;
  margin-top: 60px;
 }

}

@media only screen and (max-width: 600px){

  .slider-wrapper .carousel-inner .content-industry h1{
  font-size: 30px;
  text-align: center;

}
  .mobility-services .mobility-detail ul li{
  font-size: 16px;
  line-height: 35px;
  padding-left: 15px;
}
  .image-mobility img{
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
  padding-bottom: 0px;
  margin-top: 0px;

}
.mobility-services .mobility-detail h2{

   
    color: #0B1228;
    font-size: 25px;

}
  
.slider-wrapper .carousel-inner .slider-bottom{

  display: block;
    justify-content: center;
    width: 100%;
    font-weight: 800;
    font-size:12px;
    letter-spacing:2px;
    

}
.slider-wrapper .carousel-inner .slider-bottom li{
   float: inherit !important;
   
   padding: 0px 10px;
   border-right: 0px solid #fff !important;
   float: none !important;
  display: flex;
  justify-content: center;
    width: 100%;
    text-align: left
}
  .social-men span, .menu-inner-call span{
 display: none;
}
.client-wrapper .heading-section .download{
  text-align: left;
}
.download{
  width: 100%;
  text-align: left !important;
}
.new{
  width: 100% !important;
}

.slider-text{
  background-color: transparent;
  margin-top:30%;
  position: absolute;
  margin-left: 10%;
}
.slider-text h1, .slider-text p{
  font-size:1.5em;
   
   color: #fff;
}
.slider-text h3{
  
   color: #fff;
   font-size: 16px;
   float: left;
}


.slider-text h3 img{
  height:20px;
  width: 20px;
  float: right;
  margin-top: -0px;
  margin-left: 10px;
}
}
@media only screen and (max-width: 500px){
  .carousel-indicators{
    margin-top:-20%;
  }
  

  

  .ceo-wrapper h1{
    
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.6em;
}

.scroll{
  position: absolute;
  z-index: 9;
  color: #ffff;
  right: -20px !important ;
  bottom: 60px;
  transform: rotate(90deg);
  font-weight: 600;
 
}


}


.hashlink {
    height: 80px;
    margin-top: -80px;
    visibility: hidden;
}



@media only screen and (max-width: 400px){
 .slider-wrapper .carousel-inner h1{
  color: #000; z-index: 999999; font-size:20px; font-weight: 600; text-transform: uppercase;
  font-family: 'Roboto', sans-serif;

  margin: 0 auto;
  display: block;
  display: flex;
  justify-content: center;
    width: 100%;
    
}

.slider-wrapper .carousel-inner .slider-bottom li{
   float: inherit !important;
   color: #000;
   padding: 0px 10px;
   border-right: 0px solid #fff !important;
   float: none !important;
  display: flex;
  justify-content: center;
font-size: 10px !important;
    width: 100%;
    text-align: left
}

.slider-wrapper .carousel-inner .slider-bottom{
  
  min-height: 60px !important;

}

}



@media( max-width: 991px ) {
  .slider-wrapper .carousel-inner .slider-bottom{
   

    display: block;
    text-align: center;
    width: 100%;
    font-size:12px;
    letter-spacing:2px;
    min-height: 85px;

}

.slider-wrapper .carousel-inner .slider-bottom li {
    border: none !important;;
}

}




/*........................about.......................*/


.grid__body, .grid__header {
    text-align: center;
}

.grid__body {
    margin: 0 0 3em;
    margin-top: -50px;
}

.grid__item {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 padding: 20px;
 margin: 5px 0px;
 color: #fff !important;
 min-height: 300px; 
 background: rgba(92,4,119,1);
background: -moz-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,4,119,1)), color-stop(100%, rgba(177,27,117,1)));
background: -webkit-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
background: -o-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
background: -ms-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
background: linear-gradient(to bottom, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0477', endColorstr='#b11b75', GradientType=0 );
 transform: scale(1);
 transition: all 0.5s ease-in-out;
 z-index: 1;
}

.grid__item .grid__item-media img {
  width: 150px;
}

.grid__item .grid__item-media h4 {
    
font-weight: 500;
margin: 0px;
margin-top: 15px;
}



 .grid__item .grid__item-body h4 {
      
font-weight: 400;
    }
 .grid__item .grid__item-media h4 {
      display: none;
    }




@media(min-width: 1200px) {
    .grid__item .grid__item-body  {
      display: none;
    }

    .grid__item .grid__item-media h4 {
      display: block;
    }
   
    .grid__item:hover {
      transform: scale(1.1);
      z-index: 2;
      box-shadow: 0px 0px 20px rgba(0,0,0,0.1 );
    }

    .grid__item:hover .grid__item-body  {
      display: block;
    }

    .grid__item:hover .grid__item-media {
      display: none;
    }

    .grid {
      padding: 0px 50px;
    }
    .grid__item.item1 {

    }
    .grid__item.item2 {
  
    border-right: none;
  }
  .grid__item {
    min-height: 230px;
  }

}



@media(min-width: 992px ) and (max-width: 1200px) {
 
  .grid__item {
    min-height: 320px;
  }



  .grid__item.item1 .grid__item-media img,
  .grid__item.item3 .grid__item-media img {
    margin-top: -44px;
  }
}



@media(max-width: 992px) and (min-width: 767px) {
 
    .grid__item {
      height: 315px;
    }
    .grid__item.item1 .grid__item-media img,
    .grid__item.item3 .grid__item-media img{
      margin-top: -16px;
    }
 
}

@media ( max-width: 768px ) {
    .grid__body {
      margin-top: 0px;
      margin: 15px;
    }

   
}


/*-..................................graph...............................................*/


.graph .labels.x-labels {
  text-anchor: middle;
}





.milestone li.mile {
    display: block;
    position: static;
    opacity: 1;
    background-color: #fff;
    min-width: 300px;
    
  }

  .milestone li.mile p {
    font-family: Helvetica;
    font-weight: 400;
    text-align: left;
    line-height: 1.3em;
  }

  .milestone li.join {
    -webkit-box-shadow: none;
    
    height: auto;
  }

    .milestone li.join h5 {
        padding: 0;
        margin: 0;
        margin-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: 5px;
    }

    .milestone li.join img {
        width: 45px;
        margin-bottom: 8px;
    }

   .milestone li.join a {
    text-decoration: none;
    color: #181818;
    position: static;
    margin: 0;
    padding: 0;
    
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }

.graph1 {
  display: none;
}

circle {
  cursor: pointer;

}

text {
  font-size: 16px;
}


.milestone li.mile div.img{
   position: absolute;
  top: 20%;
  left: -2pc;
  background-color: #f3f3f3;
  width: 70px;
  height: 70px;
  padding: 20px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: -4px 0px 7px -1px rgba(185, 185, 185, 0.7);
}

.milestone li.mile img.ico{
  width: 125%;
}



@media(min-width: 1200px) {
  .graph {
  height: 380px;
  width: 100%;
  margin-top: 100px;
  margin-bottom: -50px;
  background-image: url(../img/graph-1170.svg);
  background-repeat: no-repeat;
  background-position: center -150px; 
  background-size : cover
}

.graph text {
  font-family: Helvetica;
  font-weight: bolder;
}


.graph .grid {
  stroke: #ccc;
  stroke-dasharray: 0;
  stroke-width: 1;
}

.labels {
  font-size: 13px;
}

.label-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  fill: black;
}

.data {
  fill: red;
  stroke-width: 1; 
}


.milestone {
  position: static;
  width: 100%;
  display:  block;
}

.milestone li.mile {
  padding: 10px 10px;
  margin: 10px 0px;
  box-shadow: 0px 0px 6px 4px rgba(185, 185, 185, 0.7);
}


.milestone li p {
  font-size: 12px;
}



  .graph-box {
    display: none;
  }

  .graph-box.graph1 {

    display: block;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .milestone {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
  }
  .milestone li.mile {
    display: none;  
    position: absolute;
    width: 390px;
    z-index: 1;
  }

  .mile1 {
    top : -296px;
    left : 5px;
  }

  .milestone li.mile.mile1 div.img {
      top: 4px;
  }

  .mile2 {
    top : -375px;
    left : 130px;
  }

  .milestone li.mile.mile2 div.img {
      top: 14px;
  }
  .mile3 {
    top : -410px;
    left : 250px;
  }
  .mile4 {
    top : -455px;
    right : 420px;
  }

   .milestone li.mile.mile4 div.img {
      top: 16px;
  }

  .mile5 {
     top : -424px;
    right : 276px;
  }

  .milestone li.mile.mile5 div.img {
      top: 4px;
  }

  .mile6 {
     top : -442px;
    right : 145px;
  }

   .milestone li.mile.mile6 div.img {
      top: 17px;
  }

  .mile7 {
     top : -492px;
    right : 10px;

  }

   .milestone li.mile.mile7 div.img {
      top: 28px;
  }

   .milestone li.join {
    width: 200px;
    height: 200px;
    position: absolute;
    top: -495px;
    right: 0px; 
    z-index: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: center;
  }
  .milestone li.mile h6 img{
  position: absolute;
  top: -4px; 
  left: -25px;
  width: 12px;
  background-color: #fff;
}
}

@media(max-width: 1199px) and (min-width: 992px) {

  .graph-box.graph1 {

    display: none;
  }

.graph-box {
  display: block;
}
  .graph {
  height: 380px;
  width: 800px;
  margin-bottom: -50px;
  background-image: url(../img/graph-1170.svg);
  background-repeat: no-repeat;
  background-position: center 12px; 
}



.graph text {
  
  font-weight: bold;
}


.graph .grid {
  stroke: #ccc;
  stroke-dasharray: 0;
  stroke-width: 1;
}

.labels {
  font-size: 13px;
}

.label-title {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  fill: black;
}

.data {
  fill: red;
  stroke-width: 1; 

}


 .graph-box {
    display: block;
  }

  .milestone {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #fff;
  }
  .milestone li.mile {
    display: none;
    position: absolute;
    width: 350px;
    z-index: 1;
    background-color: #fff !important;
  }

  .mile1 {
    top : -211px;
    left : 40px;
  }

    .milestone li.mile.mile1 div.img {
      top: 4px;
  }

  .mile2 {
    top : -264px;
    left : 129px;
  }
  .mile3 {
    top : -274px;
    right : 360px;
  }
  .mile4 {
    top : -282px;
    right : 286px;
  }

  .milestone li.mile.mile4 div.img {
      top: 17px;
  }


  .mile5 {
     top : -265px;
    right : 170px;
  }

  .mile6 {
     top : -290px;
    right : 77px;
  }

  .mile7 {
     top : -365px;
    right : 14px;
  }


   .milestone li.mile.mile5 div.img {
      top: 11px;
  }

   .milestone li.mile.mile6 div.img {
      top: 4px;
  }

   .milestone li.join {
    width: 200px;
    height: 120px;
    z-index: 0;
    position: absolute;
    top: -345px;
    right: 100px; 
    box-shadow: none;
    -webkit-box-shadow: none;
    text-align: center;
  }

  .milestone li.mile h6 img{
    position: absolute;
    top: -4px; 
    left: 0px;
    width: 20px;
    background-color: #fff;
  }

}

.milestone li.mile {
  padding: 10px 10px 10px 45px;
  text-align: left;
  box-shadow: 0px 0px 6px 4px rgba(185, 185, 185, 0.7);
   border-radius: 15px;
   background-color: #fff;
}

.milestone li.mile h6 {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.milestone li p {
  font-size: 12px;
}




@media(max-width: 991px) {
  .graph-box.graph,
  .graph-box {
    display: none;
  }

 .milestone {
    position: static;
  }
  .milestone li.mile {
    display: block;
    position: relative;
    margin: 15px 0px 15px 10px;
    min-width: 0px;
    max-width: 700px;
    width: 48%;
    min-height: 144px;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;

  }

   .milestone li.join {
    width: 48%;
    float: left;
    text-align: center;
    height: 120px;
    position: relative;
    box-shadow: none;
    -webkit-box-shadow: none;
    margin: 30px 0px;
    margin-bottom: -15px;
  }

   .milestone li.mile div.img {
      top: 24px;
  }
   .milestone li.mile.mile1 div.img {
      top: 15px;
  }
   .milestone li.mile.mile5 div.img {
      top: 14px;
  }
   .milestone li.mile.mile6 div.img {
      top: 15px;
  }
   .milestone li.mile.mile7 div.img {
      top: 36px;
  }

}

@media( max-width: 767px ) {
   .milestone li.mile div.img {
      top: 14px !important;
  }

  .milestone li.mile {
    min-height: auto;
    width: 95%;
  }

  .milestone li.join {
    min-height: auto;
    width: 100%;
  }
}

.milestone li.mile h6 {
  position: relative;
}

.milestone li.mile h6 img{
  position: absolute;
  top: 2px; 
  left: 0px;
  width: 9px;
  background-color: #fff;
}


.modal-founders {
  background: linear-gradient(45deg, rgba(61,4,75,0.95) 0,rgba(131,13,74,0.95) 60%);
}

.modal-founders .modal-dialog {
  margin-top: 5% !important;
} 

.modal-founders .modal-body {
  background-color: #fff;
  padding: 40px 0px;
  margin: 20px 0px;
 
}


.modal-founders .modal-header {
   border:none;
} 

.modal-founders .modal-body img {
   padding: 10px 50px 3px;
}

.modal-founders .modal-body h3 {
   
   text-transform: uppercase;
   margin-top: 15px;
}

.modal-founders .modal-body h6 {
    font-weight: bold;
}

.modal-founders .modal-header button i {
  color: #fff;
  margin-top: 0px;

}

@media(max-width: 768px ) {
  .modal-founders .modal-body img {
     padding: 0px;
  } 
}


/*..................................mebedded.........................*/
/*
.casestudies-buck.generic {
  min-height: 570px !important;
}
*/
.domain-block img.multi {
  max-height: 350px
}

.domain-block.embed {
  text-align: center;
  margin-bottom: 20px;
}

.domain-block.embed p {
  text-align: left;
}

.domain-block.embed p{
  min-height: 120px;
}


a.con,
span.con {
  color: #EA1D76;
  font-family: Helvetica;
  cursor: pointer;
  font-weight: 400;
}

a.con.con1 {
  margin: 0px;
}



.slider-wrapper {
  position: relative;
  z-index: 0;
}

.carousel-indicators.main {
  top: 85%;
  margin-top: 0;
}

h5#scroll {
  position: absolute;
  bottom: 20%;
  right: 15px;
  text-transform: uppercase;
  
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  letter-spacing: 5px;
  transform: rotate(90deg); 
  cursor: pointer;
}



h5#scroll img {
  position: relative;
  top: 45px;
  right: -32px;
  width: 28px;
}



@media(max-width: 991px) {
    .carousel-indicators.main {
      top: 82%;
      margin-top: -45px;
    }
     h5#scroll {
      bottom: 25%;
    }
}

@media(max-width: 768px) {
  .carousel-indicators.main {
      top: auto;
      bottom: 20%;
  } 
  .slider-wrapper .carousel-inner .slider_content img {
    max-width: 85%;
    padding-top: 110px;
    padding-bottom: 15px;
  }
   h5#scroll {
      bottom: 22%;
      right: 0px;
      width: 20px;
    }
}

@media(max-width: 400px) {
  .slider-wrapper .carousel-inner h1 {
    font-size: 18px;
  }  
}


.about-bg.contact {
  background : url(../img/contact.jpg);
  background-position: center center !important;
  background-size: cover;
}

.dropbtn.sub {
  text-align: left;
  position: relative;
  padding: 13px 16px !important;
  background-color: transparent;
  font-size: 16px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  color: #000;
  font-weight: 100 !important;
   font-family: Helvetica !important;  
}


 .dropdown-content.sub  {
    position: absolute;
    top: 0px;
    right: -131px;
    z-index: 0 !important;
    transform: rotateY(90deg);
    transform-origin: 0px 0px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    border-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
     padding: 0;
    min-width: 131px;
     font-weight: 100 !important;
   font-family: Helvetica !important;
   box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.2);  
}

 .dropdown-content.sub a {
  padding: 13px 16px !important;
 }

.dropdown.sub {
  padding: 0px;
  margin: 0px;
  background-color: transparent;
}

.dropdown:hover .dropdown.sub,
.dropdown:hover .dropbtn.sub,
.dropdown:hover .dropdown-content.sub {
    background-color: transparent;
    font-family: Helvetica;
}


.dropdown:hover .dropdown.sub  .dropdown-content.sub {
    transform: rotateY(90deg);
}

.dropdown:hover .dropdown.sub:hover  .dropdown-content.sub {
    transform: rotateY(0deg);
    background-color: #fff;
}

/*....................home.........................*/

.box-cont.update {
    margin-top: 0px;
}

.box-cont.update h3 {
  margin-bottom: 5px;
  margin-top: 0;
   
}

.box-cont.update p {
  padding-top: 5px;
  padding-bottom: 5px;
   font-family: Helvetica;  
}

.box-cont.update h5 {
  font-size: 16px;
  font-weight: 300;
  color: #707070;
  margin-top: 30px;
   font-family: Helvetica;
}

.box-cont.update ul li {
  padding: 4px 0px;
  position: relative;
}

.box-cont.update ul li img {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 10px;
}

.box-cont.update ul li a,
 .productization-wrapper.solution a,
 .founder-content.more a{
  text-transform: uppercase;
     font-family: Helvetica;
    font-weight: bold;
  padding: 5px 0px 5px 25px;
    background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
letter-spacing: 2px;
}

.founder-content.more a{
  padding: 0px;
  margin-top: 20px;
  font-size: 12px;
  position: absolute;
  cursor: pointer;
}

.founder-content.more p {
  margin-bottom: 30px;
}

.productization-wrapper.update,
.invention-wrapper.update {
  padding-bottom: 0px;
}

.productization-wrapper.update hr,
.invention-wrapper.update hr {
  margin-top: 40px;
  border-top-color: #f0f0f0;
}

@media(max-width: 991px)and (min-width: 768px ){
  .productization-wrapper.update img.home,
.invention-wrapper.update img.home {
  margin-top: 50px;
}
  }


.productization-wrapper.solution h3 {
  margin: 0px;
   
}

.productization-wrapper.solution p {
  margin-top: 25px;
  margin-bottom: 10px;
   font-family: Helvetica;
}

.productization-wrapper.solution {
  text-align: center;
}

.productization-wrapper.solution p{
    text-align: left;
}

.productization-wrapper.solution a {
  padding: 5px 0px 0px;
    font-family: Helvetica;
    font-weight: bold;
    text-align: center;
}

@media( max-width: 768px ) {
  .box-cont.update ul li a {
    font-size: 12px;
  }
  .box-cont.update {
      margin-right: 0px;
  }
}

.news-wrapper .news-sections .news-buck.update p ,
p.update{
   font-family: Helvetica;
  font-weight: 400 !important;
}

.btn-grd.update,
a.btn-grd.update {
    font-family: Helvetica !important;
    font-weight: bolder !important;
}
 
.client-wrapper .heading-section .download a{
   font-family: Helvetica;
    font-weight: 600;
}



.news-wrapper .news-sections .news-buck h2 {
   
   line-height: 1.3em;
   font-size: 28px;
}

header .navbar-default .navbar-nav > li > a {
  
 font-family: Helvetica;
 letter-spacing: 0px !important;
}

.news-wrapper .heading-section .download a {
   font-family: Helvetica;
    font-weight: 600;
}
.dropbtn {
     font-family: Helvetica;
}

.slider-wrapper .carousel-inner h1 {
    
    font-weight: 400;
}

.slider-wrapper .carousel-inner .slider-bottom li {
  font-family: Helvetica;
}

.ceo-wrapper h1,
.join-wrapper h3,
.jorney-wrapper h2 a {
   
}

.ceo-wrapper h6,
.ceo-wrapper a span,
h5#scroll,
.join-wrapper h5,
.news-wrapper .news-sections .news-buck h5 {
  font-family: Helvetica;
}

/*.....................................................*/


.contact-Wrapper br:nth-child(even),
.modal-body br:nth-child(even) {
  display: none;
}

.contact-Wrapper input:nth-child(odd),
.modal-body input:nth-child(odd) {
  margin-right: 22px;
}

.contact-Wrapper input:nth-child(even),
.modal-body input:nth-child(even) {
  margin-right: 0px;
}

.contact-Wrapper input.wpcf7-form-control,
.modal-body input.wpcf7-form-control, .modal-body textarea.wpcf7-form-control,
.contact-Wrapper textarea.wpcf7-form-control {
   border-width: 1px;
   width: 350px;
   border-style: solid;
   border-color: #fff;
   color: #fff !important;
   background-color: transparent;
}



.modal-body input.wpcf7-form-control {
  width: 410px;
}



.contact-Wrapper textarea.wpcf7-form-control {
  width: 725px;
  max-height: 100px;
}

.modal-body textarea.wpcf7-form-control {
  width: 847px;
   max-height: 100px;
}

.contact-Wrapper input.wpcf7-submit,
.modal-body input.wpcf7-submit{
  width: 180px;
  background-color: #EA1D76;
  text-transform: uppercase;
  font-weight: bolder;
  border : none;
  float: right !important;
}

.contact-Wrapper div.wpcf7-response-output,
.modal-body div.wpcf7-response-output {
  font-size: 16px;
margin-top : 60px;
}

.contact-Wrapper .wpcf7-not-valid-tip,
.modal-body .wpcf7-not-valid-tip,
.contact-Wrapper div.wpcf7-validation-errors,
.modal-body div.wpcf7-validation-errors {
color: #EA1D76 !important;
border: none;
padding: 3px 0px;
}

@media( max-width: 767px ) {
  .contact-Wrapper input.wpcf7-form-control,
  .contact-Wrapper textarea.wpcf7-form-control,
  .modal-body textarea.wpcf7-form-control{
    width: 91vw;
  }

  .modal-body textarea.wpcf7-form-control{
    width: 84vw;
  }
  .modal-body input.wpcf7-form-control {
    width: 84vw;
  }

  .contact-Wrapper input.wpcf7-submit,
  .modal-body input.wpcf7-submit{
    width: 180px;
  }

 

  .modal-body input.wpcf7-submit {
    margin-right: 0px;
    float: none !important;
  }
}

@media( max-width: 991px ) and (min-width: 768px) {

 .modal-body textarea.wpcf7-form-control{
    width: 563px;
  }

  .contact-Wrapper input.wpcf7-form-control,
  .contact-Wrapper textarea.wpcf7-form-control,
  {
    width: 83vw;
  }

  .modal-body input.wpcf7-form-control {
    width: 563px;
  }

  

  .contact-Wrapper input.wpcf7-submit,
  .modal-body input.wpcf7-submit{
    width: 180px;
  }
   .modal-body input.wpcf7-submit {
    margin-right: 2px;
  }
}

@media( min-width: 992px ) and (max-width: 1199px) {
  .contact-Wrapper textarea.wpcf7-form-control{
    width: 595px;
  }

   ..modal-body input.wpcf7-form-control {
    width: 410px;
  }

   .contact-Wrapper input.wpcf7-form-control,
    .embed .modal-body input.wpcf7-form-control {
    width: 284px;
  }

 .modal-body textarea.wpcf7-form-control{
    width: 846px;
  }

   .contact-Wrapper input.wpcf7-submit,
   .modal-body input.wpcf7-submit{
    width: 180px;
  }


}

@media(max-width: 991px) {
  .founder-content.more {
    margin-top: 0px;
    min-height: 310px;
  }
  .founder-content.more a {
    margin-top: -5px;
  }
}

@media(max-width: 767px) {
  .founder-content.more {
    margin-top: 0px;
    min-height: 400px;
  }
  .founder-content.more a {
    margin-top: -5px;
  }

  

  .modal-body input.wpcf7-submit {
    float: none;
  }

  .modal-body form p:nth-child(5) {
    text-align: center;
}

}





/*................................................nav...............*/

.social-menu {
  height: 70px;
  padding: 22px 0px;
}


.social-men a i ,
.social-media li a i {
  font-size: 25px;
}

.social-men a,
.social-media li a  {
  margin: 0px 15px;
  width: 20px;
  text-decoration: none;
  color: #fff;
  opacity: 0.4;
  transition: all 0.2s ease-in-out;
}

@media(max-width: 768px) {
  .social-media li a {
    margin: 0px 5px;
  }

  .social-media {
      padding: 0px;
  }
  .social-media ul {
    width: 150px;
  }
}

.social-men a:hover {
  opacity: 1;
}



.social-men span,
.social-men a {
  display: inline-block;
}

.social-men span {
  margin-top: 0px;
  margin-right: 5px;
}

.social-men {
   padding: 0px 45px;
   align-items: center;
   display: flex;
   flex-direction: row;
}

.menu-inner-call img {
  width: 25px;
  height: 25px;
  opacity: 0.4;
  transition: all 0.5s ease-in-out;
}

.menu-inner-call img:hover {
  width: 25px;
  height: 25px;
  opacity: 1;
}

.ion-android-add {
  margin-top: 15px;
}

.title3 .ion-android-add {
  margin-top: 6px;
}

.title2 {
  position: relative;
}

.title2.sub:before,
.title2.sub:after  {
  position: absolute;
  top: 25px;
  right: 20px;
}

.title2.sub:after {
  
}

.title2.sub:before {
  content: "+";
  font-size: 20px;
  margin-top: -10px;
  display: none;
  transition: all 0.5s ease-in-out;
}

.title2.sub:after {
  right: 22px;
  content: "-";
  font-size: 20px;
  margin-top: -10px;
  display: none;
  transition: all 0.5s ease-in-out;
}

.title2.sub:before {
  display: block;
  transition: all 0.5s ease-in-out;
}

.title2.sub.opena:after {
  display: block;
}

.title2.sub.opena:before {
  display: none;
}

@media(max-width: 991px) {
  .title2 {
    margin-top: 5px;
  }

 

}


.career_wrapper .tabs li.active:hover {
  background-color: #051950 !important;
}

.career_wrapper .tabs li:hover {
  background-color: #e0e0e0 !important;
  color: #0B1228 !important; 
  box-shadow: none;
}

.career_wrapper .tabs li.active:hover h3 {

  color: #fff !important; 
}

.career_wrapper .tabs li:hover h3 {

  color: #0B1228; !important; 
}

.modal-iot .modal-body img {
  margin-bottom: 20px;
}

p.home-iot {
  padding: 25px 0px 10px;
}

#contact {
  display: none;
}

.modal.embed iframe{
  height: 77px !important;
}

.contact-Wrapper iframe{
height: 77px !important;
}

.talk-wrapper i {
  font-size: 45px;
  height: 45px;
  width: 45px;
  margin-top: 19px;
   background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
    background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.talk-wrapper i.fa-phone {
  margin-top: 23px;
}
/*
.casestudies-buck.ai {
  min-height: 500px;
}
*/
.og-grid li.all:hover {
  background-color: #e0e0e0 !important;
}


.modal-body a i {
  color: #909090;
  font-size: 40px;
  margin-top: 30px;
}

.nav-tabs.ai li a {
  padding: 30px 0px 0px;
  border-radius: 0px !important;
}


.nav-tabs.ai li a h3{
  text-transform: uppercase;
}

.nav-tabs.abt li a {
  text-transform: capitalize;
}

.tab-content.abt h3 {
  text-transform: capitalize;
}

.milestone li.mile h6.sub {
  text-transform: unset;
  letter-spacing: 0px;
  font-weight: 100;
  font-size: 14px;
  padding-left: 20px;
}









.shadow-box {
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px;
}

img.con-img {
  width: 80%;
  margin: 20px auto;
  z-index: 1;
  position: relative;
}

.img-shadow {
  width: 64%;
  height: 64%;
  position: absolute;
  z-index: 0;
  top: 32%;
/*  border: 4px solid transparent;  
-webkit-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
-o-border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
border-image: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
  border-image-slice: 1;*/
  background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
  padding: 4px;
}

.img-shadow .shadow-inner {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
}

.img-shadow.s-left {
   right: 18%;
}

.img-shadow.s-right {
   left: 18%;
}

@media(max-width: 991px) {
  img.con-img {
    width: 90%;
  }

  .img-shadow {
    width: 73%;
    height: 61%;
  }
}

@media( max-width: 767px ) {
  .img-shadow {
    height:  60%;
    width: 74%;
    border-width: 3px;
  }

  .shadow-box.text-left,
  .shadow-box.text-right  {
      text-align: left !important;
  }

  .img-shadow.s-left,
  .img-shadow.s-right {
      left: 20%;
  }

    img.con-img {
    margin: 40px 15px;
  }
}

@media( max-width: 500px ) {
  .img-shadow {
    height:  62%;
    width: 72%;
    border-width: 2px;
  }

    img.con-img {
    margin: 20px 5px;
  }

}

@media( max-width: 400px ) {
  .img-shadow {
    height:  57%;
  }

}


@media( max-width: 300px ) {
  .img-shadow {
    height:  55%;

  }

}


.menu-full {
  background: rgba(92,4,119,1);
  background: -moz-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,4,119,1)), color-stop(100%, rgba(177,27,117,1)));
  background: -webkit-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
  background: -o-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
  background: -ms-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
  background: linear-gradient(to bottom, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0477', endColorstr='#b11b75', GradientType=0 );
  margin-top: 0px;
  padding-top: 80px;
}

.social-menu {
   background-color: rgba( 47, 0, 70, 1);
}


.techno_wrapper .nav-pills  a  {
    border-bottom: 2px solid transparent;
}

.techno_wrapper .nav-pills a,
.techno_wrapper .nav-pills .active a  {
  font-family: Helvetica;
  font-weight: 700;
}

@media( max-width: 767px ) {
  .techno_wrapper .nav-pills  a  {
    padding-left: 0px;
  }
  
  
}

.founder-wrapper img.con-img {
  width: 100%;
  margin-left: 0px;
}

.founder-wrapper .img-shadow {
  width: 83%;
  top: 23%;
  height: 74%;
}

@media(max-width: 991px) {
  .founder-wrapper .img-shadow  {
    height: 72%;
  }
}

@media( max-width: 767px ) {
  .founder-wrapper .img-shadow {
    width: 81%;
    height: 73%;
  }
  .founder-wrapper img.con-img {
    width: 100%;
  }
}

@media( max-width: 500px ) {
  .founder-wrapper .img-shadow {
    width: 80%;
    height: 70%;
  }
}

.core-content .shadow-box {
  padding: 0px 20px 20px;
}

.core-content .shadow-box img {
  width: 100%;
  margin: 0px;
}

.core-content .img-shadow {
  width: 75%;
  top: 18%;
  height: 81%;
}

.core-content .img-shadow.s-right {
  left: 24%;
}

@media(max-width: 787px) {
  .core-content {
    max-width: 60%;
    margin: 0px auto; 
  }
}

@media(max-width: 500px) {
  .core-wrapper .core-content {
    max-width: 100%;
    min-height: 640px;
  }

}


.nav-tabs.ai.alt {
  margin: 10px 0px 20px;
}

 .nav-tabs.ai li.ai {
  padding: 0px !important;
  min-height: 135px;
}

.nav-tabs.ai li.ai a{
  width: 100%;
}

 .nav-tabs.ai.alt li:hover {
  background-color: #e0e0e0;
 }

 .nav-tabs.ai.alt li.active {
  background-color: #051950;
 }

   .nav-tabs.ai.alt .inner-flex {
    width: 100%;
    min-height: 135px;
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
 }

 .services-wrapper.ai.alt ,
 .career_wrapper.ai.alt {
   background-color: #fbfbfb;
 }

 .career_wrapper.ai.alt .tab-content{
  padding: 20px 10px;
 }

  .career_wrapper.ai.alt .tab-content ul li {
    text-align: left;
    padding-left: 18px;
    position: relative;
  }

 .career_wrapper.ai.alt .tab-content ul li i{
    font-size: 18px;
    position: absolute;
    top: -5px;
    left: 0px;
  }

 .career_wrapper.ai.alt .tab-content ul {
  margin: 0px auto;
  width: auto;
  padding: 10px 0px;
 }

 .career_wrapper.ai.alt .tab-content h4 {
   font-family: Helvetica;
   font-weight: bold;
   font-size: 32px;
 }

 .services-wrapper.ai.alt .services-whatwedo {
    margin-bottom: 0px;
 }

 .services-wrapper.ai.alt img.alt {
   width: 80%;
   margin: 30px auto;
 }

@media ( max-width: 767px ) {
   .nav-tabs.ai.alt .inner-flex,
    .nav-tabs.ai li.ai  {
      min-height: 107px; 
   } 

   .career_wrapper.ai.alt .tab-content ul  {
      width: 280px;
   }
}


.nav-tabs.ai.alt .inner-flex.tyq,
    .nav-tabs.ai li.ai.tyq  {
      min-height: 160px; 
   } 

@media (max-width: 991px) and ( min-width: 768px ) {
   .nav-tabs.ai.alt .inner-flex.tyq,
    .nav-tabs.ai li.ai.tyq  {
      min-height: 160px; 
   } 

   .nav-tabs.ai.alt .inner-flex.tyq h3 {
    font-size: 22px;
   }
}

@media(max-width: 767px) {
  .nav-tabs.ai.alt .inner-flex.tyq,
    .nav-tabs.ai li.ai.tyq  {
      min-height: 100px; 
   } 
}


.tab-pane.alt img {
  padding: 0% 10%;
}



.shadow-box img.con-img {
  width: 100%;
}

.shadow-box .img-shadow {
  left: 23%;
  width: 75%;
  height: 65%;
  top: 34%;
}

#vid-container.shadow-box .img-shadow {
  left: 23%;
  width: 75%;
  height: 57%;
  top: 34%;
}

.shadow-box a img{
  position: absolute;
  top: 40%;
  left: 45%;
  width: 80px;
  z-index: 2;
}

@media( min-width: 992px ) {
  .address-wrapper .shadow-box {
    width: 80%;
  }

  .address-wrapper .shadow-box .img-shadow {
    left: 23%;
    width: 78%;
    height: 65%;
    top: 34%;
  }
}

@media( max-width: 767px ) {
  .shadow-box {
    padding: 0px !important;
    margin: 20px 0px;
  }
  .shadow-box img.con-img {
    width: 90%;
    padding: 0px;
    margin: 0px;
  }
  .shadow-box .img-shadow {
    width: 75%;
    height: 78%;
    top: 22%;
    left: 15%;
  }
  .shadow-box a img{
    top: 40%;
    left: 40%;
    width: 70px;
  }
}

@media( max-width: 380px ) {
  .shadow-box a img{
    top: 40%;
    left: 40%;
    width: 50px;
  }
}

.accordian .title2 {
  font-size: 26px;
} 

.main-y {
    height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}


.accordian {
  box-shadow: none;
}

.modal-founders .modal-header button i {
  color: #fff !important;
  font-weight: bolder;
  font-size: 32px;
  opacity: 1 !important;
}

.modal-founders .modal-header .close {
  margin-right: -12px;
  z-index: 999999999 !important;
  position: relative;
}

.modal_career .modal-header .close,
.modal-iot .modal-header .close,
.embed .modal-header .close 
{
  color: #fff;
  margin: 0px;
  margin-right: 0px;
  margin-top: -50px;
}

.embed .modal-header button i,
.modal_career  .modal-header button i,
.modal-iot .modal-header button i,
.modal-content button i {
  color: #fff !important;
  opacity: 1;
}

.modal-iot .modal-header button i {
  color: #000;
  font-size: 32px;
  font-weight: bolder;
}

.modal-content button i {
  color: #000;
  font-size: 32px;
  font-weight: bolder;
}


.modal-content {
  margin-bottom: 100px;
}

.modal-content .close{
  margin-top: 40px;
  margin-right: 13px;
}

@media( max-width: 768px ) {
  .modal-iot .modal-title,
  .embed .modal-title {
    font-size: 32px;
    margin-top: 50px;
  }

  

  .talk-wrapper h4 {
  font-weight: 400 !important;
  font-size: 1.2em !important;
}

  .modal-iot .modal-header .close,
  .embed .modal-header .close  {
    margin-top: -5px;
  }
}

.v-align {
  width: 300px;
  text-align: left !important;
}


/* captche code*/
.wpcf7-not-valid-tip{
       display:block;
     }
     .cf7ic_instructions{
       color:#FFF;
     }
     .captcha-image {
    border: 0px solid #FFF;
    padding: 10px;
    display: block;
    text-align: center;
}
.cf7ic_instructions {
    display: block;
}
.captcha-image .cf7ic_instructions span {
    color: #EA1D76;
    font-weight: bold;
}
.captcha-image label {
    display: inline-block;
}
.captcha-image label > input {
    display: none;
}

.captcha-image label > input:checked + i {
    border: 2px solid #13173f;
  color:#ea1d76;
}
.captcha-image label > input + i {
    cursor: pointer;
    border: 2px solid transparent;
}
.captcha-image i {
    padding: 5px;
    font-size: 40px;
}


.img-box {
  background-image: url(../img/menu.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
}

.accordian ul {
  margin-left: 10px;
}


.services-wrapper.ai img.ai,
.mobility-services img.ai {
  padding: 0px 50px;
}

.services-wrapper.diagram_wrapper.ai img.ai {
  padding: 0px 80px 10px; 
}

.services-whatwedo.tyq {
  margin-bottom: 0px;
}

.services-wrapper img.tyq {
  padding: 0px 20px 20px;
}

@media( max-width: 767px ) {
  .services-wrapper.ai img.ai,
  .services-wrapper.ai img.tyq,
  .mobility-services img.ai,
  .services-wrapper.diagram_wrapper.ai img.ai{
    padding: 10px;
  }
}


.about-bg {
  min-height: 430px;
}

.con-img.career {
  width: 90%;
}

.img-shadow.career {
  width: 73%;
}

@media( max-width: 767px ) {
  .con-img.career {
  width: 100%;
}

.img-shadow.career {
  width: 80%;
  height: 56%;
}
}

.modal-body p{
  font-family: Helvetica;
  color: #000;
  font-weight: 500;
}

.mobility-services .mobility-detail ul li i,
.services-wrapper li i {
    position: absolute;
    margin-left: -31px;
    margin-top: 5px;
    font-size: 15px;
}

.mobility-services .mobility-detail ul li,
.services-wrapper li {
    font-size: 16px;
    line-height: 1.5em;
    padding: 7px 0px;
    padding-left: 32px;
}

.mobility-wrapper {
  margin: 40px 0px;
}

.modal-iot .modal-body img {

    margin-bottom: 30px;

}

@media( max-width: 991px ) {
  .modal-iot .modal-body img {
    margin-bottom: 20px;
    padding: 0px;
  }
}

.core-wrapper .core-content a {
  font-family: Helvetica;
  font-weight: bolder;
}


.embdedded-section .heading-section h1,
.services-wrapper h1,
.heading-iot h1,
.video-heading h1,
.diagram_wrapper.ai h3,
.mobility-services .mobility-detail h2,
.diagram_wrapper h3,
.vid-container-cap h2,
.about-bg h1,
.mission-wraper .mission h1,
.founder-wrapper .heading h1,
.core-wrapper .heading h1,
.address-wrapper .address-content h2,
.productization-wrapper.solution h3,
.box-cont.update h3,
.news-wrapper .heading-section h1,
.news-wrapper .heading-section h2,
.client-wrapper .heading-section h1,
.client-wrapper .heading-section h2,
.domain-sub,
.privacy h1,.privacy h2, .privacy h3 {
  font-size: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.casestudies-section .casestudies-buck h2,
.news-wrapper .news-sections .news-buck h2,
.join-wrapper h3,
.jorney-wrapper h2 a ,
.tab-content.abt h3,
.address-wrapper .address-content h4,
.og-grid li > a h2,
.career_wrapper .panel-body h1,
.accordian .title2,
.unique-buck h3,
.address-wrapper .address-content h3,
.modal-iot span,
.career_wrapper .panel-body h4 {
   font-family: 'Poppins', sans-serif !important;
  font-weight: 700;
}

.nav-tabs.ai li a h3,
 .modal-title,
 .core-wrapper .core-content h3,
 .modal-founders .modal-body h3,
 .invention-wrapper h3,
 .career_wrapper .tabs li h3,
 .slider-wrapper .carousel-inner h1,
 .ceo-wrapper h1,
 .techno_wrapper .tab-pane h3,
 .heading-section.news h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.card .nav-tabs > li > a {
   font-family: 'Poppins', sans-serif !important;
}

.core-wrapper .core-content h3 {
  word-spacing: 5px;
}

.join-wrapper h5.iot {
  text-transform: none;
}

.tab-pane.alt.active {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-bg {
  background-position: center center !important;
}

.about-bg {
    padding : 150px 200px 50px;
    height: 420px;
  }

  @media( max-width: 991px ) and (min-width: 768px) {
    .about-bg {
      padding : 150px 62px 50px;
      height: 420px;
    }
  }

@media( min-width: 768px ) {
  .graph-wrapper {
    background-color: #f3f3f3;
    padding-bottom: 50px;
  }
  #journey {
    background-color: #fafafa;
  }
  
}


@media( max-width: 767px ) {
  .about-bg h1 {
    font-size: 20px;
  }
  .about-bg h5 {
    font-size: 10px;
  }
  .accordian .title2 {
    font-size: 20px;
  }
  .about-bg {
    padding: 140px 20px;
    padding-bottom: 60px;
  }
}

.address-content {
  padding: 0px 30px;
}

@media( max-width: 991px ) {

  .address-content {
   padding: 0px 50px;
  }

  .domain-block {
    margin: 30px 0px;
  }

  .embdedded-section .heading-section h1,
  .services-wrapper h1,
  .heading-iot h1,
  .video-heading h1,
  .diagram_wrapper.ai h3,
  .mobility-services .mobility-detail h2,
  .diagram_wrapper h3,
  .vid-container-cap h2,
  .about-bg h1,
  .mission-wraper .mission h1,
  .founder-wrapper .heading h1,
  .core-wrapper .heading h1,
  .address-wrapper .address-content h2,
  .productization-wrapper.solution h3,
  .box-cont.update h3,
  .news-wrapper .heading-section h1,
  .news-wrapper .heading-section h2,
  .client-wrapper .heading-section h1,
 .client-wrapper .heading-section h2,
  .casestudies-section .casestudies-buck h2,
  .join-wrapper h3,
  .jorney-wrapper h2 a ,
  .tab-content.abt h3,
  .address-wrapper .address-content h4,
  .og-grid li > a h2,
  .career_wrapper .panel-body h1,
  .nav-tabs.ai li a h3,
   .modal-title,
   .core-wrapper .core-content h3,
   .modal-founders .modal-body h3,
   .invention-wrapper h3,
   .career_wrapper .tabs li h3,
   .slider-wrapper .carousel-inner h1,
   .ceo-wrapper h1,
   .domain-sub,
   .techno_wrapper .tab-pane h3,
   .modal-title,
   .productization-wrapper.update h3,
   .privacy h1,
   .privacy h2,
   .privacy h3 {
    font-size: 20px !important;
  }

  .unique-buck h3 {
    font-size: 17px;
  }

  p {
    font-size: 16px !important;
  }

  .mobility-services .mobility-detail ul li i,
  .services-wrapper li i,
  .career_wrapper.ai.alt .tab-content ul li i {
     
      margin-top: 5px;
      font-size: 15px;
  }

  .career_wrapper.ai.alt .tab-content ul li i {
    margin-top: 14px;
    margin-left: -7px;
  }

  ul li {
    font-size: 15px !important;
  }
  .productization-wrapper.solution a,
  .news-wrapper .heading-section .download a,
  .casestudies-section .casestudies-buck h6,
  .btn,
  .footer-wrapper .footer-cont h5,
  .join-wrapper h5,
  .address-wrapper .address-content h3 {
    font-size: 12px;
  }

  .footer-wrapper .footer-logo p {
    font-size: 10px !important;
  }
  .footer-cont h5 img {
    width: 18px !important;
  }

  .core-wrapper .core-content p {
    padding-bottom: 10px;
  }
  .core-wrapper .core-content {
    min-height: 560px;
  }
  .casestudies-section .casestudies-buck h5,
  .owl-nav p  {
    font-size: 0px !important;
  }

  .casestudies-buck p {
    padding-bottom: 40px;
  }
/*
  .casestudies-buck {
    min-height: 430px !important;
    margin-bottom: 30px;
  }
  */
  .nav-tabs > li {
    min-height: 82px;
  }
  .nav-tabs.ai li.ai {
    min-height: 145px;
  }


}

@media( max-width: 991px ) and ( min-width: 768px ) {
  .core-content {
    min-height: 635px !important;
  }
  .title2 {
    font-size: 20px !important;
  }
  .accordian {
    margin-top: 0px;
  }
  .main-y {
    overflow-y: scroll;
  }
  /*
  .casestudies-section.semi .casestudies-buck,
  .casestudies-buck.ai,
  .iot-case {
    min-height: 498px !important;
  }
*/

  .iot-case {
    min-height: 440px !important;
    position: relative;
    margin-bottom: 35px;
}
  .iot-case a {
    position: absolute;
    bottom: 0px;
    left: 25px;
  }
  /*
  .casestudies-buck.generic {
    min-height: 570px !important;

  }
  */
  .career_wrapper .tabs li {
    min-height: 50px;
  }
}



@media( max-width: 767px ) {
  .career_wrapper.ai.alt .nav-tabs.ai li.ai {
    padding: 5px !important;
  }
  .owl-item .item {
    min-height: 520px !important;
    margin-bottom: 0px !important;
  }

  .owl-item .item  p {
    padding-bottom: 10px;
  }
}

@media( max-width: 345px) {
  .career_wrapper.ai.alt .nav-tabs.ai li.ai {
    padding: 5px !important;
  }
  .career_wrapper.ai.alt .nav-tabs.ai li.ai h3{
    font-size: 16px !important;
  }
}

#myModal,
.lightbox,
.modal-iot,
.modal_info {
  background-color: rgba(47,0,70,0.98 ) !important;
}


@media( min-width: 992px ) {
  br.ab {
    display: none;  
  }
}


.modal-backdrop {
  background : rgba( 0,0,0,0 );
}


  
.carousel-inner {
  background: rgba(92,4,119,1);
background: -moz-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,4,119,1)), color-stop(100%, rgba(177,27,117,1)));
background: -webkit-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
background: -o-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
background: -ms-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
background: linear-gradient(to bottom, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0477', endColorstr='#b11b75', GradientType=0 );
}

.slider-foooter ul li {
  color: #fff !important;
  border-color: #fff !important;
}

.productization-wrapper.update h3,
.productization-wrapper.solution h3{
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  margin-bottom: 0px;
  padding: 5px 10px;
  background-color: #fff;


   background: linear-gradient(45deg,#854AC6 0,#EA1D76 70%);
    background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;


}


.productization-wrapper.solution h3 {
  background: linear-gradient(45deg,#854AC6 0,#EA1D76 75%);
    background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.address-wrapper .address-content h3 {
  background: linear-gradient(45deg,#854AC6 0,#EA1D76 20%);
    background-clip: border-box;
background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}



.productization-wrapper.update .shadow-box {
  padding: 20px 30px;
}

.productization-wrapper.update .shadow-box img.con-img{
  width: 100%;
}

.productization-wrapper.update .shadow-box .img-shadow {
  width: 80%;
  height: 63%;
  border: none;
   background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
}



.productization-wrapper.update .shadow-box .img-shadow.s-right {
    background: linear-gradient(-45deg,#854AC6 0,#EA1D76 60%);
}

@media( max-width: 1199px ) {
    .productization-wrapper.update .shadow-box .img-shadow {
        width: 77%;
        height: 57%;
    }
    .productization-wrapper.solution p {
      min-height: 155px;
    }
}

@media( max-width: 767px ) {
  .productization-wrapper.update .shadow-box .img-shadow {
    width: 80%;
    height: 56%;
  }
}

@media( max-width: 500px ) {
  .productization-wrapper.update .shadow-box .img-shadow {
    width: 78%;
    height: 60%;
  }
}

@media( max-width: 400px ) {
  .productization-wrapper.update .shadow-box .img-shadow {
    width: 75%;
    height: 54%;
  }
}

@media( max-width: 300px ) {
  .productization-wrapper.update .shadow-box .img-shadow {
    width: 74%;
    height: 51%;
  }
}

.productization-wrapper.update .col-md-6 h3:before,
.productization-wrapper.update .col-md-6 h3:after {
  content: "";
  height: 0px;
  position: absolute;
  top: 38px;
  border-top: 2px solid #e0e0e0;
}

.productization-wrapper.update .col-md-6.text-left h3::before {
  left: 20px;
  width: 110px;
}

.productization-wrapper.update .col-md-6.text-left h3::after {
  right: 0px;
  width: 150px;
}

.productization-wrapper.update .col-md-6.ad2 h3:before {
  left: -50px;
  width: 250px;
}

.productization-wrapper.update .col-md-6.ad2 h3::after {
  right: 20px;
  width: 170px;
}

.productization-wrapper.update p {
  padding: 30px 10px;
  font-size: 17px !important;
  color: #000 !important;
}

.productization-wrapper.update ul {
  width: 280px;
  margin: 20px auto;
}



.productization-wrapper.update ul li {
  background-color: #000;
  text-align: center;
  position: relative;
  padding: 3px;
  margin: 10px 0px 16px;
  cursor: pointer;
}

.productization-wrapper.update ul li::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg,#854AC6 0,#EA1D76 60%);
  box-shadow: 0px 3px 4px 1px rgba(0,0,0,0.4);
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}

.productization-wrapper.update ul li:hover::before,
.productization-wrapper.update ul li:active::before {
  transform: scale(1.1);
}

.productization-wrapper.update ul li a {
   color: #181818;
   color: #fff;
   text-transform: uppercase;
   position: relative;
   z-index: 1 !important;
}


.productization-wrapper.solution .container {
  border-bottom: 2px solid#e0e0e0;
  padding-bottom: 70px;
}

.productization-wrapper.solution {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.productization-wrapper.solution p.home-iot {
  margin: 0px;
}

.productization-wrapper.solution h3 {
  margin: 40px 0px 50px;
  font-size: 25px;
}

.productization-wrapper.solution h3:before,
.productization-wrapper.solution h3:after {
  content: "";
  position: absolute;
  top: 60px;
  height: 0px;
  border: 1px solid #e0e0e0;
  width: 440px;
}

.productization-wrapper.solution h3:before {
  left: 15px;
}

.productization-wrapper.solution h3:after {
  right: 15px;
}

@media( max-width: 1199px ) {
   .productization-wrapper.update .col-md-6.text-left h3::before {
     width: 88px;
   }
   .productization-wrapper.update .col-md-6.text-left h3::after {
     width: 105px;
   }
   .productization-wrapper.update .col-md-6.ad2 h3::after {
     width: 128px;
   }
   .productization-wrapper.update .col-md-6.ad2 h3::before {
    left: 0px;
     width: 150px;
   }
   .productization-wrapper.solution h3:before,
    .productization-wrapper.solution h3:after {
      width: 340px;
    }
}


@media( max-width: 991px ) {
   .productization-wrapper.update .col-md-6.text-left h3::before {
     width: 38px;
   }
   .productization-wrapper.update .col-md-6.text-left h3::after {
     width: 55px;
   }
   .productization-wrapper.update .col-md-6.ad2 h3::after {
     width: 78px;
   }
   .productization-wrapper.update .col-md-6.ad2 h3::before {
     width: 95px;
   }
   .productization-wrapper.solution h3:before,
    .productization-wrapper.solution h3:after {
      width: 251px;
      top: 16px;
    }
}

@media( max-width: 991px ) and ( min-width: 768px ) {
  .productization-wrapper.update p {
    min-height: 162px;
  }
}

@media( max-width: 767px ) {

  .productization-wrapper.update .text-right {
  text-align: left !important;
}
  .productization-wrapper.update .col-md-6 h3:before,
  .productization-wrapper.update .col-md-6 h3:after {
    top: 18px;
  }
   .productization-wrapper.update .col-md-6.text-left h3::before,
   .productization-wrapper.update .col-md-6.text-left h3::after {
     width: 40px;
   }
    .productization-wrapper.update .col-md-6.text-left h3::after {
      right: 20px;
    }
   .productization-wrapper.update .col-md-6.ad2 h3::after,
   .productization-wrapper.update .col-md-6.ad2 h3::before {
     width: 75px;
   }
   .productization-wrapper.update .col-md-6.ad2 h3::before {
      left: 20px;
    }
  .productization-wrapper.update .col-md-6.ad2 ul {
     float: none;
  }
   .productization-wrapper.update ul {
      margin: 0px auto;
      width: auto;
      max-width: 280px;
   }
   .productization-wrapper.update p {
       padding: 10px 0px;
    }

    .productization-wrapper.solution h3:before,
    .productization-wrapper.solution h3:after {
      width: 100px;
    }

    .productization-wrapper.solution h3 {
      margin-bottom: 10px;
    }

    .productization-wrapper.solution img {
      margin-top: 0px !important;
    }
    .productization-wrapper.update .col-md-6.text-left h3{
      margin-top: 0px !important;
    }
}

@media( max-width: 399px ) {

  .productization-wrapper.solution h3:before,
    .productization-wrapper.solution h3:after {
      width: 60px;
    }

    .productization-wrapper.update .col-md-6.text-left h3::before,
   .productization-wrapper.update .col-md-6.text-left h3::after {
     width: 20px;
   }

   .productization-wrapper.update .col-md-6.ad2 h3::after,
   .productization-wrapper.update .col-md-6.ad2 h3::before {
     width: 45px;
   }
}

.dropbtn,
header .navbar-default .navbar-nav > li > a {
  font-size: 17px;
}

.dropbtn {
  padding-top: 28px !important;
  padding-left : 15px;
  text-align: left;
}

.graph-wrapper {
  background-color: #fff !important;
}






@media( max-width: 991px ) and (  min-width: 767px ) {
  .join-wrapper .informed,
  .join-wrapper .join,
  .jorney-wrapper {
        padding: 4px 0px;
        min-height: 80px;
  }

   .jorney-wrapper h2 {
    margin: 15px 0px 20px
   }
   .core-wrapper .core-content p {
     font-size: 14px;
     min-height: 250px;
   }

   .unique-buck {
      min-height: 322px;
   }
   .address-wrapper .shadow-box {
    margin-top: 0px;
    padding-top: 0px;
   }
}

@media( min-width: 991px ) {
  .ad1 {
    padding-right: 50px !important;
  }
  .ad2 {
    padding-left: 50px !important;
  }
}

.heading-iot img {
  margin: 0px;
}

.loc {
  display: block;
}

p.loc {
  color: #EA1D76;
}

.talk-wrapper.home {
  background-image: url(../img/home.jpg) !important;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff !important;
}

.embdedded-section.news {
  background-color: #fff !important;
  padding-top: 0px;
}

.embdedded-section.news .casestudies-buck {
      margin-top: 20px;
}

.embdedded-section.news .casestudies-buck::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      transform: scale(1);
      transition: all 0.5s ease-in-out;
}


.embdedded-section.news .casestudies-buck:hover::before {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 6px 4px rgba(185, 185, 185, 0.7);
    -moz-box-shadow: 0px 0px 6px 4px rgba(185, 185, 185, 0.7);
    box-shadow: 0px 0px 6px 4px rgba(185, 185, 185, 0.7);
}

.embdedded-section .owl-carousel.general .casestudies-buck.generic {
    min-height: 570px !important;
    padding: 15px !important;
}

.casestudies-section .owl-carousel.embedded .casestudies-buck.embed {
    min-height: 580px !important;
    padding: 15px !important;
}



.news-buck {
   cursor: pointer;
}

.news-buck::before,
.iot-case::before {
   content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      transform: scale(1);
      transition: all 0.5s ease-in-out;
}

.news-buck:hover::before,
.iot-case:hover::before {
  transform: scale(1.02);
  -webkit-box-shadow: 0px 0px 6px 4px rgba(185, 185, 185, 0.7);
    -moz-box-shadow: 0px 0px 6px 4px rgba(185, 185, 185, 0.7);
    box-shadow: 0px 0px 6px 4px rgba(185, 185, 185, 0.7);
}


.modal-body .iot-img  {
  height: 390px;
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden;
}

.modal-body .iot-img img {
  margin-top: -65px;
}

@media(max-width: 991px) {
  .modal-body .iot-img {
    height: 275px;
  }

  .modal-body .iot-img img {
  margin-top: -30px;
  }

  .milestone li.mile div.img {
    top: -34px !important;
    left: -0.5pc !important;
  }
  .milestone li.mile {
    margin-top: 30px;
  }
}

@media(max-width: 767px) {
  .modal-body .iot-img {
    height: auto;
  }

  .modal-body .iot-img img {
  margin-top: 0px;
  }
}

#contact button.close {
  background-color: transparent;
  position: absolute;
  top: -55px;
  right: 10px;
}

#contact button.close i {
 font-size: 25px;
}

@media( max-width: 767px ) {
  .invention-wrapper .shadow-box,
  .productization-wrapper.update .shadow-box {
    padding: 10px 0px;
  }
  .invention-wrapper .shadow-box .con-img,
  .productization-wrapper.update .shadow-box .con-img {
    margin: 15px 0px;
    width: 95% !important;
  }
  .invention-wrapper .shadow-box .img-shadow {
    width: 82%;
    height: 67%;
  }
  .news-wrapper .heading-section .download{
    text-align: right !important;
    padding-top: 0px;
    margin-top: 15px;
  }
  .productization-wrapper.update .shadow-box .img-shadow {
    width: 80%;
    height: 67%;
  }

}

@media( max-width: 600px ) {
  .invention-wrapper .shadow-box .img-shadow {
    width: 83%;
  }

  .news-wrapper .heading-section .download{
    text-align: right !important;
    padding-top: 0px;
    margin-top: -22px;
  }
}

@media( max-width: 500px ) {
  
  .productization-wrapper.update .shadow-box .img-shadow {
    width: 80%;
    height: 65%;
  }

   .invention-wrapper .shadow-box .img-shadow {
    width: 85%;
  }
  .productization-wrapper.update .ad2 {
    margin-top: 50px;
  }
  .productization-wrapper.solution {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .productization-wrapper.solution p.home-iot {
    padding: 5px 0px;
  }
  .productization-wrapper.solution .col-md-6{
    margin-bottom: 40px;
  }
  .productization-wrapper.solution .container {
    padding-bottom: 10px;
  }
  .news-wrapper .news-sections .news-buck.update p {
    padding-bottom: 25px;
 }
  .core-wrapper .core-content {
    min-height: auto;
  }
  .core-wrapper .core-content p {
    padding-bottom: 40px;
  }
}


@media( max-width: 370px ) {
  .productization-wrapper.update .shadow-box .img-shadow {
    width: 80%;
    height: 61%;
  }
    .invention-wrapper .shadow-box .img-shadow {
    height: 64%;
  }
}


.news-sections a .news-buck h2,
.news-sections a .news-buck p {
  color: #000 !important;
}

@media( max-width: 1199px ) and ( min-width: 992px ) {
  .news-wrapper .news-sections .news-buck {
    min-height: 678px !important;
  }
}
@media( max-width: 991px ) {
  .news-wrapper .news-sections .news-buck {
    min-height: 652px !important;
  }
}
@media( max-width: 767px ) {
  .news-wrapper .news-sections .news-buck {
    min-height: auto !important;
  }
  .news-wrapper .news-sections .news-buck p{
    padding-bottom: 25px !important;
  }
}

.news-wrapper.blog {
  padding-top: 0px !important;
}




#label9 {
  position: absolute;
  right: 3px;
  top: 180px;
  z-index: 2 !important;
  width: 220px;
  height: 160px;
  color: #000;
  padding: 20px;
  padding-top: 30px;
  font-size: 16px;
  background-color: #e0e0e0;
  opacity: 0;
  transform: scale(0.02);
  transition:  all 0.5s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
}



#label9:hover {
  background-color: #fff;
  opacity: 1;
  transform: scale(1.2);
  -webkit-box-shadow: 0px 0px 6px 4px rgba(185, 185, 185, 0.7);
    -moz-box-shadow: 0px 0px 6px 4px rgba(185, 185, 185, 0.7);
    box-shadow: 0px 0px 6px 4px rgba(185, 185, 185, 0.7);
    border-radius: 5px;
}

@media(max-width: 1199px) and (min-width: 992px) {
    #label9 {
      right: 63px;
      top: 178px;
    }
}

.modal .close {
  z-index: 9999s !important;
}

.modal {
	overflow: auto !important;
}


 section.base{
  width: 100vw;
  height: 70vh;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  background-color: 
}

#forbidden header  .navbar-default,
#privacy header  .navbar-default{
  background-color: rgba( 47, 0, 70,0.9);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
}

#forbidden .footer-wrapper {
    height: 30vh !important;
    padding: 0px;
    padding-top: 30px;
    padding-bottom: 50px;
}

#forbidden section h1 {
  font-size: 160px;
  font-family: Helvetica;
  font-weight: 800;
  color: #828282;
  margin: 0px;
  padding: 0px 15px;
  line-height: 0.9;
  margin-top: 100px;
}

#forbidden section h4{
  font-size: 22px;
  font-family: Helvetica;
  font-weight: 200;
  text-transform: uppercase;
  margin: 0px;
  padding: 30px 15px;
  text-align: center;
  color: #828282;
}

#forbidden a.tohome {
  text-transform: capitalize;
  margin-top: 10px;
  color: #fff;
  padding: 8px 30px;
   background-color: rgba( 47, 0, 70,0.9);
}


@media(max-width: 991px) {
  #forbidden .footer-wrapper {
    height: auto !important;
  }
}

@media( max-width: 767px ) {
    #forbidden section h1 {
    font-size: 100px;
  }

  #forbidden section h4 {
    font-size: 12px;
    font-weight: 200;
    text-transform: uppercase;
    margin: 0px;
    padding: 20px 15px;
  }

  #forbidden a.tohome {
    text-transform: capitalize;
    margin-top: 10px;
    color: #fff;
    padding: 8px 30px;
  }

  .modal.in .modal-dialog {
      margin-top: 0%;
  }

  .modal-founders .modal-header .close {
    margin-top: 0px;
    
  }

  .modal-founders .modal-header {
    padding: 0px 15px;
  }
}


.modal-body label,
.contact-Wrapper label{
  display: inline-grid !important;
  font-style: normal;
}

.case-study input, .position input {
    border-width: 0px !important;
}
.wpcf7-mail-sent-ok{
	color:#FFF;
	font-size:18px !important;
}


/************form.................*/

.cont h4 {
    font-weight: 500 !important;
}

.captcha-image {
    border: none !important;
    width: 100% !important;
}

.kc_captcha span.wpcf7-not-valid-tip {
    text-align: center
}

.captcha-image .cf7ic_instructions span {
  color: #EA1D76 !important;
}

.captcha-image label > input:checked + i {
    border: none !important;
}

div.wpcf7-mail-sent-ok {
  border: none !important;
  padding-left: 0px !important;
  margin-left: 0px !important;
}


.modal_info .modal-header {
  border-bottom: none;
}



.modal_info .modal-body h3{
  color: #fff;
  margin: 100px auto;
  text-align: center;
}
/*...................................*/


#privacy .base{
  min-height: 500px;
}

.privacy {
  padding-top: 120px;
  padding-bottom: 50px
}

.privacy h1 {
  margin-bottom: 5px;
}

.privacy h2 {
  font-size: 26px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 5px;
}

.privacy h3 {
  font-size: 21px;
  font-weight: 500;
}

.privacy ul {
  list-style-type: square;
  margin-left: 30px;
}

.privacy a,
.privacy a:hover,
.privacy a:focus{
    color: #EA1D76 !important;
}

.privacy a h4 {
  font-size: 16px;
}

.privacy a h4 i {
  font-size: 14px;
}

.modal-founders .modal-dialog{
  margin-top: 0px !important;
}

.modal-founders .modal-header {
  padding-top: 0px !important;
  margin-bottom: 0px;
}

@media( max-width: 767px ) {
  .modal_career .modal-content {
    padding-top: 60px !important;
  }
.modal-founders .modal-dialog{
  margin-top: 15px !important;
}
}

.about-top {
	background: rgba(92,4,119,1);
	background: -moz-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(92,4,119,1)), color-stop(100%, rgba(177,27,117,1)));
	background: -webkit-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
	background: -o-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
	background: -ms-linear-gradient(top, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
	background: linear-gradient(to bottom, rgba(61,4,75,1) 0%, rgba(131,13,74,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c0477', endColorstr='#b11b75', GradientType=0 );
}



#outdated {
	z-index: 99999 !important;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	background-color: #280046 !important;
	text-align: center;
	padding: 30px 0px 10px;
	color: #fff;
}

#outdated #btnUpdateBrowser {
	background-color: #EA1D76;
	padding: 5px 15px;
	line-height: 4;
	color: #fff !important;
	font-size: .9em;
}

#outdated #btnCloseUpdateBrowser {
	position: absolute;
	top: 15px;
	right: 30px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 50%;
}

.nvidia header .navbar-white {
 background-color: rgb(120, 186, 1, .95 );
}

.nvidia .jorney-wrapper {

    background: -webkit-linear-gradient(45deg, #031800 0%,  rgb(120, 186, 1, .95 ) 60%);
    background: -o-linear-gradient(45deg, #031800 0%,  rgb(120, 186, 1, .95 ) 60%);
    background: -ms-linear-gradient(45deg, #031800 0%, rgb(120, 186, 1, .95 ) 60%);
    background: -moz-linear-gradient(45deg, #031800 0%,  rgb(120, 186, 1, .95 ) 60%);
    background: linear-gradient(45deg, #031800 0%,  rgb(120, 186, 1, .95 ) 60%);

}

.nvidia .join-wrapper h5 {
  background: -webkit-linear-gradient(45deg, #031800 0%,  rgb(120, 186, 1, .95 ) 60%);
    background: -o-linear-gradient(45deg, #031800 0%,  rgb(120, 186, 1, .95 ) 60%);
    background: -ms-linear-gradient(45deg, #031800 0%, rgb(120, 186, 1, .95 ) 60%);
    background: -moz-linear-gradient(45deg, #031800 0%,  rgb(120, 186, 1, .95 ) 60%);
    background: linear-gradient(45deg, #031800 0%,  rgb(120, 186, 1, .95 ) 60%);
      background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.nvidia .talk-wrapper p::before {
  background-image: url(../img/ecosystem/nvidia/divider.svg);
}


.nvidia .dropdown-content {
  border-color: #78ba01;
}

.nvidia .about-top {
  background: -webkit-linear-gradient( 0deg, #031800 0%,  rgb(120, 186, 1, .95 ) 60%);
    background: -o-linear-gradient( 0deg, #031800 0%,  rgb(120, 186, 1, .95 ) 60%);
    background: -ms-linear-gradient( 0deg, #031800 0%, rgb(120, 186, 1, .95 ) 60%);
    background: -moz-linear-gradient( 0deg, #031800 0%,  rgb(120, 186, 1, .95 ) 60%);
    background: linear-gradient( 0deg, #031800 0%,  rgb(120, 186, 1, .95 ) 60%);
}

.modal-founders.nvidia .modal-body {
  padding: 0px;
}

.modal-founders.nvidia .modal-body img {
  padding: 0px;
}

.modal-founders.nvidia .modal-lg {
  width: 100%;
  max-width: 90%;
}

.modal-founders.nvidia {
  background: rgba( 0, 0, 0, 0.8 );
}




/*---------------------------audio analytics page----------------------------*/


.mobility_wrapper.audio .mobility-services {
  padding: 0px !important;
}

#accordion.audio {
  margin-bottom: 0px;
}

#accordion.audio .panel-collapse {
  padding-top: 10px;
}

#accordion.audio .panel-heading {
  position: relative;
  padding: 20px 25px;
  cursor: pointer;
  background-color: #051950;
  color: #fff;
  transition: all 0.1s ease-in-out;
}

#accordion.audio .panel-heading.collapsed {
  background-color: #f5f5f5 ;
  color: #000;
}

#accordion.audio .panel-heading:hover {
  background-color: #051950;
  color: #fff;
}

#accordion.audio .panel-heading:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 50px;
  height: 100%;
  transform: translateY(-50%) rotateX(180deg);
  background: url(../img/lyrik/accordion.html);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  transition: all 1s ease-in-out;
}

#accordion.audio .panel-heading.collapsed:after {
  transform: translateY(-50%) rotateX(0deg);
}

#accordion.audio h4.panel-title {
  font-size: 26px;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

#accordion.audio.panel-group .panel {
  border-radius: 0px;
  border-color: #f5f5f5 !important;
}

#accordion.audio .unique-wrapper {
  padding: 20px 25px 40px;
}

#accordion.audio ul {
  margin-top: 20px;
}

#accordion.audio .iot-case {
    min-height: auto !important;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    cursor: unset;
    box-shadow: none !important;
}

#accordion.audio .iot-case::before {
  display: none !important;
} 

#accordion.audio .embdedded-section {
  padding: 70px 25px 50px;
  background-color: #f0f1f5 !important;
}

#accordion.audio .diagram-holder {
  padding: 25px;
}

#accordion.audio .unique-buck {
  padding: 15px;
  min-height: auto !important;
}

#accordion.audio .sec .casestudies-buck h2 {
  font-size: 17px;
}

#accordion.audio .vid-container-cap {
  height: auto;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 20px;
}

#accordion.audio .vid-container-cap h2 {
  font-size: 26px;
}

#accordion.audio .video-wrapper .row {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

#accordion.audio .iot-case h2 span {
  font-size: 16px;
}

#accordion.audio img.con-img  {
  filter: none !important;
}

#accordion.audio .shadow-box:hover img.con-img {
  filter: hue-rotate(275deg) !important;
}

#accordion.audio .shadow-box .img-shadow {
    left: 23%;
    width: 78%;
    height: 60%;
    top: 34%;
}

@media( min-width: 768px ) {
  #accordion.audio .img-mob {
    display: none;
  }

  #accordion.audio .shadow-box a img {
    transform: none !important;
  }
}

@media( max-width: 767px ) {
  #accordion.audio .img-desk {
    display: none;
  }

  #accordion.audio .img-mob {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0px auto;
  }

  #accordion.audio .casestudies-section .casestudies-buck h5 {
    font-size: 10px !important;
    margin-top: 15px !important;
  }

  #accordion.audio .casestudies-section .casestudies-buck h2 {
    font-size: 18px !important;
  }

  #accordion.audio .embdedded-section .casestudies-buck h2 {
    margin-bottom: 30px;
  }

  #accordion.audio .vid-container-cap {
    padding-left: 0px;
  }

  #accordion.audio .shadow-box img.con-img {
    width: 100% !important;
  }

  #accordion.audio .shadow-box {
    margin-bottom: 20px !important;
  }

  #accordion.audio .shadow-box a img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #accordion.audio .shadow-box .img-shadow {
      width: 100%;
      height: 100%;
      top: 10px !important;
      left: 10px !important;
  }

  #accordion.audio h4.panel-title {
    font-size: 20px;
  }

  #accordion.audio .panel-heading {
    padding-right: 40px;
  }
  
  #accordion.audio .panel-heading:after {
    right: 10px;
    width: 30px;
  }

  #accordion.audio  .mobility-detail {
    padding-left: 45px;
  }

  #accordion.audio .vid-container-cap h2 {
    font-size: 16px !important;
    font-weight: 700 !important;
  }

}



#tyqCarousel .carousel-inner {
  background: transparent !important;
}

#tyqCarousel .item {
  padding: 10px;
}

#tyqCarousel p {
  color: #fff !important;
  font-size: 1.35em;
  font-family: 'Helvetica' !important;
  font-weight: 400 !important;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: 1px
}

.vid-scroller.tyq img{
  padding: 5%;
}

.shadow-box img.con-img {
  padding: 2%;
}

.owl-nav div.disabled {
  display: none;
}

@media( max-width: 767px ) {
  #vid-container.shadow-box .img-shadow {
    left: 20%;
    width: 75%;
    height: 88%;
    top: 20%;
  }

}



/*about*/

@media( max-width: 767px ) {
  .abt .shadow-box .img-shadow {
      width: 70%;
      height: 82%;
  }
}



.shadow-box.webinar .img-shadow {
  left: 23%;
  width: 75%;
  height: 59%;
  top: 34%;
}

@media( max-width: 767px ) {
  .shadow-box.webinar img.con-img {
    width: 90%;
    margin: 0px 5%;
  }

  .shadow-box.webinar .img-shadow {
    left: 20%;
    width: 76%;
    height: 68%;
    top: 34%;
  }
}

.vid-container-cap.kits {
  height: auto !important;
  margin-bottom: 40px;
}


.vid-container-cap.kits h2 {
  padding-left: 30px;
}

@media( min-width: 992px ) {
  .jorney-wrapper.career h2 a {
    font-size: 26px !important;
  }

  .vid-container-cap.kits h2,
  .vid-container-cap.web-text {
    padding-left: 25px !important;
  }
}

@media( max-width: 767px ) {
  .vid-container-cap.kits h2,
  .vid-container-cap.web-text {
    padding-left: 25px !important;
  }

  .vid-container-cap.web-text {
    padding-top: 15px;
  }
}



/*---------------------Septra popup---------------------*/

.septra_popup {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 888;
  display: none;
}

.septra_popup .popup_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 2px 10px rgba( 0, 0, 0, 0.1);
  cursor: pointer;
}

.septra_popup .popup_close:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #222;
  transform: translate(-50%, -50%) rotate(45deg);
}

.septra_popup .popup_close:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: #222;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.septra_popup_inner {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  padding: 30px 0 120px;
}

.septra_popup .popup_wrap {
  width: 95%;
  max-width: 500px;
  height: auto;
  position: relative;
  background: #344580;
  box-shadow: 0px 0px 12px rgba( 0, 0, 0, 0.2);
}

.septra_popup .popup_wrap img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.septra_popup .popup_wrap .popup_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  padding: 65px;
  overflow: hidden;
}

.septra_popup .popup_wrap .popup_content h3 {
  color: #fff;
  margin: 0px 0px 15px;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.15;
}

.septra_popup .popup_wrap .popup_content h5 {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.4;
  margin: 0px;
}

.septra_popup .popup_wrap .popup_content .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.septra_popup .popup_wrap .popup_content .septra_logo {
  width: 100%;
  margin: 0px auto;
  position: relative;
}

.septra_popup .popup_wrap .popup_content .septra_logo:after {
  position: absolute;
  content: "";
  bottom: -35px;
  left: 0px;
  right: 0px;
  height: 300px;
  background: #fff;
  border-bottom-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.septra_popup .popup_wrap .popup_content .septra_logo img {
  width: 60%;
  margin: 0 20%;
}

.septra_popup .popup_wrap .popup_content .popup_btn {
  color: #fff;
  background: #f39422;
  border: none !important;
  outline: none !important;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  padding: 16px 10px;
  display: block;
  max-width: 230px;
  margin: 13px auto;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 2px 10px rgba( 0, 0, 0, 0.3);
  cursor: pointer;
}

.septra_popup .popup_wrap .popup_content .popup_btn:hover,
.septra_popup .popup_wrap .popup_content .popup_btn:focus {
  color: #f39422;
  background: #fff;
}

.septra_popup .popup_wrap .popup_content .popup_btn:first-child {
  margin-top: 90px;
}


@media( max-width: 550px ) {
  .septra_popup .popup_wrap .popup_content {
    padding: 35px 25px;
    background: url(../img/septra_popup.png);
    background-size: cover;
    background-position: center bottom;
  }

  .septra_popup .popup_wrap .popup_content h3 {
    margin: 0px 0px 8px;
    font-size: 25px;
  }
  
  .septra_popup .popup_wrap .popup_content h5 {
    font-size: 15px;
    margin: 0px;
  }

  .septra_popup .popup_wrap {
    min-height: 90vw;
  }

  .septra_popup .popup_wrap img {
    display: none;
  }

  .septra_popup .popup_wrap .popup_content .septra_logo img {
    display: block;
  }

  .septra_popup_inner {
    padding: 20px;
  }

  .septra_popup .popup_wrap .popup_content .popup_btn {
    font-size: 11px;
    padding: 10px 10px;
    max-width: 180px;
    border-radius: 5px;
  }

}






/*------------------cookie policy-------------------------*/


.cookie-policy {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 30px 40px 20px;
  z-index: 999;
  background: #fff;
  box-shadow: 0px -2px 10px rgba( 0, 0, 0, 0.1 );
  display: none;
}
 
.cookie-policy .row  {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cookie-policy p {
  max-width: calc(100vw - 220px);
  margin: 0px !important;
}

.cookie-policy p a {
  color: #EA1D76 !important;
  display: inline-block;
}

.cookie-btn {
  background: #051950 !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 8px 40px !important;
  border-radius: 0px !important;
}

@media( max-width: 650px ) {
  .cookie-policy .row  {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-policy p {
    max-width: 100%;
    margin-bottom: 25px !important;
  }
}

table.cookie {
  margin: 30px 0px;
}

table.cookie, table.cookie td, table.cookie th {  
  border: 1px solid #ddd;
  border-collapse: collapse;
}

table.cookie {
  border: none;
}

table.cookie th {
  background: #eee;
}

table.cookie td, table.cookie th {
  padding: 20px 15px;
}

@media( max-width: 767px ) {
  table.cookie tr, table.cookie td{  
    display: block;
  }

  table.cookie tr {
    margin-bottom: 20px;
  }

  table.cookie thead {
    display: none;
  }

  table.cookie td {
    padding-left: 160px;
    word-break: break-all;
    font-size: 13px;
    position: relative;
    min-height: 80px;
  }

  table.cookie td:before {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 20px 15px;
    bottom: 0px;
    font-size: 13px;
    width: 145px;
    word-break: normal;
    content: attr(title);
    background: #eee;
    font-weight: bold;
  }

}



.item2 .grid__item-list li, 
.item3 .grid__item-list li {
    text-align: left !important;
    padding-left: 10px;
    position: relative;
}

.item2 .grid__item-list li:after, 
.item3 .grid__item-list li:after {
  position: absolute;
  content: "";
  top: 8px;
  left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}





/*--------------Septra-------------------*/

#septra header .navbar-default {
  background-color: rgba( 47, 0, 70,0.9);
}

#septra .septra-logo {
  width: 110px;
  margin-left: -5px;
  margin-bottom: 30px;
  margin-top: 30px;
}

#septra img {
  overflow: visible !important;
}

#septra .vid-container-cap.web-text.banner h2 sup small {
  font-weight: bold !important;
  color: #000;
}

#septra .btn-custom {
  max-width: 250px;
  background: #2f0046 !important;
  color: #fff !important;
  padding: 10px 20px !important;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  font-weight: bold !important;
  font-size: 18px !important;
  margin-top: 20px;
  border-radius: 0 !important;
}

#septra .modal-backdrop {
  background-color: #2f0046;
}

#septra .modal-backdrop.in {
  opacity: 1;
}

#septra .screen-reader-response {
  display: none;
}

@media( max-width: 767px ) {
  #septra .vid-container-cap.web-text.banner,
  #septra .vid-container-cap.web-text.banner h2 {
    text-align: center !important;
    height: auto !important;
  }

  #septra .septra-logo {
    width: 110px;
    margin: -10px auto 5px;
  }

  #septra .btn-custom  {
    margin: 20px auto 0px;
  }

}