body{
    font-family: "DM Sans", serif;
}
h1, h2, h3, h4, h5, h6 {
   color:#0F1527;
   font-family:"Bitter", serif;
}
p{ font-family: "DM Sans", serif; }
h4 {
    font-size: 18px;
}
h5 {
    font-size: 15px;
}
._title{
    font-family: "Bitter", serif;
    font-weight: 500;
}
.fw-100,.fw-200,.fw-300,.fw-400,.fw-500,.fw-600{
    display:inline-block;
}
.fw-100{font-weight:100;}
.fw-200{font-weight:200;}
.fw-300{font-weight:300;}
.fw-400{font-weight:400;}
.fw-500{font-weight:500;}
.fw-600{font-weight:600;}

:root {
    --dark:#33525E;
    --dark_color:#000;
    --blue: #497dff;
    --light_blue: #a9d8ff;
    --dark_blue:#060627;
    --primary:#54B4F0;
    --secondary:#026CC3;
    --bg_dark2: #0E0E3D;
    --bg_light1: #61C5FA;
}
.bg_dark{
    background-color:var(--dark_blue);
}
header.top_header {
    padding:9px 20px;
    width:100%;
    left:0px;
    position:fixed;
    z-index:50;
    border-bottom: solid 2px #000000;
    background-color:#041B24;
}
.logo .mob_menu {
    cursor: pointer;
    display:none;
}
.logo .mob_menu span {
    font-size: 30px;
}
.logo .mob_menu span.fa-xmark {
    display: none;
}
img{ max-width:100%; height:auto;	 }
.main_area{
    padding-top:65px;
}
header.top_header .logo {
    padding: 10px 0px;
}
.logo {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    align-items: center;
    /* padding-top: 6px; */
}
.logo a {
    text-decoration: none;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1;
}
.logo span._tagline {
    display: block;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'DM Sans';
}
.logo img {
    max-width:210px;
}

.top_navbar ul.nav li.dropdown .dropdown-toggle:after { display:none; }
.top_navbar ul.nav > li {
    margin-left: 20px;
}
.user_dropdown .dropdown-toggle img {
    width: 45px;
    height: 45px;
    display: block;
    border-radius: 100px;
}
ul.dropdown-menu {
    background-color: #000;
    color: #fff;
}

