*,
*::before,
*::after {
  box-sizing: border-box;
}

body 
{
	margin: 0; 
	background: #ffffff;
	font-family: "Inter", sans-serif;
} 

 header {
    background: #09552D;
    width: 100%;
    height: 300px;
}

.aboutGridRight img {
    width: 100%;
}

.aboutGrid {
    margin-top: 100px;
}

.commonHeading h2 {
    font-size: 30px;
    font-weight: 700;
}.aboutGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-bottom: 100px;
}

p {
    font-size: 17px;
    font-weight: 400;
    color: #435056;
    line-height: 30px;
}

.aboutGridLeft ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.aboutGridLeft ul li {
    display: flex;
    align-items: center;
    gap: 13px;
    font-size: 16px;
}

.aboutGridLeft p {
    margin-bottom: 40px;
}

.aboutGridLeft ul li span {
    font-weight: 600;
}

.aboutGridRight figure {
    margin-bottom: 0;
}

.aboutGridLeft h2 {
    margin-bottom: 20px;
}

.aboutGridLeft ul li img {
    width: 20px;
}

.serviceMainContainer .commonHeading p {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px;
}

.serviceMainContainer   { 
	margin-bottom: 100px;
}

.serviceContent figure img {
    width: 100%;
}

.serviceGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

figure {
    margin: 0;
}

.serviceContent figure:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #0000006e;
    position: absolute;
    top: 0;
    left: 0;
}

.serviceContent figure {
    position: relative;
}

.serviceTextContent {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px;
    color: #fff;
}

.serviceContent {
    position: relative;
}

.serviceTextContent a {
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
	    letter-spacing: 1px;
}

.serviceTextContent h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 0;
    width: 90%;
}
.howWorkGrid {
    display: grid;
    grid-template-columns: 41% 54%;
    gap: 5%;
}

.stepGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.stepsContent {
    border: 1px solid #DFDFDF;
    padding: 22px;
}

.stepsContent h3 {
    font-size: 17.5px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 10px;
}

.stepsContent figure img {
    width: 55px;
    height: 55px;
}

.stepsContent p {
    font-size: 16px;
    line-height: 22px;
	color:#435056;
}

.stepsContent span {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 25px;
    font-weight: 500;
    color: #B8C2C7;
}

.stepsContent {
    position: relative;
}

.stepsContent figure {
    margin-bottom: 37px;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}




.fillButton {
    font-size: 16px;
    line-height: 22px;
    background: #006A32;
    padding: 12px 27px;
    border-radius: 100px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: fit-content;
    font-weight: 600;
	border: 1px solid #006a32;
	transition: .5s all ease;
}
.fillButton:hover {
    border: 1px solid #006a32;
    color: #000;
    background: none;
    transition: .5s all ease;
}
.howWorkLeft p {
    margin-bottom: 40px;
}

.howWorkContainer {
    margin-bottom: 100px;
}

.w-80 {
    width: 80%;
    margin: 0 auto;
}

.w-80 p {
    width: 64%;
    margin: 0 auto;
}
.clientLogo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
}

.trustedContainer {
    margin-bottom: 100px;
}
.dashboardScreenshot img {
    width: 100%;
}
.trustedContainer {
    background: #F3F3F3;
    padding: 90px 0px;
}

.serviceContent:hover figure img {
    transform: scale(1.2);
    transition: .5s all ease;
}

.serviceContent {
    overflow: hidden;
    transition: .5s all ease;
}

.serviceContent figure img {
    transition: .5s all ease;
}
.banner-right img {
    width: 100%;
}

.banner-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
    align-items: center;
}

.banner-left h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 20px;
}

.banner-left p {
    margin-bottom: 25px;
}
 @media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1240px;
    }
}

.serviceGridContainer img {
    width: 100%;
}

.serviceGridContainer {
    display: grid;
    grid-template-columns: 47% 50%;
    gap: 0%;
    align-items: center;
}

.serviceRight h3 {
    font-size: 25px;
    font-weight: 700;
    width: 80%;
    margin-bottom: 0;
    line-height: 25px;
}

.serviceRight {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 30px;
}

.serviceRight p {
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
}

