body{
    font-family: "DM Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
   color:#0F1527;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 15px;
}

.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 img {
    max-width:140px;
}

.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 {
    padding: 9px 20px;
    width: 100%;
    left: 0px;
    position: relative;
    z-index: 50;
    border-bottom: solid 2px #000000;
    background-color:#041B24;
}
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;
}


/*===============modal=================*/
div#login .modal-dialog.modal-lg {
    max-width: 650px;
}
#login .theme_modal {
    padding: 3rem 5rem;
}
.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 40px;
}
.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: #000;
    background-image: none;
    border-radius: 8px;
    padding: 14px 30px;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}
.img_graphic {
    text-align: right;
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.img_graphic figure {
    overflow: hidden;
    width: 550px;
    height: 550px;
    border-radius: 100%;
}

.img_graphic figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
section.sec2 {
    background-size: cover;
    background-position: center;
}