body,html {
	margin: 0px;
	padding: 0px;
	background-color: #f2f2f2;
	height: 100%;
	scroll-behavior: smooth;
}

nav ul {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	text-align: right;
	border-bottom: 1px solid #ccc;
	position: fixed;
	top: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 5;
	overflow: hidden;
	transition: 0.2s;
}

nav li {
	display: inline-block;
	font-family: monserat;
	color: #464646;
	letter-spacing: 1.5px;
	margin: 30px;
	cursor: pointer;
}

nav li:hover {
	color: #d0826f;
	transition: 0.2s;
}

.menu-bar {
	background-color: #fff;
	padding: 28px;
	display: none;
}

.menu-toggle {
	float: right;
	font-size: 20px;
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none;
}

.nav-lay {
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
	opacity: 0;
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	transition: 0.2s ease-in-out;
}

.nav-lay-show {
	z-index: 4;
	opacity: 1;
}

.body-wrap {
	width: 1200px;
	margin: 0 auto;
}

.navigation-wrap {
	width: 750px;
	margin: auto;
}

.logo {
	font-family: rhes;
	float: left;
	color: #d0826f;
	font-size: 45px;
	margin-top: 10px;	
	letter-spacing: 3px;
	cursor: pointer;
	margin-left: 30px;
}

.text-icons {
	width: 25px;
	float: left;
}

.logo-sec {
	font-family: rhes;
	float: left;
	color: #d0826f;
	font-size: 35px;
	margin: -15px 0px -15px 0px;
	letter-spacing: 3px;
	cursor: pointer;
	margin-left: 10px;
}

.background {
	width: 100%;
	height: 100%;
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4) ), url("../images/background.jpg");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}

.background:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 260px;
	background: url("../images/wave.png");
	background-size: cover;
	background-repeat: no-repeat;
}

.front-tier {
	text-align: center;
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.6s ease-in-out;
}

.show-tier {
	opacity: 1;
	top: 40%;
}

.profile {
	border-radius: 100%;
	object-fit: cover;
	height: 90px;
	width: 90px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.front-tier .name {
	font-family: monserat;
	margin: 20px 0px 15px 0px;
	font-size: 30px;
}

@keyframes nameAnimation {

	0% {
		width: 0;
	}

	70% {
		width: 100%;
	}

}

.front-tier p {
	line-height: 25px;
	font-family: monserat;
	width: 700px;
	left: 1.5px;
	margin: 0 auto;
}

.call-to-action {
	border: 2px solid #fff;
	width: 150px;
	text-align: center;
	padding: 10px;
	border-radius: 110px;
	margin: 0 auto;
	margin-top: 20px;
	cursor: pointer;
	font-family: monserat;
	transition: transform .2s;
}

.call-to-action:hover {
	opacity: 0.8;
	transform: scale(0.9);
}

/*Content*/

.content {
	padding-bottom: 100px;
}

.content-title {
	text-align: center;
	font-family: monserat;
	font-size: 30px;
	color: #464646;
	margin: 50px 0px 0px 0px;
	position: relative;
	z-index: 2;
	font-weight: bold;
}

.sprout {
	width: 35px;
	transform: rotate(-50deg);
	margin: 0px -18px 0px 0px;
}

.content-sub {
	font-family: monserat;
	text-align: center;
	color: #464646;
	margin-top: 15px;
	font-size: 18px;
	padding: 10px;
	line-height: 30px;
	letter-spacing: 1px;
	width: 500px;
	margin: 0 auto;
}

.content-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.content-items {
	flex: 1 1 300px;
	flex: 0 1 300px;
	margin: 5px;
	padding: 30px;
}

/* About Content */

.about-m-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	max-width: 1500px;
	margin: 0 auto;
}

.remove-about-back {
	background-color: #cd7a65;
	width: 200px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	margin: -30px -90px 0px 0px;
	transform: rotate(40deg);
	cursor: pointer;
}

.remove-about > i {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 25px 20px 20px;
	z-index: 1;
	font-size: 17px;
	color: #fff;
	cursor: pointer;
}

.html-cert {
	width: 100%;
	height: 100%;
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4) ), url("../images/modal-aside.jpg");
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
	position: relative;
	overflow-y: hidden;
}

.html-list {
	padding: 50px;
	overflow: hidden;
}

.html-certificate {
	position: relative;
	margin-top: -10px;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	width: 100%;
}

.html-fade {
	opacity: 1;
	height: 410px;
}

