/* ============== font ==============*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Prosto+One&display=swap");
/* ============== end font ==============*/

* {
	box-sizing: border-box;
	margin: 0;
	font-family:inter, poppins, sans-serif;

}

dl, ol, ul{
    margin-bottom:0;
}
html{
  	overflow-x:hidden !important;
}

b, strong {
    font-weight: 600;
}

body{
    padding-right: 0 !important;
	width:100%;
}

.small, small {
    font-size: .875em;
    line-height: 22px;
    color: #666;
    font-family: 'Poppins';
}

.sr-only {
    visibility: hidden;
}

.row-list{
    display:flex;
}

.offcanvas {
    transition: var(--bs-offcanvas-transition);
}

.side-space {
	width: calc(100% - 180px);
	margin: 0 auto;
}

.side-space-left {
	padding-left: 180px;
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.py-85 {
	padding-top: 85px;
	padding-bottom: 85px;
}

.pt-40 {
	padding-top: 40px;
}

.pb-40 {
	padding-bottom: 40px;
}

.pt-45 {
	padding-top: 45px;
}

.pb-45 {
	padding-bottom: 45px;
}

.pt-60 {
	padding-top: 65px;
}

.pb-60 {
	padding-bottom: 65px;
}

.pt-55 {
	padding-top: 55px;
}

.pb-55 {
	padding-bottom: 55px;
}

.pt-120 {
	padding-top: 100px;
}

.pb-120 {
	padding-bottom: 100px;
}

.mb-120 {
	margin-bottom: 170px;
}

.mt-6 {
	margin-top: 4.5rem;
}


/* header */


.dropdown-item.active, .dropdown-item:active , .dropdown-item:hover{
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #f5f5f5  !important;
}
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.dropdown-menu.dropdown-nav-menu {
    background: #fff;
    min-width: 250px;
    left: 50%;
    transform: translateX(-29%);
    z-index: 99;
    top: 46px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.dropdown-nav-menu li {
    border-bottom: 1px dashed #d8d4d4;
}

.dropdown-nav-menu a{
      padding-bottom: 10px;
      padding-top: 10px;
}
.dropdown-nav-menu li:last-child {
 border-bottom: none;
}

.submenu-icon {
  font-size: 1.2rem;
  font-weight: bold;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.submenu.collapsing ~ .submenu-icon {
  transform: rotate(90deg);
}
.submenu-icon.open {
  content: "-";
}


.header {
  position: relative;
  top: 0;
  z-index: 999;
  background: white; 
  transition: all 0.3s ease-in-out; 
  box-shadow: none;
}

.header.sticky {
 box-shadow: 0 4px 10px rgba(0, 0, 0, .3);
transform: translateY(0);
background-color: #fff;
position: fixed;
top: 0;
width: 100%;
}

/*.header {*/
/*	background: #fff;*/
/*	height: 70px;*/
/*	display: flex;*/
/*	align-items: center;*/
/*}*/

.header-logo img {
	width: 120px;
}

.header-logo {
	width: 15%;
}

.menus {
	width: 55%;
}

.search-continer {
	width: 30%;
}

.menu-contaier{
    width:85%;
    justify-content: space-between;
}

.menus ul li a {
	font-family: Inter, poppins;
	color: #101010 !important;
	font-size: 14px;
	font-weight: 400;
}

.navbar-nav .nav-link {
	position: relative;
	padding: 0;
	transition: color 0.3s ease;
	color: #101010;
	cursor: pointer;
}

.navbar-nav .nav-link.active {
	color: #ff6839 !important;
	font-weight: 600;
}

.navbar-nav .nav-link1::after {
	content: "";
	position: absolute;
	bottom: -24px;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #ff6839;
	transition: width 0.3s ease;
}

.navbar-nav .nav-link1:hover::after,
.navbar-nav .nav-link1.active::after {
	width: 100%;
}
.dropdown-toggle::after{
    display:none !important;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 0rem;
	border-right: 1px solid #101010;
	margin-right: 1rem;
}

.menus .nav-item {
	padding-right: 0rem;
	padding-top: 1rem;
	padding-bottom: .8rem;
}
	
.nav-link:last-child {
	border-right: none;
}

.search {
	position: relative;
}
.search input.form-control {
	padding-right: 20px;
}
.search .btn-search {
	position: absolute;
	top: 50%;
	right: 3px;
	transform: translateY(-50%);
	background-color: #ff6839;
	border: none;
	color: white; /* Icon color */
	border-radius: 4px;
	padding: 5px 10px;
	cursor: pointer;
}
.search .btn-search:hover {
	background-color: #ff6839;
}

.search .form-control {
	padding: 0.5rem 0.3rem 0.5rem 0.5rem !important;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #ff6839;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 0%);
}

/* slider */

.slider-content {
	position: absolute;
	top: 38%;
	left: 91px;
}

.slider-img {
	height: 700px;
}

.slider-img img {
	height: 100%;
	object-fit:cover;
}

.slider-content h4 {
	font-weight: 700;
	font-family: inter;
	color: #fff;
	line-height: 24px;
	font-size: 20px;
}

.slider-content h1 {
	font-weight: 700;
	font-family: inter;
	color: #fff;
	line-height: 50px;
	font-size: 40px;
}

.slider-content p {
	font-size: 14px;
	font-weight: 300;
	font-family: inter;
	line-height: 20px;
	color: #fff;
}

.text-theme {
	color: #ff6839;
}

.text-animation {
	font-size: 14px;
	font-weight: 300;
	color: #ff6839;
	font-family: inter;
	line-height: 20px;
	animation: fadeInOut 4s infinite;
}

@keyframes fadeInOut {
	0%,
	100% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
}

.slider-btn {
	background: #ff6839;
	padding: 12px 15px;
	border-radius: 5px;
	text-decoration: none;
	color: #ffff;
	font-size: 12px;
	font-weight: 700;
	line-height: 24px;
	font-family: "Inter";
	transition: all 0.3s ease;
}

.slider-btn:hover {
	background: #ff511a;
	color: #ffff;
}

.move-left-right {
	animation: moveLeftRight 3s ease-in-out infinite;
}

@keyframes moveLeftRight {
	0%,
	100% {
		transform: translateX(0);
	}
	50% {
		transform: translateX(10px);
	}
}

.form-select {
    color: #828282;
}

.card-img-top {
    height: 270px;
    object-fit: cover;
}

    .blog-card {
      transition: transform 0.3s ease;
    }

    .blog-card:hover {
      transform: translateY(-5px);
    }

    .blog-date {
      font-size: 0.9rem;
      color: #ff6b6b;
    }

    .blog-title {
      font-size: 1.2rem;
      color: #333;
      font-weight: bold;
       font-family: poppins;
    }

    .blog-description , .blog-description  p{
      font-size: 14px;
      color: #404040;
      font-weight:400;
      font-family: Inter;
      line-height:24px;
    }

    .blog-date {
        color: #246A9F;
        font-size: 12px;
        font-family: Inter;
        line-height: 20px;
    }
        
   .hero-overlay h1 {
      font-size: 45px;
      color: #246A9F;
      width: 540px;
      font-weight: 600;
      line-height: 52px;
      font-family: 'Inter';
    }

    /*.swiper-slide-active .blog-card h4,*/
    /*.swiper-slide-active .blog-card p {*/
    /*	color: #ff6839;*/
    /*}*/
    
    .swiper-slide.active .blog-card h4, 
    .swiper-slide.active .blog-card p {
        color: #ff6839; 
    }
    
    
    .bg-light-gray {
    	background: #f5f5f5;
    }
    
    .blog-card h4 {
    	font-size: 30px;
    	color: #101010;
    	font-family: inter;
    	font-weight: 400;
    	line-height: 24px;
    	margin-bottom: 0;
    }

    .blog-card p {
    	font-size: 14px;
    	color: #101010;
    	font-family: inter;
    	font-weight: 400;
    	line-height: 21px;
    	margin-bottom: 0;
    }
    
    .btn-outline-secondary {
        color: #404040;
        border-color: #d0d2d4;
        background: #F3F3F3;
        border-width: 1px;
        font-weight: 900;
        font-size: 18px;
    }
    
    .blog-card-inner {
    	display: flex;
    	align-items: center;
    	gap: 20px;
    }
    
    .common-title {
    	font-size: 25px;
    	font-family: inter, poppins;
    	color: #101010;
    	font-weight: 400;
    	line-height: 30px;
    }
    
    .blog-swiper-left {
    	height: 180px !important;
    }
    
    .image-swiper {
    	height: 410px !important;
    }
    
    .swiper-slide-1 {
    	/*height: auto !important;*/
    	display: flex !important;
    	align-items: center !important;
    	transition: transform 0.5s ease-in-out !important;
    }

/* services */

.service-bg {
	background: url("../images/service-bg.jpg");
	background-size: cover;
	background-position: center center;
	/*background-attachment: fixed;*/
	height: 670px;
}

.tab-menu-bg {
	width: 1245px;
	border-radius: 0 8px 0 0;
	background-color: #ff6633;
	padding-left: 91px;
	padding-right: 40px;
}

.tabs {
    display: flex;
    justify-content: space-between;
    padding: 0;
    color: white;
   
}

.tab-link {
	background: none;
	border: none;
	padding: 0px 16px 0 0;
	color: #050505;
	cursor: pointer;
	font-size: 14px;
	transition: border-bottom 0.3s ease;
	font-family: "Inter", poppins;
	font-weight: 600;
	border-right: 2px solid #050505;
	margin-bottom: 18px;
	position: relative;
	margin-right: 16px;
}
.tab-link:last-child {
	border-right: none;
}

.tab-link.active {
	/* border-bottom: 3px solid white; */
	color: #fff;
}

.tab-link::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -18px;
	width: 100%;
	height: 3px;
	background-color: transparent;
	transition: background-color 0.3s ease;
}

.tab-link.active::after {
	background-color: #fff;
}

.service-content {
	width: 100%;
	position: relative;
}

.tab-bg {
	background-color: #ebebeb;
	width: 1300px;
	position: absolute;
	right: 0;
	border-radius: 0 0 0 10px;
	display: block;
	padding: 70px 40px;
}

.tab-content {
	display: none;
}

.tab-text-animation {
	animation: slide-down 0.5s ease-in-out;
}

.tab-content.active {
	display: block;
}

.tab-content-inner {
	display: flex;
	gap: 60px;
	align-items: center;
}

.tab-content-heading {
	max-width: 280px;
}

.tab-description {
	width: 700px;
}

.tab-content-heading p {
	color: #101010;
	font-size: 14px;
	font-family: poppins;
	font-weight: 400;
	line-height: 24px;
}

.tab-content-heading h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 26px;
	color: #101010;
	font-family: poppins;
}

.tab-description p {
	color: #101010;
	font-size: 14px;
	font-family: poppins;
	font-weight: 400;
	line-height: 24px;
	margin-bottom:0;
}

.tabs {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    flex-wrap: nowrap;
}

.tabs::-webkit-scrollbar {
    display: none; 
}

.service-prev-btn, .service-next-btn {
    background-color: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 14px;
    z-index: 1;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
}



@keyframes slide-down {
	from {
		opacity: 0;
		transform: translateY(-30px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* industry */
.accordion-button::after {
	flex-shrink: 0;
	width: 1.25rem;
	height: 1.25rem;
	margin-left: auto;
	content: "";
	background-repeat: no-repeat;
	background-size: 1.25rem;
	transition: transform 0.2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    transform: rotate(-180deg) !important;
}
.accordion-button:not(.collapsed) {
	color: #ff6633 !important;
	background-color: #fff;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-item {
	border: none !important;
}

.accordion-button {
	padding: 1rem 0;
	border: none;
	box-shadow: none;
	border-radius: 0;
}

.accordion-button:focus {
	z-index: 3;
	border-color: #ffffff00 !important;
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}

.accordion-body {
	padding: 1.5rem 0;
}

.bi-arrow-up-right-circle.display-none {
	font-size: 25px;
	display: none;
}


.accordion-button.industry-btn:not(.show)
{
   font-weight:500 !important;
}


.industry-body ul {
  list-style: none;
  padding-left: 1.8rem;
}

.accordion-body.industry-body ul li {
  font-size: 15px;
  line-height: 28px;
  color: #404040;
  font-family: inter;
  font-weight: 300;
}


.accordion-button .icon-black{
    display:block;
}
.accordion-button:not(.collapsed) .icon-black {
   display:none;
}

.accordion-button .icon-orange{
    display:flex;
}

.accordion-button.collapsed .icon-orange {
    display: none;
}



.accordion-button:not(.collapsed) .bi-arrow-up-right-circle.display-none {
	display: block;
}

.accordion-button:not(.collapsed) {
	border-bottom: none;
}

.accordion-button:not(.show) {
	border-bottom: none;
}

.accordion-button {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	padding: .6rem 1.25rem;
	font-size: 20px;
	color: #101010;
	text-align: left;
	background-color: #ffffff00;
	border: 0;
	border-radius: 0;
	overflow-anchor: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
		border-radius 0.15s ease;
	font-family: "Inter", "Poppins";
	font-weight: 400;
}

:focus-visible {
	outline: none !important;
}

.industry-body-content p {
	color: #101010;
	font-size: 14px;
	line-height: 26px;
	font-family: inter;
	font-weight: 400;
	margin-bottom: 0;
}

.image-container {
	text-align: right;
}

.image-container img {
	border-radius: 8px;
	box-shadow: rgb(0 0 0 / 40%) 0px 4px 12px;
}

.ornage-link {
	color: #ff6839;
	text-decoration: none;
	font-size: 14px;
	font-family: inter;
	font-weight: 400;
}

.industries-part {
	width: 240px;
}

.industries-part p  {
    font-size: 14px;
    font-family: "Inter";
    font-weight: 400;
    color: #101010;
    line-height: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 15;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.industry-body p{
    font-size: 14px;
    color:#404040;
    font-family: Inter;
    font-weight: 400;
    line-height: 28px;
    text-align: justify; 
    margin-bottom:0;
}
.accordion-body ol li  , .accordion-body ul li{
    font-size: 14px;
    color:#404040;
    font-family: Inter;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
}


/* trending  blog */

.hero-section {
	background-color: #101010;
	color: white;
	height: 460px;
}

.hero-overlay h6 {
  font-size: 24px;
  color: #020202;
  font-family: 'Inter';
  font-weight: 400;
}


.left-column p {
	font-size: 14px;
	font-weight: 400;
	margin-top: 15px;
	max-width: 300px;
	line-height: 22px;
	color: #fff;
	font-family: Inter;
}

.blog-list p {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-family: Inter;
	font-weight: 300;
	display: flex;
	gap: 15px;
}

.right-item h3 {
	font-size: 30px;
	font-family: Inter;
	font-weight: 300;
	color: #fff;
	line-height: 40px;
}

.right-column p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 15px;
	line-height: 24px;
	font-family: Inter;
}

/* Styling the blog list */

/* Section for the large image */
.blog-img-section img {
	width: 100%;
	height: auto;
	display: block;
}

.testimonials-section {
	margin: 0 auto;
}

.testimonials-section .subtitle {
	color: #101010;
	margin-bottom: 30px;
	font-size: 12px;
	font-family: "Poppins";
	font-weight: 400;
}

.testimonial-slide {
	text-align: left;
	padding:0 36px;
}

.prosto-icon {
	font-size: 55px !important;
	font-weight: 700 !important;
	margin-bottom: 0 !important;
	color: #101010 !important;
}

.testimonial-slide p {
	font-size: 14px;
	color: #404040;
	line-height: 25px;
	font-weight: 400;
	font-family: inter !important;
}

/* .testimonial-slide blockquote::before {
	content: "“";
	font-size: 2em;
	color: #555;
	vertical-align: middle;
  }

  .testimonial-slide blockquote::after {
	content: "”";
	font-size: 2em;
	color: #555;
	vertical-align: middle;
  } */

.testimonial-slide h5 {
	font-weight: bold;
	margin-top: 10px;
	color: #101010;
	font-size: 15px;
	line-height: 24px;
	font-family: "Poppins";
}

.trending-swiper {
	width: 100%;
}

.trending-slide {
	background-color: #22222200;
	border-radius: 10px;
	padding: 0 10px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all 0.3s linear;
	margin-bottom:15px;
	overflow:hidden;
}

.trending-slide img {
 	transition: all 0.3s linear;
   
}

.trending-slide:hover img {
	transform: scale(1.05);
}

.trending-image-placeholder {
	width: 100%;
	background-color: #555;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	color: #fff;
}

.trending-image-placeholder img {
	width: 100%;
	border-radius: 8px;
	background-color: #e9e7e7;
	max-height:215px;
	object-fit:contain;
}

.trending-date {
	position: absolute;
	left: 25px;
	top: 25px;
}

.trending-date h4 {
	font-size: 30px;
	color: #fff;
	font-family: inter;
	margin-bottom: 0;
}

.trending-date {
    font-size: 10px;
    color: #000000;
    font-family: inter;
    margin-bottom: 0;
   background: hsl(0deg 0% 100% / 60%);
    padding: 4px;
    backdrop-filter: blur(7px);
    border-radius: 4px;
}

.trending-date p {
   margin-bottom:0; 
}

.trending-tags {
	font-size: 12px;
	margin: 10px 0;
	color: #fff;
	font-family: inter;
	font-weight: 300;
}

.trending-title {
	font-size: 16px;
	margin: 10px 0;
	color: #fff;
	font-weight: 300;
	font-family: inter;
	line-height: 26px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.trending-arrow a {
	margin-top: 10px;
	text-align: left;
	font-size: 25px;
	color: #ffffff;
	font-family: "Inter";
}

.bg-black {
	background: #101010;
}
.swiper-wrapper {
    height: auto !important;
   
}
/*.swiper {*/
/*	width: 100%;*/
	/*height: 100%;*/
/*	margin-left: auto;*/
/*	margin-right: auto;*/
/*}*/

.swiper-slide.grid-slider {
	text-align: center;
	font-size: 18px;
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ebebeb;
	min-height: 105px;
}

.swiper-slide.grid-slider img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

/* footer */


.designed-by p {
    font-size: 12px;
    line-height: 30px;
    color: #666666;
    font-weight: 400;
    font-family: "Poppins";
    margin: 0;
  
}


img.footerimg {
    width: 20px;
}
.designdot-link {
    background: url(../images/designdot-logo.png) no-repeat scroll left top;
    width: 72px;
    height: 17px;
    display: inline-block;
    float: none;
    margin-left: 5px;
    line-height: 0;
    transition: 0.3s;
    margin-top: 0;
    margin-right: 5px;
    vertical-align: middle;
}

.designdot-link:hover {
    background: url(../images/designdot-logo.png) no-repeat scroll left bottom;
    width: 72px;
    height: 17px;
    display: inline-block;
}

.designed-by {
    text-align: left;
}


.footer {
	background-color: #f8f9fa;
}

.footer .social-icons i {
	font-size: 20px;
	margin-right: 10px;
}

.footer .payment-icons img {
width:55%;
}

.footer-bottom {
	padding-top: 15px;
	border-top: 1px solid #ddd;
	margin-top: 15px;
}


.footer-link a {
	font-size: 14px;
	font-weight: 600;
	color: #101010;
	line-height: 24px;
	font-family: "Poppins";
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer-logo {
	width: 154px;
}

.subscribe-section {
	background-color: #ff6633;
	color: white;
	padding: 45px 0;
}

.subscribe-text {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	font-family: Inter;
	color: #fff;
	margin-bottom:0;
}

.subscribe-section .btn-subscribe {
	background: #ffff;
	padding: 10px 15px;
	border-radius: 5px;
	text-decoration: none;
	color: #ff6839;
	font-size: 12px;
	font-weight: 500;
	line-height: 19px;
	font-family: "Inter";
	transition: all 0.3s ease;
	min-width: 180px;
	height: 44px;
	box-shadow: 0px 3px 6px 1px #33333338;
}

.subscribe-section .form-control {
	border: 1px solid white;
	border-radius: 5px;
	box-shadow: 0px 3px 6px 1px #33333338;
	background: transparent;
	color: #fff;
	font-size: 12px;
	padding: 0.8rem 0.75rem;
}

.subscribe-section input::placeholder {
	color: #fff;
	font-weight: 400;
	font-family: "Inter";
	font-size: 12px;
}

.swiper-grid-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: row !important;
}

.list-unstyle {
	padding-left: 0;
	list-style: disc;
	list-style-position: inside;
}

.footer-info h5 {
	font-weight: 700;
	font-size: 18px;
	font-family: poppins;
	line-height: 24px;
	margin-bottom: 15px;
}

.list-unstyle li a {
	font-size: 14px;
	color: #101010;
	font-family: "Poppins";
	font-weight: 400;
	text-decoration: none;
}

.footer-info i {
	font-size: 24px;
	color: #101010;
}

.footer-info p {
	font-size: 13px;
	color: #666;
	font-weight: 400;
	line-height: 22px;
	margin-top: 5px;
	font-family: poppins;
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.footer-anchor a {
	font-size: 13px;
	color: #666;
	font-weight: 400;
	line-height: 22px;
	margin-top: 5px;
	font-family: poppins;
	display: flex;
	gap: 12px;
	align-items: flex-start;
	text-decoration:none;
	cursor:pointer;
}

.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
}

.footer-bottom p {
	font-size: 12px;
	color: #666;
	font-family: "Poppins";
	line-height: 20px;
}

.industries-content-section {
	color: white;
	padding: 40px 0px 40px 0px;
	min-height: 365px;
	display: flex;
    align-items: center;
}

/* Custom styling for Bootstrap Tabs */
.industries-nav-tabs {
	border-bottom: none;
}

.industries-nav-tabs .industries-nav-link {
	color: rgb(255 255 255);
	font-weight: 500;
	font-size: 14px;
	padding: 10px 20px;
	border: none;
	text-decoration: none;
	font-family: "Inter";
}

.industries-nav-link.nav-link {
	border-radius: 0;
}

.industries-nav-tabs {
	border-top: 1px solid #fff;
	max-width: fit-content !important;
}

.industries-nav-tabs .nav-item {
	min-width: 280px;
	text-wrap: nowrap;
}

.industries-nav-tabs .industries-nav-link.active {
    color: #fd8407;
    border-top: 5px solid #fd8407;
    background-color: #ffffff00;
    margin-top: -1px;
}

.industries-nav-tabs .nav-item {
	max-width: 260px;
}

.industries-nav-tabs .industries-nav-link:hover {
	color: white;
}

.tab-content.tab-content-1 {
	display: flex;
}

.industries-tab-section-title {
	font-size: 58px;
	font-weight: bold;
	line-height: 64px;
	color: #ff6839;
	font-family: inter;
}

.industries-section-text {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
	font-weight: 300;
	font-family: inter;
}

.bradcrum-list a {
	color: #1d1d1d;
	text-decoration: none;
	font-size: 12px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: inter;
}

.breadcrumb-item.active {
	color: #6c757d;
	font-size: 12px;
}

.bottom-border-3 {
	border-bottom: 1px solid #cdcaca;
}

.industry-content p {
	font-size: 16px;
	color: #404040;
	font-family: inter;
	line-height: 26px;
	font-weight:400;
}

.price-dropdown li{
min-width: 275px;
}



.sidebar {
  max-width: 24%;
  transition: top 0.3s ease;
  position: sticky;
  top: 0;
  height: auto;
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  padding: 20px 20px 0 0;
  background:#fff;

}

.industry-info {
    display: flex;
    gap: 28px;
}

.sidebar.sidebar-sticky {
  position: fixed;
  top: 0;
  background:#fff;
}


.sidebar ul li , .sidebar1 ul li {
	padding: 10px;
	border-bottom: 1px solid #dee2e5;
	tranistion:all 0.3s linear;
}

.sidebar ul li a , .sidebar1 ul li a  {
	color: #5a5a5a;
	text-decoration: none;
	font-weight: 500;
	font-family: "Inter";
	font-size: 16px;
}

.sidebar ul li:hover , .sidebar1 ul li:hover {
 background-color: #dee2e5;
}

.report-card {
	border-radius: 0px;
	/*padding: 16px 20px 20px 0;*/
	margin-top: 16px;
    margin-bottom: 16px;
}

.report-bottom-border {
	border-bottom: 1px solid #dcdada;
	padding-bottom: 30px;
}

.sidebar-active {
	background-color: #dee2e5;
	border-radius: 0px;
	color: #246a9f;
	font-weight: 600;
}

.sidebar-active a {
	color: #246a9f !important;
}

.btn-industry {
	background: #ff6839;
	color: #fff;
	font-size: 16px;
	padding: 8px 20px;
	font-family: inter;
	font-weight: 500;
	transition: all 0.3s linear;
	border-radius: 0;
	text-transform: capitalize;
}

.btn-industry:hover {
	background: #ff7e55;
	color: #fff;
}

.report-card img {
	max-width: 300px;
	height:100%;
	background: #f2f2f2;
    border-radius: 8px;
}

.report-price {
	color: #d9534f;
	font-size: 1.5rem;
	font-weight: bold;
}

.question-box {
	background-color: #f6fbf9;
	padding: 15px;
	margin-top: 20px;
	border-radius: 5px;
	text-align: center;
	border: 2px solid #e8ebea;
}

.report-card p {
	font-size: 12px;
	color: #404040;
	font-family: inter;
	font-weight: 500;
	line-height:22px;
}

.report-price {
	color: #ff6839 !important;
	font-size: 18px !important ;
	font-weight: bold !important;
	line-height: 24px !important;
}

.h-line {
	border-top: 1px solid #dcdada;
	margin: 30px 0;
}

.question-box p {
	font-family: inter;
	color: #626262;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
}

.question-box p:nth-child(2) {
	font-weight: 400;
	font-size: 15px;
}

.btn-blue {
	background: #246a9f;
	color: #fff;
	font-size: 16px;
	padding: 8px 20px;
	font-family: inter;
	font-weight: 500;
	transition: all 0.3s linear;
	border-radius: 0;
	text-transform: capitalize;
}

.btn-blue:hover {
	background: #1979c1;
	color: #fff;
}

.report-card h5 {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	font-family: inter;
	color: #101010;
}

.content-section {
	background-color: #333;
	color: #fff;
	padding: 40px 40px 40px 95px;
	height:100%;
}

.content-section ul {
	list-style: none;
	padding-left: 0;
}

.content-section ul li {
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	font-family: inter;
}

.content-section ul li::before {
	content: "•";
	margin-right: 10px;
	color: #fff1db;
}

.content-section p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	font-family: inter;
}

.image-section img {
	max-height: 505px;
	width: 100%;
	object-fit: cover;
	min-height: 100%;
}
   .industry-image {
        display: none;
    }
/* view report */

.pricing-container {
	display: flex;
	align-items: center;
	gap: 20px;
}
.dropdown-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #262626;
	color: #fff;
	padding: 8px 10px;
	border: 1px solid #fff;
	border-radius: 0px;
	cursor: pointer;
	max-width: 300px;
}

.dropdown-price {
	color: #fd8407;
	font-weight: bold;
}

.dropdown-user span {
	font-size: 14px;
	margin-top: -3px;
}

.dropdown-menu {
	background-color: #262626;
	border: 1px solid #fff;
	border-radius: 0;
}
.dropdown-item {
    color: #ffffff;
    font-size: 14px;
    font-family: "Inter";
}
.dropdown-item:hover {
	background-color: #fff;
}
.buy-btn {
	background-color: #007bff;
	color: #fff;
	font-weight: bold;
	padding: 10px 20px;
	text-transform: capitalize;
}
.buy-btn:hover {
	background-color: #0056b3;
}

.dropdown-user {
	min-width: 160px;
}

.dropdown-user {
	min-width: 160px;
}

.report-view-inner {
	display: flex;
	gap: 50px;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.report-view-banner h3 , .report-view-banner h1 , .report-view-banner h2{
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	font-weight: 400;
	font-family: "Inter";
}

.report-view-inner p , .report-view-inner p span {
	font-size: 14px;
	font-weight: 200;
	line-height: 24px;
	font-family: "Inter";
	color: #fff;
	margin-bottom: 0;
}


.text-orange {
	color: #fd8407;
}

.sidebar-info-active {
	color: #246a9f;
	border-left: 3px solid #246a9f;
	font-weight: 600;
}

.sidebar-info-active a {
	color: #246a9f !important;
}

/* licens */

.license-card {
	border: 1px solid #e0e0e0;
	border-radius: 0;
	margin-bottom: 20px;
	padding: 20px;
	height:100%;
}

.license-card-card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.license-price {
	font-size: 24px;
	font-weight: bold;
	color: #ff6839;
	line-height: 30px;
	font-family: "INTER";
}
.license-card-title {
	font-size: 20px;
	font-weight: bold;
	color: #404040;
	line-height: 30px;
	font-family: "INTER";
}

.license-card ul li{
    font-size: 15px;
    line-height: 28px;
    color: #404040;
    font-family: inter;
    font-weight: 400;
    text-align: left;
}
.buy-btn:hover {
	background-color: #e64a19;
}
.feature-list {
	padding: 0;
}
.feature-list li {
	list-style: none;
	color: #404040;
	font-weight: 300;
	font-family: Inter;
	line-height: 2;
	padding: 4px 0;
}
.feature-list li i {
	color: #33ff33;
}

.feature-list li.gray {
	color: #b3b3b3;
}

.feature-list li.gray i {
	color: #b3b3b3;
}

.icon {
	font-size: 30px;
	color: #ff5722;
	margin-bottom: 10px;
}

.text-dark {
	color: #404040;
	font-weight: 500;
}

.accordion-button.industry-btn.collapsed {
  font-weight: 400 !important;
  border-bottom: 1px solid #dddddd66;


}

.accordion-button.industry-btn {
  color: #101010 !important;
  line-height: 26px;
  font-family: Inter;
}

.accordion-body.industry-body {
  padding: .8rem 0;
}



/* toc */

.accordion-button {
	font-weight: bold;
	background-color: #ffffff;
	color: #333;
	border: none;
	box-shadow: none;
	padding-left: 0;
	font-size: 16px;
	background-image: none; /* Hide default arrow */
}
.accordion-button:focus {
	box-shadow: none;
}
.accordion-button.collapsed {
    color: #101010;
}


/*.accordion-button::after {*/
/*	font-family: "FontAwesome";*/
/*	content: "+";*/
/*	color: #ff5722;*/
/*	font-size: 20px;*/
/*	margin-left: auto;*/
/*}*/
/*.accordion-button:not(.collapsed)::after {*/
/*	content: "-";*/
/*}*/


.accordion-item {
	border: none;
	border-bottom: 1px solid #e0e0e0;
}
.accordion-item:last-child {
	border-bottom: none;
}

/* SOR */

.scope-title {
	color: #ff6839;
	font-weight: bold;
	margin-bottom: 20px;
	border-left: 3px solid #ff6839;
	padding-left: 10px;
	font-family: "Inter";
	font-size: 32px;
}

.table-custom th ,  .table-custom td p {
	background-color: #fff;
	font-weight: 500;
	font-size: 16px;
	color: #101010;
	font-family: "Inter";
	padding: 0.7rem 0.5rem;
	margin-bottom:0;
	vertical-align: middle;
}


.table-custom td , .table-custom td p {
	background-color: #fff;
	font-size: 15px;
	color: #404040;
	font-family: "Inter";
	font-weight: 400;
	vertical-align: middle;
	padding: 0.7rem 0.5rem;
	margin-bottom:0;
	vertical-align: middle;
}

.table-custom td ul li{
    font-size: 15px;
	color: #404040;
	font-family: "Inter";
	font-weight: 300;
	vertical-align: middle;
	margin-bottom:0;
	vertical-align: middle;
	line-height:26px;
}

.regions {
	font-weight: bold;
	margin-top: 20px;
}

.table-list {
	list-style-type: none;
}
.table-list li::before {
	content: "•";
	color: #404040;
	margin-right: 10px;
}
.table-list li ul li::before {
	content: "-";
	color: #333;
}

.table-list {
	padding-left: 20px;
	margin-top: 14px;
}

.table-list li {
	font-size: 15px;
	color: #404040;
	line-height: 24px;
	font-weight: 300;
	font-family: Inter;
}

/* segment */

.segment-card-title {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #202020;
	border-bottom: 2px solid #ff5733;
	padding-bottom: 10px;
	font-family: inherit;
}
.list-group-item {
	border: none;
	padding-left: 0;
}
.segment-card {
	border: 1px solid #dcdcdc;
	margin-bottom: 20px;
	border-radius: 0;
	height: 100%;
}

.segment-card-body {
	padding: 16px;
}

.segment-card-body ul li {
   	 font-size: 15px;
	color: #404040;
	font-family: "Inter";
	font-weight: 400;
	vertical-align: middle;
	margin-bottom:0;
	vertical-align: middle;
	line-height:26px;
}
::marker {
    color: #666;
}

.section-title {
	color: #ff6839;
	font-weight: bold;
	font-size: 32px;
	margin-bottom: 20px;
	border-left: 4px solid #ff6839;
	padding-left: 10px;
	height: fit-content;
	display: flex;
	align-items: center;
	line-height: 38px;
}

/* Subheading and main content styles */
.subheading {
	font-weight: bold;
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}
/* Content box styling */
.content-box {
	padding-left: 15px;
	margin-bottom: 20px;
}

.dynamic-container p,
.segmention p {
	font-size: 16px;
	color: #404040;
	font-family: "Inter";
	font-weight: 400;
	line-height: 26px;
	text-align: justify;
}

/* Container for dynamic content */
.dynamic-box {
	display: flex;
}
.dynamic-title {
	flex-basis: 20%;
	max-width: 20%;
	margin-right: 5%;
}
.dynamic-content {
	flex-basis: 78%;
}

  /* Contact Section Styles */
  .contact-container {
    margin: 0 auto;
}

.contact-header {
    font-weight: bold;
    font-size: 2.5rem;
    color: #333;
}

.contact-left {
    /*padding: 20px;*/
}

.contact-left p {
    font-size: 1rem;
    margin-bottom: 20px;
    line-height: 1.8;
    color: #666;
}

.contact-left ul {
    padding-left: 0;
    list-style: none;
}

.contact-left ul li {
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  font-family: inter;
  font-weight: 400;
  line-height: 24px;
}

.contact-left ul li a{
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  font-family: inter;
  font-weight: 400;
  line-height: 24px;
  text-decoration:none;
}


.contact-left ul li i {
  font-size: 1rem;
  margin-right: 10px;
  color: #ffffff;
  background: #246A9F;
  width: 40px;
  border-radius: 50%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-left h5 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #FF6839;
  font-weight: bold;
  font-family: inter;
  line-height: 24px;
}

.contact-icon {
  width: 38px;
  height: 38px;
}

.contact-form label {
  color: #1D1D1D;
  font-family: Inter;
  font-weight: 500;
  line-height: 20px;
  text-transform: capitalize;
}

.contact-form {
  border: 1px solid #e4e4e4;
  padding: 20px;
 border-radius:4px;

}
.contact-social-icons a {
    font-size: 1.8rem;
    margin-right: 15px;
    color: #333;
    text-decoration: none;
}

.contact-social-icons a:hover {
    color: #f96332;
}

.contact-right h2 {
    font-weight: bold;
    font-size: 2rem;
    color: #333;
}

.contact-right p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
    line-height: 1.4;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
    font-size: 1rem;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #f96332;
    box-shadow: 0 0 5px #f9633200;
}


.contact-terms {
  font-size: 0.9rem;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: inter;
  font-weight: 300;
}

.contact-form .contact-terms a {
  color: #246a9f;
  text-decoration: none;
}

.contact-form .contact-terms a:hover {
    text-decoration: underline;
}

.contact-header {
  font-weight: bold;
  font-size: 32px;
  color: #FF6839;
  font-family: 'Inter';
  text-align: left;
  line-height: 24px;
}


.contact-left p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.8;
  color: #404040;
  text-align: left;
  font-family: 'Inter';
}

/* .contact-terms {
  display: flex;
  justify-content: space-between;
  align-items: center;
} */


.scroll-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ff6839;
    color: #ffffff;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: opacity 0.3s;
    z-index: 99;
    width: 36px;
    height: 36px;
}

.scroll-to-top i {
    font-size: 18px; 
    font-weight: bold;
}

.scroll-to-top span {
    font-size: 10px;
    font-weight: 400;
}

.breadcrumb-title {
    font-size: 58px;
    font-weight: bold;
    line-height: 64px;
    color: #ff6839;
    font-family: 'Inter';
}

.text-orange{
    color: #FD8407;
}


.breadcrumb-text {
    max-width: 1153px;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Inter';

}

.para-text {
    font-size: 16px;
    color: #404040;
    font-family: inter;
    line-height: 24px;
    font-weight:300;
}


/*about us*/
     
     .blog-info ul {
       padding-left:1rem; 
     }
     
    .blog-info li {
        font-size: 16px;
        color: #404040;
        font-family: inter;
        line-height: 26px;
        font-weight: 300;   
    }
    
    .about-section-heading {
        font-weight: bold;
        font-size: 26px;
        color: #422424;
        line-height: 36px;
        font-family: Inter;
     }

    .about-content-text , .blog-info p , .about-content-text p{
        font-size: 16px;
        color: #404040;
        font-family: inter;
        line-height: 27px;
        font-weight: 400;    
        margin-bottom: 5px;
    }
    
    .about-section-heading {
     font-weight: 600;
     font-size: 24px;
     color: #404040;
     line-height: 36px;
     font-family: Inter;
    }
    
    .team-member {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        align-items: center;
    }

    .team-member-section .team-member-img {
      width: 100%;
    }
    
    .box-shadow-top{
       box-shadow: 6px -6px #404040;
    }
    
    .box-shadow-bottom{
       box-shadow: 6px 6px #404040;
    }

    .stats-section {
      display: flex;
      justify-content: space-between;
      text-align: center;
      margin-top: 40px;
    }
    
    .stat-item h3 {
        font-weight: 700;
        font-size: 36px;
        color: #404040;
        font-family: Inter;
    }
    
    .stat-description {
        font-size: 16px;
        color: #404040;
        font-family: Inter;
        font-weight: 300;
    }

   .about-section-title {
    color: #FF6839;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
   }

   /*blog deatils*/
   .heading-title {
    font-size: 36px;
    color: #FF6839;
    font-weight: 600;
    font-family: Inter;
    line-height: 36px;
   }
   
   .heading-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
   .blog-section {
      position: relative;
      height: 590px;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    
    .custom-w {
    min-width: 250px;
}

    /* Overlay with Incline Background */
    .blog-overlay {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-color: #F5F5F5;
      opacity: 0.9;
      clip-path: polygon(0 0, 45% 0, 38% 100%, 0% 100%);
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-left: 91px;
      z-index: 1;
    }
    

    .blog-overlay h1 {
        font-size: 45px;
        color: #246A9F;
        max-width: 540px;
        line-height: 58px;
        font-family: Inter;
    }
    
    .blog-overlay h6 {
        font-size: 24px;
        color: #020202;
        font-family: inter;
        font-weight: 400;
        line-height: 32px;
    }

    .blog-card {
      transition: transform 0.3s ease;
    }

    .blog-card:hover {
      transform: translateY(-5px);
    }

    .blog-date {
      font-size: 0.9rem;
      color: #ff6b6b;
    }

    .blog-title {
        font-size: 18px;
        color: #242424;
        font-weight: 600;
        font-family: Inter;
        line-height: 27px;
    }
    
    .line-clamp-2 {
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;  
      overflow: hidden;
    }


 
    .filter-dropdowns {
      margin-bottom: 20px;
    }
   
    .icon-container {
      display: flex;
      gap: 10px;
      align-items: center;
    }
    .icon-container a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background-color: #1e6091;
      color: white;
      border-radius: 50%;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }
    .icon-container a:hover {
      background-color: #14496c;
    }
    .share-icon {
      color: white;
      font-size: 20px;
      margin-right: 10px;
      cursor: pointer;
    }
    
    .title-24 {
        font-size: 24px;
        line-height: 36px;
        font-family: Inter;
        font-weight: 600;
    }
    
    .blog-content-section {
    	color: white;
    	padding: 40px 0px 40px 0px;
    	min-height: 250px;
    }
    
  .related-reports {
    background: #F9F9F9;
    padding:  20px;
   }
   
  .related-reports h2 {
    color: #FF5722;
    font-size: 24px;
  }
  .report {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
  }
  .report-date {
    color: #888;
    font-size: 14px;
  }
 .report-title {
    font-size: 18px;
    color: #242424;
    font-weight: 600;
    margin: 5px 0;
    font-family: Inter;
    line-height: 28px;
}
.read-more {
    color: #FF6839;
    font-size: 15px;
    text-decoration: none;
    font-family: inter;
    font-weight: 400;
    cursor: pointer;

}
    
.related-reports h2 {
    color: #FF6839;
    font-weight: 600;
    font-family: 'Inter';
    line-height: 24px;
} 
    
 .report-date {
    color: #246A9F;
    font-size: 14px;
    font-family: Inter;
    line-height: 24px;
    margin-bottom: .3rem;
    font-weight: 300;
}   


.blog-ul li {
    font-size: 16px;
    color: #404040;
    font-family: inter;
    line-height: 26px;
    font-weight: 300;
}

.blog-ul {
    list-style: none;
    padding: 0;
}


/*biling*/

        .billing-details {
            width: 750px;
            max-width: 100%;
            background: #f2f2f29c;
            padding: 30px;
            height: 100%;
            border-radius:4px;
        }

   .billing-sidebar {
        display: flex;
        flex-direction: column;
        width: 410px;
        margin-right: 35px;
    }
    
    .tab-button.active .check-icon {
      display: flex;
    }
    
    .billing-pane-info h3{
        font-size: 24px;
        line-height: 36px;
        color: #333;
        font-weight: 500;
        font-family: "Inter";
    }
    
    .line-container {
    color: #565656;
    font-weight: 500;
    text-transform: capitalize;
}


   .billing-sidebar .tab-button {
        padding: 12px 16px;
        display: flex;
        align-items: center;
        font-weight: 500;
        cursor: pointer;
        color: #757575;
        border-radius: 14px;
        margin-bottom: 25px;
        transition: background-color 0.3s, color 0.3s;
        position: relative;
        left: 0px;
        padding: 15px;
        font-size: 18px;
        font-weight: 500;
        font-family: inter;
        background: #f5f5f5;
        border: 3px solid #e7e7e74a;
    }
    
    
    .tab-button.active .billing-icon {
       background: #246A9F;
    }
   .billing-sidebar .tab-button:last-child {
       margin-bottom:0;
   }

    
  .billing-icon {
    background: #246a9f8c;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }

  .billing-sidebar .tab-button.active {
    color: #ffffff;
    background-color: #246a9f;
    position: relative;
    left: 0px;
    /* box-shadow: -5px 0 10px rgba(0, 0, 0, 0.1); */
    z-index: 1;
    font-size: 18px;
    font-weight: 600;
    font-family: inter;
    border: 3px solid #54b5ff8f;
  }

   .tab-button.active .billing-icon svg {
    /* color: #000000; */
    /* fill: #333; */
    filter: invert(1);
    }
     
    .tab-button.active .billing-icon {
        background: #ffffff;
        color: #246a9f;
    }
    

 .billing-content {
    padding: 30px;
    border-radius: 4px;
    flex-grow: 1;
    width: 100%;
    background-color: #e7f3fc70;
    transition: background-color 0.3s ease;
    box-shadow: rgb(0 0 0 / 12%) 0px 25px 20px -20px;
}
    

    .billing-content.active table td {
        color: #404040;
    }
    
    .billing-content.active {
        background-color: #e7f3fc;
    }
    


    .billing-pane {
      display: none;
    }
    .billing-pane.active {
      display: block;
    }
    
     .billing-step {
        display: flex;
        align-items: center;
        padding: 0;
        font-weight: 600;
        margin-bottom: 0px;
        font-size: 16px;
        font-family: 'Inter';
        color: #868686;
        background: #f9f9f9;
        padding: 0 12px;
        position: relative;
        z-index: 2;
    }
    
    .step-line {
        border-top: 2px solid #246A9F;
        position: relative;
        top: -110px;
        z-index: 1;
    }
    
    .billing-step.active {
      color: #404040;
    }
    .billing-step.active .step-number {
        background: #FF6839;
    }
    .step-number {
      display: inline-block;
      width: 40px;
      height: 40px;
      line-height: 30px;
      text-align: center;
      color: #fff;
      font-size:14px;
      font-family:Inter;
      background-color: #ff683961;
      border-radius: 50%;
      margin-right: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .steps-bar {
        display: flex;
        justify-content: space-between;
        margin-bottom: 70px;
        background: #F9F9F9;
        padding: 20px 0;
    }
   

.line {
    border-top: 1px solid #c4c4c4;
}

.w-15{
    width:5%;
}

.w-85{
    width:95%;
}

.price-table {
  border-collapse: collapse;
  font-size: 16px;
  width: 100%;
}

.price-table td {
    padding: 10px 0;
    vertical-align: middle;
    font-size: 16px;
    color: #242424;
    font-weight: 600;
}
.price-table .line {
  flex-grow: 1;
  height: 1px;
  margin: 0 10px;
}

.price-table .line-container {
  display: flex;
  align-items: center;
}

.price-table .w-85 {
  width: 85%;
}

.price-table .w-15 {
  width: 15%;
}

.price-table .text-end {
  text-align: end;
}

.price-table .total {
  font-weight: bold;
  font-size: 18px;
}

.price-table hr {
    border: none;
    border-top: 3px solid #8d8d8d;
    margin: 10px 0;
}

.pricing-table .apply-coupon-btn {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}

.pricing-table .apply-coupon-btn:hover {
  background-color: #218838;
}

.pricing-table .coupon-input-field {
  width: 70%;
  margin-right: 10px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.pricing-table .coupon-input-wrapper {
  margin-top: 10px;
}

.pricing-table .price-label {
  width: 85%;
}

.pricing-table .price-value {
  width: 15%;
}

.pricing-table .line-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pricing-table .dotted-line {
  flex-grow: 1;
  height: 1px;
  background: #ccc;
  margin-left: 10px;
}

.apply-coupon-link {
  font-weight: 500;
  color: #ff6839;
  margin-left: 10px;
  cursor: pointer;
}

.apply-coupon-link:hover {
  text-decoration: underline;
}


.input-group-text {
    padding: 0.375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    background-color: #246a9f;
    border: 1px solid #ced4da;
    border-radius: 0;
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    height: 46px;
    border: 1px solid #246a9f;
}

.payment-option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #242424;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.payment-text {
    font-size: 18px;
    font-weight: 600;
    color: #404040;
    font-family: 'Inter';
    display: flex;
    align-items: center;
    gap: 10px;
}

.check-icon {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(42%, -42%);
    content: "";
    width: 40px;
    height: 40px;
    background-color: #3f94d5;
    border: 3px solid #fff;
    border-radius: 50%;
    transition: opacity 0.2s ease;
    display: none;
    align-items: center;
    justify-content: center;
}

.check-icon i {
    color: #fff;
   font-size: 20px;
}

/*download*/

.contact-heading h3 {
    color: #404040;
    font-size: 18px;
    font-weight: 700;
    font-family: inter;
}

.btn-cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #262626;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #fff;
    border-radius: 0px;
    cursor: pointer;
    max-width: 300px;
    font-size: 14px;
    text-transform: capitalize;
}

.btn-cart:hover { 
    color:#fff;
}


/*Schedule call */

 .tab-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.tab-header div {
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
    color: #333;
}
.tab-header div.active {
    color: #007bff;
    border-bottom: 2px solid #007bff;
}

/*.time-slots {*/
/*    text-align: center;*/
/*}*/
/*.time-slot {*/
/*    display: inline-block;*/
/*    padding: 8px 15px;*/
/*    margin: 5px;*/
/*    border: 1px solid #ddd;*/
/*    border-radius: 5px;*/
/*    cursor: pointer;*/
/*    transition: 0.3s;*/
/*    background-color: #f5f5f5;*/
/*}*/
/*.time-slot:hover {*/
/*    background-color: #007bff;*/
/*    color: white;*/
/*}*/
/*.time-slot.active {*/
/*    background-color: #007bff;*/
/*    color: white;*/
/*}*/

.personal-details input,
.personal-details select {
    margin-bottom: 10px;
}
.modal-footer {
    text-align: right;
}
.submit-btn {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}

.time-selector {
  font-family: Inter;
  width: 100%;
  margin: auto;
  text-align: center;
  border-radius: 8px;
  padding: 0px;
}

.time-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    background: #e9e9e966;
    border: 1px solid #ddd;
    font-size: 13px;
    padding: .3rem;
    line-height: 1.8em;
    border-radius: 4px;
    margin-top:3px;
}

.time-header button {
  background-color: transparent;
  border: none;
  font-size: 15px;
  cursor: pointer;
}



.time-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    border: 1px solid #e5e5e5;
    width: 100%;
    padding: 10px;
}

