#player-overlay {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

video {
  display: block;
  width: 100%;
  height: 100%;
}
.sec-title{
	font-size: 32px;
	color: #490d59;
	text-transform: uppercase;
}
.slider-cloud {
    margin-top: -234px;
    position: relative;
    z-index: 30;
    height: 234px;
    background: url('../../assets/img/hero/h-s-2-2.png') repeat-x;
}
.counterplus {
    color: var(--theme-color);
    font-size: 80px;
    font-weight: 600;
    line-height: 85px;
    display: inline-block;
}
.service-style2	{
  	display: block;
	text-align: center;
}
.service-style2 .service-icon{
	width: 100%;
    height: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
}
.service-style2 .service-title {
    font-size: 20px;
    margin: -0.2em 0 8px 0;
}
.service-style2 .service-title {
	color:#464484; 
}
/*.service-style2 .service-icon img{
    filter: brightness(0) invert(1);
	width: 48px;
    height: 48px;
    margin: 22px 0;
}*/
.nursuries-content .title{
	font-size: 20px;
	font-weight: 600;
}
.accordion-style1.v2{
    position: relative;
    width: 100%;
}
.main-menu a{text-transform: uppercase;}
#franchiseModal .form-style3.layout3{
    margin: 0 !important;
	padding: 40px !important;
} 
#franchiseModal .form-style3.layout3 img{
	display: none;
}
.modal#franchiseModal{
    z-index: 999;
}	
.modal-backdrop{
    z-index: 99;
}
#franchiseModal .modal-body .btn-close{
	position: absolute;
    z-index: 1;
    right: 9px;
    /* background: #ffd600; */
    padding: 5px;
    opacity: 1;
}
#franchiseModal .form-style3.layout3 input, #franchiseModal .form-style3.layout3 select {
    height: 44px;
}
#franchiseModal .sec-subtitle{
    font-size: 13px;
	text-align: center;
}	
#franchiseModal .form-style3.layout3 .sec-title {
    font-size: 25px;
    margin: 0 0 30px 0;
	text-align: center;
}
.nursuries-img{border-radius: 0px}
.nursuries-content h4{text-align: center; min-height: 40px}
input,select{color: #ffffff;}
@media (max-width: 1199px) {
    .slider-cloud {
        margin-top: -138px;
    }
}

/* --------------- end style 1 -----------------------------------------------------*/

.select-icon-card {
  position: absolute;
  bottom: 0;
  right: -38px;
  display: flex;
  align-items: center;
  max-width: 356px;
  gap: 26px;
  background-color: var(--theme-color);
  border-radius: 50px 0 65px 0;
  padding: 38px 27px 38px 27px;
}
.select-icon-card .select-title {
  margin-bottom: 0;
}	
.img-box12 {
  width: 651px;
  height: 321px;
  position: relative;
  /* Large devices */
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 1199px) {
  .img-box12 {
    width: 550px;
  }
}
@media (max-width: 991px) {
  .img-box12 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .img-box12 {
    width: 100%;
    height: auto;
  }
}
.img-box12 .img1,
.img-box12 .img2 {
  position: absolute;
  border-radius: 15px;
  /* Small devices */
}
@media (max-width: 767px) {
  .img-box12 .img1,
  .img-box12 .img2 {
    position: static;
    width: 100%;
  }
}
.img-box12 .img1 {
  bottom: 41px;
  left: 0;
}
.img-box12 .img2 {
  left: auto;
  right: 0;
}
.img-box12 .select-icon-card {
  max-width: 254px;
  right: 100px;
  gap: 17px;
  padding: 25px 25px;
}
.img-box12 .select-icon-card .select-title {
  font-size: 24px;
  color: #fff;	
}
.img-box12 .select-icon-card img {
    filter: brightness(0) invert(1);
}	

.form-style3.layout3 {
  background-color: var(--theme-color);
  border: 0;
  background-color: var(--theme-color);
  margin-right: -100%;
  padding: 70px 30px 107px 70px;
  padding-right: 100%;
  position: relative;
  border-radius: 15px;
  /* Large devices */
  /* Medium devices */
}
@media (max-width: 1199px) {
  .form-style3.layout3 {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .form-style3.layout3 {
    margin-right: 0;
  }
}
.form-style3.layout3 .form-group {
  margin-bottom: 15px;
}
.form-style3.layout3 .form-group:last-child {
  margin-bottom: 0;
}
.form-style3.layout3 .sec-subtitle {
  margin-bottom: 15px;
  letter-spacing: 0.2em;
}
.form-style3.layout3 .sec-title {
  font-size: 32px;
  margin: 0 0 40px 0;
}
.form-style3.layout3 select option{
	background: #e6615c;
    border: 0;
}	
.form-style3.layout3 input,
.form-style3.layout3 select,
.form-style3.layout3 textarea {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
}
.form-style3.layout3 input::-moz-placeholder,
.form-style3.layout3 select::-moz-placeholder,	
.form-style3.layout3 textarea::-moz-placeholder {
  color: var(--white-color);
}
.form-style3.layout3 input::-webkit-input-placeholder,
.form-style3.layout3 select::-webkit-select-placeholder,	
.form-style3.layout3 textarea::-webkit-input-placeholder {
  color: var(--white-color);
}
.form-style3.layout3 input:-ms-input-placeholder,
.form-style3.layout3 textarea:-ms-input-placeholder,
.form-style3.layout3 select{
  color: var(--white-color);
}
.form-style3.layout3 input::placeholder,
.form-style3.layout3 textarea::placeholder,
.form-style3.layout3 select{
  color: var(--white-color) !important;
}
.form-style3.layout3 input,
.form-style3.layout3 select{
  height: 50px;
}
.form-style3.layout3 textarea {
  height: 150px;
}
.form-style3.layout3 .form-img {
  position: absolute;
  right: 25%;
  bottom: -15px;
  /* Medium devices */
  /* Small devices */
}
@media (max-width: 991px) {
  .form-style3.layout3 .form-img {
    right: 0;
  }
}
@media (max-width: 767px) {
  .form-style3.layout3 .form-img {
    display: none;
  }
}

.git-bg-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color2);
  z-index: -1;
  top: 0;
  border-radius: 0 20px 20px 0;
}

