:root {
	--color-theme: #20bdb2;
	--color-theme2: #c9f9f6;
	--color-theme3: #74ece4;
	--color-themedark: #1d9b8c;
	--color-black2: #222;
	--color-dark7: #777;
	--font-size: .8em;
	--bg1: #f5f8f7;
	--blue: #3498db;
	--green: #2ecc71;
	--purple: #9b59b6;
	--gold: #f1c40f;
	--red: #e74c3c;
	--orange: #e67e22;
	--shadow1: 0 2px 4px #00000026, 0 3px 6px #0000001f;
	--shadow2: 0 2px 6px #00000044, 0 4px 7px #0002
}

@font-face {
	font-family: "Roboto Regular";
	font-style: normal;
	font-weight: 400;
	src: local("Roboto Regular"), url(../fonts/Roboto-Regular.woff) format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Roboto Bold";
	font-style: normal;
	font-weight: 400;
	src: local("Roboto Bold"), url(../fonts/Roboto-Bold.woff) format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Roboto Thin";
	font-style: normal;
	font-weight: 400;
	src: local("Roboto Thin"), url(../fonts/Roboto-Thin.woff) format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Roboto Light";
	font-style: normal;
	font-weight: 400;
	src: local("Roboto Light"), url(../fonts/Roboto-Light.woff) format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Roboto Medium";
	font-style: normal;
	font-weight: 400;
	src: local("Roboto Medium"), url(../fonts/Roboto-Medium.woff) format("woff");
	font-display: swap;
}

@font-face {
	font-family: "Roboto Black";
	font-style: normal;
	font-weight: 400;
	src: local("Roboto Black"), url(../fonts/Roboto-Black.woff) format("woff");
	font-display: swap;
}

body {
	font-family: "Roboto Regular";
	font-weight: 300;
	font-size: 15px;
	line-height: 1.6;
	color: #777
}

.bg-theme {
	background-color: var(--color-theme)
}

.bg-theme2 {
	background-color: var(--color-theme2)
}

.bg-theme3 {
	background-color: var(--color-theme3)
}

.dataTable a,
.mega-menu .tab-pane ul li a i,
.page-item .page-link,
.text-theme {
	color: var(--color-theme)
}

.text-theme-dark {
	color: var(--color-themedark)
}

.text-dark7 {
	color: var(--color-dark7)
}

.btn-theme {
	background-color: var(--color-theme) !important;
	border: 1px solid var(--color-theme) !important;
	color: var(--bs-white) !important
}

.btn-theme:focus,
.btn-theme:hover {
	background-color: var(--bs-gray-900) !important;
	border: 1px solid var(--bs-gray-900) !important;
	color: var(--bs-white) !important;
	transform: 0.2s all
}

.theme-divider {
	height: 3px;
	width: 100px;
	background-color: var(--color-theme);
	border-radius: 25px
}

.border-theme {
	border-color: var(--color-theme) !important
}

.navbar-brand img {
	height: 70px
}

header .navbar-nav .nav-item .nav-link {
	color: var(--color-black2);
	font-weight: 600
}

body.scrolled header {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%
}

.content-inner .service-conten strong,
.font-weight-bold,
.service-content strong {
	font-weight: 700
}

.services-page .content-inner {
	color: #000
}

.services-page .content-inner a {
	font-weight: 700;
	color: #20bdb2;
	text-decoration: none
}

.blog-inner,
.blog-inner h2,
.blog-inner h3,
.blog-inner p {
	color: #333 !important
}

.blog-inner li strong,
.blog-inner p strong {
	color: #000 !important;
	font-weight: 700
}

.blog-inner li a,
.blog-inner p a {
	text-decoration: none;
	color: #20bdb2
}

table {
	caption-side: top
}

table caption {
	background: #333;
	color: #fff
}

table caption p {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 300;
	text-align: center !important
}

.cta-zigzag .zigzag-img {
	max-width: 75%;
	margin: auto
}

.prod-p-card {
	min-height: 135px;
	margin-bottom: 1rem
}

.blog-inner table tbody tr:nth-child(2n),
.content-inner .service-content table tbody tr:nth-child(2n) {
	background: #f1f1f1
}

