


body {
    font-family: NeueEinstellung-Regular;
}


h1{
     font-family: NeueEinstellung-Bold;
	 font-weight:bold;
	 font-size:64px !important;
	 position:relative;
}

/* h1:before{ */
    /* position: absolute; */
    /* content: ""; */
    /* background: #000; */
    /* width: 170px; */
    /* height: 7px; */
    /* bottom: -14px; */
   
/* } */


h3,
h4 {
    font-family: NeueEinstellung-Regular;
  text-transform: uppercase;
  /* font-weight: bold; */
}

p {
   font-family: NeueEinstellung-Regular;
 
}

body.fp-viewing-welcome {
      overflow-x: hidden !important;
    height: 100% !important;
}


 @font-face { 
    font-family: NeueEinstellung-Regular; 
    src: url("../font/NeueEinstellung-Regular.otf"); 
    font-weight: normal;
    font-style: normal;
 } 
 @font-face { 
    font-family: NeueEinstellung-Bold; 
    src: url("../font/NeueEinstellung-Bold.otf"); 
    font-weight: bold; 
    font-style: normal; 
 } 
 @font-face { 
    font-family: NeueEinstellung-ExtraBold; 
   src: url("../font/NeueEinstellung-ExtraBold.otf"); 
   font-weight: ExtraBold; 
   font-style: normal; 
 }@font-face { */
   font-family: NeueEinstellung-ExtraLight; 
   src: url("../font/NeueEinstellung-ExtraLight.otf"); 
   font-weight: ExtraLight; 
   font-style: normal; 
 }@font-face { 
   font-family:NeueEinstellung-Light; 
   src: url("../font/NeueEinstellung-Light.otf"); 
   font-weight: Light; 
   font-style: normal; 
 }@font-face { 
   font-family: NeueEinstellung-Medium; 
   src: url("../font/NeueEinstellung-Medium.otf"); 
   font-weight: Medium; 
   font-style: normal; 
 } 
 @font-face { 
  font-family: NeueEinstellung-SemiBold; 
  src: url("../font/NeueEinstellung-SemiBold.otf"); 
  font-weight: SemiBold; 
  font-style: normal; 
} 
@font-face { 
  font-family: NeueEinstellung-Thin; 
  src: url("../font/NeueEinstellung-Medium.otf"); 
  font-weight: Thin; 
  font-style: normal; 
} 

.bg-video-wrap.bg-1{
	position:relative;
}
.bg-video-wrap.bg-1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000000ad;
}

.welcome {
   background:#0f5a94; 
   background-image: url(../images/videos/download.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
	/* opacity: 0.4; */
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
	
}
.background-color-blue{
	background:#0f5a94;
}

.back-overlay{
	position:relative;
}
.back-overlay:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
	
}

.bg-video-wrap img {
    width: 100%;
    height: 100%;
}

.back-img{
	position:relative;
	    z-index: 1;

}

.back-img:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	background-image: url(../images/back-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
	opacity:0.2;
}
	

/* .welcome:before { */
    /* position: absolute; */
    /* content: ""; */
    /* width: 100%; */
    /* height: 100%; */
    /* background: #0f5a94; */
    /* z-index: -1; */
/* } */

.welcome-bottom-links {
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 50px;
    position: absolute;
}

.welcome-bottom-links .bt-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}


.welcome-bottom-links .bt-links .lists {
    margin: 10px;
}

.welcome-bottom-links .bt-links .lists .border-line {
    border-right: 1px solid #ffffff;
}
.welcome-bottom-links .bt-links .lists p {
    padding-right: 40px;
    padding-left: 20px;
    font-size: 1.5625rem;
}

img.connect-img {
    width: 30px;
}

.bt-links p{
	color:white;
}
/* .di-content h1 { */
    /* text-align: center; */
/* } */

p.para.bg-red {
    border-radius: 3px;
}

.service-bottom .service-item-03 .service-img {
    overflow: hidden;
    border-radius: 10px;
	/*border: 1px solid #dddddd; */
   box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}


