@media (max-width:767px){
    .social-left ul li img {
    width: 25px!important;
}
    .social-fixed ul li img {
    width: 22px!important;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 50%;
}
}


*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	background: repeat-x top #fff;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    
}
body, select, input, div {
	font-family: 'Barlow Condensed', sans-serif!important;
	color: #777;
	font-size: 14px;
	line-height: 18px;
}
img {
    border: none;
    width: 100%;
    transition: all ease-in-out 0.5s;
}
a, :focus {
	outline: none;
	color: #477ab9;
	text-decoration: none;
}
a:hover {
	-webkit-transition: background 0.6s ease-in-out;
	-moz-transition: background 0.6s ease-in-out;
	-ms-transition: background 0.6s ease-in-out;
	-o-transition: background 0.6s ease-in-out;
	transition: background 0.6s ease-in-out;
	outline: none;
	text-decoration: none;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track{
    box-shadow:inset 0 0 10px #652954;
}
::-webkit-scrollbar-thumb{
    background: #652954;
    border-radius: 0px;
}
::-webkit-scrollbar-thumb:hover{
    background:#b03855;
    border-radius: 0px;
}


ol , ul {
	margin-bottom: 0;
}
p,span,small,ul,li{
    font-family: 'Montserrat', sans-serif!important;
}
h1,h2,h3,h4,h5,h6,a{
	font-family: 'Teko', sans-serif!important;
}
section {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}


p{
	line-height: 24px;
}

/* equal */
.slider .container-fluid,
.about .container-fluid,
.ads-area .container-fluid,
.services .container-fluid,
.recent-getintouch .container-fluid,
.gallery .container-fluid,
.testimonial .container-fluid,
footer .container-fluid,
.festive-offer .container-fluid{
    padding:0 5%;
}
.heading-area{
	text-align: center;
}
/*.heading-area h2 {*/
/*    font-size: 25px;*/
/*    font-weight: 600;*/
/*    color: #893054;*/
/*    letter-spacing: 1px;*/
/*    text-transform: capitalize;*/
/*    position: relative;*/
/*    margin-bottom: 0;*/
/*    font-family: 'Playfair Display', serif;*/
/*    font-style: italic;*/
/*    padding-bottom: 15px;*/
/*}*/
.heading-area h2 {
    font-weight: 500;
    text-transform: uppercase;
    color: #7b2d54;
    border-bottom: double;
    position: relative;
    display: inline-block;
    padding: 4px 30px 0 !important;
    border-top: double;
    border-left: 10px solid;
    border-right: 10px solid;
    border-radius: 50px;
    margin-bottom: 20px;
    font-size: 35px;
    font-style: italic;
}
.heading-area h2:after {
    width: 100px;
    height: 2px;
    background: #a53554;
    position: absolute;
    left: 0;
    content: "";
    bottom: 0;
}

.heading-area p {
    font-size: 15px;
    line-height: 22px;
    color: #555;
    font-weight: 400;
    margin-bottom: 0;
}

.mt-60{
	margin-top: 60px;
}
.mt-120{
	margin-top: 120px;
}
.mt-40{
    margin-top: 40px;
}
.mb-20{
    margin-bottom: 20px;
}

.icon {
    display: inline-block;
    transition: all ease-in-out 0.5s;
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.icon:before {
    content: "";
    display: inline-block;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 100% !important;
    background-color: #444444;
    width: 20px;
    height: 20px;
}
.ic-mobile:before{
    -webkit-mask-image: url(../image/icon/mobile.svg);
}
.ic-telephone:before{
    -webkit-mask-image: url(../image/icon/telephone.svg);
}
.ic-mail:before{
    -webkit-mask-image: url(../image/icon/gmail.svg);
}
.ic-ask:before{
    -webkit-mask-image: url(../image/icon/ask.svg);
}
.ic-answer:before{
    -webkit-mask-image: url(../image/icon/answer.svg);
}
.ic-login:before{
    -webkit-mask-image: url(../image/icon/login.svg);
}

.ic-register:before{
    -webkit-mask-image: url(../image/icon/register.svg);
}
.ic-quotes-start:before {
    -webkit-mask-image: url(../image/icon/quotes.svg);
    -webkit-mask-size: 200% !important;
    -webkit-mask-position: 0px -23px;
    width: 25px;
    height: 25px;
}
.ic-quotes-end:before {
    -webkit-mask-image: url(../image/icon/quotes.svg);
    -webkit-mask-size: 200% !important;
    -webkit-mask-position: -25px -1px;
    width: 25px;
    height: 25px;
}

.mt-30{
    margin-top: 30px;
}
.social-fixed ul  {
    padding: 0;
}
.social-fixed {
    position: fixed;
    right: 0;
    z-index: 999;
    top: 50%;
}
.social-fixed ul li a {
    display: block;
}
.social-fixed ul li img {
    width: 30px;
    box-shadow: 0 0 20px rgb(0 0 0 / 15%);
    border-radius: 50%;
}
.social-fixed ul li.whatsapp img {
    border-radius: 50% 50% 50% 0;
}

.social-fixed ul li {
    display: block;
    padding: 5px 5px;
    text-align: left;
    border-bottom: 1px solid rgb(255 255 255 / 47%);
}
.social-fixed ul li.facebook{
    /*background: #45619d;*/
       border-radius: 25px;
}
.social-fixed ul li.youtube {
    background: #f94434;
}
.social-fixed ul li.instagram{
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-fixed ul li.whatsapp {
    background: #46a81c;
}
.social-fixed ul li.pinterest {
    background: #b52f25;
    border-radius: 0 0 0 6px;
}
.social-fixed ul li:last-child {
    border-bottom:none;
}
.social-fixed ul li.twitter {
    background: #1cb7eb;
}
.social-fixed.social-left {
   right: 0;
    /* left: 0; */
    top: 56%;
}
.social-fixed.social-left ul li.whatsapp {
    background: inherit;
}
.social-left ul li img {
    width: 35px;
}
.social-left ul li{
    border-bottom:0;
}
button.close {
    position: absolute;
    right: 10px;
    top: 10px;
    opacity: 1 !important;
    font-size: 40px;
    text-shadow: none;
    color: #ffffff !important;
    font-weight: normal;
    line-height: 17px;
}
button.close:hover {
    opacity: 1;
}
#loader {
    height: 100vh;
    width: 100%;
    background: url(../image/bg.png);
    top: 0;
    left: 0;
    z-index: 9999;
    margin: auto;
    bottom: 0;
    position: fixed;
}
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    z-index: 99999;
    right: 0;
    margin: auto;
    bottom: 0;
    text-align: center;
    animation: spin;
}

.preloader img {
    width: 200px;
    animation: loading 12s infinite ease-in-out;
}

@keyframes loading {
  25% {
    transform:rotateY(360deg);
  }

  50% {
    transform:rotateX(0deg);
  }
  
  75% {
    transform:rotateY(360deg);
  }

  100% {
    transform:rotateX(0deg);
  }
}
.preloader h3 {
    font-size: 50px;
    text-align: center;
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.border-round {
    border: 2px solid #f3f3f3;
    border-top: 2px solid #ef483a;
    border-radius: 50%;
    width: 360px;
    height: 360px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 130px;
    box-shadow: inset 0px 0px 30px #0d10
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*.contact-msg {*/
/*    position: sticky;*/
/*    background: #000;*/
/*    width: 30%;*/
/*    top: 20px;*/
/*    height: 180px;*/
/*    z-index: 99;*/
/*    margin: auto;*/
/*    left: 0;*/
/*    right: 0;*/
/*    border-radius: 10px;*/
/*    display:none;*/
/*}*/
.contact-msg p {
    color: green;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}
/* equal  */
/*header */
.header-bottom.sticky {
    position: fixed;
    width: 100%;
    z-index: 999;
    /*box-shadow: 0 0 10px rgb(0 0 0 / 22%);*/
    /*background: #ffffff;*/
    padding: 0;
    top: 0px;
}
.header-bottom.sticky .logo-area {
    top: 0px;
    -webkit-box-shadow: 0 20px 20px -33px black;
    -moz-box-shadow: 0 20px 20px -33px black;
    box-shadow: 0 20px 20px -33px black;
}
.header-bottom.sticky .logo-area img {
   
    padding: 5px 0;
}
header {
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
}
header .container-fluid {
    padding: 0 2%;
}
.header-top {
    background: #efefef;
    border-bottom: 1px solid #842f54;
}

.header-menu ul{
    padding-left: 0;
}
.logo-area {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 50%;
    top: -20px;
    -webkit-box-shadow: 0 20px 20px -33px black;
    -moz-box-shadow: 0 20px 20px -33px black;
    box-shadow: 0 20px 20px -33px black;
}
.logo-area img {
    height: 110px;
    padding: 10px 0;
}
.logo-area a {
    display: inline-block;
}
.header-info ul li a {
    font-size: 12px;
    color: #333333;
    font-weight: 600;
    letter-spacing: 1.5px;
    font-family: 'Montserrat', sans-serif!important;
}

.header-info ul li {
    display: inline-block;
    margin-right: 10px;
}
.header-info {
    padding: 5px 0px;
}
.header-info ul {
    padding: 0;
}
.header-menu {
    text-align: center;
    margin: 20px 0px;
    background: linear-gradient( 180deg, #b03855, #652954);
    border-radius:40px;
}
.header-menu ul .link {
    display: inline-block;
    padding: 0px 10px 8px;
    position: relative;
}
.header-menu ul .link a {
    padding:15px 20px 5px 20px;
    display: block;
    font-size: 17px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    transition: all ease-in-out 0.4s;
    position: relative;
    overflow: hidden;
}
header.sticky .header-menu ul .link a {
    color: #ffffff;
}
header.sticky .header-menu ul .link a:hover {
    color: #ffffff;
}
header.sticky  .header-menu ul .link a:after {
    background: linear-gradient(90deg, transparent, #ffffff);
}
.header-menu ul .link a:hover {
    color: #ffffff;
}
.sub:after {
    content: "";
    border-top: 4px solid #fff;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 5px;
    right: 0px;
}

.header-menu ul .link a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff);
    left: -100%;
    bottom: 0;
}

.header-menu ul .link a:hover:after {
    left: 100%;
    transition: all 0.5s linear;
}
.sub-menu {
    position: absolute;
    width: 220px;
    background: #9f3555;
    left: -80%;
    z-index: 1;
    top: 0;
    display: none;
    box-shadow: 0 4px 8px rgb(0 0 0 / 40%);
    padding: 10px;
}
.sub-menu ul {
    padding: 0;
}

.sub-menu ul li {
    display: block;
    border-bottom: 1px solid rgb(113 43 84);
}

.header-menu ul .link .sub-menu ul li a {
    text-align: left;
    border: 0;
    transition: none;
    color: #ffffff;
    padding: 8px 15px;
    font-size: 17px;
    transition: all ease-in-out 0.2s;
    position: relative;
    left: 0;
}

.header-menu ul .link .sub-menu ul li a:hover {
    color: #ffffff;
    left: 5px;
}
.header-menu ul .link .sub-menu ul li:last-child {
    border: 0;
}
.header-menu ul .link .sub-menu ul li a:after {
    display: none;
}

.header-menu ul .link:hover .sub-menu {
    display: block;
    top: 100%;
}
.header-menu ul .link .sub-menu ul li a i {
    position: absolute;
    right: 20px;
    left: inherit;
    top: 40%;
}
.header-info ul li img {
    width: 25px;
}
.mega-menu {
    width: 435px;
}
.half{
    display: inline-block;
    margin-right: 10px;
}

.left-header-menu ul li:last-child:after,
.right-header-menu ul li:last-child:after{
    display: none;
}

/* header close */

/* slider area */

.slider-content {
    position: absolute;
    width: 35%;
    left: 1.5%;
    background: rgb(72 17 45 / 50%);
    padding: 15px;
    height: 26vh;
    top: 145%;
    bottom: 0;
    margin: auto;
    box-shadow: 0 0 16px rgb(0 0 0 / 30%);
    border-radius: 5px;
    opacity: 0;
    animation-delay: 0.5s;
    transition: all ease-in-out 0.8s;
}
.carousel-item.slider-image.active .slider-content {
    opacity: 1;
    top:55%;
}

.slider-content h1 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom:0;
}

.slider {
    position: relative;
    z-index: 1;
    padding: 3% 0;
}
.slider-content ul li {
    display: inline-block;
    margin-right: 10px;
}

.slider-content ul {
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.slider-content ul li a {
    color: #fff;
    font-size: 17px;
    background: #206901;
    padding: 6px 15px;
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 300;
}
.slider-content ul li:last-child a {
    background: #792d54;
}
.bg-pattern{
    position: relative;
}
.bg-pattern:after {
    background: #ffffff url(../image/icon/bg_tr.png);
    background-size: 100% 100% !important;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
    background-position: 100% !important;
    background-attachment: fixed !important;
    z-index: -1;
}
.slider .carousel-control-prev {
    -webkit-mask-image: url(../image/icon/prev.svg);
    -webkit-mask-size: 100%;
    background-color: #fff;
    width: 25px;
    height: 25px;
    margin: auto;
    opacity: 1;
    left: 2%;
}
.slider .carousel-control-next {
    -webkit-mask-image: url(../image/icon/next.svg);
    -webkit-mask-size: 100%;
    background-color: #fff;
    width: 25px;
    height: 25px;
    margin: auto;
    opacity: 1;
    right: 2%;
}
.slider-form {
    background: linear-gradient(45deg, rgb(72 0 50 / 70%), rgb(165 53 84 / 70%));
    padding: 20px 20px;
    -webkit-box-shadow: 0 20px 20px -31px black;
    -moz-box-shadow: 0 20px 20px -31px black;
    box-shadow: 0 20px 20px -31px black;
    overflow: hidden;
    border-radius: 10px;
}
.ml-40{
    margin-left: 40px;
}

.modal-content .slider-form .heading-area h2{
    color:#ffffff;
}
.slider-form .custom-input::placeholder{
    color: #ffffff;
}
.slider-form .custom-input {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border: 1px solid rgb(221 221 221 / 49%);
    margin-bottom: 9px;
    padding: 5px 10px;
    border-radius: 3px;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
}
.slider-form textarea.custom-input  {
    height: 60px;
    line-height: inherit;
}
.slider-form .custom-input:-webkit-autofill,
.slider-form .custom-input:-webkit-autofill:hover,
.slider-form .custom-input:-webkit-autofill:focus,
.slider-form .custom-input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
}

.slider-form .heading-area h2:after {
    display: none;
}
.slider-form .heading-area h2{
    padding-bottom: 5px;
}
.slider-form label {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-align: center;
}
.slider-form .custom-input option {
    background: #f7f7f7;
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

.slider-content p {
    color: #fff;
    font-size: 15px;
    margin-bottom: 0;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: 600;
}
button:focus {
    outline: 0;
}
.carousel {
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0 20px 20px -31px black;
    -moz-box-shadow: 0 20px 20px -31px black;
    box-shadow: 0 20px 20px -31px black;
    border-radius: 10px;
}
.carousel-inner img {
    border-radius: 10px;
}
.carousel-indicators li.active {
    background-color: inherit;
    width: 35px;
    height: 35px;
}
.carousel-indicators li {
    width: 30px;
    height: 30px;
    background-color: inherit;
    border-radius: 50%;
    border: 2px solid #ffffff;
    cursor: pointer;
    overflow: hidden;
}
.carousel-indicators li img {
    display: block;
    height: 30px;
    object-fit: cover;
}
.carousel-indicators li::before,
.carousel-indicators li::after{
    display: none;
}
.carousel-indicators {
    bottom: 5%;
    right: 0;
    left: 0;
    margin: 0;
}
.slider-btn a,
.slider-btn .custom-submit {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    padding: 10px 35px;
    text-align: center;
    margin-top: 20px;
    font-weight: 300;
    transition: 0.2s ;
    position: relative;
    overflow: hidden;
    background: #913154;
    letter-spacing: 2px;
    border: 0;
    z-index: 1;
}
.slider-btn a .fa-arrow-alt-circle-right:after,
.slider-btn .custom-submit .fa-arrow-alt-circle-right:after {
    content: "";
    background: url(../image/icon/read.svg);
    width: 15px;
    height: 15px;
    background-size: 100%;
    display: inline-block;
    position: relative;
    top: 1px;
    
}
.slider-btn .custom-submit {
    padding: 7px 16px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    cursor:pointer;
    
}

.slider-btn a:hover,
.slider-btn .custom-submit:hover{
    background: #de3f6f;
    transition-delay: 1s;
}
.slider-btn a i,
.slider-btn .custom-submit i {
    position: relative;
    left: 10px;
    transition: all ease-in-out 0.5s;
}
.slider-btn a:hover i,
.slider-btn .custom-submit:hover i {
    left: 20px;
}
.slider-btn a span,
.slider-btn .custom-submit span{
    display: block;
    position: absolute;
}
.slider-btn a span:nth-child(1),
.slider-btn .custom-submit span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff);
}
.slider-btn a:hover span:nth-child(1),
.slider-btn .custom-submit:hover span:nth-child(1){
    left: 100%;
    transition: all 0.5s linear;
}
.slider-btn a span:nth-child(2),
.slider-btn .custom-submit span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent , #ffffff);
}
.slider-btn a:hover span:nth-child(2),
.slider-btn .custom-submit:hover span:nth-child(2){
    top: 100%;
    transition: all 0.5s linear;
    transition-delay: 0.25s;
}
.slider-btn a span:nth-child(3),
.slider-btn .custom-submit span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent , #ffffff);
}
.slider-btn a:hover span:nth-child(3),
.slider-btn .custom-submit:hover span:nth-child(3){
    right: 100%;
    transition: all 0.5s linear;
    transition-delay: 0.5s;
}
.slider-btn a span:nth-child(4),
.slider-btn .custom-submit span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#ffffff );
}
.slider-btn a:hover span:nth-child(4),
.slider-btn .custom-submit:hover span:nth-child(4){
    bottom: 100%;
    transition: all 0.5s linear;
    transition-delay: 0.75s;
}

