/***Login***/

.wrapp {
    width: 100%;
	background:url('../../img/img-coa/login/login-bg.png') left top no-repeat;
	background-size: 100% 89% !important;
}
.login-header {
    background: #313131;
}
.bg-login {
  
    height: 100%;
    width: 100%;
    background-size: contain;
    background-size: contain;
    font-family: 'poppinsregular' !important;
	background-color: #f4f4f4;
}
a.img-div {
    text-decoration: none;
     display: flex;
    align-items: center;
}
span.logo-text {
    margin-bottom: 0;
    text-transform: capitalize;
    font-size: 31px !important;
    line-height: 1;
    color: rgba(255,255,255, 0.8);
    font-family: 'poppinsmedium';
}
.img-width {
    width: 100%;
}
.img-coa {
    width: auto;
    margin-right: 70px;
}
.img-coa img {
    width: 75px;
}
span.logo-smalltext {
    display: block;
    color: rgba(255,255,255, 0.8);
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    font-family: 'poppinsbold';
}
span.extra-smalltext {
    font-size: 11px;
    color: #fff;
    text-transform: capitalize;
     font-family: 'poppinsmedium';
     line-height: 1;
}
a.btn.webbtn{
    background: #313131;
    color: #fff;
    font-size: 12px;
    padding: 9px 15px;
    text-transform: capitalize;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition:.3s;
	    background: #d54b0a;
}
a.btn.webbtn:hover {
    background: #d54b0a;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition:.3s;
}
.websitelink {
    display: flex;
    justify-content: right;
}
.boder-btm {
    border-bottom: 1px dashed #ffffff29;
    border-width: 2px;
    padding-top:0px;
}
.login-title{
    margin-bottom: 30px;
	margin-top: 20px;
}
.login-title h2{
    font-size: 30px;
    color:#000000;
	font-family: poppinsbold;
}
.title-underline{
    width: 30px;
    height: 3px;
    background: #000000;
}
.emailicon-bg {
 position: relative;   
}
.lockicon:after {
    content: '\f023';
}
.emailicon:after{
      content: '\f007';
}
.emailicon:after, .lockicon:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #d54b0a;
    top: 17px;
    right: 10px;
    position: absolute;
    font-size: 13px;
    border-left: 1px solid #ffffff3b;
    padding-left: 8px;
}
.form-field input {
    height: 35px;
    background: transparent;
    border: 0;
    border-bottom: 1px dashed #040404;
    border-width: 1px;
    padding: 0;
    color: #000 !important;
}
.form-field ::placeholder{
    color: #000;
    font-family: 'poppinsmedium';
}
.form-field .form-control:focus {
    box-shadow: none !important;
    background: transparent !important;
     border-bottom: 1px dashed #000 !important;
}
.captcha-field {
    width: 54%;
}
.reload {
    font-size: 19px;
    color: #fff;
}
.forgot-pass input{
    height: inherit !important;
}


.checkbg {
  display: block;
  position: relative;
  padding-left: 21px;
  cursor: pointer;
  font-size: 13px;
  color: #000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.checkbg input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #eee;
  border-radius: 1px;
}


.checkbg:hover input ~ .checkmark {
  background-color: #ccc;
  border-radius: 1px;
}


.checkbg input:checked ~ .checkmark {
  background-color: #fff;
  border-radius: 1px;
}


.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbg input:checked ~ .checkmark:after {
  display: block;
}

.checkbg .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #FF8D83;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.forgotpass-click{
    color: #000;  
    text-decoration: none;
    font-size: 13px;
}
a.btn.login-btn {
    background: white;
    padding: 9px 44px;
    border-radius: 0;
    color: #FF6057;
    font-size: 12px;
    font-family: 'poppinsmedium';
}
.login-btn {
    background:#d54b0a;
    padding: 9px 44px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-family: 'poppinsmedium';
}

.login-btn:hover {
    background: #313131;
    color: #fff;
}