.servicesContainer {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.serviceRight a {
    font-size: 16px;
    background: #9022e4;
    color: #fff;
    text-decoration: none;
    padding: 10px 32px;
    border-radius: 70px;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
}

figure.bannerHeighLow img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

figure.bannerHeighLow {
    width: 95%;
    margin: 0 auto;
}

figure.bannerHeighLow {
    margin-top: 100px;
}

figure.bannerHeighLow h2 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    margin: 0;
}

figure.bannerHeighLow {
    position: relative;
    overflow: hidden;
    height: 400px;
    border-radius: 25px;
}

h2.commonHeading {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
}

figure.bannerHeighLow:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
	/* background-image: linear-gradient(#00000000, #000000); */
	background-color: #00000047;
}

.accordianContainer li svg {
    width: 13px;
    height: 13px;
}

figure.bannerHeighLow {
    margin-bottom: 100px;
}

.features img {
    width: 130px;
}

.accordianContainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.accordianContainer li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 20px;
}

.accordianContainer li a {
    text-decoration: none;
}

.accordianContainer li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

.features {
    margin-bottom: 100px;
    width: 70%;
    margin: 0 auto;
}

.features figure img {
    margin-bottom: 30px;
}

.featureGrid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 100px;
    margin-bottom: 100px;
}

.mobileContainer {
    display: grid;
    grid-template-columns: 50% 42%;
    margin-top: 100px;
    gap: 100px;
    height: 550px;
    overflow: hidden;
    align-items: center;
}

.mobileRight img {
    width: 100%;
}

.mobileLeft h2 {
    color: #000;
    margin: 0;
}

.mobileLeft p {
    width: 90%;
    font-size: 18px;
    margin-bottom: 0;
}

.buttonGroup a {
    font-size: 16px;
    background: #9022e4;
    color: #fff;
    text-decoration: none;
    padding: 10px 32px;
    border-radius: 70px;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
}

.buttonGroup {
    margin-top: 20px;
    display: block;
    display: flex;
    align-items: center;
    gap: 15px;
}