/* Progress Bar line*/
.progress-back {
	background-color: #e6bcb2;
	padding: 8px;
}

.progress-inside {
	background-color: #cd7a65;
	padding: 5px;
	width: 100%;
	box-sizing: border-box;
	font-family: monserat;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	font-size: 13px;
}

.progress-name {
	font-family: monserat;
	margin: 15px 0px 15px 0px;
	color: #47526b;
	letter-spacing: 1.5px;
}

.html-l-wrapper > h2 {
	font-family: raleway;
	margin: 0px 0px 30px 0px;
	color: #47526b;
}

.cert-btns {
	top: 37%;
	position: relative;
	padding: 20px;
	width: 380px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
}

.cert-btns-item {
	color: #fff;
	font-family: monserat;
	background-color: rgba(0,0,0,0.7);
	padding: 20px;
	margin: 3px;
	transition: 0.3s;
	cursor: pointer;
	opacity: 0.8;
}

.cert-btns-item:hover {
	background-color: rgba(0,0,0,1);
	opacity: 1;
}

.cert-title {
	font-family: raleway;
	color: #fff;
	letter-spacing: 1px;
	font-size: 25px;
	text-align: center;
	top: 40%;
	position: relative;
}

.cert-sub-title {
	font-family: monserat;
	font-size: 16px;
	width: 350px;
	line-height: 23px;
	margin: 0 auto;
	letter-spacing: 1px;
	margin-top: 10px;
}

.html-list-icons {
	width: 25px;
	float: left;
	margin: -3px 10px 0px 0px;
}

.about-m-list .f {
	width: 95%;
}

.about-m-list .t {
	width: 98%;
}

.about-m-list .f {
	width: 97%;
}
/*About Content End*/

.content-items p {
	text-align: center;
	font-family: monserat;
	color: #464646;
	line-height: 28px;
	margin: 0px;
	font-size: 18px;
	transition: 0.3s;
}

.content-item-name {
	text-align: center;
	font-family: monserat;
	font-size: 25px;
	color: #c76952;
	margin: 10px 0px 10px 0px;
	transition: 0.3s;
}

.content-desc {
	height: 400px;
	width: 265px;
	cursor: pointer;
	opacity: 0;
	transition: 0.3s;
}

.icons > i {
    margin-bottom: 10px;
    font-size: 50px;
}

.content-desc p {
	top: -60%;
	color: #fff;
	z-index: 1;
	position: relative;
}

.about-img {
	width: 100px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	transition: 0.3s;
}

.about-content {
	background-color: #f2f2f2;
	position: relative;
	z-index: 2;
}

#about {
	margin-top: -10px;
	padding-top: 20px;
	margin-bottom: 30px;
}

.about-name {
	font-size: 25px;
}

/*Progress Card*/

.progress-container {
	background-color: #fff;
	padding: 40px 20px 40px 20px;
	border-radius: 5px;
	margin: 15px;
	margin-bottom: 50px;
	box-shadow: -1px 5px 5px rgba(0,0,0,0.1);
	position: relative;
	overflow: hidden;
}

.progress {
	margin-top: -100px;
}

.progress-btn {
	background-color: #cd7a65;
	color: #fff;
	width: 75%;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	margin: 0 auto;
	padding: 17px;
	font-size: 14px;
	transition: 0.3s;
}

.progress-btn:hover {
	background-color: #c1583e;
}

/*Circle*/

.circular {
  height: 100px;
  width: 100px;
  position: relative;  
  margin: 0 auto;
  transition: 0.3s;
}

.circular .inner {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  margin: -40px 0 0 -40px;
  background: #fff;
  border-radius: 100%;
  transition: 0.3s;
}

.circular .number {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index:10;
  font-size:18px;
  font-weight:500;
  color: #464646;
  font-family: monserat;
  transition: 0.3s;
}

.circular .bar {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #e6bcb2;
  -webkit-border-radius: 100%;
  clip: rect(0px, 100px, 100px, 50px);
}

.circle .bar .progress, .circle .bar .progress-sec, .circle .bar .progress-third {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 100%;
  clip: rect(0px, 50px, 100px, 0px);
  background: #cd7a65;
  margin-top: 0px;
}

.circle .left .progress, .circle .bar .progress-sec, .circle .bar .progress-third  {
  z-index: 1;
  transform: rotate(180deg);
}

.circle .right {
  transform: rotate(180deg);
  z-index:3;
}