/* slider close */


/* About Start */
.about {
    background: #f7f7f7;
}
.about-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    color: #555;
    font-weight: 500;
}
.about-content {
    margin-top: 30px;
}

.about-image {
    position: relative;
    
}
.about-image img {
    width: 100%;
    -webkit-box-shadow: 0 20px 20px -31px black;
    -moz-box-shadow: 0 20px 20px -31px black;
    box-shadow: 0 20px 20px -31px black;
    transition: all ease-in-out 0.5s;
    position: relative;
    border-radius: 10px;
}

/* About Close */

/*ads area start*/
.ads-image {
    border-radius: 10px;
    overflow: hidden;
}
.ads-area .heading-area h2:after {
    width: 60px;
    right: 0;
    margin: auto;
}
.ads-content {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    top: 0;
    padding: 50px 40px 0;
    background: rgb(0 0 0 / 10%);
}
.ads-slider .item {
    position: relative;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.ads-content h5 {
    font-size: 28px;
    color: #a83654;
    letter-spacing: 1px;
}
.ads-content p {
    color: #3c3c3c;
    font-weight: 600;
    letter-spacing: 1px;
}
.ads-content span {
    display: block;
    background: #672954;
    position: absolute;
    padding: 10px;
    left: 0;
    top: 0;
    border-radius: 8px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Teko', sans-serif;
}
/*ads area close*/

/* Get In Touch Start */
.get-in-touch {
    background: url(../image/slider/bg2.jpg);
    background-size: 100%;
    background-position: 100%;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    padding: 35px 0;
}
.get-in-touch .heading-area h2:after,
.recent-getintouch .heading-area h2:after
    display: none;
}
.get-in-touch:after {
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    content: "";
    background: rgb(0 0 0 / 75%);
    top: 0;
    bottom: 0;
    z-index: -1;
}

