
@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');


body {
	color:#7A7A7A;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	padding-top:84px;
}


/* transitions common*/
a, *::before, *::after, img, span, input, button {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.btn-warning {
	color: #000;
	background-color: #00CDC6;
	border-color: #00CDC6;
	box-shadow: none !important;
}

.btn-warning:hover{background:#000; color:#FFF !important; box-shadow: none; border-color: #000;}

.navbar-dark2 {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	margin: 0;
	padding-bottom: 0;
	padding-top: 0;
	z-index: 1002;
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
	background: #fff;
}
.navbar-light .navbar-nav .nav-link {
	color: #7A7A7A;
	font-style: normal;
	font-weight:500;
	line-height: normal;
	font-size:14px;
}


.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #000;
}

.loginsignu .btn, .loginsignu a{font-size: 14px;}
.theme-button {
	/* display: flex; */
	padding:16px 32px;
	justify-content: center;
	align-items: center;
	gap: 16px;
	text-decoration: none;
	color: #FFF;
	transition: all .6s ease;
	border: 1px solid transparent;
}
.nav-item {
	padding-left: 20px;
}

.nav-btn .theme-button {
	padding: 7px 25px;
	height: 40px;
	transition: all .6s ease;
}
.nav-btn .out-line {
	border-radius: 100px;
	border: 1px solid #6EC4D8;
	color: #6EC4D8;
	transition: all .6s ease;
}
.nav-btn .out-line:hover {
	color: #6EC4D8;
}
.theme-button:hover {
	color: #FFF;
}

.banner {
	background: url(../img/banner.jpg) no-repeat;
	background-size: cover;
	height: 100vh;
	background-position: center;
	position: relative;
}

.banner:before{background:#00000040;
	content: "";
	position:absolute;
	left: 0; 
	right: 0; 
	width: 100%; 
	height:100%; 
	top: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #000;
}

.bg-dark {
	background-color: rgb(6, 100, 33) !important;
}

.nav-item {
	font-size: 14px;
}

.footer-sction.bg-dark.py-5 {
	font-size: 13px;
}

.hero-section .hero-content:nth-child(2) {
	margin-top: 2em;
}

video {
	max-width: 100%;
}

.hero-section {
	color: #fff;
	background: #000;
	background-repeat: no-repeat;
	background-size: 550px;}

.hero-heading {
	line-height: 56px;
	font-weight: 700;
	margin-bottom: 17px;
	color: #00CDC6;
}

#hero-subHeading {
	font-size: 36px;
	font-weight: 600;
	line-height: 60px;
	margin-bottom: 24px;
}

#hero-text {
	font-size: 36px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 10px;
}

.button_1 {
	border-radius: 6px;
	font-size: 18px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 500;
	border: 1px solid #32BFBD;
	margin-bottom: 20px;
	cursor: pointer;
	width: 325px;
	max-width: 100%;
}

.button_1 {
	font-size: 18px;
	color: #fff !important;
	font-weight: 500;
	cursor: pointer;
}

.hero-btn form#form1 input#hero_email_field {
	margin: 0;
	padding: 14px 17px 14px 8px;
	height: auto;
}

.hero-submit {
	color: #fff;
	border: 1px solid #32BFBD;
	margin: 8px 9px;
	border-radius: 5px;
	padding: 5px 20px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	background: #4cb8b6a8;
}


#button_2 {
	font-weight: 500;
	padding: 18px 30px;
	min-width:250px;
	max-width: 100%;
	text-transform: capitalize;
	color: rgba(101, 101, 101, 1);
	background: #FFF;
	border-radius: 5px;
	text-decoration: none;
	margin-top: 16px;
	  text-align: center;
	  display: inline-block;
	}


	h2 {
	font-size: 3em;
	font-weight: 600;
}

.client-logo img {
	opacity: 0.3;
	filter: alpha(opacity=0.3);
}

.client-logo img:hover{opacity:100;
	filter: alpha(opacity=100);}


.list p{ padding-left:30px; position: relative;}

.list .fas.fa-check {
	color: #00CDC6;
	position: absolute;
	left: 0;
	top:4px;
}

.theme-btn{border-radius: 7px 7px 7px 7px;
  padding: 14px 30px;
border: 2px solid #EBEBEB; color:#000}
.theme-btn:hover{color:#FFF; background:#000}


.HappyCustomer{background:#F5F5F3; border-radius: 15px; position: relative; padding-bottom: 40px}
.HappyCustomer:before{background-image: url(../img/bgoverlay_1_2.jpg);
  background-position: center center;
  background-size: cover;
  opacity: 0.06;
	position:absolute;
	left: 0; 
	right: 0; 
	width: 100%; 
	height:100%; 
	top: 0;
	content: "";
}
.HappyCustomer img{margin-top: -50px}

.featuresbox {
	background: #F5F5F3;
	padding:40px;
	border-radius: 20px;
	box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.01);
}

.featuresbox:hover{background: #00CDC6;}

.client-review {
	background: #F5F5F3;
	border-radius: 15px;
	position: relative;
	padding-bottom: 40px;
	padding-left: 40px;
	padding-right: 40px;
}
.client-review:before{background-image: url(../img/bgoverlay_1_2.jpg);
  background-position: center center;
  background-size: cover;
  opacity: 0.06;
	position:absolute;
	left: 0; 
	right: 0; 
	width: 100%; 
	height:100%; 
	top: 0;
	content: "";
}

.client-review

.client1-img {
	width: 50px;
	height: 50px;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
}

.client-review-slider p {
	font-size: 23px;
	color: #000;
	font-style: italic;
	padding:15px 0;
}

.author-name {
	font-size: 20px;
	color: #000;
	padding-top: 6px;
}


.entry-thumb{
  border-radius: 15px 15px 15px 15px;
  margin: 0px 0px 15px 0px;
  position: relative;
  padding: 20px;
  overflow: hidden;
  display: block;
  padding: 0px 0px 0px 0px;
}

.entry-thumb img{-webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.entry-thumb img:hover{
-webkit-transform: scale(1.05) rotate(2deg);
  transform: scale(1.05) rotate(2deg);
  opacity: .8;
}

.meta-wraper a {
	text-decoration: none;
	color: #757575;
	margin-right: 2px;
}

.entry-title {
	line-height: 18px;
}

.entry-title a {
	text-decoration: none;
	color: #333;
	font-size: 19px;
	line-height: 18px;
}

.post-body p {
	font-size: 13px;
	padding-top: 5px;
}

.form-control {
	box-shadow: none !important;
	border: 0;
	min-height:52px;
	font-size: 13px;
}

.form .btn {
	background: #000;
	height: 52px;
	min-width: 180px;
	color: #FFF;
}

.contact-us.list p {
	padding-left: 0;
	position: relative;
	font-size: 13px;
}

.contact-us.list p i{color:#000}

.navfooter a {
	text-decoration: none;
	color: #7A7A7A;
	font-size: 13px;
}

.navfooter {
	padding-bottom: 12px;
}

.page-banner-bg{position: relative; background-size: cover !important; padding:100px 0; background-position: center !important;}
.background-overlay{
	inset:0;
	position: absolute;
	background-color:#fff;
	opacity: 0.8;
	transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.page-banner-bg a{text-decoration: none; color:#000}

.navbar-light .navbar-toggler {
	border: 0;
	box-shadow: none !important;
}

footer {
	background: #000;
	padding:80px 0 !important;
	margin-top: 50px !important;
}

footer h5{color:#FFF}
.copyright {
	background: #000;
	padding: 15px 0;
	border-top: 1px solid #FFFFFF17;
}