:root {
  scroll-behavior: smooth;
}
.text-color-primary {
  color: #782724;
}
.bg-color-primary {
  background-color: #782724;
}
.text-color-secondary {
  color: #142046;
}
.bg-color-secondary {
  background-color: #142046;
}
body {
  font-family: "Poppins", sans-serif;
}

/*li {
  list-style: none;
}*/

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

#main {
  margin-top: 90px;
}
textarea:focus, 
textarea:active,
select:focus, 
select:active,
input:focus, 
input:active {
	outline: 1px solid #0d6efd;
}
input[type="checkbox"]:focus,
input[type="checkbox"]:active,
input[type="radio"]:focus,
input[type="radio"]:active{

outline: 0 !important;



}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 23px 0;
  overflow: hidden;
}

.section-header {
  border-bottom: 2px solid var(--color-black);
}

.section-header h2 {
  font-size: 50px;
  
}

.section-header p {
  margin-bottom: 0;
}
.footer-input:focus-visible {
  outline: 0;
}
/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  color: #fff;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}


.bg-main-color {
  background-color: #782724;
}
/*--------------------------------------------------------------
# Page title
--------------------------------------------------------------*/
.page-title {
  font-size: 70px;
}

/* Form Input Fieldds */
.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:active,
.btn:focus {
  outline: none;
}
/* header  */
.top-header {
  background-color: #782724;
}
.border-right {
  border-right: 1px solid #75a9ff;
}
.nav-link {
	color: #000D38;
  font-weight: 500;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
	color: #782724;
}
.main-primary-btn {
  background-color: #151423;
  color: #ffffff;
  border-radius: 3px;
  padding: 10px 20px;
  font-weight: 400;
  transition: 0.3s all ease !important;
}
.main-primary-btn:hover {
  background-color: #782724;
  color: #ffffff;
}
.main-secondary-btn {
	background-color: #782724;
	color: #ffffff;
	border-radius: 3px;
	padding: 10px 16px;
	font-weight: 400;
	transition: 0.3s all ease;
}
.main-secondary-btn:hover {
  background-color: #151423;
  color: #ffffff;
}
.section-header-wrapper{
  padding: 20px 0;
}
.navbar {
	border-bottom: 1px solid #ddd;
	background: #ffff;
  height: 104px;
}
.header .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.mobile-icon {
	background: #151423;
	color: #fff !important;
	/* padding: 10px; */
	height: 35px;
	width: 35px;
	display: block;
	text-align: center;
	line-height: 35px;
	border-radius: 3px;
}
.dropdown-menu.show {
	display: block;
	border: 0 !important;
	margin-top: 0px;
}
/* hero-section  */
.hero-bg {
  background: url(".././img/hero-section/hero-bg.png") center center no-repeat;
  background-size: contain;
  background-color: #151423;
  height: 100%;
}
.hero-main-text {
  font-size: 64px;
}
.sub-text {
  margin-top: 15px;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  border-left: 4px solid #fff;
  padding-left: 12px;
}
.hero-btn {
  background-color: #ffffff;
  color: #782724;
  padding: 12px 25px;
  border-radius: 3px;
  font-weight: 500;
  transition: 0.3s all ease;
}
.hero-btn:hover {
  color: #ffffff;
  background-color: #000000;
  font-weight: 500;

}
/* event  */
.tab-wrapper {
  border: 0 !important;
}
.border-0 {
  border: 0 !important;
}
.tab-main-btn-1,
.tab-main-btn-2 {
  background: #e8ebef !important;
  color: #3a4466 !important;
  font-weight: 500;
  border-radius: 3px;
}
.tab-main-btn-1:hover {
  color: #ffffff;
}
.tab-btn.active {
  background: #782724 !important;
  color: #ffffff !important;
  font-weight: 500;
  border-radius: 3px;
}
.count-wrapper {
  gap: 10px;
}
.count-wrapper li {
  list-style: none;
}
.font-count {
  font-size: 32px;
  font-weight: 600;
}
.video-box {
  bottom: -20px;
  left: 145px;
}
.mission-bg {
  background: url("../img/section/mission-bg.png") center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #f5f9fc;
  padding: 50px 0;
}
.section-text {
  font-size: 48px;
  color: #151423;
  font-weight: 600;
}

.text-color {
  color: #5b6481;
}
.primary-btn-btn {
  background-color: #782724;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 3px;
}
.primary-btn-btn:hover {
  color: #ffffff;
}
.video-btn {
  top: 40%;
  left: 40%;
  z-index: 111;
}
.height-480 {
  height: 480px;
}
.video-close-btn {
  position: absolute;
  z-index: 999;
  top: -15px;
  right: -14px;
  background: #fff;
  opacity: 1;
  color: #151423 !important;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 30px;
}
/* our-vission */
 
