body {
    margin: 0 auto;
    padding: 0px;
    font-family: "Poppins", sans-serif;
}
html {
  scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  padding: 0;
  position: relative;
  font-weight: 600;
}

p {
  font-size: 16px;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover,
a:visited,
a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

input:focus {
  border: 0 none;
  outline: none;
}

textarea:focus {
  border: 0 none;
  outline: none;
}

input[type="button"] {
  outline: none;
}

input[type="button"]::-moz-focus-inner {
  border: 0;
}

input {
  outline: none;
  box-shadow: none;
}

textarea {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  outline: var(--bs-border-width) solid var(--bs-border-color);
  box-shadow: none;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

img {
  max-width: 100%;
}

.clearfix {
  clear: both;
}

.headsec {
    width: 100%;
    padding: 16px 0;
    position: fixed;
    top: 0px;
    z-index: 999;
}
/*---- common-css -------*/
/* Normal header */
.headsec {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
    background: transparent;
    padding: 20px 0;
}

/* Logo normal */
.headsec .navbar-brand img {
    transition: all 0.3s ease;
}

/* 🔥 Scroll active state */
.headsec.scrolled {
    background: #012547;
    padding: 10px 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Logo small on scroll */
.headsec.scrolled .navbar-brand img {
    width: 90px !important;
}

.headsec.scrolled .discuss-btn {
    padding: 11px 25px;
}

.top_head {
    width: 100%;
}

.navbar-brand img {
    width: 115px;
}

.headsec .navbar-nav li .nav-link {
	color: #fff;
	font: 400 16px/24px "Poppins", sans-serif;
	padding: 0 16px;
}

.discuss-btn {
	background: #FF8800;
	padding: 17px 34px;
	font: 400 16px/20px "Poppins", sans-serif;
	border-radius: 37px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.3s ease;
	display: inline-block;
}

.discuss-btn:hover {
    background: #c5781f;
    color: #fff;
    transition: 0.3s ease;
}

.navbar {
    padding: 0px;
}

.banner_sec {
    width: 100%;
    padding: 200px 0 90px;
    height: 780px;
    position: relative;
    background-size: cover !important;
}

.ban_lt {
    width: 100%;
}

.banner_slide {
    width: 100%;
}

.banner_inn {
    width: 100%;
    padding-top: 25px;
}

.banner_inn h2 {
    margin: 0px;
    font: 700 60px/70px "Poppins", sans-serif;
    color: #fff;
    text-transform: uppercase;
}

.banner_inn h2 span {
    color: #05A8C8;
}

.banner_inn p {
    font: 500 24px/40px "Poppins", sans-serif;
    color: #fff;
    padding-top: 30px;
    text-transform: uppercase;
    margin: 0px;
}

.banner_inn .discuss-btn {
	margin-top: 40px;
	display: inline-block;
	padding: 18px 40px;
}

.ban_rt {
    width: 100%;
}

.ban_rt img {
    width: 100%;
}

.ban_lt .swiper-pagination {
    display: none;
}

.about_sec {
    width: 100%;
    padding: 80px 0;
}

.about_sec_lt {
    width: 100%;
}

.about_sec_lt img {
    width: 100%;
}

.about_sec_rt {
    width: 100%;
    padding-top: 50px;
    padding-left: 30px;
}

.about_sec_rt h4 {
    font: 500 40px/46px "Poppins", sans-serif;
    color: #012547;
    text-transform: uppercase;
}

.about_sec_rt h4 span {
	color: #05A8C8;
	font-weight: 700;
}

.about_sec_rt p {
    font: 400 16px/24px "Poppins", sans-serif;
    color: #2f2f2f;
    padding-top: 20px;
    margin: 0px;
}

.about_sec_rt a {
    display: inline-block;
    margin-top: 30px;
}

.service_sec {
    width: 100%;
    padding: 80px 0;
    background: #06A9CA1C;
}

.service_sec_inn {
    width: 100%;
    text-align: center;
}

.service_sec_inn h4 {
    font: 500 40px/46px "Poppins", sans-serif;
    color: #012547;
    text-transform: uppercase;
    text-align: center;
}

.service_sec_inn h4 span {
    color: #05A8C8;
    font-weight: 700;
}

.service_sec_inn p {
    font: 400 16px/24px "Poppins", sans-serif;
    color: #2f2f2f;
    padding-top: 20px;
    margin: 0px;
    text-align: center;
}

.service_inn {
    width: 100%;
}

.service_inn img {
    width: 100%;
}

.service_inn p {
    font: 500 27px/33px "Poppins", sans-serif;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    text-align: left;
}

.service_sec_inn a {
    display: inline-block;
    margin-top: 40px;
}

.why_choose {
    width: 100%;
    padding: 80px 0;
    background: #012547;
}

.why_choose_inn {
    width: 100%;
}

.why_choose_inn h4 {
    font: 500 40px/46px "Poppins", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.why_choose_inn h4 span {
    color: #05A8C8;
    font-weight: 700;
}

.choose_inn {
    width: 100%;
    text-align: center;
}

.choose_inn img {
    width: 100%;
    max-width: 60px;
}

.choose_inn p {
    font: 400 16px/24px "Poppins", sans-serif;
    color: #fff;
    padding-top: 20px;
    margin: 0px;
}

.our_work {
    width: 100%;
    padding: 80px 0;
    background: #06A9CA1C;
}

.our_work_inn {
    width: 100%;
}

.section-title h4 {
    font: 500 45px/48px "Poppins", sans-serif;
    color: #012547;
    text-transform: uppercase;
    text-align: center;
}

.section-title h4 span {
    color: #05A8C8;
    font-weight: 700;
}

.section-title p {
	font: 400 16px/24px "Poppins", sans-serif;
	color: #2f2f2f;
	padding-top: 20px;
	margin: 0px;
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

.appProcess {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .16);
    backdrop-filter: blur(24px);
    background: #06A9CA;
}

.processNew {
    border-radius: 500px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .16);
    text-align: center;
}

.processNew img,
.processNewImage {
    margin: 24px 0;
}

.processNewImage img {
    margin: 0px;
}

.appProcess .processNewInfo {
    background: #012547;
    color: #fff;
}

.processNewInfo {
    background-color: #1d2247;
    padding: 24px;
    height: 100%;
}

.processNewInfo h3 {
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
}

.processNewInfo p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #aeb4de;
}

.processCurveTop {
    position: absolute;
    top: -20px;
    left: -2px;
    width: 100%;
    pointer-events: none;
}

.processCurveBottom {
    position: absolute;
    bottom: -20px;
    left: -3px;
    width: 101%;
    pointer-events: none;
}

.testimonial {
    width: 100%;
    padding: 80px 0;
}

.testimonial_inn {
    width: 100%;
}

.testimonial_inn h4 {
    font: 500 40px/46px "Poppins", sans-serif;
    color: #012547;
    text-transform: uppercase;
    text-align: center;
}

.testimonial_inn h4 span {
    color: #05A8C8;
    font-weight: 700;
}

.testimonial-swiper {
    padding-top: 120px !important;
}

.testimonial_slide {
    background: #012547;
    border-radius: 22px;
    padding: 80px 36px 40px;
}

.testimonial_slide p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

.testimonial_slide img {
    width: 100%;
    max-width: 100px;
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: -50px;
}

.testimonial_slide h6 {
    font: 600 18px/26px "Poppins", sans-serif;
    margin: 0px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.testimonial-swiper .swiper-pagination-bullet-active {
    width: 34px;
    height: 10px;
    border-radius: 6px;
}

.testimonial-swiper .swiper-wrapper {
    padding-bottom: 50px;
}

.faq {
    width: 100%;
    background: #06A9CA1C;
}

.faq_inn {
    width: 100%;
    padding: 80px 0;
}

.faq_inn h4 {
    font: 500 40px/46px "Poppins", sans-serif;
    color: #012547;
    text-transform: uppercase;
    text-align: center;
}

.faq_inn h4 span {
    color: #05A8C8;
    font-weight: 700;
}

#faq .accordion-item {
    border: none;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .16);
    margin-bottom: 15px;
    padding: 15px;
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius);
}

