/* font including  */

@font-face {
    font-family: "Museo Slab 500";
    src: url("../fonts/MuseoSlab-500.eot");
    src: url("../fonts/MuseoSlab-500.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSlab-500.woff2") format("woff2"), url("../fonts/MuseoSlab-500.woff") format("woff"), url("../fonts/MuseoSlab-500.ttf") format("truetype");
}


/* @font-face {
  font-family: 'Museo_Sans_500';
  src: url('../fonts/MuseoSansCyrl-500.eot');
  src: url('../fonts/MuseoSansCyrl-500.eot?#iefix') format('embedded-opentype'),
      url('../fonts/MuseoSansCyrl-500.woff2') format('woff2'),
      url('../fonts/MuseoSansCyrl-500.woff') format('woff'),
      url('../fonts/MuseoSansCyrl-500.ttf') format('truetype');
} */

@font-face {
    font-family: "Museo Slab 700";
    src: url("../fonts/Museo-700.eot");
    src: url("../fonts/Museo-700.eot?#iefix") format("embedded-opentype"), url("../fonts/Museo-700.woff2") format("woff2"), url("../fonts/Museo-700.woff") format("woff"), url("../fonts/Museo-700.ttf") format("truetype");
}

@font-face {
    font-family: "open_sans_regular";
    src: url("../fonts/OpenSans-Regular.eot");
    src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "open_sans_semibold";
    src: url("../fonts/OpenSans-Semibold.eot");
    src: url("../fonts/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/OpenSans-Semibold.woff") format("woff"), url("../fonts/OpenSans-Semibold.ttf") format("truetype");
}

@font-face {
    font-family: "open_sans_bold";
    src: url("../fonts/OpenSans-Bold.eot");
    src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "open_sans_light";
    src: url("../fonts/OpenSans-Light.eot");
    src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
}

@font-face {
    font-family: "open_sans_ialic";
    src: url("../fonts/OpenSans-Italic.eot");
    src: url("../fonts/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff"), url("../fonts/OpenSans-Italic.ttf") format("truetype");
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-overflow-scrolling: touch;
}

html,
body,
header,
article,
section,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
span,
ul,
ol,
li {
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
    font-family: "Museo Slab 500", Helvetica, Arial, sans-serif;
    /* scroll-behavior: smooth; */
}

body {
    /* bg colors  */
    --primary-bg-color: #ffffff;
    --secondary-bg-color: #fafafa;
    --tertiary-bg-color: 25, 91, 255;
    --banner-bg-color: #ecf0f9;
    --nav-gradient-color: linear-gradient( to right, rgb(89, 142, 220), rgb(123, 90, 166));
    /* font colors  */
    --primary-color: #000000;
    --primaryTwo-color: #ffffff;
    --secondary-color: #598edc;
    --tertiary-color: #0065b1;
    /* ---------------- */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #ffffff;
    color: #000000;
}

.secondary_bg_color_ {
    background-color: #fafafa;
}

.innerSec_bg_color {
    background-color: #faf9f7;
}

.bg_fff {
    background-color: #fff;
}


/* anchor tag */

a {
    font-family: "open_sans_regular", sans-serif;
    text-decoration: none;
    font-size: 1.6rem;
    -o-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #598edc;
}

a:hover {
    text-decoration: none;
    color: #f2813d;
}

