/* RedHatText-Bold */
/* =========================================================== */
@font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans-Bold.eot");
    src: local("DM Sans Bold"), local("DMSans-Bold"), url("../fonts/DMSans-Boldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff"),
      url("../fonts/DMSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
  }
  @font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans-Medium.eot");
    src: local("DM Sans Medium"), local("DMSans-Medium"), url("../fonts/DMSans-Mediumd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff"),
      url("../fonts/DMSans-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "DM Sans";
    src: url("../fonts/DMSans-Regular.eot");
    src: local("DM Sans Regular"), local("DMSans-Regular"), url("../fonts/DMSans-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff"),
      url("../fonts/DMSans-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
  }
/* 
  @font-face {  
    font-family:"Red Hat Text";
    src: url(../fonts/RedHatText-Regular.ttf);
    font-weight:400;
  }  

  
  @font-face {  
    font-family:"Red Hat Text";
    src: url(../fonts/RedHatText-Medium.ttf);
    font-weight:500;
  }  

  
  @font-face {  
    font-family:"Red Hat Text";
    src: url(../fonts/RedHatText-Bold.ttf);
    font-weight: bold;
  }   */

/* =========================================================== */

/* #3485FF */

:root {
    --background-color: #EDF2F6;
    --primary: #20437B;
    --secondary:  #e81652;
    --primary-hover: #20437B;
}
.bd {
    border: solid red 1px !important;
}
a{
    cursor: pointer;
}
p{
    line-height: 1.8;
}
.navbarbgg{
    background:#EDF2F6;
    transition: ease-out 0.15s;
}

.h-100{
    height: 100vh !important;
}
.minH-100{
    min-height: 85vh;
}
.minH-50{
    min-height: 55vh;
}
.overflow-x{
    overflow-x: hidden !important
}
.pointer {
    cursor: pointer;
}
body {
    font-size: 14px;
    /* font-family: "Red Hat Text" !important; */
    font-family: "DM Sans", sans-serif, "Helvetica Neue", Arial, "Noto Sans", sans-serif !important;
    transition: 0.5s;
    

}
.bg-color-1{
    background: #EDF2F6;
}
img {
    object-fit: cover;
}
.text-justify {
    text-align: justify;
}

.btn-primary {
    background-color: var(--primary) !important;
    font-size: 14px;
    border: none !important;
    color: #fff;
    outline: none !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background-color: var(--secondary) !important;
    border-color: var(--primary-hover) !important;
    outline: 0px !important;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.08);
}

.btn-primary-outline {
    background-color: transparent;
    border-color: var(--primary) !important;
    color: var(--primary) !important;
    outline: 0px !important;
}

.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline:active {
    background-color: var(--primary);
    border-color: var(--primary);
    color: #ffffff !important;
    outline: 0px !important;
}
.badge{
    background-color: var(--secondary) !important;
}
a {
    text-decoration: none;
    color: inherit;
}

/* ======================================================================== */

.nav-header{
    background: url(/img/bg.jpg);
    background-color: #323232;
    background-blend-mode: multiply;
    background-attachment: fixed;
    background-size: cover;
}
.nav-header2{
    background: url(/img/bg.jpg) no-repeat;
    background-color: #9d7d7d;
    background-blend-mode: multiply;
    /* background-attachment: fixed; */
    background-position: center;
    background-size:cover;
}
.nav-header3{
    background-color: #9d7d7d;
    background-blend-mode: multiply;
    /* background-attachment: fixed; */
    background-position: center;
    background-size:cover;
}
.input-bnx{
    border-radius:5px;
}
.input-bn{
    border: 1px solid #8692A6 !important;
    box-sizing: border-box;
    border-radius: 5px !important; 
    min-height:50px;
    display: block;
    padding: .375rem .95rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #3485FF !important;
    border-radius:5px;
}
.form-selectv option{
    border:none !important;
    background: #fff !important;
}

.input-bn:hover,.input-bn:focus{
    border: 2px solid #3485FF !important;
    box-sizing: border-box;
    box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    outline: 0px;
}

