h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Varela Round, sans-serif;
}

body {
  font-family: "Istok Web", Sans-serif;
  font-size: 1rem;
}

.navbar .nav-link {
  font-family: Istok Web, sans-serif;
  font-weight: 700;
  font-size: 17px;
  padding-left: 21.2px !important;
  padding-right: 21.2px !important;
  line-height: 60px;
  padding-top: 0;
  padding-bottom: 0;
}



@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .navbar .container {
        max-width: 1020px;
    }
	
		
 .navbar .container .navbar-nav .nav-item .nav-link {padding-left: 8.2px !important;
    padding-right: 8.2px !important;}
	
.custheader	.container{
        max-width: 1020px;
    }
	
}



@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1)


  {
.navbar .container {
        max-width: 1020px;
    }
	
		
 .navbar .container .navbar-nav .nav-item .nav-link {padding-left: 7.2px !important;
    padding-right: 7.2px !important;}
	
.custheader	.container{
        max-width: 1020px;
    }
}


@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
.navbar .container {
        max-width: 1305px;
    }
	
.custheader	.container{
        max-width: 1305px;
    }	
	
}





@media only screen 
  and (min-device-width: 820px) 
  and (max-device-width: 1180px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .navbar .container {
        max-width: 1020px;
    }
	
		
 .navbar .container .navbar-nav .nav-item .nav-link {padding-left: 8.2px !important;
    padding-right: 8.2px !important;}
	
.custheader	.container{
        max-width: 1020px;
    }
	
}




.headcta {
  display: flex;
  gap: 10px;     align-items: center;
}

.headcta .contribu .contr{background: #00D6BE !important;
    width: auto;
    color: #ffffff !important;
    padding: 9px 17px;
    margin-right: 20px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 600;
    border-radius: 5px;}


.navbar .bi-search {
  color: black;
}

.headcta h6 {
  margin-bottom: 0;
  line-height: 30px;
}
.custheader {
  padding: 15px 0;
  border-bottom: 2px solid #dadada !important;
}

.cul1 a {
  color: #944c96;
}

.cul2 a {
  color: #e94a47;
}



.cul5 .dropdown-item:hover {
    color:#954B98;
	background:white;
    
}

.cul2 .dropdown-item:hover {
    color:#954B98; background:white;
}

