/* font family with classes */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

/* font family with classes */
* {
	box-sizing: border-box;
}

html,
body {
	font-family: "Lato", sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 14px;
	line-height: normal;
	padding: 0;
	margin: 0;
}
h1 {
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1.2;
}

h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.3;
}

/* Similarly style h3 to h6 */

li {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5;
}

a {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}


/* flex classes */


sup {
	font-size: smaller;
	vertical-align: super;
}

.flex-wrap {
	flex-wrap: wrap;
}

.align-items-center {
	align-items: center;
}

.align-items-baseline {
	align-items: baseline;
}

.justify-content-center {
	justify-content: center;
}

.justify-content-between {
	justify-content: space-between
}

.justify-content-end {
	justify-content: flex-end
}

.align-items-end {
	align-items: flex-end;
}

.flex-column {
	flex-direction: column;
}

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

.flex-1 {
	flex: 1;
}

.flex-1-50 {
	flex: 1 1 50%;
}

.flex-1-630 {
	flex: 1 1 630px;
}

.gap-101 {
	gap: 101px;
}

.gap-80 {
	gap: 80px;
}

.gap-40 {
	gap: 40px;
}

.gap-47 {
	gap: 47px;
}

.gap-48 {
	gap: 48px;
}

.gap-49 {
	gap: 49px;
}

.gap-35 {
	gap: 35px;
}

.gap-32 {
	gap: 32px;
}

.gap-24 {
	gap: 24px;
}

.gap-20 {
	gap: 20px;
}

.gap-18 {
	gap: 18px;
}

.gap-15 {
	gap: 15px;
}

.gap-16 {
	gap: 16px;
}

.gap-12 {
	gap: 12px;
}

.gap-10 {
	gap: 10px;
}

.gap-8 {
	gap: 8px;
}

.row-gap-100 {
	row-gap: 100px;
}

.ignore-gap {
	gap: 0 !important;
}

.text-white {
	color: #ffffff !important;
}

.text-black {
	color: #000 !important;
}


.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

.site-footer .justify-content-between{
	align-items:flex-start;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }
 
/* flex classes */
ul {
	margin: 0;
	padding: 0;
}

ul>li {
	list-style: none;
}

.container {
	max-width: 1270px;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.max-width-1035 {
	max-width: 1035px;
}

.gradent-text {
	background: linear-gradient(90deg, #22588c 0%, #00D4FF 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.bg-light-gray {
	background-color: #F7F6F5;
}

/* header */
header {
	background-color: #fff;
	position: sticky;
	z-index: 3;
	top: 0;
	    box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
}


.header-inner {
	padding: 20px 0px;
}
.header-inner:after,.header-inner:before {
	    display: table;
    content: " ";    clear: both;
}





#headerMenuModal .header-blocks>ul>li>a {
	color: #000;
	font-size: 24px;
	font-weight: 500;
	line-height: 24px;
	text-decoration: none;
}

.header-call {
    font-size: 25px;
    line-height: 28px;
    text-decoration: none;
    font-weight: 800;
}

/* header */
/* footer */
footer {
	background: #231f20;
	padding-top: 46px;
	padding-bottom: 20px;
}

footer .social-icons ul {
	gap: 26px;
}


.footer-logo {
	max-width: 288px;
	/* gap: 24px; */
	display: flex;
}


.site-footer ul li{
	padding-bottom:10px;
}
.site-footer .sub-menu{
	margin-top:10px;
}

.f-logo{
	display: flex;
	padding-bottom: 24px;
}
.logo-line-text{
	margin-top: 0;
}

.logo-line-text {
	color: #fff;
	margin-top: 0;
}

.footer-bottom {
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	max-width: 594px;
}

.footer-bottom a {
	color: #989898;
}
.footer-bottom p {
	margin: 0;
}
.hr-line {
	border-color: #313131;
	border-width: 1px;
	border-style: solid;
	width: 100%;
	margin-bottom: 0;
}

/* footer */
/* footer contact form */
/* .contact-right{max-width: 595px; min-width: 595px;} */
.contact-right h3 {
	background: linear-gradient(90deg, #22588c 0%, #00D4FF 100%);
	font-size: 48px;
	font-weight: 500;
	line-height: 48px;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
	width: 100%;
	background-color: transparent;
	appearance: none;
	outline: none;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #434343;
	color: #434343;
	font-size: 16px;
	font-weight: 400;
	padding: 9px 0;
}

textarea {
	resize: none;
	overflow: auto;
	font-family: "Lato", sans-serif;
	height: 75px;
}

select {
	appearance: none;
	background-image: url(https://s3.amazonaws.com/indigenous-digital-assets/account_1684/chevron_down_1710504650775.jpg);
	background-repeat: no-repeat;
	background-position: 100% center;
	background-size: 24px;
}

.contact-right textarea,
.contact-right select {
	margin-top: 25px;
}

.contact-right ::-webkit-input-placeholder {
	color: #434343;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}

.contact-right ::-moz-placeholder {
	color: #434343;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}

.contact-right :-ms-input-placeholder {
	color: #434343;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}

.contact-right :-moz-placeholder {
	color: #434343;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}

#talkSpecialistModal ::-webkit-input-placeholder {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}

#talkSpecialistModal ::-moz-placeholder {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}

#talkSpecialistModal :-ms-input-placeholder {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}

#talkSpecialistModal :-moz-placeholder {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	opacity: 1;
}

#talkSpecialistModal input[type="text"],
#talkSpecialistModal input[type="email"],
#talkSpecialistModal input[type="tel"],
#talkSpecialistModal textarea,
#talkSpecialistModal select {
	color: #fff;
	border-color: #F3F3F3;
}

#submit_btn,
#submit_btn_schedule,
body .wpcf7-submit{
	display: inline-flex;
	cursor: pointer;
	padding: 12px 24px;
	color: #fff;
	align-items: center;
	gap: 16px;
	border-radius: 1000px;
	background: #434343;
	font-size: 16px;
	font-weight: 500;
	line-height: 22.4px;
	min-width: 130px;
	justify-content: center;
	transition: background-color 0.3s ease-in-out;

}


#submit_btn {
	margin-top: 38px;
}

#submit_btn_schedule {
	margin-top: 8px;
}
.contact-form>div>div {
	flex: 1 1 425px;
}

/* buttons */
.btn {
	display: inline-flex;
	padding: 10px 20px;
	align-items: center;
	gap: 16px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 100px;
	line-height: 25.2px;
	text-decoration: none;
	min-width: 130px;
	justify-content: center;
}

.btn-1 {
	padding: 6px 16px 7px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
}

.btn-gradient {
	background: linear-gradient(90deg, #22588c 0%, #9bbcd5 100%);
	color: #fff;
	min-width: 130px;
	justify-content: center;
	transition: background-color 0.3s ease-in-out;

}

.btn-white {
	background: #F2F2F2;
	color: #070707;
	min-width: 130px;
	justify-content: center;
	transition: background-color 0.3s ease-in-out;

}

.btn-black{
	background-color: #434343 !important;
	color: #fff !important;
	min-width: 130px;
	justify-content: center;
}
.btn-black:hover{
	background-color:#0e5faa!important;
	
}
.search-submit {
	background-color: #000 !important;
	color: #fff !important;
	min-width: 130px;
	justify-content: center;
	display: inline-flex;
	padding: 10px 20px;
	align-items: center;
	gap: 16px;
	font-size: 18px;
	font-weight: 500;
	border-radius: 100px;
	line-height: 25.2px;
	text-decoration: none;
	min-width: 130px;
}
input[type="search"]{
	padding:12px;
}
/* buttons */
/*Banner section*/
#slider-hero-container,
.product-common-section {
	width: 100%;
	position: relative;
}

#slider-hero-container {
	min-height: 500px;
}

.product-common-section>.container {
	min-height: 440px;
}

#slider-hero-container {
	display: flex;
	overflow: hidden;
}

.slider-hero {
	flex: 0 0 100%;
	transition: transform 0.5s ease-in-out;
	display: flex;
	max-width: 100%;
}

.hero-slide {
	min-width: 100%;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.slide-1 {
	background-image: url(../images/banner-2.jpg);
}

.slide-2 {
	background-image: url(../images/banner-2.jpg);
}

.slide-3 {
	background-image: url(../images/banner-2.jpg);
}

.hero-slide:before {
	content: '';
	display: inline-block;
	position: absolute;
	background: linear-gradient(90deg, rgba(5, 94, 170, 0.95) 36%, rgba(0, 212, 255, 0.3) 100%);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.hero-slide>.container,
.product-common-section>.container {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	padding-top: 0;
	padding-bottom: 0;
}

.hero-slide>.container {
	min-height: 100%;
}

.slider-hero-caption {
	color: #fff;
	font-size: 24px;
	margin-bottom: 153px;
}

.product-common-section .slider-hero-caption {
	margin-bottom: 0
}

.caption-heading {
	color: #fff;
	font-size: 64px;
	font-style: normal;
	font-weight: 600;
	line-height: 64px;
}

.slider-hero-caption p {
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	margin: 0;
}

#hero-slide-prev,
#hero-slide-next {
	cursor: pointer;
	color: #fff;
	border: 2px solid #fff;
	padding: 16px 28px;
	width: 72px;
	height: 48px;
	transition: background-color 0.3s ease-in-out;
	border-radius: 1000px;
}
#hero-slide-prev:hover,
#hero-slide-next:hover {
   border: 0px solid #434343;
   
}
.hero-slider-nav .hero-slide-prev:hover,
.hero-slider-nav .hero-slide-next:hover {
    background-color: #434343;
	

}
.d-flex.flex-wrap.gap-16 a.btn:hover {
    background-color: black; 
	color:white;
}
 .btn-gradient:hover{
	background:#000;
}

#hero-slide-next {
	right: 0;
}

.hero-slider-nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 65px;
	min-width: 1210px
}

