@font-face {
  font-family: 'GeneralSans-VariableItalic';
  src: url('../../assets/fonts/GeneralSans-VariableItalic.woff2') format('woff2'),
       url('../../assets/fonts/GeneralSans-VariableItalic.woff') format('woff'),
       url('../../assets/fonts/GeneralSans-VariableItalic.ttf') format('truetype');
       font-weight: 200 700;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'GeneralSans-Extralight';
  src: url('../../assets/fonts/GeneralSans-Extralight.woff2') format('woff2'),
       url('../../assets/fonts/GeneralSans-Extralight.woff') format('woff'),
       url('../../assets/fonts/GeneralSans-Extralight.ttf') format('truetype');
       font-weight: 200;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'GeneralSans-ExtralightItalic';
  src: url('../../assets/fonts/GeneralSans-ExtralightItalic.woff2') format('woff2'),
       url('../../assets/fonts/GeneralSans-ExtralightItalic.woff') format('woff'),
       url('../../assets/fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
       font-weight: 200;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'GeneralSans-Light';
  src: url('../../assets/fonts/GeneralSans-Light.woff2') format('woff2'),
       url('../../assets/fonts/GeneralSans-Light.woff') format('woff'),
       url('../../assets/fonts/GeneralSans-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'GeneralSans-LightItalic';
  src: url('../../assets/fonts/GeneralSans-LightItalic.woff2') format('woff2'),
       url('../../assets/fonts/GeneralSans-LightItalic.woff') format('woff'),
       url('../../assets/fonts/GeneralSans-LightItalic.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'GeneralSans-Regular';
  src: url('../../assets/fonts/GeneralSans-Regular.woff2') format('woff2'),
       url('../../assets/fonts/GeneralSans-Regular.woff') format('woff'),
       url('../../assets/fonts/GeneralSans-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'GeneralSans-Italic';
  src: url('../../assets/fonts/GeneralSans-Italic.woff2') format('woff2'),
       url('../../assets/fonts/GeneralSans-Italic.woff') format('woff'),
       url('../../assets/fonts/GeneralSans-Italic.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'GeneralSans-Medium';
  src: url('../../assets/fonts/GeneralSans-Medium.woff2') format('woff2'),
       url('../../assets/fonts/GeneralSans-Medium.woff') format('woff'),
       url('../../assets/fonts/GeneralSans-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'GeneralSans-MediumItalic';
  src: url('../fonts/GeneralSans-MediumItalic.woff2') format('woff2'),
       url('../fonts/GeneralSans-MediumItalic.woff') format('woff'),
       url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'GeneralSans-Semibold';
  src: url('../../assets/fonts/GeneralSans-Semibold.woff2') format('woff2'),
       url('../../assets/fonts/GeneralSans-Semibold.woff') format('woff'),
       url('../../assets/fonts/GeneralSans-Semibold.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'GeneralSans-SemiboldItalic';
  src: url('../fonts/GeneralSans-SemiboldItalic.woff2') format('woff2'),
       url('../fonts/GeneralSans-SemiboldItalic.woff') format('woff'),
       url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: italic;
}


@font-face {
  font-family: 'GeneralSans-Bold';
  src: url('../../assets/fonts/GeneralSans-Bold.woff2') format('woff2'),
       url('../../assets/fonts/GeneralSans-Bold.woff') format('woff'),
       url('../../assets/fonts/GeneralSans-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'GeneralSans-BoldItalic';
  src: url('../fonts/GeneralSans-BoldItalic.woff2') format('woff2'),
       url('../fonts/GeneralSans-BoldItalic.woff') format('woff'),
       url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: italic;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	color: #fff;
	line-height: initial;
	font-family: 'GeneralSans-Bold' !important;
}

.bg-light {
	background-color: #070606 !important;
  }

 .card{
	border: 1px solid #242b38;
    background-color: #161515;
 } 

body.newhome h1, body.newhome h2, body.newhome h3, body.newhome h4, body.newhome h5, body.newhome h6{
	font-family: 'GeneralSans-Bold' !important;
}

body.newhome{
	color: #fff !important; 
	font-size:18px  !important;
	font-weight: 400  !important; 
	font-family: 'GeneralSans-Regular' !important;
	background-color: #000001;
}

img{
	max-width: 100%;
}

.newhome section{
	padding: 100px 0;
}

.newhome .img-block{
	box-shadow: none;
	background-color: transparent;
	border: none;
}

.clearHeader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 9;
	padding: 20px 0;
	transition: all 500ms ease-in-out 0s;
/*  background: #226184;*/
	z-index: 999;
}
header.sticky{
	padding: 15px 0;
	background-color: #000;
}
.btn-primary{
	background-color: #226184;
	border-color: #226184;
	height: 40px;
}

.soft-block .border-block h4 {
	font-size: 14px;
	font-weight: 500 !important;
  }

  .accordion-button::after{
	background-image:  url(../../assets/img/arrow-fq.png);
	background-repeat: no-repeat;
  }
  .dropdown-menu.services-menu {
	left: -125px;
  }

  .dropdown-menu{
	background-color: #000;
	border: 1px solid #ddd;
  }
.nav-link{
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	color: #FFF; 
	padding: 5px 0!important;
	margin: 0 1px !important;
	border-bottom: 1px solid transparent;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color:#fff;
	border-bottom: 1px solid #fff;
}

.btn.btn-primary-outline{
	border: 1px solid #fff;
	color: #fff;
}

.block-sub-title{
	background: #e4ecf0;
	color: #226184;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	text-transform: uppercase; 
	padding:5px 10px;
	border-radius: 100px; 
}

.block-title{
	color: #fff;
	font-size: 48px !important;
	font-style: normal;
	font-weight: 700;
	line-height: 62px;
	margin: 15px 0;
}

.text-2{
	color: #575757;
	font-size: 24px !important;
	font-style: normal;
	font-weight: 600;
	line-height: 32px
}


/* Home Banner Section */
.banner-section{
	background-image:  url(../../assets/img/home/header.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height:80vh;
	background-position: bottom center;
	position: relative;
	z-index: 9;
}

.banner-section:before{
	content: '';
	background: rgba(0,0,0,0.9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -9;
	width: 100%;
	height: 100%;
}
.homeheaderbg h3{
	text-align: center;
	font-size: 32px;
}

/* ABOOUT TEXT */

.about{
	background-color: #050505;
	background-image: url(../../assets/img/home/about.jpg);
}

.border-block{
	padding: 10px;
	overflow: inherit;
	box-shadow: 0 7px 65px 0 rgb(0 0 0/5%);
	border-radius: 15px;
	border: 1px solid #42526d6e;
	position: relative;
}

/* Forword thinking */

.forword-thinking{
	position: relative;
	background-color: #000001;
	background-image: url(../../assets/img/home/forword-thinking.jpg);
	background-repeat:repeat-x;
	background-size: contain;
	background-position: bottom;
	z-index: 9;
}

.forword-thinking::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -9;
	width: 100%;
	height: 100%;
	
}

.forword-content{
	height: 80vh;
}
/* Redine START */

.redine {
	background: #090808;
  }

.redine .border-block .service-number {
	position: absolute;
	top: 33%;
	right: -9px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: linear-gradient(135deg, #319be6 0%, #16c0f0 100%);
	color: #fff;
	padding: 10px 5px;
	font-size: 16px;
	font-weight: 600;
  }

  .redine .border-block .service-number::before {
	border-bottom: 8px solid #1ba8ce;
  }
  .redine .border-block .service-number::before {
	content: '';
	position: absolute;
	top: -14px;
	left: 25px;
	border-right: 10px solid transparent;
	border-top: 6px solid transparent;
	border-bottom: 8px solid #23849e;
  }

  .redine .border-block .service-number::after {
	border-top: 8px solid #1ba8ce;
  }
  .redine .border-block .service-number::after {
	content: '';
	position: absolute;
	bottom: -14px;
	left: 25px;
	border-right: 10px solid transparent;
	border-bottom: 6px solid transparent;
	border-top: 8px solid #23849e;
  }
  .redine .border-block.first .service-number::before {
	left: 21px;
  }
  .redine .border-block.first .service-number::after {
	left: 21px;
  }

  .redine .border-block.second .service-number{
	right: -13px;
  }

  .redine .border-block.second .service-number::before {
	left: 21px;
  }
  .redine .border-block.second .service-number::after {
	left: 21px;
  }

  .redine .border-block.fourth .service-number{
	right: -13px;
  }

  .redine .border-block.fourth .service-number::before {
	left: 25px;
  }
  .redine .border-block.fourth .service-number::after {
	left: 25px;
  }

  .redine .service-icon img{
	width: 150px;
  }

  /* ECOSYSTEM */

  .ecosystem{
	background-image: url(../../assets/img/home/dot-bg-2.png);
	background-repeat:repeat-x;
	background-size: contain;
	background-position: top;
	z-index: 9;
  }

  .ecosystem .border-block{
	background-color: #000;
  }

  .soft-block .border-block{
	width: 100%;
  }

  .our-pro .border-block{
	width: 100%;
  }

  .our-pro .border-block img{
	width: 100px;
  }

  .soft-block .border-block img{
	width: 50px;
  }

  /* Lab services */

  .lab-services{
	background-color: #090808;
  }

  .lab-blocks{
	margin-bottom: 2rem !important;
	padding: 30px;
	border: 1px solid #242b38;
	border-radius: 5px;
	background: hsla(0,0%,100%,.05);
  }

  .ingight- {{ $company_name }}{
	background-image: url(../../assets/img/home/dot-bg-2.png);
	background-repeat:repeat-x;
	background-size: contain;
	background-position: top;
	z-index: 9;
  }

  .data-integrity{
	background-color: #090808;
  }

/* FOOTER START */
	.footer-socail{
		list-style-type: none;
		display: flex;
		gap:20px;
		padding: 0;
		margin: 0;
	}

	.footer-socail li a{
		display: flex;
		text-decoration: none;
		align-items: center;
		justify-content: center;
		height: 35px;
		width: 35px;
		border-radius: 50%;
		border: 1px solid #fff;
		color: #fff;
	}
	.footer-socail li a:hover{
		background-color: #fff;
		color: #226184;
	}

	.footer-center h4{
		color: #fff;
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 32px; 
	}

	.footer-center ul{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	.footer-center ul li{
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px; 
		color: #fff;
		padding:5px 0;
		display: flex;
		align-items: center;
		text-decoration: none;
	}
	.footer-link ul li a{
		white-space: nowrap;
	}
	.footer-center ul li:first-child{
		align-items: flex-start;
	}
	.footer-center ul li:first-child i{
		padding-top: 8px;
	}
	.footer-center ul li a{
		font-size: 17px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px; 
		color: #fff; 
		display: flex;
		text-decoration: none;
		width: calc(100% - 35px);
	}

	.contact-info li, .contact-info li a{
		display: flex;
		width: 100%;
		align-items: center;
	}

	.contact-info li i{
		width: 35px;
		font-size: 16px;
	}

	.copyright {
		border-top: 1px solid #ebecf1;
		background-color: rgba(0,0,0,0.15);
    	margin: 50px 0 0;
		color: var(--bs-white);
	}

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

	.copyright ul li a{
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 26px; 
		color: #77769C; 
		display: flex;
		text-decoration: none;
		padding:10px;
	}
	.footer-logo img
	{
	  filter: brightness(50);
	}
.d-flex.justify-content-between.footer-center {
  flex-wrap: wrap;
}

@media (max-width: 990px) {
	.newhome section{
		padding: 50px 0;
	}
.navbar-toggler-icon{
	background-image: url(../../assets/img/menu.png) !important;
}
.navbar-toggler {
  border-color: #fff;
}
.about{
	background-size: cover;
}
.forword-content{
height: auto;
}
.block-title
{
color: #fff;
font-size: 32px !important;
font-style: normal;
font-weight: 700;
line-height: 42px;
margin: 15px 0;
}
.banner-section{
	height: auto;
}
.col-lg-2.mb-4.m-size
{
  width: 50%;
}
}
.connectnwbtn {
	background-color: #417795;
	position: fixed;
	top: 45%;
	right: 0;
	padding: 13px 8px;
	z-index: 999;
	border-radius: 3px 0 0 3px;
	font-size: 16px;
  }

.modal-dialog.bg-dark .modal-content {
	background: #000 !important;
  }

  .modal-dialog.bg-dark .modal-content .modal-header {
	flex-direction: column;
  }

  .modal-dialog.bg-dark .modal-content .modal-header .btn-close{
	color: #fff;
	background: transparent;
	font-size: 32px;
	line-height: 28px;
	position: absolute;
  right: 10px;
  top: 8px;
  }

  .modal-dialog.bg-dark .modal-content .form-label {
	margin-bottom: 2px;
	width: 100%;
	margin-left: 0;
	font-size: 14px;
  }

  .video-title {
	background: #111;
	color: #fff;
	margin: 0;
  }

  .video-title h2{
	color: #fff !important;
  }

  .modal-dialog.bg-dark .form-control {
	height: 36px;
	padding: 4px 11px;
  }

  .homeheaderbg{
	background-color: rgba(0,0,0,0.6);
	padding: 10px;
	border-radius: 10px;
  }
  .founder-msg h3{
	position: relative;
	z-index: 9;
  }

  .founder-msg h3:before{
	content: '';
	position: absolute;
	bottom: -20px;
	background-color: #6cabc8;
	height: 5px;
	width: 200px;
  }