.get-in-touch .heading-area p {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}
.get-in-touch .heading-area h2{
    color: #fff;
}
.get-btn {
    text-align: center;
    padding: 6% 0;
}
.get-btn a {
    margin-top: 0;
}
/* Get In Touch Close */

/* recent-getintouch Start */
.recent-getintouch{
    background: url(../image/slider/bg3.jpg);
    background-position: 100%;
    background-size: 100%;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.recent-getintouch:after{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgb(0 0 0 / 75%);
    z-index: -1;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-60{
    margin-bottom: 60px;
}
.recent-image img {
    border-radius: 10px;
}
.recent-getintouch .heading-area h2 {
    color: #ffffff;
}
.recent-getintouch .heading-area h2:after {
    background: #ffffff;
}
.recent-slider .owl-nav {
    position: absolute;
    top: -50px;
    right: 20px;
}
.recent-slider .owl-prev img, 
.recent-slider .owl-next img {
    width: 20px;
    margin: 0 5px;
}
.recent-slider .owl-prev:after {
    content: "";
    width: 2px;
    height: 20px;
    background: #888;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -1px;
}
.recent-slider .owl-prev:after {
    content: "";
    width: 2px;
    height: 20px;
    background: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    position: absolute;
    right: 0;
}
.recent-getintouch .slider-btn a{
    font-size: 17px;
    padding: 5px 25px;
    margin-top: 0;
}
/* recent-getintouch Close */

/* services And Package Start */

.services .heading-area h2:after {
    right: 0;
    margin: auto;
}

.services-both {
    position: relative;
    -webkit-box-shadow: 0 20px 20px -31px black;
    -moz-box-shadow: 0 20px 20px -31px black;
    box-shadow: 0 20px 20px -31px black;
    overflow: hidden;
    border-radius: 10px;
}
.services-both:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 26%);
    content: "";
}
.services-both:hover .services-content{
    bottom: 0;
}
.services-content {
    position: absolute;
    padding: 20px 30px;
    text-align: left;
    bottom: -60px;
    left: 0;
    right: 0;
    border-radius: 10px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
}