/* hero-slider */
/* insight-section */
.insight-section {
	color: #fff;
	background: linear-gradient(90deg, #22588c 0%, #00D4FF 100%);
}

.insight-inner-section>.insight-right,
.talk-to-specialist>.insight-right {
	max-width: 595px;
	font-size: 24px;
	font-weight: 400;
	line-height: 33.6px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.insight-right p {
	font-size: 24px;
}

/* insight-section */
/* service/product-section */
.product-section a.need-help-innner {
	text-decoration: none;
}
.logo-line-text{
	margin-bottom: 20px;
}

.product-section-left {
	display: flex;
	min-width: 390px;
	max-width: 390px;
	height: 577px;
	padding: 0px 92px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
}

.product-section-right {
	position: relative;
	overflow: hidden;
	transition: transform 0.5s ease-in-out;
}

.product-section-swiper {
	height: 100%;
}

.product-swiper-block {
	border-radius: 8px;
	background: #F7F6F5;
	min-width: 390px;
	max-width: 390px;
	padding: 20px;
	min-height: 100%;
	text-decoration: none;
}

.explore-product-slide-section .product-swiper-block {
	min-width: 595px;
	max-width: 595px;
	min-height: 595px;
}

.product-swiper-block h2,
.product-swiper-block p {
	margin: 0;
	padding: 0;
}

.product-swiper-block h2 {
	color: #000;
	font-size: 28px;
	font-weight: 700;
	line-height: normal;
}

.product-swiper-block h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 26.4px;
}

.explore-product-slide-section p {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
}

.product-block-price>div {
	padding: 6px 8px;
	font-size: 16px;
	font-style: normal;
	/* color: #fff; */
	text-align: center;
	font-weight: 400;
	line-height: 22.4px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	text-transform: uppercase;
}

.product-block-price {
	gap: 8px;
}

.primary-badge {
	background: #202020;
	color: #fff;
}

.outline-badge {
	color: #000;
	border: 2px solid #000;
	color: #000;
}

.product-block-image {
	/* min-height: 350px; */
	min-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
}

.product-block-image-gradient {
	background: linear-gradient(180deg, #174353 0%, #091E29 100%);
}

.product-block-image-gradient-1 {
	background: linear-gradient(225deg, #16191B 0%, #50585C 100%)
}

.gradient-pink-blue {
	background: linear-gradient(90deg, #22588c 0%, #00D4FF 100%);
}

.need-help-block-content h5,
.need-help-block-content h6 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 19.6px;
}

.need-help-block-content h5 {
	color: #000;
	font-weight: 700;
}

.need-help-block-content h6 {
	color: #666;
	font-weight: 400;
}

.product-pagination-next,
.product-pagination-prev {
	border-radius: 1000px;
	background: #434343;
	width: 72px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background-color 0.3s ease-in-out;

}

.product-pagination-next.pagination-disabled,
.product-pagination-prev.pagination-disabled {
	background: #434343;
	pointer-events: none;
}

.product-pagination-prev:hover,
.product-pagination-next:hover {
	cursor: pointer;
	background-color: #0e5faa; 
	
}
.product-section-blue {
	background: #000868 !important;
}

.product-section-gradient {
	background: linear-gradient(155deg, #164252 0%, #164252 48.5%, #04131C 100%);
}

.product-section-gradient-1 {
	background: linear-gradient(155deg, #4F575B 38.31%, #101214 99.64%);
}

/* product-section */
/* Style for the modal container */
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.67);
	justify-content: center;
	align-items: center;
	overflow: auto;
	z-index: 3;
}

/* Style for the modal content */
.modal-content {
	background-color: #fff;
	padding: 20px;
	/* border-radius: 5px; */
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	position: relative;
	max-width: 600px;
	width: calc(100% - 100px);
	min-height: 669px;
	max-height: 669px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* Style for the close button */
.modal-close {
	cursor: pointer;
	font-size: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#headerMenuModal .modal-content {
	max-width: 1017px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	color: #fff;
	font-size: 16px;
	max-height: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0;
	position: fixed;
	margin: 0;
	right: 0;
	top: 0;
}

#headerMenuModal .modal-content p {
	line-height: 25.6px;
}

#headerMenuModal .modal-content h4,
#headerMenuModal .modal-content p {
	margin: 0;
	padding: 0;
}

.mega-menu-link .btn {
	padding: 0;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 25.6px
}

/* #headerMenuModal > .modal-content > .d-flex{gap: 30px;} */
.menu-content-area {
	overflow: auto;
}

.menu-content-area a.mega-menu-block {
	color: #fff;
	text-decoration: none;
}

.menu>li {
	position: relative;
}

.menu .menu-dropdown {
	max-width: 160px;
	display: none;
	min-width: 160px;
	min-height: 88px;
	background: #000;
	position: absolute;
	right: 0;
	z-index: 2;
	align-items: center;
	justify-content: center;
}

.menu>li:hover .menu-dropdown {
	display: flex;
}

.menu .menu-dropdown>li {
	display: block;
}

.menu .menu-dropdown li>a {
	color: #fff;
	height: 100%;
}

.hamburger-icon,
.phone-number {
	cursor: pointer;
}

#talkSpecialistModal .modal-close {
	top: 24px;
	right: 24px;
}

#talkSpecialistModal .modal-content {
	background: linear-gradient(90deg, #22588c 0%, #00D4FF 100%);
	max-width: 800px;
	padding: 86px 102px 60px;
}

#talkSpecialistModal .modal-content h3 {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 44px;
	margin: 0 0 32px 0;
	padding: 0;
}