.accordion-header {
    margin-bottom: 0;
}

#faq .accordion-button {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: .25px;
    background-color: transparent;
    color: #2f2f2f;
}

#faq .accordion-button span {
    width: 24px;
    height: 24px;
    background-color: #012547;
    display: inline-block;
    margin-right: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 50px;
}

#faq .accordion-body {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    padding: 10px 35px;
}

#faq .accordion-button::after {
    display: none;
}

#faq .accordion-button {
    position: relative;
    padding-right: 50px;
}

#faq .accordion-button::before {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 28px;
    font-weight: 600;
    color: #012547;
    transition: 0.3s ease;
}

/* Open state → minus */
#faq .accordion-button:not(.collapsed)::before {
    content: "−";
}

#faq .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

#faq .accordion-button:focus {
    display: none;
}

.faq_inn .accordion {
    margin-top: 30px;
}

.contact_inn {
    width: 100%;
    padding: 80px 25px;
    background-size: cover !important;
    height: 100%;
}

.contact_inn h4 {
    font: 500 40px/46px "Poppins", sans-serif;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}

.contact_inn h4 span {
    color: #05A8C8;
}

.con1 {
    width: 100%;
    margin-bottom: 15px;
}

.con1 input[type="text"],
.con1 input[type="email"],
.con1 input[type="tel"] {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: none;
    color: #fff;
    padding: 0 12px;
    font-size: 16px;
    line-height: 20px;
    background: rgba(221, 221, 221, 0.16);
}