.services-content h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 15px;
}
.services-content h4:after {
    position: absolute;
    content: "";
    background: #b52f23;
    width: 25px;
    height: 4px;
    left: 0;
    margin: auto;
    bottom: -5px;
}
.services-content .slider-btn a{
    font-size: 17px;
    padding: 5px 25px;
}
.link-item {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: 1;
}
/* services And Package Close */


/*Gallery Start*/
.gallery-area ul li {
    display: inline-block;
    width: 24.75%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #77777763;
    border: 1px solid #6d2a54;
}
.gallery-area ul {
    padding: 0;
}
.gallery .heading-area h2:after,
.testimonial .heading-area h2:after{
    right: 0;
    margin: auto;
}
.image-gallery {
    position: relative;
}
.image-gallery a:hover:before {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.image-gallery a:before {
    content: "\f00e";
    font-family: 'FontAwesome';
    color: #ffffff;
    z-index: 1;
    position: absolute;
    width: 60px;
    height: 60px;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: -123%;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    font-size:25px;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
    background: linear-gradient(180deg, #b03855, #652954);
}
.image-gallery a {
    cursor: unset;
}
/* Test By testimonial Start */

.testimonial .testimonial-slider .owl-item img {
    display: block;
    width: 65px;
    height: 70px;
    line-height: 120px;
    margin: 8px auto;
}
.testimonial .testimonial-slider .owl-item .img-testi {
    width: 100px;
    height: 100px;
    position: absolute;
    content: "";
    background: #f7f7f7;
    left: -45px;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    border-radius: 50%;
    border: 4px double #6f2b54;
    -webkit-box-shadow: 0 20px 20px -31px black;
    -moz-box-shadow: 0 20px 20px -31px black;
    box-shadow: 0 20px 20px -31px black;
}
.testimonial-slider .owl-item h5 {
    color: #652954;
    font-size: 25px;
    font-weight: 400;
    position: relative;
    margin-bottom: 0;
    text-align: center;
}
.testimonial-slider .item-content {
    background: #f7f7f7;
    border-radius: 120px;
    padding: 30px;
    padding-left: 80px;
    padding-right: 80px;
    border: 4px double #6f2b54;
    position: relative;
    -webkit-box-shadow: 0 20px 20px -31px black;
    -moz-box-shadow: 0 20px 20px -31px black;
    box-shadow: 0 20px 20px -31px black;
}
.testimonial-slider  .item {
    margin: 0 0 20px;
}
.testimonial-slider .item p {
    position: relative;
    font-size: 13px;
    line-height: 22px;
    color: #333;
    margin-bottom: 0;
    text-align: center;
}

.item-content .icon.ic-quotes-end {
    position: absolute;
    left: inherit;
    bottom: -6px;
    top: inherit;
    margin-left: 7px;
}

.testimonial-slider .owl-nav {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 0;
    margin-top: 0;
}
.testimonial-slider .owl-prev img,
.testimonial-slider .owl-next img{
    width: 20px;
    margin: 0 5px;
}
.testimonial-slider .owl-prev{
    position: relative;
}
.testimonial-slider .owl-prev:after{
    content: "";
    width: 2px;
    height: 20px;
    background: #888;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -1px;
}

/* Test By testimonial close */


/* Footer area */
.footer-area {
    padding: 40px 0;
    background: url(../image/slider/bg.jpg);
    background-size: 100%;
    background-position: 100%;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.footer-area:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgb(0 0 0 / 80%);
    z-index: -1;
}
.footer-logo {
    margin-bottom: 10px;
}
.footer-logo img {
    width: 115px;
}
.footer-content p {
    font-size: 13px;
    line-height: 20px;
}

.footer-head p {
    color: #151b2c;
    margin-bottom: 5px;
}
.footer-head h4:after {
    position: absolute;
    content: "";
    background: #ffffff;
    width: 55px;
    height: 2px;
    left: 0;
    margin: auto;
    bottom: -5px;
}
.footer-head h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 300;
    position: relative;
    letter-spacing: 1px;
}
.footer-icons ul li {
    display: inline-block;
    margin: 0 3px;
}
.footer-icons ul li a.fb-icon {
    background: #4267B2;
}
.footer-icons ul li a.fb-icon:hover {
    background: #d6392b;
    color: #4267B2;
}
.footer-icons ul li a.tw-icon {
    background: #1DA1F2;
}
.footer-icons ul li a.tw-icon:hover {
    background: #d6392b;
    color: #1DA1F2;
}
.footer-icons ul li a.in-icon {
    background: #0077b5;
}
.footer-icons ul li a.in-icon:hover {
    background: #d6392b;
    color: #0077b5;
}
.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    line-height: 33px;
    text-align: center;
    margin-right: 2px;
    width: 34px;
    height: 34px;
    transition: all ease-in-out 0.1s;
}
.footer-icons ul li a:hover i {
    transform: scale(1.4);
}
.footer-icons ul li a i {
    line-height: 34px;
    transition: all ease-in-out 0.2s;
}
.footer-icons {
    margin-top: 20px;
}
.footer-list li {
    display: block;
}