.circle .right .progress {
  transform: rotate(0deg);
  transition: 1.5s;
}

.circle .bar .progress-sec {
	transform: rotate(0deg);
	transition: 1.5s;
}

.circle .bar .progress-third {
	transform: rotate(0deg);
	transition: 1.5s;
}

/*Progress Text*/

.progress-text {
	text-align: center;
	font-family: monserat;
	color: #464646;
	width: 250px;
	margin: 0 auto;
	border-top: 1px solid #d9d9d9;
	margin-top: 20px;
}

.progress-container h3 {
	letter-spacing: 1px;
	width: 100px;
	text-align: center;
	font-family: monserat;
	font-weight: bold;
	padding-bottom: 20px;
	color: #c76952;
	margin: 0 auto;
	transition: 0.3s;
}

.progress-text > p {
	font-size: 16px;
	margin: 15px 0px 15px 0px; 
}

/*Circular End*/

/* About Content*/

.about-modal {
	background-color: #fff;
	position: fixed;
	width: 1200px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	opacity: 0;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);
	overflow: hidden;
}

.about-modal-show {
	z-index: 6;
	opacity: 1;
}

.html-certificate:hover .cert-arrows {
	opacity: 1;
}

.cert-arrows {
	font-size: 40px;
	width: 100%;
	color: #464646;
	position: absolute;
	top: 50%;
	box-sizing: border-box;
	opacity: 0.3;
	transition: 0.3s ease-in-out;
	z-index: 5;
}

.cert-arrows > i {
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	padding: 15px;
	cursor: pointer;
}

#right-ar, #right-ar-sec, #right-ar-thi {
	float: right;
}

/* About Content End*/

.more, .more-sec {
	text-align: center;
	background-color: #3b4358;
	color: #fff;
	font-family: monserat;
	padding: 15px;
	width: 120px;
	margin: 0 auto;
	cursor: pointer;
	letter-spacing: 1px;
}

.more:hover {
	background-color: #292f3d;
}

.show-nav {
	max-height: 260px;
}

/*Works*/

.works {
	height: 400px;
	background-color: #fff;
	overflow: hidden;
	margin: 15px;
	margin-bottom: 50px;
	box-shadow: -1px 5px 5px rgba(0,0,0,0.1);
	transition: 0.3s;
	border-radius: 5px;
	position: relative;
	padding: 0px;
}

.if img {
	height: 400px;
    min-width: 200px;
    transition: transform 0.3s, filter 0.3s ease-in-out;
}

/*Thumbnail*/