.mobileLeft {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobileRight {
    height: auto;
}

footer {
    background: #f9f9f9;
    padding: 50px;
    padding-bottom: 25px;
}

.footContent img {
    width: 150px;
    margin-bottom: 30px;
}

.footSubscribe svg {
    width: 14px;
    height: 14px;
}

.footerGrid {
    display: grid;
    grid-template-columns: 22% 20% 20% 20%;
    gap: 6%;
}

.footContent ul {
    list-style: none;
    padding: 0;
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.footContent li a {
    text-decoration: none;
    color: #000;
}

.footContent h3 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.footSubscribe p {
    font-size: 15px;
    line-height: 18px;
}

.footSubscribe input {
    height: 50px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    font-size: 14px;
}

.footSubscribe svg {
    position: absolute;
    bottom: 16px;
    right: 13px;
}

.footSubscribe {
    position: relative;
}

.footSubscribe svg path {
    fill: #959595;
}

.copyright {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #ccc;
    padding-top: 25px;
}








.accordianContainer li:after {
    width: 3px;
    height: 1px;
    background: #9022e4;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    z-index: 99999;
    transition: .5s all ease;
}

.accordianContainer li {
    position: relative;
}

li {}

.accordianContainer li:hover:after {
    width: 100%;
}







.accordianContainer li:after {
    width: 3px;
    height: 1px;
    background: #9022e4;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    z-index: 99999;
    transition: .5s all ease;
}

.accordianContainer li {
    position: relative;
}

.accordianContainer li:hover:after {
    width: 100%;
}

.navig-wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.navig-wrap ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    grid-column-gap: 50px;
}

.navig-wrap ul li {
    position: relative;
    font-size: 18px;
}

.navig-wrap ul li ul {
    margin-bottom: 0;
}

.navig-wrap ul a {
    color: #000;
    text-decoration: none;
}

.menu-wrap {
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
}




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

.menu-wrap > ul 
{
	display: flex;
	gap: 20px;
}

.menu-wrap ul li 
{
	position: relative;
}

.menu-wrap ul li > a 
{
	text-decoration: none;
	padding: 10px 15px;
	display: block;
	transition: all 0.3s ease;
}

.menu-wrap ul li ul 
{
	position: absolute;
	top: 100%;
	left: 0;
	background: white;
	min-width: 160px;
	opacity: 0;
	z-index: 99999999999;
	visibility: hidden;
	transform: translateY(10px);
	transition: all 0.3s ease;
	flex-direction: column;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.menu-wrap ul li:hover ul 
{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.menu-wrap ul li ul li a 
{
	padding: 10px 15px;
	white-space: nowrap;
	font-weight: normal;
	transition: all 0.3s ease;
}

.menu-wrap ul li ul li a:hover 
{
	color:#fff;
	background: #9022e4;
}

.filled-btn
{
    color: #fff;
    background: #9022e4 !important;
    text-decoration: none;
    padding: 10px 32px;
    border-radius: 70px;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
	border:1px solid #9022e4 !important;
}

.filled-btn:hover
{
	color:#000;
	background: unset !important;
	border:1px solid #9022e4 !important;
	transition: all 0.3s ease;
}

section.vid-section {
    display: flex;
    height: calc(100vh - 89px);
    background-color: #ffffff;
    align-items: center;
    overflow: hidden;
	position:relative;
}

section.vid-section video {
    position: absolute;
    object-fit: cover !important;
    width: 100%;
    height: 100%;
}

section.vid-section .container {
    z-index: 9999;
    color: #fff;
}

section.vid-section:before 
{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: #00000082;
}
.banner-text a {
    margin-top: 50px;
    display: block;
}
.banner-text h1 {
    letter-spacing: 1px;
    font-size: 73px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.banner-text p {
	color: #fff;
    font-size: 27px;
    line-height: 39px;
    width: 50%;
    margin-bottom: 50px;
}

section.short-info-sect {
    margin-top: 100px;
}

section.short-info-sect p {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    font-size: 18px;
}


.banner-text a:hover {
    color: #000;
	border:1px solid #fff !important;
    background-color: #fff !important;
}


figure.bannerHeighLow h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    margin: 0;
    white-space: nowrap;
}

section.inner-page 
{
    display: flex;
    height: 300px;
    background-color: #ffffff;
    align-items: center;
    overflow: hidden;
    position: relative;
}

section.inner-page .container 
{
    color: #fff;
	height: 100%;
    display: flex;
    align-items: center;
}

.breadcrumb-banner-wrap 
{
    position: absolute;
    width: 100%;
    height: 100%;
	overflow: hidden;
}

.breadcrumb-banner-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.inner-page:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    display: block;
    background-color: #00000087;
}

section.inner-page .banner-text 
{
	width: 100%;
    position: relative;
    z-index: 999999999;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;	
}

section.inner-page .filled-btn 
{
    display: inline-flex;
}

section.inner-page .banner-text h1
{
    font-size:35px;
}

section.inner-page .banner-text p
{
    font-size:20px;
    line-height:27px;
    margin-bottom: 0;
    width: 60%;
}

section.inner-page .banner-text ul 
{
    display: flex;
    list-style-type: none;
    column-gap: 10px;
    padding-left: 0;
	margin-bottom: 0;
}

section.inner-page .banner-text ul li a 
{
    color: #dbdbdb;
	margin-top: 0;
    text-decoration: none;
}

section.inner-page .banner-text ul li a:hover
{
	border:unset !important;
	background-color:unset !important;
}

#accordion 
{
    width: 100%;
    margin: 0 auto;
}

#accordion .card 
{
    border: unset;
    background-color: unset;
}

#accordion .card-header 
{
    padding: 0;
    background-color: unset;
    /* border-bottom: 2px solid rgba(1, 20, 53, 0.12); */
	border-bottom: unset !important;
}

#accordion .card-header a 
{
    display: grid;
    grid-template-columns: 90% 10%;
    outline: none;
    border: none;
    box-shadow: unset;
    padding: 0;
    position: relative;
	border-radius: 6px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;	
}

.accordDflex 
{
    display: flex;
    align-items: center;
    top: 3px;
    position: relative;
}

.accordDflex span 
{
    color: #333840;
    font-weight: 500;
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.1px;
    text-align: left;
}

.accord-arw-wrap 
{
    top: 13px;
    right: 13px;
    position: absolute;
}

.accord-arw-wrap i {
    font-size: 20px;
}

#accordion .card-body 
{
    padding: 10px 10px;
}

#accordion .card-body p 
{
	font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    margin-bottom: 10px;
    vertical-align: middle;
}

.faq-grid {
	display: grid;
    grid-template-columns: 68%;
    margin-top: 100px;
    margin-bottom: 100px;
    justify-content: center;
}

.faq-left img {
    width: 100%;
}

#accordion .accordDflex
{
	padding:10px;
}

#accordion [aria-expanded="true"]
{
	background-color: #9022e4 !important;	
}

#accordion [aria-expanded="true"] .accord-arw-wrap img 
{
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

#accordion .accord-arw-wrap img {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.card.accord-active
{
	border: 1px solid #ccc !important;
	border-radius: 6px !important;
}

.card.accord-active .accordDflex span
{
	color:#fff;
	font-weight:700;
}

.card.accord-active .card-body p
{
	color:#000;
}

.card.accord-active .accord-arw-wrap i
{
	color:#fff;
}

#accordion .card {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
}

.mb-100
{
	margin-bottom:100px;
}

.blog-wrap {
    width: 75%;
    margin: 0 auto;
}

.blog-wrap figure.bannerHeighLow 
{
	width: 100%;
    height: 500px;
    margin-bottom: 40px;
}

section.blog-sect {
    margin-bottom: 100px;
}


.blog-content
{
	display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.serviceLeft .ai-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
}

.overlay-layer
{
	position:relative;
}

.overlay-layer:before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;	
	z-index: 1;
	background: #0000005c linear-gradient(180deg, #00000000 0%, #000000a8 100%) 0 0 no-repeat padding-box;
}

.blogs-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 50px;
}