.hero-slider-nav {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 65px;
}

/*product slider AI BOOST section */
.product-linear-bg {
	background: linear-gradient(155deg, #4F575B 38.31%, #101214 99.64%);
}

/* intel-evo-product-section */
.explore-heading {
	color: #070707;
	font-size: 64px;
	font-weight: 600;
	line-height: 64px;
	margin: 0px;
}

.explore-heading p {
	color: #070707;
	font-family: Lato;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	/* 28.8px */
}

/*Explore-section*/
/*page 2*/
/*page 4*/
/*insight-solution*/
.insight-solution-demanding {
	color: #070707;
	font-size: 64px;
	font-weight: 600;
	line-height: 60.8px;
	max-width: 493px;
}

.insight-Intel-vPro-left {
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	max-width: 585px;
}

.product-vpro-it-heroes {
	padding-bottom: 80px;
}

/*insight-solution*/
.btn-black {
	border-radius: 1000px;
	background: #434343;
	color: #fff;
	transition: background-color 0.3s ease-in-out;
}

.Explore-section .explore-paragraph {
	color: #070707;
	font-size: 24px;
	font-weight: 400;
	line-height: 28.8px;
	max-width: 706px;
}

.content-cta .product-explor-block-content h4,
.content-cta .product-explor-block-content p {
	color: #000;
}

/*experience-advantage-sections*/
.slider-main-wrap {
	transform: translateX(0);
	transition: 0.5s ease-in-out;
	-webkit-transition: 0.5s ease-in-out;
}



/*page 4*/
.overflow-hidden {
	overflow: hidden;
}

.h-100 {
	height: 100%;
}

.w-100 {
	width: 100%;
}

.h-auto {
	height: auto;
}

.font-color-black,
.explore-product-swiper-block .font-color-black,
.related-articles-block-tags .font-color-black {
	color: #000;
}

.explore-product-cta,
.explore-product-slide-section .explore-product-cta {
	max-width: 390px;
	min-width: 390px;
}

/* intel-brand-section */
.intel-brand-section {
	padding-top: 80px;
	padding-bottom: 15px;
}

.brand-section-blocks {
	min-height: 251px;
}

/* intel-brand-section */
/* faq-section */
.faq-section {
	padding-top: 80px;
	padding-bottom: 80px;
}

/* faq-section */
/* accordion */
.accordion {
	display: flex;
	flex-direction: column;
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 20.7px;
	max-width: 100%;
}

.accordion-item {
	border: 1px solid #ddd;
	margin-bottom: 25px;
	border-radius: 0;
}

.accordion-header:hover {
    background-color: #f7f7f7;
}
.accordion-header {
	cursor: pointer;
	padding: 12px 13px 12px 32px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	    background-color: transparent;
}

.accordion-content {
	display: none;
	padding: 0 13px 15px 32px;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
}

.accordion-content ul>li {
	list-style: inside disc;
}

.accordion-content.show {
	display: block;
}

.accordion-item .icon {
	width: 40px;
	min-width: 40px;
	height: 40px;
	border: none;
	color: #0e5faa;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	font-size: 32px;
}

/* accordion */
/* related-articles */
.related-articles-block-img {
	border-radius: 4px;
}

.related-articles-block-tags>div>div {
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	padding: 4px;
	border-radius: 4px;
	line-height: 12px;
}

.related-articles-block-content {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 28.8px;
}
.stats-section-vertically {
	display: none;
	width: 1px;
	min-width: 1px;
	max-width: 1px;
	height: 160px;
	background: #86868B;
}

/* related-articles */
/* .stats-section */
.stats-section-inner>div {
	flex: 1 1 auto;
}

.stats-section-inner>div:first-child {
	max-width: 373px;
}

.stats-section-sub-heading {
	color: #86868B;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 25.2px;
}

.stats-section-heading {
	color: #000;
	font-size: 72px;
	font-weight: 700;
	line-height: 100.8px;
}

.stats-section-decription {
	max-width: 585px;
}

.stats-section-decription p,
.ai-acceleratio-content p {
	color: #070707;
	font-family: Lato;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
}

/* .stats-section */
.intel-core-ultra-video {
	padding-bottom: 80px;
}

/* product-intel-core-ultra-section */
.product-intel-core-ultra-section {
	background-color: #434343;
}

.product-intel-core-ultra-section .product-swiper-block {
	background-color: #2D2D2D;
	color: #fff;
}

.product-intel-core-ultra-section h2 {
	color: #fff;
}

.product-intel-core-ultra-section .primary-badge {
	background-color: #fff;
	color: #070707;
}

.product-intel-core-ultra-section .outline-badge {
	color: #fff;
	border-color: #fff;
}

.product-intel-core-ultra-section {
	color: #fff;
}

.product-intel-core-ultra-section .need-help-block-content h5 {
	color: #fff;
}

.product-intel-core-ultra-section .need-help-block-content h6 {
	color: #A1A1A1;
}

.product-intel-core-ultra-section .product-pagination-next.pagination-disabled,
.product-intel-core-ultra-section .product-pagination-prev.pagination-disabled {
	background: #3C3C3C;
}

.product-intel-core-ultra-section .product-pagination-next.pagination-disabled svg,
.product-intel-core-ultra-section .product-pagination-prev.pagination-disabled svg {
	filter: brightness(0) invert(1);
}

.product-intel-core-ultra-section .product-pagination-next,
.product-intel-core-ultra-section .product-pagination-prev {
	background: #fff;
}

/* product-intel-core-ultra-section */
/* ai-acceleratio-section */
.ai-acceleratio-section {
	padding-top: 154px;
	padding-bottom: 80px;
}

.ai-acceleratio-content {
	max-width: 610px;
}

.ai-acceleratio-section .ai-acceleratio-content p {
	font-weight: 400;
	line-height: 28px;
}

.intel-leads-the-way-inner .explore-heading {
	max-width: 500px;
}

.intel-leads-subheading {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px
}

.intel-leads-heading {
	color: #000;
	font-size: 118px;
	font-weight: 600;
	line-height: 118px
}

.intel-leads-heading sub {
	font-size: 60px;
	line-height: normal;
}

/* ai-acceleratio-section */
.ecosystem-section .explore-heading {
	max-width: 594px;
}

.testimonials-content .testimonials-item-content {
	display: none;
}

.testimonials-item-content>div {
	max-width: 536px;
}

.testimonials-item-content:first-child {
	display: block;
}

.testimonials-main,
.testimonials-tabber h3 {
	position: relative;
	z-index: 2;
}

.testimonials-tabber>div {
	position: relative;
}

.testimonials-tabber>div::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	right: 100%;
	top: 0;
	display: inline-block;
	background: #F7F6F5;
}