.time-slot {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #f9f9f9;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
}

.time-slot.active {
  background-color: #FD8407;
  color: #fff;
}

.Schedule-row p {
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
    max-width: 670px;
    line-height: 20px;
    font-family: inter;
}
.header-top{
    
}

.Schedule-header-top {
    display: grid;
    align-items: center;
    justify-content: space-between;
    padding: 10px 30px;
    font-size: 14px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    grid-template-columns: 1fr 20px 1fr 40px 1fr;
}

.modal-body-padding{
 padding:20px 30px 30px 30px;
}

.time-header .period {
    font-weight: 500;
    font-size: 15px;
    color: #828282;
    font-family: inter;
}
.personal-details lable {
    font-size: 14px;
    color: #404040;
}

   .Schedule-location-time {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    /*border: 2px solid #dfdcdc;*/
    width: 100%;
    /*padding: 6px 10px;*/
    justify-content: space-between;
    min-width: 300px;
   }
   
   .ui-datepicker th {
	font-weight: 600 !important;
 }


    .Schedule-location {
      color: #666;
    }

    .Schedule-time {
      font-weight: bold;
      color: black;
    }

    .Schedule-dropdown-btn {
      background: none;
      border: none;
      cursor: pointer;
      font-size: 12px;
      color: #666;
    }

    .Schedule-navigation {
      display: flex;
      align-items: center;
      /*gap: 15px;*/
    }

    .Schedule-arrow {
      font-size: 16px;
      color: #000;
      margin-left:10px;
    }

   .Schedule-step ,.Schedule-location {
        font-size: 15px;
        color: #828282;
        font-weight: 500;
        font-family: inter;
    }
    
    .ui-datepicker {
        width: 100%;
        padding: .2em .2em 0;
        display: none;
    }
    
    .ui-datepicker table {
        border: 1px solid #d6d6d69e;
        margin-top: 10px;
    }

    .ui-widget.ui-widget-content {
       border: none !important;
     }
     
     .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
        border: none; 
        font-weight: normal;
        color: #454545;
        text-align: center;
        border-radius: 50%;
        height: 32px;
        width: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }

    .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
        border: 1px solid #FD8407;
        background: #FD8407;
        color: #ffffff;
   }

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
        border: 1px solid #0d6efd;
        background: #0d6efd1f;
        font-weight: normal;
        color: #0d6efd;
    }
    
    .ui-state-active,
    .ui-widget-content .ui-state-active,
    .ui-widget-header .ui-state-active,
    a.ui-button:active,
    .ui-button:active,
    .ui-button.ui-state-active:hover {
    	border: 1px solid #ff6839;
    	background: #ff6839;
    	font-weight: normal;
    	color: #ffffff;
    }

    .ui-widget-header {
        border: 1px solid #ddd;
        background: #f6f6f6  !important;
        color: #828282;
        font-weight: 500;
        font-family: Inter;
    }

    .Schedule-dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 4px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      width: 100;
      z-index: 10;
    }

    .Schedule-dropdown-menu ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .Schedule-dropdown-menu li {
      padding: 8px 12px;
      cursor: pointer;
      font-size: 14px;
    }

    .Schedule-dropdown-menu li:hover {
      background-color: #f5f5f5;
    }
    
    .Schedule-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.btn-close {
    right: -13px;
    position: absolute;
    top: -9px;
    background-color: #dadada;
    opacity: 1;
    width: 30px;
    height: 30px;
    font-size: 14px;
}