.form-selectv {
    display: block;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(../img/download.svg);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.tag-cat{
    border-radius:10000px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.tag-cat .iconify{
    color: #3485FF !important;
    
}
.tag-cat:hover{
    color: #3485FF !important;
    background: #EDF2F6 !important;
    border:solid 1px #3485FF;
}


footer{
    background: #111118;
    color: #fff;
}
.bvd{
    border-radius:15px !important;
}
.card:hover{
    box-shadow:rgba(0, 0, 0, 0.08) 5px 5px 50px 10px;
}
.head-h{
    min-height:75vh;
}
.card{
    overflow: hidden;
    transition: ease-out 0.2s;
}
.card-img-top{
    height:10rem;
    overflow: hidden;
}
.pointer{
    cursor: pointer;
}
.overH{
    overflow: hidden;
}
  
@media screen and (max-width: 767px){
    .head-h{
        min-height:100vh;
    }
    .search{
        width: 100%;
    }
}

.nav-col{
    background:#EDF2F6;
}
.ljki{
    border-radius:15px 5px 40px 0px;
}
.toggle-icon{
    color: #fff !important;
    transition: ease-out 0.15s;
}
.toggle-iconx{
    color: #fff !important;
    transition: ease-out 0.15s;
}
.toggle-iconx:hover{
    transform: scale(1.2) !important;
    transition: ease-out 0.15s;
}
.black{
    color: #323232 !important;
}
.bt-blue{
    color:var(--primary) !important;
}
.cardx-img {
    width:25%;
    height:13rem;
}
.cardx-img img{
    width: 100%;
    height:13rem;
    transition: ease-out 0.2s;
}
.cardx-img img:hover{
      transform: scale(1.1);
      transition: ease 0.3s;
    }
.cardx-body{
    width:75%;
    min-height:12rem;
}

@media screen and (max-width: 767px){
   .cardx-img {
       width:100%;
   }
   .cardx-body{
       width:100%;
       height:auto;
       padding-top:1.5rem;
       padding-bottom:1.5rem;
   }
    .card-img-topx{
        min-height:10rem;
        overflow: hidden;
    }
    .abt-edit{
        height: 100px;
    }
}

.card-img-topx{
    min-height:10rem;
    overflow: hidden;
}
.page-link {
    padding: .375rem .95rem;
        background-color: transparent;
        border: 1px solid #3485FF;
        border-radius:.0.25rem !important;
        font-weight: 600;
}

.page-link:hover {
    color: #fff;
    background-color: #3485FF;
    font-weight: 600;
}
.bd-tab{
    /* border:1px solid #3485FF !important; */
    border-radius: 10px 10px 0px 0px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1024px){
    .bd-tab span{
        display:none;
    }
    .bd-tab.active span{
        display: block !important;
    }
    .nmb{
        display: flex;
    }
    .card-left-sticky{
        position:sticky !important;
        top:0;
    }
    
    
}
.vbbm{
    margin-top:-15vh;
}
.vbbm2{
    margin-bottom:-10px;
    z-index: 2;
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
    .bd-tab span{
        display:none;
    }
    .bd-tab.active span{
        display: block !important;
    }
    .fr-card-2{
        width:16rem !important;
        border-radius:20px !important;
        cursor: pointer;
    }
    .abt-edit{
        height: 80px;
    }
    .bvd {
        width:17.5rem !important;
    }
    
}

.profile-pic{
    border-radius: 1000px;
    border: 5px solid white;
    overflow: hidden;
    width:10rem;
    height:10rem;
    margin-top:-6rem;
    
}
.p-tag{
    position: absolute;
    background-color: #e81652 !important;
    border: none;
    font-weight: 600;
}
.profile-pic img{
    width:10.1rem;
}
@media only screen and (max-width: 991px) and (orientation: landscape){
    .profile-pic{
        margin-top:-4rem;
    }
    .nav3{
        height:40vh !important;
    }
}
@media screen and (max-width:767px){
    .pro-cont{
        justify-content: center;
    }
    .pro-cont h3{
        text-align: center;
    }

}
@media screen and (max-width:415px){
    .bvd {
        width: 100% !important;
    }
}


.fr-card-img{
    width:50px !important;
    height: 50px;
    overflow: hidden;
    border-radius: 100px;
}
.fr-card-img-2{
    width:40px !important;
    height: 40px;
    overflow: hidden;
    border-radius: 100px;
}
.bd-raduis{
    border-radius:200px;
}
.bg-dotted-border {
    border: 2px dashed rgba(0, 0, 0, 0.2);
}

.bg-white-g{
    background: #fafafa;
}

.bnhj{
    border:none !important;
    outline:none !important;
    box-shadow:none !important;

}
.text-left{
    text-align: start !important;
}
.bold{
    font-weight: 600;
}
.inut:focus,.inut:hover{
    border: none !important;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
    transition:ease-out 0.3;
    border-bottom: 1px solid #efefef !important;
}

.inut{
     border: none !important;
    border-radius: 0px;
    outline: none !important;
    box-shadow: none !important;
}
.bx-c{
    box-shadow:1px 2px 15px -2px rgb(0 0 0 / 10%);
}
.count{
    border-right:solid 1px #ced4da;
}
.fr-top-img{
    height:60px;
    overflow: hidden;
    border-radius:5px 5px 0px 0px !important;
}
.mt-d{
    margin-top:-30px;
}
.fr-card-2{
    width:18rem;
    border-radius:20px !important;
    cursor: pointer;
}
.fr-card-2 .fr-card-img{
    border:solid 3px white;
}
.fr-card-img-2 img{
    width: 100%;
}

.fr-card-img-2{
    background: #3485FF;
    width: 70px !important;
    height: 70px !important;
  
}
.search-ct{
    background: #212529;
}
.fixed-sticky{
    position: sticky;
    z-index: 1000;
}
.nav-link {
    color: var(--primary);   
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--primary) !important;
}
.set-tab .active{
    background: #20437B;
    color: #fafafa !important;
}
.fg{
    position: absolute;
    top:40px;
    left: 40px;
    width: 14px;
    height: 14px;
    background: #7CE7AC;
    border: 3px solid #FFFFFF;
}
.fsg{
   position: absolute;
   background-color: transparent !important;
   display: flex;
   align-items: flex-end;
   justify-content: flex-end;
}
.msg-open-img{
        width:25px !important;
        height: 25px;
        overflow: hidden;
        border-radius: 100px;
}
.msg-open{
    background:#F6F6F6;
}
.msg-open-2{
    background:#5E81F4;
}
.bd-left{
    border-radius: 100px 100px 100px 0px;
}
.bd-right {
    border-radius: 100px 100px 0px 100px;
    color: #fff;
}