

:root{
    margin: 0;
    padding: 0;
    --darkblue: #001A4A;
    --orange : #FF452A ;
    --yellow  : #FFC629  ;
    --light-blue : #F4F7FA;
    --body-fonts:'Open Sans', sans-serif;
    --line-height: 1.5;
    --txt-color:#333333;
    --txt-white:#fff;
}
html, body{
    font-size: 14px;
    color: var(--txt-color) ;
    font-family: var(--body-fonts);
    background-color: #f8f8fb;
}
ul, li{
    padding: 0;
    margin: 0;
    list-style: none;
}
a, a:hover{
    text-decoration: none;
}
.mt-30{
    margin-top: 30px;
}
.mb-30{margin-bottom: 30px;}
.layout-wrapper {
    display: flex;
}
.card {
    border: none;
    box-shadow: 0 1px 16px rgba(136, 136, 136, 0.15);
}
.side-nav {
    flex-grow: 1;
    text-align: center;
    background: var(--darkblue);
    width: 100%;
    max-width: 250px;
    min-height: 100vh;
    transition:all 0.3s ease-in-out;
}
.side-nav .position-fixed.h-100{
    width: 250px;
}
.main-content{
    flex-grow: 1;
}


.side-nav ul li a{
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.logo {
    background: #f6f9ff;
    padding: 10px;
}

.logo img{
    width: 170px;
}
.manu {
    padding: 1.5rem 0;
}
.manu li{
    color: #8aacec;
}
.manu li a{
    display: block;
    color: #fff;
    position: relative;
    font-size: 13px;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding: 15px 10px;
    text-align: left;
}
.manu li a:hover{
    background:#002871;
}
.manu li a i{
    position: relative;
    margin-right: 10px;
    top: 0px;
}

.topbar{
    background-color: #fff;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    height: 75px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
}


button#vertical-menu-btn {
    display: block;
    margin: 0;
    border: none;
    background: transparent;
    font-size: 18px;
    color:var(--darkblue);
}
.user{
    position: fixed;
    right: 30px;
    top: 14px;
}
.user .userprofile{
    width: 35px;
    height: 35px;
    border-radius: 100px;
    margin-right: 10px;
    border: 2px solid #8aacec;
}

.user i.far.fa-bell {
    font-size: 18px;
    position: relative;
    top: 5px;
    color:#8aacec;
    margin-right: 20px;
}

span.badge.badge-secondary {
    position: absolute;
    top: -5px;
    right: 11px;
    font-size: 9px;
    border-radius: 100px;
    width: 16px;
    height: 16px;
    padding: 3px;
    background-color: #f46a6a;
}
.user li{
    cursor: pointer;
}
.user li a{
    color:var(--darkblue) ;
    font-size: 12px;
    font-weight: 400;
}
.user li .dropdown-menu{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    margin: 0;
    border: none;
    top: 20px !important;
    border-radius: 0px;
    left: -10px !important;
}
.user a.dropdown-item {
    font-size: 12px;
    padding: 10px;
}
.user a.dropdown-item i {
    margin-right: 7px;
}
.user a.dropdown-item.Logout {
    color: #f46a6a!important;
}
.user  .dropdown-menu {
    padding: 0;
}
.page-content {
    padding:95px 15px 30px;
    /* padding-top: 95px;
    padding-bottom: 30px; */
}
.page-title{
   position: relative;
   margin-bottom: 15px;
}
.page-title h4{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: var(--darkblue);
    margin: 0;
}
.page-title .breadcrumbbox ol.breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

