/********************************************************
	Comman CSS Start
********************************************************/
.iny-btn-style2 {
    background: var(--iny-primary);
    color: var(--iny-white);
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 30px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    padding: 0 15px;
    width: 170px;
    margin-top: 10px;
    z-index: 0;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    display: inline-table;
}
.iny-btn-style2:hover {
    color: var(--iny-white);
}
.iny-btn-style2.iny-white {
    background: transparent;
    border: 2px solid var(--iny-primary);
}
.iny-btn-style2:hover {
    color: var(--iny-white);
}
.iny-btn-style2 span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--iny-white);
    -webkit-transform: translateY(150%);
	-moz-transform: translateY(150%);
	-ms-transform: translateY(150%);
	-o-transform: translateY(150%);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}
.iny-btn-style2:hover span {
    -webkit-transform: translateY(0) scale(2);
	-moz-transform: translateY(0) scale(2);
	-ms-transform: translateY(0) scale(2);
	-o-transform: translateY(0) scale(2);
    transform: translateY(0) scale(2);
}
.iny-btn-style2 span:nth-child(1) {
    --n: 1;
}
.iny-btn-style2 span:nth-child(2) {
    --n: 2;
}
.iny-btn-style2 span:nth-child(3) {
    --n: 3;
}
.iny-btn-style2 span:nth-child(4) {
    --n: 4;
}


/*************************
    Image Style 2 Css 
*************************/
.iny-about-img2 {
    position: relative;
    display: inline-block;
    width: 100%;
}
.iny-about-small-img {
    border: 10px solid var(--iny-primary);
    margin-top: -215px;
    float: right;
    position: relative;
    min-width: 64%;
    max-width: 65%;
}
.iny-about-time {
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    font-size: 42px;
    position: absolute;
    right: 36px;
    top: 21px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: italic;
    writing-mode: vertical-rl;
    color: #d2d9d9;
    font-family: 'Yantramanav', sans-serif;
}
img.iny-about-big-img {
    width: calc(100% - 100px);
}