.width-half-list .footer-list li{
    width: 50%;
    float: left;

}
.footer-list {
    padding-left: 0;
    margin-top: 25px;
}
.footer-list li a {
    color: #ffffff;
    padding: 0px 0px 5px 10px;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif!important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all ease-in-out 0.4s;
}
.footer-list li a::after {
    position: absolute;
    content: "\f101 ";
    top: 1px;
    left: 0;
    font-size: 11px;
    font-family: fontawesome;
    transition: all ease-in-out 0.4s;
}

.footer-list li a:hover {
    padding-left: 15px;
    color: #ff4c7e;
}
.footer-list li a:hover::after {
    color: #ff4c7e;
    left:5px ;
}
.footer-area-bottom {
    background: #efefef;
    padding: 8px 0 0;
}
.copyright p img {
    width: 100px;
    position: relative;
    bottom: 5px;
}
.copyright p {
    margin-bottom: 0;
    color: #333;
    font-weight: 500;
    letter-spacing: 1.2px;
    font-size: 12px;
}
.footer-contacts ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif!important;
    position: relative;
    bottom: 5px;
}
.footer-contacts ul li {
    display: block;
    margin-bottom: 5px;
}
.footer-contacts ul {
    padding: 0;
}
.footer-contacts {
    margin-top: 20px;
}
.footer-content .header-info {
    padding: 10px 0px 0;
}