.page-title .breadcrumbbox ol.breadcrumb a{
    color: #495057;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-title .breadcrumbbox ol.breadcrumb span{
    color: #9ea1b5;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}
.topbox{
    margin-bottom: 30px;
    display: block;
}
.topbox .card-body {
    text-align: right;
    display: flex;
    align-items: center;
}
.topbox .card-body .icons{
    padding: 12px;
    background: #8aacec;
    width: 42px;
    height: 42px;
    border-radius: 100px;
}
.topbox .card {
    border: none;
    box-shadow: 0 1px 16px rgba(136, 136, 136, 0.15);
    margin: 0;
}
.txtbox {
    width: 100%;
}
.topbox .card-body .icons i {
    font-size: 18px;
    margin-right: 15px;
    color: var(--darkblue);
}
.topbox h5.card-title {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}

.topbox p.card-text {
    font-size: 20px;
    color: #001a4a;
    font-weight: 600;
}

.cus-table table.dataTable.display tbody tr.odd {
    background-color: #fff;
}
.cus-table table.dataTable.display tbody tr.even{
    background-color: rgba(0, 26, 74, 0.06);
}
.cus-table table.dataTable.display tbody tr.odd>.sorting_1, 
.cus-table table.dataTable.display tbody tr.even>.sorting_1{
    background: transparent !important;
}
.cus-table table.dataTable thead th{
    border: none;
    background-color: rgba(0, 26, 74, 0.22);
    text-align: left;
    font-size: 14px;
    color: var(--darkblue);
    font-weight: 600;
}
.cus-table table.dataTable.display tbody tr td{
    text-align: left;
    font-size: 14px;
    color: var(--darkblue);
    font-weight: 400;
}

.cus-table table.dataTable tfoot{
    display: none;
}

.cus-table div#example_info, .cus-table div#example_paginate {
    margin-top: 10px;
}

.cus-table .dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em;
    background: #eaeaf9;
    border: none;
}
 .cus-table .dataTables_length select{
    background: #eaeaf9;
    border: none;
    margin: 0 10px;
}
/*.cus-table div#example_paginate a{
    color: #88939e !important;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #ced4da;
    padding: 5px 10px;
}
*/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 2px 10px;
    background-color: #fff;
    border-color: #ced4da;
}
.cus-table a.paginate_button.current , 
.cus-table .dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #556ee6 !important;
    border-color: #556ee6;
    color: var(--txt-white) !important;
    padding: 2px 10px;
} 

.dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color: #212529 !important;
    padding: 2px 10px;
}
.card-body.cus-table {
    padding: 30px;
}

.cus-table .dataTables_length {
    margin-bottom: 15px;
}

.custom-control-label::after {
    position: absolute;
    top: 3px;
    left: -22px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background: no-repeat 50%/50% 50%;
}
h4.subtitle {
    color: #495057;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}
.custom-control-input:checked~.custom-control-label::before{
    border-color: #556ee6;
    background-color: #556ee6;
}
.form-control:focus, input:focus, select:focus, 
.custom-file-input:focus~.custom-file-label, .form-control:focus,
 input:focus, select:focus, .custom-file-input:focus~.custom-file-label {
    color: #495057;
    background-color: #fff;
    border-color: #556ee6;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(85, 110, 230, 0);
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 26, 74, 0.06);
}

.cus-primary{
    background: var(--darkblue);
    border: none;
}
.cus-secondary{
    background:#eaeaea;
    border: none;
    margin-right: 15px;
}
.cus-primary:hover{
    background: #123575;
    border: none;
}

.cus-primary:not(:disabled):not(.disabled):active{
    background: #123575;
    border: none;
}

.cus-secondary:hover, .cus-secondary:not(:disabled):not(.disabled):active{
    background: #d8d8d8;
}
.datepicker td.active.active{
 background: var(--darkblue) !important;
}
.side-nav ul a.nav-link.collapsed.text-truncate{
    position: relative;
}

/* TextMonial  */

.Beacon_textss h4 span {
    font-size: 16px;
}

.Beacon_textmomnial {
    padding: 60px;
    padding-left: 95px;
    padding-right: 255px;
}

.Beacon_textmomnialImg {
    width: 270px;
    transform: translate(50%);
    position: relative;
    margin-left: -340px;
}

