.under_banner_logo_sec .swiper-wrapper{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}

.under_banner_logo_sec .swiper-slide{
	opacity: .3;
}

.under_banner_logo_sec .swiper-slide:hover{
	opacity: 1;
}

.hd_menu nav ul li:last-child{
	border: 2px solid #ffff;
    padding: 4px 5px;
    margin-left: 25px;
	background: rgba(255,255,255,0);
}

.hd_menu nav ul li:last-child:hover{
	background: rgba(255,255,255,1);
}

.hd_menu nav ul.sub-menu li:last-child {
    border: 0px solid #ffff;
	background:none;
		margin:0;
	padding:0;
}

.hd_menu nav ul.sub-menu li a {
  padding: 15px 40px 15px 20px !important;

}

.aboutCherry {
	background-position: -210px 0px !important;
}


.our_room {
	overflow: hidden !important;
}

.our_room .swiper-slide {
    filter: grayscale(1);	
}

.our_room .swiper-slide:hover {
    filter: grayscale(0);
}

.our_room .swiper-slide .elementor-widget-image a {
    display: inline-block;
    width: 100%;
}


.page-numbers{
	color:#484b4d;
	font-family:"Manrope", Sans-serif;
	font-size:17px;
	font-weight:600;
	    border-radius: 100px;
    border: solid 1px #b0b7bb;
    padding: 7px 14px;
}

.page-numbers.current{
	   background: #dd3a3d;
    border: #dd3a3d;
    color: #fff;
}
.blog .elementor-pagination{    margin-top: 60px;}
.single-post .elementor-post-navigation__prev{    margin-right: 10px;}
.single-post .elementor-post-navigation__next{  margin-left: 10px;}

.sticky-post .elementor-grid > div + div{display:none;}

span.page-numbers.prev {display:none;}
span.page-numbers.next {display:none;}

.page-numbers.prev{
	 background:url("../images/prev.png");
	background-repeat: no-repeat;
    background-position: center;
    border: none;
    color: rgba(255,255,255,0.1);
}

.page-numbers.next{
		 background:url("../images/nxt.png");
	background-repeat: no-repeat;
    background-position: center;
    border: none;
    color: rgba(255,255,255,0.1);
}



/*----------  -testimonial sec------------------*/

.swiper-pagination-bullet {
	border: 1px solid #484b4d !important;
    background: none !important;
    opacity: 1 !important;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    width: 44px !important;
    height: 44px !important;
    font-family: "Manrope", sans-serif;
    padding: 8px 0;
}

.swiper-pagination-bullet:hover {
	border: 1px solid #db3b3e !important;
}

.swiper-pagination-bullet-active {
	border: 1px solid #db3b3e !important;
	background: #db3b3e !important;
}

.hm_testimonial_sec .swiper-slide {
	display: flex;
	flex-wrap: wrap;
}

