/* CSS Document */
li.current a {
  color: #d263b2 !important;
}

.text-justify
{
	text-align: justify;
}


.bg1
{
	background-color: #173d54;
background-image: url("https://www.transparenttextures.com/patterns/always-grey.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */a
}

.bg2
{
background-image: url( "../../fertiveda/bg/bg2.jpg");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */a
}
.heading1 {
  font-size: 40px;
}
.image1 {
  border: 1px solid #1b4764;
  margin-top: 45px;
}
.serviceBox{
/*    font-family: 'Poppins', sans-serif;*/
    text-align: center;
}
.serviceBox .service-icon{
    color: #fff;
    background: #fff;
    font-size: 27px;
    line-height: 92px;
    width: 105px;
    height: 80px;
    padding: 0 0 20px 0;
    margin: 0 auto;
    position: relative;
    clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 50% 20%, 100% 0);
}
.serviceBox:hover .service-icon i{
    transform: rotateX(360deg);
    transition: all 0.3s;
}
.serviceBox .service-icon:before{
    content: "";
    background: linear-gradient(#1f4b68, #d263b2);;
    position: absolute;
    top: 11px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 50% 20%, 100% 0);
    z-index: -1;
}
.serviceBox .service-content{
    background-color: #fff;
    padding: 60px 22px 40px;
    margin-top: -40px;
    outline: 2px solid #d263b2;
    outline-offset:-12px;
	
}
.serviceBox .title{
    color: #1b4764;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.serviceBox .description{
    color: #444;
/*    font-size: 14px;*/
/*    line-height: 24px;*/
/*    letter-spacing: 0.5px;*/
    margin: 0;
}
.text {
  text-decoration: underline;
  color: #d280c2;
}
.textone {
  color: #d07ec0;
}

.agnis-mobile-footer {
               position: fixed;
               left: 0;
               bottom: 0;
               width: 100%;
               text-align: center;
               display: none;
          }
          .fs-10 {
               font-size: 20px;
          }

		.btn-p{
			padding-top: 5px !important;
		}
          @media only screen and (max-width: 600px) {
               .agnis-mobile-footer {
                    background-color: #d263b2;
                    color: #000000;
                    display: block;
				   z-index: 999;
               }.btn-p{
				border: none;
			  }.font-14{
				  font-size: 14px;
			  }.whatsapp-icon{
				  width: 35px;
			  }.call-icon{
				  width: 30px;
			  }
          }
		.padding-top-5{
			padding-top: 7px !important;
		}
.serviceBox .read-more{
    color: #fff;
    background: linear-gradient(to right,#f47709, #e00f47);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 160px;
    padding: 11px 0;
    margin: 0 auto;
    display: block;
    transition: all 0.3s ease;
}
.serviceBox .read-more:hover{
    letter-spacing: 2px;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}
.serviceBox.purple .service-icon:before{ background: linear-gradient(#1F8DCA,#CD21A9); }
.serviceBox.purple .service-content{ outline-color: #CD21A9; }
.serviceBox.purple .title{ color: #CD21A9; }
.serviceBox.purple .read-more{ background: linear-gradient(to right,#1F8DCA,#CD21A9); }
.serviceBox.pink .service-icon:before{ background: linear-gradient(#EF78BC,#DA327F); }
.serviceBox.pink .service-content{ outline-color: #DA327F; }
.serviceBox.pink .title{ color: #DA327F; }
.serviceBox.pink .read-more{ background: linear-gradient(to right,#EF78BC,#DA327F); }
.serviceBox.blue .service-icon:before{ background: linear-gradient(#0E44A6,#22A5C1); }
.serviceBox.blue .service-content{ outline-color: #22A5C1; }
.serviceBox.blue .title{ color: #22A5C1; }
.serviceBox.blue .read-more{ background: linear-gradient(to right,#0E44A6,#22A5C1); }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 0 0 30px; }
}


.form-group {
  margin-bottom: 30px;
}

.contact__three-righ {
  border: 2px solid #d263b2;
  padding: 40px;
}

.btn-five {
  background: #d263b2 !important;
}

.whatsapp-footer {
  position: fixed;
  left: 20px;
  bottom:20px;
 text-align: center;
}

.team__three-item-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(249, 77, 29, 0) 0%, #D263B2 100%);
  transition: 0.5s;
  opacity: 0;
  border-radius: 6px;
}

@media only screen and (max-width: 1280px) {
  .team__area-item-content h5{
/*    margin-top: -45px;*/
    font-size: 19px;
  }
}

@media only screen and (max-width: 1280px) {
  .serviceBox .service-content{
/*    margin-top: -45px;*/
    height: 400px;
  }
}

@media only screen and (max-width: 1280px) {
  .contact__four-info{
/*    margin-top: -45px;*/
    height: 400px;
  }
}
@media (max-width: 1399px) {
  .banner__two-content h2 {
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 1080px) {
   .header__area-menubar-center-menu.two ul li a {
    padding: 20px 7px;
}
	.header__area-menubar-left-logo a img {
  max-width: 170px;
/*
  position: relative;
  z-index: 9999;
*/
/*
		h4 {
  font-size: 22px;
  line-height: 27px;
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
  color: var(--text-heading-color);
  font-family: var(--heading-font);
  font-weight: 700;
  margin-bottom: -25px;
}
*/
		
}
.footer__top-title	h2 {
    font-size: 30px !important;
/*    line-height: 55px;*/
  }
	 .mb-lg-0 {
    margin-bottom: 40px !important;
  }
	 .serviceBox .service-content {
    height: 435px;
  }
	.about__three-right-content {
  position: absolute;
  right: 0;
  bottom: 145px;
  background: #b8349a;
  display: none;
  padding: 3px;
    padding-bottom: 3px;
  padding-bottom: 22px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 88%, 0% 100%);
}
	.page__banner-content h1 {
  font-size: 18px;
    line-height: 30px;
  
}
	.name-info {
  margin-bottom: -25px;
  font-size: 22px;
  line-height: 27px;
}
}

.page__banner-content h2 {
  font-size: 40px;
}


@media only screen and (max-width: 768px) {
   .serviceBox .service-content {
    height: auto;
  }
}

	