.g-4 {
  gap: 15px;
}
/* heading-list  */
.heading-3 {
  font-size: 24px;
  font-weight: 700;
}
.counter-bg {
  background: url("../img/section/count-bg.png");
  background-size: cover;
  border-radius: 3px;
}
.counter {
  color: #ffffff;
  font-size: 48px;
  font-weight: bold;
}
.font-48 {
  font-size: 48px;
}
.font-24 {
  font-size: 24px;
}
.font-20 {
  font-size: 20px;
}
.font-16 {
  font-size: 16px;
}
.view-details-bt {
  background-color: #782724;
  border-radius: 3px;
  padding: 10px 18px;
}
.job-title {
  color: #000d38;
}
.job-title-sub-text {
  font-weight: bold;
  color: #000d38;
}
.job-title-details {
  color: #5e6782;
  text-align: justify;
}
.section-header-name {
  color: #151423;
  font-weight: bold;
  font-size: 48px;
}
.jobs-card {
  padding: 30px;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 440px;
}
.jobs-card:hover {
  background: #782724;
  color: #ffffff;
}

.jobs-card:hover .job-title {
  color: #ffffff;
}
.jobs-card:hover .job-title-sub-text {
  color: #ffffff;
}
.jobs-card:hover .job-title-details {
  color: #94b6ed !important;
}
.job-section {
  padding: 50px 0;
  background-color: #f5f9fc;
}
.section-padding {
  padding: 100px 0;
}
.top-move {
  transform: translateY(-50px);
}
.gslide-description.description-bottom {
	display: none;
}
.gallery-title {
  color: #0f1936;
  font-size: 20px;
}
.gallery-date {
  font-size: 20px;
  color: #5e6782;
}
/* btn  */
.view-btn {
  color: #ffffff;
  background-color: #782724;
  padding: 10px 15px;
  border-radius: 3px;
}
/* blog  */
.blog-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.news-blog-bg {
  background: #f5f9fc;
}
.blog-title {
  font-size: 24px;
  line-height: 32px;
}
.blog-sub-text {
  color: #5e6782;
  line-height: 24px;
  font-size: 16px;
  font-weight: 300;
  border-bottom: 1px solid #e0dede;
}
.blog-publisher {
  position: relative;
}
 
.qute {
	background-color: #DEE9FC;
	border-left: 5px solid #782724;
	padding: 40px;
}
.load-more-btn{
  border: 1px solid #0069FF;
  padding: 10px;
  transition: 0.2s all ease;
  font-weight: 600;
}
.load-more-btn:hover{
  background-color: #0069FF;
  color:#ffffff;
}
.social-wrapper a span{
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: block;
}
.social-icon-whatsapp{
  background-color: #25D366;
  color: #ffffff;
}
.social-icon-facebook{
  background-color: #3B5998;
  color: #ffffff;
}
.social-icon-twitter{
  background-color: #1DA1F2;
  color: #ffffff;
}
.social-icon-twitter{
  background-color: #1DA1F2;
  color: #ffffff;
}
.social-icon-linkedin{
  background-color: #0077B5;
  color: #ffffff;
}
.social-icon-pinterest{
  background-color: #D42C22;
  color: #ffffff;
}
.social-icon-link{
  background-color: #77878F;
  color: #ffffff;
}
.qute-icon{
  font-size: 48px;
  color:#0670E9;
}
/* footer  */
.footer {
	padding-top: 100px;
	padding-bottom: 2px;
	background: url("../img/footer/footer.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-input {
  border: 0;
  padding: 18px;
  border-radius: 3px;
}
.footer-submit {
  background-color: #782724;
  padding: 18px;
}
.form {
  display: flex;
  justify-content: space-between;
  border-radius: 3px;
}
.footer-input:hover:focus-visible {
  border: 0;
  outline: 0;
}
.footer-social a {
  color: #000d38;
  background-color: #ffffff;
  height: 45px;
  width: 50px;
  text-align: center;
  line-height: 45px;
  display: block;
  border-radius: 3px;
}
.footer-social a:hover {
  background-color: #782724;
  color: #ffffff;
}
.gaps {
  gap: 10px;
}
.border-bottom {
  border-bottom: 1px solid #6f7483;
}
/* page-banner  */
.page-banner {
  background: url("../img/page-header/page-header.png");
  background-size: cover;
  max-width: 100%;
  background-repeat: no-repeat;
  padding: 12px 0;
}
.page-banner-title {
  font-size: 48px;
}
.defult-btn {
  background-color: #782724;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 3px;
}
/* 404  */
.alert-title {
  font-size: 32px;
}
.alert-sub-text {
	width: 100%;
	margin: auto;
	color: #5E6782;
}
/* help-request  */
.help-request-title {
	margin-top: 25px !important;
}
.help-sub-text {
  color: #5e6782;
}
.requested-by {
  color: #5e6782;
}
/* register  */
.input-wrapper input, .input-wrapper select, .input-wrapper textarea {
	border: 1px solid #E9EAF0;
	border-radius: 3px;
	padding: 10px 12px;
	margin: 10px 0;
	background-color: #ffffff;
}
.input-wrapper {
  width: 100%;
}
.required {
  color: #f50963;
}
.input-wrapper label {
  color: #000d38;
}
.submit-btn {
  border: 0;
  color: #ffffff;
  border-radius: 3px;
  background-color: #782724;
  padding: 12px 18px;
  transition: 0.2s all ease;
}
.submit-btn:hover {
  background-color: #000d38;
}
/* job-details  */
.text-color-normal {
  color: #6e7485;
}
.btn-normal {
  background-color: #782724;
  color: #ffffff;
  border-radius: 3px;
  padding: 12px 18px;
  transition: 0.2s all ease;
}
.btn-normal:hover {
  background-color: #000d38;
  color: #ffffff;
}
.list-icon-color {
  color: #6e7485;
  font-size: 7px;
  line-height: 20px;
}
.description-content {
  line-height: 24px;
}
/* cv-bank  */
.cv-bank thead tr th {
  color: #ffffff;
  background-color: #782724;
  padding: 12px;
  text-align: center;
}
.cv-bank tr td {
  border: 1px solid #f2f2f2;
  padding: 30px 5px;
  text-align: center;
}
.cv-download {
	background-color: #dee9fc;
	border-radius: 3px;
	color: #782724;
	padding: 10px 12px;
	font-weight: 500;
	display: inline-block;
	white-space: nowrap;
  transition: 0.2s all ease;
}
.cv-download:hover{
  color:#fff;
  background-color:#782724;
}
.cv-bank tbody, td, tfoot,thead, tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
	border: 1px solid #F4F4F4 !important;
}
/* pagination */
.pagination {
  margin: 0;
}