.intl-tel-input,
.iti{
  width: 100%;
}


.prev-btn i, .next-btn i {
    width: 10px;
    height: 10px;
    background: #454545;
    border-radius: 50%;
    font-size: 7px;
    color: #fff;
    padding: 1.5px 2.5px;
}

/*privacy*/


.privacy-wrapper h4 {
    font-size: 20px;
    font-family: poppins;
    line-height: 24px;
    color: #404040;
}


.privacy-wrapper p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    font-family: 'Poppins';
    font-weight: 300;
}

.play-blog {
  border: 2px solid #b5daff;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffffff;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    background: #1e6091;
}

.listen-text i.bi-play-circle-fill {
    font-size: 24px;
    color: #fff;
}

.listen-text i.bi-stop-circle-fill {
    font-size: 24px;
    color: #fff;
}

.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(13 110 253 / 0%);
}

.blog-subtitle {
    font-size: 16px;
    color: #666;
    font-weight: 400;
    font-family: 'Poppins';
    margin-bottom: 0;
    line-height: 24px;
}

.specific-need-section {
      background-image: url('../images/industry-strip.jpg'); /* Replace with your image URL */
      background-size: cover;
      background-position: center;
      padding: 30px 20px;
      color: white;
      text-align: left;
      position: relative;
    }

    .specific-need-section:after {
      content: '';
      position: absolute;
      inset: 0;
      background: rgb(0 45 94 / 19%); 
      z-index: 1;
    }

   .specific-need-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
}

   .specific-need-title {
    font-size: 32px;
    font-weight: 500;
    font-family: 'Poppins';
    line-height: 30px;
    color: #fff;
}

    .specific-need-text {
      margin-top: 15px;
      font-size: 16px;
      font-weight: 500;
      font-family: 'Poppins';
      line-height: 28px;
      color: #fff !important;
      margin-bottom: 0px;

    }

    .specific-need-text a {
      color: #f9c74f; 
      font-weight: bold;
      text-decoration: none;
    }

    .specific-need-text a:hover {
      text-decoration: underline;
    }
    
    .sticky-section {
            position: sticky;
            top: 75px;
            transition: opacity 0.3s ease;
        }
    .sticky-hidden {
        opacity: 0;
        pointer-events: none;
    }
    
    
