<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Copyright 2018-2019
 * Licensed under IFTI (http://iftiit.com)
 */



.title-bar {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  background:#093;
}
.title-bar a{color:#FFF; font-size:17px;}

.title-bar div{
	width:130px;
	padding-left:5px;
	background-color:#F00;
	position: relative;
	border-radius:0 3px 3px 0;
}


.title-bar div:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-left-color:#F00;
	border-width:5px;
	margin-top: -5px;
}




.text-on-img {
  position: relative;
}


.text-on-img .top-left {
  position: absolute;
  top: 0;
  left: 0;
  color:#444;
  font-size:14px;
  background-color:rgb(255,204,0);
  padding:2px 5px 2px 5px;
}
/*..........................Bootstrap customise..........................*/


.carousel-caption{
	bottom:0;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color:rgba(0,0,0,0.5);
	z-index:0;
}
.carousel-caption a{
	color: #fff!important;
}


#slide2 .carousel-control-next,
#slide2 .carousel-control-prev {
 align-items: flex-start;
 top:25%;
}


.relative-item{ position:relative}

.w-20 {
  width: 20% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}


.text-gray,.text-gray a{
  color:var(--gray);
}

.text-dark,.text-dark a{
  color:var(--dark);
}

.text-gray-dark,.text-gray-dark a{
  color:var(--gray-dark);
}

.text-white,.text-white a{
  color:var(--white)!important;
}

.text-teal,.text-teal a{
  color:var(--teal);
}

.text-cyan,.text-cyan a{
  color:var(--cyan);
}

.text-black,.text-black a{
  color:#000!important;
}


.text-light,.text-light a{
  color:var(--light);
}

.text-green,.text-green a{
  color:var(--green);
}

.text-red,.text-red a{
  color:var(--red);
}


.bg-gray {
  background-color:var(--gray);
}

.bg-green {
  background-color:var(--green);
}

.bg-red {
  background-color:#F00;
}

.bg-blue{background-color: #1B2071 !important;}

.border-blue {
  border-color: #1B2071 !important;
}

.border-gray {
  border-color:var(--gray);
}

.border-green {
  border-color:var(--green);
}

.border-red {
  border-color:var(--red);
}



.font-size-12,.font-size-12 a{
  font-size:12px!important;
}
.font-size-13,.font-size-13 a{
  font-size:13px;
}
.font-size-14,.font-size-14 a{
  font-size:14px;
}
.font-size-15,.font-size-15 a{
  font-size:15px;
}





.font-size-16,.font-size-16 a{
  font-size:16px;
}

.font-size-18,.font-size-18 a{
  font-size:18px;
}

.font-size-20,.font-size-20 a{
  font-size:20px;
}

.font-size-22,.font-size-22 a{
  font-size:22px;
}

.font-size-24,.font-size-24 a{
  font-size:24px;
}

.font-size-26,.font-size-26 a{
  font-size:26px;
}




body{background-color: var(--body-bg-color);}


.bg-light {
  background-color: #F00 !important;
}

.bg-light-2 {
  background-color: #FFF !important;
}

.pagination .page-item a:hover {
	color: #0056b3;
	text-decoration: none;
	background-color: var(--red);
	border-color: #dee2e6;
}
.pagination .page-item a {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
	border-top-color: rgb(222, 226, 230);
	border-right-color: rgb(222, 226, 230);
	border-bottom-color: rgb(222, 226, 230);
	border-left-color: rgb(222, 226, 230);
}

.pagination-active{background-color: var(--red)!important;}

.navbar .nav-item a,.more{color:#fff!important;}</pre></body></html>