.Beacon_textmomnial.will_flx_text {
    padding-right: 95px;
    padding-left: 255px;
}

.uppercase {
    text-transform: uppercase;
}

#owl-demo1 .owl-prev, #owl-demo1 .owl-next {
    position: absolute;
    top: 50%;
    border: 1px solid #ddd;
    border-radius: 50px;
    line-height: 34px;
    width: 32px;
    height: 32px;
    color: #bebcbc;
}

#owl-demo1 .owl-prev {
    left: -42px;
}

#owl-demo1 .owl-next {
    right: -42px;
    padding: 0px 11px !important;
}

#owl-demo1 .owl-prev:focus, #owl-demo1 .owl-next:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

#owl-demo1 .owl-prev:hover, #owl-demo1 .owl-next:hover {
    color: #000;
}

.textmonialSilderbox.card_sub-para h5 {
    padding: 0;
    margin: 0;
    margin-top: 16px;
    text-transform: uppercase;
    letter-spacing: 0;
}

.textmonialSilderbox.card_sub-para h6 {
    margin: 0px;
    font-size: 13px;
}

#owl-demo1 .cmn_card_sub {
    border: 1px solid #d4d4d4;
    background-color: #f0f2f4;
    width: 255px;
    height: 510px;
    margin: auto;
}

.textmonialSilderbox.card_sub-para .directors p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    display: -webkit-box;
    max-width: 100%;
    height: 170px;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* TextMonial  */


/* toggle */
.side-nav .relogo{
    display: none;
    transition: all 0.3s ease-in-out;
}
.side-nav.active, .side-nav.active .position-fixed.h-100{
    max-width: 75px;
    transition: all 0.3s ease-in-out;
}
.side-nav.active ul li a span{
    display: none !important;
    transition: all 0.3s ease-in-out;
}
.side-nav.active .logo{
    display: none;
    transition: all 0.3s ease-in-out;
}

.side-nav.active .relogo{
    display: block !important;
    transition: all 0.3s ease-in-out;
}
.side-nav.active .relogo {
    display: block !important;
    /* width: 50px; */
    padding: 10px;
    background: #f6f9ff;
    transition: all 0.3s ease-in-out;
}
.side-nav.active .manu li a i{
    text-align: center;
    display: block;
}
/*--adjust as necessary--*/
/* .side-nav ul li a[aria-expanded="false"]:after {
    content: "\02C6";
}
.side-nav ul li a[aria-expanded="true"]:after {
    content: "\f000";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 10px;
    left: 0;
} */

.loginbox{
    width: 620px;
    display: block;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 00;
    right: 0;
    height: 410px;
}

.loginbox h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: var(--darkblue);
    margin: 0;
	margin-bottom: 25px;
	text-align: center;
}

.loginbox .form-group label {
    font-size: 12px;
    color: #2f323e;
}

.loginbox .form-control{
    font-size: 12px !important;
    color: #393d48  !important;
}
.loginbox .btn{
    color: #fff;
    display: block;
    text-align: center;
    margin: auto;
    width: 100%;
}
.loginbox a.text-muted {
    margin-top: 15px;
    display: block;
    text-align: center;
    color: #b5b5b5 !important;
    font-size: 12px;
}
.loginbox a.text-muted i{
    margin-right: 10px;
}
.loginimg {
    position: relative;
    background: #8aacec40;
    padding: 15px 0;
}
.loginimg img{
    display: block;
    margin: auto;
    text-align: center;
}
.loginbox form {
    padding: 30px;
}
/* .loginimg::after{
    content: '';
    background-image: url("../images/loginbg.png");
    display:block;
    position:absolute;
    width:122px;
    height:148px;
    float:right;
    bottom:0;
    right:0;
} */