.btn-close1 {
    right: 14px !important;
    position: absolute;
    top: 20px !important;
    width: 25px !important;
    height: 25px !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    font-size: 16px;
    font-weight:bold;
      color: #ffffff;
    background: #ef522a;
    width: 36px;
    height: 36px; 
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 50%;
}


.swiper-button-next, .swiper-button-prev {
    width: 36px;
    height: 36px; 
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -15px);
    left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -15px);
    right: auto;
}
.test-btn {
    top: -100px;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: #ff6839;
}

/* Mobile button styling */
    .btn-toggle-sidebar {
      display: none;
      position: relative;
      top: 15px;
      left: 0px;
      background-color: #246a9f;
      color: #fff;
      border: none;
      padding: 10px 15px;
      border-radius: 4px;
      z-index: 99; 
      width:fit-content;
    }

    .btn-toggle-sidebar:focus {
      outline: none;
    }



.career-img-2 img {
    object-fit: cover;
    height: 292px;
    width: 100%;
}

.career-img-3 img {
    height: 200px;
    object-fit: cover;
}

.career-img-6 img {
    height: 302px;
    object-fit: cover;
}

.career-img-1 img{
    max-height: 516px;
 object-fit: cover;
 height: 516px;

}

.career-img-4 img {
    height: 516px;
    max-height: 516px;
    object-fit: cover;
}

