@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rufina:wght@400;700&display=swap');

*{
    margin: 0px;
    padding: 0px;
}
.wrapper{
    margin: 0px !important;
    padding: 0px !important;
    overflow: hidden;
}
/* --------------fonts-------- */
.font1{
  font-family: "Poppins", sans-serif;
}
.font2{
  font-family: "Playfair Display", serif;
}
.font3{
  font-family: "Rufina", serif;
}
.font4{
  font-family: "Roboto", sans-serif;
}

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



/*****************/
.section-title {
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black;
  font-family: "Poppins", sans-serif;
}
.section-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #dc4691;
}
/***/
.section-title1 {
  padding-bottom: 30px;
}
.section-title1 h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  font-family: "Poppins", sans-serif;
}
.section-title1 h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  margin: 4px 10px;
}
.section-title1 p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
  color: #dc4691;
}
/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/
.navbar-brand img{
    width: 150px;
    height: auto;
}
.top-navbar{
	position: relative;
	z-index: 10;
}
.nav-link{
  color: #fff !important;
  font-weight: bold !important;
}
.top-navbar .navbar{
	padding: 0px 0px;
  position: absolute;
	width: 100%;
	transition: height .3s ease-out, background .3s ease-out, box-shadow .3s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 100;
    border: none;
}
.top-navbar .navbar-light .navbar-nav .nav-link{
	color: #010101;
	font-size: 14px;
  font-weight: 400;
	padding: 15px 20px;
  margin: 5px 5px;
	border-radius: 4px;
	text-transform: uppercase;
}
.top-navbar .navbar-light .navbar-nav .nav-item .nav-link:hover{
	background: #dc4691;
	color: #ffffff;
}
.navbar-toggler-icon span{
  color: #fafafa !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	border: none;
	border-radius: 0px;
	padding: 10px;
	/* box-shadow: 2px 5px 6px rgba(0,0,0,0.5); */
}
.navbar-expand-lg .navbar-nav .dropdown-menu a{
	padding: 10px 10px;
	text-transform: uppercase;
}
.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover{
	background: #dc4691 !important;
	color: #ffffff !important;
}
.navbar-light .navbar-toggler:hover{
	background: #dc4691;
}
.nav_btn{
  font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    color: black;
    border: 2px solid #dc4691;
  }
 .home_about_btn:hover{
    background: #dc4691;
    color: black;
  }

/***********/
/* only small desktops */
/* tablets */
/* only small tablets */
@media only screen and (min-width: 992px) and (max-width: 1180px) {
	.footer-area h3{
		font-size: 18px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-light .navbar-brand{
		margin-left: 15px;
	}
	.navbar-light .navbar-toggler{
		margin-right: 15px;
		border-radius: 0px;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		box-shadow: none;
	}
	
}

/* mobile or only mobile */
@media (max-width: 767px) {
	.navbar-light .navbar-brand{
		margin-left: 15px;
	}
	.navbar-light .navbar-toggler{
		margin-right: 15px;
		border-radius: 0px;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		box-shadow: none;
	}
	.top-navbar .navbar{
		border-radius: 0px 0px 50px 50px;
	}
}
@media only screen and (min-width: 280px) and (max-width: 599px) {

	.inner-column{
		margin-bottom: 30px;
	}
	.inner-menu-box .nav-pills .nav-link{
		font-size: 12px;
		padding: 5px;
    color: #ffffff;
	}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: 50vh;
    background-color: rgba(39, 37, 34, 0.8);
    overflow: hidden;
    padding: 0;
  }
  #hero .carousel-item {
    width: 100%;
    height: 50vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  @media  only screen and (min-width:768px) {
    #hero {
      width: 100%;
      height: 60vh;
      background-color: rgba(39, 37, 34, 0.8);
      overflow: hidden;
      padding: 0;
    }
    #hero .carousel-item {
      width: 100%;
      height: 60vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
  }
  @media  only screen and (min-width:1200px) {
    #hero {
      width: 100%;
      height: 95vh;
      background-color: rgba(39, 37, 34, 0.8);
      overflow: hidden;
      padding: 0;
    }
    #hero .carousel-item {
      width: 100%;
      height: 95vh;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }
  }
  #hero .carousel-item::before {
    content: "";
    background-color: rgba(12, 11, 10, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  #hero .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }
  #hero .carousel-content {
    text-align: center;
  }
  #hero h2 {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    font-family: "Playfair Display", serif;
  }
  #hero h2 span {
    color: #dc4691;
  }
  #hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    margin: 0 auto 30px auto;
    color: #fff;
  }
  #hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
  }
  #hero .carousel-inner .carousel-item,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    opacity: 0;
  }
  #hero .carousel-inner .active,
  #hero .carousel-inner .carousel-item-next.carousel-item-start,
  #hero .carousel-inner .carousel-item-prev.carousel-item-end {
    opacity: 1;
    transition: 0.5s;
  }
  #hero .carousel-inner .carousel-item-next,
  #hero .carousel-inner .carousel-item-prev,
  #hero .carousel-inner .active.carousel-item-start,
  #hero .carousel-inner .active.carousel-item-end {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 30px;
    line-height: 0;
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    transition: 0.3s;
    color: rgba(255, 255, 255, 0.5);
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.8);
  }
  #hero .carousel-indicators li {
    cursor: pointer;
  }
  #hero .btn-menu, #hero .btn-book {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 0 10px;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    color: #fff;
    border: 2px solid #dc4691;
  }
  #hero .btn-menu:hover, #hero .btn-book:hover {
    background: #dc4691;
    color: #fff;
  }
  @media (max-width: 768px) {
    #hero h2 {
      font-size: 28px;
    }
  }
  @media (min-width: 1024px) {
    #hero p {
      width: 50%;
    }
    #hero .carousel-control-prev, #hero .carousel-control-next {
      width: 5%;
    }
  }
  

