:root {
    --primary: #091f3b;
    --secondary: #cc4e00;
    --light: #fff;
    --dark: #000;
    --text-color: #2f2f2f;
}

body {
    margin: 0 !important;
    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;
  transition: all 0.3s ease-out;
}

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;
}

.btn {
    padding: 17px 34px;
    font: 400 16px / 20px "Poppins", sans-serif;
    border-radius: 37px;
    text-transform: uppercase;
    text-decoration: none;
    transition: 0.3s ease;
    display: inline-block;
    border: 2px solid var(--secondary);
}
.btn.btn-primary {
    background: var(--secondary);
    color: #fff;
}
.btn.btn-primary:hover {
    background: var(--primary);
    border: 2px solid var(--primary);
}
.btn.btn-outline {
    background: transparent;
    color: var(--secondary);
    font-weight: 500;
}
.btn.btn-outline:hover {
    background: var(--secondary);
    color: #fff;
}
.btn.btn-outline-light {
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.7);
    color: var(--light);
}
.btn.btn-outline-light:hover {
    background: var(--secondary);
    border: 2px solid var(--secondary);
    color: #fff;
}





.headsec {
    width: 100%;
    padding: 16px 0;
    position: fixed;
    top: 0px;
    z-index: 999;
}
/*---- common-css -------*/
/* Normal header */
.headsec {
    position: absolute;
    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: var(--primary);
	padding: 10px 0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	position: fixed;
}

/* 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;
}
.headsec .navbar-nav li .nav-link:hover, .headsec .navbar-nav li.current-menu-item .nav-link {
    color: var(--secondary);
}
.headsec .navbar-nav .btn {
	padding: 10px 25px;
}
.headsec .navbar-nav .btn:hover {
	border-color: var(--light);
}

.discuss-btn {
	background: var(--secondary);
	padding: 17px 34px;
	font: 400 16px/20px "Poppins", sans-serif;
	border-radius: 37px;
	color: #fff !important;
	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: 150px 0 90px;
    height: 780px;
    position: relative;
    background-size: cover !important;
}

.ban_lt {
    width: 100%;
}

.banner_slide {
    width: 100%;
}
.banner_slide .swiper-pagination {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    gap: 15px;
    width: auto;
    height: 100%;
    right: 0;
    left: auto;
}
.banner_slide .swiper-pagination > span {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    transition: all 0.3s ease-out;
    opacity: 0.4;
}
.banner_slide .swiper-pagination > span.swiper-pagination-bullet-active {
    height: 35px;
    border-radius: 15px;
    opacity: 1;
}

.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: var(--secondary);
}

.banner_inn p {
    font: 500 24px/40px "Poppins", sans-serif;
    color: #fff;
    padding-top: 30px;
    text-transform: none;
    margin: 0px;
}
.banner_inn .button-group {
    display: flex;
    gap: 20px;
    margin-top: 40px;
}
.banner_inn .button-group .btn-primary:hover {
    border-color: var(--light);
}
.banner_inn .discuss-btn {
	margin-top: 40px;
	display: inline-block;
	padding: 18px 40px;
}

.ban_rt {
    width: 100%;
}
.ban_rt img {
	width: 100%;
	height: 500px;
	object-fit: contain;
}

/* .ban_lt .swiper-pagination {
    display: none;
} */

.about_sec {
    width: 100%;
    padding: 80px 0 0;
}

.about_sec_lt {
    width: 100%;
}

.about_sec_lt img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    border-radius: 30px;
    object-fit: cover;
}

.about_sec_rt {
    width: 100%;
    padding-left: 30px;
}
.about_sec_rt ul.list li {
    list-style: disc;
    margin-left: 20px;
}
.about_sec_rt h4 {
    font: 500 40px/46px "Poppins", sans-serif;
    color: var(--primary);
    text-transform: uppercase;
}

.about_sec_rt h4 span {
	color: var(--secondary);
	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: 150px 0;
    background: var(--secondary)1C;
}
.service_list {
    width: 100%;
    padding: 100px 0 0;
    background: var(--secondary)1C;
}

.service_sec_inn {
    width: 100%;
    text-align: center;
}