.career-title {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #ff6839 !important;
    line-height: 24px;
    margin-bottom: .5rem;
}

.main-heading {
    color: #242424;
    font-size: 24px;
    font-weight: 500;
    line-height: 33px;
    font-family: inter;

}

.career-description {
    color: #242424;
    font-size: 16px;
    line-height: 26px;
    font-family: inter;
    font-weight: 400;
}

.career-list {
    display: grid;
    grid-template-columns: .8fr 1fr;
    gap: 25px;
}

.career-box-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.career-box-inner-1{
    display: grid;
    grid-template-columns: 1fr .7fr;
    gap: 25px; 
}

.career-img-5 img {
    height: 190px;
    object-fit: cover;
}

.why-join-us h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: inter;
    line-height: 26px;
    color: #242424;
}

.icon-box {
    padding: 40px 20px;
}

.icon-box p {
    font-size: 16px;
    color: #404040;
    line-height: 26px;
    font-family: inter;
    font-weight: 400;
}

.why-join-us {
    text-align: center;
    margin-bottom: 20px;
}

.why-join-us p {
  font-size: 16px;
  color: #404040;
  line-height: 26px;
  font-family: inter;
  font-weight: 400;    
}

.our-goal h3 {
    font-size: 24px;
    font-weight: 600;
    font-family: inter;
    line-height: 26px;
    color: #242424;
}

