.cardSy{
      padding: 8px;
    box-shadow: 0px 0px 8px 3px #ddd;
    border-radius: 10px;
}
.liuisu{
      border-bottom: 1px solid;
}

.corevafs{
  font-size: 30px !important;
    font-weight: 800 !important;
}
.JJuss{ 
    padding: 32px 15px;
    border: 1px solid #908b8b;
    border-radius: 10px;
}

.summary-widget {
    margin: 0 0 30px;
    padding: 0 15px;
    display: flex;
    float: none!important;
    vertical-align: top;
}
.summary-widget .summary-content-wrap {
   background-color: #eeff99;
}
.content_wrapper {
    background-color: #fff;
    border-width: 0;
    border-style: solid;
    border-color: #d0005f;
    padding: 30px 0;
    -webkit-box-shadow: 0 3px 8px 2px transparent;
    -moz-box-shadow: 0 3px 8px 2px transparent;
    box-shadow: 0 3px 8px 2px transparent;
    text-align: center;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.content_wrapper .no-gutter a {
    word-wrap: break-word;
    white-space: normal;
    font-weight: 400;
}
.summary-widget .page_link {
    border-radius: 0;
}
.page_link {
    position: relative;
    z-index: 0;
    overflow: hidden;
    display: block;
    background-color: #000;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}
.page_link .link_overlay {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    color: #fff;
    opacity: 0;
    font-size: 2em;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.content_wrapper .no-gutter img {
    width: 100%;
    border-radius: 6px;
}
.imageblock img {
    max-width: 100%;
    width: 100%;
    border-radius: 0!important;
}
.summary-widget .contentblock .viewbtn a {
    display: block;
        background: #72200d;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding: 0;
    text-decoration: none;
    line-height: 40px;
    min-height: 40px;
}

.summary-widget .contentblock .viewbtn {
    margin: -50px auto 0;
    text-align: center;
    padding: 0 15px;
    width: 100%;
}
.summary-widget .contentblock {
    position: relative;
    padding: 30px;
}

.offhead{
      margin-top: 20px;
    text-align: center;
}
.offcont{
  text-align: center;
}

.Ois{
      max-width: 100% !important;
    object-fit: cover;
    height: 200px;
}
.sdCfe{
        border: 3px solid #cf7816;
    border-radius: 11px;
}




/*  
.section{
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 100vh;
}
 .shadow-title{
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-align: right;
  font-size: 20px;
  line-height: 1;
  color: #ccc;
  font-weight: 700;
   letter-spacing: 1px;
  z-index: 2;
  opacity: 0.5;
}

.moving-image {
  background: url('https://ivang-design.com/svg-load/hotel/move-img@2x.jpg') repeat fixed;
  background-size: cover;
  position: absolute;
  top: 0; 
  left: 0; 
  right: 0;
  bottom: 0;
  z-index: 1;
  width:100%;
  opacity: 0.4;
}
.case-study-wrapper {
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 10;
  width: auto;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  list-style: none;
}
.case-study-wrapper .case-study-name {
  margin: 0;
  padding: 0;
}
.case-study-wrapper .case-study-name a {
  position: relative;
  list-style: none;
  margin: 0 auto;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 1px;
  color: rgba(255,255,255,.3);
  text-decoration: none;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; 
  text-decoration: none;
} 
.case-study-wrapper .case-study-name a:hover {
  text-decoration: none;
} 
.case-study-wrapper .case-study-name.active a {
  color: #fff;
}
.case-study-wrapper .case-study-name a:before {
  position: absolute;
  content: '';
  left: -5px;
  top: 50%;
  height: 0;
  width: 4px;
  transform: translateY(-50%);
  background: linear-gradient(45deg, #f19872, #e86c9a);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; 
} 
.case-study-wrapper .case-study-name:nth-child(2) a:before {
  background: linear-gradient(45deg, #0947db, #07d89d);
}
.case-study-wrapper .case-study-name:nth-child(3) a:before {
  background: linear-gradient(45deg, #ee2d29, #f8ae2c);
}
.case-study-wrapper .case-study-name:nth-child(4) a:before {
  background: linear-gradient(45deg, #3a3d98, #6f22b9);
}
.case-study-wrapper .case-study-name.active a:before {
  height: 100%;
}

.case-study-images {
  position: absolute;
  top: 50%;
  left: 70px;
  width: calc(100% - 90px);
  max-width: 500px;
  margin:0;
  padding: 0;
  z-index:5;
  list-style: none;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
} 
.case-study-images li {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin:0;
  padding: 0;
  list-style: none;
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 30px rgba(14,14,14,.35);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; 
}
.case-study-images li.show {
  opacity: 1;
} 
.case-study-images li img {
  width: 100%;
  height: auto;
  display: block;
}
.case-study-images li p {
  position: absolute;
  top: 20px;
  left: 20px; 
  text-align: left;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 300;
  margin: 0;
  padding: 5px 10px;
  background-color: rgba(0,0,0,.8);
  border-radius: 3px;
  display: inline-block;
}
.case-study-images li .info {
  position: relative; 
  padding: 12px 20px;
  background-color: rgba(0,0,0,.5);
  display: block;
}
.case-study-images li .info img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}
.case-study-images li .info a {
  background-color: #000;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 28px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 300;
  position: absolute;
  right: 20px;
  top: 10px;
  height: 28px;
  padding: 0 20px;
  border-radius: 3px;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; 
}
.case-study-images li .info a:hover {
  text-decoration: none;
}

 

.link-to-portfolio {
  position: fixed;
    top: 20px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(255,255,255,.3);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}
.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 2px rgba(255,255,255,0);
}
*/
.textblack{
  color: #000 !important;
}

.bbsu{
    max-width: 181px !important;
    margin-bottom: 5px !important;
    padding: 0px 10px;
}
.ssw{
  margin-top: 13px;
    border: 1px solid #000 !important;
} 
.Ert5s{
       border-right: 8px solid #a90d0d;
}
 .sssUSs{
  margin-top: 14px;
 }
.sdasdVs{
  padding: 32px;
}
.ddScf{
  background: #fff;
    border: 1px solid #ddd !important;
    border-radius: 20px;
}
.Bgst{
  background: wheat;
    padding-bottom: 51px;
    padding-top: 72px;
    box-shadow: 0px -7px 1px 4px #c7c7c7;
}
.sssSty{
      background: brown;
    color: #fff;
    padding: 0px 25px;
    border-radius: 17px;
}
.ssEst{
  margin-top: 18px;
}

.hsiyd6hs{
  
}
.UisStyle{
  border: 5px solid #c50707;
}
.text-white{
  color: #fff;
}
.img-fluids{
   max-width: 163px;
    height: 129px;
    object-fit: cover;
}


.asdSxxx{
   background: #ffffffd6;
    padding: 23px;
    border-radius: 7px;
}

.sdfwww{
     background-image: url("https://cdn.pixabay.com/photo/2021/02/19/23/17/reception-6031806_960_720.png");
  padding: 5px;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-top: 5vh;
  /*padding-bottom: 15vh;*/
  background-repeat: no-repeat;
  background-size: cover;
}
.Sf77su{
  border-left: 8px solid #a71b1b;
    /*border-left-style: dashed;*/
    box-shadow: 11px 8px 0px 2px #d33636;
}











.asdS{
        margin-right: 0px !important;
}
.asdEs3s{
    margin-top: 19px;
}

.bgLoc{ 
       background: #72200d !important;
    color: #fff !important;
    border: none !important;
    border-radius: 100px !important;
    padding: 10px 26px;
    font-size: 16px;
    font-family: ui-serif;
}

.TysFOnts{
    font-family: math;
    text-decoration: underline;
}

.uusussss{
    padding-bottom: 0px !important;
}

.sdddd{
        background: #f3f3f3;
    padding-top: 41px;
}
.sde{
    margin-left: 23px;
}

.TrsHHs{
       font-size: 16px;
    color: #000 !important;
}

.UICss{
	border-radius: 2px;
    box-shadow: 10px 10px 0px -4px #a06d10;
}
.iiCrsd{
	border-radius: 10px;
}
.btyyys6s{
background: #72200d;
    color: #fff !important;
    padding: 7px 12px;
}
.UICfss{
	padding: 9px;
    height: 405px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 14px;
}
.text-darks{
	color: #000 !important;
	font-weight: 900 !important;
}
.ButtonRedWa{
	/*background: #dc3545;*/
    margin: 2px 3px;
    border-radius: 0px !important;
    line-height: 25px !important;
}
.ssiSSs{
	max-height: 189px;
    object-fit: cover;
    max-width: 100%;
}
.uud1823Px{
	    font-size: 20px;
}
.Uissss{
	height: 300px;
    object-fit: cover;
    margin: 2px 2px;
}

.red_velvet_pride {
    background-color: #fff;
    padding-top: 45px!important;
    padding-bottom: 30px!important;
}
.groups{
  font-weight: 700;
}
@media only screen and (min-width: 600px) {
  .samarpa-booking {
    padding-left: 28px;
  }
}
/* red velvet timline  */
.Red-velvet-timeline{
 color:#e0e0e0;
  padding-bottom: 40px;
}


:root {
  --color1: #2E3C47;
  --color2: #202C36;
}

.main-timeline {
  font-family: 'Poppins', sans-serif;
}

.main-timeline:after {
  content: '';
  display: block;
  clear: both;
}

.main-timeline .timeline {
  border-right: 10px solid #701010;
  width: 50%;
  padding: 10px 20px 10px 0;
  box-shadow: 10px 0 #620f0f;
  float: left;
}

.main-timeline .timeline-content {
  text-align: center;
  display: block;
  position: relative;
  border-radius: 10px 10px;
}

.main-timeline .timeline-content:hover {
  text-decoration: none;
}

.main-timeline .timeline-content:before,
.main-timeline .timeline-content:after {
  content: "";
  background: #701010;
  width: 80px;
  height: 3px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -120px;
}

.main-timeline .timeline-content:after {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  right: -125px;
}

.main-timeline .timeline-year {
  color: #fff;
  background: #aa770c;
  font-size: 40px;
  font-weight: 400;
  padding: 3px 20px 2px;
  border-radius: 100px;
  border: 5px solid #cea245;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -300px;
}

.main-timeline .title {
  color: #fff;
  background:#c29d4f;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px 10px 9px;
  margin: 0;
  border-radius: 10px 10px 0 0;
}
.red-velvet-groups{
  background:#701010!important;
}
.red-velvet-groupss{
  background:#620f0f!important;
  border: 5px solid #701010!important;
}

.main-timeline .description {
  color: #555;
  background: linear-gradient(#f1f1f1, #d9d9d9);
  font-size: 15px;
  letter-spacing: 1px;
  padding: 20px 10px;
  border-radius: 0 0 10px 10px;
  margin: 0;
}

.main-timeline .timeline:nth-child(even) {
  float: right;
  border: none;
  border-left: 10px solid var(--color2);
  box-shadow: -10px 0 #cea245;
  padding: 10px 0 10px 20px;
  margin: 0 0 0 10px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
  right: auto;
  left: -120px;
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
  right: auto;
  left: -125px;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
  right: auto;
  left: -300px;
}

.main-timeline .timeline:nth-child(2) {
  --color1: #c29d4f;
  --color2: #c29d4f;
}

.main-timeline .timeline:nth-child(3) {
  --color1: #F15B53;
  --color2: #D63C38;
}

.main-timeline .timeline:nth-child(4) {
  --color1: #7c49b7;
  --color2: #5b2499;
}

@media screen and (max-width:767px) {

  .main-timeline .timeline,
  .main-timeline .timeline:nth-child(even) {
      width: 100%;
      padding: 100px 0 20px 20px;
      margin: 0 0 0 10px;
      box-shadow: -10px 0 var(--color2);
      border: none;
      border-left: 10px solid var(--color1);
      float: none;
  }

  .main-timeline .timeline-content:before,
  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(even) .timeline-content:before,
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
      top: -50px;
      left: -20px;
      width: 50px;
  }

  .main-timeline .timeline-content:after,
  .main-timeline .timeline:nth-child(even) .timeline-content:after {
      width: 15px;
      right: auto;
      left: 15px;
  }

  .main-timeline .timeline-year,
  .main-timeline .timeline:nth-child(even) .timeline-year {
      transform: translateX(-50%);
      top: -85px;
      left: 50%;
      right: auto;
  }
}

/* full image index */
.viewPortIn {
  opacity: 1;
}
.benifhit{
  padding: 0px;
}

#patna-testo .guest-book_item {
  border: 2px solid #c30c0e!important;
}