/* Fonts imported from google */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800&family=Rubik:wght@400;500;600&family=Tangerine:wght@400;700&display=swap');

/* Reset css START ========================================================================== */
* {
    border: 0;
    outline: none;
    margin: 0;
    padding: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
input:focus, input:focus + label, button:focus, textarea:focus, select:focus, details:focus, [href]:focus, [tabindex]:not([tabindex="-1"]):focus, [contenteditable="true"]:focus {
    outline: none !important;
    outline-offset: 0 !important;
}
video {
    max-width: 100%;
}
img {
    max-width: 100%;
    display: block;
}
textarea {
    max-width: 100%;
    resize: vertical;
    font-family: 'Raleway', sans-serif;
}
.form-label {
    cursor: default;
}
.form-label small {
    vertical-align: text-top;
    float: none;
}
a {
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    color: #00356f;
}
a:hover {
    color: #b6312d;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
}
body {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased;
}
.container {
    max-width: 1230px;
    padding: 0 20px;
    margin: 0 auto;
}
/* Reset css END ========================================================================== */

.page_heading {
    display: inline-block;
    padding: 38px 0px;
    width: 100%;
    background-image: url("../img/Header-bg.930457ea49adbfb17e56.png");
    background-size: 100%;
    background-position: left 42%;
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
}
@media (max-width: 991.98px) {
    .page_heading {
        padding: 20px 0px;
   }
}
.page_heading h1 {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 12px;
    font-size: 40px;
    line-height: 49px;
    font-weight: 400;
}
@media (max-width: 991.98px) {
    .page_heading h1 {
        font-size: 36px;
        line-height: 46px;
   }
}
@media (max-width: 575.98px) {
    .page_heading h1 {
        font-size: 32px;
        line-height: 42px;
   }
}
.page_heading p {
    display: inline-block;
    font-size: 25px;
    font-weight: 400;
    line-height: 49px;
    margin-bottom: 0;
}
@media (max-width: 991.98px) {
    .page_heading p {
        font-size: 18px;
   }
}
.page_heading span {
    font-family: 'Tangerine', cursive;
    font-size: 68px;
    padding-left: 5px;
}
@media (max-width: 991.98px) {
    .page_heading span {
        font-size: 50px;
   }
}