/*-----------------------About----------------------------------*/


.about {
  padding: 30px 15px 50px 15px;
  z-index: 999;
}

.home_about_p{
  font-size: 16px;
  font-weight: 400;
  color: black;
}
.home_about_btn{
font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  padding: 12px 30px;
  border-radius: 7px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 0px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  color: black;
  border: 1px solid #dc4691;
  text-decoration: none !important;
}
.home_about_btn:hover{
  background: #dc4691;
  color: #ffffff;
}
.abouttitle{
  color: #dc4691;
  font-size: 35px !important;
}
.abouttitle span{
color: black;
font-size: 18px !important;
}
.aboutpara{
font-size: 15px;
text-align: justify;
font-weight: 400;
z-index: 999;
}
.aboutimg{
  padding-right: 15px;
}

.about_img img{
width: 500px !important;
z-index: 999 !important;
}

/* DEMO STYLES*/

.div + .div {
border-radius: 30px;
height: 400px;
}

.div:hover::before {
top: 70px;
left: 30px;
}

.div + .div:hover::before {
width: calc(100% + 40px);
height: calc(100% + 40px);
top: -20px;
left: -20px;
z-index: -1;
}

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


/* ---------------------------service-------------------------- */

.service-title h2 {
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black;
  font-family: "Poppins", sans-serif;
  padding-left: 50px;
}
.service-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  margin: 4px 10px;
}
.service-title p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 600;
  color: #dc4691;
  padding-left: 50px;
  
}

.body {
  --color: rgba(30, 30, 30);
  --bgColor: rgba(245, 245, 245);
  display: grid;
  align-content: center;
  gap: 2rem;
  padding: 2rem;
  /* font-family: "Exo 2", sans-serif; */
  color: var(--color);
  background: var(--bgColor);
}

ol {
  width: min(60rem, 90%);
  margin-inline: auto;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;

  list-style: none;
  counter-reset: stepnr;
}