.testimonials-main {
	max-width: 424px;
}

.testimonials-content p {
	color: #070707;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px
}

.testimonials-tabber h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
}

.testimonials-item>a {
	color: #000;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	text-decoration: none;
}

.testimonials-item.active-item>a {
	text-decoration-line: underline;
}

.explore-ai-use-section {
	background-color: #434343;
}

.explore-ai-use-section,
.explore-ai-use-section .explore-heading,
.explore-ai-use-section .related-articles-section-inner .related-articles-block-content {
	color: #fff;
}

.explore-ai-use-section .explore-heading {
	max-width: 579px;
}

.class-of-efficiency-scetion {
	padding-top: 153px;
}

.class-of-efficiency-scetion h3 {
	color: #070707;
	font-size: 28px;
	font-weight: 700;
	line-height: 28px;
}

.class-of-efficiency-scetion p {
	font-size: 18px;
	font-weight: 500;
	line-height: normal;
	color: #070707;
}

.intel-table-design thead>tr>td,
.intel-table-design tbody>tr>td {
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	border-collapse: collapse;
}

.intel-table-design tbody>tr>td:first-child {
	text-align: left;
}

.intel-table-design thead>tr>td,
.intel-table-design tbody>tr:nth-child(even)>td {
	background-color: #F7F6F5;
	border-left: 2px solid #fff;
}

.intel-table-design thead>tr>td {
	padding: 20px 15px 10px;
}

.intel-table-design thead>tr>td>img {
	margin-bottom: 15px;
}