.service-bottom .service-item-03 .service-img  img {
    transition: all 0.3s linear;
	 height: 170px; 
    width: 100%;
    /* object-fit: cover; */
}
.service-bottom .service-item-03 .service-text {
    background: #ffffffe0;
    background: #ffffff;
    padding: 14px 25px;
    border-radius: 0px;
    padding-left: 20px;
    position: relative;
    margin-top: -34px;
        width: 200px;
    transition: all 0.3s linear;
    z-index: 1;
}
.service-bottom .service-item-03 .service-text .title {
    font-size: 19px;
    line-height: 27px;
    font-weight: 600;
    position: relative;
	margin-bottom:0;
}
.service-bottom .service-item-03 .service-text .title::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    background: linear-gradient(-160deg, #43baff 0%, #7141b1 100%);
    width: 3px;
    height: 36px;
    transform: translateY(-50%);
}

.service-bottom {
    padding: 0 65px;
}

.service-item-03{
	padding-bottom:50px;
}

p.para {
    color: #0f5a94;
    font-weight: 500;
}

.color-blue{
	color:#0f5a94;
}

.di-content .heading {
	 font-family: NeueEinstellung-Bold;
	font-weight:bold;
	font-size: 64px !important;
   
	position:relative;
	margin-bottom:30px;
	
}
.leadership-content h1 {
    text-transform: uppercase;
    padding-left: 52px;
	font-size: 54px !important;
    margin-bottom: 35px !important;
	/* font-family: Renogare; */
	 font-family: NeueEinstellung-Bold;
	font-weight:bold;
	position:relative;
    
}

.di-content .heading:before {
    position: absolute;
    content: "";
    background: #000;
    width: 170px;
    height: 7px;
    bottom: -7px;
    left: 0;
}


.heading-2{
	padding-left: 35px;
	    padding-bottom: 8px;
}

.mission-statement ul li {
    list-style: disc;
	    padding-bottom: 8px;
}

.mission-statement {
    margin-top: 30px;
}

.Custom_imagebck{
	position:relative;
}

.Custom_circle {
    width: 100px;
    height: 100px;
    border: 2px dashed #6b6b6b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background: #00558a00;
}

.sections.Even-child:nth-child(even){
	background:#edeff0;
}
.services-section .box-img img {
    width: 40px;
}

.img_content img {
   width: 80px;
    height: 80px;
    border-radius: 50%;
}

.leader-flex{
	display:flex;
	justify-content:left;
	align-items:center;
	gap:30px;
}
img.lumisity {
    mix-blend-mode: luminosity;
}

.engg-section .section-icon {
	
}

.engg-section:after {
	position:absolute;
	content:"";
	background:#0f5a94;
	width: 3px;
    height: 34px;
    top: 24px;
    left: 76px;
}
	
li.bg-red.text-white.text-li.text-desk {
    background: #0f5a94;
}


li.bg-red.text-white.text-li.text-desk .text-center.text-uppercase{
	 font-family: NeueEinstellung-Bold;
	font-weight:bold;
	    font-size: 35px;
}

.topbar__social a {
    display: inline-block;
    color: #f9f5f4;
    font-size: 16px;
    /* padding-right: 10px; */
    padding-top: 4px;
    margin-right: 6px;
    width: 35px;
    height: 35px;
    border: 2px solid white;
    border-radius: 50%;
	margin-bottom:20px;
}

.topbar__social{
	text-align:center;
}

.Brij-care-section {
   display:grid;
	grid-template-columns: 45% 48%;
    gap: 7%;
    align-items: center;
}

.Brij-text-section p {
    font-size: 20px;
}

.brij-children{
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	align-items:center;
	gap: 5px;
    position: relative;
    border-radius: 6px;
    border: 7px solid #ffffff;
}

.child-images {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

}

.brij-children img{
	width: 100%;
	/* border-radius: 6px; */
	/* border: 3px solid #fb702f; */
}

.brij-logo img {
    width: 170px;
    margin: 0 auto;
	text-align:center;
	
}
.brij-logo {
    text-align: center;
    margin-bottom: 20px;
	margin-right: 52px;
}


.brij-children-1 {
    text-align: center;
	/* margin-bottom:20px; */
}