.hm_testimonial_sec .swiper-slide .left-img {
	 width: 50%;
    background: #000;
    text-align: center;
    min-height: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hm_testimonial_sec .swiper-slide .right-content {
	width: 50%;
	padding-left: 80px;
	color: #B6B6B6;
    font-family: "Manrope", Sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
	padding-top: 135px;
}

.hm_testimonial_sec .swiper-pagination {
	bottom: 40px !important;
    left: 640px !important;
    width: auto !important;
}


.hm_testimonial_sec .swiper-slide .right-content p:first-child {
	color: #8C8C8C;
    font-size: 20px;
    font-weight: 400;
	text-transform: capitalize;
	margin-bottom: 60px;
}

.hm_testimonial_sec .swiper-slide .right-content p:last-child {
	color: #666666;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

/*-----------testimonial sec end----------------*/

.inner_menu nav ul li:last-child {
    border: 0px solid #ee2b2e;
    padding: 4px 5px;
    margin-left: 25px;
    background: #ee2b2e;
    transition: 0.3s;
}

.inner_menu nav ul li:last-child a {
    color:#000 !important;
}

.inner_menu nav ul li:last-child:hover a{
   border: 0px solid #fff;
}

.para_bold p strong{
    color: #dddddd;
}

.legal_rt_cont p {
    margin-bottom: 30px;
}

.contpg_form .gform_heading h2 {
	display: none;
}

.contpg_form input, .contpg_form select, .contpg_form textarea {
	font-family: "Manrope", Sans-serif;
    font-size: 16px !important;
    font-weight: 400;
	color: #fff !important;
    background-color: #FFFFFF00;
    border-color: #B4B4B4 !important;
    border-width: 0px 0px 1px 0px !important;
    border-radius: 0px 0px 0px 0px !important;
	padding: 18px 0px !important;
}

.contpg_form textarea {
    padding: 14px 0 !important;
    height: 170px !important;
    margin-bottom: 8px;
	color: #fff !important;
}

.contpg_form input[type=submit] {
    background-color: #EE2B2E;
    color: #ffffff !important;
    font-family: "Manrope", Sans-serif;
    font-size: 15px !important;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0px 0px 0px 0px !important;
    padding: 25px 90px !important;
    border: none;
}

.contpg_form input[type=submit]:hover {
    background-color: #fff;
    color: #EE2B2E !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 17px !important;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 16px 16px 16px 18px !important;
}

.gform_confirmation_message {
	color: #fff !important;
    font-size: 17px !important;
}

.hm_ban_cont_full .e-con-inner {
	position: relative;
}

.hm_ban_cont_full .hm_ban_cont {
	left: 0 !important;
	width: 100%;
}

/*================ RESPONSIVE =============*/



@media only screen and (min-width:2500px) and (max-width:4800px) {	
	.hm_ban_cont{    padding-left: 330px !important; }
}

@media only screen and (min-width:1681px) and (max-width:1842px) {
	.hm_ban_cont h1 {
		font-size: 133px !important;
		left: 165px !important;
	}
}

@media only screen and (min-width:1440px) and (max-width:1680px) {
	.hm_ban_cont h1{font-size: 133px !important;}
	.hm_ban_cont{    left: 164px !important;}
}
@media only screen and (min-width: 1201px) and (max-width: 1600px) {
/* 	.hd_menu ul li{
    padding-left: 23px !important;
    padding-right: 23px !important;
	}	 */
	.hd_menu ul li a {
		font-size: 25px !important;
	}
	
	.our_room {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	
	.hm_ban_cont {
		top: -440px !important;
		width: 68% !important;
		left: 30px !important;
	}
	
	.hm_ban_cont h1, .banner h1 {
		font-size: 130px !important;
	}
	
	.hm_ban_cont h2, .banner h2 {
		font-size: 60px !important;
	}
	
	.about_ourhome_sec {
		 margin: 142px 0px 0px 0px !important;
		
	}

	.recordCompany {
		margin-top: -118px !important;
        padding-top: 200px !important;
	}
	
	.aboutTopSec {
		padding: 80px 0px 50px 0px !important;
	}
	
	.aboutLogoSec {
		margin-top: -198px !important;
		padding-top: 110px !important;
	}

}

@media only screen and (min-width:1201px) and (max-width:1320px) {
	.hm_ban_cont h1, .banner h1  {
		font-size: 100px !important;
		margin-top: 90px;
	}
}


@media only screen and (min-width:1601px) and (max-width:1800px) {
	.hm_ban_cont h1, .banner h1  {
		margin-top: 90px;
	}
}




@media only screen and (min-width:1201px) and (max-width:1327px) {
	.our_room  h2 {
		font-size: 85px !important;
	}
}

@media only screen and (min-width:1201px) and (max-width:1800px) {
	.our_rooms h2 {
		font-size: 50px !important;
		margin-top: -5px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
	
	.our_rooms  h2 {
		font-size: 35px !important;
	}
	
	.elementor-22 .elementor-element.elementor-element-000fc5a .elementor-nav-menu .elementor-item {
		font-size: 18px !important;
	}
	.elementor-element-c6e356e .elementor-grid{grid-template-columns: repeat(1,1fr) !important;}
	.hd_menu nav ul li:last-child {
		padding: 1px 0px;
	}
	.hm_ban_cont {
		top: -175px !important;
		width: 72% !important;
		left: 10px !important;
	}
	.hm_ban_cont h1 br, .banner h1 br{
		display: none;
	}
	
	.hm_ban_cont h2 br, .banner h2 br{
		display: none;
	}
	
	.hm_ban_cont .elementor-divider {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}
	
	.hm_ban_cont .elementor-divider .elementor-divider-separator {
		border-width: 6px !important;
	}
	
	.hm_testimonial_sec .swiper-slide .right-content {
		padding-left: 40px;
		font-size: 16px;
		padding-top: 130px;
	}
	
	.hm_testimonial_sec .swiper-slide .right-content p:first-child {
		font-size: 16px;
		margin-bottom: 40px;
	}
	
	.hm_testimonial_sec .swiper-slide .right-content p:last-child {
		font-size: 14px;
	}
	
	.hm_testimonial_sec .swiper-slide .left-img {
		min-height: 540px;
		padding: 0 30px;
	}
	
	.hm_testimonial_sec .swiper-pagination {
		bottom: 20px !important;
		left: 400px !important;
		width: auto !important;
	}
	
	.swiper-pagination-bullet {
		font-size: 14px;
		width: 34px !important;
		height: 34px !important;
		font-family: "Manrope", sans-serif;
		padding: 5px 0;
	}
	
	.legal_rt_cont p {
		margin-bottom: 15px;
	}
	
	.para_bold p strong {
		color: #dddddd;
	}

}

@media only screen and (min-width: 800px) and (max-width: 1024px){
	.hm_testimonial_sec .swiper-pagination {
		
		left: 430px !important;
		
	}
}


@media only screen and (min-width: 1024px) and (max-width: 1200px){
	
	.our_room .swiper-slide .elementor-widget-theme-post-title h2.elementor-heading-title a,
	.our_room .swiper-slide .elementor-widget-theme-post-title h2.elementor-heading-title {
		font-size: 50px !important;
	}
	
	.our_room .swiper-slide .elementor-widget-theme-post-title h2.elementor-heading-title {
		padding-top: 22px;
	}
	
	.our_room .elementor-widget-theme-post-title {
		margin: -30px 0 20px 0 !important;
	}
	
	.recordCompany {
		margin: -80px 0 0 0 !important;
        padding-top: 150px !important;
	}
	
	.elementor-3419 .elementor-element.elementor-element-59e2f28 .elementor-nav-menu--dropdown .elementor-item, 
	.elementor-3419 .elementor-element.elementor-element-59e2f28 .elementor-nav-menu--dropdown .elementor-sub-item {
		font-size: 20px !important;
	}
	
	.hm_testimonial_sec .swiper-pagination {
		left: 523px !important;
	}
	
	.two_color_txt h6 {
		font-size: 15px !important;
	}
	
	.toplogo_section .e-con-inner {
		padding: 20px 0 !important;
	}
	
	.fourBoxSection .e-con-inner {
		padding-bottom: 30px !important;
	}
	
	.our_room {
		padding-left: 10px !important;
   		padding-top: 50px !important;
    	padding-bottom: 90px !important;
	}
	
	.our_room .e-con-full:first-child {
	  width: 50% !important;
	}
	
	.aboutCherry h2,
	.our_room h2,
	.recordCompany h2,
	.testimonial h2,
	.contCherry h2 
	{
	    font-size: 75px !important;
	}
	
	.recordCompany h3,
	.contCherry h3 {
	    font-size: 45px !important;
	}
	
	.hm_testimonial_sec .swiper-pagination {
		left: 630px !important;
	}
	
	.toplogo_section {
		margin-top: 130px;
	}
	
	.para_voice h2{
            font-size: 65px !important;
    }
	
   .hm_ban_cont {
		left: 10px !important;
		top: -328px !important;
	}
	
	.hm_ban_cont h1 {
		font-size: 90px !important;
	}
	
	.hm_ban_cont h2 {
		font-size: 45px !important;
	}

}


@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	
	.toplogo_section {
		margin-top: 90px !important;
	}
	
	.hd_menu ul li a {
		font-size: 20px !important;
	}
	
	.hm_ban_cont {
		width: 100% !important;
	}
	
	.hm_ban_cont_full {
		margin-top: -108px !important;
	}
	
	.fourBoxSection .e-con-inner > div {
		padding: 0 20px;
	}
	
}


@media only screen and (max-width: 767px) {
	
	.contpg_form input[type=submit] {
		padding: 12px 90px !important;
		width: 100%;
	}
	
	.page-numbers{font-size: 14px;     margin: 0 3px !important;  line-height: 50px;}		
	.page-numbers.prev, .page-numbers.next{ display:none;}
	.foter_list ul li a{
        margin: 0 auto;
		display: block;
		text-align: center;
	}
	
	.aboutCherry {
       background-position-x: 0 !important;
	}	
	
	.hm_testimonial_sec .swiper-slide .left-img {
		width: 100%;
		min-height: 230px;
		padding: 0 50px;
	}
	
	.hm_testimonial_sec .swiper-slide .right-content {
		 width: 100%;
		padding-left: 10px;
		font-size: 15px;
		padding-top: 30px;
		padding-right: 10px;
		text-align: center;
	}
	
	.hm_testimonial_sec .swiper-slide .right-content p:first-child {
		font-size: 15px;
		margin-bottom: 15px;
	}
	
	.hm_testimonial_sec .swiper-slide .right-content p:last-child {
		font-size: 14px;
	}
	
	
	.hm_ban_cont {
		position: relative !important;
	}
	
	.hm_ban_cont .elementor-divider {
		padding: 0 !important;
	}
	
   .hm_testimonial_sec .swiper-pagination {
		bottom: 0 !important;
		left: 0 !important;
		width: 100% !important;
		position: relative !important;
		margin-top: 15px !important;
	}
	
	.swiper-pagination-bullet {
		border: 1px solid #484b4d !important;
		background: none !important;
		opacity: 1 !important;
		font-size: 18px;
		font-weight: bold;
		color: #fff;
		width: 40px !important;
		height: 40px !important;
		font-family: "Manrope", sans-serif;
		padding: 5px 0;
	}

	.our_room .swiper-slide {
    filter: grayscale(0);
	}

	.our_room .swiper-slide:hover {
		filter: grayscale(0);
	}
	.para_bold p strong{
    color: #333;
	}
	
	.taptap-background-color-active {z-index:99999;}
	
	.our_rooms  h2 {
		margin-top: -20px;
		font-size: 25px !important;
	}
	
	.recentBlog img {
		height: auto !important;
	}
	
	.recentBlog {
		padding-bottom: 60px;
	}
	
}

  /*
 * Hide visually and from screen readers, but maintain layout
 */

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after {clear: both;}


  /* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
  /* Black prints faster:
    http://www.sanbeiji.com/archives/953 */
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {text-decoration: underline; }
  a[href]:after {content: " (" attr(href) ")"; }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  abbr[title]:after { content: " (" attr(title) ")";}
  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  pre, blockquote {border: 1px solid #999; page-break-inside: avoid;}
  thead { display: table-header-group; }
  tr, img {page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 {page-break-after: avoid; }
}