@import url('https://fonts.googleapis.com/css2?family=Cormorant+Upright:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600&display=swap');


body{
    margin:0;
    padding:0;
    color:#ca9c85;
    font-family: 'Raleway', sans-serif;
}
/*ffba00*/
.main{
  margin: auto;
  padding: 0;
  width: 94%;
}

a{
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
img{
  max-width: 100%;
}
h1{margin:0px;}
h2{margin:0px;}
h3{margin:0px;}
h4{margin:0px;}
h5{margin:0px;}
h6{margin:0px;}

/*font-family: 'Cormorant Upright', serif;*/


/* START HEADER SECTION */

/* start top bar section */

.topbar-section{
  padding: 0;
}
.topbar-section1{
  padding: 0;
  border-bottom: 1px solid hsla(240,5%,88%,.4);
}
.topbar-left1{
  padding: 10px;
}
.topbar-left2{
  padding: 0;
}
.topbar-left2 p{
  color: #8f8985;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  font-family: 'Cormorant Upright', serif;
}



.topbar-right1{
  padding: 10px;
}
.topbar-right2{
  padding: 0;
  text-align: right;
}
.topbar-right2 a{
  text-decoration: none;
  text-transform: capitalize;
  margin: 0;
  font-size: 17px;
  font-weight: 500;
  color: #ca9c85;
}
.topbar-right2 a span{
  color: #8f8985;
  padding: 0 10px 0 0px;
  margin: 0;
  font-family: 'Cormorant Upright', serif;
}


/* end top bar section */


/* start top head section */

.tophead-section{
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
}
.tophead-section1{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tophead-left1{
  padding: 10px;
}
.tophead-left2{
  padding: 0;
  text-align: left;
}
.head-navigation1{
  padding: 0px 10px 10px 10px;
}



.tophead-center1{
  padding: 0;
}
.tophead-center2{
  padding: 0;
}
.menu{
    padding:0;
    margin:0;
    list-style: none;
}
.head-navv2{
    margin: 0px;
    text-align: center;
    padding: 0px 0 0 0;
}
.navbar{
    margin-bottom: 0;
    display: flex;
    text-align: center;
    min-height: 0;
    justify-content: center;
}
.head-navv2 li {
  position: relative;
  text-align: left;
  display: inline-block;
  list-style: none;
  padding: 0px 15px 0px 15px;
  margin: 0 5px;
}
.head-navv2 li:last-child{
  border-right: 0px;
  box-shadow: none;
}
.head-navv2 li a {
  display: inline-block;
  text-decoration: none;
  color: #4e4e4e!important;
  padding: 3px 8px 3px 8px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.2s ease;
  text-transform:capitalize;
  margin: 0px 0px 0 0px;
}
.head-navv2 li a:hover{
   color: #ca9c85 !important;
   transition: all 0.2s ease;
}
.head-navv2 .active a {
  color: #ca9c85 !important;
  transition: 0.5s;
}

.main-mannu{
  background-color: #f1ec93;
  padding:10px 0 5px 0;
}
.navbar-toggler{
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: right;
  background-color: transparent;
  width: 50px;
  padding: 0 12px;
}
.menu{
    padding: 0;
    margin:0;
    list-style:none;
}
.menu-list{
    margin: 0px;
    text-align: center;
    padding: 0px 0 0 0;
   
}
.menu-list li{
    position: relative;
    text-align: left;
    display: inline-block;
    list-style: none;
    padding: 9px 9px 0px 9px;
    margin: 0 10px;
}

.menu-list li a i{
   color: #ffb700;
    font-weight: 600;
    font-size: 20px;
    padding: 0 7px 0 0;
    padding-right: 5px;
}
.menu-list li a{
    color: #fff;
    display: inline-block;
    text-decoration: none;
    padding: 9px 10px;
    color: #000;
    padding: 10px 0px 10px 0px;
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0px 0 0px;
}

.menu-list .active a{
  background-color:transparent!important;
  color: #ca9c85!important;
  transition: 0.5s;
}
.menu-list li a:hover{
   background-color: transparent;
}
.head-navv2 li a:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 90%;
  height: 1px;
  left: 0;
  top: 36px;
  background: #dedee1;
  transition: all .3s ease;
}
.head-navv2 li a:after {
  width: 0;
  height: 0;
  bottom: -13.5px;
  transform: scale(0);
  width: 7px;
  height: 5px;
  content: "";
  position: absolute;
  left: 50%;
  background: #ca9c85;
  transition: all .3s ease;
  border-radius: 50%;
  transform: scale(1);
  left: calc(50% - 2.5px);
  width: 6px;
  height: 6px;
}
.dropdown-menu li a:before,.dropdown-menu li a:after{
  display:none;
}
.dropdown-menu  li a{
  display: block;
  padding: 8px 0px;
  background: transparent;
}
.dropdown-menu  li a:hover{
  background:transparent;
}
.main-mannu{
   background-color: #f1ec93;
   padding:10px 0 5px 0;
}
.toggle_bars{
  display: none;
  color: #fff;
  font-size: 30px;
  text-align: right;
  background-color: transparent;
  width: 50px;
  padding: 0 12px;
}
.tophead-right1{
  padding: 10px;
}
.tophead-right2{
  padding: 10px;
  text-align: center;
}
.tophead-right2 a{
  background: #602a10;
  transition: 0.2s ease-in-out;
  color:#fff;
  padding: 8px 24px;
  box-shadow: 0 0 0 2px #ca9c85;
  box-shadow: 0 6px #aa6f53;
  font-size: 23px;
  text-transform: capitalize;
  border-radius: 43px;
  text-decoration: none;
  margin: 0;
  font-weight:500;
  font-family: 'Cormorant Upright', serif;
}
.tophead-right2 a:hover{box-shadow: 0 4px #aa6f53;}
/* end top head section */


/*start slider section*/

.slider-section{
    padding: 0;
}

.carousel-control .icon-prev {
  background: #020001;
  height: 40px;
  line-height: 32px;
  width: 40px;
  opacity: 4 !important;
  color: #ca9c85;
  font-size: 35px;
}
.carousel-control .icon-next {
  background: #020001;
  height: 40px;
  line-height: 32px;
  width: 40px;
  opacity: 4 !important;
  color: #ca9c85;
  font-size: 35px;
}

/*===================== start slide 1 css =====================*/

.slide_1{
   position: absolute;
   top: 13%;
   text-align: center;
   right: 0%;
   overflow: visible !important;
   width: 100%;
   left: 0;
   padding: 0px 35%;
   margin: 0 auto;
   /* border: 4px solid; */
}

.slide_1 .heading_1{
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ca9c85;
  margin: 0;
}
.slide_1 .heading_2{
    font-size: 43px;
    font-weight: 600;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: inline-block;
    color: #0c0c0c;
    text-transform: capitalize;
    font-family: 'Cormorant Upright', serif;
    margin: 0;
    /* border-bottom: 1px solid #ca9c85; */
}
.slide_1 .heading_2:before {
    width: 170px;
    height: 1px;
    background: #ca9c85;
    bottom: 0;
    left: calc(59% - 206px);
    content: "";
    position: absolute;
    top: 210px;
}


.slide_1 .heading_3{
    font-size: 15px;
    margin: 0;
    color: #3a3a3a;
    padding: 0px 0 0 0;
    font-weight: 400;
    padding: 20px 20px 0px;
    line-height: 27px;
}
.slide_1 .slide_call{
    padding: 8px 0 0px 0;
    margin: 0;
}
.slide_1 .slide_call a{
     margin-left: 0;
     margin: 3px 0 0 0;
     padding: 1px 20px 13px;
     display: block;
     color: #ca9c85;
     font-size: 18px;
     background:transparent;
     border-radius: 0;
     text-transform: uppercase;
     transition: 0.7s;
}
.slide_1 .slide_call a i{
    padding: 0 6px 0 0;
}
.slide_1 .slide_call a span{
  display:block;
  margin:0;
  color: #3a3a3a;
  padding: 5px 0 0;
  font-size: 19px;
  font-weight:600;
}
.slide-1{
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 60px 20px 40px;
  border: 2px solid;
  background: #ffffff9c;
}
.border-image{
  animation:none !important;
}

/* =============================== end slide 1 css ======================*/
.image-top{
  margin: -8% 0 0 0;
}
.slider-section img{
  width: 100%;
}
.carousel-control.left{
  background-image:none;
}
.carousel-control.right{
  background-image:none;
}




/*end sider section */

/* END HEADER SECTION */

/* start about us section */

.aboutus-section{
  padding: 0;
}
.aboutus-section1{
  padding: 0 0 50px 0;
  text-align: left;
}
.aboutus-content{
  padding: 20px 0;
}
.aboutus-content1{
  padding: 0px 0 0;
  text-align: left;
}
.aboutus-content p{
  font-size: 15px;
  margin: 0;
  color: #3a3a3a;
  font-weight: 500;
  padding: 11px 0px 0px;
  line-height: 27px;
}
.aboutus-content p a{
  font-size: 16px;
  font-weight: 500;
  color: #ca9c85;
  margin: 0;
}
.aboutus-content p strong{
  font-weight: 800;
  text-transform: capitalize;
  margin: 0;
  color: #aa6f53;
}
.aboutus-content p strong a{
  font-size: 16px;
  font-weight: 500;
  color: #ca9c85;
  text-transform: capitalize;
  margin: 0;
}
.aboutus-content h2,h3,h4,h5,h6{
  font-size: 26px;
  font-weight: 700;
  padding: 0px 50px 0 0px;
  position: relative;
  color: #000000;
  font-family: 'Cormorant Upright', serif;
  margin: 20px 0 0;
  width: fit-content;
}
.aboutus-content h2:before, .aboutus-content h3:before, .aboutus-content h4:before, .aboutus-content h5:before, .aboutus-content h6:before{
  content: "";
  font-weight: 700;
  padding: 9px 13px 13px 26px;
  margin: 0px 0 -16px 0px;
  color: #ca9c85;
  background: url(images/point.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
}
.aboutus-content img{
  width: 53px;
}
.aboutus-content ul{
   padding: 5px 0 0px 0px;
   margin: 0;
   list-style: none;
}
.aboutus-content ul li{
  padding: 5px 0 0px 41px;
  position: relative;
  margin: 0;
  color: #000;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
}
.aboutus-content li:before {
    content: "";
    font-weight: 700;
    padding: 9px 13px 13px 26px;
    margin: 0px 0 -16px 0px;
    color: #ca9c85;
    background:url(images/point.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}





/* end about us section*/




/* start top services section */

.topservices-section{
  padding: 0;
}
.topservices-section1{
  padding: 0px 0 50px;
}
.top-services{
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topservices-left1{
  padding: 10px;
}
.topservices-left2{
  padding: 0;
}
.topservices-image1{
  padding: 0;
}
.topservices-image1 .top-image{
  text-align: center;

}
.top-image img{
  
}
.top-image1{
  position: absolute;
  z-index: 1;
  left:0;
  top:0;
}

.topservices-right1{
  padding: 10px;
}
.topservices-right2{
  padding: 0;
}
.topservices-1{
  padding: 0;
  text-align: center;
}
.topservices-1 p{
   font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ca9c85;
  margin: 0;
}
.topservices-1 p img{
  width: 57px;
}
.topservices-1 strong{
    font-size: 43px;
    font-weight: 600;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: inline-block;
    color: #0c0c0c;
    text-transform: capitalize;
    font-family: 'Cormorant Upright', serif;
    margin: 0;
}
.topservices-content{
  padding: 10px;
}
.topservices-content p{
    font-size: 15px;
    margin: 0;
    color: #3a3a3a;
    font-weight: 400;
    padding: 20px 0px 0px;
    line-height: 27px;
}
.topservices-bottom1{
  padding: 30px 0 0 0;
  text-align: center;
}
.topservices-bottom1:before {
    position: absolute;
    content: "";
    width: 140px;
    height: 145px;
    background: url(images/rose.png) 50% no-repeat;
    bottom: -73px;
    left: -28px;
    transform: rotateY(197deg);
}
.topservices-bottom1:after {
    position: absolute;
    content: "";
    width: 140px;
    height: 145px;
    background: url(images/rose.png) 50% no-repeat;
    bottom: -66px;
    right: -28px;
}
.topservices-bottom1 img{
  width: 322px;
}

/* end top services section */

/* start best services section */

.bestservices-section{
  padding: 0;
}
.bestservices-section1{
  padding: 50px 0;
}
.bestservices-head{
  padding: 10px 0;
  text-align: center;
}
.bestservices-head strong{
    font-size: 43px;
    font-weight: 600;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: inline-block;
    color: #0c0c0c;
    display: block;
    text-transform: capitalize;
    font-family: 'Cormorant Upright', serif;
    margin: 0;
}

.bestservices-head h1{
    font-size: 43px;
    font-weight: 600;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: inline-block;
    color: #0c0c0c;
    display: block;
    text-transform: capitalize;
    font-family: 'Cormorant Upright', serif;
    margin: 0;
}
.bestservices-head h1 a{
    color: #0c0c0c;
}
.bestservices-head p{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ca9c85;
    margin: 0;
}
.best-services{
  padding: 20px 0;
}
.wpb_single_image.vc_align_left {
    text-align: left;
}
.wpb_single_image .vc_figure {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    max-width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.wpb_single_image img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}
/* Circle Banner Block */
.frgn_circle_banner_inner{
  width: 100%;
  position: relative;
  display: flex;
    align-items: center;
    justify-content: center;
  background-size: cover;
    background-position: center;
    border-radius: 50%;
  overflow: hidden;
}
.frgn_circle_banner_inner:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.frgn_circle_banner h2{
  font-size: 35px;
  color: #fff;
  position: relative;
  z-index: 2;
}
.frgn_circle_banner_title_holder{
  opacity: 0;
  transition: all 0.5s ease;
}
.frgn_workflow{
  position: relative;
}
.frgn_workflow .main_line {
    background: #ca9c85;
    left: 50%;
    margin-left: 0;
    position: absolute;
    right: 50%;
    top: 0;
    height: 100%;
    width: 2px;
}
.frgn_workflow_item {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    position: relative;
    overflow: hidden;
  color: #000;
  z-index: 2;
}
.frgn_workflow .frgn_workflow_item:nth-of-type(2n+1) {
    text-align: left;
    /* padding: 10px 00 0; */
}
.frgn_workflow .frgn_workflow_item:nth-of-type(2n+1) .frgn_workflow_item_inner{
    /* display: -webkit-box; */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.frgn_workflow_item_inner{
  display: flex;
  align-items: center;
}
.frgn_workflow_img_holder,
.frgn_workflow_text_holder{
    float: left;
    margin: 0;
    width: 50%;
    box-sizing: border-box;
}
.frgn_workflow_item:nth-child(odd) .frgn_workflow_text_holder,
.frgn_workflow_item:nth-child(even) .frgn_workflow_img_holder{
  padding: 0 90px 0 20px;
}
.frgn_workflow_item:nth-child(even) .frgn_workflow_text_holder{
  padding: 0 20px 0 90px;
}
.frgn_workflow_item:nth-child(odd) .frgn_workflow_img_holder{
  padding: 0 0 0 85px;
}
.frgn_workflow_img_holder img{
  width: auto;
    max-height: 415px;
}
.frgn_workflow_icon{
  display: flex;
  position: absolute;
  background-color: #ca9c85;
  width: 90px;
  height: 90px;
  align-items: center;
  justify-content: center;
  left: 50%;
  margin-left: -45px;
  border-radius: 50%;
  z-index: 1;
}
.frgn_workflow_icon img{
  width: 40px;
}
.frgn_workflow_text_holder{
  margin-top: -30px;
}
.frgn_workflow_text_holder strong{
    font-size: 43px;
    font-weight: 600;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: inline-block;
    color: #0c0c0c;
    display: block;
    text-transform: capitalize;
    font-family: 'Cormorant Upright', serif;
    margin: 0;
}
.frgn_workflow .frgn_decorative_heading{
      font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ca9c85;
    margin: 0;
}
.frgn_workflow .frgn_decorative_heading img{
  width: 60px;
}
.frgn_workflow  p{
  font-size: 15px;
    margin: 0;
    color: #3a3a3a;
    font-weight: 400;
    padding: 20px 0px 0px;
    line-height: 27px;
}

/* Workflow */
.frgn_workflow .main_line_cap {
    left: 50%;
    margin-left: -36px;
    position: absolute;
    right: 50%;
    top: 93%;
    height: 176px;
    width: 161px;
    background: url(images/leave-2.png) no-repeat center;
    z-index: 1;
}

/* end best services section */

/* start mehndi services section */


.mehndiservices-section{
  padding: 0;
  padding-top: 100px;
  padding-bottom: 40px;
  background-image: url(images/bg.png) !important;
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  background-position: center;
  position: relative;
}
.mehndiserv-section{
  padding-bottom: 140px;
}
.mehndiservices-section1{
  padding: 0px 0;
}
.mehndi-services1{
  padding: 50px 0 0 0;
}
.mehndi-services2{
  padding: 10px;
}
.mehndi-services3{
  padding: 0;
}
.mehndi-services4{
  padding: 0;
  text-align:center;
}
.mehndi-services4 strong{
  font-size: 33px;
  font-weight: 700;
  text-shadow: 0 0 10px rgb(0 0 0 / 30%);
  display: inline-block;
  color: #0c0c0c;
  display: block;
  text-transform: capitalize;
  font-family: 'Cormorant Upright', serif;
  margin: 0;
  padding: 10px 0;
}
.mehndi-services4 p{
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ca9c85;
  margin: 0;
}

/* end mehndi services section */

/* start form section */

.form-section{
  padding: 0;
  padding-top: 0px!important;
  padding-bottom: 100px!important;
  background-image: url(images/bg.png) !important;
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  background-position: center;
  position: relative;
}
.form-section1{
  padding: 50px 0 0;
}
.form-1{
  margin:0 auto;
  left:0;
  background: #fff;
  right:0;
  width: 50%;
}
.form-section2{
  padding: 10px;
}
.form-2{
  background:#fff;
  padding: 50px 0 0 0;
}
.contac-r {
    background: #fff;
    padding: 30px 60px 70px;
    margin: 0px 0 0 0;
    text-align: left;
}
.form-group {
    padding: 5px 15px;
    padding-bottom: 12px;
}
.form-control:focus {
    border-color: #000000;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #000;
    /* -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%); */
    /* box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 0%); */
    box-shadow: none;
}
.custom_btn {
    z-index:9999;
}
.btn-group{
  text-align:center;
  display:flex;
  justify-content:center;
  align-items:center;
}
input.form-control {
    color: #000;
    font-weight: 500;
    height: 45px;
}
.form-control {
    border-radius: 0px;
    background: transparent;
    box-shadow: none;
    border:0;
    padding: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
}
textarea.form-control {
    height: 78px;
    color: #000;
    font-weight: 500;
}
.btn-group>.btn:first-child {
       margin-left: 0;
       margin: 3px 0 0 0;
       padding: 14px 36px;
       color: #000000;
       font-size: 17px;
       border: 1px solid #ca9c85;
       background: #ca9c85;
       border-radius: 0;
       text-transform: uppercase;
       transition: 0.7s;
       font-weight: 800;
}
.btn-group>.btn:first-child:hover{
  color: #000000;
  transition: 0.7s;
}
.form-group  .place::-webkit-input-placeholder{
  color: #666666;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
/* end form section */

/* start  services section */

.ourservices-section{
  padding: 0;
}
.ourservices-section1{
  padding: 80px 0 50px;
}
.our-services{
  padding:30px 0;
}
.our-services1{
  padding: 10px;
}
.our-services2{
  padding: 0;
}
.our-services3{
  padding:0;
}
.elementor-button span {
    text-decoration: inherit
}
.elementor-element.elementor-element-46fdddb4.elementor-widget-image .elementor-widget-container img{
  -webkit-mask-image: url(images/shape.png);
  -webkit-mask-size: contain;
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  padding: 0;
  margin: 0;
}
.elementor-element.elementor-element-46fdddb4 > .elementor-widget-container {
    margin: 22px 0px 0px 0px;
    /* position: absolute; */
}    
.top-serv{
  position:absolute;
  margin: 0;
  padding: 18px 0 0 0;
}
.top-img img{
      opacity: 0.37;

}
/*.elementor-widget-container:hover{
    animation: bounce 0.5s infinite;
    animation-timing-function: ease-out,ease-in-out;
  
    animation-duration: 5s;
    animation-delay: 0.4s;

    animation-direction: normal,alternate;
  }
*/
.services-content{
  padding: 40px 0px 10px 0px;
  text-align: center;
}
.services-content strong{
    font-weight: 600;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: inline-block;
    color: #0c0c0c;
    display: block;
    text-transform: capitalize;
    font-family: 'Cormorant Upright', serif;
    margin: 0;
    font-size: 35px;
}
.services-content p{
  font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ca9c85;
    margin: 0;
}

.services-content1{
  padding: 0 10px 10px 10px;
  text-align: center;
}
.services-content1 p{
      font-size: 15px;
      margin: 0;
      color: #3a3a3a;
      font-weight: 500;
      padding: 0px 0px 10px;
      line-height: 27px;
}
.services-content1 ul{
  padding: 0 0 9px 0;
  margin:0;
  list-style: none;
}
.services-content1 ul li{
  display: inline-block;
  padding: 0 10px;
  margin:0;
}
.services-content1 li a{
  color: #ca9c85;
}
.services-content1 li a i{
  color: #ca9c85;
  font-size: 20px;
  text-decoration: none;
}
/* end services sectuon */

/* start testimonials section */


.testimonials-section{
  padding: 0;
  background: url(images/mehndi-bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.testimonials-section-1{
  padding: 50px 0;
}
.testimonials-section1{
  padding: 50px 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 60px 20px 40px;
  border: 2px solid;
  background: #ffffffad;
}
.testimonials{
  padding: 0px 0 40px;
}
.testimonials-1{
  padding: 10px;
}
.testimonials-2{
  padding: 10px;
}
.testimonials-3{
  padding: 10px;
  display: flex;
}
.testimonials-3 .testi-coma{
  width: 10%;
} 
.testi-coma img{
  height: 30px;
}
.testimonials-3 .testi-content{
  width: 100%;
}
.testi-content p{
  font-size: 15px;
  text-align: left;
  margin: 0;
  color: #3a3a3a;
  padding: 0px 0 0 0;
  font-weight: 400;
  padding: 0px 20px 0px;
  line-height: 27px;
}
.testimonials-4{
  padding: 10px;
  display: flex;
}
.testimonials-4 .test-img{
  width: 20%;
}
.testi-img img{
    border-radius: 50%;
    height: 60px;
}
.testimonials-4 .testi-txt{
  width: 80%;
  text-align: left;
  padding: 0 0px 0 18px;
}
.testi-txt p{
  font-size: 25px;
  font-weight: 800;
  padding: 0px 00 0;
  color: #000000;
  font-family: 'Cormorant Upright', serif;
  text-transform: capitalize;
  margin: 0;
}
.testi-txt span{
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ca9c85;
  margin: 0;
}
/* end testimonials section */


/* start gallery section */

.gallery-section{
  padding: 0;
}
.gallery-section1{
   padding: 0;
}
.gallery-1{
  padding: 0;
}
.gallery-2{
  padding:0px;
}

/* end gallery section */

/* start mark section*/

.mark-section{
  padding: 0;
  background-image: url(images/bg-1.jpg) !important;
  /* background-repeat-x: no-repeat; */
  /* background-repeat-y: repeat; */
  background-position: center;
  background-size: cover;
  position: relative;
}
.mark-section1{
  text-align: center;
  padding: 60px 0;
}
.mark-section p{
  font-size: 25px;
  font-weight: 800;
  padding: 0px 00 0;
  color: #000000;
  font-family: 'Cormorant Upright', serif;
  text-transform: capitalize;
  margin: 0;
  text-align: center;
}
.mark-section1:before {
    position: absolute;
    content: "";
    width: 140px;
    height: 145px;
    background: url(images/rose.png) 50% no-repeat;
    top: -2px;
    left: -93px;
    transform: rotateY(197deg);
}
.mark-section1:after {
    position: absolute;
    content: "";
    width: 140px;
    height: 145px;
    background: url(images/rose.png) 50% no-repeat;
    top: -13px;
    right: -84px;
}




.testi-txt span img{
  width:60px;
}
/* end mark section*/


/* end footer section */

.footer-section{
  padding: 50px 0 20px 0px;
}
.footer-section1{
  padding: 30px 10px 10px 10px;
  border: 1px solid #d7d7d7;
}
.footer-1{
  padding: 10px;
}
.footer-2{
  padding: 0;
}
.footer-head{
  padding: 10px 0;
  text-align: center;
}
.footer-head p{
  font-size: 15px;
  line-height: 1.5;
  margin: 0px 0 0px 0 !important;
  text-transform: uppercase !important;
  font-weight: 500;
  letter-spacing: 1px;
}
.footer-head p img{
  width: 30px;
}
.footer-content{
  padding: 10px;
  text-align: center;
}
.footer-content p{
    font-size: 14px;
    text-align: center;
    margin: 0;
    color: #3a3a3a;
    font-weight: 400;
    padding: 0 0 10px 0;
    line-height: 27px;
}
.footer-content a{
  text-decoration:none;
  color:#000;
  font-weight:600;
  text-transform:capitalize;
}
.footer-content img{
  padding: 30px 0;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.footer-content ul{
   padding: 5px 0 0px 0px;
   margin: 0;
   list-style: none;
}
.footer-content ul li{
  padding: 2px 0 0px;
  margin: 0;
  color: #000;
  line-height: 30px;
  font-size: 18px;
  /* text-transform: capitalize; */
  font-weight: 500;
}
.footer-content ul li a{
  color:#000;
  font-family: 'Cormorant Upright', serif;
}
.footer-content ul li p{
    font-weight: 500;
    text-transform: uppercase;
    color: #ca9c85;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
.footer-content li:before {
    content: "";
    /* font-size: 16px; */
    font-weight: 700;
    padding: 9px 7px 13px 28px;
    margin: 0px 0 -16px 0px;
    color: #ca9c85;
    font-family: "Font Awesome 5 Free";
    background:url(images/point.png) no-repeat;
}
.footer-list{
  padding: 10px;
  text-align: center;
}
.footer-list ul{
  padding: 0;
  margin:0;
  list-style: none;
}
.footer-list ul li{
  padding: 23px 0 11px;
}
.footer-list ul li i{
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ca9c85;
    margin: 0;
    padding: 0 0 10px 0;
}
.footer-list ul li p{
    text-decoration: none;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
}


/* end footer section*/

/* start copy right section */

.copyright-section{
  padding: 0;
}
.copyright-section1{
  padding: 10px 0;
  text-align: center;
}
.copyright-section1 p{
    font-size: 14px;
    font-weight: 600;
    color: #ca9c85;
    margin: 0;
}


/* end copy right section */


/* start bread crumb section */

.beardcrumb-section{
  padding:0;
}
.beardcrumb-section:before{
  content:"";
  position:absolute;
  height:100%;
  width:100%;
  top:0;
  left:0;
  right:0;
  opacity:50%;
  display:none;
  background:#ffffff;
}
.breadcrumb-content{
  padding: 0px 0;
  position: absolute;
  text-align: center;
  top: 132px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 50%;
}
.breadcrumb-content h1:before {
    width: 50%;
    height: 1px;
    background: #ca9c85;
    left: 0;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
}
.breadcrumb-content p{
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #ae6f4f;
    display: block;
    margin: 0;
}
.breadcrumb-content h1{
  font-size: 43px;
  font-weight: 600;
  text-shadow: 0 0 10px rgb(0 0 0 / 60%);
  color: #0c0c0c;
  text-transform: capitalize;
  font-family: 'Cormorant Upright', serif;
  padding: 0 0 11px 0;
  position: relative;
  line-height: 60px;
  margin: 0 auto;
}
.breadcrumb-content h1 a{
  color:#0c0c0c;
}
.breadcrumb_link{

padding: 20px 0 0;
}
.breadcrumb_link .first-item{
  padding: 0px 0;
  font-size: 15px;
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
  color: #ca9c85;
}
.breadcrumb_link .first-item a{
  color: #bf6f4f;
}
.breadcrumb_link .separator{
   color: #ca9c85;
   font-size: 15px;
   padding:0 5px;
}
.breadcrumb_link .last-item{
  text-shadow: 0 0 10px rgb(0 0 0 / 30%);
  color: #0c0c0c;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
}
.breadcrumb_link img{/* height: 60px; */margin: 10px 0 0 0;}
/* end beard crumb sectin*/

/* start contact us section */

.contactdetail-section{
  padding: 80px 0 0 0;
}
.contactdetail-section1{
  padding: 0 0 40px 0;
}
.contactdetail-left1{
  padding: 0;
}
.contactdetail-left2{
  padding:10px;
}
.contact-head{
  padding: 10px 0;
  text-align: left;
}
.contact-head strong{
    font-size: 43px;
    font-weight: 600;
    text-shadow: 0 0 10px rgb(0 0 0 / 30%);
    display: inline-block;
    color: #0c0c0c;
    display: block;
    text-transform: capitalize;
    font-family: 'Cormorant Upright', serif;
    margin: 0;
}
.contact-head strong img{
  height: 37px;
}
.contact-head p{
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ca9c85;
    margin: 0;
}
.contact-detail{
  padding: 0;
  text-align: left;
}
.contact-detail p{
    font-size: 16px;
    text-align: left;
    margin: 0;
    color: #3a3a3a;
    font-weight: 400;
    padding: 0 0 10px 0;
    line-height: 34px;
}
.contact-detail ul{
  padding:0;
  margin: 0;
  list-style:none;
}
.contact-detail ul li{
  margin: 0;
  padding: 10px 0;
  font-size: 18px;
  color: #222;
  font-weight: 500;
}
.contact-detail ul li img{
  
padding: 0 7px 0 0;
}



.contactdetail-right1{
  padding:10px;
}
.contactdetail-right2{
  padding: 0 41px;
}
.contac-rr{
  padding:0;
}
.btn-group1>.btn:first-child {
       margin-left: 0;
       margin: 3px 0 0 0;
       padding: 14px 36px;
       color: #000000;
       font-size: 17px;
       border: 1px solid #ca9c85;
       background: #ca9c85;
       border-radius: 0;
       text-transform: uppercase;
       transition: 0.7s;
       font-weight: 800;
}
.btn-group1>.btn:first-child:hover{
  color: #000000;
  transition: 0.7s;
}
.image-leave{
    margin: 0 0 0 0;
    position: absolute;
    top: -18%;
}
.contactdetail-right2 img{
      margin: 88px 0 0 0;
}
.contactdetail-right-2 img{
  margin: 0 !important;
}

/* end contact us section*/

#callbook {
  background:green;
  bottom: 0;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 100;
}
#callbook ul{
  padding: 0px;
}
#callbook ul li {
  background:red;
  position: relative;
  width:50%;
  list-style:none;
  float:left;
  line-height: 40px;
  text-align: center;
}
#callbook ul li a span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  top: 0px;
}
#callbook ul li a i{
  color: #fff;
  position: relative;
  padding: 0 5px 0 0;
  font-weight: 600;
  font-size: 20px;
  animation: pulsate 0.5s ease-out;
  animation-iteration-count: infinite;
}
@keyframes pulsate {
  0% {transform: scale(0.9, 0.9); opacity: 1;}
  50% {transform: scale(1.2, 1.2); opacity: 1;}
  100% {transform: scale(0.9, 0.9); opacity: 1;}
}




/*start media query*/

@media (max-width: 767px){
    body{text-align: center;}
    .topbar-right2{text-align:center;}
    .topbar-right1{padding:0 0 10px; 0;}
    .topbar-left1{padding: 10px 0 0;}
    .tophead-left1{padding:0;}
    .navbar{min-height: 0;display: block;}
    .navbar-toggler {
        border-radius:5px;
        display: block;
        color: #ca9c85;
        position: absolute;
        font-size: 30px;
        border: 0px !important;
        text-align: right;
        float: right;
        top: -49px;
        border: 0;
        right: 2px;
        }
    .custom-toggler{border:0;}
    .nav-main{display: none;}
    .tog-top{display: block; background-color: transparent;}
    .nav-main{display: none;}
    .head-navv2 li a{display: block;border:transparent;}
    .menu__item{display: block;text-align: center;}
    .menu__link{border-right: 0px;}
    .menu-list .active a{border:transparent;}
    .head-navv2 li {display: block;margin: 5px 0;padding: 0;}
    .head-navv2 li a {padding: 7px 27px 7px 0px;}
    .head-navv2 li a:after {bottom: 1.5px;}
    .head-navv2 li a:before,.head-navv2 li a:after{display:none;}
    .tophead-section1 {display:block;}
    .tophead-right1{display:none;}
    .head-navigation1{padding:0;}
    .slide_1 .heading_2 {font-size: 22px;font-weight: 700;}
    .slide-1 {padding: 30px 10px 30px;}
    .slide_1 .heading_2:before{top: 95px;}
    .slide_1 .heading_2:before {left: calc(70% - 206px);}
    .slide_1 {top: 6%;}
    .slide_1 {padding: 0px 18%;}
    .slide_1 .slide_call a{padding-bottom:0;}
    .top-services{display:block;} 
    .topservices-content p{padding-top:0;} 
    .topservices-bottom1:after {right: -13px;}
    .topservices-bottom1 img{width: 210px;}
    .topservices-content{padding-bottom:0;padding-right:0;padding-left:0;}
    .topservices-1 strong{font-size:38px;}
    .frgn_workflow_item:nth-child(even) .frgn_workflow_text_holder {padding: 0 0px 0 16px;text-align: right;}
    .frgn_workflow_item:nth-child(odd) .frgn_workflow_img_holder {padding: 0px 0 0 11px;}
    .frgn_workflow_item:nth-child(odd) .frgn_workflow_text_holder, .frgn_workflow_item:nth-child(even) 
    .frgn_workflow_img_holder {padding: 0 10px 0 0px;}
    .frgn_workflow_text_holder strong {font-size: 26px;}
    .frgn_workflow .frgn_workflow_item:nth-of-type(2n+1) {padding: 0px 0 0 0;}
    .mehndiservices-section{padding-bottom:0;}
    .form-1 {width: 100%;}
    .contac-r {padding: 30px 0px 70px;}
   .form-group{padding-bottom:0;}
   .our-services1{width:50%;}
   .testimonials-section1 {padding-left:0;padding-right:0;}
   .testimonials-3{padding:0}
   .testi-content p{padding-right:0;padding-left: 10px;}
   .testi-coma img{height:auto;}
   .footer-content img{padding-top:10px;padding-bottom: 0;}
   .gallery-1{width:50%;}
   .mark-section1:before{opacity: 0.3;left: -24px;}
   .mark-section1:after{opacity: 0.3;right: -13px;}
   .breadcrumb-content{padding: 0;top: 30px;width: 100%;}
   .breadcrumb-content p{display:none;}
   .breadcrumb-content h1:before{display:none;}
   .breadcrumb-content h1{padding:0;margin:0;line-height: 36px;font-size: 29px;}
   .mehndi-services2{width:50%;}
   .services-content strong{font-size: 28px;}
    #callbook {display:block;} 
  .copyright-section1{padding-bottom: 60px;padding-top:0;}
  .footer-list ul li{padding: 10px 0;}
  .footer-list{padding:10px 0;}
  .topservices-right1 {padding: 0px;}
  .bestservices-head strong {font-size: 37px;}
  .contactdetail-section {padding: 40px 0 0 0;}
  .beardcrumb-section:before{display:block;}
  .tophead-left2 img{height: 60px;margin: 0 auto 0 0;display: block;}










}
  
      


@media only screen and (min-width: 768px) and  (max-width:991px) {
 .head-navv2 li a {padding: 3px 0px 3px 0px;font-size: 15px;font-weight: 500;}
   .navbar-collapse{padding:0;}
   .tophead-right2 a { padding: 9px 14px;font-size: 20px;}
   .head-navv2 li {margin: 0 2px;padding: 0 8px;}
   .slide_1 .heading_2 {font-size: 31px;}
   .slide-1 {padding: 30px 20px 30px;}
   .slide_1 .heading_2:before{top:145px;}
   .slide_1 .heading_2:before {left: calc(65% - 206px);}
   .slide_1 { top: 6%;}
   .slide_1 {padding: 0px 32%;}
   .slide_1 .heading_3 {padding-top:15px;padding-right: 5px;padding-left: 5px;font-size: 14px;}
   .slide_1 .slide_call a{padding-bottom:0;}
   .tophead-right1{display:none;}
   .head-navigation1{padding:0;}
   .tophead-right1{padding:10px 0;}
   .topbar-left1{padding:10px 0;}
   .topbar-left2 p{font-size: 17px;}
   .frgn_workflow_item_inner{padding-top:60px;}
   .frgn_workflow_text_holder strong {font-size: 32px;}
   .frgn_workflow_item:nth-child(odd) .frgn_workflow_text_holder, .frgn_workflow_item:nth-child(even) .frgn_workflow_img_holder{padding-left:0;}
    .mehndi-services4 strong { font-size:28px;}
   .topservices-bottom1:before {bottom: -53px;left: -117px;}
  .topservices-1 strong{font-size:35px;}
  .topservices-content{padding-top:0;}
  .topservices-bottom1:after{display:none;}
  .topservices-bottom1 {padding-top:10px;}
  .contac-r {padding: 30px 50px 70px;}
  .form-group{padding-bottom:0;}
  .form-1 {width: 70%;}
  .mark-section1:before{opacity: 0.3;}
  .mark-section1:after{opacity: 0.3;right: -19px;}
   .breadcrumb-content{padding: 0;top: 34px;}
   .breadcrumb-content p{display:none;}
   .breadcrumb-content h1:before{display:none;}
   .breadcrumb-content h1{padding:0;font-size: 31px;line-height: 49px;}
   .breadcrumb_link img{height: 64px;margin: 0;}
    .testi-coma img{height:auto;}



}

@media only screen and (min-width: 991px) and  (max-width:1200px) {
  .head-navv2 li a {padding: 3px 5px 3px 5px;font-size: 14px;}
  .navbar-collapse{padding:0;}
  .tophead-right2 a {padding: 9px 14px;font-size: 19px;}
  .head-navv2 li {padding: 0px 10px 0px 10px;}
  .head-navigation1{padding:0;}
  .slide_1 .heading_2 {font-size: 31px;}
  .slide-1 {padding: 40px 10px 30px;}
  .slide_1 .heading_2:before{top:160px;}
  .slide_1 .heading_2:before {left: calc(61% - 206px);}
  .slide_1 { top: 6%;}
  .services-content strong{font-size:30px}
  .mark-section1:before{display: none;}
  .mark-section1:after{opacity: 0.4;right: 0;display: none;}
  .testi-coma img{height:auto;}
  .breadcrumb-content{top: 102px;}
  .breadcrumb-content h1{font-size: 33px;line-height: 50px;}
 
   

}

@media only screen and (min-width:1200px) and  (max-width:1345px){
  .head-navv2 li a {padding: 3px 8px 3px 8px;font-size: 15px;}
  .mark-section1:before{opacity: 0.5;}
  .mark-section1:after{opacity: 0.5;right: -49px;}
  .breadcrumb-content{top: 102px;}

}

@media (max-width: 575px) and (min-width: 0px) {
  .slide_1 .heading_2:before{display:none;}
  .carousel-control .icon-next {font-size:20px;height: 20px;width: 20px;line-height:15px;}
  .carousel-control .icon-prev {font-size:20px;height: 20px;width: 20px;line-height:15px;}
  .slide_1 {padding: 0px 16%;}
  .slide-1 {padding: 38px 30px 30px;}
  .slide_1 .slide_call {padding:0px 0 0px 0;}
  .slide_1 .heading_2 { font-size: 23px;}
   .slide_1 .heading_3 {display:none;}
  .topservices-section1{padding:30px 0;}
  .frgn_workflow p {font-size: 14px;padding: 0px 0px 0px;line-height: 27px;}
  .frgn_workflow_icon{height: 60px;width: 60px;left: 54%;}
  .frgn_workflow_text_holder strong {font-size: 24px;}
  .frgn_workflow_item_inner{padding: 50px 0 0 0;}
  .frgn_workflow .frgn_decorative_heading img {width: 40px;}
  .our-services1{width:100%;}
  .footer-1 { padding: 10px 0;}
  .footer-content { padding: 10px 0;}
  .gallery-1{width:100%;}
  .mark-section p {font-size: 22px;line-height: 31px;}
  .breadcrumb-content h1{font-size: 24px;}
  .breadcrumb_link .separator{display:none;}
  .breadcrumb_link .last-item{display:none;}
  .mehndi-services2{width:100%;}
  .breadcrumb-content{top:20px;}
  .aboutus-content h2, h3, h4, h5, h6 {font-size: 21px;line-height: 30px;padding: 0px 40px 0 0px;}
  .bestservices-head h1 {font-size: 37px;}
  .tophead-left2 img{height: 60px;margin: 0 auto 0 0;display: block;}
  .breadcrumb_link{padding: 0;}
  




}
@media (max-width: 420px) and (min-width:0px){
    .topservices-1 strong{font-size:32px;}
    .slide_1 .slide_call a span{display:none;}
    .slide-1 {padding: 9px 10px 30px;}
    .frgn_workflow .frgn_decorative_heading {font-size: 12px;}
    .frgn_workflow_icon{height: 40px;width: 40px;left: 58%;}
    .frgn_workflow_icon img {width: 30px;}
    .bestservices-head strong{font-size:31px;}
    .breadcrumb_link .separator{display:none;}
    .breadcrumb_link .last-item{display:none;}
    .breadcrumb_link img{height: 24px;margin: 0;}
    .topservices-bottom1:after{display:none;}
    .topservices-bottom1:before{display:none;}


}