.main-menu li a.nav-link,
.btn {
	font-family: 'Montserrat', sans-serif
}

* {
	font-family: 'Montserrat', sans-serif;

}
body{

	overflow-x:hidden ;
}

#contactsndbtn {
	float: right
}

#footer-headingh3 {
	color: #032d60
}

#footer-container {
	color: #e8f4ff
}

@media only screen and (max-width:600px) {
	#portfolio {
		display: none
	}
}

#about-banner1 {
	background-image: url(assets/image/home/header.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 100px;
	padding: 80px 0;
	height: 485px
}

@media only screen and (min-width:320px) and (max-width:767px) {
	#about-banner1 {
		padding: 30px 0;
		background-image: url(assets/image/home/hedermobilebg.webp)
	}
}

.single-integration {
	height: 150px
}

#linkfooter {
	color: #000
}

#linkfooter:hover {
	color: #175cff
}

.ptb-1200 {
	padding-top: 50px;
	padding-bottom: 20px
}

@media only screen and (max-width:480px) {
	.ptb-1200 {
		margin-top: -160px
	}
}

.socialList {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	justify-content: center;
	flex-flow: row wrap;

	li {
		padding-right: 10px;

		a {
			position: relative;
			display: flex;
			width: 40px;
			height: 40px;
			border-radius: 100%;
			text-decoration: none;
			background-color: #999;
			color: #fff;
			transition: .35s;

			i {
				position: absolute;
				top: 50%;
				left: 50%;
				transform-origin: top left;
				transform: scale(1) translate(-50%, -50%);
				transition: .35s
			}

			&:hover {
				i {
					transform: scale(1.5) translate(-50%, -50%)
				}
			}
		}

		&:nth-child(1) a {
			background-color: red
		}

		&:nth-child(2) a {
			background-color: #3C5A99
		}

		&:nth-child(3) a {
			background-color: #00aced
		}

		&:nth-child(4) a {
			background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
		}

		&:nth-child(5) a {
			background: #0072b1
		}
	}
}

#demo {
	font-size: 12px
}

.hr {
	border-top: 1px solid #cecece;
	margin: 25px 0
}

.copyterms1 {
	padding-left: 5px;
	padding-right: 8px;
	line-height: 1.9rem;
	font-size: 15px
}

.copy-terms {
	padding-left: 10px
}

#copy-terms {
	text-align: left
}

#copy-policy {
	text-align: right
}

@media only screen and (min-width:320px) and (max-width:767px) {
	.copyterms1 {
		padding-left: 0;
		padding-right: 5px;
		line-height: 1.9rem;
		font-size: 15px
	}

	#copy-right {
		text-align: center
	}

	#copy-policy {
		text-align: center
	}
}

#dropline2 {
	border-bottom: 2px solid #175cff;
	width: 50px;
	margin-left: 2px;
	height: 5px;
	margin-bottom: 15px;
	margin-top: -28px
}

#usefullinks {
	color: #000
}

.footer-section {
	background: #f7fbff;
	position: relative;
	background-attachment: fixed
}

.footer-cta {
	border-bottom: 1px solid #373636;
	padding-bottom: 8px !important
}

.single-cta i {
	color: #ff5e14;
	font-size: 30px;
	float: left;
	margin-top: 8px
}

.cta-text {
	padding-left: 15px
}

.cta-text h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 2px
}

.cta-text span {
	color: #fff;
	font-size: 15px
}

.footer-content {
	position: relative;
	z-index: 2
}

.footer-pattern img {
	position: absolute;
	top: 0;
	left: 0;
	height: 330px;
	background-size: cover;
	background-position: 100% 100%
}

.footer-logo img {
	max-width: 180px
}

.footer-text p {
	margin-bottom: 14px;
	font-size: 14px;
	color: #fff;
	line-height: 21px
}

.footer-social-icon span {
	color: #fff;
	display: block;
	font-size: 20px;
	font-weight: 700;
	font-family: "Poppins", sans-serif;
	margin-bottom: 20px
}

.footer-social-icon a {
	color: #fff;
	font-size: 16px;
	margin-right: 15px
}

.footer-social-icon i {
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 38px;
	border-radius: 50%
}

.facebook-bg {
	background: #3b5998
}

.twitter-bg {
	background: #55acee
}

.google-bg {
	background: #dd4b39
}

.footer-widget-heading h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 40px;
	position: relative
}

