.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--mainColor: #9d7e54;
--grayColor: #555555;
--lightGrayColor: #cacaca;
--lightGrayColor2: #bbb;
--blackColor: #000;
--whiteColor: #fff;
--lightWhiteColor: #f5f5f5;
--blackColorOne: #131618;
--blackColorTwo: #1c2023;
--redColorTwo: #ff0000;
}
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: var(--whiteColor);
}
::-webkit-scrollbar-thumb {
background: var(--mainColor);
}
::-webkit-scrollbar-thumb:hover {
background: var(--grayColor);
} @font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-Thin.ttf) format("truetype");
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-ThinItalic.ttf) format("truetype");
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-ExtraLight.ttf) format("truetype");
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-ExtraLightItalic.ttf) format("truetype");
font-weight: 200;
font-style: italic;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-Light.ttf) format("truetype");
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-LightItalic.ttf) format("truetype");
font-weight: 300;
font-style: italic;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-Regular.ttf) format("truetype");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-Medium.ttf) format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-MediumItalic.ttf) format("truetype");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-SemiBold.ttf) format("truetype");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-SemiBoldItalic.ttf) format("truetype");
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-Bold.ttf) format("truetype");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-BoldItalic.ttf) format("truetype");
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-ExtraBold.ttf) format("truetype");
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-ExtraBoldItalic.ttf) format("truetype");
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-Black.ttf) format("truetype");
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: "Poppins", sans-serif;
src: url(//madapalli.in/wp-content/themes/fonts/poppins/Poppins-BlackItalic.ttf) format("truetype");
font-weight: 900;
font-style: italic;
} @font-face {
font-family: "Playfair Display", serif;
src: url(//madapalli.in/wp-content/themes/fonts/Playfair/PlayfairDisplay-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Playfair Display", serif;
src: url(//madapalli.in/wp-content/themes/fonts/Playfair/PlayfairDisplay-Italic.ttf) format("truetype");
font-weight: 400;
font-style: italic;
}
@font-face {
font-family: "Playfair Display", serif;
src: url(//madapalli.in/wp-content/themes/fonts/Playfair/PlayfairDisplay-Medium.ttf) format("truetype");
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "Playfair Display", serif;
src: url(//madapalli.in/wp-content/themes/fonts/Playfair/PlayfairDisplay-MediumItalic.ttf) format("truetype");
font-weight: 500;
font-style: italic;
}
@font-face {
font-family: "Playfair Display", serif;
src: url(//madapalli.in/wp-content/themes/fonts/Playfair/PlayfairDisplay-SemiBold.ttf) format("truetype");
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "Playfair Display", serif;
src: url(//madapalli.in/wp-content/themes/fonts/Playfair/PlayfairDisplay-SemiBoldItalic.ttf) format("truetype");
font-weight: 600;
font-style: italic;
}
@font-face {
font-family: "Playfair Display", serif;
src: url(//madapalli.in/wp-content/themes/fonts/Playfair/PlayfairDisplay-Bold.ttf) format("truetype");
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "Playfair Display", serif;
src: url(//madapalli.in/wp-content/themes/fonts/Playfair/PlayfairDisplay-BoldItalic.ttf) format("truetype");
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: "Playfair Display", serif;
src: url(//madapalli.in/wp-content/themes/fonts/Playfair/PlayfairDisplay-ExtraBold.ttf) format("truetype");
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: "Playfair Display", serif;
src: url(//madapalli.in/wp-content/themes/fonts/Playfair/PlayfairDisplay-ExtraBoldItalic.ttf) format("truetype");
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: "Playfair Display", serif;
src: url(//madapalli.in/wp-content/themes/fonts/Playfair/PlayfairDisplay-Black.ttf) format("truetype");
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: "Playfair Display", serif;
src: url(//madapalli.in/wp-content/themes/fonts/Playfair/PlayfairDisplay-BlackItalic.ttf) format("truetype");
font-weight: 900;
font-style: italic;
}
body {
font-family: "Poppins", sans-serif;
font-size: 15px;
font-weight: 400;
color: var(--grayColor);
line-height: 26px;
letter-spacing: 0.02rem;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
::-moz-selection {
color: var(--mainColor);
background-color: rgba(0, 0, 0, 0.04);
}
::selection {
color: var(--mainColor);
background-color: rgba(0, 0, 0, 0.04);
}
p,
li,
a {
margin-bottom: 0;
font-family: "Poppins", sans-serif;
font-size: 15px;
color: var(--grayColor);
font-weight: 400;
line-height: 26px;
letter-spacing: 0.03rem;
}
a {
text-decoration: none;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Playfair Display", serif;
margin-bottom: 0;
color: var(--blackColor);
font-weight: 600;
letter-spacing: 0.03rem;
}
.pl_20 {
padding-left: 20px;
}
[type="radio"]:checked {
position: relative;
opacity: 0;
display: none;
}
[type="radio"]:checked + label {
position: relative;
padding-left: 26px;
cursor: pointer;
line-height: 16px;
display: inline-block;
color: var(--grayColor);
letter-spacing: 0;
}
[type="radio"]:checked + label:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 16px;
height: 16px;
border-radius: 100%;
background: var(--whiteColor);
border: 1px solid var(--mainColor);
}
[type="radio"]:checked + label:after {
content: "";
width: 8px;
height: 8px;
background: var(--mainColor);
position: absolute;
top: 4px;
left: 4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
[type="radio"]:not(:checked) {
position: relative;
opacity: 0;
display: none;
}
[type="radio"]:not(:checked) + label {
position: relative;
padding-left: 26px;
cursor: pointer;
line-height: 16px;
display: inline-block;
color: var(--grayColor);
letter-spacing: 0;
}
[type="radio"]:not(:checked) + label:before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 16px;
height: 16px;
border: 1px solid var(--lightGrayColor);
border-radius: 100%;
background: var(--whiteColor);
}
[type="radio"]:not(:checked) + label:after {
content: "";
width: 8px;
height: 8px;
background: var(--mainColor);
position: absolute;
top: 4px;
left: 4px;
border-radius: 100%;
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
opacity: 0;
-webkit-transform: scale(0);
transform: scale(0);
}
.bg-two-secondary {
background-color: var(--lightWhiteColor);
}
.p-0 {
padding: 0;
}
.madapalli_theme-text-right {
text-align: right;
}
.madapalli_theme-banner {
margin-bottom: 40px;
}
.madapalli_theme-banner p {
margin-bottom: 4px;
font-family: "Poppins", sans-serif;
font-size: 16px;
letter-spacing: 1px;
font-weight: 500;
color: var(--grayColor);
}
.madapalli_theme-banner h2,
.madapalli_theme-banner h3 {
font-family: "Playfair Display", serif;
font-size: 35px;
color: var(--blackColor);
line-height: 1.2;
}
.madapalli_theme-banner h2 span,
.madapalli_theme-banner h3 span {
color: var(--mainColor);
}
.madapalli_theme-banner h1 {
font-family: "Playfair Display", serif;
font-size: 35px;
color: var(--blackColor);
line-height: 1.2;
}
.madapalli_theme-banner h1 span {
color: var(--mainColor);
}
.madapalli_theme-banner-effects p {
position: relative;
}
.madapalli_theme-banner-effects p .left-side {
padding-right: 10px;
}
.madapalli_theme-banner-effects p .right-side {
padding-left: 10px;
}
.madapalli_theme-banner-effects p svg,
.madapalli_theme-banner-effects p img {
width: 90px;
height: 16px;
}
.madapalli_theme-banner-effects p svg path,
.madapalli_theme-banner-effects p img path {
fill: var(--mainColor);
}
.madapalli_theme-banner-effects p svg .cls-1,
.madapalli_theme-banner-effects p svg .cls-2,
.madapalli_theme-banner-effects p img .cls-1,
.madapalli_theme-banner-effects p img .cls-2 {
fill-rule: evenodd;
}
.madapalli_theme-banner-effects p svg .cls-2,
.madapalli_theme-banner-effects p svg .cls-3,
.madapalli_theme-banner-effects p img .cls-2,
.madapalli_theme-banner-effects p img .cls-3 {
fill-opacity: 0;
stroke: var(--mainColor);
stroke-linejoin: round;
stroke-width: 2px;
} .section-breadcrumb {
position: relative;
display: none;
}
.section-breadcrumb:before {
content: "";
position: absolute;
z-index: 0;
top: 0;
width: 100%;
height: 200px; }
.madapalli_theme-breadcrumb-overlay {
width: 100%;
height: 350px;
position: absolute;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.4);
}
.madapalli_theme-breadcrumb-image {
width: 100%;
height: 350px;
margin: 0;
background-image: url(//madapalli.in/wp-content/uploads/2024/09/madapalli-breadcrumb.webp);
background-size: cover;
background-position: center;
}
.inner-breadcrumb-contact {
position: relative;
height: 100%;
z-index: 1;
}
.inner-breadcrumb-contact .main-breadcrumb-contact {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.inner-breadcrumb-contact .main-breadcrumb-contact .madapalli_theme-banner-contact h2 {
font-size: 40px;
font-weight: 600;
line-height: 1.4;
color: var(--whiteColor);
}
.inner-breadcrumb-contact .madapalli_theme-banner-breadcrumb {
position: absolute;
bottom: 0;
padding: 10px 0;
background-color: rgba(0, 0, 0, 0.6);
width: 100%;
}
.inner-breadcrumb-contact .madapalli_theme-banner-breadcrumb .breadcrumb-contact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.inner-breadcrumb-contact .madapalli_theme-banner-breadcrumb .breadcrumb-contact .main-heading h4 {
font-size: 18px;
font-weight: 600;
line-height: 1.2;
color: var(--whiteColor);
}
.inner-breadcrumb-contact .madapalli_theme-banner-breadcrumb .breadcrumb-contact .last-contact ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -8px;
}
.inner-breadcrumb-contact .madapalli_theme-banner-breadcrumb .breadcrumb-contact .last-contact ul li {
padding: 0 8px;
font-size: 14px;
font-weight: 300;
color: var(--whiteColor);
}
.inner-breadcrumb-contact .madapalli_theme-banner-breadcrumb .breadcrumb-contact .last-contact ul li a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 14px;
font-weight: 500;
color: var(--whiteColor);
}
.inner-breadcrumb-contact .madapalli_theme-banner-breadcrumb .breadcrumb-contact .last-contact ul li a:hover {
color: var(--mainColor);
}
.inner-breadcrumb-contact .madapalli_theme-banner-breadcrumb .breadcrumb-contact .last-contact ul li:last-child:before {
content: "\ea6e";
font-family: "remixicon";
font-size: 14px;
font-weight: 500;
padding-right: 12px;
} a.back-to-top {
width: 38px;
height: 38px;
display: none;
position: fixed;
right: 15px;
bottom: 15px;
z-index: 10;
border-radius: 20px;
cursor: pointer;
background-color: var(--whiteColor);
color: var(--mainColor);
border: 1px solid var(--mainColor);
text-align: center;
font-size: 22px;
line-height: 1.6;
}
a.back-to-top i {
font-size: 20px;
}
a.back-to-top:hover {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
a.back-to-top svg,
a.back-to-top img {
width: 36px;
height: 36px;
position: fixed;
right: 16px;
bottom: 16px;
}
a.back-to-top svg path,
a.back-to-top img path {
fill: transparent;
stroke: var(--mainColor);
stroke-width: 5px;
} .madapalli_theme-loader {
min-width: 100%;
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--whiteColor);
z-index: 45;
}
.madapalli_theme-loader .loader {
width: 100px;
height: 100px;
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-loader .loader:after,
.madapalli_theme-loader .loader:before {
content: "";
width: 50px;
height: 50px;
border-radius: 50%;
border: 50px solid var(--mainColor);
position: absolute;
left: 0;
top: 0;
opacity: 0;
-webkit-animation: animloader 2s linear infinite;
animation: animloader 2s linear infinite;
}
.madapalli_theme-loader .loader:after {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
@-webkit-keyframes animloader {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
@keyframes animloader {
0% {
-webkit-transform: scale(0);
transform: scale(0);
opacity: 1;
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
}
}
.form-select:focus {
-webkit-box-shadow: none;
box-shadow: none;
border: transparent;
}
.form-select option {
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
textarea {
width: 100%;
padding: 10px;
font-weight: 400;
font-size: 13px;
color: var(--grayColor);
border: 1px solid var(--lightGrayColor);
outline: 0;
border-radius: 10px;
}
textarea:focus {
border: 1px solid var(--lightGrayColor);
}
textarea::-webkit-input-placeholder {
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
textarea::-moz-placeholder {
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
textarea:-ms-input-placeholder {
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
textarea::-ms-input-placeholder {
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
textarea::placeholder {
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
input,
.madapalli_theme-from-control {
width: 100%;
height: auto;
padding: 10px;
color: var(--blackColor);
border: 1px solid var(--lightGrayColor);
outline: 0;
border-radius: 10px;
font-weight: 400;
font-size: 14px;
letter-spacing: 0.8px;
}
input:focus,
.madapalli_theme-from-control:focus {
border: 1px solid var(--lightGrayColor);
}
input::-webkit-input-placeholder,
.madapalli_theme-from-control::-webkit-input-placeholder {
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
input::-moz-placeholder,
.madapalli_theme-from-control::-moz-placeholder {
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
input:-ms-input-placeholder,
.madapalli_theme-from-control:-ms-input-placeholder {
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
input::-ms-input-placeholder,
.madapalli_theme-from-control::-ms-input-placeholder {
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
input::placeholder,
.madapalli_theme-from-control::placeholder {
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
.custom-dropdown {
position: relative;
}
.custom-dropdown ul.dropdown {
background-color: var(--blackColorOne);
display: none;
position: absolute;
left: 0;
z-index: 2;
width: 100%;
top: 100%;
margin-top: 7px;
margin-bottom: 0;
padding: 10px 5px;
}
.custom-dropdown ul.dropdown li a {
padding: 0px 12px;
font-size: 13px;
display: block;
}
.madapalli_theme-btn-one {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-decoration: none;
padding: 6px 20px;
line-height: 25px;
background-color: var(--blackColor);
color: var(--whiteColor);
font-size: 15px;
font-weight: 500;
border: 2px dashed var(--mainColor);
border-radius: 10px;
letter-spacing: 1px;
height: max-content;
}
.madapalli_theme-btn-one:hover {
background-color: transparent;
border-color: var(--mainColor);
}
.madapalli_theme-btn-two {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-decoration: none;
padding: 6px 20px;
line-height: 25px;
background-color: var(--whiteColor);
color: var(--blackColorOne);
font-size: 15px;
font-weight: 500;
border: 1px solid var(--blackColorOne);
border-radius: 10px;
letter-spacing: 1px;
}
.madapalli_theme-btn-two:hover {
background-color: var(--mainColor);
border-color: var(--mainColor);
color: var(--whiteColor);
}
.center_btn .madapalli_theme-btn-two {
padding: 10px 20px;
}
.mb-24 {
margin-bottom: 24px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-80 {
margin-bottom: 80px;
}
.mt-24 {
margin-top: 24px;
}
.mt-40 {
margin-top: 40px;
}
.m-minus-12 {
margin: -12px;
}
.mb-minus-24 {
margin-bottom: -24px;
}
.padding-t-100 {
padding: 100px 0 0 0;
}
.padding-b-100 {
padding-bottom: 100px !important;
}
.padding-tb-100 {
padding: 100px 0;
}
.padding-tb-50 {
padding: 50px 0;
}
.padding-t-50 {
padding: 50px 0 0 0;
}
.padding-b-50 {
padding-bottom: 50px;
}
.margin-t-50 {
margin-top: 50px;
}
.margin-tb-100 {
margin: 100px 0;
}
.margin-tb-50 {
margin: 50px 0;
}
.margin-b-50 {
margin-bottom: 50px;
} .owl-dots {
margin-bottom: 0;
list-style: none;
width: 100%;
padding: 0;
display: block;
text-align: center;
position: relative;
bottom: 0;
z-index: 1;
}
.owl-dots .owl-dot {
margin: 0 2px;
padding: 0;
position: relative;
display: inline-block;
cursor: pointer;
}
.owl-dots .owl-dot span {
border: 0;
background: transparent;
display: block;
outline: none;
line-height: 0px;
font-size: 0px;
border: 1px solid var(--blackColorOne);
color: transparent;
cursor: pointer;
}
.owl-dots .owl-dot span:before {
content: "";
width: 10px;
height: 10px;
background-color: var(--whiteColor);
display: inline-block;
border-radius: 0;
text-align: center;
opacity: 1;
-webkit-box-shadow: none;
box-shadow: none;
}
.owl-dots .owl-dot.active span::before {
background-color: var(--blackColorOne);
width: 25px;
} @media screen and (max-width: 1399px) {
.inner-breadcrumb-contact .main-breadcrumb-contact .madapalli_theme-banner-contact h2 {
font-size: 38px;
}
.madapalli_theme-banner {
margin-bottom: 30px;
}
.madapalli_theme-banner h1 {
font-size: 32px;
}
.madapalli_theme-banner h2,
.madapalli_theme-banner h3 {
font-size: 32px;
}
.madapalli_theme-banner p {
margin-bottom: 0;
}
}
@media screen and (max-width: 1199px) {
.inner-breadcrumb-contact .main-breadcrumb-contact .madapalli_theme-banner-contact h2 {
font-size: 36px;
}
.madapalli_theme-banner {
margin-bottom: 26px;
}
.madapalli_theme-banner h1 {
font-size: 30px;
}
.madapalli_theme-banner h2,
.madapalli_theme-banner h3 {
font-size: 30px;
}
.padding-tb-100 {
padding: 70px 0;
}
.padding-t-100 {
padding-top: 70px;
}
.padding-b-100 {
padding-bottom: 70px !important;
}
.padding-tb-50 {
padding: 35px 0;
}
.padding-t-50 {
padding-top: 35px;
}
.padding-b-50 {
padding-bottom: 35px;
}
.margin-tb-50 {
margin: 35px 0;
}
.margin-t-50 {
margin-top: 35px;
}
.margin-b-50 {
margin-bottom: 35px;
}
}
@media screen and (max-width: 575px) {      .inner-breadcrumb-contact .main-breadcrumb-contact .madapalli_theme-banner-contact h2 {
font-size: 28px;
}
.madapalli_theme-banner p {
font-size: 15px;
line-height: 22px;
}
.madapalli_theme-banner h1 {
font-size: 24px;
}
.madapalli_theme-banner h2,
.madapalli_theme-banner h3 {
font-size: 24px;
}
.madapalli_theme-575-50 {
width: 50%;
}
}
@media screen and (max-width: 767px) {
.inner-breadcrumb-contact .main-breadcrumb-contact .madapalli_theme-banner-contact h2 {
font-size: 30px;
}
}
@media screen and (max-width: 991px) {
.d-none-991 {
display: none;
}      .inner-breadcrumb-contact .main-breadcrumb-contact .madapalli_theme-banner-contact h2 {
font-size: 32px;
}
.madapalli_theme-banner h1 {
font-size: 26px;
}
.madapalli_theme-banner h2,
.madapalli_theme-banner h3 {
font-size: 26px;
}
}
@media screen and (max-width: 480px) {
.madapalli_theme-footer-inner-contact {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.madapalli_theme-footer-inner-contact .madapalli_theme-footer-left-side-contact {
margin-bottom: 12px;
}
.madapalli_theme-575-50 {
width: 100%;
}
}
@media screen and (max-width: 420px) {
.madapalli_theme-banner-effects p svg,
.madapalli_theme-banner-effects p img {
width: 70px;
}
.col-420-full {
width: 100%;
}
.inner-breadcrumb-contact .madapalli_theme-banner-breadcrumb .breadcrumb-contact {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
}
.inner-breadcrumb-contact .madapalli_theme-banner-breadcrumb .breadcrumb-contact .main-heading {
margin-bottom: 6px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.inner-breadcrumb-contact .madapalli_theme-banner-breadcrumb .breadcrumb-contact .last-contact ul {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media screen and (max-width: 319px) {
.madapalli_theme-banner-effects p svg,
.madapalli_theme-banner-effects p img {
width: 60px;
}
} header {
position: relative;
}
header .madapalli_theme-header {
width: 100%;
position: absolute;
z-index: 16;
padding: 20px 0;
}
header .header-fixed {
width: 100%;
padding: 10px 0 !important;
position: fixed !important;
top: 0 !important;
background-color: rgba(0, 0, 0, 0.9) !important;
-webkit-animation: slideDown 0.35s ease-in-out;
animation: slideDown 0.35s ease-in-out;
z-index: 14;
}
@-webkit-keyframes slideDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideDown {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.madapalli_theme-inner-menu-desk {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-header-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-header-btn img {
width: 120px;
height: 75px;
background: #fff;
border-radius: 5px;
padding: 2px 10px;
}
.madapalli_theme-inner-menu-desk .navbar-toggler {
display: none;
border: 1px solid var(--whiteColor);
padding: 5px;
}
.madapalli_theme-inner-menu-desk .navbar-toggler i {
font-size: 16px;
font-weight: 500;
color: var(--whiteColor);
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul .madapalli_theme-dropdown {
position: relative;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul .madapalli_theme-dropdown:hover .madapalli_theme-dropdown-menu {
margin-top: -8px;
opacity: 1;
visibility: visible;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul .madapalli_theme-dropdown .madapalli_theme-dropdown-item {
position: relative;
padding-right: 12px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: #fff;
text-transform: uppercase;
cursor: pointer;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul .madapalli_theme-dropdown .madapalli_theme-dropdown-item:after {
content: "+";
height: 6px;
width: 6px;
position: absolute;
top: 2px;
right: 0;
border-radius: 50%;
display: none;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul .madapalli_theme-dropdown .madapalli_theme-dropdown-menu {
min-width: 150px;
padding: 0;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin: 25px 0 0 0;
border-radius: 10px;
position: absolute;
top: 40px;
z-index: 16;
text-align: left;
opacity: 0;
visibility: hidden;
left: 0;
right: auto !important;
background: var(--whiteColor);
-webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2);
box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.2); display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul .madapalli_theme-dropdown .madapalli_theme-dropdown-menu li {
margin: 0;
padding: 0;
width: 100%;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul .madapalli_theme-dropdown .madapalli_theme-dropdown-menu li a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 10px;
line-height: 22px;
font-size: 13px;
font-weight: 300;
color: var(--blackColor);
text-transform: uppercase;
border-bottom: 1px solid;
}    .madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul .madapalli_theme-dropdown .madapalli_theme-dropdown-menu li a:hover {
background: var(--blackColor);
color: var(--whiteColor);
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul li {
margin-right: 40px;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul li a.nav-link {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 0;
font-size: 14px;
font-weight: 400;
color: var(--whiteColor);
position: relative;
text-transform: uppercase;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul li:hover a {
color: var(--mainColor);
}
.madapalli_theme-inner-menu-desk .header-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
} .madapalli_theme-mobile-menu-overlay {
display: none;
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 16;
}
.madapalli_theme-mobile-menu {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 300px;
height: 100%;
padding: 15px 20px 20px 20px;
position: fixed;
top: 0;
right: auto;
left: 0;
background-color: var(--whiteColor);
-webkit-transform: translateX(-100%);
transform: translateX(-100%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
z-index: 17;
overflow: auto;
}
.madapalli_theme-mobile-menu::-webkit-scrollbar {
width: 12px;
height: 12px;
padding: 5px;
}
.madapalli_theme-mobile-menu::-webkit-scrollbar-track {
width: 12px;
background-color: var(--blackColorOne);
-webkit-box-shadow: inset 0 0 0px var(--blackColor);
}
.madapalli_theme-mobile-menu::-webkit-scrollbar-thumb {
background-color: var(--mainColor);
border-radius: 20px;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-title {
width: 100%;
padding: 0 0 20px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-title .menu_title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
color: var(--blackColor);
font-weight: 600;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-title .madapalli_theme-close-menu {
position: relative;
font-size: 30px;
line-height: 1;
color: var(--blackColor);
background-color: transparent;
border: 0;
padding: 0;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .madapalli_theme-menu-contact ul li {
position: relative;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .madapalli_theme-menu-contact ul li a,
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .madapalli_theme-menu-contact ul li p {
margin-bottom: 12px;
padding: 12px 12px;
display: block;
text-transform: capitalize;
color: var(--grayColor);
border: 1px solid var(--lightGrayColor);
border-radius: 10px;
font-size: 15px;
font-weight: 500;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .madapalli_theme-menu-contact ul li a:last-child() {
margin-bottom: 0;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .madapalli_theme-menu-contact ul li .menu-toggle {
width: 100%;
height: 50px;
padding: 0 15px;
position: absolute;
z-index: 2;
top: 0;
right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
background-color: transparent;
display: flex;
align-items: center;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .madapalli_theme-menu-contact ul li .menu-toggle::before {
content: "⏷";
font-weight: 500;
color: var(--grayColor);
font-size: 19px;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .madapalli_theme-menu-contact ul li .sub-menu {
width: 100%;
min-width: auto;
padding: 0;
margin-bottom: 10px;
position: static;
top: auto;
display: none;
visibility: visible;
-webkit-transition: none;
transition: none;
opacity: 1;
-webkit-box-shadow: none;
box-shadow: none;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .madapalli_theme-menu-contact ul li .sub-menu li a {
margin-bottom: 0;
padding-left: 15px;
padding-right: 0px;
text-transform: capitalize;
display: block;
font-size: 14px;
font-weight: 400;
color: var(--grayColor);
border-top: 0;
border-left: 0;
border-right: 0;
border-bottom: 0;
border-radius: 0;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .madapalli_theme-menu-contact ul li .sub-menu li .sub-menu li a {
font-weight: 400;
padding-left: 30px;
font-size: 14px;
color: var(--grayColor);
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .header-res-social {
margin-top: 30px;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .header-res-social ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .header-res-social ul li {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 30px;
height: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--blackColorOne);
border-radius: 10px;
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .header-res-social ul li:hover {
background-color: var(--mainColor);
}
.madapalli_theme-mobile-menu .madapalli_theme-menu-inner .header-res-social ul li a i {
color: var(--whiteColor);
}
.madapalli_theme-mobile-menu.madapalli_theme-menu-open {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
} @media screen and (max-width: 1399px) {
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul li {
margin-right: 40px;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-header-btn img {
width: 110px;
height: 70px;
}
}
@media screen and (max-width: 1199px) {
.madapalli_theme-inner-menu-desk .madapalli_theme-header-btn img {
width: 100px;
height: 70px;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu ul li {
margin-right: 30px;
}
}
@media screen and (max-width: 991px) {
.madapalli_theme-inner-menu-desk {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-header-btn img {
width: 100px;
height: 70px;
}
.madapalli_theme-inner-menu-desk .madapalli_theme-main-menu {
display: none;
}
.madapalli_theme-inner-menu-desk .navbar-toggler {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 28px;
width: 30px;
border-radius: 5px;
}
}
@media screen and (max-width: 767px) {
.madapalli_theme-inner-menu-desk .madapalli_theme-header-btn img {
width: 100px;
height: 70px;
}
} footer {
background-color: var(--blackColorOne);
}
.madapalli_theme-social-media .madapalli_theme-logo {
margin-bottom: 30px;
}
.madapalli_theme-social-media .madapalli_theme-logo img {
width: 120px;
}
.madapalli_theme-social-media .inner-contact {
margin-bottom: 30px;
}
.madapalli_theme-social-media .inner-contact p {
font-size: 13px;
line-height: 1.7;
font-weight: 300;
color: #cbcbcb;
}
.madapalli_theme-social-media .madapalli_theme-social-logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: -5px;
}
.madapalli_theme-social-media .madapalli_theme-social-logo .inner-logo {
padding: 5px;
}
.madapalli_theme-social-media .madapalli_theme-social-logo .inner-logo img {
width: 140px;
border: 1px solid #393e48;
border-radius: 10px;
}
.madapalli_theme-footer-items .madapalli_theme-items-heading {
margin-bottom: 20px;
position: relative;
}
.madapalli_theme-footer-items .madapalli_theme-items-heading:after {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
content: "";
width: 35px;
height: 2px;
position: absolute;
left: 0;
bottom: -7px;
background-color: #ddd;
}
.madapalli_theme-footer-items .madapalli_theme-items-heading h4 {
font-size: 16px;
font-weight: 500;
line-height: 1.3;
color: #f8f8f8;
}
.madapalli_theme-footer-items .madapalli_theme-items-contact ul li {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 5px 0 5px 12px;
position: relative;
}
.madapalli_theme-footer-items .madapalli_theme-items-contact ul li:after {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
content: "";
width: 5px;
height: 2px;
position: absolute;
left: 0;
top: 50%;
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
background-color: #ddd;
}
.madapalli_theme-footer-items .madapalli_theme-items-contact ul li a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 13px;
line-height: 1.7;
font-weight: 300;
color: #cbcbcb;
}
.madapalli_theme-footer-items .madapalli_theme-items-contact ul li:hover {
padding-left: 18px;
}
.madapalli_theme-footer-items .madapalli_theme-items-contact ul li:hover a {
color: var(--mainColor);
}
.madapalli_theme-footer-items .madapalli_theme-items-contact ul li:hover:after {
background-color: var(--mainColor);
width: 10px;
}
.madapalli_theme-footer-other-info {
margin-bottom: -20px;
}
.madapalli_theme-footer-other-info .inner-info {
margin-bottom: 20px;
}
.madapalli_theme-footer-other-info .inner-info h5 {
margin-bottom: 12px;
font-size: 16px;
font-weight: 500;
line-height: 1.3;
color: #f8f8f8;
}
.madapalli_theme-footer-other-info .inner-info p,
.madapalli_theme-footer-other-info .inner-info a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 13px;
line-height: 20px;
font-weight: 300;
color: #cbcbcb;
text-decoration: none;
}
.madapalli_theme-footer-other-info .inner-info p:hover,
.madapalli_theme-footer-other-info .inner-info a:hover {
text-decoration: none;
}
.madapalli_theme-footer-other-info .inner-info a:hover {
text-decoration: underline;
color: var(--mainColor);
}
.madapalli_theme-footer-copy {
background-color: var(--blackColorTwo);
padding: 15px 0;
}
.madapalli_theme-footer-copy p {
color: var(--lightGrayColor2);
}
.madapalli_theme-footer-inner-contact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.madapalli_theme-footer-inner-contact .madapalli_theme-footer-left-side-contact p {
font-size: 14px;
font-weight: 500;
color: var(--lightGrayColor2);
}
.madapalli_theme-footer-inner-contact .madapalli_theme-footer-left-side-contact p a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 14px;
font-weight: 500;
color: var(--lightGrayColor2);
}
.madapalli_theme-footer-inner-contact .madapalli_theme-footer-left-side-contact p a:hover {
color: var(--mainColor);
}
.madapalli_theme-footer-inner-contact .madapalli_theme-footer-last-logo {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0 -5px;
}
.madapalli_theme-footer-inner-contact .madapalli_theme-footer-last-logo .madapalli_theme-inner-footer-logo {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
height: 30px;
width: 30px;
margin: 0 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid var(--lightGrayColor2);
border-radius: 5px;
}
.madapalli_theme-footer-inner-contact .madapalli_theme-footer-last-logo .madapalli_theme-inner-footer-logo i {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 15px;
color: var(--lightGrayColor2);
}
.madapalli_theme-footer-inner-contact .madapalli_theme-footer-last-logo .madapalli_theme-inner-footer-logo:hover {
border-color: var(--mainColor);
}
.madapalli_theme-footer-inner-contact .madapalli_theme-footer-last-logo .madapalli_theme-inner-footer-logo:hover i {
color: var(--mainColor);
} @media screen and (max-width: 1399px) {
.madapalli_theme-social-media .madapalli_theme-social-logo .inner-logo img {
width: 120px;
}
}
@media screen and (max-width: 1199px) {
.madapalli_theme-social-media .madapalli_theme-social-logo .inner-logo img {
width: 100px;
}
}
@media screen and (max-width: 991px) {
.madapalli_theme-footer-other-info .inner-info h5 {
margin-bottom: 6px;
}
.footer-order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.footer-order-2 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.footer-order-3 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.footer-order-4 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
.footer-order-5 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
}
@media screen and (max-width: 575px) {
.footer-order-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.footer-order-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.footer-order-3 {
-webkit-box-ordinal-group: 4;
-ms-flex-order: 3;
order: 3;
}
.footer-order-4 {
-webkit-box-ordinal-group: 5;
-ms-flex-order: 4;
order: 4;
}
.footer-order-5 {
-webkit-box-ordinal-group: 6;
-ms-flex-order: 5;
order: 5;
}
} .madapalli_theme-modal .modal-content {
padding: 20px;
}
.madapalli_theme-modal .modal-body {
padding: 0;
}
.madapalli_theme-modal .qty-close {
border: 0;
background: transparent;
position: absolute;
right: 0;
top: 0;
cursor: pointer;
z-index: 1;
}
.madapalli_theme-modal .qty-close i {
font-size: 18px;
font-weight: 600;
color: var(--redColorTwo);
}
.madapalli_theme-modal .sub-title {
margin-bottom: 24px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-modal .sub-title h4 {
font-size: 20px;
font-weight: 600;
color: var(--blackColor);
}
.madapalli_theme-modal .madapalli_theme-booking-from .madapalli_theme-inner-input {
margin-bottom: 20px;
}
.madapalli_theme-modal .madapalli_theme-booking-from .madapalli_theme-inner-input label {
font-size: 13px;
font-weight: 500;
color: var(--blackColor);
}
.madapalli_theme-modal .madapalli_theme-booking-from .madapalli_theme-inner-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} .madapalli_theme-tools-sidebar-overlay {
display: none;
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.8);
z-index: 41;
}
.madapalli_theme-tools-sidebar {
width: 300px;
height: 100vh;
position: fixed;
right: 0;
top: 0;
background-color: var(--whiteColor);
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
z-index: 42;
-webkit-transform: translateX(300px);
transform: translateX(300px);
}
.madapalli_theme-tools-sidebar .madapalli_theme-tools-sidebar-toggle {
position: absolute;
top: 45%;
right: 302px;
width: 40px;
height: 40px;
background-color: rgba(0, 0, 0, 0.8);
-webkit-transition: all ease-in 0.3s;
transition: all ease-in 0.3s;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
font-size: 25px;
z-index: -1;
text-decoration: none;
border-radius: 5px;
}
.madapalli_theme-tools-sidebar .madapalli_theme-tools-sidebar-toggle i {
font-size: 20px;
color: var(--whiteColor);
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar {
height: 100%;
overflow: auto;
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar::-webkit-scrollbar {
width: 12px;
height: 12px;
padding: 5px;
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar::-webkit-scrollbar-track {
width: 12px;
background-color: var(--blackColorOne);
-webkit-box-shadow: inset 0 0 0px var(--blackColor);
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar::-webkit-scrollbar-thumb {
background-color: var(--mainColor);
border-radius: 20px;
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-bar-title {
margin-bottom: 15px;
padding: 15px;
position: sticky;
top: 0;
z-index: 5;
background-color: var(--whiteColor);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid var(--lightGrayColor);
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-bar-title h6 {
margin: 0;
font-size: 17px;
font-weight: 700;
color: var(--blackColor);
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-bar-title .close-tools {
color: var(--redColorTwo);
font-size: 17px;
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail {
padding: 0 15px 15px 15px;
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block h3 {
margin: 15px 0;
font-size: 14px;
font-weight: 500;
color: var(--blackColor);
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block p {
margin: 0;
text-transform: capitalize;
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-color {
margin: 0;
padding: 0;
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-color li {
display: inline-block;
height: 35px;
width: 35px;
margin: 6px;
border-radius: 5px;
cursor: pointer;
vertical-align: middle;
position: relative;
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .madapalli_theme-tools-item,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .madapalli_theme-tools-item,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .madapalli_theme-tools-item,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .madapalli_theme-tools-item,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .madapalli_theme-tools-item {
width: 125px;
margin-bottom: 10px;
text-align: center;
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .madapalli_theme-tools-item img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .madapalli_theme-tools-item img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .madapalli_theme-tools-item img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .madapalli_theme-tools-item img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .madapalli_theme-tools-item img {
width: 100%;
padding: 5px;
border-radius: 10px;
border: 1px solid var(--lightGrayColor);
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .madapalli_theme-tools-item img:hover,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .madapalli_theme-tools-item img:hover,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .madapalli_theme-tools-item img:hover,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .madapalli_theme-tools-item img:hover,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .madapalli_theme-tools-item img:hover {
border: 1px solid var(--mainColor);
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-mode,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-dark-mode,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-skin,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-box,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-bg,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-mode,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-dark-mode,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-skin,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-box,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-bg,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-mode,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-dark-mode,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-skin,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-box,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-bg,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-mode,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-dark-mode,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-skin,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-box,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-bg,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-mode,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-dark-mode,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-skin,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-box,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-bg {
position: relative;
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-mode:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-dark-mode:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-skin:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-box:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-bg:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-mode:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-dark-mode:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-skin:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-box:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-bg:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-mode:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-dark-mode:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-skin:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-box:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-bg:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-mode:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-dark-mode:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-skin:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-box:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-bg:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-mode:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-dark-mode:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-skin:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-box:after,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-bg:after {
content: "\eb79";
width: 30px;
height: 30px;
font-size: 16px;
font-family: "remixicon" !important;
position: absolute;
top: 10px;
right: 10px;
border-radius: 10px;
background-color: var(--blackColor);
color: var(--whiteColor);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-mode img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-dark-mode img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-skin img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-box img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-rtl .active-bg img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-mode img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-dark-mode img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-skin img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-box img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-dark .active-bg img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-mode img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-dark-mode img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-skin img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-box img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-skin .active-bg img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-mode img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-dark-mode img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-skin img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-box img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-box .active-bg img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-mode img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-dark-mode img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-skin img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-box img,
.madapalli_theme-tools-sidebar .madapalli_theme-inner-tools-sidebar .madapalli_theme-tools-detail .madapalli_theme-tools-block .madapalli_theme-tools-bg .active-bg img {
border-color: var(--mainColor);
}
.active-color {
position: relative;
}
.active-color:after {
font-family: "remixicon" !important;
content: "\eb79";
height: 35px;
width: 35px;
font-size: 18px;
position: absolute;
color: var(--whiteColor);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.color-primary {
background: var(--mainColor);
}
.open-tools {
-webkit-transform: translateX(0);
transform: translateX(0);
}  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
background-color: var(--mainColor);
width: 10px;
height: 10px;
}
.slick-slider {
margin-bottom: 0px;
}
.madapalli_theme-slide {
position: relative;
}
.madapalli_theme-slide:before {
content: "";
position: absolute;
z-index: 0;
top: 0;
width: 100%;
height: 200px;
background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(70%, rgba(0, 0, 0, 0.85)), to(rgba(0, 0, 0, 0.85)));
background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%, rgba(0, 0, 0, 0.85) 100%);
}
.madapalli_theme-slide:after {
content: "";
position: absolute;
z-index: 0;
bottom: 0;
width: 100%;
height: 400px;
background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 0, 0)), to(rgba(0, 0, 0, 0)));
background: linear-gradient(0deg, rgb(0 0 0 / 54%) 0%, rgba(0, 0, 0, 0) 100%);
}
.section-hero {
overflow: hidden;
}
.section-hero button.slick-next {
position: absolute;
right: 0;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
z-index: 2;
}
.section-hero button.slick-prev {
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border-radius: 50%;
z-index: 2;
}
.section-hero button.slick-prev,
.section-hero button.slick-next {
border: 0;
background: none;
font-size: 0 !important;
}
.section-hero button.slick-prev .prev-slick-arrow,
.section-hero button.slick-prev .next-slick-arrow,
.section-hero button.slick-next .prev-slick-arrow,
.section-hero button.slick-next .next-slick-arrow {
display: none !important;
font-size: 0 !important;
}
.prev-slick-img {
position: absolute;
top: 50%;
left: 40px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border: 2px solid var(--whiteColor);
border-radius: 50%;
z-index: 5;
}
.prev-slick-img img {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
}
.next-slick-img {
position: absolute;
right: 40px;
top: 50%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
border: 2px solid var(--whiteColor);
border-radius: 50%;
}
.next-slick-img img {
width: 50px;
height: 50px;
border-radius: 50%;
object-fit: cover;
}
.madapalli_theme-slider .madapalli_theme-slide {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
height: 100vh;
}
.madapalli_theme-slider .slide-1 {
background-image: url(//madapalli.in/wp-content/uploads/2024/09/banner-1.webp);
}
.madapalli_theme-slider .slide-2 {
background-image: url(//madapalli.in/wp-content/uploads/2024/09/banner-2.webp);
}
.madapalli_theme-slider .slide-3 {
background-image: url(//madapalli.in/wp-content/uploads/2024/09/banner-3.webp);
}
.madapalli_theme-slide .banner-arrow-img {
display: none;
} .section-hero .madapalli_theme-hero-contact {
padding: 50px 0;
position: relative;
z-index: 3;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
}
.section-hero .madapalli_theme-hero-contact .inner-contact {
max-width: 700px;
}
.section-hero .madapalli_theme-hero-contact .inner-contact p {
margin-bottom: 8px;
font-size: 16px;
color: var(--whiteColor);
}
.section-hero .madapalli_theme-hero-contact .inner-contact h2 {
margin-bottom: 16px;
font-size: 45px;
line-height: 55px;
font-weight: 500;
color: var(--whiteColor);
}
.section-hero .madapalli_theme-hero-contact .inner-contact h2 span {
color: var(--mainColor);
background-color: var(--lightWhiteColor);
}
.section-hero .madapalli_theme-hero-contact .inner-contact .booking-now {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.section-hero .madapalli_theme-hero-contact .inner-contact .booking-now .ico {
position: relative;
height: 40px;
width: 40px;
margin-right: 15px;
border-radius: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid var(--whiteColor);
}
.section-hero .madapalli_theme-hero-contact .inner-contact .booking-now .ico i {
font-size: 22px;
color: var(--whiteColor);
}
.section-hero .madapalli_theme-hero-contact .inner-contact .booking-now .booking-text {
text-align: left;
}
.section-hero .madapalli_theme-hero-contact .inner-contact .booking-now .booking-text p {
margin-bottom: 0;
font-size: 14px;
font-weight: 300;
line-height: 20px;
color: var(--whiteColor);
}
.section-hero .madapalli_theme-hero-contact .inner-contact .booking-now .booking-text span {
font-size: 16px;
font-weight: 500;
color: var(--whiteColor);
}
.section-hero .slider-animation > * {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
.section-hero :root {
--transition: 0.75s cubic-bezier(0.255, 0.67, 0, 1.01);
}
.section-hero .madapalli_theme-slide {
overflow: hidden;
position: relative;
-webkit-transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
transition: transform var(--transition), box-shadow var(--transition);
transition: transform var(--transition), box-shadow var(--transition), -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
}
.section-hero .slick-active .slider-animation > * {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.section-hero .slick-active .slider-animation > *:nth-child(1) {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.section-hero .slick-active .slider-animation > *:nth-child(2) {
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.section-hero .slick-active .slider-animation > *:nth-child(3) {
-webkit-animation-delay: 2s;
animation-delay: 2s;
} @media screen and (max-width: 1199px) {
.section-hero .madapalli_theme-hero-contact .inner-contact h2 {
font-size: 40px;
line-height: 46px;
}
.madapalli_theme-slider .madapalli_theme-slide {
height: 90vh;
}
}
@media screen and (max-width: 991px) {
.madapalli_theme-slider .madapalli_theme-slide {
height: 80vh;
}
.section-hero .madapalli_theme-hero-contact .inner-contact {
margin: auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center !important;
}
.section-hero .madapalli_theme-hero-contact .inner-contact h2 {
font-size: 36px;
line-height: 42px;
}
}
@media screen and (max-width: 767px) {
.madapalli_theme-slider .madapalli_theme-slide {
height: 70vh;
}
.section-hero .madapalli_theme-hero-contact .inner-contact {
max-width: 100%;
}
.section-hero .madapalli_theme-hero-contact .inner-contact h2 {
font-size: 32px;
line-height: 38px;
}
}
@media screen and (max-width: 575px) {
.section-hero .madapalli_theme-hero-contact .inner-contact h2 {
font-size: 26px;
line-height: 31px;
}
.section-hero .madapalli_theme-hero-contact .inner-contact p {
font-size: 14px;
line-height: 22px;
}
.section-hero .inner-contact p {
font-size: 15px;
margin-bottom: 4px;
}
.section-hero .inner-contact h2 {
font-size: 32px;
}
.madapalli_theme-slider .madapalli_theme-slide {
height: 60vh;
}
}
@media screen and (max-width: 420px) {
.section-hero .madapalli_theme-hero-contact .inner-contact h2 {
font-size: 22px;
line-height: 31px;
}
.section-hero .madapalli_theme-hero-contact .inner-contact .booking-now .booking-text span {
font-size: 14px;
}
}
@media screen and (max-width: 380px) {
.section-hero .madapalli_theme-hero-contact .inner-contact h2 {
font-weight: 400;
font-size: 20px;
line-height: 28px;
}
} .extra-services-img {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.extra-services-img img {
width: 100%;
border-radius: 200px;
}
.extra-services-contact {
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: relative;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-top: 2px solid var(--lightGrayColor);
border-bottom: 2px solid var(--lightGrayColor);
}
.extra-services-contact .extra-services-absolute-contact {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
z-index: -1;
position: absolute;
right: 0;
bottom: 0;
}
.extra-services-contact .extra-services-absolute-contact p {
font-family: "Poppins", sans-serif;
font-size: 120px;
line-height: 85px;
color: rgba(0, 0, 0, 0.03);
font-weight: bold;
}
.extra-services-contact .madapalli_theme-services-price {
width: 33.33%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.extra-services-contact .madapalli_theme-services-price h2 {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-bottom: 12px;
font-size: 57px;
color: var(--mainColor);
font-weight: 700;
line-height: 1;
opacity: 0.2;
}
.extra-services-contact .madapalli_theme-services-price h2 span {
font-family: "Poppins", sans-serif;
font-size: 15px;
font-weight: 600;
color: var(--blackColorOne);
}
.extra-services-contact .madapalli_theme-services-price p {
font-size: 20px;
font-weight: 500;
color: var(--blackColor);
}
.extra-services-contact .madapalli_theme-services-inner-contact {
width: 33.33%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.extra-services-contact .madapalli_theme-services-inner-contact ul {
margin-bottom: -6px;
}
.extra-services-contact .madapalli_theme-services-inner-contact ul li {
margin-bottom: 6px;
font-size: 13px;
line-height: 22px;
font-weight: 400;
color: var(--grayColor);
}
.extra-services-contact .madapalli_theme-services-ico {
width: 33.33%;
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.extra-services-contact .madapalli_theme-services-ico .ico {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
height: 40px;
width: 40px;
background-color: var(--whiteColor);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid var(--lightGrayColor);
border-radius: 50%;
}
.extra-services-contact .madapalli_theme-services-ico .ico:hover {
background-color: var(--mainColor);
}
.extra-services-contact .madapalli_theme-services-ico .ico:hover i {
color: var(--whiteColor);
}
.extra-services-contact .madapalli_theme-services-ico .ico i {
font-size: 18px;
}
.extra-services-contact:hover {
border-color: var(--blackColor);
}
.extra-services-contact:hover .extra-services-absolute-contact {
opacity: 0;
}
.extra-services-contact:hover .madapalli_theme-services-ico .ico {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.extra-services-contact:hover .madapalli_theme-services-price h2 {
opacity: 1;
} @media screen and (max-width: 1399px) {
.extra-services-contact .madapalli_theme-services-price {
width: 30%;
}
.extra-services-contact .madapalli_theme-services-inner-contact {
width: 40%;
}
.extra-services-contact .madapalli_theme-services-ico {
width: 30%;
}
.extra-services-contact .extra-services-absolute-contact p {
font-size: 85px;
line-height: 58px;
}
}
@media screen and (max-width: 1199px) {
.extra-services-contact .extra-services-absolute-contact p {
font-size: 70px;
line-height: 48px;
}
.extra-services-contact .madapalli_theme-services-price {
width: 30%;
}
.extra-services-contact .madapalli_theme-services-inner-contact {
width: 50%;
}
.extra-services-contact .madapalli_theme-services-ico {
width: 20%;
}
.extra-services-contact .madapalli_theme-services-price h2 {
font-size: 38px;
}
.extra-services-contact .madapalli_theme-services-price p {
font-size: 16px;
}
}
@media screen and (max-width: 991px) {
.extra-services-contact {
padding: 20px 0;
}
.extra-services-contact .madapalli_theme-services-price {
width: 80%;
}
.extra-services-contact .madapalli_theme-services-inner-contact {
width: 0%;
}
.extra-services-contact .madapalli_theme-services-ico {
width: 20%;
}
.extra-services-contact .madapalli_theme-services-inner-contact {
display: none;
}
}
@media screen and (max-width: 767px) {
.extra-services-contact .extra-services-absolute-contact p {
font-size: 50px;
line-height: 33px;
}
} .madapalli_theme-testimonials-slider {
max-width: 900px;
margin: auto;
}
.madapalli_theme-testimonials-img img {
width: 100%;
border-top-left-radius: 200px;
border-top-right-radius: 200px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
}
.madapalli_theme-testimonials-contact {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.madapalli_theme-testimonials-contact .madapalli_theme-inner-banner {
margin-bottom: 30px;
}
.madapalli_theme-testimonials-contact .madapalli_theme-inner-banner h4 {
margin-bottom: 6px;
font-size: 20px;
color: var(--blackColor);
font-weight: 700;
}
.madapalli_theme-testimonials-contact .madapalli_theme-inner-banner span {
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
.madapalli_theme-testimonials-contact .inner-contact {
background-color: var(--whiteColor);
border: 1px solid var(--lightGrayColor);
padding: 20px;
border-radius: 20px;
} @media screen and (max-width: 991px) {
.madapalli_theme-testimonials-contact .inner-contact p {
font-weight: 400;
font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.madapalli_theme-testimonials-contact {
text-align: center;
}
.madapalli_theme-testimonials-contact .madapalli_theme-inner-banner {
margin-bottom: 15px;
}
.madapalli_theme-testimonials-img {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-testimonials-img img {
width: 100px !important;
}
} .madapalli_theme-menu-tabs {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 40px;
}
.madapalli_theme-menu-tabs ul.nav-tabs {
margin: -5px;
border: 0;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.madapalli_theme-menu-tabs ul.nav-tabs li {
margin: 5px;
}
.madapalli_theme-menu-tabs ul.nav-tabs li button {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background-color: var(--whiteColor);
border: 1px solid var(--blackColor);
padding: 5px 15px;
font-size: 15px;
font-weight: 600;
border-radius: 10px;
color: var(--blackColor);
font-weight: 600;
}
.madapalli_theme-menu-tabs ul.nav-tabs li button:hover {
border-color: var(--mainColor);
color: var(--mainColor);
}
.madapalli_theme-menu-tabs ul.nav-tabs li button.active {
color: #af936a;
background: #000;
}
.madapalli_theme-menutab .tab-pane .row {
place-content: center;
}
.madapalli_theme-menu-tabs-contact {
margin-bottom: -24px;
}
.madapalli_theme-menu-tabs-contact .active-menu {
border-color: var(--mainColor) !important;
}
.madapalli_theme-menu-tabs-contact .active-menu .madapalli_theme-side-menu-image {
opacity: 1;
z-index: 10;
}
.madapalli_theme-menu-tabs-contact .inner-menu {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-bottom: 24px;
padding: 24px 0;
border-top: 2px solid var(--lightGrayColor);
border-bottom: 2px solid var(--lightGrayColor);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.madapalli_theme-menu-tabs-contact .inner-menu:hover {
border-color: var(--mainColor);
}
.madapalli_theme-menu-tabs-contact .inner-menu:hover .sub-prices h4 {
opacity: 1;
}
.madapalli_theme-menu-tabs-contact .inner-menu .sub-contact h5 {
margin-bottom: 4px;
font-size: 20px;
font-weight: 600;
color: var(--blackColor);
}
.madapalli_theme-menu-tabs-contact .inner-menu .sub-contact p {
font-size: 14px;
font-weight: 400;
color: var(--grayColor);
}
.madapalli_theme-menu-tabs-contact .inner-menu .sub-prices h4 {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 20px;
font-weight: 600;
color: #957243;
opacity: 0.5;
}
.madapalli_theme-menu-tabs-contact .active-menu .sub-prices h4 {
opacity: 1;
}
.madapalli_theme-relative {
position: relative;
}
.madapalli_theme-side-menu-image {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 0;
width: calc(50% - 12px);
padding: 0 12px;
position: absolute;
z-index: 1;
right: 0;
top: 0;
}
.madapalli_theme-side-menu-image .inner-img img {
width: 100%;
}
.madapalli_theme-side-menu-image .radius-one img {
border-top-left-radius: 200px;
border-top-right-radius: 200px;
border-bottom-left-radius: 200px;
border-bottom-right-radius: 30px;
}
.madapalli_theme-side-menu-image .radius-two img {
border-top-left-radius: 200px;
border-top-right-radius: 200px;
border-bottom-right-radius: 200px;
border-bottom-left-radius: 30px;
}
.madapalli_theme-side-menu-image .radius-three img {
border-top-left-radius: 200px;
border-top-right-radius: 30px;
border-bottom-left-radius: 200px;
border-bottom-right-radius: 200px;
}
.madapalli_theme-side-menu-image .radius-four img {
border-top-right-radius: 200px;
border-top-left-radius: 30px;
border-bottom-left-radius: 200px;
border-bottom-right-radius: 200px;
} @media screen and (max-width: 1399px) {
.madapalli_theme-menu-tabs-contact .inner-menu {
padding: 20px 0;
}
.madapalli_theme-menu-tabs-contact .inner-menu .sub-contact h5 {
font-size: 16px;
}
.madapalli_theme-menu-tabs-contact .inner-menu .sub-contact p {
font-size: 13px;
line-height: 20px;
}
}
@media screen and (max-width: 1199px) {
.madapalli_theme-menu-tabs-contact .inner-menu {
padding: 15px 0;
}
}
@media screen and (max-width: 991px) {
.madapalli_theme-menu-tabs-contact .inner-menu {
position: relative;
}
.madapalli_theme-menu-tabs-contact .inner-menu .sub-contact h5 {
font-size: 20px;
}
.sub-prices {
padding: 0 15px;
}
.madapalli_theme-side-menu-image {
position: relative;
width: 160px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: end;
opacity: 1;
}
.madapalli_theme-side-menu-image .radius-one img {
width: 50px;
border-radius: 30px;
}
}
@media screen and (max-width: 767px) {
.madapalli_theme-side-menu-image {
width: 100px;
}
}
@media screen and (max-width: 575px) {
.madapalli_theme-side-menu-image {
display: none;
}
.madapalli_theme-menu-tabs-contact .inner-menu {
padding: 15px 0;
}
.madapalli_theme-menu-tabs-contact .inner-menu .sub-contact h5 {
font-size: 16px;
}
} .madapalli_theme-book-from {
margin-bottom: 30px;
}
.madapalli_theme-book-from .madapalli_theme-input-box label {
margin-bottom: 8px;
font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
.madapalli_theme-book-from .madapalli_theme-input-box .madapalli_theme-from-control {
border-radius: 30px;
}
.madapalli_theme-booking-last-contact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.madapalli_theme-booking-last-contact p {
margin-bottom: 30px;
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
}
.madapalli_theme-booking-last-contact .booking-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}  .madapalli_theme-about-img {
position: relative;
}
.madapalli_theme-about-img img {
width: 100%;
border-radius: 90px 30px;
border: 3px inset;
padding: 10px;
}
.madapalli_theme-about-img .madapalli_theme-rounded-circle {
z-index: 1;
height: 100px;
width: 100px;
position: absolute;
top: 30px;
right: 30px;
background-color: rgba(0, 0, 0, 0.8);
border-radius: 50%;
}
.madapalli_theme-about-contact {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-about-contact .inner-contact h2 {
margin-bottom: 15px;
}
.madapalli_theme-about-contact .inner-contact h2 span {
color: var(--mainColor);
}
.madapalli_theme-about-contact .inner-contact p {
margin-bottom: 16px;
font-size: 16px;
font-weight: 400;
color: var(--grayColor);
}
.madapalli_theme-about-contact .inner-contact .madapalli_theme-about-inner-box {
margin-top: 30px;
}
.madapalli_theme-about-contact .inner-contact .madapalli_theme-about-inner-box .madapalli_theme-about-box {
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: var(--lightWhiteColor);
border: 1px solid var(--lightGrayColor);
border-radius: 20px;
}
.madapalli_theme-about-contact .inner-contact .madapalli_theme-about-inner-box .madapalli_theme-about-box h5 {
margin-bottom: 12px;
font-family: "Poppins", sans-serif;
font-size: 23px;
color: var(--blackColor);
font-weight: 600;
line-height: 0.65;
}
.madapalli_theme-about-contact .inner-contact .madapalli_theme-about-inner-box .madapalli_theme-about-box .head_p {
margin-bottom: 12px;
font-family: "Poppins", sans-serif;
font-size: 23px;
color: var(--blackColor);
font-weight: 600;
line-height: 0.65;
}
.madapalli_theme-about-contact .inner-contact .madapalli_theme-about-inner-box .madapalli_theme-about-box p {
margin-bottom: 0;
font-family: "Poppins", sans-serif;
font-size: 14px;
color: var(--grayColor);
letter-spacing: 2px;
line-height: 1.2;
}
@-webkit-keyframes rotateText {
0% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes rotateText {
0% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.madapalli_theme-rounded-circle:hover svg,
.madapalli_theme-rounded-circle:hover img {
-webkit-animation: rotateText 10s linear infinite;
animation: rotateText 10s linear infinite;
}
.madapalli_theme-rounded-circle a {
position: relative;
}
.madapalli_theme-rounded-circle .inner-contact {
position: absolute;
top: 0;
left: 0;
right: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.madapalli_theme-rounded-circle .inner-contact i {
font-size: 24px;
color: var(--whiteColor);
}
.madapalli_theme-rounded-circle svg,
.madapalli_theme-rounded-circle img {
fill: currentColor;
height: auto;
-webkit-transform-origin: center;
transform-origin: center;
width: 100%;
}
.madapalli_theme-rounded-circle svg text textPath,
.madapalli_theme-rounded-circle img text textPath {
font-size: 12px;
color: var(--whiteColor);
letter-spacing: 1.5px;
}
.madapalli_theme-rounded-circle h5 {
font-size: 10px;
color: var(--whiteColor);
}
.madapalli_theme-about-page-contact {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-about-page-contact .inner-about-contact p {
margin-bottom: 16px;
}
.madapalli_theme-about-page-contact .items-details h5 {
margin-bottom: 5px;
font-size: 16px;
font-weight: 600;
color: var(--blackColor);
}
.madapalli_theme-about-page-contact .items-details p {
margin-bottom: 12px;
font-size: 12px;
font-weight: 500;
color: var(--grayColor);
}
.madapalli_theme-about-page-contact .items-details .madapalli_theme-dark-img {
display: none;
}
.madapalli_theme-about-page-contact .items-details img {
width: 100px;
} @media screen and (max-width: 1399px) {
.madapalli_theme-about-img .madapalli_theme-rounded-circle {
top: 15px;
right: 15px;
}
.madapalli_theme-about-contact .inner-contact .madapalli_theme-about-inner-box .madapalli_theme-about-box h5 {
font-size: 32px;
}
.madapalli_theme-about-contact .inner-contact .madapalli_theme-about-inner-box .madapalli_theme-about-box .head_p {
font-size: 32px;
}
.madapalli_theme-about-contact .inner-contact .madapalli_theme-about-inner-box .madapalli_theme-about-box p {
font-size: 15px;
}
}
@media screen and (max-width: 1199px) {
.madapalli_theme-about-contact .inner-contact p {
font-size: 15px;
}
.madapalli_theme-about-contact .inner-contact .madapalli_theme-about-inner-box {
margin-top: 20px;
}
.madapalli_theme-about-contact .inner-contact .madapalli_theme-about-inner-box .madapalli_theme-about-box h5 {
margin-bottom: 8px;
font-size: 28px;
}
.madapalli_theme-about-contact .inner-contact .madapalli_theme-about-inner-box .madapalli_theme-about-box .head_p {
margin-bottom: 8px;
font-size: 28px;
}
.madapalli_theme-about-contact .inner-contact .madapalli_theme-about-inner-box .madapalli_theme-about-box p {
font-size: 14px;
}
}
@media screen and (max-width: 575px) {
.madapalli_theme-about-inner-box .row {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-about-inner-box .mt-24 {
margin-top: 0;
}
.madapalli_theme-about-img .madapalli_theme-rounded-circle {
top: 0;
right: 0;
}
}
@media screen and (max-width: 380px) {
.madapalli_theme-about-img .madapalli_theme-rounded-circle {
height: 80px;
width: 80px;
}
} .madapalli_theme-services {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background-color: var(--lightWhiteColor);
padding: 30px;
border: 1px solid var(--lightGrayColor);
border-radius: 20px;
}
.madapalli_theme-services:hover {
border: 1px solid var(--blackColorOne);
}
.madapalli_theme-services:hover .services-ico svg,
.madapalli_theme-services:hover .services-ico img {
-webkit-animation-name: wobble;
animation-name: wobble;
-webkit-animation-duration: 1s;
-webkit-animation-iteration-count: 1s;
-webkit-animation-timing-function: linear;
-webkit-transform-origin: 50% 100%;
}
.madapalli_theme-services .services-ico {
margin-bottom: 20px;
}
.madapalli_theme-services .services-ico svg,
.madapalli_theme-services .services-ico img {
height: 50px;
width: 50px;
}
.madapalli_theme-services .services-ico i {
font-size: 50px;
color: var(--mainColor);
}
.madapalli_theme-services .services-ico svg path,
.madapalli_theme-services .services-ico img path {
stroke: var(--mainColor);
fill: var(--mainColor);
}
.madapalli_theme-services .services-contact .abt_why_madapalli {
margin-bottom: 12px;
font-size: 20px;
color: var(--blackColor);
line-height: 1.2;
}
.madapalli_theme-services .services-contact ul li {
font-family: "Poppins", sans-serif;
font-size: 14px;
color: var(--grayColor);
}
@-webkit-keyframes wobble {
0% {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
transform: none;
}
}
@keyframes wobble {
0% {
transform: none;
}
15% {
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
100% {
transform: none;
}
} @media screen and (max-width: 767px) {
.madapalli_theme-services .services-contact .abt_why_madapalli {
font-size: 18px;
}
.madapalli_theme-services .services-contact ul li {
font-size: 13px;
}
}
@media screen and (max-width: 575px) {
.madapalli_theme-services {
padding: 20px;
}
} .madapalli_theme-rooms-box {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
overflow: hidden;
border-radius: 20px;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-img {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: relative;
z-index: 1;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: inherit;
perspective: inherit;
-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3), -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
background-color: transparent;
border-radius: 20px;
overflow: hidden;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-img img {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 100%;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-img .inner-contact {
position: absolute;
bottom: 0;
left: 0;
right: 0;
padding: 15px 0;
text-align: center;
background-color: rgba(0, 0, 0, 0.4);
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-img .inner-contact h4 {
font-size: 16px;
font-weight: 600;
color: var(--whiteColor);
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side {
height: 100%;
width: 100%;
position: absolute;
top: 0;
right: 0;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: inherit;
perspective: inherit;
-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3), -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
border-radius: 20px;
overflow: hidden;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side:after {
content: "";
background-color: rgba(245, 245, 245, 0.9);
position: absolute;
top: 0;
left: 0;
z-index: 0;
height: 100%;
width: 100%;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side img {
position: absolute;
height: calc(100% - 60px);
width: calc(100% - 60px);
margin: 30px;
padding: 0;
top: 0;
left: 0;
z-index: 0;
border-radius: 20px;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side .inner-back-side {
position: absolute;
top: 0;
left: 0;
z-index: 1;
overflow: hidden;
height: calc(100% - 60px);
width: calc(100% - 60px);
margin: 30px;
border: 1px solid var(--blackColorOne);
border-radius: 20px;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side .inner-back-side .madapalli_theme-price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side .inner-back-side .madapalli_theme-price span {
padding: 8px 18px;
background-color: var(--blackColorOne);
line-height: 20px;
font-size: 15px;
color: var(--whiteColor);
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side .inner-back-side .sub-inner-contact {
height: calc(100% - 75px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side .inner-back-side .sub-inner-contact h5 {
margin-bottom: 12px;
font-size: 22px;
line-height: 1.2;
color: var(--blackColor);
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side .inner-back-side .sub-inner-contact ul li {
font-size: 14px;
font-weight: 400;
color: var(--grayColor);
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side .inner-back-side .last-contact {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side .inner-back-side .last-contact .inner-button {
background-color: var(--blackColorOne);
color: var(--whiteColor);
padding: 6px 14px;
font-size: 14px;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side .inner-back-side .last-contact .inner-button i {
font-size: 16px;
}
.madapalli_theme-rooms-box:hover .madapalli_theme-rooms-img {
z-index: 0;
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.madapalli_theme-rooms-box:hover .madapalli_theme-rooms-img img {
padding: 30px;
}
.madapalli_theme-rooms-box:hover .madapalli_theme-rooms-img .inner-contact {
display: none;
}
.madapalli_theme-rooms-box:hover .madapalli_theme-rooms-back-side {
-webkit-transform: rotateY(0);
transform: rotateY(0);
} @media screen and (max-width: 767px) {
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side img {
height: calc(100% - 30px);
width: calc(100% - 30px);
margin: 15px;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side .inner-back-side {
height: calc(100% - 30px);
width: calc(100% - 30px);
margin: 15px;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side .inner-back-side .sub-inner-contact h5 {
margin-bottom: 8px;
font-size: 18px;
}
.madapalli_theme-rooms-box .madapalli_theme-rooms-back-side .inner-back-side .sub-inner-contact ul li {
font-size: 13px;
line-height: 20px;
}
} .madapalli_theme-rooms-box-2 {
position: relative;
overflow: hidden;
border-radius: 20px;
}
.madapalli_theme-rooms-box-2:hover .inner-back-side {
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.madapalli_theme-rooms-box-2:hover img {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
.madapalli_theme-rooms-box-2 img {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 100%;
border-radius: 20px;
}
.madapalli_theme-rooms-box-2 .inner-back-side {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: absolute;
left: 0;
right: 0;
bottom: calc(-100% + 68px);
height: 100%;
width: 100%;
padding: 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
background-color: rgba(0, 0, 0, 0.8);
}
.madapalli_theme-rooms-box-2 .inner-back-side .sub-title {
width: 100%;
margin-bottom: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.madapalli_theme-rooms-box-2 .inner-back-side .sub-title h5 {
margin-bottom: 8px;
font-size: 20px;
font-weight: 600;
color: var(--whiteColor);
}
.madapalli_theme-rooms-box-2 .inner-back-side .sub-title .madapalli_theme-price {
font-size: 16px;
font-weight: 500;
color: var(--whiteColor);
}
.madapalli_theme-rooms-box-2 .inner-back-side .inner-info {
margin-bottom: 30px;
}
.madapalli_theme-rooms-box-2 .inner-back-side .inner-info ul li {
margin-bottom: 12px;
font-size: 15px;
font-weight: 500;
line-height: 20px;
color: var(--lightGrayColor2);
}
.madapalli_theme-rooms-box-2 .inner-back-side .madapalli_theme-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.madapalli_theme-rooms-box-2 .inner-back-side .madapalli_theme-button a {
padding: 4px 12px;
font-size: 14px;
} @media screen and (max-width: 1199px) {
.madapalli_theme-rooms-box-2 .inner-back-side .sub-title {
margin-bottom: 15px;
}
.madapalli_theme-rooms-box-2 .inner-back-side .sub-title h5 {
font-size: 18px;
}
.madapalli_theme-rooms-box-2 .inner-back-side .sub-title .madapalli_theme-price {
font-size: 14px;
}
.madapalli_theme-rooms-box-2 .inner-back-side .inner-info {
margin-bottom: 15px;
}
.madapalli_theme-rooms-box-2 .inner-back-side .inner-info ul li {
font-size: 14px;
}
} .madapalli_theme-rooms-main-box {
position: relative;
-webkit-perspective: 1000px;
}
.madapalli_theme-rooms-main-box .rooms-box-front {
text-align: center;
z-index: 1;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: inherit;
perspective: inherit;
-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3), -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
border-radius: 20px;
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
background-color: transparent;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
position: relative;
}
.madapalli_theme-rooms-main-box .rooms-box-front img {
width: 100%;
border-radius: 20px;
}
.madapalli_theme-rooms-main-box .rooms-box-front .content-wrap {
width: 100%;
display: block;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: inherit;
perspective: inherit;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 50px) scale(0.9);
transform: translate3d(0, 0, 50px) scale(0.9);
}
.madapalli_theme-rooms-main-box .rooms-box-front .content-wrap .inner-contact {
position: absolute;
bottom: 55px;
left: 30px;
right: 30px;
padding: 15px 0;
text-align: center;
background-color: rgba(245, 245, 245, 0.9);
border-radius: 30px;
}
.madapalli_theme-rooms-main-box .rooms-box-front .content-wrap .inner-contact h4 {
font-size: 16px;
font-weight: 600;
color: var(--blackColor);
}
.madapalli_theme-rooms-main-box .rooms-box-back {
width: 100%;
height: 100%;
text-align: center;
z-index: 1;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: inherit;
perspective: inherit;
-webkit-transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3), -webkit-transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
transition: transform 0.8s cubic-bezier(0.5, 1.3, 0.5, 1.3);
border-radius: 20px;
-webkit-transform: rotateY(-180deg);
transform: rotateY(-180deg);
position: absolute;
display: block;
top: 0;
left: 0;
background-color: rgba(245, 245, 245, 0.9);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.madapalli_theme-rooms-main-box .rooms-box-back img {
position: absolute;
height: calc(100% - 60px);
width: calc(100% - 60px);
margin: 30px;
padding: 0;
top: 0;
left: 0;
z-index: 0;
border-radius: 20px;
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap {
width: 100%;
height: 100%;
display: block;
-webkit-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-perspective: inherit;
perspective: inherit;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
padding: 30px;
-webkit-transform: translate3d(0, 0, 50px) scale(0.9);
transform: translate3d(0, 0, 50px) scale(0.9);
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .box-overlay {
content: "";
background-color: rgba(245, 245, 245, 0.9);
border-radius: 20px;
position: absolute;
top: 0;
left: 0;
z-index: 0;
height: 100%;
width: 100%;
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side {
position: absolute;
top: 0;
left: 0;
z-index: 1;
overflow: hidden;
height: calc(100% - 60px);
width: calc(100% - 60px);
margin: 30px;
-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
border: 1px solid var(--blackColorOne);
border-radius: 20px;
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .madapalli_theme-price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .madapalli_theme-price span {
padding: 8px 18px;
background-color: var(--blackColorOne);
line-height: 20px;
font-size: 15px;
color: var(--whiteColor);
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact {
height: calc(100% - 75px);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact h5 {
margin-bottom: 12px;
font-size: 22px;
line-height: 1.2;
color: var(--blackColor);
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact ul li {
font-size: 14px;
font-weight: 400;
color: var(--grayColor);
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact {
height: 40px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact .inner-button {
background-color: var(--blackColorOne);
color: var(--whiteColor);
padding: 5px 10px;
font-size: 14px;
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact .inner-button i {
font-size: 16px;
}
.madapalli_theme-rooms-main-box:hover .rooms-box-front {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.madapalli_theme-rooms-main-box:hover .rooms-box-back {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
} @media screen and (max-width: 1199px) {
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact h5 {
font-size: 18px;
}
}
@media screen and (max-width: 767px) {
.madapalli_theme-rooms-main-box .rooms-box-back img {
width: calc(100% - 30px);
height: calc(100% - 30px);
margin: 15px;
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap {
padding: 15px;
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side {
height: calc(100% - 30px);
width: calc(100% - 30px);
margin: 15px;
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .last-contact {
height: auto;
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact {
height: calc(100% - 65px);
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact h5 {
margin-bottom: 5px;
font-size: 17px;
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .sub-inner-contact ul li {
font-size: 13px;
line-height: 22px;
}
.madapalli_theme-rooms-main-box .rooms-box-back .content-wrap .inner-back-side .madapalli_theme-price span {
padding: 5px 15px;
}
} .madapalli_theme-room-details-sidebar {
position: sticky;
top: 60px;
background-color: var(--lightWhiteColor);
border: 1px solid var(--lightGrayColor);
border-radius: 30px;
}
.madapalli_theme-room-details-sidebar .sub-title {
padding: 30px;
border-bottom: 1px solid var(--lightGrayColor);
}
.madapalli_theme-room-details-sidebar .sub-title h4 {
font-size: 20px;
font-weight: 600;
color: var(--blackColor);
}
.madapalli_theme-room-details-sidebar .inner-room-details {
padding: 30px;
margin-bottom: -20px;
}
.madapalli_theme-room-details-sidebar .inner-room-details .madapalli_theme-room-details-from {
margin-bottom: 20px;
}
.madapalli_theme-room-details-sidebar .inner-room-details .madapalli_theme-room-details-from label {
font-size: 15px;
font-weight: 500;
color: var(--blackColor);
margin-bottom: 4px;
}
.madapalli_theme-room-details-sidebar .inner-room-details .madapalli_theme-side-from {
margin-bottom: 20px;
}
.madapalli_theme-room-details-sidebar .inner-room-details .madapalli_theme-side-from .form-check {
margin-bottom: 10px;
}
.madapalli_theme-room-details-sidebar .inner-room-details .madapalli_theme-side-from .form-check label {
margin-top: 5px;
font-size: 13px;
font-weight: 400;
}
.madapalli_theme-room-details-sidebar .inner-room-details .madapalli_theme-side-from h4 {
font-size: 18px;
font-weight: 600;
color: var(--blackColor);
margin-bottom: 12px;
}
.madapalli_theme-room-details-sidebar .inner-room-details .madapalli_theme-side-from .form-check {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.madapalli_theme-room-details-sidebar .inner-room-details .madapalli_theme-side-from .form-check input {
height: 10px;
width: 10px;
padding: 7px;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
}
.madapalli_theme-room-details-sidebar .inner-room-details .madapalli_theme-side-from .form-check input:checked {
background-color: var(--mainColor);
border-color: var(--mainColor);
}
.madapalli_theme-room-details-sidebar .inner-room-details .madapalli_theme-side-from .form-check .form-check-label {
padding-left: 10px;
font-size: 14px;
line-height: 14px;
font-weight: 500;
color: var(--grayColor);
cursor: pointer;
}
.madapalli_theme-room-details-sidebar .inner-room-details .madapalli_theme-side-from .madapalli_theme-side-from-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-main-room {
margin-bottom: 24px;
background-color: var(--lightWhiteColor);
border: 1px solid var(--lightGrayColor);
border-radius: 30px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-main-room .madapalli_theme-room-details-image img {
width: 100%;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-main-room .room-slider-nav {
margin: 24px 12px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-main-room .madapalli_theme-room-details-inner {
margin: 0 12px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-main-room .madapalli_theme-room-details-inner img {
width: 100%;
border-radius: 30px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details {
padding: 30px;
background-color: var(--lightWhiteColor);
border: 1px solid var(--lightGrayColor);
border-radius: 30px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details .madapalli_theme-title {
margin-bottom: 24px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details .madapalli_theme-title h4 {
font-size: 20px;
font-weight: 600;
color: var(--blackColor);
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details .inner-text {
margin-bottom: 12px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details .inner-text p {
font-size: 14px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details .madapalli_theme-details-inner {
margin-bottom: -24px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details .madapalli_theme-details-inner .inner-room-details {
margin-bottom: 24px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details .madapalli_theme-details-inner .inner-room-details .sub-title {
margin-bottom: 12px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details .madapalli_theme-details-inner .inner-room-details .sub-title h4 {
font-size: 18px;
font-weight: 600;
color: var(--blackColor);
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details .madapalli_theme-details-inner .inner-room-details .madapalli_theme-cols-room ul {
padding-left: 2rem;
list-style-type: disc;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details .madapalli_theme-details-inner .inner-room-details .madapalli_theme-cols-room ul li {
font-size: 14px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details .madapalli_theme-details-inner .inner-room-details .madapalli_theme-inner-review .madapalli_theme-input-box {
margin-bottom: 24px;
} @media screen and (max-width: 575px) {
.madapalli_theme-room-details-sidebar .sub-title {
padding: 20px;
}
.madapalli_theme-room-details-sidebar .inner-room-details {
padding: 20px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-main-room .room-slider-nav {
margin: 12px 0px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details {
padding: 20px;
}
.madapalli_theme-room-details-main-contact .madapalli_theme-inner-details .madapalli_theme-details-inner .inner-room-details .madapalli_theme-inner-review .madapalli_theme-input-box {
margin-bottom: 15px;
}
} .madapalli_theme-amenities-img img {
width: 100%;
border-top-left-radius: 500px;
border-bottom-left-radius: 500px;
border-top-right-radius: 100px;
border-bottom-right-radius: 0;
height: 450px;
object-fit: cover;
}
.madapalli_theme-amenities-img-2 img {
width: 100%;
border-top-left-radius: 100px;
border-bottom-left-radius: 0;
border-top-right-radius: 500px;
border-bottom-right-radius: 500px;
height: 450px;
object-fit: cover;
}
.madapalli_theme-amenities-slider .amenities-animation > * {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
.madapalli_theme-amenities-slider :root {
--transition: 0.75s cubic-bezier(0.255, 0.67, 0, 1.01);
}
.madapalli_theme-amenities-slider .madapalli_theme-slide {
overflow: hidden;
position: relative;
-webkit-transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
transition: -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
transition: transform var(--transition), box-shadow var(--transition);
transition: transform var(--transition), box-shadow var(--transition), -webkit-transform var(--transition), -webkit-box-shadow var(--transition);
}
.madapalli_theme-amenities-slider .active .amenities-animation > *:nth-child(1) {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.madapalli_theme-amenities-slider .active .amenities-animation > *:nth-child(2) {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-delay: 1.5s;
animation-delay: 1.5s;
}
.madapalli_theme-amenities-slider .active .amenities-animation > *:nth-child(3) {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.madapalli_theme-amenities-contact {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-amenities-contact .inner-banner {
margin-bottom: 16px;
position: relative;
left: -100px;
width: calc(100% + 100px);
}
.madapalli_theme-amenities-contact .inner-banner.left_txt {
margin-bottom: 16px;
position: relative;
left: auto;
right: -100px;
width: calc(100% - 100px);
}
.madapalli_theme-amenities-contact .inner-banner h3 {
font-size: 68px;
font-weight: 700;
color: var(--blackColorOne);
text-shadow: 1px 1px var(--whiteColor), -1px 1px var(--whiteColor), 1px -1px var(--whiteColor), -1px -1px var(--whiteColor), 1px 1px 5px var(--grayColor);
}
.madapalli_theme-amenities-contact p {
margin-bottom: 16px;
}
.madapalli_theme-amenities-contact.right_p p {
text-align: right;
}
.madapalli_theme-amenities-contact .amenities-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.madapalli_theme-amenities-contact .amenities-btn.right_align_btn {
align-self: self-end;
}
.madapalli_theme-amenities-slider .owl-dots {
width: 100px !important;
background-color: var(--whiteColor);
padding: 10px 0 0 10px;
position: absolute;
bottom: 0;
right: 435px;
} @media screen and (max-width: 1399px) {
.madapalli_theme-amenities-slider .owl-dots {
right: 375px;
}
.madapalli_theme-amenities-contact .inner-banner h3 {
font-size: 60px;
}
}
@media screen and (max-width: 1199px) {
.madapalli_theme-amenities-slider .owl-dots {
right: 315px;
}
.madapalli_theme-amenities-contact .inner-banner h3 {
font-size: 52px;
}
}
@media screen and (max-width: 991px) {
.madapalli_theme-amenities-img img {
border-top-left-radius: 500px;
border-top-right-radius: 500px;
border-bottom-left-radius: 500px;
border-bottom-right-radius: 500px;
}
.madapalli_theme-amenities-img-2 img {
border-top-left-radius: 500px;
border-top-right-radius: 500px;
border-bottom-left-radius: 500px;
border-bottom-right-radius: 500px;
}
.madapalli_theme-amenities-slider .owl-dots {
display: none;
}
.madapalli_theme-amenities-contact {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}
.madapalli_theme-amenities-contact .inner-banner {
left: 0;
width: 100%;
}
.madapalli_theme-amenities-contact .inner-banner h3 {
font-size: 42px;
}
}
@media screen and (max-width: 575px) {
.madapalli_theme-amenities-contact .inner-banner {
margin-bottom: 8px;
}
.madapalli_theme-amenities-contact .inner-banner h3 {
font-size: 32px;
}
} .madapalli_theme-blog-card {
position: relative;
}
.madapalli_theme-blog-card .madapalli_theme-blog-img {
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
border-top-left-radius: 200px;
border-top-right-radius: 200px;
overflow: hidden;
}
.madapalli_theme-blog-card .madapalli_theme-blog-img img {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 100%;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.madapalli_theme-blog-card .madapalli_theme-blog-contact {
position: absolute;
bottom: 5px;
left: 5px;
right: 5px;
padding: 15px;
background-color: rgba(0, 0, 0, 0.9);
border-radius: 30px;
}
.madapalli_theme-blog-card .madapalli_theme-blog-contact span {
margin-bottom: 8px;
font-size: 13px;
font-weight: 400;
color: var(--whiteColor);
}
.madapalli_theme-blog-card .madapalli_theme-blog-contact h4 {
font-size: 16px;
}
.madapalli_theme-blog-card .madapalli_theme-blog-contact h4 a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 16px;
font-weight: 500;
line-height: 20px;
color: var(--whiteColor);
}
.madapalli_theme-blog-card .madapalli_theme-blog-contact h4 a:hover {
color: var(--mainColor);
}
.madapalli_theme-blog-card:hover .madapalli_theme-blog-img img {
-webkit-transform: scale(1);
transform: scale(1);
} .madapalli_theme-team-card .madapalli_theme-team-img {
overflow: hidden;
position: relative;
margin-bottom: 20px;
border-top-left-radius: 500px;
border-top-right-radius: 500px;
border-bottom-left-radius: 100px;
border-bottom-right-radius: 100px;
}
.madapalli_theme-team-card .madapalli_theme-team-img img {
width: 100%;
}
.madapalli_theme-team-card .madapalli_theme-team-img .madapalli_theme-team-social-media {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
position: absolute;
bottom: -50px;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.8);
padding: 10px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-team-card .madapalli_theme-team-img .madapalli_theme-team-social-media .social-media-item {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
height: 30px;
width: 30px;
margin: 0 5px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: 1px solid var(--lightGrayColor2);
border-radius: 5px;
}
.madapalli_theme-team-card .madapalli_theme-team-img .madapalli_theme-team-social-media .social-media-item i {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 15px;
color: var(--lightGrayColor2);
}
.madapalli_theme-team-card .madapalli_theme-team-img .madapalli_theme-team-social-media .social-media-item:hover {
border-color: var(--mainColor);
}
.madapalli_theme-team-card .madapalli_theme-team-img .madapalli_theme-team-social-media .social-media-item:hover i {
color: var(--mainColor);
}
.madapalli_theme-team-card .madapalli_theme-team-img:hover .madapalli_theme-team-social-media {
bottom: 0;
}
.madapalli_theme-team-card .madapalli_theme-team-contact {
text-align: center;
}
.madapalli_theme-team-card .madapalli_theme-team-contact h5 {
font-size: 18px;
font-weight: 600;
color: var(--blackColor);
}
.madapalli_theme-team-card .madapalli_theme-team-contact p {
font-size: 14px;
font-weight: 500;
color: var(--grayColor);
} figure {
margin-bottom: 0;
}
.madapalli_theme-gallery-card {
position: relative;
overflow: hidden;
}
.madapalli_theme-gallery-card:hover .madapalli_theme-gallery-img:before,
.madapalli_theme-gallery-card:hover .madapalli_theme-gallery-img:after {
opacity: 1;
}
.madapalli_theme-gallery-card .madapalli_theme-gallery-img img {
width: 100%;
border-radius: 200px;
}
.madapalli_theme-gallery-card .madapalli_theme-gallery-img:before {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
content: "\f0d1";
font-family: "remixicon";
font-size: 42px;
font-weight: 500;
color: var(--whiteColor);
height: 100%;
width: 100%;
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 0;
}
.madapalli_theme-gallery-card .madapalli_theme-gallery-img:after {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
content: "";
background-color: rgba(0, 0, 0, 0.4);
height: 100%;
width: 100%;
border-radius: 200px;
position: absolute;
z-index: 1;
top: 0;
left: 0;
opacity: 0;
} .madapalli_theme-gallery-card-two {
position: relative;
overflow: hidden;
}
.madapalli_theme-gallery-card-two:hover .madapalli_theme-gallery-img:before,
.madapalli_theme-gallery-card-two:hover .madapalli_theme-gallery-img:after {
opacity: 1;
}
.madapalli_theme-gallery-card-two .madapalli_theme-gallery-img img {
width: 100%;
border-radius: 30px;
}
.madapalli_theme-gallery-card-two .madapalli_theme-gallery-img:before {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
content: "\f0d1";
font-family: "remixicon";
font-size: 42px;
font-weight: 500;
color: var(--whiteColor);
height: 100%;
width: 100%;
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 0;
}
.madapalli_theme-gallery-card-two .madapalli_theme-gallery-img:after {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
content: "";
background-color: rgba(0, 0, 0, 0.4);
height: 100%;
width: 100%;
border-radius: 30px;
position: absolute;
z-index: 1;
top: 0;
left: 0;
opacity: 0;
} .madapalli_theme-contact-form {
background-color: var(--lightWhiteColor);
padding: 30px;
border: 1px solid var(--lightGrayColor);
border-radius: 30px;
}
.madapalli_theme-contact-form .madapalli_theme-input-box label {
margin-bottom: 4px;
font-size: 14px;
font-weight: 500;
color: var(--blackColor);
}
.madapalli_theme-contact-form .madapalli_theme-input-box textarea {
height: auto;
}
.madapalli_theme-contact-form .madapalli_theme-contact-touch-ifrem {
height: 100%;
border: 1px solid var(--lightGrayColor);
border-radius: 10px;
padding: 10px;
}
.madapalli_theme-contact-form .madapalli_theme-contact-touch-ifrem iframe {
width: 100%;
height: 100%;
border-radius: 10px;
} @media screen and (max-width: 991px) {
.madapalli_theme-contact-form .madapalli_theme-contact-touch-ifrem iframe {
height: 400px;
}
}
@media screen and (max-width: 575px) {
.madapalli_theme-contact-form {
padding: 20px;
}
} .madapalli_theme-faq .accordion .accordion-item {
border: none;
border-radius: 10px;
border: 1px solid var(--lightGrayColor);
background-color: var(--lightWhiteColor);
}
.madapalli_theme-faq .accordion .accordion-item:not(:nth-child(1)) {
margin-top: 12px;
}
.madapalli_theme-faq .accordion .accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
border-radius: 10px;
}
.madapalli_theme-faq .accordion .accordion-item .accordion-button {
padding: 15px;
background-color: var(--lightWhiteColor);
border-radius: 10px;
font-family: "Playfair Display", serif;
font-size: 16px;
font-weight: 600;
color: var(--blackColor);
}
.madapalli_theme-faq .accordion .accordion-item .accordion-button::after {
background: none;
font-family: "remixicon";
content: "\ea13";
font-size: 20px;
line-height: 18px;
}
.madapalli_theme-faq .accordion .accordion-item .accordion-button:not(.collapsed)::after {
background: none;
font-family: "remixicon";
content: "\f1af";
font-size: 20px;
color: var(--mainColor);
line-height: 18px;
}
.madapalli_theme-faq .accordion .accordion-item .accordion-collapse {
border-radius: 10px;
background-color: var(--whiteColor);
}
.madapalli_theme-faq .accordion .accordion-item .accordion-collapse .accordion-body {
border-top: 1px solid var(--lightGrayColor);
position: relative;
padding: 15px;
}
.madapalli_theme-faq .accordion .accordion-item .accordion-collapse .accordion-body p {
font-weight: 300;
font-size: 14px;
} .madapalli_theme-blog-details {
margin-bottom: -30px;
}
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart {
margin-bottom: 30px;
}
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart .blog-details-img {
margin-bottom: 12px;
}
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart .blog-details-img img {
width: 100%;
border-radius: 30px;
}
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart .blog-details-contact span {
margin-bottom: 12px;
font-size: 15px;
font-weight: 400;
color: var(--grayColor);
}
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart .blog-details-contact h4 {
margin-bottom: 12px;
font-size: 20px;
}
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart .blog-details-contact h4 a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 20px;
font-weight: 600;
line-height: 20px;
color: var(--blackColor);
}
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart .blog-details-contact p {
margin-bottom: 20px;
font-size: 14px;
}
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart .blog-details-contact img {
width: 100%;
border-radius: 30px;
}
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart .blog-details-contact .pagination ul {
width: 100%;
height: 50px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border: 1px solid var(--lightGrayColor);
background-color: var(--lightWhiteColor);
border-radius: 30px;
}
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart .blog-details-contact .pagination ul li {
padding: 15px;
line-height: 16px;
}
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart .blog-details-contact .pagination ul li a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
line-height: 18px;
}
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart .blog-details-contact .pagination ul li a:hover {
color: var(--mainColor);
}
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart .blog-details-contact .details-buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.madapalli_theme-blog-details-sidebar {
position: sticky;
top: 60px;
background-color: var(--lightWhiteColor);
padding: 30px;
border-radius: 30px;
border: 1px solid var(--lightGrayColor);
}
.madapalli_theme-blog-details-sidebar h5.sub-title {
margin-bottom: 12px;
font-size: 16px;
font-weight: 700;
color: var(--blackColor);
}
.madapalli_theme-blog-details-sidebar .search-box {
margin-bottom: 24px;
}
.madapalli_theme-blog-details-sidebar .search-box .search-inner-box {
position: relative;
}
.madapalli_theme-blog-details-sidebar .search-box .search-inner-box i {
position: absolute;
right: 0;
top: 0;
bottom: 0;
font-size: 16px;
padding: 10px;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-details-categories {
margin-bottom: 24px;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-details-categories .inner-contact ul {
padding-left: 2rem;
list-style-type: disc;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-details-categories .inner-contact ul li {
line-height: 20px;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-details-categories .inner-contact ul li a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
padding: 10px 0;
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: var(--grayColor);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-details-categories .inner-contact ul li a:hover {
color: var(--mainColor);
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post {
margin-bottom: 24px;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post .recent-inner-post .recent-post-cart {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-bottom: 24px;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post .recent-inner-post .recent-post-cart .post-img {
margin-right: 12px;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post .recent-inner-post .recent-post-cart .post-img img {
height: 80px;
width: 80px;
border-radius: 30px;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post .recent-inner-post .recent-post-cart .post-contact {
height: 80px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post .recent-inner-post .recent-post-cart .post-contact span {
margin-bottom: 4px;
font-size: 13px;
line-height: 16px;
font-weight: 400;
color: var(--grayColor);
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post .recent-inner-post .recent-post-cart .post-contact h4 {
font-size: 16px;
line-height: 18px;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post .recent-inner-post .recent-post-cart .post-contact h4 a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
font-size: 14px;
font-weight: 500;
line-height: 12px;
color: var(--grayColor);
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post .recent-inner-post .recent-post-cart .post-contact h4 a:hover {
color: var(--mainColor);
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-popular-tags .popular-inner-tags ul {
margin: -5px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-popular-tags .popular-inner-tags ul li {
float: left;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-popular-tags .popular-inner-tags ul li a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
height: 38px;
padding: 0 20px;
margin: 5px;
background: var(--whiteColor);
font-size: 14px;
color: #777;
border: 1px solid var(--lightGrayColor);
border-radius: 10px;
line-height: 38px;
display: inline-block;
text-decoration: none;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-popular-tags .popular-inner-tags ul li a:hover {
background-color: var(--mainColor);
color: var(--whiteColor);
} @media screen and (max-width: 1399px) {
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post .recent-inner-post .recent-post-cart .post-contact h4 a {
font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.madapalli_theme-blog-details .madapalli_theme-blog-details-cart .blog-details-contact h4 a {
font-size: 18px;
}
}
@media screen and (max-width: 575px) {
.madapalli_theme-blog-details-sidebar {
padding: 20px;
}
}
@media screen and (max-width: 380px) {
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post .recent-inner-post .recent-post-cart {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post .recent-inner-post .recent-post-cart .post-img {
margin-right: 0;
margin-bottom: 12px;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post .recent-inner-post .recent-post-cart .post-img img {
border-radius: 30px;
}
.madapalli_theme-blog-details-sidebar .madapalli_theme-recent-post .recent-inner-post .recent-post-cart .post-contact {
height: auto;
}
} .madapalli_theme-spa-card {
background-color: var(--lightWhiteColor);
border-radius: 30px;
}
.madapalli_theme-spa-card:hover .spa-img img {
-webkit-transform: scale(1.2) rotate(4deg);
transform: scale(1.2) rotate(4deg);
}
.madapalli_theme-spa-card .spa-img {
border-top-left-radius: 30px;
border-top-right-radius: 30px;
overflow: hidden;
}
.madapalli_theme-spa-card .spa-img img {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
width: 100%;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
}
.madapalli_theme-spa-card .spa-contact {
padding: 20px;
}
.madapalli_theme-spa-card .spa-contact span {
font-size: 13px;
font-weight: 500;
color: var(--grayColor);
}
.madapalli_theme-spa-card .spa-contact h4 {
margin-bottom: 6px;
font-size: 18px;
font-weight: 600;
color: var(--blackColor);
}
.madapalli_theme-spa-card .spa-contact p {
font-size: 13px;
line-height: 20px;
font-weight: 400;
color: var(--grayColor);
}
.madapalli_theme-spa-services {
border-radius: 30px;
overflow: hidden;
}
.madapalli_theme-spa-services .in-p-0 {
padding: 0;
}
.madapalli_theme-spa-services .spa-services-img img {
width: 100%;
}
.madapalli_theme-spa-services .spa-services-contact {
padding: 30px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--lightWhiteColor);
}
.madapalli_theme-spa-services .spa-services-contact h4 {
margin-bottom: 12px;
font-size: 22px;
font-weight: 700;
color: var(--blackColor);
}
.madapalli_theme-spa-services .spa-services-contact p {
margin-bottom: 8px;
font-weight: 300;
font-size: 14px;
}
.madapalli_theme-spa-services .spa-services-contact span {
font-size: 15px;
font-weight: 500;
color: var(--grayColor);
} @media screen and (max-width: 1199px) {
.spa-d-none {
display: none;
}
.madapalli_theme-spa-services .spa-services-contact h4 {
font-size: 18px;
}
}
@media screen and (max-width: 991px) {
.order-991-2 {
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
.order-991-1 {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
.spa-d-none {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.madapalli_theme-spa-services .spa-services-contact {
padding: 24px;
text-align: left;
}
.madapalli_theme-spa-services .border-tl-radius img {
border-top-right-radius: 30px;
}
.madapalli_theme-spa-services .border-br-radius img {
border-radius: 0;
}
.madapalli_theme-spa-services .in-p-0 {
padding: 0 12px;
}
} .madapalli_theme-checkout {
margin-bottom: -24px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap {
margin-bottom: 24px;
padding: 30px;
background-color: var(--lightWhiteColor);
border: 1px solid var(--lightGrayColor);
border-radius: 30px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .inner-title {
margin-bottom: 24px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .inner-title h4 {
font-size: 20px;
font-weight: 600;
color: var(--blackColor);
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-block h5.madapalli_theme-check-subtitle {
margin-bottom: 12px;
font-size: 16px;
font-weight: 600;
color: var(--blackColor);
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-block .madapalli_theme-new-option {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: -2px -10px;
padding-bottom: 12px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-block .madapalli_theme-new-option div {
margin: 2px 10px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-block .madapalli_theme-new-option div label {
font-size: 14px;
font-weight: 400;
color: var(--blackColor);
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-block .madapalli_theme-new-desc {
margin-bottom: 12px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-block .madapalli_theme-new-btn {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-login-form .madapalli_theme-check-login-wrap {
margin-bottom: 12px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-login-form .madapalli_theme-check-login-wrap label {
font-size: 15px;
font-weight: 500;
color: var(--blackColor);
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-login-form .madapalli_theme-check-login-button {
margin-top: 24px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-login-form .madapalli_theme-check-login-button button {
margin-right: 24px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-login-form .madapalli_theme-check-login-button .madapalli_theme-check-login-fp {
color: var(--blackColor);
font-weight: 500;
letter-spacing: 0.8px;
text-decoration: underline;
font-size: 15px;
line-height: 24px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-billing-details h5.madapalli_theme-check-subtitle {
margin-bottom: 12px;
font-size: 16px;
font-weight: 600;
color: var(--blackColor);
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-billing-details .madapalli_theme-new-option {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-bottom: 24px;
margin: -2px -10px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-billing-details .madapalli_theme-new-option .option-radio {
margin: 2px 10px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-billing-details .madapalli_theme-new-option .option-radio label {
font-size: 14px;
font-weight: 400;
color: var(--blackColor);
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-billing-details .madapalli_theme-input-box label {
font-size: 15px;
font-weight: 500;
color: var(--blackColor);
} @media screen and (max-width: 575px) {
.madapalli_theme-checkout .madapalli_theme-checkout-wrap {
padding: 20px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-billing-details .madapalli_theme-new-option {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.madapalli_theme-about-img img {
height: 300px;
object-fit: cover;
}
}
@media screen and (max-width: 420px) {
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-login-form .madapalli_theme-check-login-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-login-form .madapalli_theme-check-login-button button {
margin-right: 0;
margin-bottom: 12px;
}
.madapalli_theme-checkout .madapalli_theme-checkout-wrap .madapalli_theme-check-block .madapalli_theme-new-option {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
} .madapalli_theme-login-form .madapalli_theme-inner-form {
height: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.madapalli_theme-login-img img {
width: 100%;
}
.madapalli_theme-input-box {
position: relative;
}
.madapalli_theme-input-box label {
font-size: 12px;
}
.madapalli_theme-input-box i {
position: absolute;
right: 15px;
top: 50%;
cursor: pointer;
}
.madapalli_theme-inline-block {
margin-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.madapalli_theme-inline-block a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-bottom: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
opacity: 0.7;
}
.madapalli_theme-inline-block a:hover {
opacity: 1;
}
.madapalli_theme-inner-button {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.madapalli_theme-inner-button a {
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 0.7;
}
.madapalli_theme-inner-button a i {
font-size: 20px;
}
.madapalli_theme-inner-button a:hover {
opacity: 1;
} .madapalli_services .madapalli_services_content {
position: absolute;
bottom: 30px;
left: 30px;
right: 30px;
padding: 15px 0;
text-align: center;
background-color: rgb(245 245 245 / 94%);
border-radius: 30px;
}
.madapalli_services .madapalli_services_content h3 {
font-size: 17px;
font-weight: 500;
color: var(--blackColor);
}
.madapalli_services img {
width: 100%;
border-radius: 20px;
height: 400px;
object-fit: cover;
border: 1.5px solid var(--mainColor);
padding: 10px;
}
.reviews_head {
width: 100%;
}
.madapalli_testimonial_section .reviews_head .col-sm-4 {
display: inline-flex;
align-items: center;
}
.madapalli_testimonial_section .madapalli_theme-faq .accordion .accordion-item .accordion-button i {
color: var(--mainColor);
margin-right: 10px;
font-size: 20px;
}
.madapalli_testimonial_section .madapalli_theme-faq .accordion .accordion-item .accordion-button p {
line-height: 1.2;
font-weight: 600;
}
.madapalli_reviews {
text-align: justify;
}
.madapalli_reviews p span,
.madapalli_reviews li span {
color: var(--mainColor);
font-weight: 600;
}
.madapalli_reviews .reviewer_content {
padding: 0 20px;
text-align: justify;
}
.madapalli_reviews .reviewer_content .next_para {
margin-top: 15px;
}
.madapalli_btn_div .madapalli_theme-btn-two {
padding-top: 8px;
padding-bottom: 8px;
margin-top: 10px;
display: inline-block;
border-color: var(--blackColor);
color: var(--whiteColor);
background-color: var(--blackColor);
}
.madapalli_btn_div .madapalli_theme-btn-two:hover {
color: var(--whiteColor);
background-color: var(--mainColor);
}
.madapalli_menu .tab-content .row .col-sm-3 {
margin-bottom: 20px;
}
.madapalli_menu .tab-content .row .col-sm-3 .menu_content ul {
padding: 10px;
}
.madapalli_menu .tab-content .row .col-sm-3 .menu_content ul li {
border-bottom: 1px dotted;
padding: 10px;
}
.madapalli_menu .tab-content .row .col-sm-3 .menu_content ul li::before {
content: "» ";
}
.madapalli_menu .tab-content .row .col-sm-3 .menu_content ul li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.madapalli_menu .tab-content .row .col-sm-3 .menu_content p {
background-color: var(--blackColor);
color: var(--whiteColor);
border: 1px solid var(--blackColor);
text-align: center;
padding: 10px;
border-radius: 10px;
margin: 5px;
margin-bottom: 0;
}
.animated {
animation-duration: 5s;
animation-fill-mode: both;
animation-iteration-count: infinite;
}
@keyframes bounce {
0%,
20%,
50%,
80%,
100% {
transform: translateY(0);
}
40% {
transform: translateY(-30px);
}
60% {
transform: translateY(-15px);
}
}
.bounce {
animation-name: bounce;
}
.whatsapp_and_phone_mobile_footer {
display: none;
} .animated_phone {
animation-duration: 2.5s;
animation-fill-mode: both;
animation-iteration-count: infinite;
}
@keyframes pulse {
0% {
transform: scale(1);
}
50% {
transform: scale(1.1);
}
100% {
transform: scale(1);
}
}
.pulse {
animation-name: pulse;
animation-duration: 1.2s;
width: auto;
color: #fff;
}
.in_form_contact_details {
padding-bottom: 30px;
text-align: center;
}
.in_form_contact_details p a {
color: var(--blackColor);
display: inline-block;
padding: 0 10px;
}
.in_form_contact_details p {
color: var(--blackColor);
font-weight: 600;
font-size: 16px;
}
.in_form_contact_details p span {
color: var(--blackColor);
font-weight: 500;
}
@media screen and (max-width: 767px) {
.whatsapp_icon {
display: none;
}
.whatsapp_and_phone_mobile_footer {
display: block;
position: fixed;
bottom: -1px;
width: 100%;
}
.whatsapp_and_phone_mobile_footer .col {
padding: 0 !important;
}
.whatsapp_and_phone_mobile_footer p {
padding: 15px;
text-align: center;
}
.whatsapp_and_phone_mobile_footer p a {
color: #fff;
font-size: 16px;
font-weight: 600;
}
.whatsapp_and_phone_mobile_footer p a i {
font-size: 18px;
}
.whatsapp_and_phone_mobile_footer .phn_footer_call {
background: #014a5c;
}
.whatsapp_and_phone_mobile_footer .phn_footer_whatsapp {
background: #25d366;
}
.whatsapp_and_phone_mobile_footer p.phn_footer_whatsapp a {
color: #000;
}
.all_page_contact { }
.not_show_in_mobile_only {
display: none;
}
}
@media screen and (min-width: 767px) {
.whatsapp_icon a {
position: fixed;
bottom: 10px;
right: 10px;
z-index: 99;
color: var(--whiteColor);
font-size: 16px;
background: var(--blackColor);
padding: 10px 20px;
border-radius: 40px;
width: fit-content !important;
border: 2px solid #fff;
}
.whatsapp_icon a i {
vertical-align: top;
font-size: 20px;
}
.only_mob_contact {
display: none;
}
}
@media screen and (max-width: 991px) {
.column_reverse {
flex-direction: column-reverse;
}
.madapalli_theme-amenities-contact .inner-banner.left_txt {
right: auto;
}
.madapalli_theme-amenities-contact.right_p p {
text-align: center;
}
.madapalli_theme-amenities-contact .amenities-btn.right_align_btn {
align-self: center;
}
}
.new_breadcrumb {
position: relative;
text-align: center;
color: white;
}
.new_breadcrumb img {
width: 100%;
height: 400px;
object-fit: cover;
}
.new_breadcrumb .image_over_center_text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 40px;
font-weight: 600;
line-height: 1.4;
color: var(--whiteColor);
font-family: "Playfair Display", serif;
} .mobile_home_page_slider .mySlides {
display: none;
}
.mobile_home_page_slider img {
vertical-align: middle;
width: 100%;
height: 60vh;
object-fit: cover;
}
.mobile_home_page_slider .slideshow-container {
max-width: 100%;
position: relative;
margin: auto;
}
.mobile_home_page_slider .prev,
.mobile_home_page_slider .next {
cursor: pointer;
position: absolute;
top: 50%;
width: auto;
margin-top: 0;
color: white;
font-weight: bold;
font-size: 24px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
user-select: none;
padding: 5px;
}
.mobile_home_page_slider .next {
right: 0;
border-radius: 3px 0 0 3px;
}
.mobile_home_page_slider .text {
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 40px;
width: 100%;
text-align: center;
font-family: "Playfair Display", serif;
}
@media only screen and (max-width: 300px) {
.mobile_home_page_slider .prev,
.mobile_home_page_slider .next,
.mobile_home_page_slider .text {
font-size: 11px;
}
}
.mobile_banner_content .small_p {
font-size: 14px;
line-height: 22px;
color: var(--whiteColor);
margin-bottom: 10px;
}
.mobile_banner_content .banner_home_p {
color: var(--whiteColor);
font-size: 22px;
line-height: 31px;
margin-bottom: 20px;
}
.mobile_banner_content .banner_home_p span {  }
.mobile_banner_link {
display: inline-flex;
}
.mobile_banner_link p {
color: var(--whiteColor);
text-align: left;
line-height: 1.6;
}
.icon_div {
border: 2px solid #fff;
place-self: center;
padding: 8px;
margin-right: 10px;
border-radius: 10px;
line-height: 1;
}
.icon_div i {
color: var(--whiteColor);
font-size: 20px;
} .lap_banner {
display: none;
}
@media screen and (min-width: 575px) {
.lap_banner {
display: block;
}
.mobile_home_page_slider {
display: none;
}
}