li:nth-child(6n + 1) { --accent-color: #dc4691 }
li:nth-child(6n + 2) { --accent-color: #4cbccb }
li:nth-child(6n + 3) { --accent-color: #7197d3 }
li:nth-child(6n + 4) { --accent-color: #ae78cb }
li:nth-child(6n + 5) { --accent-color: #7dc7a4 }
li:nth-child(6n + 6) { --accent-color: #f078c2 }

ol li {
  counter-increment: stepnr;
  width: 18rem;
  --borderS: 2rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(var(--borderS) + 2.5rem);
  position: relative;
}
ol li::before,
ol li::after {
  inset: 0;
  position: absolute;
  border-radius: 50%;
  border: var(--borderS) solid var(--bgColor);
  line-height: 1.1;
}
ol li::before {
  content: counter(stepnr);
  color: var(--accent-color);
  padding-left: 10rem;
  /* font-size: 12rem; */
  font-weight: 700;
  overflow: hidden;
}

ol li::after {
  content: "";
  filter: drop-shadow(-0.25rem 0.25rem 0.0675rem rgba(0, 0, 0, 0.72)) blur(5px);
}

ol li > * { width: 7.5rem }
ol li .icon img { 
  /* font-size: 2.5rem; */
  margin-left: 25%;
  width: 60px;
   height: 60px;
  color: var(--accent-color); 
  text-align: center;
  margin-bottom: 15px;
 }
ol li .title {
   font-size: 18px;
    font-weight: 500; 
    text-align: center; 
  }
ol li .descr { 
  font-size: 0.8rem; 
  font-weight: 300 
}
.credits { 
  margin-top: 2rem;
   text-align: right 
  }
.credits a {
   color: var(--color) 
  }



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

/* -----------------------testimonials------------------------ */
.testimonial-title h2 {
  font-size: 15px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black;
  font-family: "Poppins", sans-serif;
  padding-left: 50px;
}
.testimonial-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  /* background: rgba(0, 0, 0, 0.5); */
  margin: 4px 10px;
}
.testimonial-title p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 600;
  color: #dc4691;
  padding-left: 50px;
  
}

.testimonial{
  padding: 70px 30px 80px 30px !important;
  margin: 50px 30px 30px;
  /* border: 1px solid #dc4691; */
  /* position: relative; */
}

.testimonial .description{
  font-size: 15px;
  color: #000000;
  line-height: 27px;
  text-align: center;
  margin: 0;
  font-style: italic;
  position: relative;
}
/* .testimonial .description:before{
  content: "\f10d";
  font-family: "Font Awesome 5 Free"; font-weight: 900;/
  font-size: 25px;
  color: #dc4691;
  position: absolute;
  top: 0;
  left: -2px;
} */
.testimonial .title{
  display: inline-table;
  padding: 10px;
  margin: 0 auto;
  background: #fff;
  /* border: 1px solid #dc4691; */
  font-size: 17px;
  font-weight: bold;
  color: #900052;
  letter-spacing: 1px;
  text-transform: capitalize;
  position: absolute;
  /* bottom: -22px; */
  left: 0;
  right: 0;
}
.testimonial .post{
  font-size: 15px;
  color: #dc4691;
}
.owl-theme .owl-controls{
  width: 100%;
  height: 50px;
  opacity: 1;
  position: absolute;
  top: 38%;
}
.owl-theme .owl-controls .owl-buttons div{
  width: 60px;
  height: 60px;
  line-height: 40px;
  border-radius: 0;
  background: #fff !important;
  color: #900052 !important;
}
.owl-prev{
  position: absolute;
  left: -5%;
}
.owl-next{
  position: absolute;
  right: -5%;
}
.owl-prev:after,
.owl-next:after{
  content: "\f104";
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  font-size: 30px;
  color: #900052 !important;
  opacity: 1;
}
div.owl-prev{
  color: #fff !important;
}
.owl-next:after{ content: "\f105"; }

@media only screen and (max-width: 479px){
  .testimonial{ padding: 70px 10px 30px; }
  .testimonial .description:before{ top: -20px }
  .testimonial .title{ font-size: 12px; }
  .testimonial .post{ font-size: 11px; }
}

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

/* ----------------------------why us--------------------------- */

.cardrow{
  padding: 0 !important;
  justify-content: center;
  margin-top: 30px;
}
.card{
  margin: 15px 5px;
  border: none;
  border-bottom: 2px solid #d6d6d6;
  border-radius: 10px;
  z-index: 999 !important;
}
.card h4{
  font-size: 23px !important;
  color: #000000;
  font-weight: bold;
}
.card p{
  font-size: 13.5px !important;
  text-align: justify;
  padding: 7px 3px 0px;
  color: #7e7e7e ;
}

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

/*  ----------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .box {
  padding: 20px 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}
.why-us .box span {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #dc4691;
}
.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: black;
}
.why-us .box p {
  color: black;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.why-us .box:hover {
  background: #dc4691;
}
.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: black;
}

/*=================== process =============*/
.process{
  width: 100%;
  height: auto;
  padding: 20px 0;
  background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.6)),url("../images/background/process_bg1.jpg") center center;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.pimg{
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
}
.our_process_img{
  width: 60px;
  height: 60px;
  margin: 8px 10px !important;
}
.process_p{
  font-size: 20px;
  font-weight: 600;
  color: white;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  /* background: black; */
  padding: 0 0 30px 0;
  color: #624e00;
  font-size: 14px;
}
#footer .footer-top {
  /* background: #0c0b09; */
  /* border-top: 1px solid #624e00; */
  border-bottom: 1px solid #624e00;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 20px;
}
#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Playfair Display", serif;
  color: #624e00;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #624e00;
  color: #fff !important;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #dc4691;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 17px;
  font-weight: 900;
  color: #624e00 !important;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 20px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #dc4691;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 8px 0;
  display: flex;
  align-items: center;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #624e00 !important;
  font-weight: 500 !important;
  font-size: 15px;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #dc4691;
}
#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}
#footer .footer-top .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: #624e00 !important;
}
#footer .footer-top .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #dc4691;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-top .footer-newsletter form input[type=submit]:hover {
  background: #dc4691;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
  font-size: 17px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