.con1 textarea {
    width: 100%;
    height: 45px;
    border-radius: 6px;
    border: none;
    color: #fff;
    height: 100px;
    resize: none;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 20px;
    background: rgba(221, 221, 221, 0.16);
}

.con1 input[type="button"] {
	width: 100%;
	border-radius: 6px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	padding: 0 8px;
	font-size: 16px;
	line-height: 55px;
	background: rgb(255, 136, 0);
	display: inline-block;
}
.con1 input[type="button"]:hover {
	background: #c5781f;
	color: #fff;
	transition: 0.3s ease;
}

::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox fix */
}

footer {
	background: #012547;
	padding-top: 60px;
}
.footer-bottom-link ul li {
	border-right: 1px solid #656565;
	line-height: 10px;
}
.footer-bottom-link ul, .footer-bottom-link-icon ul {
	display: flex;
	line-height: 10px;
}
.foot-link-box ul {
	margin-bottom: 20px;
}
.footer-bottom-link ul li:last-child {
	border: none;
}
.footer-bottom-link-wrap ul li a {
	color: #fff;
	font-size: 25px;
}
.contact-text-top {
	font-size: 67px;
	line-height: normal;
	font-weight: bold;
	line-height: 60px;
}
.outline-text {
	background-color: #fff;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: #000;
	-webkit-text-stroke: 8px transparent;
	
	text-shadow: 10.382px 7.824px 0px rgb(0 0 0 / 19%);
	padding-left: 10px;
	letter-spacing: 0.06rem;
}
.contact-text-bottom {
	font-size: 67px;
	font-weight: bold;
}
.gr-text {
	background: linear-gradient(to bottom right, #ffc515 0%, #ee3707 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: transparent;
	font-weight: 800;
	text-align: center;
	letter-spacing: 0.06rem;
}
.blue-text {
	color: #4e63ea;
}
.outline-text.pe-2 {
	padding-left: 0;
}
.pl-20 {
	padding-left: 20px;
}
.f-link-text {
	padding: 50px 0px;
	border-bottom: 1px solid #f1f6fb30;
	padding-bottom: 45px;
}
.green-text {
	color: #089ebf;
}
.footer-bottom {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	padding: 20px 0;
}
.foot-link-box h3 {
	border-bottom: 1px solid #c4e0f570;
	margin-bottom: 30px;
	line-height: 50px;
	color: #f2faff;
	font-weight: 700;
}

.foot-link-box a, .foot-link-box {
	color: #e3f2fdf5;
	font-size: 16px;
	line-height: 29px;
}

.form-new .row {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

#main_form {
	padding: 40px 0;
}
.footer-bottom-link-icon ul li i{
    padding-right: 20px;
}
.gov-details {
	background: #06a6c7;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	font-size: 14px;
	margin-top: 10px;
}
.footer-bottom p {
	text-align: center;
	color: #eef4f8;
	font-weight: 400;
}
.foot-link-box li i {
	padding-right: 10px;
}
.foot-link-box li {
	display: flex;
	justify-content: left;
	align-items: baseline;
	padding-bottom: 10px;
}
.foot-link-box ul.call-phone-group li{
  margin-bottom: 5px;
}
.foot-link-box a i {
	padding-right: 10px;
}

.col-content-icon .col-wrap span.button {
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	position: relative;
	z-index: 99;
	margin-top: 10px;
	background: none;
	border: none;
	font-weight: 700;
        color: #141b34;
        padding:0;
}
.description {
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}


/*------- ABOUT-US-PAGE------- */

.single-page-banner-section {
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 130px 0 80px;
	text-align: center;
}

.single-page-banner-description h1 {
  z-index: 9;
  color: rgb(255, 255, 255);
  font-size: 55px;
  color: #fff;
  margin: 0 0 10px;
  font-weight: 600;
  position: relative;
}
.single-page-banner-description p {
	font-size: 16px;
	color: #fff;
	width: 55%;
	margin: 0 auto;
	line-height: 28px;
	padding-bottom: 25px;
}
.section-padding{
    padding: 80px 0;
}
.companyprofile-list .company-profile-box {
	background-color: #e4f2f399;
	line-height: 30px;
	height: 100%;
	padding: 20px 40px;
	border-radius: 10px;
}
.profile-subhead {
	display: flex;
	align-items: center;
	justify-content: left;
	gap: 10px;
	position: relative;
	min-height: 60px;
	color: #fb535d;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
}
.vhead.editor-head {
	margin: 10px 0;
}
.profile-subhead.blue {
	color: #1870f8;
}
.companyprofile-list{
    margin-top: 40px;
}


/* contact-us-page */
.adress-details {
  display: flex;
}
.adress-icon {
  margin-right: 15px;
}
.adress-icon i {
	color: #071e55;
	background: #b4daf2;
	border-radius: 30px;
	line-height: 50px;
	font-size: 18px;
	border: 1px solid #97bfd9;
	width: 50px;
	height: 50px;
	text-align: center;
	display: inline-block;
}
.adress-content h2 {
	text-transform: none;
	font-size: 20px;
	line-height: 27px;
	font-weight: 600;
	margin: 0;
}
.adress-content p {
  text-transform: none;
  font-size: 15px;
  line-height: 25px;
  font-weight: 500;
  margin: 0;
  color: #2f2f2f;
}
.adress-content p a {
  color: #2f2f2f;
}
.contact-addres p{
    text-align: left;
}
.social-style-one a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	margin: 0 10px 5px 0;
	background: rgb(180, 218, 242);
	color: #071e55;
	border: 1px solid #97bfd9;
	padding: 0;
	display: inline-block;
	font-size: 25px;
}
.social-style-one {
	margin-top: 40px;
}

/* case-study-page */

.case-img {
  border-radius: 12px;
  transition: 0.3s ease;
  cursor: pointer;
}

.case-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.nav-pills .nav-link {
  border-radius: 30px;
  padding: 10px 22px;
}
.case-studies-sec .nav-pills .nav-link.active, .case-studies-sec .nav-pills .show > .nav-link {
	background-color: #012547;
    	color: #fff;
}
.case-studies-sec .nav-pills .nav-link {
	border-radius: 30px;
	padding: 10px 32px;
	color: #012547;
	font-size: 18px;
	font-weight: 500;
}