ul.dropdown-menu li a {
    color: #fff;
    border-bottom: solid 1px #3d3939;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

ul.dropdown-menu li:last-child a {
    border-bottom: 0px;
}
header.main-header {
    padding: 10px 20px 15px 20px;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: auto;
    position: fixed;
    top: 0px;
    z-index: 50;
    border-bottom: solid 2px #001155;
    background-color: hsl(240deg 62.67% 14.71% / 70%);
}

header ul {
    display: flex;
    justify-content: end;
    margin-bottom: 0px;
    list-style: none;
    flex-wrap: wrap;
    padding: 0px;
}
header ul li a.btn {
    border-radius: 100px;
    padding: 6px 20px;
}
header ul li:last-child {
    margin-right: 0px;
}
header ul li {
    margin: 0px 10px;
}

footer {
    background-color:#000;
    color: #fff;
    padding: 30px 0px;
    position: relative;
    z-index: 2;
}
footer a {
    text-decoration: none;
    color: #fff;
}
footer a:hover{
    color: #ccc;
}

section.hero_section video {
    width: 100%;
    position: absolute;
    top:-5%;
}
section.hero_section {
    position: relative;
}
section.hero_section .vid_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    height:90vh;
}
section.hero_section:after {
    background-image: radial-gradient(#000 5%, #001155 90%);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    opacity: 0.7;
}
/*===============modal=================*/
div#login .modal-dialog.modal-lg {
    max-width: 650px;
}
#login .theme_modal {
    padding: 3rem 3rem;
}
.theme_modal .modal_header {
    margin-bottom: 30px;
    text-align: center;
}
.theme_modal .modal_header h4.modal-title {
    font-size: 34px;
    color:#000;
    margin-bottom: 6px;
}
div#login .modal-content .theme_modal .modal_header button.btn-close {
    position: absolute;
    top: 1.1rem;
    right: 1.2rem;
    background-image: inherit;
    background-color: transparent;
}
button.btn-close:after, button.btn-close:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color:#000;
    position: absolute;
    left: 0px;
    transform: rotate(45deg);
}
button.btn-close:before {
    transform: rotate(135deg) !important;
}
.theme_modal ul.nav {
    margin-bottom: 40px;
    width: 100%;
    border: solid 2px #000;
    border-radius: 30px;
    justify-content: space-between;
}
.theme_modal ul.nav li.nav-item {
    margin-bottom: 0px;
    width: 50%;
}
.theme_modal ul.nav .nav-link.active {
    border: 0px;
    background-color: transparent;
    background-image: linear-gradient(to right, #000000, #161717);
    color: #fff;
    border-radius: 30px;
    margin: -1px;
    padding: 8px 20px;
}
.theme_modal ul.nav a {
    font-size: 20px;
    font-weight: 400;
    color:#000;
    text-align: center;
    width: 100%;
    display: block;
    border: 0px;
}
div#login .tab-content.form_container .tab-pane.active {
    background-color: #fff;
    border-right: 0px;
}
.form_container .form-group {
    margin-bottom: 30px;
    position: relative;
}
.form_container .form-group .input_icon {
    position: absolute;
    left: 20px;
    top: 10px;
}
.form_container .form-group .form-control {
    padding: 12px 40px;
    border: solid 1px #03014C;
    background-color: #fff;
    border-radius: 8px;
    padding-left: 60px;
    color: #000;
}
.form_container .form-group .show_pswd {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: transparent;
    border: 0px;
    height: 50px;
    width: 50px;
}
.form_container .form-group .show_pswd .eye_hide {
    width: 21px;
}
.show_pswd .eye_show {
    display: none;
}
label.chk_box {
    font-size: 13px;
    font-weight: 400;
    color: #03014C;
}
label.chk_box input[type="checkbox"] {
    top: 3px;
    position: relative;
    border: solid 1px #03014C;
    background-color: #fff;
    height: 15px !important;
    width: 15px !important;
    border-radius: 100px;
    padding: 4px !important;
    appearance: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 52% 54%;
    transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form_container .form-group label a {
    font-size: 13px;
    font-weight: 500;
    color: #000;
    display: block;
    text-align: right;
    text-decoration: none;
}
.form_container .form-group .theme_btn {
    border: 0px;
    display: block;
    width: 100%;
    background-color:#06377e;
    background-image: none;
    border-radius: 8px;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
._box {
    background-color:#031e35;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    border: solid 2px #225077;
}

._box figure {
    display: block;
}

._box h4 {
    margin-bottom: 0px;
    color: #fff;
}

._box figure img {
    height: 50px;
    width: auto;
}

._box._style {
    background-color: #fff;
}

._box._style h4 {
    color: #000;
}
._box._wellness {
    background-color: #000;
}
._box._tribe {
    background-color: #060627;
}
section.sec_2{
     position: relative;
     overflow: hidden;
}
section.sec_2 .img_box {
    position: absolute;
    /* top: 220px; */
    right: 0px;
    width: 770px;
    /* transform: rotate(313deg); */
}

header.main_header {
    position: fixed;
    width: 100%;
    padding: 15px 0px 15px 0px;
}
header.fixed_header {
    background-color: #fff;
    z-index: 10;
    box-shadow: -4px 1rem 1rem 0 rgba(0, 0, 0, .1);
    padding: 10px 0px;
}
header.main_header .logo span._tagline {
    color: #33525E;
}
section.hero-section {
    position: relative;
    overflow: hidden;
}

section.hero-section .video_container {
    position: relative;
    overflow: hidden;
    height: 90vh;
    width: 100%;
    text-align: center;
}
.hero_text {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 9%;
    padding-left: 15%;
}
.hero_text h1 {
    font-size: 50px;
    font-family: 'Bitter';
    font-weight: 400;
    color: #1564ba;
}
.hero_text p {
    font-size: 18px;
}
section.hero-section:after {
    content: '';
    width: 1000px;
    height: 1000px;
    background-color: #49b8e8;
    position: absolute;
    top: -28%;
    left: -61%;
    border-radius: 100%;
    transform: rotate(162deg);
}
section.gradient-overly-bottom {
    position: relative;
    padding: 200px 0px;
}
.gradient-overly-bottom{
    z-index: 1;
    width: 100%;
    min-width: 100%;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.gradient-overly-bottom:before {
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(3, 25, 116, 0.5)), to(rgba(25, 52, 167, 0.85)));
    background: linear-gradient(linear, left top, left bottom, from(rgba(3, 25, 116, 0.5)), to(rgba(25, 52, 167, 0.85)));
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
section.gradient-overly-bottom .vid_background {
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
    height:70vh;
}
section.gradient-overly-bottom .container {
    position: relative;
    z-index: 2;
}
 
header.fixed_header .logo img {
    max-width: 160px;
}

header.fixed_header .logo span._tagline {
    font-size: 12px;
}
.btn-theme {
    background-color: #40a5fd;
    border-radius: 100px;
    color: #002245;
    font-weight: 500;
}
.btn-theme:hover {
    color: #fff;
    background-color: #49b8e8;
}

.upload_box {
    border: dashed 2px #b6b6b6;
    border-radius: 15px;
    text-align: center;
    padding: 30px;
    cursor: pointer;
    position: relative;
    background-color: #e8e4e4;
}

.upload_box .upload_icons {
    width:35px;
    margin: auto;
    margin-bottom: 15px;
}

.upload_box label {
    cursor: pointer;
    display: block;
}

.upload_box input[type="file"] {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
    visibility: hidden;
}
.upload_box p {
    color: #a0a0a1;
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 1.1;
}