.footer_a{
  color: #624e00;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 600;
}
.footer_a:hover {
  color: #dc4691;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #dc4691;
}
.back-to-top i {
  font-size: 28px;
  color: #dc4691;
  line-height: 0;
}
.back-to-top:hover {
  background: #dc4691;
  color: #1a1814;
}
.back-to-top:hover i {
  color: #000000;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*------------------------------------------------------------------
    All Pages
-------------------------------------------------------------------*/
.page-breadcrumb {
  padding: 200px 0 50px;
  background: url(../images/background/backgroundsection.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 0;
  position: relative;
}
.all-page-title .container{
position: relative;
z-index: 2;
}
.all-page-title::before{
/* background: rgba(0, 0, 0, 0.5); */
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
opacity: 0.8;	
}
.all-page-title h1{
font-size: 45px;
color: #000000;
padding: 0px;
font-weight: 600;
font-family: "Playfair Display", serif;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact_form{
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  z-index: 999;
}
.contact .info {
  width: 100%;
}
.contact .info i {
  font-size: 20px;
  float: left;
  width: 44px;
  height: 44px;
  background: #dc4691;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: white;
  transition: all 0.3s ease-in-out;
}
.contact .info h4 {
  font-size: 18px !important;
  font-weight: 500;
  text-align: left;
  margin-bottom: 5px;
  font-family: "Poppins", sans-serif;
}
.contact .info p {
  margin-bottom: 0;
  font-size: 13px;
  color: black;
  text-align: left;
}
.contact_a{
  font-size: 14px;
  color: black;
}
.contact_a:hover{
  color: #dc4691;
}
.contact .info .open-hours, .contact .info .email, .contact .info .phone {
  margin-top: 40px;
}
.contact .php-email-form {
  width: 100%;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: transparent;
  border-color: #acacac;
  color: white;
}
.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
  color: #a49b89;
}
.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
  color: #a49b89;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #dc4691;
}
.contact .php-email-form input {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type=submit] {
  background: #ffffff;
  border: 0;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 15px;
  color: #000000;
  border: 1px solid #dc4691;
  transition: 0.4s;
  border-radius: 7px;
  text-transform: uppercase;
}
.contact .php-email-form button[type=submit]:hover {
    background: #dc4691;
    color: rgb(255, 255, 255);
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/********** home book now modal ***************************/
.booknow_formdiv{
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.booknow_text,.booknow_text1{
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: transparent;
  border-color: #625b4b;
  color: black;
}
.booknow_text:focus {
   box-shadow: none;
  border-color: #dc4691;
}
.booknow_text1:focus {
  box-shadow: none;
 border-color: #dc4691;
}
.booknow_btn{
  background: #dc4691;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.booknow_btn:hover{
  background: #dc4691;
}


/*------------------------------------------------------------------
    About
-------------------------------------------------------------------*/

.aparag{
  font-size: 15px !important;
  text-align: justify;
  padding: 0px 15px 0px 0px !important;
}
.inner-column{
	text-align: left;
}
.inner-column h1{
  font-size: 20px;
  font-weight: 400;
   letter-spacing: 2px;
   text-align: left;
   color: black;
  font-family: "Poppins", sans-serif;
}
.inner-column  span{
 font-size: 28px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
  color: #dc4691;
}
.inner-column h4{
	font-size: 16px;
	font-weight: 500;
}
.inner-column p{
	font-size: 18px;
	color: #222222;
}
.inner-column .btn-outline-new-white{
	color: #fff;
}
.inner-column .btn-outline-new-white:hover{
	color: #ffffff;
}


/* ========== booknow_section =================*/
.booknow_section{
  background: url("../images/illustration/about_caption.jpg") no-repeat;
background-size: 100% 100%;
background-attachment: fixed;
width: 100%;
height: 320px;
padding: 30px 0px;
}
.booknow_section h6{
  font-family: 'Rubik', sans-serif;
	font-size: 28px;
	color: white;
	font-weight: 500;
  text-align: center;
}
.booknow_section p{
  font-family: 'Rubik', sans-serif;
	font-size:16px;
	color: white;
	font-weight: 500;
  text-align: center;
}


/***********/
.service_icon{
  width: 60px;
  height: 60px;

}
/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #454035;
  border-bottom: 3px solid #454035;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery_img{
  width: 100%;
  height: 250px;
}
@media  only screen and (min-width:768px) {
  .gallery_img{
    width: 100%;
    height: 180px;
  }
}
@media  only screen and (min-width:1200px) {
  .gallery_img{
    width: 100%;
    height: 250px;
  }
}
/*============== menu ===================*/
.menu_div{
  width: 100%;
  height: auto;
  border: 1px solid gray;
}

/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}
.specials .nav-tabs {
  border: 0;
}
.specials .nav-link {
  border: 0;
  padding: 10px 15px;
  transition: 0.3s;
  color: black;
  border-radius: 0;
  border-bottom: 1px solid #dc4691;
  font-weight: 600;
  font-size: 14px;
}
.specials .nav-link:hover {
  color: #dc4691;
}
.specials .nav-link.active {
  color: white;
  background: #dc4691;
  border-color: #dc4691;
}
.specials .nav-link:hover {
  border-color: #dc4691;
}
.specials .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }
}

 .menu_h3 {
      transition: .5s;
      font-size:22px;
      font-family: 'Rubik', sans-serif;
      font-weight: bold;
      color:#dc4691 ;
     }
    .menu_p {
      font-weight: 500;
      color: black;
      text-align: left;
      font-size: 16px;
      margin-top: 5px;
      }
     
     .menu_img{
      width: 150px;
      height: 25px;
     }
     .menu_card{
      border: 1px solid rgba(128, 128, 128,0.5);
      /* box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px; */
     }
   
    .menu_mainimg{
      width: 100%;
      height: 100%;
    }
    .menu_ul li{
      font-weight: 500;
      color: black;
      text-align: left;
      font-size: 16px;
      margin-top: 5px;
    }
   
