body {
	background:url(../img/ct_gign.jpg) no-repeat center center fixed, linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-blend-mode: overlay;
}

.form-control {
	border:1px solid #272727;
}
.dropdown-item:focus, .dropdown-item:hover {
	background:linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.4));
}

.bg_overlay {
	background: linear-gradient(rgba(0,0,0,0.4),rgba(0,0,0,0.2));
}

.bg_overlay2 {
	background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
}

 
.custom-table thead tr, .custom-table thead th {
	padding-bottom: 10px;
	border-top: none;
	border-bottom: none !important;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
letter-spacing: .2rem; }
.custom-table tbody th, .custom-table tbody td {
	color: #777;
	font-weight: 400;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: 300;
	border: none;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
transition: .3s all ease; }
.custom-table tbody th small, .custom-table tbody td small {
	color: rgba(255, 255, 255, 0.3);
font-weight: 300; }
.custom-table tbody th a, .custom-table tbody td a {
color: rgba(255, 255, 255, 0.3); }
.custom-table tbody th .more, .custom-table tbody td .more {
	color: rgba(255, 255, 255, 0.3);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
letter-spacing: .2rem; }
.custom-table tbody tr {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
transition: .3s all ease; }
.custom-table tbody tr:hover td, .custom-table tbody tr:focus td {
color: #fff; }
.custom-table tbody tr:hover td a, .custom-table tbody tr:focus td a {
color: rgb(13,110,253); }
.custom-table tbody tr:hover td .more, .custom-table tbody tr:focus td .more {
color: rgb(13,110,253); }
.custom-table .td-box-wrap {
padding: 0; }
.custom-table .box {
	background: #fff;
	border-radius: 4px;
	margin-top: 15px;
margin-bottom: 15px; }
.custom-table .box td, .custom-table .box th {
/*border: none !important; */}

.table a {
	text-decoration:none;
}
/* width */
::-webkit-scrollbar {
	width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
	background: #2b2d31;
	border-radius:3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: rgb(13,110,253);
	border-radius:3px;
}

.serviceBox{
    padding: 30px 30px 30px 90px;
    color: #FFC107;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.serviceBox a {
	color: #FFC107;
	cursor:pointer;
	text-decoration:none;
	z-index:999;
}
.serviceBox:hover{
    background: #000;
    color: #fff;
}

.serviceBox:after{
    content: "";
    display: block;
    border-top: 500px solid #fff;
    border-left: 500px solid transparent;
    margin-top: -55%;
    margin-left: 100%;
    opacity: 0;
    position: absolute;
    transform: scale(2);
    transition: all 0.3s ease-in-out 0s;
}

.serviceBox:hover:after{
    margin-left: 0;
    opacity: 0.1;
}

.serviceBox .service-icon{
    font-size: 50px;
    color: rgb(13,110,253);
    position: absolute;
    top: 40px;
    left: 20px;
    transition:all 0.3s ease-in-out 0s;
}

.serviceBox:hover .service-icon{
    color: #fff;
}

.serviceBox .title{
	position:relative;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px 0;
    text-transform: capitalize;
	z-index:1;
}

.serviceBox .read_more{
	position:relative;
	z-index:1;
}

.serviceBox .description{
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
}

.serviceBox:hover .description{
    color: #fff;
}


/*cool bs5 inputs with fontawesome*/
.input-group-addon i.fa {
  position: absolute;
  top: 6px;
  left: 10px;
  color: #0D6EFD;
  font-size: 22px;
  z-index: 9999;
}

.input-group .form-control:not(textarea) {
  position: relative;
  padding-left: 45px !important;
}

@media (max-width: 568px) {
  .input-group,.custom_area  {
	width:100% !important;
  }
}

.accordion {
	--bs-accordion-border-color: #272727;
}


/*pagination*/
.toggle-pagination {
  visibility: hidden;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #007bff;
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 5px !important;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 8px 15px 8px 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .pagination-lg > li > a,
  .pagination-lg > li > span {
    padding: 6px 10px 6px 10px;
    font-size: 10px;
	border-radius: 5px !important;
  }
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	  border-radius:5px;
}

.pagination {
  text-align: center;
  margin: 15px auto 30px auto;
  color:#fff;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
 
}

.pagination > li > a {
  background:#272727;
  color: #a0a7ab;
  margin-left: 5px;
  margin-right: 5px;
  text-decoration:none;
}

.pagination > li > a:hover {
  background:#212121;
  color: #fff;
  border-radius:5px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {

}
.pagination .inactive {
  color:#fff;
  margin-left: 5px;
  margin-right: 5px;
  background:#272727;
  border-radius:5px;
}
.pagination .current a {
	color:#fff !important;
	  text-decoration:none;
}

.custom-table tbody th .more2, .custom-table tbody td .more2 {
	color: rgba(255, 255, 255, 0.3);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
letter-spacing: .2rem; }

 
.custom-table tbody tr:hover td .more2, .custom-table tbody tr:focus td .more2 {
color: #fff; }

.dropdown-item:hover {
	color:#0D6EFD !important;
}

.cookie_bar {
    display: block;
    position: fixed;
    z-index: 999;
    background: #000;
    background: rgba(0, 0, 0, .7);
    left: 0;
    right: 0;
    top: 0 !important;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
    padding: 7px 0
}