a.aNav {
    color: #000000;
    -o-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

a.aNav:hover {
    color: #598edc;
}

a.aLink {
    color: #3283de;
    -o-transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

a.aLink:hover {
    color: #000;
}

a.innerPageLink {
    font-family: "open_sans", sans-serif;
    color: #f2813d;
}

a.innerPageLink:hover {
    text-decoration: underline;
}

a.allOverLink {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: 111;
}


/* button */

.btn {
    text-transform: uppercase;
    font-size: 1.5rem;
    padding: 0;
    border: none;
    font-weight: normal;
}

button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btnRegister {
    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;
    width: 120px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    color: #598edc;
    border: 2px solid #ffffff;
    font-family: "open_sans_semibold", sans-serif;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.btnRegister:hover {
    background-color: #598edc;
    color: #ffffff;
    border: 2px solid #598edc;
}

.btnPrimary {
    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;
    width: 140px;
    height: 40px;
    text-transform: uppercase;
    background-color: #f2813d;
    color: #fff;
    border: 2px solid #f2813d;
    border-radius: 20px;
    font-family: "open_sans_semibold", sans-serif;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.btnPrimary_fff {
    background-color: #fff;
    color: #000;
    border: 2px solid #dbdbdb;
}

.btnPrimary-lg {
    width: 180px;
}

.btnPrimary:hover {
    background-color: #ffffff;
    color: #f2813d;
    border: 2px solid #f2813d;
    -webkit-box-shadow: 0 0rem 2rem rgba(22, 28, 45, 0.1), 0 0.5rem 0rem -0.75rem rgba(22, 28, 45, 0.05) !important;
    box-shadow: 0 0rem 2rem rgba(22, 28, 45, 0.1), 0 0.5rem 0rem -0.75rem rgba(22, 28, 45, 0.05) !important;
}

.normalTextBtn {
    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;
    width: 140px;
    height: 40px;
    text-transform: uppercase;
    background-color: #fff;
    color: #f2813d;
    border: 2px solid #fff;
    border-radius: 20px;
    font-family: "open_sans_semibold", sans-serif;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.normalTextBtn:hover {
    background-color: #ffffff;
    color: #f2813d;
    border: 2px solid #f2813d;
    -webkit-box-shadow: 0 0rem 2rem rgba(22, 28, 45, 0.1), 0 0.5rem 0rem -0.75rem rgba(22, 28, 45, 0.05) !important;
    box-shadow: 0 0rem 2rem rgba(22, 28, 45, 0.1), 0 0.5rem 0rem -0.75rem rgba(22, 28, 45, 0.05) !important;
}

.normalTextBtn_border {
    border-color: #f2813d;
}

.normalTextBtn_sm {
    font-size: 1.4rem;
    height: 30px;
    font-family: "open_sans", sans-serif;
    border-width: 1px;
}

.normalTextBtn_border:hover {
    background-color: #F2813D;
    color: #fff;
}

.btnSecondary {
    width: 130px;
    height: 50px;
    border-radius: 25px;
    background-color: #3283de;
    color: #fff;
    font-size: 1.6rem;
    cursor: pointer;
    -webkit-box-shadow: 0px 0px 20px 0px #78b7fd;
    box-shadow: 0px 0px 20px 0px #78b7fd;
    border: 2px solid #3283de;
    -webkit-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}

.btnSecondary:hover {
    -webkit-box-shadow: 0px 0px 20px 3px #ffffff;
    box-shadow: 0px 0px 20px 3px #ffffff;
    background-color: #fff;
    color: #3283de;
    border: 2px solid #3283de;
}

.btnTextBold {
    background-color: #fff;
    color: #f2813d;
    text-transform: uppercase;
    font-family: "open_sans_semibold", sans-serif;
}

.btnTextBold:hover {
    color: #3283de;
}

.borderRadius10 {
    border-radius: 10px;
    overflow: hidden;
}


/* Change the white to any color ;) */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input::-ms-clear {
    display: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
}

select::-ms-expand {
    display: none;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

input:focus,
.form-control:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}


/* text tags */

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3;
}

h1 {
    font-size: 3.4rem;
    font-family: "Museo Slab 500", Helvetica, Arial, sans-serif;
    line-height: 1.4;
}

h2 {
    font-size: 3rem;
    font-family: "Museo Slab 500", Helvetica, Arial, sans-serif;
}

h3 {
    font-size: 2.4rem;
    font-family: "Museo Slab 500", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    color: #000;
}

h4 {
    font-size: 2.2rem;
    font-family: "Museo Slab 500", Helvetica, Arial, sans-serif;
    line-height: 1.3;
    color: #000;
}

h5 {
    font-size: 1.8rem;
    font-family: "open_sans_regular", sans-serif;
    line-height: 1.3;
    color: #000;
}

h6 {
    font-family: "open_sans_semibold", sans-serif;
    font-size: 1.6rem;
    color: #000;
}

p {
    font-size: 1.6rem;
    font-family: "open_sans_regular", sans-serif;
    line-height: 1.5;
    color: #000000;
}

h5.subTitle {
    font-family: "open_sans_semibold", sans-serif;
    font-size: 2rem;
    color: #000;
}

h6.subInnerTitle {
    font-family: "open_sans_semibold", sans-serif;
    font-size: 1.6rem;
    color: #000;
    line-height: 1.3;
}

.para14 {
    font-size: 1.4rem;
    font-family: "open_sans_regular", sans-serif;
    line-height: 1.5;
}

.fs_20 {
    font-size: 2.0rem
}

.lh_normal {
    list-style: normal;
}

.innerTitle_18 {
    font-size: 1.8rem;
    line-height: 1.3;
}

.innerTitle700 {
    font-family: "Museo Slab 700", Helvetica, Arial, sans-serif !important;
}

ul,
ol {
    list-style: none;
}

li,
td {
    font-family: "open_sans_regular", sans-serif;
    font-size: 1.6rem;
}


/* transition recommended */

.transition {
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.shadow_1 {
    -webkit-box-shadow: 0px 5px 10px 0px #f3f3f3;
    box-shadow: 0px 5px 10px 0px #f3f3f3;
}

​ .padding_0 {
    padding: 0;
}

.form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-shadow: 0px 0px 10px 0px #e6e6e6;
    box-shadow: 0px 0px 10px 0px #e6e6e6;
}

.error {
    color: #f85050;
}

label.error {
    font-size: 1.2rem;
    color: #dc3838;
}

.img_fluid_fit {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.img__backgroundFix {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}


/* media query */

@media (prefers-color-scheme: dark) {
    /* all your styles for dark mode here */
}

@media (max-width: 1112px) {}

@media (max-width: 1024px) {}

@media (max-width: 834px) {
    h1 {
        font-size: 3rem;
    }
    h3 {
        font-size: 2.2rem;
    }
    /* newly updated */
    h1 {
        font-size: 2.8rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.8rem;
    }
    h5.subTitle {
        font-size: 1.6rem;
    }
    h6.subInnerTitle {
        font-size: 1.4rem;
    }
    .subInnerTitle {
        font-size: 1.4rem;
    }
    p,
    a,
    li,
    td {
        font-size: 1.4rem;
    }
    .para14 {
        font-size: 1.3rem;
    }
    .btn {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 823px) and (min-width: 320px) and (orientation: landscape) {
    h1 {
        font-size: 2.6rem;
    }
    h2 {
        font-size: 2.8rem;
    }
    h4 {
        font-size: 2rem;
    }
    p,
    a,
    li {
        font-size: 1.4rem;
    }
    h5.subTitle {
        font-size: 1.6rem;
    }
    h6,
    h6.subInnerTitle {
        font-size: 1.4rem;
    }
    .btn {
        font-size: 1.3rem;
    }
    .btnPrimary,
    .normalTextBtn {
        width: 100px;
        height: 35px;
        line-height: 1;
    }
    .btnPrimary-lg {
        width: 150px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 2.8rem;
    }
    h3 {
        font-size: 2rem;
    }
    h4 {
        font-size: 1.8rem;
    }
    h5.subTitle {
        font-size: 1.6rem;
    }
    p,
    a,
    li,
    td {
        font-size: 1.4rem;
    }
    .btn {
        font-size: 1.4rem;
    }
    .fs_20 {
        font-size: 1.6rem;
    }
}

@media (max-width: 736px) {}

@media (max-width: 568px) {
    h1 {
        font-size: 2.6rem;
    }
    h2 {
        font-size: 2.8rem;
    }
    h4 {
        font-size: 1.8rem;
    }
    h5 {
        font-size: 1.6rem;
    }
    p,
    a,
    li,
    td {
        font-size: 1.4rem;
    }
    h5.subTitle {
        font-size: 1.6rem;
    }
    h6,
    h6.subInnerTitle {
        font-size: 1.4rem;
    }
    .btn {
        font-size: 1.3rem;
    }
    .btnPrimary,
    .normalTextBtn {
        width: 115px;
        height: 35px;
        line-height: 1;
    }
    .btnPrimary-lg {
        width: 150px;
    }
    .innerTitle_18 {
        font-size: 1.6rem;
    }
}

.btnWidth_Auto {
    display: inline-flex;
    width: auto;
    min-width: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn_sub {
    height: 30px;
    font-size: 1.3rem;
}