/* TypoGraphy */
@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&display=swap'); /* font-family: "Archivo Narrow", sans-serif; */
@font-face { font-family: 'Myriad Pro Light'; src: url('../fonts/MyriadPro-Light.woff2') format('woff2'),
        url('../fonts/MyriadPro-Light.woff') format('woff'); font-weight: 300; font-style: normal; font-display: swap; }
@font-face { font-family: 'Myriad Pro Regular'; src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Myriad Pro Semibold'; src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Semibold.woff') format('woff'); font-weight: 600; font-style: normal; font-display: swap; }
@font-face { font-family: 'Myriad Pro Cond'; src: url('../fonts/MyriadPro-Cond.woff2') format('woff2'),
        url('../fonts/MyriadPro-Cond.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }
@font-face { font-family: 'Myriad Pro Bold'; src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff'); font-weight: bold; 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: #F6F4F1; overflow-x: hidden; display: flex; flex-direction: column; min-height: 100vh; color: #111111; font-family: 'Myriad Pro Regular'; font-weight: normal; }
.table { color: #111111; }
/* 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: 'Myriad Pro Semibold'; font-weight: 600; margin-bottom: 10px; padding-left: 0px !important;     letter-spacing: 0.02em; color: #1F325D;}
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: #B9993C; }
h1 { font-size: 38px; }
h2 { font-size: 36px; }
h3 { font-size: 34px; }
h4 { font-size: 32px; }
h5 { font-size: 30px; }
h6 { font-size: 28px; }
p { font-family: 'Myriad Pro Regular'; font-style: normal; font-weight: 400; font-size: 18px; line-height: 28px; letter-spacing: 0.02em; color: #0C121F; }
p:last-child { margin-bottom: 0; }
ul { padding: 0px; margin: 0 0 20px 20px; position: relative; }
ol { padding: 0px 0 20px 0px; 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: 18px; line-height: 28px; color: #111111; font-family: 'Myriad Pro Regular'; font-weight: normal;letter-spacing: 0.02em; }
/* 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: #111111; }
li a:hover { color: #B9993C; }
a { transition: 0.7s; -webkit-transition: 0.7s; -moz-transition: 0.7s; color: #003b73; }
a:hover { transition: 0.7s; -webkit-transition: 0.7s; -moz-transition: 0.7s; color: #B9993C;}
button { padding: 0; background-color: transparent; border: none; }
b, strong { font-weight: bold; }
.btn { 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-radius: 0px; border: none; background: #B9993C; font-family: "Archivo Narrow", sans-serif; font-style: normal; font-weight: 700; font-size: 27px; text-align: center; letter-spacing: 0.02em; color: #1F325D; }
.btn:hover { color: #fff; transition: 1s; background: none; }
.btn-check:focus+.btn-primary, .btn-primary:focus { color: #1F325D; transition: 1s; background: none; box-shadow: none; }
.btn::before { content: ""; background-color: #1F325D; 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::after { content: ""; background-color: #1F325D; 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:hover::before, .btn:hover::after { height: 100%; }
.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: "Archivo Narrow", sans-serif; font-style: normal; font-weight: 700; font-size: 27px; text-align: center; letter-spacing: 0.02em; 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: 'Circular Std'; 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: #1e3549; 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: 1388px; }
/*================*/
.wordtype span { color: #3e914d; }
.wordtypeblue span { color: #1F325D; }
.wordtype span::after { content: '|'; animation-name: blinking; animation-duration: .71s; animation-iteration-count: infinite; }
@keyframes blinking {
 from { color: transparent; }
to { color: lightgrey; }
 }

 
 