.thumbnail {
	height: 230px;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.t-first {
	background-image: url("../images/thumbnail/thumb1.jpg");
}

.t-second {
	background-image: url("../images/thumbnail/thumb2.jpg");
}

.t-third {
	background-image: url("../images/thumbnail/thumb3.jpg");
}

.t-fourth {
	background-image: url("../images/thumbnail/thumb4.jpg");
}

.t-fifth {
	background-image: url("../images/thumbnail/thumb5.jpg");
}

.t-sixth {
	background-image: url("../images/thumbnail/thumb6.jpg");
}

.thumbnail-overlay {
	background: linear-gradient( rgba(236, 205, 197, 0.1), rgba(224, 171, 158, 0.4) );
	height: 230px;
}

.thumbnail-wave {
	background-color: #fff;	
	height: 100px;
	position: absolute;
	z-index: 1;
	width: 500px;
	box-sizing: border-box;
	margin-left: -30px;
	margin-top: -20px;
	transform: rotate(7deg);
}

.work-text {
	position: relative;
	z-index: 3;
	padding: 15px;
	width: 250px;
	margin: 0 auto;
	margin-top: -20px;
}

.work-text > h3 {
	font-family: raleway;
	color: #c76952;
	margin-bottom: 10px;
}

.work-text > p {
	font-size: 15px;
	line-height: 25px;
	text-align: left;
}

.work-avatar img {
	width: 40px;
	position: absolute;
	background-color: #fff;
	padding: 15px;
	border-radius: 100px;
	z-index: 3;
	margin: -75px 0px 0px 20px;
	border: 1px solid #e6e6e6;
}

.works:hover {
	box-shadow: 0px 10px 10px rgba(0,0,0,0.3);
	transform: scale(1.1);
	cursor: pointer;
}

.second-works {
	height: 0px;
	overflow: hidden;
}

.works:hover .content-desc {
	opacity: 1;
}

.show-work {
	height: auto;
}

/*Contact*/
.contactback {
	width: 100%;
	height: auto;
	padding-top: 40px;
	padding-bottom: 80px;
	overflow: hidden;
}

.contact-inside {
	margin-top: 130px;
}

.contact-b-img {
	width: 100%;
	height: 650px;
	box-sizing: border-box;
	position: absolute;
}

.change-color {
	color: #fff;
}

.button-social {
	text-align: center;
	margin: 0 auto;
}

.button-holder {
	background-color: #fff;
	width: 137px;
	height: 110px;
	display: inline-block;
	margin: 10px;
	cursor: pointer;
}

.button-holder:hover {
	animation: shake 1s;
    animation-iteration-count: infinite;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

.button-holder i {
	display: block;
	padding: 20px;
	color: #fff;
	font-size: 25px;
	background-color: #d0826f;
}

.button-holder p {
	color: #464646;
	font-family: monserat;
	font-size: 14px;
}

.direct-contact {
	width: 460px;
	margin: 0 auto;
	color: #464646;
	transition: 0.3s;
}

.direct-contact p {
	background-color: #fff;
	padding: 15px;
	font-family: monserat;
	transition: 0.3s;
}

.direct-contact b {
	background-color: #d0826f;
	color: #fff;
	padding: 8px;
	letter-spacing: 1px;
	margin-left: -15px;
	margin-right: 15px;
	font-size: 13px;
	font-weight: normal;
	transition: 0.3s;
}

/*What if*/
#if {
	margin-top: 150px;
}

/*Footer*/

footer .top {
	background-color: #3b4358;
	bottom: 0;
	width: 100%;
	font-family: monserat;
	color: #fff;
}

.footer-text {
	text-align: center;
}

.footer-text p {
	color: #fff;
	font-size: 17px;
}

.footer-text i {
	font-size: 25px;
	background-color: #1f232e;
	padding: 10px;
	margin: 2px;
	text-align: center;
	width: 30px;
	cursor: pointer;
	border-bottom: 5px solid #15171e;
}

.footer-name {
	padding: 10px;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
}

footer .bottom {
	padding: 10px;
	color: #fff;
	font-family: monserat;
	text-align: center;
	background-color: #1f232e;
}

@font-face {
	src: url("../usable-fonts/monserat.ttf");
	font-family: monserat;
}

@font-face {
	src: url("../usable-fonts/rhes.otf");
	font-family: rhes;
}

.black-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	position: fixed;
	z-index: 5;
	background-color: rgba(0,0,0,0.5);
	transition: 0.2s ease-in-out;
}

.guide-lines {
	background-color: #fff;
	padding: 30px;
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	top: 50%;
	left: 50%;
	z-index: 6;
	transform: translate(-50%, -50%);
	padding-top: 60px;
	transition: 0.2s ease-in-out;
}

.guide-lines, .black-overlay {
	z-index: -1;
	opacity: 0;
}

.modal {
	z-index: 6;
	opacity: 1;
}	

h2 {
	font-family: raleway;
	color: #464646;
	letter-spacing: 1px;
}

.item-holder img {
	width: 100%;
	height: auto;
	display: block;
	border: 1px solid #ccc;
}

.masonry {
	width: 90%;
	margin: 0 auto;
}

.live-demo {
	position: absolute;
	right: 0;
	margin-right: 60px;
	font-family: monserat;
	background-color: #3b4358;
	color: #fff;
	cursor: pointer;
	top: 0;
	width: 130px;
	text-align: center;
	height: 40px;
	padding-top: 20px;
	transition: 0.3s;
}

.remove-modal {
	font-size: 20px;
	background-color: #d0826f;
	text-align: center;
	color: #fff;
	position: absolute;
	width: 50px;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 60px;
	padding-top: 20px;
	height: 40px;
	transition: 0.3s;
}

.remove-modal:hover {
	opacity: 0.8;
}

.live-demo:hover {
	opacity: 0.8;
}

.back-to-top {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 100px;
	position: fixed;
	height: 70px;
	width: 70px;
	z-index: 3;
	bottom: 0;
	right: 0;
	margin: 0px 20px 40px 0px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
	opacity: 0;
	cursor: pointer;
	transition: 1s;
}

.back-to-top i {
	font-size: 40px;
	color: #d0826f;
	margin: 15px 15px 15px 18px;
}

.show {
	opacity: 1;
	visibility: visible;
}

/*Slider*/