.footer-widget-heading h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -15px;
	height: 2px;
	width: 50px;
	background: #1da1f2
}

.footer-widget ul li {
	display: inline-block;
	float: left;
	width: 50%;
	margin-bottom: 12px
}

.footer-widget ul li a:hover {
	color: #1da1f2
}

.footer-widget ul li a {
	color: #878787;
	text-transform: capitalize
}

.subscribe-form {
	position: relative;
	overflow: hidden
}

.subscribe-form input {
	width: 100%;
	padding: 16px 28px;
	background: whitesmoke;
	border: 1.5px solid #919191;
	color: #fff
}

.subscribe-form button {
	position: absolute;
	right: 0;
	background: #1da1f2;
	padding: 18px 20px;
	border: 1px solid #919191;
	top: 0
}

.subscribe-form button i {
	color: #fff;
	font-size: 22px;
	transform: rotate(-6deg)
}

.copyright-area {
	background: #fff;
	padding: 25px 0
}

.copyright-text p {
	margin: 0;
	font-size: 14px;
	color: #878787
}

.copyright-text p a {
	color: #ff5e14
}

.footer-menu li {
	display: inline-block;
	margin-left: 20px
}

.footer-menu li:hover a {
	color: #ff5e14
}

.footer-menu li a {
	font-size: 14px;
	color: #878787
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta i {
	position: absolute;
	color: #ff5e14;
	margin-top: -.5px
}

.footer-cta .row .col-xl-4:nth-child(1) .single-cta .cta-text {
	padding-left: 32px
}

.footer-cta .row .col-xl-4:nth-child(2) .single-cta i {
	color: #14ffa7;
	margin-top: -.5px
}

.footer-cta .row .col-xl-4:nth-child(3) .single-cta i {
	color: gold;
	margin-top: -.5px
}

.footer-social-icon .social_icon {
	text-align: left
}

.footer-social-icon .social_icon li {
	float: inherit !important;
	display: inline-block !important;
	width: inherit
}

.footer-social-icon .social_icon li a i {
	font-size: 15px;
	line-height: 39px
}

.footer-social-icon .social_icon li a {
	width: 40px;
	height: 40px
}

.social_icon {
	text-align: right;
	margin: 0;
	margin-top: 3px
}

.social_icon li {
	display: inline-block;
	margin: 0 5px
}

.social_icon li a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #fff;
	color: #000;
	text-align: center;
	border-radius: 100%;
	transition: 0.2s ease-in-out
}

.social_icon li a i {
	font-size: 15px;
	line-height: 20px
}

.social_icon li:nth-child(1) a {
	background: #4267b2;
	color: #fff
}

.social_icon li:nth-child(2) a {
	background: #334c87;
	color: #fff
}

.social_icon li:nth-child(3) a {
	background: #f09433;
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
	color: #fff
}

.social_icon li:nth-child(4) a {
	background: red;
	color: #fff
}

.social_icon li:nth-child(1):hover a {
	background: #fff;
	color: #4267b2
}

.social_icon li:nth-child(2):hover a {
	background: #fff;
	color: #1da1f2
}

.social_icon li:nth-child(3):hover a {
	background: #fff;
	color: #bc1888
}

.social_icon li:nth-child(4):hover a {
	background: #fff;
	color: red
}

@media only screen and (min-width:720px) {
	.footer-section {
		margin-top: -250px
	}
}

@media only screen and (max-width:480px) {
	#footer {
		margin-top: -170px
	}
}

.lead {
	text-align: justify;
	font-size: 15.8px;
	color: #fff
}

p {
	margin: 0 0 17px
}

@media only screen and (max-width:480px) {
	#mobileloader {
		margin-top: -22px
	}
}

@media only screen and (max-width:480px) {
	#mobileloader {
		font-size: 39px
	}
}

#mobileloader {
	font-weight: 600
}

#slider-section {
	height: 98vh;
	max-width: 100%
}

#card {
	position: absolute;
	right: 2%;
	width: 410px;
	border-radius: 18px;
	box-shadow: 0 4px 20px rgb(0 0 0 / .2);
	background-color: #1c324c;
	filter: brightness(82%)
}

@media only screen and (max-width:1300px) {
	#card {
		top: 26%
	}
}

@media only screen and (min-width:1301px) and (max-width:1440px) {
	#card {
		top: 23%
	}
}