.blog-inner table tbody tr td,
.content-inner .service-content table tbody tr td {
	padding: 8px
}

.blog-inner table {
	width: 100% !important
}

.megamenu-dropdown:hover .mega-menu {
	display: block
}

.mega-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	width: 83%;
	left: 0;
	right: 0;
	min-width: 1170px;
	margin: auto;
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
	z-index: 1
}

.mega-menu .tab-pane ul li a {
	color: var(--bs-dark);
	text-decoration: none;
	font-size: 13px;
	line-height: 27px
}

.mega-menu .nav-link {
	font-weight: 500;
	text-align: left;
	padding: 5px 15px;
	border-bottom: 1px solid #f4f4f4 !important;
	transition: 0.3s;
	background: #dddd;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.mega-menu .nav-link.active {
	background-color: var(--color-theme);
	color: var(--bs-white) !important
}

.mega-menu .tab-pane ul {
	display: flex;
	align-items: center;
	width: 100%;
	flex-wrap: wrap
}

.mega-menu .tab-pane ul li {
	width: 33.3%
}

.banner-slide .bg-layer,
.inner-banner .bg-layer {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #00000045
}

.banner-slide .carousel-caption {
	top: 39%;
	bottom: 0;
	text-align: left;
	right: 10%;
	left: 10%
}

.banner-slide .carousel-inner .carousel-caption .slide-title {
	font-size: 50px;
	line-height: 68px;
	font-weight: 800
}

.banner-slide .carousel-inner .carousel-caption .sub-title {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-top: 10px
}

.about-section .abt-sec-icon {
	width: 70px;
	height: 70px;
	border-width: 3px !important
}

.how-it-works {
	background: var(--bg1)
}