.blogs-grid img {
    width: 100%;
}

section.blogs-sect {
    padding: 100px 0;
}

.blogs-grid-box {
    height: fit-content;
    overflow: hidden;
}

.blogs-grid-box img 
{
	object-fit: cover;
}

.blogs-grid a
{
	color: #202020;
	overflow: hidden;
	border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .05);	
}

.blogs-content {
    padding: 20px;
}

.blogs-content h3 {
    font-size: 24px;
}

.blogs-content p {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 25px;
}

.blog-wrap figure.bannerHeighLow:after
{
	content:unset;
}

.blogs-content span {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    text-transform: lowercase;
    font-size: 15px;
    color: #9022e4;
}

.blog-content p {
    text-align: justify;
}

.animate-element-obo h1 {
  opacity: 0;
  transform: translateY(40px);
  animation: slideUp 0.8s ease-out forwards;
}

.animate-element-obo a {
  opacity: 0;
  transform: translateY(40px);
  animation: slideUp 0.8s ease-out forwards;
}

.animate-element-obo h1:nth-child(1) {
  animation-delay: 0s;
}

.animate-element-obo h1:nth-child(2) {
  animation-delay: 0.5s;
}

.animate-element-obo h1:nth-child(3) {
  animation-delay: 1s;
}

.animate-element-obo a {
  animation-delay: 1.5s;
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#contactModal .form-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

#contactModal .form-group input {
    height: 40px;
}

#contactModal .form-group label {
    font-size: 13px;
    display: inline-flex;
    margin-bottom: 5px;
	color: #000000;
}

#contactModal .form-group.span2 {
    grid-column: span 2;
}

#contactModal .form-group {
    display: flex;
    flex-direction: column;
}


#contactModal .form-group input,
#contactModal .form-group textarea {
  width: 100%;
}

#contactModal .modal-content 
{
	border-radius: 20px;
	border: 1px solid #ffffff;
    background-color: #ffffff;
}

h5.modal-title {
    color: #000000;
}

.modal-header .btn-close {
    opacity: 1;
	filter: invert(0);
}

.modal-header.custom-modal-header {
    border-bottom: 1px solid #d9d9d9;
}

.modal-footer {
    border-top: unset;
    display: flex;
    justify-content: center;
}

.modal-footer button {
    width: fit-content;
    background-color: #9022e4;
	border:1px solid #9022e4;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    padding: 10px 32px;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;	
}

.modal-footer button:hover 
{
    background-color: #9022e4;
	border:1px solid #9022e4;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    padding: 10px 32px;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
}

.modal-body.custom-modal-body {
    padding: 20px;
}

#contactModal .form-group input, 
#contactModal .form-group textarea
{
    background-color: unset;
    outline: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
	resize: none;
	padding: 10px;
    font-size: 13px;		
}

.mShow
{
	display:none;
}