.intel-table-design tbody>tr>td {
	padding: 30px 15px;
	border-left: 2px solid #F7F6F5;
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.features-common-content {
	border-radius: 8px;
	padding: 20px;
}

.features-heading {
	color: #000;
	font-size: 32px;
	font-weight: 700;
	line-height: normal;
}

.features-common-p {
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px
}

.features-common-description>div {
	max-width: 467px;
}

.features-common-image>img {
	border-radius: 8px;
}

.intel-vpro-products .product-section-blue {
	background: linear-gradient(155deg, #164252 0%, #164252 48.5%, #04131C 100%) !important;
}

.intel-vpro-products .product-section-blue>div>img {
	mix-blend-mode: lighten;
}

.intel-vpro-products .product-block-image {
	background: linear-gradient(180deg, #174353 0%, #091E29 100%);
}

.resources-slide-bg {
	background-image: url(https://s3.amazonaws.com/indigenous-digital-assets/account_1684/Latest_updates_1710420334489.jpg);
}

.unrivaled-business-section .intel-leads-content>div {
	padding: 40px 20px;
}

.unrivaled-business-section .intel-leads-content h3 {
	color: #000;
	font-size: 32px;
	font-weight: 700;
}

.unrivaled-business-section .intel-leads-content p {
	color: #000;
	font-size: 18px;
	line-height: 25.2px;
	min-height: 150px;
}

.d-none {
	display: none;
}

/* form validation */
.field.form-group.error .form-field {
	border-color: #BF011B !important;
}

.d-hidden {
	display: none !important;
}

.disabled {
	pointer-events: none;
	opacity: 0.8;
}

.animated {
	animation-duration: 3s;
	animation-iteration-count: 1;
}

@keyframes tada {
	0% {
		transform: scale3d(1, 1, 1);
	}

	10%,
	20% {
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
	}

	30%,
	50%,
	70%,
	90% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
	}

	40%,
	60%,
	80% {
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
	}

	100% {
		transform: scale3d(1, 1, 1);
	}
}

.tada {
	animation-name: tada;
}

.success-msg {
	font-size: 18px;
	color: #000;
	border-radius: 8px;
	background: #228B22;
	color: #fff;
	padding: 10px 15px;
	margin-top: 15px;
	width: 100%
}
/* button  */
.post-navigation .nav-previous a,.post-navigation .nav-next a{
    background: #000;
    transition: background-color 0.3s ease-in-out;
	background-color: #000 !important;
    color: #fff !important;
    min-width: 130px;
	display: inline-flex;
    padding: 10px 20px;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 100px;
    line-height: 25.2px;
    text-decoration: none;
    min-width: 130px;
    justify-content: center;
	}
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #0e5faa!important;
}
/* buttons  */
/* form validation */
/* media queries */
@media (min-width:1200px) {
	.hero-slider-nav {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		bottom: 65px;
		min-width: 1270px;
		padding-right: 30px;
		padding-left: 30px;
	}

	.header-seconady-menu {
		padding: 0 102px;
	}

	#headerMenuModal .modal-close {
		top: 40px;
		right: 104px;
	}

	.slider-hero-caption {
		max-width: 60%;
	}

	.stats-section-vertically {
		display: block;
	}

	.testimonials-item-content {
		padding-left: 70px;
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#headerMenuModal .modal-content {
		background: linear-gradient(90deg, #22588c 0%, #00D4FF 100%);
		max-height: 100%;
		height: 100%;
		min-height: 100%;
	}

	.mega-menu-block {
		max-width: 311px;
	}

	.menu-content-area {
		min-height: 488px;
		max-height: 488px;
	}

	.d-lg-none {
		display: none;
	}

	.d-lg-block {
		display: block;
	}

	.header-inner>div {
		flex: 1 1 403px;
	}

.main-navigation ul li  a {
    font-size: 15px;
    display: inline-block;
    padding: 2px 18px;
    text-transform: uppercase;
    padding-right: 0; 

}

}

@media(max-width:1200px) {
	header .menu-trigger span:after, header .menu-trigger span:before { display:none !important;} 
.menu-toggle {
    display: block;
    background-color: transparent;
    border: none;
	padding: 0 8px 0 0!important;
}

header .menu-trigger {
   color:#fff;
}
.m-items{
	width:90%;
	display:flex;
	justify-content:center;
	align-items:center;
}

.slide-menu {
    position: fixed;
    right: -60%;
    top: 0;
    height: 100%;
    z-index: 113;
    width: 60%;
    overflow-y: auto;
    height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    transition: all 0.9s ease-in-out 0s;
    -webkit-transition: all 0.9s ease-in-out 0s;
    -moz-transition: all 0.9s ease-in-out 0s;
    -ms-transition: all 0.9s ease-in-out 0s;
    border-top: none;
    background-color: #000;
	    padding: 14px;
}

.toggled .slide-menu {
    right: 0;
}

.toggled .slide-menu:after {
    background-color: #0000008a;
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -3;
	transition: all 0.9s ease-in-out 0s;
}

.main-navigation ul { display:block;}

.main-navigation a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
	padding:10px 0;
}

.close-toggle {
    font-size: 16px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
	    text-align: right;
}
.close-toggle svg{
	    width: 20px;
}
	.hero-slider-nav {
		min-width: 100%;
		padding-left: 30px;
		padding-right: 30px
	}

	/* .slider-hero-caption {    max-width: calc(100% - 60px);    min-width: calc(100% - 60px);    width: calc(100% - 60px);  } */
	.caption-heading,
	.explore-heading,
	.insight-solution-demanding {
		font-size: 36px;
		font-weight: 600;
		line-height: 42px;
	}

	.slider-hero-caption p,
	.Explore-section .explore-paragraph,
	.demanding-talk-to-specialist p {
		font-size: 18px;
		font-weight: 600;
		line-height: 20.7px;
	}

	.talk-to-specialist {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.gap-sm-50 {
		gap: 50px;
	}

	.gap-sm-48 {
		gap: 48px;
	}

	.gap-sm-30 {
		gap: 30px;
	}

	.gap-sm-24 {
		gap: 24px;
	}

	.row-gap-sm-80 {
		row-gap: 80px;
	}

	.product-explor-block-content p {
		font-size: 18px;
		line-height: 20.7px;
	}
	.contact-us .flex-1 {
		flex-basis: 100%;
	}

	.testimonials-item-content {
		padding-left: 30px;
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.header-seconady-menu,
	#headerMenuModal .header-blocks {
		padding: 48px 30px;
	}

	#headerMenuModal .header-seconady-menu {
		background: linear-gradient(90deg, #22588c 0%, #00D4FF 100%);
	}

	.menu-content-area {
		min-height: 100%;
		max-height: 100%;
		width: 100%;
	}

	.header-seconady-menu>.mega-menu-block {
		flex: 1 1 100%;
	}

	#headerMenuModal .modal-close {
		color: #000;
	}
	.menu-trigger span svg{
		width:28px;
		height:28px;
		}
		footer{
			padding-bottom:0px;
		}
		.site-footer .container{
			margin-bottom:50px;
			padding-bottom:10px;
		}
}

@media(max-width:992px) {
	#headerMenuModal .modal-content {
		min-width: 100%;
	}

	.stats-section-content>.d-flex>div,
	.header-seconady-menu>.mega-menu-block {
		flex: 1 1 100%;
	}

	.stats-section-sub-heading {
		font-size: 16px;
		line-height: 22.4px;
	}

	.stats-section-heading {
		font-size: 40px;
		line-height: 50px;
		font-weight: 700;
	}

	.stats-section-decription p,
	.ai-acceleratio-content p {
		font-size: 20px;
		line-height: 23px;
	}

	.product-section, .insight-section, .related-articles-section, .ecosystem-section, .contact-form, .testimonial-section {
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}

	.product-section-bottom {
		flex-direction: column-reverse;
		gap: 20px;
	}

	.product-pagination {
		justify-content: center;
	}

	.ai-acceleratio-section .ai-acceleratio-content p {
		font-size: 16px;
		line-height: 22px;
	}

	.intel-leads-subheading {
		font-size: 14px;
		line-height: 14px;
	}

	.intel-leads-heading {
		font-size: 64px;
		line-height: 54px;
	}

	.intel-leads-heading sub {
		font-size: 28px;
	}

	.testimonials-tabber .flex-1-50,
	.related-articles-section-inner>div.d-flex>div,
	.intel-leads-content>div,
	.features-common-content>.d-flex>div,
	.intel-brand-section-inner>.flex-1 {
		flex: 1 1 100%;
	}

	.testimonials-tabber>div::before {
		display: none;
	}

	.testimonials-tabber>div.d-flex {
		padding: 30px;
	}

	.testimonials-tabber>div.d-flex br {
		display: none;
	}

	.testimonials-item-content {
		padding: 0;
	}

	.testimonials-intel-section,
	.product-vpro-it-heroes {
		padding-bottom: 60px;
	}

	.intel-brand-section {
		padding-top: 60px;
	}

	.related-articles-section-inner>.gap-15 {
		gap: 50px;
	}
	#slider-hero-container{
		height:314px;
		min-height:314px;
	}
	.slider-hero-caption{
		padding:20px 0px;
	}
	.hero-slider-nav{
		bottom:30px;
		justify-content:flex-end;
		padding-right: 10px;
	}

	.main-navigation .sub-menu{
		display:none;
	}
}
@media (max-width:992px){
	.social-icons .justify-content-center {
		justify-content: flex-start;
	}
	}

