@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #001920;
    font-family: Nunito-regular;
    word-wrap: break-word;
}
p {
    font-size: 1.15rem;
}
.page-header .entry-title {
	display: none;
}
.navbar-nav {
    padding-right: 5.5rem;
    padding-left: 4rem;
    position: relative;
}
.navbar-nav-item .nav-item {
    padding: 1.6rem 25px;
    z-index: 99;
}
.navbar-nav-item .nav-item a {
    font-size: 1.2rem;
    color: #fff;
}
.navbar-nav {
	display: flex;
}
.navbar-nav::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* clip-path: polygon(0% 0%, 49% 1%, 100% 0%, 100% 78%, 100% 100%, 8% 100%); */
    background-image: url('http://localhost/wordpress/wp-content/uploads/2024/04/Rectangle-1.png');
    background-position: right top;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 3rem;
    z-index: 9;
}
header {
	position: relative;
}
header .d-md-flex a img {
    width: 145px;
}
.section-top {
	margin-top: 30px;
}
.card {
	  border: 1px dashed #0F2A5F;
    padding: 15px;
    padding-top: 0;
		border-radius: 15px;
	  height: 100%;
}
.main-card-title {
	background-color: #0F2A5F;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding: 7px 40px;
	width: fit-content;
}
.main-card-title p {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1px;
}
.card ul li {
	font-size: 18px;
}
.card ul li:first-child {
	color: #0F2A5F;
	font-weight: 500;
}
.solution-text {
	font-size: 2.2rem;
}
.text-blue {
	color: #0F2A5F;
}
.text-grey {
	color: #454545;
}
.custom-logo-link img {
	display: none;
}
.accordion-button::after {
	background-image: url('http://localhost/wordpress/wp-content/uploads/2024/04/expand_circle_down.png')
}
.accordion-button:not(.collapsed) {
	color: #222222;
}
button:hover, [type=button]:hover {
	background-color: #fff;
}
footer {
	padding: 2rem 2.5rem;
	background-color: #0F2A5F;
}
footer ul li a {
    color: #fff !important;
}
footer ul li {
    padding: 5px 0;
		color: #fff;
}
footer ul li:first-child a {
    font-size: 17px;
}
.e-con>.e-con-inner {
	max-width: 100% !important;
}
section {
	padding: 0 2.5rem;
}
.site-footer {
	display: none;
}
.elementor-9 .elementor-element.elementor-element-79269c6 {
	padding: 0;
}
.footer-title {
	font-size: 18px;
}
.footer-icons img {
	width: 16px;
}
.card-solution img {
	max-height: 235px;
  height: 100%;
  max-width: fit-content;
}
.site-header {
	  padding-block-start: 0 !important;
    padding-block-end: 0 !important;
}
.e-con.e-flex>.e-con-inner {
	padding: 0 !important;
}
.blog-img {
	width: 65%;
}
button.accordion-button:hover, [type=button]:hover {
	color: #222222;
}
section {
	padding-top: 30px;
  padding-bottom: 40px;
}
header {
	  padding-left: 42px;
    padding-right: 30px;
}
.title-border {
    border: 1px dashed #0F2A5F;
    padding: 7px 10px;
    border-radius: 6px;
    width: fit-content;
}
.title-border h4 {
    color: #222222;
    font-weight: 700;
}
.case-data-list li {
    font-size: 1.15rem;
    line-height: 22px;
    color: #454545;
}
.btn.btn-blue, .btn-blue:focus, .btn-blue:hover {
    box-shadow: none;
    background-color: #0F2A5F;
    color: #fff;
    border-radius: 20px;
    padding: 5px 20px;
    font-size: 16px;
    font-weight: 600;
}
.font-bold {
    font-weight: 600;
}
.case-study-section {
    padding: 4rem 2rem;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: calc(3rem + 2px);
}
.form-floating>label {
    padding: 0.85rem 0.75rem;
    height: 90%;
}
.form-floating {
    margin-bottom: 30px;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: unset;
    transform: scale(.85) translateY(-1.5rem) translateX(0.5rem);
    background-color: #fff;
    padding: 13px 5px;
}
.form-control:focus {
    box-shadow: none;
}
.card-contact-us {
    border: 2px dashed #0F2A5F;
    padding: 20px 25px;
}
.form-control, .form-control:focus {
    border: 1px solid #17252A;
}
.link-text {
    font-size: 18px;
}
a, a:hover {
    color: #17252A;
}
.contact-title {
    font-weight: 800;
    font-size: 2.3rem;
}
.font-italic {
    font-style: italic;
}
.btn-register {
    box-shadow: 4px 4px 8px 0px #00000026;
}
.social-icon {
    max-width: 45px;
}
.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 0.625rem;
    padding-bottom: .625rem;
}
.border-right {
    position: relative;
}
.border-right::after {
    content: '';
    position: absolute;
    right: -35px;
    top: 0;
    background-color: #999999;
    width: 1px;
    height: 100%;
}
.service-content {
    font-size: 1.25rem;
	  font-family: Nunito-regular;
    text-transform: capitalize;
		color: #353535;
}
.contact-banner {
    width: 80%;
    text-align: center;
}
/* servives */
.service-banner {
    width: 75%;
}
.service-title {
	  font-family: News-bold;
    font-size: 2.4rem;
}
/* about-us */
.about-banner {
    height: 89vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.about-banner-img::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/about-us.png');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.about-banner-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #717171A6;
    z-index: 1;
}
.about-banner img {
    width: 100%;
}
.about-us-title {
    position: relative;
    z-index: 11;
    color: #fff;
    font-size: 5.5rem;
}
.about-title {
    font-size: 2.5rem;
}
.team-card {
    border-radius: 30px;
    padding: 25px 30px;
    border: none;
}
.team-name {
    font-weight: 700;
    text-transform: uppercase;
}
.team-position {
    font-weight: 500;
}
.social-team-icons img {
    width: 40px;
}
.team-row {
/*     --bs-gutter-x: 7rem; */
}
.team-card {
    position: relative;
    z-index: 9;
}
.team-card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/icons/team-border.png');
    background-size: 100% 100%;
    background-position: left center;
    background-repeat: no-repeat;
    z-index: -1;
}
/* indutries */
.industries-section {
    padding-left: 7rem;
    padding-right: 7rem;
}
.bg-blue {
    padding: 10px 10px;
    background-color: #0F2A5F;
    width: fit-content;
    border-radius: 8px;
}
.bg-blue h5 {
    font-weight: 700;
    font-size: 1.5rem;
}
.healthcare-banner.active .bg-blue-banner {
    padding: 15px 60px;
}
.healthcare-banner.active .bg-blue-banner {
    padding: 15px 12px;
    margin-left: -15px;
    z-index: -1;
}
.bg-blue-banner {
    padding: 12px 12px;
    margin-left: 0;
    z-index: -1;
    width: 260px;
    padding-left: 20px;
    text-align: center;
}
.bg-blue-banner h5 {
    font-size: 20px;
    font-weight: 300;
}
.healthcare-banner:first-child .bg-blue-banner h5 {
    font-size: 25px;
}
.healthcare-banner .banner-wrap img {
    width: 85px;
}
.border-banner {
    border: 1px dashed #0F2A5F;
    padding: 10px 10px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    max-width: fit-content;
    margin-left: -18px;
    z-index: -1;
    padding-left: 25px;
}
.healthcare-banner {
    width: 415px;
}
.healthcare-banner .banner-wrap img {
    width: 100px;
}
.service-content {
	  font-size: 1.1rem;
    line-height: 25px;
}
.service-card .card img {
		width: 100px;
	}
.text-blue1 {
	color:#3F87FE !important;
}
.service-card .card {
	padding-bottom: 30px;
}
.service-card .main-card-title p {
	font-size: 24px;
	letter-spacing: 0.5px;
}
.service-card .main-card-title {
	 padding: 7px 25px;
}
.service-data-banner .service-content {
	  font-size: 1.2rem;
    line-height: 28px;
}
@media screen and (min-width: 200px) and (max-width: 800px) {
	section {
			padding: 0 1.1rem;
	}
	.service-title {
			font-size: 1.6rem;
	}
	.service-content {
    font-size: 16px;
    line-height: 23px;
	}
	.e-con {
		padding-left: 0;
		padding-right: 0;
	}
	.main-card-title {
		padding: 7px 20px;
	}
	.main-card-title p {
    font-size: 16px;
    letter-spacing: 0.5px;
	}
	.service-card .card img {
		width: 90px;
	}
	.service-data-banner .service-content {
		font-size: 1.05rem;
    line-height: 26px;
	}
	.service-card .main-card-title p {
    font-size: 20px;
	}
	.service-card .main-card-title {
    padding: 4px 20px;
}
}