.our-goal ul li {
    font-size: 16px;
    color: #404040;
    line-height: 26px;
    font-family: inter;
    font-weight: 400;
}

.form-heading{
    font-size: 18px;
    font-weight: 600;
    font-family: inter;
    line-height: 26px;
    color: #242424; 
    margin-bottom:1rem;
}

.our-goal p {
    font-size: 16px;
    color: #404040;
    line-height: 26px;
    font-family: inter;
    font-weight: 400;
    margin-bottom: .3rem;
}

.bg-light {
    background-color: #f9f9f9 !important;
}

.job-location {
    font-size: 14px;
    color: #7d7d7d;
    font-weight: 400;
    font-family: inter;
    line-height: 24px;
}

.form-box {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-form{
    padding: 20px;
    border: 1px solid #e0e0e0; 
}
 
.our-goal h3 {
    font-size: 24px;
    line-height: 32px;
    color: #242424;
} 

.arrow-custom {
    max-width: 60px;
    margin: 0 auto;
    margin-top: 52px;
}

.our-goal-border {
    border-bottom: 1px solid #e0dede;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.mbile-search i.bi-search {
    color: #333;
    background: #e3e2e28a;
    width: 30px;
    height: 30px;
    padding: 8px 13px;
    border-radius: 4px;
}

.mbile-search{
    display:none;
} 

.btn-service-mob{
    display:none;
}

.imageforMobile{
 display:none;   
}

.imageforMobile img {
    border-radius: 8px;
    box-shadow: rgb(0 0 0 / 40%) 0px 4px 12px;
}
.form-control {
  font-size: 15px;
}

.container-fluid {
     --bs-gutter-x: 0rem !important; 
}

.dropdown-item1 {
    color: #fff;
    font-size: 13px;
    font-family: "Inter";
    text-decoration:none;
    padding:5px 10px;
}

.dropdown-item1:hover {
    background-color: #2d2b2b;
}

.pricing-container .dropdown-menu.show {
    display: block;
    width: 100%;
}

.contact-span-width{
    width:380px;
}
.mtop{
    margin-top: 2px;
}

.client-logo img{
    max-width:125px;
}

.image-swiper img{
    border-radius:14px;
}



/* suggestions */
.suggestions-box::-webkit-scrollbar {
  width: 6px; 
}

.suggestions-box::-webkit-scrollbar-track {
  background: #f1f1f1; 
  border-radius: 4px;
}

.suggestions-box::-webkit-scrollbar-thumb {
  background: #ff6839; 
  border-radius: 4px;
}

.suggestions-box::-webkit-scrollbar-thumb:hover {
  background: #ff6839;
}

.suggestions-box { 
    border: 1px solid #ddd; 
    display: none; 
    position: absolute; 
    background: white; 
    z-index: 1000; 
    max-height: 300px; 
    overflow-y: auto; 
    padding: 20px;
    max-width: 100%;
    margin-top: 2px;
    border-radius: 8px;
}
.suggestion-item:hover {
    background: #f0f0f0;
    padding: 10px;
}
.suggestion-item {
    padding: 10px 0;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s linear;
}
.suggestion-item:hover { 
    background: #f0f0f0; 
}

.view-all {
    padding: 10px 0;
    color: #ff6839;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    text-align:right;
    border-bottom: 1px dashed #d6d6d6;
    margin-bottom: 10px;
}
 .view-all:hover {
    text-decoration: underline;
 }

.suge-title{
    font-weight: 500;
    font-size: 16px;
    color: #333;
    line-height: 28px;
    padding-bottom: 6px;
    width: 100%;
    font-family: 'Poppins';
}

/*============== responsive =================*/

@media (max-width: 1700px) {
 .image-section img {
    max-height: 518px;
} 
}

@media (max-width: 1600px) {
.side-space {
    width: calc(100% - 100px);
    margin: 0 auto;
}

.content-section {
    padding: 40px 40px 40px 52px;
}

}

@media (max-width: 1500px) {
.contact-span-width{
    width:350px;
}

.blog-overlay h1 {
    font-size: 36px;
    line-height: 48px;
}
.blog-overlay {
    clip-path: polygon(0 0, 52% 0, 43% 100%, 0% 100%);
}

/*.image-swiper {*/
/*    height: 359px !important;*/
/*}*/

.industries-tab-section-title {
    font-size: 44px;
    line-height: 55px;
}
.image-section img {
    max-height: 532px;
}

.tab-menu-bg {
    padding-left: 51px;
}

.slider-content {
	left: 51px;
}

.footer .payment-icons img {
width:65%;
}
}

@media (max-width: 1400px) {
    .right-item h3 {
        font-size:24px;
        line-height:36px;
   }
.side-space {
    width: calc(100% - 80px);
    margin: 0 auto;
}

.content-section {
    padding: 40px 40px 40px 42px;
}

  .blog-overlay {
      padding-left: 70px;
    }
.breadcrumb-title {
    font-size: 48px;
    line-height: 55px;
}
.breadcrumb-text {
    font-size: 16px;
}


.blog-overlay h6 {
    font-size: 18px;
    line-height: 28px;
}

/*.image-swiper {*/
/*    height: 354px !important;*/
/*}*/

.slider-content {
   left: 40px;
}

.tab-menu-bg {
   padding-left: 40px;
}
}

@media (max-width: 1370px) {
.contact-span-width{
    width:340px;
}
.slider-content {
    left: 35px;
}
.tab-menu-bg {
    padding-left: 35px;
}
.side-space {
    width: calc(100% - 70px);
    margin: 0 auto;
}

.content-section {
    padding: 40px 40px 40px 36px;
}

.blog-overlay {
  padding-left: 60px;
}
    
.blog-overlay {
    clip-path: polygon(0 0, 53% 0, 43% 100%, 0% 100%);
}

.heading-title {
    font-size: 30px;
    line-height: 36px;
}

.tab-bg {
    background-color: #ebebeb;
    width: 994px;
    position: absolute;
    right: 0;
    border-radius: 0 0 0 10px;
    display: block;
    padding: 70px 40px;
    margin: 0 auto;
    left: 0;
}
 .blog-swiper-left {
    	height: 170px !important;
    }
/*    .image-swiper {*/
/*    height: 346px !important;*/
/*}*/
.image-section img {
    max-height: 562px;
}
}
@media (max-width: 1350px) {

    .image-section img {
        max-height: 580px;
    }
    
.footer .payment-icons img {
width:70%;
}
}

@media (max-width: 1300px) {

.industries-tab-section-title {
    font-size: 40px;
    line-height: 50px;
}

 .mb-120 {
    margin-bottom: 130px;
}   

  /*.image-swiper {*/
  /*  height: 327px !important;*/
  /*}*/
    
.tab-content-heading h3 {
    font-size: 18px;
    line-height: 28px;
}

.tab-bg {
    left: 0;
    background-color: #ebebeb;
    width: 1000px;
    position: absolute;
    right: 0;
    border-radius: 0 0 0 10px;
    display: block;
    padding: 40px 40px;
    margin: 0 auto;
}
.image-section img {
    max-height: 622px;
    height: 622px;
}
}


@media (max-width: 1290px) {
    /*.image-swiper {*/
    /*    height: 322px !important;*/
    /*}*/

    .dynamic-title {
        flex-basis: 20%;
        max-width: 20%;
        margin-right: 3%;
    }
    
    .card-img-top {
        height: 250px;
        object-fit: cover;
    }
}


@media (max-width: 1255px) {
    
.footer .payment-icons img {
width:75%;
}

    input::placeholder {
     font-size:12px;
    }
    .report-view-banner h3, .report-view-banner h1 , .report-view-banner h2 {
        font-size: 20px;
        line-height: 34px;
    }
    
    
    
    .report-view-inner p, .report-view-inner p span {
        font-size: 11px;
        line-height: 24px;
    }
        .content-section {
        padding: 40px 40px 40px 30px;
    }
    .side-space {
        width: calc(100% - 60px);
        margin: 0 auto;
    }
  .blog-overlay {
      padding-left: 50px;
    }
    .tab-menu-bg {
        width: 100%;
    }
    .blog-overlay {
        clip-path: polygon(0 0, 58% 0, 48% 100%, 0% 100%);
    }
    /*    .image-swiper {*/
    /*    height: 316px !important;*/
    /*}*/
    
    .section-title {
      font-size: 24px;
      line-height: 30px;
    }
    
    .specific-need-title {
        font-size: 28px;
    }

    .image-section img {
        max-height: 644px;
        height: 638px;
    }
    
}

@media (max-width: 1210px) {
.list-unstyle li a {
    font-size: 13px;
}
.footer-link a {
    font-size: 13px;
}

.image-section img {
    max-height: 638px;
    height: 638px;
}
.sidebar , .sidebar1 {
    min-width: 270px;
}
.sidebar ul li a, .sidebar1 ul li a {
  font-size: 14px;
}

.contact-span-width{
    width:260px;
}
}

@media (max-width: 1200px) {

 .footer-link {
    text-align: left;
}
 .tab-menu-bg {
    padding-left: 30px;
}
    
 .industries-tab-section-title {
    font-size: 36px;
    line-height: 45px;
}   

.industries-section-text {
    font-size: 14px;
    line-height: 28px;
}
    
 .mb-120 {
	margin-bottom: 85px;
}
 
 .image-swiper {
	/*height: 302px !important;*/
	position: relative;
	top: -55px;
}  
 .blog-swiper-left {
	height: 170px !important;
}
    
.blog-list {
    position: relative;
    top: -22px;
}
    
 .slider-content h1 {
    line-height: 45px;
    font-size: 36px;
}   
    
.tab-bg {
  width: 100%;
}

.breadcrumb-title {
    font-size: 40px;
    line-height: 55px;
}

.blog-overlay h1 {
    font-size: 28px;
    line-height: 41px;
}
.pb-120 {
padding-bottom: 80px;
}

.pt-120 {
    padding-top: 80px;
}

.main-heading {
font-size: 18px;
line-height: 25px;
}
.slider-img {
    height: 580px;
}

.slider-content {
    top: 33%;
    left: 30px;
}
}

@media (max-width: 1181px) {
    .our-goal p {
        font-size: 14px;
        line-height: 24px;
    }

 .slider-content {
   left: 20px;
 }  
 
 .tab-menu-bg {
    padding-left: 20px;
}
    .icon-box {
        padding: 40px 4px;
    }
    .input-group-text {
      font-size: 14px;
      gap: 5px;
    }
    
    .icon-box p {
     font-size: 14px;
     line-height: 24px;
    }
    .why-join-us p {
      font-size: 14px;
      line-height: 24px;
    }
        
    .career-description {
        font-size: 14px;
        line-height: 26px;
    }
    .price-table td {
        font-size: 14px;
    }
    .title-24 {
    font-size: 18px;
    line-height: 32px;
   }
    .table-custom th {
     font-size: 14px;
     }
     
     .table-list li {
        font-size: 14px;
    }
    .dynamic-container p, .segmention p {
       font-size: 14px;
       line-height: 26px;
    }
    
    .contact-left ul li {
     font-size: 14px;
    }
    
    .contact-left p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.6;
    color: #404040;
    text-align: left;
    font-family: 'Inter';
}
    .tab-bg {
        padding: 40px 20px;
    }
    .menus {
        width: 75%;
    }

    .navbar-nav .nav-link::after {
        bottom: -22px;
    }
    .sidebar , .sidebar1{
        padding: 20px 20px 20px 0;
    }
    .side-space {
        width: calc(100% - 40px);
        margin: 0 auto;
    }
    
    .content-section {
        padding: 40px 40px 40px 20px;
    }
      .blog-overlay {
      padding-left: 30px;
    }

  .report-card h5 {
    font-size: 16px;
    line-height: 26px;
}

.table-custom th ,  .table-custom td p {
	font-size: 14px;
}

.table-custom td , .table-custom td p {
	font-size: 14px;
}

.table-custom td ul li {
    font-size: 14px;
}

.accordion-body.industry-body ul li {
    font-size: 14px;
    line-height: 26px;
}

}
@media (max-width: 1151px) {
/*.image-swiper {*/
/*    height: 293px !important;*/
/*}*/
.license-card-title {
    font-size: 18px;
    line-height: 30px;
}
.license-price {
    font-size: 18px;
}
}