/* media queries */
.title-text {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 0;
}

.contact-form-wrapper,
.related-articles-section {
	background: #F7F6F5;
}

.header-area .main-nav .menu-trigger {
	cursor: pointer;
	display: block;
	position: absolute;
	top: 33px;
	width: 32px;
	height: 40px;
	text-indent: -9999em;
	z-index: 99;
	right: 40px;
	display: none;
}

@media (max-width: 992px) {
	header .menu-trigger {
		display: block !important;
	}
}

header .menu-trigger span:after,
header .menu-trigger span:before {
	background-color: #055eaa;
	transform-origin: 33% 0;
	top: 10px;
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 2px;
	left: 0;
	width: 75%;
}

/* .affiliation-section .product-swiper-block {
	min-width: 285px;
} */

#responsive-form {
	margin: 0 auto;
	width: 100%;
}

.form-row {
	width: 100%;
}

.column-half,
.column-full {
	float: left;
	position: relative;
	padding: 0.65rem;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
	.column-half {
		width: 50%;
	}
}

.footer-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}
.site-footer .footer-menu ul li a:hover , .contact-menu a:hover{
	color:#0e5faa;

}
.contact-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
}


@media only screen and (max-width: 992px) {
	.insight-right p {
	font-size: 18px;
}
	.footer-column {
		min-width: 100%;
		display: block;
		margin-bottom: 24px;
		flex-basis: 30%;
		text-align: center;
		align-items: center;
		max-width: 100%;
		flex-direction: column;
	
	}

 .product-swiper-block {
	min-width: 100%;
	max-width: 100%;
	min-height: 100%;
} 
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}
.affiliation-section .product-block-image{
min-height:auto;
}
.product-section, .insight-section, .related-articles-section, .ecosystem-section, .contact-form, .testimonial-section {
	padding-top: 100px;
	padding-bottom: 100px;
}
/*blog page*/
.container-fluid {
    margin-top: 5rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col-lg-4 {
    flex: 0 0 calc(33.333% - 1rem);
    max-width: calc(33.333% - 1rem);
    margin-bottom: 1.5rem;
}

.card {
    border: 1px solid #ccc;
    border-radius: 0.25rem;
    overflow: hidden;
	height:100%;
}

.card-body {
    padding: 1rem;
}

.card-body h2 {
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
}

.card-body p {
    margin-bottom: 1rem;
}

.continue {
    display: block;
    font-size: 0.875rem;
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.continue:hover {
    color: #0056b3;
}
.App-header{z-index: 0;}
.nav-services > ul.sub-menu{right:0; left:auto; }
@media(min-width: 1200px){
	.nav-services > ul.sub-menu{right:0; left:auto;}
}
@media(max-width: 1197px){
	.nav-services > ul.sub-menu{right:0; left:auto;}
}
@media(max-width: 1198px){
	.site-header .sub-menu{background-color: #000;}
}

.menu-item-has-children>a::after {
    content: "";
background-image: url('data:image/svg+xml,<svg width="12" height="8" viewBox="0 0 12 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.53516 7.04834L0.285156 1.79834C0.0117188 1.55225 0.0117188 1.14209 0.285156 0.868652C0.53125 0.622559 0.941406 0.622559 1.21484 0.868652L6 5.68115L10.7852 0.895996C11.0312 0.622559 11.4414 0.622559 11.7148 0.895996C11.9609 1.14209 11.9609 1.55225 11.7148 1.79834L6.4375 7.04834C6.19141 7.32178 5.78125 7.32178 5.53516 7.04834Z" fill="black"/></svg>');
		background-repeat: no-repeat;
		background-size: 14px;
	
	padding-right: 20px!important;
	background-position: right;
	

}
@media (max-width:1198px){
	.menu-item-has-children>a::after{
		/* filter: invert(100%); */
	}
}

@media (min-width:1200px){
	#primary-menu .sub-menu {
		display: none; 
	}
	.dropdown-toggle{
		display: none;
	}
	
	#primary-menu .menu-item-has-children:hover > .sub-menu {
		display: block; 
	}

	.main-navigation ul ul a {
		/* min-width: 315px; */
		padding: 12px 18px;
		display: block;
        padding: 10px;
        text-decoration: none;
        white-space: nowrap;

	}
}

@media (max-width:1200px){

	.nav-services > ul.sub-menu{min-width: 100%;}
}


@media (max-width: 1200px) {
    .dropdown-toggle {
        position: absolute;
        right: 10px;
        top: 0;
        font-size: 20px;
        font-weight: 900;
        color: #ffffff;
    }
	.dropdown-toggle{
		background: none;
		border:0;
		
	}
	.main-navigation.toggled ul ul {
		display: none;
	}
	.main-navigation ul ul.toggle-on {
		display: block;
		padding-left: 20px;
	}
.site-header .container{
	padding-right:0px;
	padding-left:0px;
}
	
}
@media (max-width:768px){
.modal-update-content{
	width: calc(100% - 50px);
	min-height:auto;
	max-height:auto;
}
.column-half p{
	margin-bottom:0px;
	line-height: 0.6;
}
.modal-update-content .close{
	color:#000;
}
}
@media (max-width:500px){
	.caption-heading{
		font-size:28px;
	}
	.gap-40{
		gap:15px;
	}
}

/* footer-sticky-css */
.footer-sticky{
	background: #0e5faa;
    text-align: center;
    padding: 10px 0px;
    position: fixed;
    width: 100%;
    bottom: 0;
	}
	
.footer-sticky a{
	color: #ffffff;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    text-decoration: none;
	}
/* footer-sticky-css */

/* homepage-reviews-css */

@media (min-width: 992px) {
    .reviews-section {
        background-image: url(https://s3.amazonaws.com/indigenous-digital-assets/account_1695/Student_Reviews_1713339216803.jpg);
    }

    .overlay-lg-bg {
        position: relative;
    }
}

.laptop-interest-section, .reviews-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}



@media (min-width: 992px) {
    .overlay-lg-bg::before {
        content: "";
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
}

.section-inner-container {
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .mw-lg-60 {
        min-width: calc(100% - 481px);
    }
}

.pl-40 {
    padding-left: 40px;
}

.py-124 {
    padding-top: 124px;
    padding-bottom: 124px;
}

.gap-40 {
    gap: 40px;
}

.gap-111 {
    gap: 111px;
}

@media (min-width: 992px) {
    .min-w-lg-379 {
        min-width: 379px;
    }
}

.mx-379 {
    max-width: 379px;
}

.gap-24 {
    gap: 24px;
}

@media (max-width:768px){
.gap-sm-0 {
	gap:0px;
}
}


@media (min-width: 992px) {
    .sub-heading {
        font-size: 20px;
        line-height: 22px;
		color:#fff;
    }
}

.heading-revised {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
	color:#000;
}

@media (min-width: 992px) {
.heading-revised {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
	color:#fff;
    }
}

.common-scrollable-section {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.align-items-center {
    align-items: center;
}

.product-section-carousel {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
    z-index: 1;
}

.gap-20 {
    gap: 20px;
}

@media (min-width: 992px) {
    .review-scrollable-items > .common-scrollable-block {
        min-width: 379px;
    }
}

.common-scrollable-block {
    border-radius: 11.36px;
}

.review-section-block {
    padding: 24px;
    border-radius: 10px;
}

.black-bg-color {
    background: linear-gradient(90deg, #22588c 0%, #00D4FF 100%);
}

.h-100 {
    height: 100%;
}

.gap-10 {
    gap: 10px;
}

.gap-15 {
    gap: 15px;
}

.review-auhor-img {
    max-width: 45px;
}

.author-name {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.186px;
	color:#fff;
}

.author-laptop-name {
    color: #828282;
    font-size: 14px;
    font-weight: 300;
    line-height: 19px;
    letter-spacing: -0.2px;
}

@media (min-width: 992px) {
    .reviews-section .sm-scroll-items > .common-scrollable-block.desktop-spacer-block {
        min-width: 40px;
        max-width: 40px;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block;
    }
}

.carousel-arrow, .carousel-arrow ul {
    width: 100%;
}

.carousel-arrow {
    position: absolute;
    left: 0;
    top: 0;
}

.carousel-arrow, .carousel-arrow ul {
    width: 100%;
}

.gap-12 {
    gap: 12px;
}
.justify-content-between {
    justify-content: space-between;
}
.align-items-center {
    align-items: center;
}

@media (min-width: 992px) {
    .reviews-section .carousel-arrow-wrapper > li {
        background-image: none;
    }
}
.carousel-arrow-wrapper > li.left-arrow-bg {
    margin-left: 40px;
}
.carousel-arrow-wrapper > li {
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
}
ul>li {
    list-style: none;
    font-size: 16px;
    line-height: 22.4px;
    letter-spacing: 0.165px;
    position: relative;
}

.carousel-arrow-wrapper > li.right-arrow-bg {
    margin-right: 40px;
}

.gap-111 {
    gap: 111px;
}
.d-flex, .display-flex {
    display: flex;
}

@media (min-width: 992px) {
    .min-w-lg-379 {
        min-width: 379px;
    }
}

.mx-379 {
    max-width: 379px;
}

.review-content > p {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.14px;
	margin-bottom: 1.5em;
}

.sub-heading {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .reviews-section .sm-scroll-items > .common-scrollable-block {
        min-width: calc(100% - 90px);
		padding:0;
    }
}

/* homepage-reviews-css */





@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
}

#wpcf7-f6-o1 p {
    margin-bottom: 1px !important;
}

#wpcf7-f6-o1 .wpcf7-form-control {
    margin-bottom: 1px !important;
}

#wpcf7-f61-p59-o1 p
{
	   margin-bottom: 1px !important;
}
.wpcf7 form .wpcf7-response-output{
	display:none;
}
@media (max-width:768px){
	.column-half,
	.column-full{
		padding:0px!important;
	}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
select {
	padding: 0px 0;
}
}


.album-collage {
    display: flex;
    flex-wrap: wrap;
}

.album-collage .col-12 {
    flex: 1 0 33.33%; /* Change this value according to your layout */
    max-width: 33.33%; /* Change this value according to your layout */
}

.album-collage {
    display: flex;
    flex-wrap: wrap;
}

.gallery-item {
    flex: 0 0 100%;
    margin-bottom: 15px; /* Adjust margin as needed */
}

@media (min-width: 576px) {
    .gallery-item {
        flex: 0 0 calc(50% - 15px); /* 2 columns with gutter */
        max-width: calc(50% - 15px);
    }
}

@media (min-width: 768px) {
    .gallery-item {
        flex: 0 0 calc(33.333% - 15px); /* 3 columns with gutter */
        max-width: calc(33.333% - 15px);
    }
}

@media (min-width: 992px) {
    .gallery-item {
        flex: 0 0 calc(25% - 15px); /* 4 columns with gutter */
        max-width: calc(25% - 15px);
    }
}
/* Lightbox Popup Styles */
.lightbox-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    overflow: auto;
}