.slider-item img {
	width: 100%;
	height: auto;
}

@media only screen and (min-width: 1px) and (max-width: 480px) {

	nav ul {
		max-height: 0px;
		text-align: left;
		margin-top: 70px;
	}

	#contact {
		margin-top: 160px;
	}

	.contact-b-img {
		height: 800px;
	}

	.contact-b-img {
		height: 800px;
	}

	.cert-arrows {
		font-size: 20px;
	}

	.work1, .work2, .work3, .work4, .work5, .work6 {
		padding: 0px !important;
	}

	.back-to-top {
		height: 60px;
		width: 60px;
		margin: 0px 20px 40px 0px;
	}

	.back-to-top i {
		font-size: 30px;
		margin: 15px 15px 15px 17px;
	}

	.progress-container h3 {
		margin-top: 20px;
	}

	.work-avatar img {
		width: 30px;
		margin: -70px 0px 0px 20px;
	}

	.profile {
		height: 84px;
		width: 84px;
	}

	.progress-text > p {
		font-size: 15px !important;
	}

	.progress-btn {
		font-size: 13px;
		padding: 14px;
	}

	.more-sec {
		font-size: 14px;
		padding: 14px;
	}

	.work-con {
		font-size: 14px !important;
	}

	.content-items p {
		font-size: 16px;
	}

	.about-img {
		width: 80px;
	}

	.front-tier p {
		font-size: 15px;
	}

	.call-to-action {
		width: 120px;
		font-size: 14px;
	}

	.front-tier .name {
		font-size: 25px;
	}

	.progress-container h3 {
		font-size: 16px;
	}

	.circular .inner {
		width: 83px;
		height: 83px;
		margin: -41.5px 0 0 -42px;
	}

	.circular .number {
		font-size: 15px;
	}

	.content-item-name {
		font-size: 22px;
	}

	.content-title {
		font-size: 26px;
	}

	.content-sub {
		font-size: 15px;
	}

	.button-holder p {
		font-size: 12px;
	}

	.button-holder {
		width: 120px;
		height: 105px;
	}

	.direct-contact {
		width: 410px;
	}

	.direct-contact p {
		font-size: 13px;
		padding: 10px;
	}

	.footer-text p, .bottom p {
		font-size: 15px;
	}

	.footer-name {
		font-size: 23px;
	}

	.direct-contact b {
		padding: 3px;
		font-size: 13px;
	}

	.button-holder p {
		font-size: 12px;
	}

	.button-holder {
		width: 120px;
		height: 105px;
	}

	.direct-contact {
		width: 410px;
	}

	.direct-contact p {
		font-size: 13px;
		padding: 10px;
	
	}

	.direct-contact b {
		padding: 3px;
		font-size: 13px;
	}

	nav li {
		display: block;
		padding: 15px 15px 15px 0px;
		width: 50px;
		font-size: 15px;
	}

	.body-wrap {
		width: 100%;
	}

	.about-items {
		flex: 1 1 300px;
		flex: 0 1 300px;
		padding: 10px;
	}

	.front-tier {
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
	}

	.front-tier p {
		width: 100%;
	}

	.menu-bar {
		display: block;
		position: fixed;
		width: 100%;
		box-sizing: border-box;
		margin-top: -50px;
		z-index: 5;
		border-bottom: 1px solid #ccc;
	}

	.direct-contact {
		width: 100%;
		box-sizing: border-box;
		padding: 15px;
		font-size: 14px;
	}

	.logo {
		display: none;
	}

	.logo-sec {
		display: block;
	}

	.progress-container {
		width: 100%;
		height: 350px;
		box-sizing: border-box;
	}

	.circular {
		margin-top: 25px;
	}

	#shalom-desc {
		padding: 30px;
		height: auto;
		margin-bottom: 30px;
		margin-top: 10px;
	}

	.content-desc p {
		top: -70%;
	}

	.footer-text p {
		font-size: 14px;
	}

	.footer-name {
		font-size: 20px;
	}

	.content-sub {
		font-size: 15px;
	}

	::-webkit-scrollbar {
	    width: 10px;
	}

	::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	    border-radius: 10px;
	}
	 
	::-webkit-scrollbar-thumb {
	    border-radius: 10px;
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}

}

