@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
* {
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0.5px;
}

html {
	scroll-behavior: smooth;
}

@keyframes appear {
	from {
		opacity: 1;
		scale: 0.8;
	}
	to {
		opacity: 1;
		scale: 1;
	}
}

@keyframes show {
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes fadeUp {
	0%{
		opacity: 0;
		transform: translateY(30px) scale(0.9);

	}
	
	100%{
		opacity: 1;
		transform: translateY(0px) scale(1);

	}
}

.customAppear {
	animation: appear linear;
	animation-timeline: view();
}

.customShow {
	animation: show both;
	animation-timeline: view();
	animation-range: entry 20% cover 100vh;
}

.customFadeup {
	animation: fadeUp 1.5s;
}

body {
	/*background: linear-gradient(to right, #fff1eb 0%, #ace0f9 100%);*/
	background: #FDFCFC;
	height: 100%;
	overflow-y: scroll;
}

#homeBtn:hover {
	background-color: #176131;
	transition: ease-in-out 0.5s;
	font-weight: bold;
}

#upButton {
      position: fixed;
      bottom: 100px;
      right: 20px;
      padding: 5px 10px;
      background-color: #176131;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      display: none; /* Hidden by default */
    }
    #upButton:hover {
      background-color: #162A11;
	}

#taxPic {
	height: 100vh;
	width: 700px;
	
}

.navHome:hover {
	color: #176131 !important;

}


.navbarLink:hover {
	color: #176131 !important;
	font-weight: bold;
	transition: ease-in-out 0.5s;
	width: auto;
}

.nav-underline .active {
	border-bottom: 2px solid #176131;
	font-weight: bold;
	transition: ease-in-out 0.5s;
}

.dropdown-menu {
	padding: 5px;
}

.dropdown-item:hover {
	color: #176131;
	border-bottom: 1px solid #176131;
	background-color: transparent;
}



.section-padding {
	padding: 60px 0;
}

.carousel-item {
	height: 100vh;
	min-height: 300px;
}
.carousel-caption {
	bottom: 200px;
	z-index: 2;
}
.carousel-caption h5 {
	font-size: 45px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-top: 25px;
}
.carousel-caption p {
	width: 60%;
	margin: auto;
	font-size: 22px;
	line-height: 1.9;
}
.carousel-inner:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
}

/*@media (min-width: 991px) {
	.navbar{
		padding: 20px;
		margin: 20px;
		height: 50px;
		border-radius: 20px;
		color: #f1fbff;
	}
}*/

.navbar .getstarted {
	background: #176131;
	margin-left: 30px;
	border-radius: 4px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	padding: .5rem 1rem;
	line-height: 2.3;
}
.navbar-nav a {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 500;
}
.navbar-light .navbar-brand {
	color: #000;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;

}

.fbIcon:hover {
	color: #3636E5 !important;

}

.liIcon:hover {
	color: #0077b5 !important;
}

.inIcon:hover {
	color: #E1306C !important;
}



.socialIcon:hover {
	border-bottom: 2px solid #176131;
	transition: 0.5ms ease-in-out ;

}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #000;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav {
	color: #000;
}
.w-100 {
	height: 100vh;
}
.navbar-toggler {
	padding: 1px 5px;
	font-size: 18px;
	line-height: 0.3;
	background: #fff;
}

.services .card-body i {
	font-size: 50px;
}
.team .card-body i {
	font-size: 20px;
}

.h2-body {
	color: #1B1B56;
}

.h3-body {
	color: #1B1B56;
}

@media only screen and (min-width: 1401px) and (max-width: 1900px) {
	.about-mainpic {
		margin-top: 5px;
		
	}

	.about-mainpic2 {
		margin-top: 20px;
		
	}

	.carousel-item {
		height: 90vh;
	}

	#taxPic {
		max-width: 100%;
	}

}

@media only screen and (min-width: 992px) and (max-width: 1400px) {
	.about-mainpic{
		height: 470px;
	}

	.about-mainpic2 {
		height: 525px;
		margin-top: 15px;

	}

	#taxPic {
		max-width: 100%;
	}

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.carousel-caption {
		bottom: 200px;
	}
	.carousel-caption p {
		width: 100%;
	}
	.card {
		margin-bottom: 30px;
	}
	.img-area img {
		width: 100%;
	}

	.about-mainpic2 {

		margin-top: 50px;
	}

	.location-img {
		height: 500px;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-nav {
		text-align: center;
	}
	.carousel-caption {
		bottom: 150px;
	}
	.carousel-caption h5 {
		font-size: 30px;

	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 15px;
	}
	.carousel-caption p {
		width: 100%;
		line-height: 1.6;
		font-size: 20px;
	}
	.about-text {
		padding-top: 50px;
	}
	.card {
		margin-bottom: 30px;
	}
	.carousel-item {
		height: 90vh;
	}

	.about-mainpic2 {

		margin-top: 50px;
	}

	#taxPic {
		max-width: 100%;
	}

}

@media only screen and (max-width: 380px) {

	.carousel-caption {
		bottom: 80px;
	}

	.carousel-item {
		height: 100vh;
	}

	#taxPic {
		max-width: 100%;
	}

}

.theme-text {
  color: #474af0;
}

.card-img-top {
  max-height: 265px;
  width: 100%;
}

.cardOffer {
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  max-height: 700px;
}

.card-img-top-blog {
  max-height: 180px;
  width: 100%;
}

.cardBlog {
  z-index: 1;
  overflow: hidden;
  transition: 0.5s;
  max-height: 385px;
  
}

.card-bg{
	background-color: #232C33;
}

/*.cardOffer:hover {
	color: white;
}*/

.cardOffer::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0%;
  width: 100%;
  height: 100%;
  transition: 0.7s;
  z-index: -1;
}
.cardOffer:hover::before {
  left: 0%;
  color: #020202;

}

#cloudPBX {
	height: 400px;
}

.pbxIcon {
	background-color: white;
	padding: 10px;
	border-radius: 100%;
	color: #106eea;
}

.testimonialContainer {
  	width: 100%;
  	display: flex;
  	align-items: center;
  	justify-content: center;
}

.swiper {
	position: relative;
	max-width: 1000px;
	width: 100%;
	overflow: hidden;
}


.swiper-slide{
	display: flex;
  	align-items: center;
  	justify-content: center;
  	flex-direction: column;
  	height: 100%;
  	width: 100%;
}

.details {
  	padding: 0 160px;
	margin-top: 20px;
  	font-size: 14px;
  	font-weight: 400;
	text-align: center;
}


/* swiper button css */
.slide-btn {
  height: 40px !important;
  width: 40px !important;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  position: relative;
}
.slide-btn:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.slide-btn::after,
.slide-btn::before {
  font-size: 20px !important;
  color: #fff;
}

@media screen and (max-width: 768px) {
	.details {
	  padding: 0 20px;
	}
}


.footerLink:hover {
	color: white !important;
}

.footer-bg{
	background-color: #162A11;
}

.newsLetter{
	background-color: #FDFCFC;
}

.pbxSlider{
	max-height: 600px;

}



