
/*Slider*/
#wowslider-container1 .ws_images > div > img {
    max-height: 550px;
}
#wowslider-container1{
	max-height: 550px;
}
#wowslider-container1 .ws_bullets a {
	padding: 5px;
	overflow: hidden;
}
#wowslider-container1 a.ws_next > span:after, #wowslider-container1 a.ws_prev > span:after, #wowslider-container1 .ws_playpause > span:after{
	background: rgba(0,0,0,0.5);
	background: transparent;
	color: #000000;
	/*display: none;*/
}
#wowslider-container1 a.ws_next > span:before , #wowslider-container1 a.ws_prev > span:before{
	background: rgba(255,255,255,0.6);
	background: rgba(0,0,0,0.5);
	color: #FFF;
	/*display: none;*/

}
#wowslider-container1 a.ws_prev > span:before, #wowslider-container1 a.ws_prev > span:after{
	    content: "\f104";
	     font-family: "Font Awesome 5 Free"; 
      font-weight: 900; 
      font-size: 24px;
}
#wowslider-container1 a.ws_next > span:before, #wowslider-container1 a.ws_next > span:after{
	content: "\f105";
	     font-family: "Font Awesome 5 Free"; 
      font-weight: 900; 
      font-size: 24px;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev, #wowslider-container1 .ws_playpause{
	webkit-perspective: none;
     perspective: none;
}
#wowslider-container1 .ws_cover a[href="http://wowslider.net/"]{
	display: none !important;
}
#wowslider-container1 .ws_bullets a{
	border-radius: 50%;
}
/*Slider
/*About Company*/
.about-sec .about-content h3{
	text-transform: capitalize;
}
.about-sec .about-content h3 + p{
	 font-size: 16px;
    font-weight: 700;
    font-family: 'Open Sans' , sans-serif;
    line-height: 23px;
    color: #57616b;
}
.about-sec .about-content p.fw400{
	line-height: 1.7;
}
.about-sec .card{
	border: none;
}
.about-sec .card img{
	border-radius: 0;
	border: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about-sec .about-img{
	width: 100%;
	height: auto;
}
.about-sec .about-img img{
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: 10;
    position: relative;
}
.about-sec .card .card-body.text-white{
	display: flex;
	flex-direction: column;
	text-align: left;
	justify-content: center;
	background-color: #FF3D55;
}
.about-sec .card .card-body.text-white .fa-gift{
	font-size: 44px;
    padding-left: 10px;
    margin-bottom: 10px;
}
.about-sec .card .card-text.fs20{
	line-height: 30px;
	font-weight: 600;
	font-family: 'Open Sans' , sans-serif;
	padding-left: 10px;
}
.about-sec .card .card-text.fs20:after{
	width: 45px;
	height: 2px;
	background-color: var(--white);
	content: '';
	display: block;
	margin-top: 25px;
}
.about-sec .card .card-body .card-title.mb20.mt20{
	font-weight: 600;
	line-height: 28px;
	padding: 0 12px;
}
.about-sec .card .card-body .btn:hover{
	color: #57616b;
}
/*About Company*/

/*Surprise Sections*/
.surprise-sec{
	background-color: #f17988;
	padding: 100px 0;
	padding-top: calc(100px + 10px);
	margin-top: 0px;
}
.surprise-sec .col-12 p{
	max-width: 530px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.surprise-sec .row > div{
	margin-bottom: 25px;
}
.surprise-sec .row .col-12.text-center{
	margin-bottom: 0;
}

.surprise-sec .box-container .box {
  /*border-radius: .5rem;*/
  position: relative;
  background: var(--white);
  padding: 0;
  height: 100%;
  padding-bottom: 1rem;
  text-align: left;
  padding-bottom: calc(100px + 20px);
  -webkit-box-shadow: 0px 0px 0.8px 0px #666;
	-moz-box-shadow: 0px 0px 0.8px 0px #666;
	box-shadow: 0px 0px 0.8px 0px #666;
	transition: all 0.5s ease 0s;
}
.surprise-sec .box-container .box:hover{
	 box-shadow: 0 0 10px #666;
}
.surprise-sec .box-container .box .image {
  margin-bottom:  1rem;
}

.surprise-sec .box-container .box .image img {
    width: 100%;
    height: auto;
}
.surprise-sec .box-container .box .content{
	padding: 0 20px;
}
.surprise-sec .box-container .box .content h3 {
  font-size: 2rem;
  color: #130f40;
}
.surprise-sec .box-container .box .content h5{
	color: #6c757d;
	margin-bottom: 0.5rem;
    font-size: 18px;
	/*font-size: 18px;*/
}
.surprise-sec .box-container .box .content p{
	display: none;
}
.surprise-sec .box-container .box .content ul{
	list-style: none;
	padding-left: 0;
}
.surprise-sec .box-container .box .content ul li{
	margin: 10px 0;
	text-transform: capitalize;
}
.surprise-sec .box-container .box .content ul li:before{
	font-family: "Font Awesome 5 Free"; 
      font-weight: 900; 
      content: "\f105";
      display: inline-block;
      margin-right: 6px;
      color: var(--black);
}
.surprise-sec .box-container .box .content ul li:first-child:before{
	display: none;
}
.surprise-sec .box-container .box .content .price {
  font-size: 1.3rem;
  font-weight: 500;
  color: #000000;
  margin-bottom: 1rem;
  /*float: left;*/
  position: absolute;
    bottom: 65px;
}

.surprise-sec .box-container .box .content .price span {
  font-size: 1rem;
  color: #666;
  text-decoration: line-through;
}
.surprise-sec .box-container .box .booking-box {
	display: flex;
	position: absolute;
	bottom: 25px;
}
.surprise-sec .box-container .box .booking-box a.fa-whatsapp{
	width: 2.2rem;
	height: 2.2rem;
	line-height: 2.2rem;
	text-align: center;
	background-color: #25D366;
	font-size: 18px;
	color: var(--white);
	border-radius: .25rem;
	margin-left: 10px;
	 border-bottom-right-radius: 10px;
	transition: all 0.5s ease 0s;
}
.surprise-sec .box-container .box .booking-box a.fa-whatsapp:hover{
	background: var(--black);
}
.surprise-sec .box .image{
    overflow: hidden;
    position: relative;
}
.surprise-sec .box .image a.image{ 
	display: block; 
}
.surprise-sec .box .image img{
    width: 100%;
    height: auto;
}
.surprise-sec .box .image .pic-1{
    backface-visibility: hidden;
    transition: all 0.5s ease 0s;
}
.surprise-sec .box:hover .product-image .pic-1{ 
	opacity: 0; 
}
.surprise-sec .box .image .pic-2{
    width: 100%;
    height: 100%;
    opacity: 0;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.surprise-sec .box:hover .image .pic-2{
 opacity: 1;
  }
.surprise-sec  .btn{
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background: var(--black);
    border-bottom-right-radius: 10px;
    text-transform: capitalize;
    transition: all 0.30s linear;
    border: none;
}
.surprise-sec  .btn:hover{
    background: #333;
    text-decoration: none;
}

@media screen and (max-width: 990px){
    .surprise-sec .box{ margin-bottom: 30px; }
}
/*Surprise Sections*/

/*Sevices Sections*/
.service-sec{
	background-image:url('../images/bgimg2.png');
	/*background-repeat: no-repeat;*/
	background-size: contain;
	background-position: top right;
	padding: 60px 0;
	padding-bottom: 0;
	margin-top: 0;
}
.service-sec .box a{
	text-decoration: none;
}
.service-sec .box-container .box {
  position: relative;
  /*background: var(--white);*/
  padding: 0;
  padding-bottom: 25px;
  text-align: center;
  overflow: hidden;
   margin-bottom: 25px;
}
.service-sec .col-12 p{
	max-width: 520px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
.service-sec .box-container .image img{
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: .2s linear;
	transform: scale(1.1);
}
.service-sec .box-container .box .content{
	text-align: center;
    border-top: none;
    border: 1px solid #000;
    padding: 0.5rem 0;
    /* position: absolute; */
    width: 100%;
    height: auto;
    left: calc(100% - 90%);
    top: calc(100% - 52px );
    background-color: #FFF;
    transition: .2s linear;
    border-top: none;
    text-transform: capitalize;
}
.service-sec .box-container .box .image {
    border: 1px solid #000;
    border-bottom: none;
    overflow: hidden;
    display: block;
    text-decoration: none;
}
.service-sec .box-container .box .content h3{
	font-size: 1.5rem;
}
.service-sec .box-container .box:hover .image img{
	transform: scale(1.2);
}
.service-sec .box-container .box:hover .content{
	background-color: #000;
	color: #FFF;
}
/*Sevices Sections*/

/*Gallery Sections*/
.gallery-sec{
	margin-top: 0;
	padding:60px 0;
	/*background-color: #F8F8F8;*/
}
.gallery-sec .col-12 p{
	max-width: 520px;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
}
.gallery-sec .box{
    text-align: center;
    overflow: hidden;
    position: relative;
    margin-bottom: 25px;
}
.gallery-sec .box:before,
.gallery-sec .box:after{
    content: "";
    opacity: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 1;
    transition: all .4s ease;  
}
.gallery-sec .box:after{
    background-color: rgba(40, 40, 40, 0.4);
    border: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: all .3s ease-in-out;
}
.gallery-sec .box:hover:before,
.gallery-sec .box:hover:after{
    opacity: 1;
}
.gallery-sec .box img{
    width: 100%;
    height: auto;
    transform: scale(1);
    transition: all 0.6s ease-out 0s;
}
.gallery-sec .box:hover img{ 
	transform: scale(1.2); 
}
.gallery-sec .box .box-content{
    color: #fff;
    width: 100%;
    padding: 15px 0;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.4s ease 0s;
    transition-delay: 0.2s;
    display: none;
}
.gallery-sec .box:hover .box-content{ 
	opacity: 1; 
}
.gallery-sec .box .title{
    font-size: 23px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 2px;
    transform: translateY(25px);
    transition: all 0.3s ease 0s;
}
.gallery-sec .box .post{
	display: none;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
    transform: translateY(50px);
    transition: all 0.3s ease 0s;
}
.gallery-sec .box:hover .title,
.gallery-sec .box:hover .post{
    transform: translateX(0);
}
.gallery-sec .btn-box .btn{
	padding: 8px 36px;
	border-radius: 50px;
	margin-top: 40px;
}
@media only screen and (max-width:990px){
    .gallery-sec .box{ margin: 0 0 30px; }
}
/*Gallery Sections End*/

/*Form Sections Start*/
.form-sec{
	padding: 0;
    margin-top: 0;
    padding-top: 60px;
}
.form-sec form{
	padding: 50px 0;
}
.form-sec .form-img{
	width: 100%;
	height: 100%;
}
.form-sec .form-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.form-sec .input-box{
	display: flex;
	justify-content: space-between;
}
.form-sec .input-group{
    margin-bottom: 30px; 
    position: relative;
    margin-right: 10px;
}
input:focus~label,
input:valid~label,
textarea:focus~label,
textarea:valid~label
{
    top: -35px;
    font-size: 14px;
}
.form-sec .form-control:focus{
	box-shadow: none;
	outline: none;
	border-color: inherit;
}
.form-sec label{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: #000;
    cursor: text;
    transition: 0.2s;
}
.form-sec i
{
    margin: 0 10px;
    margin-left: 0;
    color: #666;
}
.form-sec label span{
	color: tomato;
}
.form-sec textarea{
	resize: none;
}
/*Form Sections End*/
/*Testimonial Sections*/
.testimonial{
	padding: 80px 0;
}
.testimonial .box{
	text-align: center;
-webkit-box-shadow: -1px 1px 1px -2px rgba(199,199,199,1);
-moz-box-shadow: -1px 1px 1px -2px rgba(199,199,199,1);
    box-shadow: -1px 1px 0px -1px rgba(199,199,199,1);
    padding: 1rem;
    background: var(--white);
}
.testimonial .box .test-img img{
	border-radius: 50%;
}
.testimonial .box .star i{
	color: yellow;
}
.testimonial .box .pera p{
	font-size: 16px;
	line-height: 28px;
}
/*Testimonial Sections End*/

/*=======Testimonial Section ======*/
.testimonial-section{
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../images/testbg.jpg);
    /* height: 430px; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    /*background-attachment: fixed;*/
    position: relative;
    z-index: -999;
    padding: 55px 0px;
}
.testimonial-section::after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    z-index: -999;
    /* background-color: rgba(0,0,0,.39); */
    background: linear-gradient(to bottom right, #00000096 0%, #0000008f 100%);
}
.testimonial-section .slide-1{
  padding:3rem 3.125rem;
  background-color:var(--white-color);
  border-radius: 0.9375rem;
  text-align: center;
} 
.testimonial-section .carousel-img img{
  max-width:5rem;
  border-radius: 50%;
  padding:0.3125rem;
}

.testimonial-section .slide-1 .carousel-img p{
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding:0 11% 0.625rem;
  color: var(--white);
}
.testimonial-section .swiper-pagination-bullet-active {
  background: var(--white);
}
.testimonial-section .slide-1 .carousel-img h5{
  color: var(--white);
}
.testimonial-section .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--white);
}

/*=======Testimonial Section======*/

/*Counter Sections Start*/
.counter-sec{
	background-color: #212129;
	padding: 80px 0;
	margin-top: 0;
}
.counter-sec .counter{
    color: var(--white);
    background: transparent;
    text-align: center;
    /*width: 200px;*/
    margin: 0 auto;
    position: relative;
    z-index: 1;
    border-right: 2px solid var(--white);
}  
.counter-sec .counter.last{
	border: none;
}
.counter-sec .counter:before{
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
    /*clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);*/
}
.counter .counter-icon{
    color: #fff;
    background: inherit;
    font-size: 30px;
    padding: 10px;
    padding-bottom: 0;
    margin-bottom: 1rem;
    /*border-radius: 0 0 50% 50%/0 0 100% 100%;*/
}
.counter-sec .counter h3{
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
}
.counter-sec .counter .counter-value{
    font-size: 30px;
    font-weight: 600;
    display: block;
}
.counter-sec .counter .counter-value:after{
    content: '';
    background-color: var(--white);
    height: 2px;
    max-width: 25%;
    margin: 5px auto;
    display: block;
    clear: both;
    margin-bottom: 1rem;
}
@media screen and (max-width:990px){
    .counter-sec .counter{ margin-bottom: 40px; }
}   

/*Counter Sections End*/