.right-img {
    float: right;
    width: 475px;
    margin-right: 20px;
	padding-top:35px;
}
.center-content {
    padding:0px 0;
}
.extra-smalltext{
    display: block;
}
.d-logo img {
    margin-right: 22px;
}
.container.aboutsectionforgot {
    height: 230px;
}
.copyright p{color: #000;font-family: 'poppinsmedium';}




/*Dashboard Is Here*/

.dasboard-logo {
    text-decoration: none;
    display: flex;
    align-items: center;
    background-image: linear-gradient(to left bottom, #ff8d7b, #ff8c67, #ff8d51, #ff9136, #ff9704);
}
.dasboard-logo .img-width {
    width: 10%;
}
.dasboard-logo .logo-text {
    font-size: 28px;
    display: block;
	
}

.dasboard-logo .logo-smalltext {
    font-size: 15px;
    line-height: 5px;
    margin-bottom: 7px;
}
.dasboard-logo .extra-smalltext {
   font-weight: 200;
    font-size: 15px;
    line-height: 10px;
    padding-top: 10px;
    letter-spacing: 1px;
}
.logo-all-text {
    width: 420px;
	padding-left:6px;
}
.img-coa2{
	width: auto;
}
a.btn.topside-btn {
    background: #43425D;
    color: #fff;
     transition: .3s;
}
.small-f-color {
    color: #4D4F5C;
    font-size: 14px;
}
.custom-textarea{
    height: 96px !important;
}
a.btn.submit-btn {
    background: #3B86FF;
    color: #fff;
    padding: 5px 15px;
    font-size: 15px;  
    transition: .3s;      
}
a.btn.submit-btn:hover, a.btn.topside-btn:hover {
    background: #ff941b;
    transition: .3s;
}
.main .content label {
    color: #808495;
    font-weight: 500;
    font-family: 'source_sans_proregular';
    font-size: 13px;
}
.top-search input{
    width: 287px !important;
    padding: 0 10px 0 24px !important;
    background: transparent !important;
}
.top-search {
    position: relative;
}
.srch-btn {
    position: absolute;
    top: 5px;
}
.top-main-title h3{
    font-size: 28px;
    color: #43425D;
     font-family: 'source_sans_proregular';
}


/*Modal Popups here*/

.modal-backdrop.show {
    opacity: .88;
    background: #313131;
}
.m-dialog {
    width: 400px !important;
}
div#dpatch .modal-header {
    padding: 0;
    border: 0;
}
.modal-header .close {
    padding: 1.5rem;
    font-size: 34px;
    margin: -1rem 0rem -1rem auto;
    color: #A4AFB7;
}
div#dpatch .modal-body{
    text-align: center;
}

div#dpatch .modal-body h2 {
    color: #43425D;
    font-size: 31px;
    font-family: 'source_sans_probold';
}
div#dpatch .modal-content{
    border-radius: 40px;
    padding: 15px;
}


/*Letter-Dispatched Here*/

.side-fields {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topside-search{
    position: relative;
}

.side-fields input {
    height: 40px !important;
    background: #fff !important;
    border-radius: 2px !important;
}

.topside-search .srch-btn {
    position: absolute;
    top: 9px;
    right: 9px;
}
.input-group.input-group-navbar.topside-search, .bydate {
    width: 200px;
    margin-left: 14px;
}
span.sidetext {
    color: #808495;
    font-family: 'source_sans_prosemibold';
}

.dashboard-table tr th {
    background: #F5F6FA;
    border: 0;
    color: #A3A6B4;
     font-family: 'source_sans_probold';
}

.dashboard-table tr th:nth-child(1),.dashboard-table tr td:nth-child(1) {width: 3%;}
.dashboard-table tr th:nth-child(2),.dashboard-table tr td:nth-child(2) {width: 9%;}
.dashboard-table tr th:nth-child(3),.dashboard-table tr td:nth-child(3) {width: 9%;}
.dashboard-table tr th:nth-child(4),.dashboard-table tr td:nth-child(4) {width: 6%;}
.dashboard-table tr th:nth-child(5),.dashboard-table tr td:nth-child(5) {width: 6%;}
.dashboard-table tr th:nth-child(6),.dashboard-table tr td:nth-child(6) {width: 6%;}
.dashboard-table tr th:nth-child(7),.dashboard-table tr td:nth-child(7) {width: 6%;}

.common-btn {
    height: 40px;
    line-height: 40px;
    border: 1px solid #E3E3E3;
    padding: 0 11px !important;
}
.edit {
    color:  #BCBCCB;
}
.attach{color:  #BCBCCB;}
.delete {
    color: #ca1111;
}
.common-btn:hover {
    background: #313131;
    color: #fff;
}

ul.pagination a.page-link {
    padding: 10px 16px;
    border-radius: 6px;
    border: 1px solid #E8E9EC;
    margin-right: 10px ;
    color: #4D4F5C;
    font-family: 'source_sans_proregular';
}
ul.pagination .page-item.active .page-link{
    z-index: 3;
    color: #4D4F5C !important;
    border-color: #B6C6F8 !important;
    background: none !important;
}
ul.pagination {
    float: right;
    margin-top: 18px;
}

div#dpatch .modal-body h6, div#dpatch .modal-body p {
    color: #43425D;
    font-size: 15px;
}
.form-group.browse-wrap,.form-group.eyebg {
    position: relative;
}
.browse {
    position: absolute;
    top: 27px;
    right: 0;
}
a.btn.browse-btn {
    background: #3B3B3B;
    color: #fff;
    padding: 7px 22px;
    font-size: 15px;
    border-radius: 4px;
}
.update{background: #FF6565 !important;}
.view {
    position: absolute;
    top: 38px;
    right: 6px;
}
hr.new1 {
    border: .05rem solid #3b86ff;
}
.mt-66 {
    margin-top: 31px;
}
footer.footer p a {
    color: #000 !important;
}



















/*Media Query Is Here*/
@media only screen and (min-width:1599px) and (max-width:3459px ) {
    .wrapp {
    width: 100%;
    background: url(../../img/img-coa/login/login-bg.png) left top no-repeat;
    background-size: 60% 66%;
}
.img-coa {
    width: auto;
    margin-right: 50px;
}
form#loginForm {
    width: 77%;
}
.right-img {
    float: right;
    width: 460px;
    /*margin-right: 10em;*/
}
}
@media only screen and (min-width: 992px) and (max-width: 2499px) {
    a.sidebar-toggle{
        display: none !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1399px) {
    .center-content {
    padding: 0px 0;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
}
/*.right-img {
    float: right;
    width: 682px;
}*/
.wrapp {
    background-size: 67% 60%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    div#login.login-form .alert.alert-danger {
        margin-top: -100px;
    }
    div#login.login-form {
        width: 100%;
        display: grid;
        grid-template-columns: 49% 49%;
        grid-column-gap: 15px;
    }
    div#login.login-form > h2 {margin-top: 24px;}
    form#loginForm {
        grid-column-start: 2;
        grid-row-start: 2;
    }
    div#login.login-form .login-title {grid-row-start: 1;grid-row-end: 3;}
.right-img {
    display: none !important; 
}
.wrapp {
    background-size: 140% 86% !important;
}
.boder-btm{
        padding-top: 20px;
}
.img-coa {
    width: auto;
    margin-right: 23px;
    padding-top: 10px;
}
.img-coa img {
    width: 50px;
}
a.btn.webbtn {
    background: #d54b0a;
} 
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    
.right-img {
    display: none !important; 
}
.wrapp {
    background-size: 140% 74% !important;
}

.mobile-side-logo {
    justify-content: center !important;
}
.img-coa {
    width: auto;
    margin-right: 23px;
    padding-top: 10px;
}
.img-coa img {
    width: 50px;
}
a.btn.webbtn {
    background: #d54b0a;
} 
.copyright, .d-logo {
    text-align: center !important;
}
}