.Brij-img-section {
    padding: 0 60px;
	    margin-top: -32px;

}


.bg-image-s .di-content .heading{
	margin-bottom:0;
}
	
.bg-image-s p .small-heading {
	padding-bottom:0;
}

.group-company{
	display:grid;
	grid-template-columns:35% 30% 35%;
	/* align-items:center; */
}

.left-logo-1 img {
    width: 220px;
}

.left-logo-1 {
    margin-bottom: 18px;
}

.Center-logo .left-logo-1 img{
    width: 450px;
}
.Center-logo {
    /* text-align: left; */
    display: flex;
        justify-content: center;
    /* align-items: center; */
}

.left-logo {
    text-align: center;
	padding-top: 40px;
}

.right-logo {
    text-align: center;
	    margin-top: -50px;
}

.right-logo img {
    width: 180px;
}

img.line-1 {
    width: 300px;
}

.left-logo-1 .logo-1{
	width:270px;
}

.address h2 {
    color: #0f59a4;
	    font-size: 25px;
		font-weight: bolder;
}

.address span {
    font-size: 19px;
    font-weight: 500;
}

.address {
    text-align: center;
	position:relative;
	padding-right:20px;
	margin-bottom:20px;
}

.address:after{
	position: absolute;
    content: "";
    width: 3px;
    height: 120px;
    background: #b96f42;
    top: 24px;
    right: -9px;
}

.address.last:last-child:after{
	all:unset;
}

.address span:nth-child(3){
color:#b96f42;
}

.our-dna.bg-image-wglobal-presence p {
    justify-content: center;
}

.address.last-6 span{
color:#000;
}

.quote-img.mx-auto.d-block i {
    font-size: 44px;
    width: 75px;
    height: 75px;
    background: #1580d2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -40px;
    left: 40px;
}
.main-flex li img {
   width: 150px;
    height: 82px;
    object-fit: contain;
    padding: 5px;
}


.main-timeline-section{
position: relative;
width: 100%;
margin:auto;
height: 500px;
    padding-top: 45px;
}

.content-date.center {
    left: -30px;
}

.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end{
position: absolute;
background:#0f5a94;
border-radius:100px;
top:39%;
transform: translateY(-50%);
width:30px;
height:30px;
}
.main-timeline-section .timeline-end{
right:0px;
}
.main-timeline-section .conference-center-line{
position: absolute;
width:100%;
height:5px;
top:39%;
transform: translateY(-50%);
background:#0f5a94;
}
.timeline-article{
width: 11.5%;
position: relative;
min-height: 300px;
float:right;
}
.timeline-article .content-date{
position: absolute;
top: 35%;
left: -7px;
font-size: 18px;
    font-weight: 600;
}
.timeline-article .meta-date{
position: absolute;
top: 50%;
left: 4px;
transform: translateY(-50%);
width:20px;
height:20px;
border-radius: 100%;
background:#fff;
border:2px solid #0f5a94;
}
.timeline-article .content-box{
/* box-shadow: 2px 2px 4px 0px #c1c1c1; */
/* border:1px solid #0f5a94; */
border-radius: 5px;
/* background-color: #fff; */
width: 251px;
    position: absolute;
    top: 60%;
    left: -80px;
	    padding:22px 10px;
}
.content-box ul li {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 6px;
    list-style-type: disclosure-closed;
	    line-height: 18px;
}
.content-box p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}
.timeline-article-top .content-box:before{
content: " ";
position:absolute;
left: 94px;
    transform: translateX(-50%);
    top: -15px;
    width: 3px;
    height: 33px;
    background: #0f5a94;
/* border:10px solid transparent; */
/* border-bottom-color: #F2635F; */
}
.timeline-article-bottom .content-date{
top: 59%;
}
.timeline-article-bottom .content-box{
top: 0%;
}
.content-box.low {
    top: -100px !important;
}


.timeline-article-bottom .content-box:before{
content: " ";
position:absolute;
left: 94px;
    transform: translateX(-50%);
      bottom: -7px;
    width: 3px;
    height: 37px;
    background: #0f5a94;
/* border:10px solid transparent; */
/* border-top-color:#F2635F; */
}


