

/*********************center_h****************/
.carousel-caption{
background-color: rgba(0,0,0,.4)!important;
bottom:170px;
left:0;
color:#fff;
width:70%;
text-align:center;
left:50%;
transform: translateX(-50%);
padding:20px;
 }
.carousel-caption1{
/*left:30%;*/
 }
.carousel-caption2{
/*left:57%;*/
 }
.center_home .carousel-indicators{
bottom:20px; 
 }
/*********************center_h_end****************/
.features-section-three{
    background: url(../img/32.jpg);
    padding: 40px 0 20px;
}
.news-block .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 6.1px 3.9px rgb(28 31 86 / 6%);
    padding: 10px;
}
.news-block .image-box {
    position: relative;
}
.news-block .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
.news-block .image img {
    display: block;
    max-width: 100%;
    width: 100%;
}
.news-block .image-box .image a:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100%);
}
.news-block .lower-content {
    position: relative;
    padding: 20px 30px 30px;
}
.news-block .post-info {
    position: relative;
    margin-bottom: 10px;
}
.news-block .post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-right: 25px;
}
.news-block .post-info li span {
    margin-right: 5px;
    color: #a10063;
}
.news-block h4 {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.4em;
    color: #222222;
    font-weight: 500;
    margin-bottom: 20px;
}
.news-block h4 a {
    color: #222222;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    padding: 4px 15px;
    background-color: #a10063;
    border-radius: 2px;
    border: 1px solid #a10063;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .inner-box:hover .image-box .image a:after {
    opacity: 1;
    top: -20%;
    left: -30%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: linear;
}
.news-block .btn-box a:hover {
    background: none;
    color: #a10063;
    border-color: #a10063;
}
.succes-cl{
    background: #eeeeee;
    padding: 40px 0;
}

/*********************about_h****************/
.list-style-one a{
    color: #a10063;
    padding: 3px 0;
    display: block;
}
.social_tag li a{
	border:1px solid #a10063;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #a10063;
	display: block;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	transition: 0.3s;
 }
.social_tag li a:hover{
	border:1px solid #a10063;
	background:#a10063;
	color:#fff;
 }

.about_hm2{
top:0;
left:-5%; 
 }
.about_hm3{
bottom:0;
right:-5%; 
 }
.about_hm4{
bottom:40%;
right:-5%; 
 }
/*********************about_h_end****************/
.feature-block-three .inner-box {
    position: relative;
    padding: 20px 30px;
    padding-left: 170px;
    padding-right: 100px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    overflow: hidden;
}

.feature-block-three .icon-box {
    position: absolute;
    left: 50px;
    top: 0;
    height: 100%;
    width: 70px;
    padding: 0 20px;
}
.feature-block-three .icon-box img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    font-size: 40px;
    line-height: 1em;
    margin-top: -20px;
    margin-left: -20px;
    color: #ffffff;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
.feature-block-three h4 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.2em;
    color: #12114a;
    font-weight: 700;
    margin-bottom: 10px;
}
.feature-block-three h4 a {
    color: #12114a;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.feature-block-three .text {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    font-weight: 400;
    cursor: default;
}
.feature-block-three .link-box {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -20px;
    font-size: 20px;
    border-radius: 50%;
}
.feature-block-three .link-box a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    background-color: #4c35a9;
    border-radius: 10px;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}
.feature-block-three .icon-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #4c35a9;
    content: "";
    -webkit-transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    transform: skew(-15deg);
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    transition: all 600ms ease;
}


.feature-block-three .inner-box:hover .icon-box:before {
    -webkit-transform: skew(15deg);
    -moz-transform: skew(15deg);
    -ms-transform: skew(15deg);
    -o-transform: skew(15deg);
    transform: skew(15deg);
}
.feature-block-three:nth-child(3n + 3) .icon-box:before, .feature-block-three:nth-child(3n + 3) .link-box a {
    background-color: #1c94d2;
}
.feature-block-three:nth-child(3n + 2) .icon-box:before, .feature-block-three:nth-child(3n + 2) .link-box a
 {
    background-color: #e6275a;
}
.feature-block-three .inner-box:hover .link-box img {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.10);
}
.feature-block-three .inner-box:hover .link-box a {
    transform: rotate(360deg);
    border-radius: 0px;
}
.feature-block-three .inner-box:hover .icon-box img {
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}


/*********************attend****************/
.attend_1m{
padding:50px 50px;
border-radius:30% 30% 0 0; 
 }
.attend_1m .form-control{
border-top:0; 
border-left:0; 
border-right:0; 
 }
.attend_1m .form-select{
border-top:0; 
border-left:0; 
border-right:0; 
 }
.attend_1l{
padding-top:150px; 
 }
/*********************attend_end****************/

/*********************bride****************/

#bride .about_h1l {
width:75%; 
margin-top:12%;
margin-left:12%;
 }
/*********************bride_end****************/

