@charset "utf-8";
/* CSS Document */
:root {
    --siteColor: #64be43;
	--webColor: #333;
	--siteHoverColor:#37bf00;
	--webHoverColor:#222;
}
@font-face {
 font-family: 'Open Sans';
 src:url('../fonts/OpenSans.ttf');
 font-weight:400
}
@font-face {
 font-family: 'Open Sans';
 src:url('../fonts/OpenSans-600.ttf');
 font-weight:600
}
@font-face {
 font-family: 'Open Sans';
 src:url('../fonts/OpenSans-700.ttf');
 font-weight:700
}
.row-5:before, .row-5:after, .form-group:before, .form-group:after {
	display: table;
	content: " ";
}
.row-5:after, .form-group:after {
	clear: both;
}
.justify-content-center{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.justify-content-center>*{
    margin: 0 !important;
}
html {
	overflow-x: hidden;
}
body {
	background-color:#fff;
	font-family: open sans,sans-serif;	
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}
h1{font-size:2rem}
h2{font-size:1.75rem}
h3{font-size:1.5rem}
h4{font-size:1.25rem}
h5{font-size:1.063rem}
b, strong{font-weight:700}
.btn {
    background-color: #11223b;
	border:1px solid transparent;
    box-shadow: none;
    color: #fff;
    text-transform: inherit;
    padding: 0 1.25rem;
}
.btn:hover {
    background-color: #11223b;
    box-shadow: none;
    color: #fff;
}
.btn-outline-site {
	background:none;
	border-color: var(--siteColor);
	color: var(--siteColor);
}
.btn-outline-site:hover, .btn-outline-site:focus {
	border-color: var(--siteColor);
	background-color: var(--siteColor);
	color: #fff;
}
.btn-outline-white{
	background-color: transparent;
	border-color:#fff;
	color: #fff;
}
.btn-outline-white:hover, .btn-outline-white:focus{
	background-color:#fff;
	color: var(--siteColor);
}
.navbar-fixed nav {
    position: absolute;
}
nav {
	background-color:#fff;
}
nav ul a {
    color: #1e223b;
	padding: 0 10px;
}
nav ul a:hover {
    color: #64be43;
    background-color: transparent
}
h5 {
    font-size: 1.063rem
}
h4 {
    font-size: 1.25rem
}
h3 {
    font-size: 1.5rem
}
h2 {
    font-size: 2rem
}
h1 {
	font-size:2rem
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
	margin-top:0;
}
/* p{
	margin-top:0;
} */
h1.title,
h2.title {
    color: #333;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    margin-bottom: 1rem;
    position: relative;
}
.section-headline {
	margin-bottom: 2rem;
}
.section-headline .title {
	margin-bottom:0.5rem;
}
.section-headline h5 {
	font-weight:600;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.pb-0{
	padding-bottom:0 !important;
}
.sec.gray {
    background-color: #f5f5f5;
}
.collapsible-header>h5 {
    margin: 0;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.align-items-center{
	align-items:center;
}
.align-self-center {
    align-self: center;
}
.home-banner{
    background: linear-gradient(rgba(17,34,59,0.9), rgba(17,34,59,0.3)), url("../images/upwrkz-Background.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color:#fff;
}
.home-banner .row{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.home-banner h1{
	margin-top: 0;
}
.home-banner p{
    font-size: 16px;
}
.carousel.carousel-slider .carousel-fixed-item{
	bottom:10%;
}
.description {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
	padding:1rem 0;
}
.description h3 {
    font-size: 1.65rem;
    font-weight: 700;
}
.description p:last-child{
	margin-bottom: 0;
}
.sFeatures {
	background-color: #64be43;
    position: relative;
}
.sFeatures .container > h2, .sFeatures .container > .sub-title {
    color: #fff;
}

@media (min-width: 768px) {
    .desktopScreen{
        display: none;
  }
}
@media (max-width: 767.98px) {
    .demoimg{
        display: none;
    }
    .mobileScreen{
        display: none;
  }
  .desktopScreen{
    margin-top: 2rem;
  }
	.sFeatures {
		margin-bottom:30px
	}
	.sFeatures:before, .sFeatures:after {
    	height: 60px;
	}
	.sFeatures:before {
		top: -30px;
	}
	.sFeatures:after {
		bottom: -30px;
	}
	
}

.feature {
	background-color: #fff;
	border-radius: 0.25rem;
	box-shadow: 0 2px 15px rgba(0,0,0,0.05);
    padding: 1rem;
    margin-bottom: 20px;
	transition:all 0.5s ease-in-out;
}
.feature:hover {
	-webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 2px 30px rgba(0,0,0,.1);
}
.feature .icon, .offer .icon {
    display: block;
    height: 64px;
    margin-bottom: 10px;
}
.feature>h4 {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feature p{
	margin-bottom:0;
	display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.testimonial .carousel {
    position: relative;
    height: 350px!important;
    margin: 0 auto;
    max-width: 600px;
}
.testimonial .quote {
}
.testimonial .quote .icon {
    margin: 0 auto;
    height: 80px;
    width: 80px;
}
.testimonial .quote img {
    width: 84px;
    height: 84px;
    display: block;
    border: 1px solid #dfdfdf;
    border-radius: 50%;
}
.quote .author {
    text-align: center;
    margin-top: 15px;
}
.quote .author h5 {
    margin: 0;
    font-size: 17px;
}
.testimonial .box {
    padding: 1px 1rem;
    position: relative;
    margin: 0 auto;
    border: none;
    font-style: italic;
}
blockquote p:before, blockquote p:after {
    font-family: fontello;
    margin-right: 8px;
    font-size: 32px;
    line-height: 1px;
    display: inline-block;
    color: #fff;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
blockquote p:before {
    content: '\275e';
    float: left;
}
blockquote p:after {
    content: '\275d';
    float: right;
}
.technology {
    /* background-color: rgb(236, 243, 255); */
    position: relative;
}
.technology .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    text-align: center;
    border-radius: 0.25rem 0.25rem 5rem 5rem;
    background-color: #64be43;
}
/* Technology */
.technology .item > img {
    object-fit: none;
    object-position: 0 0;
}
.technology .row .s6:nth-child(1) .item > img {
    object-position: 0 0;
}
.technology .row .s6:nth-child(2) .item > img {
    object-position: -100px 0;
}
.technology .row .s6:nth-child(3) .item > img {
    object-position: -200px 0;
}
.technology .row .s6:nth-child(4) .item > img {
    object-position: 0 -100px;
}
.technology .row .s6:nth-child(5) .item > img {
    object-position: -100px -100px;
}
.technology .row .s6:nth-child(6) .item > img {
    object-position: -200px -100px;
}
.technology .row .s6:nth-child(7) .item > img {
    object-position: 0 -200px;
}
.technology .row .s6:nth-child(8) .item > img {
    object-position: -100px -200px;
}
.testimonial .carousel .indicators .indicator-item {
    background-color: #555;
}
.testimonial .carousel .indicators .indicator-item.active {
    background-color: #64be43;
}
.addressBox pre {
    font-family: open sans,sans-serif;
    margin: 0;
    margin-left: -15px;
}
.addressBox .card-image{
    border-radius: 0.325rem 0.325rem 0 0;
}
.addressBox .card p{
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}
.addressBox .card p:last-child{
    margin-bottom: 0;
}
.addressBox .card p > i{
    background-color: #64be43;
    color: #fff;
    border-radius: 20px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    margin-inline-end: 0.5rem;
    text-align: center;
}
.addressBox .card .card-content {
    min-height: 11rem;
}
.addressBox pre {
    font-family: open sans,sans-serif;
    margin: 0;
    margin-left: -15px;
}
.card-border{
    background: none;
    border: 1px solid #e1e1e1;
    box-shadow: none;
    min-height: 160px;
    text-align: center;
    transition: 0.6s;
}

.card-border h5{
    line-height: 1.3;
}

@keyframes slide-down {
        0% {
            transform: translateY(-100%);
        } 
        100% {
            transform: translateY(0);
        } 
}
header nav {
	animation: normal 0.7s;
    transition: all 0.7s;
}
header .is-sticky nav {
	animation: slide-down 0.7s;
}

/* ---------------------------------- */
/* List Styles
------------------------------------- */
.list-1 {
	font-size: 1.15rem;
	padding:0;
	width:100%;
}
.list-1 li {
	list-style: none;
	margin: 10px 0;
	line-height: 27px;
	margin-left: 20px;
	position: relative;
}
.list-1 li:first-child {
	margin-top: 0;
}
.list-1 li:before {
	margin: 0;
	position: relative;
	color: #64be43;
	float: left;
	margin-left: -20px;
	display: block;
}
.list-1 li { margin-left: 28px; }

.list-1 li:before {
	font-family: "Material-Icons"; 
	content: "\e928";
	font-size: 18px;
	font-weight: 600;
	position: relative;
	top: -2px;
	margin-left: -28px;
}

nav .button-collapse {
    color: #64be43;
    margin: 0;
}
.card .card-image {
    background-color: #1e223b;
}
.card .card-image .card-title {
    font-size: 20px;
    padding: 15px;
}
.tabs .tab a {
    color: #1e223b;
}
.tabs .tab a:hover, .tabs .tab a.active {
    color: #ff611a;
}
.tabs .indicator {
    background-color: #ffab54;
}
.material-icons {
    vertical-align: middle;
}
[type="checkbox"].filled-in:checked + label:after {
    border-color: #ff9800;
    background-color: #ff9800;
}

.collection.with-header .collection-item {
    padding-left: 20px;
}

.btn-small {
    font-size: 0.85rem;
    height: 30px;
    line-height: 30px;
    padding: 0 1rem;
}
.b {
	font-weight:600
}
.uppercase {
	text-transform:uppercase
}
.tabs.equal-5 .equal{
    width: 20%;
    float: left;
}
ul.subTabs {
	background-color:#f5f5f5; border-bottom: 1px solid #ccc; margin-top:5px
}
ul.subTabs li a {
	text-transform:capitalize
}
.x-iso-container {
	margin-top:15px
}
.themePic {
    border: 1px solid #ddd;
    background-color: #fff;
	float:left;
    margin: 20px 20px 10px 0;
}
footer {
    background-color: #333;
    padding: 3rem 0 0;
    color: #eee;
    overflow: hidden;
    position: relative;
}
footer article > h5 {
	font-weight:600;
	text-transform:capitalize;
}
ul.foot-nav li {
    line-height: 30px;
    border: none;
    display: flex;
    align-items: center;
}
ul.foot-nav li a {
    color: #eee;
}
ul.foot-nav li a:hover {
    color: #039be5;
}
ul.foot-nav > li > i{
    background-color: #64be43;
    border-radius: 20px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    margin-inline-end: 0.5rem;
    text-align: center;
}
.poweredby {
    display: inline-block;
    background-color: #fff;
    padding: 0 6px;
    border-radius: 4px;
    margin-bottom: 25px;
}
.poweredby>img {
    max-width: 150px;
}
ul.socialIcons li {
    display: inline-block;
    margin-right: 5px;
}
ul.socialIcons li > a{
    background-color: #fff;
    border-radius: 50%;
    height: 2.125rem;
    width: 2.125rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64be43;
    font-size: 1.5rem;
    transition: 0.3s;
}
ul.socialIcons li>a:hover {
    background-color: #64be43;
    color: #fff;
}
.copyright {
    padding: 15px 0;
}
.copyright p, .copyright p>a {
    color: #fff;
    margin: 0;
}
.gotop {
    background-color: #64be43;
    border: 1px solid transparent;
    border-radius: .25rem;
    color: #fff;
    cursor: pointer;
    float: right;
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    transition: all .3s ease-in-out;
    line-height: 32px;
    text-align: center;
    width: 40px;
    height: 40px;
}
.gotop:hover {
    background-color: #fff;
    border: 1px solid #039be5;
    color: #039be5;
}
#features,#offers,#technology {
	overflow:hidden
}
#sidenav-overlay {
	z-index:996
}
ul.points {
    display: flex;
    flex-wrap: wrap;
	flex-direction: column;
    font-weight: 600;
	margin-top: 0;
}
ul.points > li,
ol.points > li {
    margin: 3px 0;
    position: relative;
}
ul.points > li:before {
    font-family: 'Material Icons';
    content: '\e5ca';
    color: #55bf39;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    top: 1px;
    margin-right: 6px;
}

.alert {
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebcccc;
	color: #a94442;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d0e9c6;
	color: #3c763d;
}
.error {
	color:#a94442
}

/*--New--*/
.bannerForm {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    margin-top: 3rem;
    position: relative;
    z-index: 9;
  }
    .bannerForm::before {
      background-color: rgb(255 255 255 / 28%);
      border-radius: 4px;
      content: "";
      bottom: -10px;
      left: -10px;
      position: absolute;
      right: -10px;
      top: -10px;
      z-index: -1;
    }
 .firstInput {
      border: 1px solid #ebebeb !important;
	  background-color: #ffffff !important;
      border-radius: 4px !important;
       /* height: 50px; */
      padding-left: 1rem !important;
      width: -webkit-fill-available !important;
    }
	 .firstInput::placeholder { 
      color: #888; 
    }
      .firstInput::-webkit-input-placeholder { 
      color: #888; 
    }
     .secondInput{
      border: 1px solid #ebebeb !important;
	  background-color: #ffffff !important;
      border-radius: 4px !important;
       /* height: 50px; */
      padding-left: 1rem !important;
      width: -webkit-fill-available !important;
      margin-bottom: 0 !important;
    }
     .secondInput::placeholder { 
      color: #888; 
    }
     .secondInput::-webkit-input-placeholder { 
      color: #888; 
    }
     .bannerForm .browser-default, .select-wrapper {
      border: 1px solid #ebebeb;
      border-radius: 4px;
      height: 47px;
    }
    .bannerForm .select-wrapper input.select-dropdown {
      border-bottom: none;
       /* height: 50px; */
       /* line-height: 50px; */
      width: 100%;
      padding-left: 6px;
    }
    .bannerForm.browser-default input.select-dropdown {
      border-bottom: none;
      height: 50px;
      line-height: 50px;
      width: 100%;
    }
    .bannerForm.select-wrapper span.caret {
        right: 12px;
      }

    .browser-default {
      margin-bottom: 1.3rem;
      
    }
	.browser-default > select:focus {
			outline: 1px solid #0b5ed7;
		}
		 .fomrColmn{
			margin-left: 0 !important;
		}
		.medium-modal{
			max-width: 600px;
			width: 90%;
		}
		dotlottie-wc {
			margin: 0 auto;
		}

		.modal .modal-footer{
			text-align: center;
		}
		.modal .modal-footer a{
			background: lightgray;
			color: #000;
			text-transform: capitalize;
			text-align: center;
		}
		.btn:focus{
			background-color: #64be43;
		}
.mobileapp .card{
	box-shadow: none;
	background-color: transparent;
}

.card-1 {
    background-color: #dfdfdf;
    padding: 30px;
    border-radius: 20px;
}
.floatt{
	transition-duration: 0.5s;
    transition-property: transform;
    transform: translateY(6px);
    animation-name: hang;
    animation-duration: 1.5s;
    animation-delay: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes hang{
	50%{
		transform: translateY(3px);
	}
	100%{
		transform: translateY(6px);
	}
}

.whychooseUs .card{
    transition: 0.6s;
}
.whychooseUs .card:hover {
    background: #edffe721;
    border-color: #dff1d8;
    box-shadow: rgb(173 221 175 / 14%) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.topTab {
    border-bottom: 1px solid rgb(240 238 238);
  }
   .tabs{
	background-color: transparent;
   }
  .tabs .indicator {
    background-color: #64be43;
    right: 565px;
    left: 70px;
  }
  #essentialfeatures{
	margin-top: 2rem;
  }
  #userfeatures{ 
	margin-top: 2rem;
  }
  #adminfeatures{
	margin-top: 2rem;
  }
  .tabs .tab a.active {
    color: #64be43;
  }
  .tabs .tab a:hover {
    color: #64be43;
  }
  #test1 .row{
	margin-top: 2rem;
  }
  #test2 .row{
	margin-top: 2rem;
  }
  #test3 .row{
	margin-top: 2rem;
  }
  #essentialfeatures .feature {
    border: 1px solid #47aa4133;
  }
  #userfeatures .feature {
    min-height: 195px;
    border: 1px solid #47aa4133;
  }
  #adminfeatures .feature {
    border: 1px solid #47aa4133;
  }
  .revenue .card{
    background-color: #d6ffc70a;
    border: 1px solid #ededed;
    box-shadow: none;
    /* border-right: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff; */
    transition: 0.6s;
    position: relative;
  }
  .revenue .card::after{
    content: '';
    position: absolute;
    top: 18px;
    left: 0;
    width: 3px;
    height: 48px;
    background-color: #568047;
    transition: 0.6s;
  }
  .revenue .card:hover::after{
    top: 0;
    height: 100%;
    background-color: #bad2b1;
  }
  /* .revenue .card:hover{
    border-right: 3px solid #568047;
    border-bottom: 3px solid #568047;
  } */
   .technoServer .technology {
	position: relative;
}
.technoServer .technology .row .col{
	margin-bottom: 1.3rem;
	padding-left: 0;
}
.technology {
    position: relative;
    padding-right: 1rem;
    
  }
  .technoServer .technology::after {
      position: absolute;
      content: "";
      top: 120px;
      right: -95px;
      width: 202px;
      height: 1px;
      rotate: 90deg;
      background-color: #dadada;
    }
	.technoServer .technology .row {
      justify-content: space-between;
    }
    .whatdeliver .delivercard{
        padding: 1rem;
        box-shadow: none;
        border: 1px solid #bad2b1;
        position: relative;
        border-radius: 8px;
    }
    .whatdeliver .delivercard::after{
        position: absolute;
        content: '';
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        background-color: #bad2b1;
        border-radius: 0 8px 0 50px;
        transition: 0.6s;
    }
    .whatdeliver .delivercard:hover::after{
        border-radius: 8px;
        width: 100%;
        height: 100%;
        background: rgb(209 240 197 / 12%);
    }
    .whatdeliver .delivercard h3{
        position: relative;
        z-index: 1;
    }
    .whatdeliver .delivercard p{
        position: relative;
        z-index: 1;
    }
    .cta {
  background: url(../images/ctabannerr.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* padding: 4rem 0; */
}
.cta h2 {
    color: #ffffff;
    z-index: 999;
    position: relative;
  }
  .cta p {
    color: #ffffff;
    z-index: 999;
    position: relative;
  }
  .mission .row img{
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
  .mission .missionCard img{
    border-right: 4px solid #bad2b1;
    border-bottom: 4px solid #bad2ba;
    transition: 0.6s;
  }
  .mission .missionCard img:hover {
    border-color: #64be43;
  }
  .vision .row img{
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  }
  .vision .visionCard img {
    border-left: 4px solid #bad2b1;
    border-bottom: 4px solid #bad2b1;
  }
  .vision .visionCard img:hover {
    border-color: #64be43;
  }
  .bannerForm .btn{
    margin-top: 1rem;
  }
  /* Small Footer */
.small-footer {
    border-radius: 0.625rem 0.625rem 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    z-index: 999;
}
.small-footer {
	background-color: #fff;
	padding-top: 0px;
	width: 100%;
	left: 0;
	bottom: 0;
	position: fixed;
	box-shadow: rgb(65 65 65 / 30%) 1px -1px 14px;
}

.small-footer strong {
	color: #333;
}

.small-footer-copyrights {
	flex: 2;
}

.small-footer .footer-social-links {
	transform: none;
	flex: 1;
	text-align: end;
	float: inline-end;
	margin: 0 -5px 0 0;
	position: relative;
	top: 2px;
}

.small-footer .footer-social-links li {
	color: #333;
	transform: none;
	float: none;
	margin: 0 -3px;
}

.small-footer .footer-social-links li a {
	color: #333;
	transform: none;
}
.small-footer > ul {
    display: flex;
    flex-wrap: wrap;
    margin: -1px;
    text-align: center;
}
.small-footer > ul > li {
    margin-inline-start: -1px;
    flex: 1;
}
.small-footer > ul > li > a:not(.btn).active {
    color: #376728;
}
.small-footer > ul > li > a:not(.btn) {
    color: #0d1927;
    display: block;
    padding: 6px;
}
.small-footer > ul > li > a:not(.btn).active img {
    filter: grayscale(0);
}
.small-footer > ul > li > a:not(.btn) img {
    font-size: 1.5rem;
    filter: grayscale(100%);
    margin-bottom: 0.1rem;
}
.small-footer > ul > li > a:not(.btn) span {
    display: block;
    font-weight: 500;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.small-footer > ul > li > a:not(.btn).postAd-btn > div {
    background-color: #376728;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    margin: auto;
    margin-top: -17px;
    box-shadow: rgb(65 65 65 / 30%) 1px -1px 14px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.small-footer > ul > li > a:not(.btn).postAd-btn img {
    filter: brightness(0) invert(1);
	/* margin-top: 14px; */
}
.small-footer > ul > li > a:not(.btn).postAd-btn {
    color: #fff;
}
#demos{
  background: url(../images/demoimg.png);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  .row{
    align-items: center;
  }
  /* .card{
    box-shadow: none;
    background-color: transparent;
  } */
  .demobtn{
    background-color: transparent;
    border: 1px solid rgb(116, 116, 116);
    color: rgb(53, 53, 53);
    border-radius: 6px;
    transition: 0.6s;
  }
  .demobtn:hover{
    background-color: rgb(75, 75, 75);
    color: #ffffff;
  }
  .demobtn:hover i{
    padding-left: 1rem;
  }
  .demobtn i{
    font-size: 14px;
    transition: 0.6s;
  }
}
#modal_demo {
    padding: 1rem;
    background-color: rgb(255, 255, 255);
  }
  #modal_demo .modal-content {
    padding: 0;
  }
  .directcard{
    box-shadow: none;
  }
  .directcontact{
    display: flex;
    align-items: center;
    background: #fffaf0;
    padding: 8px;
    border-radius: 12px;
    position: relative;
    color: #ff611a;
  }
  .directcontact::after {
    content: "\f105";
    position: absolute;
    right: 15px;
    top: 0;
    color: #c5c5c5;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 900;
    transform: translateY(100%);

  }
  .directcontact .iconn {
    margin-right: 1rem;
  }
  #modal_demo .modal-header {
    display: flex;
    justify-content: space-between;
    color: #888;
}
  #modal_demo .modal-close{
    cursor: pointer;
    font-size: 35px;
    margin-top: -24px;
    color: #888;
    text-align: end;
  }
  #modal_demo .formcard {
    background: #fffaf0;
    border-radius: 12px;
    padding: 2rem;
}
.featuresGrid .tabs {
    display: flex;
    justify-content: center;
}
#google_translate_element .goog-te-combo {
    display: block;
}
#google_translate_element {
	margin-left: 1rem;
}
#google_translate_element .goog-te-combo {
    margin: 21px 0 4px 0;
    width: 153px;
    height: auto;
    padding: 0.5rem;
    /* border-color: rgb(30, 35, 60); */
    border-radius: 6px;
    /* color: rgb(30, 35, 60); */
	font-weight: 600;
  }
  .goog-te-gadget{
    line-height: 10px;
  }
  #google_translate_element span {
	float: right;
}