.content-box.top.width-extra:before {
    left: 94px;
    top: -15px;
    height: 33px;
}

.content-box.top-1:before {
    height: 30px;
    top: 144px;
    left: 93px;
}
.content-box.top-1 {
    top: -14%;
    /* height: 26px; */
}

.content-box.low.top-2:before {
    height: 94px;
    bottom: -58px;
    left: 94px;
}


.content-box.top-3:before {
    height: 40px;
    bottom: -4px;
	left: 94px;
}

span.heading.font-small {
    font-size: 54px;
}


.content-box.top.width-extra {
    width: 300px;
}

.custom-video-section {
    position: relative;
    height: 800px;
    object-fit: cover;
    margin-top: 50px;
}
.background-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 33px;
    left: 0;
    z-index: 1;
    opacity: 0.3;
}

#myVideo {
    position: relative;
    min-width: 100%;
    min-height: 100%;
    /* height: 850px; */
    width: 100%;
}
.colo-black{
	color:black;
}



.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
 
}
video {
  min-width: 100%;
  min-height: 100vh;
  z-index: 1;
  width:100%;
  
}
.overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(45deg, rgba(0,0,0,.3) 50%, rgba(0,0,0,.7) 50%);
  background-size: 3px 3px;
  z-index: 2;
}
.web-logo{
	position:absolute;
}

.cer-left {
    padding-right: 80px;
}
ul.certifications-list {
    padding-left: 0;
}

.leadership-content h1:before {
    position: absolute;
    content: "";
    background: #000;
    width: 170px;
    height: 6px;
    bottom: -14px;
   
}


.servie_head_title:before{
    position: absolute;
    content: "";
    background: #000;
    width: 170px;
    height: 7px;
    bottom: 4px;
   
}

.engagement-heading h1{
	position:relative;
}
.engagement-heading h1:before{ position: absolute;
    content: "";
    background: #fff;
    width: 170px;
    height: 7px;
    bottom: -14px;
   
}
p.ac {
    padding-bottom: 10px !important;
}

.technology-expertise h1{
	position:relative;
	color: black;
}

/*.technology-expertise h1:before{
	position: absolute;
    content: "";
    background: #000;
    width: 170px;
    height: 7px;
    bottom: -14px;
   
}*/


.end-time {
    position: relative;
}
.content-date-end {
    position: absolute;
 top: -37px;
    right: -4px;
    font-size: 18px;
    font-weight: 600;
}



.end-time .content-box1 :before {
    content: " ";
    position: absolute;
        left: 33px;
    transform: translateX(-50%);
    top: -36px;
    width: 3px;
    height: 33px;
    background: #0f5a94;
}
.content-box1  {
    position: absolute ;
       bottom: -115px;
    left: -17px;
    font-size: 17px;
    font-weight: 600;
}
.certifications-img img{
	width:100%;
}
.certification-section-sec {
    width: 96%;
    margin: 0 auto;
}


 .certification-section .certification-section-sec h1 {
    font-size: 37px !important;
    position: relative;
    margin-bottom: 36%;
    color: white;
}
.align-end{
	
align-items:flex-end	;
}

.happy-people-grid{
	display:grid;
	grid-template-columns:repeat(5, 1fr);
	gap:5px;
	align-items:center;
	position:relative;
	border: 8px solid white;
}

.our-dna.happy-people img {
    width: 100%;
    /* height: 160px;  */
   /* object-fit: cover;  */
    /* mix-blend-mode: luminosity; */
}
.our-dna.happy-people {
    padding: 3% 5%;
    justify-content: center;
}

.happy-people-grid h1{
	position: absolute;
    top: 68%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    color: white;
    background: #0f5a94;
    text-align: center;
    padding: 10px;
    font-size: 30px !important;
}

img.rotate-img {
    transform: scaleX(-1);
}


.service-category.video video {
    height: 400px !important;
    min-height: auto;
    width: 100%;
}

.d-grid.video-section {
    display: grid;
      grid-template-columns: 52% 45%;
    gap: 3%;
    padding: 30px 70px;
	    /* align-items: center; */
}