.footer-contacts ul li .icon {
    top: 0;
    background: #ffffff;
    padding: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
}
.footer-contacts ul li .icon:before {
    background-color: #333333;
    width: 20px;
    height: 20px;
}
/*----------------------------------------*/

.toggle-icon {
    display: none;
}
.mobile-menu-main {
    display: none;
}

.error {
    text-transform: capitalize;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #ed4031;
    display: none;
    position: relative;
    top: -5px;
    line-height: 12px;
}

/*---------------------------------------*/


/* header sub-menu */



/*festive-offer*/

.festive-offer {
    background: linear-gradient( 
180deg, #b03855, #652954);
    padding: 50px 0;
}

.festive-offer .heading-area h2 {
    color: #ffffff;
}
.festive-offer .slick-slide {
    margin: 0 10px;
}
.festive-offer .slick-slide img {
    min-width: 273px;
    max-width: 273px;
    max-height: 260px;
    min-height: 260px;
    -o-object-fit: cover;
    object-fit: cover;
}
.festive-offer .festive-slider {
    margin: 0 -10px;
}
.festive-offer .slider-btn a{
    margin-top:10px;
        background: #080808;
}

.header-info ul{
	    margin-bottom: 5px!important;
}

.carousel-indicators li{
	height:35px!important;
	width:35px!important;
}

@media(min-width:768px){
	#wowslider-container1{
		margin-top: -6%!important;
    z-index: -1!important;
	}
}