.anim-icons {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    max-width: 1170px;
    z-index: 0;
    margin: 0 auto;
}
.about-section-two{
    padding: 50px 0;
    overflow: hidden;
    position: relative;
}
.anim-icons.full-width {
    max-width: 100%;
}
.about-section-two .icon-dots {
    left: 5%;
    top: 20%;
}
.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-dots {
    width: 72px;
    height: 60px;
    background-image: url(../img/icon-dots.png);
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.about-section-two .icon-circle-1 {
    right: -200px;
    top: -200px;
    opacity: .05;
}
.anim-icons .icon {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
}
.icon-circle-1 {
    width: 500px;
    height: 500px;
    background-image: url(../img/icon-circle-1.png);
    background-size: 100%;
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}
@keyframes zoomIn {
    0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
}
50% {
    opacity: 1;
}
}
.about-section-two .content-column .sec-title h2 {
    /*font-size: 40px;*/
}
.sec-title h2 {
    position: relative;
    display: inline-block;
    /*font-size: 48px;*/
    /*line-height: 1.2em;*/
    color: #1e1f36;
    /*font-weight: 700;*/
}
.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: auto auto;
    font-family: 'Poppins';
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 4s linear infinite;
    display: inline-block;
    /*font-size: 190px;*/
}
@keyframes textclip{
    100% {
    background-position: 200% center;
}
}

@media screen and (max-width : 767px){
.carousel-caption{
padding:30px 15px 70px 15px;
position:static!important;
width:100%;
background:#333!important;
transform: none;
 }
    .about-section-two .font_60 {
        font-size: 35px;
    }
    .feature-block-three .icon-box {
    left: 0;
        top: 0;
        margin: 10px 0 30px;
        height: 50px;
        width: 100%;
        padding: 10px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
.feature-block-three .inner-box{
    text-align: center;
}
.feature-block-three h4{
    margin-top: 60px;
}
.feature-block-three .link-box {
    position: relative;
    right: auto;
    top: auto;
    margin: auto;
    margin-top: 12px;
    font-size: 20px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
}
.feature-block-three .inner-box{
position: relative;
    padding: 20px 30px;

}
.carousel-caption1{
left:0%;
 }
.carousel-caption2{
left:0%;
 }
.center_home .carousel-indicators{
bottom:15px; 
 }
.carousel-control-prev{
 display:none;
 }
.carousel-control-next{
 display:none;
 }


.center_home  p{
text-align:left;
font-size:14px;
}
.center_home  br{
display:none;
}
.center_home .font_60{
font-size:32px;
}
.center_home  .button{
padding:10px 15px;
}
.about_hm2{
display:none; 
 }
.about_hm3{
display:none; 
 }
.about_hm4{
display:none; 
 }
.about_h1r{
text-align:center!important; 
 }
.about_h1r p{
text-align:center; 
 }
.about_h1l {
margin-top:15px;
margin-bottom:15px; 
 }
.attend_1l {
padding-top:0;
}
.attend_1m {
    padding: 20px 15px;
    border-radius:0;
	margin-top:15px;
	margin-bottom:15px;
}
.bride_1i{
margin-top:15px;
margin-bottom:15px; 
 }
.attend_1l{
display:none;
 }
.bride_1i2n  h1{
font-size:36px; 
 }
.bride_1i2n  h6{
font-size:24px; 
 }
 }


@media (min-width:576px) and (max-width:767px) {
.carousel-caption{
bottom:50px;
 }
 }
 
@media (min-width:768px) and (max-width:991px) {
.center_home img{
min-height:600px;
object-fit: cover;
 }
 .carousel-caption{
     bottom: 110px;
 }
.center_home .font_60{
font-size:36px;
}
.about_hm2 img{
width:100px;
height:100px; 
 }
.about_hm3 img{
width:100px;
height:100px; 
 }
.about_hm4 img{
width:100px;
height:100px;
 }
.about_hm2 {
    left:0;
}
.about_hm4 {
    right:0;
}
.about_hm3 {
    right:0;
}
.attend_1m {
    padding: 20px 15px;
}
 }

@media (min-width:992px) and (max-width:1200px) {
.center_home img{
min-height:800px; 
 }
.about_hm2 img{
width:130px;
height:130px; 
 }
.about_hm3 img{
width:130px;
height:130px; 
 }
.about_hm4 img{
width:130px;
height:130px;
 }
.about_hm2 {
    left:0;
}
.about_hm4 {
    right:0;
}
.about_hm3 {
    right:0;
}
 }
@media (min-width:1201px) and (max-width:1280px) {
.about_hm2 {
    left:0;
}
.about_hm4 {
    right:0;
}
.about_hm3 {
    right:0;
}
.about_hm2 img{
width:130px;
height:130px; 
 }
.about_hm3 img{
width:130px;
height:130px; 
 }
.about_hm4 img{
width:130px;
height:130px;
 }
 }
@media (min-width:1400px) and (max-width:2000px) {
.about_hm2 {
    left:0;
}
.about_hm4 {
    right:0;
}
.about_hm3 {
    right:0;
}
 }



