.back2top-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 2;
	display: none
}

.back2top-btn i {
	width: 48px;
	height: 48px;
	font-size: 16px;
	color: var(--white);
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	background: var(--primary);
	-webkit-box-shadow: 0px 0px 15px 3px rgba(254, 99, 71, 0.5);
	box-shadow: 0px 0px 15px 3px rgba(254, 99, 71, 0.5);
	-webkit-animation: mahmud 2s infinite;
	animation: mahmud 2s infinite;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

@-webkit-keyframes mahmud {
	0% {
		margin-bottom: 0px
	}
	50% {
		margin-bottom: 15px
	}
}

@keyframes mahmud {
	0% {
		margin-bottom: 0px
	}
	50% {
		margin-bottom: 15px
	}
}

@media (max-width: 575px) {
	.back2top-btn i {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 14px
	}
}

.breadcrumb {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0px;
	margin-bottom: 0px;
	background: none;
	border-radius: 0px
}

.breadcrumb-item {
	text-transform: capitalize
}

.breadcrumb-item a {
	color: var(--white);
	text-transform: capitalize
}

.breadcrumb-item a:hover {
	text-decoration: underline
}

.breadcrumb-item.active {
	color: #ddd
}

.breadcrumb-item+.breadcrumb-item::before {
	color: var(--white)
}

.resume-card {
	width: 100%;
	border-radius: 8px;
	background: var(--white);
	padding: 50px 45px 45px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.resume-card:hover {
	background: var(--primary)
}

.resume-card:hover .resume-icon i {
	color: var(--white)
}

.resume-card:hover .resume-meta h4,
.resume-card:hover .resume-meta h5 {
	color: var(--white)
}

.resume-card:hover .resume-meta h6 {
	background: var(--white)
}

.resume-card:hover .resume-text p {
	color: var(--white)
}

.resume-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start
}

.resume-icon i {
	font-size: 50px;
	color: var(--primary);
	margin-right: 30px;
	margin-top: 5px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.resume-meta h4 {
	font-size: 23px;
	font-weight: 600;
	margin-bottom: 5px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.resume-meta h5 {
	font-size: 18px;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 20px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.resume-meta h6 {
	font-size: 15px;
	font-weight: 500;
	padding: 8px 20px;
	border-radius: 30px;
	display: inline-block;
	text-transform: capitalize;
	color: var(--primary);
	background: rgba(216, 83, 43, 0.15);
	margin-bottom: 20px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

@media (max-width: 575px) {
	.resume-card {
		padding: 35px 25px
	}
	.resume-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.resume-icon i {
		margin: 0px 0px 20px 0px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.resume-card {
		padding: 35px 25px
	}
	.resume-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.resume-icon i {
		margin: 0px 0px 20px 0px
	}
}

.refer-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.refer-img {
	border-radius: 50%;
	border: 5px solid var(--primary);
	-webkit-box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.15)
}

.refer-img img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	border: 5px solid var(--white)
}

.refer-content {
	width: 100%;
	text-align: center;
	padding: 35px 45px;
	border-radius: 8px;
	background: var(--white);
	-webkit-box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 60px 3px rgba(0, 0, 0, 0.15);
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
	position: relative
}

.refer-content h4 {
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 5px
}

.refer-content p {
	font-weight: 500
}

.refer-content p span {
	display: block
}

.refer-contact {
	position: absolute;
	bottom: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 105px
}

.refer-contact li {
	display: inline-block;
	margin: 0px 5px
}

.refer-contact .icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px
}

.skills-card {
	background: var(--white);
	text-align: center;
	border-radius: 5px;
	padding: 30px 0px 0px;
	margin-bottom: 30px;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.skills-card:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	background: var(--primary)
}

.skills-card:hover .skills-img {
	background: var(--white);
	-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.2)
}

.skills-card:hover .skills-img img {
	height: 35px
}

.skills-card:hover .skills-name p {
	color: var(--white)
}

.skills-img {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-radius: 50%;
	margin: 0px auto 30px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.skills-img img {
	width: auto;
	height: 60px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.skills-name {
	border-top: 1px solid var(--border)
}

.skills-name p {
	color: var(--heading);
	font-weight: 600;
	text-transform: uppercase;
	padding: 8px 0px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

@media (max-width: 767px) {
	.skills-parent .col-6 {
		padding: 0px 10px
	}
	.skills-card {
		margin-bottom: 20px
	}
}

.single-banner {
	background: url(/siteadmin/images/banner/single.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.single-oly {
	background: rgb(32 47 90 / 70%);
	padding: 98px 0px 175px
}

.single-content {
	text-align: center
}

.single-content h1 {
	font-size: 38px;
	line-height: 46px;
	color: var(--white);
	text-transform: capitalize;
	letter-spacing: 0.5px;
	margin-bottom: 15px
}

@media (max-width: 575px) {
	.single-oly {
		padding: 60px 0px 118px
	}
	.single-content h1 {
		font-size: 35px;
		line-height: 43px
	}
}

.contact-address {
	text-align: center
}

.contact-address:hover .address-icon i {
	color: var(--white);
	background: #a6ce39;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px)
}

.address-icon {
	margin-bottom: 28px
}

.address-icon i {
	width: 48px;
	height: 48px;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	color: var(--white);
	background: var(--heading);
	text-shadow: 2px 3px 8px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.25);
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s
}

.address-text h4 {
	line-height: 20px;
	margin-bottom: 22px;
	text-transform: capitalize
}

.address-text p {
	color: var(--heading);
	line-height: 24px
}

.address-text p span {
	display: block;
	margin-top: 8px
}

.contact-img img {
	width: 100%
}

@media (max-width: 767px) {
	.contact-part .mb-5 {
		margin-bottom: 10px !important
	}
	.contact-address {
		margin-bottom: 30px
	}
	.contact-img {
		margin-top: 30px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.address-text p {
		font-size: 15px
	}
}

.single-oly {
	padding: 115px 0px 115px
}

@media (max-width: 767px) {
	.single-oly {
		padding: 80px 0px 80px
	}
}

.about-summery {
	margin-bottom: 50px
}

.about-summery h3 {
	font-weight: 600;
	margin-bottom: 38px
}

.about-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 55px
}

.about-list ul:first-child {
	margin-right: 80px
}

.about-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 18px
}

.about-list li:last-child {
	margin-bottom: 0px
}

.about-list li h6 {
	text-transform: capitalize;
	font-weight: 600;
	margin-right: 15px
}

.about-list li p {
	font-weight: 500
}

.about-img img {
	width: auto;
	height: 450px;
	margin-left: 50px
}

@media (max-width: 767px) {
	.about-summery {
		margin-bottom: 30px
	}
	.about-summery h3 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 18px
	}
	.about-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 15px
	}
	.about-list ul {
		margin-bottom: 18px
	}
	.about-img img {
		display: none
	}
	.resume-card ul {
		margin: 0px 18px
	}
	.refer-card {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.refer-content {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px)
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.resume-card ul {
		margin: 0px 22px
	}
	.refer-card {
		margin-bottom: 30px
	}
	.about-img img {
		display: none
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about-list ul:nth-child(1) {
		margin-right: 45px
	}
	.about-list ul li h6 {
		font-size: 15px;
		margin-right: 8px
	}
	.about-list ul li p {
		font-size: 15px
	}
	.about-img img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
	.refer-img img {
		width: 215px;
		height: 215px
	}
	.refer-content {
		padding: 35px 25px
	}
}

@media (min-width: 1200px) and (max-width: 1300px) {
	.about-img img {
		width: 100%;
		height: auto;
		margin-left: 0px
	}
}

.edu-part,
.refer-part,
.footer-part {
	padding: 93px 0px 0px
}

@media (max-width: 767px) {
	.edu-part,
	.refer-part,
	.footer-part {
		padding: 50px 0px 0px
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.edu-part,
	.refer-part,
	.footer-part {
		padding: 60px 0px 0px
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.edu-part,
	.refer-part,
	.footer-part {
		padding: 70px 0px 0px
	}
}