.service_sec_inn h4 {
    font: 500 40px/46px "Poppins", sans-serif;
    color: var(--primary);
    text-transform: uppercase;
    text-align: center;
}

.service_sec_inn h4 span {
    color: var(--secondary);
    font-weight: 700;
}


.service_inn {
    width: 100%;
}

.service_inn img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    object-fit: cover;
}

.service_inn .service-content {
    position: absolute;
    width: 100%;
    bottom: -72px;
    left: 0;
    text-align: center;
    padding: 20px;
    padding-top: 100px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 15%, rgba(0, 212, 255, 0) 100%);
    transition: all 0.5s ease-out;
}

.service_inn .service-content h4 {
    font: 500 20px/25px "Poppins", sans-serif;
    color: #fff;
    margin: 0px auto 20px;
    height: 75px;
    overflow: hidden;
    max-width: 275px;
}
.service_inn .service-content p {
    font: 400 13px/17px "Poppins", sans-serif;
    color: #fff;
    margin: 0px;
}

.service_sec_inn a {
    display: inline-block;
    margin-top: 20px;
    overflow: hidden;
    border-radius: 15px;
}
.service_sec_inn a:hover .service-content {
    bottom: 0;
}

.why_choose {
    width: 100%;
    padding: 80px 0;
    background: var(--primary);
}

.why_choose_inn {
    width: 100%;
}
.why_choose_inn .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}
.why_choose_inn .inner .choose_inn {
    width: 30%;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 45px 30px;
    border-radius: 15px;
}
.why_choose_inn .inner .choose_inn h5 {
    color: var(--light);
    margin-top: 20px;
}

.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: var(--secondary);
    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: var(--secondary)1C;
}
.our_work-card {
    overflow-x: auto;
}

.our_work_inn {
    width: 100%;
}

.section-title h4 {
    font: 500 45px/48px "Poppins", sans-serif;
    color: var(--primary);
    text-transform: uppercase;
    text-align: center;
}

.section-title h4 span {
    color: var(--secondary);
    font-weight: 700;
}

.section-title p {
	font: 400 16px/24px "Poppins", sans-serif;
	color: #2f2f2f;
	padding-top: 20px;
	margin: 0px;
	text-align: center;
	max-width: 1035px;
	margin: 0 auto;
}

.appProcess {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, .16);
    backdrop-filter: blur(24px);
    background: var(--secondary);
}

.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: var(--primary);
    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: 13px;
    line-height: 18px;
    text-align: center;
    color: #aeb4de;
    margin-bottom: 15px;
}

.processCurveTop {
    position: absolute;
    top: -20px;
    left: -2px;
    width: 100%;
    pointer-events: none;
}
.processCurveTop::after {
    content: '';
    position: absolute;
    right: -14px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 18px solid var(--secondary);
}
.processCurveTop.last:after {
    display: none;
}

.processCurveBottom {
    position: absolute;
    bottom: -20px;
    left: -3px;
    width: 101%;
    pointer-events: none;
}
.processCurveBottom::after {
    content: '';
    position: absolute;
    right: -14px;
    top: 0;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid var(--secondary);
}

.testimonial {
    width: 100%;
    padding: 80px 0;
}

.testimonial_inn {
    width: 100%;
}

.testimonial_inn h4 {
    font: 500 40px/46px "Poppins", sans-serif;
    color: var(--primary);
    text-transform: uppercase;
    text-align: center;
}

.testimonial_inn h4 span {
    color: var(--secondary);
    font-weight: 700;
}

.testimonial-swiper {
    padding-top: 120px !important;
}

.testimonial_slide {
    background: var(--primary);
    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: var(--secondary)1C;
}

.faq_inn {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.faq_inn h4 {
    font: 500 40px/46px "Poppins", sans-serif;
    color: var(--primary);
    text-transform: uppercase;
    margin-bottom: 30px;
}

.faq_inn h4 span {
    color: var(--secondary);
    font-weight: 700;
}

.faq_inn .content p {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
}
.faq_inn .content ul li {
    margin-bottom: 5px;
    font-size: 18px;
    list-style: square;
    margin-left: 18px;
}

#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: var(--primary);
    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: var(--primary);
    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: var(--secondary);
}