@media only screen and (min-width:1441px) and (max-width:1600px) {
	#card {
		top: 20%
	}
}

@media only screen and (min-width:1601px) {
	#card {
		top: 16%
	}
}

.blink {
	animation: blink-animation 1s steps(5, start) infinite
}

@keyframes blink-animation {
	to {
		visibility: hidden
	}
}

.card-title {
	font-size: 17px
}

@media only screen and (min-width:481px) {
	#sliderimage {
		height: 550px;
		filter: brightness(95%)
	}
}

@media only screen and (max-width:480px) {
	#sliderimage {
		height: 235px;
		filter: brightness(100%)
	}

	#slider-section {
		height: 76vh
	}
}

@media only screen and (min-width:360px) and (max-width:375px) {
	#slider-section {
		height: 71vh
	}
}

#card-body {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 4px 10px rgb(0 0 0 / .1);
	background-color: #1c324c;
	border-bottom: 0
}

#btn-primary {
	transition: background-color 0.3s ease, transform 0.3s;
	width: 100%;
	height: 45px;
	float: right;
	font-size: 16px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #175cff;
	color: #fff;
	border: none
}

#btn-primary:hover {
	background-color: #175cff;
	transform: scale(1.05)
}

.form-control:focus {
	border-color: #ff5722;
	box-shadow: 0 0 5px rgb(255 87 34 / .5)
}

.form-label {
	color: #fff;
	font-weight: 500
}

.custom-input {
	border-radius: 8px;
	border: 1px solid #8E98A4;
	transition: border-color 0.3s
}

.custom-input:focus {
	border-color: #007bff;
	box-shadow: 0 0 5px rgb(0 123 255 / .5)
}

@media (max-width:576px) {
	.card {
		margin: 10px
	}
}

.animated-title {
	font-size: 1.5rem;
	color: #036;
	transition: transform 0.3s ease, color 0.3s ease;
	font-weight: 700;
	letter-spacing: 1px
}

.animated-title:hover {
	transform: scale(1.05);
	color: #0056b3
}

@media only screen and (min-width:481px) and (max-width:1300px) {
	#mobileresponse {
		margin-top: 60px
	}

	#slider-section {
		height: 100vh
	}
}

@media only screen and (min-width:1301px) and (max-width:1400px) {
	#mobileresponse {
		margin-top: 38px
	}

	#slider-section {
		height: 100vh
	}
}

@media only screen and (min-width:1401px) and (max-width:1600px) {
	#mobileresponse {
		margin-top: 125px
	}

	#slider-section {
		height: 74vh
	}
}

@media only screen and (min-width:1601px) and (max-width:1800px) {
	#mobileresponse {
		margin-top: 18px
	}

	#slider-section {
		height: 75vh
	}
}

@media only screen and (min-width:1801px) {
	#mobileresponse {
		margin-top: 20px
	}

	#slider-section {
		height: 76vh
	}
}

.single-service {
	background-color: #f9f9f9;
	border-radius: 10px;
	transition: transform 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	text-align: center
}

.single-service:hover {
	transform: scale(1.05)
}

.service-icon img {
	margin: 0 auto
}

.service-info-wrap {
	padding: 10px 5px;
	flex-grow: 1
}

.single-service .service-info-wrap {
	flex-grow: 1
}

.col-lg-4,
.col-md-6 {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

.single-service p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #000;
	text-align: justify
}

#servicesbg {
	background: linear-gradient(to right, #d4e6f1, #f1f9ff)
}

#reviewplatform {
	width: 100px;
	height: 100px;
	object-fit: cover
}

.custom-input {
	filter: brightness(100%);
	background: #fff
}

#form-control {
	padding: 10px 13px
}

#date {
	padding: 10px 13px
}

@media only screen and (min-width:320px) {
	#lapicon {
		visibility: visible
	}
}

@media only screen and (min-width:720px) {
	#lapicon {
		display: none
	}
}

@media only screen and (max-width:480px) {
	#mobileicon {
		display: none
	}
}

@media only screen and (min-width:720px) {
	#mobileicon {
		visibility: visible;
		display: flex
	}
}

.about-sec-new {
	padding: 15px 0
}

.form-control {
	padding: 13px 13px
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
	#cardmobile {
		visibility: visible;
		margin-top: -360px
	}
}

@media only screen and (min-width:720px) {
	#cardmobile {
		display: none
	}
}

@media only screen and (max-width:480px) {
	#card {
		display: none
	}
}