/*--mobile Translate--*/
#google_translate_element_mobile .goog-te-combo {
    display: block;
}
#google_translate_element {
	margin-left: 1rem;
}
#google_translate_element_mobile .goog-te-combo {
    margin: 21px 0 4px 0;
    width: 100%;
    height: auto;
    padding: 0.5rem;
    /* border-color: rgb(30, 35, 60); */
    border-radius: 6px;
    /* color: rgb(30, 35, 60); */
	font-weight: 600;
  }
  #google_translate_element_mobile span {
	float: right;
}
  @media (min-width: 1199.98px) {
    .contactrow .card{
        min-height: 385px;
    }
    #demos .row{
        display: flex;
        align-items: center;
    }
    
    .mission .row{
        display: flex;
        align-items: center;
    }
    .vision .row{
        display: flex;
        align-items: center;
    }
  }
@media (min-width: 781px) {
    .mobiledevice{
        display: none;
    }
    .home-banner{
    padding: 3rem 0 2rem;
    }
    .small-footer {
        display: none;
    }
    .whatdeliver .delivercard{
        min-height: 272px;
    }
    .revenue .card{
        min-height: 287px;
    }
    #adminfeatures .feature {
    min-height: 176px;
    border: 1px solid #47aa4133;
}
    #essentialfeatures .feature {
    min-height: 176px;
  }
    .whychooseUs .card-content{
    min-height: 316px;
}
	.mobileapp .row{
		display: flex;
		align-items: center;
	}
}
@media (max-width: 780px) {
    .desktopdevice{
        display: none;
    }
    .home-banner{
        text-align: center;
    padding: 1rem 0 2rem;
    }
    .small-footer {
		display: block;
		text-align: center;
	}
	.small-footer .footer-social-links {
		float: none;
		left: -10px;
		margin-top: 10px;
	}
  footer{
    display: none;
  }
  .cta{
    margin-bottom:4rem;
  }
    .whatdeliver .delivercard{
        min-height: 100%;
        margin-bottom: 1rem;
    }
     .whatdeliver .delivercard p{
        margin-bottom: 0;
     }
    .revenue .card {
        min-height: 200px;
}
    #adminfeatures .feature {
    min-height: 190px;
    border: 1px solid #47aa4133;
}
    #essentialfeatures .feature {
    min-height: 190px;
  }
    .whychooseUs .card-content{
    min-height: 278px;
}
	.mobileScreen{
		display: none;
	}
	.mobileCenter{
		text-align: center;
	}
	    .img-block {
        max-width: none !important;
    }
	.technoServer .technology::after{
		display: none;
	}
	.whatweDeliver .sideIcon{
		margin: 0 auto;
	}
	.whatweDeliver .sideIcon h4{
		margin-top: 1rem !important;
	}
}