.con1 {
    width: 100%;
    margin-bottom: 15px;
}

.con1 input[type="text"],
.con1 input[type="email"],
.con1 input[type="tel"],
.con1 input[type="number"],
.contact_inn input[type="text"],
.contact_inn input[type="email"],
.contact_inn input[type="tel"],
.contact_inn input[type="number"],
.contact_inn .wpcf7-form-control-wrap input {
    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,
.contact_inn textarea,
.contact_inn .wpcf7-form-control-wrap textarea {
    width: 100%;
    height: 100px;
    border-radius: 6px;
    border: none;
    color: #fff;
    resize: none;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 20px;
    background: rgba(221, 221, 221, 0.16);
}

.contact_inn input[type="submit"],
.contact_inn input[type="button"],
.contact_inn button[type="submit"],
.contact_inn .wpcf7-submit,
.contact_inn .wpcf7-form-control.wpcf7-submit,
.con1 input[type="submit"],
.con1 input[type="button"],
.con1 button[type="submit"],
.con1 .wpcf7-submit,
.faq input[type="submit"],
.faq button[type="submit"],
.faq .wpcf7-submit,
.wpcf7 input[type="submit"],
.wpcf7 button[type="submit"],
.wpcf7 .wpcf7-submit,
.wpcf7-form input[type="submit"],
.wpcf7-form button[type="submit"],
.wpcf7-form .wpcf7-submit,
body input.wpcf7-submit,
body button.wpcf7-submit {
    width: 100% !important;
    border-radius: 8px !important;
    border: none !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    padding: 15px 24px !important;
    line-height: normal !important;
    background: var(--secondary, #cc4e00) !important;
    display: block !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 2px 8px rgba(204, 78, 0, 0.25) !important;
}

.contact_inn input[type="submit"]:hover,
.contact_inn input[type="button"]:hover,
.contact_inn button[type="submit"]:hover,
.contact_inn .wpcf7-submit:hover,
.contact_inn .wpcf7-form-control.wpcf7-submit:hover,
.con1 input[type="submit"]:hover,
.con1 input[type="button"]:hover,
.con1 button[type="submit"]:hover,
.con1 .wpcf7-submit:hover,
.faq input[type="submit"]:hover,
.faq button[type="submit"]:hover,
.faq .wpcf7-submit:hover,
.wpcf7 input[type="submit"]:hover,
.wpcf7 button[type="submit"]:hover,
.wpcf7 .wpcf7-submit:hover,
.wpcf7-form input[type="submit"]:hover,
.wpcf7-form button[type="submit"]:hover,
.wpcf7-form .wpcf7-submit:hover,
body input.wpcf7-submit:hover,
body button.wpcf7-submit:hover {
    background: #b54300 !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(204, 78, 0, 0.35) !important;
}
/* Contact Form 7 Error & Response Message Styling */
.wpcf7 .wpcf7-response-output,
.contact_inn .wpcf7-response-output,
.con1 .wpcf7-response-output {
    color: #ffffff !important;
    background: rgba(9, 31, 59, 0.75) !important;
    border-radius: 6px !important;
    padding: 12px 18px !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    margin: 15px 0 0 0 !important;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    border: 2px solid #ffb900 !important;
    color: #ffffff !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border: 2px solid #ff4d4f !important;
    color: #ffffff !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border: 2px solid #52c41a !important;
    background: rgba(40, 167, 69, 0.25) !important;
    color: #ffffff !important;
}
.wpcf7-not-valid-tip,
.contact_inn .wpcf7-not-valid-tip,
.con1 .wpcf7-not-valid-tip {
    color: #ff6b6b !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-top: 4px !important;
    display: block !important;
}
::placeholder {
    color: #fff;
    opacity: 1;
    /* Firefox fix */
}

footer {
	background: var(--primary);
}
.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%); */
    background-color: var(--secondary);
	-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: var(--secondary);
}
.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: var(--secondary);
	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 !important;
	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 h5 {
  z-index: 9;
  color: rgb(255, 255, 255);
  font-size: 22px;
  color: #fff;
  margin: 0 0 15px;
  font-weight: 600;
  position: relative;
}
.single-page-banner-description .para {
    display: flex;
    gap: 30px;
}
.single-page-banner-description p {
    flex: 1;
	font-size: 16px;
	color: #fff;
	max-width: 860px;
	margin: 0 auto;
	line-height: 28px;
	padding-bottom: 15px;
}
.section-padding{
    padding: 80px 0;
}
.companyprofile-list .company-profile-box {
	background-color: #e4f2f399;
	line-height: 30px;
	height: 100%;
	padding: 30px;
	border-radius: 10px;
    text-align: center;
}
.companyprofile-list .company-profile-box H4 {
    text-align: left;
    margin-bottom: 15px;
    text-align: center;
}
.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;
}


