@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');
body{
	font-family: 'Manrope', sans-serif;
}
.bg-green{background-color: #0b9b5e;}
.top-info ul {
    color: #fff;
    display: inline-flex;
    list-style: none;
    margin-bottom: 0;
    padding-inline-start: 0;
}
.top-info ul li {
    margin-right: 26px;
}
.top-header {
    padding: 11px 0;
}
a{color: inherit;
	text-decoration: none;
}
a.nav-link {
    font-size: 17px;
    font-weight: 500;
    padding: 0px 12px !important;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #0b9b5e;
}
header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.6;
  z-index: 1;
}

/* Media Query for devices withi coarse pointers and no hover functionality */

/* This will use a fallback image instead of a video for devices that commonly do not support the HTML5 video element */

 

.section-padding{
	padding: 130px 0;
}
.services{
	background-image: url('../img/about-bg.png');
	background-position: center top;
    background-repeat: repeat;
    transition: opacity .4s ease .1s;
        background-size: auto!important; 
}
.services .card{
	box-shadow: 0 7px 50px -10px rgb(0 0 0 / 17%);
	text-align: left;
}
 
.services h2 {
    color: #191919;
    font-size: 35px;
    line-height: 60px;
    font-weight: 800;
    
}
.line {
    background: #0b9b5e;
    height: 2px;
    width: 68px;
    margin: auto;
    margin-bottom: 40px;
}
.boxs {
    font-size: 65px;
    border-radius: 50%;
    padding: 20px 20px 20px 20px;
    width: 114px;
    height: 114px;
    text-align: center;
    background: #0b9b5e24;
    line-height: 1.1;
}
.hovers:hover {
    background: #198754;
    color: #fff !important;
}
 .box-1{
	color: #ffa906;
    background: rgba(255,169,6,0.13);
}
.box-1-t{
	color: #ffa906; 
}

.box-2{
	color: #34d78a;
    background: rgba(97,206,112,0.11);
}
.box-2-t{
	color: #34d78a;
}

.box-4{
	color: #3bb7f9;
    background: rgba(59,183,249,0.14);
}
.box-4-t{
	color: #3bb7f9;
}

.box-5{
	color: #8963fb;
    background: rgba(104,78,219,0.1);
}
.box-5-t{
	color: #8963fb;
} 
a.read-more { 
    border: solid 1px; 
    width: fit-content;
    padding: 8px 20px;
    text-align: center;
    margin: auto;
}
.title h2 {
    color: #191919;
    font-size: 35px;
    line-height: 60px;
    font-weight: 800;
}
.bg-greay{
	background-color: #f8f9fb;
}
.bg-light-blue{
	  background-color: #f3f7ff;
}
.cross-over {
    background: #0b9b5e;
    color: #fff;
    padding: 52px 42px;
    border-radius: 16px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/about-bg.webp);
    transition: opacity .4s ease .1s;
    background-size: 60%;
    position: relative;
    top: -210px;
    margin-bottom: -140px;
}
.cross-over-a {
    background: #fff;
    color: #fff;
    padding: 52px 42px;
    border-radius: 16px;
    background-position: left center;
    background-repeat: no-repeat; 
    transition: opacity .4s ease .1s;
    background-size: 60%;
    position: relative;
    top: -210px;
    margin-bottom: -140px;
    box-shadow: 0 7px 50px -10px rgb(0 0 0 / 17%);
}
a.read-more-b {
    border: solid 3px;
    width: fit-content;
    padding: 8px 20px;
    text-align: center;
    margin: auto;
    font-weight: 500;
}
footer {
    background-color: #0c243e;
    padding: 68px 0;
}
.color-orange {
    color: rgb(11 155 94) !important;
}
.social-media ul {
    list-style: none;
    display: inline-flex;
}
.footer-links ul {
    padding-inline-start: 10px;
}
.job-list ul li {
    margin-bottom: 8px;
}
.social-media ul li a {
    margin: 2px 4px;
    color: rgb(11 155 94) !important;
    height: 40px;
    width: 40px;
    background: rgb(255 255 255);
    text-align: center;
    line-height: 2.4;
    border-radius: 59%;
    padding: 11px 15px;
}
.job-list ul li {
    text-decoration: none;
    list-style: none;
}
.footer-links ul {
    padding-inline-start: 10px;
}
.job-list ul li a {
    text-decoration: none;
}
.footer-bootm {
    background: #091c30;
    border-top: solid 1px #606060;
    padding: 20px 0;
}
.bg-subscribe {
    position: relative;
    padding: 47px 0;
    overflow: hidden;
    background-color: rgb(18 47 77);
    bottom: -1px;
}
.subscribe-form .form-control {
    max-width: 350px;
    padding: 9px 20px;
    border-color: rgb(226 229 232 / 35%);
    border-radius: 8px;
    font-size: 14px;
    color: rgb(0 0 0);
    background-color: rgb(243 243 243);
    height: 55px;
}
button#subscribebtn {
    background: #0b9b5e;
    color: rgb(255 255 255);
}

.side {
    align-items: center;
    background: var(--green); 
    height: 450px;
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    top: 10px; 
}
img.about-img {
    width: 100%;
    max-width: 336px;
    margin: auto;
    text-align: center;
}