/* END CSS */

    /* grid: 2 columns on desktop, 1 on mobile */
    .card-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
      margin-bottom: 2.5rem;
    }

   
    /* ----- card styles (modern glass) ----- */
    .card {
      background: rgba(255, 255, 255, 0.8);
      backdrop-filter: blur(12px);
      -webkit-backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.8);
      border-radius: 44px;
      padding: 2.2rem 2rem;
      box-shadow: 0 25px 45px -25px rgba(0, 40, 80, 0.3),
                  inset 0 1px 3px rgba(255,255,255,0.8);
      transition: all 0.3s cubic-bezier(0.2, 0.9, 0.3, 1.1);
      height: 100%;
      display: flex;
      flex-direction: column;
      border: 1px solid rgba(8, 50, 105, 0.2);
    }

    .card:hover {
      transform: translateY(-10px) scale(1.01);
      background: rgba(255, 255, 255, 0.95);
      box-shadow: 0 40px 60px -22px #14345c;
      border-color: rgba(20, 51, 99, 0.4);
    }

    /* card header with icon */
    .card-header {
      display: flex;
      /* align-items: center; */
      gap: 16px;
      margin-bottom: 0.5rem;
    }

    .card-icon {
      background: linear-gradient(145deg, #dae8ff, #ffffff);
      width: 98px;
      height: 68px;
      border-radius: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2.2rem;
      color: #1d4d8b;
      box-shadow: 0 12px 18px -12px #1f3c6b;
      transition: 0.2s;
    }

    .card:hover .card-icon {
      color: #20508d;
      transform: scale(1.02) rotate(1deg);
    }

    .card-header h2 {
      font-size: 1.8rem;
      font-weight: 650;
      letter-spacing: -0.02em;
      line-height: 1.2;
      background: linear-gradient(135deg, #0d2a49, #203f63);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
    }

    /* bullet lists */
    .bullet-list {
      list-style: none;
      padding: 0;
      margin: 1.2rem 0;
    }

    .bullet-list li {
      margin-bottom: 0.9rem;
      display: flex;
      align-items: flex-start;
      gap: 12px;
      font-weight: 450;
    }

    .bullet-list i {
      color: #20508d;
      font-size: 1.3rem;
      min-width: 26px;
      margin-top: 2px;
    }

    /* highlight block */
    .insight-block {
      background: rgba(217, 235, 255, 0.7);
      border-radius: 28px;
      padding: 1.3rem 1.8rem;
      margin: 1.2rem 0 1rem;
      border-left: 5px solid #20508d;
      backdrop-filter: blur(4px);
      font-weight: 500;
    }

    /* CTA pill (no inline style) */
    .pill {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #f7eedb;
      padding: 0.5rem 2rem 0.5rem 1.8rem;
      border-radius: 60px;
      font-weight: 600;
      color: #123256;
      border: 1px solid rgba(255,200,100,0.6);
      margin-top: 1.2rem;
      font-size: 0.95rem;
      transition: 0.2s;
      cursor: default;
    }

    .pill i {
      color: #d68f1c;
    }

    .pill:hover {
      background: #efe2c2;
      transform: scale(1.02);
      box-shadow: 0 8px 12px -8px #bda877;
    }

    /* small badge / app note */
    .app-badge {
      background: white;
      border-radius: 30px;
      padding: 1rem 1.2rem;
      margin-top: 1rem;
      border: 1px solid rgba(0,100,200,0.1);
    }

     /* audience chips */
    .audience-wrapper {
      display: flex;
      flex-wrap: wrap;
      gap: 1rem;
      margin: 2rem 0 1rem;
    }

    .audience-chip {
      background: white;
      padding: 0.8rem 1.6rem;
      border-radius: 60px;
      font-weight: 500;
      box-shadow: 0 6px 14px #e9edf2;
      display: flex;
      align-items: center;
      /* gap: 10px; */
      border: 1px solid #cbd5e1;
    }

    .audience-chip i {
      color: #11223b;
      font-size: 20px;
      margin-right: 8px;
    }

    /* final footer strip
    .footer-strip {
      background: #0b1e38;
      color: #c7d9fc;
      border-radius: 40px;
      padding: 1.8rem 2.5rem;
      margin-top: 2.5rem;
      display: flex;
      flex-wrap: wrap;
      gap: 2rem;
      justify-content: space-between;
      align-items: center;
    }

    .footer-strip i {
      margin-right: 6px;
      color: #ffcd7e;
    } */

    /* optional double column inside bullet (for transparency card) */
    .double-col {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 0.2rem;
    }

    /* demo special block (dark) */
    .demo-block {
      background: #0f2947;
      color: white;
      border-radius: 40px;
      padding: 1rem 2rem;
      text-align: center;
      margin-top: 1.8rem;
    }

    .demo-block i {
      color: #ffd966;
    }

    .divider {
      height: 2px;
      background: linear-gradient(90deg, #c0dfd9, transparent);
      margin: 3rem 0 2.5rem;
    }

    .footer-links {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: center;
      margin-top: 3rem;
      padding-top: 2rem;
      border-top: 2px solid #cbd5e1;
    }

    .logo-small {
      font-weight: 700;
      font-size: 1.5rem;
      color: #0b3b2f;
    }

    .logo-small span {
      font-weight: 400;
      color: #4b7b6b;
    }

    .dark-bg-mock {
      /* background: #0f2947; */
      color: #11223b;
      border-radius: 48px;
      padding: 3rem;
    }

    .dark-bg-mock h2, .dark-bg-mock p {
      color: #11223b;
    }

    /* .dark-bg-mock .btn {
      background: white;
      color: #0b3b2f;
    } */

 @media (max-width: 700px) {
      .card-grid {
        grid-template-columns: 1fr;
        gap: 1.8rem;
      }
      body {
        padding: 1.5rem 1rem;
      }
    }
    .card {
    padding: 2.2rem 1rem;
     }

     .dark-bg-mock {
     padding: 0rem;
     margin-bottom: 50px;
     }