@media only screen and (min-width:720px) {
	#card {
		visibility: visible
	}
}

@media only screen and (max-width:376px) {
	#cardmobile {
		margin-top: -160px;
		width: 345px;


	}
}

@media only screen and (min-width:376px) and (max-width:390px) {
	#cardmobile {
		 margin-top: -320px;                      /*old 300 */
		width: 345px;



	}
}

@media only screen and (min-width:391px) and (max-width:500px) {
	#cardmobile {
		margin-top: -347px;    /*old 338*/
		width: 345px;


	}
}

@media only screen and (min-width:501px) and (max-width:950px) {
	#slider-section {
		height: 60vh
	}
}

@media only screen and (min-width:1200px) and (max-width:1350px) {
	#logoquery {
		display: none
	}
}

#input1 {
	width: 310px;
	height: 55px;
	background-color: #fff
}

#inputmessage {
	width: 310px;
	height: 82px;
	background-color: #fff
}

#message1 {
	width: 357px;
	height: 80px;
	margin-left: -10px
}

#aboutpara {
	text-align: justify;
	color: #000;
	font-size: 14px;
	line-height: 25px;
	word-spacing: -2px;
	hyphens: auto;
}

#listpara {
	text-align: justify;
	color: #000;
	font-size: 15px;
	hyphens: auto;
}

#learnwhatsection {
	text-align: center;
	font-size: 14px;
	color: #000
}

#serviceindexheading {
	color: #032d60;
	font-size: 20px;
	margin-bottom: 5px
}

#serviceindexpara {
	font-size: 15px;
	color: #000;
	text-align: center;
	hyphens: auto;
}

#portfolioheading {
	font-size: 34px;
	font-weight: 700
}

#projectinmind {
	text-align: center;
	color: #000;
}

#onesteppartner {
	color: #000;
	font-size: 15px
}

#clientele {
	text-align: center;
	color: #032d60;
	font-size: 24px
}

#testimonial {
	text-align: center;
	margin-top: -90px;
	color: #032d60
}

#aboutPerennial {
	color: #032d60;
	text-align: center;
	font-size: 29px
}

#viewallservice {
	font-size: 18px;
	color: #175cff;
	text-decoration: none
}

#productsolutionbyPerennial {
	text-align: center;
	color: #032d60;
	font-size: 23px
}

#productsheading {
	color: #032d60
}

#productssolutionspara {
	color: #000;
	hyphens: auto;
}

#onesteppartnerheading {
	color: #032d60;
	font-size: 24px
}

#clientslogo {
	width: 70px
}

#customersays {
	text-align: center;
	color: 032d60;
	font-size: 22px
}

#reviewsindex {
	width: 416px;
	margin-right: 24px
}

#reviewlogo {
	width: 60px
}

#reviewbox {
	min-height: 260px
}

#mapfooter {
	overflow: hidden;
	max-width: 100%;
	width: 1500px;
	height: 300px
}

#cardcounts {
	color: #000
}

#Perennialdo {
	color: #032d60;
	font-size: 22px
}

#mainaboutheading {
	font-size: 19px;
	color: #032d60
}

#productsolutionbyPerennial1 {
	font-size: 24px;
	font-weight: 600
}

#onesteppartnerheading1 {
	font-size: 29px
}

#customersays1 {
	font-size: 29px;
	color: #032d60
}

#productssolutionheight {
	height: 240px
}

#iframeprotfolio {
	width: 100%;
	height: 600px;
	border: none
}

#clientele1 {
	font-size: 29px
}

#reviewcomments {
	color: #000;
	font-size: 15px
}

#colorblack {
	color: #000
}

#darkblue {
	color: #032d60;
	font-size: 22px;
}

#centeralign {
	text-align: center
}

#colorblue {
	color: #1a73e8
}

#margintop {
	margin-top: 10px
}

.fs-35 {
	font-size: 28px
}

#onestopimg {
	height: 305px
}

#footerblue {
	color: #175cff
}

#testimonialheight {
	margin-top: -60px
}

#footerpara {
	text-align: justify;
	hyphens: auto;
}

#g-mapdisplay {
	height: 100%;
	width: 100%;
	max-width: 100%
}

#swiper-wrapper-bed2f171e6ba103c4 {
	transform: translate3d(-1760px, 0, 0);
	transition-duration: 0ms
}

