/**
Theme Name: Ramada
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ramada
Template: astra
*/
background: #FFFFFFCC;


/*header*/
.home #ast-scroll-top.ast-scroll-top-icon {
    background-color: #D21F42 !important;
}
#ast-scroll-top.ast-scroll-top-icon span.ast-icon.icon-arrow {
    background: #D21F42 !important;
    width: 34px !important;
    height: 34px !important;
    display: block !important;
}
.page-id-15 .ast-plain-container #primary, 
.page-id-18 .ast-plain-container #primary, 
.page-id-24 .ast-plain-container #primary, 
.page-id-21 .ast-plain-container #primary, 
.page-id-27 .ast-plain-container #primary {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
}
.page-id-15 .entry-header, .page-id-18 .entry-header, .page-id-24 .entry-header, .page-id-21 .entry-header, .page-id-27 .entry-header {
    margin-top: 100px !important;
    margin-bottom: 70px !important;
}
.header-box .uael-nav-menu {
	display: flex !important;
	align-items: end !important;
}
/* footer css */
.footer-social-icon .elementor-social-icon svg {
    width: 20px !important;
    height: 20px !important;
}
.footer-social-icon .elementor-social-icon:hover {
    background: #000 !important;
}
a.phone-link, .mail-link {
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
    color: #FFF;
}
a.phone-link:hover, .mail-link:hover {
    color: #FFFFFF8A;
}

/* benefits section css */
.benefits-icon-box span.elementor-icon {
    background: #D21F42;
    padding: 26px;
}
/* tab section */
.tab-box button.e-n-tab-title {
    box-shadow: none !important;
}
.tab-box button.e-n-tab-title {
    position: relative;
}
.tab-box .e-n-tab-title[aria-selected="true"]:before {
    position: absolute;
    content: "";
    border-color: #D21F42 transparent transparent transparent;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    margin-left: 0.255em;
		vertical-align: 0.255em;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}
.tab-area-text-box span:first-child {
    padding-top: 12px;
}
.tab-area-text-box span {
    display: block;
    padding-top: 13px;
}
/* slider */
.world-class-slider .owl-stage-outer.owl-height {
    height: auto !important;
}
.world-class-slider .addon-testimonial-gallery-slide {
    height: 400px;
}
.world-class-slider .slider-img-wrapper {
    position: relative;
    z-index: 0;
}
.world-class-slider .slider-img-wrapper img {
    height: 400px;
    object-fit: cover;
}
.world-class-slider .testimonial-gallery-inner-slider {
    position: relative;
}
.world-class-slider .testimonial-gallery-inner-slider:hover:before {
    position: absolute;
    content: '';
    background: #D21F42CC;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.world-class-slider .testimonial-gallery-inner-slider:hover .addon-testimonial-content {
    bottom: 45%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.world-class-slider .slider-img-wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 201px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #20232B 100%);
    bottom: 0;
    left: 0;
}