.how-it-works ul.infoGraphic {
	font-size: var(--font-size);
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.how-it-works ul.infoGraphic li {
	position: relative;
	width: 100%;
	max-width: 25em;
	background: var(--bg1);
	border-radius: .5em;
	padding: .5em;
	z-index: 1;
	transition: 0.2s;
	cursor: pointer
}

.how-it-works ul.infoGraphic li .numberWrap {
	position: absolute
}

.how-it-works ul.infoGraphic li .number {
	font-size: 11em;
	font-weight: 900;
	width: .9em;
	text-align: center
}
code{
        white-space: pre-line;
}
.how-it-works ul.infoGraphic li .number.fontColor1 {
	color: var(--blue)
}

.how-it-works ul.infoGraphic li .number.fontColor2 {
	color: var(--green)
}

.how-it-works ul.infoGraphic li .number.fontColor3 {
	color: var(--purple)
}

.how-it-works ul.infoGraphic li .number.fontColor4 {
	color: var(--gold)
}

.how-it-works ul.infoGraphic li .coverWrap {
	transform: rotate(130deg);
	position: absolute;
	width: 16em;
	height: 17em;
	left: -3em;
	top: -1em
}

.how-it-works ul.infoGraphic li .coverWrap .numberCover {
	position: absolute;
	background: var(--bg1);
	width: 14em;
	height: 6em;
	border-radius: 50% 50% 0 0;
	border-bottom: 3px solid #f5f8f7;
	transition: 0.4s
}

.how-it-works ul.infoGraphic li .coverWrap .numberCover::before {
	position: absolute;
	content: "";
	bottom: 5px;
	left: 4em;
	right: 4em;
	top: 5em;
	box-shadow: 0 0 30px 17px #48668577;
	border-radius: 100px/10px;
	z-index: -1
}

.how-it-works ul.infoGraphic li .coverWrap .numberCover::after {
	position: absolute;
	bottom: 0;
	content: "";
	left: -10%;
	width: 120%;
	height: 150%;
	background: radial-gradient(at bottom, #48668533, transparent, transparent);
	z-index: 1
}

.how-it-works ul.infoGraphic li .content {
	margin: 8em 3em 1em 7em;
	position: relative
}

.how-it-works ul.infoGraphic li .content h2 {
	font-size: 1.7em;
	font-weight: 500;
	text-align: center;
	margin-bottom: 10px;
	text-transform: uppercase
}

.how-it-works ul.infoGraphic li .content p {
	line-height: 1.5em
}

.how-it-works ul.infoGraphic li:hover .coverWrap .numberCover {
	border-radius: 100%
}

.icon {
	position: absolute;
	font-size: 2rem;
	text-align: center;
	top: -1.6em;
	left: 50%;
	transform: translatex(-50%)
}

.inner-banner .crumb,
.inner-banner .page-title,
.most-popular,
.rate-review {
	left: 0;
	position: absolute;
	right: 0
}

.icon:before {
	color: #666;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	text-decoration: inherit
}

.iconCodepen:before {
	content: "\f0f6"
}

.iconSocial:before {
	content: "\f0d6"
}

.iconAirplane:before {
	content: "\f0e6"
}

.iconMap:before {
	content: "\f00c"
}

.inner-banner {
	height: 450px;
	overflow: hidden
}

.inner-banner .page-title {
	top: 40%;
	text-align: center
}

.inner-banner .crumb {
	top: 50%;
	text-align: center
}

.blogs .card .card-body h4 {
	font-size: 18px
}

.blogs .card .card-body p {
	height: 72px
}

.blog-inner .other-blogs-sec img {
	width: 70px
}

.sample-tabs .btn {
	background: 0 0;
	border: 1px solid var(--color-black2);
	color: var(--color-black2)
}

.sample-tabs .btn.active,
.sample-tabs .btn:hover {
	background: var(--color-black2);
	border: 1px solid var(--color-black2);
	color: #f9f9f9
}

.most-popular,
.sample-services .accordion .accordion-body ul li:hover,
.sample-services .accordion .accordion-button {
	background: var(--color-theme);
	color: var(--bs-white)
}

.sample-tabs .btn span img {
	width: 20px;
	vertical-align: sub
}

.sample-tabs .btn.active span img,
.sample-tabs .btn:hover span img {
	filter: contrast(0) brightness(100)
}

.sample-services .accordion .accordion-body {
	max-height: 300px;
	overflow-y: scroll
}

.sample-services .accordion .accordion-body ul li {
	border-bottom: 1px solid var(--color-dark7);
	padding-bottom: .4rem;
	padding-top: .3rem
}

.sample-services .accordion .accordion-body ul li a {
	text-decoration: none;
	color: var(--color-black2);
	display: block
}

.whhychoose .why-box {
	height: 120px
}

.rate-review {
	top: 55%
}

.rate-review ul li.overlay-box,
li.overlay-box {
	background-color: #0000006e;
	color: #000;
	width: 21%;
	padding: 20px;
	border-radius: 13px
}

.rate-review .overlay-box span i {
	color: #ffcf39;
	font-size: 2em;
	display: inline-block;
	margin-right: 10px
}

.icon-review {
	width: 40px
}

.reviews-main .author {
	font-size: 1.1rem;
	font-weight: bolder
}

.reviews-main span i {
	color: #ffcf39;
	font-size: 1.3em;
	display: inline-block;
	margin-right: 6px
}

.ug-pg .border-theme {
	border-width: 3px !important
}

.ug-pg .pg,
.ug-pg .ug {
	font-size: 1.3rem;
	font-weight: 900
}

.most-popular {
	padding: 6px 11px;
	top: 0;
	font-size: 10px;
	overflow: hidden;
	border-top-left-radius: var(--bs-border-radius);
	border-top-right-radius: var(--bs-border-radius)
}

.experts-number {
	width: 100px
}

.error {
	color: red
}

.btn.call-btn-color1 {
	background: #ffa700;
	color: #fff
}

.history-line {
	position: relative;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	transition: 0.4s
}

.history-line:before {
	content: "";
	width: 3px;
	height: 100%;
	background: #20bdb2;
	position: absolute;
	top: 0;
	left: 50%
}

.history-line .time-his {
	margin-bottom: 50px;
	position: relative
}

.history-line .time-his-icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #20bdb2;
	overflow: hidden;
	margin-left: -23px;
	position: absolute;
	top: 0;
	left: 50%;
	text-align: center
}

.history-line .time-his-icon i {
	font-size: 30px;
	line-height: 50px;
	color: #fff
}

.history-line .time-his-content {
	width: 45%;
	padding: 20px;
	border-radius: 5px;
	background: #fff;
	-webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
	-ms-box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 3px 0 rgba(0, 0, 0, .1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s
}

.history-line .time-his-content.right {
	float: right
}

.history-line .time-his-content:before {
	content: "";
	border-left: 7px solid #20bdb2;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	position: absolute;
	left: 45%;
	top: 20px
}

.history-line .time-his-content.right:before {
	content: "";
	right: 45%;
	left: inherit;
	border-left: 0;
	border-right: 7px solid #20bdb2
}

.history-line .title {
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	padding: 11px;
	text-align: center;
	text-transform: capitalize;
	background: #20bdb2;
	border-radius: 3px 3px 0 0;
	margin: -17px -20px 10px
}

.history-line .des-history {
	font-size: 14px;
	color: #777;
	font-family: Arial, sans-serif;
	font-weight: 400
}

.history-line .time-his:after,
.history-line .time-his:before {
	content: "";
	display: block;
	width: 100%;
	clear: both
}

.sitemap-ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #666
}

.sitemap-ul {
	display: flex;
	flex-wrap: wrap
}

.sitemap-ul li {
	width: 33.33%
}

.content-inner>img.img-fluid,
.man-item,
.snip1473 {
	width: 100%
}

.list-group-item+.list-group-item.active,
.list-group-item.active {
	background: var(--color-theme);
	border: 1px solid var(--color-theme)
}

.active>.page-link,
.page-link.active {
	background-color: var(--color-theme) !important;
	border: 1px solid var(--color-theme) !important;
	color: #000 !important
}

.in-reviews .card-header {
	background: url(https://www.theprogrammingassignmenthelp.com/assets/frontend/images/reviewbanner.png) repeat-x;
	padding: 5px 15px 15px;
	border-radius: 3px 3px 0 0;
	height: 61px
}

.in-reviews .card-header .h3 {
	font-size: 20px;
	font-weight: 600
}

.in-reviews .card-body {
	height: 350px;
	overflow-y: scroll
}

.man-row {
	-moz-column-width: 35em;
	-webkit-column-width: 35em;
	column-width: 35em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
	column-gap: 1em
}

.man-item {
	display: inline-block;
	padding: .25rem;
	height: 100%
}

.snip1473 {
	position: relative;
	overflow: hidden;
	margin: 10px;
	border-radius: 0;
	color: #141414;
	text-align: left;
	line-height: 1.4em;
	background-color: #eaeaea;
	padding-top: 96px;
	box-shadow: 0 6px 13px rgba(0, 0, 0, .41);
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	-ms-transition: 0.5s ease-out;
	-o-transition: 0.5s ease-out
}

.snip1473:hover {
	-webkit-box-shadow: 0 18px 33px 0 rgba(4, 64, 58, .52);
	-moz-box-shadow: 0 18px 33px 0 rgba(4, 64, 58, .52);
	box-shadow: 0 18px 33px 0 rgba(4, 64, 58, .52)
}

.snip1473 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.snip1473 img {
	vertical-align: top;
	opacity: .85
}

.snip1473 figcaption {
	width: 100%;
	background-color: #14998a;
	padding: 10px 22px;
	position: relative;
	color: #fff
}

.snip1473 figcaption h4 {
	color: #fff;
	opacity: .9;
	letter-spacing: 2px
}

.snip1473 figcaption h4 span {
	display: block;
	text-transform: capitalize;
	font-weight: 400;
	font-size: .65em;
	opacity: .95;
	margin-top: .2em
}

.snip1473 figcaption h4 span b {
	opacity: .9
}

.snip1473 .profile {
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	max-height: 86px;
	opacity: 1
}

.snip1473 h3 {
	font-size: 1.3em;
	margin: 9px 25px;
	font-weight: 500;
	position: absolute;
	top: 0;
	right: 0;
	text-align: right
}

.snip1473 h3 span {
	display: block;
	font-size: .65em;
	font-weight: 600;
	color: #676767;
	margin-top: .45em
}

.snip1473 h3 span i {
	font-size: 1.3em;
	color: #ffcf39
}

.snip1473 blockquote {
	margin: 0 0 10px;
	padding: 0;
	color: #f9f9f9;
	letter-spacing: 1px;
	opacity: .95;
	font-style: italic;
	font-weight: 300;
	background: 0 0;
	border-left: none
}

.select select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 2px solid #ddd !important;
	background: #eaeaea
}

.overlay-box span i {
	color: #ffcf39;
	font-size: 2em
}

li.overlay-box h2,
li.overlay-box h5 {
	color: #fff
}

@media only screen and (min-width:992px) and (max-width:1200px) {
	li.overlay-box {
		width: 33%
	}
}

@media only screen and (min-width:768px) and (max-width:991px) {
	li.overlay-box {
		width: 33%
	}
}

@media only screen and (max-width:767px) {
	li.overlay-box {
		width: 64%
	}

	.overlay-box span i {
		font-size: 1.5em
	}
}

.filter-projects a.current,
.filter-projects a:hover {
	background: #20bdb2;
	color: #f9f9f9
}

.filter-projects li a img {
	width: 19px
}

.filter-projects a.current img,
.filter-projects a:hover img {
	filter: contrast(0) brightness(100);
	-moz-filter: contrast(0) brightness(100);
	-webkit-filter: contrast(0) brightness(100)
}

.reviews-main {
	flex-wrap: wrap
}

.reviews-main .box {
	width: 50%
}

#UploadedDoc {
	margin-top: 3px;
	list-style: none;
	padding: 0
}