/* ======================== */
.menu_div{
  width: 100%;
  height: 300px;
  background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.7)),url(../images/illustration/maharashtrian_thali.jpg) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.menu_div1{
  width: 100%;
  height: 300px;
  background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.7)),url(../images/illustration/punjabi_thali.jpg) no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.menu_div_h6{
  font-size: 24px;
  font-weight: 600;
  color: white;
}
.menu_div_a{
  text-decoration: none;
}
.menu_div_a:hover{
  text-decoration: none;
}

/************************/
.quality_img{
  width: 65px;
  height: 65px;
}
.quality_h6{
  font-size: 18px;
  font-weight: 600;
  color: black;
}
/* --------------------services------------- */
.timeline {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 750px;
  position: relative;
}
.timeline__content-title {
  font-weight: normal;
  font-size: 35px;
  margin: -10px 0 0 0;
  transition: 0.4s;
  padding: 0 10px;
  box-sizing: border-box;
  color: #fff;
}
.timeline__content-desc {
  margin: 0;
  font-size: 15px;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.8);
  font-weight: normal;
  line-height: 25px;
  text-align: justify;
}
.timeline:before {
  position: absolute;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: rgba(255, 255, 255, 0.07);
}
@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}
.timeline-item {
  padding: 40px 0;
  opacity: 0.3;
  filter: blur(2px);
  transition: 0.5s;
  box-sizing: border-box;
  width: calc(50% - 40px);
  display: flex;
  position: relative;
  transform: translateY(-80px);
}
.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  font-family: 'Pathway Gothic One', sans-serif;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
  top: 70%;
  margin-top: -5px;
  padding-left: 15px;
  opacity: 0;
  right: calc(-100% - 56px);
}
.timeline-item:nth-child(even) {
  align-self: flex-end;
}
.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 56px);
  padding-left: 0;
  border-left: none;
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}
.timeline-item--active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0px);
}
.timeline-item--active:before {
  top: 50%;
  transition: 0.3s all 0.2s;
  opacity: 1;
}
.timeline-item--active .timeline__content-title {
  margin: -50px 0 20px 0;
}
@media only screen and (max-width: 767px) {
  .timeline-item {
    align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 80px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0 !important;
    top: 50px;
    text-align: center !important;
    width: 60px;
    border: none !important;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}
.timeline__img {
  max-width: 100%;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  transition: 0.3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
}
.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(99, 99, 99, 0.8);
  content: "";
}
.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.timeline-header__title {
  color: #fff;
  font-size: 46px;
  font-family: Cardo;
  font-weight: normal;
  margin: 0;
}
.timeline-header__subtitle {
  color: rgba(255, 255, 255, 0.5);
  font-family: 'Pathway Gothic One', sans-serif;
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
}

/* ----------------------- about page responsive ---------------------- */

@media only screen and (max-width: 540px)  {
  .aboutimg{
    padding: 0px -20px!important;
  }
  .about_img {
  width: 250px !important;
  height: 350px !important;
  z-index: 999 !important;
  margin: 0px 25px !important;
  }
.aparag{
  font-size: 13px !important;
  text-align: justify;
  padding: 0px 5px 0px 5px !important;
}
.inner-column{
	text-align: left;
}
.inner-column h1{
  font-size: 20px;
 margin-top: 8px;
}
.inner-column  span{
 font-size: 28px;        
}
.inner-column h4{
	font-size: 16px;
	font-weight: 500;
}
.inner-column p{
	font-size: 18px;
	color: #222222;
}
.inner-column .btn-outline-new-white{
	color: #fff;
}
.inner-column .btn-outline-new-white:hover{
	color: #ffffff;
}
.booknow_section h6{
  font-family: 'Rubik', sans-serif;
	font-size: 22px;
	color: white;
	font-weight: 500;
  text-align: center;
}
.cardrow{
  padding: 0 15px !important;
  justify-content: center;
  margin-top: 20px;
}
.card{
  margin: 15px 5px;
}
.card h4{
  font-size: 21px !important;
}
.card p{
  font-size: 14px !important;
}

.service-title h2 {
  font-size: 15px;
  padding: 0;
  margin: 0 0 5px 0;
  padding-left: 15px;
}
.service-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  margin: 4px 10px;
}
.service-title p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 27px;
  padding-left: 15px;
}
.cardun{
  margin: 0 5px !important;
}
.testimonial-title h2 {
  font-size: 15px;
  padding: 0;
  margin: 0 0 5px 0;
  padding-left: 15px;
}
.testimonial-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  margin: 4px 10px;
}
.testimonial-title p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 27px;
  padding-left: 15px; 
}
  .all-page-title h1{
  font-size: 30px;
  padding: 0px;
  }
}