.dShow
{
	display:block;
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) 
{
	figure.bannerHeighLow h2 {
		white-space: nowrap;
	}

	.banner-text h1 {
		line-height: 66px;
	}

	figure.bannerHeighLow {
		height: 350px;
	}
	
	.blog-wrap figure.bannerHeighLow {
		height: 400px;
	}

	p {
		font-size: 16px;
		line-height: 29px;
	}

	figure.bannerHeighLow {
		margin-top: 70px;
	}

	.blog-content p {
		margin-bottom: 0;
	}

	section.blog-sect {
		margin-bottom: 70px;
	}

	section.short-info-sect {
		margin-top: 70px;
	}

	.mb-100 {
		margin-bottom: 70px;
	}	
	
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) 
{
	figure.bannerHeighLow {
		height: 350px;
	}	
	
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) 
{
	
}
@media only screen and (min-width: 1500px) and (max-width: 1599px) 
{
	.banner-text h1 {
		line-height: 66px;
	}

	section.short-info-sect {
		margin-top: 70px;
	}

	figure.bannerHeighLow {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.mobileContainer {
		margin-top: 70px;
		height: fit-content;
		margin-bottom: 70px;
	}	
}

@media only screen and (min-width: 300px) and (max-width: 900px) 
{
	.mShow
	{
		display:block;
	}

	.dShow
	{
		display:none;
	}


	/* mobile navigation no dropdown start f5 */
	
    .mobile-header 
	{
        display: flex;
        width: 100%;
        padding: 20px;
        justify-content: space-between;
        animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
        -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    }

	.mobile-header a img 
	{
		width: 120px;
	}

    a.humb 
	{
		display: flex;
		align-items: center;
    }

	a.humb svg 
	{
		width: 25px;
		height: 25px;
		position: relative;
		z-index: 9999;
    }
	
    a.crossMobMenu svg 
	{
        width: 30px;
        height: 30px;
        position: absolute;
        right: 20px;
        top: 15px;
    }	

    .mobile-nav 
	{
        display: none;
    }

	.mobile-nav ul 
	{
		height: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 15px;
        list-style-type: none;
        row-gap: 20px;
		padding-top: 40px;
	}

    .mobile-nav ul li 
	{
        opacity: 0;
        transform: translateY(30px);
    }

	.mobile-nav ul li a 
	{
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        text-decoration: none;
    }

    .mobNav .mobile-nav 
	{
        display: block;
        position: fixed;
        top: 0;
        left: 0%;
        width: 100%;
        height: 100vh;
        padding: 45px 15px 0 15px;
        background-color: #9022e4;
        transition: .5s all ease;
        z-index: 999999999999;
    }
	
	.mobile-nav ul li ul {
	  display: none;
	}

	.mobile-nav .open ul {
		margin-top: 0;
	}

	.mobile-nav .open ul li {
		position: relative;
		margin-top: 6px;
	}

	.mobile-nav .open ul li:before {
		content: '-';
		color: #fff;
		position: absolute;
		left: -18px;
		top: 1px;
	}

	.mobile-nav ul li ul li a 
	{
        font-size: 19px;
        color: #ffffffe3;
	}
	
	li.pMenu .filled-btn 
	{
		margin-top: 10px;
		display: inline-flex;
	}

	
	a.crossMobMenu svg path 
	{
		fill: #fff;
	}


	body.mobNav ul li 
	{
		display: block;
		animation: revealOneByOne 0.6s ease-out forwards;
	}

	body.mobNav ul li.pMenu:nth-child(1) 
	{
		animation-delay: 0.1s;
	}

	body.mobNav ul li.pMenu:nth-child(2) 
	{
		animation-delay: 0.3s;
	}

	body.mobNav ul li.pMenu:nth-child(3) 
	{
		animation-delay: 0.5s;
	}

	body.mobNav ul li.pMenu:nth-child(4) 
	{
		animation-delay: 0.7s;
	}

	body.mobNav ul li.pMenu:nth-child(5) 
	{
		animation-delay: 0.9s;
	}

	body.mobNav ul li.pMenu:nth-child(6) 
	{
		animation-delay: 1.1s;
	}

	body.mobNav ul li.pMenu:nth-child(7) 
	{
		animation-delay: 1.3s;
	}

	body.mobNav ul li.pMenu:nth-child(8) 
	{
		animation-delay: 1.5s;
	}

	@keyframes revealOneByOne 
	{
		0% {
		  opacity: 0;
		  transform: translateY(30px);
		}
		100% {
		  opacity: 1;
		  transform: translateY(0);
		}
	}

	section.vid-section {
		height: 400px;
	}

	.banner-text h1 {
		letter-spacing: 1px;
		font-size: 55px;
		font-weight: 700;
		margin-bottom: 0px;
		text-transform: uppercase;
		line-height: 65px;
	}

	.banner-text {
		text-align: center;
	}

	.banner-text a {
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}
	
	section.short-info-sect {
		margin-top: 50px;
	}	
	
	section.short-info-sect p {
		width: 100%;
	}

	figure.bannerHeighLow {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	figure.bannerHeighLow {
		height: 250px;
	}

	figure.bannerHeighLow h2 {
		white-space: normal;
		line-height: 40px;
		font-size: 40px;
	}

	.serviceGridContainer {
		grid-template-columns: 100%;
		grid-row-gap: 30px;
	}

	.serviceRight {
		padding: 0;
	}

	section.short-info-sect p {
		width: 100%;
	}

	figure.bannerHeighLow {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	figure.bannerHeighLow {
		height: 250px;
	}

	figure.bannerHeighLow h2 {
		white-space: normal;
		line-height: 40px;
		font-size: 40px;
	}

	.serviceGridContainer {
		grid-template-columns: 100%;
		grid-row-gap: 30px;
	}

	.serviceRight {
		padding: 0;
	}

	.servicesContainer .serviceGridContainer:nth-child(even) .serviceRight
	{
		order:2;
	}

	.servicesContainer {
		grid-row-gap: 30px;
	}

	figure.bannerHeighLow 
	{
		width: 100%;
	}	
	
	.features {
		width: 100%;
	}
		
	.featureGrid {
		margin-bottom: 50px;
	}

	.featureGrid 
	{
		margin-bottom: 50px;
	}

	.mobileContainer 
	{
		gap: 0;
		align-items: unset;
		margin-top: 50px;
		grid-template-columns: 100%;
	}

	.mobileLeft h2 
	{
		font-size: 35px;
	}

	.mobileLeft .buttonGroup 
	{
		margin-top: 0;
	}	
	
	.mobileContainer .mobileRight {
		order: 1;
	}

	.mobileContainer .mobileLeft {
		order: 2;
	}

	.footerGrid 
	{
        display: grid;
        grid-template-columns: 100%;
        gap: 32px;
        padding-top: 30px;
        padding-bottom: 30px;
	}

	footer 
	{
        padding: 0;
        padding-bottom: 25px;
	}

	.container,
	.container-fluid 
	{
		padding: 0 20px;
	}
		
	.copyright {
		margin-top: 0;
	}

	.footerGrid .footContent:last-child ul {
		margin-bottom: 0;
	}

	.serviceRight h3 {
		font-size: 22px;
		width: 100%;
		line-height: 32px;
	}

	.serviceRight p {
		font-size: 16px;
		line-height: 26px;
	}

	.accordianContainer li a {
		font-size: 18px;
	}

	.footContent ul {
		margin-bottom: 0;
	}

	.footContent h3 {
		margin-bottom: 10px;
	}

	section.inner-page .banner-text h1 {
        font-size: 25px;
        line-height: 34px;
		margin-bottom: 7px;
	}

	.blog-wrap {
		width: 100%;
	}


	.blog-wrap figure.bannerHeighLow {
        height: 350px;
        margin-top: 50px;
	}	
	
	p {
		font-size: 16px;
		line-height: 27px;
	}	
	
	section.blog-sect p {
		margin-bottom: 0;
	}	
	
	section.blog-sect {
		margin-bottom: 50px;
	}

	.faq-grid {
		margin-top: 50px;
		margin-bottom: 50px;
		grid-template-columns: 100%;
	}
	
	.mb-100 {
		margin-bottom: 50px;
	}	
	
	.blogs-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	section.blogs-sect {
		padding: 50px 0;
	}

	section.inner-page {
		height: 190px;
	}

	section.inner-page .banner-text ul {
		column-gap: 8px;
	}

	section.inner-page .banner-text ul li {
		font-size: 15px;
	}

	.accordDflex span {
		font-size: 16px;
		line-height: 24px;
	}	
	
	.mobile-navigation.mShow .mobile-nav .filled-btn
	{ 
	    color: #000 !important;
		background: #ffffff !important;	
	}
	
	.mobile-navigation.mShow .mobile-nav ul
	{ 
	    padding-top: 0;
	}
	
}