@media only screen and (min-width: 480px) and (max-width: 800px) {

	nav ul {
		max-height: 0px;
		text-align: left;
		margin-top: 70px;
	}

	.cert-arrows {
		font-size: 30px;
	}

	.work1, .work2, .work3, .work4, .work5, .work6 {
		padding: 0px !important;
	}

	.back-to-top {
		height: 60px;
		width: 60px;
		margin: 0px 20px 40px 0px;
	}

	.back-to-top i {
		font-size: 30px;
		margin: 15px 15px 15px 17px;
	}

	.contact-inside {
		margin-top: 150px;
	}

	.work-avatar img {
		width: 30px;
		margin: -70px 0px 0px 20px;
	}

	.profile {
		height: 84px;
		width: 84px;
	}

	.progress-text > p {
		font-size: 15px !important;
	}

	.progress-btn {
		font-size: 13px;
		padding: 14px;
	}

	.more-sec {
		font-size: 14px;
		padding: 14px;
	}

	.work-con {
		font-size: 14px !important;
	}

	.content-items p {
		font-size: 16px;
	}

	.about-img {
		width: 80px;
	}

	.front-tier p {
		font-size: 15px;
	}

	.call-to-action {
		width: 120px;
		font-size: 14px;
	}

	.front-tier .name {
		font-size: 25px;
	}

	.progress-container h3 {
		font-size: 16px;
	}

	.circular .inner {
		width: 83px;
		height: 83px;
		margin: -41.5px 0 0 -42px;
	}

	.circular .number {
		font-size: 15px;
	}

	.content-item-name {
		font-size: 22px;
	}

	.content-title {
		font-size: 26px;
	}

	.content-sub {
		font-size: 15px;
	}

	.button-holder p {
		font-size: 12px;
	}

	.button-holder {
		width: 120px;
		height: 105px;
	}

	.direct-contact {
		width: 410px;
	}

	.direct-contact p {
		font-size: 13px;
		padding: 10px;
	}

	.footer-text p, .bottom p {
		font-size: 15px;
	}

	.footer-name {
		font-size: 23px;
	}

	.direct-contact b {
		padding: 3px;
		font-size: 13px;
	}

	nav li {
		display: block;
		padding: 15px 15px 15px 0px;
		width: 50px;
		font-size: 15px;
	}

	.body-wrap {
		width: 100%;
	}

	.about-items {
		flex: 1 1 300px;
		flex: 0 1 300px;
		padding: 10px;
	}

	.front-tier {
		width: 100%;
		box-sizing: border-box;
	}

	.front-tier p {
		width: 80%;
	}

	.menu-bar {
		display: block;
		position: fixed;
		width: 100%;
		box-sizing: border-box;
		margin-top: -50px;
		z-index: 5;
		border-bottom: 1px solid #ccc;
	}

	.logo {
		display: none;
	}

	.logo-sec {
		display: block;
	}

	.guide-lines {
		height: 600px;
	}
}

@media only screen and (min-width: 800px) and (max-width: 1300px) {

	.body-wrap {
		width: 100%;
	}

	.about-items {
		flex: 1 1 300px;
		flex: 0 1 300px;
	}
}
@media only screen and (max-width: 950px) {
	.content-sub {
		width: 100%;
		box-sizing: border-box;
	}
}

@media only screen and (max-width: 1200px) {

	.guide-lines {
		height: 450px;
		overflow: scroll;
		overflow-x: hidden;
		overflow-y: scroll;
	}

	::-webkit-scrollbar {
	    width: 10px;
	}

	::-webkit-scrollbar-track {
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	    border-radius: 10px;
	}
	 
	::-webkit-scrollbar-thumb {
	    border-radius: 10px;
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
	}
}

@media only screen and (max-width: 480px) {
	.content-desc p {
		padding: 0px;
		margin: 0px;
		position: relative;
	}

	.content-desc {
		width: 100%;
	}

	.content-items {
		padding: 10px;
	}

}

@media only screen and (max-width: 1250px) {

	.about-modal {
		width: 100%;
	}

}

@media only screen and (max-width: 1000px) {

	.about-modal {
	    width: 600px;
	}

	.html-cert {
		display: none;
	}

	.html-certificate {
	    opacity: 1;
	    height: auto;
	}

	.html-l-wrapper {
		display: none !important;
	}

	.html-list {
		width: 500px;
	}

}

@media only screen and (max-width: 610px) {

	.about-modal {
	    width: 100%;
	}

	.html-list {
		width: 100%;
		padding: 0px;
	}

	.about-m-content {
		padding: 50px;
		grid-template-columns: 1fr 0fr;
	}


}