/*Importing Font*/

@font-face {
    font-family: "Frutiger LT Std";
    src: url("../font/FrutigerLTStd-Roman.woff2") format("woff2"), url("../font/FrutigerLTStd-Roman.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("../font/FrutigerLTStd-ExtraBlackCn.woff2") format("woff2"), url("../font/FrutigerLTStd-ExtraBlackCn.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Frutiger LT Std";
    src: url("../font/FrutigerLTStd-Bold.woff2") format("woff2"), url("../font/FrutigerLTStd-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ....................................
01. Theme Default CSS
.......................................*/

body {
    font-family: "Frutiger LT Std";
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.4px;
    background-color: #f8f9fe;
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

body.modal-open {
    position: fixed;
}

*:focus {
    outline: 0;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}

a,
.button {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a,
button {
    outline: medium none;
}

button {
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: 0.3s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    line-height: 1.3;
}

h1 {
    font-size: 55px;
    line-height: 1.2;
    font-weight: bold;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

li {
    list-style: none;
}

p {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    font-size: 13px;
    font-weight: 500;
    opacity: 1;
}

*::placeholder {
    font-size: 13px;
    font-weight: 500;
    opacity: 1;
}

.underline {
    text-decoration: underline;
}

.white {
    color: #fffaf2;
}

.bg-white {
    background: #ffffff;
}
.bg-light{
    background-color: #f8f9fe;
}

/*homepage*/
section.login {
    background-color: #fff;
}
.logo a img {
    width: 122px;
}
.header {
    position: relative;
    z-index: 100;
    background: rgb(230, 0, 0);
    background: -moz-linear-gradient(180deg, rgba(230, 0, 0, 1) 0%, rgba(155, 1, 1, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(230, 0, 0, 1) 0%, rgba(155, 1, 1, 1) 100%);
    background: linear-gradient(180deg, rgba(230, 0, 0, 1) 0%, rgba(155, 1, 1, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e60000",endColorstr="#9b0101",GradientType=1);
}
.main-menu .menu-ul > li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin-right: 75px;
    font-size: 14px;
    position: relative;
}

.main-menu .menu-ul > li > a {
    letter-spacing: 1px;
    color: #fff;
    padding: 26px 0px;
    display: inline-block;
}
.main-menu .menu-ul > li > a:hover {
    color: #f0ba24;
}
.main-menu .menu-ul > li > a > img {
    filter: grayscale(100%) contrast(360%);
}
.main-menu .menu-ul > li > a:hover > img {
    filter: none;
}
.main-menu .menu-ul li a img {
    margin-right: 10px;
    position: relative;
    top: -2px;
}
a.meanmenu-reveal {
    transition: none;
}
a.meanmenu-reveal.meanclose span.close-menu {
    height: 0;
}
.main-menu .menu-ul li:last-child {
    margin-right: 0px;
}
.icn-rght ul li {
    display: inline-block;
    padding-left: 10px;
    border-right: 2px solid #d83232;
    padding-right: 13px;
    min-height: 33px;
}
.icn-rght ul li:last-child {
    border: none;
    padding-right: 0px;
}
.icn-rght .profile a {
    display: inline-block;
    width: 35px;
    margin-right: 5px;
}

.icn-rght .profile a img {
    border-radius: 50%;
    border: 2px solid #d57018;
    padding: 2px;
}

.icn-rght .notification a {
    position: relative;
}

.icn-rght .notification a span {
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 17px;
    font-size: 12px;
    background-color: #8a0000;
    border-radius: 50%;
    text-align: center;
    line-height: 15px;
    color: #fff;
    left: 14px;
    border: 2px solid #fff;
}

.menu-ul > li > .submenu a {
    padding: 14px 20px;
    display: block;
    border-bottom: 1px solid #e7ecf2;
    font-size: 14px;
    font-weight: bold;
    color: #66727e;
    padding-top: 11px;
    position: relative;
    padding-left: 70px;
}
.menu-ul > li > .submenu a img {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.header .bg-dots {
    position: absolute;
    top: 11px;
    left: -40px;
    z-index: 1;
}
.login-area .login-text h1 {
    font-size: 42px;
    font-weight: normal;
    margin-bottom: 12px;
}

.login-area .login-text h1 span {
    font-size: 48px;
    font-weight: 900;
}

.login-area .login-text p {
    color: #8f9ca9;
    font-size: 15px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 30px;
}
.login-form {
    border: 2px solid #fce0df;
    border-radius: 25px;
    padding: 40px 50px;
    position: relative;
    padding-bottom: 30px;
}

.login-form .head {
    position: absolute;
    top: -12px;
    color: #e60000;
    font-size: 16px;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0px 6px;
}

.login-area .login-form label {
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 1px;
    color: #36414c;
}

.red-link {
    font-size: 13px;
    font-weight: bold;
    color: #e60000;
}
.red-link:hover {
    color: #212529;
}
.green{
    color: #48c857;
}
.red{
    color: #e60000;
}
.btn-red {
    background-color: #e60000;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    padding: 9px 25px;
    border-radius: 8px;
    padding-top: 12px;
}

.btn-red:hover {
    background-color: #212529;
}
.tp-main-links .icon-set {
    width: 78px;
    height: 78px;
    margin: auto;
    background-color: #ffeec0;
    line-height: 75px;
    border-radius: 50%;
    margin-bottom: 10px;
    transition: all 0.4s;
}

.tp-main-links a {
    display: block;
    text-align: center;
    color: #36414c;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.tp-main-links .icon-set span {
    color: #36414c;
}

.tp-main-links {
    background-color: #fff;
    padding-top: 12px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #eef1f6;
    border-radius: 9px;
}

.main-area {
    background-color: #f8f9fe;
    padding-top: 65px;
    padding-bottom: 65px;
}

.tp-main-links a:hover .icon-set {
    background-color: #ffe7e7;
    transition: all 0.4s;
}

.tp-main-links a:hover {
    color: #e60000;
}
.tp-main-links a span {
    display: block;
}
.qk-links {
    margin-top: 15px;
    background-color: #fff;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #eef1f6;
    border-radius: 9px;
}

.qk-links h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 28px;
}

.q-icn-list a {
    display: block;
    text-align: center;
    text-align: center;
    color: #36414c;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 135px;
    margin: auto;
}
.qk-links .col-lg-4:nth-last-child(-n + 3) .q-icn-list:before {
    display: none;
}

.qk-links .col-lg-4:nth-last-child(-n + 3) .q-icn-list {
    padding-bottom: 0px;
    min-height: 116px;
}

.q-icn-list a span {
    display: block;
    margin-top: 21px;
    line-height: 1.2;
}

.q-icn-list {
    position: relative;
    padding-bottom: 20px;
    min-height: 150px;
}

.q-icn-list:after {
    position: absolute;
    content: close-quote;
    width: 4px;
    background-color: #eef1f6;
    height: 97px;
    right: -21px;
    top: 0;
}
.q-icn-list:before {
    position: absolute;
    content: close-quote;
    background-color: #eef1f6;
    left: 12%;
    right: 12%;
    height: 4px;
    bottom: 24px;
}
.last-menu-row .q-icn-list:before {
    display: none;
}

.last-menu-row .q-icn-list {
    min-height: 110px;
}
.qk-links .col-lg-4:last-child .q-icn-list:after {
    display: none;
}

.q-icn-list a:hover {
    color: #e60000;
}
.qk-links.second .q-icn-list:after {
    height: 81px;
}
.qk-links.second .q-icn-list {
    min-height: 87px;
    padding-bottom: 0px;
}

.qk-links.second .q-icn-list:before {
    display: none;
}
.max-lend {
    background-image: url("../img/img/max_lonbg.jpg");
    background-size: cover;
    text-align: center;
    color: #fff;
    position: relative;
    border-radius: 9px;
    padding-top: 38px;
    background-position: left center;
}
.max-lend .fa-times {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 20px;
    cursor: pointer;
}

.max-lend p {
    font-size: 16px;
    margin-bottom: 0px;
}

.gold-rte .rate {
    font-size: 24px;
    font-weight: bold;
    margin-right: 7px;
}

.gold-rte .rate i {
    font-size: 20px;
    margin-right: 3px;
}

.gold-rte img {
    margin-right: 8px;
}

.gold-rte .grm {
    font-size: 12px;
}

.max-lend .apply-btn {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 19px;
    display: inline-block;
    margin-bottom: 23px;
}
.max-lend .apply-btn:hover {
    letter-spacing: 2px;
}
.home-slider .item {
    border-radius: 7px;
    overflow: hidden;
}
.home-slider .item {
    border-radius: 7px;
    overflow: hidden;
}

.owl-carousel.home-slider .owl-dot {
    width: 11px;
    height: 11px;
    background-color: #d5dce4;
    border-radius: 50%;
    margin: 0px 4px;
}

.owl-carousel.home-slider .owl-dots {
    text-align: center;
    margin-top: 7px;
}

.owl-carousel.home-slider .owl-dot.active {
    background-color: #37414b;
}
.qk-links.second {
    padding-top: 18px;
}
.login-area .login-form .form-control:focus {
    border-color: #e60000;
}
/*footer area*/
.footer {
    background-color: #b80000;
    color: #fff;
    padding: 13px 0px;
}

.foter-links li {
    display: inline-block;
    margin-right: 20px;
}

.foter-links li a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.foter-links li:last-child {
    margin-right: 0pc;
}

.follow-footer ul li {
    display: inline-block;
    margin-right: 21px;
}
.foter-links li a:hover,
.follow-footer ul li a:hover {
    opacity: 0.8;
}

.follow-footer ul li a {
    color: #fff;
    font-size: 20px;
}

.follow-footer span {
    margin-right: 21px;
}

.copyright {
    margin: 0;
    margin-left: 45px;
    color: #d5dde5;
    font-size: 12px;
    margin-top: 5px;
}
.hidden {
    display: none;
}
.qk-links.second {
    padding-bottom: 0;
}
.qk-links.second .col-lg-4:nth-last-child(-n + 3) .q-icn-list {
    min-height: 107px;
}
.qk-links .col-lg-4.col-6:nth-child(3n) .q-icn-list:after {
    display: none;
}
.m-auto{
    margin: auto;
}
.bg-main{
    background-color: #fff;
    padding: 22px;
    border: 1px solid #eef1f6;
    border-radius: 9px;
}
.bg-main-dark{
    background-color: #eef1f6;
    padding: 22px;
    border: 1px solid #d4dde4;
    border-radius: 9px;
        padding-bottom: 0;

}
.h-80{
    min-height: 80vh;
}
.form-control {
    height: 38px;
}
select.form-control{
    font-size: 14px;
}
.btn-red-border {
    background-color: #ffffff;
    color: #e60000;
    font-size: 17px;
    font-weight: bold;
    padding: 9px 25px;
    border-radius: 8px;
    padding-top: 12px;
    border: 1px Solid #e60000;
    min-width: 151px;
}

.btn-red-border:hover {
    background-color: #e60000;
    color: #fff;
}

/*nav new style*/
.navbar-expand-lg .main-menu-nav .nav-link {
    letter-spacing: 1px;
    color: #fff;
    padding: 26px 0px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 75px;
    font-size: 14px;
    position: relative;
}

nav.navbar.navbar-expand-lg.navbar-dark {
    padding: 0;
}

.navbar-expand-lg .main-menu-nav li:last-child .nav-link {
    margin-right: 0;
}

.navbar-expand-lg .main-menu-nav .nav-link > img {
    filter: grayscale(100%) contrast(360%);
    margin-right: 6px;
    position: relative;
    top: -2px;
    max-width: 21px;
}
.navbar-expand-lg .main-menu-nav .nav-link:hover > img{
    filter: none;
}
.navbar-expand-lg .main-menu-nav .nav-link:hover{
    color: #f0ba24;
}
.navbar-expand-lg .main-menu-nav .dropdown-menu {
    padding: 0;
    position: absolute;
    min-width: 252px;
    left: 50%;
    transform: translateX(-50%);
    top: 79px;
    z-index: 25;
    text-align: left;
    background-color: #fff;
    box-shadow: 0px 3px 12px #dddddd;
    border: none;
    border-radius: 0;
}
.main-menu-nav .dropdown-menu .dropdown-item {
    padding: 0px 11px;
    display: block;
    border-bottom: 1px solid #e7ecf2;
    font-size: 14px;
    font-weight: bold;
    color: #66727e;
    padding-top: 11px;
    position: relative;
    padding-left: 55px;
    padding-bottom: 11px;
}
.main-menu-nav .dropdown-menu .dropdown-item:active{
       background-color: #f8f9fa; 
}
.main-menu-nav .dropdown-menu .dropdown-item img {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    max-width: 30px;
}
.btn-red.disabled, .btn-red:disabled {
    background-color: #313131;
}
.btn-red.disabled:hover, .btn-red:disabled:hover {
    cursor:not-allowed;
}
.navbar-dark .navbar-brand img {
    width: 122px;
}
body{
    padding-right: 0px !important; 
    height: auto !important;
}
.back-header h2.fs-24 {
    font-size: 22px;
}
.back-header.tabed .nav-link{
    font-size: 15px !important;
}
.btn-red-border{
    font-size: 15px !important;   
}
body .btn-red i {
    font-size: 14px !important;
}
::ng-deep .swal2-popup{
    max-width: 280px !important; 
}
.swal2-modal {
    width: 290px !important;
  } 
  .swal2-html-container {
    margin: 5px 12px !important;
    margin-top: 15px !important;
    font-size: 15px !important;
  }
  .swal2-styled.swal2-confirm,
  .swal2-styled.swal2-deny,
  .swal2-styled.swal2-cancel {
    font-size: 13px !important;
    margin: 0px !important;
    border-radius: 5px !important;
    padding: 6px 18px;
    margin: 0px 5px !important;
  }
  .swal2-icon {
    margin: 0px auto !important;
  }
  .swal2-actions {
    margin-top: 13px !important;
  }
  .swal2-error {
    max-width: 37px !important;
    max-height: 37px !important;
    border: 1px solid #E60000 !important;
    margin-top: 25px !important;
  }
  .swal2-info{
    max-width: 37px !important;
    max-height: 37px !important;
    margin-top: 25px !important;
    border: 1px solid #3fc3ee !important;
  }
  .swal2-question{
    max-width: 37px !important;
    max-height: 37px !important;
    margin-top: 25px !important;
    border: 1px solid #87adbd !important;
  }
  .swal2-warning{
    max-width: 37px !important;
    max-height: 37px !important;
    margin-top: 25px !important;
    border: 1px solid #f8bb86 !important;
  }
  .swal2-chekd{
    max-width: 50px !important;
    max-height: 50px !important;   
    margin-top: 20px !important;
  }
  .swal2-info .swal2-icon-content,
  .swal2-question .swal2-icon-content,
  .swal2-warning .swal2-icon-content{
    font-size: 24px !important ;
  }
  .swal2-x-mark-line-left,
  .swal2-x-mark-line-right{
    top: 50% !important;
    width: 16px !important;
    height: 1px !important;
    background-color: #E60000 !important;
  }
  .swal2-x-mark-line-left{
    left: 29% !important;
    transform: rotate(45deg) translateY(-50%) !important;
  }
  .swal2-x-mark-line-right{
    right: 28% !important;
    transform: rotate(-45deg) translateY(-50%) !important;
  }
  .swal2-success{
    height: 47px !important;
    width: 47px !important;
    margin-top: 25px !important;
    border: none !important;
  }
  .swal2-success .swal2-success-line-tip{
    top: 24px !important;
    left: 9px !important;
    width: 10px !important;
    height: 2px !important;
  }
  .swal2-success .swal2-success-line-long{
    top: 21px !important;
    right: 12px !important;
    height: 2px !important;
    width: 21px !important;
  }
  .swal2-success .swal2-success-ring{
    border: 1px solid #a5dc86 !important;
  }
  .swal2-success-fix,
  .swal2-success-circular-line-right{
      display: none !important;
  }
  /*loader*/
.loader {
    border: 2px solid #e60000;
    border-radius: 50%;
    border-top: 2px solid rgb(255 255 255 / 0%);
    width: 100px;
    height: 100px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.loader-outer {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.loader-outer .inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.loader-outer .inner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 55px;
}
/* news css */
.newsarea {
    background-color: #e9e9e9;
    color: #212529;
}
.nws-div {
    position: relative;
    height: 21px;
}

.news-head {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #212529;
    z-index: 9;
    color: #fff;
    padding: 0px 7px;
}

.news-head:after {
    position: absolute;
    content: close-quote;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 11px solid #212529;
    right: -10px;
}