@media only screen and (min-width: 280px) and (max-width: 390px) {
    .right-img {
    display: none !important; 
}
.img-coa img {
    width: 50px;
}
.img-coa {
    width: auto;
}
.wrapp {
    background-size: 140% 74% !important;
}

.mobile-side-logo {
    justify-content: center !important;
    flex-direction: column;
}
}




/*@media (max-width:991px){
    .right-img {
    display: none;
}
*/

a.img-div {
    justify-content: center;
    margin-top: 10px;
}
.footer {
    padding-top: 0;
}

@media (max-width:767px){
    .login-header .websitelink {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .wrapp .aboutsection {
        width: 100%;
    }
    .wrapp .aboutsection .intotext ul {
        padding-left: 15px;
    }
    /* .footer.pt-5 {
        padding-top: 15px !important;
    } */
    .wrapp #scrolllogin div#login {
        width: 100%;
    }
    .wrapp {
        background-size: 140% 83% !important;
    }
a.img-div {
    justify-content: center;
}
.websitelink {
    justify-content: center;
    margin-top: 22px;
}
.loginbx {
    text-align: center;
}
}
@media (max-width:380px){

.captcha-field {
    width: 48%;
}
.mob-version{
    flex-direction: column;
}
a.img-div {
    justify-content: center;
    flex-direction: column;
}
.img-width {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
span.logo-text{
    font-size: 34px;
}
span.logo-smalltext{
    font-size: 27px;
    margin-bottom: 6px;
}
span.extra-smalltext{
    font-size: 17px;
}
.img-coa {
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.footer {
    padding-top: 0;
}
}

/*landingpage*/
.user-dashboard-menu {
    padding: 0;
    background-image: linear-gradient(to left bottom, #ff8d7b, #ff8c67, #ff8d51, #ff9136, #ff9704);
}
.user-dashboard-menu img {
    width: 53px;
}
.img-coa2 img {
    width: 84%;
}
.user-main-menu .nav-link {
    font-size: 1.1rem;
}
.user-main-menu .active>.nav-link, .user-main-menu .nav-link.active, .user-main-menu .nav-link.show, .user-main-menu .show>.nav-link {
    color: rgb(254 139 92) !important;
    border-bottom: 2px solid #ff8c73;
    font-weight: bold;
}
.logout-menu a {
}
.user-main-menu {
    background: #313131 !important;
    padding: 8px 15px;
}
.user-main-menu .nav-link {
    color: #fff !important;
}
.user-main-menu li {
    padding-right: 14px;
}
.user-dashboard-menu .dasboard-logo{background: none;}
.user-main-menu li:last-child{padding-right:0 ;}
.wrapper .content{background: #fff;}
.event-discp p {
    font-size: 16px;
    text-align: justify;
}
.top-main-title h3 span {
    font-size: 27px;
    padding-right: 9px;
    color: #f88b45;
}
.top-main-title h3 {
    font-size: 28px;
	margin-top:30px;
    color: #43425D;
    font-family: 'source_sans_proregular';
    font-weight: 600;
}
.event-border a {
    font-size: 17px;
    color: #000;
    display: block;
    text-align: center;
    padding-top: 10px;
}
.event-border video {
    border-radius: 4px;
    border: 4px solid #bbbbbb;
    height: 350px;
    width: 100%;
}
.sidebar-brand{border: 0 !important;}
span.shecdule-row .far {
    padding-right: 4px;
    color: #f68949;
}
.shecdule-row i.fas {
    color: #f68949;
}
.event-border {
    text-align: center;
	margin-top:20px;
}
.event-border a {
    font-size: 17px;
    color: #000;
    display: block;
    text-align: center;
    padding-top: 10px;
}
.date-month {padding-left: 10px;}
.speakers h4{
    font-weight: 600;
    line-height: 26px;
    font-size: 19px;
    color: #000;
    padding-right: 16px;
    text-align: left;
    margin-bottom: 1.5em;
    letter-spacing: 1px;
    margin-top: 8px;
    text-decoration: underline;
}

.home_visecbg {
    width: 170px;
    height: 170px;
    object-fit: cover;
    padding: 3px;
    margin: 0 auto;
}
.yells_color {
    color: #f78b42!important;
    font-size: 17px;
    margin-top: 12px;
    font-weight: 600;
}
.event-card h4{
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 13px;
    color: #000;
    font-family: Roboto,sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
}
.event-card h6{
        font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-size: 13px;
    color: #000;
    font-family: Roboto,sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
}
img.img-fluid.home_visecbg:hover {
    transform: scale(1.04);
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
}
a.btn.btn-show-intrest {
    background: #f58f21;
    color: #fff;
}
.logout-menu .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0 !important;
    left: inherit !important;
}
.form-content input, .form-content select{
height: 40px;
}
.event-border img {
    border-radius: 4px;
    border: 4px solid #bbbbbb;
    width: 100%;
    max-height: 350px;
}

/*dated 13 feb 2022
*ck editor
*/
.ck-editor__editable
 {
    min-height: 250px !important;
    max-height: 450px !important;
 }
 
 h3.heading-bg {
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
.yellow {
    background: #f69114;
}
.red {
  background: #DC4240;
}

.tab-bg {
  background: #fff;
  border: 1px solid #b9b9b9;
  border-radius: 3px;
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 30%);
}
.tab-bg .nav-tabs .nav-item.show .nav-link, .tab-bg .nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #334155;
  border-color: #dee2e6 #dee2e6 #f7f7fc;
  border-radius: 0;
}
.tab-content > .active {
  display: block;
  overflow-y: scroll;
  height: 160px;
}
.table-price thead tr th:nth-child(3),.table-price thead tr th:nth-child(2) {
    width: 15%;
}
.table-price thead tr th:nth-child(1) {
    width: 60%;
}
.shecdule-row {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}
.table-price tbody tr td:nth-child(3) span {
    padding-right: 7px;
}

.tab-bg a {
    color: #000 !important;
    font-size: 12px;
}
.tab-bg .table th., .tab-bg  .table td{font-size: 12px;}
.tab-bg .table td, .tab-bg .table th {
  padding: 7px;
  vertical-align: top;
  font-size: 85%;
  border-top: 1px solid #d8dbe0;
}

.aboutsection p {
    font-size: 12px;
}

.aboutsection ul li {
    margin: 7px 0px;
    font-size: 13px;
    font-family: 'poppinsbold';
}

.aboutsection h2 {
    font-family: 'poppinsbold';
}

.aboutsection {
    background: #fff;
    margin-top: 25px !important;
    padding-top: 27px;
    border-radius: 20px;
	width: 95%;
}
a#logbtn {
    background: #71b012;
}
div#login {
    width: 80%;
}
.intotext {
    padding: 23px;
}
.intotext p{text-align:justify;}
.firstimg img {
    width: 100%;
}

orm#loginForm input {
    border: 0;
    background: #fff;
    padding: 15px;
    height: 45px;
}
*, :after, :before {
    box-sizing: border-box;
}
user agent stylesheet
form {
    display: block;
    margin-top: 0em;
}
.bg-login {
    height: 100%;
    width: 100%;
    background-size: cover;
  
    font-family: 'poppinsregular' !important;
    background-color: #f4f4f4;
}
form#loginForm input{
	height:42px;
	border:none  !important;
	background:#fff  !important;
	padding:5px
}