/* contact-us-page */
.adress-details {
  display: flex;
}
.adress-icon {
  margin-right: 15px;
}
.adress-icon i {
	color: var(--secondary);
	border-radius: 30px;
	line-height: 50px;
	font-size: 18px;
	border: 1px solid var(--secondary);
	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;
	color: var(--secondary);
	border: 1px solid var(--secondary);
	padding: 0;
	display: inline-block;
	font-size: 25px;
}
.social-style-one a:hover {
    background: var(--secondary);
	color: var(--light);
}
.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: var(--primary);
    	color: #fff;
}
.case-studies-sec .nav-pills .nav-link {
	border-radius: 30px;
	padding: 10px 32px;
	color: var(--primary);
	font-size: 18px;
	font-weight: 500;
}


.services  {
	position: relative;
    border-bottom: 1px dashed rgba(0, 0, 0, .16);
}
.services:nth-child(2n) {
    background-color: rgba(9,31,59,0.05);
}
.service_sec,
.services .container,
.services .row,
.services .col-sm-7 {
    overflow: visible;
}
.services .section-title {
    position: sticky;
    top: 150px;
}
.services .section-title blockquote {
    font-size: 14px;
    line-height: 22px;
    background: rgb(204 78 0 / 14%);
    padding: 5px 15px;
    border-radius: 5px 18px;
	margin:0;
}
.services .section-title h4,
.services .section-title p {
    text-align: left;
    width: 100%;
}
.services .section-title h4 {
    color: var(--secondary);
}
.services .section-title .top {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.services .section-title .top h5 {
    text-transform: uppercase;
    font-size: 40px;
}
.services .section-title .top .icon {
    min-width: 50px;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 6px;
}
.services .section-title .top .icon svg {
    width: 30px;
    height: 30px;
}
.services .inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.services .inner.col-span-3 {
    grid-template-columns: repeat(3, 1fr);
}

.services .content .cont {
	display: table-cell;
	vertical-align: middle;
}
.services .content .cont h4 {
	margin: 0 0 10px 0;
	font-size: 32px;
	color: #222;
	font-weight: 600;
	line-height: 1.5em;
}
.services .content .cont p {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #484747;
	margin-bottom: 14px;
}
.services .bg {
	position: absolute;
	top: 0;
	right: 0px;
	left: 0px;
	bottom: 0;
	background-size: cover;
	width: 100%;
	transition: all 0.5s ease;
	background-position: bottom center;
}
.services .image {
	display: none;
}
.services .image img {
	-webkit-transition: all .5s;
	transition: all .5s;
	width: 100%;
}
.services .content {
    position: relative;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
    aspect-ratio: 1;
	padding: 40px 30px 30px;
	background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    background: linear-gradient(156deg, rgba(9, 31, 59, 0.03) 0%, rgba(204, 78, 0, 0.07) 100%);
}
.services .content .cont h3 {
	margin: 0 0 10px 0;
	font-size: 22px;
	color: #222;
	font-weight: 600;
	line-height: 1.5em;
}
.services .content .cont ul li {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75em;
	color: #484747;
	margin-bottom: 6px;
	list-style: disc;
}
.services .content .cont ul {
	margin-left: 15px;
}
.services .inner .content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}
.services .inner.col-span-3 .content h4 {
    font-size: 18px;
    line-height: 24px;
}
.services .inner .content img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    border-radius: 6px;
}
.services .inner .content .icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.services .inner .content .icon svg,
.services .inner .content .icon img {
    width: 90px;
    height: 90px;
    object-fit: cover;
    margin-bottom: 0;
}
.services .inner.col-span-3 .content .icon img {
    width: 65px;
    height: 65px;
}


