.site-button.outline-half{top:-1px;}
.mb10{margin-bottom:10px;}

.nav.navbar-nav li {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

.nav.navbar-nav li[title]:hover::after {
   content: attr(title);
    position: absolute;
    top: 50%;
    left: -100%;
    background: #d0d0d0;
    padding: 3px 10px;
    border-radius: 5px;
    min-width: 85px;
    text-align: center;
	color:#000 !important;
	font-weight:bold;
}
.nav.navbar-nav li[title]:hover::before{
	width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 15px solid #d0d0d0;
    border-right: 0;
    position: absolute;
    content: "";
    left: -18%;
    top: 50%;
}

.dlab-bnr-inr-entry{
	writing-mode: vertical-rl;
}
.dlab-bnr-inr:before {
    left: -50px;
    font-size: 130px;
}
.custClassHeading span{color:#ffb925;}


.service-box .dlab-tilte{letter-spacing:1.5px; font-size:25px;}

.servicesBoxOuterCust .service-box {
    max-height: 500px;
    padding-bottom: 25px;
}
.servicesBoxOuterCust .service-box p {
    height: 150px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.servicesBoxOuterCust .service-box a.btnCustClass{
	padding: 8px 15px;
    letter-spacing: 1px;
    font-size: 16px;
    padding-bottom: 7px;
    float: right;
    margin-top: 15px;
}
.servicesBoxOuterCust .service-box a.site-button.outline.btnCustClass:hover{
	background:#009688;
}
.servicesBoxOuterCust .service-box:hover a{
	background-color: #ffb820;
	border-radius: 0;
    position: relative;
    border: 1px solid #fff;
    border-width: 0 1px 0 1px;
    font-weight: 400;
	color:#fff;
}
.header-transparent.header2 .main-bar:after {
	background: rgba(255, 255, 255, 0.98);
	box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.2);
}

.runningSubHeading {
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 50px;
    margin-bottom: 15px;
}
.runningBulletContent ul{
	list-style:none;
}
.runningBulletContent ul li{
	position:relative;
}
.runningBulletContent ul li:after {
    content: "\f058";
    font-family: FontAwesome;
    color: #ffb924;
    position: absolute;
    left: 0px;
    top: 0px;
}
.runningBulletContent ul li {
    position: relative;
    font-size: 20px;
    color: #747474;
    font-weight: 500;
    margin-bottom: 20px;
	padding-left:25px;
}
.runningBulletContent ul li b{color:#000; font-family:'Oswald', sans-serif; font-weight:500;}

.dlab-bnr-inr.dlab-bnr-inr-custCL h1{font-size: 55px; letter-spacing: 5px;}
a:active, a:hover {
    color: #009688;
}
.service-box .companyName{color:#ffb925; background:transparent; font-weight:800;}
.companyName{
	    color: #fff;
    background: #ffb925;
    padding: 0 8px;
    border-radius: 5px;
}

.extra-nav ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding: 40px 40px;
    display: inline-block;
    line-height: 20px;
    letter-spacing: 1.5px;
    border-radius: 15px;
}
.extra-nav ul li:first-child a {
    color: #ffb925;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding: 20px 20px;
    display: inline-block;
    line-height: 20px;
    letter-spacing: 1.5px;
    background: #1c1e25;
    margin: 0 20px;
    border: 1px solid #ffb92545;
    box-shadow: 0px 1px 4px #ffb92473;
    font-weight: 400;
}
.extra-nav ul li:first-child a:hover {
    background: #ffb924;
    color: #000;
    box-shadow: 0px 1px 4px #977225;
    border: 1px solid #42351a;
}


.banner-inner .title {
    font-size: 90px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 30px;
    margin-left: -5px;
    word-break: break-word;
}
.banner-inner .sub-title {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 500;
}
.banner-inner .letsGrow{
    font-size: 30px;
    color: #fab92f;
    letter-spacing: 5px;
    text-align: right;
    display: block;
    width: 100%;
    text-indent: -20px;
    position: relative;
    right: 0px;
    text-transform: capitalize;
}

.site-button.outline-half:after, .site-button.outline-half:before {width:auto;}
.site-button.outline-half {
    border: 1px solid #ffba27;
}


.knowMoreAbout {
    margin-top: 80px;
    padding: 10px 30px;
}

.fs25{font-size:25px;}

.bannerTextOuter {
    max-width: 1280px;
    position: relative;
    margin-top: 100px;
}


@media (max-width:570px){
    .banner-inner .letsGrow{left: 0; font-size: 20px; letter-spacing: 0;}
}
@media only screen and (max-width: 767px) {
    .extra-nav ul li a {
        padding: 15px 15px;
    }
	.extra-nav ul li:first-child a{
		padding: 15px 15px;
		font-size: 14px;
		margin:0 5px;
	}
}
@media only screen and (max-width: 991px) {
    .dlab-bnr-inr-entry {
        writing-mode: unset;
    }
	.dlab-bnr-inr:before {
		-webkit-transform: translateX(-0%);
	}
	.header2 .is-fixed .extra-nav ul li a:not(.menu-btn) {
        color: #ffba26;
    }
}
@media (min-width:250px){
	.logo-header > a.logoWeb{display:none;}
	.logo-header > a.logoMobile{display:table-cell;}
	
	.sticky-header.is-fixed.main-bar-wraper .logo-header > a.logoWeb{display:table-cell;}
	.sticky-header.is-fixed.main-bar-wraper .logo-header > a.logoMobile{display:none;}
	.banner-inner .title{font-size:60px;}
}
@media (min-width:991px){
	.logo-header > a.logoWeb{display:table-cell;}
	.logo-header > a.logoMobile{display:none;}
	
	.sticky-header.is-fixed.main-bar-wraper .logo-header > a.logoWeb{display:table-cell;}
	.sticky-header.is-fixed.main-bar-wraper .logo-header > a.logoMobile{display:none;}
	.banner-inner .title{font-size:90px;}
}