.nav-link:focus, .nav-link:hover {    color: #954B98;}


.cul5 .dropdown-item {
    color: #363699;
    font-weight: 600;
}

.cul2 .dropdown-item {
    color: #363699;
    font-weight: 600;
}


.cul3 a {
  color: #f68a25;
}

.cul4 a {
  color: #0099d3;
}

.cul5 a {
  color: #e9b001;
}

.cul6 a {
  color: #2d3693;
}

.cul7 a {
  color: #009ad2;
}

.cul8 a {
  color: #008143;
}

.cul9 a {
  color: #e73334;
}

.cul10 a {
  color: #934d96;
}

.rank-math-breadcrumb {
  background-image: url(../images/breadcrumb.jpg);
  background-size: cover;
  padding: 20px 0;
}

.rank-math-breadcrumb h1 {
  font-size: 30px;
  color: white;
  margin-bottom: 10px;
}

.rank-math-breadcrumb .bread-crumbs {
  margin: 0;
}

.rank-math-breadcrumb .bread-crumbs li p {
  margin-bottom: 0;
}
.rank-math-breadcrumb .bread-crumbs li a {
  text-decoration: none;
  color: #ffffff;
}
.rank-math-breadcrumb .bread-crumbs li {
  display: inline-block;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  color: #fff;
}

.footer {
  color: #ffffff;
  background-color: #ce9b00;
  padding: 30px 0px;
}
.footer .fut-heading {
  margin-bottom: 30px;
}

.footer .fut-heading:after {
  content: "";
  border-bottom: 2px solid #fff;
  height: 2px;
  display: block;
  max-width: 50%;
  margin-top: 8px;
}

.footer .con {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}

.footer .con a {
  color: #ffff;
  text-decoration: none;
}

.footer .social a {
  color: #ffff;
  text-decoration: none;
}

.footer .social i {
    font-size: 20px;
    padding-right: 8px;
}


.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {color:white; background: #00d6be;}


.footer ul.fut-menu {
  padding-left: 0rem !important;
}

.footer ul.fut-menu li {
  list-style-type: none;
  position: relative;
  margin-bottom: 0.5em;
}

.footer ul.fut-menu li a {
  color: #ffffff;
  text-decoration: none;
}

footer {
  color: #ffffff;
  padding: 12px 0;
  background-color: #E9B001;
}
footer p {
  margin-bottom: 0;
}
footer p a {
  text-decoration: none;
  color: white;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
[type="text"].form-control:focus,
[type="password"].form-control:focus,
[type="email"].form-control:focus,
[type="tel"].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

.cme-form {
  padding: 30px 0;
}

.cme-form .form-label {
  font-size: 18px;
  color: #07077b;
}

.cme-form .form-check-input:checked {
  background-color: #2d3693;
  border-color: #2d3693;
  box-shadow: none;
}

.cme-form .form-control {
  border: 1px solid #e9b001;
  line-height: 30px;
  background: #fefbfb;
}

.btn-primary {
  background: #00d6be !important;
  color: #ffffff !important;
  border: #00d6be;
  font-family: "Varela Round", Sans-serif;
  padding: 7px 20px;
  font-size: 18px;
}

.contribute {
  padding: 30px 0;
}

.contri {
  background: #fff6f7;
  padding: 40px 0;
}

.contri h4 {
  color: white;
}
.contri h3 {
  margin-top: 15px;
}
.contri p {
  margin-bottom: 0;
  color: white;
  height: 72px;
}

.contri .btn-light {
  margin-top: 15px;
  font-size: 17px;
}

.contri .box1 {
  background-color: #944c96;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 15px;
}

.contri .box2 {
  background-color: #2d3693;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 15px;
}

.contri .box3 {
  background-color: #008143;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 15px;
}

.contri .box4 {
  background-color: #e73334;
  padding: 30px;
  margin-bottom: 25px;
  border-radius: 15px;
}

.navs .col-md-3 a {
  text-decoration: none;
  color: white;
  font-size: 17px;
  display: block;
  text-align: center;
  width: 100%;
}

.contrinav .navs .col-md-3:hover, .contrinav .navs .col-md-3.active {
  background-color: #944c96;
}

.navs .col-md-3:nth-child(1) {
  background-color: #0099d3;
  padding: 10px;
}
.navs .col-md-3:nth-child(2) {
  background-color: #0099d3;
  padding: 10px;
}
.navs .col-md-3:nth-child(3) {
  background-color: #0099d3;
  padding: 10px;
}
.navs .col-md-3:nth-child(4) {
  background-color: #0099d3;
  padding: 10px;
}

.navs .col-md-3:nth-child(5) {
  background-color: #0099d3;
  padding: 10px;
}



@media (min-width: 768px) {
 .contrinav .container .navs  .col-md-3 {
        flex: 0 0 auto;
        width: 20%; border-right: 0.05em solid #ffffff;
        border-left: 0.05em solid #ffffff;
    }
}







@media only screen and (max-width: 767px) {
  .contri p {
    height: auto;
  }
}

.form-control {
  border: 1px solid #e9b001;
  line-height: 30px;
  background: #fefbfb;
}

.form-label {
  font-size: 18px;
  color: #07077b;
}

.contri form p {
  color: black;
  height: auto;
  font-size: 17px;
  margin-bottom: 12px;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-width: 1px;
}
.admin .btn-primary {
  background-color: #084a98;
  border-color: #084a98;
}

.dt-layout-row .dt-buttons .dt-button {
  box-shadow: none !important;
  color: white;
  background-color: #084a98;
  border: 1px solid #084a98;
}
.table-responsive .dt-layout-row .dt-buttons .dt-button:focus {
  box-shadow: none !important;
}
.table-responsive .dt-layout-row .dt-buttons .dt-button:hover {
  box-shadow: none !important;
  color: white;
  background-color: #dc3545 !important;
  border: 1px solid #dc3545 !important;
}
.btn-primary {
  background-color: #084a98;
  border-color: #084a98;
}
.admin .form-control {
  border-color: #084a98;
}
.form-control {
  border-color: #084a98;
}

.txt-e {
  text-align: end;
}

table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc {
  cursor: pointer;
  background: #005492;
  color: #ffffff;
  font-weight: 400;
  text-align: left;
}

td a {
  color: rgb(0 0 0);
}
.tbl-r #myTable_wrapper {
  overflow-x: scroll !important;
}
.vertical-nav-menu li a {
  font-size: 18px;
  text-decoration: none;
}
.vertical-nav-menu {
  padding-top: 30px;
}
.app-theme-white.app-container {
  background: #ffff;
}