.tec_use-new-section .nav-tabs .nav-link {
    border: none;
    font-weight: 500;
    color: var(--primary);
    padding-bottom: 6px;
    font-size: 19px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 26px;
    display: block;
}

.tec_use-new-section .nav-tabs .nav-link.active {
	border-bottom: 3px solid var(--secondary);
	color: var(--secondary);
}

.tec_use-new-section .tab-content {
    background: #f0f8ff;
    padding: 20px;
    border-radius: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.tec_use-new-section .nav-tabs {
    justify-content: center;
    border: none;
}
.tec-new-lan-des h3 {
    color: var(--primary);
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    margin: 0 0 11px;
}
.tec-new-lan-des p {
    font-size: 16px;
    line-height: 27px;
    margin: 0px auto 10px;
    color: var(--primary);
    width: 100%;
}

.tech-new-icon-group ul {
    justify-content: center;
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}

.tech-new-icon-group ul li {
    display: flex;
    align-items: center;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 15px rgb(52 56 81/10%);
    border-radius: 15px;
    text-align: center;
    border: 1px solid #dcdbdb;
    padding: 15px 10px;
    width: 155px;
    justify-content: center;
    flex-wrap: wrap;
}

.tec_use-new-section .tab-menu ul li a {
    border: none;
    font-weight: 500;
    color: var(--primary);
    padding-bottom: 6px;
    font-size: 19px;
    padding-left: 0;
    padding-right: 0;
    margin: 0 26px;
    display: block;
}
.tec_use-new-section .tech-new-icon-group p {
    display: block;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding-top: 5px;
    width: 100%;
}
.post, .page {
    margin: 0 !important;
}

@media (max-width: 992px) {
    .service_sec .row {
        flex-direction: column;
    }
    .service_sec .row > div {
        width: 100%;
    }
    .services .content {
        aspect-ratio: auto;
        padding-bottom: 120px;
    }
    .services .inner {
        margin-top: 30px;
    }
    .services .section-title {
        position: relative;
        top: auto;
    }
}
@media (max-width: 992px) {
    .services .inner {
        grid-template-columns: repeat(1, 1fr);
    }
    .services .inner {
        margin-top: 15px;
    }
    .services .inner.col-span-3 {
        grid-template-columns: repeat(1, 1fr);
    }
    .service_list {
        padding-top: 60px;
    }
    .why_choose_inn .inner {
        flex-wrap: wrap;
        gap: 20px;
    }
    .why_choose_inn .inner .choose_inn {
        width: 100%;
    }
    .social-style-one {
        margin-bottom: 30px;
    }
    .why_choose_inn .choose_inn {
        margin-bottom: 20px;
    }
    .service_inn .service-content h4 {
        font-size: 20px;
        line-height: 25px;
        height: auto;
    }
	.adress-details {
		margin-bottom:15px;
	}
	.contact-addres hr {
		margin-top:0;
		margin-bottom:15px;
	}
}

/* Mobile Offcanvas Navigation Menu */
.navbar-toggler {
    position: relative !important;
    z-index: 1060 !important;
    cursor: pointer !important;
}

#mobileMenu {
    background-color: var(--primary, #091f3b) !important;
    color: #fff;
    z-index: 1055;
}
#mobileMenu .offcanvas-header {
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
#mobileMenu .offcanvas-body {
    padding: 1.5rem;
}
#mobileMenu .navbar-nav li .nav-link {
    color: #fff !important;
    font: 500 18px/28px "Poppins", sans-serif;
    padding: 12px 0;
/*     border-bottom: 1px solid rgba(255, 255, 255, 0.08); */
}
#mobileMenu .navbar-nav li .nav-link:hover,
#mobileMenu .navbar-nav li.current-menu-item .nav-link {
    color: var(--secondary, #cc4e00) !important;
}

@media (min-width: 992px) {
    #mobileMenu {
        display: none !important;
        visibility: hidden !important;
    }
}