/********************************************************
  Fancy Box CSS Start
********************************************************/
.iny-married-wrapper {
    background: var(--main-green-version4);
    padding: 152px 0 113px;
    position: relative;
}
.iny-married-wrapper .row {
    align-items: center;
}
.iny-married-img .iny-heading {
    margin: 0;
}
.iny-married-text {
    position: relative;
}
.iny-married-text img {
    width: 100%;
}
.iny-married-hover {
    position: absolute;
    top: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.60);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.iny-married-text:hover .iny-married-hover {
    top: 0;
    opacity: 1;
    visibility: visible;
}
.iny-married-text, .iny-married-text:hover .iny-married-hover, .iny-married-text .iny-married-hover, .iny-married-hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.iny-heading {
    color: var(--iny-primary);
    font-size: 42px;
    font-weight: 700;
    position: relative;
    padding: 0;
    margin: 0px 0 38px 0;
    font-style: italic;
    line-height: 50px;
}
.iny-nav-button {
    width: 100px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.iny-nav-button > div {
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.iny-nav-button > div.next {
    text-align: right;
}
.iny-nav-button > div:before {
    content: "";
    background: var(--iny-primary);
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 3px;
    margin: auto;
    opacity: .3;
}
.iny-nav-button > div.next:before {
    left: 0;
    right: 0;
    bottom: 0;
}
.iny-nav-button > div svg {
    width: 22px;
    height: 20px;
    fill: var(--iny-primary);
    position: relative;
}
.iny-nav-button > div:hover {
    text-align: center;
}
.iny-nav-button > div:hover svg {
    fill: var(--iny-white);
}
.iny-nav-button > div:hover:before {
    width: 40px;
    height: 40px;
    opacity: 1;
}
.iny-nav-button > div:hover, .iny-nav-button > div, .iny-nav-button > div:hover:before, .iny-nav-button > div:before, .iny-nav-button > div:hover svg, .iny-nav-button > div svg {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.iny-married-container {
    text-align: center;
}
.iny-subHeading {
    color: var(--iny-primary);
    font-size: 32px;
    font-weight: 700;
    position: relative;
    padding: 0;
    margin: 22px 0 0;
    font-style: italic;
}
/********************************************************
    8. Promo box CSS Start
********************************************************/
.iny-promo-box-style_one .iny-services-wrapper {
    padding: 80px 0 72px;
    background: var(--main-bg-color);
    position: relative;
}
.iny-services-section:hover h4.iny-subHeading {
    color: white!important;
}
.iny-promo-box-style_one .iny-services-section {
    background-color: #f5fbfb;
    padding: 50px 20px 40px;
    margin-bottom: 30px;
    position: relative;
    border: none;
    border-radius: 6px;
    overflow: hidden;
    font-family: var(--iny-font-family);
    width: 100%;
    min-height: 326px;
    display: flex;
    align-items: center;
}
.iny-promo-box-style_one .iny-services-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000000a3;
    opacity: .8;
    visibility: hidden;
}
 .iny-promo-box-style_one .iny-services-section:hover {
    color: #f5fbfb;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.iny-promo-box-style_one .iny-services-section:hover span.iny-service-border img {
    filter: brightness(0) invert(1);
}
.iny-promo-box-style_one .iny-services-section:hover:before {
    visibility: visible;
}
.iny-promo-box-style_one .iny-services-section-inner {
    position: relative;
}
.iny-promo-box-style_one .iny-services-section:hover .iny-icon-bg {
    display: none;
}
.iny-promo-box-style_one .iny-icon-bg, .iny-service-border {
    margin-bottom: 0;
    display: inline-block;
}
.iny-promo-box-style_one .iny-services-section:hover .iny-subHeading {
    color: #f5fbfb;
}
.iny-promo-box-style_one .iny-services-section:hover .iny-subHeading {
    margin-top: 0;
}
.iny-promo-box-style_one .iny-services-section:hover .iny-service-border svg {
    fill: var(--main-bg-color);
}
.iny-promo-box-style_one .iny-services-section:hover, .iny-promo-box-style_one .iny-services-section, .iny-promo-box-style_one .iny-services-section:hover .iny-service-border svg, .iny-promo-box-style_one .iny-service-border svg, .iny-promo-box-style_one .iny-services-section:hover .iny-subHeading, .iny-promo-box-style_one .iny-services-section .iny-subHeading, .iny-promo-box-style_one .iny-services-section:hover:before {
    -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.iny-promo-box-style_one .bullets, .iny-blog-style_three .bullets {
    text-align: center;
    margin-top: 6px;
}
.iny-promo-box-style_one .bullets .swiper-pagination-bullet, .iny-blog-style_three .bullets .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: transparent;
    border: 1px solid transparent;
    position: relative;
    opacity: 1;
}
.iny-promo-box-style_one .bullets .swiper-pagination-bullet:before, .iny-blog-style_three .bullets .swiper-pagination-bullet:before {
    content: "";
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 50%;
    background: var(--iny-primary);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.iny-promo-box-style_one .iny-services-wrapper .inyingService.swiper-container .bullets .swiper-pagination-bullet {
    margin: 0;
}
.iny-promo-box-style_one .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active, .iny-blog-style_three .bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: var(--iny-primary);
}
/********************************************************
    Testimonial demo 5 CSS Start
********************************************************/
.iny-testimonial-style_five .iny-testimonial-section {
    padding: 0 55px 35px;
    margin-bottom: 35px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 18px;
    line-height: 28px;
    color: var(--main-link-color);
    font-weight: 600;
    font-style: italic;
}
.iny-testimonial-style_five .iny-testimonials-section .iny-nav-button {
    width: 60%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    top: 104px;
}
.iny-testimonial-style_five .iny-testimonial-img {
    width: 250px;
    height: 250px;
    border: none;
    border-radius: 50%;
    background: url(../images/testimonial_img_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    position: relative;
    line-height: 250px;
}
.iny-testimonial-style_five .iny-testimonial-img img {
    width: 170px;
    height: 170px;
    border: 5px solid var(--iny-white);
    border-radius: 50%;
}
.iny-testimonial-style_five .iny-testimonial-img:before {
    content: url('../images/testimonial_flower.png');
    position: absolute;
    left: 0;
    top: 0;
}
.iny-testimonial-style_five .iny-testimonials-quote {
    width: 46%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.iny-testimonial-style_five .iny-testimonial-border {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 8px;
}
.iny-testimonial-style_five .iny-testimonial-border svg {
    fill: #6b8181;
    height: 20px;
    width: 100px;
}
.iny-testimonial-style_five .iny-quote1-img {
    margin-top: -46px;
}
.iny-testimonial-style_five .iny-quote2-img {
    margin-top: 46px;
}
.iny-testimonial-style_five .iny-testimonials-quote > img {
    opacity: .40;
}
.iny-testimonial-style_five .iny-testimonial-wrapper .iny-subHeading {
    margin-top: 16px;
}
.iny-testimonial-style_five .iny-testimonial-section {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
/********************************************************
    Blog Demo 3CSS Start
********************************************************/
.iny-blog-style_three .iny-blog-img {
    position: relative;
    display: inline-block;
    width: 100%;
}
.iny-blog-style_three .iny-blog-img img {
    width: 100%;
}
.iny-blog-style_three .iny-blog-info li {
    display: inline-block;
    margin-left: 14px;
}
.iny-blog-style_three .iny-blog-info li:first-child {
    margin-left: 0;
}
.iny-blog-style_three .blog-text {
    padding: 25px 0 0;
}
.iny-blog-style_three .iny-blog-info {
    margin-bottom: 0px;
    padding: 0;
}
.iny-blog-style_three .iny-blog-info li img {
    margin-right: 10px;
    vertical-align: middle;
}
.iny-blog-style_three .iny-blog-info a {
    color: var(--iny-primary);
    font-family: var(--iny-font-family);
}
.iny-blog-style_three .iny-blog-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--iny-title-color);
    font-style: italic;
}
.iny-blog-style_three .iny-blog-title:hover {
    color: var(--iny-primary);
}
.iny-blog-style_three .iny-blog-thumb {
    background: var(--main-bg-color);
    margin-bottom: 28px;
}
.iny-blog-style_three .iny-blog-title, .iny-blog-style_three .iny-blog-title:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.iny-blog-style_three .iny-blog-wrapper .swiper-container .bullets .swiper-pagination-bullet {
    margin: 0;
}

.pc_banner_form {
    position: relative;
}
.pc_banner_form {
    background: #fff;
    padding: 45px!important;
    box-shadow: 0px 0px 50px 0px rgb(59 63 94 / 10%);
    display: flex;
    width: 100%;
}
.pc_banner_form .iny-form-control {
    display: grid;
    width: 100%;
    padding-right: 10px;
}
.pc_banner_form label {
    font-size: 16px;
    font-weight: bold;
    color: #3b4969;
}
.pc_banner_form input {
    border: none!important;
    border-bottom: 1px solid #00000000!important;
    height: 34px!important;
    border-radius: 0px!important;
    font-size: 16px!important;
    padding-left: 0!important;
    color: black;
}
.pc_banner_form br {
    display: none;
}
.pc_banner_form input::placeholder {
    color: #00000094!important;
}
.pc_banner_form .submit_btn input:hover {
    background-color: white!important;
    color: #ff577b;
    border: solid 2px #ff577b; 
}
.pc_banner_form .submit_btn input {
    background-color: #ff577b;
    color: white;
    border: solid 2px #ff577b!important;
    padding: 11px 25px!important;
    height: 50px!important;
    width: auto;
    text-align: center!important;
    transition: all 0.5s;
    font-weight: 500!important;
    display: inline-block;
    margin-top: 10px;
}
/********************************************************
    Conttact Us form wed demo CSS Start
********************************************************/
.wed_form_field {
    border: none!important;
    width: 100%!important;
    height: 50px!important;
    margin-bottom: 30px!important;
    padding: 0 30px!important;
    background: #f5ebe3!important;
    font-weight: 700!important;
    font-style: italic!important;
    border-radius: 40px!important;
    color: #e6be9f!important;
}
/********************************************************
    Newsletter demo CSS Start
********************************************************/
.iny-inside-btn .iny-newsletter-form {
    position: relative;
}
.iny-inside-btn .iny-newsletter-form .iny-subscribe-holder a {
    position: absolute;
    top: 4px;
    right: 4px;
}