#footerbg {
	background: url(assets/img/page-header-bg.svg)no-repeat bottom right
}

#techsection {
	cursor: pointer
}

#pills-all-tab {
	color: #000
}

#pills-branding-tab {
	color: #000
}

#pills-design-tab {
	color: #000
}

#pills-logo-tab {
	color: #000
}

#pills-web-tab {
	color: #000
}

@media only screen and (max-width:480px) {
	.whats-float {
		top: 62%
	}
}

#evryindus {
	color: #032d60
}

#evrypara {
	color: #000;
	font-size: 15px;
	text-align: center;
	hyphens: auto;
}

@media only screen and (max-width:768px) {
	#evrypara {
		text-align: justify;
	font-size: 14px;
	hyphens: auto;
	}
}

.feature-box {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 4px 8px rgb(0 0 0 / .1);
	transition: all 0.3s ease
}

.feature-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 16px rgb(0 0 0 / .2)
}

.feature-title {
	font-size: 1.3rem;
	font-weight: 700;
	margin-bottom: 10px;
	color: #032660
}

.feature-description {
	font-size: 14px;
	line-height: 1.6;
	color: #000;
	font-weight: 500
}

#headingwhychoose {
	color: #032d60
}

.content {
	padding: 20px
}

@media (max-width:480px) {
	.scrollbtncall {
		display: block
	}
}

@media (min-width:481px) {
	.scrollbtncall {
		display: none
	}
}

.scrollbtncall {
	background-color: #1c324c;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 33px;
	z-index: 1000
}

.mobilefootcall {
	position: fixed;
	bottom: 1px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	gap: 10px;
	opacity: 0;
	transition: opacity 0.5s ease, visibility 0.5s ease;
	visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px
}

.mobilefootcall.show {
	display: flex;
	opacity: 1;
	visibility: visible
}

.scrollbtncall.hidden {
	background-color: #fff0
}

#mobilecallnow,
#mobilebookbtn {
	padding: 7px 7px;
	font-size: 17px;
	border-radius: 8px;
	text-decoration: none;
	color: #000;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.3s;
	color: #fff
}

@media only screen and (max-width:480px) {
	#techsection {
		display: none
	}
}

#usefullinks {
	color: #000
}

.intl-tel-input.separate-dial-code .selected-dial-code {
	display: table-cell;
	vertical-align: middle;
	padding-left: 8px
}

#cardtitle {
	padding: 14px
}

.carousel-indicators {
	display: none
}

@media (max-width:576px) {
	.carousel-indicators {
		display: flex
	}
}

.separator {
	display: inline-block;
	width: 2px;
	top: 15%;
	height: 66px;
	background-color: #fff;
	margin: 0 10px
}

.carousel-buttons {
	position: absolute;
	top: 75%;
	left: 70px;
	transform: translateY(-50%);
	z-index: 1
}

.carousel-buttons .btn {
	margin-bottom: 10px;
	border-radius: 30px
}

.icon {
	width: 100px;
	height: 100px;
	object-fit: contain
}

.transparent-btn {
	background-color: #fff0;
	color: #fff;
	border: 2px solid #fff
}

.transparent-btn:hover {
	background-color: rgb(255 255 255 / .1)
}

#carousel-title {
	opacity: 1;
	transition: opacity 2s ease-in-out
}

#mobilelabel {
	text-align: left
}

@media (max-width:768px) {
	#copytext {
		display: none
	}

	#copyrightspace {
		margin-bottom: 57px
	}
}

#clienttext {
	font-size: 12px;
	color: #000
}

#clientlogo {
	height: 50px;
	width: 74px
}

.cta-button {
	background-color: #007bff;
	color: #fff;
	padding: 15px 30px;
	font-size: 1.1rem;
	text-decoration: none;
	border-radius: 5px;
	transition: background-color 0.3s
}


.intro {
	background-color: #fff;
	padding: 60px 0;
	text-align: center
}

.intro h2 {
	font-size: 2rem;
	margin-bottom: 15px
}

.core-values {
	background-color: #f1f1f1;
	padding: 60px 0
}

.core-values h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 2rem
}

.core-values-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px
}

.value-item {
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	text-align: center;
	box-shadow: 0 4px 8px rgb(0 0 0 / .1)
}

.value-item img {
	width: 60px;
	height: 60px;
	margin-bottom: 15px
}

.value-item h6 {
	font-size: 1rem;
	margin-bottom: 10px;
	color: #032660
}