.lightbox-content {
    text-align: center;
    margin-top: 10%;
}

.lightbox-content img {
    max-width: 80%;
    max-height: 80%;
}

.lightbox-caption {
    color: #fff;
    margin-top: 10px;
}

.close-lightbox {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}


.banner {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
}

.product-swiper-block .btn-black
{
	width:150px !important;
text-align:center !important;
margin:auto;
}

.apply-now-btn
{
	padding: 10px 10px;
}

/* WhatsApp Popup Chat */
body #whatsapp-popup {
    position: fixed !important;
    bottom: 60px !important;
    right: 20px !important;
    z-index: 1000 !important;
    background-color: #25d366; /* WhatsApp green */
    border-radius: 5px !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    display: flex !important;
    align-items: center !important;
    padding: 12px !important;
    cursor: pointer !important;
    transition: transform 0.3s ease;
}

body #whatsapp-popup a {
    display: block !important;
    background-color: #25d366; /* WhatsApp green */
    padding: 10px !important;
    border-radius: 50% !important;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

body #whatsapp-popup img {
    width: 40px !important;
    height: 40px !important;
}

/* WhatsApp Popup Chat - Hover */
body #whatsapp-popup:hover a {
    transform: scale(1.1); /* Increase size on hover */
}

.album-gallery
{
	padding:25px 0;
}

