:root {
	--primary-color: #042270;
	--secondary-color: #F18A20;
	---light-color: #F5F5F5;
}

body {
	/* font-family: "Source Sans Pro", sans-serif; */
	font-family: "Anek Bangla", sans-serif;
}

.cont-first {
	position: relative;
	overflow: hidden;
}

.intro-first {
	padding-bottom: 60vh;
}

.intro-second {
	align-items: center;
}

.address li i {
	font-size: 22px;
	width: 32px;
	vertical-align: middle;
	height: 36px;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	line-height: 32px;
	color: var(--secondary-color);
}

.footer-area a {
	color: #fff;
}

.social-bookmark {
	padding: 0;
}

.footer-social-bookmark {
	padding: 15px 0;
}

.social-bookmark li {
	display: inline;
}

.social-bookmark li a {
	display: inline-block;
	margin: 0 2px;
	text-align: center;
	color: #292929;
}

.footer-social-bookmark .social-bookmark li a {
	background: var(--secondary-color) none repeat scroll 0 0;
	border-radius: 20%;
	color: white;
	display: inline-block;
	font-size: 14px;
	height: 30px;
	padding-top: 5px;
	width: 30px;
	transition: 0.3s ease;
}

.footer-social-bookmark .social-bookmark li a:hover {
	background: white;
	color: var(--secondary-color);
}

.address {
	padding: 0;
	font-weight: 300 !important;
}