@media (max-width: 1100px) {
    .mtop {
    margin-top: 3.8px;
}
    .contact-form label {
         font-size: 12px;
    }
  .btn-service-mob{
        display:flex;
    }
    .career-box-inner , .career-box-inner-1 {
      gap: 15px;
    }
    
    .career-list {
     gap: 15px;
   }  
    .career-img-4 img {
    height: 507px;
    max-height: 507px;
    object-fit: cover;
    }
    
    .career-img-1 img {
      max-height: 507px;
      height: 507px;
    }
    .dynamic-box {
      flex-direction: column;
    }
    

    .dynamic-title {
        max-width: 100%;
    }
       .sidebar1 {
        padding: 20px 0px 0px 0;
    }
     .image-swiper {
        top: -75px;
    }   
  .Schedule-location-time {
    min-width: 254px;
}   
.Schedule-header-top {
    gap: 20px;
}
.slider-content p {
  line-height: 24px;
   color: #fff;
 }
 
 .tab-content-inner {
    gap: 40px;
}   
    
.tab-link {
	min-width:180px;
}
.tab-link {
    font-size: 12px;
}
.header-logo img {
    width: 100px;
}

.slider-content {
	position: absolute;
	top: 38%;
	left: 0px;
	padding:20px;
}

.blog-overlay {
    clip-path: polygon(0 0, 74% 0, 55% 100%, 0% 100%);
}

.tab-content-heading h3 {
    font-size: 16px;
    line-height: 28px;
}

}

@media (max-width: 1050px) {
 .contact-span-width{
    width:250px;
}   
    
.tabs {
    overflow-x: scroll;
    flex-wrap: nowrap;
}
.service-bg {
    height: 540px;
}
.sidebar, .sidebar1 {
    min-width: 300px;
}
/*.image-swiper {*/
/*    height: 257px !important;*/
/*}*/

.report-view-inner {
    margin-top: 30px;
}
}
@media (max-width: 1020px) {
.footer .payment-icons img {
width:80%;
}

}

@media (max-width: 1000px) {
.image-section img {
    max-height: 651px;
    height: 651px;
}
 .career-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
} 

}



@media (max-width: 992px) {
 .sidebar, .sidebar1 {
    padding: 20px 10px 20px 0;
}


.contact-left{
     display:none;
 }
    
    .sticky-section {
    position: relative;
    top: 0px;
    transition: opacity 0.3sease;
}
    
.footer .payment-icons img {
width:50%;
}
.image-container{
  display:none;  
  
}
.search-continer {
    width: 100%;
}
.sticky-hidden {
    opacity: 1;
    pointer-events: auto;
    margin-top: 20px;
}

.imageforMobile{
    display: block;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
}

.mbile-search{
    display:block;
} 
.bi-layout-text-sidebar {
margin-right: 10px;
}
.image-swiper {
  top: -25px;
}

.scope-title {
  font-size: 28px;
}

.icon-box {
    padding: 5px 4px;
}

.license-card-title {
font-size: 18px;
}


.report-view-inner {
    flex-direction: column;
    display: flex;
    gap: 35px;
    align-items: flex-start;
    justify-content: flex-start;
}
.contact-social-icons {
justify-content: center;
margin-bottom: 40px;
}

 .image-section img {
    max-height: 445px;
    height: 445px;
    
}
.industry-content p {
font-size: 14px;
line-height: 26px;
}

.content-section ul li {
font-size: 14px;
line-height: 30px;
}

.content-section p {
font-size: 14px;
line-height: 26px;
}


.industry-content p {
font-size: 14px;
line-height: 28px;
}  


.common-title {
font-size: 24px;
}
    .mb-120 {
    margin-bottom: 0px;
}

.hero-section{
   height:auto;  
}
.left-column p {
	max-width: 100%;
}
.Schedule-header-top {

}

.a-mob {
    display: none;
}

.Schedule-navigation {
    display: none;
}
.personal-details {
    margin-top: 20px;
}
.modal-body-padding {
 padding: 20px;
    /*margin-top: 20px;*/
}

.pb-120 {
padding-bottom: 60px;
}

.pt-120 {
    padding-top: 60px;
}

.image-container {
text-align: center;
}

#accordionExample {
position: relative;
top: 5px;
/*margin-bottom: 40px;*/
}

.report-title {
font-size: 16px;
line-height: 26px;
}
.blog-description {
font-size: 14px;
line-height: 24px;
}
.heading-title {
    font-size: 28px;
    line-height: 36px;
}
.blog-section {
height: 375px;
}
.blog-overlay {
padding-left: 30px;
}
.pt-60 {
    padding-top: 30px;
}
.why-us {
    margin: 10px auto;
    text-align: center;
}
.industries-part {
	width: 100%;
	margin-bottom:2rem;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible;
}

.navbar-nav .nav-link {
    padding: 10px 0;
}

.navbar-nav .nav-link::after {
    bottom: -52px;
    height: 1px;
    background-color: #ff683980;
    display:none;
}
.offcanvas-body .nav-item {
    border-bottom: 1px dashed #d3cece;
}
.offcanvas-header {
    background: #eeeeee;
}

.bma-logo {
    width: 100px;
}
.stat-description {
    font-size: 14px;
}
.stat-item h3 {
    font-size: 32px;
}

.report-view-banner h3, .report-view-banner h1 , .report-view-banner h2 {
    font-size: 18px;
    line-height: 30px;
}

}

@media (max-width: 900px) {
/* .image-swiper {*/
/*    height: auto !important;*/
/*    max-height: 370px;*/
/*} */
.dropdown-box {
    max-width: 255px;
}

.dropdown-user {
    min-width: 132px;
}

.price-dropdown li {
    min-width: 252px;
}
.industry-info {
    gap: 20px;
}

.sidebar , .sidebar1 {
    min-width: 255px;
}

.sidebar ul li a , .sidebar1 ul li a  {
    font-size: 14px;
}
    
.custom-w {
    min-width: 170px;
}
  .blog-overlay {
    clip-path: polygon(0 0, 95% 0, 73% 100%, 0% 100%);
  }
    
}

@media (max-width: 880px) {
    /*.image-swiper {*/
    /*    max-height: 361px;*/
    /*}*/
    
     .image-swiper {
        top: -20px;
    }
    
    .report-card h5 {
    font-size: 14px;
    line-height: 26px;
}

.report-card img {
    width: 150px;
}
.btn-industry {
    font-size: 14px;
    padding: 8px 10px;
}
.btn-blue {
    font-size: 14px;
    padding: 8px 10px;
}
}

@media (max-width: 850px) {
    /*.image-swiper {*/
    /*    max-height: 350px;*/
    /*}*/
}
@media (max-width: 780px) {
   /*.image-swiper {*/
   /*     max-height: 325px;*/
   /* }*/


}

@media (max-width: 770px) {
    /* .image-swiper {*/
    /*    max-height: 314px;*/
    /*}*/
    .industries-tab-section-title {
        font-size: 28px;
        line-height: 40px;
    }
 
    .tab-menu-bg {
        padding-left: 25px;
        padding-right: 25px;
    }
    
    .Schedule-row {
        flex-direction: column;
        gap: 20px;
    }
    
     .tab-bg {
        padding: 40px 25px;
    }
	.dynamic-title {
		flex-basis: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	
	.dynamic-content {
		flex-basis: 100%;
	}
	
	.tab-description {
        width: 100%;
        text-align: justify;
    }

    .slider-img {
    	height: 450px;
    }

    .slider-content {
        position: absolute;
        top: 15%;
        left: 0px;
        padding: 20px;
    }
    
    .tab-bg {
      width: 100%;
      border-radius:0;
    }
    
     .service-bg {
        height: 515px;
    }
    
    #accordionExample {
        position: relative;
        top: 10px;
        /*margin-bottom: 40px;*/
    }
    .right-item h3 {
        font-size: 18px;
        line-height: 28px;
    }
.right-column p {
    font-size: 14px;
    line-height: 22px;
}


}
@media (max-width: 768.5px) {
      .sticky-hidden {
    opacity:1;
    }
   /*.sticky-section{*/
   /*    padding:20px;*/
   /*}*/
      .input-group-text {
        font-size: 18px;
        font-weight: 500;
    }
    
}