@media screen and (max-width:768px) {
	.core-values-grid {
		grid-template-columns: 1fr
	}

	.core-values h2 {
		font-size: 1.5rem;
		margin-bottom: 30px
	}

	.value-item {
		padding: 15px
	}

	.value-item img {
		width: 50px;
		height: 50px;
		margin-bottom: 10px
	}
}

.technology {
	background-color: #fff;
	padding: 20px 0;
	text-align: center
}

.technology h2 {
	font-size: 2rem;
	margin-bottom: 20px
}

.why-choose-us {
	background-color: #fff;
	padding: 60px 0
}

.why-choose-us h2 {
	text-align: center;
	margin-bottom: 40px;
	font-size: 2rem
}

.why-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px
}

.why-item blockquote {
	font-size: 1.1rem;
	font-style: italic;
	margin-bottom: 15px;
	color: #555
}

.why-item ul {
	list-style: none;
	padding-left: 0
}

.why-item ul li {
	font-size: 1.1rem;
	margin-bottom: 10px
}

#titlehead {
	color: #032d60;
	text-align: center
}

@media screen and (max-width:768px) {
	.why-choose-us {
		display: none
	}
}

@keyframes scroll {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(calc(-360px * 11))
	}
}

.slider1 {
	height: 100px;
	margin: auto;
	overflow: hidden;
	position: relative;
	width: auto
}

.slider1 .slide1-track {
	animation: scroll 40s linear infinite;
	display: flex;
	width: calc(250px * 14)
}

.slider1 .slide1 {
	height: 100px;
	width: 250px
}

.cardlogo {
	background-color: #fff;
	border-radius: 11px;
	padding: 8px;
	box-shadow: 0 2px 3px rgb(173 216 230 / .5);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 215px;
	transition: transform 0.2s
}

.cardlogo:hover {
	transform: translateY(-1px)
}

.cardlogo img {
	max-width: 120px
}

.slide1 {
	margin-right: 20px;
	flex-shrink: 0
}

#cardlogo {
	background-color: #fff;
	border-radius: 8px;
	padding: 15px;
	box-shadow: 0 4px 15px rgb(0 0 0 / .2);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 215px
}

#lapclient {
	margin-top: -50px
}

@media only screen and (min-width:320px) {
	#mobileclient {
		visibility: visible
	}
}

@media only screen and (min-width:720px) {
	#mobileclient {
		display: none
	}
}

@media only screen and (max-width:480px) {
	#lapclient {
		display: none
	}
}

@media only screen and (min-width:720px) {
	#lapclient {
		visibility: visible
	}
}

.carousel-buttons {
	background-color: rgb(0 0 0 / .7);
	padding: 33px;
	width: 490px;
	height: 180px;
	border-radius: 16px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 15px rgb(0 0 0 / .3)
}

#carousel-title {
	color: #f8f9fa;
	font-size: 22px;
	text-align: center;
	margin-bottom: 20px
}

#button-container {
	display: flex;
	gap: 15px
}

.transparent-btn {
	padding: 10px 20px;
	border-radius: 20px;
	text-decoration: none;
	background-color: #fff0;
	transition: background-color 0.3s, color 0.3s
}

#call-button:hover {
	border: 2px solid #007bff;
	color: #007bff
}

#consultation-button:hover {
	border: 2px solid #dc3545;
	color: #dc3545
}

.form-label {
	text-align: left;
	display: block;
	margin-bottom: .5rem
}

#clienttext {
	font-weight: 600
}


#sliderimage {

	display: block;

	width: 100%;


}


#color1 {

	color: #032d60;
}




/* latin */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url(../../s/montserrat/v29/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Hw5aXo.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


#g-mapdisplay img.text-marker {
	max-width: none !important;
	background: none !important;
}

img {
	max-width: none
}

@media (max-width: 480px) {
	.carousel-buttons {
		display: none;
	}
}


/* Slider Styles */
#mobileclient {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-top: 30px;
 }

 .slide1-track {
	display: flex;
	animation: scroll 30s linear infinite; /* Change duration as needed */
 }

 .slide1 {
	min-width: 150px;
	margin-right: 20px; /* Reduce or remove margin to reduce the gap */
 }


 /* Infinite scrolling animation */
 @keyframes scroll {
	0% {
	   transform: translateX(0);
	}
	100% {
	   transform: translateX(-100%);
	}
 }

