:root{--color-primary:#1977cc;
--color-secondary:#FE2905;
--bs-link-color:#515d6a;
--bs-link-hover-color:rgba(112, 55, 86, 1);
}
h1{font-size: 1.6rem;font-weight:bold }
h2{font-size: 1.5rem;}
h3{font-size: 1.4rem;}
h4{font-size: 1.3rem;}

#inner-page>h2,#inner-page>h3,#inner-page>h4{margin-top: 30px;}

ul{padding-inline-start: 17px;margin-bottom: 0;}
#hero{
	padding:0;
	margin-bottom: -200px;
}

@media (max-width: 992px) {
    #hero {
        margin-bottom: 0;

    }
}
/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #1977cc;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}
.bg {
    background: #f1f7fd !important;
}
img {
    max-width: 100%;
    height: auto;
}
@media (max-width: 768px) {
	#hero .img{text-align: center;}
    .full-width-mobile {
        margin-left: -12px;
        margin-right: -12px; margin-top: -60px;
    }
}
a.stretched-link {
    font-weight: bold;
}
.post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);background: #fff;border: 1px solid #dadce0;
  transition: 0.3s;
  overflow: hidden;
  padding: 15px;
  border-radius: 8px;
  position: relative;

}
.post-box .post-img {
  overflow: hidden;
  margin: -15px;
  position: relative;border-bottom: 1px solid #ddd;
}

.post-box .post-img img {
    transition: 0.5s;
    object-fit: cover;
}

.post-box .post-title {
  font-weight: 700;
  transition: 0.3s;
}
.post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}
.post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}
.overlay {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 150px 15px 15px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
}
.overlay a{
	color: #fff;
}
#preloader{
	position:fixed;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 1000;
}
#preloader:before {
  content: "";
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--color-primary);
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}
@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.post-box:hover .post-img img {
  transform: rotate(0deg) scale(1.2);
}
aside{font-size: 14px;}
aside a{color: #012970}
aside a:hover, aside a.active {
  color: var(--color-secondary);
  text-decoration:none;
}
.sidebar {
    position: sticky;
    top: 100px;
}
.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-item {
  margin-bottom: 5px;
}
.sidebar-nav .nav-heading {
  font-size: 11px;
  text-transform: uppercase;
  color: #899bbd;
  font-weight: 600;
  margin: 10px 0 5px 15px;
}
.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-weight: 600;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
  padding: 10px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  margin-right: 5px;
}
.sidebar-nav .nav-link.collapsed {
  color: #012970;
  background: #fff;
}
.sidebar-nav .nav-link:hover {
  background: #f6f9ff;
}
.sidebar-nav .nav-link .bi-chevron-down {
  margin-right: 0;
  transition: transform 0.2s ease-in-out;
}
.sidebar-nav a:not(.collapsed) .bi-chevron-down {
  transform: rotate(180deg);
}
.sidebar-nav .nav-content {
  padding: 0;
  margin-left: 30px;
}
.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  padding: 10px 0 10px 0px;
  transition: 0.3s;
}
.sidebar-nav .nav-content a i {
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

.title-readmore{
	display: flex;align-items: center;
	border-bottom: 2.5px solid var(--color-primary);margin-bottom: 10px;margin-top: 30px;
}
.title-readmore:first-child {
  margin-top: 0px;
}
.title-readmore h2 {
    color: #fff;
    margin-right: auto;
    padding: .5rem;
    background-color: var(--color-primary);
    font-size: larger;
	margin-top: 0px;
    margin-bottom: -2px;
}
/* Bordered Tabs */ 
.nav-tabs-bordered { border-bottom: 2px solid #ebeef4; }
.nav-tabs-bordered .nav-link { margin-bottom: -2px; border: none; color: #2c384e; } 
.nav-tabs-bordered .nav-link:hover, .nav-tabs-bordered .nav-link:focus { color: var(--color-primary); } 
.nav-tabs-bordered .nav-link.active { background-color: #fff; color: var(--color-primary); border-bottom: 2px solid var(--color-primary); }

.btn {
  display: inline-block;
  text-decoration: none !important;
  padding: 8px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  margin:3px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}
.btn-no-border {
  border: 0;
}
.btn:hover,.filter-active {
  color: #fff;
  background: var(--color-primary);
}
.btn-page{margin:0;}
.swiper-button-next:after, .swiper-button-prev:after {
	color: #fff;
    background-color: rgba(0, 0, 0, .5);
    padding: 5px;
    border-radius: 4px;
}
.page-item .form-select{ border-left: none; border-right: none;border-radius: unset;}

.icon-bar {
width:auto;text-align:center;right: 0;padding: 10px;
position: fixed;
bottom: 40px;z-index: 1;
}
.icon-bar a{
display: block;
margin-top: 10px;
}