#UploadedDoc li {
	background: #f2c00e;
	padding: 5px;
	margin-top: 2px
}

#UploadedDoc li a {
	text-decoration: none;
	color: #fff
}

.fileCloseBtn {
	font-size: 11px;
	color: #fff;
	background: red;
	padding: 4px;
	float: right;
	cursor: pointer
}

footer,
footer ul li a {
	color: #bdbdbd !important
}

.tutor-detail-page p {
	margin-bottom: 0.4rem !important;
	margin-top: 0.4rem !important
}

.tutor-detail-page ol li {
	margin-bottom: 0.4rem !important;
	margin-top: 1.2rem !important
}

.tutor-detail-page p strong {
	color: #000 !important;
	font-size: 1.5rem !important;
	margin-top: 1.4rem !important;
	display: block
}

.tutor-detail-page ol li span,
.tutor-detail-page p,
.tutor-detail-page p span,
.tutor-detail-page p span span,
.tutor-detail-page ul li,
.tutor-detail-page ul li span {
	font-family: "Roboto Regular" !important;
	font-weight: 300;
	font-size: 1rem !important;
	line-height: 1.6;
	color: #333 !important
}

.tutor-detail-page ol li strong,
.tutor-detail-page ul li strong {
	color: #000 !important
}

.tutor-cta {
	position: relative;
	background-image: url(https://www.theprogrammingassignmenthelp.com/assets/frontend/images/tutor-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	padding: 77px 23px
}

.tutor-cta .container {
	position: relative;
	z-index: 3
}

.tutor-cta:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, #0055c7c9, #00645ea3);
	z-index: 0
}

.tutor-cta h3 {
	line-height: 50px;
	margin-bottom: 29px;
	color: #fff;
	font-family: sans-serif
}

.tutor-banner-sec {
	text-align: center;
	color: #333
}

.tutor-banner-sec p {
	font-size: 1.25rem;
	font-weight: 600
}

.tutor-banner-sec .image img {
	max-height: 200px;
	width: auto
}

.services-page .content-inner p img,
.snip1473 img {
	max-width: 100%
}

.tutor-detail-page ol li,
.tutor-detail-page ol+p {
	margin-left: 10px !important
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: #000;
	border-radius: 50%;
	width: 2.5rem;
	height: 2.5rem;
	background-size: 20px
}
.learning-blogs .bg-layer{
        position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000091;
}


section.samples-page.services-page .row.py-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.black-img img {
    filter: invert(1);
}