.boardmember .cus-addbtn{
    display: block;
    margin-bottom: 20px;
}
.boardmember .card-header {
    background: transparent;
    border: none;
    position: relative;
}
.boardmember .card-header .btn{
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}
.boardmember .card-header i{
    color: #001A4A;
}
.boardmember .card-header img {
    max-width: 120px;
    width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.boardmember h5.card-title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: var(--darkblue);
    margin: 0;
    text-align: center;
}

.boardmember p.card-text {
    font-size: 12px;
    color: #333;
    margin: 10px auto;
    text-align: center;
}

.boardmember .card-body a{
    /* background-color: #00c08e; */
    margin: auto;
    margin-bottom: 10px;
    display: block;
    /* width: 120px; */
}

.boardmember .card {
    align-items: stretch;
    height: 100%;
}

.pageheaderimage button.edit {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.pageheaderimage img.card-img-top {
    height: 90px;
    object-fit: cover;
}


.pageheaderimage .card-body a {
    background-color: #00c08e;
    margin: auto;
    margin-bottom: 10px;
    display: block;
    width: 120px;
}


.pageheaderimage h5.card-title {
    /*text-transform: uppercase;*/
    font-weight: 600;
    font-size: 14px;
    color: var(--darkblue);
    margin: 0;
    text-align: center;
    margin-bottom: 15px;
    line-height: 20px;
}

.pageheaderimage p span{
    font-size: 12px;
    color: #333;
    text-align: center;
    background: rgba(0, 26, 74, 0.14);
    padding: 3px 8px;
    border-radius: 3px;
    margin: 10px 0;
    width: 70px;
}

.pageheaderimage .card-footer{
    padding: 0;
}

.pageheaderimage .cus-addbtn {
    display: block;
    margin-bottom: 20px;
}

.pageheaderimage .card, .pageheaderimagebox{
    align-items: stretch;
    height: 100%;
}

.cus-modal h4.modal-title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: var(--darkblue);
    margin: 0;
    text-align: center;
    margin: 0;
    line-height: 20px;
}

.contactconfiguration .cus-edit{
    color: var(--darkblue);
    background-color: rgba(0, 26, 74, 0.15);
}

@media(max-width:980px){
    .side-nav
}

/*New styles */
.imgUp
{
  margin-bottom:15px;
}
.del
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.sta_del
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.imgAdd
{
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#4bd7ef;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center;
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
}
.imagePreview {
    width: 100%;
    height: 120px;
    background-position: center center;
  background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
  background-color:#eeeeee;
    background-size: cover;
  background-repeat:no-repeat;
    display: inline-block;
  /*box-shadow:0px 0px 6px 2px rgba(0,0,0,0.2);*/
}

.card-wrapper{
    align-items: stretch;
    height: 100%;
}

.error{
    color: #ff0000;
}


.active-menu{
    background: rgba(255, 255, 255, 0.07);
}

.user li a i.fa.fa-user {
    height: 32px;
    width: 32px;
    background-color: #f6f6f6;
    border-radius: 100px;
    text-align: center;
    font-size: 15px;
    padding: 8px 0;
    color: #001a4a;
    margin-right: 5px;
}


i.fa.fa-pencil {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.btn-success{
	background-color: green;
	color: white;
}

.btn-success:hover{
	background-color: green;
	color: white;
}

.btn-warning{
	background-color: red;
	color: white;
}

.btn-warning:hover{
	background-color: red;
	color: white;
}

.nav-item div ul li a:hover{
	background-color: rgba(4, 37, 99, 0.44);
}

.layout-wrapper {
    display: unset;
}

.main-content {
    padding-left: 249px;
    flex-grow: 1;
}

.side-nav{
    position: fixed;
}

.btn-warning, .btn-warning.focus, .btn-warning:focus{
    background-color:red !important;
    border-color:red !important;
    color: #fff;
    box-shadow:0 0 0 0.2rem red;
}


.modal-header{
    background-color: #00205c;
}

.modal-header .modal-title {
    margin: 0;
    align-self: center;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

.cus-modal h4.modal-title{
    color: #fff;
}