.f-item {
	position: relative;
	background: #FFFFFF;
	border-radius: 9px;
	padding: 0 10px 5px 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.f-item-wrp {
	display: flex;
	align-items: stretch;
	-webkit-box-align: stretch !important;
}

.f-sl {
	position: absolute;
	width: 30px;
	height: 40px;
	left: 20px;
	border-radius: 0px 0px 50px 50px;
	background: var(--primary-color);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.f-sl span {
	font-size: 19px;
	font-weight: 400;
	line-height: 33px;
	text-align: center;
	color: #FFFFFF;
}

.f-img img {
	padding-top: 5px;
	height: 120px;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 100%;
}

.f-tag span {
	color: #fff;
	background-color: var(--secondary-color);
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 400;
	z-index: 2;
	text-align: center;
	line-height: 20px;
	padding: 0 7px;
	display: inline-block;
	vertical-align: top;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.f-title {
	font-size: 24px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	/* height: 90px; */
	margin-bottom: 10px;
	text-transform: capitalize;
}

.f-title span {
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	text-align: center;
	color: var(--primary-color);
}

.btn-div {
	padding: 30px;
}

li {
	list-style: none;
}

@media only screen and (max-width: 768px) {
	.f-title span {
		font-size: 15px;
	}
}

.do-more {
	padding: 50px 0px;
	padding-bottom: 70px;
	background: linear-gradient(90deg, var(--primary-color) 0%, transparent), url('../img/landing-page/web-banner-new1.webp') no-repeat center center / cover;
	background-color: var(--primary-color);
	background-size: auto 100%;
	/* background-position: 425px 30%; */
	text-align: left;
	position: relative;
}

.domore-head {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.167;
	padding-bottom: 15px;
	color: var(--primary-color);
}

.domore-head-secondary {
	font-size: 35px;
	font-weight: 700;
	line-height: 1.167;
	padding-bottom: 15px;
	color: var(--secondary-color);
}

.domore-paragraph {
	font-size: 24px;
	/* font-family: inherit; */
	font-weight: 600;
	line-height: 1.5;
	color: #fff;
	/* text-align: center; */
}

.domore-paragraph span {
	color: var(--secondary-color);
	font-weight: bolder;
}

.section-margin {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.info-box {
	padding: 1.25rem;
}

.grid {
	display: grid;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}

.gap-2 {
	gap: 0.8rem;
}

@media(min-width: 768px) {
	.grid-md-col {
		grid-auto-flow: column;
		grid-template-rows: repeat(7, auto);
	}

	.grid-md-cols-2 {
		grid-template-columns: 1fr 1fr;
	}
}

.text-primary {
	color: var(--primary-color) !important;
}

.text-secondary {
	color: var(--secondary-color) !important;
}

.bg-primary {
	background: var(--primary-color) !important;
}

.bg-secondary {
	background: var(--secondary-color) !important;
}

.text-md {
	font-size: 18px;
}

ul li a {
	color: unset;
	font-weight: 600;
}

ul li a:hover {
	color: var(--secondary-color);
	transition: 0.2s ease;
}

.bootcamp-announcement {
	padding: 25px;
	text-align: center;
	background: var(--primary-color);
	border-radius: 20px;
	color: white;
}

.heading-second-f {
	font-size: 28px;
	font-weight: 600;
}

@media only screen and (max-width: 600px) {
	.footer-wrp {
		padding: 5px;
	}

	.domore-head {
		font-size: 28px;
	}

	.domore-paragraph {
		font-size: 18px;
		/* font-family: inherit; */
		font-weight: 600;
		line-height: 1.5;
	}
}

.domore-content {
	position: relative;
	z-index: 1;
	padding: 0px;
}

@media only screen and (max-width: 425px) {
	.bootcamp-announcement h3 {
		font-size: 1.4rem;
	}

	.bootcamp-announcement h1 {
		font-size: 2rem;
	}

	.info-banner-div h5 {
		font-size: 1rem;
	}

	.do-more {
		/* text-align: center; */
		position: relative;
		background: url('../img/landing-page/web-banner11.jpg') no-repeat center center / cover;
		background-size: auto 100%;
		box-shadow: inset 0 0 0 1000px rgb(4 21 67 / 80%);
		background-color: var(--primary-color);
		/* background-position: -150px 30%; */
	}

	.domore-head-secondary {
		font-size: 23px !important;
		letter-spacing: -0.005px;
	}
}

.on-the-go {
	padding-top: 40px;
	background-color: var(--primary-color);
	margin-top: 30px;
}

.on-the-go2 {
	padding: 20px;
	background-color: var(--primary-color);
	text-align: center;
}

.footer-wrp {
	padding: 10px;
	background-color: #fff;
	text-align: center;
}

.copyright-content a {
	color: var(--secondary-color);
	font-size: 15px;
	font-weight: 600;
	line-height: 33px;
}

.copyright-content span {
	color: #042651;
	font-size: 15px;
	font-weight: 600;
	line-height: 33px;
}

.on-description {
	/* display: flex;
flex-direction: column;
justify-content: center; */
}

.on-heading {
	font-size: 24px;
	/* font-family: inherit; */
	font-weight: 700;
	line-height: 1.167;
	color: var(--secondary-color);
}

.on-paragraph {
	font-size: 18px;
	/* font-family: inherit; */
	font-weight: 400;
	line-height: 1.5;
	padding-top: 15px;
	padding-bottom: 11px;
	color: #FFFFFF;
}

.on-image img {
	max-width: 100%;
}

.on-img-one {
	max-width: 25%;
}

.on-img-two {
	max-width: 30%;
}

@media only screen and (max-width: 425px) {
	.on-description {
		text-align: center;
	}
}

@media only screen and (max-width: 768px) {
	.count-down .flipdown {
		margin: auto;
	}

	.do-more {
		padding: 15px;
		/* background-position: 210px 30%; */
	}
}

/* didar code */
[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.contactus-btn, .seemore-btn {
	/* width: 329px;
    height: 79px; */
    padding: 15px 57px 15px 57px;
    background: var(--secondary-color);
    color: #fff !important;
    font-size: 22px;
    font-weight: 600;
    transition: 0.2s ease-in-out;
}
.contactus-btn:hover, .seemore-btn:hover {
	background: #fff;
	color: var(--secondary-color) !important;
	border: 1px solid var(--secondary-color);
}

.svg-icon {
	width: 30px;
	margin-right: 7px;
}
.domore-head-secondary {
	max-width: 500px;
}
.domore-content ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.top-feature {
	position: relative;
	margin-top: -20px;
    z-index: 1000;
	padding: 20px;
	background-color: var(--secondary-color);
	color: #fff;
	margin-bottom: 50px;
	border-right: 1px solid #fff;
}
.top-feature-item {
  border-right: 1px solid #fff ;
}
	
.top-feature img {
	max-width: 50px;
}
.top-feature-text{
	margin-left: 7px;
}
.top-feature-text p, .top-feature-text h2 {
  margin-bottom: 0 !important;
}
.top-feature-text h2 {
	font-size: 22px;
}
.domore-content ul li,
.feature ul li {
	position: relative;
	margin-bottom: 1.2rem;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}

.feature {
	text-align: left;
	margin-top: 10px;
	background-color: var(--light-color);
}

.feature ul {
	padding-left: 5px;
}

.feature ul li {
	color: #212529;
}

.feature {
	text-align: left;
	margin-top: 10px;
	/* font-family: Murecho, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Poppins, Helvetica Neue, Arial, sans-serif; */
	background-color: var(--light-color);
}

.feature .domore-paragraph {
	color: #212529;
	font-size: 18px;
	font-weight: 500;
}

.storola-text-lg {
	font-size: 36px;
}

.storola-text-md {
	font-size: 22px;
}

.storola-text-sm {
	font-size: 20px;
	color: var(--secondary-color);
}

.feature .domore-head-secondary {
	font-size: 30px;
	font-weight: 600;
}

.feature-item {
	margin-top: 10px;
}
.feature-item .svg-icon {
    width: 34px;
}

.feature .title {
	font-size: 20px;
	font-weight: 600;
	color: var(--secondary-color);
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}

.feature .paragraph {
	color: #000;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
	letter-spacing: 0.03em;
}

.client-carousel {
	margin-bottom: 60px;
}

.client-carousel figure {
	margin: 0 !important;
}

.client-carousel .item {
	background: #e5e7eb;
	border-radius: 7px;
	padding: 10px;
}
.feature  img {
	border-radius: 8px;
}
.video-responsive {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  /* border-radius: 8px; */
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 8px;
}

 

.c-name {
	
}

.c-comment {
	margin-top: 15px;
	font-size: 15px;
	color: #000;
	line-height: 24px;
	letter-spacing: -0.01562em;
}

.footer-title {
	font-size: 18px;
	color: var(--secondary-color);
	font-weight: 700;
}

.footer-desc {
	font-size: 12px;
	color: #fff;
}

.footer-link-wrap {
	position: absolute;
	left: 30%;
}

.footer-link {
	padding-left: 0;
}

@media only screen and (max-width: 768px) {
	.svg-icon {
       width: 24px;
    }
	.contactus-btn, .seemore-btn {
		padding: 10px 50px 10px 50px;
        font-size: 18px;
	}
	.storola-text-lg {
		font-size: 32px;
	}
	.do-more {
		padding-left: 7px;
	}
	
	.top-feature {
		margin-top: 0px;
      --tw-bg-opacity: 1;
       background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
	   margin-bottom: 15px;
	   
	}
	.top-feature-item {
		margin-bottom: 20px;
		background-color:var(--secondary-color);
		padding-top: 24px;
        padding-bottom: 25px;
        border-radius: 7px;
	}

	.feature .domore-head-secondary {
		font-size: 22px;
		font-weight: 600;
	}

	.feature-items {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.feature-item {
		padding: 10px;
		box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
		border-radius: 8px;
	}

	.feature .title {
		margin-top: 10px;
		font-size: 18px;
		text-align: center;
		line-height: 20px;
	}

	.feature .paragraph {
		color: #000;
		font-size: 15px;
		font-weight: 500;
		text-align: justify;
		line-height: 22px;
		letter-spacing: 0.03em;
	}

	.client-carousel {
		margin-bottom: 0px !important;
	}

	.nafees-salim-video {
		margin-bottom: 5px;
        margin-left: 0px;
	}

	.nafees-salim-video iframe {
		height: 280px;
	}
    .nafees-salim-video iframe {
        height: 400px;
    }

	.footer-link-wrap {
		position: relative;
		left: 0;
		text-align: center;
	}
}