@media only screen and (max-width: 1100px) and (min-width: 600px){
  .aboutus{
    padding: 0 -10px !important;
  }
  .aboutimg{
    padding: 0px 0px!important;
  }
  .about_img{
  width: 700px !important;
  height: 400px !important;
  z-index: 999 !important;
  margin: 0px 0px !important;
  }
.aparag{
  font-size: 16px !important;
}
.inner-column{
	text-align: left;
}
.inner-column h1{
  font-size: 22px;
 margin-top: 12px !important;
}
.inner-column  span{
 font-size: 32px;        
}
.inner-column h4{
	font-size: 16px;
	font-weight: 500;
}
.inner-column p{
	font-size: 20px;
}
.inner-column .btn-outline-new-white{
	color: #fff;
}
.inner-column .btn-outline-new-white:hover{
	color: #ffffff;
}
.card{
  margin: 20px 7px !important;
  padding: 0px;
}
.card h4{
  font-size: 22px !important;
}
.card p{
  font-size: 15px !important;
}
.service-title h2 {
  font-size: 15px;
  padding-left: 15px;
}
.service-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  margin: 4px 10px;
}
.service-title p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 27px;
  padding-left: 15px;
}
.cardun{
 margin-left: 62px!important;
 padding-left: 30px !important;
}
.testimonial-title h2 {
  font-size: 15px;
  padding: 0;
  margin: 0 0 5px 0;
  padding-left: 15px;
}
.testimonial-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  margin: 4px 10px;
}
.testimonial-title p {
  margin: 0;
  margin-bottom: 5px;
  font-size: 27px;
  padding-left: 15px; 
}
  .all-page-title h1{
  font-size: 30px;
  padding: 0px;
  }
  

}

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


/* -------------------------index page responsive------------------------------- */

@media only screen and (max-width: 540px)  {

  .abouttitle{
    font-size: 23px !important;
  }
  .abouttitle span{
  font-size: 18px !important;
  margin-top: 7px;
  }
  .aboutpara{
  font-size: 14px;
  padding-right: 10px;
  }
  .aboutimg{
    padding-right: 10px;
  }
  .about_img img{
  width: 550px !important;
  z-index: 999 !important;
  }
  .about {
    padding: 30px 0px 50px 0px;
  }
  .mr{
    padding: 10px 30px !important;
  }
.div {
  margin: 50px auto;
  width: 600px !important;
  height: 300px;
  max-width: calc(100% - 60px);
  background: #000000;
  position: relative;
  /* border: 2px solid #111; */
  
  }
  
  .div::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 25px;
  left: 20px;
  border-radius: inherit;
  background: repeating-linear-gradient(
    45deg,
    #dc4691,
    #dc4691 2px,
    transparent 2px,
    transparent 6px
  );
  transition: all 0.3s ease;
  }
  .process_p{
    font-size: 18px !important;
    font-weight: 500;
    text-align: center  ;
  }
  .hedtable{
    font-size: 18px !important;
  }

}

@media only screen and (max-width: 1100px) and (min-width: 600px){
  
  .abouttitle{
    font-size: 27px !important;
  }
  .abouttitle span{
  font-size: 18px !important;
  margin-top: 17px;
  }
  .aboutpara{
  font-size: 16px;
  }
  .aboutimg{
    padding-right: 15px;
  }
  .about_img img{
  width: 550px !important;
  z-index: 999 !important;
  }
  .about {
    padding: 30px 10px 50px 10px;
  }
  .mr{
    padding: 10px 0px !important;
  }
.div {
  margin: 50px auto;
  width: 600px !important;
  height: 600px;
  max-width: calc(100% - 60px);
  background: #000000;
  position: relative;
  }
  
  .div::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 35px;
  left: 40px;
  border-radius: inherit;
  background: repeating-linear-gradient(
    45deg,
    #dc4691,
    #dc4691 2px,
    transparent 2px,
    transparent 6px
  );
  transition: all 0.3s ease;
  }
  

ol {
  width: min(90rem, 90%);
  margin-inline: auto !important;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
margin-left: -25px !important;
  list-style: none;
  counter-reset: stepnr;
}