.git-layout1 .git-ele1,
.git-layout1 .git-ele2 {
  position: absolute;
  left: 0;
  /* Extra large devices */
}
@media (max-width: 1500px) {
  .git-layout1 .git-ele1,
  .git-layout1 .git-ele2 {
    display: none;
  }
}
.git-layout1 .git-ele1 {
  top: 309px;
  left: 639px;
}
.git-layout1 .git-ele2 {
  bottom: 98px;
}
.git-layout1 p,.list-style1 li	{font-weight: 600;}	

/* --------------- end style 1 -----------------------------------------------------*/

.feature-style {
  text-align: center;
  margin-bottom: 30px;
  border-right: 1px solid var(--border-color);
  /* Large devices */
}
.feature-style:last-child {
  border-right: 0;
}
@media (max-width: 1199px) {
  .feature-style {
    border: 0;
  }
}
.feature-style .feature-body {
  padding: 0 15px;
  /* Large devices */
}
@media (max-width: 1199px) {
  .feature-style .feature-body {
    padding: 0 0;
  }
}
.feature-style .feature-icon {
  background-color: rgba(255, 85, 40, 0.1);
  width: 120px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-bottom: 25px;
  margin: 0 auto 35px auto;
}
.feature-style .feature-title {
  font-size: 24px;
  margin: 0 0 15px 0;
  color: #083666;
}
.feature-style .feature-text {
  margin-bottom: 0;
}
.feature-style:nth-child(2) .feature-icon {
  background-color: rgba(255, 164, 21, 0.1);
}
.feature-style:nth-child(3) .feature-icon {
  background-color: rgba(43, 177, 206, 0.1);
}
.feature-style:nth-child(4) .feature-icon {
  background-color: rgba(38, 204, 140, 0.1);
}

/* --------------- end style 1 -----------------------------------------------------*/

.testi-style4 {
  background-color: var(--white-color);
  padding: 50px 55px;
  border-radius: 15px 15px 15px 0;
  position: relative;
  margin-bottom: 60px;
  transition: all ease 0.4s;
  /* Large devices */
}
@media (max-width: 1199px) {
  .testi-style4 {
    padding: 25px 15px;
  }
}
.testi-style4::after {
  position: absolute;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 50px 73px 0 0;
  border-color: var(--white-color) transparent transparent transparent;
  transform: rotate(0deg);
  bottom: -50px;
  left: 0;
  transition: all ease 0.4s;
}
.testi-style4 .testi-text {
  font-size: 18px;
  transition: all ease 0.4s;
}
.testi-style4 .testi-icon {
  position: absolute;
  bottom: -35px;
  right: 30px;
  width: 70px;
  height: 70px;
  background-color: var(--theme-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 27px;
  border-radius: 50%;
  color: var(--white-color);
}

.img-card.style2 .card-vstext {
  color: var(--theme-color);
}

.testi-layout6 {
  padding: 220px 0 120px;
  margin-top: -100px;
}

.testi-carousel6 .slick-slide.slick-current.slick-active .testi-style4 {
  background-color: var(--vs-secondary-color);
  transition: all ease 0.4s;
}
.testi-carousel6 .slick-slide.slick-current.slick-active .testi-style4::after {
  border-color: var(--vs-secondary-color) transparent transparent transparent;
  transition: all ease 0.4s;
}
.testi-carousel6 .slick-slide.slick-current.slick-active .testi-style4 .testi-text {
  color: var(--white-color);
  transition: all ease 0.4s;
}