.pagination li a {
  color: #010e38;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 27px;
  border-radius: 3px;
  display: block;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.2s all ease;
}
.pagination li a:hover {
  background-color: #782724;
  color: #ffffff;
}

/* directory  */

.directory thead tr th {
  color: #ffffff;
  background-color: #782724;
  padding: 12px;
  text-align: center;
}
.directory tr td {
  padding: 30px 5px;
  text-align: center;
}
.directory tbody tr {
  border-top: 30px solid white !important;
}

/* contact  */
.contact-box {
  padding: 18px;
  border-radius: 3px;
}
.contact-logo span {
  color: #782724;
  background-color: #ffffff;
  height: 80px;
  width: 80px;
  border-radius: 3px;
  line-height: 80px;
  text-align: center;
  display: block;
  font-size: 32px;
}
.text-color-light {
  color: #b2cdf8;
}

/* member-details */
.border-right {
  border-right: 2px solid #cfcfcf;
}
.search-btn {
  border: 0;
}
.bg-soft-light {
  background-color: #f0f5ff;
}

/* communite  */
.communite-social {
  display: none;
	left: 12%;
	/* right: 23%; */
	top: 250px;
	z-index: 99;
	transition: 0.2s all ease;
}

.communite-social-wrapper{
  gap:10px;
  transition: 0.2s all ease;
}
.communite-area{
  transition: 0.2s all ease;
}
.communite-social{
  transition: 0.2s all ease;
}
.communite-area:hover .communite-social{
  display: block;
}
.communite-social-wrapper a span {
	display: block;
	height: 40px;
	width: 40px;
	text-align: center;
	justify-content: center;
	background-color: #fff;
	color: #000D38;
	font-size: 18px;
	line-height: 40px;
	border-radius: 3px;
	transition: 0.2s all ease;
}
.communite-social-wrapper a span:hover{
  background-color: #782724;
  color: #fff;
}
/* blog-details  */
.search-btn {
	height: 48px;
	width: 334px;
	color: #fff;
	background: #782724;
	border-radius: 3px;
  transition: 0.2s all ease;
}
.search-btn:hover{
  background-color: #151423;
}
.space-x {
  margin-top: 10px;
}
.main-password {
  position: relative;
}
.icon-view {
	position: absolute;
	right: 12px;
	top: 12px;
  color: #4E5566;
}
.primary-btn-btn:hover .primary-btn-btn > span{
  padding-left: 10px;
  /* transform:translateX(-10px) ; */
}
.modal-backdrop {
	z-index: 0 !important;
}



