html {
  scroll-behavior: smooth;
}

.header {
	background-color: transparent;
	padding: 10px 0px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.header img{
	max-width: 200px;
}

.header p{
	color: #ffffff;
	margin-bottom: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	text-align: right;
  font-size: 18px;
}

.header__doc{
  background-color: #1a1a1a;
}

.header.nav-sticky {
	background-color: #fff !important;
	box-shadow: 0 10px 33px rgba(0, 0, 0, .1) !important;
	padding: 15px 0px;
}

.header.nav-sticky p{
	color: inherit;
}

.wrapper{
	padding: 100px 0;
  padding-top: 180px;
}

.wrapper h1{
	text-align: center;
	margin-bottom: 16px;
	font-size: calc(1rem + 1.5vw);
}

.wrapper a {
  color: #5A931D;
}

.wrapper p:last-child{
	margin-bottom: 0;
}

.wrapper p:not(:last-child){
	margin-bottom: 16px;
}

.wrapper a{
	text-decoration: none;
	cursor: pointer;
}

.hero__title {
  font-size: 60px!important;
  line-height: 66px!important;
}

.hero__bg {
  height: 100vh;
  /* padding-bottom: 80px; */
  display: flex!important;
  align-items: center;
  justify-content: center;
  background-image:linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/1.png"); 
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center;
}
.hero-text {
  margin-top: 200px;
}

.about__row {
  align-items: center;
}

.testimonial {
  min-height: 100%;
  height: 100%;
}

.testimonial img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.contact-text__custom {
  font-weight: 600;
    font-size: 29px;
    line-height: 40px;
}

/*form*/
.submitBnt{
  font-family: inherit;
  color: #ffffff !important;
  background-color: #007bff;
  border: none;
  border-radius: 8px;
  line-height: normal;
  font-weight: 700;
  cursor: pointer;
  width: 100%;
  height: 45px;
}

.custom-form-group label a{
  color:  #9be050;
}

.custom-form-control{
  margin-bottom: 15px;
  padding-left: 16px;
  border: 1px solid #dfe9f1;
  font-size: 14px;
  height: 45px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #9197b5;
  border-radius: 5px;
}


.custom-form-group label{
	color: #000;
	margin-left: 8px;
	text-align: left;
  font-weight: 300;
  font-family: inherit;
  font-size: 14px;
	cursor: pointer;
  font-style: italic;
	display: inline-block;
}

.mandatory{
	color: #EC3324;
  font-size: 16px;
  font-weight: 400;
  margin-left: 8px;
  margin-right: -5px;
}

.custom-form-group{
	display: flex;
	margin-top: 16px;
}

.custom-form-group input{
	border: 1px solid #CCC;
  background: #FFF;
  padding: 0 12px;
  line-height: 38px;
  margin: 4px 0 10px 0;
  border-radius: 2px;
	width: 13px !important;
	height: 13px !important;
}

.service-v1 .singel-service {
  min-height: 330px;
}

.footer {
  padding-bottom: 32px;
}

.footer img{
	width: 100%;
	max-width: 200px;
	margin-bottom: 16px;
	display: block;
}

.footer .row {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
} 

.footer a{
	color:  #5A931D;
	text-decoration: none;
  transition: color .3s ease-in-out;
} 

.footer a:hover {
  color: #fff;
}

.footer ul{
	list-style-type: none;
	padding-left: 0;
}

.footer .row {
  padding-top: 50px;
}
.footer__center {
  padding-top: 18px;
}
.footer__right {
  padding-top: 55px;
}

.copyright{
	text-align: center;
}

#cookPopup{display:none;justify-content:space-between;flex-direction:column;align-items:center;gap:1rem;position:fixed;bottom:15px;left:50%;width:900px;max-width:90%;transform:translateX(-50%);padding:25px;background-color:white;border-radius:4px;box-shadow:2px 3px 10px rgba(0,0,0,0.4);z-index:9999}
    #cookPopup p{margin:0;text-align:left}
    #cookPopup a {
      color:  #5A931D;
    }
    .cookPopup_btn{padding:7px 15px;cursor:pointer;border:0;background: #5A931D;border-radius:4px;font-weight:800;color:#fff}
    .cookPopup_btn:hover{background:#1E43FF83}
    @media(min-width:576px){
        #cookPopup.show{display:flex;align-items:center}}
    @media(max-width:575px){
        #cookPopup.show{display:block;text-align:left}.cookPopup_btn{margin:10px 0 0 0}}
    .cookPopup_title{font-size:16px;font-weight:700}
    .cookPopup_desc{font-size:16px}.show{display:flex !important}

/*thanks*/
.main__thanks {
	background-color: #f1f1f9;
}

.thanksWrapper{
  position: relative;
	padding: 100px 0;
}

.thanksLogoWrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 100px;
}

.thanksLogo {
	max-width: 100px;
	width: 100%;
  margin-bottom: 32px;
}

.thanksTextContent {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	margin: 0 auto 100px;
	padding: 0 15px;
	max-width: 800px;
	text-align: center;
}

.thanksText {
	font-size: 18px;
	line-height: 30px;
}


@media(max-width: 1500px) {
  .hero__title {
    font-size: 38px!important;
    line-height: 48px!important;
  }
}
@media(max-width:991px) {

  .hero__bg {
    height: 100vh;
  }
  .hero__title {
    font-size: 35px!important;
    line-height: 40px!important;
  }

  .service-v1 .singel-service {
    min-height: unset;
  }

  .footer__center,
  .footer__right{
    padding-top: 32px;
  }
}

@media (max-width: 767.98px){
	.header .container{
		flex-direction: column;
	}
	.header p{
		text-align: center;
    font-size: 12px;
    line-height: normal;
	}

  .hero__title {
    font-size: 25px!important;
    line-height: 35px!important;
  }
}

@media(max-width: 557px) {

  .header,
  .header.nav-sticky {
    padding: 8px 0px;
  }

  .hero__bg {
    background-position: 96% 50%;
  }
  
  .hero-btn,
  input[type="submit"] {
    width: 100%;
    margin: 0 auto;
  }

  .contact-text__custom {
    font-size: 25px;
    line-height: 35px;
  }
  .site-footer-in {
    padding-top: 0px;
  }

  .hero-text {
    margin-top: 80px;
  }

}
@media(max-width: 330px) {
  .hero__title {
    font-size: 22px!important;
    line-height: 35px!important;
  }

  .wrapper {
    padding-top: 150px;
  }
}