li:nth-child(6n + 1) { --accent-color: #dc4691 }
li:nth-child(6n + 2) { --accent-color: #4cbccb }
li:nth-child(6n + 3) { --accent-color: #7197d3 }
li:nth-child(6n + 4) { --accent-color: #ae78cb }
li:nth-child(6n + 5) { --accent-color: #7dc7a4 }
li:nth-child(6n + 6) { --accent-color: #f078c2 }

ol li {
  counter-increment: stepnr;
  width: 15rem;
  --borderS: 1.8rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(var(--borderS) + 2.5rem);
  position: relative;
  margin: 0px 10px !important;

}
ol li::before,
ol li::after {
  inset: 0;
  position: absolute;
  border-radius: 50%;
  border: var(--borderS) solid var(--bgColor);
  line-height: 1.1;
}
ol li::before {
  content: counter(stepnr);
  color: var(--accent-color);
  padding-left: 10rem;
  /* font-size: 12rem; */
  font-weight: 700;
  overflow: hidden;
}

ol li::after {
  content: "";
  filter: drop-shadow(-0.25rem 0.25rem 0.0675rem rgba(0, 0, 0, 0.72)) blur(5px);
}

ol li > * { width: 7.5rem }
ol li .icon img { 
  /* font-size: 2.5rem; */
  margin-left: 22%;
  width: 60px;
   height: 60px;
  color: var(--accent-color); 
  text-align: center;
  margin-bottom: 15px;
  margin-top: 12px;
 }
ol li .title {
   font-size: 19px; 
  }
  .process_p{
    font-size: 22px;
    font-weight: 500;
    text-align: center  ;
    margin-top: 5px !important;
  }
  .hedtable{
    font-size: 27px !important;
    margin-bottom: 10px !important;
  }

}

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

/* ------------------------------new page ------------------------------------- */
.navbar-nav{
  margin: 0px auto;
}
.navbar-nav a{
  margin: 0px 20px;
  color: black !important;
  font-weight: 600;
  font-size: 16px !important;
}
.sliderheading{
  color: #2a244a;
  font-size: 47px !important;
  text-align: start;
}
.sliderheading span{
  color: #900052;
}
.carousel-caption{
  position: absolute;
  top: 150px;
  left: 90px;
}

@media only screen and (max-width: 700px)  {
.navbar-toggler span{
color: black !important;
}
}
.aboutsection{
  padding: 30px 20px;
}
.aboutsectitle{
  color: #900052;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  padding: 15px 0px;
  text-align: center;
}
.aboutsectitle span{
  color: gray;
  font-size: 27px;
  font-weight: normal;
}
.hr{
  text-align: center;
  width:15% ;
  border-width: 2px;
  color: #885d01;
  font-weight: bold;
  margin-bottom: 20px;
}
.bg-shape img{
  width: 300px;
  height: 250px;
}
.mainarea{
text-align: justify;
padding: 10px 20px;
}
.saffimg img{
width: 85px;
height: 220px;
margin-left: 40px;
margin-top: 50px;
}
.mainarea p{
font-size: 14px;
padding-left: 20px;
}
.mainarea h6{
padding-left: 20px;
}
.bg-counter{
  background-image: url(../images/background/counterbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 15px;
  justify-content: center;
  margin-bottom: 20px;
}
.countcol img{
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.countcol h4{
  font-size: 33px;
  font-weight: bold;
  color: #d7b56d;
  text-align: center;
}
.countcol h5{
  font-weight: 14px !important;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
.borderleft{
   border-right: 1px solid #ffffff;
}
.sevicesec{
  background-color: #f1efe8;
  padding-bottom: 80px !important;
}
.serrow2{
  margin: 70px 0px 0px;
}
  .servicesectitle{
    color: #900052;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
    padding: 30px 0px;
    text-align: center;
  }
  .innercircle img{
    width: 55px;
    height: 55px;
    margin: 20px 20px;
  }
  .innercircle{
    background-color: #f1efe8;
    border-radius: 50%;
    margin: auto 12px;
    width: 100px;
    height: 100px;
    box-shadow: 2px 4px 5px black;
  }
  .outercircle{
    background-color: #e8eceb;
    border-radius: 50%;
    margin: 7px 0px 7px -8px;
    padding: 12px 0px;
    width: 125px;
    height: 125px;
  }
  .frame h4{
    font-size: 15px;
    color: #624e00;
    font-weight: bold;
    text-align: center;
    margin: 15px 0px !important;
  }
  .sercol{
    padding: 20px 35px;
  }
  .frame{
    width: 177px;
    height: 177px;
    border-radius: 50%;
    background-image: url(../images/background/frame1.jfif);
    background-size: cover;
    background-repeat: no-repeat;
    margin: -10px 20px 0px;
  }
  .processsection{
    margin: 35px 0px 10px;
    padding-top: 20px;
    margin-left: -70px !important;
  }
  .test{
    margin-left: 70px;
    margin-bottom: 30px;
    width: 150px;
    height: 220px;
    border: 1px solid #e2e2e2;
    z-index: 999;
    box-shadow: 10px 10px  5px #a7a7a7;
    transform:skew(-5deg);
  }
  .testimg{
    width: 70px;
    height: 70px;
 justify-content: center;
    margin: 65px 77px 0px !important;
  }
  .test h5{
    font-size: 14px;
    color: #900052;
    font-weight: bold;
    text-align: center;
    margin: 15px auto;
  }
  
  .footersection11{
    padding: 10px 0px 90px;
  }
  .footerimage{
    width: 200px;
    height: 200px;
    z-index: 999;
    /* box-shadow: 2px 4px 2px #a8a8a8; */
  }
 .footercontent p{
  color: #624e00;
  padding: 15px  20px;
  font-size: 15px;
  font-weight: bold;
 }

/* ------mobile responsive------ */


@media only screen and (max-width: 540px)  {


  .aboutsection{
    padding: 30px 15px;
  }
  .aboutsectitle{
    font-size: 23px;
    padding: 15px 0px;
  }
  .aboutsectitle span{
    font-size: 18px;
  }
  .hr{
    text-align: center;
    width:15% ;
    border-width: 2px;
    color: #885d01;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .bg-shape img{
    width: 250px;
    height: 200px;
    margin: 10px 15px;
  }
  .mainarea{
  padding: 10px 15px;
  }
  .saffimg img{
  width: 85px;
  height: 220px;
  margin-left: 200px;
  margin-top: 0px;
  }
  .mainarea p{
  font-size: 13px;
  padding: 0px;
  }
  .mainarea h6{
  padding-left: 20px;
  font-weight: bold;
  }
  .bg-counter{
    background-image: url(../images/background/counterbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5s0px 10px;
    justify-content: center;
    margin-bottom: 0px;
    margin-left: -30px !important;
  }
  .countcol img{
    width: 45px !important;
    height: 45px !important;
    margin-bottom: 20px;
  }
  .countcol h4{
    font-size: 16px;
    font-weight: bolder;
    color: #d7b56d;
    text-align: center;
  }
  .psm{
    padding: 0px 13px !important;
  }
  .countcol h5{
    font-size: 11px !important;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
  }
  .borderleft{
     border-right: 1px solid #ffffff;
  }
  .sevicesec{
    background-color: #f1efe8;
    padding-bottom: 80px !important;
  }
  .serrow2{
    margin: 70px 0px 0px;
  }
    .servicesectitle{
      font-size: 23px;
    }
    .innercircle img{
      width: 70px;
      height: 70px;
      margin: 14px 15px;
    }
    .frame h4{
      font-size: 15px;
      margin: 15px 0px !important;
    }
    .mtsm{
      margin-top: -30px !important;
    }
    .frame{
      width: 177px;
      height: 177px;
      border-radius: 50%;
      background-image: url(../images/background/frame1.jfif);
      background-size: cover;
      background-repeat: no-repeat;
      margin: -10px 20px 60px;
    }
    .processsection{
      margin: 35px 0px 10px;
      padding-top: 20px;
      margin-left: -3px !important;
    }
    .test{
      margin-left: 20px;
      margin-bottom: 30px;
      width: 200px !important;
      height: 180px !important;
      padding: 5px !important;
    }
    .testimg{
      width: 45px;
      height: 45px;
   justify-content: center;
      margin: 35px 0px 0px !important;
    }
    .test h5{
      font-size: 9px;
      margin: 15px auto;
    }
    .footersection11{
      padding: 0px 0px 30px;
      margin-top: -45px !important;
    }
    .footerimage{
   margin: 0px 50px !important;
    }
   .footercontent p{
    padding: 25px  20px !important;
 
   }
}

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

/* ---------tablet view--------- */

@media only screen and (max-width: 1100px) and (min-width: 600px){

  .mainarea p{
    font-size: 13px;
    padding: 0px;
    }
    .mainarea{
      padding: 10px 0px;
      margin-right: -30px;
      }
      .bg-shape img{
        width: 220px;
        height: 180px;
        margin: 10px 0px;
      }

      .aboutsection{
        padding: 30px 10px;
      }
      
  .saffimg img{
    margin-left: 100px;
    }
      .sevicesec{
        margin-top: 0px !important;
        padding: 30px 0px !important;
      }
      .serrow2{
        padding-bottom: 40px !important;
      }
      .processsection{
        margin: 35px 0px 10px;
        padding-top: 20px;
        margin-left: -3px !important;
      }
      .test{
        margin-left: 40px;
        margin-bottom: 30px;
        width: 190px !important;
        height: 220px !important;
        padding: 5px !important;
      }
      .testimg{
         margin: 40px 35px 10px !important;
      }
      .test h5{
        font-size: 15px;
      }

}

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



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