@media (max-width: 768px) {
    .sidebar {
      position: sticky;
      top: 10px;
      left: -100%; 
      width: 300px;
      height: 100%;
      overflow-y: auto;
      transition: left 0.3s ease; 
      z-index: 99; 
     display:none;
    }
    
    .sidebar.open {
      left: 0;
      display:block;
    }

 .industry-info {
    flex-direction: column;
 }

  .dynamic-box {
    display: flex;
    flex-direction: column;
   }
 .accordion-button::after {
  background-size: 1rem;
 }   
.payment-text {
    font-size: 16px;
}

    .contact-header {
        font-size: 24px;
    }
    .section-title {
      margin-bottom: 0px;
     }
     
  .sidebar1 {
      position: sticky;
      top: 10px;
      left: -100%; 
      width: 300px;
      height: 100%;
      overflow-y: auto;
      transition: left 0.3s ease; 
      z-index: 1050; 
     display:none;
  }
    .license-card-title {
       font-size: 16px;
    }

    .scope-title {
        font-size: 24px;
    }


.report-view-banner h3, .report-view-banner h1 , .report-view-banner h2 {
    font-size: 16px;
    line-height: 30px;
}
    .slider-content {
        top: 24%;
    }
    
    .form-select {
    font-size: 14px;
    }

    .heading-title {
        font-size: 24px;
        line-height: 30px;
    }
	.left-column,
	.right-column {
		/*text-align: center;*/
	}
	
    .blog-swiper-left {
        height: 130px !important
        margin-bottom: 40px;
    }

	.right-column {
		margin-top: 40px;
	}

	.industries-section-title {
		font-size: 2rem;
	}



	.industries-nav-tabs .industries-nav-link {
		font-size: 1rem;
	}
	
	 .breadcrumb-title {
        font-size: 36px;
        line-height: 42px;
    }
    .about-section-heading {
        font-size: 18px;
        line-height: 28px;
   }
   
   .subscribe-text {
    font-size: 16px;
    line-height: 27px;
}
}



@media (min-width: 767.98px) {
	.swiper-grid-column > .swiper-wrapper {
		flex-wrap: wrap;
		flex-direction: row !important;
	}

.card-img-top {
    height: 230px;
    object-fit: cover;
}

.contact-social-icons {
    justify-content: center;
}

.menus ul li a {
    font-size: 13px;
}
}

@media (max-width: 767.98px) {
.tab-content-inner {
	align-items: flex-start;
}
.question-box{
   display:none;  
}

  .btn-toggle-sidebar {
    display: block;
  }
    .report-view-inner {
    margin-top: 30px;
   }
    .tab-bg{
        border-radius:0;
    }
    .industries-nav-tabs .nav-item {
        min-width: 180px;
    }
    
    .about-content-text, .blog-info p , .about-content-text p {
      font-size: 14px;
    }
      .blog-info li {
        font-size: 14px;
    }
    
    .footer-link a {
    font-size: 12px;
    }
    
    .mt-6 {
        margin-top: 3rem;
    }
    .designed-by {
    text-align: center;
}
	.subscribe-text {
		text-align: center;
	}

	.subscribe-section .form-control,
	.subscribe-section .btn-subscribe {
		margin-top: 10px;
	}
	

.billing-details {
    width: 100%;
    max-width: 100%;
    padding: 15px;
}

.billing-content {
    padding: 15px;
}

.billing-pane-info h3 {
    font-size: 20px;
    line-height: 26px;
}

.price-table td {
    padding: 10px 0;
    font-size: 13px;
}
}

@media (max-width: 700px) {
    .btn-industry {
        font-size: 14px;
        padding: 8px 16px;
    }
   .input-group-text {
        font-size: 18px;
    }

    /*.image-swiper {*/
    /*    max-height: 285px;*/
    /*}*/
    .table-custom th {
     font-size: 13px;
     }
     
     .table-list li {
    font-size: 13px;
}
    .report-view-inner {
    gap: 30px;
    flex-direction: column;
}
        .image-section img {
        max-height: 355px;
        height: 355px;
    }
  .industries-section-text {
     text-align: justify;
 }
     
    .right-column {
        margin-top: 15px;
    }
    .tab-content-inner {
    flex-direction: column;
    gap:0;
}

.tab-content-heading {
    max-width: 100%;
}

.service-bg {
    height: 525px;
}

    .slider-content h1 {
        line-height: 40px;
        font-size: 28px;
    }
    
    .slider-content h4 {
        font-size: 18px;
    }

}

@media (max-width: 630px) {
.service-bg {
    height: 555px;
 }
 
.image-swiper {
  max-height: 263px;
}
 .bradcrum-list a {
    font-size: 10px;
}
.report-card h5 {
    font-size: 14px;
    line-height: 26px;
}

.career-img-2 img {
    object-fit: cover;
    height: 223px;
    width: 100%;
}

.career-img-1 img {
    max-height: 440px;
    height: 440px;
}

.career-img-4 img {
    height: 440px;
    max-height: 440px;
}

.career-img-6 img {
height: 235px;
object-fit: cover;
}
}
@media (max-width: 600px) {
     .tab-menu-bg {
        padding-left: 20px;
        padding-right: 20px;
     }
     
     .test-btn {
        top: -220px;
    }
    /*    .image-swiper {*/
    /*    max-height: 242px;*/
    /*}*/
    .contact-terms {
        flex-direction: column;
        gap: 20px;
       }
       
    .contact-form .contact-terms a {
      font-size: 12px;
     }
     
    .listen-text {
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .listen-text {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
    }


    .specific-need-title {
        font-size: 20px;
        line-height: 30px;
    }
      
      .specific-need-text {
        font-size: 14px;
        font-weight: 500;
    }
  
    .test-btn {
        top: -110px;
    }
    .heading-row {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
        .blog-overlay {
        padding-left: 25px;
        padding-right: 25px;
    }
    .blog-overlay {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
	.trending-slide {
		height: auto;
	}

	h2 {
		font-size: 24px;
	}
	
	 .breadcrumb-title {
        font-size: 28px;
        line-height: 34px;
    }
        .breadcrumb-text {
        font-size: 15px;
        text-align: center;
    }
    .team-member {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: center;
    margin-bottom:20px;
  }
  .stats-section {
    flex-wrap: wrap;
}
.stat-item {
    width: 50%;
    margin-bottom: 15px;
}

.tab-bg {
    padding: 40px 20px;
}
.report-view-inner p, .report-view-inner p span {
    font-size: 12px;
    line-height: 25px;
}
}

@media (max-width: 555px) {
    /*  .image-swiper {*/
    /*    max-height: 220px;*/
    /*}*/
}

@media (max-width: 576px) {
.footer .payment-icons img {
width:100%;
}
.report-card img {
    display: none;
}
.report-card {
    border-radius: 0px;
    /* padding: 16px 20px 20px 0; */
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 0px 10px 0;

}
.personal-details {
    margin-top: 5px;
}
}
    
@media (max-width: 500px) {
    
.contact-span-width{
    width:280px;
}

/*.pt-40 {*/
/*  padding-top: 20px;*/
/*}  */

.form-control {
  font-size: 14px;
}
    
.sidebar {
  position: sticky;
  top: 10px;
  left: -100%; 
  width: 100%;
  height: 100%;
  overflow-y: auto;
  transition: left 0.3s ease; 
  z-index: 1050; 
 display:none;

}

/* .image-swiper {*/
/*    max-height: 198px;*/
/*}*/
.career-box-inner , .career-box-inner-1{
    grid-template-columns: 1fr;
}

span.input-group-text.justify-content-between {
    height: 46px;
}

.report-card img {
    margin-bottom: 1rem;
}


.industries-nav-tabs .nav-item {
    min-width: 100%;
}
  .industries-tab-section-title {
    font-size: 24px;
    line-height: 36px;
}

  .slider-content {
    top: 18%;
}


.slider-img {
    height: 400px;
}

.mt-6 {
    margin-top: 2rem;
}
	.subscribe-section .form-control,
.subscribe-section .btn-subscribe {
	width: 100%;
	margin-top: 10px;
}
.btn-close {
right: 2px;
top: -5px;
width: 23px;
height: 23px;
}
.slider-content h1 {
    line-height: 40px;
    font-size: 24px;
}
 .service-bg {
    height: 610px;
}
.blog-overlay h1 {
    font-size: 24px;
    line-height: 36px;
}
.footer-info p {
  font-size: 13px;
}

.foo-line{
   display:none;
}

.breadcrumb-title {
    font-size: 24px;
    line-height: 32px;
}

.stat-item h3 {
font-size: 28px;
}

.stat-description {
font-size: 12px;
}

.filter-dropdowns {
margin-bottom: 20px;
flex-direction: column;
width: 100%;
gap: 10px;
}

.custom-w {
    min-width: 100%;
}

.mob-btn {
display: none;
}
.icon-container {
gap: 5px;
}


}

@media (max-width: 450px) {
.pricing-container .dropdown-menu.show {
    display: block;
    width: 100%;
}
.pricing-container .dropdown {
    width: 100%;
    max-width: 100%;
}

.pricing-container {
flex-direction: column;
display: block;
width: 100%;
}
   
.pricing-container .btn-blue {
  width: 100%;
  margin-top: 15px;
}
       
.image-swiper {
  max-height: 166px;
}

.dropdown-box {
    max-width: 100%;
}

.swiper-button-next:after, .swiper-button-prev:after {
font-size: 12px;
width: 30px;
height: 30px;
}

.arrow-custom {
    margin-top: 52px;
    max-width: 52px;
}
  
}

@media (max-width: 415px) {
    .image-swiper {
        max-height: 165px;
    }
}
@media (max-width: 434px) {

.payment-icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-end;
}
.footer .payment-icons img{
  margin-right: 0px;  
}
  .card-img-top {
    height: 180px;
    object-fit: cover;
}  
}
@media (max-width: 400px) {
.contact-span-width{
    width:240px;
}
  .service-bg {
    height: 695px;
  }  
    /*.image-swiper {*/
    /*    max-height: 145px;*/
    /*}*/
}

@media (max-width: 375px) {
.service-bg {
        height: 735px;
}
.test-btn {
        top: -260px;
}
    
.testimonial-slide {
    padding: 0 25px;
}

.sidebar, .sidebar1 {
    min-width: 300px;
}
}

@media (max-width: 350px) {
    .service-bg {
        height: 710px;
    }
}

@media (max-width: 325px) {

.btn-industry {
    font-size:12px;
    padding:8px 12px;
}

.service-bg {
    height: 700px;
}
}