/* TypoGraphy */
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
@font-face {
    font-family: "Gilroy-Light";
    src: url('../fonts/Gilroy-Light.woff') format('woff2'),
        url('../fonts/Gilroy-Light.woff2') format('woff');
    font-weight: 300;
    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: #edecec; overflow-x: hidden; display: flex; flex-direction: column; min-height: 100vh; color: #000; font-weight: normal; font-family: "Mulish", sans-serif;}
.table { color: #000; }
/* body::-webkit-scrollbar { display: none; }
*/
img { max-width: 100%; height: auto; }
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: #000; font-family: "Mulish", sans-serif; font-weight: 600; margin-bottom: 10px; padding-left: 0px; }
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: #000; }
h1 { font-size: 32px; }
h2 { font-size: 30px; }
h3 { font-size: 28px; }
h4 { font-size: 26px; }
h5 { font-size: 24px; }
h6 { font-size: 22px; }
p { font-family: "Mulish", sans-serif; font-style: normal; font-weight: 400; font-size: 16px; line-height: 24px; color: #000; }
p:last-child { margin-bottom: 0; }
ul { padding: 0px; margin: 0 0 20px 20px; position: relative; }
ol { padding: 0px 0 20px 20px; margin: 0px; counter-reset: listitem; }
ul ol { padding-left: 0px; padding-bottom: 0; padding-top: 6px; }
/* ol li::before { counter-increment: listitem; content: counters(listitem, '.')'.'; color: #272b38; display: inline-block; left: 0; }
*/
li { margin: 0 0 10px; padding: 0px; position: relative; font-size: 16px; line-height: 24px; color: #000; font-family: "Mulish", sans-serif; font-weight: 400; }
/* ul li:before { content: ""; position: absolute; top: 5px; left: 0; background: url(../images/list-style-icon.png); background-position: top left; background-repeat: no-repeat; width: 21px; height: 21px; }
*/
li a { color: #000; }
li a:hover { color: #000; }
ul li ol { margin-left: 16px; margin-top: 16px; }
ul li ul { margin-left: 16px; margin-top: 16px; }
a { transition: 0.7s; -webkit-transition: 0.7s; -moz-transition: 0.7s; color: #000; }
a:hover { transition: 0.7s; -webkit-transition: 0.7s; -moz-transition: 0.7s; color: #646464; }
button { padding: 0; background-color: transparent; border: none; }
b, strong { font-weight: bold; }
.btn { min-width: 200px; min-height: 53px; display: inline-flex; align-items: center; justify-content: center; transition: 1s; -webkit-transition: 1s; cursor: pointer; overflow: hidden; position: relative; padding: 10px 22px; transition: 1s; z-index: 2; border-radius: 12px; border: 1px solid #397e86; background: #397e86; font-family: "Mulish", sans-serif; font-style: normal; font-weight: 600; font-size: 18px; text-align: center; color: #ffffff; }
.btn:hover { transition: 1s; background: #daa06d; color: #fff; border-color: #daa06d; }
.btn-check:focus+.btn-primary, .btn-primary:focus { color: #1F325D; transition: 1s; background: none; box-shadow: none; }

.btn img{ margin-left: 16px; transition: 1s;}

.btn-none { min-width: 226px; height: 59px; display: inline-flex; align-items: center; justify-content: center; transition: 1s; -webkit-transition: 1s; cursor: pointer; overflow: hidden; position: relative; padding: 0 20px; transition: 1s; z-index: 2; border: 2px solid #fff; border-radius: 0px; background: none; font-family: "Mulish", sans-serif; font-style: normal; font-weight: 700; font-size: 27px; text-align: center; color: #fff; }
.btn-none:hover { color: #1F325D; transition: 1s; background: none; }
.btn-none::before { content: ""; background-color: #fff; width: 100%; height: 0; position: absolute; top: 0px; left: 0px; z-index: -1; transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.btn-none::after { content: ""; background-color: #fff; width: 100%; height: 0; position: absolute; bottom: 0px; right: 0px; z-index: -1; transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86); }
.btn-none:hover::before, .btn-none:hover::after { height: 100%; }
p:empty { display: none; }
/*==================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: 14px !important; font-weight: normal; display: block; padding-top: 3px !important; font-family: "Mulish", sans-serif; font-weight: 500; }
.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: 30px; right: 15px; display: none; width: 30px; height: 30px; color: #000; z-index: 1111; background-color: #397e86; 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 =========*/
/*=======Header section css start=========*/
.container { padding-left: 0px; padding-right: 0px; max-width: 1324px; }
/*================*/