@media (min-width: 992px) {
    .sub-heading {
        font-size: 25px;
				color:#fff;
        line-height: 22px;
    }
}


.header-logo img
{
	height: auto;
    max-width: 200px;
    min-width: 205px;
}

.footer-column img
{
	height: auto;
    max-width: 200px;
    min-width: 205px;
}



/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 200px;
}
.flip-card {
    background-color: transparent;
    width: 391px;
    height: 350px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: .5s linear;
    transform-style: preserve-3d;
    -webkit-transition: .5s linear
}

.flip-card-back,.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-back,.flip-card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-back {
    background-color: #434343;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    font-size: 18px;
    line-height: 32px;
}

.flip-card-front img {
    height: inherit;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
}

.flip-card-front:before
{
	content: '';
	display: inline-block;
	position: absolute;
	background: linear-gradient(90deg, rgba(5, 94, 170, 0.95) 36%, rgba(0, 212, 255, 0.3) 100%);
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

h3.flipheading {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-bottom: 0;
    padding: 50px;
    bottom: 0;
		color: #fff;
    font-size: 28px;
    font-weight: 700;
}

.flip-card-back p
{
	color:#fff;
}

@media screen and (max-width: 480px) {
     .flip-card {
        background-color: transparent;
        width: 50%!important;
        height: 182px!important;
        perspective: 1000px;
        margin-bottom: 22px
    }

    .flip_box {
        gap: unset!important
    }

    h3.flipheading {
        padding: 25px!important;
        font-size: 12px!important
    }

    .flip-card-back p {
        margin: 0;
        color: #fff!important;
        font-size: 12px;
        line-height: 12px
    }

}

@media screen and (max-width: 992px) {
 
    .flip-card {
        background-color: transparent;
        width: 50%!important;
        height: 300px;
        perspective: 1000px;
        margin-bottom: 20px
    }

    .flip_box {
        gap: 0!important;
        gap: 25px
    }

    .flip-card-back p {
        color: #fff!important;
        line-height: 18px;
        margin: 0
    }

}

@media screen and (max-width: 1024px) {

    .flip_box {
        gap: 25px;
        padding-top: 30px;
        display: flex;
        width: 100%;
        flex-wrap: wrap!important;
        justify-content: space-between
    }

    .flip-card {
        background-color: transparent;
        width: 30%;
        height: 230px;
        perspective: 1000px
    }

    .flip-card-front img {
        height: inherit;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,.2);
        object-fit: cover
    }

 
    h2.flipheading {
        font-weight: 700;
        position: absolute;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
        color: #fff;
        padding: 21px;
        bottom: 0;
        font-size: 20px;
    }

}

/* Announcement bar */
.announcement-bar {
    background-color: #f4f4f4;
    color: #333;
    padding: 10px 20px;
    text-align: center;
    position: relative;
    z-index: 9999;
}

.announcement-bar p {
    margin: 0;
    display: inline-block;
}

.announcement-bar a {
    color: #0073aa;
    text-decoration: underline;
    cursor: pointer;
}

.announcement-bar .close-announcement-bar {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
}

/* Popup form */
.popup-form {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.popup-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    position: relative;
}

.close-popup {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-popup:hover,
.close-popup:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.banner { position:relative;}
.banner-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.banner-overlay h1 {
    margin: 0;
    color: #fff;
    font-family: "Rajdhani", sans-serif;
    font-size: 8em;
    line-height: 0.88;
    font-weight: 500;
}

.subpage-full-width {
	padding:50px  0;
}


nav ul li:last-child {
padding-right: 18px
}