/* Code Added By Azhar */
.navbar .dropdown-item:focus, .dropdown-item:hover {
  border-radius: 3px;
}
.hero-btn:hover .hero-btn-icon{
  padding-left: 10px !important;
  transition: .3s all ease;
  color: white;
  font-weight: 700;
}
.hero-btn-icon{
  font-weight: 700;
}
.primary-btn-btn:hover  span{
  padding-left: 10px !important;
  transition: .3s all ease;
}


/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-img img{
  width: 100%;
  object-fit: cover;
}
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
  width: 100%;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}



/* event  */

.accordion-button:focus {
	z-index: 3;
	border: 0 !important;
	outline: 0;
	box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
	background-color: transparent;
	box-shadow: transparent;
}
.accordion-item {
	border-bottom: 0;
	margin-bottom: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.latest-blog{
  border: 1px solid #E4E7E9;
  padding: 20px;
  border-radius: 3px;
}
.blog-sidebar{
  position: sticky;
  top: 0;
}
.border-bottom{
  border-bottom: 1px solid #E4E7E9;
}
/* Event Css Start */
.event-image {
  padding-left: 60px;
  margin-top: -50px;
}
.inner-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  background: #782724;
  margin-top: 50px;
  /* height: 470px; */
}
.owl-carousel .item {
  font-size: 30px;
  text-align: center;
  padding: 40px 20px;
  line-height: 2;
  font-weight: 700;
  background-color: #eee;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  color: white;
  border-radius: 50%;
  position: absolute;
  top: 84%;
  transform: translatey(-50%);
}
.owl-nav button span {
  font-size: 35px;
  height: 100%;
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav button.owl-prev {
  right: 110px;
}
.owl-carousel .owl-nav button.owl-next {
  right: 50px;
}
.owl-carousel .owl-nav {
  margin: 0;
}
.btn-wrap {
  text-align: center;
  width: 100%;
}
.owl-theme .owl-nav .disabled,
button.disabled {
  opacity: 0.6;
}
.owl-carousel .owl-dots{
  display: none;
}
.event-img-wrapper{
  padding-left: 30px;
}
.event-content{
  padding: 30px;
}
.event-content{
  color: white;
}

.time-count-down{
  display: flex;
  margin-top: 20px;
}
.count-element{
  padding: 10px 30px;
  border-right: 1px solid white;
  text-align: center;
}
.count-element p{
  margin-bottom: 0px;
}
.time{
  font-size: 36px;
  font-weight: bold;
}
.event-content h4{
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 26px;
  font-size: 700;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.event-content .description{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
/* Event Css End */

/* timeline-nipun  */
.timeline{
  position:relative;
  margin:0px auto;
  padding:40px 0;
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#782724;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
.timeline ul li .content {
	border: 1px solid #E8F9FA;
	margin: 0 -5px;
	padding: 20px;
}
.timeline ul li:nth-child(even){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(odd){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(2n)::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	top: 24px;
	right: -25px;
	background: rgb(255, 255, 255);
	border-radius: 50%;
	border: 5px solid #782724;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
	width: 50px;
	height: 50px;
  top:24px;
  left:-25px;
  background: rgb(255, 255, 255);
  border-radius:50%;
  border: 5px solid #782724;
}
.timeline ul li h3 {
	padding: 0;
	margin: 0;
	color: #782724;
	font-weight: 600;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
}
.timeline ul li:nth-child(2n) .time {
	position: absolute;
	top: 6px;
	right: -130px;
	margin: 0;
	padding: 8px 16px;
	color: #fff;
	border-radius: 18px;
	z-index: -11;
}
.timeline ul li:nth-child(2n+1) .time {
	position: absolute;
	top: 6px;
	left: -30px;
	margin: 0;
	padding: 8px 16px;
	color: #fff;
	border-radius: 18px;
	z-index: -11;
}
.timeline-icon {
	display: block;
	height: 70px;
	width: 70px;
	text-align: center;
	line-height: 62px;
	border-radius: 50%;
	color: #782724;
	border: 8px solid #782724;
	position: relative;
}
.timeline-year {
	display: block;
	height: 40px;
	width: 145px;
	color: #fff;
	border-radius: 80px;
	background-color: #782724;
	text-align: center;
	font-size: 16px;
	line-height: 43px;
	margin: 0;
	position: absolute;
	top: 24px;
	left: -111px;
}
.timeline ul li .time h4 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 40px;
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(2n+1)::before, .timeline ul li:nth-child(2n)::before {
    top: -18px;
    left: -4px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}

/* time line close  */