/* TypoGraphy */
@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');


/* font-family: "Mukta", sans-serif; */
 /* font-family: "Mulish", sans-serif; */

@font-face {
    font-family: 'Futura PT Medium';
    src: url('../fonts/FuturaPT-Medium.woff2') format('woff2'),
        url('../fonts/FuturaPT-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Light';
    src: url('../fonts/FuturaPT-Light.woff2') format('woff2'),
        url('../fonts/FuturaPT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Great Vibes Regular';
    src: url('../fonts/GreatVibes-Regular.woff2') format('woff2'),
        url('../fonts/GreatVibes-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'ThePrestigeSignature';
    src: url('../fonts/ThePrestigeSignatureRegular.woff2') format('woff2'),
        url('../fonts/ThePrestigeSignatureRegular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Abramo Script';
    src: url('../fonts/Abramo Script.eot');
    src: url('../fonts/Abramo Script.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Abramo Script.woff2') format('woff2'),
        url('../fonts/Abramo Script.woff') format('woff'),
        url('../fonts/Abramo Script.woff2') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*==================Default css start=================*/
* { box-sizing: border-box; }
:focus { outline: none !important; box-shadow: none !important; border-color: inherit; }
textarea.form-control { resize: none; overflow: hidden; }
figure { margin-bottom: 0; }
html, body { width: 100%; }
body { padding: 0; margin: 0; background: #fff; overflow-x: hidden; display: flex; flex-direction: column; min-height: 100vh; font-family: "Mulish", sans-serif; color: #000; font-weight: 400;}
.table { color: #000; }
/* body::-webkit-scrollbar {
  display: none;
} */
img { max-width: 100%; image-rendering: -webkit-optimize-contrast; }
a, a:hover { text-decoration: none; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { line-height: normal; }
h1, h2, h3, h4, h5, h6 { color: #090909; font-family: "Mulish", sans-serif;  font-weight: bold; margin-bottom: 15px; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #697565; }
h1 { font-size: 37px; }
h2 { font-size: 34px; }
h3 { font-size: 30px; }
h4 { font-size: 28px; }
h5 { font-size: 26px; }
h6 { font-size: 24px; }
p {font-size: 18px;line-height: 30px; color: #000; font-family: "Mulish", sans-serif; font-weight: 400; margin-bottom: 15px; }
p:last-child { margin-bottom: 0; }
ul { padding: 0px; margin: 0 0 20px 20px; }
ol { padding: 0px 0 20px 20px; margin: 0px; counter-reset: listitem; }

li { margin: 0 0 10px; padding: 0px; position: relative; padding-left: 0px; color: #000; font-family: "Mulish", sans-serif; font-weight: 400; font-size: 18px; line-height: 30px; }
li a { color: #0d0d0d; }
li a:hover { color: #0d0d0d; }
a { transition: 0.7s; -webkit-transition: 0.7s; -moz-transition: 0.7s; color: #697565; }
a:hover { transition: 0.7s; -webkit-transition: 0.7s; -moz-transition: 0.7s; color: #000; }

button { padding: 0; background-color: transparent; border: none; }
b, strong { font-weight: bold; }
.btn { color: #fff; min-width: 192px; min-height: 50px; display: inline-flex; align-items: center; justify-content: center; font-size: 18px; transition: 1s; -webkit-transition: 1s; cursor: pointer;font-family: "Mulish", sans-serif;font-weight:400; border-radius:0px; position: relative; border: 1px solid #fff; padding:16px 25px; background: transparent; transition: 1s; text-transform: capitalize;z-index: 1; text-transform: uppercase;}
.btn::before { content: ""; background-color: #000; width: 0px; height: 50%; position: absolute; top: 0px; left: 0px; z-index: -1; transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.btn::after { content: ""; background-color: #000; width: 0px; height: 50%; position: absolute; bottom: 0px; right: 0px; z-index: -1; transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.btn:hover { color: #000;}
.btn:hover::before, .btn:hover::after { width: 100%; }

/*==================Default css start=================*/

/*=======Form error message css start =========*/
.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}
.wpcf7-not-valid-tip { color: #dc3232; font-size: 1em; font-weight: normal; display: block; }
.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; }
.wpcf7 form .wpcf7-response-output { margin: 2em 0.5em 1em; padding: 0.2em 1em; border: 2px solid #00a0d2; }
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output { border-color: #ffb900; }
/*=======Form error message css end =========*/
/*=======image align center css start =========*/
img.aligncenter { margin-bottom: 20px; }
img.alignnone { margin-bottom: 20px; }
img.alignleft { margin-bottom: 20px; width: 50%; float: left; margin-right: 20px; }
img.alignright { margin-bottom: 20px; width: 50%; float: right; margin-left: 20px; }
/*=======image align center css end =========*/
/*=======back to top css start =========*/
.back-to-top { cursor: pointer; position: fixed; bottom: 35px; right: 20px; display: none; width: 30px; height: 30px; color: #000; z-index: 9999; background-color: #000; border-radius: 30px; min-width: inherit; padding: 0px; border: 1px solid #fff; }
.back-to-top span { width: 10px; height: 10px; border-top: 2px solid #fff; border-right: 2px solid #fff; display: block; transform: rotate(-45deg); margin: 11px auto 0; }
.back-to-top.focus, .back-to-top:focus, .back-to-top:hover { color: #fff; text-decoration: none; }
/*=======back to top css end =========*/
input.btn::before, input.btn::after {display: none;}
input.btn {background: #fff;color: #000; border:1px solid #000;}
input.btn:hover {background: #000;color: #fff;border-color: transparent;}

/*=======Header section css start=========*/
.container { padding-left: 0px; padding-right: 0px; max-width: 1430px;}

.whats-app-chat { position: fixed; bottom: 15px; right: 15px; left: auto; z-index: 9; display: flex; width: 50px; height: 50px; justify-content: center; align-items: center; border-radius: 50px; background-color: #0dc900; background-image: url(../images/back-in.svg); background-position: 50% 50%; background-size: 25px; background-repeat: no-repeat; box-shadow: 1px 1px 20px 3px rgba(0,0,0,.2); }
.whats-app-chat:hover { opacity: 0.5; }
.header.sticky ~ .whats-app-chat { bottom: 80px; }

.banner-commonheading-section{ padding: 40px 0px 40px; background: #000; }
.banner-commonheading{ text-align: center; }
.banner-commonheading h1{ margin-bottom: 0px; padding-top: 0px; color: #fff; text-transform: uppercase; font-family: 'Futura PT Light'; font-weight: 300;}
.common-section{ padding: 65px 0px; }
.common-content-info{}
.thank-you{ text-align: center; }
.thank-you .common-content-info { max-width: 990px; margin: 0 auto; }
.common-sharebtn { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding-top: 20px; }
.common-sharebtn p { margin: 0px 8px; color: #000; }
.common-sharebtn p a{ color: #000; }
.common-sharebtn p a:hover{ color: #697565; }
.common-sharebtn .share img { max-height: 18px; }
.share { display: flex; padding: 0 15px; align-items: center; }
.btn-home { padding: 15px 0 5px; }


.inner-section {position: relative;padding: 80px 0px;}

form select, form select.form-control {-webkit-appearance: none;-moz-appearance: none;appearance: none;background-image: url(../images/arrow-down.png);background-repeat: no-repeat;background-size: 15px;background-position: right 10px center;padding-right: 35px;}