.d-grid.video-section-2 {
    display: grid;
   grid-template-columns: 45% 52%;
   gap:3%;
    align-items: flex-start;
    padding: 30px 70px;
}

.content-text{
	padding-top:6px;
}

.content-text h2 {
    padding-bottom: 6px;
    font-size: 40px;
	font-family: NeueEinstellung-Bold;
    font-weight: bold;
	
}

.content-text p {
    font-size: 16px;
	    font-family: NeueEinstellung-Regular;
		margin-bottom:10px;
}
.services-section.video-grid {
    justify-content: center;
}
.swiper-slide {
    margin-bottom: 25px;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.pbmit-service-style-4 .pbminfotech-post-item, .pbmit-service-style-4 .pbmit-featured-wrapper, .pbmit-service-style-4 .pbmit-featured-wrapper img {
    -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
	    height: 220px;
        object-fit: fill;
}
.pbmit-service-style-4 .pbmit-featured-wrapper, .pbmit-service-style-4 .pbminfotech-post-item {
    position: relative;
    overflow: hidden;
}
.pbmit-service-style-4 .pbmit-featured-wrapper {
    position: relative;
}
.pbmit-service-style-4 .pbmit-featured-wrapper::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 16%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 16%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 16%, rgba(0, 0, 0, 0) 100%);
}


article.pbmit-service-style-4.product-pages {
    position: relative;
    display: block;
}
.pbminfotech-box-content {
    position: relative;
}
.pbmit-service-style-4 .pbminfotech-box-content-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
       padding: 0 20px 15px;
}
.pbmit-service-style-4 .pbmit-service-title {
    font-size: 15px;
    font-weight: bolder;
    line-height: 21px;
    margin: 0;
}

.pbmit-service-style-4 .pbmit-service-cat a, .pbmit-service-style-4 .pbmit-service-title a {
    color: white;
}

.row.padding {
    padding: 0 100px;
}


.service-category.image img {
    width: 100%;
}

.d-grid.Image-section {
    display: grid;
 grid-template-columns: 38% 60%;
    gap: 2%;
	    padding: 40px 100px;	
}
.d-grid.Image-section.padding-low{
	padding-top:14px;
}

.content-text h5 {
    font-size: 28px;
    line-height: 44px;
}
.content-text .mission-statement {
    margin: 0;
}
.content-text ul {
    margin-top: 20px;
}
.content-text li {
    font-size: 19px;
}

.content-text .mission-statement {
    margin: 0;
    margin-top: -8px;
}

.service-category.image.height img {
    width: 100%;
    height: 360px;
}


.service-category.image.height1 img {
    width: 100%;
   height: 540px;
    object-fit: cover;
}


.content-text.pt-0 .head{
	margin-top:-8px;
}

.service-category.image.height.small img {
       width: 100%;
    height: 100%;
}

.service-category.image.height.small {
   
    text-align: center;
}

.service-category.image.height.small-1 img {
    width: 100%;
   height: 570px;
}



.webmobril-logo.paddingleft {
    padding: 0px 52px;
	margin:20px 0;
}

.welcome-2 {
    background: #f8f8f8;
}

.pbmit-service-style-4:hover .pbmit-featured-wrapper img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.d-grid.stack h5 {
    font-size: 18px !important;
}
.d-grid.stack {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	    grid-template-columns: 42% 35% 23%;
    /* align-items: center; */
}

.mission-statement.stack h5 {
    font-size: 24px;
margin-bottom:0;
       line-height: 38px;
}

.d-grid.Image-section.grid-2 {
    grid-template-columns: 38% 62%;
}
.tech-stack-img img {
      width: 75%;
}
.tech-stack-img{
	text-align:center;
}


a.webverse-link {
    font-size: 19px;
    text-transform: capitalize;
    background: #0f5a94;
    color: white;
    padding: 5px 20px;
    border-radius: 39px;
    letter-spacing: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 26px;
    right: 10%;
}

.text-section.text-white.text-center.di-content {
    position: relative;
}

.welcome-bottom-links.services-section.other-technology {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
}

h1.text-uppercase.text-center {
    margin-bottom: 24px;
}