.world-class-slider .addon-testimonial-content {
    /* margin-top: -60px; */
    z-index: 9999 !important;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.world-class-slider .addon-testimonial-content a {
    text-decoration: none !important;
}
.world-class-slider .owl-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.world-class-slider .owl-nav button.owl-prev {
    left: -100px;
		background: transparent !important;
    box-shadow: none !important;
}
.world-class-slider .owl-prev svg path, .world-class-slider .owl-next svg path {
    fill: #000000 !important;
}
.world-class-slider button.owl-next {
    right: -100px;
		background: transparent !important;
    box-shadow: none !important;
}
.world-class-slider button.owl-prev svg {
    width: 32px;
}
.world-class-slider .owl-nav button.owl-prev:hover {
    background: #D21F42 !important;
    height: 40px !important;
    width: 40px !important;
    padding: 2px !important;
}
.world-class-slider button.owl-next svg {
    width: 32px;
}
.world-class-slider button.owl-next:hover {
    background: #D21F42 !important;
    height: 40px !important;
    width: 40px !important;
    padding: 2px !important;
}
.world-class-slider button.owl-next:hover svg path, .world-class-slider button.owl-prev:hover svg path{
    fill: #fff !important;
}
.world-class-slider .owl-nav button {
    position: relative;
    transition: unset;
}
/*.world-class-slider .slider-img-wrapper:hover:before {
    background: #D21F42CC;
    height: 100%;
    width: 100%;
}
.world-class-slider .slider-img-wrapper:hover .addon-testimonial-content {
    margin-top: -196px;
}*/
/* our */
.our-gallery-video.uael-aspect-ratio-16_9 .uael-video__outer-wrap {
    padding-bottom: 49% !important;
}
.image-gallery-box .gallery-item img {
    margin: 0px !important;
    width: 100%;
    height: 350px;
}
.image-gallery-box .gallery-item .gallery-icon {
    position: relative;
}
.image-gallery-box .gallery-item .gallery-icon a:hover:before{
	display: block;
}
.image-gallery-box .gallery-item .gallery-icon a:before {
    display: none;
    position: absolute;
    content: '';
    width: 100%;
    /* max-width: 380px !important; */
    height: 100% !important;
    background: url('/wp-content/uploads/2025/02/zoom-icon.svg') #D21F42CC no-repeat center;
    top: 0;
    left: 0px;
}
.image-gallery-box .elementor-image-gallery{
    overflow: hidden !important;
}
/* contact section css */
a.contact-link {
    text-decoration: none !important;
    color: #000;
}
a.contact-link:hover {
    color: #D21F42;
}
/* contact form css */
.contact-form {
    padding-bottom: 0px !important;
}
.contact-form .first-row {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 30px;
}
.contact-form span.wpcf7-not-valid-tip {
    margin-top: 0px !important;
}
.contact-form span.wpcf7-spinner {
    display: none;
}
form.wpcf7-form.invalid {
    padding-bottom: 30px;
}
form.wpcf7-form.sent {
    padding-bottom: 30px;
}
.wpcf7-response-output {
    text-align: center;
}
.contact-form textarea.wpcf7-form-control.wpcf7-textarea {
    resize: none;
}
.contact-form input.wpcf7-form-control.wpcf7-submit {
    border-radius: 0px !important;
    background: #D21F42 !important;
    font-size: 18px !important;
    line-height: 21px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    color: #FFF !important;
    text-transform: uppercase !important;
}
.contact-form input.wpcf7-form-control.wpcf7-submit:hover {
    background: #000 !important;
    border-color: #000 !important;
}
.contact-form label {
    text-transform: uppercase;
    font-family: "Raleway", Sans-serif !important;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600 !important;
    color: #595959;
}
.contact-form label .star {
    color: #D21F42 !important;
}
.contact-form .checkbox-row .wpcf7-list-item-label{
	text-transform: initial;
}
.contact-form .checkbox-row input[type=checkbox]+span:before {
    width: 38px !important;
    height: 20px !important;
    border: 1px solid #CECECE !important;
}
.contact-form input, .contact-form textarea {
    border: 1px solid #CECECE;
    box-shadow: none !important;
}
.contact-form input:focus, .contact-form textarea:focus {
    border-color: #D21F42 !important;
}
.contact-form .checkbox-row .wpcf7-checkbox input[type=checkbox]:checked+span:before{
	font-size: 20px!important;
	line-height: 23px !important;
}
.contact-form .checkbox span.wpcf7-list-item-label {
    display: flex;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    color: #595959 !important;
    font-family: Poppins !important;
}
.contact-form-box .contact-form span.wpcf7-not-valid-tip {
    text-transform: none !important;
}
.wpcf7-response-output {
    background: #FFF !important;
    color: #46b450 !important;
}
.wpcf7 form.invalid .wpcf7-response-output{
    color: #DC2626 !important;
}
.download-col-right .elementor-widget-image {
    height: 100%;
}
/* Popup-css */
.pum-theme-1443, .pum-theme-default-theme {
    background-color: #000000D6 !important;
}
.pum-container {
    background: #D21F42 !important;
    width: 100%;
    max-width: 681px !important;
    padding: 50px 70px !important;
    position: relative;
}
.pum-container:before {
    position: absolute;
    content: '';
    background: url('/wp-content/uploads/2025/02/pop-up-bg.svg') no-repeat center;
    width: 100%;
    height: 100%;
    left: 0;
    top: auto;
    bottom: -80px;
}
.pum-theme-1443 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    height: 32px !important;
    width: 32px !important;
    border-radius: 100% !important;
    right: 10px;
    top: 11px;
    color: #D21F42;
    font-family: "Raleway", Sans-serif;
    font-size: 0px !important;
    line-height: 22px !important;
    box-shadow: none !important;
    background-color: transparent; !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.pum-close.popmake-close {
    background: url('/wp-content/uploads/2025/02/close-icon.svg') no-repeat center !important;
}
.pum-theme-1443 .pum-title, .pum-theme-default-theme .pum-title {
    color: #FFFF;
    text-shadow: 0px 0px 0px rgba( 2, 2, 2, 0.23 );
    font-family: "Quattrocento", Sans-serif;
    font-weight: 700;
    font-size: 40px;
    font-style: normal;
    line-height: 52px;
    border-bottom: 1px solid #AB0727;
    padding-bottom: 15px;
}
.pum-content p {
	font-family: "Raleway", Sans-serif;
    color: #FFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 27px;
}
.download-form .first-row {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 41px;
}
.download-form label {
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
    color: #FFF;
}
.download-form input{
    height: 46px;
}
.download-form input, .download-form textarea{
    border-radius: 0px !important;
    border-color: #BC1F3D !important;
}
.download-form textarea {
    resize: none;
}
.download-form .wpcf7-list-item label {
    display: flex;
    align-items: self-start;
}
.download-form .checkbox-row input[type=checkbox]{
	margin: 0px 4px 0px 0px !important;
	position: relative;
}
.download-form span.wpcf7-list-item-label {
    display: flex;
    text-transform: initial;
}
.download-form .checkbox-row input[type=checkbox]:before {
    position: absolute;
    content: '';
    width: 22px !important;
    height: 20px !important;
    border: 2px solid #BC1F3D !important;
    left: 0;
    top: 0;
    border-radius: 0px !important;
}
.download-form input.wpcf7-form-control.wpcf7-submit {
    background: #000;
    font-size: 18px;
    line-height: 0px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 25px 40px !important;
}
.download-form input.wpcf7-form-control.wpcf7-submit:hover{
	background: #FFF;
	color: #000;
}
.download-brochure-btn .elementor-button-icon svg {
    width: 23px !important;
    height: 23px !important;
}
.pum-container span.wpcf7-not-valid-tip {
    background: #FFF;
    padding: 2px 15px;
    display: inline-block;
    font-size: 12px;
}
.pum-container .wpcf7-response-output {
    border-color: #fff !important;
    background: #FFF !important;
    color: #D21F42;
}
.download-form input[type="checkbox"]:checked {
    accent-color: #FFF;
}
.download-brochure-btn span.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
.attractive-discounts-icon span.elementor-icon svg {
    width: 50px !important;
}
.benefits-icon-box .attractive-discounts-icon span.elementor-icon {
    background: #D21F42;
    padding: 26px 21px;
}
#wpcf7-f1457-o1 .wpcf7 form.sent .wpcf7-response-output {
    border-color: #FFF;
    color: #FFF;
}
.pum-container form span.wpcf7-not-valid-tip {
    text-transform: none !important;
}
.download-form .checkbox-row span.wpcf7-list-item.first.last {
    margin: 0px !important;
}
.download-brochure-btn .elementor-button:hover span.elementor-button-icon {
    background: url('/wp-content/uploads/2025/02/brochure-icon.svg') no-repeat center;
    background-size: 23px;
    width: 23px;
    height: 27px;
}
.download-brochure-btn .elementor-button:hover .elementor-button-icon svg {
    width: 0px !important;
    height: 0px !important;
    display: none;
}
.pum-content h6 {
    font-size: 16px;
    line-height: 27px;
    font-weight: 500;
    color: #FFF;
    font-family: "Raleway", Sans-serif !important;
    margin-bottom: 10px;
}
a.download-lnk-pdf:hover {
    background: #D21F42;
}
/*.google-map-col {
    height: 100%;
}*/
/* download pdf after form submit */
a.download-lnk-pdf {
    color: #FFF;
    margin-top: 8px;
    padding: 10px !important;
    display: inline-block;
    background: #000;
}
.download-brochure-btn a.elementor-button:focus {
    background: #FFF !important;
    color: #000 !important;
    outline: none !important;
}
.download-brochure-btn .elementor-button:focus:hover span.elementor-button-icon {
    background: url('/wp-content/uploads/2025/02/brochure-button-icon.svg') no-repeat center;
    background-size: 23px;
    width: 23px;
    height: 27px;
}
.contact-form-box .uael-cf7-style .wpcf7 form.invalid .wpcf7-response-output {
    color: #ff0000 !important;
}
.contact-form-box input[type="checkbox"]:checked + span:before{
    color: #D21F42 !important;
}
.contact-form-box.wpcf7 form.invalid .wpcf7-response-output{
    color: #ff0000 !important;
}
.near-attraction-image-box .elementor-widget-container{
    overflow: hidden;
}
.contect-box-hover:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.near-attraction-image-box .elementor-widget-container img {
    transition: transform 1s;transform: scale(1);
}
.near-attraction-image-box .elementor-widget-container img:hover {
    transform: scale(1.1);
}
/* WYNDHAM HOTELS & RESORTS css */
.client-logo-slider .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.counter-icon .elementor-icon {
    padding: 18px;
    background: #0070CE;
}
.counter-icon .span.elementor-counter-number {
    position: absolute;
}
.counter-icon span.elementor-counter-number-suffix {
    padding-left: 5px;
}
.image-box-hover .elementor-widget-container:hover {
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
     box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; 
}
.tab-box > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .tab-box > .elementor-widget-container > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover {
    background: transparent !important;
    color: #000 !important;
    border-bottom: 3px solid #d21f42 !important;
}
/* slider */
.client-logo-slider figure.swiper-slide-inner {
    width: 170px !important;
    object-fit: cover;
}
.world-class-slider .swiper-slide figure.swiper-slide-inner {
    position: relative;
}
.world-class-slider .swiper-wrapper{
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.world-class-slider .swiper-slide figure.swiper-slide-inner img {
    width: 100% !important;
    height: 400px;
    object-fit: cover;
}
.world-class-slider .swiper-slide figure.swiper-slide-inner:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 201px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #20232B 100%);
    bottom: 0;
    left: 0;
}
.world-class-slider .swiper-slide figure.swiper-slide-inner:hover:before {
    position: absolute;
    content: '';
    background: #D21F42CC;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.world-class-slider .swiper-slide figure.swiper-slide-inner:hover .elementor-image-carousel-caption {
    position: absolute;
    bottom: 45%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 1;
}
.world-class-slider .swiper-slide figure .elementor-image-carousel-caption {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
}
.world-class-slider .swiper .elementor-swiper-button-prev {
    left: -100px !important;
    background: url(/wp-content/uploads/2025/02/arrow-left.svg) no-repeat center;
    background-size: 39px !important;
    width: 43px;
    height: 43px;
    padding: 5px;
}
.world-class-slider .swiper .elementor-swiper-button-prev:hover {
    background: url(/wp-content/uploads/2025/03/left-arrow.svg) #c9184a no-repeat center;
}
.world-class-slider .swiper .elementor-swiper-button-next{
    right: -100px !important;
    background: url(/wp-content/uploads/2025/02/arrow-right.svg) no-repeat center;
    background-size: 39px !important;
    width: 43px;
    height: 43px;
    padding: 5px;
}
.world-class-slider .swiper .elementor-swiper-button-next:hover {
    background: url(/wp-content/uploads/2025/03/right-arrow.svg) #c9184a no-repeat center;
}
@media(max-width: 1440px){
.hero-banner-content .e-con-inner {
    margin: 0 35px !important;
}
.download-our-col {
    padding-left: 126px !important;
}
.world-class-slider .owl-nav button.owl-prev {
    left: -55px;
    background: transparent !important;
    box-shadow: none !important;
	 height: 39px !important;
    width: 39px !important;
    margin: 0px !important;
}
.world-class-slider button.owl-next {
    right: -55px;
    background: transparent !important;
    box-shadow: none !important;
    height: 39px !important;
    width: 39px !important;
    margin: 0px !important;
}
}
/*@media(max-width: 1350px){
	.world-class-slider .owl-nav button.owl-prev {
    left: 0;
}
	.world-class-slider button.owl-next {
    right: 0;
}
}*/
@media(max-width: 1200px){
/*.world-class-slider .addon-testimonial-content {
    margin-top: -80px !important;
}*/
.hero-banner-content .e-con-inner {
    margin: 0 auto !important;
}
}
@media(max-width: 1025px){
    .header-right-col, .header-right-col .header-hamburger-icon {
    position: unset !important;
}
.header-right-col .header-hamburger-icon .uael-nav-menu__layout-horizontal{
    width: 100% !important;
    left: 0px !important;
}
.header-right-col .header-hamburger-icon .uael-dropdown.menu-is-active{
    margin-top: 0px !important;
}
.header-hamburger-icon i.icon::before{
    font-weight: 600 !important;
}
.header-hamburger-icon i.icon.icon-menu-11 {
    background: #D21F42;
    padding: 8px;
}
.header-hamburger-icon i.icon.icon-cross {
    background: #D21F42;
    padding: 8px;
}
.header-box .uael-nav-menu__toggle.elementor-clickable {
    width: 40px;
    height: 40px;
}
.header-right-col {
    display: flex !important;
    align-items: end !important;
    justify-content: end !important;
}
.header-right-col .uael-nav-menu {
    display: flex !important;
    align-items: end !important;
    justify-content: end !important;
}
}
@media(max-width:1024px){
.world-class-slider .swiper .elementor-swiper-button-prev {
    left: 35px !important;
}
.world-class-slider .swiper .elementor-swiper-button-next {
    right: 35px !important;
}
	.download-our-col {
    padding-left: 15px !important;
}
.world-class-slider .slider-img-wrapper:before {
    bottom: 0px;
}
/*.world-class-slider .addon-testimonial-content {
    margin-top: -50px !important;
}*/
.contact-form .checkbox-row input[type=checkbox]+span:before {
    width: 42px !important;
    height: 18px !important;
}
}
@media (max-width: 880px){
.world-class-slider .swiper .elementor-swiper-button-prev {
    left: 0px !important;
}
.world-class-slider .swiper .elementor-swiper-button-next {
    right: 0px !important;
}
/*.world-class-slider .addon-testimonial-content {
    margin-top: -60px !important;
}*/
.world-class-slider .slider-img-wrapper:before {
    bottom: 0px;
}
.contact-form .checkbox-row input[type=checkbox]+span:before {
    width: 70px !important;
    height: 20px !important;
}
a.contact-link {
    display: inline-block;
}
.image-gallery-box .gallery-item img {
    margin: 0px !important;
    width: 100%;
    height: 250px;
}
}
@media(max-width: 767px){
.world-class-slider .swiper .elementor-swiper-button-prev {
    left: -9px !important;
    width: 35px;
    height: 35px;
    background-size: 28px !important;
}
.world-class-slider .swiper .elementor-swiper-button-next {
    right: -9px !important;
    width: 35px;
    height: 35px;
    background-size: 28px !important;
}
.world-class-slider .slider-img-wrapper {
    height: 400px;
}
/*.world-class-slider .addon-testimonial-content {
    margin-top: -50px !important;
}*/
.contact-form .first-row {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 0px;
}
.contact-form .first-row .col-50 {
    width: 100%;
}
.download-form .first-row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: self-start;
    gap: 20px;
}
.download-form .first-row .col-50 {
    width: 100%;
}
.pum-container {
    padding: 35px 15px !important;
    left: 12px !important;
}
.pum-container:before {
    bottom: -192px;
}
.contact-form .checkbox-row input[type=checkbox]+span:before {
    width: 70px !important;
    height: 18px !important;
}
.tab-box > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .tab-box > .elementor-widget-container > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover {
    background: #d21f42 !important;
    color: #FFF !important;
    border-bottom: 3px solid #d21f42 !important;
}
.tab-box > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:not( :hover ) {
    background: #EBEBEB !important;
}
.image-gallery-box .elementor-image-gallery figure.gallery-item {
    max-width: 50% !important;
    height: auto;
}
.image-gallery-box .gallery-item img {
    height: 160px;
}
.image-gallery-box.image-gallery-first .elementor-image-gallery figure.gallery-item {
    max-width: 100% !important;
    /* height: 300px !important; */
}
.image-gallery-box.image-gallery-first .gallery-item img {
    height: 300px;
}
.contact-form input.wpcf7-form-control.wpcf7-submit {
    width: 100% !important;
    display: block !important;
}
}
@media(max-width: 580px){
.world-class-slider .owl-nav button.owl-prev {
    left: -35px;
    height: 30px !important;
    width: 30px !important;
}
.world-class-slider .owl-nav button.owl-next {
	right: -35px;
    height: 30px !important;
    width: 30px !important;
}
.world-class-slider .multiple-slider .owl-nav button svg {
    width: 24px;
}
.world-class-slider .owl-nav button.owl-prev:hover {
    height: 30px !important;
    width: 30px !important;
    padding: 2px !important;
}
}
@media(max-width: 340px){
.world-class-slider .owl-nav {
    top: 40%;
}
.world-class-slider .slider-img-wrapper:before {
    bottom: 0px;
}
/*.world-class-slider .addon-testimonial-content {
    margin-top: -55px !important;
}*/
}